/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Tajawal:wght@200;300;400;500;700;800;900&display=swap");

.modal-dialog {
    margin-left: auto !important;
}
.tippy-popper {
    display: none;
}
.main-menu .navbar-header .navbar-brand .brand-logo {
    background: unset;
    width: 11rem;
    &:lang(ar) {
        margin-left: 60px;
    }
    &:lang(en) {
        margin-right: 10px;
    }
}
.main-menu .navbar-header {
    height: 10rem;
}
.btn-primary {
    border-color: #46bfae !important;
    background-color: #46bfae !important;
}
body.dark-layout
    .pagination:not([class*="pagination-"])
    .page-item.active
    .page-link {
    background-color: #46bfae;
}
.badge.badge-primary {
    background-color: #46bfae;
}

/* a {
    color: #46bfae;
} */
.form-control:focus {
    border-color: #46bfae;
}
.form-label-group > input:focus:not(:placeholder-shown) ~ label,
.form-label-group > input:not(:active):not(:placeholder-shown) ~ label,
.form-label-group textarea:focus:not(:placeholder-shown) ~ label,
.form-label-group textarea:not(:active):not(:placeholder-shown) ~ label {
    color: #46bfae !important;
}
body.dark-layout input.form-control:focus ~ .form-control-position i,
body.dark-layout .custom-file-label:focus ~ .form-control-position i,
body.dark-layout textarea.form-control:focus ~ .form-control-position i {
    color: #46bfae;
}
.dropdown-notification .dropdown-menu-header {
    background: #46bfae;
}
.dropdown-notification .dropdown-menu.dropdown-menu-right::before {
    background: #46bfae;
    border-color: #46bfae;
}
.primary {
    color: #46bfae !important;
}
#ecommerce-pagination ul {
    justify-content: center;
}
table.dataTable tbody tr.selected,
table.dataTable tbody tr.selected td {
    background-color: rgb(70, 191, 174) !important;
    box-shadow: 0 0 1px 0 #46bfae !important;
    color: #ffffff;
}
.btn-sm,
.btn-group-sm > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.3rem;
}
.btn-sm,
.btn-group-sm > .btn {
    padding: 0.2rem 0.5rem;
}
.vs-checkbox-primary input:checked ~ .vs-checkbox .vs-checkbox--check {
    background-color: #46bfae !important;
}
.vs-checkbox-primary input:checked ~ .vs-checkbox {
    border-color: #46bfae !important;
}
.main-menu .main-menu-content {
    height: calc(100% - 13rem) !important;
}

.hdd {
    display: none;
}

tfoot {
    display: none !important;
}
* {
    color: #000000;
}

/* Start global Style */

body {
    background-color: #eaebeb !important;
    font-family: "Roboto", sans-serif !important;
}
* {
    font-family: "Roboto", sans-serif !important;
}

.menu-title {
    text-transform: capitalize;
}
/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
    height: 6px;
    width: 6px;
}

*::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #b4bbbd;
}

*::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #4d6ab3;
}

/* RTL Scrollbar on the Left */
[dir="rtl"] *::-webkit-scrollbar {
    direction: rtl; /* Ensures scrollbar appears on the left for RTL languages */
}

/* LTR Scrollbar on the Right */
[dir="ltr"] *::-webkit-scrollbar {
    direction: ltr; /* Ensures scrollbar appears on the right for LTR languages */
}

.btn__view {
    background-color: #4d6ab3 !important;
    width: 24px;
    height: 24px;
    padding: 4px;
    border-radius: 4px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    img {
        width: 16px;
        height: 16px;
    }

    &:hover {
        background-color: #405997 !important;
        box-shadow: none;
    }
}
.btn__edit {
    background-color: #60c4b9 !important;
    border-radius: 4px !important;
    padding: 4px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    img {
        width: 16px;
        height: 16px;
    }

    &:hover {
        background-color: #54a99f !important;
        box-shadow: none;
    }
}
.btn__delete {
    background-color: #b3001b !important;
    border-radius: 4px !important;
    padding: 4px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    img {
        width: 16px;
        height: 16px;
    }
    i {
        color: white;
        font-size: 18px;
        font-weight: 700;
    }

    &:hover {
        background-color: rgb(187, 4, 4) !important;
        box-shadow: none;
    }
}

.btn__secondary {
    background-color: white !important;
    border-radius: 4px !important;
    border: 1px solid #60c4b9 !important;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #60c4b9;
    font-weight: 700;
    font-size: 12px;
    /* height: 48px; */
    span {
        color: #60c4b9 !important;
        font-weight: 700;
        font-size: 16px;
    }
    &:hover {
        color: #60c4b9;
    }
}

