@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');
@font-face {
	font-family: 'FontAwesome';
	src: url("../assets/fonts/Font_awesome/fontawesome-webfont.eot?v=4.0.3");
	src: url("../assets/fonts/Font_awesome/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("../assets/fonts/Font_awesome/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("../assets/fonts/Font_awesome/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("../assets/fonts/Font_awesome/fontawesome-webfont.svg?v=4.0.3#fontawesome") format("svg");
	font-weight: normal;
	font-style: normal
}

.fa {
	display: inline-block;
	font-family: FontAwesome!important;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.fa-chevron-left:before {
    content: "\f053";
} 
.fa-chevron-right:before {
    content: "\f054";
} 
.fa-angle-double-left:before{
    content: "\f100";
}
.fa-angle-double-right:before{
    content: "\f101";
}
.fa-sign-out:before {
    content: "\f08b";
}
.fa-exclamation-circle:before {
  content: "\f071";
}
/* New Country Flag - Start */
i.flag.aq:before,i.flag.antarctica:before {
  background-position: -108px -416px;
}
i.flag.gg:before,i.flag.guernsey:before {
  background-position: -108px -494px;
}
i.flag.im:before,i.flag.isle.of.man:before {
  background-position: -108px -520px;
}
i.flag.xk:before,i.flag.Kosovo:before {
  background-position: -108px -546px;
}
i.flag.bl:before,i.flag.saint.barthelemy:before {
  background-position: -108px -572px;
}
i.flag.sx:before, i.flag.saint.martin:before {
  background-position: -108px -625px;
}
i.flag.je:before, i.flag.jersey:before {
  background-position: -108px -650px;
}
i.flag.ss:before, i.flag.sudan:before {
  background-position: -72px -1040px;
}
/* New Country Flag - End */
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
body{
    font-family: 'IBM Plex Sans', sans-serif;
	  font-size: 14px;
    font-weight: 400;
	  color: #052460;
    background: #f8f8f8;
}
body.b_hidden {
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: 'IBM Plex Sans', sans-serif!important;
    font-weight: 600!important;
	margin: 0;
}
h1 {
	font-size: 48px;
}
h2 {
	font-size: 40px;
}
h3 {
	font-size: 35px;
}
h4 {
	font-size: 20px;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
    display: inline-block;
}
.align_i_top {
  align-items: flex-start !important;
}
.mb-20 {
    margin-bottom:20px;
}
a:hover{
    text-decoration: underline;
}
button {
	-webkit-appearance: none;
}
input:-webkit-autofill {
    -webkit-text-fill-color: #2F3046 !important;
}
.d_hide,
.d_none {
  display: none!important;
}
.fn-14 {
    font-size: 14px;
}
.d_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex_100 {
  flex: 1 1 100% !important;
  max-width: 100% !important;
}
.ui.dropdown .menu {
  z-index: 99;
}
.btn{
    font-family: 'IBM Plex Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.025em;
    padding: 16px 32px;
    border-radius: 72px;
    border: 0;
    min-width: 173px;
    transition: .3s all;
}
.btn-primary{
    background: #052460;
    color: #FFFFFF;
}
.btn-primary:hover,.btn-primary:focus{
    background: #0e347c;
    box-shadow: 0 0 0 0.2rem #0e347c94;
}
.btn-secondary{
    background: #00C2F3;
    color: #052460;
}
.btn-secondary:hover {
  background: #0b86e3;
}
.btn-secondary:hover svg path {
  stroke: #fff;
}
.btn-ghost{
    background: #FFFFFF;
    color: #052460;
    border: 1px solid #052460;
    padding: 15px 32px;
}
.btn-ghost:hover{
    background: #052460;
    color: #FFFFFF;
}
.btn-secondary-ghost{
    background: #FFFFFF;
    color: #00C2F3;
    border: 0.5px solid #00C2F3;
    padding: 15px 32px;
}
.btn-secondary-ghost:hover{
    background: #00C2F3;
    color: #FFFFFF;
}
.btn-white-transparent{
    background: transparent;
    border: 0.5px solid #F8F8F8;
    padding: 8px 32px;
    font-weight: 600;
    color: #F8F8F8;
    font-size: 14px;
}
.btn-white-transparent:hover {
    background: #F8F8F8;
    color: #052460;
}
.btn-dark {
  color: #fff;
  background-color: #545b62;
  border-color: #545b62;
}
.btn-dark:hover {
  color: #fff!important;
  background-color: #23272b!important;
  border-color: #1d2124!important;
}
.btn.btn-outline-dark {
  border: 0.5px solid #052460;
  color: #052460;
}
.btn-primary.disabled,.btn-primary:disabled{
  background: #052460!important;
  box-shadow: none!important;
}
.btn.disabled, .btn:disabled {
  pointer-events: none;
}
a.disabled {
  pointer-events: none;
  opacity: .65;
}
.w100{
    width: 100%!important;
}
.w50{
  width: 50%!important;
}
.w120 {
    width: 120px!important;
}
.w210 {
  max-width: 210px;
}
/* .modal-backdrop:nth-last-of-type(even) {
  z-index: 9999;
}
#loader_model_upload {
  z-index: 99999;
} */
.mid_content_wrap{
    width: calc(100% - 100px);
    min-height: calc(100% - 53.75px);
    margin-left: 100px;
    background: #f7f8fa;
    transition: all ease 0.3s;
}
.appcn_detail_cont {
  padding: 10px 40px 40px;
  position: relative;
}
.topSection {
  position: absolute;
  top: -64px;
  left: 40px;
}
.ui.multiple.search.dropdown>input.search {
    margin:0px;
    padding: 0 !important;
}
.dropdown.field.input--filled .ui.dropdown.multiple {
    height: auto;
}
.ui.multiple.search.dropdown>.text {
    line-height: 6px;
}
i.icon.delete:before {
	font-family: "FontAwesome";
}
/*-- Home page - Start --*/
.home-header .navbar-nav {
    flex-direction: row;
}
.home-header .navbar {
    padding: 11px 0;
    z-index: 9;
}
.home-header .navbar .btn-ghost {
    font-size: 14px;
    padding: 5px 32px;
    min-width: auto;
}
.home-header .navbar .btn-ghost:first-child {
    margin-right: 10px;
}
.home_page_wrap .home_page_container {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    align-items: flex-end;
    height: calc(100vh - 84px);
    padding: 0 60px;
}
.home_page_wrap .home_page_container .home_page_content:before {
    position: absolute;
    bottom: 50px;
    left: -20px;
    background: url(../assets/images/circle-3.png) 0 0 no-repeat;
    content: "";
    width: 150px;
    height: 150px;
    background-size: contain;
    z-index: -1;
}
.home_page_wrap .home_page_container:before {
    position: absolute;
    top: 0;
    left: 0;
    /* background: url(../assets/images/home-hero-image.jpg) 0 0 no-repeat; */
    background: #052460;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background-size: cover;
}
.home_page_wrap .home_page_container .home_page_content {
    /* position: absolute;
    top: 0;
    left: 0; */
    height: calc(100vh - 80px);
    display: flex;
    text-align: left;
    justify-content: center;
    flex-direction: column;
    width: 500px;
    margin: 0 auto;
    /* background: rgb(204 204 208 / 14%); */
    /* background: rgb(10 10 10 / 3%); */
    color: #fff;
    padding: 30px 30px 40px;
    border-radius: 3px;
    z-index: 9;
    margin-left:0px;
}
.home_page_wrap .home_page_container .home_page_content p {
    max-width: 367px;
    font-size: 23px;
}
.home_page_wrap .home_page_container .home_page_content h2 {
    line-height: 66px;
    margin-bottom:15px;
}
.home_page_wrap .home_page_container .home_page_content .btn-primary {
    background: #00C2FF;
}
.home-right-img {
    background: #052460;
    z-index: 99;
    position: relative;
    max-height: 80%;
}
.home-right-img:after {
    position: absolute;
    top: -60px;
    left: 35px;
    background: url(../assets/images/circle-2.png) 0 0 no-repeat;
    content: "";
    width: 500px;
    height: 500px;
    background-size: contain;
    z-index: -11;
}
.home-right-img:before {
    position: absolute;
    top: 105px;
    left: -120px;
    background: url(../assets/images/circle-1.png) 0 0 no-repeat;
    content: "";
    width: 270px;
    height: 270px;
    background-size: contain;
    z-index: -1;
}
.mob-num-wrap {
    display: flex;
}
.mob-num-wrap .w120 {
    margin-right: 15px;
}
.form-container {
  min-height: calc(100vh - 115px);
  display: flex;
  align-items: center;
}
.acc-creation-form {
    align-items: inherit;
}
/* .acc-creation-form .form-div {
    overflow-y: scroll;
} */
.w120 .ui.selection.dropdown {
    min-width: auto;
}
.form-div.form-div-small {
    max-width: 426px;
    padding: 16px;
    text-align: center;
}
.form-div.form-div-small h1 {
    text-align: center;
    width: 100%;
}
.form-div.form-div-small .btn-div .btn-secondary,
.form-div.form-div-small .btn-div .btn-ghost {
    width: 100%;
}
.form-div.form-div-small .btn-div .btn-ghost {
    margin-top:30px;
}
.nav-user a {
    background: rgba(255, 255,255, 0.2);
    padding: 10px 30px;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
}
.nav-user .post_dash_rgt a {
  color: #052460;
}
.post_dash_rgt.nav_rgt .list-group .fa-caret-up {
  right: 20px;
  top: -20px;
  z-index: 9;
}
.post_dash_rgt.nav_rgt .list-group .fa-caret-up:before {
  color: #fff;
}
.post_dash_rgt.nav_rgt .list-group li {
  padding: 10px 20px;
}
/*-- OTP input --*/
#verify_otp_new:nth-letter(even) {
  letter-spacing: 0em;
}
.ui.form input.OTP-input {
    padding-left: 20px !important;
    letter-spacing: 56px !important;
    border: 0 !important;
    background-image: url(../assets/icons/otp-box.png);
    background-position: center;
    background-size: 59px;
    background-repeat: repeat-x;
    background-position-x: 0;
    outline: none;
    background-repeat: space;
    letter-spacing: 43px;
    font-size: 22px !important;
}
.ui.form input.OTP-input:focus {
    padding-left: 20px !important;
    letter-spacing: 56px !important;
    border: 0 !important;
    background-image: url(../assets/icons/otp-box.png);
    background-position: center;
    background-size: 59px;
    background-repeat: repeat-x;
    background-position-x: 0;
    outline: none;
    background-repeat: space;
    letter-spacing: 43px;
    font-size: 22px !important;
}
.field.error input[type=number].OTP-input {
    background-image: url(../assets/icons/otp-box.png) !important;
    background-position: center !important;
    background-size: 59px !important;
    background-repeat: repeat-x !important;
    background-position-x: 0 !important;
    outline: none !important;
    background-repeat: space !important;
    letter-spacing: 43px !important;
}
.pwd-check-list {
    padding-left: 0px;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 20px;
}
.pwd-check-list li {
    list-style: none;
}
.pwd-check-list .pwd-check {
    position: relative;
    padding-left: 20px;
    margin-bottom: 7px;
}
.pwd-check-list .pwd-check:last-child {
    margin-bottom: 0px;
}
.pwd-check-list .pwd-check:before {
    position: absolute;
    top: 2px;
    left: 0px;
    background: url(../assets/icons/fi_close.svg) 0 0 no-repeat;
    content: "";
    width: 14px;
    height: 14px;
    background-size: contain;
}
.pwd-check-list .pwd-check.success:before {
    position: absolute;
    top: 2px;
    left: 0px;
    background: url(../assets/icons/fi_check.svg) 0 0 no-repeat;
    content: "";
    width: 14px;
    height: 14px;
    background-size: contain;
}
.pwd-match {
    text-align: left;
    margin-top: 15px;
    position: relative;
    display: inline;
    background: rgba(255, 0, 0, 0.2);
    width: 230px;
    padding: 10px 10px 10px 35px;
    border-radius: 5px;
}
.pwd-match.success {
    background: rgba(0, 255, 0, 0.2);   
}
.pwd-match.error:before {
    position: absolute;
    top: 8px;
    left: 8px;
    background: url(../assets/icons/fi_close.svg) 0 0 no-repeat;
    content: "";
    width: 20px;
    height: 20px;
    background-size: contain;
}
.pwd-match.success.success:before {
    position: absolute;
    top: 8px;
    left: 8px;
    background: url(../assets/icons/fi_check.svg) 0 0 no-repeat;
    content: "";
    width: 20px;
    height: 20px;
    background-size: contain;
}
.pwd-check.success {
    color: green;
}
.pwd-check.error,
.campus_error {
    color: red;
}
.bottom-link {
    text-align: center;
    margin-top: 10px;
}
.bottom-link p {
  margin-bottom: 10px;
  font-size: 12px;
}
.bottom-link p strong {
font-size: 14px;
}

/*-- Home page - End --*/
/* Page Header - Start */
.page-header{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 100%;
    position: relative;
}
.page-header .sr-logo{
    margin-right: auto;
}
.page-header .nav-user{
    margin-left: auto;
}
.page-header .nav-user .user-icon{
    padding: 10px;
    border-radius: 25px;
    background: #00C2F3;
}
.page-header nav{
  display: none;
}
.page-header nav ul{
  display: flex;
}
.page-header nav ul li{
  list-style: none;
}
.page-header nav ul li a{
  padding: 10px;
  color: #FFF;
}
/* Page Header - End */
.hero-bg-div{
    width: 100%;
    position: relative;
    padding-bottom: 40px;
    min-height: 100vh;
}
.hero-bg-div::before{
    background: linear-gradient(0deg, rgba(5, 36, 96, 0.9), rgba(5, 36, 96, 0.9)), url(../assets/images/partnership-hero.jpg);
    width: 100%;
    height: 100%;
    background-size: cover!important;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}
.btn-primary img {
    display: block;
    margin: auto;
}
.form-div.form-div-small .btn-div.otp-send-btns .btn-primary {
    background: transparent;
    color: #052460;
    border: 0px;
    box-shadow: none;
}
.otp-send-btns .btn-primary img {
    background: #00C2F3;
    width: 128px;
    height: 128px;
    border-radius: 50%;
    padding: 37px;
    margin-bottom:10px;
}
.home_page_wrap {
    overflow: hidden;
}
.modal .modal-dialog {
    min-height: 100%;
    align-items: center;
    vertical-align: middle;
    display: flex;
    max-width: 900px;
}
.modal.select_course_modal .modal-dialog {
  height: auto;
  min-height: 100%;
  min-width: 900px;
}

.modal .modal-dialog p {
    font-size: 17px;
}
.modal .modal-header {
    border-bottom:0px;
}
.modal .modal-body {
    padding: 24px 32px;
    padding-top: 0;
}
#loader_image.img_animated {
    animation: 1s infinite zoomEffect;
}
@keyframes zoomEffect {
    from {transform: scale(.3, .3)}
    to {transform: scale(1, 1)}
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/* Post login form - Start */
.form-div{
    background: #FFFFFF;
    box-shadow: 0px 17px 152px rgba(47, 48, 70, 0.2);
    border-radius: 8px;
    width: 854px;
    margin: 30px auto;
    padding: 32px;
    position: relative;
    margin-bottom: 40px;
}
.modal-header .close {
    outline: 0;
}
.form-timeline{
    display: flex;
    align-items: center;
    padding-bottom: 32px;
}
.form-timeline h1{
    font-size: 33px;
    line-height: 43px;
    letter-spacing: -0.045em;
}
.form-step{
    margin-left: auto;
}
.form-step ul{
    display: flex;
    align-items: center;
    margin: 0;
}
.form-step li{
    list-style: none;
    width: 16px;
    height: 16px;
    background: #E4E9F0;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.form-step li.active{
    width: 32px;
    height: 32px;
    background: #00C2F3;
    color: #fff;
    font-size: 16.6171px;
    line-height: 23px;
    letter-spacing: 0.005em;
    font-weight: 700;
}
.form-step li.success{
    width: 32px;
    height: 32px;
}
.form-step li.success::before{
    background: url(../assets/images/tick.svg) 0 0 no-repeat;
    width: 22px;
    height: 22px;
    content: "";
    display: inline-block;
    margin: 7px 0 0 4px;
}
.form-step ul li:not(:first-of-type){
    margin-left: 30px;
}
.ui.form .field{
    display: flex;
    flex-direction: column;
    width: 50%;
    margin-bottom: 0;
}
.ui.form .field:not(:first-of-type){
    margin-left: 30px;
}
.ui.form .field label{
    font-weight: 500!important;
    font-size: 17px!important;
    line-height: 22px!important;
    letter-spacing: 0.025em;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    color: #052460!important;
}
.ui.form .field label .star,.social-text .star{
    margin-left: auto;
    color: #FF4444;
    margin-top: 10px;
    line-height: 10px;
}
.ui.form input,.ui.form .ui.dropdown,.ui.form textarea{
    border: 0.5px solid #052460!important;
    box-sizing: border-box!important;
    border-radius: 8px!important;
    padding: 16px!important;
    outline: 0!important;
    line-height: 19px!important;
    letter-spacing: 0.005em!important;
    font-size: 14px!important;
    box-shadow: none!important;
}
.ui.form .calendar {
  line-height: 10px!important;
}
.ui.form input:active,.ui.form input:focus{
    border: 1px solid #052460!important;
}
.ui.form .ui.dropdown>.dropdown.icon:before {
    content: "";
    background: url(../assets/images/chevron-down.svg) 0 0 no-repeat!important;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
}
.ui.form .ui.dropdown>.dropdown.icon.clear:before {
  background: url(../assets/icons/x-black.svg) 0 0 no-repeat!important;
  background-size: 50% 50%!important;
  background-position: center center!important;
}
.ui.form .ui.dropdown>.dropdown.icon{
    padding: 14px 8px;
}
.ui.form .ui.checkbox label{
    font-size: 14px!important;
    line-height: 18px!important;
    letter-spacing: 0.005em!important;
    cursor: pointer;
}
.ui.checkbox input:checked~.box:before, .ui.checkbox input:checked~label:before {
    background: #00FF85!important;
    border-radius: 25px;
}
.ui.checkbox .box:before, .ui.checkbox label:before{
    border-radius: 25px;
}
.ui.checkbox input:checked~.box:after, .ui.checkbox input:checked~label:after{
    font-size: 19px;
    top: -2px;
    left: 1px;
}
.ui.checkbox .box:before, .ui.checkbox label:before{
    border: 1px solid #939393;
}
.ui.dropdown.selection.active.visible {
    border-radius: 8px 8px 0 0!important;
}
.ui.dropdown.selection.active.visible.upward {
    border-radius: 0 0 8px 18px!important;
}
.field-wrap{
    display: flex;
    align-items: baseline;
    width: 100%;
}
.search_filter_option .field-wrap{
  flex-flow: row wrap;
  gap: 15px;
}
.ui.form .field-wrap:not(:last-of-type){
    padding-bottom: 40px;
}
.social-text{
    font-weight: 500!important;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0.025em;
    padding-bottom: 10px;
    display: flex;
}
.ui.form .social-input-field .field:not(:first-of-type){
    margin-left: 16px;
}
.ui.form .field .ui.radio.checkbox{
    width: 50%;
}
.ui.form .field .ui.radio.checkbox:not(:first-of-type){
    margin-left: 16px;
}
.ui.form .ui.radio.checkbox label{
    width: 100%;
    margin: 0;
    padding: 16px;
    border: 1px solid #052460;
    box-sizing: border-box;
    border-radius: 8px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ui.form .annaul-radio .field.error .ui.radio.checkbox label{
  background: #fff6f6;
}
.annaul-radio .field {
  flex-wrap: wrap;
}
.annaul-radio .field .ui.radio.checkbox{
  flex: 1 1 18%;
}
.annaul-radio .field .red.pointing.prompt {
  display: none !important;
}
.annaul-radio .field.error .red.pointing.prompt {
  display: inline-block !important;
}
.ui.form .ui.radio.checkbox label:after,.ui.form .ui.radio.checkbox label:before{
    display: none;
}
.ui.radio.checkbox input:checked~.box, .ui.radio.checkbox input:checked~label{
    border: 2px solid #00C2F3!important;
}
.field-wrap.social-input-field {
    padding: 15px!important;
    margin-bottom: 25px;
    /* border: 2px dotted #c4d5f5; */
    border: 1px dashed #8c8cac;
    border-radius: 5px;
}
.ui.form .field-wrap.social-input-field label {
    font-size: 14px!important;
    margin-bottom: 8px;
}
.service-check-field{
    display: block;
    margin-bottom: 50px!important;
}
.service-check-div{
    display: flex;
    width: 100%;
    padding-bottom: 24px;
}
.btn-div{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.btn-div .btn-primary{
    margin-left: auto;
}
.btn-div .btn-ghost{
    margin-right: auto;
}
.address-input-field{
    flex-wrap: wrap;
}
.address-input-field .field{
    margin: 0 0 16px 0!important;
    width: 48.5%!important;
}
.ui.form .address-input-field .field:nth-child(2n){
    margin-left:16px!important;
}
.upload-div{
    width: 387px;
    /* height: 192px; */
    border: 1px dashed #8C8CAC;
    border-radius: 8px;
    padding: 15px 0;
}
.upload-div:not(:first-child){
    margin-left: 16px;
}
.file-title{
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.005em;
}
.file-title .star {
  color: #e96453;
  font-weight: bold;
}
.upload-div p{
    margin: 0;
}
.file-type{
    color: #8C8CAC;
}
.file-icon::before{
    background: url("../assets/images/file.svg") 0 0 no-repeat;
    width: 50px;
    height: 50px;
    content: "";
    display: inline-block;
    margin: 0 0 7px 10px;
}
.note-text p{
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.005em;
    padding: 10px 0;
}
.note-text p span{
    margin-right: 7px;
}
.note-icon::before{
    background: url("../assets/images/note.svg") 0 0 no-repeat;
    width: 15px;
    height: 15px;
    content: "";
    display: inline-block;
}
.tick-icon::before{
    background: url("../assets/images/tick.svg") 0 0 no-repeat;
    width: 50px;
    height: 50px;
    content: "";
    display: inline-block;
    margin: 26px 0 0 13px;
    background-size: 36px;
}
.success_tick{
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00FF85;
    border-radius: 50px;
}
.newOnboardingForm .mob-num-wrap .w120 {
  width: 300px !important;
}
.account-create-wrap h1{
    font-weight: 600!important;
    font-size: 33px;
    line-height: 43px;
    letter-spacing: -0.045em;
    padding: 30px 0;
    text-align: center;
    max-width: 640px;
}
.account-create-wrap p {
  color: #8c8cac;
  font-size: 18px;
  font-weight: 500;
}
.account-create-wrap{
    height: calc(100vh - 178px);
}
.request-loader{position:relative;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;height:90px;width:90px;border-radius:100%;background:#00C2F3;box-shadow:0 0 20px 0 rgba(0,0,0,0.25);z-index:3;margin-top:4px}
.request-loader span{position:relative;top:5px;left:-5px;background:#00C2F3}
.request-loader::after{opacity:0;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;position:absolute;top:1px;left:1px;right:0;bottom:0;content:"";height:100%;width:100%;border:4px solid #00C2F3;padding:2px;border-radius:100%;-webkit-animation-name:ripple;animation-name:ripple;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-delay:0;animation-delay:0;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:cubic-bezier(0.65,0,0.34,1);animation-timing-function:cubic-bezier(0.65,0,0.34,1);z-index:-1}
.request-loader::before{opacity:0;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;position:absolute;top:1px;left:1px;right:0;bottom:0;content:"";height:100%;width:100%;border:4px solid #00C2F3;padding:2px;border-radius:100%;-webkit-animation-name:ripple;animation-name:ripple;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-delay:0;animation-delay:0;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:cubic-bezier(0.65,0,0.34,1);animation-timing-function:cubic-bezier(0.65,0,0.34,1);z-index:-1}
@-webkit-keyframes ripple {
from{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
to{opacity:0;-webkit-transform:scale3d(2,2,1);transform:scale3d(2,2,1)}
}
@keyframes ripple {
from{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
to{opacity:0;-webkit-transform:scale3d(2,2,1);transform:scale3d(2,2,1)}
}
.account_upload_btns .btn.btn-secondary {
    margin-left: auto;
    margin-right:10px;
}
.account_upload_btns .btn.btn-primary {
    margin-left: inherit;
}
.avatar-upload .avatar-edit input {
    display: none;
}
/* .avatar-upload .avatar-edit input + label {
    display: inline-block;
    margin-bottom: 0;
    border-radius: 10px;
    background: #FFFFFF;
    border: 1px solid #d2d6de;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    padding: 10px 20px;
    margin-top: 10px;
}
.avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
} */
.avatar-upload .company_img img{
    width: 100%;
    height: auto;
}
/* Post login form - End */
/* Side nav - Start */
.sideNav {
  position: fixed;
  left: 0;
  width: 100px;
  height: 100vh;
  top: 0;
  background: #f8f8f8;
  box-shadow: 0px 28px 50px rgba(5, 36, 96, 0.11);
  transition: all ease 0.3s;
  z-index: 999;
  padding: 0px 5px;
}
.sideNav nav {
  overflow-y: scroll;
  height: calc(100% - 94px);
}
.sideNav nav::-webkit-scrollbar {
  width: 5px;
}
.sideNav.sm {
  width: 90px;
}
.sideNav .logowrap {
  text-align: center;
  padding: 27px 0 25px;
}
.sideNav nav ul {
  display: block;
  z-index: 9;
}
.sideNav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sideNav ul li{
    padding: 5px 5px 40px;
}
.sideNav ul li a {
  font-family: 'IBM Plex Sans';
  padding: 10px 0;
  height: 54px;
  display: block;
  align-items: center;
  text-align: center;
  justify-content: initial;
  position: relative;
  color: #052460;
  font-weight: 600;
  line-height: 20px;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease-out;

}
.sideNav.sm ul li a {
    justify-content: center;
}
.sideNav ul li a span {
    font-size: 11px;
    /* padding-left: 10px; */
    white-space: nowrap;
    transition: transform 0.2s ease-out;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    line-height: 14.3px;
    letter-spacing: 0.5px;
}
/* .sideNav.sm ul li a span {
    display: none;
} */
.sideNav ul li a img {
  width: 24px;
  height: 24px;
}
.sideNav ul li a:hover {
  box-shadow: 0px 20px 45px rgb(5 36 96 / 40%);
  text-decoration: none;
  border-radius: 8px;
}
.sideNav ul li a.active {
  background: #052460;
  text-decoration: none;
  border-radius: 8px;
  color: #fff;
}
.sideNav ul li a svg {
  max-width: 24px;
  max-height: 24px;
}
.sideNav ul li a svg path {
  stroke: #052460;
}
.sideNav ul li a.active svg path {
  stroke: #fff;
}
.sideNav.sm + section.mid_content_wrap {
  width: calc(100% - 90px);
  margin-left: 90px;
}
.post_login{
  display: none;
}
.navigation-collapse-trigger {
  bottom: 0;
  position: absolute;
  right: -10px;
  top: 0;
  width: 20px;
  cursor: e-resize;
}
.navigation-collapse-trigger__orb {
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  background-color: #052460;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  transform: translate(calc(-50% + 2px), 100px) scale(0);
  transition: all 0.2s ease-out;
  transition-delay: 0.1s;
  cursor: pointer;
}
.navigation-collapse-trigger__orb > svg {
  stroke: #ffffff;
  width: 80%;
  height: auto;
  transition: transform 0.2s ease-out;
}
.navigation-collapse-trigger:hover .navigation-collapse-trigger__orb {
  transform: translate(calc(-50% + 2px), 100px) scale(1);
}
.sideNav.sm .navigation-collapse-trigger__orb > svg {
  transform: rotate(180deg);
}
.navigation-collapse-trigger::before {
  content: '';
  width: 3px;
  background: linear-gradient(180deg, rgba(64, 139, 255, 0) 0%, #909295 5%, #e2e2e2 95%, rgba(64, 139, 255, 0) 100%);
  height: 100%;
  position: absolute;
  right: 5px;
  top: 0;
  opacity: 0;
  transition: all 0.2s ease-out;
  transition-delay: 0.1s;
}
.navigation-collapse-trigger:hover::before {
  opacity: 1;
}
.sideNav.sm ul li a span {
  padding: 0.8em;
  line-height: 1;
  border-radius: 3px;
  color: #6b6b6b;
  transition: transform 0.2s ease-out;
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 10%), 0 10px 10px -5px rgb(0 0 0 / 4%);
  pointer-events: none;
  position: absolute;
  left: 70px;
  opacity: 0;
  background: #FFF;
  overflow: visible;
}
.sideNav.sm a:not(.expand_icon_menu):hover span {
  position: absolute;
  opacity: 1 !important;
  font-size: 0.875rem;
  transform: translateX(4px);
  background: #052460;
  color: #FFF;
  left: 90px;
}
.sideNav.sm .side_menu_list span::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 7px solid #052460;
  border-bottom: 5px solid transparent;
  left: -7px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.sideNav .side_menu_list i.fa {
  font-size: 24px;
  text-align: center;
  width: 24px;
  height: 24px;
  margin: auto;
  color: #8c8cac;
}
.sideNav.sm .side_menu_list i.fa.fa-angle-double-right, .sideNav .side_menu_list i.fa.fa-angle-double-left {
  display: block;
}
.sideNav.sm .side_menu_list i.fa.fa-angle-double-left, .sideNav .side_menu_list i.fa.fa-angle-double-right {
  display: none;
}
/* Side nav - End */
/* Course Search - Start */
.course-search-pod{
  padding-bottom: 27px;
}
.course-search-pod h1{
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 33px;
  line-height: 43px;
  text-align: center;
  letter-spacing: -0.045em;
  color: #052460;
  padding-bottom: 7px;
}
.course-tabs {
  display: flex;
  gap: 20px;
}
.course-tabs li a{
  font-family: IBM Plex Sans;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.005em;
  color: #052460;
  padding: 11px;
  text-decoration: none!important;
  min-width: 85px;
  font-weight: 600;
  border-radius: 76px;
  transition: .3s all ease-out;
  border: 1px solid transparent;
}
.course-tabs li:not(:first-child){
  /* margin-left: 10px; */
}
.course-tabs .active a {
  background: #052460;
  color: #fff;
}
.course-tabs li a:not(.active):hover {
  border: 1px solid #052460;
}
.course-tabs .active a {
    font-weight: 600;
}
.course-page-search{
  position: relative;
}
.course-page-search button{
  position: absolute;
  right: 2px;
  top: 2px;
  border: 0;
  background: rgba(0, 194, 243, 1);
  padding: 0px 10px;
  border-radius: 8px;
  transition: all ease 0.3s;
  height: calc(100% - 4px);
  outline: 0px;
}
.course-page-search button:hover {
  background: rgba(0, 194, 243, .5);
}
/* .course-page-search button:hover {
    background: #00c2f3;
} */
.ui.form.course-page-search input{
  background: #fff;
  box-shadow: 0px 28px 50px rgb(5 36 96 / 11%)!important;
  border-radius: 8px!important;
  padding: 9px 20px!important;
  outline: 0;
  width: 555px;
  border: 0!important;
  font-family: IBM Plex Sans!important;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 22px!important;
  letter-spacing: 0.025em!important;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  padding-right:60px !important;
}
.card-course-pod{
  border: 0;
  border: 1px solid #8C8CAC;
  border-radius: 15px;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.025em;
  color: #052460!important;
  text-decoration: none!important;
  transition: .3s all;
}
.card-course-pod:hover{
    background: #F8F8F8;
    box-shadow: 0px 28px 82px rgba(5, 36, 96, 0.4);
    border-radius: 15px;
    border-color: transparent;
}
.course-icon {
  display: inline-block;
  margin-bottom: 10px;
}
.course-page-search .btn-dark, .search_result_filter .btn-dark {
  padding: 8px 32px;
  font-size: 14px;
  background: #545b62;
  min-width: 100px;
}
.course-page-search .btn-primary, .search_result_filter .btn-primary {
  padding: 8px 32px;
  font-size: 14px;
  min-width: auto;
}
.course-search-lists {
    padding-bottom: 40px;
    max-width: 980px;
}
.stud_selection_pop {
  display: none;
}
.course-search-pod .course_shortlist_btn {
  margin-left: 52px;
  padding: 8px 30px;
  font-size: 14px;
  border-radius: 5px;
  margin-top: -52px;
  align-self: flex-start;
}
/* Course Search - End */
/* Students table - Start */
.multi-column-table{
  border: 0;
  width: 100%;
  table-layout: fixed;
  background: #F8F8F8;
  box-shadow: 0px 28px 50px rgba(5, 36, 96, 0.11);
  border-radius: 8px;
}
.multi-column-table th{
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.005em;
  color: #052460;
  border: 0!important;
}
.multi-column-table td, .multi-column-table th {
  padding: 10px!important;
  vertical-align: top;
  border: 0!important;
}
.multi-column-table tbody td{
    padding: 20px 10px!important;
    cursor: pointer;
    color: #052460;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.multi-column-table td:hover,.multi-column-table tbody tr:hover,.multi-column-table td:active,.multi-column-table tbody tr:active,.multi-column-table tbody tr.selected td{
  background-color: #F7F0E6!important;
}
.multi-column-table .status_circle{
  width: 24px;
  height: 24px;
  border-radius: 25px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: bold;
  font-size: 10.8915px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.005em;
}
.multi-column-table .status_bxwrap{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.multi-column-table .status_bx:not(:first-of-type){
  margin-left: 8px;
}
.multi-column-table .bx_blue{
  border-color: #0066FE;
  color: #0066FE;
}
.multi-column-table .bx_blue:hover{
  background: #0066FE;
  color: #fff;
}
.multi-column-table .bx_green{
  border-color: #00CEB5;
  color: #00CEB5;
}
.multi-column-table .bx_green:hover{
  background: #00CEB5;
  color: #fff;
}
.multi-column-table .bx_orange{
  border-color: #FE9800;
  color: #FE9800;
}
.multi-column-table .bx_orange:hover{
  background: #FE9800;
  color: #fff;
}
.multi-column-table .bx_red{
  border-color: #FF4444;
  color: #FF4444;
}
.multi-column-table .bx_red:hover{
  background: #FF4444;
  color: #fff;
}
.multi-column-table th.hidden, .multi-column-table td.hidden {
  display: none;
}
.multi-column-table th .th-inner {
  padding: 10px 0!important;
}
.student_table_wrap .fixed-table-pagination{
  display: none!important;
}
.table_wrap{
  transition: all ease 0.3s;
  width: 100%;
  padding: 30px 10px 10px 10px;
  margin: -10px -10px -10px;
}
.student_table_wrap {
  padding-bottom: 80px;
}
.table_container.select-open .table_wrap {
    width: 75%;
}
.advance_view{
  display: none;
}
.studentTable td:nth-child(1){
    padding-left: 20px!important;
}
.studentTable th:nth-child(1){
    width: 160px;
    padding-left: 20px!important;
}
.studentTable th:nth-child(2){
  width: 150px;
}
.studentTable th:nth-child(3){
    width: 200px;
}
.studentTable th:nth-child(4){
  width: 150px;
}
.studentTable th:nth-child(5){
    width: 140px;
}
.studentTable th:nth-child(6){
    width: 140px;
}
.studentTable th:nth-child(7){
  width: 160px;
}
.studentTable th:nth-child(8){
  width: 160px;
}
.studentTable th:nth-child(9){
  width: 200px;
}
.student-list-table th:nth-child(1),.application-list-table th:nth-child(1){
  width: 110px;
}
.application-list-table th:nth-child(1) {
  padding-left: 50px !important;
  width: 130px;
}
.application-list-table td:nth-child(1) {
  padding-left: 50px !important;
  width: 130px;
}
.student-list-table th:nth-child(3){
  width: 250px;
}
.application-list-table th:nth-child(2){
  width: 170px;
}
.application-list-table th:nth-child(3),.application-list-table th:nth-child(4){
  width: 160px;
}
.filterOptionswrap {
  width: 100%;
  padding: 20px;
  margin: 10px 0 20px 0;
  display: none;
  box-sizing: border-box;
  border: 1px solid #8C8CAC;
  border-radius: 8px;
}
.filterOptions {
  display: flex;
  align-items: center;
}
.filterOptions.apcn_filterOptions {
  flex-wrap: wrap;
}
.filterOptions.apcn_filterOptions .field {
  min-width: 180px;
}
@media (max-width: 1366px) {
  .filterOptions.apcn_filterOptions .ui.form .field.round .ui.dropdown {
    padding: 10px 10px 10px 10px!important;
  }
}
.filterOptions.apcn_filterOptions .ui.dropdown>.text {
  width: calc(100% - 29px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #052460;
}
.filter_link a,.filter_link a:hover{
  color: #00C2F3;
}
.filter_link a{
  margin-right: 20px;
}
.filterOptions .dropwrap {
  margin-right: 20px;
}
.filterOptions.apcn_filterOptions .dropwrap {
  margin-right: 16px;
  margin-bottom: 20px;
}
.filterOptions.apcn_filterOptions .filter_link a {
  padding: 9px 32px;
  min-width: auto;
}
.filterOptions .dropwrap .ui.selection.dropdown,
.filterOptions .dropwrap input {
  border: 1px solid #8C8CAC!important;
  box-sizing: border-box!important;
  border-radius: 93px!important;
  padding: 9px 10px!important;
  min-width: 226px!important;
}
.apcn_filterOptions.filterOptions .dropwrap .ui.selection.dropdown {
  background: transparent;
}
.apcn_filterOptions.filterOptions .dropwrap .ui.selection.dropdown .text {
  text-align: left;
}
.apcn_filterOptions .ui.form .field.round .ui.dropdown.apcn_filter_drop>.dropdown.icon {
  left: 0;
  top: -7px;
  right: 0;
}
.apcn_filterOptions .ui.form .field.round .ui.dropdown.apcn_filter_drop.courses .scrolling.menu {
  max-width: 370px;
}
.apcn_filterOptions .ui.form .field.round .ui.dropdown.apcn_filter_drop.courses .scrolling.menu .item[data-position="bottom left"][data-tooltip]:after {
  max-width: 370px;
  white-space: pre-wrap;
}
.apcn_filterOptions .ui.form .field.round .ui.dropdown.apcn_filter_drop.courses .scrolling.menu .item span {
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
}
.apcn_filterOptions .ui.form .field.round .ui.dropdown>.dropdown.icon:before,
  .apcn_filterOptions .ui.form .field.round .ui.dropdown.apcn_filter_drop>.dropdown.icon:before {
  width: 20px;
  height: 20px;
}
.filterOptions .dropwrap .ui.selection.dropdown input{
    padding: 9px 10px!important;
}
.ui.dropwrap .ui.dropdown>.dropdown.icon{
  padding: 8px 0!important;
  font-size: 9px!important;
  margin: -6px 0 0!important;
}
.ui.dropwrap .ui.dropdown>.dropdown.icon::before{
  background-size: 19px!important;
}
.filterOptions .dropwrap .ui.active.selection.dropdown {
  border-radius: 10px 10px 0 0!important;
}
.filterOptions .dropwrap .ui.selection.dropdown .text{
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.005em;
  color: #052460;
}
.stdntbtn-filter{
    border: 0.5px solid #052460;
    box-sizing: border-box;
    border-radius: 72px;
    padding: 9px 10px 10px;
    min-width: 130px;
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.005em;
    color: #052460;
}
.bx_tl_tip{
    font-family: IBM Plex Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.005em;
    color: #052460;
    border-radius: 5px;
    background: #fff;
    text-align: center;
    position: absolute;
    border: 1px solid #ddd;
    padding: 6px 10px;
    top: -36px;
    left: -27px;
    display: none;
}
.status_bx{
  position: relative;
  max-width: 100%;
}
.status_bxwrap .status_bx:hover .bx_tl_tip{
  display: block;
}
.table-filter-head{
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 32px;
  margin-bottom: 10px;
  border-bottom: 1.2px solid #dbdbdb;
}
.std_title{
  display: flex;
  align-items: center;
  position: relative;
}
.std_title h1{
  font-style: normal;
  font-weight: bold;
  font-size: 33px;
  line-height: 45px;
  letter-spacing: -0.06em;
  color: #052460;
}
.circle_down_arrow{
  display: block;
  margin: 3px 0 0 20px;
}
.rgt-create-btn{
  display: flex;
  justify-content: flex-end;
  width: 50%;
  margin-left: auto;
}
.rgt-create-btn .btn{
  padding: 9px 10px;
}
.advancedview_wrap {
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(100%);
  display: none;
  height: 100vh;
  overflow: auto;
  overflow-x: hidden;
}
.select-open .advancedview_wrap {
  transform: translateX(0);
  width: 25.1%;
  display: block;
  background: #fff;
  border-left: 1.2px solid #dbdbdb;
  position: fixed;
  top: 0;
  z-index: 99999;
}
/* .advancedview_wrap.stick {
    position: fixed;
    top: 0;
    width: 25.1%;
} */
.advancedview_wrap.stick .stdbtn_wrap{
    padding-bottom: 20px!important;
}
.table_container{
  position: relative;
}
.rowrap {
  margin-bottom: 20px;
}
.advance_close,.advance_close_apcn{
  position: absolute;
  right: 20px;
  top: 20px;
}
.stdbtn_wrap{
    padding-bottom: 50px!important;
}
.stdbtn_wrap .btn{
  padding: 9px 32px;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.005em;
  color: #2F3046;
  width: 100%;
  border: 0.5px solid #2F3046;
  box-sizing: border-box;
  border-radius: 72px;
  margin-bottom: 10px;
}
.stdbtn_wrap .btn-archive{
  border: 0.5px solid #FF4444;
  color: #FF4444;
}
.cta_std{
  display: flex;
  align-items: center;
  width: 100%;
  background: #F7F0E6;
  border-radius: 9px;
  padding: 15px 20px;
}
.cta_std p{
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.005em;
    color: #052460;
    margin: 0 10px 0 0;
    word-break: break-word;
}
.cta_std a{
  color: #00C2F3;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  letter-spacing: 0.005em;
  margin-left: auto;
}
.status_deat_box_ul{
  display: flex;
  flex-wrap: wrap;
}
.status_deat_box{
  box-sizing: border-box;
  border-radius: 16px;
  width: calc(50% - 5px);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  flex-direction: column;
}
.status_deat_box:nth-child(1){
  background: rgba(0, 102, 254, 0.2);
  border: 0.5px solid #0066FE;
}
.status_deat_box:nth-child(2){
  background: rgba(254, 152, 0, 0.2);
  border: 1px solid #FE9800;
}
.status_deat_box:nth-child(3){
  background: rgba(255, 58, 61, 0.2);
  border: 1px solid #FF3A3D;
}
.status_deat_box:nth-child(4){
  background: rgba(0, 206, 181, 0.2);
  border: 1px solid #00CEB5;
}
.status_deat_box:nth-child(2n){
  margin-left: 10px;
}
.status_deat_box p{
  margin: 0;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: #052460;
}
.status_deat_box p:first-child{
  font-size: 24px;
  line-height: 31px;
  letter-spacing: -0.015em;
}
.status_deat_box p:nth-child(2){
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.005em;
}
.status_ttl{
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.005em;
  color: #052460;
  padding-bottom: 15px;
}
.stdDetail{
  text-align: center;
  padding-top: 35px;
}
.stdDetail .stdName{
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400!important;
  font-size: 24px;
  line-height: 31px;
  text-align: center;
  letter-spacing: -0.015em;
  color: #052460;
  padding-top: 10px;
}
.status_drop_down{
  background: #F8F8F8;
  border: 1px solid #F8F8F8;
  box-sizing: border-box;
  box-shadow: 0px 28px 50px rgba(5, 36, 96, 0.11);
  border-radius: 8px;
  padding: 10px;
  top: 45px;
  right: -184px;
  width: 218px;
  z-index: 1;
  position: absolute;
  display: none;
}
.status_drop_down .btn-group{
  display: flex;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
}
.status_drop_down .btn-group .btn{
  padding: 9px 20px;
}
.status_drop_down .btn.active,.status_drop_down .btn:hover{
  background: #F7F0E6;
  border-radius: 7px;
  font-family: 'IBM Plex Sans';
  font-weight: 500;
}
.status_drop_down .btn{
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #052460;
  margin-bottom: 2px;
}
.status_drop_down .btn:focus,.status_drop_down .btn:active,.status_drop_down .btn:hover{
  border-radius: 5px!important;
}
.ui.tiny.modal {
  width: 540px;
  margin: 0;
}
.modalwrap {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.modalwrap .actions {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.modalwrap .description {
  line-height: 29px;
  font-size: 20px;
  letter-spacing: -0.3px;
  font-weight: 500;
}
.ui.modal.archiveModal {
  top: auto;
  left: auto;
  height: auto;
}
.ui.modal.archiveModal {
  height: 300px;
}
.ui.modal.archiveModal .btn{
  padding: 9px 10px!important;
  box-shadow: none;
  border: 0;
}
.ui.modal.archiveModal .btn-primary:active{
  background: #0e347c;
  box-shadow: none;
}
.archiveModal .modalwrap .description, .archiveModal .loader_wrap h2 {
  display: none;
}
.studentActiveLoader .activateConfirmText, .studentActiveLoader .activeLoader {
  display: block!important;
}
.studentArchiveLoader .archiveConfirmText, .studentArchiveLoader .archiveLoader {
  display: block!important;
}
.archiveModal .loader_wrap h2 {
  font-size: 20px;
  padding: 30px 0 30px!important;
  text-align: center;
}
.archiveModal .loader_sub_div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.ui.modal.studentArchiveModal .close{
  top: 10px;
  right: 15px;
  padding: 10px;
}
.ui.modal.studentArchiveModal .close img{
  width: 17px;
  display: block;
  height: 17px;
}
.archiveErrorDiv {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.archiveErrorLoader {
  display: none;
  height: 100%;
  width: 100%;
}
.archiveErrorLoader h4 {
  font-size: 18px;
}
.rgt-header-table{
    display: flex;
    justify-content: flex-end;
    width: 45%;
    margin-left: auto;
}
.rgt-header-table .field{
  width: 290px!important;
}
.rgt-header-table .field input{
  border: 2px solid #8C8CAC!important;
  box-sizing: border-box;
  border-radius: 135px!important;
  padding: 9px 15px!important;
}
.student-pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  margin: 0;
}
.student-pagination li{
    position: relative;
    display: block;
    line-height: 1.25;
    margin: 0 3px;
}
.student-pagination li a{
  color: #8C8CAC;
  font-size: 14px;
}
.student-pagination li.active{
    border: 1px solid #00C2F3;
    border-radius: 25px;
    font-family: 'IBM Plex Sans';
    font-size: 14px;
    font-weight: 600;
}
.student-pagination li.disabled span{ 
  opacity: .6;
}
.student-pagination li.active span {
  color: #00C2F3;
  font-weight: 600;
}
.student-pagination li a,.student-pagination li > span{
  padding: 0.5rem 0.75rem;
  display: inline-block;
  color: #8C8CAC;
  font-family: 'IBM Plex Sans';
  font-size: 14px;
  font-weight: 600;
  text-decoration: none!important;
}
.student-pagination li.disabled a {
  opacity: 0.6;
  pointer-events: none;
}
.student-pagination li .fa{
    font-size: 11px;
}
.student-page-nav-wrap{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 20px 0;
    margin-left: auto;
}
.student-page-size{
    padding: 20px 0;
}
.ui.form.student-page-size .ui.dropdown{
    border: 1px solid #8C8CAC!important;
    box-sizing: border-box;
    border-radius: 4px!important;
    padding: 10px!important;
}
.student-page-size .ui.dropdown input{
    padding: 10px!important;
}
.student-page-size .ui.dropdown>.dropdown.icon{
    padding: 10px 4px!important;
}
.ui.form.student-page-size .ui.dropdown>.dropdown.icon:before{
    background-size: 21px!important;
}
.ui.form.student-page-size .ui.dropdown .text{
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400!important;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.005em;
    color: #052460!important;
}
.ui.form.student-page-size .ui.selection.dropdown .menu{
    border: 1px solid #8C8CAC!important;
    border-bottom: 0!important;
}
.ui.form.student-page-size .ui.selection.dropdown .menu>.item{
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400!important;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.005em;
    color: #052460!important;
}
.ui.form.student-page-size .ui.selection.dropdown .menu>.item:hover{
    background: #F7F0E6!important;
}
.student-list-page,
.application-list-page {
  padding: 25px 15px 0 25px;
}
.student-list-page .container-fluid,
.application-list-page .container-fluid {
  padding: 0;
}
.student-list-page .fixed-table-container,
.application-list-page .fixed-table-container {
  background: #FFFFFF;
  box-shadow: 0px 28px 50px rgba(5, 36, 96, 0.11);
  border-radius: 20px;
}
.stdSearchBtn,
.apcnSearchBtn,
.instiSearchBtn {
  border: 0;
  outline: none;
  position: absolute;
  top: 11px;
  left: 15px;
  background: transparent;
}
.rgt-header-table .field .number_input,
.search_by_school .field .number_input {
  padding-left: 40px!important;
}
.student-pagination li .fa-angle-double-left,.student-pagination li .fa-angle-double-right{
    font-size: 18px;
}
/* Students table - End */
/* Student document upload - starts here */
.file_upload_container .modal-dialog {
    /* max-width: 100%; */
    max-width: 1000px;
    margin: 49px auto 0;
}
.file_upload_container .modal-content {
  border-radius: 16px;
    /* min-height: calc(100vh - 50px); */
    /* padding-bottom: 50px; */
}
/* .file_upload_container .modal-header {
    border-bottom: 1px solid #42b87b;
} */
.req_lightbox .modal-header {
    padding: 25px 30px;
}
.req_lightbox .modal-body {
    padding-top: 0;
    margin-top: 0;
    padding: 24px 32px;
    display: flex;
}
.req_lightbox .modal-body {
    padding-top: 0;
    margin-top: -10px;
}
.delete_requirement_document .modal-body {
    margin-top: 25px;
}
.delete_doc_div .currentDocumentLabel {
  font-weight: 600;
}
.ui.form.review_form {
    max-width: 900px;
    width: 900px;
    margin: 0 auto;
}
.content_wrap {
    width: 100%;
    margin: 0 auto;
    max-width: 1024px;
}
.files {
    padding: 0px 20px 40px;
    background: #fff;
    /* box-shadow: 0px 2px 4px 2px rgb(0 0 0 / 11%); */
    border-radius: 20px;
}
.upload_wrap {
  border: 1px dashed #8C8CAC;
  border-radius: 8px;
  padding: 9px;
}
#upload {
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  flex-flow: column wrap;
  border-radius: 20px;
  justify-content: center;
  height: 250px;
}
.file_load_requirement {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
}
.file_load_requirement span {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    opacity: 0.5;
}
.file_load_requirement p {
    color: #404b51;
    font-size: 20px;
    margin: 10px 0;
    line-height: 1.2;
}
.separator {
    font-size: 20px;
    margin-bottom: 10px;
    color: #2f3046;
}
.file_browse {
    font-size: 16px;
}
.file_browse label {
    color: #3372b9;
    font-weight: bold;
    border-bottom: 1px solid #3372b9;
    cursor: pointer;
    margin: 0;
    transition: all ease 0.3s;
}
.docinfo {
  font-family: IBM Plex Sans;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.005em;
  text-align: center;
  color: #8c8c8c;
  transform: none;
  width: auto;
  position: static;
  max-width: 410px;
  margin-top: 24px;
}
.docinfo p {
  font-size: 11px !important;
}
.fileList {
    margin: 20px 0;
    counter-reset: my-sec-counter;
    list-style: none;
    padding: 0;
    line-height: 1.8;
    text-align: left;
}
.btn_wrap {
    text-align: center;
    margin: 20px 0 0;
}
/* file upload styles */

.content_wrap {
    width: 100%;
    margin: 0 auto;
    max-width: 1024px;
  }
  .fileList li {
    border: 1px solid #8c8cac;
    display: inline-block;
    padding: 10px 13px 10px 28px;
    border-radius: 6px;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .fileList li i {
    color: #e96453;
    font-size: 20px;
    padding: 10px;
  }
  .maxerrormsg, .formaterror h4 {
    color: #e96453;
    display: none;
    font-family: IBM Plex Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.005em;
    text-align: center;
    margin-bottom: 16px;
  }
  .close-icon {
    width: 12px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 13px;
    background: url(../assets/icons/x-red.svg) 0 4px no-repeat;
    opacity: 0.8;
    transition: all ease 0.3s;
  }
  .close-icon:hover {
    opacity: 1;
    width: 14px;
    height: 18px;
  }
  
  @keyframes uploading-arrow {
    0% {
      margin-bottom: -40%;
      opacity: 0;
    }
    20% {
      opacity: 1;
    }
    50% {
      opacity: 1;
    }
    75% {
      opacity: 0;
    }
    100% {
      margin-bottom: 10%;
    }
  }
  a.removeFile {
    display: inline-flex;
    /* width: 40px; */
  }
  .percent {
	font-size: 14px;
	line-height: 14px;
	margin-left:20px;
}



.progressbar-subdiv {
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 200px;
  }
  .progressbar-subdiv .progress_wrap .bar_wrap .bar_info {
    position: absolute;
    right: -15px;
    bottom: 0px;
    font-size: 18px;
    font-family: "Museo Sans 500";
  }
  .progressbar-subdiv .progress_wrap {
    height: auto;
    padding: 0;
  }
  .progress_wrap .bar {
    width: 80%;
    background: #c0c0c7;
    margin-left: 10px;
    margin-top: 0px;
    overflow: hidden;
    border-radius: 10px;
  }
  
  .progress_wrap .load {
    width: 0;
    height: 15px;
    background: rgb(49 111 181 / 87%);
    transition: width 0.6s ease;
  }
  .progress_wrap .load.completed {
    background: #42b87b;
  }
  .progress_wrap {
    width: 100%;
    padding: 30px;
    height: 400px;
  }
  .progress_wrap .progress_content h2 {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    font-size: 22px;
  }
  .progress_wrap .progress_content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    height: 100%;
    width: 100%;
  }
  .progress_wrap .bar_wrap {
    width: 100%;
    position: relative;
  }
  .progress_wrap .bar_wrap .bar_info {
    position: absolute;
    right: 15px;
    bottom: 2px;
    font-size: 18px;
    font-family: "Museo Sans 500";
  }
  #visaCompletion_Modal.ui.modal > .header {
    font-size: 20px;
  }
  
  .footer--shortcuts {
    background-color: #2f3046;
    padding: 41px 0;
    color: #fff;
  }
  .prf_bar .bar.progressWhite {
    background: #ffffff !important;
  }
  .upload-icon {
    position: relative;
    overflow: hidden;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 0 -2px 6px;
    display: none;
  }
  .upload-icon svg.upoad-box {
    width: 30px;
  }
  .upload-icon svg.upload-arrow {
    left: 8px;
    position: absolute;
    opacity: 0;
    bottom: -10%;
    animation: uploading-arrow 1.5s ease-out infinite;
  }
  .success-icon {
      margin-left: 15px;
      margin-top:-6px;
  }

  .success-icon,
  .upload-proggress {
    display: none;
  }
  .upload-proggress-open {
      display: inline-block;
      line-height: 14px;
  }
  
  .checkmark {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #4bb71b;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #4bb71b;
    animation: fill 0.4s ease-in-out 0.4s forwards,
      scale 0.3s ease-in-out 0.9s both;
    position: relative;
    top: 4px;
    right: -3px;
    margin: 0 auto;
  }
  .checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #4bb71b;
    fill: #fff;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
  }
  
  .checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
  }
  
  @keyframes stroke {
    100% {
      stroke-dashoffset: 0;
    }
  }
  
  @keyframes scale {
    0%,
    100% {
      transform: none;
    }
  
    50% {
      transform: scale3d(1.1, 1.1, 1);
    }
  }
  
  @keyframes fill {
    100% {
      box-shadow: inset 0px 0px 0px 30px #4bb71b;
    }
  }
  .btn-primary.disabled,
  .btn-primary:disabled {
    color: #fff;
    background-color: #3d9467;
    border-color: #3d9467;
  }
  
  .toast_wrap {
    /* position: fixed;
    right: 10px;
    bottom: 30px; */
    margin: auto;
    width: 40%;
    max-width: 360px;
    z-index: 9999;
  }
  .toast_wrap .toast {
    position: relative;
    box-shadow: none;
    border: 0;
  }
  .toast_wrap .toast-header {
    position: absolute;
    right: auto;
    top: 16px;
    border: 0;
    padding: 0.25rem 10px;
    background-color: transparent;
    left: 0;
  }
  #fileUploadLightbox .toast .toast-body {
    padding-right: 10px;
    padding-left: 36px;
  }
  #fileUploadLightbox .toast_wrap .toast-header {
    left: 4px;
  }

  .toast.fileSizewrap .toast-body {
    background: rgb(233 100 83 / 30%);
    color: #b90000;
  }
  .toast_wrap .toast-header button {
    margin: 0 !important;
  }
  .toast_wrap .toast-body b {
    word-break: break-all;
  }
  .upload-error {
    display: none;
  }
  .upload-error svg {
    width: 30px;
    height: 20px;
    opacity: 0.7;
  }
  
  .fileList li.file-error {
    /* text-decoration: line-through; */
    color: rgb(255 0 0 / 40%);
  }
  #successDialog .modal-content {
    text-align: center;
  }
  #successDialog .modal-content .modal-header h5 {
    width: 100%;
  }
  #successDialog .modal-content button.close {
    font-size: 40px;
    padding: 5px 20px;
  }
  
  #successDialog .modal-content .btn {
    min-width: 120px;
    margin: 0 10px;
  }
  .toast .toast-body {
    background: rgb(72 67 67 / 8%);
    padding-right: 2rem;
  }
  .toast.fileSizewrap .toast-body {
    background: none;
    color: #b90000;
    padding-right: 0px;
    padding-left: 36px;
  }
  #fileUploadLightbox .toast.fileSizewrap .toast-body,
  #fileUploadLightbox .toast.fileFormatewrap .toast-body  {
    background: rgb(233 100 83 / 30%);
    color: #b90000;
  }
  #upload.is-dragover {
    background-color: rgb(66 184 123 / 10%);
  }
  #upload .loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
  }
  .fa-spinner:before {
    content: "\f110";
  }
  .fa-chevron-down:before{
    content: "\f078";
  }
    .fa-pulse {
        -webkit-animation: fa-spin 1s infinite steps(8);
        animation: fa-spin 1s infinite steps(8);
    }
    @-webkit-keyframes fa-spin {
        0% {
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
        }
        100% {
          -webkit-transform: rotate(359deg);
          transform: rotate(359deg);
        }
      }
      @keyframes fa-spin {
        0% {
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
        }
        100% {
          -webkit-transform: rotate(359deg);
          transform: rotate(359deg);
        }
      }
  #upload .loader .fa-spinner {
    margin-top: 0.5em;
  }
  .file_load_requirement {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
  }
  .fileList {
    margin: 20px 0;
    counter-reset: my-sec-counter;
    list-style: none;
    padding: 0;
    line-height: 1.8;
    text-align: left;
  }
  .fileList li::before {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter) ". ";
  }
  .fileList li:after {
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    left: 8px;
    top: 16px;
    background: url(../assets/icons/fi_file-text.svg) 0 0 no-repeat;
  }
  .file_load_requirement span {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    opacity: 0.5;
  }
  .separator {
    font-size: 14px;
    margin-bottom: 0px;
    color: #052460;
    line-height: 18.2px;
  }
  .file_browse {
    font-size: 14px;
  }
  .file_browse label {
    color: #3372b9;
    font-weight: bold;
    border-bottom: 1px solid #3372b9;
    cursor: pointer;
    margin: 0;
    transition: all ease 0.3s;
  }
  .file_browse label:hover {
    border-color: transparent;
  }
  .btn_wrap {
    text-align: center;
    margin: 20px 0 0;
  }
  .btn_wrap .btn:first-child {
    margin-right: 20px;
  }
  .navbar {
    padding: 13px;
    /* border: 1px solid rgba(151, 151, 151, 0.24); */
  }
  .login_user_name .right-user-prfl {
    border: 1px solid #271D73;
    background: #FFF;
    width: 40px;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0px !important;
  }
  .login_user_name  .right-user-prfl span {
    color: #271D73;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.07px;
  }
  .login_user_name .right-user-prfl:hover,
  .login_user_name .right-user-prfl.user_prof_opened {
    background: #271D73;
  }
  .login_user_name .right-user-prfl:hover span,
  .login_user_name .right-user-prfl.user_prof_opened span {
    color: #fff;
  }
  .logout_btn {
    color: #9BA7BF;
    text-align: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.055px;
  }
  .logout_btn:hover {
    color: #271D73;
  }
  .logout_btn:hover svg path {
    fill: #271D73;
  }
  .navbar.white_bg_header {
    padding: 10px 13px 11px;
    box-shadow: 0px 28px 50px rgb(5 36 96 / 11%);
    margin-bottom: 30px;
  }
  header .navbar.white_bg_header .navbar-brand {
    padding: 0px;
  }
  .navbar.white_bg_header .nav_rgt > li {
    padding: 5px 10px;
  }
  .bg-light {
    background-color: #f8f9fa !important;
  }
  .files h2 {
    font-size: 18px;
  }
  .file_load_requirement p {
    color: #052460;
    font-size: 14px !important;
    margin: 22px 0 0;
    line-height: 18px;
  }
  .file-upload {
    background: url("../assets/icons/share-black.svg") 0 0 no-repeat;
  }
  .view_document .modal-content {
    min-height: calc(100vh - 50px);
  }
  .prf_pod .prf_file_dsp {
    width: 234px !important;
    background: #edf5fe;
  }
  .prf_file_show .doc_upload .doc_label {
    width: 234px !important;
    background: #fff;
  }
  .prf_pod .prf_file_dsp span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 8px;
    cursor: pointer;
  }
  .personal_tab .profile_btn_formTop {
    position: absolute;
    top: -49px;
    right: 0;
    z-index: 1;
  }
  .prf_file_dsp span {
    float: right;
}
.prf_pod .prf_file_dsp .file_close {
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    background-size: 18px !important;
    cursor: pointer;
    background: url(../assets/icons/x-black.svg) no-repeat center center/cover;
    min-width: 10px;
    margin-top: 5px;
}
.prf_passport_pod .prf_file_dsp .file_close {
    cursor: pointer;
}
.file_upload_wrap .prf_pod {
    width: 100% !important;
    display: block;
    padding: 0px 10px;
}
.file_upload_wrap .study_title_wrap {
    margin-top: 25px;
}
.profile_file_wrap > .file_clone_div {
    display: inline-block;
    width: 48%;
}
.profile_file_wrap > .file_clone_div .prf_pod {
    padding: 0px 10px;
}
.btn.disabled-btn {
    opacity: .5;
    pointer-events: none;
    cursor: auto;
}
.stdtPrf_innercontent .file_upload_wrap .prf_pod {
    padding-left: 0;
    margin-left: 0px !important;
}
.stdtPrf_innercontent .profile_file_wrap > .file_clone_div {
    padding: 5px 0;
}
.appln_id {
    font-size: 20px;
    line-height: 29px;
    letter-spacing: -0.3px;
    color: #052460;
    padding-bottom: 24px;
}
/* .sub_prof_wrap .row_blue_lft.file_upload_wrap {
    display:none;
} */
  /* file upload styles */
