.filter-heading {
    font-weight: bold;
    font-size: 20px;
    padding: 0.5rem 0.5rem 0.5rem 0 !important;
}

.filter-option-heading {
    font-size: 20px!important;
}

.card-header:after {
    font-family: 'FontAwesome';
    float: right;
    content: "\f146"; /** minus **/
    font: var(--fa-font-regular);
}
.card-header.collapsed:after {
    float: right;
    content: "\f0fe"; /** plus **/
}


.filter-btn {
    margin-right: 10px;
    margin-top: 10px;
    border-radius: 6px;
    border: 2px solid #ccc;
}

/*** Course Search form ***/
.form-control.search-study-area,
.search-study-area-input {
    border-radius: 9px;
    display: inline-block;
}

.navitas-program-search-form .search-course-form-wrapper .twitter-typeahead {
    width: 60%;
}
.navitas-program-search-form .form-group {
    margin-bottom: 0.5rem;
}
/*** End - Course Search form ***/

/*** Course filter selection summary ***/
.filter-label {
    display: inline-block;
    border: 2px solid #5a5a5a;
    border-radius: 6px;
    background-color: #eee;
    padding: 0.25rem;
}
.filter-label-option {
    background-color: #ccc!important;
}

.filter-label-country {
    font-weight: bold;
}
/*** tag background
.filter-label-country {

    display: inline-block;
    border-top: 2px solid #5a5a5a;
    border-right: 2px solid #5a5a5a;
    border-bottom: 2px solid #5a5a5a;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #5a5a5a;
    color: #fff;
    padding: 0.299rem 0.5rem 0.25rem 0rem;
}
.filter-label-country:before {
    content: "";
    position: relative;
    top:0;
    left: -8px;
    width: 0;
    height: 0;
    background-color: #eee;
    border-color: transparent #5a5a5a transparent tomato;
    border-style: solid;
    //border-width: 7px 8px 8px 0;
    border-width: 8px 12px 8px 0;
}
***/


.course-filters {
    margin-bottom: 0;
}
.course-filters label {
    display: inline-block !important;
    border: 2px solid #ccc;
    display: flex;
    border-radius: 6px;
    overflow: hidden;
    background-color: #fff;
    align-items: center;
    cursor: pointer;
    margin-right: 5px;
    padding-left: 10px;
}

.course-filters label::after {
    width: 35px;
    display: inline-block;
    font-size: 18px;
    content: 'X';
    text-align: center;

    border-radius: 6px;
}

.course-filters label:hover {
    background-color: transparent;
}
.course-filters .hidden {
    display: none;
}

.course-filters .result-view-options label:after {
    content: '';
    width: auto;
}

.course-filters .result-view-options .simple-view,
.course-filters .result-view-options .detailed-view,
.course-filters .result-view-options .sort-results {
    display: inline-block;
}
.course-filters .result-view-options .simple-view label {
    margin-right: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-radius: 5px 0 0 5px;
}
.course-filters .result-view-options .detailed-view label {
    margin-right: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;

    border-radius: 0 5px 5px 0;
}

.course-filters .result-view-options label.checked {
    background-color: #ccc;
    border: 3px solid #6E6E6E;
    cursor: default;
}

.course-filters .result-view-options .sort-results {
    float: right;
    border-radius: 5px;
}

.course-filters .result-view-options .sort-results label {
    background-color: transparent;
    border: 0;
}

.course-filters .result-view-options .sort-results .filter-selected-sortby {
    margin-left: 0.5rem;
}

/*** End - Course filter selection summary ***/

/*** Course Results ***/
.nvt-result-summary {
    background-color: #f1f1f1;
    border-radius: 18px;
}

.nvt-result-summary-text {
    font-size: 20px;
}

.course-degree {
    font-size: 22px;
}
a.course-website {
    color: #000 !important;
}

.course-degree,
.entry-level-fee-heading,
.course-intakes-heading,
.english-level-heading,
.english-length-heading {
    font-weight: bold;
}

table.course-result-simple {
    --border: 1px solid #dee2e6;;
    border-radius: 18px;

    font-size: inherit;
    font-family: inherit;
    /* Don't change these properties */
    border-spacing: 0;
    border-collapse: separate;
    border: 1px solid #dee2e6;;
    overflow: hidden;
}

