.degreeListContainer {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.btn-primary-custom {
  background-color: #9d2235;
  border-color: #9d2235;
  color: white;
  transition: background-color 0.2s ease-in-out;
  width: 100%;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  padding: 15px 10px;
  margin: 0px;
}
.btn-primary-custom:hover {
  background-color: #001a72 !important;
  color: white !important;
}
.buttonOn.btn-primary-custom {
  background-color: white !important;
  color: #001a72 !important;
  border-color: #001a72;
}
/* .buttonOn.btn-primary-custom:hover {
    background-color: white !important;
    color:001a72 !important;
    border-color:  #9D2235 !important;
} */
.btn-group-vertical {
  width: 100%;
  padding-bottom: 5px; /* Added padding-bottom */
}
.btn-group .btn {
  margin-right: 5px;
  margin-bottom: 5px;
}
.row.buttonRow {
  margin-left: -2px;
  margin-right: -2px;
}
.col-sm-3.btn-group-vertical {
  padding-left: 2px;
  padding-right: 2px;
}
#degContent {
  margin-bottom: 10px;
  border-radius: 0px;
}
.list-group-item {
  border: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
}
.list-group-item:first-child {
  border-top: none;
}
.list-group-item:hover {
  background-color: #f2f2f2;
}
/* Scrollable list with max height */
.scrollable-list {
  max-height: 356px; /* Adjusted max height to 200px */
  overflow-y: auto;
  padding: 0 !important;
  border-radius: 0 0 0 0 !important;
}
.list-group-item {
  overflow: hidden; /* Clear floats within list items */
}
.list-text {
  float: left; /* Float the text left */
}
.more-info {
  float: right; /* Float the "More Info" link right */
}
#myInput {
  background-image: url(/css/searchicon.png);
  background-position: 10px 12px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 15px;
  padding: 10px;
  border: 6px solid #001a72;
}
ul#degreeList {
/* Remove default list styling */
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul#degreeList li span.programNameForVisibility {
  display: inline-block;
  padding: 10px;
  color: #111;
}
ul#degreeList li span.rightAcalogWrap {
  float: right;
}
ul#degreeList li span.viewAcalog {
  padding: 10px;
  float: left;
}
ul#degreeList li span.loadAcalog {
  padding: 10px;
  float: right;
  text-decoration: underline;
  color: #800618;
}
.viewAcalog a {color:#0011cd !important;}
/*ul#degreeList li a:hover:not(.header) {
  background-color: #fff; // Add a hover effect to all links, except for headers 
}*/
ul#degreeList li {
  background-color: #ccd1e2 !important;
}
ul#degreeList li.stripe {
  background-color: #e5e8f0 !important;
}
span.keyWord {
  padding-right: 15px;
  text-decoration: underline;
}
.keyWordWrap {
  padding: 5px 10px 10px 10px;
  margin-bottom: 30px;
}
span#closeProgram {
  float: right;
  text-decoration: underline;
  color: #9d2235;
}
.degreeProgramContainer {
  padding: 10px;
  border: solid 2px #001a72;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  div#degContent {
    font-size: 14px;
  }

  ul#degreeList > li,
  ul#degreeList > li > span {
    display: inline-block;
    width: 100%;
  }
  ul#degreeList > li > span > span {
    display: inline-block;
  }
}
@media screen and (max-width: 600px) {
  div#degContent {
    font-size: 12px;
  }
}
@media screen and (max-width: 500px) {
  div#degContent {
    font-size: 11px;
  }
}
