/* Popup (arka plan) */
.modal {
    display: none; /* Varsayılan olarak gizlidir */
    position: fixed; /* Yerinde kal */
    z-index: 130; /* Üstte */
    left: 0;
    top: 0;
    width: 100%; /* Ful Genişlik */
    height: 100%; /* Ful Yükseklik */
    overflow: auto; /* Gerekirse kaydırmayı etkinleştir */
    background-color: rgb(0,0,0); /* Yedek renk */
    background-color: rgba(0,0,0,0.4); /* Siyah w / opaklık */
}

/* İçerik / Kutu */
.modal-content {
    background-color: #fefefe;
    margin: 10% auto; /* % 15 üstten ve ortalanmış */
    padding: 20px;
    border: 1px solid #888;
    width: 70%; /* Ekran boyutuna bağlı olarak daha fazla veya daha az olabilir */
}

/* Kapat Düğmesi */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.close2 {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close2:hover,
.close2:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.close3 {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close3:hover,
.close3:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.close4 {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close4:hover,
.close4:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.close5 {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close5:hover,
.close5:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.close6 {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close6:hover,
.close6:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.close7 {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close7:hover,
.close7:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.close8 {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close8:hover,
.close8:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.close9 {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close9:hover,
.close9:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.close10 {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close10:hover,
.close10:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.close11 {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close11:hover,
.close11:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.close12 {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close12:hover,
.close12:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.close13 {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close13:hover,
.close13:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.close14 {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close14:hover,
.close14:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}