@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500about_main;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
@media (min-width: 300px) and  (max-width: 700px) {

.logo_admin{
     width: 70% !important;
     height: 25px !important;
}
.logo_admin img{
	width:100%;
	height:100%;
}
.profile{
	   margin: 0 auto;
	}
.navbar-brand{
	display: contents !important;
	}
	
/* 	nav.navbar{
	 height: 6vh !important;
	} */
	.sel{
	width:100%;
	}
	.cent{
	display:flex;
	justify-content:center;
	align-item:center;
	margin:0 auto;
	}
	.profile{
	text-align: center;
	}
	.container-fluid>.main_Profile_card{
	  background-repeat: no-repeat !important;
	  margin-top:0rem !important;
	 }
	.form-row {
	    overflow-x: auto;
      overflow-y: hidden;
	}

    .banner_card{
        width: 100% !important;
        top: 10% !important;
        left: 0% !important;
    }
    .banner_main{
        min-height: 40vh !important;
    }
    .logo_main{
        width: 60% !important;
    }
    .ftr{
        padding: 0rem !important;
    }
    footer{
        padding: 2rem 0rem 2rem 0rem !important;
    }
    .custom_container{
        margin-bottom: 3rem !important;
    }
    .navbar-toggler{
        margin: 1rem;
    }
    .space_section{
        margin: 2rem 0rem!important;
    }
    .login_img{
        height: 30vh !important;
        width: 100% !important;
        margin-top: 0% !important;
    }
    .form_main {
        margin-top: 2rem;
    }
    .form_bg{
        width: 100% !important;
    }
    .content .content_container{
        padding: 0rem !important;
        overflow-y: initial !important;
    }

}

