.loader-box {
  height: 100vh !important;
  z-index: 99;
  padding: 0px !important;
  margin: 0px !important;
}
.loader-box .loader-39 {
  background-color: #32abe2 !important;
}
/* Medical Section Page */
.humbergerwawai {
  position: absolute;
  left: 7.4em;
  top: 30px;
  cursor: pointer;
  z-index: 3;
}
.humbergerwawai:hover > svg {
  color: var(--theme-deafult) !important;
  stroke: var(--theme-deafult) !important;
}
.humbergerwawai svg {
  width: 30px;
  height: 30px;
}
.humbergerwawai:hover:before {
  height: 50px;
  width: 50px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.humbergerwawai:before {
  content: "";
  position: absolute;
  height: 50px;
  width: 50px;
  background-color: rgba(115, 102, 255, 0.1);
  border-radius: 100%;
  left: -11px;
  z-index: -2;
  top: -8px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tabtools {
  width: 100%;
  z-index: 2;
  padding-top: 4em;
}
.tabtools ul {
  display: inline-flex;
  align-items: center;
}
#wawaimedtab .tabtools ul li {
  display: flex;
  align-items: center;
}
#wawaimedtab .tabtools ul li + li a {
  padding-left: 0px;
}
#wawaimedtab .tabtools li:last-child {
  position: relative;
}
#wawaimedtab.active {
  opacity: 1;
  margin-left: 0em;
  transition-duration: 0.5s;
}
.wizard-4 .companylogo {
  width: 30%;
}
.wizard-4 .action-bar {
  position: fixed;
  bottom: 30px;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: row-reverse;
  z-index: 99;
}
.wizard-4 .action-bar .btn {
  float: right;
  margin: 0 5px;
  background-color: #e3e0ff !important;
  border-color: #e3e0ff !important;
  color: var(--theme-deafult);
}
.wizard-4 .action-bar .buttonDisabled {
  color: #59667a;
  background-color: rgba(89, 102, 122, 0.05) !important;
  border: 1px solid rgba(89, 102, 122, 0.05) !important;
  cursor: text;
}
.wizard-4 #medactivity.less {
  width: 80%;
  transition-duration: 0.5s;
  float: right;
}
.wizard-4 .step-container {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0 solid #e8ebf2;
  /*overflow: hidden;*/
  clear: right;
  width: 100%;
  float: center;
}
.wizard-4 .step-container .login-main {
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 37px rgba(8, 21, 66, 0.05);
  box-shadow: 0 0 37px rgba(8, 21, 66, 0.05);
  margin: 0 auto;
  background-color: #fff;
  /*max-height: 70vh;*/
}
.wizard-4 .step-container .login-main i {
  font-size: 2.8rem;
}
.wizard-4 .step-container .login-main .btn {
  padding: 0.3rem 1rem;
  margin: 0.5rem 0.5rem;
  color: var(--theme-deafult);
  border-color: var(--theme-deafult);
}