.btn__responsive {
    background-color: #60c4b9 !important;
    border-radius: 4px !important;
    border: none;
    padding: 10.5px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: white;
    font-weight: 700;
    font-size: 24px;
    min-width: 160px;
    height: 48px;
    span {
        color: white !important;
        font-weight: 700;
        font-size: 16px;
    }
    /* img {
        width: 16px;
        height: 16px;
    } */
    i {
        color: white !important;
        font-size: 13px;
        font-weight: 700;
        background-color: rgba(255, 255, 255, 0.396);
        /* width: 15px; */
        /* height: 15px; */
        padding: 3.5px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
    }
}

.btn__main {
    background-color: #4d6ab3 !important;
    border-radius: 4px !important;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: none;
    margin-bottom: 12px;
    span {
        color: white !important;
        font-weight: 700;
        font-size: 16px;
    }
    img {
        width: 16px;
        height: 16px;
    }
    i {
        color: white !important;
        font-size: 13px;
        font-weight: 700;
        background-color: rgba(255, 255, 255, 0.396);
        /* width: 15px; */
        /* height: 15px; */
        padding: 3.5px;
        display: flex;
        align-items: center;
    }
}

.btn__clear {
    background-color: transparent;
    border-radius: 4px !important;
    /* padding: 10px; */
    min-width: 160px;
    border: 1px solid #b3001b;
    color: #b3001b !important;
    font-weight: 700;
    font-size: 24px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
}

.form-group {
    label {
        color: #37958a;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 2px;
    }
    select {
        padding: 14px 12px;
        height: 48px;
        font-size: 16px;
        color: #6e7272;
        &::placeholder {
            text-transform: capitalize;
        }
    }
}

.modal .modal-header .close {
    transform: translate(0px, 0px) !important;
    margin: 0 !important;
}

.modal-title {
    font-size: 18px;
    font-weight: 500;
}
.modal-header {
    align-items: center !important;
}

.main__card__container {
    border-radius: 16px !important;
    box-shadow: none !important;
}
/* table */
table {
    th {
        background-color: #4d6ab3 !important;
        color: white;
        border: none !important;
        text-transform: capitalize;
    }

    td,
    tr {
        border: 1px solid #eaecf0 !important;
        background-color: white !important;
    }

    td {
        color: #667085;
        font-size: 14px;
        font-weight: 400;
        text-wrap: nowrap;
        span {
            color: #667085;
            font-size: 14px;
            font-weight: 400;
            text-wrap: nowrap;
        }
    }

    ul.table__list {
        padding: 0;
        margin: 0;
        li {
            color: #667085;
        }
    }

    th:nth-child(1),
    th:nth-child(2),
    td:nth-child(1),
    td:nth-child(2) {
        font-weight: bold !important;
    }

    td:nth-child(1),
    td:nth-child(2) {
        color: #101828;
    }
}