.ab_text{
	font-size: 1.25rem;
    color: #42cd42;
    font-family:system-ui,-apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.bc_text{
	font-size: 1.25rem;
    color: red;
    font-family:system-ui,-apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
  .container-fluid>.main_Profile_card{
  /* background-color: white;  */
   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
   padding: 1rem;
   margin-top: 1rem;
   background-image: url(../images/profile-Banner.png);
   background-repeat: no-repeat;
   background-size:cover;
}
.tooltip_main_icon {
  position: relative;
  display: inline-block;
}
.tooltip_main_icon .tooltiptext_msg {
    visibility: hidden;
    width: fit-content;
    background-color: white;
    color: green;
    text-align: center;
    border: 1px solid black;
    z-index: 1;
    padding: 0.2rem;
    font-size: 13px;
    border-radius: 5px;

 
  position: absolute;
  z-index: 1;
}

.tooltip_main_icon:hover .tooltiptext_msg {
  visibility: visible;
}

.tdWidth{
	/*background-color: red;*/
	position: relative;
	min-width:120px;
	max-width:350px;
	/*height: 30px;*/
	/*overflow: hidden;*/
	white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis ;
	/*white-space: normal;*/	
	transition: all 1s ease;
}
.tdWidth:hover{
	height: auto;
	white-space: normal;
}

/* .tdWidth{
	background-color: red;
	position: relative;
	width:350px;
	height: 30px;
	overflow: hidden;
	white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis ;
	white-space: normal;
	transition: all 1s ease;
} 


.labelexpanded input[type=radio]{
  color: red;
  font-size: 1rem;
  width: 2.2rem;
  height: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none !important;
}


.fa.fa-question-circle-o:before {
    content: "\f059";
    color: red;
    padding: 0.5rem;
}
.labelexpandededit input[type=radio]{
  color: green;
  font-size: 1rem;
  width: 2.2rem;
  height: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none !important;
}
html,body{
    height: 100%;
    width: 100%;
    font-family: "Poppins", sans-serif;
    /* font-size: .9rem; */
    font-weight: 400;
    line-height: 1.5;
    /* color: #656565; */
}
.labelexpandededit input[type=radio]{
  color: green;
  font-size: 1rem;
  width: 2.2rem;
  height: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none !important;
}
body p{
     color: black;
    font-size: 1.2rem;
    margin-bottom: 0%;
    text-align: justify;
}
.about_main h2 b{
	font-size: 1.7rem;
    font-weight: 700;
    padding-block: 1rem;
}

.custom_container{
    /* width: 65%; */
    margin: 0 auto;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse{
    flex-basis:0%;
    justify-content: end !important;
}
}


.logo_main img{
    height: 50px;
}
.btn{
    border-radius: 0%;
}
.banner_main{
    background-image: url(../images/nismMainBanner.jpg);
    min-height: 80vh;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: relative;
    width: 100%;
}
.banner_card{
   /*  background-color: #5d646ca6; */
    padding: 1.5rem;
    width: 45%;
    position: absolute;
    top: -15%;
    left: 30%;
    transform: translate(-50% -50%);
    text-align: center;
}
.banner_card h2{
    color: #373187;
    font-weight: 700 !important;
    font-size: 2rem;
}
.placement_opportunity{
    background-color: rgb(255, 255, 255);
    padding: 2rem;
    text-align: center;
    position: relative;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    bottom: 100px;
    width: 100%;
}
.placement_opportunity h2{
    font-weight: 700;
}
.box_scroller{
    display: flex;
    flex-wrap: wrap;
    overflow-y: scroll;
    gap: 1rem;
    height: 50vh;
    justify-content:center ;
}

.ONBOARDED{
    color: rgb(39, 102, 197);
    text-align: center;
    letter-spacing: 5px;
}
.heading h1{
    font-weight: 700 !important;
    font-size: 1.8rem;
    background-color: #373187;
    width:1090px;
    height: 41px;
    color: white;
}
.bg_color_1{
    background-color: #F3ECEA;
    padding: 0.5rem;
    border-radius: 20px;
    width: fit-content;
    font-size: 0.9rem;
    font-weight: 600;
}
.bg_color_2{
    background-color: #D9EEE1;
    padding: 0.5rem;
    border-radius: 20px;
    width: fit-content;
    font-size: 0.9rem;
    font-weight: 600; 
}

.bg_color_3{
    background-color: #96D4D4;
    padding: 0.5rem;
    border-radius: 20px;
    width: fit-content;
    font-size: 0.9rem;
    font-weight: 600;
}

.bg_color_4{
    background-color: #FFC0C7;
    padding: 0.5rem;
    border-radius: 20px;
    width: fit-content;
    font-size: 0.9rem;
    font-weight: 600;
}

.bg_color_5{
    background-color: #FFF4A3;
    padding: 0.5rem;
    border-radius: 20px;
    width: fit-content;
    font-size: 0.9rem;
    font-weight: 600;
}

.bg_color_6{
    background-color: #97D3FF;
    padding: 0.5rem;
    border-radius: 20px;
    width: fit-content;
    font-size: 0.9rem;
    font-weight: 600;
}
.about_main{
    /* margin: 5rem 0; */
    text-align: justify;
    text-align: start;
    font-size: 14px;
    
}
.about_main h2{
	padding-top: 1rem;
	margin-bottom: 2rem;
}
.about_main p{
	padding-bottom: 10px;
}
footer{
    background-color: #212121;
    padding: 3rem 2rem 2rem 2rem;
   
}

footer h5{
    color: white;
    letter-spacing: 5px;
    line-height: 1.9;
}
footer p{
    color: #9c9a9a;
    line-height: 1.9;
}
.ftr{
    padding: 3rem 2rem ;
}



/* login page css code */
.login_img {
    height: 55vh;
    width: 80%;
    margin-top: 3rem;
}

.login_img img {
    height: 100%;
    width: 100%;
}

.form_bg {
    background-color: #ffffff;
    padding: 1rem;
    width: 75%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.form_main {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* margin-top: 2rem; */
}

.space_section {
    margin: 5rem 2rem;
}

.fa-greater-than{
    font-size: small;
}
/* end */


.ft{
    padding: 0.5rem;
    margin-top: 2rem;
}




/* registration page css code  */

.btn-border {
    border-radius: 10px 10px 0 0;
}

.name_of_university {
    border: 2px solid rgb(231, 84, 16);
    padding: 1rem;
    border-radius: 10px;
}

label {
    font-size: 1rem;
    font-weight: 600;
    color: rgb(59 58 58 / 88%);
}

.form-control {
    border-radius: 0%;
}

#Partner {
    background-color: white
}

#Recuiter {
    background-color: white;
}

/* .form-check-input.box {
    width: 2rem;
    height: 2rem;
} */

.ab {
    text-align: center;
    margin: 0 auto 2rem;
}

