div#dibibot-wrapper .lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

div#dibibot-wrapper .lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

div#dibibot-wrapper .lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}

div#dibibot-wrapper .lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}

div#dibibot-wrapper .lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}

div#dibibot-wrapper .lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(19px, 0);
    }
}

div#dibibot-wrapper {
    display: none;
    position: fixed;
    z-index: 999999;
    word-wrap: break-word;
    line-height: 1.2;
    width: 300px;
    max-width: 300px;
    height: 426.75px;
    max-height: 426.75px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;

    /* editable */
    background: rgba(0, 0, 0, 1);
    color: white;
    font-family: Verdana, Arial, 'Times New Roman', sans-serif;
    font-weight: normal;
    font-size: 15px !important;
    text-decoration: none;
}

div#dibibot-lateral-open-button {
    position: fixed;
    background: rgba(0, 0, 0, 1);
    height: 200px;
    color: white;
    text-align: center;
    left: 0;
    top: calc(50% - 100px);
    padding-left: 5px;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    z-index: 999999;
    border-radius: 20px 0px 0px 20px;

    /*top: calc(50% - 213.375px);*/
}

div#dibibot-wrapper div#title span:last-child:after {
    font-family: 'FontAwesome';
    content: "\f078";
}

/*div#dibibot-wrapper.close {
    margin-bottom: -400px;
    -webkit-transition: margin-bottom ease-in 0.2s;
    -o-transition: margin-bottom ease-in 0.2s;
    transition: margin-bottom ease-in 0.2s;
}
*/
div#dibibot-wrapper.close div#title span:last-child:after {
    font-family: 'FontAwesome';
    content: "\f077";
}

div#dibibot-wrapper div#title {
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), to(transparent));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.4), transparent);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.4), transparent);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), transparent);
}

div#dibibot-wrapper div#title span:first-child {
    display: inline-block;
    width: calc(100% - 14%);
    padding: 5px 0px 5px calc(100% - 98%);
}

div#dibibot-wrapper div#title span:last-child {
    display: inline-block;
    width: 10%;
    text-align: center;
    padding: 5px 0px 5px 0px;
    -webkit-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s;
}

div#dibibot-wrapper div#title span:last-child:hover {
    opacity: 0.5;
    -webkit-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s;
}

div#dibibot-wrapper div#content {
    width: 100%;
    height: 100%;
    font-size: 0.7em;
    padding-left: 5px;
    text-align: left;
    overflow: auto;
    overflow: hidden;
}

div#dibibot-wrapper div#content a {
    color: white;
    text-decoration: underline;
}

div#dibibot-wrapper div#content div#text {
    display: none;
    text-align: center;
    padding: 10px 10px 10px 10px;
    width: 80%;
    margin: 0 auto;
    margin-top: 10px;
}

div#dibibot-wrapper div#content div#chat {
    display: none;

    width: calc(100% + 5px);
    height: calc(100% - 29px);
    margin-left: -5px;
}

div#dibibot-wrapper div#content div#chat div#info {
    background: rgba(255, 255, 255, .2);
    width: 100%;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
}

div#dibibot-wrapper div#content div#chat div#info img {
    display: inline-block;
    width: 50px;
    height: 100%;
}

div#dibibot-wrapper div#content div#chat div#info div#operator {
    display: inline-block;
    width: 100%;
    height: 50px;
    position: absolute;
    margin-top: 0px;
}

div#dibibot-wrapper div#content div#chat div#info div#operator div#operator_name {
    padding: 5px;
    font-size: 15px;
}

div#dibibot-wrapper div#content div#chat div#info div#operator div#operator_title {
    padding: 0px 5px;
}

div#dibibot-wrapper div#content div#chat div#chat_area {
    color: black;
    width: 100%;
    height: calc(100% - 120px);
    min-height: calc(100% - 120px);
    max-height: calc(100% - 120px);
    overflow: auto;
    position: relative;
}

div#dibibot-wrapper div#content div#chat div#chat_area div.span {
    clear: both;
    color: white;
    width: 100%;
    text-align: center;
    padding: 5px;
}

div#dibibot-wrapper div#content div#chat div#chat_area div.burble {
    padding: 5px;
    margin-bottom: 5px;
    width: 100%;
}

div#dibibot-wrapper div#content div#chat div#chat_area div.burble img.avatar {
    clear: both;
    float: left;
    display: inline-block;
    width: 30px;
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    min-height: 30px;
    max-height: 30px;
    border-radius: 50% 50%;
    margin-bottom: -7px;
}

div#dibibot-wrapper div#content div#chat div#chat_area div.burble.user img.avatar {
    clear: both;
    float: right;
}

