

.curPage{
    color: #1e87f0 !important;
}
.bruhmoments {
    color: #fff !important;
}
/* Dark Toggle */
.form-switch {
  display: inline-block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.form-switch i {
  position: relative;
  display: inline-block;
  margin-right: .5rem;
  width: 46px;
  height: 26px;
  background-color: #e6e6e6;
  border-radius: 23px;
  vertical-align: text-bottom;
  transition: all 0.3s linear;
}

.form-switch i::before {
  content: "";
  position: absolute;
  left: 0;
  width: 42px;
  height: 22px;
  background-color: #fff;
  border-radius: 11px;
  transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
  transition: all 0.25s linear;
}

.form-switch i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 11px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  transform: translate3d(2px, 2px, 0);
  transition: all 0.2s ease-in-out;
}

.form-switch:active i::after {
  width: 28px;
  transform: translate3d(2px, 2px, 0);
}

.form-switch:active input:checked + i::after { transform: translate3d(16px, 2px, 0); }

.form-switch input { display: none; }

.form-switch input:checked + i { background-color: #4BD763; }

.form-switch input:checked + i::before { transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0); }

.form-switch input:checked + i::after { transform: translate3d(22px, 2px, 0); }
/* Dark Toggle */

/* timetable minimizer */
.timetable ul.room-timeline li .time-entry{
    height: 45px !important;
}
.timetable aside li, .timetable time li{
    height: 45px !important;
}

/* form boxes */
.bruh {
    max-width: 80% !important;
}
.bigColorPick {
    padding: 2px !important;
}
/* form boxes */

a.logout:hover {
    transition: color 0.2s ease !important;
    color: red !important;
}

/* TimeLine blocks broken :( */

/* .timetable .time-entry {
    background-color: #1e87f0;
    transition: 200ms background-color;
    height: 45px;
    display: block;
    position: absolute;
    z-index: 2;
    padding: 0 10px;
    white-space: normal;
    overflow: hidden;
    color: #fff;
    border: 1px solid #00b7ff;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
} */

/* Timeline Blocks */

/* tick tock, might still use this */
.adf_login_bg{
  z-index: -1;
  /*-webkit-filter: blur(5px);

  /* Full height */
  height: 100vh;
  width: 100vw;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: blur(5px);
  transform: scale(1.04);
}

.adf-flyers{
  padding-top: 2rem;
  padding-left: 3rem;
  font-size: 2rem;
}

.adf-question, .adf-flyers{
  padding-left: 3rem;
}

.adf-float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#178bff;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}

.adf-my-float{
	margin-top:22px;
  font-size: 2.2rem;
}

.adf-float:hover{
  text-decoration: none;
  color: #e8e8e8;
  background-color: #3d9eff;
}

.adf-line{
  padding-left: 3rem;
  padding-right: 3rem;
}

.adf-allign{
  display: inline-block;
  margin-right: 2rem;
  margin-bottom: 2rem;
}

.adf-flyers-image{
  width: 17rem;
  height: 23rem;
}

.adf-end-date{
  float: right;
}
  /* ticktock */

/* Legacy */
/* Legacy */

.timetable ul.room-timeline li .time-entry {
  height: 86px !important;
}
.timetable aside li, .timetable time li {
  height: 86px!important;
}
.timetable .time-entry div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.timetable .time-entry div small {
  position: static;
  transform: none!important;
}

.timetable section{
  overflow-y: hidden;
}

.monitor-scroll{
  color: black;
  width: 75rem;
  margin-left: 1rem;
  margin-top: -2.7rem;
  overflow-y: auto;
  overflow-x: hidden;
}

#adf-slideshow {
  transition: 0.2s;
  position: absolute;
  top: 0%;
  left: 60%;
  width: 40%;
  max-width: 40%;
  overflow: hidden;
  height: 80%;
}
#adf-slideshow > div {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#adf-slideshow > div img {
  position: absolute;
  width: 100%;
  left: 0%;
  right: 0%;
  height: 100%;
}

#adf-slideshow-data {
  position: absolute;
  list-style-type: none;
  width: 100%;
  height: 100%;
}
#adf-slideshow-data > .parent-div {
  position: absolute;
  width: 100%;
  left: 0%;
  right: 0%;
  height: 100%;
}
#adf-slideshow-data > div {
  transition: 0.2s;
}

.adf-foto{
  margin-top: 2rem;
  margin-left: -0.5rem;
}

.monitorBody{
  margin: 0px;
  height: 100%;
  overflow: hidden;
}

.container{
  overflow-x: scroll;
  white-space: nowrap;
}

#adf-clock{
    font-family: 'Roboto', sans-serif;
    font-size: 6rem;
    padding-left: 1rem;
    color: white;
    z-index: 2;
  }

.adf-bg-overlay{
  background-image: url("../content/im/monitorbg3.jpg");
  z-index: -1;
  -webkit-filter: blur(5px);
  height: 100vh;
  width: 100vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: blur(5px);
  transform: scale(1.04);
}

.time-label{
  color: white;
  font-size: 1.6rem !important;
}

.timetable ul{
  font-size: 1.6rem !important;
}

.timetable aside{
  width: 12rem;
}

.adf-remove-flyer{
  position: absolute;
  right: 0;
  padding-right: 2rem;
}

.adf-remove-flyer:hover{
  color: red;
}

.adf-message{
  position: absolute;
  top: 12rem;
  padding-left: 3rem;
}

.adf-message-edit, .adf-message-save{
  margin-left: 1rem;
  height: 40px;
}
