.details_class .card-header{
    padding: 0px;
    background-color: #6777ef;
}
.details_nav li {
    padding: 10px 15px;
}
.details_nav li a {
    font-size: 15px;
    font-weight: bold;
    color: #fff !important;
}
.details_nav .active{
    background-color: #b4b4b5;
}
.details_nav .active a {
    color: #000 !important;
}
td.table-data {
    padding: 5px 10px !important;
}

#inputGroupFile7-error {
    font-style: italic;
}
.hidediv{
    display: none;
}
.showdiv{
    display: flex !important;
}
.right-head-home p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 14px;
}
.st-home{
    border: 0px solid #ccc;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.chosen-container.chosen-container-single{
    width: 100% !important;
}
@media only screen and (max-width: 500px){
    .st-home{
        display: grid !important;
        padding-bottom: 15px;
        padding-top: 15px;
    }
}
#college_table { display: none; }    
@media print 
{
    #college_table { display: block !important;}
    #print_application1{ margin-top: 100px;}
}