html {
    font-size: 14px;
    scroll-behavior: smooth;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    min-height: 100vh;
    margin: 0;
}

.btn-link, .btn-link:hover {
    color: #1e1e1e
}
/* Login page (SSO-style) */
.bg-SSO {
    background: #104AB4;
    background: linear-gradient(180deg, var(--color-primary) 0%, var(--color-tertiary) 100%);
    height: 100vh;
    width: 100%;
    position: relative;
}

.CircleMR {
    position: absolute;
    height: 414px;
    width: 45px;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    margin: auto;
}

    .CircleMR:after {
        content: '';
        position: absolute;
        height: 100%;
        width: 232px;
        background-color: rgba(255, 255, 255, 0.55);
        border-radius: 50%;
    }

.CircleTL {
    position: absolute;
    height: 630px;
    width: 630px;
    background-color: rgba(255, 255, 255, 0.55);
    top: -31vh;
    bottom: auto;
    border-radius: 50%;
    z-index: 0;
    right: auto;
    left: -32vh;
    margin: auto;
    overflow: hidden;
}

.CircleTR {
    position: absolute;
    height: 46px;
    width: 46px;
    background-color: rgba(255, 255, 255, 0.2);
    top: -119px;
    bottom: auto;
    border-radius: 50%;
    z-index: 0;
    left: auto;
    right: -50px;
}

.CircleBL {
    position: absolute;
    height: 132px;
    width: 132px;
    background-color: rgba(255, 255, 255, 0.2);
    top: auto;
    bottom: -58px;
    border-radius: 50%;
    left: -63px;
    z-index: 1;
}

