/* Extra large Devices, Tablets */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
/* Extra large Devices, Tablets */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
/* Extra large Devices, Tablets */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
.main-btn {
  height: 39px;
  border-radius: 6px;
  border: 0px;
  padding: 0px 15px;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #204EE0;
}
.main-btn__aside {
  display: flex;
}

.main-btn-link {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  white-space: nowrap;
}
.main-btn-link--second {
  color: #204EE0;
}

.main-btn-icon {
  display: flex;
}
.main-btn-icon__svg {
  display: flex;
}
.main-btn-icon__svg path {
  fill: #ffffff;
}
.main-btn-icon__svg--second path {
  fill: #204EE0;
}

.main-btn-blue {
  background: #204EE0;
}
.main-btn-blue:hover {
  background: #002865;
  border-color: #002865;
}

.main-btn-white {
  background: #ffffff;
}
.main-btn-white:hover {
  background: rgba(32, 78, 224, 0.2);
  border-color: rgba(32, 78, 224, 0);
}

.main-btn-transparent {
  background: transparent;
}
.main-btn-transparent:hover {
  background: rgba(32, 78, 224, 0.2);
  border-color: rgba(32, 78, 224, 0);
}

/* Extra large Devices, Tablets */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
.manual-btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 15px 15px;
}
.manual-btn__aside {
  display: flex;
  margin-right: 13px;
}
.manual-btn__aside:last-child {
  margin-right: 0px;
}
.manual-btn:hover {
  background: #FF2014;
  border-radius: 6px;
}

.manual-btn-link {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #8B8C95;
  text-decoration: none;
}
.manual-btn-link:hover {
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
}

.manual-btn-background:hover {
  color: #ffffff;
  background: #FF2014;
  border-radius: 6px;
}
.manual-btn-background:hover path {
  fill: #ffffff;
}

/* Extra large Devices, Tablets */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
.file-btn-wrapper {
  width: 100%;
  height: 183px;
  background: #E7ECFF;
  border-radius: 6px;
  padding: 5px 5px;
  cursor: pointer;
}
.file-btn-wrapper__inner {
  height: 100%;
  display: flex;
  border: 1px dashed #204EE0;
  border-radius: 6px;
}
.file-btn-wrapper__inner:hover {
  border-color: #8ca6f9;
}

.file-btn {
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.file-btn__row {
  margin-bottom: 8px;
}
.file-btn__row:last-child {
  margin-bottom: 0px;
}

.file-btn-text {
  display: flex;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 13px;
  color: #204EE0;
  text-align: center;
}

/* Extra large Devices, Tablets */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
.btn-small {
  display: inline-flex;
  align-items: center;
  border: 1px solid #204EE0;
  border-radius: 6px;
  padding: 4px 11px;
  background: transparent;
  cursor: pointer;
}
.btn-small__col {
  display: flex;
  margin-right: 10px;
}
.btn-small__col:last-child {
  margin-right: 0px;
}
.btn-small:hover {
  background: rgba(32, 78, 224, 0.2);
  border-color: rgba(32, 78, 224, 0);
}

.btn-small-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #204EE0;
}

.table-sort-btn {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  background-image: url("../img/sort-icon.svg");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 12px;
}
.table-sort-btn__text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #545E7D;
  white-space: nowrap;
}

.table-settings {
  display: flex;
  justify-content: end;
}
.table-settings__icon {
  cursor: pointer;
  opacity: 0.5;
}
.table-settings__icon:hover {
  opacity: 1;
}

.table-btn {
  cursor: pointer;
  display: flex;
}
.table-btn:hover rect {
  fill: #EEEEEE;
}

.btn-delete {
  display: flex;
  background: transparent;
  border: 0px;
  padding: 0px 0px;
}
.btn-delete__icon {
  display: flex;
}

.price-btn {
  background-image: url("../img/price-edit-icon.svg");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 18px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.price-btn__text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #204EE0;
}

.add-btn {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.add-btn__text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 13px;
  color: #204EE0;
}

