
:root {
  scroll-behavior: smooth;
}

body {
    font-family: "Open Sans", sans-serif;
    background: #a8a5a51c;
    color: #444444;
}

a {
  color: #4154f1;
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}
    a.AddNewbtn {
        float: right;
        /*        margin-top: 19px;*/
        background: #cca871;
        border-radius: 5px;
        padding: 3px 10px;
        color: white;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
}
.dropdown-with-icon {
    position: relative;
}

    .dropdown-with-icon select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        padding-right: 30px; /* Make space for the icon */
        font-size: 14px;
    }

.dropdown-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; /* Allows clicks to go through */
    font-size: 28px;
    color: #333;
}

#pricing-table .day {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background-color: #f1f1f1;
    cursor: pointer;
    user-select: none;
}

    #pricing-table .day.selected {
        background-color: #2ecc71;
        color: white;
    }

    #pricing-table .day.disabled-day {
        pointer-events: none;
        opacity: 0.3;
    }

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
    margin-top: 60px;
    padding: 20px 30px;
    transition: all 0.3s;
    min-height: 80vh;
}

@media (max-width: 1199px) {
    #main {
    padding: 20px;
  }
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
  margin-bottom: 10px;
}

.pagetitle h1 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
  color: #000;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #cca871;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

    .back-to-top:hover {
        background: #cca871;
        color: #fff;
    }

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  animation-name: dropdown-animate;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
  color: #444444;
  text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}

.dropdown-menu .dropdown-divider {
  color: #a5c5fe;
  margin: 0;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.dropdown-menu .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f6f9ff;
}

@media (min-width: 768px) {
  .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
  }
}

@keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

/* Light Backgrounds */
.bg-primary-light {
  background-color: #cfe2ff;
  border-color: #cfe2ff;
}

.bg-secondary-light {
  background-color: #e2e3e5;
  border-color: #e2e3e5;
}

.bg-success-light {
  background-color: #d1e7dd;
  border-color: #d1e7dd;
}

.bg-danger-light {
  background-color: #f8d7da;
  border-color: #f8d7da;
}

.bg-warning-light {
  background-color: #fff3cd;
  border-color: #fff3cd;
}

.bg-info-light {
  background-color: #cff4fc;
  border-color: #cff4fc;
}

.bg-dark-light {
  background-color: #d3d3d4;
  border-color: #d3d3d4;
}

/* Card */
.card {
  margin-bottom: 30px;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.card-header,
.card-footer {
  border-color: #ebeef4;
  background-color: #fff;
  color: #798eb3;
  padding: 15px;
}

.card-title {
  padding: 20px 0 15px 0;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  font-family: "Poppins", sans-serif;
}

.card-title span {
  color: #899bbd;
  font-size: 14px;
  font-weight: 400;
}

.card-body {
  padding: 0 20px 20px 20px;
}

.card-img-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
.alert-heading {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}

/* Close Button */
.btn-close {
  background-size: 25%;
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
}

/* Accordion */
.accordion-item {
  border: 1px solid #ebeef4;
}

.accordion-button:focus {
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
  padding: 15px 0;
  background: none;
  border: 0;
}

.accordion-flush .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #4154f1;
}

.accordion-flush .accordion-body {
  padding: 0 0 15px 0;
  color: #3e4f6f;
  font-size: 15px;
}

/* Breadcrumbs */
.breadcrumb {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  color: #899bbd;
  font-weight: 600;
}

.breadcrumb a {
  color: #899bbd;
  transition: 0.3s;
}

.breadcrumb a:hover {
  color: #51678f;
}

.breadcrumb .breadcrumb-item::before {
  color: #899bbd;
}

.breadcrumb .active {
  color: #51678f;
  font-weight: 600;
}

/* Bordered Tabs */
.nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
}

.nav-tabs-bordered .nav-link {
  margin-bottom: -2px;
  border: none;
  color: #2c384e;
}

    .nav-tabs-bordered .nav-link:hover,
    .nav-tabs-bordered .nav-link:focus {
        color: #696969;
    }

    .nav-tabs-bordered .nav-link.active {
        background-color: #fff;
        /*  color: #4154f1;
  border-bottom: 2px solid #4154f1;*/
        color: #696969;
        border-bottom: 2px solid #696969;
    }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
  line-height: 1;
}

