/* ==========================================================================
   For post launch / adhoc changes
   ========================================================================== */
/*
    Instant Scratch Styling
 */
.zapciw-scratch-results-modal-title {
    color: black;
}

.btn-zapciw-results-instant-scratch {
    background-color: #e1ad3c;
}

.zapciw-scratch-all-btn {
    border: none;
    background: #e1ad3c !important;
    color: white;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.zapciw-scratch-all-btn:hover {
    background: #e1ad3c;
    border: none;
    transition: 0.5s
}

.zapciw-scratch-all-btn:disabled {
    border: none;
    background: #e1ad3c;
}

.zapciw-scratch-all-btn .countdown {
    position: absolute;
    right: 15px;
}


.modal-header {
    border-bottom: none;
}

.zapciw-scratch-tickets .zapciw-scratch-win-message {
    font-size: 2em;
    background-color: #e1ad3c;
    color: white;
}

.zapciw-scratch-win-label {
    margin-bottom: 0;
}

.zapciw-scratch-win-prize{
    font-size: 10px;
    width: 100%;
    margin-bottom: 0;
}

/*
    Instant Flip Styling
 */
.zapciw-flip-results-modal-title {
    color: black;
}

.zapciw-flip-all-btn {
    border: none;
    background: #e1ad3c !important;
    color: white;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.zapciw-coin-front-side {
    background: #161616 !important;
    border: none;
    color: #000;
}

.zapciw-coin:before {
    background: unset;
}

.zapciw-coin-back-side.winner {
    background: linear-gradient(176deg, #ECD685 17.07%, #D6AB47 46.51%, #B48A2D 71.74%, #DEB457 110.53%);
    border: none;
}

.zapciw-prize-text {
    color: black;
}

.zapciw-win-text {
    color: black;
    text-shadow: none;
}

.zapciw-coin-ticket-number-rear {
    visibility: hidden;
}