.form-btn {
  height: 25px;
  display: flex;
  align-items: center;
  background: #204EE0;
  border-radius: 6px;
  border: 0px;
  padding: 3px 11px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}
.form-btn:hover {
  background: #002865;
}

.btn-remove {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  display: inline-flex;
  align-items: center;
}
.btn-remove__icon {
  width: 9px;
  height: 10px;
  display: flex;
  cursor: pointer;
}

.btn-treaty {
  cursor: pointer;
  display: inline-block;
  padding: 0px 0px;
  border: 0px;
  background-color: transparent;
  background-image: url("../img/treaty-icon.svg");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  text-decoration: none;
}
.btn-treaty__text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #204EE0;
}

.menu-btn {
  display: flex;
  cursor: pointer;
}
.menu-btn__icon {
  display: flex;
}

.table-info-btn {
  display: inline-flex;
  cursor: pointer;
}
.table-info-btn__icon {
  display: flex;
}

/* Extra large Devices, Tablets */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
.my-checkbox {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  gap: 8px;
}
.my-checkbox__col {
  display: flex;
}

.my-checkbox-input {
  display: none;
}
.my-checkbox-input:checked + .checkbox-icon {
  background: #204EE0 url("../img/checkbox-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  border-color: #204EE0;
}

.checkbox-icon {
  width: 17px;
  height: 17px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkbox-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #17192B;
}

/* Extra large Devices, Tablets */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
.debt-block__row {
  width: 100%;
  margin-bottom: 6px;
}
.debt-block__row:last-child {
  margin-bottom: 0px;
}

.debt-block-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #FF264D;
}
.debt-block-text--second {
  color: #204EE0;
}

.debt-block-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  display: flex;
  align-items: flex-end;
  color: #17192B;
  opacity: 0.5;
}

/* Extra large Devices, Tablets */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
.worker-block {
  width: 100%;
  height: 100%;
  min-height: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.worker-block__row {
  width: 100%;
  margin-bottom: 8px;
}
.worker-block__row:last-child {
  margin-bottom: 0px;
}

.worker-block-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #545E7D;
}
.worker-block-text--second {
  color: #4E8336;
}

.worker-block-heading {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  display: flex;
  align-items: flex-end;
  color: rgba(23, 25, 43, 0.5);
}

.worker-block-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #17192B;
}

/* Extra large Devices, Tablets */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
.main-modal {
  width: auto;
  background: #FFFFFF;
  border-radius: 6px;
  padding: 0px 0px;
  position: relative;
}
.main-modal__inner {
  position: relative;
}

.modal-rows__item {
  margin-bottom: 42px;
}
.modal-rows__item:last-child {
  margin-bottom: 0px;
}

.modal-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #17192B;
}

.modal-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #17192B;
}

.modal-btns {
  display: flex;
  justify-content: center;
}
.modal-btns__btn {
  display: flex;
  margin-right: 10px;
}
.modal-btns__btn:last-child {
  margin-right: 0px;
}

.modal-closed {
  cursor: pointer;
  display: flex;
  position: absolute;
  right: -30px;
  top: 0;
  cursor: pointer;
}

.modal-form {
  width: 100%;
}
.modal-form__group {
  margin-bottom: 14px;
}
.modal-form__group:last-child {
  margin-bottom: 0px;
}

.call-modal {
  width: 100%;
  max-width: 1000px;
  background: transparent;
  border-radius: 6px;
  position: relative;
  padding: 0px 0px;
}

.call-modall-head {
  background: #418935;
  padding-top: 25px;
  padding-left: 24px;
  padding-right: 23px;
  padding-bottom: 22px;
  display: flex;
  justify-content: space-between;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  overflow: hidden;
}
.call-modall-head__col {
  display: flex;
}

.call-modall-heading {
  background: #ffffff;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 25px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.call-modall-heading__inner {
  padding-bottom: 22px;
  border-bottom: 1px solid #D9D9D9;
}

