
        .form-container {
            width: 100%;

        }

        .form-control3 {
            padding: 5px 8px;
            font-size: 16px;
            border-radius: 5px;
            background: #fff;
            color: #000;
            font-weight: 500;
        }

        .form-row {
            display: flex; /* Yatay hizalama için */
            align-items: center; /* Yatayda merkezleme */
            margin-bottom: 15px; /* Elemanlar arasındaki boşluk */
        }
        .form-row label {
            flex: 0 0 30%; /* Etiketlerin genişliği */
            margin-right: 10px; /* Sağdaki boşluk */
            font-weight: bold;
        }
        .form-row input[type="date"],
        .form-row select {
            flex: 1; /* Genişliği tam ayarlama */
            padding: 10px;
            border: 1px solid #ddd;
            border-radius: 4px;
        }
        .passenger-dropdown {
            position: relative;
        }
        .passenger-dropdown-menu {
            display: none;
            position: absolute;
            top: 50px;
            left: 0;
            width: 100%;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 6px;
            padding: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
            z-index: 100;
        }
        .passenger-controls {

            margin-top: 8px;
            border-bottom: 1px solid #ccc;
            padding-bottom: 10px;
            justify-content: space-around;
        }
        .passenger-controls button {
            width: 30px;
            font-size: 18px;
            font-weight: bold;
            cursor: pointer;            
            background-color: #8b3eea;
            color: white;
        }

        .passenger-controls .buttoneksi {
            width: 30px;
            font-size: 18px;
            font-weight: bold;
            cursor: pointer;            
            background-color: #8b3eea;
            color: white;
            height: 33px;
            line-height: 33px;
            border-radius: 8px 0 0 8px;
            text-align: center;
        }

        .passenger-controls .buttonarti {
            width: 30px;
            font-size: 18px;
            font-weight: bold;
            cursor: pointer;            
            background-color: #8b3eea;
            color: white;
            height: 33px;
            line-height: 33px;
           border-radius: 0 8px 8px 0;
           text-align: center;
        }

        .passenger-summary {
            margin-top: 8px; /* Yolcu özetine üstten boşluk ekledik */
        }

        .passenger-drop {
            cursor: pointer;
            position: relative;            
        }

        .inputicon {
            position: absolute; 
            right: 10px; 
            top: 50%; 
            transform: translateY(-50%); 
            color: #8b3eea;
        }

        .tarih {
            background: #fff;
            padding: 6px 12px;
            border-radius: 5px;
            font-weight: 500;
        }

        .dilselect {
            position: relative;
            flex: 1;
            padding: 6px;
            background: #fff;
            border-radius: 5px;
        }

        .datepicker{
            z-index: 1000;
        }

        .datepicker td,th{
            text-align: center;
            padding: 8px 12px;
            font-size: 14px;
        }
    .date-picker-container {
        position: relative;
        display: inline-block;
    }
    #dateInput {
        padding: 10px;
        color: #000;
        cursor: pointer;
    }
    #calendar {
        display: none;
    width: 300px;
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    border-radius: 6px;
    z-index: 10;
    padding: 15px 15px 20px 15px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    margin-top: -10px;
}
    }
    .month {
        margin: 0 10px; /* Her ay arasında boşluk */
    }
    table {
        width: 100%;
        border-collapse: collapse;
    }
    td {
    height: 40px;
    text-align: center;
    cursor: pointer;
    position: relative;
    border: 2px solid #fff;
    padding: 2px 7px;
    font-size: 14px;
    color: #000;
    }
    .day {
        background-color: #f9f9f9;
        font-weight: 600;
    }
    .disabled {
        color: #999;
        pointer-events: none;
        background-color: #f0f0f0;
        text-decoration:line-through;
    }
    .discounted {
    background-color: #8b3eea3b /* İndirim günleri için arka plan rengi */
    position: relative;
}

.discount-sign {
        position: absolute;
    bottom: -2px;
    right: 5px;
    color: #8b3eea;
    font-weight: bold;
}
    .month-header {
     display: flex;
    font-weight: 600;
    font-size: 18px;
    height: 40px;
    color: #8b3eea;
    flex-direction: row;
    color: #000;
    width: 100%;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
    }
    .month-header-button {
        background: none;
        border: none;
        cursor: pointer;
        font-size: 1.7em;
        margin: 0 5px;
        letter-spacing: -15px;
        width: 30px;
    color: #8b3eea;
    }
    .weekdays {
        display: flex;
    justify-content: space-around;
    /* margin-top: 0; */
    font-weight: 500;
    font-size: 14px;
    color: #000;
    }

    .selected {
    background-color: #8b3eea; /* Seçilen günün arka plan rengini değiştirebilirsiniz */
    color: white; /* Yazı rengini değiştirebilirsiniz */
}
