html {
    overflow-y: auto;
}

body {
    font-size: 0.78rem;
}
body::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
}
/* body::-webkit-scrollbar-track {
    width: 100px;
} */
body::-webkit-scrollbar-thumb {
    background-color: #a8a8a8;
    margin-right: 5px;
}

/* .v-main{
    padding: 0px;
    background: linear-gradient( rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04) ), url(/media/proxima/background.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.bg-image .overflow-hidden{
    background: transparent;
    background-color: unset !important;
} */
.proxima-shadow {
    -webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.08);
}

.bg-primary-dark-op {
    background-color: rgba(62, 77, 82, 0.5) !important;
}

/*CUSTOM FONT SIZE*/
.font-size-sm {
    font-size: 0.78rem !important;
    color: #363636;
}
.font-size-sm.text-muted {
    font-size: 0.78rem !important;
    color: #363636;
}
.font-weight-bold {
    font-weight: 600 !important;
}
.text-pointer:hover {
    cursor: pointer;
}
.invalid-feedback {
    font-size: 13px;
    margin-bottom: 5px !important;
}
.swal2-title {
    font-size: 1.7rem !important;
    color: #000 !important;
}
.swal2-content {
    font-size: 0.95rem !important;
    color: #000 !important;
    margin-bottom: 1rem !important;
}

/* INVOICE LIST */

.invoice-list {
    max-height: 250px;
    overflow-y: auto;
}
.invoice-list::-webkit-scrollbar {
    width: 3px;
    border-radius: 5px;
}
.invoice-list::-webkit-scrollbar-thumb {
    background-color: #d6d6d6;
    margin-right: 5px;
}

.horizontal-scroll::-webkit-scrollbar {
    height: 5px !important;
    border-radius: 5px !important;
}
.horizontal-scroll::-webkit-scrollbar-thumb {
    background-color: #d6d6d6 !important;
}

/*CUSTOM DATEPICKER*/
.mx-input-wrapper {
    width: 100%;
}
.mx-input::placeholder {
    color: #888888 !important;
}
.mx-input {
    border-color: #dee2e5 !important;
    font-size: 0.8rem;
}
.mx-input:hover {
    border-color: #dee2e5 !important;
}
.mx-input:focus {
    border-color: rgba(52, 144, 220, 0.5) !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075),
        0 0 5px rgba(52, 144, 220, 0.5) !important;
}
.mx-datepicker.is-invalid input.mx-input {
    border: 1px solid #d26a5c !important;
}

.mx-input:disabled,
.mx-input.disabled {
    color: #575757;
    background-color: #e9ecef;
    border-color: #ccc;
    cursor: not-allowed;
}

/*CUSTOM CHECKBOX*/
.form-check-inline .form-check-input {
    margin-bottom: 1px;
}

/* CUSTOM FORM STYLE */
.form-group {
    margin-bottom: 1rem;
}
/* .form-control.form-document:disabled{
    background-color: white !important;
}
.selectize-control.form-document .selectize-input.disabled {
    opacity: 1;
    background-color: white !important;
} */
.selectize-control.form-document .selectize-input.disabled::after {
    display: none;
}

/*CUSTOM VMODAL*/
.vm--container {
    z-index: 9999;
}
.vm--modal {
    overflow-y: auto;
    max-height: 500px;
}
.vm--modal::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
}
.vm--modal::-webkit-scrollbar-thumb {
    background-color: #a8a8a8;
    margin-right: 5px;
}
.modal-proxima {
    max-width: 500px !important;
    margin: auto;
}

/*CUSTOM BUTTON*/
.btn-sm,
.btn-group-sm > .btn {
    font-size: 0.8rem;
    line-height: 1.5;
}
.btn-icon-only {
    padding: 5px;
}
.btn-icon-only {
    color: #888888 !important;
}
.btn-icon-only.btn-icon-danger:hover {
    color: #d26a5c !important;
    cursor: pointer;
}
.btn-icon-only:hover {
    color: #14adc4 !important;
    cursor: pointer;
}
.btn.btn-adjust-1 {
    margin: 0.3rem 0.25rem 0.25rem 0.25rem;
}
.btn-transparent {
    color: #888888;
    background-color: transparent;
    border-color: transparent;
}

