/*
 * Syntactig sugar for border radius defintion
 */
/*
 * Media queries for various sizes based on S/M/L value
 */
/*
 * Generates a keyframe entry for all browser based on the given argument and content
 */
/*
 * Generates the standard animation properties based on the given arguments
 */
/*
 * Applies the given tranformation using both standard and browser prefix
 */
/*
 * Generates a float clear after the given element
 */
#lang-selection {
  position: fixed;
  right: 0px;
  top: 0px;
  padding: 10px 20px;
  z-index: 10;
}
#lang-selection .lang-selection-container {
  float: right;
}
#lang-selection .lang-selection-container span.flag-icon {
  float: left;
  padding-top: 10px;
}
#lang-selection .lang-selection-container li.nav-item {
  display: inline-block;
  line-height: 26px;
}
@media only screen and (max-width: 991px) {
  #lang-selection {
    position: relative;
    padding: 0 1rem;
    height: 26px;
    background-color: white;
    width: 100%;
  }
}

#lang-dropdown {
  padding: 0px 0px 0px 10px;
  color: #333;
  font-size: 1rem;
}

/*
 * Syntactig sugar for border radius defintion
 */
/*
 * Media queries for various sizes based on S/M/L value
 */
/*
 * Generates a keyframe entry for all browser based on the given argument and content
 */
/*
 * Generates the standard animation properties based on the given arguments
 */
/*
 * Applies the given tranformation using both standard and browser prefix
 */
/*
 * Generates a float clear after the given element
 */
@font-face {
  font-family: bebsifont;
  src: url(../fonts/Montserrat-Regular.ttf);
  font-display: swap;
}
@font-face {
  font-family: bebsifont;
  src: url(../fonts/Montserrat-SemiBold.ttf);
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: bebsifont;
  src: url(../fonts/Montserrat-Bold.ttf);
  font-display: swap;
  font-weight: 700;
}
.app-background-color {
  background: var(--main-color);
}

.app-text-color {
  color: var(--main-color);
}

.app-orange-color {
  color: var(--color-orange);
}

html {
  font-size: 14px;
}

body {
  font-family: bebsifont, "Helvetica", sans-serif, Arial;
  font-size: 1rem;
}

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

.h2, h2 {
  font-size: 1.714rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: #5e5873;
}

.mt-2, .my-2 {
  margin-top: 1.5rem !important;
}

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.table-container-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.table-container-wrapper .data-list.table {
  table-layout: fixed;
}
.table-container-wrapper .data-list.table td {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.table-container-wrapper .table-column {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .table-container-wrapper .table-column {
    width: 100%;
  }
}
.table-container-wrapper .table-column:nth-child(1) {
  padding-right: 0.75rem;
}
@media only screen and (max-width: 991px) {
  .table-container-wrapper .table-column:nth-child(1) {
    padding-right: 0;
  }
}
.table-container-wrapper .table-column:nth-child(2) {
  padding-left: 0.75rem;
}
@media only screen and (max-width: 991px) {
  .table-container-wrapper .table-column:nth-child(2) {
    padding-left: 0;
  }
}
.table-container-wrapper .table-container {
  padding: 20px;
  background: white;
  box-shadow: var(--portal-shadow);
  border-radius: 5px;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.table-container-wrapper .table-container h4.table-title {
  margin-bottom: 20px;
  position: relative;
}
.table-container-wrapper .table-container.responsive-table:first-child {
  margin-top: 5px;
}
.table-container-wrapper .table-container.responsive-table table {
  table-layout: fixed;
}
.table-container-wrapper .table-container.responsive-table table td a {
  white-space: nowrap;
}
.table-container-wrapper .table-container.responsive-table table td a img {
  height: 30px;
}
.table-container-wrapper .table-container.responsive-table .child-thumbnail {
  display: inline-block;
  width: 50px;
}
.table-container-wrapper .table-container.responsive-table .child-thumbnail img {
  height: 50px;
}
.table-container-wrapper .table-container.responsive-table .child-name {
  font-size: 0.8em;
  font-weight: bold;
  display: inline-block;
}
.table-container-wrapper .table-container.responsive-table .centered {
  text-align: center;
  width: 100px;
}
@media screen and (max-width: 768px) {
  .table-container-wrapper .table-container.responsive-table table th {
    display: none;
  }
  .table-container-wrapper .table-container.responsive-table table tr {
    display: block;
  }
  .table-container-wrapper .table-container.responsive-table table td {
    display: block;
    text-align: right;
    height: 50px;
  }
  .table-container-wrapper .table-container.responsive-table table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    width: 30%;
    text-align: left;
  }
  .table-container-wrapper .table-container.responsive-table table .centered {
    width: unset !important;
  }
  .table-container-wrapper .table-container.responsive-table table .centered div {
    text-align: left !important;
  }
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

@media screen and (max-width: 768px) {
  table.responsive-table th {
    display: none;
  }
  table.responsive-table tr {
    display: block;
  }
  table.responsive-table td {
    display: block;
    text-align: left;
    height: 50px;
  }
  table.responsive-table td.small-hidden {
    display: none !important;
  }
  table.responsive-table td.small-visible {
    display: block !important;
  }
  table.responsive-table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    width: 30%;
    text-align: left;
  }
}
.main-logo {
  pointer-events: none;
  cursor: default;
}

@media only screen and (max-width: 320px) {
  .modal-fullscreen-s {
    padding: 0 !important;
  }
  .modal-fullscreen-s .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100dvh;
    margin: 0;
  }
  .modal-fullscreen-s .modal-content {
    height: 100dvh;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-s .modal-body {
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 375px) {
  .modal-fullscreen-ms {
    padding: 0 !important;
  }
  .modal-fullscreen-ms .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100dvh;
    margin: 0;
  }
  .modal-fullscreen-ms .modal-content {
    height: 100dvh;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-ms .modal-body {
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 576px) {
  .modal-fullscreen-mm {
    padding: 0 !important;
  }
  .modal-fullscreen-mm .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100dvh;
    margin: 0;
  }
  .modal-fullscreen-mm .modal-content {
    height: 100dvh;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-mm .modal-body {
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 768px) {
  .modal-fullscreen-m {
    padding: 0 !important;
  }
  .modal-fullscreen-m .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100dvh;
    margin: 0;
  }
  .modal-fullscreen-m .modal-content {
    height: 100dvh;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-m .modal-body {
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 992px) {
  .modal-fullscreen-ml {
    padding: 0 !important;
  }
  .modal-fullscreen-ml .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100dvh;
    margin: 0;
  }
  .modal-fullscreen-ml .modal-content {
    height: 100dvh;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-ml .modal-body {
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 1200px) {
  .modal-fullscreen-l {
    padding: 0 !important;
  }
  .modal-fullscreen-l .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100dvh;
    margin: 0;
  }
  .modal-fullscreen-l .modal-content {
    height: 100dvh;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-l .modal-body {
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.modal .input-field input, .modal .input-field textarea {
  width: 100%;
}
.modal .input-field input.datepicker, .modal .input-field input.timepicker {
  line-height: 30px;
}
.modal .input-field input[type=checkbox] {
  width: auto;
}
.modal .input-group.date input {
  width: 1% !important;
}
.modal label {
  margin-top: 10px;
}
.modal .checkbox label {
  margin-top: unset;
}
.modal .select2-container {
  width: 100% !important;
}

/*# sourceMappingURL=main.css.map */
