@font-face {
  font-family: "roboto-bold";
  src: url(/public/fonts/Roboto/Roboto-medium.ttf) format("opentype"); }

@font-face {
  font-family: "roboto";
  src: url(/public/fonts/Roboto/Roboto-Regular.ttf) format("opentype"); }

@font-face {
  font-family: "roboto-bold";
  src: url(/public/fonts/Roboto/Roboto-medium.ttf) format("opentype"); }

@font-face {
  font-family: "roboto";
  src: url(/public/fonts/Roboto/Roboto-Regular.ttf) format("opentype"); }

.cashback_is-arabic .cashback__button {
  margin-right: 0;
  margin-left: 20px; }

.cashback_is-arabic .cashback__section:first-child {
  margin-right: 0px;
  margin-left: 40px; }

@media only screen and (max-width: 600px) {
  .cashback_is-arabic .cashback__section:first-child {
    margin-left: 0; } }

.cashback__container {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 10px;
  margin-bottom: 60px;
  margin-top: 60px; }

.cashback__section-container {
  display: flex;
  width: 90%; }
  @media only screen and (max-width: 600px) {
    .cashback__section-container {
      width: 100%;
      flex-direction: column-reverse; } }

.cashback__section {
  flex: 1; }
  .cashback__section:first-child {
    flex-shrink: 0;
    flex: none;
    margin-right: 40px; }
  @media only screen and (max-width: 600px) {
    .cashback__section:first-child {
      margin-right: 0; } }

.cashback__title {
  color: #00438E;
  font-size: 30px;
  margin-bottom: 20px;
  font-family: "roboto";
  margin-bottom: 40px; }

.cashback__form-section {
  margin-bottom: 20px; }

.cashback__form-item {
  margin-bottom: 20px;
  width: 250px; }
  .cashback__form-item_has-border {
    padding-bottom: 20px;
    border-bottom: 1px solid #00a791; }
  .cashback__form-item .form-item__input {
    display: flex; }

.cashback__form-item-label {
  margin: 0 10px; }

.cashback__button-container {
  display: flex; }

.cashback__button {
  margin-right: 20px;
  width: 150px; }

.cashback__form-section-title {
  color: #00438E;
  margin-bottom: 20px;
  font-weight: bold; }

.cashback__description {
  margin-top: 25px; }
  @media only screen and (max-width: 600px) {
    .cashback__description {
      margin-top: 0;
      margin-bottom: 40px; } }

.cashback__error {
  background-color: #ad1616;
  border-radius: 30px;
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 40px; }
