@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  font-family: "Poppins", sans-serif !important;
  background-color: #fff;
  width: 100%;
  font-size: 0.8rem;
}

/********** Template CSS **********/
:root {
  --primary: #009cff;
  --light: #f3f6f9;
  --dark: #191c24;
  --bs-primary: #191c24;
  --bs-text-primary: #3a3a3a;
  --bs-body-fontsize: 0.8rem;
}

/* Common CSS */
/* .pageLayout {display: flex;flex-direction: row;justify-content: space-between;height: 100vh;margin-top: 70px;} */
.pageLayout {
  min-height: 100vh;
  height: 100vh;
  margin-top: 70px;
}

.headingPG {
  font-size: 1rem;
  font-weight: 600;
  color: #191c24;
  margin-bottom: 0.8rem;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.subheadingPG {
  font-size: 0.9rem;
  font-weight: 500;
  color: #191c24;
  margin-bottom: 0.7rem;
  letter-spacing: 0.4px;
}

.card {
  border-color: #f1f2f3 !important;
  border-radius: 0.5rem;
  background-color: #fff;
}

.mainNavbar .myBTNB {
  border-radius: 30px !important;
  padding: 13px 20px;
  font-weight: 500;
  border: 1px solid #707070;
  border: none;
}

.mainNavbar .myBTNB:hover {
  background: linear-gradient(90deg, #ffffff, #ffffff, #a7accd, #a7accd);
  border: 1px solid #707070;
  color: #212529;
}

.btn.mybtn,
.btn.mybtn:active,
.btn.mybtn:focus {
  background-color: #E04007;
  border-color: #E04007;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  padding: 8px 15px;
  border-radius: 10px;
}

.btn.mybtn.cancel {
  background-color: #817F7E;
  border-color: #817F7E;
}

.btn.btn-outline-mybtn {
  color: #E04007;
  border: 1px solid #E04007;
  background-color: transparent;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  padding: 8px 15px;
  border-radius: 10px;
}

.btn.btn-outline-mybtn:hover {
  background-color: #E04007;
  color: white;
}


.btn.modalCancelbtn {
  background-color: #817F7E !important;
  border-color: #817F7E !important;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  padding: 8px 15px;
  border-radius: 10px;
}

.form-control,
.form-select,
textarea.form-control {
  font-size: 0.8rem !important;
  padding: 0.4rem 0.5rem !important;
  border: 1px solid #cfcfcf;
  min-height: 40px;
}

.form-control.is-invalid,
.form-select.is-invalid,
textarea.form-control.is-invalid {
  background-image: none;
}

.formLightHeading {
  font-size: 0.7rem;
  font-weight: 400;
  color: #9c9c9c;
  margin-bottom: 0.8rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.cursor {
  cursor: pointer;
}

.cursor-pointer {
  cursor: pointer;
  color: #008ab4;
}

/* Default date - time input icon */
input[type="datetime-local"]::-webkit-calendar-picker-indicator,
input[type="month"]::-webkit-calendar-picker-indicator {
  font-size: 20px;
  /* Resize icon */
  width: 20px;
  height: 20px;
  cursor: pointer;
}

/* Firefox */
input[type="datetime-local"]::-moz-calendar-picker-indicator,
input[type="month"]::-moz-calendar-picker-indicator {
  font-size: 20px;
  width: 20px;
  height: 20px;
}

/* Edge */
input[type="datetime-local"]::-ms-clear,
input[type="datetime-local"]::-ms-reveal,
input[type="month"]::-ms-clear,
input[type="month"]::-ms-reveal {
  display: none;
}

.table,
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.8rem;
}

.table thead,
table thead {}

.table thead th,
table thead th {
  color: #525252;
  font-weight: 600 !important;
}

.table tbody,
table tbody {}

.table tbody tr,
table tbody tr {}

.table tbody tr td,
table tbody tr td {
  vertical-align: middle;
  padding: 0.3rem 0.5rem;
}

.table tbody tr td .badge,
table tbody tr td .badge {
  font-weight: 500;
  padding: 0.35rem 0.5rem;
  border-radius: 20px;
  letter-spacing: 0.5px;
  text-decoration: none;
  min-width: 75px;
}

.bg-success.badgeSucessBH {
  background-color: rgb(40 199 125) !important;
}

.table tbody tr td .btn-group,
table tbody tr td .btn-group {}

.table tbody tr td .btn-group .btn-outline-primary,
table tbody tr td .btn-group .btn-outline-primary {
  background-color: #f8f8f8;
  color: #333;
  border-color: #d1d1d1;
  padding: 0.8rem 0.8rem;
  font-size: 0.8rem;
  min-width: 25px;
  display: inline-flex;
}

.badge.invoice-status-paid {
  background-color: #bde6b4;
  color: #333;
  border: 1px solid #bde6b4;
  min-width: 90px;
  text-transform: capitalize;
}

.badge.invoice-status-pending {
  background-color: #e76a6adb;
  color: #333;
  min-width: 90px;
  text-transform: capitalize;
}

.badge.invoice-paymentsent {
  background-color: #e2d19e;
  color: #333;
  border: 1px solid #e2d19e;
  min-width: 90px;
  text-transform: capitalize;
}

/* .table.dataTableUI {font-size: .8rem;}
.table.dataTableUI thead th, .table.dataTableUI td, table.dataTable.no-footer, table.dataTable.footer {border-color: #dee2e6;} 
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {font-size: .8rem;}
.dataTables_filter input  {border-radius: 15px !important;padding-block: 0;padding-inline: 0;border: 1px solid #ccc;outline: 0;padding: 4px 8px !important;}
.dataTables_length select {border-radius: 15px !important;padding-block: 0;padding-inline: 0;border: 1px solid #ccc;outline: 0;padding: 3px 5px !important;}
table.dataTable thead th, table.dataTable tfoot th {font-weight: 600;} */

.dataTableUI table {
  font-size: 0.8rem;
}

.stripe-even-month {
  background-color: #f4f4f4;
  /* Light gray */
}

.stripe-odd-month {
  background-color: #ffffff;
  /* White */
}

.statsDropSelect.form-select {
  font-size: 11px !important;
  min-height: 18px;
  line-height: 18px;
  padding: 4px 12px !important;
}

.statsInput.form-control {
  font-size: 11px !important;
  min-height: 18px !important;
  line-height: 18px;
  padding: 4px 12px !important;
}

.statsFilter {
  padding: 1px 10px;
  font-size: 11px;
  color: #333;
  border: 1px solid gray;
  height: 18px;
  line-height: 14px;
  background-color: #fff;
  font-weight: 300;
  border-radius: 25px;
}



.dataTableUI .ant-table-cell {
  vertical-align: middle;
  padding: 0.5rem 0.5rem !important;
  color: #525252 !important;
  font-family: "Poppins", sans-serif !important;
}

.dataTableUI .ant-table-thead .ant-table-cell {
  font-weight: 700 !important;
  background: #fff !important;
}

.ant-table-thead {
  border-right: white;
}

.dataTableUI .ant-pagination {
  margin-bottom: 5px !important;
}

.dataTableUI .ant-pagination .ant-pagination-item {
  background-color: #fff;
  border-color: #c2c2c2;
  font-size: 12px;
  min-width: 25px;
  height: 25px;
  line-height: 22px;
}

.dataTableUI .ant-pagination .ant-pagination-item-active {
  background-color: #525252;
  border-color: #c2c2c2;
  color: #fff !important;
}

.dataTableUI .ant-pagination .ant-pagination-prev,
.dataTableUI .ant-pagination .ant-pagination-next {
  min-width: 25px;
  height: 25px;
  line-height: 22px;
}

.dataTableUI .ant-pagination .ant-pagination-item-link {
  background-color: #fff;
  border-color: #e8e8e8;
}

.dataTableUI .ant-pagination-options .ant-select {
  height: 25px;
  line-height: 22px;
}

.dataTableUI .ant-pagination-options .ant-select .ant-select-selection-search {
  font-size: 12px;
}

.dataTableUI {}

.dataTableSearch .ant-input-affix-wrapper {
  border-radius: 25px;

}

.ad-hm-EntTbl .dataTableUI .ant-table-thead .ant-table-cell {
  font-weight: 600 !important;
  font-size: 10px;
}

.ad-hm-EntTbl .ant-table-wrapper .ant-table-tbody>tr>td {
  font-weight: 400 !important;
  font-size: 10px;
}

.topNavbar {
  background: #fff !important;
  position: fixed;
  height: 70px;
  z-index: 9;
}


/* .topNavbarMenus {background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 30px; --bs-gutter-x: 4rem; padding: 5px 5px;
}
.topNavbarMenus .m-name {
  border-radius: 30px;
  padding: 5px 35px;
}
.topNavbarMenus .m-name.active {
  background-color: #F3F3F3;  
}
.topNavbarMenus .m-name .dash-link img { 
  height: 18px;
}
.topNavbarMenus .m-name .dash-link { 
  color: #000;font-weight: 600;
}
.topNavbarMenus .m-name.active .dash-link { 
  color: #000E6F;
} */



.topNavbarMenus {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 30px;
  --bs-gutter-x: 4rem;
  padding: 5px 5px;
}



.topNavbarMenus .dash-link img {
  height: 18px;
}

.topNavbarMenus .dash-link {
  color: #000;
  font-weight: 600;
}



.dash-link {
  color: #000E6F !important;
  /* Blue color when active */
  font-weight: bold;
  /* Make the text bold */
}

.dash-link p {
  margin-top: 5px;

}

.topNavbarMenus .dash-link img {
  margin-bottom: 5px;
}









.nav-tab-active {
  font-weight: 600;
  color: #000E6F !important;
  /* Bootstrap primary blue */
  position: relative;
}

.nav-tab-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  /* adjust to sit right above the <hr> */
  height: 5px;
  background-color: #000E6F;
}

.fade-section {
  transition: opacity 0.5s ease;
}

.fade-in {
  opacity: 1;
}

.fade-out {
  opacity: 0;
}








.topNavbarMenus {}

.dash-sidebar-container {
  position: fixed;
  width: 240px !important;
  min-height: 100vh;
  padding: 15px 10px;
  background: #ffffff;
  border-right: 1px solid #ffffff;
}
.dash-sidebar-container .navbar {
  overflow: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 100px);}