.call-modal-content {
  background: #FFFFFF;
  padding-top: 16px;
  padding-left: 24px;
  padding-right: 24px;
}
.call-modal-content__row {
  margin-bottom: 31px;
}
.call-modal-content__row:last-child {
  margin-bottom: 0px;
}

.call-modal-bottom {
  background: #FFFFFF;
  padding-top: 50px;
  padding-bottom: 40px;
  padding-right: 24px;
  padding-left: 24px;
  display: flex;
  justify-content: space-between;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.call-modal-bottom__col {
  display: flex;
}

.call-modal-btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.call-modal-btns__col {
  display: flex;
}

/* Extra large Devices, Tablets */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
.half-stars {
  text-align: center;
}
.half-stars__inner {
  display: flex;
}
.half-stars input {
  position: absolute;
  left: -9999px;
}
.half-stars input:checked ~ label svg {
  fill: #6E7B91;
}
.half-stars label {
  cursor: pointer;
}
.half-stars label svg {
  margin: 2px;
  height: 20px;
  width: 20px;
  fill: #FFC93F;
  transition: fill 0.3s;
}

.half-stars-star {
  padding-right: 0;
  margin-right: -12px;
  width: 12px;
  overflow: hidden;
  z-index: 2;
}

.half-stars .half-stars__inner:hover label svg {
  fill: #FFC93F;
}

.half-stars .half-stars__inner input:hover ~ label svg {
  fill: #6E7B91;
}

/* Extra large Devices, Tablets */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
.static-block {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 6px;
  padding-left: 22px;
  padding-right: 35px;
  padding-top: 22px;
  padding-bottom: 17px;
}
.static-block__row {
  margin-bottom: 8px;
}
.static-block__row:last-child {
  margin-bottom: 0px;
}

.static-block-inner__row {
  margin-bottom: 6px;
}
.static-block-inner__row:last-child {
  margin-bottom: 0px;
}

.static-block-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #17192B;
}

/* Extra large Devices, Tablets */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
.static-item {
  display: flex;
  align-items: center;
  gap: 11px;
}
.static-item__col {
  display: flex;
}

.static-item-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 33.6px;
  line-height: 41px;
  color: #519E2C;
}
.static-item-text__small {
  font-size: 25px;
  line-height: 30px;
  color: rgb(134, 137, 148);
}
.static-item-text--yellow {
  color: rgb(232, 181, 0);
}

.static-item-pay {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 25.2px;
  line-height: 30px;
  color: #E94F4F;
}

/* Extra large Devices, Tablets */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
.pay-block {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 6px;
  padding-left: 22px;
  padding-right: 35px;
  padding-top: 22px;
  padding-bottom: 17px;
}
.pay-block__row {
  margin-bottom: 8px;
}
.pay-block__row:last-child {
  margin-bottom: 0px;
}

.pay-block-inner__row {
  margin-bottom: 13px;
}
.pay-block-inner__row:last-child {
  margin-bottom: 0px;
}

.pay-block-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #17192B;
}

/* Extra large Devices, Tablets */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
.call-block {
  width: 100%;
}
.call-block__row {
  margin-bottom: 1px;
}
.call-block__row:last-child {
  margin-bottom: 0px;
}

.call-block-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
}
.call-block-title--second {
  text-align: center;
  color: #17192B;
}

.call-block-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}
.call-block-text--second {
  text-align: center;
  color: rgb(84, 94, 125);
}

/* Extra large Devices, Tablets */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
.call-user__row {
  margin-bottom: 4px;
}
.call-user__row:last-child {
  margin-bottom: 0px;
}

.call-user-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #17192B;
}

.call-user-position {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #545E7D;
}

.call-user-items {
  display: flex;
  align-items: center;
}
.call-user-items__item {
  margin-right: 10px;
}
.call-user-items__item:last-child {
  margin-right: 0px;
}

/* Extra large Devices, Tablets */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
.select-change {
  display: flex;
}

