
.crfs_header {
    padding: 20px;
    margin-top: 20px;
    border-radius: 5px;
    text-align: center;
    background:linear-gradient(71deg, rgba(15, 0, 255, 1) 0%, rgba(240, 34, 147, 1) 100%);
    background: -moz-linear-gradient(71deg, rgba(15, 0, 255, 1) 0%, rgba(240, 34, 147, 1) 100%);
    background:-webkit-linear-gradient(71deg, rgba(15, 0, 255, 1) 0%, rgba(240, 34, 147, 1) 100%);
    background:-o-linear-gradient(71deg, rgba(15, 0, 255, 1) 0%, rgba(240, 34, 147, 1) 100%);
    background:-ms-linear-gradient(71deg, rgba(15, 0, 255, 1) 0%, rgba(240, 34, 147, 1) 100%);
    color: #fff !important;
}
.crfs_header h2 {
    margin: 0;
    color: #fff;
}

.crfs_wrap {
    display: flex;
    column-gap: 10px;
    margin-top: 20px;
    flex-wrap: wrap;
}
.crfs_left{
    background: #fff;
    flex-basis: 50%;
    padding: 20px;
    border-radius: 5px;
}
.crfs_right {
    flex-basis: 30%;
}

.crfs_wrap label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
}
.crfs_title {
    font-size: 22px;
    margin: 10px 0px;
}

.crfs_content_area .input_wrap {
    margin-bottom: 10px;
}
.crfs_content_area .input_wrap input {
    height: 45px;
    width: 100%;
    border: 1px solid #ccc;
    box-shadow: none !important;
    padding-left: 15px;
    font-size: 15px;
}
.crfs_design_area {
    margin-top: 25px;
}
.crfs_design_area h5 {
    margin: 10px 0px;
    font-size: 20px;
}
.crfs_design_area .input_wrap {
    margin-bottom: 10px;
}
.crfs_design_area input[type="color"] {
    width: 25%;
    height: 70px;
    cursor: pointer;
}
.crfs_wrap input.button.button-primary {
    color: #ffffff;
    font-weight: 600;
    border: 0;
    padding: 5px 25px;
    font-size: 14px;
    margin-top: 20px;
    background:linear-gradient(71deg, rgba(15, 0, 255, 1) 0%, rgba(240, 34, 147, 1) 100%);
    background:-moz-linear-gradient(71deg, rgba(15, 0, 255, 1) 0%, rgba(240, 34, 147, 1) 100%); 
    background:-webkit-linear-gradient(71deg, rgba(15, 0, 255, 1) 0%, rgba(240, 34, 147, 1) 100%);
    background:-o-linear-gradient(71deg, rgba(15, 0, 255, 1) 0%, rgba(240, 34, 147, 1) 100%);
    background:-ms-linear-gradient(71deg, rgba(15, 0, 255, 1) 0%, rgba(240, 34, 147, 1) 100%);
}
.crfs_design_area .input_wrap span.wp-color-result-text {
    background: #f6f7f7;
    border-radius: 0 2px 2px 0;
    border-left: 1px solid #c3c4c7;
    color: #50575e;
    display: block;
    line-height: 2.54545455;
    padding: 0 6px;
    text-align: center;
    margin-left: 20px;
}
.crfs_design_area .input_wrap button.button.wp-color-result {
    padding-right: 0;
}
.crfs_design_area span.wp-picker-input-wrap label {
    padding: 0px !important;
    display: inline-block;
}
.crfs_design_area span.wp-picker-input-wrap input {
    height: 36px;
    margin-left: 8px;
    margin-right: 0px;
}

.crfs_author_wrap {
    max-width: 350px;
    background: #fbfbfb;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}
.crfs_author_img {
    max-width: 200px;
    margin-top: 30px !important;
    margin: auto;
}
.crfs_author_wrap img {
    width: 100%;
    background: #4e09e1 !important;
    border-radius: 50%;
    border: 4px solid #4e09e1 !important;
}
.crfs_author_details p {
    font-size: 16px;
}
.crfs_author_details .crfs_btn, 
.crfs_author_details .crfs_btn:hover{
    color: #ffffff;
    font-weight: 600;
    border: 0;
    padding: 10px 25px;
    font-size: 14px;
    margin-top: 20px;
    text-decoration: none;
    display: inline-block;
    background:-moz-linear-gradient(71deg, rgba(15, 0, 255, 1) 0%, rgba(240, 34, 147, 1) 100%); 
    background:-webkit-linear-gradient(71deg, rgba(15, 0, 255, 1) 0%, rgba(240, 34, 147, 1) 100%);
    background:-o-linear-gradient(71deg, rgba(15, 0, 255, 1) 0%, rgba(240, 34, 147, 1) 100%);
    background:-ms-linear-gradient(71deg, rgba(15, 0, 255, 1) 0%, rgba(240, 34, 147, 1) 100%);
    background:linear-gradient(71deg, rgba(15, 0, 255, 1) 0%, rgba(240, 34, 147, 1) 100%);
}

/* Responsive css */
@media screen and (max-width: 767px){
    .crfs_left,
    .crfs_right{
        flex-basis: 100%;
        margin-bottom: 20px;
    }
}