@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
body{
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}
header{
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 18px 0;
    width: 100%;
    /* z-index: 9999; */
    position: relative;
}
header img{
    max-width: 200px;
}
.containerBgImage{
    background: url(/planner-images/v4.png);
    background-size: contain;
    min-height: calc(100vh - 90px);
    background-position: bottom;
    background-repeat: no-repeat;
}
.apply-form{
    text-align: center;
}
.apply-form > div{
    margin: 20px 0 30px 0;
}
.apply-form h1{
    margin: 0;
    font-size: 28px;
    margin-bottom: 8px;
    font-weight: 700;
}
.apply-form p{
    margin: 0;
    font-size: 15px;
    font-weight: 500;
}
.apply-form .select-degree ul{
    padding: 0;
    margin: 20px;
}
.apply-form .select-degree ul li{
    display: inline-block;
    width: 180px;
    /* height: 140px; */
    text-align: center;
    margin: 15px 10px 15px 10px;
    border-radius: 4px;
    /* padding: 24px 15px;
    box-shadow: 0 6px 16px rgba(37, 56, 88, .102), 0 0 0 1px #b3bac5; */
    padding: 15px 0 0 0;
    box-shadow: 0 6px 16px rgba(37, 56, 88, .102), 0 0 0 1px #ffffff;
    border: 2px solid #ddd;
}
.apply-form .select-degree ul li:hover{
    background: #eaffe2;
    cursor: pointer;
}
.apply-form .select-degree ul li img{
    max-width: 40px;
}
.apply-form .select-degree ul li span{
    /* display: block;
    margin-top: 10px;
    font-size: 17px; */
    display: block;
    margin-top: 18px;
    font-size: 15px;
    background: #f5f5f5;
    padding: 8px 0;
    border-top: 1px dashed #ddd;
}
.apply-form .select-degree ul li.active{
    background: #eaffe2;
    border: 2px solid #2a762a;
    /* box-shadow: none; */
}
.apply-form .select-degree ul li.active span{
    background: #eaffe2;
    border-top: 1px dashed #2a762a;
    color: #2a762a;
    font-weight: 600;
}
.apply-form button.next-step{
    background: #f12b31 !important;
    border-color: #f12b31 !important;
    color: #fff;
    font-size: 22px;
    width: 25%;
    height: 52px;
    outline: none !important;
    box-shadow: none !important;
}
.apply-form button i{
    font-size: 20px;
    padding-left: 5px;
}
.select-course ul{
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin: 20px;
}
.select-course ul li{
    background: #fff;
    color: #000;
    border: 1px solid #fff;
    font-weight: 600;
    /* height: 45px; */
    /* width: 22%; */
    outline: 0;
    margin: 10px;
    padding: 10px 10px;
    border-radius: 50px;
    text-align: center;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    text-transform: capitalize;
    font-size: 12px;
    border: 1px solid #b9b9b9;
    /* min-height: 65px; */
}
.select-course ul li:hover{
    background: #eaffe2;
    cursor: pointer;
}
.select-course ul li.active{
    background: #eaffe2;
    border: 2px solid #2a762a;
}
.select-course ul li.active span{
    color: #2a762a;
}
.select-course ul li img{
    max-width: 25px
}
.select-course ul li span{
    display: block;
    font-size: 13px;
    padding-left: 10px;
    text-align: left;
}

.select-specialization{

}
.select-specialization .form-group{
    margin: 50px auto;
    width: 50%;
}
.select-specialization .form-group button{
    border: 1px solid #21429b !important;
    height: 50px !important;
    outline: none !important;
    box-shadow: none !important;
    background: #20419b14 !important;
}
.select-specialization .form-group .filter-option{
    display: flex;
    align-items: center;
    color: #000;
}
.select-specialization .form-group .dropup .dropdown-toggle::after, .dropdown-toggle::after{
    color: #21429b !important;
}

.filter-div .filters {
    align-items: end !important;
}
.filter-div .filters .form-group select{
    border-radius: 0 !important;
    background: transparent !important;
    border: navajowhite !important;
    border-bottom: 1px solid #fff !important;
    color: #fff;
    box-shadow: none !important;
    padding-left: 0;
}
.filter-div .filters .form-group select option{
    color: #000;
}
.predictor-box-and-logo img{
    max-width: 120px;
}

.flex-wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin-bottom: 5px;
}
.single-chart {
    width: 45%;
    justify-content: space-around ;
}
.circular-chart {
    display: block;
    margin: 0 auto;
    max-width: 80%;
    max-height: 250px;
}
.circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 3.8;
}
.circle {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}
@keyframes progress {
    0% {
    stroke-dasharray: 0 100;
    }
}
.circular-chart.orange .circle {
    stroke: #071d5b;
}
.circular-chart.green .circle {
    stroke: #4CC790;
}
.circular-chart.blue .circle {
    stroke: #3c9ee5;
}
.percentage {
    fill: #071d5b;
    font-family: sans-serif;
    font-size: 0.5em;
    text-anchor: middle;
}

