@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,100;1,200;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  font-family: 'Poppins', sans-serif;

  @font-face {
    font-family: CormorantGaramond;
    src: url('CormorantGaramond.ttf');
  }

  -moz-transform: scale(0.8, 0.8); /* Moz-browsers */
  zoom: 0.8; /* Other non-webkit browsers */
  zoom: 80%; /* Webkit browsers */
}

.modal-backdrop {
  display: block;
  width: 100%;
  height: 100%!important;
  z-index: 1040 !important;
}

/* Variables */
:root {
  --primary: #D17539;
  --secondary: #333333;
  --white: #ffffff;
  --form-text: #2B2B2B;
  --placeholder: #C4C4C4;
  --hover: #A74C11;

}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Login Page Start */
.logo {
  margin-bottom: 60px;
}

.logo img {
  width: 138px;
}

.login-form {
  width: 40%;
  background-color: var(--white);
  padding: 35px 30px;
  border-radius: 0 18px 18px 0;
  box-sizing: border-box;
}

.remember-me {
  font-size: 12px;
  align-items: center;
  display: flex;
}

.login-form form {
  margin-top: 3rem !important;
}

.logo {
  margin: 40px 0 0;
}

/* Carousel */
.main-carousel {
  position: relative;
}

.carousel-img {
  display: block;
  width: 100%;
  height: 100vh;
}

.login-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.signin-header {
  font-size: 30px;
  font-weight: 600;
  color: var(--heading);
  width: fit-content;

}

.right-section {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.87);
  border-radius: 20px;

}

.col-sm-12.col-md-12.col-lg-8.right-section {
  padding: 0 40px 0 40px;
}

.signin-text {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 500;
  color: var(--secondary);
  font-family: CormorantGaramond;
}

.sign-text {
  font-family: CormorantGaramond;
  font-size: 38px;
  font-weight: 600;
  color: #797e77;
}

label.form-label {
  color: var(--secondary);
  font-size: 22px;
  font-family: CormorantGaramond;
}

select.form-select {
  height: 55px;
  color: grey;
  font-size: 14px;
  font-weight: 400;
}

.form-select:focus {
  border-color: var(--primary);
  outline: 1;
  box-shadow: none;
  color: var(--primary);
}

.form-control {
  /* font-size: 14px; */
  /* height: 48px; */
  padding: 0.75rem 0.75rem;
}

.form-control:focus {
  border-color: var(--primary);
  box-shadow: none;
  background-color: #ffffff;
  /* background-color: #EEFFFC; */
}

button.btn.btn-sign {
  color: white;
  margin-bottom: 100px;
  background-color: var(--primary);
  font-size: 18px;
  font-weight: 600;
  /* height: 48px; */
  font-family: CormorantGaramond;
}

button.btn.btn-sign:hover {
  background-color: var(--hover);
}

.signin-btn {
  margin-top: 70px;
}

.btn-sign:hover {
  background-color: var(--primary);
  color: white;
}

.form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}

.password-link {
  color: var(--primary);
  font-weight: 500;
  font-family: CormorantGaramond;
  font-size: 18px;
}

.password-link:hover {
  color: var(--hover);
}

.login-content {
  display: flex;
  justify-content: end;
}

label.form-check-label.check {
  font-family: CormorantGaramond;
  font-size: 18px;
}

/* input#email {
  font-family: CormorantGaramond;
}

input#password {
  font-family: CormorantGaramond;
} */

/* dashboard*/
.navigation {
  position: fixed;
  /* width: 340px; */
  width: 320px;
  height: 100%;
  background: var(--secondary);
  transition: 0.5s;
}

.navigation ul {
  padding: 0;
  margin-bottom: 0!important;
}

.hrLine {
  border: 1px solid #ccc;
}

.hrLine-bottom {
  /* border: 1px solid #ccc; */
  /* margin-top: 180px; */
  /* position: relative; */
  /* bottom: 0; */
}

.navigation ul li a {
  width: 100%;
  list-style: none;
}

.navigation ul li {
  list-style: none;
}

.navigation ul li a {
  position: relative;
  display: flex;
  text-decoration: none;
  align-items: center;
  align-content: center;
}

.navigation ul li a .icon {
  min-width: 45px;
  margin-left: 15px;
}

.navigation ul li a .icon svg {
  height: 24px;
}

.navigation ul li a {
  height: 60px;
  line-height: 60px;
  width: 100%;
  color: var(--placeholder);
}

.navigation ul li a:hover {
  color: var(--white);
}

.navigation ul li a.active {
  color: var(--primary);
  background-color: #f8f8f7;
}

