/*
 *  -------------------------------------------------
 *  Hybrid MLM  Copyright (c) 2018 All Rights Reserved
 *  -------------------------------------------------
 *
 *  @author Acemero Technologies Pvt Ltd
 *  @link https://www.acemero.com
 *  @see https://www.hybridmlm.io
 *  @version 1.00
 *  @api Laravel 5.4
 */

.packagePurchase {
    border: solid 1px #dadada;
    background-color: #fff;
    border-left: solid 5px #ff2831;
    padding: 25px;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 35px;
    box-shadow: #ddd 4px 2px 0px;
}

.packagePurchase i {
    font-size: 20px;
    color: #ff2825;
    border: solid 2px #ff2825;
    height: 30px;
    width: 30px;
    vertical-align: middle;
    text-align: center;
    padding-top: 7px;
    border-radius: 50%;
    margin: auto;
    display: block;
}

.packagePurchase h3 {
    font-size: 22px;
    font-weight: 400;
}

.paymentGatewaysWrapper {
    display: none;
}

.fixed.PackageUpgrade.cart .summary {
    background: white;
    padding: 10px;
    max-width: 700px;
    z-index: 999;
    box-shadow: -9px 14px 17px #4040403d;
    position: relative;
    border-left: 2px solid #359df7 !important;
    border: 1px solid #d4d4d4;
    border-right: 0;
}

.successWrapper {
    display: none;
}

.PackageUpgradeErrorWrapper {
    display: none;
    padding: 12px 30px;
}

.PackageUpgrade.error {
    background: #f83f3f;
    padding: 1px 8px;
    border-radius: 3px !important;
    color: white;
}

.row.PackageUpgradeContainer .successWrapper {
    text-align: center;
    padding: 35px 10px;
}

.row.PackageUpgradeContainer .successWrapper i {
    font-size: 46px;
    color: #59c359;
}

.successWrapper h3 {
    text-align: center;
    /*padding: 20px;*/
    color: #3fbc3f;
    font-size: 22px;
}

.form-actions.actionButtons {
    margin-top: 10px;
}

.packageRow.row .eachDetail .value span.lineBreak {
    font-size: 10px;
    text-decoration: line-through;
    color: #f77474;
}