.time-slot {
    align-items: center;
    background: #47cf73;
    border-radius: 30px;
    box-shadow: 0 2px 4px -2px #79e79d;
    color: #fff;
    display: flex;
    height: 39px;
    justify-content: center;
    margin-bottom: 10px;
    margin-right: 1rem;
    width: 170px;
}
.time-slot:hover {
    background-color: #3596e8 !important;
    color: #fff;
    cursor: pointer;
}
.h-300px {
    height: 300px;
}
.bookedSlot {
    background: #3e4bff !important;
    box-shadow: 0 2px 4px -2px #4e59ff;
    color: #fff;
    pointer-events: none;
}
.activeSlot {
    background-color: #3596e8 !important;
    color: #fff;
    cursor: pointer;
}
.iti {
    display: block !important;
    width: 100%;
}
.appointment-circle .badge-circle {
    border-radius: 50%;
    height: 12px !important;
    min-width: unset;
    padding: 0;
    width: 12px !important;
}
.w-150px {
    width: 150px;
}
.swal-modal .swal-text {
    text-align: center !important;
}
.form-control[readOnly] {
    background-color: #fff !important;
}
.ribbon {
    position: relative;
}
.ribbon .ribbon-label {
    align-items: center;
    background-color: #009ef7;
    box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.1);
    color: #fff;
    display: flex;
    justify-content: center;
    left: 70%;
    padding: 5px 10px;
    position: absolute;
    top: 50%;
    transform: translateX(-5px) translateY(-50%);
    z-index: 1;
}
.ribbon-vertical .ribbon-label {
    min-height: 46px;
    min-width: 36px;
    padding: 5px 10px;
    text-align: center;
}
.ribbon.ribbon-top .ribbon-label {
    border-bottom-left-radius: 0.475rem;
    border-bottom-right-radius: 0.475rem;
    top: 0;
    transform: translateX(-15px) translateY(-4px);
}
.rating-input {
    left: -9999px !important;
    position: absolute !important;
}
.rating-input[disabled] {
    display: none;
}
.rating-label > i {
    color: #b5b5c3;
    line-height: 1;
}
.rating-label > .svg-icon {
    line-height: 1;
}
.rating-label > .svg-icon svg [fill]:not(.permanent):not(g) {
    fill: #b5b5c3;
    transition: fill 0.3s ease;
}
.rating-label > .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
label.rating-label {
    cursor: pointer;
}
div.rating-label.checked > i,
label.rating-label > i {
    color: #b5b5c3;
}
div.rating-label.checked > .svg-icon svg [fill]:not(.permanent):not(g),
label.rating-label > .svg-icon svg [fill]:not(.permanent):not(g) {
    fill: #ffc107;
    transition: fill 0.3s ease;
}
div.rating-label.checked > .svg-icon svg:hover [fill]:not(.permanent):not(g),
label.rating-label > .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.rating-input:checked ~ .rating-label > i {
    color: #b5b5c3;
}
.rating-input:checked
    ~ .rating-label
    > .svg-icon
    svg
    [fill]:not(.permanent):not(g) {
    fill: #b5b5c3;
    transition: fill 0.3s ease;
}
.rating-input:checked
    ~ .rating-label
    > .svg-icon
    svg:hover
    [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.rating:hover label.rating-label > i {
    color: #ffc107;
}
.rating:hover label.rating-label > .svg-icon svg [fill]:not(.permanent):not(g) {
    fill: #ffc107;
    transition: fill 0.3s ease;
}
.rating:hover
    label.rating-label
    > .svg-icon
    svg:hover
    [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
label.rating-label:hover ~ .rating-label > i {
    color: #b5b5c3;
}
label.rating-label:hover
    ~ .rating-label
    > .svg-icon
    svg
    [fill]:not(.permanent):not(g) {
    fill: #b5b5c3;
    transition: fill 0.3s ease;
}
label.rating-label:hover
    ~ .rating-label
    > .svg-icon
    svg:hover
    [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.avg-review-star-div .review-star {
    color: #ffc107;
    font-size: 15px;
}
.avg-review-star-div .review-count {
    color: #ced4da;
}
.review-star-div .review-star {
    color: #ffc107;
    font-size: 25px;
}
.review-star-div .review-count {
    color: #ced4da;
}
.bg-status-canceled {
    background-color: #3e4bff !important;
}
.bg-status-booked {
    background-color: #399ef7 !important;
}
.bg-status-checkIn {
    background-color: #50cd89 !important;
}
.bg-status-checkOut {
    background-color: #fac702 !important;
}
body {
    overflow-x: hidden;
}
.sidebar-app-logo {
    max-height: 50px;
    max-width: 120px;
}
.card-logo-height {
    height: 20px !important;
}
