/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600;700;800&display=swap');
@font-face{
    font-family:"Helvetica";
    src:url(../fonts/Helvetica-Font/Helvetica.otf) format("truetype"),url(../font/Helvetica-Font/Helvetica-Bold.ttf) format("truetype"),url(../fonts/Helvetica-Font/Helvetica-BoldOblique.ttf) format("truetype"),url(../fonts/Helvetica-Font/helvetica-compressed-5871d14b6903a.otf) format("truetype"),url(../fonts/Helvetica-Font/helvetica-light-587ebe5a59211.ttf) format("truetype"),url(../fonts/Helvetica-Font/helvetica-rounded-bold-5871d05ead8de.otf) format("truetype")
}

body {
  font-family:Poppins, Helvetica, "sans-serif";
  color: #444444;
  width: 100%;
  height: calc(100%);
  font-size: 12px;
 background-image: url(../uploads/websites.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

a {
  color: #1977cc;
}

a:hover {
  color: #3291e6;
  text-decoration: none;
}




/*--------------------------------------------------------------
# Product
--------------------------------------------------------------*/
.product_list{
       left: -29px;
    font-size: 11px;
}


/*--------------------------------------------------------------
# Manage Orders
--------------------------------------------------------------*/


.manage_order{
  position: absolute;
  right: -143px;
  width: 88%;
}

.manage-order-title {
    text-align: -webkit-match-parent;
    font-size: 53px;
    background: #ffffff42;
}

.widget-wrapper-custom {
    margin-left: -31%;
}

.widget-number-lg {
    font-size: 49px;
    position: absolute;
    top: 10%;
}

.widget-number-md {
    font-size: 100%;
    position: absolute;
    top: 10%;
}

.widget-content-left-custom {
    font-size: small;
}

.search-input-custom {
    font-size: 16px;
}

.new-order-link {
    margin-left: 10px;
    color: #dc3545;
}



/*--------------------------------------------------------------
# Scan
--------------------------------------------------------------*/
#scannerModal{
      width: 100%;
    height: 506px;
   
}


/*--------------------------------------------------------------
# Sales Reort

--------------------------------------------------------------*/

.sales_report{
  position: absolute;
    left: 24%;
    width: -webkit-fill-available;
}
/*--------------------------------------------------------------
# Manage Category 

--------------------------------------------------------------*/

.category_page .manage_category{
position: absolute;
    left: 23%;
    width: -webkit-fill-available;
}
.category_page .track_img h3{
    
    
    text-align: -webkit-match-parent;
    font-size: 53px;
    background: #ffffff42;
    /* margin-left: 129px; */
    position: absolute;
    left: 25%;
}

/*--------------------------------------------------------------
# Reports
--------------------------------------------------------------*/


.master_orders #exportExcel{
  width: auto;
  font-size: smaller;

}

.master_orders  #applyDateFilter{
  width: auto;
  margin-left: 10px;
}

.master_orders .ordaer-table-home{
    
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: 0%;
  width: auto;
  margin-bottom: 28px;
  }

  .master_orders h3{
    text-align: -webkit-match-parent!important;
    font-size: 53px!important;
    background: #ffffff42!important;
    margin-left: 61px!important;
    margin-bottom: 79px!important;

  }
.master_orders #start_date{
  font-size: small;
}
.master_orders #end_date{
  font-size: small;
}
.master_orders #searchInput {
    font-size: small;
    margin-top: 10px;
    border-radius: 4px;
    padding: 8px;
    border: 1px solid #ddd;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.master_orders #searchInput:focus {
    outline: none;
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.master_orders input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.3); /* IE */
  -moz-transform: scale(1.3); /* FF */
  -webkit-transform: scale(1.3); /* Safari and Chrome */
  -o-transform: scale(1.3); /* Opera */
  transform: scale(1.3);
  padding: 10px;
  cursor:pointer;
}
    
   
.master_orders .filter-section {
    width: auto;
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    margin: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.master_orders .date-filter-btn {
            margin: 5px;
            font-size: 12px;
        }
        .master_orders .btn-export {
            background-color: #28a745;
            color: white;
        }


/*--------------------------------------------------------------
# Home Take Order
--------------------------------------------------------------*/
.dashboard .app-page-title{

  width: 31%;
  height: -1%;
  background: #ffc1074f;

}

.d-flex .icon{
  
      font-size: 473%;
    margin: 4px;
    padding-right: 5px;
}

.d-flex .input_sec{
    margin-left: 0%;
    width: 100%;
}
.take_order{
    
        margin-bottom: 57px;
}
#manage-order p {
       text-align: -webkit-match-parent;

    font-size: 13px;

}

#manage-order .Request-id {
    text-align: -webkit-match-parent;

    font-size: 15px;
}

#manage-order .input_sec {
  font-size: 15px!important;
}

.card-header{
       padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #FFF!important;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.order_menue{
    
        box-shadow: #ffffff 0px 0px 12px 0px!important;
    padding: 0px;
}

/*--------------------------------------------------------------
# Order
--------------------------------------------------------------*/


.order-btn{
    font-size: 7px!important;
        padding: 6%;

}
.export-btn{
    
        background: #dc3545;
    color: #FFF;
    padding: 4px;
    border: none;
    margin-top: 13px;
    font-size: 12px;
}
.export-btnL:hover{
    
     background: #FFF;
}
.card-orders{
        font-size: 16px !important;
    
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #1977cc;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #1c84e3;
  color: #fff;
}

