html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    /* max-width: 500px; */
    margin: 0px auto;
    background: #ededed;
    font-size: 16px;
}

.content-page {
    padding: 15px !important;
    /* height: 100vh; */
    background: #ededed;
    min-height: 100%;
}

footer.footer {
    position: fixed;
    bottom: 0;
    max-width: 500px;
    margin: 0px auto;
    background: red;
}

div#wrapper {
    background: transparent;
}


.bottom-bar {
    padding: 20px;
    position: fixed;
    bottom: 0;
    background: #ffffff;
    width: 100%;
    left: 0;
    display: flex;
    gap: 10px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    justify-content: center;
}

:root .btn:focus {
    outline: none !important;
    box-shadow: none;
}

.bottom-bar .btn.enter {
}

.bottom-bar .btn {
    color: #fff;
    border: 1px solid;
    width: 100%;
    height: 40px;
    /* background: #11ca6d; */
    border: none;
}

.card {
    /* box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16); */
}

.order {
    border: 1px solid;
    width: 35px;
    text-align: center;
    border-radius: 999px;
    height: 35px;
    background: #e9e9e9;
    border: none;
}

.top-header {
    padding: 0px 5px;
    background: #2196F3;
    position: fixed;
    z-index: 99;
    width: 100%;
    left: 0;
}

    .top-header a {
    }

    .top-header a, p {
    }

    .top-header .page-title {
        color: #fff;
        font-size: 15px;
        line-height: 50px;
    }

.btn-marin {
    font-size: 16px;
    border-radius: 5px;
    background: #2196f3;
    color: #fff;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #2196f3;
}

.btn-marin {
    font-size: 18px;
}

a.btn-back img {
    width: 20px;
}

.page-title-box {
    display: flex;
    gap: 10px;
    align-items: center;
}

img.btn-icon {
    width: 30px;
    display: block;
    margin: 0px auto;
}

.btn-enter {
    background: #a58657 !important;
    color: #fff;
}

.btn-policy {
    background: #607D8B !important;
    color: #fff;
}

.btn-agreement {
    background: #8BC34A !important;
    color: #fff;
}

.btn-qr-door {
    background: #E91E63 !important;
    color: #fff;
}

.btn.btn-lg.btn-sos {
    border-radius: 999px;
    width: 30px;
    height: 30px;
}

.btn-lg.btn-sos {
    /* border-radius: 99px; */
    background: #eb4034;
    border: none;
    /* width: 100%; */
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    border-radius: 5px;
}

.ribbon {
    position: absolute;
    clear: both;
    padding: 5px 12px;
    margin-bottom: 15px;
    /* -webkit-box-shadow: 2px 5px 10px rgba(50,58,70,.15); */
    /* box-shadow: 2px 5px 10px rgba(50,58,70,.15); */
    color: #fff;
    font-size: 16px;
    /* font-weight: 600; */
    margin-top: -19px;
    right: 8px;
    top: 32px;
    border-radius: 10px;
}

    .ribbon.exit {
        background: transparent;
        color: #2196f3;
        font-weight: bold;
    }

    .ribbon.enter {
        background: transparent;
        color: #a58657;
        font-weight: bold;
        font-size: 16px;
    }

.bottom-bar-actions {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 20px;
}

.content {
    margin-top: 60px;
}

button.swal2-confirm.swal2-styled {
    background: #2196f3 !important;
}

.btn-exit {
    background: #2196f3;
    color: #fff;
}

.swal2-modal .swal2-title {
    font-size: 18px;
}

.btn-fuel {
    background: #449d85 !important;
    color: #fff;
}

.btn-qr-waste {
    background: #a9842b !important;
    color: #fff;
}
