  @import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300&display=swap');

  *, *::before, *::after {
    box-sizing: border-box;
  }

  body {
      font-family   : Kanit;
      font-size     : 1rem;
      margin        : 0;
      display       : flex;
      flex-direction: column;
  }

  main {
      min-height: calc(98vh - 1rem);
  }

  .logo-brand {
      height: 50px;
  }
  /* Ensures the search box container is wide enough */
  .div_finditem {
      width    : 90%;
      max-width: 600px;
      z-index  : 10;
  }

  @media screen and (min-width: 600px) { 
    .div_finditem {
      width    : 71%;
    }
  }

  /* Customizing the search input group */
  .frm-finditem {
      display   : flex;
      position  : relative;
      /*box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);*/
  }

  .txt-find {
      width: 100%;
      flex-grow: 1;
      border   : 1px solid #dee2e6;
      padding  : 12px 15px;
      outline  : none;
  }

  .btn-stFind, .div_finditem .btn-loading {
      background-color: #206010;
      color           : white;
      padding         : 5px 10px;
      border          : none;
      font-weight: 700;
      white-space: nowrap;
      flex-shrink: 0;
      transition: all 0.3s ease;
  }

  .btn-stFind:hover {
      background-color: #235716;
      color           : white;
  }

  .btn-stFind:active {
      background-color: #235716 !important;
      color           : white;
  }

  .img-brand {
      height    : 300px;
      object-fit: cover;
      filter    : brightness(0.8);
  }

  .tracking-body{
    margin-top: -50px;
  }

  .tracking-detail .h2detail{
    font-size: 22px;
    font-weight: 400;
  }

  .txt-message {
    padding-left: 1px;
    color: #840b17;
    font-size: 13px;
  }

  /*//////////////////////////////CSS Step///////////////////////////////*/
  .StepProgress {
    position: relative;
    padding-left: 80px;
    list-style: none;

  }

  .StepProgress::before{
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    left: 48px;
    width: 10px;
    height: 100%;
    border-left: 2px solid #CCC;
  }

  .StepProgress-item {
    position: relative;
    counter-increment: list;
    
  }


  .StepProgress-item:not(:last-child) { /*(:last-child)*/
    padding-bottom: 20px;
  }

  .StepProgress-item::before{
    display: inline-block;
    content: '';
    position: absolute;
    left: -32px;
    height: 100%;
    width: 10px;
  }

  .StepProgress-item::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: -46px;
    width: 30px;
    height: 30px;
    border: 2px solid #CCC;
    border-radius: 50%;
    background-color: #fff;
    
  }

  .StepProgress-item.is-done::before{
    border-left: 2px solid green;
  }

  .StepProgress-item.no-line::before{
    border-left: 10px solid #fff;
    left: -36px;
  }
  
  .StepProgress-item.is-done::after {
    content: '\f00c';
    font: var(--fa-font-solid);
    font-size: 16px;
    color: #FFF;
    text-align: center;
    border: 2px solid green;
    background-color: green;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .StepProgress-item.current::before {
    border-left: 2px solid green;
  }

  .StepProgress-item.current::after {
    content: "";
    padding-top: 1px;
    width: 35px;
    height: 35px;
    top: -4px;
    left: -48px;
    font-size: 18px;
    text-align: center;
    color: green;
    border: 2px solid green;
    background-color: #fdfdfd;
  }

  .StepProgress strong {
    display: block;
  }

  .StepProgress .StepProgress-item .spdate {
    font-size: 13px;
  }

  .StepProgress .color_branch{
    color: red;
    font-weight: bold;
    display:inline;
  }

  .txt-gray{
    color: #c2c0c0 !important;
  }
  /*//////////////////////////////CSS Step///////////////////////////////*/

  .symbol-input100-btn-cls {
      font-size:20px;
      display:-webkit-box;
      display:-webkit-flex;
      display:-moz-box;
      display:-ms-flexbox;
      display:block;
      align-items:center;
      position:absolute;
      bottom:-11px;
      right:110px;
      width:auto;
      height:50px;
      padding-right:10px;
      color:#818181;
      -webkit-transition:all .4s;-o-transition:all .4s;
      -moz-transition:all .4s;transition:all .4s;
      cursor: pointer;
    }

    @media screen and (min-width: 300px) { 
      .symbol-input100-btn-cls {  
        right:80px;
      }
    }

    @media screen and (min-width: 200px) { 
      .symbol-input100-btn-cls {  
        right:70px;
      }
    }

    .footer{
      margin-top: auto;
      padding: 6px 0;
      background-color: #f1f1f1;
      text-align: end;
      font-size: 14px;
    }
