.faculty_card header {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px
}

.faculty_card header a > img {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    flex: 0 0 auto
}

.faculty_card header .name {
    font-weight: 800;
    font-size: 16px;
    margin: 0 0 8px 0
}

.faculty_card header .title {
    font-weight: 500;
    font-size: 16px
}

.faculty_card header .addToList {
    margin-left: auto;
    flex: 0 0 auto
}

.faculty_card header .addToList .fill-heart {
    display: none
}

.faculty_card header .addToList[data-action=remove] .heart {
    display: none
}

.faculty_card header .addToList[data-action=remove] .fill-heart {
    display: block
}

.faculty_card .content {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.faculty_card .content > * {
    flex: 0 0 auto;
    width: calc(50% - 5px)
}

.fc-col .research-interest {
    flex: auto;
    width: 100%;
}

.faculty_card .content .left-area {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.faculty_card .content .left-area .school {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center
}

.faculty_card .content .left-area .school .icon {
    width: 20px;
    height: 20px;
    flex: 0 0 auto
}

.faculty_card .content .left-area .school .icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: block
}

.faculty_card .content .left-area .school a {
    font-weight: 400;
    font-size: 14px;
    text-decoration-line: underline;
    color: var(--theme-color-3)
}

.faculty_card .content .left-area .country {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center
}

.faculty_card .content .left-area .country .flag {
    width: 20px;
    height: 20px;
    object-fit: cover;
    vertical-align: middle;
    border-radius: 50%;
    flex: 0 0 auto
}

.faculty_card .content .left-area .country .state {
    font-weight: 400;
    font-size: 14px
}

.faculty_card .content .research-interest .title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.faculty_card .content .research-interest .title .icon {
    flex: 0 0 auto
}

.faculty_card .content .research-interest .title .icon svg {
    display: block
}

.faculty_card .content .research-interest .title .icon svg.close {
    display: none
}

.faculty_card .content .research-interest .title > span {
    font-weight: 700;
    font-size: 14px;
    color: #191a24
}
.faculty_card .content .research-interest .readmore_faculty,.readmore_faculty_p{
    cursor: pointer;
    font-size: 13px;
    color: var(--theme-color-3);
}
.faculty_card .content .research-interest .readmore_faculty:hover,.readmore_faculty_p:hover{
    color: var(--theme-color-3);
}

.faculty_card .content .research-interest .toggle-data .items {
    margin-top: 4px;
    margin-left: 8px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-weight: 400;
    font-size: 14px;
    color: #777
}

.faculty_card .content .research-interest .toggle-data .items > span {
    position: relative
}

.faculty_card .content .research-interest .toggle-data .items > span::before {
    content: "";
    position: absolute;
    background: #bbb;
    width: 4px;
    height: 4px;
    left: -8px;
    top: 8px;
    border-radius: 100%
}

.faculty_card .content .research-interest .toggle-data .items > span:hover::before {
    background: var(--theme-color-3)
}

.faculty_card .content .research-interest.view .title .icon svg.close {
    display: block
}

.faculty_card .content .research-interest.view .title .icon svg.open {
    display: none
}

.faculty_card .content .research-interest.view .title > span {
    text-decoration-line: underline
}

.faculty_card footer {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px
}

.faculty_card footer .btn-gray {
    /*padding: 8px 16px;*/
    font-weight: 500;
    flex: 0 0 auto;
    margin: 0;
    padding: 10px 20px;
    border-radius: .5rem;
    /*font-weight: 900;*/
    background-color: #f7f6f9;
}

.faculty_card footer .action-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding-left: 12px;
    margin-right: auto
}

.faculty_card footer .action-link .has-tooltip {
    position: relative
}

.faculty_card footer .action-link .has-tooltip .tooltip {
    visibility: hidden;
    position: absolute;
    left: -19px;
    top: -160%;
    white-space: nowrap;
    background: var(--theme-color-3);
    border-radius: 8px;
    padding: 4px 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    opacity: 0;
    transition: all .2s
}

.faculty_card footer .action-link .has-tooltip .tooltip::before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 24px;
    border-color: var(--theme-color-3) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 4px
}

