@charset "UTF-8";
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

a {
  color: #695aa6;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #493f75;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.kirim {
font-size: 15px;
color: navy;
cursor: pointer;
background-color: #04AA6D;
padding: 5px 10px 5px 10px;
border: none;
border-radius: 5px; 
font-weight:bold;
}
.kirim:hover {
	color: blue;
}

table {
	border-collapse: collapse;
}

th, tr, td {
  border: 2px solid #DFE8FA; /* Menampilkan hanya border bawah */
  background: #fff;
}


.clear {
clear: both;
}

.header {
width: 100%;
top:0;
background: #fff;
position: sticky;
z-index: 1000;
border: 1px red transparent;
	}
.headerinner {
width: 80%;
padding: 0px;
margin: 0 auto;
padding-top: 10px;
border: 1px green transparent;
}
.logo img {
width: 200px;
}

.banner {
width: 100%;
background: #fff;
}
.inner {
width: 80%;
background: #fff;
margin: 0 auto;
}

.banner-menu {
padding: 1px;
background: #ccc;
}

.banner-menu li {
display: inline-block;
font-size: 14px;
font-weight: bold;
float: left;
list-style-type: none;
margin-top: 0px;
margin-bottom: 0px;
margin-right: 10px;
padding: 5px;
	}
.banner-menu li:hover {
background: #ddd;
}

.footer {
padding: 5px;
background: #ccc;
text-color: #fff;
}
.footer-copy {
font-size: 12px;
}
.footer-head {
font-size: 15px;
font-weight: bold;
}
.mainkonten {
background: #DFE8FA;
padding: 1px;
}
.form-hitung-left {
width: 350px;
float: left;
padding: 1px;
}
.form-hitung-right {
float: left;
width: 60%;
}
.form-hitung {
padding: 1px;
background: #fff;
}

.form-container {
font-size: 12px;
            display: grid;
            grid-template-columns: 1fr 2fr;
            gap: 0px;
            width: 95%;
            border-bottom: 1px transparent #000;
            padding: 3px;
 }
        .form-container div {
            padding: 3px;
            border-bottom: 1px solid #ddd;
        }
        .full-width {
            grid-column: span 2;
            text-align: center;
        }
.mainkonten-result {
max-width: 100%;
width: auto;
padding: 5px;
}
.result {
width: 90%;
margin: 0 auto;
font-size: 12px;
}
.result-bottom {
font-size: 10px;
font-style: italic;
width: 50%;
padding: 5px;	
}
.result-header {
	font-size: 18px;
	color: navy;
	padding-top: 15px;
	padding-bottom: 5px;
}
.result-header img {
	width: 120px;
}
.printpdf {
	float: right;
}
.printpdf img {
	width: 25px;
	border: 3px #DFE8FA solid;
	border-radius: 5px;
}
.printpdf img:hover {
	border: 3px #aaa solid;
		border-radius: 5px;
		  cursor: pointer;
}