@font-face {
    font-family: 'Creato Display';
    src: url('../fonts/CreatoDisplay-Regular.woff2') format('woff2'),
        url('../fonts/CreatoDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.ezw-edit-profile-top-heading {
    font-size: 28px;
    font-weight: 500;
    font-family: "Poppins";
    line-height: 134%;
}
.ezw-edit-profile-top-heading a {
    padding: 0px 18px;
    background: #f7f7f7;
    border-radius: 100vw;
    line-height: normal;
    border: 1px solid #dbdbdb;
    margin-right: 12px;
}

.ezw-profile-top-section {
    margin-block: 0;
    padding-block: 24px;
    padding-inline: 24px;
    background: #fff;
    border-bottom: 1px solid #E4E4E4;
}
.ezw-profile-top-section h2 {
    padding-block: 0;
    margin-block: 0;
    margin-top: 0 !important;
}

/** secondary sidebar */

.ezw-edit-profile-container {
    display: flex;
    gap: 0;
    background: #fff;
}
.ezw-profile-editing-sidebar-wrapper {
    background: #F9F9F9;
    margin-top: 10px;
    border-right: 1px solid #E4E4E4;
    width: 100%;
    max-width: 220px;
}
.ezw-profile-editing-sidebar-wrapper .update-profile-tab-controller  {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-family: "Poppins";
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0%;
    color: #222;
    list-style: none;
    padding: 0 16px;
    margin-block: 0;
    margin-top: 20px;
    border-bottom: none;
}
.ezw-profile-editing-sidebar-wrapper .update-profile-tab-controller  li {
    padding: 8px;
    border-radius: 4px;
}
.ezw-profile-editing-sidebar-wrapper .update-profile-tab-controller  li.active {
    background: #163B55;
    color: #fff;
    transition: 100ms ease;
}
.ezw-profile-editing-sidebar-wrapper .update-profile-tab-controller  li:hover,
.ezw-profile-editing-sidebar-wrapper .update-profile-tab-controller  li:focus,
.ezw-profile-editing-sidebar-wrapper .update-profile-tab-controller  li:active{
    background: #163B55;
    color: #fff;
    border: none;
    outline: none;
}
.ezw-profile-editing-sidebar-wrapper .update-profile-tab-controller svg {
    color: #81898F;
}
.ezw-profile-editing-sidebar-wrapper .update-profile-tab-controller li:hover svg,
.ezw-profile-editing-sidebar-wrapper .update-profile-tab-controller li:active svg,
.ezw-profile-editing-sidebar-wrapper .update-profile-tab-controller li:focus svg,
.ezw-profile-editing-sidebar-wrapper .update-profile-tab-controller .active svg
 {
    color: #fff;
}
.ezw-profile-editing-sidebar-wrapper .update-profile-tab-controller  li.active::before {
    content: revert;
}
.profile-edit-fields-wrapper {
    width: 100%;
    margin-inline: 24px;
}
.ezw-profile-editing-sidebar-wrapper .secondary-sidebar-title {
    margin-top: 16px;
    margin-bottom: 0;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    color: #81898F;
    padding-inline: 24px;
}

#profile-picture {
    width: 140px;
    height: 140px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    border: 4px solid #fff;
}
.banner-top {
    position: relative;
    margin-bottom: 110px;
}
.banner-top .ezw_edit_profile_banner  {
    border-radius: 12px;
}
#profile-picture-drop {
    position: absolute;
    top: calc(100% - 70px);
    left: 24px;
    z-index: 222;
}
.ezw-profile-camera-icon {
    position: absolute;
    bottom: 15px;
    right: 15px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #fff;
    padding: 2px;
    color: #ff8a00;
    cursor: pointer;
}
.edit-profile-personal-info-heading {
    margin-bottom: 32px;
}
.edit-profile-personal-info-heading h2 {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 28px;
    line-height: 134%;
    letter-spacing: 0%;
    color: #163b55;
    margin: 0;
    margin-bottom: 8px;
}
h2.ezw-edit-profile-tab-heading ,
h4.ezw-edit-profile-tab-heading {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 28px;
    line-height: 134%;
    letter-spacing: 0%;
    color: #163b55;
    margin: 0;
    margin-bottom: 8px;
}
.edit-profile-personal-info-heading p {
    font-family: "Poppins";
    font-weight: 300;
    font-size: 16px;
    line-height: 134%;
    letter-spacing: 0%;
    color: #71717A;
    margin: 0;
}

label.ezw-edit-profile-form-label {
    font-family: "Creato Display";
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 3%;
    color: #282b2e;
    font-size: 16px;
}
.form-group:has(input[disabled]) label.ezw-edit-profile-form-label {
    color: #81898F;
}

