
body{
  scrollbar-width: thin;
  scrollbar-color: #50cd89 #50cd89;
}






.table.worktable td {
  vertical-align: middle;
  line-height: 47px;
  padding: 6px 15px;
}

.guestinvite-btn {
  position: absolute;
  right: 0;
  bottom: 10px;
  z-index: 9;
}

.ReactModalPortal {
  z-index: 99;
}

.ReactModal__Content {
  background-color: transparent !important;
  border: 0 !important;
  overflow: unset !important;
  position: fixed !important;
}

.ReactModal__Body--open {
  overflow: hidden;
}

.ReactModal__Overlay {
  background-color: rgb(0 0 0 / 75%) !important;
}

.custom-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  padding: 0;
  outline: 0;
  position: relative;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.2rem center;
  background-size: 14px 14px;
  display: inline-block;
  padding-right: 20px;
}

.custom-select:after {
  /* content: "\f078";
    font-family: "Font Awesome 5 Pro"; */
}

.reactselect-custom .select__control {
  background-color: #f5f8fa;
  border-color: #f5f8fa;
  color: #5e6278;
  min-height: 40px;
  border: 0 !important;
  box-shadow: unset !important;
  border-radius: 0.475rem;
}

.menudrop-custom .reactselect-custom .select__value-container {
  padding: 0 0 0 10px;
  /* display: flex;
    flex-wrap: unset;
    overflow-x: auto; */
}

.reactselect-custom .select__value-container {
  /* display: flex;
    flex-wrap: unset;
    overflow-x: auto; */
}

.reactselect-custom .select__multi-value {
  min-width: 58px;
  text-align: center;
}

.menudrop-custom .reactselect-custom .select__multi-value__label {
  font-size: 0.8rem;
}

.reactselect-custom .select__placeholder {
  color: #a1a5b7;
  font-weight: 500;
  font-size: 1.15rem;
  font-family: Poppins, "sans-serif";
}

.reactselect-custom .select__multi-value__label {
  font-size: 1rem;
  font-weight: 500;
}

.reactselect-custom .select__multi-value {
  background-color: hsl(229deg 26% 92%);
  border-radius: 4px;
}

.reactselect-custom .select__value-container {
  padding: 0 10px;
}

.react-date-picker__calendar .react-calendar {
  padding: 0;
  margin: 0;
  border: 0;
  width: auto;
  background-color: #fff;
  box-shadow: 0 0 50px 0 rgb(82 63 105 / 15%);
  font-family: Poppins, Helvetica, sans-serif;
  z-index: 1000;
  border-radius: 0.475rem;
}

.react-date-picker .react-date-picker__wrapper {
  background-color: #f5f8fa;
  border-color: #f5f8fa;
  color: #5e6278;
  transition: color 0.2s ease, background-color 0.2s ease;
  height: 42px;
  padding: 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  border: 0;
  border-radius: 0.475rem;
}

.react-calendar abbr[data-bs-original-title],
.react-calendar abbr[title] {
  font-weight: 500;
  color: #3f4254;
  text-decoration: none;
}

.react-date-picker__button {
  padding: 0;
}

button.react-date-picker__calendar-button.react-date-picker__button {
  display: none;
}

.react-date-picker .react-date-picker__inputGroup__input {
  outline: 0;
  color: #5e6278;
}

.react-date-picker .react-date-picker__button svg {
  display: inherit;
  width: 16px;
  height: 16px;
}

.react-date-picker .react-calendar button {
  border-radius: 0.475rem;
}

.react-calendar .react-calendar__tile--active {
  background: #50cd89;
}

.react-date-picker__calendar.react-date-picker__calendar--open {
  width: 290px;
}

.react-calendar .react-calendar__tile:enabled:hover,
.react-calendar .react-calendar__tile:enabled:focus,
.react-calendar .react-calendar__navigation button:enabled:hover,
.react-calendar .react-calendar__navigation button:enabled:focus {
  background-color: #e8fff3;
  color: #50cd89;
}

.form-check .form-check-label {
  user-select: none;
}

#RBS-Scheduler-root a {
  color: #000000;
  font-size: 15px;
}

#RBS-Scheduler-root .anticon[tabindex] {
  position: relative;
  top: -3px;
}

.ant-row-flex {
  display: none;
}

.customTypeInput {
  position: relative;
}

.customTypeInput input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.customTypeInput label {
  padding: 12px 17px;
  color: #50cd89;
  border-color: #e8fff3;
  background-color: #e8fff3;
  font-size: 13px;
}

.customTypeInput_group {
  display: flex;
}

.customTypeInput_group .customTypeInput:first-child label {
  border-radius: 6px 0 0 6px;
}

.customTypeInput_group .customTypeInput:last-child label {
  border-radius: 0 6px 6px 0;
}

.customTypeInput input:checked + label {
  background-color: #000000;
  color: #ffffff;
}

.menu-sub .customTypeInput label {
  padding: 8px 17px;
}

#RBS-Scheduler-root .ant-radio-button-wrapper {
  height: 42px;
  line-height: 40px;
}

#RBS-Scheduler-root .ant-radio-button-wrapper:hover {
  color: #50cd89;
}

#RBS-Scheduler-root
  .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  color: #ffffff;
  background: #50cd89;
  border-color: #50cd89;
  box-shadow: unset;
}

#RBS-Scheduler-root
  .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  box-shadow: -1px 0 0 0 #50cd89;
}

.resources-personcard {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10%;
  margin: 0 auto;
  text-align: left;
}

.resources-personcard img {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  border-radius: 50%;
  object-fit: cover;
}

.resources-persontext {
  padding-left: 10px;
}

#RBS-Scheduler-root .resources-persontext h4 {
  font-size: 13px;
  margin: 0 0 3px;
}

#RBS-Scheduler-root .resources-persontext h5 {
  margin: 0 0 2px;
  font-size: 12px;
  color: #7e7e7e;
}

#RBS-Scheduler-root .resources-persontext h6 {
  margin: 0;
  font-size: 12px;
  color: #7e7e7e;
}

#RBS-Scheduler-root
  .resource-view
  table.resource-table:nth-child(1)
  th.header3-text {
  text-align: left;
  padding-left: 10%;
}

.menudrop-custom.show {
  position: absolute;
  transform: translateX(calc(-100% + 40px));
}

/* .menudrop-custom.show {
    position: absolute;
    transform: translateX(calc(-100% + 100px));
} */

.menudrop-action.show {
  position: absolute;
  transform: translateX(calc(100% - 80%));
}

.customsearch-head {
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin: 0 0 4px;
}

.customsearch-head a {
  margin-left: auto;
  font-size: 12px;
}

.customsearch-head span {
  display: flex;
  align-items: center;
  color: #8b878d;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.3px;
  font-weight: 400;
}

.customsearch-head span i {
  margin: 0 2px;
  font-weight: 600;
  color: #8b878d;
}

.customsearch-option ul > li > a {
  padding: 4px 20px;
  display: block;
  color: #000000;
}

.customsearch-option ul > li > a:hover {
  background-color: rgb(80 202 136 / 15%);
}

.customsearch-option ul:not(:last-child) {
  margin: 0 0 15px;
  padding: 0 0 5px;
  border-bottom: 1px solid rgb(209 209 209 / 50%);
}