div#dibibot-wrapper div#content div#chat div#chat_area div.burble div.message {
    float: left;
    display: inline-block;
    position: relative;
    background: white;
    padding: 5px;
    width: auto;
    max-width: calc(100% - 40px);
    min-width: auto;
    border-radius: 0px 5px 5px 5px;
    margin-left: 1px;
    margin-bottom: 5px;
    user-select: text;
    -webkit-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
}

div#dibibot-wrapper div#content div#chat div#chat_area div.burble div.message:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 0;
    left: -8px;
    border-width: 4px 4px 4px 4px;
    border-style: solid;
    border-color: white white transparent transparent;
}

div#dibibot-wrapper div#content div#chat div#chat_area div.burble.user div.message {
    margin-left: 0px;
    margin-right: 1px;
    float: right;
    border-radius: 5px 0px 5px 5px;
}

div#dibibot-wrapper div#content div#chat div#chat_area div.burble.user div.message:before {
    display: none;
}

div#dibibot-wrapper div#content div#chat div#chat_area div.burble.user div.message:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 0;
    right: -8px;
    border-width: 4px 4px 4px 4px;
    border-style: solid;
    border-color: white transparent transparent white;
}

div#dibibot-wrapper div#content div#chat div#chat_area div.burble div.message p {
    font-size: 11px;
    margin-bottom: 0px;
}

div#dibibot-wrapper div#content div#chat div#chat_area div.burble div.message p:last-child {
    clear: both;
    font-size: 8px;
    color: rgba(0, 0, 0, .8);
    width: 100%;
    text-align: right;
    margin-top: 2px;
    margin-bottom: -2px;
}

div#dibibot-wrapper div#content div#chat div#chat_area div.burble div.message p span {
    font-weight: bold;
    padding-left: 5px;
    font-size: 12px;
}



div#dibibot-wrapper div#content div#chat div#chat_area div.burble div.message .button,
div#dibibot-wrapper div#content div#chat div#chat_area div.burble div.message button {
    display: block;
    width: 100%;
    padding: 5px;
    font-size: 12px;
    font-weight: normal;
    margin-top: 3px;
    margin-bottom: 3px;
    border: none;
    border-radius: none !important;
    background: rgba(0, 0, 0, .8);
    color: white;
    text-align: center;
    text-decoration: none;
}

div#dibibot-wrapper div#content div#chat div#chat_area div.burble div.message .button:hover,
div#dibibot-wrapper div#content div#chat div#chat_area div.burble div.message button:hover {
    opacity: 0.5;
}

div#dibibot-wrapper div#content div#chat div#chat_area div.burble div.message input {
    padding: 5px;
    background: transparent;
    color: black;
    border: none;
    border-bottom: 1px dotted rgba(0, 0, 0, .5);
    border-radius: none;
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
    box-shadow: none;
}

div#dibibot-wrapper div#content div#chat div#chat_area div.burble div.message img {
    clear: both;
    display: block;
    width: 80px;
    height: auto;
    float: right;

    margin-bottom: 5px;
    border: 3px solid white;
    -webkit-box-shadow: 1px 1px 2px black;
    box-shadow: 1px 1px 2px black;
}

div#dibibot-wrapper div#content div#chat div#chat_area div.burble div.message img:first-child {
    margin-top: 15px;
}


div#dibibot-wrapper div#content div#chat div#chat_area div.burble div.message input::-webkit-input-placeholder {
    color: black;
    font-size: 12px;
}


div#dibibot-wrapper div#content div#chat div#chat_area div.burble div.message input:-ms-input-placeholder {
    color: black;
    font-size: 12px;
}


div#dibibot-wrapper div#content div#chat div#chat_area div.burble div.message input::-ms-input-placeholder {
    color: black;
    font-size: 12px;
}


div#dibibot-wrapper div#content div#chat div#chat_area div.burble div.message input::placeholder {
    color: black;
    font-size: 12px;
}

div#dibibot-wrapper div#content div#chat div#chat_area div.burble div.message button:last-child {
    border-radius: 0px 0px 5px 5px !important;
    margin-bottom: 5px;
}

div#dibibot-wrapper div#content div#chat div#chat_area div.burble div.message a {
    color: black;
    text-decoration: underline;
    font-weight: bold;
}

div#dibibot-wrapper div#content div#chat div#text_area {
    background: rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 70px;
    position: absolute;
    bottom: 0;
}


div#dibibot-wrapper div#content div#chat div#text_area textarea {
    float: left;
    width: 80%;
    height: calc(100% - 20px);
    resize: none;
    border: none;
    font-size: 12px;
    border-radius: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    color: white;
    overflow: hidden;
    padding-top: 10px;
}