.SSO-loginContainer {
    width: 80%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

    .SSO-loginContainer .card {
        height: auto;
        margin: 0 auto;
        width: 75%;
        background-color: transparent;
    }

.SSO-lhs {
    background-color: var(--color-quaternary);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border-radius: 10px 0 0 10px;
}

    .SSO-lhs .SSO-side-content {
        width: 70%;
        margin: 0 auto;
    }

    .SSO-lhs h1 {
        font-size: 1.5rem;
        margin-top: 0.5rem;
        text-align: center
    }

    .SSO-lhs h2 {
        font-size: 1.2rem;
        margin-top: 2rem;
        text-align: center
    }

    .SSO-lhs p {
        font-size: 0.9rem;
        font-weight: lighter;
        text-align: center;
        width: 80%;
        margin: 0 auto;
    }

    .SSO-lhs .Ministry-logo-container {
        background-color: #ffffff;
        border-radius: 50%;
        height: 210px !important;
        width: 210px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .SSO-lhs .Ministry-logo {
        height: auto;
        width: 100%;
    }

    .SSO-lhs .btn-link button {
        border: 0;
        background-color: transparent;
        text-decoration: none;
        color: #ffffff
    }

    .SSO-lhs .btn-link .dropdown-menu {
        min-width: 125px !important
    }

        .SSO-lhs .btn-link .dropdown-menu .dropdown-item.active {
            background-color: transparent;
            font-weight: bold;
            color: #000
        }

        .SSO-lhs .btn-link .dropdown-menu .dropdown-item:hover {
            background-color: #c5e4fb;
            color: #000000;
        }

.SSO-rhs {
    padding: 1.5rem 2.5rem;
    background-color: #ffffff;
    border-radius: 0 10px 10px 0;
    min-height: 380px;
}

    .SSO-rhs h1 {
        font-size: 1.1rem;
        color: var(--color-tertiary);
        text-align: center;
        margin-bottom: 2rem;
        font-weight: bold
    }

    .SSO-rhs .btn-outline-primary {
        border-color: var(--color-primary);
        border-radius: 8px;
        position: relative;
        height: 80px;
        box-shadow: 2px 2px 7px 0 #DBDBDB;
        display: flex;
        padding: 0.5rem 1.25rem;
    }

        .SSO-rhs .btn-outline-primary .btn-title {
            color: var(--color-primary);
            font-size: 1rem;
            text-align: initial
        }

        .SSO-rhs .btn-outline-primary .btn-subhead {
            color: #5C5C5C;
            font-size: 0.85rem;
            font-weight: normal;
            text-align: initial
        }

        .SSO-rhs .btn-outline-primary i {
            background-color: var(--color-primary);
            height: 40px;
            width: 40px;
            border-radius: 13px;
            color: #ffffff;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 1.5rem;
            padding: 0.5rem 1.25rem;
        }

            .SSO-rhs .btn-outline-primary i:before {
                /*transform: rotateZ(50deg) scaleY(-1);*/
            }

        .SSO-rhs .btn-outline-primary:hover {
            background-color: var(--color-primary);
        }

            .SSO-rhs .btn-outline-primary:hover .btn-title,
            .SSO-rhs .btn-outline-primary:hover .btn-subhead {
                color: #ffffff;
            }

        .SSO-rhs .btn-outline-primary:after {
            content: '\F285';
            left: auto;
            right: 15px;
            top: 0;
            bottom: 0;
            margin: auto auto;
            height: 15px;
            position: absolute;
            color: #6f6f6f;
            font-family: "bootstrap-icons";
            font-size: 0.8rem;
            font-weight: bold;
        }

[dir="rtl"] .SSO-rhs .btn-outline-primary:after {
    content: '\F284';
    left: 15px;
    right: auto;
}

.SSO-rhs .btn-outline-primary:hover:after {
    color: #ffffff;
}

.SSO-rhs .btn-outline-secondary {
    border-radius: 8px;
    position: relative;
    height: 80px;
    box-shadow: 2px 2px 7px 0 #DBDBDB;
    display: flex;
    padding: 0.5rem 1.25rem;
}

    .SSO-rhs .btn-outline-secondary .btn-title {
        color: #322f2f;
        font-size: 1rem;
        text-align: initial
    }

    .SSO-rhs .btn-outline-secondary .btn-subhead {
        color: #5C5C5C;
        font-size: 0.85rem;
        font-weight: normal;
        text-align: initial
    }

    .SSO-rhs .btn-outline-secondary i {
        background-color: var(--color-secondary);
        height: 40px;
        width: 40px;
        border-radius: 13px;
        color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.5rem;
    }

    /*.SSO-rhs .btn-outline-secondary i:before {
    transform: rotateZ(50deg) scaleY(-1);
}*/

    .SSO-rhs .btn-outline-secondary:hover {
        background-color: var(--color-secondary);
        border-color: var(--color-secondary);
    }

        .SSO-rhs .btn-outline-secondary:hover .btn-title,
        .SSO-rhs .btn-outline-secondary:hover .btn-subhead {
            color: #ffffff;
        }

    .SSO-rhs .btn-outline-secondary:after {
        content: '\F285';
        left: auto;
        right: 15px;
        top: 0;
        bottom: 0;
        margin: auto auto;
        height: 14px;
        position: absolute;
        color: #6f6f6f;
        font-family: "bootstrap-icons";
        font-size: 0.8rem;
        font-weight: bold;
    }

[dir="rtl"] .SSO-rhs .btn-outline-secondary:after {
    content: '\F284';
    left: 15px;
    right: auto;
}

.SSO-rhs .btn-outline-secondary:hover:after {
    color: #ffffff;
}

/* Danger Button Styling for Logout */
.SSO-rhs .btn-outline-danger {
    border-radius: 8px;
    position: relative;
    display: flex;
}

.helpBtn {
    display: flex;
    align-items: center;
    text-decoration: none;
    height: 28px;
    font-size: 0.8rem
}

    .helpBtn i {
        color: #00a3c4;
        height: 28px;
        width: 18px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

        .helpBtn i:before {
            font-size: 1rem
        }

.btn.helpBtn:active, .btn.helpBtn.show {
    color: #184e54
}

.helpBtn:hover {
    background-color: #ffffff;
    color: #000;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}

.helpBtn.dropdown-toggle::after {
    display: none
}

.dropdown-menu li {
    margin-bottom: 0.3rem
}

    .dropdown-menu li a {
        font-size: 0.85rem;
    }

        .dropdown-menu li a i {
            color: #000000
        }

        .dropdown-menu li a:hover {
            background-color: #c5e4fb;
        }

        .dropdown-menu li a:active {
            color: #000000
        }

.SSO-rhs .btn-outline-danger .btn-title {
    color: #dc3545;
    font-size: 1rem;
}

.SSO-rhs .btn-outline-danger .btn-subhead {
    color: #5C5C5C;
    font-size: 0.85rem;
    font-weight: normal;
}

.SSO-rhs .btn-outline-danger i {
    color: #dc3545;
}

.SSO-rhs .btn-outline-danger:hover {
    background-color: #dc3545;
    border-color: #dc3545;
}

    .SSO-rhs .btn-outline-danger:hover .btn-title,
    .SSO-rhs .btn-outline-danger:hover .btn-subhead {
        color: #ffffff;
    }

    .SSO-rhs .btn-outline-danger:hover i {
        color: #ffffff;
    }
    /*
.SSO-rhs .btn-outline-danger:after {
    content: '\F138';
    left: auto;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto auto;
    height: 31px;
    position: absolute;
    color: #dc3545;
    font-family: "bootstrap-icons";
}*/

    .SSO-rhs .btn-outline-danger:hover:after {
        color: #ffffff;
    }

[dir="rtl"] .SSO-rhs .btn-outline-danger:after {
    content: '';
}

.SSO-rhs form .input-group {
    border: 1px solid #cacaca;
    border-radius: 5px
}

.SSO-rhs form .input-group-text {
    background-color: transparent;
    border: none;
}

.SSO-rhs form .input-group .form-control {
    border: none;
    font-size: 0.9rem
}

.SSO-rhs form .form-check .form-check-label {
    font-size: 0.9rem
}

.SSO-rhs form .input-group-text i::before {
    background-color: var(--color-quaternary); /*#cfe7fb*/
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    color: #244d77;
    justify-content: center;
    align-items: center;
}

.SSO-rhs form button.btn-submit {
    background-color: var(--color-primary);
    padding: 0.5rem;
    font-size: 0.9rem;
    border-color: var(--color-primary);
}

.field-validation-error {
    font-size: 0.8rem
}
/* Responsive Login Page (Mobile & Tablet) */
@media (max-width: 991.98px) {
    .SSO-loginContainer {
        width: 100%;
        min-height: 100vh;
        height: auto;
        padding: 2rem 0;
        align-items: flex-start;
    }

        .SSO-loginContainer .card {
            width: 90%;
            margin-top: 0;
        }

    .SSO-lhs {
        border-radius: 10px 10px 0 0;
        padding-top: 1rem;
    }

        .SSO-lhs .Ministry-logo-container {
            margin: 0 auto
        }




        .SSO-lhs h1, .SSO-lhs p {
            margin-top: 1rem;
            text-align: center;
        }

    .SSO-rhs {
        /*padding: 2rem;*/
        border-radius: 0 0 10px 10px;
    }

        .SSO-rhs p {
            text-align: center;
        }

    .CircleTL, .CircleMR, .CircleBL, .CircleTR {
        display: none;
    }
}
/* Tablet to small desktop */
@media (min-width: 767.98px) and (max-width: 1399.98px) {
    .SSO-loginContainer {
        width: 100%;
        height: 100vh;
    }

        .SSO-loginContainer .card {
            width: 90%;
        }

    .SSO-lhs {
        border-radius: 10px 0 0 10px;
        padding-top: 1rem;
    }

    .SSO-rhs {
        /*padding: 2rem;*/
        border-radius: 0 10px 10px 0;
    }
}

.navbar-brand {
    font-weight: 600;
    font-size: 1.25rem;
    color: white !important;
    transition: var(--transition-smooth);
    display: flex;
    align-items: center;
}

    .navbar-brand:hover {
        opacity: 0.9;
    }

.navbar-text {
    font-weight: 500;
    color: white !important;
}
/* Sidebar */
.sidebar {
    background: var(--sidebar-bg);
    box-shadow: 0.125rem 0 0.25rem rgba(0, 0, 0, 0.075);
    transition: var(--transition-smooth);
}

.sidebar-sticky {
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 1.5rem 0;
}
    /* Custom Scrollbar for Sidebar */
    .sidebar-sticky::-webkit-scrollbar {
        width: 6px;
    }

    .sidebar-sticky::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.05);
    }

    .sidebar-sticky::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.2);
        border-radius: 3px;
    }

        .sidebar-sticky::-webkit-scrollbar-thumb:hover {
            background: rgba(255, 255, 255, 0.3);
        }
