html, body {
  font-family: Rubik;
}

body {
  margin: 0;
  padding: 0;
  cursor: default;
}

a {
  color: #231F20;
}

table a:hover {
  color: #231F20 !important;
  text-decoration: underline;
}

h1, h2, h3, h4, h5 {
  font-family: Rubik;
  font-weight: bold;
}

.modal .modal-header {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-color: #f1f1f1;
  border-bottom: 1px solid #dddddd;
}

.modal .modal-header h1 {
  margin: 0;
  font-weight: normal;
}

.modal .modal-header button {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 50px;
  height: 50px;
  font-size: 45px;
  background-color: #F44336;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  color: #ffffff;
  border-radius: 5px;
  outline: none;
  border: none;
}

.modal .modal-header button:hover {
  background-color: #ba000d;
}

.modal .modal-footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal .modal-footer .btn-cancel {
  background-color: #f44336;
  border: none;
  outline: none;
  color: white;
  font-weight: bold;
  width: 200px;
  padding: 10px 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 5px;
}

.modal .modal-footer .btn-utama {
  background-color: #66bb6a;
  border: none;
  outline: none;
  color: white;
  font-weight: bold;
  width: 200px;
  padding: 10px 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#flag img {
  width: 20px;
}

#flag li img {
  width: 25px;
}

.btn-utama {
  outline: none;
  font-weight: bold;
  width: 200px;
  padding: 10px 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 5px;
  background-color: white;
  color: #43434B;
  border: 1px solid #E0E0E0;
}

.btn-utama:hover {
  background-color: #43434B;
  color: white;
}

.btn-utama:disabled {
  cursor: no-drop;
  background-color: #43434B;
}

.btn-utama:focus, .btn-utama:active {
  border: 1px solid #E0E0E0;
  outline: none;
}

.site-logo a img {
  width: 100px;
}

button.nav-link {
  width: 100%;
  text-align: left;
  border: none;
  color: grey !important;
  background-color: transparent;
}

button.nav-link:hover {
  background-color: #F8F9FA;
}

.div_login {
  height: 100vh;
  width: 100%;
}

.div_login .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.div_login .container .row {
  margin: 10px 0;
}

.div_login .container .row:nth-of-type(3) {
  margin-top: 50px;
}

.div_login .container .row i {
  position: absolute;
  top: 0;
  font-size: 150px;
  color: #43434B;
  opacity: 0.2;
}

.div_login .container .row h2 {
  font-size: 50px;
}

.block-heading-1 h2 {
  color: #231F20;
}

#div_form {
  margin-top: 10px;
  padding: 0 0 50px 0;
  background-color: white;
  border-bottom: 1px solid #e6e6e6;
  -webkit-box-shadow: 2px 2px 5px 0 #d3d3d3;
          box-shadow: 2px 2px 5px 0 #d3d3d3;
}

#div_form .row {
  margin-top: 10px;
  padding: 0 20px;
}

#div_form .row .col-md-6, #div_form .row .col-md-7, #div_form .row .col-md-12 {
  margin-top: 20px;
}

#div_form #judul_form {
  padding: 0;
  margin: 0;
}

#div_form #judul_form .col-sm-12 {
  padding: 0;
}

#div_form #judul_form h1 {
  margin: 0;
  padding: 20px 40px;
  background-color: #d0d0d0;
  color: #7A797E;
}

#div_form input:disabled {
  opacity: 0.5;
  border: 1px solid #e6e6e6;
}

#div_form .keterangan_jumlah_official {
  position: absolute;
  left: -220px;
  top: 25%;
  width: 220px;
  background-color: white;
  border: 1px solid #ffcc8d;
  -webkit-box-shadow: 2px 2px 5px 0 #d3d3d3;
          box-shadow: 2px 2px 5px 0 #d3d3d3;
  display: none;
}

#div_form .keterangan_jumlah_official div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#div_form .keterangan_jumlah_official div h4 {
  text-align: center;
}

#div_form .keterangan_jumlah_official div h4:first-child {
  font-size: 15px;
  background-color: #ffcc8d;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 5px 20px;
}

#div_form .keterangan_jumlah_official div h4:last-child {
  font-size: 18px;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 15px 20px;
}

#div_form .keterangan_jumlah_official::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: -21px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin-left: -5px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent transparent #ffcc8d;
}

#intro h1 {
  color: #43434B;
}

.filter {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.ftco-cover-1.overlay p {
  color: #939393;
}

.ftco-cover-1.overlay ::after {
  background-color: rgba(129, 46, 46, 0.712);
}

.site-navbar .site-navigation .site-menu li a {
  color: #43434B !important;
  position: relative;
}

.site-navbar .site-navigation .site-menu li a:hover {
  color: #7A797E !important;
}

.site-navbar .site-navigation .site-menu li a .cart_counting {
  position: absolute;
  top: 7px;
  right: -15px;
  font-size: 12px;
  background-color: #D32F2F;
  color: white;
  border-radius: 50%;
  width: 25px;
  text-align: center;
  border: 2px solid white;
  font-weight: bold;
}

.site-navbar .site-navigation .site-menu .site-menu .has-children .dropdown li a {
  color: #43434B !important;
}

.sticky-wrapper .site-navbar {
  background-color: transparent;
}

.sticky-wrapper .shrink {
  background-color: white;
  -webkit-box-shadow: 0 1px 5px #e6e6e6;
          box-shadow: 0 1px 5px #e6e6e6;
}

#visi_motto {
  position: relative;
}

#visi_motto .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#visi_motto .content_items {
  background-color: white;
  position: relative;
  -webkit-box-shadow: 10px 10px 5px #eeeeee;
          box-shadow: 10px 10px 5px #eeeeee;
}

#visi_motto .content_items .icon {
  position: absolute;
  top: -5px;
  right: 20px;
  background-color: #eee;
  border-bottom-right-radius: 50%;
  padding: 20px 20px 15px 20px;
  border-bottom-left-radius: 50%;
  border-top: 5px solid grey;
}

#visi_motto .content_items .icon i {
  font-size: 20px;
  color: #7A797E;
}

#visi_motto .content_items .title {
  padding: 30px 80px 20px 20px;
}

#visi_motto .content_items .title h5 {
  color: #43434B;
  margin: 0;
}

#visi_motto .content_items .title .line {
  width: 80%;
  height: 5px;
  background-color: grey;
  margin-top: 8px;
}

#visi_motto .content_items p {
  margin: 0;
  padding: 10px 20px 20px 20px;
}

#visi_motto .col-md-4 {
  margin: 10px 0;
}

#best_sell h2 {
  color: #43434B;
  margin: 0;
}

#best_sell p {
  margin-top: 10px;
}

#best_sell #items {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding-bottom: 20px;
  border: 1px solid #eeeeee;
  -webkit-box-shadow: 10px 10px 1px #eeeeee;
          box-shadow: 10px 10px 1px #eeeeee;
  margin: 0 10px;
}

#best_sell #items .content_items {
  width: 100%;
  height: 300px;
}

#best_sell #items .content_items img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

#best_sell #items h5 {
  margin: 0;
  margin-top: 20px;
  color: #43434B;
  font-weight: normal;
  padding: 0 20px;
}

#best_sell #items h6 {
  margin: 0;
  margin-top: 10px;
  color: #43434B;
  font-weight: bold;
  padding: 0 20px;
}

#best_sell #items .div_btn {
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#best_sell #items .div_btn .btn-utama {
  width: 50%;
  border-radius: 10px;
  margin: 0 5px;
}

#best_sell #items .div_btn .btn-utama i {
  margin-right: 5px;
  vertical-align: text-top;
}

#best_sell #items .div_btn .btn-utama .fa-info-circle {
  font-size: 20px;
}

#best_sell #items:hover {
  border: 1px solid #eeeeee;
  -webkit-box-shadow: 10px 10px 1px #eeeeee;
          box-shadow: 10px 10px 1px #eeeeee;
}

#best_sell .col-md-4 {
  margin: 10px 0;
}

#best_sell .icon {
  position: absolute;
  top: 35%;
  left: 35%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #2121;
}

#best_sell .icon i {
  font-size: 200px;
}

#training h2 {
  color: #43434B;
  margin: 0;
}

#training p {
  margin-top: 10px;
}

#training .icon {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 200px;
  color: #2121;
}

#training .row:nth-of-type(2) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#training .col-md-5 {
  margin: 10px 0;
}

#training #image {
  width: 100%;
}

#training #image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#training #desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#social_media h2 {
  color: #43434B;
  margin: 0;
}

#social_media .item_list {
  display: flex;
  align-items: center;
  justify-content: center;
}

#social_media .item_list img {
    width: 100%;
    height: 60px;
    object-fit: contain;
}

#social_media p {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
  color: #939393;
}

#social_media .instagram_post .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#social_media .instagram_post .row #items {
  height: 200px;
  margin-top: 30px;
}

#social_media .instagram_post .row #items a {
  display: block;
  width: 100%;
  height: 100%;
}

#social_media .instagram_post .row #items a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#category_products {
  padding-top: 150px;
}

#category_products h2 {
  color: #43434B;
  margin: 0;
}

#category_products p {
  margin-top: 10px;
}

#category_products .icon {
  position: absolute;
  top: 50%;
  left: 35%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #2121;
}

#category_products .icon i {
  font-size: 200px;
}

#category_products .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

#category_products .category .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

#category_products .category .item a {
  display: block;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background-color: white;
  padding: 20px 5px 20px 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#category_products .category .item a:nth-of-type(6) {
  border-right: 1px solid #eee;
}

#category_products .category .item a:hover {
  background-color: #43434B;
}

#category_products .category .item a:hover h5 {
  color: white;
}

#category_products .category .item h5 {
  margin: 0;
  font-size: 15px;
  color: #7A797E;
  text-align: center;
}

#category_products .category .item .sub_item {
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  z-index: 1;
  display: none;
}

#category_products .category .item #triangle_up {
  position: absolute;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 100px solid red;
}

#category_products .category #active_item a {
  background-color: #43434B;
}

#category_products .category #active_item a h5 {
  color: white;
}

#category_products .category #active_item .sub_item a {
  display: block;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background-color: white;
  padding: 20px 5px 20px 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#category_products .category #active_item .sub_item a:nth-of-type(6) {
  border-right: 1px solid #eee;
}

#category_products .category #active_item .sub_item a:hover {
  background-color: #43434B;
}

#category_products .category #active_item .sub_item a:hover h5 {
  color: white;
}

#category_products .category #active_item .sub_item h5 {
  margin: 0;
  font-size: 15px;
  color: #7A797E;
  text-align: center;
}

#category_products .header {
  margin-top: 10px;
  width: 100%;
  position: relative;
}

#category_products .header .sorting {
  width: 200px;
}

#category_products .header .total {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#category_products .header .total p {
  margin: 0;
}

#category_products .footer {
  margin-top: 100px;
  margin-bottom: 100px;
  width: 100%;
  position: relative;
}

#category_products .footer .numeric {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#category_products .footer .numeric .numer a, #category_products .footer .numeric .numer button {
  display: block;
  padding: 10px 20px;
  border: 1px solid #E0E0E0;
  margin: 0 5px;
  background-color: white;
  color: #231F20;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#category_products .footer .numeric .numer a:hover, #category_products .footer .numeric .numer button:hover {
  background-color: #43434B;
  color: white;
}

#category_products .footer .numeric .numer a #disabled, #category_products .footer .numeric .numer button #disabled {
  cursor: no-drop;
}

#category_products .footer .numeric .numer #disabled {
  cursor: no-drop !important;
  color: white;
  background-color: #7A797E;
}

#category_products .footer .numeric .numer #disabled:hover {
  background-color: #7A797E;
  color: white;
}

#category_products .footer .numeric .numer #active_page {
  background-color: #43434B;
  color: white;
}

#category_products .footer .numeric .numer:nth-of-type(1) {
  margin: 0 5px 0 0;
}

#category_products .footer .total {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#category_products .footer .total p {
  margin: 0;
}

#category_products .list_products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 10px;
  width: 100%;
}

#category_products .list_products:not(:nth-of-type(1)) {
  margin-top: 50px;
}

#category_products .list_products #items {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 22.5%;
  margin: 0 20px;
  border: 1px solid #eeeeee;
  background-color: white;
  -webkit-box-shadow: 10px 10px 1px #eeeeee;
          box-shadow: 10px 10px 1px #eeeeee;
}

#category_products .list_products #items:nth-of-type(1) {
  margin: 0;
  margin-right: 20px;
}

#category_products .list_products #items:nth-of-type(4) {
  margin: 0;
  margin-left: 20px;
}

#category_products .list_products #items .content_items {
  width: 100%;
  height: 300px;
}

#category_products .list_products #items .content_items img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

#category_products .list_products #items h5 {
  margin: 0;
  margin-top: 20px;
  color: #43434B;
  font-weight: normal;
  padding: 0 20px;
  font-size: 17px;
  height: 60px;
}

#category_products .list_products #items h6 {
  margin: 0;
  color: #43434B;
  font-weight: bold;
  padding: 0 20px;
  font-size: 15px;
  padding-bottom: 20px;
}

#detail_product {
  padding-top: 150px;
}

#detail_product .col-md-6 {
  margin: 0;
  padding: 0;
}

#detail_product .img {
  width: 100%;
}

#detail_product .img img {
  width: 400px;
  height: 400px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}

#detail_product .img .img_gallery {
  height: 160px;
  margin-top: 40px;
}

#detail_product .img .img_gallery img {
  width: 160px;
  height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

#detail_product .desc {
  margin-left: 40px;
  margin-top: 0;
}

#detail_product .desc .content_desc h2 {
  color: #43434B;
  margin: 0;
}

#detail_product .desc .content_desc p {
  margin-top: 10px;
}

#detail_product .desc .line {
  width: 80%;
  height: 2px;
  background-color: grey;
  margin-top: 8px;
}

#detail_product .desc .variasi {
  margin-top: 40px;
}

#detail_product .desc .variasi h5 {
  color: #7A797E;
  margin: 0;
  font-size: 15px;
}

#detail_product .desc h6 {
  margin: 20px 0 0 0;
  padding: 0;
  color: #43434B;
  font-weight: bold;
  font-size: 30px;
}

#detail_product .desc .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
  margin-top: 10px;
}

#detail_product .desc .count .count_act {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#detail_product .desc .count input {
  margin: 0 1px;
  max-width: 100px;
  height: 40px;
  text-align: center;
}

#detail_product .desc .count button {
  outline: none;
  font-weight: bold;
  width: 50px;
  padding: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 5px;
  background-color: white;
  color: #7A797E;
  border: 1px solid #E0E0E0;
}

#detail_product .desc .count button:hover {
  background-color: #43434B;
  color: white;
}

#detail_product .desc .count button:disabled {
  cursor: no-drop;
  background-color: #43434B;
}

#detail_product .desc .count button:focus, #detail_product .desc .count button:active {
  border: 1px solid #E0E0E0;
  outline: none;
}

#detail_product .desc .count button h4 {
  margin: 0;
  font-size: 25px;
}

#detail_product .desc .count h6 {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: right;
}

