html {
  font-size: 16px;
}
@media (min-width: 576px) {
  html {
    font-size: 18px;
  }
}

#header-pmb p{
  margin-bottom: 0;
}




#header-pmb .bg .navbar#header .container-fluid .header-title{
  margin-left: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: fit-content;
  height: fit-content;
}
#header-pmb .bg .navbar#header .container-fluid .header-title h3{
  font-size: 14px;
  line-height: 21px;
  color: #424242;
  font-weight: 300;
  margin: 0;
} 
#header-pmb .bg .navbar#header .container-fluid .header-title h2{
  font-size: 16px;
  line-height: 24px;
  color: #424242;
  font-weight: 500;
  margin: 0;
  letter-spacing: 0.2px;
} 

#header-pmb .menu-group a#pilih-bahasa:focus{
  outline: none !important;
  box-shadow: none;
  border: none;
  border-color: transparent !important;
}
#header-pmb .menu-group #pilih-bahasa .material-icons-round{
  vertical-align: middle;
  font-size: 20px;
  margin-left: 4px;
  color: #BDBDBD;
}

#header-pmb .dropdown .dropdown-toggle p{
  display: flex;
  align-items: center;
}
#header-pmb .dropdown .dropdown-toggle p .material-icons-round{
  font-size: 16px;
  margin-left: 4px;
}
#header-pmb .dropdown .dropdown-toggle .arrow-up{
  display: none;
}
#header-pmb .dropdown .dropdown-toggle .arrow-down{
  display: block;
}
#header-pmb .dropdown.open .dropdown-toggle .arrow-down{
  display: none;
}
#header-pmb .dropdown.open .dropdown-toggle .arrow-up{
  display: block;
}

#header-pmb .dropdown.open .dropdown-menu{
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  width: 240px;
  background-color: #fff;
  border: none;
  border-radius: 8px;
  box-shadow: 0px 12px 32px rgb(11 9 95 / 8%);
  margin: 8px 0;
}

#header-pmb .dropdown.profile-dropdown .dropdown-menu{
  width: 280px;
}

#header-pmb .dropdown.open .dropdown-menu .profile-menu-header{
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

#header-pmb .dropdown.open .dropdown-menu .profile-menu-header .inner-profile-img{
  margin-right: 12px ;
  height: fit-content ;
  height:-moz-fit-content ;
  width: fit-content;
  width:-moz-fit-content;

}

#header-pmb .dropdown.open .dropdown-menu .profile-menu-header .inner-profile-img img, 
#header-pmb .dropdown.open .dropdown-menu .profile-menu-header .inner-profile-img.no-photo .helper
{
  width: 80px !important;
  height: 80px !important;  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 0;
}
#header-pmb .dropdown.open .dropdown-menu .profile-menu-header .inner-profile-img.no-photo .helper .initial{
  color: #fff;
  font-weight: 500;
  align-self: center;
}


#header-pmb .dropdown.open .dropdown-menu .profile-menu-header .profile-id h4{
  font-size: 14px;
  line-height: 21px;
  color: #424242;
  margin: 0;
  font-weight: 500;
}
#header-pmb .dropdown.open .dropdown-menu .profile-menu-header .profile-id h5{
  font-size: 12px;
  line-height: 18px;
  color: #42424280;
  margin: 0;
  font-weight: normal;
}


#header-pmb .dropdown .dropdown-menu p{
  line-height: 1.8125rem;
  letter-spacing: 0.2px;
  color: #424242;
  font-weight: normal;  
}

#header-pmb .dropdown .dropdown-menu a{
  text-decoration: none;
  width: calc(100% + 16px);
  margin: 0 -8px;
  padding: 4px 8px;
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  color: #424242;
}

#header-pmb .dropdown .dropdown-menu a .material-icons-round{
  font-size: 12px;
  margin-right: 6px;
  color: #bdbdbd;
}

#header-pmb .dropdown .dropdown-menu a p, 
#header-pmb #mobile-navbar-collapse .nav a p{
  display: flex;
  align-items: center;
}

#header-pmb .dropdown .dropdown-menu a.logout, 
#header-pmb #mobile-navbar-collapse .nav a.logout,
#header-pmb #mobile-navbar-collapse .nav a.login
{
  display: flex;
  border-radius: 4px;
  margin: 0;
  vertical-align: middle;
  text-align: center;
  justify-content: space-around;
  background: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
  width: 100%;
  cursor: pointer;
  padding: 4px 16px;
  background: transparent;
  border: 1px solid #fd3259;
}
#header-pmb #mobile-navbar-collapse .nav a.logout,
#header-pmb #mobile-navbar-collapse .nav a.login{
  margin-top: 8px;
}