#RBS-Scheduler-root {
  z-index: 1;
  position: relative;
}

.react-date-picker {
  width: 100%;
}

.menu-sub-dropdown .reactselect-custom .select__control,
.menu-sub-dropdown .react-date-picker .react-date-picker__wrapper {
  min-height: 38px;
}

.menu-sub-dropdown .reactselect-custom .select__placeholder {
  font-weight: 400;
  font-size: 1.05rem;
}

#guestsContent .react-date-picker__calendar {
  left: unset !important;
  right: 0 !important;
}

.menu-sub-dropdown {
  z-index: 96;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.scheduler-view div::-webkit-scrollbar-thumb {
  background-color: #50cd89;
}

.scheduler-view div::-webkit-scrollbar {
  height: 1rem;
  width: 1rem;
}

.scheduler-view div {
  scrollbar-width: thin;
  scrollbar-color: #50cd89 #fff;
}

#RBS-Scheduler-root thead tr td .ant-col .header2-text {
  background-color: #50cd89;
  padding: 0;
  color: #ffffff;
  border-radius: 6px;
  overflow: hidden;
  /* display: none; */
}

.ant-col .header2-text .header2-text-label {
  display: none;
}

#RBS-Scheduler-root thead tr td .anticon[tabindex] {
  top: 0;
  height: 42px;
  width: 42px;
  line-height: 42px;
  margin: 0 !important;
}

#RBS-Scheduler-root thead tr td .anticon[tabindex]:hover {
  background-color: #2cad66;
  color: #ffffff !important;
}

#RBS-Scheduler-root .event-item {
  border-radius: 8px;
  padding: 6px 8px !important;
  font-size: 12px;
  border: 1px solid #ffffff;
  /* margin-top: 10px; */
}

.cellbox-header span {
  display: block;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
  line-height: 17px;
}

.cellbox-header span.cellbox-cusname {
  font-size: 11px;
  color: #f7f7f7;
}
.scheduler-content-table i.text-white {
  color: rgba(0, 0, 0, 0.85) !important;
}
.scheduler-content-table i.bi_icons svg path {
  stroke: rgba(0, 0, 0, 0.85);
}
.scheduler-content-table .cellbox-header span.cellbox-cusname,
.scheduler-content-table .event-item {
  color: rgba(0, 0, 0, 0.85);
}
.cellbox-footer {
  margin-top: 5px;
}

#RBS-Scheduler-root thead tr td .ant-row-flex .ant-col:nth-child(2) {
  order: 1;
}

#RBS-Scheduler-root thead tr td .ant-row-flex .ant-col:nth-child(1) {
  order: 2;
}

#RBS-Scheduler-root thead tr td .ant-row-flex .ant-col:nth-child(3) {
  order: 4;
}

#RBS-Scheduler-root thead tr td .ant-row-flex .ant-col:nth-child(4) {
  margin-left: auto;
  margin-right: 15px;
  order: 3;
}

#RBS-Scheduler-root .ant-radio-button-wrapper:first-child {
  border-radius: 0.475rem 0 0 0.475rem;
}

#RBS-Scheduler-root .ant-col button.btn-light-primary {
  color: #50cd89;
}

#RBS-Scheduler-root .ant-col button.btn-light-primary.show,
#RBS-Scheduler-root .ant-col button.btn-light-primary:hover,
#RBS-Scheduler-root .ant-col button.btn-primary {
  color: #ffffff;
}

.menu-item.active .menu-link {
  background-color: rgba(245, 248, 250, 0.8);
}

.reactselect-custom-small.reactselect-custom .select__control,
.reactselect-custom-small .react-date-picker .react-date-picker__wrapper {
  min-height: 38px;
}

.reactselect-custom-small.reactselect-custom .select__value-container {
  padding: 0 10px;
  /* display: flex;
    flex-wrap: unset;
    overflow-x: auto; */
}

.colorpicker input {
  /* width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    border: 0;
    padding: 0;
    background-color: #f5f8fa; */
}

.colorpicker input::-webkit-color-swatch {
  border: 0;
}

.cardright-text {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  color: #000000;
  background-color: #fcfdfd;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 600;
  font-size: 16px;
}

.colorpicker {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.colorpick-box {
  margin: 5px;
  font-size: 0;
  position: relative;
}

.colorpick-box label {
  width: 47px;
  height: 30px;
  position: relative;
  border-radius: 3px;
}

.colorpick-box input:checked + label {
  border: 2px solid #000000;
}

.colorpick-box input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}

.quickfilter-btns {
  position: relative;
  z-index: 1;
}

.quickfilter-btns button {
  border: 1px solid #d9d9d9;
  border-radius: 0;
  height: 42px;
  padding: 2px 24px;
  color: rgba(0, 0, 0, 0.65);
  background-color: transparent;
  margin: 0 -1px;
  position: relative;
  font-size: 14px;
}

.quickfilter-btns button:hover {
  color: #50cd89;
}

.quickfilter-btns button {
  border-left: 0;
}

.quickfilter-btns button:first-child {
  border-radius: 4px 0 0 4px;
  border-left: 1px solid #d9d9d9;
}

.quickfilter-btns button:last-child {
  border-radius: 0 4px 4px 0;
}

.quickfilter-btns button.active {
  color: #ffffff;
  background: #50cd89;
  border-color: #50cd89;
  z-index: 2;
}

.customTypeInput.billableColor label {
  background-color: #6aa17b;
  color: #ffffff;
}

.customTypeInput.nonbillableColor label {
  background-color: #74ca8f;
  color: #ffffff;
}

.customTypeInput.internalColor label {
  background-color: #c9d5d0;
  color: #ffffff;
}

.dropdownreport-list .dropdown-toggle::after {
  display: none;
}

.badge-custom {
  background-color: #c9d5d0;
  color: #ffffff;
  font-size: 12px;
  padding: 3px 7px;
  border-radius: 4px;
}

.badge-nonbillable {
  background-color: #74ca8f;
  color: #ffffff;
}

.badge-billable {
  background-color: #6aa17b;
  color: #ffffff;
}

.flexboxCol-header {
  text-align: center;
}

.flexboxCol-header h5 {
  font-weight: 400;
  font-size: 13px;
}

.flexboxCol-header h6 {
  color: #50cd89;
  margin: 0;
}

.flexbox-Calendar {
  border: 1px solid #eff2f5;
  border-radius: 0.475rem;
}

.flexbox-Calendar {
  display: flex;
  /* flex-wrap: wrap; */
  /* height: calc(100% - 100px); */
}

.flexboxCol {
  flex: 0 0 14.288889%;
  -ms-flex: 0 0 14.288889%;
  max-width: 14.288889%;
  -ms-flex: 1;
  padding: 10px 7px;
  flex-grow: 1;
}

.flexboxCol:not(:last-child) {
  border-right: 1px solid #eff2f5;
}

.flexboxCol-inner {
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  min-height: 50px;
  display: flex;
  align-items: start;
  justify-content: center;
}

.flexboxCol-inner .event-item {
  padding: 4px !important;
  border-radius: 6px;
  margin: 0 0 10px;
}

.flexboxCol .cellbox-hour {
  font-size: 12px;
}

