body{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  margin: 0px;
}
.topbar{
  background-color: white;
  max-height: 6vh;
  min-height: 50px;
  padding:2rem;
  box-shadow: 0px 5px 10px rgba(60, 64, 67, 0.3);
  display: flex;
  background-color: dodgerblue;
  justify-content: space-between;
  align-items: center;
  width:100%
}

#s1{
  position: absolute;
  left:45%;
  color: white;
}
#oneabnd{
  font-size:200%;

  transform: rotate(90deg);
  cursor:pointer;
  transform-origin: center;
  transition: 0.8s;
  color: white;
}
#oneabnd:hover{
  transform:rotate(810deg)
}
.sidebar{
  max-width:220px;
  min-width:40vh;
  position: fixed;
  bottom:0;
  top:0;
  margin-left:-10px;
  background-color: dodgerblue;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  z-index: 5;
  border-style: none;
  outline: none;
}
#ul1{
  list-style: none;
}
.li1{
  margin-bottom: 2vh;
  display: flex;
  align-items: center;
  transition: 0.5s;
  padding:10px
}
.li1:hover{
  background-color: rgb(132, 193, 255);
  margin-right:20px;
}
.a{
  margin-left:20px
}
#h1a{
  color:white
}
.a{
  outline: none;
  text-decoration: none;
  color: white;
  font-weight: 300;
  
}
.li1{
  margin-bottom: 2vh;
  display: flex;
  align-items: center;
  transition: 0.5s;
  padding:10px;
  cursor: pointer;
}
.li1:hover{
  background-color: rgb(132, 193, 255);
  margin-right:20px;
  cursor: pointer;
}
#ul1{
  margin-top:100px
}
#div2a,#h1a{
  all : unset
}
#div2a{
 position: relative
 ;
 top:10px;
 left:8%
}
#h1a{
  font-size: 240%;
  color: white;
}
#exita{
  position: absolute;
 left:70%;
  padding: 0px;

  font-size: 4em;
  color: white;
  font-weight: 300;
  cursor: pointer;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  display: block;
top:-10px;
-webkit-tap-highlight-color: transparent;

  transition: 0.14s;
}
#exita:hover{
  opacity: 0.5;
}
#exita:active{
  transform: scale(0.82);
}
#sidebar{
  position: absolute;
  left: -400px;
  transition:0.55s
}
#sidebar.anc{
  position: fixed;
  left : 0;
  z-index: 111;
}
#div11{
  background-color: rgb(235, 235, 235);
  min-width: 5rem;
  max-width: 25rem;
  margin-top:5rem;
  margin-left:auto;
  margin-right: auto;
  border-radius: 0.4rem;
  padding:2rem;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  overflow-x: auto;

}
#p1{
  font-size: 100%;
  min-width:11rem
}
#p2{
  margin-top:-1.8rem;
  color: dodgerblue;
  font-size: 500%;
  width:10%;
  margin-right:0px
}
.btn1{
  border: 0.1rem solid dodgerblue;
  color:white;
  background:dodgerblue;
  padding:1rem;
  padding-left:2rem;
  padding-right: 2rem;
  transition: 0.7s;
}
.btn1:hover{
  background-color: transparent;
  color: dodgerblue;
}
.btn1:active{
  transition: 0.14s;
  transform: scale(0.9);
}

#box{
  height: 270px;
  max-width: 400px;
  min-width: none;
  padding: 20px;
  background-color: rgba(255,255,255,0.13);
  position: relative;
  border-radius: 7px;
  backdrop-filter: blur(70px);
  box-shadow: 0 0 100px dodgerblue;
  margin-left: auto;
  margin-right: auto;
  margin-top: -240px;
  z-index: 20;
  opacity: 0;
transition: visibility 0s, opacity 0.5s ease-in-out;
visibility: hidden;
overflow-x: auto
}
#box.active {
visibility: visible;
opacity: 1;
}
.material-symbols-outlined{
  color:gray;
  transition:0.14s;
  cursor:pointer
 }
 .material-symbols-outlined:active{
  transform: scale(0.74);
 }
 #rzp-button1{
  margin-right:0px;
  width:10rem;
  min-width: none;
 }
