/*
Template Name: Oceanxbox - Admin &  Website
Author: Themesbrand
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Custom Css File
*/

#calculatorContainer {
    position: absolute;
    top: 0%;
    left: 80%;
    z-index:10001;
    /* Add other necessary styles */
}
#calculator {
    display: grid;
    grid-template-columns: repeat(4, 50px);
    grid-gap: 5px;
}

#calculator button {
    width: 50px;
    height: 50px;
}

.table .placeholder {
  color: #f1f1f1 !important;
}

.fc .fc-list-sticky .fc-list-day>*{
  z-index:1;
  top: -1px!important;
}
.fc-scrollgrid-section-header .fc-scroller-harness .fc-scroller {
      overflow: hidden!important;
}

.fc-event-title, .fc-sticky {
    white-space: normal;
}

.fc .fc-list-event-title a {
    color: #000 !important;
}

.fc-event {
    color: #000;
}
