/* Importing Google font - Open Sans */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

html,
body {
  height: 96.7%;
  width: 100%;
  /* background: url("images/hero-bg.jpg") center/cover no-repeat; */
  /* background-color: #00adff; */
  background-color: #ebebeb;
}

html,
body.user {
}
.content-main {
  margin-top: 88px;
  width: 100%;
  height: 100%;
}

.content-main.user {
  display: none;
}

section {
  width: 100%;
  /* height: 100%; */
}

.images-show {
  position: relative;
  display: flex;
  width: 100%;
  height: 650px;
  /* background-color: #00adff; */
}

.images-show .slide-images {
  width: 100%;
  height: 100%;
}

.slide-images img {
  width: 100%;
  height: 100%;
}
.input-content {
  position: absolute;
  width: 40%;
  left: 30%;
  top: 400px;
  height: 100px;
  display: block;
  margin: auto;
}

.input-content .icon-search {
  position: absolute;
  top: -15px;
  left: 25px;
  z-index: 2;
  font-size: 2rem;
  color: #919191;
}

.input-content input {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 6px;
  top: -40px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  padding-left: 5rem;
  font-size: 2rem;
}

.input-content input:focus {
  outline: none;
}

.input-content .track {
  position: absolute;
  top: -30px;
  right: 12px;
  z-index: 2;
  width: 100px;
  height: 80px;
  background-color: #00adff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  transition: all 0.1s linear;
}

.input-content .track:active {
  transform: scale(0.9);
  transition: all 0.1s linear;
}

.input-content .span-labels {
  position: absolute;
  bottom: 0;
  right: 20px;
  font-size: 1rem;
  color: #474747;
}

.slide-images .imgfull {
  display: initial;
}
.slide-images .imgmid {
  display: none;
}
.slide-images .imgsmall {
  display: none;
}
.slide-images .imgsmall-s {
  display: none;
}

@media (max-width: 1500px) {
  .input-content {
    width: 60%;
    left: 20%;
  }
}

@media (max-width: 1200px) {
  .input-content {
    width: 80%;
    left: 10%;
  }

  .slide-images .imgfull {
    display: none;
  }
  .slide-images .imgmid {
    display: initial;
  }
  .slide-images .imgsmall {
    display: none;
  }
  .slide-images .imgsmall-s {
    display: none;
  }
}
@media (max-width: 950px) {
  .content-main {
    margin-top: 65px;
  }
}

@media (max-width: 768px) {
  .input-content {
    width: 96%;
    left: 2%;
  }

  .input-content .icon-search {
    top: -3px;
    left: 10px;
    font-size: 1.5rem;
  }

  .input-content input {
    width: 100%;
    height: 70%;
    border: 0;
    border-radius: 6px;
    top: -20px;
    padding-left: 3rem;
    padding-right: 6rem;
    font-size: 1.2rem;
  }

  .input-content .track {
    position: absolute;
    top: -12px;
    right: 8px;
    width: 80px;
    height: 55px;
  }
}

@media (max-width:600px) {
  .slide-images .imgfull {
    display: none;
  }
  .slide-images .imgmid {
    display: none;
  }
  .slide-images .imgsmall {
    display: initial;
  }
  .slide-images .imgsmall-s {
    display: none;
  }
}

@media (max-width:500px) {
  .slide-images .imgfull {
    display: none;
  }
  .slide-images .imgmid {
    display: none;
  }
  .slide-images .imgsmall {
    display: none;
  }
  .slide-images .imgsmall-s {
    display: initial;
  }
}
.display-user-main {
  width: 95.7%;
  height: auto;
  margin: 60px 50px 500px 80px;
  /* background-color: #00adff; */
}

.display-user-main .img-slide {
  width: 100%;
  height: 450px;
}

.img-slide .content-slide {
  width: 100%;
  height: 100%;
  padding: 15px;
}

.content-slide img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

.title-head {
  padding: 0 8px 0 15px;
}

.content-dass {
  width: 100%;
  height: auto !important;
  display: flex !important;
  flex-direction: column;
  padding: 0 15px;
}

.content-dass .sub-trcking,
.content-dass .all-track {
  display: grid;
  grid-template-columns: 49.7% 49.7%;
  height: 140px;
  gap: 0.5%;
  /* background-color: #fff; */
}

