/*
  1. Use a more-intuitive box-sizing model.
*/
@import url("https://fonts.googleapis.com/css2?family=Sen:wght@400..800&display=swap");
*, *::before, *::after {
  box-sizing: border-box; }

/*
  2. Remove default margin
*/
* {
  margin: 0; }

/*
  Typographic tweaks!
  3. Add accessible line-height
  4. Improve text rendering
*/
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased; }

/*
  5. Improve media defaults
*/
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%; }

/*
  6. Remove built-in form typography styles
*/
input, button, textarea, select {
  font: inherit; }

/*
  7. Avoid text overflows
*/
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word; }

/*
  8. Create a root stacking context
*/
#root, #__next {
  isolation: isolate; }

:root {
  --fontBody: "Sen", sans-serif;
  --fontSize: 18px;
  --userSelectionTextColour: #fff;
  --userSelectionBgColour: #000;
  --white: #fff;
  --black: #000000;
  --dark-blue: #182843;
  --green: #C2E564;
  --grey: #F9FAFC;
  --dark-grey: #696F8C;
  --blue: #50A4DC;
  --wrapperWidth: 95%;
  --wrapperMaxWidth: 1480px;
  --borderColor: #DFE3E8;
  --primary: #182843;
  --secondary: #50A4DC;
  --success: #28a745;
  --danger: #dc3545;
  --warning: #ffc107;
  --theme-bg-1: #8283EE;
  --theme-bg-2: #FB944A;
  --theme-bg-3: #0DBCB2;
  --theme-bg-4: #1F7DC1;
  --theme-bg-5: #F028A0; }

body {
  font-family: "Sen", sans-serif; }

p {
  margin-bottom: 1rem; }

h2 {
  margin-bottom: 1rem; }

body.login {
  display: flex;
  align-items: center;
  background-color: #182843; }
  body.login #login h1 a {
    width: 100%;
    height: 180px;
    background-image: url(../images/logo.svg);
    background-size: contain;
    background-position: center; }
  body.login #login a {
    color: #fff; }
    body.login #login a:hover {
      color: #fff;
      text-decoration: underline; }
  body.login #login #nav,
  body.login #login #backtoblog {
    text-align: center; }
  body.login #login #loginform,
  body.login #login #lostpasswordform {
    all: unset;
    color: #fff; }
    body.login #login #loginform p:first-child,
    body.login #login #lostpasswordform p:first-child {
      position: relative; }
      @media (min-width: 800px) {
        body.login #login #loginform p:first-child:before,
        body.login #login #lostpasswordform p:first-child:before {
          content: "";
          display: block;
          width: 26px;
          height: 34px;
          position: absolute;
          left: -40px;
          top: 50%;
          transform: translateY(-50%);
          background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2234%22%20viewBox%3D%220%200%2026%2034%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M13.1684%2015.785C16.975%2015.785%2020.0609%2012.6991%2020.0609%208.8925C20.0609%205.08588%2016.975%202%2013.1684%202C9.36176%202%206.27588%205.08588%206.27588%208.8925C6.27588%2012.6991%209.36176%2015.785%2013.1684%2015.785Z%22%20stroke%3D%22%2350A4DC%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%3E%3C/path%3E%3Cpath%20d%3D%22M13.1714%2021.5391C19.3272%2021.5391%2024.3303%2024.8582%2024.3303%2028.9421C24.3303%2030.505%2023.3367%2031.7738%2020.9807%2031.7738H4.79118C2.43528%2031.7738%201.99988%2030.505%201.99988%2028.9421C1.99988%2024.8582%207.00301%2021.5391%2013.1588%2021.5391H13.1714Z%22%20stroke%3D%22%2350A4DC%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%3E%3C/path%3E%3C/svg%3E");
          background-size: contain;
          background-repeat: no-repeat; } }
    body.login #login #loginform .user-pass-wrap,
    body.login #login #lostpasswordform .user-pass-wrap {
      position: relative; }
      @media (min-width: 800px) {
        body.login #login #loginform .user-pass-wrap:before,
        body.login #login #lostpasswordform .user-pass-wrap:before {
          content: "";
          display: block;
          width: 26px;
          height: 34px;
          position: absolute;
          left: -40px;
          top: 50%;
          transform: translateY(-50%);
          background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2227%22%20height%3D%2233%22%20viewBox%3D%220%200%2027%2033%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M22.7551%2013.7471H4.2197C2.97977%2013.7471%201.97461%2014.7357%201.97461%2015.9553V29.1918C1.97461%2030.4114%202.97977%2031.4%204.2197%2031.4H22.7551C23.995%2031.4%2025.0002%2030.4114%2025.0002%2029.1918V15.9553C25.0002%2014.7357%2023.995%2013.7471%2022.7551%2013.7471Z%22%20stroke%3D%22%2350A4DC%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%3E%3C/path%3E%3Cpath%20d%3D%22M5.66248%2013.7472V9.33527C5.66248%205.41385%209.09909%202.23438%2013.3377%202.23438C17.5763%202.23438%2021.0129%205.41385%2021.0129%209.33527V13.7472%22%20stroke%3D%22%2350A4DC%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%3E%3C/path%3E%3C/svg%3E");
          background-size: contain;
          background-repeat: no-repeat; } }
    body.login #login #loginform input[type="text"],
    body.login #login #loginform input[type="password"],
    body.login #login #lostpasswordform input[type="text"],
    body.login #login #lostpasswordform input[type="password"] {
      padding: 0;
      background-color: #182843;
      font-family: "Sen", sans-serif;
      color: #fff;
      border-radius: 0;
      border: none;
      border-bottom: 1px solid #fff; }
      body.login #login #loginform input[type="text"]:focus,
      body.login #login #loginform input[type="password"]:focus,
      body.login #login #lostpasswordform input[type="text"]:focus,
      body.login #login #lostpasswordform input[type="password"]:focus {
        box-shadow: none; }
    body.login #login #loginform .forgetmenot,
    body.login #login #lostpasswordform .forgetmenot {
      float: none; }
    body.login #login #loginform #wp-submit,
    body.login #login #lostpasswordform #wp-submit {
      float: none;
      display: block;
      width: 100%;
      margin-top: 2rem;
      background: transparent;
      font-size: 1rem;
      border: 2px solid var(--secondary);
      transition: .2s all; }
      body.login #login #loginform #wp-submit:hover,
      body.login #login #lostpasswordform #wp-submit:hover {
        background-color: var(--secondary); }
    body.login #login #loginform .button.wp-hide-pw,
    body.login #login #lostpasswordform .button.wp-hide-pw {
      color: #fff; }
  body.login .language-switcher {
    display: none; }
  body.login .notice {
    background: transparent;
    box-shadow: none;
    color: var(--white); }
    body.login .notice.notice-info {
      border-left: 4px solid var(--secondary); }

