body {
    padding-top: 74px;
    padding-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    background-color: #F7F7F7;
}

    body .mobile-logo {
        display: none;
    }

@media only screen and (max-width: 768px) {
    .body-content {
        margin-top: -74px;
    }
}

a:focus {
    outline: none;
}

h1 {
    font-weight: 300;
    font-size: 36px;
}

h2 {
    font-weight: 300;
    font-size: 28px;
}

h3 {
    font-weight: 600;
    font-size: 20px;
}

h4 {
    font-weight: 600;
    font-size: 16px;
}

h5 {
    font-weight: 600;
    font-size: 12px;
}

#card-number,
#exp-date,
#cvv,
input[type=text].form-control,
input[type=tel].form-control,
input[type=password].form-control {
    height: 40px;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #666666;
    background-color: #F7F7F7;
    color: #666666;
    font-size: 16px;
    padding-left: 0px;
}

select.form-control {
    border-bottom: 1px solid #666666;
    color: #166F5B;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-30-dynamic {
    margin-top: 30px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .mt-30-dynamic {
        margin-top: 10px;
    }
}

.mr-20 {
    margin-right: 20px;
}

.control-label {
    font-weight: 500;
    font-size: 14px;
    color: #0D223B;
    white-space: nowrap;
}

@media screen and (max-width: 400px) {
    .control-label {
        white-space: unset;
    }
}

.section-title {
    background-color: #00182E;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.circle {
    position: relative;
    width: 100%;
    height: 0;
    padding: 50% 0;
    margin: 1em auto;
    border-radius: 50%;
    background: transparent;
    overflow: hidden;
    float: left;
}

.content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .content:before {
        content: '';
        vertical-align: middle;
        display: inline-block;
        width: 0;
        height: 100%;
    }

    .content img {
        vertical-align: middle;
        height: 100%;
        object-fit: cover;
    }

.panel {
    background-color: #F4F4F4;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.no-padding-margin {
    padding: 0px;
    margin: 0px;
}

.add-top-margin {
    margin-top: 20px;
}

.add-top-padding {
    padding-top: 20px;
}

.no-bottom-margin {
    margin-bottom: 0px;
}
/* SPINNER */
.spinner-container {
    position: absolute;
}

    .spinner-container #spinner-upload-progress {
        color: white;
        font-size: 24px;
        text-align: center;
        margin-top: 36vh;
        position: static;
    }

.spinner-container-shadow {
    background: rgba(0, 0, 0, 0.3);
    z-index: 2147483646;
    position: absolute;
}

.spinner {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2147483647;
    -webkit-animation: rotate 1.3s linear 0s infinite, size 5s linear 0s infinite alternate;
    animation: rotate 1.3s linear 0s infinite, size 5s linear 0s infinite alternate;
}

    .spinner:after,
    .spinner:before {
        content: '';
        position: absolute;
        width: 15px;
        height: 15px;
        background: #20521C;
        border-radius: 100%;
        left: 0px;
        top: 0px;
        bottom: 0;
        margin: auto;
    }

    .spinner:before {
        left: auto;
        right: 0;
    }

.spinner-container .spinner:after,
.spinner-container .spinner:before {
    background: #FFF;
}

.background-white {
    background-color: #FFFFFF;
}

.dropdown-menu > li > a {
    width: 100%;
    height: 100% !important;
    display: flex;
    align-items: center;
    padding: 0 20px;
    font-weight: 600;
    font-size: 14px;
}

