.slider-size {
  max-height: 500px;
  min-height: 130px;
}

#root {
  bottom: 0;
  left: 0;
  position: relative;
  right: 0;
  top: 0;
}
.swiper-button-prev,
.swiper-button-next {
  display: none;
}

#btnToggleSideNav .icon-bars:before {
  color: #ffc71e !important;
}

#loginSubmitBtn {
  color: #ffffff !important;
}

.DWPayTrx {
  border-width: 2;
  border-color: "#fff";
  border-radius: 10;
}

.DWPayCode {
  border: 1px solid #5d5c5c;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 12px;
}

.DWPayCode button {
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 80px;
  border: none;
  outline: none;
  padding: 0;
}

.DWPayCode button svg {
  height: 18px;
  width: 18px;
}

.DWPayCode p {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}

.promotion-info.mob .promo-wrap {
  border-radius: 10px;
}
.promotion-info .promo-wrap {
  background-color: #fff;
  border: 1px solid #aeaeae;
  padding: 10px;
  border-radius: 3px;
}
.promotion-info .promo-wrap .title {
  text-transform: uppercase;
  background-color: #bfbfbf;
  padding: 8px;
  border-radius: 4px;
  text-align: center;
  font-size: larger;
  color: #000000;
  margin-bottom: 15px;
}
.promotion-info ul {
  display: inherit;
  background-color: #fff;
}
.promotion-info ul li {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #3d3d3d;
}

.DWPayUrl a {
  margin: 0 auto;
  width: 100%;
  display: block;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 1.33333;
  border-radius: 0;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  border: none;
}
