@font-face {
    font-family: "Avenir Next";
    src: url('/font/AvenirNext.otf') format('opentype');
}
html,
body {
  margin: 0;
  padding: 0;
  background-color: #F2F2F2;
  min-height: 100vh; 
  display: flex; 
  flex-direction: column;
}

.loginImage {
  background-image: url('/img/bgLogin.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  height: 100%;
  min-height:500px;
}

.mask {
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(8px); 
  backdrop-filter: blur(8px);
  background-color: rgba(22,25,29,0.4);
}

.form-signin {
  width:350px;
  min-width: 300px;
  padding: 2rem;
  background-color: rgba(242, 242, 242, 0.8);
  border-radius: 10px;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #F2F2F2;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #F2F2F2;
}

.form-control:focus {
  border-color: #DD4B35;
  box-shadow: 0 0 0 0.25rem rgba(221,75,53,.25);
}

.form-check-input:checked {
  background-color: #DD4B35;
  border-color: #DD4B35;
}

.form-check-input:focus {
  border-color: #DD4B35;
  box-shadow: 0 0 0 0.25rem rgba(221,75,53,.25);
}

.vipWhite {
  background-color: rgba(242, 242, 242, 0.8);
}

@media (min-width: 768px) {
    .vertical-divider {
      border-left: 1px solid #BBB;
    }
  }

.navbar-toggler {
  border: transparent;
  padding: 3px;
}

.navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-nav .dropdown-item:hover {
  background-color: #E6E6E6 !important;
}

.navbar-nav .dropdown-item:active {
  background-color: #D1D1D1 !important;
}

.vipBtn {
  background-color: #DD4B35 !important;
  color: #F2F2F2 !important;
}

.vipBtn:hover {
  background-color: #BF3520 !important;
}

.vipBtn:active {
  background-color: #BF3520 !important;
}

.vipBtnAlt {
  background-color: #f2f2f2 !important;
  color: #DD4B35 !important;
}

.vipBtnAlt:hover {
background-color: #E6E6E6 !important;
}

.vipBtnAlt:active {
background-color: #E6E6E6 !important;
}

.bgGrey {
  background-color: #222529;
}

.textWhite {
  color: #F2F2F2;
}

.cuText {
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

.cardStyle {
  background-color: #F2F2F2;
  box-shadow: 0 .5rem .5rem rgba(0,0,0,.15);
  border-radius: 10px;
  padding: 1.5rem;
}

.priorityCard {
  background-color: rgb(25, 135, 84);
  box-shadow: 0 .5rem .5rem rgba(25, 135, 84,.75);
  color: #F2F2F2;
}

.priorityCard > .text-secondary {
  color: #F2F2F2 !important;  
}

@media (min-width: 768px) {
  .cardStyle {
    padding: 2rem;
  }
}

.bgOrange {
  background-color: #DD4B35;
}

.circleGradient {
  background-image: linear-gradient(45deg, #454B53, #CCCCCC);
  border-radius: 100%;
  position: absolute;
  opacity: 60%;
}

.hideOverflow {
  overflow-y: hidden;
  overflow-x: visible;
}

.breadcrumb-item a {
  color: #DD4B35 !important; 
}

.formInput {
  border-radius: 0 0 0.375rem 0.375rem !important;
  border-color: var(--bs-border-color);
}

.card-header {
  background-color: #F8F9FA;
}

.bgDropdown {
  background-color: #e6e6e6;
  box-shadow: inset 0px 3px 5px rgb(220, 220, 220);
}

.sidebar {
  color:#DD4B35;
}

.sideBarLink {
  color: #F2F2F2;
  margin-bottom: 0.25rem;
}

.sideBarLink:hover {
  color: #222529;
}

.viewStyle {
  background-color: #DD4B35;
}

.removeLabel > form > div > label {
  display: none;
}

.removeLabel > form >div > select {
  border-radius: 0 0.375rem 0.375rem 0 !important;
}

.form-select:focus {
  border-color: #DD4B35;
  box-shadow: 0 0 0 0.25rem rgba(221,75,53,.25); 
}

.bookBtn {
  background-color: #198754 !important;
  color: #F2F2F2 !important;
}

.bookBtn:hover {
background-color: #13663f !important;
}

.bookBtn:active {
  background-color: #13663f !important;
}

.tempus-dominus-widget {
  padding:1rem !important;
}

.tempus-dominus-widget.light .date-container-days .dow {
  color: #ad3927 !important;
  font-weight: 600;
}

.tempus-dominus-widget.light .date-container-days .active {
  background-image: linear-gradient(to bottom,#DD4B35,#DD4B35) !important;
  color: #F2F2F2 !important;
}

.tempus-dominus-widget.light .date-container-days .today {
  background-image:linear-gradient(to bottom, #C2C2C2, #C2C2C2);
  color: #FFFFFF;
}

.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).today:before {
  border-bottom-color: transparent !important;
  border-top-color: transparent !important;
}

.tempus-dominus-widget.light button {
  background-color: #DD4B35 !important;
  border-color: #DD4B35 !important;
  color:#F2F2F2 !important;
}

.tempus-dominus-widget.light .date-container-days .range-start {
  background-image: linear-gradient(to bottom,#DD4B35,#DD4B35) !important;
  color: #F2F2F2 !important;
}

.tempus-dominus-widget.light .date-container-days .range-in {
  background-image: linear-gradient(to bottom,#ad3927,#ad3927) !important;
  box-shadow: -5px 0 0 #ad3927, 5px 0 0 #ad3927;
  color: #FFFFFF !important;
}

.tempus-dominus-widget.light .date-container-days .range-end {
  background-image: linear-gradient(to bottom,#DD4B35,#DD4B35) !important;
  color: #F2F2F2 !important;
}

.opaqueCard :not(.notOpaque) {
  opacity: 0.6 !important;
}

.opaqueCard .notOpaque svg * {
    opacity: 1 !important;
}

.course-logo {
  object-fit: contain;
  object-position: center;
  width: 100px;
  height: 100px;
}
@media only screen and (max-width: 600px) {
  .course-logo {
    width: 70px;
    height: 70px;
  }
}

.moreBtn {
  background-color: #E6E6E6 !important;
  color: #545454 !important;
}

.moreBtn:hover {
background-color: #D1D1D1 !important;
}

.moreBtn:active {
  background-color: #D1D1D1 !important;
}

.noBullet {
  list-style-type: none;
}

@media (max-width: 767px) {
    .wrapText {
      max-width: 57%;
      white-space: normal;
    }
  }

#add-guest:disabled {
background-color: #DD4B35;
}

#add-buddy:disabled {
background-color: #DD4B35;
}

.removeLabelModal > div > label {
  display: none;
}

.removeLabelModal > div > select {
  border-radius: 0 0.375rem 0.375rem 0 !important;
}

#user-booking-table > thead {
  --bs-table-bg: none !important;
  background-color: #198754 !important;
  --bs-table-color: none !important;
  color:#F2F2F2;
}

.red-table-header > thead {
  --bs-table-bg: none !important;
  background-color:#DD4B35 !important;
  --bs-table-color: none !important;
  color:#F2F2F2;
}

.registerBg {
  width:350px;
  min-width: 300px;
  padding: 2rem;
  background-color: rgba(242, 242, 242, 0.8);
  border-radius: 10px;
}

.membershipCard:hover {
  border-color: #dd4b35;
  box-shadow: 0 0 0 0.25rem rgba(221,75,53,.25);
}

.returnBtn {
  background-color: #D1D1D1;
  color: #545454 !important;
}

.returnBtn:hover {
background-color: #c0c0c0;
}

.returnBtn:active {
  background-color: #c0c0c0 !important;
}

.custom-disabled .form-control[disabled] {
  background-color: #e8e8e8 !important;
  cursor: not-allowed;
}

#invoice-table > thead {
  --bs-table-bg: none !important;
  background-color:#DD4B35 !important;
  --bs-table-color: none !important;
  color:#F2F2F2;
}

.page-link {
  color: #DD4B35;
  --bs-pagination-hover-color: #FFFFFF !important;
  --bs-pagination-hover-bg: rgb(221, 75, 53, 0.25);
  --bs-pagination-hover-border-color: #DD4B35 !important;
 --bs-pagination-focus-color: #FFFFFF !important;
 --bs-pagination-focus-bg: rgb(221, 75, 53, 0.75);
 --bs-pagination-focus-box-shadow: transparent;
 --bs-pagination-active-color: #FFFFFF !important;
 --bs-pagination-active-bg: #DD4B35 !important;
 --bs-pagination-active-border-color: #DD4B35 !important;
}

.two-checkbox .input.select .checkbox {
    float: left;
    width: 50%;
    box-sizing: border-box;
}

.two-checkbox .input.select .checkbox:nth-child(2n) {
    clear: left;
}

.two-checkbox:after {
    content: "";
    display: table;
    clear: both;
}

#adminCourseReport > ol {
    border-top: 0px;
    border-bottom: 0px;
}

.iconCard {
  box-shadow: 0 .5rem .5rem rgba(0, 0, 0, .15);
  border-radius: 10px;
  padding: 1rem;
}

.iconCard:hover {
  border-color: #dd4b35;
  box-shadow: 0 0 0 0.25rem rgba(221,75,53,.25);
}

.booking-today {
  border-left:4px solid rgba(31, 136, 61, 0.5);
}

.booking-today > li {
  margin-left:10px;
}

.welcomeBtn {
  background-color: #1D9BAE;
  color: #F2F2F2;
}

.welcomeBtn:hover {
  background-color: #198898 !important;
  color: #F2F2F2 !important;
}

.welcomeBtn:active {
  background-color: #198898 !important;
  color: #F2F2F2 !important;
}

.welcomeBtn:disabled {
  background-color: rgb(25, 136, 152) !important;
  color: #F2F2F2 !important;
}

.note-frame {
  border: 0 !important;
  border-radius: 0 !important;
}

@media (min-width: 992px) {
  .loginBorder {
    border-left: 1px solid #BBB;
  }
}

@media (max-width: 768px) {
  .loginBorder {
    border-top: 1px solid #BBB;
  }
}

.outlineDangerBtn {
  --bs-btn-color: #dd4b35;
  --bs-btn-border-color: #dd4b35;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dd4b35;
  --bs-btn-hover-border-color: #dd4b35;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dd4b35;
  --bs-btn-active-border-color: #dd4b35;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dd4b35;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dd4b35;
  --bs-gradient: none;
}

#plus-table > tbody > tr:last-child {
  border-bottom: transparent;
}

/* CSS for buttons on profile page */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .bookingButtons {
    display: flex !important;
    flex-direction: row !important;
    margin-top: 0.5rem !important;
  }

  .editButton {
    margin-bottom: 0 !important;
    margin-right: 1rem !important;
  }
}

