@media (max-width:1000px) {
    .sidebar {
        width: 100%;
        background: #001F3D;
        height: 92vh;
        position: relative;
        top: 0;
        left: 0;
        padding: 20px;
        box-sizing: border-box;
        border-style: solid;
        border-radius: 10px;
        border-color: rgba(255, 255, 255, 0.13);
        border-width: 2px;
        border-left: none;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        border-bottom: none;
        border-bottom-right-radius: 0px;
        display: none;
    }

    .cards {
        flex-wrap: wrap;
    }

    .disablemobile {
        display: none;
    }

    .sidebar2 {
        width: 100px;
        background: #001F3D;
        height: 100vh;
        position: relative;
        top: 0;
        right: 0;
        padding: 20px;
        box-sizing: border-box;
        border-style: solid;
        border-radius: 10px;
        border-color: rgba(255, 255, 255, 0.13);
        border-width: 2px;
        border-right: none;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-bottom: none;
        border-bottom-right-radius: 0px;
    }

    .logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 200px;
    }

    .main {
        margin-left: auto;
        padding: 20px;
        box-sizing: border-box;
        margin-right: auto;
    }

    .background_image {
        position: absolute;
        /* Absolutely position the image inside the container */
        top: 0;
        /* Align to the top */
        left: 0;
        /* Align to the left */
        width: 100%;
        /* Make the image take up 100% of the container's width */
        left: 0;
        right: 0;
        margin-inline: auto;
        margin-top: 10%;
        z-index: -1;
        opacity: 0.3;
        transform: rotate(0deg);
    }

    .search-bar input {
        width: 70%;
        padding: 10px;
        border-radius: 10px;
        border: none;
        box-sizing: border-box;
        background-color: rgb(0, 0, 0);
        color: white;
        border-style: solid;
        border-width: 1px;
        border-color: rgba(255, 255, 255, 0.309);
    }

    .audit {
        width: 30%;
        font-family: "Red Hat Display", serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 12px;
        border-radius: 10px;
        border-style: solid;
        background-color: #252525;
        border-color: rgba(255, 255, 255, 0.425);
        color: white;
        cursor: pointer;
        border-width: 1px;
        margin-left: 5px;
        letter-spacing: 2px;
    }

    .audit:hover {
        background-image: linear-gradient(to right top, #001f3d, #002c4b, #003a58, #004866, #055772);
    }

    .card {
        background-image: linear-gradient(to right top, #001f3d, #002c4b, #003a58, #004866, #055772);
        padding: 10px;
        border-radius: 10px;
        text-align: center;
        flex: 1;
        margin: 0 10px;
        border-style: solid;
        border-color: rgba(255, 255, 255, 0.468);
        border-width: 2px;
        font-size: 10px;
        margin-top: 5%;
        margin-bottom: 5%;
        width: auto;
    }

    .cardLP {
        background-image: linear-gradient(to right top, #001f3d, #002c4b, #003a58, #004866, #055772);
        padding: 10px;
        border-radius: 10px;
        text-align: center;
        flex: 1;
        margin: 0 10px;
        border-style: solid;
        border-color: rgba(255, 255, 255, 0.468);
        border-width: 2px;
        font-size: 10px;
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .unit {
        font-size: 14px;
    }

    .card i {
        margin-top: -5%;
        font-size: 18px;
        color: #ffffffcf;
        margin-bottom: 2%;
    }

    .cardLP i {
        font-size: 35px;
        color: #ffffffcf;
        margin-bottom: 4%;
    }

    .unit2 {
        font-size: 10px;
    }

    .social-button {
        background-color: #1b3269bc;
        /* dark gray */
        color: #E5E7EB;
        /* light gray text */
        border: none;
        padding: 0.5rem 1rem;
        border-radius: 0.375rem;
        font-weight: 600;
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        /* spacing between icon and text */
        cursor: pointer;
        transition: background-color 0.2s ease;

    }

    .social-button i {
        color: inherit;
        /* icon inherits text color */
        font-size: 0.75rem;
    }

    .links {
        width: 350px;
        text-align: center;
        margin-top: 10px;
        padding: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-left: -22px;
        margin-right: auto;
        border-style: solid;
        border-radius: 10px;
        border-color: #ffffff00;
        border-width: 1px;
        /* background-image: linear-gradient(to right top, #001f3d, #002c4b, #003a58, #004866, #055772); */
    }
}