.center__cell {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/* pagination */
.dataTables_paginate {
    .pagination {
        /* background-color: white !important; */
        gap: 5px;

        a {
            background-color: white !important;
            border: 1px solid #f1f1f1 !important;
            border-radius: 8px !important;
            font-weight: 600 !important;
            color: #122a40 !important;
            width: 32px !important;
            height: 32px !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
        }

        li {
            &.active {
                a {
                    background-color: #4d6ab3 !important;
                    color: white !important;
                }
            }
            &.disabled {
                a {
                    color: #b5b5b5 !important;
                }
            }
            &.next,
            &.previous {
                a {
                    border: none !important;
                    width: auto !important;
                    height: auto !important;
                }
            }
        }
    }
}

.dataTables_filter {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    .form-control {
        border: 1px solid #acafaf !important;
        border-radius: 8px !important;
        font-size: 16px;
        padding: 5px 10px;
        min-width: 350px;
        color: #6e7272;
        border-radius: 4px !important;
        &:focus {
            border: 1px solid #4d6ab3 !important;
            padding: 5px 10px;
        }
        &::placeholder {
            color: #6e7272;
            font-size: 16px;
            width: fit-content;
        }

        /* &[type="search"] {
            } */
    }
    label {
        position: relative;
        html[lang="en"] &::after {
            content: "";
            color: black;
            background-image: url("../images/icons/search-icon.svg");
            width: 16px;
            height: 16px;
            background-repeat: no-repeat;
            background-position: center;
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            z-index: 1;
        }
    }
}

.nav.nav-tabs {
    margin-bottom: 0 !important;
    padding-bottom: 10px !important;
    gap: 20px;
    .nav-link {
        span {
            color: #101828;
            font-size: 16px;
            font-weight: 400;
        }
        &.active {
            border-bottom: 4px solid #4d6ab3 !important;
            padding-inline: 0 !important;
            span {
                font-size: 16px;
                font-weight: 700;
                color: #4d6ab3 !important;
            }

            &::after {
                content: "" !important;
                display: none !important;
            }
        }
    }
}
/* End global Style */

/* ******************************************************************************************************************************* */

/* Start info page  */
.info__page {
    display: flex;
    flex-flow: column nowrap;
    gap: 10px;
    margin-bottom: 25px;
    .info__page__title {
        color: #1b1c1c;
        font-size: 24px;
        font-weight: 700;
    }

    .info__page__breadcrumbs {
        display: flex;
        flex-flow: row nowrap;
        gap: 16px;
        margin: 0;
        padding: 0;
        list-style: none !important;
        li {
            list-style: none !important;

            a {
                /* color: #6e7272 !important; */
                color: #1b31ff;
                font-size: 16px;
                font-weight: 400;
            }

            &:not(:first-child) {
                position: relative;
                &::after {
                    content: "\\";
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    color: #cbcdcd;
                }

                &:lang(ar) {
                    &::after {
                        content: "/";
                        right: -10px;
                        left: unset;
                    }
                }
                &:lang(en) {
                    &::after {
                        left: -10px;
                        right: unset;
                    }
                }
            }

            &:last-child {
                a {
                    color: #6e7272;
                }
            }
        }
    }
}
/* End info page  */

/* Start sidebar  */

.main-menu.menu-light .navigation,
.main-menu.menu-light .navigation > li > ul {
    background: linear-gradient(
        270deg,
        rgba(77, 106, 179, 1) 0%,
        rgba(33, 46, 77, 1) 100%
    );
}

.main-menu {
    max-height: 100vh;
    overflow-y: scroll;
    background: linear-gradient(
        270deg,
        rgba(77, 106, 179, 1) 0%,
        rgba(33, 46, 77, 1) 100%
    ) !important;
}

.header-navbar.floating-nav {
    background: #212e4d !important;

    &::after {
        content: "";
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        background-image: url("../images/navbar-back.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        z-index: -1;
    }
    &:lang(ar) {
        right: 260px !important;
    }

    &:lang(en) {
        right: 0 !important;
    }
}

.main-menu .navigation > li > a,
.main-menu.menu-light .navigation > li ul li > a {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    & > span {
        font-weight: 500;
        color: #e6e6e6;
        font-size: 16px;
    }

    svg {
        fill: none;
        path {
            stroke: white;
        }
    }

    div {
        flex: 2 1 !important;
        &:lang(ar) {
            text-align: left;
        }
        &:lang(en) {
            text-align: right;
        }
        svg {
            fill: white !important;
            path {
                stroke: white !important;
            }
            transform: rotate(90deg);
        }
    }
}

.main-menu.menu-light .navigation li.hover > a {
    background-color: #ededed;
    color: #4d6ab3 !important;
    transition: all 0.35s ease 0s !important;

    span {
        color: #4d6ab3 !important;
        font-weight: 700 !important;
    }

    svg {
        fill: #4d6ab3 !important;
        path {
            stroke: #4d6ab3 !important;
        }
    }

    div {
        svg {
            path {
                stroke: #4d6ab3 !important;
            }
            fill: #4d6ab3 !important;
        }
    }
}

.main-menu.menu-light .navigation > li.active > a,
.main-menu.menu-light .navigation > li.open > a,
.main-menu.menu-light .navigation > li.sidebar-group-active > a {
    background-color: #fec649;
    color: #4d6ab3;
    position: relative;
    span {
        color: #4d6ab3 !important;
        font-weight: 700 !important;
    }
    svg {
        fill: #4d6ab3 !important;
        path {
            stroke: #4d6ab3 !important;
        }
    }

    div {
        svg {
            path {
                stroke: #4d6ab3 !important;
            }
            fill: #4d6ab3 !important;
            transform: rotate(270deg);
        }
    }

    &::after {
        content: "";
        background-color: #4d6ab3;
        width: 8px !important;
        height: 85%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    &:lang(ar)::after {
        right: 0 !important;
    }

    &:lang(en)::after {
        left: 0 !important;
    }
}

.main-menu.menu-light .navigation > li ul {
    position: relative;

    &:lang(ar) {
        padding-right: 40px !important;
    }
    &:lang(en) {
        padding-left: 40px !important;
    }

    &::after {
        content: "";
        width: 1px;
        height: calc(100% - 29px);
        position: absolute;
        top: 0;
        background-color: #fec649;
        z-index: 1;
    }

    &:lang(ar)::after {
        right: 20px;
    }
    &:lang(en)::after {
        left: 20px;
    }

    li {
        a {
            transition: all 0.5s ease-in-out;
            &::after {
                content: "";
                background-color: white;
                width: 9px !important;
                height: 1px;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
            }
            &::before {
                content: "";
                border: 1px solid white;
                border-radius: 2px;
                width: 13px !important;
                height: 13px;
                position: absolute;
                top: 50%;

                transform: translateY(-50%) rotate(45deg);
            }

            &:lang(ar) {
                &::after {
                    right: -20px;
                }
                &::before {
                    right: -10px;
                }
            }

            &:lang(en) {
                &::after {
                    left: -20px;
                }
                &::before {
                    left: -10px;
                }
            }
        }

        &.hover > a,
        &.open > a,
        &.active > a {
            background-color: transparent !important;
            span {
                color: #fec649 !important;
            }
            &::after {
                background-color: #fec649 !important;
            }
            &::before {
                border-color: #fec649 !important;
                background-color: #fec649 !important;
            }
        }
    }
}

.main-menu.menu-light .navigation li.has-sub ul.menu-content {
    li.active {
        background-color: unset !important;
    }
}
/* End sidebar  */

/* Start Navbar */

.navbar__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row nowrap;
}

.search__input__container {
    /* width: 300px; */
    width: 100%;
    min-width: 200px;

    @media screen and (max-width: 768px) {
        min-width: 100px;
    }
    position: relative;
    margin-right: 24px;
    input {
        width: 100%;
        border-radius: 8px;
        border: 1px solid #acafaf;
        height: 48px;
        display: block;
        padding: 14px 12px;
        font-size: 16px;
        color: #6e7272;

        @media screen and (max-width: 768px) {
            height: 30px;
        }
    }

    .search-icon {
        background-color: #4d6ab3;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0px 8px 8px 0px;
        cursor: pointer;

        i {
            color: white;
            font-size: 20px;
        }

        @media screen and (max-width: 768px) {
            width: 30px;
            i {
                font-size: 15px;
            }
        }
    }

    &::after {
        content: "";
        width: 1px;
        height: 100%;
        position: absolute;
        top: 50%;
        right: -24px;
        transform: translateY(-50%);
        background-color: #d9d9d9;
    }
}

.notification__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    min-height: 48px;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    cursor: pointer;
    background-color: #c0c2ed;
    margin-left: 24px;
    position: relative;
    svg {
        fill: #4d6ab3;
    }
    &::after {
        content: "";
        position: absolute;
        top: 33%;
        right: 15px;
        transform: translateY(-50%);
        /* right: 0; */
        background-color: #dd4c51;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        outline: 1.5px solid #3e4c5a;
        z-index: 1;
    }
}

.logout {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    padding: 15px;
    font-family: "Roboto", sans-serif;
    position: fixed;
    bottom: 10px;
    left: 15px;
    .logout__text {
        margin: 0;
        color: white;
        font-size: 18px;
        font-weight: 700;
        font-family: "Roboto", sans-serif;
    }
}
.avatar {
    border-radius: 50%;

    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    backdrop-filter: blur(4px);
    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
        width: 44px;
        height: 44px;
    }
}

