.botui-container {
    font-size: 19px;
}

.botui-messages-container {
    padding: 10px 20px
}

.botui-actions-container {
    padding: 10px 20px
}

.botui-message {
    min-height: 30px
}

.botui-message-content {
    box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
    /* transform: translate3d(-96px, 0px, 0px); */
    transition: transform .75s cubic-bezier(0.68, 0.01, 0.245, 1.13) .3s,color .3s ease-in-out .25s,min-width .35s ease-in-out,min-height .35s ease-in-out;
    display: inline-block;
    line-height: 1.45em;
    border-radius: 6px;
    margin: 0 0 1em 0;
    text-align: left;
    position: relative;
    padding: 6px 12px;
    background: #fff;
    border: none;
    max-width: 90%;
    /* min-width: 44px; */
    min-height: 12px;
}

.botui-message-content.human {
    transform: translate3d(0px, 0px, 0px);
    transition: transform .5s cubic-bezier(0.68, 0.01, 0.245, 1.13) 0s;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
    background: #00cce4;
    float: right;
    color: #fff;
}

.botui-actions-buttons,
.botui-actions-text {
    text-align: center;
    padding: 6px;
}

/* .botui-message-content.text {
    line-height: 1.3
} */

.botui-message-content.loading {
    line-height: 1.3;
    text-align: center;
    display: flex;
    min-width: 48px;
    height: 36px;
    width: max-content;
    align-items: center;
}

.botui-message-content.embed {
    padding: 5px;
    border-radius: 5px
}

.botui-message-content-link {
    color: #919292
}

.botui-actions-text-input {
    box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
    /* transform: translate3d(-96px, 0px, 0px); */
    display: inline-block;
    line-height: 1.45em;
    border-radius: 3px;
    margin: 0 0 1em 0;
    text-align: left;
    position: relative;
    padding: 6px 12px;
    border: none;
    width: 80%;
    min-height: 12px;
    transform: translate3d(0px, 0px, 0px);
    transition: transform .5s cubic-bezier(0.68, 0.01, 0.245, 1.13) 0s;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
    background: #00cce4;
    color: #fff;
    font-family: inherit;
}
::placeholder {
    color: #fff;
}

.botui-actions-text-submit {
    transform: translate3d(0px, 0px, 0px);
    transition: transform .5s cubic-bezier(0.68, 0.01, 0.245, 1.13) 0s;
    background: black;
    float: right;
    color: #fff;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
}

.botui-actions-buttons-button {
    cursor: pointer;
    transform: translate3d(0px, 0px, 0px);
    transition: transform .75s cubic-bezier(0.68, 0.01, 0.245, 1.13) .3s,color .3s ease-in-out .25s,min-width .35s ease-in-out,min-height .35s ease-in-out;
    background: #00cce4;
    color: #fff;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
    line-height: 1.45em;
    border-radius: 6px;
    margin: 0 0 1em 0;
    position: relative;
    padding: 6px 12px;
    border: none;
    font-family: inherit;
}


.botui-actions-text-select {
    border: 0;
    outline: 0;
    border-radius: 0;
    padding: 5px 7px;
    font-family: inherit;
    background-color: transparent;
    color: #595a5a;
    border-bottom: 1px solid #919292
}

.botui-actions-text-searchselect {
    border: 0;
    outline: 0;
    border-radius: 0;
    padding: 5px 7px;
    font-family: inherit;
    background-color: transparent;
    color: #595a5a;
    border-bottom: 1px solid #919292
}

.botui-actions-text-searchselect .dropdown-toggle {
    border: none!important
}

.botui-actions-text-searchselect .selected-tag {
    background-color: transparent!important;
    border: 0!important
}

.slide-fade-enter-active {
    transition: all .3s ease
}

.slide-fade-enter,
.slide-fade-leave-to {
    opacity: 0;
    transform: translateX(-10px)
}

.dot {
    display: flex;
    border-radius: .4rem;
    color: white;
    height: .4rem;
    width: .4rem;
    background-color: black;
}
.dot:nth-last-child(1) {
    margin-left: .3rem;
    animation: loading .6s .3s linear infinite
}
.dot:nth-last-child(2) {
    margin-left: .3rem;
    animation: loading .6s .2s linear infinite
}
.dot:nth-last-child(3) {
    animation: loading .6s .1s linear infinite
}
@keyframes loading {
    0% {
        transform: translate(0, 0);
        background-color: #131313
    }
    25% {
        transform: translate(0, -3px)
    }
    50% {
        transform: translate(0, 0);
        background-color: #2b2b2b
    }
    75% {
        transform: translate(0, 3px)
    }
    100% {
        transform: translate(0, 0)
    }
}
input[type=range] {
    -webkit-appearance: none;
    width: 50%;
    margin: 32px 0;
    padding: 0;
    min-height: 0;
    box-shadow: none;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: #dedede;
    border-radius: 2.4px;
    border: 0px solid #dedede;
}
input[type=range]::-webkit-slider-thumb {
    border: 0px solid #000000;
    height: 48px;
    width: 48px;
    color: white;
    border-radius: 96px;
    background-color: black;
    background-image: url('../../../Media/Vectors/RangeSliderArrowsIcon.svg');
    background-position: center;
    background-size: 40px;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -22px;
}
input[type=range]::-moz-range-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: #dedede;
    border-radius: 2.4px;
    border: 0px solid #dedede;
}
input[type=range]::-moz-range-thumb {
    border: 0px solid #000000;
    height: 48px;
    width: 48px;
    color: white;
    border-radius: 96px;
    background-color: black;
    background-image: url('../../../Media/Vectors/RangeSliderArrowsIcon.svg');
    background-position: center;
    background-size: 40px;
    background-repeat: no-repeat;
    cursor: pointer;
}
input[type=range]::-ms-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: #dedede;
    border: 0px solid #dedede;
    border-radius: 4.8px;
}
input[type=range]::-ms-fill-upper {
    background: #dedede;
    border: 0px solid #dedede;
    border-radius: 4.8px;
}
input[type=range]::-ms-thumb {
    border: 0px solid #000000;
    height: 48px;
    width: 48px;
    color: white;
    border-radius: 96px;
    background-color: black;
    background-image: url('../../../Media/Vectors/RangeSliderArrowsIcon.svg');
    background-position: center;
    background-size: 40px;
    background-repeat: no-repeat;
    cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
    background: #dedede;
}
input[type=range]:focus::-ms-fill-upper {
    background: #dedede;
}
