@charset "UTF-8";
html {
  background-image: none !important;
}

.bb-model-header {
  position: relative;
}

.chefs-popup .modal-container {
  max-height: 80vh;
  overflow: auto;
}

body.body {
  font-size: 14px;
  line-height: 1.42857;
}
body.body .h2, body.body h2 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
}

/**
General classes
 */
/**
Block
 */
.block {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.15s ease, transform 0.15s ease;
  will-change: box-shadow, transform;
  background: #fff;
  background-color: #fff;
  border-radius: 3px;
  padding: 24px;
}
.block.loading {
  opacity: 0.5;
}
.block.error .block__header {
  color: red;
}

.block__header {
  padding: 0;
  display: flex;
  flex-direction: row;
}
.block__header h2 {
  margin-bottom: 0 !important;
}

.btn-icon-text {
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.ph {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.ph-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.ph-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.ph-3 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.link {
  color: #21039f;
  cursor: pointer;
  border-bottom: 1px dashed #21039f;
}

.gap {
  gap: 16px;
}

.vgap {
  row-gap: 16px;
}

.hgap {
  column-gap: 16px;
}

/**
BP global rewrites
 */
/*
Single Profile
 */
#buddypress#buddypress #cover-image-container {
  margin-top: 0;
  border: none;
  border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0;
}
#buddypress#buddypress #item-header {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}
#buddypress#buddypress nav.main-navs {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  padding-bottom: 8px;
  padding-top: 16px;
  border: none;
}
#buddypress#buddypress #header-cover-image {
  background: #020024;
  background: linear-gradient(90deg, #020024 0%, #090979 35%, #00d4ff 100%);
  border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0;
}
#buddypress#buddypress #item-header-cover-image {
  padding-top: 20px;
}
#buddypress#buddypress #item-header-cover-image #item-header-avatar {
  margin-top: -125px;
}
#buddypress#buddypress #item-header-cover-image #item-header-avatar .avatar {
  border-radius: 3px;
}
#buddypress#buddypress #item-header-cover-image #item-header-content > .flex {
  align-items: center;
  column-gap: 16px;
}
#buddypress#buddypress #item-header-cover-image #item-header-content .bb_more_options {
  margin-top: 0;
  margin-bottom: 0;
  top: initial;
}
#buddypress#buddypress #item-header-cover-image #item-header-content .bb_more_options .bb_more_options_list .share-profile-button:before {
  content: "";
}
#buddypress#buddypress #item-header-cover-image #item-header-content .bb_more_options .bb_more_options_list .save-profile-pdf-button:before {
  content: "";
}
#buddypress#buddypress #item-header-cover-image #item-header-content .bb_more_options_action {
  background-color: var(--bb-content-background-color);
  color: var(--bb-headings-color);
  border: 1px solid var(--bb-content-border-color);
  border-radius: var(--bb-button-radius);
  padding: 0 8px;
}
#buddypress#buddypress #item-header-cover-image #item-header-content .bb_more_options_action:focus {
  box-shadow: var(--bb-outline-button-focus-shadow);
}
#buddypress#buddypress #item-header-cover-image #item-header-content .bb_more_options_action:hover {
  background-color: var(--bb-secondary-button-background-hover);
  color: var(--bb-secondary-button-text-hover);
  border: 1px solid var(--bb-secondary-button-border-hover);
}
#buddypress#buddypress #item-header-cover-image #item-header-content .bb_more_options_action:hover i {
  color: var(--bb-secondary-button-text-hover);
}
#buddypress#buddypress #ch-user-header-content .cp_profile-contacts {
  color: #21039f;
  font-weight: 500;
}
#buddypress#buddypress .single-headers span.cp_profile-title {
  color: var(--bb-body-text-color);
}
#buddypress#buddypress .member-title-wrap {
  margin: 5px 0 5px 0;
}
#buddypress#buddypress .member-header-actions {
  margin: 0;
}
#buddypress#buddypress .member-header-actions > div {
  margin: 0;
}
#buddypress#buddypress .users-header .user-nicename {
  margin-bottom: 0;
}

.profile-header-socials {
  gap: 8px;
}
.profile-header-socials .social-btn i {
  font-size: 32px;
}

.profile-header-socials-current_work {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  line-height: 17px;
  color: #21039f;
  padding: 4px 8px;
  border-radius: 2px;
}
.profile-header-socials-current_work i {
  font-size: 24px;
}
.profile-header-socials-current_work .company_name {
  color: #21039f;
}

.block-service .bottom-links {
  display: flex;
  justify-content: flex-end;
  column-gap: 16px;
}

.bp-profile-content-chp .profile.public {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.bp-profile-content-chp .profile-sidebar {
  row-gap: 16px;
}

.block-list .block__body {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.block-list-item {
  border-bottom: 1px solid #ccc;
  padding: 8px 0;
}
.block-list-item:last-of-type {
  border-bottom: none;
}
.block-list-item h3 {
  margin-bottom: 8px !important;
}
.block-list-item .company {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.block-list-item.cp-grid {
  display: grid;
  gap: 8px;
}
.block-list-item.cp-grid.work-experience {
  grid-template-rows: repeat(3, auto);
}
.block-list-item.cp-grid.profile-awards {
  grid-template-rows: repeat(3, auto);
}
.block-list-item.cp-grid.membership {
  grid-template-rows: repeat(3, auto);
}
.block-list-item.cp-grid.with-logo {
  grid-template-columns: 64px auto;
}
.block-list-item.cp-grid.with-logo .logo-icon {
  font-size: 48px;
}
.block-list-item.cp-grid > * {
  grid-column: auto/-1;
}
.block-list-item.cp-grid .logo {
  width: 64px;
  grid-column: span 1;
  grid-row: span 3;
}

.bb-profile-contacts-wrp {
  padding-top: 32px;
}
@media (min-width: 600px) {
  .bb-profile-contacts-wrp {
    padding: 32px 64px;
  }
}

.bb-profile-contacts {
  gap: 32px;
  padding: 12px 0;
  flex-wrap: wrap;
  justify-content: center;
}
.bb-profile-contacts .social-btn i {
  font-size: 48px;
}
.bb-profile-contacts .btn-phone {
  font-size: 24px;
}

/**
Edit profile
 */
.acf-field-6512f1a451e97 .acf-input-wrap {
  overflow: visible;
}

#acf-field_6512f0f651e96-field_6512f1a451e97 {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

/**
Icons
 */
.bb-icon-phone-call.viber {
  color: #8f5db7;
}

.bb-icon-brand-telegram {
  color: #229ED9;
}

.bb-icon-brand-whatsapp {
  color: #25d366;
}

/**
common
 */
.cp_separator {
  padding: 0 8px;
}

/*# sourceMappingURL=custom.css.map */
