/* css document */
* {
    padding: 0;
    margin: 0;
}
html,body{
    max-width: 100%;
    overflow-x: hidden;
}
body {
    /*width: 100vw;*/
    height: 100vh;
    background-position: top;
}
:root {
    --primaryColor:#f44336;
    --primaryColor-1: #9e3669;
    --primaryColor-2: rgb(126, 76, 206);
    --secondaryColor: rgb(9,42,74);
    --secondaryHexColor: #092a4a;
    --bgColor: #e7e7e7;
    --bgColor_1: #fff;
    --bgColor_2: #008CBA;
    /* --sidebar-bg-color: #343a40; */
    --sidebar-bg-color: #23282d;
    --sidebar-bg-color-1: #20283e;
    --wrapper-bg: #202020;
}
@font-face {
    font-family: Aparajita;
    src: url('WebFonts\aparaj.ttf');
}

input,
input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 3;
}

textarea::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 3;
}

.txt-lft{
    text-align:left !important;
}
.warning-txt{
    font-size:19px;
    font-weight:500;

}
.warning-txt span{
    color:red;

}

/*@font-face {
    font-family: Monotype;
    src: url(../../fonts/MTCORSVA.TTF);
}*/

#Reason_for_Application_na::first-letter {
    text-transform: capitalize;
}

.table {
    margin-bottom: 0 !important;
}

input,textarea,select {
    border-radius: 0% !important;
}
.modal {
    position:absolute !important;
    z-index: 9999999 !important;
}
::-webkit-input-placeholder {
    /*font-size: 1vw;*/
    font-size: 12px;
    color: #ccc;
}
.stdt-dash-crumb li a i,.addPayback-breadcrumb ul li a i,.repayment-breadcrumb ul li a i {
    font-size: 22px;
}
.dash-crumb {
    margin-top: 26px;
}
.studentPlan_banner {
    width: 100%;
    height: 100px;
    background: url(../images/applicationBanner002.png);
    position: relative;
}
.sign-row {
    margin-top: 15px;
}

#more {
    display: none;
    
}
.slow-content {
    animation: sweep .5s ease-in-out;
}
.video-container iframe {
    width: 100%;
    height: 250px;
}
/****************** Interviwer and Student Css Start **************************/
/*  navbar css start */
.navmenu {
    width: 100vw;
    /*height: 50px;*/
    /*z-index: 111;*/
    background-color: rgb(47,47,47);
    box-shadow: 0px 2px 0px rgba(0,0,0,0.2);
    padding: 13px 0;
}
.loading_main_background {
    position: fixed;
    z-index: 999999999999;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    margin: auto;
    /* align-items: center; */
    left: 40%;
    top: 30%;
    /*background-color: rgba(255,255,255,.5);*/
}
.navbar_menu .logo {
    width: 40px;
    height: 40px;
}
.navbar_menu .logo img {
    width: 40px;
    height: 40px;
    margin-top: 5px;
}
/* /// profile img styling //// */
.profile-image {
    /*width: 30px;
    height: 30px;
    border-radius: 50%;
     border: 2px solid #fff; 
    cursor: pointer;
    position: relative;
    top: 9px;
    right: 158px;*/
}
.profile-image img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: 100% 100%;
}
.Change_img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
    position: relative;
    margin: auto;
}
.Change_img img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: 100% 100%;
}
.dropdown-content {
    opacity:0;
    visibility: hidden;
    position: absolute;
    width: 248px;
    height: 204px;
    background-color: #f1f1f1;
    z-index: 1;
    padding: 20px 20px;
    right: 0;
    top: 50px;
    transform: translateY(-20px);
    transition: .3s ease-in;
}

.profile-image .show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px)
}
.dropdown-content a:last-child {
    display: block;
    text-decoration: none;
    color: black;
}
.dropdown-content::-webkit-scrollbar {
    width: 8px;
	background-color: #F5F5F5;
}
/*.dropdown-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}*/
.new_applicationstatus_cont .span_value {
    color: #fff !important;
}

.txt_name {
    display: block;
    text-align: center;
    margin-top: 0px; 
    line-height: 1.2; 
    position: relative;
    top: 60px; 
}
.brd_line {
    border-bottom: 1px solid rgb(57,57,57);
    padding-bottom: 3px;
    font-size: 12px;
}
.brd_line:hover {
    color: #0da8c4;
}
a.profile_menu {
    color: black;  
    position: relative;
    top: 72px; 
}
a.profile_menu:hover {
    text-decoration: none;
    color: #0da8c4;
}
.form-img {
    width: 50px !important;
    box-sizing: border-box !important;
    /*position: absolute;
    top: 19px;
    left: 27px;*/
    margin: auto;
}
.upload-img img{
    width: 50px !important;
    height: 50px !important;
    border-radius: 100% !important;
    border: 2px solid #fff !important;
}
.upload-img img a {
    text-decoration: none;
}
.edit-icon-img {
    display: inline-block !important;
    position: relative !important;
    top: -10px !important;
    left: 34px !important;
}
.edit-icon-img a i {
    cursor: pointer;
    background: #212529;
    padding: 5px;
    border-radius: 100%;
    color: #fff;
    font-size: 10px;
    position: relative;
    top: -16px;
    left: 3px;
    transition: 0.3s;
}

.edit-icon-img a input[type="file"] {
    opacity: 0;
    width: 62px;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: -16px;
    left: -40px;
}

.edit-icon-img a input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}

.edit-icon-img a input[type="file"]:hover ~ #upload {
    background: #424964;
}

/*  navbar css end */

/*mvc table design*/

.table-design {
    padding: 20px 0;
    text-align: center;
}


.table-design table tbody tr:nth-child(odd) {
    background-color: #212529;
}
.table-design table tbody tr:nth-child(even) {
    background-color: #2c3034;
}
/* sidebar Css Start */
.sidebar {
    width: 88px;
    height: 100%;
    background: var(--sidebar-bg-color);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    transition: all .3s ease-in-out;
    /*overflow-y: scroll;*/
    /*overflow-x: hidden;*/
    /*box-shadow: 2px 0px 0px rgba(0,0,0,0.1);*/
}

    .sidebar .menu {
        width: 88px;
        height: 100vh;
        list-style: none;
        position: relative;
        top: 20px !important;
        left: 0px;
        padding: 0;
    }
.sidebar .menu li.active a {
    /*color: #dcc715 !important;*/    
}
.sidebar .menu li {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 6px 0;
}
.sidebar .menu li i {
    display: block;
    text-align: center;
    font-size: 15px;
}

.sidebar .menu li svg {
    width: 17px;
}
.sidebar .menu li a {
    text-transform: uppercase;
    color: var(--bgColor_1);
    font-size: 12px;
    text-align: center;
    margin: auto;
    text-decoration: none;
    /* border-bottom: 1px solid #fff; */
}
.sidebar .menu li a > span {
    display: block;
    width: 72px;
    height: 1px;
    background: #fff;
    margin: auto;
}
.sidebar .menu li.drophover {
    position: relative;
}
.sidebar .menu li .dropdown_menu {
    /*display: none;*/
    position: absolute;
    z-index: 3 !important;
    /*left: 114px;*/
    width: 300px !important;
    height: auto;
    background: var(--sidebar-bg-color-1);
    transform: translateX(164px);
    visibility: hidden;
    transition: all .3s ease-in-out;
    opacity: 0;
}


.sidebar .menu li .dropdown_menu .fa-sort-asc {
    position: absolute;
    left: -12px !important;
    color: #fff;
    transform: rotate(-90deg);
    font-size: 20px;
}

.sidebar .menu li .dropdown_menu ul {
    list-style: none;
}

.sidebar .menu li .dropdown_menu ul li {
    display: block;
}
.sidebar .menu li .dropdown_menu ul li a {
    color: #fff;
    /*margin-left: 30px;*/
    text-decoration: none;
}
.sidebar .menu li.drophover:hover  .dropdown_menu  {
    /*display: block;*/
    transform: translateX(88px);
    visibility: visible;
    opacity: 1;
}


.sidebar .menu li .dropdown_menu_2 {
    /*display: none;*/
    position: absolute;
    top: -100px!important;
    /*z-index: 10000 !important;*/
    /*left: 114px;*/
    width: 300px !important;
    height: auto;
    background: var(--sidebar-bg-color-1);
    transform: translateX(164px);
    visibility: hidden;
    transition: all .3s ease-in-out;
    opacity: 0;
}
.sidebar .menu li .dropdown_menu_2 .fa-sort-asc {
    position: absolute;
    top: 110px;
    left: -12px !important;
    color: #fff;
    transform: rotate(-90deg);
    font-size: 20px;
}
.sidebar .menu li .dropdown_menu_2 ul {
    list-style: none;
}

.sidebar .menu li .dropdown_menu_2 ul li {
    display: block;
}
.sidebar .menu li .dropdown_menu_2 ul li a {
    color: #fff;
    /*margin-left: 30px;*/
    text-decoration: none;
}
.sidebar .menu li.drophover:hover  .dropdown_menu_2  {
    /*display: block;*/
    transform: translateX(88px);
    visibility: visible;
    opacity: 1;
}

.logo-container {
    text-align: center;
    padding-top: 20px;
}

    .logo-container img {
        width: 60px;
        margin: auto;
    }
    /* sidebar Css end */
    /* main content css start */
    .wrapper {
        height: 100vh;
        margin-left: 88px;
        overflow-x: hidden;
        /* padding: 30px; */
        /* background: #343a40; */
        background-color: rgb(0,0,0);
        transition: all .3s ease-in-out;
    }
.change_pass {
    height: auto;
    background-color: rgb(0,0,0);
}
.change_pass_two {
    height: 100vh;
    background-color: rgb(0,0,0);
}
.wrapper .content {
    max-width: 1000px;
    margin: auto;
    margin-top: 50px;
    padding: 30px;
    background: var(--bgColor_2);
}
.wrapper .content p {
    color: #fff;
}
.container-flex {
    display: flex;
    width: 1261px;
    height: 100vh;
    overflow-x: hidden;
    margin-left: 100px;
    background-color: var(--wrapper-bg);
}
/* main content css start */

/* navs tab start */
.nav_tabs .nav-link:nth-child(1n) {
    width: 250px;
}
.nav_tabs .nav-link.active
 {
    color: #fff !important;
    /* background: var(--primaryColor-1) !important; */
    background-color: #20283e !important;
}

.nav_tabs .nav-link {
    width: 300px;
    color: #737373 !important;
    background: #c9ced3;
    margin-left: 2px;
    margin-top: 15px;
    border-radius: 0% !important;
    border: none;

}

/* navs tab end */
/* profile summary tabs content css start*/
.content_details {
    width: 100%;
    margin-top:50px;
}
.content_details_plan {
    margin-top: 34px !important;
}
.qualifing_iit {
    width: 100%;
    height: auto;
    padding: 20px;
    background: rgb(57,57,57);
    /* background-color: #1b2227; */
    margin-left: 30px;
}
.qualifing_iitba {
    /*width: 74.2vw !important;*/
    min-height: 220px;
    padding: 20px;
    background: rgb(57,57,57);
    border-radius: 10px;
    /* background-color: #1b2227; */
    /*margin-left: -90px;*/
    margin: 0 6px 0 3px;
}
.header-label {
    display: block;
    color: #fff;
    /*font-size: 1.08vw;*/
}
.value-label {
    display: block;
    color: rgb(174,174,174);
    /*font-size: 1vw;*/
}
.tab_container_div {
    position: relative;
}
.edit {
    position: absolute;
    z-index: 1000;
    top: 0px;
    right: 0px;
}
.edit_content {
    font-size: 12px !important;
    color: #fff;
    background: var(--primaryColor-2);
    padding: 5px 5px;
}

.edit_content_two {
    font-size: 12px !important;
    color: #fff;
    background: var(--primaryColor-2);
    padding: 5px 5px;
}
.add_content {
    font-size: 12px !important;
    color: #fff;
    background: #36a5f4;
    padding: 5px 4px;
    margin-left: 5px;
    cursor: pointer;
}

.close_content {
    font-size: 12px !important;
    color: #fff;
    background: #fc4b6c;
    padding: 5px 6px;
    margin-left: 5px;
    cursor: pointer;
}

.delete_content {
    font-size: 12px !important;
    color: #fff;
    background: #dc3545;
    padding: 5px 5px;
}

.no-brdr-btn {
    border: none;
    background-color: transparent;
}
.download_btn {
    padding: 4px 12px !important;
    font-size: 12px !important;
    color: #fff !important;
}
/* profile summary tabs content css end*/
/* Add New Plan start */
.banner_card {
    width: 100%;
    height: 220px;
    /* background-image: linear-gradient(to top, #afa012 100%, #8533ff 100%); */
    /*background-image: url("../Imgs/13167.jpg");*/
    background-image:url(../images/13167.jpg);
    background-size: 100% 100%;
    margin-top: 1px;
    position:relative;
}
.dashboard-crumb {
    position: absolute;
    top: 100px;
    left: 20px;
}
.banner_card_2 {
    width: 100%;
    height: auto;
    /* background-image: linear-gradient(to top, #afa012 100%, #8533ff 100%); */
    /*background-image: url(../Imgs/repaymentBanner-001.png);*/
    background-image: url(../images/repaymentBanner-001.png);
    background-size: 100% 100%;
    margin-top: 1px;
    position: relative;
}
.repayment-breadcrumb {
    position: absolute;
    bottom:25px;
    left:12px;
}
.repayInfoTxt_1 {
     display: block;
     font-size: 20px;
    text-align: right;
    color: #fff;
    line-height: 1.5;
}
.repayInfoTxt {
    display: block;
    text-align: right;
    font-size: 15px;
    color: #fff;
    line-height: 1.2;
}

    .repayInfoTxt span {
        display: inline-block;
        width: 120px
    }
    /* .banner_card_2 {
    width: 100%;
    height: auto;
    background: var(--secondaryHexColor);
    position: relative;
    top: 2px;
    padding: 8px 0;
    background-image: linear-gradient(to top, #092a4a 100%, #008CBA 100%);
    background-color: #008CBA;
    background-image: url(Imgs\banner.png);
    background-size: 100% 100%;
} */
    .banner_card_2 {
        width: 100%;
        height: 200px;
        padding: 20px 0px;
    }
.carousel_img_myInformation .carousel-item {
    width: 100%;
    height: 190px !important;
}
.carousel_img_myInformation .carousel-item img {
    width: 100%;
    height: 190px !important;
}

.carousel_img_myInformation {
    position: relative;
}

.student-info-progress-circle {
    position: absolute;
    z-index: 1;
    left: 20px;
}
.add_new_plan_tab {
    margin: auto;
    max-width: 307px;
    margin-top: -19px;
}