#detail_product .desc .list_berat ul li {
  background-color: white;
  padding: 10px 20px;
  display: inline-block;
  border: 1px solid #E0E0E0;
  font-weight: bold;
  color: #7A797E;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  border-radius: 10px;
}

#detail_product .desc .list_berat ul li:hover {
  background-color: #43434B;
  color: white;
}

#detail_product .desc .list_berat ul .active {
  background-color: #43434B;
  color: white;
}

#detail_product .desc .div_btn {
  margin-top: 40px;
  width: 100%;
}

#detail_product .desc .div_btn .btn-utama {
  width: 100%;
}

#promo_bundling {
  padding-top: 150px;
  padding-bottom: 300px;
}

#promo_bundling .col-md-12 {
  margin: 0;
  padding: 0;
}

#promo_bundling .img {
  width: 100%;
  position: relative;
}

#promo_bundling .img img {
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

#promo_bundling .title h2 {
  color: #43434B;
  margin: 0;
  font-size: 25px;
}

#promo_bundling .title h2 #startfrom {
  font-size: 50px;
}

#promo_bundling .title h2 #prices {
  font-size: 70px;
  color: #43434B;
}

#promo_bundling #startfrom {
  font-size: 30px;
}

#promo_bundling .icon {
  position: absolute;
  top: 55px;
  left: 20%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #2121;
}

#promo_bundling .icon i {
  font-size: 150px;
}

#promo_bundling .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 10px;
}

#promo_bundling .category .item {
  width: 200px;
  position: relative;
}

#promo_bundling .category .item button {
  display: block;
  border: 1px solid #eee;
  background-color: white;
  padding: 20px 5px 20px 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  outline: none;
}

#promo_bundling .category .item button:nth-of-type(6) {
  border-right: 1px solid #eee;
}

#promo_bundling .category .item button:hover {
  background-color: #43434B;
}

#promo_bundling .category .item button:hover h5 {
  color: white;
}

#promo_bundling .category .item h5 {
  margin: 0;
  font-size: 15px;
  color: #7A797E;
  text-align: center;
}

#promo_bundling .category .active_item button {
  background-color: #43434B;
}

#promo_bundling .category .active_item button h5 {
  color: white;
}

#promo_bundling .category .active_item .sub_item button {
  display: block;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background-color: white;
  padding: 20px 5px 20px 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#promo_bundling .category .active_item .sub_item button:nth-of-type(6) {
  border-right: 1px solid #eee;
}

#promo_bundling .category .active_item .sub_item button:hover {
  background-color: #43434B;
}

#promo_bundling .category .active_item .sub_item button:hover h5 {
  color: white;
}

#promo_bundling .category .active_item .sub_item h5 {
  margin: 0;
  font-size: 15px;
  color: #7A797E;
  text-align: center;
}

#promo_bundling .display p {
  font-size: 25px;
}

#promo_bundling .display p b {
  color: #43434B;
  text-decoration: underline;
}

#promo_bundling .div_btn {
  margin-top: 40px;
  width: 100%;
}

#promo_bundling .div_btn .btn-utama {
  width: 100%;
}

#promo_bundling .div_desc_bundling table {
  width: 100%;
}

#promo_bundling .div_desc_bundling table td {
  padding: 0;
}

#promo_bundling .div_desc_bundling .div_box {
  -webkit-box-shadow: 10px 10px 1px #eeeeee;
          box-shadow: 10px 10px 1px #eeeeee;
  text-align: center;
  max-width: 350px;
}

#promo_bundling .div_desc_bundling .div_box .intro {
  padding: 10px 20px;
  background-color: white;
  color: #43434B;
}

#promo_bundling .div_desc_bundling .div_box .intro .title_intro {
  font-size: 20px;
  font-weight: bold;
}

#promo_bundling .div_desc_bundling .div_box .intro .title_price {
  font-size: 15px;
  color: #BDBDBD;
}

#promo_bundling .div_desc_bundling .div_box .bundle {
  padding: 10px 20px;
  background-color: teal;
  color: white;
  margin-top: 10px;
}

#promo_bundling .div_desc_bundling .div_box .bundle h1 {
  margin: 0;
  font-size: 25px;
}

#promo_bundling .div_desc_bundling .div_box .promo_text {
  padding: 30px 20px 20px 20px;
  background-color: white;
}

#promo_bundling .div_desc_bundling .div_box .promo_text h1 {
  margin: 0;
  font-size: 20px;
  color: #43434B;
}

#promo_bundling .div_desc_bundling .div_box .promo_text h4 {
  margin: 0;
  color: #E53935;
  font-size: 40px;
  text-decoration: underline;
}

#promo_bundling .div_desc_bundling .div_box .bundle_product {
  padding: 10px 20px;
  background-color: white;
  color: #43434B;
}

#promo_bundling .div_desc_bundling .div_box .bundle_product .title_intro {
  font-size: 20px;
  font-weight: bold;
}

#promo_bundling .div_desc_bundling .div_box .bundle_product .title_price {
  font-size: 15px;
  color: #BDBDBD;
}

#promo_bundling .div_desc_bundling .div_box .promo_price a, #promo_bundling .div_desc_bundling .div_box .promo_price button {
  width: 100%;
  padding: 10px 30px;
  font-size: 20px;
  background-color: #4CAF50 !important;
  color: white;
  border-radius: 0;
}

#promo_bundling .div_desc_bundling .div_box .promo_price a i, #promo_bundling .div_desc_bundling .div_box .promo_price button i {
  margin-right: 10px;
  font-size: 30px;
  vertical-align: sub;
  position: unset;
  color: white !important;
  opacity: 1;
}

#promo_bundling .div_desc_bundling .div_box .promo_price a:hover, #promo_bundling .div_desc_bundling .div_box .promo_price button:hover {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  background-color: #59d25d !important;
}

#sample {
  padding: 150px 0 10px 0;
}

#sample .col-md-12 {
  margin: 0;
  padding: 0;
}

#sample .img {
  width: 100%;
  position: relative;
}

#sample .title h2 {
  color: #43434B;
}

#sample .icon {
  position: absolute;
  top: 50%;
  left: 30%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 200px;
  color: #2121;
}

#promo_bundling .icon i {
  font-size: 150px;
}

@media only screen and (max-width: 767px) {
  #detail_product .desc {
    margin-left: 0;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 410px) {
  #detail_product .desc .count {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #detail_product .desc .count h6 {
    text-align: left;
    margin-left: 0;
  }
}

#others {
  padding-bottom: 200px;
}

#others h2 {
  color: #43434B;
  margin: 0;
}

#others p {
  margin-top: 10px;
}

#others .icon {
  position: absolute;
  top: 50%;
  left: 35%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #2121;
}

#others .icon i {
  font-size: 200px;
}

#others .list_products {
  margin-top: 20px;
  width: 100%;
}

#others .list_products #items {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 0;
}

#others .list_products #items #divs {
  margin: 10px 20px;
  border: 1px solid #eeeeee;
  background-color: white;
  -webkit-box-shadow: 10px 10px 1px #eeeeee;
          box-shadow: 10px 10px 1px #eeeeee;
}

#others .list_products #items .content_items {
  width: 100%;
  height: 300px;
}

#others .list_products #items .content_items img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

#others .list_products #items h5 {
  margin: 0;
  margin-top: 20px;
  color: #43434B;
  font-weight: normal;
  padding: 0 20px;
  font-size: 17px;
  height: 60px;
}

#others .list_products #items h6 {
  margin: 0;
  color: #43434B;
  font-weight: bold;
  padding: 0 20px;
  font-size: 15px;
  padding-bottom: 20px;
}

#others .list_products #items .div_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#others .list_products #items .div_btn .btn-utama {
  width: 100%;
  border-radius: 0;
}

#others .list_products #items .div_btn .btn-utama i {
  margin-right: 5px;
  vertical-align: text-top;
}

@media (min-width: 768px) {
  #others .container {
    max-width: 100%;
    padding: 0;
  }
  #others .list_products #items #divs {
    margin: 0;
  }
}

@media (min-width: 992px) {
  #others .container {
    max-width: 960px;
    padding-right: 15px;
    padding-left: 15px;
  }
  #others .list_products #items #divs {
    margin: 0 20px;
  }
}

@media (min-width: 1200px) {
  #others .container {
    max-width: 1140px;
    padding-right: 15px;
    padding-left: 15px;
  }
  #others .list_products #items #divs {
    margin: 0 20px;
  }
}

#cart h2 {
  color: #43434B;
  margin: 0;
}

#cart p {
  margin-top: 10px;
}

#cart .icon {
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #2121;
}

#cart .icon i {
  font-size: 150px;
}

#cart .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 50px;
}

#cart .total h2:nth-of-type(1) {
  margin-right: 50px;
}

#cart .list_cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#cart .list_cart .items {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  max-width: 700px;
  background-color: white;
  padding: 20px 50px;
  -webkit-box-shadow: 10px 10px 1px #eeeeee;
          box-shadow: 10px 10px 1px #eeeeee;
  position: relative;
}

#cart .list_cart .items #delete_cart {
  padding: 5px 5px;
  width: 200px;
  background-color: #D32F2F;
  color: white;
  margin-top: 20px;
}

#cart .list_cart .items #delete_cart:hover {
  background-color: #E57373;
}

#cart .list_cart .items img {
  width: 150px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}

#cart .list_cart .items .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 20px;
}

#cart .list_cart .items .desc h5 {
  margin: 0;
  padding: 0;
  color: #43434B;
}

#cart .list_cart .items .desc p {
  margin: 0;
  padding: 0;
  color: #43434B;
}

#cart .list_cart .items .desc #harga {
  margin-top: 5px;
}

#cart .list_cart .items .desc #add_min {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#cart .list_cart .items .desc #add_min span {
  color: #43434B;
  width: 30px;
  text-align: center;
}

#cart .list_cart .items .desc #add_min .btn-utama {
  padding: 0px 5px;
  width: 30px;
  text-align: center;
  margin: 0 10px;
}

#cart .list_cart .items .desc #add_min .btn-utama:nth-of-type(1) {
  margin-left: 0;
}

#cart #div_btn {
  margin-top: 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#cart #div_btn a, #cart #div_btn button {
  width: auto;
  padding: 20px 30px;
  font-size: 20px;
  background-color: #4CAF50;
  color: white;
}

#cart #div_btn a i, #cart #div_btn button i {
  margin-right: 10px;
  font-size: 30px;
  vertical-align: sub;
  position: unset;
  color: white !important;
  opacity: 1;
}

#cart #div_btn a:hover, #cart #div_btn button:hover {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  background-color: #81C784;
}

.form_promo_text h1 {
  margin: 0;
  font-size: 28px;
  color: #939393;
}

.form_promo_text h2 {
  margin: 0;
  font-size: 23px;
  color: #43434B;
}

.form_promo_text h3 {
  margin: 0;
  color: #E53935;
  font-size: 40px;
  text-decoration: underline;
}

@media only screen and (max-width: 575px) {
  #cart .list_cart .items {
    padding: 20px;
  }
  #cart .list_cart .items img {
    width: 100px;
  }
}

@media only screen and (max-width: 415px) {
  #div_form .row {
    padding: 0;
  }
  #cart .list_cart .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #cart .list_cart .items .desc {
    margin-left: 0;
    margin-top: 10px;
  }
  #cart .list_cart .items img {
    width: 100%;
  }
  #cart .total h2 {
    font-size: 20px;
  }
  #cart .total h2:nth-of-type(1) {
    margin-right: 30px;
  }
  #div_btn a, #div_btn button {
    padding: 10px 10px !important;
    font-size: 17px !important;
  }
  #div_btn i {
    display: none;
  }
}

.div_index_master {
  margin: 0;
  padding: 150px 0 50px 0;
}

.div_index_master .container {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
}

.div_index_master .container #info_form {
  background-color: #00800026;
  padding: 30px 20px 20px 20px !important;
  position: relative;
}

.div_index_master .container #info_form ol {
  margin: 0 0 0 15px;
  padding: 0;
  display: block;
}

.div_index_master .container #info_form ol li {
  list-style: inherit;
  padding-left: 10px;
}

.div_index_master .container #info_form i:not(.btn_info_aja) {
  position: absolute;
  bottom: 0px;
  right: 20px;
  font-size: 210px;
  color: #00350018;
}

.div_index_master .container #info_form .btn_info_aja {
  color: white;
  padding: 5px;
  text-align: center;
  background-color: #7A797E;
  width: 30px;
}

.div_index_master .container #info_form .fa-user-edit, .div_index_master .container #info_form .fa-address-book, .div_index_master .container #info_form .fa-edit, .div_index_master .container #info_form .fa-file-invoice {
  background-color: #7cb342;
}

.div_index_master .container #info_form .fa-user-times, .div_index_master .container #info_form .fa-info-circle, .div_index_master .container #info_form .fa-trash {
  background-color: #f44336;
}

.div_index_master .container #info_form .fa-calendar-check {
  background-color: #607d8b;
}

.div_index_master .container #info_form .fa-medal {
  background-color: #03a9f4;
}

.div_index_master .container #tab_sub_kategori {
  width: 100%;
  margin-top: 20px;
}

.div_index_master .container #tab_sub_kategori li a {
  width: 200px;
  padding: 10px 20px;
  color: #231F20;
  display: block;
  background-color: white;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.div_index_master .container #tab_sub_kategori li a:hover {
  color: white;
  background-color: #43434B;
}

.div_index_master .container #tab_sub_kategori .active a {
  background-color: #231F20;
  color: white;
}

.div_index_master .container #tab_content {
  width: 100%;
  background-color: white;
  padding: 40px 50px;
  -webkit-box-shadow: 0px 2px 1px 0 #d3d3d3;
          box-shadow: 0px 2px 1px 0 #d3d3d3;
}

.div_index_master .container #tab_content h3 {
  color: #231F20;
}

.div_index_master .container #tab_content p {
  color: #43434B;
}

.div_index_master .container #tab_content h5 {
  margin: 0;
  padding: 0;
  color: #43434B;
  font-weight: normal;
}

.div_index_master .container #tab_content ol {
  margin-left: 20px;
}

.div_index_master .container #tab_content ol li {
  list-style: decimal;
  color: #43434B;
}

.div_index_master .container #tab_content ul li {
  color: #43434B;
}

.div_index_master .div_dataTable {
  margin: 0;
  padding: 20px 10px;
}

.div_index_master .div_dataTable table {
  width: 100%;
}

.div_index_master .div_dataTable table #masih_ada {
  padding: 5px 15px;
  background-color: #7cb342;
  color: white;
}

.div_index_master .div_dataTable table #sudah_full {
  padding: 5px 15px;
  background-color: #F44336;
  color: white;
}

.div_index_master .div_dataTable table .btn-utama {
  font-size: 17px;
  padding: 0px 10px;
  width: 50px;
  text-align: center;
}

.div_index_master .div_dataTable table .btn-utama:hover {
  color: white !important;
}

.div_index_master .div_dataTable table .btn-utama:hover i {
  color: white !important;
}

.div_index_master .div_dataTable .btn_info_2 {
  padding-left: 0 !important;
  padding-right: 5px !important;
}

.div_index_master .div_dataTable .btn_info_2 .btn-utama {
  background-color: #607d8b;
  color: white;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
}

