.transparent-bg {
  position: relative;
  height: 100%;
  background: linear-gradient(to bottom, rgb(223 229 236 / 80%) 0%, rgb(214 199 199 / 60%) 100%);
  transition: opacity 0.1s, transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
  transform: scale(1);
}

.form-select2 {
  border-color: #ed2000;
  /* width:100%! important; */
}

.select2-container .select2-selection--single {
  height: 36px !important;
  padding: 0.2rem 2.5rem 0.5rem 1rem !important;
  border: 1px solid #cbd0dd !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px !important;
}

.upload-document-class {
  padding: 2rem 1rem;
  border: 2px dashed var(--phoenix-dark);
  border-radius: 0.5rem;
  cursor: pointer;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
  .btn-block {
    width: 100% !important;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .settings-panel {
    max-width: 28.62rem;
    width: 100% !important;
  }

  #documentsTable button {
    width: 100% !important;
  }

  #SubmitDiv {
    width: 100% !important;
    margin-bottom: 10px;
  }

  #SubmitDiv button {
    width: 100% !important;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .settings-panel {
    max-width: 50% !important;
  }

  .applicant-footer {
    padding: 20px !important;
    width: 100% !important;
  }
}

.sticky-div {
  position: -webkit-sticky; /* For Safari */
  position: sticky;
  bottom: 0;
  /* background-color: yellow; */
  padding: 10px;
  border: 1px solid #ccc;
}