.profile-edit-fields-wrapper .ezw-edit-profile-field-input {
    font-family: "Creato Display";
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 3%;
    color: #111;
    font-size: 16px;
}
.profile-edit-fields-wrapper .ezw-edit-profile-switch-box-label {
    font-family: "Creato Display";
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 3%;
    color: #282b2e;
    font-size: 12px;
    text-transform: capitalize;
}

.ezw-profile-update-button {
	font-size: 16px;
	font-family: "Poppins";
	font-weight: 400;
	line-height: 148%;
	color: #fff;
	padding: 12px 24px;
    background: #DB9C11;
}
.ezw-profile-update-button:hover {
	font-size: 16px;
	font-family: "Poppins";
	font-weight: 400;
	line-height: 148%;
	color: #fff;
	padding: 12px 24px;
    background: #DB9C11;
}

.ezw-edit-profile-boxes {
	border: 1px solid #E4E4E4;
	border-radius: 12px;
	padding: 16px;
    height: max-content;
}
.ezw-social-media-heading {
	font-family: "Creato Display";
	font-size: 20px;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 3%;
	color: #163B55;
	margin-bottom: 0;
	margin-bottom: 16px;
}
.ezw-edit-profile-social-media-wrapper thead {
    display: none;
}

/** social tab **/
/* Wrapper for all social rows */
.ezw-social-list{
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Each row: icon | url | followers */
.ezw-social-row{
  display: grid;
  grid-template-columns: 34px 1fr 150px;
  align-items: center;
  column-gap: 12px;
}

/* IMDB row spans URL across the last two columns */
.ezw-social-row--imdb{
  grid-template-columns: 34px 1fr;
}
.ezw-social-url--span2{
  grid-column: 2 / -1;
}

/* Icon alignment */
.ezw-social-icon{
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Make inputs match the “card” style shown */
.ezw-edit-profile-social-media-wrapper .form-control{
  border: 1px solid #E4E4E4;
  border-radius: 6px;
  height: 36px;
  padding-inline: 10px;
}

/* The note between rows (non-pro message) */
.ezw-social-note{
  color: #71717A;
  font-size: 14px;
  line-height: 1.35;
  margin-top: -6px; /* visually tucks closer like screenshot */
}
.ezw-social-note a{
  color: #ff8a00;
  text-decoration: none;
}
.ezw-social-note a:hover{
  text-decoration: underline;
}
.ezw-update-profile-custom-buttons  {
    width: 100%;
    max-width: revert;
}
.ezw-edit-profile-social-media-wrapper .ezw-social-row input {
  padding: 8px 12px;
  border-radius: 4px !important;
  font-size: 16px;
  line-height: 135%;
  letter-spacing: 3%;
  font-family: "Creato Display";
  font-weight: 400;
  color: #111;
  -moz-appearance: textfield;
  appearance: textfield;
  background: #fff;
}
.ezw-edit-profile-social-media-wrapper .ezw-social-row input::-webkit-outer-spin-button,
.ezw-edit-profile-social-media-wrapper .ezw-social-row input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.profile-button-tab-controller {
	border-bottom: 1px solid #c7c7c7;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	text-align: center;
    padding: 16px;
}
.ezw_edit_profile_custom_button_heading {
	font-size: 20px;
	font-family: "Creato Display";
	color: #163b55;
	font-weight: 700;
	letter-spacing: 3%;
	line-height: 150%;
	margin-block: 16px 20px;
}
.ezw-update-profile-btn-submit,
.ezw-update-profile-btn-submit:hover,
.ezw-update-profile-btn-submit:focus,
.ezw-update-profile-btn-submit:active {
    font-size: 16px;
	font-family: "Poppins";
	font-weight: 400;
	line-height: 148%;
	color: #fff;
	padding: 12px 24px;
	background: #DB9C11;
    border-radius: 4px;
}
.ezw-update-profile-btn-submit.update-btn-right {
	margin-left: auto;
}
.ezw-update-profile-btn-submit.update-btn-left {
	margin-right: auto;
}
.ezw-update-profile-btn-submit.add-business-btn,
.ezw-update-profile-btn-submit.add-business-btn:hover  {
	width: fit-content;
	padding: 12px 24px;
	display: flex;
	gap: 12px;
    margin-top: 26px;
}
#add-custom-button input {
	padding: 8px 12px;
	border-radius: 4px !important;
	font-size: 16px;
	line-height: 135%;
	letter-spacing: 3%;
	font-family: "Creato Display";
	font-weight: 400;
	color: #111;
    background: #fff;
	-moz-appearance: textfield;
	appearance: textfield;
}
#add-custom-button input:hover {
	padding: 8px 12px;
	border-radius: 4px !important;
	font-size: 16px;
	line-height: 135%;
	letter-spacing: 3%;
	font-family: "Creato Display";
	font-weight: 400;
	color: #81898F;
}
.bp-container.bp-container-edit {
    height: auto;
}
.bp-container.bp-container-edit img {
    width: 140px;
    height: 140px;
    max-width: revert;
    max-height: revert;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    margin-bottom: 20px;
}

