body {
  /* font-family: "Bebas Neue", bold !important; */
  background-color: #f1f1f1;
}

.content {
  position: absolute;
  top: 40%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.wrap {
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 310px;
}

a {
  text-decoration: none;
  color: #1a1a1a;
}

.title {
  font-family: "Bebas Neue", bold !important;
  margin-bottom: 0px;
  text-align: center;
  font-size: 3em;
  text-transform: uppercase;
}

.title strong {
  color: #db3f3f;
}

h1 {
  font-family: "Bebas Neue", bold !important;
}

h2 {
  margin-bottom: 80px;
  text-align: center;
  text-transform: uppercase;
}
h2 strong {
  font-weight: 400;
}

.button {
  cursor: pointer;
  background-size: contain !important;
  background-color: transparent !important;
  background-repeat: no-repeat;
  width: 439px !important;
  height: 88px !important;
  transition: 0.2s ease;
}

.button:hover {
  width: 460px !important;
  height: 90px !important;
}

.registerButton {
  width: 90%;
}

.floating-welcome {
  position: fixed;
  top: 10%;
  right: 3%;
  /* width: 15%; */
  padding: 5px;
  cursor: pointer;
  background-color: #fff !important;
  transition: 0.2s ease;
  text-align: center;
  font-family: "Bebas Neue";
  color:  #4AC1C0 !important;
}

.floating-registerButton {
  position: fixed;
  bottom: 8%;
  right: 3%;
  /* width: 15%; */
  padding: 5px;
  cursor: pointer;
  background-color: #4AC1C0 !important;
  transition: 0.2s ease;
  text-align: center;
  font-family: "Bebas Neue";
}

.floating-registerButton:hover{
  transform: scale(1.1);
}

.readMoreButton {
  background-image: url(../assets/img/readmore.png) !important;
}

.sidebar-header p{
  font-size: 0.9em;
  font-family: "Century Gothic" !important;

}

.mobile-sidebar-header p{
  font-size: 1em;
  font-family: "Century Gothic" !important;
}

.mobile-sidebar-header h1 {
  font-size: 3em;
}

.blue {
  background-color: #4AC1C0 !important;
}

.pink {
  background-color: #AB1E54 !important;
}

.black {
  background-color: #000 !important;
}

.schedule-title {
  background-color: #DDDDDC !important;
  font-size: 1.2em;
  font-family: "Century Gothic" !important;
  margin-bottom: 10px;
}

hr {
  background-color: #DDDDDC !important;
  height: 8px;

}

.openSessionButton{
  display: none !important;
}

/* .w3-sidebar {
  width: auto !important;
  position: unset !important;
} */

.message-blue {
  position: absolute;
  z-index: 20;
  top: 21%;
  left: 3%;
}

.message-blue .msg-icon{
  width: 20px;
  opacity: 0.8;
}

.message-black {
  position: absolute;
  z-index: 20;
  top: 48%;
  left: 29%;
  
}

.message-black .msg-icon{
  height: 20px;
  opacity: 0.8;
}

.message-pink {
  position: absolute;
  z-index: 20;
  top: 38%;
  right: 6%;
}

.message-pink .msg-icon{
  width: 20px;
  opacity: 0.9;
}

.msg-icon .material-icons{
  font-size: 20px;
}

.msg-text{
  background-color: rgba(245, 245, 245, 0.8);
  font-size: 12px;
}

.msgCloseBtn .material-icons{
font-size: 14px;
}
  .msgCloseBtn {
  position: absolute;
  top: -16px;
  right: -16px;
  z-index: 21;
  height: 26px;
  width: 26px;
  pointer-events: all;
}

.countdown {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  padding-left: 25% !important;
}

.countdown .bloc-time {
  /* width: 220px; */
  text-align: center;
  font-family: "Bebas Neue", bold !important;
}

.countdown .count-title {
  font-family: "Bebas Neue", bold !important;
  display: block;
  /* margin-bottom: 15px; */
  font-size: 2em;
  color: whitesmoke;
  text-transform: uppercase;
}
.countdown .figure {
  position: relative;
  height: 55px;
  width: 40px;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 8px;
  -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2),
    inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2),
    inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2),
    inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
}
.countdown .figure:last-child {
  margin-right: 0;
}
.countdown .figure > span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 2.5em;
  font-weight: 700;
  color: #de4848;
}
.countdown .figure .top:after,
.countdown .figure .bottom-back:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.countdown .figure .top {
  z-index: 3;
  background-color: #f7f7f7;
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -moz-transform: perspective(200px);
  -ms-transform: perspective(200px);
  -webkit-transform: perspective(200px);
  transform: perspective(200px);
}
.countdown .figure .bottom {
  z-index: 1;
}
.countdown .figure .bottom:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(0, 0, 0, 0.02);
}
.countdown .figure .bottom-back {
  z-index: 2;
  top: 0;
  height: 50%;
  overflow: hidden;
  background-color: #f7f7f7;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}
.countdown .figure .bottom-back span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.countdown .figure .top,
.countdown .figure .top-back {
  height: 50%;
  overflow: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.countdown .figure .top-back {
  z-index: 4;
  bottom: 0;
  background-color: #fff;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -moz-transform: perspective(200px) rotateX(180deg);
  -ms-transform: perspective(200px) rotateX(180deg);
  -webkit-transform: perspective(200px) rotateX(180deg);
  transform: perspective(200px) rotateX(180deg);
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.countdown .figure .top-back span {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  margin: auto;
}


/* Main Page Stuff */

.popover[class*="tour-"].orphan {
  left: 50% !important;
  top: 50% !important;
  margin-top: 0;
  position: absolute;
  transform: translate(-50%, -50%) !important;
}

#backdropFallback {
  top: 0;
  left: 0;
  height: auto;
  min-height: 100%;
  width: 100vw;
}

.fixed_pos {
  position: fixed !important;
}

#live_example {
  height: 34px;
  line-height: 34px;
  width: 34px;
  padding: 2px;
  text-align: center;
  vertical-align: middle;
  color: white;
  font-size: 3px;
  border: 2px solid black;
  left: 845px;
  top: 333px;
  position: absolute;
  background-color: red;
  border-radius: 30px;
  box-shadow: 0 0 0 0 rgb(255, 0, 0);
  animation: pulse 1s infinite;
}

.hide {
  display: none;
}

#iframeHolder {
  position: absolute;
  z-index: 99999999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  display: none;
}

