  .fc-day-header{
    padding: 8px;
    text-transform: uppercase!important;
    color: #44233b;
    background: #f6e0ce !important;
    padding: 1.1em 0 !important;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: capitalize;
    position: relative;
  }
  
  
  .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-color: #ffefe2;
  }
  .fc td, .fc th {
    border-style: solid;
    border-width: 10px;
    padding: 0;
    vertical-align: top;
    background-color: white;
  }
  .fc .fc-row .fc-content-skeleton table, .fc .fc-row .fc-content-skeleton td, .fc .fc-row .fc-helper-skeleton td {
    background: 0 0;
    border-color: transparent;
    padding: 3px;
    margin: 1px;
    padding-top: 0px;
  }
  .fc .fc-button-group>:first-child {
    margin-left: 0;
    padding: -13px;
    color: black;
    text-transform: uppercase;
    background-color: #ffefe2;
  }
  .fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active {
    z-index: 4;
    background: #aa1f32!important;
    color: white!important;
  }
  .fc .fc-button-group>* {
    float: left;
    margin: 0 0 0 -1px;
    background: #ffefe2;
    color: black;
    text-transform: uppercase;
  }
  .closeButton {
   border-radius: 5px!important;
   background: #008080 !important;
   box-shadow: 1px 1px 10px #7e455561!important;
   text-transform: uppercase!important;
 }

 #calendarEventDetails td {
   border: 1px solid #A71333;
   padding: 17px;
   text-align: center;
   font-weight: 800;
   text-shadow: 0px 1px 13px #fff700;
   color: #9d0000;

 }


 #calendarEventDetails th {
   border: 1px solid #A71333;
   padding: 17px;
   text-align: center;
   font-weight: 800;
   text-shadow: 0px 1px 13px #fff700;
   color: #9d0000;
 }

/*Modal Css*/


.modal-header {
  border-top: none!important;
}

.modal-confirm.modal-dialog {
  margin-top: 10%;
}

.modal-confirm {
  color: #877676;
  width: 550px;
}



.modal-confirm .modal-content {
  padding: 20px;
  border-radius: 5px;
  border: none;
}
.modal-confirm .modal-header {
  border-bottom: none;   
  position: relative;
}
.modal-confirm h4 {
 text-align: center;
 font-size: 24px;
 margin: 22px 0 -15px;
 color: #980c3c;
 font-weight: 800;
}
.modal-confirm .form-control, .modal-confirm .btn {
  min-height: 40px;
  border-radius: 3px; 
}
.modal-confirm .close {
  position: absolute;
  top: -5px;
  right: -5px;
} 
.modal-confirm .modal-footer {
  border: none;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
} 
.modal-confirm .icon-box {
  color: #fff!important;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -70px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  z-index: 9;
  background: #fff;
  padding: 2px;
  text-align: center;
  box-shadow: 0px 2px 2px rgb(0 0 0 / 10%);
}
.modal-confirm .icon-box i {
  font-size: 56px;
  position: relative;
  top: 4px;
}
.modal-confirm .btn {
  color: #fff;
  border-radius: 4px!important;
  background: #980c3c;
  text-decoration: none;
  transition: all 0.4s;
  line-height: normal;
  border: none;
  padding: 0px 36px;
}
.modal-confirm .btn:hover, .modal-confirm .btn:focus {
  background: #da2c12;
  outline: none;
}
.trigger-btn {
  display: inline-block;
  margin: 100px auto;
}
.fc-day-grid-event{
  padding: 6px 7px;
  color: white;
  text-shadow: 1px 1px 3px black;
  font-size: 19px;
  border: 0;
  font-family: 'Yusei Magic', sans-serif!important;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important
}