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;
}

.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);
}



/* Links Management - Ultra Compact Professional Design */
.link-card {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    margin-bottom: 0.5rem;
    overflow: hidden;
    transition: all 0.2s ease;
}

.link-card:hover {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    border-color: #d1d5db;
}

.link-card-header {
    padding: 0.5rem 0.75rem;
    background: #f9fafb;
    border-bottom: 1px solid #e5e7eb;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 40px;
}

.link-card-header:hover {
    background: #f3f4f6;
}

.link-card-header h3 {
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.3;
}

.link-card-body {
    padding: 0.625rem 0.75rem;
    background: #ffffff;
}

.link-info-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 80px 120px;
    gap: 0.5rem;
    align-items: center;
}

.link-info-item {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.link-info-label {
    font-size: 0.65rem;
    font-weight: 600;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1;
}

.link-info-value {
    font-size: 0.8rem;
    color: #1f2937;
    word-break: break-word;
    line-height: 1.3;
}

.child-link-card {
    background: #fafafa;
    border: 1px solid #e5e7eb;
    border-right: 2px solid #3b82f6;
    border-radius: 4px;
    padding: 0.5rem 0.625rem;
    margin-bottom: 0.375rem;
    transition: all 0.15s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.child-link-card:hover {
    background: white;
    border-right-color: #2563eb;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.child-link-card:last-child {
    margin-bottom: 0;
}

.child-link-card h5 {
    font-size: 0.85rem;
    margin: 0;
    line-height: 1.2;
}

.collapse-icon {
    transition: transform 0.25s ease;
    display: inline-block;
    font-size: 0.875rem;
}

.collapsed .collapse-icon {
    transform: rotate(-90deg);
}

.children-container {
    max-height: 2000px;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.2s ease;
    opacity: 1;
}

.children-container.collapsed {
    max-height: 0;
    opacity: 0;
}

.children-container h4 {
    font-size: 0.75rem;
    margin: 0 0 0.4rem 0;
    line-height: 1.2;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.15rem 0.45rem;
    border-radius: 10px;
    font-size: 0.7rem;
    font-weight: 600;
    white-space: nowrap;
}

.status-badge.active {
    background: #dcfce7;
    color: #166534;
}

.status-badge.inactive {
    background: #fee2e2;
    color: #991b1b;
}

.action-buttons {
    display: flex;
    gap: 0.3rem;
    flex-wrap: nowrap;
    align-items: center;
}

.action-buttons .btn {
    padding: 0.3rem 0.5rem;
    font-size: 0.8rem;
    min-width: auto;
}

.action-buttons .btn-icon {
    width: 28px;
    height: 28px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .link-card-header {
        flex-direction: column;
        align-items: flex-start;
        padding: 0.5rem 0.625rem;
        gap: 0.4rem;
    }

    .link-info-grid {
        grid-template-columns: 1fr;
        gap: 0.4rem;
    }

    .action-buttons {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    
    .child-link-card {
        padding: 0.5rem;
        flex-direction: column;
        align-items: flex-start;
    }
}

.expand-all-btn {
    margin-bottom: 0.5rem;
    padding: 0.35rem 0.75rem;
    font-size: 0.8rem;
}

/* Status Toggle Switch - Compact */
.switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 22px;
}

.switch input[type="checkbox"] {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}

.switch-label {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #cbd5e1;
    transition: 0.25s;
    border-radius: 20px;
}

.switch-label:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.25s;
    border-radius: 50%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.switch input[type="checkbox"]:checked + .switch-label {
    background-color: #3b82f6;
}

.switch input[type="checkbox"]:checked + .switch-label:before {
    transform: translateX(20px);
}

.switch input[type="checkbox"]:focus + .switch-label {
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
}

/* Status label styling */
.action-buttons .text-xs {
    font-size: 0.75rem;
    color: #6b7280;
    white-space: nowrap;
}

/* Badge sizing improvements */
.badge-sm {
    padding: 0.2rem 0.5rem;
    font-size: 0.75rem;
}

/* Orphan links warning */
.link-card[style*="border-color: #f59e0b"] {
    border-width: 2px;
}

.link-card[style*="border-color: #f59e0b"] .link-card-header {
    background: #fffbeb;
}

.link-card[style*="border-color: #f59e0b"] .link-card-header:hover {
    background: #fef3c7;
}





.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.survey-card {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.survey-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.survey-stat-card {
    background: linear-gradient(135deg, var(--bg-color-start), var(--bg-color-end));
    border: 1px solid var(--border-color);
}

.survey-stat-card.blue {
    --bg-color-start: #eff6ff;
    --bg-color-end: #dbeafe;
    --border-color: #bfdbfe;
}

.survey-stat-card.green {
    --bg-color-start: #f0fdf4;
    --bg-color-end: #dcfce7;
    --border-color: #bbf7d0;
}

.availability-indicator {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: .5;
    }
}

.action-btn {
    transition: all 0.2s ease-in-out;
}

.action-btn:hover {
    transform: translateY(-1px);
}

/* Responsive grid adjustments */
@media (max-width: 768px) {
    .survey-cards-grid {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .survey-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1025px) {
    .survey-cards-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Enhanced tooltips */
.tooltip-trigger {
    position: relative;
}

/* Status indicators */
.status-active {
    background-color: #10b981;
}

.status-inactive {
    background-color: #6b7280;
}

.status-draft {
    background-color: #f59e0b;
}