body{
  background-color: #EFF7FF !important;

}

.ld-search-form{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    
  }
  
  
  .ld-search-form > div {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 7px;
    
  }
  
  .ld-search-form > div > label{
    color: #024D73 !important;
    font-weight: bold;
  }
  
  .ld-search-form > div > input, .ld-search-form > div > span{
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    
  }
  
  .ld-search-form > div > input[Type='text'], .ld-search-form > div > input[Type='date']{
    padding: 10px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  }
  
  .select2-container .select2-selection--single .select2-selection__arrow {
      height: 34px; /* Adjust height to match container height */
      width: 34px; /* Adjust width to fit icon */
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      background: none; /* Remove background */
      border: none; /* Remove border */
  }
  
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
      display: none; /* Hide the default arrow */
  }

  .ld-search-form > .ld-search-fullwidth {
    width: 100%;
    margin: 10px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .ld-search-fullwidth button{
    background-color: #3B81BD;
    width: 50%;
    padding: 20px;
    color: #fff;  
    font-size: 20px;
    font-weight: bold;
    border-width: 0;
    border-radius: 5px;
    cursor: pointer;
  }

  .ld-search-form h2{
    font-weight: bold;
    font-size: 18px;
  }

  .ld-search-form .small-button{
   padding: 10px !important; 
  }

  .donor-search-form-container .search-section{
    margin: 30px 0;
    padding: 10px;
    border: 1px solid #024D7378;
    border-radius: 10px;
  }
  
  
  /* Style the container with icon */
  .input-with-icon {
      position: relative;
      display: inline-block;
      width: 100%;
  }
  
  .input-with-icon input {
      width: 100%;
      padding-right: 30px; /* Add space for the icon */
      height: 34px; /* Adjust height as needed */
      border: none; /* Remove border */
      padding: 6px 12px; /* Add padding */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  }
  
  .input-with-icon .fa-calendar {
      position: absolute;
      top: 50%;
      right: 10px;
      transform: translateY(-50%);
      color: #333; /* Icon color */
      pointer-events: none; /* Make sure the icon doesn't capture mouse events */
  }
  
  
  
  
  .select2-container .select2-selection--single .select2-selection__arrow::after {
      content: "\f078"; /* Font Awesome icon code for the down arrow */
      font-family: "Font Awesome 5 Free";
      font-weight: 900; /* Font Awesome solid icon weight */
      font-size: 14px; /* Adjust icon size */
      color: #333; /* Icon color */
      position: absolute;
      top: 50%;
      right: 10px;
      transform: translateY(-50%);
  }
  
  .select2-container .select2-selection--single {
      height: 34px; /* Adjust height as needed */
      border: none; /* Remove border */
      padding: 6px 12px; /* Add padding */
  
      border-radius: 4px; /* Add border radius */
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); /* Optional: add box shadow */
  }
  
  
  
  
  
  
  #gform_login_widget-2 > h4{
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    
  }
  
  .ginput_container input[type='Text'], .ginput_container input[type='Password']{
    width: 100%;
    padding: 15px;
    border: none;
    margin-bottom: 10px;
    color: #3B81BD;
  }
  
  .gfield_required_text, .gform_field_label, #gform_login_widget-2 label{
    color: #3B81BD !important;
  
  }
  
  .gfield_required_text {
  margin-left: 5px !important;
  display: inline-block;
  }
  
  #gform_login_widget-2{
    min-width: 100% !important;
    width: 100% !important;
  }
  
  .gform_footer{
    text-align: center;
    margin: 15px 0;
  }
  
  .gf_login_links{
    text-align: right;
  }


.error-message {
  background-color: #ffdbdb;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
  color: #721c24;
  position: relative;
}

.error-message .close-error {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
  font-size: 18px;
  color: #721c24;
}




.leader-record{
  display: flex;
  flex-direction: row;
  
}

.leader-record .leader-left{
  width: 104px;
  max-width: 104px;
  overflow: hidden;
}

.leader-photo {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #024D73;
}

.leader-photo svg {
    width: 100%;
    object-fit: cover;
}
.leader-record .leader-right{
  flex: 1;
}

