root {
  --app-color-white: #fff;
  --app-color-primary: #ed1f49;
  --app-color-blue: #1a47b0;

  --ion-color-primary: #1a47b0;
  --ion-background-color: rgb(81, 200, 255) none repeat scroll 0% 0%;
  --ion-item-background: transparent;

  --app-radius: 8px;

  --background: rgb(81, 200, 255) none repeat scroll 0% 0%;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ol {
  padding-inline-start: 0px;
}

/* Ionic Custom */
ion-content {
  font-family: "Poppins", sans-serif;
}

ion-card {
  background: white;
  box-shadow: 2px 2px 10px -8px rgba(0, 0, 0, 0.35);
}

.ripple-parent {
  position: relative;
  overflow: hidden;
}

/************
CUSTOM STYLES
**************/
.app_flex {
  display: flex;
}

.app_header {
  width: 100%;
}

.btn_large {
  width: 100%;
  padding: 15px;
  color: white;
  margin-top: 20px;
  border-radius: 40px;
  background: var(--app-color-blue);
  box-shadow: 5px 5px 5px #d0defd;
}