.date-number:hover {
    cursor: pointer;
    transition: scale 0.3s ease-out;
    color: rgba(0, 0, 0, 0.933) !important;
}

.date-number-active {
    color: #1093eb  !important;
}

#date-container {
    max-width: 400px !important;
    /* Yavaş yavaş görünecek */
    opacity: 0 ;
}

#hours-container {
    max-width: 400px !important;
    opacity: 0 ;
    /* Yavaş yavaş görünecek */
}

.mid {
    color: rgba(0, 0, 0, 0.933) !important;
    transform: scale(1.1) !important;
    transition: scale 0.3s ease-out;
}

.owl-item.active.center {
    color: #000000;
    transform: scale(1.4) !important;
    transition: scale 0.3s ease-out;
}

.owl-item {
    color: #8f8f8f;
}

.available {
    color: rgba(0, 0, 0, 0.933) !important;
}

.closed-day {
    text-decoration: line-through;
    color: red;
}

.date-strikethrough {
    text-decoration: line-through;
    color: grey;
}

.date-not-available {
    text-decoration: line-through !important;
    color: #ccc !important;
    /* Üstü çizili tarihlerin rengini açık gri yapabilirsiniz */
}

@keyframes colorChange {
    0% {
        color: #007bff;
        /* Başlangıç rengi (mavi) */
    }
    50% {
        color: #000000;
        /* Ara renk (siyah) */
    }
    100% {
        color: #007bff;
        /* Son renk (mavi) */
    }
}

#variation-container {
    scrollbar-width: thin;
    scrollbar-color: #555 #e0e0e0;
    /* Dark gray thumb, light gray track */
}
.variation-item:hover{
    cursor: pointer;
    background-color: #1093eb  !important;
    color: white !important;
    transition: background-color 0.3s ease-out;
}
.variation-list-item:hover{
    cursor: pointer;
    background-color: #1093eb  !important;
    color: white;
    border: 2px solid white;
    transition: background-color 0.3s ease-out;
}
.variation-item:hover .un-check
 {
    border: 2px solid white;
    background-color: #1093eb;
    cursor: pointer;
}
.variation-multi-select-item-select:hover .v-s-un-check{
    border: 2px solid white;
    background-color: #1093eb;
    cursor: pointer;
}
.variation-item-active {
    background-color: #1093eb  !important;
    color: white;
}

.material-item-active {
    background-color: #1093eb  !important;
    color: white;
}

.variation-multi-select-item-active {
    background-color: #1093eb  !important;
    color: white;
}

.clean-area-item-active {
    background-color: #1093eb  !important;
    color: white;
}

.time-item-active {
    color: #1093eb  !important;
}

.no-select {
    user-select: none;
    /* Modern tarayıcılarda seçimi engeller */
    -webkit-user-select: none;
    /* WebKit tarayıcıları için */
    -moz-user-select: none;
    /* Firefox için */
    -ms-user-select: none;
    /* Internet Explorer için */
}

.backspan {
    cursor: pointer;
}

@media (max-width: 450px) {
    #date-container {
        max-width: 150px !important;
    }
    #hours-container {
        max-width: 150px !important;
    }
    .owl-item.active.center {
        width: max-content !important;
        padding: 1rem;
    }
}

@media (min-width: 450px) and (max-width: 700px) {
    #hours-container {
        max-width: 150px !important;
    }
    .owl-item.active.center {
        width: max-content !important;
        padding: 1rem;
    }
}

.toast-error {
    color: red !important;
    /* Yazı rengi kırmızı */
}

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


/* Firefox */

section {
    font-family: 'ubuntu', sans-serif !important;
}

.toast-error {
    color: #1093eb   !important;
}

.un-check,.v-s-un-check {
  width: 1.25rem !important;
  height: 1.25rem !important;
  border: 2px solid #1093eb ;
  border-radius: 50% !important;
}
.un-check-active,.v-s-un-check-active {
    width: 1.25rem !important;
    height: 1.25rem !important;
    border: 2px solid #ffffff ;
    color: #1093eb;
    background-color: #ffffff;
    border-radius: 50% !important;
  }
.variation-item ,.variation-multi-select-item-select{
    box-shadow:3px 4px 5px -6px rgb(0 0 0 / 17%),
    -5px 6px 14px 3px rgb(0 0 0 / 17%)
    !important;
}
.order-detail-item{
    box-shadow: 1px 1px 4px 1px #00000030;
}
#datetimepicker {
    width: 300px;
    padding: 10px;
    font-size: 16px;
    border: 2px solid #1093eb !important;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.ui-datepicker {
    background-color: #ffffff !important; /* Takvim arka plan rengi */
    border: 1px solid #ffffff !important;
    padding: 10px;
    border-radius: 10px; /* Köşeleri yuvarlak */
    color: #1093eb !important; /* Metin rengi */
    width: 100%;
}

.ui-datepicker-header {
    background-color: #ffffff !important; /* Başlık arka plan rengi */
    border: 0 !important;
    color: #1093eb !important;
}
.ui-datepicker-header .ui-datepicker-prev .ui-corner-all{
    color: #1093eb !important;
}

.ui-datepicker .ui-datepicker-title {
    font-weight: bold;
    font-size: 18px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    background-color: #1093eb !important;
    color: #fff !important;
    border: none;
    cursor: pointer;
    border-radius: 50%; /* Okları yuvarlak yap */
}

.ui-datepicker table {
    width: 100%;
}

.ui-datepicker td a{
    text-align: center;
}

.ui-datepicker td a:hover {
    background-color: #1093eb !important ;
    color: white  !important;
}

.ui-datepicker-current-day a {
    background-color: #014979 ; /* Seçili gün */
    color: #fff !important ;
}
.ui-datepicker-current .ui-state-default .ui-priority-secondary .ui-corner-all{
    color: #ffffff ;
}
#datepicker-container {
    width: 100% !important; /* %100 genişlik */
}
.ui-datepicker-inline{
    width: 100% !important;
    height: 100% !important;
}

.past-date a {
    background-color: #86cafb !important; /* Change to your desired color */
    color: #ffffff !important; /* Optional: change text color */
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
    background-color: #3d515f !important;
    color: white !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
    background-color: #1093eb !important;
    color: white !important;}
.ui-datepicker .ui-datepicker-buttonpane button{
    display: none;
}
.crediCard.seeBack {
    transform: rotateY(-180deg);
  }

  .new-register {
    background-color: #fff;
    color: #1093eb;
    animation: animloader 2s linear infinite, glowEffect 2s ease-in-out infinite;
    box-shadow: 1px 1px 4px 1px #00000030;
}

@keyframes glowEffect {
    0% {
        box-shadow: 1px 1px 4px 1px #1093eb49;
    }
    50% {
        box-shadow: 1px 1px 10px 3px #1093eb;
    }
    100% {
        box-shadow: 1px 1px 4px 1px #1093eb8a;
    }
}
