/* start reset */
.mihanpanelpanel .row .col-md-4,
.mihanpanelpanel .row .col-md-8 {
    all: unset;
}

html body .mihanpanelpanel .container-fluid .row .mihanpanel-card {
    margin: 0 !important;
}

/* end reset */

.mihanpanelpanel.mpwrapper {
    border-radius: 24px !important;
}

/* start sidebar */
.mihanpanelpanel .mpsidebar .nav {
    padding: 0 25px !important;
}

.mihanpanelpanel .mp-nav-tabs li.active {
    background-color: #1C1B1B !important;
}

.mihanpanelpanel .mp-nav-tabs li {
    border-radius: 17px !important;
}

.mihanpanelpanel .mp-nav-tabs li:hover {
    background-color: #1C1B1B !important;
}

.mihanpanelpanel .mpsidebar.mp_rtl .nav i {
    float: right !important;
    margin: 0 0 0 15px !important;
}

.mihanpanelpanel .mpsidebar .avatar-section {
    display: flex;
    margin-top: 40px;
    padding: 10px 25px;
    gap: 20px;
    align-items: end;
}

.mihanpanelpanel .mpsidebar .avatar-section .avatar-section-image {
    display: flex;
}

.mihanpanelpanel .mpsidebar .avatar-section .avatar-section-image img {
    border-radius: 50%;
}

.mihanpanelpanel .mpsidebar .avatar-section .user-data-wrapper {

    color: white;
    display: flex;
    flex-direction: column;
}

.mihanpanelpanel .mpsidebar .avatar-section .user-data-wrapper .display-name {
    font-size: 23px;
    font-weight: 500;
}

.mihanpanelpanel .mpsidebar .avatar-section .user-data-wrapper .role-name {
    font-weight: 100;
}

.mihanpanelpanel .mpsidebar .mpsidebar-wrapper {
    margin-top: 40px;
}

/* end sidebar */

/* start content */
html body .mihanpanelpanel .back-to-sitehome,
.mihanpanelpanel .main-panel.mwtabb>.navbar {
    position: relative;
}

html body .mihanpanelpanel .back-to-sitehome {
    color: #595959 !important;
}

