:root{--main-bg-color:linear-gradient(180deg, #87d3b5 0%, #82de94 90%, #7fbf7e 150%);--btn-bg-color:linear-gradient(180deg, #346d9c 0%, #3d79cd 60%);--btn-bg-color-hover:linear-gradient(180deg, #346d9c 0%, #3d61cd 120%);--btn-bg-clear-color:linear-gradient(180deg, #568472 0%, #578157 120%);--btn-bg-clear-color-hover:linear-gradient(180deg, #649985 0%, #619061 80%);--btn-shadow:0px 0px 9px 0px rgba(18, 88, 39, 0.546);--btn-disabled:#444a59;--btn-enabled:#0035b1;--dropdown-bg-color:linear-gradient(180deg, #568472 .69%, #56846d 10.61%, #33a068	50.65%, #578157 116.44%);--dropdown-border-radius:15px;--header-border-radius:20px;--header-border-radius-mobile:25px;--chat-toggle-border-radius:25px;--sidebutton-border-radius:20px;--avatar-shrink-size:60%;--bubbles-bot-bg-color:rgba(250, 250, 250, 0.95);--bubbles-bot-font-color:#2c2c2c;--bubbles-user-bg-color:linear-gradient(180deg, #135705 50%, #3a7624 120%);--bubbles-user-font-color:#fff}#ticket-container{position:absolute;z-index:10;top:15%;right:20px;height:70vh;width:calc(70vh * .7)}#ticket-iframe{width:100%;height:100%;border:none}.ifcbtn{position:relative;display:flex;align-items:center;padding:5px;background:var(--btn-bg-color);color:#fff;border:none;border-radius:25px;font-size:16px;font-weight:700;box-shadow:4px 4px 10px rgba(0,0,0,.2);cursor:pointer;overflow:hidden;justify-content:center;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ifcbtn .btntext{z-index:1;padding-right:5px}.ifcbtn:hover{background:var(--btn-bg-color-hover)}.ifcbtn:active{transform:scale(.95)}.ifcbtn img{width:20px;height:20px;z-index:2;display:inline-block;padding:5px;margin:0}.singleicon img{margin:0}rect{fill:red}body{background:var(--main-bg-color);background-image:url('backgrounds/background-medical.jpg');overflow:hidden;font-family:Helvetica,Arial,sans-serif;margin:0}#form *{box-sizing:border-box}#form{border-radius:20px;top:20%;right:10%;background:var(--btn-bg-color);color:#fff;padding:20px;position:absolute;z-index:10;display:none}#form input[type=date],#form input[type=email],#form input[type=number],#form input[type=tel],#form input[type=text],#form select,#form textarea{width:100%;padding:12px;border:1px solid #6f91d4;border-radius:4px;resize:vertical;background-color:#73199d;color:#fff}#form input:invalid{border:1px solid red}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}#form input::placeholder,#form textarea::placeholder{color:#92b8ee}#form textarea{height:100px}label{padding:12px 12px 12px 0;display:inline-block}input[type=submit]{background:var(--btn-bg-clear-color);color:#fff;padding:12px 20px;border:none;border-radius:4px;cursor:pointer;float:right}input[type=submit]:hover{background:var(--btn-bg-clear-color-hover)}.col-25{float:left;width:25%;margin-top:6px}.col-75{float:left;width:75%;margin-top:6px}.row:after{content:"";display:table;clear:both}.lastrow{margin-top:20px}#floatingWords{position:relative;top:20%;float:right;right:15%;font-size:20px;color:#fff;z-index:10;width:300px;height:450px;display:none;flex-direction:column;justify-content:space-between}.fword-end,.fword-first,.fword-second,.fword-thirst{margin-bottom:20px;color:#fff;border-radius:15px;text-align:center;padding:5px}.fword-first,.fword-second,.fword-thirst{background:var(--btn-bg-color)}.fword-first,.fword-second,.fword-thirst{width:100%;animation-iteration-count:infinite;animation-timing-function:ease-in-out;margin-top:5px;cursor:pointer}.fword-first:hover,.fword-second:hover,.fword-thirst:hover{background:var(--btn-bg-color-hover)}.fword-first{animation-name:floating;animation-duration:10s}.fword-second{animation-name:floating-2;animation-duration:9s}.fword-thirst{animation-name:floating-3;animation-duration:7s}.fword-end{width:100%;font-weight:700;margin-top:50px;cursor:pointer;background:linear-gradient(180deg,#9c3939 0,#a85959 120%)}.fword-end:hover{background:linear-gradient(180deg,#a85959 0,#9c3939 120%)}@keyframes floating{0%{transform:translate(0,0)}50%{transform:translate(0,7px)}100%{transform:translate(0,0)}}@keyframes floating-2{0%{transform:translate(0,1px)}45%{transform:translate(0,7px)}90%{transform:translate(0,0)}100%{transform:translate(0,1px)}}@keyframes floating-3{0%{transform:translate(0,6px)}10%{transform:translate(0,7px)}55%{transform:translate(0,0)}100%{transform:translate(0,6px)}}#f_logos{position:absolute;z-index:2;width:200px;display:flex;bottom:30px;right:30px;justify-content:space-between}#f_logo_1{width:55%;display:inline-flex;align-items:center}#f_logo_2{width:35%;display:inline-flex;align-items:center}#f_logos img{width:100%;display:inline-flex;align-items:center}.bubble-container .input-wrap{position:absolute;bottom:0;left:0;right:0;font-family:"Helvetica Neue",Helvetica,sans-serif;color:#2c2c2c}.bubble-container .input-wrap textarea{width:calc(80% - 25px);float:left;font-family:"Helvetica Neue",Helvetica,sans-serif;color:var(--bubbles-bot-font-color);background:var(--bubbles-bot-bg-color);font-size:1em;letter-spacing:.5px;font-weight:400;margin:10px 0 10px 10px;border-radius:15px 0 0 15px;border:none;height:40px;padding:10px 15px;outline:0;box-shadow:1px 0 0 1px #d0d0d0 inset;line-height:1.25em;resize:none;animation-name:fadeInOpacity;animation-iteration-count:1;animation-timing-function:ease-in;animation-duration:.2s}.bubble-container .input-wrap button{margin:10px 10px 10px 0;width:calc(20% - 25px);float:left;border-radius:0 15px 15px 0;background-color:rgba(250,250,250,.95);padding:0;height:60px;border:none;box-shadow:-1px 0 0 1px #d0d0d0 inset;cursor:pointer}.bubble-container .input-wrap button:active{filter:grayscale(100%)}.bubble-container .input-wrap button img{height:30px;margin-top:5px;filter:brightness(0) saturate(100%) invert(74%) sepia(29%) saturate(478%) hue-rotate(70deg) brightness(89%) contrast(89%)}.bubble.reply-freeform{margin:8px 0 10px}.bubble.reply.reply-freeform.say .bubble-content .bubble-button{margin-top:1px;text-align:left}.bubble.reply.say.bubble-hidden{margin:0;transform:scale(0);height:0}@keyframes fadeInOpacity{0%{opacity:0}100%{opacity:1}}.bubble.reply{background:0 0;box-shadow:none;float:right;position:relative;transform-origin:right top;margin:8px 0 10px;padding:0;max-width:65%}.bubble.reply.history{margin:0 0 2px 0}.bubble.reply .bubble-content{transition:all .2s}.bubble.reply .bubble-content .bubble-button{background:var(--bubbles-user-bg-color);color:var(--bubbles-user-font-color);padding:8px 16px;border-radius:15px 15px 5px 5px;margin-left:2px;text-align:center;display:inline-block;float:right;transition:all .2s;text-decoration:none;word-break:normal;box-sizing:content-box;animation-name:animate-reply;animation-play-state:paused;animation-fill-mode:forwards;transform:translate3d(0,0,0);animation-delay:-3s;-ms-animation-delay:-3;-webkit-animation-delay:-3s}@keyframes animate-reply{from{opacity:0}to{opacity:1}}.bubble.reply.say .bubble-content .bubble-button{animation-play-state:running;margin-top:3px;min-height:24px;overflow:hidden}.bubble.reply .bubble-content .bubble-button:first-child{border-radius:15px 15px 15px 5px;margin-left:2px}.bubble.reply .bubble-content .bubble-button.bubble-pick,.bubble.reply .bubble-content .bubble-button:last-child{border-radius:15px 15px 5px 15px}.bubble.reply.bubble-picked .bubble-content .bubble-button{transform:scale(0) translate3d(0,0,0);padding:0}.bubble.history .bubble-content .bubble-button,.bubble.history.reply .bubble-content .bubble-button.bubble-pick,.bubble.history.reply:not(.bubble-picked) .bubble-content{background:rgba(44,44,44,.67);cursor:default}.bubble .bubble-content input{background:linear-gradient(193deg,#1faced,#5592dc 100%)!important;box-shadow:0 0 1px 0 #000,0 -1px 0 0 rgba(255,255,255,.38) inset;text-shadow:0 1px rgba(0,0,0,.35);border:0;outline:0}.bubble .bubble-content input::-webkit-input-placeholder{color:rgba(255,255,255,.5);text-shadow:none}.bubble .bubble-content input::-moz-placeholder{color:rgba(255,255,255,.5);text-shadow:none}.bubble .bubble-content input:read-only{background:linear-gradient(166deg,#48121d,#0d4058 100%)!important}.bubble,.bubble-thinking,.bubble-typing{color:#212121;background:rgba(255,255,255,.95);padding:8px 16px;border-radius:5px 15px 15px 15px;font-weight:400;text-transform:none;text-align:left;font-size:16px;letter-spacing:.5px;margin:0 0 2px 0;max-width:65%;float:none;clear:both;line-height:1.5em;word-break:break-word;transform-origin:left top;transition:all .2s;box-sizing:content-box}.bubble .bubble-content{transition:opacity 150ms}.bubble:not(.say) .bubble-content{opacity:0}.bubble-thinking.imagine,.bubble-typing.imagine,.bubble.imagine{transform:scale(0);transition:all .2s,height .2s 1s,padding .2s 1s}.bubble.imagine{margin:0;height:0;padding:0}.bubble .bubble-content img{width:calc(100% + 32px);margin:-8px -16px;overflow:hidden;display:block;border-radius:5px 15px 15px 15px}.bubble.history,.bubble.history .bubble-content,.bubble.history .bubble-content .bubble-button,.bubble.history .bubble-content .bubble-button:hover{transition:all 0s!important}.bubble.history{opacity:.25}@media (max-width:499px){.bubble-container{background:#dcdde0;height:520px;max-width:750px;width:100%;margin:0 auto;overflow:hidden;position:relative}}@media (min-width:500px) and (max-width:999px){.bubble-container{background:#dcdde0;height:520px;width:100%;margin:0 auto;overflow:hidden;position:relative}}@media (min-width:1000px){.bubble-container{background:#dcdde0;height:520px;max-width:750px;width:100%;margin:0 auto;overflow:hidden;position:relative}}.bubble-wrap{position:absolute;top:0;bottom:0;left:0;right:-1.7vw;padding:10px calc(1.7vw + 10px) 30px 10px;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none;-webkit-overflow-scrolling:touch;-webkit-transform:translate3d(0,0,0)}.bubble-wrap::-webkit-scrollbar{display:none}h1{text-align:center;font-weight:300;font-size:4em;margin:.5em auto .15em}.bubble-typing{width:38px;padding:12px 16px;height:8px}.dot{background-color:#fff;float:left;height:7px;margin-left:4px;width:7px;animation-name:bounce_dot;animation-duration:2.24s;animation-iteration-count:infinite;animation-direction:normal;border-radius:5px}.dot_1{animation-delay:.45s}.dot_2{animation-delay:1.05s}.dot_3{animation-delay:1.35s}@keyframes bounce_dot{50%{background-color:#000}}.bubble-thinking{width:150px;font-weight:700}.bubble-thinking>.think{position:relative;display:inline-block;text-align:center;animation:animate .2s infinite linear;color:#fff;background:linear-gradient(90deg,#929191 0,#000 10%,#929191 20%);background-position:0;background-size:90%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:animate 2s infinite linear;animation-fill-mode:forwards;-webkit-text-size-adjust:none}@keyframes animate{0%{background-position:-500%}100%{background-position:500%}}#image-container{display:block;position:absolute;max-height:70%;max-width:80%;top:15%;right:10%;z-index:10;background:#fff;overflow:hidden}#image-container img{margin:0;height:auto;width:100%}#close-button{position:absolute;margin:0;right:0;padding:0;font-size:1em;font-weight:700;color:#fff;width:2em;height:2em;border-width:0;border-radius:10%;background-color:red;box-shadow:0 0 5px 0 #000;cursor:pointer}#close-button:hover{background-color:#f36262;box-shadow:none}#escape_link{position:absolute;bottom:30px;right:300px;padding:0;font-size:1em;font-weight:700;color:#fff;height:2em;border-width:0;cursor:pointer}#escape_link a{color:#fff;text-decoration:none}
