: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
}

[data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222, 226, 230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(222, 226, 230, 0.75);
    --bs-secondary-color-rgb: 222, 226, 230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: rgba(222, 226, 230, 0.5);
    --bs-tertiary-color-rgb: 222, 226, 230;
    --bs-tertiary-bg: #2b3035;
    --bs-tertiary-bg-rgb: 43, 48, 53;
    --bs-primary-text-emphasis: #6ea8fe;
    --bs-secondary-text-emphasis: #a7acb1;
    --bs-success-text-emphasis: #75b798;
    --bs-info-text-emphasis: #6edff6;
    --bs-warning-text-emphasis: #ffda6a;
    --bs-danger-text-emphasis: #ea868f;
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: #031633;
    --bs-secondary-bg-subtle: #161719;
    --bs-success-bg-subtle: #051b11;
    --bs-info-bg-subtle: #032830;
    --bs-warning-bg-subtle: #332701;
    --bs-danger-bg-subtle: #2c0b0e;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #084298;
    --bs-secondary-border-subtle: #41464b;
    --bs-success-border-subtle: #0f5132;
    --bs-info-border-subtle: #087990;
    --bs-warning-border-subtle: #997404;
    --bs-danger-border-subtle: #842029;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: #6ea8fe;
    --bs-link-hover-color: #8bb9fe;
    --bs-link-color-rgb: 110, 168, 254;
    --bs-link-hover-color-rgb: 139, 185, 254;
    --bs-code-color: #e685b5;
    --bs-highlight-color: #dee2e6;
    --bs-highlight-bg: #664d03;
    --bs-border-color: #495057;
    --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
    --bs-form-valid-color: #75b798;
    --bs-form-valid-border-color: #75b798;
    --bs-form-invalid-color: #ea868f;
    --bs-form-invalid-border-color: #ea868f
}

*,
::after,
::before {
    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: transparent
}

@font-face {
    font-family: "Poppins", sans-serif;
    src: url(fonts/Montserrat/Montserrat-Regular.otf);
}

@font-face {
    font-family: Montserrat-Light;
    src: url(fonts/Montserrat/Montserrat-Light.otf);
}

@font-face {
    font-family: Montserrat-ExtraBold;
    src: url(fonts/Montserrat/Montserrat-ExtraBold.otf);
}

@font-face {
    font-family: Montserrat-Medium;
    src: url(fonts/Montserrat/Montserrat-Medium.otf);
}

@font-face {
    font-family: Montserrat-SemiBold;
    src: url(fonts/Montserrat/Montserrat-SemiBold.otf);
}

@font-face {
    font-family: "Poppins", sans-serif;
    src: url(fonts/Montserrat/Montserrat-Bold.otf);
}

@font-face {
    font-family: Montserrat-Black;
    src: url(fonts/Montserrat/Montserrat-Black.otf);
}

/*html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    color: var(--bs-white);
    font-weight: 400;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "Poppins", sans-serif;
}
*/
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    zoom: 1;
}
/*
ul {
    list-style: none;
}*/

.row-center {
    vertical-align: middle;
    align-items: center;
}

html {
    font-size: 16px;
    min-height: 100%;
    overflow-x: hidden;
}

body {
    font-family: "Poppins", sans-serif;
    color: var(--text-gray);
    background-color: var(--main-white);
}

a,
ul,
li,
tr,
td {
    font-size: 16px;
    color: var(--text-gray);
    font-family: "Poppins", sans-serif;
}

.modal-open {
    padding: 0 !important;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    color: inherit;
}


/* 2) Heading */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    color: var(--text-gray);
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

h1 {
    font-size: 42px;
    line-height: 1.25em;
    font-family: "Poppins", sans-serif;
}

h2 {
    font-size: 36px;
    line-height: 1.25em;
    font-family: "Poppins", sans-serif;
}

h3 {
    font-size: 32px;
    line-height: 1.2222em;
    font-family: "Poppins", sans-serif;
}

h4 {
    font-size: 28px;
    line-height: 1.25em;
    font-family: "Poppins", sans-serif;
}

h5 {
    font-size: 26px;
    line-height: 1.1428em;
    font-family: "Poppins", sans-serif;
}

h6 {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
}

p {
    font-size: 16px;
    line-height: 1.1428em;
    color: var(--text-gray);
    font-weight: 400;
    line-height: 25px;
    font-family: "Poppins", sans-serif;
}

