body {
    font-family: 'Cairo', sans-serif;
    background-color: #f5f8fa;
}

.card {
    height: 100%;
    border-radius: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.btControl {
    justify-content: space-evenly;
}

.backBlock {
    color: red;
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000000cc;
    z-index: 9999999999;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.WalletsDelete {
    margin-top: 10px;
    justify-content: space-around;
}

.btControl a {
    color: white;
    border: none !important;
}

.backBlock div {
    margin-bottom: 20px;
    border: 1px solid black;
    padding: 10px 40px;
    border-radius: 5px;
    background-color: white;
    font-size: 24px;
    font-weight: bold;
}

.backBlock a {
    border: none;
    background-color: white;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

.login-box {
    background-color: white;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 450px;
}

.form-control {
    border-radius: 12px;
}

.login-title {
    text-align: center;
    margin-bottom: 1rem;
}

.social-btn {
    width: 100%;
    margin-top: 10px;
    border-radius: 12px;
}

.social-btn i {
    margin-left: 8px;
}

.forgot-link {
    display: block;
    margin-top: 0.5rem;
    text-align: left;
    color: #007bff;
    font-size: 0.9rem;
}

.brand-name {
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    color: #2c3e50;
}

@media (max-width: 576px) {
    .login-box {
        margin: 35px 10px;
        padding: 0.5rem;
    }
}

.deProCon.showModalBtn {
    cursor: pointer;
    background-color: #88c9f529;
    margin: 2px;
    border: 1px solid #0000001f;
    border-radius: 5px;
    transition: 0.5s ease;
}

.deProCon.showModalBtn:hover {
    background-color: #88c9f563;
}

.header {
    background: #fff;
    padding: 15px 30px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.section-title {
    font-weight: bold;
    font-size: 1.25rem;
    margin: 30px 0 15px;
}

.nav-buttons .btn {
    border-radius: 2rem;
}

.deProCon {
    margin-bottom: 5px;
    padding: 5px;
    border-bottom: 1px solid #0000001f;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#users .card {
    text-align: center;
}

.form-control {
    direction: rtl;
}

.state {
    margin-bottom: 10px;
}

.quick-action {
    cursor: pointer;
    transition: 0.3s;
}

.quick-action:hover {
    background-color: #e9ecef;
}

.modal input {
    margin-bottom: 10px;
}

.section-title {
    font-weight: bold;
    font-size: 1.2rem;
    margin: 20px 0 10px;
}

#system-status {
    position: relative;
    overflow: hidden;
    color: white;
    padding: 0.5rem 1rem;
}

/* الشريط المتحرك */
.status-active::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    /* شريط تعبئة أفتح */
    animation: loadPulse 2s infinite;
    width: 0%;
    z-index: 0;
}

/* جعل النص فوق الشريط */
.status-active {
    position: relative;
    z-index: 1;
}

/* حركة الشريط */
@keyframes loadPulse {
    0% {
        width: 0%;
    }

    50% {
        width: 100%;
    }

    100% {
        width: 0%;
    }
}

@media (max-width: 480px) {
    p {
        font-size: 14px !important;
    }

    h4 {
        font-size: 20px !important;
    }

    h6 {
        margin: 0;
        font-size: 18px !important;
    }

    a,
    label,
    input,
    button,
    div {
        font-size: 16px !important;
    }

    .brand-name {
        font-size: 20px !important;
    }

    .login-box {
        margin: 35px 20px;
    }

    hr {
        margin: 10px 0;
    }

    .mt-3 {
        margin-top: 0rem;
    }

    /*.social-btn,*/
    /*.form-control {*/
    /*    padding: 5px 10px;*/
    /*}*/

    h5 {
        text-align: center;
        font-size: 18px;
        margin: 0;
    }

    .p-3 {
        padding: 10px !important;
    }

    a.btn.btn-outline-danger {
        padding: 5px;
    }

    .header {
        padding: 10px 12px;

    }

    .mb-5 {
        margin-bottom: 30px !important;
    }

    .mb-4 {
        margin-bottom: 30px !important;
    }






}
