img {
    vertical-align: middle;
}

li.wc_payment_method.payment_method_ccpwp img {
    height: 25px;
}

.cegc-ph-item {
    position: relative;
    overflow: hidden;
}

.cegc-ph-item:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 500%;
    margin-left: -250%;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 46%, hsla(0, 0%, 100%, .35) 50%, hsla(0, 0%, 100%, 0) 54%) 50% 50%;
    -webkit-animation: phAnimation .8s linear infinite;
    animation: phAnimation .8s linear infinite;
    content: " ";
    pointer-events: none
}

.ph-item>* {
    display: flex;
    flex: 1 1 auto;
    flex-flow: column;
    margin-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px
}

.ph-row {
    display: flex;
    flex-wrap: wrap;
    margin-top: -7.5px
}

.ph-row div {
    height: 10px;
    margin-top: 7.5px;
    background-color: #ced4da
}

.ph-row .big,
.ph-row.big div {
    height: 50px
}

.ph-row .empty {
    background-color: hsla(0, 0%, 100%, 0)
}

.cegc-ph-col-2 {
    flex: 0 0 16.66667%
}

.cegc-ph-col-4 {
    flex: 0 0 33.33333%
}

.cegc-ph-col-6 {
    flex: 0 0 50%
}

.cegc-ph-col-8 {
    flex: 0 0 66.66667%
}

.cegc-ph-col-10 {
    flex: 0 0 83.33333%
}

.cegc-ph-col-12 {
    flex: 0 0 100%
}

[class*=cegc-ph-col] {
    direction: ltr
}

[class*=cegc-ph-col]>*+.ph-row {
    margin-top: 0
}

[class*=cegc-ph-col]>*+* {
    margin-top: 7.5px
}

.ph-avatar {
    position: relative;
    width: 100%;
    min-width: 60px;
    overflow: hidden;
    background-color: #ced4da;
    border-radius: 50%
}

.ph-avatar:before {
    display: block;
    padding-top: 100%;
    content: " "
}

.ph-picture {
    width: 100%;
    height: 120px;
    background-color: #ced4da
}

@-webkit-keyframes phAnimation {
    0% {
        transform: translate3d(-30%, 0, 0)
    }
    to {
        transform: translate3d(30%, 0, 0)
    }
}

@keyframes phAnimation {
    0% {
        transform: translate3d(-30%, 0, 0)
    }
    to {
        transform: translate3d(30%, 0, 0)
    }
}

.ccpw-tabs-content .ccpwp-supported-wallets-wrap {
    background-color: #fff;
    border-radius: 20px;
}

li .ccpwp-supported-wallets-wrap {
    /* background-color: ; */
    border-radius: 20px;
}

.ccpwp-supported-wallets-wrap .ccpwp_p_connect {
    display: flex;
    flex-direction: row;
    gap: 5px;
    padding: 10px 0 4px;
    justify-content: space-between;
    font-weight: bold;
    font-size: 0.9em;
    line-height: 1em;
}

.ccpwp-supported-wallets-wrap .ccpwp_p_status:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0cd20c;
    margin-right: 5px;
    content: "";
    display: inline-block;
    vertical-align: middle;
}

.ccpwp-supported-wallets-wrap .ccpwp_disconnect_wallet {
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px solid;
}

.ccpwp-supported-wallets-wrap .ccpwp_disconnect_wallet:hover {
    color: #ff4e2f;
}

.ccpwp_gateway_desc {
    border-bottom: 1px solid #00000025;
    padding-bottom: 2px;
    margin-bottom: 10px;
    font-size: 0.9em;
}

.ccpwp-supported-wallets-wrap .ccpwp_p_logo {
    width: 100px;
    height: 100px;
    display: flex;
    padding: 15px;
    border: 2px solid;
    border-color: #00000018 #00000018 #fff #fff;
    border-radius: 50%;
    background: #fff;
    box-shadow: inset 1.5px -1.5px 0px 0px #00000018;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-top: -70px;
    transform: rotate(-45deg);
}

.ccpwp-supported-wallets-wrap .ccpwp_p_logo img {
    width: 100%;
    height: auto;
    transform: rotate(45deg);
}

.ccpwp-supported-wallets-wrap .ccpwp_p_info {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #00000025;
    border-radius: 5px;
    padding: 5px;
    font-size: 0.9em;
    line-height: 1.25em;
    margin-top: 14px;
    margin-bottom: 10px;
}

