.chat__container{display:flex;flex-direction:row-reverse;justify-content:middle;align-items:middle;height:100%;width:100%}html,body,#root{width:100%;height:100%}.page-container{position:relative;min-height:100vh}.content-wrap{padding-bottom:2.5rem}.chat_box_profile__container__header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;height:60px;width:100%;box-shadow:0 0 5px #ddd;background-color:#fff;padding:5px 0;border-radius:20px 20px 0 0!important}.chat_box_profile__container__header__back img{height:40px;width:40px;margin:.5em .5em .5em 1em;cursor:pointer}.chat_box_profile__container__header .profile_name{display:flex;flex-direction:row;align-items:center;justify-content:top}.chat_box_profile__container__header__name{display:flex;flex-direction:column;align-items:left;justify-content:left;line-height:10px}.chat_box_name,.chat_box_description,.chat_box_status{padding:0;margin:0}.chat_box_name{line-height:20px;font-size:18px;font-weight:600;color:#271d33}.chat_box_description{line-height:14px;font-size:13px;font-weight:500;margin-top:0;margin-bottom:3px;color:#090b0e}.chat_box_status{line-height:14px;font-size:12px;font-weight:400;margin-top:0;color:#181c21}.chat_box_profile__container__header__phone img{height:40px;width:40px;border-radius:50%;margin:0 1em}.chat_box_profile__container__header__image img{height:50px;width:50px;border-radius:50%;margin:0 1em 0 0}.chat_box_profile__container__header__image{position:relative}.chat_box_profile__container__header__image__status{width:10px;height:10px;border-radius:50%;border:2px solid #ffffff;background-color:#80cd80;position:absolute;bottom:10px;right:12px}.chat__box{width:76%;height:100%;min-width:250px;background:#f5fbff 0% 0% no-repeat padding-box;font-family:Heebo,sans-serif;display:flex;flex-direction:column;justify-content:center;padding:0 0 1.2em;margin-top:1.5em!important;margin-bottom:2em!important;background:#f5fbff 0% 0% no-repeat!important;max-width:1150px;margin:0 auto;border:1px solid #0a36a3;border-radius:20px!important}.chat__box__container{margin:10px 0 0;display:flex;flex-direction:column;padding:2px 2px 4px;z-index:1;flex-grow:1}#chat{overflow:hidden;display:flex;flex-direction:column;align-items:space-between;height:calc(75vh - 86px)}#chat .chat__conversation-board{overflow:auto;padding-bottom:20px;padding-top:01px;height:100%}#chat .chat__conversation-panel{background:var(--chat-panel-background)!important;padding:10px;height:55px;border:.75px solid #d6dbe5;border-radius:7px;margin:0 15px 5px}.--dark-theme{--chat-background: #ffffffeb;--chat-panel-background: #ffffff;--chat-bubble-background: #f0f0f1;--chat-bubble-active-background: #f0f0f1;--chat-add-button-background: #f0f0f1;--chat-send-button-background: #020202;--chat-text-color: #060606;--chat-options-svg: #f41010}.chat__header{display:flex;justify-content:center;align-items:center}.chat__header__logo{height:60px}.box{opacity:0;transition:opacity .5s ease-in-out}.show{opacity:1}.active{background:#ed2b2b!important}#chat .btn-icon{position:relative;cursor:pointer}#chat .btn-icon svg{stroke:#fff;fill:#fff;width:50%;height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}#chat .chat__conversation-board__message-container.reversed{flex-direction:row-reverse;border-radius:15px 15px 0!important}#chat .chat__conversation-board__message-container.reversed .chat__conversation-board__message__bubble{position:relative}#chat .chat__conversation-board__message-container.reversed .chat__conversation-board__message__bubble span:not(:last-child){margin:0 0 2em}#chat .chat__conversation-board__message-container.reversed .chat__conversation-board__message__person{margin:0 0 0 1.2em}#chat .chat__conversation-board__message-container.reversed .chat__conversation-board__message__options{align-self:center;position:absolute;left:0;display:none}#chat .chat__conversation-board__message-container{position:relative;display:flex;flex-direction:row;width:100%}#chat .chat__conversation-board__message-container:hover .chat__conversation-board__message__options{display:flex;align-items:center}#chat .chat__conversation-board__message-container:hover .option-item:not(:last-child){margin:0 .5em 0 0}#chat .chat__conversation-board__message-container:not(:last-child){margin:0 0 2em}#chat .chat__conversation-board__message__person{text-align:center;margin:0 .6em 0 0;display:flex;flex-direction:column-reverse}#chat .chat__conversation-board__message__person__avatar{height:50px;width:50px;overflow:hidden;border-radius:50%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;margin-left:10px}#chat .chat__conversation-board__message__person__avatar:before{content:"";position:absolute;height:100%;width:100%}#chat .chat__conversation-board__message__person__avatar img{height:100%;width:auto}#chat .chat__conversation-board__message__person__nickname{font-size:9px;color:#484848;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:none}#chat .chat__conversation-board__message__context{max-width:75%;align-self:flex-end}#chat .chat__conversation-board__message__options{align-self:center;position:absolute;right:0;display:none}#chat .chat__conversation-board__message__options .option-item{border:0;background:0;padding:0;margin:0;height:16px;width:16px;outline:none}#chat .chat__conversation-board__message__options .emoji-button svg{stroke:var(--chat-options-svg);fill:transparent;width:100%}#chat .chat__conversation-board__message__options .more-button svg{stroke:var(--chat-options-svg);fill:transparent;width:100%}#chat .chat__conversation-board__message__bubble span{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:inline-table;word-wrap:break-word;background:var(--chat-bubble-background);font-size:18px;font-weight:500;color:var(--chat-text-color);padding:.8em .9em;line-height:1.5;margin-right:20px}#chat .chat__conversation-board__message__bubble a{text-decoration:none;color:#fff}#chat .chat__conversation-board__message__bubble a:hover{color:#a9a9a9;text-decoration:dotted underline}.left{border-radius:12px 12px 12px 0;background:#d6dbe5 0% 0% no-repeat padding-box;color:#3f4040!important}.left .text-typing{background:#d6dbe5;padding:0 0 0 5px!important;font-size:.8em!important;font-weight:300!important;color:#181c21!important}.right{border-radius:12px 12px 0!important;background:#0000e3 0% 0% no-repeat padding-box!important;color:#fff!important}#chat .chat__conversation-board__message__bubble:not(:last-child){margin:0 0 .3em}#chat .chat__conversation-board__message__bubble:active{background:var(--chat-bubble-active-background)}#chat .chat__conversation-panel__container{display:flex;flex-direction:row;align-items:center;height:100%;width:100%}#chat .chat__conversation-panel__container .panel-item:not(:last-child){margin:0 1em 0 0}#chat .chat__conversation-panel__button{background:grey;height:20px;width:30px;border:0;padding:0;outline:none;cursor:pointer}#chat .chat__conversation-panel .add-file-button{height:23px;min-width:23px;width:23px;background:var(--chat-add-button-background);border-radius:50%}#chat .chat__conversation-panel .add-file-button svg{width:70%;stroke:#54575c}#chat .chat__conversation-panel .emoji-button{min-width:23px;width:23px;height:23px;background:transparent;border-radius:50%}#chat .chat__conversation-panel .emoji-button svg{width:100%;fill:transparent;stroke:#54575c}.send-message-button{background:#ed2b2bd4;color:#fff;min-width:65px;border-radius:5px;transition:.3s ease;border:0px;padding:8px 5px;cursor:pointer;font-weight:600!important}#chat .chat__conversation-panel .send-message-button:active{transform:scale(.97)}#chat .chat__conversation-panel .send-message-button svg{margin:1px -1px}#chat .chat__conversation-panel__input{width:100%;height:100%;outline:none;position:relative;color:var(--chat-text-color);font-size:20px;background:transparent;border:0;font-family:Lato,sans-serif;resize:none}.chat__conversation-board::-webkit-scrollbar{width:10px}.chat__conversation-board::-webkit-scrollbar-track{background:#f1f1f1}.chat__conversation-board::-webkit-scrollbar-thumb{background:#888}.chat__conversation-board::-webkit-scrollbar-thumb:hover{background:#555}.conversations-board-container{display:flex;flex-direction:row;justify-content:space-between;align-items:left;width:100%;gap:10px}.header__title{font-size:40px;text-shadow:-1px -1px #f00,1px 1px #a00,-3px 0 4px #000;font-family:Segoe print,Arial,Helvetica,sans-serif;color:#ededed;padding:0;margin:0 auto;font-weight:700;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;text-align:center;display:block;min-height:100px;max-height:172px;max-width:800px}.dot-typing{margin:0 20px;position:relative;left:-9999px;width:10px;height:10px;border-radius:5px;background-color:#9880ff;color:#9880ff;box-shadow:9984px 0 #9880ff,9999px 0 #9880ff,10014px 0 #9880ff;animation:dot-typing 1.5s infinite linear}@keyframes dot-typing{0%{box-shadow:9984px 0 #9880ff,9999px 0 #9880ff,10014px 0 #9880ff}16.667%{box-shadow:9984px -10px #9880ff,9999px 0 #9880ff,10014px 0 #9880ff}33.333%{box-shadow:9984px 0 #9880ff,9999px 0 #9880ff,10014px 0 #9880ff}50%{box-shadow:9984px 0 #9880ff,9999px -10px #9880ff,10014px 0 #9880ff}66.667%{box-shadow:9984px 0 #9880ff,9999px 0 #9880ff,10014px 0 #9880ff}83.333%{box-shadow:9984px 0 #9880ff,9999px 0 #9880ff,10014px -10px #9880ff}to{box-shadow:9984px 0 #9880ff,9999px 0 #9880ff,10014px 0 #9880ff}}@media only screen and (max-width: 760px){.chat__box{width:100%;margin-top:unset!important;margin-bottom:unset!important;border-radius:unset!important}.chat_box_profile__container__header{border-radius:unset!important}.chat__box__container{margin:0}#chat{height:100%;width:100%;z-index:0}#chat .chat__conversation-board{width:100%;height:calc(100vh - 180px)}#chat .chat__conversation-board__message__options{display:none!important}#chat .chat__conversation-board__message__context{max-width:75%}#chat .chat__conversation-board__message-container.reversed .chat__conversation-board__message__person{margin:0}#chat .chat__conversation-panel{position:fixed;bottom:5px;left:0;right:0;width:95%;border:unset;padding:0 10px;margin:unset;border-radius:unset}#chat .chat__conversation-board__message__person__avatar{height:30px;width:30px}}.profile{width:25%}.profile__container{box-shadow:0 0 5px #ddd;background-color:#fff;border:1px solid #dfdfdf;display:flex;flex-direction:column;z-index:1;height:100vh}.profile__container__footer__button{padding:10px}.profile__container__header__image__status{width:10px;height:10px;border-radius:50%;border:2px solid #ffffff;background-color:#80cd80;position:absolute;bottom:4px;right:0}.profile__container__header{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0;padding:10px}.profile__container__header__name{margin-top:10px;margin-left:15px;display:flex;flex-direction:column;align-items:center;justify-content:center}.profile__container__header__name .name{font-size:22px;font-weight:600;color:#271d33;line-height:20px}.profile__container__header__name .description{font-size:14px;font-weight:500;margin-top:0;margin-bottom:3px;color:#090b0e;text-align:center}.profile__container__header__name .status{font-size:12px;font-weight:400;margin-top:0;color:#181c21}.profile__container__header__image img{width:50px;height:50px;border-radius:50%;margin-top:20px}.profile__container__header__image{position:relative}.profile__container__devider{width:100%;border:0;height:1px;background-image:-webkit-linear-gradient(left,#f0f0f0,#8c8b8b,#f0f0f0);background-image:-moz-linear-gradient(left,#f0f0f0,#8c8b8b,#f0f0f0);background-image:-ms-linear-gradient(left,#f0f0f0,#8c8b8b,#f0f0f0);background-image:-o-linear-gradient(left,#f0f0f0,#8c8b8b,#f0f0f0)}.profile__container__badges{margin:5px 0;display:flex;flex-direction:row;justify-content:center;gap:15px}.profile__container__badges img{width:30px;padding:5px;box-shadow:0 0 2px #b4a5fb}.profile_buttton{height:45px;width:100%;border:none;border-radius:5px;background-color:#fff;box-shadow:0 0 5px #ddd;margin-top:10px;font-size:1em;font-weight:600;color:#000;cursor:pointer;margin-bottom:10px}.profile_buttton:hover{color:#fff;background-color:#240264}.profile__container__points{display:flex;flex-direction:row;justify-content:left;gap:15px}.profile__container__points ul{font-size:15px;font-weight:500;padding-left:20px}ul{list-style:none;padding:0}ul li:before{content:"•";font-size:1em;margin-right:.5em}ul li:before{content:"✔";background-size:1em;display:inline-block;width:1em;height:1em;margin-right:.3em}@media only screen and (max-width: 760px){.profile{display:none}.profile__container{display:none;padding:8px;margin:0;max-height:55px}.profile__container img{width:50px;height:50px;border-radius:50%;border:1px solid #dfdfdf}.profile__container__header__name{margin-top:5px;margin-left:5px}.profile__container__points,.profile__container__badges,.profile__container__footer,.profile__container__devider{display:none}}body{font-family:Heebo,sans-serif;background:#f5fbff;margin:0;padding:0}.services{font-family:Heebo,sans-serif;display:flex;width:100%;flex-direction:column;justify-content:center;align-items:center;padding:0}.form_width{width:25%;box-shadow:0 0 5px #ddd;background-color:#fff;border:0px solid #dfdfdf;display:flex;flex-direction:column;z-index:1;background:#070756;height:100vh}.services_show_form{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:10px}.services__header{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:1em;gap:0x}.services__headerd span{font-weight:600;background:#fcd227 0% 0% no-repeat padding-box;padding:0 1em;opacity:1;font-size:12px;letter-spacing:3.5px;color:#16162d;max-width:100%;text-align:center;margin-top:25px}.services__header h1{font-size:2.2em;font-weight:700;color:#060606;max-width:100%;text-align:center}.services__header__h1{font-size:1.5em!important;color:#fff!important}.services__header__span{font-size:1.5em;font-weight:600;color:#191919;max-width:100%;text-align:center;margin-top:-20px!important}.services__container{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:wrap;width:100%;gap:10px}.services__container__item{font-weight:600;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2em;color:#080808;cursor:pointer;width:18%;max-width:180px;min-height:240px;background:#ffffff 0% 0% no-repeat padding-box;box-shadow:0 5px 7px #181c2126;border-radius:23px;border:3px solid rgba(255,255,255,0)}.services__container__item__flat{font-weight:600;display:flex;flex-direction:row;justify-content:left;align-items:center;padding:.05em .05em .05em .5em;color:#080808;cursor:pointer;max-width:90%;min-width:90%;background:#ffffff 0% 0% no-repeat padding-box;box-shadow:0 5px 7px #181c2126;border-radius:7px;border:3px solid rgba(255,255,255,0);margin-bottom:1em;margin-right:1em;min-height:55px;opacity:.5}.services__header__logo img{height:40px}.services__container__item:hover{background:#ffffff 0% 0% no-repeat padding-box;box-shadow:0 7px 10px #0025ff4d;border:3px solid #0a36a3}.selected_item{border:3px solid #ffd500;opacity:1}.service_hide{display:none!important}.services__container__item__flat:hover{background:#ffffff 0% 0% no-repeat padding-box;box-shadow:0 7px 10px #0025ff4d;border:3px solid #0a36a3}.services__container__item__flat img{height:42px;width:42px;margin-right:1em}.services__container__item img{height:110px;width:110px;margin-bottom:1em}.services__container__item span{width:100%;text-align:center;color:#16162d}.services__container__footer{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;margin-top:2.5em}.services__container__footer_chat{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;margin-top:.5em}.services__container__footer button{font-weight:600;font-size:1em;display:flex;flex-direction:row;justify-content:center;align-items:center;color:#fff;border:none;padding:.5em 1.5em .5em 1em;cursor:pointer;background:#ed2b2b 0% 0% no-repeat padding-box;box-shadow:0 5px 7px #181c2126;border-radius:8px}.services__container__footer button:hover{background:#ed2b2bdc 0% 0% no-repeat padding-box;box-shadow:0 5px 7px #181c2164}.services__container__footer img{margin:0 .5em;cursor:pointer;height:42px}.chat__footer{display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:14px;font-weight:400;letter-spacing:0px;height:55px;margin-top:30px;padding:10px}.chat__footer_darker p{margin-top:15px;color:#818080}.chat__footer p{max-width:100%;color:#e5e5e563;text-align:center}.chat__footer button{font-weight:600;font-size:1em;display:flex;flex-direction:row;justify-content:center;align-items:center;color:#010101;border:none;padding:.8em 2em .8em 1.5em;cursor:pointer;background:#ffffff85 0% 0% no-repeat padding-box;box-shadow:0 5px 7px #181c2126;border-radius:4px}.chat__footer button:hover{background:#ffffff 0% 0% no-repeat padding-box;box-shadow:0 5px 7px #181c2164}@media only screen and (max-width: 760px){.services__header h1{font-size:1.8rem;font-weight:700;color:#060606}.services__header__title{font-size:.75rem!important}.services__container__item{font-weight:600;display:flex;flex-direction:row;justify-content:left;align-items:center;padding:0;color:#080808;cursor:pointer;width:100%;min-width:300px;background:#ffffff 0% 0% no-repeat padding-box;box-shadow:0 5px 7px #181c2126;border-radius:7px;border:3px solid rgba(255,255,255,0);margin-bottom:1em;min-height:55px}.services__container__item img{height:50px;width:50px;margin:.5em}.services__container__item span{width:100%;text-align:start;color:#16162d}.chat__header{display:none}.services{border-radius:8px;width:100%;min-width:100%;padding:0}.services__container{min-width:100%;gap:2px}.services__container__footer{margin-top:1em;flex-direction:column;gap:.5em}.services__header span{font-size:13px;letter-spacing:2.5px;max-width:90%}.chat__footer{padding:0 2em}}.chat__container{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%}@media only screen and (max-width: 760px){.chat__container{flex-direction:column;width:90%;margin:20px}.select__service__chat__container{flex-direction:column}.form_width{display:none}}mark{position:relative;display:inline-block;background:none;line-height:normal;font-weight:700;margin:0;padding:0;outline:none;color:#000000e6;text-decoration:none;white-space:nowrap;z-index:1}.heighlight_span{font-size:12px;letter-spacing:3.6px;position:relative;z-index:1;display:inline-block;padding:0 .4em;pointer-events:none}svg{position:absolute;top:-10%;left:-10%;right:-10%;bottom:-10%;z-index:-1;overflow:hidden;margin:auto;padding:0;width:100%;height:100%;fill:none;stroke-width:54px;stroke-dasharray:400;stroke-dashoffset:400;transition:stroke-dashoffset .8s ease-in-out;will-change:stroke-dashoffset;pointer-events:none}svg:first-of-type{width:105.5%;height:104%;transform:skew(-17deg)}svg:last-of-type{width:104%;transform:skew(-12deg)}mark>svg{stroke-dashoffset:0}.header{padding-top:.5em;display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;max-width:1150px;margin:0 auto}.header__logo img{height:60px;margin-left:5px}body{background-color:#0a36a3}.header__phone{display:flex;flex-direction:column;justify-content:center;align-items:center}.header__phone a{text-decoration:none;color:#fff;opacity:.8}.header__phone a:hover{color:#fff;opacity:1}.header__phone__text{font-size:.7em;color:#ffffff80}.header__phone__icon{display:none;margin-right:5px}.header__phone__icon img{height:40px}.header__phone__number{font-size:1.3em;font-weight:600;color:#ffffff80}.services{margin-top:1.5em!important;margin-bottom:2em!important;padding-top:1.2em;padding-bottom:1.2em;background:#f5fbff 0% 0% no-repeat!important;max-width:1150px;margin:0 auto;border:1px solid #0a36a3;border-radius:20px!important}.services__container__item{min-height:220px}.footer__container{position:absolute;bottom:0;width:100%;height:2.5rem}.footer{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;max-width:1150px;margin:.2em auto;color:#fff;opacity:.6;font-size:13px}.footer__legal a{text-decoration:none;color:#fff;opacity:.6}.footer__legal a:hover{color:#fff;opacity:1}.devider{border:1px solid #fff;opacity:.4}@media only screen and (max-width: 600px){.header__phone{display:none}.header__phone__icon{display:block}.header__logo img{height:45px}.services{margin-top:.5em!important;background:#f5fbff;border-radius:5px!important;max-width:90%!important}.services__container__item{min-height:80px}.chat__footer_darker p{color:#818080;width:80%;margin:auto;text-align:center}.footer{display:flex;flex-direction:column;justify-content:center;gap:10px;align-items:center;margin-bottom:.3em}}
