body {
  margin: 0;
  padding: 0;
  font-family: 'Titillium Web', sans-serif;
}
.main_sec {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.main_sec video {
  min-width: 100%;
  min-height: 100vh;
  z-index: 1;
}
.main_sec .overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%);
  background-size: 3px 3px;
  z-index: 2;
}
.container {
    max-width: 1450px;
}
.main_sec .set_pancayat {
  position: absolute;
  z-index: 99999;
  top: 0px;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.main_sec .form-items {
  text-align: left;
  color: white;
  border: 2px solid #ffffff69;
  padding: 20px 15px;  
  border-radius: 10px;
}
.main_sec h3 {
    color: #fff;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}
.main_sec h3.form-title {
  margin-bottom: 30px;
}
.main_sec p {
  color: #fff;
  text-align: left;
  font-size: 17px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 30px;
}
.main_sec input {
    width: 100%;
    padding: 6px 8px;
    text-align: left;
    border-radius: 6px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 10px;
    line-height: 25.2px;
    background-color: #00000054;
    color: #b8b9b4e8;
    box-shadow: none;
    outline: none;
    border: 1px solid #ced4da;
}
.main_sec input::-webkit-input-placeholder {
  color: #72727299;
}
.main_sec input:-moz-placeholder {
  color: #fff;
}
.form-control:focus {
  color: #fff;
  background-color: #00000054;
  border-color: none;
  outline: 0;
  box-shadow: none;
}
.main_sec .btn-primary{
  background-color: #d1890e;
  outline: none;
  border: 0px;
  box-shadow: none;
  padding: 8px 20px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.5px;
  width: 100%;
}
.main_sec .btn-primary:hover, .main_sec .btn-primary:focus, .main_sec .btn-primary:active{
  background-color: #495056;
  outline: none !important;
  border: none !important;
  box-shadow: none;
}
.main_sec .invalid-feedback{
  color: #ff606e;
}
.main_sec .valid-feedback{
  color: #2acc80;
}
.player_detail {
  padding: 15px;
  border: 2px solid #ffffff69;
  border-radius: 10px;
}
.player_detail table {
  margin: 0px;
}
.player_detail tbody td {
  padding: 15px 10px;
  /* width: 140px; */
}
.player_detail tbody td:nth-child(1) {
  width: 50px;
}
/* .player_detail tbody td:nth-child(5) {
  width: 175px;
}
.player_detail tbody td:nth-child(6) {
  width: 235px;
}
.player_detail tbody td:nth-child(7) {
  width: 160px;
} */
.player_detail tbody td {
  padding: 5px 8px;
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
}
.player_detail .table>:not(caption)>*>* {
  background-color: #0000006b;
  box-shadow: inset 0 0 0 9999px #00000000;
  color: white;
}
/* .tableFixHead { 
  overflow: auto; 
  height: 403px; 
} */
.tableFixHead thead th { 
  position: sticky; 
  top: -0.5px; 
  z-index: 1; 
  background-color: #0000006b !important; 
  padding: 10px 5px; 
  display: table-cell; 
  vertical-align: middle;
  font-size: 14px;
}
.tableFixHead table  { 
  border-collapse: collapse; 
  width: 100%; 
}
.tableFixHeadth, .tableFixHead td { padding: 8px 16px; }
.tableFixHead th { background:#eee; }
.tableFixHead::-webkit-scrollbar {
  width: 10px;
}
.tableFixHead::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff69; 
  border-radius: 0.5rem;
  background-color: #ffffff69;
}
.tableFixHead::-webkit-scrollbar-thumb {
  background: #ffffff69; 
  border-radius: .5rem;
} 
.logo_set img {
    width: 145px;
    margin-bottom: 5px;
}
.player_detail .table > :not(caption)  {
	background-color: #00000000;
	box-shadow: inset 0 0 0 9999px #00000000;
	color: white;
	border: 1px solid #fff3;
}
.player_detail tbody td input {
  background-color: #00000000;
  margin: 0px;
  padding: 4px 8px;
  line-height: 23px;
  border: 1px solid #828772;
  color: #fff;
}
.foot_sec .text_area textarea::-webkit-input-placeholder {
  color: #fff;
}
.foot_sec .text_area textarea:-moz-placeholder {
  color: #fff;
}
.foot_sec .text_area {
  width: 100%;
  color: #fff;
  text-align: left;
}
.foot_sec .text_area label {
  font-weight: 700;
  margin-bottom: 5px;
}
.foot_sec .text_area textarea {
  background-color: #00000054;
  color: #fff;
      box-shadow: none;
    outline: none;
}
.foot_sec .sub_btn {
  margin: 15px 0px 0px;
}
.foot_sec .sub_btn button {
  color: #fff;
  background-color: #d1890e;
  padding: 13px 50px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 17px;
  letter-spacing: 0.5px;
  font-weight: 700;
  border: none;
}
hr {
  background-color: #b9bcaf;
  height: 3px !important;
}
.tableFixHead {
    overflow: auto;
    padding-right: 5px;
    height: 440px;
}

@media only screen and (max-width: 1300px) {
	.main_sec input {
    	padding: 6px 8px 5px;
    	font-size: 13px;
    	margin-top: 10px;
    	line-height: 18.9px;
	}
	.logo_set img {
    	width: 125px;
    	margin-bottom: 8px;
	}
  	.main_sec h3 {
    	font-size: 16px;
  	}
  	.main_sec .form-items {
    	padding: 13px 10px;
  	}
  	.tableFixHead {
    	overflow: auto; 
    	padding-right: 5px;
    	height: 335px;
  	}
  	.main_sec video {
    	object-fit: fill;
    	width: 100%;
    	height: 100%;
	}
}
@media only screen and (max-width: 991px) {
    
	#no-more-tables table, #no-more-tables thead, #no-more-tables tbody, #no-more-tables th, #no-more-tables td, #no-more-tables tr { 
		display: block; 
	}
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	#no-more-tables tr { border: 1px solid #ccc; }
	#no-more-tables td {
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
    	text-align: right;
    	width: 100%;
	}
	#no-more-tables td:before {
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
	#no-more-tables td:before { 
      	content: attr(data-title); 
  	}
	.tableFixHead {
    	overflow: auto;
    	padding-right: 5px;
    	height: 340px;
  	}
  	.logo_set img {
    	width: 120px;
    	margin-bottom: 13px;
  	}
  	.player_detail tbody td input {
    	width: 200px;
  	}
  	.main_sec input {
      	font-size: 13px;
  	}
  	.main_sec h3 {
    	font-size: 17px;
  	}
}

@media only screen and (max-width: 850px) {
  	.logo_set img {
    	width: 108px;
    	margin-bottom: 10px;
	}
}

@media only screen and (max-width: 767px) {
  	.main_sec {
    	height: 100%;
  	}
  	.player_detail tbody td input {
    	width: 100%;
  	}
	.player_detail {
    	margin-top: 10px;
    	margin-bottom: 50px;
	}
  	.main_sec .overlay {
    	height: 100%;
  	}
    .main_sec .set_pancayat {
      top: 250px;
      align-items: stretch;
    }
    .foot_sec .sub_btn button {
        padding: 10px 50px 9px;
    }
    .main_sec .form-items {
    	margin-top: 25px;
	}
  	.main_sec video {
    	max-width: 100%;
	}
  	.main_sec {
    	overflow: unset;
	}
  	.main_sec .overlay {
    	position: fixed;
	}
	.main_sec video {
    	object-fit: contain;
		min-height: auto;
	}
  	body {
  		background-color: #000000c4;
  	}
    
}