@import "@justweb3/ui/styles.css";

/* SectionCard styles */
.ProfileSection-module_sectionCard__LvwTJ {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid var(--justweb3-foreground-color-4);
    display: flex;
    flex-direction: column;
    gap: 5px;
}

/* SectionItemList styles */
.ProfileSection-module_sectionItemList__TYo2w {
    display: flex;
    flex-direction: row;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    align-items: center;
    gap: 10px;
    overflow-x: auto;
}

@media (max-width: 768px) {
    .ProfileSection-module_sectionItemList__TYo2w {
        gap: 10px;
        flex-wrap: wrap;
    }
}

/* SectionItem styles */
.ProfileSection-module_sectionItem__WajtI {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.25rem;
}

@media (max-width: 768px) {
    .ProfileSection-module_sectionItem__WajtI {
        grid-column: span 6 / span 6;
    }
}
/* SliderInput Styles */
.AvatarSelectorDialog-module_sliderInput__Omgq9 {
    width: 100%;
    height: 0.5rem;
    background-color: #bfdbfe;
    border-radius: 0.5rem;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
}

.AvatarSelectorDialog-module_sliderInput__Omgq9:focus {
    outline: none;
}

/* Slider Thumb Styling */
.AvatarSelectorDialog-module_sliderInput__Omgq9::-webkit-slider-thumb {
    -webkit-appearance: none;
            appearance: none;
    width: 1rem;
    height: 1rem;
    background-color: #2563eb;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -0.25rem;
}

.AvatarSelectorDialog-module_sliderInput__Omgq9::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #2563eb;
    border: none;
    border-radius: 50%;
    cursor: pointer;
}

.AvatarSelectorDialog-module_sliderInput__Omgq9::-ms-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #2563eb;
    border: none;
    border-radius: 50%;
    cursor: pointer;
}

.AvatarSelectorDialog-module_sliderInput__Omgq9::-webkit-slider-runnable-track {
    height: 0.5rem;
    background: transparent;
    border-radius: 0.5rem;
}

/* ResponsiveDiv Styles */
.AvatarSelectorDialog-module_responsiveDiv__yefVF {
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .AvatarSelectorDialog-module_responsiveDiv__yefVF {
        max-width: 360px;
    }
}

/* ImageWrapper Styles */
.AvatarSelectorDialog-module_imageWrapper__HZ1tr {
    width: 360px;
    height: 360px;
    margin: auto;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .AvatarSelectorDialog-module_imageWrapper__HZ1tr {
        width: 75%;
        height: 270px;
    }
}

/* Flex Centered Styles */
.AvatarSelectorDialog-module_flexCentered__xjetY {
    width: 100%;
    flex: 1;
    position: relative;
    cursor: pointer;
}

/* Overlay Styles */
.AvatarSelectorDialog-module_overlay__EsAAz {
    position: absolute;
    inset: 0px 20px;
    display: flex;
    flex-direction: column;
    place-content: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

/* StyledDiv Styles */
.BannerSelectorDialog-module_styledDiv__H22uD {
    width: 360px;
    height: 360px;
    margin: auto;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .BannerSelectorDialog-module_styledDiv__H22uD {
        width: 75%;
        height: 270px;
    }
}

/* SliderInput Styles */
.BannerSelectorDialog-module_sliderInput__67lmU {
    width: 100%;
    height: 0.5rem;
    background-color: #bfdbfe;
    border-radius: 0.5rem;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
}

.BannerSelectorDialog-module_sliderInput__67lmU:focus {
    outline: none;
}

/* Slider Thumb Styling */
.BannerSelectorDialog-module_sliderInput__67lmU::-webkit-slider-thumb {
    -webkit-appearance: none;
            appearance: none;
    width: 1rem;
    height: 1rem;
    background-color: #2563eb;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -0.25rem;
}

.BannerSelectorDialog-module_sliderInput__67lmU::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #2563eb;
    border: none;
    border-radius: 50%;
    cursor: pointer;
}

.BannerSelectorDialog-module_sliderInput__67lmU::-ms-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #2563eb;
    border: none;
    border-radius: 50%;
    cursor: pointer;
}

.BannerSelectorDialog-module_sliderInput__67lmU::-webkit-slider-runnable-track {
    height: 0.5rem;
    background: transparent;
    border-radius: 0.5rem;
}

/* ResponsiveDiv Styles */
.BannerSelectorDialog-module_responsiveDiv__6jexI {
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .BannerSelectorDialog-module_responsiveDiv__6jexI {
        max-width: 360px;
    }
}