.overlay {
    opacity: 0.5;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.btn {
    font-weight: 600;
}

.btn-external-link {
    border-radius: 10px;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 10px;
}

.external-link-icon {
    height: 14px !important;
    padding: 0px !important;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr70w-.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}

.gray-text {
    color: #999999;
}

.dark-gray-text {
    color: #5F5F62;
}

.darker-gray-text {
    color: #333333;
}

.light-red-text {
    color: #F16D61;
}

.font-blue {
    color: #2D80AF !important;
}

.font-gray {
    color: #5F5F62 !important;
}

.font-light-gray {
    color: #D5D5D5 !important;
}

.font-green {
    color: #166F5B !important;
}

.font-light-red {
    color: #F16D61 !important;
}

.font-darkest-gray {
    color: #00182E !important;
}

.btn-blue {
    border-radius: 16px;
    background-color: #166F5B;
    border-width: 0px;
    color: white;
    height: 40px;
    text-transform: capitalize;
    box-shadow: unset;
}

    .btn-blue:hover,
    .btn-blue:active {        
        background-color: #166F5B;
        border-width: 0px;
        color: white;
        height: 40px;        
    }

.btn-green-border {
    border-radius: 12px;
    background-color: #F4F4F4;
    border-width: 1px;
    border-color: #66CC33;
    color: #66CC33;
    height: 40px;
    text-transform: uppercase;
}

    .btn-green-border:hover {
        border-radius: 12px;
        background-color: #F4F4F4;
        border-width: 1px;
        border-color: #4BA742;
        color: #4BA742;
        height: 40px;
        text-transform: uppercase;
    }

.btn-green-border-alt {
    border-radius: 12px;
    background-color: #F4F4F4;
    border-width: 1px;
    border-color: #66CC33;
    color: #66CC33;
    height: 40px;
    text-transform: uppercase;
}

    .btn-green-border-alt:hover {
        border-radius: 12px;
        background-color: #4BA742;
        border-width: 1px;
        border-color: #4BA742;
        color: white;
        height: 40px;
        text-transform: uppercase;
    }

.btn-gray {
    border-radius: 12px;
    background-color: #F4F4F4;
    border-width: 1px;
    border-color: #595959;
    color: #595959;
    height: 40px;
    text-transform: uppercase;
}

.btn-darker-gray {
    background: #7F7F7F no-repeat padding-box;
    box-shadow: 1px 2px 2px #00000029;
    border-radius: 6px;
    height: 40px;
    opacity: 1;
    color: white;
}

.btn-gray:hover {
    border-radius: 12px;
    background-color: #F4F4F4;
    border-width: 1px;
    border-color: #000000;
    color: #000000;
    height: 40px;
    text-transform: uppercase;
}

.account-card, .grey-header-text, .register_header_box, .register_title, .title {
    text-align: center
}

.account-section .btn-green, .account-section .btn-green:hover, .modal-footer button, .modal-footer button:hover {
    text-transform: uppercase;
    height: 54px;
}

.account-section .btn-green {
    margin-top: 10px;
    box-shadow: none;
    height: 54px;
}

@media only screen and (max-device-width: 767px) {
    .small-shaded {
        background-color: #D5D5D5
    }

    .padding-unlock-code-right {
        padding: 0
    }

    .circleSmallPadding {
        padding: 30px;
        margin-top: 10px
    }

    .stop-autopay {
        width: 100%
    }
}

.grey-header, .grey-header-text, .payment-header {
    background-color: #5F5F62
}

@media only screen and (min-device-width: 768px) {
    .padding-unlock-code-right {
        padding-right: 15px
    }

    .stop-autopay {
        width: 50%
    }
}

@media only screen and (min-device-width: 992px) {
    .circleLargePadding {
        padding: 90px
    }
}

.vertical-center {
    display: flex;
    align-items: center
}

.grey-header {
    margin-top: 10px
}

.grey-header-text {
    color: #F4F4F4;
    line-height: 40px;
    padding: 0;
    margin: 0
}

.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap
}

.payment-header {
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0
}

.payment-header-text, .payment-header-text-hidden {
    font-size: 14px;
    margin: 0;
    background-color: #666;
    color: #5F5F62;
    text-align: left
}

.payment-header-text {
    line-height: 10px;
    padding: 10px
}

.payment-header-text-hidden {
    padding: 0
}

.register_header_box {
    background-color: #666;
    height: 88px
}

    .register_header_box h2 {
        color: #5F5F62;
        font-size: 22px;
        font-weight: 700;
        padding-top: 32px;
        margin-top: 0
    }

.register_title {
    color: #5F5F62;
    font-size: 20px;
    margin-top: 32px;
    margin-bottom: 32px
}

.title {
    background-color: #00182E;
    color: #FFF;
    font-weight: 600;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px
}

@media only screen and (max-width: 768px) {
    #tab-title {
        color: #00182E
    }
}

#address-form div {
    margin-bottom: 20px
}

@media only screen and (max-width: 992px) {
    .section-title > h4 {
        line-height: 2.5
    }
}

.account-section button {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
}

    .account-section button:hover {
        text-transform: none;
    }

.account-section h3 {
    color: #666;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px
}

    .account-section h3 + span.active {
        color: #2D80AF
    }

.account-section p {
    color: #666;
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 10px
}

.account-section .section-title {
    margin-top: 20px;
    margin-bottom: 20px
}

    .account-section .section-title h4 {
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
    }

.account-section .payments {
    padding-bottom: 10px;
    border-bottom: 1px solid #919191;
    margin-bottom: 10px
}

#accountAutopay .payments {
    padding-top: 10px;
    border-top: 1px solid #919191;
    margin-top: 10px
}

.account-section .payments > div {
    color: #9DA2A6;
    font-size: 13px;
    font-weight: 600
}

