

.header-icon{
    font-size: 20px !important;
    margin-right: 15px;
    color: #4a6cf7;
}

select{
    border: 0;
    height: 40px;
}

*{
    -webkit-overflow-scrolling: touch;  
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
    /* text-transform: capitalize; */
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  }      
  ::-webkit-scrollbar-thumb {
    background-color: #4a6cf7;
    border-radius: 40px;
  }
  ::-webkit-scrollbar-track {
    background-color: transparent;
  }


  .homeheaderbg{
    background-color: #0e0e0e;
    /* background-image: url('assets/Element2.png') !important; */
    background-position: center bottom;
    background-size: contain;
  }
  .homeheaderdivbg{
    background-image: url('../../assets/img/Element.png') !important;
    background-position: center bottom;
  }


  .top-18{top:4.25rem; }
  .Ads-card{
    min-width: 270px;
  }
  header{
    position: fixed;
    inset: 0 0 auto 0;
    display: flex;
    justify-content: center;
    z-index: 1250;
    background-color: white;
    border-bottom: 1px solid;
  }

  .content-wrapper{
    min-height: 100vh;
    /* overflow: hidden; */
  }

  #countrytel{
    width:115px;
    }
    
  
.divimagee:hover .overlay{
  display: block;
  transition: 0.3s;
  

}
  .valid{
    color: green;
  }

  .invalid{
    color: red;
  }

  .vitalnun {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
  }
/* .bullets::before{
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #86868617;
  top: 50%;
  left: 30%;
  z-index: -100;
} */

.transition{
  transition: 0.1s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.Navleft{
  left: -600px ;
}
.nav-cards{
  display: -webkit-box;
  overflow-x: auto;
    overflow-y: hidden;
    grid-gap: 10px;
    align-self: start;
}
.shadowaRound{
  box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.3);
}

.min-w-40{
  min-width: 160px;
}
/*Media*/

@media (min-width: 0px) and (max-width:640px)
{
  .xs\:hidden {display: none !important;}
  .xs\:block {display: block !important;}
  .xs\:col-span-5 {grid-column: span 5 / span 5 !important;}

}

.swiper-button-next
{margin-top: 35px;}
.swiper-pagination-bullet-active
{background: #4a6cf7 !important;}
.swiper-pagination-bullet
{background: #7e7e7e8f;}


.sidebar-link-active{
    color: #fff !important;
    background: #4a6cf7;
}



.navbar{
    position: fixed;
    left: -120%;
    top: 0;
    height: 100%;
    padding-top: 5rem;
    width: 18rem;
    
    transition: 0.3s;
    overflow: scroll;
    z-index: 70;
}

.navbar.active{
        left: 0;
        box-shadow: 0 0 0 100vw rgba(0,0,0,.3);
}
   
  
.navdiv{
    position: fixed;
    right: 0;
    top: 70px;
    width: 100%;
    bottom: 0;
    height: 100vh;
    z-index: 60;
    display: none
}
.navdiv.active{
    display: block;
}
.notificaions.active{
    	
    position: fixed;
    right: 0;
    background: white;
    top: 55px; 
    width: 18rem;
    box-shadow: 0 0 0 100vw rgba(0,0,0,.3);
    height: 100%;
    display: block;
    overflow-y: scroll;
    z-index: 70;
}
       


.notificaions{
    display: none;
}

.chat{
    display: none;
}

.chat.active{
    display: block;
    max-width: 300px;
    z-index: 70;
}

.profile{
    display: none;
}

.profile.active{
     position: fixed;
    right: 0;
    background: white;
    top: 55px; 
    width: 18rem;
    box-shadow: 0 0 0 100vw rgba(0,0,0,.3);
    height: 100%;
    display: block;
    overflow-y: scroll;
    z-index: 70;
}

.divstage1{
display: none;
}
.divstage1.active{
display: block;
}

.divstage2{
display: none;
}
.divstage2.active{
display: block;
}

.divstage3{
display: none;
}
.divstage3.active{
display: block;
}


.tapp1{
display: none !important;
}
.tapp1.active{
display: flex !important;
}
.tapp2{
display: none !important;
}
.tapp2.active{
    display: flex !important;
}

.tapp3{
display: none !important;
}
.tapp3.active{
display: flex !important;
}

.postsTap{
display: none !important;
}
.postsTap.active{
display: block !important;
}

.aboutTap{
display: none !important;

}
.aboutTap.active{
    display: block !important;

}

.askedTap{
    display: none !important;
}

.askedTap.active{
display: block !important;
}


.postbutton.active{
    color: #4a6cf7 !important;
    border-bottom: 2px solid #4a6cf7 !important;
}
.aboutbutton.active{
    color: #4a6cf7;
    border-bottom: 2px solid #4a6cf7 !important;
}
.Askedbutton.active{
    color: #4a6cf7;
    border-bottom: 2px solid #4a6cf7 !important;
}

@tailwind base;
@tailwind components;
@tailwind utilities;

.pop-right.active{
     position: fixed; right: 0; background: white; top: 0px; width: 18rem; box-shadow: 0 0 0 100vw rgba(0,0,0,.3); height: 100%;display: block;overflow-y: scroll;
}

.pop-right{
    display: none;
}

.underpop.active{
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    transition: 0.3s;
    z-index: 70;
    visibility: visible;
}

.underpop{
    bottom: -700px;
    visibility: hidden;
}


.youtubelink.active{
display: block;
}
.youtubelink{
display: none;
}

.chosefile.active{
    display: block;
}
.chosefile{
    display: none;
}