:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.hover-delete-button:hover{background-color:#ff4d4f;box-shadow:0 2px 8px rgba(255,77,79,.5);color:#fff}.delete-list-button:hover{color:#ff4d4f!important;opacity:1}.dark-theme .delete-list-button{background:#1f1f1f!important;border:1px solid #434343!important}.light-theme .delete-list-button{background:#fff!important;border:1px solid #d9d9d9!important}.dark-button{background-color:#141414!important;border:1px solid #434343!important;color:#fff!important;transition:background-color .3s,color .3s,border-color .3s}.dark-button:focus,.dark-button:hover{background-color:#303030!important;border-color:#40a9ff!important;color:#40a9ff!important}.ant-btn-primary.dark-button{background-color:#1890ff!important;border-color:#1890ff!important;color:#fff!important}.ant-btn-primary.dark-button:focus,.ant-btn-primary.dark-button:hover{background-color:#096dd9!important;border-color:#096dd9!important;color:#fff!important}.dark-button:disabled{background-color:#2a2a2a!important;border-color:#444!important;color:#555!important;cursor:not-allowed}.light-button{background-color:#fff!important;border:1px solid #d9d9d9!important;color:#000!important;transition:background-color .3s,color .3s,border-color .3s}.light-button:focus,.light-button:hover{background-color:#e6f7ff!important;border-color:#1890ff!important;color:#1890ff!important}.ant-btn-primary.light-button{background-color:#1890ff!important;border-color:#1890ff!important;color:#fff!important}.ant-btn-primary.light-button:focus,.ant-btn-primary.light-button:hover{background-color:#096dd9!important;border-color:#096dd9!important;color:#fff!important}.light-button:disabled{background-color:#f5f5f5!important;border-color:#d9d9d9!important;color:#bfbfbf!important;cursor:not-allowed}.custom-select.light-theme.ant-select-outlined:not(.ant-select-customize-input) .ant-select-selector{background-color:#fdfdfd!important;color:#000!important}.custom-select.dark-theme.ant-select-outlined:not(.ant-select-customize-input) .ant-select-selector{background-color:#161920!important;border:1px solid #5555557e!important;color:#f0f0f0!important}.custom-select .ant-select-selector::-moz-placeholder{color:rgba(180,17,17,.5)!important;color:var(--placeholder-color,rgba(180,17,17,.5))!important}.custom-select .ant-select-selector::placeholder{color:rgba(180,17,17,.5)!important;color:var(--placeholder-color,rgba(180,17,17,.5))!important}.dark-theme .ant-select-selection-placeholder{color:#9b9b9bb9!important}.dark-theme .ant-input::-moz-placeholder{color:#9b9b9bb9}.dark-theme .ant-input::placeholder{color:#9b9b9bb9}.dark-theme .ant-select-dropdown{background-color:#000!important;border:1px solid #333!important;color:#fff!important}.dark-theme .ant-select-dropdown .ant-select-item,.dark-theme .ant-select-dropdown .ant-select-item-option-content{color:#fff!important}.dark-theme .ant-select-dropdown .ant-select-item-option-active{background-color:#0d255a!important;color:#fff!important}.dark-theme .ant-select-dropdown .ant-select-item-option-selected{background-color:#14457d!important;color:#fff!important}.light-theme .custom-bar{border-right:1px solid #ddd}.dark-theme .custom-bar{border-right:1px solid #505050}.light-theme .custom-button{background-color:#f0f0f0;border:1px solid #ccc;color:#333}.light-theme .custom-button:hover{background-color:#e6e6e6;border-color:#999;color:#000}.dark-theme .custom-button{background-color:#161920!important;border:1px solid #555!important;color:#fff!important}.dark-theme .custom-button:hover{background-color:#262b36!important;border-color:#4a90e2!important;color:#ddd!important}.custom-button:hover{background-color:#444;border-color:#888;color:#ddd}:where(.ant-input-outlined).custom-input.light-theme{background-color:#fff!important;border:1px solid #d9d9d9!important;color:#000!important}:where(.ant-input-outlined).custom-input.dark-theme{background-color:#151920!important;border:1px solid #383838!important;color:#fff!important}:where(.ant-input-outlined).custom-input.light-theme::-moz-placeholder{color:rgba(0,0,0,.603)!important}:where(.ant-input-outlined).custom-input.light-theme::placeholder{color:rgba(0,0,0,.603)!important}:where(.ant-input-outlined).custom-input.dark-theme::-moz-placeholder{color:hsla(0,0%,100%,.151)!important}:where(.ant-input-outlined).custom-input.dark-theme::placeholder{color:hsla(0,0%,100%,.151)!important}:where(.ant-input-outlined).custom-input.light-theme:hover{border-color:#40a9ff!important}:where(.ant-input-outlined).custom-input.dark-theme:hover{border-color:#004f8f!important}:where(.ant-input-outlined).custom-input.light-theme.ant-input-affix-wrapper-focused{border-color:#1890ff!important;box-shadow:0 0 5px rgba(24,144,255,.5)!important}:where(.ant-input-outlined).custom-input.dark-theme.ant-input-affix-wrapper-focused{border-color:#02457c!important;box-shadow:0 0 5px rgba(64,169,255,.5)!important}.custom-checkbox.light-theme .ant-checkbox-inner{background-color:#fff;border-color:rgba(85,85,85,.39)}.custom-checkbox.light-theme .ant-checkbox-checked .ant-checkbox-inner{background-color:#1890ff}.custom-checkbox.light-theme{color:#000}.custom-checkbox.dark-theme{color:#fff}.light-theme .ant-pagination-item a{color:#000}.dark-theme .ant-pagination-item a{color:#e0e0e0}.dark-theme .ant-pagination-item-active a{color:#fff}.dark-theme .ant-pagination-item a:hover{color:#40a9ff}.light-theme .ant-pagination-item a:hover{color:#1890ff}.light-theme .ant-pagination .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis,.light-theme .ant-pagination .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis{color:#000}.dark-theme .ant-pagination .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis,.dark-theme .ant-pagination .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis{color:#e0e0e0}.dark-theme .ant-pagination .ant-pagination-jump-next:hover .ant-pagination-item-container .ant-pagination-item-ellipsis,.dark-theme .ant-pagination .ant-pagination-jump-prev:hover .ant-pagination-item-container .ant-pagination-item-ellipsis{color:#40a9ff}.light-theme .ant-pagination .ant-pagination-jump-next:hover .ant-pagination-item-container .ant-pagination-item-ellipsis,.light-theme .ant-pagination .ant-pagination-jump-prev:hover .ant-pagination-item-container .ant-pagination-item-ellipsis{color:#1890ff}.custom-ant-modal.light-theme .ant-modal-content{background-color:#fff!important;border-color:#d9d9d9!important;color:#000!important}.custom-ant-modal.dark-theme .ant-modal-content{background-color:#141920!important;border-color:#303030!important;color:#fff!important}.custom-ant-modal.light-theme .ant-modal-header{background-color:#fff!important;border-bottom:1px solid #d9d9d9!important}.custom-ant-modal.dark-theme .ant-modal-header{background-color:#141920!important;border-bottom:1px solid #303030!important}.custom-ant-modal.light-theme .ant-modal-title{color:#000!important}.custom-ant-modal.dark-theme .ant-modal-title{color:#fff!important}.custom-ant-modal.light-theme .ant-pagination{background-color:#fff!important;color:#000!important}.custom-ant-modal.light-theme .ant-pagination-item{border-color:#d9d9d9!important}.custom-ant-modal.light-theme .ant-pagination-item-active{background-color:#427ecd!important;border-color:#427ecd!important;color:#fff!important}.custom-ant-modal.light-theme .ant-pagination-next,.custom-ant-modal.light-theme .ant-pagination-prev{color:#000!important}.custom-ant-modal.dark-theme .ant-pagination{background-color:#141920!important;color:#fff!important}.custom-ant-modal.dark-theme .ant-pagination-item{border-color:#303030!important}.custom-ant-modal.dark-theme .ant-pagination-item-active{background-color:#427ecd!important;border-color:#427ecd!important;color:#fff!important}.custom-ant-modal.dark-theme .ant-pagination-next,.custom-ant-modal.dark-theme .ant-pagination-prev{color:#fff!important}.custom-ant-card.light-theme{background-color:#fff!important;border-color:#d9d9d9!important;color:#000!important}.custom-ant-card.dark-theme{background-color:#141920!important;border-color:#303030!important;color:#fff!important}.custom-ant-card.light-theme .ant-card-head-title{color:#000!important}.custom-ant-card.dark-theme .ant-card-head-title{color:#fff!important}.custom-ant-card.light-theme .ant-card-head{background-color:#fff!important;border-bottom:1px solid #e3e8ef!important}.custom-ant-card.dark-theme .ant-card-head{background-color:#141920!important;border-bottom:1px solid #364152!important}.custom-ant-card.dark-theme .ant-card-head-title,.custom-ant-card.light-theme .ant-card-head-title{font-family:Poppins,sans-serif;font-size:18px;font-weight:400}.custom-ant-card.dark-theme .ant-card-head-title{color:#fff}.custom-ant-table{border-radius:8px}.custom-ant-table.dark-theme .ant-table{background-color:#141920!important;color:#595959!important}.custom-ant-table.dark-theme .ant-table-thead>tr>th:not(:last-child):before{background-color:#3d3d3d!important}.custom-ant-table.dark-theme .ant-empty-normal .ant-empty-description{color:#cbcbcb!important;opacity:.5}.custom-ant-table.dark-theme .ant-empty .ant-empty-image svg{opacity:.3}.custom-ant-table.dark-theme .ant-table td,.custom-ant-table.dark-theme .ant-table th{border-color:#444!important}.custom-ant-table.dark-theme .ant-table-tbody>tr>td,.custom-ant-table.dark-theme .ant-table-thead>tr>th{background-color:#141920!important;border-bottom:1px solid #3a3a3a!important;color:#dcdcdc!important}.custom-ant-table.dark-theme .ant-table-tbody>tr:hover>td{background-color:#202833!important;color:#dcdcdc!important}.custom-ant-table.dark-theme .ant-table-pagination .ant-pagination-item{background-color:#141920!important;border:none;color:#595959!important}.custom-ant-table.dark-theme .ant-table-pagination .ant-pagination-item-active{background-color:#3a3a3a!important;border-color:#852828!important;color:#421111!important}.custom-ant-table.dark-theme .ant-pagination-next .ant-pagination-item-link,.custom-ant-table.dark-theme .ant-pagination-prev .ant-pagination-item-link{background-color:#141920!important;border:none;color:#595959!important}.custom-ant-table.dark-theme .ant-pagination-next .ant-pagination-item-link:hover,.custom-ant-table.dark-theme .ant-pagination-prev .ant-pagination-item-link:hover{background-color:#3a3a3a!important;color:#dcdcdc!important}.custom-ant-table.dark-theme .ant-table-cell{border-right:none;color:#dcdcdc}.custom-ant-table.light-theme .ant-table{background-color:#fff!important;color:#000!important}.custom-ant-table.light-theme .ant-table-thead>tr>th{background-color:#f5f5f5!important;color:#202833!important}.custom-ant-table.light-theme .ant-table-tbody>tr>td{background-color:#fff!important;border-bottom:1px solid #e0e0e0!important;color:#000!important}.custom-ant-table.light-theme .ant-table-tbody>tr:hover>td{background-color:#f0f0f0!important;color:#000!important}.custom-ant-table.light-theme .ant-table-pagination .ant-pagination-item{background-color:#f5f5f5!important;border:none;color:#202833!important}.custom-ant-table.light-theme .ant-table-pagination .ant-pagination-item-active{background-color:#e0e0e0!important;border-color:#bfbfbf!important;color:#202833!important}.custom-ant-table.light-theme .ant-pagination-next .ant-pagination-item-link,.custom-ant-table.light-theme .ant-pagination-prev .ant-pagination-item-link{background-color:#f5f5f5!important;border:none;color:#202833!important}.custom-ant-table.light-theme .ant-pagination-next .ant-pagination-item-link:hover,.custom-ant-table.light-theme .ant-pagination-prev .ant-pagination-item-link:hover{background-color:#e0e0e0!important;color:#000!important}.disabledAccount{background-color:#ffe5e5}.disabledAccountDark{background-color:#6e3030}.selectedAccount{background-color:#add8e6}.selectedAccountDark{background-color:#407385}.defaultAccount{background-color:transparent}.description{line-height:1.5;max-width:500px;text-align:justify}.description p{margin-bottom:10px}.animated-counter{text-align:left}.add-expense-popup{background-color:#fff;border:1px solid #ccc;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);box-sizing:border-box;padding:20px;position:absolute;width:200px;z-index:1000}.add-expense-input{border:1px solid #ccc;border-radius:4px;margin-bottom:10px;padding:10px;width:100%}.add-expense-button{border:none;border-radius:4px;cursor:pointer;display:inline-block;margin-right:10px;padding:10px 15px;transition:background-color .2s}.save-button{background-color:#4caf50;color:#fff}.save-button:hover{background-color:#45a049}.cancel-button{background-color:#f44336;color:#fff}.cancel-button:hover{background-color:#d32f2f}.label-button{background-color:#bec7dfb7;color:#000}.create-button,.label-button{margin-bottom:2px;padding:10px 25px}.create-button{background-color:#2f7bd3;color:#fff}.create-button:hover{background-color:#1f4d81}.zero-karma{background-color:#eb9595}.Mui-selected.cell,.Mui-selected.cell:hover,.zero-karma{background-color:#eb9595!important}.account-info,.date-expiration-info,.proxy-info{border-bottom:1px solid #9191913d;padding:8px}.budget-manager{font-family:Arial,sans-serif}.budget-info{display:flex;justify-content:space-between;margin-bottom:20px}.budget-info button{margin:0 10px;padding:10px}.expenses{border:1px solid #ccc;margin-bottom:20px;padding:20px}.expense-item{display:flex;justify-content:space-between;margin-bottom:10px}.add-expense input{margin-right:10px}.add-expense button{padding:10px}.red{color:red}.yellow{color:#d69d00}.green{color:#40aa40}.expired{color:red;font-weight:700}.account-info,.date-expiration-info,.proxy-info{align-items:center;display:flex;height:35px}input[type=checkbox]{min-width:20px}.header-container{border-bottom:1px solid #9191913d;padding:8px}.voter-columns{display:flex;flex-wrap:wrap;justify-content:space-between}.header-container{align-items:center;display:flex}.chart-container{height:450px;margin:.5%;width:30%}@media (max-width:768px){.chart-container{width:45%}}.button-account{background:none;border:none;color:inherit;cursor:pointer;font:inherit;margin:0;padding:2;text-align:left}.customTooltip{max-width:300px;width:auto}.tooltipGrid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr}.voter-column{padding:5px}.tooltipContent{max-height:3300px;overflow:auto}.time-slots{display:flex;flex-direction:column}.time-row{display:flex;flex-wrap:wrap;margin-bottom:12px}.time-slot{align-items:center;display:flex;margin-right:10px}.time-slot label{margin-left:3px}.all-charts-container{display:flex;flex-wrap:wrap;gap:16px;overflow-x:auto}.mini-chart-container{align-items:center;display:flex;flex:0 0 auto;flex-direction:column;height:30px;width:30px}.voter-column{border-radius:5px;box-sizing:border-box;flex:1 1;margin:1%;min-width:20%;padding:10px}.voter-column h3{margin-bottom:10px;text-align:center}.button-activity{background:none;border:1px solid #ddd;color:inherit;cursor:pointer;font:inherit;font-size:1rem;line-height:1;margin:5px 0;padding:0;text-align:left;transition:background-color .3s,color .3s}.button-account:focus{outline:none}@media (max-width:600px){.voter-column{margin-bottom:20px;min-width:100%}}.ps{-ms-overflow-style:none;overflow:hidden!important;overflow-anchor:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{bottom:0;height:15px}.ps__rail-x,.ps__rail-y{display:none;opacity:0;position:absolute;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear}.ps__rail-y{right:0;width:15px}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{background-color:transparent;display:block}.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y,.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y{opacity:.6}.ps .ps__rail-x.ps--clicking,.ps .ps__rail-x:focus,.ps .ps__rail-x:hover,.ps .ps__rail-y.ps--clicking,.ps .ps__rail-y:focus,.ps .ps__rail-y:hover{background-color:#eee;opacity:.9}.ps__thumb-x{bottom:2px;height:6px;transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out}.ps__thumb-x,.ps__thumb-y{background-color:#aaa;border-radius:6px;position:absolute}.ps__thumb-y{right:2px;transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px}.ps__rail-x.ps--clicking .ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x:hover>.ps__thumb-x{background-color:#999;height:11px}.ps__rail-y.ps--clicking .ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y:hover>.ps__thumb-y{background-color:#999;width:11px}@supports(-ms-overflow-style:none){.ps{overflow:auto!important}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.ps{overflow:auto!important}}.scrollbar-container{height:100%;position:relative}.fullscreen .react-images__blanket{z-index:1200}.apexcharts-legend-series .apexcharts-legend-marker{margin-right:8px}.wrapCellText{white-space:normal!important}.tableImage{background-color:#ddd;height:50px;-o-object-fit:cover;object-fit:cover;width:50px}.table-container{background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.1);margin-top:2cm;padding:1rem}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.MuiDataGrid-root .MuiDataGrid-cell:focus-within{outline:none!important}.MuiDataGrid-cell[data-field=id],.MuiDataGrid-columnHeader[data-field=id]{display:none}.Mui-selected.completedRow,.Mui-selected.completedRow:hover,.completedRow{background-color:#b0dfb0!important}.Mui-selected.errorRow,.Mui-selected.errorRow:hover,.errorRow{background-color:#fdbdbd!important}.Mui-selected.completedRow:hover,.completedRow:hover{background-color:#a5d1a5!important}.Mui-selected.errorRow:hover,.errorRow:hover{background-color:#fdbdbd!important}.Mui-selected.completedRowDark,.Mui-selected.completedRowDark:hover,.completedRowDark{background-color:#487948!important}.Mui-selected.errorRowDark,.Mui-selected.errorRowDark:hover,.errorRowDark{background-color:#6e3030!important}.Mui-selected.completedRowDark:hover,.completedRowDark:hover{background-color:#478547!important}.Mui-selected.errorRowDark:hover,.errorRowDark:hover{background-color:#702727!important}.table{border:none;border-collapse:separate;margin-bottom:20px;width:100%}.table thead th{background:#ededed;border:none;border-top:1px solid #ddd;font-size:14px;font-weight:700;padding:10px 15px;text-align:left}.table tr td:first-child,.table tr th:first-child{border-left:1px solid #ddd}.table tr td:last-child,.table tr th:last-child{border-right:1px solid #ddd}.table thead tr th:first-child{border-radius:20px 0 0 0}.table thead tr th:last-child{border-radius:0 20px 0 0}.table tbody td{border:none;font-size:14px;padding:10px 15px;text-align:left;vertical-align:top}.table tbody tr:nth-child(2n){background:#f8f8f8}.table tbody tr:last-child td{border-bottom:1px solid #ddd}.table tbody tr:last-child td:first-child{border-radius:0 0 0 20px}.table tbody tr:last-child td:last-child{border-radius:0 0 20px 0}.scrollbar-container .ps__rail-y.ps--clicking .ps__thumb-y,.scrollbar-container .ps__rail-y:focus>.ps__thumb-y,.scrollbar-container .ps__rail-y:hover>.ps__thumb-y,.scrollbar-container .ps__thumb-y{background-color:#697586;width:5px}.scrollbar-container .ps__thumb-y{border-radius:6px;right:0}.scrollbar-container.ps.ps--active-y>.ps__rail-y,.scrollbar-container>.ps.ps--active-y>.ps__rail-y{background-color:transparent!important;width:5px;z-index:999}.scrollbar-container.ps.ps--active-y>.ps__rail-y.ps--clicking,.scrollbar-container.ps.ps--active-y>.ps__rail-y:hover,.scrollbar-container>.ps.ps--active-y>.ps__rail-y.ps--clicking,.scrollbar-container>.ps.ps--active-y>.ps__rail-y:hover{background-color:transparent;width:5px}.scrollbar-container.ps.ps--scrolling-x>.ps__rail-x,.scrollbar-container.ps.ps--scrolling-y>.ps__rail-y,.scrollbar-container>.ps.ps--scrolling-x>.ps__rail-x,.scrollbar-container>.ps.ps--scrolling-y>.ps__rail-y{background-color:transparent;opacity:.4}@keyframes wings{50%{transform:translateY(-40px)}to{transform:translateY(0)}}@keyframes blink{50%{opacity:0}to{opacity:1}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-5px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-7px,0)}80%{transform:translateZ(0);transition-timing-function:cubic-bezier(.215,.61,.355,1)}90%{transform:translate3d(0,-2px,0)}}@keyframes slideY{0%,50%,to{transform:translateY(0)}25%{transform:translateY(-10px)}75%{transform:translateY(10px)}}@keyframes slideX{0%,50%,to{transform:translateX(0)}25%{transform:translateX(-10px)}75%{transform:translateX(10px)}}.no-click{opacity:1!important;pointer-events:none}.icon-hover:hover{color:red!important}