.user-nav {
    font-size: 14px;
    font-weight: 500;
    color: #4d6ab3;
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    align-items: start !important;

    span:first-child {
        font-size: 16px;
        font-weight: 700;
        color: #ffffff;
    }
    span:last-child {
        font-size: 14px;
        font-weight: 400;
        color: #ffffff;
    }

    svg {
        fill: #ffffff;
    }
}

.dropdown-item {
    color: #122a40 !important;
    font-size: 16px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    &:hover {
        background-color: #4d6ab3;
    }
}

.header-navbar .navbar-container ul.nav li.dropdown .dropdown-menu {
    top: 67px !important;
}

.header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu-right {
    right: 12px !important;
    left: auto !important;
    padding: 0.5rem !important;
}
.lang__container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 38px;
    border-radius: 8px;
    cursor: pointer;
    background-color: #c0c2ed;
    margin-left: 24px;
    a {
        min-width: 54px;
        width: 54px;
        /* padding: 7.5px 12px; */
        color: #091951;
        font-size: 12px;
        font-weight: 700;
        background-color: transparent;
        border: none;
        height: 100%;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        &.active {
            height: 100%;
            background-color: #4d6ab3;
            color: white;
        }
    }
}
/* End Navbar */

/* Start Content dashboard */
.item__content {
    display: flex;
    flex-flow: column nowrap;
    background-color: white;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 28px;

    .item__content__header {
        display: flex;
        align-items: center;
        justify-content: start;
        flex-flow: row nowrap;
        margin-bottom: 16px;
        gap: 16px;

        .icon__container {
            background-color: #fec649;
            /* width: 40px;
            height: 40px; */
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 8px;
            padding: 10px;
            svg {
                fill: #4d6ab3;
                width: 24px;
                height: 24px;
                path {
                    stroke: #4d6ab3;
                }
            }
        }

        p {
            font-size: 20px;
            font-weight: 700;
            color: #1b1c1c;
            margin: 0;
        }
    }

    .item__content__title {
        font-size: 48px;
        font-weight: 700;
        color: #4d6ab3;
        text-align: center;
        margin-bottom: 16px;
    }

    .item__content__footer {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: row nowrap;
        padding-top: 16px;
        border-top: 1px solid #e6e6e6b2;
    }

    .btn__view__list {
        background-color: #60c4b9;
        width: 100%;
        min-height: 40px;
        border-radius: 4px;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 10px;
        gap: 10px;
        span {
            color: white;
            font-size: 16px;
            font-weight: 700;
            text-transform: capitalize;
        }

        i {
            color: white;
        }
    }
}