.dash-profile-container {
  flex: 1;
  padding: 1rem;
  background-color: #f8f8f8;
  margin-left: 240px;
}

.upldIconremove {
  position: absolute;
  top: -3px;
  right: -5px;
  font-size: 11px;
  background-color: #fff;
  padding: 0px 2px;
  border-radius: 25px;
  border: 1px solid #e7e7e7;
}

.catagory-list-box {
  padding: 2px 10px;
  background-color: #fbfbfb;
  border: 1px solid #efefef;
  border-radius: 8px;
}

.catagory-list-box .catagory-list {
  border-bottom: 1px solid #efefef;
}

.catagory-list-box .catagory-list:last-child {
  border-bottom: none;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  transition: 0.5s;
  font-size: 12px;
}

.btn-outline-primary {
  color: #da3e07;
  background-color: #fff;
  border-color: #da3e07;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #da3e07;
  border-color: #da3e07;
}

.btn-primary {
  color: #fff;
  background-color: #da3e07;
  border-color: #da3e07;
}

.btn-primary:hover {
  background-color: #da3e07;
  border-color: #da3e07;
}

.btn.btn-primary {
  color: #ffffff;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 50px;
}

/*** Layout ***/
.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 250px;
  height: 100vh;
  overflow-y: auto;
  background: var(--light);
  transition: 0.5s;
  z-index: 999;
}

