html[data-sidebar-size="sm"] .page-content {
    padding: calc(70px + 35px + 1.5rem) calc(1.5rem * 0.5) 60px calc(12.5rem * 0.5);
}

.categrory-widgets{
    height: 95%;
}

.categrory-widgets .read-more-btn{
    position: absolute;
    bottom: 20px;
}


[data-layout=vertical] [data-sidebar-size=sm] .navbar-menu .navbar-nav
.nav-item:hover>a.menu-link span {
display: inline-block;
padding-left: 25px;
}

.navbar-header .topbar-user .dropdown-menu.show {
    top: 56px !important;
    right: 0px;
}

.form-control::placeholder{
    color: #aaaaaa !important;
}

@media only screen and (max-width: 600px) {
    .page-content {
        padding: calc(70px + 35px + 1.5rem) calc(1.5rem * 0.5) 60px calc(1.5rem * 0.5);
    }
    html[data-sidebar-size="sm"] .page-content {
        padding: calc(70px + 35px + 1.5rem) calc(1.5rem * 0.5) 60px calc(1.5rem * 0.5);
    }
    .custom-permalink{
        width: 100%;
    }
    #reportModal{
        top: 270px;
    }
    #reportModal .modal-body{
        height: 500px;
    }
    .area-group-btns .btn{
        border-radius: 0px !important;
        width: 100px;
    }
    .navbar-header .dropdown .dropdown-menu {
        width: 13rem !important;
    }
    .login-column{
        min-height: 45vh !important;
    }
  }

  .btn:focus {
    box-shadow: none !important;
}

.btn-info:focus{
    background-color: #1ea6d3 !important;
    border-color: #1ea6d3 !important;
    color: white !important;
}

.btn-danger:focus{
    background-color: #ef476f !important;
    border-color: #ef476f !important;
    color: white !important;
}

.btn-secondary:focus{
    background-color: #7c6bff !important;
    border-color: #7c6bff !important;
    color: white !important;
}

.btn-success:focus{
    background-color: #06d6a0 !important;
    border-color: #06d6a0 !important;
    color: white !important;
}

.btn-primary:focus{
    background-color: #4b93ff !important;
    border-color: #4b93ff !important;
    color: white !important;
}

.btn-warning:focus{
    background-color: #f1be46 !important;
    border-color: #f1be46 !important;
    color: white !important;
}

.btn-soft-primary:focus{
    box-shadow: none !important;
}

.btn-soft-secondary:focus{
    box-shadow: none !important;
}

.form-control[readonly], .page-item.disabled .page-link{
    background-color: transparent !important;
}

.form-control[disabled]{
    background-color: transparent !important;
}

html[data-bs-theme="dark"] #line_chart_datalabel rect{
    fill: none !important;
}

.dashboard-manage-products{
    opacity: .5;
}

html[data-bs-theme="dark"] .dashboard-manage-products{
    opacity: .2;
}

html[data-bs-theme="dark"] .page-content{
    background-color: #132846 !important;
}

html[data-bs-theme="dark"] .breadcrumb-item.active{
    color: #bbb9b9;
}

html[data-bs-theme="dark"]{
    background-color: #132846 !important;
}

html[data-bs-theme="dark"] #toggle-password{
    color: #fff !important;
}

#data_Table_length label {
    text-transform: capitalize !important;
}





html[data-bs-theme="dark"] .membership-widget{
    background-color: transparent !important;
}
/* Dark Theme */
.logo-light {
    display: none !important;
}

.logo-dark {
    display: block !important;
}

/* Dark Theme */
html[data-bs-theme="dark"] .logo-light {
    display: block !important;
}

html[data-bs-theme="dark"] .logo-dark {
    display: none !important;
}