﻿/*===========================
     CHAT BOOT MESSENGER
   ===========================*/
#Smallchat * {
    font-size: 15px;
}

#Smallchat .Messages, #Smallchat .Messages_list {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.chat_close_icon {
    cursor: pointer;
    /*background-color: #fff;*/
    color: #749d9d;
    font-size: 12px !important;
    position: absolute;
    right: 12px;
    z-index: 9;
    /*border: 1px solid #fff;
    border-radius: 8px;*/
}

    /*.chat_close_icon:hover {
        background-color: red;
        color: #fff;
    }*/

.chat_on {
    position: fixed;
    z-index: 10000000;
    width: 185px;
    height: 55px;
    right: 1px;
    bottom: 20px;
    background-color: #FF6600;
    color: #fff;
    border-radius: 25px;
    border-top-right-radius: 0px;
    text-align: center;
    /* padding: 9px; */
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    cursor: pointer;
    display: block;
    padding: 2px;
}

.chat_on_icon {
    color: #fff;
    font-size: 25px;
    text-align: center;
}
/*
#Smallchat,#Smallchat * {
 box-sizing:border-box;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale;
 -webkit-tap-highlight-color:transparent
}
*/
#Smallchat .Layout {
    border-radius: 10px;
    pointer-events: auto;
    box-sizing: content-box !important;
    z-index: 10000000;
    position: fixed;
    bottom: 20px;
    min-width: 50px;
    max-width: 300px;
    max-height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-radius: 50px;
    box-shadow: 5px 0 20px 5px rgba(0, 0, 0, .1);
    -webkit-animation: appear .15s cubic-bezier(.25, .25, .5, 1.1);
    animation: appear .15s cubic-bezier(.25, .25, .5, 1.1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
    -webkit-transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1), min-width .2s cubic-bezier(.25, .25, .5, 1), max-width .2s cubic-bezier(.25, .25, .5, 1), min-height .2s cubic-bezier(.25, .25, .5, 1), max-height .2s cubic-bezier(.25, .25, .5, 1), border-radius 50ms cubic-bezier(.25, .25, .5, 1) .15s, background-color 50ms cubic-bezier(.25, .25, .5, 1) .15s, color 50ms cubic-bezier(.25, .25, .5, 1) .15s;
    transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1), min-width .2s cubic-bezier(.25, .25, .5, 1), max-width .2s cubic-bezier(.25, .25, .5, 1), min-height .2s cubic-bezier(.25, .25, .5, 1), max-height .2s cubic-bezier(.25, .25, .5, 1), border-radius 50ms cubic-bezier(.25, .25, .5, 1) .15s, background-color 50ms cubic-bezier(.25, .25, .5, 1) .15s, color 50ms cubic-bezier(.25, .25, .5, 1) .15s
}

#Smallchat .LayoutFull {
    border-radius: 0px;
    pointer-events: auto;
    box-sizing: content-box !important;
    /* z-index:999999999;*/
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#Smallchat .Layout-right {
    right: 20px
}

#Smallchat .Layout-open {
    overflow: hidden;
    min-width: 300px;
    width: calc(100% - 30px);
    max-width: 500px;
    height: calc(100% - 30px);
    max-height: 700px;
    border-radius: 10px;
    color: #fff;
    -webkit-transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1.1), min-width .2s cubic-bezier(.25, .25, .5, 1.1), max-width .2s cubic-bezier(.25, .25, .5, 1.1), max-height .2s cubic-bezier(.25, .25, .5, 1.1), min-height .2s cubic-bezier(.25, .25, .5, 1.1), border-radius 0ms cubic-bezier(.25, .25, .5, 1.1), background-color 0ms cubic-bezier(.25, .25, .5, 1.1), color 0ms cubic-bezier(.25, .25, .5, 1.1);
    transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1.1), min-width .2s cubic-bezier(.25, .25, .5, 1.1), max-width .2s cubic-bezier(.25, .25, .5, 1.1), max-height .2s cubic-bezier(.25, .25, .5, 1.1), min-height .2s cubic-bezier(.25, .25, .5, 1.1), border-radius 0ms cubic-bezier(.25, .25, .5, 1.1), background-color 0ms cubic-bezier(.25, .25, .5, 1.1), color 0ms cubic-bezier(.25, .25, .5, 1.1);
}

#Smallchat .Layout-expand {
    height: calc(100% - 30px);
    display: none;
}

#Smallchat .Layout-mobile {
    bottom: 10px
}

    #Smallchat .Layout-mobile.Layout-open {
        width: calc(100% - 30px);
        min-width: calc(100% - 30px)
    }

    #Smallchat .Layout-mobile.Layout-expand {
        bottom: 0;
        height: 100%;
        min-height: 100%;
        width: calc(100% - 20px);
        min-width: calc(100% - 20px);
        border-radius: 0 !important
    }

