﻿body {
    font-family: 'Inter', sans-serif;
}

/*.form-control:focus {
    box-shadow: none;
    border-color: #fff;
}*/

.bg-login {
    background-image: url(../images/login-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vh - 100px);
}

.ov-x-hidden {
    overflow-x: hidden;
}

label {
    font-weight: 600;
    color: #000;
    font-size: 14px;
}
.main-logo {
    height: 30px;
}

.logo-title {
    color: #4E4E4E;
    font-size: 20px;
    font-weight:700;
}

.form-sec .form-control::placeholder, .form-control::placeholder {
    color: #C8C8C8;
    font-size: 14px;
}
.mar-login-box{
    margin-top:100px;
}

a {
    text-decoration: none
}
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    color: #fff !important;
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    box-shadow: none !important;
    border-radius: 5px;
    padding: 6px 13px;
}



.btn-secondary, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
    color: #fff !important;
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
    box-shadow: none !important;
    border-radius: 5px;
    padding: 6px 13px;
}

.btn-gray, .btn-gray:hover, .btn-gray:active, .btn-gray:focus {
    background-color: #999999 !important;
    color: #fff !important;
    border-color: #999999 !important;
}

.btn-login {
    min-width: 150px;
}

.font-14 {
    font-size: 14px;
}

.font-10 {
    font-size: 10px;
}

.

.main-logo {
    height: 30px;
}

.loginbox-logo {
    height: 80px;
}

 

.text-black {
    color: #000 !important
}

.font-12 {
    font-size: 12px;
}

 

 

.select2-results__option {
    font-size: 13px;
}


.img-complete {
    z-index: 9;
    position: relative;
}

.height-100vh {
    height: 100vh;
}

.text-primary {
    color: var(--primary-color) !important
}

a.text-primary:hover, a.text-primary:focus {
    color: var(--primary-color) !important
}

.mh-400px{
    min-height:400px
}
.login-section, .twostep-section, .success-section {
    flex: 0 0 auto;
    width: 100%;
}

@media (min-width: 1400px) {
    .main-logo {
        height: 30px;
    }
    .mar-login-box {
        margin-top: 200px;
    }
    .loginbox-logo {
        height: 40px;
    }
    .bg-login {
        
        height: calc(100vh - 200px);
    }


    .font-12 {
        font-size: 14px;
    }
    /*.form-control-sm {
        min-height: 40px;
    }*/
    .nav-steps {
        width: 550px;
    }

        .nav-steps:after {
            width: 300px;
        }

    .select2-container--default .select2-selection--single {
        height: 40px;
    }

        .select2-container--default .select2-selection--single .select2-selection__rendered {
            color: #000;
            line-height: 40px;
        }

        .select2-container--default .select2-selection--single .select2-selection__arrow {
            height: 40px;
            right: 5px;
        }

    .account-info .font-10 {
        font-size: 12px;
    }

    .nav-steps li:nth-child(2):after {
        width: 127px;
        right: 93px;
    }

    .nav-steps li:nth-child(2):before {
        width: 118px;
        left: 56px;
    }

    .nav-steps li:nth-child(3):before {
        width: 90px;
        left: 208px;
    }
}

failed-payment-info i {
    color: #F2454B;
}

.table-plan {
    table-layout: fixed;
}

    .table-plan td {
        padding: 3px 5px;
    }

.plan-block {
    padding: 10px 5px;
    border-radius: 4px;
    cursor: pointer;
    min-height: 240px;
}

.plan-header-div {
    min-height: 110px;
    padding: 0px 10px;
}

.plan-block.selected {
    border-color: var(--primary-color) !important;
}

.currentplan-tag {
    padding: 3px 10px;
    font-size: 9px;
    background-color: #DBE2FF;
    border-radius: 10px;
    color: var(--primary-color);
}

span.text-success.status-badge {
    background-color: #2A840533 !important;
    color: #2A8405 !important;
    border: 1px solid #2A8405;
}

span.text-warning.status-badge {
    background-color: #FE950D33 !important;
    color: #FE950D !important;
    border: 1px solid #FE950D;
}

span.text-danger.status-badge {
    background-color: #FF340A33 !important;
    color: #FF340A !important;
    border: 1px solid #FF340A;
}

.card-bg {
    background-image: url('../images/card_front.png');
    width: 290px;
    height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto;
}

.card-information {
    bottom: 20px;
    left: 20px;
    letter-spacing: 2px;
}

.visa-card::before {
    content: "";
    background-image: url(../images/visa_bg.png);
    height: 25px;
    position: absolute;
    top: 20px;
    left: 10px;
    width: 70px;
    background-size: contain;
    background-repeat: no-repeat;
}

.card-expirytext {
    color: #a5cbed;
}

.discount-apply {
    position: absolute;
    right: 10px;
    top: 7px;
}

.list-planinfo li {
    font-size: 12px;
    text-align: left;
    padding-left: 15px;
    position: relative;
    margin-bottom: 5px;
}

    .list-planinfo li::before {
        content: "";
        position: absolute;
        left: 0;
        background-image: url(../images/tick.png);
        background-size: 10px;
        width: 10px;
        height: 10px;
        top: 4px;
    }

.font-13 {
    font-size: 13px;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 600;
    outline: none;
    color: #696969;
    font-size: 14px;
}

.form-group {
    margin-bottom: 1rem;
}
.mh-350px {
    min-height: 350px;
}
.forgot-msg {
    color: #696969;
    font-size:15px;
}
.form-control::placeholder {
    color: #C8C8C8;
    font-size:14px;
}
.btn-cancel {
    border: 1px solid #898787;
    color: #898787;
    font-weight: 700;
    border-radius: 5px;
    padding: 6px 13px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--primary-color) !important;
    color: white;
}

select + .select2-container {
    width: 100% !important;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active, .btn-check:checked + .btn:hover {
    color: white;
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color);
}

.btn-check + .btn:hover {
    color: var(--primary-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--primary-color);
}
