
.open {
    background-color: #A5E190;
    color: #000;
    padding: 0;
    text-align: center;
    height: 40px;
    width: 120px;
    display: inline-table;
    border-radius: 8px;
    cursor: pointer;
}
.open div:first-child {
    float: left;
    text-align: left;
    margin: 5.5px 6.5px;
    padding-left: unset;
    font-size: 16px;
}

.open .spanPrice {
    background-color: #9BD488;
    height: 56px;
    line-height: 56px;
    width: 40px;
    float: right;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-weight: 500;
    font-size: 13px;
    padding-left: unset;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.open .spanPriceBig {
    font-size: 16px;
}

.request {
    background-color: #F1B362;
}
.request .spanPrice {
    background-color: #E3A95C;
}

.canceled {
    background-color: #FF6666;
}
.canceled .spanPrice {
    background-color: #DC5858;
    color: #FFF;
}
.canceled div:first-child {
    color: #FFF;
}