body {
  background: #fff;
  font-family: 'Hind Siliguri', sans-serif !important;
}

.OneTimeEvenFormWraper{
    transform: translateX(-100px)
}
.OneTimeEvenForm {
  font-family: 'Hind Siliguri', sans-serif !important;

}

/* Header */
.OneTimeEvenForm .form-header {
  padding: 48px;
  background: linear-gradient(180deg, #000 -143.71%, #008236 100%);
  text-align: center;

}

.OneTimeEvenForm .form-header .title {
  color: #FFF;
  text-align: center;
  font-family: 'Hind Siliguri', sans-serif !important;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;

}

.OneTimeEvenForm .form-header .sub-title {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-family: 'Hind Siliguri', sans-serif !important;
  font-style: normal;
  font-weight: 400;
}

.OneTimeEvenForm .header-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;


}

.OneTimeEvenForm .meta-item {
  display: flex;
  height: 36px;
  padding: 6px 12px;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid #FE0;
  background: #FFF;

  color: #100047;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
}

.OneTimeEvenForm .meta-item svg {
  color: #100047;
}


/* Form */
.OneTimeEvenForm .registration-form {
  background: #fff;
  padding: 30px;
  border-radius: 0 0 6px 6px;
}

.OneTimeEvenForm .form-row {
  align-items: center;
  margin-bottom: 18px;
}

.OneTimeEvenForm label {
  color: #000;
  text-align: right;
  font-family: "Hind Siliguri";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.OneTimeEvenForm input,
.OneTimeEvenForm select {
  width: 100%;
  height: 40px;
  padding: 8px 16px;
  border-radius: 5px;
  font-size: 16px;


  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.20);
  background: #FDFFFD;
}

.OneTimeEvenForm input:focus,
.OneTimeEvenForm select:focus {
  outline: none;
  border-color: #0a6b3c;
}

.OneTimeEvenForm input::placeholder {
  color: #868686;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
}

/* Payment Number */
.OneTimeEvenForm .payment-number {
  margin-top: 8px;
  font-size: 14px;
  color: #0a6b3c;
  font-weight: 600;
}

/* Logo Preview */
.logo-upload-wrap {
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 16px;

  border-radius: 4px;
  border: 1px solid #e8e4fd;
  background: #f2f4fb;
  flex-wrap: wrap;
}

.logo-upload-wrap .logo-preview {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  padding: 1.162px;
  flex-shrink: 0;

  border-radius: 4px;
  border: 1.162px solid rgba(0, 0, 0, 0.20);
  background: #FFF;
}

.logo-upload-wrap .logo-preview .upload_icon {
  color: #7c86ff;
  font-size: 24px;
}

.logo-upload-wrap .logo-upload-btn {
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  border: 0;
  background: #01955D;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.logo-upload-wrap .logo-hints-text {
  color: #6a7282;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  margin-top: 7px;
}

.logo-upload-wrap .logo-preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 5px;
  border-radius: 10px;
}

/* Submit */
.OneTimeEvenForm .submit-btn {
  width: 100%;
  padding: 8px 24px;
  text-align: center;
  border-radius: 4px;
  background: #01955D;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  border: 0;
}

.OneTimeEvenForm .submit-btn:hover {
  background: #085c33;
}

@media (max-width: 1200px) {
  .OneTimeEvenForm .form-header .title {
    font-size: 46px;
  }

  .OneTimeEvenForm .form-header .sub-title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .OneTimeEvenFormWraper{
    transform: translateX(0px)
}
}

@media (max-width: 576px) {
  .OneTimeEvenForm .registration-form { 
	padding: 24px 12px; 
}
  .OneTimeEvenForm .form-header .title {
    font-size: 36px;
  }

  .OneTimeEvenForm .form-header {
    padding: 40px 16px;
  }
}

@media (max-width: 400px) {
  .OneTimeEvenForm .form-header .title {
    font-size: 32px;
  }

  .OneTimeEvenForm .form-header .sub-title {
    font-size: 20px;
  }
  .OneTimeEvenForm .meta-item { 
	height: 30px;
	padding: 4px 10px; 
	font-size: 12px; 
}

}