/*MY STYLE*/

.modal-show {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.8);
    overflow-y: auto; /* اضافه کردن اسکرول‌بار در صورت نیاز */
}

.image-size {
    height: 200px;
    width: auto;
}

.red-line {
    z-index: 99;
    background-color: #dc3545!important; /* Creates a red background */
    height: 5px; /* Defines the height of the line */
    width: 100%; /* Spans the whole width of the screen */
    position: fixed; /* Positions it at the top */
    top: 0; /* Places it at the top */
}





