html {
    scroll-behavior: smooth;
}

.tableContainer {
}

.tableContainer ul li {
    height: 60px;
    border-bottom: 0.7px solid #8080806b;
    display: flex;
    align-items: center;
}

.tableContainer .stricky {
    border-left: 0.7px solid #8080806b;
    border-top: 0.7px solid #8080806b;
}

.tableContainer .stricky li {
    padding: 0 0.5rem;
    /* background-color: #fcbe9e30; */
    font-weight: 500;
    color: #2e2c2c;
}

.tableContainer li:nth-child(odd) {
    background-color: #fcbe9e1f;
}

.tableContainer .carousel li {
    text-align: center;
    align-items: center;
    justify-content: center;
    border-right: 0.7px solid #8080806b;
}

.tableContainer ul li img {
    margin: 0 auto;
}

.tableContainer .carousel {
    border-left: 0.7px solid #8080806b;
    border-right: 0.7px solid #8080806b;
    border-top: 0.7px solid #8080806b;
}

.tableContainer .col-title {
    height: 70px;
    font-weight: bold;
    color: #fd5602;
    font-size: 16px;
}
.slick-prev,
.slick-next {
    top: 198px;
    border-radius: 50px;
    padding-top: 1px;
    padding-left: 0.4px;
    width: 30px;
    height: 30px;
    transform: scale(1.4);
    /* background-color: #fff !important; */
}

.slick-next:before,
.slick-prev:before {
    color: #fd5602 !important;
    opacity: 1;
    width: 30px;
    height: 30px;
}
.slick-next {
    padding-right: 0.8px;
}

.slick-prev .slick-arrow {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    background-color: red !important;
}

.tableContainer .col-title {
    align-items: flex-end !important;
}

@media only screen and (max-width: 600px) {
    /*Smartphones [0 -> 600px]*/
    .tableContainer ul li {
        height: 70px;
    }

    .slick-prev,
    .slick-next {
        top: 240px;
    }
}
