/****************** Dashboard Page Style ****************/

.dashboard_header_parent {
    
    direction: rtl;
    box-shadow: 0 3px 5px 1px rgba(115, 102, 255, 0.1) !important;
    border: 1px solid #eee;

}


.dashboard_header_parent .hold-parent {

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dashboard_header_parent .dashboard_logo {

    width: 180px;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}



.dashboard_header_parent .navbar {

    width: 100%;
}


.dashboard_header_parent .navbar .parent-ul {

    display: flex;
    align-items: center;
}


.dashboard_header_parent .navbar .parent-ul li {

    margin: 0 1rem;
}


.dashboard_header_parent .navbar .parent-ul .custom-li .dropdown-toggle::after {

    display: none;
}

.dashboard_header_parent .navbar .parent-ul .custom-li {

    position: relative;
}

.dashboard_header_parent .navbar .parent-ul a{

    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
}


.dashboard_header_parent .navbar .parent-ul a img {

    width: 23px;
    height: 23px;
    margin-left: 0.5rem;
}


.dashboard_header_parent .navbar .parent-ul a span {

    font-family: "Rubik";
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-family: "Rubik";
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
}


.dashboard_header_parent .left .user-img {

    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #ccc;
}

.dashboard_header_parent .left button {

    border: none;
}

.dashboard_header_parent .left .dropdown-toggle::after {

    display: none !important;
}


.dashboard_header_parent .left .user-drop {

    direction: rtl;
    text-align: right;
}


.dashboard_header_parent .left .user-drop li {

    margin: 0.5rem 0;
}

.dashboard_header_parent .left .user-drop li a {

    display: flex;
    align-items: center;
    font-family: "Rubik";
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    display: flex;
    align-items: center;

}


.dashboard_header_parent .left .user-drop li a img {

    width: 20px;
    height: 20px;
    margin-left: 5px;
}


.dashboard-parent {

    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2rem;
    direction: rtl;
}

.dashboard-parent .card {

    width: 22%;
    border-radius: 10px;
    box-shadow: 0 3px 5px 1px rgba(115, 102, 255, 0.1) !important;
    border: 1px solid #eee;
}


.dashboard-parent .card .img {

    width: 30px;
    height: 30px;
    display: block;
    margin:2rem auto 0 auto;
}


.dashboard-parent .card .title {

    text-align: center;
    margin-top: 0.5rem;
    align-items: center;
    font-family: "Rubik";
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;

}


.dashboard-parent .card .number {

    text-align: center;
    align-items: center;
    font-family: "Rubik";
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 2rem;
}


.dashboard-table {

    margin: 3rem 0;
    box-shadow: 0 3px 5px 1px rgba(115, 102, 255, 0.1) !important;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 2rem 2rem 1rem 2rem;
    direction: rtl;
}


.dashboard-table .title {

    margin-bottom: 1rem;
    font-family: "Rubik";
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
}


.dashboard-table table {

    text-align: center;
}


.dashboard-table table th {

    font-family: "Rubik";
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    padding: 0.7rem;
    background-color: #f12950;
    color: #fff;

}


.dashboard-table table td {

    font-family: "Rubik";
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  
}

/****************** Dashboard Page Style ****************/

/****************** Admin Profile Page Style ****************/

.admin-profile-parent {

    direction: rtl;
    box-shadow: 0 3px 5px 1px rgba(115, 102, 255, 0.1) !important;
    border: 1px solid #eee;
    margin-top: 2rem;
    padding: 2rem 1rem;
}


.admin-profile-parent .title {

    text-align: center;
    font-family: "Rubik";
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
}


.admin-profile-parent .edit-img-btn {

    display: flex;
    justify-content: center;
    margin-top: 2rem;
}



.admin-profile-parent .image-container {

    text-align: center;
    margin-top: 0.5rem;
}


.admin-profile-parent form {

    width: 65%;
    margin: auto;
} 


.admin-profile-parent form .admin_full_name {

    margin: 1rem 0;
}


.admin-profile-parent form .admin_full_name label, .admin-profile-parent form .admin_phone label{

    font-family: "Rubik";
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 0.5rem;
}


.admin-profile-parent form .admin_full_name input {

    box-shadow: 0 3px 5px 1px rgba(115, 102, 255, 0.1) !important;
    border: 1px solid #eee;
    padding: 1rem 1rem 1rem 2rem;
    border-radius: 10px;
}


.admin-profile-parent form .admin_phone .PhoneInputCountrySelectArrow {

    display: none;
}


.admin-profile-parent form #phone {

    box-shadow: none !important;
    border: none !important;
    outline: none !important;
}