img {
    width: 100%;
    vertical-align: middle;
    border-style: none;
}

button {
    border: none !important;
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 90%;
    }

    .modal-lg,
    .modal-xl {
        max-width: 60%;
    }
}

/*.modal-content {
    background-color: transparent;
    border: none;
}*/

.btn:focus {
    box-shadow: none;
}

.transition {
    transition: all 0.3s ease-in-out;
}

button:focus {
    outline: none !important;
}

::placeholder {
    color: var(--bs-white);
    font-size: 14px;
}

/*.form-control {
    border: 1px solid var(--thm-blue);
    height: 35px;
    padding-left: 40px;*/ /*note : use for icon*/
/*}*/


/*.form-group:hover .input-icon-main i {
    color: var(--thm-yellow) !important;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border: none;
    outline: 0;
    box-shadow: none;
}*/

:root {
    --main-white: #ffff;
    --main-black: #000;
    --thm-blue: #373C91;
    --thm-yellow: #F3C018;
    --text-gray: #6E6B7B;
    --thm-yellow-light: #f3c01817;
    --thm-blue-light: #EDF5FF;
    --border-gray: #c8c8c8;
    --thm-red: #f44336;
    --box-shadow: 0px 0px 15px rgba(99, 99, 99, 0.25);
}


/* Text-classes::start */

.second-title-blue {
    color: var(--thm-blue);
}

.small-text-gray {
    color: var(--text-gray);
}

.small-text-blue {
    color: #fff;
}

.small-text-black {
    color: var(--main-black);
}

.small-text-white {
    color: var(--main-white);
}

.small-title-blue {
    color: var(--thm-blue);
}

    .small-title-blue i {
        color: var(--thm-yellow);
        margin-right: 5px;
    }
/* Text-classes::end */

/* button-css::start */
.btn-yellow {
    background-color: var(--thm-yellow);
    color: var(--thm-blue);
    font-weight: 800 !important;
}

.btn-blue {
    background-color: var(--thm-blue);
    color: var(--main-white);
    border: 1px solid var(--thm-blue) !important;
}

    .btn-blue i {
        color: var(--main-white);
    }

    .btn-blue:hover {
        background-color: var(--main-white);
        color: var(--thm-blue);
        border: 1px solid var(--thm-blue) !important;
    }

        .btn-blue:hover i {
            color: var(--thm-blue);
        }

.btn-gray {
    background-color: var(--border-gray);
    color: var(--main-black);
    border: 1px solid var(--border-gray) !important;
}

    .btn-gray:hover {
        background-color: var(--main-white);
        color: var(--text-gray);
        border: 1px solid var(--border-gray) !important;
    }

.btn-yellow i {
    color: var(--thm-blue);
}

.btn-yellow:hover {
    background-color: var(--main-white);
    border: 1px solid var(--thm-blue) !important;
    color: var(--thm-blue) !important;
}
/* button-css::end */

/* Section-margin-padding::Start */
.first-section-margin {
    margin-top: 30px;
}

.section-margin {
    margin-top: 40px;
}
/* Section-margin-padding::End */


/* Login-page-css::start */
.login-wrapper {
    background-color: #234c98;
    height: 100vh;
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: bottom left;
    display: flex;
    align-items: center;
}

.welcome {
    font-size: 42px;
}

.log_in_user {
    width: auto;
}

.DashCard {
    display: flex;
    align-items: center;
    width: 130px;
    border: 2px solid transparent;
    justify-content: center;
    height: 100px;
    border-radius: 10px;
    box-shadow: 0px 1px 3px 0px;
    margin: 12px 10px 0px 10px;
}

    .DashCard:hover {
        display: flex;
        align-items: center;
        width: 130px;
        border: 2px solid transparent;
        justify-content: center;
        height: 100px;
        border-radius: 10px;
        box-shadow: 0px 2px 5px 0px;
        margin: 12px 10px 0px 10px;
    }