.navigation ul li a .icon {
  min-width: 40px;
  margin-left: 29px;
}

img .small {
  height: 50px;
  width: 50px;
}

/* --------- topbar ---------- */
.main {
  position: absolute;
  width: calc(100% - 320px);
  /* width: calc(100% - 340px); */
  left: 320px;
  /* left: 340px; */
  height: 100%;
  background: #F8F8F7;
  transition: 0.5s;
  overflow: auto;
}

.main.active {
  width: calc(100% - 70px);
  left: 70px;
  /* width: 100%; */
  /* left: 0px; */
}

.topbar {
  background-color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.toggle {
  width: 60px;
  height: 60px;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  cursor: pointer;
}

.search input {
  width: 311px;
  height: 40px;
  border-radius: 40px;
  padding-left: 15px;
  font-size: 18px;
  outline: none;
  border: 1px solid #F1F5F9;
}

input.searchbar-text {
  background: #F1F5F9;
  border: 1px solid #F1F5F9;
  font-size: 14px;
}

/* ul.dropdown-menu.show {
  width: 235px;
  height: 146px;
}   */

li.breadcrumb-item.active {
  font-size: 16px;
  color: #bb5300;
  /* color: var(--primary); */
  /* padding-left: 16px;
  margin-top: 20px; */
  font-weight: 600;
}

.icon img {
  width: 300px;
  padding: 20px 20px 0px 20px;
}

/* .bottom-icon {
  padding-top: 130px;
} */

hr {
  color: var(--placeholder);
}

/* Calendar dashboard */
#calendar_weekdays div {
  display: inline-block;
  vertical-align: top;
}

#calendar_content,
#calendar_weekdays,
#calendar_header {
  position: relative;
  width: 320px;
  overflow: hidden;
  float: left;
  z-index: 10;
}

#calendar_weekdays div,
#calendar_content div {
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-align: center;
  background-color: #FFFFFF;
  color: #787878;
}

#calendar_content {
  -webkit-border-radius: 0px 0px 12px 12px;
  -moz-border-radius: 0px 0px 12px 12px;
  border-radius: 0px 0px 12px 12px;
}

#calendar_content div {
  float: left;
}

#calendar_content div:hover {
  background-color: #F8F8F8;
}

#calendar_content div.blank {
  background-color: #E8E8E8;
}

#calendar_header,
#calendar_content div.today {
  zoom: 1;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

#calendar_content div.today {
  color: #FFFFFF;
}

#calendar_header {
  width: inherit;
  height: 37px;
  text-align: center;
  background-color: var(--hover);
  padding: 18px 0;
  -webkit-border-radius: 12px 12px 0px 0px;
  -moz-border-radius: 12px 12px 0px 0px;
  border-radius: 12px 12px 0px 0px;
}

#calendar_header h1 {
  font-size: 1.5em;
  color: #FFFFFF;
  float: left;
  width: 70%;
}

i[class^=icon-chevron] {
  color: #FFFFFF;
  float: left;
  width: 15%;
  border-radius: 50%;
}

a.links {
  color: grey;
}

a.links:hover {
  color: var(--hover);
}

/* master calendar */
#calendar {
  margin: 1em 0 3em 0;
  grid-area: 1 / 1 / 2 / 2;
}

#main-calendar {
  border: 1px solid #000000;
  border-radius: 10px;
  padding: 20px;
}

.fc-toolbar-title {
  font-size: 18px !important;
  font-weight: 600 !important;
}

/* homepage dashboard */
#main_calendar_day {
  border: 1px solid var(--primary);
  border-radius: 10px;
  padding: 14px;
  height: 477px;
  /* height: 456px; */
  background-color: var(--white);
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.02);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.02);
}

.festival .fc-time {
  display: none;
}

.fc-day-grid-event .fc-content {
  white-space: normal;
}

/* a.fc-event-past {
  background-color: grey !important;
  border: none;
} */

a.fc-event.hidden {
  display: none;
}

/* arrow left */
button.fc-prev-button.fc-button.fc-button-primary {
  background: var(--primary);
  border: var(--primary);
}

button.fc-prev-button.fc-button.fc-button-primary:active {
  background-color: #C88B63;
  border: #C88B63;
}

/* arrow right */
button.fc-next-button.fc-button.fc-button-primary {
  background: var(--primary);
  border: var(--primary);
}

button.fc-next-button.fc-button.fc-button-primary:active {
  background: var(--hover);
  border: var(--hover);
}

/* today button */
button.fc-today-button.fc-button.fc-button-primary {
  background-color: #C88B63;
  border: #C88B63;
}

