/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.progress{position:relative;}.progress__track{min-width:100px;max-width:100%;height:16px;margin-top:5px;border:1px solid;background-color:#fff;}.progress__bar{width:3%;min-width:3%;max-width:100%;height:16px;background-color:#000;}.progress__description,.progress__percentage{overflow:hidden;margin-top:0.2em;color:#555;font-size:0.875em;}.progress__description{float:left;}[dir="rtl"] .progress__description{float:right;}.progress__percentage{float:right;}[dir="rtl"] .progress__percentage{float:left;}.progress--small .progress__track{height:7px;}.progress--small .progress__bar{height:7px;background-size:20px 20px;}
.ajax-progress{display:inline-block;padding:1px 5px 2px 5px;}[dir="rtl"] .ajax-progress{float:right;}.ajax-progress-throbber .throbber{display:inline;padding:1px 6px 2px;background:transparent url(/core/misc/throbber-active.svg) no-repeat 0 center;}.ajax-progress-throbber .message{display:inline;padding:1px 5px 2px;}tr .ajax-progress-throbber .throbber{margin:0 2px;}.ajax-progress-bar{width:16em;}.ajax-progress-fullscreen{position:fixed;z-index:1261;top:48.5%;left:49%;width:24px;height:24px;padding:4px;opacity:0.9;border-radius:7px;background-color:#232323;background-image:url(/core/misc/loading-small.svg);background-repeat:no-repeat;background-position:center center;}[dir="rtl"] .ajax-progress-fullscreen{right:49%;left:auto;}
.resize-none{resize:none;}.resize-vertical{min-height:2em;resize:vertical;}.resize-horizontal{max-width:100%;resize:horizontal;}.resize-both{max-width:100%;min-height:2em;resize:both;}
.text-align-left{text-align:left;}.text-align-right{text-align:right;}.text-align-center{text-align:center;}.text-align-justify{text-align:justify;}.align-left{float:left;}.align-right{float:right;}.align-center{display:block;margin-right:auto;margin-left:auto;}
.container-inline div,.container-inline label{display:inline-block;}.container-inline .details-wrapper{display:block;}.container-inline .hidden{display:none;}
.clearfix::after{display:table;clear:both;content:"";}
.hidden{display:none;}.visually-hidden{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal;}.visually-hidden.focusable:active,.visually-hidden.focusable:focus-within{position:static !important;overflow:visible;clip:auto;width:auto;height:auto;}.invisible{visibility:hidden;}
.js .js-hide{display:none;}.js-show{display:none;}.js .js-show{display:block;}@media (scripting:enabled){.js-hide.js-hide{display:none;}.js-show{display:block;}}
.tt-chat{position:fixed;right:20px;bottom:20px;z-index:1000;font-size:15px;}.back-to-top{bottom:84px !important;}@media (max-width:480px){.back-to-top{bottom:74px !important;}}.tt-chat__toggle{display:inline-flex;align-items:center;gap:8px;padding:12px 18px;border:none;border-radius:999px;background:var(--tt-teal,#2ebcb0);color:var(--tt-navy-dark,#0d1f2d);font-weight:var(--font-weight-bold,700);cursor:pointer;box-shadow:0 6px 20px rgba(13,31,45,0.28);transition:background-color 0.2s ease,transform 0.2s ease;}.tt-chat__toggle:hover{background:var(--tt-teal-dark,#1f9a90);transform:translateY(-1px);}.tt-chat__toggle:focus-visible{outline:3px solid rgba(46,188,176,0.5);outline-offset:2px;}.tt-chat__icon{width:22px;height:22px;flex:none;}.tt-chat.is-open .tt-chat__toggle{display:none;}.tt-chat.is-open .tt-chat__panel{display:flex;}.tt-chat__panel{display:none;flex-direction:column;width:370px;max-width:calc(100vw - 32px);height:520px;max-height:calc(100vh - 40px);background:var(--white,#fff);border-radius:16px;overflow:hidden;box-shadow:0 12px 40px rgba(13,31,45,0.32);}.tt-chat__header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:var(--tt-navy,#1a3a5c);color:var(--white,#fff);}.tt-chat__title{font-weight:var(--font-weight-bold,700);}.tt-chat__close{display:inline-flex;padding:4px;border:none;background:transparent;color:var(--white,#fff);cursor:pointer;opacity:0.85;}.tt-chat__close:hover{opacity:1;}.tt-chat__close svg{width:20px;height:20px;}.tt-chat__messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px;background:var(--tt-gray-50,#f9fafb);}.tt-chat__msg{max-width:85%;padding:10px 13px;border-radius:14px;line-height:1.55;white-space:normal;overflow-wrap:anywhere;}.tt-chat__msg p{margin:0 0 0.6em;}.tt-chat__msg p:last-child{margin-bottom:0;}.tt-chat__msg ul,.tt-chat__msg ol{margin:0 0 0.6em;padding-left:1.25em;}.tt-chat__msg a{color:var(--tt-teal-dark,#1f9a90);font-weight:var(--font-weight-bold,700);}.tt-chat__msg--bot{align-self:flex-start;background:var(--white,#fff);border:1px solid var(--tt-gray-200,#e4e7ec);color:var(--tt-navy-dark,#0d1f2d);border-bottom-left-radius:4px;}.tt-chat__msg--user{align-self:flex-end;background:var(--tt-teal,#2ebcb0);color:var(--tt-navy-dark,#0d1f2d);border-bottom-right-radius:4px;}.tt-chat__msg--error{align-self:flex-start;background:#fdecea;border:1px solid #f5c6c0;color:#922;border-bottom-left-radius:4px;}.tt-chat__typing{display:inline-flex;gap:4px;align-items:center;}.tt-chat__typing span{width:7px;height:7px;border-radius:50%;background:var(--tt-gray-400,#98a2b3);animation:tt-chat-bounce 1.2s infinite ease-in-out both;}.tt-chat__typing span:nth-child(2){animation-delay:0.15s;}.tt-chat__typing span:nth-child(3){animation-delay:0.3s;}@keyframes tt-chat-bounce{0%,80%,100%{transform:scale(0.7);opacity:0.5;}40%{transform:scale(1);opacity:1;}}.tt-chat__form{display:flex;gap:8px;padding:12px;border-top:1px solid var(--tt-gray-200,#e4e7ec);background:var(--white,#fff);}.tt-chat__input{flex:1;padding:10px 12px;border:1px solid var(--tt-gray-300,#d0d5dd);border-radius:10px;font-size:15px;color:var(--tt-navy-dark,#0d1f2d);}.tt-chat__input:focus{outline:none;border-color:var(--tt-teal,#2ebcb0);box-shadow:0 0 0 3px rgba(46,188,176,0.2);}.tt-chat__send{display:inline-flex;align-items:center;justify-content:center;width:42px;flex:none;border:none;border-radius:10px;background:var(--tt-teal,#2ebcb0);color:var(--tt-navy-dark,#0d1f2d);cursor:pointer;transition:background-color 0.2s ease;}.tt-chat__send:hover{background:var(--tt-teal-dark,#1f9a90);}.tt-chat__send:disabled{opacity:0.6;cursor:default;}.tt-chat__send svg{width:20px;height:20px;}.tt-chat__hint{margin:0;padding:0 12px 12px;font-size:12px;color:var(--tt-gray-500,#98a2b3);background:var(--white,#fff);}@media (max-width:768px){.tt-chat{right:12px;bottom:12px;}.tt-chat__panel{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;max-width:none;height:100%;height:100dvh;max-height:none;border-radius:0;}.tt-chat__header{padding:16px;}.tt-chat__close{padding:8px;}.tt-chat__close svg{width:24px;height:24px;}}