/* Sidebar Navigation */
.sidebar .nav-link {
    color: rgba(255, 255, 255, 0.7);
    padding: 0.875rem 1.5rem;
    margin: 0.25rem 1rem;
    border-radius: 0.375rem;
    font-weight: 500;
    transition: var(--transition-smooth);
}

    .sidebar .nav-link:hover {
        color: #fff;
        background-color: var(--bs-primary, #0d6efd);
    }

    .sidebar .nav-link.active {
        color: #fff;
        background-color: var(--bs-primary, #0d6efd);
        font-weight: 600;
    }

    .sidebar .nav-link i {
        margin-right: 0.75rem;
        font-size: 1.1rem;
        width: 20px;
        text-align: center;
    }
/* Main Content Area */
.main-content {
    min-height: 100vh;
    padding: 0;
}

main {
    padding-bottom: 2rem;
    min-height: 100vh;
    transition: var(--transition-smooth);
}

.main-no-sidebar {
    padding-top: 0;
}
/* Card Enhancements */
.card {
    border-radius: 0.5rem;
    box-shadow: var(--card-shadow);
    transition: var(--transition-smooth);
    background: #fff;
}

    .card:hover {
        box-shadow: var(--card-hover-shadow);
    }

.card-header {
    background-color: var(--bs-light, #f8f9fa);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding: 1rem 1.25rem;
    font-weight: 600;
}

    .card-header h4,
    .card-header h5 {
        margin: 0;
    }
/* Buttons */
.btn {
    border-radius: 0.375rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: var(--transition-smooth);
}

    .btn:hover {
        transform: translateY(-1px);
        box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
    }

    .btn:active {
        transform: translateY(0);
    }
/* Forms */
.form-control:focus,
.form-select:focus {
    border-color: var(--bs-primary, #0d6efd);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-label {
    font-weight: 500;
    margin-bottom: 0.5rem;
}
/* Tables */
.table {
    background-color: white;
}

    .table thead th {
        font-weight: 600;
        border-bottom: 2px solid var(--bs-primary, #0d6efd);
        background-color: var(--bs-light, #f8f9fa);
    }

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.035);
}
/* Badges */
.badge {
    font-weight: 500;
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
}
/* Alerts */
.alert {
    border-radius: 0.5rem;
    border: none;
    box-shadow: var(--card-shadow);
}
/* Pagination */
.pagination .page-link {
    border-radius: 0.375rem;
    margin: 0 0.25rem;
}

.pagination .page-item.active .page-link {
    background-color: var(--bs-primary, #0d6efd);
    border-color: var(--bs-primary, #0d6efd);
}
/* Utility Classes */
.shadow-sm {
    box-shadow: var(--card-shadow) !important;
}

.shadow {
    box-shadow: var(--card-hover-shadow) !important;
}
/* Responsive */
@media (max-width: 767.98px) {
    .main-no-sidebar {
        padding-top: 70px;
    }

    .SSO-lhs {
        border-radius: 10px 10px 0 0 !important;
    }

    .SSO-rhs {
        padding: 2rem 1rem;
        border-radius: 0 0 10px 10px !important;
    }
}
/* Animation Utilities */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    animation: fadeIn 0.3s ease-out;
}
/* Loading Spinner */
.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.15em;
}
/* Custom */
.text-muted {
    color: var(--bs-secondary, #6c757d) !important;
}

.bg-light {
    background-color: var(--bs-light, #f8f9fa) !important;
}

.text-primary {
    color: var(--bs-primary, #0d6efd) !important;
}

.bg-primary {
    background-color: var(--bs-primary, #0d6efd) !important;
}

.border-primary {
    border-color: var(--bs-primary, #0d6efd) !important;
}
/* QuickLink Cards */
.quicklink-card {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 1.5rem;
    background: white;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 12px;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

    .quicklink-card::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 4px;
        background: transparent;
        transition: all 0.3s ease;
    }

    .quicklink-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 24px rgba(0,0,0,0.12);
        border-color: rgba(0,0,0,0.15);
    }

        .quicklink-card:hover::before {
            background: var(--bs-primary);
        }

.quicklink-icon-wrapper {
    flex-shrink: 0;
}

.quicklink-icon {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

    .quicklink-icon i {
        font-size: 2rem;
        transition: all 0.3s ease;
    }

.quicklink-card:hover .quicklink-icon {
    transform: scale(1.1);
}

.quicklink-content {
    flex: 1;
    min-width: 0;
}

.quicklink-title {
    margin: 0 0 0.5rem 0;
    font-size: 1.125rem;
    font-weight: 600;
    color: #212529;
    transition: color 0.3s ease;
}

.quicklink-card:hover .quicklink-title {
    color: var(--bs-primary);
}

.quicklink-description {
    margin: 0;
    font-size: 0.875rem;
    color: #6c757d;
    line-height: 1.5;
}

.quicklink-arrow {
    flex-shrink: 0;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
    color: var(--bs-primary);
    font-size: 1.25rem;
}

.quicklink-card:hover .quicklink-arrow {
    opacity: 1;
    transform: translateX(0);
}

@media (max-width: 768px) {
    .quicklink-card {
        flex-direction: column;
        text-align: center;
    }

    .quicklink-arrow {
        display: none;
    }
}
/* ========================================
   Index Page (SSO-style)
   ======================================== */

.index-container {
    width: 80%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 2rem 0;
}

    .index-container .card {
        height: auto;
        margin: 0 auto;
        width: 90%;
        max-width: 1200px;
        background-color: #ffffff;
        border-radius: 10px;
    }
/* Index Header Section */
.index-header {
    background-color: rgba(31, 33, 37, 0.7);
    padding: 3rem 2rem;
    text-align: center;
    color: #ffffff;
    border-radius: 10px 10px 0 0;
    position: relative;
    z-index: 1;
}

.index-logo {
    max-height: 100px;
    max-width: 120px;
    margin-bottom: 1.5rem;
}

.index-icon {
    font-size: 4rem;
    color: var(--color-primary);
    margin-bottom: 1.5rem;
    display: inline-block;
}

.index-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.index-subtitle {
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.9);
}
/* Index Content Section */
.index-content {
    padding: 2.5rem;
    background-color: #ffffff;
    border-radius: 0 0 10px 10px;
}
/* User Welcome Card */
.user-welcome-card {
    background: linear-gradient(135deg, rgba(40, 132, 198, 0.05) 0%, rgba(124, 182, 188, 0.05) 100%);
    border: 2px solid rgba(40, 132, 198, 0.2);
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 2rem;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

    .user-info i {
        font-size: 4rem;
        color: var(--color-primary);
        flex-shrink: 0;
    }

    .user-info h2 {
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 0.5rem;
        color: #1f2125;
    }

    .user-info p {
        font-size: 0.95rem;
        color: #6c757d;
        margin-bottom: 0;
    }

.user-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

    .user-actions .btn {
        border-radius: 8px;
        padding: 0.75rem 1.5rem;
        font-weight: 500;
        transition: all 0.3s ease;
    }

    .user-actions .btn-primary {
        background-color: var(--color-primary);
        border-color: var(--color-primary);
    }

        .user-actions .btn-primary:hover {
            background-color: var(--color-secondary);
            border-color: var(--color-secondary);
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(40, 132, 198, 0.3);
        }

    .user-actions .btn-outline-secondary:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }
/* Guest Welcome Card */
.guest-welcome-card {
    text-align: center;
    padding: 3rem 2rem;
    background: linear-gradient(135deg, rgba(40, 132, 198, 0.05) 0%, rgba(124, 182, 188, 0.05) 100%);
    border: 2px solid rgba(40, 132, 198, 0.2);
    border-radius: 12px;
}

    .guest-welcome-card i {
        font-size: 4rem;
        color: var(--color-primary);
        margin-bottom: 1.5rem;
        display: inline-block;
    }

    .guest-welcome-card h2 {
        font-size: 1.75rem;
        font-weight: 600;
        color: #1f2125;
        margin-bottom: 1rem;
    }

    .guest-welcome-card p {
        font-size: 1rem;
        color: #6c757d;
        margin-bottom: 2rem;
    }

    .guest-welcome-card .btn {
        border-radius: 8px;
        padding: 0.75rem 2rem;
        font-weight: 500;
        background-color: var(--color-primary);
        border-color: var(--color-primary);
        transition: all 0.3s ease;
    }

        .guest-welcome-card .btn:hover {
            background-color: var(--color-secondary);
            border-color: var(--color-secondary);
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(40, 132, 198, 0.3);
        }
/* QuickLinks Section */
.quicklinks-section {
    margin-top: 3rem;
}

.section-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1f2125;
    text-align: center;
    margin-bottom: 0.5rem;
}

.section-subtitle {
    font-size: 0.95rem;
    color: #6c757d;
    text-align: center;
    margin-bottom: 2rem;
}
/* Feature Cards */
.features-section {
    margin-top: 3rem;
}

.feature-card {
    text-align: center;
    padding: 2rem;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    height: 100%;
    transition: all 0.3s ease;
}

    .feature-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        border-color: var(--color-primary);
    }

.feature-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: inline-block;
}

.feature-card h5 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1f2125;
    margin-bottom: 0.75rem;
}

.feature-card p {
    font-size: 0.875rem;
    color: #6c757d;
    margin-bottom: 0;
    line-height: 1.6;
}
/* Responsive Index Page */
@media (max-width: 991.98px) {
    .index-container {
        width: 100%;
        padding: 1rem 0;
    }

        .index-container .card {
            width: 95%;
        }

    .index-header {
        padding: 2rem 1.5rem;
        border-radius: 10px 10px 0 0;
    }

    .index-title {
        font-size: 1.5rem;
    }

    .index-subtitle {
        font-size: 0.9rem;
    }

    .index-content {
        padding: 1.5rem;
    }

    .user-info {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

        .user-info i {
            font-size: 3rem;
        }

    .user-actions {
        justify-content: center;
    }

    .guest-welcome-card {
        padding: 2rem 1.5rem;
    }

    .feature-card {
        margin-bottom: 1rem;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .index-container {
        width: 90%;
    }

        .index-container .card {
            width: 95%;
        }
}
/*RTL classes*/
[dir="rtl"] .SSO-rhs {
    border-radius: 10px 0 0 10px;
}

[dir="rtl"] .SSO-lhs {
    border-radius: 0 10px 10px 0;
}

[dir="rtl"] .dropdown-menu {
    text-align: right
}

[dir="rtl"] .CircleMR {
    right: auto;
    left: 0;
}

    [dir="rtl"] .CircleMR:after {
        content: '';
        position: absolute;
        height: 100%;
        width: 232px;
        background-color: rgba(255, 255, 255, 0.55);
        border-radius: 50%;
    }

[dir="rtl"] .CircleTL {
    left: auto;
    right: -32vh;
}

[dir="rtl"] .CircleTR {
    right: auto;
    left: -50px;
}

.CircleBL {
    position: absolute;
    height: 132px;
    width: 132px;
    background-color: rgba(255, 255, 255, 0.2);
    top: auto;
    bottom: -58px;
    border-radius: 50%;
    left: -63px;
    z-index: 1;
}




/* Overwrites */


.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: calc(var(--bs-border-width) * 1) !important;
}
