﻿/* Scroll */
.scrolling-body::-webkit-scrollbar {
    width: 0.65rem;
    height: 0.55rem;
}

.scrolling-body::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 3px;
}

.scrolling-body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.scrolling-wrapper::-webkit-scrollbar {
    width: 0.45rem;
    height: 0.55rem;
}

.scrolling-wrapper::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 3px;
}

.scrolling-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* Scroll */

a {
    cursor: pointer;
}
