@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.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;}
.fieldgroup{padding:0;border-width:0;}
.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:"";}
.js details:not([open]) .details-wrapper{display:none;}
.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{position:static !important;overflow:visible;clip:auto;width:auto;height:auto;}.invisible{visibility:hidden;}
.item-list__comma-list,.item-list__comma-list li{display:inline;}.item-list__comma-list{margin:0;padding:0;}.item-list__comma-list li::after{content:", ";}.item-list__comma-list li:last-child::after{content:"";}
.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;}}
.nowrap{white-space:nowrap;}
.position-container{position:relative;}
.reset-appearance{margin:0;padding:0;border:0 none;background:transparent;line-height:inherit;-webkit-appearance:none;appearance:none;}
.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;}
.system-status-counter__status-icon{display:inline-block;width:25px;height:25px;vertical-align:middle;}.system-status-counter__status-icon::before{display:block;width:100%;height:100%;content:"";background-repeat:no-repeat;background-position:center 2px;background-size:16px;}.system-status-counter__status-icon--error::before{background-image:url(/core/misc/icons/e32700/error.svg);}.system-status-counter__status-icon--warning::before{background-image:url(/core/misc/icons/e29700/warning.svg);}.system-status-counter__status-icon--checked::before{background-image:url(/core/misc/icons/73b355/check.svg);}
.system-status-report-counters__item{width:100%;margin-bottom:0.5em;padding:0.5em 0;text-align:center;white-space:nowrap;background-color:rgba(0,0,0,0.063);}@media screen and (min-width:60em){.system-status-report-counters{display:flex;flex-wrap:wrap;justify-content:space-between;}.system-status-report-counters__item--half-width{width:49%;}.system-status-report-counters__item--third-width{width:33%;}}
.system-status-general-info__item{margin-top:1em;padding:0 1em 1em;border:1px solid #ccc;}.system-status-general-info__item-title{border-bottom:1px solid #ccc;}
.tablesort{display:inline-block;width:16px;height:16px;background-size:100%;}.tablesort--asc{background-image:url(/core/misc/icons/787878/twistie-down.svg);}.tablesort--desc{background-image:url(/core/misc/icons/787878/twistie-up.svg);}
:root{--general-x-padding:15px;--main-color:#5918ED;}#rasaChatbotModule *{padding:0px;margin:0px;box-sizing:border-box;}#rasaChatbotModule{display:none;flex-direction:column;gap:10px;width:450px;position:fixed;bottom:20px;z-index:1000 !important;}#rasaChatbotModule button{border:none;cursor:pointer;}#rasaChatbotModule input:focus{outline:none !important;}#rasaChatbotModule .chatbot-ctn{background-color:#f3f3f3;display:none;border-radius:10px;overflow:hidden;width:100%;}#rasaChatbotModule .chatbot-header{background-color:var(--main-color);padding:7px var(--general-x-padding);display:flex;justify-content:space-between;align-items:center;}#rasaChatbotModule .chatbot-header .actions{display:flex;justify-content:space-between;align-items:center;gap:15px;}#rasaChatbotModule .chatbot-header .title{margin:0;color:white;}#rasaChatbotModule .chatbot-header .icon-button{background-color:transparent;color:white;font-size:24px;width:30px;}#rasaChatbotModule .chatbot-ctn .conversation-history{padding:15px var(--general-x-padding);border-radius:10px;max-height:500px;overflow-y:auto;padding-bottom:10px;}#rasaChatbotModule .chatbot-form input:focus{outline:none !important;}#rasaChatbotModule .toggle-chatbot{border-radius:10px;cursor:pointer;}#rasaChatbotModule .toggle-chatbot img{width:3.5rem;border-radius:10px;height:auto;}#rasaChatbotModule .chatbot-ctn .user-input{background-color:lightgray;display:flex;justify-content:space-between;align-items:center;padding:7px var(--general-x-padding);}#rasaChatbotModule #messageInput{width:85%;padding:7px 10px;border-radius:10px;border:none;font-size:17px;font-weight:500;color:var(--main-color);}#rasaChatbotModule .action-button{cursor:pointer;border-radius:10px;border:none;background:transparent;transition:0.5s;color:#7c4fe7;width:30px;}#rasaChatbotModule #stopRenderBtn{display:none;}#rasaChatbotModule #sendMessageBtn:hover{color:#5918ED;}#rasaChatbotModule .conversation-history .message{display:flex;}#rasaChatbotModule .conversation-history .message:not(:last-child){margin-bottom:10px;}#rasaChatbotModule .conversation-history .message .message-content{width:fit-content;max-width:75%;word-wrap:break-word;background-color:white;padding:5px 10px;border-radius:7px;box-shadow:1px 2px 5px lightgray;}#rasaChatbotModule .conversation-history .message .message-image{border-radius:7px;max-width:65%;}#rasaChatbotModule .conversation-history .message .message-link{background-color:white;width:fit-content;max-width:65%;word-wrap:break-word;padding:3px 8px;border-radius:20px;border:1px solid var(--main-color);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;white-space:normal;}#rasaChatbotModule .conversation-history .message .message-link:hover{color:var(--main-color) !important;}#rasaChatbotModule .conversation-history .message.bot .message-content{background-color:white;color:black}#rasaChatbotModule .conversation-history .message.bot .message-content *{color:black !important;font-size:1rem !important;}#rasaChatbotModule .conversation-history .message.user .message-content{background:white;color:var(--main-color);font-weight:bold;}#rasaChatbotModule .conversation-history .message.bot{justify-content:start;}#rasaChatbotModule .conversation-history .message.user{justify-content:end;}#rasaChatbotModule .typing-effect{margin:0 0 1px var(--general-x-padding);width:40px;aspect-ratio:2;--_g:no-repeat radial-gradient(circle closest-side,#8d8d8d 90%,#d1272700);background:var(--_g) 0% 50%,var(--_g) 50% 50%,var(--_g) 100% 50%;background-size:calc(100%/4) 40%;animation:l3 1.5s infinite linear;display:none;}@keyframes l3{20%{background-position:0% 0%,50% 50%,100% 50%}40%{background-position:0% 100%,50% 0%,100% 50%}60%{background-position:0% 50%,50% 100%,100% 0%}80%{background-position:0% 50%,50% 50%,100% 100%}}.agent-listing{background-color:#f9f9f9;padding:10px;width:100%;display:none;justify-content:space-between;gap:5px;flex-wrap:wrap;padding:10px !important;border-radius:10px;box-shadow:0 0 10px lightgray;max-height:600px;overflow-y:auto;}.agent-listing .agent{display:flex;flex-direction:column;flex:auto;background:#f1f1f1;padding:5px !important;border-radius:10px;border:2px solid transparent;}.agent-listing .agent .des{font-size:13px;color:gray;}.agent-listing .agent .name{color:#0d6efd;}
.dashboard-layout{padding-top:100px;overflow:hidden;padding-bottom:20px;}body{font-family:"Poppins",sans-serif;background:#fafafa;}p{font-family:"Poppins",sans-serif;font-size:1.1em;font-weight:300;line-height:1.7em;color:#999;}a,a:hover,a:focus{color:inherit;text-decoration:none;transition:all 0.3s;}.dashboard-layout .navbar{padding:10px 0px;background:#fff;border:none;border-radius:0;margin-bottom:15px;box-shadow:1px 1px 3px rgba(0,0,0,0.1);}.navbar-btn{box-shadow:none;outline:none !important;border:none;}.line{width:100%;height:1px;border-bottom:1px dashed #ddd;margin:40px 0;}.wrapper{display:flex;width:100%;align-items:stretch;}#sidebar{min-width:230px;max-width:230px;background:var(--bs-secondary);color:#fff !important;transition:all 0.3s;position:absolute;z-index:999;border-radius:5px;height:100vh;left:0;}@media (max-width:768px){#sidebar{height:100vh;position:fixed;top:0;left:0;}#sidebarCloseBtn{display:block !important;}}.dashboard-layout .container-fluid{flex-direction:row-reverse;}#sidebar.hide{margin-left:calc(-260px - var(--bs-gutter-x,0.75rem));}#sidebarCloseBtn{display:none;position:absolute;top:5px;right:5px;color:white;font-size:25px;background-color:transparent;border:none;}#sidebarCollapse{border-radius:5px !important;width:3rem;min-height:35px !important;}#sidebar .sidebar-header{padding:20px;color:#fff !important;}#sidebar .sidebar-header h3{color:#fff !important;}#sidebar ul.components{padding:20px 0;}#sidebar ul p{color:#fff;padding:10px;}#sidebar ul li a{padding:10px;margin-left:10px;font-size:15px;display:block;color:#fff !important;}#sidebar ul li a:hover{opacity:0.6;}a[data-toggle="collapse"]{position:relative;}.dropdown-toggle::after{display:block;position:absolute;top:50%;right:20px;transform:translateY(-50%);}.dashboard-layout ul ul a{font-size:0.9em !important;padding-left:30px !important;background:#6d7fcc;}a.download{background:#fff;color:#7386d5;}.dashboard-layout a.article,.dashboard-layout a.article:hover{background:#6d7fcc !important;color:#fff !important;}#sidebarCollapse span{display:none;}#content{width:100%;padding:0;min-height:100vh;transition:all 0.3s;}.navbar .title{font-size:1rem;}@media (min-width:320px){.subpage-navbar .title{font-size:1rem;}}@media (max-width:375px){}@media (min-width:425px){.navbar .title{font-size:1rem;}}@media (min-width:768px){.dashboard-layout{padding-top:120px;}.dashboard-layout .navbar{padding:15px 10px;}#content{padding-left:35px;}#sidebarCollapse{width:165px;min-height:50px !important;}#sidebarCollapse i{padding-right:10px;}#sidebarCollapse span{display:block;}}@media (min-width:1024px){#sidebar{position:relative;}.dashboard-layout .container-fluid{flex-direction:row;}}.sidebar-links .active{background-color:#202e33;pointer-events:none;}.sidebar-links .divider{border-top:1px solid #686b6d;margin:15px 7px;height:0;text-align:center;user-select:none;}.sidebar-links .divider span{background:var(--bs-secondary);padding:0 10px;position:relative;top:-12px;z-index:1;font-weight:bold;font-size:0.9rem;color:#686b6d;}.campaigns p strong{color:#333;}.custom-conference-image{max-width:200px;height:auto;}#conference-image-preview{max-width:200px;height:auto;}input[type="submit"]{width:40%;border-radius:999px !important;}.campaign-overview .campaign{background-color:#fff;border-radius:8px;padding:20px;margin-bottom:20px;box-shadow:0 2px 4px rgba(0,0,0,0.1);width:100%;box-sizing:border-box;position:relative;}.text-overflow-ellipsis{display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;white-space:normal;word-break:break-all;}.text-overflow-ellipsis.ellipsis-1-line{-webkit-line-clamp:1;line-clamp:1;}.text-overflow-ellipsis.ellipsis-2-line{-webkit-line-clamp:2;line-clamp:2;}.w-80{width:80% !important;}.user_reservation{padding-top:150px;}.user_reservation_submit{display:flex;justify-content:end;}.user_reservation_info{display:flex;}.user_reservation_submit_btn{width:150px !important;}.user_reservation .info_label{color:red;font-weight:600;}.conf{position:relative;}.conf-item{position:absolute;}.search-presentation-form{display:flex;}.submenu a{color:black;text-decoration:none;padding:10px;display:block;}.submenu a:hover{color:#fff !important;/}.submenu a.active{background-color:var(--bs-primary);color:#fff !important;}.submenu{display:none;list-style-type:none;padding-left:0;}.submenu-toggle::after{content:" ◀";}.submenu-toggle.opened::after{content:" ▼";}.has-submenu>a::after{content:" ◀";}.has-submenu>a{cursor:pointer;}.dashboard-layout ul ul a{background:none;}.submenu .submenu a{padding-left:45px !important;}.access-media{border-radius:15px 5px 5px 5px;width:320px;height:180px;display:flex;justify-content:center;align-items:center;flex:none;position:relative;background-image:linear-gradient(120deg,#fccb90 0%,#d57eeb 100%);}.access-media .media-type-badge{position:absolute;top:-1px;left:-1px;z-index:1;font-size:18px;font-family:'Roboto',sans-serif;color:white;font-weight:bold;border:4px solid white;border-radius:20px;padding:0px 10px;}.access-media video{border-radius:15px 5px 5px 5px;background-color:black;}.access-media audio{background-color:transparent;border-radius:10px;padding:7px 5px;box-shadow:0 4px 8px rgba(0,0,0,0.2);}.access-media .play-video-custom-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border:none;padding:14px 30px;border-radius:15px;background-image:linear-gradient(120deg,#fc9090 0%,#d9eb7e 100%);color:white;transition:0.5s;}.access-media .play-video-custom-btn:hover{box-shadow:0 0 10px white;}.access-media a{padding:10px;display:flex;flex-direction:column;align-items:center;color:white;letter-spacing:0.5px;font-weight:600;transition:1s;}.access-media i{font-size:25px;}.clear-search{position:relative;}.clear-search-item{position:absolute;top:9px;right:172px;font-size:18px;color:#b0b0b0;}.edit-report-link:hover{background-color:white !important;}@media (min-width:1024px){.img-wrapper-presentation{height:225px !important;}}@media (max-width:768px){.action-present-md{justify-content:center;}}
.captcha__description{margin-bottom:.75em;}