.course-result-simple thead th {
    background-color: #f1f1f1;
    border-bottom-width: 1px !important;
}
table.course-result-simple th:not(:last-child),
table.course-result-simple td:not(:last-child) {
 border-right: 1px solid #dee2e6;
}
table.course-result-simple>thead>tr:not(:last-child)>th,
table.course-result-simple>thead>tr:not(:last-child)>td,
table.course-result-simple>tbody>tr:not(:last-child)>th,
table.course-result-simple>tbody>tr:not(:last-child)>td,
table.course-result-simple>tfoot>tr:not(:last-child)>th,
table.course-result-simple>tfoot>tr:not(:last-child)>td,
table.course-result-simple>tr:not(:last-child)>td,
table.course-result-simple>tr:not(:last-child)>th,
table.course-result-simple>thead:not(:last-child),
table.course-result-simple>tbody:not(:last-child),
table.course-result-simple>tfoot:not(:last-child) {
 border-bottom: 1px solid #dee2e6;
}
/*** End - Course Results ***/

/*** search results ***/

.course-result-card {
    border: 2px solid #ccc;
    border-radius: 18px;
}

.college-column {
    background-color: #f1f1f1;
    border-radius: 0 18px 18px 0px;
}
/*** End - search results ***/

/* show more or less country (Filters) */
ul#country-list {
    padding-inline-start: 0;
    margin-bottom: 0;
    padding: 0.5rem 1rem;
}
ul#country-list li{
    display: none;
    list-style: none;
}
#show-more-country {
    color: #000000;
    cursor: pointer;
    text-decoration: underline;
    padding: 0.5rem;
    padding-top: 0;
}
#show-more-country:hover {
    color: #000000;
    text-decoration: none;

}
#show-less-country {
    color: #000000;
    cursor: pointer;
    text-decoration: underline;
    display: none;
    padding: 0.5rem;
    padding-top: 0;
}
#show-less-country:hover {
    color: #000000;
    text-decoration: none;
}
/* ----- end show more or less country (Filters) ------ */

/* show more or less colleges (Filters) */
ul#college-list {
    padding-inline-start: 0;
    margin-bottom: 0;
    padding: 0.5rem 1rem;
}
ul#college-list li{
    display: none;
    list-style: none;
}
#show-more-college {
    color: #000000;
    cursor: pointer;
    text-decoration: underline;
    padding: 0.5rem;
    padding-top: 0;
}
#show-more-college:hover {
    color: #000000;
    text-decoration: none;

}
#show-less-college {
    color: #000000;
    cursor: pointer;
    text-decoration: underline;
    display: none;
    padding: 0.5rem;
    padding-top: 0;
}
#show-less-college:hover {
    color: #000000;
    text-decoration: none;
}
/* ----------- */

/* show more or less city (Filters) */
ul#city-list {
    padding-inline-start: 0;
    margin-bottom: 0;
    padding: 0.5rem 1rem;
}
ul#city-list li{
    display: none;
    list-style: none;
}
#show-more-city {
    color: #000000;
    cursor: pointer;
    text-decoration: underline;
    padding: 0.5rem;
    padding-top: 0;
}
#show-more-city:hover {
    color: #000000;
    text-decoration: none;

}
#show-less-city {
    color: #000000;
    cursor: pointer;
    text-decoration: underline;
    display: none;
    padding: 0.5rem;
    padding-top: 0;
}
#show-less-city:hover {
    color: #000000;
    text-decoration: none;
}
/* ----- end show more or less city (Filters) ------ */

/* show more or less course type (Filters) */
ul#course-type-list {
    padding-inline-start: 0;
    margin-bottom: 0;
    padding: 0.5rem 1rem;
}
ul#course-type-list li{
    display: none;
    list-style: none;
}
#show-more-course-type {
    color: #000000;
    cursor: pointer;
    text-decoration: underline;
    padding: 0.5rem;
    padding-top: 0;
}
#show-more-course-type:hover {
    color: #000000;
    text-decoration: none;

}
#show-less-course-type {
    color: #000000;
    cursor: pointer;
    text-decoration: underline;
    display: none;
    padding: 0.5rem;
    padding-top: 0;
}
#show-less-course-type:hover {
    color: #000000;
    text-decoration: none;
}
/* ----- end show more or less  course type (Filters) ------ */

/* college program (Results) */
.filter-table-results {
    table-layout: fixed;
}

.filter-table-results .fee-list {
    margin-left: 1rem;
}

.filter-table-results .fee-label {
    font-weight: bold;
}

.filter-table-results .fee-label-domestic {
    margin-top: 2rem;
}
.filter-table-results .program-fee {
    margin-bottom: 0.5rem;
}
.program-table-heading {
    background-color: #000000;
    color: #FFFFFF;
}

ul.program-list {
    padding-inline-start: 0;
}

ul.program-list li {
    display: none;
    list-style: none;
    margin-bottom: 20px;
}

