.middle-box h1 {
    font-size: 90px !important;
}

.pagination {
  margin-top: 0px;
}

span.stat-legend-0 {
  width:15px;
  height: 15px;
  border: 1px solid #ddd;
  background: #53C6AF;
  padding-right: 15px;
  margin-right: 5px;
  margin-left: 20px;
}

span.stat-legend-1 {
  width:15px;
  height: 15px;
  border: 1px solid #ddd;
  background: #E5E5E5;
  padding-right: 15px;
  margin-right: 5px;
  margin-left: 5px;
}

#gars-table {
  font-size: 12px;
}

sup.required {
  color:red;
}

.dropzone .dz-preview.dz-error .dz-error-message {
  margin-top: 20px;
  }

.float-right {
  float:right;
}
.chat-discussion {
  background: #fff;
}
.chat-users {
  border-left: 1px solid #e7eaec !important;
}

.attachment-uploader {
  border: 1px dashed #cfcfcf;
  padding: 15px;
  background: #fafafa;
  border-radius: 4px;
}

.attachment-uploader__drop--active {
  border: 1px dashed #1ab394;
  background: #f1fffb;
}

.attachment-uploader__label {
  display: block;
  cursor: pointer;
  margin-bottom: 10px;
}

.attachment-uploader__input {
  display: none;
}

.attachment-uploader__text {
  color: #777;
}

.attachment-uploader__list {
  margin: 10px 0 0;
}

.attachment-uploader__item {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.attachment-uploader__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.attachment-uploader__meta {
  display: flex;
  gap: 10px;
  align-items: center;
}

.attachment-uploader__thumb {
  width: 48px;
  height: 48px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.attachment-uploader__thumb-img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.attachment-uploader__item--error .attachment-uploader__status {
  color: #d9534f;
}

.attachment-uploader__remove {
  margin-top: 6px;
}

.file .file-name small {
  overflow-wrap: anywhere;
}

@media only screen and (min-width:991px) and (max-width: 1440px)  {

.header-report .ibox-title {
  padding: 15px 15px 7px;
  height: 90px;
}

.header-report .ibox-title h5{
  padding-top: 5px;
  font-size: 12px;
}

.header-report .ibox-content {
  margin-top: 10px;
}


  
} 