.dashboard-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  background: var(--primary);
  color: var(--white);
  padding: 20px;
  gap: 2em; }
  .dashboard-header .side {
    display: flex;
    flex-direction: row;
    gap: 1.5em; }
  .dashboard-header .action {
    text-decoration: none;
    color: white;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5em;
    position: relative; }
    .dashboard-header .action:hover {
      color: var(--blue); }
    .dashboard-header .action .badge {
      width: 20px;
      height: 20px;
      border-radius: 20px;
      font-size: 12px;
      background: red;
      color: white;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      left: 1em;
      top: 1em; }
  .dashboard-header .userbadge {
    cursor: pointer;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-left: 1px solid #51657e;
    padding: 0 0 0 2em;
    gap: 1em;
    position: relative; }
    .dashboard-header .userbadge .flag {
      width: 47px;
      height: 47px;
      border-radius: 100%;
      border: 1px solid #51657e;
      padding: 3px;
      display: flex;
      flex: 0 0 auto; }
      .dashboard-header .userbadge .flag .flag-inner {
        flex: 1;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        border-radius: 100%;
        overflow: hidden; }
  .dashboard-header .usermenu {
    position: absolute;
    right: 0;
    top: 100%;
    background: var(--dark-blue);
    color: var(--white);
    padding: 1em 1.5em;
    min-width: 100%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-top: 2em;
    display: none;
    flex-direction: column; }
    .dashboard-header .usermenu > span {
      width: 100%;
      display: block;
      padding: 0.5em 0; }
    .dashboard-header .usermenu a {
      display: block;
      color: var(--white);
      text-decoration: none; }
      .dashboard-header .usermenu a:hover {
        color: var(--secondary); }

/**********************************************************************
 Dashboard
**********************************************************************/
.dashboard {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 2em;
  padding: 2em; }
  .dashboard .panel--matchmaking .tilescontainer {
    height: 70vh; }

.dashboard > * {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2em; }

.dashboard .left {
  flex: 1;
  width: 50%; }

.dashboard .right {
  flex: 1;
  width: 50%; }

.panel {
  flex: 1;
  background: var(--grey);
  border: 1px solid var(--borderColor);
  border-radius: 8px;
  --padding: 15px 20px;
  --borderColor: #DFE3E8;
  display: flex;
  flex-direction: column;
  align-items: stretch; }

.panel .head {
  padding: var(--padding);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--borderColor);
  flex: 0; }

.panel .head .title {
  font-size: 20px;
  text-transform: uppercase;
  color: var(--black); }

.panel .head .action {
  font-size: 15px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5em; }

.panel .head .action span {
  flex: 0 0 auto;
  text-align: center;
  font-weight: bold;
  background: var(--blue);
  width: 30px;
  height: 30px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff; }

.panel .head .action:hover span {
  background: var(--dark-blue); }

.panel .neck {
  flex: 0;
  padding: var(--padding);
  border-bottom: 1px solid var(--borderColor); }

.panel .body {
  flex: 1;
  padding: var(--padding);
  overflow: hidden;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative; }

.panel .innerbody {
  inset: 0;
  overflow: auto; }

/**********************************************************************
 Matchmaking panel
**********************************************************************/
.panel--matchmaking .innerbody {
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  gap: 1.3em;
  overflow: hidden; }

.tilescontainer {
  flex: 1;
  overflow: auto; }

.tilescontainer h3 {
  margin: 0 0 0.5em 0;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  position: sticky;
  top: 0;
  background: var(--grey); }

