﻿button:disabled {
    background-color: #d1d5db;
    color: #6b7280;
    cursor: not-allowed;
    opacity: 0.6;
}

    button:disabled:hover {
        background-color: #d1d5db;
        color: #6b7280;
        cursor: not-allowed;
        opacity: 0.6;
    }

    input[type='text']:not(.text-left):not(.text-center):not(.text-justify) {
        text-align: right !important;
    }

textarea[type='text']:not(.text-left):not(.text-center):not(.text-justify) {
    text-align: right !important;
}

.products_filter p {
    padding: 5px;
    background-color: hsl(var(--primary));
    border-radius: 10px;
    color: white;
    font-size: 12px;
    margin-left: 10px;
    margin-right: 5px;
}

.cart_input_loader {
    position: absolute;
    background-color: #0000005e;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    text-align: center;
}

    .cart_input_loader svg {
        display: block;
        margin: auto;
    }

.brand_container img {
    height: 60px;
    width: auto;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}

.product_container img {
    height: 100px;
}

.product_container .product_title {
    height: 60px;
    font-size: 14px;
    text-align: center;
}

.swiper-slide img {
    width: 100% !important;
}

.text-success {
    color: #198754 !important;
}

.text-warning {
    color: #ffc107 !important;
}

.text-danger {
    color: #dc3545 !important;
}

.full-width {
    width: 100% !important;
}

.text-info {
    color: #0dcaf0 !important;
}


.tag {
    display: inline-block;
    padding: 0.25em 0.6em;
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    border-radius: 0.25rem;
}

.tag-danger {
    background-color: #dc3545;
}

.tag-success {
    background-color: #28a745;
}

.tag-warning {
    background-color: #ffc107;
    color: #212529;
}

.tag-info {
    background-color: #17a2b8;
}

.tag-primary {
    background-color: #007bff;
}

.tag-secondary {
    background-color: #6c757d;
}

.tag-light {
    background-color: #f8f9fa;
    color: #212529;
}

.tag-dark {
    background-color: #343a40;
}

.text-extra-xs {
    font-size: 0.6rem;
    line-height: 0.7rem;
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .375rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 3rem;
}

    .alert-dismissible .btn-close {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        padding: 1rem 1rem;
    }

.alert-soft-gray {
    background-color: #fdfdfd;
    border-color: #c6c6c6;
}

.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}

.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8;
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}

.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf;
}

.alert_html_message {
    text-align: right !important;
    margin-top: 8px !important;
    padding: 0 !important;
    font-weight: 600 !important;
}

    .alert_html_message:before {
        content: '!';
        padding-left: 5px;
    }

th, td {
    padding: 10px 5px;
}

thead th {
    font-weight: 800;
    border-bottom: 2px solid #b6b6b6;
}

tbody td {
    border-bottom: 1px solid #b6b6b6;
}

.tbl_doc_data {
    width:100%;
}
    .tbl_doc_data tr td:first-child {
        width: 160px !important;
        border-left: 1px solid #b6b6b6;
        border-right: 1px solid #b6b6b6;
        text-align:center;
    }
    .tbl_doc_data tr:first-child td {
        border-top: 1px solid #b6b6b6;
    }

    .tbl_doc_data tr td:last-child {
        padding-right: 20px !important;
        border-left: 1px solid #b6b6b6;
    }

.product_container {
    height: 100%;
}

    .product_container > div {
        height: 100%;
    }

.product_cart_update svg{
    color:#eee;
}