﻿.page-link {
    display: flex !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
    height: 1.85rem !important;
    min-width: 1.85rem !important;
    padding: 0.5rem !important;
    font-size: 1.1rem !important;
    line-height: 0.825rem !important;
    border-radius: 4px !important;
    border-width: 0px !important;
    width: auto !important;
}

.breadcrumb-separator {
    display: inline-block;
    padding-right: 0.5rem;
    color: inherit;
    content: "-";
}

.container-xxl {
    max-width: 95% !important;
}

.header-fixed[data-kt-sticky-header=on] .header {
    background-color: var(--bs-primary);
}

.media-item-container {
    position: relative;
}


.media-item-button-delete {
    position: absolute;
    top: 15px;
    right: 15px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    color: var(--bs-primary)
}

.no-media-container {
    text-align: center;
}

.modal-backdrop {
    z-index: 111;
}

.actions-contianer {
    text-align: right;
}

.media-title {
    background-color: inherit; /* Default background color */
    transition: background-color 0.3s; /* Optional: for smooth color transition */
    cursor: pointer;
    padding: 5px
}

    .media-title:hover {
        background-color: #eeeeee; /* Background color on hover */
    }

.text-dir-left{
    direction:ltr;
    text-align:left;
}

.text-dir-right {
    direction: rtl;
    text-align: right;
}

.dataTable th,
.dataTable td {
    vertical-align: middle;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border-radius: 0.25rem;
    padding: 0.5rem 1rem;
    margin: 0 0.2rem;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
}



.menu-sub.menu-sub-accordion {
    background-color: #e1e9ee !important;
}

.w-130px {
    width: 130px !important;
}


.aside {
    display: flex;
    flex-direction: column;
    background-color: #F1F6F9;
    padding: 0;
}

.header .header-brand {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F1F6F9;
}

.aside-menu .menu .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, .aside-menu .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
    color: #0d0e12;
}

.aside-menu .menu .menu-item.hover .menu-arrow:after, .aside-menu .menu .menu-item:hover .menu-arrow:after {
    background-color: #212a3e !important;
}

.aside-menu .menu .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-arrow, .aside-menu .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-arrow {
    color: #0d0e12;
}

.aside-menu .menu .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon, .aside-menu .menu .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon, .aside-menu .menu .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon i, .aside-menu .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon, .aside-menu .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon, .aside-menu .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i {
    color: #0d0e12;
}

.aside-menu .menu .menu-item.show > .menu-link .menu-icon, .aside-menu .menu .menu-item.show > .menu-link .menu-icon .svg-icon, .aside-menu .menu .menu-item.show > .menu-link .menu-icon i {
    color: #0d0e12;
}

.menu-item.menu-accordion.active.show .menu-link .menu-title {
    color: #0d0e12;
}

/* Solve bullet issue */
.aside-menu
.menu
.menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here)
.menu-bullet
.bullet,
.aside-menu
.menu
.menu-item:not(.here)
.menu-link:hover:not(.disabled):not(.active):not(.here)
.menu-bullet
.bullet {
    /* Note: use main color here */
    background-color: #001f60;
}

/* **************************************************************  */
/*                   Ahmad: End New Styles                         */
/* **************************************************************  */

.menu-item.menu-accordion.active.show .menu-arrow {
    color: #0d0e12;
}

    .menu-item.menu-accordion.active.show .menu-arrow:after {
        color: #0d0e12;
    }

.menu-link .menu-title {
    color: #212a3e !important;
}

.menu-link.active.show .menu-title {
    color: #fff !important;
}

