﻿/*------------------------------------------------------------------------------------------*/
/* FROM BOOTSTRAP */

:root, [data-bs-theme="light"] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}


*, *::before, *::after {
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
}

h1, .h1 {
    font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 2.5rem;
    }
}


h3, .h3 {
    font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
    h3, .h3 {
        font-size: 1.75rem;
    }
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}



a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline;
}

    a:hover {
        --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
    }

    a:not([href]):not([class]), a:not([href]):not([class]):hover {
        color: inherit;
        text-decoration: none;
    }


img, svg {
    vertical-align: middle;
}


label {
    display: inline-block;
}

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

    button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
        cursor: pointer;
    }


.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
}

.row {
    /*--bs-gutter-x: 1.5rem;*/
    /*--bs-gutter-y: 0;*/
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*margin-top: calc(-1 * var(--bs-gutter-y));*/
    /*margin-right: calc(-.5 * var(--bs-gutter-x));*/
    /*margin-left: calc(-.5 * var(--bs-gutter-x));*/
}

    .row > * {
        /*flex-shrink: 0;*/
        /*width: 100%;*/
        /*max-width: 100%;*/
        /*padding-right: calc(var(--bs-gutter-x) * .5);*/
        /*padding-left: calc(var(--bs-gutter-x) * .5);*/
        /*margin-top: var(--bs-gutter-y);*/
    }

.col {
    flex: 1 0 0%;
}


.col-11 {
    flex: 0 0 auto;
    width: 91.66667%;
}


.g-0, .gx-0 {
    --bs-gutter-x: 0;
}

.g-0, .gy-0 {
    --bs-gutter-y: 0;
}



@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }

    /* .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }*/
}

@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }



    /*.col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }



    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }*/
}

@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }

    /* .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }*/
}

@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }



    /*.col-xl-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }*/
}



.form-label {
    margin-bottom: 0.5rem;
}



.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    box-shadow: var(--bs-box-shadow-inset);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}



    .form-control::placeholder {
        color: var(--bs-secondary-color);
        opacity: 1;
    }



/*.form-check-input {
    --bs-form-check-bg: var(--bs-body-bg);
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    print-color-adjust: exact;
}
*/

input[type="radio"] {
    --bs-form-check-bg: var(--bs-body-bg);
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    print-color-adjust: exact;
}



input[type="radio"] {
    border-radius: 50%;
}

.form-check-input label {
    margin-left: 7px;
}


input[type="radio"]:checked {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
    background-color: #0d6efd;
    border-color: #0d6efd;
}


.form-check-input[type="radio"] {
    border-radius: 50%;
}



.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}



    .form-check-input:checked[type="radio"] {
        --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
    }



.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family:;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    box-shadow: var(--bs-btn-box-shadow);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}




.link-primary {
    color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}



.d-grid {
    display: grid !important;
}



.d-flex {
    display: flex !important;
}



.w-100 {
    width: 100% !important;
}



.h-100 {
    height: 100% !important;
}



.min-vh-100 {
    min-height: 100vh !important;
}



.flex-column {
    flex-direction: column !important;
}


.justify-content-center {
    justify-content: center !important;
}


.align-items-center {
    align-items: center !important;
}



.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}



.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}



.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}



.mb-0 {
    margin-bottom: 0 !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}


.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}


.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}


.lh-base {
    line-height: 1.5 !important;
}


.text-end {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}


.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important;
}



@media (min-width: 768px) {
    .float-md-start {
        float: left !important;
    }

    .mb-md-0 {
        margin-bottom: 0 !important;
    }
}


.btn-green-customize:hover {
    color: #fff;
}