.datepicker-dropdown {
  padding: 20px !important;
}

.report-table img{ width: 52%!important;


}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fff;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
}

.scrollbar-sidebar img{
        width: 46%!important;
    margin-left: 10%!important;
    }

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #444444;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #1977cc;
}

#topbar .contact-info i {
  color: #1977cc;
  padding-right: 4px;
  margin-left: 15px;
}

#topbar .contact-info i:first-child {
  margin-left: 0;
}

#topbar .social-links a {
  color: #437099;
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #1977cc;
}

#topbar .social-links a:first-child {
  border-left: 0;
}
.header-shadow{
    
  background: #647b81 !important;}

.nav-item a {
 color: #f8b600 !important;
    font-size: 26px;
    font-weight: bold;
    right: 85% !important;
    position: absolute;
    top: 11%;
}
.pe-7s-plug:before {
font-size: 29px !important;
    font-weight: bold !important;
    color: #f8b600;}

.pe-7s-user:before{
    font-size: 29px!important;
    font-weight: bold!important; 
     color: #f8b600 !important;
}

.header-user-info .widget-heading{

     color: #f8b600 !important;
    font-size: 26px;
    font-weight: bold;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after{
    
        color: #f8b600 !important;
    font-size: 26px;
    font-weight: bold;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
 color: #f8b600 !important;
    font-size: 26px;
    font-weight: bold;
}

.app-sidebar__inner{
      background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-size: 14px !important;
    font-weight: bold !important;
    color: #f8b600 !important;
    background: #9bb9c1;
}
.vertical-nav-menu li a:hover{
color: black!important;

}



 span.float-right.summary_icon {
            font-size: 3rem;
            position: absolute;
            right: 1rem;
            top: 0;
        }
        
        .imgs {
            margin: .5em;
            max-width: calc(100%);
            max-height: calc(100%);
        }
        
        .imgs img {
            max-width: calc(100%);
            max-height: calc(100%);
            cursor: pointer;
        }
        
        #imagesCarousel,
        #imagesCarousel .carousel-inner,
        #imagesCarousel .carousel-item {
            height: 60vh !important;
            background: black;
        }
        
        #imagesCarousel .carousel-item.active {
            display: flex !important;
        }
        
        #imagesCarousel .carousel-item-next {
            display: flex !important;
        }
        
        #imagesCarousel .carousel-item img {
            margin: auto;
        }
        
        #imagesCarousel img {
            width: auto !important;
            height: auto !important;
            max-height: calc(100%) !important;
            max-width: calc(100%) !important;
        }
        
 
        /**Typeo CSS Start**/
        @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');
        *{ box-sizing: border-box; }
        /**Typeo CSS End**/
        
.marquee-list {
    font-family: Poppins;
    width: 118%;
    display: flex
;
    align-items: center;
    overflow: hidden;
    padding: 10px 0px;
    margin-top: -84px;
    color: #000000;
    margin-left: -16%;
    background: #FFF;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 

    

}
        .marquee-list ul {
            display: flex;
            animation: marquee 10s linear infinite;
            margin: 0;
            padding: 0;
            list-style: none;
        }
        .marquee-list ul:hover {
            animation-play-state: paused;
        }
        .marquee-list li {
            min-width: 110px;
            white-space: nowrap;
            text-align: center;  
            padding: 0 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.2s ease;
            position: relative;
            text-transform: uppercase;
            font-size: 16px;
            white-space: nowrap;
        }
        .marquee-list li:before {
            position: absolute;
            left: -2px;
            width: 4px;
            height: 4px;
            background: none;
            border-radius: 100%;
            content: "";
            top: 0;
            bottom: 0;
            margin: auto 0;
        }
        @keyframes marquee {
            0% {
                transform: translateX(100%);
            }
            100% {
                transform: translateX(-100%);
            }
        }

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
.dashboard{
      position: absolute !important;
    width: 98% !important;
    float: inline-end !important;
    left: 10%;
}
.dashboard_table{
    
    margin-left: 30px;
}
.month_mount{
        color: #089ad9;
    background: #f8b6002e;
    font-weight: bold;
    text-decoration: underline;
    margin-top: 5px;
    padding: 5px;
    border-radius: 10px;

} .card-body .month_text{
    
        color: #f8b600;
    font-weight: bold;
}
.set_order{
    
    position: absolute!important;
    right: 4px!important;
}

.app-theme-white .app-page-title {
    background:none!important;
}
.home_title{
    
    color: #FFF;
    font-family: "Heebo", sans-serif;
    font-size: 36px;
    margin-bottom: 18px;
    text-transform: uppercase;
    font-weight: 900;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 3rem;
    font-weight: bold;
    color: white;
    letter-spacing: 3px;
    position: absolute;
    top: auto;
    left: auto;
    background: #19191996;
    padding: 3px 15px 1px;
    margin-top: 17%;
}
  .card_view {
    margin: 20px 0;
}

