/*
   Hi developers,

   PLEASE DO NOT MAKE CHANGES IN THIS FILE ANYMORE AS 
   WE'RE GRADUALLY MOVING TO NEW FORM-RESOURCES REPOSITORY
   PLEASE HEAD TO THE NEW FORM-RESOURCES REPOSITORY IF YOU
   NEED TO MAKE CHANGES AROUND HERE.

   THIS FILE WILL BE DELETED AS SOON AS WE CAN SAFELY DELETE IT.

   If you still have questions contact with me <kaan@jotform.com> and 
   I will happily help you.

   Thank you. 
*/

/* CORE PAYMENT UI //////////////// */

.select_border,
.select-area,
#productSearch-input,
.select-content,
#coupon-input {
    border-color: #c3cad8;
    background-color: #fff;
}

#payment-category-dropdown.open .select-content {
    border-width: 1px;
    border-style: solid;
}

.form-product-category-item {
    border-color: #d9dde4;
}

.form-line[data-payment="true"] .payment_footer,
.p_item_separator {
    border-top-color: rgba(195,202,216,.5);
}
.card-2col .form-product-item,
.card-3col .form-product-item {
    border-color: rgba(195,202,216,.5);
}
.card-2col .form-product-details,
.card-3col .form-product-details {
    color: #4c71fb;
}
#coupon-button {
    border-color: #4c71fb;
    background-color: #4c71fb;
}

.form-line.isSelected[data-payment="true"] {
    z-index: 2 !important;
}

.form-line[data-payment="true"] br {
    display: none;
}

.form-line[data-payment="true"] #coupon-table {
    border-spacing: 0;
}

.form-line[data-payment="true"] .form-checkbox,
.form-line[data-payment="true"] .form-radio {
    clip: auto !important;
}

.form-line[data-payment="true"].form-line-active {
    background-color: transparent;
}

.form-line[data-payment="true"] .form-label-left,
.form-line[data-payment="true"] .form-label-right {
    float: left;
    padding-top: 20px;
}

.form-line.donation_cont .form-label-left,
.form-line.donation_cont .form-label-right {
    padding-top: 3px;
}

.form-line.donation_cont input[data-component="paymentDonation"] {
    margin-right: 4px;
}

.form-line[data-payment="true"] .form-label-left~div.form-input {
    float: left;
    display: block;
    width: calc(100% - 160px);
}

.form-line[data-payment="true"] .form-label-right {
    float: left;
}

.form-line[data-payment="true"] .form-label-right~div.form-input {
    float: left;
    display: block;
    width: calc(100% - 160px);
}

.form-line[data-payment="true"]:after {
    content: "";
    display: block;
    clear: both;
    width: 100%;
}

.form-line[data-payment="true"] div[data-wrapper-react="true"] {
    display: block;
}

.form-line[data-payment="true"] hr {
    border: 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(195,202,216,.5);
    margin: 16px 0;
    width: 100%;
}

.form-line[data-payment="true"] input.form-product-custom_price {
    background: #fff;
    background-color: #fff;
    padding: 4px;
    border-radius: 2px;
    border: 1px solid #dee2ed;
    margin-left: 4px;
    margin-right: 4px;
    width: 90px;
}

.form-line[data-payment="true"] input.form-product-custom_price[readonly] {
    background: rgba(85, 115, 215, 0.06);
    background-color: rgba(85, 115, 215, 0.06);
    padding: 4px;
    margin-left: 4px;
    margin-right: 4px;
    border-radius: 2px;
    border: 1px solid #dee2ed;
    width: 90px;
}

.form-line[data-payment="true"] .payment-form-table {
    padding: 0;
}

.form-line[data-payment="true"] .payment-form-table th {
    padding-left: 0;
    padding-bottom: 8px;
}

.form-line[data-payment="true"] .payment-form-table td {
    padding-right: 8px;
}

.form-line[data-payment="true"] .payment-form-table td:nth-child(2) {
    padding-right: 0;
}

.form-line[data-payment="true"] .form-product-child-table td {
    padding-left: 6px;
    font-size: 0.825em;
}

.form-line[data-payment="true"] .form-product-item .form-product-child-table tr td:nth-last-child(2) {
    text-align: right !important;
}

.form-line[data-payment="true"] .form-product-item .form-product-child-table tr td .old_price span {
    text-decoration: line-through;
}

.form-line[data-payment="true"] .p_item_separator {
    border-top-width: 1px;
    border-top-style: dashed;
    opacity: 0.8;
    margin: 2px 0px 2px 37px;
}

.form-line[data-payment="true"] .p_item_separator~br {
    display: none;
}

.form-line[data-payment="true"] .form-product-item.new_ui.hover-product-item:hover {
    background: rgba(85, 115, 215, 0.06);
    background-color: rgba(85, 115, 215, 0.06);
    border-radius: 4px !important;
    cursor: pointer;
}

.form-line[data-payment="true"] .form-product-item.new_ui.p_selected {
    background: rgba(85, 115, 215, 0.06);
    background-color: rgba(85, 115, 215, 0.06);
    border-radius: 4px !important;
    cursor: pointer;
}

.form-line[data-payment="true"] .form-product-item {
    display: block;
    /*margin: 0;*/
    margin: 0 -11px;
    width: calc(100% + 22px);
}

.form-line[data-payment="true"] .form-product-item * {
    box-sizing: border-box;
}

.form-line[data-payment="true"] .form-product-item:after {
    content: "";
    clear: both;
    display: block;
    width: 100%;
}

.form-line[data-payment="true"] .form-product-item .new_ui {
    width: 100%;
    padding: 8px 4px;
    box-sizing: border-box;
    margin: 0;
    display: block;
}

.form-line[data-payment="true"] .form-product-item .form-product-item-detail {
    display: flex;
    flex-basis: 100%;
}

.form-line[data-payment="true"] .form-product-item input {
    height: 36px;
    padding: 0 0.625em;
}

.form-line[data-payment="true"] .form-product-item select {
    height: 28px;
    min-width: auto !important;
    appearance: none !important;
    box-shadow: none !important;
    padding: 0 1.875em 0 0.625em;
    background-position: right 10px bottom 50%;
    background-size: 0.625em;
    background-repeat: no-repeat;
    cursor: pointer;
}

.form-line[data-payment="true"] .form-product-item table tr td select {
    border: 1px solid #dee2ed;
}

.form-line[data-payment="true"] .form-product-item .form-special-subtotal {
    text-align: right;
    font-size: 0.825em;
    position: absolute;
    right: 10px;
    bottom: -2px;
    line-height: 19px;
    display: flex !important;
    font-weight: 500;
    margin: auto;
    font-size: 13px;
    opacity: 0.8;
}

.form-line[data-payment="true"] .form-product-item .form-special-subtotal * {
    display: inline-block;
}

.form-line[data-payment="true"] .form-product-item .form-special-subtotal .form-item-subtotal {
    padding-right: 12px;
}

.form-line[data-payment="true"] .form-product-item .form-special-subtotal span span {
    margin-left: -3px;
}

.isBuilder .form-line[data-payment="true"] .form-product-item .form-special-subtotal span span {
    margin-left: 2px;
}

.form-line[data-payment="true"] .form-product-item .p_checkbox {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    box-sizing: border-box;
}

.form-line[data-payment="true"] .form-product-item .p_checkbox input {
    opacity: 0;
    z-index: 3;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 2px;
    margin: 0;
    width: 18px;
    height: 20px;
}

