/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 14 2024 | 16:20:38 */
.searchform input#wps_check_balance {
       background-image: linear-gradient(45deg, #79b391, #18683a);
    color: white !important;
    font-weight: 700;
    font-size: 15px;
    font-family: sans-serif;
    border: 1px solid #3b1cc3;
    border-radius: 6px;
}
.searchform label{
	font-weight: bold;
	color:white;
}
.wps_gift_card_balance_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    max-width: 100%;
    column-gap: 10px;
}
.wps_gift_card_balance_wrapper input {
    font-size: 15px;
	border: none !important;
}
.wps_gift_card_balance_wrapper input:focus{
	border: none !important;
}
.cstm-box{
	padding: 10px;
}

.elementor-24 .elementor-element.elementor-element-75e462cb > .elementor-widget-container {
    padding: 40px 40px 40px 40px;
/*     background-color: transparent; */
/*     background-image: linear-gradient(228deg, #2F0EBF 0%, #755FD9 100%); */
    border-style: dashed;
    border-width: 1px 1px 1px 1px;
    border-color: #6242D5;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0px 0px 24px -3px rgba(208.0640625, 208.0640625, 208.0640625, 0.5);
    padding: 40px 40px 70px 40px;
}

.amount_wrapper {
    display: block;
    color: white;
    font-size: 23px;
    font-weight: 400;
    position: absolute;
    left: 41px;
}


@media(max-width:767px){
	.wps_gift_card_balance_wrapper {
    display: block;
}
}