/* Write your custom CSS here */

#toast-container > div {
    opacity: 1;
    height: 60px;
    font-size: 15px;
    font-weight: bold;
}


.price-scroll {
    position: absolute;
    top: -100px;
}

.shadow {
    text-shadow: 1px 0px 0px rgba(0, 0, 0, 0.87);
}

.total-txt {
    text-align: right;
    font-weight: bold;
    color: darkgreen;
    text-transform: uppercase;
    padding: 3px;
}

.total {
    font-weight: bold;
    text-align: left;
    padding: 3px;
    font-size: 15px;
}

.earn-total {
    height: 35px !important;
    padding: 7px !important;
    border: 1px solid cornflowerblue;
}

.earn-total > div:first-child {
    width: 48%;
    height: 20px;
    margin-right: 3px;
    padding-right: 6px;
    float: left;
    text-align: right;
    border-right: 1px solid lightblue;
}

.earn-total > div:last-child {
    width: 48%;
    height: 20px;
    margin-left: 3px;
    padding-left: 3px;
    float: left;
    text-align: left;
}