.form-group {
  margin-bottom: 7px;
}

video {
  /* min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%); */  

  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* z-index: 1; */
  height: auto;
  width: 100%;
}

input {
  background-color: black;
  color: white;
}

#header {
  overflow: hidden;
  background-color:white;
  position: fixed;
  height: 75px;
  top: 0;
  width: 100%;
  padding-left: 0px;
  z-index: 5;
}

#header > span {
  margin-left: 5%;
  margin-top: 20px;
  padding-bottom: 20px;
  text-align: left;
  letter-spacing: 0;
  color: #231F20;
  font-size: 20px;
  line-height: 75px;
}

.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
}

img.logo {
  max-width: 30px;
}

.center-div {
  background-color: rgb(153, 148, 148);
  background: rgba(255, 255, 255, 0) ;
  /* position: fixed; */
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  /* background-color: #fff; */
  /* text-align: center; */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  z-index: 10;
  /* margin: 20px auto; */
}

#scroller {
  /* margin-top: 10px; */
  overflow-y: auto;
  max-height: 96vh; /* These two lines are counted as one :-) */
  display: inline; 
}

/* div.scroller::-webkit-scrollbar {
  background: none;
  width: 10px;
  border-radius: 20px;
} */

#scroller::-webkit-scrollbar {
  /* width: 3px; */
  /* background: white 0% 0% no-repeat padding-box; */
  border-radius: 10px;
  opacity: 1;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); */
}

input.form-control {
  background: #FAFAFA 0% 0% no-repeat padding-box;
  border: 1px solid #EAEAEA;
  border-radius: 2px;
  opacity: 1;
}

textarea.form-control {
  background: #FAFAFA 0% 0% no-repeat padding-box;
  border: 1px solid #EAEAEA;
  border-radius: 2px;
  opacity: 1;
}

#reg-form {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 3px solid #FFFFFF;
  color: black;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 10px gray;
  border-radius: 8px;
  border-spacing: 0;
  border-collapse: separate;
  z-index: 10;
  margin-top: 10px;
  opacity: 1;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#title-information {
  z-index: 10;
  text-align:center;
  margin-top: 5px;
  /* padding-top: 5px; */
  /* padding-bottom: 15px; */
}

#header2 {
  width: 100%;
  /* height: 130px; */
  /* background-color: whitesmoke; */
  text-align: center;
}

#raffle-title {
  font-family: MontserratBold;
  color: black;
  /* font-weight: bold; */
  font-size: 50px;
  /* text-shadow: 0px 5px 1px #16182854; */
}

.modal-footer {
  padding: 15px;
}

#i-agree-btn {
  border-radius: 15px;
  font-family: MontserratRegular;
  font-weight: bolder;
  font-size: 15px;
}

#consent_form {
  /* margin-top: 5px; */
  /* text-align:center; */
  color: black;
  font-family: MontserratRegular;
  font-size: 15px;
  padding-left: 0px;
  padding-right: 0px;
}

#consent-modal-div {
  font-family: MontserratRegular;
  /* text-align:center; */
  font-size:14px;
  color:#B0072C;
  background-color:none;
  margin-bottom: 5px;
}

#public-raffle-info {
  font-size: 18px;
  padding: 5px 20px 5px 20px;

  /* border-radius: 20px; */
  opacity: 1;

  width: auto;
  font-family: OpenSansRegular;
}

#type-message1 {
  text-align:center;
}

#tyoe-message1 > h1 {
  font-family: MontserratRegular;
}

#public-lable-form {
  font-size: 15px;
  margin-bottom:0px;
  color: #000000;
  font-family: MontserratRegular;
  font-weight: normal;
}

/* #scroller ::-webkit-scrollbar {
  width: 6px;
  background: #500042 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
} */

#statusModal {
  /* height: 400px; */
  /* width: 600px; */
  position: absolute;
  /* left: 50%; */
  top: 20%; 
  /* margin-left: -300px; */
  /* z-index: 9999; */
} 

.montserrat-EB {
  font-family: MontserratExtraBold;
  font-size: 25px;
}

.montserrat-R {
  font-family: MontserratRegular;
}

#consent-title {
  font-family: MontserratRegular;
  font-size:18px;
  margin-left: 10px;
  font-weight: bold;
  margin-bottom: 5px;
}

#consent-data {
  font-family: MontserratRegular;
  font-size:16px;
  margin-left: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 10px;
  max-height: 400px;
  overflow-y: auto;
}
