.bg-body {
    scrollbar-color: #D4AA70 #E4E4E4;
    scrollbar-width: thin;
}

.bg-body::-webkit-scrollbar {
    width: 18px;
}

.bg-body::-webkit-scrollbar-track {
    background-color: #E4E4E4;
    border-radius: 100px;
}

.bg-body::-webkit-scrollbar-thumb {
    border-radius: 100px;
    border: 5px solid transparent;
    background-clip: content-box;
    background-color: #DD9258;
}

.bg-body {
    scrollbar-color: #D4AA70 #E4E4E4;
    scrollbar-width: thin;
}

.bg-body::-webkit-scrollbar {
    width: 18px;
}

.bg-body::-webkit-scrollbar-track {
    background-color: #E4E4E4;
    border-radius: 100px;
}

.bg-body::-webkit-scrollbar-thumb {
    border-radius: 100px;
    border: 5px solid transparent;
    background-clip: content-box;
    background-color: #DD9258;
}

/* project */
.map-item .row .col-rest {
    scrollbar-color: #D4AA70 #E4E4E4;
    scrollbar-width: thin;
}

.map-item .row .col-rest::-webkit-scrollbar {
    width: 18px;
}

.map-item .row .col-rest::-webkit-scrollbar-track {
    background-color: #E4E4E4;
    border-radius: 100px;
}

.map-item .row .col-rest::-webkit-scrollbar-thumb {
    border-radius: 100px;
    border: 5px solid transparent;
    background-clip: content-box;
    background-color: #DD9258;
}

.map-item .row .col-rest {
    scrollbar-color: #D4AA70 #E4E4E4;
    scrollbar-width: thin;
}

.map-item .row .col-rest::-webkit-scrollbar {
    width: 18px;
}

.map-item .row .col-rest::-webkit-scrollbar-track {
    background-color: #E4E4E4;
    border-radius: 100px;
}

.map-item .row .col-rest::-webkit-scrollbar-thumb {
    border-radius: 100px;
    border: 5px solid transparent;
    background-clip: content-box;
    background-color: #0A3542;
}

@media only screen and (max-width: 500px) {

    /* Hide scrollbar for Chrome, Safari and Opera */
    .map-item .row .col-rest::-webkit-scrollbar {
        display: none;
    }

    /* Hide scrollbar for IE, Edge and Firefox */
    .map-item .row .col-rest {
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }
}