.account-section .payments .date, .account-section .payments .price {
    color: #666;
    font-size: 16px;
    font-weight: 700
}

.account-section .payments .price {
    position: relative;
    float: right;
    top: 3px
}

.account-section .stop-autopay {
    color: #F26C61;
    line-height: 2.5;
    width: 100%
}

    .account-section .stop-autopay a {
        display: block;
        color: #F26C61;
        text-decoration: none
    }

    .account-section .stop-autopay img {
        vertical-align: text-top;
        padding-right: 10px
    }

.account-section .form-group > img {
    margin-left: -30px;
    padding-right: 10px
}

.account-section .control-label {
    margin-top: 20px;
}

.account-section input[type=text].form-control {
    height: 40px;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #666;
    background-color: transparent;
    color: #5F5F62;
    font-weight: 600;
    font-size: 16px;
    padding-left: 0;
}

.account-section select {
    border-top: 1px solid #F4F4F4;
    border-left: 1px solid #F4F4F4;
    border-right: 1px solid #F4F4F4;
    color: #166F5B;
    background-color: transparent;
    box-shadow: none;
    padding-left: 0;
    height: 32px;
    width: 100%;
    margin-left: unset;
}

.account-section .authority {
    padding-bottom: 10px;
    background-color: #DDD;
    margin-left: 15px;
    margin-bottom: 20px
}

    .account-section .authority > row {
        padding-bottom: 0
    }

#documents .section-title {
    margin-top: unset;
    margin-bottom: unset
}

.modal-header button {
    width: auto;
    margin-bottom: 0;
    font-size: 24px !important;
}

.modal-footer button {
    margin-top: 0 !important;
    height: 46px !important;
}

.legal-section {
    color: #5F5F62;
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 10px;
}

    .legal-section button {
        color: #2D80AF;
        width: auto;
        font-size: 13px;
        text-decoration: none;
    }

        .legal-section button .close {
            font-size: 21px;
        }

.user-page-content {
    padding-top: 26px;
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .user-page-content {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media only screen and (max-width: 768px) {
    .user-page-content {
        padding-left: 0;
        padding-right: 0;
    }
}

.line-height-2 {
    line-height: 2;
}

.alert {
    display: flex;
    padding: 20px 15px;
    align-items: initial;
}

.alert-danger {
    background-color: #FBEAE8;
    color: #0D223B;
    border: 1px solid #FBEAE8;
}

    .alert-danger div:nth-child(1) {
        margin-top: 2px;
    }

    .alert-danger div:nth-child(2) {
        font-size: 14px;
        line-height: 2;
    }

.alert-info {
    background-color: #EAF2FD !important;
    color: #0D223B !important;
    border: unset;
}
    .alert-info img {
        filter: brightness(0) saturate(100%) invert(41%) sepia(75%) saturate(862%) hue-rotate(184deg) brightness(95%) contrast(97%);
        padding-top: 0 !important;
    }
    .alert-info div:nth-child(1) {
        padding-left: 5px;
        padding-right: 20px;
        margin-top: -1px;
    }

    .alert-info div:nth-child(2) {
        font-size: 14px;
    }

.alert-success {
    background-color: #F3FAF5 !important;
    color: #0D223B;
}

    .alert-success div:nth-child(1) {
        padding-right: 15px !important;
    }

    .alert-success div:nth-child(2) {
        font-size: 14px;
        color: #0D223B;
    }

.alert div:nth-child(1) {
    padding-left: 0;
    padding-right: 10px;
    text-align: left
}

.alert div:nth-child(2) {
    padding-left: 0;
    font-weight: 500
}

.alert a.close {
    position: absolute;
    top: 2px;
    right: 21px;
    color: #fff;
    opacity: 1
}

.uppercase {
    text-transform: uppercase;
}

span.field-validation-error {
    font-size: 12px;
    color: #CC0000;
    display: block;
    padding-left: 17px;
}

.profile-form span.field-validation-error {
    font-size: 12px;
    color: #CC0000;
    padding-left: 34px;
    display: block;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-danger {
    font-size: 12px;
    color: #C00;
    display: block;
    font-weight: 600;
}

#vehicle-verification #State {
    margin-left: 0px !important;
}

.modal-backdrop {
    opacity: .5;
}

.tooltip {
    opacity: unset !important;
    border: 1px solid #c5c5c5;
    box-shadow: 0px 0px 5px #666666;
    border-radius: 3px;
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    box-sizing: border-box;
    background: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

    .tooltip .tooltip-inner {
        background: #ffffff;
        color: #333333;
        font-size: 1em !important;
        font-weight: 600;
        text-align: left;
    }

#spinner-upload-progress {
    margin-top: 29vh !important;
}

.modal-content {
    background-color: #F7F7F7;
}

@media screen and (max-width: 768px) {
    .navbar-brand {
        padding: 18px !important;
        height: 70px !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1176px) {
    .navbar-brand {
        padding: 0px !important;
        height: 22px !important;
        margin-top: 22px;
    }
}

.navbar {
    border: unset;
    min-height: 74px;
}

.navbar-default .navbar-nav > li > a {
    font-weight: 700;
    font-size: 18px;
    color: #292929;
    padding-top: 45px;
    padding-bottom: 9px;
    text-transform: uppercase !important;
    /* mobile view */
}

#topNav > div {
    margin-left: 10px;
    margin-right: 20px;
}

@media only screen and (max-width: 576px) {
    .navbar-default .navbar-nav > li > a {
        padding-top: 10px;
    }
}

@media screen and (min-width: 1061px) and (max-width: 1092px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 17px;
    }
}

@media screen and (min-width: 1029px) and (max-width: 1061px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 16px;
    }
}

