body, html {
    height: 100%;
    font-family: Segoe UI !important;
}

* {
    box-sizing: border-box;
}

.bg-img {
    background-image: url('../images/EISBannerWebImage.jpg');
  /*  background-position: center;*/
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 100vh;
    height: auto; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.container {
    position: absolute;
    right: 14rem;
    margin: 20px;
    max-width: 300px;
    padding: 16px;
    background-color: white;
}

.options {
    /* display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;*/
    display: flex;
    justify-content: end;
    align-items: initial;
    margin-top: 10px;
    font-size: 14px;
}

.checkbox-container {
    display: flex;
    align-items: center;
    gap: 5px; /* Space between the checkbox and text */
}

.rememberTextClass {
    font-size: 14px; /* Adjust text size if necessary */
    line-height: 1; /* Ensures proper vertical alignment */
}
/* input fields */
input[type=text], input[type=password] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
}

    input[type=text]:focus, input[type=password]:focus {
        background-color: #ddd;
        outline: none;
    }



.btn:hover {
    opacity: 1;
}
/* Ensure full height for body and html */
body, html {
    height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
}

* {
    box-sizing: border-box;
}

/* Background image styling */
.bg-img {
    background-image: url('../images/EISBannerWebImage.jpg');
  /*  background-position: center;*/
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 100vh; 
    height: auto; 
    display: flex;
    align-items: center; 
    justify-content: center; 
}

.titleClass {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: black;
}


.container {
    width: 500px;
    padding: 23px 33px;
    margin-top:78px;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 36px;
}

input[type=text], input[type=password] {
    width: 100%;
    padding: 4px;
    margin: 8px 0;
    border-bottom: 1px solid black;
    border-radius: 0px;
}

    input[type=text]:focus, input[type=password]:focus {
        background-color: white;
        outline: none;
        border-bottom: 1px solid black;
        border-radius: 0px;
    }

.SubmitTextButton {
    border: none;
    font-weight: 600;
    color: black;
    background: #BE9A4E;
    padding: 0px 30px;
    /*  margin-left: 9.5rem;*/
    padding: 8px 40px;
    border-radius: 13px;
    margin-top: 1.5rem;
}


.btn:hover {
    opacity: 0.8;
}

.logo {
    text-align: center;
    margin-bottom: 20px;
}

.options {
    display: flex;
   /* justify-content: space-between;*/
    align-items: center;
    margin-top: 10px;
    font-size: 14px;
}

.forgot-password {
    color: #BE9A4E;
    font-weight: 600;
    text-decoration: none;
    margin-top: -2%;
}

    .forgot-password:hover {
        text-decoration: underline;
    }

.password-field {
    position: relative;
}

    .password-field input[type="password"],
    .password-field input[type="text"] {
        width: 100%;
        padding-right: 40px;
    }

.toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}

.logoClassImage {
    width: 150px;
}

/*@media only screen and (max-width: 1500px) and (min-width: 1100px) {

    .container {
        position: absolute;
        right: 7rem;
    }*/

    /*.bg-img {
        background-image: url('../images/EISBannerImage.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        min-height: 100vh;*/ /* Ensures it takes up full viewport height */
        /*height: auto;*/ /* Adjusts the height for all screen sizes */
        /*display: flex;
        align-items: center;*/ /* Center content vertically */
        /*justify-content: center;*/ /* Center content horizontally */
    /*}*/

   
    /*.container {
        max-width: 420px !important;
    }
}*/
input::-ms-reveal {
    display: none;
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Nunito, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.EisLogoIcon {
    width: 22rem;
}

/* Top Menu */
.top-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
    background-color: white;
    color: black;
    box-shadow: 13px 1px 0 .2rem rgb(234 240 238);
}

.logoImage {
    font-size: 1.5rem;
    font-weight: bold;
}

.menu-toggle {
    font-size: 1.5rem;
    display: none;
    cursor: pointer;
}

.profile-photo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

/* Side Menu */
.side-menu {
    position: fixed;
    top: 8rem;
    left: 0;
    height: 100%;
    width: 242px;
    background-color: #444;
    padding-top: 20px;
    overflow-y: auto;
    transition: transform 0.3s ease;
    z-index: 1000;
}

