body {

    background: #f5f5f5;

    font-family: 'Cairo', sans-serif;

    direction: rtl;

    text-align: right;
}





.card {

    border-radius: 18px;

    overflow: hidden;
}





.btn {

    border-radius: 12px;

    font-weight: 600;
}





.trigger-btn {

    height: 55px;

    font-size: 18px;
}





.notification-box {

    background: #fff3cd;

    border: 1px solid #ffe69c;

    color: #856404;

    padding: 15px 20px;

    border-radius: 15px;

    margin-bottom: 25px;

    min-height: 60px;

    display: flex;

    align-items: center;

    font-size: 18px;

    font-weight: 600;

    overflow: hidden;
}





.table {

    font-size: 14px;
}





.sidebar-btn {

    width: 100%;

    text-align: right;

    margin-bottom: 10px;
}





@media (max-width: 768px) {

    .container,
    .container-fluid {

        padding-left: 10px !important;

        padding-right: 10px !important;
    }





    .card-body {

        padding: 15px;
    }





    .trigger-btn {

        height: 60px;

        font-size: 20px;
    }





    h2,
    h3,
    h4 {

        font-size: 22px;
    }





    .table {

        font-size: 12px;
    }





    .btn {

        font-size: 14px;
    }





    .sidebar-mobile {

        overflow-x: auto;

        white-space: nowrap;

        padding-bottom: 10px;
    }





    .sidebar-mobile .btn {

        display: inline-block;

        width: auto;

        margin-left: 5px;
    }
}