.web3modal-modal-lightbox {
    z-index: 99999999 !important;
}

.gradient-orange-text {
    background: linear-gradient(310deg, #ff8b00 0%, #fc2415 100%);
    background: -webkit-linear-gradient(310deg, #ff8b00 0%, #fc2415 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.button {
    width: 100%;
    text-align: center;
    padding: 16px 40px;
    color: #F33124;
    font-weight: 800;
    background: #ffffff;
    border: 2px dashed #F33124;
    border-radius: 10px;
    letter-spacing: 3px;
    cursor: pointer;
    transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    cursor: pointer;
    font-size: 16px;
}

.button:hover {
    background: #F33124;
    color: #ffffff;
    border: 2px dashed #ffffff;
}

a {
    cursor: pointer !important;
}

/* Toast */

.toast-notification {
    
}

.toast-notification span {
    border: 2px dashed rgba(255,255,255,.2);
    background: linear-gradient(310deg, #ff8b00 0%, #fc2415 100%) !important;
    color: white;
    margin-top: 10px;
    border-radius: 10px !important;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    font-weight: 800 !important;
    padding: 20px !important;
}