html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-size: 20px;
}

.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: #e5e5e500;
    border-bottom: 1px solid rgb(0 0 0 / 0%);
}

.cardstyle {
    width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    background: linear-gradient(185deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.25) 100%);
    border-radius: 20px;
    border: 1px rgba(186, 211, 249, 0.25) solid;
    backdrop-filter: blur(50px);
}

.select2-container {
    border-bottom: 1px solid rgba(195, 199, 213, 1);
    width: 100% !important;
    border: black;
}

.form-floating > .form-control {
    padding: 1rem 0.75rem;
    border-bottom: 1px solid rgba(195, 199, 213, 1) !important;
    background-blend-mode: multiply;
}

.empowering {
    width: 660px;
    height: 234px;
    top: 148px;
    font-family: IBM Plex Sans;
    font-size: 50px;
    font-weight: 500;
    line-height: 78px;
    letter-spacing: -0.02em;
    text-align: left;
    color: rgba(255, 255, 255, 1);
}

.welcome {
    width: 528px;
    height: 104px;
    top: 472px;
    left: 200px;
    font-family: IBM Plex Sans;
    font-size: 30px;
    font-weight: 500;
    line-height: 52px;
    letter-spacing: -0.02em;
    text-align: left;
    color: rgba(13, 31, 87, 1);
}

.textbox {
    width: 134px;
    height: 29px;
    top: 426px;
    left: 210px;
    font-family: IBM Plex Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: -0.02em;
    text-align: left;
    color: rgba(13, 31, 87, 1);
}

.remember {
    width: 160px;
    height: 26px;
    left: 244px;
    font-family: IBM Plex Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.02em;
    text-align: left;
    color: rgba(13, 31, 87, 1);
}

.forgot {
    width: 183px;
    height: 26px;
    top: 574px;
    left: 546px;
    font-family: IBM Plex Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.02em;
    text-align: right;
    color: rgba(13, 31, 87, 1) !important;
}

.policy {
    width: 95px;
    height: 21px;
    top: 999px;
    left: 200px;
    font-family: IBM Plex Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.02em;
    text-align: left;
    color: rgba(13, 31, 87, 1);
}

.rights {
    width: 316px;
    height: 21px;
    top: 999px;
    left: 312px;
    font-family: IBM Plex Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.02em;
    text-align: left;
    color: rgba(13, 31, 87, 1);
}

.form-control:focus {
    box-shadow: none !important;
}

label.required:after {
    content: " *";
    color: red;
}

.alert-message {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    width: 300px;
    padding: 15px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.alert-success {
    background-color: #4CAF50;
    color: white;
}

.alert-danger {
    background-color: #f44336;
    color: white;
}

.label {
    font-family: 'IBM Plex Sans';
}

.card-light-blue {
    padding: 10px;
    background: linear-gradient(185deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.25) 100%);
    border-radius: 10px;
    border: 1px rgba(186, 211, 249, 0.25) solid;
    backdrop-filter: blur(50px);
    /*height: 100%;*/
}

.card-white {
    padding: 10px;
    /*background: linear-gradient(185deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.25) 100%);*/
    border-radius: 10px !important;
    border: 1px rgba(186, 211, 249, 0.25) solid;
    /*height: 100%;*/
    /*backdrop-filter: blur(50px);*/
    background: white;
}
.big-btn-blue {
    border-radius: 10px !important;
    background: rgba(0, 54, 221, 1);
    border-color: transparent;
}
.big-btn-light {
    border-radius: 10px !important;
    background: aliceblue;
    border-color: transparent;
}

/* Mobile Sidebar Styles */
@media (max-width: 768px) {
    .sidenav {
        position: fixed;
        left: -100%;
        top: 0;
        width: 80%;
        height: 100vh;
        transition: all 0.3s ease-in-out;
        z-index: 1050;
        margin: 0;
    }

    .sidenav.show {
        left: 0;
    }

    .toggle-btn {
        display: flex;
        align-items: center;
    }

    .toggle-btn .btn {
        width: 40px;
        height: 40px;
        padding: 8px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
    }

    .toggle-btn i {
        color: #0D1F57;
        font-size: 1.2rem;
    }

    .close-sidebar-btn {
        padding: 8px;
        color: #0D1F57;
        border: none;
        background: transparent;
        font-size: 1.2rem;
        margin: 0;
    }

    .close-sidebar-btn:hover {
        color: #0036DD;
    }

    .sidebar-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1045;
        display: none;
        transition: all 0.3s ease-in-out;
    }

    .sidebar-overlay.show {
        display: block;
    }

    .col-md-2 {
        padding: 0;
    }
}

@media (min-width: 769px) {
    .toggle-btn {
        display: none !important;
    }

    .close-sidebar-btn {
        display: none !important;
    }

    .sidebar-overlay {
        display: none !important;
    }

    .sidenav {
        /* position: fixed; */
        margin: 10px;
        width: 100%;;
    }
}
.btn-primary {
    background: #0D1F57;
    border-color: #0D1F57;
    color: white;
    border-radius: 10px;
}