#iframe {
  background-color: white;
  height: 100%;
  width: 100%;
  border: 5px solid black;
  border-radius: 5px;
}

#iframeHolder button {
  background-color: black;
  background-repeat: no-repeat;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  position: absolute;
  top: 23px;
  right: 23px;
  height: 40px;
  width: 40px;
}

#iframeHolder button i {
  /* font-size: 50px; */
  color: white;
}

.scehdule-menu-item {
  border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}

.scehdule-menu-item img {
  object-fit: contain;
  height: auto;
  transition: ease 0.2s;
  width: 100% !important;
}

/* .scehdule-menu-item img:hover{
    width: 110% !important;
}
 */
#map {
  position: relative;
}

.liveMarker {
  position: absolute;

  background-color: red;
  border-radius: 30px;
  box-shadow: 0 0 0 0 rgb(255, 0, 0);

  animation: pulse 1s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}

.campusMap {
  display: block;
  object-fit: contain;
  height: 100%;
  width: auto;
}

.campusMapMobile {
  object-fit: contain;
  width: 100%;
}

.map-body {
  margin-left: 15% !important;
}

.img-hidden {
  visibility: hidden;
  position: relative !important;
}

.countdown-spacer {
  padding-top: 90px;
}

map area:hover {
  cursor: pointer;
}

.hdn {
  display: none !important;
}

#loginWithEmail {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  font-family: "Bebas Neue", bold;
}

.backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.65;
  background: #000;
  z-index: 9999;
}

.outerDialog {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: table;
}

