.timeline::-webkit-scrollbar { /* WebKit */
  width: 8px;
}
.timeline::-webkit-scrollbar-track { /* WebKit */
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .25); 
  border-radius: 3px;
  opacity: 0;
}
.timeline::-webkit-scrollbar-thumb { /* WebKit */
  background: #268ef0d8;
  border-radius: 3px;
}


.message-container::-webkit-scrollbar { /* WebKit */
  width: 3px;
}
.message-container::-webkit-scrollbar-track { /* WebKit */
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .25); 
  border-radius: 3px;
  opacity: 0;
}
.message-container::-webkit-scrollbar-thumb { /* WebKit */
  background: #268ef0d8;
  border-radius: 3px;
}

.message-container{
  min-height: 400px;
  max-height: 400px;
  overflow: auto;
  margin-bottom: 20px;
  border: 1px solid #e2e2e2;
}

.footer-main {
  background: #0382BF;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-main img {
  width: 250px;
  margin-bottom: 10px;
}

.footer-main p {
  width: 100%;
  max-width: 800px;
  margin: auto;
  margin-bottom: 20px;
  font-weight: 400;
}
.footer-main h4 {
  margin-bottom: 18px;
  display: block;
  font-size: 24px;
  margin-top: 11px;
}
.footer-main .footer-links li a {
  font-weight: bold;
  padding: 10px;
  font-size: 19px;
  color: #fff !important;
  margin-bottom: 10px;
  display: block;
}

.footer-main .footer-social li {
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 5px;
  display: inline-block;
  text-align: center;
}
.footer-main li i {
  border: 2px solid #fff;
  height: 40px;
  width: 40px;
  font-weight: bold;
  display: inline-block;
  padding: 10px;
  font-size: 16px;
  color: #fff !important;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
}
.footer-main .footer-border {
  border: 1px solid #5194cc;
  padding: 20px;
  height: 270px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
}
.footer-bottom {
  text-align: center !important;
  background: #000 !important;
  padding: 15px !important;
  color: #fff!important;
}
.footer-bottom a {
  color: #fff!important;
}
.footer-main .footer-links li a {
  padding: 7px !important;
}

.footer-main .footer-links li a {
  font-size: 16px !important;
}
.custom-header{
  width:100%;
}
.custom-nav.left-nav{
  width:80%;
}
.right-nav{
  width:20%;
  display: flex;
  justify-content: flex-end;
}
.box_container{
  width: 200px; 
  height: 210px; 
  padding: 10px;
  background:white;
}

.box_container.active .box_html{
  background: #1BC5BD;
}
.box_container.active .label-profile{
  color: #1BC5BD;
}

.box_html{
  border: 1px solid #d8d8d8;
  border-radius: 13px;
  padding: 8px;
  cursor: pointer;
  display: block;
  background:#cecece;
}
.box_html:hover{
  border: 1px solid #1BC5BD;
}
.user-pic {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  object-fit: contain;
  border-radius: 4px;
}
.mobile-title{
  display: none;
}
.login-aside {
  display: flex;
}
/*MEDIA QUERIES*/
@media (max-width: 991px) {
  .login-aside {
    display: none;
  }
  .mobile-title{
    display: flex;
  }
}
@media (max-width: 1229px) {
  .footer-main .footer-border {
    height: 320px;
  }
}

@media (max-width: 990px) {
  .footer-main .footer-border {
    height: auto;
    margin-bottom: 15px;
  }
}

@media (max-width: 991px) {
  .nav.custom-nav{
    margin-top:40px
  }
  .nav.custom-nav .nav-item{
    width: 100%;
    margin-top:15px
  }
  .custom-header{
    width:275px;
  }

  .right-nav{
    display: block;
    width: 100%;
  }
}
.form-group {
  margin-bottom: 20px;
}
.btn-success {
color: #ffffff;
background-color: #1BC5BD;
border-color: #1BC5BD;
-webkit-box-shadow: none;
box-shadow: none; }
.btn-success:hover {
  color: #ffffff;
  background-color: #16a39d;
  border-color: #159892; }
.btn-success:focus, .btn-success.focus {
  color: #ffffff;
  background-color: #16a39d;
  border-color: #159892;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(61, 206, 199, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(61, 206, 199, 0.5); }
.btn-success.disabled, .btn-success:disabled {
  color: #ffffff;
  background-color: #1BC5BD;
  border-color: #1BC5BD; }
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #159892;
  border-color: #138d87; }
  .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
  .show > .btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(61, 206, 199, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(61, 206, 199, 0.5); }