/**
 * Main Styles untuk perkakasku
 *      Menuggunakan metode Mobile First dalam penulisannya.
 *      Jadi urutan style ditulis pada bagian atas untuk device mobile lalu mengurut kebawah untuk device yang lebih besar.
 *
 * @author Fajar <fajar@perkakasku.co.id>
 *
 */

@font-face {
  font-family: "Exo2 Bold";
  src: url("../fonts/Exo2-Bold-subset.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* 1. MAIN & OVERRIDE DEFAULT */
body,
html {
  margin: 0;
  padding: 0;
}
body {
  position: relative;
  color: #333;
  font-size: 12px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
a {
  cursor: pointer;
  outline: 0;
  transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
strong {
  font-weight: 600;
}
button,
input,
select,
textarea {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  outline: 0;
  transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}
*::-moz-selection {
  background: #0077ac;
  color: #fff;
}
*::selection {
  background: #0077ac;
  color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}
h1 {
  font-size: 22px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}

/* 2. COMMON */
.hide-overflow {
  overflow: hidden;
}
.no-border {
  border: none !important;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.text-small {
  font-size: 11px !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-strike {
  text-decoration: line-through !important;
}
.text-green {
  color: #4caf50 !important;
}
.text-blue {
  color: #0077ac !important;
}
.text-orange {
  color: #ff9f37 !important;
}
.text-gray {
  color: #999 !important;
}
.text-red {
  color: #d00 !important;
}
.align-center {
  text-align: center !important;
}
.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right !important;
}
.load-more {
  position: relative;
  height: 30px;
  margin-top: 10px;
  text-align: left;
}
.load-more a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ddd;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 20px;
  font-size: 11px;
  color: #0077ac;
  box-sizing: border-box;
  letter-spacing: 0;
}
.load-more a:hover {
  border-color: #0077ac;
  letter-spacing: 0.5px;
}
.load-more.bg-white a {
  background: #fff;
  border: 1px solid #fff;
}
.load-more.bg-white a:hover {
  border: 1px solid #fff;
}
.title-page {
  font-size: 20px;
  font-weight: 400;
}
.title-page i {
  color: #0077ac;
}
.social-icon {
  background: #eee;
  width: 25px;
  height: 25px;
  padding-top: 3px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
  font-size: 14px;
  margin-right: 5px;
  color: #333;
}
.social-icon.active,
.social-icon:hover {
  background: #ddd;
  font-size: 16px;
  padding-top: 0;
}
.social-icon:first-child {
  margin-left: 10px;
}
.social-icon.facebook {
  color: #3b5998;
}
.social-icon.twitter {
  color: #4e9dd9;
}
.social-icon.instagram {
  color: #125688;
}
.social-icon.rss {
  color: #fb7629;
}
.social-icon.facebook.active,
.social-icon.facebook:hover {
  background: #3b5998;
  color: #fff;
}
.social-icon.twitter.active,
.social-icon.twitter:hover {
  background: #4e9dd9;
  color: #fff;
}
.social-icon.instagram.active,
.social-icon.instagram:hover {
  background: #125688;
  color: #fff;
}
.social-icon.rss.active,
.social-icon.rss:hover {
  background: #fb7629;
  color: #fff;
}
.clearfix:after,
.clearfix:before {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clear {
  clear: both;
}
.relative {
  position: relative !important;
}
.fixed {
  position: fixed !important;
}
.absolute {
  position: absolute !important;
}
.mobile-expand {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  background: -moz-linear-gradient(
    top,
    rgba(240, 240, 240, 0) 0,
    rgba(240, 240, 240, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(240, 240, 240, 0) 0,
    rgba(240, 240, 240, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(240, 240, 240, 0) 0,
    rgba(240, 240, 240, 1) 100%
  );

  text-align: center;
}
.mobile-expand a {
  display: block;
  margin-top: 10px;
  font-size: 30px;
  color: #0077ac;
}
.mobile-expand a:hover {
  color: #ff9f37;
}
.mobile-expand a.active i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
a.link-blue {
  color: #0077ac;
}
a.link-blue:hover {
  color: #ff9f37;
  text-decoration: none;
}
a.link-orange {
  color: #ff9f37;
}
a.link-orange:hover {
  text-decoration: none;
}

.pattern-1 {
  height: 100px;
  margin-bottom: -50px;
  background: url("../img/bg-pattern-1.webp") left bottom repeat-x;
}

.shrinked {
  height: 80px !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden;
}
.uppercase {
  text-transform: uppercase !important;
}
.lowercase {
  text-transform: lowercase !important;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.t-0 {
  top: 0;
}
.b-0 {
  bottom: 0;
}

.button {
  display: inline-block;
  padding: 5px 25px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
  border: 1px solid #999;
  background: #fff;
  outline: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #444;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
.button.active,
.button:not(.nohover):hover {
  border: 1px solid #999;
  background: #999;
  color: #fff;
}
.button.invert {
  border: 1px solid #999;
  background: #999;
  color: #fff;
}
.button.invert:hover {
  border: 1px solid #999;
  background: #fff;
  color: #999;
}
.button.small {
  font-size: 12px;
}
.button.big {
  padding: 10px 25px;
  font-size: 16px;
}
.button.block {
  width: 100% !important;
}
.button.blue {
  border: 1px solid #0077ac;
  color: #0077ac;
}
.button.blue.active,
.button.blue:not(.nohover):hover {
  border: 1px solid #0077ac;
  background: #0077ac;
  color: #fff;
}
.button.orange {
  border: 1px solid #ff9f37;
  color: #ff9f37;
}
.button.orange.active,
.button.orange:not(.nohover):hover {
  border: 1px solid #ff9f37;
  background: #ff9f37;
  color: #fff;
}
.button.green {
  border: 1px solid #3fe676;
  color: #3fe676;
}
.button.green.active,
.button.green:not(.nohover):hover {
  border: 1px solid #3fe676;
  background: #3fe676;
  color: #fff;
}
.button.blue.invert {
  border: 1px solid #0077ac;
  background: #0077ac;
  color: #fff;
}
.button.blue.invert:hover {
  border: 1px solid #ff9f37;
  background: #ff9f37;
}
.button.orange.invert {
  border: 1px solid #ff9f37;
  background: #ff9f37;
  color: #fff;
}
.button.orange.invert.active,
.button.orange.invert:not(.nohover):hover {
  border: 1px solid #0077ac;
  background: #0077ac;
}
.button.green.invert {
  border: 1px solid #3fe676;
  background: #3fe676;
  color: #fff;
}
.button.green.invert:hover {
  border: 1px solid #3fe676;
  background: #fff;
  color: #3fe676;
}
.button:disabled {
  background: #ccc !important;
  border: 1px solid #ccc !important;
  color: #fff !important;
  opacity: 0.5 !important;
}
.button:disabled:hover {
  background: #ccc !important;
  border: 1px solid #ccc !important;
  color: #fff !important;
  opacity: 0.5 !important;
}

.scroll-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 45px;
  border-radius: 50%;
  background: #000;
  text-align: center;
  text-decoration: none;
  font-size: 40px;
  color: #fff;
  opacity: 0.6;
}
.scroll-top:hover {
  opacity: 1;
}

.table-wrapper {
  position: relative;
  width: 100%;
  overflow-y: auto;
}
.table-wrapper .table {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-collapse: collapse;
  font-size: 13px;
}
.table-wrapper .table tr th,
.table-wrapper .table tr td {
  /*position: relative;*/
  padding: 5px 10px;
  border: 1px solid #eee;
  word-wrap: break-word;
}
.table-wrapper .table tr th {
  font-weight: 600;
}

.videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

ol.list-item,
ul.list-item {
  padding: 5px 0 0 2em;
}
ol.list-item {
  list-style: decimal !important;
}
ul.list-item {
  list-style: disc !important;
}
li.list-item {
  padding: 2px 0;
}

/* PADDING & MARGIN */
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}

/* 3. LOADER & POPUP & NOTIF */
.overlay {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}
.overlay.black {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.main-overlay {
  z-index: 999 !important;
}
.main-loader {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 0 0;
}
.main-loader p {
  position: absolute;
  z-index: 99999;
  top: 50%;
  left: 0;
  right: 0;
  margin: -30px auto;
  color: #666;
  font-size: 16px;
  text-align: center;
}
.main-loader a.close {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: 20px;
  right: 20px;
  background: #ddd;
  color: #fff;
  font-size: 20px;
  text-align: center;
  box-sizing: border-box;
}
.main-loader a.close:hover {
  background: #d11111;
}
.the-loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 10px;
  height: 50px;
  margin: -100px auto;
  -webkit-animation: alt-loader-animate 1s infinite ease-in-out;
  animation: alt-loader-animate 1s infinite ease-in-out;
}
.the-loader.num-1 {
  left: -64px;
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.the-loader.num-2 {
  left: -32px;
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.the-loader.num-3 {
  left: 0;
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.the-loader.num-4 {
  left: 32px;
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
.the-loader.num-5 {
  left: 64px;
}
@-webkit-keyframes alt-loader-animate {
  0% {
    -webkit-transform: scaleY(1);
    background: #0077ac;
  }
  25% {
    background: #7e8b72;
  }
  50% {
    -webkit-transform: scaleY(0);
    background: #ff9f37;
  }
  75% {
    background: #7e8b72;
  }
  100% {
    -webkit-transform: scaleY(1);
    background: #0077ac;
  }
}
@keyframes alt-loader-animate {
  0% {
    transform: scaleY(1);
    background: #0077ac;
  }
  25% {
    background: #7e8b72;
  }
  50% {
    transform: scaleY(0);
    background: #ff9f37;
  }
  75% {
    background: #7e8b72;
  }
  100% {
    transform: scaleY(1);
    background: #0077ac;
  }
}
.inline-loader {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.inline-loader .the-loader {
  position: absolute;
  margin: -15px auto;
  width: 7px;
  height: 30px;
}
.inline-loader .the-loader.num-1 {
  left: -44px;
}
.inline-loader .the-loader.num-2 {
  left: -22px;
}
.inline-loader .the-loader.num-4 {
  left: 22px;
}
.inline-loader .the-loader.num-5 {
  left: 44px;
}
.inline-loader.small .the-loader {
  position: absolute;
  margin: -10px auto;
  width: 5px;
  height: 20px;
}
.inline-loader.small .the-loader.num-1 {
  left: -24px;
}
.inline-loader.small .the-loader.num-2 {
  left: -12px;
}
.inline-loader.small .the-loader.num-4 {
  left: 12px;
}
.inline-loader.small .the-loader.num-5 {
  left: 24px;
}
.notif-wrapper {
  position: relative;
  padding: 5px 10px;
  margin-bottom: 15px;
  font-size: 12px;
  background: #eee;
  color: #333;
  opacity: 0.9;
}
.notif-wrapper a.close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #000;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  font-size: 14px;
}
.notif-wrapper a.close:hover {
  opacity: 1;
}
.notif-wrapper h4 {
  font-size: 14px;
  font-weight: 600;
}
.notif-wrapper.info {
  background: #01aaed;
  color: #fff;
}
.notif-wrapper.warning {
  background: #ffae19;
  color: #fff;
}
.notif-wrapper.error {
  background: #d11111;
  color: #fff;
}
.notif-wrapper.success {
  background: #4caf50;
  color: #fff;
}
