.img\:dashboard-home{
    height: 35%;
    width: auto;
}

@font-face {
  font-family: "bootstrap-icons";
  src: url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/fonts/bootstrap-icons.woff2") format("woff2"),
       url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/fonts/bootstrap-icons.woff") format("woff");
  font-display: swap;
}

.btn-primary {
    background: #436DD8 !important;
}

body{
    font-size: 14px;
    /* font-family: Segoe UI Historic,Segoe UI,Helvetica,Arial,sans-serif; */
    font-family: "Inter",sans-serif !important;
}

div:where(.swal2-container) h2:where(.swal2-title) {
    font-size: 16px !important;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm){
    font-size: 12px !important;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm){
    font-size: 12px !important;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel){
    font-size: 12px !important;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny){
    font-size: 12px !important;
}

.dataTables_wrapper .dataTables_scrollBody {
    overflow: visible !important;
}

table.dataTable {
    overflow: visible !important;
}

table.dataTable td {
    position: relative;
}

.card{
    box-shadow: 4px 10px rgba(0, 0, 0, 0.2)
}

.border-radius-50{
    border-radius: 50px;
}

.f-bold{
    font-weight: bold;
}

.tryout-price{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.tryout-price-normal{
    display: flex;
    align-items: center;
}

.btn-register-now{
    border-radius: 50px;
}

.owl-carousel .item {
    padding: 15px;
}

.card-package{
    border-radius: 30px;
    padding-bottom: 20px;
}

.tryout-price-discount{
    position: relative;
    bottom: unset;
    font-size: 1.3rem;
    color: #c51f12;
    font-weight: 800;
}

.form-control{
    font-size: 1.25rem;
    padding: 1rem;
    border-radius: 0;
}

.img-logo{
    height:90px !important;
    width: auto
}

.img-banner {
    width: auto !important;
    height: 600px;
    display: block;
    object-fit: cover;
    padding-right: 23px;
    padding-bottom: 7px;
    aspect-ratio: 600 / 0;
}

.img-banner-grid {
    width: 400px; 
    height: 400px; 
    object-fit: contain; 
    position: absolute; 
    right: 35px; 
    top: 70px; 
}

.img-logo-dashboard{
    position: absolute;
    display: flex;
    top: 170px;
    width: 100%;
    height: 25%;
}

.text-home-1{
    border:2px solid #f8e475;
    padding:0;
    font-size: 22px;
    text-align: center;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    background:transparent;
    border-radius:0 50px 50px 0;
    margin-right: 25px;
    cursor: pointer;
    position: relative;
    left: 120px;
    width: 240px;
    background-color: white;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-home-1:hover{
    background-color: #f8e475;
}

.text-home-2{
    border:2px solid green;
    padding:0;
    font-size: 22px;
    text-align: center;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    background:transparent;
    border-radius:0 50px 50px 0;
    margin-right: 25px;
    cursor: pointer;
    position: relative;
    left: 120px;
    width: 240px;
    background-color: white;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-home-2:hover{
    background-color: green;
    color: white;
}

.text-home-3{
    border:2px solid blue;
    padding:0;
    font-size: 22px;
    text-align: center;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    background:transparent;
    border-radius:0 50px 50px 0;
    margin-right: 25px;
    cursor: pointer;
    position: relative;
    left: 120px;
    width: 240px;
    background-color: white;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-home-3:hover{
    background-color: blue;
    color: white;
}

.text-home-4{
    border:2px solid yellow;
    padding:10px 15px 10px 15px;
    font-size: 22px;
    text-align: center;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    background:transparent;
    border-radius:0 50px 50px 0;
    margin-right: 25px;
    margin-bottom: 10px;
    cursor: pointer;
}
.text-home-4:hover{
    background-color: yellow;
    color: black;
}

.img-card{
    padding:10px;
    border-bottom: 2px solid #dfdfdf;
}

.desc-banner{
    list-style: none; 
    padding: 0; 
    gap: 15px;
}

ul.desc-banner li{
    font-size: 20px; 
    display: flex; 
    align-items: flex-start; 
    gap: 10px;
}

ul.desc-banner li i{
    font-size: 30px; 
    color: green; 
    font-weight: bold;
    margin-top: -6px;
}

.col-img-dashboard{
    /* background:#1E90FF; */
    /* border-radius:50px 50px 50px 50px; */
    background-image: url('assets/images/profile-web/background-dashboard-tr.png');
    background-repeat: no-repeat;
    background-position: center;
}

/* .login-container {
    max-width: 400px;
    margin: 50px auto;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
} */

.login-container {
    max-width: 400px;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 0 auto; /* default: tanpa margin atas-bawah di desktop */
    left: 8rem;
}

@media (max-width: 575.98px) {
    .login-container {
        margin: 20px auto; /* aktif hanya di mobile */
        left: auto;
    }
}

.bg-default-blue{
    /* background: #1E90FF; */
    background: #436DD8;
    color: white;
}

.border-top-bottom {
    border-top: 0.5px solid #fafafa; 
    border-bottom: 0.5px solid #fafafa;
}

.padding-top-bottom-10 {
    padding-top: 10px !important; 
    padding-bottom: 10px !important;
}

.padding-top-bottom-20 {
    padding-top: 20px !important; 
    padding-bottom: 20px !important;
}

.padding-top-bottom-30 {
    padding-top: 30px !important; 
    padding-bottom: 30px !important;
}

.google-btn {
    background: white;
    border: 1px solid #ccc;
    font-weight: 500;
}
.google-btn img {
    width: 40px;
    margin-right: 10px;
    height: 40px;
}

.password-wrapper {
    position: relative;
}
.password-wrapper .toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}
.forgot-password {
    font-size: 14px;
}

.navbar {
    background-color: white;
}

.navbar-collapse {
    min-height: 60px; /* sesuai ukuran navbar */
}

.navbar-nav .nav-link {
    font-weight: 500;
    color: black;
    margin-right: 10px;
    font-size: 18px;
}

.navbar-nav .nav-link.active {
    color: blue;
}

.navbar-nav .nav-link:hover{
    color: black;
    font-weight: bold;
}

/* Tagline & Button */
.top-bar {
    background-color: transparent;
    padding: 10px 0;
    text-align: center;
}

.tagline {
    font-size: 25px;
    font-weight: 500;
    margin-right: 10px;
}

.btn-google{
    color: #000; 
    border:1px solid #dad2d2;
    padding: 1rem !important;
}

.btn-alumni {
    background-color: #1E90FF;
    color: white;
    border-radius: 20px;
    font-size: 20px;
    padding: 5px 15px;
    text-decoration: none;
}

/* Logo */
.logo img {
    height: 50px;
    width: auto;
}

/* Tambah jarak agar konten tidak tertutup navbar */
.content {
    margin-top: 70px;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0;
}

.separator::before,
.separator::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #ccc;
    margin: 5px;
}

.info-float {
    z-index: 1;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    padding: 10px 15px;
    border-radius: 25px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

.whatsapp-float {
    z-index: 1;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    padding: 10px 15px;
    border-radius: 25px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    border : none;
}

.whatsapp-text {
    margin-right: 10px;
    white-space: nowrap;
}

.whatsapp-icon {
    width: 40px;
    height: 40px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.whatsapp-icon img {
    width: 24px;
    height: 24px;
}

.whatsapp-float:hover {
    transform: scale(1.05);
}

@media (max-width: 1023px) { 
    .img-banner {
        width: 100% !important;
        height: auto;
    }
}