@charset "UTF-8";
@media screen and (min-width: 320px) {
  .body {
    background-color: #f8f8fe;
  }
  .body .header-top {
    padding: 16px;
  }
  .body .header-top.container {
    display: flex;
    align-items: center;
    background-color: white;
    margin-bottom: 7px;
  }
  .body .header-top > img {
    padding-right: 8px;
  }
  .body .header-top > #header-top-text {
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 0;
    border-left: 1.6px solid #cecdcd;
    padding-left: 8px;
    font-size: 1.1rem;
    display: block;
  }
  .body .yellow {
    background: #fedd02;
  }
  .body .return {
    display: none;
  }
  .body label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #6b6b6b;
  }
  .body .btn {
    padding: 12px 16px;
    border-radius: 6px;
    gap: 4px;
    width: 100%;
    height: 44px;
    margin-bottom: 10px;
    color: black;
  }
  .body .btn-submit {
    background: #1077d0;
  }
  .body .btn-reject {
    background: #ec6f61;
  }
  .body .btn-default {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    background: #ebf2f8;
    border: none;
    color: #1077d0;
  }
  .body .btn-default i {
    margin-right: 10px;
    font-size: 16px;
  }
  .body .btn-inline {
    display: flex;
    width: 100%;
    gap: 10px;
  }
  .body .footer-search {
    display: flex;
    gap: 2px;
  }
  .body .footer-search .logo {
    padding: 10px 0px;
    background: #151515;
  }
  .body .footer-search .text-title {
    width: 100%;
    height: auto;
    background: #151515;
    padding: 10px 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 160%;
    /* or 19px */
    text-align: center;
    color: #ffffff;
  }
  .body .footer-search .text-title .marquee {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 20px;
    overflow-x: hidden;
  }
  .body .footer-search .text-title .marquee .track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 120s linear infinite;
  }
  @keyframes marquee {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }
  .body .autocomplete-suggestions {
    border: 1px solid #999;
    background: #fff;
    overflow: auto;
    bottom: 100%;
  }
  .body .autocomplete-suggestion {
    padding: 3px 5px;
    overflow: hidden;
    border-top: 1px solid #ddd;
  }
  .body .autocomplete-selected {
    background: #f0f0f0;
    cursor: pointer;
  }
  .body .autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399ff;
  }
  .body .autocomplete-group {
    padding: 2px 5px;
  }
  .body .autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
  }
  .body .add {
    display: flex;
  }
  .body .add .item {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e5e5e5;
    color: #3279b7;
  }
  .body .add .item-input {
    width: 50px !important;
    border: 1px solid #e5e5e5;
    text-align: center;
    height: 36px;
  }
  .body .expand {
    position: absolute;
    z-index: 1;
    background-color: #ffffff;
    width: 120px;
    height: 50px;
    left: 5px;
    top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    border-radius: 6px;
  }
  .body .expand-map {
    width: 100vw !important;
    height: 100vh !important;
    z-index: 1 !important;
    position: fixed !important;
    top: 0px !important;
    left: 0px !important;
    margin: 0px !important;
  }
  .body input[type=search]::-webkit-search-cancel-button {
    /* Remove default */
    -webkit-appearance: none;
    /* Now your own custom styles */
    height: 14px;
    width: 14px;
    display: block;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAn0lEQVR42u3UMQrDMBBEUZ9WfQqDmm22EaTyjRMHAlM5K+Y7lb0wnUZPIKHlnutOa+25Z4D++MRBX98MD1V/trSppLKHqj9TTBWKcoUqffbUcbBBEhTjBOV4ja4l4OIAZThEOV6jHO8ARXD+gPPvKMABinGOrnu6gTNUawrcQKNCAQ7QeTxORzle3+sDfjJpPCqhJh7GixZq4rHcc9l5A9qZ+WeBhgEuAAAAAElFTkSuQmCC);
    /* setup all the background tweaks for our custom icon */
    background-repeat: no-repeat;
    /* icon size */
    background-size: 14px;
  }
  #shiper_btns {
    display: none;
  }
  #shiper_btns.active {
    display: block;
  }
}
/*Iphone(480 x 640)*/
@media screen and (max-width: 480px) {
  .role-type {
    padding: 12px 14px;
  }
}
/*Ipad dọc(768 x 1024)*/
@media screen and (min-width: 1024px) {
  .container {
    max-width: 840px !important;
  }
  .header-top {
    text-align: auto;
  }
  .header-top.container {
    display: auto;
    align-items: auto;
    background-color: auto;
  }
  .header-top img {
    width: auto;
  }
  .header-top > #header-top-text {
    display: none;
  }
  .item-input {
    height: 36px;
  }
  .return {
    display: block !important;
    padding: 24px 0px;
  }
  .return i {
    font-size: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #6b6b6b;
  }
  .return i span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0em;
    color: #6b6b6b;
  }
  #shiper_btns.active {
    display: flex;
  }
}

/*# sourceMappingURL=common.css.map */
