﻿@font-face {
    font-family: "Scala Sans LF";
    src: url("../../fonts/Scala Sans LF Regular.eot");
    /* IE9 Compat Modes */
    src: url("../../fonts/Scala Sans LF Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../../fonts/Scala Sans LF Regular.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../../fonts/Scala Sans LF Regular.woff") format("woff"), /* Pretty Modern Browsers */ url("../../fonts/Scala Sans LF Regular.ttf") format("truetype");
    /* Safari, Android, iOS */
    font-display: swap;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Scala Sans LF";
    src: url("../../fonts/ScalaSans-BoldLF.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/ScalaSans-BoldLF.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../../fonts/ScalaSans-BoldLF.woff2") format("woff2"), /* Super Modern Browsers */ url("../../fonts/ScalaSans-BoldLF.woff") format("woff"),
    /* Pretty Modern Browsers */ url("../../fonts/ScalaSans-BoldLF.ttf") format("truetype");
    /* Safari, Android, iOS */
    font-display: swap;
    font-weight: bold;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
    font-family: "Scala Sans LF", sans-serif;
}

body {
    font-family: "Scala Sans LF", sans-serif;
    color: #343434;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.flex {
    display: flex;
}

.justify-center {
    justify-content: center;
}

.items-center {
    align-items: center;
}

.text-right {
    text-align: right;
}

.blur-none {
    filter: blur(0);
}

.hidden {
    display: none;
}

.logo-link {
    max-height: 50px;
}

.stepwizard .card-body {
    padding: 0px;
}

.individual-blog {
    background-color: #000000c9;
    min-height: 100vh;
    padding: 20px;
}

.card.wizard {
    background: #f6f6f6;
    border-radius: 0;
    border: none;
}

.stepwizard-row {
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0px 4px 4px 0px #00000021;
}

.stepwizard-step p {
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

.stepwizard-step span {
    display: inline-block;
    vertical-align: middle;
    background: #dddddd;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    padding: 1px;
    margin-right: 6px;
}

.stepwizard-step div {
    padding-right: 70px;
    margin-right: 30px;
    position: relative;
    z-index: 1;
    pointer-events: none;
}

    .stepwizard-step div:before {
        content: "";
        position: absolute;
        top: 12px;
        right: 0;
        width: 47px;
        z-index: -1;
        height: 1px;
        left: auto;
        background: #0000002e;
    }

    .stepwizard-step div:last-child:before {
        display: none;
    }

    .stepwizard-step div.active span {
        background-color: #cddd00;
    }

    .stepwizard-step div.active p {
        font-weight: 600;
    }

    .stepwizard-step div.completed span {
        background-color: #2c2c2c;
        color: #fff;
    }

.stepwizard-step span.step-tick {
    display: none;
}

.stepwizard-step div.completed span {
    display: none;
}

    .stepwizard-step div.completed span.step-tick {
        display: inline-block;
    }

.wizard-card {
    padding: 30px 20px;
    max-height: calc(100vh - 190px);
    min-height: calc(100vh - 190px);
    overflow: auto;
}

.card-footer {
    padding: 20px 30px;
    background: #fff;
    border: none;
    box-shadow: 0px 1px 9px 0px #00000040;
    text-align: right;
}

.btn-primary {
    background-color: #cddd00;
    border-color: transparent;
    color: #000;
}

.btn {
    border-radius: 0;
    padding: 9px 16px;
    min-width: 66px;
}

.wizard-title {
    font-size: 20px;
    margin: 0;
    color: #343434;
    font-weight: 600;
    margin-bottom: 12px;
}

.form-group {
    margin-bottom: 20px;
}

    .form-group label {
        font-size: 15px;
        display: block;
        margin-bottom: 6px;
        color: #2c2c2c;
        font-weight: 500;
    }

    .form-group input.form-control,
    .uploadFile {
        width: 100%;
        border: none;
        padding: 11px 14px;
        border-radius: 0;
        margin: 6px 0;
        background-color: #fff;
        border: 1px solid #d4d4d4;
        outline: none;
        color: #000000;
    }

    .form-group input:disabled {
        background: #e2e2e2;
    }

.form-select:disabled {
    background: #e2e2e2;
}

.card-footer .btn {
    min-width: 100px;
    border-radius: 0;
}

.btn.btn-outline-secondary {
    color: #36333d;
    border-color: #36333d;
}

.btn-check:focus + .btn-primary, .btn-primary:focus, .btn-primary:hover {
    border-color: transparent;
    color: #36333d;
    background-color: #cddd00;
}

.btn.btn-outline-secondary:hover {
    background-color: #dddddd;
    border-color: transparent;
}

.intl-tel-input {
    display: block;
}

    .intl-tel-input.separate-dial-code .selected-flag {
        background-color: #f5f5f5;
        border-right: 1px solid #cccccc;
    }

.intl-tel-input {
    margin: 6px 0;
}

.bootstrap-select {
    width: 100%;
    border-radius: 0;
}

.bootstrap-select {
    padding: 0;
    min-width: 100%;
}

    .bootstrap-select .btn {
        min-width: initial;
        background-color: transparent;
    }

    .bootstrap-select > .dropdown-toggle:after {
        opacity: 0;
    }

    .bootstrap-select .dropdown-toggle:focus,
    .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
        outline: none !important;
    }

