.loading-overlay {
  z-index: 999 !important;
}

[v-cloak] {
  display: none;
}

.page-content-wrapper.breadcrumb {
  padding-top: 50px;
}

.page-content-wrapper.breadcrumb .breadcrumb {
  margin: 0;
}

.help-block {
  font-size: 12px;
  list-style: none;
  color: #c0392b;
  margin-top: 5px;
}

.btn-save-cancel {
  width: 90px;
}

.hide {
  display: none !important;
}

#upload {
  opacity: 0;
}

#upload-label {
  position: absolute;
  top: 50%;
  left: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.image-area {
  border: 2px dashed rgba(255, 255, 255, 0.7);
  padding: 1rem;
  position: relative;
}

.image-area::before {
  content: "Uploaded image result";
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 0.8rem;
  z-index: 1;
}

.image-area img {
  z-index: 2;
  position: relative;
}

.card-header {
  background-color: #ffffff !important;
}

.btn-icon {
  width: 30px;
}

.table th a {
  color: #000000;
}

.select2-container {
  width: 100% !important;
}

.select2-container .select2-selection--single {
  height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px;
}

.has-error .help-block {
  color: #c0392b !important;
}

.has-error .img-fluid {
  border: 1px solid #c0392b !important;
}

.has-error .select2-container .select2-selection--single,
.has-error .multiselect__tags {
  border-color: #c0392b !important;
}

.has-error .ck.ck-reset.ck-editor.ck-rounded-corners {
  border: 1px solid #c0392b !important;
  border-radius: 4px;
}

.has-error .mx-input {
  border: 1px solid #c0392b !important;
}

.has-error .vue-file-agent.file-input-wrapper {
  border-color: #c0392b !important;
}

.mx-datepicker-range,
.mx-datepicker {
  width: 100% !important;
}

.button-menu-mobile {
  display: block !important;
}

.fixed-left.fixed-left-void .topbar {
  left: 0;
}

table th a {
  display: table;
  width: 100%;
}

.no-size .file-size {
  display: none !important;
}

.login-page .card {
  background-color: rgba(255, 255, 255, 0.95);
}

.login-page .footer-copyright {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.modal-header {
  display: block !important;
}