.div_index_master .div_dataTable .btn_info_2 .btn-utama:hover {
  background-color: #b0bec5;
}

.div_index_master .div_dataTable .btn_info_2 .btn-utama:disabled {
  background-color: #b0bec5;
}

.div_index_master .div_dataTable .btn_info_1 {
  padding-left: 0 !important;
  padding-right: 5px !important;
}

.div_index_master .div_dataTable .btn_info_1 .btn-utama {
  background-color: #03a9f4;
  color: white;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
}

.div_index_master .div_dataTable .btn_info_1 .btn-utama:hover {
  background-color: #81d4fa;
}

.div_index_master .div_dataTable .btn_info_1 .btn-utama:disabled {
  background-color: #81d4fa;
}

.div_index_master .div_dataTable .btn_info {
  padding-left: 0 !important;
  padding-right: 5px !important;
}

.div_index_master .div_dataTable .btn_edit {
  padding-left: 0 !important;
  padding-right: 5px !important;
}

.div_index_master .div_dataTable .btn_edit .btn-utama {
  background-color: #7cb342;
  color: white;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
}

.div_index_master .div_dataTable .btn_edit .btn-utama:hover {
  background-color: #aee571;
}

.div_index_master .div_dataTable .btn_edit .btn-utama:disabled {
  background-color: #aee571;
}

.div_index_master .div_dataTable .btn_delete {
  padding-left: 0 !important;
  padding-right: 10px !important;
}

.div_index_master .div_dataTable .btn_delete .btn-utama {
  background-color: #f44336;
  color: white;
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.div_index_master .div_dataTable .btn_delete .btn-utama:hover {
  background-color: #ff7961;
}

.div_index_master .div_dataTable .btn_delete .btn-utama:disabled {
  background-color: #ff7961;
}

#act_more {
  width: auto;
  font-weight: normal;
  font-size: 17px;
}

.not_found #div_img {
  padding: 100px 0 0 0;
}

.not_found #div_img .container img {
  width: 400px;
}

.not_found .intro_keterangan_2 {
  margin-top: 0;
}

#intro_keterangan_2 {
  position: relative;
}

#intro_keterangan_2 h1 {
  color: #7A797E;
}

#intro_keterangan_2 i {
  position: absolute;
  top: 80%;
  left: 10%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 200px;
  color: #00350018;
}

#intro_keterangan_2 .btn-utama {
  width: auto;
  display: inline-block;
  margin-top: 20px;
  font-size: 20px;
  padding: 20px 50px;
}

#intro_keterangan_2 .btn-utama:hover {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  background-color: #7A797E;
}

form .btn-utama {
  background-color: #231F20;
  color: white;
}

form .btn-utama i {
  color: white !important;
}

.site-mobile-menu a {
  color: #43434B !important;
  position: relative;
}

.site-mobile-menu a:hover {
  color: #7A797E !important;
}

.site-mobile-menu a .cart_counting {
  position: absolute;
  top: 7px;
  left: 35px;
  font-size: 12px;
  background-color: #D32F2F;
  color: white;
  border-radius: 50%;
  width: 25px;
  text-align: center;
  border: 2px solid white;
  font-weight: bold;
}

#index_paket_usaha {
  padding-top: 150px;
}

#index_paket_usaha h2 {
  color: #43434B;
}

#index_paket_usaha .icon {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 200px;
  color: #2121;
}

#index_paket_usaha #div_image_paket_1 img {
  width: 100%;
  height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right;
     object-position: right;
}

#index_paket_usaha #div_image_paket_1 .col-lg-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#index_paket_usaha #div_image_paket_1 .col-lg-4 h5 {
  font-size: 25px;
  color: #43434B;
  margin-bottom: 30px;
}

#index_paket_usaha #div_image_paket_1 .col-lg-4 ul {
  margin-left: 30px;
}

#index_paket_usaha #div_image_paket_1 .col-lg-4 ul li {
  list-style-image: url("../images/check.png");
}

#index_paket_usaha #div_image_paket_1 .col-lg-4 #div_btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
  padding: 0;
}

#index_paket_usaha #div_image_paket_1 .col-lg-4 #div_btn div {
  padding: 0;
}

#index_paket_usaha #div_image_paket_1 .col-lg-4 #div_btn a {
  margin-top: 20px;
  width: 100%;
  padding: 10px 30px;
  font-size: 20px;
  background-color: #4CAF50 !important;
  color: white;
}

#index_paket_usaha #div_image_paket_1 .col-lg-4 #div_btn a i {
  margin-right: 10px;
  font-size: 30px;
  vertical-align: sub;
  position: unset;
  color: white !important;
  opacity: 1;
}

#index_paket_usaha #div_image_paket_1 .col-lg-4 #div_btn a:hover {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  background-color: #59d25d !important;
}

#index_paket_usaha #div_image_paket_2 {
  margin-top: 100px;
  margin-bottom: 200px;
}

#index_paket_usaha #div_image_paket_2 img {
  width: 100%;
  height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

#index_paket_usaha #div_image_paket_2 .col-lg-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#index_paket_usaha #div_image_paket_2 .col-lg-4 h5 {
  font-size: 25px;
  color: #43434B;
  margin-bottom: 30px;
}

#index_paket_usaha #div_image_paket_2 .col-lg-4 ul {
  margin-left: 30px;
}

#index_paket_usaha #div_image_paket_2 .col-lg-4 ul li {
  list-style-image: url("../images/check.png");
}

#index_paket_usaha #div_image_paket_2 .col-lg-4 #div_btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
  padding: 0;
}

#index_paket_usaha #div_image_paket_2 .col-lg-4 #div_btn div {
  padding: 0;
}

#index_paket_usaha #div_image_paket_2 .col-lg-4 #div_btn a {
  margin-top: 20px;
  width: 100%;
  padding: 10px 30px;
  font-size: 20px;
  background-color: #4CAF50 !important;
  color: white;
}

#index_paket_usaha #div_image_paket_2 .col-lg-4 #div_btn a i {
  margin-right: 10px;
  font-size: 30px;
  vertical-align: sub;
  position: unset;
  color: white !important;
  opacity: 1;
}

#index_paket_usaha #div_image_paket_2 .col-lg-4 #div_btn a:hover {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  background-color: #59d25d !important;
}

@media only screen and (max-width: 991px) {
  #index_paket_usaha #div_image_paket_1 .col-lg-4 {
    margin-top: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #index_paket_usaha #div_image_paket_1 img {
    -o-object-position: bottom;
       object-position: bottom;
    height: 300px;
  }
  #index_paket_usaha #div_image_paket_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #index_paket_usaha #div_image_paket_2 .col-lg-4 {
    margin-top: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #index_paket_usaha #div_image_paket_2 img {
    -o-object-position: bottom;
       object-position: bottom;
    height: 300px;
  }
}

#index_distributor {
  padding-top: 150px;
  padding-bottom: 250px;
}

#index_distributor h2 {
  color: #43434B;
}

#index_distributor .icon {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 100px;
  color: #2121;
}

#index_distributor #div_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#index_distributor #div_contents #item {
  margin-top: 40px;
  padding: 30px 30px 40px 30px;
  border: 1px solid #eeeeee;
  background-color: white;
  -webkit-box-shadow: 10px 10px 1px #eeeeee;
          box-shadow: 10px 10px 1px #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#index_distributor #div_contents #item h2 {
  margin-bottom: 30px;
  padding-left: 42px;
}

#index_distributor #div_contents #item table {
  flex: 1;
  display: flex;
  align-items: flex-start;
  max-width: 300px;
}

#index_distributor #div_contents #item table td {
  vertical-align: top;
}

#index_distributor #div_contents #item table td:nth-of-type(1) {
  text-align: center;
}

#index_distributor #div_contents #item table td:last-child {
  padding-left: 14px;
}

#index_distributor #div_contents #item table a {
  color: #939393;
}

#image_preview {
  width: 100%;
  height: 100%;
}

.chat_wa {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.chat_wa .btn-utama {
  padding: 11px 15px;
  background-color: #4CAF50;
  border-radius: 50%;
  color: white;
  border: none;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chat_wa .btn-utama i {
  font-size: 30px;
}

.chat_wa .btn-utama:hover {
  background-color: #59d25d;
}

nav #active a {
  color: #7A797E !important;
  font-weight: bold;
}

nav #active .dropdown li a {
  color: inherit !important;
  font-weight: inherit;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

textarea {
  height: 200px;
  resize: none;
  color: #495057;
}

textarea:disabled {
  opacity: 0.5;
  border: 1px solid #e6e6e6 !important;
  color: #c0c0c0;
}

textarea:disabled::-webkit-input-placeholder {
  opacity: 0.5 !important;
}

textarea:disabled:-ms-input-placeholder {
  opacity: 0.5 !important;
}

textarea:disabled::-ms-input-placeholder {
  opacity: 0.5 !important;
}

textarea:disabled::placeholder {
  opacity: 0.5 !important;
}

.row {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol {
  margin: 0;
  padding: 0;
}

ol li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom_swal_danger {
  background-color: red !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.custom_swal_danger:hover {
  background-color: rgba(255, 0, 0, 0.5) !important;
}

.custom_swal_danger:focus {
  overflow: hidden !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.custom_swal_success {
  background-color: #7cb342 !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.custom_swal_success:hover {
  background-color: rgba(124, 179, 66, 0.5) !important;
}

.custom_swal_success:focus {
  overflow: hidden !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.modal_detail {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 105;
  height: 90vh;
  width: 800px;
}

.modal_detail .modal_detail_content {
  width: 100%;
  height: 100%;
  background-color: white;
}

.modal_detail .modal_detail_content .detail_title {
  height: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-color: #f1f1f1;
  border-bottom: 1px solid #dddddd;
}

.modal_detail .modal_detail_content .detail_title h1 {
  margin: 0;
}

.modal_detail .modal_detail_content .detail_title .detail_close {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 50px;
  height: 50px;
  font-size: 45px;
  background-color: #F44336;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  color: #ffffff;
  border-radius: 5px;
}

.modal_detail .modal_detail_content .detail_title .detail_close:hover {
  background-color: #ba000d;
}

.modal_detail .modal_detail_content .detail_content {
  width: 100%;
  height: 90%;
  max-height: 90%;
  overflow: auto;
  position: relative;
  padding: 20px 20px;
  background-color: #f5f5f5;
}

.modal_detail .modal_detail_content .detail_content #img_banner {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal_detail .modal_detail_content .detail_content .headernya {
  background-color: white;
  -webkit-box-shadow: 0px 2px 1px 0 #d3d3d3;
          box-shadow: 0px 2px 1px 0 #d3d3d3;
}

.modal_detail .modal_detail_content .detail_content #div_perlombaan li {
  list-style: decimal;
  margin: 10px 0 0 15px;
}

.modal_detail .modal_detail_content .detail_content li {
  margin-top: 10px;
  color: #212121;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

.modal_detail .modal_detail_content .detail_content li .btn_info_2 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal_detail .modal_detail_content .detail_content li .btn_info_2 .btn-utama {
  background-color: #607d8b;
  color: white;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  height: auto;
  padding: 0px 15px;
  width: 100%;
  text-align: left;
}

.modal_detail .modal_detail_content .detail_content li .btn_info_2 .btn-utama:hover {
  background-color: #b0bec5;
}

.modal_detail .modal_detail_content .detail_content li .btn_info_2 .btn-utama:disabled {
  background-color: #b0bec5;
}

.modal_detail .modal_detail_content .detail_content li .btn_info_2 .btn-utama i {
  width: 20px;
}

.modal_detail .modal_detail_content .detail_content li .btn_info_1 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal_detail .modal_detail_content .detail_content li .btn_info_1 .btn-utama {
  background-color: #03a9f4;
  color: white;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  height: auto;
  padding: 0px 15px;
  width: 100%;
  text-align: left;
}

.modal_detail .modal_detail_content .detail_content li .btn_info_1 .btn-utama:hover {
  background-color: #81d4fa;
}

.modal_detail .modal_detail_content .detail_content li .btn_info_1 .btn-utama:disabled {
  background-color: #81d4fa;
}

.modal_detail .modal_detail_content .detail_content li .btn_info_1 .btn-utama i {
  width: 20px;
}

.modal_detail .modal_detail_content .detail_content li .btn_info {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal_detail .modal_detail_content .detail_content li .btn_info .btn-utama {
  display: block;
  height: auto;
  padding: 0px 15px;
  width: 100%;
  text-align: left;
}

.modal_detail .modal_detail_content .detail_content li .btn_info .btn-utama i {
  width: 20px;
}

.modal_detail .modal_detail_content .detail_content li .btn_edit {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal_detail .modal_detail_content .detail_content li .btn_edit .btn-utama {
  background-color: #7cb342;
  color: white;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  height: auto;
  padding: 0px 15px;
  width: 100%;
  text-align: left;
}

.modal_detail .modal_detail_content .detail_content li .btn_edit .btn-utama:hover {
  background-color: #aee571;
}

.modal_detail .modal_detail_content .detail_content li .btn_edit .btn-utama:disabled {
  background-color: #aee571;
}

.modal_detail .modal_detail_content .detail_content li .btn_edit .btn-utama i {
  width: 20px;
}

.modal_detail .modal_detail_content .detail_content li .btn_delete {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal_detail .modal_detail_content .detail_content li .btn_delete .btn-utama {
  background-color: #f44336;
  color: white;
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  height: auto;
  padding: 0px 15px;
  width: 100%;
  text-align: left;
}

.modal_detail .modal_detail_content .detail_content li .btn_delete .btn-utama:hover {
  background-color: #ff7961;
}

.modal_detail .modal_detail_content .detail_content li .btn_delete .btn-utama:disabled {
  background-color: #ff7961;
}

.modal_detail .modal_detail_content .detail_content li .btn_delete .btn-utama i {
  width: 20px;
}

.modal_detail .modal_detail_content .detail_content #lampiran {
  color: #7A797E;
}

.modal_detail .modal_detail_content .detail_content #lampiran table th {
  vertical-align: top;
}

.modal_detail .modal_detail_content .detail_content #lampiran table td a {
  cursor: pointer;
  display: block;
}

.modal_detail .modal_detail_content .detail_content #lampiran table td a:hover {
  text-decoration: underline;
}

.modal_detail .modal_detail_content .detail_content #lampiran h4 {
  margin: 0;
}

.modal_detail .modal_detail_content .detail_content .belum_ada {
  color: #f44336;
}

.modal_gallery {
  display: none;
  position: fixed;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 105;
  height: 80vh;
  width: 800px;
}

.modal_gallery .modal_gallery_content {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.modal_gallery .modal_gallery_content .gallery_title {
  height: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-color: #f1f1f1;
  border-bottom: 1px solid #dddddd;
}

.modal_gallery .modal_gallery_content .gallery_title .gallery_close {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 50px;
  height: 50px;
  font-size: 45px;
  background-color: #F44336;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  color: #ffffff;
  border-radius: 5px;
}

.modal_gallery .modal_gallery_content .gallery_title .gallery_close:hover {
  background-color: #ba000d;
}

.modal_gallery .modal_gallery_content .gallery_header {
  width: 100%;
  height: 70%;
  position: relative;
}

.modal_gallery .modal_gallery_content .gallery_header img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.modal_gallery .modal_gallery_content .gallery_header .btn {
  position: absolute;
  bottom: 10px;
  left: 20%;
  right: 20%;
}

.modal_gallery .modal_gallery_content .gallery_header .btn button {
  width: 100%;
}

.modal_gallery .modal_gallery_content .gallery_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20%;
}

.modal_gallery .modal_gallery_content .gallery_footer h4 {
  width: 100%;
  padding: 20px 5px;
  background-color: #ff8c0028;
  color: #212121;
  margin: 0;
  text-align: center;
  letter-spacing: 7px;
}

.modal_gallery .modal_gallery_content .gallery_footer .owl-carousel {
  height: 100%;
}

.modal_gallery .modal_gallery_content .gallery_footer .owl-carousel .owl-stage-outer {
  width: 100%;
  height: 100%;
  padding: 0;
}

.modal_gallery .modal_gallery_content .gallery_footer .owl-carousel .owl-stage-outer .owl-stage {
  width: 100%;
  height: 100%;
}

.modal_gallery .modal_gallery_content .gallery_footer .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}

.modal_gallery .modal_gallery_content .gallery_footer .owl-prev {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  left: -80px;
  top: 45%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-weight: bold;
  font-size: 40px;
  padding: 0px 20px;
  background-color: #7A797E;
}

.modal_gallery .modal_gallery_content .gallery_footer .owl-prev:hover {
  background-color: #ffcc8d;
}

.modal_gallery .modal_gallery_content .gallery_footer .owl-next {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  right: -80px;
  top: 45%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-weight: bold;
  font-size: 40px;
  padding: 0px 20px;
  background-color: #7A797E;
}

.modal_gallery .modal_gallery_content .gallery_footer .owl-next:hover {
  background-color: #ffcc8d;
}

.modal_gallery .modal_gallery_content .gallery_footer .item {
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.modal_gallery .modal_gallery_content .gallery_footer .item:hover {
  padding: 20px;
}

.modal_gallery .modal_gallery_content .gallery_footer .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.modal_gallery .modal_gallery_content .gallery_footer .loading_elipsis {
  display: block;
  position: absolute;
  top: 95%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal_pembatalan {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 105;
  min-height: 50vh;
  width: 700px;
}

.modal_pembatalan .modal_pembatalan_content {
  width: 100%;
  height: 100%;
  background-color: white;
}

.modal_pembatalan .modal_pembatalan_content .pembatalan_title {
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-color: #f1f1f1;
  border-bottom: 1px solid #dddddd;
}

.modal_pembatalan .modal_pembatalan_content .pembatalan_title h1 {
  margin: 0;
  font-size: 35px;
}

.modal_pembatalan .modal_pembatalan_content .pembatalan_title .pembatalan_close {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 50px;
  height: 50px;
  font-size: 45px;
  background-color: #F44336;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  color: #ffffff;
  border-radius: 5px;
}

.modal_pembatalan .modal_pembatalan_content .pembatalan_title .pembatalan_close:hover {
  background-color: #ba000d;
}

.modal_pembatalan .modal_pembatalan_content .pembatalan_content {
  width: 100%;
  max-height: 80vh;
  overflow: auto;
  position: relative;
  padding: 10px 20px 50px 20px;
}

.modal_pembatalan .modal_pembatalan_content .pembatalan_content li {
  margin-top: 10px;
  color: #212121;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

.modal_pembatalan .modal_pembatalan_content .pembatalan_content #lampiran {
  color: #7A797E;
}

.modal_pembatalan .modal_pembatalan_content .pembatalan_content #lampiran table td a {
  cursor: pointer;
  display: block;
}

.modal_pembatalan .modal_pembatalan_content .pembatalan_content #lampiran table td a:hover {
  text-decoration: underline;
}

.modal_pembatalan .modal_pembatalan_content .pembatalan_content #lampiran h4 {
  margin: 0;
}

