.search-result {
    display: none;
    max-height: 400px;
    margin-bottom: 10px;
    overflow-x: hidden;
    border-left: none;
    border-right: none;
    border-top: 1px solid #797979;
    border-bottom: 1px solid #797979;
    margin-top: 10px;
    overflow-y: scroll;
}

.close-search-result {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: max-content;
    background-color: var(--orange);
    padding: 2px 18px;
    border: none;
}

.c3d__sections-list {
    display: flex;
    flex-wrap: wrap;
    margin: 10px -5px 0;
}
.search__light {
    background-color: #ffd05645;
}

.c3d__sections__item {
    cursor: pointer;
    width: calc(20% - 10px);
    text-align: center;
    display: flex;
    margin: 5px;
    justify-content: center;
    align-items: center;
    height: 65px;
    background-color: #eee;
    padding: 15px 5px;
    box-sizing: border-box;
    font-weight: 400;
}

.c3d__sections-section {
    margin-top: 20px;
}

.c3d__sections-section-title {
    font-size: 22px;
}

.c3d-title {
    font-size: 28px;
}

.c3d-subtitle {
    margin-top: 10px;
    font-size: 16px;
}

.c3d__search {
    margin-top: 40px;
}

.c3d-subtitle {
    margin-top: 15px;
}

.c3d__sections-section-title {
    margin-bottom: 5px;
}

.c3d__searchdesk {
    margin-bottom: 10px;
    font-size: 16px;
}

.c3d__seatch-row {
    cursor: pointer;
}

.c3d__seatch-row:hover {
    background-color: #f3b41126;
}

.c3d__sections {
    padding-bottom: 40px;
}
.c3d-stbl thead {
    position: sticky;
    top: 0;
}


.c3d__seatch-row td:nth-child(1), .c3d-stbl thead tr th:nth-child(1) {width: 28%}
.c3d__seatch-row td:nth-child(2), .c3d-stbl thead tr th:nth-child(2) {width: 12%;min-width: 130px;}
.c3d__seatch-row td:nth-child(3), .c3d-stbl thead tr th:nth-child(3) {width: 15%;min-width: 144px;}
.c3d__seatch-row td:nth-child(4), .c3d-stbl thead tr th:nth-child(4) {width: 8%}
.c3d__seatch-row td:nth-child(5), .c3d-stbl thead tr th:nth-child(5) {width: 8%;min-width: 75px;}
.c3d__seatch-row td:nth-child(6), .c3d-stbl thead tr th:nth-child(6) {width: 29%}

.close-search-result:hover {
    color: #610c57;
    background-color: #F9C235;
}

.c3d__title a {
    font-size: 18px;
    padding-left: 20px;
}

.search-result-wrapper {
    position: relative;
}

.ml__loader-search {
    display: none;
    position: absolute;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: 9 !important;
    background-color: rgba(255, 255, 255, 0.75);
}

.ml__loader-search.active {
    display: block;
}

.ml__loader-search .cont {
    height: 100px;
    width: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
}

.ml__loader-search .circles {
    height: 80px;
    width: 80px;
    background: url(/local/templates/chetra/img/gearload.svg);
    background-size: cover;
    position: absolute;
    left: 7px;
    top: 27px;
    overflow: hidden;
}

#nogear1 {
    left: -25px;
    top: 0px;
    animation-name: crcA1;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

#nogear2 {
    left: 45px;
    top: -25px;
    animation-name: crcA2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


#nogear3 {
    left: 55px;
    top: 50px;
    animation-name: crcA1;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes crcA1 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes crcA2 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

.search-button {
    cursor: pointer;
}

.c3d__section-title {
    font-size: 22px;
}

.c3d__section-subtitle {
    margin-top: 5px;
}

@media (max-width: 1399.98px) {
    .c3d__sections__item {
        width: calc(25% - 10px);
    }
}

@media (max-width: 991.98px) {
    .c3d__sections__item {
        padding: 5px;
        font-size: 13px;
    }
}

@media (max-width: 767.98px) {
    .c3d__sections__item {
        width: calc(33.333% - 10px);
    }
}

@media (max-width: 575.98px) {
    .c3d__sections__item {
        width: calc(50% - 10px);
    }
}