.flexboxCol .cellbox-header span {
  font-size: 11px;
  line-height: 15px;
}

.flexboxCol .cellbox-header span.cellbox-cusname {
  font-size: 10px;
}

.bookingmodal .scroll-y {
  max-height: calc(100vh - 290px);
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
  max-height: calc(100vh - 335px);
}

/* .overflowYscroll  {
    overflow-y: auto;
    max-height: calc(100vh - 333px);
} */

.swal-footer {
  text-align: center;
}

.rmdp-container {
  width: 100%;
}

body .rmdp-input {
  border: 1px solid #c0c4d6;
  height: 42px;
  padding: 2px 5px;
  width: 100%;
  background-color: #f5f8fa;
  border-color: #f5f8fa;
  color: #5e6278;
  transition: color 0.2s ease, background-color 0.2s ease;
  border-radius: 0.475rem;
  font-weight: 500;
  padding: 0 12px;
  margin: 0;
}

body .rmdp-input:focus {
  border-color: #f5f8fa;
  box-shadow: none;
}

body .rmdp-day.rmdp-today span {
  background-color: #e8fff3;
  color: #50cd89;
}

body .rmdp-day:not(.rmdp-disabled):not(.rmdp-day-hidden) span:hover {
  background-color: #74ca8f;
}

body .rmdp-day.rmdp-selected span:not(.highlight) {
  background-color: #6aa17b;
  box-shadow: 0 0 3px #8798ad;
}

body .rmdp-week-day {
  color: #000000;
}

body .rmdp-arrow {
  border: solid #50cd89;
  border-width: 0 2px 2px 0;
}

body .rmdp-arrow-container {
  padding: 2px;
}

body .rmdp-arrow-container:hover {
  background-color: #50cd89;
}

.bookhoverTxt {
  font-size: 12px;
  color: #000;
  word-break: break-all;
  margin-bottom: 5px;
  line-height: 18px;
}

.bookhoverTxt:last-child {
  margin-bottom: 0;
}

td.bookhoverTxt {
  padding-bottom: 5px;
}

.bookhoverTxt span {
  font-weight: 700;
  margin-right: 5px;
  display: inline-block;
}

#RBS-Scheduler-root {
  width: 100%;
}

.drawer-overlay {
  display: none;
}

input.react-date-picker__inputGroup__input.react-date-picker__inputGroup__year {
  min-width: 35px;
}

@media (max-width: 991.98px) {
  .drawer-overlay {
    z-index: 2;
  }


  .drawerOn .drawer-overlay {
    display: block;
  }

  .header-menu .menu-item {
    display: block;
    width: 100%;
    color: #5e6278;
    padding-bottom: 0;
  }

  #kt_header_nav {
    display: flex !important;
    overflow: auto;
    z-index: 110;
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: #ffffff;
    transition: transform 0.3s ease-in-out;
    left: 0;
    transform: translateX(-100%);
    width: 260px !important;
    padding: 0;
  }

  .header .header-menu {
    display: flex;
    height: 100%;
    width: 100%;
  }
  .drawerOn #kt_header_nav {
    transform: translateX(0%);
  }
}

.planheader2-text {
  background-color: #50cd89;
  padding: 0;
  color: #ffffff;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.planheader2-text a {
  display: inline-block;
  height: 42px;
  width: 42px;
  line-height: 42px;
  text-align: center;
  color: #fff;
}

.planheader2-text a:hover {
  background: #2cad66;
}

.todayBtnDash {
  color: #fff;
  border: 0;
  background-color: #50cd89;
  font-size: 1.075rem;
  padding: calc(0.75rem + 1px) calc(1.5rem + 1px);
  margin-left: 0.75rem;
}

.todayBtnDash:hover {
  color: #fff;
  background-color: #47be7d;
}

.parentTodyNext {
  display: flex;
  align-items: center;
  margin-left: 0.75rem;
}

.popOverCal_custom {
  box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
  background: #fff;
  padding: 12px 16px;
  color: rgba(0, 0, 0, 0.65);
  border-radius: 4px;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  width: 300px;
  top: 100%;
  z-index: 1;
  white-space: break-spaces;
}

.popOverCal_custom::before {
  content: "";
  position: absolute;
  top: -4px;
  border-top-color: #fff;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #fff;
  -webkit-box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
  box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);

  width: 8;
  height: 8;
  background: transparent;
  border-style: solid;
  border-width: 4.24264069px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.event-item.hovereventParent {
  cursor: pointer;
  position: relative;
  overflow: visible;
}

.hovereventParent:hover .popOverCal_custom {
  visibility: visible;
  opacity: 1;
}

.hrspan {
  margin-left: auto;
  padding-left: 5px;

  flex: 0 0 auto;
}

body .rmdp-height .rmdp-input {
  height: 35px;
  font-size: 12px;
}

#RBS-Scheduler-root thead > tr:nth-child(1) > td > div {
  padding: 0 10px;
}

.bi_icons {
  color: #ffffff;
}
.bi_icons svg {
  width: 14px;
  height: 14px;
}

/* body footer  */
#kt_body {
  position: relative;
  padding-bottom: 65px;
}

#kt_body #kt_footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
}

.fa-info-circle {
  cursor: pointer;
}

.btn#dropdownSort {
  position: absolute;
  bottom: -61px;
  right: 20px;
  padding: 4px 11px;
  border-radius: 4px;
  font-size: 12px;
}

#dropdownSort + .dropdown-menu > .dropdown-item {
  font-size: 12px;
  color: #333333;
  padding: 7px 10px;
}

#dropdownSort + .dropdown-menu > .dropdown-item:hover {
  background-color: #f8f8f8;
}

#dropdownSort + .dropdown-menu > .dropdown-item:not(:first-child) {
  border-top: 1px solid #f1f1f1;
}

/* ** new filter  */

.newInputFilter input,
.newInputFilter input:focus {
  border: 0;
  padding: 0;
  outline: 0;
  background: transparent;
}

.newInputFilter .form-control__select {
  width: 100%;
  box-shadow: 0 0 50px 0 rgb(82 63 105 / 15%);
  border-radius: 0.475rem;
  background: #fff !important;
  max-height: 450px;
  overflow: auto;
  padding-bottom: 0;
  /* min-width: 250px; */
  position: absolute;
  right: 0px;
  min-width: 300px;
  top: 100%;
}
.newInputFilter .form-control__select div:not(ul li) {
  padding: 4px 5px;
  color: rgb(80, 205, 137);
}
.newInputFilter .form-control__select ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.newInputFilter .form-control__select ul li a,
.newInputFilter .form-control__select ul li button {
  padding: 4px 20px;
  display: block;
  color: #000000;
  background: transparent;
  border: 0;
  width: calc(100% + 10px);
  transition: all 0.3s linear;
  margin: 0;
  font-size: 13px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 -5px;
}
.newInputFilter .form-control__select ul li a:hover,
.newInputFilter .form-control__select ul li button:hover {
  background-color: rgb(80 202 136 / 15%);
}

@media (min-width: 768px) {
  .planHeightBox {
    min-height: calc(100vh - 245px);
  }
}

