
@font-face {
    font-family: "Geliat";
    src: url("../fonts/Geliat-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Geliat";
    src: url("../fonts/Geliat-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Geliat";
    src: url("../fonts/Geliat-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Geliat";
    src: url("../fonts/Geliat-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}




body {
    background-color: #f2f2f2 !important;
    padding: 100px 0 40px;
    font-size: 13px;
}

header {
    background: #fff;
    box-shadow: 0 4px 4px -6px #333;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 0;
    z-index: 999;
}

.logo-text {
    font-size: 1.2rem;
    display: inline-flex;
    margin-left: 20px;
    font-weight: 700;
    color: #885731;
    align-self: center;
}

.btn-secondary {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0,0,0,0.2);
}

    .btn-secondary:hover, .btn-secondary:active, .btn-secondary.hover {
        background-color: #2d4373;
    }

.card {
    box-shadow: 0px 4px 30px 8px rgb(60 72 88 / 15%);
    -webkit-box-shadow: 0px 4px 30px 8px rgb(60 72 88 / 15%);
}

.btn-primary {
    background-color: #3c8dbc;
    border-color: #367fa9;
}

    .btn-primary:hover, .btn-primary:active, .btn-primary.hover {
        background-color: #367fa9;
        border-color: #367fa9;
    }

.btn-info {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

    .btn-info:hover {
        color: #fff;
        background-color: #666;
        border-color: #666;
    }

.btn {
    padding: 10px 30px !important;
}

.border-t {
    border-top: #dee2e6 thin solid;
}

input:focus-visible {
    outline: none;
}

sup {
    color: red;
    font-weight: 700;
}

.form-check-input {
    width: 1.5em !important;
    height: 1.5em !important;
    margin-top: .10em;
    border: 2px solid #adb1b4 !important;
    margin-right: 10px;
}

.form-label {
    margin-bottom: .5rem;
    font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

.form-control, .form-select {
    padding: .75rem .75rem !important;
}

.get-otp {
    background: #3c8dbc;
    font-weight: 500;
    color: #fff;
    align-items: center;
    display: flex;
    cursor: pointer;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    height: 52px;
    border-radius: 0 4px 4px 0;
    padding: 0;
    width: 90px;
    justify-content: center;
}

    .get-otp:hover {
        background: #3b5998;
    }


/* Make circles that indicate the steps of the form: */
.tab {
    display: none;
}

.step {
    height: 28px;
    width: 28px;
    margin: 0 2px;
    background-color: #f8f9fa;
    border: #ddd thin solid;
    color: #444;
    position: relative;
    z-index: 9;
    border-radius: 50%;
    display: inline-block;
    font-size: 0.9rem;
    line-height: 26px;
}

    .step.active {
        background-color: green;
        border: #ddd thin green;
        color: #fff;
    }

.step-text {
    font-style: normal;
    width: 100%;
    display: inline-block;
    font-size: 0.9rem;
}

/* Mark the steps that are finished and valid: */
.step.finish {
    background-color: green;
    border: #ddd thin green;
    color: #fff;
}

.st-b {
    width: 50%;
    position: relative;
    float: left;
}

    .st-b:before {
        top: 14px;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 100%;
        height: 1px;
        background-color: #ccc;
        z-index: 0;
        left: 0;
    }

.my-account-drop {
    position: absolute;
    top: 40px;
    background: #fff;
    padding: 0px;
    overflow: hidden;
    border-radius: 0 0 .375rem .375rem;
    border: #adb1b4 thin solid;
    z-index: 9;
    right: 0;
}

    .my-account-drop a {
        width: 100%;
        display: block;
        color: #333;
        text-decoration: none;
        padding: 10px 15px;
        min-width: 130px;
    }

        .my-account-drop a:hover {
            background-color: #f2f2f2;
        }

.user-p {
    color: #000;
    cursor: pointer;
    text-decoration: none;
    align-self: center;
    margin-left: 20px;
}

.user-d {
    width: 100%;
    margin: 0;
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0px 0;
}

    .user-d li {
        list-style: none;
        display: inline-block;
        width: 20%;
        float: left;
        position: relative;
    }

        .user-d li a {
            list-style: none;
            width: 100%;
            float: left;
            position: relative;
            text-align: center;
        }

            .user-d li a span {
                width: 60px;
                height: 60px;
                border-radius: 50%;
                display: block;
                margin: auto;
                background: #f2f2f2;
                padding: 10px;
                margin-bottom: 10px;
            }

            .user-d li a.is-selected span {
                background: #aaa2d8;
            }

            .user-d li a.active-fill span {
                background: #86c399;
            }

.tabs-trigger.active-fill, .tabs-trigger.active-fill:hover {
    border-bottom: 2px solid #86c399;
    color: #000;
}

.user-d li a span img {
    width: 100%;
    max-width: 100%;
}

.user-d li a:after {
    background-color: #f2f2f2;
    height: 2px;
    right: 0;
    width: 50%;
    content: "";
    display: block;
    position: absolute;
    top: 65px;
}

.user-d li a:before {
    background-color: #f2f2f2;
    height: 2px;
    left: 0;
    width: 50%;
    content: "";
    display: block;
    position: absolute;
    top: 65px;
}

.user-d li a:first-child:before {
    display: none;
}

.user-d li a:last-child:after {
    display: none;
}

.user-d li.active-fill:after {
    background-color: #86c399;
}

.user-d li.active-fill:before {
    background-color: #86c399;
}



.fsm th {
    font-size: 0.7rem;
}

.image-preview-container {
    width: 100%;
    display: inline-block;
    margin: 20px auto;
}

    .image-preview-container img {
        width: 100%;
        display: none;
    }

    .image-preview-container input {
        display: none;
    }

.preview {
    width: 200px;
    min-height: 150px;
    /*background: lightgray;*/
    border-radius: 6px;
    margin-bottom: 20px;
    margin: 10px auto 20px;
    overflow: hidden;
}

.form-control[type=file] {
    overflow: hidden;
}

.btn-gray {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

    .btn-gray:hover {
        color: #fff;
        background-color: #5c636a;
        border-color: #565e64;
    }

fieldset.scheduler-border {
    border: 1px #d3c5ef solid !important;
    padding: 0 1em 1em !important;
    border-radius: 6px;
    margin: 0 0 0 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend {
    font-size: 1rem;
    background: #fff;
    padding: 10px 15px;
    width: auto;
    margin-top: -20px;
    font-weight: 600;
    color: #3b5998;
    border-radius: 6px;
    margin-bottom: 20px;
}

.img-rounded {
    border-radius: .25rem;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    box-shadow: 0px 1px 2px 0px #333;
    background: #fff;
    font-size: 0.8rem;
}

.form-check {
    position: relative;
    padding-left: 2em;
}

    .form-check .form-check-input {
        float: left;
        margin-left: 0;
        position: absolute;
        left: 0;
    }

.after-login {
    align-self: center;
    position: relative;
}

.m-view-nav {
    display: none !important;
}

.only-for-mob {
    display: none;
}

.reg-type {
    color: #8c5736;
}

.scroll-table {
    width: 100%;
    overflow-x: auto;
}

    .scroll-table table {
        min-width: 1000px;
    }

.plan-p {
    text-align: right;
    width: 100%;
    display: block;
}


.check-img.form-check .form-check-input {
    float: none;
    margin-left: 0;
    position: relative;
    margin-bottom: 20px;
}

.check-img.form-check .form-check-input {
    width: 100px !important;
    height: 100px !important;
    margin-top: .10em !important;
    border: none;
    margin-right: 10px;
    background: #dee2e6;
}

.l-img-01 {
    background: url(../images/logo-icon-01.png) #414f93 no-repeat center center !important;
    background-size: 80% !important;
    cursor: pointer;
}

.l-img-02 {
    background: url(../images/logo-icon-02.png) #414f93 no-repeat center center !important;
    background-size: 80% !important;
    cursor: pointer;
}

.l-img-03 {
    background: url(../images/logo-icon-03.png) #414f93 no-repeat center center !important;
    background-size: 80% !important;
    cursor: pointer;
}

.form-check {
    cursor: pointer;
    border-radius: 6px;
}


.org-check .form-check {
    cursor: pointer;
    box-shadow: 0px 4px 30px 8px rgb(60 72 88 / 15%);
    -webkit-box-shadow: 0px 4px 30px 8px rgb(60 72 88 / 15%);
    border-radius: 6px;
    padding: 20px 5px !important;
}

    .org-check .form-check:hover {
        background: #60b8e8;
    }

.validation-summary-errors {
    font-size: .925rem;
    color: #f1416c;
}

.input__label {
    position: absolute;
    left: 0;
    top: 0;
    padding: 8px 8px;
    margin: 8px;
    white-space: nowrap;
    transform: translate(0, 0);
    font-weight: 400;
    transform-origin: 0 0;
    background: #fff;
    transition: transform 120ms ease-in;
    line-height: 1.2;
    font-size: 0.9rem;
    color: #000;
    width: 84%;
    white-space: unset;
}

.input__field {
    box-sizing: border-box;
    display: block;
    width: 100%;
    border: 1px solid #cbc6c6;
    padding: 0px 16px;
    color: currentColor;
    background: #fff;
    border-radius: 8px;
    height: 52px;
}

    .input__field:not(:-moz-placeholder-shown) + .input__label {
        transform: translate(0.25rem, -65%) scale(0.8);
        color: #3c5897;
        width: auto;
    }

    .input__field:not(:-ms-input-placeholder) + .input__label {
        transform: translate(0.25rem, -65%) scale(0.8);
        color: #3c5897;
        width: auto;
    }

    .input__field:focus + .input__label, .input__field:not(:placeholder-shown) + .input__label {
        transform: translate(0.25rem, -65%) scale(0.8);
        color: #333;
        font-weight: 600;
        width: auto;
        white-space: unset;
    }

    .input__field:focus-visible {
        outline-offset: 0px;
        border: 2px solid #3c5897;
        outline: none;
    }

    .input__field:-internal-autofill-selected {
        appearance: menulist-button;
    }

    .input__field:focus + .input__label, .input__field:not(:placeholder-shown) + .input__label {
        background-image: none !important;
        background-color: #ffffff !important;
    }

select:focus {
    box-shadow: none !important;
    border: 2px solid #3c5897;
    outline: none;
}

.dl-btn {
    height: 50px;
}

/*CSP Changes Fixes Start*/

.calc-min-height-100-220 {
    min-height: calc(100vh - 220px);
}

.mt-40 {
    margin-top: 40px;
}
.h-100-px {
height:100px;
}
.h-250-px {
    height: 250px;
}
.d-none-normal {
    display: none;
}

.color-red {
    color: red;
}
.cursor-default {
    cursor: default;
}
.object-fit-contain {
    object-fit: contain;
}
/*CSP Changes Fixes End*/
@media screen and (max-width: 992px) {
    .after-login {
        display: none !important;
        align-self: center;
    }

    .logo-text {
        font-size: 1.1rem;
        margin-left: 5px;
        margin-bottom: 0;
    }

    header .col-md-8.d-flex.align-self-center.justify-content-end {
        justify-content: space-between !important;
        border-top: #ccc thin solid;
        padding-top: 10px;
        margin-top: 10px;
    }

    .btn {
        padding: 8px 14px !important;
    }

    .m-view-nav {
        position: absolute;
        right: 10px;
        top: 25px;
        display: none;
    }

        .m-view-nav.d-block {
            display: block !important;
        }

    .my-account-drop {
        position: absolute;
        top: 40px;
        background: #fff;
        padding: 0px;
        overflow: hidden;
        border-radius: .375rem 0 .375rem .375rem;
        border: #adb1b4 thin solid !important;
        z-index: 9;
        right: 0px;
    }

    body {
        padding: 0px 0 0px;
    }

    header {
        position: relative;
    }

    footer {
        text-align: center;
        position: relative;
    }

    section.py-5 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .card.p-4 {
        padding: 0.5rem !important;
    }

    header .col-md-4 {
        padding-right: 50px !important;
    }

    .hide-mob {
        display: none;
    }

    .only-for-mob {
        display: block;
    }

        .only-for-mob li {
            width: 100%;
            font-weight: 800;
            font-size: 1.3rem;
        }

    .reg-type {
        font-size: 1.3rem;
        text-align: center;
    }

    .dl-btn {
        margin: 10px auto 0;
        display: flex;
        height: auto;
    }

    .plan-p {
        text-align: left;
        width: 100%;
        display: block;
        font-size: 1.2rem;
        margin-top: 15px;
    }

    .user-dm {
        display: inline-block !important;
    }

        .user-dm span {
            width: 100%;
            display: block;
            text-align: left;
            margin-bottom: 10px;
        }

        .user-dm .btn {
            width: 100%;
            margin-left: 0 !important;
        }

    .u-title {
        position: relative;
        line-height: 18px;
        padding-left: 60px;
        min-height: 50px;
        display: flex;
        align-items: center;
        text-align: left;
    }

        .u-title img {
            position: absolute;
            width: 50px;
            left: 0;
            top: 0;
        }

    .tabs-panel .content {
        padding: 20px 0 !important;
    }
