body,
html {
  text-align: center;
  margin-bottom: 2em;
}

.head1 {
  margin-bottom: 4em;
  opacity: 0.8 !important;
}

.microsoft {
  background-color: #f25022;
  box-shadow:
    45px 0 0 0 #7fba00,
    0 45px 0 0 #00a4ef,
    45px 45px 0 0 #ffb900;
  height: 40px;
  width: 40px;
  display: inline-block;
  position: absolute;
  z-index: 1;
  left: 40%;
  opacity: 0.6
}

h2 {
  position: relative;
  top: 0.5em;
  z-index: 3;
  padding: 0 0.2em;

}

.head {
  margin-bottom: 5em;

}

.s2 {
  font-size: small;
}

.bt1 {
  display: inline-block;
  margin-left: 1em;
}

.eta {
  position: absolute;
  bottom: 0em;
  left: 1em;
  font-size: 0.8em;
}

.micro1 {
  margin-top: 6em !important;
  margin-left: 1em;
  opacity: 0.8;

}

.mrs1 {
  margin-right: 3em;

}

.infosearch {
  position: absolute !important;
  bottom: 0em;
  right: 1em;
}

#loading-icon {
  width: 26px;
  cursor: pointer;

}


#my-div {
  font-size: 0.8em;
}


@media screen and (min-width: 768px) {
  .head1 {
    margin-bottom: 2em;
  }

  .micro1 {

    text-align: right;
  }

  .eta {
    position: absolute;
    bottom: 0em;
    left: 8em;
    font-size: 0.8em;
  }

  .bt1 {
    margin-left: -0.5em;
  }

  .microsoft {
    left: 14em;
  }

  .s2 {
    font-size: 1em;
  }
}

.delaydiv1 {
  text-align: left;
  position: relative;
  top: 2em;
  left: 55%;
  transform: translateX(-55%);
  max-width: 60%;
  background-color: #cbd2d8;
  padding: 1em;
  border-radius: 1em;

}

.dinfo {
  display: block;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {

  .delaydiv1 {
    text-align: left;
    position: relative;
    top: 1.2em;
    left: 93%;
    transform: translateX(-93%);
    max-width: 30%;
    background-color: #cbd2d8;
    padding: 1em;
    border-radius: 1em;
  }

  .head1 {
    margin-bottom: 3em;
  }

  #my-div {
    font-size: 1.5em !important;
  }

  .bt1 {
    margin-left: 0.3em;
    font-size: 2em !important;
    width: 4em;

  }

  .infosearch {
    position: absolute;
    bottom: 0em;
    right: 3em;
    transform: scale(1.6);
  }

  .container {
    padding: 0em
  }

  .micro1 {

    text-align: left;
  }

  .eta {
    font-size: 1em;
    position: absolute;
    bottom: 0em;
    left: 5em;
  }

  .msw1 {

    font-size: 1.2em !important;
    padding: 0.3em 0.9em !important;

  }

  .microsoft {
    background-color: #f25022;
    box-shadow:
      80px 0 0 0 #7fba00,
      0 80px 0 0 #00a4ef,
      80px 80px 0 0 #ffb900;
    height: 70px;
    width: 70px;
    display: inline-block;
    position: absolute;
    z-index: 1;
    left: 40%;
    top: 2.8em;
    opacity: 0.6;
  }

  .head1 {

    font-size: 3em;
    margin: 0 0.9em;
    margin-bottom: 2.2em;

  }

  .head {
    margin-bottom: 5em;

  }

  .s2 {
    font-size: small;
  }

  #container1 {
    min-width: 100%;
    font-size: 19px;
  }

  #subhead1 {
    font-size: 1.5em;

  }

  #number {
    font-size: 2em;


  }

  .subhead3 {
    font-size: 1.6em;
    margin-left: 0.5em;
  }

  .subhead3 svg {
    transform: scale(1.8);
    margin-right: 0.5em !important;

  }

  #loading-icon {
    width: 50px;
    cursor: pointer;

  }
}

input[type="number"]:invalid {
  border: 1px solid red;
  color: red;
}

.sp1 {
  font-weight: bolder;
}


#rect0 {
  fill: #E44A2F;
}

#rect1 {
  fill: #7AAC2C;
}

#rect2 {
  fill: #EFAC30;
}

#rect3 {
  fill: #159CDF;
}


.animate {
  animation: fade 2s;
}

@keyframes fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.defaultz {
  position: absolute;
  top: 50%;
  left: 90%;
  transform: translate(-90%, -53%);
  z-index: 99;
  cursor: pointer;
  display: none;
}

.defaultz svg {
  fill: #666;
  stroke: #666;
  transition: stroke fill 0.3s;
  /* Smooth transition effect */
}

.defaultz:hover svg {
  fill: rgb(70, 158, 185);
  stroke: rgb(70, 158, 185);
  /* Stroke color on hover */
}




@media only screen and (min-width: 768px) {
  .delaydiv1 {
    text-align: left;
    position: relative;
    top: 1.2em;
    left: 93%;
    transform: translateX(-93%);
    max-width: 20%;
    background-color: #cbd2d8;
    padding: 1em;
    border-radius: 1em;
  }

  .dinfo {
    display: inline-block;
  }

  .zq1 {
    transform: scale(0.6)
  }

  .defaultz {
    position: absolute;
    top: 50%;
    left: 73%;
    transform: translate(-73%, -55%);

  }

  .defaultz:active svg {
    fill: rgb(41, 170, 36);
    stroke: rgb(41, 170, 36);
    /* Stroke color on hover */
  }
}

.check {
  display: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}


.t1 {
  position: absolute;
  top: 4.8em;
  left: 3em;
  color: green;
  z-index: 5;
  font-size: 1.1em;
  background-color: #bbbfc4;
  padding: 3px 5px;
  border-radius: 5px;
}

.hidden-element {
  opacity: 0 !important;
  pointer-events: none;
  transition: opacity 0.3s, pointer-events 0.3s;

}

.visible-element {
  opacity: 1 !important;
  pointer-events: auto;
  transition: opacity 0.3s, pointer-events 0.3s;

}

.delayinfo:hover {
  fill: rgb(94, 92, 92);
  /* Change the fill color */
  stroke: rgb(179, 170, 170);
  /* Change the stroke color */
  cursor: pointer;
}

.delayinfo:active {
  fill: rgb(94, 92, 92);
  /* Change the fill color */
  stroke: rgb(179, 170, 170);
  /* Change the stroke color */
  cursor: pointer;
}