.addonCard:hover {
  border-color: #dd4b35;
  box-shadow: 0 0 0 0.25rem rgba(221, 75, 53, .25);
}

.productCard:hover {
  border-color: #dd4b35;
  box-shadow: 0 0 0 0.25rem rgba(221, 75, 53, .25);
}

.bgGreen {
  background-color: #198754;
}

.greenGlow {
  border-color: rgb(25, 135, 84);
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, .25);
}

.vipBtn-outline {
  border: 1px solid #DD4B35 !important;
  background-color: transparent !important;
  color: #DD4B35 !important;
}

.vipBtn-outline:hover {
  background-color: #DD4B35 !important;
  color: #F2F2F2 !important;
}

.vipBtn-outline:active {
  background-color: #DD4B35 !important;
  color: #F2F2F2 !important;
}


.p-grid-sizer,
.p-grid-item, .p-grid-stamp {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .p-grid-sizer,
  .p-grid-item, .p-grid-stamp {
    width: 100%;
  }
}

/* Website CSS */
body:has(.website-cont) {
  flex: 1; 
  font-family: Helvetica, Arial, sans-serif;
}

.title-cont {
  position: relative;
  height: 500px;

  @media (max-width: 600px) { 
    height: 400px;
  };

  width: 100%;

  display: grid;
  gap: 0px;
  grid-template-columns: repeat(10, 10%);
  grid-auto-rows: minmax(100px, auto);

  background-color: rgb(221, 75, 53, 0.9);
  overflow: hidden;
}

