@font-face {
    font-family: 'Estedad';
    src: url('../font/Estedad-FD.ttf');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Estedad', sans-serif;
}

.box {
    border-radius: 30px;
}

.title-adhan {
    font-weight: 500;
    font-size: 17px;
}

.time-adhan {
    font-weight: 500;
    font-size: 17px;
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    overflow: auto;
}

.modal-content {
    background-color: white;
    margin: 15% auto;
    padding: 20px;
    border-radius: 15px;
    width: 80%;
    max-width: 500px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.close {
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}

.form-group select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-family: 'Estedad', sans-serif;
}

.btn {
    background-color: #4338ca;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 8px;
    cursor: pointer;
    font-family: 'Estedad', sans-serif;
}

.btn:hover {
    background-color: #3730a3;
}

.settings-btn {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}

.settings-btn svg {
    width: 24px;
    height: 24px;
    fill: white;
}