.content {
  /* margin-left: 250px; */
  /* min-height: 100vh; */
  /* background: #FFFFFF; */
  /* transition: 0.5s; */
  width: 100%;
}

/* @media (min-width: 992px) {
    .sidebar {
        margin-left: 0;
    }

    .sidebar.open {
        margin-left: -250px;
    }

    .content {
        width: calc(100% - 250px);
    }

    .content.open {
        width: 100%;
        margin-left: 0;
    }
} */

/* @media (max-width: 991.98px) {
    .sidebar {
        margin-left: -250px;
    }

    .sidebar.open {
        margin-left: 0;
    }

    .content {
        width: 100%;
        margin-left: 0;
    }
} */

/*** Navbar ***/
.sidebar .navbar .navbar-nav .nav-link {
  padding: 7px 20px;
  color: var(--dark);
  font-weight: 500;
  border-left: 3px solid var(--light);
  border-radius: 0 30px 30px 0;
  outline: none;
}

.sidebar .navbar .navbar-nav .nav-link:hover,
.sidebar .navbar .navbar-nav .nav-link.active {
  color: var(--primary);
  background: #ffffff;
  border-color: var(--primary);
}

.sidebar .navbar .navbar-nav .nav-link i {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 40px;
}

.sidebar .navbar .navbar-nav .nav-link:hover i,
.sidebar .navbar .navbar-nav .nav-link.active i {
  background: var(--light);
}

.sidebar .navbar .dropdown-toggle::after {
  position: absolute;
  top: 9px;
  right: 44px;
  border: none;
  content: "\f107";
  font-family: "Font Awesome 6 Free";

  font-weight: 900;
  transition: 0.5s;
}

.sidebar .navbar .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(-180deg);
}

.sidebar .navbar .dropdown-item {
  padding-left: 5px;
  /* border-radius: 0 30px 30px 0; */
  border: none !important;
}

.content .navbar .navbar-nav .nav-link {
  margin-left: 25px;
  padding: 12px 0;
  color: var(--dark);
  outline: none;
}

.content .navbar .navbar-nav .nav-link:hover,
.content .navbar .navbar-nav .nav-link.active {
  color: var(--primary);
}

.content .navbar .sidebar-toggler,
.content .navbar .navbar-nav .nav-link i {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 40px;
}

.content .navbar .dropdown-toggle::after {
  margin-left: 6px;
  vertical-align: middle;
  border: none;
  content: "\f107";
  font-family: "Font Awesome 6 Free";

  font-weight: 900;
  transition: 0.5s;
}

.content .navbar .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(-180deg);
}

@media (max-width: 575.98px) {
  .content .navbar .navbar-nav .nav-link {
    margin-left: 15px;
  }
}

/*** Date Picker ***/
.bootstrap-datetimepicker-widget.bottom {
  top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
  border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
  font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  padding: 10px;
  /* border-radius: 5px; */
  border: none !important;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: var(--primary);
}

/*** Testimonial ***/
.progress .progress-bar {
  width: 0px;
  transition: 2s;
}

/*** Testimonial ***/
.testimonial-carousel .owl-dots {
  margin-top: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  border: 5px solid var(--primary);
  border-radius: 15px;
  transition: 0.5s;
}