.add_new_plan_tab .nav-link {
    padding: .5rem .5rem !important;
 }
    .repaymentInfo_tab {
        margin: auto;
        max-width: 500px;
        margin-top: 20px;
    }
.repaymentInfo_tab .nav-link:nth-child(1) {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}
.add_new_plan_tab .nav-link.active {
    background: var(--sidebar-bg-color) !important;
}

.add_new_plan_tab .nav-link:nth-child(1) {
    /*margin-left: 5px !important;*/
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}
.add_new_plan_tab .nav-link:nth-child(3) {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}
.add_new_plan_tab .nav-link {
    background: #fff !important;
    border: none !important;
    outline: none !important;
    border-radius: 0% !important;
    cursor: pointer;
}
/* add new tab content start */
.addNewConrent {
    width: 100%;
    height: auto;
    background: rgb(57,57,57);
    border-radius: 10px;
    padding: 20px;
    /* background-color: 20283e; */
}
/* Add New Plan end */

/* my information Image css */
.myInformation_img {
    /*width: 15vw;*/
    /* max-width: 250px; */
    /*margin-left: 10px;*/
    height: 220px;
    border-radius: 10px;
    margin: 0 3px 0 6px;
}

.myInformation_img img {
    /*width: 15vw;*/
    /* max-width: 250px; */
    height: 220px;
    border-radius: 10px;
    width: 100%;
}
/* my details css start */
.mydetails_table {
    width: 100%;
    height: 35px;
    background-color: rgb(255, 216, 138);
    margin-top: 30px;
    border-radius: 10px;
}

.mydetails_table_body {
    width: 100%;
    height: 46px;
    background-color: rgb(49, 49, 49);
    margin-top: 7px;
    border-radius: 10px;
}
.myinfo_table_body {
    width: 100%;
    height: auto;
    background-color: rgb(49, 49, 49);
    margin-top: 7px;
    border-radius: 10px;
}
.newApplication_table_body {
    width: 100%;
    height: auto;
    background-color: rgb(49, 49, 49);
    margin-top: 7px;
    padding: 10px 10px;
    border-radius: 10px;
}
.form-control {
    /*background-color: #fff4d8 !important;*/
    background-color: #fff !important;
}
.heading_txt {
    display: block;
    color: black;
    position: relative;
    top: 5px;
    left: 10px;
    bottom: 15px;
    font-size: 1vw;
}
.full_letter {
    color: #fff;
    position: relative;
    top: 3px;
    left: -9px;
    font-size: 1vw;
}
.short_letter {
    width: 20px;
    height: 20px;
    padding: 9px;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    background-color: #2543ec;
    position: relative;
    top: 3px;
    left: -47px;
}
.short_letter_2 {
    width: 20px;
    height: 20px;
    padding: 9px;
    border-radius: 50%;
    color: #fff;
    background-color: #25ecdb;
    font-size: 11px;
    position: relative;
    top: 2px;
    left: -60px;
}
.short_letter_3 {
    width: 20px;
    height: 20px;
    padding: 9px;
    border-radius: 50%;
    color: #fff;
    background-color: #4feb69;
    font-size: 11px;
    position: relative;
    top: 3px;
    left: -54px;
}
.dashboard-profile-info {
    display: flex;
    float: right;
    /*margin-top: 10px;*/
}
.profile_txt {
    /*width: 10vw;
    display: block;*/
    font-size: 14px;
    color: white;
    margin-top: 3px;
    margin-left: 5px;
    /*position: absolute;
    top: 0;
    left: 40px;*/
}
.profile_txt_icon {
    /*display: block;
    font-size: 11px;
    color: white;
    position: absolute;
    top: 0;
    left: 180px;
    transition: all .3s ease-in-out;*/
     margin-top: 7px;
     margin-left: 5px;
}
.profile_txt_icon:hover {
    color: #f15880 !important;
}
/* new application css start */
.newapp_txt {
    display: block;
    color: white;
}
.newApplication {
    width: 95%;
    height: auto;
    background: rgb(57,57,57);
    margin: auto;
    border-radius: 10px;
    padding: 20px;
    /* background-color: 20283e; */
}
.checkbox_txt {
    font-size: 12px;
    color:  #fff;
}
.application_txt {
    display: block;
    color: #fff;
    position: relative;
    top: 5px;
    /*left: 10px;*/
    bottom: 15px;
    font-weight: 600;
}
/* Repayment Info */
.ppt_img {
    width: 100%;
    min-height: 400px;
    /*background-image: url("../Imgs/roadmapTemplateppt.png");*/
    background-image: url(../images/roadmapTemplateppt.png);
    background-size: 100% 100%;
    position: absolute;
    top: -20px;
}
.repaymentInfo_tab {
    margin: auto;
    max-width: 600px;
    margin-top: 0px;
}
.repaymentInfo_tab .nav-link.active {
    background: var(--sidebar-bg-color) !important;
    color: #fff !important;
}

.repaymentInfo_tab.nav-link:nth-child(1) {
    margin-left: 5px !important;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}
.repaymentInfo_tab .nav-link:last-child {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}
.repaymentInfo_tab .nav-link {
    background: #fff !important;
    outline: none !important;
    border-radius: 0% !important;
    cursor: pointer;
}
/* add payback css start */
.addPayback {
    width: 100%;
    height: auto;
    background: rgb(57,57,57);
    padding: 20px 20px;
    border-radius: 10px;
    /*transform: translate(10px, 40px);*/
}
.addpay_txt {
    display: block;
    color: #fff;
    font-size: 1vw;
}
.addPayback table {
    border-collapse: collapse;
}
.addPayback table thead tr th {
    color: black;
    font-weight: normal;
    background-color: rgb(255, 216, 138);
    border: none !important;
    font-size: 1.2vw;
}
.addPayback table thead tr th:nth-child(1){
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}
.addPayback table thead tr th:nth-child(5){
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}
.addPayback table tbody::before {
    content: "";
    line-height: 1rem;
    display: block;
    margin-top: 12px;
}
.addPayback table tbody tr td {
    color: white;
    border: none !important;
    background: rgb(49, 49, 49);
    margin-top: 10px;
}
.addPayback table tbody tr td:nth-child(1){
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}
.addPayback table tbody tr td:nth-child(5){
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}
/*.addPayback-banner {
    width: 100%;
    height: 100px;
    background: url(../Imgs/repaymentBanner.png);
    background-image: url(../images/repaymentBanner.png);
    position:relative;
}*/
.clr-modal-header{
    background:#2980b9 !important;
    color:#fff !important;
}
.modal-title {
    font-size:20px;
}
.addPayback-breadcrumb {
    position: absolute;
    left:44px;
    bottom:10px;

}
.archive-btn {
    background-color: #47acfc !important;
    color: #fff !important;
}

.edit-btn {
        background-color: #0443a2 !important;
    color: #fff !important;
}

/* add payback css end */

/* all table design css start */
.table_design_all table {
    border-collapse: collapse;
}
.table_design_all table thead tr th {
    color: black;
    font-weight: normal;
    background-color: rgb(255, 216, 138);
    border: none !important;
    font-size: 1.2vw;
}
.table_design_all table thead tr th.first_head{
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}
.table_design_all table thead tr th.last_head{
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}
.table_design_all table tbody::before {
    content: "";
    line-height: 1rem;
    display: block; 
    margin-top: 8px;
}
.table_design_all table tbody tr td {
    color: white;
    border: none !important;
    background: rgb(49, 49, 49);
    margin-top: 10px;
}
.table_design_all table tbody tr.existin_txt td{
    font-size: 12px;
    text-align: center !important;
}
.table_design_all table tbody tr.existin_txt td:nth-child(3) {
    text-align: left;
}
.table_design_all table tbody tr.existin_txt td:nth-child(3) span:hover {
        color: #0da8c4;
        cursor: pointer;
}
.table_design_all table tbody tr td:first-child{
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}
.table_design_all table tbody tr td:last-child{
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}
/* all table design css start */

/* progress bar start */
.circleProgress_bar {
    position: relative;
    top: -170px;
    /*width: 100%;*/
    height: auto;    
}

.circular {
    height: 100px;
    width: 100px;
    position: absolute;
    top: -18px;
    left: -2px;
}

.circular .inner {
    position: absolute;
    z-index: 6;
    top: 50%;
    left: 50%;
    height: 80px;
    width: 80px;
    border-radius: 100%;
    margin: -40px 0 0 -40px;
    background-color: #dde6f0;
    box-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.circular .number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    color: black;
    font-size: 12px;
}

.circular .number span {
    display: block;
    text-align: center;
}

.circular .number span:first-child {
    color: #2e91ef;
    font-size: 30px !important;
    padding-top: 5px;
    padding-bottom: 2px;
}

.circular .number .prf_completed_txt {
   font-size: 9px;
   text-align: center;
   /*margin-top: 10px;*/
   line-height: 1.2;
    
}

.circular .bar {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #fff;
    border-radius: 100%;
    clip: rect(0px, 100px, 100px, 50px);
}

.circle .bar .progress{
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 100%;
    clip: rect(0px, 50px, 100px, 0px);
    /* background-color: #4158d0; */
    background-color: #e7631b;
}

.circle .left .progress {
    z-index: 1;
    animation: left 4s linear both;
}

@keyframes left {
    100% {
        transform: rotate(180deg);
    }
}

.circle .right {
    z-index: 3;
    transform: rotate(180deg);
}

.circle .right .progress {
    animation: right 4s linear both;
    animation-delay: 4s;
}

@keyframes right {
    100% {
        transform: rotate(180deg);
    }
}
.box-align-middle {
    /*margin-top: 7px !important;*/
    font-size: 13px !important;
}
.inputBox-align-middle {
    font-size: 13px !important;
}
.textareaBox_fontSize {
    font-size: 13px !important;
}
.form_txt_label {
    color: white;
    font-size: 14px;
}
.fill_formTxt_label {
    color: white;
    font-size: 14px;
}

.role_list {
    display: flex;
    margin-bottom: 0;
    margin-top: 6px;
}

.role_list li {
    margin-right: 15px;
    list-style: none;
    color: #fff;
}
/* userlogin start */
.userLogIn {
    padding: 2px 10px !important;
    font-size: 14px !important;
    background-color: transparent !important;
    border-top-left-radius: 0% !important;
    border-bottom-left-radius: 0% !important;
    border-top-right-radius: 0% !important;
    border-bottom-right-radius: 0% !important;
    border-left: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
    border-top: none !important;
    border-bottom: none !important;
}
.btn:active,.btn:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    /*border-top-left-radius: 0% !important;
    border-bottom-left-radius: 0% !important;
    border-top-right-radius: 0% !important;
    border-bottom-right-radius: 0% !important;*/
    /*border-left: 1px solid #fff !important;
    border-right: 1px solid #fff !important;*/
    /*border-top: none !important;   
    border-bottom: none !important;*/ 
}
.btn-primary--login {
    width: 80px !important;
    padding: 2px 0px !important;
    font-size: 14px !important;
    margin-top: 20px;
    margin-left: 20px;
}
.btn-default--eye {
    background: #212529 !important;
    opacity: 0.8 !important;
    /*padding-left: 20px !important;*/
}
.navbar-brand {
    max-width: 95px;
    height: 50px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.navbar-brand img {
    width: 60px;
    /*height: 50px;*/
}
.banner {
    width: 100%;
    height: 100vh;
    background: url(../Imgs/iit_s2.png);
    background-size: 100% 100%;
}

.banner_imgs .carousel-item img {
    width: 100%;
    height: 90vh !important;
}
.iitbaa_login {
    width: 100%;
    margin-top: 0;
    position: absolute;
    top: 30px;
    z-index: 99999;
    overflow-y: hidden;
    height: auto;
}
.fillUp_form {
    width: 100%;
    height: auto;
    /*background: rgb(35,40,45);*/
    background: white;
    float: right;
    padding: 20px;
    margin-right: 22px;
    border-radius: 10px;
}
.modal-content {
    /*width: 60% !important;*/
}
/*.fillUp_form label {
    color: white;
}*/
/* userlogin end */

/********** signup start ***********/
.IIT_Student {
    background: #fff !important;
    width: 880px;
    padding: 10px 8px 10px 8px;
    margin: 0 auto;
}

.select_email_id {
    width: 200px;
}

.IIT_Student_select {
    width: 880px;    
    padding: 10px 8px 0px 8px;
    background: #fff !important;
    margin: 0 auto;
    margin-top: 5px;
}

.IIT_Student_first_fillup {
    width: 880px;
    margin-top: 5px;
   padding-left: 20px;
   background: #fff;   
}

.IIT_Student_second_fillup  {
    width: 880px;
    padding-left: 20px;
    background: #fff;    
}

.IIT_button {
     background: rgba(0, 51, 102, 0.8);
    width: 880px;
    padding: 10px 8px 10px 8px;
    margin: 0 auto;
    margin-top: 1px;
}

input[type="text"]:hover {
    color: #000 !important;
}

input[type="text"] {
    color: #000 !important;
}

.mail-icon-wrap {
    position: relative;
}
.mail-icon-box {
    position: absolute;
left: 1px;
    background-color: #ccc;
    padding: 8px 8px 9px 6px;
    top: 1px;
    z-index: 1;
    font-size: 13px;
}
/* Sign up page css end */

/* Donor information css start */

button.btn_search {
    display: inline-block;    
    width: 100px;
    margin-top: 32px;
    position: relative;
    top: -14px;
    left: -8px;
    border-radius: 5px;
    background: #ff8000; 
}

button.btn_search .donor_search_icon {
    color: #eeeeee; 
    position: relative;
    left: -2px;
}

button.btn_student_save {
    display: inline;  
    padding: 8px 8px 20px 8px;
    height: 0px;
    margin-top: 35px;
    font-size: 12px;
    font-weight: normal;
    border-radius: 4px;
    position: absolute;
    top:19px;   
    right: 10em;
}

button.btn_club_donor {
    display: inline;  
    padding: 8px 8px 20px 8px;
    height: 0px;
    margin-top: 35px;
    font-size: 12px;
    font-weight: normal;
    border-radius: 4px;
    position: absolute;
    top:19px;   
    right: 23em;
}


.table-donor {
  margin-left: 0px;
} 

.modal-config {
    display: block;
    height: 300px;
}


.donor-table {
  width: 100%;
  overflow-x: auto;
  margin-top: -20px;
}

.table_managment {
    table-layout: fixed;
    width: 100%;
    overflow-x: auto;
    position: relative;
    left: 0px;
    top: 0px;
}

/* Donor information css end */

input[type=text]:focus {
    background-color: #ffffff;
    color: #000000;
    font-weight: 400;
}

select:focus {
    background-color: #ffffff;
    color: #000000;
    font-weight: 400;
}

textarea:focus {
    background-color: #ffffff;
    color: #000000;
    font-weight: 400;
}

input[type=date]:focus {
    background-color: #ffffff;
    color: #000000;
    font-weight: 400;
}

.validation-icon{
    position: relative;
    float: right;
    top: -25px;
    right: 8px;
    cursor: pointer;
    color: red;
}

/**** Profile Image ******/

/*.form-img {
    width: 50px;
    box-sizing: border-box;
    position: absolute;
    top: 23px;
    left: 97px;
}*/

.upload-img img{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 2px solid #fff;
}

.upload-img img a {
    text-decoration: none;
}

.edit-icon-img {
    display: inline-block;
    position: relative;
    top: -10px;
    left: 34px;
}

.edit-icon-img a i {
    cursor: pointer;
    background: #212529;
    padding: 5px;
    border-radius: 100%;
    color: #fff;
    font-size: 10px;
    position: relative;
    top: -16px;
    left: 3px;
    transition: 0.3s;
}

.edit-icon-img a input[type="file"] {
    opacity: 0;
    width: 62px;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: -16px;
    left: -40px;
}

.edit-icon-img a input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}

