.loader-box {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  padding: 0px !important;
  margin: 0px !important;
  background: #fbfbfb;
}
.loader-box .loader-39 {
  background-color: #32abe2 !important;
}
/* Core of From */
.pagination {
  margin-bottom: 20px;
  padding-left: 5px;
}

.form-step {
  display: none;
}

.form-step.active {
  display: block;
}

.form-navigation {
  position: fixed;
  bottom: 30px;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 99;
}
/* Left Pagination */
.page-item.active a {
  background: rgb(224 248 255 / 62%);
  border-radius: 50px;
}
/* STEP 1 */
#launchapp {
  display: none;
}
#launchapp.launch {
  display: block;
}
#launchapp.launch:hover,
#launchapp.launch:focus {
  display: block;
  color: white !important;
  background-color: var(--theme-deafult) !important;
  border-color: var(--theme-deafult) !important;
}
#step-1 .form-check {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#wawaimedtab #page-1 {
  opacity: 0.5;
}
#wawaimedtab #page-1 a {
  cursor: not-allowed;
}
/* STEP 2 */
#med-prev:disabled {
  background-color: var(--theme-deafult) !important;
  border-color: var(--theme-deafult) !important;
}
/* Camera */
video#medical_camera {
  width: 100% !important;
  height: 100% !important;
  max-width: 1920px;
  margin: 0 auto;
  border-radius: 10px;
}
#captureit {
  padding: 0.6rem 1rem;
}
#data img {
  border-radius: 5px;
}
#data p {
  text-align: center;
}
/* Medical Section Page */
.humbergerwawai {
  position: absolute !important;
  left: 1.4em;
  top: 30px;
  cursor: pointer;
  z-index: 3;
  width: auto;
}
.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: 1px;
  z-index: -2;
  top: -10px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tabglob {
  float: left;
  width: 40%;
  height: 100vh;
  padding: 15px;
  z-index: 4;
  position: absolute;
  margin-left: -100em;
  opacity: 0;
  transition-duration: 0.5s;
  background-color:white;
  overflow: hidden;
  border-right: solid 1px #fafafa;
  border-radius: 5px;
  box-shadow: 0 0 8px 6px rgb(10 159 183 / 8%);
  left:0;

}
#tabglob.active {
  opacity: 1;
  margin-left: 0em;
  transition-duration: 0.5s;
}
.tabtoolsnav {
  width: 100%;
}
.tabtools {
  width: 100%;
  z-index: 2;
  padding-top: 4em;
}
.tabtools ul {
  display: inline-flex;
  align-items: center;
  width: 100%;
  padding-left: 1.8em;
}
.tabtools ul li {
  display: flex;
  align-items: center;
}
.tabtools ul 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;
  color: #212529 !important;
  margin-left: -3px;
}
#wawaimedtab {
  display: block;
  width:100%;
  padding-left:0px;
}
#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;
}

.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: 100%;
  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: 25px;
  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);
}
#card-body-audio-hb button:hover,
#card-body-audio-hb button:focus,
#card-body-audio-lungs button:hover,
#card-body-audio-lungs button:focus {
  background-color: var(--theme-deafult) !important;
  color: white !important;
  border-color: var(--theme-deafult) !important;
}
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: 1em 1em;
}
.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 .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;
}
#wawaimedtab .page-item-link {
  padding-left: 80px;
}
.wizard-4 ul.anchor li + li a {
  padding-left: 80px;
}
.wizard-4 ul.anchor li:last-child {
  position: relative;
}
.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: 11px;
}
.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 */
#captureit.btn:hover,
#captureit.btn:focus {
  background-color: var(--theme-deafult) !important;
  border-color: var(--theme-deafult) !important;
  color: white !important;
}


.examgroup {
  text-align: center;
  padding: 10px 10px;
}
.testsgroup {
  text-align: center;
  padding: 10px 10px;
}
.testprimary {
  width: 90%;
  text-decoration: none !important;
  border-color: #efefef !important;

  padding: 12px 10px;
}
.maintestsgroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.maintestsgroup .btn {
  font-weight: 600;
}
.maintestsgroup span {
  order: initial;
  border-color: red;
}
.maintestsgroup .active a {
  background-color: var(--theme-deafult) !important;
  border-color: var(--theme-deafult) !important;
  color: white !important;
}


#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, #exam_EKG.active a {
  background-color: var(--theme-deafult) !important;
  border-color: var(--theme-deafult) !important;
  color: white !important;
}
#exam_ear.active .forceteknologi-ear::before,
#exam_skin.active .forceteknologi-skins::before,
#exam_eye.active .forceteknologi-eye::before,
#exam_mouth.active .forceteknologi-mouth::before,
#exam_eye.active .forceteknologi-eye::before,
#exam_hearth.active .forceteknologi-hearth::before,
#exam_lung.active .forceteknologi-lung::before,
#exam_EKG.active .forceteknologi-ekg::before{
    filter: brightness(0) invert(1) !important;
}
#card-body-cam {
  display: none;
}
#card-body-cam.active {
  display: block;
}
#section_ear,
#section_skin,
#section_mouth,
#section_eye,
#section_hearth,
#section_lung,
#card-body-audio-lungs,
#card-body-audio-hb {
  display: none;
}
#section_ear.active,
#section_skin.active,
#section_mouth.active,
#section_eye.active,
#card-body-audio-hb.active,
#card-body-audio-lungs.active {
  display: block !important;
}

