﻿html, body {
	font-family: "Open Sans", Sans-serif !important;
    font-size: 14px !important;
}
.btn {
    font-size: 14px !important;
    line-height: 1 !important;
}

.media-chat .media-body {
    font-weight: 600 !important;
}

.btnBold {
    font-weight: 500 !important;
}

.pulsanteStandard {
    border: 1.5px solid #A97B50 !important;
    box-shadow: none !important;
}

.pulsanteBack {
    border: 1.5px solid #A97B50 !important;
    box-shadow: none !important;
}


.pulsanteDisponibilita {
    border: 1px solid #A97B50 !important;
    box-shadow: none !important;
}

.btnSelected {
    border-style: dashed !important;
	background-color: #F1E7DA !important;
}

.btnSelectedHistory {
    border-style: dashed !important;
}

.btn:hover {
    color: #F6F6F6 !important;
    background-color: #A97B50 !important;
    border-color: #A97B50 !important;
}

    .btn:hover svg path {
        fill: #F6F6F6 !important;
    }

.btn svg path {
    fill: #000000 !important;
}


#menu {
    display: none !important;
}

.media-chat .avatar {
    padding: 4px;
}

#hideChatbot img {
    display: none;
}

#hideChatbot {
    line-height: 34px !important;
    padding-right: 16px !important;
}

.titoloBubble {
    font-size: 16px !important;
}

.titoloBubble {
    font-size: 16px !important;
}

.textElio {
    font-size: 42px !important;
    font-weight: 500 !important;
    color: #474441 !important;
    display: block !important;
    text-align: center !important;
}

.textPennino {
    font-size: 42px !important;
    font-weight: 500 !important;
    color: #474441 !important;
    display: block !important;
    text-align: center !important;
}

.page-content {
    background-color: #CF1E7DA !important;
}

.media .media-chat p {
}


@media only screen and (max-width: 499px) {
    .textElio {
        font-size: 40px !important;
    }
}

@keyframes scale {
    to {
        transform: scale(0.99);
    }
}

.btnHidden td:nth-child(2) {
    display: none;
}

.media-chat-reverse div.meta {
    color: #504D4A !important;
}

.Bold {
    font-weight: bold;
}
.chips_Tile .tile-img .buttonText {
  padding: 5px!important;
}
#home {
    position: absolute;
    right: 20px !important;
    cursor: pointer;
}
#openITSChatBot{
    z-index:100100;
}
.media-chat-reverse .ai p td:not(.btn), .media-chat-reverse .ai p th:not(.btn){
    border:1px solid #333;
}


#sliderBottom {
    position: fixed;
    bottom: 0;
    background-color: #EEEEEE;
    width: calc(100% - 10px);
    z-index: 10000;
    animation-duration: 1s;
    animation-name: slidein;
    height: 400px;
    padding: 5px;
    border: 1px solid #333333;
    margin-left: 5px;
    margin-right: 5px;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

@keyframes slidein {
    from {
        height: 0px;
    }

    to {
        height: 400px;
    }
}

.chips_InputBox .btn {
    border-radius: 2.2rem;
}
.chips_InputBoxAndSend .btn {
     border-radius: 2.2rem;
}
.chips_ButtonExpandAI .btn {
     border-radius: 2.2rem;
}
.chips_Continue .btn {
    border-radius: 2.2rem;
}
.chips_ChangeArgument .btn {
    border-radius: 2.2rem;
}
.chips_LoginSend .btn {
    border-radius: 2.2rem;
}
.fromGlobalInput {
    color: #038161;
}
.dotsWait{
    font-family: Roboto, sans-serif;
    font-weight: 300;
	font-size: 14px;
	line-height:30px;
}
.chips_InputBoxAndAction .btn {
    border-radius: 2.2rem;
}
.btn-close {
    width: auto !important;
    height: auto !important;
    background: none !important;
}
#ModaleAbilitaAudio{
background-color: #3339;
}
#InternalModal {
    font-size:14px;
}
#InternalModal h1 {
    font-size: calc(1.075rem + 1.5vw)!important;
}