div#upcomingCampsContainer {
    max-height: 800px;
    overflow-y: scroll;
  /* Smooth scrolling on iOS */
  -webkit-overflow-scrolling: touch;

  /* Firefox support */
 scrollbar-width: thin;
  scrollbar-color: #057F69 #e0e0e0;
}
#upcomingCampsContainer::-webkit-scrollbar {
  width: 10px;
}

/* Track */
#upcomingCampsContainer::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
#upcomingCampsContainer::-webkit-scrollbar-thumb {
  background: #057F69 ; 
  border-radius: 5px;
}*/


.campCalendar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
}

.campCalendar__Title {
    display: flex;
    align-items: center;
	  justify-content: center;
    width: 100%;
    margin: 45px 0 24px;
}

.camp-calendar-wrapp {
    display: flex;
    flex-direction: column;
}

.campCalendar__Title h5 {
    line-height: 22px;
    letter-spacing: 0px;
    color: #F6F7F8;
    text-shadow: 0px 3px 6px #00000029;
    text-transform: uppercase;
    margin: 0;
}

.campCalendar__Title label {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #4DFBD1;
    text-transform: uppercase;
}

.campCalendar__Week {
    display: flex;
    flex-wrap: wrap;
    background: rgb(14 41 55 / 10%) 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    border-radius: 8px;
    width: 100%;
    padding-bottom: 70px;
    min-height: 400px;
}

.campCalendar__Week--Item {
    padding: 15px;
    width: 20%;
}

.campCalendar__Week--Title {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 8px;
}

.campCalendar__Week--Title h5 {
    font-size: 18px;
    letter-spacing: 0px;
    color: #F6F7F8;
    text-shadow: 0px 3px 6px #00000029;
    text-transform: uppercase;
    line-height: 22px;
    margin: 0;
}

.campCalendar__Week--Title:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 0.5;
    right: 0;
    top: calc(50% - 0.5px);
}

.campCalendar__Week--Camps {
    display: flex;
    flex-direction: column;
}

.campCard {
    min-height: 76px;
/* UI Properties */
    background: transparent linear-gradient(109deg, #FFFFFF 0%, #C8F4FF 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 8px #0E293773;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 8px 44px 8px 8px;
    position: relative;
    margin-bottom: 4px;
}

.campCard h6 {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
    color: #0E2937;
    text-transform: capitalize;
    margin: 0 0 2px;
    font-family: 'Azo sans Bold';
    height: auto;
    overflow: visible;
}

.campCard label {
    letter-spacing: 0px;
    color: #057F69;
    font-size: 12px;
    font-family: 'Azo sans Medium';
    margin: 0;
}

.campCard p {
    margin: 12px 0 0;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #0067BE;
    opacity: 0.8;
    font-style: italic;
}

.campCard__link {
    display: flex;
    width: 28px;
    height: 28px;
    background: #0DB88F 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    position: absolute;
    right: 8px;
    top: calc(50% - 14px);
    border-radius: 14px;
    align-items: center;
    justify-content: center;
}

.campCard__link img {
    width: 5px !important;
}

.no-result h5 {
    letter-spacing: 0px;
    color: #F6F7F8;
    text-transform: uppercase;
    opacity: 0.5;
    text-align: center;
    line-height: 22px;
}

.no-result {
    padding-top: 50px;
}

.camp-calendar-wrapp .owl-nav {
    position: absolute;
    top: 47px;
    left: calc(50% - 143px);
    width: 286px;
    height: 38px;
    display: flex;
    justify-content: space-between;
}

.camp-calendar-wrapp .owl-nav button {
    width: 34px;
    height: 34px;
    background: #187ABF !important;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    color: #fff !important;
    font-size: 25px !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.camp-calendar-wrapp .owl-nav button.disabled {
    opacity: 0.5 !important;
}

.campCard.special {
    background: transparent linear-gradient(109deg, #FFFFFF 0%, #FFF6C6 100%) 0% 0% no-repeat padding-box;
}

.camp-calendar-section .owl-dots {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 24px 0 0;
}

.camp-calendar-section .owl-dot {
    width: 10px;
    height: 10px;
    background: #F6F7F8 !important;
    opacity: 0.5;
    display: flex;
    border-radius: 10px;
    margin: 0 8px;
}

.camp-calendar-section .owl-dot.active {
    width: 14px;
    height: 14px;
    opacity: 1;
}

.camp-calendar-section .title-block h2:after {
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Icons/Icon-Calendar.svg);
    background-size: 117px 123px;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    right: -101px;
    top: -52px;
    width: 117px;
    height: 123px;
}
.camp-calendar-section .title-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.camp-calendar-section .title-block h2 {
    position: relative;
}

.camp-calendar-section {
    position: relative;
    padding: 50px 0 140px;
}

.camp-calendar-section:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/ninja-image-1.png);
    width: 235px;
    height: 203px;
    background-size: 235px;
    margin-left: 140px;
}