button.removeBtn {
  margin-right: 5px;
  height: 25px;
  width: 25px;
  color: #ffff;
  background: var(--theme-deafult) !important;
  border: none;
  border-radius: 50px;
  margin-left: -20px;
  margin-top: -5px;
}
button.removeBtn:before {
  content: "\e646";
  font-family: "themify";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
}
.wizard-4 .step-container div.content {
  display: block;
  position: absolute;
  float: left;
  text-align: left;
  z-index: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  padding: 2em 9em;
}
.wizard-4 .step-container div.content .wizard-title {
  width: 100%;
  margin: 0 auto;
}
.wizard-4 .loader {
  display: none;
}
.wizard-4 .msg-box {
  position: fixed;
  display: none;
  padding: 5px 10px;
  background-color: #a299ff;
  top: 30px;
  border-radius: 5px;
  right: 60px;
  padding: 10px 20px;
}
.wizard-4 .msg-box .content {
  padding: 0;
  float: left;
  padding-top: 3px;
  color: #fff;
}
.wizard-4 .msg-box .close {
  color: #fff;
  margin-left: 10px;
  opacity: 1;
  font-size: 18px;
  line-height: 1.4;
}
.wizard-4 ul.anchor {
  float: left;
  width: 20%;
  height: 100vh;
  padding: 30px;
  z-index: 2;
  position: absolute;
  margin-left: -100em;
  opacity: 0;
  transition-duration: 0.5s;
}
.wizard-4 ul.anchor .disabled {
  opacity: 0.7;
  color: #59667a;
}
.wizard-4 ul.anchor .disabled h4 {
  background-color: rgba(89, 102, 122, 0.15);
}
.wizard-4 ul.anchor .logo {
  padding-bottom: 20px;
}
.wizard-4 ul.anchor li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  padding-bottom: 19px;
  float: left;
  clear: both;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 0;
}
.wizard-4 ul.anchor li + li a {
  padding-left: 80px;
}
.wizard-4 ul.anchor li:last-child {
  position: absolute;
  bottom: 0;
}
.wizard-4 ul.anchor li:last-child img {
  height: 300px;
}
.wizard-4 ul.anchor li h4 {
  display: inline-block;
  background-color: rgba(102, 220, 255, 0.2);
  padding: 16px 23px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 6px;
}
.wizard-4 ul.anchor li a {
  display: block;
  position: relative;
  float: left;
  margin: 0;
  padding: 10px 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  outline-style: none;
  z-index: 1;
  font-size: 18px;
}
.wizard-4 ul.anchor li a small {
  display: block;
  font-size: 14px;
}
.wizard-4 ul.anchor li a .stepNumber {
  position: relative;
  float: left;
  width: 30px;
  text-align: center;
  padding: 5px;
  padding-top: 0;
}
.wizard-4 ul.anchor li a.done h4 {
  color: #fff;
  background: var(--theme-deafult);
}
.wizard-4 ul.anchor li a.done h4:before {
  font-size: 12px;
  position: absolute;
  left: 5px;
  top: -3px;
  content: "\e64c";
  font-family: "themify";
  background-color: #fff;
  color: var(--theme-deafult);
  border-radius: 15px;
  padding: 2px;
  border: 1px solid;
}
.wizard-4 ul.anchor li a.error {
  color: #898989;
  background: #fe8a7d;
  border: 1px solid #dc3545;
}
.wizard-4 ul.anchor li a.error:hover {
  color: #000;
}
/* Exam Group */
#step-4 .login-main {
  background-color: white !important;
  box-shadow: none !important;
}
.examgroup {
  text-align: center;
  padding: 10px 10px;
}
#audio-source,
#video-source {
  width: 90%;
}
#snapshotContainer {
  display: flex;
  flex-wrap: wrap;
}
img.snapshot-image {
  width: 15% !important;
  height: 15% !important;
  margin-bottom: 10px;
}
.btn-outline-success:hover,
.btn-outline-success:active,
.btn-outline-success.active,
#exam_ear.active a,
#exam_skin.active a,
#exam_mouth.active a,
#exam_eye.active a,
#exam_hearth.active a,
#exam_lung.active a {
  background-color: var(--theme-deafult) !important;
  border-color: var(--theme-deafult) !important;
  color: white !important;
}
#section_ear,
#section_skin,
#section_mouth,
#section_eye,
#section_hearth,
#section_lung {
  display: none;
}
#section_ear.active,
#section_skin.active,
#section_mouth.active,
#section_eye.active,
#section_hearth.active,
#section_lung.active {
  display: block !important;
}

#captureBtn,
#uploadBtn,
#captureBtn1,
#uploadBtn1,
#captureBtn2,
#uploadBtn2,
#captureBtn3,
#uploadBtn3,
#captureBtn4,
#uploadBtn4,
#captureBtn5,
#uploadBtn5 {
  color: white;
  font-size: 1rem;
}

