       /* Style untuk popup */
       .popup {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5); /* Latar belakang semi-transparan */
    }

    .popup-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: white;
        padding: 3px;
        border-radius: 1px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        width: 50%;
    }

    /* Tombol untuk menutup popup */
    .ya {
        position: absolute;
        top: 5px;
        right: 5px;
        font-size: 15px;
        cursor: pointer;
    }

    .mobirise-img {
        height: 3rem;
    }

    .custom-message {
        opacity: 0.9; 
        background-color: #ffcffdb4;
        padding: 20px;
        text-align: center;
    }
    
    .container {
        font-weight: bold;
        color: red;
    }

    .dash2{
        display: inline-block;  
        background: linear-gradient(25deg,#6e8efb, #a777e3, #bd87ff); 
        color: white; 
        text-decoration: none; 
        border-radius: 10px; border: none;
    }
    .dash3{
        display: inline-block; 
        padding: 10px 20px; 
        background-color: #3498db; 
        color: #fff; 
        text-decoration: none; 
        border-radius: 5px; 
        border: none;
    }

    .tombol{
        display: inline-block; 
        padding: 10px 20px;  
        color: #fff; 
        text-decoration: none; 
        border-radius: 5px; 
        border: none;
    }

