.auth_layout {
  background-image: url("/images/crm-authentication.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.auth_layout .auth_header {
  background: #14141B;
  padding: 12px 32px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.auth_layout h2 span.auth_heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #152242;
}
.auth_layout form a {
  font-weight: 600;
}
.auth_layout form label {
  font-weight: 600;
}

.content [data-testid=content] {
  padding: 32px !important;
  font-family: Roboto !important;
}
@media screen and (max-width: 790px) {
  .content [data-testid=content] {
    padding: 16px !important;
  }
}

.content [data-testid=content] h1 {
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 790px) {
  .content [data-testid=content] h1 {
    font-size: 24px;
    line-height: 30px;
  }
}

.content [data-testid=content] .card .border-50 {
  border: none;
}

.content [data-testid=content] .card .relative div[per-page] {
  background-color: #FFFFFF;
}

.table {
  position: relative;
  z-index: 0;
  background: #F7F9FD;
  border-collapse: separate !important;
  border-spacing: 0 4px !important;
}

.table tr,
tr::before,
tr:before {
  border: none;
}

.table th,
tr::before,
tr:before {
  border: none;
}

.table td,
td::before,
td:before {
  border: none;
}

.table tr {
  position: relative;
  box-shadow: none;
  background-color: #FFFFFF;
}

.table tbody tr:hover td {
  background: #FFFFFF !important;
}

.table tbody tr:hover {
  z-index: 1;
  box-shadow: 0px 8px 32px 0px rgba(21, 34, 66, 0.2392156863);
}

.table tr::before {
  border: 0px !important;
}

.table.default-table thead tr th span {
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-transform: lowercase !important;
}

.table.default-table {
  border-collapse: separate !important;
  border-spacing: 10px;
}

.table thead tr {
  border-radius: 12px 12px 0 0;
}
.table thead tr th {
  padding-top: 32px;
  padding-bottom: 12px;
  background-color: #FFFFFF !important;
  border-bottom: 1px solid #EFF0F2;
  border-top: 1px solid #EFF0F2;
}
.table thead tr th:first-child {
  border-top-left-radius: 12px;
  border-left: 1px solid #EFF0F2;
}
.table thead tr th:last-child {
  border-top-right-radius: 12px;
  border-right: 1px solid #EFF0F2;
}

.table thead tr th span {
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 18px !important;
  text-transform: initial !important;
}

.table thead tr th:first-letter {
  text-transform: uppercase;
}

.table tbody tr td {
  overflow: hidden;
  font-size: 14px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 18px;
  height: 88px;
}
.table tbody tr td > div .rounded-full.bg-success-light.text-success-dark {
  color: #007A22;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  text-transform: lowercase;
}
.table tbody tr td > div .rounded-full.bg-success-light.text-success-dark::first-letter {
  text-transform: capitalize !important;
}
.table tbody tr td > div .rounded-full.bg-danger-light.text-danger-dark {
  background-color: #FFD2CF;
  color: #FC2A1C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  text-transform: lowercase;
}
.table tbody tr td > div .rounded-full.bg-danger-light.text-danger-dark::first-letter {
  text-transform: capitalize !important;
}
.table tbody tr td > div .rounded-full.bg-warning-light.text-warning-dark {
  color: #7F7202;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  text-transform: lowercase;
}
.table tbody tr td > div .rounded-full.bg-warning-light.text-warning-dark::first-letter {
  text-transform: capitalize !important;
}
.table tbody tr td > div .rounded-full.bg-info-light.text-info-dark {
  background-color: #bee3f8;
  color: #3182ce;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  text-transform: lowercase;
}
.table tbody tr td > div .rounded-full.bg-info-light.text-info-dark::first-letter {
  text-transform: capitalize !important;
}
.table tbody tr td > div button[dusk=run-inline-action-button] {
  border-radius: 12px;
  font-weight: 400;
}
.table tbody tr td:first-of-type {
  padding-left: 24px;
}

table tbody tr td > div a {
  font-weight: 400 !important;
}

.edit-field-table_edit {
  color: #0c62d5;
  margin-left: 10px;
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  display: inline-block;
}
.edit-field-table_edit:hover {
  transform: scale(1.2);
}

.edit-field-table {
  display: flex;
  align-items: center;
}
.edit-field-table form {
  margin-right: 8px;
}
.edit-field-table input {
  padding: 8px 4px;
  width: 60px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid #65A4F6;
  background: #FAFCFF;
  outline: none;
}
.edit-field-table input:focus {
  box-shadow: 0 0 0 3px rgba(101, 164, 246, 0.5);
}
.edit-field-table .action {
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
}
.edit-field-table .action svg {
  vertical-align: middle;
}
.edit-field-table .action:hover {
  transform: scale(1.2);
}
.edit-field-table .cancel {
  color: #f53643;
}
.edit-field-table .submit {
  color: #2ea44f;
}
.edit-field-table .separator {
  width: 1px;
  height: 18px;
  background: #ABAFBB;
  margin: 0 2px;
}

input[data-testid=search-input] {
  border-radius: 12px;
  border: 1px solid #D8DAE0;
  background: #FFF;
  height: 44px;
}

.search-icon-center[aria-labelledby=search] {
  margin-top: 4px;
}

.custom_table_wrapper {
  max-width: 100%;
  overflow: auto;
}
.custom_table_wrapper .custom_table {
  display: table;
  width: 100%;
}
.custom_table_wrapper .custom_table .custom_table_head {
  background: #fff;
  display: flex;
  align-items: center;
  height: 82px;
  font-size: 14px;
  font-weight: 400;
  color: #737a8e;
  border-radius: 12px 12px 0 0;
  border: 1px solid #EFF0F2;
  margin-bottom: 4px;
  padding: 32px 24px;
}
.custom_table_wrapper .custom_table .custom_table_body .custom_table_body_item {
  background: #fff;
  margin-top: 4px;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  min-height: 74px;
  color: black;
  font-size: 14px;
}
.custom_table_wrapper .custom_table .custom_table_body .custom_table_body_item.activeRow {
  z-index: 1;
  position: relative;
  box-shadow: 0 8px 32px 0 rgba(21, 34, 66, 0.24), 0 0 1px 0 rgba(21, 34, 66, 0.32);
}
.custom_table_wrapper .custom_table .custom_table_body .custom_table_body_item:hover {
  position: relative;
  z-index: 1;
  box-shadow: 0px 8px 32px 0px rgba(21, 34, 66, 0.2392156863);
}
.custom_table_wrapper .custom_table .custom_table_body .custom_table_body_item .custom_table_column {
  padding-right: 16px;
}
.custom_table_wrapper .custom_table .custom_table_body .custom_table_body_item .custom_table_column.photo {
  border-radius: 12px;
  border: 0.5px solid #D8DAE0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 0;
}
.custom_table_wrapper .custom_table .custom_table_body .custom_table_body_item .custom_table_column.photo img {
  max-width: 48px;
  max-height: 48px;
}
.custom_table_wrapper .custom_table .custom_table_body .custom_table_body_item .custom_table_column.status span {
  height: 26px;
  padding: 4px 8px;
  border-radius: 24px;
  color: #FC2A1C;
  background: #FFD2CF;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.custom_table_wrapper .custom_table .custom_table_body .custom_table_body_item .custom_table_column.status span.active {
  color: #007A22;
  background: #B6FFCB;
}
.custom_table_wrapper .custom_table .custom_table_body .custom_table_body_item .custom_table_column.edit .edit_btn {
  cursor: pointer;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='bxs:edit'%3E%3Cpath id='Vector' d='M18.988 2.01196L21.988 5.01196L19.701 7.29996L16.701 4.29996L18.988 2.01196ZM8 16H11L18.287 8.71296L15.287 5.71296L8 13V16Z' fill='%230C62D5'/%3E%3Cpath id='Vector_2' d='M19 19H8.158C8.132 19 8.105 19.01 8.079 19.01C8.046 19.01 8.013 19.001 7.979 19H5V5H11.847L13.847 3H5C3.897 3 3 3.896 3 5V19C3 20.104 3.897 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V10.332L19 12.332V19Z' fill='%230C62D5'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.pagination_wrapper {
  background: #fff;
  padding: 64px 0 32px;
  border-radius: 0px 0px 16px 16px;
}
.pagination_wrapper nav.pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 942px;
}
.pagination_wrapper nav.pagination .pagination-link {
  border-radius: 8px;
  border: 1px solid #EAEBEE;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 36px;
  font-size: 26px;
}
.pagination_wrapper nav.pagination .pagination-pages-wrapper {
  border-left: 1px solid #EAEBEE;
  border-right: 1px solid #EAEBEE;
  border-radius: 8px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.pagination_wrapper nav.pagination .pagination-pages-wrapper .pagination-page {
  width: 44px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EAEBEE;
  border-right: none;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  outline: none;
}
.pagination_wrapper nav.pagination .pagination-pages-wrapper .pagination-page:hover {
  background: #0C62D5;
  color: white;
}
.pagination_wrapper nav.pagination .pagination-pages-wrapper .pagination-page:first-of-type {
  border-left: none;
}
.pagination_wrapper nav.pagination .pagination-pages-wrapper .pagination-page.dim {
  background: #0C62D5;
  color: white;
  pointer-events: none;
}
.pagination_wrapper .pagination-info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 36px;
  color: #8F95A5;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
}

@media screen and (max-width: 790px) {
  .chat-section {
    height: 100%;
    display: flex;
    flex-direction: column;
    max-width: calc(100vw - 32px);
  }
}
.chat-section .chat-section-head {
  display: flex;
  justify-content: space-between;
}
.chat-section .chat-section-head .left_block {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.chat-section .chat-section-head .left_block .ui_button .add_icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='ic:round-plus'%3E%3Cpath id='Vector' d='M14.9994 10.8317H10.8327V14.9984C10.8327 15.2194 10.7449 15.4313 10.5886 15.5876C10.4323 15.7439 10.2204 15.8317 9.99935 15.8317C9.77834 15.8317 9.56637 15.7439 9.41009 15.5876C9.25381 15.4313 9.16602 15.2194 9.16602 14.9984V10.8317H4.99935C4.77834 10.8317 4.56637 10.7439 4.41009 10.5876C4.25381 10.4313 4.16602 10.2194 4.16602 9.99837C4.16602 9.77736 4.25381 9.5654 4.41009 9.40912C4.56637 9.25284 4.77834 9.16504 4.99935 9.16504H9.16602V4.99837C9.16602 4.77736 9.25381 4.5654 9.41009 4.40912C9.56637 4.25284 9.77834 4.16504 9.99935 4.16504C10.2204 4.16504 10.4323 4.25284 10.5886 4.40912C10.7449 4.5654 10.8327 4.77736 10.8327 4.99837V9.16504H14.9994C15.2204 9.16504 15.4323 9.25284 15.5886 9.40912C15.7449 9.5654 15.8327 9.77736 15.8327 9.99837C15.8327 10.2194 15.7449 10.4313 15.5886 10.5876C15.4323 10.7439 15.2204 10.8317 14.9994 10.8317Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A");
}
@media screen and (max-width: 790px) {
  .chat-section .chat-section-head .left_block {
    flex-direction: column;
    margin-bottom: 12px;
  }
  .chat-section .chat-section-head .left_block .ui_button {
    margin-top: 16px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .chat-section .chat-section-head .left_block h1 {
    margin-bottom: 0;
  }
}
.chat-section .chat-section-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70vh;
}
.chat-section .chat-section-empty .chat-section-empty_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.chat-section .chat-section-empty .chat-section-empty_content .text {
  font-size: 16px;
  color: #737a8e;
  font-weight: 400;
  margin: 16px 0 40px;
}
.chat-section .search_bar {
  height: 44px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #EFF0F2;
  background: #F4F5F7;
  padding: 8px 16px;
  color: #737a8e;
}
.chat-section .search_bar img {
  height: 20px;
  width: 20px;
  margin-right: 8px;
}
.chat-section .search_bar input {
  outline: none;
  height: 42px;
  width: 100%;
  background: transparent;
}
@media screen and (max-width: 790px) {
  .chat-section .search_bar {
    height: 40px;
    border-radius: 12px;
    border: 1px solid #EFF0F2;
    background: #FFF;
    margin-bottom: 12px;
  }
}
.chat-section .chat-section-body {
  display: flex;
  height: 75vh;
  border-radius: 12px;
  border: 1px solid #EFF0F2;
  background: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(21, 34, 66, 0.12), 0 0 1px 0 rgba(21, 34, 66, 0.12);
}
.chat-section .chat-section-body .no_active_chat {
  width: calc(100% - 380px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.chat-section .chat-section-body .no_active_chat .empty_message_text {
  margin-top: 32px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #737A8E;
}
@media screen and (max-width: 790px) {
  .chat-section .chat-section-body {
    height: unset;
    overflow: hidden;
    flex-grow: 1;
    box-shadow: none;
    background: none;
    border: none;
    margin: -16px;
  }
}
.chat-section .seller_chat_list {
  width: 348px;
  height: 75vh;
  overflow: auto;
  padding-top: 24px;
  padding-right: 16px;
  padding-left: 16px;
  border-right: 1px solid #EAEBEE;
}
.chat-section .seller_chat_list::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
.chat-section .seller_chat_list::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #8f95a5;
}
.chat-section .seller_chat_list::-webkit-scrollbar-track {
  background-color: #eaebee;
}
.chat-section .seller_chat_list .item {
  width: 100%;
  padding: 6px 12px;
  border: none;
  cursor: pointer;
  margin-bottom: 5px;
  background: white;
  position: relative;
}
.chat-section .seller_chat_list .item:hover {
  background: #f5f9ff;
}
.chat-section .seller_chat_list .item.active:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 2px;
  left: -16px;
  background: #1876f2;
}
.chat-section .seller_chat_list .item .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  position: relative;
}
.chat-section .seller_chat_list .item .head .status_ico {
  min-width: 15px;
  height: 15px;
  margin-right: 3px;
}
.chat-section .seller_chat_list .item .head .status_ico img {
  width: 15px;
}
.chat-section .seller_chat_list .item .head .name {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #152242;
}
.chat-section .seller_chat_list .item .head .name img {
  width: 15px;
}
.chat-section .seller_chat_list .item .head .date {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  color: #737A8E;
}
.chat-section .seller_chat_list .item .info_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chat-section .seller_chat_list .item .info_block .info {
  color: #737A8E;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 16px;
}
.chat-section .seller_chat_list .item .info_block .new {
  padding: 7px 8px 4px 8px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 11px;
  background: #0F79DF;
  color: white;
}
.chat-section .seller_chat_list.order_comments .item .head {
  display: block;
  margin-bottom: 4px;
}
.chat-section .seller_chat_list.order_comments .item .head .order_head_info {
  display: flex;
  justify-content: space-between;
}
.chat-section .seller_chat_list.order_comments .item .name {
  margin-bottom: 8px;
}
@media screen and (max-width: 790px) {
  .chat-section .seller_chat_list {
    height: 100%;
    width: 100%;
    padding: 0;
    border: 0;
    overflow: unset;
    padding: 16px;
  }
  .chat-section .seller_chat_list .seller_chat_list_wrapper {
    overflow: auto;
    height: calc(100% - 52px);
  }
  .chat-section .seller_chat_list .item {
    padding: 12px 24px;
  }
  .chat-section .seller_chat_list .item .head {
    margin-bottom: 9px;
  }
}
.chat-section .seller_chat {
  width: calc(100% - 348px);
  overflow: auto;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.chat-section .seller_chat::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
.chat-section .seller_chat::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #8f95a5;
}
.chat-section .seller_chat::-webkit-scrollbar-track {
  background-color: #eaebee;
}
.chat-section .seller_chat .seller_chat_head {
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  padding: 24px 24px 16px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #EAEBEE;
  height: 70px;
  display: flex;
  align-items: center;
}
.chat-section .seller_chat .seller_chat_head .chat_back_btn {
  display: none;
}
.chat-section .seller_chat .seller_chat_head span {
  margin-left: 6px;
  display: flex;
  align-items: center;
}
.chat-section .seller_chat .seller_chat_head span.customer_name {
  font-weight: 400;
}
.chat-section .seller_chat .seller_chat_head span img {
  margin-left: 4px;
  margin-bottom: 2px;
  width: 15px;
}
.chat-section .seller_chat .seller_chat_body {
  overflow: auto;
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
  padding: 16px 34px 16px 14px;
}
.chat-section .seller_chat .seller_chat_body .seller_chat_msg {
  border-radius: 16px 16px 16px 0;
  background: #FFF;
  padding: 16px;
  margin: 5px 0;
  min-width: 40%;
  max-width: 80%;
  box-shadow: none;
}
.chat-section .seller_chat .seller_chat_body .seller_chat_msg b.text-90 {
  display: block;
  margin-bottom: 4px;
  color: #737A8E;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
.chat-section .seller_chat .seller_chat_body .seller_chat_msg.income {
  align-self: flex-start;
  background: #f4f5f7;
}
.chat-section .seller_chat .seller_chat_body .seller_chat_msg.income b.text-90 {
  color: #737A8E;
}
.chat-section .seller_chat .seller_chat_body .seller_chat_msg.outcome {
  border-radius: 16px 16px 0 16px;
  align-self: flex-end;
  background: #e5f1ff;
}
.chat-section .seller_chat .seller_chat_body .seller_chat_msg.outcome b.text-90 {
  color: #0C62D5;
}
.chat-section .seller_chat .seller_chat_body .seller_chat_msg .date {
  width: 100%;
  text-align: right;
  font-size: 14px;
  line-height: 16px;
  color: #8e8e8e;
  margin-top: 2px;
}
.chat-section .seller_chat .seller_chat_bottom {
  padding: 16px 34px 16px 14px;
  box-shadow: 0 -24px 37.5px 0 rgba(255, 255, 255, 0.7);
}
.chat-section .seller_chat .seller_chat_bottom .seller_send_msg {
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 16px;
  background: #F4F5F7;
  padding-right: 20px;
}
.chat-section .seller_chat .seller_chat_bottom .seller_send_msg .form_fields {
  flex-grow: 1;
}
.chat-section .seller_chat .seller_chat_bottom .seller_send_msg .form_fields .form_fiels_item {
  position: relative;
}
.chat-section .seller_chat .seller_chat_bottom .seller_send_msg .form_fields .form_fiels_item #dropzone-custom {
  min-height: 85px;
  border-radius: 12px;
  background: transparent;
  box-shadow: none;
  border: none;
}
.chat-section .seller_chat .seller_chat_bottom .seller_send_msg .form_fields .form_fiels_item #dropzone-custom .dz-message {
  margin: 0;
}
.chat-section .seller_chat .seller_chat_bottom .seller_send_msg .send_msg {
  cursor: pointer;
  width: 32px;
  height: 32px;
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chat-section .seller_chat .seller_chat_bottom .seller_send_msg textarea {
  height: 40px;
  padding: 0 16px 16px;
  margin-top: 16px;
  background: transparent;
  box-shadow: none;
  border: none;
  resize: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.chat-section .seller_chat .seller_chat_bottom .seller_send_msg .help-text {
  position: absolute;
  top: initial;
  bottom: 0;
  width: 75%;
}
.chat-section .seller_chat .message_media_block {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
}
.chat-section .seller_chat .message_media_block img, .chat-section .seller_chat .message_media_block a {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid #d8dae0;
  border-radius: 6px;
  margin-right: 8px;
  margin-bottom: 8px;
  cursor: pointer;
}
.chat-section .seller_chat .message_media_block a {
  width: 100px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #152242;
  text-align: center;
  flex-direction: column;
}
.chat-section .seller_chat .message_media_block a:hover span {
  text-decoration: underline;
}
.chat-section .seller_chat .message_media_block a span {
  margin-top: 4px;
  color: #0f2ceb;
  font-size: 12px;
}
@media screen and (max-width: 790px) {
  .chat-section .seller_chat {
    width: 100vw;
    height: 100%;
  }
  .chat-section .seller_chat .seller_chat_head {
    margin-bottom: 2px;
    padding: 16px;
    box-shadow: 0px 1px 4px 0px rgba(21, 34, 66, 0.12), 0px 0px 1px 0px rgba(21, 34, 66, 0.12);
  }
  .chat-section .seller_chat .seller_chat_head .chat_back_btn {
    display: inline-flex;
    margin-right: 12px;
  }
  .chat-section .seller_chat .seller_chat_head .chat_back_btn .back_icon {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11.4375 18.75L4.6875 12L11.4375 5.25M5.625 12H19.3125' stroke='%23595D68' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
  .chat-section .seller_chat .seller_chat_body {
    padding-left: 16px;
    padding-right: 16px;
  }
  .chat-section .seller_chat .seller_chat_body .seller_chat_msg {
    background: #FFF !important;
    box-shadow: 0px 1px 4px 0px rgba(21, 34, 66, 0.12), 0px 0px 1px 0px rgba(21, 34, 66, 0.12);
  }
  .chat-section .seller_chat .seller_chat_bottom {
    padding: 0 16px 12px 12px;
  }
  .chat-section .seller_chat .seller_chat_bottom form.seller_send_msg {
    background: #FFF;
    border-radius: 16px 16px 0px 16px;
    box-shadow: 0px 1px 4px 0px rgba(21, 34, 66, 0.12), 0px 0px 1px 0px rgba(21, 34, 66, 0.12);
  }
}

.btn-default {
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  outline: none;
}

body {
  min-width: unset;
}
@media screen and (max-width: 1260px) {
  body #nova .main-section .w-sidebar.sidebar-custom {
    display: none;
  }
}
body #nova .main-section .content_wrapper {
  width: calc(100% - 280px);
}
body #nova .main-section .content_wrapper .main_content_section_body .content {
  min-width: unset;
}
@media screen and (max-width: 1260px) {
  body #nova .main-section .content_wrapper .main_content_section_body .content {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 1260px) {
  body {
    min-width: 100% !important;
  }
  body #nova .main-section {
    min-height: unset;
  }
  body #nova .main-section .w-sidebar.sidebar-custom {
    position: absolute;
    position: fixed;
    z-index: 1000;
    height: 100%;
    overflow: auto;
    display: block;
  }
  body #nova .main-section .w-sidebar.sidebar-custom.init {
    opacity: 0 !important;
  }
  body #nova .main-section .content_wrapper {
    width: 100%;
    max-width: unset;
  }
  body #nova .main-section .content_wrapper .main_content_section_body .content {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 790px) {
  body {
    overflow: hidden;
    position: relative;
    height: 100%;
  }
  body #nova {
    width: 100%;
    height: 100%;
  }
  body #nova .main-section {
    display: flex;
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
  }
  body #nova .main-section .content_wrapper {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    width: 100%;
    height: 100%;
    z-index: 1;
    min-width: 0;
  }
  body #nova .main-section .content_wrapper .main_content_section_body {
    position: relative;
    display: flex;
    flex: 1 1 0%;
    width: 100%;
    min-height: 0;
    min-width: 0;
  }
  body #nova .main-section .content_wrapper .main_content_section_body .content {
    position: relative;
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    min-width: 0;
  }
  body #nova .main-section .content_wrapper .main_content_section_body .content .header-navigation {
    position: relative;
    display: flex;
    flex: 0 0 auto;
  }
  body #nova .main-section .content_wrapper .main_content_section_body .content .main-content-section {
    position: relative;
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    overflow-y: auto;
  }
  body #nova .main-section .content_wrapper .main_content_section_body .content .main-content-section .mt-8.text-center.text-xs.text-80 {
    display: none;
  }
}