@media (max-width: 767.98px) {
  .flexbox-Calendar {
    white-space: nowrap;
    overflow-x: auto;
  }

  .flexboxCol {
    flex: 0 0 120px;
    -ms-flex: 0 0 120px;
    max-width: 120px;
  }

  .planheader2-text a {
    height: 38px;
    width: 38px;
    line-height: 38px;
  }

  .todayBtnDash {
    height: 38px;
  }

  #kt_body {
    padding-bottom: 135px;
  }
}

@media (max-width: 575.98px) {
  .filter_newG{ flex-direction: column;  gap: 10px;}
  .flexSystemDash {
    flex-wrap: wrap;
  }

  .flexSystemDash .card-toolbar,
  .flexSystemDash .card-title {
    width: 100%;
    flex: 0 0 100%;
  }

  .flexSystemDash .card-title {
    margin-bottom: 10px;
  }

  .flexSystemDash .parentTodyNext {
    margin-left: auto;
  }
}

.g_hoverevent.hovereventParent span.cellbox-cusname {
  color: rgba(0, 0, 0, 0.85);
}

.choosefile_modal .choosefile_modal {
  color: #fff;
  border-color: #50cd89;
  padding: 8px 12px;
  background-color: #50cd89;
  text-align: center;
  border-radius: 5px;
  font-size: 15px;
}
.choosefile_modal .choosefile_modal svg {
  width: 17px;
  height: 17px;
}

.user_tabledetail table th {
  font-weight: 600;
  font-size: 14px;
  padding: 12px 22px 12px 0;
}

.user_tabledetail .error-userTable {
  color: #dc3545 !important;
}
.user_tabledetail .success-userTable {
  color: #228b22 !important;
}
.user_tabledetail td,
.user_tabledetail th {
  white-space: nowrap;
}

.editcms_modal.modal-dialog {
  max-width: 1200px;
}