.select-change-heading {
  background-image: url("../img/select-change-icon.svg");
  background-position: right 7px;
  background-repeat: no-repeat;
  padding-right: 20px;
  cursor: pointer;
}
.select-change-heading__text {
  display: flex;
}
.select-change-heading--active {
  background-image: url("../img/select-change-icon.svg");
}

.select-change-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #204EE0;
  white-space: nowrap;
}

.menu-link {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #D6D6D6;
  text-decoration: none;
}
.menu-link--active, .menu-link:hover {
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
}

.menu-background {
  padding: 14px 15px;
}
.menu-background--active, .menu-background:hover {
  color: #ffffff;
  background: #FF2014;
  border-radius: 6px;
}
.menu-background--active path, .menu-background:hover path {
  fill: #ffffff;
}

.header-heading {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 31px;
  color: #17192B;
}
@media (max-width: 767px) {
  .header-heading {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
  }
}

.auth-user {
  display: flex;
  align-items: center;
  gap: 13px;
  cursor: pointer;
}
.auth-user__aside {
  display: flex;
}
@media (max-width: 767px) {
  .auth-user__aside {
    display: none;
  }
}
@media (max-width: 767px) {
  .auth-user__aside:first-child {
    display: block;
  }
}

.auth-user-items {
  padding: 0px 0px;
  margin: 0px 0px;
}
.auth-user-items__item {
  list-style: none;
}

.auth-user-collapse {
  margin-left: 7px;
}
.auth-user-collapse__icon {
  display: flex;
}
.user-name {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #17192B;
}
.user-name--white {
  color: #FFFFFF;
}

.user-position {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: rgba(23, 25, 43, 0.5);
}
.user-position--white {
  color: rgba(255, 255, 255, 0.5);
}

.notification-icon {
  display: flex;
  cursor: pointer;
  opacity: 0.4;
}
.notification-icon__svg {
  display: flex;
}
@media (max-width: 767px) {
  .notification-icon__svg path {
    fill: #A6B8F3;
  }
}
.notification-icon:hover {
  opacity: 1;
}

.user-ava {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background: rgb(210, 219, 249);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.user-ava__text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #204EE0;
}
.user-ava__text--small {
  font-size: 10px;
  line-height: 10px;
}
.user-ava--small {
  width: 30px;
  height: 30px;
}

.user-online {
  display: inline-flex;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
}
.user-online__inner {
  width: 10px;
  height: 10px;
  background-color: rgb(131, 212, 103);
  border-radius: 100%;
  border: 1px solid #FFFFFF;
}

.default-input {
  width: 100%;
  height: 36px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 6px;
  padding-left: 13px;
  padding-right: 13px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #17192B;
}

.default-textarea {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 6px;
  padding: 9px 13px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #17192B;
}

.table-edit-input {
  width: 92px;
  height: 24px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #17192B;
  padding: 3px 6px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 6px;
}

.default-label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  color: rgba(23, 25, 43, 0.5);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.information-block {
  display: flex;
  align-items: center;
}
.information-block__col {
  margin-right: 7px;
}
.information-block__col:last-child {
  margin-right: 0px;
}

.information-block-icon {
  display: flex;
}

.information-block-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #545E7D;
}

.text-form {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  color: rgba(23, 25, 43, 0.5);
}

.rating-text {
  display: inline-flex;
  align-items: baseline;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #204EE0;
}
.rating-text__img {
  display: inline-block;
  margin-left: 5px;
}
.rating-text__lower {
  font-weight: 500;
  font-size: 16px;
}
.rating-text__lower--second {
  font-weight: 400;
  font-size: 18px;
}
.rating-text--second {
  color: rgb(84, 94, 125);
  font-size: 12px;
}

.input-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #545E7D;
}

.payouts-block-heading {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #204EE0;
}

.no-data-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: rgba(84, 94, 125, 0.4);
}

.header-menu-btn {
  width: 25px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
}
.header-menu-btn__item {
  display: flex;
}

.burger-line {
  width: 100%;
  height: 1px;
  display: block;
  background-color: #ffffff;
}