/* @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;}
.product_detail{display:flex;padding-top:150px;}.product_detail_image{}.product_detail_image_url{height:400px;border-radius:1%;object-fit:contain;}.product_detail_content-info{}.product_Registered{background-color:green !important;color:white;cursor:not-allowed;border:2px solid green !important;font-size:13px !important;min-width:109px;}@media (max-width:768px){}.clear-search{position:relative;}.clear-search-item{position:absolute;top:9px;right:172px;font-size:18px;color:#b0b0b0;}
.captcha__description{margin-bottom:.75em;}
