.left_section_content-gs {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
}

.left_section_body-gs {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.pay-button-overview-gs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
}

.pay-button-overview-gs__copy {
    text-align: center;
    width: 70%;
    line-height: 2.7rem;
}

.left_section_content_wrap-gs {
    margin-top: 1.8rem;
    flex-grow: 1;
    overflow: auto;
}

/* RIGHT Side */
.right_section--gs {
    padding-inline: 3.2rem;
}

.pay-button-right-side {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4rem;
}

.pay-button-right-side__list> :not(:last-child) {
    margin-bottom: 1.6rem;
}

.pay-button-right-side__list li {
    list-style: disc;
}

.pay-button-right-side__copy> :not(:last-child) {
    margin-bottom: 2rem;
}

.pay-button-right-side__copy>p {
    text-align: center;
}

.ai-button-gs {
    max-width: 22.8rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.2rem 2.4rem;
    background: var(--primary_dark);
    transition: all 250ms ease-in-out;
}

.ai-button-gs:hover {
    color: var(--primary_dark);
    background: var(--bg_white);
    outline: 1px solid var(--primary_dark);
    scale: 1.01;
}

/* Pay now button modal */
.modal-body--gs {
    background: var(--bg_white);
}

.modal.right div.modal-dialog--gs {
    max-width: 105rem;
    width: 100%;
    height: calc(100vh - 8rem);
}

