* {
  font-family: 'Poppins', sans-serif;
}

body {
  background-color: #f3f3ff;font-size: 14px;font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

/* START NAVBAR */
#navbar2 {
  background-color:#1C326E!important;
  color: white;
}

.nav-link {
  margin-right: 20px;
  font-size: 14px;
  font-weight: 400;
}

.nav-link:hover {
  color: black !important;
}

#navbar2 .nav-link:hover {
  color: white !important;
}

#navbar2 .nav-link:active {
  color: white !important;
}

#notifikasi {
  font-size: 20px;
  margin-top: 2px;
}

#down-profile {
  font-size: 10px !important;
  position: relative;
  top: -2px;
}
/* END NAVBAR */


/* START CONTENT */
/* dashboard */
.dashboard-header {
  font-weight: 700; color: rgb(89, 89, 89);
  margin-top: 30px;
  text-align:center;
}
#dashboard {
  padding: 40px;
  background: linear-gradient(to right, #1C326E, #6988EE);
  border-radius: 6px ;
  color: white;
  height: 140px;
  border: none;
}

.card-text {
  width:100%; 
  font-size: 14px;
}

.usulan-btn {
  background-color: white;
  margin: 15px;
  color: #2C50B5;
  font-weight: 500;
  font-size: 14px;
  border-radius: 6px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.271);
  text-align: center;
  height: 40px;
  margin-top: 10px;
  padding: 10px;
  margin-bottom: 0;
}

.usulan-btn:hover {
  background-color: #CAD3EC;
  text-decoration:none;
}

/* status usulan terakhir */
#status-header {
  margin-top: 50px; 
  font-size: 14px; 
  color: #2C50B5;
}

.status-card {
  background-color: white;
  border-radius: 6px;
  padding: 32px;
  margin-bottom: 20px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.071);
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center; 
}

.status-title {
  font-size: 12px;
  margin: 0;
  font-weight: 600;
  color: #4f4f4f;
}

.status-subtitle {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  color: #494949;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 500px;
}

.progress-container {
  margin-left: 20px;
  margin-right: 20px;
}

#progressbar {
  margin-bottom: 10px;
  overflow: hidden;
  color: #3c50ff;
  padding-left: 0px;
  margin-top: 30px;
  align-items: center;
}

#progressbar li {
  list-style-type: none;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 500;
  font-size: 12px;
}

#progressbar #step1:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
}

#progressbar #step2:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
}

#progressbar #step3:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
}
#progressbar #step4:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
}

#progressbar li:before {
  width: 30px;
  height: 30px;
  line-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: #455A64;
  border-radius: 50%;
  margin: auto;
  color: #fff;
}

#progressbar li:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #455A64;
  position: absolute;
  left: 0;
  top: 15px;
  z-index: -1;
}

#progressbar li:last-child:after {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

#progressbar li:first-child:after {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #2C50B5;
}

/* profil */
.profil-btn {
  background-color: white;
  color: #858585;
  font-size: 13px;
  font-weight: 500;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.052);
  text-decoration: none;
  height: 85px;
  padding: 20px;
  border: none;
  border-radius: 6px;
  display: block;
  transition: background-color 0.2s;
}

.profil-btn:hover {
  background-color: #CAD3EC;
  text-decoration:none;
}

#profil-span {
  margin-left: 5px; 
  max-width: 200px;
}

.circle-icon {
  background-color: #2C50B5;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  color: white;
  font-size: 19px;
}

#profil-card {
  background-color: white;
  font-size: 13px;
  font-weight: 500;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.052);
  border: none;
  border-radius: 6px;
  padding: 0px;
}

#user-img {
  max-width: 100px; 
  height: auto; 
  border-top-right-radius: 6px;
}

.card-body {
  border-top-left-radius: 6px; 
  border-top-right-radius: 6px;
  background-color: #CAD3EC;
  border: none;
  color: #1c3b93;
  padding: 0px;
}

.card-body #text {
  padding: 20px;
  padding-left: 35px;
}

.card-title {
  font-size: 16px;
  font-weight: 700;
}

.card-subtitle {
  font-size: 13px;
  font-weight: 500;
}

#card-data {
  padding: 20px;
  color: #4f4f4f;
  font-weight: 400;
}

#card-data span {
  font-weight: 500;
  color: #2C50B5;
}

.btn-warning {
  font-size: 13px;
  font-weight: 500;
}

.btn-primary {
  font-size: 13px;
  font-weight: 500;
  color: #2C50B5;
  background-color: white;
  border: 1px solid #2C50B5;
}
/* END CONTENT */


/* START FOOTER */
footer {
  padding-top: 25px;
  padding-bottom: 25px;
  color: #737373;
  font-size: 13px;
  background-color: #f0f0f0;
  margin: 0px;
}
/* END FOOTER */

@media (max-width: 992px) {
  #notifikasi {
    margin-right: 5px;
  }

  #name-profile {
    display: none;
  }

  .usulan-btn {
    height: 30px;
    margin-top: 6px;
    margin-bottom: 5px;
    padding: 4px;
    font-weight: 300;
    font-size: 14px;
  }
  
  #dashboard {
    min-height: 350px;
  }

  #status-header {
    margin-top: 35px;
  }

  #progressbar li {
    width: 25%;
  }

  #profil-span {
    max-width: 100px;
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .status-card {
    padding: 18px;
    min-height: 200px;
  }

  .progress-container {
    margin-left: 0px;
    margin-right: 0px;
  }

  #progressbar li {
    font-size: 9px;
  }

  #profil-span {
    max-width: 300px;
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .navbar-brand {
    display: none;
  }

  .status-subtitle {
    font-size: 12px;
    font-weight: 600;
  }

  #user-img {
    max-width: 100px; 
    border-radius: 4px;
    float: left;
    margin-left: 20px;
    margin-bottom: 30px;
  }
}

@media (max-width: 399px) {
  .card-text {
    width:250px; 
  }

  #profil-span {
    max-width: 200px;
  }
}

@media (max-width: 280px) {
  .card-text {
    width:170px; 
  }

  #profil-span {
    max-width: 150px;
  }
}