@media (min-width: 1200px) {
/*  .logo {
    width: 280px;*/
  }
    .logo img {
       width: 160px;
        margin-right: 6px;
    }
}



.logo span {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  font-family: "Nunito", sans-serif;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  height: 60px;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
  padding-left: 20px;
  /* Toggle Sidebar Button */
  /* Search Bar */
}

.header .toggle-sidebar-btn {
  font-size: 32px;
  padding-left: 10px;
  cursor: pointer;
  color: #000;
}

.header .search-bar {
  min-width: 360px;
  padding: 0 20px;
}

@media (max-width: 1199px) {
  .header .search-bar {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    padding: 20px;
    box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
    background: white;
    z-index: 9999;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
  }

  .header .search-bar-show {
    top: 60px;
    visibility: visible;
    opacity: 1;
  }
}

.header .search-form {
  width: 100%;
}

.header .search-form input {
  border: 0;
  font-size: 14px;
  color: #000;
  border: 1px solid rgba(1, 41, 112, 0.2);
  padding: 7px 38px 7px 8px;
  border-radius: 3px;
  transition: 0.3s;
  width: 100%;
}

.header .search-form input:focus,
.header .search-form input:hover {
  outline: none;
  box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
  border: 1px solid rgba(1, 41, 112, 0.3);
}

.header .search-form button {
  border: 0;
  padding: 0;
  margin-left: -30px;
  background: none;
}

.header .search-form button i {
  color: #000;
}

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
  list-style: none;
}

.header-nav>ul {
  margin: 0;
  padding: 0;
}

.header-nav .nav-icon {
  font-size: 22px;
  color: #000;
  margin-right: 25px;
  position: relative;
}

.header-nav .nav-profile {
  color: #000;
}

    .header-nav .nav-profile img {
        width: 35px;
        height: 35px;
    }

.header-nav .nav-profile span {
  font-size: 14px;
  font-weight: 600;
}

.header-nav .badge-number {
  position: absolute;
  inset: -2px -5px auto auto;
  font-weight: normal;
  font-size: 12px;
  padding: 3px 6px;
}

.header-nav .notifications {
  inset: 8px -15px auto auto !important;
}

.header-nav .notifications .notification-item {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .notifications .notification-item i {
  margin: 0 20px 0 10px;
  font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.header-nav .notifications .notification-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .notifications .notification-item:hover {
  background-color: #f6f9ff;
}

.header-nav .messages {
  inset: 8px -15px auto auto !important;
}

.header-nav .messages .message-item {
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .messages .message-item a {
  display: flex;
}

.header-nav .messages .message-item img {
  margin: 0 20px 0 10px;
  max-height: 40px;
}

.header-nav .messages .message-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444444;
}

.header-nav .messages .message-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .messages .message-item:hover {
  background-color: #f6f9ff;
}

.header-nav .profile {
  min-width: 240px;
  padding-bottom: 0;
  top: 8px !important;
}

.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #444444;
}

.header-nav .profile .dropdown-header span {
  font-size: 14px;
}

.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
  background-color: #f6f9ff;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  width: 300px;
  z-index: 996;
  transition: all 0.3s;
  padding: 20px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
}

@media (max-width: 1199px) {
  .sidebar {
    left: -300px;
  }
}

.sidebar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}

@media (min-width: 1200px) {

  #main,
  #footer {
    margin-left: 300px;
  }
}

@media (max-width: 1199px) {
  .toggle-sidebar .sidebar {
    left: 0;
  }
}

@media (min-width: 1200px) {

  .toggle-sidebar #main,
  .toggle-sidebar #footer {
    margin-left: 0;
  }

  .toggle-sidebar .sidebar {
    left: -300px;
  }
}

.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-item {
  margin-bottom: 5px;
}

.sidebar-nav .nav-heading {
  font-size: 11px;
  text-transform: uppercase;
  color: #899bbd;
  font-weight: 600;
  margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #4154f1;
  transition: 0.3;
  background: #f6f9ff;
  padding: 10px 15px;
  border-radius: 4px;
}

    .sidebar-nav .nav-link i {
        font-size: 16px;
        margin-right: 10px;
        color: #66738c;
    }

.sidebar-nav .nav-link.collapsed {
  color: #000;
  background: #fff;
}

