#peri-component-container {
    
    .adyen-checkout-form-instruction {
        display: none !important;
    }

    .adyen-checkout__label__text {
        font-weight: 500;
    }

    .adyen-checkout__input-wrapper {
        border-radius: 0;
        height: 40px;
    }

    .adyen-checkout-card-input__icon {
        margin-right: var(--adyen-sdk-spacer-060, 12px) !important;
    }

    .adyen-checkout__card__brands img {
        margin: 0 !important;
    }
}

.peri-payment-option {
  border : 2px solid #ccc;
	background-color : white;
	color : #333;
	padding: 10px 16px;
  margin: 5px;
	cursor: pointer;
	border-radius: 8px;
	font-weight: 600;
	transition: all 0.3s ease;
	display: inline-block;
}

.peri-payment-option:hover {
	border-color : #999;
}

.peri-payment-option.selected {
  border-color: #0070f3;
	background-color: #e6f0ff;
	color: #0070f3;
}

#applepay-container {
		margin-top : 20px;
        margin-bottom: 12px;
		min-height : 48px;
		min-width : 200px;
        padding: 8px 0;
		background-color : #ffffff !important;
        width: 100%;
}

#googlepay-container {
		margin-top : 12px;
        margin-bottom: 20px;
		min-height : 48px;
		min-width : 200px;
        padding: 8px 0;
		background-color : #ffffff !important;
}

.peri-selector-btn-payoption{
    margin-top: 25px;
    margin-bottom: 25px;
    font-weight: bold;
    text-align: center;
}

/*Express Checkout section  */
.periComponentExpressCheckout {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 173px;
    /*margin-bottom: 1rem; */
    position: relative;
}

#cfw-breadcrumb{
    margin: 0 !important;
}

.periWrapperButtonsExpressCheckout.notVisible,
.periComponentExpressCheckoutNotAvailable.notVisible {
    display: none !important;
}

.periComponentExpressCheckoutNotAvailable {
    /* background: rgb(233 228 249);
    border-radius: 1rem;
    padding: 1em;
    text-align: center;
    font-size: 2rem; */
    height: 100%;
    align-content: center;
}

.periLabelExpressCheckoutNotAvailable{
    background:#EBE9F6; 
    padding:1.5rem 1rem; 
    border-radius:5px;
}

.blockedloading::after {
    animation: cfw-shimmer 1s linear infinite;
    backdrop-filter: var(--cfw-loading-shimmer-filter);
    background: var(--cfw-loading-shimmer-gradient);
    background-size: 1000px 100%;
    border-radius: 5px;
    content: " ";
    display: var(--cfw-loading-shimmer-display-mode);
    z-index: 10000;
    height: 100%;
    width: 100%;
    position: absolute;
    top:0;
}
.periWrapperButtonsExpressCheckout {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    height: 100%;
}

.periWrapperButtonsExpressCheckout ,
.periWrapperButtonsExpressCheckout 
{
    display: none; 
    padding: 0 !important; 
    margin: 0 !important; 
    width: 100%;
    height: fit-content;
}

.adyen-checkout__input:-webkit-autofill,
.adyen-checkout__input:-webkit-autofill:focus, 
.adyen-checkout__input:-webkit-autofill:hover, 
.adyen-checkout__input:autofill {
    height: 2rem;
}

.payment_method_title_wrap.cfw-radio-reveal-title-wrap{
    display: none !important;
}

.payment_box.payment_method_peri_gateway.cfw-radio-reveal-content{
    padding: 0 !important;
}
