ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.style-2 li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
ul.style-2 li::before {
  content: "\f105";
  position: absolute;
  left: 7px;
  top: 0px;
  font-family: "FontAwesome";
}
/* CUSTOM RADIO BUTTON */
.radio-style-1:checked,
.radio-style-1:not(:checked) {
  position: absolute;
  left: -9999px;
}
.radio-style-1:checked + label,
.radio-style-1:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #333;
}
.radio-style-1:checked + label:before,
.radio-style-1:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #666;
  border-radius: 100%;
  background: #fff;
  margin-left: 0;
}
.radio-style-1:checked + label:after,
.radio-style-1:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #ed6824;
  position: absolute;
  top: 7px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.radio-style-1:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.radio-style-1:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* CUSTOM CHECKBOX */

.materialize-checkbox {
  position: relative;
}
.materialize-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  box-sizing: border-box;
  padding: 0;
}
.materialize-checkbox label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.materialize-checkbox label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.materialize-checkbox input[type="checkbox"]:checked + label:before {
  top: -4px;
  left: -5px;
  width: 10px;
  height: 18px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #26a69a;
  border-bottom: 2px solid #26a69a;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.materialize-checkbox label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 1px;
  margin-top: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
[type="checkbox"]:not(.filled-in) + label:after {
  border: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.disable {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-style-1 {
  background: purple;
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
  text-decoration: none !important;
}
.btn-style-1:hover {
  background: #000;
  color: #fff;
}
.logo-batch {
  text-align: center;
}
.logo-batch img {
  margin-top: 20px;
  width: 200px;
}
.img-logo-cares {
  width: 200px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .oetVerification.contentWrap {
    width: 80%;
    margin: 20px auto;
    background: #f3f3f3;
    border: 1px solid #ddd;
  }
  .oetVerification.contentWrap .content-left {
    width: 40%;
  }
  .oetVerification.contentWrap .content-right {
    width: 60%;
  }
}
.oetVerification.contentWrap .content-right #wizard_container {
  width: 100%;
}
.otp-grid {
  display: flex;
}
.otp-grid input {
  border-radius: 5px;
  text-align: center;
  height: 60px;
  width: 90%;
  margin-right: 3%;
  font-size: 22px;
}
.table-verification tr td {
  padding-bottom: 15px;
}
.table-verification tr td:first-child {
  position: relative;
  padding-left: 40px;
}
.table-verification tr td:first-child span {
  position: absolute;
  left: 0;
  top: 3px;
}
.table-verification tr td:last-child {
  width: 120px;
  padding-left: 50px;
  vertical-align: top;
}
@media (max-width: 767px) {
  .table-verification tr td {
    display: block;
    width: 100%;
  }
  .table-verification tr td:last-child {
    padding-left: 25px;
  }
}
.radio-block {
  display: flex;
}
.radio-block .radio_input .container_radio {
  margin-top: 0;
}
.form-group .smiley-group {
  display: inline-block;
  margin-right: 20px;
}
.form-group .smiley-group label {
  cursor: pointer;
}
.form-group .smiley-group.active img {
  border-radius: 50%;
}
.form-group .smiley-group.sm1 img {
  border: 1px solid #b00f00;
}
.form-group .smiley-group.sm2 img {
  border: 1px solid #ffbf01;
}
.form-group .smiley-group.sm3 img {
  border: 1px solid #288af0;
}
.form-group .smiley-group input {
  display: none;
}
.img-success {
  width : 90px;
  border-radius: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .img-success {
    margin-top: 50px;
  }
}

/* SMILEY FORM */
form#smileys input[type="radio"].smiley-radio {
  -webkit-appearance: none;
  width: 50px;
  height: 50px;
  border: none;
  cursor: pointer;
  transition: border 0.2s ease;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  margin: 0 5px;
  transition: all 0.2s ease;
  display: inline-block;
}
form#smileys input[type="radio"].smiley-radio:hover,
form#smileys input[type="radio"].smiley-radio:checked {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
form#smileys input[type="radio"].smiley-radio:focus {
  outline: 0;
}
form#smileys input[type="radio"].smiley-radio.happy {
  background: url("../../images/smileys/smiley-happy.svg") center;
  background-size: cover;
}
form#smileys input[type="radio"].smiley-radio.neutral {
  background: url("../../images/smileys/smiley-neutral.svg") center;
  background-size: cover;
}
form#smileys input[type="radio"].smiley-radio.sad {
  background: url("../../images/smileys/smiley-sad.svg") center;
  background-size: cover;
}
#result {
  color: #ed1c24;
}
.mtt {
  position: fixed;
  bottom: 10px;
  right: 20px;
  color: #999;
  text-decoration: none;
}
.mtt span {
  color: #e74c3c;
}
.mtt:hover {
  color: #666;
}
.mtt:hover span {
  color: #c0392b;
}

