/* Стили для форка OneCrypt страницы offers. */

.one-crypt-base a {
    color: #00B2FF;
}

.one-crypt-base .offer-group-panel-filters .btn-info {
    background: #00B2FF !important;
}

.one-crypt-base .offer-group-panel-filters .btn-info:hover,
.one-crypt-base .offer-group-panel-filters .btn-info:active {
    background: #00B2FF !important;
    opacity: 0.9;
    box-shadow: 0 0 30px rgba(82, 74, 74, 0.45);
}

.one-crypt-base .offer-group-panel-filters .btn-info .badge-primary {
    background-color: transparent;
}

.one-crypt-base .offer-group-panel-filters .btn-outline-info .badge-primary {
    background-color: transparent;
    color: #00B2FF !important;
}

.one-crypt-base #offerContent .btn-outline-primary,
.one-crypt-base #offerContent .btn-outline-danger,
.one-crypt-base #offerContent .btn-outline-success,
.one-crypt-base .offer-group-panel-filters .btn-outline-info {
    color: #00B2FF !important;
    border: 2px solid #00B2FF;
    transition: opacity ease-in-out 0.2s;
}

.one-crypt-base #offerContent .btn-outline-primary:hover,
.one-crypt-base #offerContent .btn-outline-primary:active,
.one-crypt-base #offerContent .btn-outline-danger:hover,
.one-crypt-base #offerContent .btn-outline-danger:active,
.one-crypt-base #offerContent .btn-outline-success:hover,
.one-crypt-base #offerContent .btn-outline-success:active,
.one-crypt-base .offer-group-panel-filters .btn-outline-info:hover,
.one-crypt-base .offer-group-panel-filters .btn-outline-info:active {
    color: #00B2FF !important;
    border: 2px solid #00B2FF;
    opacity: 0.9;
}

.one-crypt-base .no-entries-wrap {
    background: #1d2d37;
    color: #fff;
}

.one-crypt-base .offer-item .btn-outline-primary:not(.none-offer-item) {
    background: transparent;
    color: #00B2FF !important;
    border: 2px solid #00B2FF;
    transition: opacity ease-in-out 0.2s;
}

.one-crypt-base .offer-item .btn-outline-primary:not(.none-offer-item):hover,
.one-crypt-base .offer-item .btn-outline-primary:not(.none-offer-item):active {
    color: #00B2FF !important;
    border: 2px solid #00B2FF;
    opacity: 0.9;
}

.one-crypt-base .offer-item .btn-outline-success {
    color: #00B2FF !important;
    border: 2px solid #00B2FF;
    transition: opacity ease-in-out 0.2s;
}

.one-crypt-base .offer-item .btn-outline-success:hover,
.one-crypt-base .offer-item .btn-outline-success:active {
    color: #00B2FF !important;
    border: 2px solid #00B2FF;
    opacity: 0.9;
}

.one-crypt-base .offer-item .btn-outline-success .text-danger {
    color: #00B2FF !important;
}

.one-crypt-base .toggle input[type="checkbox"]:checked + .button-indicator:before {
    color: #00B2FF;
}

.one-crypt-base  .contest-table {
    border: none !important;
}

.one-crypt-base .contest-bg-info {
    background: #FFFBF4;
}