/*CUSTOM SELECTIZE*/
.selectize-control .item {
    align-items: center;
    display: unset;
    justify-content: center;
    height: unset;
    border-color: #dee2e5;
    transition: opacity 0.25s ease-out, transform 0.25s ease-out;
}
.selectize-control.is-invalid-selectize .selectize-input {
    border: 1px solid #d26a5c !important;
}
.selectize-input {
    border: 1px solid #e1e1e1;
}
.selectize-input input:focus .selectize-input {
    background-color: #fff;
    /* box-shadow: 0 0 0 0.2rem rgba(20,173,196,.25) !important; */
    border: 1px solid rgba(52, 144, 220, 0.25) !important;
}
.selectize-control .selectize-input.disabled {
    opacity: 1;
    background-color: #e9ecef;
}
/* .selectize-input input{
    width: 100% !important;
} */

/*CUSTOM NAVBAR*/
.nav-main-item .router-link-active {
    color: #fff !important;
}
.nav-main-item .router-link-active i {
    color: #fff !important;
}
.nav-main-link {
    font-size: 0.78rem;
    line-height: 1.4rem;
    min-height: 2.5rem;
}
.nav-main-submenu .nav-main-link {
    font-size: 0.78rem;
    line-height: 1.4rem;
}
.nav-main-separator {
    margin: 15px 25px 10px 20px;
    padding-right: 15px;
    border-bottom: 1px solid #979797;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.0625rem;
    opacity: 0.1;
}

/* CUSTOM DASHBOARD */
.block.block-success {
    color: #7bba87 !important;
    background-color: #e9f7ec !important;
}
.block.block-warning {
    color: #bb5b5b !important;
    background-color: #f7f7e1 !important;
}
.block.block-violet {
    background-color: #f4e8f7 !important;
}
.text-violet {
    color: #cc7be2 !important;
}
.font-size-h5 {
    font-size: 18px;
}
.block-rounded {
    border-radius: 8px !important;
}

/*CUSTOM FORM*/
select:disabled {
    opacity: 1;
}
.custom-select {
    font-size: 0.8rem;
}
.custom-select:focus {
    border-color: rgba(52, 144, 220, 0.5) !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075),
        0 0 5px rgba(52, 144, 220, 0.5) !important;
}
.form-control-sm {
    border: 1px solid #e1e1e1;
    height: 31px;
}
.form-control-sm:focus {
    background-color: #fff;
    box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.5);
    border: 1px solid rgba(52, 144, 220, 0.5) !important;
}
.form-control {
    font-size: 0.8rem;
}
.form-control:focus {
    border-color: rgba(52, 144, 220, 0.5) !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075),
        0 0 5px rgba(52, 144, 220, 0.5) !important;
}
.input-group-text {
    font-size: 0.8rem;
}

/*CUSTOM TABLE*/
.table-hover:hover {
    cursor: pointer;
}
.table-vcenter {
    border-bottom: 1px solid #ebebeb;
}
.table-hover .data-empty:hover {
    cursor: default;
    background-color: #fff;
}
.data-empty td {
    padding: 30px 0px;
}
.table td {
    padding: 0.5rem;
}
th.table-header-relative {
    position: relative;
}
th .sort-icon {
    position: absolute;
    right: 14px;
    top: 14px;
    opacity: 0.3;
}
th .sort-icon.active {
    position: absolute;
    right: 14px;
    top: 14px;
    opacity: 1;
}
th {
    cursor: default;
}
th.sort-head {
    cursor: pointer;
}
.column-minwidth-250 {
    min-width: 250px;
}
.column-minwidth-150 {
    min-width: 150px;
}
.column-minwidth-100 {
    min-width: 100px;
}
.table thead th {
    font-size: 0.8rem;
    text-align: center;
}
.hr-table {
    border-top: 1px solid #b6b6b6;
    padding-bottom: 1.5px;
    margin: 10px 0px;
}
.hover-hr-table:hover .hr-table {
    border-top: 2.5px solid #14adc4;
    padding-bottom: 0px;
}
.hover-hr-table:hover .btn-icon-only {
    color: #14adc4 !important;
}
.hover-hr-table:hover {
    cursor: pointer;
}
tr.total-diff-journal {
    font-weight: bolder;
    border-bottom: 1px solid #dfdfdf;
}

.table-small-padding > tbody > tr > td {
    padding: 4px 2px !important;
}

.table-proxima > tr > td {
    padding: 5px 0px !important;
    max-width: 10px !important;
}

/* CUSTOM ERROR DETAIL ALL DATA */
td.data-detail {
    position: relative;
}
.data-detail-error {
    position: absolute;
    top: 45px;
}

