.bg {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.error {
  background-color: rgba(255, 0, 0, 0.200);
  border: 1px solid rgba(255, 0, 0, 0.548);
  align-items: center;
  text-align: center;
}

.error h2 {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 200;
}

.success {
  background-color: rgba(9, 255, 0, 0.2);
  border: 1px solid rgba(9, 255, 0, 0.548);
  align-items: center;
  text-align: center;
}

.success h2 {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 200;
}




.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.582);
  color: rgb(0, 0, 0);
}

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
  top: 5%;
  border-radius: 5px;
}

.close {
  color: white;
  position: fixed;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
/*
#LB-Window {
  position: fixed;
  top: 50%;
  left: 50%;
  height: 85%;
  width: 85%;
  background-color: white;
}

*/

#LB-title {
  text-align: center;
}






.container{
  align-items: center;
}

.light{
  background-color: #fff;
}

.calendar{
  position: relative;
  width:80%;
  box-shadow: 0px 0px 35px -16px rgba(0,0,0,0.75);
  margin: 50px auto;
  padding: 20px 30px;
  color:#363b41;
}

.calendar_header{
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
}

.header_copy{
  font-size:20px;
}
.calendar_plan{
  margin:20px 0 40px;
}
.cl_plan{
  height: 140px;
  background-image: linear-gradient(-222deg, #8684ff, #b2a9ff);
  box-shadow: 0px 0px 52px -18px rgba(0, 0, 0, 0.75);
  border-radius: 5px;
  padding:20px 20px 50px 20px;
  color:#fff;

}

.cl_title {
  font-size: 35px;
  text-align: center;
}
  
.cl_copy{
  font-size:25px;
  text-align: center;
  padding-bottom: 20px;
}

.cl_add{
  margin: 0 auto 20px;
  width: 40px;
  height:40px;
  border-radius:50%;
  background-color: #fff;
  cursor: pointer;
  color:#c2c2c2;
  padding: 11px 13px;
  text-align: center;
  font-size: 1.8rem;
  /*
  <i class="fas fa-plus"></i>
  */
}

.cl_add a {
  text-decoration: none;
  font-weight: 999;

}

.ce_title{
  font-size:24px;
  text-align: center;
}

.event_item{
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 18px 0;
  padding:5px;
  &:hover{
    background-image: linear-gradient(-222deg, #FF8494, #ffa9b7);
    box-shadow: 0px 0px 52px -18px rgba(0, 0, 0, 0.75);
    .ei_Dot{
      background-color: #fff;
    }
    .ei_Copy,.ei_Title{
      color:#fff;
    }
  }
}

.ei_Dot,.ei_Title{
  display:inline-block;
}

.ei_Dot{
  border-radius:50%;
  width:10px;
  height: 10px;
  background-color: light_grey;
  box-shadow: 0px 0px 52px -18px rgba(0, 0, 0, 0.75);
}
.dot_active{
  background-color: #FF8494;
}

.ei_Title{
  margin-left:10px;
  font-size: 18px;
  display: table-cell;
}

.ei_Copy{
  font-size:18px;
  margin-left:27px;
  display: table-cell;
}

.ei_Button {
  float: right;
  display: table-cell;
  font-size: 35px;
  font-style: normal;
  cursor: pointer;
  top: 5px;
}

.dark{
  background-image: linear-gradient(-222deg, #646464, #454545);
  color:#fff;
  .header_title,.ei_Title,.ce_title{
    color:#fff;
  }
  
}


#Lightbox h5 {
  font-size: 1.1rem;
}

#Lightbox table {
  border-spacing: 10px;
}

#Lightbox table td {
  vertical-align: top;
}

#LB-title {
  text-decoration: underline;
  margin: 0 10px 0 10px;
}




@media only screen and (max-width: 992px) {
  .agenda {
      text-align: center;
  }
  
  .agenda-big-screen{
      display: none;
  }
  .agenda-small-screen{
      display: block;
  }
  #Lightbox h5 {
      font-size: 1rem;
  }
}