@charset "UTF-8";
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-shadow: 0 0 0.13333rem 0 #7d7c7c4d;
  font-family: Inter, sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  margin: 0 auto;
  max-width: 540px;
  min-height: 100vh;
  position: relative;
}
body:has(.MuiContainer-root) {
  background: #fff !important;
  box-shadow: none;
  max-width: 100%;
}
.bg-fff {
  background: #fff;
  min-height: 100vh;
}
a {
  color: #000;
}
* {
  box-sizing: border-box;
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace;
}
img {
  height: auto;
  max-width: 100%;
}
input,
select,
textarea {
  border: 1px solid #e2e5ec;
  border-radius: 3px;
  font-size: 15px;
  padding: 8px;
  width: 100%;
}
body {
  background: #fff;
}
html {
  background: #f2f2f2;
}
.modalformgroup.d-flex {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
}
.modalformgroup.d-flex > div {
  flex: 1 1;
  text-align: left;
}
.modalformgroup.d-flex > div:first-child {
  flex: 0 0 120px;
  text-align: left;
}
.modalbody:has(.modalformgroup.d-flex) {
  width: 500px;
}
select,
textarea {
  border: 1px solid #e2e5ec !important;
  max-width: 100%;
  padding: 5px;
}
.form-admin input,
.form-admin textarea {
  width: 100%;
}
.modalformgroup input {
  height: 1rem;
  padding: 10px;
}
table tr td {
  border-bottom: 1px solid #eee !important;
}
.col-1-1 {
  float: left;
  max-width: 250px;
  padding: 5px;
  width: 50%;
}
.App {
  text-align: center;
}
.App-logo {
  height: 40vmin;
  pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin 20s linear infinite;
  }
}
.App-header {
  align-items: center;
  background-color: #282c34;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: calc(10px + 2vmin);
  justify-content: center;
  min-height: 100vh;
}
.App-link {
  color: #61dafb;
}
@keyframes App-logo-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker__navigation-icon:before,
.react-datepicker__year-read-view--down-arrow {
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  width: 9px;
}
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle {
  margin-left: -4px;
  position: absolute;
  width: 0;
}
.react-datepicker-popper[data-placement^="bottom"]
  .react-datepicker__triangle:after,
.react-datepicker-popper[data-placement^="bottom"]
  .react-datepicker__triangle:before,
.react-datepicker-popper[data-placement^="top"]
  .react-datepicker__triangle:after,
.react-datepicker-popper[data-placement^="top"]
  .react-datepicker__triangle:before {
  border: 8px solid #0000;
  box-sizing: initial;
  content: "";
  height: 0;
  left: -8px;
  position: absolute;
  width: 1px;
  z-index: -1;
}
.react-datepicker-popper[data-placement^="bottom"]
  .react-datepicker__triangle:before,
.react-datepicker-popper[data-placement^="top"]
  .react-datepicker__triangle:before {
  border-bottom-color: #aeaeae;
}
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  margin-top: -8px;
  top: 0;
}
.react-datepicker-popper[data-placement^="bottom"]
  .react-datepicker__triangle:after,
.react-datepicker-popper[data-placement^="bottom"]
  .react-datepicker__triangle:before {
  border-bottom-color: #f0f0f0;
  border-top: none;
}
.react-datepicker-popper[data-placement^="bottom"]
  .react-datepicker__triangle:after {
  top: 0;
}
.react-datepicker-popper[data-placement^="bottom"]
  .react-datepicker__triangle:before {
  border-bottom-color: #aeaeae;
  top: -1px;
}
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle {
  bottom: 0;
  margin-bottom: -8px;
}
.react-datepicker-popper[data-placement^="top"]
  .react-datepicker__triangle:after,
.react-datepicker-popper[data-placement^="top"]
  .react-datepicker__triangle:before {
  border-bottom: none;
  border-top-color: #fff;
}
.react-datepicker-popper[data-placement^="top"]
  .react-datepicker__triangle:after {
  bottom: 0;
}
.react-datepicker-popper[data-placement^="top"]
  .react-datepicker__triangle:before {
  border-top-color: #aeaeae;
  bottom: -1px;
}
.react-datepicker-wrapper {
  border: 0;
  display: inline-block;
  padding: 0;
}
.react-datepicker {
  background-color: #fff;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  color: #000;
  display: inline-block;
  font-family: Helvetica Neue, helvetica, arial, sans-serif;
  font-size: 0.8rem;
  position: relative;
}
.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}
.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}
.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__triangle {
  left: 50px;
  position: absolute;
}
.react-datepicker-popper {
  z-index: 1;
}
.react-datepicker-popper[data-placement^="bottom"] {
  padding-top: 10px;
}
.react-datepicker-popper[data-placement="bottom-end"]
  .react-datepicker__triangle,
.react-datepicker-popper[data-placement="top-end"] .react-datepicker__triangle {
  left: auto;
  right: 50px;
}
.react-datepicker-popper[data-placement^="top"] {
  padding-bottom: 10px;
}
.react-datepicker-popper[data-placement^="right"] {
  padding-left: 8px;
}
.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}
.react-datepicker-popper[data-placement^="left"] {
  padding-right: 8px;
}
.react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}
.react-datepicker__header {
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  padding: 8px 0;
  position: relative;
  text-align: center;
}
.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}
.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 0.3rem;
}
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__year-dropdown-container--select {
  display: inline-block;
  margin: 0 15px;
}
.react-datepicker-time__header,
.react-datepicker-year-header,
.react-datepicker__current-month {
  color: #000;
  font-size: 0.944rem;
  font-weight: 700;
  margin-top: 0;
}
.react-datepicker-time__header {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.react-datepicker__navigation {
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  height: 32px;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-align: center;
  text-indent: -999em;
  top: 2px;
  width: 32px;
  z-index: 1;
}
.react-datepicker__navigation--previous {
  left: 2px;
}
.react-datepicker__navigation--next {
  right: 2px;
}
.react-datepicker__navigation--next--with-time:not(
    .react-datepicker__navigation--next--with-today-button
  ) {
  right: 85px;
}
.react-datepicker__navigation--years {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.react-datepicker__navigation--years-previous {
  top: 4px;
}
.react-datepicker__navigation--years-upcoming {
  top: -4px;
}
.react-datepicker__navigation:hover :before {
  border-color: #a6a6a6;
}
.react-datepicker__navigation-icon {
  font-size: 20px;
  position: relative;
  top: -1px;
  width: 0;
}
.react-datepicker__navigation-icon--next {
  left: -2px;
}
.react-datepicker__navigation-icon--next:before {
  left: -7px;
  transform: rotate(45deg);
}
.react-datepicker__navigation-icon--previous {
  right: -2px;
}
.react-datepicker__navigation-icon--previous:before {
  right: -7px;
  transform: rotate(225deg);
}
.react-datepicker__month-container {
  float: left;
}
.react-datepicker__year {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__year-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
}
.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  margin: 2px;
  width: 4rem;
}
.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  margin: 2px;
  width: 4rem;
}
.react-datepicker__input-time-container {
  clear: both;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
  width: 100%;
}
.react-datepicker__input-time-container .react-datepicker-time__caption,
.react-datepicker__input-time-container
  .react-datepicker-time__input-container {
  display: inline-block;
}
.react-datepicker__input-time-container
  .react-datepicker-time__input-container
  .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}