@media screen and (min-width: 996px) and (max-width: 1029px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 15px;
    }
}

@media screen and (min-width: 880px) and (max-width: 996px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
    }
}

@media screen and (min-width: 848px) and (max-width: 880px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 13px;
    }
}

@media screen and (min-width: 817px) and (max-width: 848px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 12px;
    }
}

@media screen and (min-width: 784px) and (max-width: 817px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 11px;
    }
}

@media screen and (min-width: 768px) and (max-width: 784px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 10px;
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 16px;
        padding-top: unset;
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
    .navbar-default .navbar-nav > li > a {
        font-size: 12px;
        padding-top: 45px;
    }
}

.navbar-default .navbar-nav > li > a.sub-item {
    font-size: 16px;
    text-transform: none !important;
    margin-left: 20px;
    color: #666666;
    font-weight: 500;
    margin-top: 10px;
}

.navbar-default .navbar-nav a {
    text-transform: none;
}

    .navbar-default .navbar-nav a.show {        
        color: white !important;
        background-color: #2BB997 !important;
    }

.navbar-default .navbar-nav > li > .dropdown-menu {
    color: white;
    background-color: #2BB997;
    text-align: left;
    border: none;
    padding: 20px 0;
    left: 0;
    right: auto;
}

@media only screen and (max-width: 768px) {
    .navbar-default .navbar-collapse {
        max-height: none;
    }
}

.navbar-toggle {
    margin-top: 20px;
}

@media only screen and (max-width: 768px) {
    .navbar-toggle {
        background-color: #07203C;
        border-radius: 50%;
        border: 0;
    }

        .navbar-toggle .icon-bar {
            background-color: #FFFFFF !important;
            width: 14px;
            height: 3px;
        }

            .navbar-toggle .icon-bar + .icon-bar {
                margin-top: 3px;
            }
}

.nav-bar-item {
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #4A4A4A;
    opacity: 1;
    text-align: left;
}

.dropdown .nav-bar-item a {
    color: white !important;
}

    .dropdown .nav-bar-item a:hover {
        background-color: #DAECF8 !important;
        color: #4A4A4A !important;
    }

.nav-bar-item a:active {
    border-left: unset !important;
}

li.nav-bar-item.program-item {
    height: 35px;
    margin-left: 20px;
    position: absolute;
    visibility: hidden;
}

.sign-out {
    margin-left: 40px;
}

@media only screen and (max-width: 768px) {
    .sign-out {
        margin-left: 0;
    }
}

.navbar-brand {
    padding: 10px;
    height: 66px;
}