.page-mask {
  background-color: rgba(0, 0, 0, 0.5019607843);
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 14;
}

.slide-enter {
  transform: translateX(-300px);
}

.slide-enter-active {
  transition: all 0.3s ease-in;
}

.slide-leave-active {
  transition: all 0.3s ease-in;
}

.slide-leave-to {
  transform: translateX(-300px);
}

.popup_wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.popup_wrapper .popup_content {
  width: 700px;
  overflow: hidden;
  background: white;
  border-radius: 12px;
}
.popup_wrapper .popup_content .popup_content_head {
  background: #f4f7fa;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  font-size: 20px;
}
.popup_wrapper .popup_content .popup_content_head svg {
  cursor: pointer;
}
.popup_wrapper .popup_content .popup_content_body {
  min-height: 300px;
  padding: 10px 0 0;
}
.popup_wrapper .popup_content .popup_content_body input, .popup_wrapper .popup_content .popup_content_body select {
  color: #0A0C14;
}

.custom-form-section .ui_button {
  border-radius: 12px;
  outline: none;
}
.custom-form-section .custom-form-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.custom-form-section .custom-form-head h1.heading {
  font-size: 28px !important;
  font-weight: 600 !important;
  line-height: 40px !important;
  margin-bottom: 0 !important;
}
.custom-form-section .custom-form-head .ui_button .add_icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='ic:round-plus'%3E%3Cpath id='Vector' d='M14.9994 10.8317H10.8327V14.9984C10.8327 15.2194 10.7449 15.4313 10.5886 15.5876C10.4323 15.7439 10.2204 15.8317 9.99935 15.8317C9.77834 15.8317 9.56637 15.7439 9.41009 15.5876C9.25381 15.4313 9.16602 15.2194 9.16602 14.9984V10.8317H4.99935C4.77834 10.8317 4.56637 10.7439 4.41009 10.5876C4.25381 10.4313 4.16602 10.2194 4.16602 9.99837C4.16602 9.77736 4.25381 9.5654 4.41009 9.40912C4.56637 9.25284 4.77834 9.16504 4.99935 9.16504H9.16602V4.99837C9.16602 4.77736 9.25381 4.5654 9.41009 4.40912C9.56637 4.25284 9.77834 4.16504 9.99935 4.16504C10.2204 4.16504 10.4323 4.25284 10.5886 4.40912C10.7449 4.5654 10.8327 4.77736 10.8327 4.99837V9.16504H14.9994C15.2204 9.16504 15.4323 9.25284 15.5886 9.40912C15.7449 9.5654 15.8327 9.77736 15.8327 9.99837C15.8327 10.2194 15.7449 10.4313 15.5886 10.5876C15.4323 10.7439 15.2204 10.8317 14.9994 10.8317Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.custom_fields {
  border-radius: 16px;
  background: #FFF;
  padding: 40px 24px;
}
.custom_fields .error_field_msg {
  color: #e74444;
  font-size: 13px;
}
.custom_fields label {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 4px;
  display: block;
  color: #152242;
}
.custom_fields .form_field {
  width: 100%;
  position: relative;
}
.custom_fields .form_field input,
.custom_fields .form_field select {
  border-radius: 12px;
  border: 1px solid #ABAFBB;
  color: #152242;
  height: 40px;
  padding: 8px 12px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  box-shadow: 0 0 0 0 rgba(101, 164, 246, 0.5);
  transition: 0.3s;
}
.custom_fields .form_field input:focus,
.custom_fields .form_field select:focus {
  border-color: #65A4F6;
  box-shadow: 0 0 0 3px rgba(101, 164, 246, 0.5);
}
.custom_fields .form_field input:focus-visible,
.custom_fields .form_field select:focus-visible {
  outline: none;
}
.custom_fields .form_field input::-moz-placeholder, .custom_fields .form_field select::-moz-placeholder {
  color: #737A8E;
}
.custom_fields .form_field input::placeholder,
.custom_fields .form_field select::placeholder {
  color: #737A8E;
}
.custom_fields .form_field input.select-input,
.custom_fields .form_field select.select-input {
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: calc(100% - 12px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.96967 3.21967C1.26256 2.92678 1.73744 2.92678 2.03033 3.21967L6 7.18934L9.96967 3.21967C10.2626 2.92678 10.7374 2.92678 11.0303 3.21967C11.3232 3.51256 11.3232 3.98744 11.0303 4.28033L6.53033 8.78033C6.23744 9.07322 5.76256 9.07322 5.46967 8.78033L0.96967 4.28033C0.676777 3.98744 0.676777 3.51256 0.96967 3.21967Z' fill='%23152242'/%3E%3C/svg%3E");
}
.custom_fields .form_field input.select-input.open,
.custom_fields .form_field select.select-input.open {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.0303 8.78033C10.7374 9.07322 10.2626 9.07322 9.96967 8.78033L6 4.81066L2.03033 8.78033C1.73744 9.07322 1.26256 9.07322 0.96967 8.78033C0.676777 8.48744 0.676777 8.01256 0.96967 7.71967L5.46967 3.21967C5.76256 2.92678 6.23744 2.92678 6.53033 3.21967L11.0303 7.71967C11.3232 8.01256 11.3232 8.48744 11.0303 8.78033Z' fill='%23152242'/%3E%3C/svg%3E");
}
.custom_fields .form_field select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 18px;
}
.custom_fields .form_field .search-field-wrapper .search-field-list {
  top: calc(100% + 2px);
}
.custom_fields .checkbox_field {
  margin: 32px 0;
  display: flex;
  align-items: center;
}
.custom_fields .checkbox_field .checkbox_label {
  margin-bottom: 0;
  margin-right: 24px;
}
.custom_fields .popular_cities {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -9px;
  max-width: 618px;
  margin-top: 20px;
}
.custom_fields .popular_cities .city_item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 9px;
  width: calc(25% - 18px);
  height: 34px;
  margin-bottom: 20px;
  border-radius: 12px;
  border: 1px solid #EAEBEE;
  background: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #152242;
  text-align: center;
  box-sizing: border-box;
}
.custom_fields .popular_cities .city_item:hover {
  color: #0C62D5;
  cursor: pointer;
}
.custom_fields .popular_cities .city_item.active {
  border: 2px solid #0C62D5;
}

