
/* START: ADMIN DASHBOARD QUICK ACCESS UI  */
.quick-access-menu {
    padding: 0 10px;
}

.quick-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e9ecef;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 150px;
}

.quick-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    border-color: #dbeafe;
}

.quick-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    flex-shrink: 0;
}

.quick-text {
    font-size: 14px;
    font-weight: 600;
    color: #111827;
}

@media (max-width: 991px) {
    .quick-link {
        min-width: auto;
        padding: 8px 10px;
    }

    .quick-text {
        display: none;
    }
}
/* END: ADMIN DASHBOARD QUICK ACCESS UI  */

/* START: ADD MEDICINE QUICK ACCESS UI  */
.card,
.accordion,
.accordion-item{
    overflow: visible !important;
}
/* END: ADD MEDICINE QUICK ACCESS UI  */

/* START: Home Page UI Design  */
 :root {
    --primary-color: #4c7128!important;
    --primary-rgb: 76, 113, 40!important;
}
.search-wrapper {
    position: relative;
    width: 280px;
}

.search-input:focus {
    border-color: var(--primary-color)!important;
    box-shadow: 0 0 0 4px rgba(var(--primary-color), .20)!important;
}
.search-btn {
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border: 1px solid rgba(var(--primary-color), .35);
    border-radius: 50%;
    background: var(--primary-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    cursor: pointer;
}
.search-btn:hover {
    transform: translateY(-50%) scale(1.08)!important;
    box-shadow: 0 4px 12px rgba(var(--primary-color), .35)!important;
}
.search-btn i {
    font-size: 18px;
}
.header .top-nav-search form .form-control {
    background-color: rgba(var(--primary-rgb), 0.08);
    border: 1px solid rgba(var(--primary-rgb), 0.18);
    color: #333;
    transition: all .3s ease;
}
.header .top-nav-search form .form-control:focus {
    background-color: #fff;
    border-color: rgba(var(--primary-rgb), 0.55);
    box-shadow: 0 0 0 4px rgba(var(--primary-rgb), 0.15);
    outline: none;
}
.category-scroll::-webkit-scrollbar{
    display:none;
}
.cat-circle{
    width:70px;
    height:70px;
    border-radius:50%;
    background:#fff;
    border:1px solid #eee;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 3px 10px rgba(0,0,0,0.05);
}
.cat-circle img{
    width:35px;
}
.cat-item small{
    display:block;
    margin-top:6px;
    font-size:12px;
}
.product-card{
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 3px 10px rgba(0,0,0,0.06);
    transition:0.3s;
}
.product-card:hover{
    transform:translateY(-3px);
}
.product-img{
    position:relative;
}
.product-img img{
    width:100%;
    height:180px;
    object-fit:cover;
}
.discount{
    position:absolute;
    top:10px;
    left:10px;
    background:red;
    color:#fff;
    font-size:11px;
    padding:3px 8px;
    border-radius:4px;
}
.product-body{
    padding:10px;
}
.product-body h6{
    margin:0;
    font-size:14px;
}
.product-body p{
    font-size:12px;
    color:#777;
    margin:2px 0 8px;
}
.price-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.price-row button{
    background:var(--primary-color);
    border:none;
    color:#fff;
    padding:4px 10px;
    border-radius:6px;
    font-size:12px;
}
.category-scroll::-webkit-scrollbar {
    height: 6px;
}
.category-scroll::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.1);
    border-radius: 10px;
}
.category-card {
    width: 140px;
    padding: 20px 15px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    cursor: pointer;
}
.category-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.12);
}
.category-icon {
    width: 90px;
    height: 90px;
    margin: auto;
    border-radius: 50%;
    background: linear-gradient(135deg, #fe9f43, #ffcc70);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.category-icon img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}
/* End: Home Page UI Design  */

/* Start: Home Page Menu Design  */
.menu-navbar {
    font-size: 14px!important;
}

.menu-navbar:hover {
    color: #4c7128!important;
}
/* End: Home Page Menu Design  */

/* Start: Login UI Menu Design  */
.login-ui {
    color: #4c7128!important; 
    font-weight: bold!important; 
    font-size: 16px!important; 
}
/* End: Login UI Menu Design  */
div#global-loader .whirly-loader:not(:required) {
    box-shadow:
    0 26px 0 6px #4c7128,
    0.90971px 26.05079px 0 5.93333px #4c7128,
    1.82297px 26.06967px 0 5.86667px #4c7128;
}

.text-primary{
     color: #4c7128!important; 
     font-weight: bold!important; 
}

.change-primary{
    background: #4c7128!important; 
    color: #fff!important; 
}

.my-outline {
    color: #4c7128 !important;
    border: 1px solid #4c7128 !important;
    background-color: transparent;
}

.my-outline:hover {
    color: #fff !important;
    background-color: #4c7128 !important;
    border-color: #4c7128 !important;
}

.read-more:hover {
    color: #4c7128 !important;

}

/* Start: Sidebar Right Design Change  */

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f8f9fa;
}

