﻿/*.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 2001;*/ /* أعلى من sidebar */
/*}

.popup-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 0px 0px 0px 0px;
    border-radius: 10px;
    z-index: 2002;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    max-height: 90vh;
    overflow-y: auto;
    min-width: 60vw;
    max-width: 120vh;
}
.popup-content2 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    z-index: 2002;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    max-height: 90vh;
    overflow-y: auto;
    min-width: 30vw;
    max-width: 120vh;
}*/

/* زر الإغلاق */
/*.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 6px 10px;
    font-size: 12px;
    background-color: #dc3545;
    color: white;
    border: none;
    border-radius: 10%;
    cursor: pointer;
    z-index: 1001;
}*/
/*.popup-content {
    overflow-y: auto;
    scrollbar-width: none;*/ /* Firefox */
    /*-ms-overflow-style: none;*/ /* Internet Explorer 10+ */
/*}*/

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 2001; /* أعلى من sidebar */
}

.popup-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 25px 30px;   
    border-radius: 12px;  
    z-index: 2002;
    box-shadow: 0 6px 18px rgba(0,0,0,0.07);  
    max-height: 90vh;
    overflow-y: auto;
     
    width: 90vw;  
    max-width: 1500px;  
}
/*.popup-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 25px 30px;
    border-radius: 12px;
    z-index: 2002;
    box-shadow: 0 6px 18px rgba(0,0,0,0.07);
    max-height: 90vh;
    overflow-y: auto;*/
    /* التعديلات المهمة 👇 */
    /*display: inline-block;*/ /* يجعل العرض حسب المحتوى */
    /*width: auto;*/ /* لا يفرض عرضًا محددًا */
    /*max-width: 95vw;*/ /* يمنع تجاوز الشاشة */
    /*white-space: normal;*/ /* يسمح بتغليف النصوص داخل */
/*}*/


.popup-content2 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    z-index: 2002;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    max-height: 90vh;
    overflow-y: auto;
    min-width: 30vw;
    max-width: 120vh;
}

/* زر الإغلاق */
.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 6px 10px;
    font-size: 12px;
    background-color: #dc3545;
    color: white;
    border: none;
    border-radius: 10%;
    cursor: pointer;
    z-index: 1001;
}

.popup-alert-layer {
    position: fixed;
    z-index: 20000; /* أعلى من popup */
    width: 90%;
    max-width: 500px;
}