/*  SETYLE FONT */
@import url("https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700&subset=latin-ext");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600&display=swap");
/* Sticky footer styles
-------------------------------------------------- */
:root {
  --main-color: #000000;
  --primary: #000000;
  --secondary: #c4316e;
  --accent: #f1d900;
  --white: #ffffff;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  background-color: #fff;
  min-height: 100%;
  height: 100%;
}

#wrapper_content {
  min-height: 100%;
  position: relative;
  padding-bottom: 60px;
  display: block;
}

button {
  outline: none !important;
  border: none;
  background: transparent;
}

.text-ayoinfaq-gradient {
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
}
.text-ayoinfaq-white {
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
}
.tombol {
  cursor: pointer;
}

.tombol-back {
  min-width: 45px;
  height: 45px;
  padding: 5px 12px 6px 6px;
  background: var(--main-color) !important;
  color: #fff;
  font-size: 15pt;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}

.tombol-back:hover {
  background: var(--primary) !important;
}
.tombol-shadow {
  border: 2px solid var(--main-color) !important;
  transition: box-shadow 0.4s ease;
}
.tombol-shadow:hover {
  -webkit-box-shadow: 1px 1px 15px 5px var(--primary) !important;
  -moz-box-shadow: 1px 1px 15px 5px var(--primary) !important;
  box-shadow: 1px 1px 15px 5px var(--primary) !important;
  transition: box-shadow 0.4s ease;
  border: 2px solid #f77b81;
}

.tombol-menu {
  width: 105px;
  max-width: 105px;
  height: 105px;
  padding: 10px 10px;
  margin: auto;
  display: block;
  margin: auto;
  text-align: center;
  text-decoration: none;
  font-size: 10pt;
  color: rgb(255, 255, 255);
  transition: background-color 0.4s ease;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}

.tombol-admin {
  width: 85px;
  max-width: 85px;
  height: 85px;
  padding: 15px 10px;
  margin: auto;
  display: block;
  margin: auto;
  text-align: center;
  text-decoration: none;
  font-size: 10pt;
  color: rgb(255, 255, 255);
  background: rgb(0, 0, 0);
  background: linear-gradient(
    184deg,
    #000000 0%,
    var(--main-color) 35%,
    var(--secondary) 100%
  );
  border: 3px solid rgb(255, 255, 255);
  transition: background-color 0.4s ease;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}

.tombol-mitra {
  width: 95px;
  max-width: 95px;
  height: 95px;
  padding: 20px 6px;
  margin: auto;
  display: block;
  margin: auto;
  text-align: center;
  text-decoration: none;
  font-size: 10pt;
  color: rgb(255, 255, 255);
  background: #c4316e;
  background: linear-gradient(
    184deg,
    var(--secondary) 15%,
    var(--main-color) 65%,
    #000000 100%
  );
  border: 3px solid var(--primary);
  transition: background-color 0.4s ease;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}

.tombol-menu:hover,
.tombol-menu:active,
.tombol-admin:hover,
.tombol-admin:active {
  background-color: var(--accent);
  color: var(--white);
  text-decoration: none;
  border: 3px solid var(--accent);
}

.tombol-mitra:hover,
.tombol-mitra:active {
  background-color: var(--accent);
  color: var(--accent);
  text-decoration: none;
  border: 3px solid var(--accent);
}

.tombol-mitra img,
.tombol-menu img {
  width: 100% !important;
  margin: auto;
}

.text-maroon {
  color: var(--main-color);
}
.main_banner {
  border: 2px var(--primary) solid;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow: 0px 10px 8px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 8px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 8px -6px rgba(0, 0, 0, 0.75);
  transition: box-shadow 1.5s ease;
  transition: border 1.5s ease;
}

.main_banner:hover {
  border: 2px #ffeff1 solid;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow: 1px 1px 15px 5px var(--primary);
  -moz-box-shadow: 1px 1px 15px 5px var(--primary);
  box-shadow: 1px 1px 15px 5px var(--primary);
  transition: box-shadow 1.5s ease;
  transition: border 0.5s ease;
}

.dash-display {
  width: auto;
  /* height: 80px; */
  position: relative;
  background: url("../../../asset/images/hiasan.png") no-repeat,
    linear-gradient(
      140deg,
      rgba(255, 255, 255, 0) 0%,
      #6cc045 41%,

      #083174 100%
    );
  border: #083174 2px solid;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 12px 16px;
  margin: 10px 0px 20px 0px;
  color: #0e4aa8;
  -webkit-box-shadow: 0px 10px 8px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 8px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 8px -6px rgba(0, 0, 0, 0.75);
  font-size: 11pt;
}

.dash-display img {
  position: absolute;
  width: 90px;
  height: 90px;
  right: 12px;
  top: -25px;
  -webkit-filter: drop-shadow(1px 1px 2px rgba(49, 49, 49, 0.39));
  filter: drop-shadow(1px 1px 2px rgba(49, 49, 49, 0.39));
}

.carousel_contener_image {
  position: relative;
  overflow: hidden;
}
.carousel_contener_image img {
  width: 100%;
  object-fit: fill;
}

