h1{
    font-size:  var(--h1-size) !important;
    letter-spacing:  var(--h1-spacing) !important;
    line-height:  var(--h1-height) !important;
    font-weight:  var(--h1-weight) !important;

}
h1,h2,h3,h4,h5,h6,button,div,img,a,span,p,section{
    font-family: 'Plus Jakarta Sans' !important;
}
/* 1. Terapkan font ke seluruh halaman */
* {
    font-family: 'Plus Jakarta Sans' !important;
}

/* 2. Khusus elemen yang sering override font */
body, html, button, input, textarea, select, option, label {
    font-family: 'Plus Jakarta Sans' !important;
}

/* 3. Jika ada elemen yang masih tidak berubah */
.odoo_body, .o_main_navbar, .o_content, .o_control_panel, .o_field_widget,
.o_form_view, .o_list_view, .o_kanban_view, .o_web_client,
.o_form_label, .o_field_char, .o_field_text,
.o_menu_systray, .o_menu_brand {
    font-family: 'Plus Jakarta Sans' !important;
}


/* floating button */
.btn-floating {
    position: fixed;
    right: 25px;
    bottom: 100px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 0;
    z-index: 9999;
    color: white;
    background-color: #34af23;
    border: 2px solid white;
    transition: width 0.2s ease, padding 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}

.btn-floating img {
    width: 25px;
    height: 25px;
}

.btn-floating span {
    font-size: 16px;
    margin-left: 10px;
    display: none;
    white-space: nowrap;
    font-weight: bold;
}

.btn-floating:hover {
    width: auto;
    padding: 0 20px;
}

.btn-floating:hover span {
    display: inline-block;
}

/* footer */
.copyright {
    color: black;
    font-size: 14px;
    font-weight: 400;
    position: fixed;
    bottom: 25px;
    right: 25px;
    white-space: nowrap;
}



/* header */
.header-kemendikbud {
    width: auto;
    background: linear-gradient(90deg, var(--header) 0%, var(--header-gradient) 100%) !important;
    display: flex;
    justify-content: space-between;
}

.header-kemendikbud div {
    display: flex;
    align-items: center;
}

.header-kemendikbud div img {
    width: 80px;
    height: 80px;
}

.header-kemendikbud div div {
    color: white;
    font-size: 10px;
    line-height: 1.5;
}

.text-logo {
    width: 224px;
    height: 42px;
    font-style: normal;
    font-weight: var(--h5-font-weight);
    font-size: var(--h5-font-size) !important;
    /*line-height: var(--h5-line-height) !important;*/
    display: flex;
    align-items: center;
    color: #FFFFFF;
    flex: none;
    order: 2;
    flex-grow: 1;
    margin-left: 20px;
}

.header-kemendikbud div div button {
    background: none;
    border: none;
    cursor: pointer;
    color: white;
    font-size: 14px;
    font-weight: 0 !important;
    line-height: 1.5;
}



.menu-kemendikbud {
    width: auto;
    display: flex;
    justify-content: space-between;
    /*margin-bottom: 10px;*/
    padding-left: 35px;
    background-color: var(--sub-menu);
    box-shadow: 0px 1px 16px 1px rgba(0, 0, 0, 0.04);
    filter: drop-shadow(0px 1px 12px rgba(0, 0, 0, 0.1));
}


.menu-kemendikbud div {
    display: flex;
    align-items: center;
}

.menu-kemendikbud div img {
    width: 80px;
    height: 80px;
}

.menu-kemendikbud div div {
    color: #8f8f8f;
    font-size: 18px;
    line-height: 1.5;
}

.menu-kemendikbud div div button {
    background: none;
    border: none;
    cursor: pointer;
    color: var(--text-color);
    font-size: 16px;
    font-weight: 0 !important;
    line-height: 1.5;
}

   .nav-bar-mn{
      align-items: right; gap: 20px;
   }
   .div-mn-top {
      padding-top: 6px; padding-bottom: 6px; justify-content: flex-start; align-items: center; gap: 4px;
   }

   .mn-top   {
      font-size: 14px !important; color: white; font-size: 16px; font-family: Plus Jakarta Sans; line-height: 20px; letter-spacing: 0.08px;
   }

   .div-mn-utama {
      padding-top: 6px; padding-bottom: 6px; justify-content: flex-start; align-items: center; gap: 4px;
   }

   .mn-utama   {
      font-size: 14px !important; color: black; font-size: 16px; font-family: Plus Jakarta Sans; line-height: 20px; letter-spacing: 0.08px;
   }

   .btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

   .float-lg-right {
        float: right !important;
    }

   .container-1{
      width: 100%;
      vertical-align: middle;
      white-space: nowrap;
      position: relative;
   }
   .container-1 input#search{
      width: 100%;
      height: 50px;
      background: #fff;
      border: none;
      font-size: 10pt;
      float: left;
      color: #63717f;
      padding-left: 25px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 3px;
   }
   .container-1 input#search::-webkit-input-placeholder {
      color: #65737e;
   }
   .container-1 input#search:-moz-placeholder { /* Firefox 18- */
      color: #65737e;
   }
   .container-1 input#search::-moz-placeholder {  /* Firefox 19+ */
      color: #65737e;
   }
   .container-1 input#search:-ms-input-placeholder {
      color: #65737e;
   }
   .container-1 .icon{
         position: absolute;
    top: -10%;
    margin-left: 7px;
    margin-top: 17px;
    z-index: 1;
    color: #4f5b66;
   }

   .container-2 input#search {
    width: 100%;
    height: 45px;
    background: #fff;
    border: none;
    font-size: 10pt;
    float: left;
    color: #63717f;
    padding-left: 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 3px;
}


#navbar {
  position: fixed;
  width: 100%;
  display: block;
  transition: top 0.3s;
}
#menu{
  display: block;
  transition: top 0.3s;
}
#menu a{
  color: #f2f2f2;
  line-height: 50px;
  text-decoration: none;
  margin-right: 20px;
  padding-left: 15px;
}
#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  font-size: 17px;
}

#navbar a:hover {
  background-color: #ddd;
  color: black;
}
/* Responsive for Mobile (320px - 480px) */
@media (max-width: 480px) {
    .header-kemendikbud {
        flex-direction: column;
        padding: 10px 20px;
        text-align: center;
    }

    .header-kemendikbud div img {
        width: 40px;
        height: 40px;
    }

    .header-kemendikbud div div {
        font-size: 10px;
        line-height: 1.2;
    }

    .btn-floating {
        bottom: 30px;
        right: 20px;
        width: 40px;
        height: 40px;
    }

    .btn-floating img {
        width: 20px;
        height: 20px;
    }

    .btn-floating span {
        font-size: 14px;
    }

    .copyright {
        font-size: 12px;
        bottom: 15px;
        right: 15px;
    }
}

/* Responsive for Desktop (481px and above) */
@media (min-width: 481px) {
    .header-kemendikbud {
        flex-direction: column;
        padding: 16px 40px;
    }

    .header-kemendikbud div img {
        width: 64px;
        height: 64px;
    }

    .header-kemendikbud div div {
        font-size: 16px;
    }

    .btn-floating {
        bottom: 50px;
        right: 25px;
        width: 50px;
        height: 50px;
    }

    .btn-floating img {
        width: 25px;
        height: 25px;
    }

    .btn-floating span {
        font-size: 16px;
    }

    .copyright {
        font-size: 14px;
        bottom: 25px;
        right: 25px;
    }
}