.seo-modal .seo-img-wall img {
  max-width: 180px;
  max-height: 150px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.setting-icon {
  margin-left: auto;
  width: 101px;
  display: flex;
  /* align-items: center; */
  /* justify-content: flex-end; */
}
.setting-icon .trash_btn {
  margin-left: auto;
  margin-right: unset !important;
}

.newInputFilter .form-control__select ul li button.is-highlighted {
  background-color: rgb(67 204 142 / 20%) !important;
}
.menu-item {
  color: #5e6278;
}

.cms_editmodal.symbol > img {
  width: 30px;
  height: 30px;
}

.seo-modal.modal-dialog {
  max-width: 1200px;
}

.modal-customwidth.modal-dialog {
  max-width: 1200px;
}

.header-menu .dropdown-toggle::after {
  font-weight: 400;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAA7AAAAOwBeShxvQAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAACFSURBVFiF7ZQ5DoAwDATnE0Tw/6dABxUUPAcKghRFCOVwaNip0nhnXcQghBDimQmYAWeQ5YAFGHOGFuAAtsoSzmccXAsl0wGrH9yBoUAeZ/S1ATklquU1JczkJSXM5TklmslTSjSXv5X4TH4T/u0telscriTCrT/bPMZxXTerky2EED/lBAXRO2t0+YKVAAAAAElFTkSuQmCC");
  background-size: 13px 14px;
  background-position: right 12px center;
  right: 0;
  content: "";
  width: 30px;
  position: absolute;
  border: 0;
  top: 50%;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  height: 30px;
}
.mobiledrop {
  position: absolute;
  right: 20px;
  top: 6px;
  width: 24px;
  height: 24px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background-color: transparent;
}

.header-menu .dropdown-item.active,
.header-menu .dropdown-item:active {
  background-color: #fcfdfd;
}

@media (min-width: 992px) {
  .mobiledrop {
    display: none;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* ul.dropdown-menu{   top: calc(100% + 20px);} */
  .dropdown:hover ul.dropdown-menu,
  .dropdown:hover ul.dropdown-menu.show {
    top: calc(100% + 5px);
    opacity: 1;
    visibility: visible;
    transform: rotateX(0) translateZ(0);
  }
  .show.dropdown .dropdown-menu.show {
    top: calc(100% + 55px) !important;
    opacity: 1;
    visibility: visible;
    transform: rotateX(0) translateZ(0) !important;
    left: 0 !important;
  }





.dropdownSort_drop   .show.dropdown .dropdown-menu.show {
    top: calc(100% + -15px) !important;
    opacity: 1;
    visibility: visible;
    transform: rotateX(0) translateZ(0) !important;
    left: 0 !important;
}

  ul.dropdown-menu,
  .dropdown-menu.show {
    display: block;
    position: absolute;
    white-space: nowrap;
    margin-top: 15px;
    margin-left: 0;
    text-align: left;
    box-shadow: 0px 0px 38px 0px rgb(0 0 0 / 15%);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in;
    left: -12px;
    min-width: 200px;
    border-radius: 5px;
    padding: 28px 0;
    font-size: 15px;
    font-weight: 500;
    color: #30383d;
    top: calc(100% + 20px);
    border: 0;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .header-menu .dropdown-menu.show {
    display: block;
    position: static !important;
    transform: unset !important;
    background: transparent;
    box-shadow: none;
    padding: 12px 0 8px 0;
  }
  .ul_li-dropdown {
    padding: 0.65rem 1rem;
  }
  .header-menu .menu-item.dropdown-item .menu-link {
    padding-bottom: 8px;
  }
  .header-menu .menu-item.dropdown-item .menu-link:last-child {
    margin-bottom: 0;
  }
}

.card-header-tabs-line .nav-tabs .nav-item .nav-link {
  color: #000;
}
.card-header-tabs-line .nav-tabs .nav-link.active {
  color: #000;
  background-color: rgb(80 205 137 / 30%);
  border-color: #e4e6ef #e4e6ef #fff;
}
.card-header.card-header-tabs-line {
  margin-bottom: 15px;
  border-bottom: 0;
}

.skills-badge {
  line-height: 0.7;
}

.datatable_report th,
.datatable_report td {
  text-align: center;
}

.name-left-text {
  text-align: left !important;
}

.datatable_Current {
  display: flex;
  align-items: center;
  border-bottom: #eff2f5 1px solid;
  margin-bottom: 20px;
  justify-content: space-between;
}

.current-weektext {
  font-weight: 600;
  font-size: 15px;
}

.datatable_Current .nav-line-tabs.nav-line-tabs-2x {
  border-bottom: 0;
}

/*==================== Pricing Plan START ===================*/

.pricingSection {
  background-color: #11233c;
  padding: 80px 0 90px;
  max-width: 94%;
  margin: 0 auto;
  border-radius: 150px 0 150px 0;
}

.pricingSection .theme-head h2,
.pricingSection .theme-head p {
  color: #ffffff;
}

.pricingPlan_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pricingPlan-card {
  background-color: #ffffff;
  width: 100%;
  max-width: 360px;
  border-radius: 12px;
  padding: 50px 25px 40px;
}

.pricingPlan-head {
  text-align: center;
  margin: 0 0 40px;
}

.pricingPlan-head h3 {
  color: #11233c;
  font-size: 30px;
}

.pricingPlan-head h4 {
  font-size: 30px;
  color: #47c079;
  margin: 0;
  line-height: normal;
}

.pricingPlan-head span {
  display: block;
  color: #11233c;
  font-family: "HelveticaNeue-LT-Pro";
}

.pf-list {
  display: table;
  max-width: 240px;
  width: 100%;
  margin: 0 auto 30px;
}

.pf-list > li {
  color: #11233c;
  font-family: "Gilroy-Medium";
  position: relative;
  padding-right: 30px;
  margin: 0 0 15px;
}

.pf-list > li i {
  position: absolute;
  right: 0;
  top: 3px;
  color: #53b735;
  font-size: 20px;
}

.pricingPlan-card .btn-pill {
  width: 100%;
  text-align: center;
}

.pricingPlan-card:not(:last-child) {
  margin-right: 50px;
}

.pricingPlan-mp {
  transform: scale(1.05);
  background-color: #47c079;
}

.pricingPlan-mp .pricingPlan-head h3,
.pricingPlan-mp .pricingPlan-head h4,
.pricingPlan-mp .pricingPlan-head span,
.pricingPlan-mp .pf-list > li {
  color: #ffffff;
}

.pricingPlan-mp .pf-list > li i {
  color: #73e6ff;
}

.pricingPlan-mp.pricingPlan-card .btn-pill {
  background-color: #ffffff;
  color: #47c079;
}

/*==================== Pricing Plan END ===================*/

.height-header {
  height: 82.5px !important;
}

/* INVOICE CSS */

.pcs-template {
  font-family: Open Sans, "WebFont-Open Sans";
  font-size: 9pt;
  color: #333333;
  background: #ffffff;
}

.pcs-header-content {
  font-size: 9pt;
  color: #333333;
  background-color: #ffffff;
}
.pcs-template-body {
  padding: 0 0.4in 0 0.55in;
}
.pcs-template-footer {
  height: 0.7in;
  font-size: 6pt;
  color: #aaaaaa;
  padding: 0 0.4in 0 0.55in;
  background-color: #ffffff;
}
.pcs-footer-content {
  word-wrap: break-word;
  color: #aaaaaa;
  border-top: 1px solid #adadad;
}

.pcs-label {
  color: #333333;
}
.pcs-entity-title {
  font-size: 28pt;
  color: #000000;
}
.pcs-orgname {
  font-size: 10pt;
  color: #333333;
}
.pcs-customer-name {
  font-size: 9pt;
  color: #333333;
}
.pcs-eori-number {
  color: #333;
  margin: 0;
  padding-top: 10px;
}
.pcs-itemtable-header {
  font-size: 9pt;
  color: #ffffff;
  background-color: #3c3d3a;
}
.pcs-itemtable-breakword {
  word-wrap: break-word;
}
.pcs-taxtable-header {
  font-size: 9pt;
  color: #ffffff;
  background-color: #3c3d3a;
}
.breakrow-inside {
  page-break-inside: avoid;
}
.breakrow-after {
  page-break-after: auto;
}
.pcs-item-row {
  font-size: 9pt;
  border-bottom: 1px solid #adadad;
  background-color: #ffffff;
  color: #000000;
}
.pcs-item-sku,
.pcs-item-hsn,
.pcs-item-coupon,
.pcs-item-serialnumber,
.pcs-item-unitcode {
  margin-top: 2px;
  font-size: 10px;
  color: #444444;
}
.pcs-item-desc {
  color: #333333;
  font-size: 8pt;
}
.pcs-balance {
  background-color: #f5f4f3;
  font-size: 9pt;
  color: #000000;
}
.pcs-savings {
  font-size: 0pt;
  /* color: ; */
  /* background-color: ; */
}
.pcs-totals {
  font-size: 9pt;
  color: #000000;
  background-color: #ffffff;
}
.pcs-notes {
  font-size: 8pt;
}
.pcs-terms {
  font-size: 8pt;
}
.pcs-header-first {
  background-color: #ffffff;
  font-size: 9pt;
  color: #333333;
  height: auto;
}

.pcs-status {
  /* color: ; */
  font-size: 15pt;
  border: 3px solid;
  padding: 3px 8px;
}
.billto-section {
  padding-top: 0mm;
  padding-left: 0mm;
}
.shipto-section {
  padding-top: 0mm;
  padding-left: 0mm;
}

@page :first {
  @top-center {
    content: element(header);
  }
  margin-top: 0.7in;
}

.pcs-template-header {
  padding: 0 0.4in 0 0.55in;
  height: 0.7in;
}

.pcs-template-fill-emptydiv {
  display: table-cell;
  content: " ";
  width: 100%;
}

/* Additional styles for RTL compat */

/* Helper Classes */

.inline {
  display: inline-block;
}
.v-top {
  vertical-align: top;
}
.text-align-right {
  text-align: right;
}
.rtl .text-align-right {
  text-align: left;
}
.text-align-left {
  text-align: left;
}
.rtl .text-align-left {
  text-align: right;
}
.float-section-right {
  float: right;
}
.rtl .float-section-right {
  float: left;
}
.float-section-left {
  float: left;
}
.rtl .float-section-left {
  float: right;
}

/* Helper Classes End */

.item-details-inline {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
  max-width: 70%;
}

.total-in-words-container {
  width: 100%;
  margin-top: 10px;
}
.total-in-words-label {
  vertical-align: top;
  padding: 0 10px;
}
.total-in-words-value {
  width: 170px;
}
.total-section-label {
  padding: 5px 10px 5px 0;
  vertical-align: middle;
}
.total-section-value {
  width: 120px;
  vertical-align: middle;
  padding: 10px 10px 10px 5px;
}
.rtl .total-section-value {
  padding: 10px 5px 10px 10px;
}

.tax-summary-description {
  color: #727272;
  font-size: 8pt;
}

.bharatqr-bg {
  background-color: #f4f3f8;
}

/* Overrides/Patches for RTL compat */
.rtl th {
  text-align: inherit; /* Specifically setting th as inherit for supporting RTL */
}
/* Overrides/Patches End */

/* Subject field styles */
.subject-block {
  margin-top: 20px;
}
.subject-block-value {
  word-wrap: break-word;
  white-space: pre-wrap;
  line-height: 14pt;
  margin-top: 5px;
}
/* Subject field styles End*/

.pcs-sub-label {
  color: #666;
  font-size: 10px;
}
.pcs-hsnsummary-compact {
  padding: 0;
  margin-top: 3px;
}
.pcs-hsnsummary-label-compact {
  margin-bottom: 3px;
  font-weight: 600;
  padding-left: 3px;
  font-size: 9pt;
}
.pcs-hsnsummary-header-compact {
  text-align: right;
  padding: 5px 7px 2px 7px;
  word-wrap: break-word;
  width: 17%;
  height: 32px;
  border-right: 1px solid #9e9e9e;
  font-size: 8pt;
  font-weight: 600;
}
.pcs-hsnsummary-body-compact,
.pcs-hsnsummary-total-compact {
  text-align: right;
  word-wrap: break-word;
  font-size: 7pt;
  padding: 4px 10px;
}
.pcs-hsnsummary-total-compact {
  border-top: 1px solid #adadad;
}

.desktop_mxMeny {
  display: none !important;
}.pcs-ukvat-summary {
  margin-top: 50px;
  clear: both;
  width: 100%;
}
.pcs-ukvat-summary-header {
  padding: 5px 10px 5px 5px;
}
.pcs-ukvat-summary-header:first-child {
  padding-left: 10px;
}
.pcs-ukvat-summary-label {
  font-size: 10pt;
}
.pcs-ukvat-summary-table {
  margin-top: 10px;
  width: 100%;
  table-layout: fixed;
}
.pcs-ukvat-summary-body,
.pcs-ukvat-summary-total {
  padding: 10px 10px 5px 10px;
}
.pcs-ukvat-summary-body:first-child {
  padding-bottom: 10px;
  padding-right: 0;
}
.pcs-payment-block {
  margin-top: 20px;
}
.pcs-payment-block-inner {
  margin-top: 10px;
}

.pcs-entity-label-section {
  padding: 5px 10px 5px 0px;
  font-size: 10pt;
}

.pcs-talign-center {
  text-align: center;
}
.pcs-wordwrap-bw {
  word-wrap: break-word;
}
.pcs-whitespace-pw {
  white-space: pre-wrap;
}
.pcs-fw-600 {
  font-weight: 600;
}

pcs-table-fixed {
  table-layout: fixed;
}

.pcs-w-100 {
  width: 100%;
}

.pcs-clearfix {
  clear: both;
}

.pcs-text-uppercase {
  text-transform: uppercase;
}
.lineitem-header {
  padding: 5px 10px 5px 5px;
  word-wrap: break-word;
}
.rtl .lineitem-header {
  padding: 5px 5px 5px 10px;
}
.lineitem-column {
  padding: 10px 10px 5px 10px;
  word-wrap: break-word;
  vertical-align: top;
}
.lineitem-content-right {
  padding: 10px 10px 10px 5px;
}
.rtl .lineitem-content-right {
  padding: 10px 5px 10px 10px;
}
.total-number-section {
  width: 45%;
  padding: 10px 10px 3px 3px;
  font-size: 9pt;
  float: left;
}
.rtl .total-number-section {
  float: right;
}
.total-section {
  width: 50%;
  float: right;
}
.rtl .total-section {
  float: left;
}

.content {
  padding: 0 0 35px 0;
  }
  .plansetting_text{ position: relative;}

  .plansetting_text p{  margin-bottom: 0; padding-left: 20px;}
  .plansetting_text i {
    margin-right: 5px;
    color: #b9a869;
    font-size: 16px;
}


.icon_info{ position: absolute; top: 15px; left: 10px; }



.modal_customHeader{ display: flex; align-items: center; justify-content: space-between;}


.gap_flex{ gap: 12px;}


.filter_datascroll{ overflow: auto; max-height: 400px;}

.filter_desc{ min-width: 310px;   font-size: 13px;}
.filter_desc_2{ min-width: 390px;   font-size: 13px;}
.filter_desc_3 {
  min-width: 440px;
  font-size: 13px;
}



.filter_datascroll .btn.btn-icon.btn-light-success {     color: #00b2ff !important;
  border-color: #f1faff;
  background-color: #f1faff; }

  .filter_datascroll .btn.btn-icon.btn-light-success:hover {     color: #fff !important;
 }
@media (max-width:991px)
{
.modal_dropCustomer{     left: 50%;}

}

[data-rbd-draggable-id] { left: auto !important; top: auto !important; }



.Week_months{   border: #dbdddc  solid 1px;}

.Week_months a {
  padding: 0px 20px;
  border-right: #dbdddc  solid 1px;
  text-align: center;
  font-size: 14px;
  display: inline-flex;
  color: #666;
  height: 100%;
  /* display: inline-block; */
  font-weight: 500;
  align-items: center;
  justify-content: center;
}
.Week_months a:last-child{ border-right: 0;}

.Week_months a.active {
  /* padding: calc(0.75rem + 1px) calc(1.5rem + 1px); */
  /* border: #50cd89  solid 1px; */
  background-color: #50cd89 ;
  text-align: center;
  color: #333;
}



.reactselect-custom.new_reactselect .select__value-container {
    min-width: 150px;
}


.group_label{ margin-bottom: 5px;}
.capacity-planning-chart{     padding: 20px 0;}

.capacity-planning-chart text {
  margin-top: 65px;
  display: block;
  font-weight: 600;
}

.dropdownSort_drop #dropdownSort {
  position: relative;
  bottom: unset;
  padding: 9px 17px;
  border-radius: 4px;
  right: unset;
  font-size: 15px;
}
.title_flex {display: flex; align-items: end;}

.intervalColor{
  margin-top:30px;
}


.capacity_planing .group_label{ font-size: 14px; }

.apexcharts-bottom-title {
  font-weight: 700;
  font-size: 13px;
}


.cap_frm01 .row{ justify-content: center;}

.capacity_planing .dropdownSort_drop #dropdownSort {
  padding: 10px 13px;
  font-size: 14px;
}


.capacity_planing  .card-toolbar .btn.btn-light-primary{   font-size: 14px;
}


/* .capacity_planing .dropdownSort_drop button { color: #333; } */

/* .capacity_planing .dropdownSort_drop button.btn.btn-primary.dropdown-toggle:after {
  color: #333;
} */

.capacity_planing .card-title .new_reactselect {    width: 200px;}

.header-menu-container  .dropdown-item:hover {
  background-color: transparent;
  color: #50cd89;
}

.header-menu-container  .dropdown-item {
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 5px 22px;
  opacity: 1;
  transition: 0s;
  line-height: 26px;
  font-size: 13px;
  color: #5e6278;
}

.header-menu-container .drop_menu .menu-link{ background-color: transparent;}

.header-menu-container .dropdown-toggle::after {
  border: 0;
  content: "\f107";
  font-family: "Font-Awesome-5-Pro";
  position: absolute;
  right: 0;
  font-weight: 400;
}



.calendar_icon{
  margin-right: 10px;
}

.sub_text_popup p {
  font-size: 15px;
  font-weight: 500;
  margin: 0px 0px 25px;
}

.url_text {
  padding: 12px 0px;
  text-align: right;
}

.bottom_block_popup{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0px 30px;
}


@media (min-width: 992px) {
 

  .dropdown-menu {
    right: 0;
    left: auto;
  }

  ul.dropdown-menu,
  .dropdown-menu.show {
    display: block;
    position: absolute;
    white-space: nowrap;
    margin-top: 15px;
    margin-left: 0;
    text-align: left;
    box-shadow: 0px 0px 38px 0px rgb(0 0 0 / 15%);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in;
    left: -12px;
    min-width: 200px;
    border-radius: 5px;
    padding:8px 0;
    font-size: 14px;
    font-weight: 500;
    color: #30383d;
    top: calc(100% + 20px);
    border: 0;
    width: 100%;
  }

  .dropdown:hover ul.dropdown-menu,
  .dropdown:hover ul.dropdown-menu.show {
    top: calc(100% + 0px);
    opacity: 1;
    visibility: visible;
    transform: rotateX(0) translateZ(0);

  }
}

@media (max-width: 575px) {
  .ical_modal_popup{
    inset:0;
  }
  .ReactModal__Content {
    inset: 0 !important;
}
.bottom_block_popup {
  flex-direction: column;
  gap: 15px;
}
}
@media (max-width: 992px) {
  .drop_menu .dropdown-menu.show {
    padding: 6px 0 8px 0;
}
 
}

.ical-regenerate-url{
  margin-left:650px;
}
.capacity_planing .card-title .new_reactselect {
  width:90px;
}
.select-harsh{
  font-size: 12px;
}

/* .planHolidayName{
  margin-top:25px;
} */


.menu-item .menu-link .menu-title {
  font-size: 12px;
  color: #5e6278; white-space: nowrap;
  font-weight: 500;
}


@media (min-width: 992px) and (max-width: 1300.98px) {
  .menu-title-gray-700 .menu-item .menu-link {
    color: #5e6278;
    padding: 10px 5px;
}
.search_inpytBlock{ max-width: 150px;}



  .header-menu-container.container-xxl {     padding: 0 10px;}
}



.nonWorkingDayDashboard {
  background-color: #F8F8F8 !important;
}

.overBookedDashboard {
  background-color: #FFCCCB !important;
}

.dashboardHolidayName{
  color: rgb(102, 102, 102); margin-left: 10px !important; font-size: 10px !important;
}

.header{     height: 100px;}



@media (max-width: 991.98px) {
  .drawer-overlay {
    z-index: 2;
  }
.desktop_mxMeny { display: block !important;}
  .mob_menu-right{ display: none !important;}
}


.header-nav{ width: 100%; }

.flexboxCol-inner2 {
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  min-height: 40px;
  align-items: start;
  justify-content: center;
}


/* a.timeline-event.event-item {
  top:10px;
} */


#RBS-Scheduler-root .HolidayData {
  border-radius: 8px;
  padding: 6px 8px !important;
  font-size: 10px;
  color:rgb(102, 102, 102);
  max-height: 10px !important;
  /* border: 1px solid #ffffff; */
} 

.event-item-new{
  margin-top: -40px !important;
}

.videoMedia{
  height:20%;
  width:20%;
}
/* .anticon.anticon-left.icon-nav {
  display: none !important;
}

.anticon.anticon-right.icon-nav {
  display: none !important;
} */

.eu_server {
  font-size: 17px;
  font-weight: 600;
  padding-top: 30px;
  margin-bottom: 2px;
}
.switch_us {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .2px;
}

.bookingTooltip{
  list-style-type: none; 
  margin-right:15px;
}

/* fullcalendar start*/
.fc-timeline-event{
  height:70px !important;
}
/* 
.fc-h-event{
  background-color: "";
} */
.timeOffEvent{
  background: repeating-linear-gradient(135deg, rgb(211, 211, 211), white 1px); height: 70px;
}
.fc-event-main .event-item {
  color: rgba(0, 0, 0, 0.85);
  border-radius: 8px;


}


.fc-event-main .event-item .cellbox-header span.cellbox-cusname {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.85) !important;
}
.fc-timeline-lane-frame{
 min-height:90px !important;
}

/* .fc-datagrid-cell, .fc-scrollgrid-sync-table  .event-item {
  border-radius: 8px;
  padding: 6px 8px !important;
  font-size: 12px;
  border: 1px solid #ffffff;

} */


/* .HolidayData {
  margin-bottom:12px;
}  */

.fc-timeline-event{
  margin-top:5px;
  margin-left:2px;
  border-radius: 8px;
  border: 1px solid #ffffff;
  border-color: #ffffff !important;
  /* padding: 6px 8px !important; */
  padding: 0px !important;
  font-size: 12px;
}

.plan-dayoff-event{
  margin-top:30px;
}
.fc-direction-ltr .fc-timeline-event.fc-event-end, .fc-direction-ltr .fc-timeline-more-link{
  padding: 0 !important;
        border: 0;

}
.event-item{
      margin: 0px 0 !important;
border-radius: 0px;
    padding: 6px 8px !important;
    font-size: 12px;
/*    border: 1px solid #ffffff;*/
    padding-right: 8px !important;
    height: 100%;
}
.fc .fc-timeline-slot-cushion {
    padding: 4px 5px;
    white-space: nowrap;
    color: #181c32;
    font-size: 12px;
    font-weight: 500;
}
/* width */
.fc .fc-scroller::-webkit-scrollbar {
  width: 30px !important;
  height: 14px !important;
}
.fc .fc-scroller::-moz-scrollbar {
  width: 30px !important;
  height: 14px !important;
}

/* Track */
.fc .fc-scroller::-webkit-scrollbar-track {
  background: #fff; 
}
 
.fc .fc-scroller::-moz-scrollbar-track {
  background: #fff; 
}
 
/* Handle */
.fc .fc-scroller::-webkit-scrollbar-thumb {
  background: rgb(80, 205, 137); 
}
.fc .fc-scroller::-moz-scrollbar-thumb{
  background: rgb(80, 205, 137); 
}

/* Handle on hover */
.fc .fc-scroller::-webkit-scrollbar-thumb:hover {
  background: rgb(80, 205, 137); 
}
.fc .fc-scroller::-webkit-scrollbar-thumb:hover {
  background: rgb(80, 205, 137); 
}





.resources-persontext h4 {
    font-size: 13px;
    margin: 0 0 3px;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500;
}
.resources-persontext h5 {
    margin: 0 0 2px;
    font-size: 12px;
    color: #7e7e7e;
    font-weight: 500;
}
.resources-persontext h6 {
    margin: 0;
    font-size: 12px;
    color: #7e7e7e;
    font-weight: 500;
}
.fc-event .fc-event-main {
    height: 100%;
}

table td {
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}
.planHeightBox {
    margin: 20px 0 20px 20px;
    }
.planHeightBox .fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 24px;
    padding: 0 10px;
}
.rightActionHeader {
    position: absolute;
    margin-top: -6px;
    right: 20px;
}
.fc .fc-button-group {
    position: relative;
    display: inline-flex;
    background-color: #50cd89;
    padding: 0;
    color: #ffffff;
    border-radius: 6px;
    overflow: hidden;
}
.fc .fc-button-group button{
    background-color: transparent;
    color: #fff;
    height: 42px;
    width: 42px;
    padding: 10px;
}
.fc .fc-button-group button:hover{
    background-color: #2cad66;
    color: #ffffff !important;
}
.fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active {
    background-color: #2cad66;
    }