footer.bg-footer {
  font-size: 12px;
  color: #eeeeee;
  text-shadow: 1px 1px 1px rgba(0, 34, 34, 1);
  background: var(--primary) !important;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 60px;
  z-index: 100;
  padding: 4px 20px;
  text-align: center;
  -webkit-box-shadow: inset 0px 10px 5px -8px rgba(34, 34, 34, 1);
  -moz-box-shadow: inset 0px 10px 5px -8px rgba(34, 34, 34, 1);
  box-shadow: inset 0px 10px 5px -8px rgba(34, 34, 34, 1);
}

.mex-snackbar {
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 99.8%;
  height: 260px;
  max-height: 260px;
  background-color: #f8f7f7;
  overflow: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 1px solid #9e9e9e;
  padding: 18px 13px 10px 13px;
  font-size: 10.5pt;
  z-index: 99999;
  -webkit-box-shadow: 0px -2px 7px 2px rgba(34, 34, 34, 0.3);
  -moz-box-shadow: 0px -2px 7px 2px rgba(34, 34, 34, 0.3);
  box-shadow: 0px -2px 7px 2px rgba(34, 34, 34, 0.3);
}

.main-menu {
  max-width: 100px;
  margin: auto auto !important;
}
/**********************************************************/
/*             EDITING NAVBAR                             */
/**********************************************************/
.navbar {
  background: var(--main-color); /* Old browsers */
}

nav .navbar-toggler {
  margin-right: 8px;
  width: 45px;
  padding: 5px;
}
nav .navbar-toggler:hover {
  border-color: #fff !important;
  background: #fff;
}
nav .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}
nav .navbar-toggler-icon:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 146, 63, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

/********** NAVBAR *********/
nav.navbar {
  padding: 0px;
  margin: 0px;
  /* border-bottom: 4px solid rgb(10, 82, 0) !important; */
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
}

nav .wrap_brand {
  padding: 0px 15px;
  margin: 0px;
  clear: both;
  float: left;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
nav .title_brand {
  font-size: 26pt;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
}
nav .description_brand {
  font-size: 14pt;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #f2f2f2;
}
nav .wrap_brand img {
  float: left;
  margin: 0px 10px 0px 0px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

nav.navbar .navbar-nav {
  height: 59px;
}
nav.navbar .nav-item {
  display: table;
  z-index: 1;
  position: relative;
}
nav.navbar .nav-item .nav-link {
  height: 100%;
  padding: 0 18px;
  margin: 15px 0;
  display: table-cell;
  vertical-align: middle;
  background-color: var(--main-color);
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  color: rgb(255, 255, 255) !important;
}

nav.navbar .nav-item .nav-link:hover,
nav.navbar .nav-item .nav-link:active,
nav.navbar .nav-item .nav-link:focus {
  background: rgb(255, 255, 255);
  color: #121212 !important;
  -webkit-transition: all 0.4s fade-in;
  transition: all 0.4s fade-in;
}

.judul_news {
  font-size: 14pt;
  text-decoration: none;
  color: black;
  font-weight: bold;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  display: block;
}
.judul_news:hover {
  color: var(--primary);
  text-decoration: none;
}
@media (max-width: 992px) {
  .main-menu {
    max-width: 80px;
  }
  nav.navbar {
    height: 68px;
  }
  nav.navbar .nav-item .nav-link {
    padding: 8px 14px;
    margin: 0;
    height: 65px !important;
  }
  nav.navbar .nav-item.active > .nav-link {
    height: 65px;
  }
  nav .title_brand {
    font-size: 15pt;
    margin-top: 3px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  nav .wrap_brand img {
    width: 40px;
  }
  nav .description_brand {
    font-size: 12pt;
    padding: 0px;
    margin: -4px 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}

@media (max-width: 768px) {
  .main-menu {
    max-width: 70px;
  }
  nav.navbar {
    height: auto;
    padding: 6px 0 !important;
  }
  nav.navbar .nav-item {
    width: 100%;
    display: block;
    margin: 0px;
  }
  nav.navbar .nav-item .nav-link {
    display: block;
    width: 100%;
    padding: 13px 20px;
    margin: 0px;
    height: 50px !important;
  }
  nav.navbar .navbar-nav {
    margin: 10px 0;
    height: 100%;
  }

  nav .wrap_brand {
    padding: 0px 10px;
    width: 200px;
  }

  nav .title_brand {
    font-size: 15pt;
    margin-top: 4px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  nav .wrap_brand img {
    width: 35px;
    margin: 0 10px;
  }

  #navbarCollapse {
    height: 100%;
  }

  .label_back {
    display: none;
  }

  .tombol-back {
    padding: 5px 5px 6px 5px;
    margin-left: 6px;
  }

  .tombol-mitra {
    width: 55px;
    max-width: 55px;
    height: 55px;
    margin: 10px auto;
    padding: 8px 0 !important;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 8pt;
    color: white;
    transition: background-color 0.4s ease;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    overflow: hidden;
  }

  .judul_news {
    font-size: 11pt;
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    display: block;
    line-height: 13pt;
  }
  .feature_news {
    font-size: 9pt;
  }

  @media (max-width: 425px) {
    .main-menu {
      max-width: 55px;
    }
  }
}
