#dealeraggrementmodal {
    .custom-modal .modal-body .btn-info:hover {
        background-color: #256bf8;
        color: #fff;
    }

    .custom-modal .modal-body {
        background: #00000017;
    }

    .custom-modal .modal-body .btn-primary {
        background: #020a5d;
        border: #020a5d;
    }

    .custom-modal .modal-body .btn-primary:hover {
        background: #050934;
        border: #050934;
    }

    .terms-condition {
        background: #fff;
        padding: 22px;
        border-radius: 10px;
    }
}

.register-form .register-card button {
    background: #020a5d;
    border: #020a5d;
}

.register-form .register-card button:hover {
    background: #050934;
    border: #050934;
}

.btn-primary {
    background: #020a5d;
    border: #020a5d;
}

.btn-primary:hover {
    background: #050934;
    border: #050934;
}

.custom-nav-cards .card-body .form-check {
    border: 1px solid #000;
    padding: 0;
}

.custom-nav-cards .card-body .form-check .custom-table-flex {
    display: flex;
}

.custom-nav-cards .card-body .form-check .custom-table-flex .context-table {
    width: 80%;
    padding: 15px;
}

.custom-nav-cards .card-body .form-check .custom-table-flex .tab-inputs {
    border-left: 2px solid #000;
    width: 20%;
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.custom-nav-cards .card-body .form-check .row .col-md-3 {
    border-left: 1px solid #000;
}

.custom-nav-cards .card-body .form-check:nth-child(2n+1) {
    background-color: #e2f4fc;
}

.banner-image img {
    width: 100%;
}

.custom-modal .modal-body .modal-btn {
    max-width: unset;
    min-width: 140px;
    width: unset;
}

.xl-screen {
    display: none;
}

.common-btn-flex {
    display: flex;
    gap: 0px 20px;
    justify-content: space-around;
}

.common-btn-flex a button {
    max-width: 280px;
    height: 100%;
}

@media(min-width: 1920px) {
    .xl-screen {
        display: block;
    }

    .lg-screen {
        display: none;
    }
}

@media(max-width: 1024px) {
    .form-status .file-upload-success {
        width: 100%;
    }
}

@media(max-width: 992px) {
    .common-btn-flex {
        flex-direction: column;
        gap: 20px 0px;
    }

    .common-btn-flex a button {
        max-width: 100%;
        width: 100%;
    }

    .form-status .file-upload-success {
        padding: 80px;
    }
}

@media(max-width: 768px) {
    .form-status .file-upload-success {
        padding: 60px;
    }
}

@media(max-width: 576px) {
    .form-status .file-upload-success {
        padding: 40px;
    }
}

.form-status .file-upload-success .file-upload-success-button {
    border: 2px solid #01085c;
    background-color: #01085c;
}

.form-status .file-upload-success span {
    color: #020657;
    border: 5px solid #020959;
}

.form-status .file-upload-success .file-upload-success-button:focus {
    border: 2px solid #020959 !important;
}

.topbar-links .contract-btn {
    background: #fff;
    border: 1px solid #020959;

}

.topbar-links .contract-btn:hover {
    background: #01085c;
    border: 1px solid #020959;
    color: #fff;
}

.home-benefits .img-fluid {
    border-radius: 10px;
}

.home-benefits .img-fluid {
    border-radius: 10px;
}

.home-banner .context {
    background-color: #020a5d;
}

.form-status .file-upload-success {
    width: 75%;
    text-align: center;
    padding: 50px;
}

.form-status .file-upload-success .file-upload-success-button {
    padding: 10px 20px 12px 20px;
}

.form-status .file-upload-success .register_completed {
    padding: 15px;
}

.home-banner .context::before {
    display: none;
}

.home-banner .banner-content h2 {
    font-size: 35px;
    line-height: 47px;
}

.payment-stripe-form {
    .login-card {
        max-width: 560px;
    }

    .login-header {
        text-align: center;
    }
}


#dealerregistersuccessmodal {

    .file-upload-success {
        text-align: center;
        padding: 50px;
    }

    .file-upload-success span {
        background-color: #ffffff;
        border-radius: 50%;
        border: 5px solid #020959;
        width: 120px;
        height: 120px;
        font-size: 60px;
        text-align: center;
        display: block;
        margin: 0 auto;
        line-height: 135px;
        color: #020657;
        animation: pulse-green 3s infinite;
        -ms-animation: pulse-green 3s infinite;
        -moz-animation: pulse-green 3s infinite;
        -o-animation: pulse-green 3s infinite;
    }

    .file-upload-success span i {
        display: block;
        line-height: 120px;
    }

    .file-upload-success h3 {
        font-size: 24px;
        font-weight: 600;
        color: #000000;
        padding-top: 25px;
        padding-bottom: 30px;
    }

    .file-upload-success h4 {
        font-size: 18px;
        font-weight: 500;
        color: #000000;
        padding-bottom: 30px;
    }

    .file-upload-success .file-upload-success-button {
        padding: 10px 20px 12px 20px;
        border: 2px solid #01085c;
        background-color: #01085c;
        border-radius: 10px;
        color: #ffffff;
        font-weight: 700;
        font-size: 16px;
        display: block;
        margin: 0 auto;
        transition: 0.6s ease-in-out;
    }
}

.contract-page {
    padding: 80px 0px;

    .contract-body {
        width: 80%;
        padding: 50px;
        position: relative;
        background-color: #fff;
        margin: 0 auto;
        box-shadow: 0px 0px 20px 0px #e0e0e0;
        border-radius: 11px;
    }

    .terms-condition .terms-content {
        padding: 10px;
    }

    .terms-condition {
        background: #66626212;
        border-radius: 10px;
        border-bottom: 5px solid #020a5d;
    }
}