/* End Content dashboard */

/* Start users page */

.dt-buttons.btn-group {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    /* .btn {
        background-color: #4d6ab3 !important;
        color: white !important;
        border: 1px solid #4d6ab3 !important;
    } */
    .btn-secondary {
        background-color: transparent !important;
        color: #4d6ab3 !important;
        border: 1px solid !important;
        width: fit-content !important;
        flex: none;
        border-radius: 4px !important;
        padding: 6.5px 5.5px;
        &:hover {
            box-shadow: none !important;
        }
        &:nth-of-type(1) {
            border-color: #4d6ab3 !important;
        }
        &:nth-of-type(2) {
            border-color: #ed2224 !important;
        }
        &:nth-of-type(3) {
            border-color: #1e6d41 !important;
        }
        &:nth-of-type(1):hover {
            background-color: #acbeec !important;
        }
        &:nth-of-type(2):hover {
            background-color: #e18282 !important;
        }
        &:nth-of-type(3):hover {
            background-color: #94d0ae !important;
        }
    }
}

.btn__pdf {
    width: fit-content !important;
    flex: none;
    border: 1px solid !important;

    border-radius: 4px !important;
    padding: 6.5px 5.5px;
    border-color: #ed2224 !important;
    background-color: transparent !important;
    &:hover {
        background-color: #e18282 !important;
    }
}
/* End users page */

/* Start Forms style */

.custom__form__container {
    background-color: white;
    padding: 20.5px 16px;
    border-radius: 8px;
    margin-bottom: 16px;

    .custom__form__container__header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-flow: row nowrap;
        gap: 16px;
        border-bottom: 1px solid #e4ecff;
        padding-bottom: 19.5px;
        margin-bottom: 16px;
        .custom__form__container__header__title {
            font-size: 18px;
            font-weight: 500;
            color: #101828;
            margin: 0;
        }
    }
    .custom__form__container__body {
        display: flex;
        flex-flow: column nowrap;
        gap: 16px;

        &.wrapper {
            padding: 16px;
            background-color: #f4f4f4;
            border-radius: 4px;
        }
        .inner__wrapper {
            padding: 8px 16px;
            /* background-color: #f4f4f4; */
            border-radius: 4px;
            border: 1px solid #435c9c66;
        }

        .custom__form__container__input {
            display: flex;
            flex-flow: column nowrap;
            gap: 2px;

            .custom__form__container__input__label {
                font-size: 14px;
                font-weight: 700;
                color: #37958a;
                margin: 0;
            }

            .required__label {
                color: #ed2224;
                font-size: 12px;
                font-weight: 700;
                margin: 0;
            }

            input,
            select,
            textarea {
                height: 48px;
                border-radius: 4px;
                border: 1px solid #acafaf;
                padding: 12px;
                font-size: 16px;
                color: #6e7272;
                &::placeholder {
                    text-transform: capitalize;
                    font-size: 16px;
                    color: #6e7272;
                }
                &:focus {
                    outline: none;
                    box-shadow: none;
                }
            }

            textarea {
                height: 80px;
            }
        }
    }

    .custom__form__container__footer {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-flow: row nowrap;
        gap: 16px;
    }
}

.custom__form__container__input {
    input[type="text"],
    input[type="file"] {
        height: 48px;
        border-radius: 4px;
        border: 1px solid #acafaf;
        padding: 12px;
        font-size: 16px;
        color: #6e7272;
        &::placeholder {
            text-transform: capitalize;
            font-size: 16px;
            color: #6e7272;
        }
        &:focus {
            outline: none;
            box-shadow: none;
        }
    }
}

.answer-item {
    /* border: 1px solid #435c9c66;
    padding: 8px 0px;
    margin: 8px 8px; */
}
input[type="date"] {
    position: relative;
    &::after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 12px;
        width: 24px;
        height: 24px;
        background-image: url("../../assets/images/icons/calendar.svg");
        background-color: white;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        pointer-events: none; /* Allows the input to remain clickable */
        cursor: pointer;
    }
}
input[type="time"] {
    position: relative;
    &::after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 12px;
        width: 24px;
        height: 24px;
        background-image: url("../../assets/images/icons/clock.svg");
        background-color: white;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        pointer-events: none; /* Allows the input to remain clickable */
        cursor: pointer;
    }
}
.btn__add {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    background-color: transparent !important;
    border: none;
    span {
        color: #4d6ab3;
        font-weight: 700;
        font-size: 16px;
    }
}