.card {
    border-radius: 15px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.card img {
    transition: transform 0.3s;
}

.card img:hover {
    transform: scale(1.1);
}

.card-body {
    padding: 20px;
}

.card-title {
    font-weight: bold;
    margin: 15px 0;
}

.text-primary {
    color: #007bff;
    font-size: 1.5rem;
    font-weight: bold;
}

.text-success {
    color: #28a745;
    font-size: 1.5rem;
    font-weight: bold;
}

.text-warning {
    color: #ffc107;
    font-size: 1.5rem;
    font-weight: bold;
}

@media (max-width: 768px) {
    .card img {
        width: 70%;
    }
}
.dashboard-card {
        min-height: 180px; /* Adjust the height as needed */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        border-radius: 8px;
        padding: 20px;
    }
               .card_view .card-body{
                        box-shadow: #3f768f 0px 0px 12px 0px !important;
    
    color: #FFF;
    border-radius: 15px;
    background: #FFF;
                }
    .dashboard-card .card-icon {
        font-size: 3rem;
        margin-bottom: 10px;
    }

    .dashboard-card .card-title {
        font-size: 1.25rem;
        font-weight: bold;
    }

    .dashboard-card .card-subtitle {
        font-size: 0.9rem;
        color: #6c757d; /* Bootstrap muted text color */
    }

    .dashboard-card .card-value {
        font-size: 1.75rem;
        font-weight: bold;
        color: #007bff; /* Bootstrap primary color */
    }

/*
  Layout for Sub-Category and Product Containers
*/
#myItems.row {
    display: flex;
    flex-wrap: wrap;
}

#sub-cat-container {
  flex: 0 0 25%;
  max-width: 20%;
  transition: all 0.3s ease-in-out;
  padding-right: 15px;
  padding-left: 15px;
}

.product-container {
    flex: 0 0 75%;
    max-width: 75%;
    transition: all 0.3s ease-in-out;
}

/* When sub-category is hidden, adjust layout */
#sub-cat-container[style*="display: none"] {
    flex: 0 0 0%;
    max-width: 0%;
    padding: 0;
    margin: 0;
    border: none;
    overflow: hidden;
}

#sub-cat-container[style*="display: none"] + .product-container {
    flex: 0 0 100%;
    max-width: 100%;
}

.dot-bg-top{
    
        position: absolute;
    top: 190px;
    left: 31%;
}

.dot-bg-middle{
    
        position: absolute;
    top: 38px;
}

 .dot-bg-bottom{   position: absolute;
    left: 293px;
     top: 36px;}

.app-page-title .page-title-icon{
    
    background:none!important;
}
.rounded-circle-icon{

     width: 100%;
    
}
.bg-midnight-bloom{
          box-shadow: #f8b600 0px 0px 12px 0px !important;
    background-image: linear-gradient(-20deg, #ef5a21 0%, #11111169 100%) !important;
 

}
.bg-arielle-smile{
       box-shadow: #f8b600 0px 0px 12px 0px !important;
    background-image: linear-gradient(-20deg, #ef5a21 0%, #11111169 100%) !important;
    
}
.badge-danger{
   box-shadow: #f8b600 0px 0px 12px 0px !important;
    background-image: linear-gradient(-20deg, #ef5a21 0%, #11111169 100%) !important;
    
}
.bg-arielle-categories{
    
   
    box-shadow: #f8b600 0px 0px 12px 0px !important;
    background-image: linear-gradient(-20deg, #f8b600 0%, #3000de 100%) !important;
    color: #FFF;
}

.bg-arielle-categories .text-success {
    color: #ffffff !important;
}
.vertical-nav-menu i.metismenu-state-icon, .vertical-nav-menu i.metismenu-icon{
    
    opacity: 1 !important;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  top: 40px;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

#header.header-scrolled {
  top: 0;
}
.widget-content .widget-content-left .widget-heading{
          opacity: 1 !important;
    font-size: 12px;
    margin-left: -10px;
    margin-top: 13px;
}
#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #2c4964;
}

#header .logo img {
  max-height: 40px;
}

@media (max-width: 992px) {
  #header {
    top: 0;
  }
  #header .logo {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.app-theme-white .app-sidebar {
  background: #9bb9c1 !important;
}

.logout_sid{
    display: none;
}

.sidebar-list{
    
        margin-top: 21px;
}
#sidebar ul{
    
        margin-left: -23px;
        margin-bottom: 0%;
}


.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 8px 0 8px 20px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #2c4964;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  padding: 5px 2px;
  border-bottom: 2px solid #fff;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #1977cc;
  border-color: #1977cc;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 20px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #082744;
  border: none;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #1977cc;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

.goog-te-gadget {
    font-family: arial;
    font-size: 1px!important;
    color: #666;
    white-space: nowrap;
}

/* Get Startet Button */
.appointment-btn {
  margin-left: 25px;
  background: #1977cc;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.appointment-btn:hover {
  background: #166ab5;
  color: #fff;
}

@media (max-width: 768px) {
  .appointment-btn {
    margin: 0 48px 0 0;
    padding: 6px 18px;
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #1977cc;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #2c4964;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #1977cc;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(28, 47, 65, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}
/*--------------------------------------------------------------
# Chart Section
--------------------------------------------------------------*/
.scroll-area-sm {
    height: 240px;
    overflow-x: hidden;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#buttons {
  margin: 8px;
  padding-bottom: 8px;
}

#search {
  margin: 8px;
}

input[type="text"]{
  border-radius: 3px;
  border: 1px solid #efefef;
  padding: 0 8px;
}

button:hover{
 
  color: #fff;
}

#hero {
  width: 100%;
  height: 90vh;
  background: url("../img/no-img.jpg") top center;
  background-size: cover;
  position: relative;
  margin-bottom: -200px;
}

.text-right {
    text-align: center!important;
 
}

#hero .container {
  position: relative;
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #2c4964;
}
.table.dataTable {
    text-align: center!important;
}


