.banner-page {
    position: relative;
    background: url('../../../../images/banner-dshb.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 191px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.title-dshb {
  color: var(--miscellaneous-floating-tab-pill-fill, #ffffff);
  text-align: center;
  font-size: 72px;
  line-height: 43.83px;
  font-weight: 600;
  position: relative;
  width: 1097.45px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}





.filter-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    left: 5%;
    top: 50px;
    width: 90%;
}

.auto-added-frame {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.action-icons-f-filter {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    position: relative;
    overflow: visible;
}

.label-filter {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.link-text {
    color: var(--miscellaneous-keyboard-emoji-mic, rgba(27, 31, 38, 0.72));
    text-align: left;
  
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.input-search {
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
    justify-content: flex-start;
    flex: 1;
    position: relative;
}



.label-dropdown {
    color: var(--miscellaneous-tab-unselected, #999999);
    text-align: left;
    
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    position: relative;
    align-self: stretch;
}

.frame-12611538532 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.dropdown-button {
    border-radius: var(--slds-g-radius-border-circle, 9999px);
    display: flex;
    flex-direction: row;
    gap: 0px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-width: 32px;
    position: relative;
}

.button-icon-container {
    background: var(--slds-g-color-surface-container-1, #ffffff);
    border-radius: var(--slds-g-radius-border-circle, 9999px);
    padding: 0px var(--slds-g-spacing-2, 8px) 0px var(--slds-g-spacing-2, 8px);
    display: flex;
    flex-direction: row;
    gap: 2px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 32px;
    min-width: var(--slds-g-sizing-9, 32px);
    position: relative;
    overflow: hidden;
}

.icon {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    position: relative;
    overflow: visible;
}

.icon2 {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    position: relative;
    overflow: visible;
}

.input-search2 {
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
   
    position: relative;
}

.icon3 {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    position: relative;
    overflow: visible;
}

.icon4 {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    position: relative;
    overflow: visible;
}

.icon5 {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    position: relative;
    overflow: visible;
}

.input-field {
  background: var(--slds-g-color-surface-container-1, #ffffff);
  border-radius: 5px;
  border-style: solid;
  border-color: var(--miscellaneous-keyboard-accessory-bar-selection, #ebedf0);
  border-width: 1px;
  padding: 2px 10px 2px 20px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.button-filter {
  background-color: #2bbddc;
  color: #fff;
  padding: 8px 20px;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
}
.custom-dropdown {
    width: 100%;
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid #ebedf0;
    border-radius: 5px;
    background-color: #ffffff;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%231B1F26" fill-opacity="0.72" height="14" viewBox="0 0 15 14" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.9847 3.76904H12.5155C12.7847 3.76904 12.9732 4.11904 12.7578 4.36135L8.10008 10.069C7.93854 10.2844 7.58854 10.2844 7.427 10.069L2.71546 4.36135C2.527 4.11904 2.68854 3.76904 2.9847 3.76904Z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 14px;
    cursor: pointer;
  }
  
  .custom-dropdown:focus {
    outline: none;
    border-color: #2bbddc;
    box-shadow: 0 0 0 2px rgba(43, 189, 220, 0.2);
  }

  /* CHI TIẾT HỌC BỔNG */
  
  .container-chitiet{
    display: flex;;
    gap: 40px;
  }
  .row{
    width: 100%;;
  }
  .scholarship-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    padding: 40px;
    position: relative;
    top: 50px;
  }
  .student-card {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  }
  .student-card .logo {
    width: 168px;
    display: block;
    margin: 0 auto 10px;

  }
  .student-name {
    color: #00AEEF;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 4px;
  }
  .student-school {
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
  }
  .info {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    color: #333;
  }
  .scholarship-type {
    margin-top: 12px;
    padding: 8px 12px;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
  }
  .scholarship-type.full {
    background-color: #00AEEF;
    color: white;
  }
  .scholarship-type.partial {
    background-color: #00AEEF;
    color: white;
  }
/* 
  CHI TIẾT HỌC BỔNG */

  .student-detail {
    font-family: 'Inter', sans-serif;
    color: #333;
  }

  .student-detail .main-photo {
    width: 100%;
    border-radius: 1rem;
    object-fit: cover;
    max-height: 400px;
  }

  .student-detail .gallery img {
    height: 80px;
    object-fit: cover;
    border-radius: 0.5rem;
  }

  .student-detail .gallery .more {
    position: relative;
  }

  .student-detail .gallery .more .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    font-weight: bold;
    font-size: 14px;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .student-detail h2 {
    font-size: 24px;
    font-weight: bold;
    color: #0ea5e9; /* Sky-500 */
  }

  .student-detail h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 1rem;
  }

  .student-detail p {
    margin-bottom: 0.25rem;
    line-height: 1.5;
  }

  .student-detail strong {
    color: #222;
  }
  .gallery-images {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
  
  .gallery-thumbnail {
    width: 80px;
    height: 80px;
    object-fit: cover;
    cursor: pointer;
  }

  /* Responsive tweak */
  @media (max-width: 768px) {
    .student-detail .gallery img {
      height: 60px;
    }
    .title-dshb{
      font-size: 32px;
    }
    .filter-container {
      flex-direction: column;
      gap: 10px;
      align-items: left;
    }
    .input-field {
      background:none;
      border-radius: none;
      border-style: none;
      border-color: none;
      border-width: none;
      padding: 0;
      display: flex;
      flex-direction: column;
      gap: 0px;
      align-items: flex-start;
      justify-content: center;
      align-self: stretch;
      flex-shrink: 0;
      position: relative;
      overflow: hidden;
  }
  .button-filter{
    width: 100%;
  }
  .auto-added-frame{
    display: none;
  }
  .label-filter{
    display: none;
  }
  .container-chitiet{
    flex-direction: column;
    align-items: center;
  }
  .gallery-images{
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .avatar-container{
    text-align: center;
  }
  .avatar-container img{
    width: 100px !important;
    height: 100px !important;
  }
    
  }