.custom-subscribe-form {
    max-width: 100%;
    position: relative;
}

/*.custom-subscribe-form .form-group {*/
/*    margin-bottom: 15px;*/
/*}*/

.custom-subscribe-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.custom-subscribe-form input[type="text"],
.custom-subscribe-form input[type="email"] {
    color: #fff;
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
}

/*.custom-subscribe-form button {*/
/*    background: #0073aa;*/
/*    color: white;*/
/*    border: none;*/
/*    padding: 10px 15px;*/
/*    cursor: pointer;*/
/*}*/
.ewd-custom-submit {
    margin-top: 13px;
    display: inline-block !important;
    background-color: transparent;
    background-image: url(../img/newsletter-icon.png) !important;
    background-repeat: no-repeat;
    border: 0;
    position: absolute;
    top: -3px;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    right: 0;
}

.custom-subscribe-form button:hover {
    /*background: #005177;*/
}

/*.custom-subscribe-message {*/
/*    margin-top: 15px;*/
/*    padding: 10px;*/
/*}*/

.custom-subscribe-message.success {
    /*background: #d4edda;*/
    color: #155724;
}

.custom-subscribe-message.error {
    /*background: #f8d7da;*/
    color: #721c24;
}
.custom-subscribe-form input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  background-color: transparent !important;
}
.custom-subscribe-form input#custom-subscriber-email {
  background-color: transparent !important;
}

input.cs_ewd {
    background-color: transparent;
    border: 0 !important;
    border-bottom: 1px solid #BDB1B1 !important;
    padding-bottom: 10px !important;
    outline: 0 !important;
}
/* Add this for the fade-out effect */
.custom-subscribe-message.hide {
    opacity: 0;
}
.custom-subscribe-form input#custom-subscriber-email {
    color: #000;
    background-color: transparent !important;
    height: 50px;
    border: none;
    padding: 0 40px;
}
.custom-subscribe-grp{
    display: flex;
}
.custom-subscribe-grp button {
    background: #2790CC;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 54px;
    letter-spacing: -0.25px;
    color: #FFFFFF;
    border: 0;
    margin-top: 0 !important;
    padding: 11px 40px;
    transition: 0.5s;
    /* font-size: 0; */
    /* width: 50px; */
    /* background-color: green; */
    /* border: none; */
    position: relative;
    width: 180px;
}
/*.custom-subscribe-grp button:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    background-image: url(https://www.oluwater.com/wp-content/uploads/2025/04/arow-news.png);*/
/*    width: 52px;*/
/*    height: 50px;*/
/*    top: 0;*/
/*    right: 0;*/
/*}*/
:focus-visible {
    outline: none !important;
}
.cus-sbc-frm {
    background: transparent;
    display: inline-block;
    box-shadow: none;
    position: absolute;
    z-index: 9;
    /*top: 3px;*/
    right: 10px;
}
.custom-subscribe-form {
    padding: 20px 10px 10px;
}