:root {
  --color-primary-rgb: 135, 152, 173;
  --color-primary: #005477;
  --color-primary-300: #024b6b;
  --color-primary-400: #02435f;

  --color-title-first: #000;
  --color-title-second: #000;

  --background-base-rgb: 171, 209, 214;
}

/* Registartion page */
.registration__layout {
  background: none;
}
.registration__section_form {
  background: none;
}
.registration__logo_wrapper {
  text-align: left;
}

.registration__logo_mobile {
  width: auto;
  height: 110px;
}
.registration__section_success {
  background: none;
}
.registration__image_wrapper,
.registration__badge {
  display: none;
}

/* Login page */
.login__layout {
  background-image: none;
}

/* HelpModal */
.help__content {
  background: none;
}
.help__modal .rc-dialog-close {
  color: #69707f;
}

/* QRPaymentModal */
.qrPayment__modal .rc-dialog-body {
  background: none;
}
.qrPayment__modal .rc-dialog-close-x {
  color: #69707f;
}

/* QRModal */
.qr__modal .rc-dialog-body {
  background: none;
}
.qr__modal .rc-dialog-close-x {
  color: #69707f;
}

/* UserProfileHeader */
.userProfileHeader__header {
  background-color: #e8e9e8;
}
.userProfileHeader__btn_select {
  background-color: #e8e9e8;
}

/* EmployeeProfile */
.employeeProfile__header {
  background: #eff0ef;
}
.employeeProfile__breadcrumbs_wrapper .link,
.employeeProfile__balance,
.employeeProfile__accountant__checkbox {
  color: #454e4f;
}
.employeeProfile__btn_block {
  background: transparent;
}

/* BasketModal */
.basket__note {
  display: block;
}

/* Service admin - online orders */
.orders__btn_print {
  display: block;
}
.onlineOrders__main .onlineOrders__column__print,
.onlineOrders__main .onlineOrders__column__header__print {
  display: flex !important;
}
.onlineOrderModal__btn_print {
  display: block;
}
.onlineOrders__column__deliveryTimeSlot,
.onlineOrders__column__header__deliveryTimeSlot {
  display: none !important;
}
