body {
    background-color: transparent
}

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

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

#widget-container {
    display: block;
    z-index: 99999;
    /* Ensure it's on top of other content */
}

#widget-dialog {
    /* background-color: #fff; */
    /* height: 200px; */
    width: 300px;
    /* border: 1px solid #ccc;
			border-radius: 5px;
			box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
			padding: 10px; */
    display: none;
}

#widget-dialog .card-body {
    height: 110px;
}

/* Custom CSS for the close button */
#widget-close-button {
    /* position: absolute;
			top: 5px;
			right: 5px; */
    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;
}