.fc .fc-button-group button:hover .fc-icon{
    color: #ffffff !important;
}
.planHeightBox .fc-todayBtn-button{
    color: #fff;
    padding: 11px 22px;
    background-color: #50cd89;
  }
  .planHeightBox .fc-todayBtn-button:hover{
    color: #fff !important;
    background-color: #2cad66;
    }
   .fc-datagrid-cell .fc-datagrid-cell-cushion {
    width: 100%;
}
.fc-datagrid-cell .btn#dropdownSort {
    bottom: -14px;
    right: 20px;
    padding: 4px 11px;
    border-radius: 4px;
    font-size: 12px;
}
.fc-datagrid-cell .fc-datagrid-cell-main .ant-col {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dropDiv{
    position: absolute;
    left: 190px;
    z-index: 9;
    margin-top: 72px;
}
.dropDiv .btn#dropdownSort {
    position: absolute;
    bottom: -27px;
    right: 0;
    padding: 4px 11px;
    border-radius: 4px;
    font-size: 12px;
}
.dropDiv .show.dropdown .dropdown-menu.show {
    top: calc(100% + 15px) !important;
    }
.schedule .resources-personcard {
    padding-left:12px;
  }
/* fullcalendar end*/
.menu-sub-dropdown.menu.show{
/*display: none !important;*/
    }
    .fc .fc-scrollgrid-section-sticky > * {
/*    z-index: 1;*/
}
.fc-datagrid-body.fc-scrollgrid-sync-table{
/*    width: 250px !important;*/
}  
.ant-popover-inner-content td, .ant-popover-inner-content th {
    border: 0px solid #e9e9e9;
}
 .HolidayData {
    border-radius: 8px;
    padding: 6px 8px !important;
    font-size: 10px;
    color: rgb(0,0,0);
    max-height: 10px !important;
    /* border: 1px solid #ffffff; */
}
/*.fc .fc-bg-event {
    background-color:#ebebeb54 !important;
    opacity: 1;
}*/
.holiday-event.fc-bg-event {
    /* background-color:#ebebeb54 !important; */
    opacity: 1;
}
th.fc-day-today {
    background-color: #50cd89;
    border:1px solid #50cd89;
}
th.fc-day-today .fc-timeline-slot-cushion {
    color: #fff;
}
.fc .fc-button-primary:not(:disabled):not(.fc-button-active):active .fc-icon, .fc .fc-button-primary:not(:disabled):not(.fc-button-active):focus .fc-icon, .fc .fc-button-primary:not(:disabled):not(.fc-button-active):hover .fc-icon {
    color: #fff;
}
.fc-datagrid-cell-main .ant-col .fs-6 {
    font-size: 12px !important;
    font-weight: 500;
}
.fc-datagrid-cell-frame{
  display: flex;
  align-items: center;
}
.fc-resourceTimelineMonth-view{
/*  max-height: 350px;*/
  max-height: calc(100vh - 260px);
  overflow: auto;
  border-top: 1px solid #ddd;
}
.fc-timeline-event {
  z-index: auto;
}
.fc-resourceTimelineMonth-view::-webkit-scrollbar {
  width: 14px !important;
  height: 14px !important;

}
.fc-datagrid-cell.fc-resource .fc-datagrid-cell-frame{
  min-height: 90px;
}
/* Track */
.fc-resourceTimelineMonth-view::-webkit-scrollbar-track {
  background: #fff; 
}
.fc .fc-scroller-liquid-absolute::-webkit-scrollbar {
  width: 14px !important;
  height: 14px !important;

}
/* Track */
.fc .fc-scroller-liquid-absolute::-webkit-scrollbar-track {
  background: #fff; 
}
 