.form-line[data-payment="true"] .form-product-item .p_checkbox .checked {
    z-index: 2;
    display: none;
    position: absolute;
    top: 0;
    left: 2px;
    box-sizing: border-box;
    border: 1px solid #2e69ff;
    background-color: #2e69ff;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 2px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px;
    background-image: url("data:image/svg+xml; charset=utf-8,%3Csvg viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4l2.667 3L9 1' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.form-line[data-payment="true"] .form-product-item .p_checkbox .select_border {
    content: "";
    position: absolute;
    border-width: 1.2px;
    border-style: solid;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    box-sizing: border-box;
    display: block;
    z-index: 1;
    top: 0;
    left: 2px;
}

.form-line[data-payment="true"] .form-product-item .p_checkbox:hover .select_border {
    border-color: #a9bff9;
    box-shadow: 0 0 0 2px #c9d8fe;
}

.form-line[data-payment="true"] .form-product-item .p_checkbox input[type="checkbox"]:checked~div {
    display: block;
}

.form-line[data-payment="true"] .form-product-item .p_checkbox input[type="radio"]~div.select_border {
    border-radius: 50%;
}

.form-line[data-payment="true"] .form-product-item .p_checkbox input[type="radio"]:checked~div.checked {
    display: block;
    border-radius: 50%;
    background-image: none;
    top: 3px;
    left: 5px;
    width: 14px;
    height: 14px;
}

.form-line[data-payment="true"] .form-product-item .p_checkbox input[type="radio"]:checked~div.select_border {
    border: 1px solid #2e69ff;
}

.form-line[data-payment="true"] .form-product-item .p_checkbox .form-checkbox[disabled]~.checked {
    background-color: #ccc;
    border: 1px solid #ccc;
}

.form-line[data-payment="true"] .form-product-item .p_image {
    position: relative;
    display: none;
    padding-left: 16px;
}

.form-line[data-payment="true"] .form-product-item .p_image .image_area {
    background-color: #fff;
    position: relative;
    width: 72px;
    height: 72px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    border-radius: 3px;
    display: none;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
    top: 0;
}

.form-line[data-payment="true"] .form-product-item .p_image .image_area .image_zoom {
    width: 0;
    height: 0;
    border: 0;
    background: rgba(1, 118, 254, 0.5);
    background-image: url('https://cdn.jotfor.ms/assets/img/payments/image_zoom.svg');
    position: absolute;
    display: none !important;
    top: 26px;
    right: 26px;
    cursor: pointer;
    background-position: center center;
    background-size: 36px;
    background-repeat: no-repeat;
    border-radius: 3px;
}

.form-line[data-payment="true"] .form-product-item .p_image:hover .image_zoom {
    display: block !important;
    width: 72px;
    height: 72px;
    top: 0;
    right: 0;
    border-radius: 3px;
}

.form-line[data-payment="true"] .form-product-item .form-product-container {
    padding-left: 16px;
    position: relative;
    width: 100%;
    display: block;
    /* margin: auto !important; */
}

.form-line[data-payment="true"] .form-product-item .form-product-container br {
    display: none;
}

.form-line[data-payment="true"] .form-product-item .form-product-container:after {
    content: "";
    clear: both;
    display: block;
    width: 100%;
}

.form-line[data-payment="true"] .form-product-item .form-product-container>span {
    /* display: flex; */
    /* align-items: flex-start; */
}

.form-line[data-payment="true"] .form-product-item .form-product-container .form-product-name {
    display: block;
    padding-top: 6px;
    padding-right: 116px;
    font-weight: 600;
}

.form-line[data-payment="true"] .form-product-item .form-product-container .form-product-description {
    padding-top: 2px;
    padding-right: 42px;
    display: block;
    font-size: 13px;
    opacity: 0.6;
}

.form-line[data-payment="true"] .form-product-item .form-product-container .form-product-details {
    position: absolute;
    top: 6px;
    right: 0px;
    font-size: 14px;
}

.form-line[data-payment="true"] .form-product-item .form-product-container .form-product-details * {
    display: inline;
}

.form-line[data-payment="true"] .form-product-item span > span,
.form-line[data-payment="true"] .total_area .form-payment-price span[data-wrapper-react="true"] > span:nth-child(1) {
    margin-left: 1px;
}

.form-line[data-payment="true"] .form-product-item span.currency_abr,
.form-line[data-payment="true"] .total_area .form-payment-price span.currency_abr {
    margin-left: 2px;
}

.form-line[data-payment="true"] .form-product-item .form-product-container .form-sub-label-container {
    display: block;
    float: left;
    padding-top: 0;
    margin-top: 8px;
    margin-left: 0;
    margin-right: 8px;
    width: auto;
}

.form-line[data-payment="true"] .form-product-item .form-product-container .form-sub-label-container label.form-sub-label {
    display: inline-block;
    line-height: 24px;
    height: 28px;
    box-sizing: border-box;
    white-space: nowrap;
}

.form-line[data-payment="true"] .form-product-item .form-product-container .form-sub-label-container span {
    display: inline-block;
}

.form-line[data-payment="true"] .form-product-item .form-product-container .form-sub-label-container input.form-product-custom_quantity {
    display: inline-block;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    font-weight: 400;
    font-size: 16px;
    min-width: 46px;
    max-width: 40px;
    width: auto;
    padding: 0 10px;
    height: 34px !important;
}

.form-line[data-payment="true"] .form-product-item .form-product-container .form-sub-label-container:after {
    content: "";
    clear: both;
    display: block;
    width: 100%;
}

.form-line[data-payment="true"] .form-product-item .form-product-container .form-sub-label-container .form-textbox {
    padding: 3px 3px 3px 6px;
}

.form-line[data-payment="true"] .form-product-item .form-product-container .form-sub-label-container span.select_cont {
    border-radius: 0px;
    display: inline-block;
    position: relative;
}

.form-line[data-payment="true"] .form-product-item .form-product-container .form-sub-label-container span.select_cont:hover {
    border-color: #a9bff9;
    box-shadow: 0 0 0 2px #c9d8fe;
}

.form-line[data-payment="true"] .form-product-item .form-product-container .form-sub-label-container span.select_cont select {
    border-style: solid;
    border-width: 1px;
    width: 100%;
    padding-right: 20px;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%2357647E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center right 6px;
    background-size: 9px
}

.form-line[data-payment="true"] .form-product-item .form-product-container table .form-product-child-price span {
    display: inline-block;
}

.form-line[data-payment="true"] .form-product-item .form-product-container .form-product-details b {
    display: flex;
}

.form-line[data-payment="true"] .form-product-item .form-product-container .form-product-details b .old_price {
    font-weight: 500;
    margin-right: 6px;
    margin-left: 0;
}

.form-line[data-payment="true"] .show_image .p_image {
    display: block;
}

.form-line[data-payment="true"] .show_image .p_image .image_area {
    display: block;
}

.form-line[data-payment="true"] .show_image .p_checkbox {
    margin-top: 24px;
}

.form-line[data-payment="true"] .show_image .title_description {
    display: flex;
    align-items: center;
}

.form-line[data-payment="true"] .show_image .form-product-container .form-product-name {
    display: flex;
    min-height: 70px;
    align-items: center;
    padding-top: 0;
}

.form-line[data-payment="true"] .show_image .form-product-container .form-product-details {
    top: 25px;
}

.form-line[data-payment="true"] .show_image.show_desc .title_description {
    display: block;
    align-items: center;
}

.form-line[data-payment="true"] .show_image.show_desc .form-product-name {
    min-height: auto;
    display: block;
}

.form-line[data-payment="true"] .show_image.show_desc .form-product-details {
    top: 1px;
}

.form-line[data-payment="true"] .show_image.show_option .form-product-name {
    padding-top: 12px;
    line-height: normal;
}

.form-line[data-payment="true"] .show_image.show_option .form-product-details {
    top: 11px;
}

.form-line[data-payment="true"] .show_image.show_option .form-product-container .form-product-name {
    min-height: auto;
}

.form-line[data-payment="true"] .show_image.show_option.show_desc .form-product-name {
    display: block;
    padding-top: 0;
    vertical-align: center;
}

.form-line[data-payment="true"] .show_image.show_option.show_desc .p_image {
    padding-top: 0;
}

.form-line[data-payment="true"] .show_image.show_option.show_desc .image_zoom {
    top: 0;
}

.form-line[data-payment="true"] .show_image.show_option.show_desc .p_checkbox {
    margin-top: 24px;
}

.form-line[data-payment="true"] .show_image.show_option.show_desc .form-product-details {
    top: 2px;
    right: 0px;
}

.form-line[data-payment="true"] .show_desc .form-product-description {
    display: block;
    padding: 4px 0;
}

.form-line[data-payment="true"] .show_subtotal .form-product-container {
    padding-bottom: 34px;
}

.form-line[data-payment="true"] .sub_product .form-product-child-table {
    display: none;
}

.isBuilder .form-line[data-payment="true"] .sub_product .form-product-child-table {
    display: block;
}

.form-line[data-payment="true"] .sub_product .form-special-subtotal {
    display: none;
}

.form-line[data-payment="true"] .show_sub_product .form-product-child-table {
    display: block;
}

.form-line[data-payment="true"] .show_sub_product .form-special-subtotal {
    display: block;
}

.form-line[data-payment="true"] .form-product-item .show_desc .form-product-container .form-product-name,
.form-line[data-payment="true"] .form-product-item .show_option .form-product-container .form-product-name {
    padding-top: 6px;
}

.form-line[data-payment="true"] .form-product-item.show_image.full_img .p_image .image_area {
    background-size: contain !important;
}

/* SUBSCRIPTION ////////////// */
.form-line[data-payment="true"] div[data-paymenttype="subscription"] .form-product-container span[data-wrapper-react="true"] {
    display: block;
}

.form-line[data-payment="true"] div[data-paymenttype="subscription"] .title_description {
    min-height: auto !important;
}

.form-line[data-payment="true"] div[data-paymenttype="subscription"] .form-product-details {
    position: relative !important;
    width: 100%;
    display: block;
    top: auto !important;
    left: auto;
    right: auto !important;
}

.form-line[data-payment="true"] .form-product-item.new_ui.invisible_product {
    display: none;
}

.form-line[data-payment="true"] .form-product-item.new_ui.invisible_product + .p_item_separator {
    display: none;
}

/* stock features  fields */

.form-line[data-payment="true"] .form-product-item.new_ui.sold_out_product .p_col,
.form-line[data-payment="true"] .form-product-item.new_ui.sold_out_product .p_image,
.form-line[data-payment="true"] .form-product-item.new_ui.sold_out_product .form-product-name,
.form-line[data-payment="true"] .form-product-item.new_ui.sold_out_product .form-product-description,
.form-line[data-payment="true"] .form-product-item.new_ui.sold_out_product .form-sub-label-container,
.form-line[data-payment="true"] .form-product-item.new_ui.sold_out_product .form-product-details > b {
    opacity: 0.5;
}

.form-line[data-payment="true"] .form-product-item.new_ui.just_sold_out_product .p_image,
.form-line[data-payment="true"] .form-product-item.new_ui.just_sold_out_product .form-product-name,
.form-line[data-payment="true"] .form-product-item.new_ui.just_sold_out_product .form-product-description,
.form-line[data-payment="true"] .form-product-item.new_ui.just_sold_out_product .form-sub-label-container,
.form-line[data-payment="true"] .form-product-item.new_ui.just_sold_out_product .form-product-details > b {
    opacity: 0.5;
}

.form-line[data-payment="true"] .form-product-item.new_ui.sold_out_product + .p_item_separator,
.form-line[data-payment="true"] .form-product-item.new_ui.just_sold_out_product + .p_item_separator  {
    opacity: 0.5;
}

.payment-error-message {
    margin-bottom: 20px;
    padding: 4px 6px 4px 21px;
}

.form-line[data-payment="true"] .form-product-item.just_sold_out_product.new_ui,
.form-line[data-payment="true"] .form-product-item.not_enough_stock_product.new_ui {
    background-color: #ffeded;
}

.form-line[data-payment="true"] .form-product-item.not_enough_stock_product.new_ui {
    padding-bottom: 20px
}

.form-line[data-payment="true"] .form-product-item.new_ui.sold_out_product input[type="checkbox"],
.form-line[data-payment="true"] .form-product-item.new_ui.sold_out_product {
    pointer-events: none;
    user-select: none;
}

.form-line[data-payment="true"] .form-product-item.new_ui.just_sold_out_product .p_image,
.form-line[data-payment="true"] .form-product-item.new_ui.just_sold_out_product .select_cont,
.form-line[data-payment="true"] .form-product-item.new_ui.just_sold_out_product select,
.form-line[data-payment="true"] .form-product-item.new_ui.just_sold_out_product .form-product-custom_quantity {
    pointer-events: none;
    user-select: none;
}

.form-line[data-payment="true"] div[data-paymenttype="subscription"] .form-product-details input {
    font-size: 1em;
}

.form-line[data-payment="true"] .form-product-item.new_ui.sold_out_product .form-product-details,
.form-line[data-payment="true"] .form-product-item.new_ui.just_sold_out_product .form-product-details,
.form-line[data-payment="true"] .form-product-item.new_ui.not_enough_stock_product .form-product-details {
    top: -6px;
}

.form-line[data-payment="true"] .form-product-item.new_ui.sold_out_product.show_option .form-product-details,
.form-line[data-payment="true"] .form-product-item.new_ui.just_sold_out_product.show_option .form-product-details,
.form-line[data-payment="true"] .form-product-item.new_ui.not_enough_stock_product .form-product-details {
    top: 6px;
}

.form-line[data-payment="true"] .form-product-item.new_ui.sold_out_product.show_desc .form-product-details,
.form-line[data-payment="true"] .form-product-item.new_ui.just_sold_out_product.show_desc .form-product-details,
.form-line[data-payment="true"] .form-product-item.new_ui.not_enough_stock_product .form-product-details {
    top: 6px;
}

.form-line[data-payment="true"] .form-product-item.new_ui.sold_out_product .form-product-details b,
.form-line[data-payment="true"] .form-product-item.new_ui.just_sold_out_product .form-product-details b,
.form-line[data-payment="true"] .form-product-item.new_ui.not_enough_stock_product .form-product-details b {
    display: block;
}

.form-line[data-payment="true"] .form-product-item.new_ui .form-product-details .payment-badge {
    color: #FFF;
    font-size: 13px;
    padding: 2px 4px 3px 4px;
    border-radius: 2px;
    position: absolute;
    right: 0;
    min-width: 63px;
    text-align: center;
    margin-top: 3px;
}

.form-line[data-payment="true"] .form-product-item.new_ui .form-product-details .payment-badge.sold-out-label {
    background-color: #4B71FB;
}

.form-line[data-payment="true"] .form-product-item.new_ui .form-product-details .payment-badge.just-sold-out-label {
    background-color: #f23a3c;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 14.515a7 7 0 110-14 7 7 0 010 14zm-.814-5.86h1.628v-5.21H6.186v5.21zM7 11.259a.82.82 0 00.814-.824A.816.816 0 007 9.631a.813.813 0 100 1.628z' fill='%23fff'/%3E%3C/svg%3E");
    background-size: .875em;
    background-position: .375em;
    background-repeat: no-repeat;
    min-width: 110px;
    padding-left: 1.625em;
}

.form-line[data-payment="true"] .form-product-item.new_ui.not_enough_stock_product .payment-badge {
    background-color: #f23a3c;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 14.515a7 7 0 110-14 7 7 0 010 14zm-.814-5.86h1.628v-5.21H6.186v5.21zM7 11.259a.82.82 0 00.814-.824A.816.816 0 007 9.631a.813.813 0 100 1.628z' fill='%23fff'/%3E%3C/svg%3E");
    background-size: .875em;
    background-position: .5em;
    background-repeat: no-repeat;
    width: auto;
    padding-left: 18px;
    font-size: 13px;
    padding: 3px 6px 4px 22px;
    border-radius: 2px;
    color: #FFFFFF;
    margin-bottom: 12px;
    position: relative;
    margin-left: 18px;
}

.form-line[data-payment="true"] .form-product-item.new_ui.sold_out_product .form-product-container {
    padding-right: 64px;
}

.form-line[data-payment="true"].subscription_cont .new_ui .form-product-container span[data-wrapper-react="true"] {
    display: block;
}

.form-line[data-payment="true"].subscription_cont .new_ui .form-product-container .title_description {
    min-height: auto;
}

.form-line[data-payment="true"].subscription_cont .new_ui .title_description {
    display: block;
    width: 100%;
}

.form-line[data-payment="true"].subscription_cont .new_ui .form-product-details {
    position: relative;
    width: 100%;
    display: block;
    top: auto;
    left: auto;
    right: auto;
    padding-top: 2px !important;
}

.form-line[data-payment="true"].subscription_cont .new_ui .form-product-details * {
    display:initial !important;
    font-weight: 400;
    text-decoration: none;
}

.form-line[data-payment="true"].subscription_cont .new_ui .form-product-details span b{
    padding-right: 0px;
}

.form-line[data-payment="true"].subscription_cont .new_ui .form-product-details input {
    font-size: 1em;
}

.form-line[data-payment="true"].subscription_cont .show_image .p_checkbox {
    margin-top: 27px;
}

.form-line[data-payment="true"].subscription_cont .show_image .form-product-name {
    padding-top: 12px;
    min-height: auto;
}

.form-line[data-payment="true"].subscription_cont .show_image.show_desc .form-product-name {
    padding-top: 4px !important;
}

.form-line[data-payment="true"].subscription_cont .form-product-item .form-product-container .form-product-name {
    padding-top: 4px;
    padding-right: 0;
}

.form-line[data-payment="true"] .old_price {
    opacity: 0.5;
}

.form-line[data-payment="true"] .p_item_separator.last_p_seperator,
.form-line[data-payment="true"] .last_p_category.title_collapsed {
    border-color: transparent !important;
}

.form-line[data-payment="true"] .form-product-child-table .payment-badge {
    padding-left: 6px !important;
    background-image: none !important;
    margin-left: 0 !important;
}

.form-line[data-payment="true"] .sub-product-just-sold-out th,
.form-line[data-payment="true"] .sub-product-just-sold-out td:not(.sub-product-warning),
.form-line[data-payment="true"] .sub-product-sold-out th,
.form-line[data-payment="true"] .sub-product-sold-out td {
    opacity: 0.5;
    pointer-events: none;
    user-select: none;
}
.form-line[data-payment="true"] .sub-product-just-sold-out .just-sold-out-label {
    background-color: #4B71FB !important;
}

.show_sub_product.not_enough_stock_product > .not-enough-stock-label.payment-badge {
    display: none;
}

.form-line[data-payment="true"].form-line-error {
    background-color: inherit;
}

/* E.O. SUBSCRIPTION */

.form-line[data-payment="true"] .payment_footer.new_ui {
    width: 100%;
    overflow: hidden;
    padding: 16px 0 !important;
    /* E.O total area */
}

.form-line[data-payment="true"] .payment_footer.new_ui #coupon-container {
    border: 0 !important;
    margin-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.form-line[data-payment="true"] .payment_footer.new_ui #coupon-container #coupon-header {
    padding-bottom: 4px;
    font-size: 12px;
    font-weight: 500;
}