.select2-container--default .select2-selection--single {
    height: 48px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 40px;
}
input[type="file"] {
    display: flex;
    align-items: center;
    height: 48px;
}
input[type="file"]::file-selector-button {
    border: none;
    color: white;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 6px;
    border-radius: 4px;
    cursor: pointer;
    background-color: #4d6ab3;
    transition: 1s;
}

.profile {
    .profile__info {
        display: flex;
        flex-flow: column nowrap;
        gap: 16px;

        .profile__info__header__left {
            display: flex;
            flex-flow: row nowrap;
            align-items: center;
            gap: 16px;
            .profile__info__header__text {
                display: flex;
                flex-flow: column nowrap;
                gap: 8px;
                .profile__info__header__text__title {
                    font-size: 20px;
                    font-weight: 700;
                    color: #4d6ab3;
                    margin: 0;
                }
                .profile__info__header__text__subtitle {
                    font-size: 16px;
                    font-weight: 500;
                    color: #1b1c1c;
                    margin: 0;
                }
            }
        }

        .profile__info__header__right {
            background-color: #e2e6f1;
            padding: 16px;
            border-radius: 4px;
            font-size: 20px;
            font-weight: 700;
            color: #1b1c1c;
            height: 100%;
        }
    }

    .profile__contact {
        /* display: flex; */
        /* flex-flow: row wrap; */
        /* gap: 16px; */
        /* justify-content: space-between; */
        background-color: #4d6ab3;
        padding: 24px;
        border-radius: 4px;
        margin-top: 24px;
        .profile__contact__item {
            display: flex;
            align-items: center;
            gap: 10px;
            span {
                font-size: 20px;
                font-weight: 500;
                color: white;
            }
            i {
                color: #fec649;
                font-size: 20px;
            }
        }
    }

    .profile__info__cards {
        border-bottom: 1px solid #e4ecff;
        &:first-of-type {
            border-top: 1px solid #e4ecff;
        }

        .profile__info__cards__item {
            display: flex;
            flex-flow: column nowrap;
            gap: 8px;
            /* margin-bottom: 20px; */
            padding: 20px 0;
            .profile__info__cards__item__title {
                font-size: 18px;
                font-weight: 500;
                color: #101828;
                margin: 0;
            }
            .profile__info__cards__item__subtitle {
                font-size: 16px;
                font-weight: 400;
                color: #1b1c1c;
                margin: 0;
            }
        }
    }
}
/* End Forms style */

/* START Style FOR SWITCH INPUT */
/* The switch - the box around the slider */
.switch {
    font-size: 17px;
    position: relative;
    display: inline-block;
    width: 54px;
    height: 22px;

    /* Hide default HTML checkbox */
    input {
        opacity: 1;
        width: 0;
        height: 0;
    }

    /* The slider */
    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0px;
        background: #434a47;
        transition: 0.4s;
        border-radius: 30px;
        border: 1px solid #ccc;
    }

    .slider::before {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        border-radius: 16px;
        left: 1.2px;
        left: 2.5px;
        top: 3.5px;
        bottom: 0;
        background-color: white;
        box-shadow: 0 2px 5px #999999;
        transition: 0.4s;
    }

    input:checked + .slider {
        background-color: #25a96c;
        border: 1px solid transparent;
    }

    input:checked + .slider:before {
        transform: translateX(2.4em);
    }
}

/* END Style FOR SWITCH INPUT */

/* Custom select arrow styles */
/* select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%234D6AB3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 14px;
    padding-right: 40px !important;
}

select::-ms-expand {
    display: none;
} */

.radio__container {
    display: flex;
    flex-flow: row wrap;
    gap: 16px;
    align-items: center;

    .radio__item {
        display: flex;
        align-items: center;
        gap: 2px;
        cursor: pointer;
        input[type="radio"] {
            /* height: 16px !important; */
            /* accent-color: white; Custom fill color */
            appearance: none; /* Remove native styles */
            width: 18px !important;
            height: 18px !important;
            border: 1.5px solid #6e7272; /* Custom border */
            border-radius: 50% !important; /* Make it round */
            /* display: inline-block; */
            position: relative;
            padding: 0;
            cursor: pointer;
            /* background-color: green ; */
            &:checked {
                background-color: white; /* Custom fill color */
                border-color: #60c4b9; /* Border color when checked */

                &::after {
                    content: "";
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    width: 12px;
                    height: 12px;
                    background-color: #60c4b9;
                    border-radius: 50%;
                }
            }
        }

        label {
            font-size: 16px;
            font-weight: 400;
            color: #122a40;
        }
    }
}

