body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.muj-heading-section {
  color: #106caa;
}

.muj-heading-section p {
  font-size: 0.8rem;
}

.muj-input-group {
  margin-top: 0.8rem;
}

.muj-input-group .muj-lable {
  display: block;
  color: rgba(16, 108, 170, 0.5);
  font-size: 0.85rem;
}

.muj-input-group .muj-custom-field {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  width: 100%;
  padding: 0.45rem;
  margin-top: 0.3rem;
  border: 1px solid rgba(16, 108, 170, 0.7);
  border-radius: 0.5rem;
}

.muj-input-group .muj-custom-field:focus {
  border-color: #106caa;
}

.mainContainer {
  min-height: 100vh;
  background-color: #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.muj-form-container .muj-form {
  font-family: Montserrat, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin: 0 auto;
  min-height: 50vh;
  padding: 1rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.muj-form-container .muj-form .muj-form-step {
  display: none;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-animation: animate 0.5s;
          animation: animate 0.5s;
}

.muj-form-container .muj-form .muj-form-step .muj-btn-group {
  margin-top: 3rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.muj-form-container .muj-form .muj-form-step .muj-btn-group .muj-w-50 {
  width: 50%;
}

@media all and (max-width: 992px) {
  .muj-form-container .muj-form .muj-form-step .muj-btn-group .muj-w-50 {
    width: 100%;
  }
}

.muj-form-container .muj-form .muj-form-step .muj-btn-group .muj-custom-btn {
  padding: 0.75rem;
  display: block;
  text-decoration: none;
  background-color: #48ae4d;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 0.5rem;
}

.muj-form-container .muj-form .muj-form-step .muj-input-check-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #106caa;
  border-radius: 0.5rem;
  padding: 0.5rem;
  margin-top: 1.0rem;
  position: relative;
}

.muj-form-container .muj-form .muj-form-step .muj-input-check-group .muj-arrow-icon {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: #106caa;
  color: #106caa;
  font-size: 1.4rem !important;
}

.muj-form-container .muj-form .muj-form-step .muj-input-check-group .muj-child-icon {
  right: 1.2rem;
}

.muj-form-container .muj-form .muj-form-step .muj-input-check-group .muj-child-icon-two {
  right: 1.2rem;
  top: 65%;
}

.muj-form-container .muj-form .muj-form-step .muj-input-check-group .muj-child-icon-one {
  top: 65%;
}

.muj-form-container .muj-form .muj-form-step .muj-input-check-group .muj-parent-icon {
  right: 0.9rem;
  top: 30%;
}

.muj-form-container .muj-form .muj-form-step .muj-input-check-group .muj-check-input {
  height: 1rem;
  width: 1rem;
}

.muj-form-container .muj-form .muj-form-step .muj-input-check-group .muj-check-lable {
  margin-left: 0.5rem;
}

.muj-form-container .muj-form .muj-form-step .muj-input-check-group .muj-check-lable h6 {
  margin: 0;
  color: #106caa;
}

@media all and (max-width: 768px) {
  .muj-form-container .muj-form .muj-form-step .muj-input-check-group .muj-check-lable h6 {
    font-size: 0.8rem;
    max-width: 90%;
  }
}

.muj-form-container .muj-form .muj-form-step .muj-input-check-group .muj-check-lable p {
  margin: 0;
  font-size: 0.7rem;
  color: #EA5533;
}

.muj-form-container .muj-form .muj-form-step .muj-padding-y {
  padding: 0.95rem 0.5rem;
}

.muj-form-container .muj-form .muj-form-step .muj-select-container {
  margin-top: 1rem;
}

.muj-form-container .muj-form .muj-form-step .muj-select-container .muj-lable {
  display: block;
  color: rgba(16, 108, 170, 0.5);
  font-size: 0.85rem;
  margin-bottom: 0.3rem;
}

.muj-form-container .muj-form .muj-form-step .muj-select-container .muj-select {
  width: 100%;
  padding: 0.7rem 0.5rem;
  border-radius: 0.4rem;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #106caa;
}

.muj-form-container .muj-form .muj-form-step .muj-phone-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

.muj-form-container .muj-form .muj-form-step .muj-phone-number .muj-num-code {
  width: 2.5rem;
  height: 2.5rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #eeeeee;
}

.muj-form-container .muj-form .muj-form-step .muj-phone-number .muj-num-input {
  width: 100%;
  padding-left: 0.5rem;
  border: 1px solid rgba(16, 108, 170, 0.7);
  border-bottom-right-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.muj-form-container .muj-form .muj-form-step .muj-get-otp {
  text-decoration: none;
  color: #FFF;
  font-weight: 500;
  margin-top: 1rem;
  margin-top: 0.5rem;
}

.muj-form-container .muj-form .muj-form-step .muj-edit-num {
  text-decoration: none;
  color: #ea5533;
  display: none;
  font-weight: 500;
  margin-top: 1rem;
  margin-top: 0.5rem;
}

.muj-form-container .muj-form .muj-form-step #muj-otp-container {
  display: none;
}

.muj-form-container .muj-form .muj-form-step #muj-otp-container .muj-otp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
}

