/* style.css */

/* Sobrescrita global de cores (Slate -> Stone) para tema sertanejo quente de alta conversão */
.bg-slate-50 {
    background-color: #f5f5f4 !important; /* stone-100 */
}
.border-slate-200 {
    border-color: #e7e5e4 !important; /* stone-200 */
}
.text-slate-900 {
    color: #1c1917 !important; /* stone-900 */
}
.text-slate-700 {
    color: #44403c !important; /* stone-700 */
}
.text-slate-600 {
    color: #57534e !important; /* stone-600 */
}
.text-slate-500 {
    color: #78716c !important; /* stone-500 */
}

/* Custom time slider style to match the original */
input[type="range"].time-slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 4px;
    border-radius: 99px;
    background: #e2e8f0;
    outline: none;
    transition: background 0.2s;
}

input[type="range"].time-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #d97706; /* amber-600 */
    cursor: pointer;
    transition: transform 0.1s;
}

input[type="range"].time-slider::-webkit-slider-thumb:hover {
    transform: scale(1.2);
}

/* Checkbox Indicator Style */
.checkbox-indicator {
    border-radius: 50%;
    border: 2px solid #cbd5e1; /* border-slate-300 */
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.bump-selected .checkbox-indicator {
    background-color: #f59e0b; /* amber-500 */
    border-color: #f59e0b;
}

.bump-selected {
    border-color: #f59e0b !important; /* amber-500 */
    background-color: rgba(254, 243, 199, 0.4) !important; /* bg-amber-50/40 */
}

/* Audio Player playing state */
.player-playing {
    border-color: #f59e0b !important;
    background-color: rgba(254, 243, 199, 0.2) !important;
}

/* Animation Loader for checking payment */
.checking-pulse {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #f59e0b;
    box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.7);
    animation: paymentPulse 1.6s infinite;
}

@keyframes paymentPulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 6px rgba(245, 158, 11, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(245, 158, 11, 0);
    }
}

/* Loop button states */
.loop-btn.active-loop {
    background-color: #f59e0b !important;
    color: #ffffff !important;
    border-color: #d97706 !important;
}

