@font-face {
  font-family: 'Century Gothic Paneuropean';
  src: url(/dashboard/shared/assets/fonts/CenturyGothicPaneuropeanRegular.ttf);
  font-weight: normal;
}

@font-face {
  font-family: 'Century Gothic Paneuropean';
  src: url(/dashboard/shared/assets/fonts/CenturyGothicPaneuropeanSemiBold.ttf);
  font-weight: 600;
}

@font-face {
  font-family: 'Century Gothic Paneuropean';
  src: url(/dashboard/shared/assets/fonts/CenturyGothicPaneuropeanBold.ttf);
  font-weight: 700;
}

@font-face{
  font-family: 'Century Gothic Paneuropean';
  src: url(/dashboard/shared/assets/fonts/CenturyGothicPaneuropeanExtraBold.ttf);
  font-weight: 800;
}

body {
  font-family: 'Century Gothic Paneuropean';
  background-color: #F5F5F5;
}
.unirope-red {
  color: #EC0C1B;
}
.dark-gray {
  color: #8B8B8B;
}
.footer {
  background-color: transparent;
  height: initial;
  padding: 0;
  pointer-events: none;
}
.dropdown-mega-menu-md {
  width: 20rem;
}

#layout-wrapper {
  position: relative;
}

.link {
  word-break: break-all;
}

@media (min-width: 992px) {
  .inline-nav .dropdown:hover>.dropdown-menu>.dropdown:hover>.dropdown-menu {
    display: block;
  }
  .inline-nav .dropdown .dropdown-menu .dropdown .dropdown-menu {
    position: absolute;
    top: 0!important;
    left: 100%;
    display: none;
  }
  .inline-nav .dropdown:hover>.dropdown-menu {
    display: block;
  }
  .inline-nav .dropdown .dropdown-menu {
    margin-top: 0;
    border-radius: 0 0 var(--bs-border-radius) var(--bs-border-radius);
  }
  .inline-nav .dropdown .dropdown-menu .arrow-down::after {
    right: 15px;
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%);
    position: absolute;
  }
  .dropdown-mega-menu-md {
    max-height: 50vh;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  body[data-layout=horizontal] .container-fluid, 
  body[data-layout=horizontal] .navbar-header {
    max-width: 1920px;
  }
}

@media (min-width: 992px) {
  body[data-layout=horizontal] .page-content {
    margin-top: 0;
  }
}

.dataTables_empty {
  text-align: center;
}

.cursor-pointer {
  cursor: pointer;
}

.tui-view-38,
.tui-view-48 {
  display: block;
}

.mh-500px {
  max-height: 500px!important;
}

.dataTables_paginate {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

div.dt-container .dt-paging nav .dt-paging-button {
  cursor: pointer;
  border-radius: 50%;
  width: 33px;
  min-width: 33px;
  height: 33px;
  display: inline-block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px;
  background: #fff;
  border: none;
  color: #000;
}

div.dt-container .dt-paging nav .dt-paging-button.current {
  background: #EC0C1B;
  border: none;
  color: #fff!important;
}

div.dt-container .dt-paging nav .dt-paging-button.previous,
div.dt-container .dt-paging nav .dt-paging-button.next {
  background: #fff;
  color: #000;
}

div.dt-container .dt-paging nav .dt-paging-button:hover {
  border: 1px solid #000;
}

div.dt-container .dt-paging nav .dt-paging-button:last-child .dt-paging-button,
div.dt-container .dt-paging nav .dt-paging-button:first-child .dt-paging-button {
  background: transparent;
  border: 1px solid #8B8B8B;
  width: 40px;
  min-width: 40px;
}

div.dt-container .dt-paging nav .dt-paging-button:last-child .dt-paging-button:hover,
div.dt-container .dt-paging nav .dt-paging-button:first-child .dt-paging-button:hover {
  border: 1px solid #EC0C1B;
}

div.dt-container .dt-paging nav .dt-paging-button > *,
div.dt-container .dt-paging nav .dt-paging-button::before,
div.dt-container .dt-paging nav .dt-paging-button::after {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  align-self: center;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

div.dt-length label {
  margin-left: 0.5rem;
}
.modal-backdrop.show {
  z-index: initial;
}