

.custom-button-primary {
    background: #002147 none repeat scroll 0 0;
    border: medium none;
    display: inline-block;
    font-family: "Poppins",sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 30px;
    text-transform: uppercase;
    color: #ffffff;
    transition: background-color .2s ease;
}

.custom-button-primary:hover,
.custom-button-primary:focus,
.custom-button-primary:active,
a.custom-button-primary:hover,
a.custom-button-primary:focus {
    color: #ffffff !important;
    background: #003a7a;
    text-decoration: none;
}


.custom-button-sm-primary {
    background: #002147 none repeat scroll 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 0 15px;
    text-transform: capitalize;
}

.custom-button-sm-secondary {
    background: #d9dee4 none repeat scroll 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #4f4949;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 0 15px;
    text-transform: capitalize;
}

.custom-button-sm-danger {
    background: #dc3545;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 0 15px;
    width: 88px;
    text-transform: capitalize;
    text-decoration: none;
    text-align: center;
    transition: background-color 0.3s;
}

.custom-sub-notif {
    position: absolute;
    z-index: 1;
    background-color: #d6d6d6;
    border-radius: 5rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    font-weight: 600;
}

.read-more {
    cursor: pointer;
    color: #ffb606;
}

.milestone-stat{
    font-size: 17px; 
    background-color: #ffb606;
}

.home-subtitle{
    color: #002147;
}

.radius-15 {
    border-radius: 15px !important;
}

.radius-10 {
    border-radius: 10px !important;
}

.radius-5 {
    border-radius: 5px !important;
}
/* teacher my page */
/* CSS untuk style tabel */
.teacher-table {
    border-collapse: collapse;
    width: 100%; /* Menggunakan lebar maksimal agar responsif */  
    margin: 20px auto;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  }
  
  .teacher-table th,
  .teacher-table td {
    padding: 10px;
    text-align: left;
  }
  
  .teacher-table th {
    background-color: #ffb606; /* Warna latar belakang header */
    border: 1px solid #fff;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
  }
  
  .teacher-table td {
    border: 1px solid #fff;
    border-top: none;
  }
  
  .teacher-table td.action {
    text-align: center;
  }
  .red-remove-btn {
    color: #fff !important; /* Warna teks menjadi putih */
    background-color: #ff3333 !important; /* Warna latar belakang menjadi merah */
    border-color: #ff3333 !important; /* Warna border menjadi merah */
  }

  nav.navbar.bootsnav.sticked ul.nav > li > a.btn-nav-login {
    background: #0D2345;
    padding: 10px 17px;
    border-radius: 10px;
    margin-top: 20px;
    color: #fff;
  }

  nav .collapse ul.nav li a.btn-nav-login {
    background: #0D2345;
    padding: 10px 17px;
    border-radius: 10px;
    margin-top: 25px;
    color: #fff;
  }
  
  nav.navbar.bootsnav.sticked ul.nav > li > a.btn-nav-login:hover,
  nav .collapse ul.nav li a.btn-nav-login:hover {
    background: #13438d;
    color: #f9ce9f;
  }

  /* start css custom home-page */

  .bg-gradient-home {
    background: rgb(255,216,38);
    background: linear-gradient(90deg, rgba(255,216,38,1) 0%, rgba(255,147,0,1) 76%, rgba(237,123,0,1) 100%);
  }

/* start section 1 */
.home-page {
    height: 90vh;

}

.home-page img {
    border-radius: 50px;
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.5);
}

.content h3.text-home-subtitle {
    font-size: 2.5rem;
    font-weight: 300;
    color: #000306;
    text-transform: capitalize;
    text-shadow: 0px -1px 8px rgba(255, 154, 0, 0.74);
}

.content h1.text-home-title {
    font-size: 4rem;
    font-weight: 600;
    color: #000306;
}

.btn-home-register {
    background-color: #0D2345;
    color: #fff;
    border: 1px solid #000306;
    padding: 10px 50px;
    font-size: 2rem;
    font-weight: 600;
    padding: 1rem 3rem;
    margin-top: 20px;
    border-radius: 10px;
}