/* Student document upload - ends here */
/*-- User options top right --*/
header .navbar .navbar-brand {
  margin-left: auto;
  display: flex;
  align-items: center;
  margin-right: 0px;
  padding-top: 0px;
}
header .navbar .navbar-brand .logowrap {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
  display: none;
}
header .navbar .navbar-brand .logowrap img {
  width: 32px;
  height: 32px;
}
.right-user-prfl {
  display: flex;
  align-items: center;
  font-size: 14px;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.right-user-prfl h3 {
  font-size: 16px;
  color: #052460;
}
.right-user-prfl p {
  font-size: 12px;
}
.right-user-prfl i {
  margin-left: 15px;
}
.user-img-top {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background: #052460;
  display: flex;
  align-items: center;
  text-align: center;
  margin-right: 10px;
}
.user-img-top img {
  margin: auto;
}
header .navbar .navbar-brand img {
  width: 20px;
}
header.home-header .navbar .navbar-brand img {
  width: auto;
}
.user-com-info {
  text-align: center;
  background: #052460;
  color: #fff;
}
.user-com-info h3 {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
}
.logout_btn,.logout_btn:hover{
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}
.nav-partner-id{
  font-size: 13px;
  padding-bottom: 3px;
}
.nav-partner-id:last-child{
  padding-bottom: 0;
}
.nav-partner-id span{
  font-size: 13px;
  display: inline-block;
  margin-right: 5px;
}
.user-team-info {
  max-height: 313px;
  overflow-y: auto;
}
.user-team-info h5 {
  color: #052460;
  font-size: 16px;
  line-height: 16px;
  padding: 16px 16px 16px 0;
  margin: 0 0 4px;
}
.user-team-info p {
  margin-bottom: 10px;
  white-space: normal;
  margin: 0!important;
  padding: 8px 10px 12px!important;
  font-size: 13px!important;
}
.user-team-info .item .item {
  border-bottom: 1px solid rgba(151, 151, 151, 0.24);
  padding: 5px 0px 0px;
}
.user-team-info .item .item:nth-child(even) {
  background-color: rgba(197, 225, 232, 0.3);
  font-size: 15px;
  margin: 0;
}
.logout-opt{
  text-align: center;
  color: #052460;
  box-shadow: 0 -2px 4px 0 rgb(0 0 0 / 10%);
}
.user-menu li.logout-opt span {
  padding-left: 5px;
}
.nav_rgt {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.nav_rgt .user-menu {
    padding-left: 0px;
    width: 320px;
    max-width: 320px;
}
.nav_rgt li {
  display: inline-block;
  padding: 10px;
  position: relative;
}
.nav_rgt li:first-of-type {
  padding-left: 0;
}
.nav_rgt .list-group {
  display: none;
  position: absolute;
  top: 110%;
  right: 0px;
  width: auto;
  background-color: #ffffff;
  box-shadow: 0 22px 42px 0 rgba(0, 0, 0, 0.3);
  z-index: 999;
}
.nav_rgt .list-group-item {
  background: #ffffff;
  border: 0;
  border-bottom: 1px solid #c0c0c754 !important;
  padding: 23px 34px;
  font-family: "Museo Sans 300";
  font-size: 14px;
  line-height: 17px;
  color: #2f3046;
  text-align: center;
}
.nav_rgt .list-group .fa-caret-up {
  color: #052460;
  position: absolute;
  top: -19px;
  right: 22px;
  text-shadow: 0px -1px 1px #052460;
}
.nav_rgt .list-group li {
    padding: 20px;
}
.nav_rgt .list-group .fa-caret-up:before {
  content: "\f0d8";
  font-family: "FontAwesome";
  font-size: 30px;
  box-shadow: 0 8px 5px -24px rgb(83 75 109 / 87%);
  color: #052460;
}
.nav_rgt a {
  transition: 0.3s all;
}

.nav_rgt .list-group-item.active {
  cursor: default;
}

.nav_rgt .user-menu li {
  display: block;
}
.nav_rgt_mnu {
  cursor: pointer
}
/* Tick loader - Start */
#successAnimation{
    display: none;
    width: 130px;
    height: 130px;
}
@-webkit-keyframes scaleAnimation {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes scaleAnimation {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes drawCircle {
  0% {
    stroke-dashoffset: 151px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes drawCircle {
  0% {
    stroke-dashoffset: 151px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes drawCheck {
  0% {
    stroke-dashoffset: 36px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes drawCheck {
  0% {
    stroke-dashoffset: 36px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#successAnimationCircle {
  stroke-dasharray: 151px 151px;
  stroke: #00FF85;
}

#successAnimationCheck {
  stroke-dasharray: 36px 36px;
  stroke: #00FF85;
}
#successAnimationCheck.successAnimationCheck_blue {
  stroke: #052460;
}
#successAnimationResult {
  fill: #00FF85;
  opacity: 0;
}

#successAnimation.animated {
  -webkit-animation: 1s ease-out 0s 1 both scaleAnimation;
          animation: 1s ease-out 0s 1 both scaleAnimation;
}
#successAnimation.animated #successAnimationCircle {
  -webkit-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle, 0.3s linear 0.9s 1 both fadeOut;
          animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle, 0.3s linear 0.9s 1 both fadeOut;
}
#successAnimation.animated #successAnimationCheck {
  -webkit-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck, 0.3s linear 0.9s 1 both fadeOut;
          animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck, 0.3s linear 0.9s 1 both fadeOut;
}
#successAnimation.animated #successAnimationCheck.successAnimationCheck_blue {
  -webkit-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck, 0.3s linear 0.9s 1 both;
          animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck, 0.3s linear 0.9s 1 both;
}
#successAnimation.animated #successAnimationResult {
  -webkit-animation: 0.3s linear 0.9s both fadeIn;
          animation: 0.3s linear 0.9s both fadeIn;
}
/* Tick loader - End */
.ele_hide {
    display:none;
}
.ui.form .error.message {
    display: block;
}
.ui.form .success.message {
  display: block;
  min-height: auto;
  margin-bottom:0px;
}
.ui.form .success.message p {
  margin-bottom: 0;
  line-height: 20px;
  margin-right: 10px;
  margin-top: 3px;
}
.ui.form .success.message.password_reset_success {
  margin-bottom: 20px;
  margin-top: 0px;
}
.file_upload_success .success_cont {
  display: flex;
}
.doc_upload {
  display: flex;
  justify-content: space-between;
}
.doc_upload .upload_box {
  position: relative;
  margin-top: 15px;
  width: 190px;
}
.doc_upload .doc_label, .doc_upload label {
  border: 1px solid rgba(151,151,151,0.22);
  border-radius: 6px;
  padding: 6px 10px;
  width: 190px;
  margin-bottom: 10px;
  cursor: pointer;
  display: inline-block;
}
.doc_upload .file_load {
  display: flex;
  font-size: 14px;
  color: #404B51;
  word-break: break-word;
  align-items: center;
}
.file_load span {
  width: 11px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  background-size: contain;
}
.file_load p {
  width: calc(100% - 25px);
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 9px;
  margin: 0;
  color: #404B51;
  font-size: 11.92px;
  line-height: 15.32px;
}
.doc_upload .cls {
  background-size: 9px;
  cursor: pointer;
}
.cls {
  background: url(../assets/icons/x-black.svg) no-repeat center center/cover;
}
.cls-red {
  background: url(../assets/icons/x-red.svg) no-repeat center center/cover;
}
.file-upload {
  background: url(../assets/icons/fi_file.svg) 0 0 no-repeat;
}
.file-text {
  background: url(../assets/icons/file-text.svg) 0 0 no-repeat;
}
.check-circle {
  background: url(../assets/icons/check-circle.svg) 0 0 no-repeat;
}
/*-- Application details page new design --*/
.apcn_head_left h4.apcn_clipboard {
  font-size: 14px;
  font-weight: 500 !important;
}
.apcn_clipboard {
  background: rgba(5, 36, 96, 0.1);
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 8px;
  border-radius: 4px;
  margin-bottom: 20px;
  margin-right: 12px;
}
.apcn_clipboard_item span {
  font-size: 17px;
}
.apcn_clipboard .apcn_clipboard_item_cont {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.apcn_clipboard .apcn_clip_copy {
  cursor: pointer;
}
.apcn_clipboard_item p {
  color: rgba(5, 36, 96, 1) !important;
  font-weight: 400 !important;
  font-size: 17px !important;
}
.apcn_clipboard_item span {
  font-weight: 500;
}
.apcn_clip_copied {
  width: 16px;
    height: 16px;
    background: #efebeb;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}
.apcn_head_block {
  background: #F8F8F8;
  box-shadow: 0px 28px 50px rgba(5, 36, 96, 0.11);
  border-radius: 8px;
  display: flex;
  padding: 16px;
  margin-bottom: 16px;
  align-items: center;
}
.apcn_head_left {
  min-width: 320px;
  text-align: center;
  border-right: 4px solid #8C8CAC;
  flex-grow: 1;
}
.apcn_head_left p {
  font-family: IBM Plex Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.005em;
  color: #c4c4c4;
}
.apcn_head_left h3 {
  font-family: IBM Plex Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 31px;
  letter-spacing: -0.015em;
}
.apcn_head_left h4 {
  font-family: IBM Plex Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.025em;
  background: transparent;
}
.apcn_head_left p.apcn_pro_weight {
  font-family: IBM Plex Sans;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.005em;
  color: #052460;
}
.apcn_head_left .progress {
  max-width: 150px;
  margin: 32px auto 10px;
  height: 34px;
  border-radius: 17px;
  position:relative;
  background: rgba(7, 204, 109, 0.4);
  cursor: pointer;
}
.apcn_head_left .progress .progress-bar {
  background: #07CC6D;
}
.apcn_head_left .progress span {
  position: absolute;
  display: block;
  width: 100%;
  color: #052460;
  font-family: IBM Plex Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.005em;
}
.apcn_head_right {
  padding-left: 40px;
  flex-grow: 1;
}
.insti_hdflx {
  display: flex;
  margin-bottom:28px;
  align-items: center;
}
.insti_hdflx .insti_hlft {
  min-width: 89px;
  width: 89px;
  height: 89px;
  border-radius: 50%;
  padding: 8px;
  border: 0.700787px solid #8C8CAC;
}
.insti_hdflx .insti_hlft .insti_hlogo {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 10px;
}
.insti_hdflx .insti_hlft img {
  width: 100%;
}
.insti_hdflx .insti_hmdl {
  padding-left: 30px;
}
.insti_hdflx .insti_hmdl h3 {
  margin-bottom: 0;
  font-family: IBM Plex Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 31px;
  letter-spacing: -0.015em;
  text-align: left;
  color: #052460;

}
.insti_hdflx .insti_hmdl .insti_cntry .insti_cntry_name {
  font-family: IBM Plex Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.025em;
}
.insti_star .stud_ratng_val {
  font-size: 16px;
  color: #008260;
  line-height: 24px;
  font-weight: 500;
  font-family: "BuenosAires-Regular";
  padding-left: 10px;
  position: absolute;
  right: -47px;
  top: 6px;
} 
.apcn_fees_structure {
  padding: 16px;
  border: 1px solid #8c8cac;
  border-radius: 8px;
}
.apcn_fees_structure .apcn_fees_detail p {
  font-family: IBM Plex Sans;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.005em;
  text-align: left;
  margin-bottom: 10px;
  color: #052460;
}
.apcn_fees_structure .apcn_fees_detail h5 {
  font-family: IBM Plex Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.005em;
  text-align: left;
  color: #052460;
}
.apcn_tracking_details {
  background: #F8F8F8;
  border-radius: 8px;
  padding:42px 8px 2px;
  text-align: center;
  margin-bottom: 16px;
  box-shadow: 0px 28px 50px rgb(5 36 96 / 11%);
}
.apcn_tracking_details .apcn_tracking_item {
  position: relative;
  flex-grow: 1;
  flex-basis: 0;
  margin-bottom: 28px;
}
.apcn_tracking_details .apcn_tracking_item.apcn_on_hold {
  position: relative;
}
.apcn_tracking_details .apcn_tracking_item.apcn_on_hold .on_hold_text {
  position: absolute;
  bottom: 110%;
  left: 0;
  width: 100%;
  color: #FE7A00;
  font-size: 11px;
  font-weight: normal;
}
.apcn_tracking_details .apcn_tracking_item.apcn_on_hold h5 {
  color: #FE7A00;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.apcn_tracking_details .apcn_tracking_item.apcn_on_hold p {
  color: #FE7A00;
  background: #FE7A00;
  width: 18px;
  height: 18px;
}
.apcn_tracking_details .apcn_tracking_item .apcn_subStage h5 {
  font-size: 11px;
}
.apcn_tracking_details .apcn_tracking_item p {
  font-family: IBM Plex Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.015em;
  text-align: center;
  border: 1px solid #07CC6D;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin: auto;
  line-height: 22px;
  background: #07CC6D;
  color:#052460;
  margin-bottom: 8px;
  position:relative;
  z-index: 99;
}
.apcn_tracking_details .apcn_tracking_item.active p {
  border: 2px solid #052460;
  color: #052460;
  background: #f8f8f8;
}
.apcn_tracking_details .apcn_tracking_item.error-class p {
  font-family: IBM Plex Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.015em;
  text-align: center;
  border: 2px solid #e50505;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin: auto;
  line-height: 22px;
  background: #e50505;
  color:#e50505;
  margin-bottom: 8px;
  position:relative;
  z-index: 99;
}
.apcn_tracking_details .apcn_tracking_item.active ~ .apcn_tracking_item p {
  border: 1px solid #8C8CAC;
  color: #8C8CAC;
  background: #f8f8f8;
}
.apcn_tracking_details .apcn_tracking_item.active ~ .apcn_tracking_item h5 {
  color: #8C8CAC;
}
.apcn_tracking_details .apcn_tracking_item:before {
  content:'';
  width: 100%;
  height:2px;
  border-top: 1px dashed #c4c4c4;
  position:absolute;
  top: 12px;
  left: -50%;
}
.apcn_tracking_details .apcn_tracking_item:first-child::before {
  display: none;
}
.apcn_tab_section {
  width: 100%;
  background: #FFF;
  border-radius: 8px;
  padding:30px;
  box-shadow: 0px 28px 50px rgba(5, 36, 96, 0.11);
}
.apcn_doc_tab .apcn_doc_tab_link {
  border: 0px;
  margin-bottom: 35px;
  gap: 30px;
}
.apcn_doc_tab .apcn_doc_tab_link .nav-item a {
  font-family: IBM Plex Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: -0.015em;
  text-align: center;
  color: #8C8CAC;
  padding: 0;
  padding-bottom: 10px;
  border: 0px;
  font-weight: 600;
  transition: all ease 0.3s;
}
.apcn_doc_tab .apcn_doc_tab_link .nav-item a span.badge {
  border-radius: 50%;
  font-size: 12px;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FF4444;
  color: #FFF;
}
.search_filter_option h4 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 400!important;
}
.search_filter_option .btn-primary,
.search_filter_option .btn-dark {
  min-width: auto;
  padding: 8px 32px;
  font-size: 14px;
}
.ui.form.course_search_with_aply {
  max-width: calc(100% - 100px);
}
.course_ftr_aply_btn {
  position: absolute;
  right: 0;
  top: -59px;
}
.apcn_doc_tab .apcn_doc_tab_link .nav-item a.active {
  color: #052460;
  border-bottom: 4px solid #052460;
}
.apcn_doc_tab .apcn_doc_tab_link .nav-item a.nav-link:not(.active):hover {
  color: #052460;
  opacity: 0.8;
}
.apcn_tab_cont_head h4 {
  font-family: IBM Plex Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.025em;
}
.badge-primary {
  background: rgba(0, 102, 254, 0.2);
  color: #052460;
  border: 0.5px solid #0066FE;
}
.badge-warning {
  background: rgba(254, 152, 0, 0.2);
  color: #052460;
  border: 1px solid #FE9800;
}
.badge-danger {
  background: rgba(255, 58, 61, 0.2);
  color: #052460;
  border: 1px solid #FF3A3D;
}
.badge-success {
  background: rgba(0, 206, 181, 0.2);
  border: 1px solid #00CEB5;
  color: #052460;
}
.badge-info {
  color: #054360;
  background-color: rgba(23, 162, 184, 0.4);
  border: 1px solid #21a4b9;
  margin-left: 10px;
}
.text-success {
  color: #00CEB5 !important;
}
.text-primary {
  color: #0066FE !important;
}
.text-warning {
  color: #FE9800 !important;
}
.text-danger {
  color: #FF3A3D !important;
}
.apcn_tab_cont_head .status_wrap {
  margin-top: 10px;
  margin-bottom:48px;
}
.apcn_tab_cont_head .status_wrap .badge {
  box-sizing: border-box;
  border-radius: 16px;
  padding: 16px;
  min-width: 150px;
  margin-right: 16px;
  font-family: IBM Plex Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.005em;
  text-align: center;
}
.apcn_tab_cont_head .status_wrap .badge .status_count {
  display:block;
  font-family: IBM Plex Sans !important;
  font-size: 33px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 43px;
  letter-spacing: -0.035em;
  text-align: center;
}
.apcn_doc_list .apcn_doc_detail_cont {
  display: flex;
  justify-content: space-between;
  background: #F8F8F8;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.18);
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
  border-left: 4px solid #0066FE;
}
.apcn_doc_list .apcn_doc_detail_cont.apcn_doc_pending {
  border-left: 4px solid #FE9800;
}
.apcn_doc_list .apcn_doc_detail_cont.apcn_doc_submitted {
  border-left: 4px solid #0066FE;
}
.apcn_doc_list .apcn_doc_detail_cont.apcn_doc_denied {
  border-left: 4px solid #FF3A3D;
}
.apcn_doc_list .apcn_doc_detail_cont.apcn_doc_accepted {
  border-left: 4px solid #00CEB5;
}
.apcn_doc_list .apcn_doc_detail_cont .media .media-body {
  padding-left: 32px;
  align-items: flex-start;
  padding-right: 16px;
}
.apcn_doc_list .apcn_doc_detail_cont .media .media-body h5 {
  font-family: IBM Plex Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #052460;
  margin-bottom: 4px;
}
.apcn_doc_list .apcn_doc_detail_cont .media .media-body p {
  font-family: IBM Plex Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.005em;
  color: #8c8c8c;
  margin-bottom: 5px;
}
.apcn_doc_list .apcn_doc_detail_cont .media .media-left img {
  max-width: 24px;
  max-height: 24px;
}
.apcn_doc_list .apcn_doc_detail_cont .media .media-body .media-cont {
  margin-right: 10px;
}
.apcn_doc_list .apcn_doc_detail_cont .media .media-body .badge {
  padding: 8px;
  font-size: 14px;
  font-weight: 400;
}
.apcn_doc_list .apcn_doc_detail_cont .btn-ghost {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 32px;
  border: 0.5px solid #052460;
  box-sizing: border-box;
  border-radius: 20px;
}
.apcn_doc_list .apcn_doc_detail_cont .apcn_doc_upload {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  justify-content: space-between;
}
.profile_tab .download_template_document {
  padding: 10px;
  border-radius: 5px;
  background: #e9e9e9;
  box-shadow: 0px 28px 42px rgb(5 36 96 / 11%);
}
.profile_tab .download_template_document a.btn.btn-ghost {
  font-size: 14px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.apcn_doc_list .download_template_document .btn-ghost {
  max-width: 110px;
  font-size: 14px;
  padding: 6px 10px;
}
.download_template_document a.btn.btn-ghost:hover path {
  stroke: #FFF;
}
.apcn_doc_list .apcn_doc_detail_cont .btn-ghost img.fi_upoad_white{
  display: none;
}
.apcn_doc_list .apcn_doc_detail_cont .btn-ghost:hover img.fi_upoad_white{
  display: inline-block;
}
.apcn_doc_list .apcn_doc_detail_cont .btn-ghost:hover img.fi_upoad_blue {
  display: none;
}
.apcn_doc_list .apcn_doc_detail_cont .apcn_doc_upload #accordion {
  text-align: right;
}
.apcn_doc_list .apcn_doc_detail_cont .apcn_doc_upload h5 {
  font-family: IBM Plex Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.005em;
  text-align: center;
  margin-top:8px;
  cursor: pointer;
  text-align: right;
  display: inline-block;
}
.apcn_doc_list .apcn_doc_detail_cont .apcn_doc_upload h5 .show_count {
  background: #FF4444;
  min-width: 21px;
  height: 21px;
  border-radius: 50%;
  line-height: 21px;
  display: inline-block;
  margin-left: 10px;
  text-align: center;
}
.apcn_doc_detail .accod_card_cont {
  border: 1px solid rgba(140, 140, 172, 0.5);
  box-sizing: border-box;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 16px;
}
.apcn_doc_detail .accod_card_cont:last-child {
  margin-bottom: 26px;
}
.apcn_doc_detail .accod_card_cont h4 {
  font-family: IBM Plex Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.025em;
  text-align: left;
  margin-bottom: 10px;
}
.apcn_doc_detail .accod_card_cont {
  max-width: 90%;
  margin-left: auto;
}
.apcn_doc_detail .accod_card_cont .media .media-body {
  padding-left: 8px;
}
.apcn_doc_status {
  margin-right: 40px;
}
.apcn_doc_detail .accod_card_cont .apcn_doc_comments .media-cont {
  max-width: 366px;
}
.apcn_status_btn .btn-ghost {
  padding: 8px 12px 11px;
  color: #052460 !important;
}
.apcn_status_btn .btn-ghost:hover {
  color: #fff !important;
}
.apcn_status_btn .btn-ghost span,
.apcn_status_btn .btn-secondary span {
  position: relative;
  padding-left: 34px;
}
.apcn_status_btn .btn-ghost span:before {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  background: url(../assets/icons/congrats.svg) 0 0 no-repeat;
  width: 24px;
  height: 24px;
}
.apcn_status_btn .btn-secondary span:before {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  background: url(../assets/icons/congrats-send.svg) 0 0 no-repeat;
  width: 24px;
  height: 24px;
}
.visible-xs {
  display: none;
}
.apcn_activity_list {
  margin-top: 48px;
}
.activity_shortlist .ui.selection.dropdown {
  border-radius: 20px;
}
.activity_date {
  font-family: IBM Plex Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.005em;
  margin-bottom: 16px;
}
.activity_item {
  border-bottom: 4px solid rgba(140, 140, 140, 0.2);
  padding-bottom: 24px;
  margin-bottom: 40px;
}
.activity_item:last-child {
  border-bottom: 0px;
}
.day_activity {
  display: flex;
  margin-bottom: 16px;
  
}
.activity_status {
  padding: 0px 48px;
}
.activity_status img {
  display: none;
}
.activity_status.activity_approved .activity_approved_img {
  display: block;
}
.activity_status.activity_rejected .activity_rejected_img {
  display: block;
}
.activity_status.activity_updated .activity_update_img {
  display: block;
}
.activity_time {
  color: #8c8c8c;
  white-space: nowrap;
  min-width: 90px;
}
.activity_comment p {
  margin-bottom: 0px;
  font-family: IBM Plex Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.025em;
}
.activity_comment span {
  color: #8c8c8c;
  font-size: 14px;
}
.activity_list_all .btn-ghost {
  margin-left: auto;
  margin-right: 0;
  padding: 8px 32px;
  font-size: 14px;
  color: #052460 !important;
  min-width: auto;
}
.activity_list_all .btn-ghost:hover {
  color: #fff !important;
}
.apcn_activity_list.has_more .activity_item:nth-child(5) ~ .activity_item {
  display: none;
}
#activities .loader_wrap {
  width: 100%;
  padding: 80px 0 100px;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 28px 42px rgb(5 36 96 / 11%);
  margin-bottom: 30px;
}
#activities .loader_wrap h2{
  margin-top: 32px;
  font-family: IBM Plex Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 31px;
  letter-spacing: -0.015em;
  text-align: center;
}
.dimmed.dimmable>.ui.animating.dimmer,
.dimmed.dimmable>.ui.visible.dimmer,
.ui.active.dimmer {
  z-index: 9999;
}
.loader_model {
  z-index: 9999;
}
.loader_model .modal-content {
  
  border-radius: 16px;
}
.loader_model .modal-content .modal-body {
  padding: 65px;
}
.loader_model .modal-content h1 {
  margin-top:32px;
  font-family: IBM Plex Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 31px;
  letter-spacing: -0.015em;
  text-align: center;
}
.prf_file_dsp {
  width: 223px;
  border: 1px solid rgba(151, 151, 151, 0.22);
  border-radius: 6px;
  background-color: #ffffff;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  width: 234px !important;
  background: #edf5fe;
}
.prf_file_dsp .file_close {
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  background-size: 18px !important;
  cursor: pointer;
  background: url(../assets/icons/x-black.svg) no-repeat center center/cover;
  min-width: 10px;
  margin-top: 5px;
}
.prf_file_show .doc_upload .doc_label {
  width: 234px !important;
  background: #fff;
}
.prf_file_dsp span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 8px;
  cursor: pointer;
}
.btn-withdraw{
  padding: 8px 16px;
  min-width: 150px;
  border: 0.5px solid #FF4444;
  border-radius: 72px;
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #FF4444;
  outline: 0;
}
.btn-withdraw:hover{
  color: #FF4444;
}
.withdrawform h2{
  font-weight: 600!important;
  font-size: 25px;
  line-height: 33px;
  padding: 0 107px;
  text-align: center;
  letter-spacing: -0.045em;
  color: #052460;
  margin-bottom: 10px;
}
.withdrawform label{
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.025em;
  color: #052460;
}
.apcn_withdraw h3,
.apcn_withdraw_text span {
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.025em;
  color: #FF4444;
}
.apcn_withdraw p{
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.005em;
  color: #8C8CAC;
}
.tool_tip_info{
  display: inline-block;
  cursor: pointer;
}
.tool_tip_info:hover .tip_show{
  display: block;
}
.tip_show{
  display: none;
  padding: 12px;
  background: #FFFFFF;
  box-shadow: 0px 28px 42px rgb(5 36 96 / 11%);
  position: absolute;
  left: 0;
  top: 41px;
  z-index: 1;
  width: 350px;
  border-radius: 8px;
}
.tip_show h3{
  font-weight: 600;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: -0.015em;
  padding-bottom: 10px;
}
.tip_show p:nth-of-type(1){
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.025em;
}
.tip_show p:nth-of-type(2){
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.005em;
  color: #8C8CAC;
}
.apcn_withdraw{
  position: relative;
}
.apcn_withdraw .tip_show p{
  font-size: 14px;
}
.applicationWithdraw .loader_sub_div{
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.applicationWithdraw .loader_wrap h2{
  font-size: 26px;
  text-align: center;
  padding: 50px 0;
}
.disable_application .apcn_doc_upload .btn-ghost,.disable_application .prf_file_dsp .file_close{
  pointer-events: none;
  opacity: .5;
}
.applicationWithdraw .error-sub-div{
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.applicationWithdraw .error-sub-div p{
  font-size: 26px!important;
  text-align: center;
  font-weight: 500;
}
.withdrawform .btn-primary:active {
  background: #0e347c!important;
  box-shadow: 0 0 0 0.2rem #0e347c94!important;
}
.withdrawform .field.error .number_input{
  border-color: #9f3a38!important;
}
/* University Search Starts */
.card-univ_pod {
  min-height: 209px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: space-between;
  color: #052460!important;
  text-decoration: none!important;
  transition: .3s all;
  height: 100%;
  background: #F8F8F8;
  box-shadow: 0px 28px 50px rgb(5 36 96 / 11%);
  border-radius: 16px;
  border: 0;
  padding: 30px;
}
.card-univ_pod .univ-logo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 20px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #F8F8F8;
  padding: 0;
  overflow: hidden;
}
.card-univ_pod .univ-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  padding: 4px;
}
.card-univ_pod:hover {
  background: #F8F8F8;
  box-shadow: 0px 28px 82px rgb(5 36 96 / 40%);
  border-radius: 15px;
  border-color: transparent;
}
.card-univ_pod .card-title {
  font-size: 16px;
  color: #052460;
  line-height: 22px;
  letter-spacing: 0.025em;
  margin-bottom: 5px;
} 
.card-univ_pod h5 {
  line-height: 18px;
  font-size: 14px;
  letter-spacing: 0.005em;
  margin-bottom: 5px;
  font-weight: 400!important;
}
.card-univ_pod .univ_content .shield_count {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.card-univ_pod .univ_content .shield_count span {
  font-size: 12px;
}
.ui.form .field.round .ui.dropdown {
  border-radius: 8px!important;
  padding: 10px 20px 6px!important
}
.ui.form .field.round .ui.dropdown input {
  padding: 10px 20px!important;
  height: 100%;
}
.filterOptions.apcn_filterOptions .ui.form .field.round .ui.dropdown{
  padding: 12px 10px 8px 10px!important;
}
.ui.form .field.round .ui.dropdown>.dropdown.icon {
  padding: 8px;
  z-index: 9;
}
.ui.form .field.round .ui.dropdown.selection.active {
  border-radius: 8px 8px 0 0!important;
  z-index: 99;
}
.ui.form .field.round .ui.dropdown.selection.active.upward {
  border-radius: 0 0 8px 8px!important;
}
/* University Search Ends */
/* search selected course page starts here */
.search_selected_page {
  padding: 0 40px;
}
.search_result_filter {
  padding: 8px;
  background: #FFFFFF;
  box-shadow: 0px 28px 42px rgb(5 36 96 / 11%);
  border-radius: 4px;
}
.search_result_filter form > .inline .eight label {
  font-family: 'IBM Plex Sans';
  font-weight: 500;
  font-size: 14px!important;
  line-height: 22px!important;
  letter-spacing: 0.025em;
  color: #052460;
  margin-right: 15px;
}
.ui.form .ui.labeled.icon.button {
  padding: 10px!important;
  padding-left: 2.871429em!important;
  padding-right: 1.5em!important;
  background: transparent;
  width: 240px;
  font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
  color: rgba(0,0,0,.87);
  font-weight: 400;
}
.ui.form .ui.labeled.icon.button.select_bank_currency {
  padding: 16px !important;
}
.ui.form .ui.labeled.icon.button.student_filter_select {
  padding-left: 15px !important;
}
.ui.form .ui.labeled.icon.button .menu>.input:not(.transparent) input {
  padding: 0.5em 1em!important;
}
.ui.form .ui.labeled.icon.button>.icon {
  align-items: center;
  display: flex;
  justify-content: center;
  background: transparent;
}
.ui.form .ui.labeled.icon.button>.icon.dropdown {
  right: 0px;
  left: auto;
}
.coursesearchresult_filter {
  background: linear-gradient(0deg, rgba(202, 206, 243, 0.8), rgba(202, 206, 243, 0.8)), url(../assets/images/search\ header.jpg) no-repeat;
  padding: 14px 24px 0;
  border-radius: 8px;
  width: 100%;
  background-size: cover;
}
.coursesearchresult_filter h1 {
  font-size: 47.0015px;
  line-height: 61px;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}
.coursesearchresult_filter .course-page-search input {
  width: 100%;
  text-align: left;
  padding-left: 20px!important;
}
.coursesearchresult_filter .search_filter_option .field.round .ui.dropdown {
  background: inherit;
  min-width: auto;
}
.coursesearchresult_filter .search_filter_option .field.round .ui.dropdown input {
  padding: 10px 8px!important;
}
.coursesearchresult_filter .search_filter_option .field:not(:first-of-type) {
  margin-left: 0;
}
.coursesearchresult_filter .search_filter_option .ui.form .field {
  width: auto;
}
.coursesearchresult_filter .search_filter_option .ui.dropdown:not(.button)>.default.text {
  color: inherit;
}
.coursesearchresult_filter .ui.form.course-page-search input {
  text-align: left;
  padding-left: 30px!important;
  padding-right: 60px!important;
  width: 100%;
  margin-right: 30px;
}
.coursesearchresult_filter .ui.form.course-page-search button {
  right: 3px;
}
.university_courses > h4, .search_course_wrap > h4 {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.005em;
  color: #8C8CAC;
  margin-bottom: 8px;
}
.university_course_lists {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.university_course_list {
  background: #F8F8F8;
  box-shadow: 0px 28px 50px rgb(5 36 96 / 11%);
  border-radius: 16px;
  padding: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 32.5%
}
.university_course_list .univ_logo {
  width: 64px;
  height: 64px;
  left: 8px;
  background: #FFF;
  border: 0.503937px solid #8C8CAC;
  box-sizing: border-box;
  border-radius: 89.7008px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-right: 24px;
  flex: none;
  overflow: hidden;
}
.university_course_list .univ_logo img {
  width: 100%;
  display: block;
  height: auto;
  padding: 4px;
}
.university_course_list .univ_info h3 {
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.025em;
  color: #052460;
}
.university_course_list .univ_info h4 {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.005em;
  color: #052460;
}
.university_course_list .univ_info span {
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.005em;
  color: #8C8CAC;
  display: block;
}

.search_course_list {
  padding: 32px;
  border-radius: 16px;
  position: relative;
  transition: all ease 0.3s;
  border: 2px solid rgba(140, 140, 172, 0.5);
  border-radius: 8px;
  margin-bottom: 8px;
}
.search_course_list h2 {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.025em;
  color: #052460;
  margin-bottom: 10px;
  width: 100%;
}
.search_course_list .course_info {
  gap: 20px;
}
.search_course_list ul {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.005em;
  color: #8C8CAC;
  font-weight: 600;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 0;
}
.search_course_list ul li {
  list-style: none;
  margin-right: 24px;
  margin-bottom: 10px;
}
.search_course_list ul li:nth-child(4) {
  margin-left: 0;
}

.search_course_list ul li:nth-child(n+4) {
  margin-bottom: 10px;
}
.search_course_list .university_course_list {
  background: transparent;
  box-shadow: none;
  padding: 0;
  width: 40%;
}
.search_course_list .btn-secondary-ghost {
  padding: 8px 16px;
  position: absolute;
  right: 32px;
  top: 38px;
  min-width: auto;
  display: none;
  font-size: 14px
}
.search_course_list:hover { 
  background: #F8F8F8;
  box-shadow: 0px 20px 34px rgba(5, 36, 96, 0.2);
  border: 2px solid #00C2F3;
}
.search_course_list:hover .btn-secondary-ghost {
  display: block;
}
.search_course_wrap  h4 {
  margin-bottom: 10px;
}

/* Search selected modal  */
.select_course_modal .splitter {
  margin: 20px 0;
}
.select_course_modal .modal-header {
  padding: 24px 32px;
}
.select_course_modal .modal-header .modal-title {
  font-size: 28px;
}
.select_course_modal .modal-footer {
  border: 0;
}
i.icon:before {
  font-family: FontAwesome!important;
}
.top_sectioninfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.top_sectioninfo .ui.form .ui.dropdown {
  min-width: 120px;
  padding: 10px!important;
}
.top_sectioninfo .ui.form .ui.dropdown>.dropdown.icon {
  padding: 8px 5px 6px;
}
.search_card_sub_list {
  padding-left: 80px;
}
.search_card_wrapper .search_course_list {
  background: #F8F8F8;
  box-shadow: 0px 28px 82px rgb(5 36 96 / 40%);
}
.search_card_wrapper .search_course_list {
  margin-bottom: 10px;
}
/* Search selected modal  */

/* University detail page starts */
.university_detail_page, .course_detail_page {
  padding: 0 40px;
}
section.banner_wrap {
  width: 100%;
  background-size: cover!important;
  background-position: center center!important;
  border-radius: 8px 8px 0px 0px;
  padding: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner_details {
  display: flex;
  align-items: center;
  width: 60%;
}
.univ_logo {
  width: 100px;
  height: 100px;
  background: #F8F8F8;
  border: 0.503937px solid #8C8CAC;
  box-sizing: border-box;
  border-radius: 89.7008px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-right: 10px;
  flex: none;
  overflow: hidden;
}
.univ_logo img {
  width: 100%;
  display: block;
  height: auto;
  padding: 4px;
}
.univ_details {
  flex: auto;
}
.univ_details h3 {
  font-size: 24px;
  line-height: 31px;
  letter-spacing: -0.015em;
  color: #F8F8F8;
  margin-bottom: 8px;
}
.univ_details h4 {
  font-weight: 400!important;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.005em;
  color: #8C8CAC;
}
.uni_detail_desc .uni_about_cont, 
.uni_detail_desc .uni_info_cont {
  flex: 1 50%;
}
.uni_detail_desc .uni_info_cont {
  padding-left: 48px;
}
.uni_detail_desc {
  margin-bottom: 48px;
}
.uni_detail_desc h3 {
  font-family: IBM Plex Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 31px;
  letter-spacing: -0.015em;
  text-align: left;
  margin-bottom: 10px;
}
.uni_detail_desc .uni_info_cont .uni_info_detail.apcn_fees_structure {
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.uni_detail_desc .uni_info_cont .uni_info_detail.apcn_fees_structure .apcn_fees_detail {
  flex: 1 50%;
}
.uni_detail_desc .uni_info_cont .uni_info_detail.apcn_fees_structure .apcn_fees_detail:first-child {
  margin-bottom: 32px;
}
.uni_detail_desc .apcn_fees_structure .apcn_fees_detail h5 {
  font-size: 17px;
  margin-bottom: 8px;
}
.uni_accreditations {
  margin-bottom: 48px;
}
.uni_accreditations h3,
.uni_more_schools h3 {
  font-family: IBM Plex Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 31px;
  letter-spacing: -0.015em;
  text-align: left;
  margin-bottom: 20px;
}
.uni_accreditations .uni_accreditations_items {
  flex-flow: row wrap;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
}
.apcn_fees_detail img {
  width: 100px;
}
.accreditations_logo {
  border: 1px solid #e4e4e4;
  height: 160px;
  width: 180px;
  display: flex;
  align-items: center;
  padding: 10px;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 28px 50px rgb(5 36 96 / 11%);
  background: #FFF;
}
.accreditations_logo img {
  height: 140px;
  width: 100%;
  object-fit: contain;
}
.uni_more_schools .card-univ_pod {
  align-items: center;
  background: transparent;
  background-color: transparent;
  text-align: center;
}
.uni_more_schools .card-univ_pod h3 {
  text-align: center;
  font-size: 17px;
}
.uni_more_schools .card-univ_pod h5 {
  color: #8c8cac !important;
  font-weight: 600!important;
}
#coursesTab .coursesearchresult_filter {
  background: transparent;
  padding: 0;
  white-space: nowrap;
}
#coursesTab .search_course_list {
  padding: 16px;
  border-radius: 8px;
  height: 100%;
  min-height: 110px;
}
#coursesTab .search_course_list h2 {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 5px;
}
#coursesTab .search_course_list p {
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: 600;
}
#campusesTab .card-univ_pod .univ-logo::before {
  position: absolute;
  content: '';
  background: url('../assets/images/StudyReach_white_logo.png') no-repeat;
  z-index: 9;
  width: 100%;
  height: 100%;
  background-size: 200px;
  background-position: center center;
}
#coursesTab .search_course_list h3 {
  font-size: 14px;
  line-height: 18px;
}
#coursesTab .search_course_list:hover {
  box-shadow: 0px 28px 50px rgba(5, 36, 96, 0.11);
}
#coursesTab .skeleton_loading_wrapper .search_course_list:hover {
  border: 1px solid transparent;
}
#coursesTab .skeleton_loading_wrapper .search_course_list:hover .btn-secondary-ghost {
  display: none;
}
#coursesTab .search_course_wrap_lists {
  margin-bottom: 16px;
}
#coursesTab .search_course_list .btn-secondary-ghost {
  top: auto;
  bottom: 16px;
  right: 20px;
}
#coursesTab .search_filter_option {
  margin-bottom: 16px;
  position: relative;
  padding-top: 20px;
}
#coursesTab .uni-course-page-search {
  position: absolute;
  width: 400px;
  right: 0;
  top: 0;
  z-index: 9;
}
#coursesTab .uni-course-page-search .ui.input {
  width: 100%;
}
#coursesTab .uni-course-page-search input {
  box-shadow: 0px 0px 10px rgb(5 36 96 / 11%)!important;
  padding-right: 65px !important;
  border: 1.5px solid rgba(140, 140, 172, 0.5) !important;
}
#coursesTab .coursesearchresult_filter .ui.form.course-page-search button {
  right: 2px;
}
#coursesTab input::placeholder {
  color: rgba(140, 140, 172, 1);;
  opacity: 1; /* Firefox */
}

