:root {
  --input-padding-x: .75rem;
  --input-padding-y: .75rem;
}

html,
body {
  height: 100%;
  background-color: #ffffff !important;
  color:#fff !important;
 /* background: linear-gradient(0deg, #ffcb08 0%, rgba(233,236,240,1) 90%, rgba(238,241,245,1) 100%);*/
}
.modal-content{
  background-color: #bbbbbb !important;
  background: #dcd9d9 !important;
}
.mt-6 {
    margin-top: 19.5rem!important;
}
.mb-5 {
    margin-bottom: 10.5rem!important;
}
.modal-content {
    padding: 84px 44px;
  height: 100vh;
  /*background: rgb(169,176,188) !important;
background: linear-gradient(0deg, #ffcb08 0%, rgba(233,236,240,1) 90%, rgba(238,241,245,1) 100%) !important;*/
}
body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.form-signin {
  width: 90%;
  padding: 15px;
  margin: 0 auto;
  z-index: 11;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group > input,
.form-label-group > label {
border-radius: 15px;
  padding: var(--input-padding-y) var(--input-padding-x);
}

.form-label-group > label {
  position: absolute;
      font-size: 25px;
  top: 4px;
  left: 6px;
  display: block;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}


.form-control {
    font-size: 25px;
    line-height: 2;

}
p{
        font-size: 25px;
    color: #065d6e;
    font-weight: 600;
}
.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}
.btn-block{
	width:100%;
}
.btn-block-50{
	width:50%;
}
.img-fluid-50{
	width:50%;
}
.h3, h3 {
    font-size: 45px;
}
.img-fluid-60{
	width:60%;
}
.img-fluid-80{
	width:80%;
}
.img-fluid-30{
	width:30%;
}
.z-index-111{
	z-index: 111;
}
.btn-primary{
    font-size: 40px;
	background: #57bc53;
    border-color: #20811d;
    border-radius: 15px;
}
.modal {
  height: 100vh;
}
.hartmatchimg{
	    position: absolute;
    width: 55%;
    left: 0;
    bottom: 0;
}
.hartmatchimgWin{
	    position: absolute;
    width: 45%;
    left: 0;
    bottom: 0;
}
#marksCount{
	color: #930b28;
    position: relative;
    bottom: 320px;
    font-size: 50px;
    font-family: fantasy;
    left:17px;
}
.thnks-btn{
	margin-top: 30px;
}
.mb-6{
    margin-bottom: 29rem !important;
}
.no-side-padding{
	padding-left:0px !important;
	padding-right:0px !important;
}
.setbox{
	border: 1px solid #227aa6;
    padding: 15px 15px 8px 15px;
    margin: 5px;
/*
    background: white;
*/
}
#matchModel .modal-dialog{
	    margin: 0;

}

@media (min-width: 992px){
	#matchModel .modal-lg, .modal-xl {
		max-width: 100%;
	}
}

#playVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
.background-black{
	background:#000 !important;
	background-color:#000 !important;
}
#matchModel .modal-dialog {
    margin: 0;
    max-width: 100%;
}
button{
    padding: 15px 110px;
    margin: 27px;
    background: #24a724;
    color: #fff;
    border: 0;
}

#ap{
      max-height: 1350px;
  overflow-y: scroll;}