.label-selector {
    color: black!important;
    background-color: #ffffff!important;
    border-color: #a79e9e!important;
    margin-left: 10px!important;
    margin-right: 10px!important;
    width:150px!important;
    height:200px!important;
    border-radius: .5rem;
    border: 1px solid;
}

.label-selector:hover {
    color: black!important;
    background-color: #f5f4f4!important;
    border-color: #a79e9e!important;
}

.label-selector.active {
    background-color: #f5f4f4!important;
}

.label-selector.disabled {
    background-color: #e6e3e3!important;
    color: black!important;
}


.cx-powered-by {
    display: none !important;
}


#menuheader { display: none; }
#arrow-menu-left { display: block; }

#spansidebar {
    float:left;
    padding-top: 16px;
    color: black;
}

@media screen and (min-width: 768px) {
    #menuheader { display: block; }
    #arrow-menu-left { display: none; }
    #spansidebar {
        float: left;
        padding-top: 26px;
        color: black;
    }
}

#siderbarwidget div.container{
    width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

#widgetmain div.container {
    width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.position-fixed {
   position: fixed;
}

.float-right {
    float: right;
}

.rounded {
    border-radius: .25rem;
}

#btnSidebar.btn-default {
    background-color: white;
    border-color: white;
    line-height: 0;
}

#btnSidebar.btn-default:active {
    background-color: white;
    border-color: white;
}

#btnSidebar.btn-default:hover {
    background-color: white;
    border-color: white;
}

#btnSidebar svg{
    float:left;
}

.mt-3-callback {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem!important;
}

.mt-4-callback {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.5rem!important;
}

.justify-content-center-callback {
    justify-content: center!important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    span.navbar-callback {
        width: 100%;
        height: auto;
        text-align: center;
        font-weight: normal;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

span.navbar-callback {
    width: 100%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 80;
    height: auto;
}

.submitbutton {
    margin-bottom: 10px;
}

#chat_button, #call_button {
    visibility: hidden;
}

.btn-group, .btn-group-vertical {
    display: flex;
    flex-wrap: nowrap;
}

.row-callback {
    align-items: center;
}

.txt_chat_class {
    margin-top: -45px;
}
