.custom-scrollbar::-webkit-scrollbar,
.custom-scrollbar::-webkit-scrollbar-button,
.custom-scrollbar::-webkit-scrollbar-thumb {
    width: 7px;
    height: 7px;
}


.custom-scrollbar,
.thin-scrollbar,
.no-scrollbar {
    overflow: auto;
}

.custom-scrollbar::-webkit-scrollbar,
.thin-scrollbar::-webkit-scrollbar,
.no-scrollbar::-webkit-scrollbar {
    background-color: #F3F4F6;
}
.custom-scrollbar::-webkit-scrollbar-button,
.thin-scrollbar::-webkit-scrollbar-button,
.no-scrollbar::-webkit-scrollbar-button {
    background-color: #b0a06c;
}
.custom-scrollbar::-webkit-scrollbar-thumb,
.thin-scrollbar::-webkit-scrollbar-thumb,
.no-scrollbar::-webkit-scrollbar-thumb {
    background-color: #cbb97d;
}
input 
{
    outline:none;
}