.modal_selesai {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 105;
  min-height: 50vh;
  width: 900px;
}

.modal_selesai .modal_selesai_content {
  width: 100%;
  height: 100%;
  background-color: white;
}

.modal_selesai .modal_selesai_content .selesai_title {
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-color: #f1f1f1;
  border-bottom: 1px solid #dddddd;
}

.modal_selesai .modal_selesai_content .selesai_title h1 {
  margin: 0;
  font-size: 35px;
}

.modal_selesai .modal_selesai_content .selesai_title .selesai_close {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 50px;
  height: 50px;
  font-size: 45px;
  background-color: #F44336;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  color: #ffffff;
  border-radius: 5px;
}

.modal_selesai .modal_selesai_content .selesai_title .selesai_close:hover {
  background-color: #ba000d;
}

.modal_selesai .modal_selesai_content .selesai_content {
  width: 100%;
  max-height: 70vh;
  overflow: auto;
  position: relative;
  padding: 10px 20px;
}

.modal_selesai .modal_selesai_content .selesai_content li {
  margin-top: 10px;
  color: #212121;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

.modal_selesai .modal_selesai_content .selesai_footer {
  padding: 20px 10px;
  background-color: #f1f1f1;
  border-bottom: 1px solid #dddddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.modal_selesai .modal_selesai_content .selesai_footer .btn-cancel {
  background-color: #F44336;
  border: none;
  outline: none;
  color: white;
  font-weight: bold;
  width: 200px;
  padding: 10px 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-right: 10px;
}

.modal_selesai .modal_selesai_content .selesai_footer .btn-cancel i {
  margin-right: 5px;
  font-size: 15px;
}

.modal_selesai .modal_selesai_content .selesai_footer .btn-cancel:hover {
  background-color: #ff7961;
}

.modal_selesai .modal_selesai_content .selesai_footer .btn-utama i {
  margin-right: 5px;
  font-size: 15px;
}

.background_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 104;
  background-color: rgba(88, 88, 88, 0.8);
}

.swal-text {
  text-align: center;
}

.swal-loader {
  background-color: white;
  height: auto;
}

.swal-loader .swal-content div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swal-loader .swal-content div .ldio-gcefs0otrm div {
  position: relative;
  left: 0;
}

.swal-loader .swal-content h3 {
  margin-top: 30px;
  letter-spacing: 30px;
}

.datepicker table tr td span.focused, .datepicker table tr td span.active.active {
  background-color: #7A797E;
  font-weight: bold;
  color: white;
}

.datepicker table tr td span {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.datepicker table tr td span:hover {
  background-color: rgba(255, 140, 0, 0.2);
}

.swal-wide {
  width: 50% !important;
  min-height: 300px;
}

.swal-wide .swal-title {
  position: relative;
  background-color: #f1f1f1;
  border-bottom: 1px solid #dddddd;
  padding-top: 20px;
}

.swal-wide .swal-title:first-child {
  margin-top: 0;
}

.swal-wide .swal-title:not(:last-child) {
  margin-bottom: 0;
}

.swal-wide .swal-content {
  margin-top: 20px;
}

.swal-wide .swal-content div {
  text-align: left;
  padding: 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swal-wide .swal-content div ol li {
  list-style: inherit;
}

.swal-wide i {
  position: absolute;
  top: 20px;
  left: 50px;
  font-size: 150px;
  color: #7A797E;
  opacity: 0.2;
}

.block-counter-1 {
  background-color: white;
  padding: 50px 0;
  border: 1px solid #f6f5f5;
  -webkit-box-shadow: 0px 2px 1px 0 #d3d3d3;
          box-shadow: 0px 2px 1px 0 #d3d3d3;
}

.sticky-wrapper {
  position: fixed;
}

#div_jadwal {
  padding-top: 50px;
}

#div_jadwal .col-lg-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#div_jadwal .col-lg-12 p {
  margin: 0;
}

#div_jadwal .col-lg-12 #intro_keterangan {
  margin-top: 10px;
}

#div_jadwal .col-lg-12 #intro_keterangan b {
  color: #7A797E;
}

#div_jadwal .col-lg-12 h1 {
  text-align: right;
  margin-bottom: 20px;
}

#div_jadwal .col-lg-12 .btn-utama {
  margin-top: 20px;
}

#div_jadwal .background_image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  z-index: -2;
}

#div_jadwal #banner {
  width: 100%;
  height: 400px;
}

#div_jadwal #banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

#div_jadwal #deskripsi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#selengkapnya {
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#selengkapnya:hover {
  color: #7A797E;
}

#deskripsi_mobile {
  width: 100%;
  margin-top: 50px;
  position: relative;
  min-height: 200px;
}

#deskripsi_mobile i {
  position: absolute;
  top: 50px;
  left: 120px;
  font-size: 150px;
  color: #7A797E;
  opacity: 0.2;
}

#form_ended i {
  position: absolute;
  top: 30px;
  left: 80px;
  font-size: 220px;
  color: #7A797E;
  opacity: 0.2;
}

.div_jadwal_pelatihan_perlombaan {
  margin: 0;
  padding: 150px 0 50px 0;
}

.div_jadwal_pelatihan_perlombaan .datepicker {
  border: 1px solid #f6f5f5 !important;
  -webkit-box-shadow: 0px 2px 1px 0 #d3d3d3 !important;
          box-shadow: 0px 2px 1px 0 #d3d3d3 !important;
}

.div_jadwal_pelatihan_perlombaan::before {
  background-image: url("../upload/pelatihan/1/EdXyOLkUwAA21UV.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: blur(8px);
          filter: blur(8px);
}

.div_jadwal_pelatihan_perlombaan .container {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
}

.div_jadwal_pelatihan_perlombaan .container .image_banner {
  width: 400px;
  height: 200px;
  margin-bottom: 10px;
}

.div_jadwal_pelatihan_perlombaan .container .image_banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 20%;
}

.div_jadwal_pelatihan_perlombaan .container .owl-stage-outer {
  width: 100%;
  padding: 10px 0;
}

.div_jadwal_pelatihan_perlombaan .container .div_tanggal {
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0 3px;
  padding: 2px 0;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 2px 1px 0 #d3d3d3;
          box-shadow: 0px 2px 1px 0 #d3d3d3;
  cursor: pointer;
}

.div_jadwal_pelatihan_perlombaan .container .div_tanggal:not(.tanggal_aktif):hover {
  background-color: #ff8c0046;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.div_jadwal_pelatihan_perlombaan .container .div_tanggal .bulannya {
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.div_jadwal_pelatihan_perlombaan .container .div_tanggal .garis_penanda {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #7A797E;
}

.div_jadwal_pelatihan_perlombaan .container .div_tanggal .tanggalnya {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
}

.div_jadwal_pelatihan_perlombaan .container .div_tanggal .harinya {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: normal;
}

.div_jadwal_pelatihan_perlombaan .container .div_tanggal_disabled {
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0 3px;
  padding: 2px 0;
  background-color: #c8c8c881;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 2px 1px 0 #d3d3d3;
          box-shadow: 0px 2px 1px 0 #d3d3d3;
  cursor: pointer;
}

.div_jadwal_pelatihan_perlombaan .container .div_tanggal_disabled:not(.tanggal_aktif):hover {
  background-color: #ff8c0046;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.div_jadwal_pelatihan_perlombaan .container .div_tanggal_disabled .bulannya {
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.div_jadwal_pelatihan_perlombaan .container .div_tanggal_disabled .garis_penanda {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #797979;
}

.div_jadwal_pelatihan_perlombaan .container .div_tanggal_disabled .tanggalnya {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
}

.div_jadwal_pelatihan_perlombaan .container .div_tanggal_disabled .harinya {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: normal;
}

.div_jadwal_pelatihan_perlombaan .container .div_tanggal_weekend {
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0 3px;
  padding: 2px 0;
  background-color: #ff04003f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 2px 1px 0 #d3d3d3;
          box-shadow: 0px 2px 1px 0 #d3d3d3;
  cursor: pointer;
}

.div_jadwal_pelatihan_perlombaan .container .div_tanggal_weekend:not(.tanggal_aktif):hover {
  background-color: #ff8c0046;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.div_jadwal_pelatihan_perlombaan .container .div_tanggal_weekend .bulannya {
  font-size: 15px;
  margin: 0;
  padding: 0;
  color: white;
}

.div_jadwal_pelatihan_perlombaan .container .div_tanggal_weekend .garis_penanda {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #ff3330;
}

.div_jadwal_pelatihan_perlombaan .container .div_tanggal_weekend .tanggalnya {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  color: white;
}

.div_jadwal_pelatihan_perlombaan .container .div_tanggal_weekend .harinya {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: normal;
  color: white;
}

.div_jadwal_pelatihan_perlombaan .container .tanggal_aktif {
  background-color: #7A797E;
  color: white;
}

.div_jadwal_pelatihan_perlombaan .container .tanggal_aktif .garis_penanda {
  background-color: #a97029;
}

.div_jadwal_pelatihan_perlombaan .container .owl-prev {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  left: -80px;
  top: 45%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-weight: bold;
  font-size: 40px;
  padding: 0px 20px;
  background-color: #7A797E;
  -webkit-box-shadow: 2px 2px 5px 0 #d3d3d3;
          box-shadow: 2px 2px 5px 0 #d3d3d3;
}

.div_jadwal_pelatihan_perlombaan .container .owl-prev:hover {
  background-color: #ffcc8d;
}

.div_jadwal_pelatihan_perlombaan .container .owl-next {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  right: -80px;
  top: 45%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-weight: bold;
  font-size: 40px;
  padding: 0px 20px;
  background-color: #7A797E;
  -webkit-box-shadow: 2px 2px 5px 0 #d3d3d3;
          box-shadow: 2px 2px 5px 0 #d3d3d3;
}

.div_jadwal_pelatihan_perlombaan .container .owl-next:hover {
  background-color: #ffcc8d;
}

.div_jadwal_pelatihan_perlombaan .container .disabled {
  cursor: no-drop !important;
}

.div_jadwal_pelatihan_perlombaan .container #div_tanggal_bulanan {
  width: 100%;
}

.div_jadwal_pelatihan_perlombaan .container .div_pelatihan_perlombaan {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.div_jadwal_pelatihan_perlombaan .container .div_pelatihan_perlombaan .list_pelatihan_perlombaan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 20px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 150px;
}

.div_jadwal_pelatihan_perlombaan .container .div_pelatihan_perlombaan .list_pelatihan_perlombaan .wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.div_jadwal_pelatihan_perlombaan .container .div_pelatihan_perlombaan .list_pelatihan_perlombaan .wrapper .items {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  margin: 10px 10px;
  -webkit-box-shadow: 5px 5px 10px 2px #999999;
          box-shadow: 5px 5px 10px 2px #999999;
}

.div_jadwal_pelatihan_perlombaan .container .div_pelatihan_perlombaan .list_pelatihan_perlombaan .wrapper .items:hover {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-box-shadow: 5px 5px 10px 2px #777777;
          box-shadow: 5px 5px 10px 2px #777777;
}

.div_jadwal_pelatihan_perlombaan .container .div_pelatihan_perlombaan .list_pelatihan_perlombaan .wrapper .items .banner {
  width: 100%;
  height: 200px;
}

.div_jadwal_pelatihan_perlombaan .container .div_pelatihan_perlombaan .list_pelatihan_perlombaan .wrapper .items .banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.div_jadwal_pelatihan_perlombaan .container .div_pelatihan_perlombaan .list_pelatihan_perlombaan .wrapper .items .heading {
  padding: 20px 20px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
}

.div_jadwal_pelatihan_perlombaan .container .div_pelatihan_perlombaan .list_pelatihan_perlombaan .wrapper .items .heading h3 {
  margin: 0;
  text-align: center;
}

.div_jadwal_pelatihan_perlombaan .container .div_pelatihan_perlombaan .list_pelatihan_perlombaan .wrapper .items ul {
  margin: 0;
  padding: 10px 0;
  background-color: #e6e6e6;
}

.div_jadwal_pelatihan_perlombaan .container .div_pelatihan_perlombaan .list_pelatihan_perlombaan .wrapper .items ul li {
  list-style: none;
  margin: 0;
  padding: 0 5px 0 20px;
}

.div_jadwal_pelatihan_perlombaan .container .div_pelatihan_perlombaan .list_pelatihan_perlombaan .wrapper .items ul li i {
  width: 30px;
  text-align: center;
}

.div_jadwal_pelatihan_perlombaan .container .div_pelatihan_perlombaan .list_pelatihan_perlombaan .wrapper .items a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  background-color: #7A797E;
  color: white;
  outline: none;
  border: none;
  font-weight: bold;
  display: inline-block;
  text-align: center;
}

