@import url(https://fonts.bunny.net/css?family=Nunito);

.login-section,
body,
html {
    height: 100%;
    width: 100%
}

.login-section {
    background-image: url(/images/login-bg.jpg?cc1e3bb23021cc3c049616582536cf30);
    background-repeat: no-repeat;
    background-size: cover
}

.login-card {
    margin-top: 200px
}

.login-card input {
    text-align: right
}

.content {
    margin-top: 50px;
    padding-bottom: 50px
}

.nav-link {
    color: #000 !important;
    font-size: 14px;
    margin-right: 35px
}

.nav-link.active {
    border-bottom: 2px solid;
    color: #3588dc !important;
    font-weight: 700
}

.link-card {
    aspect-ratio: 1/1;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .5);
    cursor: pointer;
    height: auto;
    padding: 25px 5px;
    text-align: center;
    width: 100%
}

.link-card h2 {
    color: #00a924;
    font-size: 55px
}

.link-card p {
    font-size: 22px;
    font-size: bold;
    max-width: 100%
}

.form-outline input {
    text-align: right
}

select {
    border: 1px solid rgba(0, 0, 0, .3) !important
}

.border-red-0 {
    border-radius: 0 !important
}

.sidebar-overlay {
    background-color: rgba(0, 0, 0, .3);
    display: none;
    left: 0;
    top: 0;
    transition: all .3s;
    width: 100%;
    z-index: 9
}

.sidebar,
.sidebar-overlay {
    height: 100%;
    position: fixed
}

.sidebar {
    background-color: #fff;
    box-shadow: -8px 0 100px rgba(0, 0, 0, .5);
    display: flex;
    flex-direction: column;
    padding: 5px;
    transition: 4s ease-in-out;
    width: 300px
}

.sidebar-overlay.show {
    display: block
}

.sidebar-overlay.show .sidebar {
    right: 0
}

.sidebar .sidebar-head {
    height: 10%
}

.sidebar-head h6 {
    color: #6a0b86;
    font-weight: 700;
    text-align: center
}

.close-btn {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 50%;
    color: red;
    height: 40px;
    outline: none;
    text-align: center;
    transition: .4s;
    width: 40px
}

.close-btn:hover {
    background-color: #ebebeb
}

.sidebar .sidebar-body {
    height: 70%;
    overflow-y: scroll
}

.sidebar .sidebar-footer {
    height: 20%;
    padding: 15px 0
}

.sidebar-body::-webkit-scrollbar {
    width: 5px
}

.sidebar-body::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: inset 0 0 5px grey
}

.sidebar-body::-webkit-scrollbar-thumb {
    background: #4e4e4e;
    border-radius: 10px
}

.sidebar-body::-webkit-scrollbar-thumb:hover {
    background: #8f8f8f
}

[v-cloak] {
    display: none
}

.header2 {
    padding: 10px;
    text-align: center
}

.status-card {
    aspect-ratio: 1/1;
    border-radius: 5px;
    box-shadow: 3px 2px 15px rgba(0, 0, 0, .4);
    height: auto;
    margin-bottom: 20px;
    padding: 25px 5px;
    text-align: center;
    width: 100%
}

.status-card h6 {
    color: #fff;
    font-size: 20px
}

.status-card p {
    color: #fff;
    font-size: 18px;
    font-weight: 700
}



  .mobile-nav {
    background: purple;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 999;
    padding: 10px 0;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.bloc-icon {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-grow: 1;
    text-align: center;
    color: white;
    position: relative;
}

.bloc-icon i {
    font-size: 24px;
    color: white;
}

.bloc-icon p {
    font-size: 12px;
    margin: 0;
}

.home-icon-container {
    position: relative;
    top: -30px; /* رفع الأيقونة الرئيسية للأعلى */
}

.home-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-icon-circle {
    width: 70px;
    height: 70px;
    background-color: purple;
    border: 4px solid white; /* الحدود البيضاء */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    color: white;
}

.home-icon-circle i {
    font-size: 36px;
    color: white;
}

.notification-badge {
    position: absolute;
    top: -5px;
    right: 10px;
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 2px 5px;
    font-size: 10px;
}

.hidden-mobile {
    display: none;
}

@media screen and (min-width: 600px) {
    .mobile-nav {
        display: none;
    }
    .hidden-mobile {
        display: block;
    }
}


.banner-thumb {
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100px
}

.banner-img {
    width: 100%
}

.banner-img img {
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}