.iscu_checkout_wrapper {
    margin-top: 40px;
}

.iscu_confirm_and_pay[disabled] {
    opacity: .3;
}

.open-modal-tips-chatbox.iscu_tip_seller {
	background: #003366 !important;
	color: white !important;
}

.ui.button.iscu_no_tip {
	background: #E0E1E2 !important;
	color: rgba(0, 0, 0, 0.6) !important;
}

.ispm-tips-modal {
	padding: 5px 0;
}

.ispm-tips-title {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	margin: 5px 0 18px 0;
}

.ispm-tips-options {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	margin-bottom: 14px;
}

.ispm-tip-option {
	border: 1px solid #d9d9d9;
	border-radius: 6px;
	padding: 0;
	background: #ffffff;
	cursor: pointer;
	text-align: left;
	overflow: hidden;
}

.ispm-tip-option-percent {
	display: block;
	font-size: 28px;
	font-weight: 800;
	color: #ffffff;
	padding: 14px 14px 10px 14px;
}

.ispm-tip-option-label {
	display: block;
	padding: 10px 14px 14px 14px;
	font-size: 14px;
	color: rgba(0,0,0,0.75);
	background: #ffffff;
}

.ispm-tip-option-15 .ispm-tip-option-percent { background: #4CAF50; }
.ispm-tip-option-20 .ispm-tip-option-percent { background: #3F51B5; }
.ispm-tip-option-25 .ispm-tip-option-percent { background: #6A1B9A; }

.ispm-tip-option-active {
	box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.15);
	border-color: rgba(0, 123, 255, 0.45);
}

.ispm-tip-custom {
	border: 1px solid #d9d9d9;
	border-radius: 6px;
	padding: 12px;
	max-width: 240px;
}

.ispm-tip-custom-title {
	font-weight: 600;
	margin-bottom: 8px;
}

.ispm-tip-custom-input {
	width: 100%;
	padding: 10px 12px;
	border-radius: 6px;
	border: 1px solid #d9d9d9;
}

.ispm-tips-actions {
	display: flex;
	justify-content: flex-end;
	margin-top: 16px;
}

.ispm-tip-continue[disabled] {
	opacity: 0.6;
	cursor: not-allowed;
}

label[for="iscu_confirm_payment_checkbox"] {
    display: flex;
    align-items: baseline;
    gap: 10px;
    line-height: 22px;
    margin-bottom: 10px;
}

.iscu_columns_wrapper {
    display: grid;
    grid-template-columns: calc(65% - 50px) calc(35% - 50px);
    gap: 100px;
    margin-top: 10px;
}

.iscu_checkout_tab {
    margin-bottom: 20px;
}

.iscu_checkout_tab_heading {
    padding: 15px;
    background: #ffffff17;
    border: 1px solid #80808040;
    font-weight: bold;
}

.iscu_checkout_tab_content {
    padding: 15px;
    background: white;
    border: 1px solid #80808040;
}

.iscu_billing_details {
    display: flex;
    justify-content: space-between;
}

.iscu_save_billing_info,
.iscu_edit_billing_info {
    width: 80px;
    background: white;
    border: 1px solid black;
    font-family: inherit;
    border-radius: 5px;
    cursor: pointer;
    height: 40px;
}

.iscu_billing_name {
    display: block;
    font-weight: bold;
}

.iscu_billing_info {
    color: gray;
}

.iscu_loader {
    display: block;
    width: 19px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 3px solid #000000;
    animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
    margin: auto;
}

.iscu_confirm_and_pay.iscu_ajaxing,
.iscu_save_billing_info.iscu_ajaxing {
    cursor: not-allowed;
}

@keyframes l20-1 {
    0% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%)
    }

    12.5% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%)
    }

    25% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%)
    }

    50% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%)
    }

    62.5% {
        clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%)
    }

    75% {
        clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%)
    }

    100% {
        clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%)
    }
}

@keyframes l20-2 {
    0% {
        transform: scaleY(1) rotate(0deg)
    }

    49.99% {
        transform: scaleY(1) rotate(135deg)
    }

    50% {
        transform: scaleY(-1) rotate(0deg)
    }

    100% {
        transform: scaleY(-1) rotate(-135deg)
    }
}


.iscu_billing_details_form:not(.active),
.iscu_billing_details:not(.active),
.iscu_confirm_and_pay:not(.iscu_ajaxing) .iscu_loader,
.iscu_confirm_and_pay.iscu_ajaxing .iscu_btn_text,
.iscu_save_billing_info:not(.iscu_ajaxing) .iscu_loader,
.iscu_save_billing_info.iscu_ajaxing .iscu_btn_text,
.iscu_billing_details_form .full-width-inputs>.field:not(.address-field),
.iscu_billing_details_form .field.timezone-field,
.iscu_billing_details_form .ui.dividing.header,
.iscu_billing_details_form .ui.stackable.grid {
    display: none;
}

.iscu_billing_details_form .ui.segment.tab.active {
    box-shadow: none;
    padding: 0;
    margin: 0;
}

.iscu_billing_details_form #content-full-ov {
    margin: 0;
}


.iscu_payment_gateways label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    cursor: pointer;
}

.iscu_payment_gateways img {
    height: 30px;
}