.componen-home-layer {
    background: linear-gradient(90deg, #003333, #0B2343);
    width: 110%;
    height: 400px;
    margin: -334px 0px 0px -75px;
    transform: rotate(6deg);
    box-shadow: 0px 0px 88px -15px rgba(120, 65, 0, 1);
    -webkit-box-shadow: 0px 0px 88px -15px rgba(120, 65, 0, 1);
    -moz-box-shadow: 0px 0px 88px -15px rgba(120, 65, 0, 1);
}

/* end section 1 */

/* start section 2 */
.home-page-2 {
    height: 80vh;
    position: relative;
    background: linear-gradient(90deg, #003333, #0c2344);
    overflow: hidden;
}

.cirkel {
    /* Menggunakan absolute agar dapat ditempatkan secara bebas */
    width: 17rem;
    height: 17rem;
    border-radius: 50%;
    background: transparent;
    border-width: 2rem;
    /* Mengatur lebar border */
    border-style: solid;
    /* Mengatur jenis border menjadi solid */
    border-color: #FEC119;
    /* Mengatur warna border */
    box-sizing: border-box;
    z-index: 0;
    box-shadow: 0px 0px 24px 0px rgba(255, 119, 0, 1);
    -webkit-box-shadow: 0px 0px 24px 0px rgba(255, 119, 0, 1);
    -moz-box-shadow: 0px 0px 24px 0px rgba(255, 119, 0, 1);
}

div.main-cirkel {
    width: 60rem;
    height: 60rem;
    border-radius: 50%;
    background: linear-gradient(90deg, #ff7700, #ffdd00);
    z-index: 0;
    position: absolute;
    bottom: -300px;
    right: 270px;
    box-shadow: 0px 0px 227px 0px rgba(255, 119, 0, 1);
    -webkit-box-shadow: 0px 0px 227px 0px rgba(255, 119, 0, 1);
    -moz-box-shadow: 0px 0px 227px 0px rgba(255, 119, 0, 1);
}

.home-page-2 h3 {
    font-size: 4.2rem;
    color: white;
    font-weight: 300;
    text-shadow: 0px 0px 15px rgba(255, 119, 0, 0.81);
}

.home-page-2 h2 {
    font-size: 5.5rem;
    font-weight: 500;
    color: white;
    text-shadow: 0px 0px 5px rgba(255, 119, 0, 0.81);
}

/* end section 2 */

/* star section 3 */
.home-page-3 {
    height: 100vh;
    position: relative;
    background: linear-gradient(90deg, #003333, #0c2344);
    z-index: 1;
}

.home-page-3 h4 {
    font-size: 2rem;
    font-weight: 400;
    color: white;
    text-shadow: 0px 0px 2px rgba(255, 119, 0, 0.81);
}

/* end section 3 */

/* start section 4 */
.home-page-4 {
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, #003333, #0c2344);
}

.home-page-4 h2 {
    font-size: 5.5rem;
    font-weight: 500;
    color: white;
    text-shadow: 0px 0px 5px rgba(255, 119, 0, 0.81);
}

.home-page-4 h3 {
    font-size: 4.5rem;
    color: white;
    text-transform: capitalize;
    font-weight: 300;
    text-shadow: 0px 0px 5px rgba(255, 119, 0, 0.81);
}

.home-page-4 p {
    font-size: 1.7rem;
    color: white;
    font-weight: 300;
    text-shadow: 0px 0px 5px rgba(255, 119, 0, 0.81);
}

/* end section 4 */

.home-page-5 {
    height: 100vh;
}

/* end css custom home-page */

nav ul li a.nav-btn-hover.active {
    background: transparent;
    color: rgba(255, 132, 0, 0.5);
}

.cursor-pointer {
    cursor: pointer;
}

.hover-effect:hover {
    color: #ffb606;
}

/* certificate page adjustments */
.certificate-page .thumb {
    display: flex;
    justify-content: center;
}
.certificate-page .thumb img {
    height: auto;
}
@media (max-width: 576px) {
    .certificate-page .thumb {
        padding-left: 0;
        padding-right: 0;
    }
}

/* footer responsiveness overrides */
footer .f-item img {
    max-width: 100%;
    height: auto;
}
footer .f-items .item {
    padding-right: 0;
}
.footer-bottom p {
    margin: 0;
}
@media (max-width: 576px) {
    footer .f-item.link ul {
        margin-top: 0;
    }
}