/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Aeonic';
  font-style: normal;
  font-weight: 400;
  scrollbar-width: none;
  src: url('./fonts/fonnts.com-Aeonik-Regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./fonts/fonnts.com-Aeonik-Regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Aeonic', sans-serif;
}
*::-webkit-scrollbar{
    display: none;
}
input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-text-fill-color: none !important;
  transition: background-color 5000s ease-in-out 0s;
}
body {
    width: 100%;
    min-height: 100vh;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: scroll;
}
input{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    font-size: 14px;
    text-align: left;
    padding: 15px;
}
input[type="password"]{
    border: none;
}
input:focus-visible {
    outline: none;
}
label{
    font-size: 14px;
    color: #808080;
    width: 100%;
    height: fit-content;
    text-align: left;
    padding-left: 1vh;
    padding-bottom: 0.5vh;
}
button{
    width: 90%;
    height: 55%;
    border: 1px solid #002f2e;
    border-radius: 20px;
    background-color: #002f2e;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}
form{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-top: 1vh;
}
select{
    width: 100%;
    height: 5vh;
    border: 1px solid #002f2e;
    border-radius: 20px;
    color: #808080;
    font-size: 15px;
    font-weight: 200;
}
input::-ms-reveal,
input::-ms-clear {
  display: none;
}
input[type="password"]::-webkit-textfield-decoration-container {
  display: none !important;
}
input[type="file"]{
    display: none;
}
.pgebtn{
    display: flex;
    flex-direction: row;
    width: 96%;
    height: 10vh;
    align-items: center;
    justify-content: flex-start;
}
.pass_showhide{
    width: fit-content;
    height: fit-content;
    display: flex;
    position: relative;
    right: 1%;
    cursor: pointer;
    z-index: 1;
}
.passwordbox{
    display: flex;
    width: 100%;
    height: fit-content;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc  ;
    border-radius: 20px;
}
.passwordbox input[type="text"]{
    border: none;
}
.pass_showhide .hide{
    display: none;
}
.ident{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 30vh;
    border: 2px solid #002f2e;
    border-radius: 10px;
}
.notifdot{
    grid-area: 1/1;
    width: 8px;
    height: 8px;
    background-color: #f00;
    border-radius: 50%;
    margin-top: 2px;
    margin-right: 2px;
}
.searchbox{
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border: 1px solid #808080;
    border-radius: 10px;
    margin-top: 2vh;
}
.searchbox input{
    width: 90%;
    text-align: left;
    border: none;
}
.searchbox svg{
    position: relative;
}
input:checked + .slider {
  background-color: #4CAF50;
}
input:checked + .slider:before {
  transform: translateX(17px);
}
.pushnotfi{
    width: 100%;
    height: 6vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.pushnotfi span{
    width: 100%;
}
.pushnotfi .switch{
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
.pushnotfi .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.pushnotfi .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}
.pushnotfi .slider.active {
  background: #4CAF50 !important;
}
.pushnotfi .switch .slider:before {
  position: absolute;
  content: "";
  height: 26px; width: 26px;
  left: 4px; bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
.bottom{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2vh;
    border-top: 1px solid #808080;
}
.bottom .bottom_inner{
    width: 99%;
    height: 90%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}
.bottom .bottom_inner .btn{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.bottom .bottom_inner .btn.active{
    background: #001211;
}
@media only screen and (max-width:768px) {
    body{
        display: flex;
        height: 99vh;
    }
}