/* Banner Container Styles */
.BannerSelectorDialog-module_bannerContainer__l7-nE {
    width: 100%;
    height: 100px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

/* Pen Icon Container */
.BannerSelectorDialog-module_penIconContainer__nnDzA {
    position: absolute;
    top: 15px;
    right: 15px;
}

/* Banner Image Styles */
.BannerSelectorDialog-module_bannerImage__RNvuq {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

/* TransitionElement styles */
.SignInDialog-module_transitionElement__mHpjn {
    max-height: 0;
    overflow: hidden;
    display: none;
    padding: 0;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.SignInDialog-module_transitionElement__mHpjn.SignInDialog-module_visible__1rigj {
    display: block;
}

/* Other styles */


.SignInDialog-module_logoImg__Ji3jT {
    height: 62px;
    width: auto;
}

.SignInDialog-module_loadingContainer__WtZR7 {
    position: relative;
    padding: 24px;
}

.SignInDialog-module_contentWrapper__TmNE- {
    max-height: 40vh;
    overflow-y: auto;
    overflow-x: hidden;
}

/* Badge styles */
.SignInDialog-module_badgeText__4sSXL {
    font-size: 10px;
    line-height: 10px;
    font-weight: 900;
    color: var(--justweb3-primary-color);
}

/* Input styles */
.SignInDialog-module_inputFullWidth__09ABw {
    width: 100%;
}

.SignInDialog-module_inputStyle__KDLr3 {
    border-radius: 100px 0 0 100px;
    text-transform: lowercase;
}

/* Button styles */
.SignInDialog-module_buttonStyle__bS-AW {
    border-radius: 0 100px 100px 0;
    font-weight: 900;
    height: 32px;
}

.MetadataCard-module_badge__3ut9a {
    padding: 5px;
}

.MetadataCard-module_flexRow__sG42s {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 5px;
    align-items: center;
}

.MetadataCard-module_icon__TTtg4 {
    width: 15px;
    height: 15px;
    min-width: 15px;
    min-height: 15px;
    text-align: center;
}

.MetadataCard-module_flexColumn__-i8nD {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    align-items: flex-start;
}

.MetadataCard-module_textStyle__x7W9i {
    font-size: 10px;
    font-weight: 800;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 120%;
    margin: 0;
    font-family: var(--justweb3-font-family);
}

.MetadataCard-module_textOther__OpYau {
    font-size: 10px;
    font-weight: 800;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 120%;
    margin: 0;
    font-family: var(--justweb3-font-family);
}

.MetadataCard-module_link__u9b0W {
    color: black;
    font-size: 10px;
    font-weight: 800;
    max-width: 100%;
    width: -moz-fit-content;
    width: fit-content;
    text-decoration: underline;
    text-underline-offset: 1px;
    line-height: 100%;
    margin: 0;
}
.JustEnsCard-module_expandableCard__QSqq2 {
  height: 193px;
  box-sizing: content-box;
  width: 398px;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  background-color: var(--justweb3-background-color);
  /*box-shadow: 2px 4px 20px 0px rgba(0, 0, 0, 0.05);*/
  border: 1px solid var(--justweb3-foreground-color-4);
}

.JustEnsCard-module_expandableCard__QSqq2:hover {
  border: 1px solid var(--justweb3-primary-color);
  /*box-shadow: 1px 1px 5px 0px var(--justweb3-primary-color);*/
}

.JustEnsCard-module_descriptionText__bmbpr {
  color: var(--justweb3-foreground-color-2);
  text-align: right;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.75;
  max-width: 180px;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.JustEnsCard-module_bannerImage__hHO-q {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100px;
  width: 100%;
}

.JustEnsCard-module_avatarContainer__D0fqo {
  padding: 0 20px;
  position: absolute;
  top: 50px;
}

.JustEnsCard-module_expandableCardContent__Zy0nv {
  padding: 35px 20px 20px 20px;
}

.JustEnsCard-module_titleText__7UvLq {
  font-weight: 700;
  color: var(--justweb3-primary-color);
  font-size: 12px;
}

.JustEnsCard-module_expandabletitleText__LmkzX {
  font-weight: 700;
  color: var(--justweb3-foreground-color-2);
  font-size: 16px;
}

.JustEnsCard-module_clickableItem__FM8JD {
  color: var(--justweb3-primary-color);
}

.JustEnsCard-module_socialIconsContainer__9dI2c {
  display: flex;
  gap: 5px;
}

.JustEnsCard-module_socialIcon__2UiF- {
  width: 12px;
  height: 12px;
}

.MembersSection-module_container__OPRZF {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  max-width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  max-height: 100%;
}


.MembersSection-module_memberCard__PmniM {
  width: 100%;
  min-width: 335px;
  flex: 1;

}

.MembersSection-module_loadingContainer__syuoQ {
  position: relative;
  display: flex;
  width: 100%;
  height: 100px;
    justify-content: center;
    align-items: center;
}

/* Container styles */
.ContentSection-module_container__Hjv8j {
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  .ContentSection-module_container__Hjv8j {
    padding-left: 0;
  }
}

.ContentSection-module_bannerImage__vh-KM {
  -o-object-fit: cover;
     object-fit: cover;
  height: 20vh;
  width: 100%;
  border-radius: 16px;
}

/* BannerContainer styles */
.ContentSection-module_bannerContainer__Fee40 {
  width: 100%;
  height: 20vh;
  aspect-ratio: 7 / 1;
  overflow: hidden;
  position: relative;
}

@media (max-width: 768px) {
  .ContentSection-module_bannerContainer__Fee40 {
    aspect-ratio: 2 / 1;
    height: 100px;
  }

  .ContentSection-module_bannerImage__vh-KM {
    height: 100px;
  }
}

/* SectionCard styles */
.ContentSection-module_sectionCard__wNGPg {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid var(--justweb3-foreground-color-4);
  display: flex;
  flex-direction: column;
  gap: 5px;
}

/* SectionItemList styles */
.ContentSection-module_sectionItemList__3p91U {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
  gap: 10px;
  overflow-x: auto;
}

@media (max-width: 768px) {
  .ContentSection-module_sectionItemList__3p91U {
    gap: 10px;
  }
}

@media (min-width: 768px) {
  .ContentSection-module_sectionItemList__3p91U {
    display: flex;
    flex-direction: row;
  }
}

/* SectionItem styles */
.ContentSection-module_sectionItem__uHJTy {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.25rem;
}

@media (max-width: 768px) {
  .ContentSection-module_sectionItem__uHJTy {
    grid-column: span 6 / span 6;
  }
}

.ContentSection-module_communityBtn__sUP1- {
  padding: 3px;
  padding-right: 8px;
  border-radius: 100px;
  cursor: pointer;
  background-color: color-mix(
    in srgb,
    var(--justweb3-primary-color) 20%,
    transparent
  );
  color: var(--justweb3-primary-color);
  font-weight: 600;
  font-size: 8px;
  font-family: var(--justweb3-font-family);
  border: none;
  line-height: 150%;
  text-transform: capitalize;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
}

/* FormContainer styles */
.ProfileDialog-module_formContainer__hixCY {
    transform-origin: left;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
    max-width: 0;
    min-width: 0;
    overflow: hidden;
    transition: all 300ms ease-in-out;
}


.ProfileDialog-module_formContainerEditMode__FkdgS {
    flex: 1 1 0%;
    min-width: 100%;
    max-width: 100%;
}

@media (max-width: 768px) {
    .ProfileDialog-module_minimize__zjbB5 {
        display: none;
    }
}

@media (min-width: 768px) {
    .ProfileDialog-module_formContainerEditMode__FkdgS {
        min-width: 250px;
        max-width: 250px;
    }


}

/* FormInnerContainer styles */
.ProfileDialog-module_formInnerContainer__DRC0a {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 100%;
    max-width: 100%;
    /*min-width: calc(max(min(1200px, 90vw), 390px) - 40px);*/
    /*max-width: calc(max(min(1200px, 90vw), 390px) - 40px);*/
}

@media (min-width: 768px) {
    .ProfileDialog-module_formInnerContainer__DRC0a {
        min-width: 230px;
        max-width: 230px;
    }
}

/* ContentSectionWrapper styles */
.ProfileDialog-module_contentSectionWrapper__Pn2Ml {
    flex: 1 1 0%;
    overflow-y: auto;
    transition: all 300ms linear;
}

/* Header styles */
.ProfileDialog-module_header__O8xvj {
    display: flex;
    gap: 5px;
}

/* Badge text styles */
.ProfileDialog-module_badgeText__m4TWj {
    font-size: 10px;
    line-height: 10px;
    font-weight: 900;
    color: var(--justweb3-primary-color);
}

/* Loading container styles */
.ProfileDialog-module_loadingContainer__ZoPR3 {
    height: 100%;
    position: relative;
    padding: 24px;
}

/* Form styles */
.ProfileDialog-module_form__MLi1R {
    display: flex;
    gap: 10px;
    max-height: 100%;
    height: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
}

/* Error message styles */
.ProfileDialog-module_errorMessage__zH6Vr {
    height: 15px;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
}

/* Button container styles */
.ProfileDialog-module_buttonContainer__0Q01r {
    margin-top: auto;
    height: 49px;
}

/* Minimize and Maximize icons styles */
.ProfileDialog-module_iconButton__Qibd8 {
    cursor: pointer;
}

.JustWeb3Button-module_desktopSection__IdabI {
  display: none;
}

.JustWeb3Button-module_mobileSection__sE0xu {
  display: block;
}

@media (min-width: 768px) {
  .JustWeb3Button-module_desktopSection__IdabI {
    display: block;
  }

  .JustWeb3Button-module_mobileSection__sE0xu {
    display: none;
  }
}
