@media screen and (max-width: 1200px) {
    .diffcontent {
        width: 100%;
    }
}

@media only screen and (max-width: 992px) {
    .verty-hory-side {
        flex-direction: column;
    }
    .verty-tab-content {
        padding: 0;
        margin: 15px 0;
    }
    .hory-side {
        gap: 5px;
        /* flex-wrap: nowrap; */
        overflow: auto;
    }
    .hory-side .nav-item {
        white-space: nowrap;
    }
    .job-img-sec {
        width: 75px;
        margin-bottom: 10px;
    }
    .job-titledesc-sec {
        width: 100%;
    }
    .job-more-btn-sec {
        width: 100%;
        text-align: left;
        margin-top: 20px;
    }
    .list-card-tile {
        flex-direction: column;
    }
    .job-more-btn-sec .primary-btn-custom {
        position: initial;
        transform: none;
    }
    .verty-side {
        padding: 5px;
        min-height: auto;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        margin-right: 0;
        min-width: 100%;
        overflow: auto;
        width: 100%;
    }
    .verty-side.nav-pills .nav-link {
        margin-bottom: 0;
    }
    .diffcontent {
        width: 100%;
    }
    .inlineinmobile {
        flex-direction: row;
    }
    .header-nav.navbar {
        padding: 0;
    }
    .stackroot-primary-header .dropdown-menu[data-bs-popper] {
        position: absolute;
    }
    .detailview {
        flex-direction: column;
    }
    .detailview .job-titledesc-sec {
        width: 100%;
    }
    .detailview .job-title {
        font-size: 2rem;
    }
    .detailspg-actionbtns {
        gap: 1rem;
    }

    .userheader-inline {
        flex-direction: column;
        gap: 20px;
    }

    .scroll-pane {
        width: 100%;
        height: 400px;
    }

    .appliedjobtag {
       top: -20px;
    }
}

@media only screen and (max-width: 1024px) {
    .applied-list-table {
        width: 100%;
        table-layout: auto;
        font-size: 14px;
        word-break: normal;
    }
    .verty-tab-content {
        width: 100%;
    }
}
@media only screen and (max-width: 992px) {
    .searchgridlist {
        width: 100%;
        position: relative;
        right: 0;
        margin-bottom: 20px;
    }
    }