@-webkit-keyframes appear {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes appear {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

#Smallchat .Messenger_messenger {
    position: relative;
    height: 100%;
    width: 100%;
    min-width: 260px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

#Smallchat .Messenger_header, #Smallchat .Messenger_messenger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

#Smallchat .Messenger_header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 40px;
    height: 60px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #fff;
}

    #Smallchat .Messenger_header h4 {
        opacity: 1;
        font-size: 16px;
        /*-webkit-animation:slidein .15s .3s;
animation:slidein .15s .3s;
-webkit-animation-fill-mode:forwards;
animation-fill-mode:forwards;*/
        color: #fff;
    }

#Smallchat #mprompt {
    background: #e74c3c;
    background: -moz-linear-gradient(left, #e74c3c 0, #df2472 100%);
    background: -webkit-linear-gradient(left, #e74c3c 0, #df2472 100%);
    background: linear-gradient(to right, #e74c3c 0, #df2472 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e74c3c', endColorstr='#df2472', GradientType=0);
    color: #fff;
}

#Smallchat .Messenger_prompt {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

@-webkit-keyframes slidein {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slidein {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

#Smallchat .Messenger_content {
    /*height: 450px;*/
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
}

#Smallchat .Messages-o {
    position: relative;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    color: #333;
}

#Smallchat .MessagesNew {
    position: relative;
    padding: 8px;
    color: #333;
    margin-left: 5px;
    margin-right: auto;
    max-width: 85%;
    width: 500px;
    margin-top: 5px;
    margin-bottom: 5px;
}

    #Smallchat .MessagesNew .imsg1 {
        border-radius: 10px;
        padding: 8px;
        color: #333;
        background-color: #f9f9f9;
        float: left;
        position: relative;
        box-shadow: 1px 3px 4px 0px rgb(223, 226, 225);
    }

#Smallchat .MessagesBot {
    position: relative;
    padding: 8px;
    color: #333;
    margin-right: 5px;
    margin-left: auto;
    max-width: 85%;
    width: 500px;
    min-width: 200px;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}

    #Smallchat .MessagesBot span {
        box-sizing: border-box;
        border-radius: 10px;
        padding: 8px;
        color: #333;
        background-color: #bdffc3;
        float: right;
        box-shadow: 1px 3px 4px 0px rgb(223, 226, 225);
        width: 100%;
    }

#Smallchat .Input {
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 7px;
    padding-bottom: 5px;
    color: #96aab4;
    background-color: #fff;
    border-top: 1px solid #e6ebea;
    height: 50px;
}

#Smallchat .btn {
    padding: 6px 12px;
    text-align: center;
    line-height: 1.4;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    font-size: 14px !important;
    display: block;
    width: auto !important;
}

#Smallchat .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    border-radius: 4px;
}

    #Smallchat .btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

#Smallchat .Input-blank .Input_field {
    max-height: 20px;
}

#Smallchat .Input_field {
    width: 100%;
    resize: none;
    border: none;
    outline: none;
    padding: 0;
    padding-right: 0px;
    padding-left: 0px;
    padding-left: 20px;
    padding-right: 75px;
    background-color: transparent;
    font-size: 16px;
    line-height: 20px;
    min-height: 20px !important;
    color: #333;
}

#Smallchat .Input_button-emoji {
    right: 45px;
}

#Smallchat .Input_button {
    position: absolute;
    bottom: 15px;
    width: 25px;
    height: 25px;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    z-index: 9999999;
}

#Smallchat .Input_button-send {
    right: 15px;
}

#Smallchat .Input-emoji .Input_button-emoji .Icon, #Smallchat .Input_button:hover .Icon {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    fill: #2c2c46 !important;
}

    #Smallchat .Input-emoji .Input_button-emoji .Icon path, #Smallchat .Input_button:hover .Icon path {
        fill: #2c2c46 !important;
    }

#radioBtn {
    position: relative;
    padding-left: 15px;
    float: left;
}

    #radioBtn .notActive {
        color: #3276b1;
        background-color: #fff;
    }

    #radioBtn a {
        font-size: 1.2em;
    }

        #radioBtn a:focus {
            color: #fff;
            background-color: #0062cc;
            border-color: #005cbf;
        }

.medbot {
    width: 40px;
    border-radius: 100%;
    background-color: #fff;
    float: right;
    margin-left: 15px;
}

.medbotcta {
    float: left;
    width: 40px;
    margin-top: 8px !important;
    margin-left: 5px;
}

#smessages {
    overflow-y: auto;
    /*height:450px;*/
    position: absolute;
    top: 0;
    bottom: 70px;
    left: 0;
    width: 100%;
}

.smessage_bottom {
    bottom: 0px !important;
}

.Messanger_choice {
    position: absolute;
    padding: 15px;
    left: 0;
    right: 0;
    bottom: 50px;
    max-height: calc(100% - 80px);
    width: 100%;
    max-width: 600px;
    border: 1px solid #f0f0f0;
    z-index: 99;
    background-color: #f7f7f7;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    overflow-y: auto;
}

.minus {
    position: absolute;
    right: -10px;
    top: -4px;
    width: 15px;
    height: 15px;
    background-color: #656565;
    border-radius: 100%;
    border: none;
    line-height: 12px;
    text-align: center;
    color: #fff;
    font-size: 24px;
}