#coursesTab input::-ms-input-placeholder { /* Edge 12-18 */
  color: rgba(140, 140, 172, 1);;
}
#campusesTab .card-univ_pod {
  padding: 0px;
  border: 8px;
}
#campusesTab .card-univ_pod .univ-logo {
  width: 100%;
  height: 160px;
  border-radius: 10px 10px 0 0;
  padding:0px;
  margin-bottom: 10px;
  border: 0;
  position: relative;
  background: #7d818d;
}
#campusesTab .card-univ_pod .univ-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  padding: 0;
  display: block;
  z-index: 9;
}
#campusesTab .card-univ_pod .univ_content {
  padding: 0px 16px 16px;
  width: 100%;
}
#campusesTab .card-univ_pod .btn_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
#campusesTab .card-univ_pod .btn_wrap .btn {
  font-size: 14px;
  padding: 8px 8px !important;
  min-width: auto;
  flex: 0 50%;
}
#campusesTab .card-univ_pod .btn_wrap .btn.skeleton-box:hover {
  box-shadow: none;
}
#campusesTab .card-univ_pod .btn_wrap .btn:first-child {
  margin-right: 10px;
}
.uni_banner_wrap {
  position: relative;
}
.uni_banner_wrap:after {
  content:'';
  position: absolute;
  left:0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  border-radius: 8px 8px 0 0;
}
.uni_banner_wrap .uni_banner_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px 8px 0 0;
}
.uni_banner_wrap .uni_banner_img img {
  max-width: 100%;
  border-radius: 8px 8px 0 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}
