﻿.modal-overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.2);
    z-index: 100;
    left: 0;
    top: 0;
}

.hello-img {
    width: 110%;
    height: 110%;
    position: relative;
    right: 50%;
    transform: translate(50%, -50%);
    top: 50%;
}

.hello-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shazili-img {
    z-index: 10;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.modal {
    width: 512px;
    height: 340px;
    background-color: #FFF;
    border-radius: 12px;
    padding-block: 12px;
    padding-inline: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    position: relative;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
}

.modal-warringn-img-box {
    width: 90px;
    margin-top: 25px;
}

.modal-message {
    font-size: 1.3rem;
    text-align: center;
    font-family: "NotoSansArabic-Regular";
}

.modal-warringn-img-box img {
    width: 100%;
    object-fit: cover;
}

.sh-modal-btn {
    display: flex;
    column-gap: 15px;
    position: absolute;
    bottom: 45px;
}
.hakaza{
    border:solid;
    height:20px;
    display:none;

}

.sh-modal-btn button {
    font-family: "NotoSansArabic-Regular";
}

.sh-sql-ex-msg-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
    height: 100%;
    z-index: 99;
}

.sh-sql-ex-box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    background-color: #fff;
    padding-block: 15px;
    padding-inline: 2px;
    border-radius: 5px;
    right: 50%;
    transform: translateX(50%);
    top: 10px;
    height: fit-content;
}

.sh-sql-ex-box h3 {
    
}

.sh-sql-ex-box p {
    color: gray;
    padding-inline: 5px;
    text-align: center;
    font-size: 1.1rem;
}

.sh-sql-ex-box div {
    width: 100%;
    background-color: lightgray;
    height: 1px;
}

.sh-sql-ex-box button {
    border: none;
    margin-top: 10px;
    font-size: 1.1rem;
    background-color: rgba(109, 1, 20, 0.7);
    color: #fff;
    padding-inline: 10px;
    padding-block: 2px;
    border-radius: 5px;
}