.faculty_card footer .action-link .has-tooltip:hover .tooltip {
    visibility: visible;
    top: -135%;
    opacity: 1
}

.school-card {
    display: flex;
    flex-direction: column;
    padding: 16px;
    gap: 10px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    border-radius: 7px;
    margin-bottom: 16px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%
}

.school-card header{
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.school-card header .title {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center
}

.school-card header .title .thumb {
    flex: 0 0 auto
}

.school-card header .title .thumb img {
    display: block;
    width: 48px;
    height: 48px;
    object-fit: contain
}

.school-card header .title .name {
    display: flex;
    flex-direction: column;
    gap: 1px
}

.school-card header .title .name h4 {
    font-weight: 800;
    font-size: 16px;
    margin: 0
}

.school-card header .title .name .place {
    font-weight: 400;
    font-size: 14px
}
.school-card header .title .name .kind{
    padding: 0 5px;
    border-radius: 4px;
    width: fit-content;
    background: green;
    color: #fff;
}
.school-card header .title .name .kind.private{
    background: orange;
}

.school-card header .more {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.school-card header .more svg {
    flex: 0 0 auto
}

.school-card header .more a {
    font-weight: 400;
    font-size: 14px;
    text-decoration-line: underline;
    color: var(--theme-color-3)
}

.school-card header > .more {
    display: none
}

.school-card header .action-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px
}

.school-card header .action-links > * {
    flex: 0 0 auto;
    cursor: pointer
}

.school-card header .action-links .add-to-list .fill-heart {
    display: none
}

.school-card header .action-links .add-to-list[data-action=remove] .heart {
    display: none
}

.school-card header .action-links .add-to-list[data-action=remove] .fill-heart {
    display: block
}
.school-card header .school_detail_tag a{
    background: #ebe3f9;
    padding: 10px;
    border-radius: 7px;
}
.school-card header .school_detail_tag a:hover{
    background: #824deb;
    color: #fff;
}

.school-card .content {
    gap: 32px 0
}
.school-card .content .title_section{
    font-weight: bold;
    font-size: 1rem;
}
.school-card .content .items_rank{
    width: 80%;
    margin-top: 8px;
}
.school-card .content .items_rank .rank_item{
    position: relative;
    margin-bottom: 5px;
    border-radius: 7px;
}
.school-card .content .items_rank .rank_item img{
    width: 25px;
    height: 25px;
    border-radius: 5px;
}
.school-card .content .items_rank .rank_item .name{
    color: #636363;
    border-radius: 5px;
    height: 100%;
    opacity: 1;
    transition: all ease 300ms;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    white-space: nowrap;
}
.school-card .content .items_rank .rank_item .value{
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 2px 6px;
    font-size: 14px;
    border-radius: 7px;
    color: #000;
    width: 30%;
}
.school-card .content .items_rank .rank_item .value .hashtag{
    color: #7746d8;
    width: 15px;
}

.school-card .content .cost_states .cost_state{
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-right: 37px;
    justify-content: flex-end;
}
.school-card .content .cost_states .cost_state:last-child{
    margin: 0;
}
.school-card .content .cost_states .cost_state .cost_bar{
    height: 120px;
    width: 65px;
    text-align: center;
    margin-bottom: 5px;
    border-radius: 7px 7px 0 0;
    row-gap: 1px;
}
.school-card .content .cost_states .cost_state .cost_bar .cost_percent{
    height: 75%;
    background: #7746d826;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    border-radius: 7px 7px 0 0;
    position: relative;
}
.school-card .content .cost_states .cost_state.empty .cost_bar .cost_percent{
    height: 100% !important;
    opacity: 0.5;
}
.school-card .content .cost_states .cost_state .cost_bar .cost_percent .value_percent{
    position: absolute;
    left: -61px;
    display:none;
}
.school-card .content .cost_states .cost_state .cost_bar .cost_out_percent .value_percent{
    right: -61px;
    left: unset;
}
.school-card .content .cost_states .cost_state .cost_bar .cost_percent .value_percent::before{
    content: " ";
    width: 15px;
    height: 1px;
    background: #ccc;
    position: absolute;
    right: -18px;
    top: 10px;
}
.school-card .content .cost_states .cost_state .cost_bar .cost_out_percent .value_percent::before{
    left: -18px;
    right: unset;
}
.school-card .content .cost_states .cost_state .cost_bar .cost_percent:hover .value_percent{
    display: block;
}
.school-card .content .cost_states .cost_state .cost_bar .other_percent .value_percent{
    position: absolute;
    left: -52px;
    color: #333;
    display:none;
}
.school-card .content .cost_states .cost_state .cost_bar .other_percent .value_percent::before{
    content: " ";
    width: 15px;
    height: 1px;
    background: #ccc;
    position: absolute;
    right: -18px;
    top: 10px;
}
.school-card .content .cost_states .cost_state .cost_bar .other_percent:hover .value_percent{
    display: block;
}
.school-card .content .cost_states .cost_state .cost_bar .other_percent{
    height: 25%;
    background: #824deb;
    color: #fff;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.school-card .content .cost_states .cost_state .cost_bar .cosout_other_percent .value_percent{
    right: -52px;
    left: unset;
}
.school-card .content .cost_states .cost_state .cost_bar .cosout_other_percent .value_percent::before{
    right: unset;
    left: -18px;
}
.school-card .content .cost_states .cost_state p{
    font-size: 12px;
    color: #636363;
}

.school-card .content .programs_count{
    column-gap: 10px;
}
.school-card .content .programs_count .count{
    text-align: center;
    display: flex;
    align-items: center;
    /* justify-content: end; */
}
.school-card .content .programs_count .count i{
    color: #817d7d;
}
.school-card .content .programs_count .count .line{
    height: 83.75%;
    width: 8px;
    border-radius: 30px 30px 0 0;
    background: #824deb;
}
.school-card .content .programs_count .count p{
    border-top: 1px solid #ccc;
    font-size: 14px;
    color: #636363;
}
.school-card .content .programs_count .count:last-child .line{
    background: #7746d826;
}

.school-card .content > * {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.school-card .content > * .detail-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 0 0 auto;
    width: calc(50% - 6px)
}

.school-card .content > * .detail-item .key {
    font-weight: 400;
    font-size: 14px;
    color: #9b969f
}

.school-card .content > * .detail-item .value {
    font-weight: 700;
    font-size: 13px
}

@media (min-width: 768px) {
    .school-card header .title .more {
        display: none
    }

    .school-card header > .more {
        display: flex
    }

    .school-card .content {
        gap: unset
    }

    .school-card .content > * {
        display: flex;
        flex-direction: column;
        gap: 12px
    }

    .school-card .content > * .detail-item {
        width: unset
    }
}

.program-card {
    display: flex;
    flex-direction: column;
    padding: 16px;
    gap: 18px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    border-radius: 7px;
    margin-bottom: 25px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    position: relative;
}

.program-card header .title {
    display: flex;
    flex-direction: column;
    gap: 7px;
    align-items: start
}

.program-card header .title .thumb {
    flex: 0 0 auto
}

.program-card header .title .thumb img {
    display: block;
    width: 32px;
    height: 32px;
    object-fit: contain
}

.program-card header .title .name {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin: 0
}


.program-card header .title .name a {
    font-weight: 800;
    font-size: 16px;
    text-decoration: underline;
}

.program-card header .title .name a span{
    background: #eee;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: normal;
    font-size: 14px;
    white-space: nowrap;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.program-card header .title .name .level {
    font-weight: 400;
    font-size: 14px;
    background: #ebe3f9;
    padding: 4px 10px;
    border-radius: 7px;
    width: fit-content;
    margin-top: 5px;
}
.program-card header .title .name .program_details{
    column-gap: 20px;
    font-size: 14px;
    flex-wrap: wrap;
    row-gap: 5px;
}
.program-card header .title .name .program_details i{
    font-size: 16px;
}
.program-card header .title .name .rating {
    font-weight: 400;
    font-size: 14px
}

.program-card header .more {
    display: none
}
.program-card header .more span{
    background: #ebe3f9;
    padding: 6px;
    border-radius: 7px;
    width: fit-content;
}

.program-card header .action-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px
}

.program-card header .action-links > * {
    flex: 0 0 auto;
    cursor: pointer
}

.program-card header .action-links .add-to-list .fill-heart {
    display: none
}

.program-card header .action-links .add-to-list[data-action=remove] .heart {
    display: none
}

.program-card header .action-links .add-to-list[data-action=remove] .fill-heart {
    display: block
}

.program-card header .action-links .chance-rate {
    width: auto;
    height: 26px;
    border-radius: 8px;
    border: 1.5px solid #484849;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    padding:0 5px;
}

.program-card header .action-links .chance-rate.safe {
    border-color: #2bc56e;
    color: #2bc56e
}

.program-card header .action-links .chance-rate.risky {
    border-color: #ff9600;
    color: #ff9600
}

.program-card header .action-links .chance-rate.dangerous {
    border-color: #ed1e24;
    color: #ed1e24
}

.program-card header .action-links .has-tooltip {
    position: relative
}

.program-card header .action-links .has-tooltip .tooltip {
    visibility: hidden;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: calc(100% + 16px);
    white-space: nowrap;
    background: var(--theme-color-3);
    border-radius: 8px;
    padding: 4px 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    opacity: 0;
    transition: all .2s;
    width: max-content;
    white-space: normal;
    text-align: center;
    max-width: 200px;
}

.program-card header .action-links .has-tooltip .tooltip::before {
    content: "";
    position: absolute;
    top: -8px;
    left: calc(50% - 4px);
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) var(--theme-color-3) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 4px
}

