/*!***************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./wwwroot/assets/src/css/main.scss ***!
  \***************************************************************************************************************************/
fieldset {
  border: none !important;
}

[data-name=name],
[data-name=email-address],
[data-name=phone-number] {
  border-bottom: 1px solid #eaecee;
}

.theme-menu-responsive {
  display: none;
}

.theme-menu-responsive-list {
  position: fixed;
  top: -999em;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 9999;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  max-height: 100vh;
  overflow-y: auto;
}
.theme-menu-responsive-list li {
  list-style: none;
  border-bottom: 1px solid #eee;
}
.theme-menu-responsive-list li a {
  display: block;
  padding: 15px 20px;
  color: #333;
  text-decoration: none;
}
.theme-menu-responsive-list li a:hover {
  background: #f5f5f5;
}
.theme-menu-responsive-list li ul {
  padding-left: 20px;
  display: none;
}

.theme-menu-mode-responsive .theme-menu-responsive {
  display: block !important;
}
.theme-menu-mode-responsive .theme-menu-responsive-button {
  display: block;
}
.theme-menu-mode-responsive .theme-menu-default {
  display: none;
}

.bootstrap-select > .dropdown-toggle,
.bootstrap-select > .dropdown-toggle:focus,
.bootstrap-select > .dropdown-toggle:active {
  outline: none !important;
}
.bootstrap-select {
  width: 150px !important;
}
.bootstrap-select ul li {
  padding: 0;
  margin: 0;
}
.bootstrap-select .dropdown-menu > li > a {
  padding: 3px 8px;
}
.bootstrap-select .flag-icon {
  margin-right: 4px;
}

.theme-menu-responsive-list .lang-picker-container {
  padding: 10px 14px;
}

@media screen and (max-width: 478px) {
  #chbs-headtext {
    display: block;
    position: static;
  }
  #chbs-headtext-capstit {
    font-size: 16px;
  }
  #chbs-headtext-bodcont {
    font-size: 38px;
    line-height: 1.1;
    font-weight: 700;
    margin-top: 10px;
  }
}
.menu-item > a {
  text-decoration: none !important;
}

.dropdown-toggle {
  border: none;
  background: none;
}

.bg-slate-200 {
  background: rgb(226, 232, 240, var(--tw-bg-opacity, 1));
}

.p-1 {
  padding: 0.25rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.ui-tabs-anchor {
  outline: none !important;
}
