.dash-page-wrapper .navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 15px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.dash-page-wrapper .navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}
.dash-page-wrapper {
    background-color: #f8fbff;
}
.dash-page-wrapper {
    position: relative;
}
.dash-page-wrapper:before {
    content: "";
    position: fixed;
    top: -400px;
    left: -100px;
    content: "";
    height: 800px;
    width: 600px;
    background-color: #f0f7ff;
    transform: rotate(50deg);
    border-radius: 20px;
    z-index: -1;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
    width: 300px;
    position: fixed;
    left: 0;
    height: 100vh;
    z-index: 999;
    color: #fff;
    transition: all 0.3s;
    padding: 0 0 30px 30px;
    top: 0;
}
.brand-logo {
    min-height: 100px;
}
#sidebar .sidebar-nav {
    background-color: #fff;
    overflow: hidden;
    padding: 24px;
    height: calc(100vh - 150px);
    box-shadow: 0 9px 17.5px rgb(113 113 134 / 7%);
    border-radius: 10px;
    margin-top: 15px;
}
#sidebar.active {
    margin-left: -300px;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}
#sidebar ul li {
    padding: 0 !important;
}
#sidebar ul li a,
#mobile-menu ul li a{
    margin-bottom: 16px;
    padding: 11px 15px;
    border-radius: 8px;
    font-size: 1rem;
    line-height: 25px !important;
    display: block;
    color: #767889;
}

#sidebar ul li a:hover {
    color: #767889;
    background-color: #F1F7FB;
}

#sidebar ul li.is-active>a{
    color: #fff;
    background: #3772ff;
}

a[data-toggle="collapse"] {
    position: relative;
}

#sidebar ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

#mobile-menu {
    width: 300px;
    position: fixed;
    top: 0;
    left: -300px;
    height: 100vh;
    z-index: 999;
    background: #fff;
    color: #767889;
    transition: all 0.3s;
    overflow-y: scroll;
    padding: 20px;
}

#mobile-menu.active {
    left: 0;
}
#dismiss {
    color: #767889;
    padding-right: 30px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#mobile-menu ul p {
    color: #fff;
    padding: 10px;
}

#mobile-menu ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#mobile-menu ul li.active>a{
    color: #fff;
    background: #6d7fcc;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

.body-wrapper {
    width: calc(100% - 300px);
    padding: 0 40px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}
.body-wrapper .navbar{
    min-height: 100px;
    padding: 0;
    background: transparent;
    box-shadow: none;
}
.body-wrapper.active {
    width: 100%;
}
.dash-card{
  border-radius: 10px;
  box-shadow: 0 9px 17.5px rgb(113 113 134 / 7%);
}
.dash-card-header{
    padding: 26px;
    border-bottom: 1px solid #e2e7ee;
    background: unset;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.dash-card-body{
  padding: 26px;
}
.dashboard-title:before {
  position: absolute;
  top: -2px;
  left: -26px;
  content: '';
  background: #3772ff;
  width: 3px;
  height: 33px;
}
.user-dropdown .dropdown-menu{
  border: none;  
  border-radius: 10px;
  box-shadow: 0 9px 17.5px rgb(113 113 134 / 7%);
}

.my-product-listing .my-product-img{
    border-radius: 10px;
}
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover{
    background-color: #3772ff;
}
.woocommerce .order-again a.button,
.woocommerce table.shop_table td.woocommerce-orders-table__cell-order-actions .button.view{
    background-color: #3772ff;
    color: #fff;
    font-family: 'Circular';
}
.woocommerce table.shop_table td.woocommerce-orders-table__cell-order-actions .button.invoice{
    background-color: #6c757d;
    color: #fff;
    margin-left: 15px;
}   
.woocommerce-order-downloads__title,
.woocommerce-order-details__title,
.woocommerce-column--shipping-address h2,
.woocommerce-column--billing-address h2{
    margin-bottom: 16px;
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 375px) {     
    .user-pro-name{
        display: none;
    }
}

@media (max-width: 767px) {
    .review-modal-btn {
        width: 100%;
    }
}
@media (max-width: 991px) {
    .body-wrapper {
        padding: 0;
    }
    #sidebar {
        margin-left: -300px;
        background: #fff;
        box-shadow: 0 9px 17.5px rgb(113 113 134 / 7%);
    }
    #sidebar.active {
        margin-left: 0;
    }
    .body-wrapper {
        width: 100% !important;
    }
    .body-wrapper.active {
        width: calc(100% - 300px);
    }
    #sidebarCollapse span {
        display: none;
    }

    #sidebar .sidebar-nav{
        box-shadow: unset;
        padding-left: 0;
    }
}
@media (min-width: 769px) {
    .mobile-logo{
        display: none !important;
    }
}
@media (min-width: 991px) {
    #sidebarCollapse{
        margin-left: unset !important;
    }
    .user-profile{
        margin-left: auto !important;
    }
}