.bpa-front-module--booking-summary .bpa-fm--bs__coupon-module-textbox,
.bpa-front-module--booking-summary .bpa-is-coupon-applied{
    position: relative;
    padding: 12px 24px;
	border-top: 1px solid var(--bpa-gt-gray-400);
	-webkit-animation-name: bpaFadeInUp;
    animation-name: bpaFadeInUp;    
    animation-timing-function: cubic-bezier(.51,.92,.24,1.15);
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;    
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0.4s;  
    animation-delay: 0.4s;
}
.bpa-front-module--booking-summary .bpa-front-module--bs-amount-details .bpa-is-coupon-applied{
	padding: 12px 24px;
}
.bpa-is-coupon-applied .bpa-is-tip__price{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.bpa-is-coupon-applied .bpa-is-tip__price .bpa-is-tip-edit-icon{
    padding-right: 6px;
    display: inherit;
}
.bpa-is-coupon-applied .bpa-is-tip__price .bpa-is-tip-edit-icon svg{
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.bpa-is-coupon-applied .bpa-is-tip__price .bpa-is-tip-edit-icon svg path{
    fill: var(--bpa-dt-black-200);
}
@media (max-width: 576px){
    .bpa-fm--bs__coupon-module-textbox .bpa-cmt__right {
		min-width: 100%;
	}
	.bpa-front-module--booking-summary .bpa-fm--bs__coupon-module-textbox{		
		padding: 8px 20px;
		flex-direction: column;
	}
	.bpa-fm--bs__coupon-module-textbox .bpa-front-form-label{
		line-height: 20px;
		margin-bottom: 6px;
	}	
	.bpa-front-module--booking-summary .bpa-is-coupon-applied {
		padding: 8px 20px;
		margin-top: 8px;
	}
	.bpa-front-module--booking-summary .bpa-fm--bs-amount-item.bpa-is-total-row{
        padding: 12px 20px;
    }
	.bpa-front-module--booking-summary .bpa-fm--bs__coupon-module-textbox button.bpa-front-btn{
        position: absolute;
        top: 3px;
        padding: 8px 10px !important;
        right: 3px;
        font-size: 0;
		min-width: unset;
		max-width: unset;
    }
    .bpa-front-module--booking-summary .bpa-fm--bs__coupon-module-textbox button.bpa-front-btn::before{
        content: '';		
        background-color: var(--bpa-cl-white);
		-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M9 16.2l-3.5-3.5c-.39-.39-1.01-.39-1.4 0-.39.39-.39 1.01 0 1.4l4.19 4.19c.39.39 1.02.39 1.41 0L20.3 7.7c.39-.39.39-1.01 0-1.4-.39-.39-1.01-.39-1.4 0L9 16.2z'/%3E%3C/svg%3E");
		mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M9 16.2l-3.5-3.5c-.39-.39-1.01-.39-1.4 0-.39.39-.39 1.01 0 1.4l4.19 4.19c.39.39 1.02.39 1.41 0L20.3 7.7c.39-.39.39-1.01 0-1.4-.39-.39-1.01-.39-1.4 0L9 16.2z'/%3E%3C/svg%3E");
		width: 16px;
		height: 16px;
		display: block;
    }
	.bpa-front-module--booking-summary .bpa-fm--bs__coupon-module-textbox button.bpa-front-btn.bpa-front-btn--is-loader::before{
		opacity: 0;
	}
}