button.fc-today-button.fc-button.fc-button-primary:active {
  background: var(--hover);
  border: var(--hover);
}

/* month button */
button.fc-dayGridMonth-button.fc-button.fc-button-primary.fc-button-active {
  background: var(--hover);
  border: var(--hover);
}

button.fc-dayGridMonth-button.fc-button.fc-button-primary {
  background-color: #C88B63;
  border: #C88B63;
}

button.fc-dayGridMonth-button.fc-button.fc-button-primary.fc-button:active {
  background: var(--hover);
  border: var(--hover);
}

/* week button */
button.fc-timeGridWeek-button.fc-button.fc-button-primary.fc-button-active {
  background-color: var(--hover);
  border: var(--hover);
}

button.fc-timeGridWeek-button.fc-button.fc-button-primary {
  background-color: #C88B63;
  border: #C88B63;
}

/* list button */
button.fc-listWeek-button.fc-button.fc-button-primary {
  background-color: #C88B63;
  border: #C88B63;
}

/* days tab */
a.fc-col-header-cell-cushion {
  color: var(--secondary);
}

a.fc-daygrid-week-number {
  display: none;
}

button.fc-dayGridDay-button.fc-button.fc-button-primary:active {
  background-color: var(--hover);
  border: var(--hover);
}

.main-calendar {
  margin-left: 20px;
}

/* day button */
button.fc-timeGridDay-button.fc-button.fc-button-primary {
  background-color: #C88B63;
  border: #C88B63;
}

button.fc-timeGridDay-button.fc-button.fc-button-primary.fc-button-active {
  background-color: var(--hover);
  border: var(--hover);
}

.fc .fc-daygrid-day-number {
  color: var(--secondary);
}

/* list */
button.fc-listWeek-button.fc-button.fc-button-primary:active {
  background-color: var(--hover);
  border: var(--hover);
}

button.fc-listWeek-button.fc-button.fc-button-primary.fc-button-active {
  background-color: var(--hover);
  border: var(--hover);
}

.fc-view-harness.fc-view-harness-active {
  height: 835px;
}

/* layers on-off */
.layer-side {
  border: 1px solid var(--hover);
  border-radius: 10px;
  padding: 20px;
}

/* layers */
.layer-heading {
  /* padding: 20px 0 10px 30px; */
  padding: 20px 30px 10px 15px;
  font-size: 18px;
  font-weight: 600;
  color: var(--hover);
}

.form-check.layer-input {
  padding: 10px 10px 10px 40px;
  /* padding: 10px 0 10px 60px; */
}

.back-layer {
  height: 100vh;
  background: #FBF4EE;
  /* margin: 0 10px 10px 30px; */
  border: 1px solid #fae1cc;
  border-radius: 10px;
}


/* calendar */
.headings {
  font-size: 18px;
  color: #686868;
  font-weight: 600;
  padding-left: 10px;
}

.wrapper {
  margin-left: 10px;
  height: 477px;
  /* border: 1px solid var(--primary); */
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.02);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.02);
}

.wrapper header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  /* padding: 12px 80px 0px 38px; */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  background: var(--primary);
  border-radius: 10px 10px 0 0;
}

header .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

header .icons span {
  /* height: 0px; */
  width: 28px;
  margin: 0 1px;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 50%;
}

.icons span:last-child {
  margin-right: -10px;
}

header .icons span:hover {
  background: var(--hover);
}

header .current-date {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--white);
}

.calendar {
  padding: 4px;
}

.calendar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

.calendar li {
  color: #333;
  width: calc(100% / 7);
  font-size: 16px;
}

.calendar .weeks li {
  font-weight: 500;
  cursor: default;
  text-align: center;
}

.calendar .days li {
  z-index: 1;
  /* cursor: pointer; */
  position: relative;
  /* margin-top: 20px; */
  border: 1px outset;
  padding-top: 20px;
}

.days li.inactive {
  color: #aaa;
}

.days li.active {
  color: #fff;
}

.days li::before {
  position: absolute;
  content: "";
  left: 8%;
  top: 35% !important;
  height: 40px;
  width: 40px;
  z-index: -1;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.days li.active::before {
  background: var(--hover);
}

/* .days li:not(.active):hover::before {
  background: rgba(167, 76, 17, 1);
  background: #f2f2f2;
} */

/* image todays schedule dashboard */
.image--cover {
  background-color: #E4DCD4;
  border-radius: 50%;
  margin: 10px;
  width: 32px;
  height: 32px;
  text-align: center;
  /* object-fit: cover;
  object-position: center right; */
}

td.bg-1 {
  background-color: var(--primary);
  color: white;
  font-size: 14px;
}

td.bg-2 {
  background-color: #B4CFB0;
  color: white;
  font-size: 14px;
}

td.bg-3 {
  background-color: var(--placeholder);
  color: white;
  font-size: 14px;
}

div.dt-buttons{
  margin-left: 10px;
}

.dataTables_processing{
  border-radius: 4px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .5);
  padding: 20px 0!important;
  z-index: 1;
  font-weight: 600;
}

