body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.btn-brown {
    background-color: #8B4513 !important;
    border-color: #654321 !important;
    color: white !important;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    user-select: none;
}

.btn-brown:hover {
    background-color: #654321 !important;
    border-color: #4A2C17 !important;
    color: white !important;
    text-decoration: none;
}

.btn-brown:focus,
.btn-brown:active {
    background-color: #654321 !important;
    border-color: #4A2C17 !important;
    color: white !important;
    outline: none !important;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) !important;
}

.btn-brown:disabled {
    background-color: #8B4513 !important;
    border-color: #654321 !important;
    opacity: 0.65;
    cursor: not-allowed;
}

.info-list {
    line-height: 2;
    padding-left: 0;
}

.info-list .fa-check::before {
    content: "\2713";
    display: inline-block;
    margin-right: 8px;
    color: #28a745;
}
.modal-overlay-custom {
    position: fixed;
    inset: 0;
    display: none;
    background: rgba(0,0,0,0.55);
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }
  .modal-overlay-custom.open {
    display: flex;
  }
  .modal-dialog-custom {
    background: #fff;
    padding: 20px;
    max-width: 600px;
    width: 95%;
    border-radius: 6px;
  }
  .modal-header-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .modal-close-btn {
    border: none;
    background: transparent;
    font-size: 24px;
    cursor: pointer;
  }
  .request-card {
    border: 1px solid #ddd;
    padding: 10px 15px;
    border-radius: 4px;
    margin-bottom: 10px;
  }
  .request-label {
    font-weight: bold;
  }

 #validation-list{
    display: none;
  }