.choicheone, .choicheone.unselected_item {
    color: #333;
    display: block;
    margin: 8px;
    background-color: #bbccc07a;
    border: 1px solid #ccc !important;
    white-space: unset !important;
    border-radius: 15px;
}

@media (min-width: 767px) {
    .choicheone:hover {
        color: #fff;
        background-color: #337ab7;
    }
}

.choicheone.selected_item {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.choicheoneno {
    color: #333;
    display: block;
    margin: 8px;
    background-color: #fb8a8aa1;
    border: 1px solid #ccc !important;
    white-space: unset !important;
    border-radius: 15px;
}

    .choicheoneno:hover {
        color: #fff;
        background-color: #337ab7;
    }

    .choicheoneno.selected_item {
        color: #fff;
        /*background-color: red;
border-color: red;*/
        background-color: #0062cc;
        border-color: #005cbf;
    }

.emergency_ambulance span {
    background-color: #ffbdbd !important;
    font-size: 1.2em;
}

.emergency span {
    background-color: rgba(255, 141, 0, 0.5411764705882353) !important;
    font-size: 1.2em;
}

.consultation_24 span {
    background-color: rgba(255, 255, 106, 0.5411764705882353) !important;
    font-size: 1.2em;
}

.consultation span {
    background-color: rgba(98, 255, 0, 0.5411764705882353) !important;
    font-size: 1.2em;
}

.self_care span {
    background-color: #fff !important;
    font-size: 1.2em;
    border: 1px solid #f0f0f0;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 40px;
    margin: 0 auto;
}

    .lds-ellipsis div {
        position: absolute;
        top: 10px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #bdffc3;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

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

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

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

        .lds-ellipsis div:nth-child(4) {
            left: 56px;
            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(24px, 0);
    }
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: unset;
    border-bottom: 1px solid #f7f7f7;
}

.ichoice {
    width: 230px;
    max-width: 95%;
    position: relative;
    margin: 0 auto;
    border: 1px solid #f0f0f0;
    padding: 10px;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #333;
    text-align: center;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

    .ichoice:hover {
        background-color: #f0f0f0;
    }

    .ichoice img {
        position: relative;
        margin: 0 auto;
        width: 90px;
        height: 90px;
    }

.ichoicetit {
    width: 230px;
    max-width: 95%;
    position: relative;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #333;
    text-align: center;
}

#Smallchat .btn.doact {
    max-width: 220px !important;
    margin: 0 auto !important;
}

#linea-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: pink !important;
}

#linea-input::-moz-placeholder { /* Firefox 19+ */
    color: pink;
}

#linea-input:-ms-input-placeholder { /* IE 10+ */
    color: pink;
}

#linea-input:-moz-placeholder { /* Firefox 18- */
    color: pink;
}

.Messanger_choice_inline {
    margin-top: 40px;
}

    .Messanger_choice_inline div {
        font-weight: bold !important;
    }

    .Messanger_choice_inline > * {
        font-size: 0.9em !important;
    }

@media (max-width: 767px) {
    .Messanger_choice_inline > * {
        font-size: 0.8em !important;
    }
}

.medbot_chaton {
    margin-top: 5px;
    margin-right: 5px;
}

#vis_cta {
    line-height: 50px;
    float: left;
    width: calc(100% - 60px);
    text-align: left;
}

.spiega {
    font-size: 0.9em !important;
    font-style: italic;
    padding: 5px;
}

#logoplaceholder {
    position: relative;
    margin: 0 auto;
    /*height: 30px;*/
    /* max-width:200px;*/
    /*padding-top: 10px;
    padding-bottom: 10px;*/
    text-align: center;
    color: #333;
    font-style: italic;
}

    #logoplaceholder A {
        vertical-align: bottom;
    }

    #logoplaceholder img {
        width: 80%;
        display: inline-block;
        max-width: 120px;
        margin-left:8px;
    }

    #logoplaceholder span {
        font-size: 13px !important;
    }

.call1500 {
    display: none !important;
    text-decoration: none;
}

@media (max-width: 767px) {
    .call1500 {
        display: block !important;
    }
}

.onlymobile {
    display: none !important;
    text-decoration: none;
}

@media (max-width: 767px) {
    .onlymobile {
        display: block !important;
    }
}

.onlydesktop {
    display: none !important;
    text-decoration: none;
}

@media (min-width: 767px) {
    .onlydesktop {
        display: block !important;
    }
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .chat_close_icon {
        top: 8px;
    }

    #logoplaceholder img {
        vertical-align: middle;
    }

    .choicheoneno {
        background-color: #e4b59f;
    }
}


#Smallchat #vis_button_chat {
    background: #e74c3c;
    background: -moz-linear-gradient(left,#e74c3c 0,#df2472 100%);
    background: -webkit-linear-gradient(left,#e74c3c 0,#df2472 100%);
    background: linear-gradient(to right,#e74c3c 0,#df2472 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e74c3c',endColorstr='#df2472',GradientType=0);
}