@font-face {
    font-family: myFontR;
    src: url('Metropolis-Regular.otf');
}
body{
    background: #eaedf7;
    margin: 0;
    padding: 0;
    font-family: 'myFontR';
    overflow-x: hidden;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}
._flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
._clear{
    clear: both;
}
button{
    outline: none !important;
    box-shadow: none !important;
}
header{
    background: #fff;
    padding: 12px 0;
    border-bottom: 1px solid #b5b5b5;
    box-shadow: 0px 15px 8px -18px #111;
    position: sticky;
    top: 0;
    z-index: 999;
}
header img{
    max-width: 250px !important;
    max-height: 80px;
}
header .dropdown {
    display: inline-block;
}
header .dropdown button{
    background: #f1f1f185 !important;
    color: #000 !important;
    border-color: #fff !important;
    font-size: 14px !important;
    outline: none !important;
    box-shadow: none !important;
}
header .dropdown button img{
    max-width: 30px !important;
    display: inline-block;
    margin-right: 10px;
}
header .dropdown button i{
    margin-left: 2px;
}
header .dropdown-menu{
    padding: 0;
    border-radius: 0;
    min-width: 180px;
}
header .dropdown-menu li{
    padding: 10px;
    padding-left: 20px;
    border-bottom: 1px solid #dfdfdfbf;
}
header .dropdown-menu li i{
    margin-right: 3px;
}
header .dropdown-menu li:last-child{
    border-bottom: none;
}
header .dropdown-menu li:hover{
    background: #ddd;
    cursor: pointer;
}
header .dropdown button:hover{
    background: #ebebebcc !important
}
.sidenav{
    height: 100%;
    width: 240px;
    position: fixed;
    /*z-index: -99;*/
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    padding-top: 84px;
    overflow: hidden;
}
.main-section{
    margin-left: 250px;
    padding: 40px 5px;
}
.main-section>h2{
    margin: 0;
    font-weight: 600;
    font-size: 25px;
    border-bottom: 2px solid #000000;
    padding-bottom: 8px;
    /*margin-bottom: 35px;*/
    color: #000000;
}
.sidenav .user-details{
    background: #1e3f9ae6;
    text-align: center;
    padding: 12px 0;
}
.sidenav .user-details img{
    max-width: 50px;
    margin: 0 auto;
    cursor: pointer;
}
.sidenav .user-details h4{
    color: #fff;
    font-size: 22px;
    margin: 12px 0;
}
.sidenav ul{
    list-style: none;
    padding: 0;
    margin: 5px 0;
    overflow: hidden;
    height: 350px;
}
.sidenav ul:hover{
    overflow-y: auto;
}
.sidenav ul::-webkit-scrollbar {
  width: 8px;
}
.sidenav ul::-webkit-scrollbar-track {
  background: #fff; 
}