.sidebar-nav .nav-link.collapsed i {
  color: #899bbd;
}

    .sidebar-nav .nav-link:hover {
        color: #cca871 !important;
        background: #f2f2f2 !important;
    }

        .sidebar-nav .nav-link:hover i {
            /*  color: #4154f1;*/
            color: #c6a878c4;
        }
a#loadAvailability.active:hover i{
    color:#fff;
}
.nav-link.collapsed.active:hover i {
    color: #fff;

}
.nav-link.collapsed.active i{
    color:#fff;
}
.sidebar-nav .nav-link .bi-chevron-down {
    margin-right: 0;
    transition: transform 0.2s ease-in-out;
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
  transform: rotate(180deg);
}

.sidebar-nav .nav-content {
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  transition: 0.3;
  padding: 10px 0 10px 40px;
  transition: 0.3s;
}

.sidebar-nav .nav-content a i {
  font-size: 6px;
  margin-right: 8px;
  line-height: 0;
  border-radius: 50%;
}

.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
  color: #4154f1;
}

.sidebar-nav .nav-content a.active i {
  background-color: #4154f1;
}

/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Filter dropdown */
.dashboard .filter {
  position: absolute;
  right: 0px;
  top: 15px;
}

.dashboard .filter .icon {
  color: #aab7cf;
  padding-right: 20px;
  padding-bottom: 5px;
  transition: 0.3s;
  font-size: 16px;
}

.dashboard .filter .icon:hover,
.dashboard .filter .icon:focus {
  color: #4154f1;
}

.dashboard .filter .dropdown-header {
  padding: 8px 15px;
}

.dashboard .filter .dropdown-header h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #aab7cf;
  margin-bottom: 0;
  padding: 0;
}

.dashboard .filter .dropdown-item {
  padding: 8px 15px;
}

/* Info Cards */
.dashboard .info-card {
  padding-bottom: 10px;
}

.dashboard .info-card h6 {
  font-size: 28px;
  color: #000;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.dashboard .card-icon {
  font-size: 32px;
  line-height: 0;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  flex-grow: 0;
}

.dashboard .sales-card .card-icon {
  color: #4154f1;
  background: #f6f6fe;
}

.dashboard .revenue-card .card-icon {
  color: #2eca6a;
  background: #e0f8e9;
}

.dashboard .customers-card .card-icon {
  color: #ff771d;
  background: #ffecdf;
}

/* Activity */
.dashboard .activity {
  font-size: 14px;
}

.dashboard .activity .activity-item .activite-label {
  color: #888;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 64px;
}

.dashboard .activity .activity-item .activite-label::before {
  content: "";
  position: absolute;
  right: -11px;
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: #eceefe;
}

.dashboard .activity .activity-item .activity-badge {
  margin-top: 3px;
  z-index: 1;
  font-size: 11px;
  line-height: 0;
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid #fff;
  flex-grow: 0;
}

.dashboard .activity .activity-item .activity-content {
  padding-left: 10px;
  padding-bottom: 20px;
}

.dashboard .activity .activity-item:first-child .activite-label::before {
  top: 5px;
}

.dashboard .activity .activity-item:last-child .activity-content {
  padding-bottom: 0;
}

/* News & Updates */
.dashboard .news .post-item+.post-item {
  margin-top: 15px;
}

.dashboard .news img {
  width: 80px;
  float: left;
  border-radius: 5px;
}

.dashboard .news h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
  margin-bottom: 5px;
}

.dashboard .news h4 a {
  color: #000;
  transition: 0.3s;
}

.dashboard .news h4 a:hover {
  color: #4154f1;
}

.dashboard .news p {
  font-size: 14px;
  color: #777777;
  margin-left: 95px;
}

/* Recent Sales */
.dashboard .recent-sales {
  font-size: 14px;
}

.dashboard .recent-sales .table thead {
  background: #f6f6fe;
}

.dashboard .recent-sales .table thead th {
  border: 0;
}

.dashboard .recent-sales .dataTable-top {
  padding: 0 0 10px 0;
}

.dashboard .recent-sales .dataTable-bottom {
  padding: 10px 0 0 0;
}

/* Top Selling */
.dashboard .top-selling {
  font-size: 14px;
}

.dashboard .top-selling .table thead {
  background: #f6f6fe;
}

.dashboard .top-selling .table thead th {
  border: 0;
}