.admin-profile-parent form .save {

    background-color: #f12950 !important;
    color: #fff;
    padding: 0.7rem 1.5rem;
    border-radius: 10px;
    font-family: "Rubik";
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings: "slnt" 0;
    margin-top: 2rem;
}

/****************** Admin Profile Page Style ****************/


/****************** Admin Users Page Style ****************/

.admin-users-parent {

    direction: rtl;
    box-shadow: 0 3px 5px 1px rgba(115, 102, 255, 0.1) !important;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-top: 3rem;
    padding: 2rem 2rem 1rem 2rem;
}


.admin-users-parent .title {

    margin-bottom: 1rem;
    font-family: "Rubik";
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
}



.admin-users-parent table {

    text-align: center;
}


.admin-users-parent table th {

    font-family: "Rubik";
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    padding: 0.7rem;
    background-color: #f12950;
    color: #fff;

}


.admin-users-parent table td {

    font-family: "Rubik";
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  
}


.admin-users-parent table .btn-action {

    background-color: #f12950;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    font-family: "Rubik";
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    margin: 0 0.5rem;
}


.admin-users-parent .admin-empty {

    margin: 4rem 0;
    
}


.admin-users-parent .admin-empty p {

    font-family: "Rubik";
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    margin-top: 1rem;
}

.admin-users-parent .admin-empty img {

    width: 60px;
    height: 60px;
    display: block;
    margin: auto;
}

/****************** Admin Users Page Style ****************/


/****************** Admin Edit User Page Style ****************/

.admin-edit-user {

    direction: rtl;
    box-shadow: 0 3px 5px 1px rgba(115, 102, 255, 0.1) !important;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 2rem 2rem 1rem 2rem;
    margin-top: 3rem;
    padding: 2rem 2rem 1rem 2rem;
}


.admin-edit-user .title {

    margin-bottom: 1rem;
    font-family: "Rubik";
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
}


.admin-edit-user .user_img {

    text-align: center;
    margin-bottom: 1rem;
}


.admin-edit-user form {

    width: 60%;
    margin:0 auto 2rem auto;
}


.admin-edit-user form .form-group {

    margin-top: 1rem;
}


.admin-edit-user form .form-group label{

    font-family: "Rubik";
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 0.5rem;
}


.admin-edit-user form .form-group input,  .admin-edit-user form .form-group #type, .admin-edit-user form .form-group textarea{

    padding: 1rem;
    font-family: "Rubik";
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings: "slnt" 0;
    font-size: 18px;
    box-shadow: 0 3px 5px 1px rgba(115, 102, 255, 0.1) !important;
    border: 1px solid #ccc;
}


.admin-edit-user form .form-group #type {

    padding-right: 2rem;
}


.admin-edit-user form .save {

    background-color: #f12950;
    color: #fff;
    padding: 0.8rem 1.5rem;
    border: none;
    border-radius: 10px;
    font-family: "Rubik";
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "slnt" 0;
    margin-top: 2rem;

}

/****************** Admin Edit User Page Style ****************/


/****************** Admin User Statistics Page Style ****************/

.admin-user-statistics-parent {

    direction: rtl;
    box-shadow: 0 3px 5px 1px rgba(115, 102, 255, 0.1) !important;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-top: 3rem;
    padding: 2rem 2rem 1rem 2rem;
}


.admin-user-statistics-parent .heading {

    margin-bottom: 1rem;
    font-family: "Rubik";
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
}


.admin-user-statistics-parent .top-statistics-holder {

    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
}


.admin-user-statistics-parent .top-statistics-holder .img-holder {

    display: flex;
    justify-content: center;
    margin-right: 2rem;
    margin-bottom: 1rem;
}



.admin-user-statistics-parent .top-statistics-holder .user-img {

    width: 100px;
    height: 100px;
    border-radius: 50%;
   
}


.admin-user-statistics-parent .top-statistics-holder .title {

    font-family: "Rubik";
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    text-align: center;
}


.admin-user-statistics-parent .top-statistics-holder .par {

    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2rem;
    flex-wrap: wrap;
}


.top-statistics-holder .par-top {

    text-align: center;
    margin-top: 1rem;
}


.top-statistics-holder .par-top button {

    background-color: #f12950 !important;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    font-family: "Rubik";
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    margin-top: 1rem;
}

.top-statistics-holder .par p, .top-statistics-holder .par-top p {

    font-family: "Rubik";
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;

}


.admin-user-statistics-parent .statistics {

    margin-bottom: 1rem;
}