.sidenav ul::-webkit-scrollbar-thumb {
  background: #ddd; 
  border-radius: 5px;
}
.sidenav ul::-webkit-scrollbar-thumb:hover {
  background: #ddd; 
}
.sidenav ul li{
    border-bottom: 1px solid #ddddddb0;
}
.sidenav ul li:first-child{
    border-top: 1px solid #ddddddb0;
}
.sidenav ul li a{
    padding: 12px 8px 12px 25px;
    display: block;    
    color: #000;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
}
.sidenav ul li a .fa-lock{
    float: right;
    color: #af2121;
}
.sidenav ul li a:hover{
    background: #e7e7e7bd;
}
.sidenav ul li a.active{
    font-weight: 600;
    color: #3452a4;
    border-left: 4px solid #3452a4;
}
.sidenav ul li a i{
    margin-right: 7px;
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.percentage-bar{
    margin: 12px auto;
    width: 400px;
    height: 8px;
    position: relative;
}
.percentage-bar svg{
    width: 100%;
    height: 100%;
}
.percentage-bar .progressbar-text{
    color: rgb(0, 0, 0);
    position: absolute;
    right: 0px; 
    top: -12px;
    padding: 0px;
    margin: 0px;
    font-size: 13px;
}
.profiling-box{
    background: #fff;
    border: 1px solid #dddddd36;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    text-align: center;
    min-height: 265px;
}
.profiling-box h2{
    margin: 0;
    background: #3452a4;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    padding: 12px 0;
    letter-spacing: 0.6px;
}
.profiling-box .content{
    padding: 20px 0;
}
.profiling-box .content p{
    padding: 10px 0;
    margin: 0;
    font-size: 14px;
}
.profiling-box .content p:last-child{
    padding: 0;
}
.profiling-box .content .buttons-div button{
    background: #3452a4;
    border-color: #3452a4;
    border-radius: 2px;
    margin-bottom: 12px;
    font-size: 13px;
}
.profiling-box .content .dropdown {
    margin-bottom: 20px;
}
.profiling-box .content .dropdown button{
    background: #f4f4f4 !important;
    border-color: #ddd !important;
    color: #000 !important;
    font-weight: 600;
    /*width: 300px;*/
    overflow: hidden;
    border-radius: 0 !important;
}
.profiling-box .content .dropdown .dropdown-menu{
    left: 125px;
    min-width: 400px;
    border-radius: 0 !important;
}
.counsellor-details-box{
    min-height: 265px;
    /* background: #fff; */
    background: #fff;
    border: 1px solid #dddddd36;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}
.counsellor-details-box h6{
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    border: 1px solid #dddddd36;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    margin: 0;
    display: inline-block;
    padding: 5px 10px;
    margin-top: -6px;
    background: #fff;
}
.counsellor-details-box .d1{
    background: #3452a4;
    padding: 25px 20px;
    display: flex;
    align-items: center;
}
.counsellor-details-box .d1 img{
    max-width: 70px;
    background: #fff;
    /* border-radius: 50%; */
    height: 70px;
    padding: 5px;
    display: inline-block;
}
.counsellor-details-box .d1 .inside-content{
    width: 80%;
    margin-left: 25px;
}
.counsellor-details-box .d1 h2{
    margin: 0 0 8px 0;
    color: #fff;
    font-weight: 600;
    font-size: 25px;
}
.counsellor-details-box .d1 h4{
    margin: 0 0 8px 0;
    color: #fff;
}
.counsellor-details-box .d1 .rating{
    display: inline-block;
    margin-left: 16px;
}
.counsellor-details-box .d1 .rating i{
    color: #fff;
    font-size: 14px;
}
.counsellor-details-box .d2{
    padding: 25px 0;
}
.counsellor-details-box .d2 .inside-content{
    width: 34%;
    text-align: center;
    border-right: 1px solid #ddd;
    cursor: pointer;
}
.counsellor-details-box .d2 .inside-content:last-child{
    border: none;
}
.counsellor-details-box .d2 .inside-content a{
    color: #000;
    text-decoration: none;
}
.counsellor-details-box .d2 .inside-content h5{
    margin: 0 0 5px 0;
    font-weight: 600;
    font-size: 15px;
}
.counsellor-details-box .d2 .inside-content h5 i{
    color: #fff;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.counsellor-details-box .d2 .inside-content p{
    margin: 0;
    font-size: 14px;
}
.search-input, .filter-input{
    background: #fff;
    border: 1px solid #dddddd36;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    margin-top: 30px;
    padding: 15px 20px;
    position: relative;
}
.search-input h3{
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 2px solid #d74347;
    padding-bottom: 8px;
    margin-bottom: 20px;
    color: #000000;
    display: inline-block;
}
.filter-input h3{
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    /*border-bottom: 2px solid #d74347;*/
    /*padding-bottom: 8px;*/
    margin-bottom: 20px;
    color: #000000;
    display: block;
}
.filter-input h3 span{
    border-bottom: 2px solid #d74347;
    padding-bottom: 8px;
}
.search-input h3 i, .filter-input h3 i{
    color: #d74347;
    margin-right: 5px;
}
.search-input input, .filter-input input, .filter-input select{
    height: 40px !important;
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    font-size: 16px;
}
.search-input input:focus{
    border-color: #3452a4 !important;
    border-width: 2px;
}
.box{
    margin-top: 30px;
    background: #fff;
    padding: 20px;
    border-left: 5px solid #c69738;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}
.box img{
    max-width: 28%;
}
.box .inside-content{
    width: 100%;
    padding: 0 20px;
}
.box .action{
    width: 22%;
}
.box .action button{
    background: #3452a4 !important;
    border-color: #3452a4 !important;
    border-radius: 2px;
    font-size: 17px;
    padding: 8px 16px;
}
.box .action button .fa-lock{
    font-size: 14px;
    margin-left: 5px;
}
.box .inside-content h2{
    margin: 0 0 10px 0;
    font-size: 28px;
    font-weight: 600;
    color: #3452a4;
}
.box .inside-content h2 span{
    color: #3452a4;
}
.box .inside-content p{
    font-size: 15px;
    margin: 0;
    margin-bottom: 10px;
}
header .hamburger{
    display: none;
    text-align: center;
}
header .hamburger i{
    font-size: 20px;
    background: #f1f1f185;
    padding: 6px 8px;
    border-radius: 2px;
    cursor: pointer;
}
header .hamburger i:hover{
    background: #ebebebcc;
}
.sidenav.t-class{
    z-index: 99999;
    width: 100%;
    transition: 0.5s;
    display: block !important;
}

.library-box{
    box-shadow: 0px 0px 10px rgb(0 0 0 / 40%);
    border: 0px solid #f5f5f5;
    padding-bottom: 8px;
    margin-bottom: 20px;
    background: #fff;
    border-bottom: 3px solid #c98f24;
}
.library-box img{

}
.library-box p{
    font-weight: 600;
    color: #484848;
    line-height: normal;
    position: relative;
    font-size: 15px;
    margin-top: 8px;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 0;
    min-height: 40px;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-box{
    margin-bottom: 38px;
}
.content-box h2, .content-box h3{
    margin: 0 0 12px 0;
    color: #3452a4;
    font-size: 20px;
    font-weight: 600;
}
.content-box i{
    margin-right: 10px;
}
.content-box p{
    font-size: 16px !important;
    line-height: 1.5;
    letter-spacing: 0.5px;
    font-weight: 500;
    text-align: justify;
}
.content-box ul{
    
}
.content-box ul li{
    font-size: 16px !important;
    line-height: 1.5;
    letter-spacing: 0.5px;
    margin-bottom: 12px !important;
    font-weight: 500;
}
.sub-heading{
    font-weight: 600 !important;
    margin: 15px 0;
    padding-left: 8px;
}
.content-box table{
    background: #fff;
    width: 38%;
    margin: 25px;
    border: 1px solid #dddddd36;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}
.content-box table th{
    padding: 10px 10px !important;
}
.content-box .embed-responsive{
    width: 60%;
    margin-bottom: 30px;
}
.navigators {
    text-align: center;
    margin: 18px 0;
}
.btn-right {
    background: none;
    border: 0;
    font-size: 23px;
    line-height: 10px;
    position: relative;
    width: 7.5em;
    height: 2.4em;
    margin-left: 10px;
    padding: 5px 8px;
    margin-top: 20px;
    display: inline-block;
}
.btn-right::before, .btn-right::after {
    background: #29c0d5;
    border-radius: 2px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    transition: all 1s;
    height: 1.2em;
}
.btn-right::before {
    box-shadow: -1px 1px 0 #1897c0, -2px 2px 0 #1897c0, -3px 3px 0 #1897c0, -4px 4px 0 #1897c0;
    -webkit-transform: skew(45deg);
    transform: skew(45deg);
    top: 0;
}
.btn-right::after {
    box-shadow: 1px 1px 0 #1897c0, 2px 2px 0 #1897c0, 3px 3px 0 #1897c0, 4px 4px 0 #1897c0;
    -webkit-transform: skew(-45deg);
    transform: skew(-45deg);
    bottom: 0;
}
.btn-right p {
    color: #fff;
    position: relative;
    z-index: 10;
    font-size: 11px !important;;
    font-weight: 600;
    letter-spacing: 0.2px;
    margin-bottom: 0px;
    align-items: center;
    /* display: -webkit-inline-box; */
    display: flex;
    vertical-align: middle;
    line-height: 1.5;
    margin-top: 13px;
    margin-top: 12px;
    /* min-height: 32px; */
    justify-content: center;
    text-align: center !important;
}
.btn-right:last-child::before {
    background: #e4135d;
    border-radius: 2px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    transition: all 1s;
    height: 1.2em;
    box-shadow: -1px 1px 0 #e4135d, -2px 2px 0 #e4135d, -3px 3px 0 #e4135d, -4px 4px 0 #e4135d;
}
.btn-right:last-child::after {
    background: #e4135d;
    border-radius: 2px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    transition: all 1s;
    height: 1.2em;
    box-shadow: 1px 1px 0 #e4135d, 2px 2px 0 #e4135d, 3px 3px 0 #e4135d, 4px 4px 0 #e4135d;
}
.career-analysis {
    padding: 5px;
    font-size: 14px;
    margin: 0px;
    font-weight: bold;
}
.color-green {
    background-color: #409736;
}
.color-orange {
    background-color: #EB9924;
}
.color-red {
    background-color: red;
}

.paths-listing ul{
    position: absolute;
    background: #fff;
    z-index: 999;
    top: 105px;
    border: 1px solid #dddddd36;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    padding: 10px 0;
    margin: 0;
    list-style: none;
    min-width: 400px;
}
.paths-listing ul li{
    padding: 6px 20px;
}

.programs{
    background: #fff;
    padding: 20px;
    border: 1px solid #cacad3;
    box-shadow: 0 1px 2px 1px hsl(0deg 0% 43% / 14%);
    margin-bottom: 20px;
}
.programs img{
    max-width: 120px;
    display: inline;
}
.programs h4{
    margin: 0 0 10px 0;
    font-size: 20px;
}
.programs h4 a{
    color: #000;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.5px;
}
.read-more{
    display: block;
    margin: 7px 0;
    font-weight: 600;
    color: #1e3f9a;
    letter-spacing: 0.4px;
}
.tag{
    border: 1px solid #e0e0e1;
    margin-right: 4px;
    font-size: 12px;
    margin: 5px 5px 5px 0;
    user-select: none;
    padding: 7px 14px;
    background: #f5f3f3;
    border-radius: 4px;
    text-transform: uppercase;
    color: #4d4d4d;
    display: inline-block;
}
.programs .action p{
    ont-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 0;
}
.programs .action button{
    background: #3452a4;
    border-color: #3452a4;
    border-radius: 2px;
    font-size: 17px;
    padding: 8px 16px;
}
.training-box{
    background: #fff;
    border: 1px solid #dddddd36;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    margin-bottom: 25px;
    padding: 15px 20px;
    position: relative;
    text-align: center;
}
.training-box img{
    width: 100%;
}
.training-box h5{
    font-size: 18px;
    text-align: center;
    margin: 20px 0 14px 0;
    font-weight: 600;
    line-height: 1.3;
    min-height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.training-box p{
    text-align: center;
    margin-bottom: 14px;
    font-size: 16px;
    min-height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.training-box button{
    background: #3452a4 !important;
    border-color: #3452a4 !important;
    border-radius: 2px;
    font-size: 17px;
    padding: 8px 16px;
}

.college-box{
    background: #fff;
    border: 1px solid #dddddd36;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    margin-bottom: 25px;
    padding: 30px 20px;
    border-left: 5px solid #c69738;
}
.college-box .predictor, .college-box .action{
    width: 15%;
}
.college-box .content{
    width: 70%;
}
.college-box .predictor div{
    width: 100px;
    height: 100px;
    border: 3px solid #1f409b;
    background: #1f409b;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    padding-top: 20px;
    margin: 0 auto;
    cursor: pointer;
}
.college-box .predictor h5{
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    background: #fff;
    position: relative;
    margin-top: -18px;
    padding: 4px;
    text-align: center;
}
.college-box .content .img_clg_name{
    display: inline-flex;
    justify-content: left;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
}
.college-box .content .img_clg_name div{
    width: 80%;
}
.college-box .content .img_clg_name img{
    max-height: 42px;
    max-width: 42px;
    box-shadow: 0 0 5px #cccaca;
    padding: 5px;
    /* float: left; */
    margin-right: 13px;
}
.college-box .content .img_clg_name p{
    margin-bottom: 5px;
    color: #3452a4;
}
.college-box .content .img_clg_name h2{
    display: block;
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
}
.college-box .content .dropdown{
    display: inline-block;
}
.college-box .content .dropdown button{
    background: #f4f4f4 !important;
    border-color: #ddd !important;
    color: #000 !important;
    font-weight: 600;
    /* width: 300px; */
    overflow: hidden;
    border-radius: 0 !important;
    margin: 15px 0 0 0;
    max-width: 480px;
    text-align: left;
}
.college-box .content .dropdown .dropdown-menu{
    border-radius: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    max-height: 300px;
    overflow-y: scroll;
}
.college-box .content .dropdown .dropdown-menu li{
    padding: 12px;
    border-bottom: 1px solid #e1e1e1a1;
    cursor: pointer;
}
.college-box .content .dropdown .dropdown-menu li:first-child{
    cursor: revert;
    background: #3452a429;
}
.college-box .content .data{
    padding: 0;
    margin: 25px 18px;
    list-style: none;
    width: 40%;
    display: inline-block;
}
.college-box .content .data li{
    font-size: 15px;
    margin-bottom: 10px;
    width: 100%;
    display: inline-block;
}
.college-box .content .data li strong{

}
.college-box .content .data li i{
    width: 22px;
    height: 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    color: #1f409b;
}
.college-box .content .data li .low{
    color: #a72c2c;
}
.college-box .content .data li .mid{
    color: #3452a4;
}
.college-box .content .data li .high{
    color: #049d3d;
}
.college-box .action button{
    background: #3452a4 !important;
    border-color: #3452a4 !important;
    border-radius: 2px;
    font-size: 15px;
    padding-top: 10px;
    width: 100%;
    margin-bottom: 12px;
    padding-bottom: 10px;
    padding-left: 8px;
    padding-right: 8px;
}
.college-box .action p{
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #167327;
}
.college-box .action p:hover{
    text-decoration: underline;
    cursor: pointer;
}

.college-box, .exam-box{
    background: #fff;
    border: 1px solid #dddddd36;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    margin-bottom: 25px;
    padding: 18px 20px;
    border-left: 5px solid #c69738;
}
.exam-box .content{
    width: 80%;
}
.college-box .content .data{
    margin: 25px 18px 8px 18px;
}
.exam-box .content .data{
    display: block;
    width: 100%;
}
.exam-box .content .data li{
    font-size: 15px;
    margin-bottom: 14px;
    font-weight: 600;
    color: #3452a4;
    width: 49%;
}
.college-box .content .data li i{
    margin: 0;
}
.exam-box .content .data li span{
    /*background: #d1d1d13d;
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #898989;
    display: inline-block;
    width: 170px;
    text-align: center;*/
}
.exam-box .content .data li span:hover{
    cursor: pointer;
    /*background: #9794943d;*/
}
.college-box .content .data li span{
    color: #3452a4;
}
.college-box .content .data li span:hover{
    cursor: pointer;
    color: #3452a4;
    font-weight: 600;
    text-decoration: underline;
}
.college-box .content .data li a{
    display: inline-block;
    margin-left: 8px;
    cursor: pointer;
    color: #3452a4;
}

.iframe-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 70%; /* 16:9 Aspect Ratio */
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
    pointer-events: none
}

#details-modal, #rank-modal, #predictor-details, #about-webinar-modal, #early-webinar-modal{
    z-index: 9999999;
}
#details-modal .modal-content, #rank-modal .modal-content, #predictor-details .modal-content, 
#about-webinar-modal .modal-content, #early-webinar-modal .modal-content{
    border-radius: 0;
    padding: 0;
    border-color: #91919187;
}
#details-modal .modal-body{
    padding: 5px;
}
#details-modal .modal-dialog {
    width: 1120px;
    margin: 30px auto;
    height: 65vh;
    margin-top: 10px;
}
#details-modal button:last-child{
    margin: 20px 0;
    background: #3452a4 !important;
    border-color: #3452a4 !important;
    border-radius: 2px;
    font-size: 17px;
    padding: 8px 16px;
}
.filter-input{
    margin: 20px 0 25px 0;
}
.filter-input h3 a{
    font-size: 14px;
    display: inline-block;
    margin-right: 15px;
    float: right;
}
.filter-input label{
    display: block;
    text-align: left;
}
.filter-input .form-group{
    width: 25%;
    display: inline-block;
    margin-bottom: 18px;
    margin-right: 18px;
    position: relative;
}
.filter-input input, .filter-input select, #predictor-details select{
    height: 38px !important;
    font-size: 15px;
}
.filter-input input:focus, .filter-input select:focus, .filter-input .bootstrap-select button:focus,
#predictor-details select:focus, #predictor-details input:focus{
    border-color: #3452a4 !important;
    border-width: 1px;
}
.filter-input .bootstrap-select{
    height: 38px !important;
}
.filter-input .bootstrap-select button{
    height: 38px !important;
    font-size: 15px;
    border-radius: 0 !important;
    background: #fff !important;
    outline: none !important;
}
.filter-input .bootstrap-select button:focus, .filter-input .bootstrap-select button:hover{
    outline: none !important;
}
.filter-input .or{
    display: inline-flex;
    margin-right: 18px;
    margin-bottom: 0;
    border: 1px solid #3452a4;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #3452a4;
    color: #fff;
    font-weight: 600;
    padding-top: 2px;
    font-size: 14px;
}
.filter-input hr{
    width: 80%;
    margin: 5px 0 20px 0;
    border-color: #cfcfcf61;
}
#early-webinar-modal p{
    text-align: center;
    font-size: 18px;
    padding: 0 30px;
    font-weight: 600;
}
#rank-modal h4, #about-webinar-modal h4, #early-webinar-modal h4{
    text-align: center;
    margin: 25px 0;
    font-size: 22px;
    color: #3452a4;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.rank-data ul{
    padding: 0;
    margin: 0 auto;
    width: 65%;
}
.rank-data ul li{
    font-size: 18px;
    margin-bottom: 8px;
}
.search-data ul, .location-data ul{
    border-radius: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    max-height: 300px;
    overflow-y: scroll;
}
.search-data ul li, .location-data ul li{
    padding: 12px;
    border-bottom: 1px solid #e1e1e1a1;
    cursor: pointer;
}
.search-data ul li:hover, .location-data ul li:hover{
    background: #dddddd85;
}
.pagination{

}
.pagination form{

}
.pagination form input, .pagination form button{
    color: #000;
    /*float: left;*/
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    border-radius: 0;
    outline: none !important;
    box-shadow: none !important;
}
.pagination form input.active{
    background: #3452a4 !important;
    color: #fff;
    font-weight: 600;
}
#predictor-details select, #predictor-details input{
    box-shadow: none !important;
    outline: none !important;
    border-radius: 0 !important;
    height: 38px !important;
    font-size: 15px;
}
.selected_milestones{
    background: #116b10 !important;
    border-color: #116b10!important;
    border-radius: 2px;
    font-size: 16px;
    padding-top: 8px;
    /* width: 100%; */
    /* margin-bottom: 12px; */
    padding-bottom: 8px;
}
.search-data ul li{
    font-size: 16px;
}
.search-data ul li strong{
    cursor: pointer;
}
.search-data ul li span{
    display: block;
    font-size: 14px;
    padding-left: 25px;
    padding-top: 3px;
    cursor: pointer;
}
.search-data ul li strong:hover, .search-data ul li span:hover{
    text-decoration: underline;
}

