body {
    background-color: transparent
}

#widget-button img {
    width: 175px;
    height: 75px;
}

#widget-button img:hover {
    cursor: pointer;
}

#widget-container {
    display: block;
    z-index: 99999;
}

#widget-dialog {
    background: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 350px;
    display: none;
    border-radius: 15px;
    bottom: 0;
    right: 0;
}

#widget-dialog .card-header {
    background-color: transparent;
    border-bottom: none;
    padding-bottom:0!important;
    padding:30px 0;
}

#widget-dialog .card-header button {
    background-image: linear-gradient(to right, #14b44a, #42ba46, #5ebf42, #75c53f, #8bca3d);
    border:1px solid #14b44a;
    border-radius: 5px;
    height: 25px;
    width: 25px;
    padding:0!important;
    font-weight: bolder;
}

#widget-dialog .card-body {
    padding-top:0!important;
}

#widget-dialog .card-body .title {
    margin-bottom: 0;
}

#widget-dialog .card-body .title span {
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1rem;

    background: linear-gradient(to right, #14b44a, #8bca3d);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
}

#widget-dialog .card-body #content p {
    color: #009343;
    font-size: .9rem!important;
    font-weight: 500;
}

#widget-dialog .card-body #content input {
    border: 1.5px solid #14b44a;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: .9rem;
    color:#c0bebe;
}

#widget-dialog .card-body #content ::placeholder {
    color: #c0bebe;
    opacity: 1; /* Firefox */
}

#widget-dialog .card-body #content  ::-ms-input-placeholder { /* Edge 12-18 */
    color: #c0bebe;
}

#widget-dialog .card-body .btns button {
    border: none!important;
    border-radius: 25px;
    width:100%!important;
    font-weight: 600;
    font-size: 1rem;
    background-image: linear-gradient(to right, #14b44a, #42ba46, #5ebf42, #75c53f, #8bca3d);
}

/* Custom CSS for the close button */
#widget-close-button {
    cursor: pointer;
}

/* #connect-button {
			position: absolute;
			bottom: 10px;
			left: 10px;
			width: 100%;
		} */


.dialpad_button {
    min-width: 38px;
    height: 38px;
    border: 1px solid #041830;
    background: #2a4a6f;
    background: -webkit-gradient(linear, left top, left bottom, from(#7691b1), to(#2a4a6f));
    background: -webkit-linear-gradient(top, #7691b1, #2a4a6f);
    background: -moz-linear-gradient(top, #7691b1, #2a4a6f);
    background: -ms-linear-gradient(top, #7691b1, #2a4a6f);
    background: -o-linear-gradient(top, #7691b1, #2a4a6f);
    background-image: -ms-linear-gradient(top, #7691b1 0%, #2a4a6f 100%);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
    -moz-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
    box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
    text-shadow: #122e4f 0 1px 0;
    color: #e0e0e0;
    font-size: 14px;
    font-family: helvetica, serif;
    text-decoration: none;
    vertical-align: middle;
}

.dialpad_button:hover {
    border: 1px solid #041830;
    text-shadow: #122e4f 0 1px 0;
    background: #2a4b84;
    background: -webkit-gradient(linear, left top, left bottom, from(#7692bc), to(#2a4b84));
    background: -webkit-linear-gradient(top, #7692bc, #2a4b84);
    background: -moz-linear-gradient(top, #7692bc, #2a4b84);
    background: -ms-linear-gradient(top, #7692bc, #2a4b84);
    background: -o-linear-gradient(top, #7692bc, #2a4b84);
    background-image: -ms-linear-gradient(top, #7692bc 0%, #2a4b84 100%);
    color: #fff;
}

.dialpad_button:active {
    text-shadow: #122e4f 0 1px 0;
    border: 1px solid #041830;
    background: #243f5e;
    background: -webkit-gradient(linear, left top, left bottom, from(#687f99), to(#2a4b84));
    background: -webkit-linear-gradient(top, #687f99, #243f5e);
    background: -moz-linear-gradient(top, #687f99, #243f5e);
    background: -ms-linear-gradient(top, #687f99, #243f5e);
    background: -o-linear-gradient(top, #687f99, #243f5e);
    background-image: -ms-linear-gradient(top, #687f99 0%, #243f5e 100%);
    color: #fff;
}

