.branche {
    display: none;
}

html {
    background-color: #FFF !important;
}

body {
    position: relative;
    /* background-color: #FFF !important; */
    /* margin: 0px !important; */
}

a {
    color: #000;
}

.x-card-header {
    width: 100%;
    height: 40px;

    background-color: var(--rest-background-color);
}

.x-card {
    min-height: 400px;
    /* padding-top: 40px; */
    border: 0 !important;
    border-radius: 0 !important;
    border-top-left-radius: 47px !important;
    border-top-right-radius: 47px !important;
}

.x-card .branches {
    margin: 20px 10px 10px 10px;
}

.x-card .branches p {
    font-size: 14px;
    font-weight: bold;
}

.x-card .branches a span {
    font-size: 16px;
    /* font-weight: bold; */
}

.x-card .branches a i {
    font-size: 22px;
    margin: 0 5px;
}

#color-calendar {
    display: flex
}

#color-calendar .color-calendar.glass.color-calendar--small {
    justify-content: center;
    width: 307;
    margin: auto;
}

.x-card .container {
    max-width: 3339px;
    ;
}

.x-card .quantity {
    margin-top: 20px;
}

.x-card .quantity div.title {
    float: right;
    display: inline;
}

.x-card .quantity div.title>i {
    font-size: 18px;
}

.x-card .quantity div.title>span {
    font-size: 16px;
}

.x-card .quantity div.count {
    float: left;
    display: inline;
    position: relative
}

.x-card .count a {
    display: inline-block;
    position: relative;
    background: none;
    border: 1px solid #CCC;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    margin-top: 5px;
}

.x-card .count a i {
    font-size: 9px;
    position: absolute;
    font-size: 9px;
    top: 6px;
    right: 4px;
}

.x-card .count .num {
    width: 20px;
}

.x-card .count .num {
    font-size: 16px;
    font-weight: bold;

}

.places {
    margin-top: 20px;
}

.list-times {

    max-height: 284px;
    overflow-x: scroll;
    white-space: nowrap;
}

.list-times .time-card {
    cursor: pointer;
    width: 140px;
    display: inline-block;
    background-color: #f7f7f7;
    border-radius: 10px;
    /* border: 1px solid transparent; */
    padding: 0 0 10px 0;
    margin: 0 5px;
    border: 2px solid transparent;
    transition: 0.3s ease;
}

.list-times .time-card:hover,
.list-times .time-card.active,
.one-place:hover,
.one-place.active {
    border: 2px solid orange;
    box-shadow: 1px 2px 10px #CCC !important;
    transition: 0.3s ease;
}

.list-times .time-card .time-card-header {
    padding: 10px 0 0 10px;
    background-color: #ebebeb;
    direction: rtl;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-radius: 10px;
    transition: 0.3s ease;
}

.list-times .time-card:hover .time-card-header,
.list-times .time-card.active .time-card-header {
    background-color: #c1c1c1;
    transition: 0.3s ease;
}

.footer-button {
    margin-top: 40px;
    margin-bottom: 30px;
}

.footer-button a {
    font-size: 14px;
}

#calendar {
    direction: ltr !important;
}

/* new */
html {
    position: relative;
}

body {
    position: initial !important;
    margin-bottom: 50px !important;
}

.footer-description {
    position: absolute;
    padding: 10px 0;
    bottom: 10px;
    left: 0;
    width: 100% !important;
    text-align: center;
}

.places .list {
    overflow: auto;
    padding: 15px 0 30px 0;
    white-space: nowrap;
    min-height: 170px;
}

.places h2 {
    font-size: 16px !important;
    font-weight: normal;
}

.one-place {
    display: inline-block;
    gap: 10px;
    width: 180px;
    height: 110px;
    margin: 5px;
    position: relative;
    border-radius: 10px;

    box-shadow: 1px 1px 10px #ccc;
    cursor: pointer;
    transition: 0.3s;
}

.one-place:hover,
.one-place.active {
    box-shadow: 1px 1px 15px #181717;
    transition: 0.3s;
}

.one-place:first-child {
    margin-right: 0;
}

.one-place img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.one-place .title {
    position: absolute;
    display: flex;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 63px;
    color: #FFF;
    overflow: auto;
    background: linear-gradient(180deg, transparent, #424242);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.one-place .title span {
    display: inline-block;
    align-self: flex-end;
    font-size: 12px;
    margin: 0 5px 5px 5px;
}

.tables>.place {
    /* margin-top: 20px; */
}

.quantity-chairs {
    text-align: center;
}

.quantity-chairs input {
    width: 38px;
    height: 22px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #CCC;
    outline: none !important;
    box-shadow: none;
}

.quantity-chairs button {
    background-color: #d3d3d3;
    width: 25px;
    height: 25px;
    padding: 0;

    border-radius: 100%;
}

.quantity-chairs button:first-child {
    margin-left: 5px;
}

.quantity-chairs button:last-child {
    margin-right: 5px;
}

.branches .row>div:first-child {
    padding-left: 0;
    padding-right: 8px;
}

.list-times.effectual {
    max-height: 300px !important;
}

.time-card.package {
    background-color: transparent;
    width: 170px;
}

.time-card.package .package-header {
    height: 100px;
}

.time-card.package .effectual-header {
    height: 100px;
}

.time-card.package .package-header img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.time-card.package .effectual-header img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.time-card.package .package-body {
    padding: 0 10px;
}

.time-card.package .package-body h4 {
    font-size: 13px !important;
}

.time-card.package .package-body>div:first-child {
    line-height: 1.2;
    margin-top: 6px;
}

.time-card.package .package-body .price {
    font-size: 13px;
}

.time-card.package .package-body .people_count {
    float: left;
    font-size: 13px;
}

.time-card.package .package-body .times>span {}

.time-card.package .package-body .times .to {
    float: left;

}

.time-card.package .time-card-header {
    border-radius: 0px;
}

.time-card.package {
    border-color: #ebebeb
}

.time-card-body>span {
    margin: 0 14px;
}

.time-card .remaining {
    color: red;
}

.time-card.stock {
    opacity: 0.6;
}

.time-card.chair.stock .time-card-body {
    /* min-height: 53px */
}

.list-times .time-card.stock:hover {
    border-color: #CCC;
}

.available-times .list-times {
    display: none;
}

.available-times .list-times.active {
    display: block;
}

.time-card.chair .time-card-body sp {
    margin: 0 3px;
}

.select2-container {
    width: 100% !important;
}

.available-times {
    display: none;
}

.available-times.active {
    display: block;
}

.tabs {
    width: 100%;
    margin-top: 20px;
    display: none;
}

.tab-header {
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #ddd;
}

.tab {
    padding: 10px;
    cursor: pointer;
    font-size: 16px !important;
}

.tab.active {
    border-bottom: 2px solid #007bff;
    
}

.tab-content {
    margin-top: 20px;
    display: block;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.error-message {
    display: none;
}

.list-times .time-card.table .time-card-header {
    white-space: break-spaces;
}