.login-card-main .card {
    background-color: var(--main-white);
    border: none;
    box-shadow: var(--box-shadow);
    border-radius: 30px;
    height: 85vh;
}

    .login-card-main .card .card-body {
        padding: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.login-form {
    width: 100%;
}

.form-content {
    margin-top: 40px;
}

.input-icon-main {
    position: absolute;
    width: 40px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .input-icon-main i {
        color: #234c98;
        font-size: 18px;
    }

.form-input-main {
    margin-bottom: 5px;
}

.form-group {
    margin-bottom: 0px;
    position: relative;
}

.forgot-link a {
    font-weight: bold;
    font-size: 14px;
}

.forgot-link {
    margin-left: 193px;
}

.login-btn .btn {
    width: 100%;
    height: 45px;
    margin-top: 25px;
    margin-left: -73px;
}

.social-network-login-link {
    margin-top: 20px;
}

.social-icon-main img {
    width: 20px;
}

.social-network-icon-main {
    display: flex;
    justify-content: center;
}

.social-icon-main {
    width: 35px;
    height: 35px;
    border: 1px solid var(--thm-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-right: 15px;
}

    .social-icon-main:hover {
        border: 1px solid var(--thm-yellow);
    }

.login-card-main .card-footer {
    background-color: transparent;
    border-top: 0px;
    text-align: center;
}

.signup-link a {
    color: var(--thm-blue) !important;
    font-weight: 800;
}

    .signup-link a:hover {
        color: var(--thm-yellow) !important;
    }

.keyur-logo-main img {
    width: 80%;
}

.keyur-logo-main {
    position: absolute;
    right: 0px;
    top: -25px;
}

.login-row {
    justify-content: flex-end;
}

.login-col {
    z-index: 0;
}

.keyur-logo-main {
    z-index: 5;
}
/* Login-page-css::end */

/* Navbar-css::Start */
.navbar-wrapper {
    background-color: var(--main-white);
    box-shadow: var(--box-shadow);
    border-radius: 5px;
    margin: 20px 0px 20px 0px;
}

.nav-item {
    margin-right: 10px;
}

.nav-link {
    font-family: Montserrat-Medium;
}

.nav-row {
    width: 100%;
}

.navbar-wrapper .navbar-toggler {
    background-color: var(--thm-blue);
    padding: 10px 15px;
}

    .navbar-wrapper .navbar-toggler i {
        color: var(--main-white);
    }

.header-logo-main img {
    width: 50px;
}

.nav-active {
    background-color: var(--thm-blue);
    border-radius: 5px;
    color: var(--main-white);
    padding: 0px 5px;
    width: min-content;
}

.header-inner-row {
    width: 100%;
    align-items: center;
}

.header-menu-and-logo {
    text-align: end;
}

.header-dropdown {
    box-shadow: var(--box-shadow);
    border: 0px;
    padding: 15px;
}

    .header-dropdown .dropdown-item {
        background-color: var(--thm-blue-light);
        border-radius: 5px;
        margin-bottom: 10px;
        padding: 8px;
        color: var(--thm-blue);
        font-family: Montserrat-Medium;
    }

.logout-btn {
    background-color: var(--thm-blue);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logout-menu .dropdown-toggle::after {
    display: none !important;
}

.logout-menu .dropdown-menu {
    box-shadow: var(--box-shadow);
    border: 0px;
    padding: 15px;
}

    .logout-menu .dropdown-menu .dropdown-item {
        background-color: var(--thm-blue-light);
        border-radius: 5px;
        margin-bottom: 10px;
        padding: 8px;
        color: var(--thm-blue);
        font-family: Montserrat-Medium;
    }

.logout-btn i {
    color: var(--main-white);
}
/* Navbar-css::End */

/* Footer-section-css::Start */
.footer-wrapper {
    background-color: var(--thm-blue);
}

.copy-right-text {
    padding: 10px;
}

    .copy-right-text p {
        font-family: Montserrat-Medium;
    }

.footer-link-icon-main i {
    color: var(--thm-yellow);
    width: 30px;
    height: 30px;
    border: 1px solid var(--thm-yellow);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.social-media-footer-links {
    display: flex;
    justify-content: flex-end;
}
/* Footer-section-css::End */


/* Top-cards-section-css::Start */
.top-card-main.card {
    background-color: var(--thm-blue-light);
    border: 0px;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
    min-height: 250px;
    position: relative;
}

.top-icon {
    text-align: -webkit-center;
}

    .top-icon i {
        color: var(--thm-blue);
        font-size: 42px;
        margin-bottom: 15px;
        background-color: var(--thm-yellow);
        width: 100px;
        height: 100px;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.total-icon-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* Top-cards-section-css::End */

/* Graph-section-css::Start */
.card-main {
    background-color: var(--main-white);
    box-shadow: var(--box-shadow);
    border-radius: 5px;
}

.graph-card {
    width: 100%;
    margin-bottom: 20px;
}

.apexcharts-legend-text, tspan, text {
    font-family: Montserrat-Medium !important;
    color: var(--text-gray) !important;
}

.completed-projects {
    padding: 10px;
}

.graph-card .card-footer {
    border-top: 1px solid var(--border-gray);
    background-color: transparent;
}

.graph-col {
    border-right: 1px solid var(--border-gray);
}
/* Graph-section-css::End */

/* Breadcrumb-css::Start */
.breadcrumb-wrapper .breadcrumb {
    background-color: transparent;
    padding: 0px;
    margin-top: 15px;
}

    .breadcrumb-wrapper .breadcrumb i {
        color: var(--text-gray);
        margin-right: 10px;
    }

.breadcrumb-wrapper .breadcrumb-item {
    display: flex;
    align-items: center;
}
/* Breadcrumb-css::End */

/* Table-section-css::start */
/* Table-section-css::start */
.table-main {
    margin-top: 10px;
}

.table-wrapper .row:nth-child(1),
.table-wrapper .row:nth-child(3) {
    padding: 15px;
}

.table-wrapper .row:nth-child(3) {
    align-items: center;
}

.table-wrapper .table thead th {
    color: var(--thm-blue);
    font-weight: 900;
}

.table-wrapper .table td,
.table-wrapper .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 0px solid var(--border-gray);
    border-bottom: 1px solid var(--border-gray);
    border-right: 1px solid var(--border-gray) !important;
    font-size: 16px;
    white-space: nowrap;
    color: var(--main-black);
}

.table-wrapper select,
.table-wrapper input {
    height: 35px;
}

.table-wrapper select {
    padding-left: 15px;
}

.table-wrapper .dataTables_info {
    color: var(--main-black);
    font-weight: 900;
    padding-top: 0px !important;
}

.table-wrapper .page-link {
    color: var(--main-black) !important;
}

.table-wrapper .page-item.active .page-link {
    color: var(--thm-blue);
    background-color: var(--thm-yellow);
    border-color: var(--thm-blue);
}

.table-wrapper .dataTables_length,
.table-wrapper .dataTables_info {
    text-align: start !important;
}

.table-wrapper table.dataTable.table-striped > tbody > tr.odd > * {
    box-shadow: none;
}

.table-wrapper .table th {
    border-top: 1px solid var(--border-gray) !important;
    border-right: 1px solid var(--border-gray) !important;
}

.table-wrapper .table tr td:last-of-type,
.table-wrapper .table tr th:last-of-type {
    border-right: 0px !important;
}

.table-wrapper .dataTables_filter input {
    padding-left: 10px !important;
}

/* Table-section-css::End */

/* Form-css::start */
.card-main .card-header,
.card-main .card-footer {
    background: transparent;
}

.form-input-main label {
    margin-bottom: 10px;
    color: var(--main-black);
}

select {
    appearance: none;
}

.input-icon-main-end {
    position: absolute;
    width: 40px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
}

    .input-icon-main-end i {
        color: var(--thm-blue);
        font-size: 18px;
    }

.cancel-submit-btn {
    text-align: end;
}

.error-message {
    margin-top: 3px;
    font-size: 13px;
    color: var(--thm-red);
}
/* Form-css::end */

/* custom-checkbox-css::start */
.check-container {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .check-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .check-container .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        background-color: transparent;
        border: 1px solid var(--thm-blue);
        border-radius: 2px;
    }

    .check-container input:checked ~ .checkmark {
        background-color: var(--thm-yellow);
        border: var(--thm-yellow);
    }

    .check-container .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .check-container input:checked ~ .checkmark:after {
        display: block;
    }

    .check-container .checkmark:after {
        left: 8px;
        top: 4px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
/* custom-checkbox-css::end */

/* custom-radio-button-css::start */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

        [type="radio"]:checked + label:before,
        [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid var(--border-gray);
            border-radius: 100%;
            background: var(--main-white);
        }

        [type="radio"]:checked + label:after,
        [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 10px;
            height: 10px;
            background: var(--thm-yellow);
            position: absolute;
            top: 4px;
            left: 4px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.custom-radio {
    margin-right: 10px;
}
/* custom-radio-button-css::start */

/*.Jewellry_main_logo {
    position: relative;
    left: 35%;
    width: 30%;
}

.group-parent5 {
    position: absolute;*/
    /*top: 18rem;
    left: 14rem;*/
    /*width: 30vw;
    height: 40%;
    font-size: 20px;
    font-family: Roboto;
}

.Main_Orange {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30%;
    height: 100%;
}

.Man_icon {
    position: absolute;
    top: 10rem;
    right: 5%;
    width: 14rem;
}

.Main_lamp {
    position: absolute;
    top: 0;
    right: 30%;
    width: 7%;
    object-fit: cover;
}

.find-your-sparkle-container {
    position: absolute;
    bottom: 0;
    right: 10px;
    font-size: 3.5rem;
    text-align: center;
    color: #ee6c1f;
}

.span {
    color: #cacaca;
}

.form-floating {
    position: relative
}

    .form-floating > .form-control,
    .form-floating > .form-control-plaintext,
    .form-floating > .form-select {
        height: calc(3.5rem + calc(var(--bs-border-width) * 2));
        min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
        line-height: 1.25
    }

    .form-floating > label {
        position: absolute;
        top: 0;
        left: -70px;
        z-index: 2;
        height: 100%;
        padding: 1rem 0 0 0;
        overflow: hidden;
        text-align: start;
        text-overflow: ellipsis;
        white-space: nowrap;
        pointer-events: none;
        border: var(--bs-border-width) solid transparent;
        transform-origin: 0 0;
        transition: opacity .1s ease-in-out, transform .1s ease-in-out
    }

@media (prefers-reduced-motion:reduce) {
    .form-floating > label {
        transition: none;
    }
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext {
    padding: 1rem .75rem
}

    .form-floating > .form-control-plaintext::-moz-placeholder,
    .form-floating > .form-control::-moz-placeholder {
        color: transparent;
    }

    .form-floating > .form-control-plaintext::placeholder,
    .form-floating > .form-control::placeholder {
        color: transparent;
    }

    .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown),
    .form-floating > .form-control:not(:-moz-placeholder-shown) {
        padding-top: 1.625rem;
        padding-bottom: .625rem;
    }

    .form-floating > .form-control-plaintext:focus,
    .form-floating > .form-control-plaintext:not(:placeholder-shown),
    .form-floating > .form-control:focus,
    .form-floating > .form-control:not(:placeholder-shown) {
        padding-top: 1.5rem;
        padding-bottom: 0rem;
    }


    .form-floating > .form-control-plaintext:-webkit-autofill,
    .form-floating > .form-control:-webkit-autofill {
        padding-top: 1.625rem;
        padding-bottom: .625rem
    }

.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    color: rgba(var(--bs-white), .65);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    color: rgba(var(--bs-white), .65);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
    position: absolute;
    inset: 1rem 0.375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: none;
}

.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-select ~ label::after {
    position: absolute;
    inset: 1rem 0.375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: none;
}

.form-floating > .form-control:-webkit-autofill ~ label {
    color: rgba(var(--bs-white), .65);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating > .form-control-plaintext ~ label {
    border-width: var(--bs-border-width) 0
}

.form-floating > .form-control:disabled ~ label,
.form-floating > :disabled ~ label {
    color: var(--bs-white);
}

    .form-floating > .form-control:disabled ~ label::after,
    .form-floating > :disabled ~ label::after {
        background-color: none;
    }

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

    .input-group > .form-control,
    .input-group > .form-floating,
    .input-group > .form-select {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0
    }

        .input-group > .form-control:focus,
        .input-group > .form-floating:focus-within,
        .input-group > .form-select:focus {
            z-index: 5
        }*/

/*.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-white);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    background-clip: padding-box;
    border: none;
    border-bottom: 3px solid #234c98;
    border-radius: initial;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

    .form-control[type=file]:not(:disabled):not([readonly]) {
        cursor: pointer
    }

.form-control:focus {
    color: var(--bs-white);
    background: none;
    border: none;
    border-bottom: 3px solid white;
    outline: 0;
}

.form-control::-webkit-date-and-time-value {
    min-width: 85px;
    height: 1.5em;
    margin: 0
}

.form-control::-webkit-datetime-edit {
    display: block;
    padding: 0
}

.form-control::-moz-placeholder {
    color: var(--bs-white);
    opacity: 1
}

.form-control::placeholder {
    color: white;
    opacity: 1
}

.form-control:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: var(--bs-border-width);
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: var(--bs-border-width);
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }

    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: var(--bs-secondary-bg)
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: var(--bs-secondary-bg)
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: transparent;
    border: solid transparent;
    border-width: var(--bs-border-width) 0
}

    .form-control-plaintext:focus {
        outline: 0
    }

    .form-control-plaintext.form-control-lg,
    .form-control-plaintext.form-control-sm {
        padding-right: 0;
        padding-left: 0
    }

.form-control-sm {
    min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: var(--bs-border-radius-sm)
}

    .form-control-sm::-webkit-file-upload-button {
        padding: .25rem .5rem;
        margin: -.25rem -.5rem;
        -webkit-margin-end: .5rem;
        margin-inline-end: .5rem
    }

    .form-control-sm::file-selector-button {
        padding: .25rem .5rem;
        margin: -.25rem -.5rem;
        -webkit-margin-end: .5rem;
        margin-inline-end: .5rem
    }

.form-control-lg {
    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg)
}

    .form-control-lg::-webkit-file-upload-button {
        padding: .5rem 1rem;
        margin: -.5rem -1rem;
        -webkit-margin-end: 1rem;
        margin-inline-end: 1rem
    }

    .form-control-lg::file-selector-button {
        padding: .5rem 1rem;
        margin: -.5rem -1rem;
        -webkit-margin-end: 1rem;
        margin-inline-end: 1rem
    }

textarea.form-control {
    min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2))
}

textarea.form-control-sm {
    min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))
}

.form-control-color {
    width: 3rem;
    height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
    padding: .375rem
}

    .form-control-color:not(:disabled):not([readonly]) {
        cursor: pointer
    }

    .form-control-color::-moz-color-swatch {
        border: 0 !important;
        border-radius: var(--bs-border-radius)
    }

    .form-control-color::-webkit-color-swatch {
        border: 0 !important;
        border-radius: var(--bs-border-radius)
    }

    .form-control-color.form-control-sm {
        height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))
    }

    .form-control-color.form-control-lg {
        height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))
    }*/

/* Login page */

.mainlogo {
    position: absolute !important;
    display: block;
    text-align: center;
    top: 50%;
    left: 35%;
    width: 30% !important;
    height: 75% !important;
    transform: translate(-50%, -50%);
    padding: 0 !important;
    border-radius: 30px 0 0 30px !important;
    background-color: #234c98 !important;
    color: white;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25), 4px 0 10px rgba(0, 0, 0, 0.25) inset;
}

.mainlogin {
    position: absolute !important;
    top: 47%;
    left: 76%;
    width: 1000px !important;
    height: 1009px !important;
    transform: translate(-50%, -50%);
    padding: 0 !important;
    border-radius: 15px !important;
    background-color: transparent !important;
    color: black;
    border: none;
    box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.5), 4px 0 10px rgba(255, 255, 255, 0.5) inset;
}
.logindesign {
    padding: 20px !important;
    border-radius: 15px !important;
    background-color: transparent !important;
    color: white;
    border: none;
    box-shadow: 4px 0px 10px rgba(255, 255, 255, 0.5), 4px 0 10px rgba(255, 255, 255, 0.5) inset;
}
.ImageAlignment{
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
}

.jbzlogo {
    width: 130px;
    margin: 20px auto;
    display: block;
}

.jblogin {
    background-color: #ee6c1f;
    border-radius: 0px 30px 30px 0px;
}

.logintext {
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    border-bottom: 3px solid #234c98 !important;
}

    .logintext:focus {
        background: none !important;
        border: none !important;
        border-radius: 0 !important;
        padding: 0 !important;
        border-bottom: 3px solid #ffff !important;
        box-shadow: none !important;
    }

.loginbtn {
    background-color: #00000060 !important;
    color: white !important;
    font-weight: bold !important;
    box-shadow: 0px 0px 15px 1px #00000060;
}

    .loginbtn:hover {
        color: white !important;
        font-weight: bold !important;
        box-shadow: 0px 0px 15px 1px;
    }

.lasttxt {
    position: absolute;
    bottom: 0;
    right: 20px;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}


.dancing-script-dancing {
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: white;
}

.loginform {
    margin-top: 20px;
}

.welcome {
    text-align: center;
}

.textboxborder {
    border-bottom: 2px solid #234c98;
}

    .textboxborder:hover {
        border-bottom: 2px solid white;
    }

.forgottextboxborder {
    border-bottom: 2px solid #ee6c1f;
}

    .forgottextboxborder:hover {
        border-bottom: 2px solid white;
    }

.logintextbox {
    background: none !important;
    border: none;
    border-bottom: 1px solid black;
    border-radius: 0;
}
    .logintextbox:focus {
        background: none !important;
        border-bottom: 1px solid #000 !important;
        border-radius: 0;
        border: none;
        box-shadow: none;
    }


@media screen and (max-width:576px) {
    .mainlogo {
        position: fixed !important;
        top: 25%;
        left: 50%;
        height: 28% !important;
        padding: 0 !important;
        border-radius: 30px 30px 0 0 !important;
        background-color: #234c98 !important;
        width: 75% !important;
    }
    .ImageAlignment {
        text-align: center;
        margin-top: auto;
        margin-bottom: auto;
        width: 100%;
    }
    .mainlogin {
        position: fixed !important;
        top: 50%;
        left: 50%;
        height: 75% !important;
        width: 75% !important;
        padding: 0 !important;
        border-radius: 30px !important;
        background-color: transparent !important;
        color: black;
    }

    .logindesign {
        padding: 20px !important;
        border-radius: 15px !important;
        background-color: transparent !important;
        color: black;
        border: none;
        box-shadow: none;
    }

    .loginform {
        margin-top: 0px;
    }
    .logincard{
        width: 100%
    }

    .jbzlogo {
        width: 130px;
        margin: 20px auto;
        display: block;
    }

    .mobile-view {
        display: grid;
    }

    .lasttxt {
        display: none;
    }

    .welcome {
        text-align: center;
        font-size: xx-large;
    }
}

@media screen and (min-width:576px) {
    .mainlogo {
        position: fixed !important;
        top: 25%;
        left: 50%;
        height: 28% !important;
        padding: 0 !important;
        border-radius: 30px 30px 0 0 !important;
        background-color: #234c98 !important;
        width: 75% !important;
    }
    .ImageAlignment {
        text-align: center;
        margin-top: auto;
        margin-bottom: auto;
        width: 100%;
    }
    .mainlogin {
        position: fixed !important;
        top: 50%;
        left: 50%;
        height: 75% !important;
        width: 75% !important;
        padding: 0 !important;
        border-radius: 30px !important;
        background-color: transparent !important;
        color: black;
    }

    .logindesign {
        padding: 20px !important;
        border-radius: 15px !important;
        background-color: transparent !important;
        color: black;
        border: none;
        box-shadow: none;
    }

    .loginform {
        margin-top: 0px;
    }
    .logincard{
        width: 100%
    }

    .jbzlogo {
        width: 130px;
        margin: 20px auto;
        display: block;
    }

    .mobile-view {
        display: grid;
    }

    .lasttxt {
        display: none;
    }

    .welcome {
        text-align: center;
        font-size: xx-large;
    }
}
@media screen and (min-width:768px) {
    .mainlogo {
        position: fixed !important;
        top: 25%;
        left: 50%;
        height: 28% !important;
        padding: 0 !important;
        border-radius: 30px 30px 0 0 !important;
        background-color: #234c98 !important;
        width: 75% !important;
    }
    .ImageAlignment {
        text-align: center;
        margin-top: auto;
        margin-bottom: auto;
        width: 100%;
    }
    .mainlogin {
        position: fixed !important;
        top: 50%;
        left: 50%;
        height: 75% !important;
        width: 75% !important;
        padding: 0 !important;
        border-radius: 30px !important;
        background-color: transparent !important;
        color: black;
    }

    .logindesign {
        padding: 20px !important;
        border-radius: 15px !important;
        background-color: transparent !important;
        color: black;
        border: none;
        box-shadow: none;
    }

    .loginform {
        margin-top: 0px;
    }
    .logincard{
        width: 100%
    }

    .jbzlogo {
        width: 130px;
        margin: 20px auto;
        display: block;
    }

    .mobile-view {
        display: grid;
    }

    .lasttxt {
        display: none;
    }

    .welcome {
        text-align: center;
        font-size: xx-large;
    }
}
@media screen and (min-width:992px) {
    .mainlogo {
        position: fixed !important;
        top: 25%;
        left: 50%;
        height: 28% !important;
        padding: 0 !important;
        border-radius: 30px 30px 0 0 !important;
        background-color: #234c98 !important;
        width: 75% !important;
    }
    .mainlogin {
        position: absolute !important;
        top: 50%;
        left: 50%;
        width: 500px !important;
        height: 500px !important;
        transform: translate(-50%, -50%);
        padding: 0 !important;
        border-radius: 15px !important;
        background-color: transparent !important;
        color: black;
        border: none;
        box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.5), 4px 0 10px rgba(255, 255, 255, 0.5) inset;
    }

    .logindesign {
        padding: 20px !important;
        border-radius: 15px !important;
        background-color: transparent !important;
        color: black;
        border: none;
        box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.5), 4px 0 10px rgba(255, 255, 255, 0.5) inset;
    }

    .ImageAlignment {
        text-align: center;
        margin-top: auto;
        margin-bottom: auto;
        width: 50%;
    }

    .jbzlogo {
        width: 130px;
        margin: 20px auto;
        display: block;
    }
    .loginform {
        margin-top: 0px;
    }
    .logincard{
        width: 50%
    }

    .mobile-view {
        display: grid;
    }

    .lasttxt {
        display: none;
    }

    .welcome {
        text-align: center;
        font-size: xx-large;
    }
}

@media screen and (min-width:1200px) {
    .mainlogo {
        position: fixed !important;
        top: 25%;
        left: 50%;
        height: 28% !important;
        padding: 0 !important;
        border-radius: 30px 30px 0 0 !important;
        background-color: #234c98 !important;
        width: 75% !important;
    }
    .mainlogin {
        position: absolute !important;
        top: 50%;
        left: 50%;
        width: 500px !important;
        height: 500px !important;
        transform: translate(-50%, -50%);
        padding: 0 !important;
        border-radius: 15px !important;
        background-color: transparent !important;
        color: black;
        border: none;
        box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.5), 4px 0 10px rgba(255, 255, 255, 0.5) inset;
    }

    .logindesign {
        padding: 20px !important;
        border-radius: 15px !important;
        background-color: transparent !important;
        color: black;
        border: none;
        box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.5), 4px 0 10px rgba(255, 255, 255, 0.5) inset;
    }

    .ImageAlignment {
        text-align: center;
        margin-top: auto;
        margin-bottom: auto;
        width: 50%;
    }

    .jbzlogo {
        width: 130px;
        margin: 20px auto;
        display: block;
    }
    .loginform {
        margin-top: 0px;
    }
    .logincard{
        width: 50%
    }

    .mobile-view {
        display: grid;
    }

    .lasttxt {
        display: none;
    }

    .welcome {
        text-align: center;
        font-size: xx-large;
    }
}

@media screen and (min-width:1400px) {
    .mainlogo {
        position: fixed !important;
        top: 25%;
        left: 50%;
        height: 28% !important;
        padding: 0 !important;
        border-radius: 30px 30px 0 0 !important;
        background-color: #234c98 !important;
        width: 75% !important;
    }
    .mainlogin {
        position: absolute !important;
        top: 47%;
        left: 76%;
        width: 1000px !important;
        height: 1009px !important;
        transform: translate(-50%, -50%);
        padding: 0 !important;
        border-radius: 15px !important;
        background-color: transparent !important;
        color: black;
        border: none;
        box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.5), 4px 0 10px rgba(255, 255, 255, 0.5) inset;
    }

    .logindesign {
        padding: 20px !important;
        border-radius: 15px !important;
        background-color: transparent !important;
        color: black;
        border: none;
        box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.5), 4px 0 10px rgba(255, 255, 255, 0.5) inset;
    }

    .ImageAlignment {
        text-align: center;
        margin-top: auto;
        margin-bottom: auto;
        width: 50%;
    }

    .jbzlogo {
        width: 130px;
        margin: 20px auto;
        display: block;
    }
    .loginform {
        margin-top: 0px;
    }
    .logincard{
        width: 50%
    }

    .mobile-view {
        display: grid;
    }

    .lasttxt {
        display: none;
    }

    .welcome {
        text-align: center;
        font-size: xx-large;
    }
}
