:root {
    --grey: #999;
  }
  
  ol, ul {
    padding: 0;
    margin: 0;
  }
  
  li {
    list-style: none;
  }
  
  a {
    text-decoration: none;
    color: var(--slate-800);
  }
  
  h1, h2, h3, h4, h5, h6 {
    line-height: 1;
    margin: 0px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 700;
    color: var(--text-primary);
  }
  
  .w-100 {
    width: 100%;
  }
  
  .h-100 {
    height: 100%;
  }
  
  .c-000{
    color:#000;
  }
  
  .fw-600 {
    font-weight: 600;
  }
  
  .fw-900 {
    font-weight: 900;
  }
  
  .cursor-point {
    cursor: pointer;
  }
  
  .max-h-none{
    max-height: none;
  }
  
  .bg-none {
    background: none;
  }
  
  .d-inline-block {
    display: inline-block;
  }
  
  .display-h1 {
    font-size: 3rem;
    line-height: 1.2;
  }
  
  .font-20{
    font-size: 20px;
  }
  
  .font-30{
    font-size: 30px !important;
  }
  
  .text-dark-gray {
    color: #555;
  }
  
  .d-none {
    display: none;
  }
  
  .ls-2{
    letter-spacing: 2px;
  }
  
  .d-block {
    display: block;
  }
  
  .d-flex {
    display: flex;
  }
  
  .align-center {
    align-items: center;
  }
  .align-items-end{
    align-items: flex-end;
  }
  .align-items-start{
    align-items:flex-start
  }
  
  .justify-content-center {
    justify-content: center;
  }
  
  .justify-content-between {
    justify-content: space-between;
  }
  
  .justify-content-start {
    justify-content: flex-start;
  }
  .align-content-start{
    align-content:flex-start;
  }
  
  .align-content-center{
    align-content: center;
  }
  
  .flex-direction-column {
    flex-direction: column;
  }
  
  .flex-direction-row{
    flex-direction:row;
  }
  
  .p-relative {
    position: relative;
  }
  
  .p-absolute {
    position: absolute;
  }
  
  .mb-0 {
    margin-bottom: 0 !important;
  }
  
  .mb-10{
    margin-bottom: 10px;
  }
  
  .mb-16{
    margin-bottom: 16px;
  }
  
  .mb-24{
    margin-bottom: 24px;
  }
  
  .mb-48{
    margin-bottom: 48px !important;
  }
  
  .mb-60{
    margin-bottom: 60px;
  }
  
  .pb-60{
    padding-bottom: 60px;
  }

  .pb-0{
    padding-bottom: 0;
  }

  .pd-0{
      padding:0 !important;
  }

.pd-015 {
    box-sizing: border-box;
    padding: 0 15px;
}

.mg-0 {
    margin: 0;
}

.mg-5{
    margin:5px;
}

.ml-15{
    margin-left: 15px;
}

.mt-12 {
    margin-top: 12px;
}
  
  .mt-24{
    margin-top: 24px;
  }

  .mt-20{
    margin-top: 20px;
  }
  
  .mt-50{
    margin-top: 50px;
  }
  
  .mr-5{
    margin-right: 5px;
  }

  .mr-10{
    margin-right: 10px;
  }

  .mr-24{
    margin-right: 24px;
  }
  
  .mr-72{
    margin-right: 72px;
  }
  
  .ml-5{
    margin-left: 5px;
  }
  
  .ml-24{
    margin-left: 24px;
  }
  
  .ml-48{
    margin-left: 48px;
  }
  
  .text-align-center {
    text-align: center;
  }
  
  .z-index--1 {
    z-index: -1;
  }
  
  .grey {
    color: var(--grey);
    margin-bottom: 33px;
  }
  
  .form-group{
    margin-bottom: 24px;
  }
  
  .form-text{
    display: block;
    margin-top: 8px;
    margin-bottom: 0;
    color: rgb(0 0 0 / 64%);
    letter-spacing: 1.2px;
    font-size: 13px;
  }

  .pt-6{
    padding-top: 6px;
  }

  .pt-50{
    padding-top: 50px !important;
  }

  .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    outline: none;
}

.form-control:focus-visible{
  border:2px solid #04ad11 !important;
}

  .form-select{
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .form-control{
    background-color: #fff;
    border: 2px solid #c9c9c9;
    transition: all .4s ease-out;
    box-shadow: 0.1rem 0.2rem 0 rgba(0, 0, 0, .1);
    font-size: 16px;
    font-family: 'Noto Sans TC', Arial, sans-serif;
    box-sizing: border-box;
  }

  label{
    display: inline-block;
    margin-bottom: .5rem;
    white-space: nowrap;
  }

  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.flatpickr {
  background-color: #FFF !important;
}

form{
  margin: 0 15px;
}

.mg-15 {
    margin: 15px;
}

.fw-500{
  font-weight: 500;
}

.line-height-1{
  line-height: 1;
}

.fz-16{
  font-size: 16px;
}

.mb--12{
  margin-bottom: -12px;
}

.flex-direction-column-reverse{
    flex-direction: column-reverse;
}

.f-red{
    color:red;
}

.bg-ff{
    background-color:#FFF !important;
}