﻿.header-card{
    border-top:none;
    border-left:none;
    border-right:none;
}

.mandatory{
    color:red;
}
@media screen and (max-width: 765px) {
    .display_message {
        margin-left: 10px !important;
    }
}
@media (min-width: 768px) and (max-width: 1400px) {
    .display_message {
        position: relative;
        right: 10px;
    }
}
@media screen and (max-width: 400px) {
    .skill-close {
        margin-left: 70% !important;
    }
}
@media screen and (max-width: 600px) {
    .acedamicYear {
        margin-top:10px!important;
    }
}
/*@media screen and (max-width: 400px) {
    .search-btn {
        margin-top: 10px !important;
        flex-wrap:wrap!important;
    }
}*/

@media (max-width: 437px) {
    #btn-search-sec {
        width: 100%; /* take full width */
        margin-top: 10px; /* spacing from above */
    }

        #btn-search-sec .d-flex {
            justify-content: flex-start !important; /* align left */
        }

    #year-sec {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-top: 10px;
    }
}


.top-result {
    font-size: 0.8rem !important;
}


@media (min-width: 992px) {
    .top-result {
        font-size: 1.2rem !important;
    }
    .result-name {
        font-size: 1rem !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .top-result {
        font-size: 1rem !important;
    }
    .result-name {
        font-size: 0.9rem !important;
    }
}

@media (min-width: 500px) and (max-width: 768px) {
    .top-result {
        font-size: 1rem !important;
    }
    .result-name {
        font-size: 0.9rem !important;
    }
}