.navigation-line {
    height: 8px;
    width: 100%;
    background-color: #2BB997;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

    .navigation-line a {
        color: white !important;
    }

@media screen and (max-width: 420px) {
    .navigation-line {
        display: block;
        text-align: center;
    }
}

input[type=text].form-control, input[type=password].form-control {
    border-top: none !important;
    box-shadow: none;
    border-left: none !important;
    border-right: none !important;
    padding-left: 0px;
    font-size: 16px;
    color: #4A4A4A;
    margin-bottom: 5px;
    background-color: transparent !important;
    border-bottom: 1px solid #4A4A4A;
    font-weight: 600;
    padding-bottom: 0px;
}

input::placeholder {
    color: #4A4A4A !important;
}

a {
    color: #166F5B;
    font-weight: 600;
    font-size: 12px;
}

    a:hover {
        text-decoration: none;
    }

.btn-white {
    border-radius: 20px;
    text-transform: none !important;
    border: 1px solid #0D223B;
    background-color: transparent;
}

.btn-green {
    border-radius: 25px;
    background-color: #2BB997;
    border-width: 0px;
    font-weight: 600;
    font-size: 14px;
    color: white;
    height: 54px;
    text-transform: none !important;
    box-shadow: none !important;
}

    .btn-green:hover {        
        background-color: #166F5B;
        border-width: 0px;
        color: white;        
    }

    .btn-green:disabled {        
        pointer-events: none;
    }

.btn-link {
    color: #0D223B !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: unset;
    border: 1px solid #0D223B;
    border-radius: 20px;
    height: 52px;
    background-color: transparent;
}

    .btn-link:active, .btn-link:hover {
        color: #0D223B;
        text-decoration: none;
        border: 1px solid #0D223B;        
    }

.switch-box input:checked ~ label.toggle {
    left: -5.83333333px;
    background-color: #166F5B !important;
}

.switch-box input:hover:checked ~ label.toggle {
    background-color: #166F5B !important;
}

.driver-license-subtitle {
    color: #166F5B !important;
}

#driver-license .addresses label.active {
    background-color: #166F5B !important;
    color: #FFFFFF !important;
}

.account-details a:hover > div {
    color: #166F5B;
}

.radio .inner-circle {
    background-color: #166F5B !important;
}

.add-new-card .btn.btn-link {
    text-transform: none !important;
    border: none !important;
    color: #166F5B !important;
}

#docsAddPartial .btn-link {
    border: none;
    margin-top: 10px;
    color: #166F5B !important;
}

.programs .account a {
    color: #166F5B !important;
}

.image-svg {
    filter: brightness(0) saturate(100%) invert(33%) sepia(12%) saturate(2490%) hue-rotate(116deg) brightness(101%) contrast(90%);
}

.alert-success {
    background-color: #F3FAF5;
    color: #0D223B !important;
}

.password-rules .gray-circle {
    background-color: #9da2a6;
    padding: 10px;
    border-radius: 50px;
    width: 18px;
    height: 18px;
    position: relative;
}

    .password-rules .gray-circle .tick {
        position: absolute;
        top: -6px;
        left: 5px;
        color: white;
    }

.password-rules .blue-circle {
    background-color: #166F5B;
    padding: 10px;
    border-radius: 50px;
    width: 18px;
    height: 18px;
    position: relative;
}

    .password-rules .blue-circle .tick {
        position: absolute;
        top: -6px;
        left: 5px;
        color: white;
    }

#account-menu a:hover,
#account-menu a:active{
    color: #166F5B !important;
    text-decoration: none !important;
    border-left: 6px solid #166F5B !important;    
}
#account-menu a.active {
    color: #0D223B !important;
    font-weight: 600 !important;
}

#loginRight h2 {
    font-weight: 600;
    color: #0D223B;
    font-size: 32px;
}

#loginSubtitle {
    font-weight: 600;
    font-size: 28px;
    color: #0D223B;
    margin-top: -8px;
    text-transform: capitalize;
}

#loginFrm #signUpLink {
    font-weight: 500;
    font-size: 16px;
    color: #166F5B;
    text-transform: none;
}

.account-info {
    background-color: #E9E9E9;
}

    .account-info .date h4 {
        font-weight: 700 !important;
    }

.inputButtonVerticalCenter {
    color: #4086AD !important;
}

#profile-picture {
    background-position: center;
    background-size: 150px 150px;
    background-repeat: no-repeat;
    background-image: url('/images/camera-retro.svg');
}

.alert .alert-info-img {
    background-image: url('/images/info-circle-black.svg');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    margin-top: 2px;
}

#AddPaymentMethodForm select {
    margin-top: 8px;
}

#loginLeft {
    background-image: unset !important;
    background-color: #EBF2ED !important;
}
    #loginLeft #ImgContainer {
        text-align: center;
    }
        #loginLeft #ImgContainer img {
            width: 333px !important;
        }
    #loginLeft #PreferredLanguage {
        border: none;
        box-shadow: 2px 3px 3px rgba(128, 128, 128, 0.4);
        border-radius: 1px;
        font-size: 11px !important;
        font-weight: 600 !important;
        color: #292929 !important;
    }

#loginButton {
    box-shadow: unset !important;
    font-size: 14px;
}

label {
    font-weight: 500;
}
.privacy-policy {
    color: #0D223B;
    font-size: 12px;
    text-align: center !important;
}
    .privacy-policy a {
        font-size: 12px !important;
    }

.form-control {
    border-radius: unset !important;
}