table.dataTable td {
  font-size: 16px;
  font-weight: 500;
}

table.table.mx-3 {
  background: white;
  border-radius: 10px;
}

table.dataTable thead {
  background-color: #bb5300;
  color: white;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
  background-color: #F2EFEF;
}

.table-striped>tbody>tr:nth-child(even)>td,
.table-striped>tbody>tr:nth-child(even)>th {
  background-color: white;
}

.tm-name {
  font-size: 14px;
}

/* layers checked box colors */
input#flexCheckkholiday:checked {
  background-color: grey;
  border-color: grey;
}

input#flexCheckCheckstrikes:checked {
  background-color: green;
  border-color: green;
}

input#flexCheckCheckcalls:checked {
  background-color: purple;
  border-color: purple;
}

input#flexCheckChecktraining:checked {
  background-color: blue;
  border-color: blue;
}

input#flexCheckChecktheatre:checked {
  background-color: red;
  border-color: red;
}

input#flexCheckCheckhangar:checked {
  background-color: pink;
  border-color: pink;
}

input#flexCheckCheckmeeting:checked {
  background-color: brown;
  border-color: brown;
}

input#flexCheckdelivery:checked {
  background-color: rgb(199, 199, 0);
  border-color: rgb(182, 182, 0);
}

/* Event Details */
.background {
  background: var(--white);
  border-radius: 10px;
}

.heading {
  font-size: 22px;
  color: var(--secondary);
  padding-left: 18px;
  margin-top: 20px;
  font-weight: 600;
}

.event-head {
  font-size: 16px;
  color: var(--secondary);
  padding-left: 18px;
  margin-top: 10px;
  font-weight: 600;
}

.event-field {
  font-size: 16px;
  color: var(--primary);
  padding-left: 18px;
  margin-top: 10px;
  font-weight: 600;
}

.event-description {
  font-size: 16px;
  color: var(--secondary);
  padding-left: 18px;
  margin-top: 10px;
}

/* vertical raodmap section */
.roadmap-para {
  color: var(--form-text);
  font-size: 16px;
  line-height: normal;
  background-color: #ffede160;
  padding: 8px;
}

.roadmap-head {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 600;
  color: var(--primary);
}

.roadmap-section {
  height: auto;
  overflow: hidden;
}

.roadmap-section ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  transition: all 0.5s linear;
  top: 0
}

.roadmap-section ul:before {
  content: "";
  display: block;
  width: 0;
  height: 88%;
  border: 1px solid var(--placeholder);
  position: absolute;
  top: 0;
  left: 30px
}

.roadmap-section ul li {
  margin: 20px 60px 0;
  position: relative;
  background: #F2FFFF;
  color: #fff;
  border-radius: 10px;
  line-height: 27px;
}

.roadmap-section ul li>span {
  display: block;
  width: 0;
  position: absolute;
  top: 0;
  left: -44px;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--primary);
  border: 2px solid var(--placeholder);
}

.roadmap-section ul li>span:before {
  top: 0px
}

/* TBD Labor Schedule */
a.btn.btn-primary.today {
  background: var(--primary);
  border: 0;
}

a.btn.btn-primary.today:hover {
  background: var(--hover);
  border: 0;
}

.outer-bg {
  border: 1px solid #A74C11;
  padding: 14px;
  margin: 10px;
  border-radius: 8px;
}

input[type=date]::-webkit-datetime-edit {
  display: none;
}

input.calendar-icon {
  background: none;
  border: none;
}

input.calendar-icon:focus-visible {
  background: none;
  border: 1px solid #A74C11;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  width: 27px;
  height: 27px;
}
/* tbd labor schedule */
button#dropdowntm {
  background: white;
  color: black;
  font-size: 14px;
}
/* .bg-table {
  background: white;
  border: 1px solid darkgrey;
  border-radius: 10px;
  margin-top: 15px;
} */
input.input-query {
  padding: 5px;
  margin: 10px;
  border-radius: 5px;
  background: #f8f8f7;
  color: var(--primary);
  font-size: 14px;
}
a.dropdown-item {
  font-size: 14px;
}
ul.dropdown-menu.list.show{
  height: 200px;
  overflow-y: scroll;
} 
a.dropdown-item:active{
  background-color: var(--primary);
  color: var(--white);
}
.circle {
  background-color: #E4DCD4;
  border-radius: 50%;
  height: 30px;
  text-align: center;
  width: 30px;
}

