/* The Modal (background) */

h2#fc-dom-1 {
  color: var(--bs-heading-color);
}

table.fc-scrollgrid.fc-scrollgrid-liquid {
  border-radius: 28px !important;
  overflow: hidden !important;
}

th.fc-col-header-cell.fc-day {
  border-bottom: 0 !important;
}

.fc-event-title-container {
  padding-left: 3px;
  font-size: 12.5px;
  padding-top: 2px;
  padding-bottom: 3px;
}

div#myModal {
  padding-top: 1% !important;
}

a {
  text-decoration: none !important;
}

.fc-event-title.fc-sticky {
  text-overflow: ellipsis;
}

a:hover {
  text-decoration: none !important;
}

.alert.alert-success {
  text-align: center;
}

table.table {
  margin-top: 40px;
}

.tooltipbutton {
  position: relative;
  display: inline-block;
}

.fc-sticky {
  position: unset;
}

/* tooltipbutton text */
.tooltipbutton .tooltiptextshow {
  visibility: hidden;
  width: auto;
  bottom: 125%;
  left: 30%;
  margin-left: -250px;
  background-color: #000000d9;
  color: #fff;
  text-align: center;
  padding: 8px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
}

/* Show the tooltipbutton text when you mouse over the tooltipbutton container */
.tooltipbutton:hover .tooltiptextshow {
  visibility: visible;
}

.btn-primary {
  margin: 5px;
}

.employees-list {
  display: flex;
  justify-content: center;
}

.projects-list {
  display: flex;
  justify-content: center;
}

.fc-daygrid-event-harness {
  cursor: pointer;
}

.command-buttons {
  display: flex;
  justify-content: center;
}

.fc-dayGridMonth-button,
.fc-today-button {
  text-transform: capitalize !important;
}

h2#fc-dom-1 {
  margin-right: 55px;
}

div#calendar {
  width: 80%;
  margin-top: 50px;
  padding-bottom: 85px;
  border-radius: 6px;
}

.fc-day-sat,
.fc-day-sun {
  background-color: #7e7e7747 !important;
}

.fc-day-today {
  background-color: rgb(255 220 40 / 32%) !important;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 10;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

td {
  height: 55px;
  vertical-align: middle;
}

/* Modal Content */
.modal-content {
  border-radius: 10px;
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  width: 35% !important;
  border: 0px !important;
}

.fc .fc-daygrid-day-top {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center !important;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  width: 3%;
}

a.fc-event.fc-event-start.fc-event-end.fc-event-future.fc-daygrid-event.fc-daygrid-block-event.fc-h-event {
  cursor: pointer;
}

.buttons-menu {
  display: flex;
  justify-content: center;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

body {
  margin: 40px 10px;
  padding: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
}

#calendar {
  margin: 0 auto;
}