.programs-title {
    background-color: #EBF2ED !important;
}
    .programs-title > div > h3 {
        font-size: 24px !important;
        font-weight: 600 !important;
        color: #0D223B !important;
    }
    .programs .account h3 {
        font-size: 19px !important;
        font-weight: 600 !important;
        color: #0D223B !important;
    }
    .programs .account a {
        font-size: 19px !important;
        font-weight: 600 !important;
        color: #D64A32 !important;
    }
.account-info {
    background-color: #EBF2ED !important;
    color: #0D223B !important;
}
    .account-info h3 {
        font-size: 19px !important;
        font-weight: 600 !important;
    }

#account-menu a {
    color: #0D223B !important;
    font-size: 16px !important;
    font-weight: 400 !important;    
}

@media only screen and (max-width: 992px) {
    #account-menu a, #account-menu a.active {
        color: #FFFFFF !important;
    }
}
.btn img {
    filter: brightness(0) saturate(100%) invert(33%) sepia(12%) saturate(2490%) hue-rotate(116deg) brightness(101%) contrast(90%) !important;
}
.current-bill .btn-link,
.payment-method .btn-link {
    border: unset !important;
    outline: unset !important;
}
.cancel-action span {
    color: #166F5B !important;
    font-weight: 600 !important;
}

#cancelAutopayModal .modal-header span {
    color: #0D223B !important;
    font-size: 21px !important;
    font-weight: 500 !important;
}
#cancelAutopayModal .modal-body p {
    color: #0D223B !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}
.account-info-container > div > img {
    height: 120px !important;
}

#account-menu a.active-child.indent {
    color: #0D223B !important;    
    font-weight: 600 !important;
}

.action-btn {
    border-radius: 20px !important;
    line-height: 2.5 !important;
    max-height: unset !important;
}

.alert a, 
.alert a:hover {
    border-radius: unset !important;
    border: none !important;
    background-color: unset !important;
    text-decoration: underline !important;
    height: unset !important;
}

.alert-info .btn-link,
.alert-info .btn-link:hover {
    border: unset !important;
    outline: unset !important;
}

.payment-options .btn-primary {
    background-color: #2BB997;
    border-color: #2BB997;
}

#autopayPartial .alert-danger,
#billingAutopayPartial .alert-danger {
    background-color: #FBEAE8;
    color: #0D223B;
}
    #autopayPartial .alert-danger img,
    #billingAutopayPartial .alert-danger img {
        filter: brightness(0) saturate(100%) invert(30%) sepia(74%) saturate(2458%) hue-rotate(349deg) brightness(93%) contrast(79%);
    }

.autopay .alert-info.alert-info-black {
    background-color: #EAF2FD !important;
    color: #0D223B !important;
}

.alert-info.alert-info-black .btn-link {
    color: #2F80ED !important;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
}

#myBillPartial .alert-info {
    background-color: #EAF2FD !important;
    align-items: normal;
}
    #myBillPartial .alert-info div:nth-child(2) {
        color: #0D223B;
    }
    #myBillPartial .alert-info a.btn.btn-link {
        margin-top: -4px;
    }

.current-bill .btn-link {
    color: #166F5B !important;
}

.account-section select {
    color: #0D223B;
}

.statement-details-item .item-description.item-green > span,
.statement-details-item .black.item-green > span {
    color: #2A7230 !important;
}

.btn-primary, .btn-primary:hover, .btn-primary:active:hover, .btn-primary:focus, .btn-primary:active:focus {
    background-color: #2BB997;
    border-color: #2BB997;
    text-transform: capitalize;
}
    .btn-primary:hover, .btn-primary:active:hover, .btn-primary:focus, .btn-primary:active:focus {
        background-color: #166F5B;
    }


.load-more-payments-container {
    color: #166F5B !important;
}
label.checkbox-bootstrap input[type=checkbox]:checked + span.checkbox-placeholder {
    border-color: #166F5B !important;
    background: #166F5B !important;
}
.checkbox-inline a {
    font-size: 16px;
}

.btn-success {
    background-color: #2BB997;
    border-color: #2BB997;
    border-radius: 20px;
}
    .btn-success:hover {
        background-color: #166F5B;
        border-color: #166F5B;
    }

#CheckoutPaymentForm select {
    color: #166F5B;
}
#CheckoutPaymentForm .lookup {
    box-shadow: unset;
    border: 1px solid #0D223B;
    color: #0D223B;
    font-size: 14px;
    font-weight: 600;
}

#autopayPartial .btn-link {
    border: none;
}
#autopayPartial .btn-green {
    border-radius: 20px !important;
    height: 54px !important;
}
#timeExtensionSelection .btn,
#AutopaySelectionForm .btn {
    box-shadow: none;
}