.edit-icon-img a input[type="file"]:hover ~ #upload {
    background: #424964;
}

/* Sign up page start */

.IIT_Logo a {
    text-decoration: none !important;
}

.IIT_Logo a img {
    width: 50px;
    padding: 10px 0;
    position: relative;
    top: -8px;
    left: 12px;
}

.form-horizontal_iitbaa {
    background: #c8c8c8 !important;
    padding: 4px !important;
}
/* signup end */

/****** home dashboard css start *******/
.dashboard_profileComplete {
    max-width: 100%;
    height: 250px;
    background: rgb(37,40,43)!important;
    border-radius: 10px;
}
.dashboard_profileComplete .heading,
.dashboard_applicationStatus .heading {
    display: block;
    text-align: center;
    padding-top: 10px; 
    padding-bottom: 10px;
    color: white;
    background: rgb(53,56,59);
    border-top: 2px solid #ef2d2d;
    /*border-left: 2px solid #ef2d2d;
    border-right: 2px solid #ef2d2d;*/
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.waiting-wrap .heading {
    border-top: 4px solid #efe92d !important;
}
.hold-wrap .heading {
    border-top: 4px solid #ffab2d !important;
}
.completed-wrap .heading {
    border-top: 4px solid #53d312 !important;
}
.applicationstatus_cont {
    max-width: 100%;
    height: 170px;
    overflow: hidden;
    position: relative;
}

    .applicationstatus_cont .slide-text {
        position: absolute;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0 10px;
/*        transform: translateY(100%);*/
        animation: slide 10s linear infinite;
    }

@keyframes slide {
    0% {
        transform: translate(0,170px);
    }
    100% {
        transform: translate(0,-170px);
    }
}
.repayment_cont {
    max-width: 100%;
}
.applicationstatus_cont  label{
    color: #eeeaea;
    display: block !important;
    padding-left: 20px !important;
    margin-top: 20px !important;
}
.applicationstatus_cont  label img{
    width: 18px;
    height: 18px;
    border-radius: 100%;
}

.appliation-wrap li img {
    width: 18px;
    height: 18px;
    border-radius: 100%;
}
.span_value {
    color: #eeeaea;
    /*position: absolute !important;*/
    right: 38px !important;
}
.repayment_cont label{
    color: #d0cccc;
    display: block !important;
    padding-left: 20px !important;
    margin-top: 30px !important;
}

.appliation-wrap {
    margin-top: 27px;
    list-style: none;
    padding: 0px 10px;
}

.appliation-wrap li {
    color: #d0cccc;
    font-size: 14px;
    line-height: 36px;
}

.appliation-wrap li span {
    float: right;
    color: #eeeaea;
}
/*** dashboard pie progress bar start ***/
.dashboard_circular {
    height: 100px;
    width: 100px;
    transform: scale(1.6);
    position: absolute;
    top: 95px;
    left: 98px;
}
.dashboard_circular .inner {
    position: absolute;
    z-index: 6;
    top: 50%;
    left: 50%;
    height: 90px;
    width: 90px;
    border-radius: 100%;
    margin: -45px 0 0 -45px;
    background-color: rgb(37,40,43);
    box-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.dashboard_circular .number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    color: black;
    font-size: 12px;
}
.dashboard_circular .number span {
    display: block;
    text-align: center;
}
.dashboard_circular .number span:first-child {
    color: white;
    font-size: 14px !important;
    padding-top: 5px;
    padding-bottom: 2px;
}
.dashboard_circular .number .prf_completed_txt {
   font-size: 9px;
   text-align: center;
   /*margin-top: 10px;*/
   line-height: 1.2;
    
}
.dashboard_circular .bar {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #fff;
    border-radius: 100%;
    clip: rect(0px, 100px, 100px, 50px);
}
.circle .bar .dashboard_progress{
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 100%;
    clip: rect(0px, 50px, 100px, 0px);
    /* background-color: #4158d0; */
    background-color: #2d8beb;
}
.circle .left .dashboard_progress {
    z-index: 1;
    animation: left 4s linear both;
}
@keyframes left {
    100% {
        transform: rotate(180deg);
    }
}
.circle .right {
    z-index: 3;
    transform: rotate(180deg);
}
.circle .right .dashboard_progress {
    animation: right 4s linear both;
    animation-delay: 4s;
}
@keyframes right {
    100% {
        transform: rotate(180deg);
    }
}
/* dashboard pie progressbar css end */
.dashboard_applicationStatus {
    max-width: 100%;
    height: 250px;
    background: rgb(37,40,43);
    border-radius: 10px;
}
.dashboard_repaymentStatus {
    max-width: 100%;
    height: 250px;
    background: rgb(37,40,43);
    border-radius: 10px;
}
.dashboard_upcomingSchedule .last_threeDiv_head,
.dashboard_payBack .last_threeDiv_head,
.dashboard_inprogress .inprogress_notify {
    display: block;
    text-align: left;
    padding-top: 10px; 
    padding-bottom: 10px;
    padding-left: 10px;
    color: white;
    background: rgb(53,56,59);
    border-bottom: 1px solid #0da8c4;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.dashboard_repaymentStatus .heading {
    display: block;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: white;
    background: rgb(53,56,59);
    border-bottom: 1px solid rgb(255, 216, 138);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.dashboard_upcomingSchedule label img,
.dashboard_payBack label img,
.dashboard_inprogress .inprogress_notify img
 {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    margin-left: 5px;
}
.dashboard_payBack label {
    border-bottom: 1px solid rgb(255, 216, 138) !important;
}
.dashboard_inprogress label {
    border-bottom: 1px solid #49eb8d;
}
.dashboard_upcomingSchedule {
    max-width: 100%;
    height: 250px;
    background: rgb(37,40,43);
    border-radius: 10px;
}
.dashboard_payBack {
    max-width: 100%;
    height: 250px;
    background: rgb(37,40,43);
    border-radius: 10px;
}
.dashboard_inprogress {
    max-width: 100%;
    height: 250px;
    background: rgb(37,40,43);
    border-radius: 10px;
}
.upcoming_schedule_dashboard {
    max-width: 100%;
}
.upcoming_schedule_dashboard span {
    padding-left: 20px;
    margin-top: 20px;
}
.interview_det {
    font-size: 20px;
}
.interview_det img {
    width: 25px;
    height: 25px;
}
.interview_dura label{
    color: white;
    padding-left: 20px;
    margin-top: 20px;
}
.status-flex-container {
    display: flex;
    background-color: rgb(53,56,59);
    align-items: center;
    height: 47px;
    border-bottom: 1px solid #0da8c4;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

    .status-flex-container .status-heading-item label {
        color: #ffff;
        margin-bottom: 0;
        padding: 0 10px;
    }
.status-flex-item {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 6px;
    background-color: #bd7f49;
    border-radius: 50%;
}
.interview_dura label:nth-child(2) {
    margin-left: 35px;
}
.interview_dura label:nth-child(3) {
    margin-left: 40px;
}
.payback_cont {
    max-width: 100%;
    display: flex;
    flex-direction: row;
}
.payback_first {
    width: 200px;
    height: 100px;
    margin-top: 20px;
}
.payback_first .lastPayment{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #d0cccc;
    margin-top: 5px;
}
.payback_secon {
    width: 200px;
    height: 100px;
    margin-top: 20px;
}
.payback_secon .lastPayment{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #d0cccc;
    margin-top: 5px;
}
.payback_text{
    font-size: 20px;
    display: block;
    text-align: center;
}
.last_paymentAmount_Icon {
    display: block;
    margin: auto;
    width: 35px;
    height: 35px;
    border-radius: 100%;
}
.last_paymentAmount_Icon img {
    width: 35px;
    height: 35px;
    border-radius: 100%;
}
.payback_Icon {
    display: block;
    margin: auto;
    width: 35px;
    height: 35px;
    border-radius: 100%;
}
.payback_Icon img {
    width: 35px;
    height: 35px;
    border-radius: 100%;
}
/****** home dashboard css end *******/
/* change password css start */
.changPassword_Div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.changePassword_form_one {
    padding: 18px;
    width: 600px;
    height: auto;
    background: rgba(255,255,255,0.7);
}
.changePassword_form {
    padding: 18px;
    width: 600px;
    height: auto;
    background: rgba(255,255,255,0.7);
}
.changePassword_form h3 {
    padding: 20px 0px;
    background: rgb(255,255,255);
    font-weight:200;
    text-align: center;
}
.changPass_cont {
    background: rgb(255,255,255);
    padding: 10px 0;
}
.changPass_cont p {
    font-weight: bold;
    padding: 0 10px;
}
.changPass_cont p:nth-child(2) {
    color: rgba(0,0,0,0.7);
}
.security_img {
    background: rgb(255,255,255) !important;
    margin-bottom: 5px;
}
.security_img img {
    width: 120px;
    height: 80px;
}
.changPassword_Div {
    position: relative !important;
    top: 120px;
}
.security_user_img {
    margin: 0 auto !important;
    width: 80px;
    height: 50px;
}
.security_user_img img {
    width: 80px;
    height: 75px;
}
/*.interview_dura_value {

}*/
.interview_dura_value {
    position: relative;
    top: -13px;
}
.interview_dura_value label{
    font-size: 12px;
    color: white;
    padding-left: 20px;
    margin-top: 20px;
}
.interview_dura_value label:nth-child(2) {
    margin-left: 3px;
}
.interview_dura_value label:nth-child(3) {
    margin-left: 22px;
}
.applicationstatus_cont .noti_txt {
    color: #eeeaea;
    display: block !important;
    /*    padding-left: 16px !important;
    margin-top: 30px !important;*/
/*    padding: 20px 10px;
    height: 190px;*/
}
.applicationstatus_cont .noti_txt img {
    width: 25px;
    height: 25px;
}
/* change password css end */
/******* Interview Login start ********/
.waiting_inter {
    display: block;
    font-size: 50px;
    text-align: center;
    margin-top: 50px;
}
.waiting_inter a:hover {
    text-decoration: none;
}
/********** interview loging css start ********************/
.interview_submitPanel {
    width: 74.2vw !important;
    min-height: 220px;
    padding: 20px;
    background: rgb(57,57,57);
    border-radius: 10px;
    /* background-color: #1b2227; */
    margin-left: 0px;
} 
.panel_header a:hover {
    text-decoration: none !important;
}
/*.student_details {
    width: 100%;
    margin-top: 10px;
}*/
.panel_header {
    display: flex;
    justify-content: space-between;
    align-content: center;
    /*background: rgb(53,56,59);*/
    /*background: rgb(37,40,43)!important;*/
    padding: 10px 20px;   
}
.interview_stuDetTxt {
    color: white;
    font-size: 20px;
}
/*.studenDetails_form {
    display: none;
    position: relative;
    top: -8px;
    padding: 15px 20px;
    background: rgb(37,40,43)!important;
    background: rgb(57,57,57);
}*/
.header_label_txt {
    display: block;
    font-size: 16px !important;
    color: #fff;
}
.value_label_txt {
    display: block;
    font-size: 15px !important;
    color: #fff;
}
/******** accordion css start *********/
.expandAllBtn {
        display: flex;
        justify-content: flex-end;
        position: relative;
        top: 1rem;
}
.expandAllBtn button {
    padding: 8px 15px;
    font-size: 13px;
}
.expandAllBtn button:active,.expandAllBtn button:focus {
    border: none !important;
    outline: none !important;
}
.expandAllBtn button:first-child {
        margin-right: 0px !important;
}
.accordion {
    /*max-width: 1200px;*/
    display: block;
    margin: 20px auto 50px auto;
}
.accordion .card {
    margin-bottom: 20px;
    border: none;
    background: rgb(37,40,43)!important;
}
.accordion .card .card-header {
    border: none;
    background: rgb(53,56,59);
    padding: 8px 20px;
}
.accordion .card .card-header h4 {
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    margin-top: 5px;
}
.accordion .card .card-header h4 .fa-chevron-up {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 17px;
}
/* hide card-body */
.accordion .card .card-body {
    display: none;
    /*margin: 15px 20px;*/  
}
.accordion .card .card-body p {
    color: #fff; 
}
.fa-chevron-up {
    transform: rotate(180deg);
}
.profile_txt_interview {
    width: 10vw;
    display: block;
    font-size: 15px;
    color: white;
    position: absolute;
    top: 6px;
    left: 40px;
}
.toggle_icon {
    position: absolute;
    right: 20px;
    top: 13px;
    height: 25px;
    width: 25px;
    font-size: 12px !important;
    background: #fff;
    line-height: 25px !important;
    text-align: center;
    color: black !important;
    border-radius: 50%;
}
/******** accordion css end *********/
.repayInfo {
    display: block;
    text-align: center;
}
.preBtn {
    padding: 5px 30px !important;
    border-radius: 0% !important;
    font-size: 13px !important;
    margin-bottom: 10px !important;
    border: 1px solid #fff !important;
    color: white !important;
}
.subTable_interviewer table thead tr th {
    background: rgb(245,216,159) !important;
}
.InterviewResult {
  cursor: pointer !important;
  color: aquamarine;
}
/* interview loging css end */

/****************** Interviwer and Student Css Start **************************/

/****************** Admin Css start *****************/
/* application css start */
.application-banner {
    width: 100%;
    height: 80px;
    background: url(../Imgs/applicationBanner.png);
}
.application_tabs {
    max-width: 946px;
    margin: auto;
    margin-top: -9px;
}

.application_tabs .nav-link.active {
    background: var(--sidebar-bg-color) !important;
    color: #fff !important;
}
.application_tabs .nav-link {
    font-size: 12px;
}

.application_tabs .nav-link:first-child {
    /*margin-left: 27px !important;*/
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}
.application_tabs .nav-link:last-child {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}
.application_tabs .nav-link {
    background: #fff !important;
    border: none !important;
    outline: none !important;
    border-radius: 0% !important;
    cursor: pointer;
}

.tab_content_bg {
    width: 100%;
    height: auto;
    padding: 20px;
    background: rgb(57,57,57);
    border-radius: 10px;
}
.form_txt {
    display: block;
    color: white;
}

.selectBox {
    position: relative;
  }
  
  .selectBox select {
    width: 100%;
    font-weight: bold;
  }
  
  .overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  
  #checkboxes {
    display: none;
    border: 1px #dadada solid;
    background: white;
  }
  
  #checkboxes label {
    display: block;
  }
  
  #checkboxes label:hover {
    background-color: #1e90ff;
  }
  /* student plan css start */
  .studentPlan_banner {
    width: 100%;
    height: 80px;
    background: url(../Imgs/applicationBanner002.png);
  }

  /* schdule interview */

  .univer_txt_cus {
      display: block;
      font-size: 13px;
      color: #fff;
  }

  .table_design_all table {
    border-collapse: collapse;
}
.table_design_all table thead tr th {
    color: black;
    font-weight: normal;
    background-color: rgb(255, 216, 138);
    border: none !important;
    font-size: 1vw;
}
.table_design_all table thead tr th.first_head{
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}
.table_design_all table thead tr th.last_head{
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}
.table_design_all table tbody::before {
    content: "";
    line-height: 1rem;
    display: block;
    margin-top: 12px;
}
.table_design_all table tbody tr td {
    color: white;
    border: none !important;
    background: rgb(49, 49, 49);
    margin-top: 10px;
    font-size: 16px;
}
.table_design_all table tbody tr.existin_txt td{
    font-size: 12px;
}
.table_design_all table tbody tr td:first-child{
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}
.table_design_all table tbody tr td:last-child{
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}
/* all table design css start */
/**** Completed Interview start ****/
.SubPanelCompletedInterview {
    /*background: rgb(37,40,43)!important;*/
    /*background: #ff9f42 !important;*/
    background: #277b93 !important;
}

