.nav-button-profile {
  background-color: transparent !important;
  border: 0px !important;
  font-size: 90% !important;
}
.nav-button-profile:hover,
.nav-button-profile:focus {
  background-color: #ffffff33 !important;
}
@media screen and (max-width: 991px) {
  .sidebar.small-open {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0) !important;
    transition: ease all 0.5s;
  }
  .sidebar.small-open ~ .main-panel,
  .main-header.small-open {
    -webkit-transform: translate3d(250px, 0, 0);
    -moz-transform: translate3d(250px, 0, 0);
    -o-transform: translate3d(250px, 0, 0);
    -ms-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0) !important;
    transition: ease all 0.5s;
  }
  .navbar-brand {
    width: 100% !important;
    max-width: 100% !important;
  }
  .main-panel > .content {
    min-height: calc(10vh) !important;
  }
}
@media screen and (min-width: 992px) {
  .sidebar.large-closed {
    position: fixed;
    left: 0 !important;
    right: 0;
    top: 62px;
    -webkit-transform: translate3d(-270px, 0, 0);
    -moz-transform: translate3d(-270px, 0, 0);
    -o-transform: translate3d(-270px, 0, 0);
    -ms-transform: translate3d(-270px, 0, 0);
    transform: translate3d(-270px, 0, 0) !important;
    transition: all 0.5s;
    margin-top: 0;
  }
  .sidebar.large-closed ~ .main-panel {
    width: 100% !important;
  }
  .sidebar .user {
    display: none;
  }
}
.main-header {
  min-height: 62px !important;
  max-height: 62px !important;
}
.sidebar .sidebar-wrapper {
  padding-bottom: 0px;
}
.main-panel > .content .from-top,
.main-panel > .content .from-bottom {
  transition: 0.5s ease all;
}
.animate-from-top {
  transform: translateY(-50vh);
}
.animate-from-bottom {
  transform: translateY(200vh);
}
.form-control:focus,
tags.tagify.tagify--focus {
  border-color: #0f4479 !important;
}
.ql-editor {
  max-height: calc(100vh - 200);
}
.btn-border.btn-white:disabled {
  background-color: transparent !important;
}
.invalid-feedback,
.valid-feedback {
  white-space: break-spaces !important;
}
tags.tagify {
  border-radius: 4px;
}