@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  src: local("Manrope"), url("/public/fonts/app/Manrope/Manrope-Regular.ttf") format("opentype");
}
html,
body {
  font-family: "Manrope" !important;
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 320px;
  width: 100vw;
}
html {
  -webkit-print-color-adjust: exact;
  -webkit-filter: opacity(1);
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
#progress-loader {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  background: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.6) 1%, rgba(0, 0, 0, 0.8) 100%);
  background: -moz-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.6) 1%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.6) 1%, rgba(0, 0, 0, 0.8) 100%);
  background: radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.6) 1%, rgba(0, 0, 0, 0.8) 100%);
  color: #fff;
}
#progress-loader > div {
  display: flex;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: none;
}
.daterangepicker.show-ranges.ltr .drp-calendar.left .calendar-table {
  padding: 0;
}
.daterangepicker .calendar-table table {
  width: 100%;
}
.daterangepicker {
  font-family: "Manrope" !important;
  width: calc(100% - 30px);
  border-radius: 10px;
  padding: 15px;
  max-width: 370px;
}
.daterangepicker:before,
.daterangepicker:after {
  content: none;
}
.daterangepicker .drp-calendar {
  max-width: 100%;
  padding: 0 !important;
  width: 100%;
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    float: none;
  }
}
.daterangepicker .ranges ul {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
.daterangepicker .ranges li {
  background-color: rgba(0, 0, 0, 0.07);
  padding: 5px 14px;
  line-height: 18px;
}
.daterangepicker .ranges li.active {
  color: #fff;
  background-color: #02824C;
}
.daterangepicker .ranges li:first-child {
  border-radius: 4px 0 0 4px;
}
.daterangepicker .ranges li:last-child {
  border-radius: 0 4px 4px 0;
}
.daterangepicker td.in-range {
  background-color: rgba(1, 120, 25, 0.55);
}
.daterangepicker td.active {
  background-color: #02824C;
}
.daterangepicker td.active:hover {
  background-color: #ff5f7e;
}
.daterangepicker .drp-buttons {
  padding-left: 0;
  padding-right: 0;
  text-align: center !important;
}
.daterangepicker .drp-buttons .btn-primary {
  margin: 5px 20px;
  color: #fff;
  border-radius: 20px;
  width: calc(100% - 40px);
  border: 0px solid transparent;
  padding: 14px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  background-color: #02824C;
  background-image: #02824C;
}
.daterangepicker .drp-buttons .cancelBtn {
  color: #02824C;
  margin-left: 0;
}
.daterangepicker .drp-selected {
  display: none;
}
.daterangepicker.show-calendar {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
.daterangepicker.show-calendar .drp-buttons {
  display: flex;
  flex-direction: column-reverse;
}
.calendar-input {
  border: none;
  width: 100%;
  cursor: pointer;
}
a {
  cursor: pointer;
  text-decoration: none !important;
}
a.underline {
  border-bottom: 1px solid;
  line-height: 1.1 !important;
  display: inline-block;
}
.text-center {
  text-align: center;
  align-self: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
  align-self: flex-start;
}
.weight-500 {
  font-weight: 500 !important;
}
.weight-600 {
  font-weight: 600 !important;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.align-self-center {
  align-self: center;
}
.flex-start {
  display: flex;
  align-items: flex-start !important;
}
.pl40px {
  padding-left: 40px !important;
}
.pl37px {
  padding-left: 37px !important;
}
.pt-0 {
  padding-top: 0;
}
.p-0-20px {
  padding: 0 20px !important;
}
.p-0-15px {
  padding: 0 15px !important;
}
.mt5px {
  margin-top: 5px !important;
}
.mt10px {
  margin-top: 10px !important;
}
.mt15px {
  margin-top: 15px !important;
}
.mt20px {
  margin-top: 20px !important;
}
.mt25px {
  margin-top: 25px !important;
}
.mt30px {
  margin-top: 30px !important;
}
.mt35px {
  margin-top: 35px !important;
}
.mt42px {
  margin-top: 42px !important;
}
.mt60px {
  margin-top: 60px !important;
}
.mb10px {
  margin-bottom: 10px !important;
}
.mr7px {
  margin-right: 7px !important;
}
.mr16px {
  margin-right: 16px !important;
}
.mr20px {
  margin-right: 20px !important;
}
.mr32px {
  margin-right: 32px;
}
.ml10px {
  margin-left: 10px !important;
}
.ml16px {
  margin-left: 16px !important;
}
.p15px {
  padding: 15px !important;
}
.font14px {
  font-size: 14px !important;
}
.font18px {
  font-size: 18px !important;
}
.color-current {
  color: #02824C !important;
}
.color-price {
  color: #02824C !important;
}
.white-text {
  color: #fff !important;
}
.red-text {
  color: rgba(255, 0, 0, 0.6) !important;
}
.dark-grey-text {
  color: #3a3a3a !important;
}
.middle-grey-text {
  color: #999 !important;
}
.display-none {
  display: none !important;
}
.wrapper-first-screen {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  padding: 0 20px 20px;
  max-width: 400px;
  margin: 0 auto;
}
.wrapper-first-screen--search {
  min-height: calc(100% - 190px);
}
.wrapper-first-screen--h-auto {
  min-height: unset;
}
.wrapper-first-screen--qr {
  padding: 0 20px 12px;
}
.background-current-wrap {
  background-color: #02824C;
  padding-top: 20px;
}
.background-current-wrap--qr {
  padding-top: 12px;
}
.background-qr-wrap {
  padding-top: 20px;
  padding-top: 12px;
}
input::-webkit-outer-comission-spin-button,
input::-webkit-inner-comission-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input {
  outline: none !important;
}
.wrapper-first-screen button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
  outline: none;
}
.wrapper-first-screen button--search {
  min-height: calc(100% - 190px);
}
.backgroundSVG {
  width: 100%;
}
.title {
  font-family: "Manrope";
  font-weight: 500;
  font-size: 54px;
  line-height: 66px;
  color: #000;
  text-align: center;
}
.basic-text,
.basic-text a {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}
button.white-button {
  border-radius: 20px;
  width: 140px;
  border: 1px solid #999;
  padding: 9px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  max-height: 42px;
}
button.gradient-button {
  background-color: #02824C;
  background-image: #02824C;
  border-radius: 20px;
  width: 100%;
  border: 0px solid transparent;
  padding: 14px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  min-width: 260px;
  max-width: 400px;
  max-height: 50px;
}
.gradient-button span {
  font-family: "Manrope";
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  text-align: center;
}
.title2 {
  font-family: "Manrope";
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
}
.title2--qr {
  line-height: 1.4;
  font-size: 34px;
}
.title2--qr-big {
  line-height: 1.4;
  font-size: 54px;
  letter-spacing: 1px;
  margin-top: 30px !important;
}
.title2--small {
  font-size: 20px;
}
.title-section {
  font-family: "Manrope";
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}
.title-section-container {
  display: flex;
  flex-wrap: wrap;
}
.title-section-container .title-section {
  width: 100%;
  text-align: center;
}
.title-section-container .basic-text {
  width: 100%;
  text-align: center;
}
.cost-block-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  align-content: space-evenly;
}
.cost-block-container.disabled .field-block {
  background-color: rgba(0, 0, 0, 0.038);
  color: #5f5f5f;
}
.cost-block-container.disabled .field-block.pressing {
  box-shadow: none;
  border: 1px solid #e4e4e4;
}
.textarea {
  box-sizing: border-box;
  font-family: "Manrope";
  font-size: 14px;
  color: #3a3a3a;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  width: 100%;
  height: 100px;
  resize: none;
  padding: 15px;
}
button.field-block,
.field-block {
  box-sizing: border-box;
  width: 21%;
  font-family: "Manrope";
  font-weight: 600;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  color: #3a3a3a;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  position: relative;
  flex-shrink: 0;
}
.field-block.chosen-cost-tip {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
}
.field-block.chosen-cost-tip.disabled {
  background-color: rgba(0, 0, 0, 0.038);
}
button.field-block.characteristic,
.field-block.characteristic {
  width: auto;
  padding-right: 26px;
  padding-left: 26px;
}
.field-block.pressing {
  color: #fff;
  background-color: #02824C;
  box-shadow: 0px 0px 5px rgba(82, 44, 161, 0.15);
  border: none;
}
.cost-block-cross {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate(0, -5px);
  height: 10px;
  cursor: pointer;
  width: 12px;
  background: url('/public/img/green/Cross.svg') no-repeat center / contain;
}
.review-stars svg {
  cursor: pointer;
}
.big-stars .star {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
.star {
  width: 15px;
  height: 15px;
  fill: #fff;
  stroke: #02824C;
  color: #02824C;
}
.star.filled {
  fill: #02824C;
}
.character-block-container {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 15px;
  flex-wrap: wrap;
}
.character-block-container .field-block:not(:last-child) {
  margin-bottom: 7px;
  margin-right: 7px;
}
.login-input {
  box-sizing: border-box;
  width: 100%;
  padding: 15px;
  color: #3a3a3a;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  font-family: "Manrope";
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  height: auto;
  -webkit-appearance: textfield;
}
.statistics-slider {
  display: flex;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}
.statistics-slider.big_slider {
  width: 100%;
}
.statistics-slider.big_slider a {
  flex-grow: 2;
}
.statistics-slider.big_slider a.small {
  flex-grow: 1;
}
.statistics-slider.big_slider a .statistics-tip {
  width: 100%;
  color: #3a3a3a;
}
.statistics-slider.big_slider a .statistics-tip.choosing {
  color: #fff;
}
button.statistics-tip {
  font-family: "Manrope";
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  padding: 9px 18px;
  width: 140px;
  color: #3a3a3a;
}
.statistics-tip.choosing {
  background: #02824C;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  color: #fff;
}
.fired {
  background: #02824C;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  color: #fff;
  border: none;
  outline: none;
  padding: 10px 20px;
  margin-top: 5px;
}
.qr-code-container {
  box-sizing: border-box;
  width: 100%;
  padding: 30px 40px;
  background-color: #e4e4e4;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.qr-code {
  max-width: 220px;
  max-height: 220px;
}
.qr-code-big {
  max-width: 260px;
  max-height: 260px;
  margin-top: 80px;
}
.qr-code.manager {
  max-width: 176px;
  max-height: 176px;
}
.rate-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid #e4e4e4;
}
.rate {
  font-family: "Manrope";
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #02824C;
  flex-shrink: 0;
}
.rate-describe {
  font-family: "Manrope";
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}
button.gradient-add-button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #02824C;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  align-self: flex-end;
  flex-shrink: 0;
  position: fixed;
  bottom: 20px;
  right: calc(50vw - 200px + 15px);
}
@media screen and (max-width: 400px) {
  button.gradient-add-button {
    right: 15px;
  }
}
.gradient-add-button::before {
  content: "";
  width: 26px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gradient-add-button::after {
  content: "";
  width: 2px;
  height: 26px;
  border-radius: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.backgroundSVG.add-employee {
  margin-bottom: 30px;
  width: 100%;
  display: block;
  height: 225px;
  background: url('/public/img/green//AddEmployee.svg') no-repeat center top / contain;
}
.employee-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
}
.border-none {
  border: none;
}
button.employee-delete {
  background-color: #02824C;
  width: 20px;
  height: 2px;
  border-radius: 1px;
}
.avatar {
  width: 100px;
  height: 100px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
}
.avatar.small {
  width: 100px;
  height: 100px;
}
button.employee-delete-text span {
  font-family: "Manrope";
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: rgba(255, 0, 0, 0.6);
}
.avatar-container {
  box-sizing: border-box;
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 50%;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}
.avatar-container--big {
  width: 180px;
  height: 180px;
  padding: 5px;
  box-shadow: none;
  background-color: #fff;
}
.avatar-container--big .avatar-photo {
  max-width: 180px;
  max-height: 180px;
  margin: 5px;
}
.avatar-container--medium {
  width: 130px;
  height: 130px;
  padding: 5px;
  box-shadow: none;
  background-color: #fff;
}
.avatar-container--medium .avatar-photo {
  max-width: 130px;
  max-height: 130px;
  margin: 5px;
}
.empty.avatar-container {
  border: 1px solid rgba(198, 198, 198, 0.01);
}
.avatar-container .avatar-icon {
  display: none;
}
.empty.avatar-container .avatar-icon {
  display: block;
}
.avatar-photo {
  height: 100px;
  width: 100px;
}
.empty.avatar-container .avatar-photo {
  width: 70%;
  height: 70%;
  border-radius: 0;
  box-shadow: none;
}
.avatar-icon.small {
  width: 30px;
  height: auto;
}
button.add-avatar-button {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #d7d7d7;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}
.add-avatar-button::before {
  content: "";
  width: 13px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.add-avatar-button::after {
  content: "";
  width: 2px;
  height: 13px;
  border-radius: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.password-input-container {
  position: relative;
}
.password-input-container .login-input {
  padding-right: 65px;
  text-align: left;
}
button.see-password-button {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  font-family: "Manrope";
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #02824C;
}
.password-placeholder {
  font-family: "Manrope";
  font-weight: normal;
  font-size: 16px;
  position: absolute;
  top: 15px;
  left: 15px;
  opacity: 0.54;
}
.password-stars {
  opacity: 1;
  font-size: 20px;
}
.wrapper-popup-delete-container {
  background-color: rgba(155, 155, 155, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
}
.popup-delete-container {
  background-color: #fff;
  border-radius: 10px;
  margin: 14vh auto 0;
  max-width: 275px;
  width: 70vw;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.space-between-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
button.gradient-delete-button,
button.white-delete-button {
  font-size: 16px;
  border-radius: 20px;
  width: 32vw;
  max-width: 125px;
  max-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
button.gradient-delete-button {
  background-color: #02824C;
  color: #fff;
  border: none;
  margin-right: 10px;
  padding: 11px 0;
}
button.white-delete-button {
  border: 1px solid #999;
  padding: 10px 0;
}
button.employee-exit-button {
  position: absolute;
  top: 33px;
  right: calc(50vw - 200px + 16px);
  font-family: "Manrope";
  font-weight: 600;
  font-size: 14px;
  color: #02824C;
}
@media screen and (max-width: 400px) {
  button.employee-exit-button {
    right: 16px;
  }
}
button.employee-back-button {
  position: absolute;
  top: 33px;
  left: calc(50vw - 200px + 16px);
  font-family: "Manrope";
  font-weight: 600;
  font-size: 14px;
  color: #02824C;
}
.scroll-screen {
  box-sizing: border-box;
  overflow-y: scroll;
  height: calc(100vh - 170px);
  width: 100%;
  position: fixed;
  top: 85px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 0 20px 20px;
  max-width: 400px;
  scrollbar-width: none;
}
.scroll-screen::-webkit-scrollbar {
  width: 0;
  height: 0;
}
#cardName {
  text-transform: uppercase;
}
#cardName::placeholder {
  text-transform: lowercase;
}
.payment-form {
  width: 100%;
}
#withdrawSum,
#costTipEdit {
  outline: none;
  -webkit-appearance: textfield;
  border: none;
  font-weight: 600;
  text-align: center;
}
#phoneRegistry {
  padding-left: 35px;
}
.phoneIndex {
  position: absolute;
  top: 16px;
  color: #3a3a3a;
  left: 15px;
}
button.text-button span {
  color: #02824C;
}
a.color-link {
  color: #007bff;
}
form {
  display: flex;
  flex-direction: column;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.comission-container {
  display: flex;
}
.comission-container p {
  font-size: 16px;
  margin-left: 10px;
}
.without-tip-container {
  display: flex;
}
.without-tip-container p {
  font-size: 16px;
  margin-left: 10px;
}
.outer-comission {
  width: 22px;
  height: 22px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.inner-comission {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.inner-comission:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 6px;
  background: transparent;
  top: 6px;
  left: 3px;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"]:checked + .inner-comission:after {
  border: 2px solid #02824C;
  border-top: none;
  border-right: none;
}
.comission-container.disabled input[type="checkbox"]:checked + .inner-comission:after {
  border-color: #5f5f5f;
}
.comission-container.disabled .outer-comission {
  background: rgba(0, 0, 0, 0.038);
}
.comission-container.disabled p {
  color: #999;
}
.outer-comission:hover > .inner-comission:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.success-withdrawal {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #02824C;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  position: relative;
  padding: 15px 15px 35px;
}
.red-header {
  background-color: #02824C;
  padding: 15px 15px 35px;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  color: #fff;
  padding: 15px;
}
.header-user-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 220px;
  width: 100%;
  margin: 0;
  padding: 20px;
  background-color: #02824C;
}
.header-user-list.search_all {
  height: 260px;
}
.header-user-list-container {
  position: relative;
}
.header-user-list-container .back-arrow-white {
  top: 0;
  bottom: 0;
  left: auto;
  margin: auto;
}
.header-user-list-container .calendar-btn {
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  margin: auto;
}
input.search-field {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  width: 100%;
  max-width: 360px;
  padding-bottom: 5px;
  color: #fff;
}
input.search-field::placeholder {
  color: #fff;
}
input.search-field + svg {
  align-self: flex-end;
  width: 17px;
  height: 17px;
  position: relative;
  bottom: 26px;
  right: calc(50vw - 200px);
  color: #fff;
}
@media screen and (max-width: 400px) {
  input.search-field + svg {
    right: 0;
  }
}
.smile-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 34px;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  cursor: pointer;
}
.smile-container.white-container {
  background: #fff;
  color: #02824C;
}
.smile-container.red-container {
  border: 1px solid #e4e4e4;
  color: #fff;
}
.user-list-container {
  background: #fff;
  border-radius: 16px;
  position: absolute;
  top: 200px;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.user-list-container--review {
  top: 150px;
}
.user-list-container--search {
  top: 350px;
}
.user-list-container--search-stations {
  top: 330px;
}
.user-list-container--search-no-stations {
  top: 220px;
}
.user-list-container--shifts {
  position: relative;
  top: 0;
  margin-top: 20px;
}
.white-view-container {
  background: #fff;
  border-radius: 16px;
  position: relative;
  top: -11px;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container-inner {
  max-width: 400px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 400) {
  .container-inner {
    max-width: 100%;
  }
}
.sum {
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  color: #fff;
}
.review-stars {
  flex-shrink: 0;
  white-space: nowrap;
}
.small-text {
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  color: #3a3a3a;
}
.tiny-text {
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #3a3a3a;
  flex-shrink: 0;
}
.back-arrow-grey,
.back-arrow-white {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 30px;
  left: calc(50vw - 200px);
}
.back-arrow-grey {
  fill: #000;
}
.back-arrow-white {
  fill: #fff;
}
.position-abs-c {
  margin-top: 20px;
  position: absolute;
  bottom: 5px;
  left: 77px;
}
.color-white {
  color: #fff !important;
  fill: #fff !important;
}
.rub-text {
  font-family: "Manrope";
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
}
.all-place {
  box-sizing: border-box;
  border-radius: 0;
  outline: none;
  width: 100%;
  max-width: 400px;
  padding: 12px 15px;
  background: none;
  box-shadow: none;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  color: #3a3a3a;
}
.all-place::placeholder {
  color: #999;
}
.all-place + svg {
  align-self: flex-end;
  width: 17px;
  height: 17px;
  position: absolute;
  bottom: 12px;
  right: 15px;
}
.avatar-container {
  position: relative;
}
.NewTips {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 20px;
  height: 20px;
  background: url('/public/img/green/NewTips.svg') no-repeat center / contain;
}
.NewTips.blocked {
  background: url('/public/img/BlockedIcon.svg') no-repeat center / contain;
}
.smallest-text {
  font-family: "Manrope";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  color: #3a3a3a;
}
button.underline-text {
  font-family: "Manrope";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
  text-decoration-line: underline;
  color: #000;
}
.position-abs-11 {
  position: relative;
  top: 11px;
}
.background-grey {
  background: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
}
.statisticsWrapper {
  width: 100%;
}
.calendar-icon {
  stroke: #02824C;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 1px;
  pointer-events: none;
  align-self: center;
}
.exit-icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.qr-icon {
  width: 20px;
  height: 20px;
}
.tips-slider-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card-container {
  position: absolute;
  width: 100%;
  max-width: 400px;
  left: calc(50vw - 200px);
  top: 70px;
  background: #fff;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 10px 20px;
}
.card-container--search {
  padding: 15px;
}
@media (max-width: 400px) {
  .card-container--search {
    padding: 10px;
  }
}
.height-190px {
  height: 190px;
}
.card-input {
  box-sizing: border-box;
  width: 100%;
  padding: 0 5px 5px;
  border: none;
  border-bottom: 1px dashed #3a3a3a;
  font-family: "Manrope";
  font-weight: 500;
  font-size: 14px;
}
.arrowRight {
  width: 20px;
}
.border-bottom {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 5px;
}
.lukoil-img {
  align-self: start;
  margin-bottom: -80px;
  position: relative;
  width: 125px;
  height: 178px;
  top: -45px;
  left: 50px;
}
.download-qr {
  align-self: flex-end;
  position: relative;
  top: -5px;
}
.big-avatar {
  width: 180px;
  height: 180px;
}
.medium-avatar {
  width: 130px;
  height: 130px;
}
.form-100 {
  width: 100%;
}
.min-width-233 {
  min-width: 233px;
}
.form-control {
  padding: 15px;
}
.job-pos-select {
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  padding: 11px 15px 13px;
}
.job-pos-select--users {
  width: 100%;
  opacity: 0;
  transition: 0.2s ease;
}
.job-pos-select--users.show {
  opacity: 1;
}
.btn-light.focus,
.btn-light:focus,
.show > .btn-light.dropdown-toggle:focus,
.show > .btn-light.dropdown-toggle {
  background: none;
  box-shadow: none;
  border: none;
}
.filter-option-inner-inner {
  outline: none;
  background: #fff;
  color: #3a3a3a;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #000;
  text-decoration: none;
  background-color: #fff;
  font-weight: 700;
}
.dropdown-toggle::after {
  margin-top: 7px;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}
@media screen and (max-width: 430px) {
  .wrapper-first-screen {
    padding: 0 20px 20px !important;
  }
  .card-container {
    width: calc(100vw - 40px);
    left: auto;
  }
  .back-arrow-white,
  .back-arrow-grey {
    left: 20px !important;
  }
}
#user_logout {
  cursor: pointer;
}
.button-exit-icon {
  align-self: flex-end;
  position: relative;
  top: 30px;
}
.job-pos-select > div > button {
  border: none !important;
  outline: none !important;
  background-color: #fff !important;
  box-shadow: none !important;
}
.login-input:read-only {
  color: #e4e4e4;
  padding-left: 0;
  padding-top: 5px;
  border: none;
}
.filter-option-inner-inner {
  font-weight: 500;
}
.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url('/public/img/IconCheck.svg');
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 2px;
  border: none;
  transform: none;
}
.bootstrap-select div.dropdown-menu {
  width: calc(100% + 32px);
  left: -16px !important;
  box-shadow: 0px 8px 10px #e4e4e4;
  border-radius: 0 0 10px 10px;
  border: 1px solid #e4e4e4;
  border-top: none;
}
@media screen and (max-width: 400px) {
  .bootstrap-select div.dropdown-menu.show {
    transform: translate3d(0px, 26px, 0px) !important;
  }
}
.bootstrap-select div.dropdown-menu .inner .text {
  padding-left: 10px;
  line-height: 19px;
}
.bootstrap-select div.dropdown-menu .inner .dropdown-item {
  display: flex;
  align-items: center;
  padding: 0.25rem 15px;
}
.bootstrap-select div.dropdown-menu .inner .dropdown-item .check-mark {
  left: 20px;
  right: auto;
  display: inline-block;
}
.bootstrap-select div.dropdown-menu .inner .dropdown-item.selected .check-mark {
  position: relative;
  top: 0;
  left: 0;
}
.bootstrap-select div.dropdown-menu .inner .dropdown-item.selected .bs-ok-default:after {
  background-image: url('/public/img/green/IconCheckSelected.svg');
}
.bootstrap-select div.dropdown-menu .bs-searchbox {
  padding: 4px 15px;
}
.bootstrap-select div.dropdown-menu .bs-searchbox .form-control {
  padding: 8px 15px;
}
.bootstrap-select div.dropdown-menu .bs-searchbox + .bs-actionsbox {
  padding: 4px 15px 4px;
}
.bs-select-all {
  position: relative;
  text-align: left;
  padding-left: 30px !important;
}
.bs-select-all:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('/public/img/IconCheck.svg');
  left: 0;
  position: absolute;
  top: calc(50% - 10px);
}
.bs-select-all.active:after {
  background-image: url('/public/img/green/IconCheckSelected.svg');
}
.bs-deselect-all {
  text-align: right;
}
.bootstrap-select .dropdown-menu.inner {
  width: 100%;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  right: 20px;
}
.dropdown-menu .inner {
  overflow-x: hidden;
}
.min-width-date {
  min-width: 95px;
}
.smallest-position {
  position: absolute;
  bottom: 17px;
  right: 0;
}
.logoSVG {
  width: 106px;
  height: 100px;
  background: url('/public/img/green/Logo.svg') no-repeat center top / contain;
}
.calendar-input-container {
  width: 100%;
}
.header-user-list .calendar-input {
  background-color: transparent;
  color: #fff;
  width: 100%;
  height: 70px;
  padding-left: calc(50% - 94px);
  margin-top: -29px;
}
.header-user-list .calendar-input--margin {
  padding-left: 0;
  margin-left: calc(50% - 80px);
}
.header-user-list .calendar-icon {
  stroke: #fff;
  align-self: flex-start;
  position: absolute;
  right: calc(50vw - 220px);
  top: -30px;
  width: 22px;
  height: 22px;
}
.header-user-list .calendar-icon--right5 {
  right: -5px;
}
@media screen and (max-width: 400px) {
  .header-user-list .calendar-icon {
    right: 0;
  }
}
.textError {
  font-size: 10px;
  color: #02824C;
}
.error-border {
  border: 1px solid #02824C;
}
.edit-photo-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url('/public/img/EditEmployeeSimple.svg') no-repeat center / 34px;
  width: 34px;
  height: 34px;
  border: none;
}
.avatar-empty-btn {
  width: 100px;
  height: 100px;
  position: relative;
  border: 1px solid rgba(198, 198, 198, 0.01);
  border-radius: 50%;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}
.avatar-empty-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url('/public/img/EditEmployeeSimple.svg') no-repeat center / 34px;
  width: 34px;
  height: 34px;
}
.avatar-empty-btn.logo_1 {
  background: url('/public/img/Lukoil.svg') no-repeat center / 75% 75%;
}
.avatar-empty-btn.logo_0 {
  background: url('/public/img/Logo.svg') no-repeat center / 75% 75%;
}
.avatar-empty-btn.logo_8 {
  background: url('/public/img/Teboil.png') no-repeat center / 75% 75%;
}
.avatar-full {
  position: relative;
}
#imgDeleteEmployee.avatar {
  position: relative;
  border-radius: 50%;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  background: url('/upload/avatar/AvatarIcon.svg') no-repeat center / 50%;
}
.form-control.is-invalid,
.was-validated .form-control:invalid,
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #02824C;
  background: none;
  box-shadow: none;
}
.form-control.is-valid,
.was-validated .form-control:valid,
.form-control:focus,
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #e4e4e4;
  background: none;
  box-shadow: none;
}
.invalid-feedback,
#errorCardName,
#errorCardNumber {
  color: #02824C;
  padding-left: 10px;
  font-size: 80%;
}
#errorWithdrawSum {
  display: none;
}
.line-review {
  padding: 16px 0;
  border-bottom: 1px solid #F0F0F0;
}
.line-withdraw {
  padding: 16px 0;
}
.line-withdraw--border {
  border-bottom: 1px solid #F0F0F0;
}
.details.header-user-list .calendar-icon {
  stroke: #fff;
  align-self: flex-start;
  position: absolute;
  right: calc(50vw - 200px);
  top: 30px;
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 400px) {
  .details.header-user-list .calendar-icon {
    right: 0;
  }
}
.container-inner-details {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
  width: 100%;
}
.container-inner-details--np {
  padding: 0px;
}
.user-list-container.details {
  top: 100px;
}
.max-width {
  max-width: 400px;
}
.max-width-360 {
  max-width: 360px;
}
.middle-grey-text {
  color: #999 !important;
}
.font12px {
  font-size: 12px !important;
}
.search-header {
  background-color: #02824C;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  padding-bottom: 35px;
}
.calendar-btn {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  width: 22px;
  height: 22px;
  right: calc(50vw - 200px);
  top: 30px;
}
@media screen and (max-width: 440px) {
  .calendar-btn {
    right: 20px;
  }
}
.details.header-user-list .calendar-btn .calendar-icon {
  position: relative;
  top: 0;
  right: 0;
}
.search_form {
  position: relative;
  width: 100%;
  max-width: 370px;
}
.search_form .filter-option-inner-inner {
  color: #999;
}
.done-btn {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  width: 52px;
  height: 32px;
  right: calc(50vw - 180px);
  top: 30px;
}
@media screen and (max-width: 440px) {
  .done-btn {
    right: 20px;
  }
}
.white-cross-search {
  width: 28px;
  height: 28px;
  margin-top: -30px;
  margin-left: 343px;
  cursor: pointer;
}
@media screen and (max-width: 400px) {
  .white-cross-search {
    margin-left: calc(100% - 20px);
  }
}
.big-search-icon {
  width: 50px;
  height: 50px;
  margin: 100px auto 0;
  display: inherit;
}
#calendarModal {
  padding-left: 0;
}
#calendarModal .modal-dialog {
  max-width: 335px;
  margin: 50px auto;
}
#calendarModal .modal-content {
  padding: 30px 10px;
  border-radius: 16px;
}
.calendar_menu {
  width: 100%;
  padding: 0;
  list-style: none;
  margin: 0 0 30px;
  display: flex;
  justify-content: space-between;
  background: rgba(220, 218, 218, 0.6);
  border-radius: 8px;
  flex-wrap: wrap;
  height: 34px;
  align-items: center;
}
.calendar_menu li {
  width: calc(100% / 5);
}
.calendar_menu li a {
  line-height: 32.5px;
  text-align: center;
  color: #000;
  display: block;
}
.calendar_menu li a.active {
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}
.year_title,
.month_title {
  font-size: 18px;
}
.month_link {
  width: 33%;
  text-align: center;
  padding: 15px 0;
  color: #000;
}
.month_link.disabled {
  color: #999;
}
.month_link.active,
.ui-datepicker-calendar a.ui-state-active {
  color: #02824C;
  font-weight: 600;
}
#list_year,
#calendars-tabContent-week {
  display: none;
}
.next_list {
  opacity: 0;
}
.ui-datepicker-header {
  position: relative;
  font-size: 18px;
}
.ui-datepicker-title {
  text-align: center;
  font-weight: 600;
}
.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
.ui-datepicker-calendar td {
  padding: 6px 0;
}
td.ui-datepicker-week-end,
td.ui-datepicker-week-end a {
  color: #02824C;
}
.ui-datepicker-prev {
  position: absolute;
  top: 3px;
  left: 0;
}
.ui-datepicker-next {
  position: absolute;
  top: 3px;
  right: 0;
}
.ui-datepicker-next.ui-state-disabled {
  opacity: 0;
}
.ui-datepicker-calendar a {
  color: #000;
}
.ui-datepicker-prev,
.prev_list {
  background: url('/public/img/CalendarPrev.svg') no-repeat center / contain;
  width: 12px;
  height: 22px;
  color: #fff;
  fill: #999;
}
.ui-datepicker-next,
.next_list {
  background: url('/public/img/CalendarNext.svg') no-repeat center / contain;
  width: 12px;
  height: 22px;
}
td.ui-datepicker-unselectable {
  color: #999;
}
.period_preview {
  width: auto;
  color: #999;
  border: none;
  display: block;
  text-align: center;
}
.drp-calendar.left,
.drp-calendar .next {
  display: none !important;
}
.yearselect,
.monthselect,
.yearselect:focus,
.monthselect:focus {
  border: 0;
}
.calendar-table {
  padding: 0;
}
.calendar-table tr:first-child th {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.calendar-table tr:last-child th {
  padding-top: 10px;
}
.calendar-table tr:last-child td {
  padding-bottom: 10px;
}
#infoComissionOut {
  display: none;
}
.auth_img {
  display: block;
  height: 217px;
  background: url('/public/img/green/Authorization.svg') no-repeat center top / contain;
}
#myChartColors {
  color: #02824C;
  background-color: rgba(1, 120, 25, 0.55);
  border-color: rgba(1, 120, 25, 0.55);
}
.success_img {
  display: block;
  height: 334px;
  background: url('/public/img/green/Success.svg') no-repeat center top / contain;
}
.PinturaRoot .PinturaButtonExport {
  background-color: #02824C !important;
  color: #fff !important;
}
.daterangepicker.show-calendar .drp-calendar.left {
  display: none;
}
.yearselect,
.monthselect,
.yearselect:focus,
.monthselect:focus {
  border: 0;
  background: rgba(0, 0, 0, 0.07);
  border-radius: 4px;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  padding: 3px;
}
.daterangepicker select.monthselect {
  margin-right: 10px;
}
#public_modal .modal-dialog {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
#public_modal .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
#public_modal .modal-body {
  padding: 0;
}
#public_modal .login-input {
  width: 100%;
  padding-top: 12px;
  border: 1px solid #e4e4e4;
}
#public_modal .btn-light {
  padding-left: 15px;
}
#public_modal .btn-light:hover,
#public_modal .btn-light:active,
#public_modal .btn-light:focus,
#public_modal .btn-light:not(:disabled):not(.disabled).active,
#public_modal .btn-light:not(:disabled):not(.disabled):active,
#public_modal .show > .btn-light.dropdown-toggle {
  background: none;
  box-shadow: none;
}
#public_modal .bootstrap-select .dropdown-menu {
  width: 100%;
  left: 0 !important;
}
.RepeatPassInfo {
  position: absolute;
  bottom: -20px;
  left: 10px;
}
::-ms-reveal {
  display: none;
}
.circleFirst {
  color: rgba(1, 120, 25, 0.55);
}
.circleSecond {
  color: rgba(1, 120, 25, 0.55);
}
.circleThird {
  color: #e4e4e4;
}
.credit_card_img {
  max-width: 254px;
  margin-left: auto;
  margin-right: auto;
  display: inherit;
}
.alertify-notifier .ajs-message.ajs-error {
  background: #f8d7da;
  color: #721c24;
  border-color: #f8d7da;
  padding: 6px 16px;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.43;
  border-radius: 4px;
  text-shadow: none;
}
#button_container {
  width: 100%;
  margin-top: 30px;
}
.ya-pay-button {
  width: 100%;
  border-radius: 20px !important;
}
.alertify-notifier .ajs-message.ajs-success {
  background: #edf7ed;
  color: #1e4620;
  border-color: #edf7ed;
  padding: 6px 16px;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.43;
  border-radius: 4px;
  text-shadow: none;
}
#pdf {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  padding-top: 30px;
  overflow: hidden;
}
#pdf .pdf_background {
  top: 0;
  content: '';
  display: block;
  height: 100%;
  width: 700px;
  left: calc(50% - 350px);
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center -210px;
  background-size: 100% auto;
}
.text_qr {
  font-size: 26px;
  min-height: 50px;
}
.text_qr_big {
  font-size: 26px;
  line-height: 1.6;
}
.tooltip-inner {
  max-width: 300px;
}
.tooltip.show {
  z-index: 200;
}
#statistics .star {
  vertical-align: text-top;
}
#statistics .review-stars {
  height: 16px;
}
.nav-company {
  border: none;
}
.nav-company .nav-link,
.nav-company .nav-link:hover {
  border: none;
  padding: 0 10px;
}
.station_list_info {
  min-width: 60px;
  display: flex;
  flex-direction: column;
}
.station_list_info b {
  white-space: nowrap;
}
.toggle-menu {
  margin-top: -5px;
  position: relative;
  z-index: 100;
}
.toggle-menu > a:first-child {
  z-index: 101;
  position: relative;
}
.toggle-menu ul {
  width: 350px;
  margin: 0;
  padding: 50px 20px 20px;
  border-radius: 9.97024px;
  background: #fff;
  list-style: none;
  position: absolute;
  top: -15px;
  left: auto;
  right: -8px;
  -webkit-filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.7));
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.7));
}
.toggle-menu ul li:not(:last-child) {
  margin-bottom: 15px;
}
.toggle-menu ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 0.762184px solid #000000;
  border-radius: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #202124;
  padding: 10px 10px 10px 20px;
}
.toggle-menu #user_logout {
  justify-content: flex-end;
  border: none;
  padding: 0;
}
.toggle-menu #user_logout span {
  text-decoration: underline;
}
.toggle-menu #user_logout svg {
  fill: #3a3a3a;
}
.employee-container.disabled_user {
  color: #999 !important;
}
.employee-container.disabled_user .basic-text,
.employee-container.disabled_user .basic-text a,
.employee-container.disabled_user .tiny-text,
.employee-container.disabled_user .small-text {
  color: #999 !important;
}
.employee-container.disabled_user .star {
  stroke: #999 !important;
  color: #999 !important;
}
.employee-container.disabled_user .star.filled {
  fill: #999 !important;
}
#accordionOthers {
  width: 100%;
}
#accordionOthers .card {
  border: none;
}
#accordionOthers button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#accordionOthers button svg {
  rotate: 180deg;
}
#accordionOthers button.collapsed svg {
  rotate: 0deg;
}
.input-desc {
  position: absolute;
  top: 12px;
  right: 10px;
  font-size: 20px;
  color: red;
}
.avatar-empty-btn {
  background: url('/upload/avatar/AvatarIcon.svg') no-repeat center;
}
.bank_link {
  display: block;
  margin: 5px 0;
  background: #efefef;
  border-radius: 8px;
  padding: 10px;
  color: #000;
}
.bank_link img {
  width: 50px;
  border-radius: 8px;
  margin-right: 10px;
}
#public_modal .modal-body {
  overflow-y: auto;
}
#sbpPayment {
  border: 1px solid rgba(255, 0, 0, 0.6);
  border-radius: 20px;
  width: 100%;
  height: 50px;
  background: #fff;
  color: #000;
}
#sbpPayment img,
#mirpayPayment img {
  width: auto;
  height: 30px;
  margin-left: 10px;
}
#mirpayPayment {
  border: 1px solid #008452;
  border-radius: 20px;
  width: 100%;
  height: 50px;
  background: #fff;
}
.job-pos-select:has(.form-control:invalid) + .invalid-feedback {
  display: block;
}
.min-width-station .smallest-text {
  bottom: 2px;
}
.manager-payments .button-exit-icon {
  top: 0px;
  align-self: auto;
}
.manager-statistics .button-exit-icon {
  top: 0px;
  align-self: auto;
}