.ccpwp-supported-wallets-wrap .ccpwp_selected_wallet {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #00000025;
    border-radius: 5px;
    padding: 5px;
    font-size: 0.9em;
    line-height: 1.25em;
    margin-top: 5px;
}

.ccpwp-supported-wallets-wrap .ccpwp_address_wrap {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #00000025;
    position: relative;
    padding: 5px;
    justify-content: space-between;
    gap: 5px;
}

.ccpwp-supported-wallets-wrap .ccpwp_p_network {
    display: flex;
    flex-direction: row;
    padding: 0;
    justify-content: space-between;
    gap: 5px;
    text-align: right;
}

.ccpwp-supported-wallets-wrap .ccpwp_p_network input[type="text"] {
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
    /* text-align: center; */
}

.ccpwp-supported-wallets-wrap .ccpwp_p_address {
    white-space: nowrap;
    overflow: hidden;
    max-width: 60%;
    text-overflow: ellipsis;
}

.ccpwp-supported-wallets-wrap .ccpwp-connect-button {
    margin-top: 6px;
    width: 100%;
    text-align: center;
    /* text-shadow: 0px 1px 0 #f8c790; */
    display: inline-block;
    background-color: #222;
    /* Button background color (blue in this example) */
    color: #fff;
    /* Button text color (white in this example) */
    /* border: 1px solid #00000025; */
    /* Remove button border */
    border-radius: 4px;
    /* Rounded corners for button */
    /* box-shadow: inset 0px 0px 5px -2px #00000080; */
    padding: 8px;
    /* Padding inside the button */
    font-size: 16px;
    /* Button text size */
    font-weight: bold;
    cursor: pointer;
    /* Cursor style on hover */
    transition: background-color 0.3s ease;
    /* Smooth color transition on hover */
}

.ccpwp-supported-wallets-wrap .ccpwp-connect-button:hover {
    /* background-color: #f89c35; */
    /* Change background color on hover */
}

.ccpwp-supported-wallets-wrap .ccpwp_currency_lbl {
    font-weight: bold;
    font-size: 0.9em;
    line-height: 1em;
    margin-bottom: 12px;
}

.ccpwp-supported-wallets-wrap .ccpwp_network_lbl {
    font-weight: bold;
    font-size: 0.9em;
    margin: 10px 0 4px;
    line-height: 1em;
}

.ccpwp-supported-wallets-wrap .ccpwp_payment_notice {
    font-size: 0.9em;
    line-height: 1.25em;
    margin-top: 10px;
    color: #0cd20c;
}

.ccpwp-supported-wallets-wrap .ccpwp_left_side {
    padding: 8px;
    flex: 1 1 20%;
    gap: 14px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    padding-bottom: 20px;
}

.ccpwp-supported-wallets-wrap .ccpwp_right_side {
    padding: 14px;
    flex: 1 1 70%;
}

.ccpwp-supported-wallets-wrap .description {
    /* border-top: 1px solid #00000018; */
    padding: 4px 10px 10px 10px;
    text-align: justify;
    /* background: linear-gradient(180deg, #f3f3f6, 25%, #ffffff); */
}

.ccpwp-supported-wallets-wrap .ccpwp_insufficient_blnc {
    font-size: 0.9em;
    line-height: 1.25em;
    margin-top: 10px;
    color: #ff4e2f;
}

.ccpwp_payment_box {
    /* max-width: 450px; */
    /* margin: 20px auto; */
    /* border: 2px solid #00000018; */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
    /* border-radius: 10px; */
    /* -webkit-border-radius: 10px; */
    /* -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px; */
    /* box-shadow: 2px 2px 10px 5px #00000008; */
}

.ccpwp_p_title {
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 18px;
    font-weight: 700;
    
}

.ccpwp_payment_box * {
    box-sizing: border-box;
}

.ccpwp_p_header {
    /* display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(180deg, #f3f3f6, #ffffff);
    border-bottom: 1px solid #00000018;
    padding: 10px; */
    /* gap: 10px; */
    /* box-shadow: inset 0px 1.5px 0px #fff; */
    /* border-radius: 10px 10px 0 0; */
    /* -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0; */
}

.ccpwp_p_status:before,
.ccpwp_p_notice:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0cd20c;
    margin-right: 5px;
    content: "";
    display: inline-block;
    vertical-align: middle;
}
.ccpw-classic-list .ccpwp_p_body {
    padding-top: 8px;
}
.ccpwp_p_body {
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 24px 24px 24px 24px;
    /* background: linear-gradient(180deg, #f3f3f6, 25%, #ffffff); */
    /* box-shadow: inset 0px 1.5px 0px #fff;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px; */
}

