body {
  font-family: 'Josefin Sans', sans-serif; }

.notification-container {
  position: fixed;
  bottom: -10rem;
  left: 25vmax;
  right: 25vmax;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  z-index: 99; }

.notification-container span {
  width: 100%; }

.notification-inner {
  width: 100%;
  background: white;
  height: 100%;
  box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem; }

.row-eq-height {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0px; }

.row-eq-height:before, .row-eq-height:after {
  display: inline-block; }

/*  Turn on custom 8px wide scrollbar */
::-webkit-scrollbar {
  width: 6px;
  /* 1px wider than Lion. */
  /* This is more usable for users trying to click it. */
  background-color: rgba(0, 0, 0, 0);
  -webkit-border-radius: 100px; }

/* The scrollbar 'thumb' ...that marque oval shape in a scrollbar */
::-webkit-scrollbar-thumb:vertical {
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 100px;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0);
  min-height: 10px;
  /*Prevent it from getting too small */ }

::-webkit-scrollbar-thumb:vertical:active {
  background: rgba(0, 0, 0, 0.61);
  /* Some darker color when you click it */
  -webkit-border-radius: 100px; }

.selectize-dropdown {
  border: 1px solid !important;
  border-color: #dedede !important; }

.selectize-input {
  margin-top: 1rem;
  box-shadow: none !important;
  background-color: #fff !important;
  background-image: none !important;
  border: 1px solid #dedede !important; }
