﻿/*
* Ondiss
* https://m.ondiss.com.ar
* Copyright 2019, 
* Create: Leonel Trevisan by Ondiss
* 
*/
/*Bonus acordion*/

.header-bonus{
    display:grid;
}

.bonus-name {
    color:#555;
    text-transform: uppercase;
    float:left;
    line-height:30px;
    font-weight: bolder;
}

.read-info {
    float: right;
    line-height: 30px;
    color: #2489ce !important;
    text-decoration: none;
    font-weight: bold;
}

.bonus-terms {
    text-align: left;
    line-height: 25px;
    font-weight: 400;
}

.bonus-detail {
    border: 1px solid #7a90fd;
    padding: 5px;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
}

.bonus-description {
    line-height: 25px;
    text-transform: capitalize;
    font-weight: 400;
    color: #555;
}

.bonus-detail ul{
    padding-inline-start:0px;
    margin: 5px 0;
}

.bonus-detail li{
    list-style-type: none;
    line-height: 25px;
    border-bottom: 1px solid #444;
}

.bonus-button {
    line-height: 24px;
    padding-left: 10px;
    margin-top: 10px;
    color: white;
    border-radius: 10px;
    height: 25px;
}

.bonus-view {
    text-decoration: none;
    background: #7a90fd;
}

.bonus-cancel {
    background: #da2616;
    border: solid 1px #da2616;
    border-radius: 10px;
}

.bonus-status{
    line-height:25px;
}

.bonus-cancelled {
    color: #8F100F;
}

.bonus-done {
    color: #3778D4;
}

.bonus-finished {
    color: #BDBABA;
}

.bonus-expiration{
    line-height:25px;
    clear: both;
    color: #555;
}

.btn-yes {
    background: #36c22e;
    display: inline-block;
    height: 25px;
    text-decoration: none !important;
    width: 45%;
    font-size: 13px !important;
    line-height: 25px;
    text-align: center;
    border-radius: 14px;
    margin-right: 10%;
    color: #fff !important;
}

.btn-no {
    background: #F62815;
    display: inline-block;
    height: 25px;
    color: #fff !important;
    text-decoration: none !important;
    width: 45%;
    font-size: 13px !important;
    line-height: 25px;
    text-align: center;
    border-radius: 14px;
}

.btn-container > div {
    margin-top: 8px;
}

.register-bonus-content .ui-btn-text{
    font-weight: 400;
}

.bonusBarWonderGraphJs .progress {
    background: linear-gradient(45deg, purple, yellow) !important;
}

.registro-bonus-text {
 
}
.register-bonus-detail {
    padding: 15px;
    background: #fff;
    border-radius: 14px;
    background: #fff;
    border-radius: 14px;
    webkit-box-shadow: -1px 1px 5px 9px rgb(0 0 0 / 75%);
    -moz-box-shadow: -1px 1px 5px 9px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 4px -1px rgb(0 0 0 / 75%);
}

.bonus-detail-span {
    color: #86cf9c;
}

.chkAcceptTm-class > div > label {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2) !important;
    background: #fff;
}