.all-track .tracking-comm,
.all-track .totals,
.sub-trcking .wait-track,
.sub-trcking .can-track {
  font-weight: 400;
  background-color: #fff;
  border-radius: 12px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

/* .title-dash {
  font-size: 1.2rem;
  color: #727272;
} */

.nember-dash {
  font-size: 2rem;
  color: #414141;
}

.text-sub {
  color: #999999;
  font-size: 0.8rem;
}

.followtrack {
  padding: 15px;
}

.followtrack .search-track {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  background-color: #00acff;
}

.search-track form {
  width: 50%;
}

.search-track .content-input {
  width: 100%;
  height: 100px;
  position: relative;
}

.content-input input {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  border: 0;
  outline: none;
  padding: 0 0 0 40px;
  font-size: 2rem;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.content-input .clear {
  position: absolute;
  right: 120px;
  font-size: 1.5rem;
  color: #b1b1b1;
  top: 35%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.1s linear;
  border-radius: 50%;
  visibility: hidden;
  cursor: pointer;
}

.clear.show {
  visibility: visible;
}

.content-input .clear:hover {
  color: #fff;
  background-color: #c2c2c2;
  transition: all 0.1s linear;
}

.content-input .btn-search-user {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 2.5rem;
  color: #0077ff;
  transition: all 0.2s linear;
  width: 90px;
  height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 10%;
  border: 0;
  margin: 0;
  background-color: #fff;
}

.content-input .btn-search-user:hover {
  background-color: #0077ff;
  border-radius: 50%;
  color: #fff;
}

.content-input .btn-search-user:active {
  transform: scale(0.9);
  transition: all 0.2s linear;
}

.content-input input::placeholder {
  color: #aaaaaa85;
}

.followtrack .content-detail {
  width: 100%;
  height: auto;
  display: flex;
  /* justify-content: center; */
  flex-direction: column;
  align-items: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.8s linear;
}

.content-detail.search .navigatebar,
.content-detail.search .result-search,
.content-detail.search .detail-result {
    height: 0px;
    overflow: hidden;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s linear .3s;
}

.content-detail .navigatebar {
    width: 60%;
    height: 60px;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    border-radius: 32px;
    background-color: #fff;
    transition: opacity 0.5s linear .5s;
    transition: height .1s linear;

}

.navigatebar .menu-bar {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-bar input[type="radio"] {
  display: none;
}

.menu-bar .menu_label {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  transition: all 0.5s ease-in-out;
  border-radius: 32px;
  cursor: pointer;
}

.menu-bar input:checked ~ .menu_label {
  background-color: #00adff;
  color: #fff;
  transition: all 0.5s ease-in-out;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(255, 255, 255, 0.35) 0px -2px 6px 0px inset;
}

.content-detail .detail-tracking {
  width: 100%;
}

.result-search {
  width: 100%;
  height: 70px;
  padding: 5px 10px;
  margin: auto;
  background-color: #fff;
  transition: opacity 0.5s linear .5s;
  transition: height .1s linear;
  display: flex;
  justify-content: space-between;
  align-items: center;
padding: 0 50px 0 50px;
}

.detail-result {
  width: 100%;
  display: flex-block;
  background-color: #dddddd;
  padding: 15px;
  transition: opacity 0.5s linear .5s;
  transition: height .1s linear;

}

.detail-result .list-showtracking {
  background-color: #ffffff;
  width: 100%;
  padding: 5px;
  height: 180px;
}

.list-showtracking .detail-sub {
  /* width: 100%; */
  height: 100%;
}

.detail-sub .sub-1 {
  height: 15%;
}

.detail-sub .sub-2 {
  height: 50%;
}
.detail-sub .status {
  height: 35%;
  background-color: #b3b3b3;
}

/* loading content */

.load-content {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: #41414198;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.load-content.show {
  visibility: visible;
}

.load-content .content-loading {
  /* position: absolute; */
  display: flex;
  align-items: center;
  justify-content: center;
  top: 45%;
  left: 39%;
  background-color: #fff;
  border-radius: 15%;
  width: 120px;
  height: 120px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.content-loading img {
  width: 50%;
  /* position: absolute; */
  animation: spin-scale 2s linear infinite;
}

@-webkit-keyframes spin-scale {
  50% {
    /* transform: rotate(360deg); */
    transform: translateY(-15px);
  }
  /* 70% { 
    }  */
  100% {
    /* transform: rotate(720deg); */
    transform: translateY(0);
    /* box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px; */
  }
  /* 100% {
        transform: rotate(-360deg);

    } */
}

.search-detail-user {
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.search-detail-user.show {
    visibility: visible;
    opacity: 1;
  transition: all .3s ease-in-out;
}

.result-search-user {
  background-color: #ffffff;
  border-radius: 6px;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; */
}

.result-search-user .detail-search-user {
  border: 2px solid #008cff;
  border-radius: 6px;
  background-color: #fff;
  color: #008cff;
  font-size: 1.1rem;
}

.step-1 .progress-bars-user {
  width: 300px;
}

.progress-bars-user .icon-status {
  position: relative;
  right: -95%;
  background-color: #b1b1b1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.text-detail-user {
  border-left: 2px solid rgba(184, 184, 184, 0.867);
  padding: 0px 0 0 150px;
  color: #afafaf;
}

.text-detail-user .name-status {
  display: flex;
  flex-direction: column;
}

.text-detail-user.start {
  border: 0;
}

.share-link {
  cursor: pointer;
  border: 1px solid #00d1c0;
  padding: 2px 10px;
  border-radius: 4px;
  background-color: #ffffff;
  color: #00bdad;
}