/* code by sneha */

/* technology  and project css */

@media (min-width: 320px) and (max-width: 1200px) {
    .biotech-outer-grid #technology-search-form .custom-search-group {
        flex-direction: column;
        gap: 8px;
    }

    .biotech-outer-grid.tech-proj-listing-page #technology-search-form input,
    .techgroup-dropdown,
    .projgroup-dropdown,
    .technology-grid.technology-grid-original .card-inner .card-content,
    body .biotech-outer-grid.tos-proj-listing-page .project-search-form input {
        width: 100% !important;
    }

    .start-new-tech-btn {
        display: inline-block;
        font-size: 16px;
        text-align: center;
    }

    .technology-grid.technology-grid-original .card-inner {
        flex-direction: column;
    }

    .technology-grid.technology-grid-original .card-inner .card-image {
        width: 100%;
        margin-top: 15px;
    }

    .technology-grid.technology-grid-original .card-inner .card-content .technology-details h5 {
        margin-bottom: 6px;
        font-size: 16px;
    }

    /* listing page */
    .technology-detail-page .technology-detail-tabs.tab-header {
        overflow-y: scroll;
        margin-top: 20px;
    }

    .tech-public-private {
        align-items: center;
    }

    .tech-public-private-badge,
    .proj-public-private-badge {
        display: inline-flex;
        align-items: center;
    }



    /*project lsiting page */
    .intechnology-project-tab .custom-search-group,
    .tos-grants-listing-container .grants-page-header>div {
        flex-direction: column;
    }

    .intechnology-project-tab input#project-search {
        width: 100% !important;
    }

    .intechnology-project-tab a.techpage-start-newproj {
        text-align: center;
        font-size: 16px;
    }

    .technology-detail-contents .teams-add-member-table {
        overflow: hidden;
        overflow-x: scroll;
    }

    .technology-detail-page .technology-detail-contents .wpfl-1 .head-title {
        width: 70%;
    }

    .technology-detail-page .technology-detail-contents .wpfl-1 .head-stat-posts {
        width: 15%;
    }

    .technology-detail-page .tos-grants-listing-container a.techpage-start-newfunding {
        width: 100%;
        text-align: center;
        font-size: 16px;
    }

    /* manage page */

    .gform-theme--foundation .gform_fields {
        row-gap: 10px !important;
    }

    body .gform_fields .form-control.tech-multiselect-field .chosen-container.chosen-container-multi {
        padding: 0;
    }

    .create-technology-form #gform_submit_button_7.gform-button,
    .create-technology-form #gform_submit_button_12 {
        padding: 0;
    }

    .technology-detail-page .tos-grants-listing-container #grant-search {
        width: 100%;
    }

    .tos-grants-listing-container .grants-page-header {
        padding: 10px;
    }

    .tos-grants-listing-container .grants-container {
        display: block !important;
    }

    .tos-grants-listing-container .grant-card {
        padding: 10px !important;
    }

    .tos-grants-listing-container .sponsor-info {
        gap: 5px !important;
        display: inline-block !important;
    }

    .expired-label {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .tos-grants-listing-container .grant-header {
        position: relative;
    }

    .select2-container .select2-selection--multiple .select2-selection__rendered {
        top: 0;
    }

    .custom-button-group button,
    .cancel-project-btn {
        width: 100% !important;
    }

    body.projtech-manage-tab-form #gform_fields_12 #field_submit .manage-project-btn {
        flex-direction: column !important;
    }

    /* Research Tools */

    .free-research-tool-assets-page .exchange-section {
        flex-direction: column-reverse !important;
    }

    .free-research-tool-assets-page .img-section-exchange {
        width: 100%;
        margin-bottom: 10px;
    }

    .free-research-tool-assets-page .inner-exchange-sec {
        width: 100%;
        padding: 0;

    }

    .free-research-tool-assets-page #asset-category-filter,
    input#gform_submit_button_14,
    input#gform_submit_button_17,
    input#gform_submit_button_21 {
        width: 100%;
    }

    /* .free-research-tool-assets-page .tab-link i {
        font-size: 18px;
    } */
    .free-assets-tool-table {
        overflow-x: scroll;
        padding: 0;
    }

    .free-assets-tool-table .asset-table {
        margin-top: 0;
    }

    /* .free-research-tool-assets-page .tab-link {
        padding: 4px;
        font-size: 14px;
    } */
    /* .technology-detail-page .technology-detail-contents {
        padding: 5px;
    } */

    .individual-asset-details ul {
        width: 100%;
        display: flex;
        flex-direction: column;
    }


    .asset-btn-wrapper {
        flex-direction: column-reverse;
        display: flex;
        width: 100%;
        text-align: center;
        gap: 10px;
    }

    .mobile-icon {
        display: none;
    }

    .asset-table th:nth-child(4) {
        min-width: 110px !important;

    }

    /* .ast-page-builder-template .site-content>.ast-container {
        padding-left: 20px;
        padding-right: 20px;
    } */

    /* job listing page */


    .tos-job-listing-page .job-listing-details .job-title {
        flex-direction: column;
        align-items: start;
    }

    .tos-job-listing-page .job-listing-details .job-location-date {
        flex-direction: column;
        gap: 10px;
        align-items: start;
    }

    .technology-grid.technology-grid-original .card-inner .card-content p {
        white-space: normal;
        word-break: break-all;
    }

    .start-new-tech-btn,
    .job-confirmation-popup {
        width: 100% !important;
    }

    .technology-detail-page .tech-summary-content {
        padding: 0;
    }

    .individual-job-detail-page .job-application-tab-content {
        padding: 10px;
        overflow: scroll;
    }

    .individual-job-detail-page .job-applications-wrapper .job-application-table th {
        min-width: 200px;
    }

    .tos-job-listing-page .job-listing-details .job-title h5 {
        width: 100%;
    }
}

/* media quqries for landscape button alignment css */

@media (min-width: 600px) and (max-width: 1200px) {

    #add-member-modal .custom-button-group .gf_external_invite_button,
    .create-technology-form #field_7_14 .custom-button-group .gf_cancel_button {
        width: 30% !important;
        white-space: nowrap;
    }

    .input#gform_submit_button_21 {
        padding: 0;
    }

    .create-technology-form #gform_submit_button_7 {
        min-width: 200px !important;

    }

}