.ldk-wsp-button {
    border: none;
    background: transparent;
}

#wsp-button * {
    pointer-events: none;
}

.wsp-button {
    position: fixed;
    left: 10px;
    bottom: 15px;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    z-index: 9999997;
    color: #fff;
    background-color: #075E54;
    text-decoration: none;
}

.wsp-button:hover {
    color: #fff;
}

.wsp-icon {
    margin-right: 0.5rem;
    width: 30px;
    margin-top: -5px;
}

.wsp-icon > img {
    width: 24px;
    height: 24px;
}

.wps-label {
    vertical-align: middle;
}

.wsp-button {
    font-size: 16px !important;
    font-weight: bold;
}

.wps-form-container {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 9999998;
    display: none;
}

.wsp-form {
    width: 300px;
}

form.wsp-form {
    width: 100%;
}

.wsp-form-title {
    cursor: pointer;
    background-color: #075E54;
    padding: 10px 15px;
}

.ldk-wsp-button {
    width: 100%;
    color: white;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ldk-wsp-button:hover {
    color: white;
}

.ldk-wsp-button em {
    font-style: normal;
    cursor: pointer;
    margin-left: auto;
}

.wsp-form-container {
    background-color: #FFFFFF;
    padding: 15px 25px;
    font-size: 16px;
}

.wsp-form-container h1 {
    font-weight: bold;
    font-size: 19px;
}

.container-input {
    margin-bottom: 8px;
}

.container-input .error.etiqueta-error {
    font-size: 12px;
}

.container-input label {
    display: block;
}

.mdc-text-field__input {
    width: 80%;
    font-size: 16px;
}

.wsp-form-submit {
    color: #fff;
    background-color: #25d366;
    width: 100%;
    height: 42px;
    border-radius: 40px;
    font-size: 20px;
    letter-spacing: 0;
    text-transform: inherit;
    border: none;
    cursor: pointer;
}

.wsp-form-submit:disabled {
    opacity: 0.75;
    cursor: not-allowed;
}

.wsp-form label {
    line-height: 1;
    color: #0D0D0D;
    margin-bottom: 6px;
}

.wsp-form input,
.wsp-form textarea {
    padding: 4px;
}

.wsp-form select {
    padding: 4px;
}

.wsp-form select,
.wsp-form input:not([type=radio]),
.wsp-form textarea {
    border-color: #0D0D0D;
    border-width: 1px;
    font-size: 14px;
    line-height: normal;
    width: 100%;
}

.wsp-form select:focus,
.wsp-form input:focus,
.wsp-form textarea:focus {
    outline: none;
}

.wsp-form-title .ldk-wsp-button {
    text-decoration: none;
}

.wsp-form input[name=nombre],
.wsp-form textarea[name=mensaje] {
    width: 100%;
}

.wsp-form select[name=ldk-country-code] {
    width: 112px;
}

.wsp-form input[name=Telefono] {
    margin-left: 8px;
    width: calc(100% - 120px);
}

.wsp-form-title .wsp-label {
    font-weight: bold;
}