/*** rezervasyonlarım css ' eklenecek ****/
.size-50 {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
}
.rezUserForm textarea{
    resize: none;
    height: 41px;
    max-height: 137px;
}
.taksit-img{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F5F5F5;
    padding-top: 10px;
    padding-bottom: 10px;
}
.taksit-img img{
    height: 30px;
    width: 60px;
}
#modal-body table{
    text-align: center;
}
.kart-tablo{
    width: 100%;
}
.custom-select-card {
    position: relative;
    display: inline-block;
}

.select-selected-card {
    background-color: #f1f1f1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
}

.select-items-card {
    position: absolute;
    display: none;
    background-color: #f1f1f1;
    width: max-content;
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index: 1;
}

.select-items-card div {
    padding: 10px;
    cursor: pointer;
}

.select-items-card div:hover {
    background-color: #ddd;
}


/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .tour-right-price{
        font-size: 15px
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}