.initials {
  font-size: 14px;
  line-height: 1;
  position: relative;
  top: 3px;
}
.initials-day {
  font-size: 14px;
  line-height: 1;
  position: relative;
  top: 8px;
}
.img-init{
  display: flex;
justify-content: flex-start;
flex-wrap: nowrap;
}
/* .fc .fc-daygrid-event-dot{
  display: none !important;
} */

.fc-daygrid-day-events{
  display: flex;
    flex-direction: column;
    gap: 10px;
}
.fc-daygrid-event-harness{
  border-radius: 5px;
  padding: 5px 14px;
}

/* .fc-daygrid-event-harness:nth-of-type(odd) {
  background: #949494;
}
.fc-daygrid-event-harness:nth-of-type(even) {
  background: #267ed6;
} */
/* .fc-daygrid-event-harness a{
  color: #fff;
} */

.fc-event-title{
  margin-left: 5px;
}

div#fc-dom-3 {
  left: 0px !important;
}

.fc .fc-more-popover .fc-popover-body {
  min-width: 220px;
  padding: 10px;
  max-width: 800px !important;
}
div#fc-dom-3 a {
  text-wrap: wrap !important;
}


/* .fc-daygrid-day-top{
  visibility: hidden !important;
} */
.event-indicator {
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: rgb(48, 224, 62);
  margin: 2px;
}

.events-container {
    margin-top: 10px;
}

/* =================================== */

a.fc-daygrid-more-link.fc-more-link {
  text-decoration: none;
}

.fc-daygrid-body.fc-daygrid-body-balanced {
  width: 100% !important;
}

.fc-daygrid-body.fc-daygrid-body-balanced table.fc-scrollgrid-sync-table {
  width: 100% !important;
}
.fc-scroller table.fc-col-header, .fc-daygrid-body.fc-daygrid-body-unbalanced, .fc-scrollgrid-sync-table  {
  width: 100% !important;
}

/* .fc-scroller-harness.fc-scroller-harness-liquid .fc-scroller.fc-scroller-liquid-absolute {
  overflow: hidden !important;
} */
.fc .fc-daygrid-day-number {
  text-decoration: none !important;
}
.fc .fc-daygrid-day-top {
  justify-content: center !important;
}

.fc .fc-daygrid-day-bottom {
  text-align: center !important;
}
table.fc-col-header thead tr th .fc-scrollgrid-sync-inner a.fc-col-header-cell-cushion {
  text-decoration: none;
}

.fc-daygrid-day-events .fc-daygrid-event-harness {
  padding: 0;
}

.calendar ul.days {
  text-align: center;
}

.days li::before {
  left: 50%;
  top: 17%;
}
.fc-button-group button.fc-today-button.fc-button.fc-button-primary {
  margin-left: 10px;
}
/* .modal-body{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
} */
.col-sm-8.col-md-11.col-lg-11 pre {
  font-family: 'Poppins';
}

/* .fc-daygrid-event-harness .fc-event-end.fc-event-today .fc-daygrid-event-dot {
  height: 5px;
  width: 5px;
  background: #3788d8;
  border-radius: 0px;
} */

.fc-daygrid-event-harness a .fc-daygrid-event-dot{
  border: 6px solid;
  border-radius: 0px;
}
.fc-list-day-cushion.fc-cell-shaded a:nth-child(1),
.fc-list-day-cushion.fc-cell-shaded a:nth-child(2){
  color: black;
  text-decoration: none;
}
.fc-daygrid-event-harness a {
  color: black;
}
.fc-daygrid-day-frame.fc-scrollgrid-sync-inner {
  background: white;
}

tr.fc-list-event.fc-event-forced-url td:nth-child(2) span.fc-list-event-dot {
  margin-top: 8px;
  border: 6px solid;
}
td.fc-timegrid-slot.fc-timegrid-slot-lane {
  background: white;
}
a.fc-timegrid-axis-cushion.fc-scrollgrid-shrink-cushion.fc-scrollgrid-sync-inner {
  display: none;
}


/* table.fc-scrollgrid-sync-table td {
  height: 195px !important;
  padding-left: 50px !important;
} */
/* 
.fc-daygrid-day-events .fc-daygrid-event-harness.fc-daygrid-event-harness-abs a,
.fc-daygrid-event-harness a.fc-daygrid-event.fc-daygrid-block-event.fc-h-event.fc-event.fc-event-end.fc-event-past {
  background: none !important;
  border: none;
} */

