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

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

.fs-14 {
  font-size: 14px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

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

.fs-36 {
  font-size: 36px;
}

.fs-48 {
  font-size: 48px;
}

.fs-72 {
  font-size: 72px;
}

.fs-108 {
  font-size: 108px;
}

.login-wrapper {
  width: 100%;
  height: 100vh;
  background-color: white;
}

.login-content {
  height: 100vh;
  width: 100%;
}

.login-header {
  z-index: 1;
  position: relative;
  width: 100%;
  display: flex;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}

.login-body {
  z-index: 2;
  position: relative;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
}

.login-form {
  max-width: 600px;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 3px 3px 3px 3px;
}

.login-form p {
  font-weight: 600;
  text-shadow:1px 0 0 white,0 1px 0 white,-1px 0 0 white,0 -1px 0 white;
}

.login-number-input {
  width: 90%;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  display: inline-block;
  border-radius: 4px;
  background-color: #dcf0f1;
  box-sizing: border-box;
  text-align: center;
  border: none;
}

.login-number-input:focus {
  outline-color: #1795B5;
}

.login-number-input::-webkit-outer-spin-button,
.login-number-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.login-btn {
  padding: 10px;
  width: 90%;
  margin: 0px 0px 20px;
  cursor: pointer;
  background-image: linear-gradient(to right, #01CCA1 , #1795B5);
  border: none;
  color: #ffffff;
  font-weight: bold;
  border-radius: 3px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.retry-code {
  font-weight: bold;
  color: #01CCA1;
}

.retry-code:hover {
  color: #1795B5;
  text-decoration: underline;
  font-style: italic;
  cursor: pointer;
  font-weight: bold;
}

.login-footer {
  z-index: 0;
  position: absolute;
  bottom: 0px;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.login-detail {
  flex: 3;
  width: 100%;
  height: 100%;
}

.login-title {
  margin: 15px;
  font-size: 2em;
  font-weight: bold;
}

.login-form {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  /* -moz-box-shadow:    inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow:         inset 0 0 10px #000000; */
}

.login-form-body {
  height: auto;
  padding: 10px;
}

.login-form-action {
  height: 60px;
  background-color: red;
}

.form-title {

}

.new-order-content {
  display: flex;
  flex-direction: column;
}

.new-order-submit-btn {
  flex: 0;
}

.term-link {
  font-weight: bold;
}

.term-link:hover {
  text-decoration: underline;
  font-style: italic;
}

.border-content {
  background-color: #ffffff;
  border: 1px solid #e7eaec;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  cursor: pointer;
}

.border-content-default {
  background-color: #ffffff;
  border: 1px solid #e7eaec;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.new-order-detail-content {
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 0 4px 2px -2px rgba(86, 96, 117, 0.7);
}

.border-content:hover {
  background-color: #ecf0f1;
  border: 1px solid #3498db;
}

.hover-blue {
  border: 1px solid transparent;
}

.hover-blue:hover {
  border: 1px solid #3498db;
  cursor: pointer;
  outline: 0;
}

.border-content > a {
  color: inherit;
}
.border-content.center-version {
  border: 1px solid #e7eaec;
  padding: 0;
}
.border-content.center-version > a {
  display: block;
  background-color: #ffffff;
  padding: 20px;
  text-align: center;
}
.border-content.center-version > a img {
  width: 80px;
  height: 80px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.border-content.center-version address {
  margin-bottom: 0;
}
.border-content .border-content-footer {
  text-align: center;
  background-color: #ffffff;
  border-top: 1px solid #e7eaec;
  padding: 15px 20px;
}

.order-type-list-icon {
  -webkit-flex-wrap: nowrap!important;
  -ms-flex-wrap: nowrap!important;
  flex-wrap: nowrap!important;
  display:flex;
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: normal!important;
  -webkit-flex-direction: row!important;
  -ms-flex-direction: row!important;
  flex-direction: row!important;
}

row > .order-type-list-icon-item {
    display:flex;
    flex: 1 0 auto;
}

.order-icon-btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border-radius: 4px;
  padding: 0;
  border: none;
  background: none;
}

.shadow {
  -webkit-box-shadow: 3px 3px 5px 6px #cccccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    3px 3px 5px 6px #cccccc;  /* Firefox 3.5 - 3.6 */
  box-shadow:         3px 3px 5px 6px #cccccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.scrollmenu {
  white-space: nowrap;
  position: relative;
  overflow: auto;
}
/* .scrollmenu:hover{
  overflow: auto; */
/* } */

.scrollmenu > .scrollmenu-item {
  display: inline-block;
  margin-right: 3px;
}

.auto-complete {
  background-color: white;
  border: medium none;
  border-radius: 3px;
  position: absolute;
  -webkit-box-shadow: 1px 1px 1px 1px #888888;
  -moz-box-shadow: 1px 1px 1px 1px #888888;
  box-shadow: 1px 1px 1px 1px #888888;
  list-style-type: none;
  padding: 0px;
  width: 100%;
  z-index: 999;
}
.auto-complete-item {
    list-style-type: none;
    border-bottom: 0.5px solid rgb(189, 195, 199, .5);
    cursor: pointer;
}
.auto-complete-item-active {
  background-color: #00a8ff;
  color: white;
  cursor: pointer;
}
.auto-complete-item:hover {
  background-image: linear-gradient(to right, #01CCA1 , #1795B5);
  color: white;
  cursor: pointer;
}

.highlight:hover,
.highlighted {
  background-color: #3498db;
  cursor: pointer;
  color: #ffffff;
}

.table-btn tbody tr:hover {
  cursor: pointer;
  outline: 0;
  font-size: 1.3em;
  background-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

.pointer {
  cursor: pointer;
}

.overflow-auto {
  overflow: auto;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-hidden {
  overflow: hidden;
}

div * {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
  ::-webkit-scrollbar-track {
    -webkit-box-shadow: none !important;
    background-color: transparent;
  }
  ::-webkit-scrollbar {
    width: 3px !important;
    height: 3px !important;
    background: transparent;
  }
  ::-webkit-scrollbar-thumb {
    background-color: transparent;
    background: #888;
    border-radius: 2px;
  }
}

.phone::-webkit-outer-spin-button,
.phone::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.map-container {
  height: 100%;
  width: 100%;
}

.map-ref {
  height: 100%;
}

p img {
  width: 600px
}

.leaflet-container {
  height: 100%;
  width: 100%;
}

.offer-tab-active {
  color:#1ab394;
  border-bottom: 3px solid #1ab394 !important;
}

.my_polyline {
  stroke: #1795b5;
  fill: block;
  stroke-width: 5;
  animation: polyline 1s infinite;
}

.border-dased-black {
  border: 1px dashed #ffffff;
}

.border-dased-white {
  border: 1px dashed #ffffff;
}


@-webkit-keyframes polyline {
  0% {stroke-width: 3px;}
  50% {stroke-width: 5px;}
  100% {stroke-width: 3px;}
}
@-moz-keyframes polyline {
  0% {stroke-width: 3px;}
  50% {stroke-width: 5px;}
  100% {stroke-width: 3px;}
}
@-o-keyframes polyline {
  0% {stroke-width: 3px;}
  50% {stroke-width: 5px;}
  100% {stroke-width: 3px;}
}
@keyframes polyline {
  0% {stroke-width: 3px;}
  50% {stroke-width: 5px;}
  100% {stroke-width: 3px;}
}

.track-wraper {
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
}

.track-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.track-order-inf {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-width: 768px;
  margin: auto;
  flex-basis: 0;
  flex-grow: 1;
  overflow: hidden auto;
  padding: 10px;
  scroll-behavior: smooth;
  box-shadow: 0px 0px 20px 3px;
  z-index: 401;
}

.track-order-header {
  padding: 0px 10px 10px 10px;
  text-align: center;
  border-bottom: 1px solid #e7eaec;
}

.track-order-body {
  padding: 10px;
}

.track-order-shipper-inf {
  border: 1px solid #bbbbbb;
  border-radius: 10px;
}

.track-order-payment {
  padding-top: 10px;
}

.track-order-detail {
  border-bottom: 1px solid #e7eaec;
}

.track-order-history-inf {
  padding-top: 10px;
}

.track-order-promote {
  padding: 10px;
}

.track-order-welcome {
  padding: 10px;
}

.track-order-map {
  flex: 0 0 70%;
}

.full-w-h {
  width: 100%;
  height: 100%;
}


@media screen and (orientation: portrait) {
  .track-content {
    flex-direction: column-reverse;
    display: block;
  }

  .track-order-inf {
    border-radius: 10px 10px 0px 0px;
    height: auto;
  }

  .track-order-map {
    height: 50vh;
  }
}

.coupon-wrap{
  width:100%;
  height: 100px;
  position: relative;
  display: block;
}

.coupon{
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  overflow:hidden;
  position: relative;
  border-radius: 10px;
}
.coupon-left{
  width:100px;
  height:100px;
  position:relative;
  border-radius: 10px;
  border: 1px #A1A3A5;
  border-style: solid dashed solid solid ;
  padding: 10px;
}

.coupon-image {
  width: 100%;
  height: 100%;
}
.coupon-con{
  flex-basis: 0;
  flex-grow: 1;
  height:100px;
  padding: 10px 20px;
  position:relative;
  border-radius: 10px;
  border: 1px solid #A1A3A5;
  border-style: solid solid solid none;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.coupon-dot-up {
  position: absolute;
  top: -10px;
  left: 90px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #A1A3A5;
  background-color: #ffffff;
}

.coupon-dot-down {
  position: absolute;
  bottom: -10px;
  left: 90px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #A1A3A5;
  background-color: #ffffff;
}

.price-increase-icon {
  font-weight: bold;
  color: red;
  -webkit-animation: blink linear 3s infinite;
	animation: blink linear 3s infinite;
}

@-webkit-keyframes blink {
	0% { opacity: .1; }
  25% { opacity: 1; }
	50% { opacity: 1; }
  75% { opacity: 1; }
	100% { opacity: 1; }
}

@keyframes blink {
	0% { opacity: .1; }
  25% { opacity: 1; }
	50% { opacity: 1; }
  75% { opacity: 1; }
	100% { opacity: 1; }
}

.boder-rd {
  padding: 5px;
  border-radius: 10px;
  border: 1px solid #bbbbbb ;
}

.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.coupon-wrap{
  width:100%;
  height: 100px;
  position: relative;
  display: block;
}

.coupon{
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  overflow:hidden;
  position: relative;
  border-radius: 10px;
}
.coupon-left{
  width:100px;
  height:100px;
  position:relative;
  border-radius: 10px;
  border: 1px #A1A3A5;
  border-style: solid dashed solid solid ;
  padding: 10px;
}

.coupon-image {
  width: 100%;
  height: 100%;
}
.coupon-con{
  flex-basis: 0;
  flex-grow: 1;
  height:100px;
  padding: 10px 20px;
  position:relative;
  border-radius: 10px;
  border: 1px solid #A1A3A5;
  border-style: solid solid solid none;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.coupon-dot-up {
  position: absolute;
  top: -10px;
  left: 90px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #A1A3A5;
  background-color: #ffffff;
}

.coupon-dot-down {
  position: absolute;
  bottom: -10px;
  left: 90px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #A1A3A5;
  background-color: #ffffff;
}

.promote-count {
  position: absolute;
  width: auto;
  padding: 4px 12px;
  right: 6px;
  top: 10px;
  background: #E93940;
  border-radius: 20px 8px 0px 20px;
  color: #FFFFFF;
  z-index: 1;
}

.promote-count::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid #9B0309;
  border-bottom: 3px solid #FFFFFF;
  border-top: 3px solid #9B0309;
  border-right: 5px solid #FFFFFF;
  right: 0;
  bottom: -5px;
}
