.user-editor.post-type-page .select-lang,
.user-editor.post-type-page .table-heading-languages,
.user-editor.post-type-page .table-langs,
.user-editor.post-type-page .table-langs-edit,
.user-editor.post-type-page .language-panel {
    display: none;
}
.all-page-photos {
    height: 165px;
}
.post-slug,
.alert-success a,
.view-page {
    display: none;
}
.admin-content-editor {
    display: none;
}


/* Admin element */
.admin-elements {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0 -10px;
}
.admin-elements .admin-element {
    padding: 0 10px;
}



/* All */
.product-image img {
    height: 60px;
    width: auto;
    object-fit: contain;
}


/* Order form */
.site-form {
    width: 500px;
    max-width: 100%;
    margin-top: 30px;
}
.site-form select, 
.site-form input[type=text] {
    width: 100%;
}
.default-product {
    display: none;
}
.default-product-blocks {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -5px 10px;
    position: relative;
}
.dp-block {
    padding: 0 5px;
}
.dp-name,
.dp-refund-name {
    width: 200px;
}
.dp-quantity,
.dp-price,
.dp-base-price,
.dp-refund-quantity,
.dp-refund-broken,
.dp-refund-useless {
    width: 100px;
}
.sale-form .dp-advanced input {
    display: none;
}
.default-product-info:not(:empty) {
    padding: 10px 10px 0;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
}
.default-product-info > div {
    margin-right: 10px;
}
.searchBoxElement div {
    display: none;
}
.admin-element .delete-product i {
    position: absolute;
    top: 0;
    right: -15px;
    background: red;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 0;
    cursor: pointer;
}
.admin-element .refineText {
    width: 100%!important;
}
.full-pay-checkbox {
    padding-top: 15px;
}
.full-pay-checkbox label {
    font-weight: 600!important;
}
.admin-element label span {
    color: red;
    font-size: 16px;
    line-height: 0;
    padding-left: 5px;
}
.form-result {
    margin-top: 20px;
    line-height: 1.6;
}
.total-price {
    font-weight: 600;
    font-size: 26px;
    text-align: right;
    line-height: 0;
    margin-bottom: 10px;
    margin-top: 30px;
}


/* Order table */
.site-table th {
    font-weight: 600!important;
}
.tr-order-products table {
    border-collapse: collapse;
}
.tr-order-products, 
.tr-order-products th, 
.tr-order-products td {
    background: #ddd !important;
}
.tr-order-products table th,
.tr-order-products table td {
    padding: 10px 30px 10px 0!important;
    border-bottom: 1px solid #999;
}



/* Action buttons */
.action-buttons {
    display: flex;
}
.action-button {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4d4da3;
    color: white!important;
    margin-right: 5px;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    position: relative;
}
.action-delete-button {
    background: #d33434;
}
.action-logs-button {
    background: #888988;
}
.action-view-button {
    background: #b2b63f;
}
.action-print-button {
    background: #647e64;
}
.action-badge {
    width: 15px;
    height: 15px;
    background: #8aff00;
    color: black;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    right: -4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 600;
}



/* Order filters */
.site-filters {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin: 20px -5px -10px;
}
.site-filter {
    padding: 0 5px 10px;
}
.site-filter select,
.refineText {
    width: 184px!important;
}
.searchBoxElement span {
    padding: 5px;
    font-size: 13px;
    line-height: 1.2;
    display: block;
    border-bottom: 1px solid #ccc;
}
.searchBoxElement li:last-child span {
    border-bottom: 0;
}


/* Debt */
.get-customer-report {
    color: #0042ba;
    font-weight: 600;
    cursor: pointer;
    display: table;
}
.tr-customer-view {
    background: #dddddd;
}



/* Report */
.info-blocks {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.info-block.info-block-1 {
    order: 2;
    margin-top: 20px;
}
.info-block.info-block-2 {
    order: 1;
}



/* Refund */
.refund-data-form {
    width: 650px;
}
.refund-quantity, .refund-broken, .refund-useless {
    width: 100px;
    text-align: center;
}



/* Inventory */
.inventory-blocks {
    display: flex;
    margin: 0 -15px;
}
.inventory-block {
    width: 50%;
    padding: 0 15px;
}
.get-product-table td {
    vertical-align: middle !important;
}
.add-inventory-area .admin-form-submit {
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
}



/* Daily stats */
.daily-kassa-stat {
    margin-bottom: 30px;
}
.daily-stats {
    display: flex;
}
.daily-stat {
    width: 200px;
}
.daily-stat-number {
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 5px;
    white-space: nowrap;
}
.daily-amount {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
    margin: -3px 0;
    font-weight: 600;
    font-size: 15px;
}
.exclude-amount {
    background: #feb2b2;
}
.include-amount {
    background: #86fcb7;
}



/* Columns */
.column-article {
    white-space: nowrap;
}
.column-stock > div {
    white-space: nowrap;
}



/* Button */
button.deactive {
    pointer-events: none;
}