
.text-red {
    color: #dd4b39 !important;
}

.text-yellow {
    color: #f39c12 !important;
}

.text-aqua {
    color: #00c0ef !important;
}

.text-blue {
    color: #0073b7 !important;
}

.text-black {
    color: #111111 !important;
}

.text-light-blue {
    color: #3c8dbc !important;
}

.text-green {
    color: #00a65a !important;
}

.text-gray {
    color: #d2d6de !important;
}

.text-navy {
    color: #001f3f !important;
}

.text-teal {
    color: #39cccc !important;
}

.text-olive {
    color: #3d9970 !important;
}

.text-lime {
    color: #01ff70 !important;
}

.text-orange {
    color: #ff851b !important;
}

.text-fuchsia {
    color: #f012be !important;
}

.text-purple {
    color: #605ca8 !important;
}

.text-maroon {
    color: #d81b60 !important;
}

.text-new {
    color: rgb(115,103,240) !important;
}

.text-dribbble {
    color: rgb(234, 76, 137) !important;
}


.bg-label-text-new {
    background-color: rgb(219, 216, 243) !important;
    color: rgb(115,103,240) !important;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-1_1x {
    font-size: 1.1em;
}

.fa-1_2x {
    font-size: 1.2em;
}

.fa-1_3x {
    font-size: 1.3em;
}

.fa-1_4x {
    font-size: 1.4em;
}

.fa-1_5x {
    font-size: 1.5em;
}

.fa-1_6x {
    font-size: 1.6em;
}

.fa-1_7x {
    font-size: 1.7em;
}

.fa-1_8x {
    font-size: 1.8em;
}

.fa-1_9x {
    font-size: 1.9em;
}

.text-wrdp {
    color: #00ADEF !important;
}
.bg-label-wrdp {
    background-color: rgba(0, 173, 239, 0.23) !important;
    color: #00ADEF !important
}
.bg-label-text-wrdp {
    background-color: #eae8fd !important;
    color: #00ADEF !important;
}
.card.card-border-shadow-wrdp:after {
     border-bottom-color: rgba(0, 173, 239, 0.50)
 }
.card.card-border-shadow-wrdp:hover:after {
    border-bottom-color: #00ADEF
}

.text-wdm {
    color: #4CAF50 !important;
}
.bg-label-wdm {
    background-color: rgba(76, 175, 80, 0.23) !important;
    color: #4CAF50 !important
}
.bg-label-text-wdm {
    background-color: #eae8fd !important;
    color: #4CAF50 !important;
}
.card.card-border-shadow-wdm:after {
    border-bottom-color: rgba(76, 175, 80, 0.50)
}
.card.card-border-shadow-wdm:hover:after {
    border-bottom-color: #4CAF50
}

.text-password {
    color: #0074D9 !important;
}
.bg-label-password {
    background-color: rgba(0, 116, 217, 0.23) !important;
    color: #0074D9 !important
}
.bg-label-text-password {
    background-color: #eae8fd !important;
    color: #0074D9 !important;
}

.bg-label-text-disabled {
    background-color: #eae8fd !important;
    color: #333333 !important;
}

.card.card-border-shadow-password:after {
    border-bottom-color: rgba(0, 116, 217, 0.50)
}
.card.card-border-shadow-password:hover:after {
    border-bottom-color: #0074D9
}

.text-adv_firewall {
    color: #F26B38 !important;
}

.bg-label-adv_firewall {
    background-color: rgba(121, 234, 76, 0.23) !important;
    color: #F26B38 !important
}

.bg-label-adv_firewall {
    background-color: rgba(246, 73, 6, 0.23) !important;
    color: #F26B38 !important;
}
.card.card-border-shadow-adv_firewall:after {
    border-bottom-color: rgba(246, 73, 6, 0.60)
}

.text-console {
    color: #EA4C89 !important;
}
.bg-label-console {
    background-color: rgba(234, 76, 137, 0.23) !important;
    color: #EA4C89 !important
}
.bg-label-text-console {
    background-color: #eae8fd !important;
    color: #EA4C89 !important;
}
.bg-label-text-firewall {
    background-color: #eae8fd !important;
    color: #dd4b39 !important;
}
.card.card-border-shadow-console:after {
    border-bottom-color: rgba(234, 76, 137, 0.50)
}
.card.card-border-shadow-console:hover:after {
    border-bottom-color: #EA4C89
}

.cursor-not-allowed{
    cursor: not-allowed;
}