File: /home/httpd/html/chatfree24.com/public_html/templates/default_v2/css/overwrite.css
.aside {
max-height: calc(100vh - 106px);
}
@media(min-width: 991px) {
.aside {
max-height: calc(100vh - 65px);
}
}
@media(min-width: 801px) {
.aside .list-container {
overflow-y: auto;
}
.aside .list-container::-webkit-scrollbar {
width: 10px;
}
.aside .list-container::-webkit-scrollbar-track {
background: #f1f1f1;
}
.aside .list-container::-webkit-scrollbar-thumb {
background: #888;
border-radius: 20em;
}
.aside .list-container::-webkit-scrollbar-thumb:hover {
background: #555;
}
}
.breadcrumbs {
margin-top: 10px;
}
@media (max-width: 602px) {
.img-col {
width: 100%;
}
}
.form-input>.form-control, .form-input>.form-select {
background-color: #fff !important;
}