* {
    font-family: "Poppins", sans-serif;
}

body {
    background-image: url('../bg-sitpas.png');
    background-repeat: no-repeat;
    background-size: cover;
}

#top_line {
    color: black;
    font-size: 13px !important;
    visibility: visible;
    opacity: 1;
    position: relative;
    z-index: 100;

}

#top_line a {
    text-decoration: none;
}

.menu {
    width: 100%;
    height: 350px;
    /* padding-top: 20px; */
}

.menu::-webkit-scrollbar {
    background-color: #fff;
    width: 16px
}

/* background of the scrollbar except button or resizer */
.menu::-webkit-scrollbar-track {
    background-color: #fff
}

.menu::-webkit-scrollbar-track:hover {
    background-color: #f4f4f4
}

/* scrollbar itself */
.menu::-webkit-scrollbar-thumb {
    background-color: #ebebeb;
    border-radius: 16px;
    border: 5px solid #fff
}

.menu::-webkit-scrollbar-thumb:hover {
    background-color: #a0a0a5;
    border: 4px solid #f4f4f4
}

/* set button(top and bottom of the scrollbar) */
.menu::-webkit-scrollbar-button {
    display: none;
}

ul.additional_links {
    text-align: end;
    margin: 0;
    padding: 8px 0 0 0;
    color: #555;
    font-size: 13px;
    font-size: 0.8125rem;
    margin-top: 40px;
}

ul.additional_links li:first-child {
    /* margin-right: 20px; */
}

ul.additional_links li {
    display: inline-block;
    /* margin-right: 15px; */
    /* float: left; */
}

ul.additional_links li a {
    color: #fff;
    opacity: 0.8;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.sub-text {
    padding-top: 50px !important;
    padding-left: 40px;
}

.sub-text h3 {
    font-size: 15px;
    color: #337dba;

}

.sub-text h1 {
    font-size: 3em;
    font-weight: 700;
    color: rgb(49, 49, 49);

}

.sub-text h2 {
    font-weight: 700;
    color: rgb(49, 49, 49);

}

.sub-text p {
    font-size: 14px;
    color: rgb(71, 71, 71);

}

.logo-simata p {
    padding: 15px;
    font-size: 26px;
    font-weight: 500;
    color: rgb(26, 26, 26);
}

.logo-simata span {
    color: #337dba;
    font-weight: 600;
}

.logo-simata {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.logo-simata .lg-simata {
    width: 17.5%;
    border-bottom-left-radius: 50px;
}

.logo-simata .lg-simata p {
    font-size: 11px;
    text-align: center;
    color: #ee6a45;
}

.logo-simata img {
    /* width: 15%; */
    width: 50%;
    padding-top: 15px;
}

.logo-simata p {
    font-size: 13px;
    ;
}

.card-menu {
    width: 110px;
    height: 130px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10%;
    padding: 10px;
    box-shadow: 0 2px 3px -1px rgb(34 34 34 / 20%);

}

.card-menu:hover {
    box-shadow: rgba(0, 117, 172, 0.418) 2px 2px 2px;
    transition: 0.5s;
}

.card-menu a {
    text-decoration: none;
    font-weight: 500;
    color: #646464
        /* text-decoration-line: none; */
}

.card-menu img {
    width: 60%;
}

.card-menu p {
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    padding-top: 10px;
}

.card-menu .btn img {
    width: 70%;
}

.card-menu .btn p {
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    padding-top: 10px;
}

@media (max-width: 766px) {
    body {
        background-image: url('../bg-sitpas-2.png');
        padding: 15px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    ul.additional_links {
        text-align: center;
        margin-top: -20px;
    }
}

@media (max-width: 667px) {
    body {
        background-image: url('../bg-sitpas-2.png');
        padding: 15px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .logo-simata img {
        padding-top: 15px;

    }

    .logo-simata .lg-simata p {
        font-size: 17px;
        font-weight: 600;
    }

    .card-menu {
        width: 100px;
        height: 100px;
        margin: 0 auto;
        background-color: #fff;
        border-radius: 10%;
        padding: 10px;
        box-shadow: 0 2px 3px -1px rgb(34 34 34 / 20%);

    }

    .card-menu:hover {
        box-shadow: rgba(0, 117, 172, 0.418) 2px 2px 2px;
        transition: 0.5s;
    }

    .card-menu a {
        text-decoration: none;
        font-weight: 500;
        color: #646464
            /* text-decoration-line: none; */
    }

    .card-menu img {
        width: 50%;
    }

    ul.additional_links {
        text-align: center;
        margin-top: -20px;
    }
}

/* MENU MODAL */
.modal-body .menu .card-menu {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10%;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 2px; */
    padding: 10px;
    box-shadow: 0 2px 3px -1px rgb(34 34 34 / 20%);
    -webkit-transition: box-shadow 0.3s ease-in-out;
    -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    /* border: 1px solid rgb(77, 77, 77); */
}

.modal-body .menu .card-menu:hover {
    box-shadow: rgba(0, 117, 172, 0.418) 2px 2px 2px;
    transition: 0.5s;
}

.modal-body .menu .card-menu a {
    text-decoration: none;
    font-weight: 500;
    color: #646464
        /* text-decoration-line: none; */
}

.modal-body .menu .card-menu img {
    width: 50%;
}

.modal-body .menu .card-menu p {
    font-size: 13px;
    text-align: center;
    text-decoration: none;
}

.modal-body .menu .card-menu .btn img {
    width: 70%;
}

.modal-body .menu .card-menu .btn p {
    font-size: 12px;
    text-align: center;
    text-decoration: none;
}

.card-menu-modal .btn {
    width: 100px;
    height: 100px;
    /* margin: 0 auto; */
    background-color: #fff;
    border-radius: 10%;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 2px; */
    padding: 10px;
    box-shadow: 0 2px 3px -1px rgb(34 34 34 / 20%);
    -webkit-transition: box-shadow 0.3s ease-in-out;
    -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    /* border: 1px solid rgb(77, 77, 77); */
}

.card-menu-modal:hover {
    box-shadow: rgba(0, 117, 172, 0.418) 2px 2px 2px;
    transition: 0.5s;
}

.card-menu-modal img {
    width: 50%;
}

.card-menu-modal p {
    font-size: 13px;
    text-align: center;
    text-decoration: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.card-menu {
    height: fit-content;
    width: fit-content;
}

.card-menu p {
    font-size: 17px;
}

.img-header-portal{
    width: 100px;
}

.color-bottom-img{
    color: #fff;
}

.bg-yellow-submit {
    background-color: #ffad4e;
}

.bg-yellow-submit-2 {
    background-color: #f65602;
}

.header-pengaduan{
    text-align: center; margin-top: 1rem;
}

.table-res {
    width:100%;
}

.font-14px {
    font-size: 14px;
}
