.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;
}

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;
  }

  .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(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;
  }

  .buttonContainer {
    position: fixed;
    bottom: 25%;
    right: 3%;
    background-color: white;
    width: 15%;
    padding: 5px;
    height: 100px;
  }

  .buttonContainer p {
    font-size: 0.9em;
    font-family: "Century Gothic" !important;
  }

  .questionButton {
    position: relative;
    float: right;
    cursor: pointer;
    background-color: #4AC1C0 !important;
    transition: 0.2s ease;
    text-align: center;
    font-family: "Bebas Neue";
  }

  .applyNowButton:hover, .questionButton:hover{
    transform: scale(1.1);
  }

  .applyNowButton {
    position: fixed;
    bottom: 150px;
    right: 0px;
    cursor: pointer;
    background-image: url(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(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;
  }
}

@media only screen and (max-width: 1000px) {
  #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;
  }
}