/* Handle */
.fc-resourceTimelineMonth-view::-webkit-scrollbar-thumb {
  background: #50cd89 !important; 
}

/* Handle on hover */
.fc-resourceTimelineMonth-view::-webkit-scrollbar-thumb:hover {
  background: #50cd89 !important; 
}








.holiday-event-new{
  opacity: 0.8;
}

/* 25-07-2023 start*/
.fc-timeline-event:not(.fc-event-end)::after, .fc-timeline-event:not(.fc-event-start)::before {
  content:none !important;
}

.fc-resource-timeline-divider{
  display:none !important;
}

.event-popover{
  top:65px !important;
}
/* 25-07-2023 end*/
.custom-popover .ant-popover-arrow {
  top: -5px;
  left: 30px;
  color: #fff;
}
.popupLabel{
  color: #000;
  font-weight: 700;
  margin-right: 8px;
}
.popupTextRow .text-end{
  white-space: nowrap;
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.65);
}
span.popupTextRow {
  display: flex;
  flex: 1;
  justify-content: space-between;
}
.custom-popover .bookhverTxt{
  display: flex;
  align-items:flex-start;
  font-size: 12px;
  color: #000;
  word-break: break-all;
  margin-bottom: 5px;
  line-height: 18px;
}
.sameSize{
  
  font-size: 12px;
  color: #000;
  word-break: break-all;
  margin-bottom: 5px;
  line-height: 18px;
}