.uni_banner_wrap .banner_details,
.uni_banner_wrap .course_link_wrap {
  z-index: 99;
}
.uni_banner_wrap .course_link_wrap {
  display: flex;
  gap: 16px;
}
.uni_banner_wrap .course_link_wrap .btn-secondary-ghost{
  color: #052460;
}
.uni_banner_wrap .course_link_wrap .btn-primary {
  background: transparent;
  border-color: #fff;
  box-shadow: 0 0 0 0.2rem #fff;
}
.uni_banner_wrap .course_link_wrap .btn-primary:hover {
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem #0e347c94;
}
.ui.dropdown.student_select_drop>.text {
  width: calc(100% - 42px);
}
.ui.dropdown.student_select_drop>.text .menu_stud_detail {
  justify-content: flex-start;
  gap: 40px
}
.ui.dropdown.student_select_drop>.text .menu_stud_detail .col-sm-4 {
  width: auto;
  max-width: inherit;
  flex: none;
  padding:0px;
}
.ui.dropdown.student_select_drop>.text .menu_stud_email {
  display: none;
}
.ui.dropdown.student_select_drop .menu {
  width: 100%;
  padding-bottom:40px;
}
.ui.dropdown.student_select_drop .menu .item.no_student{
  pointer-events: none;
}
.ui.dropdown.student_select_drop .menu a.btn-secondary {
  position: absolute;
  left: 15px;
  bottom: 15px;
  z-index: 9;
  width: calc(100% - 30px) !important;
  padding: 6px;
}
#search_student_selection .ui.form .field.round .ui.dropdown {
  border-radius: 8px!important;
  padding: 18.5px 16px!important;
}
#search_student_selection .ui.form .field.round .ui.dropdown.student_select_drop>.dropdown.icon {
  padding: 0;
}
#search_student_selection .ui.form .field.round .ui.dropdown>.dropdown.icon {
  padding: 18px 8px;
}
#search_student_selection .ui.form .field.round .ui.dropdown input {
  padding: 18.5px 16px !important;
  border: 0px !important;
}
#search_student_selection .ui.dropdown.dropdown .menu>.input {
  margin: 0;
  padding: 0px 16px;
}
#search_student_selection .ui.icon.input>i.icon {
  right: auto;
  left: 0;
}
#student_select_application.modal .modal-body {
  padding-bottom: 50px;
}
#student_select_application .ui.form .field.round .ui.dropdown {
  border-radius: 8px!important;
  padding: 18.5px 16px!important;
}
#student_select_application .ui.form .field.round .ui.dropdown.student_select_drop>.dropdown.icon {
  padding: 0;
}
#student_select_application .ui.form .field.round .ui.dropdown>.dropdown.icon {
  padding: 18px 8px;
}
#student_select_application .ui.form .field.round .ui.dropdown input {
  padding: 18.5px 16px !important;
  border: 0px !important;
}
#student_select_application .ui.form .field.round .ui.multiple.search.dropdown>input.search {
  margin: 0px;
  padding: 0 !important;
}
#student_select_application .ui.dropdown.dropdown .menu>.input {
  margin: 0;
  padding: 0px 16px;
}
#student_select_application .ui.icon.input>i.icon {
  right: auto;
  left: 0;
}
.ui.dropdown.student_select_drop .menu .menu_stud_detail .menu_stud_email {
  font-family: IBM Plex Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.005em;
  color: #8c8cac;
}
.ui.dropdown.student_select_drop .menu {
  max-width: 100%;
  min-width: 100%;
}
.ui.dropdown.student_select_drop .menu .menu_stud_detail .menu_stud_sid p,
.ui.dropdown.student_select_drop .menu .menu_stud_detail .menu_stud_name p,
.ui.dropdown.student_select_drop .menu .menu_stud_detail .menu_stud_email p {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui.dropdown.student_select_drop .menu .menu_stud_detail .menu_stud_name {
  font-family: IBM Plex Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.005em;
  text-align: left;
}
.clone_menu {
  display: none;
}
#student_select_application .university_course_list .univ_info h2 {
  margin-bottom:5px;
}
#student_select_application .university_course_list .univ_info h3 {
  font-size: 14px;
  color: #8c8cac;
  margin-bottom: 5px;
}
#student_select_application .course_base_info .university_course_list .univ_info {
  display: flex;
  justify-content: space-between;
  flex: 1;
}
#student_select_application .search_course_list ul li {
  list-style: none;
  margin-right: 40px;
  margin-left: 0px;
  font-weight: 400;
  font-size: 11px;
}
#student_select_application .course_base_info span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 1%;
  color: #052460;
  display: block;
}
#student_select_application .course_base_info .Commission_fee span {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 1%;
  color: #14A883;
}
#student_select_application .search_course_list {
  padding: 16px 16px;
  border: 1px solid #8C8CAC !important;
  box-sizing: border-box;
  border-radius: 8px;
  border: 0;
}
#student_select_application .search_course_list:hover {
  background: #fff;
  box-shadow: none;
}
#student_select_application .search_course_list .university_course_list {
  align-items: flex-start;
  margin-bottom: 12px;
}
#student_select_application .university_course_list .univ_info span {
  display: inline-block;
  font-size: 14px;
}
#student_select_application .university_course_list .univ_info ul span {
  display: block;
}
.search_filter_option .ui.search.dropdown>.text {
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  width: 80%;
  left: 8px;
}
.search_course_pagination .student-pagination li a.disabled {
  pointer-events: none;
}
.search_course_pagination .student-pagination li.page_double_arrow a {
  width: 37px;
  padding: 0.5rem 0.75rem;
}
/* University detail page ends */
/*-- Application list page chanegs --*/
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
  align-items: start;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap {
  padding: 24px;
}
#applicationTable .badge {
  padding: 8px 10px;
  font-size: 10px;
  border: 0px;
}
#applicationTable .status_bx.text_overflow_hide span {
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  display: inline-block;
}
#applicationTable .badge.badge-success {
  color: #00E4C9;
}
#applicationTable .badge.badge-danger {
  color: #FF3A3D;
}
#applicationTable .badge.badge-warning {
  color: #FE9800;
}
#applicationTable .badge.badge-primary {
  color: #0066FE;
}
.multi-column-table tbody td.td_status_wrap {
  overflow: visible !important;
}
/*-- Course apply pop up changes starts --*/
#courseApplyCarousel .carousel-inner.carousel_overflow {
  overflow: visible;
}
.intake_selection h4 {
  font-family: IBM Plex Sans;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.025em;
  text-align: left;
  margin-bottom: 16px;
}
.intake_selection .field>.selection.dropdown {
  min-width: auto;
}
.select_campus_wrap {
  padding: 16px 16px;
  border: 1px solid #8C8CAC;
  box-sizing: border-box;
  border-radius: 8px;
}
.select_campus_wrap h2 {
  font-family: IBM Plex Sans;
  font-size: 24px;
  font-weight: 600;
  line-height: 31px;
  letter-spacing: -0.015em;
  text-align: left;
  margin-bottom: 21px;
}
.select_campus_wrap .field-wrap {
  flex-wrap: wrap;
  justify-content: space-between;
}
.select_campus_wrap .field-wrap .field {
  width: 49%;
}
.ui.form .select_campus_wrap .field:not(:first-of-type) {
  margin-left: 0px;
}
#student_select_application .select_campus_wrap .search_course_list {
  background: #FFFFFF;
  box-shadow: 0px 35px 42px rgba(5, 36, 96, 0.11);
  border-radius: 16px;
  padding: 16px 30px 16px 16px;
  cursor: pointer;
}
#student_select_application .select_campus_wrap .search_course_list:hover {
  background: #F8F8F8;
  box-shadow: 0px 20px 34px rgba(5, 36, 96, 0.2);
  border: 2px solid #00C2F3;
}
#student_select_application .select_campus_wrap .university_course_list .univ_info h3 {
  font-family: IBM Plex Sans;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.025em;
  text-align: left;
  color: #052460;
}
#student_select_application .select_campus_wrap .university_course_list .univ_info .shield_count {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#student_select_application .select_campus_wrap .university_course_list .univ_info .shield_count span {
  font-size: 12px;
}
#student_select_application .select_campus_wrap .ui.radio {
  position: relative;
}
#student_select_application .select_campus_wrap .ui.radio input {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
}
#student_select_application .select_campus_wrap .ui.radio label:before {
  position: absolute;
    top: 19px;
    right: 19px;
    width: 17px;
    height: 17px;
    content: '';
    background: #fff;
    border: 1px solid #939393;
    border-radius: 25px;
    z-index: 9;
}
#student_select_application .select_campus_wrap .ui.radio input:checked ~ label:before {
  background: #00FF85!important;
  border-radius: 25px;
  border-color: rgba(34,36,38,.35);
}
#student_select_application .select_campus_wrap .ui.radio input:checked ~ label:after {
  z-index: 9;
  font-size: 15px;
  top: 17px;
  right: 20px;
  content: '\e800';
  font-family: Checkbox;
  position: absolute;
}
#student_select_application .select_campus_wrap .univ_logo.no_uni_logo {
  background: #f3f4f7;
}
.create-student-application-form .ui.icon.input input {
  width: inherit !important;
}
.create-student-application-form .ui.icon.input .input-img {
  position: absolute;
  right: 10px;
  top: 15px;
}
/*-- Course apply pop up changes end --*/
/* University search page */
.no_results_wrap p {
  font-size: 16px;
}
.course-page-search .ui.input .link {
  right: 60px!important;
  background: url(../assets/icons/x-black.svg) no-repeat center;
  background-size: 12px 40px;
  display: none;
}
.skeleton-box {
  display: flex;
  height: 1em;
  position: relative;
  overflow: hidden;
  background-color: #DDDBDD!important;
}
.skeleton-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  animation: shimmer 2s infinite;
  content: "";
}
@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}