#hero h2 {
  color: #2c4964;
  margin: 10px 0 0 0;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  margin-top: 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #1977cc;
}

#hero .btn-get-started:hover {
  background: #3291e6;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero {
    margin-bottom: 0;
    height: 100vh;
  }
  #hero .container {
    padding-bottom: 63px;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: auto;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f1f7fd;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #2c4964;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #1977cc;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f7fd;
  min-height: 40px;
  margin-top: 120px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 63px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 30px;
  background: #1977cc;
  border-radius: 4px;
  color: #fff;
}

.why-us .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.why-us .content p {
  margin-bottom: 30px;
}

.why-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.why-us .content .more-btn i {
  font-size: 14px;
}

.why-us .content .more-btn:hover {
  color: #1977cc;
  background: #fff;
}

.why-us .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  width: 100%;
}

.why-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: #1977cc;
  margin-bottom: 30px;
}

.why-us .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px 0;
}

.why-us .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}
/*--------------------------------------------------------------
# Card
--------------------------------------------------------------*/
 /* Card layout styling */
     .order-cards-container {
      display: flex;
          flex-wrap: wrap;
          gap: 12px;
    }
     .order-card {
         width: 24%!important;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 7px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    font-size: 15px;
  

    }
.order_table{
    width: 100%;
    left: 53px;
}

    
    .order-card li{
        margin-left: -10%;
    font-size: 15px;
    padding: 4px;
    margin-top: 1px;
    background-color: #12aa2b;
    color: white;
    font-family: sans-serif;
    }
    .order-card-header {
        font-weight: bold;
        font-size: 1.1rem;
        margin-bottom: 10px;
    }
    .order-card-content p {
        margin: 0;
    }
    .order-card-actions {
        margin-top: 15px;
        display: flex;
        justify-content: space-between;
    }
    .order-card-actions button {
        margin-right: 5px;
    }

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .icon-boxes h4 {
  font-size: 18px;
  color: #4b7dab;
  margin-bottom: 15px;
}

.about .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #2c4964;
  margin-bottom: 15px;
}

.about .icon-box {
  margin-top: 40px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #8dc2f1;
  border-radius: 50px;
  transition: 0.5s;
}

.about .icon-box .icon i {
  color: #1977cc;
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: #1977cc;
  border-color: #1977cc;
}

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #1977cc;
}

.about .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}

.about .video-box {
  background: url("../img/about.jpg") center center no-repeat;
  background-size: cover;
  min-height: 500px;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#1977cc 50%, rgba(25, 119, 204, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(25, 119, 204, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #1977cc;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: #f1f7fd;
  padding: 70px 0 60px;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
}

.counts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #1977cc;
  padding: 12px;
  color: #fff;
  border-radius: 50px;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #082744;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #d5e1ed;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #1977cc;
  border-radius: 5px;
  transition: all .3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}

.services .icon-box .icon::before {
  position: absolute;
  content: '';
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #badaf7;
  border-radius: 5px;
  transition: all .3s ease-out 0s;
  transform: translateZ(-1px);
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #2c4964;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  background: #1977cc;
  border-color: #1977cc;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #1977cc;
}

.services .icon-box:hover .icon::before {
  background: #3291e6;
}

.services .icon-box:hover h4 a, .services .icon-box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Appointments
--------------------------------------------------------------*/
.appointment .php-email-form {
  width: 100%;
}

.appointment .php-email-form .form-group {
  padding-bottom: 8px;
}

.appointment .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.appointment .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.appointment .php-email-form .error-message br + br {
  margin-top: 25px;
}

.appointment .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.appointment .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.appointment .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;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.appointment .php-email-form input, .appointment .php-email-form textarea, .appointment .php-email-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px !important;
}

.appointment .php-email-form input:focus, .appointment .php-email-form textarea:focus, .appointment .php-email-form select:focus {
  border-color: #1977cc;
}

.appointment .php-email-form input, .appointment .php-email-form select {
  height: 44px;
}

.appointment .php-email-form textarea {
  padding: 10px 12px;
}

.appointment .php-email-form button[type="submit"] {
  background: #1977cc;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.appointment .php-email-form button[type="submit"]:hover {
  background: #1c84e3;
}

/*--------------------------------------------------------------
# Departments
--------------------------------------------------------------*/
.departments {
  overflow: hidden;
}

.departments .nav-tabs {
  border: 0;
}

.departments .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #2c4964;
  border-radius: 0;
  border-right: 2px solid #ebf1f6;
  font-weight: 600;
  font-size: 15px;
}

.departments .nav-link:hover {
  color: #1977cc;
}

.departments .nav-link.active {
  color: #1977cc;
  border-color: #1977cc;
}

.departments .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.departments .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #2c4964;
}

.departments .details p {
  color: #777777;
}

.departments .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .departments .nav-link {
    border: 0;
    padding: 15px;
  }
  .departments .nav-link.active {
    color: #fff;
    background: #1977cc;
  }
}

/*--------------------------------------------------------------
# Doctors
--------------------------------------------------------------*/
.doctors {
  background: #fff;
}

.doctors .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
  padding: 30px;
  border-radius: 10px;
}

.doctors .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}

.doctors .member .pic img {
  transition: ease-in-out 0.3s;
}

.doctors .member:hover img {
  transform: scale(1.1);
}

.doctors .member .member-info {
  padding-left: 30px;
}

.doctors .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #2c4964;
}

.doctors .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.doctors .member span::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b2c8dd;
  bottom: 0;
  left: 0;
}