.form-line[data-payment="true"] .payment_footer.new_ui #coupon-container #coupon-input {
    min-width: 154px !important;
    height: 40px;
    margin-top: 4px;
}

.form-line[data-payment="true"] .payment_footer.new_ui #coupon-container input {
    height: 40px;
    line-height: 40px;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
    font-size: 0.875em;
}

.form-line[data-payment="true"] .payment_footer.new_ui #coupon-container button {
    height: 40px;
    border-width: 1px;
    border-style: solid;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 3px;
    box-sizing: border-box;
    cursor: pointer;
    margin-top: 4px;
    font-size: 0.875em;
}

.form-line[data-payment="true"] .payment_footer.new_ui:after {
    clear: both;
    display: block;
    width: 100%;
}

.form-line[data-payment="true"] .payment_footer.new_ui .total_area {
    display: table;
    padding: 20px 0 0 0;
    min-width: 140px;
    float: right;
    box-sizing: border-box;
}

.form-line[data-payment="true"] .payment_footer.new_ui .total_area * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    line-height: 16px;
    font-size: 14px;
}

.form-line[data-payment="true"] .payment_footer.new_ui .total_area .form-payment-label {
    display: flex;
    padding-bottom: 6px;
    font-size: 0.875em;
    opacity: 0.6;
    max-width: auto;
    white-space: nowrap;
}