.show-more-program {
    color: #000000;
    cursor: pointer;
    text-decoration: underline;
}
.show-more-program:hover {
    color: #000000;
    text-decoration: none;

}
.show-less-program {
    color: #000000;
    cursor: pointer;
    text-decoration: underline;
    display: none;
}
.show-less-program:hover {
    color: #000000;
    text-decoration: none;
}
/* ----------- */


/* show more or less Course Level (Filters) */
ul#course-level {
    padding-inline-start: 0;
    margin-bottom: 0;
}
ul#course-level li{
    list-style: none;
}


ul.program-list {
    padding-inline-start: 0;
}


/* show more or less field of study (Filters) */
ul#field-entry-list {
    padding-inline-start: 0;
    margin-bottom: 0;
    padding: 0.5rem 1rem;
}
ul#field-entry-list li{
    list-style: none;
}


/* show more or less field of study (Filters) */
ul#field-study-list {
    padding-inline-start: 0;
    margin-bottom: 0;
    padding: 0.5rem 1rem;
}
ul#field-study-list li{
    display: none;
    list-style: none;
}
#show-more-field-study {
    color: #000000;
    cursor: pointer;
    text-decoration: underline;
    padding: 0.5rem;
    padding-top: 0;
}
#show-more-field-study:hover {
    color: #000000;
    text-decoration: none;

}
#show-less-field-study {
    color: #000000;
    cursor: pointer;
    text-decoration: underline;
    display: none;
    padding: 0.5rem;
    padding-top: 0;
}
#show-less-field-study:hover {
    color: #000000;
    text-decoration: none;
}
.show-less-field-study {
    color: #000000;
    cursor: pointer;
    text-decoration: underline;
    display: none;
}
.show-less-field-study:hover {
    color: #000000;
    text-decoration: none;
}
/* ----------- */

/*** Filter accordion ***/
.accordion.filter-accordion .card {
    border: 1px solid rgba(0,0,0,.125) !important;
    border-radius: 18px !important;

}

.accordion.filter-accordion .card .card-header {
    padding: 0.5rem 1rem !important;
    background-color: #FFFFFF;
    border: 0;
}
.accordion.filter-accordion .card .card-body {
    border: 0px solid #ccc;
    padding: 0;
    border-radius: 0;
}
/*** End - Filter accordion ***/


/*** College list ***/
.show-less-college-details,
.college-details {
    display: none;
}
/*** end College list ***/
/*******************************************   Below are from version 1   *******************************************/


.college-website.btn-primary {
    padding: 0 1rem;
    margin-top: 1rem;
    margin-right: 0.5rem;
}

.college-result {
    border: 1px solid #000;
    border-radius: 15px;
}

.college-details {
    padding: 0.75rem 0;
}

.nvt-find-course {
    border: 1px solid #dee2e6;
    padding: 2rem;
    border-radius: 10px;

}

.navitas-tab-content .nvt-find-course  {
    border: 0;
    padding: 0;
}

.navitas-program-search-form {
    color: #000;
}
.navitas-program-search-form .custom-select {
    width: 220px;
    margin-right: 10px;
    margin-top: 10px;
    border-radius: 18px;
}
.navitas-program-search-form.border-bottom {
    padding-bottom: 1rem;
}
/**
.form-control.search-study-area,
.form-control.search-postgrad-study-area,
.form-control.search-all-study-area {
    border-radius: 18px;
    display: inline-block;
}
**/
.program-results .program-filters {
    margin-bottom: 2rem;
}
.program-results .program-filters input[type=checkbox],
.program-results .program-filters input[type=radio] {
    float: right; margin-top: 5px;
}

.program-results .program-filters label {
    width: 80%;
    font-size: inherit;
    font-family: inherit;
}

.program-results .program-filters .level-tooltips {
    color: #000000;
}

.tooltip-inner {
    max-width: 450px!important;
    padding: 1rem !important;
    color: #000!important;
    text-align: left!important;
    background-color: #fff!important;
    border-radius: .25rem!important;
    border: 1px solid #000!important;
    line-height: 1.8;
}
.tooltip.show { opacity: 1!important; }
.keyword { font-weight: bold;}

/* ----------- */

/* Search Section Simple */
.navitas-program-search-form .form-control {
    /**width: 80%;**/
    margin-right: 10px;
    margin-bottom: 15px;
}
.navitas-program-search-form .btn-primary {
    padding: 0.3em 1em;
}
.navitas-program-search-form .program-search-btn {
    margin-top: 10px;
}

.navitas-program-search-form .simple-form-wrapper {
    background-color: #fff;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 18px;
    border: 1px solid #000000;
}
/* END - Search Section Simple */




