.dokan-dashboard {

    ul {
        padding: 0;
    }

    &.botiga-page-builder-mode {
        .entry-content > * {
            max-width: 100%;
        }
    }

    // Titles
    header.dokan-dashboard-header,
    .edit-account-wrap {
        h1 {
            font-size: 2rem;
        }
    }

    // Navigation Sidebar
    .dokan-dash-sidebar {
        ul.dokan-dashboard-menu {
            li {
                padding-bottom: 0;
                &.active {
                    &:after {
                        left: auto;
                        right: 0;
                    }
                }
            }
        }
    }

    // Content
    .dokan-dashboard-content {
        padding: 25px 25px 15px 25px;
    }

    // Chart
    .chart-placeholder {
        .legend {
            > div {
                display: none;
            }
            > table {
                max-width: 170px;
                background-color: rgba(255, 255, 255, 0.85);
            }
        }
    }

    // Big Counter
    .big-counter {
        padding: 10px !important;
        > ul {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 15px;
            > li {
                padding: 30px 0;
                background-color: #f7f7f7;
                border: 1px solid #e6e6e6;
                .count {
                    border: none !important;
                }
            }
        }
    }

    // Products
    .edit-slug {
        padding: 1px 5px;
        border-radius: 4px;
        margin-left: 10px;
        font-size: 10px;
    }

    .add-product-images {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .dokan-new-product-featured-img {
        .instruction-inside {
            padding: 100px 0;
        }
    }

    input[name="dokan_update_product"] {
        padding: 10px 20px !important;
        font-size: 1rem;
        letter-spacing: 0.5px;
    }

    .mfp-close {
        padding: 0;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.7rem;
        &:hover {
            color: #f5f5f5;
        }
    }

    // Orders
    .dokan-orders-area {
        > a {
            margin-bottom: 15px;
        }
    }

    .dokan-table {
        text-align: left;
        th.item {
            width: 40%; 
        }
        th.quantity {
            display: table-cell;
            width: 20%;
            border: none;
        }
        th.line_cost {
            width: 40%;
        }
    }

    // Media Uploader
    .media-modal {
        .media-modal-close {
            top: 10px;
            right: 10px;
            width: 30px;
            height: 30px;
            padding: 5px !important;
            &:hover {
                color: #f5f5f5;
            }
        }
        .delete-attachment, 
        .trash-attachment, 
        .untrash-attachment {
            letter-spacing: 0.5px;
            font-size: 10px;
            padding: 0 !important;
        }
        .copy-attachment-url,
        .media-button-select,
        .button-hero {
            letter-spacing: 0.5px;
        }
        .button-hero {
            padding: 10px 20px !important;
            line-height: 1;
        }
        .media-frame-title {
            h1 {
                font-size: 1.4rem;
            }
        }
        .media-frame-router {
            top: 59px;
        }
        .media-router .media-menu-item {
            color: #212121 !important;
            letter-spacing: 0.5px;
        }
        .attachment-filters {
            min-width: 130px;
        }
    }

}