.form-line[data-payment="true"] .payment_footer.new_ui .total_area .form-payment-discount {
    display: flex;
    padding-bottom: 6px;
    font-size: 0.875em;
    opacity: 0.6;
    max-width: auto;
    white-space: nowrap;
    color: #2f69ff;
}

.form-line[data-payment="true"] .payment_footer.new_ui .total_area .form-payment-price {
    width: 100%;
    padding-left: 12px;
    padding-right: 0;
    display: block;
}

.form-line[data-payment="true"] .payment_footer.new_ui .total_area .form-payment-price>span {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.form-line[data-payment="true"] .payment_footer.new_ui .total_area .form-payment-total {
    font-weight: 600;
    display: flex;
    padding-bottom: 6px;
    font-size: 0.875em;
    align-items: center;
}

.form-line[data-payment="true"] .payment_footer.new_ui .total_area .form-payment-total #total-text {
    line-height: normal;
}

.form-line[data-payment="true"] .payment_footer.new_ui .total_area .form-payment-total:after {
    display: none !important;
}

.form-line[data-payment="true"] .payment_footer.new_ui .total_area:nth-child(1) {
    width: auto !important;
    float: right;
    vertical-align: middle;
    text-align: right;
}

.form-line[data-payment="true"] .payment_footer.new_ui .total_area:nth-child(2) {
    width: auto !important;
    float: none;
    display: table-cell !important;
}

.form-line[data-payment="true"] .payment_footer.new_ui .total_area:nth-child(2) span {
    float: right;
    padding-left: 12px;
}

.form-line[data-payment="true"] .payment_footer.new_ui .total_area:nth-child(2) span>span {
    float: none;
    padding-left: 0;
}

.form-line[data-payment="true"] .payment_footer.new_ui .total_area .form-payment-divider {
    display: none !important;
}

.form-line[data-payment="true"] .payment_footer.new_ui.show_coupon {
    display: flex;
    justify-content: space-between;
}

