/* Googlefont Poppins CDN Link */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  min-height: 100vh;
  position: relative;
  margin: 0;
  /* padding-bottom: 380px; */
  box-sizing: border-box;
}

/* Navbar */
.navbar {
  background-color: white;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
.notif-title{
  text-align: left;
  background:#0495e32d;
}

.navbar-nav .dropdown-menu a {
  font-size: 10px;
  /* background-color: black; */
}
.navbar-nav .notif-dropdown a{
  font-size: 10px;
}
.navbar-nav .notif-dropdown a{
  text-align: left !important;
}

.dropdown-menu {
  right: 0 !important;
  left: auto !important;
}
.notif-dropdown{
  right: 9% !important;
  left: auto !important;
  top: 70%;
}
.dropdown-item {
  text-align: center;
}

.dropdown-item:hover {
  font-weight: bold;
}

.bi-bell,
.bi-calendar2-week {
  height: 14px;
}

.jumlah-notif {
  background-color: #0494e3;
  text-align: center;
  font-style: normal;
  padding: 1px 1px;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  color: white;
  font-size: 10px;
  margin-top: 3%;
  margin-left: -25%;
  margin-right: -2%;
}

/* End Navbar */
/* Modal ask */

#judul_pertanyaan{
  width: 100%;
  border-radius: 5px;
  border: 1px solid rgb(112, 112, 112);
  padding: 3px;
}
/* Footer */
footer {
  color: black;
  font-size: 13px;
}

footer img {
  width: 100%;
}

footer .container-fluid {
  position: absolute;
  bottom: 0;
  height: 380px;
  background-color: #fff;
}

.footer {
  background-color: #fafafa;
  color: #fff;
}

.footer-wave {
  background-color: transparent;
  display: block;
  height: 30px;
  position: relative;
  top: -1px;
  width: 100%;
}

.footer-wave-path {
  fill: #fff;
}

.footer-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1230px;
  padding: 40px 15px 450px;
  position: relative;
}

.footer-col {
  box-sizing: border-box;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  color: black;
}

.footer-col ul li a {
  color: black;
  text-decoration: none;
}

.footer-logo-link {
  display: inline-block;
}
.footer-col-menu {
  margin-top: 30px;
}

.footer-col-title {
  color: black;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 18px;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
}

.footer-col-list {
  list-style: none;
  margin-bottom: 0;
  margin-top: 10px;
  padding-left: 0;
}

.footer-col-list li {
  margin-top: 5px;
}

.footer-cta-description {
  color: black;
  margin-top: 10px;
  margin-bottom: 20px;
}

.footer-cta-button:hover {
  background-color: #fffff2;
  color: #00bef0;
}

.button:last-of-type {
  margin-right: 0;
}

.footer-cta-button {
  background-color: #0494e3;
  border-radius: 21px;
  color: #fffff2;
  display: inline-block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 18px;
  padding: 12px 30px;
  margin: 0 10px 10px 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s;
  cursor: pointer;
  position: relative;
}

.footer-cta {
  margin-top: 30px;
}

.footer-cta-title {
  color: black;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 18px;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
}

.footer-cta-link-wrapper {
  margin-bottom: 0;
  margin-top: 10px;
  color: #fff;
  text-decoration: none;
}

.footer-cta-link-wrapper a {
  color: #fff;
  text-decoration: none;
}

.footer-social-links {
  bottom: 0;
  height: 54px;
  position: absolute;
  right: 0;
  width: 236px;
}

.footer-social-amoeba-svg {
  height: 54px;
  left: 0;
  display: block;
  position: absolute;
  top: 0;
  width: 236px;
}

.footer-social-amoeba-path {
  fill: #0494e3;
}

.footer-social-link.instagram {
  height: 40px;
  left: 6px;
  top: 14px;
  width: 40px;
}

.footer-social-link {
  display: block;
  padding: 10px;
  position: absolute;
}

.hidden-link-text {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  top: 50%;
}

.footer-social-icon-svg {
  display: block;
}

.footer-social-icon-path {
  fill: #fffff2;
  transition: fill 0.2s;
}

