body::-webkit-scrollbar {
    width: 10px;
  }
  
  body::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background-color: #ff6b1d;
  }
  
  body::-webkit-scrollbar-track {
    background: #fcfcfc;
  }
  
  a.btn.btn-outline-primary:hover:not([disabled]),a.btn.btn-default:hover:not([disabled]),input.btn.btn-outline-primary:hover:not([disabled]),input.btn.btn-default:hover:not([disabled]),button.btn.btn-outline-primary:hover:not([disabled]),button.btn.btn-default:hover:not([disabled]),label.btn.btn-outline-primary:hover:not([disabled]),label.btn.btn-default:hover:not([disabled]) {
    background: #e97131;
    color: #fff
  }
  
  img.profile_avatar_frame {
    position: absolute;
    left: 0px;
    top: -15px;
    transform: scale(0.93);
  }
  
  img.forum_avatar_frame {
    position: absolute;
    background: none !important;
    left: -7px;
    top: -7px;
    transform: scale(1.1);
    box-shadow: none !important;
    border-radius: 0px !important;
  }
  
  @media (min-width: 576px) {
    img.profile_avatar_frame {
      transform: scale(0.98);
    }
  }
  
  @media (min-width: 768px) {
    img.profile_avatar_frame {
      transform: scale(1.05);
      left: 0px;
      top: -15px;
    }
  }
  
  @media (min-width: 992px) {
    img.profile_avatar_frame {
      transform: scale(0.75);
      left: 0px;
      top: -15px;
    }
  }
  
  
  
  @media (min-width: 1200px) {
    img.profile_avatar_frame {
      transform: scale(0.83);
      left: 0px;
      top: -15px;
    }
  }
  
  .friend > div > a {
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: row;
    gap: 5px;
    padding-left: 1px;
  }
  
  a[style="color: #FFFFFF;group: 1;"] > span {
    color: #ffffff;
    font-weight: bold;
    text-shadow: 1px 0 1px #f00, 0 1px 1px #f00, -1px 0 1px #f00, 0 -1px 1px #f00;
  }
  
  .chatbro_header_minimized_movable {
    display: flex !important;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
  
  .chatbro_header.chatbro_minimized_header.chatbro_opacity {
    border: 1px solid #f0f0f0;
  }
  
  li.menu-logo {
    height: 100%;
    display: flex;
    padding: 10px 20px;
  }
  
  li.menu-logo>a>img {
    object-fit: fill;
    height: 100%;
  }
  
  li.menu-logo>a {
    padding: 0 !important;
    float: none!important;
    height: 100%!important;
    border-bottom: 0 !important;
  }
  
  li.menu-logo>a::after {
    display: none !important;
  }