.milestone-box{

}
.milestone-box h2{
    margin: 0;
    font-size: 25px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
}
.milestone-box h2 span{
    border-bottom: 2px solid #c69738;
    padding-bottom: 5px;
}
.milestone-box ._flex{
    padding: 25px 0;
}
.milestone-box .score{
    width: 42px;
    margin: 0 auto;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 3px solid #c69738;
    font-size: 12px;
    color: #000000;
    background: #3452a41a;
    float: right;
    margin: 0 30px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.milestone-box .left-wing{
    width: 16%;
    margin-right: 2%;
}
.milestone-box .left-wing .score{
    width: 130px;
    margin: 0 auto;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 4px solid #3452a4;
    font-size: 30px;
    color: #3452a4;
    background: #3452a41a;
}
.milestone-box .left-wing h4{
    text-align: center;
    margin: 12px 0 0 0;
    font-size: 14px;
    font-weight: 600;
    color: #3452a4;
}
.milestone-box .right-wing{
    width: 100%;
}
.milestone-box .right-wing ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.milestone-box .right-wing ul a{
    color: #333;
}
.milestone-box .right-wing ul li{
    font-size: 14px;
    display: inline-block;
    width: 32%;
    margin-bottom: 25px;
    background: #f1f1f1c2;
    padding: 8px 15px;
    /* border: 1px solid #000; */
    border-radius: 4px;
    margin-right: 8px;
    cursor: pointer;
}
.milestone-box .right-wing ul li i{
    color: #3452a4;
    font-size: 15px;
    margin-right: 5px;
}
.milestone-box .right-wing ul li span{
    font-weight: 600;
    float: right;
    margin-right: 8px;
    color: #000000;    
    font-size: 12px;
    /*background: #e7b246;
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;*/
    padding-top: 2px;
}
/*.milestone-box .right-wing ul li span.green{
    color: green;
}
.milestone-box .right-wing ul li span.red{
    color: #b71331;
}*/
.milestone-box .right-wing ul li img{
    max-width: 20px;
    float: right;
    /*margin-right: 5px;*/
}
.milestone-score-div{
    float: right;
}
.milestone-score-div .percentage-bar{
    margin: 12px auto;
    display: inline-block;
}
.milestone-score-div .progressbar-text{
    left: 0px;top: -18px;
}
.milestone-box button{
    background: #9f7a30 !important;
    border-color: #9f7a30 !important;
    border-radius: 2px;
    font-size: 17px;
    padding: 8px 16px;
    color: #fff;
}

.webinar-box{
    margin-top: 30px;
    background: #fff;
    padding: 20px;
    border-left: 5px solid #af2121;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}
.webinar-box .left-wing{
    width: 20%;
    padding: 0;
}
.webinar-box .mid-wing{
    width: 65%;
    border-left: 1px solid #c9c9c9ad;
    padding-left: 35px;
}
.webinar-box .right-wing{
    width: 15%;
}
.webinar-box .left-wing .time-left{
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: #3452a4;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 15px;
    border: 3px solid #3452a4;
    color: #fff;
}
.webinar-box .left-wing p{
    margin: 10px 0 0 0;
    font-size: 16px;
    /*text-align: center;*/
}
.webinar-box .left-wing p i{
    color: #3452a4;
    margin-right: 5px;
}
.webinar-box .left-wing h6{
    /*text-align: center;*/
    font-size: 13px;
    margin: 30px 0 0 0;
}
.webinar-box .left-wing h6 span{
    background: #317b1f;
    color: #fff;
    padding: 5px;
    letter-spacing: 1px;
    border-radius: 2px;
}
.webinar-box .mid-wing h2{
    margin: 8px 0 15px 0;
    font-size: 22px;
    font-weight: 600;
}
.webinar-box .mid-wing h6{
    font-size: 14px;
    color: #3452a4;
}
.webinar-box .mid-wing h6 span{
    border-bottom: 1px solid #3452a499;
    padding-bottom: 5px;
}
.webinar-box .right-wing button{
    background: #3452a4 !important;
    border-color: #3452a4 !important;
    border-radius: 2px;
    font-size: 14px;
    padding: 8px 14px;
    width: 100%;
    margin-bottom: 15px;
}
.webinar-box .mid-wing .speaker-div{
    display: inline-block;
    margin: 12px 25px;
    text-align: center;
}
.webinar-box .mid-wing .speaker-div img{
    border-radius: 50%;
    max-width: 70px;
}
.webinar-box .mid-wing .speaker-div h4{
    font-size: 15px;
}
.webinar-box .mid-wing .speaker-div h5{
    font-size: 13px;
}


.scholarship-box{
    background: #fff;
    border: 1px solid #dddddd36;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    margin-bottom: 25px;
    padding: 18px 20px;
    border-left: 5px solid #c69738;
}
.scholarship-box .content {
    width: 75%;
}
.scholarship-box .action {
    width: 15%;
}
.scholarship-box .content .img_clg_name {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.scholarship-box .content .img_clg_name img {
    max-height: 42px;
    max-width: 42px;
    box-shadow: 0 0 5px #cccaca;
    padding: 5px;
    /* float: left; */
    margin-right: 10px;
}
.scholarship-box .content .img_clg_name h2 {
    display: block;
    margin: 0;
    font-weight: 600;
    font-size: 20px;
}
.scholarship-box .content p{
    margin: 10px 0;
    font-size: 15px;
    width: 80%;
}
.scholarship-box .content h6{
    font-size: 14px;
    background: #317b1f;
    color: #fff;
    padding: 8px 8px;
    letter-spacing: 0.4px;
    border-radius: 2px;
    display: inline-block;
}
.scholarship-box button{
    background: #3452a4 !important;
    border-color: #3452a4 !important;
    border-radius: 2px;
    font-size: 16px;
    padding-top: 10px;
    width: 100%;
    margin-bottom: 12px;
    padding-bottom: 10px;
}

/*Pricing*/

.pricing-box, .current-plan{
    margin-top: 30px;
    background: #fff;
    padding: 20px;
    border-left: 5px solid #c69738;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}
.pricing-box h2{
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
    border-bottom: 2px solid #c69738;
    padding-bottom: 5px;
    float: left;
}
.pricing-box p{
    float: right;
    margin: 0;
    background: #3452a4;
    padding: 5px 15px;
    margin-right: 30px;
    color: #fff;
    border-radius: 3px;
    font-size: 17px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    font-weight: 600;
    letter-spacing: 0.8px;
}
.pricing-box ul{
    list-style: none;
    padding: 0;
    margin: 25px 0;
}
.pricing-box ul li{
    font-size: 15px;
    display: inline-block;
    width: 32%;
    margin-bottom: 25px;
    background: #f1f1f1c2;
    padding: 8px 15px;
    /* border: 1px solid #000; */
    border-radius: 4px;
    margin-right: 8px;
    cursor: pointer;
    min-height: 56px;
    display: inline-flex;
    align-items: center;
}
.pricing-box ul li i{
    color: #3452a4;
    font-size: 15px;
    margin-right: 5px;
}
.pricing-box ul li img{
    /*max-width: 20px;
    float: right;*/
    max-width: 20px;
    float: left;
    margin-right: 10px;
    height: 22px;
}
.pricing-box button{
    background: #3452a4 !important;
    border-color: #3452a4 !important;
    border-radius: 2px;
    font-size: 17px;
    padding: 8px 16px;
    color: #fff;
}
.pricing-box .price-span{
    font-size: 20px;
    color: #3452a4;
    margin-right: 15px;
    /*text-decoration: underline;*/
}
.pricing-box .or-span{
    font-size: 15px;
    color: #3452a4;
    margin: 0 15px;
    font-weight: 600;
}
.current-plan{
    display: none;
    border-left: 5px solid #2c7515;
}
.current-plan p{
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
    border-bottom: 2px solid #2c7515;
    padding-bottom: 5px;
}

.pricing-box select{
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    height: 40px !important;
    font-size: 15px !important;
}
.pricing-box select:focus{
    border-color: #c69738;
}

.current-stage-box{
    margin-top: 30px;
    background: #fff;
    padding: 20px;
    border-left: 5px solid #c69738;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}
.current-stage-box h2{
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
    border-bottom: 2px solid #c69738;
    padding-bottom: 5px;
    float: left;
}
.current-stage-box .dropdown button {
    background: #f4f4f4 !important;
    border-color: #ddd !important;
    color: #000 !important;
    font-weight: 600;
    /* width: 300px; */
    overflow: hidden;
    border-radius: 0 !important;
    margin: 15px 0 0 0;
    min-width: 100%;
    text-align: left;
}
.current-stage-box .dropdown .dropdown-menu {
    border-radius: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    max-height: 300px;
    overflow-y: scroll;
}
.current-stage-box .dropdown .dropdown-menu li {
    padding: 12px;
    border-bottom: 1px solid #e1e1e1a1;
    cursor: pointer;
}

#confirm-modal.in, #payment-modal.in{
    display: flex !important;
    justify-content: center;
    align-items: center;
}
#confirm-modal, #payment-modal{
    z-index: 999999;
}
#confirm-modal .modal-dialog{
    width: 1120px;
}
#confirm-modal .modal-content, #payment-modal .modal-content{
    border-radius: 0;
    border-color: #c69738;
    border: none;
}
#confirm-modal .modal-body{
    padding: 0;
}
#payment-modal .modal-body{
    padding: 0;
}
#confirm-modal .pricing-box{
    margin: 0;
}
.modal-backdrop.in{
    opacity: .8 !important;
}
#confirm-modal .pricing-box h2{
    font-size: 18px;
}
#confirm-modal .pricing-box h4{
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
    border-bottom: 2px solid #c69738;
    padding-bottom: 5px;
}
#confirm-modal .pricing-box h4 a{
    margin-left: 12px;
    font-size: 12px;
    cursor: pointer;
}
#confirm-modal .modal-body.cd-missing{
    border: 1px solid #9d1b1b;
    text-align: center;
    padding: 20px;
}
#confirm-modal .modal-body.cd-missing h3{
    margin: 20px 0;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.4px;
    color: #9d1b1b;
}
#confirm-modal .modal-body.cd-missing button{
    background: #9d1b1b !important;
    border-color: #9d1b1b !important;
    border-radius: 2px;
    font-size: 16px;
    padding: 8px 16px;
    color: #fff;
    margin: 10px;
}
.access-code-form input{
    border-radius: 0 !important;
    height: 42px !important;
    margin-right: 15px !important;
    box-shadow: none !important;
    outline: none !important;
}
.access-code-form input:focus{
    border-color: #3452a4 !important;
}
#confirm-modal .modal-body .close{
    margin: 12px 10px 0 0;
    opacity: 1;
}
#payment-modal .modal-body .close{
    opacity: 1;
    color: #fff;
}
.pricing-box .error{
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
    color: #951919;
}
header .upgrade{
    background: #9f7a30 !important;
    border-color: #9f7a30 !important;
    border-radius: 2px;
    font-size: 16px;
    padding: 10px 16px;
    color: #fff;
    margin-right: 15px;
}