.form-line[data-payment="true"] .payment_footer.new_ui.show_coupon .total_area {
    float: right;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.form-line[data-payment="true"] .payment_footer.new_ui #coupon-message.invalid {
    color: #f23a3c;
    background-color: #ffe9e9;
    font-size: 0.75em;
    font-weight: 500;
    margin-top: 8px;
    display: block;
    float: left;
    clear: both;
    width: 100%;
    min-height: 32px;
    padding: 8px 8px 8px 32px;
    position: relative;
}

.form-line[data-payment="true"] .payment_footer.new_ui #coupon-container .invalid:before {
    background-color: #f23a3c;
    color: #fff;
    display: block;
    position: absolute;
    line-height: 16px;
    text-align: center;
    font-weight: 700;
    left: 8px;
    top: 8px;
    width: 16px;
    height: 16px;
    content: "!";
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px;
}

.form-line[data-payment="true"] .payment_footer.new_ui #coupon-container .valid {
    color: #18bd5b;
    background-color: #d6f5e3;
    font-size: 0.75em;
    font-weight: 500;
    margin-top: 8px;
    display: block;
    float: left;
    clear: both;
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding-left: 32px;
    position: relative;
}

.form-line[data-payment="true"] .payment_footer.new_ui #coupon-container .valid:before {
    background-color: #18bd5b;
    display: block;
    position: absolute;
    left: 8px;
    top: 8px;
    width: 16px;
    height: 16px;
    content: "";
    border-radius: 2px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px;
    background-image: url("data:image/svg+xml; charset=utf-8,%3Csvg viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4l2.667 3L9 1' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.form-line[data-payment="true"] .payment_footer.new_ui:after {
    clear: both;
    display: block;
    width: 100%;
}

.form-line[data-payment="true"] .form-payment-divider {
    border: 0;
}

.form-line[data-payment="true"] .payment_footer {
    padding-top: 24px;
    margin-top: 12px;
    position: relative;
    border-top-width: 1px;
    border-top-style: solid;
}

/* Payment Fields //// */
.form-address-table.payment-form-table .form-sub-label-container .form-sub-label {
    padding: 4px 0 0;
    margin: 0;
}
.form-address-table.payment-form-table .form-sub-label-container .editor-container {
    padding: 0;
    margin: 0;
}
.form-address-table.payment-form-table  span.form-sub-label-container {
    display: block;
    padding-top: 12px;
}
/* E.O. Payment Fields //// */

/* Sub-Product Button //////////////// */
.form-line .product_show_options {
    border: 1px solid #dee2ed;
    border-radius: 3px;
    display: block;
    background-color: #f4f7fc;
    font-size: 14px;
    color: rgb(85, 85, 85);
    height: 30px;
    line-height: 26px;
    cursor: pointer;
    position: relative;
    padding-left: 8px;
    width: 126px;
    margin-top: 4px;
}
.form-line:hover .product_show_options {
    background-color: #ffffff;
}
.form-line .product_show_options:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%2357647E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    transform: rotate(0deg);
    top: 4px;
    right: 6px;
    position: absolute;
}
.form-line .show_sub_product .product_show_options:after {
    transform: rotate(180deg);
}
.form-line span.sub_product_alert {
    font-size: 12px;
    border-radius: 3px;
    padding: 4px 0 4px;
    color: #2e69ff;
    margin-top: 6px;
    display: block;
    width: 313px;
}
.form-line span.sub_product_alert:before {
    content: "!";
    background-color: #2e69ff;
    display:inline-block;
    text-align: center;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    color: #fff;
    margin-right: 6px;
}
.form-line span.sub_product_alert_submit {
    font-size: 12px;
    border-radius: 3px;
    padding: 4px 6px;
    color: #fff;
    margin-top: 6px;
    display: block;
    width: 228px;
    background-color: #f23a3c;
    padding-left:24px;
    position: relative;
}
.form-line span.sub_product_alert_submit:before {
    content: "";
    display:inline-block;
    text-align: center;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 4px;
    color: #f23a3c;
    margin-right: 6px;
    background-image: url("https://cdn.jotfor.ms/images/exclamation-octagon.png");
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center center;
}
/* E.O. Sub-Product Button //////////////// */
.form-line[data-type="control_square"] .form-address-table.payment-form-table span.form-sub-label-container iframe {
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    display: block;
    min-width: 100%;
}
/* Square CC field */

/* E.O Square CC field */

/* Stripe ACH */
.plaid_area {
  width: 100%;
}

.plaid_area .plaid_description,
.plaid_area .plaid-bank-details {
  padding-top: 12px;
}

.plaid_area button {
  margin-left: 10px;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 3em;
  font-size: 1em;
  border-radius: 4px;
  background-color: transparent;
  border: 1px solid;
  cursor: pointer;
  font-weight: 500;
  box-sizing: border-box;
  padding: 0 16px;
}

.plaid_area .plaid-bank-buttons,
.plaid_area .plaid_select_btn {
  text-align: right;
  padding-top: 8px;
}

.plaid_area .open-plaid-link {
  background-color: #5469D4;
  color: #ffffff;
  border-color: #5469D4;
  background-image: url(https://cdn.jotfor.ms/assets/img/payments/stripeACH_plaid.svg);
  background-repeat: no-repeat;
  background-position: left 13px center;
  background-size: 16px;
  padding: 0px 16px 0 40px;
  text-align: left;
}

.plaid_area #plaid-change-bank {
  background-color: #5469D4;
  color: #ffffff;
  border-color: #5469D4;
}

.plaid_area .plaid-remove-bank {
  border-color: #c3cad8;
  color: #2C3368;
  background-color: #fff;
}
/* E.O Stripe ACH */

/* PayPal Checkout */
.paypal-submit-container {
    padding-top: 36px;
    position:relative;
}

.paypal-submit-container > span {
    display: none;
}

.isBuilder .paypal-submit-container {
    padding-top: 36px !important;
}

.paypal-submit-container .paypal-submit-button-wrapper {
    width: 100%;
    padding-bottom: 16px;
    order: 1;
}
.paypal-submit-container .form-pagebreak-back-container,
.paypal-submit-container .form-submit-print,
.paypal-submit-container .editor-container,
.paypal-submit-container .form-submit-button  {
    order: 2;
}
/* E.O. PayPal Checkout */

body.JotFormCardBuilder .payment-methods-area .paypal-toggle-content ,
body.jfCardForm .payment-methods-area .paypal-toggle-content {
    flex-wrap: wrap;
}

body.JotFormCardBuilder .payment-methods-area .paypal-toggle-content .paypal-paylater-messages,
body.jfCardForm .payment-methods-area .paypal-toggle-content .paypal-paylater-messages {
    width: 90%;
    margin: 0 auto;
}

.rightPanel.paymentsettings .description-creator-area {
    position: absolute;
    top: 6px;
    left: 12px;
    width: 344px;
    height: 76px;
    overflow-y: auto;
}

.rightPanel.paymentsettings .description-creator-area::-webkit-scrollbar {
    width: 6px;
    background-color: #31333b;
    border-radius: 4px;
    border: 0;
    opacity: 0.8;
}

.rightPanel.paymentsettings textarea[name="description"]::-webkit-scrollbar {
    width: 14px;
    background-color: #31333b;
    border-radius: 4px;
    border: 0;
    opacity: 0.8;
    border-right: 12px !important;
}

.rightPanel.paymentsettings textarea[name="description"]::-webkit-scrollbar-thumb {
    border-right: 4px solid #535f70;
    border-left: 4px solid #535f70;
}

.rightPanel.paymentsettings textarea[name="description"]::-webkit-scrollbar-track {
    border: 4px solid #535f70;
}

