

/* Body */
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200;300;400;500;600;700&amp;display=swap");

body {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 13px;
}
::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}
::-webkit-scrollbar-corner {
    background-color: transparent;
}
::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid transparent;
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.05),
        inset 1px 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.05),
        inset 1px 1px 0 rgba(0, 0, 0, 0.05);
}
::-webkit-scrollbar {
    width: 4px;
    background-color: #ffffff;
}
::-webkit-scrollbar-thumb {
    height: 50px;
    background: hsla(0, 0%, 53.3%, 0.4);
}

/* Splash */
.splash-page .logo {
    height: 110px;
}

/* Login */
.login-page{
    background: url(../img/bg.jpg);
    background-size: 570px;
    height: calc(100vh - 199px);
}
.bendor-background{
    background: url(../img/bg.jpg);
    background-size: 570px;
}
.qr-box img {
    height: 57px;
    width: 82px;
    min-width: 82px;
}
.edit-category-box img {
    height: 37px;
}

/* Custom Bootstrap */
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
    padding: 0.5rem 0.8rem;
    font-size: 14px;
    border-radius: 0.3rem;
}
.form-control:focus {
    border-color: #bfc5cd;
    outline: 0;
    box-shadow: none;
}
.btn {
    font-size: 13px;
    padding: 10px 10px;
    letter-spacing: 0.5px;
}
.btn-lg {
    font-size: 14px !important;
    padding: 16px !important;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 1px !important;
}
.btn-sm {
    padding: 5px 10px;
}
.w-30px{
    width: 30px !important;
}
.w-35px{
    width: 35px !important;
}
.w-50px{
    width: 50px !important;
}
.w-80px{
    width: 80px !important;
    min-width: 80px;
}
.w-150px{
    width: 150px !important;
}
.form-check-input:checked {
    background-color: #1a8754;
    border-color: #1a8754;
    box-shadow: none !important;
}
.osahan-btn-group .img-fluid {
    height: 44px;
}
.osahan-btn-group .btn-outline-primary {
    background: #fff;
    border-color: #dfdede;
}
.osahan-btn-group .btn-outline-primary .bi-check-circle-fill {
    color: #ccc;
    font-size: 18px;
}
.osahan-btn-group .btn-check:active+.btn-outline-primary, .osahan-btn-group .btn-check:checked+.btn-outline-primary, .osahan-btn-group .btn-outline-primary.active, .osahan-btn-group .btn-outline-primary.dropdown-toggle.show, .osahan-btn-group .btn-outline-primary:active {
    color: #000;
    background-color: #ffffff;
    border-color: #198754;
}
.osahan-btn-group .btn-check:active+.btn-outline-primary .bi-check-circle-fill, .osahan-btn-group .btn-check:checked+.btn-outline-primary .bi-check-circle-fill, .osahan-btn-group .btn-outline-primary.active .bi-check-circle-fill, .osahan-btn-group .btn-outline-primary.dropdown-toggle.show .bi-check-circle-fill, .osahan-btn-group .btn-outline-primary:active  .bi-check-circle-fill {
    color: #198754;
}

/* Footer Fix Nav */
.footer-menu p {
    font-size: 9px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    margin-top: 5px !important;
}
.footer-menu a {
    padding: 12px 12px !important;
}