:root {
    --bs-body-font-family: 'Ubuntu', sans-serif;
}

.body-login {
    background-color: #ffffff;
    color: #000000;
}

    .body-login a {
        color: #be1622;
        text-decoration: none;
    }

    .body-login hr {
        border-top: 1px solid #00CBC3;
    }

.custom-jumbotron {
    background-color: #121f2d;
    color: #ffffff;
}

.custom-btn {
    background-color: #0A0D38;
}

.custom-btn-myqr {
    background-color: #121f2d;
}

    .custom-btn-myqr:hover, .custom-btn:hover {
        opacity: 0.8;
    }

.custom-btn-grey {
    background-color:#d9d9d9;
}

    .custom-btn-grey:hover {
        background-color: #d0d0d0;
        color: #000;
    }

.custom-accordion {
    background-color: #121f2d !important;
    color: #ffffff !important;
}

    .custom-accordion::after, .custom-accordion:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }

    .btn-noradius {
        border-radius: 0;
    }
