.menuku {
  box-shadow: 0px 3px 13px 4px rgb(81,96,112);
  background: rgba(186,174,174,0.78);
  border-top-left-radius: 32px;
  border-bottom-left-radius: 27px;
}

.mainku {
  top: 69px;
  left: 0px;
  width: 100%;
  height: calc(100% - 75px);
  background: #ffffffa8;
  box-shadow: 2px -2px 10px;
  box-sizing: border-box;
  overflow-x: hidden;
}

#kepalaSurat .mlogo,
.mlogo,
#gbr_profile,
img.logo,
.rounded-circle {
  background-color: transparent !important;
  mix-blend-mode: normal !important;
  filter: none !important;
  box-shadow: none !important;
}

#gbr_profile,
img.logo {
  background-color: transparent !important;
  mix-blend-mode: normal !important;
}

#kepalaSurat {
  max-height: 80px;
  overflow: hidden;
  display: block;
  border-bottom: 4px double #000;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
#kepalaSurat img.logo-kop {
  max-width: 150px;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: inline-block;
  background-color: transparent !important;
}

@media (min-width: 768px) {
  .mainku {
    top: 0px;
    width: calc(100% - 68px);
    height: calc(100% - 50px);
    left: 0px;
    top: 50px;
    /*padding: 33px;*/
    box-sizing: border-box;
    overflow-x: hidden;
  }
}

@media (min-width: 768px) {
  .menuku {
    border-bottom-left-radius: 0;
    border-top-right-radius: 32px;
  }
}

@media print {
  * { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  img { max-width: 100% !important; }
  body {
    background: #ffffff !important;
    background-image: none !important;
  }
  body > *:not(#printSection) { display: none !important; }
  #printSection {
    position: static;
    left: 0;
    top: 0;
    width: 100%;
    background: #ffffff;
  }
  #Suratku {
    display: block !important;
  }
  #kepalaSurat, #kepalaSurat img.logo-kop {
    background-color: transparent !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    mix-blend-mode: normal;
    filter: none;
  }
  #kepalaSurat .mlogo, .mlogo {
    background-color: transparent !important;
  }

  .noprint {
    display: none !important;
  }
  caption {
    display: none !important;
  }
}
