#playground-booking .list-playground {
    width: 130px;
    padding-right: 5px;
}
#playground-booking .block-timeline {
    width: calc(100% - 130px);
    overflow-x: auto;
}
#playground-booking .block-timeline::-webkit-scrollbar {
  width: 5px; 
  height: 5px; 
}

#playground-booking .block-timeline::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

#playground-booking .block-timeline::-webkit-scrollbar-thumb {
  background: #2563eb;
  border-radius: 5px;
}

#playground-booking .block-timeline::-webkit-scrollbar-thumb:hover {
  background: #2563eb;
}

#playground-booking .block-timeline::-webkit-scrollbar-corner {
  background: #2563eb;
}

#playground-booking .time-booking {
    font-size: 13px;
    flex: 0 0 calc(100% / 8);
    max-width: calc(100% / 8);
    padding-right: 5px;
    padding-left: 5px;
    position: relative;
    width: 100%;
    color: #000;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#playground-booking .time-booking .time-frame {
    background: #fff;
    border: 1px solid var(--gray);
    margin-bottom: 10px;
    border-radius: 8px;
    padding: 10px 7px;
    cursor: pointer;
    height: 65px;
}
#playground-booking .time-booking .time-frame.confirm {
    background-color: #fdf3f3;
    border: 1px solid #e24040;
    color: #e24040;
}
#playground-booking .time-booking .time-frame.playing {
    background-color: #eff4ff;
    border: 1px solid #5d95fd;
    color: #5d95fd;
}

#playground-booking .time-booking .time-frame.over-time {
    background-color: var(--light);
    border: 1px solid var(--gray);
}

#playground-booking .time-booking .time-frame.choose {
    background-color: var(--yellow);
    border: 1px solid var(--yellow);
}

#playground-booking .wrap-booking {
    border: 1px solid #bed4ff;
}
#playground-booking .playground-name {
    background-color: var(--blue);
    border-radius: 8px;
    margin-bottom: 10px;
    color: #fff;
    padding: 8.8px 10px;
    height: 65px;
}

.customer-visitors .input-group-text {
    background-color: var(--white);
    border-radius: 8px 0 0 8px;
    border: 0;
    font-size: 2rem;
}
.customer-visitors .form-control {
    border-radius: 0 8px 8px 0 !important;
    font-size: 1.5rem;
    height: 40px !important;
}

.list-booking {
    width: 100%;
    background-color: var(--light);
    padding: 1.5rem;
    border-radius: 1rem;
    margin-bottom: 3rem;
}
.list-time-frame-booking {
    margin-bottom: 0;
    list-style: none;
    display: table;
    padding-left: 0;
    border-collapse: separate;
    border-spacing: 5px;
}
.list-time-frame-booking .item-book {
    float: left;
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: 1rem;
    background-color: #C7D8FF;
    color: var(--blue);
    position: relative;
}
.list-time-frame-booking .item-book i {
    position: absolute;
    top: -.5rem;
    right: -.5rem;
    background-color: var(--light);
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    border-radius: 50%;
    color: black;
}
#nh-booking {
    background-color: var(--blue);
    color: var(--white);
    margin-left: 1rem;
    border-radius: 5px;
    padding: 5px 15px;
    text-align: center;
    display: inline-block;
}

#playground-booking .btn-day {
    border: 1px solid #B7CDFF;
    background: #EFF5FF;
    font-size: 14px;
    padding: 5px 5px;
}
#playground-booking .time-frame.over-time {
    cursor: default !important;
}

div#playground-booking .time-frame .btn-frame {
    padding: 5px 10px;
}
.wrap-booking-playground #playground-booking .head-booking {
    align-items: flex-start;
}

