
    body {
        font-family: "Montserrat", sans-serif;
        background-color: #f8f9fa;
        color: #000;
    }

    .app-container {
        width: 100%;
        min-height: 100vh;
        background-color: #f8f9fa;
    }

    .span-typedownload {
        color: #ffffff;
        padding: 6px 12px;
        border-radius: 8px;
        font-size: 12px;
        font-weight: 600;
        background-color: #00b496;
    }


    .accordion-item {
        border: none;
        border-bottom: 1px solid #e0e0e0;
    }

    .accordion-button {
        padding: 20px 0;
        font-weight: 500;
        font-size: 14px;
        color: black;
        background-color: transparent;
    }

    .accordion-button:not(.collapsed) {
        color: #333;
        background-color: transparent;
        box-shadow: none;
    }

    .accordion-button:focus {
        box-shadow: none;
        border-color: transparent;
    }

    .accordion-button::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }

    .accordion-body {
        padding: 0 0 20px 0;
    }

    a {
        text-decoration: none;
        /* Hilangkan garis bawah */
    }

    .header {
        width: 100%;
        height: 150px;
        background: url("https://cdn.builder.io/api/v1/image/assets/TEMP/7682a8161103cf5ea8d27132e3bae2c82cb9cf0f") no-repeat center;
        background-size: cover;
    }

    .main-content {
        padding: 20px;
        display: flex;
        justify-content: center;
    }

    .content-card {
        width: 996px;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 5px;
        margin-top: -60px;
        background-color: #fff;
    }

    .app-info {
        display: flex;
        padding: 20px 30px;
    }

    .app-logo {
        width: 256px;
        height: 173px;
        border-radius: 12px;
        border: 1px solid rgba(0, 0, 0, 0.15);
    }

    .app-details {
        margin-left: 30px;
    }

    .app-title {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 18px;
        color: #000;
        margin-bottom: 5px;
        margin-top: 0;
    }

    .app-release {
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 14px;
        color: #000;
        margin-bottom: 20px;
        margin-top: 0;
    }

    .app-requirements {
        display: flex;
        gap: 20px;
        margin-bottom: 20px;
    }

    .requirement {
        display: flex;
        align-items: center;
        gap: 2px;
    }

    .requirement-icon {
        width: 24px;
        height: 24px;
    }


    .ldap {
        color: #ea5a2f;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 500;
    }

    .need-vpn {
        color: #cc194c;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 500;
    }

    .satellite-app {
        color: #1996cc;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 500;
    }

    .core-app {
        color: #00b496;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 500;
    }


    .app-actions {
        display: flex;
        gap: 16px;
    }

    .open-app {
        padding: 8px 12px;
        border-radius: 100px;
        font-family: "Montserrat", sans-serif;
        font-size: 12px;
        font-weight: 400;
        cursor: pointer;
        color: #fff;
        border: 1px solid #cc194c;
        background-color: #cc194c;
    }

    .contact-pic {
        padding: 8px 12px;
        border-radius: 100px;
        font-family: "Montserrat", sans-serif;
        font-size: 12px;
        font-weight: 400;
        cursor: pointer;
        color: #cc194c;
        border: 1px solid #cc194c;
        background-color: #fff;
    }

    .app-description {
        padding: 0 30px;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 300;
        color: #000;
        text-align: justify;
        margin-bottom: 30px;
    }

    .section {
        padding: 0 30px;
        margin-bottom: 30px;
    }

    .section-title {
        display: flex;
        align-items: center;
        gap: 10px;
        /* Jarak antara ikon dan teks */
        padding-bottom: 10px;
        border-bottom: 1px solid #dde1eb;
        margin-bottom: 20px;
        margin-top: 0;
    }

    .section-header {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #23262a;
        margin-top: 10px;

    }


    .section-grid {
        display: grid;
        grid-template-columns: 1 fr 1 fr;
    }

    .section-content {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 300;
        color: #000;
        line-height: 1.6;
    }

    .section-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
        align-items: start;
    }

    .section-content {
        display: grid;
        gap: 8px;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 300;
        color: #000;
        line-height: 1.6;
    }

    .section-content span {
        display: block;
    }


    .section-2 {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #23262a;
        border-bottom: 1px solid #dde1eb;
        padding: 0 30px;
        margin-bottom: 30px;
        padding-bottom: 20px;
        margin-top: 0;
    }


    /* Table styles */
    .table-container {
        margin-top: 16px;
        overflow-x: auto;
    }

    .data-table {
        width: 100%;
        border-collapse: collapse;
    }

    .data-table th {
        text-align: left;
        padding: 14px 24px;
        font-size: 14px;
        font-weight: 700;
        color: #1e293b;
        border-bottom: 1px solid #cbd5e1;
    }

    .data-table td {
        padding: 12px 24px;
        font-size: 14px;
        font-weight: 400;
        color: #475569;
        border-bottom: 1px solid #e2e8f0;
    }



    /* File items */
    .file-item {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .file-icon {
        display: flex;
        width: 40px;
        height: 40px;
        justify-content: center;
        align-items: center;
        border-radius: 123px;
    }

    .pdf-icon {
        background-color: #f0fdf4;
    }

    .folder-icon {
        background-color: #eef2ff;
    }

    .file-thumbnail {
        width: 40px;
        height: 40px;
        border-radius: 123px;
        object-fit: cover;
    }

    .file-info {
        display: flex;
        flex-direction: column;
    }

    .file-name {
        font-size: 14px;
        font-weight: 700;
        color: #475569;
        padding-top: 18px;
    }

    .file-size {
        font-size: 14px;
        font-weight: 400;
        color: #475569;
    }

    /* File type badge */
    .file-type {
        display: inline-block;
        font-size: 12px;
        font-weight: 700;
        padding: 4px 8px;
        border-radius: 1234px;
    }

    .public {
        color: #18b8df;
        background-color: #f0fdfc;
    }

    /* Action icon */
    .action-icon {
        display: flex;
        width: 40px;
        height: 40px;
        justify-content: center;
        align-items: center;
        border-radius: 123px;
        cursor: pointer;
    }

    .status-public {
        color: #18b8df;
        padding: 4px 8px;
        border-radius: 1234px;
        font-size: 12px;
        font-weight: 600;
        background-color: #f0fdfc;
    }

    .status-other {
        color: #666;
        padding: 4px 8px;
        border-radius: 1234px;
        font-size: 12px;
        font-weight: 600;
        background-color: #eeefef;
    }

    .file-actions {
        display: flex;
        justify-content: center;
    }

    .td-modified,
    .td-type {
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 14px;
        color: #475569;
    }


    /* Back button */
    .back-button {
        position: absolute;
        top: 113px;
        left: 215px;
        cursor: pointer;
    }

    .back-icon {
        width: 32px;
        height: 32px;
    }

    @import url("https://fonts.googleapis.com/css2?family=Inter:wght@700&family=Montserrat&display=swap");

    .contact-list {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
        background-color: #e4e4e4;
    }

    .contact-card {
        width: 515px;
        height: 266px;
        background-color: #fff;
        border-radius: 46.225px;
        position: relative;
    }

    .contact-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 37px 38px 0;
    }

    .contact-title {
        color: #c51347;
        font-size: 20px;
        font-weight: 700;
        font-family: "Inter", sans-serif;
        margin: 0;
    }

    .close-button {
        background: none;
        border: none;
        padding: 0;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .close-icon {
        width: 34px;
        height: 37px;
    }

    .contact-groups {
        display: flex;
        flex-direction: column;
        gap: 15px;
        padding: 20px 38px 0;
    }

    .contact-group-button {
        color: #cc194c;
        font-family: "Montserrat", sans-serif;
        font-size: 12px;
        width: 100%;
        padding: 8px 12px;
        border-radius: 100px;
        border: 1px solid #cc194c;
        background-color: #fff;
        cursor: pointer;
        text-align: center;
    }

    .contact-group-button:hover {
        background-color: rgba(204, 25, 76, 0.05);
    }

    .contact-group-button:focus {
        outline: none;
        box-shadow: 0 0 0 2px rgba(204, 25, 76, 0.3);
    }

    /* Media Queries */
    @media (max-width: 991px) {

        /* body::before {
            content: "Tablet ≤ 991px";
        } */


        .content-card {
            width: 95%;
        }

        .app-info {
            flex-direction: column;
        }

        .app-logo {
            width: 100%;
            height: auto;
            margin-bottom: 20px;
        }

        .file-table {
            overflow-x: auto;
        }
    }

    @media (max-width: 640px) {
        /* body::before {
            content: "640px";
        } */

        .app-actions {
            flex-direction: column;
        }

        .open-app,
        .contact-pic {
            width: 100%;
            text-align: center;
        }

        .table-header {
            grid-template-columns: 2fr 3fr 1fr 1fr 1fr;
            padding: 10px;
        }

        .table-row {
            grid-template-columns: 2fr 3fr 1fr 1fr 1fr;
            padding: 10px;
        }


        .table-header1 {
            grid-template-columns: 2fr 3fr 1fr 1fr;
            padding: 10px;
        }

        .table-row1 {
            grid-template-columns: 2fr 3fr 1fr 1fr;
            padding: 10px;
        }

        .file-actions {
            display: none;
        }

        .app-details {
            margin-left: 0px;
        }

        .back-button {
            display: none;
        }
    }

    /* Laptop / Desktop Standar */
    @media (min-width: 1200px) {
        /* body::before {
            content: "1200px";
        } */


        .back-button {
            position: absolute;
            top: 113px;
            left: 88px;
            cursor: pointer;
        }

        /* Warna contoh */
    }

    /* Laptop / Desktop Standar */
    @media (min-width: 1227px) {
        /* body::before {
            content: "1200px";
        } */


        .back-button {
            position: absolute;
            top: 113px;
            left: 70px;
            cursor: pointer;
        }

        /* Warna contoh */
    }


    /* Layar Lebih Besar (1440px ke atas) */
    @media (min-width: 1440px) {

        /* body::before {
            content: "1440px";
        } */

        .back-button {
            position: absolute;
            top: 113px;
            left: 210px;
            cursor: pointer;
        }
    }


    /* Layar Lebih Besar (1440px ke atas) */
    @media (min-width: 1707px) {

        /* body::before {
            content: "1707px";
        } */

        .back-button {
            position: absolute;
            top: 113px;
            left: 280px;
            cursor: pointer;
        }
    }

    /* Monitor 2K (2560px ke atas) */
    @media (min-width: 2560px) {
        /* body::before {
            content: "2560px";
        } */

        .back-button {
            position: absolute;
            top: 113px;
            left: 800px;
            cursor: pointer;
        }
    }

    /* Monitor 4K (3840px ke atas) */
    @media (min-width: 3840px) {
        /* body::before {
            content: "3840px";
        } */


        .back-button {
            position: absolute;
            top: 113px;
            left: 1700px;
            cursor: pointer;
        }
    }



    @media (max-width: 1199px) {
        /* body::before {
            content: "Laptop & Tablet ≤ 1199px";
        } */

        .back-button {
            display: none;
        }
    }

    @media (max-width: 991px) {
        /* body::before {
            content: "Tablet ≤ 991px";
        } */

        .back-button {
            display: none;
        }
    }

    /* Mobile */
    @media (max-width: 767px) {
        /* body::before {
            content: "Smartphone ≤ 767px";
        } */

        .back-button {
            display: none;
        }
    }

    @media (max-width: 575px) {
        /* body::before {
            content: "Smartphone Kecil ≤ 575px";
        } */

        .back-button {
            display: none;
        }
    }

    @media (max-width: 480px) {
        .back-button {
            display: none;
        }
    }

    @media (max-width: 320px) {
        .back-button {
            display: none;
        }
    }
