
.DsgeueCDTN {
    color: transparent !important;
    pointer-events: none !important;
    filter: saturate(0.7) brightness(1.2); 
    opacity: 0.65 !important;
}
.DsgeueCDTN::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #ffffff;
    animation: wmQAmHXhBx 0.7s linear infinite;
}
@keyframes wmQAmHXhBx {
    to { transform: rotate(360deg); }
}

.dmthwXwlLt { background-color: #2684ff; border: 1px solid #2684ff; color: #fff; } /* Primary */
.SWdSrNApgF { width: 100%; padding: 12px; border-radius: 4px; font-weight: 600; cursor: pointer; } /* Layout */
.ANPPcUNBgQ { display: inline-flex; align-items: center; justify-content: center; transition: all 0.2s; } /* Base */
.is-disabled {
    filter: saturate(0.7) brightness(1.2); 
    pointer-events: none !important;
    cursor: not-allowed !important;
}
.is-disabled::after {
    display: none !important;
}