.dashboard .top-selling .table tbody td {
  vertical-align: middle;
}

.dashboard .top-selling img {
  border-radius: 5px;
  max-width: 60px;
}

/*--------------------------------------------------------------
# Icons list page
--------------------------------------------------------------*/
.iconslist {
  display: grid;
  max-width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.25rem;
  padding-top: 15px;
}

.iconslist .icon {
  background-color: #fff;
  border-radius: 0.25rem;
  text-align: center;
  color: #000;
  padding: 15px 0;
}

.iconslist i {
  margin: 0.25rem;
  font-size: 2.5rem;
}

.iconslist .label {
  font-family: var(--bs-font-monospace);
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding: 0.25rem;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}

/*--------------------------------------------------------------
# Profie Page
--------------------------------------------------------------*/
.profile .profile-card img {
    /* max-width: 120px;*/
    width: 70px;
    height: 70px;
}

.profile .profile-card h2 {
  font-size: 24px;
  font-weight: 700;
  color: #2c384e;
  margin: 10px 0 0 0;
}

.profile .profile-card h3 {
  font-size: 18px;
}

.profile .profile-card .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

.profile .profile-card .social-links a:hover {
  color: #000;
}

.profile .profile-overview .row {
  margin-bottom: 20px;
  font-size: 15px;
}

.profile .profile-overview .card-title {
  color: #000;
}

.profile .profile-overview .label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit img {
  max-width: 120px;
}

/*--------------------------------------------------------------
# F.A.Q Page
--------------------------------------------------------------*/
.faq .basic h6 {
  font-size: 18px;
  font-weight: 600;
  color: #4154f1;
}

.faq .basic p {
  color: #6980aa;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  padding: 28px 30px;
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #4154f1;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #4154f1;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #4154f1;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #5969f3;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
  padding: 30px;
}

.error-404 h1 {
  font-size: 180px;
  font-weight: 700;
  color: #4154f1;
  margin-bottom: 0;
  line-height: 150px;
}

.error-404 h2 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
}

.error-404 .btn {
  background: #51678f;
  color: #fff;
  padding: 8px 30px;
}

.error-404 .btn:hover {
  background: #3e4f6f;
}

@media (min-width: 992px) {
  .error-404 img {
    max-width: 50%;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    padding: 20px 0;
    font-size: 14px;
    transition: all 0.3s;
    border-top: 1px solid #16151594;
}

    .footer .copyright {
        text-align: center;
        color: #0a0a0a;
    }

.footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #000;
}
.icon-toggle-group {
    display: flex;
    gap: 10px;
}

.btn-outline-danger {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    color: #999;
    transition: 0.3s;
/*    color: #dc3545;*/
    transition: 0.3s;
    border-color: #dc3545;
    border: 1px solid #fff;
}
    .btn.btn-outline-danger:hover {
        color: #dc3545 !important;
    }


    .icon-toggle.active {
        background-color: #333;
        color: #fff;
        border-color: #333;
    }


   /* Price command hours*/


.pricing-container {
    width: 100%;
/*    max-width: 900px;*/
    margin: auto;
    font-family: Arial, sans-serif;
}

.pricing-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
    flex-wrap: wrap;
}

/*.input-group {
    display: flex;
    align-items: center;
}*/

.currency {
    padding: 0 5px;
}

.vat-text {
    padding-left: 5px;
    font-size: 12px;
    color: gray;
    display: flex;
    justify-content: center;
    align-items: center;
}
.selected-day {
    display: grid;
    margin-top: 8px;
}
    .weekdays {
    display: flex;
    gap: 1px;
}

.day {
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
}

    .day.active {
        background-color: #1abc9c;
        color: white;
        border-color: #1abc9c;
    }

#add-row {
    /* margin-top: 10px; */
    background-color: #cca871;
    border: none;
    color: #f7faf9;
    cursor: pointer;
    /* font-weight: bold; */
    font-size: 16px;
    font-weight: 100;
}

.delete-row {
/*    background: none;
    border: none;
    font-size: 18px;*/
    cursor: pointer;
}
.logo img {
    margin-right: 6px;
    width: 210px !important;
}
.day {
    display: inline-block;
    padding: 0px 0px;
    margin: 2px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    font-size: 11px;
}

    .day.selected {
        background-color: #007bff;
        color: white;
        border-color: #007bff;
    }