.ab h2 {
    position: relative;
    padding-bottom: 0.5rem;
    margin: 0 1rem 0.5rem
}

.ab h2:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 2px;
    transform: translateX(-50%);
    content: "";
    max-width: 30rem;
    background-color: #ff865b;
}

.Registration_content_main_tablinks{
    background-color: transparent;
    outline: none;
    border: .8px solid #eee;
    border-radius: 10px 10px 0 0;
    padding: .6rem 1.2rem;
    color: #286bda;
}
.Registration_content_main_tablinks.active{
    background-color: #04AA6D;
    color: #fff;
    border: none;
}

.Registration_content_main .tabcontent{
    display: none;
}
.Registration_content_main .tabcontent:first-child{
    display: block;
}










.navbar{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
/*     margin-bottom: 0.5rem; */
}
.logo_main {
    height: 20%;
    width: 20%;
}

.logo_main img {
    width: 100%;
    height: 100%;
}

/* .banner_main {
    background-image: url(images/person-working-futuristic-office.jpg);
    min-height: 65vh;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: relative;
    width: 100%;
}

.banner_card {
padding: 2rem;
background-color: #00000091;
width: 40%;
position: absolute;
top: 50%;
left: 15%;
transform: translate(-50% -50%);
text-align: center;
} */


.heading {
    text-align: center;
    padding-bottom: 1rem;
}

.headings2{
    letter-spacing: 5px;
    color: #286bda;
}

.heading h2 {
    font-size: 3rem;
    color: #ffc107;
    font-weight: 600;
}

.white_cards {
    background-color: white;
    border-radius: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 2rem;
}

.custom_container {
    /* margin-top: 3rem; */
    margin-bottom: 5rem;
}
.resume{
    border: 1px rgb(41, 116, 255);
    border-style: dotted;
    padding: 1rem;
    border-radius: 10px;
}
.ft{
    background-color: rgb(39, 39, 39);
    padding: 1rem;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    width:100%;
}
.edit{
    display: flex;
    justify-content: flex-end;
}



 /* input profile upload css code  */
.profile-pic {
    min-width: 100px;
    max-width: 100px;
    height: 100px;
}

.file-upload {
    display: none;
}
.input_file_image_main{
    position: relative;
    width: fit-content;
}
.circle {
    border-radius: 50%;
    overflow: hidden;
    min-width: 100px;
    max-width: 100px;
    height: 100px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    background-color: #eee;
}
/* img {
    max-width: 100%;
    height: 100%;
} */
.p-image {
    position: absolute;
    bottom: 5px;
    right: 8px;
    color: #666666;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    cursor: pointer;
    object-fit: cover;
}
.p-image:hover {
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}
.upload-button {
  font-size: 1.2em;
}

.upload-button:hover {
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  color: #999;
}

.btn{
    text-wrap: nowrap;
}


.table-bordered thead td, .table-bordered thead th{
	font-weight:500 !important;
}

/* Partner Dashboard Page css code  */
.partner_main{
margin-top: 3rem;
}