.react-datepicker__input-time-container
  .react-datepicker-time__input-container
  .react-datepicker-time__input
  input {
  width: auto;
}
.react-datepicker__input-time-container
  .react-datepicker-time__input-container
  .react-datepicker-time__input
  input[type="time"]::-webkit-inner-spin-button,
.react-datepicker__input-time-container
  .react-datepicker-time__input-container
  .react-datepicker-time__input
  input[type="time"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.react-datepicker__input-time-container
  .react-datepicker-time__input-container
  .react-datepicker-time__input
  input[type="time"] {
  -moz-appearance: textfield;
}
.react-datepicker__input-time-container
  .react-datepicker-time__input-container
  .react-datepicker-time__delimiter {
  display: inline-block;
  margin-left: 5px;
}
.react-datepicker__time-container {
  border-left: 1px solid #aeaeae;
  float: right;
  width: 85px;
}
.react-datepicker__time-container--with-today-button {
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline;
  position: absolute;
  right: -87px;
  top: 0;
}
.react-datepicker__time-container .react-datepicker__time {
  background: #fff;
  border-bottom-right-radius: 0.3rem;
  position: relative;
}
.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box {
  border-bottom-right-radius: 0.3rem;
  margin: 0 auto;
  overflow-x: hidden;
  text-align: center;
  width: 85px;
}
.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list {
  box-sizing: initial;
  height: calc(195px + 0.85rem);
  list-style: none;
  margin: 0;
  overflow-y: scroll;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list
  li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}
.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list
  li.react-datepicker__time-list-item:hover {
  background-color: #f0f0f0;
  cursor: pointer;
}
.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list
  li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: #fff;
  font-weight: 700;
}
.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list
  li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}
.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list
  li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}
.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list
  li.react-datepicker__time-list-item--disabled:hover {
  background-color: initial;
  cursor: default;
}
.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  line-height: 1.7rem;
  margin: 0.166rem;
  text-align: center;
  width: 1.7rem;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable:not(
    .react-datepicker__week-number--selected,
    .react-datepicker__week-number--keyboard-selected
  ):hover {
  background-color: #f0f0f0;
  border-radius: 0.3rem;
}
.react-datepicker__week-number--selected {
  background-color: #216ba5;
  border-radius: 0.3rem;
  color: #fff;
}
.react-datepicker__week-number--selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__week-number--keyboard-selected {
  background-color: #2a87d0;
  border-radius: 0.3rem;
  color: #fff;
}
.react-datepicker__week-number--keyboard-selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__day-names {
  margin-bottom: -8px;
  white-space: nowrap;
}
.react-datepicker__week {
  white-space: nowrap;
}
.react-datepicker__day,
.react-datepicker__day-name,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  line-height: 1.7rem;
  margin: 0.166rem;
  text-align: center;
  width: 1.7rem;
}
.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
  cursor: pointer;
}
.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
  background-color: #f0f0f0;
  border-radius: 0.3rem;
}
.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
  font-weight: 700;
}
.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
  background-color: #3dcc4a;
  border-radius: 0.3rem;
  color: #fff;
}
.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover,
.react-datepicker__year-text--highlighted:hover {
  background-color: #32be3f;
}
.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
  color: #f0f;
}
.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}
.react-datepicker__day--holidays,
.react-datepicker__month-text--holidays,
.react-datepicker__quarter-text--holidays,
.react-datepicker__year-text--holidays {
  background-color: #ff6803;
  border-radius: 0.3rem;
  color: #fff;
  position: relative;
}
.react-datepicker__day--holidays .holiday-overlay,
.react-datepicker__month-text--holidays .holiday-overlay,
.react-datepicker__quarter-text--holidays .holiday-overlay,
.react-datepicker__year-text--holidays .holiday-overlay {
  background-color: #333;
  border-radius: 4px;
  bottom: 100%;
  color: #fff;
  left: 50%;
  opacity: 0;
  padding: 4px;
  position: absolute;
  transform: translateX(-50%);
  transition: visibility 0s, opacity 0.3s ease-in-out;
  visibility: hidden;
  white-space: nowrap;
}
.react-datepicker__day--holidays:hover,
.react-datepicker__month-text--holidays:hover,
.react-datepicker__quarter-text--holidays:hover,
.react-datepicker__year-text--holidays:hover {
  background-color: #cf5300;
}
.react-datepicker__day--holidays:hover .holiday-overlay,
.react-datepicker__month-text--holidays:hover .holiday-overlay,
.react-datepicker__quarter-text--holidays:hover .holiday-overlay,
.react-datepicker__year-text--holidays:hover .holiday-overlay {
  opacity: 1;
  visibility: visible;
}
.react-datepicker__day--in-range,
.react-datepicker__day--in-selecting-range,
.react-datepicker__day--selected,
.react-datepicker__month-text--in-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--selected,
.react-datepicker__quarter-text--in-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__year-text--in-range,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--selected {
  background-color: #216ba5;
  border-radius: 0.3rem;
  color: #fff;
}
.react-datepicker__day--in-range:hover,
.react-datepicker__day--in-selecting-range:hover,
.react-datepicker__day--selected:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__quarter-text--in-range:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__year-text--in-range:hover,
.react-datepicker__year-text--in-selecting-range:hover,
.react-datepicker__year-text--selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  background-color: #bad9f1;
  border-radius: 0.3rem;
  color: #000;
}
.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover,
.react-datepicker__year-text--keyboard-selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--in-selecting-range:not(
    .react-datepicker__day--in-range,
    .react-datepicker__month-text--in-range,
    .react-datepicker__quarter-text--in-range,
    .react-datepicker__year-text--in-range
  ),
.react-datepicker__month-text--in-selecting-range:not(
    .react-datepicker__day--in-range,
    .react-datepicker__month-text--in-range,
    .react-datepicker__quarter-text--in-range,
    .react-datepicker__year-text--in-range
  ),
.react-datepicker__quarter-text--in-selecting-range:not(
    .react-datepicker__day--in-range,
    .react-datepicker__month-text--in-range,
    .react-datepicker__quarter-text--in-range,
    .react-datepicker__year-text--in-range
  ),
.react-datepicker__year-text--in-selecting-range:not(
    .react-datepicker__day--in-range,
    .react-datepicker__month-text--in-range,
    .react-datepicker__quarter-text--in-range,
    .react-datepicker__year-text--in-range
  ) {
  background-color: #216ba580;
}
.react-datepicker__month--selecting-range
  .react-datepicker__day--in-range:not(
    .react-datepicker__day--in-selecting-range,
    .react-datepicker__month-text--in-selecting-range,
    .react-datepicker__quarter-text--in-selecting-range,
    .react-datepicker__year-text--in-selecting-range
  ),
.react-datepicker__month--selecting-range
  .react-datepicker__month-text--in-range:not(
    .react-datepicker__day--in-selecting-range,
    .react-datepicker__month-text--in-selecting-range,
    .react-datepicker__quarter-text--in-selecting-range,
    .react-datepicker__year-text--in-selecting-range
  ),
.react-datepicker__month--selecting-range
  .react-datepicker__quarter-text--in-range:not(
    .react-datepicker__day--in-selecting-range,
    .react-datepicker__month-text--in-selecting-range,
    .react-datepicker__quarter-text--in-selecting-range,
    .react-datepicker__year-text--in-selecting-range
  ),
