.login-signup {
    align-items: center;
    justify-content: center;
    display: flex;
    .loader-container {
      .loader {
        margin: 250px;
        min-height: 100px;
        min-width: 100px;
        .lds-ripple {
          display: none;
        }
      }
    }
    .fixedSlider {
      position: fixed;
      top: 0;
      z-index: 7;
      width:100%;
    }
    .application.theme--light{
      width: 360px;
    }
    .menu__content{
      top: 250px  !important;
      left: 20px !important;
    }
  .top-bar {
    padding: 10px;

    .count {
      font-size: 14px;
      color: #323a44;
      text-align: left;
    }
    .filter-icon {
      margin-left: auto;
      font-size: 14px;
      font-weight: 500;
      color: #1d7eef;
      text-align: right;
      letter-spacing: 0.03em;
    }
  }

  .filters{
    position: absolute;
    right:17px;
    width: 157px;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 2px 11px 0px #000000;
    background: #fff;
    z-index: 8;

    ul {
      padding-left:10px;

      li {
        padding: 5px 0;
        list-style:none;
        display:flex;
        align-items: center;
        font-weight: 600;
        color: #4a4a4a;
        text-align: left;
        letter-spacing: -0.01em;
        line-height: 34px;
        font-size: 12px;

        img {
          padding-right:5px;
        }
      }
    }

  }
  .fixed {
    position: fixed;
  }
  .car-features {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.32);
    z-index: 10;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;

    .car-table {
      background: white;
      margin: 10px;
      
      td {
        padding: 5px;
      }

      td:first-child {
        background: #f1f1f1;
        font-weight: 600;
      }
    }
  }
}