div#dibibot-wrapper div#content div#chat div#text_area div#button_zone {
    float: left;
    width: 20%;
    height: calc(100% - 20px);
    color: white;
}

div#dibibot-wrapper div#content div#chat div#text_area div#button_zone button#send {
    padding: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
    -webkit-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
    font-size: 3em;
    border: none;
}

div#dibibot-wrapper div#content div#chat div#text_area div#button_zone button#send:hover {
    -webkit-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
    opacity: 0.5;
}


div#dibibot-wrapper div#content div#chat div#text_area textarea::-webkit-input-placeholder {
    color: white;
}


div#dibibot-wrapper div#content div#chat div#text_area textarea:-ms-input-placeholder {
    color: white;
}


div#dibibot-wrapper div#content div#chat div#text_area textarea::-ms-input-placeholder {
    color: white;
}


div#dibibot-wrapper div#content div#chat div#text_area textarea::placeholder {
    color: white;
}

div#dibibot-wrapper div#content form {
    display: none;
    padding-bottom: 50px;
    padding-top: 20px;
}

div#dibibot-wrapper div#content form table {
    border-collapse: collapse;
    border-spacing: none;
    border: none;
}

div#dibibot-wrapper div#content form table .error {
    background: -webkit-gradient(linear, left top, left bottom, from(#F767E1), to(#C71E8E));
    background: -webkit-linear-gradient(top, #F767E1, #C71E8E);
    background: -o-linear-gradient(top, #F767E1, #C71E8E);
    background: linear-gradient(to bottom, #F767E1, #C71E8E);
    width: 150px;
    min-width: 150px;
    /* margin: 0 auto; */
    position: absolute;
    color: white;
    padding: 9px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    z-index: 99999999;
}


div#dibibot-wrapper div#content form table .error:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-top: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #F767E1;
    top: -15px;
    left: 40%;
}

div#dibibot-wrapper div#content form table,
div#dibibot-wrapper div#content form table tbody,
div#dibibot-wrapper div#content form table tbody tr,
div#dibibot-wrapper div#content form table tbody td {
    background: transparent;
}

div#dibibot-wrapper div#content form table tr#username,
div#dibibot-wrapper div#content form table tr#email,
div#dibibot-wrapper div#content form table tr#phone_number {
    display: none;
}

div#dibibot-wrapper div#content form table tr td.left {
    text-align: left;
}

div#dibibot-wrapper div#content form table tr td.left.privacy {
    padding-top: 15px;
    padding-right: 15px;
}

div#dibibot-wrapper div#content form table tr td.right {
    text-align: right;
    padding-right: 10px;
}

div#dibibot-wrapper div#content form table tr td.right button {
    float: right;
}

div#dibibot-wrapper div#content form table tr,
div#dibibot-wrapper div#content form table tr td {
    border: none;
    padding: 0px 0px 0px 0px;
}

div#dibibot-wrapper div#content form table input[type=text],
div#dibibot-wrapper div#content form table input[type=email],
div#dibibot-wrapper div#content form table button,
div#dibibot-wrapper div#content form table textarea {
    display: block;
    border: none;
    padding: 10px 5px 10px 5px !important;
    background: rgba(255, 255, 255, 0.2);
    margin-bottom: 2px;
    color: white;
    font-size: 1em;
    font-family: inherit;
    outline: none;
    border-radius: none !important;
}

div#dibibot-wrapper div#content form table input[type=text]:hover,
div#dibibot-wrapper div#content form table input[type=email]:hover,
div#dibibot-wrapper div#content form table button:hover,
div#dibibot-wrapper div#content form table textarea:hover {
    opacity: 0.7;
}

div#dibibot-wrapper div#content form table input[type=text]::-webkit-input-placeholder,
div#dibibot-wrapper div#content form table input[type=email]::-webkit-input-placeholder,
div#dibibot-wrapper div#content form table textarea::-webkit-input-placeholder {
    color: #dedede;
    font-size: 1em;
    font-family: inherit;
}

div#dibibot-wrapper div#content form table input[type=text]:-ms-input-placeholder,
div#dibibot-wrapper div#content form table input[type=email]:-ms-input-placeholder,
div#dibibot-wrapper div#content form table textarea:-ms-input-placeholder {
    color: #dedede;
    font-size: 1em;
    font-family: inherit;
}

div#dibibot-wrapper div#content form table input[type=text]::-ms-input-placeholder,
div#dibibot-wrapper div#content form table input[type=email]::-ms-input-placeholder,
div#dibibot-wrapper div#content form table textarea::-ms-input-placeholder {
    color: #dedede;
    font-size: 1em;
    font-family: inherit;
}