.form_actions {
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
}
.form_actions .ui_button {
  margin-left: 12px;
}

.error-message {
  opacity: 0.95;
  z-index: 1;
  left: -8px;
  top: 70px;
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  color: #FFF;
  min-width: 94px;
  height: 36px;
  border-radius: 12px;
  background: #152242;
}
.error-message.hidden {
  display: none;
}
.error-message .message-container {
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.error-message .message-container::before {
  top: 10px;
  left: 12px;
  width: 16px;
  height: 16px;
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM8 3C8.55228 3 9 3.44772 9 4V9C9 9.55228 8.55228 10 8 10C7.44771 10 7 9.55228 7 9L7 4C7 3.44772 7.44772 3 8 3ZM8 13C8.55228 13 9 12.5523 9 12C9 11.4477 8.55228 11 8 11C7.44772 11 7 11.4477 7 12C7 12.5523 7.44772 13 8 13Z' fill='%23F53643'/%3E%3C/svg%3E%0A");
}
.error-message .message-container::after {
  top: -6px;
  left: 20px;
  width: 16px;
  height: 16px;
  content: "";
  background: #152242;
  border-radius: 3px;
  position: absolute;
  transform: rotate(45deg);
}
.error-message .message-container span.message {
  margin-left: 36px;
  margin-right: 12px;
}
.error-message.position-top {
  top: -46px;
}
.error-message.position-top .message-container::after {
  top: 27px;
}

.ui_switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 28px;
}
.ui_switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.ui_switch .slider {
  width: 48px;
  height: 24px;
  position: absolute;
  cursor: pointer;
  top: 2px;
  left: 2px;
  background-color: #8F95A5;
  transition: 0.4s;
  border-radius: 500px;
}
.ui_switch .shadow {
  left: 0;
  top: 0px;
  width: 52px;
  height: 28px;
  position: absolute;
  border-radius: 500px;
  cursor: pointer;
}
.ui_switch .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
  box-sizing: border-box;
  margin: 0;
}
.ui_switch input:checked + .slider {
  background-color: #0c62d5;
}
.ui_switch input:focus ~ .shadow {
  transition: 0.4s;
  box-shadow: 0 0 0 2px rgba(101, 164, 246, 0.5);
}
.ui_switch input:checked + .slider:before {
  transform: translateX(24px);
}
.ui_switch input:checked + .slider::after {
  box-sizing: border-box;
  position: absolute;
  content: "";
  top: 6px;
  left: 8px;
  width: 12px;
  height: 12px;
  transition: 0.1s;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3e%3cpath fill='%23fff' fill-rule='evenodd' clip-rule='evenodd' stroke='white' stroke-linecap='round' stroke-linejoin='round' d='M11.0303 2.46967C11.3232 2.76256 11.3232 3.23744 11.0303 3.53033L5.03033 9.53033C4.73744 9.82322 4.26256 9.82322 3.96967 9.53033L0.96967 6.53033C0.676777 6.23744 0.676777 5.76256 0.96967 5.46967C1.26256 5.17678 1.73744 5.17678 2.03033 5.46967L4.5 7.93934L9.96967 2.46967C10.2626 2.17678 10.7374 2.17678 11.0303 2.46967Z'/%3e%3c/svg%3e");
}
.ui_switch input:not(:checked) + .slider::after {
  top: 6px;
  right: 7px;
  width: 12px;
  height: 12px;
  content: "";
  position: absolute;
  transition: 0.1s;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.46967 2.46967C2.76256 2.17678 3.23744 2.17678 3.53033 2.46967L6 4.93934L8.46967 2.46967C8.76256 2.17678 9.23744 2.17678 9.53033 2.46967C9.82322 2.76256 9.82322 3.23744 9.53033 3.53033L7.06066 6L9.53033 8.46967C9.82322 8.76256 9.82322 9.23744 9.53033 9.53033C9.23744 9.82322 8.76256 9.82322 8.46967 9.53033L6 7.06066L3.53033 9.53033C3.23744 9.82322 2.76256 9.82322 2.46967 9.53033C2.17678 9.23744 2.17678 8.76256 2.46967 8.46967L4.93934 6L2.46967 3.53033C2.17678 3.23744 2.17678 2.76256 2.46967 2.46967Z' fill='white' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.ui_switch input:checked:hover + .slider {
  background-color: #1876F2;
  border-color: #1876F2;
}
.ui_switch input:not(:checked):hover + .slider {
  background-color: #ABAFBB;
}