.react-datepicker__month--selecting-range
  .react-datepicker__year-text--in-range:not(
    .react-datepicker__day--in-selecting-range,
    .react-datepicker__month-text--in-selecting-range,
    .react-datepicker__quarter-text--in-selecting-range,
    .react-datepicker__year-text--in-selecting-range
  ),
.react-datepicker__year--selecting-range
  .react-datepicker__day--in-range:not(
    .react-datepicker__day--in-selecting-range,
    .react-datepicker__month-text--in-selecting-range,
    .react-datepicker__quarter-text--in-selecting-range,
    .react-datepicker__year-text--in-selecting-range
  ),
.react-datepicker__year--selecting-range
  .react-datepicker__month-text--in-range:not(
    .react-datepicker__day--in-selecting-range,
    .react-datepicker__month-text--in-selecting-range,
    .react-datepicker__quarter-text--in-selecting-range,
    .react-datepicker__year-text--in-selecting-range
  ),
.react-datepicker__year--selecting-range
  .react-datepicker__quarter-text--in-range:not(
    .react-datepicker__day--in-selecting-range,
    .react-datepicker__month-text--in-selecting-range,
    .react-datepicker__quarter-text--in-selecting-range,
    .react-datepicker__year-text--in-selecting-range
  ),
.react-datepicker__year--selecting-range
  .react-datepicker__year-text--in-range:not(
    .react-datepicker__day--in-selecting-range,
    .react-datepicker__month-text--in-selecting-range,
    .react-datepicker__quarter-text--in-selecting-range,
    .react-datepicker__year-text--in-selecting-range
  ) {
  background-color: #f0f0f0;
  color: #000;
}
.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  color: #ccc;
  cursor: default;
}
.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover,
.react-datepicker__year-text--disabled:hover {
  background-color: initial;
}
.react-datepicker__input-container {
  display: inline-block;
  position: relative;
  width: 100%;
}
.react-datepicker__input-container .react-datepicker__calendar-icon {
  box-sizing: initial;
  padding: 0.5rem;
  position: absolute;
}
.react-datepicker__view-calendar-icon input {
  padding: 6px 10px 5px 25px;
}
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view,
.react-datepicker__year-read-view {
  border: 1px solid #0000;
  border-radius: 0.3rem;
  position: relative;
}
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover,
.react-datepicker__year-read-view:hover {
  cursor: pointer;
}
.react-datepicker__month-read-view:hover
  .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover
  .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover
  .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover
  .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover
  .react-datepicker__month-read-view--down-arrow,
.react-datepicker__year-read-view:hover
  .react-datepicker__year-read-view--down-arrow {
  border-top-color: #b3b3b3;
}
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker__year-read-view--down-arrow {
  right: -16px;
  top: 0;
  transform: rotate(135deg);
}
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown,
.react-datepicker__year-dropdown {
  background-color: #f0f0f0;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  left: 25%;
  position: absolute;
  text-align: center;
  top: 30px;
  width: 50%;
  z-index: 1;
}
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover,
.react-datepicker__year-dropdown:hover {
  cursor: pointer;
}
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable,
.react-datepicker__year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}
.react-datepicker__month-option,
.react-datepicker__month-year-option,
.react-datepicker__year-option {
  display: block;
  line-height: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type,
.react-datepicker__year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type,
.react-datepicker__year-option:last-of-type {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  -webkit-user-select: none;
  user-select: none;
}
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover,
.react-datepicker__year-option:hover {
  background-color: #ccc;
}
.react-datepicker__month-option:hover
  .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover
  .react-datepicker__navigation--years-upcoming,
.react-datepicker__year-option:hover
  .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}
.react-datepicker__month-option:hover
  .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover
  .react-datepicker__navigation--years-previous,
.react-datepicker__year-option:hover
  .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected,