.tilescontainer .tiles {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1em; }

.tilescontainer .tile {
  flex: 0 0 auto;
  background: var(--white);
  border-radius: 8px;
  border: 1px solid var(--borderColor);
  --padding: 10px 10px; }

.tilescontainer .tile-type-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.tilescontainer .tile-type-container .nbsap-logo {
  max-width: 50px;
  width: 100%;
  object-fit: contain;
}

.tilescontainer .tile-head {
  padding: var(--padding);
  border-bottom: 1px solid var(--borderColor);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  font-size: 14px;
  line-height: 1.2; }

.tilescontainer .tile-head .tile-author {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center; }

.tilescontainer .tile-head .tile-author img {
  width: 30px;
  height: 30px;
  object-fit: cover; }

.tilescontainer .tile-head .tile-type {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 8px;
  color: #000;
  background: var(--borderColor);
  text-align: center;
  line-height: 1.2;
  font-size: 10px;
  text-transform: capitalize; }

.tilescontainer .tile-body {
  padding: var(--padding);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px; }

.tilescontainer .tile-body strong {
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2; }

.tilescontainer .tile-body .tile-date {
  color: #BEBEBE;
  font-size: 12px;
  font-weight: 400;
  line-height: 1; }

.tilescontainer .tile-foot {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  margin-top: 0.5em; }

.tilescontainer .tile-body .theme {
  font-size: 10px;
  /*	padding: 3px 8px;*/
  line-height: 1.5; }

.tilescontainer .btn--viewoffer {
  margin-left: auto;
  border-color: var(--borderColor);
  font-size: 12px;
  font-weight: 400;
  padding: 5px 10px;
  background: var(--white);
  color: var(--dark-grey);
  line-height: 1.4; }

.tilescontainer .btn--viewoffer:hover {
  background: var(--blue);
  color: var(--white); }

.theme {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 8px;
  color: var(--white);
  text-align: center;
  line-height: 1.4; }

.theme--1 {
  background-color: var(--theme-bg-1); }

.theme--2 {
  background-color: var(--theme-bg-2); }

.theme--3 {
  background-color: var(--theme-bg-3); }

.theme--4 {
  background-color: var(--theme-bg-4); }

.theme--5 {
  background-color: var(--theme-bg-5); }

#modal-contact input[type="text"],
#modal-contact input[type="email"] {
  height: 42px; }

.modal {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: -1;
  display: flex;
  visibility: hidden;
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  --padding: 15px 20px;
  transition: all 250ms linear; }

.modal.open {
  z-index: 100;
  /*	display: flex;*/
  visibility: visible;
  opacity: 1; }

.modal .inner {
  width: 90%;
  max-width: 1205px;
  background: var(--white);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 4px 10px 10px rgba(0, 0, 0, 0.1);
  max-height: 95%;
  opacity: 0;
  transform: translate(0, -10%);
  transition: all 250ms linear;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden; }

.modal.open .inner {
  transform: translate(0, 0);
  opacity: 1; }

.modal .head {
  padding: var(--padding);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--borderColor);
  font-size: 18px;
  text-transform: uppercase;
  color: var(--black);
  flex: 0;
  gap: 5em; }

.modal .head .head-tools {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 1em; }

.modal .head .head-title-view {
  display: none; }

html[data-readonlymode="true"] .modal .head .head-tools .btn {
  display: none; }

html[data-readonlymode="true"] .modal .head .head-title-create {
  display: none; }

html[data-readonlymode="true"] .modal .head .head-title-view {
  display: inline; }

.modal .head .head-tools .btn {
  text-decoration: none;
  font-size: 12px;
  background-color: var(--blue);
  color: var(--white); }

.modal .head .head-tools .btn:hover {
  background-color: var(--dark-blue);
  border-color: var(--dark-blue); }

.modal .head .head-tools .btn.btn--new {
  background-color: var(--grey);
  color: var(--dark-grey);
  border-color: var(--borderColor); }

.modal .head .head-tools .btn.btn--new:hover {
  background-color: var(--dark-grey);
  border-color: var(--dark-grey);
  color: var(--white); }

.modal .head .close {
  cursor: pointer;
  opacity: 0.5; }

.modal .head .close:hover {
  opacity: 1; }

.modal .body {
  flex: 1 0 auto;
  /*	padding: var(--padding);*/
  /*	overflow: hidden;*/
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative; }

.modal[data-id="contact"] .body {
  padding: 3em;
  flex: 1;
  overflow: auto; }
.modal[data-id="rdm"] .body {
  gap: 2em;
  padding: 3em; 
}
.modal[data-id="about"] .body {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 2em;
  padding: 3em; }

.modal[data-id="about"] .body > div {
  flex: 1;
  overflow: auto; }

.modal[data-id="about"] .body img {
  max-width: 100%;
  height: auto; }

.modal[data-id="about"] .body a {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  border: 1px solid var(--borderColor);
  border-radius: 8px;
  color: var(--dark-grey);
  text-decoration: none; }

