#callbk {
    display: none;
    position:fixed;
    width:304px;
    left:0;
    top:0;
    border-radius:10px;
    padding:15px;
    box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    z-index:999999;
}

.callbk-title {
    margin-bottom:10px;
    text-shadow: #777 0 1px 0;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.callbk-form-title {
    text-shadow: #777 0 1px 0;
    margin-bottom: 5px;
}

.callbk-form-field {
    border: 1px solid #ccc;
    background: white;
    border-radius: 4px;
    color: black;
    box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
    padding:8px;
    margin-bottom:10px;
    width:100%;
    height: 35px;
    font-size: 14px;
    box-shadow: 2px 2px 2px #ebebeb inset;
    box-sizing: border-box;
}

.callbk-button {
    border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.3);
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
}

.callbk-button {
    border: none;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 19px;
    padding: 7px 24px;
    border-radius: 4px;
}

.callbk-show-button {
    margin-bottom: 5px;
}

.callbk-button:hover {
    box-shadow: 1px 1px 4px #777;
}

.callbk-button:active {
    box-shadow: 1px 1px 4px #777;
}

.callbk-submit-container {
    text-align:right;
    padding-top: 5px;
}

.callbk-closeBtn {
    cursor: pointer;
    position: absolute;
    right: 10px;
}

.callbk-phone {
    vertical-align: middle;
}

.callbk-messages {
    font-weight: bold;
    display: none;
    background-color: #fff;
    border: 3px solid gray;
    padding: 20px;
    margin: 20px;
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    text-align: center;
    border-radius: 6px;
    overflow: hidden;
}

#callbk-message {
    color: #008000;
    border-color: #008000;
}

.callbk-message-img {
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
}

#callbk-errors {
    color: #A22;
    border-color: #A22;
}

#callbk-form .wa-recaptcha {
    overflow: hidden;
    width: 100%;
}

#callbk-background {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

#callbk-form-calldate, #callbk-form-calltime {
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: 24px auto;
    padding-right: 32px;
    width: auto;
}

.callbk-button i::before {
    font-size: 24px;
    line-height: 24px;
    margin-right: 5px;
}

.callbk-closeBtn.icon-callbk-cancel::before{
    margin-right: 5px;
    font-size: 18px;
}

.callbk-message-img.icon-callbk-ok::before {
    font-size: 80px;
    line-height: 100px;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
}

.callbk-message-img.icon-callbk-attention::before {
    font-size: 80px;
    line-height: 100px;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
}

/* Fixed button */
.callbk-fixed-button {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    position: fixed;
    z-index: 999;
    font-size: 45px;
    background: white;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.3), 0px 0px 1px rgba(0, 0, 0, 0.5) inset;
    cursor: pointer;
}

.callbk-fixed-button i::before {
    display: block !important;
}

.callbk-top-right {
    top: 5%;
    right: 5%;
}

.callbk-top-left {
    top: 5%;
    left: 5%;
}

.callbk-bottom-left {
    bottom: 5%;
    left: 5%;
}

.callbk-bottom-right {
    bottom: 5%;
    right: 5%;
}

.callbk-fixed-button *:before {
    font-size: 45px;
    height: 45px;
    line-height: 45px;
    width: 45px;
}

.icon-callbk-phone::before{
    line-height: 48px;
}

.icon-callbk-phone-outline::before {
    font-size: 40px;
}

.icon-callbk-chat::before {
    font-size: 40px;
    line-height: 41px;
}

.icon-callbk-chat-1::before{
    font-size: 40px;
}

.icon-callbk-chat-2::before{
    font-size: 32px;
}

/* Mobile version */
#callbk.callbk-mobile {
    overflow: scroll;
    padding: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
}

#callbk.callbk-mobile .callbk-title {
    padding-top:20px;
}

#callbk.callbk-mobile > form {
    padding: 20px;
}

#callbk.callbk-mobile .callbk-closeBtn {
    right: 20px;
    top: 20px;
}