@import './var';
@import './fonts';


.component-name {
  color: $primary;
}

.empty_state {
    font-family: 'QuickSand-medium';
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #f7f7f7;
  }
  .empty_state i {
    margin: auto;
    margin-bottom: 0px;
    font-size: 90px;
    color: #ccc;
  }
  .empty_state .title-outline {
    font-family: 'QuickSand-bold';
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;

    text-align: center;
    font-weight: normal;
  }
  .empty_state p {
    font-size: 1em;
    margin: 0px;
    color: $text;
    text-align: center;
  }
  .empty_state button {
    font-family: 'QuickSand-bold';
    outline: none;
    border: none;
    border-radius: 3px;
    padding: 8px 8px;
    margin: 20px auto auto auto;
    width: 50%;
    max-width: 200px;
    background: $primary;
    color: white;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
    margin-bottom: 25px;
  }

  .empty_state .text {
     color: $text;
  }
  .image-wrapper {
    width: 100%;
    text-align: center;
  }
  .image-outline {
    max-height: 175px;
    max-width: 175px;
    margin-top: 50px;
  }