.muj-form-container .muj-form .muj-form-step #muj-otp-container .muj-otp .muj-otp-input {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(16, 108, 170, 0.7);
  border-radius: 0.5rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  outline: none;
  margin-right: 1rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.muj-form-container .muj-form .muj-form-step .muj-submit {
  margin-top: 1rem;
  display: none;
}

.muj-form-container .muj-form .muj-form-step .muj-submit .muj-submit-btn {
  min-width: 188px;
  padding: 0.7rem;
  background-color: #ea5533;
  color: #fff;
  border-radius: 0.5rem;
  border: none;
  outline: none;
  cursor: pointer;
  font-weight: 500;
}

.muj-form-container .muj-form .muj-form-step .muj-submit .submit-btn {
  min-width: 188px;
  padding: 0.7rem;
  background-color: #48ae4d;
  color: #fff;
  border-radius: 0.5rem;
  border: none;
  outline: none;
  cursor: pointer;
  font-weight: 500;
}

.muj-form-container .muj-form .muj-form-step-active {
  display: block;
}

.muj-progress-bar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  counter-reset: step;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.muj-progress-bar::before, .muj-progress-bar .progress {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 4px;
  background-color: #dcdcdc;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.muj-progress-bar .progress {
  background-color: #ea5533;
  width: 0%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.muj-progress-bar .muj-progress-step {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #dcdcdc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 768px) {
  .muj-progress-bar .muj-progress-step {
    width: 25px;
    height: 25px;
  }
}

.muj-progress-bar .muj-progress-step::before {
  counter-increment: step;
  content: counter(step);
  font-size: 1rem;
  font-weight: 500;
}

.muj-progress-bar .muj-progress-step-active {
  background-color: #ea5533;
  color: #fff;
}

@-webkit-keyframes animate {
  from {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}

@keyframes animate {
  from {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}

.muj-table-emp {
  display: none;
  margin-top: 0rem;
  -webkit-animation: animate 0.5s;
          animation: animate 0.5s;
}

.muj-table-emp-active {
  display: block;
}

.muj-error-message {
  display: none;
  color: red;
}

.muj-phone-error {
  display: none;
  color: red;
}

.muj-right-top-card {
  min-height: 30vh;
  padding: 1rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.muj-user-image {
  width: 4rem;
  height: 4rem;
  /*padding: .4rem; */
  /*border-radius: 50%;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  background-color: #fff;*/
}

.muj-user-right-name p {
  color: #837a7a;
}

.muj-user-right-name a {
  color: #ea5533;
  font-weight: 600;
  font-size: 1.1rem;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.muj-user-right-name .muj-right-icon {
  fill: #ea5533;
  font-size: 1.2rem;
}

.muj-right-low-section {
  border: 1px solid #ababab;
  margin-top: 2rem;
  padding: 1rem;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.5);
}

#muj-form-right-side {
  display: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.muj-renewal-section {
  display: none;
  -webkit-animation: animate 0.5s;
          animation: animate 0.5s;
}

.muj-right-submit-btn {
  min-width: 188px;
  padding: 0.7rem;
  background-color: #ea5533;
  color: #fff;
  border-radius: 0.5rem;
  border: none;
  outline: none;
  cursor: pointer;
  margin-top: 1.5rem;
  font-weight: 500;
}

#muj-expert-form {
  display: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation: animate 0.5s;
          animation: animate 0.5s;
}

#muj-form-left-side {
  -webkit-transition: 3s ease-in-out;
  transition: 3s ease-in-out;
}
/*# sourceMappingURL=styles.css.map */