.sideBarImage {
    background-image: url('./Images/SideMenuImage.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.side-menu ul {
    list-style-type: none;
}

.sideDescWidget li {
    padding: 10px 0px;
    font-size: 15px;
    font-weight: 600;
}

.side-menu li a {
    display: flex;
    align-items: center;
    padding: 12px;
    color: white;
    text-decoration: none;
}

    .side-menu li a i {
        margin-right: 10px;
    }

    .side-menu li a:hover {
        color: white;
        background: linear-gradient(227deg, rgb(191 160 197 / 99%), rgb(102 6 38)) left !important;
        border-left: 4px solid white;
    }

/* Dropdown Styles */
.dropdown .dropdown-btn {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.dropdown .dropdown-icon {
    transition: transform 0.3s ease;
    margin-left: 45%;
}

.dropdown-content {
    display: none;
    background-color: #555;
}

.titleHeadClass {
    color: #BE9A4E;
    font-size: 20px;
    font-weight: 600;
    padding: 0px 15px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 2px;
    font-size: 15px;
    font-weight: 500;
}

.form-group {
    margin-bottom: 34px;
}

.dropdown-content a {
    padding: 8px;
    display: block;
    color: white;
}

.identifyAlign {
    text-align: center;
}

.verificationButton {
    border: 1px solid black;
    background: none;
    border-radius: 14px;
    box-shadow: 0 8px 16px 0 rgb(224 224 224 / 20%), 0 6px 20px 0 rgb(65 65 65 / 19%);
}

.verificationImage {
    width: 28px;
}

.verificationImageOne {
    width: 40px;
}

.verificationText {
    font-size: 16px;
    font-weight: 600;
    padding: 14px;
}

.MainBackgroundWiget {
    box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15) !important;
    padding: 33px 140px;
    border-radius: 32px;
}

.dropdown-content a:hover {
    background-color: #666;
}

.TitleHeading {
    background: #BE9A4E;
    color: white;
    font-weight: 700;
    font-size: 16px;
    padding: 1px;
    text-align: center;
    margin-bottom: 2%;
}

.TitleHeadingDesc {
    margin-top: 13px;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
}

/* Main Content */
.main-content {
    margin-left: 366px;
    max-width: 1350px !important;
    padding: 20px;
}

/* Responsive Styles */
/*@media screen and (max-width: 768px) {
    .menu-toggle {
        display: block;
    }

    .side-menu {
        transform: translateX(-100%);
        width: 200px;
    }

        .side-menu.show {
            transform: translateX(0);
        }

    .main-content {
        margin-left: 0;
    }
}

@media (min-width: 1500px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1500px !important;
    }
}*/

.dropdown.open {
    display: block;
    /* Or any other appropriate rule to display the dropdown */
}



.odd {
    background: #f5f5f5 !important;
}

.even {
    background: #fafafa !important;
}



.actionsIcons {
    width: 14px;
    cursor: pointer;
}

.iconsImageClass {
    padding-right: 16px;
}



.DeleteiconsImageClass {
    width: 11px;
    cursor: pointer;
}

.form-control {
    background: #F3EAEF;
    BORDER: 1px solid #F3EAEF;
    border-radius: 16px;
    padding: 20px;
    width: 38rem;
    color: black;
    font-weight: 600;
}

.error {
    color: red;
    font-size: 0.9em;
}

.hidden {
    display: none;
}

.verificationButton:hover,
.verificationButton:focus {
    background-color: #F3EAEF;
    color: black;
    border: 2px solid white;
}

.btn-success {
    color: #fff;
    background-color: #BE9A4E;
    border-color: #BE9A4E;
    padding: 10px 56px;
    font-weight: 600;
    border-radius: 35px;
    float: inline-end;
}

    .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
        color: #fff;
        background-color: #BE9A4E;
        border-color: #BE9A4E;
    }

    .btn-success:hover {
        color: #fff;
        background-color: #BE9A4E;
        border-color: #BE9A4E;
    }

.verificationButton:hover {
    animation-name: verificationButton;
    -webkit-animation-name: verificationButton;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}

@keyframes verificationButton {
    0% {
        transform: scale(0.9);
        opacity: 0.7;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0.9);
        opacity: 0.7;
    }
}

@-webkit-keyframes verificationButton {
    0% {
        -webkit-transform: scale(0.95);
        opacity: 0.7;
    }

    50% {
        -webkit-transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0.95);
        opacity: 0.7;
    }
}

/*@media (max-width: 990px) {
    .MainBackgroundWiget {
        padding: 60px 0px !important;
    }

    .voiceAlign {
        text-align: center;
    }

    .SubmitButtonClass {
        padding: 0px;
    }
}

@media (max-width:1450px) {
    .form-control {
        width: 100%;
    }*/
    /*.SubmitTextButton {
        margin-left: 5rem !important;
    }*/
/*}*/

.top-menu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.SubmitButtonClass {
    text-align: center;
}

.main-content {
    padding-top: 120px;
}

.profile {
    display: inline-block;
    vertical-align: middle;
}

.menu-toggle {
    cursor: pointer;
}