.testimonial-carousel .owl-dot.active {
  background: var(--dark);
  border-color: var(--primary);
}

.bg-unpublished {
  background-color: #eaeaea;
  border-radius: 19px;
  color: black;
}

.bg-cancelled {
  background-color: #ffb276;
  border-radius: 19px;
  color: black;
}

.bg-confirmed {
  background-color: #b8ffd3;
  border: 1px solid #b8ffd3;
  border-radius: 19px;
}

#root {
  width: 100%;
  margin: 0 0;
  padding: 0 0;
}

.logo {
  height: 6em;
  padding: 1.5em;
  will-change: filter;
  transition: filter 300ms;
}

.logo:hover {
  filter: drop-shadow(0 0 2em #646cffaa);
}

.logo.react:hover {
  filter: drop-shadow(0 0 2em #61dafbaa);
}

@keyframes logo-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: no-preference) {
  a:nth-of-type(2) .logo {
    animation: logo-spin infinite 20s linear;
  }
}

.card {
  padding: 0;
}

.read-the-docs {
  color: #888;
}

.table::-webkit-scrollbar {
  width: 8px;
}

.table::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.table::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
}

.table::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.main-sidebar a i {
  font-size: 1.75rem !important;
  margin-right: 10px;
}

.custom-drop-menu {
  background-color: white !important;
  border-radius: 10px !important;
  border: 1px solid #f1f1f1 !important;
  padding: 4px !important;
}

.custom-drop-item {
  padding: 8px 10px !important;
  font-size: 12px !important;
}

.disabled-date-cal {
  background-color: #e5e7eb;
  /* Tailwind's gray-200 */
  color: #9ca3af;
  /* Tailwind's gray-400 */
  cursor: not-allowed;
  pointer-events: none;
}

.date-cell-whole-day {
  background-color: #be3c3c !important;
}

.date-cell-partial {
  background-color: #ffa500 !important;
}

.date-cell-booked {
  background-color: #dc3545;
  /* Bootstrap red */
  border-radius: 4px;
  color: white;
  text-align: center;
  padding: 5px;
}


.custom-drop-item:hover {
  background-color: #e0e0e0 !important;
  border-radius: 9px !important;
}

/* For Webkit browsers (Chrome, Safari) */
::-webkit-scrollbar {
  /* display: none; */
}

.dash-sidebar-link {
  display: flex;
  align-items: center;
  /* border-radius: 8px; */
  color: #778da2;
  text-decoration: none;
  /* position: relative; */
  margin-bottom: 5px;
  margin-left: 12px;
  /* height: 40px; */
  transition: color 0.3s ease;
  overflow: hidden;
}

.dash-sidebar-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: #f8f8f8;
  transition: height 0.5s ease-in-out;
  z-index: -1;
}



.dash-active-link {
  background-color: #f8f8f8 !important;
  /* color: black !important; */
  color: #000E6F !important;
  font-weight: 600 !important;
  width: calc(100% + 12px) !important;
  margin-left: 0px !important;
  /* padding-left: 15px !important; */
  position: relative;
  padding-right: 9px !important;
  border-radius: 8px;
}

.dash-active-link .dash-sidebar-link {
  color: #333333 !important;
}

.dash-active-link::before {
  height: 100%;
}

.dash-sidebar-link img {
  transition: filter 0.1s ease;
}

.dash-sidebar-link .menuIconA {
  width: 18px;
  /* height: 20px; */
  margin-right: 10px;
  font-size: 15px;
}

/* Removes the border around the entire dropdown menu */
.dash-drop-menu {
  border: none !important;
  /* box-shadow: none !important;  */
  background-color: white !important;
}

.dropdown-menu.dash-drop-menu {
  padding: 0;
}

/* Removes any borders from dropdown items */
.dash-drop-menu .dash-drop-item {
  border: none !important;
  padding: 8px 12px !important;
  background-color: transparent !important;
  margin-left: 30px;
  margin-bottom: 0px;
  font-size: 13px;
}

/* Ensures no border appears when hovering */
/* .dash-drop-menu .dash-drop-item:hover,
  .dash-drop-menu .dash-drop-item:focus {
    background-color: #f8f8f8 !important;
    border: none !important;
    outline: none !important;
  } */

/* Ensures no focus border on dropdown button */
/* .dropdown-toggle:focus,
.dropdown-toggle:active {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
} */

.dropdown-item-text {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 500;
}

.bullet {
  width: 8px;
  height: 8px;
}

/* Active State */
.active-item {
  color: #008ab4 !important;
}

.active-item .bullet {
  background: #008ab4 !important;
}

/* Inactive State */
.inactive-item {
  color: #b0b0b0 !important;
}

.inactive-item .bullet {
  background: #b0b0b0 !important;
}

.event-form {
  background: white !important;
  border-radius: 10px !important;
  padding: 1px;
}

.event-form .submit-btn-container {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 12px;
}