.tab-content:has(#tab-Priced-hours.show.active) + #submitButton {
    display: none;
}

.tab-content:has(#tab-Menus.show.active) + #submitButton {
    display: none;
}

#upload-area {
  
    background-color: #f8f9fa;
    border: 2px dashed #dee2e6;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-block: 5px;

}

#imagePreviewContainer img {
    width: 100%;
    height: auto;
    object-fit: cover;
    height: 300px;
}
.list-group-item.disabled {
    pointer-events: none;
    opacity: 0.5;
}

/*updated code*/
.pricing-row label {
    font-size: 14px;
    font-weight: 600;
}
 .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: none !important;
    border-bottom-right-radius: none !important;
}
.btn-groups .btn.btn-outline-success {
    border-radius: 50%;
}
.btn-groups .btn.btn-outline-success {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border:2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
     color: #999 !important;
    transition: 0.3s;
}
    .btn-groups .btn.btn-outline-success:hover {
        color: #198754 !important;
        border: 1px solid #198754;
    }
    .btn-groups {
        display: flex !important;
        flex-direction: row !important;
        row-gap: 20px !important;
        column-gap: 15px !important;
    }
.col-lg-6.layout-section {
    text-align: start;
}
.col-lg-6.new-layouts {
    display: block ruby;
    text-align: center;
}

.form-check .form-check-input.image-select-checkbox{
float: left;
margin-left: 0em !important;
margin-top: .5rem !important;
}
.form-control .responsive-logininputdt:focus {
    color: #000 !important;
    background-color: #000 !important;
    border-color: #7d7a7a !important;
    outline: 1px !important;
    box-shadow: 0 0 0 .25rem rgb(252 252 252 / 25%) !important;
}
.form-control .responsive-logininput:focus {
    color: #000 !important;
    background-color:#000 !important;
    border-color: #7d7a7a !important;
    outline: 1px !important;
    box-shadow: 0 0 0 .25rem rgb(252 252 252 / 25%) !important;
}
.btn.btn-primary {
    --bs-btn-bg: #cca871;
    --bs-btn-border-color: #cca871;
}
.btn.btn-primary:hover {
    --bs-btn-bg: #cca871!important;
    --bs-btn-border-color: #cca871!important;
}
#saveNextBtn {
    background: #cca871de;
    border: 2px solid #d2b383;
    margin-right: 10px;
}
.list-group-item.list-group-item-action.active {
    background: #c6a878c4 !important;
    border: 2px solid #caae8357 !important;
}
a#loadTeamMembers.active {
    background: #c6a878c4 !important;
    border: 2px solid #caae8357 !important;
}
a#loadAvailability.active {
    background: #c6a878c4 !important;
    border: 2px solid #caae8357 !important;
    color:white;
}
a#loadAvailability,
a#loadTeamMembers,
a#loadEnquiry {
    cursor: pointer;
}


a#loadEnquiry.active {
    background: #c6a878c4 !important;
    border: 2px solid #caae8357 !important;
}
.btn:hover {
    color: var(--bs-btn-hover-color) !important;
    background-color: #cca871;
    border-color: #cca871;
}
.btn.btn-primary:focus, .btn.btn-primary:active {
    --bs-btn-bg: #cca871;
    --bs-btn-border-color: #cca871;
}
/*.btn:first-child:active {
   background-color: #cca871 !important;
   border-color: #cca871 !important;
    color:#fff;
}*/
.btn-check:checked + .btn, .btn.btn-primary.active, .btn.btn-primary.show, .btn.btn-primary:first-child:active, :not(.btn-check) + .btn.btn-primary:active {
    background-color: #cca871 !important;
    border-color: #cca871 !important;
    color: #fff !important;
}
.btn.btn-secondary:hover {
    background: #caa771e8;
    border: 1px solid #cca871;
}
.btn.btn-sm.btn-danger:hover {
    background: #dc3545;
    border: #dc3545;
}
.btn.btn-primary {
    margin-right: 7px;
}
#pricing-table .day {
    display: inline-block;
    width: 27px;
    height: 27px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background-color: #f1f1f1;
    cursor: pointer;
    user-select: none;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
}

    #pricing-table .day.selected {
        background-color: #2ecc71;
        color: white;
    }

    #pricing-table .day.disabled-day {
        pointer-events: none;
        opacity: 0.3;
    }