/* CUSTOM SWAL */
.swal-modal .swal-text {
    text-align: center;
    font-size: 14px;
    padding: 0px 30px;
}

/*CKEDITO*/
.ck-editor__editable {
    min-height: 200px;
}

/*VUETIFY TAB*/
.v-tab {
    text-transform: capitalize !important;
    font-size: 0.8rem;
}
.v-tab--active {
    color: #14adc4 !important;
    border-bottom: 2px solid #14adc4 !important;
}
.v-tab--active--false {
    color: unset !important;
    border-bottom: unset !important;
}
.v-tabs-slider {
    display: none !important;
}
.v-slide-group__prev.v-slide-group__prev--disabled {
    display: none !important;
}

/*PAGINATION*/
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 3;
    color: #0898ae;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #14adc4;
    border-color: #14adc4;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.hr-dashed {
    border-top: 1px dashed #ebebeb;
}

/* ALERT */
.alert-empty {
    border: 1px dashed #d6d8db;
    border-radius: 5px;
    background-color: transparent;
    box-shadow: unset;
}

.alert-empty p {
    opacity: 0.8;
}

/* WORKSPACE TILE */
.workspace-tile {
    height: 80px;
    border-radius: 15px;
}
.workspace-tile a {
    -webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.08);
}
.workspace-tile a:hover {
    cursor: pointer;
    -webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.08);
}
.workspace-tile .workspace-tile-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.workspace-tile-create {
    background: transparent;
}
.workspace-tile-create:hover {
    color: #14adc4;
}
.block-workspace {
    padding: 15px !important;
}

.block-mode-loading-oneui {
    -webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.05);
}
/*animation*/
.fade-enter-active,
.fade-leave-active {
    transition: opacity 0.35s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
    opacity: 0;
}

.slide-fade-enter-active {
    transition: all 0.3s ease;
}
.slide-fade-leave-active {
    transition: all 0.1s cubic-bezier(1, 0.5, 0.8, 1);
}
.slide-fade-enter, .slide-fade-leave-to
  /* .slide-fade-leave-active below version 2.1.8 */ {
    transform: translateX(10px);
    opacity: 0;
}

.block-header-default {
    background-color: white !important;
}

.nav-main-submenu {
    padding-left: 2.5rem !important;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #14adc4;
}

.not-found {
    width: 95%;
}

/* BUTTON DROPDOWN */
.dropdown-menu-rounded {
    border-radius: 8px;
    width: max-content !important;
    min-width: unset !important;
}
.dropdown-item-horizontal {
    font-weight: 400;
    position: relative;
    border-radius: 5px;
}
.dropdown-item-horizontal:hover {
    background-color: #f5f5f5;
}
.dropdown-item-horizontal.text-info:active {
    color: #12527d !important;
}
.dropdown-item-horizontal.text-primary:active {
    color: #1b3060 !important;
}
.dropdown-item-horizontal.text-success:active {
    color: #0f2e1c !important;
}
.dropdown-item-horizontal.text-danger:active {
    color: #893126 !important;
}
.dropdown-item-horizontal.text-warning:active {
    color: #c57a0f !important;
}

/* VUETIFY TABLE SYLE */
.v-application--wrap {
    min-height: 350px;
}
.v-data-table__wrapper {
    font-size: 11px;
}
.v-data-table-header {
    background-color: whitesmoke;
}
.v-data-table > .v-data-table__wrapper > table > tbody > tr > td,
.v-data-table > .v-data-table__wrapper > table > tfoot > tr > td,
.v-data-table > .v-data-table__wrapper > table > thead > tr > td {
    font-size: 0.78rem;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
}
.theme--light.v-data-table
    > .v-data-table__wrapper
    > table
    > tbody
    > tr:not(:last-child)
    > td:last-child,
.theme--light.v-data-table
    > .v-data-table__wrapper
    > table
    > tbody
    > tr:not(:last-child)
    > td:not(.v-data-table__mobile-row),
.theme--light.v-data-table
    > .v-data-table__wrapper
    > table
    > tbody
    > tr:not(:last-child)
    > th:last-child,
.theme--light.v-data-table
    > .v-data-table__wrapper
    > table
    > tbody
    > tr:not(:last-child)
    > th:not(.v-data-table__mobile-row),