.active__label {
    background-color: #d2ffe4 !important;
    font-weight: 500;
    padding: 2px 8px 2px 20px !important;
    width: fit-content;
    border-radius: 30px;
    position: relative;
    span {
        font-size: 12px;
        color: #037847 !important;
    }
    &::after {
        content: "";
        position: absolute;
        width: 6px;
        height: 6px;
        background-color: #14ba6d;
        border-radius: 50%;
        left: 8px;
        top: 50%;
        transform: translateY(-50%);
    }
}

.inactive__label,
.failed__label {
    background-color: #ffd2d2 !important;
    font-weight: 500;
    padding: 2px 8px 2px 20px !important;
    width: fit-content;
    border-radius: 30px;
    position: relative;
    span {
        font-size: 12px;
        color: #b82121 !important;
    }
    &::after {
        content: "";
        position: absolute;
        width: 6px;
        height: 6px;
        background-color: #ff6565;
        border-radius: 50%;
        left: 8px;
        top: 50%;
        transform: translateY(-50%);
    }
}
.passed__label {
    background-color: #03784733 !important;
    font-weight: 500;
    padding: 2px 8px 2px 20px !important;
    width: fit-content;
    border-radius: 30px;
    position: relative;
    span {
        color: #037847 !important;
        font-size: 12px;
    }
    &::after {
        content: "";
        position: absolute;
        width: 6px;
        height: 6px;
        background-color: #037847;
        border-radius: 50%;
        left: 8px;
        top: 50%;
        transform: translateY(-50%);
    }
}
.no-Participate__label {
    background-color: #2156b833 !important;
    font-weight: 500;
    padding: 2px 8px 2px 20px !important;
    width: fit-content;
    border-radius: 30px;
    position: relative;
    span {
        font-size: 12px;
        color: #2156b8 !important;
    }
    &::after {
        content: "";
        position: absolute;
        width: 6px;
        height: 6px;
        background-color: #2156b8;
        border-radius: 50%;
        left: 8px;
        top: 50%;
        transform: translateY(-50%);
    }
}

.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
    width: 100%;
}
.iti__country-container {
    background-color: #4d6ab3;
    z-index: 10;
    padding-inline: 5px;
    .iti__selected-dial-code {
        color: white;
    }
}

.quiz__score__container {
    margin: 24px 0 8px 0;
    display: flex;
    justify-content: center;
    .quiz__score {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        border: 2px solid;
        border-radius: 8px;
        width: fit-content;
        padding: 25px 10px;
        color: green;
        p {
            font-size: 64px;
            font-weight: 400;
            color: green;
            margin: 0;
        }

        &.passed__score {
            background-color: #14ba6d33;
            border-color: #14ba6d;
            p {
                color: #14ba6d;
            }
        }
        &.failed__score {
            background-color: #b8212133;
            border-color: #b82121;
            p {
                color: #b82121;
            }
        }
    }
}

.quiz__answers__items {
    display: flex;
    flex-flow: column nowrap;
    gap: 16px;
    padding: 16px;
    p {
        margin: 0;
    }
    .quiz__answers__items__item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px;
        .quiz__answers__items__item__content {
            display: flex;
            /* align-items: center; */
            flex-flow: column nowrap;
            gap: 12px;

            .quiz__answers__items__item__question,
            .quiz__answers__items__item__answer {
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 8px;
                font-size: 16px;
                font-weight: 400;
                color: #000000;

                .quiz__answers__items__item__question__title,
                .quiz__answers__items__item__answer__title {
                    display: flex;
                    align-items: center;
                    gap: 4px;
                    p:first-child {
                        font-weight: 700;
                    }
                }
            }
        }
        .quiz__answers__items__item__question__sign i,
        .quiz__answers__items__item__answer__sign i {
            font-weight: 700;
            font-size: 50px;
        }

        &.failed__answer {
            background-color: #b8212133;
            border-radius: 8px;
            border: 2px solid #b82121;

            i {
                color: #b82121;
            }
        }

        &.passed__answer {
            background-color: #14ba6d33;
            border-radius: 8px;
            border: 2px solid #14ba6d;
            i {
                color: #14ba6d;
            }
        }
    }
}

.profile__contact {
    display: grid !important;
    gap: 16px; /* Adjust spacing between cards */
}

