/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 */

/*# sourceMappingURL=custom.css.map */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --gainsboro: #dcdcdc;
    --border: #dee2e6;
    --light_gery: #e9ecef;
}

html,
body {
    overflow-x: hidden;
}

.strong {
    font-weight: 700;
}

/* .btn-sm:hover i {
    color: var(--danger);
} */

.delete-detail:hover i {
    color: var(--danger);
}

.text-main {
    color: var(--yellow) !important;
}

.text-report {
    color: var(--success) !important;
}

.text-users {
    color: var(--orange) !important;
}

#scroll_to_top {
    z-index: 1000;
    width: 50px;
    height: 50px;
    text-align: center;
    font-weight: bold;
    border-radius: 50px;
    border: 1px solid #fff;
    display: inline-block;
    background-color: #fff;
    position: fixed;
    border: 1px solid transparent;
    box-shadow: 0px 0px 0px 1px gray;
    bottom: 30px;
    right: 4px;
    display: none;
}

#scroll_to_top i {
    color: #6d6c6d;
}

#scroll_to_top:hover i {
    color: #fff;
}

.search-element {
    position: relative;
}

.custom-datalist {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    max-height: 200px;
    border-radius: 5px;
    overflow-y: auto;
    width: 100%;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.custom-datalist.visible {
    display: block;
}

.custom-datalist div a {
    padding: 8px;
    cursor: pointer;
    text-decoration: none;
    display: block;
    width: 100%;
    color: var(--dark);
}

.custom-datalist div:hover,
.selected {
    background-color: #f0f0f0;
}

label {
    -webkit-user-select: none;
    /* Safari, iOS Safari */
    -moz-user-select: none;
    /* Older Firefox */
    -ms-user-select: none;
    /* Old IE / Edge */
    user-select: none;
    /* Modern browsers */
}

#auth {
    background-image: url('/assets/img/background/login.png') !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.num2d0,
.num3d0,
.num5d0,
.num7d0,
.num9d0,
.num2d2,
.num7d2,
.num9d2,
.num11d2,
.num14d2,
.num14d2,
.num15d2,
.maxLength1,
.maxLength2,
.maxLength2d2,
.maxLength3,
.maxLength4,
.maxLength5,
.maxLength7,
.maxLength9d2,
.maxLength11d2,
.year-mask {
    text-align: right;
}

.count img {
    transition: transform 0.4s ease-in-out;
    /* smooth animation */
}

.count:hover img {
    transform: scale(1.1);
    /* zoom in */
}

.cursor-pointer {
    cursor: pointer;
}

.qualification-icon {
    padding-right: 5px;
    padding-bottom: 10px;
    font-size: medium;
}

.show-blade-icon {
    padding-right: 5px;
    font-size: large;
}

.logout {
    padding-top: 0px;
    padding-bottom: 0px;
}

.logout:focus,
.anchor:focus {
    outline: transparent;
}

.logout:active,
.anchor:active {
    background-color: transparent;
}

.invalid-feedback {
    display: block;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.gallery {
    position: relative;
}

.gallery .btn-times {
    position: absolute;
    top: -8px;
    right: 1px;
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
}

.gallery .btn-times:hover {
    color: var(--danger);
}

.gallery .btn-times:active {
    background-color: transparent;
}

.gallery .btn-times:focus {
    outline: transparent;
}

.edit-export-to-excel {
    font-family: Arial, Helvetica, sans-serif;
}

.edit-export-to-excel:hover {
    text-decoration: none;
    color: var(--green) !important;
}

.font-awesome-icon,
.font-awesome-icon-text {
    margin-left: -3px !important;
}

.list-style-none {
    list-style: none;
}

.wrap {
    white-space: normal;
}

.no-wrap {
    white-space: nowrap;
}

.company-branches {
    padding: 3px 5px;
    border: 1px dotted var(--dark);
    border-radius: 5px;
}

.line-height-15 {
    line-height: 15px;
}

.no-numbers {
    list-style-type: none;
    padding-left: 0;
}

.stock-qty {
    display: inline-block;
    font-size: small;
    margin: 3px 0;
    padding: 3px 2px;
    border-radius: 100%;
    background-color: var(--red);
    color: var(--white);
}

.w-5 {
    width: 5%;
}

.w-10 {
    width: 10%;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}

.w-35 {
    width: 35%;
}

.w-37 {
    width: 37%;
}

.w-40 {
    width: 40%;
}

.w-43 {
    width: 43%;
}

.w-45 {
    width: 45%;
}

.w-55 {
    width: 55%;
}

.w-60 {
    width: 60%;
}

.w-65 {
    width: 65%;
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 80%;
}

.w-85 {
    width: 85%;
}

.w-90 {
    width: 90%;
}

.w-95 {
    width: 95%;
}

/* For permission name  */
.p-w-250 {
    width: 250px;
}

/* Min Width Start */
.min-w-50 {
    min-width: 50px;
}

.min-w-60 {
    min-width: 60px;
}

.min-w-70 {
    min-width: 70px;
}

.min-w-80 {
    min-width: 80px;
}

.min-w-90 {
    min-width: 90px;
}

.min-w-100 {
    min-width: 100px;
}

.min-w-110 {
    min-width: 110px;
}

.min-w-120 {
    min-width: 120px;
}

.min-w-130 {
    min-width: 130px;
}

.min-w-140 {
    min-width: 140px;
}

.min-w-150 {
    min-width: 150px;
}

.min-w-160 {
    min-width: 160px;
}

.min-w-170 {
    min-width: 170px;
}

.min-w-180 {
    min-width: 180px;
}

.min-w-190 {
    min-width: 190px;
}

.min-w-200 {
    min-width: 200px;
}

.min-w-210 {
    min-width: 210px;
}

.min-w-220 {
    min-width: 220px;
}

.min-w-230 {
    min-width: 230px;
}

.min-w-240 {
    min-width: 240px;
}

.min-w-250 {
    min-width: 250px;
}

.min-w-260 {
    min-width: 260px;
}

.min-w-270 {
    min-width: 270px;
}

.min-w-280 {
    min-width: 280px;
}

.min-w-290 {
    min-width: 290px;
}

.min-w-300 {
    min-width: 300px;
}

.min-w-310 {
    min-width: 310px;
}

.min-w-320 {
    min-width: 320px;
}

.min-w-330 {
    min-width: 330px;
}

.min-w-340 {
    min-width: 340px;
}

.min-w-350 {
    min-width: 350px;
}

.min-w-360 {
    min-width: 360px;
}

.min-w-370 {
    min-width: 370px;
}

.min-w-380 {
    min-width: 380px;
}

.min-w-390 {
    min-width: 390px;
}

.min-w-400 {
    min-width: 400px;
}

/* Min Width End */

.tbl-validate thead,
.tbl-validate th,
.tbl-validate td,
.tbl-stock thead,
.tbl-border thead,
.tbl-border th,
.tbl-border td {
    border: 1px solid var(--border);
}

.tbl-validate tbody tr {
    height: auto;
}

.tbl-validate tbody td {
    position: relative;
    overflow: auto;
}

.error-container {
    position: absolute;
}

.stock-container {
    position: absolute;
    margin-top: -2px;
    right: 15px;
    color: var(--danger);
    z-index: 1;
}

.pending-block {
    height: 250px;
    overflow: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 2%;
    padding: 10px;
    font-weight: bold;
}

.file-preview {
    width: 200px;
    height: 200px;
    object-fit: fill;
}

/* Make modal take up full viewport size */
.modal-fullscreen {
    width: 100vw;
    height: 100vh;
    max-width: 100vw;
    margin: 0;
}

/* Make modal content fill entire dialog */
.modal-fullscreen .modal-content {
    height: 100vh;
    border: none;
    border-radius: none;
    background-color: rgba(0, 0, 0, 0.5);
    /* or transparent */
}

.btn-time-top-right {
    padding: 5px 10px !important;
    margin-right: 2px !important;
}

.zoom-hover {
    transition: transform 0.3s ease;
}

.zoom-hover:hover {
    transform: scale(1.1);
    color: var(--danger);
}

div.dataTables_wrapper {
    display: flex;
    flex-direction: column;
}

div.dataTables_wrapper .top-left {
    float: left;
}

div.dataTables_wrapper .top-left-buttons {
    float: left;
    margin-top: 5px;
    /* space under "Show entries" */
}

div.dataTables_wrapper .top-right {
    float: right;
}

.reconciled {
    cursor: pointer;
    height: 17px;
    width: 17px;
    accent-color: var(--success);
}

#recalc_btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

/* d => digital invoice */
.invoice-item-row {
    position: relative;
    border: 1px solid var(--border);
    border-radius: 5px;
    padding: 7px 0px;
    margin-bottom: 15px;
}

.remove-invoice-item-row {
    position: absolute;
    top: -12px;
    right: -8px;
    background-color: transparent;
    border: none;
    font-weight: bold;
    /* font-size: x-large; */
    cursor: pointer;
    padding: 0px 4px !important;
    background-color: var(--danger);
    border-radius: 100%;
    color: var(--light);
}

.remove-invoice-item-row:hover {
    color: var(--danger);
    background-color: var(--warning);
}

.invoice-item-row:has(.remove-invoice-item-row:active) {
    border: none !important;
}

.remove-invoice-item-row:focus {
    outline: none;
}