html body .mihanpanelpanel .container-fluid .row {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

html body .mihanpanelpanel .container-fluid .row .col-md-8 {
    order: 999;
    grid-row: 1 / span 2;
    grid-column: -1;
    display: flex;
}

.mihanpanel-card [data-background-color=orange],
.mihanpanel-card [data-background-color="pink"],
.mihanpanel-card [data-background-color=blue],
.mihanpanel-card [data-background-color=green],
.mihanpanel-card [data-background-color=red],
.mihanpanel-card [data-background-color=purple] {
    box-shadow: none !important;
}

.mihanpanel-card [data-background-color=orange] {
    background: linear-gradient(215.33deg, #FFC7B3 13.86%, #FF9E80 129.63%) !important;
}

.mihanpanel-card [data-background-color="pink"] {
    background: linear-gradient(215.33deg, #E5C8FF 13.86%, #BB8AE5 129.63%) !important;
}

.mihanpanel-card [data-background-color=blue] {
    background: linear-gradient(215.33deg, #A9E9F4 13.86%, #7FD3E1 129.63%) !important;
}

.mihanpanel-card [data-background-color=green] {
    background: linear-gradient(215.33deg, #9EF0D1 13.86%, #72DDBA 129.63%) !important;
}




html body .mihanpanelpanel .container-fluid .row .off-code-widget .mihanpanel-card {
    padding: 60px 15px;
    position: relative;
    overflow: hidden;
}

html body .mihanpanelpanel .container-fluid .row .off-code-widget .mihanpanel-card::after {
    content: '';
    background: linear-gradient(188deg, #86F3A2 -3.45%, rgba(255, 255, 255, 0) 79.22%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
}

html body .mihanpanelpanel .container-fluid .row .off-code-widget .mihanpanel-card .mihanpanel-card-header,
html body .mihanpanelpanel .container-fluid .row .off-code-widget .mihanpanel-card .mihanpanel-card-content,
html body .mihanpanelpanel .container-fluid .row .off-code-widget .mihanpanel-card .off-code-wrapper {
    position: relative;
    z-index: 10;
}

html body .mihanpanelpanel .container-fluid .row .off-code-widget .mihanpanel-card .mihanpanel-card-header {
    width: 52px;
    height: 52px;
    padding: 10px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 24px !important;
    margin: 0 auto !important;
    background: linear-gradient(215.33deg, #85F39E 13.86%, #89E0D8 129.63%) !important;
}

html body .mihanpanelpanel .container-fluid .row .off-code-widget .mihanpanel-card .mihanpanel-card-content {
    margin-top: 40px;
}

html body .mihanpanelpanel .container-fluid .row .off-code-widget .mihanpanel-card .off-code-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 20px auto;
}

html body .mihanpanelpanel .container-fluid .row .off-code-widget .mihanpanel-card .off-code-wrapper .off-code-text {
    border: 1px dashed #D9D9D9;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 20px;
    transition: all 0.3s;
    cursor: pointer;
}

html body .mihanpanelpanel .news-box .post-items-wrapper {
    grid-template-columns: repeat(3, 1fr) !important;
}

html body .mihanpanelpanel .news-box .post-item {
    box-shadow: none !important;
    border: 1px solid #EDEDED;
}

html body .mihanpanelpanel .news-box .post-item header {
    padding: 15px 5px !important;
}

html body .mihanpanelpanel .news-box .post-item header .post-date {
    font-size: 0.8rem;
    color: #888;
}

html body .mihanpanelpanel .products-widget-box .post-items-wrapper .post-item .pr-item-body
{
    padding: 15px 5px !important;
}
html body .mihanpanelpanel .products-widget-box .post-items-wrapper .post-item .pr-item-body .woocommerce-Price-amount.amount
{
    font-size: 1rem !important;
}
html body .mihanpanelpanel .products-widget-box .post-items-wrapper .post-item .pr-item-body .show-more-btn
{
    font-size: 0.8rem;
    padding: 10px 5px !important;
    color: #fff !important;
    background-color: #000 !important;
}


/* end content */







.mihanpanelpanel .main-panel.mwtabb>div {
    position: relative;
}


html body .mihanpanelpanel .nocss .mihanpanel-card,
html body .mihanpanelpanel .nocss .mihanpanel-card .mihanpanel-card-header {
    border-radius: 14px !important;
}

html body .mihanpanelpanel .nocss .mihanpanel-card {
    padding: 15px;
    box-sizing: border-box;
}

html body .mihanpanelpanel .nocss .mihanpanel-card .mihanpanel-card-header {
    margin: 0 !important;
}

html body .mihanpanelpanel .nocss .mihanpanel-card .mihanpanel-card-content {
    padding: 0 15px !important;
    margin-top: 15px;
    display: flex !important;
    flex-direction: column;
    align-items: start;
}

html body .mihanpanelpanel .nocss .mihanpanel-card .mihanpanel-card-content h3 {
    padding: 0 !important;
}

html body .mihanpanelpanel .alert {
    position: relative;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    html body .mihanpanelpanel .container-fluid .row {
        display: flex !important;
        align-items: center;
        flex-direction: column;
        gap: 20px;
    }

    html body .mihanpanelpanel .container-fluid .row .col-md-8 {
        order: 0;
        grid-row: 0;
        grid-column: 0;
    }

    html body .mihanpanelpanel .container-fluid .row .col-md-4 {
        order: 0;
        grid-row: 0;
        grid-column: 0;
    }

    html body .mihanpanelpanel .news-box .post-items-wrapper
    {
        grid-template-columns: 1fr !important;
    }
}
@media only screen and (min-width: 901px) {
    .mihanpanelpanel .main-panel.mwtabb {
        padding: 60px 20px !important;
        background-color: #2b2f3e;
        position: relative;
    }

    .mihanpanelpanel .main-panel.mwtabb::before {
        content: '';
        width: 98%;
        height: 97%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: white;
        border-radius: 22px;
        pointer-events: none;
    }

    .mihanpanelpanel.mp_wrapper_rtl .main-panel.mwtabb::before {
        content: '';
        right: 0;
    }

    .mihanpanelpanel.mp_wrapper_ltr .main-panel.mwtabb::before {
        left: 0;
    }
}