@font-face {
    font-family: "Open Sans";
    src: url("../../../components/fonts/OpenSans-Regular.ttf");
    font-weight: bolder;
    font-style: normal;
    color: #000000;
}
body {
    font-family: "Open Sans";
    font-style: normal;
    color: #000000;
    overflow-x: hidden;
    background-color: #f8f9fa;
}
#div-beli {
    bottom: 25px;
}
#beli {
    background-color: #005caa;
    color: white;
    width: 190px;
}
button:focus:not(:focus-visible) {
    outline: 0;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0;
}
:focus-visible {
    outline: 0;
}
#logo-bcai {
    width: 12rem;
}
.svg {
    width: 120px;
    height: 120px;
}
.color-gray {
    color: #666;
}
.title {
    color: #144e83;
}
thead tr {
    background-color: #e5f2fe !important;
}
tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: #e9ecef !important;
}
.dark {
    background-color: #f2f6fa;
}
.ps-custom-1 {
    padding-left: 1.1rem;
}
.text-justify {
    text-align: justify;
}
#claim-img {
    border-radius: 0.5rem;
    box-shadow: 0 4px 18px 0px rgb(20 78 131 / 10%) !important;
}
.fs-14 {
    font-size: 14px;
}thead tr th {
    color: #144e83 !important;
}