@import 'style.css';
#otpPopup_checkout_cod{
    display: none;
    position: fixed;
	z-index:9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.popupContent{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    text-align: center;
	width:450px;
	border-radius:10px;
	
}
.popup-close-btn-container {
    margin-bottom: 0!important;
	display:flex !important;
    justify-content:space-between;
	align-items: center;
	margin-bottom: 30px !important;
    }
.popup-close-btn-container {
    margin-bottom: 0!important;
	display:flex !important;
    justify-content:space-between;
	align-items: center;
	margin-bottom: 30px !important;
    }
.custom-button-style {
    background-color: var(--btn-accented-bgcolor) !important;
    color: #fff !important;
    border: none !important;
    padding: 10px 24px !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-size: 13px !important;
    margin: 4px 2px !important;
    cursor: pointer !important;
    border-radius: 4px !important;
	 margin-left: auto;
}
.custom-button-style:hover {
    background-color: var(--btn-accented-bgcolor-hover) !important;
}



.whatsapp-icon {
    background-color: #25d366; /* WhatsApp green color */
    color: #fff;
    padding: 7px 10px;
    text-decoration: none;
}

.whatsapp-icon i {
    margin-right: 5px; /* Add some space between the icon and text */
}