.advancedview_wrap .apcn_head_left {
  border-right: 0px;
  min-width: auto;
}
.search_filter_option .ui.form .field-wrap .field{
  width: auto;
  flex: 1 1 0;
}
.search_filter_option .ui.form .field-wrap .field:not(:first-of-type) {
  margin-left: 0;
}
.ui.form .field.sub_category_wrap {
  display: none;
}
.ui.form .ui.dropdown .menu>.item {
  line-height: 1.3;
  padding: 0.6rem 1.2rem!important;
}

/* Student Creation - Start */
.input__label{
  width: 100%;
  position: absolute;
  text-align: left;
  font-size: 1em;
  pointer-events: none;
  left: 0;
  top: 0;
  display: block;
  color: #2F3046!important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  user-select: none;
  font-family: 'Noto Sans SC Bold';
  padding: 0.67857143em 0!important;
  margin: 0;
}
.new-student-form .social-input-field{
  flex-wrap: wrap!important; 
}
.new-student-form .field-wrap{
  padding-bottom: 20px!important;
  align-items: initial;
  flex-flow: initial;
  gap: initial;
}
.new-student-form .mob-num-wrap .w120{
  width: 300px!important;
}
.ui.form.new-student-form .field.error .ui.dropdown, .ui.form.new-student-form .field.error .number_input,.ui.form.new-student-form .field.error textarea {
  border: 2px solid #9f3a38!important;
  border-color: #9f3a38!important;
}
.ui.form.new-student-form .field.error label {
  color: #9f3a38!important;
}
.ui.form.new-student-form .field .ui.calendar .number_input{
  padding: 16px!important;
}
.ui.form.new-student-form h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #052460;
}
.personal_info_loader {
  margin: 15px 0 -5px!important;
  font-size: 14px;
  font-family: 'IBM Plex Sans';
  font-weight: 500;
  display: none;
}
.personal_info_loader .fa{
  margin-left: 10px;
}
.personal_info_error{
  color: #9f3a38;
  margin: 15px 0 -5px!important;
  font-size: 14px!important;
  font-family: 'IBM Plex Sans';
  font-weight: 500;
  display: none;
}
.new-student-form .field.single-field{
  width: 48%;
}
.common_response_error{
  text-align: center;
  font-size: 14px;
  width: 100%;
  font-weight: 500;
  color: #9f3a38;
  display: none;
  border: 1px solid #9f3a38;
  padding: 14px;
  border-radius: 5px;
  background-color: #fff6f6;
}
.common_response_error .fa{
  font-size: 16px;
  padding-right: 5px;
}
.new-student-form .field-wrap .field{
  width: 48%;
}
.sub-field-wrap{
  display: flex;
  width: 100%;
  padding-bottom: 20px!important;
  align-items: initial;
}
.addMoreButton{
  text-align: center;
  width: 100%;
  margin: 0 auto 30px;
  display: none;
}
.addMoreButton a{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  color: #052460;
  border: 1.6px dashed #052460;
  border-radius: 5px;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  text-decoration: none!important;
}
.addMoreButton .plus{
  font-size: 24px;
  margin-right: 5px;
  margin-top: -2px;
}
.sub-field-wrap.btn-div{
  margin: 0;
  padding: 0!important;
}
.btnwrap{
  display: flex;
}
.btnwrap .btn-primary{
  margin-left: auto;
}
.edu-clone-div,.record-show-div,.studygap-clone-div{
  display: none;
}
.record-wrap-div{
  display: flex;
  width: 100%;
  background: #F8F8F8;
  box-shadow: 0px 28px 42px rgb(5 36 96 / 11%);
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 30px;
}
.record-img{
  width: 64px;
  margin-right: 16px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 50px;
  overflow: hidden;
}
.record-img img{
  display: block;
  width: 100%;
  padding: 10px;
}
.record-deat{
  margin-right: 16px;
}
.record-crs-ttl{
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.025em;
  color: #052460;
}
.record-uni-ttl{
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.005em;
  color: #8C8CAC;
}
.record-date span{
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.005em;
  color: #8C8CAC;
  margin-right: 20px;
}
.fi_pen_edit::before{
  background: url(../assets/icons/new/fi_pen_edit.svg) 0 0 no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  content: "";
  margin: 2px 5px 0 0;
}
.record-edit{
  border: 0.5px solid #052460;
  box-sizing: border-box;
  border-radius: 72px;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.005em;
  color: #052460;
  width: 100px;
  text-align: center;
  height: 40px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
.record-edit:hover{
  text-decoration: none;
  color: #052460;
}
.disable_edit_btn .record-edit{
  pointer-events: none;
  opacity: .5;
}
.study-gap-yes{
  width: 100%;
  display: none;
}
.btn-skip{
  margin-left: 240px;
  display: none;
}
.studygap-dependent-fields{
  display: none;
}
.newStdentCarousel .carousel-inner{
  width: calc(100% + 40px);
  padding: 20px;
  margin: -20px;
  overflow-y: visible;
}
.std-create-div{
  background: #F8F8F8;
}
.studentAcademicTestDiv,.studentEnglishTestDiv,.english-test-score-details{
  width: 100%;
  display: none;
}
.english-test-score-details .sub-field-wrap {
  align-items: end;
}
.testscore-clone-div{
  display: none;
}
.edit_disable{
  pointer-events: none;
  opacity: .5;
}
.std-create-doc{
  padding-bottom: 30px;
}
.std-create-doc .doc-wrap-div{
  flex-wrap: wrap;
  width: 100%;
}
.std-create-doc .upload-div{
  width: 100%;
  min-height: 210px;
  padding: 15px;
}
.std-create-div .btn-primary:active{
  background: #052460!important;
  box-shadow: 0 0 0 0.2rem #0e347c94!important;
}
.std-create-div .btn-div .btn,.std-create-div .btnwrap .btn{
  padding: 12px 32px;
}
.std-doc-upload .fileList,.std-create-div .fileList{
  display: flex;
  flex-wrap: wrap;
}
.std-doc-upload .fileList li,.std-create-div .fileList li{
  display: flex;
  align-items: center;
  min-width: 48%;
}
.std-doc-upload .fileList li:nth-child(2n),.std-create-div .fileList li:nth-child(2n){
  margin-right: 0;
}
.std-doc-upload .close-icon,.std-create-div .close-icon{
  background-size: 11px;
  height: 18px;
  display: inline-block;
  margin-top: 1px;
}
.std-doc-upload a.removeFile,.std-create-div a.removeFile{
  margin-left: auto;
}
.std-doc-upload .fileList .upload-icon{
  margin: -8px 0 -2px 6px;
}
.file_list_show{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 15px;
}
.file_list_show .prf_pod{
  margin: 0 10px 10px 0;
  width: 100%;
}
.file_list_show .prf_pod:nth-child(2n){
  margin-right: 0;
}
.file_list_show .prf_file_dsp{
  border: 1px solid #8c8cac;
  background: transparent;
  color: #052460;
  font-weight: 500;
  width: 100%!important;
  padding: 13px;
}
.upload-file-list{
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 16px 0;
  flex-direction: column;
}
.upload-file-list:nth-child(2n){
  margin-left: 16px!important;
}
.study-gap-info h3{
  font-size: 18px;
  padding-bottom: 5px;
}
.file_list_show .prf_pod .file_close{
  width: 21px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin: 2px 0 0 5px;
  background: url(../assets/icons/x-red.svg) 0 4px no-repeat;
  opacity: 1;
  transition: all ease 0.3s;
  background-size: 11px!important;
  overflow: visible;
}
.delete_doc_div .currentDocumentLabel{
  font-weight: 600;
  width: auto;
  height: auto;
  opacity: 1;
  margin: 1px 3px -1px;
}
.delete_doc_div p{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px!important;
}
.studentPersonalInfoForm .field .ui.calendar .ui.popup,.studentEducationHistoryForm .field .ui.calendar.rangestart .ui.popup,.studentEducationHistoryForm .field .ui.calendar.rangeend .ui.popup{
  inset: 53px auto auto 0px!important;
}
.studentTestScoreForm .studentAcademicTestDiv .field .ui.calendar .ui.popup{
  inset: -110.453px 241.333px auto auto!important;
}
.studentTestScoreForm .studentAcademicTestDiv .field .ui.calendar.popup:before {
  top: 50%!important;
  right: -0.30714286em!important;
  bottom: auto!important;
  left: auto!important;
  margin-top: -0.30714286em!important;
  box-shadow: 1px -1px 0 0 #bababc!important;
  -webkit-transform: rotate(45deg)!important;
  transform: rotate(45deg)!important;
}
.studentTestScoreForm .social-input-field{
  margin-bottom: 70px;
}
/* Student Creation - End */
/* Email and phone number confirmation modal style starts here */
.ui.dimmer.modals .customModal.modal {
  top: auto;
  left: auto;
  height: auto;
}
.ui.dimmer.modals .customModal .close.icon {
  outline: none;
  top: 0px;
  right: 30px;
}
.customModal .header, .customModal .actions  {
  border: 0!important;
}
.ui.small.modal.email_phone_confirmation .header {
  font-size: 20px;
  color: #052460;
}
.email_phone_confirmation .content p {
  font-size: 18px;
  line-height: 32px;
}
.email_phone_confirmation .content p span {
  background: rgb(0 239 124 / 30%);
  padding: 2px 10px;
  border-radius: 5px;
  line-height: 18px;
  font-weight: 500;
}
.customModal .btn-ghost, .customModal .btn-primary {  
  padding: 10px 20px;
  font-size: 14px;
  margin-left: 10px;
}
/* Email and phone number confirmation modal style ends here */

.user_mobile_exists_confirmation .field_info_wrap .field.edit { 
  display: none;
}
.user_mobile_exists_confirmation .field_info_wrap .field span {
  font-size: 16px;
  font-weight: 500;
  color: #00C2F3;
  margin-bottom: 6px;
  display: block;
}
.user_mobile_exists_confirmation .actions { 
  gap: 20px;
}
.user_mobile_exists_confirmation .content > h4 { 
  font-size: 24px;
}
.ui.modal.user_mobile_exists_confirmation .content {
  width: 70%;
  margin: 0 auto;
}
.user_mobile_exists_confirmation .content p { 
  font-size: 16px;
}
/* Application activity tab - Start */
.activity_clone,
.day_activity_clone {
  display: none;
}
#activityTab .loader_wrap {
  width: 100%;
  padding: 80px 20px 100px;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 28px 42px rgb(5 36 96 / 11%);
  margin-bottom: 30px;
  text-align: center;
}
.download_template_document span.Downloadinglbl, .download_btn span.Downloadinglbl {
  display: none;
}
.download_template_document .loading span.Downloadinglbl, .download_btn .loading span.Downloadinglbl {
  display: block;
}
.download_template_document .loading span.Downloadlbl, .download_btn .loading span.Downloadlbl {
  display: none;
}
/* Application activity tab- End */
/* Course detail page changes starts here*/
.requirement_wrap {
  gap: 20px;
  margin-top: 70px;
  margin-bottom: 40px;
}
.requirement_wrap .tests {
  width: 50%;
  border: 1px solid rgba(140, 140, 172, 0.3);
  border-radius: 8px;
  padding: 30px;
}
.requirement_wrap .tests h3 {
  margin-top: -70px;
  margin-bottom: 40px;
  margin-left: -30px;
  font-size: 24px;
}
.requirement_wrap .tests .englist_test_lists li {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 0.5px solid rgba(140, 140, 172, 0.3);
  font-size: 16px;
}
.englist_test_lists li span {
  min-width: 120px;
}
.englist_test_lists li span:nth-child(2) {
  width: 160px;
}
.requirement_wrap .tests .englist_test_lists li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.requirement_wrap .tests p { 
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
}
.potential_career, .feature_courses {
    overflow: hidden;
    position: relative;
}
.course_detail_slider h3 {
  margin-bottom: 23px;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: -0.015em;
  color: #052460;
}
.potential_career .swiper-slide {
  align-items: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  background: #FFFFFF;
  border: 1px solid rgba(140, 140, 172, 0.3);
  border-radius: 8px;
  padding: 40px 16px 40px 16px;
  height: auto;
}
.potential_career .career_outcomeImg img {
  border-radius: 50%;
  width: 128px;
}
.career_outcomeImg {
  flex: auto;
}
.potential_career .swiper-slide h4 {
  font-weight: 400!important;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.005em;
  color: #052460;
  margin-top: 16px;
  flex: auto;
}
.course_detail_slider .swiper-button-next, .course_detail_slider .swiper-button-prev {
  top: 23px;
  right: 50px;
  left: auto;
  background: rgba(140, 140, 172, 0.3);
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.course_detail_slider .swiper-button-next {
  right: 0;
}
.course_detail_slider .swiper-button-next:after, .course_detail_slider .swiper-button-prev:after {
  font-size: 16px;
  color: #052460;
}
.course_detail_page .univ_details h4.univ_name  {
  font-size: 17px;
  margin-bottom: 5px;
  line-height: 22px;
  letter-spacing: 0.025em;
  color: #FFF;
}
.course_detail_page .uni_info_detail.apcn_fees_structure .apcn_fees_detail {
  margin-bottom: 15px!important;
}
.feature_courses .search_course_list h2 {
  font-size: 17px;
  line-height: 22px;
}
.feature_courses .univ_logo {
  width: 64px;
  margin-right: 15px;
  height: 64px;
}
.feature_courses .swiper-wrapper .swiper-slide  {
    height: auto;
  }
.feature_courses .search_course_list {
  padding: 15px;
  height: 100%;
}
.feature_courses .search_course_wrap_lists {
  height: 100%;
}
.feature_courses .search_course_list .btn-secondary-ghost {
  position: static;
  display: block;
  width: 120px;
}
/* Course detail page changes ends here */
.ui.dropdown .menu>.header {
  color: #0e347c;
}

.stud-edu-history .ui.form .field.round .ui.dropdown input {
  padding: 10px 16px!important;
}
.stud-edu-history .ui.form .ui.search.dropdown>.text {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 20px;
}
.ui.loading.dropdown>i.icon:after {
    margin: -0.2em 0 0 -1.2em;
    width: 20px;
    height: 20px;
    border-color: #052460 transparent transparent;
    border-width: 3px;
}
.ui.form .ui.dropdown.loading>.dropdown.icon:before {
    opacity: 0;
}



/* BUlk upload changes starts here */
.uploaded_files_list {
  text-align: left;
} 
.title_sec > span:first-child {
  width: calc(100% - 330px);
}
.file_card.field {
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid rgb(114 114 126 / 30%);
  display: flex;
}

.file_card.field .left_sec { 
  display: flex;
  width: calc(100% - 320px);
  align-items: center;
}

.file_card.field .delete_bulk_icon, .file_card.field .retryupload_icon { 
  position: static;
}
.file_card.field .left_sec .file_info {
  width: calc(100% - 50px);
  text-align: left;
}
.file_card.field .left_sec .file_size {
  font-size: 12px;
}
.file_card.field .right_sec {
  width: 320px;
  display: flex;
  align-items: center;
}
.file_card.field .progress_wrap .progress_content {
  background: rgb(66 184 123 / 50%);
    border-radius: 50px;
}
.file_card.field .progress_wrap .bar {
  background: rgb(66 184 123 / 40%);
  margin-left: 0;
  width: auto;
}

.file_card.field .progress_wrap .load {
  background: #42B87B;
}

.file_card.field .progress_wrap .bar_wrap .bar_info {
  right: -50px;
}
.file_card.field .progress_wrap .bar_wrap .bar_info .bar_value{
  font-size: 14px;
  color: #42B87B;
  font-weight: bold;
  font-family: 'IBM Plex Sans';
}
.uploaded_file_card .upload-proggress {
  position: relative;
}
.uploaded_file_card .upload-proggress .upload-icon {
  display: block;
  position: absolute;
  right: 40px;
  top: 70%;
  transform: translateY(-50%);
}
.field.file_card.error {
  background: rgba(255, 31, 0, 0.1);
  border-color: transparent;

}

.field.file_card .delete_bulk_icon, .field.file_card .retryupload_icon {
  background: rgba(114, 114, 126, 0.1);
}
.field.file_card.error .delete_bulk_icon, .field.file_card.error .retryupload_icon {
  background: rgba(255, 31, 0, 0.1);
}
.field.file_card.success {
  background: rgba(66, 184, 123, 0.2);
  border-color: transparent;
}
.file_upload_success {
  color: #42B87B;
}

.bulk_upload_info_card {
  display: flex;
  border-radius: 8px;
  padding: 8px;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  margin-bottom: 20px;
}
.bulk_upload_info_card.alert_msg {
  background: rgba(255, 206, 110, 0.2);
}
.bulk_upload_info_card.success_msg {
  background: rgba(66, 184, 123, 0.2);
}
.bulk_upload_form .common_loader_wrap {
  width: 100%;
  z-index: 99;
  height: 100%;
  box-shadow: none;
}

.uploaded_file_card .field.file_card {
  width: 100%;
  flex-direction: row;
  margin: 0 0 1em;
}
.ui.form .uploaded_file_card .field:not(:first-of-type) {
  margin-left: 0;
}
.uploaded_file_card .field.file_card .delete_bulk_icon {
  width: auto;
  min-width: auto;
  padding: 10px;
  border-radius: 5px;
}
.uploaded_file_card .ui.search.dropdown>.text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 20px);
}
.uploaded_files_list > h2 {
  font-size: 1.71428571rem;
}
/* .uploaded_file_card {
  height: 480px;
  overflow: auto;
} */
.modal .modal-dialog .uploaded_files_list p {
  font-size: 15px;
}
.ui.form .uploaded_files_list .ui.dropdown {
  padding: 10px 16px 8px!important;
  border: 1px solid rgb(114 114 126 / 50%)!important;
}
.ui.form .uploaded_files_list .ui.dropdown>.dropdown.icon {
  padding: 10px 8px;
}
.filesUploaded_wrap .add_new_btn {
  width: 100%;
  text-align: center;
  border: 3px dashed #979797;
  border-radius: 5px;
}
.filesUploaded_wrap .add_new_btn a {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-decoration: none;
  padding: 11px 10px 12px;
  outline: 0 !important;
  box-shadow: none !important;
  color: #666677;
  display: block;
  width: 100%;
}
.bulk_upload_btn span {
  background: #FFF;
  padding: 5px;
  border-radius: 50px;
}
.ui.form .uploaded_files_list .ui.search.dropdown>input.search {
  padding: 10px 16px 8px!important;
}

/* BUlk upload changes ends here */

