/*==========================================
Index Pages
=============================================*/
@media only screen and (max-width: 980px) {
    .navbar-brand img {
        position: inherit;
    }
    .nav-bar {
        height: auto;
    }
    .job-btn {
        margin-bottom: 1rem;
    }
    .text__end {
        text-align: left !important;
    }
    .add-app {
        text-align: center;
    }
    .profile-info {
        flex-direction: column;
    }
    .profile-card {
        flex-direction: column;
    }
    .text_center {
        text-align: center;
    }
    .tab-btn {
        height: 140px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
    .tab-card {
        flex-direction: column;
    }
    .shortlisted {
        flex-direction: column;
    }
    .mb_3 {
        margin-bottom: 1rem;
    }
    .company-info {
        /* flex-direction: column; */
        gap: 10px;
    }

    .company-img p {
        font-size: 12px;
        text-align: left;
    }

    .company-info h5 {
        font-size: 16px;
        line-height: normal;
    }

    .flex_direction {
        flex-direction: column;
    }

    .upload-box {
        margin: 0 auto;
    }

    .upload-info {
        text-align: center !important;
    }

    .d_center {
        text-align: center;
        flex-direction: column;
    }

    .add_more {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .w-12 {
        width: 100%;
    }
}
