
.swal-button-container, .swal-button, .swal-button--confirm {
    width: 100% !important;
}

.swal-button {
    background-color: #005c87;
}

.random-modal {
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 10px #bbbbbb;
    display: flex;
    justify-content: center;
    margin-bottom: 10rem;
    margin: auto;
}

.random-modal-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
}

.random-modal-content h1,
.random-modal-content h5 {
    text-align: center;
}

.fa-gifts {
    color: #BDE0FE;
    cursor: not-allowed;
    font-size: 80px;
    margin: 3rem 2rem;
}

.fa-gifts.disabled {
    color: #0040ff57;
}

.open-gift {
    background-color: #003E77;
    border-radius: 5px;
    border: none;
    color: #F8FCFF;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    padding: .7rem 6rem;
    text-transform: uppercase;
}

.open-gift:disabled {
    background-color: #C4E2FF;
    box-shadow: inset 0 -1px 0 #979797;
    color: #F2F9FF;
    cursor: default;
}

.gift-selected {
    color: #A2D2FF;
    cursor: not-allowed;
}


.swal-button:hover {
    background-color: #A2D2FF !important;
}

.swal-button:active {
    border: none !important;
}

.openable {
    cursor: pointer;
}

.dismiss-txt {
    font-size: 13px;
    font-style: italic;
    text-decoration: underline;
    cursor: pointer;
}

.swal-button.getGift-container {
    width: 100%;
    display: block;
}

@media(max-width: 960px) {
    .fa-gifts {
        font-size: 60px;
        margin: 3rem 1rem;
    }
}

@media(max-width: 370px) {
    .fa-gifts {
        font-size: 45px;
        margin: 3rem 1rem;
    }

    .open-gift {
        padding: .7rem 3rem;
    }
}

.dark-mode .random-modal {
    background-color: #212121;
}
.dark-mode .swal-modal {
    background-color: #212121;
}
.dark-mode .swal-title, .dark-mode .swal-text {
    color: #fff;
}