.full-width {
  height: 100vh;
  width: 100%;
}

.background-gradient--blue {
  background-image: linear-gradient(
    to right top,
    #221576,
    #00459c,
    #006aad,
    #008caf,
    #04acac
  ) !important;
}

.flex-center {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

a {
  text-decoration: none;
}

.container-height {
  min-height: 31vh;
}

.w3-btn:active {
  background-color: blue !important;
}

.approve_bg {
  background-color: #bc5090;
}

.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

.scrolling-wrapper .card {
  display: inline-block;
}

.scrolling-wrapper-flexbox {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.scrolling-wrapper-flexbox .card {
  flex: 0 0 auto;
  margin-right: 1rem;
}

.card {
  width: 25vw;
  min-height: 15em;
  display: inline-block;
}

.scrolling-wrapper,
.scrolling-wrapper-flexbox {
  margin-bottom: 0.5em;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

.scrolling-wrapper::-webkit-scrollbar,
.scrolling-wrapper-flexbox::-webkit-scrollbar {
  display: none;
}

html,
body {
  margin: 0;
}

* {
  box-sizing: border-box;
}