.modal[data-id="about"] .body a::after {
  content: "";
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='23' viewBox='0 0 20 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.50068 1.5H17.1155C17.7454 1.5 18.2609 2.00752 18.2609 2.62781V20.372C18.2609 20.9923 17.7454 21.4999 17.1155 21.4999H2.88467C2.25469 21.4999 1.73926 20.9923 1.73926 20.372V6.7791C1.73926 6.55542 1.83471 6.34113 2.00175 6.18982L6.95089 1.71146C7.10074 1.57613 7.29737 1.5 7.50068 1.5Z' stroke='%23182843' stroke-width='1.73291' stroke-miterlimit='10'/%3E%3Cpath d='M1.73926 6.7791H6.63876C7.08833 6.7791 7.45296 6.42008 7.45296 5.97741V1.5' stroke='%23182843' stroke-width='1.73291' stroke-miterlimit='10'/%3E%3Cpath d='M6.24451 14.4404L10.1666 18.4479L14.1144 14.4404' stroke='%23182843' stroke-width='1.73291' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.1801 7.88574V18.2005' stroke='%23182843' stroke-width='1.73291' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }

.modal[data-id="about"] .body a:hover {
  background-color: var(--borderColor); }

.modal[data-id="offer"] .body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 0; }

.modal[data-id="myrequests"] .body,
.modal[data-id="myoffers"] .body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 0;
  padding: 1em 2em; }

.modal[data-id="createaccount"] .body {
  flex: 1;
  overflow: auto; }

.modal[data-id="myprofile"] .body {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 2em;
  padding: 2em; }

.modal[data-id="myprofile"] .body > div {
  flex: 1;
  overflow: auto; }

.formcontainer {
  flex: 1;
  font-size: 15px;
  display: flex;
  flex-direction: column; }
  .formcontainer .tabs {
    flex: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    border-bottom: 1px solid var(--borderColor); }
    .formcontainer .tabs span {
      text-align: center;
      background-color: var(--white);
      font-size: 12px;
      flex: 1;
      padding: 10px;
      cursor: pointer;
      border-right: 1px solid var(--borderColor); }
      .formcontainer .tabs span:last-child {
        border-right: 0; }
      .formcontainer .tabs span.hidden {
        display: none; }

.hidden {
  display: none !important; }

#modal-new-request .inner {
  overflow: visible; }

.formcontainer .form-field {
  position: relative; }
  .formcontainer .form-field.form-field-top .field-info .field-info-popup {
    top: 0; }
  .formcontainer .form-field .field-info {
    display: inline-block; }
    .formcontainer .form-field .field-info:hover .field-info-popup {
      display: block; }
    .formcontainer .form-field .field-info i {
      display: inline-block;
      width: 13px;
      height: 13px;
      background-image: url(../images/info-circle-fill.svg);
      background-size: cover;
      position: relative;
      bottom: -1px; }
    .formcontainer .form-field .field-info .field-info-popup {
      display: none;
      width: 100%;
      max-width: 557px;
      padding: 1rem;
      background-color: #1c80c1;
      line-height: 1.2;
      font-size: 0.9rem;
      color: #fff;
      border-radius: 4px;
      position: absolute;
      top: -60px;
      left: 0;
      z-index: 999999; }
      .formcontainer .form-field .field-info .field-info-popup p {
        margin-bottom: 7px; }
        .formcontainer .form-field .field-info .field-info-popup p:last-child {
          margin-bottom: 0; }
      .formcontainer .form-field .field-info .field-info-popup ul {
        margin: 0;
        margin-bottom: 7px;
        padding-left: 1rem; }
      .formcontainer .form-field .field-info .field-info-popup a {
        color: inherit; }
.formcontainer .tabs span.active {
  background-color: var(--dark-blue);
  color: var(--white); }
.formcontainer .tabscontent {
  flex: 1;
  max-height: 70vh;
  overflow: auto; }
  .formcontainer .tabscontent .tab {
    padding: 30px;
    padding-bottom: 0;
    display: none;
    flex-direction: column;
    gap: 2em;
    align-items: stretch; }
    .formcontainer .tabscontent .tab .tabbody {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      gap: 2em; }
    .formcontainer .tabscontent .tab .tabfooter {
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      align-items: center;
      gap: 1em;
      position: sticky;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 1em;
      border-top: 1px solid var(--borderColor);
      background: var(--white); }
      .formcontainer .tabscontent .tab .tabfooter .btn {
        color: #696F8C;
        border-color: #696F8C;
        font-size: 0.9em;
        padding: 7px 15px; }
        .formcontainer .tabscontent .tab .tabfooter .btn:hover {
          background-color: #696F8C;
          color: var(--white); }
    .formcontainer .tabscontent .tab.active {
      display: flex !important; }
  .formcontainer .tabscontent input[type="text"],
  .formcontainer .tabscontent input[type="email"],
  .formcontainer .tabscontent select {
    height: 42px; }
.formcontainer .col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 2em; }
.formcontainer .themes label {
  border-radius: 5px;
  padding: 10px;
  display: flex;
  gap: 10px;
  line-height: 1.4; }