.rightPanel.paymentsettings .description-creator-area p button {
    border: 0;
    border-radius: 3px;
    color: #FFF;
    font-size: 14px;
    margin-right:4px;
    line-height:20px;
    padding-bottom: 3px;
    cursor: pointer;
}

.rightPanel.paymentsettings .description-creator-area p button:nth-child(1) {
    background-color: #3f4652;
}

.rightPanel.paymentsettings .description-creator-area p button:nth-child(2) {
    background-color: #F15656;
}

.rightPanel.paymentsettings .description-creator-area span button {
    border: 0;
    color: #ffffff;
    font-size: 14px;
    background-color: transparent;
    text-decoration: underline;
    padding: 0;
    cursor: pointer;
}

.rightPanel.paymentsettings .description-creator-area span {
    color: #949fae;
}

/* product recommendation  */
.paymentModal .products-area {
    display: flex;
    width: 80%;
    margin: 0  auto;
    flex-wrap: nowrap;
    justify-content: center;
}

.paymentModal .modal-title {
    width: 80%;
    margin: 0  auto;
    color: #2c3345;
    font-size: 20px !important;
    padding: 0 12px 12px 12px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    font-size: 16px;
    color: rgb(44, 51, 69);
    font-family: "Circular Std", CircularStd, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
}

.paymentModal .modal-title b {
    font-size: 15px;
    font-family: ;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

.paymentModal .modal-container > button {
    position: absolute;
    top: 25px;
    right: 25px;
    color: #edeef5;
    cursor: pointer;
    width: 42px;
    height: 42px;
    background-color: #edeef5;
    border-radius: 50%;
    text-align: center;
    font-size: 26px;
    line-height: 36px;
    font-weight: 200;
    border: 0;
}

.paymentModal .modal-container > button:before {
    background-size: contain;
    background-position: center;
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    position: absolute;
    left: 11px;
    top: 11px;
    opacity: .3;
    transition: .3s;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgOSA5IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxwYXRoIGQ9Ik03LjY4IDcuMTVMNS4wMyA0LjVsMi42NS0yLjY1YS4zOC4zOCAwIDAwLS41My0uNTNMNC41IDMuOTcgMS44NSAxLjMyYS4zOC4zOCAwIDAwLS41My41M0wzLjk3IDQuNSAxLjMyIDcuMTVhLjM4LjM4IDAgMDAuNTMuNTNMNC41IDUuMDNsMi42NSAyLjY1YS4zOC4zOCAwIDAwLjUzLS41MyIvPgo8L3N2Zz4K);
}

.paymentModal .modal-container .products-area .product {
    margin: 12px;
    border: 1px solid #EEE;
    border-radius: 3px;
    position: relative;
    flex: 1 1 100%;
    padding: 6px;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.17);
}

.paymentModal .modal-container .products-area .product._disabled {
    opacity: 0.5;
    box-shadow: none;
    pointer-events: none;
    user-select: none;
}

.paymentModal .modal-container .products-area .product:hover {
 background-color: rgba(85, 115, 215, 0.06);
}

.paymentModal .modal-container .products-area .product-image {
    width: 100% !important;
    height: 120px;
    min-height: 120px;
    max-height: 120px;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
}

.paymentModal .modal-container .products-area .product .product-content {
    padding-top: 12px;
}

.paymentModal .modal-container .products-area .product .product-content button {
    right: -8px;
    bottom: -8px;
    background-color: #4673e3;
    color: #fff;
    border: 0;
    border-radius: 3px;
    line-height: 30px;
    padding: 0 10px;
    position: absolute;
    cursor: pointer;
    text-transform: uppercase;
}

.paymentModal .modal-container .products-area .product .product-content button:hover {
    background-color: #3f4652;
}

.paymentModal .modal-container .products-area .product .product-content span {
    width: 100%;
    display: block;
    padding-right: 40px;
}
/* E.O. product recommendation  */

/* product recommendation  */
.backdrop {
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    z-index: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.suggested-categories .modal-container {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    min-height: 200px;
    border-radius: 8px;
    max-width: 460px;
    max-height: 92%;
    min-width: 320px;
    z-index: 9999;
}
.suggested-categories .modal-container .modal-title {
    margin: 0; padding: 20px;
}
.suggested-categories .modal-container hr {
    display: none;
}

.suggested-categories .modal-container .modal-content {
    border-top: 1px solid #EEE;
}

.suggested-categories .modal-container .modal-content .description p {
    padding: 0 20px;
}
.suggested-categories .modal-container .modal-content .category-list {
    padding: 12px 24px;
}
.suggested-categories .modal-container .modal-content .category-list ul li.category-field {
    font-weight: bold;
    border-bottom: 1px solid #EEE;
    font-size: 16px;
    line-height: 32px;
}
.suggested-categories .modal-container .modal-content .category-list ul li.category-product-field {
    font-size: 15px;
    line-height: 32px;
    padding-left: 6px;
}

.suggested-categories .modal-container .modal-content .modal-footer {
    display: flex;
    padding: 20px;
    border-top:1px solid #eee;
    background-color: #F8F8F8
}

.suggested-categories .modal-container .modal-content .modal-footer .check-area {
    flex: 1 70%;
    display: flex;
    align-items: center;
}
.suggested-categories .modal-container .modal-content .modal-footer .check-area input {
}
.suggested-categories .modal-container .modal-content .modal-footer .check-area label {
 padding-left: 12px;
}
.suggested-categories .modal-container .modal-content .modal-footer button {
    flex: 1 30%;
    background-color: #4c71fb;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 3px;
    border: 0;
    cursor: pointer;
}
.suggested-categories .modal-container .modal-content .modal-footer button:hover {
    opacity: 0.8;
}
/* E.O. category recommendation  */

/* E.O. recommendation list  */
.jot-assistant-container {
    background-color: #262C3D;
    color: white;
    width: 310px !important;
    border-radius: 4px;
    transition: all 0.5s ease;
}

.jot-assistant-container .assistant-header {
 display: flex;
 font-style:italic;
 font-weight:13px;
 font-weight:bold;
}

.jot-assistant-container .assistant-header img {
    height: 116px;
}

.suggestion-list {
    display: block;
}

.suggestion-list li {
    margin-top: 12px;
    background-color: #FFF;
    color: #262c3d;
    font-size: 13px;
    padding: 8px 8px 8px 8px;
    border-radius: 3px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.suggestion-list li button {
    background-color: #262c3d;
    display: block;
    box-sizing: border-box;
    border: 0;
    background-image: url('https://cdn.jotfor.ms/assets/img/payments/trash_btn.svg');
    background-repeat: no-repeat;
    background-size:20px 20px;
    background-position: center center;
    height: 36px;
    min-width: 36px;
    border-radius:50%;
    visibility: hidden;
}

.suggestion-list li:hover button {
    visibility: visible;
}

.suggestion-list li:hover {
    background-color: #f4f7fc;
}

.close-assistant-button {
    border-radius: 50%;
    position: absolute;
    right: 6px;
    top: 6px;
    background-color: #364150;
    border: 0;
    padding: 0;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.close-assistant-button:hover {
    background-color: #ffffff;
}

.jot-assistant-container.hide_elements {
    background-color: transparent;
    border: 0;
    width: auto;
    transition: all 0.5s ease;
}
.jot-assistant-container.hide_elements .close-assistant-button,
.jot-assistant-container.hide_elements .suggestion-list,
.jot-assistant-container.hide_elements .assistant-header span {
    display: none;
}

.jot-assistant-container.hide_elements .assistant-header {
    justify-content: flex-end;
}

.jot-assistant-container.hide_elements .assistant-header img {
    cursor: pointer;
}

/* --  MOLLIE CSS For Payment UI--*/

.mollie-payment-wrapper .mollie-apm {
    width: 100%;
    margin-top: 30px;
}

.mollie-apm-list .payment-method-container {
    position: relative;
    padding: 12px !important;
    margin-bottom: 10px;
    border: 1px solid #E4E8EF;
    background-color: #fff;
    cursor: pointer;
    border-radius: 3px;
}

.mollie-apm-list .payment-method-container.selected {
 border-color: #2E68FF !important;
 background-color: #F4F7FD;
}

.mollie-apm-list .payment-method-container img {
    position: absolute;
    left: 45px;
    top: 11px
}

.mollie-apm-list .payment-method-container  .form-radio+label{
    padding-left: 78px !important;
}

.mollie-apm-list #mollie-credit-card {
    padding: 18px 34px;
}

.mollie-apm-list #klarnasliceit_description {
    display: block;
    padding: 24px 32px 0 32px;
}

.mollie-apm-list #mollie-credit-card-address {
    padding-left: 32px;
}

