﻿@media (max-width: 1228px) {
    .answers-container label {
        font-size: small;
    }
}

@media (max-width: 900px) {
    #need-help-container {
        width: 99% !important;
    }
}

    @media (max-width: 1100px) {
        .buttons .btn {
            display: block;
            width: 140px;
            margin: 5px;
        }

        .modal-content {
            width: 98% !important;
        }

        .main-nav {
            width: 100vw;
            height: 100%;
            display: block;
        }
    }


    @media (max-width: 768px) {
        select {
            width: 95%;
        }

        .header-tittle {
            font-size: large;
        }

        .flex-col-center {
            flex-direction: row;
            align-items: start;
        }

        .nav-btn {
            margin-top: 0;
            min-height: 0;
            height: 18.1vh;
        }

            .nav-btn p {
                font-size: large;
            }

        .career-item {
            display: block!important;
        }
            .career-item > .buttons {
                display: flex;
                justify-content: space-between;
            }
            .career-item h4 {
                margin: auto;
            }

            .found-courses-item {
                width: 98% !important;
            }

        .show-matching-btn, .show-courses-btn {
            width: 49% !important;
            font-size: 13px;
        }

            .btn-career {
                width: 100% !important;
                margin-top: 5px;
            }

        .found-courses-item h5 {
            width: 80%;
        }

            .found-courses-item > .buttons {
                flex: 0 0 15%;
                display: flex;
                justify-content: flex-end;
                flex-direction: column;
            }

            .buttons button {
                 width: 100%;
                 margin-left: 0 !important;
                margin-right: 0 !important;
            }

        .answers-container {
            display: block !important;
        }

        .btn-answer {
            width: 100% !important;
            margin-top: 5px !important;
        }

        #need-help-container {
            width: 98% !important;
        }

        .btn-show-suggestion {
            margin-top: 10px !important;
            margin-left: 1% !important;
            width: 98% !important;
            float: none;
        }

        .career-container {
            width: 99% !important;
        }

        .course-container {
            width: 99% !important;
        }
    }

    @media (max-width: 366px) {
        .nav-btn p {
            font-size: large;
        }

        .buttons .btn {
            width: 125px;
        }
    }