/*Settings CSS*/
.accordion {
    background-color: #fff;
    color: #000;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    font-size: 17px;
    letter-spacing: 0.6px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    font-weight: 600;
}
.accordion:disabled{
    cursor: not-allowed;
}
.accordion:hover {
    background-color: #d7d7d7ba;
}
.accordion.active {
    font-weight: 500;
    background-color: #3452a4;
    color: #fff;
    box-shadow: 0 19px 38px rgb(0 0 0 / 30%), 0 15px 12px rgb(0 0 0 / 22%);
}
.accordion:after {
    content: '\002B';
    color: #000;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.accordion.active:after {
    content: "\2212";
    color: #fff;
}
.panel {
    padding: 0 18px;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    /*transition: max-height 0.2s ease-out;*/
}
.panel.active{
    max-height: 100%;
    box-shadow: 0 19px 38px rgb(0 0 0 / 30%), 0 15px 12px rgb(0 0 0 / 22%);
}
.panel .p-20{
    padding: 20px;
}

.edit-box:hover{
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.edit-box .panel .label{
    font-size: 15px;
}
.edit-box .panel input, .edit-box .panel select, .edit-box .panel textarea{
    box-shadow: none !important;
    outline: none !important;
    font-size: 16px !important;
    border-radius: 0px !important;
    resize: none;
}
.edit-box .panel input, .edit-box .panel select{
    height: 42px !important;
}
.edit-box .panel textarea{
    padding: 12px 18px !important;
}
.edit-box .panel input:focus, .edit-box .panel select:focus, .edit-box .panel textarea:focus{
    border-color: #3452a4 !important;
}
.edit-box .panel button{
    background: #3452a4 !important;
    border-color: #3452a4 !important;
    border-radius: 2px;
    font-size: 15px;
    padding: 6px 15px;
    float: right;
    margin: 0 7px;
}
.edit-box .panel button i{
    margin-right: 4px;
}

.basic-info img{
    width: 150px;
    margin: 0 auto;
}
.basic-info p{
    font-size: 16px;
    font-weight: 600;    
    text-align: center;
    margin: 10px 0;
}
.basic-info p span:hover{
    cursor: pointer;
    color: #3452a4;
    text-decoration: underline;
}

.hobbies p{
    margin: 12px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.hobbies ul{
    padding: 0;
    margin: 28px 0;
    list-style-type: none;
    width: 100%;
    text-align: center;
}
.hobbies ul li{
    border: 1px solid #c9c9c98a;
    display: inline-block;
    padding: 10px 18px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 8px;
    background: #ffffffa8;
}
.hobbies ul li:hover{
    cursor: pointer;
    background: #e1e1e1a8;
}
.hobbies ul li .fa-xmark{
    font-size: 13px;
    margin-left: 5px;
}
.hobbies ul li .fa-xmark:hover{
    color: #a11919;
}
.selected_hobbies{   
    border: 1px solid #c9c9c9;
    background: #c3c3c333;
    border-radius: 7px;
    min-height: 182px;
}
.hobbies .form-group.inside-btn{
    position: relative;
}
.hobbies .form-group.inside-btn button{
    position: absolute;
    top: 0px;
    right: 60px;
    border-top-right-radius: 25px !important;
    height: 50px !important;
    border-bottom-right-radius: 25px !important;
    width: 85px;
}
/*.panel hr{
    border-color: #3351a1f2;
    border-width: 1.5px;
    width: 50%;
}
.panel hr:last-child{
    display: none;
}*/
h5.inside-m-heading{
    /*border-bottom: 1px solid #3452a4;
    padding-bottom: 5px;
    margin: 5px 0 16px 0;
    font-size: 15px;
    font-weight: 600;*/
    /*border-bottom: 1px solid #3452a4;
    padding: 5px 10px;
    margin: 5px 0 16px 0;
    font-size: 15px;
    font-weight: 500;
    background: #3452a4;
    color: #fff;
    border-radius: 2px;*/
    padding: 8px 10px;
    margin: 5px 0 16px 0;
    font-size: 15px;
    font-weight: 500;
    background: #a8a8a882;
    color: #000;
    border-radius: 2px;
}
#achievements .row{
    margin-bottom: 20px;
}
.panel .row{

}
#infoModal{
    z-index: 9999999;
}
#infoModal.in{
    display: flex !important;
    justify-content: center;
    align-items: center;
}
#infoModal .modal-dialog{
    width: 380px;
}
#infoModal .modal-dialog .modal-content{
    border-radius: 5px;
}
#infoModal .modal-dialog .modal-body{ 
    margin: 0;
    font-size: 18px;
}
.publish-page .show-ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.publish-page .show-ul li{
    font-size: 14px;
    display: inline-block;
    width: 32%;
    margin-bottom: 25px;
    background: #f1f1f1c2;
    padding: 8px 15px;
    /* border: 1px solid #000; */
    border-radius: 4px;
    margin-right: 8px;
    cursor: pointer;
}
.publish-page .show-ul li i{
    color: #3452a4;
    font-size: 15px;
    margin-right: 5px;
}
.publish-page .show-ul li img{
    max-width: 20px;
    float: right;
}
.publish-page label{
    display: block;
    margin-bottom: 10px;
}
.publish-page input, .publish-page select{
    display: inline-block;
    width: 32%;
}
.publish-page .suggestions{
    list-style: none;
    margin: 0;
    padding: 0;
}
.publish-page .suggestions li{
    border: 1px solid #c9c9c98a;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin: 8px 2px;
    background: #ffffffa8;
}
.publish-page .suggestions li:hover{
    cursor: pointer;
    background: #e1e1e1a8;
}
#open-search-div button{
    display: none;
    background: #3452a4 !important;
    border-color: #3452a4 !important;
    border-radius: 2px;
    font-size: 16px;
    vertical-align: revert;
}
.alumni-posts-box{
    /*padding-left: 0;*/
    padding-right: 0;
}
.alumni-posts-box a{
    color: #000;
    text-decoration: none;
}
.alumni-posts-box div{
    margin: 30px 0 0 0;
    margin-right: 20px; 
    background: #fff;
    padding: 20px;
    border-left: 5px solid #3452a4;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}
.alumni-posts-box i{
    color: #3452a4;
    margin-bottom: 12px;
    font-size: 20px;
}
.alumni-posts-box h4{
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 600;
    color: #3452a4;
}
.alumni-posts-box p{
    font-size: 15px;
    margin: 0;
    margin-bottom: 10px;
}
.selected-career{
    background: #fff;
    border-left: 5px solid #c69738;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}
.selected-career h2{
    margin: 0 0 0 0;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 20px;
    background: #c6973836;
}
.selected-career div{
    padding: 15px 20px;
}
.selected-career ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.selected-career ul li{
    display: inline-block;
    width: 48%;
    padding: 10px;
    font-size: 16px;
    background: #e2e2e2;
    margin-right: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
}
.selected-career ul li i{
    padding-right: 10px;
    color: #c69738;
}

#payment-modal h2{
    margin: 0;
    background: #3452a4;
    padding: 15px 20px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
#payment-modal .payment-detail-box{
    padding: 20px;
}
#payment-modal .payment-detail-box p{
    font-size: 16px;    
    letter-spacing: 0.3px;
    margin: 0;
}
#payment-modal .payment-detail-box img{
    display: inline-block;
    margin: 20px 0;
}