.ezw-edit-profile-container .ezw-edit-form-business-btn-group button, 
.ezw-edit-profile-container .ezw-edit-form-business-btn-group button:hover {
  padding: 10px 10px;
  background: transparent!important;
  border: 1px solid #163b55;
}


.ezw-edit-business-single-wrap {
  padding: 20px 6px;
  border-bottom: 1px solid #666;
  margin-bottom: 10px;
}

.profile-edit-fields-wrapper .form-control.textarea-min-height {
    min-height: 96px;
    resize: vertical;
}

#websiteVisitor,
#averageClick,
#emailNumber {
    padding: 8px 12px;
    border-radius: 4px !important;
    font-size: 16px;
    line-height: 135%;
    letter-spacing: 3%;
    font-family: "Creato Display";
    font-weight: 400;
    color: #111;
    background: #fff;
    border: 1px solid #ced4da;
}

#websiteVisitor:focus,
#averageClick:focus,
#emailNumber:focus {
    outline: none;
    border-color: #163B55;
    box-shadow: 0 0 0 0.08rem rgba(22, 59, 85, 0.2);
}



@media (max-width: 991.98px) {
    .ezw-edit-profile-container {
        flex-direction: column;
    }

    .ezw-profile-editing-sidebar-wrapper {
        width: 100%;
        max-width: 100%;
        margin-top: 0;
        border-right: none;
        border-bottom: 1px solid #E4E4E4;
        background: #fff;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .ezw-profile-editing-sidebar-wrapper .secondary-sidebar-title {
        margin: 0;
        padding: 12px 16px 8px;
    }

    .ezw-profile-editing-sidebar-wrapper .update-profile-tab-controller {
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 8px;
        margin-top: 0;
        padding: 0 16px 12px;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: thin;
        -webkit-overflow-scrolling: touch;
    }

    .ezw-profile-editing-sidebar-wrapper .update-profile-tab-controller li {
        flex: 0 0 auto;
        white-space: nowrap;
        padding: 8px 12px;
    }

    .profile-edit-fields-wrapper {
        margin-inline: 16px;
        margin-top: 16px;
    }

    .ezw-edit-profile-social-media-wrapper {
        gap: 16px !important;
    }

    .ezw-edit-profile-tab-controller-wrapper.ezw-update-profile-custom-buttons {
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {
    .ezw-edit-profile-container,
    .profile-edit-fields-wrapper {
        overflow-x: clip;
    }

    .ezw-profile-top-section {
        padding-block: 16px;
        padding-inline: 16px;
    }

    .ezw-edit-profile-top-heading {
        font-size: 22px;
    }

    h2.ezw-edit-profile-tab-heading,
    h4.ezw-edit-profile-tab-heading,
    .edit-profile-personal-info-heading h2 {
        font-size: 22px;
    }

    .profile-edit-fields-wrapper {
        margin-inline: 12px;
    }

    .ezw-edit-profile-boxes {
        padding: 12px;
    }

    .ezw-edit-profile-social-media-wrapper.row {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .ezw-edit-profile-social-media-wrapper [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
        min-width: 0;
    }

    .ezw-social-list {
        gap: 16px;
    }

    .ezw-social-row {
        grid-template-columns: 30px minmax(0, 1fr);
        column-gap: 8px;
        row-gap: 10px;
        align-items: start;
    }

    .ezw-social-url,
    .ezw-social-followers,
    .ezw-social-url--span2 {
        grid-column: 2 / -1;
        width: 100%;
        min-width: 0;
    }

    .ezw-social-followers {
        margin-top: 0;
    }
}

@media (max-width: 575.98px) {
    .ezw-edit-profile-container,
    .profile-edit-fields-wrapper {
        overflow-x: clip;
    }

    .ezw-social-row {
        grid-template-columns: 28px minmax(0, 1fr);
        column-gap: 8px;
    }

    .ezw-social-icon {
        justify-content: flex-start;
        padding-top: 8px;
    }

    .ezw-social-list .td-inp {
        width: 100%;
    }

    .ezw-social-list .td-inp input {
        width: 100%;
        min-width: 0;
    }
    .profile-edit-fields-wrapper {
        margin: 0!important;
    }
    .ezw-update-profile-btn-submit.add-business-btn, .ezw-update-profile-btn-submit.add-business-btn:hover {
        padding: 8px 12px;
        margin-top: 6px;
        margin-bottom: 4px;
    }
}

/** social tab ends **/