.payment-method-item .btn-link, 
.payment-method-item .btn-link:focus {
    border: none;
    outline: none;
}

#AddCardRoot select {
    box-shadow: none;
    padding-left: 0;
    height: 40px;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #4A4A4A;
    background-color: transparent;
}

.profile-form .btn {
    box-shadow: none !important;
}

.profile-form .nav-pills > li > a {
    font-size: 16px;
    font-weight: 400;
    color: #0D223B !important;
}
    .profile-form .nav-pills > li > a:hover {
        border-left: 6px solid #0D223B !important;
    }
    .profile-form .nav-pills > li > a:active, .profile-form .nav-pills > li > a.active {
        font-weight: 600 !important;
        border-left: 6px solid #0D223B !important;
    }
    .profile-form .tab-content .tab-pane .btn-default {
        border: 1px solid #0D223B !important; 
    }

.grey-header-text {
    height: 40px;
}

.programs .account img[title="ISA"] {
    width: 65px !important;
    padding-top: 10px;
}
.programs .account:hover {
    background-color: #EBF2ED !important;
}

#navbarLine {
    background-color: #2BB997 !important;
}

.profile-info {
    background-color: #EBF2ED !important;
}

.current-bill .payments > div {
    font-weight: 500 !important;
    color: #0D223B !important;
}
.current-bill .payments .date {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #0D223B !important;
}

.current-bill > section:first-child > div > h3 {
    font-size: 16px !important;
    font-weight: 500 !important;
}
.current-bill > section > div > h3 {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #0D223B !important;
}
.current-bill > section > div > span {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #0D223B !important;
}
.current-bill > section:first-child > div.sub-title {
    font-size: 13px !important;    
}
.current-bill > section > div.sub-title {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #0D223B !important;
}
.statement-details-item .item-description > span {
    color: #0D223B !important;
    font-weight: 600 !important;
    font-size: 13px !important;
}

.statement-details-item .black > span {
    color: #0D223B !important;
    font-weight: 500 !important;
    font-size: 13px !important;
}
.statement-details-item.sub-total span {
    color: #0D223B !important;
    font-weight: 600 !important;
    font-size: 13px !important;
}
.current-bill > div:last-child > button.btn-link {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #0D223B !important;
    height: 46px;
    border-radius: 20px;
    border: 1px solid #0D223B !important;
    text-transform: capitalize !important;
    display: block !important;
    width: 55%;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
}
    .current-bill > div:last-child > button.btn-link:hover {
        text-decoration: none !important;
    }

#account-menu a:last-child::after {
    background-image: url('/images/new-tab-icon.svg');
    background-repeat: no-repeat;
    padding-left: 20px;
    content: '';
    margin-left: 5px;
    background-position: center 3px;
    filter: brightness(0) saturate(100%) invert(12%) sepia(70%) saturate(528%) hue-rotate(171deg) brightness(97%) contrast(101%);
}

.forgot-password a {
    font-weight: 500;
}

.autopay-label h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #0D223B !important;
}

.modal .payment-title {
    font-size: 14px !important;
    margin-left: -50px;
}
.modal .terms-text {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #0D223B !important;
}

.modal .section-title-light h4 {
    margin-left: 0 !important;
    font-size: 14px !important;
    color: #0D223B;
}
.modal .section-title-light {
    background-color: #0D223B1A;
    padding-left: 15px;
}
.modal-header span {
    color: #0D223B;
    font-size: 21px;
    font-weight: 500;
}
.modal .payment-options > div > div > select {
    margin-left: -50px !important;
    width: 130%;
}
.modal .section-title {
    margin-left: 15px;
    width: 95%;
    background-color: #0D223B1A;
    color: #0D223B;
}

.payment-method, .payment-method > .text-bold {
    color: #0D223B !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}
    .payment-method.cancel > span {
        color: #0D223B !important;
        font-size: 12px !important;
        font-weight: 500 !important;
    }
    .payment-method .btn-link-gray {
        color: #166F5B !important;
        font-size: 13px;
    }

.account-error .alert-danger {
    margin-right: -15px;
    margin-left: -15px;
}
    .account-error .alert-danger div:nth-child(1) {
        width: 50px;
    }        
    .alert-danger img {
        width: 0;
    }
    .alert-danger div:nth-child(2) {
        line-height: unset;
    }
    .alert-danger div:nth-child(1):after {
        content: url('/images/alert-info-circle-black.svg');
        filter: brightness(0) saturate(100%) invert(34%) sepia(75%) saturate(1134%) hue-rotate(336deg) brightness(93%) contrast(93%);
    }

#statementsPartial .current-bill span {
    color: #0D223B;
    font-size: 14px;
    font-weight: 600;
}
#statementsPartial .current-bill .btn-link {
    font-size: 13px;
    font-weight: 600;
}
#LeaseCharges h3,
#OneTimeCharges h3,
#PaymentPlan h3,
#Payments h3,
#CashCharges h3 {
    font-size: 14px !important;
    font-weight: 600 !important;
}

