

.input-success{
  background: none;
}

.bx-layout-cell{
  gap: 0;
}


#bx-page-edit-persons-profile #bx-content-with-submenu-wrapper #bx-content-wrapper .bx-page-wrapper{
  width: 428px;
  padding: 0;
  border: none;
  border-radius: 24px;
  background: none;
}


.bx-base-profile-cover-block{
  background-color: var(--material-theme-ref-neutral-variant-neutral-variant5, rgba(25,14,14,0.6357308584686775));
}

.bx-menu-toolbar-padding{
  padding: 0;
} 


/* #bx-page-edit-persons-profile .bx-base-pofile-cover .bx-base-pofile-cover-image-wrp,
#bx-page-edit-persons-profile .bx-base-pofile-cover a.bx-base-pofile-cover-thumb{
  filter: brightness(25%);
} */


#bx-page-edit-persons-profile .bx-base-pofile-cover .bx-image-edit-buttons {
  height: 100%;
  left: 0;
  bottom: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 0;
  
}

#bx-page-edit-persons-profile .bx-base-pofile-cover-info .bx-image-edit-buttons {

  outline-style: solid;
  outline-offset: 5px;
  outline-width: 5px;
  outline-color: white;
  border-radius: 99px;
}


#bx-page-edit-persons-profile .bx-base-pofile-cover .bx-image-edit-buttons .bx-btn-small {
  border-radius: 24px;
  padding: 8px;
  background-color: #E52549;
  border: none;
}

#bx-page-edit-persons-profile .bx-base-pofile-cover .bx-image-edit-buttons .bx-btn-small img {
  width: 24px;
  height: 24px;
}

#bx-page-edit-persons-profile .bx-base-pofile-cover-info {
  background: none;
  border: none;
}


#bx-page-edit-persons-profile .bx-base-pofile-cover .bx-base-pofile-unit-thumb{
  outline: none;
  --tw-ring-color: transparent;
}


.bx-page-persons-profile-info .edit_profile_view .section_title_cont{
  color: var(--material-theme-white, #FFF);
  font-size: 16px;
  font-weight: 800;
  padding: 24px 0;
}

#bx-page-persons-profile-info{
  padding-bottom: 44px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  background-color: var(--material-theme-ref-neutral-variant-neutral-variant5, rgba(25,14,14,0.6357308584686775));
}