.mollie-apm-list #mollie-credit-card-address-klarnasliceit-description {
    padding-top: 16px;
}

.mollie-apm-list .payment-method-container h4 {
    display: none;
    margin-bottom: 12px;
    font-size: 15px;
}

table.mollie-address tr th {
    font-size: 15px;
    margin-bottom: -6px;
}

#mollie-credit-card tbody tr:nth-child(1) td,
#mollie-credit-card tbody tr:nth-child(2) td,
.mollie-address tbody tr:nth-child(3) td,
.mollie-address tbody tr:nth-child(4) td {
    padding-right: 0 !important;
}

.mollie-apm-list #mollie-credit-card,
.mollie-apm-list #klarnasliceit_description,
.mollie-apm-list .mollie-addres,
.mollie-apm-list #mollie-credit-card-address-klarnasliceit-description,
.mollie-apm-list #mollie-credit-card-address-klarnasliceit,
.mollie-apm-list #mollie-credit-card-address-klarnapaylater,
.mollie-apm-list #mollie-credit-card-address-voucher {
    display: none;
}

.mollie-apm-list .payment-method-container.selected #mollie-credit-card,
.mollie-apm-list .payment-method-container.selected #klarnasliceit_description,
.mollie-apm-list .payment-method-container.selected .mollie-addres,
.mollie-apm-list .payment-method-container.selected #mollie-credit-card-address-klarnasliceit-description,
.mollie-apm-list .payment-method-container.selected #mollie-credit-card-address-klarnasliceit,
.mollie-apm-list .payment-method-container.selected #mollie-credit-card-address-klarnapaylater,
.mollie-apm-list .payment-method-container.selected #mollie-credit-card-address-voucher,
.mollie-apm-list .payment-method-container.selected h4  {
    display: block;
}

#mollie-credit-card .form-sub-label-container .form-textbox {
    line-height: 34px;
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
}

.mollie-apm-list #mollie-credit-card-address-klarnasliceit-description {
    font-size: 14px;
    padding-left: 32px;
}

#mollie-credit-card-address-klarnasliceit,
#mollie-credit-card-address-klarnapaylater,
#mollie-credit-card-address-voucher {
    padding-left: 32px;
}

/* E.O. recommendation list */

.paymentsettings .spanel_back_btn {
    position: absolute;
    color: #A5AAB0 !important;
    right: 8px;
    top: 10px;
    display: block;
    background-color: #2F333B;
    text-transform: uppercase;
    padding: 0 12px 0 24px;
    font-size: 14px;
    border-radius: 2px;
    line-height: 30px;
    cursor: pointer;
    border: 0;
}

.paymentsettings .spanel_back_btn:before {
    background-image: url('https://cdn.jotfor.ms/assets/img/payments/sp_back_icon.svg');
    background-position: left 8px center;
    background-repeat: no-repeat;
    content: '';
    width: 16px;
    height: 30px;
    position: absolute;
    z-index: 9999999;
    top: 0;
    left: 0;
    background-size: 8px;
    opacity: 0.6;
}

/* Payment Settings Modal */

.productConfirmationModal {
    position: absolute;
    background-color: #262C3D;
    width: 94%;
    left: 3%;
    top: 23px;
    border-radius: 3px;
    color: #ffffff;
    z-index: 9999999;
}
.productConfirmationModal > p {
    font-size:15px;
    padding: 0 44px 0 78px;
    background-image: url('https://cdn.jotfor.ms/assets/img/payments/alert_blue.svg');
    background-position: left 26px center;
    background-size: 32px;
    line-height: 18px;
    background-repeat: no-repeat;
}
.productConfirmationModal > button {
    border: 0;
    background-color: transparent;
    color: #ffF;
    position: absolute;
    width:44px;
    height: 44px;
    top: 20px;
    right:0;
    color: transparent;
    background-image: url('https://cdn.jotfor.ms/assets/img/payments/close_white.svg');
    background-repeat: no-repeat;
    background-position: top right 16px;
    background-size: 14px;
    cursor: pointer;
}
.productConfirmationModal .modalActions {
    width: 100%;
    border-top: 1px solid #191c25;
    padding:12px;
    text-align: center;
}

.productConfirmationModal .modalActions button {
    height: 36px;
    border-radius: 3px;
    padding: 0 20px;
    min-width:100px;
    line-height: 33px;
    cursor: pointer;
}
.productConfirmationModal .modalActions button:nth-child(1) {
    border: 0;
    background-color: transparent;
    color: #fff;
}

.productConfirmationModal .modalActions button:nth-child(2) {
    border: 0;
    background-color: #2F90FF;
    color: #fff;
}

.paymentSettingsSave {
    padding: 20px;
    background-color: #3E464F;
    border-top: 1px solid #333b44;
    border-radius: 1px;
    color: #b4b9be;
    position: fixed;
    bottom: -60px;
    left: 0;
    width: 100%;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: left 20px center;
    z-index: 99 !important;
    transition: transform 0.8s;
    text-align: center;
    display: block;
}

.paymentSettingsSave a {
    width: 80%;
    margin: 0 auto !important;
    text-align: center;
    float: none !important;
}

@keyframes SHW {
    from {
    transform: translate(0px, 60px);
    }
    to {
    transform: translate(0px, -60px);
    }
}

.paymentSettingsSave.active {
    animation: SHW .8s;
    animation-fill-mode: both;
}

/* E.O. Payment Settings Modal */

@media screen and (max-width: 768px) {
    .form-buttons-wrapper.paypal-submit-container {
        flex-wrap: wrap !important;
    }
}

/* PAYMEN UI: CSS for Mobile View */
@media screen and (max-width: 560px),
screen and (max-device-width: 768px) and (orientation: portrait),
screen and (max-device-width: 415px) and (orientation: landscape) {
    .form-line[data-payment="true"] {
        width: calc(100% - 8px);
    }
    .form-line[data-payment=true] .filter-container {
        min-width: auto !important;
    }
    .form-line[data-payment="true"] .payment_footer {
        display: block !important;
    }
    .form-line[data-payment="true"] .payment_footer #coupon-container {
        width: 100% !important;
    }
    .form-line[data-payment="true"] .payment_footer #coupon-container table {
        width: 100%;
    }
    .payment_footer #coupon-container #coupon-input,
    .payment_footer #coupon-container #coupon-button {
        width: 100%;
    }
    .payment_footer .total_area {
        width: 100%;
        padding: 20px 6px 0 !important;
        margin-top: 12px;
    }
}

