.conference-table.overflow-auto { 
    overflow-x: auto; 
    margin: 40px 0;
    padding: 50px 0 0;
}

.container-table {
    width: 1230px !important;
    margin: 0 auto !important;
    padding-left: 30px;
    padding-right: 30px;
}

.conference-table .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #d4d3d1;
    border-bottom: 1px solid #d4d3d1;
    margin-top: -1px;
}

.conference-table .row-header { border: none; }

.conference-table .col-1 {
    width: 137px;
    height: 100px;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 5px 7px;
    background-image: linear-gradient(to bottom, #fff 10%, rgba(255, 255, 255, 0) 0%);
    background-position: right;
    background-size: 2px 16px;
    background-repeat: repeat-y;
}

.conference-table .col-1 p { 
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.2
}

.conference-table .col-2 {
    width: 280px;
    height: 100px;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 5px;
}

.conference-table .col-1.col-header p {
    position: absolute;
    right: -15px;
    top: -15px;
}

.conference-table .col-1.col-header {
    position: relative;
    height: 30px;
}


.conference-table .bg--orange { background: #ee6725; }
.conference-table .bg--red { background: #ee2d24; }
.conference-table .bg--purple { background: #823585; }
.conference-table .bg--green { background: #02a24c; }
.conference-table .bg--yellow { background: #f8be15; }
.conference-table .bg--blue { background: #41acc0; }


.conference-table .txt--black { color: #252420; }

.conference-table .txt--rotate { transform: rotate(45deg); }

.conference-table .txt--big { font-size: 16px !important; }

.confereence-explanation.conference-table {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    max-width: 1230px;
    margin: 0 auto 50px;
}

.confereence-explanation.conference-table p {
    padding: 5px 10px;
    width: 100%;
    max-width: 150px;
    text-align: center;
}




.weekend-table.overflow-auto { 
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 50px;
}

.container-weekend {
    width: 850px;
    margin: 0 auto;
    padding-left: 100px;
    padding-right: 20px;
}

.weekend-table .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #d4d3d1;
    border-bottom: 1px solid #d4d3d1;
    margin-top: -1px;
    position: relative;
}

.weekend-table .row.row-header {
    border: none;
    border-bottom: 3px solid #fff;
}

.weekend-table .col-1.col-header {
    width: 20%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    height: 100px;
}

.weekend-table .col-1 { 
    width: 20%;
    height: 40px;
    position: relative;
    text-align: center;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.weekend-table .col-md-12 { 
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.weekend-table .txt--time {
    position: absolute;
    left: -80px;
    top: -10px;
    margin: 0;
}

.weekend-table .txt--time:after {
    content: "";
    position: absolute;
    width: 23px;
    height: 1px;
    background: #fff;
    right: -45px;
    top: 9px;
}

.weekend-table .txt--time-first:after {
    height: 3px;
    background: #fff;
    right: -45px;
    top: 7px;
}

.weekend-table .box { 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.weekend-table p { margin: 0 }

.weekend-table .box p {
    margin: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
    line-height: 1.2;
    color: #fff;
}

.weekend-table .box-2 { height: 81px; }

.weekend-table .box-3 { height: 122px; }

.weekend-table .box-4 { height: 163px; }

.weekend-table .box-5 { height: 204px; }

.weekend-table .box-6 { height: 245px; }

.weekend-table .box-7 { height: 286px; }

.weekend-table .txt--black { color: #252420 !important; }

.weekend-table .bg--orange { background: #ee6725; }
.weekend-table .bg--red { background: #ee2d24; }
.weekend-table .bg--purple { background: #823585; }
.weekend-table .bg--green { background: #02a24c; }
.weekend-table .bg--yellow { background: #f8be15; }
.weekend-table .bg--blue { background: #41acc0; }
.weekend-table .bg--dark-grey { background: #44403f; }
.weekend-table .bg--grey { background: #d3d3d5; }


.vc_gitem_row vc_row.vc_gitem-row-position-bottom {
    color: white !important;
    font-size: 16px !important;
    font-weight: bold !important;
    background: black !important;
}