.partner_main_cards{
    padding: 2rem;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border-radius: 10px;
    color: white;
	height: 150px !important;
   /* min-height:fit-content; */
       background-image: linear-gradient(to right bottom, #929bcd, #7b86c3, #3F51B5, #2d1670, #1a063e);
}
.partner_main_top .col-sm-4:nth-child(1) .partner_main .partner_main_cards{
  /*   background-color:#5956D6; */
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 
}
.partner_main_top .col-sm-4:nth-child(2) .partner_main .partner_main_cards{
  /*   background-color:#ECAD21; */
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 
}
.partner_main_top .col-sm-4:nth-child(3) .partner_main .partner_main_cards{
   /*  background-color:#DA5D5C; */
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 
}



.partner_main_top .col-sm-3:nth-child(1) .partner_main .partner_main_cards{
  /*   background-color:#da21a8; */
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.partner_main_top .col-sm-3:nth-child(2) .partner_main .partner_main_cards{
   /* background-color:#198ad6; */ 
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.partner_main_top .col-sm-3:nth-child(3) .partner_main .partner_main_cards{
    background-color:#FFA31C;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.partner_main_top .col-sm-3:nth-child(4) .partner_main .partner_main_cards{
  /*   background-color: cadetblue; */
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.partner_main_cards H2{
    font-weight: 700;
    font-size: 1.3rem;
}
.partner_main_cards h2 span{
    font-size: 1.5rem !important;

}


.in_border{
    border: none;
}
.in_border:active{
    border: none;
}
.input_box_bg{
    flex-direction: row;
    align-items: center;
    padding: 1rem 3rem 1rem 3rem;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 25px 60px rgba(113, 106, 147, .2);
    border-radius: 40px;
    width: auto;
}
.textarea:focus, input:focus{
    outline: none !important                                                                                                                        ;
}

.main_screen_center{
    min-height: 81vh;
}
#tableDataSearch{
   width: 100%;
   display: none;
}
.data_cards{
    background-color: rgb(240, 238, 238);
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 25px 60px rgba(255, 255, 255, 0.2);
    margin-bottom: 1rem;
    border-radius: 20px;
}
.a  {
    margin: 0 auto;
}

.fa-square-share-nodes{
    color: green;
    font-size: x-large;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    opacity: -7.5 !important;
}

.top_cards{
    /* background-color: white; */
    border-radius: 10px;
    padding: 1rem;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1rem;
    text-align: center;
    border: 1px solid black;
    height: 190px;
}

.top{
    background-color: white;
    border-radius: 10px;
    padding: 1rem;
    border: 1px solid black;
    width: 300px;
    height: 190px;
    text-align: center;
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.top hr{
    color: #ee3c2f;
    border: 1px solid;
    width: 8rem;
    position: relative;
    left: 38px
}
.top:nth-child(1){
    background-color:#d4d4ff;
}
.top:nth-child(2){
    background-color:#fcf1d9;
}
.top:nth-child(3){
    background-color:#fddada;
}
.top:nth-child(4){
    background-color:#d9effd;
}
.top:nth-child(5){
    background-color:#e3e3f3;
}

.top p{
    color: #13376c;
    font-size: 1rem !important;
    font-weight: 500;
}
.top h4{
color: #000;
font-weight: 500;
}
.top_compaines{
    width: 100%;
    display: flex;
    flex-direction: row;
    /* justify-content: center; */
    gap: 1.2rem;
}
.top_compaines h6{
    font-family: sans-serif;
    font-weight: 600;
    margin-bottom: 0%;
}
.top_compaines p{
    color: #13376c;
    font-size: 1.2rem;
    font-weight:600 ;
}
.top_cards:nth-child(1){
    background-color: #f2f2fd;
}
.top_cards:nth-child(2){
    background-color: #ffe6e6;
}
.top_cards:nth-child(3){
    background-color: #fefff8;
}
.top_cards:nth-child(4){
    background-color: #e3f4f7;
}
.company_logo{
    height: 50px;
    width: 50px;
}
.company_logo img{
    height: 100%;
    width: 100%;
}

.carousel-inner{
    /* overflow:  hidden; */
    padding: 1rem;
}
.carousel-control-prev,
.carousel-control-next{
  color: #000;
}
.carousel-control-prev-icon{
  background-image: url(../images/arrow-left.svg);
}
.carousel-control-next-icon{
  background-image: url(../images/arrow-right.svg);
}
.bt_left {
    left: -105px;
}
.bt_ri{
    right: -105px;
}
.ab_left{
left: -50px;
}
.ab_right{
    right: -50px
}
.Category_main{
    background: rgb(255,253,252);
    background: radial-gradient(circle, rgba(255,253,252,1) 0%, rgb(255, 226, 94) 60%);
    padding: 2rem;
    border-radius: 10px;
    border:  1px solid rgb(226, 96, 96);
    position: relative;
    height: 300px;
}

.ist{
    height: 50%;
    width: 75%;
}
.ist img {
    height: 100%;
    width: 100%;
}
.Category_main_cards_bg h5{
    font-weight: 700;
}

.category_main_inner{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.2rem;
}

.category_cards{
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 1rem;
    box-shadow: 0 25px 60px rgba(113, 106, 147, .2);
}
.category_cards h6{
    font-weight: 600;
}
.category_cards p{
    margin-bottom: 0%;
    color: #ff6f3a;
    font-weight: 500;
}
.crs_bg{
    background-color:#c9d1d9;
    border-radius: 10px;
    /* padding: 2rem; */
     box-shadow: 0 25px 60px rgba(113, 106, 147, .2);
     position: relative;
     bottom: 94px;
}
.my_container{
    margin-top: 3rem;
    margin-bottom: 3rem;
}


/* tooltip css code  */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
  }
  
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
  
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
  }

  .fa-key{
    color: green;
    font-size: large;
  }
  .fa-power-off{
    color: red;
    font-size: large;
  }
  .fa-pencil{
    color: #3d8df7;
    font-size: large;
}
.fa-user
{
    color: #80ff80;
    font-size: large;
}
div.dataTables_wrapper div.dataTables_filter input{
    border: 1px solid rgb(15, 119, 29);
}

.table>:not(caption)>*>*{
    padding: 1% 1%;
}
tr{
    border-color: none;
    border-style: none;
    border-width: 0%;
}
tbody, td, tfoot, th, thead,tr {
    border-style: none !important;
}

/*============================*/

.content{
	background:;
	width:(100% - 250px);
	/*margin-left:250px;*/
	/*height:calc(100vh - 10vh);*/
	transition:.5s;
	padding:0px 0px !important;
	/*overflow-y:auto;*/
}

.content .content_container{
	width:100%;
	height:calc(100vh - 16vh); 
	overflow-y:auto;
	/*overflow-y:auto;*/
	padding: 1rem;
	background-color: #F5F7FF;
	scrollbar-width: none;
}


.content .home_text{
	width:90%;
	height:80%;
	background-color:#FBFCFC;
	border-radius:8px;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	margin:2rem auto ;
}

.content .card{
	margin:1rem .3rem;
	padding: 20px;
}


.sub_fielfset{
	border:1px solid #e2e9e6 !important;
}

fieldset legend{
	display: inline-block !important;
	position: relative;
}

legend h6{
	/*background-color:#42a5f5;*/
	background-color:#fff;
	color:#07077a;
	position: absolute;
	display: block;
	font-size: 14px;
	padding: 3px 10px;
	top:-22px;
	left: 1em;
	/*color:#fff;*/
	letter-spacing: 1px;
	border-radius: 2em;
}

.sub_fielfset legend h6{
	/*background-color:#07077a ;*/
	background-color:#fff;
	color:#42a5f5;
}

.main_fieldset{
	border: 1px solid #07077a !important;
}

legend h6 span{
	color:red;
	margin-left: 2px;
}

form .card-header{
	/*background-color: #4B49AC;*/
	background-color: #39538c;
	color:#fff;
}
.input-field label{
	/* text-transform: uppercase; */
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 7px;
	latter-space: 1px;
}
.input-field label a{
	cursor: pointer !important;
	display: block;
}

.input-field label span{
	color:red;
	font-size:15px;
	margin-left:5px;
}

.red_color label span{
	color:red;
}
/*=================================report css==========================*/
/*=================================report css==========================*/
.income-section{
	/*background-color: red;*/
	padding: 0px 0px;
}

.income-section .card{
	padding: 0px;
	/*ckground-color:#42a5f5;*/
}

.income-section .card .card-header{
	background-color:#07077a;
	color:#fff;
	display: flex;
	align-items:center;
	justify-content: space-between;
}

/* .income-section .card .action a{
	background-color:#42a5f5;
	color:#fff;
	padding: 2px 20px 4px 20px;
	text-decoration: none;
	margin: 0 5px;
	border-radius: 2em;
	font-size: 14px;
	transition: .5s ease;
}

.income-section .card .action a:hover{
	background-color:#fff ;
	color:#42a5f5;
}

.income-section .card .action a span i{
	margin-right: 8px;
	font-size: 14px;
}

.report_container{
	background-color:#fff;
	margin: 0px;
 /* width: 100%;
	height: 72vh;
	height: 67.5vh; */ 
	overflow-x: auto;
	overflow-y: hidden;
	padding: 2px 1px;
}

.report_container.height{
	overflow: auto;
	height: 65vh;
}

.role_status_field{
	background-color:red;
}


.report_container{
	background-color:#fff;
	margin: 0px;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 2px 1px;
}

/*=================================end css==========================*/

table{
	border-collapse: collapse;
	position: relative !important;
}

thead tr th{
   white-space: nowrap;
 /*   position: sticky !important;
   top:0em; */
   background-color:#42a5f5 !important;
   color:#fff !important;
   z-index: 1;
}
table td{
	white-space: nowrap;
	padding: 0px 8px;
}
table td form{
	padding: 0px !important;
	margin: 0px !important;
	background: transparent !important;
	border: none;
	box-shadow:none;
}
td button{
/*ackground-color: #42a5f5 !important;
	color:#fff;*/
	color:#42a5f5 !important;
	background: transparent !important;
	/*padding: 1px 25px 2px 25px !important;
	border-radius: 2em !important;*/
	border: none !important;
	outline: none;
	
	transition:.5s ease;
}

td button i:hover{
	/*background-color:#07077a !important;
	color:#fff !important;*/
	color:#07077a;
}

/*==============================dataTable css=======================*/


#mydatatable_wrapper{
	overflow-y: auto;
	position: relative;
}

