@-moz-keyframes throbber-loader {
    0% {
        background: #dde2e7;
    }

    10% {
        background: #6b9dc8;
    }

    40% {
        background: #dde2e7;
    }
}

@-webkit-keyframes throbber-loader {
    0% {
        background: #dde2e7;
    }

    10% {
        background: #6b9dc8;
    }

    40% {
        background: #dde2e7;
    }
}

@keyframes throbber-loader {
    0% {
        background: #dde2e7;
    }

    10% {
        background: #6b9dc8;
    }

    40% {
        background: #dde2e7;
    }
}

/* :not(:required) hides these rules from IE9 and below */

.throbber-loader:not(:required) {
    -moz-animation: throbber-loader 2000ms 300ms infinite ease-out;
    -webkit-animation: throbber-loader 2000ms 300ms infinite ease-out;
    animation: throbber-loader 2000ms 300ms infinite ease-out;
    background: #dde2e7;
    display: inline-block;
    position: relative;
    text-indent: -9999px;
    width: 10px;
    height: 16px;
}

.throbber-loader:not(:required):before,
.throbber-loader:not(:required):after {
    background: #dde2e7;
    content: '\x200B';
    display: inline-block;
    width: 10px;
    height: 16px;
    position: absolute;
    top: 0;
}

.throbber-loader:not(:required):before {
    -moz-animation: throbber-loader 2000ms 150ms infinite ease-out;
    -webkit-animation: throbber-loader 2000ms 150ms infinite ease-out;
    animation: throbber-loader 2000ms 150ms infinite ease-out;
    left: -16px;
}

.throbber-loader:not(:required):after {
    -moz-animation: throbber-loader 2000ms 450ms infinite ease-out;
    -webkit-animation: throbber-loader 2000ms 450ms infinite ease-out;
    animation: throbber-loader 2000ms 450ms infinite ease-out;
    right: -16px;
}

.hidden-action,
.hidden-block {
    display: none;
}


.continue-to-store-btn:disabled {
    color: revert;
    cursor: revert;
    background: revert;
}

.copy-unique-code-btn:disabled {
    color: revert;
    cursor: revert;
    background: revert;
}

div.ui-datepicker-group {
    background-color: white;
    border: 1px solid #e3e3e3;
}

div.empty p.note {
	color: #000;
	font-size: 12px;
}

.count-content.redeemed:hover {
    cursor: pointer;
}

input:has(+ span.has-error) {
    border-color: #c60606;
}

.search_info .search_info-position h6 {
    cursor: default;
}
.btn-offer-expired {
    color: red !important; cursor: auto;
}
.players-brightcove{
    height:10px!important;font-size:20px;color:transparent;position:absolute;bottom:0;left:-10000px
}


.form-copy {
    margin: 24px 0 36px;
    position: relative;
}

.form-copy .btn {
    border-radius: 0 4px 4px 0;
    height: 48px;
    white-space: nowrap;
}

.form-copy .form-control {
    border-radius: 4px 0 0 4px;
    padding-right: 10px;
}

.copied-code {
    position: absolute;
    top: 0;
    color: green;
    left: 0;
    height: 100%;
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
    padding: 14px 20px;
    background: rgba(255, 255, 255, 0.85);
    display: none;
}

@media(max-width: 350px) {
    .form-copy .btn {
        font-size: 18px;
    }
}

.footer-bottom #pillImage {
    max-width: 100%;
    height: 12px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    vertical-align: middle;
    background-color: #0053c2;
    border-radius: 6px;
}