.camp-calendar-section:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/ninja-image-2.png);
    width: 259px;
    height: 179px;
    background-size: 259px;
    margin-right: 170px;
}

.calenderFetchPrevious {
    align-items: center;
    background: #187abf!important;
    border-radius: 50%;
    box-shadow: 0 3px 6px #00000029;
    color: #fff!important;
    display: flex;
    font-size: 25px!important;
    height: 34px;
    justify-content: center;
    opacity: 1;
    padding: 0!important;
    width: 34px;
    margin-right: 50px;
	  font-family: 'Azo Sans Bold' !important;
}

.calenderFetchNext {
    align-items: center;
    background: #187abf!important;
    border-radius: 50%;
    box-shadow: 0 3px 6px #00000029;
    color: #fff!important;
    display: flex;
    font-size: 25px!important;
    height: 34px;
    justify-content: center;
    opacity: 1;
    padding: 0!important;
    width: 34px;
    margin-left: 50px;
	  font-family: 'Azo Sans Bold' !important;
}

.campCalendar__Title--Dev {
    text-align: center;
}

@media(max-width: 1200px){
  .campCalendar__Week--Title h5 {
    font-size: 16px;
  }
  
  .campCalendar__Week--Title:after {
    width: 10px;
  }
}

@media(max-width: 993px) {
  .camp-calendar-wrapp {
      display: none;
  }
  .camp-calendar-section .title-block h2:after {
      width: 62px;
      height: 65px;
      right: -45px;
      top: -58px;
      background-size: 62px;
  }
  .camp-calendar-section:before, .camp-calendar-section:after {
    content: none !important;
  }
  .camp-calendar-section {
      padding: 50px 0;
  }

  .campCalendar__Week {
      padding-bottom: 0;
      min-height: 0;
  }
}

a.upcoming-camp-card-info {
    display: flex;
    align-items: right;
    justify-content: right;
}

a.upcoming-camp-card-info img {
    width: 20px;
}

 [data-title]:hover:after {
        opacity: 1;
        transition: all 0.1s ease 0.5s;
        visibility: visible;
      }
      [data-title]:after {
        content: attr(data-title);
        position: absolute;
        bottom: -1.6em;
        padding: 0.5em 0.5em 0.5em 0.5em;
        font-size: 1em;
        color: #ffffff;
        right: 0%;
        white-space: wrap;
        width:15em;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 0px 0px 4px #666;
        -webkit-box-shadow: 0px 0px 4px #666;
        box-shadow: 0px 0px 4px #666;
        background-image: -moz-linear-gradient(top, #f0eded, #bfbdbd);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0db88f), color-stop(1, #0db88f));
        background-image: -webkit-linear-gradient(top, #0db88f, #0db88f);
        background-image: -moz-linear-gradient(top, #0db88f, #0db88f);
        background-image: -ms-linear-gradient(top, #0db88f, #0db88f);
        background-image: -o-linear-gradient(top, #0db88f, #0db88f);
        opacity: 0;
        z-index: 99999;
        visibility: hidden;
      }
      [data-title] {
        position: relative;
      }
.camp-card-text{
height: 18em;
}
.enroll-camp{
  vertical-align: bottom;
  text-align: center;
}

.dateTimeStamp {display: block;  width: 100%;}
.dateTimeStamp .left-content {display: inline-block; float:left; width: 50%;}
.dateTimeStamp .right-content {display: inline-block; text-align: right; float:left; width: 50%;}

@media(max-width: 778px) {
  .upcoming-camps{
    padding-left:10px;
    padding-right:10px;
  }
}


