
.comprefs_wrapper{
    text-align: center;
}

.comprefs_description_section{
    text-align: left;
}
.comprefs_name{
    display: inline-block;
}
.comprefs_switch_section{
    text-align: left;
}
.comprefs_switch_section_disenroll {
    text-align: right;
}
.comprefs_switch_fg{
    margin-bottom: 0 !important;
    margin-top: 8px;
}
.comprefs_switch_wrap{
    display: inline-block;
}
.preference_message {
    display: inline;
    position: relative;
    top: -13px;
    left: 5px
}
.phone {
    display: flex;
    margin-right: -70px;
}

.phoneWrapper {
    padding-right: 10px;
}
.preference_message_phone {
    top: -13px;
    left: 5px
}
#ComPrefCheck {
    font-size: 22px;
}

.enrolledIcon {
    color: #00548C;
    padding-right: 5px;
}
.disenrolled_tooltip {
    float: left;
    position: relative;
    top: -7px;
    left: 76px;
    z-index: 100;
}

.disenrolledIcon {
    color: orange;
    padding-right: 5px;
}

/*.go_paperless_text{
    margin-top: 90px;
}*/

.page-content .switch-wrapper input.switch + .enabledSwitch::before {
    background: #a8a9ad;
}


.page-content .switch-wrapper input.switch:checked + .enabledSwitch::before {
    background:#00548C;
}

.page-content .switch-wrapper input.switch + .enabledSwitch::after {
    background: #f2f2f2
}
    /*Override Orion switcher before and after elements to be visually disabled when .disabledSwitch class is assigned to switch's label*/
.page-content .switch-wrapper input.switch + .disabledSwitch::before {
    background: #a8a9ad;
    cursor: not-allowed;
}

.page-content .switch-wrapper input.switch + .disabledSwitch::after {
    cursor: not-allowed;
}

#commPrefsEmailErrorAlert{
    display: none;
}
.text-primary {
    color: #00548C !important;
    font-family: 'Roboto' !important;
}
.text-medium {
    font-family: 'Roboto' !important;
}
.alert-info {
    color: #00548C !important;
    background-color: #fff;
    border-color: #00548C !important;
    font-family: 'Roboto' !important;
}

@media (max-width: 1200px) {
}

@media (max-width: 780px) {

    .preference_message{
        display: none;
    }

}

@media (max-width: 500px) {
    .enabledSwitch {
        margin-top: 9px;
        margin-left: -5px;
    }
    .disabledSwitch {
        margin-top: 9px;
        margin-left: -5px;
    }
    .comprefs_name{
        font-size: 20px !important;
    }
}




.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #00548C !important;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
    width: 22px;
    height: 22px;
    display: inline-block;
    border-radius: 50%;
    top: 4px;
    left: 2px;
    display: block;
    position: relative;
    stroke-width: 6px;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 0;
    box-shadow: inset 0px 0px 0px #00838F;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #00548C;
    }
}
.new.alert.alert-success::before {
    color: #00548C !important;
}