#mydatatable_length{
	position: absolute;
	top: 0.2em;
	left: 50%;
	transform: translateX(-50%);
	/*z-index:99;*/
}

#mydatatable_filter{
	  margin-right: 10px;
	  margin-top: 4px;
}

#mydatatable_info{
	position: absolute;
	left:5px;
	font-size: 14px;
	color:#42a5f5;
	bottom: 0.1rem;
	/*color:#07077a;*/
}

#mydatatable_paginate{
	margin-top: 1em;
	margin-right: 5px;
	color:#42a5f5;
	font-size: 14px;
}


.paginate_button {
	cursor: pointer;
	padding: 2px 10px;
	border-radius:6px;
	transition: .5s ease;
}
.paginate_button:hover{
	background-color:#42a5f5;
	color:#fff !important;
}

#mydatatable_paginate .paginate_button {
	margin: 5px 8px;
}

/*=============buttons==========*/
.dt-buttons{
	/*position: sticky;*/
	position: absolute;
	background-color:#fff;
    padding: 0px 10px;
	/*top:0;
	z-index:99;*/
}


.dt-buttons button{
	/*ckground-color:#000;*/
	/*lor:#fff;*/
	color:#42a5f5;
	border: none !important;
	background: #fff !important;
	padding: 2px 12px;
	margin:0px;
	position: relative;
}