.doctors .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.doctors .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.doctors .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #a0bcd5;
}

.doctors .member .social a i {
  color: #fff;
  font-size: 16px;
}

.doctors .member .social a:hover {
  background: #1977cc;
}

.doctors .member .social a + a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #76b5ee;
}

.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #1977cc;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0px 2px 12px rgba(44, 73, 100, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #badaf7;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: #1977cc !important;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }
  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }
  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #1977cc;
  float: left;
  width: 44px;
  height: 44px;
  background: #d6e9fa;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2c4964;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #4b7dab;
}

.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #1977cc;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.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;
  -webkit-animation: animate-loading 1s linear infinite;
  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;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #1977cc;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #1c84e3;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Inventory
--------------------------------------------------------------*/
 #searchBar{
        display: block;
    
    height: calc(1.5em + .75rem + 2px) !important;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}
    .top_card{
         flex: 0 0 50% !important;
    max-width: 44.6%!important;
    }
    .product-cards {
        margin: 20px 0!important;
        
    }
    .inventory_product{
        
    position: absolute !important;
        left: 4px;
    margin-top: 70px;
    
    }

    .product-cards .product-card {
     display: inline-block;
    width: calc(20% - 20px);
    margin: -8px;
    vertical-align: top;
    }

    .product-image {
           max-height: 185px;
    object-fit: cover;
    width: 100%;
  
    }
.inv_cat h3{
    
      text-align: -webkit-match-parent;
    font-size: 53px;
    background: #ffffff42;
}
.inv_category_page .card{
    
    margin-bottom: 92px;
}
.inv_category_page{
        width: 90%;
    position: absolute;
    left: 24%;
}

.inv_category_page .product-imag img{
    
        width: 42%;
    height: 95px;
}
.inv_category_page .manage_category {
        width: 64%;
}
.inventory_product .product-card {
    
    font-size: 13px!important;
}
.inventory_product .card-text-cat{
       font-size: 19px;
    background: #28a74529;
    padding: 5px;
    padding-left: 11px;
    border-radius: 10px;
    
}
 
    .card {
        border: 1px solid #ddd;
        border-radius: 8px;
        transition: transform 0.2s;
    }

    .card:hover {
        transform: scale(1.02);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .text-truncate {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 24px;
    }

/*--------------------------------------------------------------
# login
--------------------------------------------------------------*/

.login-card{
        max-height: 472px;
    max-width: 25%;

}
.login-img img{
    
    width: 128px;
}

#login-form input{
        font-size: 12px;
}
.fnc-slide__heading-line{
    
     position: absolute;
    top: 0px;
}

.example-slider .fnc-slide-3 .fnc-slide__inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
}
.fnc-slide__heading-line img{
    
    
      width: 295px;
    height: 300px;
}
.fnc-nav{
 margin-bottom: 49px;
}

.justify-content-star{
    
    width: 389%;margin-left: -41px;margin-top: 67px;
}

.justify-content-star .login-card{
    
    
    background: no-repeat;
    box-shadow: #f8b600 0px 0px 12px 0px !important;
}
/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/

.containe-fluid{
    
        margin-left: -53px!important;
}

/*--------------------------------------------------------------
# receipt
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Voucher 
--------------------------------------------------------------*/
.voucher h3{
    
        text-align: -webkit-match-parent;
    font-size: 38px;
    background: #ffffff42;
    position: absolute;
    left: 25%;
}
.voucher .manage_category{
        width: min-content;
    margin-left: 23%;
    margin-top: 33px;
}
/*--------------------------------------------------------------
# Users
--------------------------------------------------------------*/
.users .col-lg-12 {
    
    
}
.users h3{

    margin-left: 38px;
}
.users{
    width: min-content;
    position: absolute;
    left: 22%;
}
/*--------------------------------------------------------------
# Customers
--------------------------------------------------------------*/
.customer_page{
    
      width: min-content;
    position: absolute;
    left: 6%;
}

.customer_page h3{
    
    margin-left: 4%;
}
.table th, .table td {
    padding: 0.35rem 0.5rem !important;
    vertical-align: middle !important;
}
.card-body {
    padding: 0.75rem !important;
}
/*--------------------------------------------------------------
# Track Order
--------------------------------------------------------------*/
.track_order card{
    margin-right: 10px; color: #000;
}

.track_order h3{
       margin-left: 4%;
}
.track_order img{
        margin-left: -3%;
}

.track_order {
    width: min-content;
    margin-left: 24%;
    margin-bottom: 74px;
}

.track_order .track_img img:hover {
    transform: scale(1.1); /* Slight zoom on hover */
    filter: brightness(1.1); /* Brighten the image slightly */
}

.track_order .track_img img{
border-radius: 7px;
    margin-left: 98px;
}

/* Amazing effect on click */
.track_order .track_img img:active {
    transform: scale(1.05) rotate(2deg); /* Subtle zoom and rotation */
    filter: brightness(1.2) saturate(1.2); /* Enhanced brightness and saturation */
    transition: transform 0.1s ease, filter 0.1s ease; /* Faster transition for click effect */
}
.track_order .order_action_btn{
            margin-bottom: 4px;
    font-size: 12px !important;
    min-width: 74%;
    margin-top: 10px;
    }


   /* Add some custom styles to make buttons more attractive */
