.title-livechat {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    padding-top: 9px;
    padding-bottom: 6px;
}

.logo-livechat {
    padding-top: 15px;
    /* padding-right: 15px; */
    padding-left: 15px;
}

.logo-text {
    color: #000000;
    font-size: 12px;
}

.form-livechat {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.form-livechat-select {
    margin-top: 10px;
    margin-bottom: 10px;
    border-color: var(--main-color);
}

.form-livechat-select-after-input {
    margin-top: 0px;
    margin-bottom: 0px;
}

.placeholder-select {
    color: var(--main-color);
}

.form-livechat-select:focus:not([readonly]) {
    border: 2px solid var(--main-color-dark);
    -webkit-box-shadow: 0 1px 0 0 var(--main-color-dark);
    box-shadow: 0 1px 0 0 var(--main-color-dark)
}

.form-livechat-select:focus:not([readonly]) {
    border: 2px solid var(--main-color-dark);
    -webkit-box-shadow: 0 1px 0 0 var(--main-color-dark);
    box-shadow: 0 1px 0 0 var(--main-color-dark)
}

.textbox-chat {
    border: var(--main-color);
}

.theme-color {
    background-color: var(--main-color) !important;
}

.btn-livechat {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    padding: 9px 20px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.btn-livechat.minword {
    padding-left: 30px;
    padding-right: 30px;
}

.notif-pic {
    text-align: center;
    padding-top: 25px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.notif-title {
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #000000;
}

.notif-text {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #000000;
}

.notif-text.bold {
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    color: #262626;
}

.notif-text.small {
    font-size: 11px;
    line-height: 13px;
}

.busy-mode {
    padding-top: 60px;
}

.file-attachment>input {
    display: none;
}

.input-icon {
    color: gray!important;
}

.input-icon:active {
    color: black!important;
}

.input-icon:hover {
    color: black!important;
}

.notif-end {
    padding-top: 10px;
    text-align: center;
}

.icon-livechat {
    font-size: 20px;
    color: var(--font-color)
}

audio {
    width: 230px;
}

@keyframes ldio-zcu7fxzzguc {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

.ldio-zcu7fxzzguc>div {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: 44px;
    animation: ldio-zcu7fxzzguc 1s cubic-bezier(0.3, 0, 0.7, 1) infinite;
}

.ldio-zcu7fxzzguc>div:nth-of-type(4n + 1) {
    background: var(--main-color)
}

.ldio-zcu7fxzzguc>div:nth-of-type(4n + 2) {
    background: var(--main-color)
}

.ldio-zcu7fxzzguc>div:nth-of-type(4n + 3) {
    background: var(--main-color)
}

.ldio-zcu7fxzzguc>div:nth-of-type(4n) {
    background: var(--main-color)
}

.ldio-zcu7fxzzguc>div:nth-of-type(4n + 1) {
    left: 10.666666666666668px;
    animation-delay: -0.4s
}

.ldio-zcu7fxzzguc>div:nth-of-type(4n + 2) {
    left: 27.333333333333336px;
    animation-delay: -0.3s
}

.ldio-zcu7fxzzguc>div:nth-of-type(4n + 3) {
    left: 44px;
    animation-delay: -0.2s
}

.ldio-zcu7fxzzguc>div:nth-of-type(4n + 4) {
    left: 60.66666666666667px;
    animation-delay: -0.1s
}

.ldio-zcu7fxzzguc>div:nth-of-type(4n + 5) {
    left: 77.33333333333333px;
    animation-delay: 0s
}

.loadingio-spinner-message-jzb5adohjd {
    width: 80px;
    height: 80px;
    display: inline-block;
    overflow: hidden;
    background: none;
}

.ldio-zcu7fxzzguc {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(0.8);
    backface-visibility: hidden;
    transform-origin: 0 0;
    /* see note above */
}

.ldio-zcu7fxzzguc div {
    box-sizing: content-box;
}

select option:disabled {
    color: #ffffff;
    font-weight: bold;
}

/*shows the stars side by side, centered, and in reverse order than the HMTL*/

.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

/*hides the radio buttons*/

.rating>input {
    display: none;
}

/*style the empty stars, sets position:relative as base for pseudo-elements*/

.rating>label {
    position: relative;
    width: 1.1em;
    font-size: 20px;
    color: #FFD700;
    cursor: pointer;
}

/* sets filled star pseudo-elements */

.rating>label::before {
    content: "\2605";
    position: absolute;
    opacity: 0;
}

/*overlays a filled start character to the hovered element and all previous siblings*/

.rating>label:hover:before, .rating>label:hover~label:before {
    opacity: 1 !important;
}

/*overlays a filled start character on the selected element and all previous siblings*/

.rating>input:checked~label:before {
    opacity: 1;
}

/*when an element is selected and pointer re-enters the rating container, selected rate and siblings get semi transparent, as reminder of current selection*/

.rating:hover>input:checked~label:before {
    opacity: 0.4;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}