.cabinet-wrapper {
  padding: 32px 0;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FCFCFC;
}
@media (max-width: 992px) {
  .cabinet-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cabinet-wrapper .cabinet-sidebar {
    width: 100%;
    padding: 0 24px 30px;
  }
  .cabinet-wrapper .cabinet-sidebar .profile-menu-mobile-btn {
    background: #FCFCFC;
    border: 1px solid #EBE9E9;
    border-radius: 24px;
  }
}
.cabinet-wrapper a {
  color: black;
}
.cabinet-wrapper a, .cabinet-wrapper button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  outline: none;
}
.cabinet-wrapper .cabinet-info {
  width: 100%;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cabinet-wrapper .cabinet-info {
    padding: 0 24px;
  }
}
.cabinet-wrapper .cabinet-info h1 {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
}
.cabinet-wrapper .form-checkfancy .icon {
  width: 40px;
  height: 22px;
  border-radius: 24px;
}
.cabinet-wrapper .form-checkfancy .icon:after {
  width: 18px;
  height: 18px;
  left: 2px;
  top: 2px;
}
.cabinet-wrapper .form-checkfancy input:checked ~ .icon {
  background: #C54697;
}
.cabinet-wrapper .form-checkfancy input:checked ~ .icon:after {
  -webkit-transform: translateX(18px);
  transform: translateX(18px);
}
.cabinet-wrapper h2 {
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}
.cabinet-wrapper .under-h2 {
  margin-bottom: 16px;
  color: #645C5F;
  font-weight: 300;
  line-height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cabinet-wrapper .under-h2 i {
  margin-right: 5px;
  color: black;
}
.cabinet-wrapper .under-h2:last-child {
  margin-bottom: 0;
}
.cabinet-wrapper input {
  outline: none;
}
.cabinet-wrapper textarea {
  outline: none;
}
.cabinet-wrapper hr {
  margin-bottom: 24px;
  border-top: 0;
  border-bottom-color: #EBE9E9;
}
.cabinet-wrapper .form-checkfancy .icon {
  background-color: #FFD8EB;
}
.cabinet-wrapper .dataTables_processing {
  display: none !important;
}
.cabinet-wrapper .box-contact span {
  font-size: 14px;
  display: block;
}
.cabinet-wrapper .form-checkbox {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cabinet-wrapper .form-checkbox .text {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #645C5F;
}
.cabinet-wrapper .form-checkbox .text:hover {
  color: black;
  cursor: pointer;
}
.cabinet-wrapper .form-checkbox .text:before {
  border: 2px solid #FFD8EB;
}
.cabinet-wrapper select.form-control + .select2-container--default .select2-selection__rendered .select2-selection__placeholder {
  font-weight: 400;
  color: #978E91;
}
.cabinet-wrapper .link-to-page-table {
  color: #978E91;
  font-size: 18px;
}
.cabinet-wrapper .link-to-page-table:hover {
  color: #C54697;
}
.cabinet-wrapper input:disabled {
  border: 1px solid #EBE9E9;
  background: #F7F7F7;
}
.cabinet-wrapper .tagify {
  height: initial;
  border: 1px solid #EBE9E9 !important;
  border-radius: 8px;
}
.cabinet-wrapper .tagify .tagify__tag {
  margin: 8px 0 8px 8px;
}
.cabinet-wrapper .tagify .tagify__tag > div {
  color: #342F31;
  font-size: 14px;
}
.cabinet-wrapper .tagify .tagify__tag > div::before {
  background: #F7F7F7;
  border-radius: 32px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cabinet-wrapper .tagify .tagify__tag__removeBtn {
  line-height: 1;
}
.cabinet-wrapper .tagify .tagify__tag__removeBtn:hover {
  color: #C54697;
  background: transparent;
}
.cabinet-wrapper .tagify .tagify__tag__removeBtn:hover + div::before {
  background: #F7F7F8;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.cabinet-wrapper .tagify .tagify__tag__removeBtn:hover + div > span {
  opacity: 1;
}

.page-header > .container-cabinet {
  width: 100%;
  height: 72px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cabinet-sidebar {
  width: 235px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cabinet-sidebar .top-menu li.active a {
  background-color: #FFD8EB;
  color: #620046;
}
.cabinet-sidebar .top-menu li.active a i {
  color: #620046;
}
.cabinet-sidebar .bottom-menu {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #EBE9E9;
}
@media (max-width: 992px) {
  .cabinet-sidebar .bottom-menu {
    margin-top: 0;
    padding-top: 0;
  }
}
.cabinet-sidebar li a {
  padding: 8px 15px 8px 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  border-radius: 0 24px 24px 0;
}
@media (max-width: 992px) {
  .cabinet-sidebar li a {
    padding: 8px 15px;
  }
}
.cabinet-sidebar li a i {
  font-size: 18px;
}
.cabinet-sidebar li a:hover {
  background-color: #FFD8EB;
  color: #620046;
}
.cabinet-sidebar li a:hover i {
  color: #620046;
}
.cabinet-sidebar li a i {
  width: 18px;
  margin-right: 15px;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: black;
}

.tabs-like-cabinet .wrapper-tab-header, .tabs-like-cabinet .wrapper-tab-header2, .tabs-like-cabinet2 .wrapper-tab-header, .tabs-like-cabinet2 .wrapper-tab-header2 {
  margin-bottom: 24px;
  height: 44px;
  position: relative;
  background-color: #FFEBF4;
  border-radius: 48px;
  overflow: hidden;
}
.tabs-like-cabinet .tab-header, .tabs-like-cabinet .tab-header2, .tabs-like-cabinet2 .tab-header, .tabs-like-cabinet2 .tab-header2 {
  padding: 4px 4px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
}
.tabs-like-cabinet .tab-header li, .tabs-like-cabinet .tab-header2 li, .tabs-like-cabinet2 .tab-header li, .tabs-like-cabinet2 .tab-header2 li {
  margin-right: 2px;
}
.tabs-like-cabinet .tab-header li:last-child, .tabs-like-cabinet .tab-header2 li:last-child, .tabs-like-cabinet2 .tab-header li:last-child, .tabs-like-cabinet2 .tab-header2 li:last-child {
  margin-right: 0;
}
.tabs-like-cabinet .tab-header li a, .tabs-like-cabinet .tab-header2 li a, .tabs-like-cabinet2 .tab-header li a, .tabs-like-cabinet2 .tab-header2 li a {
  height: 36px;
  padding: 5px 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  border-radius: 40px;
}
.tabs-like-cabinet .tab-header li a:hover, .tabs-like-cabinet .tab-header2 li a:hover, .tabs-like-cabinet2 .tab-header li a:hover, .tabs-like-cabinet2 .tab-header2 li a:hover {
  background: rgba(255, 255, 255, 0.7);
}
.tabs-like-cabinet .tab-header li.active a, .tabs-like-cabinet .tab-header li.open a, .tabs-like-cabinet .tab-header2 li.active a, .tabs-like-cabinet .tab-header2 li.open a, .tabs-like-cabinet2 .tab-header li.active a, .tabs-like-cabinet2 .tab-header li.open a, .tabs-like-cabinet2 .tab-header2 li.active a, .tabs-like-cabinet2 .tab-header2 li.open a {
  background: #FFFFFF;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
.tabs-like-cabinet .tab-content, .tabs-like-cabinet .tab-content2, .tabs-like-cabinet2 .tab-content, .tabs-like-cabinet2 .tab-content2 {
  display: none;
  overflow: initial;
}
.tabs-like-cabinet .tab-content.active, .tabs-like-cabinet .tab-content.open, .tabs-like-cabinet .tab-content2.active, .tabs-like-cabinet .tab-content2.open, .tabs-like-cabinet2 .tab-content.active, .tabs-like-cabinet2 .tab-content.open, .tabs-like-cabinet2 .tab-content2.active, .tabs-like-cabinet2 .tab-content2.open {
  display: block;
}

.date-chart-statistic {
  margin-bottom: 8px;
  padding: 24px;
  border: 1px solid #EBE9E9;
  border-radius: 9px;
  background: #FFFFFF;
}
.date-chart-statistic .top-line {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (max-width: 992px) {
  .date-chart-statistic .top-line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.date-chart-statistic .top-line .range-datepicker-style, .date-chart-statistic .top-line .select2-custom-field {
  margin-left: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 992px) {
  .date-chart-statistic .top-line .range-datepicker-style, .date-chart-statistic .top-line .select2-custom-field {
    margin-left: 0;
  }
}
.date-chart-statistic .name-box {
  width: 100%;
  font-size: 18px;
}
@media (max-width: 992px) {
  .date-chart-statistic .name-box {
    width: 100%;
    margin-bottom: 16px;
  }
}
.date-chart-statistic .bottom-line .number {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 36px;
}
@media (max-width: 767px) {
  .date-chart-statistic .bottom-line .number {
    font-size: 24px;
  }
}
.date-chart-statistic .statistic-results {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 14px;
}
.date-chart-statistic .statistic-results .text-time {
  padding-left: 8px;
  color: #645C5F;
}
@media (max-width: 767px) {
  .date-chart-statistic .statistic-results .text-time {
    display: none;
  }
}
.date-chart-statistic .statistic-results .text-time:nth-child(1) {
  padding-left: 0;
}
.date-chart-statistic .statistic-goal2 {
  margin-left: 8px;
}
.date-chart-statistic .count-user {
  font-size: 14px;
  color: #645C5F;
}
.date-chart-statistic.style2 .bottom-line .number {
  margin-bottom: 4px;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .date-chart-statistic .range-datepicker-style, .date-chart-statistic .select2-custom-field {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .date-chart-statistic .range-datepicker-style, .date-chart-statistic .select2-custom-field {
    width: 100%;
  }
  .date-chart-statistic .select2-custom-field {
    margin-top: 8px;
  }
}

.table-information-cab {
  margin-bottom: 8px;
  border: 1px solid #EBE9E9;
  border-radius: 8px;
  background-color: white;
}
.table-information-cab.clean-style {
  padding: 0;
  border: 0;
  background-color: transparent;
}
.table-information-cab.clean-style .caption-filter-table {
  padding: 0 0 32px;
}
@media (max-width: 767px) {
  .table-information-cab.clean-style .caption-filter-table {
    padding-bottom: 24px;
  }
  .table-information-cab.clean-style .caption-filter-table > * {
    width: 100%;
    margin-bottom: 16px;
  }
  .table-information-cab.clean-style .caption-filter-table > *:last-child {
    margin-bottom: 0;
  }
  .table-information-cab.clean-style .caption-filter-table .button-light-border, .table-information-cab.clean-style .caption-filter-table .button-light-bg {
    width: 100%;
  }
}
.table-information-cab:last-child {
  margin-bottom: 0;
}
.table-information-cab .caption-filter-table {
  padding: 12px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .table-information-cab .caption-filter-table {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.table-information-cab .caption-filter-table .name-filter {
  font-size: 18px;
  color: black;
}
.table-information-cab .caption-filter-table .input-style-2, .table-information-cab .caption-filter-table .select2-custom-field {
  max-width: 235px;
  width: 100%;
}
.table-information-cab .table-custom-style:nth-child(1) thead th {
  border-top: 0;
}
.table-information-cab .table-custom-style:nth-child(1) thead th:nth-child(1) {
  border-radius: 8px 0 0 0;
}
.table-information-cab .table-custom-style:nth-child(1) thead th:nth-last-child(2), .table-information-cab .table-custom-style:nth-child(1) thead th:last-child {
  border-radius: 0 8px 0 0;
}

.button-light-border {
  padding: 6px 24px;
  height: 36px;
  color: #620046 !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: white;
  border: 2px solid #FFEBF4;
  border-radius: 22px;
  cursor: pointer;
}
.button-light-border i {
  font-size: 20px;
}
.button-light-border i.left-ico {
  margin-right: 8px;
  font-size: 16px;
}
.button-light-border i.right-ico {
  margin-left: 8px;
  font-size: 16px;
}
.button-light-border:hover {
  background: #FFEBF4;
}
.button-light-border:disabled, .button-light-border[disabled], .button-light-border.disabled {
  background: #FFD8EB !important;
  border: 2px solid #FFD8EB;
  color: white !important;
}
.button-light-border.small {
  height: 28px;
  padding: 4px 16px;
  font-size: 14px;
}
.button-light-border.small i {
  font-size: 16px;
}
.button-light-border .ml {
  margin-left: 10px;
}
.button-light-border .mr {
  margin-right: 10px;
}
.button-light-border.size-2 {
  width: 100%;
  height: 44px;
  max-width: 300px;
  font-size: 18px;
}

.button-light-bg {
  padding: 6px 24px;
  height: 36px;
  color: white !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  cursor: pointer;
  border: 0;
  background: #C54697;
  border-radius: 22px;
}
.button-light-bg.height-44 {
  height: 44px;
}
.button-light-bg.disabled, .button-light-bg:disabled {
  background: #FFD8EB !important;
  cursor: default;
}
.button-light-bg:hover {
  background: #A52B7C;
}
.button-light-bg.big {
  width: 100%;
  height: 44px;
  font-size: 18px;
}
.button-light-bg i {
  font-size: 20px;
}
.button-light-bg i.left-ico {
  margin-right: 8px;
  font-size: 16px;
}
.button-light-bg i.right-ico {
  margin-left: 8px;
  font-size: 16px;
}
.button-light-bg.size-2 {
  width: 100%;
  height: 44px;
  max-width: 300px;
  font-size: 18px;
}

.input-style-2 {
  width: 100%;
  height: 36px;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 400;
  font-size: 14px;
  border: 1px solid #EBE9E9;
  border-radius: 8px;
  outline: none;
}
.input-style-2:focus {
  border: 1px solid #bbb8b8;
}

.select2-container {
  font-size: 14px;
}

.select2-custom-field select.form-control + .select2-container--default .select2-selection {
  height: 36px;
  border: 1px solid #EBE9E9;
  border-radius: 8px;
}
.select2-custom-field select.form-control + .select2-container--default .select2-selection__rendered {
  line-height: 34px;
  font-size: 14px;
}
.select2-custom-field select.form-control + .select2-container--default .select2-selection__arrow {
  height: 34px;
}
.select2-custom-field select.form-control + .select2-container--default .select2-selection__arrow:before {
  font-size: 10px;
  color: #645C5F;
}
.select2-custom-field.height-40 select.form-control + .select2-container--default .select2-selection {
  height: 40px;
}
.select2-custom-field.height-40 select.form-control + .select2-container--default .select2-selection__rendered {
  line-height: 38px;
}
.select2-custom-field.height-40 select.form-control + .select2-container--default .select2-selection__arrow {
  height: 38px;
}

.placeholderDark::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000000;
  font-weight: 400;
}

.placeholderDark::-moz-placeholder { /* Firefox 19+ */
  color: #000000;
  font-weight: 400;
}

.placeholderDark:-ms-input-placeholder { /* IE 10+ */
  font-weight: 400;
  color: #000000;
}

.placeholderDark:-moz-placeholder { /* Firefox 18- */
  color: #000000;
  font-weight: 400;
}

.range-datepicker-style {
  position: relative;
}
@media (max-width: 992px) {
  .range-datepicker-style {
    width: 100%;
  }
  .range-datepicker-style input {
    width: 100% !important;
  }
}
.range-datepicker-style .ico-calendar {
  left: 15px;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 15px;
  color: black;
}
.range-datepicker-style input {
  cursor: pointer;
}
.range-datepicker-style .ico-chevron-down {
  right: 15px;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 18px;
  color: black;
}
.range-datepicker-style .air-datepicker {
  width: 220px;
  height: 36px;
  background: transparent;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  font-size: 14px;
  z-index: 2;
  border: 1px solid #EBE9E9;
  border-radius: 8px;
}
.range-datepicker-style .air-datepicker.full {
  width: 100%;
}
.range-datepicker-style.height-40 .air-datepicker {
  height: 40px;
}

.datepicker-style {
  position: relative;
}
@media (max-width: 992px) {
  .datepicker-style {
    width: 100%;
  }
  .datepicker-style input {
    width: 100% !important;
  }
}
.datepicker-style .ico-calendar {
  right: 15px;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 15px;
  color: #978E91;
}
.datepicker-style input {
  cursor: pointer;
}
.datepicker-style .ico-chevron-down {
  right: 15px;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 18px;
  color: black;
}
.datepicker-style .air-datepicker {
  width: 220px;
  height: 36px;
  background: transparent;
  padding-left: 16px;
  padding-right: 40px;
  position: relative;
  font-size: 14px;
  z-index: 2;
  border: 1px solid #EBE9E9;
  border-radius: 8px;
}
.datepicker-style .air-datepicker.full {
  width: 100%;
}
.datepicker-style.height-40 .air-datepicker {
  height: 40px;
}

.time-input {
  position: relative;
  width: 100%;
}
.time-input input {
  width: 100% !important;
  cursor: pointer;
}
.time-input .ico-clock {
  right: 15px;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 18px;
  color: #978E91;
}
.time-input .air-datepicker {
  width: 100%;
  height: 40px;
  background: transparent;
  padding-left: 16px;
  padding-right: 40px;
  position: relative;
  font-size: 16px;
  z-index: 2;
  border: 1px solid #EBE9E9;
  border-radius: 8px;
}
.time-input .air-datepicker.full {
  width: 100%;
}

.table-custom-style .dataTable {
  width: 100%;
}
.table-custom-style td, .table-custom-style th {
  padding: 12px 16px;
}
.table-custom-style thead th {
  background: #F7F7F7;
  border-bottom: 1px solid #EBE9E9;
  color: #645C5F;
  font-size: 14px;
  border-top: 1px solid #EBE9E9;
}
.table-custom-style tbody > * {
  border-bottom: 1px solid #EBE9E9;
}
.table-custom-style td {
  font-size: 16px;
  color: #000000;
}
.table-custom-style td.child {
  background: #FCFCFC;
}
.table-custom-style thead th {
  position: relative;
}
.table-custom-style thead th.sorting, .table-custom-style thead th.sorting_desc, .table-custom-style thead th.sorting_asc {
  cursor: pointer;
}
.table-custom-style thead th.sorting:after, .table-custom-style thead th.sorting_desc:after, .table-custom-style thead th.sorting_asc:after {
  display: inline-block;
  margin-left: 5px;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 16px;
  vertical-align: bottom;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.table-custom-style thead th.sorting:after {
  content: "\e96d";
  color: rgba(100, 92, 95, 0.4);
}
.table-custom-style thead th.sorting_desc:after {
  content: "\e96d";
  color: #645C5F;
}
.table-custom-style thead th.sorting_asc:after {
  content: "\e96f";
  color: #645C5F;
}
.table-custom-style .dataTables_paginate {
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.table-custom-style .dataTables_paginate > .paginate_button {
  text-indent: -9999px;
  white-space: nowrap;
}
.table-custom-style .dataTables_paginate .paginate_button {
  width: 32px;
  height: 32px;
  margin: 0 3px;
  border: 2px solid #FFEBF4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 22px;
  color: black;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.table-custom-style .dataTables_paginate .paginate_button:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  font-family: "icomoon" !important;
  speak: never;
  text-indent: 1px;
  color: #620046;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.table-custom-style .dataTables_paginate .paginate_button.previous:before {
  margin-left: -1px;
  content: "\e907";
}
.table-custom-style .dataTables_paginate .paginate_button.next:before {
  content: "\e906";
}
.table-custom-style .dataTables_paginate .paginate_button:hover {
  background-color: #FFEBF4;
}
.table-custom-style .dataTables_paginate .paginate_button.current {
  background-color: #FFEBF4;
}
.table-custom-style .dataTables_paginate .paginate_button.disabled {
  display: none;
}
.table-custom-style table.dataTable > tbody > tr.child ul.dtr-details {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
.table-custom-style table.dataTable > tbody > tr.child ul.dtr-details li {
  margin-bottom: 24px;
  padding: 0;
  border-bottom: 0;
}
.table-custom-style table.dataTable > tbody > tr.child ul.dtr-details li:last-child {
  margin-bottom: 0;
}
.table-custom-style table.dataTable > tbody > tr.child span.dtr-title {
  margin-bottom: 8px;
  font-weight: 400;
  display: block;
  color: #645C5F;
}
.table-custom-style table.dataTable.dtr-column > tbody > tr > td.dtr-control:before, .table-custom-style table.dataTable.dtr-column > tbody > tr > th.dtr-control:before, .table-custom-style table.dataTable.dtr-column > tbody > tr > td.control:before, .table-custom-style table.dataTable.dtr-column > tbody > tr > th.control:before {
  margin-left: 20px;
}
.table-custom-style tbody .dtr-control:before {
  display: none !important;
}
.table-custom-style tbody .dtr-control:after {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e915";
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #978E91;
  position: relative;
  display: inline-block;
}

.drop-table-buttons {
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #978E91;
  font-size: 15px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.drop-table-buttons .drop-bl {
  width: 160px;
  z-index: 10000;
  top: auto;
  bottom: 30px;
  padding: 5px 0;
  position: absolute;
  display: none;
  background: white;
  border: 1px solid #F7F7F7;
  -webkit-box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
          box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
.drop-table-buttons .drop-bl > * {
  padding: 8px 16px;
  display: block;
  color: #645C5F;
}
.drop-table-buttons .drop-bl > *:hover {
  color: black;
}
.drop-table-buttons.active .drop-bl {
  display: block;
}
.drop-table-buttons .head {
  cursor: pointer;
  line-height: 0;
}
.drop-table-buttons .head:hover {
  color: black;
}
.table-buttons {
  display: flex;
  gap: 10px;
}

.table-buttons .btn-link {
  padding: 6px 12px;
  font-size: 14px;
  color: white;
  background: #b83b8c;
  border: 1px solid #b83b8c;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.2s;
}

.table-buttons .btn-link:hover {
  background: #e0e0e0;
}


.status-table-cab {
  padding: 4px 12px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  border-radius: 40px;
}
.status-table-cab.status1 {
  background: rgba(59, 172, 91, 0.16);
  color: #3BAC5B;
}
.status-table-cab.status2 {
  background: rgba(232, 196, 128, 0.25);
  color: #e39d1a;
}
.status-table-cab.status3 {
  background: #FFEBF4;
  color: #e5609a;
}

.box-content-border {
  margin-bottom: 8px;
  padding: 24px;
  background: #FFFFFF;
  border: 1px solid #EBE9E9;
  border-radius: 16px;
}
.box-content-border:last-child {
  margin-bottom: 0;
}

.form-checkfancy {
  position: relative;
}
.form-checkfancy .icon:last-child {
  margin-right: 0;
}

.check-with-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #645C5F;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.check-with-text .left-text {
  margin-right: 8px;
}
.check-with-text .right-text {
  margin-left: 8px;
}

.checkbox-line-style-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .checkbox-line-style-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.checkbox-line-style-1 .text-left {
  font-size: 18px;
}
@media (max-width: 767px) {
  .checkbox-line-style-1 .text-left {
    width: 100%;
    margin-bottom: 15px;
  }
}
.checkbox-line-style-1 .button-light-border {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
}

.box-settings-column-2 {
  margin-bottom: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px 24px;
}
@media (max-width: 767px) {
  .box-settings-column-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.box-settings-column-2 > * {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.box-settings-column-2:last-child {
  margin-bottom: 0;
}

.box-settings-column-3 {
  margin-bottom: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 16px;
}
@media (max-width: 992px) {
  .box-settings-column-3 {
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .box-settings-column-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.box-settings-column-3 > * {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.box-settings-column-3:last-child {
  margin-bottom: 0;
}

.input-custom-wrapper {
  position: relative;
}
.input-custom-wrapper .caption {
  margin-bottom: 4px;
  color: #645C5F;
}
.input-custom-wrapper input {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  background: #FFFFFF;
  border: 1px solid #EBE9E9;
  border-radius: 8px;
  outline: none;
}
.input-custom-wrapper input:focus {
  border: 1px solid #c7c6c6;
}
.input-custom-wrapper .style-ico-left {
  position: relative;
}
.input-custom-wrapper .style-ico-left input {
  padding-left: 40px;
  position: relative;
  z-index: 1;
  background-color: transparent;
}
.input-custom-wrapper .style-ico-left img {
  width: 16px;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.form-component .caption {
  margin-bottom: 4px;
  color: #645C5F;
}

.textarea-custom-wrapper {
  margin-bottom: 24px;
}
.textarea-custom-wrapper:last-child {
  margin-bottom: 0;
}
.textarea-custom-wrapper .caption {
  margin-bottom: 4px;
  color: #645C5F;
}
.textarea-custom-wrapper textarea {
  width: 100%;
  height: 88px;
  padding: 15px;
  background: #FFFFFF;
  border: 1px solid #EBE9E9;
  border-radius: 8px;
  outline: none;
  resize: none;
}
.textarea-custom-wrapper textarea:focus {
  border: 1px solid #c7c6c6;
}

.button-list-st-1 {
  margin-bottom: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .button-list-st-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.button-list-st-1 > * {
  min-width: 202px;
  height: 44px;
  margin-bottom: 10px;
  margin-right: 16px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .button-list-st-1 > * {
    width: 100%;
    margin-bottom: 16px;
    margin-right: 0;
  }
  .button-list-st-1 > *:last-child {
    margin-bottom: 0;
  }
}
.button-list-st-1 > *:last-child {
  margin-right: 0;
}

.wrapper-list-bord > * {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #EBE9E9;
}
.wrapper-list-bord > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.box-ico-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}
.box-ico-text .ico-wr {
  width: 44px;
  height: 44px;
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  background: #FFEBF4;
  border-radius: 50%;
  color: #620046;
}
.box-ico-text .ico-wr .ico-mail {
  font-size: 22px;
}
.box-ico-text .ico-wr2 {
  width: 44px;
  height: 44px;
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  background: #F7F7F7;
  border-radius: 50%;
  color: #620046;
}
.box-ico-text .ico-wr2 .ico-mail {
  font-size: 22px;
}
.box-ico-text .button-light-border {
  margin-left: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.checkbox-line-style-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .checkbox-line-style-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .checkbox-line-style-2.right-mobile {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.checkbox-line-style-2 .left-part {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .checkbox-line-style-2 .left-part {
    margin-bottom: 15px;
  }
}
.checkbox-line-style-2 .title {
  margin-bottom: 4px;
  font-size: 14px;
  color: #645C5F;
}
.checkbox-line-style-2 .right-part {
  margin-left: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          flex-wrap: wrap;
}
@media (max-width: 767px) {
  .checkbox-line-style-2 .right-part {
    width: 100%;
    margin-left: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.checkbox-line-style-2 .right-part .text-ch {
  margin-right: 8px;
  color: #645C5F;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.checkbox-line-style-2 .check-with-text {
  margin-left: 16px;
}
.checkbox-line-style-2 .button-light-border {
  margin-left: 16px;
}
.checkbox-line-style-2 .new-price {
  padding: 2px 0;
  color: #C54697;
  font-size: 14px;
  font-weight: 400;
}
.checkbox-line-style-2 .under-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.checkbox-line-style-2 .under-title span {
  margin-right: 8px;
}

.input-file-box {
  position: relative;
  overflow: hidden;
}
.input-file-box input {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
  opacity: 0.2;
  text-indent: 1000000px;
}

.add-file-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .add-file-field {
    display: block;
  }
}
.add-file-field .add-file-wr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .add-file-field .add-file-wr {
    margin-bottom: 20px;
    display: block;
  }
}
.add-file-field .add-file-wr .box-photo {
  width: 120px;
  height: 90px;
  margin-right: 16px;
  overflow: hidden;
  background: #F7F7F7;
  border: 1px solid #EBE9E9;
  border-radius: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .add-file-field .add-file-wr .box-photo {
    width: 100%;
    max-width: 260px;
    height: 160px;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.add-file-field .add-file-wr .box-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.add-file-field .add-file-wr .box-photo i {
  font-size: 20px;
  color: #978E91;
}
.add-file-field .add-file-wr .text-wr {
  width: 100%;
}
.add-file-field .add-file-wr .title {
  margin-bottom: 4px;
  font-size: 18px;
}
.add-file-field .add-file-wr .under-title {
  color: #645C5F;
  font-size: 14px;
  line-height: 20px;
}
.add-file-field .input-file-box {
  margin-left: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .add-file-field .input-file-box {
    margin-left: 0;
  }
}

.danger-style-btn {
  color: #DD3730 !important;
  font-size: 18px;
}
.danger-style-btn:hover {
  color: #d2120a !important;
}

.line-photo-business {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .line-photo-business {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.line-photo-business .left-part {
  width: 100%;
}
@media (max-width: 767px) {
  .line-photo-business .left-part {
    width: initial;
  }
}
.line-photo-business .box-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F7F7F7;
  border: 1px solid #EBE9E9;
}
.line-photo-business .box-img i {
  font-size: 20px;
  color: #978E91;
}
.line-photo-business .box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.line-photo-business .input-file-box, .line-photo-business .danger-style-btn {
  margin-left: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .line-photo-business .input-file-box, .line-photo-business .danger-style-btn {
    margin-left: 0;
    margin-top: 16px;
  }
}

.box-hotel-table {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.box-hotel-table .title {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
}
.box-hotel-table .box-bottom ul {
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  display: -ms-grid;
  display: grid;
  grid-gap: 16px;
}
.box-hotel-table .box-bottom ul li {
  padding-left: 24px;
  position: relative;
}
.box-hotel-table .box-bottom ul li:before {
  position: absolute;
  top: 1px;
  left: 0;
  content: "\e946";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.box-hotel-table .box-top {
  margin-bottom: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px;
}
.box-hotel-table .one-item .caption {
  margin-bottom: 8px;
  color: #645C5F;
}

.table-custom-style tbody .shown .dtr-control:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.column-box-2 {
  margin-bottom: 8px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px;
}
.column-box-2:last-child {
  margin-bottom: 0;
}
.column-box-2.gap-16 {
  grid-gap: 16px;
}
@media (max-width: 1400px) {
  .column-box-2.big-table-one-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .column-box-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-32 {
  margin-bottom: 32px;
}

.form-field-wrapper .caption {
  margin-bottom: 4px;
  color: #645C5F;
}

.time-input {
  position: relative;
}

.time-range-dropdown {
  position: absolute;
  top: 42px;
  left: 0;
  right: 0;
  display: none;
  padding: 5px;
  z-index: 2;
  border: 1px solid #EBE9E9;
  border-radius: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: white;
}
.time-range-dropdown .one-range {
  width: 49%;
}
.time-range-dropdown .buttons-line {
  width: 100%;
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.time-range-dropdown .buttons-line .button-light-bg {
  width: 70%;
}
.time-range-dropdown .buttons-line .close-time-range {
  width: 27%;
}

.time-range-wrapper.open .time-range-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.select2-custom-field.height40 select.form-control + .select2-container--default .select2-selection {
  height: 40px;
}
.select2-custom-field.height40 select.form-control + .select2-container--default .select2-selection__rendered {
  line-height: 38px;
}
.select2-custom-field.height40 select.form-control + .select2-container--default .select2-selection__arrow {
  height: 38px;
}

.box-translates {
  margin-bottom: 16px;
}
.box-translates:last-child {
  margin-bottom: 0;
}
.box-translates .title {
  margin-bottom: 4px;
}
.box-translates textarea {
  width: 100%;
  height: 120px;
  resize: none;
  background: #FFFFFF;
  border: 1px solid #EBE9E9;
  border-radius: 8px;
  padding: 15px;
}
.box-translates textarea:focus {
  border: 1px solid #cccccc;
}

.tab-translate-head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.tab-translate-head a {
  width: 30px;
  height: 24px;
  margin-right: 4px;
  padding: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #EBE9E9;
  font-size: 12px;
  border-radius: 12px;
}
.tab-translate-head a.active, .tab-translate-head a:hover {
  background: #C54697;
  border: 1px solid #C54697;
  color: white;
}
.tab-translate-head a:last-child {
  margin-right: 0;
}

.box-tab-translate {
  display: none;
}
.box-tab-translate.active {
  display: block;
}

.min-200 {
  min-width: 200px;
}

.title-style-1 {
  margin-bottom: 14px;
  line-height: 28px;
  font-size: 18px;
}

.map-height {
  height: 520px;
  margin-bottom: 24px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .map-height {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .map-height {
    height: 300px;
  }
}

.statistic-goal {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.statistic-goal i {
  margin-right: 5px;
  font-size: 17px;
}
.statistic-goal.down {
  color: #B42318;
}
.statistic-goal.up {
  color: #08ad08;
}
.statistic-goal.up i {
  color: #000000;
}

.statistic-goal2 {
  height: 22px;
  padding: 4px 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  border-radius: 22px;
}
.statistic-goal2 i {
  margin-right: 5px;
}
.statistic-goal2.down {
  background: rgba(180, 35, 24, 0.08);
}
.statistic-goal2.up {
  color: #027A48;
  background: rgba(2, 122, 72, 0.08);
}

.date-statistic-3 .top-line {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .date-statistic-3 .top-line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.date-statistic-3 .top-line .left-part {
  width: 100%;
}
.date-statistic-3 .top-line .select2-custom-field {
  margin-left: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .date-statistic-3 .top-line .select2-custom-field {
    width: 100%;
    margin-top: 8px;
    margin-left: 0;
  }
}
.date-statistic-3 .top-line .tab-header2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.date-statistic-3 .bottom-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.date-statistic-3 .bottom-line .number {
  margin-right: 16px;
  padding-right: 16px;
  position: relative;
  color: #101828;
  font-weight: 500;
  font-size: 36px;
}
@media (max-width: 767px) {
  .date-statistic-3 .bottom-line .number {
    font-size: 30px;
  }
}
.date-statistic-3 .bottom-line .number:after {
  width: 2px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -12px;
  content: "";
  display: block;
  background-color: #CEC8CA;
  border-radius: 2px;
}
.date-statistic-3 .bottom-line .rating {
  color: #027A48;
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.date-statistic-3 .bottom-line .rating i {
  margin-right: 8px;
}
.date-statistic-3 .bottom-line .rating.down {
  color: #B42318;
}

.checkbox-big-activity .box-check-body {
  margin-top: 24px;
}
.checkbox-big-activity.disable {
  color: #978E91;
}
.checkbox-big-activity.disable .box-check-body {
  display: none;
}
.checkbox-big-activity.disable .title {
  color: #978E91;
}
.checkbox-big-activity.disable .new-price {
  color: #978E91;
}

.modal-backdrop.show {
  opacity: 1;
  background: rgba(0, 0, 0, 0.32);
}

.modal-cabinet .box-settings-column-2 {
  grid-gap: 16px;
}
.modal-cabinet .btn.close {
  padding: 15px;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 0;
  color: #978E91;
}
.modal-cabinet .btn.close i {
  padding-right: 0;
  font-size: 14px;
}
.modal-cabinet .modal-dialog {
  max-width: 480px;
}
.modal-cabinet .modal-dialog.big {
  max-width: 800px;
}
.modal-cabinet .modal-title-custom {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
}
.modal-cabinet .modal-content {
  -webkit-box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
          box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
}
.modal-cabinet .modal-content .modal-body {
  padding: 32px;
}
.modal-cabinet .datepicker-style .air-datepicker {
  width: 100%;
}

.radius-and-border {
  border-radius: 8px;
  border: 1px solid #EBE9E9;
}

.add-new-component .box-content-border {
  margin-bottom: 24px;
  padding: 0 0 24px;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #EBE9E9;
}
.add-new-component > * {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #EBE9E9;
}
.add-new-component > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.add-new-component .without-add-new-style {
  padding-bottom: 0;
  border-bottom: 0;
}

.upload-photo-wrapper {
  width: 160px;
  height: 100px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.upload-photo-wrapper .delete-photo {
  width: 24px;
  height: 24px;
  top: 4px;
  right: 4px;
  z-index: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  background: #FFFFFF;
  border-radius: 8px;
  color: #978E91;
  font-size: 10px;
  display: none;
}
.upload-photo-wrapper .delete-photo:hover {
  background: #C54697;
  color: white;
}
.upload-photo-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.upload-photo-wrapper input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-indent: 1000px;
  cursor: pointer;
}
.upload-photo-wrapper.active .delete-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.upload-photo-wrapper.active .box-upload {
  display: none;
}
.upload-photo-wrapper .box-upload {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border: 1px solid #EBE9E9;
  border-radius: 8px;
  color: #645C5F;
  font-weight: 350;
  font-size: 14px;
}
.upload-photo-wrapper .box-upload i {
  margin-bottom: 10px;
  font-size: 24px;
  color: #978E91;
}

.text-under-upload {
  padding-top: 5px;
  font-weight: 350;
  font-size: 14px;
  color: #645C5F;
  line-height: 20px;
}

.input-with-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-with-select .select2-custom-field {
  width: 90px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.input-with-select input {
  border-radius: 8px 0 0 8px;
  border-right: 0;
}
.input-with-select .select2-custom-field select.form-control + .select2-container--default .select2-selection {
  border-radius: 0 8px 8px 0;
}

.h-title-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      justify-content: space-between;
      flex-direction: row;
          align-items: center;
}
.h-title-button h1 {
  width: 100%;
}
.h-title-button .button-light-bg {
  margin-left: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.filter-table-wrapper .filter-bottom {
  margin-bottom: -12px;
  padding: 12px 16px;
  border-top: 1px solid #EBE9E9;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.filter-table-wrapper .filter-bottom > * {
  width: calc(25% - 9px);
  margin-right: 12px;
  margin-bottom: 12px;
}
.filter-table-wrapper .filter-bottom > *:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 992px) {
  .filter-table-wrapper .filter-bottom > * {
    width: calc(50% - 6px);
  }
  .filter-table-wrapper .filter-bottom > *:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  .filter-table-wrapper .filter-bottom > * {
    width: 100%;
    margin-right: 0;
  }
}
.filter-table-wrapper.open .filter-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.filter-table-wrapper.open .check-filter-btn {
  background-color: #FFEBF4;
  color: #3C0029 !important;
}

.progress-wrapper-box {
  margin-bottom: 24px;
}
.progress-wrapper-box .progress-block {
  width: 100%;
  height: 24px;
  border-radius: 20px;
  border: 1px solid #C54697;
  overflow: hidden;
  background: #FCFCFC;
  position: relative;
}
.progress-wrapper-box .progress-block .progress-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #C54697;
}

.progress-text {
  padding-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.progress-text .progress-desktop {
  display: none;
}
@media (min-width: 768px) {
  .progress-text .progress-desktop {
    display: block;
  }
}

.alert-information {
  margin-bottom: 24px;
  padding: 12px 16px;
  background: #FFEBF4;
  border-radius: 8px;
}

.clipboard-copy-wr {
  border: 1px solid #EBE9E9;
  border-radius: 4px;
}
.clipboard-copy-wr .caption {
  padding: 8px 80px 8px 16px;
  border-bottom: 1px solid #EBE9E9;
  font-size: 14px;
}

.clipboard {
  display: block;
  min-height: initial;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.clipboard .text-clipboard {
  width: 100%;
  padding: 14px 16px;
  color: #645C5F;
  background: #F7F7F7;
  border-radius: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clipboard .copy-content-btn {
  top: -32px;
  right: 0;
  padding: 6px 12px;
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  border-radius: 4px;
  color: #645C5F;
  font-size: 14px;
  border: 0;
  cursor: pointer;
}
.clipboard .copy-content-btn:hover {
  background: #C54697;
  color: white;
}
.clipboard .copy-content-btn i {
  margin-right: 8px;
}

.btn-grey-ico {
  width: 44px;
  height: 44px;
  background: #F7F7F7;
  border-radius: 22px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  color: #342F31;
  border: 0;
}
.btn-grey-ico:hover {
  background-color: #C54697;
  color: white;
}
.btn-grey-ico.disabled {
  color: #978E91;
  background-color: white;
}

.link-brand-color {
  color: #C54697 !important;
}
.link-brand-color:hover {
  text-decoration: underline;
  color: #ab0d73;
}

.information-text-list {
  margin-bottom: 24px;
}
.information-text-list .one-line {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .information-text-list .one-line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.information-text-list .one-line:last-child {
  margin-bottom: 0;
}
.information-text-list .one-line .left-text {
  width: 320px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 20px;
  color: #645C5F;
}
@media (max-width: 767px) {
  .information-text-list .one-line .left-text {
    width: 100%;
    margin-bottom: 8px;
  }
}
.information-text-list .one-line .right-text {
  width: 100%;
  font-weight: 500;
}

.caption-with-button {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .caption-with-button {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.caption-with-button:last-child {
  margin-bottom: 0;
}
.caption-with-button .left-text {
  width: 100%;
  padding-right: 10px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .caption-with-button .left-text {
    margin-bottom: 10px;
    padding-right: 0;
  }
}
.caption-with-button .button-light-border {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
}
.caption-with-button .right-part {
  margin-left: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .caption-with-button .right-part {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
  }
}
.caption-with-button .right-part .grey-text {
  margin-right: 24px;
  padding: 10px 0;
}
.caption-with-button .text-price {
  color: #645C5F;
  font-weight: 300;
}

.radio-style-label {
  display: block;
  position: relative;
}
.radio-style-label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -2;
}
.radio-style-label input:checked + .radio-style-1 {
  background: #FFEBF4;
  border: 2px solid #FFD8EB;
}
.radio-style-label input:checked + .radio-style-1:before {
  border: 4px solid #C54697;
}
.radio-style-label input:checked + .radio-style-1:after {
  opacity: 1;
}

.wrapper-radio-list {
  position: relative;
}
.wrapper-radio-list .radio-style-label {
  margin-bottom: 8px;
}
.wrapper-radio-list .radio-style-label:last-child {
  margin-bottom: 0;
}

.radio-style-1 {
  margin-bottom: 8px;
  margin-left: 40px;
  padding: 16px;
  position: relative;
  display: block;
  cursor: pointer;
  border: 2px solid #FFEBF4;
  border-radius: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 767px) {
  .radio-style-1 {
    margin-left: 0;
  }
}
.radio-style-1:before {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: -40px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
  content: "";
  border: 2px solid #FFD8EB;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .radio-style-1:before {
    display: none;
  }
}
.radio-style-1:after {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #C54697;
  top: 50%;
  left: -33px;
  content: "";
  display: block;
  opacity: 0;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 767px) {
  .radio-style-1:after {
    display: none;
  }
}
.radio-style-1:last-child {
  margin-bottom: 0;
}
.radio-style-1 .title-name {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  display: block;
}
.radio-style-1 .bottom-line {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.radio-style-1 .bottom-line .author {
  margin-right: 15px;
  padding: 8px 0;
  color: #645C5F;
}
@media (max-width: 767px) {
  .radio-style-1 .bottom-line .author {
    width: 100%;
    margin-right: 0;
  }
}
.radio-style-1:hover {
  border: 2px solid #FFD8EB;
}

.radio-like-language {
  padding: 4px;
  background: #FFEBF4;
  border-radius: 48px;
}
.radio-like-language .one-radio {
  margin-bottom: 0;
  position: relative;
  color: black;
  cursor: pointer;
}
.radio-like-language .one-radio input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -2;
}
.radio-like-language .one-radio input:checked + span {
  background: #FFFFFF;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
.radio-like-language .one-radio span {
  height: 36px;
  padding: 6px 16px;
  border-radius: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.radio-like-language .one-radio span:hover {
  background: #FFFFFF;
}

.tags-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .tags-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.tags-wrapper .text-l {
  margin-right: 16px;
  font-size: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .tags-wrapper .text-l {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.tags-wrapper .input-tags {
  width: 100%;
}

.grey-text {
  font-size: 14px;
  color: #645C5F;
}

.QR-settings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 520px) {
  .QR-settings {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.QR-settings .box-photo {
  width: 80px;
  margin-right: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.QR-settings .text-wr {
  width: 100%;
}
@media (max-width: 520px) {
  .QR-settings .text-wr {
    margin-top: 15px;
  }
}
.QR-settings .text-wr .description {
  margin-bottom: 8px;
  color: #645C5F;
}

.search-field {
  width: 100%;
  margin-bottom: 24px;
  background: #FFFFFF;
  height: 60px;
  border-radius: 16px;
  position: relative;
}
.search-field i {
  position: absolute;
  left: 18px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 0;
  color: #978E91;
}
.search-field input {
  width: 100%;
  height: 100%;
  padding-left: 56px;
  font-size: 18px;
  position: relative;
  z-index: 2;
  padding-right: 20px;
  background-color: transparent;
  border: 1px solid #EBE9E9;
  border-radius: 16px;
}

.list-categories-marketplace {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr 8px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 8px;
}
@media (max-width: 992px) {
  .list-categories-marketplace {
    -ms-grid-columns: 1fr 8px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.list-categories-marketplace .one-item {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  border: 1px solid #EBE9E9;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .list-categories-marketplace .one-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.list-categories-marketplace .one-item .box-img {
  width: 56px;
  height: 56px;
  margin-right: 16px;
  background: #FFEBF4;
  border-radius: 56px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #620046;
  line-height: 0;
}
@media (max-width: 767px) {
  .list-categories-marketplace .one-item .box-img {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.list-categories-marketplace .one-item .box-img img {
  max-width: 22px;
}
.list-categories-marketplace .one-item .name {
  font-size: 18px;
  color: #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list-categories-marketplace .one-item:hover .name {
  color: #C54697;
}

.box-return-line {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .box-return-line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.box-return-line .category-m-name {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 18px;
}
.box-return-line .category-m-name .box-img {
  width: 60px;
  margin-left: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .box-return-line .category-m-name .name {
    display: none;
  }
}
.box-return-line .btn-dark-simple {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box-return-line .btn-dark-simple img {
  max-width: 24px;
  margin-right: 8px;
}

.btn-dark-simple {
  font-size: 18px;
  color: black;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-dark-simple:hover {
  color: #C54697;
}
.btn-dark-simple i {
  margin-right: 13px;
  font-size: 20px;
}

.list-market-companies {
  margin-bottom: 24px;
}
.list-market-companies .one-item {
  margin-bottom: 8px;
  padding: 24px;
  background: #FFFFFF;
  border: 1px solid #EBE9E9;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .list-market-companies .one-item {
    -ms-flex-wrap: wrap;
    padding: 32px 0;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fcfcfc;
}
@media (max-width: 992px) {
    .cabinet-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .cabinet-wrapper .cabinet-sidebar {
        width: 100%;
        padding: 0 24px 30px;
    }
    .cabinet-wrapper .cabinet-sidebar .profile-menu-mobile-btn {
        background: #fcfcfc;
        border: 1px solid #ebe9e9;
        border-radius: 24px;
    }
}
.cabinet-wrapper a {
    color: black;
}
.cabinet-wrapper a,
.cabinet-wrapper button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    outline: none;
}
.cabinet-wrapper .cabinet-info {
    width: 100%;
    padding: 0 32px;
}
@media (max-width: 992px) {
    .cabinet-wrapper .cabinet-info {
        padding: 0 24px;
    }
}
.cabinet-wrapper .cabinet-info h1 {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 21px;
  line-height: 37px;
}
.cabinet-wrapper .form-checkfancy .icon {
    width: 40px;
    height: 22px;
    border-radius: 24px;
}
.cabinet-wrapper .form-checkfancy .icon:after {
    width: 18px;
    height: 18px;
    left: 2px;
    top: 2px;
}
.cabinet-wrapper .form-checkfancy input:checked ~ .icon {
    background: #c54697;
}
.cabinet-wrapper .form-checkfancy input:checked ~ .icon:after {
    -webkit-transform: translateX(18px);
    transform: translateX(18px);
}
.cabinet-wrapper h2 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
}
.cabinet-wrapper .under-h2 {
    margin-bottom: 16px;
    color: #645c5f;
    font-weight: 300;
    line-height: 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cabinet-wrapper .under-h2 i {
    margin-right: 5px;
    color: black;
}
.cabinet-wrapper .under-h2:last-child {
    margin-bottom: 0;
}
.cabinet-wrapper input {
    outline: none;
}
.cabinet-wrapper textarea {
    outline: none;
}
.cabinet-wrapper hr {
    margin-bottom: 24px;
    border-top: 0;
    border-bottom-color: #ebe9e9;
}
.cabinet-wrapper .form-checkfancy .icon {
    background-color: #ffd8eb;
}
.cabinet-wrapper .dataTables_processing {
    display: none !important;
}
.cabinet-wrapper .box-contact span {
    font-size: 14px;
    display: block;
}
.cabinet-wrapper .form-checkbox {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cabinet-wrapper .form-checkbox .text {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #645c5f;
}
.cabinet-wrapper .form-checkbox .text:hover {
    color: black;
    cursor: pointer;
}
.cabinet-wrapper .form-checkbox .text:before {
    border: 2px solid #ffd8eb;
}
.cabinet-wrapper
    select.form-control
    + .select2-container--default
    .select2-selection__rendered
    .select2-selection__placeholder {
    font-weight: 400;
    color: #978e91;
}
.cabinet-wrapper .link-to-page-table {
    color: #978e91;
    font-size: 18px;
}
.cabinet-wrapper .link-to-page-table:hover {
    color: #c54697;
}
.cabinet-wrapper input:disabled {
    border: 1px solid #ebe9e9;
    background: #f7f7f7;
}
.cabinet-wrapper .tagify {
    height: initial;
    border: 1px solid #ebe9e9 !important;
    border-radius: 8px;
}
.cabinet-wrapper .tagify .tagify__tag {
    margin: 8px 0 8px 8px;
}
.cabinet-wrapper .tagify .tagify__tag > div {
    color: #342f31;
    font-size: 14px;
}
.cabinet-wrapper .tagify .tagify__tag > div::before {
    background: #f7f7f7;
    border-radius: 32px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.cabinet-wrapper .tagify .tagify__tag__removeBtn {
    line-height: 1;
}
.cabinet-wrapper .tagify .tagify__tag__removeBtn:hover {
    color: #c54697;
    background: transparent;
}
.cabinet-wrapper .tagify .tagify__tag__removeBtn:hover + div::before {
    background: #f7f7f8;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.cabinet-wrapper .tagify .tagify__tag__removeBtn:hover + div > span {
    opacity: 1;
}

.page-header > .container-cabinet {
    width: 100%;
    height: 72px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cabinet-sidebar {
    width: 235px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.cabinet-sidebar .top-menu li.active a {
    background-color: #ffd8eb;
    color: #620046;
}
.cabinet-sidebar .top-menu li.active a i {
    color: #620046;
}
.cabinet-sidebar .bottom-menu {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #ebe9e9;
}
@media (max-width: 992px) {
    .cabinet-sidebar .bottom-menu {
        margin-top: 0;
        padding-top: 0;
    }
}
.cabinet-sidebar li a {
    padding: 8px 15px 8px 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    border-radius: 0 24px 24px 0;
}
@media (max-width: 992px) {
    .cabinet-sidebar li a {
        padding: 8px 15px;
    }
}
.cabinet-sidebar li a i {
    font-size: 18px;
}
.cabinet-sidebar li a:hover {
    background-color: #ffd8eb;
    color: #620046;
}
.cabinet-sidebar li a:hover i {
    color: #620046;
}
.cabinet-sidebar li a i {
    width: 18px;
    margin-right: 15px;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: black;
}

.tabs-like-cabinet .wrapper-tab-header,
.tabs-like-cabinet .wrapper-tab-header2,
.tabs-like-cabinet2 .wrapper-tab-header,
.tabs-like-cabinet2 .wrapper-tab-header2 {
    margin-bottom: 24px;
    height: 44px;
    position: relative;
    background-color: #ffebf4;
    border-radius: 48px;
    overflow: hidden;
}
.tabs-like-cabinet .tab-header,
.tabs-like-cabinet .tab-header2,
.tabs-like-cabinet2 .tab-header,
.tabs-like-cabinet2 .tab-header2 {
    padding: 4px 4px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
}
.tabs-like-cabinet .tab-header li,
.tabs-like-cabinet .tab-header2 li,
.tabs-like-cabinet2 .tab-header li,
.tabs-like-cabinet2 .tab-header2 li {
    margin-right: 2px;
}
.tabs-like-cabinet .tab-header li:last-child,
.tabs-like-cabinet .tab-header2 li:last-child,
.tabs-like-cabinet2 .tab-header li:last-child,
.tabs-like-cabinet2 .tab-header2 li:last-child {
    margin-right: 0;
}
.tabs-like-cabinet .tab-header li a,
.tabs-like-cabinet .tab-header2 li a,
.tabs-like-cabinet2 .tab-header li a,
.tabs-like-cabinet2 .tab-header2 li a {
    height: 36px;
    padding: 5px 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    border-radius: 40px;
}
.tabs-like-cabinet .tab-header li a:hover,
.tabs-like-cabinet .tab-header2 li a:hover,
.tabs-like-cabinet2 .tab-header li a:hover,
.tabs-like-cabinet2 .tab-header2 li a:hover {
    background: rgba(255, 255, 255, 0.7);
}
.tabs-like-cabinet .tab-header li.active a,
.tabs-like-cabinet .tab-header li.open a,
.tabs-like-cabinet .tab-header2 li.active a,
.tabs-like-cabinet .tab-header2 li.open a,
.tabs-like-cabinet2 .tab-header li.active a,
.tabs-like-cabinet2 .tab-header li.open a,
.tabs-like-cabinet2 .tab-header2 li.active a,
.tabs-like-cabinet2 .tab-header2 li.open a {
    background: #ffffff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
.tabs-like-cabinet .tab-content,
.tabs-like-cabinet .tab-content2,
.tabs-like-cabinet2 .tab-content,
.tabs-like-cabinet2 .tab-content2 {
    display: none;
    overflow: initial;
}
.tabs-like-cabinet .tab-content.active,
.tabs-like-cabinet .tab-content.open,
.tabs-like-cabinet .tab-content2.active,
.tabs-like-cabinet .tab-content2.open,
.tabs-like-cabinet2 .tab-content.active,
.tabs-like-cabinet2 .tab-content.open,
.tabs-like-cabinet2 .tab-content2.active,
.tabs-like-cabinet2 .tab-content2.open {
    display: block;
}

.date-chart-statistic {
    margin-bottom: 8px;
    padding: 24px;
    border: 1px solid #ebe9e9;
    border-radius: 9px;
    background: #ffffff;
}
.date-chart-statistic .top-line {
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
@media (max-width: 992px) {
    .date-chart-statistic .top-line {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.date-chart-statistic .top-line .range-datepicker-style,
.date-chart-statistic .top-line .select2-custom-field {
    margin-left: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 992px) {
    .date-chart-statistic .top-line .range-datepicker-style,
    .date-chart-statistic .top-line .select2-custom-field {
        margin-left: 0;
    }
}
.date-chart-statistic .name-box {
    width: 100%;
    font-size: 18px;
}
@media (max-width: 992px) {
    .date-chart-statistic .name-box {
        width: 100%;
        margin-bottom: 16px;
    }
}
.date-chart-statistic .bottom-line .number {
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 36px;
}
@media (max-width: 767px) {
    .date-chart-statistic .bottom-line .number {
        font-size: 24px;
    }
}
.date-chart-statistic .statistic-results {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    font-size: 14px;
}
.date-chart-statistic .statistic-results .text-time {
    padding-left: 8px;
    color: #645c5f;
}
@media (max-width: 767px) {
    .date-chart-statistic .statistic-results .text-time {
        display: none;
    }
}
.date-chart-statistic .statistic-results .text-time:nth-child(1) {
    padding-left: 0;
}
.date-chart-statistic .statistic-goal2 {
    margin-left: 8px;
}
.date-chart-statistic .count-user {
    font-size: 14px;
    color: #645c5f;
}
.date-chart-statistic.style2 .bottom-line .number {
    margin-bottom: 4px;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 992px) {
    .date-chart-statistic .range-datepicker-style,
    .date-chart-statistic .select2-custom-field {
        width: 49%;
    }
}
@media (max-width: 767px) {
    .date-chart-statistic .range-datepicker-style,
    .date-chart-statistic .select2-custom-field {
        width: 100%;
    }
    .date-chart-statistic .select2-custom-field {
        margin-top: 8px;
    }
}

.table-information-cab {
    margin-bottom: 8px;
    border: 1px solid #ebe9e9;
    border-radius: 8px;
    background-color: white;
}
.table-information-cab.clean-style {
    padding: 0;
    border: 0;
    background-color: transparent;
}
.table-information-cab.clean-style .caption-filter-table {
    padding: 0 0 32px;
}
@media (max-width: 767px) {
    .table-information-cab.clean-style .caption-filter-table {
        padding-bottom: 24px;
    }
    .table-information-cab.clean-style .caption-filter-table > * {
        width: 100%;
        margin-bottom: 16px;
    }
    .table-information-cab.clean-style .caption-filter-table > *:last-child {
        margin-bottom: 0;
    }
    .table-information-cab.clean-style
        .caption-filter-table
        .button-light-border,
    .table-information-cab.clean-style .caption-filter-table .button-light-bg {
        width: 100%;
    }
}
.table-information-cab:last-child {
    margin-bottom: 0;
}
.table-information-cab .caption-filter-table {
    padding: 12px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .table-information-cab .caption-filter-table {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.table-information-cab .caption-filter-table .name-filter {
    font-size: 18px;
    color: black;
}
.table-information-cab .caption-filter-table .input-style-2,
.table-information-cab .caption-filter-table .select2-custom-field {
    max-width: 235px;
    width: 100%;
}
.table-information-cab .table-custom-style:nth-child(1) thead th {
    border-top: 0;
}
.table-information-cab .table-custom-style:nth-child(1) thead th:nth-child(1) {
    border-radius: 8px 0 0 0;
}
.table-information-cab
    .table-custom-style:nth-child(1)
    thead
    th:nth-last-child(2),
.table-information-cab .table-custom-style:nth-child(1) thead th:last-child {
    border-radius: 0 8px 0 0;
}

.button-light-border {
    padding: 6px 24px;
    height: 36px;
    color: #620046 !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: white;
    border: 2px solid #ffebf4;
    border-radius: 22px;
    cursor: pointer;
}
.button-light-border i {
    font-size: 20px;
}
.button-light-border i.left-ico {
    margin-right: 8px;
    font-size: 16px;
}
.button-light-border i.right-ico {
    margin-left: 8px;
    font-size: 16px;
}
.button-light-border:hover {
    background: #ffebf4;
}
.button-light-border:disabled,
.button-light-border[disabled],
.button-light-border.disabled {
    background: #ffd8eb !important;
    border: 2px solid #ffd8eb;
    color: white !important;
}
.button-light-border.small {
    height: 28px;
    padding: 4px 16px;
    font-size: 14px;
}
.button-light-border.small i {
    font-size: 16px;
}
.button-light-border .ml {
    margin-left: 10px;
}
.button-light-border .mr {
    margin-right: 10px;
}
.button-light-border.size-2 {
    width: 100%;
    height: 44px;
    max-width: 300px;
    font-size: 18px;
}

.button-light-bg {
    padding: 6px 24px;
    height: 36px;
    color: white !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    border: 0;
    background: #c54697;
    border-radius: 22px;
}
.button-light-bg.height-44 {
    height: 44px;
}
.button-light-bg.disabled,
.button-light-bg:disabled {
    background: #ffd8eb !important;
    cursor: default;
}
.button-light-bg:hover {
    background: #a52b7c;
}
.button-light-bg.big {
    width: 100%;
    height: 44px;
    font-size: 18px;
}
.button-light-bg i {
    font-size: 20px;
}
.button-light-bg i.left-ico {
    margin-right: 8px;
    font-size: 16px;
}
.button-light-bg i.right-ico {
    margin-left: 8px;
    font-size: 16px;
}
.button-light-bg.size-2 {
    width: 100%;
    height: 44px;
    max-width: 300px;
    font-size: 18px;
}

.input-style-2 {
    width: 100%;
    height: 36px;
    padding-left: 12px;
    padding-right: 12px;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid #ebe9e9;
    border-radius: 8px;
    outline: none;
}
.input-style-2:focus {
    border: 1px solid #bbb8b8;
}

.select2-container {
    font-size: 14px;
}

.select2-custom-field
    select.form-control
    + .select2-container--default
    .select2-selection {
    height: 36px;
    border: 1px solid #ebe9e9;
    border-radius: 8px;
}
.select2-custom-field
    select.form-control
    + .select2-container--default
    .select2-selection__rendered {
    line-height: 34px;
    font-size: 14px;
}
.select2-custom-field
    select.form-control
    + .select2-container--default
    .select2-selection__arrow {
    height: 34px;
}
.select2-custom-field
    select.form-control
    + .select2-container--default
    .select2-selection__arrow:before {
    font-size: 10px;
    color: #645c5f;
}
.select2-custom-field.height-40
    select.form-control
    + .select2-container--default
    .select2-selection {
    height: 40px;
}
.select2-custom-field.height-40
    select.form-control
    + .select2-container--default
    .select2-selection__rendered {
    line-height: 38px;
}
.select2-custom-field.height-40
    select.form-control
    + .select2-container--default
    .select2-selection__arrow {
    height: 38px;
}

.placeholderDark::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000000;
    font-weight: 400;
}

.placeholderDark::-moz-placeholder {
    /* Firefox 19+ */
    color: #000000;
    font-weight: 400;
}

.placeholderDark:-ms-input-placeholder {
    /* IE 10+ */
    font-weight: 400;
    color: #000000;
}

.placeholderDark:-moz-placeholder {
    /* Firefox 18- */
    color: #000000;
    font-weight: 400;
}

.range-datepicker-style {
    position: relative;
}
@media (max-width: 992px) {
    .range-datepicker-style {
        width: 100%;
    }
    .range-datepicker-style input {
        width: 100% !important;
    }
}
.range-datepicker-style .ico-calendar {
    left: 15px;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 15px;
    color: black;
}
.range-datepicker-style input {
    cursor: pointer;
}
.range-datepicker-style .ico-chevron-down {
    right: 15px;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 18px;
    color: black;
}
.range-datepicker-style .air-datepicker {
    width: 220px;
    height: 36px;
    background: transparent;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    font-size: 14px;
    z-index: 2;
    border: 1px solid #ebe9e9;
    border-radius: 8px;
}
.range-datepicker-style .air-datepicker.full {
    width: 100%;
}
.range-datepicker-style.height-40 .air-datepicker {
    height: 40px;
}

.datepicker-style {
    position: relative;
}
@media (max-width: 992px) {
    .datepicker-style {
        width: 100%;
    }
    .datepicker-style input {
        width: 100% !important;
    }
}
.datepicker-style .ico-calendar {
    right: 15px;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 15px;
    color: #978e91;
}
.datepicker-style input {
    cursor: pointer;
}
.datepicker-style .ico-chevron-down {
    right: 15px;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 18px;
    color: black;
}
.datepicker-style .air-datepicker {
    width: 220px;
    height: 36px;
    background: transparent;
    padding-left: 16px;
    padding-right: 40px;
    position: relative;
    font-size: 14px;
    z-index: 2;
    border: 1px solid #ebe9e9;
    border-radius: 8px;
}
.datepicker-style .air-datepicker.full {
    width: 100%;
}
.datepicker-style.height-40 .air-datepicker {
    height: 40px;
}

.time-input {
    position: relative;
    width: 100%;
}
.time-input input {
    width: 100% !important;
    cursor: pointer;
}
.time-input .ico-clock {
    right: 15px;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 18px;
    color: #978e91;
}
.time-input .air-datepicker {
    width: 100%;
    height: 40px;
    background: transparent;
    padding-left: 16px;
    padding-right: 40px;
    position: relative;
    font-size: 16px;
    z-index: 2;
    border: 1px solid #ebe9e9;
    border-radius: 8px;
}
.time-input .air-datepicker.full {
    width: 100%;
}

.table-custom-style .dataTable {
    width: 100%;
}
.table-custom-style td,
.table-custom-style th {
    padding: 12px 16px;
}
.table-custom-style thead th {
    background: #f7f7f7;
    border-bottom: 1px solid #ebe9e9;
    color: #645c5f;
    font-size: 14px;
    border-top: 1px solid #ebe9e9;
}
.table-custom-style tbody > * {
    border-bottom: 1px solid #ebe9e9;
}
.table-custom-style td {
    font-size: 16px;
    color: #000000;
}
.table-custom-style td.child {
    background: #fcfcfc;
}
.table-custom-style thead th {
    position: relative;
}
.table-custom-style thead th.sorting,
.table-custom-style thead th.sorting_desc,
.table-custom-style thead th.sorting_asc {
    cursor: pointer;
}
.table-custom-style thead th.sorting:after,
.table-custom-style thead th.sorting_desc:after,
.table-custom-style thead th.sorting_asc:after {
    display: inline-block;
    margin-left: 5px;
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 16px;
    vertical-align: bottom;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.table-custom-style thead th.sorting:after {
    content: "\e96d";
    color: rgba(100, 92, 95, 0.4);
}
.table-custom-style thead th.sorting_desc:after {
    content: "\e96d";
    color: #645c5f;
}
.table-custom-style thead th.sorting_asc:after {
    content: "\e96f";
    color: #645c5f;
}
.table-custom-style .dataTables_paginate {
    padding: 20px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.table-custom-style .dataTables_paginate > .paginate_button {
    text-indent: -9999px;
    white-space: nowrap;
}
.table-custom-style .dataTables_paginate .paginate_button {
    width: 32px;
    height: 32px;
    margin: 0 3px;
    border: 2px solid #ffebf4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 22px;
    color: black;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.table-custom-style .dataTables_paginate .paginate_button:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    font-family: "icomoon" !important;
    speak: never;
    text-indent: 1px;
    color: #620046;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.table-custom-style .dataTables_paginate .paginate_button.previous:before {
    margin-left: -1px;
    content: "\e907";
}
.table-custom-style .dataTables_paginate .paginate_button.next:before {
    content: "\e906";
}
.table-custom-style .dataTables_paginate .paginate_button:hover {
    background-color: #ffebf4;
}
.table-custom-style .dataTables_paginate .paginate_button.current {
    background-color: #ffebf4;
}
.table-custom-style .dataTables_paginate .paginate_button.disabled {
    display: none;
}
.table-custom-style table.dataTable > tbody > tr.child ul.dtr-details {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}
.table-custom-style table.dataTable > tbody > tr.child ul.dtr-details li {
    margin-bottom: 24px;
    padding: 0;
    border-bottom: 0;
}
.table-custom-style
    table.dataTable
    > tbody
    > tr.child
    ul.dtr-details
    li:last-child {
    margin-bottom: 0;
}
.table-custom-style table.dataTable > tbody > tr.child span.dtr-title {
    margin-bottom: 8px;
    font-weight: 400;
    display: block;
    color: #645c5f;
}
.table-custom-style
    table.dataTable.dtr-column
    > tbody
    > tr
    > td.dtr-control:before,
.table-custom-style
    table.dataTable.dtr-column
    > tbody
    > tr
    > th.dtr-control:before,
.table-custom-style table.dataTable.dtr-column > tbody > tr > td.control:before,
.table-custom-style
    table.dataTable.dtr-column
    > tbody
    > tr
    > th.control:before {
    margin-left: 20px;
}
.table-custom-style tbody .dtr-control:before {
    display: none !important;
}
.table-custom-style tbody .dtr-control:after {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e915";
    font-size: 14px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #978e91;
    position: relative;
    display: inline-block;
}

.drop-table-buttons {
    height: 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #978e91;
    font-size: 15px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.drop-table-buttons .drop-bl {
  width: 160px;
  z-index: 10000;
  top: auto;
  bottom: 30px;
  padding: 5px 0;
  position: absolute;
  display: none;
  background: white;
  border: 1px solid #F7F7F7;
  -webkit-box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
          box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
.drop-table-buttons .drop-bl > * {
    padding: 8px 16px;
    display: block;
    color: #645c5f;
}
.drop-table-buttons .drop-bl > *:hover {
    color: black;
}
.drop-table-buttons.active .drop-bl {
    display: block;
}
.drop-table-buttons .head {
    cursor: pointer;
    line-height: 0;
}
.drop-table-buttons .head:hover {
    color: black;
}

.status-table-cab {
    padding: 4px 12px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    border-radius: 40px;
}
.status-table-cab.status1 {
    background: rgba(59, 172, 91, 0.16);
    color: #3bac5b;
}
.status-table-cab.status2 {
    background: rgba(232, 196, 128, 0.25);
    color: #e39d1a;
}
.status-table-cab.status3 {
    background: #ffebf4;
    color: #e5609a;
}

.box-content-border {
    margin-bottom: 8px;
    padding: 24px;
    background: #ffffff;
    border: 1px solid #ebe9e9;
    border-radius: 16px;
}
.box-content-border:last-child {
    margin-bottom: 0;
}

.form-checkfancy {
    position: relative;
}
.form-checkfancy .icon:last-child {
    margin-right: 0;
}

.check-with-text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #645c5f;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.check-with-text .left-text {
    margin-right: 8px;
}
.check-with-text .right-text {
    margin-left: 8px;
}

.checkbox-line-style-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .checkbox-line-style-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.checkbox-line-style-1 .text-left {
    font-size: 18px;
}
@media (max-width: 767px) {
    .checkbox-line-style-1 .text-left {
        width: 100%;
        margin-bottom: 15px;
    }
}
.checkbox-line-style-1 .button-light-border {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: nowrap;
}

.box-settings-column-2 {
    margin-bottom: 24px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px 24px;
}
@media (max-width: 767px) {
    .box-settings-column-2 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
.box-settings-column-2 > * {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
.box-settings-column-2:last-child {
    margin-bottom: 0;
}

.box-settings-column-3 {
    margin-bottom: 24px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 16px;
}
@media (max-width: 992px) {
    .box-settings-column-3 {
        -ms-grid-columns: 1fr 16px 1fr;
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 600px) {
    .box-settings-column-3 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
.box-settings-column-3 > * {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
.box-settings-column-3:last-child {
    margin-bottom: 0;
}

.input-custom-wrapper {
    position: relative;
}
.input-custom-wrapper .caption {
    margin-bottom: 4px;
    color: #645c5f;
}
.input-custom-wrapper input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    background: #ffffff;
    border: 1px solid #ebe9e9;
    border-radius: 8px;
    outline: none;
}
.input-custom-wrapper input:focus {
    border: 1px solid #c7c6c6;
}
.input-custom-wrapper .style-ico-left {
    position: relative;
}
.input-custom-wrapper .style-ico-left input {
    padding-left: 40px;
    position: relative;
    z-index: 1;
    background-color: transparent;
}
.input-custom-wrapper .style-ico-left img {
    width: 16px;
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.form-component .caption {
    margin-bottom: 4px;
    color: #645c5f;
}

.textarea-custom-wrapper {
    margin-bottom: 24px;
}
.textarea-custom-wrapper:last-child {
    margin-bottom: 0;
}
.textarea-custom-wrapper .caption {
    margin-bottom: 4px;
    color: #645c5f;
}
.textarea-custom-wrapper textarea {
    width: 100%;
    height: 88px;
    padding: 15px;
    background: #ffffff;
    border: 1px solid #ebe9e9;
    border-radius: 8px;
    outline: none;
    resize: none;
}
.textarea-custom-wrapper textarea:focus {
    border: 1px solid #c7c6c6;
}

.button-list-st-1 {
    margin-bottom: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .button-list-st-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.button-list-st-1 > * {
    min-width: 202px;
    height: 44px;
    margin-bottom: 10px;
    margin-right: 16px;
    font-size: 18px;
}
@media (max-width: 767px) {
    .button-list-st-1 > * {
        width: 100%;
        margin-bottom: 16px;
        margin-right: 0;
    }
    .button-list-st-1 > *:last-child {
        margin-bottom: 0;
    }
}
.button-list-st-1 > *:last-child {
    margin-right: 0;
}

.wrapper-list-bord > * {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #ebe9e9;
}
.wrapper-list-bord > *:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.box-ico-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
}
.box-ico-text .ico-wr {
    width: 44px;
    height: 44px;
    margin-right: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    background: #ffebf4;
    border-radius: 50%;
    color: #620046;
}
.box-ico-text .ico-wr .ico-mail {
    font-size: 22px;
}
.box-ico-text .ico-wr2 {
    width: 44px;
    height: 44px;
    margin-right: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    background: #f7f7f7;
    border-radius: 50%;
    color: #620046;
}
.box-ico-text .ico-wr2 .ico-mail {
    font-size: 22px;
}
.box-ico-text .button-light-border {
    margin-left: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.checkbox-line-style-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .checkbox-line-style-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .checkbox-line-style-2.right-mobile {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
.checkbox-line-style-2 .left-part {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .checkbox-line-style-2 .left-part {
        margin-bottom: 15px;
    }
}
.checkbox-line-style-2 .title {
    margin-bottom: 4px;
    font-size: 14px;
    color: #645c5f;
}
.checkbox-line-style-2 .right-part {
    margin-left: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .checkbox-line-style-2 .right-part {
        width: 100%;
        margin-left: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
.checkbox-line-style-2 .right-part .text-ch {
    margin-right: 8px;
    color: #645c5f;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.checkbox-line-style-2 .check-with-text {
    margin-left: 16px;
}
.checkbox-line-style-2 .button-light-border {
    margin-left: 16px;
}
.checkbox-line-style-2 .new-price {
    padding: 2px 0;
    color: #c54697;
    font-size: 14px;
    font-weight: 400;
}
.checkbox-line-style-2 .under-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.checkbox-line-style-2 .under-title span {
    margin-right: 8px;
}

.input-file-box {
    position: relative;
    overflow: hidden;
}
.input-file-box input {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
    opacity: 0.2;
    text-indent: 1000000px;
}

.add-file-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .add-file-field {
        display: block;
    }
}
.add-file-field .add-file-wr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .add-file-field .add-file-wr {
        margin-bottom: 20px;
        display: block;
    }
}
.add-file-field .add-file-wr .box-photo {
    width: 120px;
    height: 90px;
    margin-right: 16px;
    overflow: hidden;
    background: #f7f7f7;
    border: 1px solid #ebe9e9;
    border-radius: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 767px) {
    .add-file-field .add-file-wr .box-photo {
        width: 100%;
        max-width: 260px;
        height: 160px;
        margin-right: 0;
        margin-bottom: 16px;
    }
}
.add-file-field .add-file-wr .box-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.add-file-field .add-file-wr .box-photo i {
    font-size: 20px;
    color: #978e91;
}
.add-file-field .add-file-wr .text-wr {
    width: 100%;
}
.add-file-field .add-file-wr .title {
    margin-bottom: 4px;
    font-size: 18px;
}
.add-file-field .add-file-wr .under-title {
    color: #645c5f;
    font-size: 14px;
    line-height: 20px;
}
.add-file-field .input-file-box {
    margin-left: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 767px) {
    .add-file-field .input-file-box {
        margin-left: 0;
    }
}

.danger-style-btn {
    color: #dd3730 !important;
    font-size: 18px;
}
.danger-style-btn:hover {
    color: #d2120a !important;
}

.line-photo-business {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .line-photo-business {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.line-photo-business .left-part {
    width: 100%;
}
@media (max-width: 767px) {
    .line-photo-business .left-part {
        width: initial;
    }
}
.line-photo-business .box-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f7f7f7;
    border: 1px solid #ebe9e9;
}
.line-photo-business .box-img i {
    font-size: 20px;
    color: #978e91;
}
.line-photo-business .box-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.line-photo-business .input-file-box,
.line-photo-business .danger-style-btn {
    margin-left: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 767px) {
    .line-photo-business .input-file-box,
    .line-photo-business .danger-style-btn {
        margin-left: 0;
        margin-top: 16px;
    }
}

.box-hotel-table {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.box-hotel-table .title {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 500;
}
.box-hotel-table .box-bottom ul {
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    display: -ms-grid;
    display: grid;
    grid-gap: 16px;
}
.box-hotel-table .box-bottom ul li {
    padding-left: 24px;
    position: relative;
}
.box-hotel-table .box-bottom ul li:before {
    position: absolute;
    top: 1px;
    left: 0;
    content: "\e946";
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.box-hotel-table .box-top {
    margin-bottom: 24px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 24px;
}
.box-hotel-table .one-item .caption {
    margin-bottom: 8px;
    color: #645c5f;
}

.table-custom-style tbody .shown .dtr-control:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.column-box-2 {
    margin-bottom: 8px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 8px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 8px;
}
.column-box-2:last-child {
    margin-bottom: 0;
}
.column-box-2.gap-16 {
    grid-gap: 16px;
}
@media (max-width: 1400px) {
    .column-box-2.big-table-one-column {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
@media (max-width: 767px) {
    .column-box-2 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 0;
    }
}

.mb-16 {
    margin-bottom: 16px !important;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-32 {
    margin-bottom: 32px;
}

.form-field-wrapper .caption {
    margin-bottom: 4px;
    color: #645c5f;
}

.time-input {
    position: relative;
}

.time-range-dropdown {
    position: absolute;
    top: 42px;
    left: 0;
    right: 0;
    display: none;
    padding: 5px;
    z-index: 2;
    border: 1px solid #ebe9e9;
    border-radius: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: white;
}
.time-range-dropdown .one-range {
    width: 49%;
}
.time-range-dropdown .buttons-line {
    width: 100%;
    margin-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.time-range-dropdown .buttons-line .button-light-bg {
    width: 70%;
}
.time-range-dropdown .buttons-line .close-time-range {
    width: 27%;
}

.time-range-wrapper.open .time-range-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.select2-custom-field.height40
    select.form-control
    + .select2-container--default
    .select2-selection {
    height: 40px;
}
.select2-custom-field.height40
    select.form-control
    + .select2-container--default
    .select2-selection__rendered {
    line-height: 38px;
}
.select2-custom-field.height40
    select.form-control
    + .select2-container--default
    .select2-selection__arrow {
    height: 38px;
}

.box-translates {
    margin-bottom: 16px;
}
.box-translates:last-child {
    margin-bottom: 0;
}
.box-translates .title {
    margin-bottom: 4px;
}
.box-translates textarea {
    width: 100%;
    height: 120px;
    resize: none;
    background: #ffffff;
    border: 1px solid #ebe9e9;
    border-radius: 8px;
    padding: 15px;
}
.box-translates textarea:focus {
    border: 1px solid #cccccc;
}

.tab-translate-head {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
}
.tab-translate-head a {
    width: 30px;
    height: 24px;
    margin-right: 4px;
    padding: 4px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #ebe9e9;
    font-size: 12px;
    border-radius: 12px;
}
.tab-translate-head a.active,
.tab-translate-head a:hover {
    background: #c54697;
    border: 1px solid #c54697;
    color: white;
}
.tab-translate-head a:last-child {
    margin-right: 0;
}

.box-tab-translate {
    display: none;
}
.box-tab-translate.active {
    display: block;
}

.min-200 {
    min-width: 200px;
}

.title-style-1 {
    margin-bottom: 14px;
    line-height: 28px;
    font-size: 18px;
}

.map-height {
    height: 520px;
    margin-bottom: 24px;
    border-radius: 8px;
    overflow: hidden;
}
@media (max-width: 992px) {
    .map-height {
        height: 400px;
    }
}
@media (max-width: 767px) {
    .map-height {
        height: 300px;
    }
}

.statistic-goal {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.statistic-goal i {
    margin-right: 5px;
    font-size: 17px;
}
.statistic-goal.down {
    color: #b42318;
}
.statistic-goal.up {
    color: #08ad08;
}
.statistic-goal.up i {
    color: #000000;
}

.statistic-goal2 {
    height: 22px;
    padding: 4px 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    border-radius: 22px;
}
.statistic-goal2 i {
    margin-right: 5px;
}
.statistic-goal2.down {
    background: rgba(180, 35, 24, 0.08);
}
.statistic-goal2.up {
    color: #027a48;
    background: rgba(2, 122, 72, 0.08);
}

.date-statistic-3 .top-line {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media (max-width: 767px) {
    .date-statistic-3 .top-line {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.date-statistic-3 .top-line .left-part {
    width: 100%;
}
.date-statistic-3 .top-line .select2-custom-field {
    margin-left: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 767px) {
    .date-statistic-3 .top-line .select2-custom-field {
        width: 100%;
        margin-top: 8px;
        margin-left: 0;
    }
}
.date-statistic-3 .top-line .tab-header2 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.date-statistic-3 .bottom-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.date-statistic-3 .bottom-line .number {
    margin-right: 16px;
    padding-right: 16px;
    position: relative;
    color: #101828;
    font-weight: 500;
    font-size: 36px;
}
@media (max-width: 767px) {
    .date-statistic-3 .bottom-line .number {
        font-size: 30px;
    }
    
}
.date-statistic-3 .bottom-line .number:after {
    width: 2px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -12px;
    content: "";
    display: block;
    background-color: #cec8ca;
    border-radius: 2px;
}
.date-statistic-3 .bottom-line .rating {
    color: #027a48;
    font-size: 14px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.date-statistic-3 .bottom-line .rating i {
    margin-right: 8px;
}
.date-statistic-3 .bottom-line .rating.down {
    color: #b42318;
}

.checkbox-big-activity .box-check-body {
    margin-top: 24px;
}
.checkbox-big-activity.disable {
    color: #978e91;
}
.checkbox-big-activity.disable .box-check-body {
    display: none;
}
.checkbox-big-activity.disable .title {
    color: #978e91;
}
.checkbox-big-activity.disable .new-price {
    color: #978e91;
}

.modal-backdrop.show {
    opacity: 1;
    background: rgba(0, 0, 0, 0.32);
}

.modal-cabinet .box-settings-column-2 {
    grid-gap: 16px;
}
.modal-cabinet .btn.close {
    padding: 15px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 0;
    color: #978e91;
}
.modal-cabinet .btn.close i {
    padding-right: 0;
    font-size: 14px;
}
.modal-cabinet .modal-dialog {
    max-width: 480px;
}
.modal-cabinet .modal-dialog.big {
    max-width: 800px;
}
.modal-cabinet .modal-title-custom {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 500;
}
.modal-cabinet .modal-content {
    -webkit-box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
}
.modal-cabinet .modal-content .modal-body {
    padding: 16px;
}
.modal-cabinet .datepicker-style .air-datepicker {
    width: 100%;
}

.radius-and-border {
    border-radius: 8px;
    border: 1px solid #ebe9e9;
}

.add-new-component .box-content-border {
    margin-bottom: 24px;
    padding: 0 0 24px;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #ebe9e9;
}
.add-new-component > * {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #ebe9e9;
}
.add-new-component > *:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.add-new-component .without-add-new-style {
    padding-bottom: 0;
    border-bottom: 0;
}

.upload-photo-wrapper {
    width: 160px;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.upload-photo-wrapper .delete-photo {
    width: 24px;
    height: 24px;
    top: 4px;
    right: 4px;
    z-index: 2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    background: #ffffff;
    border-radius: 8px;
    color: #978e91;
    font-size: 10px;
    display: none;
}
.upload-photo-wrapper .delete-photo:hover {
    background: #c54697;
    color: white;
}
.upload-photo-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.upload-photo-wrapper input {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-indent: 1000px;
    cursor: pointer;
}
.upload-photo-wrapper.active .delete-photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.upload-photo-wrapper.active .box-upload {
    display: none;
}
.upload-photo-wrapper .box-upload {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #ebe9e9;
    border-radius: 8px;
    color: #645c5f;
    font-weight: 350;
    font-size: 14px;
}
.upload-photo-wrapper .box-upload i {
    margin-bottom: 10px;
    font-size: 24px;
    color: #978e91;
}

.text-under-upload {
    padding-top: 5px;
    font-weight: 350;
    font-size: 14px;
    color: #645c5f;
    line-height: 20px;
}

.input-with-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.input-with-select .select2-custom-field {
    width: 90px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.input-with-select input {
    border-radius: 8px 0 0 8px;
    border-right: 0;
}
.input-with-select
    .select2-custom-field
    select.form-control
    + .select2-container--default
    .select2-selection {
    border-radius: 0 8px 8px 0;
}

.h-title-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.h-title-button h1 {
    width: 100%;
}
.h-title-button .button-light-bg {
  margin-left: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 60%;
  display: flex;
  /* flex-wrap: wrap; */
  font-size: 14px;
  line-height: 16px;
}

.filter-table-wrapper .filter-bottom {
    margin-bottom: -12px;
    padding: 12px 16px;
    border-top: 1px solid #ebe9e9;
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.filter-table-wrapper .filter-bottom > * {
    width: calc(25% - 9px);
    margin-right: 12px;
    margin-bottom: 12px;
}
.filter-table-wrapper .filter-bottom > *:nth-child(4n) {
    margin-right: 0;
}
@media (max-width: 992px) {
    .filter-table-wrapper .filter-bottom > * {
        width: calc(50% - 6px);
    }
    .filter-table-wrapper .filter-bottom > *:nth-child(2n) {
        margin-right: 0;
    }
}
@media (max-width: 600px) {
    .filter-table-wrapper .filter-bottom > * {
        width: 100%;
        margin-right: 0;
    }
}
.filter-table-wrapper.open .filter-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.filter-table-wrapper.open .check-filter-btn {
    background-color: #ffebf4;
    color: #3c0029 !important;
}

.progress-wrapper-box {
    margin-bottom: 24px;
}
.progress-wrapper-box .progress-block {
    width: 100%;
    height: 24px;
    border-radius: 20px;
    border: 1px solid #c54697;
    overflow: hidden;
    background: #fcfcfc;
    position: relative;
}
.progress-wrapper-box .progress-block .progress-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #c54697;
}

.progress-text {
    padding-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.progress-text .progress-desktop {
    display: none;
}
@media (min-width: 768px) {
    .progress-text .progress-desktop {
        display: block;
    }
}

.alert-information {
    margin-bottom: 24px;
    padding: 12px 16px;
    background: #ffebf4;
    border-radius: 8px;
}

.clipboard-copy-wr {
    border: 1px solid #ebe9e9;
    border-radius: 4px;
}
.clipboard-copy-wr .caption {
    padding: 8px 80px 8px 16px;
    border-bottom: 1px solid #ebe9e9;
    font-size: 14px;
}

.clipboard {
    display: block;
    min-height: initial;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.clipboard .text-clipboard {
    width: 100%;
    padding: 14px 16px;
    color: #645c5f;
    background: #f7f7f7;
    border-radius: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.clipboard .copy-content-btn {
    top: -32px;
    right: 0;
    padding: 6px 12px;
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    border-radius: 4px;
    color: #645c5f;
    font-size: 14px;
    border: 0;
    cursor: pointer;
}
.clipboard .copy-content-btn:hover {
    background: #c54697;
    color: white;
}
.clipboard .copy-content-btn i {
    margin-right: 8px;
}

.btn-grey-ico {
    width: 44px;
    height: 44px;
    background: #f7f7f7;
    border-radius: 22px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    color: #342f31;
    border: 0;
}
.btn-grey-ico:hover {
    background-color: #c54697;
    color: white;
}
.btn-grey-ico.disabled {
    color: #978e91;
    background-color: white;
}

.link-brand-color {
    color: #c54697 !important;
}
.link-brand-color:hover {
    text-decoration: underline;
    color: #ab0d73;
}

.information-text-list {
    margin-bottom: 24px;
}
.information-text-list .one-line {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 767px) {
    .information-text-list .one-line {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.information-text-list .one-line:last-child {
    margin-bottom: 0;
}
.information-text-list .one-line .left-text {
    width: 320px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 20px;
    color: #645c5f;
}
@media (max-width: 767px) {
    .information-text-list .one-line .left-text {
        width: 100%;
        margin-bottom: 8px;
    }
}
.information-text-list .one-line .right-text {
    width: 100%;
    font-weight: 500;
}

.caption-with-button {
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .caption-with-button {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.caption-with-button:last-child {
    margin-bottom: 0;
}
.caption-with-button .left-text {
    width: 100%;
    padding-right: 10px;
    font-size: 18px;
}
@media (max-width: 767px) {
    .caption-with-button .left-text {
        margin-bottom: 10px;
        padding-right: 0;
    }
}
.caption-with-button .button-light-border {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: nowrap;
}
.caption-with-button .right-part {
    margin-left: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .caption-with-button .right-part {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 0;
    }
}
.caption-with-button .right-part .grey-text {
    margin-right: 24px;
    padding: 10px 0;
}
.caption-with-button .text-price {
    color: #645c5f;
    font-weight: 300;
}

.radio-style-label {
    display: block;
    position: relative;
}
.radio-style-label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -2;
}
.radio-style-label input:checked + .radio-style-1 {
    background: #ffebf4;
    border: 2px solid #ffd8eb;
}
.radio-style-label input:checked + .radio-style-1:before {
    border: 4px solid #c54697;
}
.radio-style-label input:checked + .radio-style-1:after {
    opacity: 1;
}

.wrapper-radio-list {
    position: relative;
}
.wrapper-radio-list .radio-style-label {
    margin-bottom: 8px;
}
.wrapper-radio-list .radio-style-label:last-child {
    margin-bottom: 0;
}

.radio-style-1 {
    margin-bottom: 8px;
    margin-left: 40px;
    padding: 16px;
    position: relative;
    display: block;
    cursor: pointer;
    border: 2px solid #ffebf4;
    border-radius: 6px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media (max-width: 767px) {
    .radio-style-1 {
        margin-left: 0;
    }
}
.radio-style-1:before {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: -40px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    content: "";
    border: 2px solid #ffd8eb;
    border-radius: 24px;
}
@media (max-width: 767px) {
    .radio-style-1:before {
        display: none;
    }
}
.radio-style-1:after {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #c54697;
    top: 50%;
    left: -33px;
    content: "";
    display: block;
    opacity: 0;
    border-radius: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
@media (max-width: 767px) {
    .radio-style-1:after {
        display: none;
    }
}
.radio-style-1:last-child {
    margin-bottom: 0;
}
.radio-style-1 .title-name {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    display: block;
}
.radio-style-1 .bottom-line {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.radio-style-1 .bottom-line .author {
    margin-right: 15px;
    padding: 8px 0;
    color: #645c5f;
}
@media (max-width: 767px) {
    .radio-style-1 .bottom-line .author {
        width: 100%;
        margin-right: 0;
    }
}
.radio-style-1:hover {
    border: 2px solid #ffd8eb;
}

.radio-like-language {
    padding: 4px;
    background: #ffebf4;
    border-radius: 48px;
}
.radio-like-language .one-radio {
    margin-bottom: 0;
    position: relative;
    color: black;
    cursor: pointer;
}
.radio-like-language .one-radio input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -2;
}
.radio-like-language .one-radio input:checked + span {
    background: #ffffff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
.radio-like-language .one-radio span {
    height: 36px;
    padding: 6px 16px;
    border-radius: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.radio-like-language .one-radio span:hover {
    background: #ffffff;
}

.tags-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media (max-width: 767px) {
    .tags-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.tags-wrapper .text-l {
    margin-right: 16px;
    font-size: 18px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 767px) {
    .tags-wrapper .text-l {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}
.tags-wrapper .input-tags {
    width: 100%;
}

.grey-text {
    font-size: 14px;
    color: #645c5f;
}

.QR-settings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 520px) {
    .QR-settings {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.QR-settings .box-photo {
    width: 80px;
    margin-right: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.QR-settings .text-wr {
    width: 100%;
}
@media (max-width: 520px) {
    .QR-settings .text-wr {
        margin-top: 15px;
    }
}
.QR-settings .text-wr .description {
    margin-bottom: 8px;
    color: #645c5f;
}

.search-field {
    width: 100%;
    margin-bottom: 24px;
    background: #ffffff;
    height: 60px;
    border-radius: 16px;
    position: relative;
}
.search-field i {
    position: absolute;
    left: 18px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 0;
    color: #978e91;
}
.search-field input {
    width: 100%;
    height: 100%;
    padding-left: 56px;
    font-size: 18px;
    position: relative;
    z-index: 2;
    padding-right: 20px;
    background-color: transparent;
    border: 1px solid #ebe9e9;
    border-radius: 16px;
}

.list-categories-marketplace {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 8px 1fr 8px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 8px;
}
@media (max-width: 992px) {
    .list-categories-marketplace {
        -ms-grid-columns: 1fr 8px 1fr;
        grid-template-columns: 1fr 1fr;
    }
}
.list-categories-marketplace .one-item {
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    border: 1px solid #ebe9e9;
    border-radius: 16px;
}
@media (max-width: 767px) {
    .list-categories-marketplace .one-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.list-categories-marketplace .one-item .box-img {
    width: 56px;
    height: 56px;
    margin-right: 16px;
    background: #ffebf4;
    border-radius: 56px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #620046;
    line-height: 0;
}
@media (max-width: 767px) {
    .list-categories-marketplace .one-item .box-img {
        margin-bottom: 15px;
        margin-right: 0;
    }
}
.list-categories-marketplace .one-item .box-img img {
    max-width: 22px;
}
.list-categories-marketplace .one-item .name {
    font-size: 18px;
    color: #000000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.list-categories-marketplace .one-item:hover .name {
    color: #c54697;
}

.box-return-line {
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .box-return-line {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.box-return-line .category-m-name {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
}
.box-return-line .category-m-name .box-img {
    width: 60px;
    margin-left: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 767px) {
    .box-return-line .category-m-name .name {
        display: none;
    }
}
.box-return-line .btn-dark-simple {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.box-return-line .btn-dark-simple img {
    max-width: 24px;
    margin-right: 8px;
}

.btn-dark-simple {
    font-size: 18px;
    color: black;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.btn-dark-simple:hover {
    color: #c54697;
}
.btn-dark-simple i {
    margin-right: 13px;
    font-size: 20px;
}

.list-market-companies {
    margin-bottom: 24px;
}
.list-market-companies .one-item {
    margin-bottom: 8px;
    padding: 24px;
    background: #ffffff;
    border: 1px solid #ebe9e9;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .list-market-companies .one-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.list-market-companies .one-item:last-child {
  margin-bottom: 0;
}
.list-market-companies .one-item .box-img {
  width: 80px;
  margin-right: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.list-market-companies .one-item .name {
  width: 100%;
  font-weight: 500;
  font-size: 20px;
}
@media (max-width: 767px) {
  .list-market-companies .one-item .name {
    padding-top: 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.list-market-companies .one-item .right-btn {
  margin-left: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .list-market-companies .one-item .right-btn {
    margin-left: 0;
  }
}

.pagination-center-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination-center-style .text {
  width: 100%;
  padding: 0 20px;
  text-align: center;
}
.pagination-center-style .btn-pagination {
  height: 32px;
  padding: 9px 20px;
}

.text-left {
  text-align: left;
}

.title-style-2 {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .title-style-2 {
    font-size: 19px;
    line-height: 29px;
  }
}
.border-bottom-box {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #EBE9E9;
}
.border-bottom-box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.tags-check {
  margin-bottom: -16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tags-check li {
  margin: 0 16px 16px 0;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.48);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #FFD8EB;
  border-radius: 22px;
  color: #645C5F;
  font-size: 18px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .tags-check li {
    margin: 0 8px 8px 0;
    padding: 6px 12px;
    font-size: 14px;
  }
}
.tags-check li i {
  margin-right: 8px;
  font-size: 15px;
}

.dark-link {
  color: black;
}
.dark-link:hover {
  color: #C54697;
}

.contact-place-1 > li {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .contact-place-1 > li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.contact-place-1 > li:last-child {
  margin-bottom: 0;
}
.contact-place-1 > li .left-part {
  width: 270px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 300;
  font-size: 18px;
}
@media (max-width: 992px) {
  .contact-place-1 > li .left-part {
    width: 220px;
  }
}
@media (max-width: 767px) {
  .contact-place-1 > li .left-part {
    width: 100%;
    margin-bottom: 8px;
    padding-right: 0;
  }
}
.contact-place-1 > li .left-part i {
  width: 15px;
  text-align: center;
  margin-right: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 14px;
}

.marketplace-description p {
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .marketplace-description p {
    font-size: 16px;
    line-height: 24px;
  }
}
.marketplace-description p:last-child {
  margin-bottom: 0;
}
.marketplace-description .box-two-column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
  color: #645C5F;
}
@media (max-width: 767px) {
  .marketplace-description .box-two-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.marketplace-description .box-two-column .title-style-1 {
  margin-bottom: 8px;
  color: #000000;
  font-size: 18px;
}

.list-btn-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-btn-social li {
  margin-right: 12px;
}
.list-btn-social li:last-child {
  margin-right: 0;
}
.list-btn-social .btn-social-footer {
  width: 40px;
  height: 40px;
  border: 1px solid #FFD8EB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  color: #C54697;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
.list-btn-social .btn-social-footer.big-size {
  font-size: 24px;
}
.list-btn-social .btn-social-footer:hover {
  border: 1px solid #C54697;
  background-color: #C54697;
  color: white;
}

body .modal-active {
  overflow: hidden;
}

.one-order-marketplace {
  margin-bottom: 24px;
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #EBE9E9;
}
@media (max-width: 767px) {
  .one-order-marketplace {
    display: block;
  }
}
.one-order-marketplace:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.one-order-marketplace .box-counter {
  position: absolute;
  top: 4px;
  left: 4px;
  padding: 6px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.32);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 4px;
  color: white;
}
.one-order-marketplace .box-counter i {
  margin-right: 5px;
}
.one-order-marketplace .box-img {
  height: 90px;
  margin-right: 24px;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}

@media (max-width: 767px) {
  .one-order-marketplace .box-img {
    width: 300px;
    height: 198px;
    max-width: 100%;
    margin: 0 auto 24px;
  }
}
.one-order-marketplace .box-img img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.one-order-marketplace .description {
  width: 100%;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .one-order-marketplace .description {
    margin-bottom: 24px;
    padding-right: 0;
  }
}
.one-order-marketplace .description .name {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
}
.one-order-marketplace .description .statistic {
  margin-bottom: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.one-order-marketplace .description .statistic li {
  margin-right: 16px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.one-order-marketplace .description .statistic li:last-child {
  margin-right: 0;
}
.one-order-marketplace .description .statistic li .title {
  margin-right: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #645C5F;
}
.one-order-marketplace .right-part {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.one-order-marketplace .right-part .button-light-bg {
  height: 44px;
  padding: 5px 35px;
}
@media (max-width: 767px) {
  .one-order-marketplace .right-part .button-light-bg {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .one-order-marketplace .right-part .inform-order {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.one-order-marketplace .inform-order {
  width: 44px;
  height: 44px;
  margin-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  color: #620046;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFEBF4;
  border-radius: 50%;
}

.wrapper-custom-modal {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1200;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  overflow: auto;
  padding: 30px 20px;
}
.wrapper-custom-modal.active {
  display: block;
}

.modal-custom {
  width: 92%;
  max-width: 640px;
  padding: 32px;
  left: 50%;
  position: relative;
  z-index: 100;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: white;
  border-radius: 16px;
  -webkit-box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
          box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  .modal-custom {
    padding: 24px;
    width: 100%;
  }
}
.modal-custom .title {
  padding-right: 40px;
  margin-bottom: 32px;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}
.modal-custom .close-btn {
  width: 36px;
  height: 36px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: black;
  background: #F7F7F7;
  border-radius: 50%;
  font-size: 21px;
  position: absolute;
  right: 4px;
  top: 4px;
}
.modal-custom .apartment-info h2 {
  margin: -32px -32px 32px;
  padding: 18px 70px 18px 32px;
  border-bottom: 1px solid #EBE9E9;
}
@media (max-width: 767px) {
  .modal-custom .apartment-info h2 {
    margin: -16px -16px 0;
    border-bottom: 0;
    font-size: 22px;
    padding: 15px 70px 15px 24px;
  }
}
.modal-custom .apartment-info .close-btn {
  right: 32px;
  top: 16px;
}

.description-marketplace-modal h3 {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
}
.description-marketplace-modal p {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 300;
  color: #645C5F;
  line-height: 24px;
}
.description-marketplace-modal .statistic {
  margin-bottom: 16px;
}
.description-marketplace-modal .statistic li {
  margin-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.description-marketplace-modal .statistic li span {
  color: #645C5F;
  margin-right: 5px;
}
.description-marketplace-modal .statistic li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .description-marketplace-modal .button-light-bg {
    width: 100%;
    height: 44px;
  }
}

.slider-apartment {
  width: 576px;
  min-height: 425px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .slider-apartment {
    width: calc(100vw - 85px);
    min-height: initial;
    margin: 0 -24px 16px;
  }
}
@media (max-width: 480px) {
  .slider-apartment {
    width: calc(100vw - 40px);
  }
}
.slider-apartment .number-slider {
  position: absolute;
  left: 50%;
  bottom: 84px;
  padding: 4px 15px;
  font-size: 14px;
  color: #FFFFFF;
  border-radius: 25px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.64);
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.slider-apartment img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider-top-owl.owl-carousel .owl-nav button {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-radius: 50%;
  color: #978E91;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  outline: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
}
.slider-top-owl.owl-carousel .owl-nav button i {
  font-size: 20px;
}
.slider-top-owl.owl-carousel .owl-nav .owl-prev {
  left: 8px;
}
.slider-top-owl.owl-carousel .owl-nav .owl-next {
  right: 8px;
}

.slider-bottom-owl.owl-carousel .owl-nav button {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-radius: 50%;
  color: #978E91;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  font-size: 16px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
}
.slider-bottom-owl.owl-carousel .owl-nav .owl-prev {
  left: 8px;
}
.slider-bottom-owl.owl-carousel .owl-nav .owl-next {
  right: 8px;
}

#sync1 {
  margin-bottom: 4px;
  height: 345px;
}
@media (max-width: 767px) {
  #sync1 {
    height: 190px;
  }
}
#sync1 .item {
  height: 345px;
  border-radius: 8px;
  overflow: hidden;
  line-height: 0;
}
@media (max-width: 767px) {
  #sync1 .item {
    border-radius: 0;
    height: 190px;
  }
}

#sync2 .owl-item {
  padding: 4px;
}
#sync2 .item {
  height: 68px;
  border-radius: 4px;
  line-height: 0;
  overflow: hidden;
  border: 2px solid transparent;
}
#sync2 .current .item {
  border: 2px solid #FFAEDB;
}
#sync2 .current .item img {
  border-radius: 4px;
  border: 2px solid #ffffff;
}

.wrapper-sync2 {
  margin: 0 -4px;
}

.online-cash-register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1280px) {
  .online-cash-register {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.online-cash-register .left-box {
  width: 100%;
}
.online-cash-register .right-box {
  width: 370px;
  margin-left: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1280px) {
  .online-cash-register .right-box {
    width: 100%;
    margin-left: 0;
    margin-top: 8px;
  }
}

.bill .top-image-box {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 2px solid #F7F7F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bill .top-image-box .box-img {
  width: 60px;
  margin-right: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 4px;
  overflow: hidden;
  line-height: 0;
}
.bill .top-image-box .box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bill .top-image-box .name {
  width: 100%;
  color: #000000;
  line-height: 24px;
}
.bill .total-price {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 20px;
}
.bill .total-price .left {
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #645C5F;
}
.bill .total-price .right {
  font-weight: 500;
}
.bill .payment-check {
  margin-bottom: 24px;
  padding-bottom: 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  border-bottom: 2px solid #F7F7F7;
}
.bill .checkbox-text-change {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 2px solid #F7F7F7;
}

.statistic-bill {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 2px solid #F7F7F7;
}
.statistic-bill:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.statistic-bill .line {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.statistic-bill .line:last-child {
  margin-bottom: 0;
}
.statistic-bill .line .left {
  margin-right: 10px;
  color: #645C5F;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.btn-white {
  height: 36px;
  padding: 8px 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  border: 0;
  background: #FFFFFF;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #645C5F !important;
}
.btn-white:hover {
  color: white !important;
  background-color: #C54697;
}

.box-promocode {
  height: 52px;
  background: #F7F7F7;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.box-promocode input {
  width: 100%;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
  border: 0;
  background-color: transparent;
}
.box-promocode .btn-white {
  margin: 8px;
}

.line-with-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .line-with-counter {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.line-with-counter .select2-custom-field {
  width: 100%;
}
.line-with-counter .counter-wrapper {
  margin-left: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .line-with-counter .counter-wrapper {
    width: 100%;
    margin-top: 16px;
    margin-left: 0;
  }
}

.counter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.counter-wrapper input {
  width: 64px;
  height: 40px;
  margin: 0 4px;
  background: #FFFFFF;
  text-align: center;
  color: #000000;
  font-size: 16px;
  border: 1px solid #EBE9E9;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .counter-wrapper input {
    width: 100%;
  }
}
.counter-wrapper .decrement, .counter-wrapper .increment {
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  background: #FFFFFF;
  border: 1px solid #EBE9E9;
  border-radius: 8px;
}

.mb-32 {
  margin-bottom: 32px;
}

.authorization-confirmation {
  width: 100%;
  max-width: 438px;
  margin: 0 auto;
  text-align: center;
}
.authorization-confirmation .authorization-img {
  width: 154px;
  margin: 0 auto 32px;
}
.authorization-confirmation p {
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 28px;
}
.authorization-confirmation .verification-code-text {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 28px;
  color: #342F31;
}
.authorization-confirmation .number-input {
  width: 100%;
  height: 48px;
  margin-bottom: 16px;
  border: 0;
  background-color: transparent;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.16em;
  font-size: 32px;
}

.timer-code {
  color: #342F31;
  font-size: 18px;
}

.inn-box {
  margin-bottom: 32px;
  padding: 32px;
  background: #FFEBF4;
  border: 1px solid #FFD8EB;
  border-radius: 8px;
}
.inn-box .name {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 24px;
}
.inn-box .inn {
  font-size: 18px;
}

.contact-signed-confirmation {
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
}
.contact-signed-confirmation p {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #645C5F;
}
.contact-signed-confirmation .box-circle-ok {
  width: 120px;
  height: 120px;
  margin: 0 auto 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFEBF4;
  font-size: 48px;
  color: #C54697;
  border-radius: 50%;
}

.modal-popup {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #645C5F;
}
.modal-popup span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 20px;
}

.buttons-modal-popup-wrap {
  margin: 0 -4px;
}

.buttons-modal-popup {
  width: calc(100vw - 350px);
  margin-bottom: 16px;
  position: relative;
}
@media (max-width: 992px) {
  .buttons-modal-popup {
    width: calc(100vw - 90px);
  }
}
.buttons-modal-popup .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 2;
  width: 40px;
  height: 40px;
  background: transparent !important;
  border: 0 !important;
  border-radius: 50%;
  cursor: default;
}
.buttons-modal-popup .owl-nav button div {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFFFFF !important;
  border: 1px solid #EBE9E9 !important;
  border-radius: 50%;
  color: #978E91 !important;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.buttons-modal-popup .owl-nav button:after {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  z-index: 0;
}
.buttons-modal-popup .owl-nav button:hover div {
  border: 1px solid #C54697 !important;
  background-color: #C54697 !important;
  color: white !important;
}
.buttons-modal-popup .owl-nav button i {
  font-size: 12px;
}
.buttons-modal-popup .owl-nav button.owl-prev {
  left: 0;
}
.buttons-modal-popup .owl-nav button.owl-prev:after {
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.buttons-modal-popup .owl-nav button.owl-next {
  right: 0;
}
.buttons-modal-popup .owl-nav button.owl-next:after {
  background: -webkit-gradient(linear, right top, left top, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.buttons-modal-popup .owl-nav button.disabled {
  display: none;
}
.buttons-modal-popup .item-wrap {
  width: 168px;
  padding: 0 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.buttons-modal-popup .item-wrap .item {
  width: 100%;
  padding: 12px;
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid #FFD8EB;
  border-radius: 8px;
  cursor: pointer;
}
.buttons-modal-popup .item-wrap .item .name {
  margin-bottom: 4px;
  font-size: 14px;
}
.buttons-modal-popup .item-wrap .item .address {
  font-size: 12px;
  color: #645C5F;
}
.buttons-modal-popup .item-wrap .item:hover {
  background: rgba(255, 235, 244, 0.45);
}
.buttons-modal-popup .item-wrap.active .item {
  background: #FFEBF4;
}

.checkbox-text-change {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #645C5F;
}
.checkbox-text-change .left-part {
  width: calc(100% - 60px);
}
.checkbox-text-change .form-checkfancy {
  margin-left: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.checkbox-text-change .description-checkbox {
  width: 100%;
  padding-top: 15px;
  font-size: 14px;
  display: none;
}
.checkbox-text-change.active .description-checkbox {
  display: block;
}

.clean-box-data {
  width: 100%;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .clean-box-data {
    padding: 24px;
    height: initial;
  }
  .uploads-item-container {
  width: 218px !important;
 
}
}
.clean-box-data .box-ico {
  width: 80px;
  height: 80px;
  margin-bottom: 24px;
  background: #F7F7F7;
  color: #978E91;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  font-size: 29px;
}
.clean-box-data .title {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 22px;
  text-align: center;
  line-height: 32px;
}
.clean-box-data .under-title {
  font-weight: 300;
  font-size: 16px;
  color: #645C5F;
  text-align: center;
  line-height: 24px;
}

.note-editor.note-frame {
  margin-bottom: 16px;
  position: relative;
  border: 1px solid #EBE9E9 !important;
  overflow: hidden;
  border-radius: 8px;
}

.iti__country-list {
  border: 1px solid #EBE9E9 !important;
  border-radius: 8px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.dataTables_paginate.paging_simple_numbers > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.uploads-item-container {
  width: 305px;
  height: 90px;
  background: #FFEAF4;
  border: 1px solid #EBE9E9 !important;
  border-radius: 8px !important;
  overflow: hidden;
}

.upload-ticket-documents i {
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 20px;
}

.modal-body .upload-ticket-documents {
  margin-bottom: 16px;
}

.upload-ticket-documents {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #978E91 !important;
}

.file-uploader .chat-documents-list {
  margin-bottom: 0;
  margin-top: 15px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.color-picker-style input {
  width: 100% !important;
  height: 40px;
  padding-right: 60px;
  background: transparent;
  border: 1px solid #EBE9E9;
  border-radius: 8px;
  position: relative;
  z-index: 2;
}
.color-picker-style .input-group-prepend {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 16px;
  z-index: 1;
  border-radius: 4px;
}
.color-picker-style .input-group-text {
  width: 20px;
  height: 20px;
  padding: 0;
  border: 1px solid #EBE9E9;
  border-radius: 4px;
}
.color-picker-style .inside {
  position: relative;
}

.filter-bottom .range-datepicker-style .air-datepicker {
  width: 100%;
}

.ico-message-error {
  width: 96px;
  height: 96px;
  margin: 0 auto 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  color: #E460B2;
  font-size: 44px;
  background: #FFEBF4;
  border-radius: 120px;
}

.modal-message-body .title {
  margin-bottom: 32px;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}
.modal-message-body .buttons-box-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .modal-message-body .buttons-box-line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.modal-message-body .buttons-box-line > * {
  min-width: 180px;
  margin: 0 8px;
}
@media (max-width: 767px) {
  .modal-message-body .buttons-box-line > * {
    min-width: 100%;
    margin: 0 0 16px;
  }
  .modal-message-body .buttons-box-line > *:last-child {
    margin-bottom: 0;
  }
}

.styled-modal .modal-content {
  background: #FFFFFF;
  -webkit-box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
          box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
}
.styled-modal .modal-body {
  padding: 32px;
}

.payment-form-widget {
  overflow: auto;
}

.widget-payment {
  position: relative;
}
@media (max-width: 767px) {
  .widget-payment {
    overflow: hidden;
  }
}
.widget-payment .widget-iframe {
  max-width: calc(100vw - 350px);
  padding: 24px;
  background: #FFEBF4;
  border-radius: 8px;
}
@media (max-width: 992px) {
  .widget-payment .widget-iframe {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .widget-payment .widget-iframe {
    padding: 0;
    background-color: transparent;
  }
}
.widget-payment > div {
  width: 100%;
}

.box-inform-st-ico {
  margin-bottom: 8px;
  padding: 24px;
  background: #FFFFFF;
  border: 1px solid #EBE9E9;
  border-radius: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .box-inform-st-ico {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.box-inform-st-ico .left-part {
  width: 100%;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #000000;
}
@media (max-width: 767px) {
  .box-inform-st-ico .left-part {
    padding-right: 0;
  }
}
.box-inform-st-ico .left-part .ico-wr {
  width: 44px;
  height: 44px;
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  background: #FFEBF4;
  border-radius: 50%;
  color: #620046;
}
.box-inform-st-ico .right-part {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (max-width: 767px) {
  .box-inform-st-ico .right-part {
    width: 100%;
    padding-top: 20px;
  }
}
.box-inform-st-ico .right-part > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.box-inform-st-ico .right-part .number {
  padding-right: 16px;
  font-size: 24px;
  font-weight: 500;
}

.graph-place {
  padding-top: 32px;
}

.table-custom-style td.dataTables_empty {
  text-align: center;
  font-size: 17px;
  color: #645C5F;
  padding: 30px;
}

@media (max-width: 992px) {
  .profile-menu-mobile-btn .left-i {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    color: black;
  }
  .profile-menu-mobile-btn .left-i i {
    margin-right: 15px;
    font-size: 20px;
    -webkit-transform: rotate(0deg) !important;
            transform: rotate(0deg) !important;
    color: black;
  }
  .profile-menu {
    margin-top: 5px;
    border: 1px solid #EBE9E9;
  }
  .profile-menu li a {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .mobile-percent-100 {
    width: 100%;
  }
}
.wrapper-product-service-menu {
  position: initial !important;
}
@media (min-width: 992px) {
  .wrapper-product-service-menu:hover .big-product-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 992px) {
  .wrapper-product-service-menu.open .big-product-menu, .wrapper-product-service-menu.open .btn-mobile-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 992px) and (max-width: 1220px) {
  .header-menu > li {
    font-size: 13px;
  }
}

.page-header > .container {
  position: relative;
}

.big-product-menu {
  position: absolute;
  left: 0;
  display: none;
  border-radius: 16px;
}
@media (min-width: 992px) {
  .big-product-menu {
    width: 840px;
    top: 76px;
    -webkit-box-shadow: 0 32px 64px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 32px 64px 0 rgba(0, 0, 0, 0.08);
    border: 1px solid #EBE9E9;
    background: #FCFCFC;
  }
}
@media (max-width: 992px) {
  .big-product-menu {
    width: 100%;
    top: 80px;
    bottom: 0;
    overflow: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: white;
  }
}
.big-product-menu:before {
  height: 35px;
  left: 0;
  top: -30px;
  right: 0;
  position: absolute;
  content: "";
}
.big-product-menu .right-part {
  width: 256px;
  padding: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-left: 1px solid #EBE9E9;
}
@media (max-width: 992px) {
  .big-product-menu .right-part {
    width: 100%;
    padding: 8px 24px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    border-left: 0;
    border-bottom: 1px solid #EBE9E9;
  }
}
.big-product-menu .right-part .item {
  margin-bottom: 8px;
}
.big-product-menu .right-part .item:last-child {
  margin-bottom: 0;
}
.big-product-menu .left-part {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0 0 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 992px) {
  .big-product-menu .left-part {
    padding: 8px 24px;
  }
}
.big-product-menu .left-part .item {
  width: calc(50% - 8px);
  margin-right: 8px;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .big-product-menu .left-part .item {
    width: 100%;
    margin-right: 0;
  }
}
.big-product-menu .item {
  padding: 8px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.big-product-menu .item .box-ico {
  width: 40px;
  height: 40px;
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 8px;
  background: #FFEBF4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #342F31;
  font-size: 24px;
}
.big-product-menu .item .description {
  width: 100%;
  display: block;

  .name {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    white-space: pre-wrap;
    display: flex;
    word-break: break-all;
  }

  .des {
    font-size: 12px;
    color: #645C5F;
    white-space: pre-wrap;
    display: flex;
    word-break: break-all;
  }
}


@media (min-width: 992px) {
  .big-product-menu .item:hover {
    background: #FFEBF4;
  }
  .big-product-menu .item:hover .box-ico {
    color: #620046;
  }
  .big-product-menu .item:hover .description .name {
    color: #620046;
  }
}

.btn-mobile-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  font-weight: 400;
  color: black;
}
.btn-mobile-open i {
  margin-left: 10px;
  font-size: 20px;
}

.btn-mobile-back {
  height: 80px;
  padding: 0 24px;
  border-bottom: 1px solid #EBE9E9;
  display: none;
  font-size: 20px;
  font-weight: 400;
  color: black;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.btn-mobile-back i {
  margin-right: 10px;
  font-size: 22px;
  display: inline-block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 992px) {
  .menu-for-mobile .language-mobile {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .menu-for-mobile .mobile-m {
    display: block;
    text-align: left;
  }
}
.page-section {
  display: flex;
  justify-content: center;
  background-color: #f9f0f6;
}
.office-section {
  display: flex;
  justify-content: center;
}

.page-section-content {
  display: flex;
  align-items: center;
  max-width: 900px;
  background-color: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.text-content {
  flex: 1;
  margin-right: 2rem;
}

.page-title {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 1rem;
}

.description {
  font-size: 1rem;
  color: #666;
  margin-bottom: 1.5rem;
}

.cta-button {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background-color: #ff69b4;
  color: white;
  border-radius: 6px;
  font-size: 1rem;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.image-box {
  flex: 1;
  text-align: center;
}

.image-box img {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}





.big-product-menu .item img {
  max-width: 40px;
  margin-right: 10px;
}


.lets-work-bl.business-version {
  margin-bottom: 30px;
  justify-content: space-between;
}

}

.list-market-companies .one-item:last-child {
    margin-bottom: 0;
}
.list-market-companies .one-item .box-img {
    width: 80px;
    margin-right: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.list-market-companies .one-item .name {
    width: 100%;
    font-weight: 500;
    font-size: 20px;
}
@media (max-width: 767px) {
    .list-market-companies .one-item .name {
        padding-top: 20px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}
.list-market-companies .one-item .right-btn {
    margin-left: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 767px) {
    .list-market-companies .one-item .right-btn {
        margin-left: 0;
    }
}

.pagination-center-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pagination-center-style .text {
    width: 100%;
    padding: 0 20px;
    text-align: center;
}
.pagination-center-style .btn-pagination {
    height: 32px;
    padding: 9px 20px;
}

.text-left {
    text-align: left;
}

.title-style-2 {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
}
@media (max-width: 767px) {
    .title-style-2 {
        font-size: 19px;
        line-height: 29px;
    }
}
.border-bottom-box {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #ebe9e9;
}
.border-bottom-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.tags-check {
    margin-bottom: -16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tags-check li {
    margin: 0 16px 16px 0;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.48);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #ffd8eb;
    border-radius: 22px;
    color: #645c5f;
    font-size: 18px;
    font-weight: 300;
}
@media (max-width: 767px) {
    .tags-check li {
        margin: 0 8px 8px 0;
        padding: 6px 12px;
        font-size: 14px;
    }
}
.tags-check li i {
    margin-right: 8px;
    font-size: 15px;
}

.dark-link {
    color: black;
}
.dark-link:hover {
    color: #c54697;
}

.contact-place-1 > li {
    margin-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .contact-place-1 > li {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.contact-place-1 > li:last-child {
    margin-bottom: 0;
}
.contact-place-1 > li .left-part {
    width: 270px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 300;
    font-size: 18px;
}
@media (max-width: 992px) {
    .contact-place-1 > li .left-part {
        width: 220px;
    }
}
@media (max-width: 767px) {
    .contact-place-1 > li .left-part {
        width: 100%;
        margin-bottom: 8px;
        padding-right: 0;
    }
}
.contact-place-1 > li .left-part i {
    width: 15px;
    text-align: center;
    margin-right: 6px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 14px;
}

.marketplace-description p {
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
}
@media (max-width: 767px) {
    .marketplace-description p {
        font-size: 16px;
        line-height: 24px;
    }
}
.marketplace-description p:last-child {
    margin-bottom: 0;
}
.marketplace-description .box-two-column {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
    color: #645c5f;
}
@media (max-width: 767px) {
    .marketplace-description .box-two-column {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
.marketplace-description .box-two-column .title-style-1 {
    margin-bottom: 8px;
    color: #000000;
    font-size: 18px;
}

.list-btn-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.list-btn-social li {
    margin-right: 12px;
}
.list-btn-social li:last-child {
    margin-right: 0;
}
.list-btn-social .btn-social-footer {
    width: 40px;
    height: 40px;
    border: 1px solid #ffd8eb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    color: #c54697;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
}
.list-btn-social .btn-social-footer.big-size {
    font-size: 24px;
}
.list-btn-social .btn-social-footer:hover {
    border: 1px solid #c54697;
    background-color: #c54697;
    color: white;
}

body .modal-active {
    overflow: hidden;
}

.one-order-marketplace {
    margin-bottom: 24px;
    padding-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ebe9e9;

    .simple-text {
        font-weight: 300;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 300px;
        align-items: center;
        white-space: nowrap;
    }
}
@media (max-width: 767px) {
    .one-order-marketplace {
        display: block;
    }
}
.one-order-marketplace:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.one-order-marketplace .box-counter {
    position: absolute;
    top: 4px;
    left: 4px;
    padding: 6px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.32);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border-radius: 4px;
    color: white;
}
.one-order-marketplace .box-counter i {
    margin-right: 5px;
}
.one-order-marketplace .box-img {
    height: 90px;
    margin-right: 24px;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
}
@media (max-width: 767px) {
    .one-order-marketplace .box-img {
        width: 300px;
        height: 198px;
        max-width: 100%;
        margin: 0 auto 24px;
    }
}
.one-order-marketplace .box-img img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
}
.one-order-marketplace .description {
    width: 100%;
    padding-right: 20px;
}
@media (max-width: 767px) {
    .one-order-marketplace .description {
        margin-bottom: 24px;
        padding-right: 0;
    }
}
.one-order-marketplace .description .name {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
}
.one-order-marketplace .description .statistic {
    margin-bottom: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.one-order-marketplace .description .statistic li {
    margin-right: 16px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.one-order-marketplace .description .statistic li:last-child {
    margin-right: 0;
}
.one-order-marketplace .description .statistic li .title {
    margin-right: 4px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #645c5f;
}
.one-order-marketplace .right-part {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.one-order-marketplace .right-part .button-light-bg {
    height: 44px;
    padding: 5px 35px;
}
@media (max-width: 767px) {
    .one-order-marketplace .right-part .button-light-bg {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .one-order-marketplace .right-part .inform-order {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}
.one-order-marketplace .inform-order {
    width: 44px;
    height: 44px;
    margin-right: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 22px;
    color: #620046;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ffebf4;
    border-radius: 50%;
}

.wrapper-custom-modal {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1200;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    overflow: auto;
    padding: 30px 20px;
}
.wrapper-custom-modal.active {
    display: block;
}

.modal-custom {
    width: 92%;
    max-width: 640px;
    padding: 32px;
    left: 50%;
    position: relative;
    z-index: 100;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: white;
    border-radius: 16px;
    -webkit-box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
    .modal-custom {
        padding: 24px;
        width: 100%;
    }
}
.modal-custom .title {
    padding-right: 40px;
    margin-bottom: 32px;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}
.modal-custom .close-btn {
    width: 36px;
    height: 36px;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: black;
    background: #f7f7f7;
    border-radius: 50%;
    font-size: 21px;
    position: absolute;
    right: 4px;
    top: 4px;
}
.modal-custom .apartment-info h2 {
    margin: -32px -32px 32px;
    padding: 18px 70px 18px 32px;
    border-bottom: 1px solid #ebe9e9;
}
@media (max-width: 767px) {
    .modal-custom .apartment-info h2 {
        margin: -16px -16px 0;
        border-bottom: 0;
        font-size: 22px;
        padding: 15px 70px 15px 24px;
    }
}
.modal-custom .apartment-info .close-btn {
    right: 32px;
    top: 16px;
}

.description-marketplace-modal h3 {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 500;
}
.description-marketplace-modal p {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 300;
    color: #645c5f;
    line-height: 24px;
}
.description-marketplace-modal .statistic {
    margin-bottom: 16px;
}
.description-marketplace-modal .statistic li {
    margin-bottom: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.description-marketplace-modal .statistic li span {
    color: #645c5f;
    margin-right: 5px;
}
.description-marketplace-modal .statistic li:last-child {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .description-marketplace-modal .button-light-bg {
        width: 100%;
        height: 44px;
    }
}

.slider-apartment {
    width: 576px;
    min-height: 425px;
    margin-bottom: 30px;
    position: relative;
}
@media (max-width: 767px) {
    .slider-apartment {
        width: calc(100vw - 85px);
        min-height: initial;
        margin: 0 -24px 16px;
    }
}
@media (max-width: 480px) {
    .slider-apartment {
        width: calc(100vw - 40px);
    }
}
.slider-apartment .number-slider {
    position: absolute;
    left: 50%;
    bottom: 84px;
    padding: 4px 15px;
    font-size: 14px;
    color: #ffffff;
    border-radius: 25px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.64);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.slider-apartment img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.slider-top-owl.owl-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-radius: 50%;
    color: #978e91;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    outline: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    background: #ffffff;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
}
.slider-top-owl.owl-carousel .owl-nav button i {
    font-size: 20px;
}
.slider-top-owl.owl-carousel .owl-nav .owl-prev {
    left: 8px;
}
.slider-top-owl.owl-carousel .owl-nav .owl-next {
    right: 8px;
}

.slider-bottom-owl.owl-carousel .owl-nav button {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-radius: 50%;
    color: #978e91;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: none;
    font-size: 16px;
    background: #ffffff;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
}
.slider-bottom-owl.owl-carousel .owl-nav .owl-prev {
    left: 8px;
}
.slider-bottom-owl.owl-carousel .owl-nav .owl-next {
    right: 8px;
}

#sync1 {
    margin-bottom: 4px;
    height: 345px;
}
@media (max-width: 767px) {
    #sync1 {
        height: 190px;
    }
}
#sync1 .item {
    height: 345px;
    border-radius: 8px;
    overflow: hidden;
    line-height: 0;
}
@media (max-width: 767px) {
    #sync1 .item {
        border-radius: 0;
        height: 190px;
    }
}

#sync2 .owl-item {
    padding: 4px;
}
#sync2 .item {
    height: 68px;
    border-radius: 4px;
    line-height: 0;
    overflow: hidden;
    border: 2px solid transparent;
}
#sync2 .current .item {
    border: 2px solid #ffaedb;
}
#sync2 .current .item img {
    border-radius: 4px;
    border: 2px solid #ffffff;
}

.wrapper-sync2 {
    margin: 0 -4px;
}

.online-cash-register {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 1280px) {
    .online-cash-register {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.online-cash-register .left-box {
    width: 100%;
}
.online-cash-register .right-box {
    width: 370px;
    margin-left: 32px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 1280px) {
    .online-cash-register .right-box {
        width: 100%;
        margin-left: 0;
        margin-top: 8px;
    }
}

.bill .top-image-box {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 2px solid #f7f7f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.bill .top-image-box .box-img {
    width: 60px;
    margin-right: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden;
    line-height: 0;
}
.bill .top-image-box .box-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.bill .top-image-box .name {
    width: 100%;
    color: #000000;
    line-height: 24px;
}
.bill .total-price {
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 20px;
}
.bill .total-price .left {
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #645c5f;
}
.bill .total-price .right {
    font-weight: 500;
}
.bill .payment-check {
    margin-bottom: 24px;
    padding-bottom: 20px;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    border-bottom: 2px solid #f7f7f7;
}
.bill .checkbox-text-change {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 2px solid #f7f7f7;
}

.statistic-bill {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 2px solid #f7f7f7;
}
.statistic-bill:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.statistic-bill .line {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.statistic-bill .line:last-child {
    margin-bottom: 0;
}
.statistic-bill .line .left {
    margin-right: 10px;
    color: #645c5f;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.btn-white {
    height: 36px;
    padding: 8px 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    border: 0;
    background: #ffffff;
    border-radius: 4px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #645c5f !important;
}
.btn-white:hover {
    color: white !important;
    background-color: #c54697;
}

.box-promocode {
    height: 52px;
    background: #f7f7f7;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.box-promocode input {
    width: 100%;
    height: 100%;
    padding-left: 16px;
    padding-right: 16px;
    border: 0;
    background-color: transparent;
}
.box-promocode .btn-white {
    margin: 8px;
}

.line-with-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 767px) {
    .line-with-counter {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.line-with-counter .select2-custom-field {
    width: 100%;
}
.line-with-counter .counter-wrapper {
    margin-left: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 767px) {
    .line-with-counter .counter-wrapper {
        width: 100%;
        margin-top: 16px;
        margin-left: 0;
    }
}

.counter-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.counter-wrapper input {
    width: 64px;
    height: 40px;
    margin: 0 4px;
    background: #ffffff;
    text-align: center;
    color: #000000;
    font-size: 16px;
    border: 1px solid #ebe9e9;
    border-radius: 8px;
}
@media (max-width: 767px) {
    .counter-wrapper input {
        width: 100%;
    }
}
.counter-wrapper .decrement,
.counter-wrapper .increment {
    width: 40px;
    height: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    background: #ffffff;
    border: 1px solid #ebe9e9;
    border-radius: 8px;
}

.mb-32 {
    margin-bottom: 32px;
}

.authorization-confirmation {
    width: 100%;
    max-width: 438px;
    margin: 0 auto;
    text-align: center;
}
.authorization-confirmation .authorization-img {
    width: 154px;
    margin: 0 auto 32px;
}
.authorization-confirmation p {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 28px;
}
.authorization-confirmation .verification-code-text {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 28px;
    color: #342f31;
}
.authorization-confirmation .number-input {
    width: 100%;
    height: 48px;
    margin-bottom: 16px;
    border: 0;
    background-color: transparent;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.16em;
    font-size: 32px;
}

.timer-code {
    color: #342f31;
    font-size: 18px;
}

.inn-box {
    margin-bottom: 32px;
    padding: 32px;
    background: #ffebf4;
    border: 1px solid #ffd8eb;
    border-radius: 8px;
}
.inn-box .name {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 24px;
}
.inn-box .inn {
    font-size: 18px;
}

.contact-signed-confirmation {
    max-width: 450px;
    margin: 0 auto;
    text-align: center;
}
.contact-signed-confirmation p {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #645c5f;
}
.contact-signed-confirmation .box-circle-ok {
    width: 120px;
    height: 120px;
    margin: 0 auto 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ffebf4;
    font-size: 48px;
    color: #c54697;
    border-radius: 50%;
}

.modal-popup {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #645c5f;
}
.modal-popup span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 20px;
}

.buttons-modal-popup-wrap {
    margin: 0 -4px;
}

.buttons-modal-popup {
    width: calc(100vw - 350px);
    margin-bottom: 16px;
    position: relative;
}
@media (max-width: 992px) {
    .buttons-modal-popup {
        width: calc(100vw - 90px);
    }
}
.buttons-modal-popup .owl-nav button {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 2;
    width: 40px;
    height: 40px;
    background: transparent !important;
    border: 0 !important;
    border-radius: 50%;
    cursor: default;
}
.buttons-modal-popup .owl-nav button div {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ffffff !important;
    border: 1px solid #ebe9e9 !important;
    border-radius: 50%;
    color: #978e91 !important;
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.buttons-modal-popup .owl-nav button:after {
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    z-index: 0;
}
.buttons-modal-popup .owl-nav button:hover div {
    border: 1px solid #c54697 !important;
    background-color: #c54697 !important;
    color: white !important;
}
.buttons-modal-popup .owl-nav button i {
    font-size: 12px;
}
.buttons-modal-popup .owl-nav button.owl-prev {
    left: 0;
}
.buttons-modal-popup .owl-nav button.owl-prev:after {
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        from(rgba(255, 255, 255, 0)),
        to(#ffffff)
    );
    background: linear-gradient(
        270deg,
        rgba(255, 255, 255, 0) 0%,
        #ffffff 100%
    );
}
.buttons-modal-popup .owl-nav button.owl-next {
    right: 0;
}
.buttons-modal-popup .owl-nav button.owl-next:after {
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        from(#ffffff),
        to(rgba(255, 255, 255, 0))
    );
    background: linear-gradient(
        270deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0) 100%
    );
}
.buttons-modal-popup .owl-nav button.disabled {
    display: none;
}
.buttons-modal-popup .item-wrap {
    width: 168px;
    padding: 0 4px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.buttons-modal-popup .item-wrap .item {
    width: 100%;
    padding: 12px;
    background: rgba(255, 255, 255, 0.48);
    border: 1px solid #ffd8eb;
    border-radius: 8px;
    cursor: pointer;
}
.buttons-modal-popup .item-wrap .item .name {
    margin-bottom: 4px;
    font-size: 14px;
}
.buttons-modal-popup .item-wrap .item .address {
    font-size: 12px;
    color: #645c5f;
}
.buttons-modal-popup .item-wrap .item:hover {
    background: rgba(255, 235, 244, 0.45);
}
.buttons-modal-popup .item-wrap.active .item {
    background: #ffebf4;
}

.checkbox-text-change {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #645c5f;
}
.checkbox-text-change .left-part {
    width: calc(100% - 60px);
}
.checkbox-text-change .form-checkfancy {
    margin-left: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.checkbox-text-change .description-checkbox {
    width: 100%;
    padding-top: 15px;
    font-size: 14px;
    display: none;
}
.checkbox-text-change.active .description-checkbox {
    display: block;
}

.clean-box-data {
    width: 100%;
    height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 767px) {
    .clean-box-data {
        padding: 24px;
        height: initial;
    }
}
.clean-box-data .box-ico {
    width: 80px;
    height: 80px;
    margin-bottom: 24px;
    background: #f7f7f7;
    color: #978e91;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 29px;
}
.clean-box-data .title {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    line-height: 32px;
}
.clean-box-data .under-title {
    font-weight: 300;
    font-size: 16px;
    color: #645c5f;
    text-align: center;
    line-height: 24px;
}

.note-editor.note-frame {
    margin-bottom: 16px;
    position: relative;
    border: 1px solid #ebe9e9 !important;
    overflow: hidden;
    border-radius: 8px;
}

.iti__country-list {
    border: 1px solid #ebe9e9 !important;
    border-radius: 8px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.dataTables_paginate.paging_simple_numbers > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.uploads-item-container {
    width: 305px;
    height: 90px;
    background: #FFEAF4;
    border: 1px solid #FFD4ED !important;
    border-radius: 8px !important;
    overflow: hidden;
}

.upload-ticket-documents i {
    margin-right: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 20px;
}

.modal-body .upload-ticket-documents {
    margin-bottom: 16px;
}

.upload-ticket-documents {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #978e91 !important;
}

.file-uploader .chat-documents-list {
    margin-bottom: 0;
    margin-top: 15px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.color-picker-style input {
    width: 100% !important;
    height: 40px;
    padding-right: 60px;
    background: transparent;
    border: 1px solid #ebe9e9;
    border-radius: 8px;
    position: relative;
    z-index: 2;
}
.color-picker-style .input-group-prepend {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 16px;
    z-index: 1;
    border-radius: 4px;
}
.color-picker-style .input-group-text {
    width: 20px;
    height: 20px;
    padding: 0;
    border: 1px solid #ebe9e9;
    border-radius: 4px;
}
.color-picker-style .inside {
    position: relative;
}

.filter-bottom .range-datepicker-style .air-datepicker {
    width: 100%;
}

.ico-message-error {
    width: 96px;
    height: 96px;
    margin: 0 auto 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    color: #e460b2;
    font-size: 44px;
    background: #ffebf4;
    border-radius: 120px;
}

.modal-message-body .title {
    margin-bottom: 32px;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
}
.modal-message-body .buttons-box-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 767px) {
    .modal-message-body .buttons-box-line {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.modal-message-body .buttons-box-line > * {
    min-width: 180px;
    margin: 0 8px;
}
@media (max-width: 767px) {
    .modal-message-body .buttons-box-line > * {
        min-width: 100%;
        margin: 0 0 16px;
    }
    .modal-message-body .buttons-box-line > *:last-child {
        margin-bottom: 0;
    }
}

.styled-modal .modal-content {
    background: #ffffff;
    -webkit-box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
}
.styled-modal .modal-body {
    padding: 32px;
}

.payment-form-widget {
    overflow: auto;
}

.widget-payment {
    position: relative;
}
@media (max-width: 767px) {
    .widget-payment {
        overflow: hidden;
    }
}
.widget-payment .widget-iframe {
    max-width: calc(100vw - 350px);
    padding: 24px;
    background: #ffebf4;
    border-radius: 8px;
}
@media (max-width: 992px) {
    .widget-payment .widget-iframe {
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .widget-payment .widget-iframe {
        padding: 0;
        background-color: transparent;
    }
}
.widget-payment > div {
    width: 100%;
}

.box-inform-st-ico {
    margin-bottom: 8px;
    padding: 24px;
    background: #ffffff;
    border: 1px solid #ebe9e9;
    border-radius: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 767px) {
    .box-inform-st-ico {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.box-inform-st-ico .left-part {
    width: 100%;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    color: #000000;
}
@media (max-width: 767px) {
    .box-inform-st-ico .left-part {
        padding-right: 0;
    }
}
.box-inform-st-ico .left-part .ico-wr {
    width: 44px;
    height: 44px;
    margin-right: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    background: #ffebf4;
    border-radius: 50%;
    color: #620046;
}
.box-inform-st-ico .right-part {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
@media (max-width: 767px) {
    .box-inform-st-ico .right-part {
        width: 100%;
        padding-top: 20px;
    }
}
.box-inform-st-ico .right-part > * {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.box-inform-st-ico .right-part .number {
    padding-right: 16px;
    font-size: 24px;
    font-weight: 500;
}

.graph-place {
    padding-top: 32px;
}

.table-custom-style td.dataTables_empty {
    text-align: center;
    font-size: 17px;
    color: #645c5f;
    padding: 30px;
}

@media (max-width: 992px) {
    .profile-menu-mobile-btn .left-i {
        width: 100%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 16px;
        color: black;
    }
    .profile-menu-mobile-btn .left-i i {
        margin-right: 15px;
        font-size: 20px;
        -webkit-transform: rotate(0deg) !important;
        transform: rotate(0deg) !important;
        color: black;
    }
    .profile-menu {
        margin-top: 5px;
        border: 1px solid #ebe9e9;
    }
    .profile-menu li a {
        border-radius: 0;
    }
}
@media (max-width: 767px) {
    .mobile-percent-100 {
        width: 100%;
    }
}
.wrapper-product-service-menu {
    position: initial !important;
}
@media (min-width: 992px) {
    .wrapper-product-service-menu:hover .big-product-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (max-width: 992px) {
    .wrapper-product-service-menu.open .big-product-menu,
    .wrapper-product-service-menu.open .btn-mobile-back {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 992px) and (max-width: 1220px) {
    .header-menu > li {
        font-size: 13px;
    }
}

.page-header > .container {
    position: relative;
}

.big-product-menu {
    position: absolute;
    left: 0;
    display: none;
    border-radius: 16px;
}
@media (min-width: 992px) {
    .big-product-menu {
        width: 840px;
        top: 76px;
        -webkit-box-shadow: 0 32px 64px 0 rgba(0, 0, 0, 0.08);
        box-shadow: 0 32px 64px 0 rgba(0, 0, 0, 0.08);
        border: 1px solid #ebe9e9;
        background: #fcfcfc;
    }
}
@media (max-width: 992px) {
    .big-product-menu {
        width: 100%;
        top: 80px;
        bottom: 0;
        overflow: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background-color: white;
    }
}
.big-product-menu:before {
    height: 35px;
    left: 0;
    top: -30px;
    right: 0;
    position: absolute;
    content: "";
}
.big-product-menu .right-part {
    width: 50%;
    padding: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-left: 1px solid #ebe9e9;
    flex-wrap: wrap;
}
@media (max-width: 992px) {
    .big-product-menu .right-part {
        width: 100%;
        padding: 8px 24px;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        border-left: 0;
        border-bottom: 1px solid #ebe9e9;
    }
}
.big-product-menu .right-part .item {
    margin-bottom: 8px;
}
.big-product-menu .right-part .item:last-child {
    margin-bottom: 0;
}
.big-product-menu .left-part {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 0 0 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 992px) {
    .big-product-menu .left-part {
        padding: 8px 24px;
    }
}
.big-product-menu .left-part .item {
    width: calc(50% - 8px);
    margin-right: 8px;
    margin-bottom: 8px;
}
@media (max-width: 992px) {
    .big-product-menu .left-part .item {
        width: 100%;
        margin-right: 0;
    }
}
.big-product-menu .item {
    padding: 8px;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100% !important;
}
.big-product-menu .item .box-ico {
    width: 40px;
    height: 40px;
    margin-right: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 8px;
    background: #ffebf4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #342f31;
    font-size: 24px;
}
.big-product-menu .item .description {
    width: 100%;
    display: block;
}
.big-product-menu .item .description .name {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}
.big-product-menu .item .description .des {
    font-size: 12px;
    color: #645c5f;
}
@media (min-width: 992px) {
    .big-product-menu .item:hover {
        background: #ffebf4;
    }
    .big-product-menu .item:hover .box-ico {
        color: #620046;
    }
    .big-product-menu .item:hover .description .name {
        color: #620046;
    }
}

.btn-mobile-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 400;
    color: black;
}
.btn-mobile-open i {
    margin-left: 10px;
    font-size: 20px;
}

.btn-mobile-back {
    height: 80px;
    padding: 0 24px;
    border-bottom: 1px solid #ebe9e9;
    display: none;
    font-size: 20px;
    font-weight: 400;
    color: black;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: white;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-mobile-back i {
    margin-right: 10px;
    font-size: 22px;
    display: inline-block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (max-width: 992px) {
    .menu-for-mobile .language-mobile {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .menu-for-mobile .mobile-m {
        display: block;
        text-align: left;
    }
}
/* .page-article-des {
    margin-bottom: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 767px) {
    .page-article-des {
        margin-bottom: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.page-article-des .text-des {
    width: 100%;
}
.page-article-des .box-img {
    margin-left: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 767px) {
    .page-article-des .box-img {
        margin-left: 0;
        margin-top: 20px;
    }
} */

.big-product-menu .item img {
    max-width: 40px;
    margin-right: 10px;
}

.lets-work-bl.business-version {
    margin-bottom: 30px;
    margin-top: -30px;
}

@media (max-width: 976px) {
    .events-list .description-line-2 {
        width: 182px;
    }
}

@media (max-width: 732px) {
    .events-list .description-line-2 {
        width: 100%;
    }
}

.landingFLexBox {
    display: flex;
    align-items: center;
}

.showBtnLanding {
    background-color: transparent;
    outline: 0;
    font-size: 12px;
    border: none;
    cursor: pointer;
}

.events-list {
    .description-line-2 {
        color: #645c5f;
        font-size: 16px;
        font-weight: 300;
        line-height: 24px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        width: 300px;
        white-space: nowrap;
    }

    padding-right: 32px;

    .price {
        margin-top: 10px;
    }

    @media (max-width: 767px) {
        padding-right: 0;
        padding-bottom: 20px;

        .right-block-button {
            display: flex;
            justify-content: center;
            width: 100%;
            margin-top: 20px;
        }

        .price {
            margin-left: 10px;
        }
    }
}

.landingModal__des {
    @media (max-width: 767px) {
        word-break: break-all;
    }
}


.landing__flexWrapper {
    display: flex;
    align-items: center;

    a:not(:last-child){
        margin-right: 10px;
    }

    a:first-child{
        margin-left: 10px;
    }
}

.landingModal__des{
    word-break: break-all;
    padding-right: 20px;
}


#sendsms, #sendemail {
    width: 100% !important;

    .column-phone {
        display: flex;
        align-items: center;
    }

    .add-phone{
        margin: 0 10px;
        width: 156px;
    }

    .phone-add, .email-add {
        width: 100%;
        padding: 0;
        height: 44px;
    }

    .info-tooltip-custom-box {
        height: 44px;
        width: 44px;
    }

    .phone-line {
        width: calc(100% - 230px);

        input {
            height: 44px;
        }
    }

    .action-buttons {
        display: flex;
        align-items: center;
        margin-top: 20px !important;

        .counter-sms {
            display: flex;
            align-items: center;
        }
    }
  }

.copy-link {
    cursor: pointer;
    transition: 330ms;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    border-radius: 100%;

    &:hover {
        background: #ffebf4;
    }
}

.ico-trash {
    color: #978E91;
}

.box-btn-invoice-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;

    div {
        display: flex;
        align-items: center;
        gap: 3px;

        a:not(:last-child) {
            width: 36px;
            height: 36px;
            border-radius: 100%;
            padding: 0;

            i {
                font-size: 17px;
            }
        }
    }
}

  #tabEmail form {
    width: 350px;

    .column-phone {
        display: flex;
        align-items: center;
    }

    .add-phone{
        margin: 0 10px;
    }
  }

  .tabs-like-cabinet{
    .box-add-right-btn{
        display: flex;
        justify-content: flex-end;
        margin-bottom: 20px;
    }
  }


  .landingFlex{
    display: flex;

    @media(max-width:1013px){
        flex-direction: column;
    }
  }

  .topHeaderLand{
    margin-bottom: 32px;
  }

.landing__left {
  width: 272px !important;
  margin-right: 32px;

  @media (max-width: 1013px) {
    width: 100% !important;
    margin-right: 0;
  }

  .top {
    display: flex;
    flex-direction: column;
  }

  .img {
    width: 272px !important;
    height: 272px !important;

    @media (max-width: 1013px) {
      width: 100% !important;
      height: 100% !important;
    }
  }

  .description {
    border: 1px solid #FFD8EB;
    border-radius: 16px;
    padding: 24px;
    margin-top: 8px;

    @media (max-width: 1013px) {
      width: 100% !important;
      padding: 16px;
      /* You can adjust margin-top if needed; leaving it at 8px here */
      margin-top: 8px;
    }
  }
}


.landing__right{
    width: calc((100% - 272px) - 16px);

    @media(max-width:1013px){
        width: 100% !important;
    }


    .description{
        @media(max-width:1215px){
            display: inline-flex;
            width:300px;
        }

        @media(max-width:1013px){
            width: 100% !important;
        }
    }

    .landingFLexBox{
        @media(max-width:1215px){
            width: 70%;
        }

        @media(max-width:462px){
            width: 100% !important;
        }
    }

    h2{
        margin-top: 32px;
        margin-bottom: 16px;
    }

.one-contact-box {
  .caption {
    color: #000;
    font-weight: 500;
    font-size: 22px;
  }

  .text-wr {
    font-size: 18px;
    font-weight: 350;
    color: #342F31;
    line-height: 28px;

    /* allow very long words/URLs/emails to wrap */
    overflow-wrap: break-word;  /* modern syntax */
    /* fallback for older browsers */
    word-wrap: break-word;
    /* more aggressive breaking if needed */
    word-break: break-all;
  }
}


    .events-list{
        padding: 16px;
        border:1px solid #FFD8EB;

        img{
            border-radius: 16px;
        }
    }

    .right-block-button{

        @media(max-width:462px){
            width: 100% !important;
            display: flex;
            flex-direction: row-reverse;
            align-items: center;
        }

            button{
                width:160px;
                height: 44px;
                font-size: 18px;
                font-weight: 400;

                @media(max-width:1215px){
                  width: auto;
                  height: 20px;
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  font-size: 16px;
                }

                @media(max-width:462px){
                    width: 100px !important;
                }
            }

            .price{
                text-align: center;

                @media(max-width:462px){
                   margin-top: 0 !important;
                   margin-right: 16px;
                }
            }
    }
}