.pricing-container h6 {
    font-size: 18px;
    font-weight: 700;
}
.pricing-container 
p {
    font-size: 14px;
}

input.price.form-control {
    width: 100px !important;
    padding: 5px 5px!important;
    font-size:15px;
}
.minimum-spend {
    font-size: 15px !important;
}
select.duration.form-select {
    font-size: 15px !important;
}
input.from-time.form-control {
    font-size: 15px !important;
}
input.to-time.form-control {
    font-size: 15px !important;
}
/*.carousel-control-next-icon.events-crouselnext, .carousel-control-prev-icon.events-crouselprev {
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
    background-size: 100% 100% !important;
    transform: translateY(-200%) !important;
    color: white !important;
    font-weight: bold !important;
    font-size: 20px !important;
    background: #fff !important;
    background-image: none !important;
    border-radius: 50% !important;
    color: #000 !important;
}*/
.icon-content.px-3.d-flex.justify-content-center.align-item-center {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #181818;
    overflow: hidden;
}
.modal-header.text-dark.rounded-top-4 {
    display: flex !important;
    justify-content: space-between !important;
}

/*#main-adminlayout {
    margin-top: 60px;
    padding: 20px 30px;
    transition: all 0.3s;
}*/
/*button.btn.btn-sm.toggle-publish-btn.btn-success {
    float: right;
    margin-top: 17px;
}*/

.btn.btn-sm.toggle-publish-btn.btn-success:hover {
    background: #198754;
    border: 1px solid #198754;
}
.btn.btn-sm.toggle-publish-btn.btn-warning.px-2:hover {
    background: #ffc107;
}
button.btn.btn-sm.toggle-publish-btn.btn-secondary {
    /*float: right;
    margin-top: 17px;*/
    background: #898c88;
    border: 1px solid #939892f2;
}
.form-label.text {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    justify-content: center;
    margin-top: 8px;
}
.nav-link.collapsed:active {
    background: #f6f9ff;
    color: #4154f1;
}
.nav-link.collapsed.active {
    background: #c6a878c4 !important;
    border: 2px solid #caae8357 !important;
    color: white;
}
.alert-danger {
    color: #ff0018;
    text-align: center;
    font-weight: 300;
}
#mapDiv {
    width: 80% !important;
    height: 60% !important;
}
.nav-link.collapsed.sidebar-active:active {
    background: #c6a878c4 !important;
    border: 2px solid #caae8357 !important;
    color: white;
}
.img-fluid.profile-images {
    width: 70px!important;
    height: 70px !important;
}
.dropdown-item.d-flex.align-items-center:active:focus:focus-visible {
    background: #cca871 !important;
    color: #fff !important;
    border:1px solid #cca871;
}
select.form-control-select {
    text-align: center !important;
     /* center placeholder on some browsers */
    text-align-last: center !important;
    -webkit-appearance: none; /* Remove default styling (Safari) */
    -moz-appearance: none;
    appearance: none;
    padding-right: 1.5rem; /* space for dropdown arrow */
}
#partialContainer {
    margin-top: -20px !important;
}
.subheading {
    font-size: 15px !important;
    color: #919090;
}
@media screen and (max-width:480px) and (min-width:320px) {
    /* label {
        display: inline-block;
        font-size: 14px;
    }*/

    td {
        font-size: 12px;
    }

    th {
        font-size: 14px;
    }

    td .btn.btn-sm.btn-primary {
        font-size: 12px;
        padding: 2px 5px;
    }

    .btn.btn-sm.btn-danger {
        font-size: 12px;
        padding: 2px 5px;
    }

    .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center;
        font-size: 12px;
    }

    .card-title {
        padding: 20px 0 15px 0;
        font-size: 16px;
        font-weight: 500;
        color: #000;
        font-family: "Poppins", sans-serif;
    }

    .dashboard .info-card {
        padding-bottom: 0px;
    }

        .dashboard .info-card h6 {
            font-size: 22px;
            color: #000;
            font-weight: 700;
            margin: 0;
            padding: 0;
        }
    .desktop .logo {
        position: absolute;
        left: 50%;
        transform: translateX(50%);
    }
    #upload-area {
        background-color: #f8f9fa;
        border: 2px dashed #dee2e6;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-block: 5px;
    }

    .profile .profile-card h2 {
        font-size: 20px;
        font-weight: 700;
        color: #2c384e;
        margin: 10px 0 0 0;
    }

    .logo img {
        margin-right: 6px;
        width: 180px !important;
    }

    .header .toggle-sidebar-btn {
        font-size: 22px;
        padding-left: 10px;
        cursor: pointer;
        color: #000;
    }

    .img-fluid.profile-images {
        width: 50px !important;
        height: 50px !important;
        object-fit: cover;
    }

    input.to-time.form-control {
        font-size: 12px !important;
        padding: 4px 7px;
    }

    input.from-time.form-control {
        font-size: 12px !important;
        padding: 4px 7px;
    }

    .price.form-control {
        font-size: 12px !important;
    }

    .img-fluid.profile-images {
        width: 70px;
        height: 70px;
        object-fit: cover;
    }
    
        .minimum-spend {
        font-size: 12px !important;
    }

    .vat-text {
        padding-left: 5px;
        font-size: 10px !important;
        color: gray;
    }

    .btn.btn-outline-primary.btn-sm {
        font-size: 10px !important;
        padding: 2px 3px;
    }
    .subheading {
        font-size: 12px !important;
        color: #919090;
    }
}
    /*.mobile-section {
    display:none;
} 
@media screen and (max-width:1200px) and (min-width:320px) {
    .d-flex.align-items-center.desktop {
        display: none !important;
    }
    .mobile-section {
        display: flex;
        justify-content: center;
    }
}*/
.cards-subtitle {
/*    padding: 20px 0px;*/
/*    padding-bottom: 20px !important;*/
    font-size: 18px !important;
    font-weight: 600 !important;
}
.btn.btn-sm.btn-secondary.button-status {
    border-radius: 7px;
    padding: 0px 10px;
    font-size: 12px;
    font-weight: 600;
}

