/*=================Dashboard=====css=====himanshu==============*/
html {
	scroll-behavior: smooth;
}

:root {
	--theme-color: #e62986;

}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
}

figure,
ul,
p,
h1,
h2,
h3,
h4,
h5,
h6,
img,
figure {
	margin-bottom: 0px;
}

body {
	overflow-x: hidden;
}

header {
	/* position: fixed;*/
	top: 0;
	left: 0;
	width: 100%;
	background: #955c00c2;
	z-index: 111111;
	transition: background-color 0.5s ease;
}

header.sticky {
	position: sticky;
	background: rgb(31 40 57);
	transition: all ease 0.5s;
}


ul {
	list-style: none;
}

.clearboth {
	display: block;
}

.clearboth::after {
	content: '';
	clear: both;
	display: block;
	height: 0;
	width: 0;
	font-size: 0;
	line-height: 0;
}

/******************banner_section*****css********19-07-2023*********************/

.banner-section {
	position: relative;
}

.banner-section .main-banner-figure {
	position: relative;
	margin: 0;
}

.banner-section .main-banner-caption {
	position: absolute;
	bottom: 60%;
	left: -5%;
	width: 100%;
	transform: translateY(60%);
}

.banner-section .main-banner-caption {
	z-index: 11;
}

.banner-section .main-banner-caption h1 {
	font-size: 36px;
	line-height: 1.2;
	font-weight: 500;
	text-transform: capitalize;
	color: #fff;
	padding-left: 28px;
	border-left: 7px solid #e62986;
	margin-bottom: 16px;
	background-color: #7a7a7a5c;
}
.banner-section .main-banner-caption h1 strong span {
    color: #e62986;
}
.banner-section .main-banner-caption h1 strong {
	display: block;
	font-size: 44px;
}

.banner-section .main-banner-caption p {
	font-size: 16px;
	line-height: 1.45;
	font-weight: 600;
	/* text-transform: capitalize; */
	color: #fff;
	/* max-width: 69%; */
	margin-bottom: 32px;
}

/*=================log-in-page-css===================*/
/* .user_login .region-content{
	max-width: 500px;
    margin: 12vh auto;
    border: 1px solid #1c1d3e;
    background: #f5ecf1;
    padding: 40px;
    border-radius: 16px;
} */
.user_login .region-content .form-text{
    width: 100%;
    padding: 6px;
    border-radius: 10px;
    outline: none;
}

.user_login .form-actions{
	text-align: center;
}

.user_login #edit-submit{
     font-size: 16px;
    font-weight: 500;
    line-height: 1.45;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    background: #e62986;
    padding: 6px 16px;
    border-radius: 8px;
    border: 1px solid #e62986;
    transition: 0.5s all;
}
.organiser_login #block-dashboard-infinium-content{
max-width: 600px;
width: 100%;
margin: 0 auto;
margin: 25vh auto;
border: 1px solid #e62986;
padding: 20px;
border-radius: 12px;
}
.application-register_application-register #block-dashboard-infinium-content{
	max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    margin: 0 auto;
    border: 0px solid #e62986;
    padding: 0;
    border-radius: 0px;
}
.application-register_application-register form.nomination-register-form select,
.application-register_application-register form.nomination-register-form label,
.application-register_application-register form.nomination-register-form input {
width: 100%;
padding: 10px 0px;
}


