﻿body {
    font-family: "Signika Negative", sans-serif;
}
.pace-activity {
    display: none !important
}

.pace.pace-active {
    display: none !important
}
.form-control:focus {
    box-shadow: none;
    border-color: var(--secondary-color);
}

.bg-login {
    background-image: url('../images/login-bg.jpg');
    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: 15px;
    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 - 200px);
    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: 400px;
    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: 120px;
    position: absolute;
    top: 24px;
    z-index: 1;
    left: unset;
    right: 80px;
}

.nav-steps li:nth-child(2):before {
    content: "";
    background: #ccc;
    height: 0.5px;
    width: 120px;
    position: absolute;
    top: 24px;
    z-index: 1;
    right: unset;
    left: 45px;
}

.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: 10px;
    top: 20px;
}

.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;
}
.calender-bg {
    background-image: url(../images/calendarbg.png);
    background-repeat: no-repeat;
    width: 108px;
    height: 100px;
    background-size: contain;
    margin: 20px auto 20px;
    display: block;
    line-height: 100px;
    text-align: center;
    font-size: 25px;
    position: relative;
    color: #F2454B !important;
    font-weight: 600;
}
.planinfo-content .text-danger {
    color: #F2454B !important;
    font-weight: 600;
}
.font-10 {
    font-size: 10px;
}
.calender-bg:after {
    content: "Days Left";
    color: #F2454B !important;
    font-size: 10px;
    display: block;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
}
.discount-apply {
    position: absolute;
    right: 10px;
    top: 7px;
}
.bg-primary{
    background-color: var(--primary-color) !important;
}
.backlink, .backlink:hover, .backlink:focus {
    color: #fff;
    position: absolute;
    left: 100px;
    top: 20px;
    text-decoration: none;
}
.billinginfo .fill-control-description.font-12 {
    font-size: 12px !important;
    position: relative;
    top: 0px;
}

.table-plan {
    table-layout: fixed;
}

.height-title {
    height: 40px;
}

.addclient .bg-light {
    background-color: #eeeeee !important;
}

.height-title h6 {
    line-height: 25px;
}

.plan-header-div {
    min-height: 150px;
    text-align: center;
    padding: 0px 10px;
}

    .plan-header-div p {
        padding: 0px 10px;
    }

.plan-body-div ul li:nth-child(1) {
    background-color: #e5e8f2;
}

.plan-body-div ul li:nth-child(2) {
    background-color: #f2f3f8;
}

.plan-body-div ul li:nth-child(3) {
    background-color: #fafafc;
}

.plan-body-div ul li {
    border-radius: 4px;
}

.plan-block {
    padding: 10px 5px;
    border-radius: 4px;
    cursor: pointer;
}

.plan-footer-div .btn {
    border-radius: 25px;
}

.plan-block.selected {
    border-color: var(--primary-color) !important;
}

.list-planinfo li {
    font-size: 10px;
    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;
    }

.table-plan td {
    padding: 3px 5px;
}

.review-sec {
    display: none;
}

.Signup-list li {
    list-style: none;
    font-size: 12px;
    margin-bottom: 10px;
    position: relative;
}

.switchToggle input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
    position: absolute;
}

.switchToggle label {
    cursor: pointer;
    text-indent: -9999px;
    width: 70px;
    max-width: 70px;
    height: 30px;
    background: #bfbfbf;
    display: block;
    border-radius: 100px;
    position: relative;
}

    .switchToggle label:after {
        content: '';
        position: absolute;
        top: 2px;
        left: 2px;
        width: 26px;
        height: 26px;
        background: #fff;
        border-radius: 90px;
        transition: 0.3s;
    }

.switchToggle input:checked + label, .switchToggle input:checked + input + label {
    background: #4B986C;
}

.switchToggle input + label:before, .switchToggle input + input + label:before {
    content: 'No';
    position: absolute;
    top: 5px;
    left: 35px;
    width: 26px;
    height: 26px;
    border-radius: 90px;
    transition: 0.3s;
    text-indent: 0;
    color: #fff;
}

.switchToggle input:checked + label:before, .switchToggle input:checked + input + label:before {
    content: 'Yes';
    position: absolute;
    top: 5px;
    left: 10px;
    width: 26px;
    height: 26px;
    border-radius: 90px;
    transition: 0.3s;
    text-indent: 0;
    color: #fff;
}

.switchToggle input:checked + label:after, .switchToggle input:checked + input + label:after {
    left: calc(100% - 2px);
    transform: translateX(-100%);
}

.switchToggle label:active:after {
    width: 60px;
}

.toggle-switchArea {
    margin: 10px 0 10px 0;
}

.success-discount-msg {
    display: none;
}

.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;
}

.card-expirytext {
    color: #a5cbed;
}

.font-16px {
    font-size: 16px;
}

.font-14px {
    font-size: 14px;
}

.font-12px {
    font-size: 12px;
}
.form-group{
    margin-bottom:20px;
}
@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: 450px;
    }

        .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: 150px;
        right: 80px;
    }

    .nav-steps li:nth-child(2):before {
        width: 150px;
        left: 50px;
    }
}

.btn-disabled {
    pointer-events: none !important;
    opacity: 50% !important;
}

.input-validation-error {
    border: 2px solid #ff0000 !important;
}

#toast-container > .toast-error {
    background-color: #d57a7a !important;
    color: #fff !important;
    background-image: none !important;
}

#toast-container > .toast-success {
    background-color: #619b28 !important;
    color: #fff !important;
    background-image: none !important;
}

.d-none {
    display: none !important;
}