.navigation-wrapper{height:100vh;width:150px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;border-right:1px solid var(--grey-4);position:sticky;top:0;left:0;box-sizing:border-box;gap:20px;padding:20px 0}.user-info{display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:100%;padding:10px;box-sizing:border-box;overflow-wrap:break-word;word-break:break-word}.user-info__img{width:90px;height:90px;box-sizing:border-box;padding:10px;background:var(--grey-4);border-radius:999px}.user-info__text{padding:10px 0;font-size:20px}.nav-buttons{height:100%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:10px}.link-button{width:100%;height:100px;text-align:center;text-decoration:none;color:#fff;font-size:16px;box-sizing:border-box;padding:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;filter:opacity(60%)}.logout-button{border:none;outline:none;background:none;font-weight:400;margin-top:auto}.link-button:hover:not(.logout-button):before,.active:before{background:var(--primary);content:"";height:60px;width:7px;position:absolute;left:0;border-top-right-radius:10px;border-bottom-right-radius:10px}.active,.link-button:hover{filter:none}.nav-button__item-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.nav-img{width:30px;height:30px}.theme-toggle{display:flex;align-items:center;justify-content:center;margin-bottom:10px;position:relative}.icon-left,.icon-right{font-size:24px;margin:0 8px}.icon-right{margin-left:0}.theme-toggle-input{display:none}.theme-toggle-label{width:50px;height:25px;background-color:#ccc;border-radius:50px;position:relative;cursor:pointer;transition:background-color .3s ease}.theme-toggle-input:checked+.theme-toggle-label{background-color:#4f5d75}.theme-toggle-label .toggle-icon{position:absolute;width:21px;height:21px;background-color:#fff;border-radius:50%;top:2px;left:2px;transition:left .3s ease}.theme-toggle-input:checked+.theme-toggle-label .toggle-icon{left:27px}:root[data-theme=light]{--background-color: #ffffff;--text-color: #000000}:root[data-theme=dark]{--background-color: #242424;--text-color: #ffffff}body{background-color:var(--background-color);color:var(--text-color)}.home-page{width:100%;height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column}.welcome{padding:50px;border-radius:10px;background:var(--grey-3);text-align:center;justify-content:center;height:auto;width:50%}.welcome h2{margin-bottom:20px;font-size:24px}.ticket-status-section{display:flex;justify-content:space-around;border:3px dashed var(--primary);width:100%}.ticket-count{margin:10px;padding:10px 20px;border-radius:8px;background:var(--grey-4);color:var(--main-color);flex-basis:45%;text-align:center;justify-content:center;align-items:center;height:auto}.ticket-count h3{font-size:18px;text-align:center;max-width:150px;word-wrap:break-word;margin:0 auto;line-height:2.5}.loading{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;flex-direction:column}.login-page{width:100vw;display:flex;flex-direction:column;align-items:center;justify-content:center}.login-form-wrapper{width:400px;height:200px;border-radius:10px;border:4px solid blueviolet;display:flex;justify-content:center;align-items:center}form{width:100%;height:100%}label{width:100px;margin-right:10px}.user-input{width:100%;height:30%;display:flex;justify-content:center;align-items:center}.login-button{width:100%;height:40%;display:flex;justify-content:center;align-items:center}.ticketoverview-page{width:100%;height:100vh;display:flex;flex-direction:column;align-items:center}.ticketoverview-page-content{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:20px}.ticket-information-line{min-height:20px;width:50%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding-bottom:10px}.information-name{font-weight:700;font-size:16px}.information-data{font-size:14px;color:var(--main-color)}.ticket-info-wrapper{display:flex;flex-direction:column;background:var(--grey-4);width:100%;max-width:80vw;border-radius:10px;padding:10px 20px;box-sizing:border-box;gap:10px}.ticket-info__line{display:flex;flex-direction:row;height:100%;gap:20px;align-items:center}.status-change-time{color:#956426}.ticket-info__top-line{border-bottom:1px solid var(--grey-3)}.top-line__status{display:flex;flex-direction:column;border-right:1px solid var(--grey-3);padding:5px 20px 5px 0;color:#fff!important}.top-line__status>.ticket-information-line{margin-bottom:0;padding-bottom:5px}.select-wrapper{font-weight:700;text-align:center;border-radius:5px;background-color:var(--grey-1_transparent);border:1px solid var(--grey-1);box-sizing:border-box}.select-status{height:30px;text-transform:capitalize;font-size:16px;background:transparent;border:none;text-align:center;color:var(--main-color)}.select-status:active,.select-status:focus{outline:none;border:none}.assign-supporter{height:20px;text-transform:capitalize;font-size:15px;border:none;border-radius:5px;text-align:center;color:var(--main-color)}option{background:#6b6b6b}@media (max-width: 1920px){.ticket-info-wrapper{max-width:90vw}}@media (max-width: 1600px){.ticket-info-wrapper{max-width:98%}.ticketoverview-page-content{margin-top:20px}}@media (max-height: 1080px){.ticketoverview-page-content{gap:10px}}@media (max-height: 900px){.ticketoverview-page-content{gap:0}.ticket-info-wrapper{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:1px solid var(--grey-3);gap:5px}.ticket-information-line{margin-bottom:0}.top-line__status{padding:0 20px 0 0}}.back-button-wrapper{width:100%;height:80px;padding:15px;display:flex;align-items:center;justify-content:space-between;flex-direction:row;box-sizing:border-box;overflow:hidden}.back-button{width:40px;height:35px;margin-left:20px;cursor:pointer}.back{width:40px;height:35px;padding:0;transition:.5s;filter:drop-shadow(0 3px 1px var(--grey-1))}.back:hover{filter:drop-shadow(0 3px 1px var(--grey-2));scale:1.1}.back:active,.reload:active{filter:none}.clear-button{margin-right:20px;width:35px;height:35px;cursor:pointer}.reload{width:35px;height:35px;transition:.3s;filter:drop-shadow(0 3px 1px var(--grey-1))}.reload:hover{rotate:180deg}@media (max-width: 1600px){.back-button-wrapper{margin-top:20px}}.messages-wrapper{border-radius:10px;padding:40px 25px 25px;display:flex;flex-direction:column;height:calc(100vh - 250px);background:var(--grey-3);width:100%;max-width:80vw;box-sizing:border-box;margin-bottom:10px}.messages-title{height:8%;font-size:30px}.messages{overflow-y:auto;height:100%;display:flex;justify-content:flex-start;align-items:center;flex-direction:column-reverse;gap:20px;padding:20px}.message-box{border-radius:10px;width:100%;box-sizing:border-box;padding:10px 30px;flex-direction:column;display:flex;align-items:start;color:var(--onPrimary)}.message-text{word-wrap:break-word;word-break:break-word;white-space:pre-wrap;text-align:left!important;padding:0 5px 0 20px;max-width:100%;line-height:1.55}.message-time{width:130px;box-sizing:border-box;align-self:start;margin-left:20px}.supporter-user-message{text-align:right;background-color:var(--grey-4);border:2px solid var(--primary)!important;width:65%;margin-left:auto}.internal{background-color:var(--primary-t)}.assist-user-message{text-align:left;background-color:var(--surface);color:var(--main-color);border:2px solid var(--primary);width:65%;margin-right:auto}.supporter-user-message .message-time{text-align:start;color:var(--main-color)}.supporter-user-message .message-text{margin-left:auto;color:var(--main-color)}.assist-user-message .message-time,.assist-user-message .message-text{text-align:end}.message-input-form{width:100%;display:flex;flex-direction:column;padding-top:15px;height:auto}.message-input{padding:12px 20px;margin:8px 0;display:inline-block;border-radius:10px;box-sizing:border-box}form.message-input-form .message-input{color:var(--main-color);background:var(--grey-4);border:2px solid var(--primary);resize:vertical;width:80%}.message-input:focus-visible{outline:none;border:2px solid var(--primary)}.message-not-read{border:1px solid var(--red-1)}.image-tag-wrapper{border-top:1px solid var(--primary);padding-top:5px;display:flex;flex-direction:column;gap:5px;color:#000;width:100%;align-items:flex-start}.image-tag-wrapper__img{height:100px;width:100px;cursor:zoom-in;transition:.3s}.image-tag-wrapper__img:hover{scale:1.05}.status-change-message{flex-direction:column;background:var(--grey-3_t);border:2px solid var(--primary);width:400px;text-align:center;justify-content:center;display:flex;padding:15px;box-sizing:border-box;gap:8px;color:var(--main-color)}.status-change-message .message-time{align-self:center}.status-change-message p{margin:0;max-width:100%}.bottom-form-part{display:flex;gap:50px;align-items:center}.chat-file-input{display:none}.custom-file-upload__img{width:30px;height:30px;padding-right:5px}#file-upload__name{font-size:20px;color:var(--main-color)}.file-input__delete{width:25px;height:25px;margin-left:10px;cursor:pointer;transition:.2s}.file-input__delete:hover{scale:1.1}.time-ago{width:100px;min-width:100px}.image-tag-wrapper__img{max-width:200px;max-height:200px}.supporter-user-message>.message-without-file{flex-direction:row-reverse}.message-without-file{width:100%;box-sizing:border-box;flex-direction:row;display:flex;justify-content:space-between;align-items:center;color:var(--main-color)}.form_input_content{width:100%;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box}@media (max-width: 1920px){.messages-wrapper{max-width:90vw}}@media (max-width: 1600px){.messages-wrapper{max-width:98%}}@media (max-height: 1080px){.messages-wrapper{padding:15px;height:calc(100vh - 240px)}.message-input-form{padding-top:5px}.message-send,.custom-file-upload{margin:0}}@media (max-height: 900px){.messages-wrapper{border-top-left-radius:0;border-top-right-radius:0;box-shadow:none}.messages-wrapper{padding:15px;height:calc(100vh - 200px)}.message-send,.custom-file-upload{height:50px;padding:10px 14px}}.popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.popup{background:#fff;padding:20px;border-radius:5px;box-shadow:0 2px 10px #0000001a;text-align:center;max-width:300px;margin:auto;z-index:1001}.popup h2{color:#000;margin:0 0 10px}.popup p{color:#000;margin:0 0 20px}.popup button{padding:10px 20px;background:#007bff;color:#fff;border:none;border-radius:5px;cursor:pointer}.user-detail{display:flex;flex-direction:column}table{border-collapse:collapse}td>a:first-child{display:flex;padding:10px;color:inherit;z-index:0}.manage-topics-page{min-height:100vh;width:100%;color:var(--main-color);display:flex;flex-direction:column;justify-content:center;align-items:center}.all-topics-wrapper{margin:50px 10px;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:wrap;border-radius:10px;gap:10px;overflow-wrap:break-word;word-break:break-word;color:var(--main-color)}.Manage-Topics__topic:hover{background:var(--grey-2);border-color:var(--primary);box-shadow:none}.Manage-Topics__topic{border-radius:5px;padding:10px 5px;box-sizing:border-box;width:200px;height:200px;text-align:center;display:flex;justify-content:space-between;align-items:center;flex-direction:column;background:var(--grey-3);border:1px solid transparent;transition:.2s;color:var(--main-color)}.manage-topics__filter{margin-bottom:auto}.all-topics__create-container{margin-top:auto;margin-bottom:30px}.manage-topics__filter>select{height:35px;font-size:17px;margin:5px}.archived-topic{color:var(--grey-5)}.Manage-Topics__topic:has(.archived-topic){filter:grayscale(.8)}.update-topic-wrapper{width:600px;height:500px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.update-topic-wrapper>h2{margin:0}.archive-button{padding:10px!important;width:150px;height:60px;box-sizing:border-box;border:1px solid var(--primary);background:var(--primary)!important;border-radius:3px;margin-top:auto}.archive-button:hover{background:var(--secondary)!important}.btn-wrapper{display:flex;gap:10px}#updateButton{position:relative;margin-top:auto;display:flex;align-items:center;justify-content:center;width:100%;padding:20px 0}.create-topic-wrapper{width:600px;height:420px}.topic:hover{background:var(--grey-4)}.topic-contents{border-radius:10px;margin:20px 0;width:600px;height:80px;text-align:center;background:var(--surface)}.manage-faqs-page{width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;box-sizing:border-box}.manage-faqs-heading{margin-bottom:30px;letter-spacing:1px;text-align:center}.manage-faqs-topic{margin-left:5px}.manage-faqs-wrapper{padding:20px;box-sizing:border-box;margin:55px 0;border-radius:10px;display:flex;flex-direction:column;background:var(--grey-3);width:100%;max-width:1200px}.manage-faqs-wrapper>form{display:flex;flex-direction:column;gap:15px;margin-bottom:20px;width:100%}.faq-inputs{display:flex;flex-direction:column;gap:10px}#faq-textarea{padding:10px;border-radius:5px;border:1px solid #ccc;width:100%;box-sizing:border-box}.faq-file-input{padding:12px}.add-faqs{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.add-faqs>select{padding:10px;border-radius:5px;border:1px solid #ccc;font-size:16px;width:100%;box-sizing:border-box}.faq-sorter-wrapper{display:flex;flex-direction:column;height:auto;border:3px dashed var(--primary);border-radius:10px;background-color:var(--grey-3);width:100%}.faq-header{margin-top:5px;padding:10px}.faq-trash-wrapper{position:sticky;top:0;z-index:100;background-color:var(--grey-2);padding:10px;border-bottom:2px solid #757575;text-align:center;font-weight:700;margin-top:5px}.faq-items{flex-grow:1;overflow-y:auto;padding:20px;max-height:50vh;color:var(--main-color)}.sortable-faq-item-wrapper{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;padding:10px;border-radius:5px;font-size:16px;min-height:60px;box-sizing:border-box}button:disabled{background-color:#ccc;border:1px solid #aaa;cursor:not-allowed}.faq-sortable{display:flex;align-items:center;width:100%;box-sizing:border-box;padding:10px;min-height:60px}.order-number{flex-shrink:0;margin-right:10px;min-width:30px;font-size:18px}.faq-sortable div{flex-grow:1;display:flex;align-items:center;overflow:hidden;word-break:break-word;color:var(--main-color)}.faq-sortable div span{display:inline-block;text-overflow:ellipsis;word-break:break-word;max-width:100%;box-sizing:border-box}.delete-file-button{background-color:transparent;color:#fff;border:2px solid #ffffff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:12px;cursor:pointer;padding:0}.delete-file-button:hover{color:#fc0;border:2px solid #b8860b}.apply-changes-container{display:flex;flex-direction:column;align-items:flex-start;margin-top:20px;gap:5px}.apply-changes-reminder{color:var(--main-color);font-size:15px;margin-bottom:10px;padding-left:5px;text-align:left}@media (max-width: 1280px){.manage-faqs-wrapper{max-width:900px}.faq-sorter-wrapper{height:55vh}}@media (max-width: 1024px){.manage-faqs-wrapper{max-width:800px}.faq-sorter-wrapper{height:50vh}}@media (max-width: 768px){.manage-faqs-wrapper{max-width:600px}.faq-sorter-wrapper{height:60vh}}.faq-sortable{padding:10px;background-color:#a2a2a2;border-radius:4px;box-sizing:border-box;-webkit-tap-highlight-color:transparent;color:#fff;font-weight:400;font-size:1rem;margin:10px 0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:90%}.faq-sortable:hover{background-color:#8a8a8a;cursor:move}.order-number{color:#adff2f;font-size:20px;margin-right:30px}.is-dragged{background-color:#dcdcdc!important;color:#1d2429}.create-form-inputs-wrapper{width:800px}.create-form-inputs-wrapper>h2{margin:0}.topic{border-radius:10px;margin:20px 0;width:600px;height:80px;border:3px solid green;text-align:center}.required-info_form{gap:10px;align-items:start}.form-input-list-header,.form-input-list{display:grid;grid-template-columns:minmax(150px,auto) 1fr 80px;gap:20px;align-items:center;padding:10px 0;word-break:break-word}.form-input.field,.form-input.description{text-align:left}.delete-icon{font-size:14px;color:red;cursor:pointer;text-align:left;display:block;padding:0;margin:0}.delete-icon:hover{color:#ff4848;text-decoration:underline}.form-input-list-header__item{font-weight:700;text-align:left}.form-input-wrapper{display:flex;justify-content:center;align-items:center;gap:20px;width:100%;padding-top:15px}.add-info_btn{text-align:center!important;justify-content:center}.delete-selected_btn{font-size:16px!important;padding:7px 10px!important;width:150px!important;height:45px!important}.btn-wrapper-required-info{margin-top:20px}.btn-wrapper-required-info .secondary-btn{align-items:center!important;justify-content:center!important}.separator{width:100%;border-top:1px solid #CFD3DC33;margin:5px}.selected-list-wrapper{margin:25px 0}.selected-list-wrapper>h2{margin:0 0 10px;text-align:center}.rdrCalendarWrapper{box-sizing:border-box;background:#fff;display:inline-flex;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdrDateDisplay{display:flex;justify-content:space-between}.rdrDateDisplayItem{flex:1 1;width:0;text-align:center;color:inherit}.rdrDateDisplayItem+.rdrDateDisplayItem{margin-left:.833em}.rdrDateDisplayItem input{text-align:inherit}.rdrDateDisplayItem input:disabled{cursor:default}.rdrMonthAndYearWrapper{box-sizing:inherit;display:flex;justify-content:space-between}.rdrMonthAndYearPickers{flex:1 1 auto;display:flex;justify-content:center;align-items:center}.rdrNextPrevButton{box-sizing:inherit;cursor:pointer;outline:none}.rdrMonths{display:flex}.rdrMonthsVertical{flex-direction:column}.rdrMonthsHorizontal>div>div>div{display:flex;flex-direction:row}.rdrMonth{width:27.667em}.rdrWeekDays{display:flex}.rdrWeekDay{flex-basis:calc(100% / 7);box-sizing:inherit;text-align:center}.rdrDays{display:flex;flex-wrap:wrap}.rdrInfiniteMonths{overflow:auto}.rdrDateRangeWrapper{-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdrDateInput{position:relative}.rdrDateInput input{outline:none}.rdrDateInput .rdrWarning{position:absolute;font-size:1.6em;line-height:1.6em;top:0;right:.25em;color:red}.rdrDay{box-sizing:inherit;width:calc(100% / 7);position:relative;font:inherit;cursor:pointer}.rdrDayNumber{display:block;position:relative}.rdrDayNumber span{color:#1d2429}.rdrDayDisabled{cursor:not-allowed}@supports (-ms-ime-align: auto){.rdrDay{flex-basis:14.285%!important}}.rdrSelected,.rdrInRange,.rdrStartEdge,.rdrEndEdge,.rdrDayStartPreview,.rdrDayInPreview,.rdrDayEndPreview{pointer-events:none}.rdrDateRangePickerWrapper{display:inline-flex;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdrStaticRanges{display:flex;flex-direction:column}.rdrStaticRange{font-size:inherit}.rdrInputRange{display:flex}.rdrCalendarWrapper{color:#000;font-size:12px}.rdrDateDisplayWrapper{background-color:#eff2f7}.rdrDateDisplay{margin:.833em}.rdrDateDisplayItem{border-radius:4px;background-color:#fff;box-shadow:0 1px 2px #23394236;border:1px solid transparent}.rdrDateDisplayItem input{cursor:pointer;height:2.5em;line-height:2.5em;border:0px;background:transparent;width:100%;color:#849095}.rdrDateDisplayItemActive{border-color:currentColor}.rdrDateDisplayItemActive input{color:#7d888d}.rdrMonthAndYearWrapper{align-items:center;height:60px;padding-top:10px}.rdrMonthAndYearPickers{font-weight:600}.rdrMonthAndYearPickers select{-moz-appearance:none;appearance:none;-webkit-appearance:none;border:0;background:transparent;padding:10px 30px 10px 10px;border-radius:4px;outline:0;color:#3e484f;background:url("data:image/svg+xml;utf8,<svg width='9px' height='6px' viewBox='0 0 9 6' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g id='Artboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-636.000000, -171.000000)' fill-opacity='0.368716033'><g id='input' transform='translate(172.000000, 37.000000)' fill='%230E242F' fill-rule='nonzero'><g id='Group-9' transform='translate(323.000000, 127.000000)'><path d='M142.280245,7.23952813 C141.987305,6.92353472 141.512432,6.92361662 141.219585,7.23971106 C140.926739,7.5558055 140.926815,8.06821394 141.219755,8.38420735 L145.498801,13 L149.780245,8.38162071 C150.073185,8.0656273 150.073261,7.55321886 149.780415,7.23712442 C149.487568,6.92102998 149.012695,6.92094808 148.719755,7.23694149 L145.498801,10.7113732 L142.280245,7.23952813 Z' id='arrow'></path></g></g></g></svg>") no-repeat;background-position:right 8px center;cursor:pointer;text-align:center}.rdrMonthAndYearPickers select:hover{background-color:#00000012}.rdrMonthPicker,.rdrYearPicker{margin:0 5px}.rdrNextPrevButton{display:block;width:24px;height:24px;margin:0 .833em;padding:0;border:0;border-radius:5px;background:#eff2f7}.rdrNextPrevButton:hover{background:#e1e7f0}.rdrNextPrevButton i{display:block;width:0;height:0;padding:0;text-align:center;border-style:solid;margin:auto;transform:translate(-3px)}.rdrPprevButton i{border-width:4px 6px 4px 4px;border-color:transparent rgb(52,73,94) transparent transparent;transform:translate(-3px)}.rdrNextButton i{margin:0 0 0 7px;border-width:4px 4px 4px 6px;border-color:transparent transparent transparent rgb(52,73,94);transform:translate(3px)}.rdrWeekDays{padding:0 .833em}.rdrMonth{padding:0 .833em 1.666em}.rdrMonth .rdrWeekDays{padding:0}.rdrMonths.rdrMonthsVertical .rdrMonth:first-child .rdrMonthName{display:none}.rdrWeekDay{font-weight:400;line-height:2.667em;color:#849095}.rdrDay{background:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:0;padding:0;line-height:3em;height:3em;text-align:center;color:#1d2429}.rdrDay:focus{outline:0}.rdrDayNumber{outline:0;font-weight:300;position:absolute;left:0;right:0;top:5px;bottom:5px;display:flex;align-items:center;justify-content:center}.rdrDayToday .rdrDayNumber span{font-weight:500}.rdrDayToday .rdrDayNumber span:after{content:"";position:absolute;bottom:4px;left:50%;transform:translate(-50%);width:18px;height:2px;border-radius:2px;background:#3d91ff}.rdrDayToday:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span:after{background:#fff}.rdrDay:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span{color:#ffffffd9}.rdrSelected,.rdrInRange,.rdrStartEdge,.rdrEndEdge{background:currentColor;position:absolute;top:5px;left:0;right:0;bottom:5px}.rdrSelected{left:2px;right:2px}.rdrStartEdge{border-top-left-radius:1.042em;border-bottom-left-radius:1.042em;left:2px}.rdrEndEdge{border-top-right-radius:1.042em;border-bottom-right-radius:1.042em;right:2px}.rdrSelected{border-radius:1.042em}.rdrDayStartOfMonth .rdrInRange,.rdrDayStartOfMonth .rdrEndEdge,.rdrDayStartOfWeek .rdrInRange,.rdrDayStartOfWeek .rdrEndEdge{border-top-left-radius:1.042em;border-bottom-left-radius:1.042em;left:2px}.rdrDayEndOfMonth .rdrInRange,.rdrDayEndOfMonth .rdrStartEdge,.rdrDayEndOfWeek .rdrInRange,.rdrDayEndOfWeek .rdrStartEdge{border-top-right-radius:1.042em;border-bottom-right-radius:1.042em;right:2px}.rdrDayStartOfMonth .rdrDayInPreview,.rdrDayStartOfMonth .rdrDayEndPreview,.rdrDayStartOfWeek .rdrDayInPreview,.rdrDayStartOfWeek .rdrDayEndPreview{border-top-left-radius:1.333em;border-bottom-left-radius:1.333em;border-left-width:1px;left:0}.rdrDayEndOfMonth .rdrDayInPreview,.rdrDayEndOfMonth .rdrDayStartPreview,.rdrDayEndOfWeek .rdrDayInPreview,.rdrDayEndOfWeek .rdrDayStartPreview{border-top-right-radius:1.333em;border-bottom-right-radius:1.333em;border-right-width:1px;right:0}.rdrDayStartPreview,.rdrDayInPreview,.rdrDayEndPreview{background:#ffffff17;position:absolute;top:3px;left:0;right:0;bottom:3px;pointer-events:none;border:0px solid currentColor;z-index:1}.rdrDayStartPreview{border-top-width:1px;border-left-width:1px;border-bottom-width:1px;border-top-left-radius:1.333em;border-bottom-left-radius:1.333em;left:0}.rdrDayInPreview{border-top-width:1px;border-bottom-width:1px}.rdrDayEndPreview{border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-top-right-radius:1.333em;border-bottom-right-radius:1.333em;right:0}.rdrDefinedRangesWrapper{font-size:12px;width:226px;border-right:solid 1px #eff2f7;background:#fff}.rdrDefinedRangesWrapper .rdrStaticRangeSelected{color:currentColor;font-weight:600}.rdrStaticRange{border:0;cursor:pointer;display:block;outline:0;border-bottom:1px solid #eff2f7;padding:0;background:#fff}.rdrStaticRange:hover .rdrStaticRangeLabel,.rdrStaticRange:focus .rdrStaticRangeLabel{background:#eff2f7}.rdrStaticRangeLabel{display:block;outline:0;line-height:18px;padding:10px 20px;text-align:left}.rdrInputRanges{padding:10px 0}.rdrInputRange{align-items:center;padding:5px 20px}.rdrInputRangeInput{width:30px;height:30px;line-height:30px;border-radius:4px;text-align:center;border:solid 1px rgb(222,231,235);margin-right:10px;color:#6c767a}.rdrInputRangeInput:focus,.rdrInputRangeInput:hover{border-color:#b4bfc4;outline:0;color:#333}.rdrCalendarWrapper:not(.rdrDateRangeWrapper) .rdrDayHovered .rdrDayNumber:after{content:"";border:1px solid currentColor;border-radius:1.333em;position:absolute;top:-2px;bottom:-2px;left:0;right:0;background:transparent}.rdrDayPassive{pointer-events:none}.rdrDayPassive .rdrDayNumber span{color:#d5dce0}.rdrDayPassive .rdrInRange,.rdrDayPassive .rdrStartEdge,.rdrDayPassive .rdrEndEdge,.rdrDayPassive .rdrSelected,.rdrDayPassive .rdrDayStartPreview,.rdrDayPassive .rdrDayInPreview,.rdrDayPassive .rdrDayEndPreview{display:none}.rdrDayDisabled{background-color:#f8f8f8}.rdrDayDisabled .rdrDayNumber span{color:#aeb9bf}.rdrDayDisabled .rdrInRange,.rdrDayDisabled .rdrStartEdge,.rdrDayDisabled .rdrEndEdge,.rdrDayDisabled .rdrSelected,.rdrDayDisabled .rdrDayStartPreview,.rdrDayDisabled .rdrDayInPreview,.rdrDayDisabled .rdrDayEndPreview{filter:grayscale(100%) opacity(60%)}.rdrMonthName{text-align:left;font-weight:600;color:#849095;padding:.833em}.all-tickets-page{width:100%;margin-bottom:auto;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;box-sizing:border-box;padding:0 20px 20px}.fuzzy-search-input{width:100%;flex-direction:column;display:flex;align-items:center;justify-content:center}.ticket-filters-labels{width:100%;font-size:16px;text-align:center}.fuzzy-search-input>input{width:100%;height:25px;font-size:17px}.filter-dropdown{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.filter-dropdown>select{width:80%;height:35px;font-size:17px}.date-picker{display:flex;justify-content:center;align-items:center;border:2px solid #956426;width:300px;height:200px}.number-of-tickets{font-size:16px;font-weight:700}.ticket-filters{height:100%;width:30%;display:flex;flex-direction:column;justify-content:flex-start;gap:10px;align-items:center;box-sizing:border-box;padding-left:30px;padding-right:30px;border-right:2px solid silver}.table-head-filters__search{height:35px;box-sizing:border-box;font-size:16px;max-width:100%}table{width:100%;height:100%;max-width:100%;text-align:left;border-collapse:separate;box-sizing:border-box;border-spacing:0;border:1px solid var(--primary);border-radius:10px;table-layout:fixed;background-color:var(--grey-3)}tr:first-of-type>th:first-of-type{border-top-left-radius:10px}tr:first-of-type>th:last-of-type{border-top-right-radius:10px}thead{box-sizing:border-box;background:var(--snackBarColor);border-collapse:separate}th:nth-child(1){width:5%}th:nth-child(2){width:9%}th:nth-child(3){width:7%}th:nth-child(4){width:8%}th:nth-child(5){width:8%}th:nth-child(6){width:8%}th:nth-child(7){width:8%}th:nth-child(8){width:8%}th:nth-child(9){width:7%}th:nth-child(10){width:8%}th:nth-child(11){width:6%}th:nth-child(12){width:10%}th:nth-child(13){width:10%}th:nth-child(14){width:10%}.table-body-row td{word-wrap:break-word;white-space:normal}tr{overflow:hidden;white-space:nowrap}th{border-left:1px solid var(--primary);border-collapse:separate;word-wrap:break-word}.table-head-row__heading.date{position:relative}.Date-Picker-Wrapper{position:absolute;right:0;bottom:-385px;z-index:100;justify-content:center}.clickable-heading{cursor:pointer}.row-with-filter{display:flex}.row-with-filter>img{width:20px;height:20px;padding:0 5px;transition:.4s opacity ease-out}.sort:not(.active){transform:none!important;opacity:.5}.row-with-filter>img:hover{scale:1.1}.active{filter:grayscale(1);opacity:1}.ellipsis{overflow:hidden;text-overflow:ellipsis;word-wrap:unset;white-space:unset;max-width:150px}.no-tickets{padding:15px;text-align:center;display:flex;min-width:500px;font-size:1.3rem;margin-inline:auto;font-weight:700}.no-tickets>td{border:none}th:first-of-type{border-left:none!important}td,th{border-bottom:1px solid var(--primary);box-sizing:border-box;white-space:break-spaces}td{padding:10px;word-wrap:break-word}tr:last-of-type>td{border:none}th{padding:15px 8px;font-weight:700}.table-body-row{cursor:pointer}.rdrInputRange{color:#000}.rdrInputRange>input{background:#fff}.rdrStaticRange{width:100%}.rdrDefinedRangesWrapper{width:160px}.table-body-row:hover{background:var(--snackBarColor)}.status{border-radius:5px;background-color:var(--grey-1_transparent);border:1px solid var(--grey-1);padding:5px;box-sizing:border-box;width:100px;display:inline-block;text-align:center;text-transform:capitalize}.new,.updated{background-color:var(--green-3_transparent);border:1px solid var(--green-3);color:var(--green-5)}.waiting-for-response{background-color:var(--yellow-3_transparent);border:1px solid var(--yellow-3);color:var(--yellow-5)}.closed{background-color:var(--red-3_transparent);border:1px solid var(--red-3);color:var(--red-4)}.waiting-internally{background-color:var(--grey-4_transparent);border:1px solid var(--grey-6);color:var( --grey-10)}.number{text-align:right}.reset-all-filter-button{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;box-sizing:border-box;padding:14px 20px;border-radius:4px;font-weight:700;font-size:18px;cursor:pointer;color:var(--primary);transition:.2s;position:relative}.reset-all-filter-button:hover{background:var(--primary_t)!important}.reset-all-filter__img{width:25px;height:25px}.pagination .page-link,.pagination .page-special-link{color:var(--main-color)}@media (max-width: 1920px){.table-head-filters__filter,.table-head-row__heading,.table-body-row td{font-size:14px;padding:12px}.table-head-filters__search{width:90%}.table-body-row td{word-wrap:break-word;white-space:normal}}@media (max-width: 1600px){.table-head-filters__filter,.table-head-row__heading,.table-body-row td{font-size:15px;padding:10px}.status{width:90px}.filter-dropdown>select{width:80%;height:35px;font-size:15px}.table-head-filters__search{width:90%;font-size:15px}.reset-all-filter-button{font-size:15px}.reset-all-filter__img{width:20px;height:20px}.table-body-row td{word-wrap:break-word;white-space:normal}}@media (max-width: 1440px){.table-head-filters__filter,.table-head-row__heading,.table-body-row td{font-size:13px;padding:8px}.status{width:80px}.table-head-filters__search{width:90%}.filter-dropdown>select{width:80%;height:35px;font-size:14px}.table-head-filters__search{width:90%;font-size:14px}.reset-all-filter-button{font-size:14px}.reset-all-filter__img{width:20px;height:20px}.table-body-row td{word-wrap:break-word;white-space:normal}}@media (max-width: 1280px){.table-head-filters__filter,.table-head-row__heading,.table-body-row td{font-size:12px;padding:6px}.status{width:70px}.number-of-tickets{font-size:12px}.reset-all-filter-button{width:70%;font-size:12px;gap:5px}.reset-all-filter__img{width:18px;height:18px;margin-left:20px}.clickable{width:15px!important}.filter-dropdown>select{width:80%;height:35px;font-size:12px}.table-head-filters__search{width:90%;font-size:12px}.table-body-row td{word-wrap:break-word;white-space:normal}}@media (max-width: 1024px){.table-head-filters__filter,.table-head-row__heading,.table-body-row td{font-size:11px;padding:4px}.status{width:70px}.number-of-tickets{font-size:11px}.reset-all-filter-button{width:50%;font-size:12px;gap:5px}.reset-all-filter__img{width:15px;height:15px;margin-left:20px}.clickable{width:12px!important}.filter-dropdown>select{width:80%;height:35px;font-size:11px}.table-head-filters__search{width:90%;font-size:12px}.table-body-row td{word-wrap:break-word;white-space:normal}}.pagination{display:flex;list-style:none;border:1px solid var(--foreground1);padding:0;border-radius:5px;margin-top:30px;overflow:hidden}.page-item{cursor:pointer;border-right:1px solid var(--foreground1);text-align:center;box-sizing:border-box}.page-item:hover{background-color:#bca57088}.page-item:last-of-type{border-right:none}.page-link{display:flex;justify-content:center;align-items:center;width:50px;height:50px}.page-special-btn,.page-special-link{width:100px;display:flex;justify-content:center;align-items:center}.page-special-link{padding:0 5px}.active-pagination{background-color:var(--primary)}.create-topic-other-language-wrapper{width:600px;height:450px}.other-language_form{align-items:flex-start!important;gap:10px}.create-topic-other-language-wrapper>h2{margin:0}.create-ticket-wrapper{width:600px;max-height:800px}.message-input{width:70%;max-width:100%;height:clamp(100px,12vh,200px);padding:12px 20px;margin:8px 0;display:inline-block;border-radius:10px;box-sizing:border-box;background:var(--grey-4);color:#000;border:1px solid var(--grey-1)}form.message-input-form .message-input{background:var(--grey-4)}.create-new-ticket-wrapper{width:600px;max-height:800px}.topic:hover{background:#868686}a{text-decoration:none;color:#fff}.topic-contents{border-radius:10px;margin:20px 0;width:600px;height:80px;text-align:center}.create-topic-form{align-items:flex-start!important;gap:15px}.message-input{width:70%;max-width:100%;height:clamp(100px,12vh,200px);padding:12px 20px;margin:8px 0;display:inline-block;border-radius:10px;box-sizing:border-box;color:var(--main-color);background:var(--grey-4);border:2px solid var(--primary)}.create-supporter-wrapper{width:600px;height:420px}.supporter:hover{background:var(--grey-4)}.supporter-contents{border-radius:10px;margin:20px 0;width:600px;height:80px;text-align:center;background:var(--surface)}.create-supporter-form{align-items:flex-start!important;gap:15px}.webon-list{border-radius:10px;margin:20px 0;padding:0 20px;width:50%;height:auto;text-align:left;background:var(--grey-4)}.supporter-type-parent{border-radius:10px;margin:20px 0;padding:0 20px;width:50%;height:100px;text-align:left;background:var(--grey-4)}.create-supporter-info{display:flex;width:100%;justify-content:space-between}.activation-link{display:flex;flex-direction:row;justify-content:center;align-items:center}button{margin:0 15px;border-radius:3px}.manage-supporters-page{min-height:100vh;width:100%;color:var(--main-color);display:flex;flex-direction:column;justify-content:center;align-items:center}.all-supporters-wrapper{padding:5px;margin:50px 10px;width:50%;height:450px;overflow-block:scroll;border:1px solid var(--main-color);display:flex;flex-direction:column;justify-content:flex-start;align-items:center;border-radius:10px;gap:10px;overflow-wrap:break-word;word-break:break-word;color:var(--main-color)}.Manage-Supporters__supporter:hover{background:var(--grey-2);border-color:var(--primary);box-shadow:none}a{text-decoration:none;color:var(--main-color)}.Manage-Supporters__supporter{border-radius:5px;padding:5px;box-sizing:border-box;width:100%;text-align:center;display:flex;justify-content:space-between;align-items:center;flex-direction:row;background:var(--grey-3);border:1px solid transparent;transition:.2s;color:var(--main-color)}.all-supporters__create-container{margin-top:auto;margin-bottom:30px}.manage-supporters__filter>select{height:35px;font-size:17px;margin:5px}.Manage-Supporters__topic:has(.archived-topic){filter:grayscale(.8)}.active_filter{border-color:var(--primary);background:var(--primary_t)}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100%!important;height:100%}[data-theme=dark]{color-scheme:dark;--main-color: #ffffff;--text-color: rgba(255, 255, 255, .92);--background: #121212;--surface: #1e1e1e;--surface-hover: #2a2a2a;--grey-1: #1a1a1a;--grey-2: #2d2d2d;--grey-3: #404040;--grey-4: #707070;--grey-5: #9e9e9e;--primary: #d4bc80;--primary-t: #d4bc8026;--secondary: #e6c785;--secondary-t: #e6c78526;--error: #ff4444;--success: #00e676;--warning: #ffa726;--shadow-sm: 0 2px 4px rgba(0, 0, 0, .3);--shadow-md: 0 4px 8px rgba(0, 0, 0, .4);--shadow-lg: 0 8px 16px rgba(0, 0, 0, .5)}[data-theme=light]{color-scheme:light;--main-color: #1a1a1a;--text-color: rgba(0, 0, 0, .87);--background: #fafafa;--surface: #ffffff;--surface-hover: #f5f5f5;--grey-1: #ffffff;--grey-2: #f8f8f8;--grey-3: #eeeeee;--grey-4: #e0e0e0;--grey-5: #cccccc;--primary: #97c000;--primary-t: #97c00015;--secondary: #4a9900;--secondary-t: #4a990015;--error: #f44336;--success: #2e7d32;--warning: #ed6c02;--shadow-sm: 0 2px 4px rgba(0, 0, 0, .05);--shadow-md: 0 4px 8px rgba(0, 0, 0, .08);--shadow-lg: 0 8px 16px rgba(0, 0, 0, .12)}body{margin:0;display:flex;place-items:center;min-height:100%;color:var(--main-color);background-color:var(--background)}#root{min-height:100vh;width:100%}.main{min-height:100vh;background-color:var( --grey-2);display:flex;flex-direction:row;justify-content:center}button{font-weight:700;color:var(--main-color);background:var(--primary);width:90px;height:40px;border:none;cursor:pointer}.navigation-wrapper{background-color:var( --grey-3);color:var(--main-color)}.nav-buttons .link-button{color:var(--main-color)}.nav-buttons .link-button.active{background-color:var(--primary_t)}.theme-toggle-input:checked+.theme-toggle-label .toggle-icon{background-color:var(--primary)}.nav-img{filter:invert(0%)}.no-select{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.clickable{cursor:pointer}img{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.custom-btn{background:none;border:none;outline:none;padding:0;cursor:pointer}.primary-btn{width:200px;height:65px;box-sizing:border-box;background-color:var(--primary);color:var(--main-color);padding:14px 20px;margin:8px 0;border:none;border-radius:4px;cursor:pointer;transition:.2s;font-weight:700;font-size:18px}.primary-btn:hover{background:var(--secondary)}.secondary-btn{display:flex;align-items:center;width:200px;height:55px;box-sizing:border-box;margin:8px 0;padding:14px 20px;border-radius:4px;font-weight:700;font-size:18px;cursor:pointer;border:2px solid var(--primary);transition:.2s;position:relative}.tertiary-btn{width:175px;height:40px;box-sizing:border-box;background-color:var(--primary);color:var(--main-color);margin:8px 0;border:none;border-radius:4px;cursor:pointer;transition:.2s;font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:center}.tertiary-btn:hover{background:var(--secondary)}.delete_btn{display:flex;align-items:center;justify-content:center;width:200px;height:55px;box-sizing:border-box;padding:7px 10px;border-radius:4px;font-weight:700;font-size:18px;cursor:pointer;border:1px solid var(--red-4);color:var(--red-4);transition:.2s;position:relative}.delete_btn:hover{background:#dc303016}.manage-topic-basic-page{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.manage-topic-basic-wrapper{margin:5px 0;padding:30px 10px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;border-radius:10px;background:var(--grey-3)}.page-wrapper{display:flex;justify-content:center;align-items:center;margin-top:50px}.select-util{height:45px;font-size:17px}.form_util{display:flex;justify-content:center;flex-direction:column;align-items:center;border-radius:10px;padding:20px 0;width:450px;text-align:center;height:fit-content}.input_util{font-size:16px;width:100%;max-width:100%;padding:4px}.label_util{text-align:start;font-size:18px;padding-bottom:3px;width:100%;max-width:100%}.input_util:focus-visible{outline:solid 1px var(--primary)}.awaiting_update{background:var(--grey-4)!important}
