/* Roboto */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/* Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* Funnel */
@import url("https://fonts.googleapis.com/css2?family=Funnel+Sans:ital,wght@0,300..800;1,300..800&display=swap");
/* Theme fonts */
/* Backgrounds */
/* Text and misc */
/* Default colors */
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
@keyframes colorSwitcher {
  0% {
    color: rgba(104, 5, 141, 0.6);
  }
  33% {
    color: rgba(0, 191, 255, 0.6);
  }
  66% {
    color: rgba(0, 76, 255, 0.6);
  }
  100% {
    color: rgba(104, 5, 141, 0.6);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1;
}

html {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
html ::-webkit-scrollbar {
  width: 6px;
}
html ::-webkit-scrollbar-track {
  background: #efefef;
}
html ::-webkit-scrollbar-thumb {
  background: rgba(4, 39, 48, 0.3843137255);
  border-radius: 12px;
}
html ::-webkit-scrollbar-thumb:hover {
  background: rgba(4, 39, 48, 0.6039215686);
}

body {
  margin: 0;
  padding: 0;
  color: #495057;
  font-family: "Funnel Sans", serif;
}

a {
  text-decoration: none;
  color: inherit;
}
a:focus, a:active {
  color: inherit;
  text-decoration: none;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 0px) {
  .container {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 720px) {
  .container {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 960px) {
  .container {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 1140px) {
  .container {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 1320px) {
  .container {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 960px) {
  .container {
    width: 90%;
  }
}
@media (min-width: 1140px) {
  .container {
    width: 85%;
  }
}
@media (min-width: 1320px) {
  .container {
    width: 80%;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
@media (min-width: 0px) {
  .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
@media (min-width: 720px) {
  .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
@media (min-width: 960px) {
  .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
@media (min-width: 1140px) {
  .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
@media (min-width: 1320px) {
  .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}

.column {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0;
}
@media (min-width: 0px) {
  .column {
    gap: 1rem;
  }
}
@media (min-width: 720px) {
  .column {
    gap: 1rem;
  }
}
@media (min-width: 960px) {
  .column {
    gap: 1rem;
  }
}
@media (min-width: 1140px) {
  .column {
    gap: 1rem;
  }
}
@media (min-width: 1320px) {
  .column {
    gap: 1rem;
  }
}
.column .col {
  flex: 0 0 auto;
  width: 100%;
  padding: 0.5rem;
  word-break: break-all;
}
@media (min-width: 0px) {
  .column .col {
    padding: 1rem;
  }
}
@media (min-width: 720px) {
  .column .col {
    padding: 1rem;
  }
}
@media (min-width: 960px) {
  .column .col {
    padding: 1rem;
  }
}
@media (min-width: 1140px) {
  .column .col {
    padding: 1rem;
  }
}
@media (min-width: 1320px) {
  .column .col {
    padding: 1rem;
  }
}

.col {
  display: block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  flex: 1 1 auto;
}
@media (min-width: 0px) {
  .col-sm-12 {
    width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-sm-1 {
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-sm-2 {
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-sm-3 {
    width: 25%;
    max-width: 25%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-sm-4 {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-sm-5 {
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-sm-6 {
    width: 50%;
    max-width: 50%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-sm-7 {
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-sm-8 {
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-sm-9 {
    width: 75%;
    max-width: 75%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-sm-10 {
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-sm-11 {
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-sm-12 {
    width: 100%;
    max-width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 720px) {
  .col-md-12 {
    width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-md-1 {
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-md-2 {
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-md-3 {
    width: 25%;
    max-width: 25%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-md-4 {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-md-5 {
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-md-6 {
    width: 50%;
    max-width: 50%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-md-7 {
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-md-8 {
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-md-9 {
    width: 75%;
    max-width: 75%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-md-10 {
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-md-11 {
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-md-12 {
    width: 100%;
    max-width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 960px) {
  .col-lg-12 {
    width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-lg-1 {
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-lg-2 {
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-lg-3 {
    width: 25%;
    max-width: 25%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-lg-4 {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-lg-5 {
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-lg-6 {
    width: 50%;
    max-width: 50%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-lg-7 {
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-lg-8 {
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-lg-9 {
    width: 75%;
    max-width: 75%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-lg-10 {
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-lg-11 {
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-lg-12 {
    width: 100%;
    max-width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 1140px) {
  .col-xl-12 {
    width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-xl-1 {
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-xl-2 {
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-xl-3 {
    width: 25%;
    max-width: 25%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-xl-4 {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-xl-5 {
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-xl-6 {
    width: 50%;
    max-width: 50%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-xl-7 {
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-xl-8 {
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-xl-9 {
    width: 75%;
    max-width: 75%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-xl-10 {
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-xl-11 {
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-xl-12 {
    width: 100%;
    max-width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 1320px) {
  .col-xxl-12 {
    width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-xxl-1 {
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-xxl-2 {
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-xxl-3 {
    width: 25%;
    max-width: 25%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-xxl-4 {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-xxl-5 {
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-xxl-6 {
    width: 50%;
    max-width: 50%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-xxl-7 {
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-xxl-8 {
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-xxl-9 {
    width: 75%;
    max-width: 75%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-xxl-10 {
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-xxl-11 {
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-xxl-12 {
    width: 100%;
    max-width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
/* Flex settings */
.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-around {
  justify-content: space-around;
}

.justify-between {
  justify-content: space-between;
}

.align-start {
  align-items: flex-start;
}

.align-end {
  align-items: flex-end;
}

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

.row-reverse {
  flex-direction: row-reverse;
}

.column-reverse {
  flex-direction: column-reverse;
}

@media (max-width: 720px) {
  .sm-row-reverse {
    flex-direction: row-reverse;
  }
}

@media (max-width: 720px) {
  .sm-column-reverse {
    flex-direction: column-reverse;
  }
}

.d-flex {
  display: flex !important;
}

.d-block {
  display: block !important;
}

.d-inline {
  display: inline !important;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  display: table-cell !important;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.sticky {
  position: sticky;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

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

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

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

.bold {
  font-weight: bolder;
}

.heavy {
  font-weight: 400;
}

.font-sm {
  font-size: 8px;
}

.font-md {
  font-size: 12px;
}

.font-lg {
  font-size: 16px;
}

.font-xl {
  font-size: 22px;
}

.break-word {
  overflow-wrap: break-word;
}

.m-0 {
  margin: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.ms-0 {
  margin-inline-start: 0 !important;
}

.me-0 {
  margin-inline-end: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.ps-0 {
  padding-inline-start: 0 !important;
}

.pe-0 {
  padding-inline-end: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.m-auto {
  margin: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.ms-auto {
  margin-inline-start: auto !important;
}

.me-auto {
  margin-inline-end: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.ms-1 {
  margin-inline-start: 0.25rem !important;
}

.me-1 {
  margin-inline-end: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.ps-1 {
  padding-inline-start: 0.25rem !important;
}

.pe-1 {
  padding-inline-end: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.ms-auto {
  margin-inline-start: auto !important;
}

.me-auto {
  margin-inline-end: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.ms-2 {
  margin-inline-start: 0.5rem !important;
}

.me-2 {
  margin-inline-end: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.ps-2 {
  padding-inline-start: 0.5rem !important;
}

.pe-2 {
  padding-inline-end: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.ms-auto {
  margin-inline-start: auto !important;
}

.me-auto {
  margin-inline-end: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.m-3 {
  margin: 1rem !important;
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.ms-3 {
  margin-inline-start: 1rem !important;
}

.me-3 {
  margin-inline-end: 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.ps-3 {
  padding-inline-start: 1rem !important;
}

.pe-3 {
  padding-inline-end: 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.ms-auto {
  margin-inline-start: auto !important;
}

.me-auto {
  margin-inline-end: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.ms-4 {
  margin-inline-start: 1.5rem !important;
}

.me-4 {
  margin-inline-end: 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.ps-4 {
  padding-inline-start: 1.5rem !important;
}

.pe-4 {
  padding-inline-end: 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.ms-auto {
  margin-inline-start: auto !important;
}

.me-auto {
  margin-inline-end: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.m-5 {
  margin: 3rem !important;
}

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.ms-5 {
  margin-inline-start: 3rem !important;
}

.me-5 {
  margin-inline-end: 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.ps-5 {
  padding-inline-start: 3rem !important;
}

.pe-5 {
  padding-inline-end: 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.ms-auto {
  margin-inline-start: auto !important;
}

.me-auto {
  margin-inline-end: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.shadow-0 {
  box-shadow: unset;
}

.shadow-1 {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.shadow-2 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.shadow-3 {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.shadow-4 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.shadow-5 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
}

.shadow-6 {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}

.shadow-7 {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

.shadow-8 {
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.12);
}

.shadow-9 {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
}

.shadow-10 {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.14);
}

.shadow-11 {
  box-shadow: 0 7px 22px rgba(0, 0, 0, 0.14);
}

.shadow-12 {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
}

.shadow-13 {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.16);
}

.shadow-14 {
  box-shadow: 0 9px 30px rgba(0, 0, 0, 0.16);
}

.shadow-15 {
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.16);
}

.shadow-16 {
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.18);
}

.shadow-17 {
  box-shadow: 0 11px 38px rgba(0, 0, 0, 0.18);
}

.shadow-18 {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}

.shadow-19 {
  box-shadow: 0 12px 45px rgba(0, 0, 0, 0.2);
}

.shadow-20 {
  box-shadow: 0 14px 50px rgba(0, 0, 0, 0.2);
}

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

.border-1 {
  border: 1px solid #dfdfdf;
}

.border-top {
  border-top: 1px solid #dfdfdf;
}

.border-left {
  border-left: 1px solid #dfdfdf;
}

.border-right {
  border-right: 1px solid #dfdfdf;
}

.border-bottom {
  border-bottom: 1px solid #dfdfdf;
}

.radius {
  border-radius: 4px !important;
}

.radius-alt {
  border-radius: 12px !important;
}

.round-tl {
  border-top-left-radius: 12px;
}

.round-tr {
  border-top-right-radius: 12px;
}

.round-bl {
  border-bottom-left-radius: 12px;
}

.round-br {
  border-bottom-right-radius: 12px;
}

.bg-primary {
  background-color: #07495b !important;
}

.bg-secondary {
  background-color: #2a2a2a !important;
}

.bg-secondary-alt {
  background-color: #dfdfdf !important;
}

.bg-accent {
  background-color: #de7724 !important;
}

.bg-accent-alt {
  background-color: #f8c096 !important;
}

.bg-light {
  background-color: #efefef !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-dark {
  background-color: #2a2a2a !important;
}

.bg-black {
  background-color: #000 !important;
}

.cl-primary {
  color: #2f2f2f !important;
}

.cl-secondary {
  color: #585858 !important;
}

.cl-secondary-alt {
  color: #a5a5a5 !important;
}

.cl-accent {
  color: #de7724 !important;
}

.cl-accent-alt {
  color: #f8c096 !important;
}

.cl-light {
  color: #efefef !important;
}

.cl-white {
  color: #fff !important;
}

.cl-dark {
  color: #2a2a2a !important;
}

.cl-black {
  color: #000 !important;
}

.bg-danger {
  background-color: rgba(185, 17, 17, 0.6588235294) !important;
}

.bg-warning {
  background-color: rgba(236, 174, 4, 0.6117647059) !important;
}

.bg-info {
  background-color: rgba(11, 118, 145, 0.5019607843) !important;
}

.bg-success {
  background-color: rgba(101, 241, 176, 0.6862745098) !important;
}

.cl-danger {
  color: rgba(116, 7, 7, 0.6588235294) !important;
}

.cl-warning {
  color: #815f00 !important;
}

.cl-info {
  color: rgba(4, 69, 85, 0.5019607843) !important;
}

.cl-success {
  color: #39b37a !important;
}

/* Tabs */
.tabs {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
.tabs .tabHeaders {
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}
.tabs .tabHeaders .tab {
  border-radius: 4px 4px 0px 0px;
  border: 1px solid #ccc;
  border-bottom: 0;
  padding: 5px 10px;
  font-size: 12px;
  cursor: pointer;
  margin-right: 5px;
  color: #495057;
}
.tabs .tabHeaders .tab.active {
  color: #de7724;
  border: 1px solid #ccc;
  border-bottom: 0;
  margin-bottom: -1px;
  background-color: #fff;
}
.tabs .tabContents .tabContent {
  padding: 8px 5px;
  display: none;
}
.tabs .tabContents .tabContent.active {
  display: block;
}

/* Modals */
.modal-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1000;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1176470588);
}
.modal-container.show {
  display: flex;
  z-index: 999999;
}
.modal-container.show.top {
  z-index: 999999999;
  background-color: rgba(0, 0, 0, 0.3607843137);
}

.modal {
  width: 90%;
  max-width: 450px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.14);
  border-radius: 12px;
  position: relative;
  height: auto;
  margin-top: 15%;
}
@media (min-width: 720px) {
  .modal {
    margin-top: 5%;
  }
}
@media (min-width: 720px) {
  .modal {
    width: 70%;
  }
}
@media (min-width: 960px) {
  .modal {
    width: 50%;
  }
}
@media (min-width: 1140px) {
  .modal {
    width: 40%;
  }
}
.modal.large {
  width: 90%;
  max-width: 800px;
}
@media (min-width: 720px) {
  .modal.large {
    width: 80%;
  }
}
@media (min-width: 960px) {
  .modal.large {
    width: 60%;
  }
}
@media (min-width: 1140px) {
  .modal.large {
    width: 50%;
  }
}
.modal.x-large {
  width: 90%;
  max-width: calc(100vw - 20px);
}
@media (min-width: 720px) {
  .modal.x-large {
    width: 90%;
  }
}
@media (min-width: 960px) {
  .modal.x-large {
    width: 85%;
  }
}
@media (min-width: 1140px) {
  .modal.x-large {
    width: 80%;
  }
}
.modal .modal-header {
  display: flex;
  justify-content: space-between;
  border-radius: 12px 12px 0px 0px;
  align-items: center;
  padding: 1rem;
}
.modal .modal-header .close-btn {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}
.modal .modal-body {
  padding: 0.5rem;
  max-height: 90%;
  overflow-y: auto;
  flex: 1 1 auto;
  max-height: 65vh;
}
@media (min-width: 720px) {
  .modal .modal-body {
    max-height: 65vh;
  }
}
.modal .modal-footer {
  padding: 0.5rem;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  border-radius: 0px 0px 12px 12px;
}

/* Cards */
.card {
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card.hover:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}
.card .card-header {
  padding: 0.5rem;
  border-bottom: 1px solid #efefef;
  font-weight: bold;
  font-family: "Funnel Sans", serif;
  color: #495057;
}
.card .card-body {
  padding: 0.5rem;
  font-family: "Poppins", serif;
  color: #495057;
}
.card .card-footer {
  padding: 0.5rem;
  background-color: #efefef;
  border-top: 1px solid #efefef;
  text-align: right;
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 0.5rem 1rem;
  line-height: 1;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
  border: none;
}
@media (max-width: 720px) {
  .btn {
    font-size: 0.8rem;
  }
}
.btn:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  filter: brightness(1.1);
}
.btn:disabled {
  opacity: 0.4;
}
.btn.primary {
  background-color: #07495b;
  color: #fff;
  border: none;
}
.btn.secondary {
  background-color: #2a2a2a;
  color: #efefef;
  border: 1px solid #ccc;
}
.btn.accent {
  background-color: #de7724;
  color: #efefef;
}
.btn.danger {
  background-color: rgba(185, 17, 17, 0.6588235294);
  color: #fff;
  border: none;
}
.btn.success {
  background-color: #39b37a;
  color: #fff;
  border: none;
}
.btn.light {
  background-color: #fff;
  color: #495057;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.btn.light:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
  color: #2a2a2a !important;
}
.btn.outline {
  background-color: transparent;
  color: #495057;
  border: 1px solid #2a2a2a;
}
.btn.outline:hover {
  background-color: #efefef;
}
.btn.disabled {
  background-color: #efefef;
  color: #495057;
  cursor: not-allowed;
  opacity: 0.6;
}
.btn.disabled:hover {
  box-shadow: none;
  filter: brightness(1);
}
.btn.large {
  font-size: 1.25rem;
}
.btn.medium {
  font-size: 0.775rem;
  padding: 0.35rem 0.6rem;
}
.btn.small {
  font-size: 0.675rem;
  padding: 0.3rem 0.3rem;
}
.btn.cta {
  font-size: 0.8rem;
  padding: 0.65rem 0.55rem;
}
.btn.round {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 5px;
}
.btn.round.sm {
  width: 30px;
  height: 30px;
}
.btn.round.lg {
  width: 40px;
  height: 40px;
}
.btn.round i {
  pointer-events: none;
}
.btn.icon {
  font-size: 1.2rem;
  color: #777;
}

/* Expansion panel */
.accordion {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.accordion.row {
  flex-direction: row;
}
.accordion .item {
  display: flex;
  flex-direction: column;
  position: relative;
}
.accordion .item .head {
  display: flex;
  flex-direction: row;
  font-size: 24px;
  cursor: pointer;
  background-color: #de7724;
  position: relative;
  padding: 0.5rem;
  line-height: 1 !important;
  margin: 0 !important;
  border-bottom: 1px solid #f8c096;
}
.accordion .item .head:after {
  margin-left: auto;
  content: "\f0140";
  font-family: "Material Design Icons";
}
.accordion .item .head.open:after {
  margin-left: auto;
  content: "\f0143";
  font-family: "Material Design Icons";
}
.accordion .item .content {
  height: 0;
  opacity: 0;
  background-color: #fff;
  transition: all 0.5s ease-out;
}
.accordion .item .content.show {
  opacity: 1;
  height: auto;
  padding: 0.5rem;
}

/* Alert */
.alert {
  border-radius: 4px;
  padding: 0.5rem;
}
.alert.success {
  background-color: rgba(101, 241, 176, 0.6862745098);
  color: #39b37a;
}
.alert.warning {
  background-color: rgba(236, 174, 4, 0.6117647059);
  color: #815f00;
}
.alert.danger {
  background-color: rgba(185, 17, 17, 0.6588235294);
  color: rgba(116, 7, 7, 0.6588235294);
}
.alert.info {
  background-color: rgba(11, 118, 145, 0.5019607843);
  color: rgba(4, 69, 85, 0.5019607843);
}

/* Misc tools */
.spinner {
  height: 1rem;
  width: 1rem;
  border: 2px solid #ccc;
  border-left-color: transparent !important;
  border-radius: 50%;
  display: inline-block;
  animation: 1s linear infinite spinner;
}
.spinner.primary {
  border: 2px solid #2f2f2f;
}
.spinner.secondary {
  border: 2px solid #585858;
}
.spinner.accent {
  border: 2px solid #de7724;
}

.dropdown {
  position: relative;
  color: inherit;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.dropdown > :first-child {
  display: inline-flex;
  align-items: center;
}
.dropdown > :first-child:after {
  content: "\f0140";
  font-family: "Material Design Icons";
  margin-left: 8px;
  line-height: 1;
  display: inline-block;
}
.dropdown .content {
  display: none;
}
.dropdown:hover .content {
  display: block;
  padding: 0.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

nav.horizontal-menu {
  display: flex;
  flex-direction: row;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s, height 0.3s;
  height: auto;
}
nav.horizontal-menu.mobile-alt {
  background-color: #252525 !important;
}
nav.horizontal-menu.mobile-alt .logo img {
  width: 2.3em !important;
}
nav.horizontal-menu.mobile-alt .menu-items {
  gap: 0px !important;
  list-style: none;
}
nav.horizontal-menu.mobile-alt .menu-items .link {
  color: #92b9c3;
}
nav.horizontal-menu.mobile-alt .menu-items .link:hover {
  background-color: rgba(176, 89, 24, 0.55) !important;
  color: #fff;
  text-decoration: none !important;
  border-radius: 12px;
}
nav.horizontal-menu.mobile-alt .menu-items .link.hasSub .toggleLink {
  position: relative;
}
nav.horizontal-menu.mobile-alt .menu-items .link.hasSub .toggleLink:after {
  font: normal normal normal 24px/1 "Material Design Icons";
  content: "\f0140";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
nav.horizontal-menu.mobile-alt .menu-items .link a {
  width: 100%;
  height: 100%;
  display: block;
}
nav.horizontal-menu.mobile-alt .menu-items .link .submenu {
  display: none;
}
nav.horizontal-menu.mobile-alt .menu-items .link .submenu.show {
  display: flex;
  flex-direction: column;
}
nav.horizontal-menu.mobile-alt .menu-items .link .submenu ul {
  list-style: none;
}
nav.horizontal-menu.mobile-alt .menu-items .link .submenu ul a {
  padding: 10px 15px;
}
nav.horizontal-menu.mobile-alt .menu-items .link .submenu ul .notificationIcon {
  display: none;
}
nav.horizontal-menu .menu {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
nav.horizontal-menu .menu .logo img {
  width: 182px;
}
nav.horizontal-menu .menu .menu-items {
  flex-direction: column;
  text-decoration: none;
  gap: 15px;
  display: none;
}
@media (max-width: 720px) {
  nav.horizontal-menu .menu .menu-items.open {
    border-top: 1px solid #efefef;
    display: flex;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.5rem;
    margin-top: 15px;
    z-index: 9999;
  }
}
nav.horizontal-menu .menu .menu-items a {
  text-decoration: none;
  color: inherit;
}
@media (min-width: 720px) {
  nav.horizontal-menu .menu .menu-items {
    flex-direction: row;
    display: flex;
    position: relative;
  }
}
nav.horizontal-menu .menu .menu-items .link {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  text-underline-offset: 10px;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.4s;
}
nav.horizontal-menu .menu .menu-items .link:hover {
  text-decoration-color: #000;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
nav.horizontal-menu .menu .menu-button {
  display: block;
}
@media (min-width: 720px) {
  nav.horizontal-menu .menu .menu-button {
    display: none !important;
  }
}
nav .menu-button {
  display: block;
}
@media (min-width: 720px) {
  nav .menu-button {
    display: none !important;
  }
}
nav.vertical-menu {
  display: flex;
  flex-direction: column;
  width: 0px;
  background-color: #252525;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  position: fixed;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  height: 100vh;
  z-index: 99999;
}
nav.vertical-menu .logo {
  justify-content: flex-start;
  display: flex;
  align-items: center;
  flex: 0 0 6%;
  max-height: 6%;
  border-bottom: 1px solid #F7F7F7;
}
@media (min-width: 720px) {
  nav.vertical-menu .logo {
    justify-content: flex-start;
    padding-top: 0.25rem;
    padding-bottom: 0.5rem;
  }
}
nav.vertical-menu .logo img {
  width: 3em;
}
@media (max-width: calc(720px - 1px)) {
  nav.vertical-menu {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    padding: 10px;
  }
}
@media (min-width: 720px) {
  nav.vertical-menu {
    padding: 0.5rem 1rem;
    width: 245px;
  }
}
@media (min-width: 960px) {
  nav.vertical-menu {
    width: 260px;
  }
}
@media (min-width: 1140px) {
  nav.vertical-menu {
    width: 260px;
  }
}
@media (min-width: 1320px) {
  nav.vertical-menu {
    width: 265px;
  }
}
@media (min-width: 720px) {
  nav.vertical-menu .menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow-y: auto;
    max-height: 88%;
    height: 88%;
    flex: 0 0 88%;
    overflow-y: auto;
  }
  nav.vertical-menu .menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: rgba(4, 39, 48, 0.7215686275);
    margin-left: 20px;
  }
  nav.vertical-menu .menu::-webkit-scrollbar {
    width: 8px;
    background-color: rgba(4, 39, 48, 0.7215686275);
  }
  nav.vertical-menu .menu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #92b9c3;
  }
}
@media (max-width: calc(720px - 1px)) {
  nav.vertical-menu .menu .menu-items {
    position: absolute;
    left: -100%;
    top: 0;
    transition: 0.3s all;
  }
}
@media (max-width: calc(720px - 1px)) {
  nav.vertical-menu .menu .menu-items .active {
    left: 0;
  }
}
@media (min-width: 720px) {
  nav.vertical-menu .menu .menu-items {
    display: flex;
    flex-direction: column;
    padding-top: 1rem;
    width: auto;
  }
  nav.vertical-menu .menu .menu-items .link {
    font-size: 16px;
    font-weight: 400;
    color: rgba(206, 206, 206, 0.8078431373);
    text-decoration: none;
    transition: 0.3s all;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
  }
  nav.vertical-menu .menu .menu-items .link.hasSub .toggleLink {
    position: relative;
  }
  nav.vertical-menu .menu .menu-items .link.hasSub .toggleLink:after {
    font: normal normal normal 24px/1 "Material Design Icons";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    content: "\f0142";
  }
  nav.vertical-menu .menu .menu-items .link.hasSub.active .toggleLink:after {
    content: "\f0140";
  }
  nav.vertical-menu .menu .menu-items .link.active {
    background-color: rgba(176, 89, 24, 0.25);
    color: #fff;
    padding-left: 1rem;
    margin-bottom: 5px;
  }
  nav.vertical-menu .menu .menu-items .link.active:hover {
    background-color: rgba(176, 89, 24, 0.55) !important;
    color: #fff !important;
    padding-left: 1rem !important;
  }
  nav.vertical-menu .menu .menu-items .link:hover {
    background-color: rgba(176, 89, 24, 0.55) !important;
    overflow: hidden;
    color: #fff;
    font-weight: 400;
    padding-left: 1rem;
  }
  nav.vertical-menu .menu .menu-items .link a {
    width: 100%;
    height: 100%;
  }
  nav.vertical-menu .menu .menu-items .link .submenu {
    display: none;
    flex-direction: column;
    padding-bottom: 10px;
  }
  nav.vertical-menu .menu .menu-items .link .submenu ul {
    list-style: none;
  }
  nav.vertical-menu .menu .menu-items .link .submenu.show {
    display: flex;
  }
  nav.vertical-menu .menu .menu-items .link .submenu .sub-menu-item {
    margin: 5px;
  }
  nav.vertical-menu .menu .menu-items .link .submenu .sub-menu-item:hover {
    background-color: rgba(176, 89, 24, 0.55) !important;
    color: #fff;
    border-radius: 1rem;
    transition: all 0.3s;
  }
  nav.vertical-menu .menu .menu-items .link .submenu .sub-menu-item a {
    width: 100%;
    height: 100%;
    padding: 10px;
    display: block;
  }
  nav.vertical-menu .menu .menu-items .link .submenu .sub-menu-item .notificationIcon {
    display: none;
  }
  nav.vertical-menu .menu .menu-items .link .submenu .sub-menu-item.active {
    background-color: rgba(27, 97, 115, 0.37);
    border-radius: 12px;
  }
}
nav.vertical-menu .user-actions {
  border-top: 1px solid #F7F7f7;
  width: 100%;
  display: flex;
  flex-direction: row;
  padding-top: 5px;
  gap: 15px;
  align-items: center;
  font-size: 14px;
  color: #92b9c3;
  flex: 0 0 6%;
  max-height: 6%;
}
nav.vertical-menu .user-actions .uname {
  color: #92b9c3;
}
nav.vertical-menu .user-actions .actions-toggler {
  margin-left: auto;
  position: relative;
}
nav.vertical-menu .user-actions .actions-toggler .toggler {
  font-size: 22px;
}
nav.vertical-menu .user-actions .actions-toggler .actions {
  position: absolute;
  left: 30px;
  bottom: 0px;
  background-color: #252525;
  width: 180px;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  padding: 0.5rem;
  display: none;
  flex-direction: column;
  z-index: 99999;
}
nav.vertical-menu .user-actions .actions-toggler .actions.show {
  display: flex;
}
nav.vertical-menu .user-actions .actions-toggler .actions.show a {
  padding: 5px 10px;
}
nav.vertical-menu .user-actions .actions-toggler .actions.show a:hover {
  background-color: rgba(176, 89, 24, 0.55) !important;
  overflow: hidden;
  color: #fff;
  font-weight: 400;
  border-radius: 4px;
}

@media (min-width: 0px) {
  main.has-vertical {
    margin-left: 0px;
    width: calc(100% - 0px);
    max-width: calc(100% - 0px);
  }
}
@media (min-width: 720px) {
  main.has-vertical {
    margin-left: 245px;
    width: calc(100% - 245px);
    max-width: calc(100% - 245px);
  }
}
@media (min-width: 960px) {
  main.has-vertical {
    margin-left: 260px;
    width: calc(100% - 260px);
    max-width: calc(100% - 260px);
  }
}
@media (min-width: 1140px) {
  main.has-vertical {
    margin-left: 260px;
    width: calc(100% - 260px);
    max-width: calc(100% - 260px);
  }
}
@media (min-width: 1320px) {
  main.has-vertical {
    margin-left: 265px;
    width: calc(100% - 265px);
    max-width: calc(100% - 265px);
  }
}
main.has-vertical .main-container {
  width: calc(100% - 1rem);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  position: relative;
}
main.has-vertical .main-container.full {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.form-input {
  display: block;
  width: 100%;
  padding: 0.32rem 0.3rem;
  font-size: 1rem;
  line-height: 1;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  transition: border-color 0.2s, box-shadow 0.2s;
  background-color: #fcfcfc;
}
.form-input.light {
  background-color: #fff !important;
}
.form-input::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-input::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ffa600;
  outline: 0;
  box-shadow: 0 0px 2px 0.05rem rgba(255, 166, 0, 0.3);
}
.form-input:disabled {
  background-color: #f8f9fa;
  opacity: 1;
}
.form-input.hidden {
  display: none;
}
.form-input.large {
  font-size: 1.25rem;
}
.form-input.medium {
  font-size: 0.775rem;
  padding: 0.35rem 0.4rem;
}
.form-input.small {
  font-size: 0.675rem;
  padding: 0.3rem 0.2rem;
}
@media (max-width: 720px) {
  .form-input {
    font-size: 0.8rem;
  }
}

.form-group {
  margin-bottom: 0.5rem;
}
.form-group label {
  display: block;
  margin-bottom: 0.15rem;
  font-size: 1rem;
  font-weight: 400;
  color: #495057;
}

.table-container {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 1.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
.table-container.flat {
  border-radius: 0;
  box-shadow: none;
}

.responsive-table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1;
  color: #495057;
  font-size: 0.9rem;
}
@media (min-width: 720px) {
  .responsive-table {
    font-size: 1rem;
  }
}
.responsive-table thead {
  text-align: left;
}
.responsive-table thead th {
  padding: 0.8rem 0.75rem;
  border-bottom: 1px solid #ccc;
  font-weight: 600;
  color: #495057;
}
.responsive-table tbody .table-row {
  transition: all 0.3s;
  cursor: pointer;
}
.responsive-table tbody .table-row:hover {
  background-color: #f8c096;
}
.responsive-table tbody .table-row.active {
  background-color: #f0f0f0;
}
.responsive-table tbody .spaced {
  height: 42px;
}
.responsive-table tbody td {
  padding: 0.4rem 0.5rem;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}
@media (min-width: 720px) {
  .responsive-table tbody td {
    padding: 0.5rem 0.75rem;
  }
}
.responsive-table tbody td .user {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.responsive-table tbody td .user .tableAvatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 3px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
}
.responsive-table tbody td .user .tableAvatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.toggle-row {
  background-color: #fff;
}

.toggle-content {
  display: none;
  background-color: #fff;
}
.toggle-content td {
  padding: 0.5rem 0.75rem;
}
.toggle-content td .extra-content {
  border-radius: 0.275rem;
  background-color: #fff;
}

.toggle-row {
  cursor: pointer;
}

.toggle-content.active {
  display: table-row;
}

.mh-10-vh {
  max-height: 10vh;
}

.mh-20-vh {
  max-height: 20vh;
}

.mh-30-vh {
  max-height: 30vh;
}

.mh-40-vh {
  max-height: 40vh;
}

.mh-50-vh {
  max-height: 50vh;
}

.mh-60-vh {
  max-height: 60vh;
}

.mh-70-vh {
  max-height: 70vh;
}

.mh-80-vh {
  max-height: 80vh;
}

.mh-90-vh {
  max-height: 90vh;
}

.mh-100-vh {
  max-height: 100vh;
}

.mh-33-vh {
  max-height: 33.3333333333vh;
}

.mh-66-vh {
  max-height: 66.6666666667vh;
}

.mh-25p {
  max-height: 25vh;
}

.mh-50p {
  max-height: 50vh;
}

.mh-75p {
  max-height: 75vh;
}

.h-10-vh {
  height: 10vh;
}

.h-20-vh {
  height: 20vh;
}

.h-30-vh {
  height: 30vh;
}

.h-40-vh {
  height: 40vh;
}

.h-50-vh {
  height: 50vh;
}

.h-60-vh {
  height: 60vh;
}

.h-70-vh {
  height: 70vh;
}

.h-80-vh {
  height: 80vh;
}

.h-90-vh {
  height: 90vh;
}

.h-100-vh {
  height: 100vh;
}

.h-33-vh {
  height: 33.3333333333vh;
}

.h-66-vh {
  height: 66.6666666667vh;
}

.h-25p {
  height: 25vh;
}

.h-50p {
  height: 50vh;
}

.h-75p {
  height: 75vh;
}

.mh-10p {
  max-height: 10%;
}

.mh-20p {
  max-height: 20%;
}

.mh-30p {
  max-height: 30%;
}

.mh-40p {
  max-height: 40%;
}

.mh-50p {
  max-height: 50%;
}

.mh-60p {
  max-height: 60%;
}

.mh-70p {
  max-height: 70%;
}

.mh-80p {
  max-height: 80%;
}

.mh-90p {
  max-height: 90%;
}

.mh-100p {
  max-height: 100%;
}

.mnh-10p {
  min-height: 10%;
}

.mnh-20p {
  min-height: 20%;
}

.mnh-30p {
  min-height: 30%;
}

.mnh-40p {
  min-height: 40%;
}

.mnh-50p {
  min-height: 50%;
}

.mnh-60p {
  min-height: 60%;
}

.mnh-70p {
  min-height: 70%;
}

.mnh-80p {
  min-height: 80%;
}

.mnh-90p {
  min-height: 90%;
}

.mnh-100p {
  min-height: 100%;
}

.mnh-10-vh {
  min-height: 10vh;
}

.mnh-20-vh {
  min-height: 20vh;
}

.mnh-30-vh {
  min-height: 30vh;
}

.mnh-40-vh {
  min-height: 40vh;
}

.mnh-50-vh {
  min-height: 50vh;
}

.mnh-60-vh {
  min-height: 60vh;
}

.mnh-70-vh {
  min-height: 70vh;
}

.mnh-80-vh {
  min-height: 80vh;
}

.mnh-90-vh {
  min-height: 90vh;
}

.mnh-100-vh {
  min-height: 100vh;
}

.h-10p {
  height: 10%;
}

.h-20p {
  height: 20%;
}

.h-30p {
  height: 30%;
}

.h-40p {
  height: 40%;
}

.h-50p {
  height: 50%;
}

.h-60p {
  height: 60%;
}

.h-70p {
  height: 70%;
}

.h-80p {
  height: 80%;
}

.h-90p {
  height: 90%;
}

.h-100p {
  height: 100%;
}

.mw-10-vw {
  max-width: 10vw;
}

.mw-20-vw {
  max-width: 20vw;
}

.mw-30-vw {
  max-width: 30vw;
}

.mw-40-vw {
  max-width: 40vw;
}

.mw-50-vw {
  max-width: 50vw;
}

.mw-60-vw {
  max-width: 60vw;
}

.mw-70-vw {
  max-width: 70vw;
}

.mw-80-vw {
  max-width: 80vw;
}

.mw-90-vw {
  max-width: 90vw;
}

.mw-100-vw {
  max-width: 100vw;
}

.mw-33-vw {
  max-width: 33.3333333333vw;
}

.mw-66-vw {
  max-width: 66.6666666667vw;
}

.mw-25p {
  max-width: 25%;
}

.mw-50p {
  max-width: 50%;
}

.mw-75p {
  max-width: 75%;
}

.w-auto {
  width: auto;
}

.w-10-vw {
  width: 10vw;
}

.w-20-vw {
  width: 20vw;
}

.w-30-vw {
  width: 30vw;
}

.w-40-vw {
  width: 40vw;
}

.w-50-vw {
  width: 50vw;
}

.w-60-vw {
  width: 60vw;
}

.w-70-vw {
  width: 70vw;
}

.w-80-vw {
  width: 80vw;
}

.w-90-vw {
  width: 90vw;
}

.w-100-vw {
  width: 100vw;
}

.w-33-vw {
  width: 33.3333333333vw;
}

.w-66-vw {
  width: 66.6666666667vw;
}

.w-25p {
  width: 25%;
}

.w-50p {
  width: 50%;
}

.w-75p {
  width: 75%;
}

.mw-10p {
  max-width: 10%;
}

.mw-20p {
  max-width: 20%;
}

.mw-30p {
  max-width: 30%;
}

.mw-40p {
  max-width: 40%;
}

.mw-50p {
  max-width: 50%;
}

.mw-60p {
  max-width: 60%;
}

.mw-70p {
  max-width: 70%;
}

.mw-80p {
  max-width: 80%;
}

.mw-90p {
  max-width: 90%;
}

.mw-100p {
  max-width: 100%;
}

.w-10p {
  width: 10%;
}

.w-20p {
  width: 20%;
}

.w-30p {
  width: 30%;
}

.w-40p {
  width: 40%;
}

.w-50p {
  width: 50%;
}

.w-60p {
  width: 60%;
}

.w-70p {
  width: 70%;
}

.w-80p {
  width: 80%;
}

.w-90p {
  width: 90%;
}

.w-100p {
  width: 100%;
}

.heading-1 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1;
}
@media (min-width: 720px) {
  .heading-1 {
    font-size: 2.75rem;
  }
}
@media (min-width: 960px) {
  .heading-1 {
    font-size: 3rem;
  }
}
@media (min-width: 1140px) {
  .heading-1 {
    font-size: 3.25rem;
  }
}

.heading-2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
  line-height: 1;
}
@media (min-width: 720px) {
  .heading-2 {
    font-size: 2.25rem;
  }
}
@media (min-width: 960px) {
  .heading-2 {
    font-size: 2.5rem;
  }
}

.heading-3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  line-height: 1;
}
@media (min-width: 720px) {
  .heading-3 {
    font-size: 1.75rem;
  }
}
@media (min-width: 960px) {
  .heading-3 {
    font-size: 2rem;
  }
}

.heading-4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
  line-height: 1;
}
@media (min-width: 720px) {
  .heading-4 {
    font-size: 1.375rem;
  }
}
@media (min-width: 960px) {
  .heading-4 {
    font-size: 1.5rem;
  }
}

.heading-5 {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 0.35rem;
  line-height: 1;
}
@media (min-width: 720px) {
  .heading-5 {
    font-size: 1.2rem;
  }
}
@media (min-width: 960px) {
  .heading-5 {
    font-size: 1.25rem;
  }
}

.heading-6 {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.3rem;
  line-height: 1;
}
@media (min-width: 720px) {
  .heading-6 {
    font-size: 1.1rem;
  }
}
@media (min-width: 960px) {
  .heading-6 {
    font-size: 1.15rem;
  }
}

.text-1 {
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 1.25rem;
}
@media (min-width: 720px) {
  .text-1 {
    font-size: 1.2rem;
  }
}
@media (min-width: 960px) {
  .text-1 {
    font-size: 1.3rem;
  }
}

.text-2 {
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 1.15rem;
}
@media (min-width: 720px) {
  .text-2 {
    font-size: 1.15rem;
  }
}
@media (min-width: 960px) {
  .text-2 {
    font-size: 1.2rem;
  }
}

.text-3 {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 1rem;
}
@media (min-width: 720px) {
  .text-3 {
    font-size: 1.05rem;
  }
}
@media (min-width: 960px) {
  .text-3 {
    font-size: 1.1rem;
  }
}

.text-4 {
  font-size: 0.95rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 0.9rem;
}
@media (min-width: 720px) {
  .text-4 {
    font-size: 1rem;
  }
}
@media (min-width: 960px) {
  .text-4 {
    font-size: 1.05rem;
  }
}

.text-5 {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 0.85rem;
}
@media (min-width: 720px) {
  .text-5 {
    font-size: 0.9rem;
  }
}
@media (min-width: 960px) {
  .text-5 {
    font-size: 0.95rem;
  }
}

.text-6 {
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 0.75rem;
}
@media (min-width: 720px) {
  .text-6 {
    font-size: 0.85rem;
  }
}
@media (min-width: 960px) {
  .text-6 {
    font-size: 0.9rem;
  }
}

.banner {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.sticky {
  position: sticky;
}

.image-container {
  width: 100%;
  position: relative;
}
.image-container img {
  width: 100%;
  height: auto;
}

.aspect-image-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #f0f0f0;
}
.aspect-image-container.ar-4-3 {
  padding-top: 75%;
}
.aspect-image-container.ar-16-9 {
  padding-top: 56.25%;
}
.aspect-image-container.ar-1-1 {
  padding-top: 100%;
}
.aspect-image-container.ar-3-2 {
  padding-top: 66.66%;
}
.aspect-image-container.ar-21-9 {
  padding-top: 42.85%;
}
.aspect-image-container.ar-2-1 {
  padding-top: 50%;
}
.aspect-image-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}

.rounded {
  border-radius: 12px;
}

.corners {
  border-radius: 4px;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.display-loading {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background-color: rgba(255, 255, 255, 0.7176470588);
  display: none;
  z-index: 9999999999;
}
.display-loading.show {
  display: flex;
  align-items: center;
  justify-content: center;
}
.display-loading .loading {
  color: #ff8d16;
  animation: spinner 1s linear infinite;
  font-size: 48px;
}

.pill {
  padding: 6px 10px;
  margin: 0 2px;
  background-color: #07495b;
  color: #fff;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  margin-bottom: 5px;
}

.info-span {
  font-size: 10px;
  color: #727272;
  font-weight: lighter;
  font-style: italic;
}

.ql-tooltip {
  left: 0 !important;
}

.avatar {
  border-radius: 50%;
  z-index: 3;
  background-color: #fff;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.avatar img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.avatar.sm {
  min-width: 20px;
  width: 20px;
  max-width: 20px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  padding: 1px;
}
.avatar.md {
  width: 35px;
  max-width: 35px;
  min-width: 35px;
  height: 35px;
  max-height: 35px;
  min-height: 35px;
  padding: 2px;
}
.avatar.lgs {
  width: 40px;
  max-width: 40px;
  min-width: 40px;
  height: 40px;
  max-height: 40px;
  min-height: 40px;
  padding: 2px;
}
.avatar.lg {
  width: 50px;
  max-width: 50px;
  min-width: 50px;
  height: 50px;
  max-height: 50px;
  min-height: 50px;
  padding: 3px;
}
.avatar.xl {
  width: 75px;
  max-width: 75px;
  min-width: 75px;
  height: 75px;
  max-height: 75px;
  min-height: 75px;
  padding: 3px;
}
.avatar.xxl {
  width: 95px;
  max-width: 95px;
  min-width: 95px;
  height: 95px;
  max-height: 95px;
  min-height: 95px;
  padding: 3px;
}
.avatar.shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
}

@media (min-width: 720px) {
  .mobile-only {
    display: none !important;
  }
}

@media (max-width: 719px) {
  .desktop-only {
    display: none !important;
  }
}

.hidden {
  display: none !important;
}

.no-click {
  pointer-events: none;
}

.prop-row {
  justify-content: space-between;
  background-color: #d7d7d7;
  padding: 5px 15px;
  margin-bottom: 10px;
}
.prop-row .title {
  font-size: 1.2rem;
  color: #777;
}
@media (max-width: 720px) {
  .prop-row .title {
    font-size: 0.8rem;
  }
}

.displayCard {
  display: flex;
  flex-direction: column;
}
.displayCard .display-title {
  font-size: 0.8rem;
  font-weight: 500;
  color: #777;
}
.displayCard .num {
  font-size: 1.3rem;
  font-weight: 400;
  padding-top: 5px;
}

code.display_key {
  background: #414141;
  color: #fff;
  width: 100%;
  display: block;
  padding: 10px;
  border-radius: 4px;
  font-weight: 500;
  word-break: break-all;
  line-height: 1.2;
}
code.display_key .script {
  color: #84ed86;
}
code.display_key .attribute {
  color: #84eced;
}
code.display_key .content {
  color: rgba(209, 209, 209, 0.8470588235);
  font-weight: 400;
}/*# sourceMappingURL=main.css.map */