.div_jadwal_pelatihan_perlombaan .container .div_pelatihan_perlombaan .list_pelatihan_perlombaan .wrapper .items a:hover {
  background-color: #ff8b00a1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.div_jadwal_pelatihan_perlombaan .container #info_form {
  background-color: #00800026;
  padding: 30px 20px 20px 20px !important;
  position: relative;
}

.div_jadwal_pelatihan_perlombaan .container #info_form ol {
  margin: 0 0 0 15px;
  padding: 0;
  display: block;
}

.div_jadwal_pelatihan_perlombaan .container #info_form ol li {
  list-style: inherit;
  padding-left: 10px;
}

.div_jadwal_pelatihan_perlombaan .container #info_form i:not(.btn_info_aja) {
  position: absolute;
  bottom: 0px;
  right: 20px;
  font-size: 210px;
  color: #00350018;
}

.div_jadwal_pelatihan_perlombaan .container #info_form .btn_info_aja {
  color: white;
  padding: 5px;
  text-align: center;
  background-color: #7A797E;
  width: 30px;
}

.div_jadwal_pelatihan_perlombaan .container #info_form .fa-user-edit, .div_jadwal_pelatihan_perlombaan .container #info_form .fa-address-book, .div_jadwal_pelatihan_perlombaan .container #info_form .fa-edit {
  background-color: #7cb342;
}

.div_jadwal_pelatihan_perlombaan .container #info_form .fa-user-times, .div_jadwal_pelatihan_perlombaan .container #info_form .fa-info-circle, .div_jadwal_pelatihan_perlombaan .container #info_form .fa-trash {
  background-color: #f44336;
}

.div_jadwal_pelatihan_perlombaan .container #info_form .fa-calendar-check {
  background-color: #607d8b;
}

.div_jadwal_pelatihan_perlombaan .container #info_form .fa-medal {
  background-color: #03a9f4;
}

.div_jadwal_pelatihan_perlombaan #detail_pelatihan_perlombaan {
  margin-top: -150px;
}

.div_jadwal_pelatihan_perlombaan #detail_pelatihan_perlombaan #margin-row .row {
  margin-top: 10px;
}

.div_jadwal_pelatihan_perlombaan #detail_pelatihan_perlombaan #margin-row .row .col-md-3, .div_jadwal_pelatihan_perlombaan #detail_pelatihan_perlombaan #margin-row .row .col-md-4, .div_jadwal_pelatihan_perlombaan #detail_pelatihan_perlombaan #margin-row .row .col-md-8, .div_jadwal_pelatihan_perlombaan #detail_pelatihan_perlombaan #margin-row .row .col-lg-4, .div_jadwal_pelatihan_perlombaan #detail_pelatihan_perlombaan #margin-row .row .col-lg-8 {
  margin-top: 10px;
}

.div_jadwal_pelatihan_perlombaan #detail_pelatihan_perlombaan .items {
  background-color: white;
  border: 1px solid #f6f5f5;
  -webkit-box-shadow: 0px 2px 1px 0 #d3d3d3;
          box-shadow: 0px 2px 1px 0 #d3d3d3;
  padding: 5px 50px;
  min-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.div_jadwal_pelatihan_perlombaan #detail_pelatihan_perlombaan .items i {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 90px;
  color: #7A797E;
  opacity: 0.2;
}

.div_jadwal_pelatihan_perlombaan #detail_pelatihan_perlombaan .items:hover {
  background-color: #ff8b0088;
  border: 1px solid transparent;
  color: white;
}

.div_jadwal_pelatihan_perlombaan #detail_pelatihan_perlombaan .items p {
  line-height: 17px;
}

.div_jadwal_pelatihan_perlombaan #detail_pelatihan_perlombaan .syarat {
  background-color: white;
  border: 1px solid #f6f5f5;
  -webkit-box-shadow: 0px 2px 1px 0 #d3d3d3;
          box-shadow: 0px 2px 1px 0 #d3d3d3;
  padding: 20px 50px;
  min-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

.div_jadwal_pelatihan_perlombaan #detail_pelatihan_perlombaan .syarat i {
  position: absolute;
  top: 40px;
  left: 20px;
  font-size: 90px;
  color: #7A797E;
  opacity: 0.2;
}

.div_jadwal_pelatihan_perlombaan #detail_pelatihan_perlombaan .syarat ol {
  margin-left: 10px;
}

.div_jadwal_pelatihan_perlombaan #detail_pelatihan_perlombaan .syarat ol li {
  list-style-type: inherit;
  line-height: 20px;
}

.div_jadwal_pelatihan_perlombaan #detail_pelatihan_perlombaan .syarat:hover {
  background-color: #ff8b0088;
  border: 1px solid transparent;
  color: white;
}

.div_jadwal_pelatihan_perlombaan .div_dataTable {
  margin: 0;
  padding: 20px 10px;
}

.div_jadwal_pelatihan_perlombaan .div_dataTable table {
  width: 100%;
}

.div_jadwal_pelatihan_perlombaan .div_dataTable table #masih_ada {
  padding: 5px 15px;
  background-color: #7cb342;
  color: white;
}

.div_jadwal_pelatihan_perlombaan .div_dataTable table #sudah_full {
  padding: 5px 15px;
  background-color: #F44336;
  color: white;
}

.div_jadwal_pelatihan_perlombaan .div_dataTable table .btn-utama {
  font-size: 17px;
  padding: 0px 10px;
  width: 50px;
  text-align: center;
}

.div_jadwal_pelatihan_perlombaan .div_dataTable .btn_info_2 {
  padding-left: 0 !important;
  padding-right: 5px !important;
}

.div_jadwal_pelatihan_perlombaan .div_dataTable .btn_info_2 .btn-utama {
  background-color: #607d8b;
  color: white;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
}

.div_jadwal_pelatihan_perlombaan .div_dataTable .btn_info_2 .btn-utama:hover {
  background-color: #b0bec5;
}

.div_jadwal_pelatihan_perlombaan .div_dataTable .btn_info_2 .btn-utama:disabled {
  background-color: #b0bec5;
}

.div_jadwal_pelatihan_perlombaan .div_dataTable .btn_info_1 {
  padding-left: 0 !important;
  padding-right: 5px !important;
}

.div_jadwal_pelatihan_perlombaan .div_dataTable .btn_info_1 .btn-utama {
  background-color: #03a9f4;
  color: white;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
}

.div_jadwal_pelatihan_perlombaan .div_dataTable .btn_info_1 .btn-utama:hover {
  background-color: #81d4fa;
}

.div_jadwal_pelatihan_perlombaan .div_dataTable .btn_info_1 .btn-utama:disabled {
  background-color: #81d4fa;
}

.div_jadwal_pelatihan_perlombaan .div_dataTable .btn_info {
  padding-left: 0 !important;
  padding-right: 5px !important;
}

.div_jadwal_pelatihan_perlombaan .div_dataTable .btn_edit {
  padding-left: 0 !important;
  padding-right: 5px !important;
}

.div_jadwal_pelatihan_perlombaan .div_dataTable .btn_edit .btn-utama {
  background-color: #7cb342;
  color: white;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
}

.div_jadwal_pelatihan_perlombaan .div_dataTable .btn_edit .btn-utama:hover {
  background-color: #aee571;
}

.div_jadwal_pelatihan_perlombaan .div_dataTable .btn_edit .btn-utama:disabled {
  background-color: #aee571;
}

.div_jadwal_pelatihan_perlombaan .div_dataTable .btn_delete {
  padding-left: 0 !important;
  padding-right: 10px !important;
}

.div_jadwal_pelatihan_perlombaan .div_dataTable .btn_delete .btn-utama {
  background-color: #f44336;
  color: white;
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.div_jadwal_pelatihan_perlombaan .div_dataTable .btn_delete .btn-utama:hover {
  background-color: #ff7961;
}

.div_jadwal_pelatihan_perlombaan .div_dataTable .btn_delete .btn-utama:disabled {
  background-color: #ff7961;
}

#div_shadow {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}

#div_shadow #shadow {
  position: absolute;
  top: 10px;
  color: #e6e6e6;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 20px;
  z-index: -1;
  width: 100%;
}

#div_shadow h2 {
  letter-spacing: 10px;
  font-weight: 600;
}

.nama_kegiatan {
  opacity: 1 !important;
}

.form-group input[type="checkbox"] {
  display: none;
}

.form-group .btn_check {
  border: 1px solid rgba(255, 153, 0, 0.2);
  background-color: rgba(255, 153, 0, 0.2);
  -webkit-box-shadow: 2px 2px 5px 0 #d6d6d6;
  box-shadow: 2px 2px 5px 0 #d6d6d6;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #ED7B17;
  font-size: 18px;
}

.form-group .btn_check:hover {
  color: #ED7B17;
}

.form-group .btn_check:focus {
  border-color: #ED7B17;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-group input[type="checkbox"] + .btn-group > label span {
  width: 20px;
  padding: 4.6px 0;
  vertical-align: middle;
  color: #ED7B17;
}

.form-group input[type="checkbox"] + .btn-group > label span:first-child {
  display: none;
}

.form-group input[type="checkbox"] + .btn-group > label span:last-child {
  display: inline-block;
}

.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
  display: inline-block;
}

.form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
  display: none;
}

.form-group input[type="checkbox"] + .btn-group > label:last-child {
  padding-top: 13px;
  vertical-align: middle;
  padding-right: 30px;
  background-color: white;
  border: 1px solid rgba(255, 153, 0, 0.2);
  text-align: left;
  -webkit-box-shadow: 2px 2px 5px 0 #d6d6d6;
  box-shadow: 2px 2px 5px 0 #d6d6d6;
  color: #495057;
}

.form-group input[type="checkbox"] + .btn-group > label:last-child:focus {
  border-color: #ED7B17;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-group input[type="checkbox"] + .btn-group > label:last-child textarea {
  width: 350px;
}