.title-word-cont {
  grid-row: 1;

  height: 100%;
  width: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding: 32px;

  /* 600px change design */
  @media (max-width: 600px) { 
    grid-column: 1 / span 10; 
    z-index: 100;

    mask-image: linear-gradient(to right,black, black);
    mask-size: 80% 50%;
    mask-repeat: no-repeat;
    mask-position: center;

    box-sizing: border-box;
    border-radius:10px;
    backdrop-filter: blur(8px);
    background: rgba(34,37,41,0.5);
    color: white;
  };

  /* 601px and up */
  @media (min-width: 601px) { 
    grid-column: 1 / span 4; 
  };

  /* 1500px and up */
  @media (min-width: 1500px) { 
    grid-column: 1 / span 3; 
  };
}

.title-img-cont {
  grid-row: 1;
  position: relative;

  height: 100%;
  width: 100%;

  /* Width of the image has to change at different screen sizes */
  @media (max-width: 600px) { 
    grid-column: 1 / span 10;
  };

  @media (min-width: 601px) { 
    grid-column: 5 / span 6; 
    mask-image: radial-gradient(circle at right center,black 80%,transparent 82%);
  };

  @media (min-width: 975px) { 
    grid-column: 5 / span 6; 
    mask-image: radial-gradient(circle at right center,black 90%,transparent 92%);
  };

 @media (min-width: 1500px) { 
    grid-column: 4 / span 7; 
    mask-image: radial-gradient(circle at right center,black 90%,transparent 92%);
  };

  object-fit: cover; 
  object-position: center; 

  mask-size: 100% 100%;
  mask-repeat: no-repeat;
}

