html, body {
    /* 設定body高度為100% 拉到視窗可視的大小 */
    height: 100% !important;
    margin: 0;
}
.bg-custom-1 {
    background: #C04848; 
    background: -webkit-linear-gradient(45deg, #480048 0%, #C04848 100%);
    background: linear-gradient(45deg, #480048 0%, #C04848 100%);
}
.mg-50{
    min-height: 100%;
    padding-top:50px;
    padding-bottom:50px;
}
.navdropdown-1 a{
    transition: 0.5s;  
}
.navdropdown-1 a:hover{
    color:white;
    background: #C04848;
    background: -webkit-linear-gradient(to right, #480048, #C04848);
    background: linear-gradient(45deg, #480048 0%, #C04848 100%);
}
.dropdownmenu-1 a{
    transition: 0.5s;  
}
.dropdownmenu-1 a:hover{
    color:white;
    background: #C04848;
    background: -webkit-linear-gradient(to right, #480048, #C04848);
    background: linear-gradient(45deg, #480048 0%, #C04848 100%);
}
.navbar ul li a{
    transition: 0.5s;
}
.navbar ul li a:hover{
    color:white;
}
.btn-custom-1 a.btn {
    font-weight: 600;
    border-radius: 20rem;
    padding: 1rem;
    font-family: 'Avenir Next';
    font-size: 1rem;
    padding: .5rem 1rem;
    color: #480048;
    box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.8);
    border: solid 3px transparent;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(45deg, #480048, #C04848);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #fff inset;
    transition: 0.5s; 
}

.btn-custom-1 a.btn:hover {
    box-shadow: none;
    color: white;
}
.btn-group-1 a.btn{
    font-weight: 600;
    border-radius: 20rem;
    padding: 1rem;
    font-family: 'Avenir Next';
    font-size: 1rem;
    padding: .5rem 1rem;
    color: #480048;
    box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.8);
    border: solid 3px transparent;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(45deg, #480048, #C04848);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #fff inset;
    transition: 0.5s; 
}

.btn-group-1 a.btn:hover {
    box-shadow: none;
    color: white;
}
.btn-custom-1 a.btn-fixed {
    font-weight: 600;
    border-radius: 20rem;
    padding: 1rem;
    font-family: 'Avenir Next';
    font-size: 1rem;
    padding: .5rem 1rem;
    box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.8);
    border: solid 3px transparent;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(45deg, #480048, #C04848);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: none;
    color: white;
}
.text-custom-1 {
    background:  linear-gradient(45deg, #480048, #C04848);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.color-white{
    color:white !important;
}
.color-gray{
    color:#f3f4f7 !important;
}
.margin_top{
    margin-top:10px;
}
/* 設定footer固定底部 */
#app {
    min-height: 100% !important;
    margin-bottom: -45px;
}
.footer {
    padding:10px 0;
    color:white;
    width: 100%;
    height: 45px;
    /* line-height: 45px; */
}

@media only screen and (max-width: 605px) {
    #app {
        min-height: 100% !important;
        margin-bottom: -60px;
    }
    .footer {
        padding:10px 0;
        color:white;
        width: 100%;
        height: 60px; 
        /* line-height: 45px; */
    }
}

/* bike connect from */
.form-style-10{
    width:80%;
    padding:30px;
    margin:40px auto;
    background: #FFF;
    border-radius: 10px;
    -webkit-border-radius:10px;
    -moz-border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
}
.form-style-10 .inner-wrap{
    padding: 30px;
    background: #F8F8F8;
    border-radius: 6px;
    margin-bottom: 15px;
}
.form-style-10 h1{
    background: linear-gradient(45deg, #480048, #C04848);
    padding: 20px 30px 15px 30px;
    margin: -30px -30px 30px -30px;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    font: normal 30px 'Bitter', serif;
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    border: 1px solid #C04848;
}
.form-style-10 h1 > span{
    display: block;
    margin-top: 2px;
    font-size:13px;
    /* font: 13px Arial, Helvetica, sans-serif; */
}
.form-style-10 label{
    display: block;
    /* font: Arial, Helvetica, sans-serif; */
    color: #888;
    margin-bottom: 15px;
}
.form-style-10 input[type="text"],
.form-style-10 input[type="date"],
.form-style-10 input[type="datetime"],
.form-style-10 input[type="email"],
.form-style-10 input[type="number"],
.form-style-10 input[type="search"],
.form-style-10 input[type="time"],
.form-style-10 input[type="url"],
.form-style-10 input[type="password"],
.form-style-10 textarea,
.form-style-10 select {
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    /* padding: 8px; */
    border-radius: 6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    /* border: 2px solid #fff; */
    /* box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33); */
}

.form-style-10 .section{
    font-size:20px;
    /* font: normal 20px 'Bitter', serif; */
    color: linear-gradient(45deg, #480048, #C04848);
    margin-bottom: 5px;
}
.form-style-10 .section span {
    background: linear-gradient(45deg, #480048, #C04848);
    padding: 5px 12px 5px 12px;
    position: absolute;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 4px solid #fff;
    font-size: 14px;
    margin-left: -45px;
    color: #fff;
    margin-top: -3px;
}
.form-style-10 input[type="button"], 
.form-style-10 input[type="submit"]{
    font-weight: 600;
    border-radius: 20rem;
    padding: 1rem;
    /* font-family: 'Avenir Next'; */
    font-size: 1rem;
    padding: .5rem 1rem;
    color: #480048;
    box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.8);
    border: solid 3px transparent;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(45deg, #480048, #C04848);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #fff inset;
    transition: 0.5s; 
}
.form-style-10 input[type="button"]:hover, 
.form-style-10 input[type="submit"]:hover{
    box-shadow: none;
    color: white;
}
.form-style-10 .privacy-policy{
    float: right;
    width: 250px;
    font-size:12px;
    /* font: 12px Arial, Helvetica, sans-serif; */
    color: #4D4D4D;
    margin-top: 10px;
    text-align: right;
}



.span_pseudo, .chiller_cb span:before, .chiller_cb span:after {
    content: "";
    display: inline-block;
    background: #fff;
    width: 0;
    height: 0.2rem;
    position: absolute;
    transform-origin: 0% 0%;
  }
  
  .chiller_cb {
    position: relative;
    height: 2rem;
    display: flex;
    align-items: center;
  }
  .chiller_cb input {
    display: none;
  }
  .chiller_cb input:checked ~ span {
    background: linear-gradient(45deg, #480048, #C04848);
    border-color: linear-gradient(45deg, #480048, #C04848);
  }
  .chiller_cb input:checked ~ span:before {
    width: 1rem;
    height: 0.15rem;
    transition: width 0.1s;
    transition-delay: 0.3s;
  }
  .chiller_cb input:checked ~ span:after {
    width: 0.4rem;
    height: 0.15rem;
    transition: width 0.1s;
    transition-delay: 0.2s;
  }
  .chiller_cb input:disabled ~ span {
    background: #ececec;
    border-color: #dcdcdc;
  }
  .chiller_cb input:disabled ~ label {
    color: #dcdcdc;
  }
  .chiller_cb input:disabled ~ label:hover {
    cursor: default;
  }
  .chiller_cb label {
    padding-left: 2rem;
    position: relative;
    z-index: 2;
    cursor: pointer;
    margin-bottom:0;
  }
  .chiller_cb span {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    border: 2px solid #ccc;
    position: absolute;
    left: 0;
    transition: all 0.2s;
    z-index: 1;
    box-sizing: content-box;
  }
  .chiller_cb span:before {
    transform: rotate(-55deg);
    top: 1rem;
    left: 0.37rem;
  }
  .chiller_cb span:after {
    transform: rotate(35deg);
    bottom: 0.35rem;
    left: 0.2rem;
  }


.multiselect__tag {
    background-color: linear-gradient(45deg, #480048, #C04848) !important;
}

.multiselect__option--disabled{
    background: #bfbfbf !important;
    color: white;
    font-style: italic;
}

.multiselect__option--highlight {
    background: linear-gradient(45deg, #480048, #C04848) !important;
}

.stationinput{
    width:100%;
    line-height:37px;
    padding:0px 14px;
    border-radius: 3px;
    border: 1px solid #e8e8e8;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    font-weight:bold;
}
.stationinput:focus {
    border-image-source: linear-gradient(45deg, #480048, #C04848);
    border-width: 1px;
    border-image-slice: 1;
    font-weight:bold;
}
.input_search {
    background-image: url(https://cdn4.iconfinder.com/data/icons/round-mobile-ui-set/512/letter-message-email-mail-20.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    
    padding: 10px 5px 10px 20px;
    text-indent: 20px;
    
    -webkit-transition: all 0.2s;
    -moz-transition: all 2s;
    transition: all 0.2s;
    
    width: 200px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #adadad !important; /*adadad*/
    padding:0px 0px;
    font-size:14px;
    opacity: 1; /* Firefox */
    font-weight:normal;

}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #adadad !important;
    padding:0px 0px;
    font-size:14px;
    font-weight:normal;
}
  
:-ms-input-placeholder { /* Microsoft Edge */
    color: #adadad !important;
    padding:0px 0px;
    font-size:14px;
    font-weight:normal;
}

.vaildated_small{
    font-size: 12px;
    color:red;
}

#mySidenav a {
    position: absolute; /* Position them relative to the browser window */
    left: -30px; /* Position them outside of the screen */
    transition: 0.5s; /* Add transition on hover */
    padding: 15px; /* 15px padding */
    width: 100px; /* Set a specific width */
    text-decoration: none; /* Remove underline */
    font-size: 20px; /* Increase font size */
    color: white; /* White text color */
    border-radius: 0 5px 5px 0; /* Rounded corners on the top right and bottom right side */
}

#mySidenav a:hover {
    left: 0; /* On mouse-over, make the elements appear as they should */
}

#tabSideNav a {
    position: absolute; /* Position them relative to the browser window (absolute or fixed) */
    left: -20px; /* Position them outside of the screen */
    transition: 0.5s; /* Add transition on hover */
    text-decoration: none; /* Remove underline */
    font-size: 19px; /* Increase font size */
    padding: 7px 7px 7px 20px; /* 15px padding */
    width: 110px; /* Set a specific width */
    border-radius: 0 20rem 20rem 0; /* Rounded corners on the top right and bottom right side */
}

#tabSideNav a:hover {
    left: 0; /* On mouse-over, make the elements appear as they should */
}
/* The about link: 20px from the top with a green background */
#about {
    top: 20px;
    background-color: #4CAF50;
}

#blog {
    top: 100px;
    background-color: #2196F3; /* Blue */
}

#projects {
    top: 180px;
    background-color: #f44336; /* Red */
}

#contact {
    top: 260px;
    background-color: #555 /* Light Black */
}

#sidenav1 {
    top: 200px;
}
#sidenav2 {
    top: 270px;
}
#sidenav3 {
    top: 340px;
}
#sidenav4 {
    top: 410px;
}
#sidenav5 {
    top: 480px;
}
#sidenav6 {
    top: 550px;
}

/* @media only screen and (max-height: 415px) {
    #sidenav1 {
        top:21vh;
    }
    #sidenav2 {
        top:41vh;
    }
    #sidenav3 {
        top:61vh;
    }
    #sidenav4 {
        top:81vh;
    }

} */


/*loading*/
.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid linear-gradient(45deg, #480048, #C04848);
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: linear-gradient(45deg, #480048, #C04848) transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* Center the loader */
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 120px;
  height: 120px;
  margin: -76px 0 0 -61px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #C04848;
  -webkit-animation: spin 2.5s linear infinite;
  animation: spin 2.5s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

#myDiv {
  display: none;
  text-align: center;
}