

html {
    width: 100%;
}

body {
  overflow-x: hidden !important;
}

body.show-spinner>main {
  overflow: hidden !important;
}

/* Hide everything under body tag */
body.show-spinner>* {
  opacity: 0;
}

/* Spinner */
body.show-spinner::after {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  border-top-color: rgba(0, 0, 0, 0.3);
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  position: fixed;
  z-index: 1;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
.field-validation-error
{
    color:red;
}
.input-validation-error{
    border-color:red;
}


.total-users h1{
    font-weight:900;
}

.total-users span{
    font-weight:900;
    text-align:center;
}

.total-users span i{
    font-size:1.1rem;
}

.iconsminds-bisexual{
    font-size:18px;
}

.simple-icon-eye{
    font-size:15px;
}


.simple-icon-pencil{
    font-size:15px;
}


.simple-icon-trash{
    font-size:16px;
}

.eye-logo {
    font-size: 20px;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    word-break: break-word;
}

li{
    list-style:none ;
    word-break:break-word;
    text-align:left;
}


.editprofile-btns {
    font-size: .8rem;
    padding:.8rem .9rem;
    width: 12rem;
    margin:0 auto;
    font-weight:700;
}

@media screen and (max-width:820px){
    .editprofile-btns {
        width: 8rem !important;
        font-size: 10px;
    }
    .side-sec a h2 {
        font-size: 1.2rem !important;
    }
}
.side-sec a h2 {
    font-size: 1.4rem;
}


@media screen and (max-width:600px){
    .editprofile-btns {
        width: 12rem !important;
        font-size: 13px;
    }
}

.vertical-menu{
    padding:.6rem !important;   
    text-align:center;
}


    .memberShip > h2 {
        font-weight:700;
        font-size:20px
    }

.memberShip >i{
    margin-right:-8px !important;
    font-size:20px;
}

.bio:hover {
    color: white;
    background-color: #17a2b8 !important;
}

.complete:hover {
    color: white;
    background-color: #00365a !important;
}

.archive:hover {
    color:white;
    background-color: #dc3545 !important;
}

.report-heading {
    font-size: 1.6rem;
    color: #0080d3;
    font-weight:600;
    border-bottom: 5px solid #dc3545;
}
#printBtn {
    color:white;
    background-color: #0080d3;
    transition:all .2s ease;
}

#printBtn:hover{
    opacity:.9;
}

.user-data{
    display:flex;
}

.sm-logo{
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    gap:2.2rem;
    justify-content:center;
    
}
.sm-logo h1{
    font-weight:800;
    font-size:2.5rem;
}

.print-table {
    display: flex;
    justify-content: space-between;
    padding: 0 5rem;
    align-items: center;
    margin-top:2rem;
}

.print-table-data{
    display:flex;
    align-items:center;
     gap:1.1rem;
     padding:.7rem;
    border-radius:8px;

}


.user-detail{
    font-weight:700;
    display:flex;
    flex-direction:column;
    font-size:1rem;
}
.print-table-data img {
    border-radius: 8px;
}

.user-detail h2{
    font-weight:700;
    font-size:1.5rem;
}
.user-detail span{
    font-size:1rem;
    color:gray;
}

.form-content h1{
    display:flex;
    justify-content:center;
}

#imgProfilePhoto{
    width:40vmax;
}