.start-date-wrapper {
  /* background: #f5f5f5; */
  padding: 10px 15px;
  border: 1px solid #ddd;
}
.date-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  font-size: 15px;
  border: 1px solid #333;
}
.invisibility {
  display: none;
}
#loader img {
  width: 100%;
}
.active-data .invisibility {
  display: grid;
  border-top: none;
}
.active-loader .invisibility {
  display: block;
}
.date-wrapper.block {
  margin-top: 20px;
  text-align: center;
  padding: 5px;
}
.date-wrapper.block h4 {
  font-size: 17px;
}
.date-wrapper::before {
  display: none;
}
.date-wrapper > div {
  padding: 4px 12px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
}
.date-wrapper > div:nth-child(1n + 4) {
  border-bottom: none;
}
.date-wrapper > div:nth-child(3n) {
  border-right: none;
}

table.timing {
  margin-top: 20px;
}
table.timing tr td {
  position: relative;
  font-size: 15px;
  border: 1px solid #333;
}
table.timing tr td:first-child {
  text-align: center;
  width: 190px;
}
table.timing label span {
  visibility: hidden;
}
.table-label-wrapper span {
  display: inline-block;
  margin: 0 10px;
}
@media (max-width: 559px) {
  .date-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .table-label-wrapper span {
    display: none;
  }
}
/* MEDIA QURIES */
@media (max-width: 767px) {
  .btn-fixed-on-xs {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: 5px !important;
    opacity: 1 !important;
    z-index: 10;
  }
  table.timing tr td:first-child {
    font-size: 13px;
    width: 140px;
  }
}

.user-input-wrp {
  position: relative;
}
.registration-steps {
  margin-top : 40px;
}
.registration-steps 
.user-input-wrp {
  position: relative;
  border: 1px solid #999;
  border-radius: 4px;
}
.registration-steps .form-group {
  margin-bottom: 25px;
}
.user-input-wrp .fa-abs {
  position: absolute;
  left: 15px;
  top: 5px;
  display: inline-block;
  line-height: 30px;
  padding-right: 10px;
  width: 20px;
  border-right: 1px solid #d2c4c4;
}
.user-input-wrp .inputText {
  width: 100%;
  outline: none;
  background: transparent;
  border: none;
  box-shadow: none !important;
  height: 40px;
  padding-left: 45px;
  border-radius: 40px;
  margin: 0;
  color: #111;
}
.user-input-wrp .floating-label {
  position: absolute;
  pointer-events: none;
  top: 7px;
  left: 45px;
  transition: 0.2s ease all;
}
.user-input-wrp .fa {
  position: absolute;
  left: 15px;
  top: 12px;
  width: 15px;
  /* border-right: 1px solid #999; */
  padding-right: 10px;
}
.user-input-wrp input:focus ~ .floating-label,
.user-input-wrp input:not(:focus):valid ~ .floating-label {
  top: -14px;
  left: 34px;
  font-size: 12px;
  opacity: 1;
  background: #fff;
  border-radius: 10px;
  color: #408bc8;
  padding: 0 6px;
}

.title-popup-spl {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 20px;
  padding: 15px 20px 20px;
  background: red;
  /* border-radius: 5px 5px 0 0; */
  color: #fff;
  text-transform: uppercase;
}
.box-role,
.grid-iam {
  display: grid;
  grid-template-columns: 60px auto;
  margin-bottom: 20px;
}
.box-role {
  grid-template-columns: 100px auto;
}
.box-role::before,
.box-role::after,
.grid-iam::before,
.grid-iam::after {
  display: none;
}

.close-popup {
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px 17px;
  cursor: pointer;
}
.grid-form {
  position: relative;
  background: #fff;
  max-width: 500px;
  margin: 10px auto;
  padding: 35px 35px 0;
  border-radius: 10px;
}
.grid-form.popup-type {
  margin-top: 45px;
}
.grid-form.popup-type2 {
  margin-top: 30px;
  padding: 30px 10px 0;
}
.grid-form.popup-form {
  box-shadow: none;
  padding: 10px;
}
.grid-form::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
  top: -15px;
}
.grid-form .user-input-wrp {
  border: 1px solid #a5a5a5;
  border-radius: 40px;
  margin-bottom: 15px;
}
.grid-form .user-input-wrp:last-child {
  margin-bottom: 0;
}
.teacher,
.input-role-wrapper {
  display: none;
}
.input-role-wrapper.active,
.teacher.active {
  display: block;
}
#systemRequirements .modal-body {
  padding: 30px;
}
.title-popup {
  position: relative;
  padding-left: 20px;
  text-transform: uppercase;
  color: #0090b5;
  font-size: 18px;
}
.title-popup span {
  position: relative;
  display: inline-block;
}
.title-popup span::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  left: -20px;
  top: 10px;
  background: #0090b5;
}
.sub-title-popup {
  font-size: 16px;
}
