body{
  font-family: fieldworkL;
  background:none !important ;
}
@font-face {
  font-family: 'fieldworkR';
  src:  url('../Fieldwork-Geo-Regular.otf') ;
}
@font-face {
  font-family: 'fieldworkL';
  src:  url('../Fieldwork-Geo-Light.otf') ;
}

@media (min-width: 1225px) {
	.menu-wrapper {
		display:none;
	}
}
@media (max-width: 1224px) {
  .closedMenu{
    position:absolute !important;
    bottom:0px;
    width:100%;
  }
  .menu-wrapper {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background: #fff;
    z-index: 9999;
    overflow-y: auto;
    transition: left 0.3s ease-in-out;
  }

  .menu-wrapper.open {
    left: 0;
  }

  .menu-button {
    cursor: pointer;
    font-size: 24px;
    color: #333;
    position: absolute;
    left: 20px; 
    z-index: 9998;
  }

  /* Optional: Add a semi-transparent background overlay */
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 9998;
    display: none;
  }
}

.min-height{
	min-height:500px; 
}
.topbar .general-info .info-box .info-content a,.socials li a{
	color:#FFFFFF;
}
.topbar .general-info .info-box .info-content a:hover{
	text-decoration:underline;
}
.banner, .overlay--blue {
    background: rgb(81 100 130 / 80%);
}
.topbar {
    color: #FFFFFF; 
    background: #516482;
}
.service-contents {
    background: #516482;
}
.rev_slider .tp-rightarrow.tparrows:before, .rev_slider .tparrows.tp-leftarrow:before{
	color:#FFFFFF;
}
.mainmenu li a:hover {
    color: #516482;
}
.project .project-info .name a {
    font-size: 15px;
    line-height: 1.5;
}
.cta-pad-1 {
    padding: 0px 0;
    background: #516482;
}
.aubtn-primary:before{
	background: #516482;
}

.logo{
	width:281px;
	height:auto !important;
	padding:15px;
}
.stuck .logo img {
    width: 224px;
	height:auto;
}
.content-list li{
	list-style:auto !important;
}
.border-iframe{
	border-radius:10px;
	border:10px solid #516482;
	background:#516482;
	text-align:center;
}
.section-title-color-grey.formgratis {
    color: #ffffff;
}
.form-gratis{
	color:#FFFFFF;
}
.form-gratis .form-control{
	padding: 10px 12px;
	height: 43px;
}

@media (max-width: 1224px){
	.header-float .menu-wrapper .default-menu.mainmenu li a:hover, .menu-wrapper .default-menu.mainmenu li a:hover{
		background-color: #516482;
	}
}
.section-title-style-1{
	font-size:24px;
}
.section-title-underline-1:after{
	background:none;
}
 
.sidebar {
  background: #fff; 
  padding: 20px 0; 
}
.sidebar a {
  display: block;
  padding: 10px 20px;
  color: #333;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease; /* Tambahan untuk smooth */
}
.sidebar a.active {
  background: #007a33;
  color: #fff;
}
.sidebar a:hover ,.activemenu{
  background: #007a33;
  color: #fff !important;
}
.content {
  padding: 30px; 
  background: #fff;
  margin-bottom:50px;
  min-height: 500px;;
}
.navbar-right {
  margin-top: 15px;
}
 
.profile-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 5px;
}
.nav>li>a:focus, .nav>li>a:hover{
  background:#00833B;
  color:#FFFFFF;
}
.nav>li>a{
  padding:20px 20px 20px 20px;
}
.sidebar a{
  padding:20px 40px;
}
.nav-pills>li>a{
  -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px;
}
.leftmenu{
  margin-top:20px;
}
.rotate-caret {
  transition: all 0.3s ease;
  transform: rotate(-90deg);
  margin-top: 6px;
}
.dropdown-toggle[aria-expanded="true"] .rotate-caret {
  transform: rotate(0deg);
}
.topContent .navbar-right{
  margin-top:-15px;
}
.topContent{
  padding:35px;
  background:#F7F7F7;
}

.banner {
  background:#FFFFFF; 
}
.banner img{
  width:100%;
}
.judul{
  font-size:25px;
  margin-bottom:20px;
}
.contentbar{
  border-left: 1px solid #ddd;
}
.page-produk{
  border-top:1px solid #00833B;
  padding:20px 0px;
}
.page-produk-img{
  width:100%;
}

.box-info{
  background: #00833B;
  padding:15px;
  color:#FFFFFF;
  text-align:center;
  width:500px;
  position: relative;
  margin:0 auto;
  font-size:15px;
  max-width:100%;
}
.box-produk{
  border:1px solid #C5CACE;
  padding:35px 15px;
  background: #F7F7F7;
  text-align:center;
  margin-top:30px;
}
.box-produk img{
  width:200px;
  margin:0 auto;
}
.nama-produk-2{
  font-size:12px;
  color:#BDC3C7;
  padding:15px 0px;
}
.nama-produk{
  font-weight:bold;
}

.counter-qty {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px; 
}
.counter-qty input[type="text"] {
  width: 100px;
  text-align: center;
  font-size: 18px;
  color:#007a33;
  border:1px solid  #ccc;
  padding:3px;
}
.counter-qty button {
  width: 30px;
  height: 30px;
  font-size: 18px;
  cursor: pointer;
  line-height:1px;
}