.react-datepicker__year-option--selected {
  left: 15px;
  position: absolute;
}
.react-datepicker__close-icon {
  background-color: initial;
  border: 0;
  cursor: pointer;
  display: table-cell;
  height: 100%;
  outline: 0;
  padding: 0 6px 0 0;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
}
.react-datepicker__close-icon:after {
  background-color: #216ba5;
  border-radius: 50%;
  color: #fff;
  content: "×";
  cursor: pointer;
  display: table-cell;
  font-size: 12px;
  height: 16px;
  line-height: 1;
  padding: 2px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.react-datepicker__close-icon--disabled {
  cursor: default;
}
.react-datepicker__close-icon--disabled:after {
  background-color: #ccc;
  cursor: default;
}
.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  clear: left;
  cursor: pointer;
  font-weight: 700;
  padding: 5px 0;
  text-align: center;
}
.react-datepicker__portal {
  align-items: center;
  background-color: #000c;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 2147483647;
}
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__time-name {
  line-height: 3rem;
  width: 3rem;
}
@media (max-height: 550px), (max-width: 400px) {
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__time-name {
    line-height: 2rem;
    width: 2rem;
  }
}
.react-datepicker__portal .react-datepicker-time__header,
.react-datepicker__portal .react-datepicker__current-month {
  font-size: 1.44rem;
}
.react-datepicker__children-container {
  height: auto;
  margin: 0.4rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  width: 13.8rem;
}
.react-datepicker__aria-live {
  border: 0;
  -webkit-clip-path: circle(0);
  clip-path: circle(0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.react-datepicker__calendar-icon {
  height: 1em;
  vertical-align: -0.125em;
  width: 1em;
}
.container_set {
  font-size: 2rem;
  font-weight: 700;
}
.form_set {
  margin-top: 50px;
}
.form_set,
.result_admin_choose {
  display: flex;
  justify-content: center;
}
.result_admin_choose {
  margin-top: 20px;
}
.select_keo {
  margin: 3px;
  padding: 5px;
}
.btn-submit {
  display: block;
  margin: 5px auto;
  padding: 5px;
}
.title_result {
  margin-left: 10px;
}
.item_accountprofile {
  background-color: #fff;
  display: flex;
  justify-content: space-around;
  margin-top: 25px;
}
.account_profile {
  margin-top: 10px;
}
.titleitem {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.edit_account_bankl {
  margin-top: 10px;
}
.detail_user {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  width: 100%;
}
.username_ {
  font-weight: 600;
  padding: 10px;
}
.modal {
  animation: ModalGrow 0.2s ease-in;
  display: none;
}
.modalheader {
  display: flex;
  font-size: 25px;
  font-weight: 600;
  justify-content: center;
  padding-bottom: 28px;
  padding-top: 30px;
}
.modalheader h3 {
  font-size: 2rem;
  font-weight: 400;
  margin: 0;
}
.modalheader span {
  color: var(--shop_be-color);
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 100%;
  margin: auto 0;
}
.btn:hover,
.modalformsocials a:hover,
.modalheader span:hover,
.modalhelp a:hover {
  opacity: 0.7;
}
.modalinner {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
}
.item_btn_form {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.modalforminput {
  display: block;
  font-size: 1.4em;
  margin-bottom: 28px;
}
.btn,
.modalforminput {
  border: 1px solid #ccc;
  border-radius: 2px;
  height: 40px;
  width: 100%;
}
.btn {
  background-color: #efbf6e;
  color: var(--white-color);
  cursor: pointer;
  font-size: 1.4rem;
}
.modalhelp {
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
}
.modalhelp a {
  font-size: 1.3rem;
  text-decoration: none;
}
.modalformsocials {
  display: flex;
  margin-bottom: 1rem;
  padding: 2rem 0;
}
.modalformsocials a {
  border-radius: 4px;
  color: var(--white-color);
  flex: 1 1;
  font-size: 1.4rem;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
}
.btn-with-facebook {
  background-color: #1877f2;
  margin-right: 1rem;
}
.btn-with-google {
  background-image: linear-gradient(90deg, #ea4335, #fbbe0d, #8ccd9d, #4285f4);
}
.modal {
  bottom: 0;
  display: flex;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
}
.modaloverlay {
  background-color: #0006;
  height: 100%;
  position: absolute;
  width: 100%;
}
.modalbody {
  background-color: var(--white-color);
  border-radius: 5px;
  margin: auto;
  position: relative;
  width: 400px;
}
.closelogin {
  color: #fff;
  cursor: pointer;
  font-size: 30px;
  font-weight: 700 !important;
  position: absolute;
  right: 10px;
  top: 50px;
}
.closelogin:hover {
  color: #efbf6e;
}
.app123 {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  padding: 0 30px 30px;
  position: relative;
  z-index: 2;
}
body:has(.app123) {
  background: linear-gradient(#ffffff98, #ffffffa2), url(/static/media/login3.7a10b2cfcefcd0a8a7a6.png) center top 100px;
  background-position: 50%;
  background-size: cover;
}

/* .app123 form {
  background: linear-gradient(#e5b14b, #ae811c);
  border: 2px solid #000;
  border-radius: 15px;
  color: #fff;
  flex: 1 1;
  margin: 1rem 0 3rem;
  padding: 20px;
  position: relative;
  width: 100%;
}
.app123 form h1 {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 1rem 0;
  text-transform: uppercase;
} */
svg{
  color:#000;
}
 
.header-lg .login_form {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05333rem;
  margin-bottom: 30px;
  text-align: center;
}
.inputs > div {
  position: relative;
}
.inputs .change-visible {
  position: absolute;
  right: 10px;
  top: 53%;
  transform: translateY(-50%);
}
.inputs input {
  width: 100%;
  color: #000;
  margin: 10px auto;
  padding: 15px;
  border: none;
  border-radius: 10px;
  outline: none !important;
  font-size: 16px;
  background: #fff;
  border: 1px solid #ff759a;
  height: 48px;
}
.inputs input::placeholder {
  font-size: 16px;
  color: #555;
}
.app123 button {
  background: #ff759a;
  cursor: pointer;
  color: #fff;
  padding: 12px 15px;
  font-size: 16px;
  border: 0;
  border-radius: 10px;
  margin: 20px auto;
  width: 100%;
  position: relative;
  font-weight: bold;
}
.app123 p {
  color: red;
}
.app123 p:empty {
  display: none;
}
.app123 p.p-lg {
  text-align: left;
}
.app123 a.a-lg {
  color: #000;
  text-decoration: none;
}
.header {
    background: #ff759a;
    padding: 10px;
    text-align: center;
    font-size: 1rem;
    width: 100%;
    font-weight: bold;
    text-shadow: 0.3px 0.3px #000000;
}
.bg-bot {
  bottom: 0;
  left: 50%;
  max-width: 540px;
  position: fixed;
  transform: translateX(-50%);
  width: 100%;
  z-index: 0;
}
.bg-bot img {
	width: 100%;
	height: auto;
}
.logo-login img {
	max-width: 250px;
}
.flag {
	position: absolute;
	left: 18px;
	height: 22px;
	top: 22px;
	overflow: hidden;
	display: flex;
	align-items: center;
	color: #000;
	font-size: 16px;
}
.flag img {
	height: 100%;
	width: auto;
	margin-right: 3px;
}
@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.swiper {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  box-sizing: initial;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: ease;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  width: 100%;
  z-index: 1;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  display: block;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, #00000080, #0000);
}
.swiper-lazy-preloader {
  border: 4px solid #007aff;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid #0000;
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s linear infinite;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity 0.3s;
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 8px;
  bottom: var(--swiper-pagination-bottom, 8px);
  left: 0;
  top: auto;
  top: var(--swiper-pagination-top, auto);
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  background: #000;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: 50%;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  display: inline-block;
  height: 8px;
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  opacity: 0.2;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  width: 8px;
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
}
button.swiper-pagination-bullet {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: 1;
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  left: auto;
  left: var(--swiper-pagination-left, auto);
  right: 8px;
  right: var(--swiper-pagination-right, 8px);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: 6px 0;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: transform 0.2s, top 0.2s;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: transform 0.2s, left 0.2s;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: transform 0.2s, right 0.2s;
}
.swiper-pagination-fraction {
  color: inherit;
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: #00000040;
  background: var(--swiper-pagination-progressbar-bg-color, #00000040);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transform-origin: left top;
  width: 100%;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: 4px;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
  width: 100%;
}
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  height: 100%;
  left: 0;
  top: 0;
  width: 4px;
  width: var(--swiper-pagination-progressbar-size, 4px);
}
.swiper-pagination-lock {
  display: none;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  align-items: center;
  color: var(--swiper-theme-color);
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: 44px;
  height: var(--swiper-navigation-size);
  justify-content: center;
  margin-top: -22px;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  position: absolute;
  top: 50%;
  top: var(--swiper-navigation-top-offset, 50%);
  width: 27px;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  z-index: 10;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  cursor: auto;
  opacity: 0;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  height: 100%;
  object-fit: contain;
  transform-origin: center;
  width: 100%;
}
.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-lock {
  display: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  font-variant: normal;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none !important;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  left: auto;
  right: 10px;
  right: var(--swiper-navigation-sides-offset, 10px);
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
input:active,
input:focus,
input:hover {
  border-color: #678cf0;
  outline: none;
}
.avatar_profile1 {
  display: flex;
  justify-content: center;
  padding: 10px;
  position: relative;
}
.logo {
  background: #8cb5fd;
  padding: 5px;
}
.logo img {
  height: 40px;
}
.bg-menu {
  background: #fff;
  border-top: 1px solid #ddd;
  bottom: 0;
  height: 90px;
  left: 0;
  left: 50%;
  transform: translateX(-50%);
}
.bg-menu,
.detail_id {
  max-width: 540px;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
.detail_id {
  align-content: center;
  background: #0000;
  bottom: 55px;
  color: #333;
  display: flex;
  flex-wrap: wrap;
  font-size: 13.5px;
  justify-content: space-between;
  min-height: 38px;
  padding: 5px 10px 10px;
}
.item_id {
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.name_profile1 {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
}
.choose {
  background: #fff;
  color: #7d7c7c;
}
.choose,
.isChoose {
  border: none;
  font-size: 20px;
  font-weight: bolder;
  padding: 50px;
  position: absolute;
}
.isChoose {
  background: red;
  color: #fff;
}
.isActive {
  background-color: red;
  color: #fff;
  padding: 1.53333rem;
  position: relative;
}
.record_bet {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cycle_bet {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0 0 0.73333rem;
  width: 100%;
}
.info_bet {
  line-height: 0.8rem;
  padding: 10px;
}
.count,
.info_bet {
  color: #444;
  font-size: 1rem;
  height: 1rem;
  margin-left: 0.26667rem;
  margin-right: 0.26667rem;
}
.count {
  line-height: 1;
}
.count svg {
  font-size: 1.3rem;
  margin-right: 5px;
  position: relative;
  top: 5px;
}
.wrapper_bet {
  display: flex;
  overflow: hidden;
  position: absolute;
}
.options_bar {
  background-color: hsla(0, 0%, 97%, 0.979);
  height: calc(100% - 1.33333rem);
  margin-top: 40px;
}
.item_bet,
.options_bar {
  align-items: center;
  display: flex;
}
.item_bet {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 20px;
  padding: 0.26667rem 0;
}
.rectanger_bet {
  border-radius: 0.13333rem;
  margin: 0 0 0.4rem 4%;
  width: 44%;
}
.wraper_rectanger {
  background: #fff;
  padding: 1.53333rem;
  position: relative;
}
.content_item_bet {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  top: 0;
  width: 100%;
}
.title_item_bet {
  color: #fffdfd;
  font-size: 1.48rem;
  font-weight: bolder;
}
.bet_user {
  align-items: center;
  background-color: #fff;
  bottom: 0;
  box-shadow: 0 0 0.333333rem 0 #cacaca;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  left: 0;
  margin: auto;
  max-width: 540px;
  position: fixed;
  right: 0;
  z-index: 1;
}
.title_money {
  font-size: 1.2rem;
  font-weight: 500;
}
.money_account {
  padding: 7px;
}
.title_money1 {
  color: red;
  font-size: 1.2rem;
  font-weight: 500;
}
.btn_betuser {
  background: linear-gradient(270deg, #52b7d2, #6271ac);
  border: none;
  border-radius: 1.50667rem;
  color: #fff;
  font-size: 1.42667rem;
  font-weight: 500;
  height: 3.51333rem;
  line-height: 1.01333rem;
  outline: none;
  padding: 10px;
}
.item_betuser {
  background-color: #fff;
  bottom: 4.33333rem;
  box-shadow: 0 0 0.13333rem 0 #cacaca;
  margin: auto;
  padding: 0 0.26667rem 1.6rem;
  position: absolute;
  transition: transform 0.3s cubic-bezier(0.21, 1.02, 0.55, 1.01);
  width: 470px;
  z-index: 1;
}
@media only screen and (max-width: 390px) {
  .bet_user {
    bottom: 0;
    margin: 3px;
    position: fixed;
    width: 370px;
  }
  .item_betuser {
    background-color: #fff;
    bottom: 5.5rem;
    box-shadow: 0 0 0.13333rem 0 #cacaca;
    margin: auto;
    padding: 0 0.26667rem 1.6rem;
    position: absolute;
    transition: transform 0.3s cubic-bezier(0.21, 1.02, 0.55, 1.01);
    width: 470px;
    z-index: 1;
  }
}
@media only screen and (max-width: 320px) {
  .item_betuser {
    background-color: #fff;
    bottom: -19.66667rem;
    box-shadow: 0 0 0.13333rem 0 #cacaca;
    margin: auto;
    padding: 0 0.26667rem 1.6rem;
    position: absolute;
    transition: transform 0.3s cubic-bezier(0.21, 1.02, 0.55, 1.01);
    width: 470px;
    z-index: 1;
  }
  .bet_user {
    width: 370px;
  }
}
.list_choose {
  display: flex;
  font-size: 1.2rem;
  font-weight: 500;
}
.list_choose_item {
  color: red;
  margin-left: 10px;
}
.type_item2 {
  display: flex;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.trend__result-item2 {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  padding: 8px 3px;
  vertical-align: middle;
}
.trend__result-item,
.trend__result-item2 {
  border: 0.5px solid #e2e5ec;
  line-height: 25px;
  text-align: center;
  text-transform: capitalize;
}
.trend__result-item {
  flex: 0 0 25%;
  font-size: 13px;
  padding: 5px 3px;
  width: 25%;
}
.title-trend .trend__result-item,
.title-trend .trend__result-item2 {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 500;
}
.trend__result-item2:has(span) {
  padding: 0;
}
.trend__result-item2 span {
  border-right: 2px solid #e2e5ec;
  color: #fff;
  flex: 1 1;
  height: 100%;
  line-height: 40px;
  margin: auto;
  position: relative;
  width: 100%;
}
.trend__result-item2 span:last-child {
  border-right: 1px solid #e2e5ec;
}
.trend__result-item2 span:before {
  background: #fff;
  border: 1px solid #113b49;
  border-radius: 100%;
  color: #113b49;
  content: "";
  height: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
}
.trend__result-item2 span b {
  color: #113b49;
  position: relative;
  z-index: 2;
}
.item_history1 {
  display: flex;
  justify-content: space-around;
}
.total_bet {
  display: flex;
  font-size: 1.2rem;
  font-weight: 500;
}
.item_result {
  background:  linear-gradient(90deg, #ff2d4e, #f46481, #e96479);;

  
  border: 1px solid #daa0b4;
  border-radius: 100%;
  color: #444;
  font-size: 18px;
  font-weight: 600;
  height: 50px;
  line-height: 48px;
  margin: 0 8px;
  padding-bottom: 4px;
  position: relative;
  width: 50px;
}
.item_result:before {
  border: 1px solid #fff;
  border-radius: 30px;
  bottom: 1px;
  content: "";
  left: 1px;
  position: absolute;
  right: 1px;
  top: 1px;
}
.type_bet_item {
  background-color: #ff632c;
  border: 2px solid #fff;
  border-radius: 3px;
  color: #fff;
  font-size: 1.1rem;
  margin: 15px auto;
  padding: 5px 10px;
}
.bet_item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
.type_item3 {
  color: #113b49;
  display: flex;
}
.type_item2 {
  background: #12999b;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
  padding: 10px;
}
.bet__row_item {
  background: #333;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  opacity: 1;
  padding: 12px 5px;
  text-transform: capitalize;
  width: 100%;
}
.row1 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
.type_item {
  background-color: #113b49;
  font-weight: 600;
  justify-content: space-around;
  margin-bottom: 5px;
}
.item_history,
.type_item {
  display: flex;
  font-size: 20px;
}
.item_history {
  color: #fff;
  flex-flow: row wrap;
  justify-content: center;
  padding: 10px 0;
}
.item-dh {
  display: flex;
  font-size: 1rem;
  justify-content: space-between;
  padding: 0 15px;
  width: 100%;
}
.item-dh .result__head-item-logo-text {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.info-icon svg {
  fill: #fe96a5;
  background: #fff;
  border-radius: 100%;
  font-size: 1.4rem;
}
.item-dh-mid {
  border: 0.5px solid #444;
  border-radius: 50px;
  color: #444;
  padding: 3px 15px;
}
.history_mark {
  background-color: #79797966;
  margin-top: -6px;
  min-height: 500px;
  min-width: 486px;
  position: absolute;
  z-index: 3;
}
.history_mark,
.popup {
  align-items: center;
  display: flex;
}
.popup {
  background-color: #00000080;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.popup-content {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  width: 350px;
}
.title-nhapxuat {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 10px;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.btn-cancel {
  background: #ddd;
  border: 0;
  border-radius: 5px;
  color: #372f50 !important;
  font-size: 14px;
  margin: 5px;
  padding: 8px 25px;
}
.list_money_bet input {
  border: 1px solid #999;
  border-radius: 30px;
  box-shadow: none;
  font-size: 15px;
  margin: 10px auto 15px;
  outline: none !important;
  padding: 10px 15px;
  text-align: center;
  width: 200px;
}
.bet {
  border-top: 1px solid #f3f3f3;
  color: #fff;
  cursor: pointer;
  overflow-y: auto;
  padding: 15px;
  width: 100%;
}
.bet__title {
  color: #555;
  font-size: 1.3rem;
  font-weight: 500;
  margin: 0 auto 15px;
  padding: 5px 10px;
  text-align: center;
}
.bet__items {
  float: left;
  text-align: center;
  width: 100%;
}
.bet__select .bet__items .bet__item {
  background:  linear-gradient(90deg, #ff2d4e, #f46481, #e96479);;

  border: 1px solid #daa0b4;
  border-radius: 30px;
  color: #444;
  cursor: pointer;
  display: inline-block;
  flex: 1 1;
  font-size: 18px;
  font-weight: 500;
  margin: 4%;
  max-width: 200px;
  padding: 15px;
  position: relative;
  width: 40%;
}
.bet__select .bet__items .bet__item:before {
  border: 1px solid #fff;
  border-radius: 30px;
  bottom: 1px;
  content: "";
  left: 1px;
  position: absolute;
  right: 1px;
  top: 1px;
}
.bet__select .bet__info {
  -webkit-box-flex: 0 !important;
  -ms-flex-pack: center !important;
  flex: 0 0 100% !important;
  margin-bottom: 10px !important;
}
.bet__select .bet__info,
.bet__select .bet__info > div {
  -webkit-box-pack: center !important;
  align-items: center !important;
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
}
.bet__select .bet__info > div {
  -ms-flex-pack: center !important;
  background: #fff !important;
  border: 1px solid #113b49 !important;
  border-radius: 3px !important;
  color: #113b49 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  margin-right: 10px !important;
  opacity: 1 !important;
  padding: 5px !important;
  text-transform: capitalize !important;
}
.bet__select .bet__fake .bet__fake-item {
  -ms-flex-pack: justify;
  -ms-flex-item-align: stretch;
  align-items: center;
  align-self: stretch;
  background: #fff;
  border: 1px solid #113b49;
  border-radius: 3px;
  color: #113b49;
  flex-basis: calc(50% - 10px);
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
  padding: 7px 5px;
  position: relative;
  text-transform: capitalize;
  width: calc(50% - 10px);
}
.bet__select .bet__fake,
.bet__select .bet__fake .bet__fake-item {
  -webkit-box-flex: 0;
  -webkit-box-pack: justify;
  display: flex;
  justify-content: space-between;
}
.texthome {
  background: #113b49;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  margin: 0 15px 20px;
  padding: 5px;
}
.popup-hd {
  background-color: #fff;
  height: 100%;
  left: 0;
  max-width: 540px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99999999;
}
.popup-hd-header {
  align-items: center;
  background: #f97777;
  border-bottom: 1px solid #e2e5ec;
  display: flex;
  height: 50px;
  justify-content: space-between;
  padding: 15px;
}
.popup-hd-header h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}
.popup-hd-close {
  cursor: pointer;
  font-size: 25px;
  font-weight: 600;
}
.popup-hd-content {
  font-size: 16px;
  line-height: 1.6;
  padding: 15px;
  text-align: left;
}
.popup-hd-content p {
  margin: 0;
}
.popup-hd-content ul {
  margin: 0;
  padding-left: 20px;
}
.swal-button {
  background: red;
}
.swal-modal:has(.swal-icon--success) .swal-button {
  background: #a5dc86 !important;
}
.swal-modal:has(.swal-icon--error) .swal-button {
  background: #f27474 !important;
}
.swal-modal:has(.swal-icon--warning) .swal-button {
  background: #f8bb86 !important;
}
.swal-modal:has(.swal-icon--info) .swal-button {
  background: #3fc3ee !important;
}
.swal-footer {
  text-align: center;
}
.swal-icon img {
  max-width: 120px;
}
.tab-navigation {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0;
}
.tab-navigation li {
  color: #000;
  flex: 1 1;
  font-size: 15px;
  font-weight: 500;
  height: 35px;
  line-height: 40px;
  line-height: 35px;
  list-style: none;
  position: relative;
  text-transform: uppercase;
}
.tab-navigation li.active {
  background: #ff8da4;
  border: 1px solid #daa0b4;
  border-radius: 30px;
  color: #555;
  cursor: pointer;
  margin: 0 5px;
  max-width: 150px;
  padding: 0 15px;
  position: relative;
  width: 100%;
}
.tab-navigation li.active:before {
  border: 1px solid #fff;
  border-radius: 30px;
  bottom: 1px;
  content: "";
  left: 1px;
  position: absolute;
  right: 1px;
  top: 1px;
}
.bg-gift {
  background-image: url(/static/media/bg_gift.02f19257f822cfe3863f.jpg);
  background-position: bottom;
  background-repeat: space;
  background-size: cover;
  border-radius: 10px;
  color: #fff;
  max-height: 80vh;
  max-width: 80%;
  min-height: 45vh;
  overflow: hidden;
}
.bg-gift .swal-text {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.bg-gift .swal-title {
  color: #d7d006;
  font-size: 1.4rem;
}
.bg-gift .swal-button {
  background: #f97777;


  color: #444;
}
.box_15 {
  margin-bottom: -15px;
  margin-left: -15px;
  margin-right: -15px;
}
.gioi-thieu-bg {
  background: url(/static/media/common_bg.547a418ac0cb3bf28fb1.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.gioi-thieu h2 {
  color: #f778a4;
  font-size: 24px;
  font-weight: 400;
  padding: 45px 20px 0;
  text-align: center;
}
.gioi-thieu-bg > div {
  color: #666;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  padding: 20px;
  text-align: left;
}
.gioi-thieu-bg > div > img {
  margin: 5px 0;
}
.gioi-thieu p {
  color: #333;
  line-height: 1.4;
  text-align: left;
}
.scroolbox {
  background: #fff;
  color: #333;
  padding: 10px;
}
.scroolbox h4 {
  margin-bottom: 0;
  margin-top: 1em;
}
.scroolbox p {
  margin-top: 0.3em;
}
.scroolbox {
  overflow: hidden;
  padding: 15px;
}
.scroolbox > div {
  list-style: none;
  margin-bottom: 25px;
}
.detail_id_home {
  background: #f97777;
  padding: 10px;
}
.lottery-header[data-v-69b3b4a1] {
  align-items: center;
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
  height: 30px;
  border-bottom:1px #fff solid;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.lottery-header .back-btn[data-v-69b3b4a1] {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
  z-index: 1;
}
.lottery .lottery-result,
.lottery .lottery-timer {
  align-items: stretch;
  background-color: #fff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 10px;
  position: relative;
  width: 100%;
}
.lottery-timer[data-v-82095748] {
  background-color: initial;
  color: #fff !important;
  display: flex;
  font-size: 15px;
  font-weight: 700;
  height: 100%;
  justify-content: space-between;
  line-height: 25px;
  padding: 0;
  width: 100%;
  z-index: 0;
}
.lottery-timer .label[data-v-82095748] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 30px;
  padding-left: 5px;
}
.lottery-timer .content-box[data-v-82095748] {
  align-items: flex-end;
  background: #0000;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lottery-timer .label .game-name[data-v-82095748] {
  font-size: 16px;
}
.lottery-timer .label .issue[data-v-82095748] {
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  text-align: left;
}
.lottery-timer .content[data-v-82095748] {
  align-items: center;
  display: flex;
  flex: initial;
  padding-top: 5px;
}
.lottery-timer .content .time[data-v-82095748] {
  background: url(/static/media/timer-bg.adac31be77a3388287d0.png) no-repeat;
  background-size: cover;
  border-radius: 5px;
  color: #535d76 !important;
  display: grid;
  font-family: LCD;
  font-size: 16px;
  height: 35px;
  line-height: 25px;
  margin-left: 0;
  place-items: center;
  width: 40px;
}
.lottery-result[data-v-4a0db828] {
  align-items: stretch;
  /* background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAArAAAABpAgMAAAC/hPjrAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJUExURdLh+kdwTNDg8RXm+d8AAAADdFJOUzMAEMHsj3MAAAEISURBVHja7dwxqsJAFEDRl4BF7P8SUriLLMHiv/BJldJlTG2f3iYgrvKb0cbCUuHCPSu4BCdkeDNG5nhDWDIj8xQIhy12LIzYdrnHQh7s9mgjCyW2yRgDY4k/TuxKiu1j5sR2rNjCiW1ZsZIkSZIkSdJbbUwF03qLnCixK2m0VId2MyO2q7GQqUJfYyHDpcfsNhmx+YgtkPVVYwdCbPOMnSEvA17skRC7M9ZYY311vcQOxn7o2yBAsajv2V/STgGyB9vVWNLuFnO+bzvleaHE7jOugXEOSZIkSZIkfVvhpMKuBQ6c2IZ1lfVIikVdv544sT+kvwzISMwK6+6xmB9tjzvlCVlia+Y/GQe+FefZO0gAAAAASUVORK5CYII=) 0 0 / 100% 100% no-repeat; */
  border-bottom: 10px solid #0000;
  border-image: none;
  border-image: initial;
  border-left: 10px solid #0000;
  border-right: 10px solid #0000;
  border-top-color: initial;
  border-top-style: none;
  border-top-width: 0;
  display: flex;
  flex-wrap: nowrap;
  height: 70px;
  justify-content: center;
  padding: 10px;
  position: relative;
  margin: 7px 0px;
  border-bottom:1px #fff solid;
}
.lottery-result .label[data-v-4a0db828] {
  align-items: center;
  display: flex;
  margin-left: 3%;
  margin-right: 3%;
}
.lottery .lottery-result .label,
.lottery .lottery-timer .label {
  flex-shrink: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
}
.lottery-result .label .issue[data-v-4a0db828] {
  color: #333;
  font-weight: 700;
  min-width: 80px;
  text-align: center;
}
.lottery-result .content[data-v-4a0db828] {
  display: flex;
  /* flex: 1 1; */
  text-align: left;
}
.lottery-result .content .list[data-v-4a0db828] {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;
  list-style: none;
  margin-left: auto;
  margin-right: 10px;
  padding-left: 0;
}
.lottery-result .content .list .num-item[data-v-4a0db828] {
  background: #fff;
    border-radius: 100%;
    color: #333;
    display: inline-block;
    font-size: 22px;
    height: 45px;
    line-height: 36px;
    margin: 0 5px;
    width: 45px;
}
.numberlist {
  align-items: center;
  border: 2px solid #eee;
  border-radius: 50%;
  display: flex;
  font-weight: 700;
  justify-content: center;
  padding: 3px;
  text-align: center;
}
.lottery-timer .label[data-v-82095748]:before {
  border-bottom-color: initial;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-image: none;
  border-image: initial;
  border-left: 2px solid #fff;
  border-right-color: initial;
  border-right-style: none;
  border-right-width: 0;
  border-top: 2px solid #fff;
  content: "";
  display: block;
  height: 12px;
  left: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 12px;
}
.lottery-code-panel-body {
  align-items: start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 0.1rem 0.28rem;
  width: 100%;
}
.ybcp-num-item {
  list-style: none;
  /* margin-bottom: 30px; */
  width: 50%;
}
.lottery-code-item-name[data-v-0f9d40fc] {
  background: #f6fff7;
  border: 1px solid #e8ffea;
  border-radius: 5px;
  color: #f44336;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  margin: 3px;
  min-width: 80%;
  padding: 20px 0;
  width: auto;
}
.lottery-code-item-odds[data-v-0f9d40fc] {
  color: #999;
  display: block;
  font-size: 10px;
  margin: 5px 0 0;
  width: 100%;
}
.lottery-code-item {
  list-style: none;
  width: 33.33%;
}
.lottery-code-item > .lottery-code-item-name[data-v-0f9d40fc] {
  background: #fef4f5;
  border: 1px solid #cd656280;
  margin: 5px;
  padding: 5px;
}
.lottery-game-tab {
  align-items: center;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 #7c7c7c80;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  min-height: 40px;
  position: relative;
  width: 100%;
}
.lottery-game-tab .tab-item[data-v-260e3e17] {
  background-color: #ecf5ff;
  border: 1px solid #d6e8fe;
  border-radius: 8px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
  width: 80px;
}
.lottery-game-tab .tab-item-active[data-v-260e3e17] {
  background: #fa546f;
  border: 0;
  box-shadow: 0 2px 4px 0 #00000080;
  color: #fff;
}
.lottery-code-item-name[data-v-0f9d40fc].active {
  background: #fff;
  border: 1px solid #f97777;
}
.lottery-bet-input {
  background-color: #fff;
    border-top: 1px solid #efefef;
    bottom: 90px;
    max-width: 540px;
    padding: 15px;
    position: fixed;
    width: 100%;
    z-index: 99999;
}
.bet-input,
.chip-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
  
}
.chip-row .chip {
  background-image: linear-gradient(#fff, #f7f8fd 19%, #fcfdff 69%, #fcfdff);
    border: 1px solid #c9cae491 !important;
    border-radius: 5px;
    color: #535d76 !important;
    cursor: pointer;
    font-size: 13px;
    padding: 5px 8px;
   
  width: 60px;
}
.chip-row .chip.active {
  background: #678cf0 !important;
  border: none !important;
  color: #fff !important;
}
.lottery-bet-input button[type="submit"] {
  background-color: #4d8ffa !important;
  background: url(data:image/png;base64,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)
    0 0 / cover no-repeat;
  border: 0;
  border-radius: 5px;
  color: #fff;
  flex-shrink: 0;
  font-size: 15px;
  line-height: 35px;
  padding: 0 12px;
}
.lottery-bet-input input {
  align-items: center;
  background: linear-gradient(#fbfcfd, #f1f3fd 60%, #fbfcfd) #0000;
  border: 1px solid #c9cae494;
  border-radius: 5px;
  box-sizing: border-box;
  color: #323232;
  display: flex;
  font-size: 15px;
  height: 35px;
  justify-content: center;
  line-height: 35px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 5px 10px;
  width: 120px;
}
.lottery-bet-input input:focus,
.lottery-bet-input input:hover {
  border-color: #678cf0;
}
.bet-input {
  align-items: center;
  color: #555;
  display: flex;
  flex-shrink: 0;
  font-size: 14px;
  margin-top: 15px;
}
.info_profile {
  background:  linear-gradient(90deg, #ff2d4e, #f46481, #e96479);;
  border-bottom: 5px solid #0000;
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.icon_setting_header {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 25px;
  padding-bottom: 5px;
  text-decoration: none;
}
.icon_setting_header > * {
  margin-right: 5px;
}
.header_profile {
  background-image: linear-gradient(270deg, #52b7d2, #6271ac);
  width: 100%;
}
.avatar_profile {
  align-items: center;
  display: flex;
}
.avatar_profile img {
  max-height: 58px;
}
.detail_avatar {
  border-radius: 50px;
  height: 15%;
  overflow: hidden;
  padding: 20px;
  width: 15%;
}
.name_profile {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1.2rem;
  font-weight: 500;
}
.content_profile {
  position: relative;
}
.list-bank {
  padding: 0 10px;
}
.list-bank > .title {
  font-weight: 500;
}
.list-bank a {
  text-decoration: none;
}
.item-bank {
  display: flex;
}
.item-bank > div {
  border: 0.5px solid #ddd;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.item-bank > div:not(.edit) {
  padding: 5px;
  text-align: left;
  width: 30%;
}
.item-bank > .edit img {
  margin: 5px auto;
}
.item-bank > .edit {
  text-align: center;
  width: 10%;
}
:root {
  --color-main: #25cb83;
  --color-main-hover: #25cb83;
  --color-text: #333;
  --color-text-light: #fff;
  --color-link: #1d2327;
  --color-link-hover: #242f48;
  --color-link-content: #6422c3;
  --color-link-content-hover: #0d6efd;
  --color-line: #e2e5ec;
  --color-note: #888c91;
  --color-section: #fff;
  --color-background: #f5f5f5;
  --box-shadow: 0px 4px 10px #626262;
  --border-input: 1px solid #fff;
  --transition: 300ms all ease-in-out;
  --scrollbarBG: #e9ecef;
  --width-content: 800px;
  --bg-main: #25cb83;
  --bg-app: #fff;
}
.account {
  color: #333;
  color: var(--color-text);
  height: 100%;
  min-height: calc(100vh - 85px);
  width: 100%;
}
.account__top {
  background: #f97777;
  background-size: 100%;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
  padding: 0 22px;
}
.account__top .account__heading {
  color: #444;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 15px;
  padding-top: 15px;
  text-align: center;
  text-transform: capitalize;
}
.account__top .account__ID {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  align-items: center;
  color: #444;
  display: flex;
  justify-content: flex-start;
}
.account__top .account__ID span {
  color: #444;
  margin: 0 5px;
}
.account__top .account__balance {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 0 50px;
}
.account__top .account__balance span {
  color: #444;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
}
.account__top .account__balance strong {
  color: #444;
  font-size: 32px;
  font-weight: 600;
}
.account__transaction {
  justify-content: center;
}
.account__transaction,
.account__transaction .account__transaction-box {
  align-items: center;
  display: flex;
}
.account__transaction .account__transaction-box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background: linear-gradient(90deg, #ff2d4e, #f46481, #e96479);;
  border: 1px solid #fff;
  border: var(--border-input);
  border-radius: 50px;
  color: #fff;
  color: var(--color-text-light);
  flex-direction: row;
  font-weight: 500;
  justify-content: space-between;
  margin-top: -36px;
  padding: 10px;
  width: -webkit-max-content;
  width: max-content;
}
.account__transaction .account__transaction-box .account__transaction-item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 35px;
}
.account__transaction .account__transaction-box .account__transaction-item svg {
  fill: #444;
  display: block;
  font-size: 22px;
}
.account__transaction
  .account__transaction-box
  .account__transaction-item
  span {
  color: #444;
  display: block;
  font-size: 14px;
  line-height: 15px;
  margin-top: 8px;
}
.account__transaction .account__transaction-box .account__transaction-line {
  background: #fff;
  background: var(--color-text-light);
  border-radius: 100%;
  height: 28px;
  width: 1px;
}
.account__menu {
  padding: 20px 22px 15px;
}
.account__menu .account__menu-item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  border-bottom: 1px solid #fff;
  border-bottom: var(--border-input);
  color: #444;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  padding: 8px 0 13px;
}
.account__menu .account__menu-item i,
.account__menu .account__menu-item span {
  font-size: 17px;
}
.account__menu .account__menu-item span svg {
  margin-right: 10px;
  position: relative;
  top: 6px;
  width: 25px;
}
.account__menu .account__menu-item:last-child {
  border-bottom: none;
}
.account a {
  display: block;
  text-decoration: none;
}
.account__menu .account__menu-item > svg {
  font-size: 1.4rem !important;
  position: relative;
  top: 4px;
}
.footer {
  align-items: center;
  background: #0000;
  bottom: 0;
  display: flex;
  flex-direction: row;
  left: 0;
  margin: auto;
  max-width: 540px;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 9999;
}
.item-footer {
  flex: 1 1;
  padding: 0 0 6px;
}
.title_footer {
  font-size: 14px;
}
.icon_footer,
.title_footer {
  color: #000;
  font-weight: 500;
  text-align: center;
  width: 100%;
}
.icon_footer {
  font-size: 0.8rem;
}
.icon_footer svg {
  fill: #000;
  font-size: 1.3rem;
}
.addmnqrcode {
  align-items: center;
  background: #fff;
  display: flex;
  font-size: 1rem;
  font-weight: 600;
}
.ipadd {
  display: block;
  font-family: Inter, sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 15px;
  margin: 5px auto 15px;
  padding: 8px;
  width: 100%;
}
.ipadd:focus {
  border: 1px solid #e2e5ec;
  outline: none;
}
label {
  font-weight: 400;
}
.btn-submit {
  background:  linear-gradient(90deg, #ff2d4e, #f46481, #e96479);;

  border: 0;
  border-radius: 5px;
  color: #444 !important;
  font-size: 16px;
  margin-top: 15px;
  padding: 10px 25px;
}
.history_payment {
  align-items: center;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 5px;
}
.type_payment {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin-left: 10px;
}
.typepayment_detail {
  font-size: 15px;
  font-weight: 600;
  margin-left: 10px;
}
.date_time {
  font-size: 12px;
  margin-left: 10px;
}
.line-pay {
  border-color: #fff;
  border-width: 0.1px;
  margin: 0;
  padding: none;
}
.money_pamn {
  font-weight: 600;
  min-width: 180px;
  text-align: right;
}
.content_profile .history_payment + hr {
  display: none;
}
.content_profile .history_payment:has(img) {
  display: flex;
}
.content_profile .history_payment:has(img) + hr {
  display: block;
}
.content_profile .history_payment {
  display: none;
}
#chat-widget-container,
#chat-widget-minimized {
  height: 0 !important;
  width: 0 !important;
}
#chat-widget {
  position: fixed !important;
}
iframe {
  border: 0;
  height: calc(100vh - 130px);
  width: 100%;
}
/*# sourceMappingURL=main.46580e51.css.map*/