.register-form .register-card .custom-loader {
    padding: 12px 20px;
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    border-radius: 10px;
    border: 1px solid;
    background: #050934;
    border: #050934;
}

.only-loader {
    text-align: center;
}

.stripepayment-expriy {
    .month {
        padding-right: 0;
    }

    .year {
        padding-left: 0;
    }
}


.cookies-cache #cookie-banner {
    position: fixed;
    bottom: 40px;
    background: #fff;
    color: #fff;
    padding: 10px;
    text-align: center;
    width: 440px;
    padding: 20px 26px;
    box-shadow: 0 -1px 10px 0 #acabab4d;
    border-radius: 6px;
    left: 40px;
    z-index: 999;
}

.cookies-cache h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 12px 0;
    word-wrap: break-word;
    color: #212121;
    text-align: left;
}

.cookies-cache p {
    text-align: left;
    color: #000000;
    padding-bottom: 15px;
    font-size: 14px;
}

.cookies-cache .button-flex {
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 16px;
    gap: 15px;
}

.cookies-cache .button-flex button {
    flex: auto;
    max-width: 100%;
    font-size: 14px;
    font-family: inherit;
    line-height: 24px;
    padding: 8px;
    font-weight: 500;
    margin: 0 8px 0 0;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    text-transform: none;
    min-height: 0;
    overflow-wrap: break-word;
}

.cookies-cache .button-flex .btn-prime {
    color: #FFFFFF;
    border-color: #040B5E;
    background-color: #040B5E;
}


@media(max-width: 576px) {
    .cookies-cache #cookie-banner {
        width: 100%;
        left: 0;
    }
}


.register-banner {
    background: url('/assets/images/jumbotron_dark_38_cropped.png');
    background-size: cover;
    background-position: center center;
    padding: 9rem 0 9rem 0;
    border-radius: 0;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    box-sizing: border-box;
}

.register-banner-text {
    font-size: 42px;
    line-height: 46px;
    color: #ffffff;
    font-family: "Ford-Antenna-Light";
    text-shadow: 2px 2px #000;
    text-align: center;

}

.form-check-label {
    font-weight: 600;
}

.nav-link {
    color: #1700f4;
}

.nav-link:hover {
    color: #1700f466;
}

.form-check-input:checked {
    background-color: #1700f4;
    border-color: #1700f4;
}

.category_vertical_middle {
    vertical-align: middle;
    text-align: center;
}

.highcharts-title {
    display: none;
}

.highcharts-credits {
    display: none;
}


.form-flexer {
    position: relative;
}


.form-flexer .fields {
    position: absolute;
    top: 20px;
}

.form-flexer .fields input {
    width: 26px;
    height: 26px;
}

.form-flexer .context {
    padding-left: 55px;
}

.form-flexer .context h4 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
}

.allassessment {
    .card {
        background-color: #eeeded;
        margin-bottom: 20px;
    }

}

.course-go a {
    font-size: 14px;
    line-height: 20px;
    padding: 12px 25px;
    border-radius: 50px;
    font-family: "Ford-Antenna-Medium";
    background-color: #020a5d;
    color: #ffffff;
    display: inline-block;
}

.course-go a:hover {
    background-color: #c8c8c6;
    color: #000050;
}

.assessment-explanation-message {
    color: #000050;
    font-size: 20px;
}

.connect-lms-home:hover {
    background: #000050;
    color: #fff;
}

.connect-lms-home {
    background: #c8c8c6;
    padding: 30px;
    width: 450px;
    border-radius: 15px;
    text-align: center;
    color: #000050;
    font-weight: bolder;

    .connect-lms-home-name {
        font-size: 26px;
    }

    .connect-lms-home-icon {
        font-size: 78px;
        text-align: center;
        font-weight: bolder;
    }
}

.connectlms-welcome {
    padding-top: 30px;

    h2 {
        font-size: 38px;
        line-height: 40px;
        font-family: "Ford-Motion-Regular";
        padding-bottom: 15px;
    }
}



.connectlms-offer {
    padding-top: 20px;

    h2 {
        font-size: 38px;
        line-height: 40px;
        font-family: "Ford-Motion-Regular";
        padding-bottom: 15px;
    }

    ul {
        padding-left: 20px;
        padding-bottom: 20px;
    }

    ul li {
        list-style-type: disc;
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 5px;
        font-family: "Ford-Motion-Regular";
        color: #333;
    }

    p {
        font-size: 14px;
        line-height: 16px;
        padding-bottom: 20px;
        font-family: "Ford-Motion-Regular";
        color: #333;
    }
}

.connectlms-thanks {

    padding-top: 20px;

    h2 {
        font-size: 38px;
        line-height: 40px;
        font-family: "Ford-Motion-Regular";
        padding-bottom: 15px;
    }

    p {
        font-size: 14px;
        line-height: 16px;
        padding-bottom: 20px;
        font-family: "Ford-Motion-Regular";
        color: #333;
    }
}

.mt-4rem {
    margin-top: 4rem;
}


@media (max-width: 768px) {
    header a {
        text-align: left;
    }
}

@media (max-width: 576px) {
    .home-about-thanks .connect-lms-home {
        width: 100%;
    }

    header a {
        text-align: center;
    }

    header .row .col-xs-6 {
        width: 100%;
    }

    header .topbar-links {
        margin-top: 70px;
    }
}