.btn.btn-sm.toggle-publish-btn.btn-success.button-status {
    border-radius: 7px;
    padding: 0px 20px;
    font-size: 12px;
    font-weight: 600;
}
.btn.btn-sm.toggle-publish-btn.btn-warning.button-status.px-2 {
    border-radius: 7px;
    padding: 0px 18px !important;
    font-size: 12px;
    font-weight: 600;
}
.btn.btn-secondary.unique-modal-close {
    background: #cca871;
    border: 1px solid #cca871;
    padding: 6px 7px;
    font-size: 16px;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 0px !important;
}
.btn.btn-sm.toggle-publish-btn.button-status.btn-warning {
    border-radius: 7px;
    padding: 0px 20px;
    font-size: 12px;
    font-weight: 600;
}
.btn.btn-sm.toggle-publish-btn.button-status.btn-danger {
    border-radius: 7px;
    padding: 0px 20px;
    font-size: 12px;
    font-weight: 600;
}
/*btn btn-sm btn-danger button-status{

}*/
@media screen and (max-width:580px) and (min-width:320px) {
    .subheading {
            font-size: 12px !important;
            color: #919090;
        }
    }

    @media screen and (max-width: 424px) {
        .desktop .logo {
            position: absolute;
            /*        left: 50%;*/
            transform: translateX(30%);
        }
    }
sidebar-nav .nav-link.admin-collapsed {
    color: #000;
    background: #fff;
}
.nav-link.admin-collapsed:active {
    background: #f6f9ff;
    color: #4154f1;
}

.nav-link.admin-collapsed.active {
    background: #c6a878c4 !important;
    border: 2px solid #caae8357 !important;
    color: white;
}
.sidebar-nav .nav-link.admin-collapsed {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    color: #02050e;
    transition: 0.3;
    background: #fff !important;
    padding: 10px 15px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.09);
    margin-block: 12px;
    width: 260px;
}

.nav-link.admin-collapsed.sidebar-active.show i:active{
    color:#fff;
}
/*.nav-link.admin-collapsed.sidebar-active.left-side:hover span {
    Color: #fff !important;
}*/
.nav-link.admin-collapsed.sidebar-active.show:hover {
    color: #fff;
    background: #cca871 !important;
}

