/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/frontend/frontend-style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
.spce_applications {
  margin-top: 20px;
}
.spce_applications table {
  width: 100%;
  font-size: 12px;
}
.spce_applications table thead {
  text-align: left;
}

.d-none {
  display: none !important;
}

#uploading-message {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000; /* Ensure it appears above other elements */
}

/*Spinner*/
.lds-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000; /* Ensure it appears above other elements */
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #38374b;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #38374b transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#validation_message {
  color: #fd0d0d;
}

#fadeOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.89); /* Adjust the alpha value for the desired opacity */
  z-index: 999; /* Ensure it appears below the loader */
  display: none;
}

.spce-register-checkbox-group {
  gap: 20px;
  padding: 10px;
}
.spce-register-checkbox-group.has-error {
  border: 2px solid rgba(253, 13, 13, 0.25);
  border-radius: 20px;
  padding: 10px;
}

.membership-form {
  position: relative;
}
.membership-form .form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(253, 13, 13, 0.25);
}

.spce-personal-area {
  gap: 25px;
}
.spce-personal-area .left {
  width: 30%;
}
.spce-personal-area .left ul {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 25px;
}
.spce-personal-area .left ul li a {
  background: #335B7F;
  color: #fff;
  padding: 20px;
  display: block;
  border: 1px solid #335B7F;
}
.spce-personal-area .left ul li a:hover {
  text-decoration: none;
  background: #fff;
  color: #335B7F;
}
.spce-personal-area .left ul li a.active {
  text-decoration: none;
  background: #fff;
  color: #335B7F;
  pointer-events: none;
}
.spce-personal-area .right {
  width: 70%;
}

.investigation-images-wrap {
  gap: 10px;
  margin-bottom: 10px;
}
.investigation-images-wrap .item {
  width: 10%;
  cursor: pointer;
}
.investigation-images-wrap .item img {
  border-radius: 10px;
}
.investigation-images-wrap .item.active img {
  box-shadow: 0 0 0 0.25rem rgba(253, 13, 13, 0.25);
}

.payments-items {
  margin-top: 20px;
}
.payments-items .item {
  width: 30%;
  cursor: pointer;
  background: #2E4E70;
  padding: 20px;
  color: #fff;
  min-height: 200px;
  border-radius: 40px;
  border: 2px solid #2E4E70;
}
.payments-items .item:hover {
  background: #fff;
  color: #2E4E70;
}

.payment-form-fields {
  gap: 10px;
}

#payment-error-message {
  color: red;
}

#apf_strength_msg.weak {
  color: red;
}
#apf_strength_msg.medium {
  color: orange;
}
#apf_strength_msg.strong {
  color: green;
}
#apf_strength_msg.very-strong {
  color: green;
}
#apf_strength_msg.very-weak {
  color: red;
}

.spce-password-input-wrap {
  position: relative;
}
.spce-password-input-wrap #apf_show {
  position: absolute;
  top: 13%;
  right: 15px;
  cursor: pointer;
}
.spce-password-input-wrap #apf_show svg {
  width: 20px;
  fill: gray;
}
.spce-password-input-wrap #apf_show.visible svg {
  fill: #618BBD;
}

.registration-form-spce .payment-plans .item {
  border: 2px solid #2E4E70;
  border-radius: 20px;
  cursor: pointer;
  color: #2E4E70;
  width: 48%;
  padding: 20px;
}
.registration-form-spce .payment-plans .item.active {
  background: #2E4E70;
  cursor: initial;
  color: #fff;
}

/*# sourceMappingURL=frontend-script.css.map*/