.payment_button_modal .modal-header--gs {
    border: none;
    padding: 0;
    height: 6rem;
    background: linear-gradient(90deg, #c1dfb2 0%, #bad7ab 100%);
    padding: 1.8rem;
}

.payment_button_modal .modal-content--gs {
    gap: 1.8rem;
    background: #FFFFFF;
}

.payment_button_modal .modal-footer-gs {
    height: 8rem;
    background-color: var(--bg_white);
}

.payment-button-body-gs__steps {
    display: flex;
    gap: 10rem;
    justify-content: center;
    background: #ffffff;
    position: sticky;
    top: -8px;
    z-index: 9;
}

.payment-button-step-single {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.payment-button-body-gs__steps> :not(:last-child)::after {
    content: "";
    position: absolute;
    height: 0.2rem;
    width: 6rem;
    top: 27%;
    transform: translateX(112%);
    right: 0;
}

.payment-button-body-gs__steps .payment-button-step-single.completed::after {
    border: 2px solid #00932d;
}

.payment-button-body-gs {
    padding-inline: 3rem;
}

.payment-button-body-gs> :not(:last-child) {
    margin-bottom: 1.8rem;
}

.payment-button-body-gs__steps .payment-button-step-single.notcompleted::after {
    border: 2px solid #a1a1a1;
}

.payment-button-step-single__icon {
    width: 3.6rem;
    height: 3.6rem;
    aspect-ratio: 1;
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-button-step-single__icon.completed {
    background: linear-gradient(180deg, #00a533 0%, #007c26 100%);
}

.payment-button-step-single> :not(:last-child) {
    margin-bottom: 0.8rem;
}

.payment-button-step-single::after {
    border: 2px solid red;
}

.payment-button-step-single__icon.ongoing {
    background: linear-gradient(180deg, #3f78ff 0%, #4a36c2 100%);
}

.payment-button-step-single__icon.incomplete {
    background: url("../images/payment_button/step-circle.svg");
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 2rem 0.8rem 2rem;
}

.payment-button-details-form__gs {
    border: 0.5px solid #0000001a;
}

.payment-button-body-gs {
    display: flex;
    flex-direction: column;
}

.payment-button-details-form__gs {
    flex-grow: 1;
}

.payment-button-details-form__gs-header {
    border-bottom: 1px solid #f4f4f4;
    padding: 2rem;
}

.payment-button-details-form__gs-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.payment-buttons-cancel-btn.modal-footer-gs__back {
    display: none;
    margin-right: auto;
}

.payment-button-details-form__header-caption {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.btn-toggle {
    margin: 0 4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #bdc1c8;
}

.btn-toggle:focus,
.btn-toggle:focus.active,
.btn-toggle.focus,
.btn-toggle.focus.active {
    outline: none;
}

.btn-toggle:before,
.btn-toggle:after {
    line-height: 1.5rem;
    width: 4rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
}

.btn-toggle:before {
    content: "Off";
    left: -4rem;
}

.btn-toggle:after {
    content: "On";
    right: -4rem;
    opacity: 0.5;
}

.btn-toggle>.handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left 0.25s;
}

.btn-toggle.active {
    transition: background-color 0.25s;
}

.btn-toggle.active>.handle {
    left: 1.6875rem;
    transition: left 0.25s;
}

.btn-toggle.active:before {
    opacity: 0.5;
}

.btn-toggle.active:after {
    opacity: 1;
}

.btn-toggle.btn-lg {
    margin: 0;
    padding: 0;
    position: relative;
    border: none;
    height: 2.5rem;
    width: 5rem;
    border-radius: 2.5rem;
    background-color: #a3a3a3;
    z-index: 0;
}

.btn-toggle.btn-lg:focus,
.btn-toggle.btn-lg:focus.active,
.btn-toggle.btn-lg.focus,
.btn-toggle.btn-lg.focus.active {
    outline: none;
}

.btn-toggle.btn-lg:before,
.btn-toggle.btn-lg:after {
    line-height: 2.5rem;
    font-weight: 600;
    font-size: 1rem;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
}

.btn-toggle.btn-lg:before {
    content: "";
    left: -0.8rem;
    z-index: 2;
    top: -2px;
    visibility: visible;
}

.btn-toggle.btn-lg:after {
    content: "";
    right: -8px;
    opacity: 0.5;
    top: 0.1rem;
}

.zlichv2_main .btn-toggle.btn-lg:after {
    content: "";
    right: -8px;
    opacity: 0.5;
    top: 2px;
}

.btn-toggle.btn-lg:after {
    right: -0.8rem;
}

.btn-toggle.btn-lg>.handle {
    position: absolute;
    top: 0.3125rem;
    left: 0.3125rem;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 1.875rem;
    background: #fff;
    box-shadow: 0px 0px 3.375px rgb(0 6 36 / 12%),
        0px 2.25px 1.125px rgb(0 6 36 / 48%);
    transition: left 0.25s;
}

.btn-toggle.btn-lg.active {
    transition: background-color 0.25s;
    background: #6fa614;
}

.btn-toggle.btn-lg.active>.handle {
    left: 2.8125rem;
    transition: left 0.25s;
}

.btn-toggle.btn-lg.active:before {
    visibility: hidden;
    opacity: 0.5;
}

.btn-toggle.btn-lg.active:after {
    opacity: 1;
    visibility: visible;
}

.btn-toggle.btn-lg::after {
    visibility: hidden;
}

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

.payment-button-details-form__header-split-right .btn-tgl-wrap {
    display: flex;
    align-items: center;
    gap: 1.2rem;
}

.pay-btn-details-plus-preview_gs {
    display: flex;
    flex-grow: 1;
    gap: 2rem;
}

.modal.right.fade.show .modal-dialog.mw-700-gs {
    max-width: 70rem;
}

.payment-button-details-preview__gs {
    display: none;
    width: 0;
    flex-grow: 1;
    box-shadow: 0px 0px 20px 0px #0000000f;
    border: 2px solid #ffffff4d;
    background: radial-gradient(50% 50% at 50% 50%,
            rgba(252, 253, 253, 0.01) 0%,
            rgba(255, 255, 255, 0.006) 100%);
    transition: width 500ms ease-in;
}

.payment-button-details-preview__gs.active {
    display: block;
    width: 100%;
}

.pay-btn-details-plus-preview_gs> :nth-child(1) {
    flex: 1;
}

.pay-btn-details-plus-preview_gs> :nth-child(2) {
    flex: 0 0 30rem;
}

.payment-button-details-form__gs-body {
    padding: 3rem 2rem;
}

.payment-details-form-ip-list-gs> :not(:last-child) {
    margin-bottom: 3.2rem;
}

.single-form-field-set> :not(:last-child) {
    margin-bottom: 0.8rem;
}

.single-form-field-set input {
    height: 4.8rem;
    padding: 1.2rem 1.6rem;
    width: 100%;
    border: 1px solid #f4f4f4;
    background: #ffffff;
    font-size: var(--font16);
    font-weight: 400;
}

.single-form-field-set input.gs_payment_button_desible_input {
    width: 100%;
    border: unset;
    background: #ffffff;
    padding: unset;
    height: unset;
}

.single-form-field-set .sa_dropdown_arrow_alignment_payment_btn {
    background-color: #F7FAFC;
    border: 1px solid #E3E8EE;
    color: #A3A3A3;
    padding: 1.2rem;

}

.single-form-field-set .sa_dropdown_arrow_alignment_payment_btn.sa_last_one_bg_white {
    background-color: var(--bg_white);
    border: 1px solid #F4F4F4;
    color: #A3A3A3;
    padding: 1.2rem;
}

.access-to-pay__form-fied-list {
    height: 34rem;
    overflow: auto;
    margin-bottom: 2rem;
}

.single-form-field-set input::placeholder {
    color: #a3a3a3;
    font-weight: 300;
    font-size: 1.6rem;
}

.single-form-field-set label {
    display: block;
}

.single-form-field-set input:focus {
    outline: none;
    border: 1px solid #ababab;
}
.new_inp_wrap span.currency-symbol{
    position: absolute;
}
.single-form-field-set .new_inp_wrap .input_cmn{
    padding-left: 2rem;
}

.pay_btn_preview_down {
    margin-top: 3.2rem;
}

.pay_btn_preview_down> :not(:last-child) {
    margin-bottom: .8rem;
}

.select-template-box-gs {
    border: 1px solid #EBF7FF;
    border-radius: 4px 4px 0 0;
    padding: 1.6rem 1.6rem 1.6rem 4rem;
    display: flex;
    justify-content: space-between;
    min-height: 12rem;
}

.select-template-box-gs_left {
    display: flex;
    gap: 1.2rem;
    align-items: center;
}

.payment-button_sel-tmplt-gs {
    all: unset;
    color: #6FA614;
}

/* Pay now button varients */
.payment-button-varients {
    padding: 0.4rem;
    background: #2d2d2d;
    border-radius: 5rem;
    display: inline-block;
    position: relative;
    height: 100%;
    width: 20rem;
}

.payment-button-varients__inner {
    border: 2px solid #ffffff;
    height: 100%;
    border-radius: 5rem;
    display: flex;
    justify-content: center;
    padding: 1rem 1.4rem 1rem 7rem;
    flex-direction: column;
}

.payment-button-varients__inner p:nth-child(2) {
    color: #f9f9f9
}

.pay-button-varient-7 .payment-button-varients__inner p:nth-child(2),
.pay-button-varient-8 .payment-button-varients__inner p:nth-child(2) {
    color: #A3A3A3;
}

.pay-button-varient-11 .payment-button-varients__inner p:nth-child(2) {
    color: #2d2d2d;
}

.pay-button-wego-logo {
    position: absolute;
    box-shadow: 1.88px 1.88px 18.85px 0px #4949491F;
    border-radius: 6.28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    top: 0;
    aspect-ratio: 1;
    height: 100%;
    left: 0;
    transform: translateX(-15%);

}

.color-circle-choose {
    width: 2.4rem;
    height: 2.4rem;
    aspect-ratio: 1;
    border-radius: 50%;
}

.select-color-gs {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.select-buttons-from-avail-optns-gs {
    display: flex;
    justify-content: center;
}

.color-circle-choose.active {
    outline: 1px solid #6FA614;
    outline-offset: 3px !important;
}

.color-circle-choose.blk {
    background: #2D2D2D;
}

.color-circle-choose.orng {
    background: #F9902F;
}

.color-circle-choose.grn {
    background: #48C054;
}

.color-circle-choose.blu {
    background: #48A3C0;
}

.set-of-color-to-choose-from-list-gs {
    display: flex;
    gap: 2rem;
}

.slctd-btn-circle-ui {
    width: 16px;
    height: 16px;
    aspect-ratio: 1;
    border-radius: 50%;
    position: relative;
}
.member_approve {
    width: 18px;
    height: 18px;
    aspect-ratio: 1;
    border-radius: 50%;
   border: 1px solid #6FA614;
    position: relative;
}
.available-buttons-to-choose-from-gs .member_approve{
    border: 1px solid #6FA614;
}
.member_approve.active::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #116AD2;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
}
.mb_20{
    margin-bottom: 2rem;
}
.modal_approve .overlay_modal {
    opacity: 1;
    background: #E8E8E880;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 5;
    transition: 0.5s all ease;
}
.available-buttons-to-choose-from-gs .slctd-btn-circle-ui{
    border: 1px solid #6FA614;
}
.slctd-btn-circle-ui.active::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #116AD2;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;

}

.sngle-set-of-btn-opt-gs {
    display: flex;
    gap: 3rem;
    align-items: center;
    height: 100%;
    position: relative;
}
.approve_check{
    max-width: max-content;
    margin: auto;
}
.approve_chech_box {
    display: flex;
    gap: 2rem;
    align-items: center;
    padding: 5px 0;
    height: 100%;
    position: relative;
}

.available-buttons-to-choose-from-gs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 5rem;
}

.show-on-click-show-tmplt-gs {
    padding: 1.5rem 1.5rem;
    background: #ffffff;
    box-shadow: 0px 4px 10px 0px #0000001A;

}

.pay_btn_preview_down .select-template-box-gs {
    margin-bottom: 0;
}

.show-on-click-show-tmplt-gs> :not(:last-child) {
    margin-bottom: 2.5rem;
}

.pay-button-varient-1 .pay-button-wego-logo,
.pay-button-varient-3 .pay-button-wego-logo {
    border-radius: 50%;

}

.pay-button-varient-3 .payment-button-varients__inner,
.pay-button-varient-4 .payment-button-varients__inner {
    border-radius: 6.28px;
    border: none;
}

.pay-button-varient-5 .payment-button-varients__inner {
    border: none;

}

.pay-button-varient-5 {
    border-radius: 3rem;
}

.pay-button-varient-3 .pay-button-wego-logo,
.pay-button-varient-4 .pay-button-wego-logo {
    outline: 2px solid #2d2d2d;

}

.pay-button-varient-3,
.pay-button-varient-4 {
    outline: 2px dotted #2d2d2d;
    outline-offset: 0.2rem;
}

.pay-button-varient-4 .pay-button-wego-logo {
    border-radius: 6.28px;
}

.pay-button-varient-5 .pay-button-wego-logo,
.pay-button-varient-7 .pay-button-wego-logo {
    border-radius: 50%;
}

.pay-button-varient-6 .payment-button-varients__inner {
    border: 0;
}

.pay-button-varient-2 .payment-button-varients__inner,
.pay-button-varient-2 {
    border-radius: 6.28px;
}

.pay-button-varient-3 {
    border-radius: 6.28px;
    border-top-left-radius: 3rem;
    border-bottom-left-radius: 3rem;
}

.available-buttons-to-choose {
    height: 7rem;
}

.pay-button-varient-1 .pay-button-wego-logo {
    border-radius: 5rem;
}

.pay-button-varient-4 {
    border-radius: 6.28px;
}

.pay-button-varient-5 .pay-button-wego-logo {
    left: -5px;
}

.pay-button-varient-7,
.pay-button-varient-8 {
    background: #ffffff;
    box-shadow: 3px 3px 30px 0px #4949491F;

}

.pay-button-varient-7 .font10,
.pay-button-varient-8 .font10 {
    color: #A3A3A3;
}

.pay-button-varient-9 {
    background: #2d2d2d;
    border: 2px solid #D1F349;
}

.pay-button-varient-9 .pay-button-wego-logo {
    left: 7px;
    top: 0px;
    height: 6.3rem;
    border-radius: 50%;
    background: #EDF1E0;
}

.pay-button-varient-9 .payment-button-varients__inner {
    border: 0;
}

.pay-button-varient-10 {
    border: 2px solid #D1F349;
    border-radius: 6.28px;
}

.pay-button-varient-10 .pay-button-wego-logo {
    top: 0px;
    left: -3px;
    background: #EDF1E0;
}

.pay-button-varient-10 .payment-button-varients__inner {
    border-radius: 6.28px;
    border: 0;
}

.pay-button-varient-11 {
    border: 2px solid #2d2d2d;
    border-radius: 5rem;
    background: #EDF1E0;
}

.pay-button-varient-11 .pay-button-wego-logo {
    border-radius: 50%;
    background: #EDF1E0;
}

.pay-button-varient-11 .payment-button-varients__inner {
    border-radius: 6.28px;
    border: 0;
}

.pay-button-varient-11 .font10 {
    color: #2D2D2D;
}

.pay-button-varient-12 {
    border: 2px solid #2d2d2d;
    border-radius: 6.28px;
    background: #EDF1E0;
}

.pay-button-varient-12 .pay-button-wego-logo {
    height: 7rem;
    top: -2px;
    left: -3px;
    background: #EDF1E0;
}

.pay-button-varient-12 .font10 {
    color: #2D2D2D;
}

.pay-button-varient-12 .payment-button-varients__inner {
    border-radius: 6.28px;
    border: 0;
}

.pay-button-varient-13 {
    border: 2px solid #2d2d2d;
    border-radius: 5rem;
    background: #2d2d2d;
    position: relative;
}

.pay-button-varient-13 .pay-button-wego-logo {
    border-radius: 50%;
}

.pay-button-varient-13 .pay-button-wego-logo::after {
    content: '';
    border-radius: 50%;
    width: 87%;
    border: 2px solid #2d2d2d;
    left: 2px;
    position: absolute;
    aspect-ratio: 1;
}

.pay-button-varient-13 .font10 {
    color: #f9f9f9;
}

.pay-button-varient-13 .payment-button-varients__inner {
    border-radius: 6.28px;
    border: 0;
}

.pay-button-varient-14 {
    border: 2px solid #2d2d2d;
    border-radius: 6.28px;
    background: #2d2d2d;
}

.pay-button-varient-14 .pay-button-wego-logo {

    background: #ffffff;
    left: 6px;
}

.pay-button-varient-14 .font10 {
    color: #f9f9f9;
}

.pay-button-varient-14 .payment-button-varients__inner {
    border-radius: 6.28px;
    border: 0;
}

.pay-button-varient-14 .pay-button-wego-logo::after {
    content: '';
    border-radius: 6.28px;
    width: 83%;
    border: 2px solid #2d2d2d;
    left: 7px;
    position: absolute;
    aspect-ratio: 1;
}

.show-on-click-show-tmplt-gs {
    height: 30rem;
    overflow: auto;
}

.payment-button-details-preview__gs-header> :not(:last-child) {
    margin-bottom: 2rem;
}

.payment-button-details-preview__gs> :not(:last-child) {
    margin-bottom: 4rem;
}

.payment-button-details-preview__gs {
    padding: 2rem;
}

.modal-footer-gs>button {
    width: 15rem;
    height: 4.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-footer-gs {
    display: flex;
    padding-inline: 3rem;
    gap: 1.6rem;
    justify-content: flex-end;
}

.payment-buttons-cancel-btn {
    background: #ffffff;
    border: 0.5px solid #2D2D2D
}

.payment-buttons-next-btn {
    background: #2d2d2d;
}

.access-to-pay__form-gs-div {
    padding: 1rem;
    border: 1px solid #E7E7E7
}

.access-to-pay__header {
    background: linear-gradient(93.46deg, #C1DFB2 2.85%, #BAD7AB 96.22%);
    border: 1px solid #FFFFFF;
    padding: 1rem;
    background-image: url('/wegofin_ai/images/payment_gateway/acces_to_pay.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.access-to-pay__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.access-to-pay__header-right> :not(:last-child) {
    margin-bottom: .8rem;
}

.access-to-pay__form-fied-list> :not(:last-child) {
    margin-bottom: 1.2rem;
}

.access-to-pay__form-gs-div> :not(:last-child) {
    margin-bottom: 1.6rem;
}

.access-to-pay__sub {
    width: 100%;
    height: 3.5rem;
    background: #2d2d2d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font12);
}

.list-of-fields-to-added-item-gs_split {
    align-items: center;
    display: flex;
    gap: 1.6rem;
    background: #ffffff;
    box-shadow: 0px 0px 20px 0px #0000000F;
    padding: 1.2rem;
}


.list-of-fields-to-added-list-gs> :not(:last-child) {
    margin-bottom: 3.2rem;
}

.it-is-fixed-div-gs {
    height: calc(100dvh - 59rem);
    overflow: auto;
}

.is-optional-hint-ckbox-set {
    display: flex;
    gap: 2.4rem;
}

.payment-buttons-next-btn:disabled {
    opacity: 0.9;
    cursor: not-allowed;
}

.pay-btn-user-choice-label {
    max-width: 10ch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.single-form-field-set {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ad_rmv_fld_gs {
    display: flex;
    gap: .8rem;
    color: #6FA614;
    margin-inline: auto;
}

.payment-button-details-form__gs-body-step2> :not(:last-child) {
    margin-bottom: 4.2rem;
}

.dd-options-set-of-opt-wrap {
    position: relative;
}

.dd-options-set-of-opt-wrap input.gs_payment_button_desible_input {
    background-color: transparent;
    color: var(--primary_light);
}

.dd-options-set-of-opt-to-choose {

    background: var(--bg_white);
    box-shadow: 0.3rem 0.3rem 3rem #4949491f;
    border-radius: 2rem;
    position: absolute;
    top: calc(100% + 1.2rem);
    right: 0;
    padding: 0 2rem;
    z-index: 99;
    width: 100%;
}

.show-hint-if-enable {
    visibility: hidden;
    display: none;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease, height 0.5s ease;
}

.show-hint-if-enable.visible {
    visibility: visible;
    display: block;
    opacity: 1;
    height: auto;
}

input[name="btnSelRadioGs"] {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
}

.select-template-box-gs .payment-button-varients {
    height: auto;
}

.dd-options-set-of-opt-to-choose__item {
    margin: 2rem 0 2rem;
    font-weight: var(--font_weight400);
    font-size: var(--font16);
    color: var(--primary_dark);
    cursor: pointer;
}

.list-of-fields-to-added-item-gs.no-swap-gs {
    cursor: not-allowed;
}

.list-of-fields-to-added-item-gs:not(.no-swap-gs) {
    cursor: grab;
}

.list-of-fields-to-added-item-gs.no-swap-gs input {
    background: #F7FAFC;
}

.list-of-fields-to-added-item-gs.no-swap-gs svg circle {
    fill: #A3A3A3;
}

[class ^="pay-button-varient-"] .pay-button-wego-logo {
    left: 0;
    transform: translate(-50%, 0);
}

.payment-button-details-form__gs-body-step3 {
    display: flex;
    flex-direction: column;
}

.payment-button-details-form__gs-body-step3-header {
    text-align: center;
    padding-block: 2rem;
    border-bottom: 1px solid #F4F4F4;
}

.payment-button-details-form__gs-body-step3-header> :not(:last-child) {
    margin-bottom: 1rem;
}

.payment-button-details-form__gs-body-step3-body {
    flex-grow: 1;
    padding-block: 2rem;
}

.review_and_submit_wrap-row {
    display: flex;
    gap: 10rem;
}

.review_and_submit_wrap> :not(:last-child) {
    margin-bottom: 3.2rem;
}

.pay-button-after-sub_popup-header {
    text-align: center;
}

.pay-button-after-sub_popup-header> :not(:last-child) {
    margin-bottom: .4rem;
}

.pay-button-after-sub_popup-body__r1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.created_btn_copy_form {
    width: 11.2rem;
    height: 4.4rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    border: 0.5px solid #2D2D2D;
    justify-content: center;
}

.pay-button-after-sub_popup-body {
    margin-top: 3rem;
}

.pay-button-after-sub_popup-body> :not(:last-child) {
    margin-bottom: 2rem;
}

.pay-button-after-sub_popup-body__r1-lft> :not(:last-child) {
    margin-bottom: 1.2rem;
}

.pay-button-after-sub_popup-body__r2 {
    padding: 2rem;
    border: 1px solid #D7E6F5;
    background: #F3F9FF;
}

.pay-button-after-sub_popup-body__r3 {
    text-align: center;
}

.pay-button-after-sub_popup-body__r3 a {
    text-decoration: underline;
}

.pay-button-after-sub_popup-footer a {
    width: 27rem;
    height: 4.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2D2D2D;
    color: var(--bg_white);
}

.pay-button-after-sub_popup-footer {
    display: flex;
    justify-content: center;
}

.pay-button-after-sub_popup-footer {
    margin-top: 3rem;
}

.aftermath-create-button__header-left {
    display: flex;
    gap: 2.4rem;
    align-items: center;
}

.aftermath-create-button__summary-header {
    display: flex;
    justify-content: space-between;
}

.aftermath-create-button_list-summaries {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    align-items: start;
}

.aftermath-create-button_list-summaries>* {
    flex: 1;
    flex-basis: 40%;
    gap: 6rem;
}

.aftermath-create-button_list-summary {
    display: flex;
    align-items: center;
}

.aftermath-create-button-gs {
    height: 100%;
}

.aftermath-create-button-gs .customer_trans_table {
    height: auto;
}

.aftermath-create-button-gs--summary> :not(:last-child) {
    margin-bottom: 1.6rem;
}

.aftermath-create-button_list-summary>p {
    min-width: 14rem;
}

.aftermath-create-button-gs--summary {
    padding: 1.2rem;
    border: 1px solid #E4E4E4;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.review_and_submit_wrap-form,
.review_and_submit_wrap-btn {
    position: relative;
    width: 100%;
}

.review_and_submit_wrap-form::before,
.review_and_submit_wrap-btn::before {
    content: ':';
    position: absolute;
    left: -4.3rem;
    color: #6a6a6a;
}

/* Hide the spinner arrows in Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

/* Custom ckbox gs */

.custom_ckbox__gs {
    display: flex;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
    position: relative;
}

.custom_ckbox__gs-custom-indicator {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    box-shadow: 0px 1px 1px 0px #00000040;
    border: 1px solid #90D105;
    position: relative;
    cursor: pointer;
}

.single-form-field-set input.custom_ckbox__gs_original-ip {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;

}

.custom_ckbox__gs_original-ip:checked~.custom_ckbox__gs-custom-indicator {
    background: #90D105;
}

.custom_ckbox__gs_original-ip:checked~.custom_ckbox__gs-custom-indicator::after {
    content: url('../images/payment_button/check-mark.svg');
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
}

.pay-button-right-side__copy {
    width: 80%;
}
@media (max-width: 1024px) {
    .aftermath-create-button__header-left {
        align-items: flex-start;
    }
    .payment-button-details-preview__gs:last-child{
        flex: unset;
        padding: 1rem;
    }
    .payid__cont__sc {
        word-break: break-all;
    }
    .sngle-set-of-btn-opt-gs{
        justify-content: center;
    }
    .modal.right div.modal-dialog--gs{
        height: calc(100vh - 0rem);
    }
}

@media (max-width:767px){
    .select-template-box-gs_left p.font16{
        font-size: 1.2rem;
    }
    .select-template-box-gs button.payment-button_sel-tmplt-gs{
        font-size: 1.2rem;
    }
    .select-template-box-gs_left{
        gap: 0.5rem;
    }
    .append-renewedbtn {
        text-align: center;
    }
}
@media(max-width:410px){
    .select-template-box-gs_left p.font_weight_500.font16.font_dark {
        display: none;
    }
    .payment-button-varients__inner p:nth-child(2){
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .pay-btn-user-choice-label{
        font-size: 1.2rem;
    }
}
@media(max-width:1700px){
    .payment__btn__check__sc{
        gap: 0;
    }
}
@media(max-width:380px){
    .select-template-box-gs button.payment-button_sel-tmplt-gs {
        font-size: 1.1rem;
    }
}