.footer-social-link.twitter {
  height: 50px;
  left: 62px;
  top: 2px;
  width: 50px;
}

.footer-social-link.youtube {
  height: 40px;
  left: 125px;
  top: 12px;
  width: 40px;
}

.footer-social-link.facebook {
  height: 45px;
  left: 176px;
  top: 10px;
  width: 45px;
}

.footer-copyright {
  background-color: #0494e3;
  color: #fff;
  padding: 15px 30px;
  text-align: center;
}

.footer-copyright-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.footer-copyright-text {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 0;
  margin-top: 0;
}

.footer-copyright-link {
  color: #fff;
  text-decoration: none;
}

/* End Footer */


@media only screen and (max-width: 576px) {
  .notif-empty .dropdown-toggle::before {
    margin-right: 1.5vw;
    margin-top: 0.7vw;
  }

  .notif-empty .dropdown-toggle::after {
    margin-top: 2.2vw;
  }

  .navbar-brand img {
    width: 25vw;
  }

  .navbar .nav-link i {
    justify-content: center;
    margin: auto;
  }

  footer {
    font-size: 10px;
  }

  .footer-col {
    width: 100%;
  }

  .footer-col-xs {
    width: 50%;
  }

  .footer-content {
    max-width: 1230px;
    padding: 40px 15px 850px;
  }
}

@media (min-width: 576px) {

  .notif-empty .dropdown-toggle::before {
    margin-right: 1vw;
    margin-top: 0.5vw;
  }

  .notif-empty .dropdown-toggle::after {
    margin-top: 1.1vw;
  }

  footer {
    font-size: 13px;
  }

  .navbar-brand img {
    width: 140px;
  }

  .footer-content {
    padding: 40px 15px 1050px;
  }
}

@media (min-width: 350px) {
  .notif-empty .dropdown-toggle::after {
    margin-top: 2vw;
  }
}

@media (min-width: 383px) {
  .notif-empty .dropdown-toggle::after {
    margin-top: 1.9vw;
  }
}

@media (min-width: 404px) {
  .notif-empty .dropdown-toggle::after {
    margin-top: 1.8vw;
  }
}

@media (min-width: 411px) {
  .notif-empty .dropdown-toggle::before {
    margin-right: 1vw;
    margin-top: 0.85vw;
  }

  .notif-empty .dropdown-toggle::after {
    margin-top: 1.8vw;
  }
}

@media (min-width: 432px) {
  .notif-empty .dropdown-toggle::before {
    margin-top: 0.6vw;
  }
}

@media (min-width: 463px) {
  .notif-empty .dropdown-toggle::after {
    margin-top: 1.6vw;
  }
}

@media (min-width: 768px) {

  .notif-empty .dropdown-toggle::before {
    margin-right: 0.5vw;
    margin-top: 0.4vw;
  }

  .notif-empty .dropdown-toggle::after {
    margin-top: 1vw;
  }

  .navbar form {
    margin-top: 0px;
  }

  footer {
    font-size: 13px;
  }

  footer img {
    width: 140px;
  }

  .footer-content {
    padding: 40px 15px 350px;
  }

  .footer-wave {
    height: 50px;
  }

  .footer-col {
    width: 24.99%;
  }

  .footer-cta-button {
    padding: 10px 10px;
  }

  .notif-empty .dropdown-toggle::before {
    margin-right: 0;
  }

}

@media (min-width: 992px) {
  .notif-empty .dropdown-toggle::before {
    margin-right: 0.5vw;
    margin-top: 0.3vw;
  }

  .notif-empty .dropdown-toggle::after {
    margin-top: 0.8vw;
  }
}


@media (min-width: 1200px) {
  .notif-empty .dropdown-toggle::before {
    margin-right: 0.5vw;
    margin-top: 0.2vw;
  }

  .notif-empty .dropdown-toggle::after {
    margin-top: 0.5vw;
  }

  footer {
    font-size: 13px;
  }

  .navbar-brand img {
    width: 140px;
  }

  .footer-content {
    padding: 40px 15px 300px;
  }
}
