.main-header {
    display: flex;
    height: 80px;
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  .logo {
    display: block;
    margin: 0 auto;
    width: 38px;
    justify-content: center;
  }

  .logo img {
    width: 100%;
    align-self: center;
  }

  .main-header .container {
    position: relative;
  }

  .select-language {
    position: absolute;
    right: 0;
    top: -12px;
    z-index: 5;
    padding: 12px;
    border: 1px solid rgba(240, 240, 240, 0);
  }

  .select-language.active {
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #f0f0f0;
  }

  .select-language.active .dropdownLanguage {
    position: relative;
    display: flex;
  }

  .select-language .buttonLanguage {
    display: flex;
    cursor: pointer;
    width: 32px;
    align-items: center;
    justify-content: center;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    padding-top: 0;
    color: #767676;
    border: 1px solid #767676;
  }

  .select-language .dropdownLanguage {
    display: none;
    position: relative;
    left: 0;
    right: 0;
    margin: 12px auto 0;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  .select-language .dropdownLanguage a {
    display: flex;
    width: 32px;
    align-items: center;
    justify-content: center;
    height: 32px;
    border-radius: 50%;
    text-decoration: none;
    overflow: hidden;
    padding-top: 0;
    color: #767676;
    border: 1px solid #767676;
  }
  
  footer {
    padding: 20px 15px;
    border-top: 1px solid #D6D6D6;
  }

.btn.fEvoB {
    padding: 12px;
}

.footerS {
    border-top: 1px solid #D6D6D6;
}

.formNumber {
    max-width: 352px;
}

.pageOtp {
    text-align: center;
}

.pageOtp .formOtp {
    display: inline-block;
    text-align: left;
}

.bmCarWash.pageRegis .formStyle {
    background: rgba(231, 238, 244, 0.4);
    border-radius: 8px;
    padding: 32px 16px;
    margin: 16px 0;
}

.bmCarWash.pageRegis .formStyle div hr {
    width: 100%;
    margin: 0 16px 24px;
}

.bmCarWash.pageRegis .wrapDatepicker {
    position: relative;
    background-color: #fff;
}

.bmCarWash.pageRegis .wrapDatepicker::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 44px;
    height: 44px;
    border-left: 2px solid #D6D6D6;
    background: url('/bm-car-wash/assets/images/ico-calendar-64x64.png') center center no-repeat;
    background-size: 16px 16px;
    z-index: 1;
}

.bmCarWash.pageRegis .wrapDatepicker #datepicker {
    position: relative;
    z-index: 2;
}

.datepicker {
    font-family: 'dtacEvolution-Regular' !important;
}

.datepicker th,
.datepicker td {
    font-weight: normal;
    height: 32px;
    width: 32px;
    border-radius: 16px;
    font-size: 14px;
}

.bmCarWash.pageRegis .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 16px;
}

.bmCarWash.pageRegis .formStyle .form-control::placeholder {
    color: #444;
}

.bmCarWash.pageRegis #datepicker {
    font-weight: 300;
    font-family: "Kanit", sans-serif;
    color: #444;
    background-color: transparent;
}

.bmCarWash.pageRegis #datepicker::placeholder {
    font-weight: 300;
    font-family: "Kanit", sans-serif;
    color: #444;
}

.popupTheme.withTuaD .nongTuaD {
    max-width: 85px;
    margin: -65px auto 0;
}

@media only screen and (min-width:768px) {}

@media only screen and (max-width:767px) {}

@media only screen and (max-width:374px) {}

@media only screen and (max-width:359px) {}