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

.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: #308ee0;
    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: 30px !important;
    left: 0px;
}
.sidebar .menu li.active a {
    color: #dcc715 !important;    
}
.sidebar .menu li {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 10px 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: #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;

}
.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;
}
.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;
    border: 1px solid #737373;
}
.header-label {
    display: block;
    color: #212121;
    font-size: 1.08vw;
}
.value-label {
    display: block;
    color: #212121;
    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: #308ee0;
    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;
    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-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;
}
/* .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: 364px;
    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: #212121;
    position: absolute;
    top: 0;
    left: 40px;
}
.profile_txt_icon {
    display: block;
    font-size: 11px;
    color: #212121;
    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;
}
.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);
    position:relative;
}
.addPayback-breadcrumb {
    position: absolute;
    left:44px;
    bottom:10px;

}
/* 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: #212121;
    font-size: 12px;
}

/* 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 {
    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: 80vh !important;
}
.banner_imgs .carousel-item img {
    width: 100%;
    height: 80vh !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: 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 !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: 60px;
}
.application_tabs .nav-link {
    font-size: 12px;
}
.application_tabs .nav-link.active {
    background: var(--sidebar-bg-color) !important;
}

.application_tabs .nav-link:first-child {
    margin-left: 5px !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: 11px;
}
.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;
}
.student-detailsComInt {
    width: 100%;
    height: auto;
    background: rgb(53,56,59) !important;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-left: 12px;
    padding-top: 10px;
}
.leftPanel {
    height: auto;
    background: rgb(53,56,59) !important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 29px 0;
}
.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;
}
.approveBtn {
    padding: 5px 12px !important;
    font-size: 12px !important;
}
.rejectBtn {
    padding: 5px 12px !important;
    font-size: 12px !important;
    margin-left: 6px;
}
.view-result--dialog {
    max-width: 1000px !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: 11px !important;
    padding: 7px;
    background: #4aa04a;
    border-radius: 100%;
    color: white;
}
.fa-check--rejected {
    position: absolute;
    right: 25px;
    font-size: 11px !important;
    padding: 7px;
    background: #ee4223;
    border-radius: 100%;
    color: white;
}
.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: 1vw;
    font-weight: 400;
    border: none !important;
    color: #000!important;
}
tbody tr td {
    background: rgb(49, 49, 49);
        font-size: 1vw;
    font-weight: 400;
    border: none !important;
    color: #fff!important;
    margin-top: 10px!important;
}

.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%);
}
/****************** Admin Css End ******************/

.btn-one {
    padding: 5px 10px !important;
    border-radius: 4px;
    text-transform: capitalize;
}
.about-sec,.faq-content {
    padding: 40px 0;
}
.about-sec h2,.faq-content h2,.gallery-sec h2,.quote-sec h3 {
    text-align: center;
    position: relative;
    color: #333333;
    margin-bottom: 65px;
}
.quote-sec h3::before {
            position:absolute;
    content: "";
    top: 60px;
    bottom: 0;
    right: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #0095D9 !important;
    margin : 0 auto;
}
.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;.std-nm h5
   background-color: #0095D9 !important;
    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;
}

.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;
    color: #308ee0;
}
.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: 100px 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(../Imgs/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 !important;
    height: 100px !important;
    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;
}

.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%);
  }
}

.text-white{
    color: #212121 !important;
}