.iscu_payment_gateways_wrapper .iscu_payment_gateways input {
    float: unset;
    position: unset;
    margin: 0;
}

.iscu_checkout_tab_content.iscu_payment_gateways_wrapper {
    padding: 0;
}

.iscu_payment_gateways .iscu_payment_method:not(:last-child) {
    border-bottom: 1px solid #80808040;
}

.iscu_second_column {
    border: 1px solid #80808040;
    height: fit-content;
}

.iscu_service_details {
    padding: 15px;
    background: #ffffff17;
    border-bottom: 1px solid #80808040;
}

.iscu_service_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.iscu_service_row.iscu_service_data {
    align-items: flex-start;
    gap: 15px;
    justify-content: normal;
}

.iscu_service_row:not(:last-child) {
    margin-bottom: 20px;
}

.iscu_service_fees_details,
.iscu_bold,
.iscu_service_title a {
    font-weight: bold;
    color: rgb(107, 107, 107);
    font-size: 16px;
}

.iscu_service_row.iscu_service_data img {
    border-radius: 5px;
}

.iscu_service_sub_details {
    background: white;
    padding: 15px;
}

.iscu_service_fees_details .twelve.wide.column.payment-gateways,
.iscu_service_fees_details .job-order-items .ui.two.column.stackable.grid {
    display: none;
}

.iscu_service_fees_details .order-extras.cf {
    width: 100%;
}

.iscu_service_fees_details .ui.hidden.divider {
    display: none !important;
}

.single-job-right-side .sidebar-buy-job a.button.primary.ui {
    background-color: green !important;
}

.iscu_confirm_and_pay {
    height: 40px;
    background: green;
    border: 0;
    width: 100%;
    color: white;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    cursor: pointer;
}

.iscu_confirm_and_pay .iscu_loader {
    border: 3px solid #ffffff;
}

.iscu_confirm_pay_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

body .iscu_service_fees_details .four.wide.column.payment-total {
    width: 100% !important;
    padding: unset;
    background: unset;
}

.iscu_service_fees_details .ui.two.column.stackable.grid {
    margin: unset;
}

.iscu_service_fees_details .total-payment-purchase {
    font-weight: bold;
    color: rgb(107, 107, 107);
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    padding: 15px 0 10px;
    border-top: 1px solid #f1f2f3;
}

.iscu_service_fees_details .order-extras-inside {
    margin: unset;
}

.iscu_service_delivery {
    display: flex;
    justify-content: space-between;
    padding: 10px 0 20px;
}

.iscu_service_delivery span.iscu_bold {
    font-size: 14px;
}

.js-processingfees.shipping,
.job-order-items li {
    padding: 15px 0 !important;
}

.iscu_stripe_card {
    padding: 0 15px 15px;
    display: none;
}

.iscu_checkout_error {
    margin: 10px 0;
    padding: 10px;
    border-radius: 3px 3px 3px 3px;
    color: rgb(191, 18, 18);
    background-color: #FAEBEB;
    border: 1px solid rgb(191, 18, 18);
}


.iscu_checkout_steps {
    display: flex;
    gap: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #80808040;
    margin-bottom: 40px;
    font-size: 15px;
}

.iscu_checkout_step .iscu_step_count {
    background: #003366;
    color: white;
    height: 24px;
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.iscu_checkout_step {
    display: flex;
    align-items: center;
    gap: 5px;
}

.iscu_checkout_step:not(:last-child)::after {
    content: '';
    border: 2px solid gray;
    width: 8px;
    height: 8px;
    rotate: 45deg;
    border-bottom: 0;
    border-left: 0;
}

.iscu_checkout_step.active .iscu_step_title {
    color: #003366;
    margin-right: 4px;
}

.iscu_checkout_step .iscu_step_title {
    color: #808080;
}

.iscu_checkout_step:not(.active) .iscu_step_count {
    background: #808080;
}

.iscu_thankyou_page_title {
    font-size: 36px;
    text-align: center;
    font-weight: bold;
}


.ispm_thankyou_page_container {
    display: flex;
    flex-direction: column;
    gap: 35px;
    padding: 30px 20px;
    text-align: center;
}

.ispm_thankyou_page_description {
    font-size: 17px;
    color: gray;
}

.ispm_backto_homepage a:hover,
.ispm_backto_homepage a {
    color: #f66;
    text-decoration: underline;
    font-size: 16px;
}

.page-id-8001 #content {
    width: 100% !important;
}

.page-id-8001 .page_title {
    display: none;
}

.ispm_paypal_loader .iscu_loader {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    border: 4px solid #036;
    width: 30px;
}

.ispm_paypal_loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    z-index: 999999999999;
    display: none;
}

@media screen and (max-width : 999px) {

    .iscu_columns_wrapper {
        grid-template-columns: calc(60% - 10px) calc(34% - 10px);
        gap: 20px;
    }

}

@media screen and (max-width : 768px) {

    .iscu_columns_wrapper {
        grid-template-columns: 100%;
        gap: 0px;
    }

}

@media screen and (max-width : 500px) {

    .iscu_checkout_steps {
        font-size: 12px;
    }

    .iscu_checkout_step .iscu_step_count {
        height: 18px;
        width: 18px;
    }
}