.submit-btn-container button {
  font-size: 12px;
}

.total-user {
  background: #ebf5ff !important;
  border-radius: 7px !important;
  height: 103px !important;
}

.total-bookings {
  background: #f4edff !important;
  border-radius: 7px !important;
  height: 103px !important;
}

.total-entertainers {
  background: #e9fffa !important;
  border-radius: 7px !important;
  height: 103px !important;
}

.totalRevenue {
  background: #EBF5FF !important;
  border-radius: 7px !important;
  height: 103px !important;
}

.total-venues {
  background: #fff4ee !important;
  border-radius: 7px !important;
  height: 103px !important;
}

.event-details {
  background: #fafafa;
  border-radius: 8px;
}

.revenue-earning {
  width: 100%;
  height: 271px;
}

.custom-form-event {
  top: 269px;
  /* left: 293px; */
  width: 510px;
  height: 45px;
  background: #ffffff;
  border: 0.5px solid #000000;
  border-radius: 5px;
  opacity: 1;
}

.dashSearchBar {
  top: 94px;
  left: 985px;
  width: 361px;
  height: 41px;
  border: 1px solid #c2ccd666;
  border-radius: 6px;
  opacity: 1;
}

.custom-select {
  appearance: none;
  /* Ensures custom styling without removing arrow */
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='black'><path d='M5 7l5 5 5-5H5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  /* Moves the arrow */
  background-size: 16px;

  padding-right: 2rem;
  /* Ensures text does not overlap with arrow */
}

.custom-date {
  appearance: none;
  /* Ensures custom styling without removing arrow */
  -webkit-appearance: none;
  -moz-appearance: none;

  /* background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='black'><path d='M5 7l5 5 5-5H5z'/></svg>"); */
  background-repeat: no-repeat;
  background-position: right 0.2rem center;
  /* Moves the arrow */
  background-size: 16px;

  padding-right: 1rem;
  /* Ensures text does not overlap with arrow */
}

.custom-user-modal {
  margin-left: 50px !important;
  margin-right: 30px !important;
  border-radius: 10px !important;
  padding: 15px !important;
  width: 896px !important;
}

.dropdown-arrow {
  width: 10px;
  height: 8px;
  margin-right: 8px;
  margin-top: -3px;
  transition: transform 0.3s ease;
}

.custom-booking-highlight::before {
  top: 217px;
  left: -65px;
  width: 4px;
  height: 42px;
  background: #845fd7 0% 0% no-repeat padding-box;
  border-radius: 2px;
  opacity: 1;
}

.mobileMenuToggler,
.e-mobileMenuToggler {
  display: none;
}

.taskCalendar table thead {
  background-color: #fff;
  color: #000;
}

.taskCalendar table th,
.taskCalendar table td {
  padding: 0px !important;
}

.taskCalendar table td {
  height: 120px;
}

.taskCalendar table a {
  text-decoration: none;
  font-weight: 400;
  color: #000;
}

.taskCalendar .fc-event {
  padding: 0px 5px;
}

.taskCalendar .fc-daygrid-dot-event .fc-event-title {
  font-weight: 400;
}

.taskCalendar .fc-timegrid-event-short .fc-event-title {
  font-size: 12px;
}

.taskCalendar .fc-h-event,
.taskCalendar .fc-v-event,
.taskCalendar .fc .fc-button-primary,
.taskCalendar .fc-event-resizable.fc-event {
  background-color: #f3f3f3;
  color: #333;
  border: 1px solid #f7ebeb;
  box-shadow: none !important;
  text-transform: capitalize;
  font-size: 12px;
}

.taskCalendar .fc-daygrid-event-dot,
.taskCalendar .fc .fc-list-event-dot {
  border-color: #fff;
  display: none;
}

.taskCalendar a {
  color: #0069d3;
}

.taskCalendar .fc .fc-toolbar-title {
  font-size: 16px;
}

.taskCalendar .fc-direction-ltr .fc-button-group>.fc-button {
  text-transform: capitalize;
  background-color: #fff;
  color: #333;
  border: 1px solid #ccc;
}

.taskCalendar .fc-direction-ltr .fc-button-group>.fc-button.fc-button-active {
  background-color: #f3f3f3;
  color: #333;
  border-color: #ccc;
}

.taskCalendar .fc-direction-ltr .fc-daygrid-event.fc-event-end,
.taskCalendar .fc-direction-rtl .fc-daygrid-event.fc-event-start {
  font-size: 12px;
  padding: 1px 5px;
}

.taskCalendar .fc .fc-button {
  padding: 5px 8px;
}

.taskCalendar table thead {
  background-color: #fff;
  color: #000;
}

.taskCalendar table th,
.taskCalendar table td {
  padding: 0px !important;
}

.taskCalendar table a {
  text-decoration: none;
  font-weight: 400;
  color: #000;
}

.taskCalendar .fc-event {
  padding: 0px 5px;
}

.taskCalendar .fc-daygrid-dot-event .fc-event-title {
  font-weight: 400;
}

