.hide,.hidden{
    display:none;
}
.css-1wktxpa{
    display: none!important;
}
.app-icons .btn-group-sm>.btn, .btn-sm{
    font-size: .65rem!important;
}

img{max-width: 100%!important;}

.ql-editor{
    min-height: 8rem!important;
    max-height: 8rem!important;
    overflow: auto;
}
.large .ql-container .ql-editor{
    min-height: 12rem!important;
    max-height: 12rem!important;
    overflow: auto;
}
.dz-message{
    padding: unset!important;
    border:unset!important;
}
#video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
  }
  
  #video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
.btn:disabled, .btn.disabled, fieldset:disabled .btn{
    pointer-events:unset!important;
}

.multiselect__clear {
    position: absolute;
    right: 41px;
    height: 40px;
    width: 40px;
    display: block;
    cursor: pointer;
    z-index: 2;
}
.multiselect__clear:before {
    transform: rotate(45deg);
}
.multiselect__clear:after {
    transform: rotate(-45deg);
}
.multiselect__clear:after, .multiselect__clear:before {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 16px;
    background: #aaa;
    top: 12px;
    right: 4px;
}

.leader-content .section-title h2{
	max-width: unset!important;
}
.leader-content .section-title p{
	max-width: unset!important;
}

.ck-editor__editable {
    max-height: 200px;
}
.attachments-row{
    max-height: 100px;
    overflow: auto;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
  }
  
  ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
  }
  .panel-body img{
    width: 100%!important;
  }
  ul.list-style-none{
      list-style: none;
      padding-left: 0px;;
  }
.dropzone {
    min-height: 90px;
    padding: 5px 5px;
}   
.apps-img{
    max-width: 500px;
    margin-bottom: 15px;
}
.apps-div h3,.apps-div h4{
    font-size: 21px!important;
}

.sync-setup .nav-link,
.sync-setup .nav-pills .nav-link {
    font-size: 1.25rem !important;
}