.theme--light.v-data-table
    > .v-data-table__wrapper
    > table
    > thead
    > tr:last-child
    > th {
    border-bottom: 1px solid #ebebeb;
}
.v-data-footer {
    justify-content: flex-start;
    font-size: 0.75rem;
    padding: 0 8px;
}
.theme--light.v-data-table .v-data-footer {
    border-top: none;
}
.v-data-footer {
    padding-left: 0;
}
.v-data-table-header-mobile {
    margin-top: 20px;
}
.table-hover:hover {
    cursor: pointer;
}
.table-vcenter {
    border-bottom: 1px solid #ebebeb;
}
.table-hover .data-empty:hover {
    cursor: default;
    background-color: #fff;
}
.data-empty td {
    padding: 30px 0px;
}
.theme--light.v-data-table
    > .v-data-table__wrapper
    > table
    > tbody
    > tr.data-empty:hover {
    background: #fff !important;
    cursor: default !important;
}
.theme--light.v-data-table > .v-data-table__wrapper > table > tbody > tr:hover {
    cursor: pointer !important;
}

/* SELECT2 CUSTOM */
.select2-container--default .select2-selection--single {
    border: 1px solid #e1e1e1 !important;
    border-radius: 0.25rem;
    height: calc(1.5em + 0.75rem + 2px) !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #444;
    line-height: 31px !important;
}
/* LIST ROW PAGINATION */
.v-list-item__title {
    align-self: center;
    font-size: 0.7rem;
    text-align: center;
}
.v-list-item {
    align-items: center;
    display: flex;
    flex: 1 1 100%;
    letter-spacing: normal;
    min-height: 10px;
    outline: none;
    padding: 0 10px;
    position: relative;
    text-decoration: none;
}
.v-data-table-header > tr > th {
    text-transform: uppercase !important;
    font-size: 0.78rem;
}
.v-application--is-ltr .v-data-footer__select .v-select {
    margin: 13px 0 13px 10px;
}
.v-data-footer__select {
    font-weight: 600 !important;
}
.v-select__slot {
    font-weight: normal !important;
}
.v-data-table__wrapper {
    border-bottom: 1px solid #ebebeb !important;
    margin-bottom: 20px;
}
.text-top {
    vertical-align: top;
}

.img-fit {
    object-fit: cover;
}

.dt-button-collection {
    margin-top: 20px !important;
}
.dt-button {
    padding: 0.25rem 0.5rem !important;
    font-size: 0.8rem !important;
    line-height: 1.5 !important;
    border-radius: 0.2rem !important;
}
.buttons-columnVisibility {
    color: #212529 !important;
    background: #f8f9fa !important;
    border-color: #f8f9fa !important;
}
.buttons-columnVisibility.active {
    background: #14adc4 !important;
    border-color: #f8f9fa !important;
    color: white !important;
}

@media (max-width: 767.98px) {
    .font-size-h3 {
        font-size: 15px;
    }
    .font-size-h5 {
        font-size: 10px;
    }
    .workspace-tile-dashboard {
        height: 60px !important;
        border-radius: 15px;
    }
    .block-workspace {
        padding: 10px !important;
    }
    .search-index {
        margin: 0px 0px 15px 0px;
    }
    #sidebar {
        max-width: 70%;
    }

    .not-found {
        width: 100%;
    }

    .modal-proxima {
        max-width: unset !important;
        margin: unset !important;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    html {
        font-size: 1.2rem;
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }

    /* PAGE BREAK PER TR OVERFLOW */
    table {
        page-break-inside: auto;
    }
    tr {
        page-break-inside: avoid;
        page-break-after: auto;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    body {
        min-width: 992px !important;
    }
    .container {
        min-width: 992px !important;
    }
    .navbar {
        display: none;
    }
    .badge {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: inherit !important;
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important;
    }
    .table-dark {
        color: inherit;
    }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
        border-color: #ebebeb;
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #ebebeb;
    }
    .table-small-padding > tbody > tr > td {
        padding: 4px 3px !important;
    }

    .font-size-print-trial-balance {
        font-size: 1rem !important;
    }

    .font-size-print {
        font-size: 0.9rem !important;
    }
    /* .font-size-print-table {
        font-size: 1.rem !important;
        } */
    .font-print-xs {
        font-size: 0.6rem !important;
    }
    .font-print-sm {
        font-size: 0.7rem !important;
    }
    .font-print-md {
        font-size: 0.95rem !important;
    }
    .font-print-lg {
        font-size: 1.1rem !important;
    }
    .font-print-xl {
        font-size: 1.2rem !important;
    }
    .p-print {
        padding: 20px 30px !important;
    }
}