/*@media (max-width: 768px) {
    .container {
        padding: 20px;
    }

    .titleClass {
        font-size: 1.5rem;
    }

    input[type="text"],
    input[type="password"] {
        padding: 8px;
        font-size: 0.9rem;
    }*/

    /* .options {
        flex-direction: column;
        align-items: flex-start;
        display: inline-block;
    }*/

    /*.forgot-password {
        margin-top: -4px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 15px;
    }

    .titleClass {
        font-size: 1.2rem;
    }

    .logoClassImage {
        max-width: 120px;
    }

    .SubmitTextButton {
        font-size: 0.9rem;
    }

    .form-controlProfile {
    }
}
#toggleIcon {
    width: auto;
    height: 11px;
} 
@media only screen and (max-width: 1100px) and (min-width: 600px){*/
    /*.bg-img{
        height:140%;
    }*/
/*}
@media only screen and (max-width: 410px) and (min-width: 310px) {
    .container {
        position: absolute;*/
    /*    right: -0.2rem !important;*/
    /*}
}
@media (max-width: 480px) {
    .container {
        padding: 15px;
    }

    .titleClass {
        font-size: 1.2rem;
    }

    .logoClassImage {
        max-width: 120px;
    }

    .SubmitTextButton {
        font-size: 0.9rem;
    }

    .form-controlProfile {
    }
}
@media only screen and (max-width: 768px) and (min-width: 480px) {


    .container {
        position: absolute;
        right: 7rem;
        max-width: 374px;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {


    .container {
        position: absolute;
        right: 7rem;
        max-width: 374px;
    }
}
@media only screen and (max-width: 1440px) and (min-width: 1024px) {


    .container {
        position: absolute;
        right: 7rem;
        max-width: 420px;
    }
}
@media only screen and (max-width: 480px) and (min-width: 310px) {
    .container {
        position: absolute;
        right: -0.2rem;
        top: 6rem;
    }


    .bg-img {
        background-image: url('../images/EISBannerWebImage.jpg');
        background-repeat: no-repeat;*/
       /* background-size: cover;*/
        /*width: 100%;
        min-height: 100vh;
        height: auto; 
        display: flex;
        align-items: center; 
        justify-content: center; 
    }
}*/
/* ---------------- General Responsive ---------------- */

@media only screen and (min-width: 1500px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1500px !important;
    }
}

@media only screen and (min-width: 1100px) and (max-width: 1500px) {
    .container {
        position: absolute;
        right: 7rem;
        max-width: 420px !important;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
    .container {
        position: absolute;
        right: 7rem;
        max-width: 420px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .container {
        position: absolute;
        right: 7rem;
        max-width: 374px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    .container {
        position: absolute;
        right: 1rem;
        max-width: 374px;
    }

    .menu-toggle {
        display: block;
    }

    .side-menu {
        transform: translateX(-100%);
        width: 200px;
    }

    .side-menu.show {
        transform: translateX(0);
    }

    .main-content {
        margin-left: 0;
    }

    .container {
        padding: 20px;
    }

    .titleClass {
        font-size: 1.5rem;
    }

    input[type="text"],
    input[type="password"] {
        padding: 8px;
        font-size: 0.9rem;
    }

    .forgot-password {
        margin-top: -4px;
    }
}

/* ---------------- Small Devices ---------------- */
@media only screen and (min-width: 310px) and (max-width: 480px) {
    .container {
        position: absolute;
        right: 3rem;
        padding: 15px;
    }

    .titleClass {
        font-size: 1.2rem;
    }

    .logoClassImage {
        max-width: 120px;
    }

    .SubmitTextButton {
        font-size: 0.9rem;
    }

    .bg-img {
        background-image: url('../images/EISBannerWebImage.jpg');
        background-repeat: no-repeat;
        width: 100%;
        min-height: 100vh;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media(max-width:380px){
    .container {
        position: absolute;
        right: -0.6rem;
        top: 0rem;
    }
}

/* ---------------- Medium Devices ---------------- */
@media only screen and (min-width: 600px) and (max-width: 1100px) {
/*     Additional styles here if needed */
/*     Example: .bg-img { height: 140%; } */
}

/* ---------------- Below 990px ---------------- */
@media (max-width: 990px) {
    .MainBackgroundWiget {
        padding: 60px 0px !important;
    }

    .voiceAlign {
        text-align: center;
    }

    .SubmitButtonClass {
        padding: 0px;
    }
}

/* ---------------- Below 1450px ---------------- */
@media (max-width: 1450px) {
    .form-control {
        width: 100%;
    }
     .SubmitTextButton {
        margin-left: 0rem !important;
    } 
}
.swal-toast-title {
    padding: 8px 10px !important;
    min-height: 30px !important;
}

.swal-toast-title {
    font-size: 0.85rem !important;
    line-height: 1.2 !important;
}

.swal2-popup {
    height: 50px !important;
}

/*.swal2-popup.swal2-toast {
    width: auto !important;
    max-width: 350px;
}
.swal2-popup {
    width: 100% !important;
}*/
