.btn_rule {
    line-height: 1;
    background-color: white;
    font: 800 10px proxima-nova, Arial, Helvetica, sans-serif;
    border: none;
    color: white;
    padding: 2px 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    border-radius: 5px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.button_r {
    background-color: white;
    color: #943131;
    box-shadow: 3px 3px 4px rgba(0,0,0,0.75);;
}

.button_r:hover {
    color: #df200f;
    border: 1px solid #df200f;
}

/*widget chatbot*/

.widget-button{
    height: 0 !important;
}
.widget-button-text{
    box-shadow: unset !important;
    font-size: 0;
}


.widget-button.bottom-center, .widget-button.bottom-left, .widget-button.bottom-right, .widget-button.left-bottom, .widget-button.right-bottom{
    bottom: 70px !important;
    right: 30px !important;
}
.widget-button{
    position: fixed !important;
    min-width: 45px !important;
    max-width: 45px !important;
    max-height: 45px !important;
    z-index: 9999;
    border: none !important;
    cursor: pointer !important;
    border-radius: 32px;
    box-shadow: none;

}

.widget-button-logo{
    background-image: url("../images/chat_bot.png") !important;
    background-color: transparent !important;
    width: 65px;
    height: 65px;
}
.widget-button-logo-wrapper {
    padding-top: 0;
    padding-left: 0;
}
.widget-button.bottom-right::before {
    top: 20%;
    left: 500%;
}
.widget-button.bottom-right::after {
    top: 20%;
    left: 500%;
}