.navbar-brand img{ max-height: 70px;}
.loader-overlay {
    position: fixed; /* Make it fixed to cover the whole viewport */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
    display: flex;
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
    z-index: 9999; /* Ensure it's on top of other elements */
}
.usermenu{ left: -100px !important;}
.switch-box{ display:none !important;}
.ck-powered-by{ display: none !important;}
figure.image {
    display: inline-block;
    max-width: 100%;
    resize: both;
    overflow: hidden;
}

figure.image img {
    width: 100%;
    height: auto;
}
.cursor-pointer {
  cursor: pointer;
}
video::-internal-media-controls-download-button {
  display:none;
}

video::-webkit-media-controls-enclosure {
  overflow:hidden;
}

video::-webkit-media-controls-panel {
  width: calc(100% + 30px); /* Adjust as needed */
}
/*
.ck.ck-editor__editable.ck-focused:not(.ck-editor__nested-editable) {
   overflow-y: hidden !important;
  }
  .ck.ck-editor__editable_inline{
    overflow-y: hidden !important;
  }
    */