/* custom css */
.roboto-thin {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  color: #626161;
}

.roboto-light {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.roboto-slab-header {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 0.3;
}
.roboto-slab-header-side {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
.roboto-slab-header-juber {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.roboto-slab-header-juber-detail {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
}
.roboto-slab-header-fakultas{
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 65px;
  font-style: normal;
  color: #125a70;
  line-height: 0.8;
}

.roboto-slab-alumni {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
.roboto-slab-tahun {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 0.9;
}

.bg-custom-gray {
  background-color: #EEEEEE;
}

.bg-custom-tosca {
  background-color: #0DB3A9;
}

.bg-custom-green {
  background-color: #135B71;
}

.bg-custom-red {
  background-color: #EC232B;
}

.color-custom-gray {
  color: #EEEEEE;
}
.color-custom-tosca {
  color: #0DB3A9;
}

.color-custom-green {
  color: #125a70;
}

.color-custom-black {
  color: #383838;
}

.btn-hover:hover {
  color: #fff;
  background-color: #135B71;
}

.btn-delete-hover:hover {
  color: #fff;
  background-color: #c01c22;
}
.text-truncate-1 {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.text-truncate-2 {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-truncate-3 {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-truncate-7 {
  -webkit-line-clamp: 7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

a {
  text-decoration: none;
}

.carousel-custom {
  margin-top: 64px;
}

.text-hover:hover {
  color: #135B71;
}

.text-hover-tosca:hover {
  color: #0DB3A9;
}

/* end custom css */

/**
* Template Name: NiceAdmin
* Updated: Mar 09 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  background: #ffffff;
  color: #000000;
}

a {
  color: #4154f1;
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
  margin-top: 60px;
  padding: 20px 30px;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  #main {
    padding: 20px;
  }
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
  margin-bottom: 10px;
}

.pagetitle h1 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
  color: #012970;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #00b4aa;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #033b55;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  animation-name: dropdown-animate;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
  color: #444444;
  text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}

.dropdown-menu .dropdown-divider {
  color: #a5c5fe;
  margin: 0;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.dropdown-menu .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f6f9ff;
}

@media (min-width: 768px) {
  .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
  }
}

@keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

/* Light Backgrounds */
.bg-primary-light {
  background-color: #cfe2ff;
  border-color: #cfe2ff;
}

.bg-secondary-light {
  background-color: #e2e3e5;
  border-color: #e2e3e5;
}

.bg-success-light {
  background-color: #d1e7dd;
  border-color: #d1e7dd;
}

.bg-danger-light {
  background-color: #f8d7da;
  border-color: #f8d7da;
}

.bg-warning-light {
  background-color: #fff3cd;
  border-color: #fff3cd;
}

.bg-info-light {
  background-color: #cff4fc;
  border-color: #cff4fc;
}

.bg-dark-light {
  background-color: #d3d3d4;
  border-color: #d3d3d4;
}

/* Card */
.card {
  margin-bottom: 30px;
  border: none;
  border-radius: 5px;
}

.card-header,
.card-footer {
  border-color: #ebeef4;
  background-color: #fff;
  color: #798eb3;
  padding: 15px;
}

.card-title {
  padding: 20px 0 15px 0;
  font-size: 18px;
  font-weight: 500;
  color: #012970;
  font-family: "Poppins", sans-serif;
}

.card-title span {
  color: #899bbd;
  font-size: 14px;
  font-weight: 400;
}

.card-body {
  padding: 0 20px 20px 20px;
}

.card-img-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
.alert-heading {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}

/* Close Button */
.btn-close {
  background-size: 25%;
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
}

/* Accordion */
.accordion {
  background: transparent !important;
  border: none !important;
}

.accordion-item {
  /* border: 1px solid #135b71; */
  border: none;
  border-bottom: 1px solid #135b71;
  background: transparent;
  border-radius: 0;
}

.accordion-button {
  background: transparent !important;
  color: #135b71;
  font-size: 15px;
  font-weight: bold;
  box-shadow: none !important;
  border: none !important;
}
.accordion-button2 {
  background: transparent !important;
  color: #135b71;
  font-size: 15px;
  font-weight: bold;
  box-shadow: none !important;
  border: none !important;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}


.accordion-button:focus {
  outline: none;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background: transparent !important;
  color: #012970;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.accordion-collapse {
  background: transparent !important;
}

.accordion-body {
  background: transparent !important;
  padding: 0 0 15px 0;
  color: #135b71;
  font-size: 15px;
  border: none !important;
}


/* Breadcrumbs */
.breadcrumb {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  color: #899bbd;
  font-weight: 600;
}

.breadcrumb a {
  color: #899bbd;
  transition: 0.3s;
}

.breadcrumb a:hover {
  color: #51678f;
}

.breadcrumb .breadcrumb-item::before {
  color: #899bbd;
}

.breadcrumb .active {
  color: #51678f;
  font-weight: 600;
}
.nav-pills .nav-link{
  color: #4b4a4a;
  border-color:#4b4a4a ;
}
.nav-pills .nav-link.active{
  color: #fff;
  background: rgba(12, 179, 169, 1);
}
.nav-pills .nav-link:hover{
  color: #fff;
  background: linear-gradient(45deg, rgba(12, 179, 169, 1) 22%, rgba(19, 91, 113, 1) 79%);
}

/* Bordered Tabs */
.nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
}

.nav-tabs-bordered .nav-link {
  margin-bottom: -2px;
  border: none;
  color: #2c384e;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
  color: #0cb2a8;
}

.nav-tabs-bordered .nav-link.active {
  background-color: #fff;
  color: #4154f1;
  border-bottom: 2px solid #4154f1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
  line-height: 1;
}

@media (min-width: 1200px) {
  .logo {
    width: 210px;
  }
}

.logo img {
  max-height: 55px;
  margin-right: 7px;
}

.logo span {
  font-size: 26px;
  font-weight: 700;
  color: #012970;
  font-family: "Nunito", sans-serif;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  height: 80px;
  background-color: rgba(255, 255, 255, 0); /* Transparan */
  padding-left: 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.header.scrolled {
  background-color: rgba(239, 231, 231, 0.801);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 10px 20px;
  
}
/* .header-logo.scrolled {
  background-color: rgba(239, 231, 231, 0.801);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 10px 20px;
}
.header-logo2.scrolled {
  background-color: rgba(239, 231, 231, 0.801);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 10px 20px;
} */
.header .toggle-sidebar-btn {
  font-size: 50px;
  padding-left: 10px;
  cursor: pointer;
  color: #0db3a9;
}
.header .search-sidebar-btn {
  font-size: 30px;
  padding-left: 10px;
  cursor: pointer;
  color: #0db3a9;
}
.header .notip-sidebar-btn {
  font-size: 30px;
  padding-left: 10px;
  cursor: pointer;
  color: #0db3a9;
}

.header .search-bar {
  display: none; /* Sembunyikan form */
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.498);
  padding: 10px;
  border-radius: 5px;
}
.header .search-form {
  width: 100%;
}

.header .search-form input {
  border: 0;
  font-size: 14px;
  color: #012970;
  border: 1px solid rgba(1, 41, 112, 0.2);
  padding: 7px 38px 7px 8px;
  border-radius: 3px;
  transition: 0.3s;
  width: 100%;
}

.header .search-form input:focus,
.header .search-form input:hover {
  outline: none;
  box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
  border: 1px solid rgba(1, 41, 112, 0.3);
}

.header .search-form button {
  border: 0;
  padding: 0;
  margin-left: -30px;
  background: none;
}

.header .search-form button i {
  color: #0098b7;
}

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
  list-style: none;
}

.header-nav>ul {
  margin: 0;
  padding: 0;
}

.header-nav .nav-icon {
  font-size: 22px;
  color: #012970;
  margin-right: 25px;
  position: relative;
}
.header-nav .nav-icon2 {
  font-size: 22px;
  color: #012970;
  /* margin-right: 25px; */
  position: relative;
}
.header-nav .nav-profile {
  color: #012970;
}

.header-nav .nav-profile img {
  max-height: 36px;
}

.header-nav .nav-profile span {
  font-size: 14px;
  font-weight: 600;
}

.header-nav .badge-number {
  position: absolute;
  inset: -2px -5px auto auto;
  font-weight: normal;
  font-size: 12px;
  padding: 3px 6px;
}

.header-nav .notifications {
  inset: 8px -15px auto auto !important;
}

.header-nav .notifications .notification-item {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .notifications .notification-item i {
  margin: 0 20px 0 10px;
  font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.header-nav .notifications .notification-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .notifications .notification-item:hover {
  background-color: #f6f9ff;
}

.header-nav .messages {
  inset: 8px -15px auto auto !important;
}

.header-nav .messages .message-item {
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .messages .message-item a {
  display: flex;
}

.header-nav .messages .message-item img {
  margin: 0 20px 0 10px;
  max-height: 40px;
}

.header-nav .messages .message-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444444;
}

.header-nav .messages .message-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .messages .message-item:hover {
  background-color: #f6f9ff;
}

.header-nav .profile {
  min-width: 240px;
  padding-bottom: 0;
  top: 8px !important;
}

.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #444444;
}

.header-nav .profile .dropdown-header span {
  font-size: 14px;
}

.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
  background-color: #f6f9ff;
}
/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.bg-side{
  background: linear-gradient(176deg,rgba(35, 179, 170, 0.9) 35%, rgba(43, 98, 119, 0.91) 74%);
  height: 750px;

}
.bg-side-2{
  background: #01978fe6;
}
.bg-side-3{
  background: #7eeae1e3;
  height: 1000px;
}
.sidebar {
  position: fixed;
  top: 80px;
  right: 0;
  bottom: 0;
  width: 500px;
  z-index: 996;
  transition: all 0.3s;
  /* padding: 1px; */
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
}

@media (max-width: 768px) {
  .sidebar {
    width: 370px;
  }
}

.sidebar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}
.toggle-sidebar .sidebar {
  transform: translateX(500px); /* Animasi geser sidebar keluar */
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .toggle-sidebar .sidebar {
    right: -500px;
    transition: all 0.3s ease-in-out;
  }
}

@media (min-width: 1200px) {
  .toggle-sidebar .sidebar {
    right: -500px;
  }

  .toggle-sidebar #main,
  .toggle-sidebar #footer {
    margin-right: 0;
  }
}



.sidebar-nav {
  padding: 0;
  margin: 0;
  
  list-style: none;
}

.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-item {
  margin-bottom: 5px;
}

.sidebar-nav .nav-heading {
  font-size: 11px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  transition: 0.3;
  background: linear-gradient(45deg, rgba(12, 179, 169, 1) 22%, rgba(19, 91, 113, 1) 79%);
  padding: 10px 10px;
  border-radius: 4px;
  
}

.sidebar-nav .nav-link i {
  font-size: 14px;
  margin-right: 10px;
  color: #383838;
}

.sidebar-nav .nav-link.collapsed {
  color: #d4d4d4;
  background: #ffffff00;
}

.sidebar-nav .nav-link.collapsed i {
  color: #00b4aa;
}

.sidebar-nav .nav-link:hover {
  color: #ffffff;
  background: linear-gradient(45deg, rgba(12, 179, 169, 1) 22%, rgba(19, 91, 113, 1) 79%);
}

.sidebar-nav .nav-link:hover i {
  color: #ffffff;
}

.sidebar-nav .nav-link .bi-arrow-up-circle-fill {
  margin-right: 0;
  transition: transform 0.5s ease-in-out;
  color: #fff;
}

.sidebar-nav .nav-link:not(.collapsed) .bi-arrow-up-circle-fill {
  transform: rotate(180deg);
}

.sidebar-nav .nav-content {
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  transition: 0.3;
  padding: 10px 0 10px 20px;
  transition: 0.3s;
}

.sidebar-nav .nav-content a i {
  font-size: 6px;
  margin-right: 8px;
  line-height: 0;
  border-radius: 50%;
}

.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
  background: rgba(12, 179, 169, 1);
  color: #fff;
}

.sidebar-nav .nav-content a.active i {
  background-color: #4154f1;
}


/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Filter dropdown */
.dashboard .filter {
  position: absolute;
  right: 0px;
  top: 15px;
}

.dashboard .filter .icon {
  color: #aab7cf;
  padding-right: 20px;
  padding-bottom: 5px;
  transition: 0.3s;
  font-size: 16px;
}

.dashboard .filter .icon:hover,
.dashboard .filter .icon:focus {
  color: #4154f1;
}

.dashboard .filter .dropdown-header {
  padding: 8px 15px;
}

.dashboard .filter .dropdown-header h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #aab7cf;
  margin-bottom: 0;
  padding: 0;
}

.dashboard .filter .dropdown-item {
  padding: 8px 15px;
}

/* Info Cards */
.dashboard .info-card {
  padding-bottom: 10px;
}

.dashboard .info-card h6 {
  font-size: 28px;
  color: #012970;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.dashboard .card-icon {
  font-size: 32px;
  line-height: 0;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  flex-grow: 0;
}

.dashboard .sales-card .card-icon {
  color: #4154f1;
  background: #f6f6fe;
}

.dashboard .revenue-card .card-icon {
  color: #2eca6a;
  background: #e0f8e9;
}

.dashboard .customers-card .card-icon {
  color: #ff771d;
  background: #ffecdf;
}

/* Activity */
.dashboard .activity {
  font-size: 14px;
}

.dashboard .activity .activity-item .activite-label {
  color: #888;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 64px;
}

.dashboard .activity .activity-item .activite-label::before {
  content: "";
  position: absolute;
  right: -11px;
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: #eceefe;
}

.dashboard .activity .activity-item .activity-badge {
  margin-top: 3px;
  z-index: 1;
  font-size: 11px;
  line-height: 0;
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid #fff;
  flex-grow: 0;
}

.dashboard .activity .activity-item .activity-content {
  padding-left: 10px;
  padding-bottom: 20px;
}

.dashboard .activity .activity-item:first-child .activite-label::before {
  top: 5px;
}

.dashboard .activity .activity-item:last-child .activity-content {
  padding-bottom: 0;
}

/* News & Updates */
.dashboard .news .post-item+.post-item {
  margin-top: 15px;
}

.dashboard .news img {
  width: 80px;
  float: left;
  border-radius: 5px;
}

.dashboard .news h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
  margin-bottom: 5px;
}

.dashboard .news h4 a {
  color: #012970;
  transition: 0.3s;
}

.dashboard .news h4 a:hover {
  color: #4154f1;
}

.dashboard .news p {
  font-size: 14px;
  color: #777777;
  margin-left: 95px;
}

/* Recent Sales */
.dashboard .recent-sales {
  font-size: 14px;
}

.dashboard .recent-sales .table thead {
  background: #f6f6fe;
}

.dashboard .recent-sales .table thead th {
  border: 0;
}

.dashboard .recent-sales .dataTable-top {
  padding: 0 0 10px 0;
}

.dashboard .recent-sales .dataTable-bottom {
  padding: 10px 0 0 0;
}

/* Top Selling */
.dashboard .top-selling {
  font-size: 14px;
}

.dashboard .top-selling .table thead {
  background: #f6f6fe;
}

.dashboard .top-selling .table thead th {
  border: 0;
}

.dashboard .top-selling .table tbody td {
  vertical-align: middle;
}

.dashboard .top-selling img {
  border-radius: 5px;
  max-width: 60px;
}

/*--------------------------------------------------------------
# Icons list page
--------------------------------------------------------------*/
.iconslist {
  display: grid;
  max-width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.25rem;
  padding-top: 15px;
}

.iconslist .icon {
  background-color: #fff;
  border-radius: 0.25rem;
  text-align: center;
  color: #012970;
  padding: 15px 0;
}

.iconslist i {
  margin: 0.25rem;
  font-size: 2.5rem;
}

.iconslist .label {
  font-family: var(--bs-font-monospace);
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding: 0.25rem;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}

/*--------------------------------------------------------------
# Profie Page
--------------------------------------------------------------*/
.profile .profile-card img {
  max-width: 120px;
}

.profile .profile-card h2 {
  font-size: 24px;
  font-weight: 700;
  color: #2c384e;
  margin: 10px 0 0 0;
}

.profile .profile-card h3 {
  font-size: 18px;
}

.profile .profile-card .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

.profile .profile-card .social-links a:hover {
  color: #012970;
}

.profile .profile-overview .row {
  margin-bottom: 20px;
  font-size: 15px;
}

.profile .profile-overview .card-title {
  color: #012970;
}

.profile .profile-overview .label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit img {
  max-width: 120px;
}

/*--------------------------------------------------------------
# F.A.Q Page
--------------------------------------------------------------*/
.faq .basic h6 {
  font-size: 18px;
  font-weight: 600;
  color: #4154f1;
}

.faq .basic p {
  color: #6980aa;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  padding: 28px 30px;
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #4154f1;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #4154f1;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #4154f1;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #5969f3;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
  padding: 30px;
}

.error-404 h1 {
  font-size: 180px;
  font-weight: 700;
  color: #4154f1;
  margin-bottom: 0;
  line-height: 150px;
}

.error-404 h2 {
  font-size: 24px;
  font-weight: 700;
  color: #012970;
  margin-bottom: 30px;
}

.error-404 .btn {
  background: #51678f;
  color: #fff;
  padding: 8px 30px;
}

.error-404 .btn:hover {
  background: #3e4f6f;
}

@media (min-width: 992px) {
  .error-404 img {
    max-width: 50%;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 20px 0;
  font-size: 14px;
  transition: all 0.3s;
  border-top: 1px solid #cddfff;
}

.footer .copyright {
  text-align: center;
  color: #012970;
}

.footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #012970;
}

.btn-outline-costum {
  color: #0b9db7;
  border-color: rgb(11, 139, 164);
}
.btn-outline-costum-aktif {
  color: #ffffff;
  background: #0b9db7;
}

.btn-outline-costum:hover {
  color: #fff;
  background: #0b9db7;
}

.btn-primary-costum {
  color: #ffffff;
  background: #0db2a8;
}

.btn-primary-costum:hover {
  color: #fff;
  background: linear-gradient(45deg, rgba(12, 179, 169, 1) 22%, rgba(19, 91, 113, 1) 79%);
}

.btn-edit-costum {
  color: #ffffff;
  background: #e2be07;
}

.btn-edit-costum:hover {
  color: #fff;
  background: linear-gradient(45deg, rgba(226, 190, 7, 1) 19%, rgba(19, 91, 113, 1) 79%);
}

.btn-hapus-costum {
  color: #ffffff;
  background: #c92317;
}

.btn-hapus-costum:hover {
  color: #fff;
  background: linear-gradient(45deg, rgba(208, 34, 34, 1) 19%, rgba(19, 91, 113, 1) 79%);
}

.btn-detail-costum {
  color: #ffffff;
  background: #4cdb0f;
}

.btn-detail-costum:hover {
  color: #fff;
  background: linear-gradient(45deg, rgb(34, 208, 48) 19%, rgba(19, 91, 113, 1) 79%);
}

.btn-arsip-costum {
  color: #ffffff;
  background: #f39a01;
}

.btn-arsip-costum:hover {
  color: #fff;
  background: linear-gradient(45deg, rgb(242, 157, 0) 19%, rgba(19, 91, 113, 1) 79%);
}
.btn-light-costum {
  color: #ffffff;
  background: #0eb2a9;
  border: 1;
}
.btn-light-costum-aktif {
  color: #ffffff;
  background: linear-gradient(45deg, rgba(12, 179, 169, 1) 22%, rgba(19, 91, 113, 1) 79%);
}

.btn-light-costum:hover {
  color: #fff;
  background: linear-gradient(45deg, rgba(12, 179, 169, 1) 22%, rgba(19, 91, 113, 1) 79%);
}
.act-btn{
  background:#0db3a9;
  display: block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: white;
  font-size: 20px;
  font-weight: bold;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  text-decoration: none;
  transition: ease all 0.3s;
  position: fixed;
  right: 30px;
  bottom:30px;
}

.act-btn:hover{background: rgb(255, 0, 0)}

.container {
  overflow: hidden; /* Memastikan bagian gambar yang melebihi container tersembunyi */
  position: relative; /* Untuk memastikan elemen anak menggunakan posisi relatif */
  height: 100%; /* Biarkan tinggi container menyesuaikan secara otomatis */
  padding: 2px; /* Hilangkan padding bawaan */
  margin: 0; /* Hilangkan margin bawaan */
}
.zoom img {
  width: 100%; /* Gambar mengikuti lebar container (col-3) */
  height: auto; /* Menjaga proporsi gambar */
  -webkit-transform: scale(1.2);
	transform: scale(1.2);
  transition: transform 0.3s ease-in-out; /* Animasi zoom */
}

.zoom:hover img {
  -webkit-transform: scale(1);
	transform: scale(1);
}

.zoom-effect {
  transition: transform 0.3s ease-in-out; /* Tambahkan transisi untuk animasi */
  transform: scale(1); /* Ukuran default */
}

.zoom-effect:hover {
  transform: scale(1.3); /* Membesarkan kontainer yang di-hover */
  z-index: 1;
}

.zoom-effect:hover ~ .zoom-effect, /* Kontainer setelah yang di-hover */
.zoom-effect:not(:hover) { /* Semua kontainer yang tidak di-hover */
  transform: scale(0.98); /* Mengecilkan kontainer lainnya */
}


.hover01 img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.bg-alumni{
 background: url(../img/bgwebalumni.png) center center no-repeat;
 background-size: cover;
}

.text-top-right {
  font-size: 50px;
  position: absolute;
  top: 80px;
  text-align: left;
}
.text-top-right2 {
  position: absolute;
  top: 170px;
  text-align: justify;
  line-height: 1;
  font-size: 20px;
}

.text-top-left {
  font-size: 70px;
  position: absolute;
  top: 180px;
  text-align: left;
}

.text-bottom-right {
  position: relative;
  top: 350px;
  /* text-align: right; */
  font-size: 25px;

}

/* Responsive adjustments using media queries */
@media (max-width: 1024px) {
  /* Adjust text size for smaller screens */
  .roboto-slab-alumni,
  .roboto-slab-tahun,
  .roboto-slab-header {
    font-size: 30px; /* Smaller text size */
  }

  /* Adjust positioning for smaller screens */
  .text-top-right {
    top: 35px;
  }

  .text-top-left {
    font-size: 40px;
    top: 90px;
  }

  .text-bottom-right {
    top: 200px;
    font-size: 15px;
    text-align: right;

  }
  .text-top-right2 {
    top: 90px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  /* Adjust text size for smaller screens */
  .roboto-slab-alumni,
  .roboto-slab-tahun,
  .roboto-slab-header {
    font-size: 20px; /* Smaller text size */
  }

  /* Adjust positioning for smaller screens */
  .text-top-right {
    top: 5px;
  }
  .text-top-right2 {
    top: 50px;
    text-align: left;
    font-size: 10px;
  }
  .text-top-left {
    top: 10px;
  }
  .text-bottom-right {
    top: 50px;
    font-size: 15px;
  }

}

@media (max-width: 480px) {
  /* Further adjustments for very small screens */
  .roboto-slab-alumni,
  .roboto-slab-tahun,
  .roboto-slab-header {
    font-size: 15px; /* Even smaller text size */
  }
  .text-top-right2 {
    top: 58px;
    text-align: justify;
    font-size: 7px;
  }
  .text-top-right {
    top: 5px;
    font-size: 13px;
  }
  .text-top-left {
    top: 5px;
    bottom: 5px;
  }
  .text-bottom-right {
    top: 50px;
    font-size: 10px;
  }
}
/* Animasi */
@keyframes fade-in-left {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fade-in-right {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.animate-fade-in-left {
  animation: fade-in-left 2s ease-in-out;
}

.animate-fade-in-right {
  animation: fade-in-right 2s ease-in-out;
}
/* Fade-In */
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.animate-fade-in {
  animation: fade-in 2s ease-in-out;
}

/* Fade-Out */
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.animate-fade-out {
  animation: fade-out 2s ease-in-out;
}

/* Slide-In from Left */
@keyframes slide-in-left {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.animate-slide-in-left {
  animation: slide-in-left 2s ease-out;
}

/* Slide-In from Right */
@keyframes slide-in-right {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.animate-slide-in-right {
  animation: slide-in-right 2s ease-out;
}

/* Zoom-In */
@keyframes zoom-in {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.animate-zoom-in {
  animation: zoom-in 2s ease-out;
}

/* Zoom-Out */
@keyframes zoom-out {
  from {
    transform: scale(1.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.animate-zoom-out {
  animation: zoom-out 2s ease-out;
}

/* Rotate */
@keyframes rotate {
  from {
    transform: rotate(-360deg);
    opacity: 0;
  }
  to {
    transform: rotate(0deg);
    opacity: 1;
  }
}

.animate-rotate {
  animation: rotate 2s ease-out;
}

/* Bounce */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}

.animate-bounce {
  animation: bounce 2s ease-out;
}

.map {
  margin-bottom: 20px;
}

.map iframe {
  border: 0;
  width: 100%;
  height: 340px;
}

.hover05 {
  width: 100%; /* Ukuran awal */
  height: 100%; /* Menyesuaikan tinggi berdasarkan konten */
  overflow: hidden;
  position: relative; /* Titik asal transformasi di kiri */
  
}
.container2 {
  overflow: hidden; /* Memastikan bagian gambar yang melebihi container tersembunyi */
  position: relative; /* Untuk memastikan elemen anak menggunakan posisi relatif */
  height: 100%; /* Biarkan tinggi container menyesuaikan secara otomatis */
  padding: 2px; /* Hilangkan padding bawaan */
  margin: 0; /* Hilangkan margin bawaan */
}
.container2:hover {
  transition: transform 0.3s ease-in-out; /* Efek transisi halus */
  transform-origin: right center; /* Titik asal transformasi di kiri */
  transform: scale(1.2); /* Membesar ke arah kiri */
}

.hover05 img {
  width: 100%; /* Gambar menyesuaikan ukuran container */
  height: auto; /* Mempertahankan rasio gambar */
  transition: transform 0.3s ease-in-out;
}

.hover03 {
  width: 100%; /* Ukuran awal */
  height: 100%; /* Menyesuaikan tinggi berdasarkan konten */
  overflow: hidden;
  position: relative; /* Titik asal transformasi di kiri */
  
}
.container3 {
  overflow: hidden; /* Memastikan bagian gambar yang melebihi container tersembunyi */
  position: relative; /* Untuk memastikan elemen anak menggunakan posisi relatif */
  height: 100%; /* Biarkan tinggi container menyesuaikan secara otomatis */
  padding: 2px; /* Hilangkan padding bawaan */
  margin: 0; /* Hilangkan margin bawaan */
}
.container3:hover {
  transition: transform 0.3s ease-in-out; /* Efek transisi halus */
  transform-origin: right center; /* Titik asal transformasi di kiri */
  transform: scale(1.2); /* Membesar ke arah kiri */
}

.hover03 img {
  width: 100%; /* Gambar menyesuaikan ukuran container */
  height: auto; /* Mempertahankan rasio gambar */
  transition: transform 0.3s ease-in-out;
}

.container11 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
  transform: scale(0.8); /* Ukuran awal lebih kecil */
}

.container11:hover {
  transform: scale(1); /* Membesar saat hover */
}

.container11 img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Menyesuaikan gambar agar memenuhi container */
  border-radius: 10px;
}



.container-fak {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.card-fak {
  position: relative;
  width: 200px;
  height: 550px;
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
  background-color: #f0f0f0;
}

.card-fak img {
  width: 130%; /* Awalnya gambar lebih besar (terpotong) */
  height: 100%;
  object-fit: cover;
  object-position: center ; /* Posisi awal gambar tetap di tengah */
  transition: width 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.card-fak .label {
  position: absolute;
  bottom: 10px; /* Posisi awal di bawah */
  left: 10px;
  background-color: rgba(20, 142, 167, 0.7);
  color: white;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 25px;
  border-radius: 5px;
  transition: transform 1s ease-in-out, background 1s ease-in-out;
  text-align: center; /* Menyelaraskan huruf di tengah */
  display: flex;
  flex-direction: column; /* Menyusun huruf secara vertikal */
  align-items: center; /* Menyelaraskan huruf di tengah secara horizontal */
  transform: translateY(0); /* Tidak ada pergeseran awal */
}

.card-fak:hover .label {
  bottom:430px;
  transform: translateY(-50px); /* Naik ke atas saat hover */
  background-color: rgba(20, 142, 167, 1);
  flex-direction: row; /* Susunan huruf berubah horizontal saat hover */
}

.card-fak .label span {
  display: inline-block;
  margin: 0 5px; /* Memberikan jarak antar huruf */
}

.card-fak:hover {
  width: 250px; /* Membesar ke kiri */
  transform: translateX(-8px); /* Efek geser ke kiri */
}

.card-fak:hover img {
  width: 100%; /* Saat hover, gambar menjadi utuh */
}

@media (max-width: 768px) {
  .container-fak {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
  }

  .card-fak {
    width: 48%;
    height: auto;
    margin-bottom: 15px;
  }

  .card-fak img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .card-fak:hover {
    width: 48%; /* tetap sama, biar tidak berubah ukuran */
    transform: none;
  }

  .card-fak:hover .label {
    transform: none;
    flex-direction: column;
  }
}



.search-bar {
  min-width: 360px;
  padding: 0 20px;
}

.search-form {
  width: 100%;
}

.search-form input {
  border: 0;
  font-size: 14px;
  color: #012970;
  border: 1px solid rgba(1, 41, 112, 0.2);
  padding: 7px 38px 7px 8px;
  border-radius: 3px;
  transition: 0.3s;
  width: 100%;
}

.search-form input:focus,
.search-form input:hover {
  outline: none;
  box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
  border: 1px solid rgba(1, 41, 112, 0.3);
}

.search-form button {
  border: 0;
  padding: 0;
  margin-left: -30px;
  background: none;
}

.search-form button i {
  color: #012970;
}

.card-scrool {
  float: left;
  padding: .75rem;
  margin-bottom: 2rem;
  border: 0;
}

.card-scrool > img {
  margin-bottom: .75rem;
}

.card-scrool-text {
  font-size: 85%;
}
.select-transparent {
  background: transparent;
  /* Membuat background transparan */
  border: 2px solid #0db3a9;
  /* Border putih */
  color: #0db3a9;
  /* Warna teks */
  padding: 8px;
  font-size: 16px;
  border-radius: 5px;
  appearance: none;
  /* Menghilangkan default dropdown */
  outline: none;
}

.select-transparent option {
  background: #fefefe00;
  /* Warna background dropdown */
  color: #0db3a9;
  /* Warna teks */
}

.option-container {
  margin-bottom: 20px;
}
.content-sidebar {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.item-sidebar {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.card-custom {
  width: 200px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s;
  display: none; /* Awalnya disembunyikan */
}

.card-custom img {
  width: 100%;
  height: auto;
  border-bottom: 2px solid #ddd;
}

.card-custom:hover {
  transform: scale(1.05);
}

.container-bar {
  max-width: 400px; /* Atur lebar sesuai kebutuhan */
  margin: auto;
}

#places-list {
  max-height: 350px; /* Atur tinggi maksimum */
  overflow-y: auto; /* Aktifkan scroll vertikal jika konten melebihi batas */
  border: 1px solid #ddd; /* Opsional, agar lebih terlihat */
  padding: 10px;
}
.modal-content{
  background: #e6e6e6e8;
}
.text-justify {
  text-align: justify;
}



/* Menghilangkan pop-up "Halaman ini telah diterjemahkan" */
.goog-te-banner-frame {
  display: none !important;
}
body {
  top: 0px !important;
}

/* Menghilangkan logo Google Translate */
.goog-logo-link, .goog-te-gadget span {
  display: none !important;
}

/* Tombol 1 */
#floatingbuttons {
  position: fixed;
  bottom: 10%;
  right: 4%;
  z-index: 10;
}

#floatingbuttons .floatbutton {
  margin: 0px 10px;
}

.heart1 {
  animation: heartbeat 2s infinite;
}

@keyframes heartbeat {
  0% { transform: scale(1); }
  10%, 20% { transform: scale(1.2) translateY(-5px) rotate(5deg); }
  30%, 50%, 70%, 90% { transform: scale(1.2) translateY(5px) rotate(-5deg); }
  40%, 60%, 80% { transform: scale(1.2) translateY(-5px) rotate(5deg); }
  100% { transform: scale(1); }
}

/* Tombol 2 */
#floatingbuttons2 {
  position: fixed;
  bottom: 20%;
  right: 4%;
  z-index: 10;
}

#floatingbuttons2 .floatbutton {
  margin: 0px 10px;
}

.heart2 {
  animation: heartbeat2 2s infinite;
}

@keyframes heartbeat2 {
  0% { transform: scale(1); }
  10%, 20% { transform: scale(1.2) translateY(-5px) rotate(5deg); }
  30%, 50%, 70%, 90% { transform: scale(1.2) translateY(5px) rotate(-5deg); }
  40%, 60%, 80% { transform: scale(1.2) translateY(-5px) rotate(5deg); }
  100% { transform: scale(1); }
}


.nav-content3 {
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
}

.nav-content3 a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  transition: 0.3;
  padding: 10px 0 10px 20px;
  transition: 0.3s;
}

.nav-content3 a i {
  font-size: 6px;
  margin-right: 8px;
  line-height: 0;
  border-radius: 50%;
}

.nav-content3 a:hover,
.nav-content3 a.active {
  background: rgba(12, 179, 169, 1);
  color: #fff;
}

.nav-content3 a.active i {
  background-color: #4154f1;
}


.notip {
  position: fixed;
  top: 80px;
  right: 0;
  bottom: 0;
  width: 500px;
  z-index: 996;
  transition: all 0.3s;
  /* padding: 1px; */
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
}

@media (max-width: 768px) {
  .notip {
    width: 300px;
  }
}

.notip::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}

.notip::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}
.toggle-notip .notip {
  transform: translateX(500px); /* Animasi geser notip keluar */
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .toggle-notip .notip {
    right: -500px;
    transition: all 0.3s ease-in-out;
  }
}

@media (min-width: 1200px) {
  .toggle-notip .notip {
    right: -500px;
  }

  .toggle-notip #main,
  .toggle-notip #footer {
    margin-right: 0;
  }
}
.notip-nav {
  padding: 0;
  margin: 0;
  
  list-style: none;
}

.notip-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.notip-nav .nav-item {
  margin-bottom: 5px;
}

.notip-nav .nav-heading {
  font-size: 11px;
  text-transform: uppercase;
  color: #899bbd;
  font-weight: 600;
  margin: 10px 0 5px 15px;
}

.notip-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  transition: 0.3;
  background: linear-gradient(45deg, rgba(12, 179, 169, 1) 22%, rgba(19, 91, 113, 1) 79%);
  padding: 10px 10px;
  border-radius: 4px;
  
}

.notip-nav .nav-link i {
  font-size: 14px;
  margin-right: 10px;
  color: #383838;
}

.notip-nav .nav-link.collapsed {
  color: #d4d4d4;
  background: #ffffff00;
}

.notip-nav .nav-link.collapsed i {
  color: #00b4aa;
}

.notip-nav .nav-link:hover {
  color: #ffffff;
  background: linear-gradient(45deg, rgba(12, 179, 169, 1) 22%, rgba(19, 91, 113, 1) 79%);
}

.notip-nav .nav-link:hover i {
  color: #ffffff;
}

.notip-nav .nav-link .bi-arrow-up-circle-fill {
  margin-right: 0;
  transition: transform 0.5s ease-in-out;
  color: #fff;
}

.notip-nav .nav-link:not(.collapsed) .bi-arrow-up-circle-fill {
  transform: rotate(180deg);
}

.notip-nav .nav-content {
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
}

.notip-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  transition: 0.3;
  padding: 10px 0 10px 20px;
  transition: 0.3s;
}

