a, h1, h2, h3, h4, h5, h6 span, hgroup, select, input, textarea, button, table, th, td, ul, ol, li, dl, dt, dd, form, fieldset, legend, p, input, figure, figcaption, header, footer, nav, section, article, aside, main, menu, video, canvas, progress, summary, details, dialog, menuitem, button, span , div {
    font-family: "IBM Plex Sans Arabic", "tahoma" !important;


    /* font-family: 'Noto Kufi Arabic', tahoma; */
}

/* body > div#app {
    min-width: 100%;
} */

th, td {
    text-align: right !important;;
}

.menu-item-detials img {
    width: 16px;
    display: inline-block;
    margin-left: .25rem;
  }
  
  .menu-item-detials {
    display: flex;
    gap: .75rem;
  }
  
  .menu-item-detials > span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
  }
  .menus-item-card  {
    /* background: #f8f8f8; */
    padding: 16px;
    border-radius: 6px;
    border: 1px dotted #ddd;
}
.menu-item-title {
    font-size: 18px;
    margin-bottom: .5rem;
}

.menus-item-card img {
    border-radius: 5px;
}

.default-logo {
    max-height: 64px;
}

.image-overlay-text-container img {
    border-radius: 16px;
    /* aspect-ratio: 2/1; */
    object-fit: cover;
    object-position: bottom;
    min-height: 120px;
}

.image-overlay-text-container {
    position: relative;
    width: 100;
    overflow: hidden;
    border-radius: 16px;
}

.image-overlay-text-container:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background: linear-gradient(0deg, #333333b0, transparent);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s;
}

.image-overlay-text-container .overlay {
    position: absolute;
    bottom: 0px;
    z-index: 10;
    width: 100%;
    bottom: 16px;
    left: 0px;
    text-align: center;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.3s ease 0.2s;
   
}
.image-overlay-text-container:hover:after {
    opacity: 1;

} 
.image-overlay-text-container:hover .overlay{
    opacity: 1;
    transform: translateY(0);
}



.v-btn__content{
    letter-spacing: 0px;
  }
  

  .site-logo{
    max-width: 100%;

    object-fit: contain;
  }

  .icon-image {
    width: 32px;
    /* height: 32px; */
    object-fit: contain;
    object-position: center;
}

img.table-thumbnail {
    width: 48px;
    aspect-ratio: 1;
    object-fit: contain;
}

.input-item {
    margin: 1rem 0px;
}
.v-selection-control .v-label {
    color: #111;
}


.dropdown-menu-button {
    /* background: transparent !important; */
    color: #333 !important;
    border: 0px solid #ccc !important;
    /* border-bottom: 1px solid #ccc !important; */
    /* border-radius: 0px !important; */
    width: 100%;
}



.bootstrap-datetimepicker-widget.dropdown-menu.usetwentyfour {
    position: absolute;
    z-index: 10000;
    background: #fff;
    box-shadow: 0 2px 64px 3px #eee;
    border-radius: 5px;
    border: 1px solid #ddd;
  }
  
  .datepicker tbody tr>td span.hour.active, .datepicker tbody tr>td span.hour.active.focused:hover, .datepicker tbody tr>td span.hour.active:hover, .datepicker tbody tr>td span.hour.focused, .datepicker tbody tr>td span.hour.focused:hover, .datepicker tbody tr>td span.minute.active, .datepicker tbody tr>td span.minute.active.focused:hover, .datepicker tbody tr>td span.minute.active:hover, .datepicker tbody tr>td span.minute.focused, .datepicker tbody tr>td span.minute.focused:hover, .datepicker tbody tr>td span.month.active, .datepicker tbody tr>td span.month.active.focused:hover, .datepicker tbody tr>td span.month.active:hover, .datepicker tbody tr>td span.month.focused, .datepicker tbody tr>td span.month.focused:hover, .datepicker tbody tr>td span.year.active, .datepicker tbody tr>td span.year.active.focused:hover, .datepicker tbody tr>td span.year.active:hover, .datepicker tbody tr>td span.year.focused, .datepicker tbody tr>td span.year.focused:hover{
    background : var(--color-primary) !important;
  }
  
  .datepicker-container {
    position: relative;
  }

  
  .image-overlay-text-container.shown .overlay {
    opacity: 1;
    transform: translateY(0);
}

.image-overlay-text-container.shown:after {
    opacity: 1;
}
.border-green {
    border-color: #8de991;
}

.border-orange {
    border-color: #FFC107;
}
.coming-soon-component {
    background: #fff;
    box-shadow: 1px 4px 10px #eee;
    border-radius: 12px;
    padding: 32px;
    text-align: center;
}

.coming-soon-component h2 {
    color: #555;
    font-size: 2em;
    margin-top: 3rem;
}

div#animation-container {}

.lottie-container dotlottie-player {
    margin: 1rem  auto;
    width: 80%;
}



.website-link-item {
    display: block;
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    border-radius: 12px;
    padding: 16px;
    margin: 8px 12px;
    text-decoration: none;
    color: white;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.2);
}

.website-link-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.3);
    background: linear-gradient(135deg, #0056b3 0%, #003d82 100%);
    color: white;
    text-decoration: none;
}

.website-link-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.website-link-item:hover::before {
    transform: translateX(100%);
}

.website-link-content {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    z-index: 1;
}

.website-link-icon {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.website-link-text {
    flex: 1;
    min-width: 0;
}

.website-link-title {
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 2px;
}

.website-link-subtitle {
    display: block;
    font-size: 11px;
    opacity: 0.8;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.website-link-arrow {
    font-size: 14px;
    opacity: 0.8;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.website-link-item:hover .website-link-arrow {
    opacity: 1;
    transform: translate(2px, -2px);
}

/* Dark mode support */
.dark .website-link-item {
    background: linear-gradient(135deg, #1a365d 0%, #2a4a6b 100%);
    box-shadow: 0 4px 12px rgba(26, 54, 93, 0.3);
}

.dark .website-link-item:hover {
    background: linear-gradient(135deg, #2a4a6b 0%, #1a365d 100%);
    box-shadow: 0 8px 25px rgba(26, 54, 93, 0.4);
}

/* Animation for pulse effect */
@keyframes websitePulse {

    0%,
    100% {
        box-shadow: 0 4px 12px rgba(0, 123, 255, 0.2);
    }

    50% {
        box-shadow: 0 4px 12px rgba(0, 123, 255, 0.4);
    }
}

.website-link-item {
    animation: websitePulse 3s ease-in-out infinite;
}

.website-link-item:hover {
    animation: none;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .website-link-item {
        margin: 8px 8px;
        padding: 14px;
    }

    .website-link-icon {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .website-link-title {
        font-size: 13px;
    }

    .website-link-subtitle {
        font-size: 10px;
    }
}

/* Separator styles */
.menu-separator {
    padding: 12px 20px;
}

.separator-line {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(156, 163, 175, 0.3), transparent);
    border-radius: 1px;
}

.dark .separator-line {
    background: linear-gradient(90deg, transparent, rgba(75, 85, 99, 0.4), transparent);
}
