.form-control:focus, .form-select:focus {
    border-color: #5D204A !important;
    background-color: #f9f7f2 
}
#screenSpinner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .spinner-container {
    text-align: center;
  }