.program-card header .action-links .has-tooltip:hover .tooltip {
    visibility: visible;
    top: calc(100% + 8px);
    opacity: 1
}

.program-card > .more {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.program-card > .more .school-link, .program-card > .more .program-details {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}
.p_cta{
    position: absolute;
    width: 39%;
    bottom: 0;
}
.p_cta .program-details{
    width: 48%;
}
.p_cta .program-details a{
    background: orange;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    border-radius: 7px;
    display: block;
}

.program-card > .more .school-link svg, .program-card > .more .program-details svg {
    flex: 0 0 auto
}

.program-card > .more .school-link a, .program-card > .more .program-details a {
    font-weight: 400;
    font-size: 14px;
    text-decoration-line: underline;
    color: var(--theme-color-3)
}

.program-card .content {
    gap: 32px 0;
    position: relative;
}

.program-card .content .requirement .title {
    display: inline-flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    margin-bottom: 10px
}

.program-card .content .requirement .title span {
    font-weight: 500;
    font-size: 15px
}

.program-card .content .requirement .entry {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px 0
}

.program-card .content .requirement .entry .item {
    flex: 0 0 auto;
    width: 75px;
    text-align: center
}

.program-card .content .requirement .entry .item .circle-progress {
    margin: 0 auto;
    position: relative
}

.program-card .content .requirement .entry .item .circle-progress .text {
    position: absolute;
    font-weight: 500;
    font-size: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.program-card .content .requirement .entry .item .detail-title {
    font-weight: 700;
    font-size: 13px;
    margin-top: 4px
}

.program-card .content .requirement .entry .item.gre .circle {
    width: 43px;
    height: 43px;
    border: 4px solid #459E48;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px
}

.program-card .content .requirement .entry .item.gre .circle.gre-optional {
    color: #aaa
}

.program-card .content .requirement .entry .item.gre .circle.gre-required {
    color: #3cb54c
}

.program-card .content .requirement .entry .item.gre .circle.gre-not-required {
    color: #1cb0f6
}

.program-card .content .requirement .entry .item.gre .circle.gre-not-accepted {
    color: #ed1e24
}

.program-card .content .requirement .entry .item.gre .circle.gre-not-required-but-strongly-recommended {
    color: #ce82ff
}

.program-card .content .requirement .entry .item.gre .circle.gre-contigent {
    color: #ff9600
}

.program-card .content .requirement .entry .item.gre .detail-title {
    margin-top: 6px
}

.program-card .content .requirement .desc {
    margin-top: 20px;
    line-height: 1.618;
    font-size: 14px;
    color: #888
}

.program-card .content .requirement .desc p {
    margin: 0
}

.program-card .content .deadline .title {
    display: inline-flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    margin-bottom: 13px
}

.program-card .content .deadline .title span {
    font-weight: 500;
    font-size: 15px
}

.program-card .content .deadline .entry .dl-desc {
    font-size: 14px;
    line-height: 1.618
}

.program-card .content .deadline .entry .list {
    display: flex;
    flex-direction: row;
    gap: 5px;
    flex-wrap: wrap;
}

.program-card .content .deadline .entry .list .deadline-item {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    font-weight: 400;
    font-size: 14px
}

.program-card .content .deadline .entry .list .deadline-item svg {
    flex: 0 0 auto
}

.program-card .content .tooltip-description {
    position: relative
}

.program-card .content .tooltip-description .tooltip {
    visibility: hidden;
    position: absolute;
    z-index: 20;
    left: 0;
    top: calc(100% + 16px);
    background: var(--theme-color-2);
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 400;
    opacity: 0;
    transition: all .2s;
    line-height: 1.618;
    width: 220px
}

.program-card .content .tooltip-description .tooltip p {
    margin: 0
}

.program-card .content .tooltip-description:hover .tooltip {
    visibility: visible;
    top: calc(100% + 8px);
    opacity: 1
}

.program-card footer {
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: flex-end
}

.program-card footer a {
    padding: 8px !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    flex: 0 0 auto;
    width: calc(50% - 4px)
}

@media (min-width: 768px) {
    .program-card header .more {
        display: flex;
        flex-direction: column;
        gap: 8px
    }

    .program-card header .more .school-link, .program-card header .more .program-details {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 8px
    }

    .program-card header .more .school-link svg, .program-card header .more .program-details svg {
        flex: 0 0 auto
    }

    .program-card header .more .school-link a, .program-card header .more .program-details a {
        font-weight: 400;
        font-size: 14px;
        text-decoration-line: underline;
        color: var(--theme-color-3)
    }

    .program-card > .more {
        display: none
    }

    .program-card footer a {
        padding: 8px !important;
        font-size: 16px !important;
        width: 210px
    }
}

.post-card {
    display: flex;
    width: 100%;
    flex-direction: column;
    background: #fff;
    box-shadow: 2px 2px 23px rgba(0, 0, 0, .1);
    border-radius: 16px;
    position: relative;
    transition: all .3s;
    height: 100%
}

.post-card > * {
    flex: 0 0 auto
}

.post-card img {
    border-radius: 15px;
    margin: 5px;
    width: calc(100% - 10px);
    max-height: 142px;
    object-fit: cover;
}

.post-card h4 {
    margin: 15px 0 10px 0;
    padding: 0 30px;
    font-size: 16px;
    line-height: 1.618;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%
}

.post-card .excerpt {
    font-size: 14px;
    line-height: 1.618;
    color: #999;
    padding: 0 30px 30px 30px;
    height: 72px;
    overflow: hidden
}

.post-card .excerpt p {
    margin: 0
}

.post-card .bottom-area {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 20px 30px 30px 30px;
    flex-direction: column;
}

.post-card .bottom-area .date {
    font-size: 14px;
    color: #999;
    margin-bottom: 7px;
}

.post-card .bottom-area .more {
    font-size: 15px;
    padding-right: 20px;
    padding-left: 20px
}

.section_more a{
	background: #fff;
    color: #333;
    padding: 5px 20px;
    border-radius: 7px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}
.section_more a:hover{
	background: #7746d8;
    color: #fff;
}
.select_month{
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 7px;
}
.select_month .select_month_title{
	padding: 10px;
    cursor: pointer;
}
.select_month .select_month_content{
	padding: 10px;
    border-top: 1px solid #ccc;
    display: none;
}
.select_month .select_month_content .select_month_item{
    margin-bottom: 10px;
}
.select_month .select_month_content .select_month_item label{
	cursor: pointer;
}
.select_month .select_month_content .select_month_item input{
	width: 18px;
	height: 18px;
}
.select_month .selected_month{
    padding: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
    display:none;
    gap: 5px;
}
.select_month .selected_month span{
    background: #f5f5f5;
    border-radius:5px;
    padding: 3px 5px;
}
@media (max-width:768px){
    .post-card img{
        max-height: unset;
    }
}

/*# sourceMappingURL=cards.css.map */