.title-img {
  grid-row: 1;

  height: 100%;
  width: 100%;

  object-fit: cover; 
  object-position: center;
}

.region-desc-cont-md {
  position: absolute;
  top: 0;
  left: 0;

  height: 100%;
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: center; 

  overflow-y: scroll;
}

.region-desc-md {
  flex-shrink: 1;
  flex-basis: 70%;

  color: #F2F2F2;
  padding: 2rem;
  box-sizing: border-box; /* prevents padding from increasing box size */
  border-radius: 10px;
  backdrop-filter: blur(8px);
  background: rgba(34,37,41,0.5);

  /* 600px and less */
  @media (max-width: 600px) { 
    display: none; 
  };
}

.region-desc-cont {
  grid-row: 2;
  grid-column: 1 / span 10;

  background-color: rgb(221, 75, 53, 0.9);
  color: #F2F2F2;

  padding-top: 3rem;
  padding-bottom: 6rem;
  padding-left: 2rem;
  padding-right: 2rem;

  /* 601px and up */
  @media (min-width: 601px) { 
    display: none; 
  };
}


.card-cont {
  position: relative;
  margin-top: -70px;
}

.region-cont, .course-cont {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 .5rem .5rem rgba(0,0,0,.15);
  cursor: pointer;
}

.region-cont:hover, .course-cont:hover{
  border-color: #dd4b35;
  box-shadow: 0 .5rem .5rem rgba(221,75,53,.25);
  animation: bounce 1s 1;
}

@keyframes bounce {
  0%, 100% {
    top: 0;
    animation-timing-function: ease-in-out; /* Faster drop */
  }
  50% {
    top: -15px; 
    animation-timing-function: ease-in-out; /* Slower rise */
  }
}

.region-img, .course-img {
  object-fit: cover; 
  object-position: center; 
  min-height: 350px;
  width: 100%;
}

.region-info, .course-info {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: calc(100% - 20px);
  padding: 20px;
  box-sizing: border-box; /* prevents padding from increasing box size */
  border-radius: 0 10px 0 0;
  backdrop-filter: blur(8px);
  background: rgba(34,37,41,0.5);
  color: white;

  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;

  transition: transform 0.8s ease;
  opacity: 1;
  transform: translateY(0px);
}

.region-info.invisible, .course-info.invisible {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
}

.vipTxt {
  color: #dd4b35;
}