#header-pmb #mobile-navbar-collapse .nav a.login
{
  border: 1px solid #3656a1;
}

#header-pmb .dropdown .dropdown-menu a.logout .material-icons-round, 
#header-pmb .dropdown .dropdown-menu a.logout p, 
#header-pmb #mobile-navbar-collapse .nav a.logout .material-icons-round, 
#header-pmb #mobile-navbar-collapse .nav a.logout p{
  color: #fd3259;
  font-weight: 500;
  line-height: 21px;
}

#header-pmb #mobile-navbar-collapse .nav a.login p
{
  color:#3656a1;
  font-weight: 500;
  line-height: 21px;
}

#header-pmb .dropdown .dropdown-menu a.logout:hover,
#header-pmb #mobile-navbar-collapse .nav a.logout:hover{
  background-color: #fd325b2d;
}

#header-pmb #mobile-navbar-collapse .nav a.login:hover{
  background-color: #3656a12d;
}

#header-pmb .dropdown .dropdown-menu a:hover{
  background-color: #f5f5f5;
}

#header-pmb .dropdown .dropdown-menu a img{
  margin-right: 8px;
  border-radius: 4px;
}
  

#header-pmb .dropdown .dropdown-menu hr{
  margin: 0;
  padding: 0;
  border-top: 1px solid #dedede;
}

#header-pmb .dropdown.open .dropdown-menu a.active p{
  color: #3656a1;
  font-weight: 600 !important;
  letter-spacing: 0.75px;
}


#header-pmb .bg .navbar#header .container-fluid .left{
  margin-right: auto !important;
}
#header-pmb .bg .navbar#header .container-fluid .right{
  margin-left: auto;
}
#header-pmb .bg .navbar#header .container-fluid .right #mobile-nav{
  height: 32px;
  width: 32px;
  margin-left: 16px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #3656a1;
  border-radius: 6px;
  display: none;
}
#header-pmb .bg .navbar#header .container-fluid .right #mobile-nav:hover span {
  color: #3656a1;
}

#header-pmb #mobile-navbar-collapse{
  margin: 0;
  padding: 24px 48px;
  background: #fff;
  border: 1px solid #ECEFF1;
  box-shadow: 0px 12px 32px rgba(11, 9, 95, 0.16);
  border-radius: 0 0 8px 8px;

}
#header-pmb #mobile-navbar-collapse .nav{
  margin: 0;
  padding: 0;
}
#header-pmb #mobile-navbar-collapse .nav a{
  margin: 0;
  padding: 8px 0;
  color: #424242;
  font-weight: 400;
}

#header-pmb #mobile-navbar-collapse .nav a p{
  font-size: 13px;
  line-height: 19px;
  font-weight: 300;
}


#header-pmb #mobile-navbar-collapse .nav a.logout .material-icons-round{
  font-size: 12px;
  margin-right: 6px;
}

#header-pmb #mobile-navbar-collapse .nav a:hover, 
#header-pmb #mobile-navbar-collapse .nav a:focus, 
#header-pmb #mobile-navbar-collapse .nav a:active{
  color: #222222;
}

#header-pmb #mobile-navbar-collapse .nav a .material-icons-round{
  color: inherit !important;
}

#header-pmb #mobile-navbar-collapse .nav a.active p{
  color: #3656a1;
  font-weight: 500;
  letter-spacing: 0.2px;
}

#header-pmb #mobile-navbar-collapse .dropdown-menu{
 margin: 0;
 padding: 16px;
 padding-left: 0;
}



/*  */
.button {
  -webkit-appearance: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  margin: 0;
  vertical-align: middle;
  overflow: visible;
  text-align: center;
  background: transparent;
  border: 1px solid transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  padding: 4px 16px;
}

.button p {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.25rem;
  letter-spacing: 0.75px;

}

.button.primary {
  background: #3656a1;
}

.button.primary.outline {
  background: transparent;
  border: 1px solid #3656a1;
}

.button.primary.outline p {
  color: #3656a1;
}

.button.primary.outline:hover {
  background: #e1e7f5;
}


#header-pmb {
  background: #fff;
  width: 100%;
  height: fit-content;
  z-index: 99;
}

#header-pmb .bg {
  height: 100%;
}

#header-pmb .bg .navbar {
  height: 100%;
  padding: 0;
}

#header-pmb .bg .navbar#header {
  -webkit-box-shadow: 0px 5.75px 21.5625px rgba(10, 10, 35, 0.1);
          box-shadow: 0px 5.75px 21.5625px rgba(10, 10, 35, 0.1);
}

#header-pmb .bg .navbar#header .container-fluid {
  width: 100%;
  height: 100%;
  padding: 24px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header-pmb .bg .navbar#header .container-fluid .left {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

