/* This is a file for custom, non template-related CSS. */
/* For template-related CSS see extend.css */

.main-header-left {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.table tbody tr {
  vertical-align: middle;
}

.paginator {
  padding-left: calc(var(--bs-gutter-x) / 2);
  padding-right: calc(var(--bs-gutter-x) / 2);
}

.page-item.active .page-link {
  background-color: #24695c !important;
  border-color: #24695c !important;
  color: #fff !important;
}

.page-link {
  color: #24695c !important;
}

.dropdown-basic > .btn-group > a {
  padding-top: 10px;
  max-height: 43px;
}

.dropdown-basic .dropdown .dropdown-content {
  left: auto !important;
  top: 44px !important;
}

.border-box {
  border: 1px solid #e6edef;
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
}

.editor-frame {
  border: 1px solid var(--msos-color-slate);
  border-radius: 4px;
  padding: 30px 10px;
  min-height: 100px;
}

.editor-frame ul li {
  list-style-type: circle;
  margin-left: 20px;
}

/* .editor-frame thead,
.editor-frame tbody,
.editor-frame tfoot,
.editor-frame tr,
.editor-frame td,
.editor-frame th {
  border-width: 2px;
  border-color: var(--msos-color-slate-dark);
} */

.editor-frame td {
  padding: 4px 8px;
}

.ping {
  display: inline-block;
  position: relative;
  width: var(--ping-size, 10px);
  height: var(--ping-size, 10px);
}

.ping .ping__solid {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--ping-color, #f00);
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.ping .ping__animation {
  animation: ping 1.25s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes ping {
  0% {
      transform: translate(-50%, -50%) scale(1);
      opacity: 0.75;
  }
  75%,
  100% {
      transform: translate(-50%, -50%) scale(2);
      opacity: 0;
  }
}

.order-history table tbody tr td {
  color: #242934;
}

.row.details > div {
  margin-bottom: 5px;
}

.file-content .files .file-box {
  margin-left: 10px;
}

.file-content .files .file-box .file-top {
  height: 150px;
  font-size: 60px;
}
