body,
html {
    margin: 0 !important;
    padding: 0 !important;
    height: 100%;
    background-color: #f8f9fa;
}

.page {
    padding: 0px 24px;
    /* height: 100vh; */
}

.alert{
    padding: 5px !important;
}

.fixed-bottom-element {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    z-index: 1000;
    /* Ensures it is above other content */
}

.mobile-container {
    margin: 0px auto;
    width: 100%;
    max-width: 540px; /* Lebar maksimal untuk ukuran mobile */
    background-color: #fff;
    /* height: 100vh; */
}

.navbar {
    margin: 0px auto;
    width: 100%;
    max-width: 540px; /* Lebar maksimal untuk ukuran mobile */
    padding: 24px !important;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}

.btn-primary {
    background-color:  #bb0302 !important;
    color: #fff !important;
    width: 100% !important;
    border-color: #fff;
}

label{
    color:  #bb0302;
}

.text-primary{
    color:  #bb0302 !important;
}

.btn-outline {
    background-color: #fff !important;
    color: #101828 !important;
    border-color: #101828 !important;
}

.btn-secondary {
    background-color: #c7c7cc !important;
    color: #101828 !important;
    width: 100% !important;
    border-color: #c7c7cc;
}

.btn:focus {
    outline: none; /* Menghapus border outline pada saat fokus */
    box-shadow: none; /* Menghapus box-shadow pada saat fokus */
    color: #757575;
}

.btn-tab {
    font-size: 18px;
    width: 33.3%;
    border-bottom: 2px solid #767676;
    color: #767676;
    font-weight: 600;
    cursor: pointer;
}

.btn-tab.active {
    border-bottom: 2px solid #b91f25 !important;
    color: #b91f25 !important;
}

.card-body.btn {
    width: 100%;
}

.icon {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}

.icon-rating-checklist {
    position: absolute;
    top: 10px;
    z-index: 10;
}

.left-50 {
    left: 50px;
}

.left-10 {
    left: 10px;
}

.icon-rating-checklist img {
    width: 36px;
}

#score {
    color: #b91f25;
    font-weight: 700;
    font-size: 16px;
    line-height: 19.2px;
}

.ml-8 {
    margin-left: 8px;
}

.text-score {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
}

.bt-1 {
    border-top: 1px solid #d9d9d9;
}

.icon img {
    width: 36px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-24 {
    margin-bottom: 24px;
}
.p-24 {
    padding: 24px;
}

.progress-container {
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 25px;
    overflow: hidden;
    height: 5px;
}
.progress-bar {
    height: 100%;
    width: 0;
    background-color: #b91f25;
    border-radius: 25px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    transition: width 0.4s ease;
}
.pt-32 {
    padding-top: 32px;
}

.pt-24 {
    padding-top: 24px;
}

.pr-24 {
    padding-right: 24px;
}

.pl-24 {
    padding-left: 24px;
}
.pb-32 {
    padding-bottom: 32px;
}
.mt-16 {
    margin-top: 16px;
}
.p-32 {
    padding: 32px;
}
.text-footer {
    font-weight: 500;
    font-size: 14px;
    line-height: 17.2px;
}
.text-footer-modal {
    font-weight: 700;
    font-size: 14px;
    line-height: 17.2px;
}

.modal-footer {
    border-top: none;
    padding: 0px;
}
.mt-24 {
    margin-top: 24px;
}

.mt-32 {
    margin-top: 32px;
}
.mb-32 {
    margin-bottom: 32px;
}

.mt-29 {
    margin-top: 29px;
}
.mb-29 {
    margin-bottom: 29px;
}

.title-detail {
    margin: 32px 0px 16px 0px;
}

.title-detail p {
    font-size: 32px;
    line-height: 38.4px;
    font-weight: 700;
}

.badge {
    padding: 8px !important;
    border: 1px solid #b91f2533;
    border-radius: 10px;
}

.badge-primary {
    background-color: #b91f2533;
    color: #b91f25;
}

.badge-success {
    background-color: #8decb4;
    color: #095b2a;
}

.accordion-button:not(.collapsed) {
    background-color: #ffff;
    color: #000;
}

.accordion-button:not(.collapsed)::after {
    background-image: #000;
}

.footer-modal {
    width: 100%;
    max-width: 540px; /* Lebar maksimal untuk ukuran mobile */
    background-color: #fff;
}

.modal-footer {
    padding: 0px 16px;
}

.bottom-nav {
    margin: 0px auto;
    width: 100%;
    max-width: 540px; /* Lebar maksimal untuk ukuran mobile */
    background-color: #fff;
}

.mobile-button-container {
    margin: 0px auto;
    width: 100%;
    max-width: 540px; /* Lebar maksimal untuk ukuran mobile */
    background-color: #fff;
}

.nav-bottom-icon {
    width: 18px;
    height: 18px;
}

.nav-bottom-title {
    font-size: 18px;
    font-weight: 600;
    color: #757575;
}

.text-active {
    color: #2c2c2c !important;
}

a {
    text-decoration: none;
}

.sub-card-title {
    color: #767676;
}

.nav-bottom-wrapper {
    padding: 20px;
}

.divider {
    height: 120px;
}

.empty-icon {
    padding-top: 22px;
}

.empty-icon img {
    width: 65px;
    height: 65px;
}

@media only screen and (max-width: 320px) {
    .nav-bottom-icon {
        width: 15px !important;
        height: 15px !important;
    }

    .title {
        font-size: 20px !important;
        line-height: 25px !important;
    }

    .nav-bottom-title {
        font-size: 10px !important;
    }

    .btn-tab {
        font-size: 12px !important;
    }

    .nav-bottom-wrapper {
        padding: 15px !important;
    }

    .divider {
        height: 89px !important;
    }
}

@media only screen and (max-device-width: 475px) and (min-device-width: 321px) {
    .nav-bottom-icon {
        width: 18px !important;
        height: 18px !important;
    }

    .title {
        font-size: 24px !important;
        line-height: 25px !important;
    }

    .nav-bottom-title {
        font-size: 12px !important;
    }

    .btn-tab {
        font-size: 14px !important;
    }

    .nav-bottom-wrapper {
        padding: 16px !important;
    }
    .divider {
        height: 92px !important;
    }
}