#button{
  display:block;
  margin:20px auto;
  padding:10px 30px;
  background-color:#eee;
  border:solid #ccc 1px;
  cursor: pointer;
}
#overlay{	
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.is-hide{
  display:none;
}

.fc-daygrid-day-events .fc-daygrid-event-harness{
  padding: 0 5px;
}

.fc-h-event .fc-event-main-frame {
  display: flex;
  padding: 0 5px !important;
}
input.form-check-input {
  border: 1px solid #999;
}

button.fc-timeGridWeek-button.fc-button.fc-button-primary.fc-button:active {
  background: var(--hover);
  border: var(--hover);
}

button.fc-timeGridDay-button.fc-button.fc-button-primary.fc-button:active {
  background-color: var(--hover);
  border: var(--hover);
}

.fc-event .fc-event-main{
  display: flex;
  overflow: hidden;
}
                                    
.fc-event-title {
    margin-left: 0;
}
.fc-daygrid-event {
  font-size: var(--fc-small-font-size, 1rem)!important;
  font-family: 'Poppins', sans-serif!important;
}
.days li::before {
  /* top: 28% !important; */
  top: 30% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  height: 30px;
  width: 30px;
  background-color: rgba(167, 76, 17, 0.2);
  box-shadow: 0px 0px 6px #999;
  cursor: pointer;
}

.events-container {
  padding-top: 10px;
  text-align: center;
}

.day-number{
  position: relative;
  top: 8;
}

.day-number:hover{
  cursor: pointer;
}

.calendar .days li{
  height: 80px;
  padding: 3px 0!important;
}

header .icons span {
  width: 35px!important;
  height: 35px!important;
  margin: 0 4px!important;
}

.bi-caret-left-fill, .bi-caret-right-fill{
  position: relative;
  top: 10px;
}

.events-container span{
  color: black;
  font-size: 14px;
  font-weight: 500;
}

#modalBody p{
  margin-bottom: 0.5rem;
  padding: 5px 10px;
  border-radius: 4px;
}

.text-center{
  text-align: center;
}

.text-dark{
  color: #000;
}

.cell-padding{
  padding: 10px 10px!important;
}

.table>:not(caption)>*>* {
  border: 1px solid #dee2e6;
}


.thead-bg-color{
  background-color: rgba(0, 0, 0, 0.1)!important;
}
/* .fc-event-time {
   font-weight: bold;
  }
   */

/* Vaibhav Gupta2 CSS Start */
  .team-member-list{
    display: flex;
    align-items: center;
    margin: 3px 10px;
  }

  .team-member-checkbox{
    padding-top: 4px;
    border-bottom-width: 4px;
    margin-top: 0;
    padding-bottom: 4px;
  }

  .team-member-name{
    margin: 0 5px;
    padding-left: 2px;
    padding-right: 2px;
    border-radius: 2px;
  }

  .form-check-input[type=checkbox]{
    border-radius: 2px;
  }

  .btn-orange{
    background-color: var(--primary)!important;
    color: #fff!important;
    border-radius: 0.375rem;
  }

  .btn-orange:hover{
    background: var(--hover)!important;
    color: #fff!important;
  }

  .btn-brown{
    background-color: #bb5300!important;
    color: #fff!important;
    border-radius: 0.375rem;
  }

  .btn-brown:hover{
    background: #bb5300!important;
    color: #fff!important;
  }

  .btn-margin{
    margin: 8px 10px;
  }
  
  .table-outer-wrapper{
    width: 100%;
  }

  .notFound{
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    padding: 0 12px;
  }

  /* Previous and Next Button CSS Start */
  .cc-button-group {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    margin-right: 0.40em;
    margin-left: 0.40em;
  }

  .cc-button-group > .cc-button:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .cc-button-group > .cc-button:not(:first-child) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  button.cc-prev-button.cc-button.cc-button-primary {
    background: var(--primary);
    border: var(--primary);
  }

  button.cc-next-button.cc-button.cc-button-primary {
    background: var(--primary);
    border: var(--primary);
  }

  .cc-button {
    display: inline-block;
    color: #fff;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.4em 0.65em;
    font-size: 1em;
    line-height: 1.5;
    border-radius: 0.25em;
  }

  .cc-button-group > .cc-button {
    position: relative;
    flex: 1 1 auto;
  }

  .cc-button .cc-icon {
    vertical-align: middle;
    font-size: 1.5em;
  }

  .cc-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'fcicons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .cc-icon-chevron-left:before {
    content: "\e900";
  }

  .cc-icon-chevron-right:before {
    content: "\e901";
  }
  /* Previous and Next Button CSS End */

  .ui-widget-header {
    background: var(--primary)!important;
    border: var(--primary)!important;
  }

  #weekdate{
    border: 0px solid transparent!important;
    width: 100px!important;
  }

  .calendar {
    padding: 0;
  }

  .showdaydate, .showweekdate{
    font-weight: 600;
    font-size: 16px;
  }