.SubPanelCompletedInterview label {
    font-size: 11px;
}
.student-detailsComInt {
    width: 100%;
    height: auto;
    background: rgb(53,56,59) !important;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 5px 0 5px 12px;
    text-align: left;
}

.student-detailsComInt label {
    font-size: 11px;
    margin-bottom: 3px;
}
.leftPanel {
    height: auto;
    background: rgb(53,56,59) !important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 29px 0 30px;
}
.leftPanel > label {
    display: block;
    position: relative;
    top: 5px;
    left: 10px;
}
.shortFormName_3 {
    width: 30px !important;
    height: 30px !important;
    background: #e47f29;
    color: white;
    padding: 10px;
    border-radius: 100%;
    margin-left: 5px;
}
.shortFormName_2 {
     width: 30px !important;
    height: 30px !important;
    background: #65cc14;
    color: white;
    padding: 10px;
    border-radius: 100%;
    margin-left: 5px;
}
.shortFormName {
    width: 30px !important;
    height: 30px !important;
    background: #0da8c4;
    color: white;
    padding: 10px;
    border-radius: 100%;
    margin-left: 5px;
    font-size: 11px;
}

.approveBtn {
    padding: 5px 12px !important;
    font-size: 12px !important;
}
.rejectBtn {
    padding: 5px 12px !important;
    font-size: 12px !important;
    margin-left: 6px;
}
.submit-btn {
        padding: 5px 12px !important;
    font-size: 12px !important;

}

.cancel-btn {
        padding: 5px 12px !important;
    font-size: 12px !important;
    margin-left: 6px;
}
.view-result--dialog {
    max-width: 1230px !important;
    position: relative !important;
    z-index: 10000000 !important;
/*    top: 40% !important;
    left: 41% !important;
    transform: translate(-50%, -50%) !important;*/
}
.profile_view_banner {
    height: 150px;
    background: rgb(192,230,225);
}
.userImg {
    display: block;
    width: 120px;
    height: 120px;
    border: 2px solid #fff;
    border-radius: 100%;
    background: url(../Imgs/userimg.jpg);
    background-size: 100% 100%;
    margin: 15px auto;
}
.userDetails {
    display: block;
    height: auto;
    padding-top: 20px;
}
.userDetails span:first-child {
        font-weight: 800;
        margin-left: 30px;
}
.userDetails span:nth-child(2) {
    font-size: 13px;
    margin-left: 30px;
    margin-top: 5px;
}
.userDetails span:last-child {
    font-size: 13px;
    margin-left: 30px;
}
.userDetails span {
    display: block;
    font-size: 20px;
}
.navigation_tab {
    width: 100%;
}
.navigation_tab .navs--tab {
     margin-left: 30px;
     margin-top: 16px;
}
.navigation_tab .navs--tab .nav-item {
    background: white !important; 
}
.navigation_tab .navs--tab .nav-item .nav-link {
     color: rgba(0,0,0,0.8) !important;
}
.navigation_tab .navs--tab .nav-item .active {
    background: #0da8c4 !important;
    color: white !important;
    border-radius: 0% !important;
}
.navigation_tab .navs--tab .nav-item:last-child {
    margin-left: 5px;
}
.fa-check--box {
    position: absolute;
    right: 25px;
    font-size: 10px !important;
    padding: 7px;
    background: #4aa04a;
    border-radius: 100%;
    color: #fff;
}
.fa-check--rejected {
    position: absolute;
    right: 25px;
    font-size: 10px !important;
    padding: 7px;
    background: #ee4223;
    border-radius: 50%;
    color: #fff;
}
.completedIntSubTable_txtColor label span:first-child{
    color: rgb(255, 216, 138);
}
.repeatApplication {
    color: rgb(255, 216, 138);
    float:right;
}
.completeSubPanel_linksLabel label {
    font-size: 0.60rem;
    padding: 5px 10px;
    cursor: pointer;
    color: white;
}
.completeSubPanel_linksLabel .repaymentLinkBtn {
    border: 2px solid rgb(169, 91, 222);
    margin-left: 8px;
    border-radius: 50px;
}
.completeSubPanel_linksLabel .repaymentLinkBtn:hover {
    background: rgb(169, 91, 222);
    color: white;
}
.completeSubPanel_linksLabel .previoustLinkBtn {
    border: 2px solid #2f109b !important;
    margin-left: 5px;
    border-radius: 50px;
}
.completeSubPanel_linksLabel .previoustLinkBtn:hover {
    background: #2f109b;
    color: white;
}
.repaymentInfo__modal {
    width: 100%;
    background: rgb(192,230,225);
    padding: 15px 8px;
}
.repaymentInfo__modal .repayInfo {
    display: block;
    text-align: center;
}
/**** Completed Interview end ****/

.form-row-two {
    padding-top: 10px !important;
}
/****
.form-row-two textarea {
    height: 100px;
    width: 100%;
    border: none;
    background-color: #fff4d8 !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: 1px solid #ced4da;
}

.form-row-two input[type=text] {
    width: 100%;
    border: none;
    padding: 6px;
    background-color: #fff4d8 !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: 1px solid #ced4da;
    color: #495057;
    color: #495057;
}

.form-row-two input[type=date] {
        width: 100%;
    border: none;
    padding: 5px;
    background-color: #fff4d8 !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: 1px solid #ced4da;
    color: #495057;
}
    ****/
.dnr-btn {
    border: none !important;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    background-color: #28a745;
    padding: 6px 22px;
    /*margin-top: 20px;*/
    border-radius: 4px;
}

.dnr-btn:hover {
    color: #fff;
    text-decoration:none;
}

thead tr th {
    background-color: rgb(255, 216, 138);
    font-size: 12px;
    font-weight: 400;
    border: none !important;
    color: #000!important;
    padding: .75rem;
}
tbody tr td {
    /*background: rgb(49, 49, 49);
    font-size: 1vw;*/
    font-size: 12px;
    font-weight: 400;
    border: none !important;
    color: #fff!important;
    margin-top: 10px!important;
    padding: .75rem;
}

.form-ct-2 {
    width: auto!important;
    height: calc(1.5em + .75rem + 2px);
padding: .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: .25rem;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.search-bar input[type=search] {
      padding: 6px 10px;
  font-size: 1rem;
  border: 1px solid grey;
  float: left;
  width: 60%;
  background: #f1f1f1;
  color: #495057;
}

.search-bar button {
     float: left;
  width: 13%;
  padding: 5px 0;
  background: #2196F3;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none; /* Prevent double borders */
  cursor: pointer;
}

.excel-btn {
    float:right;
}
.excel-btn a {
    background-color:forestgreen;
    padding: 4px 19px;
    color: #fff;
    display: block;
}
.excel-btn a:hover {
    color: #fff;
    text-decoration:none;
}
.excel-btn a i {
    padding:0 6px;
    font-size: 14px;
}
.breadcrumb {
    background-color: transparent !important;
}

.bd-item-one a {
    color: aqua;
}
.bd-item-one a:hover {
    color: aqua;
}

.user_banner {
    position: relative;
    height: 100px;
    background: -webkit-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%);
}