/* backlog styles starts here */
.backlog_info_dialog a.nav-link {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 10px;
  gap: 10px;
  height: 70px;
  border-radius: 8px;
}
.backlog_wrap {
  font-size: 32px;
}
.backlog_info_dialog .nav-pills .nav-link span.country_flag {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #DDD;
  position: relative;
}
.backlog_info_dialog .nav-pills .nav-link span.country_flag img {
  width: 100%;
  height: auto;
  position: relative;
  border-radius: 50%;
}
.backlog_info_dialog a.nav-link span.country_name {
  font-size: 14px;
  color: #232336;
}
.backlog_info_dialog a.nav-link.active {
  background: rgba(140, 140, 172, 0.3);
  border-radius: 54px;
}
.backlog_info_dialog a.nav-link.active span {
  color: #052460;
}
ul.list-group.list-group-horizontal.header {
  background:#052460;
  height: 52px;
  align-items: center;
  border-radius: 8px 8px 0 0;
  padding: 10px 20px;
}
.header li.list-group-item {
  flex: 1 1 50%;
  background: inherit;
  color: #FFF;
  font-weight: 600;
  padding: 0;
  border: 0;
}
.backlog_content_wrap .backlog_content_list {
  display: flex;
  padding: 40px 24px;
  gap: 8px;
  border: 0;
}
.backlog_content_list div {
  flex: 1 1 50%;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
}
.backlog_content_wrap .backlog_content_list:nth-child(even) {
  background: #EFF0F7;
}
.backlog_content_wrap>.list-group-item:last-child {
  border-radius: 0 0 5px 5px;
}
.backlog_tab_content {
  box-shadow: 1px 1px 10px 1px rgb(0 0 0 / 10%);
  border-radius: 8px;
}
.backlog_info_dialog  {
  z-index: 1085;
}
.backlog_country_detail ul li {
  margin-bottom: 5px;
}
.backlog_wrap h2 {
  font-size: 28px;
}
.backlog_wrap p {
  font-size: 17px;
  text-align: left;
  font-weight: normal;
}
/* backlog styles ends here */
/* Payment info style starts */
.payment_info .modal-header h2 {
  font-size: 24px;
  line-height: 31px;
  letter-spacing: -0.015em;
  color: #052460;
  padding-left: 20px;
}
.paid_status {
  color: #00E4C9;
}
.payment_info_card {
  border: 1px solid rgba(140, 140, 172, 0.5);
  filter: drop-shadow(0px 28px 42px rgba(5, 36, 96, 0.11));
  border-radius: 8px;
  padding: 16px;
  gap: 8px;
  margin-bottom: 15px;
}
.payment_info_card h4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #052460;
  border-bottom: 1px solid rgba(140, 140, 172, 0.5);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.payment_info_card:not(.payment_card_info) ul li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0px;
  gap: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.005em;
  color: #8C8CAC;
  margin-bottom: 15px;
}
.payment_info_card ul li span.content {
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #052460;
}
.payment_info_close {
  padding: 16px;
  gap: 8px;
  border: 1px solid rgba(140, 140, 172, 0.5);
  filter: drop-shadow(0px 28px 42px rgba(5, 36, 96, 0.11));
  border-radius: 8px;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
}
.paylater_btn {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.005em;
  color: #8C8CAC;
  width: 90px;
  display: block;
  margin: 0 auto;
  border-radius: 72px;
  border: 1px solid #8C8CAC;
  color: #8C8CAC;
  padding: 12px 24px;
}
.paylater_btn:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.payment_status {
  padding: 50px 0 20px;
}
.payment_status_content p.info {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #8C8CAC;
  margin-bottom: 10px;
  display: block;
}
.payment_status_content h3 {
  font-size: 24px;
  margin: 40px 0 20px;
}
#paymentsTab .loader_wrap, #payment_info .loader_wrap {
  box-shadow: none;
}
.payment_info_status .amount_info span {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.005em;
}
.payment_info_status .paid {
  color: #00EF7C;
}
.payment_info_status .notpaid {
  color: #FF4444;
}
.payment_info_status .waived {
  color: #00C2F3;
}
.payment_pay_buttons {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
}
.payment_pay_buttons a {
  flex: 1 50%;
}
.payment_pay_buttons a.btn-secondary {
  border-radius: 72px;
  border: 1px solid #00C2F3;
  opacity: 0.8;
  background: transparent;
  color: #052460;
}
.payment_pay_buttons a.btn-secondary:hover {
  background: #00C2F3;
  color: #052460;
}
/* Timer starts here */
.timer__background {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  border: 7px solid rgb(45, 45, 45);
  border-radius: 50%;
  flex-flow: column;
  gap: 5px;
  font-size: 12px;
}

.timer__display {
  font-weight: 600;
  font-size: 1.5rem;
  display: flex;
}

.display {
  margin: 0 0.015em;
}

@keyframes popup {
  0% {
    transform: scale(0.85);
  }
  60% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(0.85);
  }
}

.circle {
  width: 150px;
  height: 148px;
  position: absolute;
}

.circle circle {
  fill: none;
  stroke: #ffcd00;
  stroke-width: 30;
  stroke-dasharray: 1590;
  stroke-dashoffset: 1590;
  stroke-linecap: round;
  transform: rotate(270deg);
  transform-origin: center;
  transition: stroke 300ms ease;
}

@keyframes Loop {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 1590;
  }
}
/* Timer ends here */

.payment_note_info {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

.payment_status svg {
  height: 120px;
  width: 120px; 
}
.payment_status.payment_success .circle {
  stroke-dasharray: 220;
  stroke-dashoffset: 76;
  animation: draw 1s forwards;
}
.payment_status.payment_failed .circle {
  stroke-dasharray: 270;
  stroke-dashoffset: 270;
  animation: draw 1s forwards;
}
.payment_status .tick {
  stroke-dasharray: 90;
  stroke-dashoffset: 90;
  animation: draw 1s forwards 1s;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
.payment_attempts li.list-group-item {
  width: 10%;
  border: 0;
  background: inherit;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #052460;
  padding: 6px 0;
}
.payment_attempts .payment_info_header li.list-group-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.005em;  
  color: #8C8CAC;
}
.payment_attempts ul li.list-group-item:nth-child(2) {
  width: 8%;
}
.payment_attempts ul li.list-group-item:nth-child(3) {
  width: 10%;
}
.payment_attempts ul li.list-group-item:nth-child(4) {
  width: 17%;
}
.payment_attempts ul li.list-group-item:nth-child(5) {
  width: 10%;
}
.payment_attempts ul li.list-group-item:nth-child(6) {
  width: 20%;
}
.payment_attempts li.list-group-item.paid {
  color: #30AE74;
}
.payment_attempts li.list-group-item.failed {
  color: #FF3A3D;
}
.loader_error_wrap .loader_error_content {
  min-height: 280px;
  gap: 20px;
  color: #FF3A3D;
}
.loader_error_wrap .loader_error_content h4 i {
  display: block;
  text-align: center;
  font-size: 60px;
  margin-bottom: 20px;
}
/* Payment info style ends */



/* Responsive - Start */
@media (max-width: 1366px) {
  .apcn_tab_cont_head .status_wrap .badge {
    margin-right: 12px;
  }
  .status_deat_box {
    width: 115px;
  }
  .coursesearchresult_filter .search_filter_option .field.round .ui.dropdown {
    /* max-width: 175px; */
    min-width: auto;
  }
  .ui.form .field.round .ui.dropdown {
    padding: 10px 10px 6px 10px!important;
  }
  .ui.form .field.round .ui.dropdown>.dropdown.icon {
    padding: 8px 0;
    right: 10px;
  }
  .ui.form .field.round .ui.dropdown input {
    padding: 10px 10px!important;
  }
}
@media (max-width: 1024px) {
  .page-header .sr-logo{
    order: 2;
    margin: 0;
  }
  .page-header nav{
      order: 1;
      margin-right: auto;
  }
  .page-header nav ul{
    position: absolute;
    top: 0;
    left: 0;
    display: none;
  }
  .page-header  .nav-user{
      order: 3;
  }
  .sideNav nav ul {
      position: absolute;
      top: 40px;
      left: 0;
      background: #F8F8F8;
      box-shadow: 0px 28px 50px rgb(5 36 96 / 11%);
      height: 100vh;
      width: 250px;
      max-width: 250px;
      transform: translate(-150%);
      transition: transform 0.5s ease-in-out;
      overflow-y: auto;
  }
  .sideNav nav ul.side_menu_open {
    transform: translateX(0);
  }
  .sideNav.sm ul li a span {
    display: block;
  }
  .sideNav.sm ul li a {
    justify-content: left;
    padding-left: 0;
  }
  /* .hamburger-menu:before{
      background: url("../assets/images/hamburger-menu.svg") 0 0 no-repeat;
      width: 40px;
      height: 40px;
      display: inline-block;
      content: "";
      background-size: 40px;
  }
  .hamburger-menu-blue:before{
      background: url("../assets/images/hamburger-menu-blue.svg") 0 0 no-repeat;
      width: 24px;
      height: 24px;
      display: inline-block;
      content: "";
      background-size: 24px;
  } */
  .hamburger-menu-blue {
    width: 24px;
    height: 24px;
    display: inline-block;
  }
  .hamburger-menu-blue .line {
    display: block;
    height: 2px;
    width: 100%;
    border-radius: 10px;
    background: #052460;
    margin-bottom: 4px;
  }
  .hamburger-menu-blue.ham_open .line2 {
      transform: scaleY(0);
  }
  .hamburger-menu-blue .line1 {
    transform-origin: 10% 0%;
    transition: transform 0.4s ease-in-out;
  }
  .hamburger-menu-blue .line2 {
    transition: transform 0.2s ease-in-out;
  }
  .hamburger-menu-blue .line3 {
    transform-origin: 10% 100%;
    transition: transform 0.4s ease-in-out;
  }
  .hamburger-menu-blue.ham_open .line3 {
    transform: rotate(-43deg);
  }
  .hamburger-menu-blue.ham_open .line1 {
    transform: rotate(43deg);
  }
  .sideNav nav{
      order: 1;
      margin-right: auto;
  }
  .sideNav .logowrap{
      order: 2;
      padding: 0;
      display: none;
  }
  .sideNav .post_login{
      order: 3;
      margin-left: auto;
      display: block;
  }
  header .navbar .navbar-brand .logowrap {
    display: block;
  }
  .right-user-prfl .login_user_info,
  .right-user-prfl i {
    display: none;
  }
  .user-img-top {
    margin-right: 0px;
  }
  .nav_rgt li {
    padding: 0px 10px;
  }
  .nav_rgt li:last-child {
    padding-right: 0px;
  }
  .sideNav.sm {
    box-shadow: none;
    margin-top: -52px;
    background: #f8f8f8;
  }
  .sideNav.sm .logowrap {
    display: none;
  }
  .sideNav{
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px 12px;
    overflow: initial;
    box-shadow: none;
    margin-top: -52px;
    background: #f8f8f8;
  }
  .mid_content_wrap {
    margin-left: 0px;
    width: 100%;
    margin-top: 10px;
  }
  .appcn_detail_cont {
    padding: 16px;
  }
  .insti_hdflx .insti_hmdl h3 {
    font-size: 17px;
    line-height: 21.1px;
  }
  .insti_hdflx .insti_hmdl .insti_cntry .insti_cntry_name {
    font-size: 15px;
    line-height: 19px;
  }
  .apcn_fees_structure {
    flex-wrap: wrap;
    align-items: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
    border: 1px solid #8c8cac;
    border-radius: 8px;
  }
  .apcn_fees_structure .apcn_fees_detail {
    flex: 50%;
    margin-bottom: 20px;
  }
  .apcn_doc_list .apcn_doc_detail_cont .btn-ghost {
    min-width: auto;
    padding: 3px 8px;
    height: auto;
    font-size: 14px;
  }
  .apcn_doc_list .apcn_doc_detail_cont .btn-ghost img {
    max-width: 14px;
    margin-right: 10px !important;
  }
  .apcn_head_block {
    display: block;
  }
  .apcn_head_left {
    margin-top: 40px;
    border-right: 0px;
    margin-bottom: 40px;
  }
  .apcn_head_right {
    padding-left: 0px;
  }
  .insti_hdflx .insti_hmdl {
    padding-left: 16px;
  }
  
  .apcn_tracking_details .apcn_tracking_item h5 {
    display: none;
  }
  .apcn_tracking_details .apcn_tracking_item.active h5 {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 100%;
    width: auto;
    white-space: nowrap;
  }
  .apcn_tab_section {
    padding: 8px;
  }
  .apcn_doc_tab .apcn_doc_tab_link {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto;
    overflow-y: hidden;
  }
  .apcn_doc_tab .apcn_doc_tab_link .nav-item a {
    font-size: 17px;
  }
  .apcn_tab_cont_head h4 {
    font-size: 15px;
  }
  .apcn_tab_cont_head .status_wrap .badge {
    min-width: 71px;
    padding: 8px;
    border-radius: 8px;
    margin-right: 8px;
  }
  .apcn_doc_list .apcn_doc_detail_cont .media .media-body .media-cont {
    margin-right: 10px;
  }
  .apcn_tab_cont_head .status_wrap .badge .status_count {
    font-size: 24px !important;
    line-height: 31px;
  }
  .apcn_tab_cont_head .status_wrap .badge .status_count + span {
    font-size: 11px;
  }
  .apcn_doc_list .apcn_doc_detail_cont {
    display: block;
  }
  .apcn_doc_list .apcn_doc_detail_cont .apcn_doc_upload {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 16px;
  }
  .apcn_doc_file_status,
  .apcn_doc_file_status .d_flex {
    display: block;
  }
  .apcn_doc_status {
    margin-bottom: 16px;
  }
  .apcn_doc_comments {
    margin-bottom: 10px;
  }
  .apcn_doc_list .apcn_doc_detail_cont .media .media-body {
    padding-left: 10px;
    align-items: flex-start;
  }
  .apcn_doc_list .apcn_doc_detail_cont .media .media-body h5 {
    font-size: 15px;
  }
  .apcn_tab_cont_head .status_wrap {
    margin-bottom: 8px;
  }
  .apcn_status_btn .btn-ghost {
    width: 100%;
    margin-bottom: 40px;
  }
  .apcn_activity_list {
    margin-top: 30px;
  }
  .day_activity {
    flex: 1 50%;
    flex-wrap: wrap;
    margin-bottom: 24px;
  }
  .activity_time {
    margin-bottom:10px;
  }
  .activity_status {
    padding: 0px 10px;
  }
  .files {
    padding: 0px 0px 40px;
  }
  #fileUploadLightbox .modal-body {
    padding: 10px;
  }
  .btn {
    min-width: auto;
  }
}
/* Responsive - End */
/* Mobile style - Start */
@media (max-width: 767px) {
  .visible-xs {
    display: block;
  }
  .hidden-md {
    display: none;
  }
  .form-div{
      width: calc(100% - 32px);
      padding: 16px;
      margin: 16px;
  }
  .form-timeline h1{
      font-size: 24px;
      line-height: 31px;
      letter-spacing: -0.06em;
  }
  .form-step ul li:not(:first-of-type){
      margin-left: 15px;
  }
  .field-wrap{
      display: block;
  }
  .ui.form .field{
      width: 100%;
  }
  .ui.form .field:not(:first-of-type){
      margin: 25px 0 0;
  }
  .ui.form .social-input-field .field:not(:first-of-type) {
      margin-left: 0;
  }
  .service-check-div{
      display: block;
      padding-bottom: 10px;
  }
  .ui.form .service-check-field .field:not(:first-of-type){
      margin-top: 10px;
  }
  .service-check-field {
      margin-bottom: 25px!important;
  }
  .address-input-field .field{
      width: 100%!important;
  }
  .ui.form .address-input-field .field:nth-child(2n){
      margin: 0 0 16px 0!important;
  }
  .btn-div .btn{
      min-width: 150px;
  }
  .upload-wrap-div{
      display: block!important;
  }
  .upload-div{
      width: 100%;
  }
  .upload-div:not(:first-child){
      margin: 16px 0 0 0!important;
  }
  .account-create-wrap h1{
      font-size: 24px;
      line-height: 31px;    
  }
  .ui.form .field .ui.radio.checkbox{
      width: 50%;
  }
  .annaul-radio .field{
      display: block!important;
  }
  .annaul-radio .field .ui.radio.checkbox{
      width: 46%!important;
      margin-bottom: 16px;
  }
  .ui.form .field .ui.radio.checkbox:nth-child(2n){
      margin-left: 16px!important;
  }
  .ui.form .field .ui.radio.checkbox:not(:first-of-type){
      margin-left: 0;
  }
  .home-header .navbar .btn-ghost {
      padding: 5px 25px;
  }
  .navbar-brand img {
      max-width: 130px;
  }
  .home-header .navbar-nav {
      flex-direction: row;
      position: static;
      left: auto;
      top: auto;
  }
  .home-header .navbar-nav.navbar-right li:last-child .btn-ghost {
      margin-right: 0px;
  }
  
  .home_page_wrap .home_page_container {
      padding: 0px 15px;
  }
  .home_page_wrap .home_page_container .home_page_content {
      padding: 30px 0 40px;
      min-width: 100%;
      z-index: 999;
  }
}
/* Mobile style - End */

