/* 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,textarea,select {
    border-radius: 0% !important;
}

/*  navbar css start */
.navmenu {
    /* display: flex; */
    /* position: fixed; */
    /* top: 0;   */
    /* z-index: 10000000 !important; */
    width: 100vw;
    height: 50px;
    z-index: 111;
    /* overflow-x: hidden; */
    /* background-color: rgb(47,47,47); */
    box-shadow: 0px 2px 0px rgba(0,0,0,0.2);
}

.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 {
    display: none;
    position: absolute;
    min-width: 250px;
    height: 100%;
    min-height: 405px;
    left: -218px;
    background-color: #f1f1f1;
    /* min-width: 160px; */
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding: 20px 20px;
    overflow-y: scroll;
}
.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;
}
.show {
    display: block;
}

.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;
}
.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 */

/* sidebar Css Start */
.sidebar {
    width: 114px;
    height: 100vh;
    background: var(--sidebar-bg-color);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999 !important;
    /* overflow-x: hidden; */
    /* box-shadow: 2px 0px 0px rgba(0,0,0,0.1); */
}

.sidebar .menu {
    height: 100px !important;
    height: auto;
    list-style: none;
    position: relative;
    top: 70px;
    left: 0px;
}
.sidebar .menu li {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 15px 0;
}
.sidebar .menu li i {
    display: block;
    text-align: center;
    font-size: 40px;
}
.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: 90px;
    height: 1px;
    background: #fff;
    margin: auto;
}
.sidebar .menu li.drophover {
    position: relative;
}
.sidebar .menu li .dropdown_menu {
    display: none;
    position: absolute;
    z-index: 10000 !important;
    left: 114px;
    width: 300px !important;
    height: auto;
    background: var(--sidebar-bg-color-1);
}
.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;
}
/* sidebar Css end */

/* main content css start */
.wrapper {
    height: 100vh;
    margin-left: 114px;
    overflow-x: hidden;
    /* padding: 30px; */
    /* background: #343a40; */
    /* background-color: rgb(0,0,0); */
}
.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: #212121;
}
.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;

}
.fa-check {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 2px 3px;
    color: #fff;
    font-size: 14px !important;
    background: #29df47;
    margin-top: 2px;
}
/* navs tab end */
/* profile summary tabs content css start*/
.content_details {
    width: 100%;
    margin-top: 50px;
}
.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;
}
.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: -2px;
    right: 10px;
}
.edit_content {
    font-size: 12px !important;
    color: #fff;
    background: var(--primaryColor-2);
    padding: 5px 5px;
}
.download_btn {
    padding: 4px 12px !important;
    font-size: 12px !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-size: 100% 100%;
    margin-top: 1px;
}
.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-size: 100% 100%;
    margin-top: 1px;
}
.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;
}
/* .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;
}
.add_new_plan_tab {
    margin: auto;
    max-width: 500px;
    margin-top: 50px;
}
.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;
    /* 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;
}

.myInformation_img img {
    width: 15vw;
    /* max-width: 250px; */
    height: 220px;
    border-radius: 10px;
}
/* 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;
}
.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;
}
.profile_txt {
    width: 10vw;
    display: block;
    font-size: 11px;
    color: white;
    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;
}
.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: rgb(219, 217, 217);
    position: relative;
    top: 5px;
    left: 10px;
    bottom: 15px;
}
/* Repayment Info */
.ppt_img {
    width: 100%;
    min-height: 400px;
    background-image: url("../Imgs/roadmapTemplateppt.png");
    background-size: 100% 100%;
    position: absolute;
    top: -20px;
}
.repaymentInfo_tab {
    margin: auto;
    max-width: 500px;
    margin-top: 0px;
}
.repaymentInfo_tab .nav-link.active {
    background: var(--sidebar-bg-color) !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:nth-child(2) {
    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;
}
::-webkit-input-placeholder {
    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: 80px;
    background: url(../Imgs/repaymentBanner.png);
}
/* 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: 17px;
    left: 33px;
}

.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: 14px !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: 8pt !important;
}
.inputBox-align-middle {
    font-size: 8pt !important;
}
.textareaBox_fontSize {
    font-size: 8pt !important;
}
.form_txt_label {
    color: white;
    font-size: 14px;
}
.fill_formTxt_label {
    color: white;
    font-size: 12px;
}

/* userlogin start */
.navbar {
    position: fixed;
    top: 0;
    background: rgb(47,47,47) !important;
}
.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:focus,.btn:active {
    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 {
    max-width: 95px;
    height: 50px;
}
.banner {
    width: 100%;
    height: 100vh;
    background: url(../Imgs/iit_s2.png);
    background-size: 100% 100%;
}
.banner_imgs {
    width: 100% !important; 
}
.banner_imgs .carousel-item {
    width: 100%;
    height: 90vh !important;
}
.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 {
    max-width: 300px;
    height: auto;
    /*background: rgb(35,40,45);*/
    background: white;
    float: right;
    padding: 20px;
    margin-right: 22px;
    border-radius: 10px;
}
/*.fillUp_form label {
    color: white;
}*/
/* userlogin end */

/********** signup start ***********/
.IIT_Student {
    background: #fff !important;
    width: 550px;
    padding: 10px 8px 10px 8px;
    margin: 0 auto;
}

.select_email_id {
    width: 200px;
}

.IIT_Student_select {
    width: 550px;    
    padding: 10px 8px 0px 8px;
    background: #fff !important;
    margin: 0 auto;
    margin-top: 5px;
}

.IIT_Student_first_fillup {
    width: 550px;
    margin-top: 5px;
   padding-left: 20px;
   background: #fff;   
}

.IIT_Student_second_fillup  {
    width: 550px;
    padding-left: 20px;
    background: #fff;    
}

.IIT_button {
     background: rgba(0, 51, 102, 0.8);
    width: 550px;
    padding: 10px 8px 10px 8px;
    margin: 0 auto;
    margin-top: 1px;
}

input[type="text"]:hover {
    color: #000 !important;
}

input[type="text"] {
    color: #000 !important;
}

/* 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 */

/* 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,
.dashboard_repaymentStatus .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;
}
.applicationstatus_cont {
    max-width: 100%;
}
.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%;
}
.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;
}
/*** 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_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;
}
.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: 11px;
    color: #d0cccc;
    margin-top: 5px;
}
.payback_secon {
    width: 200px;
    height: 100px;
    margin-top: 20px;
}
.payback_secon .lastPayment{
    display: block;
    text-align: center;
    font-size: 11px;
    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;
}
.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: 12px !important;
    color: #fff;
}
.value_label_txt {
    display: block;
    font-size: 11px !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;
  color: aquamarine;
}


.text-white{
    color: #212121;
}