@font-face {
  font-family: 'WorkSans-Regular';
  src: url("../fonts/WorkSans-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'WorkSans-Bold';
  src: url("../fonts/WorkSans-Bold.ttf") format("truetype"); }
@font-face {
  font-family: 'WorkSans-Italic';
  src: url("../fonts/WorkSans-Italic.ttf") format("truetype"); }
@font-face {
  font-family: 'WorkSans-Thin';
  src: url("../fonts/WorkSans-Thin.ttf") format("truetype"); }
@font-face {
  font-family: 'WorkSans-ExtraBold';
  src: url("../fonts/WorkSans-ExtraBold.ttf") format("truetype"); }
body {
  height: 100% !important;
  overflow-y: scroll; }

.bg-white {
  background: #FFF; }

.bg-primary {
  background: #5414DB; }

.bg-primary-transparent {
  background: rgba(84, 20, 219, 0.2); }

.bg-red {
  background: #E50449; }

.bg-red-2 {
  background: #F7D5DF; }

.color-white {
  color: #FFF; }

.color-red {
  color: #E50449; }

.color-red2 {
  color: #F7D5DF; }

.color-primary {
  color: #5414DB; }

.text-search {
  color: #394B55; }

.text-disable {
  color: #8C979F; }

.text-base {
  color: #010000; }

.text-center {
  text-align: center; }

.font-regular {
  font-family: "WorkSans-Regular", sans-serif; }

.font-bold {
  font-family: "WorkSans-Bold", sans-serif; }

.font-italic {
  font-family: "WorkSans-Italic", sans-serif; }

.font-thin {
  font-family: "WorkSans-Thin", sans-serif; }

.font-extra-bold {
  font-family: "WorkSans-ExtraBold", sans-serif; }

.flex-row {
  display: flex;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  display: flex;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-fill-weight {
  -webkit-flex: 1 !important;
  -ms-flex: 1 !important;
  flex: 1 !important; }

.flex-fill {
  -webkit-flex: 1 1 auto !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-flex-grow: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-flex-grow: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -webkit-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

.hidden {
  display: none; }

@media (max-width: 768px) {
  .mobile-hide {
    display: none; }

  .mobile-show {
    display: block; }

  .mobile-flex-show {
    display: block; }

  .mobile-flex-fill {
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; } }
@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-sm-column {
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-sm-fill {
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-sm-grow-0 {
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-sm-start {
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-sm-between {
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-sm-start {
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-sm-end {
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-sm-center {
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-sm-baseline {
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-sm-stretch {
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-sm-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-md-column {
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-md-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-md-fill {
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-md-grow-0 {
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-md-grow-1 {
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-md-start {
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-md-end {
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-md-center {
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-md-between {
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-md-start {
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-md-end {
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-md-center {
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-md-baseline {
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-md-stretch {
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-md-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-md-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-md-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-md-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-lg-column {
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-lg-fill {
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-lg-grow-0 {
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-lg-start {
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-lg-between {
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-lg-start {
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-lg-end {
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-lg-center {
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-lg-baseline {
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-lg-stretch {
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-lg-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-lg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-xl-column {
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-xl-fill {
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-xl-grow-0 {
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-xl-start {
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-xl-between {
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-xl-start {
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-xl-end {
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-xl-center {
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-xl-baseline {
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-xl-stretch {
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-xl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-xl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }

  .float-sm-right {
    float: right !important; }

  .float-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }

  .float-md-right {
    float: right !important; }

  .float-md-none {
    float: none !important; } }
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }

  .float-lg-right {
    float: right !important; }

  .float-lg-none {
    float: none !important; } }
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }

  .float-xl-right {
    float: right !important; }

  .float-xl-none {
    float: none !important; } }
.rounded {
  border-radius: 16px; }

.rounded-small {
  border-radius: 8px; }

.circle-rounded {
  border-radius: 50%; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: fixed !important; }

.position-centering {
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

.relative-block {
  position: relative; }

.h-space-0 {
  height: 8px; }

.h-space-1 {
  height: 16px; }

.h-space-2 {
  height: 32px; }

.v-space-0 {
  width: 8px; }

.v-space-1 {
  width: 16px; }

.v-space-2 {
  width: 32px; }

.full-width {
  width: 100%; }

.font-smaller {
  font-size: 10px; }

.font-small {
  font-size: 12px; }

.font-small-2 {
  font-size: 14px; }

.font-normal {
  font-size: 16px; }

.font-normal-2 {
  font-size: 20px; }

.font-large {
  font-size: 24px; }

.pointer {
  cursor: pointer; }

.transition-default {
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s; }

@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: fixed;
    top: 0;
    z-index: 1020; }

  .sticky-bot {
    position: -webkit-sticky;
    position: fixed;
    bottom: 0px;
    z-index: 1020; } }
.padding-vertical-small {
  padding-top: 4px;
  padding-bottom: 4px; }

.padding-vertical-medium {
  padding-top: 8px;
  padding-bottom: 8px; }

.padding-vertical-large {
  padding-top: 16px;
  padding-bottom: 16px; }

.padding-horizontal-small {
  padding-left: 4px;
  padding-right: 4px; }

.padding-horizontal-medium {
  padding-left: 8px;
  padding-right: 8px; }

.padding-horizontal-large {
  padding-left: 16px;
  padding-right: 16px; }

.margin-horizontal-large {
  margin-left: 16px;
  margin-right: 16px; }

.margin-vertical-small {
  margin-top: 4px;
  margin-bottom: 4px; }

.margin-vertical-medium {
  margin-top: 8px;
  margin-bottom: 8px; }

.margin-vertical-large {
  margin-top: 16px;
  margin-bottom: 16px; }

.margin-horizontal-small {
  margin-left: 4px;
  margin-right: 4px; }

.margin-horizontal-medium {
  margin-left: 8px;
  margin-right: 8px; }

.margin-horizontal-large {
  margin-left: 16px;
  margin-right: 16px; }

.pointer {
  cursor: pointer; }

/*the container must be positioned relative:*/
.autocomplete {
  position: relative;
  display: inline-block; }

.autocomplete-items {
  position: absolute;
  border: 1px solid #E0E0E0;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  font-size: 12px; }

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #E0E0E0; }

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; }

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: #5414DB !important;
  color: #ffffff; }

.snackbar {
  position: fixed;
  bottom: -40px;
  left: 12px;
  right: 12px;
  z-index: 9999;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  padding: 8px 16px;
  border-radius: 8px;
  transform: scale(0.9);
  transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s; }
  .snackbar.active {
    bottom: 5%;
    transform: scale(1); }

.a-default {
  color: black;
  text-decoration: none; }

.img-size-1 {
  width: 24px;
  height: auto; }

.img-size-2 {
  width: 32px;
  height: auto; }

.img-size-3 {
  width: 40px;
  height: auto; }

.img-size-4 {
  width: 48px;
  height: auto; }

.img-size-5 {
  width: 64px;
  height: auto; }

body {
  margin: 0px;
  padding: 0px; }

.section {
  margin-top: 32px; }
  .section .section-title {
    font-size: 18px; }
  .section:first-child {
    margin-top: 0px; }

.mobile-footer-nav-container {
  background: #FFF;
  border-top: solid 1px #E0E0E0;
  padding: 8px 5%;
  width: 90%;
  height: 48px; }
  .mobile-footer-nav-container .mobile-footer-nav-inner-container {
    height: 48px; }
  .mobile-footer-nav-container .mobile-footer-nav {
    text-align: center; }
    .mobile-footer-nav-container .mobile-footer-nav a {
      text-decoration: none; }
      .mobile-footer-nav-container .mobile-footer-nav a img {
        width: 24px;
        height: 24px; }
      .mobile-footer-nav-container .mobile-footer-nav a div.text {
        margin-top: 8px;
        text-decoration: none; }
    .mobile-footer-nav-container .mobile-footer-nav.post a img {
      width: 48px;
      height: 48px;
      transform: translateY(-24px); }

.navigation-bar-container {
  padding: 36px;
  border-bottom-width: 1px;
  border-bottom-color: #FAFAFA; }
  .navigation-bar-container .navigation-logo img {
    width: 36px; }
  .navigation-bar-container .navigation-profile {
    height: 36px;
    border: solid 1px #FAFAFA;
    width: 36px;
    margin-left: 16px; }
    .navigation-bar-container .navigation-profile img {
      width: 36px;
      height: auto; }
  .navigation-bar-container .navigation-img-link img {
    width: 32px; }
  .navigation-bar-container a.navigation {
    font-size: 16px;
    margin: 0px 0px 0px 16px; }
  .navigation-bar-container .search-input-container {
    background: #EFEBF8;
    border-radius: 30px;
    border-width: 1px;
    border-color: #5414DB;
    padding: 8px 20px;
    margin: 0px 16px 0px 32px; }
    .navigation-bar-container .search-input-container img {
      width: 24px;
      height: 24px; }
    .navigation-bar-container .search-input-container input {
      margin-left: 8px;
      background: none;
      border: none;
      font-size: 14px;
      color: #8C979F; }
      .navigation-bar-container .search-input-container input::placeholder {
        color: #8C979F; }
      .navigation-bar-container .search-input-container input:focus {
        outline: none; }

.page-content-wrapper {
  padding: 8px 36px; }

@media (max-width: 1024px) {
  .navigation-bar-container {
    padding: 16px 5%;
    border-bottom: solid 1px #E0E0E0; }
    .navigation-bar-container .navigation-img-link .notification img {
      width: 24px; }

  .page-content-wrapper {
    padding: 16px 5%; }

  .featured-container {
    margin-left: -5%;
    width: 110%;
    overflow-x: scroll; }
    .featured-container .featured-user-block {
      min-width: 300px;
      margin-left: 2.5% !important; } }
.featured-user-block {
  margin-left: 32px;
  width: 300px;
  min-width: 300px;
  border-radius: 8px; }
  .featured-user-block .img {
    height: 220px;
    width: auto; }
  .featured-user-block:first-child {
    margin-left: 0px; }
  .featured-user-block .overlay {
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #020024;
    background: linear-gradient(90deg, rgba(2, 0, 36, 0.6292892157) 0%, rgba(48, 48, 48, 0.4780287115) 52%, rgba(0, 0, 0, 0.3491771709) 100%); }
    .featured-user-block .overlay .info {
      padding: 0 16px; }
      .featured-user-block .overlay .info .title {
        font-size: 16px; }
      .featured-user-block .overlay .info .description {
        font-size: 12px; }

.feeds-container .a-feed-row {
  display: block; }
.feeds-container .feed-row {
  margin-top: 32px; }
  .feeds-container .feed-row:first-child {
    margin-top: 0px; }
  .feeds-container .feed-row:last-child {
    margin-bottom: 64px; }
  .feeds-container .feed-row .profile {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: #E0E0E0;
    border-radius: 50%; }
    .feeds-container .feed-row .profile img {
      width: 48px;
      height: 48px; }
  .feeds-container .feed-row .user-info {
    margin-left: 16px; }
    .feeds-container .feed-row .user-info .verified {
      width: 12px;
      height: 12px;
      margin: 0px 8px; }
    .feeds-container .feed-row .user-info .username {
      margin-right: 8px; }
  .feeds-container .feed-row .voters-count {
    margin-right: 8px; }
  .feeds-container .feed-row .circle {
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 50%;
    margin-right: 8px; }
  .feeds-container .feed-row .info {
    margin-left: 64px; }
    .feeds-container .feed-row .info .transaction-type {
      padding: 8px 16px;
      border-radius: 8px;
      background: rgba(84, 20, 219, 0.2);
      color: #5414DB; }
      .feeds-container .feed-row .info .transaction-type .icon {
        width: 16px;
        height: 16px; }
      .feeds-container .feed-row .info .transaction-type.sell {
        background: rgba(68, 251, 203, 0.25);
        color: #25B792; }
        .feeds-container .feed-row .info .transaction-type.sell.lose {
          background: #F7D5DF;
          color: #E50449; }
    .feeds-container .feed-row .info .text {
      line-height: 20px; }
    .feeds-container .feed-row .info .actions .action-group {
      margin-left: 16px; }
      .feeds-container .feed-row .info .actions .action-group:first-child {
        margin-left: 0px; }
      .feeds-container .feed-row .info .actions .action-group img {
        width: 16px;
        height: 16px; }
      .feeds-container .feed-row .info .actions .action-group .action-text {
        margin-left: 8px; }
    .feeds-container .feed-row .info .actions .love-container {
      width: 16px; }
      .feeds-container .feed-row .info .actions .love-container .unlike {
        opacity: 1; }
      .feeds-container .feed-row .info .actions .love-container .like {
        opacity: 0; }
    .feeds-container .feed-row .info .actions .liked {
      color: #5414DB; }
      .feeds-container .feed-row .info .actions .liked .unlike {
        opacity: 0; }
      .feeds-container .feed-row .info .actions .liked .like {
        opacity: 1; }
    .feeds-container .feed-row .info .actions .like-animation {
      animation: heartPulse 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both; }
  .feeds-container .feed-row .attachment-container.rounded {
    border-radius: 8px;
    overflow: hidden; }
  .feeds-container .feed-row .attachment-container .attachment {
    width: 100%;
    max-width: 300px;
    height: auto; }
    .feeds-container .feed-row .attachment-container .attachment.rounded {
      border-radius: 8px;
      overflow: hidden; }
  .feeds-container .feed-row .attachment-container .first-of-3 img {
    width: 100%;
    height: auto; }
  .feeds-container .feed-row .prediction-container {
    padding: 24px 16px;
    border: solid 1px #E0E0E0;
    border-radius: 16px;
    overflow: hidden; }
    .feeds-container .feed-row .prediction-container .target {
      background: #E6DEF6;
      margin-left: -16px;
      width: 100%; }
      .feeds-container .feed-row .prediction-container .target .detail {
        background: #5414DB; }
      .feeds-container .feed-row .prediction-container .target.sell {
        background: #F7D5DF; }
        .feeds-container .feed-row .prediction-container .target.sell .detail {
          background: #E50449; }
  .feeds-container .feed-row .prediction-poll-item, .feeds-container .feed-row .poll-item {
    overflow: hidden;
    padding: 8px 16px;
    border: solid 1px #E0E0E0;
    margin-top: 4px;
    border-radius: 32px;
    transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s; }
    .feeds-container .feed-row .prediction-poll-item.active, .feeds-container .feed-row .poll-item.active {
      border: solid 1px #5414DB; }
      .feeds-container .feed-row .prediction-poll-item.active .poll-text, .feeds-container .feed-row .poll-item.active .poll-text {
        font-family: "WorkSans-Bold", sans-serif; }
  .feeds-container .feed-row .comment-box {
    margin-top: 8px; }
    .feeds-container .feed-row .comment-box input {
      border: none;
      border-bottom: solid 1px #E0E0E0;
      padding: 8px; }

.comment-box-container {
  background: #FFF;
  border-top: solid 1px #E0E0E0;
  padding: 0px 4px; }
  .comment-box-container .comment-reply-container {
    width: calc(100% - 32px);
    padding: 8px 16px;
    height: 40px;
    background: #FFF;
    top: -48px;
    border-top: solid 1px #E0E0E0; }
  .comment-box-container .alias {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: #E0E0E0;
    border-radius: 50%; }
  .comment-box-container .comment-box-input form {
    padding: 16px;
    margin: 0px; }
  .comment-box-container .comment-box-input input {
    border: none;
    padding: 4px 0px; }
  .comment-box-container .comment-box-input button {
    background: none;
    border: none;
    color: #5414DB; }

.border2-separator {
  height: 1px;
  margin: 24px 0px;
  width: 100%;
  background: #E0E0E0; }

@keyframes heartPulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.5); } }
.img-preview-container {
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: -99;
  background: rgba(0, 0, 0, 0.5); }
  .img-preview-container .img-preview-inner-container {
    height: 100%;
    width: 90%;
    margin: 0px 5%;
    overflow-y: scroll; }
    .img-preview-container .img-preview-inner-container img {
      width: 100%;
      max-width: 600px;
      height: auto; }
  .img-preview-container.active {
    opacity: 1;
    z-index: 1025; }

.loading-wrapper {
  margin: 32px 0px; }

.loading-wrap {
  float: left;
  width: 100px;
  height: 100px;
  margin: 0 10px 10px 0;
  padding: 20px 20px 20px;
  border-radius: 5px;
  text-align: center; }

.line {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #5414DB; }

.loading-1 .line:nth-last-child(1) {
  animation: loadingAnimation 1.5s 1s infinite; }

.loading-1 .line:nth-last-child(2) {
  animation: loadingAnimation 1.5s 0.5s infinite; }

.loading-1 .line:nth-last-child(3) {
  animation: loadingAnimation 1.5s 0s infinite; }

@keyframes loadingAnimation {
  0% {
    width: 15px; }
  50% {
    width: 35px; }
  100% {
    width: 15px; } }
.post-page.page-content-wrapper {
  height: calc(100% - 160px); }

.post-wrapper {
  height: 100%; }
  .post-wrapper .profile {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%; }
    .post-wrapper .profile.alias {
      background: #E0E0E0; }
  .post-wrapper .post-container {
    height: 100%;
    margin-left: 16px;
    max-width: calc(100% - 60px); }
    .post-wrapper .post-container .action-container {
      display: none; }
    .post-wrapper .post-container.history .history-container {
      display: block; }
    .post-wrapper .post-container.poll .poll-container {
      display: block; }
    .post-wrapper .post-container.prediction .prediction-container {
      display: block; }
    .post-wrapper .post-container textarea {
      width: 100%;
      height: 80px;
      border: none;
      padding: 8px 0px; }
    .post-wrapper .post-container .text::placeholder {
      color: #8C979F; }
    .post-wrapper .post-container .prediction-container {
      border: solid 1px #E0E0E0;
      padding: 12px 8px;
      border-radius: 8px; }
      .post-wrapper .post-container .prediction-container .separator {
        height: 1px;
        background: #ddd;
        margin: 4px 0px;
        margin-left: -8px;
        width: calc(100% + 16px); }
      .post-wrapper .post-container .prediction-container .prediction-action {
        color: #8C979F; }
        .post-wrapper .post-container .prediction-container .prediction-action.active {
          color: #010000; }
      .post-wrapper .post-container .prediction-container .input-container {
        border: solid 1px #E0E0E0;
        padding: 8px 16px;
        border-radius: 8px; }
        .post-wrapper .post-container .prediction-container .input-container input {
          border: none; }
          .post-wrapper .post-container .prediction-container .input-container input::placeholder {
            color: #8C979F; }
          .post-wrapper .post-container .prediction-container .input-container input:focus {
            outline: none; }
    .post-wrapper .post-container .preview-container {
      overflow-y: scroll;
      margin-bottom: 8px;
      width: calc(100% + 24px); }
      .post-wrapper .post-container .preview-container .attachment-preview-container {
        height: 100px;
        width: 100px;
        border-radius: 8px;
        margin-right: 8px; }
        .post-wrapper .post-container .preview-container .attachment-preview-container .attachment-preview-inner-container {
          width: 100%;
          height: 100px;
          overflow: hidden;
          border-radius: 16px; }
        .post-wrapper .post-container .preview-container .attachment-preview-container .attachment {
          width: auto;
          height: 100px; }
        .post-wrapper .post-container .preview-container .attachment-preview-container .close {
          width: 24px;
          height: 24px;
          position: absolute;
          top: -8px;
          right: -8px; }
        .post-wrapper .post-container .preview-container .attachment-preview-container:last-child {
          margin-right: 0px; }
    .post-wrapper .post-container .poll-container {
      border: solid 1px #E0E0E0;
      padding: 12px 8px;
      border-radius: 8px; }
      .post-wrapper .post-container .poll-container img.close {
        width: 24px;
        height: 24px; }
      .post-wrapper .post-container .poll-container .separator {
        height: 1px;
        background: #ddd;
        margin: 4px 0px;
        margin-left: -8px;
        width: calc(100% + 16px); }
      .post-wrapper .post-container .poll-container .options .option {
        border: solid 1px #E0E0E0;
        margin-bottom: 8px;
        padding: 8px 16px;
        border-radius: 8px; }
        .post-wrapper .post-container .poll-container .options .option .option-input {
          border: none; }
          .post-wrapper .post-container .poll-container .options .option .option-input:focus {
            outline: none; }
    .post-wrapper .post-container .selected-history-container {
      padding: 8px 16px;
      border-radius: 8px;
      background: #E6DEF6;
      color: #5414DB; }
      .post-wrapper .post-container .selected-history-container.sell {
        background: rgba(68, 251, 203, 0.25);
        color: #25B792; }
      .post-wrapper .post-container .selected-history-container.sell.lose {
        background: #F7D5DF;
        color: #E50449; }
    .post-wrapper .post-container .history-container {
      width: calc(100% + 16px);
      overflow-x: scroll; }
      .post-wrapper .post-container .history-container .history-inner-container .history {
        border-radius: 8px;
        width: 30%;
        min-width: 100px;
        height: 100px;
        margin-right: 8px;
        padding: 0px 8px;
        background: #E6DEF6;
        color: #5414DB; }
        .post-wrapper .post-container .history-container .history-inner-container .history.sell {
          background: rgba(68, 251, 203, 0.25);
          color: #25B792; }
        .post-wrapper .post-container .history-container .history-inner-container .history.sell.lose {
          background: #F7D5DF;
          color: #E50449; }
    .post-wrapper .post-container .actions {
      padding: 12px 0px;
      border-top: solid 1px #E0E0E0; }
      .post-wrapper .post-container .actions img.action {
        width: 24px;
        height: 24px; }
      .post-wrapper .post-container .actions .post-button-container {
        padding-left: 16px;
        margin-left: 8px;
        border-left: solid 1px #E0E0E0; }
    .post-wrapper .post-container .post-loading-wrapper {
      margin: 0px;
      width: 100px;
      text-align: center; }

.time-picker-container {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999; }
  .time-picker-container .time-picker-inner-container {
    padding: 16px;
    border-radius: 16px;
    border: solid 1px #E0E0E0;
    background: #FFF;
    min-width: 80%; }
    .time-picker-container .time-picker-inner-container .time-picker-close {
      width: 24px;
      height: 24px; }
    .time-picker-container .time-picker-inner-container .time-picker-options {
      margin: 8px 0px; }
      .time-picker-container .time-picker-inner-container .time-picker-options .time-picker-option {
        padding: 12px 16px; }

.comment-row {
  margin-bottom: 16px; }
  .comment-row .alias {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: #E0E0E0;
    border-radius: 50%; }

.mobile-search-input-container {
  background: #F5F3F9;
  border-radius: 30px;
  padding: 8px 20px;
  margin: 0px; }
  .mobile-search-input-container input {
    background: none;
    border: none;
    margin-left: 8px; }

.search-container .search-row, .recent-search-container .search-row {
  color: #010000;
  text-decoration: none;
  padding: 12px 0px;
  border-bottom: solid 1px #F4F2F9;
  margin: 8px 0px; }
  .search-container .search-row .alias, .recent-search-container .search-row .alias {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: #E0E0E0;
    border-radius: 50%; }
  .search-container .search-row .username, .recent-search-container .search-row .username {
    color: #394B55; }

.profile-container .image-container .alias {
  width: 64px;
  height: 64px;
  min-width: 64px;
  background: #E0E0E0;
  border-radius: 50%; }
.profile-container .follow-block {
  padding: 0px 12px; }
  .profile-container .follow-block .counter {
    margin-bottom: 4px; }
.profile-container .follow-button {
  background: none;
  color: #010000;
  padding: 8px 0px;
  width: 120px;
  border-radius: 16px; }
  .profile-container .follow-button.active {
    background: #5414DB;
    color: #FFF; }

.notifications-container .notification-row {
  color: #010000;
  text-decoration: none;
  width: calc(100% + 0px);
  margin-left: -20px;
  border-bottom: solid 1px #ddd;
  padding: 16px 20px; }
  .notifications-container .notification-row .title {
    margin: 4px 0px; }
  .notifications-container .notification-row .alias {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: #E0E0E0;
    border-radius: 50%; }
