#news-results {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.file-image-frame {
  height: 100% !important;
  width: 100% !important;
}

@media screen and (max-width: 991px) {
  .news-item-main:nth-child(n + 2) {
    display: none;
  }
}

@media screen and (min-width: 1500px) {
  .news-text-container {
    margin-left: -1rem;
  }
}

.news-item {
  display: flex;
  flex-direction: row;
  gap: 3rem;
}

.highlight-item {
  display: flex;
  flex-direction: column;
  background-color: white;
  padding: 1rem;
  min-height: 300px;
}

.highlight-item .img-responsive {
  width: 100%;
  height: auto;
  background-color: white;
  margin-bottom: 0.5rem;
}

.pagination {
  list-style: none;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.thumbnail {
  width: 100%;
  margin-bottom: 1rem;
}

.table {
  width: 100%;
}

table,
th,
td {
  border: 1px solid #123527;
  border-collapse: collapse;
  padding: 0.25rem;
}

.btn-group-justified {
  display: flex;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 991px) {
  .btn-group-justified {
    gap: 0.5rem;
  }
  .file-image-frame {
    height: 135px !important;
  }
}

/* Calendar styles */

.calendar-buttons {
  display: flex;
  border: 1px solid #123527;
  min-height: 50px;
  border-radius: 2rem;
}

.calendar-buttons .cal-middle {
  border-left: 1px solid #123527;
  border-right: 1px solid #123527;
  width: 100%;
  display: flex;
  justify-content: center;
}

.calendar-buttons .btn-group {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.calendar-buttons .btn-group .btn {
  padding: 0px !important;
}

.calendar-controls {
  margin-bottom: 1rem;
}

.fc-toolbar {
  padding: 20px !important;
  margin-bottom: 1em !important;
  text-align: center !important;
}

.fc-content-skeleton table {
  margin-top: 0px;
}

.calendar-bottom {
  display: flex;
  gap: 0.5rem;
}
.dropdown {
  position: relative;
}
.calendar-bottom .dropdown-menu {
  display: none;
  position: absolute;
  background-color: white;
  flex-direction: column;
  list-style: none;
  padding: 0px !important;
  border-radius: 0.25rem;
  right: 0;
  min-width: 150px;
}

.calendar-bottom .dropdown-menu a {
  color: #396e38 !important;
}

.calendar-bottom .dropdown-toggle {
  border: 1px solid #123527;
  background-color: white;
  margin-top: 1rem;
}

.calendar-bottom .right {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}

.calendar-bottom .left {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

.fc-unthemed td {
  border-left: hidden 0 transparent;
  border-right: hidden 0 transparent;
  border-bottom: hidden 0 transparent;
  border-color: transparent !important;
}
.date-square {
  min-width: 70px !important;
  height: 70px;
}

.calendar-bottom .dropdown-menu {
  display: none;
  position: absolute;
  background-color: white;
  flex-direction: column;
  list-style: none;
  padding: 0px !important;
  border-radius: 0.25rem;
  right: 0;
  min-width: 150px;
}
.calendar-bottom .dropdown-menu li a {
  padding: 0.5rem;
}
.calendar-bottom .dropdown-menu a {
  color: #123527;
  display: block;
  text-wrap: nowrap;
}

.calendar-bottom .dropdown-menu a:hover {
  color: #ffca3c !important;
}

.btn-default {
  color: #123527;
}

.btn-default:hover {
  color: #ffca3c;
}

@media screen and (max-width: 500px) {
  .btn-default {
    font-size: 0.6rem;
  }
}

img[src$="/images/doc.png"],
img[src*="/images/doc.png?"] {
  height: 25px;
}

.btn-block {
  border: 3px solid #123527;
  border-radius: 2rem;
}

.btn-default:hover {
  border: 3px solid #ffca3c;
  border-radius: 2rem;
}

.btn-default.btn-primary {
  color: #ffca3c !important;
  border-color: transparent;
}

#reserve-button {
  border: none;
  border-radius: 0%;
}

.list-inline {
  list-style: none;
}

.nav-pills {
  margin-bottom: 1rem;
}

.btn-default {
  border: 1px solid #123527;
  border-radius: 2rem;
  position: relative;
}

.btn-default:hover {
  border: 1px solid #ffca3c;
}

.btn-info.edit-booking {
  color: #123527;
  margin-bottom: 0.5rem;
}

.dropdown-menu.dropdown-menu-right {
  position: absolute;
  right: 2rem;
  background: white;
  list-style: none;
  text-align: left;
  padding: 1rem;
}

.text-right {
  text-align: right;
}

.btn-default:hover {
  border: 1px solid #ffca3c;
}

.close {
  all: unset;
  background-color: white;
  padding-right: 0.5rem;
}
.close span {
  font-size: 1.5rem;
}

#add-club-to-booking-select {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#add-club-to-booking-button {
  border: transparent;
}

.btn-cal {
  border: unset;
}

.btn-cal:hover {
  border: unset;
}

.fa-folder {
  font-size: 134px;
}

.load-file-store-folder {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.embed-responsive-item {
  width: 100%;
  aspect-ratio: 16/9;
}

.contentHighlight {
  padding-top: 1rem;
}

.pagination {
  justify-content: center;
  margin-top: 2rem;
}

.pagination .disabled {
  opacity: 0.5;
}

.pagination .active {
  background-color: #ffca3c;
  border: 2px solid #396e38;
  border-radius: 5px;
}

.pagination .active a {
  color: #396e38;
  font-weight: bold;
}

.pagination li a {
  text-decoration: none;
  color: #396e38;
  padding: 0.25rem 0.75rem;
  display: inline-block;
}

.pagination li a:hover {
  color: #396e38;
}

.fc-event-container a {
  text-decoration: none !important;
}

.content-highlight {
  display: flex;
  flex-direction: column;
  background-color: white;
  padding: 1rem;
  min-height: 300px;
  text-decoration: none !important;
}

.content-highlight h4 {
  font-size: 18px;
  margin-top: 8px;
  text-decoration: none;
}

.content-highlight p {
  font-weight: normal !important;
  color: #396e38;
}

.row.collapse.show {
  display: flex !important;
}

.dropdown-sub-menu a {
  min-width: 170px;
}