/* Ratings widget */
.rate {
    display: inline-block;
    border: 0;
}
/* Hide radio */
.rate > input {
    display: none;
}
/* Order correctly by floating highest to the right */
.rate > label {
    float: right;
}
/* The star of the show */
.rate > label:before {
    display: inline-block;
    font-size: 20px;
    padding: .3rem .2rem;
    margin: 0;
    cursor: pointer;
    font-family: FontAwesome;
    content: "\f005 "; /* full star */
}
/* Zero stars rating */
.rate > label:last-child:before {
    content: "\f006 "; /* empty star outline */
}
/* Half star trick */
.rate .half:before {
    content: "\f089 "; /* half star no outline */
    position: absolute;
    padding-right: 0;
}
/* Click + hover color */
.rate input:checked ~ label, /* color current and previous stars on checked */
.rate label:hover, .rate label:hover ~ label { color: #3452a4;  } /* color previous stars on hover */

/* Hover highlights */
.rate input:checked + label:hover, .rate input:checked ~ label:hover, /* highlight current and previous stars */
.rate input:checked ~ label:hover ~ label, /* highlight previous selected stars for new rating */
.rate label:hover ~ input:checked ~ label /* highlight previous selected stars */ { color: #3452a4;  } 


/* Rating CSS */

#afterSearch{
    display: none;
}
#afterSearch>h2{
    margin: 0;
    font-weight: 600;
    font-size: 25px;
    border-bottom: 2px solid #000000;
    padding-bottom: 8px;
    /*margin-bottom: 35px;*/
    color: #000000;
}
.search-career-canvas, .career-canvas-content-area{
    margin: 20px 0;
    padding: 20px 20px;
    background: #ffffff;
    border-radius: 3px;
    border: 1px solid #ddd;
}
.search-career-canvas input{
    outline: none;
    box-shadow: none;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    font-size: 16px;
    background-color: white;
    background-image: url(searchicon.png);
    background-position: 10px 15px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 45px;
    height: 55px;
}
.search-career-canvas input:focus{
    border-color: #3452a4;
}

