@charset "UTF-8";
/* 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 */
.page-grid-rows__row {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}
.page-grid-rows__row:last-child {
  margin-bottom: 0px;
}

.page-grid-col {
  display: flex;
  align-items: center;
}
.page-grid-col__col {
  display: flex;
  margin-right: 23px;
}
.page-grid-col__col:last-child {
  margin-right: 0px;
}

.input-rows__row {
  display: flex;
  flex-direction: column;
  margin-bottom: 23px;
}
.input-rows__row:last-child {
  margin-bottom: 0px;
}

.input-cols {
  width: 100%;
  display: flex;
}
.input-cols__col {
  width: 100%;
  margin-right: 22px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.input-cols__col--three {
  width: 33.3333333333%;
}
.input-cols__col:last-child {
  margin-right: 0px;
}

.inputs-list {
  margin-bottom: 4px;
}
.inputs-list__row {
  display: flex;
  margin-bottom: 5px;
}
.inputs-list__row:last-child {
  margin-bottom: 0px;
}

.add-input-numb {
  padding-left: 32px;
  background-image: url("../img/№.svg");
  background-repeat: no-repeat;
  background-position: 11px center;
}

.add-input-search {
  padding-left: 35px;
  background-image: url("../img/find-icon-input.svg");
  background-repeat: no-repeat;
  background-position: 11px center;
}

.add-input-from {
  padding-left: 35px;
  background-image: url("../img/icon-from.svg");
  background-repeat: no-repeat;
  background-position: 11px center;
}

.add-input-to {
  padding-left: 35px;
  background-image: url("../img/icon-to.svg");
  background-repeat: no-repeat;
  background-position: 11px center;
}

.add-input-calendar {
  background-image: url("../img/calendar-input-icon.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-origin: content-box;
  cursor: pointer;
}

.disable-input-focus {
  outline: none;
}

.disabled-input-resize {
  resize: none;
}

.input-placeholder::-moz-placeholder {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #17192B;
  opacity: 0.4;
}

.input-placeholder::placeholder {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #17192B;
  opacity: 0.4;
}

.btn-cols {
  display: flex;
  align-items: center;
}
.btn-cols__col {
  margin-right: 22px;
}
.btn-cols__col:last-child {
  margin-right: 0px;
}

.form-group {
  width: 100%;
  height: 100%;
}
.form-group__row {
  display: flex;
  margin-bottom: 6px;
  position: relative;
}
.form-group__row:last-child {
  margin-bottom: 0px;
}

.items-cols {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 21px;
}
.items-cols__col {
  height: 100%;
}
.items-cols--large {
  gap: 21px 51px;
}

.btn-form-column {
  display: flex;
  align-items: center;
}
.btn-form-column__col {
  margin-right: 8px;
}
.btn-form-column__col:last-child {
  margin-right: 0px;
}

.checkboxes-list {
  margin-top: 5px;
}
.checkboxes-list__row {
  margin-bottom: 10px;
}
.checkboxes-list__row:last-child {
  margin-bottom: 0px;
}

.checkboxes-block {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
  gap: 20px 22px;
}
.checkboxes-block__col {
  display: flex;
}

.input-from {
  width: 100%;
  display: flex;
  align-items: center;
}
.input-from__col {
  width: 100%;
  overflow: hidden;
}

.dash-between {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #17192B;
  margin-left: 7px;
  margin-right: 7px;
}

.multiple-inputs {
  width: 100%;
  display: flex;
}
.multiple-inputs__col {
  width: 100%;
  margin-right: 22px;
  overflow: hidden;
}
.multiple-inputs__col--fluid {
  width: calc(66.6666666666% - 7px);
  flex: 0 0 auto;
}
.multiple-inputs__col:last-child {
  margin-right: 0px;
}

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

.input-groups {
  display: flex;
  gap: 86px;
}
.input-groups__col {
  width: 50%;
}

.static-blocks {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
.static-blocks__col {
  display: flex;
}

/* Extra large Devices, Tablets */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
.table-wrapper {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 6px;
  overflow: hidden;
}
.table-wrapper__row {
  overflow-x: auto;
}
.table-wrapper--second {
  border: unset;
  border-radius: 0px;
}

.main-table {
  width: 100%;
}
.main-table__rows:nth-child(2n+1) {
  background: #F5F9FC;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.main-table__col {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 40px;
  white-space: nowrap;
  border-collapse: collapse;
}
.main-table__col:first-child {
  padding-left: 21px;
  padding-right: 25px;
}
.main-table__col:last-child {
  padding-right: 35px;
}
.main-table__col--auto {
  width: 1px;
}

.table-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-color: #ffffff;
}
.table-head__col {
  white-space: nowrap;
  padding: 16px 20px;
  border-collapse: collapse;
}

.table-footer {
  background: #ffffff;
  box-shadow: 0px -3px 8px rgba(30, 51, 70, 0.1);
  border-radius: 6px;
}
.table-footer__col {
  width: 1px;
  white-space: nowrap;
  padding-top: 16px;
  padding-bottom: 16px;
  border-collapse: collapse;
}
.table-footer__col:first-child {
  padding-left: 21px;
}

.table-heading {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #17192B;
}

.table-link {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #204EE0;
  text-decoration: none;
}

.table-text {
  width: 100%;
  max-width: 290px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #545E7D;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
}

.table-total {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: rgba(23, 25, 43, 0.5);
}

.table-result {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #0F0F11;
}

.table-total-block {
  display: flex;
  align-items: center;
}
.table-total-block__col {
  display: flex;
  margin-right: 18px;
}
.table-total-block__col:last-child {
  margin-right: 0px;
}

.works-list-table__row {
  width: 100%;
}
.works-list-table__col {
  padding-right: 48px;
  padding-bottom: 3px;
}

.modal-content-table {
  width: auto;
  padding: 0px 24px;
}
.modal-content-table__col {
  padding-top: 0px;
  padding-bottom: 13px;
  padding-right: 45px;
  white-space: nowrap;
  border-collapse: collapse;
}

.table-info {
  display: flex;
  align-items: center;
  gap: 6px;
}
.table-info__col {
  display: flex;
}

/* Extra large Devices, Tablets */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
.tab-comments {
  width: 100%;
  max-width: 796px;
}
.tab-comments__row {
  margin-bottom: 10px;
}
.tab-comments__row:last-child {
  margin-bottom: 0px;
}

.tab-comments-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #17192B;
}

.tab-comments-column {
  display: flex;
}
.tab-comments-column__col {
  width: 50%;
  padding-right: 33px;
  margin-right: 43px;
  border-right: 1px solid #DDE0E7;
}
.tab-comments-column__col:last-child {
  padding-right: 0px;
  margin-right: 0px;
  border-right: 0px;
}

.tab-comments-list__row {
  margin-bottom: 12px;
}
.tab-comments-list__row:last-child {
  margin-bottom: 0px;
}

.tab-comment-wrapper__row {
  margin-bottom: 3px;
}
.tab-comment-wrapper__row:last-child {
  margin-bottom: 0px;
}

.tab-comment-user {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #204EE0;
}

.tab-comment-item {
  background: #FFFEF1;
  border: 1px solid rgba(16, 16, 16, 0.1);
  border-radius: 6px;
  padding: 7px 10px;
}
.tab-comment-item__row {
  margin-bottom: 4px;
}
.tab-comment-item__row:last-child {
  margin-bottom: 0px;
}

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

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

.tab-comment-form__group {
  margin-bottom: 12px;
}
.tab-comment-form__group:last-child {
  margin-bottom: 0px;
}

.tab-comment-textarea {
  height: 126px;
  resize: none;
}

/* Extra large Devices, Tablets */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
.payouts-block {
  width: 100%;
  max-width: 344px;
  padding: 25px 21px;
}
.payouts-block__row {
  margin-bottom: 24px;
}
.payouts-block__row:last-child {
  margin-bottom: 0px;
}

.payouts-block-cols {
  display: flex;
  gap: 22px 81px;
}
.payouts-block-cols__col {
  display: flex;
}

.payouts-tab {
  width: 100%;
  max-width: 507px;
}

/* Extra large Devices, Tablets */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
.graphics-tab {
  width: 100%;
  max-width: 742px;
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-top: 25px !important;
  padding-bottom: 35px !important;
}
@media (max-width: 767px) {
  .graphics-tab {
    padding-top: 24px !important;
  }
}

.graphics-top {
  width: 100%;
  max-width: 224px;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .graphics-top {
    max-width: 100%;
  }
}
.graphics-top__row {
  margin-bottom: 21px;
}
.graphics-top__row:last-child {
  margin-bottom: 0px;
}

.graphics-top-mobile {
  display: none;
}
@media (max-width: 767px) {
  .graphics-top-mobile {
    display: block;
  }
}

/* Extra large Devices, Tablets */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
.chat-block {
  width: 100%;
  height: 658px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 6px;
  display: flex;
  padding-bottom: 27px;
}

.chat-block-rows {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.chat-block-rows__row {
  width: 100%;
  border-bottom: 1px solid rgb(238, 238, 238);
}
.chat-block-rows__row:last-child {
  border-bottom: 0px;
}

.chat-block-cols {
  width: 100%;
  display: flex;
}
.chat-block-cols__col {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-right: 1px solid rgb(238, 238, 238);
}
.chat-block-cols__col:last-child {
  border-right: 0px;
}

.chat-col-first {
  width: 100%;
  max-width: 238px;
  overflow: hidden;
}

.chat-col-search {
  width: 100%;
  max-width: 254px;
}

.chat-col-info {
  width: 100%;
  max-width: 254px;
}

.chat-block-heading {
  width: 100%;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgb(238, 238, 238);
}
.chat-block-heading__col {
  display: flex;
}

.chat-menu-heading {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 15px;
}
.chat-menu-heading__col {
  display: flex;
}

.chat-name {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #17192B;
  white-space: nowrap;
}

.chat-active-label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #545E7D;
  white-space: nowrap;
}

.chat-active-counts {
  width: 100%;
  min-height: 48px;
  display: flex;
  align-items: center;
  padding-left: 16px;
  border-bottom: 1px solid rgb(238, 238, 238);
}

.chat-search {
  width: 100%;
  max-width: 254px;
  display: flex;
  align-items: center;
  padding-right: 7px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.chat-users {
  height: 100%;
  overflow: auto;
  display: flex;
  flex-direction: column;
}
.chat-users__item {
  margin-bottom: 9px;
}
.chat-users__item:last-child {
  margin-bottom: 0px;
}

.chat-user-item {
  display: flex;
  padding-left: 16px;
  padding-right: 9px;
  padding-top: 8px;
  padding-bottom: 8px;
  cursor: pointer;
}
.chat-user-item__col {
  margin-right: 7px;
}
.chat-user-item__col:last-child {
  margin-right: 0px;
}
.chat-user-item:hover {
  background-color: #F5F9FC;
}

.chat-user-items {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.chat-user-items__item {
  display: flex;
}
.chat-user-items--horizontal {
  gap: 6px;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.chat-user-name {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #545E7D;
}

.chat-user-description {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  color: rgba(23, 25, 43, 0.4);
  white-space: nowrap;
  width: 143px;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

.chat-msg-date {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: rgba(84, 94, 125, 0.5);
}

.chat-inner {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}
.chat-inner__col {
  width: 100%;
  border-right: 1px solid rgb(238, 238, 238);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.chat-inner__col:last-child {
  border-right: 0px;
}

.chat-info {
  padding: 17px 17px;
}
.chat-info__row {
  margin-bottom: 15px;
}
.chat-info__row:last-child {
  margin-bottom: 0px;
}

.chat-position {
  background: #204EE0;
  border-radius: 5px;
  padding: 2px 6px;
}
.chat-position__text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
}

.chat-info-items__item {
  margin-bottom: 16px;
}
.chat-info-items__item:last-child {
  margin-bottom: 0px;
}

.chat-info-item__row {
  margin-bottom: 4.5px;
}
.chat-info-item__row:last-child {
  margin-bottom: 0px;
}

.chat-info-name {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #17192B;
}

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

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

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

.chat-msg {
  padding-left: 19px;
  padding-right: 5px;
  padding-top: 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.chat-msg__row {
  overflow: hidden;
  margin-bottom: 10px;
}
.chat-msg__row:last-child {
  margin-bottom: 0px;
}

.chat-msg-list {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 390px;
}
.chat-msg-list__item {
  margin-bottom: 15px;
}
.chat-msg-list__item:last-child {
  margin-bottom: 0px;
}

.chat-msg-item {
  display: flex;
  align-items: baseline;
  padding-right: 10px;
}
.chat-msg-item__col {
  margin-right: 7px;
}
.chat-msg-item__col:last-child {
  margin-right: 0px;
}

.chat-msg-items__item {
  display: flex;
  margin-bottom: 6px;
}
.chat-msg-items__item:last-child {
  margin-bottom: 0px;
}

.chat-msg-form {
  padding-right: 16px;
}

/* Extra large Devices, Tablets */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
.header {
  width: 100%;
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 22px;
  padding-left: 28px;
  padding-right: 39px;
  border-bottom: 1px solid #E7EAF0;
}
@media (max-width: 767px) {
  .header {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.header-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .header-grid {
    background: #163461;
    padding: 22px 15px;
  }
}
.header-grid__col {
  display: flex;
}

.header-mobile {
  display: none;
}
@media (max-width: 767px) {
  .header-mobile {
    display: block;
    padding: 17px 15px;
  }
}

.header-cols {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-cols__col {
  display: flex;
}
.header-cols--block {
  position: relative;
}
.header-cols--block:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
}

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

.header-user {
  display: flex;
  align-items: center;
  gap: 36px;
}
@media (max-width: 767px) {
  .header-user {
    gap: 19px;
  }
}
.header-user__col {
  display: flex;
}

.header-cols-mobile {
  display: none;
}
@media (max-width: 767px) {
  .header-cols-mobile {
    display: block;
  }
}

@media (max-width: 767px) {
  .header-cols-desktops {
    display: none;
  }
}

.header-mobile-items {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header-mobile-items__col {
  display: flex;
}

/* Extra large Devices, Tablets */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
.menu-block {
  width: 284px;
  height: 100%;
}
@media (max-width: 767px) {
  .menu-block {
    display: none;
  }
}
.menu-block__inner {
  height: 100%;
  background: #002865;
  padding: 30px 15px;
}

.menu-rows {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.menu-rows__row {
  width: 100%;
  margin-bottom: 43px;
}
.menu-rows__row:last-child {
  margin-bottom: 0px;
}

.menu-logo {
  display: block;
  padding-left: 11px;
}
.menu-logo__img {
  width: 196px;
  display: block;
}

/* Extra large Devices, Tablets */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
.menu-list {
  display: block;
  padding: 0px;
  margin: 0px;
}
.menu-list__item {
  list-style: none;
  margin-bottom: 0px;
}
.menu-list__item:last-child {
  margin-bottom: 0px;
}

.menu-item {
  display: flex;
  align-items: center;
  position: relative;
}
.menu-item__col {
  display: flex;
  margin-right: 18px;
}
.menu-item__col:last-child {
  margin-right: 0px;
}

.menu-icon {
  display: flex;
}
.menu-icon__svg {
  display: flex;
}

/* Extra large Devices, Tablets */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
.right-sidebar {
  position: fixed;
  width: 100%;
  max-width: 339px;
  height: 100%;
  top: 0;
  right: -339px;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 767px) {
  .right-sidebar {
    max-width: 100%;
    height: 100%;
    max-height: 718px;
    top: unset;
    left: 0;
    right: 0;
    bottom: -718px;
  }
}
.right-sidebar__menu {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}
.right-sidebar--active {
  right: 0;
}
@media (max-width: 767px) {
  .right-sidebar--active {
    right: unset;
    bottom: 0px;
    padding-top: 90px;
  }
}

.right-sidebar-cover {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer;
  display: none;
}
.right-sidebar-cover--active {
  display: block;
}

.sidebar-menu {
  width: 100%;
  height: 100%;
  background: #fff;
  padding-left: 38px;
  padding-right: 47px;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: auto;
}
.sidebar-menu__row {
  margin-bottom: 35px;
}
.sidebar-menu__row:last-child {
  margin-bottom: 0px;
}
.sidebar-menu--active {
  right: 0;
}

.sidebar-menu-block__row {
  margin-bottom: 21px;
}
.sidebar-menu-block__row:last-child {
  margin-bottom: 0px;
}

.sidebar-menu-list {
  padding: 0px 0px;
  margin: 0px;
}
.sidebar-menu-list__item {
  list-style: none;
  margin-bottom: 19px;
}
.sidebar-menu-list__item:last-child {
  margin-bottom: 0px;
}

.sidebar-menu-item {
  display: flex;
  align-items: center;
  position: relative;
}
.sidebar-menu-item__col {
  display: flex;
  margin-right: 13px;
}
.sidebar-menu-item__col:last-child {
  margin-right: 0px;
}

.sidebar-menu-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #17192B;
}

.sidebar-menu-link {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #204EE0;
  text-decoration: none;
}

.sidebar-menu-icon {
  display: flex;
}
.sidebar-menu-icon__svg {
  display: flex;
}

.sidebar-menu-btn {
  position: absolute;
  left: -91px;
  top: 165px;
  display: flex;
  align-items: center;
  transform: rotate(-90deg);
  background: #ffffff;
  padding: 10px 16px;
  border-radius: 6px 6px 0px 0px;
  border: 1px solid #EEEEEE;
  border-bottom: 0px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .sidebar-menu-btn {
    left: unset;
    right: 23px;
    top: unset;
    bottom: 0;
    display: flex;
    align-items: center;
    transform: rotate(0deg);
    background: #204EE0;
    border-color: #204EE0;
    position: fixed;
  }
}
.sidebar-menu-btn__aside {
  display: flex;
  margin-right: 9px;
}
.sidebar-menu-btn__aside:last-child {
  margin-right: 0px;
}
@media (max-width: 767px) {
  .sidebar-menu-btn--active {
    position: absolute;
    right: 23px;
    top: -40px;
    bottom: unset;
  }
}

.sidebar-btn-icon {
  display: flex;
}
.sidebar-btn-icon__svg {
  display: flex;
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  .sidebar-btn-icon__svg path {
    stroke: #ffffff;
  }
}
.sidebar-btn-icon__svg--active {
  transform: rotate(-90deg);
}

.sidebar-btn-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #17192B;
}
@media (max-width: 767px) {
  .sidebar-btn-text {
    color: #ffffff;
  }
}

/* Extra large Devices, Tablets */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
.footer {
  padding: 10px 0px;
  background-color: rgba(0, 0, 0, 0.05);
}

/* 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 */
.ad-description-input {
  height: 183px;
}

.modal-add-archive__inner {
  width: 100%;
  max-width: 498px;
  margin: auto;
  padding-top: 64px;
  padding-bottom: 51px;
  padding-left: 52px;
  padding-right: 75px;
}

.modal-send-message__inner {
  width: 100%;
  margin: auto;
  padding-top: 32px;
  padding-bottom: 51px;
  padding-left: 76px;
  padding-right: 76px;
}

html,
body {
  height: 100vh;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  html,
  body {
    background-color: #ffffff;
  }
}

.wrapper {
  min-height: 100vh;
  overflow: hidden;
}

.wrapper-content {
  width: 100%;
  height: 100%;
  background: #F5F9FC;
  padding-top: 23px;
  padding-left: 28px;
  padding-right: 39px;
  padding-bottom: 105px;
}
@media (max-width: 767px) {
  .wrapper-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.grid-aside {
  width: 100%;
  min-height: 100vh;
  display: flex;
}
.grid-aside__col {
  overflow: hidden;
}

.job-rates-tab {
  width: 100%;
  max-width: 508px;
}

.comments-tab {
  width: 100%;
  max-width: 796px;
}