:root{
        --primaryColor : #1B2963;
        --primaryColor2 :#232745;
        --primaryColor3 :#232F45;
        --primaryColor4 :#191c33;
      }
body{
  font-family: 'Poppins', sans-serif;
}

.color-orange{color: #fa6931 !important}
      .nav2{
    height: 60px;display: flex;justify-content: space-around;color: #FFF;
    position: sticky;
    top: 0;
    z-index: 9999;
  }
  .nav2 a{color: #fff;cursor: pointer;}
  .nav2 a:hover{color: #fff;text-decoration: none;}
  .nav2 div{
    flex: 1;text-align: center;margin:auto;text-transform: capitalize;font-size: 14px;
  }
  .nav2 .active{
    flex: 2;font-size: 17px
  }

  .img-box-data{
    width: 100%;
    height: 0px;
    background-color: #f1f3f5;
    border-radius: 50%;
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
  }

      .bg-image{
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
      }
      .mfont{
        font-family: 'Poppins', sans-serif;
      }
      .box-shadow{
        box-shadow:0px 3px 3px -3px rgba(0,0,0,.3)
      }
      .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
        border:none;
        border-bottom: 4px solid #17a2b8;
      }
      .box-invoice{
    padding: 10px 20px;
    background-color: #f1f4f9;
    border-radius: 5px;
    color: #47709D;
  }
  label {cursor: pointer;margin: 0;}
  .option-bank{
    border: 1px solid #aaa;
    padding: 10px;
    border-radius: 6px;
  }
  .option-bank input{
    margin: 10px 10px;
  }
  .bot-nav{
    background-color: #FFF;border-top: 1px solid #ccc;position: fixed;bottom: 0;left: 0;
    width: 100%;
  }
  .bot-nav-height{
    height: 140px;
  }
  .font-white{
    color : #fff;
  }
  .pencarian button.pencarian_mobile{
    position: absolute;
    right: 1px;
    border: none;
    background-color: #00000000;
    cursor: pointer;
    margin-top: 0px;
    font-size: 17px;
    color: #fff;
  }
  .pencarian button{
    position: absolute;
    /* left: 0; */
    right: 25px;
    border:none;
    background-color: #00000000;
    cursor: pointer;
    margin-top: 11px;
    font-size: 17px;
    color: #fff;
  }
  .pencarian input{
    width : 100%;
    background: var(--primaryColor) ;
    border: 2px solid #E8E8E8;
    border-radius: 35px;
    padding : 20px;
    color : #fff;
  }
  .nav-link{
    padding : 0px;
  }
  .nav-link button{
    background: transparent linear-gradient(270deg, #FF8834 0%, #F4442E 100%) 0% 0% no-repeat padding-box;
    border-radius: 35px;
    padding: 5px 20px 5px 0px;
    color: #fff;
    font-size: 12px;
  }
  .nav-link i{
    background: #1b2963;
    padding: 6px;
    border-radius: 100%;
    margin-left: 8px;
    margin-right: 3px;
    padding: 10px;
  }
  @media screen and (max-width: 576px){
    .bot-nav-height{
      height: 190px;
    } 
  }
      .pencarian{
        width: 350px;
      }
      .loading-1{
        width: 40px;
        height: 40px;
      }
      a.list-group-item{cursor: pointer;}
      a.list-group-item.active {
          z-index: 2;
          color: #fff;
          background-color: #1B2963;
          border-color: var(--primaryColor);
      }
      a.list-group-item.active:hover{
        color: #FFF;
      }
      .nav-tabs .nav-link:hover{
        border-top:none;
        border-left:none;
        border-right:none;
      }
      .nav-tabs{justify-content: space-around;}
      .bg-light{background-color: white !important;}
      .mbg {background-color: var(--primaryColor)}
      .mbg2 {background-color: var(--primaryColor2)}
      .mbg3 {background-color: var(--primaryColor3)}
      .mbg4 {background-color: var(--primaryColor4)}
      .bg-white{background-color: #FFF}
      .flat {border-radius: 0px !important}
      .img-circle{border-radius: 100px}
      .box-data{
        color: white;
        padding: 10px 20px;
        border-radius: 10px;
        background: linear-gradient(329deg, rgba(252,176,69,1) 2%, rgba(253,29,29,1) 100%);
      }
      .bold{font-weight: bold;}
      .img-hover{opacity: 1;color: #FFF;}
      .img-hover:hover{opacity: .9; color: #FFF;text-decoration: none;}
      button{font-family: 'Poppins', sans-serif;}
      .navbar .container .navbar-brand{
        font-size: 25px;
        text-transform: capitalize;
      }
      .navbar.navbar-expand-lg{
        box-shadow: 0 0px 3px 1px rgba(0,0,0,.3)
      }
      .box{
        /* background:rgba(0, 0, 0, 0) linear-gradient(90deg, rgb(44, 179, 172) 0%, rgb(39, 111, 191) 100%) repeat scroll 0% 0% ; */
        box-shadow: 0 1px 3px 0px rgba(0,0,0,.3);
        padding: 20px;
        border-radius: 10px;
        background-color: var(--primaryColor3)
      }
      .head1{
        background-image: linear-gradient(0deg, rgb(45, 113, 165) 100%, rgb(39, 112, 126) 100%);
      }
      .card{border-radius: 20px}

      .btn-ku{
        background-color: var(--primaryColor);
        border:1px solid var(--primaryColor2);
        color: #fff;
      }
      .btn-ku:hover{
        color: #FFF;
        opacity: .8
      }

      
      .btn-circle{
        border-radius: 20px;
      }

      .btn-orange{
        background:linear-gradient(180deg, rgba(255,111,0,1) 0%, rgba(237,143,54,1) 100%);
        color: #fff;
      }

      .card-body{color: #555}
      .btn-orange:hover{
        opacity: .8;
        color: #fff;
      }

      .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    font-family: 'fontAwesome';

}
.owl-carousel .owl-nav .owl-prev:before{
    content: "<";
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    padding: 1px 16px 6px;
    border-radius: 100%;
    color: #1d2a66;
    background-color: #fff;
    box-shadow: 0 0 3px 1px rgba(0,0,0,.3);
    margin-left: 22px;
    font-size: 31px;
}
.owl-carousel .owl-nav .owl-next:after{
    content: ">";
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    padding: 1px 16px 6px;
    border-radius: 100%;
    color: #1d2a66;
        z-index: 9999999;
    background-color: #fff;
    box-shadow: 0 0 3px 1px rgba(0,0,0,.3);
    margin-right: 22px;
    font-size: 31px;
}

      .owl-nav{
        margin-top: 10px;
        display: flex;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: -10px;
        right: -10px;
        height: 10px;
        justify-content: space-between;
        color: #fff;
      }



      /* .owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next{
        height: 30px;
        color: #FFF;
        width: 30px;
        z-index: 9999;
        padding: 0px;
        border-radius: 20px;
      } */

      .flat-2{
        border-radius: 5px;
      }

      .data-item{
        text-decoration: none;
        color: #555;

      }

      .card{box-shadow: 0 3px 3px -2px rgba(0,0,0,.3);}

      .data-item:hover{
        color: #555;
        text-decoration: none;
        opacity: .85;
      }
      .data-item img{
        width: 100%;
      }
      .card p{margin: 0;}

      .card .harga{
        color: #1B2963;
        font-size: 18px;
        font-weight : bold;
      }
      .banner{
        border-radius: 10px;box-shadow: 0 1px 5px 1px rgba(0,0,0,.3);width: 100%;
      }
      .mcard{
        border-radius: 10px;
        background-color: var(--primaryColor2);
        overflow: hidden;
        box-shadow: 0 2px 3px -3px rgba(0,0,0,.3);
      }
      .mcard img{width: 100%}
      .mcard h5{padding: 4px 5px;height: 60px;line-height: 19px;overflow: hidden;}
      .mcard .mcard-mentor{
        display: flex;
        padding: 0px 10px;
        flex-direction: row;
      }
      .mcard .mcard-mentor img{
        width: 50px;
        margin-right: 10px;
        height: 50px;
        border-radius: 25px;
      }
      .wait {cursor: wait;}
      .no-drop {cursor: no-drop;}
      .garis{border-top: 1px solid #298ab833;}
      .footer-data h5{
        font-size: 23px;color: #FFF;font-family: 'Poppins', sans-serif;;margin-bottom: 20px; 
      }
      .footer-data a {
        display:block;color: #FFF;font-family: 'Poppins', sans-serif;font-size: 14px;padding: 3px 0px ;
      }
      .nav-pills .nav-link.active, .nav-pills .show > .nav-link{
        color: #fff;
        border-left: 7px solid var(--primaryColor2);
        background-color: var(--primaryColor);
      }

      .img-file-upload{
        border:3px solid #eee;
        position: relative;
        width: 90px;
        text-align: center;
        height: 90px;
        background-color: #f5f5f5;
        transition: .3s;
        display: inline-block;
      }
    .img-file-upload:hover{
      background-color: #e0e0e0;
    }

    .img-file-upload input{
      opacity: 0;
      z-index: 9;
      top: 0;
      left: 0;
      cursor: pointer;
      width: 100%;
      height: 100%;
      position: absolute;
    }

    .img-file-upload img{
      position: absolute;
      top: 0;
      transition: .3s;
      left: 0;
      width: 100%;
      height: 100%;
    }

    .img-file-upload:hover img {
      opacity: .5;
    }

     .img-file-upload:hover span {
      opacity: 1;
    }

    .img-file-upload span{
      position: absolute;
      top: 0;
      left: 0;
      transition: .3s;
      font-size: 15px;
      color: #555;
      right: 0;
      bottom: 0;
      height: 20px;
      width: 100%;
      opacity: 0;
      display: inline-block;
      margin: auto;
      z-index: 5;
      font-weight: bold;
    }

@media only screen and (max-width: 600px) {
    .pencarian {
      width: 100%;
    }
}
.mt-0 {
  margin-top: 0px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-80 {
  margin-top: 80px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-80 {
  padding-top: 80px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.mr-10{
  padding-right: 10px !important;
}
.mr-30{
  padding-right: 30px !important;
}