.table-responsive {
    width: 100%;
    overflow-x: auto;
    margin: 30px 0;
}

.program-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.program-table thead tr {
    border-bottom: 2px solid var(--theme-color-3);
    background: var(--theme-color-9);
    color: white;
}

.program-table th {
    text-align: left;
    font-size: 15px;
}

.program-table img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.program-table tr {
    border-bottom: 1px solid #ccc;
}

.program-table tr:nth-child(even) {
    background: var(--theme-color-2);
}

.program-table td, .program-table th {
    padding: 10px 15px;
}

.program-table td.failed {
    background: #ffbaba;
}

.program-table .faculty-select {
    text-align: center;
    width: 70px;
}

.col-school {
    min-width: 300px;
}

.col-title {
    min-width: 200px;
}

.col-school a {
    display: flex;
    align-items: center;
}

.col-school a img {
    flex: 0 0 auto;
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-right: 10px;
    background: #fff;
}

.col-english, .col-deadline, .col-gpa, .col-gre {
    white-space: nowrap;
}

.col-requirement, .col-recom, .col-gpa, .col-select, .col-ac {
    text-align: center !important;
}

.col-ac .circle-progress {
    margin: auto;
    transform: scale(1.25);
}

.col-ac .detail-title {
    margin-top: 4px;
}

.col-apply-link a {
    background: var(--theme-color-3);
    color: white;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 5px;
    white-space: nowrap;
}

.col-apply-link a i {
    margin-left: 4px;
}

.col-school a:hover, .col-title a:hover {
    color: var(--theme-color-3);
}

.program-table .fa-check,
.program-table .fa-xmark {
    background: #3CB54C;
    color: white;
    width: 24px;
    height: 24px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    border-radius: 50%;
}

.program-table .fa-xmark {
    background: #ED1E24;
}

/*#choose-program-orderby,*/
/*#choose-program-order {*/
/*	border: 1px solid #888;*/
/*	border-radius: 0;*/
/*	padding: 5px;*/
/*	font-size: 14px;*/
/*	outline: none;*/
/*}*/

.submit {
    background: var(--theme-color-3);
    display: inline-block;
    padding: 12px 30px;
    border-radius: 5px;
    font-size: 16px;
    outline: none;
    color: white;
    border: 0;
    font-weight: normal;
    cursor: pointer;
    /*margin-top: 15px;*/
    margin-bottom: 50px;
}


.list_status .select {
    white-space: nowrap;
    font-size: 14px;
    position: relative;
}

.list_status .select .selected {
    padding: 7px 10px;
    background: #D1CBDD;
    border-radius: 32px;
    border: 1px solid #D1CBDD;
    color: #000;
    width: 150px;
    text-align: center;
}

.list_status .select .selected.applying {
    background: #824DEB;
    border: 1px solid #824DEB;
    color: #fff;
}

.list_status .select .selected.applied {
    background: #7545D4;
    border: 1px solid #7545D4;
    color: #fff;
}

.list_status .select .selected.waitlisted {
    background: #625C74;
    border: 1px solid #625C74;
    color: #fff;
}

.list_status .select .selected.accepted {
    background: #4CAF50;
    border: 1px solid #4CAF50;
    color: #fff;
}

.list_status .select .selected.denied {
    background: #FF4D4D;
    border: 1px solid #FF4D4D;
    color: #fff;
}

.list_status .select .selected.enrolled {
    background: #5A65D8;
    border: 1px solid #5A65D8;
    color: #fff;
}

.list_status .select .selected i {
    margin-left: 5px;
}

.list_status .select .option-list {
    position: absolute;
    width: 150px;
    border-radius: 4px;
    flex-direction: column;
    padding: 4px 0;
    z-index: 500;
}

.list_status .select .option-list .option {
    padding: 8px;
    background: #824DEB;
    margin: 2px 0;
    color: #fff;
    cursor: pointer;
    border-radius: 1rem;
}

.list_status .select .option-list .option:nth-child(2) {
    background: #7545D4;
}

.list_status .select .selected.waitlisted,
.list_status .select .option-list .option.waitlisted {
    background: #625C74;
    color: #fff;
}

