@charset "UTF-8";
/*Tablet nhỏ(480 x 640)*/
@media screen and (min-width: 320px) {
  .search .content .location {
    position: relative;
  }
  .search .content .location input {
    width: 100%;
    /* Text Field input */
    background: #ffffff;
    border-radius: 6px;
    /* P.16 / reg */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    /* neutral / black */
    color: #000000;
    border: none;
    height: 44px;
    margin: 10px 0px;
  }
  .search .content .location img {
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .search .content .location .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .search .content .list-role {
    display: flex;
    gap: 2%;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .search .content .list-role .role {
    align-items: center;
    width: 20%;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 8px 12px -4px rgba(0, 0, 0, 0.04);
    cursor: pointer;
  }
  .search .content .list-role .role p {
    text-align: center;
    margin-top: 10px;
    width: 60px;
    font-size: 12px;
    color: #23313e;
  }
  .search .content .list-role .role-type {
    padding: 8px 6px;
    width: auto !important;
    margin-bottom: 8px;
  }
  .search .content .list-role .active {
    border: 1px solid #1077d0;
  }
  .search .content .list-role #customer.active,
  .search .content .list-role #saler.active,
  .search .content .list-role #business.active,
  .search .content .list-role #shiper.active {
    border: none;
  }
  .search .content .list-role #customer.active > p,
  .search .content .list-role #saler.active > p,
  .search .content .list-role #business.active > p,
  .search .content .list-role #shiper.active > p {
    color: auto;
  }
  .search .content .list-role #customer.active {
    background-color: #fedd02;
  }
  .search .content .list-role #saler.active {
    background-color: #34a853;
  }
  .search .content .list-role #business.active {
    background-color: #4285f4;
  }
  .search .content .list-role #shiper.active {
    background-color: #ea4335;
  }
  .search .content .input-search {
    padding: 12px 0px;
    background-color: rgba(248, 248, 248, 0.9960784314);
  }
  .search .content-footer {
    background: #f8f8f8;
  }
  .search-all .list-shop {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
  }
  .search-all .list-shop .shop {
    margin-top: 10px;
    flex: 100%;
    display: flex;
    gap: 15px;
    box-shadow: 0px 8px 12px -4px rgba(0, 0, 0, 0.0392156863);
    background: #ffffff;
    border-radius: 8px;
    padding: 0px;
  }
  .search-all .list-shop .shop img {
    max-width: 120px;
    height: 100%;
  }
  .search-all .list-shop .shop .infor {
    padding: 12px 12px 12px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .search-all .list-shop .shop .infor .name {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
  }
  .search-all .list-shop .shop .infor .type {
    font-size: 11px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #9f9f9f;
  }
  .search-all .list-shop .shop .infor .adress {
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
  }
  .search-all .list-shop .shop .image {
    position: relative;
    background-color: #9f9f9f;
  }
  .search-all .list-shop .shop .image .distance {
    background: #fedd02;
    border-top-left-radius: 8px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 103px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .search-all .list-shop .shop .image .distance .no_distance {
    font-size: 0.8rem;
    font-weight: bold;
  }
  .search-all .list-shop .shop .quote {
    font-size: 1.05rem;
  }
  .search-all .list-shop .shop .quote::first-letter {
    text-transform: capitalize;
  }
  .search-all .filter-mize {
    position: fixed;
    bottom: 0px;
    height: 80px;
    background-color: #ffffff;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 16px;
  }
  .search-all .filter-mize .filter {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: #1077d0;
    padding: 12px 16px 12px 12px;
    background: #ebf2f8;
    border-radius: 6px;
    width: 100%;
  }
  .search-all .filter-exp {
    height: 200px;
    width: 100%;
    background-color: #ffffff;
    position: fixed;
    bottom: 0px;
    padding: 16px;
  }
  .search-all .filter-exp .location {
    position: relative;
  }
  .search-all .filter-exp .location input {
    width: 100%;
    /* Text Field input */
    background: #ffffff;
    border-radius: 6px;
    /* P.16 / reg */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    padding-right: 50px;
    /* neutral / black */
    color: #000000;
    height: 44px;
    margin: 10px 0px;
    border: 1px solid #d9d9d9;
  }
  .search-all .filter-exp .action {
    display: flex;
    gap: 10px;
  }
  .search-all .filter-exp .action .btn {
    padding: 12px 16px 12px 12px;
    border-radius: 6px;
  }
  .search-all .filter-exp .action .btn-filter {
    background: #ebf2f8;
    color: #1077d0;
  }
  .search-all .filter-exp .action .btn-disable {
    background: #ebebeb;
    color: #ffffff;
  }
  .search-all .filter-exp .action .btn-active {
    background: #1077d0;
    color: #ffffff;
  }
  .search-all .fa {
    margin-right: 5px;
  }
  .search-all .empty {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 300px;
  }
  .search-all .empty .content {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    color: #b2b2b2;
    margin-top: 25px;
  }
}
/*Iphone(480 x 640)*/
@media screen and (max-width: 480px) {
  .role-type {
    padding: 12px 14px;
  }
}
/*Ipad dọc(768 x 1024)*/
/*Ipad ngang(1024 x 768)*/
@media screen and (min-width: 1024px) {
  .input-search {
    display: flex;
    gap: 20px;
  }
  .input-search .location {
    width: 100%;
  }
  .content-footer {
    box-shadow: 0px -8px 12px 0px rgba(0, 0, 0, 0.0392156863);
  }
  .search-all .list-shop {
    gap: 10px;
  }
  .search-all .list-shop .shop {
    flex: 45% !important;
  }
}

/*# sourceMappingURL=search.css.map */
