td {
  background: unset;
}

.animated-bs-alert {
  overflow: hidden;
  display: none;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}
.animated-bs-alert .alert-message {
  z-index: 9999;
}
@media only screen and (max-width: 921px) {
  .animated-bs-alert {
    font-size: 0.85rem;
    border-radius: 0;
  }
}
.animated-bs-alert span.alert-message {
  position: relative;
  z-index: 2;
}
.animated-bs-alert .alert-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #21252912;
  z-index: 1;
}
.animated-bs-alert.alert-dark {
  background: #000;
  border-left: 5px solid #2d2d2d;
  color: #fff;
  box-shadow: 0 0 13px 6px #0000001a;
}
.animated-bs-alert.alert-dark .alert-overlay {
  background: #f8f9fa2e;
}
.animated-bs-alert.alert-info {
  background: #18afbd;
  border-left: 5px solid #138792;
  color: #fff;
  box-shadow: 0 0 13px 6px #0000001a;
}
.animated-bs-alert.alert-primary {
  background: #007bff;
  border-left: 5px solid #003977;
  color: #fff;
  box-shadow: 0 0 13px 6px #0000001a;
}
.animated-bs-alert.alert-success {
  background: #28a745;
  border-left: 5px solid #1d7932;
  color: #fff;
  box-shadow: 0 0 13px 6px #0000001a;
}
.animated-bs-alert.alert-danger {
  background: #dd4444;
  border-left: 5px solid #b23737;
  color: #fff;
  box-shadow: 0 0 13px 6px #0000001a;
}
.animated-bs-alert.alert-warning {
  background: #cd9c08;
  border-left: 5px solid #8e6c06;
  color: #fff;
  box-shadow: 0 0 13px 6px #0000001a;
}
.animated-bs-alert.alert-purple {
  background: #7045bd;
  border-left: 5px solid #52338b;
  color: #fff;
  box-shadow: 0 0 13px 6px #0000001a;
}
.animated-bs-alert.alert-fuchsia {
  background: #ce2672;
  border-left: 5px solid #8e1a4f;
  color: #fff;
  box-shadow: 0 0 13px 6px #0000001a;
}
.animated-bs-alert .close {
  box-shadow: none !important;
  opacity: 1;
  z-index: 5;
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 0;
  float: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 34px;
  color: #fff;
  text-decoration: none !important;
}
.animated-bs-alert .close span {
  box-shadow: none;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.animated-bs-alert .close:hover span, .animated-bs-alert .close:focus span {
  color: #fff;
  opacity: 0.35;
}

.c-pointer {
  cursor: pointer;
}

.modal-dialog .modal-content {
  padding-top: 24px;
}
.modal-dialog [data-dismiss=modal] {
  background: none;
  position: absolute;
  right: 5px;
  top: 5px;
  border: none;
  font-size: 24px;
  color: #ff0000;
  z-index: 999;
}
.modal-dialog [data-dismiss=modal] span {
  opacity: 0.5;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.modal-dialog [data-dismiss=modal] span:hover {
  opacity: 1;
}

.mobile-on {
  display: none;
}
@media only screen and (max-width: 921px) {
  .mobile-on {
    display: initial;
  }
}

@media only screen and (max-width: 921px) {
  .mobile-off {
    display: none;
  }
}

[data-copy].alert {
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
[data-copy].alert:after {
  content: "\f0c5";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding: 0.25rem 0.75rem;
  border-radius: 0.25rem;
  background: #fff;
  color: #000;
  margin-left: auto;
  opacity: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
[data-copy].alert:hover:after {
  opacity: 1;
}

.hv-100 {
  height: 100vh;
}

.v-align-middle {
  vertical-align: middle !important;
}

.nowrap {
  white-space: nowrap;
}

.border-radius-0 {
  border-radius: 0 !important;
}

.sticky-top {
  position: sticky;
  top: 0;
}

[contenteditable] {
  position: relative;
  padding: 0.25rem 24px 0.25rem 0.55rem;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
[contenteditable].right {
  text-align: right;
}
[contenteditable].left {
  text-align: left;
}
[contenteditable]:after {
  content: "\f044";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  opacity: 0.2;
  font-size: 0.85rem;
  right: 5px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  justify-content: center;
  align-items: center;
  align-content: center;
}
[contenteditable]:focus-visible, [contenteditable]:hover {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #ffc1071f;
}
[contenteditable]:focus-visible:after, [contenteditable]:hover:after {
  color: #524ecb;
  opacity: 0.7;
}

.has-action {
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.has-action.right {
  text-align: right;
}
.has-action.left {
  text-align: left;
}
.has-action:after {
  content: "\f075";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  opacity: 0.2;
  right: 0.25rem;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.has-action:focus-visible, .has-action:hover {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #ffc1071f !important;
}
.has-action:focus-visible:after, .has-action:hover:after {
  color: #524ecb;
  opacity: 0.7;
}

.site-pagination a {
  display: block;
  padding: 0 0.55rem;
  font-weight: 700;
  border-left: 1px solid #d8d8d8;
  background: #e7e7e7;
  color: #5c5c5c;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.site-pagination a.disabled {
  color: #d3d3d3;
}
.site-pagination a:last-child {
  border-right: 1px solid #d8d8d8;
}
.site-pagination a:hover {
  background: #ffffff;
}

.modal.show {
  z-index: 99999999 !important;
}

.big-attention {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0.1;
}
.big-attention i {
  font-size: 8rem;
  position: absolute;
  left: -2rem;
  bottom: 5px;
}

.relative-index {
  position: relative;
  z-index: 1;
}

.strong {
  font-weight: bold !important;
}

.border-bottom-0 {
  border-bottom: none !important;
}

.tooltip.show {
  z-index: 999999999999;
}

.crd {
  white-space: unset;
  width: 240px;
  max-width: 240px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
}

.custom-radio {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  width: 40px;
  height: 40px;
  outline: 1px solid #d9d9d9;
}
.custom-radio input {
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden;
}

.custom-tooltip {
  background: #d6d6d6;
  padding: 0.25rem 0.75rem;
  border-radius: 0.25rem;
  color: #000;
}
.custom-tooltip:before {
  content: "";
  display: block;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #d6d6d6;
  border-left: 10px solid transparent;
  position: absolute;
  top: -20px;
}

.mwfc {
  width: -moz-fit-content !important;
  width: fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
}

.text-success.online-status {
  text-shadow: 0 0 5px green;
}

.loading-icon {
  margin-left: 1rem;
}
.loading-icon span {
  display: inline-block;
  background: #fff;
  width: 3px;
  height: 3px;
  margin: 0 2px;
  animation-name: ldgif;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
}
.loading-icon span:nth-child(1) {
  animation-duration: 0.2s !important;
}
.loading-icon span:nth-child(2) {
  animation-duration: 0.4s !important;
}
.loading-icon span:nth-child(3) {
  animation-duration: 0.6s !important;
}
.loading-icon.dark span {
  background: #2d2d2d;
}

@keyframes ldgif {
  0% {
    height: 3px;
  }
  100% {
    height: 6px;
  }
}
span.menu-open {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  width: 16px;
  height: 16px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
span.menu-open.light {
  color: #ffffff;
}
span.menu-open.light span {
  background: #ffffff;
}
span.menu-open.info {
  color: #17a2b8;
}
span.menu-open.info span {
  background: #17a2b8;
}
span.menu-open.primary {
  color: #007bff;
}
span.menu-open.primary span {
  background: #007bff;
}
span.menu-open.secondary {
  color: #6c757d;
}
span.menu-open.secondary span {
  background: #6c757d;
}
span.menu-open.success {
  color: #28a745;
}
span.menu-open.success span {
  background: #28a745;
}
span.menu-open.warning {
  color: #ffc107;
}
span.menu-open.warning span {
  background: #ffc107;
}
span.menu-open.danger {
  color: #dc3545;
}
span.menu-open.danger span {
  background: #dc3545;
}
span.menu-open:focus-visible, span.menu-open:hover {
  border: 2px solid;
  border-radius: 99999px;
  overflow: hidden;
  padding: 0.25rem;
}
span.menu-open:focus-visible span:nth-child(2), span.menu-open:hover span:nth-child(2) {
  width: 50%;
}
span.menu-open span {
  display: block;
  width: 100%;
  height: 3px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
span.menu-open span:hover:nth-child(2) {
  width: 50%;
}
.page-loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f8f8f8;
  z-index: 10000000000000003000000000;
}

.tools-menu a {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.tools-menu a:hover {
  text-decoration: none;
  background: #f8f8f8;
}

.info-alert {
  background: #1170d6;
  color: #cce1f7;
  border-radius: 0.55rem;
  box-shadow: 0 0 11px 1px #0000002e;
}
.info-alert hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.75);
}

.upload-placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.upload-placeholder .upload-overlay {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #ffffff7a;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 0.2;
}
.upload-placeholder .upload-overlay:hover {
  opacity: 1;
}
.upload-placeholder input[type=file] {
  position: absolute;
  display: none;
  opacity: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
}
.upload-placeholder [data-trigger=reset-default] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.upload-placeholder img {
  max-width: 100%;
}

.btn-counter-badge {
  background: #ff0000;
  font-weight: bold;
  font-size: 10px;
  border-radius: 0;
  position: absolute;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  bottom: -1px;
  right: -1px;
}

.w-10 {
  width: 10%;
}

.w-15 {
  width: 15%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-35 {
  width: 35%;
}

.w-40 {
  width: 40%;
}

.w-60 {
  width: 60%;
}

.w-65 {
  width: 65%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-85 {
  width: 85%;
}

.w-90 {
  width: 90%;
}

.no-ovf {
  overflow: hidden;
}

.modal-xxl {
  width: 90%;
  max-width: 90%;
}

.v-align-middle-tr td {
  vertical-align: middle !important;
}

[data-copy] {
  cursor: pointer;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
[data-copy]:hover {
  opacity: 0.7;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.font-1 {
  font-size: 1.2rem;
}

.mh-800 {
  min-height: 800px;
}

/*# sourceMappingURL=global-v0.1.5.css.map */
