.wsp-button{
    position: fixed;
    bottom: 0px;
    left: 10px;
    bottom: 15px;
    border: none;
    padding: 5px 20px 10px 20px;
    border-radius: 30px;
    display: block;
    z-index: 9999997;
    color: #fff;
    background-color: #075E54;
    text-decoration: none;
}
.wsp-icon{
    position: relative;
    top: 0px;
    left: 5px;
    margin-right: 0.5rem;
    width: 30px;
}
.wsp-icon>img {
    width: 24px;
    height: 24px;
}
.wps-label{
    vertical-align: middle;
}
.wsp-button, .wsp-button:hover{
    font-family: Nunito,sans-serif;
    font-size: 16px!important;
    font-weight: 700;
    color: #FFF;
}

.wps-form-container{
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 9999998;
    display: none;
    font-family: Nunito,sans-serif;
}
.wsp-form{
    font-family: Nunito,sans-serif;
    width: 300px;
}
.wsp-form-title{
    cursor: pointer;
    background-color: #075E54;
    padding: 10px 15px;
}
.ldk-wsp-button, .ldk-wsp-button:hover{
    width: 100%;
    text-decoration: none;
    color: white;
}
.ldk-wsp-button em{
    float: right;
    margin: -5x 10px 0px 0px;
    font-size: 25px;
    font-style: normal;
    cursor: pointer;
}
.wsp-form-container{
    background-color: #FFFFFF;
    padding: 15px 25px;
    font-size: 16px;
}
.wsp-form-container h1{
    font-size: 19px;
    line-height: 19px;
    margin-bottom: 1rem;
    font-family: Nunito,sans-serif;
}
.wsp-form-container p{
    font-size: 15px;
    line-height: 15px;
    font-family: Nunito,sans-serif;
}
.container-input label{
    color: #000000;
}
.container-input{
    padding: 7px 0px;
}
.container-input label{
    display: block;
}
.mdc-text-field__input{
    width: 80%;
    font-size: 16px;
}
.wsp-form-submit{
    color: #fff;
    background-color: #25d366;
    width: 70%;
    height: 42px;
    border-radius: 40px;
    font-size:20px;
    letter-spacing: 0;
    text-transform: inherit;
    margin: 16px 5%;
    border: none;
    cursor: pointer;
}
.container-input label{
    padding:0px;
}