div#playground-booking .head-booking .nav.nav-tabs li.nav-item .nav-link.active:hover {
    color: #fff;
}
#playground-booking .playground-name .inner-name {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
@media (max-width: 767px) {
    .img-booking-playground-wrap {
        display: none;
    }
        
    .wrap-booking-playground div#playground-booking .head-booking {display: flex;flex-wrap: wrap;}

    .wrap-booking-playground div#playground-booking .head-booking ul.nav.nav-tabs {
        order: 2;
    }

    .wrap-booking-playground div#playground-booking .head-booking  .right-head-booking {
        order: 1;
        margin-bottom: 10px;
        width: 100%;
    }

    .wrap-booking-playground div#playground-booking .head-booking .right-head-booking .btn-day {
        flex-basis: calc(100% - 100px);
        max-width: calc(100% - 100px);
    }

    .wrap-booking-playground div#playground-booking .head-booking .right-head-booking .time-frame {
        flex: 0 0 100px;
    }

    .wrap-booking-playground div#playground-booking .head-booking .right-head-booking .time-frame .btn.btn-frame {
        width: 100%;
        margin-bottom: 5px;
    }

    .wrap-booking-playground div#playground-booking .head-booking .right-head-booking .time-frame .btn.btn-frame:last-child {
        margin-bottom: 0;
    }
    div#playground-booking .head-booking .nav.nav-tabs li.nav-item {
        margin-right: 5px;
    }

    div#playground-booking .head-booking .nav.nav-tabs li.nav-item:first-child>a.active span.bf-left, div#playground-booking .head-booking .nav.nav-tabs li.nav-item>a.active>.after-bottom, div#playground-booking .head-booking .nav.nav-tabs li.nav-item>a.active>.before-bottom {
        display: none;
    }

    div#playground-booking .head-booking .nav.nav-tabs li.nav-item .nav-link {
        background: #ddd;
        border-radius: 5px;
    }
    .head-booking .warp-time-mb-booking {
        order: 2;
        margin-bottom: 10px;
        padding-left: 25px;
        padding-right: 25px;
    }
    
    .head-booking .warp-time-mb-booking ul {
        padding-left: 0;
        flex-wrap: nowrap;
    }
    
    .head-booking .warp-time-mb-booking ul>li {
        list-style: none;
    }
    
    .head-booking .warp-time-mb-booking ul>li a.nav-link {
        border-radius: 8px !important;
        text-align: center;
        background: #f3f3f3;
        padding: 5px !important;
    }

    .head-booking .warp-time-mb-booking .swiper-button-next-2 {
        position: absolute;
        right: 0;
        top: 0;
        height: 36px;
        background: #fff;
        width: 25px;
        z-index: 2;
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
    }
    
    .head-booking .warp-time-mb-booking .swiper-button-prev-2 {
        position: absolute;
        left: 0;
        top: 0;
        height: 36px;
        background: #fff;
        width: 25px;
        z-index: 2;
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
    }
    
    .head-booking .warp-time-mb-booking .swiper-button-next-2 i, .head-booking .warp-time-mb-booking .swiper-button-prev-2 i {
        width: 20px;
        height: 34px;
        border: 1px solid #ddd;
        border-radius: 5px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    #playground-booking .wrap-booking {
        padding: 5px !important;
    }
    #playground-booking .list-playground {
        width: 105px;
    }
    
    #playground-booking .playground-name {
        font-size: 13px;
        height: 55px;
        margin-bottom: 3px;
        padding: 5px;
        display: flex;
        align-items: center;
    }
    
    #playground-booking .time-booking .time-frame {
        padding: 5px 5px;
        height: 55px;
        font-size: 12px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 3px;
    }
    
    #playground-booking .block-timeline {
        width: calc(100% - 105px);
    }
    .wrap-booking-playground {
        padding: 10px !important;
    }
    
    #playground-booking .time-booking {
        padding-right: 1.5px;
        padding-left: 1.5px;
    }

    #playground-booking .nav-link.active {
        color: #fff !important;
    }
    .list-time-frame-booking .item-book {
        font-size: 14px;
        margin-bottom: 5px;
    }
    
    .list-time-frame-booking {
        border-collapse: separate;
        border-spacing: 0;
    }
    
    .list-booking {
        padding: 10px;
    }
    
    .list-time-frame-booking .item-book:last-child {
        margin-bottom: 0;
    }
    
}