@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@400;500;600;700;800&display=swap');

.botui-container {
    background-color: white;
    border-radius: 10px;
    overflow-y: scroll;
    height: 75vh;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    padding-bottom: 15px;
}

.botui-container::-webkit-scrollbar {
    display: none;
  }

.logo{
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
    max-width: 300px;
}

html {
    background: linear-gradient(to bottom right, #0760FA, #0DF4D8);
    width: 100%;
    min-height: 100%;
    color: #fff;
}

.botui-actions-text-input, .botui-actions-text-searchselect {
    display: inline-block;
    color: #0760FA !important;
    border-bottom: 2px solid #0760FA !important;
    width: 80%;
}

.botui-actions-text-submit {
    display: inline !important;
}

.profil>img {
    width: 40px;
    height: 40px;
    border: 2px solid #0760FA;
}

.botui-container {
    font-size: 1.3rem!important;
    background-color: #fff;
    font-family: "Open Sans", sans-serif;
}

@media (min-width: 600px) {
    .botui-app-container {
        width: 600px;
        height: auto!important;
        margin: 0 auto;
    }
}

@media (min-width: 400px) {
    .botui-app-container {
        height: auto!important;
        margin: 0 auto;
    }
}

.botui-message-content.human {
    background-color: #0760FA !important;
}

.botui-actions-buttons-button {
    background-color: #0760FA !important;
}

.botui-actions-container{
    text-align: center!important;
}

.botui-actions-text-submit, .botui-actions-select-submit {
    background-color: transparent !important;
    width: 10% !important;
    font-size: 1.3rem!important;
    border: none!important;
    cursor: pointer;
}

.botui-actions-text-submit::after, .botui-actions-select-submit::after {
    content: "➡️";
}


.botui-actions-select-submit span,.botui-actions-text-submit span {
    display: none!important;
}

.dropdown-menu {
    position: relative!important;
}

.selected-tag {
    color: #0760FA!important;
}

.v-select .dropdown-toggle .clear {
    color: #0760FA!important;
}

.open-indicator:before{
    color: #0760FA!important;
}

.form-control{
    display: none!important;
}

footer{
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    padding: 1rem;
    text-align: center;
    font-family: 'Catamaran', sans-serif;
}