HEX
Server: Apache
System: Linux msm5694.mjhst.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: camjab_ssh (1000)
PHP: 5.3.29
Disabled: NONE
Upload Files
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; 
}