.page-wrapper .page-body-wrapper .page-header .row h3 {
    font-family: gotham;
}

#save-btn {
    margin: 10px 0 0px 0 !important;
}

footer {
    padding: 5px !important;
}

.form-control {
    font-size: 14px !important;
}

.page-wrapper .page-body-wrapper .page-sidebar.open {
    z-index: 999;
}

.pointer {
    cursor: pointer;
}

.readonly {
    background-color: #d9d9d9 !important;
}

::selection {
    color: #fff !important;
    height: 35px !important;
}

.center {
    text-align: center !important;
}

.left {
    text-align: left !important;
}

.right {
    text-align: right !important;
}

.hidden {
    display: none;
}

.danger {
    color: #ff0000;
}

.field-label {
    font-weight: 500;
    font-size: 12px;
    color: #ccc;
    margin-bottom: 2px;
}

.input-field {
    margin: 0 10px;
}

select {
    line-height: 1.3 !important;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
    height: 35px !important;
}

.ele-bottom-border {
    margin: unset;
    border-top: 1px dashed #000;
    margin: 10px 0px;
    background-color: #ccc0;
}


/* Mobile devices */
@media (min-width: 320px) and (max-width: 480px) {

    .data-tbl,
    .orders-tbl,
    .inventory-variants-tbl {
        width: 500% !important;
    }

    /* .inventory-variants-tbl {
        width: 500% !important
    } */
}

/* iPads, Tablets */
@media (min-width: 481px) and (max-width: 768px) {

    .data-tbl,
    .orders-tbl,
    .inventory-variants-tbl {
        width: 350% !important;
    }

    /* .inventory-variants-tbl {
        width: 350% !important
    } */
}

/* Small screens, laptops */
@media (min-width: 769px) and (max-width: 1024px) {
    .data-tbl,
    .orders-tbl,
    .inventory-variants-tbl {
        width: 350% !important;
    }
}

/* Desktops, large screens */
@media (min-width: 1025px) and (max-width: 1200px) {
    .data-tbl,
    .orders-tbl,
    .inventory-variants-tbl {
        width: 250% !important;
    }
}

/* Extra large screens, TV */
@media (min-width: 1201px) {
    .data-tbl {
        width: 100% !important;
    }

    .inventory-variants-tbl {
        width: 100% !important
    }
}

.data-tbl {
    width: 100%;
}

.searcharea {
    margin: 0px;
}

.data-tbl-area {
    margin: 10px 0px 0 0;
    overflow-x: scroll !important;
}

.searchbox,
.filtericon {
    padding: 0px;
}

#filters {
    background-color: #00baf2;
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    justify-content: space-evenly;
    text-align: center;
    font-size: 30px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.data-tbl tr th {
    background-color: #a6a6a6;
    color: #fff;
    font-size: 14px;
    padding: 5px;
    text-align: center;
    border: 1px dotted #fff;
    letter-spacing: 0.025em;
}

.data-tbl tr td {
    font-size: 12px;
    padding: 5px 10px;
    border: 1px dotted #ccc;
    font-weight: bold;
}

.baseProductData {
    font-size: 14px;
    font-weight: bold;
}

.baseProductData div {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.bp-icon {
    width: 10%;
    max-width: 10%;
    min-width: 10%;
    text-align: center;
}

.bp-name {
    width: 30%;
    max-width: 30%;
    min-width: 30%;
}

.bp-category {
    width: 25%;
    max-width: 25%;
    min-width: 25%;
}

.bp-price {
    width: 10%;
    max-width: 10%;
    min-width: 10%;
    text-align: center;
}

.bp-visibility {
    width: 17%;
    max-width: 17%;
    min-width: 17%;
    text-align: center;
}

.bp-actions {
    width: 3%;
    max-width: 3%;
    min-width: 3%;
    text-align: center;
}

.data-tbl-div {
    width: 100% !important;
    padding: 0px !important;
}

/* RATING STARS START */
@charset "UTF-8";

:root {
    --star-size: 20px;
    --star-color: #ccc;
    --star-background: #fc0;
}

.Stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: var(--star-size);
    font-family: Times;
    line-height: 1;
}

.Stars::before {
    content: "★★★★★";
    letter-spacing: 3px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* RATING STARS END */

.save-btn-partition {
    border-top: 1px dashed #000;
    margin: 10px 0px;
    background-color: #ccc0;
    margin-top: 35px;
}

.checkbox_animated:after {
    border: 2px solid #426da9 !important;
}