/* Original styles from page compiled code */
.ZFfasc5f5NTIdwkMzNMy .zhhsfrubRJBf86cRcjeS {
  height: 32px;
  font-size: 16px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.88);
  line-height: 32px;
}
.ZFfasc5f5NTIdwkMzNMy .TiFcRFnjGcRWQCxcglYv {
  position: relative;
}
.ZFfasc5f5NTIdwkMzNMy .TiFcRFnjGcRWQCxcglYv select {
  width: 100%;
  height: 32px;
  border-radius: 6px;
  opacity: 0.5;
  border: 1px solid #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 12px;
  padding-right: 30px;
}
.ZFfasc5f5NTIdwkMzNMy .TiFcRFnjGcRWQCxcglYv select:focus-visible {
  outline: none;
  border: 1px solid #000000;
}
.ZFfasc5f5NTIdwkMzNMy .TiFcRFnjGcRWQCxcglYv:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.ZFfasc5f5NTIdwkMzNMy .TiFcRFnjGcRWQCxcglYv:focus-visible {
  border: none;
  background: salmon;
}
.rxQr7drg0GrqV8vmOncn {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.M2gRdCRtGXZfWo_K9lvd {
  display: flex;
  flex-direction: column;
}
.M2gRdCRtGXZfWo_K9lvd .zhhsfrubRJBf86cRcjeS {
  font-family: OpenSans-Regular, OpenSans;
  font-weight: 600;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.88);
  line-height: 16px;
}
.IRoWVNnxMESYzrLAb1jW {
  width: 100%;
  height: 48px;
  border-radius: 12px;
  opacity: 0.5;
  border: 1px solid #000000;
  padding: 0 16px;
  box-sizing: border-box;
  font-size: 14px;
  font-family: OpenSans-Regular, OpenSans;
  font-weight: 400;
}
.IRoWVNnxMESYzrLAb1jW:focus-visible {
  outline: none;
}
.Ib6CUk9NvPeuYdBNTyjg {
  display: flex;
  align-items: flex-start;
}
.Ib6CUk9NvPeuYdBNTyjg input[type="radio"] {
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #ccc;
  position: relative;
}
.Ib6CUk9NvPeuYdBNTyjg input[type="radio"]:checked {
  border-color: #ff8f00;
}
.Ib6CUk9NvPeuYdBNTyjg input[type="radio"]:checked::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #ff8f00;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Ib6CUk9NvPeuYdBNTyjg label {
  flex: 1;
  cursor: pointer;
  margin-left: 32px;
  font-size: 14px;
  font-family: OpenSans-Regular, OpenSans;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.88);
  line-height: 24px;
}
.c9sddWo_i7vCT4SyyItq {
  width: 100%;
  height: 100%;
  background: #ff8f00;
  position: relative;
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.08), 0px 3px 14px 2px rgba(0, 0, 0, 0.04), 0px 8px 10px 1px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  border: none;
  font-size: 16px;
  font-family: OpenSans-Bold, OpenSans;
  font-weight: bold;
  color: #ffffff;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c9sddWo_i7vCT4SyyItq:disabled {
  background: #c2c2c2 !important;
  color: #eceff1;
  cursor: not-allowed;
  box-shadow: none;
}
.EEznAG43zTuQkQq624yy {
  width: 400px;
}
.EEznAG43zTuQkQq624yy .Zt6_7jfC9rAnl4Hvckzs {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.EEznAG43zTuQkQq624yy .Zt6_7jfC9rAnl4Hvckzs .Je2jFsFrbPjN7Upq5740 {
  width: 69px;
  height: 24px;
  margin: 7px 4px;
}
.EEznAG43zTuQkQq624yy .Zt6_7jfC9rAnl4Hvckzs .Je2jFsFrbPjN7Upq5740 svg {
  width: 100%;
  height: 100%;
}
.EEznAG43zTuQkQq624yy .Zt6_7jfC9rAnl4Hvckzs .c7QEl61sArXCQe0GnzQ5 {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.EEznAG43zTuQkQq624yy .ci0NHoq5VTLikHkgliPO {
  padding: 8px 16px 16px;
}
.EEznAG43zTuQkQq624yy .ci0NHoq5VTLikHkgliPO > a {
  display: block;
  padding-top: 8px;
  text-align: center;
  color: #3d5afe;
}
.EEznAG43zTuQkQq624yy .ci0NHoq5VTLikHkgliPO > a:hover {
  color: #3d5afe;
}
.BW1QT6wRodElrY9DbAeQ {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.BW1QT6wRodElrY9DbAeQ .U_jFhfpfYNrIrQRSO7_Z {
  text-wrap: nowrap;
}
.BW1QT6wRodElrY9DbAeQ input[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
  display: none;
}
.BW1QT6wRodElrY9DbAeQ label {
  cursor: pointer;
  text-indent: -9999px;
  width: 56px;
  height: 28px;
  background: grey;
  display: block;
  border-radius: 100px;
  position: relative;
}
.BW1QT6wRodElrY9DbAeQ label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
}
.BW1QT6wRodElrY9DbAeQ input:checked + label {
  background: #ff8f00;
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.08), 0px 3px 14px 2px rgba(0, 0, 0, 0.04), 0px 8px 10px 1px rgba(0, 0, 0, 0.06);
}
.BW1QT6wRodElrY9DbAeQ input:checked + label:after {
  left: calc(100% - 4px);
  transform: translateX(-100%);
}
.BW1QT6wRodElrY9DbAeQ label:active:after {
  width: 56px;
}
.av93VnBkT8rC6BfwHXXl {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.av93VnBkT8rC6BfwHXXl input {
  visibility: hidden;
  position: absolute;
}
.av93VnBkT8rC6BfwHXXl .ccHDoQWfCQ0wpKNe51Og {
  position: relative;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  display: inline-block;
  border-radius: 4px;
  transition: background-color 0.3s, border-color 0.3s;
}
.av93VnBkT8rC6BfwHXXl input:checked + .ccHDoQWfCQ0wpKNe51Og,
.av93VnBkT8rC6BfwHXXl input:indeterminate + .ccHDoQWfCQ0wpKNe51Og {
  background-color: #ffc107;
  border-color: #ffc107;
}
.av93VnBkT8rC6BfwHXXl .ccHDoQWfCQ0wpKNe51Og:after {
  content: "";
  position: absolute;
  display: none;
}
.av93VnBkT8rC6BfwHXXl input:checked + .ccHDoQWfCQ0wpKNe51Og:after {
  display: block;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
.av93VnBkT8rC6BfwHXXl input:indeterminate + .ccHDoQWfCQ0wpKNe51Og:after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 5px;
  background: white;
}
.av93VnBkT8rC6BfwHXXl input:disabled + .ccHDoQWfCQ0wpKNe51Og {
  background-color: #e0e0e0;
  border-color: #bdbdbd;
  cursor: not-allowed;
}
.av93VnBkT8rC6BfwHXXl input:disabled + .ccHDoQWfCQ0wpKNe51Og:after {
  background: #bdbdbd;
}
.kLB7SXuCbOA1VDEuayQ2 {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  min-height: 244px;
  width: 400px;
  background: #ffffff;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.08), 0px 1px 10px 0px rgba(0, 0, 0, 0.04), 0px 4px 5px 0px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
}
.kLB7SXuCbOA1VDEuayQ2 .zEOKQl0KPtsInhEXQ5Bz .cLVWKu0XCorcERQg9FKl {
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
}
.kLB7SXuCbOA1VDEuayQ2 .zEOKQl0KPtsInhEXQ5Bz .cLVWKu0XCorcERQg9FKl .jR9tZOYlGybercDP5RXg {
  animation: yjWYeSBhppaYr8pyCDGP 1s linear infinite;
}
.kLB7SXuCbOA1VDEuayQ2 .zEOKQl0KPtsInhEXQ5Bz .cyF9d8HEngPs9BJtmRBB {
  font-size: 16px;
  font-family: OpenSans-Bold, OpenSans;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.88);
  line-height: 22px;
  text-align: center;
}
.kLB7SXuCbOA1VDEuayQ2 .zEOKQl0KPtsInhEXQ5Bz .Panq7Ykt8Gxb0RQl78BV {
  font-size: 16px;
  font-family: OpenSans-Bold, OpenSans;
  font-weight: bold;
  color: #479e25;
  margin-top: 6px;
  line-height: 22px;
  text-decoration: underline;
  text-align: center;
  cursor: pointer;
}
@keyframes yjWYeSBhppaYr8pyCDGP {
  from { transform: rotate(360deg); }
  to { transform: rotate(0deg); }
}
.L6ydMcbc4E5EF6EfA6aG .ant-modal-title {
  font-weight: bold;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.88);
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.hNkYvyrcRaG_kWiy3rkO {
  margin-top: 16px;
}
.hNkYvyrcRaG_kWiy3rkO .ant-alert-message {
  color: #2189e5;
}
.TmOCIHFUEqljERUfq_aY {
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 24px;
}
.FijT8eY01qZ_10LX68JG {
  margin-bottom: 24px;
}
.FijT8eY01qZ_10LX68JG .lwYJMkm6l65Ew9BB03hg {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  flex-wrap: wrap;
}
.YezkX1bsuRLzG32QxqOg {
  top: 0;
  right: 0;
  z-index: 1;
  position: absolute;
  font-family: OpenSans-Bold, OpenSans;
  text-wrap: nowrap;
}
.YezkX1bsuRLzG32QxqOg .NO7_066UyH5F_wWr_CDK {
  width: 100%;
  height: 21px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: flex;
  align-items: center;
  position: relative;
  color: #ffffff;
}
.YezkX1bsuRLzG32QxqOg .NO7_066UyH5F_wWr_CDK .SVkdhKdtfHfJYdb3DeAC {
  position: absolute;
  left: 10px;
  width: 15px;
  height: 15px;
}
.YezkX1bsuRLzG32QxqOg .NO7_066UyH5F_wWr_CDK .SVkdhKdtfHfJYdb3DeAC g {
  fill: antiquewhite;
}
.YezkX1bsuRLzG32QxqOg .NO7_066UyH5F_wWr_CDK .OCxxhXIFkJiVv3OW8Dki {
  flex: 1;
  text-align: center;
}
.YezkX1bsuRLzG32QxqOg .NO7_066UyH5F_wWr_CDK .eCi62QFGWYWFIdMKmoCY {
  min-width: 45px;
  height: 21px;
  position: absolute;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #11bc57;
  border-top-right-radius: 8px;
  border-left: 1px solid #00b050;
}
.YezkX1bsuRLzG32QxqOg .jkiqcnRJY9Y07V6l96yO {
  background: #2acc6f;
}
.YezkX1bsuRLzG32QxqOg .mUWOwtz1vBHUHo7ESj3H {
  background: #fb5b28;
}
.YezkX1bsuRLzG32QxqOg .AJ8PVFZUE_njDcnN2VtU {
  padding: 0 20px;
  background: #ff8f00;
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.08), 0px 3px 14px 2px rgba(0, 0, 0, 0.04), 0px 8px 10px 1px rgba(0, 0, 0, 0.06);
  border-radius: 22px;
  margin-top: 6px px;
  font-family: OpenSans-Bold, OpenSans;
  font-weight: bold;
  color: #ffffff;
  font-size: 16px;
  line-height: 38px;
}
.YezkX1bsuRLzG32QxqOg .AJ8PVFZUE_njDcnN2VtU svg {
  margin-right: 8px;
}
.mrHXcmsfueCtCtmrCvhk .UN3gm0MT4HG3PapvB5Es {
  width: 100%;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  background: white !important;
  color: rgba(0, 0, 0, 0.24);
}
.mrHXcmsfueCtCtmrCvhk .UN3gm0MT4HG3PapvB5Es svg {
  margin-bottom: 4px;
}
.mrHXcmsfueCtCtmrCvhk .MWgMsOT14PgnlhzDhUao {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-height: 500px;
  overflow-x: hidden;
}
.mrHXcmsfueCtCtmrCvhk .MWgMsOT14PgnlhzDhUao::-webkit-scrollbar {
  width: 4px;
  height: 1px;
}
.mrHXcmsfueCtCtmrCvhk .MWgMsOT14PgnlhzDhUao::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #f7f7f7;
}
.mrHXcmsfueCtCtmrCvhk .MWgMsOT14PgnlhzDhUao::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: #f7f7f7;
}
.mrHXcmsfueCtCtmrCvhk .MWgMsOT14PgnlhzDhUao > div {
  min-height: auto;
  background: rgba(0, 0, 0, 0.04);
  padding: 8px;
  margin-bottom: 16px;
  display: flex;
}
.mrHXcmsfueCtCtmrCvhk .MWgMsOT14PgnlhzDhUao > div:last-child {
  border-bottom: 0;
}
.mrHXcmsfueCtCtmrCvhk .MWgMsOT14PgnlhzDhUao > div .irbDaxm05L90StDOVuFf {
  width: 54px;
  height: 54px;
  border-radius: 4px 4px 4px 4px;
  margin-right: 8px;
}
.mrHXcmsfueCtCtmrCvhk .MWgMsOT14PgnlhzDhUao > div .irbDaxm05L90StDOVuFf img {
  width: 100%;
  height: 100%;
}
.mrHXcmsfueCtCtmrCvhk .MWgMsOT14PgnlhzDhUao > div .BEeSRQYIPezxiElL7Y1u {
  min-height: 54px;
  font-weight: 400;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mrHXcmsfueCtCtmrCvhk .MWgMsOT14PgnlhzDhUao > div .BEeSRQYIPezxiElL7Y1u .me9J0Ec7gRu7hAXPGzY_ {
  color: #000000;
  line-height: 16px;
  text-align: left;
  text-transform: none;
  margin-right: 11px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 34px;
  width: 268px;
}
.mrHXcmsfueCtCtmrCvhk .MWgMsOT14PgnlhzDhUao > div .BEeSRQYIPezxiElL7Y1u .w6zpsVlllx6TB6P6tv7T {
  width: 268px;
  color: #ff0000;
}
.mrHXcmsfueCtCtmrCvhk .MWgMsOT14PgnlhzDhUao > div .h7v9y0cCilg07Xbu3ry8 {
  display: flex;
  align-items: center;
}
.mrHXcmsfueCtCtmrCvhk .u4k0WEcFhM_UruSqNh2H {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.mrHXcmsfueCtCtmrCvhk .u4k0WEcFhM_UruSqNh2H button {
  margin-bottom: 8px;
  height: 36px;
}
.mrHXcmsfueCtCtmrCvhk .u4k0WEcFhM_UruSqNh2H ._69nR89KKgxcsjj4aZVg {
  background: transparent !important;
  box-shadow: none !important;
  color: black !important;
  font-weight: 400 !important;
  font-size: 14px !important ;
  color: rgba(0, 0, 0, 0.5) !important;
}
.mrHXcmsfueCtCtmrCvhk .u4k0WEcFhM_UruSqNh2H ._69nR89KKgxcsjj4aZVg svg {
  margin-right: 5px;
}
.WeMhfmnyjZApMUugIiUr {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  z-index: 2;
  font-family: OpenSans-Bold, OpenSans;
}
.WeMhfmnyjZApMUugIiUr .D5xruGoBdBD8fjbDpn0T {
  width: 100%;
  height: 21px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: flex;
  align-items: center;
  position: relative;
  color: #ffffff;
}
.WeMhfmnyjZApMUugIiUr .D5xruGoBdBD8fjbDpn0T .z568v0OExVt7aKAe_qwb {
  position: absolute;
  left: 10px;
  width: 15px;
  height: 15px;
}
.WeMhfmnyjZApMUugIiUr .D5xruGoBdBD8fjbDpn0T .z568v0OExVt7aKAe_qwb g {
  fill: antiquewhite;
}
.WeMhfmnyjZApMUugIiUr .D5xruGoBdBD8fjbDpn0T .YvPjV_lQ9LjrwsRvkSAx {
  flex: 1;
  text-align: center;
}
.WeMhfmnyjZApMUugIiUr .D5xruGoBdBD8fjbDpn0T .w9aSxjg6VdZA_08E8a_P {
  min-width: 45px;
  height: 21px;
  position: absolute;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #11bc57;
  border-top-right-radius: 8px;
  border-left: 1px solid #00b050;
}
.WeMhfmnyjZApMUugIiUr .p5jxubOfKVHADwdR4sVq {
  background: #2acc6f;
}
.WeMhfmnyjZApMUugIiUr .BiGR8PrJwIl3jPvAzTRy {
  background: #fb5b28;
}
.WeMhfmnyjZApMUugIiUr .ddn6LFwb35gnBPJ__Ma4 {
  display: none;
  width: 98%;
  height: 32px;
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.08), 0px 3px 14px 2px rgba(0, 0, 0, 0.04), 0px 8px 10px 1px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  margin-top: 6px;
  font-size: 12px;
  font-family: OpenSans-Bold, OpenSans;
  font-weight: bold;
  color: #ffffff;
  line-height: 17px;
}
.WeMhfmnyjZApMUugIiUr .ddn6LFwb35gnBPJ__Ma4 svg {
  margin-right: 8px;
}
.vsK1fKu8GYkRlcoudhIh {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  z-index: 2;
  font-family: OpenSans-Bold, OpenSans;
}
.vsK1fKu8GYkRlcoudhIh .kNT2mFuNFTBP9Hi7bAC8 {
  width: 100%;
  height: 21px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: flex;
  align-items: center;
  position: relative;
  color: #ffffff;
}
.vsK1fKu8GYkRlcoudhIh .kNT2mFuNFTBP9Hi7bAC8 .mZYCnZhor58rYAUqK4ng {
  position: absolute;
  left: 10px;
  width: 15px;
  height: 15px;
}
.vsK1fKu8GYkRlcoudhIh .kNT2mFuNFTBP9Hi7bAC8 .mZYCnZhor58rYAUqK4ng g {
  fill: antiquewhite;
}
.vsK1fKu8GYkRlcoudhIh .kNT2mFuNFTBP9Hi7bAC8 .ngtRvSjrm9yOTPcnJvii {
  flex: 1;
  text-align: center;
}
.vsK1fKu8GYkRlcoudhIh .kNT2mFuNFTBP9Hi7bAC8 .rd0GcjHkbm37tIo1UZkh {
  min-width: 45px;
  height: 21px;
  position: absolute;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #11bc57;
  border-top-right-radius: 8px;
  border-left: 1px solid #00b050;
}
.vsK1fKu8GYkRlcoudhIh .xqJbzeH_Z6QRQ9J1z5UV {
  background: #2acc6f;
}
.vsK1fKu8GYkRlcoudhIh .mmXPLYRJZx8YRhatuZOzD {
  background: #fb5b28;
}
.vsK1fKu8GYkRlcoudhIh .jaTHVmG4yPmCMGNQaqic {
  display: none;
  width: 98%;
  height: 32px;
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.08), 0px 3px 14px 2px rgba(0, 0, 0, 0.04), 0px 8px 10px 1px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  margin-top: 6px;
  font-size: 12px;
  font-family: OpenSans-Bold, OpenSans;
  font-weight: bold;
  color: #ffffff;
  line-height: 17px;
}
.vsK1fKu8GYkRlcoudhIh .jaTHVmG4yPmCMGNQaqic svg {
  margin-right: 8px;
}
.vsK1fKu8GYkRlcoudhIh .lXitMkUNrxq6Y3RWLqKg {
  position: absolute;
  top: 34px;
  left: 11px;
  z-index: 99999999;
}
.vsK1fKu8GYkRlcoudhIh .lXitMkUNrxq6Y3RWLqKg input {
  width: 18px;
  height: 18px;
}
.NlPS3pzpp0kyiw7u3qbU {
  width: 200px;
  height: 36px;
  background: #ff8f00;
  border-radius: 8px 8px 8px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}
.NlPS3pzpp0kyiw7u3qbU > div {
  margin-right: 15px;
}
.NlPS3pzpp0kyiw7u3qbU button {
  background: #ff8f00;
  color: #ffffff;
}
.opr-banner-ext { background-color: #fff }
.opr-banner-ext-header { position: relative; z-index: 2; width: 100%; height: 100% }
.opr-banner-ext-middle { width: 100%; height: 200px; margin: 8px 0; border-radius: 8px; overflow: hidden }
.opr-banner-ext-center { position: absolute; z-index: 110; top: 0; left: 0; width: 100%; height: 100%; border-radius: 8px; overflow: hidden }
.opr-banner-ext-right_top, .opr-banner-ext-right_bottom, .opr-banner-ext-left { position: absolute; z-index: 989; top: 0; left: 0; width: 100%; height: 100%; border-radius: 8px; overflow: hidden }
