.bg-en {
    background-color: #DE1519 !important;
}

.bg-blue {
    background-color: #4D65D9 !important;
}

.bg-error {
  color: #ffffff !important;
  background-color: #fd6074;
}

/* GOOGLE SIGN IN BUTTON */

.googleSignIn {
    border: none;
    border-radius: 2px;
    background-color: #4285f4;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.24), 0 0 1px 0 rgba(0, 0, 0, 0.12);
    border: none;
    display: inline;
    padding: 1px;
    color: #fff;
    &:hover {
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
    }
    &:active {
      background: #3367d6;
    }
  }
  
.googleSignIn__text {
    padding: 11px;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-align: left;
    white-space: nowrap;
}

.item-card {
  overflow-y: hidden;
  max-height: 350px;  
}