.career-canvas-content-area h1{
    margin: 25px 0 12px 0;
    font-size: 28px;
    font-weight: 600;
    margin-top: 10px;
}
.career-canvas-content-area h2{
    margin: 25px 0 12px 0;
    font-size: 26px;
    font-weight: 600;
}
.career-canvas-content-area h3{
    margin: 25px 0 12px 0;
    font-size: 24px;
    font-weight: 600;
}
.career-canvas-content-area h4{
    margin: 25px 0 12px 0;
    font-size: 22px;
    font-weight: 600;
}
.career-canvas-content-area h5{
    margin: 25px 0 12px 0;
    font-size: 20px;
    font-weight: 600;
}
.career-canvas-content-area h6{
    margin: 25px 0 12px 0;
    font-size: 18px;
    font-weight: 600;
}

.career-canvas-content-area ul{
    margin: 0 0 12px 0;
    list-style-type: disclosure-closed;
}
.career-canvas-content-area p, .career-canvas-content-area li{
    font-size: 15px;
    line-height: 1.4;
}
.career-canvas-content-area p{
    margin-bottom: 15px;
}
.career-canvas-content-area li{
    margin-bottom: 8px;
}
.career-canvas-content-area li::marker{
    color: #9f7a30;
}

.career-canvas-loader{
    position: relative;
    display: block;
    height: 250px;
    margin: 0 60px;
}
.career-canvas-loader::before , .career-canvas-loader::after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    width: 45em;
    height: 45em;
    background-image:
      radial-gradient(circle 10px, #153183 100%, transparent 0),
      radial-gradient(circle 10px, #153183 100%, transparent 0),
      radial-gradient(circle 10px, #153183 100%, transparent 0),
      radial-gradient(circle 10px, #153183 100%, transparent 0),
      radial-gradient(circle 10px, #153183 100%, transparent 0),
      radial-gradient(circle 10px, #153183 100%, transparent 0),
      radial-gradient(circle 10px, #153183 100%, transparent 0),
      radial-gradient(circle 10px, #153183 100%, transparent 0);
    background-position: 0em -18em, 0em 18em, 18em 0em, -18em 0em,
                         13em -13em, -13em -13em, 13em 13em, -13em 13em;
    background-repeat: no-repeat;
    font-size: 0.5px;
    border-radius: 50%;
    animation: blast 1s ease-in infinite;
}
.career-canvas-loader::after {
    font-size: 1px;
    background: #153183;
    animation: bounce 1s ease-in infinite;
}
  
@keyframes bounce {
    0% , 100%{ font-size: 0.75px }
    50% { font-size: 1.5px }
}
@keyframes blast {
    0% , 40%{
        font-size: 0.5px;
    }
    70%{
        opacity: 1;
        font-size: 4px;
    }
    100%{
        font-size: 6px;
        opacity: 0;
    }
}

#searchLoader, #emptySearchResult{
    display: none;
}
#searchLoader span.typed-cursor{
    display: none;
}

.ai-banner{
    /* cursor: pointer; */
    background: radial-gradient(90% 106.38% at 122.89% 49.97%, #8200fa 0, #7200dc 9%, #5a00ad 25%, #450086 41%, #360067 56%, #2b0052 72%, #240045 86%, #220041 100%);
    /* background-image: url('/career-lab/ai-banner.gif'); */
    background-size: cover;
    padding: 6rem 2.4rem;
    margin-top: 30px;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    /* height: 250px; */
}
.ai-banner h2{
    font-size: 4rem;
    line-height: 0.9;
    /* text-align: center; */
    color: #fff;
    font-weight: 600;
    margin: 0;
    margin-bottom: 40px;
    font-family: "Sansita", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    text-align: center;
    min-height: 36px;
}
.ai-banner button{
    font-size: 15px;
    /* width: 67% !important; */
    background-color: #f23e36 !important;
    border-color: #f23e36 !important;
    color: #ffffff !important;
    outline: none !important;
    box-shadow: none !important;
    font-weight: 600 !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 1.8rem !important;
    border-radius: 50px !important;
    border: 2px solid transparent !important;
    text-decoration: none !important;
    transition: all .15s ease-in-out;
    letter-spacing: 0.4px;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* gap: 4px; */
    max-width: max-content;
    margin: 0;
    height: auto;
    padding: 1.7rem 4rem !important;
    letter-spacing: 0.5px;
}

.searched-queries{
    margin-top: 20px;
}
.searched-queries h5{
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    margin: 0;
    margin-bottom: 10px;
}
.searched-queries ul{
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.searched-queries ul li{
    background: #fafafa;
    color: #000;
    border: 1px solid #fff;
    font-weight: 600;
    outline: 0;
    margin: 0 10px 0 0;
    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;
}
.searched-queries ul li:hover{
    cursor: pointer;
    background-color: #aabef4;
}
.searched-queries ul li span {
    display: block;
    font-size: 13px;
    padding: 0 10px;
    text-align: left;
}

.exam-details-div{
    width: 90%;
    margin: 20px auto;
    border: 1px solid #ececec;
    /* padding: 10px; */
    border-radius: 5px;
    background: #fefefe;
}
.exam-details-div>p{
    font-size: 14px;
    color: #636363;
    background: #f2f2f2;
    padding: 3px 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.exam-timeline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    /* margin: 20px auto; */
    padding: 12px;
}
.exam-timeline::before {
    content: '';
    position: absolute;
    top: 18px;
    left: 32px;
    right: 32px;
    height: 2px;
    background: #ececec;
    z-index: 0;
}
.timeline-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    min-width: 100px;
}
.timeline-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-bottom: 4px;
    border: 2px solid #fff;
    box-shadow: 0 1px 4px rgba(70, 119, 237, 0.12);
}
.timeline-label {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
}
.timeline-item.R > .timeline-dot{
    background-color: #b70c0c !important;
}.timeline-item.R > .timeline-label{
    color: #b70c0c !important;
}
.timeline-item.G > .timeline-dot{
    background-color: #08670d !important;
}.timeline-item.G > .timeline-label{
    color: #08670d !important;
}
.timeline-item.B > .timeline-dot{
    background-color: #3452a4 !important;
}.timeline-item.B > .timeline-label{
    color: #3452a4 !important;
}
.timeline-date {
    font-size: 11px;
    color: #252c38;
    background: #f1f4fa;
    border-radius: 5px;
    padding: 5px 10px;
    border: 1px solid #ddd;
    text-align: center;
}
.exams-btns{
    text-align: center;
    /* border-top: 1px dashed #dadada;
    padding-top: 20px; */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 20px 0;
}
.exams-btns button{
    border-radius: 2px;
    padding: 10px 20px;
    font-size: 13px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
    letter-spacing: 0.3px;
}
.exams-btns button.R{
    background: #b70c0c !important;
    border-color: #b70c0c !important;
}
.exams-btns button.G{
    background: #08670d !important;
    border-color: #08670d !important;
}
.exams-btns button.B{
    background: #3452a4 !important;
    border-color: #3452a4 !important;
}
.exams-btns button .icon{
    font-size: 13px;
}
.c-action-btns{
    text-align: right;
    border-top: 1px dashed #dadada;
    padding-top: 20px;
}

.save-mb{
    display: none;
}

@media only screen and (max-width: 600px) {

    ._flex{
        display: block;
    }
    .sidenav{
        display: none;
    }
    .main-section{
        margin-left: 0;
        padding: 20px 10px;
    }
    header .row{
        display: flex;
    }
    header .dropdown{
        display: none;
    }
    header .hamburger{
        display: block;
    }
    .profiling-box .content{
        padding: 20px 12px;
    }
    .profiling-box .content .dropdown button{
        width: 300px;
    }
    .percentage-bar, .counsellor-details-box .d2 .inside-content{
        width: 100%;
    }
    .profiling-box .content .buttons-div button{
        margin-bottom: 12px;
    }
    .counsellor-details-box{
        margin-top: 25px;
    }
    .counsellor-details-box .d2{
        padding: 15px 0;
        display: flex;
    }
    .counsellor-details-box .d2 .inside-content{
        padding: 5px 0;
    }
    .box{
        padding: 15px 10px;
    }
    .box img{
        max-width: 100%;
        margin-bottom: 15px;
    }
    .box .inside-content{
        padding: 0 10px;
    }
    .box .action{
        width: 100%;
        margin: 25px 0 20px 0;
    }
    .counsellor-details-box .d1 .rating{
        margin-left: 0;
    }
    .profiling-box .content .dropdown .dropdown-menu{
        left: 0;
        min-width: 100%;
    }
    .counsellor-details-box .d1{
        padding: 20px 12px;
    }
    .counsellor-details-box .d1 .inside-content{
        margin-left: 18px;
    }
    .counsellor-details-box .d1 h4, .counsellor-details-box h6{
        font-size: 16px;
    }
    .content-box{
        margin-bottom: 30px;
    }
    .content-box h2, .content-box h3{
        font-size: 18px;
        line-height: 1.4;
    }
    .content-box table{
        width: 100%;
        margin: 0;
    }
    .content-box .embed-responsive{
        width: 100%;
    }
    .content-box ul {
        padding-left: 20px;
    }
    .btn-right{
        font-size: 21px;
    }
    .btn-right p{
        margin-top: 10px;
    }
    .content-box h2 i {
        margin-right: 10px;
        float: left;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .programs .col-md-6{
        text-align: center;
    }
    .programs h4{
        font-size: 14px;
    }
    .programs .action{
        margin-top: 22px;
    }
    .college-box .content, .college-box .predictor, .college-box .action{
        width: 100%;
        margin-bottom: 16px;
        /*text-align: center;*/
    }
    .college-box .content .data{
        text-align: left;
    }
    .college-box .content .data li, .college-box .content .dropdown button, .college-box .content .dropdown .dropdown-menu{
        width: 100%;
    }
    .college-box .content .dropdown{
        width: 100%;
        margin-bottom: 28px;
    }
    .college-box .content .data{
        margin: 5px 0px;
        width: 100%;
    }
    .college-box .content .data li, .college-box .content .img_clg_name h2{
        font-size: 15px;
    }
    .college-box{
        border-top: 5px solid #c69738;
        border-left: none;
        padding: 20px 16px;
    }
    #details-modal .modal-dialog{
        width: 100%;
    }
    .responsive-iframe{
        pointer-events: all;
    }
    #details-modal .modal-body{
        height: 570px;
    }
    .iframe-container{
        padding-top: 115%;
    }
    .rank-data ul{
        width: 85%;
    }
    .rank-data ul li{
        font-size: 16px;
        margin-bottom: 6px;
    }
    .filter-input .form-group, .filter-input hr{
        width: 100%;
        margin-right: 0;
    }
    .filter-input .or{
        display: flex;
        margin: 0 auto;
    }
    .college-box .content .data li i{
        margin-right: 7px;
        float: left;
    }
    .selected_milestones{
        width: 100%;
    }
    .filter-input h3 span{
        display: block;
    }
    .filter-input h3 a{
        float: none;
        display: inline-block;
        margin-top: 12px;
    }
    .exam-box .content .img_clg_name{
        margin-bottom: 25px;
        width: 100%;
    }
    .milestone-score-div, .milestone-box .score{
        float: none;
    }
    .milestone-score-div{
        margin: 20px 0;
        text-align: center;
    }
    .milestone-box .score{
        margin-top: 7px;
    }
    .milestone-box .right-wing ul li{
        width: 100%;
    }
    .milestone-box .right-wing ul li img{
        margin: 0;
    }
    .milestone-score-div .progressbar-text{
        text-align: left;
    }
    .milestone-box ._flex{
        padding: 5px 0;
    }
    .milestone-box button{
        font-size: 15px;
        padding: 7px 14px;
    }
    .webinar-box .left-wing, .webinar-box .mid-wing, .webinar-box .right-wing{
        width: 100%;
    }
    .webinar-box .mid-wing{
        border-left: none;
        padding-left: 0px;
        margin: 25px 0;
        text-align: center;
    }
    .webinar-box .mid-wing h2{
        font-size: 16px;
        line-height: 1.4;
    }
    .webinar-box .mid-wing .speaker-div{
        margin: 12px 4px;
    }
    .webinar-box .left-wing{
        text-align: center;
        padding: 0;
    }
    .pricing-box h2, .pricing-box p{
        float: none;
    }
    .pricing-box p{
        margin-right: 0;
    }
    .pricing-box ul li{
        width: 100%;
        display: block;
        min-height: 100%;
    }

    .exam-details-div{
        margin: 10px auto;
    }
    .exam-timeline{
        display: block;
    }
    .exam-timeline::before {
        content: '';
        position: absolute;
        top: 12px;
        left: 13px;
        right: 0;
        height: 180px;
        background: #ececec;
        z-index: 0;
        width: 2px;
    }
    .timeline-item{
        align-items: flex-start;
        margin-left: 15px;
        position: relative;
        margin-bottom: 17px;
    }
    .timeline-dot {
        position: absolute;
        left: -21px;
        top: 17px;
    }
    .timeline-date{
        font-size: 10px;
    }
    .exams-btns{
        display: block;
        margin: 10px 0;
    }
    .exams-btns button{
        margin-bottom: 10px;
        padding: 8px 15px;
        font-size: 11px;
    }
    .c-action-btns {
        text-align: center;
        padding-top: 10px;
    }
    .img_clg_name button{
        display: none;
    }
    .save-mb{
        display: block;
        margin-top: 10px;
    }

}
@media only screen and (max-width: 380px) {

    .profiling-box .content .dropdown button{
        width: 230px;
    }

}