/* College/Country Sort */
.nvt-search-college-country #nvt-college-table-filter {
    width: 100%;
}
.nvt-filter-college-country-view {
    display: inline-block;
    padding: 0.5rem;
    border-radius: 5px;
    border: 2px solid #ccc;
    cursor: pointer;
}
.nvt-filter-college-country-view.simple-view {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.nvt-filter-college-country-view.detailed-view {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.nvt-filter-college-country-view.selected {
    cursor: default;
    background-color: #ccc;
    border: 3px solid #6E6E6E;
}
.nvt-college-table-results {
    /*border-collapse: separate;*/
    border-spacing: 0 0;
    margin-top: 1rem;
}

.nvt-college-table-results.detailed-view {
    border-collapse: separate;
    border-spacing: 0 1rem;
    margin-top: 0;
}

.nvt-college-table-results thead th {
    border-spacing: 0 1rem;
    border-bottom: 0!important;
    background-color: #f1f1f1;

}

.nvt-college-table-results th.sort-asc:after {
    content: "\f0de";
    font-family: 'Font Awesome\ 5 Free';
    margin-left: 10px;
    vertical-align: middle;
}
.nvt-college-table-results th.sort-desc:after {
    content: "\f0dd";
    font-family: 'Font Awesome\ 5 Free';
    margin-left: 10px;
    vertical-align: middle;
}
.nvt-college-table-results th.sort-default:after {
    content: "\f0dc";
    font-family: 'Font Awesome\ 5 Free';
    margin-left: 10px;
    vertical-align: middle;
}
.nvt-college-table-results  th.college-name-column,
.nvt-college-table-results.detailed-view  th.college-name-column {
    width: 75%;
    border-right: 2px solid #fff;
}

.nvt-college-table-results .college-country-name {
    font-weight: bold;
}

.nvt-college-table-results.detailed-view thead th {
    border-bottom: 1px solid #dee2e6 !important;
}

.nvt-college-table-results.detailed-view td.nvt-college-column {
    border: 2px solid #ccc;
    border-right: 0;
    border-radius: 18px 0 0 18px;

}

.nvt-college-table-results.detailed-view td.nvt-college-column .college-logo img.college-logo-img {
    width: 215px;
}

.nvt-college-table-results.detailed-view td.nvt-country-column {
    background-color: #f1f1f1;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    border-right: 0;

}

.nvt-college-table-results.detailed-view td.nvt-city-column {
    background-color: #f1f1f1;
    border: 2px solid #ccc;
    border-left: 0;
    border-radius: 0 18px 18px 0;
}

.nvt-college-table-results .sort-offscreen {
    display: none;
}

/* College Tab */
.show-more-college-details,
.show-less-college-details {
    display: none;
}
/* ----------- */

/* Search results filter list */

.nvt-loading-icon {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/loading.gif')
                50% 50% no-repeat rgba(249,249,249, 60%);
    display: none;

}
/* ----------- */




/* End College Tab */
@media(min-width: 767px) {

    .filter-table-results td.university-col {
        padding-left: 35px;
    }

    .program-table-heading .navitas-table-header:after {
        border-bottom: 25px solid transparent;
        border-top: 25px solid transparent;
        border-left: 20px solid #007F7B;

        content: "";
        left: 100%;
        position: absolute;
        top: 0;
        z-index: 20;
    }

    .program-table-heading .university-table-header {
        padding-left: 35px;

    }

    .program-table-heading .university-table-header:before {
        content: "";
        border-left: 20px solid #fff;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;

        position: absolute;
        top: 0;
        left: 0;
        margin-left: 5px;
    }

    .filter-table-results td.fee-table-header {
        border-left: 3px solid #fff;
    }

    /***
    .program-table-heading .university-table-header:after {
        border-bottom: 25px solid transparent;
        border-top: 25px solid transparent;
        border-left: 20px solid #007F7B;

        content: "";
        left: 100%;
        position: absolute;
        top: 0;
        z-index: 20;
    }

    .program-table-heading .fee-table-header {
        padding-left: 35px;
    }
    .program-table-heading .fee-table-header:before {
        content: "";
        border-left: 20px solid #fff;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;

        position: absolute;
        top: 0;
        left: 0;
        margin-left: 5px;
    }
    **/
}

@media(max-width: 767px) {
    .navitas-program-search-form .form-control {
        margin-bottom: 0;
    }
    .navitas-program-search-form .program-search-btn  {
        margin-bottom: 1rem;
        vertical-align: unset;
    }
    .college-website.btn-primary {
        margin-top: 0;
        margin-bottom: 1.5rem;
    }
    .course-filters .result-view-options .sort-results {
        float: none;
    }

    .course-filters .result-view-options .sort-results .filter-selected-sortby {
        margin-left: 0rem;
        margin-bottom: 1rem;
    }

    .college-column {
        border-radius: 0 0 18px 18px;
    }
}