/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*/

.btn-warning{
    position: relative;
    width: 80px;
    height: 62px;
    margin-right: 10px;
    text-align: center;
    border-radius: 30px;
}


.nav-pills-custom .nav-link {
    color: #bcbcbc;
    background: #fff;
    position: relative;
    width: 62px;
    text-align: center;
    border-radius: 31px;
}

.nav-pills-custom .nav-link.active {
    font-weight: 700;
    color: #45b649;
    background: #cf0;
    border-radius: 31px;
}



/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #cf0;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -7px;
        transform: translateY(-50%);
        opacity: 0;
        z-index: 9999;
    }
}

/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    #v-pills-005-tab::before {
        content: '';
        display: block;
        top: 105%;
        right: 35%;
        width: 0; 
        height: 0; 
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        transform: translateY(-50%);
        opacity: 0;
        position: absolute;
        z-index: -9999;
        
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}

#footer-content {
  margin-bottom: 10rem;
  font-size: 0.8rem;
}


/*
*
* ==========================================
* FOR DEMO PURPOSE
* ==========================================
*/
body {
    min-height: 100vh;
    background: linear-gradient(to left, #ededed, #3aa);
}

a:link {text-decoration: none;color: #003399;font-weight: 700;}
a:visited {text-decoration: none;color: #0033aa;}
a:hover {text-decoration: underline;color: #0033aa;}
a:active {text-decoration: underline;color: #0033aa;}


  H4{
    font-size: 1.5rem;
    font-weight: 400;
  }


  H5{
    font-size: 1.05rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
  }

  H5 b{
    color:#0066aa;
    font-weight: 700;
  }


  u{
    color:#0066aa;
  }

  .list-group-item{
    font-size: 1rem;
    font-weight: 400;
    color:#003366;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    padding: 1rem;
  }

.Egg{
  font-family: sans-serif;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #0066aa;
  padding: 3px;
  padding-top: 3px;
  border-radius: 18px;
  margin-right: 8px;
}

.Egg span{
 padding: 6.5px;
}



.Dot{
  font-family: sans-serif;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #3aa;
  padding: 3px;
  padding-top: 3px;
  border-radius: 18px;
  margin-right: 8px;
}

.Dot span{
 padding: 6.5px;
}

.sign{
  text-align: center;
  font-size: 1.1rem;
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
}

.mobile{
  text-align: center;
  font-size: 1.35rem;
  color: #fff;
  margin-left: 9px;
  margin-right: 8px;
}

.lang {
    font-weight: 700;
    display: none;
  }
  
  #body.en .en {
    display: block;
  }
  
  #body.ch .ch {
    font-family: "Helvetica", "Arial","LiHei Pro","黑體-繁","微軟正黑體", sans-serif;
    display: block;
  }
  
  #body.de .de {
    display: block;
  }