/*---------------------------------------------------------------------------------------------------------------------*/
:root,
[data-bs-theme="light"] {
    --bs-themecolor: #28a745 !important;
    --bs-themecolor-rgb: 40, 167, 69 !important;
    --bs-themehovercolor: #208637 !important;
    --bs-themehovercolor-rgb: 32.11594, 134.08406, 55.4 !important;
    --bs-link-color: var(--bs-themecolor) !important;
    --bs-link-color-rgb: var(--bs-themecolor-rgb) !important;
    --bs-link-hover-color: var(--bs-themehovercolor) !important;
    --bs-link-hover-color-rgb: var(--bs-themehovercolor-rgb) !important;
    --bs-primary: var(--bs-themecolor) !important;
    --bs-primary-rgb: var(--bs-themecolor-rgb) !important;
    --bs-primary-text-emphasis: #10431c !important;
    --bs-primary-bg-subtle: #d4edda !important;
    --bs-primary-border-subtle: #a9dcb5 !important;
    --bs-body-color: #4c4d4d !important;
    --bs-body-color-rgb: 76, 77, 77 !important;
    --bs-heading-color: var(--bs-emphasis-color) !important;
    --bs-body-font-family: Poppins, sans-serif !important;
}


.loginForm label, .otpForm label, .forgotForm label {
    font-weight: inherit !important;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: 0px auto -webkit-focus-ring-color;
}

.login-mob-screen-image-container {
    margin-top: 10px;
    margin-bottom: 20px;
}


@media screen and (min-width: 300px) and (max-width: 640px) {
    .min-vh-25 {
        min-height: 2vh !important;
    }

    .h-100 {
        height: 80% !important;
    }
}
/* EOF media screen and (min-width: 300px) and (max-width: 640px) */

@media screen and (min-width: 300px) and (max-width: 780px) {
    .min-vh-25 {
        min-height: 2vh !important;
    }

    .h-100 {
        height: 80% !important;
    }
}

body, html {
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
}



form {
    padding: 0;
    margin: 0;
    display: inline;
}

img {
    vertical-align: inherit;
}

p {
    line-height: 1.8;
}


.text-dark {
    color: rgba(33, 37, 41)
}


