#radioContainer {
    display: ruby;
}

.success-message {
    color: white;
    background-color: green;
    padding: 10px;
    border-radius: 5px;
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
    display: none;
}

.form-container {
    max-width: 300px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}


.error {
    color: red;
    font-size: large;
    font-weight: 600;
}

.parent {
    padding-top: 10px;
}

.dateSelector,
.timeSelector {
    margin: 0 auto;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    padding-bottom: 50px
}

.timeSelector {
    padding: 0 250px;
}

.date-list,
.time-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.date-item,
.time-item {
    padding: 30px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #f8f9fa;
    cursor: pointer;
    transition: all 0.3s ease;
}

.time-item {
    padding: 10px;
    font-size: 17px
}

.date-item:hover,
.time-item:hover {
    background: #e2e6ea;
}

.date-item.selected,
.time-item.selected {
    background: #007bff;
    color: white;
    font-weight: bold;
    border-color: #007bff;
}

.date-item.disabled,
.time-item.disabled {
    background: #e9ecef;
    color: #6c757d;
    pointer-events: none;
    border-color: #ccc;
}

.btn-show {
    margin-top: 15px;
}



.parent>.row {
    display: flex;
    align-items: center;
    height: 100%;
}

.col-3 img {
    height: 100px;
    width: 100%;
    cursor: pointer;
    transition: transform 1s;
    object-fit: cover;
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

.img1 {
    border-radius: 50%;
}

.col-3 label {
    position: relative;
}

.imgbgchk:checked+label>.tick_container {
    opacity: 1;
}

/*         aNIMATION */
.imgbgchk:checked+label>img {
    transform: scale(1.25);
    opacity: 0.3;
}

.tick_container {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer;
    text-align: center;
}

.tick {
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    padding: 6px 12px;
    height: 40px;
    width: 40px;
    border-radius: 100%;
}

.randevu-detay {
    font-size: large
}

.randevu-detay tr {
    border-bottom: 1px solid #ddd;
    padding: 5px
}

.randevu-detay tr td:first-child {
    font-weight: bold
}

.randevu-detay tr td:last-child {
    color: green;
    font-weight: bold
}

.randevu-detay .card-header {
    background-color: #ddd;
    text-align: center
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.swal2-html-container {
    color: #005aff;
    font-size: 24px;
    font-weight: bold;
    /* animation: blink 3s infinite; */
}




.tab {
    display: none;
    padding: 20px;
    border: 1px solid #ccc;
    border-top: none;
}

.tab-buttons button {
    padding: 10px;
    border: 1px solid #ccc;
    cursor: pointer;
}

.tab-buttons button.active {
    background-color: #f8d757;
}

.hidden {
    display: none;
}


.tab-buttons {
    text-align: center;
    background: #eee;
    padding: 9px;
}

.randevu {
    border-radius: 10px;
    width: 35%;
}

#checkAppointment {
    text-align: center;
}


@media only screen and (max-width: 600px) {
    .col-3 img {
        height: 60px !important;
        width: 60px !important;
    }

    .parent>.row {
        align-items: flex-start !important;
    }

    .tick {
        height: 30px;
        width: 30px;
        padding: 5px 8px;
        font-size: 14px;
    }

    .tick_container {
        top: 25%;
    }

    .tab-buttons .randevu{
        font-size: 12px !important;
    }

    div:where(.swal2-container) div:where(.swal2-popup)
    {
        width: 23em !important; ;
    }
    .swal2-html-container{
        font-size: 18px !important;
    }
}