.nav-link.admin-collapsed.sidebar-active.show:active {
    background: #cca871 !important;
}
.sidebar-active.show:active {
    background: #cca871 !important;
    color: white;
}
/*a.nav-link.admin-collapsed.sidebar-active.show span {
    background: #cca871;
}*/
/*.nav-item .nav-link.admin-collapsed.sidebar-active.show {
    background: #cca871 !important;
    color: white;
}*/
aside :active .nav-link.admin-collapsed.sidebar-active.show {
background:red;
}
#categoryDropdown {
    border: 1px solid #dee2e6;
}
.card.shadow.p-4.border-0.No-venues {
    transform: translate(10px, 200px);
}
/*#text-input-strikethrough {
    color: #857e7edb;
    opacity: 0.5;
    text-decoration: line-through;
}
#icon-symbol {
    color: #857e7edb !important;
    opacity: 0.5;
}*/
.img-fluid.client-decorate {
    width: 35px;
    height: 35px;
}

.left-side-section {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
}
/*.right-side {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    column-gap: 20px;
}*/
.left-side {
    width: 130px;
}
.img-info {
    text-align: start;
    font-size: 12px;
    color: #000;
    margin-top: 5px;
}

.mapouter {
    position: relative;
    text-align: right;
    width: 100%;
    height: 400px;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    width: 100%;
    height: 400px;
}

.gmap_iframe {
    height: 400px !important;
}

#openUploadBtn {
    background-color: #f8f9fa;
    border: 2px dashed #dee2e6;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-block: 5px;
}
.gmap_canvas {
    height: 450px;
}
.sidebar-nav .nav-link {
    color: #333;
    font-weight: 400;
    transition: all 0.2s ease-in-out;
}

    .sidebar-nav .nav-link span.active,
    .sidebar-nav .nav-link:visited.active {
        font-weight: 600 !important;
        background: #c6a878c4 !important;
        color: #fff !important;
    }
    .sidebar-nav .nav-link span.active i, .sidebar-nav .nav-link:visited.active i
    {
        color:#fff;
    }
    /*.sidebar-nav .nav-link span.active, .sidebar-nav .nav-link:visited.active span{
        color:#fff !important;
    }*/
.left-side.active .material-symbols-outlined {
    color: white !important;
}
.sidebar-nav .nav-link.active:hover {
    background: #cca871 !important;
    color: #fff !important;
}

    .sidebar-nav .nav-link.active:hover span {
        color: #fff !important;
    }
/* Active state */
.sidebar-nav .nav-link span.active,
.sidebar-nav .nav-link:visited span.active {
    font-weight: 600 !important;
    background: #c6a878c4 !important;
    color: #fff !important;
}

/* Active + Hover state */
.sidebar-nav .nav-link:hover span.active {
    color: #fff !important;
}
/* Base styles */
.sidebar-nav .nav-link {
    background-color: white;
    color: black;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    transition: all 0.3s ease;
}

    /* Icon and span inside link */
    .sidebar-nav .nav-link i,
    .sidebar-nav .nav-link .material-symbols-outlined,
    .sidebar-nav .nav-link span {
        color: inherit;
        transition: color 0.3s ease;
    }

    /* Active state */
    .sidebar-nav .nav-link.active {
        background-color: #c6a878 !important;
        color: white !important;
        font-weight: 600;
    }

    /* Hover state (only apply hover if not active) */
    .sidebar-nav .nav-link:not(.active):hover {
        background-color: #f2f2f2 !important;
        color: #c6a878 !important;
    }

        /* Ensure icon color matches on hover */
        .sidebar-nav .nav-link:not(.active):hover i,
        .sidebar-nav .nav-link:not(.active):hover .material-symbols-outlined,
        .sidebar-nav .nav-link:not(.active):hover span {
            color: #c6a878 !important;
        }

/* Applies to select boxes on all devices */
select.form-control-select {
    width: 100%;
    /* Prevents iOS zoom on focus */
    color: #333;
    border: none;
    border-bottom: 1px solid #000;
    background-color: transparent;
    /* Center the selected/placeholder value */
    text-align: center;
    text-align-last: center;
    -moz-text-align-last: center;
    /* Remove native styles */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Optional for arrow spacing fix */
    background-position: right 10px center;
    background-repeat: no-repeat;
}

/* Optional: container for styling custom arrow if needed */
.select-wrapper {
    position: relative;
}
    .select-wrapper::after {
        content: '?';
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
        color: #333;
        font-size: 14px;
    }
