.csp-box {
 background: #fff;
    border: 1px solid #dededf;
    border-radius: 12px;
    box-shadow: 0 2px 27px 3px rgba(0, 0, 0, .06);
    padding: 35px 45px 45px;
    
}
.entry-title{text-align: center;color: #3e396a;line-height: 110%;    font-size: 48px;font-weight: 600;}
.csp-slider-container {
    margin-bottom: 10px;
}
.csp-slider {
    width: 100%;
}
.csp-input {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #dededf !important;
    border-radius: 4px;
    color: #3e396b;
    cursor: pointer;
    display: block;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 500;
    /* height: auto; */
    line-height: 160%;
    outline: none;
    padding: 10px 16px;
    width: 100%;
}
 ::placeholder{color: #3e396b !important;}
.csp-price-info {
    margin-top: 10px;
}
.csp-discount-badge {
    background: #f44336;
    color: #fff;
    padding: 2px 8px;
    border-radius: 5px;
}
.csp-btn {
font-family: Raleway, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
    font-size: 22px;
    background: #7a55f8;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.1);
    color: #fff;
    cursor: pointer;
    display: block;
     margin: 20px auto 0;
    outline: 0;
    padding: 25px;
    text-align: center;
    transition: all .3s linear;
    width: 100%;

}
select#packageSelect {
    border: 1px solid #3e396b;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #dededf;
    border-radius: 4px;
    color: #3e396b;
    cursor: pointer;
    display: block;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 500;
    /* height: auto; */
    line-height: 160%;
    outline: none;
    padding: 10px 16px;
    width: 100%;
}
.csp-slider-container{position: relative;}
.csp-slider-container:after {
    background: url(/wp-content/plugins/custom-slider-woocommerce-v2/images/chevron-dark-blue.svg) no-repeat;
    bottom: 0;
    content: "";
    height: 15px;
    margin: 15px 15px 15px 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 15px;
}
.csp-btn:hover {
    background: #8a81f1 !important;
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background: #8a81f1 !important;
}

  .package-selector__details {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 10px;
    min-height: 36px;
    
}

.package-selector__details p {
    color: #3e396b;
    font-family: Poppins,sans-serif;
    font-size: 18px;
    font-weight: 500;line-height: 130%;margin:0;padding:0;
}
.package-selector__discount p:nth-child(2) {
    background: #f25b65;
    border-radius: 6px;
    color: #fff;
    line-height: 100%;
    padding: 9px 12px;
}
.userinfo {
    margin-bottom: 15px;
}
.package-selector__details p:nth-child(2) {
    text-align: right;
}


.csp-error {
    color: red;
    font-size: 13px;
    margin-top: 5px;
}

.csp-input-error {
    border-color: red;
}