.formcontainer .themes label.theme--theme1 {
  background: #8283EE;
  color: #fff; }
.formcontainer .themes label.theme--theme2 {
  background: #FB944A;
  color: #fff; }
.formcontainer .themes label.theme--theme3 {
  background: #0DBCB2;
  color: #fff; }
.formcontainer .themes label.theme--theme4 {
  background: #1F7DC1;
  color: #fff; }
.formcontainer .themes label.theme--theme5 {
  background: #F028A0;
  color: #fff; }

.formcontainer--alt .col {
  gap: 1em; }

.formcontainer .col--password {
  background: var(--grey);
  border: 1px solid var(--borderColor);
  border-radius: 8px;
  padding: 2em; }

.formcontainer--alt h5 {
  margin: 0.5em 0 0.25em 0;
  font-size: 16px; }
  .formcontainer--alt h5:first-child {
    margin-top: 0; }

.formcontainer .row {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 5px; }
.formcontainer label {
  cursor: pointer; }
  .formcontainer label small {
    display: block;
    font-size: 11px; }
.formcontainer .input-error-message {
  font-size: 13px;
  color: red; }
.formcontainer [data-required="true"] > label::after,
.formcontainer [data-required="true"] .row > label::after {
  content: "*";
  color: #ff0000; }
.formcontainer select,
.formcontainer input,
.formcontainer textarea {
  padding: 10px;
  border: 1px solid var(--borderColor);
  background: var(--white);
  color: var(--black);
  border-radius: 5px;
  outline: none; }

.formcontainer select {
  padding-right: 30px;
  line-height: 1;
  min-height: 39px;

  -webkit-appearance: none;
  -moz-appearance: none;    
  appearance: none; 
  
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'%3E%3Cpath d='M1 0.5L6 5.5L11 0.5' stroke='%23000000'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px 7px;
}

.formcontainer select:focus,
.formcontainer input:focus {
  outline: 1px solid var(--blue); }
.formcontainer textarea {
  height: 100px;
  resize: vertical; }
  .formcontainer textarea:focus {
    outline: 1px solid var(--blue); }
.formcontainer .btn--submit2 {
  background-color: var(--dark-grey);
  border-color: var(--dark-grey); }
  .formcontainer .btn--submit2:hover {
    background-color: var(--dark-blue);
    border-color: var(--dark-blue); }
.formcontainer .checkboxes {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 5px;
  font-size: 0.9em; }
.formcontainer .checkboxes--columns {
  columns: 2;
  column-gap: 1em;
  display: block; }
  .formcontainer .checkboxes--columns label {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 5px; }
.formcontainer .inputgroup {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 5px; }
  .formcontainer .inputgroup select {
    flex: 0 0 auto; }
  .formcontainer .inputgroup input {
    flex: 1; }
.formcontainer .fieldgroup {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5px; }
  .formcontainer .fieldgroup > * {
    flex: 1; }
.formcontainer .error {
  border: 1px solid #f5c6cb;
  padding: 5px;
  border-radius: 5px; }

.form-my-profile {
  display: flex;
  flex-direction: column;
  gap: 1em; }

.form-my-password {
  display: flex;
  flex-direction: column;
  gap: 1em; }

/**********************************************************************
 Filters
**********************************************************************/
.filters {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 10px; }

.filters input,
.filters select,
.filters button {
  border: 1px solid var(--borderColor);
  padding: 5px 10px;
  outline: none;
  border-radius: 8px;
  background: var(--white);
  color: var(--black);
  font-size: 14px; }

  .filters select {
      padding-right: 30px !important;
    
      -webkit-appearance: none;
      -moz-appearance: none;    
      appearance: none; 
      
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'%3E%3Cpath d='M1 0.5L6 5.5L11 0.5' stroke='%23000000'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 10px center;
      background-size: 12px 7px;
  }

.filters input:focus,
.filters select:focus {
  border-color: var(--blue); }

.filters button {
  padding: 8px 10px;
  cursor: pointer; }

.filters button:hover {
  background: var(--blue);
  color: var(--white); }

.form-message {
  display: none;
  padding: 0.5rem 1rem;
  border-radius: 4px; }
  .form-message.show {
    display: block; }
  .form-message.success {
    background-color: #d5fed5;
    border: 1px solid #96dbad; }
  .form-message.error {
    color: #671414;
    background-color: #fed5d5;
    border: 1px solid #671414; }

.btn {
  font-size: 18px;
  color: var(--white);
  border: 2px solid var(--blue);
  border-radius: 6px;
  padding: 7px 20px;
  position: relative;
  z-index: 2;
  background-color: transparent;
  text-align: center;
  white-space: nowrap;
  display: block;
  width: fit-content;
  cursor: pointer; }
  .btn:hover {
    background-color: var(--blue); }
  .btn.disabled {
    cursor: default;
    opacity: 0.5; }

/**********************************************************************
 Tables
**********************************************************************/
.table {
  width: 100%;
  border: none;
  font-size: 12px; }

.table th,
.table td {
  padding: 5px;
  text-align: left;
  border-bottom: 1px solid var(--borderColor); }

.table th {
  font-weight: bold;
  border-bottom-width: 2px; }

.table td {
  /*	border-right: 1px solid var(--borderColor);*/ }

.table td:last-child {
  /*	border-right: none;*/ }

.table .cell-date {
  text-align: center;
  white-space: nowrap; }

.table .cell-theme {
  text-align: center;
  white-space: nowrap; }

/* .table .cell-countryprovider {
  display: flex;
  flex-direction: column;
  gap: 1em; } */

.table .cell-countryprovider > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px; }

.table .cell-countryprovider .flag {
  width: 22px;
  height: 15px;
  display: flex; }

.table .cell-countryprovider .flag .flag-inner {
  flex: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden; }

.table .cell-countryprovider svg {
  width: 20px;
  height: 20px; }

.table .cell-countryprovider img {
  width: 30px;
  height: auto; }

.table td.cell-requesttitle {
  width: 200px;
  line-height: 1.3; }

.table td.cell-requesttitle .nbsap-logo {
  max-width: 44px;
  width: 100%;
  float: left;
  margin-right: 8px;
}

/**********************************************************************
 Stats
**********************************************************************/
.panel--stats {
  flex: 0.4; }

.panel--stats .innerbody {
  /*	display: flex;*/
  align-items: center; }

.stats {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1em; }

.stat {
  flex: 0 0 130px; }

.stat .number {
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  text-transform: uppercase;
  text-align: center;
  font-size: 11px;
  line-height: 1.1;
  border: 5px solid #E5E5EF;
  aspect-ratio: 1/1; }

.stat .stat-link {
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    color: var(--white);
    background-color: var(--blue);
    line-height: 1.1;
    border: 5px solid #E5E5EF;
    aspect-ratio: 1/1; 
    transition: all .15s;
}
    
.stat .stat-link:hover {
  background-color: var(--dark-blue);
}

.stat .number strong {
  font-weight: bold;
  font-size: 32px; }

.section-requests .tiles {
  margin-bottom: 1rem; }

.section-offers .tiles {
  margin-bottom: 1rem; }
.section-offers .tile-foot {
  justify-content: right;
  align-items: center; }
.section-offers .modal .offer-body .offer-body-main .column-1 {
  width: 65%; }
.section-offers .modal .offer-body .offer-body-main .column-2 {
  width: 35%; }

/**********************************************************************
 Offer body
**********************************************************************/
.offer-body-bar {
  flex: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 2em;
  border-bottom: 1px solid var(--borderColor);
  padding: 10px 15px; }

.offer-body-bar > div {
  /*	flex: 0;*/
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2em; }

.offer-body-main {
  flex: 1 0 55vh;
  min-height: 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  gap: 2em;
  padding: 2em;
  overflow: hidden; }

.offer-body-main > div {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 2em; }

.offer-panel {
  flex: 1;
  padding: 1em;
  background-color: var(--grey);
  display: flex;
  flex-direction: column;
  align-items: stretch; }

.offer-panel h4 {
  flex: 0;
  margin: 0 0 1em 0; }

.offer-panel > div {
  flex: 1 0 0px;
  overflow: auto;
  min-height: 0; }

.offer-provider {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1em; }

.offer-provider img {
  width: 35px;
  height: auto; }

.offer-title {
  line-height: 1.2; }

.offer-date {
  font-size: 0.8em; }

.offer-type {
  padding: 5px 10px;
  border-radius: 8px;
  color: #000;
  background: var(--borderColor);
  text-transform: capitalize;
  text-align: center;
  line-height: 1.2;
  font-size: 10px; }

.offer-themes {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  font-size: 10px; }

.offer-description,
.offer-examples {
  font-size: 0.9em; }

.offer-website a {
  color: var(--dark-grey);
  text-decoration: none; }

.offer-website a:hover {
  color: var(--blue);
  text-decoration: none; }

.section-offers .modal .offer-body {
  padding-top: 0; }

.section-recent-matches {
  height: 50vh; }
  .section-recent-matches .panel {
    height: 100%; }
  .section-recent-matches .body {
    padding: 0; }
  .section-recent-matches .table .cell-countryprovider img {
    width: 35px;
    height: 35px;
    object-fit: cover; }

/**********************************************************************
 ReqOffers
**********************************************************************/
.modal[data-id="myrequests"] .body,
.modal[data-id="myoffers"] .body {
  height: 55vh;
  padding: 1em 20px; }

.reqoffers {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden; }

.reqoffers-head {
  flex: 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1em; }

.reqoffers-body {
  flex: 1;
  min-height: 0;
  overflow: auto;
  background: var(--grey);
  border: 1px solid var(--borderColor);
  padding: 1em;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1em; }

.reqoffer {
  display: flex;
  flex-direction: row;
  gap: 1em;
  align-items: stretch;
  justify-content: space-between;
  font-size: 12px;
  background: var(--white);
  border: 1px solid var(--borderColor);
  border-radius: 8px; }

.reqoffer > div {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0em; }

.reqoffer > div > * {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 5px 10px;
  border-right: 1px solid var(--borderColor); }

.reqoffer > div > *:last-child {
  border-right: 0; }

.reqoffer-id {
  white-space: nowrap; }

.reqoffer-author {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  white-space: nowrap; }

.reqoffer-author img {
  width: 20px;
  height: auto; }

.reqoffer-type span {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 8px;
  color: #000;
  background: var(--borderColor);
  text-align: center;
  line-height: 1.2;
  font-size: 10px;
  text-transform: capitalize; }

.reqoffer-title {
  width: 300px; }

.nbsap-accelerator-partnership__wrapper .nbsap-logo{
  margin-right: 0.5rem;
  max-width: 3rem;
  width: 100%;
}

.reqoffer-status span {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 8px;
  color: #000;
  background: var(--borderColor);
  text-align: center;
  line-height: 1.2;
  font-size: 10px;
  text-transform: capitalize; }

.reqoffer-actions {
  min-width: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; }

.reqoffer-actions .btn {
  font-size: 12px;
  background: transparent;
  border-color: var(--borderColor);
  color: var(--dark-grey);
  padding: 5px 10px; }

.reqoffer-actions .btn:hover {
  background-color: var(--blue);
  color: var(--white);
  border-color: var(--blue); }

/**********************************************************************
 Notifications
**********************************************************************/
.modal[data-id="notifications"] .body {
  height: 55vh;
  padding: 1em 20px; }

.notifications {
  flex: 1;
  min-height: 0;
  overflow: auto;
  background: var(--grey);
  border: 1px solid var(--borderColor);
  padding: 1em;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1em; }

.notifications-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.5em; }

.notification {
  font-size: 13px;
  border-radius: 8px;
  background: var(--white);
  border: 1px solid var(--borderColor);
  display: flex;
  flex-direction: row;
  gap: 1em;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  padding-left: 5px;
  box-shadow: 0px 7px 4px rgba(0, 0, 0, 0.02), 0px 3px 3px rgba(0, 0, 0, 0.03), 0px 1px 2px rgba(0, 0, 0, 0.03), 0px 0px 0px rgba(0, 0, 0, 0.03); }

.notification::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 5px;
  background: var(--accent); }

.notification > * {
  flex: 0 0 auto;
  padding: 1em;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 1em; }

.notification strong {
  flex: 1;
  font-weight: bold;
  color: var(--accent); }

.notification-close {
  cursor: pointer;
  opacity: 0.4; }

.notification-close:hover {
  opacity: 1; }

.notification-close svg {
  width: 12px;
  height: 12px; }

.notification--red {
  --accent: #FF3363; }

.notification--green {
  --accent: #AFD580; }

.notification--blue {
  --accent: #50A4DC; }

.notifications .noitems {
  text-align: center; }

/*# sourceMappingURL=hac-matchmaking-public.css.map */

.btn-primary {
  font-size: 12px;
  background:  transparent;
  border-color: var(--borderColor);
  color: var(--dark-grey);
  padding: 5px 10px;
}

.dashboard-header-public-preview {
  display: block;
}

.dashboard-header-public-preview a {
  color: #fff;
}

.dashboard-header-public-preview small,
.dashboard-header-public-preview small a {
  color: rgb(163, 163, 163);
}

.hac_matchmaking-button{
  padding: 2em;
  padding-bottom: 0;
}

.hac_matchmaking-button span{
  font-weight: bold;
  background: var(--blue);
  border-radius: 4px;
  display: block;
  text-align: center;
  width: 100%;
  color: #fff;
  cursor: pointer;
  transition: all .3s;
  padding: 1rem;
}
.hac_matchmaking-button span:hover{
  background: var(--dark-blue);
}

/* ==========================================================================
   Toast Notification Styles
   ========================================================================== */
.hac_matchmaking-toast {
  position: fixed;
  top: 25px;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  border-radius: 12px;
  background: var(--white);
  padding: 20px 35px 20px 25px;
  box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
  z-index: 1000003;
  font-family: var(--fontBody);
  border-left: 4px solid var(--success);
  min-width: 300px;
  max-width: 500px;
}

.hac_matchmaking-toast.active {
  transform: translateX(-50%) translateY(0%);
}

.hac_matchmaking-toast .hac_matchmaking-toast-content {
  display: flex;
  align-items: center;
}

.hac_matchmaking-toast-content .hac_matchmaking-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  min-width: 35px;
  background-color: var(--success);
  color: var(--white);
  border-radius: 50%;
  padding: 8px;
}

.hac_matchmaking-toast-content .hac_matchmaking-icon svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.hac_matchmaking-toast-content .hac_matchmaking-message {
  display: flex;
  flex-direction: column;
  margin: 0 20px;
}

.hac_matchmaking-message .hac_matchmaking-text {
  font-size: 16px;
  font-weight: 400;
  color: var(--dark-grey);
}

.hac_matchmaking-message .hac_matchmaking-text.hac_matchmaking-text-1 {
  font-weight: 600;
  color: var(--primary);
}

.hac_matchmaking-toast .hac_matchmaking-close {
  position: absolute;
  top: 10px;
  right: 15px;
  padding: 5px;
  cursor: pointer;
  opacity: 0.7;
  color: var(--dark-grey);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.hac_matchmaking-toast .hac_matchmaking-close:hover {
  opacity: 1;
}

.hac_matchmaking-toast .hac_matchmaking-close svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.hac_matchmaking-toast .hac_matchmaking-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
}

.hac_matchmaking-progress:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: var(--success);
}

.hac_matchmaking-progress.active:before {
  animation: hac_matchmaking-progress 2s linear forwards;
}

/* Toast Types */
.hac_matchmaking-toast.hac_matchmaking-toast-success {
  border-left-color: var(--success);
}

.hac_matchmaking-toast.hac_matchmaking-toast-success .hac_matchmaking-icon {
  background-color: var(--success);
}

.hac_matchmaking-toast.hac_matchmaking-toast-success .hac_matchmaking-progress:before {
  background-color: var(--success);
}

.hac_matchmaking-toast.hac_matchmaking-toast-danger {
  border-left-color: var(--danger);
}

.hac_matchmaking-toast.hac_matchmaking-toast-danger .hac_matchmaking-icon {
  background-color: var(--danger);
}

.hac_matchmaking-toast.hac_matchmaking-toast-danger .hac_matchmaking-progress:before {
  background-color: var(--danger);
}

.hac_matchmaking-toast.hac_matchmaking-toast-info {
  border-left-color: var(--blue);
}

.hac_matchmaking-toast.hac_matchmaking-toast-info .hac_matchmaking-icon {
  background-color: var(--blue);
}

.hac_matchmaking-toast.hac_matchmaking-toast-info .hac_matchmaking-progress:before {
  background-color: var(--blue);
}

.hac_matchmaking-toast.hac_matchmaking-toast-warning {
  border-left-color: var(--warning);
}

.hac_matchmaking-toast.hac_matchmaking-toast-warning .hac_matchmaking-icon {
  background-color: var(--warning);
  color: var(--black);
}

.hac_matchmaking-toast.hac_matchmaking-toast-warning .hac_matchmaking-progress:before {
  background-color: var(--warning);
}

@keyframes hac_matchmaking-progress {
  100% {
    right: 100%;
  }
}

/* ==========================================================================
   Preloader Styles
   ========================================================================== */
.hac_matchmaking-block-overlay {
  z-index: 1000001;
  position: fixed;
  background: #000;
  opacity: 0.75;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
}

.hac_matchmaking-block-spinner {
  z-index: 1000002;
  border: none;
  background-color: transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  text-align: center;
  width: auto;
  height: auto;
}

.hac_matchmaking-spinner {
  width: 35px;
  height: 35px;
  border: 5px solid var(--success);
  border-top: 5px solid transparent;
  border-radius: 50%;
  animation: hac_matchmaking-spin 0.8s linear infinite;
}

@keyframes hac_matchmaking-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Terms and Conditions Modal Styles */
#modal-terms-and-conditions .body {
  padding: 2rem 2rem 0;
  display: flex;
  flex-direction: column;
  height: 70vh;
  max-height: 70vh;
}

#modal-terms-and-conditions .terms-content {
  flex: 1;
  overflow-y: auto;
  line-height: 1.6;
  color: #444;
}

#modal-terms-and-conditions .terms-content h1,
#modal-terms-and-conditions .terms-content h2,
#modal-terms-and-conditions .terms-content h3 {
  color: #333;
  margin-top: 20px;
  margin-bottom: 10px;
}

#modal-terms-and-conditions .terms-content h1 {
  font-size: 22px;
}

#modal-terms-and-conditions .terms-content h2 {
  font-size: 20px;
}

#modal-terms-and-conditions .terms-content h3 {
  font-size: 18px;
}

