body {
    background-color: #E7E7E7;
    color: #e0e0e0;
    font-family: Arial, sans-serif;
    color: #333;
}

.search-bar {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;


}

.search-bar button,
.search-bar select,
.search-bar input {

    border: none;
    border-radius: 5px;
    color: #333;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;

    stroke-width: 1px;
    stroke: #FFF;

    backdrop-filter: blur(50px);
    border-radius: 10px;
    ;
}


.search-bar input {
    background-color: #fff;
    ;
}

.search-bar button {
    color: #fff;
}

.search-bar button:hover,
.search-bar select:hover,
.search-bar input:hover {
    background-color: #eee;


}


.search-bar button {
    background-color: #444;
    font-weight: bold;
}

.search-bar button:hover {
    background-color: #888;
   
}

.search-bar select,
.search-bar input {
    flex: 1;
}

.search-bar select option,
.search-bar input option {
    background-color: #121212;
    color: #e0e0e0;
}

.search-bar .icon {
    margin-right: 10px;
}

.search-bar .icon22 {
    margin-left:22px;
    z-index: 999;
    margin-top: 10px;;
  
}




.dropdown-container {
    position: relative;
    display: inline-block;
}



.dropdown-content {
    display: none;
    position: absolute;

    min-width: 200px;

    z-index: 1;
    margin-top: -10px;
    
    border-radius: 10px;     border:1px solid #ddd;
    background-color: #eee;



}


.dropdown-content div {
    color: #333;
    padding: 12px 16px;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;


}



.dropdown-container:hover .dropdown-content {
    display: block;
}

.counter {
    display: flex;
    align-items: center;
    background: none;
    ;
}

.counter button {
    padding: 5px 10px;
}


.selected-participants {
    margin-top: 10px;
}

.participant-count {
    width: 80px;
    color: #333;
    ;
}

.counter button {

    border: none;
    box-shadow: none;
}


.success-message {
    background-color: #d4edda;
    color: #155724;
    padding: 10px;
    border: 1px solid #c3e6cb;
    border-radius: 5px;
    margin-bottom: 10px;
}

.error-message {
    background-color: #f8d7da;
    color: #721c24;
    padding: 10px;
    border: 1px solid #f5c6cb;
    border-radius: 5px;
    margin-bottom: 10px;
}

.option-card {
    background-color: none;
    padding: 1rem;
    border-radius: 0.5rem;

    margin-bottom: 1.5rem;
    cursor: pointer;
    border: 1px solid #444;
    color: #333;
}

.option-card.active {
    border: 2px solid #2563eb;
}

.option-details {
    display: none;
}

.option-details.active {
    display: block;
}

.time-slot.active {
    border: 2px solid #2563eb;
    background-color: #bfdbfe;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 60px;
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Dil seçimi için dropdown menüdeki aşağı ok işaretini sola almak için */
#guideLanguages {
    padding-right: 40px;
    /* Padding sağ tarafa fazladan alan ekliyoruz */
    background: url("data:image/svg+xml;utf8,<svg fill='%23333' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") no-repeat right 10px center;
    background-size: 24px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Dropdown içindeki + ve - butonları ile sayı giriş alanının arka planını şeffaf yapmak için */
.counter button {
    background: none;
    /* Arka planı şeffaf yap */
    border: none;
    /* Kenarlık olmaması için */
    color: #333;
    /* Yazı rengini ayarla */
    font-size: 18px;
    /* Yazı boyutunu ayarla */
    cursor: pointer;
    /* İmleci işaretçi yap */
}

.counter button:hover {
    color: #000;
    /* Üzerine gelindiğinde yazı rengini koyulaştır */
}

.participant-count {
    width: 60px;
    /* Genişlik */
    text-align: center;
    /* Metin hizalaması */
    background: none;
    /* Arka planı şeffaf yap */
    border: none;
    /* Kenarlık olmaması için */
    font-size: 16px;
    /* Yazı boyutunu ayarla */
    color: #333;
    /* Yazı rengini ayarla */
}

.participant-count:focus {
    outline: none;
    /* Fokus durumunda dış hat görünmemesi için */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    background: none;
}

input[type="number"] {

    background: none;
    /* Arka planı şeffaf yap */
    border: none;
    /* Kenarlık olmaması için */
    color: #333;
    /* Yazı rengini ayarla */

}

#guideLanguages {background-color: #ddd;;}
#start_date{background-color: #ddd;}