div#dibibot-wrapper div#content form table input[type=text]::placeholder,
div#dibibot-wrapper div#content form table input[type=email]::placeholder,
div#dibibot-wrapper div#content form table textarea::placeholder {
    color: #dedede;
    font-size: 1em;
    font-family: inherit;
}



div#dibibot-wrapper div#content form table input[type=text]:required,
div#dibibot-wrapper div#content form table input[type=email]:required {
    border-right: 3px solid #FF0A02;
}

div#dibibot-wrapper div#content form table input[type=text],
div#dibibot-wrapper div#content form table input[type=email] {
    width: 90%;
    padding-right: 35px;
}

div#dibibot-wrapper div#content form table textarea {
    width: 90%;
    resize: none;
    padding-right: 35px;
    padding-bottom: 10px;
}


div#dibibot-wrapper div#content form table label#container {
    display: block;
    position: relative;
    margin-left: 10px;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    color: white;
    font-size: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

div#dibibot-wrapper div#content form table label#container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom checkbox */

span#checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
}


/* On mouse-over, add a grey background color */

div#dibibot-wrapper div#content form table label#container:hover input~span#checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

div#dibibot-wrapper div#content form table label#container input:checked~span#checkmark {
    background-color: #2196F3;
}


/* Create the checkmark/indicator (hidden when not checked) */

span#checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

div#dibibot-wrapper div#content form table label#container input:checked~span#checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

div#dibibot-wrapper div#content form table label#container span#checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

div#dibibot-wrapper div#footer {
    position: absolute;
    width: 100%;
    height: 15px;
    bottom: 0;
    text-align: center;
    background: transparent;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.4);
}

div#dibibot-wrapper div#footer a {
    color: rgba(255, 255, 255, 0.4) !important;
    text-decoration: none;
    font-weight: bold;
}

div#dibibot-wrapper div#content form table button {
    margin-right: 15px;
    width: auto;
    height: auto;
    font-size: 1em;
    font-weight: 500;
    text-transform: capitalize;
}


div#dibibot-wrapper div#modal {
    display: none;
    background: black;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999999999;
    text-align: center;
    overflow: auto;
    padding-top: 10%;
}

div#dibibot-wrapper div#modal .button_close {
        color: white;
    /* text-align: right; */
    font-size: 20px;
    font-weight: bold;
    padding-right: 10px;
    position: absolute;
    right: 2px;
    top: 2px;
}

div#dibibot-wrapper div#modal .button_close:hover {
    opacity: 0.8;
}

div#dibibot-wrapper div#modal .button_close img {
    width: 80%;
    border: 1px solid white;
    box-shadow: 2px 2px 2px black;
}

/* mobile portrait */

@media (min-width: 310px) and (max-width: 479px) {
    div#dibibot-wrapper {
        /* editable */
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 80%;
        min-height: 29px;
        max-height: 80%;
        border-radius: 0px 0px 0px 0px;
        -webkit-border-radius: 0px 0px 0px 0px;
        -moz-border-radius: 0px 0px 0px 0px;
    }

    div#dibibot-wrapper div#title {
        border-radius: 0px 0px 0px 0px;
        -webkit-border-radius: 0px 0px 0px 0px;
        -moz-border-radius: 0px 0px 0px 0px;
    }

    div#dibibot-wrapper div#footer {
        position: absolute;
        bottom: 0px;
        width: 100%;
        text-align: center;
        background: transparent;
        font-size: 10px;
        color: rgba(255, 255, 255, 0.4);
    }
}


/* mobile landscape */

@media (min-width: 480px) and (max-width: 599px) {
    div#dibibot-wrapper {
        /* editable */
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 80%;
        min-height: 29px;
        max-height: 80%;
        border-radius: 0px 0px 0px 0px;
        -webkit-border-radius: 0px 0px 0px 0px;
        -moz-border-radius: 0px 0px 0px 0px;
    }

    div#dibibot-wrapper div#title {
        border-radius: 0px 0px 0px 0px;
        -webkit-border-radius: 0px 0px 0px 0px;
        -moz-border-radius: 0px 0px 0px 0px;
    }

    div#dibibot-wrapper div#footer {
        position: absolute;
        bottom: 0px;
        width: 100%;
        text-align: center;
        background: transparent;
        font-size: 10px;
        color: rgba(255, 255, 255, 0.4);
    }
}

@media (max-height: 300px) {
    div#dibibot-wrapper div#footer {
        display: none;
    }
}