#modal-terms-and-conditions .terms-content p {
  margin-bottom: 12px;
}

#modal-terms-and-conditions .terms-content ul,
#modal-terms-and-conditions .terms-content ol {
  margin-bottom: 12px;
  padding-left: 20px;
}

#modal-terms-and-conditions .terms-content li {
  margin-bottom: 6px;
}

#modal-terms-and-conditions .modal-actions {
  flex: 0;
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  padding: 1em 2em;
  border-top: 1px solid var(--borderColor);
  background: var(--white);
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
}

#modal-terms-and-conditions .btn {
  padding: 7px 16px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  min-width: 120px;
}

#modal-terms-and-conditions .btn--disagree {
  background-color: #f5f5f5;
  color: #666;
  border: 1px solid #ddd;
}

#modal-terms-and-conditions .btn--disagree:hover {
  background-color: #e0e0e0;
  color: #333;
}

#modal-terms-and-conditions .btn--disagree:disabled {
  background-color: #f9f9f9;
  color: #ccc;
  cursor: not-allowed;
}

#modal-terms-and-conditions .btn--agree {
  background-color: #007cba;
  color: white;
}

#modal-terms-and-conditions .btn--agree:hover {
  background-color: #005a87;
}

#modal-terms-and-conditions .btn--agree:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

/* Responsive design */
@media (max-width: 767.98px) {
  #modal-terms-and-conditions .body {
    height: 80vh;
    max-height: 80vh;
    padding: 0;
  }
  
  #modal-terms-and-conditions .terms-content {
    padding: 1em;
  }
  
  #modal-terms-and-conditions .modal-actions {
    flex-direction: column;
    padding: 1em;
  }
  
  #modal-terms-and-conditions .btn {
    width: 100%;
  }
}