@import url("cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css");

@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
        url('../fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratextrabold';
    src: url('../fonts/montserrat-extrabold-webfont.woff2') format('woff2'),
        url('../fonts/montserrat-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratsemibold';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff');
    font-style: normal;
}


@font-face {
    font-family: 'montserratlight';
    src: url('../fonts/montserrat-light-webfont.woff2') format('woff2'),
        url('../fonts/montserrat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratmedium';
    src: url('../fonts/montserrat-medium-webfont.woff2') format('woff2'),
        url('../fonts/montserrat-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
        url('../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratthin';
    src: url('../fonts/montserrat-thin-webfont.woff2') format('woff2'),
        url('../fonts/montserrat-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cooper_blackregular';
    src: url('../fonts/coopbl-webfont.woff2') format('woff2'),
        url('../fonts/coopbl-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: 'montserratregular', 'arial';
    font-weight: normal;
}

h1 {
    font-family: 'montserratextrabold';
    font-weight: normal;
}

h1.cooper {
    font-family: 'cooper_blackregular';
    font-weight: normal;
}

p {
    color: #58697e;
    margin-bottom: 5px;
}

.form-control-primary {
    margin: 10px;
    opacity: 0.2;
    border-radius: 2px;
}

.sidebar {
    position: fixed;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: 100;
    padding: 10px;
    box-shadow: 5px 0px 13px 0px rgb(88 88 88 / 23%);
}

.left-sidebar {
    position: sticky;
    top: 0;
    height: 100%;
}
.sidebar-nav {
    margin-top: 30px;
    display: block;
}

main {
    padding-top: 90px;
}

main .card {
    margin-bottom: 20px;
}

.left-sidebar .navbar-brand {
    margin: 0;
    display: block;
    text-align: center
}

.dashboard-top-menu {
    background: #f0393a;
}

.dashboard-top-menu.fixed-top {
    z-index: 10;
}

.left-sidebar .navbar-brand img {
    width: 190px;
}

.dashboard-bar {
    color: #fff;
}

.dashboard-top-menu.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.sidebar-nav li {
    margin-bottom: 10px;
}

.sidebar-nav li .nav-link {
    color: #575757;
    font-family: 'montserratmedium';
    font-size: .9rem;
    padding: 5px 7px;
    border-radius: 30px;
    transition: 0.3s;
}

.sidebar-nav li .nav-link.active {
    color: #f0393a;
    background: #ffe8e8;
    border-radius: 30px;
    padding: 4px 7px;
}
.sidebar-nav li .nav-link:hover{
    color: #f0393a;
    background: #ffe8e8;

}
.dashboard-main-menu .nav-link.active i{
    color: #fff;
    background: #f0393a;
}
.dashboard-main-menu .nav-link:hover i{
    color: #fff;
    background: #f0393a;
}
.dashboard-main-menu .nav-link i {
    display: inline-block;
    color: #f0393a;
    font-size: .8rem;
    margin-bottom: 0;
    width: 28px;
    height: 28px;
    border: 1px solid #f0393a;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    margin-right: 3px;
    transition: 0.3s;
}
.dashboard-bar {
    display: inline-block;
    text-decoration: none;
}
.dashboard-bar:hover {
    text-decoration: none;
    color: #fff;
}
.col-md-2.wide-menu{
    flex: 0 0 auto;
    width: 8.33333333%;
}
.col-md-10.wide-dashboard{
    flex: 0 0 auto;
    width: 91.66666667%;
}
.navbar-brand .small-cion-logo {
    display: none;
}
.navbar-brand.icon-logo .small-cion-logo {
    display: inline-block;
    width: 41px;
}
.navbar-brand.icon-logo .big-logo {
    display: none;
}
.dashboard-main-menu{
    transition: 0.3s;
}
.dashboard-main-body{
    transition: 0.3s;
    min-height: 630px;
}
.dashboard-main-menu.wide-menu .nav-link i {
    display: block;
    text-align: center;
    margin: 0 auto;
    transition: 0.3s;
     margin-bottom: 3px;
}
.dashboard-main-menu.wide-menu .sidebar-nav li .nav-link {
    font-size: .8rem; margin-bottom: 3px;
    border-radius: 3px;
    text-align: center;
}
.offset-md-2.small-bar{
    margin-left: 8.33333333%;
}
.report-tiels{
    box-shadow: 5px 0px 13px 0px #dedede;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 5px;
}
.report-icon {
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid transparent;
    display: inline-block;
    line-height: 70px;
    font-size: 1.9rem;
}
.blue-circle{
    color: #3cbafb;
    border: 1px solid #3cbafb;
}
.blue-circle:hover{
    color: #fff;
    background: #3cbafb;
    border: 1px solid #3cbafb;
}
.green-circle{
    color: #15a52c;
    border: 1px solid #15a52c;
}
.green-circle:hover {
    color: #fff;
    background: #15a52c;
    border: 1px solid #15a52c;
}
.red-circle{
    color: #f0393a;
    border: 1px solid #f0393a;
}
.red-circle:hover {
    color: #fff;
    background: #f0393a;
    border: 1px solid #f0393a;
}
.orange-circle{
    color: #ffa735;
    border: 1px solid #ffa735;
}
.orange-circle:hover {
    color: #fff;
    background: #ffa735;
    border: 1px solid #ffa735;
}
.report-text{
    text-align: center;
}
.report-text .report-progress{
    display: block;
    font-family: 'montserratextrabold';
    font-size: 1.8rem;
    color: #575757;
}
.report-title {
    text-decoration: none;
    font-family: 'montserratmedium';
    color: #575757;
}
.dashboard-card{
    box-shadow: 5px 0px 13px 0px #dedede;
    padding: 20px;
    border-radius: 5px;
    position: relative;
}
.common-dashboard-heading{
    color: #0f6889;
    font-size: 1.1rem;
    font-family: 'montserratsemibold';
    border-bottom: 1px dashed #d5d5d5;
    padding-bottom: 10px;
}
.heading-with-select{
    position: relative;
}
.heading-with-select .form-select{
    position: absolute;
    top: -8px;
    right: 0;
    width: 150px;
    height: 32px;
    font-size: .8rem;
}
.dashboard-card .nav-pills .nav-link {
    position: relative;
    padding: 0.4rem 0.8rem;
    color: #575757;
    font-size: 0.9rem;
}
.dashboard-card .nav-pills .nav-link.active, .dashboard-card .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #f0393a;
}
.dashboard-card .nav-pills .nav-link.active:before {
    content: '\f0d7';
    position: absolute;
    bottom: -14px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 1rem;
    color: #f0393a;
    left: 0;
    right: 0;
}
.heading-with-select label{
    position: absolute;
    right: 0;
    top: 2px;
    color: #f0393a;
    font-family: 'montserratsemibold';
    font-size: 0.8rem;
}
.account-manager{
    border-radius: 50%;
    width: 100px;
}
.account-manager-name{
    font-family: 'montserratsemibold';
    font-size: 1rem;
    color: #f0393a;
}
.email-text{
    text-decoration: none;
    color: #575757;
    font-size: 0.8rem;
    display: block;
}
.mobile-number{
    text-decoration: none;
    color: #575757;
    font-family: 'montserratsemibold';
    font-size: 0.9rem;
    display: block;
}
.common-dashboard-red-btn{
    background: #f0393a;
    color: #fff;
    text-align: center;
    padding: 5px 15px;
    margin-top: 10px;
    text-decoration: none;
    outline: none;
    transition: 0.3s;
    display: inline-block;
    border: 1px solid transparent;
    margin-right: 7px;
    font-size: .8rem;
    border-radius: 4px;
    cursor: pointer;
}
.common-dashboard-red-btn:hover, .common-dashboard-red-btn:focus {
    text-decoration: none;
    outline: none;
    color: #f0393a;
    background: transparent;
    border: 1px solid #f0393a;
}
.common-dashboard-red-outline-btn{
    background: #fff;
    color: #f0393a;
    text-align: center;
    padding: 5px 15px;
    margin-top: 10px;
    text-decoration: none;
    outline: none;
    transition: 0.3s;
    display: inline-block;
    border: 1px solid #f0393a;
    margin-right: 7px;
    font-size: .8rem;
    border-radius: 4px;
    cursor: pointer;
}
.common-dashboard-red-outline-btn:hover, .common-dashboard-red-outline-btn:focus {
    text-decoration: none;
    outline: none;
    color: #fff;
    background: #f0393a;
    border: 1px solid #f0393a;
}
.common-dashboard-blue-outline-btn{
    background: #fff;
    color: #0f6889;
    text-align: center;
    padding: 5px 15px;
    margin-top: 10px;
    text-decoration: none;
    outline: none;
    transition: 0.3s;
    display: inline-block;
    border: 1px solid #0f6889;
    margin-right: 7px;
    font-size: .8rem;
    border-radius: 4px;
    cursor: pointer;
}
.common-dashboard-blue-outline-btn:hover, .common-dashboard-blue-outline-btn:focus {
    text-decoration: none;
    outline: none;
    color: #fff;
    background: #0f6889;
    border: 1px solid #0f6889;
}
.common-list{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: .9rem;
}
.common-list li{
    list-style: none;
    margin: 0;
    color: #575757;
    border-bottom: 1px dashed #ccc;
    padding: 7px 0;
}
.common-list li:last-child{
    border-bottom: 1px dashed transparent;
}
.common-list li a{
    color: #575757;
    text-decoration: none;
    font-size: .9rem;
    transition: 0.3s;
}
.common-list li a:hover {
    color: #f0393a;
    padding-left: 7px;
}
.common-list span{
    color: #32c149;
    float: right;
}
.dashboard-footer{
    z-index: 1010;
    padding: 20px 0;
}
.inline-list{
    list-style: none;
    margin: 0;
    padding: 0;
}
.inline-list li{
    display: inline-block;
    margin: 0 5px;
}
.inline-list li a{
    color: #fff;
    padding: 4px;
    font-size: 0.8rem;
    text-decoration: none;
    transition: 0.3s;
}

.inline-list1 li a {
    color: #000;
    padding: 4px;
    font-size: 0.8rem;
    text-decoration: none;
    transition: 0.3s;
}

.inline-list li a:hover {
    color: #f0393a;
}
.dashboard-footer .copyright {
    padding: 0;
}
.dashboard-footer .copyright p {
    font-size: 0.8rem;
}
.dashboard-footer .social-icons li a {
    height: 27px;
    width: 27px;
    line-height: 27px;
    font-size: 0.8rem;
}
.navbar-nav.top-dashboard-menu{
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
.navbar-nav.top-dashboard-menu li{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

/*CSS for top header*/
.top-dashboard-menu .nav-link {
    color: #fff;
    display: inline-block;
    font-size: .8rem;
}
.top-dashboard-menu .nav-link i{
    color: #fff;
    display: inline-block;
    font-size: .8rem;
    width: 26px;
    height: 26px;
    border: 1px solid #fff;
    border-radius: 50px;
    line-height: 26px;
    text-align: center;
}
.top-dashboard-menu .nav-link i:hover {
    color: #f0393a;
    border: 1px solid #fff;
    background: #fff;
}
.nav-link.add-student-btn {
    background: transparent;
    color: #fff;
    text-align: center;
    padding: 5px 15px;
    text-decoration: none;
    outline: none;
    transition: 0.3s;
    display: inline-block;
    border: 1px solid #fff;
    font-size: .8rem;
    border-radius: 30px;
    cursor: pointer;
}
.navbar-dark .navbar-nav .nav-link.add-student-btn:hover, .navbar-dark .navbar-nav .nav-link.add-student-btn:focus {
    text-decoration: none;
    outline: none;
    color: #f0393a;
    background: #fff;
    border: 1px solid #fff;
}
.dashboard-top-menu .dropstart .dropdown-menu[data-bs-popper]{
    position: absolute;
}
.dashboard-bar i{
    width: 30px;
    height: 30px;
    border-radius: 4px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #fff;
    display: inline-block;
}
.dashboard-top-menu .dropdown-item{
    display: block;
    font-size: .8rem;
}
.navbar-nav.top-dashboard-menu .dropdown-menu li{
    display: block;
    margin-left: 10px;
    border-bottom: 1px dashed #ccc;
}
.navbar-nav.top-dashboard-menu .dropdown-menu li:last-child {
    border-bottom: 1px dashed transparent;
}

/*Student Program/College Search CSS*/
.top-red-border{
    border-top: 4px solid #f0393a;
}
.double-search {
    position: relative;
    width: 90%;
    margin: 0 auto;
    display: flex;
}
.w-40{
    width: 40%;
}
.pe-120{
    padding-right: 120px;
}
.double-search .form-control {
    font-size: 0.8rem;
    padding-left: 20px;
    display: inline-block;
}
.search-btn-2 {
    position: absolute;
    height: 45px;
    border-radius: 40px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0 30px;
    background: #f0393a;
    color: #fff;
    border: none;
    right: 0;
    top: 0;
}
.searchinput-1{
    border-radius: 0;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    border-left: 0;
}
.searchinput-2{
    border-radius: 0;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}
.common-dashboard-heading a{
    color: #0f6889;
    text-decoration: none;
}
.common-dashboard-heading a span{
    color: #f0393a;
}
.collage-item{
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.collage-img{
    width: 230px;
    position: relative;
}
.apply-now-btn{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 80%);
    text-align: center;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}
.apply-now-btn:hover{
    background: #f0393a;
    color: #fff;
}
.collage-img img{
    width: 230px;
}
.college-text{
    padding: 15px;
}
.college-text h4{
    font-size: 1.1rem;
    font-family: 'montserratsemibold';
    color: #575757;
    margin-bottom: 0;
}
.college-text label{
    font-size: 0.8rem;
    color: #f0393a;
}
.fees-text{
    display: flex;
    margin-top: 20px;
}
.fees-text label{
    display: block;
    font-size: 1rem;
    font-family: 'montserratsemibold';
    color: #575757;
}
.fees-text span{
    font-size: 0.8rem;
    color: #075879;
}
.programs-fees-text{
    display: flex;
    margin-top: 40px;
}
.programs-title-content{
    margin: 1rem 0;
}
.programs-title-content p:nth-child(2){
    padding-top: 5px;
}
.programs-fees-text label{
    display: block;
    font-size: 1rem;
    font-family: 'montserratsemibold';
    color: #575757;
}
.programs-fees-text span{
    font-size: 0.8rem;
    color: #075879;
}
.tuition-fees{
    padding-right: 15px;
    border-right: 1px solid #f0393a;
}
.programs-fees-text .tuition-fees{
    padding-left: 15px;
    padding-right: 15px;
    border-right: 1px solid #f0393a;
    width: 100%;
}
.application-fees{
    padding-left: 15px;
    padding-right: 15px;
    border-right: 1px solid #f0393a;
}
.programs-fees-text .application-fees{
    padding-left: 15px;
    padding-right: 15px;
    border-right: 1px solid #f0393a;
    width: 100%;
}
.apply-now{
    padding-left: 15px;
    padding-right: 15px;
}
.left-dashboard-bar .accordion-button:not(.collapsed) {
    color: #f0393a;
    background-color: #ffffff;
    font-family: 'montserratsemibold';
    font-size: .9rem;
    border: 1px solid #f0393a;
}
.left-dashboard-bar .accordion-button{
    color: #0f6888;
    background-color: #ffffff;
    font-family: 'montserratsemibold';
    font-size: .9rem;
    padding: 10px;
    border: 1px solid #ccc;
}
.left-dashboard-bar .accordion-body {
    padding: 0;
    padding-bottom: 20px;
}
.left-dashboard-bar .accordion-button:after {
    background: url(images/right-angle.png) !important;
    background-repeat: no-repeat;
    background-size: 0.5rem;
    width: 0.5rem;
    height: 0.9rem;
}
.left-dashboard-bar .accordion-button:not(.collapsed)::after {
    background: url(images/right-angle-red.png) !important;
    transform: rotate(-270deg);
}
.left-dashboard-bar .accordion-body label{
    font-size: 0.8rem;
    font-family: 'montserratsemibold';
}
.left-dashboard-bar .accordion-body .form-control {
    height: 35px;
    font-size: 0.8rem;
    border: 1px solid #dedede;
}
.left-dashboard-bar .accordion-body .form-select {
    height: 35px;
    font-size: 0.8rem;
    border: 1px solid #dedede;
}

.common-dashboard-circle-btn {
    background: #f0393a;
    color: #fff;
    text-align: center;
    padding: 5px 15px;
    margin-top: 10px;
    text-decoration: none;
    outline: none;
    transition: 0.3s;
    display: inline-block;
    border: 1px solid transparent;
    margin-right: 7px;
    font-size: .8rem;
    border-radius: 30px;
    cursor: pointer;
}
.common-dashboard-circle-btn:hover, .common-dashboard-circle-btn:focus {
    text-decoration: none;
    outline: none;
    color: #f0393a;
    background: transparent;
    border: 1px solid #f0393a;
}

.common-circle-blue-btn {
    background: #0f6889;
    color: #fff;
    text-align: center;
    padding: 5px 15px;
    margin-top: 10px;
    text-decoration: none;
    outline: none;
    transition: 0.3s;
    display: inline-block;
    border: 1px solid transparent;
    margin-right: 7px;
    font-size: .8rem;
    border-radius: 30px;
    cursor: pointer;
}
.common-circle-blue-btn:hover, .common-circle-blue-btn:focus {
    text-decoration: none;
    outline: none;
    color: #0f6889;
    background: transparent;
    border: 1px solid #0f6889;
}
.close-btn{
    display: none;
}

.page-item.active .page-link {
    background-color: #f0393a;
    border-color: #f0393a;
}
.page-link {
    color: #f0393a;
    
}

/*Students Dashboard CSS*/
.student-progress{
    text-align: center;
}
.student-progress a{
    display: block;
    text-decoration: none;
}
.student-progress a i{
    display: block;
    font-size: 2rem;
    margin-bottom: 15px;
}
.student-progress label{
    display: block;
    margin-bottom: 20px;
    color: #575757;
    font-family: 'montserratsemibold';
}
.bg-green{
    background: #13b67a;
}
.text-green{
    color: #13b67a;
}
.bg-orange{
    background: #f29c2d;
}
.text-orange{
    color: #f29c2d;
}
.bg-blue-bg{
    background: #00a2ff;
}
.text-blue{
    color: #00a2ff;
}
.overflow-text{
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
.overflow-text h2{
    color: #333333;
}
.overflow-text h2 span{
    color: #333333;
    font-family: 'montserratextrabold';
}
.dashboard-card table{
    font-size: 0.8rem;
}

#pjax-main th a{
    text-decoration: none;
    color: #000;
}
#pjax-main tbody tr td:nth-child(3) a{
    text-decoration: none;
    color: #000;
}


.icon-btn{
    width: 30px;
    height: 30px;
    border-radius: 4px;
    line-height: 30px;
    text-align: center;
    margin-right: 4px;
    display: inline-block;
    color: #fff;
    transition: 0.3s;
}
.icon-btn:hover{
    color: #fff;
    opacity: 0.8;
}
.table .form-select{
    height: 35px;
    font-size: 0.8rem;
}
.table img{
    width: 50px;
}
.bold-title{
    font-family: 'montserratbold';
    font-size: 1.1rem;
}
/*CSS for Student Profile*/
.dashboard-card .accordion-body .form-select {
    height: 35px;
    font-size: 0.8rem;
    border: 1px solid #dedede;
}
.dashboard-card .accordion-body .form-control {
    height: 35px;
    font-size: 0.8rem;
    border: 1px solid #dedede;
}
.dashboard-card .accordion-body textarea.form-control {
    height: auto;
}
.dashboard-card .accordion-body label {
    font-size: 0.8rem;
    font-family: 'montserratsemibold';
    color: #737373;
}
.dashboard-card .accordion-body {
    padding: 1rem 0;
}

.dashboard-card  .dashboard-pills .accordion-button {
    padding-left: 0;
    padding-right: 0;
}
.dashboard-card .accordion-button:focus {
    box-shadow: none;
}
.simple-search{
    position: relative;
}
.simple-search a{
    position: absolute;
    top: 7px;
    right: 10px;
    color: #575757;
}
.simple-search .form-control {
    height: 35px;
    font-size: 0.8rem;
}

.dashboard-card .form-control {
    height: 35px;
    font-size: 0.8rem;
    border: 1px solid #dedede;
}
.dashboard-card #Student .form-control {
        margin-bottom: 20px;
        height: 45px;
        box-shadow: none;
}

.field-student-first_name, #student-email_id, .field-student-lead_status {
    margin-top: 20px;
}
.form-group.field-student-lead_status {
    margin-bottom: 20px;
}
.field-student-country_of_interest {
    margin-bottom: 20px;
    margin-top: 20px;
}
.dashboard-card .form-control.file-input{
    height: 33px;
}
.dashboard-card .mb-3 label {
    font-size: 0.8rem;
    font-family: 'montserratsemibold';
    color: #737373;
}
.icon-red-btn-n{
    font-size: 1rem;
    background: #f0393a;
    width: 30px;
    padding: 2px 5px;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    text-align: center;
    border: 1px solid #f0393a;
    transition: all 0.3s ease-in-out;
}
.icon-red-btn{
    font-size: 1rem;
    background: #f0393a;
    width: 30px;
    padding: 2px 5px;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    text-align: center;
    border: 1px solid #f0393a;
    transition: all 0.3s ease-in-out;
}
.icon-red-btn-1{
    font-size: 1rem;
    background: #f0393a;
    width: auto;
    min-width: 30px;
    margin: 2px;
    padding: 2px 5px;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    text-align: center;
    border: 1px solid #f0393a;
    transition: all 0.3s ease-in-out;
}
.icon-red-btn-1 .fa-eye{
    margin:0;
}
.icon-red-btn:hover{
    color: #f0393a;
    background: #fff;
}
.icon-red-btn-1:hover{
    color: #f0393a;
    background: #fff;
}
.icon-red-btn i{
    margin: 0;
}
.for-student-applications-index table tr td:nth-child(1){
    display: flex;
    flex-wrap: wrap;
    width: 175px;
}

/*student application paid*/

.nav-link.dropdown-toggle img{
    width: 27px;
    height: 27px;
    object-fit: cover;
    object-position: top;
    border: 2px solid #fff;
}

.badge {
    display: inline-block;
    padding: 0.7em 0.65em !important;
    font-size: 0.8rem;
    width: 100%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    padding: 0.5rem 1rem;
}
.badge-1 {
    display: inline-block;
    padding: 1.35em 0.65em;
    font-size: 0.8rem;
    width: 100%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    padding: 0.5rem 1rem;
}

.student-college-applied-index .icon-red-btn{
    padding:  2px 4px;
}
.student-college-applied-index .table{
    width: 1700px
}

.dashboard-bar i{
    display: none;
}

/* payment history*/


.payment-history-index .table{
    width: 1500px;
    overflow-x: auto;
}

.table-responsive::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.table-responsive::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.table-responsive::-webkit-scrollbar-thumb {
  background: #f0393a; 
  border-radius: 10px;
}

  .side-icon a{
    color: #000 !important;
  }
  .side-icon i{
    color: #f0393a;
  }
  .left-sidebar-footer .nav-item a li a{
    border-color: #f0393a !important;
  }

.scroll-rightside-bar{
    max-height: 600px;
    height: auto;
    overflow-y: scroll;
}


/*Start Media Query*/
@media only screen and (max-width: 1400px) and (min-width: 1025px) {
   .sidebar-nav li .nav-link {
        font-size: .7rem;
    }
    .report-title {
        font-size: .9rem;
    }
    .report-text .report-progress {
        font-size: 1.6rem;
    }
    .common-dashboard-heading {
        font-size: 1rem;
    }
    .account-manager {
        width: 85px;
    }
    .sidebar-nav {
        display: block;
    }
}
.desktop-view{
	display: block;
}
.tab-view{
	display: none;
}
@media only screen and (max-width: 900px){
	.tab-view{
		display: block;
	}
	.sidebar-nav li .nav-link{
		width: 70px;
    	margin: auto;
	}
	.dashboard-main-menu .nav-link i {
	    display: inline-block;
	    color: #f0393a;
	    font-size: 1.7rem;
	    padding: 0.6rem;
	    margin-bottom: 0;
	    width: 55px;
	    height: 50px;
	    border: 1px solid #f0393a;
	    text-align: center;
	    /* line-height: 25px; */
	    border-radius: 50%;
	    margin-right: 3px;
	    transition: 0.3s;
	}
	.desktop-view{
		display: none;
	}
    .big-logo{
    	display: none;
    }
    .navbar-brand .small-cion-logo{
    	display: block;
    }
    .left-sidebar .navbar-brand img{
    	width: 40%;
    	margin: auto;
    }
    .side-icon{
	    display: none;
	    flex-wrap: wrap;
	    flex-direction: row !important;
	    justify-content: space-evenly;
	    width: 50%;
    }
    .tab-w-100{
    	width: 100%;
    	padding-bottom: 2rem;
    }
    .nav.inline-list.side-icon{
    	display: none;
    }
    .dashboard-footer{
    	bottom: 0;
    }
    .report-title{
    	font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {

    .dashboard-main-body {
        min-height: 700px;
    }
    .icon-btn {
        margin-bottom: 7px;
    }

    .overflow-text {
        position: relative;
        margin-top: 40px;
    }

    .add-student-btn.desktop-view-only{
        display: none;
    }
    #pills-tab{
        margin-top: 20px;
    }
    .report-tiels{
        text-align: center !important;
    }
    .heading-with-select .form-select {
        position: relative;
        top: 0;
        margin-top: 20px;
    }
    .close-btn i{
        color: #f0393a;
    }
    .close-btn {
        display: inline-block;
        font-size: 1.5rem;
        position: absolute;
        right: 0px;
    }

    .double-search {
        width: 100%;
    }
    .search-btn-2 {
        padding: 0 20px;
    }
   .collage-item {
        display: block;
    }
    .collage-img {
        width: 100%;
    }
    .apply-now {
        display: none;
    }
    .application-fees {
        border-right: 1px solid transparent;
    }
    .navbar-nav.top-dashboard-menu {
        width: 270px;
    }
    .dashboard-main-menu {
        display: none;
    }
    .dashboard-main-menu.dashboardmob-view {
        display: block;
    }
    .col-md-2.wide-menu {
        width: 50%;
    }
    .close-btn{
        display: inline-block;
    }
    .offset-md-2.small-bar {
        margin-left: 0;
    }
    .col-md-10.wide-dashboard{
        width: 100%;
    }
    .dashboard-card.upper-card{
        text-align: center;
    }
    .our-team-container{
    	text-align: center;
    }
    .navbar-nav.top-dashboard-menu{
    	width: 100% !important;
    	padding-top: 3px;
    }
    .dashboard-bar{
    	position: absolute;
	    left: -10px;
	    top: 8px;
    }
    .dashboard-footer .social-icons {
	    margin: 0;
	    padding: 1rem;
	    list-style: none;
	    text-align: center;
    }
    .collage-img img {
        width: 100%;
    }

    /* offcanvas */

    .big-logo{
    	display: block;
    }
    .left-sidebar .navbar-brand img {
        width: 80%;
        margin: auto;
    }
    .navbar-brand .small-cion-logo{
    	display: none;
    }
    .sidebar-nav li .nav-link{
		width: 100%;
        display: flex;
	}
    .nav-link i{
        margin-right: 10px;
    }
    .dashboard-bar i{
        display: block;
    }
    .dashboard-footer{
        text-align: center;
    }
    .nav.inline-list.side-icon{
        display: block;
    }
    .side-icon{
        display: block;
        width: 100%;
    }
    .side-icon1 a{
        color: #000 !important;
    }

}

@media only screen and (max-width:1024px) and (min-width:768px) {

    .dashboard-bar{
        display: none;
    }
    .dashboard-top-menu.fixed-top{
        justify-content: end;
    }

    .dashboard-main-body div:nth-child(2) .col-md-9{
        width: 100%;
    }
    .dashboard-main-body div:nth-child(2) .col-md-3{
        width: 100%;
    }

    .programs .collage-img{
    	width: 90% !important;
    }
    .our-team-container{
        width: 100%
    }
    .team-contact-container{
        width: 100%
    }
   .dashboard-main-body div:nth-child(2) .col-md-3.avtar{
	width: 20%;
   }
   .dashboard-main-body div:nth-child(2) .col-md-9.avtar-content {
        width: 80%;
	padding-top: 1rem;
   }

}


.kyc-mou-title{
    -webkit-clip-path: polygon(0 0, 100% 0, 67% 99%, 0 99%, 0% 50%);
    clip-path: polygon(0 0, 100% 0, 67% 99%, 0 99%, 0% 50%);
}
.kyc-mou-title h4{
    line-height: 2;
}

@media (max-width: 1400px){
    .left-sidebar-footer .nav-item a {
        font-size: 11px !important;
        font-family: 'montserratsemibold';
    }
    .side-icon i {
        color: #f0393a;
        width: 100%;
    }
}
.mou-container_inner{
    margin-top: 1rem;
}
.mou-container_main{
    height: 100%
}