/* PAGE LOADER STYLE */

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999999 !important;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

    .preloader .lds-ellipsis {
        display: inline-block;
        position: absolute;
        width: 80px;
        height: 80px;
        margin-top: -40px;
        margin-left: -40px;
        top: 50%;
        left: 50%;
    }

        .preloader .lds-ellipsis div {
            position: absolute;
            top: 33px;
            width: 13px;
            height: 13px;
            border-radius: 50%;
            background: #28a745;
            animation-timing-function: cubic-bezier(0, 1, 1, 0);
        }

            .preloader .lds-ellipsis div:nth-child(1) {
                left: 8px;
                animation: lds-ellipsis1 0.6s infinite;
            }

            .preloader .lds-ellipsis div:nth-child(2) {
                left: 8px;
                animation: lds-ellipsis2 0.6s infinite;
            }

            .preloader .lds-ellipsis div:nth-child(3) {
                left: 32px;
                animation: lds-ellipsis2 0.6s infinite;
            }

            .preloader .lds-ellipsis div:nth-child(4) {
                left: 56px;
                animation: lds-ellipsis3 0.6s infinite;
            }

    .preloader.preloader-dark {
        background-color: #000;
    }

        .preloader.preloader-dark .lds-ellipsis div {
            background-color: #fff;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}
/* EOF PAGE LOADER STYLE */




.login-register .text-11 {
    font-size: calc(1.4rem + 1.8vw) !important;
}

@media (min-width: 1200px) {
    .login-register .text-11 {
        font-size: 2.75rem !important;
    }
}

.login-register .text-4 {
    font-size: 18px !important;
}

.login-register .text-11 {
    line-height: 1.3;
}

.login-register .text-6 {
    font-size: 24px !important;
    font-size: 1.50rem !important;
}


.login-register .fw-600 {
    font-weight: 600 !important;
}



.login-register .opacity-8 {
    opacity: 0.8;
}





.login-register .hero-wrap {
    position: relative;
    overflow: hidden;
}

    .login-register .hero-wrap .hero-mask, .login-register .hero-wrap .hero-bg, .login-register .hero-wrap .hero-bg-slideshow {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

    .login-register .hero-wrap .hero-mask {
        z-index: 1;
    }

    .login-register .hero-wrap .hero-content {
        position: relative;
        z-index: 2;
    }


    .login-register .hero-wrap .hero-bg {
        z-index: 0;
        background-attachment: fixed;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: inherit;
        -webkit-background-size: inherit;
        -moz-background-size: inherit;
        transition: background-image 300ms ease-in 200ms;
    }

        .login-register .hero-wrap .hero-bg.hero-bg-scroll {
            background-attachment: scroll;
        }



@media (max-width: 991.98px) {
    .login-register .hero-wrap .hero-bg {
        background-attachment: initial !important;
        background-position: center center !important;
    }
}


.footer a {
    font-weight: 500;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    margin: 0px 10px;
}






.login-register .form-control {
    border-color: #dae1e3;
    box-shadow: inset 0 0;
}

.login-register .form-check-input:not(:checked) {
    border-color: #dae1e3;
}

.login-register .form-control.bg-light {
    background-color: #f5f5f6 !important;
}

.login-register .form-control.border-light {
    border-color: #f5f5f6 !important;
}

.login-register .form-control:not(.form-control-sm) {
    padding: .810rem .96rem;
    height: inherit;
}

.login-register .form-control-sm {
    font-size: 14px;
}

.login-register select.form-control:not([size]):not([multiple]):not(.form-control-sm) {
    height: auto;
    padding-top: .700rem;
    padding-bottom: .700rem;
}

.login-register .form-control:focus {
    -webkit-box-shadow: 0 0 5px rgba(128, 189, 255, 0.5);
    box-shadow: 0 0 5px rgba(128, 189, 255, 0.5);
    border-color: #80bdff !important;
}

    .login-register .form-control:focus[readonly] {
        box-shadow: none;
    }

.login-register .input-group-text {
    border-color: #dae1e3;
    background-color: #f1f5f6;
    color: #656565;
}

.login-register .form-control::-webkit-input-placeholder {
    color: #b1b4b6;
}

.login-register .form-control:-moz-placeholder {
    /* FF 4-18 */
    color: #b1b4b6;
}

.login-register .form-control::-moz-placeholder {
    /* FF 19+ */
    color: #b1b4b6;
}

.login-register .form-control:-ms-input-placeholder, .login-register .form-control::-ms-input-placeholder {
    /* IE 10+ */
    color: #b1b4b6;
}

.login-register .btn {
    padding: 0.8rem 2.6rem;
    font-weight: 500;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.login-register .btn-sm {
    padding: 0.5rem 1rem;
}

.login-register .btn:not(.btn-link) {
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}

    .login-register .btn:not(.btn-link):hover {
        -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }


@media (max-width: 575.98px) {
    .login-register .btn:not(.btn-sm) {
        padding: .810rem 2rem;
    }
}

.login-register .btn-green-customize {
    --bs-btn-color: var(--bs-white) !important;
    --bs-btn-bg: var(--bs-themecolor) !important;
    --bs-btn-border-color: var(--bs-themecolor) !important;
    --bs-btn-hover-color: var(--bs-white) !important;
    --bs-btn-hover-bg: var(--bs-themehovercolor) !important;
    --bs-btn-hover-border-color: var(--bs-themehovercolor) !important;
    --bs-btn-active-color: var(--bs-btn-hover-color) !important;
    --bs-btn-active-bg: var(--bs-themehovercolor) !important;
    --bs-btn-active-border-color: var(--bs-themehovercolor) !important;
}


.btn:focus, .btn:focus-visible {
    outline: none !important;
    color: #fff;
}




@media screen and (min-width: 1441px) {

    .col-xl-1 {
        width: 8.333333% !important;
    }

    .col-xl-2 {
        width: 16.666667% !important;
    }

    .col-xl-3 {
        width: 25% !important;
    }

    .col-xl-4 {
        width: 33.333333% !important;
    }

    .col-xl-5 {
        width: 41.66666667% !important;
    }

    .col-xl-6 {
        width: 50% !important;
    }

    .col-xl-7 {
        width: 58.333333% !important;
    }

    .col-xl-8 {
        width: 66.666667% !important;
    }

    .col-xl-9 {
        width: 75% !important;
    }

    .col-xl-10 {
        width: 83.333333% !important;
    }

    .col-xl-11 {
        width: 91.666667% !important;
    }

    .col-xl-12 {
        width: 100% !important;
    }

    .col-xl-offset-1 {
        margin-left: 8.333333% !important;
    }

    .col-xl-offset-2 {
        margin-left: 16.666667% !important;
    }

    .col-xl-offset-3 {
        margin-left: 25% !important;
    }

    .col-xl-offset-4 {
        margin-left: 33.333333% !important;
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667% !important;
    }

    .col-xl-offset-6 {
        margin-left: 50% !important;
    }

    .col-xl-offset-7 {
        margin-left: 58.333333% !important;
    }

    .col-xl-offset-8 {
        margin-left: 66.666667% !important;
    }

    .col-xl-offset-9 {
        margin-left: 75% !important;
    }

    .col-xl-offset-10 {
        margin-left: 83.333333% !important;
    }

    .col-xl-offset-11 {
        margin-left: 91.666667% !important;
    }

    .col-xl-offset-12 {
        margin-left: 100% !important;
    }


    .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}



.mb_10 {
    margin-bottom: 10px !important
}

.mb_15 {
    margin-bottom: 15px
}


.mb_20 {
    margin-bottom: 20px !important
}

.mb-25 {
    margin-bottom: 25px
}

.mb_30 {
    margin-bottom: 30px
}

.mt_5px {
    margin-top: 5px
}

.mt_10px {
    margin-top: 10px
}

.mt_20 {
    margin-top: 20px
}

.mt_30 {
    margin-top: 30px
}

.mt_40 {
    margin-top: 40px
}

.mt_50 {
    margin-top: 50px
}

.cursor {
    cursor: pointer;
}

.link-primary {
    text-decoration: none;
}

.login-mob-screen-image-container {
    /* margin-bottom: auto !important; */
    text-align: center;
}

    .login-mob-screen-image-container img {
        width: 100%;
    }


.menu {
    margin-bottom: 5px;
}



@media screen and (min-width: 300px) and (max-width: 640px) {
    .left-block {
        padding: 0px 10%;
    }

    .right-block {
        padding: 0px 15px;
    }
    .text-center-xs {
        text-align: center;
    }
}


@media screen and (min-width: 641px) and (max-width: 780px) {
    .left-block {
        padding: 0px 10%;
    }

    .right-block {
        padding: 0px 10%;
    }
    .text-center-md {
        text-align: center;
    }
}

@media screen and (min-width: 781px) and (max-width: 980px) {
    .left-block {
        padding: 0px 10%;
    }

    .right-block {
        padding: 0px 0%;
    }
}

@media screen and (min-width: 981px) and (max-width: 1024px) {
    .left-block {
        padding: 0px 10%;
    }

    .right-block {
        padding: 0px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
    .left-block {
        padding: 0px 10%;
    }

    .right-block {
        padding: 0px;
    }
}


@media screen and (min-width: 1441px) {
    .left-block {
        padding: 0px 10%;
    }

    .right-block {
        padding: 0px 20%;
    }
}

.bg-img-size {
    background-size: 60% !important;
}



/*#region FOOTER */

.footer p {
    color: #b1b4b6;
    font-size: 13px;
}

.footer {
    /* position: fixed; */
    bottom: 0px;
    color: white;
    text-align: center;
    /* position: absolute; */
    /*width: 98%;*/
}

    .footer ul {
        display: ruby
    }

        .footer ul li {
            list-style: none;
            display: block;
        }



@media screen and (min-width: 300px) and (max-width: 1024px) {

    .footer {
        /*position: static;*/
        /*margin-top: 100px;*/
    }

        .footer a {
            /* text-align: left; */
            margin: 0px 10px;
            /* width: 100%; */
            /* float: left; */
            margin-bottom: 5px;
            margin-left: 0px;
        }

        .footer p {
            /* text-align: left; */
            /* margin-left: 0px; */
            /* margin-bottom: 0px; */
        }

    .footer {
        /* position: fixed;
        right: 0;
        bottom: 0;
        width: 50%;*/
    }
}


@media screen and (min-width: 300px) and (max-width: 1024px) {

    .footer {
        /*position: fixed;
        right: 0;
        bottom: 0;*/
        width: 100%;
    }
}

@media screen and (min-width: 1023px) {

    .footer a {
        /* margin: 0px 10px; */
        /* width: 100%; */
        /*float: left;*/
        /* margin-bottom: 5px; */
        /* margin-left: 0px; */
    }

    .footer p {
        /*margin-left: 0px;*/
    }
}

@media screen and (min-width: 981px) {
    .footer {
        position: fixed;
        right: 0;
        bottom: 0;
        width: 50%;
    }
}


/*#endregion */


.show-pwd-icon {
    float: right;
    margin-right: 15px;
    margin-top: -35px;
    position: relative;
    z-index: 2;
    color: #4c4d4d;
}


/*#region captcha code */

@media screen and (min-width: 300px) and (max-width: 1024px) {

    .captchaCodeImg {
        width: 100%;
        height: 80px !important;
    }

    .captchaRefresh {
        margin-top: 10px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {

    .captchaCode {
        position: relative;
    }

    .captchaRefresh {
        position: absolute;
        bottom: 40%;
        left: 55%;
    }

    .captchaCodeImg {
        height: 80px !important;
        width: unset;
    }
}

@media (min-width: 1441px) {

    .captchaCode {
        position: relative;
    }

    .captchaRefresh {
        position: absolute;
        bottom: 40%;
        left: 40%;
    }

    .captchaCodeImg {
        height: 80px !important;
        width: unset;
    }
}


/*#endregion */




/*#region validate OTP Page */

.timer {
    font-weight: normal !important;
}

.otp-char-row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
}

    .otp-char-row .col {
        flex: 1 0 0%;
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
    }


/*#endregion */



 html {
            font-size: inherit !important;
        }

        .copyright {
            margin-bottom: 0px;
        }

            .copyright span {
                margin: 0px;
                position: relative;
                top: 5px;
            }

            .copyright img {
                height: 28px;
                vertical-align: middle;
            }



/*#region Font Size */

.fs_10 {
    font-size: 10px;
}

.fs_12 {
    font-size: 12px;
}

.fs_15 {
    font-size: 15px;
}

.fs_18 {
    font-size: 18px;
}

.fs_20 {
    font-size: 20px;
}

.fs_l {
    font-size: large;
}

.fs_13 {
    font-size: 13px;
}

.fs_20 {
    font-size: 20px;
}

.fs_25 {
    font-size: 25px;
}


/*#endregion */



/*#region Font Weight */

.f_w_100 {
    font-weight: 100;
}

.f_w_200 {
    font-weight: 200;
}

.f_w_300 {
    font-weight: 300;
}

.f_w_400 {
    font-weight: 400;
}

.f_w_500 {
    font-weight: 500;
}

.f_w_600 {
    font-weight: 600;
}

.f_w_700 {
    font-weight: 700;
}

.f_w_800 {
    font-weight: 800;
}

.f_w_900 {
    font-weight: 900;
}

/*#endregion */


.justify-content-between {
    justify-content: space-between;
}