@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    /* ensure fallback text shows immediately */
    src: url("/node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2") format("woff2"),
        url("/node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff") format("woff");
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2") format("woff2"),
        url("/node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff") format("woff");
}

/* Optionally, you can add size-adjust / ascent-override metrics to reduce layout shift further once measured.
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  ascent-override: 90%;
  descent-override: 20%;
  size-adjust: 92%;
  src: url("/node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2") format("woff2");
}
*/

body {
    font-family: "Open Sans", sans-serif;
}

.container-fluid {
    padding: 0;
}

.card {
    box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.2);
}

.shadow {
    box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.2);
}

.no-shadow {
    box-shadow: none !important;
}

.bold {
    font-weight: bold;
}

.no-bold {
    font-weight: normal !important;
}

.float-right {
    float: right;
}

.result-card {
    background-color: #ececec !important;
    max-width: 520px;
    margin: auto;
}

.result-card .fw-bold {
    color: black
}

input::placeholder,
select::placeholder {
    color: #888888;
    font-size: 14px;
}

.fs-normal {
    font-size: 16px;
}

.fs-medium {
    font-size: 14px;
}

.fs-small {
    font-size: 12px;
}

.fs-xs {
    font-size: 11px;
}

.page-link {
    padding: 4px 10px;
}

.bg-gray {
    background-color: #ececec;
}

.color-gray {
    color: gray;
}

.bg-white {
    background-color: #ffffff;
}

.header {
    position: fixed;
    z-index: 99;
    width: 100%;
    background-color: black;
    color: black;
    border-bottom: 6px solid #0d6efd;
    padding: 16px 12px;
    box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.2);
}

.header .menu {
    color: black;
}

.header .container {
    display: flex;
}

.logo,
.header .menu,
.header .menu-right {
    display: flex;
}

.logo,
.header .menu-right {
    flex: 0 0 88px;
}

@media (min-width: 992px) {
    .header .menu-right {
        flex: 0 0 200px;
    }
}

.menu-lg {
    display: none;
    position: absolute;
    top: 66px;
    margin-left: -15px;
    padding: 0 35px 25px;
    width: 350px;
    min-height: 100px;
    background-color: white;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.2);
}

.menu-lg.open {
    display: block;

}

.menu-lg a {
    color: #0d6efd !important;
    /* text-decoration: underline !important; */
}


.header .btn-sm {
    padding: 0.25rem 0.85rem;
}

.header .menu {
    flex: 1 0;
}

.header a {
    text-decoration: none;
    color: white;
}

.header .btn {
    color: white;
}

.header .menu-right {
    float: right;
}

.header .menu .menu-item,
.header .menu-right .menu-item {
    display: none;
}

h2 {
    font-size: 31px !important; 
}

@media (min-width: 768px) {

    .header .menu .menu-item,
    .header .menu-right .menu-item {
        display: inline-flex;
    }
}

.img-container {
    width: 100%;
    height: 100%;
    min-height: 300px;
    border-radius: 18px;
    background-color: #ececec;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.2);
    position: relative;
}

.img-label {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 180px;
    height: 75px;
    padding: 8px;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 8px;
}

.footer {
    min-height: 500px;
    background-color: black;
    color: white;
}

.footer .input-group {
    padding-bottom: 4px;
    border-bottom: 2px solid white;
}

.footer .input-group [type="email"] {
    background-color: transparent;
    color: white;
    border: none;
}

.footer .input-group .btn {
    color: white;
    font-weight: bold;
    border: none;
}

.footer .navigation a {
    color: white;
    text-decoration: none;
}

.products .col-sm-6 .bg-white {
    cursor: pointer;
    transition: box-shadow 0.25s ease-in-out;
}

.products .col-sm-6 .bg-white:hover {
    box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.2);
}

.tabs {
    display: flex;
    border-bottom: 1px solid gray;
}

.tab-item {
    width: 160px;
    cursor: pointer;
    margin-right: 10px;
    text-align: center;
}

.tab-item.selected {
    font-weight: bold;
    border-bottom: 2px solid black;
}

.tab-content {
    display: none;
}

.tab-content.selected {
    display: block;
}

.box {
    border: 6px solid #0d6efd;
    border-radius: 18px;
}

.articles .card-text {
    min-height: 100px;
}

.question {
    cursor: pointer;
}

.breadcrumb {
    color: gray;
}

.fa-angle-left {
    transition: transform 0.2s ease-in-out;
}

.fa-angle-left.open {
    transform: rotate(-90deg);
}

.company.card .data i,
.director.card .data i {
    background-color: #ececec;
    color: #198754;
    /* color: #1d70b8; */
    padding: 6px;
    border-radius: 6px;
    width: 34px;
    height: 34px;
    text-align: center;
    font-size: 20px;
}

i.warning {
    background-color: #fff3cd !important;
    color: #856404 !important;
}

.btn .spinner-border {
    color: white !important;
}

.btn-primary {
    background-color: #163d80;
}

.bg-primary {
    background-color: #163d80 !important;
}

.header {
    border-bottom-color: #163d80;
}

.change-request.selected {
    border-color: #198754;
}

.my-pill {
    padding: 4px 10px;
    font-size: 8px;
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
    border: none;
    font-weight: bold;
}

.form-control {
    height: 40px;
    box-shadow: 0px 2px 4px 1px rgb(0 0 0 / 9%);
    border-color: #c0bebe;
}

label {
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
}

.card-img-top {
    width: 100%;
    height: 200px;
    background-position: center;
    background-size: cover;
}