.taskCalendar .fc-daygrid-dot-event .fc-event-title .high-P {
  /*border:1px solid;border-radius:50px;height:15px;width:15px;padding:0 6px;*/
  margin-right: 5px;
  color: red;
}

.high-P {
  color: red;
}

.taskCalendar .fc-timegrid-event-short .fc-event-title {
  font-size: 12px;
}

.taskCalendar .fc-h-event .fc-event-main,
.taskCalendar .fc-v-event .fc-event-main {
  color: inherit;
}

.taskCalendar .fc-direction-ltr .fc-daygrid-event .fc-event-time {
  color: #333;
  font-weight: 500;
}

.taskCalendar .fc-h-event .fc-event-main-frame {
  display: block;
}

.taskCalendar .fc-h-event,
.taskCalendar .fc-v-event,
.taskCalendar .fc .fc-button-primary,
.taskCalendar .fc-event-resizable.fc-event {
  background-color: #F6F8F9;
  color: #333;
  box-shadow: none !important;
  text-transform: capitalize;
  font-size: 12px;
}

.taskCalendar .fc-daygrid-event-dot,
.taskCalendar .fc .fc-list-event-dot {
  border-color: #fff;
  display: none;
}

.taskCalendar a {
  color: #003366;
}

.taskCalendar .fc .fc-toolbar-title {
  font-size: 16px;
}

.taskCalendar .fc-direction-ltr .fc-button-group>.fc-button {
  text-transform: capitalize;
  background-color: #fff;
  color: #333;
  border: 1px solid #ccc;
}

.taskCalendar .fc-direction-ltr .fc-button-group>.fc-button.fc-button-active {
  background-color: #F6F8F9;
  color: #333;
  border-color: #c4ccd6;
}

.taskCalendar .fc-direction-ltr .fc-daygrid-event.fc-event-end,
.taskCalendar .fc-direction-rtl .fc-daygrid-event.fc-event-start {
  font-size: 12px;
  padding: 3px 5px;
  display: block;
}

.taskCalendar .fc .fc-button {
  padding: 5px 8px;
}

.taskCalendar .fc-theme-standard .fc-scrollgrid,
.taskCalendar .fc-theme-standard td,
.taskCalendar .fc-theme-standard th {
  border-color: #efefef !important;
}

.eventContent {
  display: none;
  position: absolute;
  z-index: 9999;
  background-color: white;
  border: 1px solid #ccc;
  padding: 2px 10px;
  border-radius: 5px;
  font-size: 12px;
}

.fc .fc-list-event:hover td {
  background-color: #fff !important;
}

.fc-next-button.fc-button.fc-button-primary {
  text-transform: capitalize;
  background-color: #fff !important;
  color: #333 !important;
  border: 1px solid #ddd !important;
  margin-left: 7px !important;
  border-radius: 6px;
  border-bottom-left-radius: 6px !important;
  border-top-left-radius: 6px !important;
  padding: 4px;
}

.fc-prev-button.fc-button.fc-button-primary {
  background-color: #fff !important;
  color: #333 !important;
  border: 1px solid #ddd !important;
  border-radius: 6px;
  border-bottom-right-radius: 6px !important;
  border-top-right-radius: 6px !important;
  padding: 4px;
}

.taskCalendar table th {
  background-color: #f6f6f6 !important;
}

.taskCalendar table.fc-col-header {
  border-left-style: inherit;
}

/* Default event text color for contrast */
.taskCalendar .fc-event {
  color: #333 !important;
  font-size: 11px !important;
}

.taskCalendar .fc-completed {
  background-color: #e9fadc !important;
  color: #436900 !important;
}

.taskCalendar .fc-completed.fc-h-event .fc-event-main {
  color: #436900 !important;
}

.taskCalendar .fc-confirmed {
  background-color: #cff3ec !important;
  color: #007e66 !important;
}

.taskCalendar .fc-confirmed.fc-h-event .fc-event-main {
  color: #007e66 !important;
}

.taskCalendar .fc-scheduled {
  background-color: #f6e3ff !important;
  color: #8b04cf !important;
}

.taskCalendar .fc-scheduled.fc-h-event .fc-event-main {
  color: #8b04cf !important;
}

.taskCalendar .fc-unpublished {
  background-color: #ffecd6 !important;
  color: #fd9f00 !important;
}

.taskCalendar .fc-unpublished.fc-h-event .fc-event-main {
  color: #fd9f00 !important;
}

.taskCalendar .fc-cancelled {
  background-color: #fde3e3 !important;
  color: #ff4545 !important;
}

.taskCalendar .fc-cancelled.fc-h-event .fc-event-main {
  color: #ff4545 !important;
}

.e-time-slot {
  border-right: 1px solid #ccc;
}

.e-time-slot .form-check-input {
  margin-top: 0;
  height: 18px;
  width: 18px;
}

.e-time-slot .form-select {
  background-color: #f8f8f8;
  border-color: #d1d1d1;
  min-height: 30px !important;
}

