.header-link-icon-landing {
  width: 2.25rem;
  height: 2.25rem;
  font-size: 1rem;
  fill: var(--header-icon-color);
  color: var(--header-icon-color);
  transition: all ease 0.05s;
  position: relative;
  padding: 6px;
  border-radius: 50%;
  background-color: var(--custom-white);
  border: 1px solid var(--default-border);
}
.page {
  min-height: auto;
}
.table th,
.table td {
  padding: .8rem 1.25rem;
}
table.dataTable thead th {
  text-align: center !important;
}
.btn-group-action {
  margin: -5px auto;
}
.tox-tinymce {
    border: 1px solid var(--input-border) !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    /* -webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important; */
}
.tox .tox-statusbar {
    border-top: 1px solid var(--input-border) !important;
}
.tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type) {
    border-right: 1px solid var(--input-border) !important;
}
.tox .tox-dialog-wrap__backdrop--opaque {
    background-color: rgba(255,255,255,.5) !important;
}
.tox .tox-toolbar, .tox .tox-toolbar__overflow, .tox .tox-toolbar__primary {
    background: #fff !important;
    border-bottom: 1px solid var(--input-border) !important;
}
textarea.tinymce {
    height: 2.5rem;
}
.load_tinymce {
    margin-top: -2.5rem;
}
.dropify-message p {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}
.card-img-box {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.card-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dt-wrap {
    white-space: normal !important;
    word-break: break-word;
}