@keyframes loader {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.loader div {
  position: absolute;
  width: 120px;
  height: 120px;
  border: 20px solid #ffcd2e;
  border-top-color: transparent;
  border-radius: 50%;
}
.loader div {
  animation: loader 1s linear infinite;
  top: 100px;
  left: 100px;
  position: relative;
  top: 50%;
  right: 50%;
  left: 50%;
  bottom: 50%;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}
.loader-container {
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  overflow: hidden;
  /* background: none; */
  z-index: 999;
  position: fixed;
  background: #176e55;
}
.loader {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.loader div {
  box-sizing: content-box;
}

.iti__selected-dial-code {
  font-size: 16px;
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100%;
}

.iti.iti--allow-dropdown {
  width: 100%;
}

.iti__flag {
  background-image: url("../build/img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../build/imgflags@2x.png");
  }
}

.iti__country {
  font-size: 15px;
}

.iti.iti--allow-dropdown {
  display: block;
  width: 100%;
}

span.validation-error {
  line-height: 1;
  font-size: 11px;
  position: relative;
  color: #f94200;
  margin-top: -0.9rem;
  margin-left: 6px;
  position: absolute;
  top: 20px;
  left: 0;
}

.elementor-field-type-tel {
  position: relative;
}

button#register-user[disabled] {
  background: #9d9d9d;
  border: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

span.elementor-message.elementor-message-danger.elementor-help-inline.elementor-form-help-inline {
  position: absolute;
  bottom: -17px;
  left: 0;
  font-size: 9px;
  color: #ffffff !important;
  background: rgba(250, 64, 104, 0.749);
  padding: 2px 15px;
  border-radius: 5px;
}

input[readonly] {
  background: #e8e8e4 !important;
  font-weight: 700;
  border: none !important;
  box-shadow: none!important;
}

td.cdt-pic {
  width: 30%;
  margin-right: 10px;
  text-align: left;
}

.cdt-pic img {
  width: 74px;
  height: 74px !important;
  border-radius: 50% !important;
  border: 2px solid var(--e-global-color-accent) !important;
}

.cdt-name {
  font-weight: 600;
}

.candidate-country {
  background: #ffe67d;
  border-radius: 5px;
  color: var(--e-global-color-primary);
  padding: 0px 10px;
  font-size: 11px;
  font-weight: 700;
  margin-left: 15px;
}

table.cdt-table-small {
  width: 100%;
  margin-bottom: 0;
}

.elementor-field-type-hcte_candidates label {
  width: 90%;
}

.elementor-field-type-hcte_candidates table td {
  padding: 4px;
  vertical-align: middle;
  background: transparent;
  border: none;
}

td.cdt-infos span {
  display: inline-block;
}

table.cdt-table-small tr td {
  background: transparent !important;
}

span.elementor-field-option {
  box-shadow: 1px 3px 6px -3px #a4a4a4;
  margin-bottom: 0.1rem;
}

span.elementor-field-option.checked {
  background: #ffe67d;
}

.elementor-field-option.checked input{
  display: none;
}

table.cdt-table-small tr td.cdt-number {
  background: #a4a4a4 !important;
  width: 7%;
  color: white;
  font-weight: 600;
  text-align: center;
}

span.elementor-field-option.checked table.cdt-table-small tr td.cdt-number{
  background: #039b5e !important;
}

@media (max-width: 767px){
  .elementor-column.elementor-sm-60 {
    width: 100% !important;
  }
}