.e-time-slot label.form-check-label {
  min-width: 100px;
}

.e-date-slot {}

.e-date-slot .calendar-container {
  max-width: calc(100% - 25px);
  margin: auto;
  margin-top: 10px;
}

.e-date-slot .calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.e-date-slot .calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 12px;
}

.e-date-slot .day-header {
  text-align: center;
  font-weight: 500;
  padding: 5px 0;
  height: 30px;
  width: 30px;
}

.e-date-slot .date-cell {
  height: 30px;
  width: 30px;
  border: 1px solid #ddd;
  border-radius: 8px;
  text-align: center;
  line-height: 30px;
  position: relative;
  font-size: 12px;
  color: #333;
}

.e-date-slot .date-cell span {
  position: relative;
}

.e-date-slot .date-cell.has-dot::after {
  content: "";
  width: 5px;
  height: 5px;
  background: #007bff;
  border-radius: 50%;
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
}

.e-date-slot .nav-btn {
  font-size: 12px;
  background: #ffffff;
  padding: 2px 8px;
  border: #ddd solid 1px;
  color: #333;
  border-radius: 6px;
  margin-left: 5px;
  cursor: pointer;
}

.e-pageLayout {
  padding-top: 70px;
}

.e-topNavbar {
  background: #fff !important;
  position: fixed;
  height: 70px;
  z-index: 9;
  top: 0;
}

.e-topNavbar .navbar {
  background: #fff;
}

.custom-entertainer-sidebar {
  /* position: fixed; */
}

.entertainer-profile-container {
  margin-left: 20px;
}

.transition-box {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.8s ease, opacity 0.8s ease;
}


/*Schedule Dates*/
.scheduleDates {
  margin-top: 20px;
}

.scheduleDates .btn-custom,
.scheduleDates .btn-everyday,
.scheduleDates .btn-workdays {
  background-color: #DBDBDB;
  color: #344054;
  border-radius: 20px;
  padding: 8px 15px;
  font-weight: 400;
  font-size: 12px;
  margin-right: 5px;
}

.scheduleDates .btn-custom:hover {
  background-color: #DBDBDB;
}

.scheduleDates .day-btn {
  border: 1px solid #BEBFC0;
  border-radius: 8px;
  padding: 6px 15px;
  margin: 3px;
  font-weight: 400;
  color: #BEBFC0;
  font-size: 12px;
  min-width: 50px;
}

.scheduleDates .day-btn.active {
  border-color: #000e6f;
  color: #000e6f
}

.scheduleDates .day-btn:hover {
  border-color: #4d5dc6;
  color: #000e6f
}



.scheduleDates .clonBH {
  transform: translateY(-16px);
}

.scheduleDates .time-label {
  color: #929293;
  margin-top: 7px;
  text-align: center;
}

.scheduleDates .btn-custom.active,
.scheduleDates .btn-everyday.active,
.scheduleDates .btn-workdays.active {
  background-color: #000e6f;
  color: #fff;
}

.selected-date-cal {
  background-color: #56d39a;
}

.transition-box.open {
  max-height: 200px;
  opacity: 1;
}

.no-dropdown-icon {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none !important;
  font-size: large;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
}

.custom-dropdown {
  position: relative;
  width: 200px;
  z-index: 10000;
}

.custom-select {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  background-color: white;
}

.selected-option {
  display: flex;
  align-items: center;
}

.dropdown-options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: white;
  border: 1px solid #ccc;
  border-top: none;
  display: none;
  flex-direction: column;
}

.custom-select:hover .dropdown-options,
.custom-select:focus-within .dropdown-options {
  display: flex;
}

.option {
  padding: 10px;
  cursor: pointer;
}

.option:hover {
  background-color: #f0f0f0;
}

.row-status-pending {
  background-color: #ffff0078;
  /* Light Blue */
}

.row-status-accepted {
  background-color: #F2DD87 !important;
  /* Light Blue */
}

.row-status-rejected {
  background-color: #FFAAA3;
  /* Light Blue */
}

.row-status-confirmed {
  background-color: #87E0AD !important;
  /* Light Blue */
}

.row-status-completed {
  background-color: #95b78d ;
  /* Light Blue */
}
.row-status-removed {
  background-color:#FDAEAE !important;
  /* Light Blue */
}

.row-status-cancelled {
  background-color: #F26C6C;
  /* Light Blue */
}

.row-status-rescheduled {
  background-color: #e2d19e;
  /* Light Blue */
}

.row-status-accepted {
  background-color: #b4e6bf;
}

.row-status-published {
  background-color: #AFD6F7;
}

.row-status-invited {
  background-color: #C584E0;
}

.row-status-declined {
  background-color: #C84C4C;
}

.a-select {
  min-height: 8px;
}

.row-status-scheduled {
  background-color: #B7FF8D !important;
  /* Light Blue */
}

.row-status-unpublished {
  background-color: #e2d19e !important;
  /* Light Blue */
}