/* CSS End */


/* Date:12-09-2023 Start */
.team-member-list{
  display: flex;
  align-items: center;
  margin: 3px 8px;
}

.team-member-checkbox{
  padding-top: 4px;
  border-bottom-width: 4px;
  margin-top: 0;
  padding-bottom: 4px;
}

.team-member-name{
  margin: 0 5px;
  padding-left: 2px;
  padding-right: 2px;
  border-radius: 2px;
}

.form-check-input[type=checkbox]{
  border: 1px solid #999;
  border-radius: 2px;
}

.btn-orange{
  background-color: var(--primary);
  color: #fff;
  border-radius: 0.375rem;
}

.btn-orange:hover{
  background: var(--hover);
  color: #fff;
}

.btn-margin{
  margin: 8px 10px;
}

/* .table-outer-wrapper{
  width: 100%;
} */
/* Date:12-09-2023 End */

/* .fc-header-toolbar .fc-toolbar {
  display: none;
} */
/* .fc-button-group{
  display: none !important;
} */

/* .fc-toolbar-chunk .fc-today-button .fc-button .fc-button-primary{
 color:white;
} */

.fc-event-time {
  font-weight: normal !important;
}
button.fc-today-button.fc-button.fc-button-primary {
  display: none;
}

.fc .fc-daygrid-event-harness-abs{
  top: 40px!important;
}

.fc-h-event{
  border: none!important;
}

.fc-daygrid-event-harness{
  margin-top: 0!important;
}

.fc-timegrid-event .fc-event-main {
  padding: 3px!important;
}

/* .fc-timegrid-event-harness{
  inset-inline-end: -50%!important;
} */

.fc-v-event{
  border: none!important;
}

/* .fc-timegrid-slots table tr{
  height: 50px!important;
} */

.main-calendar {
  margin-left: 0;
}

#main-calendar {
  border: none;
  border-radius: 0;
  padding: 0 ;
}

/* Custom Scroll Bar */
.table-responsive::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
    border-radius: 4px;
    background-color: #F5F5F5;
}

.table-responsive::-webkit-scrollbar
{
    width: 100%;
    height: 12px;
    background-color: #F5F5F5;
}

.table-responsive::-webkit-scrollbar-thumb
{
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.3);
    background-color: var(--primary);
}

::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

input[type="date"]:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}

input.calendar-icon:focus-visible {
  border: none;
}

.calendar-icon{
  background-color: var(--primary);
  padding: 0.10rem 0;
  border-radius: 0.375rem;
  margin: 0 6px;
}

.custom-check-input{
  border: none!important;
}

.form-control.is-invalid{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e")!important;
}

.bi {
  width: 1em;
  height: 1em;
  fill: currentcolor;
}

.font-fmly{
  font-size: 16px!important;
  font-weight: 600;
  font-family: Arial, sans-serif!important;
}

.sidebar-bottom-links{
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  position: absolute;
  bottom: 0;
  background: var(--secondary);
  border-top: 3px solid #575757;
}

.toast-message{
  font-size: 16px!important;
}

.more-events{
  cursor: pointer;
}

/* .table-bordered>:not(caption)>* {
  border-width: 0!important;
} */

/* Warehouse CSS Start Here */
.text-orange{
  color: var(--primary);
}

.text-brown{
  color: #bb5300;
}

.view-by{
  font-size: 18px;
  font-weight: 600;
}

.left-pane{
  max-height: 70%;
  overflow-y: auto;
}

.left-pane::-webkit-scrollbar
{
    width: 10px;
    height: 100%;
    background-color: #F5F5F5;
}

.left-pane::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
    border-radius: 0px;
    background-color: #F5F5F5;
}

.left-pane::-webkit-scrollbar-thumb
{
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.3);
    background-color: var(--primary);
}
/* Warehouse CSS End Here */

/* Custom sidebar submenu start */
/* nav {
	position: relative;
	margin: 50px;
	width: 360px;
  background: #fff;
} */

.sub-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sub-menu ul li {
  /* Sub Menu */
}

.sub-menu ul li a {
	display: block;
	padding: 10px 15px;
  line-height: 40px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}

