body {
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	overflow-x: hidden;
}
.main {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.box {
	max-width: 500px;
    flex: 0 0 500px;
}
.box h3 {
	margin: 0;
	font-size: 36px;
	line-height: 44px;
	color: #171717;
}
.box h5 {
	margin: 0 0 40px;
	font-size: 18px;
	font-weight: 500;
	color: #171717;
	opacity: 0.5;
}
.box .payment-fields {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.box .form-group {
    width: calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
    padding: 0 15px;
	margin-bottom: 20px;
}
.box .form-group:nth-child(1) {
	width: calc(100% - 30px);
    flex: 0 0 calc(100% - 30px);
}
.box .form-group label {
    color: #4e4953;
    font-size: 14px;
    font-weight: 500;
	margin-bottom: 15px;
}
.box .form-group input {
	height: 40px;
	width: 100% !important;
    padding: 5px 12px;
    letter-spacing: 0.35px;
    font-size: 15px;
	border-radius: 5px;
    color: #171717;
	background: #FFF;
    border: none;
}
.box iframe {
	width: 100% !important;
	border: 1px solid rgba(78, 73, 83, 0.15) !important;
}
.box button {
	padding: 6px 15px;
    height: 44px;
	width: 160px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    background: #F37021;
    border: #F37021;
	cursor: pointer;
	margin-top: 20px;
	font-family: inherit;
	letter-spacing: 0.35px;
}
.box input:focus,
.box button:focus {
	outline: none;
}

@media (max-width: 576px) {
	.main { padding: 20px; }
	.box {
		max-width: 100%;
		flex: 0 0 100%;
		width: 100%;
	}
	.box .payment-fields {
		margin: 0;
		width: 100%;
	}
	.box .form-group {
		width: 100%;
		flex: 0 0 100%;
		padding: 0;
		margin-bottom: 20px;
	}
	.box .form-group:nth-child(1) {
		width: 100%;
		flex: 0 0 100%;
	}
}
.modal-content .modal-body iframe, .modal-content .modal-body input {
	padding: 0;
	color: #000 !important;
}

.raffle-dashboard .section-wrapper {
	display: inline-block;
	width: calc(15% - 15px);
	padding: 15px;
	margin: 5px 7px 5px 7px;
	height: 80px;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 600;
	background: #FFF;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	text-align: center;
}
.raffle-dashboard .section-wrapper:last-child { margin-right: 0; }
.raffle-dashboard .section-wrapper .result-data {
	font-size: 40px;
	font-weight: 700;
	margin-top: 4px;
	line-height: normal;
}



#checkoutBusyloading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(192, 192, 192, 0.5);
  z-index: 99999 !important;
  align-items: center;
  display: flex;
  justify-content: center;
}
#checkoutBusyloading .loader {
  background-image: url('../images/ajax-loader.gif');
  background-repeat: no-repeat;
  background-position: center;
  height: 100px;
  width: 100px;
}

#checkoutBusyloading .loader,
#checkoutBusyloading .loader:before,
#checkoutBusyloading .loader:after {
 /* background: #004A8F;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;*/
}
#checkoutBusyloading .loader {
  /*color: #004A8F;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;*/
}
#checkoutBusyloading .loader:before,
#checkoutBusyloading .loader:after {
  position: absolute;
  top: 0;
  content: '';
}
#checkoutBusyloading .loader:before {
 /* left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;*/
}
#checkoutBusyloading .loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