.track_order .order-btn {
    border-radius: 5px;
    padding: 8px 15px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.track_order .order-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Specific hover effects for each button type */
.track_order .btn-success.order-btn:hover {
    background-color: #28a745;
    border-color: #218838;
}

.track_order .btn-warning.order-btn:hover {
    background-color: #ffc107;
    border-color: #e0a800;
}

.btn-info.order-btn:hover {
    background-color: #17a2b8;
    border-color: #138496;
}

.track_order .btn-danger.order-btn:hover {
    background-color: #dc3545;
    border-color: #c82333;
}

.track_order .progress-container {
    display: flex;
    align-items: center;
}

.track_order .progress-bar {
    flex-grow: 1;
    height: 8px;
    background-color: #ddd;
    border-radius: 4px;
    position: relative;
    margin-right: 10px;
    transition: width 0.3s ease;
}

.track_order .icon {
    font-size: 14px;
    color: #ccc;
}

.track_order .icon.active {
    color: #007bff;
}

/*--------------------------------------------------------------
# Setting
--------------------------------------------------------------*/

.site_setting{
        position: absolute;
    left: 24%;
    top: 40%;
}
.site_setting h3{
    
    text-align: -webkit-match-parent;
    font-size: 53px;
    background: #ffffff42;
  

}

/*--------------------------------------------------------------
# attendance Punching
--------------------------------------------------------------*/
.attendance_punching{

    position: absolute;
    left: 6%;
    top: 16%;
   
}
 .camera_cont{
      width: 50%!important ;
      height: auto!important;
     
}
/*--------------------------------------------------------------
# attendance Leave
--------------------------------------------------------------*/
.attendance_leave{

  position: absolute;
    left: 23%;
    top: 16%;
    width: 89%;
     font-size: 10px;

}
.attendance_leave .form-control{
  
font-size: 10px;
    height: 30px;
    padding: 5px 10px;
  

}
.attendance_leave .btn-cust{
    font-size: 8px;
    padding: 5px 10px;
    margin-top: 10px;
}

/*--------------------------------------------------------------
# Scheduling
--------------------------------------------------------------*/

.scheduling {
    position: absolute;
    left: 24%;
    top: 16%;
    width: 89%;
}
.scheduling .nav-item a{
  position: static!important;
    display: inline-block!important;
    padding: 0.5rem 1rem!important;
    margin-right: 0!important;
    font-size: 14px!important;
    border-radius: 0!important;
}

.scheduling .form-control{
  
font-size: 9px;
    height: 30px;
    padding: 5px 10px;
  

}
.scheduling h5{
    
    font-size: 15px;
    padding: 5px 10px;
}


/*--------------------------------------------------------------
# Attendance Report
--------------------------------------------------------------*/
   .attendance-reports .report-card {
        border-radius: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        margin-bottom: 20px;
        overflow: hidden;
    }
    
    .attendance-reports .stat-card {
        padding: 15px;
        border-radius: 10px;
        margin-bottom: 15px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        text-align: center;
    }

    .attendance-reports .stat-card .number {
        font-size: 2rem;
        font-weight: 600;
        margin: 10px 0;
    }

    .attendance-reports .stat-card .label {
        color: #6c757d;
        font-size: 0.9rem;
    }

    .attendance-reports .stat-card .icon {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    .attendance-reports .attendance-table th, .attendance-reports .attendance-table td {
        vertical-align: middle;
    }
    
   .attendance-reports .status-badge {
        padding: 3px 8px;
        border-radius: 12px;
        font-size: 0.8rem;
    }

    .attendance-reports .status-badge.on-time { background-color: #28a745; color: white; font-size: 10px;}
    .attendance-reports .status-badge.late { background-color: #dc3545; color: white; font-size: 10px;}
    .attendance-reports .status-badge.early-departure { background-color: #ffc107; font-size: 10px;}
    .attendance-reports .status-badge.overtime { background-color: #17a2b8; color: white; font-size: 10px;}

    .attendance-reports .calendar-view {
        width: 100%;
        border-collapse: collapse;
    }

    .attendance-reports .calendar-view th, .attendance-reports .calendar-view td {
        border: 1px solid #dee2e6;
        padding: 8px;
        height: 80px;
        width: 14.28%;
    }

    .attendance-reports .calendar-view th {
        background-color: #f8f9fa;
        text-align: center;
        height: auto;
    }

    .attendance-reports .calendar-view .weekend {
        background-color: #f8f9fa;
    }

    .attendance-reports .calendar-day-number {
        font-weight: bold;
        float: right;
    }

    .attendance-reports .calendar-attendance {
        font-size: 0.8rem;
    }

    .attendance-reports .calendar-attendance .time {
        display: block;
        margin-bottom: 2px;
    }
.attendance-reports{
    position: absolute;
    left: 24%;
    top: 16%;
    width: 89%!important;
}
.attendance-reports .nav-item a{
  position: static!important;
    display: inline-block!important;
    padding: 0.5rem 1rem!important;
    margin-right: 0!important;
    font-size: 14px!important;
    border-radius: 0!important;
}
.attendance-reports .btn-cust{
  
    font-size: 10px;
   max-width: 100px;
    border-radius: 4px;
    height: auto;
   max-height: 30px;padding-left: 10px;
 margin-left: 4px;
  
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    color: #000;
    font-size: 14px;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px;
}
nav#sidebar {
    height: calc(100%);
    position: fixed;
    z-index: 99;
    left: 0;
    width: 225px;
    font-size: 13px;
    top: 5.9em;
        background: #00000070!important;
}
a.nav-item {
        position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: 3px;
    /* border: 1px solid rgba(0,0,0,.125); */
    background-color: #0e0e0e4a;
    color: #adb5bd;
    font-weight: 400;
}
.nav-item.active, .nav-item.active:hover{
      color: #fffafa;
        background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgb(77 56 58) 35%, rgb(87 85 81) 56%, rgb(8 0 0) 100%);
}
a.nav-item:hover{
    color: #123e59;
}


 main#view-panel{
  
  width:calc(115% - 200px);
  margin-top: 6.8em;
  padding: .5em;
}
.toast{
  display: none;
  min-width: 20vw
}
.toast.show {
    display: block;
    opacity: 1;
    position: fixed;
    z-index: 99999999;
    margin: 20px;
    right: 0;
    top: 3.5rem;
}
main#main {
    /*margin-top: 8rem;*/
}
main#main.login {
    margin-top: unset;
}
.unselectable {
    z-index: 99;
}
a.jqte_tool_label.unselectable {
    height: auto !important;
    min-width: 4rem !important;
    padding:5px
}
#sidebar .collapse a{
  text-indent: 50px;
}
span.stat-icons {
    position: absolute;
    font-size: 3em;
    bottom: 0;
    color: #0000005c;
}