/* iPad style - Start */
@media (max-width: 1024px) and (min-width: 768px) {
    .form-div{
        width: calc(100% - 32px);
        padding: 16px;
        margin: 16px;
    }
    .annaul-radio .field .ui.radio.checkbox:not(:first-of-type){
        margin-left: 16px;
    }
}
/* iPad style - End */
.apcn_activity_list.has_more .activity_item:nth-child(5) ~ .activity_item {
  display: none;
}
#activityTab .loader_wrap, .loader_wrap {
  width: 100%;
  padding: 80px 0 100px;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 28px 42px rgb(5 36 96 / 11%);
  margin-bottom: 30px;
}
#activityTab .loader_wrap h2, .loader_wrap h2 {
  margin-top: 32px;
  font-family: IBM Plex Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 31px;
  letter-spacing: -0.015em;
  text-align: center;
}
/* Terms & conditions - Start */
.terms_pod{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px 24px;
  background: #EFF0F6;
}
.terms_pod p{
  font-weight: 500;
  font-size: 17px!important;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.025em;
  color: #052460;
  padding: 0 140px;
}
.terms h3{
  font-weight: 500!important;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.025em;
  color: #052460;
  padding-bottom: 16px;
}
.termsCondition .modal-body{
  padding: 16px!important;
}
.termsCondition .modal-content{
  border-radius: 16px;
}
.terms_pod ul{
  flex-direction: column;
}
.terms_pod ul li a{
  background: #FFFFFF;
  box-shadow: 0px 28px 42px rgba(5, 36, 96, 0.11);
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #052460;
  padding: 8px 0;
}
.fi_external-link:before{
  content: "";
  background: url('../assets/icons/new/fi_external-link.svg') 0 0 no-repeat;
  width: 18px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 5px;
}
.termsCondition .btn{
  padding: 12px;
  min-width: 150px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.01em;
  width: 150px;
}
.terms{
  flex-direction: column;
}
.termsCondition .terms_pod p.update_terms {
  font-weight: 400;
  font-size: 13px!important;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.005em;
}
.terms h2{
  font-weight: 600;
  font-size: 24px;
  line-height: 31px;
  text-align: center;
  letter-spacing: -0.015em;
  color: #052460;
  padding: 5px 0;
}
.review_div.terms_pod p{
  padding: 0 50px;
}
.static_page h1{
  font-weight: 600!important;
  font-size: 33px!important;
  line-height: 43px!important;
  letter-spacing: -0.045em!important;
  color: #052460!important;
}
.static_page h2{
  font-weight: 600!important;
  font-size: 30px!important;
  line-height: 40px!important;
  letter-spacing: -0.045em!important;
  color: #052460!important;
}
.static_page h3{
  font-weight: 600!important;
  font-size: 27px!important;
  line-height: 37px!important;
  letter-spacing: -0.045em!important;
  color: #052460!important;
}
.static_page p,.static_page span{
  font-family: 'IBM Plex Sans'!important;
  font-weight: 400!important;
  font-size: 14px!important;
  line-height: 20px!important;
  letter-spacing: 0.005em!important;
  color: #052460!important;
  margin: 0;
  background: transparent;
}
.static_page strong,.static_page strong span,.static_page p strong{
  font-family: 'IBM Plex Sans'!important;
  font-weight: 600!important;
  font-size: 14px!important;
  line-height: 20px!important;
  letter-spacing: 0.005em!important;
  color: #052460!important;
  margin: 0;
  background: transparent;
}
.static_page .last_date{
  margin-left: auto;
}
.static_page p:not(:first-child){
  margin-top: 15px;
}
.static_page h1,.static_page h2,.static_page h3,.static_page h4,.static_page h5,.static_page h6{
  margin-top: 15px;
  color: #052460!important;
  font-family: 'IBM Plex Sans'!important;
  background: transparent;
}
.static_logo{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-bottom: 20px;
}
.static_page{
  background: #fff;
  box-shadow: 0px 28px 42px rgb(5 36 96 / 11%);
  border-radius: 8px;
  color: #052460;
  font-size: 14px;
}
.static_page .row{
  padding: 30px 48px 48px;
  background: transparent;
}
.static_page ul,.static_page ol{
  display: block;
  width: 100%;
  padding-left: 15px;
}
.static_page ul li{
  list-style: disc;
}
.static_page ol li{
  list-style: number;
}
.static_page ol li,.static_page ul li{
  background: transparent;
  padding-bottom: 5px;
  font-family: 'IBM Plex Sans'!important;
  font-weight: 400!important;
  font-size: 14px!important;
  line-height: 20px!important;
  letter-spacing: 0.005em!important;
  color: #052460!important;
}
.static_page table{
  background: transparent;
  margin-bottom: 15px;
  max-width: 100% !important;
  text-align: left;
  border-collapse: collapse;
}
.static_page th,.static_page td{
  border: 1px solid #D8D8D8;
  padding: 0.75rem;
  vertical-align: top;
  width: auto !important;
}
.termsCondition .loader_sub_div{
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.termsCondition .loader_sub_div h2{
  font-size: 24px;
  padding-top: 35px;
}
.terms_error{
  color: #9f3a38;
  font-size: 15px!important;
  font-weight: 500;
  margin-bottom: 0!important;
  display: none;
}
/* Terms & conditions - End */

/* Dashboard - starts here */
.top_header_info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.top_header_info h1 {
  font-size: 36px;
  line-height: 54px;
  color: #052460;
  font-family: 'IBM Plex Sans'!important;
  font-weight: 500;
}
.dashboard_wrapper h2 {
  font-size: 16px;
  line-height: 20px;
  color: #052460;
  font-family: 'IBM Plex Sans'!important;
  margin-bottom: 20px;
}
.statistics_lists {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.statistics_lists li {
  background: #ffffff;
  text-align: center;
  min-width: 170px;
  padding: 20px;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  border-radius: 3.2px;
}
.statistics_lists li h3 {
  font-size: 24px;
  line-height: 32px;
  color: #052460;
  margin-bottom: 5px;
}
.statistics_lists li span {
  color: #575C74;
  font-size: 12px;
  font-weight: 600;
}
.revenue_statistics_container {
  display: flex;
  justify-content: space-between;
}
.revenue_statistics_container .statistics_lists {
  flex-flow: column;
  margin: 0;
}
.revenue_statistics_container .revenue_bar_chart {
  background: #FFF;
  display: flex;
  align-items: center;
  box-shadow: -8px 7px 18px 0px rgb(128 152 213 / 7%);
  border-radius: 3px;
}
.revenue_statistics_container .revenue_bar_chart img {
  width: 400px;
}
.revenue_statistics_container .revenue_pie_chart {
  width: 300px;
  height:210px;
  background: #FFF;
  box-shadow: -8px 7px 18px 0px rgb(128 152 213 / 7%);
  border-radius: 3px;
}
.hdwithlink {
  display: flex;
  justify-content: space-between;
}
.applications_statistics_container {
  padding: 30px;
  background: #FFF;
  border-radius: 3px;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
.applications_statistics_container h4 {
  font-size: 14px;
  color: #052460;
  font-family: 'IBM Plex Sans'!important;
}
.applications_statistics_container .ui.item.menu {
  margin-top: 10px;
  border: 1px solid rgba(5,36,96,0.64);
}

.applications_statistics_container .ui.menu .item:before {
  background: rgba(5,36,96,0.64);
}
.applications_statistics_container .ui.item.menu .item {
  font-size: 12px;
  color: #052460;
}
.applications_statistics_container .ui.menu .active.item {
  background: #052460;
  color: #FFF;
  padding: 0;
}
.applications_statistics_container [data-tooltip]:not([data-position]):before {
  margin-bottom: 0.9rem;
  background: #052460;
}
.applications_statistics_container [data-tooltip]:not([data-position]):after {
  margin-bottom: 1.3em;
  background: #052460;
  color: #FFF;
  padding: 5px 10px;
}
.applications_statistics_container  .ui.menu .item span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.applications_statistics_container .ui.menu .active [data-tooltip]:after {
  -webkit-transform: translateX(-50%) scale(1)!important;
  transform: translateX(-50%) scale(1)!important;
  visibility: visible;
  pointer-events: auto;
}

.applications_statistics_container .ui.menu .active [data-tooltip]:before {
  -webkit-transform: rotate(45deg) scale(1)!important;
  transform: rotate(45deg) scale(1)!important;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.applications_statistics_container .ui.menu [data-tooltip]:hover:before, 
.applications_statistics_container .ui.menu [data-tooltip]:hover:after {
  display:none;
}
.applications_statistics_container .ui.menu .active [data-tooltip]:hover:before, 
.applications_statistics_container .ui.menu .active [data-tooltip]:hover:after {
  display:block;
}

.hdwithlink a {
  font-size: 14px;
  color: #052460;
}
.recent_student_app_statistics_lists {
  display: flex;
  justify-content: space-between;
}
.recent_student_app_statistics_lists .header span {
  color: #b4bdcf;
  font-size: 12px;
}
.recent_student_app_statistics_lists .header h3 {
  color: #052460;
  font-size: 16px;
  margin-top: -3px;
  margin-bottom: 5px;
}
.recent_student_app_statistics_lists .header h5 {
  font-size: 14px;
  color: #052460;
  display: flex;
  align-items: center;
}
.recent_student_app_statistics_lists .ui.card {
  padding: 20px;
  width: 32%;
  margin: 0;
  box-shadow: 0px 28px 42px 0px rgba(5, 36, 96, 0.11);
  border-radius: 16px;
}
.recent_student_app_statistics_lists .ui.card .description {
  padding: 20px 0 0;
}
.recent_student_app_statistics_lists .description p {
  color: #b4bdcf;
  margin: 0 0 10px;
  font-size: 12px;
}
.recent_student_app_statistics_lists .description .showstatus {
  margin: 0;
  border-radius: var(--borderrad-sm, 8px);
  border: 1px solid var(--system-error, #F44);
  background: rgba(255, 68, 68, 0.30);
}
.dashboard_wrapper {
  max-width: 924px;
  margin: 0 auto;
}
.newStudentFlow_main {
  width: 100%;
  padding: 1em 5em 3em;
  overflow: hidden;
}
.mid_contentwrap {
  width: calc(100% - 100px);
  min-height: calc(100% - 53.75px);
  margin-left: 100px;
  background: #f7f8fa;
  transition: all ease 0.3s;
}
.fa-arrow-right:before {
  content: "\f061";
}
.accepted{
	border: 1px solid #42B87B;
  	border-radius: 4px;
  	background-color: rgb(66 184 123 / 20%)
}
.missing{
	border: 1px solid #FF8400;
    border-radius: 5px;
    background-color: rgba(255,132,0,0.06);
}
.pending{
    border: 1px solid #59A1FF;
    border-radius: 5px;
    background-color: rgba(89,161,255,0.06);
}
.rejected{
    border: 1px solid rgba(243,0,98,0.98);
    border-radius: 5px;
    background-color: rgba(233,83,167,0.09);
}
.dashboard_wrapper .advance_view .rowrap .status span,.dashboard_wrapper .showstatus{
  display: flex;
  line-height: 14px;
  color: #2F3046;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border-radius: 2.5px;
  margin-bottom: 10px;
  font-family: 'IBM Plex Sans';
  padding: 5px;
  line-height: 15px;
  text-align: center;
}
.srch_btn {
	border-radius: 38.15px;
    box-shadow: 0 0 7px 4px rgb(0 0 0 / 7%);
    height: 43px;
    width: 46px;
    margin-left: 40px;
    background: #FFF;
    min-width: 46px;
    padding: 0.375rem 0.75rem;
}
.srch_btn img{
    width: 16px;
}
/* Dashboard - Ends here */
/* -- Commission Rates - Starts here -- */
/* .commission_item {
  padding: 16px;
  border: 1px solid #8C8CAC;
  border-radius: 8px;
} */
.commission_item .acnt_detail {
  font-size: 12px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: normal;
  letter-spacing: 0.3px;
  color: #0052B4;
}
.commission_item .media-left img {
  max-width: 38px;
}

.commission_item .media-right p {
  font-family: IBM Plex Sans;
  font-size: 24px;
  font-weight: 600;
  line-height: 31px;
  letter-spacing: -0.015em;
  text-align: left;
}
.global_bonus_item h4 {
  font-family: IBM Plex Sans;
  font-size: 33px;
  font-weight: 600;
  line-height: 43px;
  letter-spacing: -0.045em;
  margin-top: 8px;
  white-space: nowrap;
}
/* -- Commission Rates - Ends here -- */
/*-- Application declaration changes - Starts --*/
.ui.form.create-student-apcn-info-form .dependent_field_show {
  padding: 20px 16px;
  background: #f8f8f8;
  border-radius: 8px;
}
.ui.form.create-student-apcn-info-form .add_new_btn {
  width: 100%;
  text-align: center;
  border: 3px dashed #979797;
  border-radius: 5px;
}
.ui.form.create-student-apcn-info-form .add_new_btn a {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-decoration: none;
  padding: 11px 10px 12px;
  outline: 0 !important;
  box-shadow: none !important;
  color: #666677;
  display: block;
  width: 100%;
}
.dependent_close.close {
  outline: 0;
  cursor: pointer;
}
.dependent_field_new {
  background: #fff;
  padding: 16px;
  border-radius: 8px;
}
.field.error .ui.radio.checkbox label{
  background: #fff6f6;
  border-color: #e0b4b4!important;
}
.create-student-apcn-info-form .checkbox-field {
  flex-wrap: wrap;
}
.create-student-apcn-info-form .checkbox-field .ui.radio.checkbox {
  width: 48% !important;
}
.create-student-apcn-info-form .checkbox-field .prompt.label {
  width: 100%;
}
.ui.form .inline.fields .field .prompt {
  margin:5px 0 0
}
/*-- Application declaration changes - Ends --*/
/*-- Restricted access for student creation Starts --*/
.stud-create-access.modal .modal-header {
  padding: 30px;
}
/*-- Restricted access for student creation Ends --*/
/*-- New student creation error message starts --*/
.error-field ul li {
  list-style: none;
}
.error-field {
  border: 1px solid #9f3a38;
  background: #fff6f6;
}
.error-field ul li {
  list-style: none;
  color: #9f3a38 !important;
  margin-left: 0px !important;
  font-weight: 600;
  display: flex;
}
.error-field ul li span {
  padding-left: 10px;
}
.error-field ul li::before {
  display: none;
}
.error-field ul li svg {
  min-width: 24px;
}
.field_level_msg {
  display: none !important;
}
.field.error .field_level_msg {
  display: block !important;
}
/*-- New student creation error message ends --*/
/* Toast error styles starts here */
.common_error_toast.toast {
  position: fixed;
  top: 25px;
  right: 30px;
  border-radius: 12px;
  background: #fff;
  padding: 20px;
  overflow: hidden;
  transform: translateX(calc(100% + 30px));
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
  z-index: 9;
  min-width: 300px;
}
.common_error_toast.toast.show {
  transform: translateX(0%);
}
.common_error_toast.toast .close {
  position: absolute;
  top: 10px;
  right: 15px;
  padding: 5px;
  cursor: pointer;
  opacity: 0.7;
}
.common_error_toast .toast-header .fa {
  font-size: 20px;
  color: #B50202;
  margin-right: 10px;
}
.common_error_toast .toast-header span {
  font-size: 18px;
  font-weight: bold;
  color: #B50202;
  margin: 0;
}
.common_error_toast .toast-content {
  font-size: 14px;
  margin: 10px 0 0;
}
.common_error_toast  .message li {
  color: #B50202;
  margin: 0 0 5px;
}
.common_error_toast .message li:last-child {
  margin: 0;
}
/* Toast error styles ends here */
/*-- Application search button changes starts --*/
.ui.form.course-page-search.apcn-page-search input,
.ui.form.course-page-search.student-page_keySaerch input {
  width: 300px;
  text-align: left;
}
.ui.form.course-page-search.apcn-page-search .ui.input,
.ui.form.course-page-search.student-page_keySaerch .ui.input {
  width: 100%;
}
.ui.form.course-page-search.uni-course-page-search .ui.input .link,
.ui.form.course-page-search.apcn-page-search .ui.input .link,
.ui.form.course-page-search.student-page_keySaerch .ui.input .link {
  right: 40px !important;
}
.course-page-search.apcn-page-search button,
.course-page-search.student-page_keySaerch button {
  left: auto;
}
/*-- Application search button changes ends --*/
.course-page-search .ui.input {
  width: calc(100% - 207px);
  margin-right: 20px;
}
/*-- policy document download starts --*/
.no_download_records {
  padding-left: 0px !important;
}
.no_download_records.no_download_true h5 {
  color: #00C2F3;
}
.no_download_records.no_download_false h5 {
  color: #ff4444;
}
/*-- policy document download ends --*/

/* .course-page-search .ui.search .results {
  width: calc(100% - 207px);
  overflow: auto;
} */
.course-page-search .ui.icon .icon {
  display: none;
}
.course-page-search .ui.icon.loading .icon {
  display: block;
  right: 0!important;
  background: none;
}
.course-page-search .ui.icon.loading .icon::before {
  display: none;
}
.course-page-search .ui.icon.loading button {
  display: none;
}
/*-- Total fee popup changes starts --*/
.total_fee_row {
  border-top: 1px dashed rgba(140, 140, 172, 0.5);
}
.total_fee_row li {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 18px !important;
  letter-spacing: 0.025em !important;
  color: #052460 !important;
  padding-top: 10px !important;
}
/*-- Total fee popup changes ends --*/

.tour.popover {
  border: 0;
}
.popover.bottom>.arrow {
  border-bottom-color: rgb(158 158 158 / 25%);
}
.tour-backdrop {
  background-color: rgb(0 0 0 / 40%);
}
.tour .popover-content {
  padding: 9px 14px;
  font-size: 16px;
}
.popover-navigation .btn-ghost {
  padding: 5px 20px;
  font-size: 14px;
  min-width: auto;
}
.tour.fade:not(.show) {
  opacity: 1;
}
.modal.fade {
 opacity: 1;
}
/*-- Eligibility check UI changes --*/
.student_eligibility.error {
  border-radius: 10px;
  background: rgba(255, 68, 68, 0.20);
  border: 0px;
  box-shadow: none !important;
}
.student_eligibility .success_cont p {
  margin-top: 0px;
  margin-left: 10px;
}
.student_eligibility .success_cont,
.application_duplicate_check .success_cont {
  display: flex;
}
.student_eligibility .success_cont .fa.fa-spinner {
  font-size: 12px;
}
.application_duplicate_check .checkmark {
  margin: 0;
}
.edit-user.disabled {
  pointer-events: none;
  cursor: inherit;
  opacity: .45;
}
.eligibility_text {
  color: #052460;
  font-family: IBM Plex Sans;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.055px;
}
.student_eligibility [data-tooltip][data-position="bottom left"]:hover:after {
  font-size: 11px;
  color: #052060;
  box-shadow: 0px 20px 34px 0px rgba(5, 36, 96, 0.20);
}
/*-- Common error field chages starts --*/
.ui.form .field .prompt.label {
  white-space: normal;
  background: none !important;
  border: 0px solid #e0b4b4!important;
  color: #9f3a38!important;
  margin-top: 5px;
  padding: 0;
}
.ui.form .field .prompt.label:before {
  display: none;
}

/*-- Common error field chages ends --*/


/*-- Application list page ajax table changes starts --*/
.application-list-page .filter_lft {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.application-list-page .filter_lft.only-one-column {
justify-content: end;
}
.application-list-page .filter_lft .apcn_download_btn {
  margin-bottom: 25px;
}
.application-list-page .filter_lft .apcn_downloading {
  font-weight: 700;
  padding-left: 10px;
}
.application-list-page .loading-text {
  font-size: 12px !important;
}
.application-list-page .fixed-table-pagination.disabled {
  pointer-events: none;
}
.application-list-page .student_table_wrap .fixed-table-pagination,
.application-list-page .student_table_wrap .fixed-table-pagination .float-right.pagination {
  display: block !important;
}
.application-list-page .pagination-detail .pagination-info {
  display:none;
}
.application-list-page .pagination-detail .page-list {
  border: 0.5px solid #052460!important;
  box-sizing: border-box!important;
  border-radius: 8px!important;
  padding: 16px 45px 16px 16px !important;
  outline: 0!important;
  line-height: 19px!important;
  letter-spacing: 0.005em!important;
  font-size: 14px!important;
  background: #fff;
  display: block;
  position: relative;
}
.application-list-page .pagination-detail .page-list .btn.btn-secondary {
  background: transparent;
  padding: 0; 
  color: #052460;
  min-width: auto;
  outline: 0 !important;
  box-shadow: none !important;
  letter-spacing: 0.005em!important;
  font-size: 14px!important;
  width: 140px;
  position: absolute;
  top: -11px;
  left: 0;
  text-align: left;
}
.application-list-page .pagination-detail .page-list .dropdown-menu .dropdown-item {
  position: relative;
  padding: 0.6rem 1rem;
}
.application-list-page .pagination-detail .page-list .dropdown-menu .dropdown-item:after {
  content:"rows per page";
  position: absolute;
  right: auto;
  left: 36px;
  bottom: 9px;
}
.application-list-page .pagination-detail .page-list .dropdown-menu .dropdown-item.active {
  color: rgba(0,0,0,.95);
  background-color: rgba(0,0,0,.03);
  font-weight: 700;
}

.application-list-page .bootstrap-table .fixed-table-pagination>.pagination-detail .page-list .btn-group {
  padding-left: 20px;
}
.application-list-page .pagination-detail .page-list .btn.btn-secondary:after {
  border: 0px;
}
.application-list-page .pagination-detail .page-list:after {
  content: "";
  background: url(../assets/images/chevron-down.svg) 0 0 no-repeat!important;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  position:absolute;
  right:15px;
}
.application-list-page .float-right.pagination .page-item {
  position: relative;
  display: block;
  line-height: 1.25;
  margin: 0 3px;
}
.application-list-page .float-right.pagination .page-item.active {
  border: 1px solid #00C2F3;
  border-radius: 25px;
  font-family: 'IBM Plex Sans';
  font-size: 14px;
  font-weight: 600;
}
.application-list-page .float-right.pagination .page-item a {
  padding: 0.5rem 0.75rem;
  display: inline-block;
  color: #8C8CAC;
  font-family: 'IBM Plex Sans';
  font-size: 14px;
  font-weight: 600;
  text-decoration: none!important;
  background-color: transparent;
  border: 0;
}
.application-list-page .float-right.pagination .page-item.active a {
  color: #00C2F3;
  font-weight: 600;
}
.application-list-page .float-right.pagination .page-item.page-pre:after {
  display: inline-block;
  font-family: FontAwesome!important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f100";
  position: absolute;
  left: 10px;
  top: 7px;
  font-size: 18px;
  color: #8c8cac;
}
.application-list-page .float-right.pagination .page-item.page-next:after {
  display: inline-block;
  font-family: FontAwesome!important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f101";
  position: absolute;
  right: 10px;
  top: 7px;
  font-size: 18px;
  color: #8c8cac;
}
.fixed-table-loading {
  z-index: 9 !important;
}
/*-- Application list page ajax table changes starts --*/
/*-- Settings page change password label margin starts --*/
.ui.form.form_change_password .inline.fields .field label {
  margin: 0 0.85714286em 0 0;
}
.ui.form.form_change_password .inline.fields .field .btn-outline-dark {
  margin-top: 0.2em;
}
/*-- Settings page change password label margin ends --*/
/*-- Password show and hide starts --*/
.pwd-field {
  position: relative;
}
.show-icon {
  position: absolute;
  right: 15px;
  bottom: 22px;
}
/*-- Password show and hide ends --*/

/*-- Firfox fixes starts --*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.ui.form input[type="number"] {
  -moz-appearance: textfield;
}
/*-- Firfox fixes ends --*/
/*-- Institute contact modal starts --*/
.instituteContactModal .modal-body {
  padding: 16px 32px 32px !important;
}
.instituteContactModal .terms_pod {
  background: #fff;
  padding: 16px 0;
}
.instituteContactModal h2 {
  font-size: 33px;
  margin-bottom: 16px;
}
.instituteContactModal p {
  font-size: 17px;
  font-weight: 400;
  padding: 0;
}
.instituteContactModal .terms_pod_second {
  border-top: 1px solid #d9d9d9;
}
.instituteContactModal .terms_pod_second p {
  font-size: 14px !important;
}
.instituteContactModal .terms_pod_second p.title_highlight {
  font-weight: 500;
}
/*-- Institute contact modal starts --*/


/*-- Activity re-deisgn starts --*/
.new_acitivity_wrap {
  margin-top: 16px;
}
.new_activity_calendar {
  width: 40px;
  height: 40px;
  border: 2px solid #d9d9d9;
  border-radius: 50%;
  align-items: center;
  padding: 6px;
}
.new_acitivity_wrap .new_day_activity {
  display: flex;
}
.new_acitivity_wrap .new_activity_status,
.new_acitivity_wrap .new_activity_time,
.new_acitivity_wrap .new_activity_comment {
  padding: 0 16px 16px;
  margin-top: -5px;
}
.new_acitivity_wrap .new_activity_time {
  color: #8C8CAC;
}
.new_acitivity_wrap .new_activity_status_img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #00EFB6;
}
.new_activity_status_wrap {
  padding-left: 20px;
}
.new_activity_item_inner {
  border-bottom: 4px solid rgba(140, 140, 140, .2);
  padding-bottom: 22px;
  margin-bottom: 22px;
}
.new_activity_item_inner:nth-last-child(2) {
  border-bottom: 0px;
}
.new_acitivity_wrap .new_day_activity {
  position: relative;
  padding-left: 30px;
  padding-bottom: 16px;
}
.new_acitivity_wrap .new_activity_comment {
  padding-bottom: 0;
  flex-grow: 1;
}
.new_activity_status_wrap p {
  color: #052460;
  font-family: IBM Plex Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.07px;
  margin-bottom: 8px;
}
.new_activity_status_wrap p span {
  font-weight: 500;
  letter-spacing: 0.14px;
  padding: 8px 12px;
  border-radius: 8px;
}
.new_activity_status_wrap p.new_activity_updated_by {
  color: #8C8CAC;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.14px;
}
.new_acitivity_wrap .new_day_activity:nth-last-child(2) {
  padding-bottom: 0px;
}
.new_acitivity_wrap .new_day_activity:nth-last-child(2) p.new_activity_updated_by {
  margin-bottom: 0;
}
.new_acitivity_wrap .new_day_activity:before {
  content: '';
  height: 100%;
  width: 3px;
  background: #d9d9d9;
  position:absolute;
  left: 0;
  top: 0
}
.new_acitivity_wrap .new_day_activity:after {
  content: '';
  height: 20px;
  width: 20px;
  background: #fff;
  border: 6px solid #d9d9d9;
  border-radius: 50%;
  position:absolute;
  left: -9px;
  top: 0
}
.new_acitivity_wrap .new_day_activity:last-child::before {
  display: none;
}
.activity_create .new_activity_status_img {
  background-color: #00EF7C;    
  background-image: url(../assets/icons/activity_create.svg);
  background-position: center;
  background-size: 26px;
  background-repeat: no-repeat;
}
.activity_update .new_activity_status_img {
  background-color: #FEB700;
  background-image: url(../assets/icons/activity_update.svg);
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
}
.activity_delete .new_activity_status_img {
  background-color: #FE7A00;
  background-image: url(../assets/icons/activity_delete.svg);
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
}
.activity_upload .new_activity_status_img {
  background-color: #00B2FF;
  background-image: url(../assets/icons/activity_upload.svg);
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
}
.activity_approve .new_activity_status_img {
  background-color: #0066FE;
  background-image: url(../assets/icons/activity_approve.svg);
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
}
.activity_reject .new_activity_status_img {
  background-color: #FF3A3D;
  background-image: url(../assets/icons/activity_reject.svg);
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
}
.activity_create span {
  background: rgba(0, 239, 124, 0.3);    
}
.activity_update span {
  background: rgba(254, 183, 0, 0.3);    
}
.activity_delete span {
  background: rgba(254, 122, 0, 0.3);    
}
.activity_upload span {
  background: rgba(0, 178, 255, 0.3);    
}
.activity_approve span {
  background: rgba(0, 102, 154, 0.3);    
}
.activity_reject span {
  background: rgba(255, 58, 61, 0.3);    
}
.new_activity_details {
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid var(--fill-grey-250, rgba(140, 140, 172, 0.50));
}
.new_activity_details li {
  position: relative;
  padding-left: 34px;
}
.new_activity_details li:before {
  content: '';
  height: 15px;
  width: 26px;
  background-image: url(../assets/icons/long_arrow.svg);
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  position:absolute;
  left: 0px;
  top: 0
}
.new_activity_details li p {
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.055px;
  margin-bottom: 12px;
}
.new_activity_details li p span {
  background: transparent;
  padding: 0;
  border-radius: 0;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.055px;
}
.new_activity_details li:last-child p:last-child {
  margin-bottom: 0;
}
.activity-pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  margin: 0;
}
.activity-pagination li{
    position: relative;
    display: block;
    line-height: 1.25;
    margin: 0 3px;
}
.activity-pagination li a{
  color: #8C8CAC;
  font-size: 14px;
}
.activity-pagination li.active{
    border: 1px solid #00C2F3;
    border-radius: 25px;
    font-family: 'IBM Plex Sans';
    font-size: 14px;
    font-weight: 600;
}
.activity-pagination li.disabled span{ 
  opacity: .6;
}
.activity-pagination li.active span {
  color: #00C2F3;
  font-weight: 600;
}
.activity-pagination li a,.activity-pagination li > span{
  padding: 0.5rem 0.75rem;
  display: inline-block;
  color: #8C8CAC;
  font-family: 'IBM Plex Sans';
  font-size: 14px;
  font-weight: 600;
  text-decoration: none!important;
}
.activity-pagination li.disabled a {
  opacity: 0.6;
  pointer-events: none;
}
.activity-pagination li .fa{
    font-size: 11px;
}
.activity-pagination li .fa-angle-double-left,
.activity-pagination li .fa-angle-double-right {
  font-size: 18px;
}
.activity-pagination.has_more_page > .pageNumberList {
  display: none;
}
.activity-pagination.has_more_page > .pageNumberList.active,
.activity-pagination.has_more_page > .pageNumberList.pageNum_showing {
  display: inline-block;
}
.new_acitivity_wrap .toogleIcon {
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: none;
  border: 1px solid #052460;
  min-width: auto;
  padding: 12px;
  border-radius: 4px;
}
.new_acitivity_wrap .toogleIcon:after {
  content: "";
  position: absolute;
  top: 13px;
  left: 13px;
  width: 20px;
  height: 12px;
  transform: translate(-50%, -50%);
  background: url(../assets/icons/chevron-up.svg) no-repeat;
}
.new_acitivity_wrap .toogleIcon.collapsed:after {
  background: url(../assets/icons/chevron-down.svg) no-repeat;
}
/*-- Activity re-deisgn ends --*/
/*-- Access limit institution starts --*/
.ins_access_limit {
  border-radius: var(--borderrad-md, 16px);
  border: 1px solid var(--brand-blue, #00C2F3);
  background: rgba(0, 194, 243, 0.30);
  padding: 16px;
  color: #052460;
  margin-bottom: 30px;
}
.ins_access_limit .media-body {
  padding-left: 8px;
}
.ins_access_limit .media-heading {
  font-size: 17px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: normal;
  letter-spacing: 0.425px;
  margin-bottom: 0px;
}
.ins_access_limit p {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.085px;
}
.ins_access_limit.scholarship_note h4,
.ins_access_limit.scholarship_note p {
  display: inline;
  font-size: 14px;
}
.ins_access_limit.scholarship_note {
  background: rgba(255, 228, 204, 1);
  border: 0;
  margin-top: 20px;
}
/*-- Access limit institution ends --*/
/*-- Representative details starts --*/
.partner_contact_img {
  background: #CCF3FD;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  overflow: hidden;
  text-align: center;
}
.partner_contact_img img {
  border-radius: 50%;
}
.partner_owner_card {
  border-radius: 16px 32px 32px 32px;
  background: linear-gradient(0deg, var(--bg, #FFF) 0%, var(--bg, #FFF) 100%), var(--bg, #FFF);
  box-shadow: 0px 28px 42px 0px rgba(5, 36, 96, 0.11);
  padding: 16px;
}
.partner_owner_card .media-body {
  padding-left: 16px;
}
.partner_owner_card .media {
  margin-bottom: 12px;
  word-break: break-all;
}
.partner_owner_card .media:last-child {
  margin-bottom: 0;
}
.partner_contact_name {
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.425px;
  color: #052460;
}
.partner_position {
  font-size: 11px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.055px;
  color: #8c8c8c;
}
.partner_owner_card .loader_wrap {
  padding:0px;
  margin-bottom: 25px;
}
.partner_owner_card .loader_wrap svg {
  width: 40px;
}
.partner_email {
  text-decoration: underline;
  color: #052460;
  font-weight: 500;
  font-size: 12px;
}
.partner_contact_number {
  color: #052460;
  font-weight: 500;
  text-decoration: none !important;
}
/*-- Representative details ends --*/
/*-- Course shortlist starts --*/
#course_shortlist_modal .ui.dropdown {
  border-radius: 8px!important;
  padding: 18.5px 16px !important;
}
#course_shortlist_modal .ui.form .field.round .ui.dropdown>.dropdown.icon {
  padding: 18px 8px;
}
#course_shortlist_modal .ui.form .field.round .ui.dropdown.student_select_drop>.dropdown.icon {
  padding: 0px;
}
.course-shortlist-info-form .checkbox-field {
  flex-wrap: wrap;
}
.course-shortlist-info-form .checkbox-field .ui.radio.checkbox {
  width: 48% !important;
}
.ui.form.course-shortlist-info-form .shortlist_student_name input {
  border-radius: var(--borderrad-sm, 8px);
  border: 0.5px solid var(--fill-grey-250, rgba(140, 140, 172, 0.50));
  background: var(--fill-grey-250, rgba(140, 140, 172, 0.50));
}
.course_shortlist_success p {
  max-width: 468px;
  margin-top: 16px;
  text-align: center;
}
#course_shortlist_modal .loader_wrap {
  box-shadow: none;
}
#course_shortlist_modal .ui.form .field:not(:first-of-type) {
  margin-left: 16px;
}
/*-- Course shortlist ends --*/
/*-- Offer speed styles starts --*/
.current_offer_speed {
  border-radius: 84px;
  background: var(--sky-02, #ABEEFF);
  color: var(--dark-purple, #110053);
  font-style: italic;
  display: inline-block;
  padding: 4px 10px;
  line-height: normal;
  font-size: 10px !important;
}
.current_offer_speed span {
  font-size: 10px !important;
}
.current_offer_speed.speed_average {
  background: var(--sunshine-03, #FFF3AD);
}
.current_offer_speed.speed_fast {
  background: var(--sky-02, #ABEEFF);
}
.current_offer_speed.speed_slow {
  background: #FFD4AD;
}
.current_offer_speed.speed_super_fast {
  background: var(--sea-02, #AEFFE7);
}
.current_offer_speed.speed_very_slow {
  background: #FFADAD;
}
.current_offer_speed span {
  display: inline;
  font-weight: 400;
  font-size: 10px;
}
.current_offer_speed span.current_offer_status {
  font-weight: 700;
  line-height: normal;
  color: var(--dark-purple, #110053);
}
.offer_speed_display {
  position: relative;
}
.card-univ_pod .offer_speed_display{
  position: absolute;
  top: 16px;
  right: 16px;
}
.offer_speed_cont {
  border-radius: var(--borderrad-sm, 8px);
  background: #FFF;
  box-shadow: 0px 20px 34px 0px rgba(5, 36, 96, 0.20);
  padding: 8px;
  color: var(--dark-purple, #110053);
  text-align: center;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 280px !important;
}
.offer_tolltip_close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.offer_speed_cont h3 {
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #053460 !important;
  line-height: normal !important;
  margin-bottom: 0px !important;
  text-align: center !important;
}
.offer_expect_text {
  font-size: 12px !important;
  font-weight: 400;
  color: #052460;
}
.offer_static_text {
  font-size: 8px !important;
  font-style: normal;
  font-weight: 400;
  color: var(--fill-grey-2, #8C8CAC);
}
.offer_speed_day {
  color: var(--fill-grey-2, #8C8CAC);
  font-size: 12px !important;
  margin-bottom: 10px;
}
.offer_speed_day span {
  font-size: 12px !important;
}
.university_course_list .univ_info .current_offer_speed span {
  display: inline-block;
}
.long_offer_wrap {
  text-align: center;
  color: #052460;
}
.long_offer_wrap h1 {
  font-size: 33px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.485px;
  color: #ff3a3d;
  margin-bottom: 8px;
}
.long_offer_wrap h4 {
  font-size: 17px;
  font-weight: 500 !important;
  line-height: normal;
  letter-spacing: 0.425px;
  margin-bottom: 0;
}
.long_offer_wrap h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.36px;
  margin-bottom: 24px;
}
.long_offer_wrap p {
  font-size: 11px !important;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.055px;
  margin-bottom: 24px;
}

/*-- Offer speed styles ends --*/
div[id=zohohc-asap-web-layoutbox] {
  width: calc(50% - 0px + 40px) !important;
}

/*-- Application preference styles starts --*/
#student_select_application .ui.form .field.round .ui.dropdown.apcn_status_create>.dropdown.icon,
#student_select_application .ui.form .field.round .ui.dropdown.apcn_preference>.dropdown.icon,
.studenProfiletTableEdit .ui.form .ui.dropdown.apcn_preference>.dropdown.icon {
  padding: 0px;
}
.ui.dropdown.apcn_preference .menu {
  width: 100%;
}
.ui.dropdown.apcn_status_create>.text,
.ui.dropdown.apcn_preference>.text {
  width: calc(100% - 42px);
}
.ui.dropdown.apcn_status_create>.menu {
  width: 100%;
}

.app_pref_display {
  font-size: 11px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.055px;
  color: #8C8CAC;
}
/*-- Application preference styles ends --*/
/*-- Offer Escalation starts --*/
.offer_escalation_modal .splitter {
  margin: 20px 0;
}
.offer_escalation_modal .modal-header {
  padding: 24px 32px;
}
.offer_escalation_modal .modal-header .modal-title {
  font-size: 17px;
}
.offer_escalation_modal .modal-footer {
  border: 0;
}
.offer_escalation_confirm_wrap {
  margin-bottom: 16px;
}
.offer_escalation_request {
  padding: 16px;
  border-radius: var(--borderrad-md, 16px);
  border: 1px solid var(--fill-grey-250, rgba(140, 140, 172, 0.50));
  text-align: center;
}
.offer_escalation_request h3 {
  font-size: 17px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: normal;
  letter-spacing: 0.425px;
  margin-top: 8px;
}
.offer_escalation_request p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.07px;
  max-width: 500px;
  margin: auto auto 8px 
}
.offer_escalation_request h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.36px;
}
.offer_request_details {
  display: flex;
  justify-content: space-around;
  margin-top: 24px;
}
.offer_request_details .offer_request_details_cont {
  flex: 1 1 50%;
}
.offer_request_details .offer_request_details_cont:first-child {
  border-right: 1px solid rgba(140, 140, 172, 0.50);
}
.offer_request_details .offer_request_details_cont:last-child {
  border-right: 0;
}
.offer_request_details .offer_request_details_cont .offer_request_highlight {
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.425px;
}
.offer_escalation_info {
  border-radius: var(--borderrad-md, 16px);
  background: var(--SUNSHINE-02, #FFF8CD);
  padding: 12px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin: 16px 0 0;
}
.offer_escalation_support {
  border-radius: 16px;
  border: 1px solid var(--fill-grey-250, rgba(140, 140, 172, 0.50));
  padding: 16px;
  margin: 16px 0;
}
.offer_escalation_support_details .media {
  gap: 24px;
}
.offer_escalation_support_details .media p {
  margin-bottom: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.14px;
  color: #8c8c8c;
}
.offer_escalation_support_details .media .media-heading {
  margin: 8px 0;
}
.offer_escalation_support_details .media .offer_escalation_supporter_user {
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.425px;
  margin: 0;
}
.offer_escalation_support_details .media .offer_escalation_support_contact p {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.085px;
  color: #052460;
}
.offer_escalation_support_details .media .offer_escalation_support_contact a {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.085px;
  color: #052460;
  text-decoration: none;
}
.offer_escalation_support_contact {
  display: flex;
  gap: 24px;
}
.offer_escalation_support_details .media .offer_escalation_support_conatct p {
  color: #052460;
}
.offer_escalation_modal .modal-content {
  border-radius: 16px;
}
.offer_escalation_support_img img {
  border-radius: 50%;
}
.btn-secondary.offer_escalation_trigger:hover svg path,
.btn-secondary.offer_escalation_trigger:focus svg path {
  stroke: #fff;
}
.resubmit-list-item {
  max-width: 550px;
  margin: auto;
}
.resubmit-list-item p {
  display: inline-block;
  text-align: left;
  font-size: 14px !important;
  font-weight: 400;
  box-shadow: 0px 7px 17px rgb(5 36 96 / 11%)!important;
  border: 1px solid rgba(5, 36, 96, 0.2);
  padding: 10px;
  border-radius: 8px;
}
.resubmit-list-item h3 {
  font-size: 14px;
  line-height: 29px;
  letter-spacing: -0.3px;
  color: #052460;
}
/*-- Offer Escalation starts --*/
/*-- Application creation flow UI changes starts --*/
.apcn_status_info_wrap {
  border-radius: 4px;
  border: 1px solid #00C797;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.80) 100%), #00C797;
  padding: 8px var(--12, 12px);
}
.apcn_type_info_wrap p {
  color: var(--Brand-Navy, #052460);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.425px;
}
.apcn_status_info_wrap p {
  color: var(--dark-purple, #110053);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.apcn_status_info_wrap p span {
  font-weight: 700;
}
.apcn_status_info_wrap.apcn_submited_info {
  border: 1px solid #00C797;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.80) 100%), #00C797;
}
.apcn_status_info_wrap.apcn_received_info {
  border: 1px solid #EAA800;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.80) 100%), #EAA800;
}
.apcn_status_info_wrap.apcn_deposit_info {
  border: 1px solid #FF3A3D;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.80) 100%), #FF3A3D;
}
.apcn_type_check_field {
  width: 30% !important;
}
.create-student-apcn-info-form .apcn_type_check .checkbox-field .ui.radio.checkbox.applicationTypeCheck_yes {
  width: 30% !important;
  height: 72px;
}
.create-student-apcn-info-form .apcn_type_check .checkbox-field .ui.radio.checkbox.applicationTypeCheck_yes label {
  height: 100%;
}
.create-student-apcn-info-form .apcn_type_check .checkbox-field .ui.radio.checkbox.applicationTypeCheck_no {
  width: 30% !important;
}
.create-student-apcn-info-form .apcn_type_check .checkbox-field .ui.radio.checkbox.applicationTypeCheck_direct {
  width: 34% !important;
}
.apcn_type_checkbox_field {
  width: 70% !important;
  align-items: center;
}
/*-- Application creation flow UI changes ends --*/
/*-- Raise invoice success style starts --*/
.raise_invoice_success {
  text-align: center;
  max-width: 472px;
  margin: auto;
  padding: 30px 0;
}
.raise_invoice_success h4 {
  color: var(--Brand-Navy, #052460);
  font-size: 33px !important;
  font-weight: 600 !important;
  line-height: normal !important;
  letter-spacing: -1.485px !important;
  margin: 24px 0;
}
.raise_invoice_success p {
  color: var(--Brand-Navy, #052460);
  font-size: 20px !important;
  font-weight: 400;
  line-height: normal;
  margin-bottom:24px;
}
/*-- Raise invoice success style ends --*/
/*-- Application owner details starts --*/
.apcn_owner_block {
  background: #fff;
  /* box-shadow: 0px 28px 50px rgba(5, 36, 96, 0.11); */
  border-radius: 8px;
  display: flex;
  padding: 8px 5px;
  margin-bottom: 0px;
  align-items: center;
  border: 1px solid #00CEB5;
}
.apcn_owner_block .media-left {
  background: #EAF9FD;
  border-radius: 50%;
  align-items: center;
  padding: 4px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
}
.apcn_owner_block p {
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.055px;
  color: var(--Brand-Navy, #052460);
  margin-bottom: 0;
}
.apcn_owner_block a {
  color: var(--Brand-Navy, #052460);
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.application-list-page .stdbtn_wrap {
  padding-bottom: 0 !important;
}
.apcn_owner_wrap {
  gap: 10px;
}
/* .apcn_head_block .apcn_owner_block {
  background: #E5F8FD;
}
.apcn_head_block .apcn_owner_block .media-left {
  background: #fff;
} */
/*-- Application owner details ends --*/
/*-- Application deadline section starts --*/
.apcn_deadline_list {
  display: flex;
  justify-content: flex-start;
  gap: 100px;
  background: #F8F8F8;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
  border: 1px solid var(--MIDNIGHT-01, #E5E5F0);
  text-align: left;
}
.apcn_deadline_item h5 {
  color: var(--Brand-Navy, #052460);
  font-size: 14px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
  letter-spacing: 0.07px;
}
.apcn_deadline_item p {
  color: var(--Brand-Navy, #052460);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.055px;
  margin-bottom: 5px;
}
/*-- Application deadline section ends --*/
/*-- Sholarship styles starts --*/
.scholarship_card {
  border: 1px solid #E5E5F0;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 16px;
}
.scholarship_acord_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.scholarship_acord_head h3 {
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.025em;
  color: #052460;
}
.scholarship_acord_head p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  letter-spacing: 0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.scholarship_acord_head .scholarship_acord_head_cont {
  flex: 1 1 49%;
}
.scholarship_acord_head .scholarship_acord_head_inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.scholarship_acord_head_inner_cont {
  flex: 1 1 30%;
  max-width: 30%;
}
.scholarship_wrap_title p {
  color: rgba(140, 140, 172, 1);
}
.scholarship_acord_head_inner {
  display: flex;
  align-items: center;
  gap: 15px;
}
.scholarship_accordion{
  margin-top: 16px;
}
.info_card_wrap {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.info_card_wrap .info_card_cont {
  flex: 1 1 48%;
  border: 1px solid #E5E5F0;
  border-radius: 12px;
  padding: 16px;
}
.info_card_wrap .info_card_cont h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 23.4px;
  letter-spacing: -0.015em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 10px;
}
.info_card_wrap .info_card_cont p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.005em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 0;
}
.inner_info_wrap {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}
.inner_info_wrap .inner_info_cont {
  flex: 1 1 23%;
  max-width: 23%;
}
.inner_info_wrap .inner_info_cont p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  letter-spacing: 0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgba(140, 140, 172, 1);
}
.scholarship_acord_head .dropdown.icon:before {
  content: "";
  background: url(../assets/images/chevron-down.svg) 0 0 no-repeat !important;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}
.scholarship_acord_head .dropdown.icon[aria-expanded="true"]:before {
  transform: rotate(180deg);
}

.course_filter_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 34px;
  gap: 15px;
}
.course_search_tab .ui.form .inline.fields .field>label {
  display: block;
}
.course_filter_form.ui.form .inline.fields.inline_field_flex,
.eligibility_filter_form.ui.form .inline.fields.inline_field_flex,
.student_filter_form.ui.form .inline.fields.inline_field_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 0;
}
.eligibility_filter_form.ui.form .inline.fields.inline_field_flex {
margin-bottom: 26px;
flex-wrap: wrap;
}
.listing_top_filter .ui.form.eligibility_filter_form .inline.fields.inline_field_flex .field {
flex: 1 1 14%;
}
.ui.form .inline.fields.inline_field_flex .field {
  flex: 0 1 50%;
  border-radius: 8px;
  padding: 0px;
}
.ui.form .inline.fields.inline_field_flex .field.field_btn_wrap {
  flex: 0 1 13%;
}
.ui.form .inline.fields.inline_field_flex.inline_field_two .field {
  flex: 0 1 50%;
  
}
.course_search_option {
  text-align: center;
  color: var(--Brand-Navy, #052460);
  margin-bottom: 40px;
}
.course_search_option_main {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 24px;
}
.select_all_check {
border-bottom: 1px solid var(--MIDNIGHT-01, #E5E5F0) !important;
}
.course_search_option_main .course_search_option_item {
  border-radius: 16px;
  border: 1px solid var(--MIDNIGHT-01, #E5E5F0);
  background: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.08px;
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}

.course_filter_form.ui.form .inline.fields.inline_field_flex .field label,
.eligibility_filter_form.ui.form .inline.fields.inline_field_flex .field label,
.student_filter_form.ui.form .inline.fields.inline_field_flex .field label {
  color: var(--Fill-Black, #052460) !important;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal !important;
  letter-spacing: 0.05px;
  opacity: 0.7;
  padding-left: 8px;
  margin-bottom: 0;
  padding-bottom: 0px !important;
  position: static;
  font-family: 'IBM Plex Sans';
  padding: 0 !important;
  padding-left: 7px !important;
}
.ui.multiple.search.dropdown>input.search {
padding: 0px !important;
}
.course_filter_form.ui.form .inline.fields.inline_field_flex .field .ui.dropdown,
.eligibility_filter_form.ui.form .inline.fields.inline_field_flex .field .ui.dropdown,
.student_filter_form.ui.form .inline.fields.inline_field_flex .field .ui.dropdown {
  width: 100%;
  border: 0px !important;
  padding: 12px 8px 12px !important;
  min-height: 27px;
  border-radius: 8px !important;
  background: #fff;
  color: var(--Brand-Navy, #052460);
  font-family: "IBM Plex Sans";
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal !important;
  letter-spacing: 0.35px !important;
}
.ui.form .inline.fields.inline_field_flex .field .dropdown_label {
  background: #fff;
  border-radius: 8px;
  white-space: nowrap;
}
.ui.form .inline.fields.inline_field_flex .field .dropdown_label .ui.dropdown>.dropdown.icon {
  padding: 0;
  padding-right: 8px;
}
.ui.form .inline.fields.inline_field_flex .field .dropdown_label .menu {
min-width: 200px;
}
.ui.form .inline.fields.inline_field_flex .field .dropdown_label .ui.dropdown {
  padding: 4px 8px !important;
  border-radius: 8px !important;
  white-space: nowrap;
}
.ui.form .inline.fields.inline_field_flex .field .dropdown_label .ui.dropdown input {
padding: 4px 8px !important;
}
.course_filter_top .search_with_name,
.course_filter_top .student_filter_form {
  flex: 0 1 50%;
}
.search_with_name{
  position: relative;
}
.search_with_name button{
  position: absolute;
  right: 2px;
  top: 2px;
  border: 0;
  background: transparent;
  padding: 0px 10px;
  border-radius: 8px;
  transition: all ease 0.3s;
  height: calc(100% - 4px);
  outline: 0px;
}
.ui.form.search_with_name input{
  background: #fff;
  border-radius: 8px!important;
  padding: 11.5px 20px!important;
  outline: 0;
  width: 555px;
  border: 0!important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.35px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  padding-right:60px !important;
  margin: 0px !important;
  margin-bottom: 0px !important;
}
.course_search_bottom_block {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  width: 100%;
  text-align: center;
}
.course_filter_form.ui.form .inline.fields.inline_field_flex .field .checkbox_dropdown_field.ui.dropdown .menu>.item label {
  color: var(--MIDNIGHT-05, #110053) !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  width: 100%;
  padding: .78571429rem 1.14285714rem !important;
  padding-left: 45px !important;
}
.checkbox_dropdown_field.ui.dropdown .menu>.item {
  padding: 0px !important;
}
.checkbox_dropdown_field .item .ui.checkbox {
  width: 100%;
}
.course_filter_form.ui.form .inline.fields.inline_field_flex .field .checkbox_dropdown_field.ui.dropdown .menu>.item label:before,
.course_filter_form.ui.form .inline.fields.inline_field_flex .field .checkbox_dropdown_field.ui.dropdown .menu>.item label:after {
  top: 10px;
  left: 10px;
}
.course_filter_form.ui.form .inline.fields.inline_field_flex .field .checkbox_dropdown_field.ui.dropdown .menu>.item .dropdown.icon {
  right: 10px;
  top: 13px;
}
.listing_top_filter {
  border-bottom: 1px solid var(--MIDNIGHT-01, #E5E5F0);
  background: #FFF;
  padding-bottom: 8px;
}
.listing_top_filter .ui.form .inline.fields.inline_field_flex .field {
  border-radius: 8px;
  border: 1px solid var(--MIDNIGHT-01, #E5E5F0);
  background: var(--Fill-White, #FFF);
}
.ui.form .ui.radio.checkbox label:after,.ui.form .ui.radio.checkbox label:before{
  display: none;
}
.ui.radio.checkbox input:checked~.box, .ui.radio.checkbox input:checked~label{
  border: 2px solid #00C2F3!important;
}
.ui.form .ui.checkbox label {
  font-size: 14px!important;
  line-height: 18px!important;
  letter-spacing: 0.005em!important;
  cursor: pointer;
}
.ui.checkbox .box:before, .ui.checkbox label:before {
  border-radius: 4px;
  width: 24px;
  height: 24px;
}
.ui.checkbox .box:before, .ui.checkbox label:before{
  border: 1px solid #939393;
}
.ui.checkbox input:checked~.box:before, .ui.checkbox input:checked~label:before {
  border-radius: 4px;
  background: var(--Brand-Blue, #00C2F3);
  border: 1px solid var(--Brand-Blue, #00C2F3);;
}
/* .ui.checkbox input:checked~label:after {
  opacity: 1;
  color: #fff;
} */

.ui.checkbox input:checked~.box:after, .ui.checkbox input:checked~label:after {
  font-size: 19px;
  top: 0;
  left: 0;
  background: url(../assets/icons/new/tick_mark_new.svg) var(--Brand-Blue, #00C2F3) center no-repeat;
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 4px;
}
.ui.checkbox input:indeterminate~.box:after, .ui.checkbox input:indeterminate~label:after {
  font-size: 40px;
  top: 0;
  left: 0;
  background: var(--Brand-Blue, #00C2F3);
  content: '-';
  width: 24px;
  height: 24px;
  border-radius: 4px;
  color: #fff !important;
  padding: 0 !important;
  line-height: 10px;
}
.location_select_dropdown .ui.dropdown > .menu,
.nationality_select_dropdown .ui.dropdown > .menu {
  overflow: hidden;
  max-height: none;
}
.scholarships_search_filter_listing .ui.selection.dropdown .menu {
  border-top-width: 1px !important;
}
.ui.form.scholarships_search_filter_listing .ui.dropdown.checkbox_dropdown_field .menu>.item {
  padding: 0px !important;
}
.slected_item_count {
  display: flex;
  width: 16px;
  height: 16px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  background: var(--Brand-Blue, #00C2F3);
  border-radius: 8px;
  position: absolute;
  right: 15px;
  top: 12px;
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.275px;
  color: #fff;
}
.slected_item_count span {
  color: #FFF;
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.275px;
}
.scholarship_wrap_title {
  margin: 16px 0;
  padding: 0px 16px;
  padding-left: 0px;
}
.scholarship_acord_head_link {
  cursor: pointer;
}
/*-- skeleton box styles starts--*/
.skeleton-box {
  display: flex;
  height: 1em;
  position: relative;
  overflow: hidden;
  background-color: #DDDBDD!important;
  border-radius: 4px;
  margin-right: 10px !important;
}
.skeleton-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  animation: shimmer 2s infinite;
  content: "";
}
@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
.skeleton_loading_wrapper {
  position: relative;
}
.skeleton_str_loader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.skeleton_str_loader_cont .loader_str .loader_str_logo {
  position: absolute;
  top: -30px;
  left: 20px;
}
.loader_str {
  position: relative;
  width: 26px;
  height: 26px;
}
.loader_str .loader_str_logo {
  position: absolute;
  top: 3px;
  left: 3px;
}
/*-- skeleton box styles ends--*/
/*-- Pagination style starts --*/
.new-pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  margin: 0;
}
.new-pagination li{
    position: relative;
    display: block;
    line-height: 1.25;
    margin: 0 3px;
    border: 1px solid #f3ecec;
  background: #fff;
  border-radius: 4px;
}
.new-pagination li a{
  color: #8C8CAC;
  font-size: 14px;
}
.new-pagination li.active{
  border-radius: 4px;
  background: var(--Brand-Blue, #00C2F3);
  border: 1px solid var(--Brand-Blue, #00C2F3);
  font-family: 'IBM Plex Sans';
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.new-pagination li.disabled {
	pointer-events: none;
}
.new-pagination li.disabled span{ 
  opacity: .6;
}
.new-pagination li.active span,
.new-pagination li.active a {
  color: #fff;
  font-weight: 600;
  background: var(--Brand-Blue, #00C2F3);
  border: 1px solid var(--Brand-Blue, #00C2F3);
}
.new-pagination li a,.new-pagination li > span{
  padding: 0.5rem 0.75rem;
  display: inline-block;
  color: #8C8CAC;
  font-family: 'IBM Plex Sans';
  font-size: 14px;
  font-weight: 600;
  text-decoration: none!important;
  border: 1px solid #f3ecec;
  background: #fff;
  border-radius: 4px;
}
.new-pagination li.disabled a {
  opacity: 0.6;
  pointer-events: none;
}
.new-pagination li .fa{
    font-size: 11px;
}
.pagination-nav-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

/*-- Pagination style ends --*/
.search_with_name .ui.input .link {
  right: 60px!important;
  background: url(../assets/icons/x-black.svg) no-repeat center;
  background-size: 12px 40px;
  display: none;
}
.search_with_name .ui.input.loading .link {
  background: none;
}
.ui.form.search_with_name .ui.input .link {
  right: 30px !important;
}
/*-- selected option list with clear all starts --*/
.options_selected_list {
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
  flex-wrap: wrap;
}
.options_selected_list .options_selected_item {
  color: var(--MIDNIGHT-05, #110053);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border-radius: 999px;
  border: 1px solid rgba(0, 194, 243, 0.50);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.90) 0%, rgba(255, 255, 255, 0.90) 100%), #00C2F3;
  padding: 4px 12px;
  display: inline-flex;
  align-items: center;
  height: auto;
  margin-bottom: 8px;
  position: relative;
}
/* .options_selected_list .options_selected_item:after {
  background: url(../assets/icons/new/close-grey.svg) 0 0 no-repeat;
  width: 10px;
  height: 10px;
  display: inline-block;
  content: "";
  background-size: 10px;
  margin: 0 0 0 8px;
} */
.options_selected_list .options_selected_item span.selected_item_name {
  color: rgba(17, 0, 83, 0.50);
  padding-right: 5px;
}
.options_selected_list .options_selected_item span.remove_selected_item {
  margin-left: 5px;
}
/*-- Sholarship styles ends --*/
/* CK Editor Custom styles starts */
.chat-history .message-data ol > li {
	list-style: decimal;
}
.chat-history .message-data ul > li {
	list-style: disc;
}
.chat-history .message-data ul {
	padding-left: 40px;
}
.chat-history .message-data ol {
	padding-left: 40px;
}
.chat-history .message-data ul,
.chat-history .message-data ol {
  margin-top: 0;
  margin-bottom: 1rem;
}
.ck-content li {
	list-style: inherit;
}
.ck-content ul {
	padding-left: 40px;
}
.ck-content ol {
	padding-left: 40px;
}
/* CK Editor Custom styles ends */

/*-- new common page loader styles starts --*/
#common_page_loader {
  background: rgba(0, 0, 0, 0.50);
  backdrop-filter: blur(6px);
  z-index: 9999999999;
}
#common_page_loader .modal-content {
  background-color: transparent;
  border: 0px;
}
#common_page_loader .loader_str {
  position: relative;
  width: 80px;
  height: 80px;
}
#common_page_loader .loader_str .loader_str_logo {
  position: absolute;
  top: 20px;
  left: 20px;
}
.no_results_wrap_cont {
  margin: 200px auto;
  text-align: center;
}
.no_results_wrap_cont h5 {
  color: var(--Typography-Dark, #110053);
  font-size: 24px;
  font-weight: 400 !important;
  line-height: normal;
  max-width: 800px;
  margin: auto;
  margin-top: 16px;
}
/*-- new common page loader styles ends --*/
/*-- Highlighting Rows styles starts --*/
.ring-container {
  position: relative;
  display: none;
  width: 12px;
  height: 12px;
  padding-right: 0;
  margin-left: -25px;
}
.highlight-row {
  background: rgba(239, 240, 246, 1);
  font-weight: 600;
}
.highlight-row .ring-container {
  display: inline-block;
}
.circle {
  width: 9px;
  height: 9px;
  background-color: #052460;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
}
.ringring {
  border: 3px solid #052460;
  -webkit-border-radius: 30px;
  height: 15px;
  width: 15px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite; 
  opacity: 0.0
}
@-webkit-keyframes pulsate {
  0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
  50% {opacity: 1.0;}
  100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}
/*-- Highlighting Rows styles ends --*/
/*-- Dashboard switch starts --*/
.dashboard_design_change.ui.toggle.checkbox label {
  padding-left: 40px;
}
.dashboard_design_change.ui.toggle.checkbox label:before,
.dashboard_design_change.ui.toggle.checkbox input:checked ~ label:before {
  border: 1px solid #E5E5E5;
  /* background: #fff !important; */
  width: 34px;
  height: 20px;
  border-radius: 25px;
}
.dashboard_design_change.ui.toggle.checkbox label:after {
  width: 16px;
  height: 16px;
  top:2px;
  left: 2px;
  background: #B0BABF;
  box-shadow: none;
}
.dashboard_design_change.ui.toggle.checkbox input~label:after {
  left: 3px;
  border-radius: 50%;
}
.dashboard_design_change.ui.toggle.checkbox input:checked~label:after {
  left: 15px;
  top: 2px;
  background: #fff;
}
.dashboard_design_change.ui.toggle.checkbox input:focus~label:before {
  background: #fff;
  border: 1px solid #E5E5E5;
}
/*-- Dashboard switch ends --*/
/*-- Commission tooltip changes starts --*/
.commission_tooltip_display_cont {
  border: 0 !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 8px 32px 0px !important;
}
.commission_tooltip_display_cont h3,
.commission_tooltip_display_cont h3 a {
  font-size: 14px;
  font-weight: 600;
  line-height: 18.2px;
  color: #052460;
}
.commission_tooltip_display_cont h3 {
  margin-bottom: 5px;
}
.commission_tooltip_display_cont p {
  font-size: 11px;
  font-weight: 400;
  line-height: 14.3px;
  color: #052460B2;
  margin-bottom: 5px;
}
.commission_tooltip_display_cont li {
  list-style: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.6px;
  color: #110053;
}
.apcn_fees_detail.apcn_fees_detail_commission h5 {
  color: #14A883;
  font-size: 14px;
  font-weight: 600 !important;
  line-height: normal;
  letter-spacing: 0.14px;
}
#student_select_application .commission_detl_box p {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #110053;
  overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    position: relative;
}
#student_select_application .commission_detl_box p.expanded {
    -webkit-line-clamp: unset !important; /* Remove clamp when expanded */
}
.see-more {
  color: blue;
  cursor: pointer;
  display: none;
}
#student_select_application .commission_detl_box h3 {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 2.5%;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 8px;
}
.apcn_agent_status {
  width: 100%;
  background: #f5f6fc;
  padding: 8px 10px;
  border-radius: 8px;
  margin-top: 16px;
}
.change_agent_status {
  font-weight: 400;
  font-size: 10px;
  leading-trim: Cap height;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #110053;
  margin-right: 15px;
}
.apcn_agent_status .change_agent_applicable{
  border: 1px solid #00C2F3;
  background: linear-gradient(0deg, rgba(0, 194, 243, .2), rgba(0, 194, 243, 0.2)), linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
  padding: 4px;
  border-radius: 4px;
}
.apcn_agent_status .change_agent_notApplicable{
  background: linear-gradient(0deg, rgba(234, 168, 0, 0.2), rgba(234, 168, 0, 0.2)),linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
  border: 1px solid #EAA800;
  padding: 4px;
  border-radius: 4px;
}
.change_agent_desc {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0%;
  vertical-align: middle;
}
/*-- Commission tooltip changes ends --*/