.notip-nav .nav-content a i {
  font-size: 6px;
  margin-right: 8px;
  line-height: 0;
  border-radius: 50%;
}

.notip-nav .nav-content a:hover,
.notip-nav .nav-content a.active {
  background: rgba(12, 179, 169, 1);
  color: #fff;
}

.notip-nav .nav-content a.active i {
  background-color: #4154f1;
}
/* Secara default notifikasi ditampilkan */
#notifikasi {
  display: block;
}

/* Sembunyikan notifikasi jika toggle-notip aktif */
body.toggle-notip #notifikasi {
  display: none;
}

.ag-format-container {
  width: 1142px;
  margin: 0 auto;
}
.ag-format-container2 {
  width: 521px;
  margin: 0 auto;
}

.ag-courses_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  padding: 50px 0;
}
.ag-courses_item {
  -ms-flex-preferred-size: calc(33.33333% - 30px);
  flex-basis: calc(33.33333% - 30px);

  margin: 0 15px 30px;

  overflow: hidden;

  border-radius: 28px;
}
.ag-courses-item_link {
  display: block;
  padding: 30px 20px;
  background-color: #c8c8c8;

  overflow: hidden;

  position: relative;
}
.ag-courses-item_link:hover,
.ag-courses-item_link:hover .ag-courses-item_date {
  text-decoration: none;
  color: #191818;
}
.ag-courses-item_link:hover .ag-courses-item_bg {
  -webkit-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
}
.ag-courses-item_title {
  min-height: 87px;
  margin: 0 0 25px;

  overflow: hidden;

  font-weight: bold;
  font-size: 30px;
  color: #191818;

  z-index: 2;
  position: relative;
}
.ag-courses-item_date-box {
  font-size: 18px;
  color: #191818;

  z-index: 2;
  position: relative;
}
.ag-courses-item_date {
  font-weight: bold;
  color: #ea373b;

  -webkit-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease
}
.ag-courses-item_bg {
  height: 128px;
  width: 128px;
  background-color: #ea373b;

  z-index: 1;
  position: absolute;
  top: -75px;
  right: -75px;

  border-radius: 50%;

  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.ag-courses_item:nth-child(2n) .ag-courses-item_bg {
  background-color:#23b3aa;
}
.ag-courses_item:nth-child(3n) .ag-courses-item_bg {
  background-color: #2b6277;
}
.ag-courses_item:nth-child(4n) .ag-courses-item_bg {
  background-color: #ea373b;
}
.ag-courses_item:nth-child(5n) .ag-courses-item_bg {
  background-color: #23b3aa;
}
.ag-courses_item:nth-child(6n) .ag-courses-item_bg {
  background-color: #2b6277;
}
.ag-courses_item:nth-child(7n) .ag-courses-item_bg {
  background-color: #ea373b;
}
.ag-courses_item:nth-child(8n) .ag-courses-item_bg {
  background-color: #23b3aa;
}
.ag-courses_item:nth-child(9n) .ag-courses-item_bg {
  background-color: #2b6277;
}
.ag-courses_item:nth-child(10n) .ag-courses-item_bg {
  background-color: #ea373b;
}
.ag-courses_item:nth-child(11n) .ag-courses-item_bg {
  background-color: #23b3aa;
}
.ag-courses_item:nth-child(12n) .ag-courses-item_bg {
  background-color: #2b6277;
}
.ag-courses_item:nth-child(13n) .ag-courses-item_bg {
  background-color: #ea373b;
}
.ag-courses_item:nth-child(14n) .ag-courses-item_bg {
  background-color: #23b3aa;
}
.ag-courses_item:nth-child(15n) .ag-courses-item_bg {
  background-color: #2b6277;
}
.ag-courses_item:nth-child(16n) .ag-courses-item_bg {
  background-color: #ea373b;
}
.ag-courses_item:nth-child(17n) .ag-courses-item_bg {
  background-color: #23b3aa;
}
.ag-courses_item:nth-child(18n) .ag-courses-item_bg {
  background-color: #2b6277;
}
.ag-courses_item:nth-child(19n) .ag-courses-item_bg {
  background-color: #ea373b;
}
.ag-courses_item:nth-child(20n) .ag-courses-item_bg {
  background-color: #23b3aa;
}
.ag-courses_item:nth-child(21n) .ag-courses-item_bg {
  background-color: #2b6277;
}
.ag-courses_item:nth-child(22n) .ag-courses-item_bg {
  background-color: #ea373b;
}
.ag-courses_item:nth-child(23n) .ag-courses-item_bg {
  background-color: #23b3aa;
}
.ag-courses_item:nth-child(24n) .ag-courses-item_bg {
  background-color: #2b6277;
}
.ag-courses_item:nth-child(25n) .ag-courses-item_bg {
  background-color: #ea373b;
}
.ag-courses_item:nth-child(26n) .ag-courses-item_bg {
  background-color: #23b3aa;
}
.ag-courses_item:nth-child(27n) .ag-courses-item_bg {
  background-color: #2b6277;
}



@media only screen and (max-width: 979px) {
  .ag-courses_item {
    -ms-flex-preferred-size: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
  }
  .ag-courses-item_title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .ag-format-container {
    width: 96%;
  }

}
@media only screen and (max-width: 639px) {
  .ag-courses_item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .ag-courses-item_title {
    min-height: 72px;
    line-height: 1;

    font-size: 24px;
  }
  .ag-courses-item_link {
    padding: 22px 40px;
  }
  .ag-courses-item_date-box {
    font-size: 16px;
  }
}
  .btn-same-width {
    width: 150px; /* Atau ukuran lain sesuai kebutuhan */
    height: 50px; /* Atau ukuran lain sesuai kebutuhan */
    text-align: center;
  }