.dt-buttons button:nth-child(1){
	/*background-color: red;*/
}
.dt-buttons button:after{
	/*background-color: red;*/
	background-color: #000;
	color:#fff;
	position:absolute;
/*idth:100px;*/
	z-index:10; 
	bottom:-60%;
	left:50%;
	transform:translateX(-50%);
    font-size:10px;
    padding: 2px 10px;
    white-space: nowrap;
    border-radius:4px;
    opacity:0;
    visibility: hidden;
    transition:.5s ease;
}

.dt-buttons button:nth-child(1):after{
	/*background-color: red;*/
	content:'Copy Data';
}

.dt-buttons button:nth-child(1):after{
	/*background-color: red;*/
	content:'Copy Data';
}

.dt-buttons button:nth-child(2):after{
	/*background-color: red;*/
	content:'Excel Data';
}

.dt-buttons button:nth-child(3):after{
	/*background-color: red;*/
	content:'Csv Data';
}

.dt-buttons button:nth-child(4):after{
	/*background-color: red;*/
	content:'Pdf Data';
}

.dt-buttons button:nth-child(5):after{
	/*background-color: red;*/
	content:'Print Data';
}

.dt-buttons button:hover:after{
	bottom:-50%;
	opacity:1;
	visibility: visible;
}
.dt-buttons button span{
	display:none;
}
.dt-buttons button:nth-child(1):before{
	content:'\f328';
	position:relative;
	/*rgin-right: 8px;*/
	font-size: 18px;
	text-transform:uppercase;
	font-weight: bold;
	font-family: "Font Awesome 5 Free";
}
.dt-buttons button:nth-child(2):before{
	content:'\f1c3';
	position:relative;
	/*rgin-right: 8px;*/
	font-size: 18px;
	color:#58D68D;
	text-transform:uppercase;
	font-weight: bold;
	font-family: "Font Awesome 5 Free";
}

.dt-buttons button:nth-child(3):before{
	content:'\f6dd';
	position:relative;
	/*rgin-right: 8px;*/
	font-size: 18px;
	text-transform:uppercase;
	font-weight: bold;
	color:#28B463;
	font-family: "Font Awesome 5 Free";
}

