@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@300&display=swap");

* {
  font-family: "Heebo", sans-serif !important;
}
.fAJlDL {
  font-family: "Heebo", sans-serif !important;
}
td {
  padding: 15px !important;
}

.head_div {
  width: 100%;
  float: left;
  position: inherit;
}
.dipal {
  width: 50%;
  float: left;
}

.progress {
  margin: 20px auto;
  padding: 0;
  width: 90%;
  height: 30px;
  overflow: hidden;
  background: #e5e5e5;
  border-radius: 6px;
}

.bar {
  position: relative;
  float: left;
  min-width: 1%;
  height: 100%;
  background: cornflowerblue;
}

.percent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-family: tahoma, arial, helvetica;
  font-size: 12px;
  color: white;
}
.dipall {
  width: 50%;
  float: right;
  text-align: right;
}

body {
  background-color: #eee;
}

label.radio {
  cursor: pointer;
}

label.radio input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  pointer-events: none;
}

label.radio span {
  padding: 4px 0px;
  border: 1px solid red;
  display: inline-block;
  color: red;
  width: 100px;
  text-align: center;
  border-radius: 3px;
  margin-top: 7px;
  text-transform: uppercase;
}

label.radio input:checked + span {
  border-color: red;
  background-color: red;
  color: #fff;
}

.ans {
  margin-left: 36px !important;
}

.btn:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.btn:active {
  outline: 0 !important;
  box-shadow: none !important;
}

.ModalStyle1 {
  background-color: #fff;
  border: 1px solid rgb(204, 204, 204);
  position: fixed;
  border-radius: 4px;
  outline: none;
  padding: 20px;
  width: 500px;
  margin: 10% auto;
  left: 0;
  right: 0;
}

.ModalStyle2 {
  background-color: #fff;
  border: 1px solid rgb(204, 204, 204);
  position: fixed;
  border-radius: 4px;
  outline: none;
  padding: 20px;
  width: 600px;
  margin: 20% auto;
  left: 0;
  right: 0;
}
.ModalStyle3 {
  background-color: #fff;
  border: 1px solid rgb(204, 204, 204);
  position: fixed;
  border-radius: 4px;
  outline: none;
  padding: 20px;
  width: 500px;
  height: 300px;
  margin: 20% auto;
  left: 0;
  right: 0;
  overflow: auto;
}
.ModalStyle4 {
  background-color: #fff;
  border: 1px solid rgb(204, 204, 204);
  position: fixed;
  border-radius: 4px;
  outline: none;
  padding: 20px;
  width: 650px;
  margin: 8% auto;
  left: 0;
  right: 0;
  max-height: 80vh;
  overflow-y: auto;
}
.ModalStyle5 {
  background-color: #fff;
  border: 1px solid rgb(204, 204, 204);
  position: fixed;
  border-radius: 4px;
  outline: none;
  padding: 20px;
  width: 800px;
  margin: 8% auto;
  left: 0;
  right: 0;
}

/* ------------------------ Mobile Responsive CSS ------------------------  */

@media only screen and (max-width: 768px) {
  .Width100 {
    width: 100% !important;
  }
  .EXTQ {
    display: grid !important;
    justify-content: center !important;
    min-width: 0px !important;
    border-radius: 0px !important;
    padding: 10px;
  }
  .HorizontalDivider {
    display: none !important;
  }
  .FilterS {
    width: auto !important;
    min-width: 0px !important;
    border: none !important;
  }
  .Height100 {
    height: 100% !important;
  }
  .mobileButton {
    width: 40% !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .mobileModal {
    width: 350px !important;
  }
  .marLeft {
    margin-left: 0 !important;
  }
  .Width90 {
    width: 90% !important;
    margin-top: 25%;
  }
  .Width91 {
    width: 90% !important;
    margin-top: 21%;
  }
  .testBorder {
    height: 45vh !important;
  }
}
