body {
	font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
li {
	font-family: 'Poppins', sans-serif;
}

h5 {
	font-size: 12px;
	font-weight: bold;
}

h4 {
	font-size: 18px;
	font-weight: bold;
}

.menu-title {
	font-size: 12px;
}

/* table {
	font-size: 12px;
} */

body.modal-open {
	overflow: hidden;
}

.menu-content {
	font-weight: 400;
	font-size: 12px;
}

select {
	font-size: 14px; /* Mengatur ukuran font untuk elemen select */
}

option {
	font-size: 14px; /* Mengatur ukuran font untuk elemen option */
}

.toast-container {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 9999;
}

.mobile-menu {
    display: none;
}

a.custom-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

a.custom-link:hover {
    color: #007bff;

}



@media (max-width: 768px) {
    .mobile-menu {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: white;
        z-index: 10;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        justify-content: space-around;
        padding: 10px 0;
        border-top: 1px solid #ddd;

    }

    .mobile-menu-item {
        text-align: center;
        color: #333;

        font-size: 10px;

        display: flex;
        flex-direction: column;

        align-items: center;
        text-decoration: none;

    }

    .mobile-menu-item i {
        font-size: 20px;

        margin-bottom: 5px;
        color: #666;

    }

    .mobile-menu-item span {
        margin-top: 2px;
    }

    .mobile-menu-item.active {
        color: #2269F5;

    }

    .mobile-menu-item.active i {
        color: #2269F5;

    }

    .mobile-menu-item:hover {
        color: #2269F5;

    }

    .mobile-menu-item:hover i {
        color: #2269F5;

    }




}

.menu-wrapper a {
    text-decoration: none;
    color: inherit;
}

.menu-wrapper {
    display: none;
    background: #ffffff;
    padding: 10px;
    overflow-x: auto;
    white-space: nowrap;
}

.menu-item {
    display: inline-block;
    width: 80px;
    margin: 0 10px;
    text-align: center;
    color: #333;
}

.menu-item .icon-container {
    width: 60px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    background: #ffffff;
}

.menu-item .icon-container span {
    font-size: 20px;

}

.menu-item .menu-title {
    margin-top: 10px;
    font-size: 10px;
    line-height: 1;

}


.menu-wrapper::-webkit-scrollbar {
    height: 5px;
}

.menu-wrapper::-webkit-scrollbar-thumb {
    background: #2269F5;
    border-radius: 10px;
}

.menu-wrapper::-webkit-scrollbar-track {
    background: #ddd;
}


.read-more-container {
    text-align: left;
}

.read-more-btn {
    display: inline;
    margin: 10px 0;
    padding: 0;
    background: none;
    color: #2269F5;
    border: none;
    cursor: pointer;
    text-decoration: underline;
}

.read-more-btn:hover {
    text-decoration: none;
}

@media (max-width: 768px) {
    .table-mobile {
        width: 100%;
        margin-bottom: 20px;
    }

    .table-mobile tr {

        padding: 5px;

    }

    .table-mobile td {
        padding: 5px;
        font-size: 12px;
    }

    .card-list {
        font-size: 12px;
    }

    .menu-wrapper {
        display: block;

    }
}
