:root {
  --default-font: "Roboto",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Montserrat",  sans-serif;
  --nav-font: "Raleway",  sans-serif;
}

:root { 
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #2b180d; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #1b2f45; /* Color for headings, subheadings and title throughout the website */
  /*--accent-color: #56b8e6; */
  --accent-color: #50C878; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --header-color: #B22222; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: c; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
  --footer-color: #05003b; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}
.garistepi {
 border: 1px solid #42A5F5;;
 /*margin-top: -70px;*/
}
.ukuranlabel{
  font-size: 12px;
  font-weight: bold;
}
.warnaheaderatas{
  background-color:#B22222;
  color: white;
}
.headergrid{
  font-size: 12px;
}
.stylerowgrid{
font-size: 12px;
}
.ukurantext{
  background-color: var(--surface-color);
  color: var(--default-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);  
  font-size: 12px;
  border-radius: 0px;
  /*margin-bottom: 10px;*/
  padding: 10px;
}
.headerjudul{
  font-size: 14px;
  margin-top: 0px;
}
.styletombol{
color:#FFFFFF; 
font-family: "Poppins", sans-serif;
font-size: 12px;
height: 35px;
padding-top: 8px;
margin-top: 0px; 
width: 120px;
background-color: #1620b5;
display: inline-block;
border: none;
}
.styletombol:hover {
  color: #FFFFFF;
  background-color: #1620b5;
}
.styletombolgridedit{
color:#FFFFFF; 
height: 28px;
width: 120px;
background-color:#C71585;
display: inline-block;
font-size: 12px;
}
.styletombolgridedit:hover {
  color: #FFFFFF;
}
.styletombolgridhapus{
color:#FFFFFF; 
height: 28px;
width: 120px;
font-size: 12px;
background-color: #8B008B;
display: inline-block;
font-size: 12px;
}
.styletombolgridhapus:hover {
  color: #FFFFFF;
}
.styletombolgridlist{
color:#FFFFFF; 
height: 28px;
width: 120px;
font-size: 12px;
background-color: #006400;
display: inline-block;
font-size: 12px;
}
.styletombolgridlist:hover {
  color: #FFFFFF;
}
.kanan {
  float: right;
}
.bs-example{
  margin: 20px;        
}
.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}