.row-status-active {
  background-color: #bde6b4 !important;
  color: black;
}

.row-status-inactive {
  background-color: #e76a6adb;
  color: black;
}

.badge.bdgCrcl {
  font-weight: 500;
  padding: 0.35rem 0.5rem;
  border-radius: 20px;
  letter-spacing: 0.5px;
  text-decoration: none;
  min-width: 75px;
}

/* CSS for the custom modal */
.custom-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-datepicker {
  font-family: 'Poppins', sans-serif !important;
}

.custom-datepicker input::placeholder {
  font-family: 'Poppins', sans-serif;
  color: #333; 
  opacity: 1;
}

.ant-picker-dropdown,
.ant-picker-panel,
.ant-picker-cell-inner,
.ant-picker-header,
.ant-picker-footer,
.ant-picker-content,
.ant-picker-time-panel {
  font-family: 'Poppins', sans-serif !important;
}



.custom-modal {
  background: white;
  padding: 50px;
  border-radius: 8px;
  text-align: center;
  width: 500px;
}

.eventCardPR {
  box-shadow: 0px 0px 10px #ccc;
  border-radius: 12px;
}

.contact-input.countryFlag {
  overflow: inherit;
}

.adBgWrap {
  background-image: url("../pique/image/ad-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 2rem;
  height: 100vh;
}

.eventDW {
  min-width: inherit;
  width: auto;
}

.eventDW .dropdown-item {
  padding: 4px 12px !important;
}

.headShotAvtar {
  position: relative;
}

.headShotAvtar .imgBox {
  height: 130px;
  width: 130px;
}

.headShotAvtar .imgBox img {
  height: 130px;
  width: 130px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0px 0px 8px #adadad;
}

.headShotAvtar .uploadIconI {
  position: absolute;
  bottom: 0;
  right: 5px;
  background-color: #000000b5;
  color: #fff;
  padding: 3px 8px;
  border-radius: 30px;
  font-size: 18px;
  cursor: pointer;
}

.headShotAvtar.sgnUpImgBox {}

.headShotAvtar.sgnUpImgBox .imgBox {
  margin: 0 auto;
  height: 200px;
  width: 200px;
}

.headShotAvtar.sgnUpImgBox .imgBox img {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0px 0px 8px #adadad;
}

.headShotAvtar.sgnUpImgBox .uploadIconI {
  position: absolute;
  bottom: 10px;
  right: 12px;
}




/* ---------- CSS Media Queries---------- */
/* ##Device = Desktops, ##Screen = 1281px to higher resolution desktops */
@media (min-width:1281px) {}

/* ##Device = Laptops, Desktops, ##Screen = B/w 1025px to 1280px */
@media (min-width:1025px) and (max-width:1280px) {}

/* ##Device = Tablets, Ipads (portrait), ##Screen = B/w 768px to 1024px */
@media (min-width:768px) and (max-width:1024px) {}

/* ##Device = Tablets, Ipads (landscape), ##Screen = B/w 768px to 1024px */
@media (min-width:768px) and (max-width:1024px) and (orientation:landscape) {}

/* ##Device = Low Resolution Tablets, Mobiles (Landscape), ##Screen = B/w 481px to 767px */
@media (min-width:481px) and (max-width:767px) {}

/* ##Device = Most of the Smartphones Mobiles (Portrait), ##Screen = B/w 320px to 479px */
@media (min-width:320px) and (max-width:480px) {
  nav .logoMain {
    height: 35px;
    width: 140px;
  }

  .navMidBox {
    background-color: #fff;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 6px;
  }

  .navRightBox {
    float: right;
  }

  .topNavbarMenus {
    padding: 14px 2px;
  }

  .topNavbarMenus .dash-link .px-3.py-1 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .pageLayout {
    margin-top: 70px;
  }

  .mobileMenuToggler,
  .e-mobileMenuToggler {
    display: inline;
    color: #e65f29;
    margin-right: 5px;
    font-size: 20px;
    border: 1px solid;
    padding: 4px 10px;
    border-radius: 40px;
  }


  .dash-sidebar-container,
  .custom-entertainer-sidebar {
    display: none;
    z-index: 8;
  }

  .dash-sidebar-container.show,
  .custom-entertainer-sidebar.show {
    display: inline;
  }

  .dash-sidebar-container.hide,
  .custom-entertainer-sidebar.hide {
    display: none;
  }

  .dash-profile-container,
  .entertainer-profile-container {
    margin-left: 0;
  }

  .e-pageLayout {}

  .e-pageLayout .container-fluid,
  .e-pageLayout .container {
    overflow: initial;
    flex-direction: initial;
  }

  .custom-entertainer-sidebar {
    top: 55px;
    padding-top: 15px;
  }

  .taskCalendar .fc-today-button.fc-button,
  .taskCalendar .fc-timeGridWeek-button.fc-button,
  .taskCalendar .fc-listMonth-button.fc-button,
  .taskCalendar .fc-timeGridDay-button.fc-button {
    display: none;
  }
}