.bx-page-edit-persons-profile .edit_profile_view .section_title_cont{
  color: var(--material-theme-white, #FFF);
  font-size: 16px;
  font-weight: 800;
  padding: 24px;
}



.bx-page-edit-persons-profile .edit_profile_view .bx-base-profile-cover-subtitle{
  background: var(--material-theme-ref-neutral-neutral5, #151010);
  color: var(--material-theme-white, #FFF);
  font-size: 16px;
  font-weight: 800;
  padding: 24px;
  border-radius: 24px;
}

.edit-persons-container{
  z-index: 9999;
  top: 100vh; 
  bottom: 0;
  position: fixed;
  transition: 0.5s ease-in-out;
  margin-top: 50px;
  min-height: 490px;
  max-width: 923px;
  width: 100%;
  border-radius: 24px 24px 0px 0px;
  background-color: var(--material-theme-ref-neutral-neutral0, #000) !important;
}

.bx-media-phone .edit-persons-container{
  left: 0;
  width: 100%;
}

.edit-persons-container.show{
  top: 50%;
  bottom: 0;
}

.bx-media-phone .edit-persons-container.show{
  top: 30%;
  left: 0;
  z-index: 9999;
}

.edit-persons-container .close-container{
  color: var(--material-theme-white, #FFF);
  font-size: 16px;
  font-weight: 700;
  line-height: var(--Body-Large-Line-Height, 24px); /* 150% */
  letter-spacing: var(--Body-Large-Tracking, 0.5px);
  padding: 18px 24px;
}


.edit-persons-container .close-container .close-button:hover{
  color: #BE0035;
}



.edit-persons-container  .bx-form-section-content .bx-form-element {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.edit-persons-container .bx-form-section-content .bx-form-element .bx-form-value{
  width: 100%;
  padding: 24px;
} 

.bx-media-phone .edit-persons-container .bx-form-section-content .bx-form-element .bx-form-value{
  padding: 8px;
}

.edit-persons-container .bx-form-section-content .bx-form-element .bx-form-caption{
  color: var(--material-theme-white, #FFF);
  font-size: 24px;
  font-weight: 800;
}


.edit-persons-container .bx-db-container{
  height: 100%;
  overflow: scroll;
  scrollbar-width: none;
}


.bx-page-persons-profile-info .bx-page-block-container {
  overflow-y: scroll;
  scrollbar-width: none;
  background-color: var(--material-theme-ref-neutral-variant-neutral-variant5, rgba(25,14,14,0.6357308584686775));
  /* border-radius: 24px; */
  padding: 0 24px;
}

.bx-page-persons-profile-info .bx-page-block-container.aboutMe_container,
.bx-page-persons-profile-info .bx-page-block-container.interests_container {

  padding: 0;
}

.interests_container .interest{
  border-radius: 100px;
  background: var(--material-theme-ref-neutral-variant-neutral-variant15, #2F2323);
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.5px;
  margin: 4px;
}

.bx-page-persons-profile-info .aboutMe_container .bx-base-profile-entity-content{
  margin: 0;
}

.bx-page-persons-profile-info .aboutMe_container .bx-db-header{
  padding: 24px;
  padding-bottom: 0;
}

.bx-page-persons-profile-info .aboutMe_container .bx-db-content {
  padding: 24px;
  padding-top: 0;
}


.edit_profile_view {
  padding-bottom: 24px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  background: #000;
}




.bx-page-edit-persons-profile .section_title_cont:has(.section_title_personal_info_title){
  display: none;
}


.bx-page-edit-persons-profile .edit_profile_view .input-cont{
  padding: 16px 24px;
  border-bottom: 1px solid var(--material-theme-ref-neutral-neutral80, #D0C4C3);
} 

.bx-page-edit-persons-profile .edit_profile_view .input-cont:last-child {
  border: none;
}


.bx-page-persons-profile-info .edit_profile_view .input-cont{
  padding: 16px 0;
  border-bottom: 1px solid var(--material-theme-ref-neutral-neutral80, #D0C4C3);
} 

.edit_profile_view .input-cont .bx-form-caption{
  color: var(--material-theme-ref-neutral-neutral100, #FFF);
  font-size: var(--Body-Large-Size, 16px);
  font-weight: 400;
  line-height: var(--Body-Large-Line-Height, 24px); /* 150% */
  letter-spacing: var(--Body-Large-Tracking, 0.5px);
  max-width: 100%;
}

.edit_profile_view .bx-form-view{
  max-width: 50%;
  padding-left: 15px;
  cursor: pointer;
  color: var(--material-theme-ref-neutral-neutral60, #ffffff);
  font-size: 16px;
  font-weight: 700;
  line-height: var(--Body-Large-Line-Height, 24px); /* 150% */
  letter-spacing: var(--Body-Large-Tracking, 0.5px);
}

.edit_profile_view .bx-form-view.fill{
  color:  #998E8E;
}

.edit_profile_view .bx-form-view:hover{
  color: #BE0035 !important;
}

.edit_profile_view .bx-form-view .style-value-preview,
.edit_profile_view .bx-form-view .bx-form-value-preview{
  color:  #998E8E;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.edit_profile_view .bx-form-view .style-value-preview{
  color: white;
}

label#about_me_counter{
  position: relative;
  left: 90%;
  top: -30px;
  color: var(--material-theme-ref-neutral-neutral80, #D0C4C3);
  line-height: var(--Body-Large-Line-Height, 24px); 
  letter-spacing: var(--Body-Large-Tracking, 0.5px);
}





.bx-base-profile-action-buttons{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.bx-media-phone .bx-base-profile-action-buttons{
  margin-bottom: 105px;
} 

.blur-panel{
  z-index: 9998;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  background-color: #000000b7;
  opacity: 0;
  transition: 0.5s ease-in-out;
}

.blur-panel.show_blur_panel{
  display: block;
  animation: fadein 1s ease-in-out;
  animation-fill-mode: forwards; /* mantém o estado final após a animação */
}

@keyframes fadein {
  from { opacity: 0; }
  to { opacity: 1; }
}


@media (max-width: 1280px) {
  #bx_person #perssoalInfo-conteiner .bx-form-input-wrapper-slider {
    margin: 35px 10px 15px 10px;
  }

  #bx_person #perssoalInfo-conteiner .sliders-content {
    margin-right: 0 !important;
  }
}

@media (max-width: 1220px) {

  .edit-persons-side-bar .side-bar-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .edit-persons-side-bar .bx-db-container {
    width: 151px;
    position: fixed;
  }

  .side-bar-cont .menu-container .menu-option {
    justify-content: center;
  }

  .side-bar-cont .menu-container .menu-option .menu-text,
  .edit-persons-side-bar .progress-text,
  .edit-persons-side-bar .side-bar-cont .side-bar-footer {
    display: none;
  }
}


@media(max-width: 500px){
  #bx-content-with-submenu-wrapper #bx-content-wrapper .bx-page-wrapper{
    width: auto;
  }

  body{
    background: black !important;
  }

  .bx-media-phone .edit_profile_view{
    background: black;
  }
}


textarea.bx-form-input-textarea{
  width: 100%;
  min-height: 190px;
  max-height: 290px;
  background-color: black !important;
  border: 1px solid white !important;
  border-radius: 16px !important;
  padding: 15px;
  resize: none;
  overflow: hidden;
  scrollbar-width: none;
  outline: none !important;
}