#lab1,#lab2,#input1{
  margin-top:1rem;
}
#lab1{
  font-size: 120% ;
  color: dodgerblue;
  position: relative;
  top:-3rem;
  left:30%;
  width:9rem;
  min-width: 9rem;
}
#input1{
  border-width: 0rem;
  background-color: transparent;
  border-bottom: 0.14rem solid gray ;
  position: relative;
  top:-3rem;
  left:32%;
  outline: none;
  width:6rem;
  min-width: 6rem;
}
#lab2{
  position: relative;
  left:33%;
  top:-0.5rem;
  transition: 0.14s;
}
#rzp-button1{
  position: relative;
  width:100%;
  text-align: center;
}
#lab2{
font-size: 90%;
}
#lab2.anc{
  position: relative;
  color: dodgerblue;
  top:-2rem
}

.underline {
  background-color: dodgerblue;
  display: inline-block;
  height: 0.14rem;
  left: 135px;
  margin-top: -4px;
  position: absolute;
  top: 129.4px;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  width: 6rem;
  min-width: 6rem;
  z-index: 2;
  margin-left:0px
}

#div{
  background-color: rgb(244, 244, 244);
  min-width: 5rem;
  max-width: 35rem;
  margin-top:5rem;
  margin-left:auto;
  margin-right: auto;
  padding:2rem;
  overflow-x: auto;
  margin-top:2rem;
  max-height:500px;
  overflow-y: hidden;
  margin-bottom:100px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;

}
#logs{
  max-height:300px;

  overflow-y: auto;
}
#ap1{
  color:dodgerblue
}
#iss{
  color:dodgerblue;
  position: relative;
  left:2rem;
  font-size: 190%;
  margin:0px;
  margin-bottom:30px
}
#lii{
  list-style-type: none;
  margin-top:3rem
}
#linef{
  border-bottom:0.01rem solid gray
}

.loader  {
  animation: rotate 1s infinite;  
  height: 50px;
  width: 50px;
}

.loader:before,
.loader:after {   
  border-radius: 50%;
  content: '';
  display: block;
  height: 20px;  
  width: 20px;
}
.loader:before {
  animation: ball1 1s infinite;  
  background-color: #cb2025;
  box-shadow: 30px 0 0 #f8b334;
  margin-bottom: 10px;
}
.loader:after {
  animation: ball2 1s infinite; 
  background-color: dodgerblue;
  box-shadow: 30px 0 0 #97bf0d;
}
@keyframes rotate {
  0% { 
    -webkit-transform: rotate(0deg) scale(0.8); 
    -moz-transform: rotate(0deg) scale(0.8);
  }
  50% { 
    -webkit-transform: rotate(360deg) scale(1.2); 
    -moz-transform: rotate(360deg) scale(1.2);
  }
  100% { 
    -webkit-transform: rotate(720deg) scale(0.8); 
    -moz-transform: rotate(720deg) scale(0.8);
  }
}

@keyframes ball1 {
  0% {
    box-shadow: 30px 0 0 #f8b334;
  }
  50% {
    box-shadow: 0 0 0 #f8b334;
    margin-bottom: 0;
    -webkit-transform: translate(15px,15px);
    -moz-transform: translate(15px, 15px);
  }
  100% {
    box-shadow: 30px 0 0 #f8b334;
    margin-bottom: 10px;
  }
}

@keyframes ball2 {
  0% {
    box-shadow: 30px 0 0 #97bf0d;
  }
  50% {
    box-shadow: 0 0 0 #97bf0d;
    margin-top: -20px;
    -webkit-transform: translate(15px,15px);
    -moz-transform: translate(15px, 15px);
  }
  100% {
    box-shadow: 30px 0 0 #97bf0d;
    margin-top: 0;
  }
}
#loader{
  position: absolute;
  z-index: 1111;
  left:47%;
  top:250px
 }


@media only screen and (max-width : 450px)
{
  #div11{
    margin-left:0.8rem;
    margin-right: 0.8rem;
  }
  #box{
    margin-left: 10px;
    margin-right: 10px;
  }
  .underline {
    left: 50%;
    margin-left: -3rem; /* half of the width of the underline */
  }
  #div{
    margin-left:10px;
    margin-right:10px
  }
  #loader{
    left:43%
  }
  
}

#input1:focus+.underline {
  transform: scale(1);
}
#input1:focus::-webkit-input-placeholder {
  color: dodgerblue;
}
#sidebar{
  position: absolute;
  left:-500px
}
body{
  -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}
#ap2,#ap1{
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text; 
}
#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
  z-index: 1000000000001;
}

#snackbar.showwm {
  visibility: visible;
  -webkit-animation: fadeinn 0.5s, fadeoutt 0.5s 2.5s;
  animation: fadeinn 0.5s, fadeoutt 0.5s 2.5s;
}

@-webkit-keyframes fadeinn {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadeinn {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeoutt {
  from {bottom: 30px; opacity: 1;} 
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeoutt {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}