.btn span.fa {         
  opacity: 0;       
}
.btn.active span.fa {        
  opacity: 1;       
}
.laundry-logo {
    width: 1em;
    height: 1.3em;
    padding: unset;
    margin: unset;
}
.laundry-logo::before{
  content: url(../img/laundry.svg);
}
.justify-content-center {
    justify-content: center !important;
}
.align-items-center {
    align-items: center !important;
}
.align-self-end {
    align-self: flex-end !important;
}
.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: smaller;
    color: #000000cf;
    font-style: italic;
}
hr.divider {
    border-top-color: #007bff;
    max-width: calc(30%);
}
span.select2-selection.select2-selection--single {
    min-height: 2.5rem;
    border-color: #ced4da;
    font-size: unset;
    padding: .3em .2em;
}
span.select2-selection__arrow {
    top: .3rem !important;
  }

.btn-primary, .btn-primary:hover{
 background-color: #dc3545;
    border-color: #ffffff;
    border-radius: 8px;
    width: 167px;
    padding: 9px;
    font-size: 10px;

}
.btn-primary:hover{
    
        color: #fff;
   
    background-color: black!important;
}

.text-center {
  text-align: center !important;
  font-size: 13px !important;
  color: #040404 !important;
    /* background-color: #ff0000d6!important; */

}

.fixed-top {
    position: fixed;
    top: -12px!important;
    right: 0;
    left: 0;
    z-index: 1030;
    background-image: url("https://assets-global.website-files.com/62f22e58deec4e14f80b30d8/62f22e58deec4e06ab0b3134_bg-01.jpg");
}


#google_translate_element {
    padding-top: 3px !important;
    position: absolute !important;
    top: 19px !important;
    right: 37px !important;
}

.goog-te-gadget .goog-te-combo {
    
      color: #141516!important;
    background: #FFF!important;
    border: none!important;

}

table.dataTable.no-footer{
  border: 0 !important;
    text-align: center;
}
table.dataTable thead th, table.dataTable thead td{
      border-bottom: 0px solid #111;
    border: 0;
}
.dropdown-menu{
  left: -90px;
  width: auto;
}
input::placeholder{
  font-family: Poppins, Helvetica, "sans-serif";
  font-size: 15px;
}
.dashcard .card{
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}
.dashcard .card {

}
.circle-primary:before {
    background-color: #123e59;
}
.circle-primary:after {
    background-color: #123e59;
}
.theme-circle{
  overflow: hidden;
}
.theme-circle:before {
    content: "";
    position: absolute;
    top: -30px;
    right: -30px;
    width: 120px;
    height: 120px;
    opacity: 0.5;
    border-radius: 200px;
}
.theme-circle:after {
    content: "";
    position: absolute;
    top: 40px;
    right: -30px;
    width: 80px;
    height: 80px;
    opacity: 0.2;
    border-radius: 200px;
}
.circle-secondary:before, .circle-secondary:after {
    background-color: #f49d2a;
}
.circle-success:before, .circle-success:after {
    background-color: #28a745;
}
.circle-info:before, .circle-info:after {
    background-color: #007bff;
}
.div  {display: none}

.order-table-home{
  padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: 17%;
    width: min-content;
    margin-bottom: 28px;
}


.master-orders-table-home{
    
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: 17%;
  width:90%;
  margin-bottom: 28px;
}

.home_pie_slides{
    
    
}

.containe-fluid-home {
    margin-right: auto;
    margin-bottom: 28px !important;
    font-size: 9px !important;
    margin-left: 0px;
    width: 98% !important;
}
.containe-fluid-home_form{
    margin-right: 423px !important;
    width: 100% !important;
    margin-bottom: 28px !important;
    font-size: 24px !important;
    margin-left: 0 !important;
    width: 100% !important;
    
}

    .ordaer-table {
    
           font-size: 10px!important;
    margin-bottom: 36px!important;
    margin-left: -100px!important;
        width: 108%;
}