.center-wrapper { 
  margin-top:20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.info-container {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
}

.info-box {
  display: inline-block;
  padding: 20px 30px;
  text-align: center;
  vertical-align: middle;
  min-width: 160px;
}

.info-box + .info-box {
  border-left: 1px solid #ccc;
}

.info-label {
  font-size: 14px;
  color: #555;
}

.info-value {
  color: #0a7739;
  font-weight: bold;
  font-size: 18px;
  margin-top: 5px;
}

.warning-text {
  color: red;
  margin-top: 20px;
  font-weight: 500;
  height: 20px;
}

.btn-order:hover,.btn-order:visited ,.btn-order:focus {
  color:#FFFFFF;
}
.btn-order {
  background-color: #0a7739;
  color: white;
  border-radius: 999px;
  padding: 10px 30px;
  font-weight: bold; 
  border: none;
}
.btn-add:hover,.btn-add:visited ,.btn-add:focus {
  color:#FFFFFF;
}
.btn-add {
  background-color: #0a7739;
  color: white;
  border-radius: 999px;
  padding: 10px 30px;
  font-weight: bold; 
  border: none;
}
.btn-order-polos:hover,.btn-order-polos:visited ,.btn-order-polos:focus {
  color:#0a7739;
}
.btn-order-polos {
  background-color: #FFFFFF;
  color: #0a7739;
  border-radius: 999px;
  padding: 10px 30px;
  font-weight: bold; 
  border: 1px solid #0a7739;
  
}
.sidebar a.disabled:hover{
  color:#000000 !important;
}
.sidebar a.disabled{
  cursor:not-allowed;
  background:#EFEFEF;
  color:#999999;
}

.card {
  border: 1px solid #FFFFFF;
  margin-bottom: 20px;
}

.card-header {
  background-color: #F7F7F7;
  color: #0a772f;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 18px;
  border-bottom: none;
  border-left:1px solid #ddd;
  border-top:1px solid #ddd;
  border-right:1px solid #ddd;
  width:auto;
  position:absolute;
}
.card-body{
  background:#F7F7F7;
  margin-top:42px;
  border: 1px solid #ddd;
}
.free-text {
  color: #888;
  font-size: 12px;
  margin-top: 10px;
}

.summary-icons {
  font-size: 16px;
  margin-top: 15px;
}

.summary-icons .fa {
  color: green;
  margin-right: 5px;
}

.plus-box {
  border: 1px solid #ddd;
  text-align: center;
  padding: 40px 20px;
  cursor: pointer;
  color: #0a772f;
  height: 100%;
  background:#F7F7F7;
  margin-top: 42px;
}

.plus-box i {
  font-size: 40px;
  margin-bottom: 10px;
}

.custom-table {
  margin-bottom: 10px;
}

.custom-table {
  border-collapse: collapse;
  width: 100%;
}

.custom-table > thead > tr > th,
.custom-table > tbody > tr > td {
  border-top: none;
  border-bottom: 1px solid #e0e0e0; /* Abu muda */
  padding: 8px;
}

.custom-table > thead > tr > th {
  color: #aaa;
  font-weight: normal;
  background-color: #fafafa;
}
.summary-section {
  margin-top: 20px;
  position: relative;
  padding: 10px 0;
}

.summary-block {
  display: inline-block;
  text-align: center;
}

.summary-block i {
  font-size: 36px;
  color: #007a33; /* Hijau */
  margin-bottom: 5px;
}

.summary-label {
  font-size: 12px;
  color: #666;
}

.summary-value {
  font-weight: bold;
  font-size: 16px;
  color: #007a33;
}

@media (max-width: 888px) {
	
	.right-section{
    position:absolute !important;
    top:140px;
    left:10%;
    width:80% !important;
    display:flow !important;
  }
	.left-section{
		xbackground-image: url('../img/left1m.png')  !important;
		background-size: auto !important;
		background-position: top right !important;	
    min-width: 220px !important;
    width:20% !important;
    background-repeat:no-repeat;
	}
  .cardlogin{
    width:100% !important;
  }
  .wrapper {
    min-height: 100vh !important;  
  }
}
footer a {
  font-size: 10px;
}
.sidebar a.alogo:hover{
  background:none;
}
.sidebar a.alogo{
  padding: 0px;;
}
 
.profile-img-top img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #0a793c;
  object-fit: cover;
  margin-left:10px;
}
@media (max-width: 767px) {
  .sidebar{
    display:none;
  }
}
.default-menu.mainmenu, .logo, .mainheader {
  height:0px;
}
.menu-button {
  display: none !important;
}
.logoMobile img{
  width:100px;
}
.logoMobile{
    display:none;
}
.username{
  display:contents;
}
.usernameMobile{
  display:none;
}
@media (max-width: 767px) {
  .topContent .navbar-right {
      margin-top: -27px;
  }  
  .dropM{
    left: auto;
        right: 0;
  }
    .usernameMobile{
      display:block;
    }
      .username{
      display:none;
    }
    .logoMobile{
    display:block;
  }
  .default-menu.mainmenu {
      height: auto !important;
  }
  .menu-button {
    display: block !important;
    font-size: 20px;
  }  
  .topContent .navbar-right{
    margin-right:-15px;
  }
  .header-float .menu-wrapper .default-menu.mainmenu li a:hover, .menu-wrapper .default-menu.mainmenu li a:hover,.default-menu.mainmenu li a.active{
    background-color: #007a33;
    color:#FFFFFF;
  }
  h3{
    font-size:15px;
  }
}
.sidebar img{
  margin-left: -30px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .sidebar img{
    width:112px !important;
  }
  .nav>li>a{
    padding:10px;
  }
}
.modal-header{
  background: #0a793c;
  text-align:center;
  font-size:15px;
  color:#FFFFFF;
}
#submenu-live {
	padding-left: 20px; /* atur sesuai kebutuhan */
}
#submenu-live li a{
	padding-left: 20px;
}
.menu-button {
    margin-top: 38px;
}