.dt-buttons button:nth-child(4):before{
	content:'\f1c1';
	position:relative;
	/*rgin-right: 8px;*/
	font-size: 18px;
	text-transform:uppercase;
	font-weight: bold;
	color:#C0392B;
	font-family: "Font Awesome 5 Free";
}

.dt-buttons button:nth-child(5):before{
	content:'\f02f';
	position:relative;
	/*rgin-right: 8px;*/
	font-size: 18px;
	text-transform:uppercase;
	font-weight: bold;
	color:#07077a;
	font-family: "Font Awesome 5 Free";
}

/*====================small device css========================*/
@media only screen and (max-width:980px){
	#mydatatable_length{
	  position: relative;
	  text-align: center;
	  padding: 5px;
	  padding-bottom: 0px;
	  border-top: 1px solid #ccc; 
	  border-bottom: 1px solid #ccc; 
	  margin: 20px 0;
	}
	#mydatatable_filter{
	  text-align: center;
	}
	#mydatatable_info{
	  position: relative;
	  text-align: center;
	  border-bottom: 1px solid #ccc;
	  padding-bottom:5px;
	}
	#mydatatable_paginate{
	  margin-top: 0em;
	  text-align: center;
	  margin-bottom:0.5em;
	}
	.dt-buttons{
	  position: relative;
	  text-align: center;
	}
	
}

/* 	@media (min-width:1080px) and (max-width:1480px){
	.content .content_container {
	padding:0rem !important;
	background-color:red !important;
	 }
   } */

 /* updated css code */
 .text_none{
	text-decoration: none !important;
	color: white !important;
}


 /* data cards css code */
  
        .job_data_cards {
            background-color: white;
            border-radius: 10px;
            padding: 1rem;
            box-shadow: 0 25px 60px rgba(255, 255, 255, 0.2);
            margin-bottom: 1rem;
            border-radius: 20px;
            box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
            text-wrap: balance;
            width:100%
        }

        .job_data_cards h5 {
            color: black;
            font-size: 1.2rem;
                font-weight: 600;
        }

        .job_data_cards p {
            font-size: 1rem;
            color: #262626;
            font-weight: 400;
        }

        .job_data_cards h6 {
            font-size: 1;
            /* color: #787878; */
        }

        .line {
            width: 2px;
            height: 4vh;
            background-color: #9E9E9E;
        }

        .company_logo_img {
            padding: 0.5rem;
            /* border: 1px solid black; */
            border-radius: 5px;
        background-color: #d5cdcd47; 
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            /* height: 100%; */
            width:100%;
        }
      .company_logo_img img {
         height: 120px;
         width: 100%;
         object-fit: cover;
        }
        
        .job_match {
            background-color: #f1f1f1;
            padding: 1rem;
            border-radius: 10px;
        }

       h6 {
            font-size: 1rem;
            color: #000000;
            font-weight: 600;;
        }

        .text_role p {
            font-size: 0.8rem;
             color: #000000;
        }
        
         .text_role p b {
            font-size: 0.8rem;
            color: #000000;
            font-weight: 800;
        }

        .text_role li {
            font-size: 0.8rem;
            color: #262626;
        }
   .report_container .job_data_cards .row .col-sm-2  button {
 /*    background-color: #2196F3 !important; */
    color: white !important;
    padding: 0.5rem 1rem;
   /*  text-align:end !important; */
    width:100%;
    margin: 0 auto;
    display: contents;
}
.navbar-expand-lg .navbar-collapse{
 text-wrap: nowrap !important;
 text-align: right;
}




/* #mydatatable_wrapper table td{
    max-width: 250px;
    overflow: scroll;
    scrollbar-width: none;
}
#mydatatable_wrapper table td ::focus{
	max-width: 100%;
} */





.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{
 	background-color: #42A5F5 !important;
 	color: white !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{
 color: white !important;	
}

.profile{
  height: 150px;
  width: 150px;	
/*   border: 1px solid black; */
  border-radius: 50%;

}
.profile img{
	width:100%;
	height:100%;
	border-radius: 50%;
}
.fa-trash{
	color:red;
}
.fa-download{
	color:#42a5f5;
}
.two-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Show only 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.logo_admin{
    width: 35%;
    height: 20%;
    padding-left: 10px;
}
.logo_admin img{
	width:100%;
	height:100%;
}



