﻿body {
    font-family: 'Inter', sans-serif;
}
.form-control:focus {
    box-shadow: none;
    border-color: var(--secondary-color);
}
.bg-login {
    background-image: url(../images/login-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height:100vh;
}
.ov-x-hidden{
    overflow-x:hidden;
}
label {
    font-weight: 600;
    color: #000;
    font-size: 14px;
}
.form-sec .form-control{
    padding-left:35px;
    position:relative;
}
    .form-sec .form-control::placeholder,.form-control::placeholder {
        color: var(--placeholder-color);
        font-size: 14px;
    }
.uname-bg:before {
    background-image: url(../images/Username.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    width: 15px;
    height: 15px;
    z-index: 999;
    left: 10px;
    content: "";
    top: 50%;
    transform: translateY(-50%);
}
button.btn.btn-outline-secondary.eye-btn {
    background-color: transparent;
    border-color: #ced4da;
    color: var(--primary-color);
}
.uname-bg, .pwd-bg, .forgetmail-bg {
    position: relative;
}

    .pwd-bg:before {
        background-image: url(../images/Password.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        position: absolute;
        width: 15px;
        height: 15px;
        z-index: 999;
        left: 10px;
        content: "";
        top: 50%;
        transform: translateY(-50%);
    }

    .forgetmail-bg:before {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 15px;
        height: 15px;
        z-index: 999;
        left: 10px;
        content: "";
        background-image: url(../images/forgetmail.png);
    }

.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;
}
    .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;
    }

.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;
}
.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:80px;
}
.main-logo {
    height: 60px;
}
.loginbox-logo{
    height:80px;
}
.height-set-content{
    height:100vh;
    overflow:hidden;
}

.scroll-content {
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 67px);
    padding-right: 10px;
}

.scroll-content::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

.scroll-content::-webkit-scrollbar-track {
    background-color: transparent;
}

.scroll-content::-webkit-scrollbar-corner {
    background-color: transparent;
}

.scroll-content::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}



.text-black{
    color: #000 !important
}
.font-12{
    font-size:12px;
}
.nav-steps{
    border-bottom:none !important;
    position:relative;
    width:530px;
    margin: 0 auto;
}
.nav-steps .nav-item {
    min-width:130px;
}
.nav-steps .nav-link {
    border-bottom: none !important;
    color: #000;
    border:0 !important
}
.nav-steps .nav-link.active{
   border: none !important;
    color: #000;
}

.nav-steps .nav-link:focus, .nav-steps .nav-link:hover {
    isolation: isolate;
    border: none !important;
}
span.bg-num, span.bg-num:hover, span.bg-num:active {
    color: #999999;
    border: 1px solid #dddddd;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    font-size: 12px;
    background-color: #fff;
    z-index: 3;
    position: relative;
}

.nav-steps .nav-link.active span.bg-num {
    color: #fff;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
}
.nav-steps li:nth-child(2):after {
    content: "";
    background: #ccc;
    height: 0.5px;
    width: 153px;
    position: absolute;
    top: 24px;
    z-index: 1;
    left: unset;
    right: 97px;
}

.nav-steps li:nth-child(2):before {
    content: "";
    background: #ccc;
    height: 0.5px;
    width: 183px;
    position: absolute;
    top: 24px;
    z-index: 1;
    right: unset;
    left: 68px;
}

.select2-selection__rendered {
    font-size: 13px;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
    height: 31px;
}
.select2-container--default.select2-container--focus .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #ced4da;
   
}

.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-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
}
.link-top {
    position: absolute;
    right: 16px;
    top: 16px;
}
.bootstrap-datetimepicker-widget {
    font-size: 12px;
}

    .bootstrap-datetimepicker-widget table th {
        background-color: #fff !important;
    }

    .bootstrap-datetimepicker-widget table td {
        height: 30px !important;
        line-height: 30px !important;
        width: 30px !important;
        padding: 0 !important;
        border: 0 !important;
        background-color: #fff !important;
    }

        .bootstrap-datetimepicker-widget table td span {
            width: 30px !important;
            height: 30px !important;
            line-height: 30px !important;
        }

.timepicker-picker a.btn, .timepicker-picker a.btn:hover, .timepicker-picker a.btn:active {
    color: var(--primary-color) !important;
    background-color: #fff !important;
    outline: none !important;
    border: 0 !important;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}
@media (min-width: 1400px) {
    .main-logo {
        height: 80px;
    }

    .loginbox-logo {
        height: 80px;
    }
    .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;
}
.plan-header-div {
    min-height: 110px;
    padding: 0px 10px;
}
.plan-block.selected {
    border-color: var(--bs-success) !important;
    border-width: 2.5px !important;
    box-shadow: 2px 2px 4px #00000070;
}
.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;
    border-radius: 5px;
    font-size: 10px;
    padding: 2px 10px 2px 10px;
    display: inline-block;
    text-align: center;
}
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;
    font-size: 13px;
}
.form-group {
    margin-bottom: 1rem;
}
.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);
}