.background-layer:before,
.page-title:before {
  background: cornflowerblue !important;
  display: none !important;
}

.main-footer .copyright-text {
  margin-bottom: 0px;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545 !important;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right calc(0.375em + 0.1875rem) center !important;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}

.login-from .form-group {
  flex-direction: column !important;
}

.login-from .form-group .invalid-feedback {
  text-align: left !important;
}

button.disabled {
  position: relative;
}
button.disabled::before {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../../img/anim2.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100px;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: not-allowed;
}

.gallery-box {
  display: flex;
  flex-direction: row;
  gap: 1px;
  align-items: stretch;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.gallery-box div {
  width: calc(25% - 5px);
  border: solid thin #ebebeb;
  padding: 5px;
  position: relative;
}

.gallery-box div a img {
  height: 100%;
  object-fit: cover;
}

.gallery-box div.alert {
  width: 100% !important ;
  margin: auto;
}

.gallery-box div .ajax-action-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  opacity: 0.5;
  transition: all 0.5s linear;
}

.gallery-box div:hover .ajax-action-btn {
  opacity: 1;
}

.docs-wrapper {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: stretch;
  justify-content: space-around;
}

.docs-wrapper > div {
  border: solid thin #021f4a;
  padding-top: 0px;
  width: 33%;
}

.docs-wrapper > div > h5 {
  font-size: 1rem;
  text-align: center;
  padding: 15px 5px;
  background: #021f4a;
  color: #ffffff;
  font-weight: 800;
}

.docs-wrapper .doc-content {
  padding: 15px 5px;
  text-align: center;
  padding-bottom: 0;
}

.docs-wrapper .doc-content .empty figcaption {
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.5);
}

.docs-wrapper .doc-content .empty svg {
  width: 50px;
  height: 50px;
  color: rgba(0, 0, 0, 0.5);
}

.docs-wrapper .doc-content .doc-file {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.docs-wrapper .doc-content .doc-file span {
  color: #000000;
  border: none;
  border-radius: 5px;
  padding: 5px;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 700;
}

.docs-wrapper .doc-content .doc-file span.un-verified {
  color: salmon;
}

.docs-wrapper .doc-content .doc-file span.verified-successfully {
  color: darkgreen;
}

.docs-wrapper .doc-content .doc-file span.verification-failed {
  color: tomato;
}

.listing-options-two .options-list li a.active {
  color: #fcba3d;
  border: 1px solid #fcba3d;
}

.listing-block .far {
  font-size: 11px;
  color: #ffa737;
}

@media screen and (max-width: 767px) {
  .docs-wrapper {
    flex-direction: column;
  }
  .docs-wrapper > div {
    width: 100%;
    margin-bottom: 15px;
  }
}
