.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #b02a37;
}

#loading2 {
  position: fixed;
  z-index: 10000000000000000000000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 1s 0.4s;
  background-color: rgba(0, 0, 0, 0.3019607843) !important;
  transition: 1s 0.4s;
  font-size: 0px !important;
  visibility: hidden;
  overflow: hidden;
}

#loading2 .load {
  width: 7rem;
  height: 7rem;
  border: 5px solid #fe3d01;
  border-top: 6px solid #fe3d01;
  border-radius: 100%;
  margin: auto;
  -webkit-animation: spin 1s infinite;
  animation: spin 1s infinite;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  z-index: 10000000000000000;
}

body.is-loading {
  overflow: hidden !important;
  height: 100vh;
}

html.is-loading {
  overflow: hidden !important;
}

.is-loading {
  overflow: hidden;
  height: 100%;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.c-scrollbar_thumb {
  cursor: pointer !important;
}

.sweet-alert {
  z-index: 100000000000000000000000000000000 !important;
}

.swal-modal {
  border-radius: 24px;
}

.swal-footer {
  text-align: center;
}

.swal-button {
  background-color: #fe3d01;
  color: #fff;
  box-shadow: none;
  border-radius: 26px;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 34px;
  margin: 0;
  cursor: pointer;
}

.swal-icon--success__ring {
  border: 4px solid #fe3d01;
}

.swal-icon--success__line,
.swal-button:not([disabled]):hover {
  background-color: #fe3d01;
}

.swal-text {
  text-align: center;
}

.tel,
.float {
  position: fixed;
  width: 45px;
  height: 45px;
  right: 20px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 23px;
  z-index: 99999999;
  transition: all 0.3s;
  text-decoration: none !important;
}

.tel:hover,
.float:hover {
  opacity: 0.9;
  transform: scale(1.05);
  text-decoration: none;
  color: #fff;
}

.tel {
  bottom: 70px;
  background-color: #FF0030;
}

.float {
  bottom: 10px;
  background-color: #25D366;
}

.my-float {
  width: 100%;
  height: 100%;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

/*# sourceMappingURL=styles.css.map */
