/*!
 * Theme Name: Default
 * Package : DashLite
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version	 :	1.0.0
 * Updated	 :	07.23.2020
**/

.form-control-trix {
    color: #3c4d62;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dbdfea;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control-trix:focus {
    color: #3c4d62;
    background-color: #fff;
    border-color: #854fff;
    outline: 0;
    box-shadow: 0 0 0 3px rgb(133 79 255 / 10%);
}

.trix-button-group--file-tools {
    display: none !important;
}

trix-toolbar .trix-button--icon-justify-left::before {
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2C5H21a1%2C1%2C0%2C0%2C0%2C0-2H3A1%2C1%2C0%2C0%2C0%2C3%2C5ZM15%2C19H3a1%2C1%2C0%2C0%2C0%2C0%2C2H15a1%2C1%2C0%2C0%2C0%2C0-2Zm6-8H3a1%2C1%2C0%2C0%2C0%2C0%2C2H21a1%2C1%2C0%2C0%2C0%2C0-2Zm0-4H3A1%2C1%2C0%2C0%2C0%2C3%2C9H21a1%2C1%2C0%2C0%2C0%2C0-2Zm0%2C8H3a1%2C1%2C0%2C0%2C0%2C0%2C2H21a1%2C1%2C0%2C0%2C0%2C0-2Z%22/%3E%3C/svg%3E)
}

trix-toolbar .trix-button--icon-justify-center::before {
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M21%2C15H3a1%2C1%2C0%2C0%2C0%2C0%2C2H21a1%2C1%2C0%2C0%2C0%2C0-2ZM3%2C5H21a1%2C1%2C0%2C0%2C0%2C0-2H3A1%2C1%2C0%2C0%2C0%2C3%2C5ZM17%2C19H7a1%2C1%2C0%2C0%2C0%2C0%2C2H17a1%2C1%2C0%2C0%2C0%2C0-2ZM21%2C7H3A1%2C1%2C0%2C0%2C0%2C3%2C9H21a1%2C1%2C0%2C0%2C0%2C0-2Zm0%2C4H3a1%2C1%2C0%2C0%2C0%2C0%2C2H21a1%2C1%2C0%2C0%2C0%2C0-2Z%22/%3E%3C/svg%3E)
}

trix-toolbar .trix-button--icon-justify-right::before {
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2C5H21a1%2C1%2C0%2C0%2C0%2C0-2H3A1%2C1%2C0%2C0%2C0%2C3%2C5ZM21%2C19H11a1%2C1%2C0%2C0%2C0%2C0%2C2H21a1%2C1%2C0%2C0%2C0%2C0-2Zm0-8H3a1%2C1%2C0%2C0%2C0%2C0%2C2H21a1%2C1%2C0%2C0%2C0%2C0-2Zm0%2C4H3a1%2C1%2C0%2C0%2C0%2C0%2C2H21a1%2C1%2C0%2C0%2C0%2C0-2Zm0-8H3A1%2C1%2C0%2C0%2C0%2C3%2C9H21a1%2C1%2C0%2C0%2C0%2C0-2Z%22/%3E%3C/svg%3E)
}

trix-toolbar .trix-button--icon-justify::before {
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2C7H21a1%2C1%2C0%2C0%2C0%2C0-2H3A1%2C1%2C0%2C0%2C0%2C3%2C7ZM21%2C17H3a1%2C1%2C0%2C0%2C0%2C0%2C2H21a1%2C1%2C0%2C0%2C0%2C0-2Zm0-4H3a1%2C1%2C0%2C0%2C0%2C0%2C2H21a1%2C1%2C0%2C0%2C0%2C0-2Zm0-4H3a1%2C1%2C0%2C0%2C0%2C0%2C2H21a1%2C1%2C0%2C0%2C0%2C0-2Z%22/%3E%3C/svg%3E)
}


.with-image .trix-button-group--file-tools {
    display: block !important;
}

.filepond--credits {
    display: none !important;
}

.card-inner.loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.5);
}

.card-inner.loading.init {
    background-color: white;
}

.invoice {
    position: relative;
}

.invoice-wrap {
    padding: 1.25rem;
    border: 1px solid #dbdfea;
    border-radius: 4px;
    background: #fff;
}

.invoice-action {
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
}

.invoice-brand {
    padding-bottom: 1.5rem;
}

.invoice-brand img {
    max-height: 60px;
}

.invoice-bills {
    font-size: 12px;
}

.invoice-bills .table {
    min-width: 580px;
}

.invoice-bills .table th {
    color: #854fff;
    font-size: 12px;
    text-transform: uppercase;
    border-top: 0;
}

.invoice-bills .table th:last-child,
.invoice-bills .table td:last-child {
    text-align: right;
}

.invoice-bills .table tfoot {
    border-top: 3px solid #dbdfea;
}

.invoice-bills .table tfoot td {
    border-top: 0;
    white-space: nowrap;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.invoice-bills .table tfoot tr:last-child td:not(:first-child),
.invoice-bills .table tfoot tr:first-child td:not(:first-child) {
    font-weight: 500;
    padding-top: 1.25rem;
    padding-bottom: 0.25rem;
}

.invoice-bills .table tfoot tr:last-child td:not(:first-child) {
    border-top: 1px solid #dbdfea;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.invoice-head {
    padding-bottom: 1.5rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.invoice-desc {
    width: 210px;
    padding-top: 1.5rem;
}

.invoice-desc .title {
    text-transform: uppercase;
    color: #854fff;
}

.invoice-desc ul li {
    padding: 0.25rem 0;
}

.invoice-desc ul span {
    font-size: 13px;
    font-weight: 500;
    color: #526484;
}

.invoice-desc ul span:first-child {
    min-width: 90px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #8094ae;
}

.invoice-desc ul span:last-child {
    padding-left: 0.75rem;
}

.invoice-contact .title {
    margin-bottom: 1rem;
}

.invoice-contact ul li {
    padding: 0.5rem 0;
    line-height: 1.3;
}

.invoice-contact ul li:first-child {
    padding-top: 0;
}

.invoice-contact ul li:last-child {
    padding-bottom: 0;
}

.invoice-contact ul .icon {
    line-height: 1.3;
    font-size: 1.1em;
    display: inline-block;
    vertical-align: top;
    margin-top: -2px;
    color: #854fff;
    margin-right: 0.5rem;
}

.invoice-contact ul .icon + span {
    display: inline-block;
    vertical-align: top;
    color: #8094ae;
}

.invoice-print {
    max-width: 940px;
    margin: 2rem auto;
}

.invoice-print .invoice-wrap {
    padding: 0;
    border: none !important;
}

@media (min-width: 768px) {
    .invoice-wrap {
        padding: 3rem;
    }

    .invoice-head {
        flex-direction: row;
    }

    .invoice-desc {
        padding-top: 0;
    }

    .invoice-bills {
        font-size: 0.875rem;
    }
}

/* earnings page */
.card .chart-container {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eee;
}
.card .chart-container:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
}
.card .chart-wrapper {
    height: 200px;
    width: 100%;
}
.card .mini-chart-wrapper {
    height: 100px;
    width: 100%;
}
.card .nk-top-products .total {
    display: flex;
    align-items: center;
    align-content: space-between;
}
.card.card-products .nk-tb-item:not(.nk-tb-head) .nk-tb-col {
    padding: 0.22rem 0.5rem;
}
.card.card-products .nk-tb-item:not(.nk-tb-head) .nk-tb-col:first-child {
    padding: 0.22rem 0.5rem 0.22rem 1.2rem;
}

.nk-tb-list .tb-product .thumb {
    width: 96px;
}