/* Edit Profile Page */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    form p{
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
.coiner{
    text-transform: uppercase;
}
.coinCount {
    color: white !important;
    font-size: 1.8rem;
    font-weight: 600;
}

.profile-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.profile-pic {
    border: 0px solid black;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    margin: auto;
}

.overlay {
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 9;
    width: 100px;
    height: 100px;
    color: white;
    font-size: 30pt;
    cursor: pointer;
    top: 92px;
    left: calc(50% - 50px);
}

.formInputs {
    height: 44.3px;
    width: 300px;
    border-radius: 6px;
    border: 1px solid #ccc;
}
form p .formInputs {
    /* height: 57px; */
    /* height: 44.3px; */
    width: 100%;
    padding: 10px;
    border-radius: 0px 6px 6px 0px
}
.pchange{
    margin-top: 20px;
    text-align: center;
}

.greener{
    color: #2eebb6;
}
.greenerbg{
    background-color: #2eebb6;
}
.bigmate{
    font-size: 2rem;
}
.spacecase{
    margin: 40px;
    /* border-color: grey; */
}
.titleDetails{
    margin-bottom: 1rem;
}

.zme2{
    z-index: 2;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: white;
    background-color: inherit !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-bottom: 3px solid #fff;
    font-weight: bolder;
}
.nav-tabs .nav-link {
    color: lightgrey;
}

.profile-details{
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
}

#ProfileDetailsName{
font-weight: 900;
font-size: 3em;
line-height: 56px;
margin-bottom: initial;
z-index: 2;
}

#profileCover-pic{
position: relative;
margin: 0;
margin-bottom: 20px;
}

#profile-pic {
    max-width: 140px;
    height: auto;}

#profileCover-pic:after {
    content: " ";
    z-index: 1;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(99,27,251,0) 0%, rgba(18,101,163,1) 94%);
  }

.publisher-profile-photo {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

/* pROFILE pIC IMAGE OVERLAY */
.PicContainer {
    position: relative;
    /* width: 45%; */
    margin: auto;
    /* margin-left: 50px; */
    text-align: inherit !important;
    top: inherit !important;
  }

  @media (max-width: 768px) {
    #profile-pic  {
      margin-top: 10px !important;
      max-width: 100px;
      height: auto; }

    #profileCover-pic{
        height: inherit !important;
        padding-bottom: 15px;
        text-align: center;
    }

    .profile-card-with-cover .card-profile-image {
        position: initial;
    }

    .PicContainer {
        position: initial;
        margin: auto;
        text-align: center !important;
      }
    
    #ProfileDetailsName {
        font-weight: 900;
        font-size: 2em;
        line-height: 40px;
        margin-bottom: initial;
        z-index: 2;
        text-align: center !important;
    }

    .list-inline{
        text-align: center !important;
    }
    }

  .image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    max-width: 150px;
    margin-bottom: 10px;
  }

  .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }

  .PicContainer:hover .image {
    opacity: 0.3;
  }

  .PicContainer:hover .middle {
    opacity: 1;
  }

  .text {
    background-color: #4CAF50;
    color: white;
    font-size: 1.2rem;
    padding: 5px;
    border-radius: 5px;
  }

.avatar-selector-container {
    width: 100%;
    height: 100%;
    color: #fff;
}

.avatar-selector-content {
    width: 100%;
    height: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
}

.avatar-selector-books-container {
    display: flex;
    overflow-x: auto;
    padding-bottom: 1rem;
    gap: .75rem;
}
.avatar-selector-books-container a {
    padding: 0 !important;
    background-color: transparent;
    width: 9rem;
}
.avatar-selector-books-container::-webkit-scrollbar{
    height: 12px;
}
.grouper {
    margin-bottom: 10px;
}
.grouper .section-name {
    margin-bottom: 1rem;
}
#avatar-selector-modal:modal {
    width: 100vw !important;
    height: 100vh !important;
    margin: 0 !important;
    max-width: unset;
    max-height: unset;
}
#avatar-selector-modal {
    border-radius: 0 !important;
    padding: 0 !important;
}
.comics-plus-banner {
    position: unset;
}

@media screen and (min-width: 768px) {
    .avatar-selector-content {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media screen and (min-width: 1200px) {
    .avatar-selector-content {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}