@font-face {
    font-family: "opensan";
    src: url("./OpenSans-Regular.ttf") format("truetype");
}

body {
    /* font-family: opensan; */
    background-color: white !important;
}

.cus-navbar {
    min-height: 100px;
    background-color: #ffffff !important;
    opacity: 0.9;
    /* background-color: #D2D3D5 !important; */
    /* background-color: #dadada !important; */
    /* background-color: #015635 !important; */
}

.cus-nav-item {
    padding: 6px 0px !important;
}

.cus-nav-link {
    /* border-right: solid 1px rgba(255,255,255,.5); */
    padding: 5px 10px !important;
    color: #002014 !important;
    /* font-weight: bold; */
}

.cus-nav-link:hover {
    color: #002014 !important;
    /* background-color: #E6E7E8; */
    border-bottom: solid 1px #F58634 !important;
    /* background-color: #015635 !important;
   color:#e0e9e6 !important; */
}

.cus-nav-link-end {
    padding: 5px 15px !important;
    color: #002014 !important;
    /* font-weight: bold; */
}

.cus-nav-link-end:hover {
    background-color: #015635 !important;
    color: #e0e9e6 !important;
}

.cus-dropdown-item:active {
    color: #002014 !important;
    background-color: #E6E7E8;
}

.cus-logo-header {
    height: 43px;
}

.cus-header-2 {
    background-color: #414041 !important;
    /* background-color: #002014 !important; */
}

.cus-card-produk {
    max-width: 300px;
}

.cus-footer {
    min-height: 100px;
    background-color: #015635 !important;
}

.cus-footer-inner {
    color: #e0e9e6 !important;
}

.cus-hr-footer {
    border-top: solid ipx #e0e9e6 !important;
}

.cus-logo-footer {
    height: 35px;
}

.cus-tagline-footer {
    height: 45px;
}

.cus-footer-jamoperasional {
    border-bottom: dotted 1px #e0e9e6;
}

.cus-footer-link {
    color: #e0e9e6 !important;
}

.cus-footer-link:hover {
    color: #F58634 !important;
    text-decoration: none;
}

.cus-footer-h {
    padding-bottom: 5px;
    border-bottom: solid 1px #e0e9e6;
}

.cus-footer-2 {
    /* min-height: 100px; */
    background-color: #002014 !important;
    /* background-color: #414041 !important; */

}

.cus-logo-lembaga {
    width: 300px;
}

.cus-footer-lembaga {
    background-color: #E6E7E8;
}

.cus-btn-orange {
    color: white !important;
    background-color: rgb(252, 156, 88) !important;
}

.cus-btn-orange:hover {
    color: white !important;
    background-color: #F58634 !important;
}

.cus-btn-hijau {
    color: white !important;
    background-color: #015635 !important;
}

.cus-btn-hijau:hover {
    color: white !important;
    background-color: #096441 !important;
}

.cus-table-orange {
    background-color: #F58634 !important;
    color: white !important;
}

.cus-font-90 {
    font-size: 90% !important;
}

.cus-font-80 {
    font-size: 80% !important;
}

.cus-font-70 {
    font-size: 70% !important;
}

.cus-header-sukubunga {
    background-color: #015635 !important;
    /* background-color: #F58634 !important; */
}

.cus-header-sukubunga-text {
    color: white !important;
}

.cus-dropdown:hover .dropdown-menu {
    display: block;
}

.cus-berita-link {
    color: #5a5c69 !important;
}

.cus-berita-link:hover {
    color: #F58634 !important;
    text-decoration: none;
}

.cus-profil-nav-link-active {
    background-color: #F58634 !important;
    color: white !important;
}

.cus-profil-nav-link {
    text-decoration: none;
}

.cus-profil-nav-link:hover {
    color: #F58634 !important;
    text-decoration: none;
}

.cus-produk-nav {
    background-color: #F58634 !important;
    color: white !important;
}

.cus-produk-nav-active {
    border-left: solid 3px #015635 !important;
    ;
}

.cus-mh-500 {
    min-height: 500px;
}

.cus-mh-700 {
    min-height: 700px;
}

.cus-toogler:hover {
    color: #F58634 !important;
    text-decoration: none;
}

.cus-bg-hijau {
    background-color: #015635 !important;
}

.cus-bg-orange {
    background-color: #F58634 !important;
}

.cus-logo-header-admin {
    height: 30px;
}

.cus-border-bottom-stripped {
    border-bottom: #1f2024 1px dotted;
}

.cus-text-nowrap {
    white-space: nowrap;
}

.cus-text-95 {
    font-size: 95%;
}

.cus-text-85 {
    font-size: 85%;
}

.cus-text-80 {
    font-size: 80%;
}

.cus-text-75 {
    font-size: 75%;
}

.cus-text-70 {
    font-size: 70%;
}

.cus-text-65 {
    font-size: 65%;
}

.cus-text-60 {
    font-size: 60%;
}

.cus-text-55 {
    font-size: 55%;
}

.cus-text-50 {
    font-size: 50%;
}

/* summernote */
.note-group-select-from-files {
    display: none;
}

.cus-table-container {
    /* max-height: 300px; */
    /* Adjust as needed */
    overflow-y: auto;
    position: relative;
}

.cus-sticky-header {
    position: sticky;
    top: 0;
    z-index: 1;
}

.cus-bg-kuning {
  background-color: #fffb00 !important;
}

.cus-bg-alert-info {
  background-color: #d7f1f5 !important;
}

.cus-bg-alert-primary {
  background-color: #dce3f9 !important;
}

.cus-bg-alert-secondary {
  background-color: #e7e7ea !important;
}

.cus-bg-alert-success {
  background-color: #d2f4e8 !important;
}

.cus-bg-alert-warning {
  background-color: #fdf3d8 !important;
}
.cus-bg-alert-danger {
  background-color: #fadbd8 !important;
}

/* last update 2025-09-24 */