.innerDialog {
  display: table-cell;
  vertical-align: middle;
}

.dialog {
  text-align: center;
  font-size: large;
  display: block;
  width: 500px;
  margin: auto;
  border: 5px solid black;
  background: #fff;
  border-radius: 16px;
  padding: 10px;
}

#loginWithEmailForm {
  padding: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#loginButton {
  width: 90%;
}

.scheduleWrapperDiv {
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

.openSessionButton {
  margin-bottom: 5px;
  border: none;
  border-radius: 20px;
  padding: 5px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: "Bebas Neue";
  background-color: #ffca2f;
}

.scheduleUl {
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

.scheduleSpacer {
  padding: 0px;
}

.scheduleUl td {
  text-align: center;
  border: 1px solid black;
  padding: 4px;
  height: 30px;
  width: 30%;
}

.scheduleUl tr,
.scheduleUl th {
  border: 1px solid black;
  padding: 4px;
  height: 30px;
}

.id-card,
.profile-pic,
#name,
/* #name-field, */
#email,
#email-field {
  display: none;
}

.sidebarfullup {
  width: 100%;
  text-align: start;
}

@media only screen and (min-width: 1001px) {

  
  .hideOnDesktop {
    display: none !important;
  }

  .map-body {
    height: 100%;
  }

  .campusMapMobile {
    display: none;
  }

  .bc-logo-mobile {
    display: none;
  }

  #notification-box-hidden {
    position: fixed;
    top: 400px;
    right: 40px;
    width: 200px;
    /* height: 100px; */
    border: 4px solid black;
    border-radius: 4px;
    background-color: whitesmoke;
    box-shadow: 4px -2px 20px 0px black;
    padding: 10px;

    visibility: hidden;
    opacity: 0;
    transition: visibility 1s, opacity 1s ease;
  }

  #notification-box {
    position: fixed;
    top: 400px;
    right: 40px;
    width: 200px;
    /* height: 100px; */
    border: 4px solid black;
    border-radius: 4px;
    background-color: whitesmoke;
    box-shadow: 4px -2px 20px 0px black;
    padding: 10px;

    opacity: 1;
    visibility: visible;
    transition: visibility 1s, opacity 1s ease;
  }

  .id-card {
    display: block;
    position: fixed;
    top: 40px;
    right: 40px;

    width: 200px;
    height: 314px;

    background-image: url(../../OpenDayMainPage/images/id.png) !important;
    background-size: 100% !important;
    background-color: transparent !important;
    background-repeat: no-repeat;

    box-shadow: 4px -2px 20px 0px black;

    border-radius: 2%;
    transition: 0.1s ease;
  }

  .id-card:hover {
    top: 38px;
    right: 38px;
    width: 204px;
    height: 318px;
  }

  .profile-pic {
    display: block;
    position: relative;
    left: 31%;
    top: 35px;
    width: 40%;
    height: auto;
  }

  #name {
    display: block;
    font-family: "Bebas Neue";
    position: relative;
    left: 25%;
    top: 21%;
    color: gray;
  }