:root {
  --40: #F7F9FD;
  --black: #000000;
  --90: #152242;
  --primary: #0C62D5;
  /*--primary: rgb(26, 54, 233);*/
  --primary-dark: rgb(15, 44, 235);
  --primary-70: rgba(25, 94, 244, 0.7);
  --primary-50: rgba(101, 164, 246, 0.50);
  --primary-30: rgba(8, 228, 217, 0.3);
  --primary-10: rgba(57, 15, 37, 0.1);
  --logo: #001a51;
  --sidebar-icon: #ffffff;
}

.h-header {
  height: 64px;
}
@media screen and (max-width: 790px) {
  .h-header {
    height: 48px;
  }
}

.pt-header {
  padding-top: 64px;
}
@media screen and (max-width: 790px) {
  .pt-header {
    padding-top: 48px;
  }
}

.header-navigation {
  display: flex;
  align-items: center;
}
.header-navigation .burger-btn {
  display: none;
  width: 64px;
  height: 64px;
  cursor: pointer;
}
.header-navigation .burger-btn .burger-icon {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M1 4C1 3.44772 1.44772 3 2 3H22C22.5523 3 23 3.44772 23 4C23 4.55228 22.5523 5 22 5H2C1.44772 5 1 4.55228 1 4Z' fill='%23ECF4FE'/%3E%3Cpath d='M1 12C1 11.4477 1.44772 11 2 11H22C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H2C1.44772 13 1 12.5523 1 12Z' fill='%23ECF4FE'/%3E%3Cpath d='M1 20C1 19.4477 1.44772 19 2 19H22C22.5523 19 23 19.4477 23 20C23 20.5523 22.5523 21 22 21H2C1.44772 21 1 20.5523 1 20Z' fill='%23ECF4FE'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
@media screen and (max-width: 1260px) {
  .header-navigation .burger-btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.header-navigation .seller-money-block-mobile {
  display: none;
}
.header-navigation .header-navigation-bar {
  width: 33.33%;
  display: flex;
  align-items: center;
}
.header-navigation .header-navigation-bar .seller-money .seller-money-head {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 2px;
  font-size: 12px;
}
.header-navigation .header-navigation-bar .seller-money .seller-money-head.items-center {
  align-items: center;
}
.header-navigation .header-navigation-bar .seller-money .seller-money-head .reserve-dropdown {
  display: inline;
}
.header-navigation .header-navigation-bar .seller-money .seller-money-head .reserve-dropdown .h-dropdown-trigger {
  height: initial;
}
.header-navigation .header-navigation-bar .seller-money .seller-money-info {
  font-size: 16px;
  line-height: 18px;
}
.header-navigation .header-navigation-bar .seller-money .seller-money-info .count {
  font-size: 24px;
  line-height: 26px;
}
.header-navigation .header-navigation-bar .seller-money .seller-money-info .refill-dropdown {
  display: inline;
  margin-right: 4px;
}
.header-navigation .header-navigation-bar .seller-money-separator {
  padding: 24px 24px 0;
}
.header-navigation .header-navigation-bar .shop_name {
  display: flex;
  align-items: center;
  padding-left: 32px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.header-navigation .header-navigation-bar.header-actions {
  padding-right: 16px;
}
.header-navigation .header-navigation-bar.header-actions .header-actions-item {
  display: flex;
  align-items: center;
  margin-right: 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #abafbb;
}
.header-navigation .header-navigation-bar.header-actions .header-actions-item a {
  display: flex;
  align-items: center;
  color: inherit;
}
.header-navigation .header-navigation-bar.header-actions .header-actions-item a img {
  margin-right: 4px;
}
.header-navigation .header-navigation-bar.header-actions .header-actions-item h3 {
  display: flex;
  align-items: center;
}
.header-navigation .header-navigation-bar.header-actions .header-actions-item:hover {
  color: white;
}
.header-navigation .text-grey {
  color: #abafbb;
}
@media screen and (max-width: 1150px) {
  .header-navigation .header-navigation-bar.shop-name {
    width: unset;
  }
  .header-navigation .header-navigation-bar.seller-money-block {
    width: unset;
    flex-grow: 1;
  }
}
@media screen and (max-width: 1050px) {
  .header-navigation .header-navigation-bar.header-actions {
    width: unset;
  }
  .header-navigation .header-navigation-bar.header-actions .header-actions-item {
    width: 64px;
    height: 64px;
    margin: 0;
  }
  .header-navigation .header-navigation-bar.header-actions .header-actions-item a, .header-navigation .header-navigation-bar.header-actions .header-actions-item h3 {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
  }
  .header-navigation .header-navigation-bar.header-actions .header-actions-item img {
    margin: 0;
  }
  .header-navigation .header-navigation-bar.header-actions .header-actions-item span {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .header-navigation .shop-name {
    display: none;
  }
  .header-navigation .seller-money-block {
    display: none;
  }
  .header-navigation .seller-money-block-mobile {
    display: block;
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
    padding-left: 14px;
  }
  .header-navigation .seller-money-block-mobile span {
    color: #ABAFBB;
  }
  .header-navigation .seller-money-block-mobile span:nth-child(1) {
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
  }
  .header-navigation .seller-money-block-mobile span:nth-child(2) {
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    margin-left: 4px;
  }
}
@media screen and (max-width: 790px) {
  .header-navigation .header-navigation-bar.header-actions {
    padding: 0;
  }
  .header-navigation .header-navigation-bar.header-actions .header-actions-item {
    width: 48px;
    height: 48px;
  }
  .header-navigation .burger-btn {
    width: 48px;
    height: 48px;
  }
}

.refill-dropdown-body {
  padding: 16px;
}
.refill-dropdown-body .btn {
  margin-top: 4px;
}

.reserve-dropdown-body {
  padding: 8px 12px;
  color: white;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #242424;
  box-shadow: none;
}
.reserve-dropdown-body p {
  margin: 8px 0 0;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}

.bg-grad-sidebar {
  background-image: linear-gradient(0deg, rgb(1, 43, 254), rgb(5, 32, 113));
}

.sidebar-group .accordion.open .accordion-head h3.cursor-pointer:after {
  transform: rotate(90deg);
}
.sidebar-group .accordion.open .accordion-head .sidebar-label-wrapper {
  background: #323232;
  color: white;
}
.sidebar-group .accordion .accordion-head {
  height: initial;
  display: block;
}
.sidebar-group .accordion .accordion-head h3.cursor-pointer:after {
  content: "";
  right: 26px;
  transform: rotate(0deg);
  transition: 0.3s;
}
.sidebar-group .accordion .accordion-body-wrapper .accordion-body {
  padding-left: 14px;
  font-style: normal;
}

.tooltip-alert {
  position: absolute;
  top: 50px;
  background: #152242;
  border-radius: 6px;
  color: #fff;
  font-size: 12px;
  height: 36px;
  left: -8px;
  line-height: 16px;
  min-width: 94px;
  z-index: 1;
}
.tooltip-alert .message-container {
  align-items: center;
  display: inline-flex;
  height: 100%;
  position: relative;
  width: 100%;
}
.tooltip-alert .message-container:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23fff' d='M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Z'/%3E%3Cpath fill='%23F53643' fill-rule='evenodd' d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0ZM8 3a1 1 0 0 1 1 1v5a1 1 0 0 1-2 0V4a1 1 0 0 1 1-1Zm0 10a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  content: "";
  height: 16px;
  left: 12px;
  position: absolute;
  top: 10px;
  width: 16px;
}
.tooltip-alert .message-container:after {
  background: #152242;
  border-radius: 3px;
  content: "";
  height: 16px;
  left: 20px;
  position: absolute;
  top: -6px;
  transform: rotate(45deg);
  width: 16px;
}
.tooltip-alert .message-container .message {
  margin-left: 36px;
  margin-right: 12px;
}

.phone-field-wrapper .tooltip-alert {
  display: none;
}
.phone-field-wrapper input:focus + .tooltip-alert {
  display: block;
}

.form-control.form-input, .form-control.form-input-bordered {
  color: #152242;
}

.form-control:-moz-read-only {
  cursor: default !important;
  background-color: white !important;
}

.form-control:read-only {
  cursor: default !important;
  background-color: white !important;
}

.btn-link-outline {
  background: #f1f7fe;
  color: #0c62d5;
  border-radius: 12px;
}