.prev_slick {
  vertical-align: middle;
  background-color: #7A797E;
  color: white;
  padding: 5px 10px 3px 9px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.prev_slick:hover {
  background-color: #ffcc8d;
}

.next_slick {
  vertical-align: middle;
  background-color: #7A797E;
  color: white;
  padding: 5px 10px 3px 9px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.next_slick:hover {
  background-color: #ffcc8d;
}

.prev_owl {
  vertical-align: middle;
  background-color: #7A797E;
  color: white;
  padding: 5px 10px 3px 9px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.prev_owl:hover {
  background-color: #ffcc8d;
}

.next_owl {
  vertical-align: middle;
  background-color: #7A797E;
  color: white;
  padding: 5px 10px 3px 9px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.next_owl:hover {
  background-color: #ffcc8d;
}

.slick-slide {
  margin: 0 50px 100px 50px;
  border-bottom: 1px solid #e6e6e6;
  -webkit-box-shadow: 2px 2px 5px 0 #d3d3d3;
          box-shadow: 2px 2px 5px 0 #d3d3d3;
  background-color: white;
  width: 100%;
}

.slick-slide .owl-theme {
  margin-top: 25px;
}

.slick-slide .slick_lomba_header {
  background-color: #ff8c0015;
  padding: 20px 50px 1px 160px;
  color: #777777;
  position: relative;
}

.slick-slide .slick_lomba_header .numero {
  position: absolute;
  top: 0;
  left: 0;
  height: 200px;
  width: auto;
  padding: 5px 20px;
  background-color: white;
  border: 10px solid #ff8c0015;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slick-slide .slick_lomba_header .numero h4 {
  color: inherit;
  font-size: 80px;
  margin: 0;
}

.slick-slide .slick_lomba_header .numero hr {
  margin: 0;
  height: 5px;
  width: 100%;
  color: #212121;
}

.slick-slide .slick_lomba_header .numero h5 {
  color: inherit;
  font-size: 20px;
  margin: 0;
}

.slick-slide .slick_lomba_item {
  padding-bottom: 100px;
  width: 100%;
}

.slick-slide .slick_lomba_content {
  width: 100%;
}

.slick-slide .slick_lomba_content .pads_1 {
  padding: 20px 50px 0 160px;
}

.slick-slide .slick_lomba_content .pads_1 .conts {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-right: 1px solid #2121;
  border-bottom: 1px solid #2121;
  -webkit-box-shadow: 15px 15px 1px 0 #fafafa;
          box-shadow: 15px 15px 1px 0 #fafafa;
}

.slick-slide .slick_lomba_content .pads_2 {
  padding: 20px 50px 0 50px;
}

.slick-slide .slick_lomba_content .info {
  background-color: #00800026;
  margin-top: 0 !important;
  padding: 10px 50px !important;
  position: relative;
}

.slick-slide .slick_lomba_content .info i {
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 80px;
  color: #00350018;
}

.slick-slide .slick_lomba_content .owl-stage {
  width: 100%;
}

.slick-slide .slick_lomba_content .owl-stage .owl-item .list_non_active {
  text-align: center;
  background-color: #ff8c0015;
  border-top-left-radius: 5px;
  border-top-right-radius: 25px;
  border-top: 15px solid #ff8c0015;
  border-right: 5px solid #ff8c0015;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
}

.slick-slide .slick_lomba_content .owl-stage .owl-item .list_non_active p {
  font-size: 20px;
  margin: 0;
  padding: 10px;
}

.slick-slide .slick_lomba_content .owl-stage .owl-item .list_non_active:hover {
  background-color: #ffcc8d;
  border-top: 15px solid #2121;
  border-right: 5px solid #2121;
  border-top-left-radius: 10px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 10px;
  color: #5c5c5c;
}

.slick-slide .slick_lomba_content .owl-stage .owl-item .list_active {
  text-align: center;
  background-color: #ffcc8d;
  border-top: 15px solid #2121;
  border-right: 5px solid #2121;
  border-top-left-radius: 10px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 10px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: default;
}

.slick-slide .slick_lomba_content .owl-stage .owl-item .list_active p {
  font-size: 20px;
  margin: 0;
  padding: 10px;
  color: #5c5c5c;
}

.slick-slide .slick_lomba_content .owl-nav {
  margin: 0;
}

.slick-slide .slick_lomba_content .owl-prev {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  left: -40px;
  top: 40%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-weight: bold;
  font-size: 20px;
  padding: 0px 10px;
  background-color: #7A797E;
}

.slick-slide .slick_lomba_content .owl-prev:hover {
  background-color: #ffcc8d;
}

.slick-slide .slick_lomba_content .owl-next {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  right: -40px;
  top: 40%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-weight: bold;
  font-size: 20px;
  padding: 0px 10px;
  background-color: #7A797E;
}

.slick-slide .slick_lomba_content .owl-next:hover {
  background-color: #ffcc8d;
}

.slick-slide .slick_lomba_content ol {
  margin: 0 20px;
}

.slick-slide .slick_lomba_content ol li {
  list-style: inherit;
}

.slick-slide .slick_lomba_content .list_sub_persyaratan {
  padding: 30px 30px;
  border: 1px solid #2121;
  -webkit-box-shadow: 15px 15px 1px 0 #fafafa;
          box-shadow: 15px 15px 1px 0 #fafafa;
  min-height: 420px;
}

.slick-slide .slick_lomba_content .list_sub_persyaratan .sub_atas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.slick-slide .slick_lomba_content .list_sub_persyaratan .sub_atas .sub_pendaftar {
  background-color: white;
  padding: 5px 50px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-right: 50px;
  border-right: 1px solid #2121;
  border-bottom: 1px solid #2121;
  -webkit-box-shadow: 15px 15px 1px 0 #fafafa;
          box-shadow: 15px 15px 1px 0 #fafafa;
}

.slick-slide .slick_lomba_content .list_sub_persyaratan .sub_atas .sub_pendaftar i {
  font-size: 90px;
  color: #7A797E;
  opacity: 0.2;
}

.slick-slide .slick_lomba_content .list_sub_persyaratan .sub_atas .sub_persyaratan {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.slick-slide .slick_lomba_content .list_sub_persyaratan .intro_keterangan_daftar {
  margin: 50px 0 0 0;
  padding: 0;
}

.slick-slide .slick_lomba_content .list_sub_persyaratan .btn-utama {
  padding: 5px 10px;
  width: auto;
}

.slick-slide .slick_lomba_content .list_sub_persyaratan .btn-utama:disabled {
  background-color: #ffcc8d;
  cursor: no-drop;
}

.slick-slide .slick_lomba_content .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slide .slick_lomba_content .ganti_persyaratan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  height: 100%;
}

.slick-slide .slick_lomba_content .ganti_persyaratan .box {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slick-slide .slick_lomba_content p {
  margin: 0;
}

.slick-next {
  position: absolute;
  top: 40px;
  right: 140px;
  -webkit-transform: translate(0, -40%);
          transform: translate(0, -40%);
  z-index: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: bold;
  font-size: 50px;
  padding: 0px 20px;
  vertical-align: middle;
  background-color: #7A797E;
  border: none;
  color: white;
  -webkit-box-shadow: 5px 5px 2px 0 #d3d3d3;
          box-shadow: 5px 5px 2px 0 #d3d3d3;
  outline: none;
}

.slick-next:hover {
  background-color: #ffcc8d;
}

.slick-next:focus {
  outline: none;
}

.slick-prev {
  position: absolute;
  top: 40px;
  left: 140px;
  -webkit-transform: translate(0, -40%);
          transform: translate(0, -40%);
  z-index: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: bold;
  font-size: 50px;
  padding: 0px 20px;
  vertical-align: middle;
  background-color: #7A797E;
  border: none;
  color: white;
  -webkit-box-shadow: 5px 5px 2px 0 #d3d3d3;
          box-shadow: 5px 5px 2px 0 #d3d3d3;
}

.slick-prev:hover {
  background-color: #ffcc8d;
}

.slick-prev:focus {
  outline: none;
}

.slick-disabled {
  background-color: #ffcc8d;
  cursor: no-drop !important;
}

.kosongan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 50px;
}

.kosongan .ilustrasi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.kosongan .ilustrasi img {
  width: 20%;
  min-width: 300px;
}

.kosongan h4 {
  margin-top: 30px;
  font-size: 30px;
  letter-spacing: 10px;
  text-align: center;
}

.loading {
  display: none;
}

.content_loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 100px 0;
}

.content_loading h4 {
  margin-top: 30px;
  font-size: 30px;
  letter-spacing: 10px;
  text-align: center;
}

.content_sub_perlombaan .sub_perlombaan {
  padding-bottom: 45px;
  margin-top: 20px;
  margin-bottom: 0 !important;
  background-color: white;
  -webkit-box-shadow: 15px 15px 1px 0 #efefef;
          box-shadow: 15px 15px 1px 0 #efefef;
}

.content_sub_perlombaan .sub_perlombaan #sub_perlombaan_header {
  background-color: #ff8c0015;
  color: #777777;
  position: relative;
  margin: 0 !important;
  padding: 15px 20px !important;
}

.content_sub_perlombaan .sub_perlombaan #sub_perlombaan_header h1 {
  font-size: 25px;
  margin: 0 60px 0 60px;
}

.content_sub_perlombaan .sub_perlombaan #sub_perlombaan_header p {
  margin: 15px 60px 0 60px;
}

.content_sub_perlombaan .sub_perlombaan #sub_perlombaan_header p .next_slick, .content_sub_perlombaan .sub_perlombaan #sub_perlombaan_header p .prev_slick {
  vertical-align: baseline;
  padding: 0px 10px 0px 9px;
}

.content_sub_perlombaan .sub_perlombaan #sub_perlombaan_header .numero {
  position: absolute;
  top: 0;
  left: 0;
  height: 110px;
  width: auto;
  padding: 5px 20px;
  background-color: white;
  border: 10px solid #ff8c0015;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content_sub_perlombaan .sub_perlombaan #sub_perlombaan_header .numero h4 {
  color: inherit;
  font-size: 30px;
  margin: 0;
}

.content_sub_perlombaan .sub_perlombaan #sub_perlombaan_header .numero hr {
  margin: 0;
  height: 5px;
  width: 100%;
  color: #212121;
}

.content_sub_perlombaan .sub_perlombaan #sub_perlombaan_header .numero h5 {
  color: inherit;
  font-size: 20px;
  margin: 0;
}

.content_sub_perlombaan .sub_perlombaan .sub_perlombaan_close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 50px;
  height: 50px;
  font-size: 50px;
  background-color: #F44336;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  color: #ffffff;
  border-radius: 5px;
}

.content_sub_perlombaan .sub_perlombaan .sub_perlombaan_close:hover {
  background-color: #ba000d;
}

.content_sub_perlombaan .sub_perlombaan:not(:first-child) {
  margin-top: 30px;
}

.content_sub_perlombaan .slick-next {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -70%);
          transform: translate(0, -70%);
  z-index: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: bold;
  font-size: 40px;
  padding: 0px 10px;
  vertical-align: middle;
  background-color: #7A797E;
  border: none;
  color: white;
  -webkit-box-shadow: 5px 5px 2px 0 #d3d3d3;
          box-shadow: 5px 5px 2px 0 #d3d3d3;
  outline: none;
}

.content_sub_perlombaan .slick-next:hover {
  background-color: #ffcc8d;
}

.content_sub_perlombaan .slick-next:focus {
  outline: none;
}

.content_sub_perlombaan .slick-prev {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -70%);
          transform: translate(0, -70%);
  z-index: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: bold;
  font-size: 40px;
  padding: 0px 10px;
  vertical-align: middle;
  background-color: #7A797E;
  border: none;
  color: white;
  -webkit-box-shadow: 5px 5px 2px 0 #d3d3d3;
          box-shadow: 5px 5px 2px 0 #d3d3d3;
}

.content_sub_perlombaan .slick-prev:hover {
  background-color: #ffcc8d;
}

.content_sub_perlombaan .slick-prev:focus {
  outline: none;
}

.swal-pengecekan .swal-title {
  position: relative;
  background-color: #f1f1f1;
  border-bottom: 1px solid #dddddd;
  padding-top: 20px;
}

.swal-pengecekan .swal-title:first-child {
  margin: 0;
}

.swal-pengecekan .swal-title:not(:last-child) {
  margin: 0;
}

.swal-pengecekan .swal-content {
  margin: 20px 0 50px 0;
  padding: 0;
}

.swal-pengecekan .swal-content .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin: 10px 20px;
  padding: 5px 50px;
}

.swal-pengecekan .swal-content .list .animasi_loader {
  width: 40px;
  padding: 0;
  margin: 0;
}

.swal-pengecekan .swal-content .list .animasi_sukses {
  width: 40px;
  display: none;
  padding-right: 10px;
}

.swal-pengecekan .swal-content .list .animasi_sukses i {
  font-size: 20px;
  padding-top: 5px;
  vertical-align: bottom;
  width: 30px;
  color: #8BC34A;
}

.swal-pengecekan .swal-content .list .animasi_error {
  width: 40px;
  display: none;
  padding-right: 10px;
}

.swal-pengecekan .swal-content .list .animasi_error i {
  font-size: 20px;
  padding-top: 5px;
  vertical-align: bottom;
  width: 30px;
  color: #F44336;
}

.swal-pengecekan .swal-content .list #text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.swal-pengecekan .swal-content .list #text h4 {
  text-align: left;
  font-size: 25px;
  margin: 0;
  color: #808080;
}

#timer {
  font-size: 50px;
}

.status_sukses {
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  background-color: #00800026;
}

.status_error {
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  background-color: #83000033;
}

.status_error #form_text_error {
  color: #F44336;
}

#error_pencarian {
  color: #F44336;
}

.selectric {
  height: 55px !important;
  border: 1px solid #e6e6e6 !important;
}

.selectric .label {
  font-size: 1rem;
}

.selectric span {
  height: 55px !important;
  line-height: 55px !important;
  color: #231F20 !important;
  text-align: left !important;
  font-size: 1rem;
}

.selectric .button {
  height: 55px !important;
}

.selectric:hover {
  color: white;
}

.selectric:hover .label {
  color: white !important;
}

.selectric-items ul {
  border: 1px solid #e6e6e6 !important;
}

.selectric-items ul li {
  color: #231F20;
  text-align: left !important;
  font-size: 1rem;
}

.selectric-disabled .selectric:hover .label {
  color: #231F20 !important;
}

.selectric-open, .selectric-focus {
  color: white;
}

.selectric-open .selectric span, .selectric-focus .selectric span {
  color: white !important;
}

.selectric-open .selectric .button, .selectric-focus .selectric .button {
  color: white !important;
}

.selectric-scroll ul li:nth-child(even) {
  background-color: #fafafa;
}

.selectric-scroll ul li:nth-child(odd) {
  background-color: white;
}

.selectric-scroll ul li:hover:not(:disabled) {
  background-color: #7A797E;
  color: white;
}

.div_persyaratan_umum ol {
  padding: 0;
  margin: 0;
}

.div_persyaratan_umum ol li {
  padding: 2px 10px;
  position: relative;
  font-size: 14px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  list-style: inherit;
}

.div_persyaratan_umum ol li .hapus {
  position: absolute;
  right: -30px;
  top: 0;
  padding: 2px 10px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.div_persyaratan_umum ol li .hapus:hover {
  background-color: #ED7B17;
  color: white;
}

.div_persyaratan_umum ol li:hover {
  background-color: #ffc490;
}

.inputan_syarat_custom {
  padding: 0 10px;
  height: 21px;
  width: 50px;
  text-align: center;
  border: 1px solid #d4d4d4;
}

.textarea_syarat_custom {
  height: 100px;
  max-height: 100px;
  width: 100%;
  overflow-y: auto;
  overflow-x: auto;
  white-space: nowrap;
  resize: none;
  padding: 8px 10px;
}

.slim_select {
  border: none;
  height: 55px;
  padding: 0;
}

.slim_select:hover {
  border: none;
}

.slim_select .ss-single-selected {
  height: 100% !important;
  border-radius: none;
}

.slim_select .ss-list div.ss-option {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.slim_select .ss-list div.ss-option:nth-child(even) {
  background-color: #fafafa;
}

.slim_select .ss-list div.ss-option:nth-child(odd) {
  background-color: white;
}

.slim_select .ss-list div.ss-option:hover {
  background-color: #7A797E !important;
  color: white !important;
}

.slim_select .ss-arrow span {
  border: solid #7A797E !important;
  border-width: 0 2px 2px 0 !important;
}

#indicator_form {
  padding: 0;
  margin: 20px 0 0 0;
}

#indicator_form #left_indicator_form {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#indicator_form #left_indicator_form button {
  width: auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#indicator_form #left_indicator_form button i {
  font-size: 30px;
}

#indicator_form #left_indicator_form button h4 {
  margin: 0 0 0 20px;
  font-size: 18px;
}

#indicator_form #right_indicator_form {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#indicator_form #right_indicator_form button {
  width: auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#indicator_form #right_indicator_form button i {
  font-size: 30px;
}

#indicator_form #right_indicator_form button h4 {
  margin: 0 20px 0 0;
  font-size: 18px;
}

#upload_file_peserta, #cari_file_peserta, #cari_file_peserta_edit, #upload_file_peserta_edit {
  color: white;
}

.nama_file {
  cursor: default;
}

.nama_file:hover, .nama_file:active, .nama_file:focus {
  border: 1px solid #e6e6e6;
}

#info_form {
  background-color: #00800026;
  margin-top: 0 !important;
  padding: 20px 20px !important;
  position: relative;
}

#info_form ol {
  margin: 0 0 0 15px;
  padding: 0;
  display: block;
}

#info_form ol li {
  list-style: inherit;
  padding-left: 10px;
}

#info_form i:not(.btn_info_aja) {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 200px;
  color: #00350018;
}

#info_form_2 {
  background-color: #00800026;
  margin: 50px 0 0 0 !important;
  padding: 20px 20px !important;
  position: relative;
}

#info_form_2 div {
  margin: 0 !important;
}

#info_form_2 ol {
  margin: 0 0 0 15px;
  padding: 0;
  display: block;
}

#info_form_2 ol li {
  list-style: inherit;
  padding-left: 10px;
}

#info_form_2 i {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 100px;
  color: #00350018;
}

#div_btn {
  margin-top: 40px;
  padding-bottom: 200px;
}

#div_btn div {
  margin-top: 10px;
  position: relative;
}

#div_btn div i {
  position: absolute;
  top: -20px;
  right: -130px;
  font-size: 80px;
  color: #7A797E;
  opacity: 0.2;
  z-index: -1;
}

.div_gallery_foto_upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.div_gallery_foto_upload .items {
  width: 100px;
  height: 100px;
  margin: 10px;
}

.div_gallery_foto_upload .items .btn_add_foto_gallery {
  width: 100%;
  height: 100%;
}

.div_gallery_foto_upload .items .btn_add_foto_gallery .div_add_foto_gallery {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e6e6e6;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

.div_gallery_foto_upload .items .btn_add_foto_gallery .div_add_foto_gallery:hover {
  background-color: #71bc42;
  color: white;
}

.div_gallery_foto_upload .items .image_upload {
  width: 100%;
  height: 100%;
  display: none;
  border: 1px solid #e6e6e6;
}

.div_gallery_foto_upload .items .image_upload img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

#div_btn_login_registrasi {
  margin-top: 40px;
}

