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

* {
  font-family: "Poppins", sans-serif;
}

body {
  background-color: #eaf4ff;
}

.my-bg {
  background-color: #eaf4ff;
}

.second {
  color: #7a7a7a;
}

/* BREADCRUMB START*/
/* Style the list */
ul.breadcrumb {
  list-style: none;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  color: #2f95fc;
  font-size: 1rem;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li + li:before {
  padding: 8px;
  color: #a3a3a3;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #a3a3a3;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: rgba(0, 0, 0, 0.7);
}
/* BREADCRUMB END */

/* TAB START*/
ul.tabs {
  padding: 17px 0;
  font-size: 0;
  margin: 0;
  list-style-type: none;
  text-align: left; /*set to left, center, or right to align the tabs as desired*/
}

ul.tabs li {
  display: inline;
  margin: 0;
  margin-right: 5px; /*distance between tabs*/
}

ul.tabs li a {
  font-size: 1rem;
  text-decoration: none;
  position: relative;
  padding: 18px 20px;
  color: black;
  background: #acd5fe url(tabbg.gif) 0 0 repeat-x;
  border-radius: 10px 10px 0 0;
  outline: none;
}

ul.tabs li a:visited {
  color: #000;
}

ul.tabs li a:hover {
  background: #2f95fc url(tabbg.gif) 0 -36px repeat-x;
}

ul.tabs li.selected a,
ul.tabs li.selected a:hover {
  position: relative;
  top: 0px;
  font-weight: bold;
  color: black;
  background: white;
}

ul.tabs li.selected a:hover {
  text-decoration: none;
}

div.tabcontents {
  background-color: #fff;
  padding: 50px;
  border-radius: 0 10px 10px 10px;
}

/* TAB END*/

.nav-link {
  margin-right: 0px;
}

/* BREADCRUMB START*/
/* Style the list */
ul.breadcrumb {
  list-style: none;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  color: #2f95fc;
  font-size: 1rem;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li + li:before {
  padding: 8px;
  color: #a3a3a3;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #a3a3a3;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: rgba(0, 0, 0, 0.7);
}
/* BREADCRUMB END */

.lgn-btn {
  background-color: #acd5fe;
  font-weight: 500;
}

.lgn-btn:hover {
  background-color: #59aafd;
  border-color: #59aafd;
  color: #fff;
}

.btn-outline-secondary:hover {
  color: #2f95fc;
}

.page-link {
  color: #bcbcbc;
}

.hover-card {
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: 90px;
}

.hover-card:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-in-out;
  color: #fff !important;
  border-color: #59aafd;
  background-color: #59aafd;
}

.card-title {
  font-size: 18px;
  font-weight: 600;
}

.card-text {
  font-size: 15px;
}

.date {
  font-size: 14px;
}

.badge {
  background-color: #acd5fe;
  color: black;
  font-weight: 400;
  border-radius: 20px;
}

.box-karya {
  background-color: white;
}

.kategori-cari {
  margin-top: 20px;
  font-size: 14px;
}

#jumlahKarya {
  background-color: #e0e0e0;
  color: #7a7a7a;
  font-weight: 400;
  border-radius: 20px;
}

.box-footer {
  background-color: #2f95fc;
}

.hero-img-sm {
  display: none;
}

.hero-img-lg {
  visibility: block;
}

.trend-card {
  position: relative;
}

.trend-card-body {
  overflow: hidden;
  text-overflow: ellipsis;
}

.img-trend-card {
  object-fit: cover;
  max-height: 250px;
}

.trend-card-desc {
  text-overflow: ellipsis;
}

.trend-card-title-wrapper {
  max-height: 120px;
  overflow: scroll;
  text-overflow: ellipsis;
}

.trend-card-title {
  text-overflow: ellipsis;
  font-size: 20px;
}

.navbar {
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}

.navLogo {
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}

.navbar-fixed {
  position: fixed;
  top: 0;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(5px);
  box-shadow: 0px 6px 34px -5px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0px 6px 34px -5px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 6px 34px -5px rgba(0, 0, 0, 0.09);
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}

.my-p {
  text-align: justify;
  text-justify: inter-word;
}

.page-item {
  margin-left: 10px;
}

.page-link {
  border-radius: 5px;
}
/* charts */
#chartdiv {
  width: 100%;
  height: 600px;
}

/* auth style */
.side-color {
  background-color: #ffffff;
}

.content_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.karyatulis-card {
  background-image: url(../images/card.png);
  background-size: cover;
}

/* webkit */
::-webkit-scrollbar {
  width: 0px;
  border-radius: 20px;
  background: none;
}

/* overide */
.btn-danger {
  background-color: #eb3434;
  color: white;
}

.unstyled-a {
  background-color: inherit;
  border: none;
  color: inherit;
  text-decoration: none;
}

.unstyled-a:hover {
  background-color: inherit;
  border: none;
  color: inherit;
  text-decoration: none;
}

.btn-danger:hover {
  background-color: #db3030;
}

.btn-outline-danger {
  border-color: #eb3434;
  color: #eb3434;
}

.btn-outline-danger:hover {
  background-color: #eb3434;
}

#viewPdf {
  width: 100%;
  height: 100%;
}

/* ukuran layar =<680px  */
@media (max-width: 680px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }
  #viewPdf {
    height: 500px;
  }

  .navbar-nav {
    flex-direction: column;
  }

  .btn-danger {
    font-size: 10px;
  }

  .btn-outline-danger {
    font-size: 10px;
  }

  img {
    width: 200px;
    height: 60px;
  }

  #chartdiv {
    width: 100%;
    height: 300px;
  }
}