@media (min-width: 1024px) {
    /* Large screens */
    .profile__contact {
        grid-template-columns: repeat(4, 1fr); /* 4 cards */
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    /* Tablets */
    .profile__contact {
        grid-template-columns: repeat(2, 1fr); /* 2 cards */
    }
}

@media (max-width: 767px) {
    /* Small screens */
    .profile__contact {
        grid-template-columns: 1fr; /* 1 card */
    }
}

/* General RTL Support */
body:lang(ar) {
    direction: rtl;
    text-align: right;
}

/* Navbar RTL Adjustments */
body:lang(ar) .navbar-nav,
body:lang(ar) .nav {
    padding-left: 0; /* Padding-right should be switched to padding-left for RTL */
    padding-right: unset;
}

/* Margin Auto Adjustments */
body:lang(ar) .ml-auto {
    margin-left: auto !important;
    margin-right: unset !important;
}

body:lang(ar) .mr-auto {
    margin-right: auto !important;
    margin-left: unset !important;
}

/* Add more RTL-specific styles as needed */

/* RTL for before  */
[dir="rtl"] table.dataTable thead .sorting:before,
[dir="rtl"] table.dataTable thead .sorting_asc:before,
[dir="rtl"] table.dataTable thead .sorting_desc:before {
    padding-right: 0 !important;
    right: 5px !important;
}

.login__page {
    position: relative;
    height: 100vh;
    z-index: 1;
    background: linear-gradient(
        90deg,
        rgba(33, 46, 77, 1) 0%,
        rgba(77, 106, 179, 1) 48%,
        rgba(33, 46, 77, 1) 100%
    );

    &::after {
        content: "";
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        background-image: url("../images/login-background.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        z-index: -1;
    }

    .login__page__inner {
        padding: 24px;
        background-color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column nowrap;
        gap: 16px;
        border-radius: 8px;
        width: 100%;
        .login__page__inner__title {
            font-size: 24px;
            font-weight: 700;

            color: #4d6ab3;
        }

        .login__page__inner__subtitle {
            font-size: 16px;
            font-weight: 400;
            color: #1b1c1c;
            align-self: flex-start;
        }
    }
}

.question-item {
    background-color: #f4f4f4;
    padding: 16px;
    border-radius: 4px;
}

/* START SPINNER STYLE */

.loader__container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #f4f4f4;
    overflow: hidden;

    display: none;

    &.active {
        display: block;
    }
}
.dot-spinner {
    --uib-size: 2.8rem;
    --uib-speed: 0.9s;
    --uib-color: #183153;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: var(--uib-size);
    width: var(--uib-size);
}

.dot-spinner__dot {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
}

.dot-spinner__dot::before {
    content: "";
    height: 20%;
    width: 20%;
    border-radius: 50%;
    background-color: var(--uib-color);
    transform: scale(0);
    opacity: 0.5;
    animation: pulse0112 calc(var(--uib-speed) * 1.111) ease-in-out infinite;
    box-shadow: 0 0 20px rgba(18, 31, 53, 0.3);
}

.dot-spinner__dot:nth-child(2) {
    transform: rotate(45deg);
}

.dot-spinner__dot:nth-child(2)::before {
    animation-delay: calc(var(--uib-speed) * -0.875);
}

.dot-spinner__dot:nth-child(3) {
    transform: rotate(90deg);
}

.dot-spinner__dot:nth-child(3)::before {
    animation-delay: calc(var(--uib-speed) * -0.75);
}

.dot-spinner__dot:nth-child(4) {
    transform: rotate(135deg);
}

.dot-spinner__dot:nth-child(4)::before {
    animation-delay: calc(var(--uib-speed) * -0.625);
}

.dot-spinner__dot:nth-child(5) {
    transform: rotate(180deg);
}

.dot-spinner__dot:nth-child(5)::before {
    animation-delay: calc(var(--uib-speed) * -0.5);
}

.dot-spinner__dot:nth-child(6) {
    transform: rotate(225deg);
}

.dot-spinner__dot:nth-child(6)::before {
    animation-delay: calc(var(--uib-speed) * -0.375);
}

.dot-spinner__dot:nth-child(7) {
    transform: rotate(270deg);
}

.dot-spinner__dot:nth-child(7)::before {
    animation-delay: calc(var(--uib-speed) * -0.25);
}

.dot-spinner__dot:nth-child(8) {
    transform: rotate(315deg);
}

.dot-spinner__dot:nth-child(8)::before {
    animation-delay: calc(var(--uib-speed) * -0.125);
}

@keyframes pulse0112 {
    0%,
    100% {
        transform: scale(0);
        opacity: 0.5;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }
}

/* END SPINNER STYLE */

.dataTables_info {
    display: none;
}

.pagination .page-item.next .page-link {
    &:lang(ar)::after {
        transform: rotate(180deg);
    }
}

.pagination .page-item.prev .page-link,
.pagination .page-item.previous .page-link {
    &:lang(ar)::before {
        transform: rotate(180deg);
    }
}
