﻿/* site.css أو داخل <style> */
html, body {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.select2-container--open {
    z-index: 9999;
}
  
.select2-dropdown {
    position: absolute !important;
}

.select2 {
    z-index: 9999;
    width: 100% !important;
}
.select2-selection__rendered {
    
    width: 100% !important;
}

.swal2-container {
    z-index: 10560 !important;
}

.modern-btn {
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    border-radius: 0.5rem !important;
    transition: all 0.2s ease-in-out;
}

    .modern-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    }

.custom-hr-red {
    border: 0;
    height: 2px;
    background: linear-gradient(to right, #dc3545, #ff6b6b); /* Bootstrap red shades */
    margin: 1.5rem 0;
    border-radius: 2px;
}

.badge-count.circle {
   
    border-radius: 40%;
}
 