@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&display=swap');

/* button default  */
.btn-1 {
    padding-left:15px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    color: white;
     box-shadow: 0px 8px 15px rgba(26, 211, 109, 0.1);
    background-image: linear-gradient(to right,#22C98D 100%, #22C98D 0%);
}

/* button default  */
.btn-1:hover {
    padding-left:15px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    color: white;
    background-image: linear-gradient(to right, #22c086 0%, #22c086 100%);
}

/* css untuk objek kecil di atas */
.btn-infoheade {
    padding-left:22px;
    padding-right: 22px;
    font-weight: bold;
    color: black;
    font-size: 10px;
    background-color: #fac74f !important ;
    background-image: linear-gradient(to right,#fac74f 100%, #fac74f 0%);
}

.btn-infoheadeaction {
    margin: auto;
    text-align: center;
    padding: 3px;
    font-weight: bold;
    color: white;
    font-size: 10px;
    background-image: linear-gradient(to right,#22c086 100%, #22c086 0%);
}
.no-border {
    border: 0;
    background: white;
    padding: 3px;
    box-shadow: none; /* You may want to include this as bootstrap applies these styles too */
}

/* Linggkaran Hijau Untuk Form */
.dot {
    height: 28px;
    width: 28px;
    background-color: #22c086;
    border-radius: 50%;
    justify-content: center;
    display: inline-block;
  }

  .circleKeuanganActive {
    height: 48px;
    width: 48px;
    background-color: #EAF9F1;
    border-radius: 25%;
    justify-content: center;
    display: inline-block;
  }
  .circleKeuanganOut {
    height: 48px;
    width: 48px;
    background-color: #FDEDF0;
    border-radius: 25%;
    justify-content: center;
    display: inline-block;
  }
  .circleNeracaKewajiban{
    height: 48px;
    width: 48px;
    background-color: rgb(254, 248, 236);
    border-radius: 25%;
    justify-content: center;
    display: inline-block;
  }
  .circleNeracaHarta{
    height: 48px;
    width: 48px;
    background-color: #E7F2F7;
    border-radius: 25%;
    justify-content: center;
    display: inline-block;
  }
  .circleLaporan{
    height: 70px;
    width: 70px;
    background-color: #ebf5fb;
    border-radius: 50%;
    justify-content: center;
    display: inline-block;
  }

  .LapcircleKeuangan {
    height: 38px;
    width: 38px;
    background-color: rgb(254, 248, 236);
    border-radius: 50%;
    justify-content: center;
    display: inline-block;
  }
  .LapcircleKeuanganLabRug {
    height: 38px;
    width: 38px;
    background-color: #ebf5fb;
    border-radius: 50%;
    justify-content: center;
    display: inline-block;
  }
  .LapcircleKeuanganNeraca {
    height: 38px;
    width: 38px;
    background-color: #ebfbee;
    border-radius: 50%;
    justify-content: center;
    display: inline-block;
  }

  .LapcircleKeuanganBukuBesar {
    height: 38px;
    width: 38px;
    background-color: #fbebeb;
    border-radius: 50%;
    justify-content: center;
    display: inline-block;
  }

  .LapcircleKeuanganJurnal {
    height: 38px;
    width: 38px;
    background-color: #f8ebfb;
    border-radius: 50%;
    justify-content: center;
    display: inline-block;
  }

  .garisContainer{
    background-color: #2D98DA;
    height: 3px;
    width: 68px;
  }


  /* hover untuk card */
  /* .cardLapUang:hover{
      border: none;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  } */



  /* Form Focus/Kondisi Di Klik tidak ada border */
 /* .form-control:focus{
    border-color: transparent;
    box-shadow: none;
  } */


  .bground-header{
    background-image: linear-gradient(to right, #22c086 0%, #22c086 100%);
    color: white;
    font-weight: 700;
  }

  .bground-header-dashboard{
    background-image: linear-gradient(to right, #22c086 0%, #22c086 100%);
    width: 120px;
  }


    /* =========================== UNTUK TABLE ==============================*/
    /* table header-warna hijau */
    th{
    z-index: 1;
    margin-top: 10px;
    color: white;
    background: #22c086;
    }

    /* untuk table header posisi pertama tambah radius kiri atas */
    th:first-child{
        border-radius: 13px 0px 0px 0px !important;
        border: transparent;

    }
    /* untuk table header posisi akhir tambah radius kiri atas */
    th:last-child{
        border-radius: 0px 13px 0px 0px !important;
        border: transparent;
    }

    /* untuk table row table header pertama background tetap warna putih */
    tr:first-child th:first-child{
        background: white;
        border: transparent;
        color: black;
    }

    .page-item.active .page-link {
    color: #fff !important;
    background: #22c086 !important;
    border-color: #22c086;
    }

    /* =================================================================== */


    /* NAVBAR DESIGN NEW  */

    /* Place the navbar at the bottom of the page, and make it stick */
    /* .navbar {
        background-color: #333;
        overflow: hidden;
        position: fixed;
        bottom: 0;
        height: 100px;
        width: 100%;
    } */

    /* Style the links inside the navigation bar */
    /* .navbar a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    } */

    /* Change the color of links on hover */
    /* .navbar a:hover {
        background-color: #ddd;
        color: black;
    } */

    /* Add a color to the active/current link */
    /* .navbar a.active {
        background-color: #04AA6D;
        color: white;
    } */
