    div#scroll {
        padding: 0px;
    }

    [data-attr="form-container"] {
        background: #fff;
        padding: 30px 20px;
        position: relative;
    display: block;
    text-align: center;
    }

[data-attr="form-container"] form {
    padding: 0px !important;
    padding-top: 30px !important;
}

[data-attr="form-field"].inputgroup {
    max-width: 330px;
}

[data-attr="form-field"].inputgroup .country-code {
    height: 52px;
}
.floater-form-msg-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    min-height: 200px;
}

.floater-form-msg-wrapper img {
    max-width: 100px;
}

div[data-floater-element="floater-form-success-msg"]::before {
    display: none;
}

.floater-form-msg-wrapper img#thanks-close-btn {
    position: absolute;
    right: 12px;
    top: 17px;
    max-height: 15px;
    cursor: pointer;
}