#appointmentModal .modal-content{
    padding: 15px;
    background-color: #f0f0f5;
    margin-top: 10%;
}
.appointment-form-box{

}
.appointment-form-box h5{
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #414146;
    margin-bottom: 20px;
    margin-top: 20px;
}
.appointment-form-box label{
    font-size: 14px;
    line-height: 1.4;
    color: #414146;
    font-weight: 500;
    margin-bottom: 5px;

}
.appointment-form-box label span{
    color: red;
}
.appointment-form-box input, .appointment-form-box textarea{
    width: 100%;
    padding: 10px;
    border: 1px solid #b4b4be !important;
    border-radius: 2px;
    outline: none;
    background-color: #fff;
    color: #414146;
    font-size: 14px;
    box-shadow: none !important;
}
.appointment-form-box button{
    margin: 20px 0;
    width: 100%;
    color: #fff;
    padding: 6px;
    width: 100%;
    background-color: #b4b4be;
    border: 1px solid #b4b4be;
    cursor: default;
    pointer-events: none;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 15px;
    outline: none !important;
}
.appointment-form-box button.active{
    background-color: #14bef0;
    border: 1px solid #14bef0;
    cursor: pointer;
    pointer-events: visible;
}

.view-all-btn{
    text-align: center;
    margin-top: 38px;
}
.view-all-btn button{
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 45, 121, 1) 100%, rgba(0, 212, 255, 1) 100%) !important;
    border-color: #040e3d !important;
    border-radius: 2px !important;
    padding: 6px 24px !important;
    font-size: 22px;
    outline: none !important;
    width: 20%;
    height: 45px;
}

.view-data{
    cursor: pointer;
}
@media (min-width: 768px) {
    #detailsModal .modal-dialog {
        width: 800px;
        margin: 30px auto;
    }
}
#detailsModal .modal-content{
    padding: 15px;
}
#detailsModal .details-data{
    text-align: center;
}
#detailsModal .details-data img{
    display: inline-block;
}
#detailsModal .details-data table{
    margin: 0 auto;
}
#detailsModal .details-data table td, #detailsModal .details-data table td th{
    padding: 10px;
}
#detailsModal .details-data .placements{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#detailsModal .details-data .placements li{
    width: 20%;
    display: inline-block;
    margin: 8px;
}
#detailsModal .details-data .placements li img{
    max-width: 100px;
}
#detailsModal .details-data .faculty{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#detailsModal .details-data .faculty li{
    width: 23%;
    display: inline-block;
    padding: 5px;
    border: 1px solid #ddd;
    margin: 5px;
    border-radius: 5px;
    background: #f3f3f3;
}
#detailsModal .details-data .faculty li img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 10px;
}
#detailsModal .details-data .faculty li h4{
    font-size: 13px;
    line-height: 1.4;
    margin: 0;
}
#detailsModal .details-data .faculty li span{
    font-size: 11px;
    color: #515151;
    min-height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#main-filter .bootstrap-select .dropdown-menu{
    width: 450px !important;
}

.progress-loader{
    text-align: center;
    margin: 5px 0 15px 0;
    font-size: 15px;
    display: none;
}
.progress-loader img{
    max-height: 20px;
    margin-right: 5px;
}

.college-box .college-details .college-basic-details{
    width: 500px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    border: 1px solid #ddd;
}
.tbl-details{
    width: 100%;
    background-color: #fff;
}
.tbl-details th, .tbl-details td{
    padding: 5px 15px;
}

@media only screen and (max-width: 600px) {

    .filter-div .filters .form-group button[type='submit']{
        margin-top: 15px;
    }
    .select-course ul li{
        width: 100%;
    }
    .college-box .college-details{
        margin-top: 20px;
    }
    .college-box .college-details .college-basic-details ul{
        margin-bottom: 0 !important;
    }
    .single-chart{
        width: 30%;
    }

    .college-box .college-details .college-basic-details{
        width: 100% !important;
    }
    .tbl-details th, .tbl-details td{
        font-size: 11px;
    }

    #detailsModal .details-data table{
        width: 250px !important;
    }
    #detailsModal .details-data table td, #detailsModal .details-data table td th{
        font-size: 11px;
    }
    #detailsModal .details-data .placements li{
        width: 42%;
    }
    #detailsModal .details-data .faculty li{
        width: 45%;
    }
    #detailsModal .details-data .faculty li h4{
        font-size: 12px;
        min-height: 34px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #detailsModal .details-data .faculty li img{
        width: 80px;
        height: 80px;
    }
    #detailsModal .details-data .placements li img {
        max-width: 80px;
    }

}