::-webkit-scrollbar-thumb {
    background: #4c7128;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #e67b91;
}

html {
    scrollbar-color: #4c7128 #f8f9fa;
    scrollbar-width: thin;
}
/* End: Sidebar Right Design Change  */

/* Start: User Dashboard Design Change  */
.nav-pills .nav-link {
    color: #555;
    border-radius: 50px;
    padding: 10px 20px;
}

.nav-pills .nav-link.active {
    background: #4c7128;
}

.card {
    border-radius: 15px;
}
/* End: User Dashboard Design Change  */
.bg-primary {
    background: #4c7128!important;
}

#toggle_btn {
    background: #4c7128!important;
}

.sidebar .sidebar-menu > ul > li.submenu-open ul > li.active a span, .sidebar .sidebar-menu > ul > li.submenu-open ul > li.active a i, .settings-sidebar .sidebar-menu > ul > li.submenu-open ul > li.active a span, .settings-sidebar .sidebar-menu > ul > li.submenu-open ul > li.active a i {
    color: #4c7128!important;
}

.dataTables_paginate .pagination li.active a.page-link
 {
    background: #4c7128!important;
    border-color: #4c7128!important;
 }

 .paginate_button:hover, .page-item:hover, .page-link:hover
 {
    background: #4c7128!important;
    border-color: #4c7128!important;
 }

 /* Start: Create Product Design Change  */
 .image-upload-wrapper{
    border:2px dashed #d8dce6;
    border-radius:16px;
    min-height:280px;
    cursor:pointer;
    position:relative;
    overflow:hidden;
    background:#fafbfc;
    transition:.3s ease;
    display:flex;
    align-items:center;
    justify-content:center;
}

.image-upload-wrapper:hover{
    border-color:#4c7128;
    background:#f8f7ff;
}

.upload-content{
    text-align:center;
    padding:30px;
}

.upload-icon{
    font-size:70px;
    color:#4c7128;
    margin-bottom:15px;
}

#imagePreviewWrapper{
    width:100%;
    position:relative;
}

#imagePreview{
    width:100%;
    max-height:320px;
    object-fit:contain;
    padding:10px;
}

#removeImageBtn{
    position:absolute;
    top:10px;
    right:10px;
    width:42px;
    height:42px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}
 /* End: Create Product Design Change  */

 /* Bulk Delete Checkbox Design UI  */
 .checkboxs input:checked ~ .checkmarks {
    background-color: #4c7128!important;
    border-color: #4c7128!important;
}

/* Why Choose Dynamic Design css  */
.why-choose-item {
    margin-bottom: 30px;
}

.why-choose-item h1,
.why-choose-item h2,
.why-choose-item h3,
.why-choose-item h4,
.why-choose-item h5,
.why-choose-item h6 {
    font-weight: 700;
    margin-bottom: 10px;
}

.why-choose-item p {
    color: #6c757d;
    margin-bottom: 0;
    line-height: 1.7;
}

.why-choose-item img {
    max-width: 100%;
    height: auto;
}