.admin-user-statistics-parent .statistics .par {

    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.statistics .par p {
    font-family: "Rubik";
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
}


.admin-user-statistics-modal {

    direction: rtl;
}


.admin-user-statistics-modal .title {

    text-align: center;
    font-family: "Rubik";
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 17px;

}


.admin-user-statistics-modal form {

    margin-top: 1rem;
}


.admin-user-statistics-modal form label {

    font-family: "Rubik";
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 0.5rem;
}


.admin-user-statistics-modal form input {

    box-shadow: 0 3px 5px 1px rgba(115, 102, 255, 0.1) !important;
    border: 1px solid #eee;
    padding: 1rem;
    border-radius: 10px;
}


.admin-user-statistics-modal form .actions {

    margin-top: 2rem;
}


.admin-user-statistics-modal form .save {

    background-color: #f12950 !important;
    color: #fff;
    padding: 0.7rem 1.5rem;
    border-radius: 10px;
    font-family: "Rubik";
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}


.admin-user-statistics-modal form .cancel {

    background-color: #e0e0e0;
    color: #000;
    margin-right: 1rem;
    padding: 0.7rem 1.5rem;
    border-radius: 10px;
    font-family: "Rubik";
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings: "slnt" 0;

}


.admin-user-statistics-parent-videos {

    direction: rtl;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-shadow: 0 3px 5px 1px rgba(115, 102, 255, 0.1) !important;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding: 2rem 2rem 1rem 2rem;
    justify-content: space-between;
}


.admin-user-statistics-parent-videos {
    margin-top: 30px;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.videos-heading {
    color: #333;
    margin-bottom: 20px;
    font-size: 1.5rem;
    border-bottom: 2px solid #007bff;
    padding-bottom: 10px;
}

.videos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    width: 100%;
    margin-bottom: 1rem;
}

.video-card {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    border: 1px solid #e9ecef;
    width: 100%;
}

.video-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}

.video-title {
    font-size: 1rem;
    color: #333;
    margin: 0;
    flex: 1;
    margin-right: 10px;
}

.video-date {
    font-size: 0.8rem;
    color: #6c757d;
    white-space: nowrap;
}

.video-stats {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #dee2e6;
}

.stat-item {
    font-size: 0.8rem;
    color: #495057;
}

/* تحسينات للسلايدر */
.video-slider-container {
    border: 1px solid #dee2e6;
}

.main-video-swiper .swiper-button-next,
.main-video-swiper .swiper-button-prev {
    color: white;
    background: rgba(0,0,0,0.5);
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.main-video-swiper .swiper-button-next:after,
.main-video-swiper .swiper-button-prev:after {
    font-size: 14px;
}

.main-video-swiper .swiper-pagination-fraction {
    background: rgba(0,0,0,0.5);
    color: white;
    padding: 2px 8px;
    border-radius: 10px;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
}

/****************** Admin User Statistics Page Style ****************/


/****************** Admin Content Reports Page Style ****************/

.content-reports-parent {

    direction: rtl;
    box-shadow: 0 3px 5px 1px rgba(115, 102, 255, 0.1) !important;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-top: 3rem;
    padding: 2rem 2rem 1rem 2rem;

}



.content-reports-parent .title {

    margin-bottom: 1rem;
    font-family: "Rubik";
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
}


.content-reports-parent table {

    text-align: center;
}


.content-reports-parent table th {

    font-family: "Rubik";
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    padding: 0.7rem;
    background-color: #f12950;
    color: #fff;
}


.content-reports-parent table td {
    font-family: "Rubik";
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}


.content-reports-dropdown {

    direction: rtl !important;
    text-align: right !important;
}


.content-reports-dropdown li {

    cursor: pointer;
}


.send-notification-form label{

    font-family: "Rubik";
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 0.5rem;
}


.send-notification-form textarea {

    box-shadow: 0 3px 5px 1px rgba(115, 102, 255, 0.1) !important;
    border: 1px solid #eee;
    padding: 1rem 1rem 1rem 2rem;
    border-radius: 10px;
}

/****************** Admin Content Reports Page Style ****************/


.no_reports_found {

    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 3rem;
    padding-top: 3rem;

}


.no_reports_found p {

    font-family: "Rubik";
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 17px;
    margin-top: 1rem;
}

.no_reports_found img{

    width: 60px;
    height: 60px;
}


/* Wallet Transactions Details Page */

.header-transactions-details {

    display: flex;
    justify-content: center;
    align-items: center;
}


.header-transactions-details img {

    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0 3px 5px 1px rgba(115, 102, 255, 0.1) !important;
    border: 1px solid #eee;
}


.transactions-user-details {

    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2rem;
    margin-bottom: 1rem;
}


.transactions-user-details p {

    font-family: "Rubik";
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;

}


.transactions-details {

    margin-top: 4rem;
}


.transactions-details #home-tab, .transactions-details #profile-tab {
    font-family: "Rubik";
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 17px;
    color: #000;
}


.transactions-details #myTab .active {
    background-color: #f12950 !important;
    color: #fff !important;
}
/* Wallet Transactions Details Page */