.ccpwp_p_desc {
    font-size: 16px;
    color: #606064;
    /* text-shadow: 0 1.5px #fff; */
}

.css-b62m3t-container {
    text-align: left;
}

.ccpwp_p_info {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 2px solid #00000018;
    border-radius: 6px;
}

.ccpwp_p_amount {
    display: flex;
    flex-direction: row;
    gap: 5px;
    font-size: 20px;
    align-items: center;
    color: #222;
    font-weight: bold;
    padding: 10px;
    border-bottom: 2px solid #00000018;
    position: relative;
}

.ccpwp_p_amount span {
    color: #606064;
}

.ccpwp_p_info img {
    height: 24px;
    width: auto;
}

.ccpwp_p_amount:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-width: 2px 2px 0 0;
    border-color: #00000018;
    background: #fff;
    border-style: solid;
    transform: rotate(135deg);
    left: calc(50% - 5px);
    bottom: -7px;
}

.ccpwp_p_network {
    display: flex;
    flex-direction: row;
    gap: 5px;
    font-size: 18px;
    align-items: center;
    color: #606064;
    padding: 12px 10px;
    font-style: italic;
}

.ccpwp_p_button {
    background: #f89c35;
    padding: 16px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    text-shadow: 0px 1px 0 #f8c790;
    color: #271807;
    border: 1px solid #00000018;
    box-shadow: inset 0px 0px 5px -2px #00000080;
}

.ccpwp_p_button.no_connect {
    cursor: not-allowed;
    background: #ddd;
    color: #999;
    text-shadow: 0 1px 0 #fff;
}

.ccpwp_p_button:hover {
    opacity: 0.85;
}

.ccpwp_p_note,
.ccpwp_p_notice {
    font-size: 12px;
    color: #808084;
    text-shadow: 0 1.5px #fff;
}

.ccpwp_payment_box a {
    cursor: pointer;
    color: #f89c35;
    text-decoration: none;
    border-bottom: 1px solid;
}

.ccpwp_payment_box a:hover {
    color: #606064;
}