#captureBtn,
#uploadBtn,
#captureBtn1,
#uploadBtn1,
#captureBtn2,
#uploadBtn2,
#captureBtn3,
#uploadBtn3,
#captureBtn4,
#uploadBtn4,
#captureBtn5,
#uploadBtn5 {
  color: white;
  font-size: 1rem;
}
.card .card-footer.device-names {
  /*display: none;*/
}
#med-next {
  margin-right: 1rem;
}

/* Exam Audio */
#showallaudio .audioresults {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
#showallaudio audio,
#showallaudio p {
  width: 90%;
}
#showallaudio .audiocol {
  text-align: center;
  text-align: -webkit-center;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
/* Exam & Testing */
#left-controller{
  width:100% !important;
   /*height:380px;
   z-index:2;
 overflow: hidden;*/
 margin-top: 3em;
}
#left-controller-card{
  display: ;
    flex-direction: row;
    justify-content: center;
    margin-top: -1em;
}
#left-controller-card.show{
  display: flex !important;
}
.meddevice-controller {
  position: absolute;
    top: -7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 18px;
    margin-left:2px;
    flex-wrap: nowrap;
    flex-direction: row;
}
#audio-source,
#video-source {
  width: 90%;
  cursor: pointer;
}
#audio-source{
  border-radius: 0px 10px 10px 0px;
}

#humbergerexam{
  border-radius: 10px 0px 0px 10px;
  border: solid 1px;
  border-color: #efefef;
  background-color: #fff;
  font-size: 14px;
  color: #898989;
  padding: 9px 10px;
  cursor: pointer;
}
#audioAnimationBar {
  width: 100%;
  height: 0; /* Initial height of the animation bar */
  background-color: #007bff; /* Color of the animation bar */
  transition: height 0.1s ease-out; /* Smooth transition for height changes */
  margin-bottom: 10px; /* Adjust margin as needed */
}
.audio-animation {
  width: 100%;
  height: 5px; /* Initial height of the animation bar */
  background-color: #007bff; /* Color of the animation bar */
  margin-bottom: 10px; /* Adjust margin as needed */
}
#secondsCounter {
    font-size: 20px;
    margin-top: 5px;
    width: 290px;
    text-align: center;
    color: #182848;
    text-shadow: 3px 4px 7px #182848cf;
    font-weight: 700;
}
ul.forcewavebody{
  border: 4px solid #32ABE2;
  border-radius:50px;
  width:200px;
  height:45px;
  display:flex;
  justify-content:center;
  align-items:center;
  padding:0;
  margin:0;
  transition:ease 0.2s;
  position:relative;
  background:#fff;
}

ul.forcewavebody:hover::before{
  bottom: -30px;
  color: #32ABE2;
}
ul.forcewavebody:active::before{
  content: 'Yeah!';
}


ul.forcewavebody li{
  list-style:none;
  height:30px;
  width:4px;
  border-radius:10px;
  background: #32ABE2;
  margin:0 6px;
  padding:0;
  animation-name: wave1;
  animation-duration: 0.3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transition:ease 0.2s;
}


ul.forcewavebody li:nth-child(2) {
    animation-name: wave2;
    animation-delay:0.2s;
}
ul.forcewavebody li:nth-child(3) {
    animation-name: wave3;
  animation-delay:0.23s;
  animation-duration: 0.4s;
}
ul.forcewavebody li:nth-child(4) {
    animation-name: wave4;
    animation-delay:0.1s;
  animation-duration: 0.3s;
}
ul.forcewavebody li:nth-child(5) {
  animation-delay:0.5s;
}
ul.forcewavebody li:nth-child(6) {
    animation-name: wave2;
  animation-duration: 0.5s;
}
ul.forcewavebody li:nth-child(8) {
    animation-name: wave4;
  animation-delay:0.4s;
  animation-duration: 0.25s;
}
ul.forcewavebody li:nth-child(9) {
    animation-name: wave3;
  animation-delay:0.15s;
}

@keyframes wave1 {
    from {transform:scaleY(1);}
    to {transform:scaleY(0.5);}
}
@keyframes wave2 {
    from {transform:scaleY(0.3);}
    to {transform:scaleY(0.6);}
}
@keyframes wave3 {
    from {transform:scaleY(0.6);}
    to {transform:scaleY(0.8);}
}
@keyframes wave4 {
    from {transform:scaleY(0.2);}
    to {transform:scaleY(0.5);}
}
#forcewave {
    width: 290px;
    text-align: center;
    text-align: -webkit-center;
}