.fc-event.fc-event-draggable:hover{
  z-index: 9!important;
}
.fc-timeline-events.fc-scrollgrid-sync-inner:hover{
  z-index: 4 !important;
}
  .custom-popover {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum', "tnum";
  position: absolute;    margin-top: 30px;
  top: auto;
  left: 0;
  z-index: 1030;
  font-weight: normal;
  white-space: normal;
  text-align: left;
  cursor: auto;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.custom-popover{ 
  display: none;
  position: absolute;
}

.event-item:hover .custom-popover{
  display: block;
} 

.fc .fc-scroller-liquid-absolute {
  /* overflow: auto !important ; */
      margin: -5px;
  /* min-height: fit-content; */
}
.fc-license-message{
  display:none;
}
tfoot tr th:last-child .fc-scroller {
    overflow: scroll !important;
}



.schedule .fc .fc-timeline-body {
  left: 5px;
}
.schedule .fc .fc-timeline-events {
  top: 0 !important;
}
.fc-event-main .event-item .custom-popover {
  left: calc(100% + 10px);
  bottom: -15px;
  z-index: 10;
}
.fc-event-main .event-item .custom-popover .ant-popover-arrow {
  top: 42%;
  left: -3px;
  color: #fff;
}

.fc-timeline-body-expandrows td.fc-timeline-lane {
  position: relative;
  display: flex;
  height: 100%;
}

.customZindex {
  position: relative;
  z-index: 1;
  display: flex;
  height: calc(100vh - 106px);
  flex-direction: column;
  overflow: hidden;
}
.menudrop-custom form {
  height: 100%;
  overflow: auto;
  max-height: 400px;
  scrollbar-color: #e9edf1 transparent;
  scrollbar-width: thin;
}

.menudrop-custom form::-webkit-scrollbar {
  width: 6px; 
}

.menudrop-custom form::-webkit-scrollbar-thumb {
  background-color: #e9edf1; 
  border-radius: 8px; 
}

.menudrop-custom form::-webkit-scrollbar-track {
  background-color: transparent; 
}
.custom-popover {
	/* bottom: -50px; */
  background-color: #fff !important;
}
.ant-popover-inner {
	background-color: #fff !important;
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.37);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9;
}
.ant-popover-inner {
	background-color: #fff !important;
	color: #000 !important;
}



/* .schedule .fc-scrollgrid tbody tr td:last-child table tbody tr:last-child td {
  padding-bottom: 120px;
}

.HolidayData .custom-popover { 
   top: 85px;
} */


@media (min-width: 992px) and (max-width: 1199.98px) {
  .dropDiv .btn#dropdownSort {
    bottom: -26px;
    right: 30px;
    font-size: 11px;
  }
}


@media (min-width: 768px) and (max-width: 991.98px) {
.dropDiv .btn#dropdownSort {
  bottom: -27px;
  right: 60px;
  padding: 4px 6px;
}

}

@media (max-width: 767.98px) {
.dropDiv .btn#dropdownSort {
  bottom: -51px;
  right: 71px;
  padding: 4px 5px;
  font-size: 12px;
}
}