#div_btn_login_registrasi div {
  margin-top: 10px;
  position: relative;
}

#div_btn_login_registrasi div i {
  position: absolute;
  top: -20px;
  right: 110px;
  font-size: 80px;
  color: #7A797E;
  opacity: 0.2;
  z-index: 0;
}

.link {
  color: #7A797E !important;
  -webkit-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
  cursor: pointer;
}

.link:hover {
  color: #ffcc8d !important;
}

.btn_kalender {
  width: 180px;
  min-width: 180px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  background-color: white;
  -webkit-box-shadow: 2px 2px 5px 0 #d3d3d3;
          box-shadow: 2px 2px 5px 0 #d3d3d3;
  border: 1px solid #e6e6e6;
}

.btn_kalender span {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #939393;
}

.btn_kalender i {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-left: 10px;
  color: #939393;
}

.btn_kalender:hover {
  background-color: #7A797E;
  color: white;
  border: 1px solid transparent;
}

.btn_kalender:hover i {
  color: white;
}

.btn_kalender:hover span {
  color: white;
}

.btn_tambah_admin, .btn_pilih_bulan_tahun {
  width: 240px;
  min-width: 180px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  background-color: white;
  -webkit-box-shadow: 2px 2px 5px 0 #d3d3d3;
          box-shadow: 2px 2px 5px 0 #d3d3d3;
  border: 1px solid #e6e6e6;
  display: inline-block;
}

.btn_tambah_admin span, .btn_pilih_bulan_tahun span {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #939393;
  vertical-align: text-top;
}

.btn_tambah_admin i, .btn_pilih_bulan_tahun i {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-left: 10px;
  color: #939393;
}

.btn_tambah_admin:hover, .btn_pilih_bulan_tahun:hover {
  background-color: #7A797E;
  color: white;
  border: 1px solid transparent;
}

.btn_tambah_admin:hover i, .btn_pilih_bulan_tahun:hover i {
  color: white;
}

.btn_tambah_admin:hover span, .btn_pilih_bulan_tahun:hover span {
  color: white;
}

.pignose-calendar {
  width: 400px !important;
  max-width: 400px !important;
}

#berita .content_berita {
  width: 100%;
  padding: 20px;
  background-color: white;
  border: 1px solid #f6f5f5;
  -webkit-box-shadow: 0px 2px 1px 0 #d3d3d3;
          box-shadow: 0px 2px 1px 0 #d3d3d3;
}

#berita .content_berita div {
  width: 100%;
  height: 200px;
}

#berita .content_berita div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#berita .content_berita h3 {
  margin-top: 20px;
}

#profile .ftco-cover-1 {
  height: 500px;
  min-height: 500px;
}

#profile .ftco-cover-1 .background_image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/surabaya_2.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: blur(8px);
          filter: blur(8px);
  z-index: -2;
}

#profile .div_info_profile {
  position: absolute;
  left: 50%;
  top: 300px;
  width: 900px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

#profile .div_info_profile .content_info {
  background-color: white;
  position: relative;
  width: 100%;
  min-height: 350px;
  padding: 0 20px;
  -webkit-box-shadow: 15px 15px 1px 0 #efefef;
          box-shadow: 15px 15px 1px 0 #efefef;
}

#profile .div_info_profile .content_info .img_profile {
  position: absolute;
  top: -50px;
  left: 50px;
  width: 250px;
  height: 250px;
  padding: 10px;
  background-color: white;
  border: 1px solid #f6f5f5;
  -webkit-box-shadow: 0px 2px 1px 0 #d3d3d3;
          box-shadow: 0px 2px 1px 0 #d3d3d3;
}

#profile .div_info_profile .content_info .img_profile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#profile .div_info_profile .content_info .infonya {
  margin-left: 320px;
  padding-top: 20px;
}

#profile .div_info_profile .content_info .infonya h4 {
  font-size: 18px;
}

#profile .div_info_profile .content_info .infonya ul {
  margin-top: 20px;
}

#profile .div_info_profile .content_info .infonya ul li {
  font-size: 20px;
}

#profile .div_info_profile .content_info .infonya ul li i {
  width: 35px;
  font-size: 25px;
}

#profile .div_info_profile .content_info .menu {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 600px;
}

#profile .div_info_profile .content_info .menu ul {
  font-size: 0;
}

#profile .div_info_profile .content_info .menu ul li {
  display: inline-block;
  width: 200px;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid #2121;
}

#profile .div_info_profile .content_info .menu ul li:hover {
  border: 1px solid #ffcc8d;
}

#profile .div_info_profile .content_info .menu ul li:hover .list_menu_non_active {
  background-color: #ffcc8d;
  color: #f1f1f1;
}

#profile .div_info_profile .content_info .menu ul .list_menu_non_active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ff8c0015;
  cursor: pointer;
  font-size: 15px;
  margin: 0;
  padding: 15px 10px 5px 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#profile .div_info_profile .content_info .menu ul .list_menu_non_active i {
  font-size: 35px;
  margin-bottom: 5px;
}

#profile .div_info_profile .content_info .menu ul .list_menu_active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffcc8d;
  cursor: default;
  font-size: 15px;
  margin: 0;
  padding: 15px 10px 5px 10px;
  color: #5c5c5c;
}

#profile .div_info_profile .content_info .menu ul .list_menu_active i {
  font-size: 35px;
  margin-bottom: 5px;
}

#div_list_pendaftaran {
  padding-top: 80px;
}

#div_list_pendaftaran .container {
  background-color: white;
  padding: 50px 0 150px 0;
  border: 1px solid #f6f5f5;
  -webkit-box-shadow: 0px 2px 1px 0 #d3d3d3;
          box-shadow: 0px 2px 1px 0 #d3d3d3;
}

#div_list_pendaftaran .container #list_kegiatan {
  font-size: 0;
}

#div_list_pendaftaran .container #list_kegiatan li {
  display: inline-block;
  width: 200px;
  font-weight: bold;
  border: 1px solid #f6f5f5;
  -webkit-box-shadow: 0px 2px 1px 0 #d3d3d3;
          box-shadow: 0px 2px 1px 0 #d3d3d3;
}

#div_list_pendaftaran .container #list_kegiatan .list_menu_non_active {
  background-color: #ff8c0015;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
  font-size: 20px;
  margin: 0;
  padding: 5px 10px;
}

#div_list_pendaftaran .container #list_kegiatan .list_menu_non_active:hover {
  background-color: #ffcc8d;
  color: #f1f1f1;
}

#div_list_pendaftaran .container #list_kegiatan .list_menu_active {
  background-color: #ffcc8d;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: default;
  font-size: 20px;
  margin: 0;
  padding: 5px 10px;
  color: #5c5c5c;
}

#div_list_pendaftaran .container .list_content_pendaftaran {
  padding: 0 100px;
}

#div_list_pendaftaran .container .list_content_pendaftaran .row {
  border: 1px solid #f6f5f5;
  -webkit-box-shadow: 15px 15px 1px 0 #efefef;
          box-shadow: 15px 15px 1px 0 #efefef;
  margin-top: 50px;
}

#div_list_pendaftaran .container .list_content_pendaftaran .row #divs_image {
  padding: 0;
  background-color: #ff8c0010;
  border-right: 1px solid #f6f5f5;
}

#div_list_pendaftaran .container .list_content_pendaftaran .row #divs_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

#div_list_pendaftaran .container .list_content_pendaftaran .row #data_nope {
  padding: 50px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#div_list_pendaftaran .container .list_content_pendaftaran .row #data_nope a {
  display: block;
  width: auto;
  padding: 10px 20px;
}

#div_list_pendaftaran .container .list_content_pendaftaran .row #divs_keterangan {
  padding: 20px 30px 10px 30px;
}

#div_list_pendaftaran .container .list_content_pendaftaran .row #divs_keterangan #header {
  font-size: 25px;
  margin: 0;
}

#div_list_pendaftaran .container .list_content_pendaftaran .row #divs_keterangan #tanggal_awal {
  font-size: 15px;
  margin: 0;
  color: #7A797E;
}

#div_list_pendaftaran .container .list_content_pendaftaran .row #divs_keterangan .divs_kotakan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

#div_list_pendaftaran .container .list_content_pendaftaran .row #divs_keterangan .divs_kotakan .tanggals {
  margin-right: 3px;
}

#div_list_pendaftaran .container .list_content_pendaftaran .row #divs_keterangan .divs_kotakan .pendaftars {
  margin-left: 3px;
}

#div_list_pendaftaran .container .list_content_pendaftaran .row #divs_keterangan .divs_kotakan .tanggals, #div_list_pendaftaran .container .list_content_pendaftaran .row #divs_keterangan .divs_kotakan .pendaftars {
  border: 1px solid #f6f5f5;
  -webkit-box-shadow: 0px 2px 1px 0 #d3d3d3;
          box-shadow: 0px 2px 1px 0 #d3d3d3;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
  height: 120px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}

#div_list_pendaftaran .container .list_content_pendaftaran .row #divs_keterangan .divs_kotakan .tanggals h1, #div_list_pendaftaran .container .list_content_pendaftaran .row #divs_keterangan .divs_kotakan .pendaftars h1 {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin: 0;
}

#div_list_pendaftaran .container .list_content_pendaftaran .row #divs_keterangan .divs_kotakan .tanggals h4, #div_list_pendaftaran .container .list_content_pendaftaran .row #divs_keterangan .divs_kotakan .pendaftars h4 {
  margin: 10px 0 0 0;
  font-size: 17px;
  text-align: center;
  font-weight: normal;
}

#div_list_pendaftaran .container .list_content_pendaftaran .row #divs_keterangan .divs_kotakan .tanggals i, #div_list_pendaftaran .container .list_content_pendaftaran .row #divs_keterangan .divs_kotakan .pendaftars i {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 80px;
  color: #7A797E;
  opacity: 0.2;
}

#div_list_pendaftaran .container .list_content_pendaftaran .row #divs_keterangan .divs_kotakan .tanggals:hover, #div_list_pendaftaran .container .list_content_pendaftaran .row #divs_keterangan .divs_kotakan .pendaftars:hover {
  background-color: #ff8b0088;
  border: 1px solid transparent;
  color: white;
}

#div_list_pendaftaran .container .list_content_pendaftaran .row #divs_keterangan .links {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#div_list_pendaftaran .container .list_content_pendaftaran .row #divs_keterangan .links a {
  display: block;
  text-align: center;
  background-color: #7A797E;
  border: none;
  outline: none;
  color: white;
  font-weight: bold;
  width: 200px;
  padding: 2px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#div_list_pendaftaran .container .list_content_pendaftaran .row #divs_keterangan .links a:hover {
  background-color: #ffcc8d;
  color: white;
}

#div_list_pendaftaran .container #list_content_pendaftaran_perlombaan {
  display: none;
}

#info_detail_pendaftaran .ftco-cover-1 {
  height: 500px;
  min-height: 500px;
}

#info_detail_pendaftaran .ftco-cover-1 .background_image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/surabaya_2.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: blur(8px);
          filter: blur(8px);
  z-index: -2;
}

#info_detail_pendaftaran .div_detail {
  position: absolute;
  left: 50%;
  top: 300px;
  width: 1000px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

#info_detail_pendaftaran .div_detail .content_info {
  background-color: white;
  position: relative;
  width: 100%;
  padding: 0;
  -webkit-box-shadow: 15px 15px 1px 0 #efefef;
          box-shadow: 15px 15px 1px 0 #efefef;
}

#info_detail_pendaftaran .div_detail .content_info .img_profile {
  position: absolute;
  top: -50px;
  left: 50px;
  width: 250px;
  height: 250px;
  padding: 10px;
  background-color: white;
  border: 1px solid #f6f5f5;
  -webkit-box-shadow: 0px 2px 1px 0 #d3d3d3;
          box-shadow: 0px 2px 1px 0 #d3d3d3;
  z-index: 1;
}

#info_detail_pendaftaran .div_detail .content_info .img_profile img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

#info_detail_pendaftaran .div_detail .infonya {
  margin-left: 320px;
  padding-top: 20px;
}

#info_detail_pendaftaran .div_detail .infonya h2 {
  margin: 0;
}

#info_detail_pendaftaran .div_detail .infonya h4 {
  font-size: 15px;
  margin: 0;
}

#info_detail_pendaftaran .div_detail .infonya .status {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

#info_detail_pendaftaran .div_detail .infonya .status #title {
  font-size: 25px;
  color: #939393;
  font-weight: bold;
}

#info_detail_pendaftaran .div_detail .infonya .status #nope {
  background-color: red;
  padding: 5px 20px;
  color: white;
  font-size: 18px;
  margin: 0 10px;
  font-weight: bold;
}

#info_detail_pendaftaran .div_detail .infonya .status #finish {
  background-color: #00800026;
  padding: 5px 20px;
  color: #00350063;
  font-size: 18px;
  margin: 0 10px;
  font-weight: bold;
}

#info_detail_pendaftaran .div_detail .infonya .status #selesai {
  background-color: #00800026;
  padding: 5px 20px;
  color: #00350063;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

#info_detail_pendaftaran .div_detail .infonya .status #selesai:hover {
  background-color: #0080007f;
  color: white;
}

#info_detail_pendaftaran .div_detail .infonya .status #cetak a {
  display: block;
  background-color: #7A797E;
  padding: 5px 20px;
  color: white;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

#info_detail_pendaftaran .div_detail .infonya .status #cetak a:hover {
  background-color: #d67600;
  color: white;
}

#info_detail_pendaftaran .div_detail #info_form {
  background-color: #00800026;
  margin-top: 10px !important;
  padding: 30px 20px 20px 20px !important;
  position: relative;
}

#info_detail_pendaftaran .div_detail #info_form ol {
  margin: 0 0 0 15px;
  padding: 0;
  display: block;
}

#info_detail_pendaftaran .div_detail #info_form ol li {
  list-style: inherit;
  padding-left: 10px;
}

#info_detail_pendaftaran .div_detail #info_form i:not(.btn_info_aja) {
  position: absolute;
  bottom: 0px;
  right: 20px;
  font-size: 210px;
  color: #00350018;
}

#info_detail_pendaftaran .div_detail #info_form .btn_info_aja {
  color: white;
  padding: 5px;
  text-align: center;
  background-color: #7A797E;
  width: 30px;
}

#info_detail_pendaftaran .div_detail #info_form .fa-user-edit {
  background-color: #7cb342;
}

#info_detail_pendaftaran .div_detail #info_form .fa-user-times, #info_detail_pendaftaran .div_detail #info_form .fa-info-circle, #info_detail_pendaftaran .div_detail #info_form .fa-trash {
  background-color: #f44336;
}

#div_detail_pendaftaran {
  margin-top: 300px;
  margin-bottom: 300px;
  z-index: 999999;
}

#div_detail_pendaftaran .container {
  background-color: white;
  padding: 0;
  border: 1px solid #f6f5f5;
  -webkit-box-shadow: 0px 2px 1px 0 #d3d3d3;
          box-shadow: 0px 2px 1px 0 #d3d3d3;
}