label span.star {
    color: #e22222;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #e2e2e2;
    color: #000;
}

.datepicker {
    background-image: url(../images/calendar-icon.svg);
    background-repeat: no-repeat;
    background-position: right 14px center;
}

/* file upload */
.uploadFile {
    overflow: hidden;
    position: relative;
    resize: none;
}

    .uploadFile [type="file"] {
        cursor: pointer !important;
        display: block;
        font-size: 999px;
        filter: alpha(opacity=0);
        min-height: 100%;
        min-width: 100%;
        opacity: 0;
        position: absolute;
        right: 0px;
        text-align: right;
        top: 0px;
        z-index: 1;
    }

    .verify-btn, .uploadFile strong {
        display: inline-block;
        vertical-align: top;
        padding: 4px 10px;
        min-width: initial;
        font-weight: 400;
        font-size: 14px;
        min-width: 92px;
    }

.verify-btn {
    position: absolute;
    top: 37px;
    right: 14px;
}

span.filename {
    font-size: 15px;
    line-height: 29px;
    padding-right: 20px;
    white-space: nowrap;
    max-width: calc(100% - 92px);
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-upload-text {
    font-size: 14px;
    color: #676767;
}

span.error {
    font-size: 13px;
    color: #e22222;
    display: block;
}

.ui-datepicker td span,
.ui-datepicker td a {
    text-align: center;
    padding: 2px;
    font-size: 13px;
    margin: 2px;
    line-height: 21px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border-color: #cddd00;
    background-color: #cddd00;
}

.ui-datepicker th {
    font-size: 13px;
    padding: 0.4em 0.3em;
}

.ui-datepicker .ui-datepicker-title select {
    font-family: "Scala Sans LF";
    font-size: 14px;
    padding: 4px 4px;
    width: 80px;
    border-color: #d4d4d4;
    margin: 0 3px;
}

.wizard-card::-webkit-scrollbar {
    width: 10px;
}

a.home-link {
    display: inline-block;
    vertical-align: top;
}

.wizard-card::-webkit-scrollbar-track {
    background: #EDEDED;
}

.wizard-card::-webkit-scrollbar-thumb {
    background: #999999;
    box-shadow: 0px 4px 4px 0px #0000001C;
}

    .wizard-card::-webkit-scrollbar-thumb:hover {
        background: #999999;
        box-shadow: 0px 4px 4px 0px #0000001C;
    }

.modal-content {
    border-radius: 5px;
}

.message-show .modal-dialog {
    max-width: 400px;
    margin: 0 auto;
}

.thankyou-modal img {
    max-width: 60px;
}

.thankyou-modal {
    text-align: center;
    padding: 30px 0;
}

    .thankyou-modal button, .thankyou-modal a {
        min-width: 120px;
        box-shadow: 0px 2px 4px 0px #00000040;
        font-weight: 600;
    }

    .thankyou-modal h2 {
        font-size: 32px;
        font-weight: bold;
        margin: 18px 0 10px;
    }

    .thankyou-modal p {
        margin: 0;
        font-size: 16px;
        margin-bottom: 30px;
    }

.modal-backdrop.fade.show-opacity.show {
    opacity: 0.9;
}

.select-represent {
    max-width: 270px;
    min-width: 350px;
}

/* OTP modal */

.otp-modal {
    padding: 30px 16px;
}

    .otp-modal h2 {
        font-size: 26px;
        font-weight: bold;
    }

    .otp-modal p {
        font-size: 17px;
        max-width: 270px;
        line-height: 20px;
        margin: 14px auto 20px;
    }

.otp-input {
    margin: 12px 0 20px;
}

    .otp-input input {
        min-width: initial;
        width: 40px;
        height: 40px;
        border-radius: 2px;
        border: 1px solid #36333d;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        margin: 0 2px;
    }

.otp-receive-para button {
    background: transparent;
    border: none;
    outline: none;
    margin-top: 4px;
    font-weight: bold;
    text-decoration: underline;
}

.otp-submit button {
    margin-top: 10px;
    min-width: 180px;
}

.otp-modal input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

.otp-modal .form-control:focus {
    border-color: #cddd00;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(205 221 0 / 30%);
}

.otp-input input.error {
    border-color: red;
}

.otp-modal .error:focus {
    box-shadow: 0 0 0 .25rem rgb(255 0 0 / 11%);
}
/* coming soon start */
.coming-soon {
    padding: 30px;
    background-size: cover;
    background-image: url(../images/coming-soon-bg.png);
    background-position: bottom right;
    box-sizing: border-box;
}

.coming-soon-blog {
    text-align: center;
}

.coming-soon * {
    box-sizing: border-box;
}

.coming-soon-blog {
    min-height: calc(100vh - 60px);
    align-items: center;
    display: flex;
    justify-content: center;
}

.logo-link {
    max-height: 50px;
}

.coming-soon h2 {
    font-size: 43px;
    color: #535151;
    margin: 30px auto 36px;
}

.coming-soon-blog p {
    font-size: 18px;
    line-height: 26px;
}

.coming-icon {
    max-width: 240px;
}
/* coming soon end */
/* responsive code start */
@media(max-width:420px) {
    .message-show .modal-dialog {
        max-width: 300px;
    }

    .otp-input input {
        width: 31px;
        height: 31px;
    }
}

@media(max-width:767.98px) {
    .individual-blog, .card-footer, .stepwizard-row {
        padding: 16px;
    }

    .stepwizard-step div {
        width: 100%;
        padding-right: 0;
        margin-right: 0;
        padding-bottom: 14px;
    }

        .stepwizard-step div:before {
            width: 2px;
            height: 18px;
            left: auto;
            top: auto;
            bottom: -3px;
            right: auto;
            left: 12px;
        }

        .stepwizard-step div:last-child {
            padding-bottom: 0;
        }

    .card.wizard {
        margin: 16px 0 0;
    }

    .wizard-card {
        padding: 20px 20px;
        max-height: calc(100vh - 300px);
        min-height: calc(100vh - 300px);
    }

    .card-footer .btn {
        min-width: initial;
        font-size: 13px;
        padding: 6px 10px;
    }

    .nopadding {
        padding: 0;
    }

    .select-represent {
        max-width: initial;
        min-width: initial;
    }

    .verify-btn {
        position: relative;
        top: 0;
        right: 0;
        float: right;
    }
}

@media(min-width:768px) and (max-width:1023.98px) {
    .stepwizard-step div {
        padding-right: 0px;
        margin-right: 10px;
        font-size: 14px;
    }

        .stepwizard-step div:before {
            display: none;
        }
}

@media(min-width:1024px) and (max-width:1199.98px) {
    .stepwizard-step div {
        padding-right: 30px;
        margin-right: 20px;
    }

        .stepwizard-step div:before {
            width: 22px;
        }
}

@media(min-width:768px) and (max-width:1199.98px) {
    .select-represent {
        min-width: initial;
    }

    .verify-btn {
        position: relative;
        top: 0;
        right: 0;
        float: right;
    }
}
.form-group .text-danger {
    font-size: 13px;
}

.form-group {
    margin-bottom: 14px;
}

.file-upload-text {
    font-size: 12px;
    margin-bottom: 3px;
}

.modal-header.modal-close button {
    background-color: transparent;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    border-radius: 50%;
    z-index: 2;
    outline: none;
}