.list_status .select .selected.accepted,
.list_status .select .option-list .option.accepted {
    background: #4CAF50; /* fallback for old browsers */
    color: #fff;
}

.list_status .select .selected.denied,
.list_status .select .option-list .option.denied {
    background: #FF4D4D;
    color: #fff;
}

.list_status .select .selected.enrolled,
.list_status .select .option-list .option.enrolled {
    background: #5A65D8;
    color: #fff;
}

.list_status .select .selected.remove,
.list_status .select .option-list .option.remove {
    background: #E83759;
    color: #fff;
}

#start-application-page {
    margin-top: 30px;
    margin-bottom: 50px;
}

li.deadline-item div {
    display: inline;
}
.application_list .application{
    border-radius: 7px;
    box-shadow: 0 0 20px 0 #00000017;
    margin-bottom: 15px;
    padding-bottom:20px;
    position:relative;
}
.application_list .application .qs_rank{
    position: absolute;
    width: auto;
    height: 31px;
    border-radius: 0 7px 7px 0px;
    left: 0;
    top: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #7545d4;
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
}
.application_list .application .program_name{
    width: 280px;
    padding: 40px 0;
    margin-right: 20px;
    position:relative;
}
.application_list .application .program_name .app_title{
    font-weight: bold;
}
.application_list .application .program_name .show_details{
    margin-top: 10px;
    cursor: pointer;
    position: absolute;
    bottom: -11px;
    left: 0;
    color: #7746d8;
    background: #ebe3f9;
    padding: 10px;
    border-radius: 7px;
}
.application_list .application .program_name .show_details i{
    margin-left:0.5rem;
    transition:all ease 200ms;
    font-size:11px;
}
.application_list .application .program_name .show_details:hover i{
    margin-left:0.95rem;
}
.application_list .application .program_name .app_title small{
    background: #ebe3f9;
    padding: 3px;
    border-radius: 5px;
    margin-left:3px;
    font-weight:normal;
}
.application_list .application .program_name .uni_name{
    font-size: 14px;
}
.application_list .application .program_name img{
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #7545d4;
}
.application_list .application .deadline{
    width: 130px;
    font-size: 14px;
    margin-right: 20px;
}
.application_list .application .fee{
    width: 110px;
    font-weight: 500;
    text-align: center;
    margin-right: 20px;
}
.application_list .application .min_req {
    width: 130px;
    text-align:center;
}
.application_list .application .min_req li{
    display: flex;
    align-items: center;
    justify-content: start;
}
.application_list .application .min_req li::before{
    content: "\f00c";
    font-size: 10px;
    display: block;
    margin-right: 5px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    display:none;
}
.application_list .application .chance{
    width: 210px;
    margin-right: 20px;
}
.application_list .application .status{
    width:188px;
}
.application_list .application .action {
    width: 170px;
}
.application_list .application .action .remove-program{
    background:none !important;
}
.application_list .app_titles{
    align-items: center;
    justify-content: flex-start;
    box-shadow:0 0 20px 0 #00000017;
    padding: 10px;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 7px;
    font-weight: 500;
    font-size: 14px;
}
.gauge-container{
    width: 128px;
    margin: 0 auto;
}
.gauge-container .dial{
    stroke-width:13;
}
.gauge-container .value{
    stroke-width:7.5;
}
.gauge-container .value-text{
    font-family:BVietnam !important;
}
.more_details{
    position:absolute;
    width:52rem;
    height:450px;
    border-radius:1rem;
    background:#ffffff;
    box-shadow:0 0 30px -7px rgba(0,0,0,0.05);
    overflow:hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    margin: auto;
    display:none;
    z-index:99999;
}
.more_details .close_details{
    cursor:pointer;
}
#loading_details{
    margin: auto;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
}
.more_details .content_details .qs_rank{
    background: #5f38ae;
    display: inline-flex;
    padding: 7px;
    border-radius: 7px;
    color: #fff;
    font-size: 14px;
}
.more_details .content_details .program_name{
    border-bottom: 1px solid #ccc;
    padding-bottom: 18px;
}
.more_details .content_details .program_name .app_title{
    font-weight: 600;
    font-size: 20px;
    display:flex;
    align-items:center;
}
.more_details .content_details .program_name .app_title small{
    background: #ebe3f9;
    padding: 7px;
    border-radius: 5px;
    margin-left: 3px;
    font-weight: normal;
    margin-left:10px;
}
.more_details .content_details .step{
    border-bottom: 1px solid #ccc;
    padding-bottom: 18px;
}
.more_details .content_details .step .step_title{
    font-weight: 600;
    color: orange;
    letter-spacing: 1px;
    font-size: 20px;
    margin-bottom: 12px;
}
.more_details .content_details .deadlines{
    position:relative;
}
.more_details .content_details .deadlines .col-12{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.more_details .content_details .deadlines .deadline-container{
    width: 50% !important;
}
.more_details .content_details .deadlines .text_desc{
    color: green;
    top: 66px;
    left: 0;
    font-weight: 600;
    position:absolute;
}
.more_details .content_details .deadlines ul{
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.more_details .content_details .deadlines ul li{
    background: #f5f5f5;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    margin-right:10px;
}
.more_details .content_details{
    height:90%;
    overflow-y:auto;
}
.more_details .content_details .fees .fee{
    background: #f5f5f5;
    border-radius: 7px;
    padding: 10px;
}
.more_details .content_details .fees .fee .pr span:first-child{
    font-weight: 500;
}
.more_details .content_details .fees .fee .pr span:last-child{
    font-weight: 700;
    color: #5f38ae;
    letter-spacing: 1px;
}
.more_details .content_details > .min .values .value{
    width:48%;
}
.more_details .content_details > .min .values .value .show_box{
    border-bottom: 1px solid #ccc;
    width: 100%;
    margin-bottom: 5px;
    height: 195px;
    position: relative;
}
.more_details .content_details .min .values .value .show_box .min{
    display: flex;
    width: 17px;
    background: #ccc;
    border-radius: 10px 10px 0 0;
    position: absolute;
    bottom: 0;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    writing-mode: vertical-rl;
    left: 30%;
    font-weight: 500;
}
.more_details .content_details .min .values .value .show_box .get{
    display: flex;
    width: 17px;
    border-radius: 10px 10px 0 0;
    position: absolute;
    bottom: 0;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    writing-mode: vertical-rl;
    right: 30%;
    font-weight: 500;
}
.more_details .content_details .min .values .value .show_box .label{
    position: absolute;
    bottom: -21px;
    writing-mode: horizontal-tb;
    color:#333;
}
.more_details .content_details .min .values .value .show_box .min.notset{
    height: 100% !important;
    background: #fff;
    border: 1px solid #ccc;
    opacity: 0.5;
    border-bottom: 0;
}
.more_details .content_details .min .values .value p{
    text-align: center;
    margin-top: 29px;
    font-weight: 600;
}
.more_details .content_details .min .values .value .show_box .gre_step{
    width: 24%;
    height: 100%;
    position: relative;
}
.more_details .content_details .min .values .value .show_box .gre_step .min{
    left:25%;
}
.more_details .content_details .min .values .value .show_box .gre_step .get{
    right:25%;
}
.more_details .content_details .min .result_user{
    padding:10px;
    background:#f5f5f5;
    border-radius:10px;
    margin-top:20px;
}
.more_details .content_details .min .result_user h3{
    text-align:center;
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px solid #ccc;
}
.more_details .content_details .min .result_user .res{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
.more_details .content_details .min .desc_match{
    border: 1px dashed #ccc;
    border-radius: 10px;
    padding: 10px;
}
.more_details .content_details .min .desc_match h3{
    font-weight: bold;
    color: #636363;
    font-size: 18px;
}
@media (max-width:768px){
    .more_details{
        max-width:95%;
    }
    .more_details .content_details .deadlines .text_desc{
        position: static;
        margin-bottom: 14px;
        display: block;
    }
    .more_details .content_details .fees .fee{
        margin-bottom:10px;
    }
    .more_details .content_details > .min .values .value{
        margin-bottom:15px;
    }
    .more_details .content_details .min .values .value .show_box .gre_step .min{
        left:20%;
    }
    .more_details .content_details .min .values .value .show_box .gre_step .get{
        right:20%;
    }
    .more_details .content_details .min .result_user .col-12{
        margin-bottom:22px;
    }
}