.application-register_application-register form.nomination-register-form input[type="radio"]{
  width: auto;
}
/* ==============css-for===portal-scorecard=======8-4-2023========= */
.table_wrapper{
    width: 100%;
    overflow: scroll;
}
/* .login_table_wrapper {
width: 100%;
overflow: scroll;
height: 80vh;
display: block;
display: flex;
justify-content: center;
align-items: center;
} */
.login_table_wrapper .social-login > article.profile{
background: #1c1d3e1a;
padding: 20px;
padding: 50px;
display: flex;
justify-content: center;
align-items: start;
flex-direction: column;
margin: 150px 0px;
border-radius: 10px;
border: 1px solid #1c1d3e;
}
.login_with_google{
max-width: 400px;
margin: 150px auto;
border: 1px solid #000;
padding: 20px;
border-radius: 10px;

}
.login_with_google .google_link{
border: 1px solid #e6398e;
}
body.toolbar-fixed .login_table_wrapper {
	height: 100%;
}
body.toolbar-fixed  .login_table_wrapper .social-login{
	padding: 0px;
	width: 100%;
}
body.toolbar-fixed form.nomination-register-form{
box-shadow: none;
border: 1px solid;
padding: 20px;
border-radius: 10px;
}
.google_link{
width: 135px;
display: inline-block;
background: white;
border: 2px solid #e62986;
margin-top: 20px;
}
.table_wrapper::-webkit-scrollbar{
	width: 5px;
}
table.portal-scorecard_portal-scorecard{
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	table-layout: auto;
}
table.portal-scorecard_portal-scorecard tr {
	color: rgb(32, 30, 30);
	background-color: #e5e5e5;
	border: 1px solid #ddd;
	padding: 4px;
  }
  table.portal-scorecard_portal-scorecard tr td a.btn{
	  display: inline-block;
	  color: rgb(4, 105, 221);
  }
body.toolbar-fixed .table_wrapper{
	margin-top: 100px;
}

  table.portal-scorecard_portal-scorecard thead{
	  background-color: #4b4997;
  }
  table.portal-scorecard_portal-scorecard th,
  table.portal-scorecard_portal-scorecard td {
	padding: 5px;
	text-align: center;
	border: 1px solid;
  }
  
  table.portal-scorecard_portal-scorecard th {
	font-size: .85em;
	letter-spacing: .1em;
	text-transform: uppercase;
  }

/*================edit-page=======================*/
  .table_wrapper .score-update-form .scorecards-form{
	margin: 0 auto;
    background: #e5e5e5;
    padding: 15px;
    border-radius: 11px;
 }
/*=================@media=====for-banner_section==========*/
/*==============================================*/
@media screen and (max-width: 1300px) {

	.banner-section .main-banner-caption {
		left: 0%;

	}

	.banner-section .main-banner-caption h1 {
		font-size: 30px;
	}

	

}

/*==============================================*/
@media screen and (max-width: 1199px) {

	.banner-section .main-banner-caption h1 {
		font-size: 24px;
	}

	.banner-section .main-banner-caption h1 strong {
		font-size: 34px;
	}

	.banner-section .main-banner-caption p {
		font-size: 14px;
		margin-bottom: 15px;
	}
}

/*==========================*/
@media screen and (max-width: 991px) {


	.banner-section .main-banner-caption h1 {
		font-size: 22px;
		padding-left: 16px;
		border-left: 5px solid #1f2839;
		margin-bottom: 10px;
	}

	.banner-section .main-banner-caption h1 strong {
		font-size: 28px;
	}

	.banner-section .main-banner-caption p {
		font-size: 13px;
		margin-bottom: 16px;
	}


}

/*===================================*/
@media screen and (max-width: 575px) {


	.banner-section .main-banner-caption h1 {
		font-size: 19px;
		margin-bottom: 8px;
	}

	.banner-section .main-banner-caption h1 strong {
		font-size: 21px;
	}

	.banner-section .main-banner-caption p {
		max-width: 100%;
		background: #3d322dab;
	}

	.banner-section .main-banner-figure>img {
		    height: 46vh;
            width: 100%;
            object-fit: cover;

	}

	.banner-section .main-banner-caption {
		bottom: 76%;
		transform: translateY(76%);
	}
}
/* body.conference-report_conference-report section.banner-section,body.conference-report_conference-report nav {display: none;} */

body.conference-report_conference-report section.banner-section,body.conference-report_conference-report nav {display: none;}

/*#block-dashboard-infinium-content h1 {
    display: none;
}*/
