
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,700,800&display=swap");
body {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Nunito", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  font-style: normal;
  color: #798795;
  overflow-X: hidden; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #212223;
  margin: 0px; }

p {
  font-family: "Poppins", sans-serif;
  color: #212223;
  font-size: 12px;
}

a { text-decoration: none; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 14px; }


.container {
  padding: 24px 14px 12px 14px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }


@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #6e707e;
}

.form-control:focus {
  color: #191717;
  background-color: #fff;
  border-color: #0076CE25;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #0076CE25;
}

.form-control::-webkit-input-placeholder {
  color: #191717;
  opacity: 20%;
}

.form-control::-moz-placeholder {
  color: #191717;
  opacity: 20%;
}

.form-control:-ms-input-placeholder {
  color: #191717;
  opacity: 20%;
}

.form-control::-ms-input-placeholder {
  color: #191717;
  opacity: 20%;
}

.form-control::placeholder {
  color: #191717;
  opacity: 20%;
}

select.form-control:focus::-ms-value {
  color: #6e707e;
  background-color: #fff;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}


.form-control {
  display: block;
  width: 100%;
  height: calc(2em + 0.75rem + 2px);
  padding: 0.375rem 1rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #191717;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e3e6f0;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Nunito", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

form.user .form-control-user {
  font-size: 0.8rem;
  border-radius: 10rem;
  padding: 1.5rem 1rem;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.main-btn {
  background-color: #0076CE;
  padding: 14px 20px;
  width: auto;
  display: block;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.main-btn:hover {
  background-color: #005FA6;
  color: #fff;
  text-decoration: none;
}

.main-btn2 {
  background-color: #37C713;
  padding: 10px 6px;
  width: auto;
  display: block;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.main-btn2:hover {
  background-color: #26A507;
  color: #fff;
  text-decoration: none;
}

.main-btn3 {
  background-color: #0076CE;
  padding: 10px 6px;
  width: auto;
  display: block;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.main-btn3:hover {
  background-color: #005FA6;
  color: #fff;
  text-decoration: none;
}

.footer-login {
  opacity: 50%;
  position: fixed;
  bottom: 0;
  padding-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.navbar {
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.11);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;

}

.navbar a {
  display: block;
  color: #21222370;
  padding: 10px 0px;
  text-decoration: none;
  font-size: 12px;
}

.navbar a:hover {
  background: #f1f1f1;
  color: black;
}

.navbar a.active {
  background-color: fff;
  color: #E50000;
  font-weight: 800;
  font-size: 11px;
}

.bg-home {
  position: relative;
  color: white;
  margin: -24px -16px;
  z-index: -1;
}

.home-id {
  position: absolute;
  top: 20px;
  left: 24px;
  width: 90%;
}

.home-progress {
  background-color: #fff;
  width: 100%;
  position: absolute;
  box-shadow: 0px -3px 3px rgba(141, 141, 141, 0.11);
  border-radius: 10px;
  top: 96px;
  left: 0;
  right: 0;
  padding: 20px 24px;
  padding-bottom: calc(50% - 60px);
}

.d-sm-flex {
  display: flex !important;
}

.align-items-center {
  align-items: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

#chart {
  width: 101%;
  height: 101%;
  margin: 0;
  padding: 0;
}

#myChart {
  max-width:720px;
  padding-bottom: 24px;
  padding-top: 8px;
  margin-left: -72px;
}

table {
  font-family: poppins, sans-serif;
  border-collapse: collapse;
  width: 100%;
  border-radius: 20px;
  font-size: 14px;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  font-weight: 500;
  color: #212223;
}

/*tr:nth-child(odd) {
  background-color: #f2f2f2;
}*/

#btnLogout {
  position: absolute;
  right: 36px;
  top:  -72px;
  color: #fff;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */

}

.modal-leaderboard {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99; /* Sit on top */
  padding-top: 0px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */

}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  border-radius: 7px;
  margin: auto;
  padding: 16px;
  width: 80%;
  margin-top: 72px;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.order-first {
  order: -1;
}

.logout {
  color: #F30E0E;
  font-size: 14px;
}

  .summary-target {
    
    
  }

  .progress-chart {
    position: absolute;
    top: 138px;
    left: 102px;
    color: #0076CE;
  }

  .progress-detail {
  position: absolute;
    top: 92px;
    right: 64px;
  }

  .row-leaderboard {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #19171720;
  list-style: number;
  counter-increment: css-counter 1;
}

.name {
  position: relative;
  display: inline-block;
  width: 75%;
  line-height: 45px;
}

.score {
  position: relative;
  display: inline-block;
  width: 25%;
}

.row-leaderboard:nth-child(1) {
  background: gold;
}

.row-leaderboard:nth-child(2) {
  background: #c0c0c0;
}

.row-leaderboard:nth-child(3) {
  background: #cd7f32;
}

#container-leaderboard {
  list-style-type: none;
  counter-reset: css-counter 0; /* initializes counter to 0; use -1 for zero-based numbering */
}

#container-leaderboard .row-leaderboard {
  counter-increment: css-counter 1; /* Increase the counter by 1. */
}

#container-leaderboard .row-leaderboard:before {
  content: counter(css-counter) ". "; /* Apply counter before children's content. */
}

nav {
  display: flex;
  flex-flow: row nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-around;
}

nav button {
  font-size: 1.5rem;
  cursor: pointer;
}
.visible {
  opacity: 1;
  pointer-events: all;
}

.modal button.close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  border: 0;
  background: transparent;
  font-size: 1.5rem;
  cursor: pointer;
  color: white;
}

.line-title {
  border-bottom: 1px solid #19171720;
  padding-bottom: 12px;
  margin: 0 -14px;
}

#myInput {
  /*background-image: url("../img/search.svg");
  background-position: 14px 14px;*/
  background-repeat: no-repeat;
  width: 100%;
  font-size: 14px;
  padding: 12px 20px 10px 16px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
  border-radius: 7px;
  font-family: poppins;
}

::placeholder {
  opacity: 50%; /* Firefox */
}


#list-mitra {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
  margin-top: -16px;
}

#list-mitra th, #list-mitra td {
  text-align: left;
  padding: 0px;
  border: 1px solid #fff !important;
  padding-top: 24px;
    vertical-align: text-top;
}

#list-mitra td:first-child {
  width: 65%;
  padding-right: 12px;
}



#list-mitra th.header {
  color: #fff;
  font-weight: 700;
}

#list-mitra tr {
  border-bottom: 1px solid #ddd;
}

#list-mitra tr.header {
  background-color: #0076CE;
}

#list-mitra li {
  list-style: none;
}

#list-mitra p {
  padding: 4px 0px 0px 0px;
  color: #21222380;
  line-height: 1.4;
}

#list-mitra p:first-child {
  padding: 6px 0px 0px 0px;
}

#list-mitra span {
  font-weight: 700;
  color: #21222390;
}

#list-mitra h5 {
  padding-bottom: 12px;
  padding-top: 0px;
}

.prospek {
  color: #818181;
  font-size: 12px;
}

.registrasi {
  color: #FA7D09;
  font-size: 12px;
}

.aktif {
  color: #37C713;
  font-size: 12px;
}