/* COLORS
============================================================================ */
/* ------------------------------------------------------------------------- */
/* FONTS
============================================================================ */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), url("/static/fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("/static/fonts/roboto/Roboto-Regular.woff") format("woff"), url("/static/fonts/roboto/Roboto-Regular.ttf") format("ttf"); }

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("/static/fonts/roboto/Roboto-Medium.woff2") format("woff2"), url("/static/fonts/roboto/Roboto-Medium.woff") format("woff"), url("/static/fonts/roboto/Roboto-Medium.ttf") format("ttf"); }

/* ------------------------------------------------------------------------- */
/* UTILS
============================================================================ */
/* ------------------------------------------------------------------------- */
/* LAYOUT
============================================================================ */
body {
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 100vw;
  overflow-x: hidden;
  font-family: 'Roboto';
  color: #424656;
  background-color: #f4f7fa; }

.footer__section {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 60px;
  background-color: #ffffff; }
  .footer__section .footer__section__inner {
    padding: 23px 50px;
    font-size: 12px;
    line-height: 14px; }

/* ------------------------------------------------------------------------- */
/* LOGIN PAGE
============================================================================ */
.header__section, .login__section, .footer__section {
  width: 100%; }

.header__section__inner, .footer__section__inner {
  margin: 0 auto;
  padding: 0 50px;
  max-width: 900px;
  text-align: center;
  box-sizing: border-box; }

.header__section__inner {
  margin-bottom: 46px;
  padding-top: 35px; }
  .header__section__inner .logo__wrapper {
    margin: 0 0 13px; }
  .header__section__inner .page__title {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    margin: 0;
    padding: 0; }

.login__section {
  display: flex;
  justify-content: center;
  padding: 0 0 100px; }
  .login__section .login__form {
    box-sizing: border-box;
    max-width: 290px;
    padding: 30px 45px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(37, 41, 54, 0.2), 0px 0px 3px rgba(37, 41, 54, 0.2); }
    .login__section .login__form .login__title {
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 20px;
      margin: 0 0 20px; }
    .login__section .login__form label {
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 16px;
      display: block;
      margin: 0 0 10px; }
    .login__section .login__form input {
      font-family: 'Roboto';
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 16px;
      height: 36px;
      box-sizing: border-box;
      margin: 0 0 20px;
      padding: 10px 15px;
      width: 100%;
      color: #424656;
      background-color: #f4f7fa;
      border: 1px solid #dde0ee;
      border-radius: 4px;
      outline: none; }
    .login__section .login__form .errorlist {
      font-size: 12px;
      line-height: 14px;
      padding: 0;
      list-style: none;
      margin: 0 0 10px;
      color: #d42a48; }
    .login__section .login__form .submit-row button {
      font-family: 'Roboto';
      font-weight: 500;
      font-size: 14px;
      line-height: 34px;
      height: 36px;
      width: 100%;
      color: #ffffff;
      background-color: #06b388;
      border: 1px solid #dde0ee;
      border-radius: 4px;
      outline: none;
      cursor: pointer; }

/* ------------------------------------------------------------------------- */
/* EXTRANET
============================================================================ */
.main__section {
  display: flex;
  height: 100%; }
  .main__section .footer__section {
    position: absolute; }

.sidebar__section {
  position: relative;
  max-width: 280px;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  z-index: 5;
  background-color: #2e3344;
  box-shadow: 3px 0px 15px rgba(37, 41, 54, 0.2), 3px 0px 3px rgba(37, 41, 54, 0.2); }
  .sidebar__section .logo__section {
    display: flex;
    justify-content: center;
    margin: 0 0 30px; }
  .sidebar__section .select_hotel__section {
    margin: 0 0 30px;
    background-color: #252936;
    position: relative; }
    .sidebar__section .select_hotel__section .search {
      box-sizing: border-box; }
    .sidebar__section .select_hotel__section .menu > .item {
      line-height: 1.4 !important; }
    .sidebar__section .select_hotel__section select {
      color: #ffffff;
      background-color: transparent;
      border-radius: 4px;
      border: none;
      outline: none;
      width: 100%;
      font-size: 14px;
      line-height: 16px;
      padding: 17px 30px 17px 15px;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      appearance: none;
      position: relative;
      z-index: 5; }
      .sidebar__section .select_hotel__section select option {
        color: #424656;
        border: 1px solid #dde0ee;
        outline: none; }
  .sidebar__section .nav__section {
    margin: 0 0 30px; }
    .sidebar__section .nav__section a {
      display: block;
      font-size: 14px;
      line-height: 50px;
      text-decoration: none;
      width: 100%;
      border-radius: 5px;
      margin: 0 0 10px;
      color: #ffffff;
      background-color: #252936;
      text-align: center;
      box-sizing: border-box; }
      .sidebar__section .nav__section a:last-child {
        margin: 0; }
      .sidebar__section .nav__section a.router-link-active {
        background-color: #06b388; }
        .sidebar__section .nav__section a.router-link-active:hover {
          background-color: #06b388; }
      .sidebar__section .nav__section a:hover {
        background-color: #3a4054; }
  .sidebar__section .contacts__section {
    text-align: center;
    color: #ffffff; }
    .sidebar__section .contacts__section .section__title {
      font-size: 18px;
      line-height: 21px;
      margin: 0 0 5px; }
    .sidebar__section .contacts__section .contact__wrapper, .sidebar__section .contacts__section .office__hours {
      font-size: 14px;
      line-height: 16px;
      margin: 0 0 5px; }
      .sidebar__section .contacts__section .contact__wrapper:last-child, .sidebar__section .contacts__section .office__hours:last-child {
        margin: 0; }
      .sidebar__section .contacts__section .contact__wrapper a, .sidebar__section .contacts__section .office__hours a {
        text-decoration-skip-ink: none;
        color: #06b388; }

.content__section {
  position: relative;
  width: 100%;
  margin: 0 0 60px;
  overflow-y: auto; }
  .content__section .page__title__wrapper {
    height: 60px;
    background-color: #ffffff;
    padding: 24px 30px 0;
    box-sizing: border-box; }
    .content__section .page__title__wrapper .page__title {
      font-weight: 500;
      font-size: 14px;
      line-height: 36px;
      padding: 0 20px;
      margin: 0;
      width: fit-content;
      display: block;
      color: #424656;
      background-color: #f4f7fa; }
  .content__section .content__section__inner {
    padding: 30px;
    box-sizing: border-box; }

.table__wrapper {
  position: relative;
  padding: 20px;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px rgba(37, 41, 54, 0.04), 0px 0px 6px rgba(37, 41, 54, 0.04);
  margin: 0 0 50px;
  width: fit-content; }
  .table__wrapper:last-child {
    margin: 0; }
  .table__wrapper > .error {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #ffffff;
    background-color: rgba(37, 41, 54, 0.8); }
  .table__wrapper .table__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 15px; }
    .table__wrapper .table__info .table__title {
      font-weight: 500;
      font-size: 18px;
      line-height: 20px;
      margin: 0 20px 0 0; }
    .table__wrapper .table__info .add__button {
      text-decoration: none; }
      .table__wrapper .table__info .add__button__inner {
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        color: #ffffff;
        background-color: #06b388;
        border-radius: 4px;
        padding: 10px 42px 10px 20px;
        position: relative; }
        .table__wrapper .table__info .add__button__inner:hover {
          background-color: #07daa6; }
        .table__wrapper .table__info .add__button__inner::after {
          content: '';
          position: absolute;
          height: 100%;
          width: 12px;
          right: 20px;
          top: 0;
          background-image: url("/static/images/plus.svg");
          background-position: center;
          background-repeat: no-repeat; }
  .table__wrapper table {
    border-collapse: collapse;
    font-size: 14px;
    line-height: 16px;
    width: 100%; }
    .table__wrapper table th {
      padding: 0 20px 0 10px;
      height: 44px;
      border-bottom: 2px solid #06B388;
      font-weight: 500;
      text-align: left;
      white-space: nowrap; }
    .table__wrapper table tr:nth-child(odd) {
      background-color: #ffffff; }
    .table__wrapper table tr:nth-child(even) {
      background-color: #f4f7fa; }
    .table__wrapper table td {
      padding: 0 20px 0 10px;
      height: 44px;
      border-bottom: 1px solid #CDD2E7; }
    .table__wrapper table .action__cell {
      display: flex;
      align-items: center; }
    .table__wrapper table .action__link {
      display: block;
      height: 16px;
      width: 16px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%; }
      .table__wrapper table .action__link:first-child {
        margin: 0 20px 0 0; }
      .table__wrapper table .action__link__edit {
        background-image: url("/static/images/edit.svg"); }
      .table__wrapper table .action__link__delete {
        background-image: url("/static/images/delete.svg"); }

.modal-backdrop {
  background: rgba(46, 51, 68, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }

.modal-dialog {
  max-width: 410px;
  width: 100%;
  margin: 10px;
  background: #ffffff;
  padding: 30px 40px;
  box-shadow: 0px 0px 15px rgba(37, 41, 54, 0.2), 0px 0px 3px rgba(37, 41, 54, 0.2);
  color: #424656;
  position: relative;
  box-sizing: border-box;
  overflow: auto;
  max-height: 100%; }
  .modal-dialog .modal-close {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
    height: 14px;
    width: 14px;
    background-image: url("/static/images/close.svg"); }
  .modal-dialog .modal-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 20px; }
  .modal-dialog .modal-body .form-accept {
    display: block;
    text-align: center;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    padding: 10px 0;
    color: #ffffff;
    background-color: #06b388;
    border: none;
    border-radius: 4px; }
    .modal-dialog .modal-body .form-accept:hover {
      background-color: #07daa6; }
  .modal-dialog .modal-body .form-control {
    margin: 0 0 20px; }
    .modal-dialog .modal-body .form-control .form-control__inner {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }
    .modal-dialog .modal-body .form-control .control-label {
      font-size: 14px;
      line-height: 16px; }
    .modal-dialog .modal-body .form-control input, .modal-dialog .modal-body .form-control select {
      background-color: #f4f7fa;
      border: 1px solid #dde0ee;
      outline: none;
      font-family: 'Roboto';
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 16px;
      padding: 10px 20px;
      border-radius: 4px;
      max-width: 200px;
      box-sizing: border-box; }
    .modal-dialog .modal-body .form-control input[type=number] {
      max-width: 87px; }
    .modal-dialog .modal-body .form-control .select-wrapper {
      background-color: #f4f7fa;
      position: relative;
      max-width: 200px; }
      .modal-dialog .modal-body .form-control .select-wrapper::after {
        content: '';
        position: absolute;
        right: 20px;
        top: 0;
        height: 100%;
        width: 9px;
        background-image: url("/static/images/dropdown_arrow_dark.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%; }
      .modal-dialog .modal-body .form-control .select-wrapper select {
        background-color: transparent;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none;
        padding-right: 32px;
        position: relative;
        z-index: 5; }
    .modal-dialog .modal-body .form-control .room-field {
      margin: 10px 0 0;
      padding: 0;
      list-style: none;
      width: 100%; }
      .modal-dialog .modal-body .form-control .room-field li {
        display: block;
        margin: 0 0 10px; }
        .modal-dialog .modal-body .form-control .room-field li:last-child {
          margin: 0; }
        .modal-dialog .modal-body .form-control .room-field li.select-all {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          padding: 1px 7px;
          height: 18px;
          border-radius: 10px;
          font-size: 12px;
          line-height: 1;
          background-color: #424656;
          color: #ffffff;
          cursor: pointer; }
        .modal-dialog .modal-body .form-control .room-field li input {
          display: none; }
        .modal-dialog .modal-body .form-control .room-field li input ~ label {
          font-family: 'Roboto';
          font-size: 14px;
          line-height: 16px;
          padding: 0 0 0 24px;
          position: relative;
          -moz-user-select: none;
          -ms-user-select: none;
          -webkit-user-select: none;
          user-select: none; }
          .modal-dialog .modal-body .form-control .room-field li input ~ label::before {
            content: '';
            position: absolute;
            display: block;
            left: 0;
            top: 0;
            height: 14px;
            width: 14px;
            background-image: url("/static/images/unchecked.svg"); }
        .modal-dialog .modal-body .form-control .room-field li input:checked ~ label::before {
          background-image: url("/static/images/checked.svg"); }
    .modal-dialog .modal-body .form-control .readonly-field {
      white-space: pre-line;
      font-size: 14px; }
  .modal-dialog .modal-body .errors {
    font-size: 14px;
    margin: 10px 0 0;
    padding: 0 0 0 15px;
    color: #d42a48; }
    .modal-dialog .modal-body .errors > li:not(:last-child) {
      margin-bottom: 5px; }
  .modal-dialog .matching-wrapper .vs__search {
    flex-grow: 0;
    padding: 0 !important;
    width: 0;
    opacity: 0; }
  .modal-dialog .matching-wrapper .vs__selected {
    position: inherit !important;
    overflow: hidden;
    max-width: 180px;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .modal-dialog .matching-wrapper .vs__selected-options {
    min-width: 80px;
    min-height: 28px; }

/* ------------------------------------------------------------------------- */
/* EXTRANET
============================================================================ */
.e--module-header {
  margin-bottom: 20px; }

.e--rateplan__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4; }

.e--rateplan__panel {
  padding: 10px; }

.e--price__panel {
  border-bottom: 2px solid #C5E1A5;
  background-color: #F1F8E9; }
  .e--price__panel .e--rateplan__value {
    margin-top: 10px; }

.e--limitation__panel {
  border-bottom: 2px solid #FFCCBC;
  background-color: #FBE9E7; }

.e--limitation__noprice {
  display: flex;
  align-items: baseline; }
  .e--limitation__noprice .e--rateplan__value {
    margin-left: 20px; }

.e--limitation__limits .e--rateplan__value {
  margin-top: 10px; }

.e--btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  background-color: #06b388;
  color: #ffffff; }
  .e--btn:hover {
    background-color: #07daa6; }

.e--badge {
  padding: 3px 4px;
  border-radius: 4px;
  font-size: 13px; }
  .e--badge.e--alert {
    background-color: #F44336;
    color: #FFF; }

/* ------------------------------------------------------------------------- */
/* V-SELECT
============================================================================ */
.vs__dropdown-menu {
  padding: 0 !important; }

.vs__dropdown-option:not(:last-child) {
  border-bottom: 1px solid #DDD; }

.vs__dropdown-option .extra {
  font-size: 14px;
  display: flex; }

.vs__dropdown-option .badge {
  padding-top: 3px;
  font-size: 13px;
  line-height: 1;
  color: #999; }
  .vs__dropdown-option .badge:not(:last-child) {
    margin-right: 20px; }

.vs__dropdown-option--highlight .badge {
  color: #FFF; }

/* ------------------------------------------------------------------------- */
/* FORM
============================================================================ */
.tl-search .vhd__datepicker button.next--mobile:after {
  background-image: url("../frontend/extranet/dist/img/ic-arrow-right-green.regular.svg"); }

.tl-search .vhd__datepicker__wrapper {
  background-image: url("../frontend/extranet/dist/img/calendar_icon.regular.svg"); }

.tl-search .vhd__datepicker__input:first-child {
  background-image: url("../frontend/extranet/dist/img/ic-arrow-right-datepicker.regular.svg"); }

.tl-search .vhd__datepicker__month-button {
  background-image: url("../frontend/extranet/dist/img/ic-arrow-right-green.regular.svg"); }

.tl-search .vhd__datepicker__dummy-wrapper {
  padding: 0 15px;
  border-color: #dde0ee; }

.tl-search .vhd__datepicker__input {
  color: #424656; }

.tl-search .search-form {
  display: flex;
  flex-direction: column;
  row-gap: 30px; }
  .tl-search .search-form .child-age {
    height: 2.5em; }

.tl-search .form__row {
  display: flex;
  column-gap: 40px; }

.tl-search .form-control {
  display: flex;
  flex-direction: column;
  row-gap: 5px; }
  .tl-search .form-control label {
    font-weight: 500;
    font-size: 14px;
    color: #424656; }

.tl-search input.control {
  padding: 0 .875em;
  height: calc(3em - 2px);
  border: 1px solid #dde0ee;
  font-size: 16px;
  color: #424656; }
  .tl-search input.control.counter {
    width: 50px; }

.tl-search select.control {
  padding: 0 .875em;
  height: calc(3em - 2px);
  border: 1px solid #dde0ee;
  box-sizing: content-box;
  font-size: 16px; }

.tl-search .btn-submit {
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  background-color: #06b388;
  cursor: pointer; }
  .tl-search .btn-submit:hover {
    background-color: #07daa6; }

/* ------------------------------------------------------------------------- */
/* RESULT
============================================================================ */
.tl-search .days-table {
  width: auto; }

.tl-search .room {
  width: 100%; }

/* ------------------------------------------------------------------------- */