#div_detail_pendaftaran .container #div_detail_pendaftaran_header {
  background-color: #f1f1f1;
  padding: 20px;
  margin: 20px 20px 0 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#div_detail_pendaftaran .container #div_detail_pendaftaran_header h2 {
  font-size: 30px;
  margin: 0;
  color: #5b5b5b;
  text-align: center;
}

#div_detail_pendaftaran .container #div_detail_pendaftaran_header a {
  padding: 10px 20px;
  width: 200px;
  margin-top: 5px;
  display: block;
}

#div_detail_pendaftaran .container #div_detail_pendaftaran_header a i {
  margin-right: 10px;
}

#div_detail_pendaftaran .container .div_dataTable {
  margin: 0;
  padding: 20px 10px;
}

#div_detail_pendaftaran .container .div_dataTable table {
  width: 100%;
}

#div_detail_pendaftaran .container .div_dataTable table #masih_ada {
  padding: 5px 15px;
  background-color: #7cb342;
  color: white;
}

#div_detail_pendaftaran .container .div_dataTable table #sudah_full {
  padding: 5px 15px;
  background-color: #F44336;
  color: white;
}

#div_detail_pendaftaran .container .div_dataTable table .btn-utama {
  font-size: 17px;
  padding: 0px 10px;
  width: 50px;
  text-align: center;
}

#div_detail_pendaftaran .container .div_dataTable .btn_info {
  padding-left: 0 !important;
  padding-right: 5px !important;
}

#div_detail_pendaftaran .container .div_dataTable .btn_edit {
  padding-left: 0 !important;
  padding-right: 5px !important;
}

#div_detail_pendaftaran .container .div_dataTable .btn_edit .btn-utama {
  background-color: #7cb342;
  color: white;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
}

#div_detail_pendaftaran .container .div_dataTable .btn_edit .btn-utama:hover {
  background-color: #aee571;
}

#div_detail_pendaftaran .container .div_dataTable .btn_edit .btn-utama:disabled {
  background-color: #aee571;
}

#div_detail_pendaftaran .container .div_dataTable .btn_delete {
  padding-left: 0 !important;
  padding-right: 10px !important;
}

#div_detail_pendaftaran .container .div_dataTable .btn_delete .btn-utama {
  background-color: #f44336;
  color: white;
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#div_detail_pendaftaran .container .div_dataTable .btn_delete .btn-utama:hover {
  background-color: #ff7961;
}

#div_detail_pendaftaran .container .div_dataTable .btn_delete .btn-utama:disabled {
  background-color: #ff7961;
}

div.dataTables_wrapper div.dataTables_filter input {
  height: 30px;
}

.div_tampilan_kalender #list_tab {
  width: 100%;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.div_tampilan_kalender #list_tab li {
  display: inline-block;
  width: 200px;
  font-weight: bold;
  border: 1px solid #f6f5f5;
  -webkit-box-shadow: 0px 2px 1px 0 #d3d3d3;
          box-shadow: 0px 2px 1px 0 #d3d3d3;
  text-align: center;
}

.div_tampilan_kalender #list_tab .list_menu_non_active {
  background-color: #ff8c0015;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
  font-size: 20px;
  margin: 0;
  padding: 5px 10px;
}

.div_tampilan_kalender #list_tab .list_menu_non_active:hover {
  background-color: #ffcc8d;
  color: #f1f1f1;
}

.div_tampilan_kalender #list_tab .list_menu_active {
  background-color: #ffcc8d;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: default;
  font-size: 20px;
  margin: 0;
  padding: 5px 10px;
  color: #5c5c5c;
}

.content_kalender table {
  border-collapse: collapse;
}

.content_kalender table thead th {
  background-color: #c8c8c881;
  border: 1px solid #f0f0f0;
  color: #554c4c;
}

.content_kalender table thead th h5 {
  font-size: 13px;
  font-weight: bold;
}

.content_kalender table thead #weekend {
  background-color: #ef535010;
}

.content_kalender table tbody td {
  min-width: 180px;
  height: 150px;
  border: 1px solid #f0f0f0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  font-size: 13px;
}

.content_kalender table tbody td:hover:not(#tanggal_sebelumnya) {
  background-color: #ff8c0028;
}

.content_kalender table tbody td #tanggalnya {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 15px;
  font-weight: bold;
  background-color: #00800026;
  padding: 2px 2px;
  width: 40px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 1px 0 #d3d3d3;
          box-shadow: 2px 2px 1px 0 #d3d3d3;
  color: #554c4c;
}

.content_kalender table tbody td ol {
  margin: 30px 0 0 0;
}

.content_kalender table tbody td ol li {
  margin-top: 2px;
  text-align: left;
  cursor: pointer;
}

.content_kalender table tbody td .perlombaan_published {
  padding: 0px 10px;
  background-color: #7cb342;
  color: white;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.content_kalender table tbody td .perlombaan_published:hover {
  text-decoration: underline;
  background-color: #aee571;
}

.content_kalender table tbody td .perlombaan_nope_published {
  padding: 0px 10px;
  background-color: #03a9f4;
  color: white;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.content_kalender table tbody td .perlombaan_nope_published:hover {
  text-decoration: underline;
  background-color: #81d4fa;
}

.content_kalender table tbody #tanggal_weekend {
  background-color: #ef535010;
}

.content_kalender table tbody #tanggal_weekend #tanggalnya {
  background-color: #ff04003f;
  -webkit-box-shadow: 2px 2px 1px 0 #b4b4b4;
          box-shadow: 2px 2px 1px 0 #b4b4b4;
}

.content_kalender table tbody #tanggal_sebelumnya {
  background-color: #c8c8c84f;
}

.content_kalender table tbody #tanggal_sebelumnya #tanggalnya {
  background-color: white;
  color: #9c9c9c;
}

.content_datatable {
  display: none;
}

#sukses_img {
  width: 400px;
}

#div_promo {
  padding-top: 150px;
}

#div_promo .splide__list li {
  padding: 0 100px;
}

@media only screen and (max-width: 1000px) {
  .modal_detail {
    width: 90%;
  }
  .modal_detail .modal_detail_content .detail_title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 20px;
  }
  .modal_detail .modal_detail_content .detail_title h1 {
    font-size: 30px;
  }
  #index_distributor #div_contents #item {
      min-height: auto;
  }
}

@media only screen and (max-width: 920px) {
  .modal_selesai {
    width: 90%;
  }
  .modal_selesai .modal_selesai_content .selesai_title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 20px;
  }
  .modal_selesai .modal_selesai_content .selesai_title h1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 935px) {
  .slick-slide .slick_lomba_content .list_sub_persyaratan .sub_atas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .slick-slide .slick_lomba_content .list_sub_persyaratan .sub_atas .sub_pendaftar {
    margin: 0;
    width: 200px;
    background-color: white;
    border: 1px solid #f6f5f5;
    -webkit-box-shadow: 0px 2px 1px 0 #d3d3d3;
            box-shadow: 0px 2px 1px 0 #d3d3d3;
  }
  .slick-slide .slick_lomba_content .list_sub_persyaratan .sub_persyaratan {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 900px) {
  #div_promo .container-fluid {
    padding: 0;
  }
  #div_promo .container-fluid .col-md-12 {
    padding: 0 5px;
  }
  #div_promo .container-fluid .splide__list li {
    padding: 0;
  }
}

@media only screen and (max-width: 770px) {
  .modal_pembatalan {
    width: 90%;
  }
  .modal_pembatalan .modal_pembatalan_content .pembatalan_title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 20px;
  }
  .modal_pembatalan .modal_pembatalan_content .pembatalan_title h1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 630px) {
  .modal_pembatalan .modal_pembatalan_content .pembatalan_title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 20px;
  }
  .modal_pembatalan .modal_pembatalan_content .pembatalan_title h1 {
    font-size: 25px;
  }
  .modal_pembatalan .modal_pembatalan_content .pembatalan_close {
    width: 30px !important;
    height: 30px !important;
    font-size: 25px !important;
  }
}

@media only screen and (max-width: 600px) {
  .modal_detail .modal_detail_content .detail_title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 20px;
  }
  .modal_detail .modal_detail_content .detail_title h1 {
    font-size: 25px;
  }
  .modal_detail .modal_detail_content .detail_close {
    width: 30px !important;
    height: 30px !important;
    font-size: 25px !important;
  }
}

@media only screen and (max-width: 520px) {
  .modal_pembatalan {
    width: 100%;
  }
  .modal_pembatalan .modal_pembatalan_content .pembatalan_title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 20px;
  }
  .modal_pembatalan .modal_pembatalan_content .pembatalan_title h1 {
    font-size: 20px;
  }
  .modal_pembatalan .modal_pembatalan_content .pembatalan_content {
    padding: 10px 5px 50px 5px;
  }
  .modal_pembatalan .modal_pembatalan_content .pembatalan_close {
    width: 30px !important;
    height: 30px !important;
    font-size: 20px !important;
  }
}

@media only screen and (max-width: 440px) {
  #sukses_img {
    width: 300px;
  }
}

@media only screen and (max-width: 410px) {
  .modal_detail {
    width: 100%;
  }
  .modal_detail .modal_detail_content .detail_title {
    height: 5%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 20px;
  }
  .modal_detail .modal_detail_content .detail_title h1 {
    font-size: 20px;
  }
  .modal_detail .modal_detail_content .detail_close {
    width: 20px !important;
    height: 20px !important;
    font-size: 25px !important;
  }
  .modal_detail .modal_detail_content .detail_content {
    height: 95%;
    max-height: 95%;
  }
  .modal_pembatalan .modal_pembatalan_content .pembatalan_title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 20px;
    padding-right: 50px;
  }
}

@media only screen and (max-width: 340px) {
  #sukses_img {
    width: 200px;
  }
}

@-webkit-keyframes down_up {
  0% {
    top: 30%;
  }
  50% {
    top: 55%;
  }
  100% {
    top: 50%;
  }
}

@keyframes down_up {
  0% {
    top: 30%;
  }
  50% {
    top: 55%;
  }
  100% {
    top: 50%;
  }
}

.down_up {
  -webkit-animation: down_up 0.5s ease forwards;
          animation: down_up 0.5s ease forwards;
}

@-webkit-keyframes down_up_close {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}

@keyframes down_up_close {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}

.down_up_close {
  -webkit-animation: down_up_close 0.5s ease forwards;
          animation: down_up_close 0.5s ease forwards;
}

@-webkit-keyframes modal_gallery_open {
  0% {
    top: 30%;
  }
  50% {
    top: 55%;
  }
  100% {
    top: 50%;
  }
}

@keyframes modal_gallery_open {
  0% {
    top: 30%;
  }
  50% {
    top: 55%;
  }
  100% {
    top: 50%;
  }
}

.modal_gallery_open {
  -webkit-animation: modal_gallery_open 0.5s ease forwards;
          animation: modal_gallery_open 0.5s ease forwards;
}

@-webkit-keyframes modal_gallery_close {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}

@keyframes modal_gallery_close {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}

.modal_gallery_close {
  -webkit-animation: modal_gallery_close 0.5s ease forwards;
          animation: modal_gallery_close 0.5s ease forwards;
}

@-webkit-keyframes ldio-gcefs0otrm {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes ldio-gcefs0otrm {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.ldio-gcefs0otrm div {
  position: absolute;
  -webkit-animation: ldio-gcefs0otrm 1.1600000000000001s linear infinite;
          animation: ldio-gcefs0otrm 1.1600000000000001s linear infinite;
  width: 80px;
  height: 80px;
  top: 10px;
  left: 10px;
  border-radius: 50%;
  -webkit-box-shadow: 0 4.4px 0 0 #7A797E;
          box-shadow: 0 4.4px 0 0 #7A797E;
  -webkit-transform-origin: 40px 42.2px;
          transform-origin: 40px 42.2px;
}

.loadingio-spinner-eclipse-ebjboqqcsm {
  width: 100px;
  height: 100px;
  display: inline-block;
  overflow: hidden;
  background: none;
}

.ldio-gcefs0otrm {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  /* see note above */
}

.ldio-gcefs0otrm div {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.loading_elipsis {
  display: none;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 107px;
}

.lds-ellipsis div {
  position: absolute;
  top: 50px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #7A797E;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}

@-webkit-keyframes ldio-jilsgzgnb7f {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes ldio-jilsgzgnb7f {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.ldio-jilsgzgnb7f div {
  left: 47px;
  top: 24px;
  position: absolute;
  -webkit-animation: ldio-jilsgzgnb7f linear 1s infinite;
          animation: ldio-jilsgzgnb7f linear 1s infinite;
  background: #7A797E;
  width: 6px;
  height: 12px;
  border-radius: 3px / 6px;
  -webkit-transform-origin: 3px 26px;
          transform-origin: 3px 26px;
}

.ldio-jilsgzgnb7f div:nth-child(1) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation-delay: -0.9166666666666666s;
          animation-delay: -0.9166666666666666s;
  background: #7A797E;
}

.ldio-jilsgzgnb7f div:nth-child(2) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-animation-delay: -0.8333333333333334s;
          animation-delay: -0.8333333333333334s;
  background: #7A797E;
}

.ldio-jilsgzgnb7f div:nth-child(3) {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-animation-delay: -0.75s;
          animation-delay: -0.75s;
  background: #7A797E;
}

.ldio-jilsgzgnb7f div:nth-child(4) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-animation-delay: -0.6666666666666666s;
          animation-delay: -0.6666666666666666s;
  background: #7A797E;
}

.ldio-jilsgzgnb7f div:nth-child(5) {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
  -webkit-animation-delay: -0.5833333333333334s;
          animation-delay: -0.5833333333333334s;
  background: #7A797E;
}

.ldio-jilsgzgnb7f div:nth-child(6) {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
  background: #7A797E;
}

.ldio-jilsgzgnb7f div:nth-child(7) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-animation-delay: -0.4166666666666667s;
          animation-delay: -0.4166666666666667s;
  background: #7A797E;
}

.ldio-jilsgzgnb7f div:nth-child(8) {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
  -webkit-animation-delay: -0.3333333333333333s;
          animation-delay: -0.3333333333333333s;
  background: #7A797E;
}

.ldio-jilsgzgnb7f div:nth-child(9) {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
  -webkit-animation-delay: -0.25s;
          animation-delay: -0.25s;
  background: #7A797E;
}

.ldio-jilsgzgnb7f div:nth-child(10) {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-animation-delay: -0.16666666666666666s;
          animation-delay: -0.16666666666666666s;
  background: #7A797E;
}

.ldio-jilsgzgnb7f div:nth-child(11) {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
  -webkit-animation-delay: -0.08333333333333333s;
          animation-delay: -0.08333333333333333s;
  background: #7A797E;
}

.ldio-jilsgzgnb7f div:nth-child(12) {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  background: #7A797E;
}

.loadingio-spinner-spinner-67y306xuze6 {
  width: 30px;
  height: 30px;
  display: inline-block;
  overflow: hidden;
  background: transparent;
}

.ldio-jilsgzgnb7f {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform: translateZ(0) scale(0.3);
          transform: translateZ(0) scale(0.3);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  /* see note above */
}

.ldio-jilsgzgnb7f div {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
/*# sourceMappingURL=css.css.map */