@media screen and (max-width: 480px),
screen and (max-device-width: 768px) and (orientation: portrait),
screen and (max-device-width: 415px) and (orientation: landscape) {
    .form-line[data-payment="true"] {
        width: calc(100% - 8px);
    }
    .form-line[data-payment="true"] div[data-wrapper-react="true"] {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        align-items: stretch;
    }
    .form-line[data-payment="true"] .payment_footer.new_ui .total_area:nth-child(1) {
        width: 100% !important;
        border: 0;
    }
    .form-line[data-payment="true"] .payment_footer.new_ui.show_coupon .total_area {
        border-top: 1px solid #EEE;
    }
    .form-line[data-payment="true"] .form-product-item .form-product-container .form-sub-label-container label.form-sub-label,
    .form-line[data-payment="true"] .form-product-item .form-product-container .form-sub-label-container span.select_cont {
        display: block;
        float: none;
    }
    .isBuilder .form-line[data-payment="true"] div.question-wrapper > div.form-input-wide,
    .form-line[data-payment="true"] > div.form-input-wide{
        padding-top: 10px;
        margin-left: 0;
        margin-right: 0;
    }
    .form-line[data-payment="true"] div[data-wrapper-react="true"] span.form-product-item {
        width: 100%;
        margin: 12px 0 !important;
    }
    .form-line[data-payment="true"] .form-product-item + .p_item_separator {
        display: none;
    }
    .form-line[data-payment="true"] div[data-wrapper-react="true"] .form-product-item.new_ui {
        border: 1px solid #dee2ee;
        position: relative;
        border-radius: 3px;
        padding: 0 0 0 28px;
        margin: 0 10px 20px 10px;
    }
    .form-line[data-payment="true"].subscription_cont div[data-wrapper-react="true"] .form-product-item.new_ui .form-product-item-detail.new_ui {
        display: block !important;
    }
    .form-line[data-payment="true"].subscription_cont .form-product-details {
        padding-left: 0px;
    }
    .form-line[data-payment="true"] .p_item_separator {
        margin: 12px 0 0 !important;
        opacity: 0 !important;
    }
    .form-line[data-payment="true"] .select_border {
        opacity: 1;
        background-color: transparent;
    }
    .form-line[data-payment="true"] div[data-wrapper-react="true"] .form-product-item.new_ui .form-product-item-detail.new_ui {
        display: block !important;
        margin-top: 0 !important;
        padding: 0;
    }
    .form-line[data-payment="true"] div[data-wrapper-react="true"] .form-product-item.new_ui .form-product-container {
        padding: 16px;
        margin: 0 !important;
    }
    .form-line[data-payment="true"] div[data-wrapper-react="true"] .form-product-item.new_ui.show_subtotal .form-product-container {
        padding: 16px 16px 34px 16px !important;
        margin: 0 !important;
    }
    .form-line[data-payment="true"] .form-product-item .form-special-subtotal {
        bottom: 14px !important;
        top: auto;
    }
    .form-line[data-payment="true"] div[data-wrapper-react="true"] .form-product-item.new_ui .form-product-container .form-product-name {
        min-height: auto;
        padding: 0;
    }
    .form-line[data-payment="true"] div[data-wrapper-react="true"] .form-product-item.new_ui .p_col {
        position: absolute;
        left: 10px;
        top: 12px !important;
    }
    .form-line[data-payment="true"] div[data-wrapper-react="true"] .form-product-item.new_ui.show_image {
        padding: 0;
        display: block;
    }
    .form-line[data-payment="true"] div[data-wrapper-react="true"] .form-product-item.new_ui.show_image .p_image {
        padding: 0;
        float: none;
        min-width: 120px;
        max-height: 320px;
        width: 100%;
        height: 100%;
    }
    .form-line[data-payment="true"] div[data-wrapper-react="true"] .form-product-item.new_ui.show_image .image_zoom {
        width: 100%;
        height: 100%;
    }
    .form-line[data-payment="true"] div[data-wrapper-react="true"] .form-product-item.new_ui.show_image .image_area {
        min-height: 168px;
        width: 100%;
        height: 100%;
        border-radius: 0;
        border:0;
        background-color: #F4F4F4;
        border-bottom: 1px solid #F4F4F4;
    }
    .form-line[data-payment="true"] .form-product-item.new_ui.show_image .form-product-container .form-sub-label-container {
        margin-right: 12px;
        margin-top: 2px;
    }
    .form-line[data-payment="true"] .form-product-item.new_ui.show_image .form-product-container .form-product-description {
        padding-right: 0px !important;
        padding-top: 4px;
    }
    .form-line[data-payment="true"] div[data-wrapper-react="true"] .form-product-item.new_ui.show_image .title_description {
        padding: 0;
        min-height: auto;
    }
    .form-line[data-payment="true"] div[data-wrapper-react="true"] .form-product-item.new_ui .form-product-details {
        padding-top: 4px;
        position: relative;
        display: block;
        top: 0;
        left: 0;
        margin-left: 0;
        color: #2e69ff;
    }
    .form-line[data-payment="true"] div[data-wrapper-react="true"] .form-product-item.show_image .p_checkbox {
        margin-top: 0;
    }
    .form-line[data-payment="true"] .payment_footer.new_ui {
        margin: 10px 0;
        position: relative;
    }
    .form-line[data-payment="true"].form-product-category-item {
        margin: 0 10px 16px 10px;
        padding: 30px 0 12px 0 !important;
        width: 100%;
    }
    .form-line[data-payment="true"] .payment_footer.new_ui .total_area {
        padding-right: 0;
    }
    .form-line[data-payment="true"] .filter-container {
        right: 10px;
        position: relative !important;
        top: 0 !important;
        width: 100%;
        margin: 0 auto 12px auto;
        min-width: auto !important;
    }
    .form-line[data-payment="true"] .form-product-category-item {
        width: 100%;
    }
    .form-line[data-payment="true"] div[data-wrapper-react="true"] .form-product-item.new_ui.not-category-found {
        display: none !important;
    }
    .paypal-submit-container .paypal-submit-button-wrapper {
        width: calc(100% - 30px) !important;
    }
        .form-product-category-item {
        width: 100%;
    }
    .payment-form-table tbody {
        width: 100%;
        display: grid;
    }
    .payment-form-table tbody tr td {
        display: flex;
        width: 100%;
        padding-right: 0 !important;
    }
    .payment-form-table tbody tr td iframe {
        border: 1px solid #c3cad8;
        background-color:#ffffff;
    }
    .form-line[data-payment="true"] .form-product-item.new_ui.sold_out_product .form-product-details  {
        display: flex !important;
        width: 100%;
    }
    .form-line[data-payment="true"] .form-product-item.new_ui.sold_out_product .form-product-details .payment-badge {
        margin-top: -2px;
        margin-left: 6px;
        position: relative;
    }
    .form-line[data-payment="true"] .form-product-item.new_ui.sold_out_product .form-product-details {
        display: flex !important;
        width: 100%;
        flex-direction: column;
    }
    .form-line[data-payment="true"] .form-product-item.new_ui.sold_out_product .form-product-details .payment-badge {
        margin-top: 6px;
        margin-bottom: 6px;
        margin-left: 0;
        position: relative;
        max-width: 70px;
    }
    .form-line[data-payment="true"] .form-product-item.new_ui.not_enough_stock_product .form-product-details .payment-badge {
        margin-top: 6px;
        margin-bottom: 6px;
        margin-left: 0;
        position: relative;
        max-width: 140px;
    }
    .form-line[data-payment="true"] .form-product-item.new_ui.not_enough_stock_product .payment-badge {
        display: block;
        box-sizing:border-box;
        width: calc(100% - 32px);
        padding-left: 26px;
        margin-bottom:16px;
    }
}
/* E.O. NEW PAYMENT UI //////////////// */