@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;600;700&display=swap");
@import "pager.css";
@import "separator.css";
@import "select2.css";
@import "sidebar.css";
@import "modal.css";
@import "radio.css";
@import "stepper.css";

:root {
    /* global scope */
    /*--brand-color: #007cc3;*/
    --brand-color: #000000;
}

@font-face {
    font-family: "Utility OT W03 Medium";
    src: url("/fonts/Utility OT W03 Medium/Utility OT W03 Medium.eot");
    src: url("/fonts/Utility OT W03 Medium/Utility OT W03 Medium.eot?") format("embedded-opentype"),
    url("/fonts/Utility OT W03 Medium/Utility OT W03 Medium.woff2") format("woff2"),
    url("/fonts/Utility OT W03 Medium/Utility OT W03 Medium.woff") format("woff"),
    url("/fonts/Utility OT W03 Medium/Utility OT W03 Medium.ttf") format("truetype"),
    url("/fonts/Utility OT W03 Medium/Utility OT W03 Medium.svg") format("svg");
}

* {
    font-family: "Roboto", sans-serif !important;
    margin: 0;
    border-radius: 0 !important;
}

.bg-brand {
    background-color: var(--brand-color) !important;
    border-color: var(--brand-color) !important;
}

.btn-brand {
    color: white !important;
    background-color: var(--brand-color) !important;
    border-color: var(--brand-color) !important;
}

.btn-brand-outline {
    color: var(--brand-color) !important;
    background-color: transparent !important;
    border-color: transparent !important;
}

.navbar {
    background-color: white !important;
    border-bottom: 2px solid black;
    box-shadow: 0px 2px 5px #ffffffaa;
}

div.accordion-collapse.accordion_wb {
    height: 300px !important;
    overflow: auto !important;
}

.form-floating > .form-control:not(:placeholder-shown) ~ label::after {
    background-color: transparent !important;
}

.form-success {
    padding: 1rem;
    margin: auto;
}

.card.card-success,
.card.success {
    margin-top: auto;
    margin-bottom: auto;
    width: 600px;
    background-color: rgba(255, 255, 255, 0.7) !important;
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: black;
    text-align: left;
}

.card-header h3 {
    color: white;
}

input[readonly],
textarea[readonly] {
    background-color: var(--bs-secondary-bg) !important;
}

input[readonly].info-field {
    background-color: transparent !important;
}

.brand-color {
    color: var(--brand-color) !important;
}

.brand_bg,
.brand_bg:hover {
    background-color: var(--brand-color) !important;
}

.border-brand {
    border-color: var(--brand-color) !important;
}

.brand-border-dark {
    border-color: #041c30 !important;
}

.navbar-nav .dropdown-menu {
    position: absolute;
}

.dropdown-item:active {
    background-color: var(--brand-color) !important;
}

tr.odd :last-child,
tr.even :last-child {
    text-align: right !important;
}

.paginate_button.page-item > a {
    color: black;
}

.paginate_button.page-item.active > a {
    color: white;
    border-color: var(--brand-color);
    background-color: var(--brand-color);
}

.nav-link {
    color: black !important;
}

footer a img {
    height: 20px !important;
}

td {
    vertical-align: middle;
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon);
}

footer a {
    margin-left: auto !important;
}

#sidebar.show {
    display: flex !important;
}

#sidebar.hide {
    display: none !important;
}

.msg-cart {
    font-size: 1.5rem;
    background-color: rgb(255, 239, 79);
    border: 2px solid rgb(255, 193, 7);
    color: #000;
}

.form-control {
    border: 1px solid #aaa;
}

:focus {
    box-shadow: white 0 0 0 0px !important;
}