.sub-menu ul li a:hover {
	background: #434343;
	color: #fff;
}

.sub-menu a .fa {
	width: 16px;
	text-align: center;
	margin-left: 160px;
	/* float:right; */
}

.sub-menu ul {
  margin-left: 0px;
	background: rgba(0, 0, 0, 0.2);
}

.sub-menu ul li a {
	border-left: 4px solid transparent;
	padding: 10px 20px;
}

.sub-menu ul li a:hover {
	border-left: 4px solid var(--primary);
}

.hr-color{
  border-color: #A74C11;
}

.text-size{
  font-size: 18px!important;
  font-weight: normal;
}

.anchor-text{
  font-weight: 600;
  text-decoration: none;
}
/* Custom sidebar submenu end */

.edit-icon{
  background-color: #dcf6fe;
  color: #008dbb;
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 22px;
}

.delete-icon {
  background-color: #fbe4e4;
  color: #ff3030;
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 22px;
}

.pdf-icon {
  /* background-color: #fbe4e4; */
  color: #ff3030;
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 24px;
}

.pdf-loader{
  display: none;
  height: 100px;   /*gif image height*/
  width: 100px;    /*gif image height*/
  position: absolute;
  background:url(../images/loader.gif) center center no-repeat;
  /*These positions will show gif image at top left corner, you can adjust them later according to your requiremnets*/
  left: 50%;    
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

#pdf-viewer{
  z-index: 1; /*Add only z-index property in your current class, do not replace it*/
}

/* Warehouse Module CSS Start */
.warehouse-map-inner-list{
  border: 1px solid #BB5300;
  padding: 25px 35px;
  border-radius: 10px;
  margin: 15px 20px;
  background-color: #fff;
}

.warehouse-view {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  background-color: #fff;
  padding: 15px 20px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border: 1px solid #d5d5d5;
}

.warehouse-view select {
  padding: 8px;
  background: #BB5300;
  border: none;
  color: #fff;
}

.warehouse-view select:focus{
  outline: none;
  border: none;
}

.warehouse-view select option{
  background-color: #fff;
  color: #BB5300;
  border: none;
}

.warehouse-view h5{
  color: #BB5300;
  font-size: 16px;
}

.warehouse-list{
  display: flex;
  justify-content: space-between;
  margin: 15px 20px;
  align-items: center;
}

.warehouse-list h4 {
  font-size: 24px;
  font-weight: 500;
  color: #BB5300
}

.warehouse-list button {
  padding: 10px 15px;
  background-color: #bb5300;
  color: #fff;
  border: none;
  font-weight: 500;
}

.warehouse-table table thead {
  background: #bb5300;
  color: #fff;
}

table#warelist{
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
}

table#warelist tbody tr:nth-child( odd ){
  background: #fffaf5  !important;
}

table#warelist tbody tr:nth-child( even ){
  background-color: #fffaf5 !important;
}

.file-icon span{
  font-size: 26px;
  color: #9b9b9b;
}

.view-icon{
  background-color: #e9ffe3;
  color: #029f40;
  padding: 3px 5px;
  border-radius: 3px;
}

.edit-icon {
  background-color: #dcf6fe;
  color: #008dbb;
  padding: 3px 5px;
  border-radius: 5px;
}

.delete-icon {
  background-color: #fbe4e4;
  color: #d84242;
  padding: 3px 5px;
  border-radius: 5px;
}

div#warelist_length {
  margin-bottom: 20px;
}

.warehouse-table table thead tr th{
  text-align: center;
}

.warehouse-table table tbody td{
  text-align: center;
}

.warehouse-form{
  display: flex;
  margin: 15px 20px;
}

.warehouse-form label {
  display: block;
  color: #9b9998;
  font-weight: 500;
  margin-bottom: 5px;
}

.warehouse-form input {
  width: 100%;
  border: 1px solid #5e5e5e;
  border-radius: 4px;
  padding: 8px 12px;
  background-color: #fff;
}

.warehouse-select input::file-selector-button{
  background:#c4bdbd;
  border: none;
  padding: 6px 12px;
  border-radius: 5px;
}

.warehouse-select input{
 height: 50px;
}

.warehouse-btn{
  display: flex;
  margin: 30px 20px;
}

.warehouse-btn button:nth-child(1){
  background-color: #d17539;
  padding: 4px 41px;
  color: #fff;
  border: none;
  border-radius: 4px;
}

.warehouse-btn button:nth-child(2){
  background-color: #474747;
  padding: 4px 41px;
  color: #fff;
  border: none;
  border-radius: 4px;
  margin-left: 20px;
}
/* Warehouse Module CSS End */