.leader-record .leader-right .leader-item, .sponsor-record .sponsor-item{
  padding: 0;
  margin: 0;
}
.leader-record .leader-right .leader-item .item-title, .sponsor-record .item-title{
  font-weight: bold;
  margin-right: 10px;
}

.leader-record h3, .sponsor-record h3{
  font-weight: bold;
  color: #3B81BD
}

.leader-record, .sponsor-record{
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 20px;
}

.sponsor-record .sponsor-org{
 font-size: 16px;
  margin-bottom: 20px;
} 



.pagination{
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  
}

.pagination span, .pagination a{
  display: flex;
  background-color: #3B81BD;
  width: 25px;
  height: 25px;
  color: #fff;
  padding: 2px;
  text-align: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 5px;
}

.pagination span{
  background-color: #024D73;
}

.full-record-button {
  display: flex;
  background-color: #3B81BD;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  justify-content: center;
  align-itmes: center;
  padding: 10px;
  border-radius: 10px;
  margin-top: 10px;
}

.full-record-button:hover{
  background-color: #3b80bdac;
}
    
.hidden-on-load {
  display: none;
}

.see-more {
  display: block;
  margin-top: 10px;
  color: #0073aa;
  text-decoration: none;
  font-weight: bold;
}

.see-more i {
  margin-left: 5px;
}

.see-more:hover {
  text-decoration: underline;
}

.see-more-item{
  display: flex;
  width: 100%;
  justify-content: flex-end;
}


.sorting-bar {
  display: flex;
  justify-content: space-around;
  padding: 10px;
  background-color: #004d75;
  border-radius: 10px;
  margin-bottom: 20px;
  color: white;
}

.sort-link {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.sort-link i {
  margin-left: 5px;
}

.sort-link:hover {
  text-decoration: underline;
}

.sort-link .fa-angle-down {
  color: white;
}

.sort-link .fa-angle-up {
  color: white;
}

.sorting-bar .sort-link.sorted {
  font-weight: bold;
}



.individual-detail-page{

}




.leader-detail, .sponsor-detail {
  display: flex;
  flex-direction: column;
  
}

.sponsor-detail{
  background-color: #fff;
}
.leader-hero{
  display: flex;
  flex-direction: row;
  background-color: #3B81BD;
  color: #fff;
  padding: 20px;
  border-radius: 5px;
  
}
.sponsor-header{
  display: flex;
  flex-direction: column;
  background-color: #3B81BD;
  color: #fff;
  padding: 20px;

  border-radius: 5px;

}

.leader-hero h3, .sponsor-header h3{
  color: #fff !important;
  font-weight: bold;

}

.leader-detail .leader-left{
  width: 104px;
  max-width: 104px;
  overflow: hidden;
}

.leader-photo {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #024D73;
}

.leader-photo svg {
    width: 100%;
    object-fit: cover;
}
.leader-detail .leader-right{
  flex: 1;
}

.leader-detail .leader-right a{
  color: #fff !important;
}

.leader-detail .leader-right .leader-item{
  padding: 0;
  margin: 0;
}
.leader-detail .item-title{
  font-weight: bold;
  margin-right: 10px;
}
.leader-detail p{
  padding-bottom: 0;
}
.leader-detail h3{
  font-weight: bold;
  color: #3B81BD
}

.leader-detail h4{
  font-weight: bold;
  color: #3B81BD;
  margin-top: 20px;
}

.leader-detail{
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
  padding-top: 0 !important;
}

.leader-detail .leader-details{
  padding: 20px;
}

.leader-additional-details{
  margin: 20px 0;
}


.sponsor-sessions, .sponsor-individuals{
  border-top: 1px solid #3B81BD;
  margin-top: 20px;
  padding:20px;
}

.sponsor-detail p{
  padding-bottom: 0 !important;
}

.individual-record-list{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sponsor-individuals .individual-record{
  width: calc(50% - 20px);
  margin: 10px;
  padding: 10px;
  background-color: #EFF7FF;
  border-radius: 10px;
}
@media (max-width: 700px){
  .sponsor-individuals .individual-record{
    width: 100%;
  }
}
.sponsor-sessions h4, .sponsor-individuals h4{
  font-weight: bold;
  color: #3B81BD;
  font-size: 15px;
}