/* CSS Document */

.reid-text {
	font-family: 'Vonique 43',Helvetica,Arial,Lucida,sans-serif;
}

.profileImage {
  font-family: Arial, Helvetica, sans-serif;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: #004D3C;
  font-size: 3.5rem;
  color: #fff;
  text-align: center;
  line-height: 10rem;
  margin: 2rem 0;
}

.input-group-append {
    cursor: pointer;
  }

  .dropdown-menu {
  overflow: hidden;
  overflow-y: scroll;
  scrollbarPosition: "inside";
  }

  .reid-header {
    background-color: #054A4E !important;
  }
  /* Custom CSS to change background color when active */
/*  .nav-link.active { */
  /* !important to override Bootstrap styles */
/*  background-color: #13004d !important; */
  /* Optional: Change text color when active */
/*  color: #fff; 
  }
*/
  .btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #054A4E !important;
  --bs-btn-border-color: #054A4E !important;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #022222 !important;
  --bs-btn-hover-border-color: #022222 !important;
  --bs-btn-focus-shadow-rgb: 38, 121, 244;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #004ec2;
  --bs-btn-active-border-color: #0049b6;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #087278 !important;
  --bs-btn-disabled-border-color: #087278 !important;
  }

.pagination {
    
    --bs-pagination-active-bg: #054A4E !important;
    --bs-pagination-active-border-color: #054A4E !important;
   
}


  .custom-modal-width {
      max-width: 10%;
  }