#header-pmb .bg .navbar#header .container-fluid .left img {
  max-width: 132px;
  max-height: 48px;
  width: auto;
  height: auto;
  object-fit: contain;
}


#header-pmb .bg .navbar#header .container-fluid .menu-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
}

#header-pmb .bg .navbar#header .container-fluid .menu-group .button {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
  margin-left: 8px;
  border-radius: 12px;
  background-color: transparent;
  border: transparent;
  text-decoration: none;
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#header-pmb .bg .navbar#header .container-fluid .menu-group .button p {
  line-height: 1.8125rem;
  letter-spacing: 0.2px;
  color: #424242;
  font-weight: 300;
  width: max-content;
}

#header-pmb .bg .navbar#header .container-fluid .menu-group .button img {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

#header-pmb .bg .navbar#header .container-fluid .menu-group .button:hover p, #header-pmb .bg .navbar#header .container-fluid .menu-group .button:focus p {
  color: #222222;
}

#header-pmb .bg .navbar#header .container-fluid .menu-group .button.active {
  position: relative;
}

#header-pmb .bg .navbar#header .container-fluid .menu-group .button.active p {
  color: #3656a1;
  font-weight: 500;
  letter-spacing: 0.2px;

}

#header-pmb .bg .navbar#header .container-fluid .menu-group .button.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 2px;
  border-radius: 2px;
  background: #3656a1;
}

#header-pmb .bg .navbar#header .container-fluid .right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header-pmb .bg .navbar#header .container-fluid .profile {
  margin-left: 8px;
}

#header-pmb .bg .navbar#header .container-fluid .profile .login-button a {
  border-radius: 6px;
  padding: 0.6667rem 1.111rem;
}

#header-pmb .bg .navbar#header .container-fluid .profile .login-button a p {
  font-weight: 500;
  letter-spacing: 0.75px;
}

#header-pmb .bg .navbar#header .container-fluid .profile .profile-img {
  margin: auto 0;
  width: fit-content;
  width: moz-fit-content;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 0;
}

#header-pmb .bg .navbar#header .container-fluid .profile .profile-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

#header-pmb .bg .navbar#header .container-fluid .profile .profile-img.no-photo .helper {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#header-pmb .bg .navbar#header .container-fluid .profile .profile-img.no-photo .helper .initial {
  /* line-height: 36px; */
  color: #fff;
  font-weight: 500;
  align-self: center;
}

#header-pmb.hidden-searchbar .search-bar {
  display: none;
}


@media (min-width:768px){
  #header-pmb #mobile-navbar-collapse{
    display: none !important;
  }
}

@media (min-width:768px) and (max-width: 991.98px) {
  #header-pmb .bg #header .container-fluid .left img {
    max-width: 48px !important;
    max-height: 48px !important;
    width: auto;
    height: auto;
    object-fit: contain;
  }
}

@media (min-width:460px) and (max-width: 767.98px) {
  #header-pmb .bg .navbar#header .container-fluid .left img {
    max-width: 100px !important;
    max-height: 48px !important;
    width: auto;
    height: auto;
    object-fit: contain;
  }
}

@media (max-width: 991.98px) {
  #header-pmb .bg .navbar#header .container-fluid {
    padding: 24px 0 !important;
  }
  #header-pmb .bg .navbar#header .container-fluid .header-title h3{
    font-size: 12px;
    line-height: 18px;
  } 
  #header-pmb .bg .navbar#header .container-fluid .header-title h2{
    font-size: 14px;
    line-height: 21px;
  } 
}


@media (max-width: 767.98px) {
  #header-pmb .bg .navbar#header .container-fluid .right #mobile-nav,  #header-pmb .bg .navbar#header .container-fluid .header-title{
  display: flex;
}

  #header-pmb .bg #header .container-fluid .left  {
    margin-right: auto !important;
  }
  #header-pmb .bg #header .container-fluid .left #title {
    max-width: 50vw;
  }
  #header-pmb .bg #header .container-fluid .left #title h1 {
    font-size: 0.875rem;
    line-height: 1.313rem;
  }
  #header-pmb .bg #header .container-fluid .menu-group {
    display: none !important;
  }

  #header-pmb .profile{
    display: none;
  }
  #header-pmb .dropdown.open .dropdown-menu{
    box-shadow: none;
    width: fit-content;
  }
  #header-pmb .dropdown.open .dropdown-menu hr{
    display: none;
  }
  #header-pmb .dropdown.open .dropdown-menu a{
    padding: 8px 0;  
  }


}

@media (max-width: 459.98px) {
  #header-pmb .bg #header .container-fluid .left img {
    max-width: 48px !important;
    max-height: 48px !important;
    width: auto;
    height: auto;
    object-fit: contain;
  }
}