.user-banner {
    background-image: url(../images/Untitled-11.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

.internal_user_banner {
    background-image: url(../images/Untitled-12.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.external_user_banner {
    background-image: url(../images/Untitled-13.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.adddonor_banner{
        background-image: url(../images/Untitled-14.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.viewdonor_banner {
    background-image: url(../images/Untitled-15.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.new_app_banner {
    background-image: url(../images/Untitled-16.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}

.my_details_banner {
    background-image: url(../images/Untitled-36.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}

.new_plan_banner {
    background-image: url(../images/Untitled-37.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}

.trans_his_banner {
    background-image: url(../images/Untitled-35.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}

.ex_app_banner {
     background-image: url(../images/Untitled-17.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    position: relative;
}

.Schedule_Interview_banner {
    background-image: url(../images/Untitled-18.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.completed_Interview_banner {
    background-image: url(../images/Untitled-19.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.student_Plan_banner {
    background-image: url(../images/Untitled-20.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.repayment_banner {
    background-image: url(../images/Untitled-21.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.master_banner {
    background-image: url(../images/Untitled-22.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.Content_Manager_banner {
    background-image: url(../images/Untitled-23.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.Add_Testimonial_banner {
    background-image: url(../images/Untitled-24.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.View_Testimonial_banner {
    background-image: url(../images/Untitled-25.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.active_video_banner {
    background-image: url(../images/Untitled-26.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.Archived_Gallery_banner {
    background-image: url(../images/Untitled-27.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.interviewer_banner {
    background-image: url(../images/Untitled-28.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.email_manager_banner {
    background-image: url(../images/Untitled-29.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.profile_Manager_banner {
    background-image: url(../images/Untitled-30.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.configure_banner {
    background-image: url(../images/Untitled-31.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.student_details_banner {
    background-image: url(../images/Untitled-32.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.Feedback_banner {
    background-image: url(../images/Untitled-33.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.addPayback-banner {
    background-image: url(../images/Untitled-34.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    position: relative;
}

.ffe_app_banner {
    background-image: url(../images/Untitled-38.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    position: relative;
}

.view-app-tab {
    position: absolute;
     margin: 0 auto; 
    /* width: 946px; */  
    top: -10px;
    left: 0;
    right: 0;
}

.view-app-tab2 {
        position: absolute;
    /* margin: 0 auto; */
    /* width: 946px; */
    left: 380px;
    top: -10px;
}
.dash-nav {
    padding: 30px 0;
}
/****************** Admin Css End ******************/

.btn-one {
    padding: 5px 10px !important;
    border-radius: 4px;
    text-transform: capitalize;
}

.faq-content {
    padding: 40px 0;
}

.about-sec {
   padding: 20px 0 40px;
}

marquee p {
    margin-bottom: 0 !important;
}

.about-sec h2,.faq-content h2,.gallery-sec h2,.quote-sec h3 {
    text-align: center;
    position: relative;
    color: #333333;
    margin-bottom: 65px;
}

.faq-content h2::before {
        position:absolute;
    content: "";
    top: 60px;
    bottom: 0;
    right: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #0095D9 !important;
    margin : 0 auto;
}
.gallery-sec h2::before {
    position:absolute;
    content: "";
    top: 60px;
    bottom: 0;
    right: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #0095D9 !important;
    margin : 0 auto;
}
.about-sec h2::before {
    position:absolute;
    content: "";
    top: 60px;
    bottom: 0;
    right: 0;
    left: 0;
    width: 60px;
    height: 3px;
    margin : 0 auto;
}

.carousel-item .content {
    width: 69% !important;
    text-align:center;
    margin:auto;
    color: #151515;

}
.carousel-item .content p {
        padding-top: 20px;
}
.img-container img {
    border-radius: 50%;
}
.std-nm h5 {
    color: #222a35 !important;
}
.carousel-indicators li {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
} 


main {
  margin: 0 auto;
}
summary {
  font-size: 1.25rem;
  font-weight: 600;
  background-color: #fff;
  color: #333;
  padding: 1rem 0;
  margin-bottom: 1rem;
  outline: none;
  border-radius: 0.25rem;
  text-align: left;
  cursor: pointer;
  position: relative;
  list-style: none;
}
details[open] summary ~ * {
  animation: sweep .5s ease-in-out;
}
@keyframes sweep {
  0%    {opacity: 0; margin-top: -10px}
  100%  {opacity: 1; margin-top: 0px}
}
details > summary::after {
  position: absolute;
  content: "+";
  right: 20px;
}
details[open] > summary::after {
  position: absolute;
  content: "-";
  right: 20px;
}
details > summary::-webkit-details-marker {
  display: none;
}

.faq__content p {
    text-align: justify;
}

.bnr-info {
  padding: 150px 0; 
  position: relative; 
}
.faq-banner {
    position: relative;
}
.faq-banner::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7); 
}

.nav {
    justify-content: space-between;
}
.navbar-nav li a {
    font-size: 16px;
}
.nav-link {
    font-size: 24px;
}

.dot-list {
    margin-left: 40px;
}

.nav-pills .nav-link.active {
    background-color: #0095D9 !important;
    color: #fff !important;
}

.nav-pills .nav-link {
    color: #1c273b !important;
    border: 1px solid #d8e3ef;
    color: #151515;
}

.header {
    background-color: #ffffff;
    box-shadow: 0 0 .8125rem 0 rgba(77,82,94,.15)
}
.navbar-nav-two li a {
    font-family: 'Noto Sans JP', sans-serif;
    color: #2d3742 !important;
    font-weight: 500;
}
.navbar-nav-two {
    margin-left: 224px;
}
.navbar-nav-two li {
    margin: 0 10px !important;
}
.view:hover .view i {
    color:#0095D9 !important;
} 
.std-nm h6 {
     color:#768292 !important;
}
.view a:hover {
    color:#0095D9 !important;
    
}
.view {
    margin-top: 20px;
    transition: all .3s ease-in-out;
}
a:hover {
    text-decoration: none !important;
}
.view a {
    font-weight:600;
    color: #151515;
    transition: all .3s ease-in-out;
}
.view i {
    margin-left: 10px;
}
.navbar-nav .active > .nav-link {
        color:#0095D9 !important;
} 

button:focus {
    outline: none !important;
}

.modal {
    /*left: 90px !important;*/
}

.content p {
    position: relative;
}
.top-footer {
    padding: 40px 0;
    background-color: #222a35;
}
.footer-list li a {
    list-style: none !important;
    color: #fff;
}
.top-footer h3 {
    color: #fff;
}
.criteria-list {
    margin-left: 50px;
}
.loader {
    background: #fff url(../images/load-gif.gif) center;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}


.navbar-nav-two .btn {
    background: linear-gradient(to right,#2876e2 0,#3f8efc 100%) !important;
    padding: 3px 18px 4px !important;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 40px !important;
    display: block;
}
.frm-btn .btn:hover {
    background-color: #fff !important;
    border: 1px solid #2876e2;
}
.frm-btn .btn2 {
    background-color: #fff !important;
    padding: 3px 18px 4px !important;
    color: #151515;
    border: 1px solid #2876e2;
    border-radius: 40px !important;
    font-size: 14px;
    font-weight: 600;
}
.frm-btn a {
    border: 1px #2876e2;
    padding: 2px 9px 3px !important;
}

.testi-sec {
    background-color: #eef5fd !important;
}

.frm_btn {
    border: none;
    background-color: #fff;
}

.text_font h3 {
    padding-bottom: 20px;
    color: #0c5adb !important;
    font-size: 24px;
    position: relative;
}
.text_font h3::before {
    position:absolute;
    content: "";
    top: 40px;
    bottom: 0;
    right: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #dcdcdc !important;
}

.fap-img img {
    box-shadow: 2px 8px 10px 0px rgba(92,104,152,0.1); 
}

.text2 {
    margin-top: 160px;
}

.contact-list li {
    list-style: none;
    color: #ffffff;
}
.media img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.media-body h5 {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #333333;
    font-family: montserrat;
    font-weight: 600;
    padding-bottom: 7px;
}
.case-content h3 {
    margin-bottom: 30px;
}
.case-content h3::before {
        position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    left: 17px;
    top: 45px;
    background-color: #0095D9 !important;
}
.media-body h4 {
    font-size: 15px;
    font-weight: 300;
    font-style: italic;
    color: #333333;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 30px;
    position: relative;
}

.media-body h4::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    left: 0;
    top: 40px;
    background-color: #0095D9 !important;
}

.quote-sec {
    padding:50px 0;
}
.quote-sec h3 {
    padding-bottom: 30px;
}

.header-nav {
    padding: 7px 0 !important;
}

.quote-sec h3 {
    color: #333333;
}

.testi-sec h2 {
    color: #333333;
}

.content p {
    color: #768292;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-style: italic;
}

.video-testi iframe:hover {
    box-shadow:1px 4px 15px rgba(0,0,0,0.2);
    transition: all .3s ease;
}
.dropdown:before {
    right: 8px !important;
    top: -19px !important;
    color: #fff !important;
}
.dropdown li button:hover {
    color: #000 !important;
}
/*index page css*/

.about-sec h2,.faq-content h2,.gallery-sec h2,.quote-sec h3 {
    text-align: center;
    position: relative;
    color: #333333;
    margin-bottom: 30px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
}
.about-sec p,.slow-content p {
    text-align: justify;
}
.about-sec h3 {
    color: #0c5adb !important;
    padding-bottom: 20px;
    font-size: 24px;
    position: relative
}
.about-sec h3::before {
    position:absolute;
    content: "";
    top: 40px;
    bottom: 0;
    right: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #dcdcdc !important;
}
.abt-mld-cnt {
    width: 93% !important;
}

.faq-content h2::before {
        position:absolute;
    content: "";
    top: 60px;
    bottom: 0;
    right: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #0095D9 !important;
    margin : 0 auto;
}
.gallery-sec h2::before {
            position:absolute;
    content: "";
    top: 60px;
    bottom: 0;
    right: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #0095D9 !important;
    margin : 0 auto;
}
.about-sec h2::before {
    position:absolute;
    content: "";
    top: 50px;
    bottom: 0;
    right: 0;
    left: 0;
    width: 60px;
    height: 3px;
   background-color: #0095D9 !important;
    margin : 0 auto;
}
.view-drop-btn {
    background-color: #0095D9 !important;
    border: none;
    padding: 7px 20px;
    color: #ffffff;
}
/*index page css*/
.case-content img {
    width: 100% !important;
}

.case-content {
    padding: 100px 0;
}
.gallery-sec {
    padding: 100px 0;
}
.gallery-sec h2 {
    padding-bottom: 20px;
}
.gallery-sec img {
    width: 100% !important;
    height: 239px;
}

.gap-row {
    margin-top: 30px;
}

.gallery-sec {
    background-color: #f8f8f8;
}

.table-design2 table {
    width: 100%;
}
.table-design2 table tbody::before {
    content: "";
    line-height: 1rem;
    display: block;
    margin-top: 12px;
}
.table-design2 table thead tr th,.table-design2 table tbody tr td {
    text-align:center;
    padding: 5px 0 6px;
}
.table-design2 .first_head {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}
.table-design2 .last_head {
        border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}
.data-modal {
    width: 100% !important;
}

.content-modal-body {
    padding: 20px 30px !important;
}

.content-text {
    margin-left: -40px !important;
}

.bnr-info nav {
    display: inline-block;
}
.breadcrumb-list li a{
    color: #0095D9 !important;
    transition: all .3s ease;
    font-weight: 600;
}
.breadcrumb-list {
    padding: 0 !important;
}
.breadcrumb-list li a:hover {
    color: #ffffff !important;
}
.breadcrumb-item.active {
    color: #ffffff !important;
}
.breadcrumb-item+.breadcrumb-item::before {
     color: #ffffff !important;
}
.add_new_plan_tab li {
    font-size: 12px !important;
}
.repaymentInfo_tab li {
    font-size: 12px !important;
}
.log-in-btn:hover {
    color: #0095D9 !important;
    transition: .3s ease;
}
.footer-list li {
    list-style: none;
}

.abt-mld-cnt {
    width: 93% !important;
}

.no-data {
  background-color: #63abf6;
  color: #ffffff;
  height: 78px;
  width: 200px;
  padding: 18px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  line-height: 16px;
  display: block;
  border-radius: 4px;
  cursor: default;
}

  .arrow {
        position:absolute;
    left: -8px;
    top: 25px;
    color:#63abf6;
    font-size: 2em;
    z-index:5;
    font-size: 30px !important;
}

   .fa-warning {
     float: left;
     margin-right: 12px;
     height: 40px;
     margin-top: 6px;
     font-size: 2em !important;
     color: #ffed16;
   }

    
.float {
  animation-name: float;
  -webkit-animation-name: float;

  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;

  animation-iteration-count: infinite ;
  -webkit-animation-iteration-count: infinite
}



@keyframes float {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(8%);
  }
  100% {
    transform: translateY(0%);
  }
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(8%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
 /*forgot password css*/

 .forgot-passsword-form {
     background-color: #fff;
     width: 800px;
    margin: auto;
    padding:30px;
    margin-top: 11%;
 }
 .input-group input {
     width: 100% !important;
 }
 .forgot-passsword-form .form-group label {
     color: #151515;
     font-weight: 600;
 }

 .length_text_ulPanle li {
     font-size: 16px;
     line-height: 31px;
     color: #151515;
     font-weight: 500;
     list-style: circle;
 }
 .length_text_ulPanle {
     margin-left: 22px;
 }

 .forgot-passsword-form h3 {
     color: #151515;
     padding-bottom: 20px;
 }

 .form-group {
     margin-bottom: 0 !important;
 }

 .carousel-control-next-icon {
     background-image: url(../images/next.png) !important;
     padding: 20px;
 }
 .carousel-control-prev-icon {
     background-image: url(../images/previous.png) !important;
     padding: 20px;
 }

 .content-wrapper {
     width: 400px;
     margin: auto;
     background-color: rgb(57,57,57);
     padding: 30px 20px;
     margin-top: 11.7%;
     border-radius: 4px;
 }
 .content-wrapper h2 {
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    padding-bottom: 10px;
 }

 .form-group .lable_text {
color: #fff;
    padding-bottom: 8px;
    display: block;
    font-weight: 600;
 }
 .email-div {
    position: relative;
        padding-bottom: 15px;
}

.email-div h6 {
position: absolute;
    bottom: -8px;
}
.flex_wrap input[type=file] {
    color: #fff;
    font-weight: 500;
}

.bg-status {
    /*background-color: #fff19d;*/
    /*padding: 10px 15px;
    background-color: rgb(255, 216, 138);*/
    /*background-color: #67696c;*/
    background-color: #e0e0e0;
    padding: 7px 10px;
}

.bg-status label {
    margin-bottom: 0;
}

.testimonial-media {
    padding: 20px 30px;
    /*background-color: rgb(37,40,43);*/
    background-color: #5d4a8e;
}

.testimonial-panel {
    padding: 0 !important;
    /*border: 1px solid #dddddd !important;*/
    margin: 10px 0;
}

.edit-question-form {
    /*width: 500px;*/
    /*background-color: rgb(57,57,57);*/
    margin: auto;
    padding: 20px;
}

.table-design table {
    width: 100%;
}

.question-table table tbody tr td:last-child {
    text-align: center;
}

.edit_btn {
    border: none;
    background-color: transparent;
}

.edit_btn i {
    color: #fff;
}

.pop-profile-list {
list-style: none;
}
.pop-profile-list li {
    line-height: 30px;
}
.edit-btn {
    text-align: left;
    border: none;
}

.input-wrap {
    position: relative;
    width: 100%;
}

.input-wrap button {
    position: absolute;
    right: 0;
    top: 0;
}

.eye-btn {
    padding: 7px 10px !important;
    border-radius: 0 !important;
    background: #78797b !important;
}
/*.eye-btn2 {
    padding: 7px 10px !important;
    border-radius: 0 !important;
    background: #78797b !important;
}*/

.input-wrap input {
    /*width: 86% !important;*/
}

.form-control:focus {
    box-shadow: none !important;
    border-color: #e9ecef !important;
}

.input-group-append {
    padding: 0 11px;
}

.mail-wrap {
    position: relative;
}
.mail-wrap::before {
position: absolute;
    content: "@";
    left: -12px;
    bottom: 4px;
    color: #837a7a;
}

.sub-header h4 {
    font-size: 16px;
    color: #fff;
}
.sub-header .close {
    font-size: 18px;
    color: #fff;
}
.sub-header {
    background-color: #2c3034;
}
.sub-header {
    border-top-left-radius: 0 !important;
     border-top-right-radius: 0 !important;
}

.sub-content {
    border-radius: 0;
}

/*testimonial css*/
::-webkit-scrollbar {
    width: 8px;

}

::-webkit-scrollbar-track {
    background-color: #ddd;
    /*box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;*/
}

::-webkit-scrollbar-thumb {
    /*background-color: rgba(44, 62, 80, 1);*/
    border-radius: 40px;
    /*background: linear-gradient(to bottom, #06beb6 0%, #48b1bf 100%);
    background: linear-gradient(to bottom, #ff5f6d 0%, #ffc371 100%);*/
    /*background: linear-gradient(to bottom, #36d1dc 0%, #5b86e5 100%);*/
    background: linear-gradient(to bottom, #141e30 0%, #243b55 100%);
}

.morecontent span {
    animation: sweep .3s ease-in-out;
}

.quote-sec .quote-text::before {
    position:absolute;
    content: "";
    top: 60px;
    bottom: 0;
    right: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #0095D9 !important;
    margin : 0 auto;
}
.morecontent span {
    display: none;
}
        .testimonial-card {
            text-align: center;
            padding: 85px 50px 45px 70px;
            margin: 70px 15px 35px;
            background: #f9f9f9;
            box-shadow: 8px 4px 0 0 #77a9dd;
            position: relative;
        }

        .testimonial-card .pic {
            width: 120px;
            height: 120px;
            /*border: 5px solid #77a9dd;*/
            margin: 0 auto;
            position: absolute;
            top: -60px;
            left: 0;
            right: 0;
        }

        .testimonial-card .pic img {
            width: 100%;
            height: auto;
        }

        .testimonial-card .description {
            font-size: 15px;
            color: #757575;
            line-height: 27px;
            margin-bottom: 20px;
            position: relative;
            /*height: 100px;*/
        }

        .testimonial-card .description:before {
            content: "\f10d";
            font-family: "FontAwesome";
            font-size: 32px;
            color: #77a9dd;
            position: absolute;
            top: -15px;
            left: -35px;
        }

        .testimonial-card .testimonial-profile {
            position: relative;
            margin: 20px 0 10px 0;
        }

        .testimonial-card .testimonial-profile:after {
            content: "";
            width: 50px;
            height: 2px;
            background: #77a9dd;
            margin: 0 auto;
            position: absolute;
            bottom: -10px;
            left: 0;
            right: 0;
        }

        .testimonial-card .title {
            display: inline-block;
            font-size: 18px;
            color: #4a5184;
            letter-spacing: 1px;
            text-transform: capitalize;
            margin: 0;
        }

        .testimonial-card .post {
            /*display: inline-block;*/
            font-size: 15px;
            color: #757575;
            text-transform: capitalize;
            padding: 10px 0;
        }
        .main_panel .media-body h6 {
    font-size: 13px;
    color: #fff;
    font-style: italic;
    /*margin-top: 3px;*/
    position: relative;
    padding: 1px 5px;
    margin-left: 5px;
        }

        .main_panel .media-body h6::before {
    position: absolute;
    content: "(";
    left: 0;
    font-style: normal;
}
        .main_panel .media-body h6::after {
    position: absolute;
    content: ")";
    right: 0;
    font-style: normal;
}
    .main_panel .media-body h5 {
    color: #fff !important;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    text-transform:capitalize;
    margin-left: 15px;
}
        .morelink {
            color: #77a9dd !important;
    font-weight: 600 !important;
        }

        .aprv-form table {
            width: 100%;
        }

.header-bg {
    /* background-color: #67696c;*/
    background-color: #e0e0e0;
    padding: 7px 10px;
}
        .main_panel label {
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #151515;
    font-weight: 400;
    margin-bottom: 0 !important;
}
.header-body-bg label {
    /*color: rgb(46,135,168);*/
    /*color: rgb(46,135,168);*/
    color: #fff;
    /*font-weight: 400;*/
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}
        .header-body-bg .mrgn-left {
                margin-left: 65px;
        }
        .header-body-bg label span {
            /*color: rgb(174,174,174) !important;*/
            color: #fff !important;
            font-weight: 400;
        }
.main_panel label span {
    /*color: #cbcbcb;*/
    /*color: #eae8e8;*/
    color: #151515;
}

.testimonial-media label span {
    color: #fff;
}
.main_panel h6 {
    font-size: 14px;
    font-weight: 400;
    margin-top: .5rem;
}

.header-body-bg {
    padding: 12px 10px;
    /*background-color: #67696c;*/
    /*background-color: #5c5d5e;*/
    /*background-color: #fef4db;*/
    /*background-color: rgb(37,40,43);*/
    background-color: #5d4a8e;
}
        .main_panel .media .media-body h6, .main_panel .media .media-body h3 {
    /* font-weight: 500; */
    /*font-size: 13px;
    color: rgb(174, 174, 174);
    font-style: italic;*/
    font-size: 14px;
    color: #fff;
    font-style: italic;
    font-weight: 400;
}
        .main_panel {
    
    margin: 10px 0 0;
    
}

        .header-body-bg .media-body h5 a,.header-body-bg .media-body h5 {
            /*color: rgb(75,75,75) !important;*/
            /*color: #89e6e6 !important;*/
            color: #fff;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    /*font-weight: 400;*/
    text-transform: capitalize;
    padding-bottom: 0;
        }
        .view-application-body {
            margin-top: 5px;
        }
        .header-body-bg .media .media-body h2 {
    color: #D5D5D6;
    font-size: 13px;
}
        .header-body-bg .app-kebab h6 {
            color: #fff
        }
        .header-body-bg .app-kebab .kebab figure {
            background: #fff !important
        }
        .app-kebab {
    margin-right: 16px;
}
        .application-dropdown {
            background: #fff !important;
        }
        .application-dropdown li button {
            color: #151515 !important;
        }
        .application-dropdown::before {
    color: #fff !important;
}
.more_btn {
    padding: 3px 17px 4px;
    border-radius: 40px;
    margin-top: 10px;
    border: 2px solid #fff;
    /*border: 2px solid rgb(46, 135, 168);*/
    /* color: rgb(46, 135, 168);*/
    color: #151515;
    transition: all .3s ease-in-out;
    cursor: pointer;
    background-color: #fff;
    font-weight: 500;
}

        /* side popup css */

        .more-body-content {
    background-color: #fff;
    /*padding: 30px;*/
    margin: 0 30px 30px 30px;
    /*margin-top: 13%;*/
    border: 1px solid #ddd;
}

        .appli-info-body-content {
            background-color: transparent;
            border: 1px solid #fff;
        }

        .appli-info-body-content .side-box {
            border-left: 1px solid #fff;
        }

        
        .appli-info-body-content .all-rep-box-wrap {
            border-bottom: 1px solid #fff;
        }
        
        .card-body .top-media {
            background-color: transparent;
            border-top: 1px solid #fff;
            border-right: 1px solid #fff;
            border-left: 1px solid #fff;
        } 

        .top-media {
            margin: 30px 30px 0 30px;
            border-top: 1px solid #ddd;
            border-right: 1px solid #ddd;
            border-left: 1px solid #ddd;
            padding: 15px 16px;
            background-color: #fff;
        }
        .top-media .media .upload-img img {
            border-radius: 50% !important;
    width: 90px !important;
    height: 90px !important;
        }
        .top-media label span {
font-size: 13px;
    line-height: 17px;
    color: #6a6363;
    
        }
        /*label {
            margin-bottom: 0 !important;
        }*/
        .top-media .media h5 {
            padding: 0;
            margin-bottom: 0;
        }
                .top-media .media h6 {
color: #797979;
    font-size: 13px;
        }
        .top-media .media h3 {
font-size: 13px;
margin-top: 8px;
        }
        .top-media .media h3 label {
            font-size: 13px;
    color: #797979;
    font-style: italic;
    
        }
        .top-media label {
            font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    color: rgb(46, 135, 168);
    font-weight: 500;
        }

       .card-body .top-media label {
         color: #fff;
        }

       .card-body .top-media .media h3 label,.card-body .top-media label span {
           color: #bababa;
       }

        .application-modal-body-bg {
            background-color: #f4f4f4;
        }
.side-wrap {
    /*border-right: 1px solid rgb(83,97,71)*/
}
.side-box {
    border-left: 1px solid #ddd;
    padding: 16px 16px 108px;
}
.all-rep-box-wrap {
    padding: 16px 0 16px 16px;
    border-bottom: 1px solid #ddd;
}
.all-rep-box {
    padding-bottom: 15px;
}
.more-body-content h5,.all-rep-box h5 {
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    color: rgb(46,135,168);
    font-weight: 500;
    margin-bottom: 5px !important;
}

.appli-info-body-content h5 {
    color: rgb(250,250,250);
}

.appli-info-body-content h6 {
    color: #bababa !important;
}

.more-body-content h6,.all-rep-box p {
    font-size: 16px;
    line-height: 20px;
    color: #6a6363;
    margin-bottom: 0;
}

.modal-header2 {
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
}
.collapse-table table {
    width: 100%;
    text-align: center;
}

.collapse-table table thead tr th {
    background-color: #1d4354;
    color: #fff !important;
    font-size: 13px;
    padding: 6px 10px;
}

.bank-details-table table tbody:first-child {
    background-color: #1d4354;
    color: #fff !important;
    font-size: 13px;
    font-weight: 400;
}
.bank-details-table table tbody tr th:first-child,.bank-details-table table tbody tr td:first-child {
    text-align: left;
    padding-left: 10px;
}
.bank-details-table table tbody tr th {
    font-weight: 400;
    padding: 5px 10px 3px;
}
.bank-details-table table tbody tr td {
    color: #797979 !important;
    padding-top: 5px;
    padding-bottom: 5px;
}
.side-box table {
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
}

.side-box table tbody tr:last-child {
    border-bottom: 2px solid #1d4354;
}

.header-body-bg table tbody tr th {
    background-color: #1d4354;
    text-align: center;
    color: #fff;
    font-weight:400;
    padding:4px 0;
}

.header-body-bg table tbody tr td {
    /*background-color: rgb(252,250,250);*/
    background-color: #dbdbdb;
    text-align: center;
    color: #151515 !important;
    font-weight:400;
    padding:4px 0 !important;
}

.header-body-bg table tbody tr:last-child {
    border-bottom: 2px solid #1d4354;
}
.test_ {
    padding-top: 5px;
}
.main-row-content table, #_displayStudentRejectApplication table,#ViewNew_student_application_details table,#_displayStudentcloseApplication table {
    width: 100%;
}

.aprv-box, .reject-box {
    position: relative;
}

.aprv-box .approve-tool, .reject-box .approve-tool {
    display: none;
    position: absolute;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    font-weight: 100;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    z-index: 9999999;
    padding: 5px;
    right: -17px;
    top: 32px;
}
.aprv-box .approve-tool::before, .reject-box .approve-tool::before {
    position: absolute;
    content: "\f0d8";
    font-family: FontAwesome;
    top: -19px;
    left: 27px;
    font-size: 20px;
    color: #000;
}

.reject-box i {
    color: rgb(255,150,131);
    font-size: 19px;
}

.reject-box:hover .approve-tool {
    display: block;
}

.test_ .test2 table, .test_ .test3 table {
    animation: sweep .3s ease-in-out;
    /*width: 40% !important;
    margin: 0 auto 0 286px;*/
}

.test_ .test2 table {
        width: 300px !important;
    margin: 0 auto;
}

.doc-img img {
    width: 26px;
}

.faq-nav-pill .nav-link.active {
    background-color: #0095D9 !important;
    color: #fff !important;
}

.faq-nav-pill .nav-link {
    border-radius: 0 !important;
    font-size: 20px;
}

.nav-pills .nav-link.active {

}


.calender-wrap {
    position: relative;
}

.calender-icon-container {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #c7c5be;
    padding: 9px;
}

.calender-icon-container i {
    color: #000
}

.border-wrap {
    border: 1px solid #fff;
    padding: 5px 15px 15px 15px;
}

.stdt-info-wrap {
    position: relative;
}

.stdt-info-wrap h5 {
    position: absolute;
    bottom: 0;
    left: 0;
    color:#ff7777;
    display:none;
    font-size: 12px;
    bottom: -21px;
}

.add-remove-btn {
    padding: 0px 4px !important;
    border-radius: 0 !important;
    margin-top: 30px;
}

.table-design table tr td a {
    color: #ff841a;
}

/*.interviewer-wraper .row:nth-child(1) {
    margin-left: 0;
}*/

#LoanDetailsForm table {
    width: 1370px;
}

#LoanDetailsForm {
    overflow: auto;
    padding: 20px 0 0 !important;
}


#LoanDetailsForm::-webkit-scrollbar {
    /*width: 1px;*/
    height: 10px;  
    border-radius: 40px;
}

#LoanDetailsForm::-webkit-scrollbar-track {
    border: 7px solid #ddd;
    /*box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;*/
    border-radius: 40px;
}

#LoanDetailsForm::-webkit-scrollbar-thumb {
    border-radius: 40px;
    background: linear-gradient(to bottom, #48a9fe 0%, #0beef9 100%);
}

.financial-year-tab ul li a {
    font-size: 12px;
   
}



.financial-year-tab ul {
    
    border-bottom: none;
}

.financial-year-tab .nav-tabs .nav-item.show .nav-link,.financial-year-tab .nav-tabs .nav-link.active {
    background-color:#0095D9;
    color: #fff;
}

.financial-year-tab .nav-tabs .nav-link {
    border: none;
    background-color: #fff;
    color: #000;
    border-radius: 0;
}

.stdt-info-note {
    margin-bottom: 0;
    color: #fff;
    font-weight: 400;
    padding-top: 10px;
}

.form-text-label {
    margin-top: 7px;
}

/* edit dragable css*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none !important;
    background: transparent !important;
    color: #fff !important;
}
.action-box {
    text-align: center;
}

.coloured-text-label {
    font-size: 18px;
    font-weight:500;
    color: rgb(255, 216, 138);
    border-bottom: 2px solid rgb(255, 216, 138);
}

.doc-download-btn {
    border: none;
    color: #fff;
    font-size: 12px;
    background-color:  rgb(151,153,72);
    padding: 3px 6px;
}

.doc-view-btn {
    border: none;
    color: #fff;
    font-size: 12px;
    background-color: #117a8b;
    padding: 3px 6px;
    margin-left: 5px;
}

.attached-doc-table table th:nth-child(2),.aset-dsetails-table table th:nth-child(2),.edit-aset-dsetails-table table th:nth-child(1),.attached-doc-table table td:nth-child(2),.aset-dsetails-table table td:nth-child(2),.edit-aset-dsetails-table table td:nth-child(1) {
    text-align: left;
}

.edit-form-control {
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
}

.flex_wrap {
    display: flex;
}

.hamburger-menu-container {
    position: relative;
}

.hamburger-menu {
    position: absolute;
    right: -50px;
    background-color: #a84343;
    padding: 10px;
    top: 50px;
    z-index:2;
    display: none;
}

.cancel-menu {
    z-index:1;
    position: absolute;
    right: -50px;
    background-color: #a84343;
    padding: 13px 15px;
    top: 50px;
    display: none;
}

.hamburger-menu img {
    width: 30px;
}

.cancel-menu img {
    width: 20px;
}

.GuardianDetails-btn {
    margin-top: 72px;
    padding:2px 10px !important;
}

.StudentInfo-btn {
    margin-top: 51px;
    padding:2px 10px !important;
}

.course-details-btn {
    margin-top: 28px;
    padding: 2px 10px !important;
}

.view-application-table tbody tr td,#rejecteddApp_table tbody tr td {
    padding: 0 !important;
}

.res-dash-nav {
    padding: 10px 0;
    display: none !important;
}

.top-space-wrap {
    margin-top: 17px;
}

.wtext-nav li a {
    color: #fff;
}

.btext-nav li a {
    color: #000;
}

.no-pad {
    padding-right: 0 !important;
}

.no-pad-lf {
    padding-left: 0px !important
}

.test_ {
    width: 100%;
    overflow: auto;
}

.test2,.test3 {
    padding: 0 15px;
}

.preiit_registration_popup .modal-dialog {
    max-width: 888px;
}

.login_form_wrap {
    transform: translateY(10%) !important;
}

.navbar-light .navbar-toggler {
    border-color: rgba(0,0,0,.0) !important;
}

.navbar-toggler-icon {
    background-image: url(../images/list.png) !important;
}

.custom-edit-btn {
    background-color: #00a8e9;
    padding: 4px 12px;
    color: #fff;
    border: none;
}

.edit-info-content ul {
    list-style: none;
    margin: 0;
}

.edit-info-content ul li span {
    float: right;
}

.edit-info-content ul li {
    font-size: 18px;
    line-height: 32px;
    text-transform: capitalize;
    font-weight: 500;

}

.edit-info-content textarea {
    height:90px !important;
}

.edit-info-content ul li span input [type=checkbox] {
    border-radius: 0;
    
}

.hover_dropdown  {
    padding: 12px !important;
}

.hover_dropdown li {
    padding: 0 !important;
}

.loading_main_background img {
    width: 120px;
}

select:disabled {
    color: #000;
    opacity: 1 !important;
    border-color: rgba(118, 118, 118, 0.3);
}

input[type=date] {
    cursor: pointer;
}

.fade-in {
    opacity: 0;
    transition: opacity 250ms ease-in;
}

    .fade-in.appear {
        opacity: 1;
        transition: all .3s ease-in-out;
    }

    #fap_process ol {
        margin-left: 18px;
    }

#fap_criteria ul {
    margin-left: 50px;
}

#fap_process ol li,#fap_criteria ul li {
    text-align: justify;
}

.text-box {
    background-color: #8dc4f5;
    color: #333;
    padding: 5px 10px;
    border-radius: 4px !important;
}

.text-box ul{
    margin-left:20px;
}

    .text-box p {
        margin-bottom: 0 !important;
    }

.feedback-data-table table tr th:nth-child(6),.feedback-data-table table tr td:nth-child(6) {
    text-align: left;
    width: 400px;
}

.feedback-data-table table tr td:nth-child(4) {
    width: 100px;
}
/*.modal-dialog {
    margin: 0 auto !important;
}*/
/* progress bar css */
.progress-bar {
    position: relative;
    height: 200px;
    width: 200px;
    margin: -4px auto;
    transform: scale(.85);
    background-color: transparent !important;
}

.student-info-progress-bar {
    transform: scale(.55);
}

.progress-bar div {
  position: absolute;
  height: 200px;
  width: 200px;
  border-radius: 50%;
}

.progress-bar div span {
  position: absolute;
  font-family: Arial;
  font-size: 25px;
  line-height: 175px;
  height: 175px;
  width: 175px;
  left: 12.5px;
  top: 12.5px;
  text-align: center;
  border-radius: 50%;
  background-color: rgb(37,40,43);
    color: #fff;
}

.student-info-progress-bar div span {
    background-color: #dde6f0 !important;
}

.progress-bar .background { background-color: #b3cef6; }

.progress-bar .rotate {
  clip: rect(0 100px 200px 0);
  background-color: #4b86db;
}

.progress-bar .left {
  clip: rect(0 100px 200px 0);
  opacity: 1;
  background-color: #b3cef6;
}

.progress-bar .right {
  clip: rect(0 100px 200px 0);
  transform: rotate(180deg);
  opacity: 0;
  background-color: #4b86db;
}
 @keyframes 
toggle {  0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}


.fixed-btn-wrap button {
    border: none;
    background-color: transparent;
    color: #fff;
    font-size: 25px;
}



.feedback {
    -webkit-transition: height 2s ease-in;
    transition: height 2s ease-in;
    /*    padding: 15px;*/
    height: auto;
    width: 100%;
    max-width: 450px;
    min-width: 450px;
    overflow: hidden;
    /*background-color: #f5f8fa;*/
    /*border-radius: 4px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 3s ease-in-out;
    transition: all 3s ease-in-out;
    margin: auto;
}

    .feedback h3 {
        margin-top: 0;
        font-weight: 700;
        font-size: 1.3rem;
        padding-bottom: 5px;
    }

.feedback_ratings {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.feedback_rating {
    cursor: pointer;
    padding: 6px 10px 8px;
    background-color:transparent;
    /*border-radius: 100px;*/
    border: 2px solid #333;
    font-size: 25px;
}

.feedback-n {
    margin-top: 1rem;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.feedback_notice {
    color: #000;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    padding: 10px;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .feedback_notice p {
        -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
        animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
        margin: 0;
    }

.rating_active {
    background-color: #333;
    color: #e3e9ed;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.active_feedback {
    height: 240px;
    -webkit-transition: height 0.6s ease-in;
    transition: height 0.6s ease-in;
}

.hidden {
    display: none;
}

.feedback-btn {
    background-color: #0095D9;
    border: none;
    padding: 7px 20px;
    color: #ffffff;
    border-radius: 5px;
    margin-top: 15px;
}
.feedback-modal-dialog {
    transform: translateY(10%);
}

.exp-list {
    list-style: none;
}

    .exp-list {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .exp-list input[type="checkbox"]:not(:checked),
    .exp-list input[type="checkbox"]:checked {
        position: absolute;
        left: -9999%;
    }

        .exp-list input[type="checkbox"] + label {
            display: inline-block;
            padding: 10px;
            cursor: pointer;
            border: 2px solid #333;
            color: black;
            background-color: white;
            margin-bottom: 10px;
            width: 100%;
            text-align: center;
            font-weight: 500;
            transition: all 200ms ease-in-out;
        }

    .exp-list input[type="checkbox"]:checked + label {
        /*border: 1px solid white;*/
        color: white;
        background-color: #333;
    }

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/*# sourceMappingURL=style.css.map */

.custom-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
.custom-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.custom-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.new-app-note p {
    margin-bottom: 0 !important;
    color: #fff;
    margin-top: 15px;
}

    .new-app-note p span {
        font-weight: 600;
    }
    img {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
    }

.clear {
    clear: both;
    width: 0;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}

.test .open {
    display: none !important;
}

.smiley .open {
    display: block;
}

.smiley .close {
    display: none;
}

.test .close {
    display: block !important;
}

.prof-img img {
    width: 100%;
}

.top-body-modal {
    margin: 0 30px;
     /*margin-top: 9.5%;*/
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 15px 16px;
    background-color: #fff;
}

.modal-body-wrap {
    margin: 0 30px 30px;
    /* margin-top: 13%;*/
    border: 1px solid #ddd;
    padding: 15px 16px;
    background-color: #fff;
}

.othr-pln-big-box {
    height: 150px !important;
}

.my-details-table .table {
    margin-bottom: 0 !important;
}

.modal-dialog.custom-modal {
    width: 880px !important;
}

.nm-prof-list {
    margin-top: 10px;
    margin-bottom: 0 !important;
}

.stdt-dts-list, .nm-prof-list {
    list-style: none;
    padding: 0;
}
    .nm-prof-list li {
        line-height: 24px;
    }

    .nm-prof-list li:nth-child(1) {
        font-weight: 500;
    }

    .nm-prof-list li:nth-child(2) {
        color: #787878;
        font-style: italic;
    }

    .nm-prof-list li:nth-child(3) {
        font-weight: 500;
    }

        .nm-prof-list li:nth-child(3) span {
            color: #787878;
            font-style: italic;
            font-weight: 400;
        }

        .stdt-dts-list li span:nth-child(1) {
            font-weight: 500;
            display: inline-block;
            width: 200px;
        }

    .stdt-dts-list li span:nth-child(2) {
        font-weight: 400;
        color: #787878;
    }
        /********************************************************************/
        .feedback_container {
            text-align: center;
            padding: 0px 0;
        }

.title_feedback {
    font-size: 1.3rem;
    font-weight: 700;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.rating_div, .question {
    /*margin-bottom: 80px;*/
}

.smiley {
    width: 72%;
    margin: auto;
}

    .smiley span {
        display: block;
        float: left;
        margin: 0 20px;
        width: 70px;
        height: 70px;
        cursor: pointer;
    }

.close {
    opacity: 1 !important;
}

.question a {
    text-align: center;
    display: block;
    border: 2px solid #0095D9;
    margin-bottom: 30px;
    font-size: 18px;
    color: #000;
    font-weight: 800;
    padding: 10px 0;
    font-weight: 600;
    color: #333;
}

    .question a:hover, .question a.active_qa {
        background:  #0095D9;
        color: #fff;
    }

.comment_div textarea {
    width: 100%;
    border: 2px solid #333;
    resize: none;
    outline: 0;
    /*font-weight: 500;*/
    padding: 15px;
    font-size: 16px;
    height: 150px;
}

.submit_btn {
    margin-top: 15px;
}

    .submit_btn a {
        display: inline-block;
        background: #0095D9;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        padding: 7px 20px;
    }


/*.progress-circle {
    display: flex;
    justify-content: space-between;
}

    .progress-circle .float-wrap {
        width: 50%;
    }*/

.float-wrap ul {
    list-style: none;
    color: #fff;
    margin-bottom: 0;
    margin-top: 42px;
    margin-left: 15px;
}

.progress-circle .circle {
    /*width: 200px;*/
   /* margin: 6px 20px 20px;*/
    display: inline-block;
    position: relative;
    text-align: center;
    margin-top: 5px;
}

    .progress-circle .circle h5 {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        text-align: center;
        line-height: 20px;
        font-size: 16px;
        color: #fff;
        font-weight: 400;
    }
    .progress-circle .circle label {
        position: absolute;
        top: 90px;
        left: 0;
        width: 100%;
        text-align: center;
        line-height: 35px;
        font-size: 18px;
        color: #fba841;
        font-weight: 400;
    }

.upcoming_schedule_dashboard .upcoming-schedule-list {
    color: #fff;
    padding: 15px 0;
    margin-bottom: 0;
    text-align: center;
}

.tran-his-label {
    font-size: 20px;
    color: #fff;
    text-align: center;
    display: block;
}


@media only screen and (max-width: 800px) {
    .smiley {
        width: 97%;
    }

        .smiley span {
            width: 50px;
            height: 50px;
        }
}

@media only screen and (max-width: 640px) {

    .feedback_container {
        text-align: center;
        /*padding: 30px;*/
    }

    .title_feedback {
        font-size: 24px;
    }

    .smiley {
        width: 100%;
    }

        .smiley span {
            width: 40px;
            height: 40px;
            margin: 0 8px;
        }
}

@media only screen and (max-width: 414px) {
    .smiley {
        width: 76%;
    }
}


/* Tracking progress css*/

.custom-progress,.top-custom-progress {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    color: #fff;
}

    .top-custom-progress {
        margin-bottom: 4px;
    }

    .top-custom-progress li {
        position: relative;
        display: table-cell;
        text-align: center;
        font-size: 13px;
    }
.custom-progress > li {
    position: relative;
    display: table-cell;
    text-align: center;
    font-size: .8em
}
        .custom-progress > li:before {
            content: attr(data-step);
            display: block;
            margin: 0 auto;
            background: #dfe3e4;
            width: 3em;
            height: 3em;
            text-align: center;
            margin-bottom: .25em;
            line-height: 3em;
            border-radius: 100%;
            position: relative;
            z-index: 1000;
            color: #151515;
        }
    .custom-progress > li:after {
        content: '';
        position: absolute;
        display: block;
        background: #3498db;
        width: 100%;
        height: .5em;
        top: 1.25em;
        left: 50%;
        margin-left: 1.5em\9;
        z-index: 1;
    }
        .custom-progress > li:last-child:after {
            display: none
        }
        .custom-progress > li.is-complete {
            /*color: #2ecc71*/
        }
            .custom-progress > li.is-complete:before, .custom-progress > li.is-complete:after {
                color: #fff;
                background: #2ecc71
            }
        .custom-progress > li.is-active {
            /*color: #3498db*/
        }
            .custom-progress > li.is-active:before {
                color: #fff;
                background: #3498db
            }
            .progress__last:after{display:none !important}.progress--medium{font-size:1.5em}.progress--large{font-size:2em}*,*:after,*:before{box-sizing:border-box}h1{margin-bottom:1.5em}
.custom-progress {
    margin-bottom: 1em;
}a{color:#3498db;text-decoration:none}a:hover{text-decoration:underline}body{text-align:center;color:#444}

.config-btn {
    padding: 0;
    border: none;
    background-color: transparent;
    color: #fff;
}

.collapse-table-design {
    background-color: transparent;
    padding: 15px;
    /*border-radius: 8px;*/
    border: 1px solid #fff;
    width: 100%;
    overflow: auto;
}

    .collapse-table-design table th {
        background-color: #2980b9;
        color: #fff !important;
    }

    .collapse-table-design table tr:nth-child(odd) td {
        background-color: #f6f6f6;
        color: #000 !important;
    }

    .collapse-table-design table tr:nth-child(even) td {
        background-color: #e9e9e9;
        color: #000 !important;
    }

.sub-colap-table table tr:nth-child(odd) td {
    background-color: #f6f6f6 !important;
    color: #000 !important;
}

.sub-colap-table table tr:nth-child(even) td {
    background-color: #d4d4ff !important;
    color: #000 !important;
}

.collapse-table-design table tr td {
    width: 25%;
}

        .collapse-table-design table tr td:nth-child(1) {
            width: 10% !important;
        }

.paypack-list li {
    color: #fff;
    list-style: none;
    font-weight: 500;
    line-height: 30px;
}

    .paypack-list li span:nth-child(1) {
        width: 126px;
        display: inline-block;
    }

    .paypack-list li span:nth-child(2) {
        font-weight: 400;
        margin-left: 11px;
    }


.pay-btn {
    background-color: #1CA953;
    text-align: center;
    font-weight: 500;
    color: white;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    padding: 7px 25px;
    cursor: pointer;
}

.pay-btn:hover {
    color: #fff;
}

.rep-his-btn {
    border: 1px solid #fff;
    padding: 6px 17px;
    color: #fff;
    transition: all .3s ease-in-out;
}

    .rep-his-btn:hover {
        background-color: #fff;
        color: #151515;
    }



.custom-row {
    text-align: left;
}

    .custom-row label {
        font-size: 16px !important;
        font-weight: 500;
        color: #fff;
    }

    .custom-row h6 {
        font-size: 15px;
        font-weight: 400;
        color: #fff;
    }

        .collapse-table-design table tbody::before {
            content: "";
            line-height: 0;
            display: block;
            margin-top: 0px;
        }

.showing-tab table tr td, .showing-tab-two table tr td {
    border-top: 1px solid #333 !important;
    border-bottom: 1px solid #333 !important;
    border-right: 1px solid #333 !important;
}

.showing-tab, .showing-tab-two {
    display: none;
}

.table-design2 input {
    border: 1px solid #151515;
}

    .table-design2 input[type=number] {
        text-align: center;
    }

.plus, .plus-two, #detail_collpase {
    cursor: pointer;
}

    #detail_collpase:hover {
        color: orange;
        transition: all .3s ease-in-out;
    }

    .plus-two::before {
        content: "\f055";
        font-family: fontawesome;
        font-style: initial;
    }

    .plus::before {
        content: "\f055";
        font-family: fontawesome;
        font-style: initial;
    }

.plus-two-collapse::before {
    content: "\f056";
    font-family: fontawesome;
    font-style: initial;
}

.plus-collapse::before {
    content: "\f056";
    font-family: fontawesome;
    font-style: initial;
}


.completed-indi, .active-indi, .pending-indi {
    position: relative;
}

    .completed-indi::before {
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #46d146;
        left: -11px;
        top: 4px;
        right: 0;
        position: absolute;
    }

    .active-indi::before {
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #3a80ff;
        left: -11px;
        top: 4px;
        right: 0;
        position: absolute;
    }

    .pending-indi::before {
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #f7a91a;
        left: -11px;
        top: 4px;
        right: 0;
        position: absolute;
    }

.showing-tab.active, .showing-tab-two.active {
    display: block;
    transition: .3s ease-in-out;
}

#collpase_table_two {
    display: none;
}

.indicator-list {
    float: right;
    list-style: none;
}

    .indicator-list li {
        float: left;
        margin-left: 30px;
    }

    .sub-colap-table table thead tr th {
        background-color: #5f5fa7 !important;
    }


.custom-flex-container {
    display: flex;
    /*justify-content: flex-end;*/
}

.custom-flex-item label {
    color: #fff;
}
/*other css;
.application_tabs {
    max-width: 946px;
    margin: auto;
    margin-top: -9px;
}

.application_tabs .nav-link.active {
    background: var(--sidebar-bg-color) !important;
}

.application_tabs .nav-link {
    background: #fff !important;
    border: none !important;
    outline: none !important;
    border-radius: 0% !important;
    cursor: pointer;
}

.application_tabs .nav-link {
    font-size: 12px;
}*/


.repayment-plan-sub-table {
    padding: 10px !important;
}

    .repayment-plan-sub-table .sub-colap-table {
        border: 1px solid #5f5fa7;
    }


#actual_repayment_table table tbody td:nth-child(2),#actual_repayment_table table tbody td:nth-child(3) {
    width: 150px;
}

.deactivated {
    background-color: #ddd;
    color: #b5b5b5;
    pointer-events: none;
    display: none;
}

.payment-wrap {
    border: 1px solid #fff;
    padding: 6px 15px 15px;
    margin-top: 18px;
    display: none;
}

.toggle-tab {
    justify-content: normal;
    border: none !important;
    margin-bottom: 7px !important;
}

    .toggle-tab .nav-link.active {
        background-color: #ff841a !important;
        color: #fff !important;
    }

    .toggle-tab .nav-link {
        font-size: 14px;
        border-radius: 0 !important;
        padding: 3px 10px;
        border: none !important;
        background-color: #fff;
        color: #000;
    }

.label-flex-container {
    display: flex;
    height: auto;
    align-items: center;
}

#draftsms {
    font-weight: 600;
}


/*payment gateway css*/
.dark-bg {
    background-color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.payment-status-box {
    width: 440px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    padding: 30px;
    background-color: rgb(57,57,57);
    border-radius: 10px;
    color: #fff;
    margin: 0 15px;
}

.payment-info-list {
    padding: 0;
    list-style: none;
}

    .payment-info-list li {
        line-height: 30px;
        display: flex;
        justify-content: space-between;
    }

.payment-status-box .successful {
    text-align: center;
    color: #3cb57f;
    font-size: 26px;
    font-weight: 400;
}

.payment-status-box .failed {
    text-align: center;
    color: #e75057;
    font-size: 26px;
}

.main-status-wrap {
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
}

.status-suc-icon {
    font-size: 36px;
    color: #3cb57f;
    text-align: center;
}

.status-failed-icon {
    font-size: 36px;
    color: #e75057;
    text-align: center;
}

.messeage-box {
    margin-top: 15px;
}

.auto-label-text {
    margin-bottom: 10px;
}

.count {
    color: rgb(255, 216, 138);
}

.otp-label-text {
    color: #fff;
}

.otp-number-box-container {
    display: flex;
    justify-content: space-between;
}

.otp-number-box-item {
    width: 45px;
    margin-right: 10px;
}

.otp-number-box-container {
    justify-content: center;
}

.custom-form-control {
    width: 100%;
}

.main-box-body {
    display: flex;
    align-items: center;
    height: 100vh;
}

.otp-text-box .custom-form-control {
    text-align: center;
    border: none;
}

.custom-text-area {
    height: 260px !important;
}

.otp-blue-label-text {
    color: rgb(255, 216, 138);
}

.otp-img-container img {
    width: 60px;
}

.otp-btn-container {
    text-align: center;
    margin-top: 10px;
}

    .otp-btn-container button {
        padding: 5px 12px;
        color: #fff;
        background-color: #c74438;
        border: none;
        border-radius: 4px;
    }

.top-menu-label {
    display: block;
    text-align: center;
    color: white;
    position: relative;
    top: 10px;
    font-size: 20px;
}

.loginwithotpdiv-container {
    display: flex;
    height: auto;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    padding: 0 15px;
}

.ani-txt {
    display: flex;
    justify-content: flex-end;
}

.ani-txt p {
    background-color: rgb(255, 216, 138);
    color: #151515;
    display: inline-block;
    padding: 5px 12px;
    animation-name: blink;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

#formStudentInform .fill_formTxt_label {
    margin-top: 0.7rem !important;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.my-dts-list {
    list-style: none;
}

.my-dts-list li span:nth-child(1) {
    font-weight: 500;
    display: inline-block;
}

.my-dts-list li span:nth-child(2) {
    float: right;
    color: #787878;
}

.custom-login-btn {
    padding: 5px 12px;
    background-color: #007bff;
    border: 1px solid #007bff;
    color: #fff;
    transition: all .3s ease-in-out;
    cursor: pointer;
    border-radius: 4px;
}

.no-data-wrap {
    text-align: center;
    width: 100%;
}

.no-data-wrap h6 {
    color: #fff;
    padding-top: 15px;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
}

@media (max-width: 480px) {
    .payment-status-box {
        padding:10px;
    }

    .status-suc-icon {
        font-size: 30px;
    }

    .payment-status-box .successful,.payment-status-box .failed {
        font-size: 21px;
    }
    .payment-info-list li {
        font-size: 13px;
    }

    .messeage-box p {
        font-size: 13px;
    }
}

.project-caption {
    font-size: 20px;
    margin-bottom: 0;
    color: #fff;
}

.custom-hide {
    display: none;
}

.custom-show {
    display: block;
}

#future_plan_update_popup .modal-header .modal-title {
    font-size: 26px;
}

#future_plan_update_popup .modal-body p {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 18px;
}

.dark-modal {
    background-color: rgba(0,0,0,.7);
}

.dark-modal .modal-dialog .modal-content {
    border-radius: 0 !important;
}

.dark-modal .modal-dialog .modal-header {
    background-color: #3a3f45;
    color: #fff;
    border-radius: 0;
    border-bottom: none !important;
}

.dark-modal .modal-dialog .modal-body {
    background: linear-gradient(to right, hsl(210, 30%, 20%), hsl(255, 30%, 25%));
    box-shadow: var(--m-shadow, .4rem .4rem 10.2rem .2rem) hsla(236, 50%, 50%, .3);
    color: #fff;
}

    .dark-modal .modal-dialog .modal-body h5 {
        font-size: 15px;
    }

/*.dark-modal .modal-body {
    color: #000;
    background-color: rgb(192,230,225);
}

    .dark-modal .modal-body h5 {
        font-size: 15px;
    }*/

.pointer-txt {
    color: #fffa56 !important;
    cursor: pointer;
    font-size: 13px;
    margin-bottom: 0;
}
/*Responsive css started*/
@media (max-width: 1199px) {
    .value-label,.header-label {
        font-size:14px;
    }

    .appliation-wrap li {
        font-size:14px;
    }
}

@media (max-width: 1091px) {
     .appliation-wrap li {
        font-size:12px;
    }
}

@media (max-width: 1091px) {
      .appliation-wrap li {
        font-size:11px;
    }
}


@media (max-width: 991px) {
    .sidebar {
        transform: translateX(-88px);
    }

    .wrapper {
        margin-left:0;
    }

    .dashboard_repaymentStatus label {
        font-size:14px;
    }
    
    .hamburger-menu {
        display: block;
    }

    .cancel-menu {
        display: block;
    }

    .profile_txt {
        display: none;
    }
    .appliation-wrap li {
        font-size:16px;
    }
}

@media (max-width: 767px) {
     .carousel-control-next-icon,.carousel-control-prev-icon {
     padding: 0px;
     }

    .banner_imgs .carousel-item img {
    width: 100%;
    height: 70vh !important;
   }

    ::-webkit-scrollbar {
        width: 4px;
    }

    ::-webkit-scrollbar-track {
        border: 3px solid #ddd;
    }

    .myInformation_img, .qualifing_iitba {
        margin: 5px 5px 0;
    }

    .GuardianDetails-btn, .StudentInfo-btn, .course-details-btn {
        margin-top: 20px;
    }

    .appli-float {
        float: none !important;
    }

    .no-pad {
        padding-right: 15px !important;
    }

    .no-pad-lf {
        padding-left: 15px !important;
    }

    .top-media {
        margin: 30px 0px 0 0px;
    }

    .more-body-content {
        margin: 0 0px 30px 0px;
    }

    .side-box {
        padding: 16px 15px 108px;
    }

    .slider-res-text {
        display: none;
    }

    .login_form_wrap {
    transform: translateY(0) !important;
    }

    .sidebar .menu li i {
        font-size: 30px;
    }

    .navbar-nav-two {
        margin-left: 0; 
    }

    .faq-nav-pill .nav-link {
        font-size: 18px;
    }

    summary {
        font-size: 1.1rem;
        margin-bottom:0;
    }

    .faq__content p {
        text-align: justify;
        font-size: 15px;
    }

    .testimonial-card {
        padding: 50px 30px 45px 50px;
        margin: 70px 8px 35px 0;
    }
}




@media (max-width: 575px) {
    .top-space-wrap {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    .about-sec {
     padding: 0px 0 40px; 
    }
}


@media (max-width: 540px) {
    .res-table,.loan-res-table {
        padding: 20px 0 0;
        display: block;
        overflow-x: auto;
    }

    .res-table table {
        width: 535px;
    }

     .loan-res-table table {
         width: 660px;
    }

    .res-table::-webkit-scrollbar-track {
    border: 7px solid #ddd;
    /* box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px; */
    border-radius: 40px;
   }

   .res-table::-webkit-scrollbar {
    /* width: 1px; */
    height: 10px;
    border-radius: 40px;
    }

    .res-table::-webkit-scrollbar-thumb {
    border-radius: 40px;
    background: linear-gradient(to bottom, #48a9fe 0%, #0beef9 100%);
    }
}

@media (max-width: 480px) {
    .content-wrapper {
        padding: 10px 4px;
    }

    .top-menu-label {
        font-size: 17px;
    }

    .fillUp_form {
        padding: 20px 5px;
    }

    .loginwithotpdiv-container {
        flex-direction: column;
    }
    .newplan-breadcrumb li a {
        font-size: 14px;
    }

    .modal-body-wrap,.top-body-modal {
        margin: 0;
    }

    .stdt-dts-list li span:nth-child(1) {
        display: block;
        width: auto;
    }

    .feedback {
        max-width: none;
        min-width: auto;
    }

    .banner_imgs .carousel-item img {
        width: 100%;
        height: 55vh !important;
    }

    .feedback-modal-dialog {
        transform: translateY(0);
    }

    .title_feedback {
        font-size: 16.5px;
    }

    .question a {
        padding: 6px 0;
        margin-bottom: 15px;
    }

    .comment_div textarea {
        height: 115px;
    }

    .exp-list {
        flex-direction: column;
    }

    .exp-list input[type="checkbox"] + label {
        width: 100%;
    }
}

@media (max-width: 474px) {
    /*.wtext-nav li a {
    color: #000;
    }*/
    .dash-nav {
        visibility: hidden;
    }

    .res-dash-nav {
    padding: 10px 0;
    display: block !important;
   }

.top-space-wrap {
    margin-top: 0px;
    }

}

@media (max-width: 461px) {
    .res-bank-details-table {
        overflow: auto;
    }

    .res-bank-details-table table {
        width: 500px;
    }

   .res-bank-details-table::-webkit-scrollbar-track {
    border: 7px solid #ddd;
    /* box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px; */
    border-radius: 40px;
   }

   .res-bank-details-table::-webkit-scrollbar {
    /* width: 1px; */
    height: 10px;
    border-radius: 40px;
    }

    .res-bank-details-table::-webkit-scrollbar-thumb {
    border-radius: 40px;
    background: linear-gradient(to bottom, #48a9fe 0%, #0beef9 100%);
    }
}


@media (max-width: 450px) {
        .financial-year-tab ul li a {
        font-size: 10px;
        padding: 6px;
    }
}


@media (max-width: 420px) {
    .res-text {
        font-size:14px;
    }

    .progress-circle .circle {
        transform: scale(.8);
    }

    .banner_imgs .carousel-item img {
        width: 100%;
        height: 45vh !important;
    }
}

@media (max-width: 400px) {
    .table td, .table th {
        padding: 3px !important;
    }
}

@media (max-width: 380px) {
    .progress-circle .circle {
        transform: scale(.75);
    }
}

.excel-btn {
    background-color: forestgreen;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    color: #fff;
    border-radius: 0.25rem;
}

.view-application-table {
    width: 100%;
}

.profile-banner {
    position: relative;
}

.profile-pic-container {
    position: absolute;
    bottom: -40px;
    left: 60px;
}

.profile-pic-container img {
    width: 150px;
}

.profile-update-container {
    margin-top: 50px;
}

.profile-btn {
    width: 100%;
    background-color: #c2d14a;
    padding: 8px 12px;
    display: block;
    color: #000;
    text-align: center;
}

.profile-btn-two {
    width: 100%;
    background-color: rgb(255, 216, 138);
    padding: 8px 12px;
    display: block;
    color: #000;
    text-align: center;
}

.signature-wrap {
    border: 1px solid #fff;
    padding: 5px;
    margin-top: 8px;
}

.pic_caption {
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    margin-top: 7px;
}

.upload-img-container img {
    width: 100%;
}

.pos {
    position: absolute !important;
    top: 20px !important;
    left: 120px !important;
}

.previousapp {
    cursor: pointer;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

#siblings_show table th:nth-child(2),#siblings_show table th:nth-child(3),#siblings_show table td:nth-child(2),#siblings_show table td:nth-child(3) {
    text-align: left;
    text-transform: capitalize;
}

#Student_siblings_show table th:nth-child(2),#Student_siblings_show table th:nth-child(3),#Student_siblings_show table td:nth-child(2),#Student_siblings_show table td:nth-child(3) {
    text-align: left;
    text-transform: capitalize;
}

#actual_repayment_table table th {
    width: 20px;
}

#DocName_1 {
    color: #ff841a;
    cursor: pointer;
}

.side_panel {
    position: relative;
}
    .side_panel .main_panel {
        margin-left: 32px;
    }
    .side_panel .num-box {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #0095D9;
        color: #fff;
        padding: 14px 3px;
    }

    .side_panel .num-box-r {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #cf3434;
        color: #fff;
        padding: 14px 3px;
    }
    .side_panel .num-box-r p {
        writing-mode: vertical-rl;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        font-size: 17px;
        font-weight: 500;
        margin: 0;
        position: relative;
    }

    .side_panel .num-box p {
        writing-mode: vertical-rl;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        font-size: 17px;
        font-weight: 500;
        margin: 0;
        position: relative;
    }
.text_orange {
    color:#ff841a;
    font-weight: 500;
}

.text_orange:hover {
    color:#ff841a;
}

#ApplicationInterviewDetails_ table tr th:last-child {
    text-align: left
}
#ApplicationInterviewDetails_ table tr td:last-child {
    text-align: left
}

.c-flex-wrap {
    display: flex;
    align-items: center;
}

.big-modal {
    max-width: 1000px !important;
}

.approved-exl-btn{
    display:none;
}

.sign-wrap {
    margin-top: 10px;
    padding: 10px;
    background-color: #fff;
    position: relative;
}

.sign-wrap {
    width: 100%;
}

.email_input{
    display:block !important;
    width:100% !important;
}

input.largerCheckbox {
            width: 20px;
            height: 20px;
        }

/*.table thead th{
    min-width:174px;
}*/

.tab-content>.active{
    overflow-x:auto;
}
.greyba{
    background-color:rgba(178,178,178,1.00);
}
.delete-btn{
    outline:none;
    border:none;
    background: transparent;
    color:#FF5959;
    padding:5px 10px;
}
.child-add-btn{
    float:right;
}
.child-add-btn .add-btn{
    border:none;
    outline:none;
    background:rgba(13,167,67,1);
    color:#fff;
    border-radius:6px;
    padding:5px 10px;
    font-size:16px;
}


.amount-align-class {
text-align: right;
}

.backguound-colour{
    background-color:#dcdc90 !important;
}

.total-row-class {
font-weight: bold;
background-color: dimgray; 
}

.containt-image3 {
border: 1px solid;
}

.containt-image2 {
height: 250px;
padding: 5px;
border: 1px solid;
margin: 5px;
}