#app,
.page-content {
  height: 100%;
}

.w50 {
  width: 50px;
}
.w60 {
  width: 60px;
}
.w100 {
  width: 100px;
}
.w125 {
  width: 125px;
}
.w140 {
  width: 140px;
}
.w150 {
  width: 150px;
}
.w200 {
  width: 200px;
}
.w250 {
  width: 250px;
}

.brand-name {
  margin: 0;
  color: white;
  font-weight: 600;
  font-size: 18px;
  padding: 0;
  line-height: normal;
}

.mb-3 .col-lg-9 img {
  max-height: 10em;
  margin-top: 8px;
  border-radius: 7px;
}

/* .table tr:hover {
  background-color: #EAECEE !important;
} */

.daterangepicker .drp-buttons {
  display: none !important;
}

.dz-error-message {
  cursor: pointer !important;
}

.disable .ck-editor__top,
.disable .dz-success-mark,
.disable .select2-selection__arrow,
.disable .dz-message:before {
  display: none !important;
}
.disable .ck-content {
  border-radius: 0.375rem !important;
}
.disable .select2-selection__choice {
  opacity: 1 !important;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input:disabled {
  opacity: 1 !important;
}
.disable .form-control:disabled,
.disable .select2-selection--single,
.disable .select2-selection--multiple {
  background-color: white;
}

.dz-image img {
  object-fit: cover;
}

table td p {
  margin: 0;
}

.red {
  color: #f52d56 !important;
}

.green {
  color: #08a98c !important;
}
