.navbar-nav .nav-link {
    color: #58b854;
}
.btn {
    padding: 10px 20px;
}

.hidden {
    display: none !important;
}

.btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10000;
    font-size: 1.5rem;
}

.btn-close-white {
    filter: invert(1);
}

body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.container {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
}

h3 {
    text-align: center;
    margin-bottom: 20px;
}

.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.buttonnn {
    width: 100%;
    background-color: #4caf50;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.form-section {
    border-right: 2px solid #ddd;
    padding-right: 20px;
}

.btn-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #58b854;
    color: white;
    border: none;
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 100px;
}

.btn-whatsapp i {
    margin-right: 8px;
}

.btn-whatsapp:hover {
    background-color: #20b858;
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    text-decoration: none;
}

.whatsapp-float:hover .btn-whatsapp {
    background-color: #20b858;
}

.btn-whatsapp:active {
    transform: translateY(5px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
    .btn-whatsapp {
        width: 55px;
        height: 55px;
        border-radius: 50%;
        padding: 0;
        font-size: 0;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        margin-bottom: 50px;
    }

    .btn-whatsapp i {
        font-size: 28px;
        margin-right: 0;
    }

    .whatsapp-float {
        bottom: 100px;
        right: 10px;
    }
}

@media (max-width: 991px) {
    .navbar-collapse {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 100vh;
        background-color: #525252dc;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        position: absolute;
        top: 0;
        right: 0;
        width: 250px;
        height: 100vh;
        z-index: 9999;
        transition: transform 0.3s ease;
        transform: translateX(100%);
    }

    .navbar-collapse.show {
        transform: translateX(0);
    }

    .navbar-nav {
        width: 100%;
        padding: 0;
        margin: 0;
        text-align: center;
    }

    .navbar-nav .nav-item {
        margin-bottom: 10px;
    }

    .navbar-nav .nav-link {
        font-size: 14px;
        padding: 10px;
    }

    .navbar-nav .btn-masuk {
        font-size: 16px;
        padding: 10px 20px;
        border-radius: 5px;
        width: 70px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 20px auto;
    }
}

@media print {
    link[rel="shortcut icon"] {
        display: none;
    }
}