/* 
  #name-field {
    display: block;
    position: relative;
    left: 27%;
    top: 20%;
    font-size: xx-small;
  } */

  #email {
    display: block;
    font-family: "Bebas Neue";
    position: relative;
    left: 25%;
    top: 23%;
    color: gray;
  }

  #email-field {
    display: block;
    position: relative;
    left: 27%;
    top: 22%;
    font-size: xx-small;
    max-width: 96px;
    word-wrap: break-word;
    text-overflow: ellipsis;
  }

  /* .questionButton {
    position: fixed;
    bottom: 65px;
    right: 0px;
    cursor: pointer;
    background-image: url(../../OpenDayMainPage/images/QUESTIONS\ WITHOUT\ SHADOW.png) !important;
    background-size: cover !important;
    background-color: transparent !important;
    width: 547px !important;
    height: 88px !important;
    transition: 0.2s ease;
  }

  .questionButton:hover {
    width: 560px !important;
    height: 90px !important;
  } */

  .applyNowButton {
    position: fixed;
    bottom: 150px;
    right: 0px;
    cursor: pointer;
    background-image: url(../../OpenDayMainPage/images/APPLY.png) !important;
    background-size: cover !important;
    background-color: transparent !important;
    width: 439px !important;
    height: 88px !important;
    transition: 0.2s ease;
  }

  .applyNowButton:hover {
    width: 460px !important;
    height: 90px !important;
  }

  .showTourButton {
    position: fixed;
    bottom: 300px;
    right: 0px;
    cursor: pointer;
    background-image: url(../../OpenDayMainPage/images/show\ tour.png) !important;
    background-size: cover !important;
    background-color: transparent !important;
    width: 200px !important;
    height: 44px !important;
    transition: 0.2s ease;
  }

  .showTourButton:hover {
    width: 212px !important;
    height: 48px !important;
  }

  .m-mapContainer {
    display: none;
  }

  .d-mapBackground{
    position: absolute;
    max-width: 100%;
    min-height: 100%;
    height: auto;
    top: 0;
    pointer-events: none;
  }
}

@media only screen and (max-width: 1000px) {

  #iframeHolder {
    position: fixed !important;
  }

  .countdown {
    padding-left: 0 !important;
    min-height: 62px;
  }

  .countdown .count-title {
    font-family: "Bebas Neue", bold !important;
    display: block;
    /* margin-bottom: 15px; */
    font-size: 1.4em;
    color: whitesmoke;
    text-transform: uppercase;
  }
  .countdown .figure {
    height: 36px;
    width: 36px;
  }
  
  .countdown .figure > span {
    font-size: 1.8em;
    font-weight: 700;
  }

  #live_example {
    height: 34px;
    line-height: 34px;
    width: 34px;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
    color: white;
    font-size: 3px;
    border: 2px solid black;
    left: 50px;
    top: 100px;
    position: absolute;
    background-color: red;
    border-radius: 30px;
    box-shadow: 0 0 0 0 rgb(255, 0, 0);
    animation: pulse 1s infinite;
  }

  .showTourButton {
    z-index: 2000;
    position: fixed;
    bottom: 85px;
    right: 0px;
    cursor: pointer;
    background-image: url(images/show\ tour.png) !important;
    background-size: cover !important;
    background-color: transparent !important;
    width: 152px !important;
    height: 30px !important;
  }

  #fake-chat {
    position: fixed;
    bottom: 5px;
    right: 0px;
    width: 100px !important;
    height: 100px !important;
  }

  #notification-box-hidden {
    position: fixed;
    top: 300px;
    right: 10px;
    width: 200px;
    border: 4px solid black;
    border-radius: 4px;
    background-color: whitesmoke;
    box-shadow: 4px -2px 20px 0px black;
    padding: 10px;

    visibility: hidden;
    opacity: 0;
    transition: visibility 1s, opacity 1s ease;
  }

  #notification-box {
    position: fixed;
    top: 300px;
    right: 10px;
    width: 200px;
    border: 4px solid black;
    border-radius: 4px;
    background-color: whitesmoke;
    box-shadow: 4px -2px 20px 0px black;
    padding: 10px;

    opacity: 1;
    visibility: visible;
    transition: visibility 1s, opacity 1s ease;
  }

  .hideOnMobile {
    display: none !important;
  }

  .applyNowButton {
    display: none !important;
  }

  #map {
    background-color: #84903d;
  }

  .map-body {
    background-color: black !important;
  }

  .mobile-schedule {
    display: inline-block !important;
  }
  .map-body {
    margin-left: 0% !important;
  }

  .campusMap {
    display: none;
  }

  .w3-sidebar {
    display: none;
  }

  .dialog {
    width: 300px;
  }

  .buttonContainer {
    background-color: #4AC1C0;
  }

  .message-blue, .message-black, .message-pink {
    transform: scale(0.7);
    }

    .message-blue {
      top: 10%;
      left: 0%
    }

    .message-pink {
      top: 31%;
      right: 0%;
    }
}