#OneTimeCharges .statement-details-item .item-description span,
#PaymentPlan .statement-details-item .item-description span,
#Payments .statement-details-item .item-description span,
#CashCharges .statement-details-item .item-description span {
    font-size: 13px !important;
    font-weight: 500 !important;
}

#LeaseCharges .sub-title {    
    font-size: 12px !important;
    font-weight: 600 !important;
}    

#makeAPaymentModal .payment-title {
    color: #0D223B !important;
    margin-left: 0;
}
#makeAPaymentModal .payment-options {
    padding: 0 80px !important;
    margin-left: -50px;
}
    #makeAPaymentModal .payment-options > div > div > select {
        margin-left: unset !important;
        width: 110%;
    }
#makeAPaymentModal .payment-option:last-child {
    border-bottom: unset !important;
}
#makeAPaymentModal .payment-radio-button label {
    color: #0D223B !important;
    font-weight: 500 !important;
}
#makeAPaymentModal #AddCardRoot {
    padding: unset !important;
    margin-left: unset !important;
}

/* Dashboard side-nav (Speed Aware only)
   The desktop side-nav (#account-menu) is rendered outside the
   !DashboardScreenOn() container in Account/Index.cshtml and wrapped in
   .dashboard-with-sidenav so it stays visible on the dashboard screen */
@media screen and (min-width: 992px) {
    .dashboard-with-sidenav {
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start;
    }

    .dashboard-with-sidenav #account-menu {
        float: none;
    }

    .dashboard-with-sidenav .dashboard-sidenav-content {
        float: none;
        flex: 0 1 auto;
    }

    .dashboard-with-sidenav .dashboard-sidenav-content > #isaDeviceStatusDashboard,
    .dashboard-with-sidenav .dashboard-sidenav-content > section {
        margin-left: 8.333%;
    }

    .dashboard-with-sidenav .dashboard-sidenav-content .account-details > [class*="col-md-offset-"] {
        margin-left: 0;
    }

    .dashboard-with-sidenav .dashboard-sidenav-content .account-details > div {
        width: 33.333%;
    }
}

#isaDeviceStatusDashboard {
    margin-bottom: 24px;
}

/* Bootstrap 5 toast styles */
.toast, .toast-container {
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-border-width: 1px;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
}

.toast {
    --bs-toast-zindex: 1090;
    --bs-toast-padding-x: 0.75rem;
    --bs-toast-padding-y: 0.5rem;
    --bs-toast-spacing: 1.5rem;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: 0.875rem;
    --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-border-width: var(--bs-border-width);
    --bs-toast-border-color: var(--bs-border-color-translucent);
    --bs-toast-border-radius: var(--bs-border-radius);
    --bs-toast-box-shadow: var(--bs-box-shadow);
    --bs-toast-header-color: var(--bs-secondary-color);
    --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-header-border-color: var(--bs-border-color-translucent);
    width: var(--bs-toast-max-width);
    max-width: 100%;
    font-size: var(--bs-toast-font-size);
    pointer-events: auto;
    background-color: var(--bs-toast-bg);
    background-clip: padding-box;
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    box-shadow: var(--bs-toast-box-shadow);
    border-radius: var(--bs-toast-border-radius);
}
.toast.showing { opacity: 0; }
.toast:not(.show) { display: none; }

.toast-container {
    --bs-toast-zindex: 1090;
    position: absolute;
    z-index: var(--bs-toast-zindex);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none;
}
.toast-container > :not(:last-child) { margin-bottom: var(--bs-toast-spacing); }

.toast-header {
    display: flex;
    align-items: center;
    padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
    color: var(--bs-toast-header-color);
    background-color: var(--bs-toast-header-bg);
    background-clip: padding-box;
    border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
    border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
    border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
    margin-right: calc(-0.5 * var(--bs-toast-padding-x));
    margin-left: var(--bs-toast-padding-x);
}
.toast-body {
    padding: var(--bs-toast-padding-x);
    word-wrap: break-word;
}

.toast.fade            { transition: opacity .15s linear; }
.toast.fade:not(.show) { opacity: 0; }
.toast.fade.show       { opacity: 1; }
.toast.fade.showing    { opacity: 0; }