@media screen and (max-width: 320px) {
    .ccpwp_p_connect {
        flex-direction: column;
    }
    .ccpwp_p_body {
        flex-direction: column;
        padding: 10px;
    }
    .ccpwp_p_body {
        flex-direction: column;
    }
    .ccpwp_p_title {
        text-align: center;
    }
    /* svg:not(:root){
        height: 97px!important;
        width: 97px;
    } */
}
@media screen and (max-width: 500px) {

    .ccpwp-supported-wallets-wrap .ccpwp_p_title {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .ccpwp_p_body {
        flex-direction: column;
    }
    .ccpwp-supported-wallets-wrap .ccpwp_p_info {
        align-items: center;
    }
    .ccpwp-supported-wallets-wrap .ccpwp_right_side {
        text-align: center;
    }
}

.swal2-popup.swal2-modal.ccpwp_popup.swal2-show {
    max-width: 375px;
    width: 100%;
    margin: 20px auto;
    border: 2px solid #00000018;
    box-sizing: border-box;
    padding: unset;
    /* display: flex;
    flex-direction: column; */
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px 5px #00000008;
}

.ccpwp_popup * {
    box-sizing: border-box;
}

.ccpwp_popup a {
    color: #f89c35;
    text-decoration: none;
    /* border-bottom: 1px solid; */
    font-size: 16px;
}

.ccpwp_popup a:hover {
    color: #606064;
}

.ccpwp_pp_top {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(180deg, #f3f3f6, #ffffff);
    border-bottom: 1px solid #00000018;
    padding: 20px;
    box-shadow: inset 0px 1.5px 0px #fff;
    border-radius: 10px 10px 0 0;
    text-align: center;
}

.ccpwp_pp_logo {
    width: 125px;
    height: 125px;
    display: flex;
    padding: 25px;
    border: 3px solid #00000018;
    border-radius: 50%;
    background: #fff;
    justify-content: center;
    align-items: center;
    position: relative;
}

.ccpwp_pp_logo:after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: -2px;
    top: -2px;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    border: 4px solid transparent;
    border-bottom-color: #f89c35;
    animation: rotation 1.5s linear infinite;
    -webkit-animation: rotation 1.5s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.ccpwp_pp_logo img {
    width: 100%;
    height: auto;
}

.ccpwp_pp_title {
    font-size: 16px;
    font-weight: bold;
    color: #222;
    text-shadow: 0 1.5px #fff;
}

.ccpwp_pp_desc {
    font-size: 14px;
    color: #808084;
    text-shadow: 0 1.5px #fff;
}

.ccpwp_pp_bottom {
    display: flex;
    flex-direction: row;
    gap: 10px;
    background: linear-gradient(180deg, #f3f3f6, #ffffff);
    padding: 10px;
    box-shadow: inset 0px 1.5px 0px #fff;
    justify-content: space-between;
    border-radius: 0 0 10px 10px;
    align-items: center;
}

.ccpwp_pp_status {
    font-size: 12px;
    color: #808084;
    text-shadow: 0 1.5px #fff;
    font-weight: bold;
}

.ccpwp_pp_status_btn {
    background: #fffbaa;
    padding: 3px;
    font-size: 12px;
    color: #bea551;
    border: 1px solid #00000018;
    border-radius: 2px;
}

.trans_error .ccpwp_pp_logo:before,
.trans_success .ccpwp_pp_logo:before {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    border-radius: 50%;
    border: 3px solid;
    background: #fff;
    right: -12px;
    top: 12px;
}

.trans_error .ccpwp_pp_title {
    color: #ff1919;
}

.trans_error .ccpwp_pp_logo {
    border-color: #ff1919;
}

.trans_error .ccpwp_pp_logo:after {
    display: none;
}

.trans_error .ccpwp_pp_logo:before {
    content: '\2715';
    border-color: #ff1919;
    color: #ff1919;
}

.trans_error .ccpwp_pp_status_btn {
    background: #ffcfcf;
    color: #9d6969;
}

.trans_process .ccpwp_pp_logo:after {
    border-bottom-color: #0cd20c;
}

.trans_success .ccpwp_pp_title {
    color: #0cd20c;
}

.trans_success .ccpwp_pp_logo {
    border-color: #0cd20c;
}

.trans_success .ccpwp_pp_logo:after {
    display: none;
}

.trans_success .ccpwp_pp_logo:before {
    content: '\2713';
    border-color: #0cd20c;
    color: #0cd20c;
}

.trans_success .ccpwp_pp_status_btn {
    background: #a2ffaf;
    color: #25aa37;
}


/* Swal custom style */

.ccpwp_popup div#swal2-html-container {
    margin: auto;
}

td.ccpwp_statu_pending,
td.ccpwp_statu_failed {
    background: #e1d8c6;
    color: #c90606;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
}

td.ccpwp_statu_processing,
td.ccpwp_statu_completed {
    background: #c6e1c6;
    color: #5b841b;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
}

td.ccpwp_statu_on-hold,
td.ccpwp_statu_cancelled {
    color: #777;
    background: #e5e5e5;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
}

div#walletconnect-wrapper .walletconnect-modal__base {
    max-width: 400px;
}


/* ccpwp-Card styles */

.ccpwp-card {
    background-color: #fff;
    height: auto;
    margin: 0 auto;
    max-width: 460px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 9px 17px 45px -29px rgba(0, 0, 0, 0.44);
}


/* ccpwp-Card image ccpwp-loading */

.ccpwp-card__image img {
    width: 100%;
    height: 100%;
}

.ccpwp-card__image.ccpwp-loading {
    height: 300px;
}


/* ccpwp-Card title */

.ccpwp-card__title {
    padding: 8px;
    font-size: 22px;
    font-weight: 700;
}

.ccpwp-card__title.ccpwp-loading {
    height: 1rem;
    margin: 1rem;
    border-radius: 3px;
}


/* ccpwp-Card description */

.ccpwp-card__description {
    padding: 8px;
    font-size: 16px;
}

.ccpwp-card__description.ccpwp-loading {
    height: 3rem;
    margin: 1rem;
    border-radius: 3px;
}


/* The ccpwp-loading Class */

.ccpwp-loading {
    position: relative;
    background-color: #e2e2e2;
}


/* The moving element */

.ccpwp-loading::after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.2)), to(transparent));
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    /* Adding animation */
    animation: ccpwp-loading 0.8s infinite;
}


/* ccpwp-Loading Animation */

@keyframes ccpwp-loading {
    100% {
        transform: translateX(100%);
    }
}


/* qr code*/