table.dataTable tbody th, table.dataTable tbody td {
   padding: 0px 1px !important;
}
.modal-backdrop.show{
    
    opacity: o; 
    display: none;
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
    margin-top: 75px;
}
.card-des{
        height: 93%!important;
}
.card-icon{

    position: absolute;
    left: -61%;
    font-size: 52px;
}
.card-no{
        position: absolute;
    left: 132%;
    top: 18%;
    font-size: 127%;
}

 .product-imag img{
        
  max-width: 123% !important;
  max-height: 63px !important;
  width: 111%;
  height: 140px;


    }
#pay_modal{
        padding-right: 27px;
     padding-top: 16%!important;
    padding-bottom: 198px!important;
}
.request-list{
    
        margin-bottom: 9rem!important
}
.rounded{
  max-width: 98% !important;
  max-height: 71px !important;
  min-width: 76% !important;
  min-height: 71px !important;
}
.request_price{
    background-color: #FFF;
    color: #000;
    font-size: 12px;
    padding: 8px 0px;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 0px;
}
.request_cost{
        font-size: 10px;
}

.dataTables_paginate{
    font-size: 71%!important;
}

label {
  
    font-size: 72%!important;
}
.icon{
    
    font-size: 40px!important;
    margin-right: 10px!important;
}

.container-fluid, .container-lg, .container-md, .container-sm, .container-xl{
       width: auto !important;
    margin-bottom: 32px;
    
}


/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media only screen and (max-device-width: 428px) and (max-device-height: 926px) {
  /* Your styles for iPhone 14 Pro Max here */
    
    .card-responsive {
        
        margin-left:14px!important;
    width: 210%!important;
    font-size: 11px!important;
    padding: 1px!important;
    }
    .track_order .track_img img{

    width: 90%;
    margin-left: 11px;
    margin-top: -74px;

    }
    
    .track_order .order_action_btn {
    margin-bottom: 0px;
    font-size: 5px !important;
    min-width: 96%;
    margin-top: 4px;
}
    
    .report-table img {
    width: 102% !important;
}
    .track_order .col-lg-12{
               width: 92% !important;
        padding-right: 12px !important;
        padding-left: 69px !important;
    }
    
    .track_img h3{
     
    font-size: 36px!important;
    margin-left: 18px!important;
    font-weight: bold!important;
    margin-top: 15px!important;
    }
  
    .container-fluid{
        
        margin-left: -245px!important;
    width: 216%!important;
    font-size: 9px!important;
    padding-left: 12%;
    padding-right: 0%;
}
    
    .product-table{
            margin-left: -245px!important;
    width: 216%!important;
    font-size: 3px!important;
    padding-left: 12%!important;
    padding-right: 0%!important;
        
    }
    
    
    
    .product-table-larg{
            margin-left: -245px!important;
    width: 216%!important;
    font-size: 8px!important;
    padding-left: 12%!important;
    padding-right: 0%!important;
        
    }
    .btn-primary, .btn-primary:hover{
            border-radius: 11px!important;
    width: 88px!important;
    padding: 5px!important;
    font-size: 9px!important;
        
    }
    .main#view-panel{
      margin-left: 181px!important;
    width: calc(113% - 200px)!important;
    margin-top: 6.8em!important;
    padding: 0.5em!important;
    }
    
    .app-main__inner{
            width: 10px!important;
    margin-left: -208px!important;
        
    }
    .app-header .app-header__menu {
    display: none!important;
    order: 3;
}
   
    .modal-body{
        width: 51%;
    margin-left: 65%;
        
    }
  
    .login-card{
        max-height: 448px;
    max-width: 79%;
    }
    
    .ui-theme-settings{
        display: block!important;
        
    }
  

    .ui-theme-settings .theme-settings__inner{
        
           
    width: 311px!important;
    height: 100vh!important;
  
        
    }
    #pay_modal {
     padding-bottom: 245px!important;
    width: 89%;
    margin-left: 26px;
    height: 93%;
}
    
    .app-page-title{
        
            margin-left: 26px!important;
    width: 95%!important;
    }
 
    .card td{
            font-size: 10px;
    }
     .card th{
            font-size: 10px;
    }
    
    main#view-panel {
    margin-left: 228px;
    width: calc(115% - 200px);
    margin-top: 6.8em;
        padding: 0.5em;}
    
    .track_order .clickable-img{
               width: 100%;
        margin-left: 19%;
        margin-top: 0%;
        
    }
    
 
    
     .ordaer-table-home{
      margin-left: -43px !important;
      width: 386% !important;
      font-size: 9px !important;
      padding-left: 12%;
      padding-right: 0%;
}
    
    .ordaer-table{
        
            margin-left: -245px !important;
    width: 386% !important;
    font-size: 9px !important;
    padding-left: 12%;
    padding-right: 0%;
}
    .add-cat-table{
        
      margin-left: -271px !important;
    width: 134% !important;
    font-size: 9px !important;
    padding-left: 12%;
    padding-right: 0%;
}
    
    .logo-respon{
        
        position: relative!important;
    left: 75%!important;
    top: -2px!important;
    }
    .logout_sid{
         display: block !important;
        font-size: 17px !important;
        font-weight: bold !important;
        color: #f8b600 !important;
        width: 49%;
        height: 39px;
        
    }
    .pe-7s-plug:before {
    font-size: 29px !important;
    /* font-weight: bold !important; */
    color: #ffffff;
    position: relative;
    top: 7px;
        padding-right: 4px;}
    
    
    .app-header__logo img{
        display: none!important;
   
    }
    .scrollbar-sidebar img{
        width: 46%!important;
    margin-left: 10%!important;
    }
    
    .user_header{
        display: flex!important;
    }
    
}
