@charset "UTF-8";.app-header{height:65px;padding:10px 45px;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,var(--primary-color) 0%,#2d28a8 100%);box-shadow:0 2px 8px #0000001a;position:-webkit-sticky;position:sticky;top:0;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.app-header .logos-container{display:flex;align-items:center}.app-header .logos-container img{max-width:145px;max-height:45px;border-radius:6px}.app-header .logos-container .header-logos-border{display:inline-flex;margin:0 20px}.app-header .logos-container .no-logo-placeholder{max-height:45px;max-width:130px;border-radius:6px;background:#fff;display:flex;align-items:center;color:var(--primary-color);text-wrap:nowrap;text-align:start;font-family:Inter;font-weight:700}.app-header .logos-container .no-logo-placeholder div{padding:10px;border-radius:5px;background:#fff;overflow:hidden;text-overflow:ellipsis}.app-header .header-center{display:flex;align-items:center;gap:8px}.app-header .header-center button,.app-header .header-center a{color:var(--white);display:inline-flex;width:40px;height:40px;flex-direction:column;justify-content:center;align-items:center;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:0px;border-radius:8px;transition:all .2s cubic-bezier(.4,0,.2,1);background:#ffffff1a;border:1px solid rgba(255,255,255,.15)}.app-header .header-center button:hover,.app-header .header-center a:hover{background:#fff3;transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.app-header .header-center button:active,.app-header .header-center a:active{transform:translateY(0)}.app-header .header-center button span,.app-header .header-center a span{display:block;margin-bottom:4px;transition:transform .2s ease}.app-header .header-center button span svg,.app-header .header-center a span svg{transition:transform .2s ease}.app-header .header-center button:hover span svg,.app-header .header-center a:hover span svg{transform:scale(1.1)}.app-header .header-center .clear-cache-button svg path{stroke:#fff}.app-header .header-links{display:flex;gap:8px}.app-header .header-links a{color:var(--white);display:inline-flex;width:44px;height:44px;flex-direction:column;justify-content:center;align-items:center;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:0px;border-radius:8px;transition:all .2s cubic-bezier(.4,0,.2,1);background:#ffffff1a;border:1px solid rgba(255,255,255,.15)}.app-header .header-links a:hover{background:#fff3;transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.app-header .header-links a:active{transform:translateY(0)}.app-header .header-links a span{display:block;margin-bottom:4px;transition:transform .2s ease}.app-header .header-links a span svg{width:30px;fill:var(--icons);transition:transform .2s ease}.app-header .header-links a span svg path{fill:var(--icons)}.app-header .header-links a:hover span svg{transform:scale(1.1)}.app-header .profile-icon .ant-dropdown-link{display:-webkit-inline-box;padding:8px 12px;align-items:center;cursor:pointer;flex-direction:column;border-radius:8px;transition:all .2s cubic-bezier(.4,0,.2,1);background:#ffffff1a;border:1px solid rgba(255,255,255,.15)}.app-header .profile-icon .ant-dropdown-link:hover{background:#fff3;transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.app-header .profile-icon .ant-dropdown-link .ptofile-text{margin-top:7px;font-style:normal;font-weight:600;font-size:11px;line-height:100%;letter-spacing:-.011em;color:var(--white);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-transform:capitalize;padding-inline:7px}.header-account-menu{padding:1.5vw!important;gap:15px;display:grid}.header-account-menu .icns-drop-header{padding:5px}.header-account-menu .ant-dropdown-menu-item{padding:.6vw 1.3vw!important;box-shadow:0 2px 2px #06000033}.change-password-modal .weak-password-notification{display:flex;align-items:center;gap:8px;margin-bottom:20px;padding:12px 16px;background:#e31f1f1a;border:1px solid #e31f1f;border-radius:8px;font-size:14px;font-weight:500;color:#e31f1f}.change-password-modal .weak-password-notification .notification-icon{font-size:16px}.change-password-modal .ant-input-affix-wrapper{padding:.6vw 2vw!important;height:40px;border-radius:5px;border:1px solid #d9d9d9}.change-password-modal .ant-input-affix-wrapper:hover{border-color:#b1b0cc}.change-password-modal .ant-input-affix-wrapper:focus,.change-password-modal .ant-input-affix-wrapper.ant-input-focused{border-color:var(--active-color);box-shadow:0 0 0 2px #423bff33}.change-password-modal .ant-input-affix-wrapper .ant-input{font-size:14px;color:var(--text-main-color)}.change-password-modal .ant-input-affix-wrapper .ant-input::placeholder{color:#898989}.change-password-modal .validation-criteria{margin:20px 0}.change-password-modal .validation-criteria .criteria-item{display:flex;align-items:center;gap:10px;margin-bottom:8px;font-size:13px}.change-password-modal .validation-criteria .criteria-item .criteria-check{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;background:#f0f0f0;color:#9ca3af;font-size:12px;font-weight:600;transition:all .2s ease}.change-password-modal .validation-criteria .criteria-item .criteria-check.valid{background:var(--active-status);color:#fff}.change-password-modal .validation-criteria .criteria-item .criteria-text{color:var(--icon-color);font-weight:500}.tasks-menu{min-width:300px;max-height:400px;overflow-y:auto;padding:8px 0}.tasks-menu .tasks-header{border-bottom:1px solid #f0f0f0;margin-bottom:8px}.tasks-menu .tasks-header h3{margin:0;padding:8px 16px;font-size:16px;font-weight:600}.tasks-menu .search-item{padding:8px 16px;border-bottom:1px solid #f0f0f0;margin-bottom:8px}.tasks-menu .search-item .ant-input{border-radius:6px}.tasks-menu .task-item{padding:8px 16px;cursor:pointer;transition:background-color .3s}.tasks-menu .task-item:hover{background-color:#f5f5f5}.tasks-menu .task-item .ant-card{transition:all .3s ease}.tasks-menu .task-item .ant-card:hover{box-shadow:0 4px 8px #00000026;transform:translateY(-1px)}.tasks-menu .task-item.priority-high{border-left:3px solid #ff4d4f}.tasks-menu .task-item.priority-medium{border-left:3px solid #faad14}.tasks-menu .task-item.priority-low{border-left:3px solid #52c41a}.tasks-menu .task-item .task-content h4{margin:0 0 4px;font-size:14px;font-weight:500}.tasks-menu .task-item .task-content p{margin:0 0 8px;font-size:12px;color:#666}.tasks-menu .task-item .task-content .status-badge{display:inline-block;padding:2px 8px;border-radius:10px;font-size:12px;text-transform:capitalize;font-weight:500}.tasks-menu .task-item .task-content .status-badge.pending{background-color:#fff2f0;color:#ff4d4f;border:1px solid #ffccc7}.tasks-menu .task-item .task-content .status-badge.in_progress{background-color:#fffbe6;color:#faad14;border:1px solid #ffe58f}.tasks-menu .task-item .task-content .status-badge.completed{background-color:#f6ffed;color:#52c41a;border:1px solid #b7eb8f}.tasks-menu .task-item .task-content .creator-info{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:#666}.bell-icon{font-size:20px;color:#fff;cursor:pointer;transition:color .3s}.bell-icon:hover{color:#1890ff}.task-details-modal .field-label{font-weight:700;color:#1890ff;font-size:14px}.task-details-modal .task-header h2{margin:0 0 12px;color:#262626}.task-details-modal .task-header .ant-tag{font-weight:500;font-size:12px;padding:4px 8px;border-radius:6px}.task-details-modal .description{font-size:16px;line-height:1.5;color:#262626}.task-details-modal .task-meta .meta-section{margin-bottom:16px}.task-details-modal .task-meta .meta-section h4{margin:0 0 8px;color:#262626;font-weight:600}.task-details-modal .task-meta .meta-section .dates-info div{margin-bottom:4px;font-size:14px}.task-details-modal .task-meta .meta-section .creator-info div{font-size:14px}.task-details-modal .task-meta .meta-item{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.task-details-modal .task-meta .meta-item label{font-weight:600;color:#262626;min-width:80px}.task-details-modal .task-meta .meta-item .status-select{width:100%;max-width:300px}.task-details-modal .task-meta .meta-item .status-select .ant-select-selector{border-radius:8px;border:2px solid #d9d9d9;transition:all .3s ease}.task-details-modal .task-meta .meta-item .status-select .ant-select-selector:hover{border-color:#1890ff}.task-details-modal .task-meta .meta-item .status-select.ant-select-focused .ant-select-selector{border-color:#1890ff;box-shadow:0 0 0 2px #1890ff33}@tailwind base;@tailwind components;@tailwind utilities;.mini-form-modal .ant-form{display:flex;flex-direction:column;gap:10px}.mini-form-modal .modal-btns{display:flex;gap:20px;margin-top:20px}.mini-form-modal .modal-btns .modal-btn{width:106px;height:40px;font-family:inherit;font-size:16px;font-weight:600;text-transform:capitalize;border-radius:5px;box-shadow:unset}.mini-form-modal .modal-btns .modal-btn.done{background:#423bff!important;color:#fff!important}.mini-form-modal .modal-btns .modal-btn.delete{background:var(--notifi-color)!important;color:#fff!important}.mini-form-modal .modal-btns .modal-btn.cancel{color:var(--cancel-color)!important;background-color:#fff!important}.ant-select-item-empty{display:flex;justify-content:center;padding:10px}.ant-form-item{margin-bottom:0}.ant-form-item .ant-form-item-label{padding:0}.ant-form-item .ant-form-item-label label{gap:2px;text-transform:capitalize;color:#898989}.ant-form-item .ant-form-item-label label:before{order:1}.ant-form-item .ant-form-item-label label .ant-form-item-tooltip{order:2}.ant-form-item .ant-form-item-label label:after{display:none}.permission-switch .ant-row{flex-direction:row!important;align-items:center!important;border:1px solid #d9d9d9!important;border-radius:8px!important;padding:2.5px 15px!important}.permission-switch .ant-row .ant-form-item-control{width:unset!important;text-align:end!important}.permission-switch .ant-row .ant-form-item-label label{color:unset!important}.rect-switch{border-radius:7px;background-color:#eaeaf1!important}.rect-switch .ant-switch-handle:before{border-radius:7px;background-color:#9f9f9f}.rect-switch.ant-switch-checked .ant-switch-handle:before{background-color:#33aa28}.rect-switch .ant-switch-inner .ant-switch-inner-checked{color:#33aa28}.rect-switch .ant-switch-inner .ant-switch-inner-unchecked{color:#9f9f9f}.ant-select-dropdown .template-select-option{padding:5px 15px;border-radius:10px;border:1px solid #e6e6e6;text-wrap:wrap}.ant-select-dropdown .template-select-option .name{font-size:16px;font-weight:500}.card-view{border:1px solid #d9d9d9;width:100%;border-radius:15px;padding:20px;background:#fff;box-shadow:0 3px 7px #00000059}.card-view .card-header{font-weight:700;font-size:14px;border-bottom:1px #c8c8c8 solid;padding-bottom:10px;text-transform:capitalize}.title-view{position:relative;height:81px;display:block;background:#eeedff;border-bottom:1px #07046e solid}.title-view .title-label{display:flex;align-content:center;justify-content:center;align-items:center;height:81px;font-size:large;font-weight:600;color:#07046e}.title-view .submit-button{position:absolute;top:calc(50% - 14px);right:20px;gap:10px;display:flex}.title-view .submit-button .ant-btn{font-size:1.1rem}.option-wrapper{display:flex;gap:10px;align-items:end}.option-wrapper .option-inputs{flex:1;display:grid;grid-template-columns:repeat(auto-fit,minmax(50px,1fr));gap:10px;align-items:center}.option-wrapper .option-inputs .ant-input-number,.ant-input-number-group-wrapper{width:100%}.form-list-errors{color:red;text-align:center;margin-top:20px}.ant-select-clear span svg{color:var(--notifi-color)!important}.ant-table-wrapper{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000f;border:1px solid rgba(0,0,0,.06);transition:all .2s ease}.ant-table-wrapper:hover{box-shadow:0 4px 12px #00000014}.ant-table-wrapper .ant-table{border-radius:12px;background:transparent;overflow:hidden}.ant-table-wrapper .ant-table .ant-table-thead>tr>th{background:linear-gradient(180deg,#fafafa,#f5f5f5);text-transform:capitalize;color:#262626;font-weight:600;font-size:13px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;padding:14px 16px;border-bottom:2px solid rgba(0,0,0,.08);border-top:none;letter-spacing:-.01em;position:relative}.ant-table-wrapper .ant-table .ant-table-thead>tr>th:first-child{border-start-start-radius:12px}.ant-table-wrapper .ant-table .ant-table-thead>tr>th:last-child{border-start-end-radius:12px}.ant-table-wrapper .ant-table .ant-table-thead>tr>th:after{display:none}.ant-table-wrapper .ant-table .ant-table-tbody>tr{transition:all .2s cubic-bezier(.4,0,.2,1);background:var(--white)}.ant-table-wrapper .ant-table .ant-table-tbody>tr:hover>td{background:#312cbd0a!important}.ant-table-wrapper .ant-table .ant-table-tbody>tr>td{padding:14px 16px;border-bottom:1px solid rgba(0,0,0,.06);font-size:14px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#262626;transition:all .2s ease}.ant-table-wrapper .ant-table .ant-table-tbody>tr:last-child>td{border-bottom:none}.ant-table-wrapper .ant-table .ant-table-tbody>tr.ant-table-row-selected{background:#312cbd14!important}.ant-table-wrapper .ant-table .ant-table-tbody>tr.ant-table-row-selected>td{background:#312cbd14!important}.ant-table-wrapper .ant-table .ant-table-row.deleted{color:red;opacity:.6}.ant-table-wrapper .ant-table-body::-webkit-scrollbar{width:6px;height:6px}.ant-table-wrapper .ant-table-body::-webkit-scrollbar-track{background:transparent}.ant-table-wrapper .ant-table-body::-webkit-scrollbar-thumb{background:#00000026;border-radius:3px;-webkit-transition:background .2s ease;transition:background .2s ease}.ant-table-wrapper .ant-table-body::-webkit-scrollbar-thumb:hover{background:#00000040}.ant-table-cell{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#262626}.ant-pagination{margin-top:20px;display:flex;justify-content:flex-end;align-items:center;gap:8px}.ant-pagination .ant-pagination-item{border-radius:6px;transition:all .2s ease}.ant-pagination .ant-pagination-item:hover{transform:translateY(-1px)}.ant-pagination .ant-pagination-item.ant-pagination-item-active{background:linear-gradient(135deg,var(--active-color) 0%,#5a52d5 100%);border-color:var(--active-color);box-shadow:0 2px 4px #312cbd33}.ant-pagination .ant-pagination-prev,.ant-pagination .ant-pagination-next{border-radius:6px;transition:all .2s ease}.ant-pagination .ant-pagination-prev:hover,.ant-pagination .ant-pagination-next:hover{transform:translateY(-1px)}.score-card{background:linear-gradient(135deg,#fff,#f8f9fa);border-radius:16px;box-shadow:0 4px 20px #00000014;transition:all .3s ease;overflow:hidden;position:relative}.score-card:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0000001f}.score-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#52c41a,#faad14,#ff4d4f)}.score-card--excellent:before{background:#52c41a}.score-card--good:before{background:#faad14}.score-card--needs-improvement:before{background:#ff4d4f}.score-card__content{padding:24px}.score-card__header{display:flex;align-items:flex-start;margin-bottom:20px}.score-card__icon{margin-right:16px;font-size:24px;display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#52c41a1a;border-radius:12px}.score-card--excellent .score-card__icon{background:#52c41a1a}.score-card--good .score-card__icon{background:#faad141a}.score-card--needs-improvement .score-card__icon{background:#ff4d4f1a}.score-card__title{flex:1}.score-card__title-text{margin:0!important;font-weight:600;color:#262626}.score-card__trend{display:flex;align-items:center;margin-top:4px}.score-card__trend-text{margin-left:4px;font-size:12px}.score-card__score{text-align:center;margin-bottom:16px}.score-card__score-value{font-size:48px;font-weight:700;line-height:1;margin-bottom:12px;display:block}.score-card__progress .ant-progress-bg{border-radius:4px}.score-card__status{text-align:center}.score-card__status-text{font-weight:500;font-size:14px}.score-card--small .score-card__content{padding:16px}.score-card--small .score-card__score-value{font-size:32px}.score-card--small .score-card__icon{width:36px;height:36px;font-size:18px}.score-card--large .score-card__content{padding:32px}.score-card--large .score-card__score-value{font-size:64px}.score-card--large .score-card__icon{width:64px;height:64px;font-size:32px}.score-card .trend-icon{font-size:14px}.score-card .trend-icon.trend-up{color:#52c41a}.score-card .trend-icon.trend-down{color:#ff4d4f}@media(max-width:768px){.score-card__content{padding:16px}.score-card__score-value{font-size:36px}.score-card__header{flex-direction:column;align-items:center;text-align:center}.score-card__icon{margin-right:0;margin-bottom:12px}}.metrics-grid__card{border-radius:12px;box-shadow:0 2px 8px #0000000f;transition:all .3s ease;height:100%;position:relative;overflow:hidden}.metrics-grid__card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001f}.metrics-grid__card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#1890ff,#52c41a,#faad14,#ff4d4f)}.metrics-grid__card .ant-card-body{padding:20px;height:100%}.metrics-grid__content{display:flex;align-items:center;height:100%}.metrics-grid__icon{font-size:32px;margin-right:16px;display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#1890ff1a;border-radius:12px;flex-shrink:0}.metrics-grid__info{flex:1;min-width:0}.metrics-grid__title{font-size:14px;font-weight:500;color:#8c8c8c;margin-bottom:4px;display:block}.metrics-grid__card--blue .metrics-grid__icon{background:#1890ff1a}.metrics-grid__card--green .metrics-grid__icon{background:#52c41a1a}.metrics-grid__card--orange .metrics-grid__icon{background:#faad141a}.metrics-grid__card--red .metrics-grid__icon{background:#ff4d4f1a}.metrics-grid__card--purple .metrics-grid__icon{background:#722ed11a}.metrics-grid__card--cyan .metrics-grid__icon{background:#13c2c21a}@media(max-width:768px){.metrics-grid__content{flex-direction:column;text-align:center}.metrics-grid__icon{margin-right:0;margin-bottom:12px}.metrics-grid__card .ant-card-body{padding:16px}}@media(max-width:576px){.metrics-grid__icon{font-size:24px;width:40px;height:40px}}.ant-card-loading .metrics-grid__content{opacity:.6}.task-table__filters{background:#fafafa;padding:16px;border-radius:8px;margin-bottom:16px;border:1px solid #f0f0f0}.task-table__table .ant-table-thead>tr>th{background:#fafafa;font-weight:600;color:#262626;border-bottom:2px solid #f0f0f0}.task-table__table .ant-table-tbody>tr:hover>td{background:#f5f5f5}.task-table__table .ant-table-tbody>tr>td{border-bottom:1px solid #f0f0f0;padding:12px 16px}.task-table__title .task-table__agent-code{font-size:12px;margin-left:4px}.task-table__delay{display:flex;flex-direction:column;gap:2px}.task-table__delay .task-table__points{font-size:11px}.task-table__action-btn{color:#1890ff}.task-table__action-btn:hover{color:#40a9ff;background:#1890ff1a}.task-table .ant-tag{border-radius:4px;font-size:12px;font-weight:500;padding:2px 8px;margin:0}@media(max-width:768px){.task-table__filters .ant-row .ant-col{margin-bottom:8px}.task-table__table .ant-table-thead>tr>th,.task-table__table .ant-table-tbody>tr>td{padding:8px 12px;font-size:12px}}@media(max-width:576px){.task-table__filters{padding:12px}.task-table__table .ant-table-thead>tr>th,.task-table__table .ant-table-tbody>tr>td{padding:6px 8px;font-size:11px}}.task-table__table .ant-table-body::-webkit-scrollbar{height:8px}.task-table__table .ant-table-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.task-table__table .ant-table-body::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.task-table__table .ant-table-body::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.user-performance-table__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding:16px;background:#fafafa;border-radius:8px;border:1px solid #f0f0f0}.user-performance-table__search{display:flex;align-items:center}.user-performance-table__table .ant-table-thead>tr>th{background:#fafafa;font-weight:600;color:#262626;border-bottom:2px solid #f0f0f0}.user-performance-table__table .ant-table-tbody>tr:hover>td{background:#f5f5f5}.user-performance-table__table .ant-table-tbody>tr>td{border-bottom:1px solid #f0f0f0;padding:12px 16px}.user-performance-table__rank{display:flex;flex-direction:column;align-items:center;text-align:center}.user-performance-table__rank-icon{font-size:20px;margin-bottom:4px}.user-performance-table__rank-text{font-size:12px}.user-performance-table__user{display:flex;align-items:center;gap:12px}.user-performance-table__avatar{background:#1890ff;color:#fff;font-weight:600}.user-performance-table__user-info{display:flex;flex-direction:column;gap:2px}.user-performance-table__user-name{font-size:14px;line-height:1.2}.user-performance-table__user-email{font-size:12px;line-height:1.2}.user-performance-table__agent-code{font-size:11px;line-height:1.2}.user-performance-table__score{display:flex;flex-direction:column;gap:8px;text-align:center}.user-performance-table__score-value{font-size:18px;font-weight:700;line-height:1}.user-performance-table__score-status{font-size:10px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.user-performance-table__tasks{display:flex;flex-direction:column;gap:4px}.user-performance-table__task-stat{display:flex;justify-content:space-between;align-items:center;font-size:12px}.user-performance-table__task-stat .ant-typography{margin:0;font-size:12px}.user-performance-table__completion{display:flex;flex-direction:column;gap:6px;text-align:center}.user-performance-table__completion .ant-typography{font-size:14px;font-weight:600;margin:0}.user-performance-table__delay{display:flex;flex-direction:column;gap:2px;text-align:center}.user-performance-table__delay .ant-typography{font-size:14px;font-weight:600;margin:0}.user-performance-table__deduction{font-size:10px}.user-performance-table__action-btn{color:#1890ff}.user-performance-table__action-btn:hover{color:#40a9ff;background:#1890ff1a}@media(max-width:768px){.user-performance-table__header{flex-direction:column;gap:12px;align-items:stretch}.user-performance-table__search,.user-performance-table__search .ant-input-search{width:100%}.user-performance-table__table .ant-table-thead>tr>th,.user-performance-table__table .ant-table-tbody>tr>td{padding:8px 12px;font-size:12px}.user-performance-table__user{flex-direction:column;text-align:center;gap:8px}.user-performance-table__user-info{align-items:center}}@media(max-width:576px){.user-performance-table__table .ant-table-thead>tr>th,.user-performance-table__table .ant-table-tbody>tr>td{padding:6px 8px;font-size:11px}.user-performance-table__score-value{font-size:16px}.user-performance-table__user-name{font-size:12px}.user-performance-table__user-email,.user-performance-table__agent-code{font-size:10px}}.user-performance-table__table .ant-table-body::-webkit-scrollbar{height:8px}.user-performance-table__table .ant-table-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.user-performance-table__table .ant-table-body::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.user-performance-table__table .ant-table-body::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.date-range-picker__main{display:flex;align-items:center;gap:8px;margin-bottom:12px}.date-range-picker__input{flex:1;min-width:280px}.date-range-picker__input .ant-picker{width:100%;border-radius:6px;border:1px solid #d9d9d9;transition:all .3s ease}.date-range-picker__input .ant-picker:hover{border-color:#40a9ff}.date-range-picker__input .ant-picker.ant-picker-focused{border-color:#1890ff;box-shadow:0 0 0 2px #1890ff33}.date-range-picker__clear{color:#8c8c8c;padding:4px 8px;height:auto;border-radius:4px}.date-range-picker__clear:hover{color:#ff4d4f;background:#ff4d4f1a}.date-range-picker__presets{display:flex;flex-direction:column;gap:8px}.date-range-picker__presets-label{font-size:12px;font-weight:500;color:#8c8c8c}.date-range-picker__presets-buttons{display:flex;flex-wrap:wrap;gap:4px}.date-range-picker__preset-btn{font-size:12px;padding:4px 8px;height:auto;border-radius:4px;color:#595959;border:1px solid #f0f0f0;background:#fafafa;transition:all .2s ease}.date-range-picker__preset-btn:hover{color:#1890ff;border-color:#1890ff;background:#1890ff1a}.date-range-picker__preset-btn--active{color:#1890ff;border-color:#1890ff;background:#1890ff1a;font-weight:500}@media(max-width:768px){.date-range-picker__main{flex-direction:column;align-items:stretch;gap:8px}.date-range-picker__input{min-width:auto}.date-range-picker__presets-buttons{justify-content:center}}@media(max-width:576px){.date-range-picker__presets-buttons .ant-btn{font-size:11px;padding:3px 6px}}.date-range-picker__input .ant-picker-range .ant-picker-input input{font-size:14px;color:#262626}.date-range-picker__input .ant-picker-range .ant-picker-input::placeholder{color:#bfbfbf}.date-range-picker__input .ant-picker-range .ant-picker-separator,.date-range-picker__input .ant-picker-range .ant-picker-suffix{color:#8c8c8c}.reporting-system .reporting-card{border-radius:12px;box-shadow:0 2px 8px #0000000f;border:1px solid #f0f0f0;transition:all .3s ease}.reporting-system .reporting-card:hover{box-shadow:0 4px 16px #0000001f}.reporting-system .reporting-card .ant-card-head{border-bottom:1px solid #f0f0f0;background:#fafafa}.reporting-system .reporting-card .ant-card-head .ant-card-head-title{font-weight:600;color:#262626}.reporting-system .reporting-btn{border-radius:6px;font-weight:500;transition:all .3s ease}.reporting-system .reporting-btn.reporting-btn--primary{background:#1890ff;border-color:#1890ff}.reporting-system .reporting-btn.reporting-btn--primary:hover{background:#40a9ff;border-color:#40a9ff}.reporting-system .reporting-btn.reporting-btn--success{background:#52c41a;border-color:#52c41a}.reporting-system .reporting-btn.reporting-btn--success:hover{background:#73d13d;border-color:#73d13d}.reporting-system .reporting-btn.reporting-btn--warning{background:#faad14;border-color:#faad14}.reporting-system .reporting-btn.reporting-btn--warning:hover{background:#ffc53d;border-color:#ffc53d}.reporting-system .reporting-btn.reporting-btn--danger{background:#ff4d4f;border-color:#ff4d4f}.reporting-system .reporting-btn.reporting-btn--danger:hover{background:#ff7875;border-color:#ff7875}.reporting-system .reporting-title{font-weight:600;color:#262626;margin-bottom:8px}.reporting-system .reporting-subtitle{color:#8c8c8c;font-size:14px;margin-bottom:16px}.reporting-system .reporting-text{color:#595959;line-height:1.6}.reporting-system .reporting-section{margin-bottom:24px}.reporting-system .reporting-section:last-child{margin-bottom:0}.reporting-system .reporting-grid{display:grid;gap:24px}.reporting-system .reporting-grid.reporting-grid--2-cols{grid-template-columns:repeat(2,1fr)}@media(max-width:768px){.reporting-system .reporting-grid.reporting-grid--2-cols{grid-template-columns:1fr}}.reporting-system .reporting-grid.reporting-grid--3-cols{grid-template-columns:repeat(3,1fr)}@media(max-width:1200px){.reporting-system .reporting-grid.reporting-grid--3-cols{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.reporting-system .reporting-grid.reporting-grid--3-cols{grid-template-columns:1fr}}.reporting-system .reporting-grid.reporting-grid--4-cols{grid-template-columns:repeat(4,1fr)}@media(max-width:1200px){.reporting-system .reporting-grid.reporting-grid--4-cols{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.reporting-system .reporting-grid.reporting-grid--4-cols{grid-template-columns:1fr}}.reporting-system .reporting-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;color:#8c8c8c}.reporting-system .reporting-loading .ant-spin{margin-bottom:16px}.reporting-system .reporting-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;text-align:center;color:#8c8c8c}.reporting-system .reporting-error .ant-typography{margin-bottom:16px}.reporting-system .reporting-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;text-align:center;color:#8c8c8c}.reporting-system .reporting-empty .ant-typography{margin-bottom:16px}.reporting-system .reporting-status{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500}.reporting-system .reporting-status--success{background:#52c41a1a;color:#52c41a}.reporting-system .reporting-status--warning{background:#faad141a;color:#faad14}.reporting-system .reporting-status--error{background:#ff4d4f1a;color:#ff4d4f}.reporting-system .reporting-status--info{background:#1890ff1a;color:#1890ff}.reporting-system .reporting-progress .ant-progress-bg{border-radius:4px}.reporting-system .reporting-progress .ant-progress-text{font-weight:600}.reporting-system .reporting-chart .ant-card-body{padding:24px}.reporting-system .reporting-chart .chart-container{height:300px;display:flex;align-items:center;justify-content:center}.reporting-system .reporting-table .ant-table-thead>tr>th{background:#fafafa;font-weight:600;color:#262626;border-bottom:2px solid #f0f0f0}.reporting-system .reporting-table .ant-table-tbody>tr:hover>td{background:#f5f5f5}.reporting-system .reporting-table .ant-table-tbody>tr>td{border-bottom:1px solid #f0f0f0}.reporting-system .reporting-filters{background:#fafafa;padding:16px;border-radius:8px;border:1px solid #f0f0f0;margin-bottom:24px}.reporting-system .reporting-filters .ant-form-item{margin-bottom:0}@media(max-width:1200px){.reporting-system .reporting-responsive{padding:16px}}@media(max-width:768px){.reporting-system .reporting-responsive{padding:12px}}@media(max-width:576px){.reporting-system .reporting-responsive{padding:8px}}@media print{.reporting-system .reporting-print-hidden{display:none!important}.reporting-system .reporting-card{box-shadow:none;border:1px solid #d9d9d9;break-inside:avoid}.reporting-system .reporting-table{font-size:12px}}@media(prefers-color-scheme:dark){.reporting-system .reporting-card{background:#1f1f1f;border-color:#303030}.reporting-system .reporting-card .ant-card-head{background:#262626;border-bottom-color:#303030}.reporting-system .reporting-title{color:#fff}.reporting-system .reporting-subtitle{color:#a6a6a6}.reporting-system .reporting-text{color:#d9d9d9}}html{font-family:Gotham,Inter,sans-serif;overflow:hidden;overflow-y:auto}html.english-font,html[lang=en]{font-family:Gotham,Inter,sans-serif!important}html.arabic-font,html[lang=ar]{font-family:Cairo,Gotham,Inter,sans-serif!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html::-webkit-scrollbar{width:6px}html::-webkit-scrollbar-track{background:#f1f1f1}html::-webkit-scrollbar-thumb{background:var(--primary-color)}@-moz-document url-prefix(){html .chat-messages .chat-messages-footer .messages-footer-action .footer-action{width:auto!important;display:flex!important;justify-content:right!important}}html *::-webkit-scrollbar{width:6px}html *::-webkit-scrollbar-track{background:#f1f1f1}html *::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:4px}body{font-family:Gotham,Inter,sans-serif}html[lang=ar] body,html.arabic-font body{font-family:Cairo,Gotham,Inter,sans-serif!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html[lang=en] body,html.english-font body{font-family:Gotham,Inter,sans-serif!important}body .ant-layout{min-height:calc(100vh - 65px)}body .image-default{display:flex;justify-content:center;align-items:center;width:100%;height:100%;height:40px;background-color:#e7e7e7;border-radius:50%}body .load-more-scroll{height:auto;display:flex;align-items:center;justify-content:center;width:100%;padding:10px 0}body .load-more-scroll svg{font-size:30px}body .ant-tabs-nav-operations{display:none!important}body .ant-spin{display:flex;justify-content:center}html[lang=ar] *,html.arabic-font *{font-family:Cairo,Gotham,Inter,sans-serif!important}html[lang=ar] .ant-btn,html[lang=ar] .ant-input,html[lang=ar] .ant-input-number,html[lang=ar] .ant-select,html[lang=ar] .ant-select-selector,html[lang=ar] .ant-select-selection-item,html[lang=ar] .ant-select-selection-placeholder,html[lang=ar] .ant-select-item,html[lang=ar] .ant-select-item-option-content,html[lang=ar] .ant-table,html[lang=ar] .ant-table-wrapper,html[lang=ar] .ant-table-cell,html[lang=ar] .ant-table-thead>tr>th,html[lang=ar] .ant-table-tbody>tr>td,html[lang=ar] .ant-form-item-label>label,html[lang=ar] .ant-form-item-control-input-content,html[lang=ar] .ant-modal-title,html[lang=ar] .ant-modal-content,html[lang=ar] .ant-drawer-title,html[lang=ar] .ant-drawer-content,html[lang=ar] .ant-dropdown-menu,html[lang=ar] .ant-dropdown-menu-item,html[lang=ar] .ant-menu,html[lang=ar] .ant-menu-item,html[lang=ar] .ant-menu-submenu-title,html[lang=ar] .ant-tabs-tab,html[lang=ar] .ant-tabs-tab-btn,html[lang=ar] .ant-pagination,html[lang=ar] .ant-pagination-item,html[lang=ar] .ant-pagination-item-link,html[lang=ar] .ant-message,html[lang=ar] .ant-notification,html[lang=ar] .ant-notification-notice-message,html[lang=ar] .ant-notification-notice-description,html[lang=ar] .ant-popover-inner-content,html[lang=ar] .ant-tooltip-inner,html[lang=ar] .ant-alert-message,html[lang=ar] .ant-alert-description,html[lang=ar] .ant-switch-inner,html[lang=ar] .ant-checkbox-wrapper,html[lang=ar] .ant-radio-wrapper,html[lang=ar] .ant-tag,html[lang=ar] .ant-badge,html[lang=ar] .ant-card,html[lang=ar] .ant-card-head-title,html[lang=ar] .ant-card-body,html[lang=ar] .ant-collapse-header,html[lang=ar] .ant-collapse-content,html[lang=ar] .ant-timeline-item-content,html[lang=ar] .ant-list-item,html[lang=ar] .ant-list-item-meta-title,html[lang=ar] .ant-list-item-meta-description,html[lang=ar] .ant-empty-description,html[lang=ar] .ant-result-title,html[lang=ar] .ant-result-subtitle,html[lang=ar] .ant-skeleton-title,html[lang=ar] .ant-skeleton-paragraph>li,html[lang=ar] .ant-spin-nested-loading,html[lang=ar] .ant-spin-container,html[lang=ar] .ant-progress-text,html[lang=ar] .ant-statistic-title,html[lang=ar] .ant-statistic-content,html[lang=ar] .ant-steps-item-title,html[lang=ar] .ant-steps-item-description,html[lang=ar] .ant-transfer-list-header-title,html[lang=ar] .ant-transfer-list-content-item,html[lang=ar] .ant-tree-title,html[lang=ar] .ant-tree-node-content-wrapper,html[lang=ar] .ant-cascader-menu-item,html[lang=ar] .ant-picker-input>input,html[lang=ar] .ant-time-picker-input,html[lang=ar] .ant-rate,html[lang=ar] .ant-slider-mark-text,html[lang=ar] .ant-upload-list-item-name,html[lang=ar] .ant-upload-text,html[lang=ar] .ant-comment-content-author-name,html[lang=ar] .ant-comment-content-author-time,html[lang=ar] .ant-comment-content-detail,html[lang=ar] .ant-anchor-link-title,html[lang=ar] .ant-back-top,html[lang=ar] .ant-affix,html[lang=ar] .ant-breadcrumb-link,html[lang=ar] .ant-page-header-heading-title,html[lang=ar] .ant-page-header-heading-sub-title,html[lang=ar] .ant-descriptions-title,html[lang=ar] .ant-descriptions-item-label,html[lang=ar] .ant-descriptions-item-content,html[lang=ar] .ant-divider-inner-text,html[lang=ar] .ant-space-item,html[lang=ar] .ant-typography,html[lang=ar] h1,html[lang=ar] h2,html[lang=ar] h3,html[lang=ar] h4,html[lang=ar] h5,html[lang=ar] h6,html[lang=ar] p,html[lang=ar] span,html[lang=ar] div,html[lang=ar] a,html[lang=ar] button,html[lang=ar] label,html[lang=ar] li,html[lang=ar] td,html[lang=ar] th,html[lang=ar] textarea,html[lang=ar] select,html[lang=ar] option,html.arabic-font .ant-btn,html.arabic-font .ant-input,html.arabic-font .ant-input-number,html.arabic-font .ant-select,html.arabic-font .ant-select-selector,html.arabic-font .ant-select-selection-item,html.arabic-font .ant-select-selection-placeholder,html.arabic-font .ant-select-item,html.arabic-font .ant-select-item-option-content,html.arabic-font .ant-table,html.arabic-font .ant-table-wrapper,html.arabic-font .ant-table-cell,html.arabic-font .ant-table-thead>tr>th,html.arabic-font .ant-table-tbody>tr>td,html.arabic-font .ant-form-item-label>label,html.arabic-font .ant-form-item-control-input-content,html.arabic-font .ant-modal-title,html.arabic-font .ant-modal-content,html.arabic-font .ant-drawer-title,html.arabic-font .ant-drawer-content,html.arabic-font .ant-dropdown-menu,html.arabic-font .ant-dropdown-menu-item,html.arabic-font .ant-menu,html.arabic-font .ant-menu-item,html.arabic-font .ant-menu-submenu-title,html.arabic-font .ant-tabs-tab,html.arabic-font .ant-tabs-tab-btn,html.arabic-font .ant-pagination,html.arabic-font .ant-pagination-item,html.arabic-font .ant-pagination-item-link,html.arabic-font .ant-message,html.arabic-font .ant-notification,html.arabic-font .ant-notification-notice-message,html.arabic-font .ant-notification-notice-description,html.arabic-font .ant-popover-inner-content,html.arabic-font .ant-tooltip-inner,html.arabic-font .ant-alert-message,html.arabic-font .ant-alert-description,html.arabic-font .ant-switch-inner,html.arabic-font .ant-checkbox-wrapper,html.arabic-font .ant-radio-wrapper,html.arabic-font .ant-tag,html.arabic-font .ant-badge,html.arabic-font .ant-card,html.arabic-font .ant-card-head-title,html.arabic-font .ant-card-body,html.arabic-font .ant-collapse-header,html.arabic-font .ant-collapse-content,html.arabic-font .ant-timeline-item-content,html.arabic-font .ant-list-item,html.arabic-font .ant-list-item-meta-title,html.arabic-font .ant-list-item-meta-description,html.arabic-font .ant-empty-description,html.arabic-font .ant-result-title,html.arabic-font .ant-result-subtitle,html.arabic-font .ant-skeleton-title,html.arabic-font .ant-skeleton-paragraph>li,html.arabic-font .ant-spin-nested-loading,html.arabic-font .ant-spin-container,html.arabic-font .ant-progress-text,html.arabic-font .ant-statistic-title,html.arabic-font .ant-statistic-content,html.arabic-font .ant-steps-item-title,html.arabic-font .ant-steps-item-description,html.arabic-font .ant-transfer-list-header-title,html.arabic-font .ant-transfer-list-content-item,html.arabic-font .ant-tree-title,html.arabic-font .ant-tree-node-content-wrapper,html.arabic-font .ant-cascader-menu-item,html.arabic-font .ant-picker-input>input,html.arabic-font .ant-time-picker-input,html.arabic-font .ant-rate,html.arabic-font .ant-slider-mark-text,html.arabic-font .ant-upload-list-item-name,html.arabic-font .ant-upload-text,html.arabic-font .ant-comment-content-author-name,html.arabic-font .ant-comment-content-author-time,html.arabic-font .ant-comment-content-detail,html.arabic-font .ant-anchor-link-title,html.arabic-font .ant-back-top,html.arabic-font .ant-affix,html.arabic-font .ant-breadcrumb-link,html.arabic-font .ant-page-header-heading-title,html.arabic-font .ant-page-header-heading-sub-title,html.arabic-font .ant-descriptions-title,html.arabic-font .ant-descriptions-item-label,html.arabic-font .ant-descriptions-item-content,html.arabic-font .ant-divider-inner-text,html.arabic-font .ant-space-item,html.arabic-font .ant-typography,html.arabic-font h1,html.arabic-font h2,html.arabic-font h3,html.arabic-font h4,html.arabic-font h5,html.arabic-font h6,html.arabic-font p,html.arabic-font span,html.arabic-font div,html.arabic-font a,html.arabic-font button,html.arabic-font label,html.arabic-font li,html.arabic-font td,html.arabic-font th,html.arabic-font textarea,html.arabic-font select,html.arabic-font option{font-family:Cairo,Gotham,Inter,sans-serif!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html[lang=ar] code,html[lang=ar] pre,html[lang=ar] .ant-typography code,html[lang=ar] .ant-typography pre,html.arabic-font code,html.arabic-font pre,html.arabic-font .ant-typography code,html.arabic-font .ant-typography pre{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace!important}html[lang=en] *,html.english-font *{font-family:Gotham,Inter,sans-serif!important}[data-theme=lightTheme] body{--primary-color: #07046e;--sender-color: #0a7cff;--receiver-color: #f0f0f0;--background-color: #e1e1eb;--background-color-main: #141b2d;--background-color-content: #132037;--chat-background: #ffffff;--active-chat-bg: #ededed;--white: #ffffff;--black: #000000;--icons: #9c9adf;--menu-text: #83829d;--text-main-color: #000;--active-color: #423bff;--notifi-color: #e31f1f;--tab-color: #a2a2a6;--border-color: #c8c7e4;--messages-wrapper: #f7f9fa;--pending-status: #b8462e;--follow-status: #ffaa00;--done-status: #3cd570;--process-status: #406aff;--active-status: #7cc144;--icon-color: #6e6e6e;--cancel-color: #9a9a9a;--cancel-border: #efefef;--label-color: #323232;--secondary-background-color: #e0e6ec;--secondary-background-color-dark: #dee9f3}[data-theme=darkTheme] body{--primary-color: #30297a;--sender-color: #007bff;--background-color: #191a1c;--background-color-main: #141b2d;--background-color-content: #132037;--white: #e1e1eb;--black: #000000;--icons: #d3d3d3;--menu-text: #e1e1eb;--text-main-color: #fff;--active-color: #6f42c1;--notifi-color: #d83b3b;--tab-color: #5c5c5c;--border-color: #424242;--chat-background: #212529;--pending-status: #e37258;--follow-status: #ffc107;--done-status: #73d13d;--process-status: #87ceff;--active-status: #90ee90;--icon-color: #c0c0c0;--cancel-color: #bdbdbd;--cancel-border: #303030;--label-color: #d3d3d3;--secondary-background-color: #1f1913;--secondary-background-color-dark: #21160c}[data-theme=darkTheme] .chat-messages,[data-theme=darkTheme] .chat-messages-footer,[data-theme=darkTheme] .messages-footer-action,[data-theme=darkTheme] .info-card-item{background-color:#141b2d!important}[data-theme=darkTheme] .chat-messages-header-wrapper,[data-theme=darkTheme] .chat-messages-header,[data-theme=darkTheme] .vendor-list-sideBar,[data-theme=darkTheme] .chat-item.active,[data-theme=darkTheme] .ant-select-dropdown,[data-theme=darkTheme] .setting-side-menu,[data-theme=darkTheme] .setting-side-menu-card,[data-theme=darkTheme] .ant-table-tbody,[data-theme=darkTheme] .channel-instances-modal .ant-modal-content .ant-modal-header .ant-modal-title,[data-theme=darkTheme] .ant-pagination .ant-pagination-item-active{background-color:#343e53!important}[data-theme=darkTheme] .ant-layout-sider-children,[data-theme=darkTheme] .details-container,[data-theme=darkTheme] .ant-dropdown-menu,[data-theme=darkTheme] .ant-modal-content,[data-theme=darkTheme] .ant-modal-header,[data-theme=darkTheme] .ant-select-selection-item,[data-theme=darkTheme] .ant-input,[data-theme=darkTheme] .ant-select-selector,[data-theme=darkTheme] .ant-drawer-content,[data-theme=darkTheme] .ant-select-item-option-selected,[data-theme=darkTheme] .cards-status-list,[data-theme=darkTheme] .setting-side-menu-card.active,[data-theme=darkTheme] .table,[data-theme=darkTheme] .ant-input-affix-wrapper,[data-theme=darkTheme] .table .ant-table-wrapper .ant-table .ant-table-thead>tr>th,[data-theme=darkTheme] .ant-table-cell-row-hover,[data-theme=darkTheme] .user-form-page,[data-theme=darkTheme] .ant-layout{background-color:#1f2940!important}[data-theme=darkTheme] .chat-header p,[data-theme=darkTheme] .header-search-checkbox,[data-theme=darkTheme] .contact-chat-number,[data-theme=darkTheme] .chat-messages-header p,[data-theme=darkTheme] .vendor-list-sideBar .vendor-type .vendor-name span,[data-theme=darkTheme] .ant-dropdown-menu-title-content,[data-theme=darkTheme] .ant-modal-title,[data-theme=darkTheme] .ant-select-selection-placeholder,[data-theme=darkTheme] .ant-input,[data-theme=darkTheme] .ant-select-selection-item-content,[data-theme=darkTheme] .ant-select-item-option-content,[data-theme=darkTheme] .ant-form-item .ant-form-item-label label,[data-theme=darkTheme] .info-card-item span,[data-theme=darkTheme] .info-card-item p,[data-theme=darkTheme] .info-header p,[data-theme=darkTheme] .chat-messages .messages-wrapper .message-container-wrapper.with-dropdown .msg-actions>svg,[data-theme=darkTheme] .chat-action-menu li.ant-dropdown-menu-item .msg-menu-item,[data-theme=darkTheme] .ant-input::placeholder,[data-theme=darkTheme] .table-title,[data-theme=darkTheme] .ant-table-cell,[data-theme=darkTheme] h1,[data-theme=darkTheme] h2,[data-theme=darkTheme] .ant-select-selection-item,[data-theme=darkTheme] .ant-pagination-item-link,[data-theme=darkTheme] .ant-pagination .ant-pagination-item a{color:#fff!important}[data-theme=darkTheme] .chat-name-type p{color:#fff!important}[data-theme=darkTheme] .chat-name-type p.assigned-contact{color:var(--active-status)!important}[data-theme=darkTheme] .chat-details-tabs .chat-item:hover{background:#0d0c37}[data-theme=darkTheme] .chat-details-tabs .chat-item:hover .quick-status-actions>span{background:#0d0c37}.awfar-side-modal{background-color:var(--background-color)!important;transition:all .4s ease}.awfar-side-modal .ant-layout-sider-children{max-height:calc(100vh - 65px);position:-webkit-sticky;position:sticky;top:0;overflow-y:auto;overflow-x:hidden}.awfar-side-modal .ant-menu{background-color:transparent!important;font-weight:500}.awfar-side-modal .ant-menu .always-open-switch{display:flex;justify-content:center;padding:15px 0;margin-bottom:10px;color:var(--menu-text);font-weight:700;font-family:Inter;align-items:center;gap:5px;text-transform:capitalize;border-bottom:1px solid var(--menu-text)}.awfar-side-modal .ant-menu .always-open-switch span{width:0;opacity:0}.awfar-side-modal .ant-menu .always-open-switch .ant-switch{width:35px;min-width:unset}.awfar-side-modal .ant-menu .ant-menu-submenu{padding-left:7px!important}.awfar-side-modal .ant-menu .ant-menu-item{padding-left:8px!important}.awfar-side-modal .ant-menu .ant-menu-item,.awfar-side-modal .ant-menu .ant-menu-submenu{color:var(--menu-text)!important;margin-bottom:10px;margin-inline:4px}.awfar-side-modal .ant-menu .ant-menu-item .ant-menu-submenu-title,.awfar-side-modal .ant-menu .ant-menu-submenu .ant-menu-submenu-title{padding:0!important;overflow:visible!important}.awfar-side-modal .ant-menu .ant-menu-item .ant-menu-submenu-title .demo-lock-icon,.awfar-side-modal .ant-menu .ant-menu-submenu .ant-menu-submenu-title .demo-lock-icon{padding:5px;background:#fff;border-radius:50%;width:20px!important;height:20px!important;position:absolute;top:20px}.awfar-side-modal .ant-menu .ant-menu-item .ant-menu-submenu-title .demo-lock-icon path,.awfar-side-modal .ant-menu .ant-menu-submenu .ant-menu-submenu-title .demo-lock-icon path{fill:#bf9300}.awfar-side-modal .ant-menu .ant-menu-item .ant-menu-submenu-title,.awfar-side-modal .ant-menu .ant-menu-submenu .ant-menu-submenu-title{color:var(--menu-text)!important}.awfar-side-modal .ant-menu .ant-menu-item:hover,.awfar-side-modal .ant-menu .ant-menu-submenu:hover{color:var(--menu-text)}.awfar-side-modal .ant-menu .ant-menu-item svg,.awfar-side-modal .ant-menu .ant-menu-submenu svg{margin-right:10px;width:25px}.awfar-side-modal .ant-menu .ant-menu-item.ant-menu-submenu-selected .ant-menu-submenu-title,.awfar-side-modal .ant-menu .ant-menu-submenu.ant-menu-submenu-selected .ant-menu-submenu-title,.awfar-side-modal .ant-menu .ant-menu-item.active .ant-menu-title-content,.awfar-side-modal .ant-menu .ant-menu-submenu.active .ant-menu-title-content{color:var(--active-color)}.awfar-side-modal .ant-menu .ant-menu-item.active,.awfar-side-modal .ant-menu .ant-menu-item.ant-menu-submenu-selected,.awfar-side-modal .ant-menu .ant-menu-submenu.active,.awfar-side-modal .ant-menu .ant-menu-submenu.ant-menu-submenu-selected{background-color:var(--active-color)!important}.awfar-side-modal .ant-menu .ant-menu-item.active svg path,.awfar-side-modal .ant-menu .ant-menu-item.ant-menu-submenu-selected svg path,.awfar-side-modal .ant-menu .ant-menu-submenu.active svg path,.awfar-side-modal .ant-menu .ant-menu-submenu.ant-menu-submenu-selected svg path{stroke:#fff}.awfar-side-modal .ant-menu .ant-menu-item.active.stroke svg path,.awfar-side-modal .ant-menu .ant-menu-item.ant-menu-submenu-selected.stroke svg path,.awfar-side-modal .ant-menu .ant-menu-submenu.active.stroke svg path,.awfar-side-modal .ant-menu .ant-menu-submenu.ant-menu-submenu-selected.stroke svg path{stroke:#fff;fill:unset}.awfar-side-modal .ant-menu .ant-menu-item.active .ant-menu-submenu-arrow:after,.awfar-side-modal .ant-menu .ant-menu-item.active .ant-menu-submenu-arrow:before,.awfar-side-modal .ant-menu .ant-menu-item.ant-menu-submenu-selected .ant-menu-submenu-arrow:after,.awfar-side-modal .ant-menu .ant-menu-item.ant-menu-submenu-selected .ant-menu-submenu-arrow:before,.awfar-side-modal .ant-menu .ant-menu-submenu.active .ant-menu-submenu-arrow:after,.awfar-side-modal .ant-menu .ant-menu-submenu.active .ant-menu-submenu-arrow:before,.awfar-side-modal .ant-menu .ant-menu-submenu.ant-menu-submenu-selected .ant-menu-submenu-arrow:after,.awfar-side-modal .ant-menu .ant-menu-submenu.ant-menu-submenu-selected .ant-menu-submenu-arrow:before{background-color:var(--active-color)}.awfar-side-modal .ant-menu .ant-menu-item.active.menu-setting-icon svg path,.awfar-side-modal .ant-menu .ant-menu-item.ant-menu-submenu-selected.menu-setting-icon svg path,.awfar-side-modal .ant-menu .ant-menu-submenu.active.menu-setting-icon svg path,.awfar-side-modal .ant-menu .ant-menu-submenu.ant-menu-submenu-selected.menu-setting-icon svg path{stroke:transparent;fill:#fff}.awfar-side-modal .ant-menu .ant-menu-item.active.menu-setting-icon.stroke svg path,.awfar-side-modal .ant-menu .ant-menu-item.ant-menu-submenu-selected.menu-setting-icon.stroke svg path,.awfar-side-modal .ant-menu .ant-menu-submenu.active.menu-setting-icon.stroke svg path,.awfar-side-modal .ant-menu .ant-menu-submenu.ant-menu-submenu-selected.menu-setting-icon.stroke svg path{stroke:#fff;fill:unset}.awfar-side-modal .ant-menu .ant-menu-item.ant-menu-item-selected,.awfar-side-modal .ant-menu .ant-menu-submenu.ant-menu-item-selected{background-color:var(--active-color)!important}.awfar-side-modal .ant-menu-submenu-arrow{opacity:0}.awfar-side-modal.open{width:185px!important;min-width:185px!important;flex:0 0 185px!important}.awfar-side-modal.open .ant-menu .always-open-switch span{transition:all .4s ease;opacity:1;width:-webkit-fit-content;width:fit-content}.awfar-side-modal.open .ant-menu .ant-menu-item.active,.awfar-side-modal.open .ant-menu .ant-menu-item.ant-menu-submenu-selected,.awfar-side-modal.open .ant-menu .ant-menu-submenu.active,.awfar-side-modal.open .ant-menu .ant-menu-submenu.ant-menu-submenu-selected{background-color:#d1d0ed!important}.awfar-side-modal.open .ant-menu .ant-menu-item.active svg path,.awfar-side-modal.open .ant-menu .ant-menu-item.ant-menu-submenu-selected svg path,.awfar-side-modal.open .ant-menu .ant-menu-submenu.active svg path,.awfar-side-modal.open .ant-menu .ant-menu-submenu.ant-menu-submenu-selected svg path{stroke:var(--active-color)}.awfar-side-modal.open .ant-menu .ant-menu-item.active.stroke svg path,.awfar-side-modal.open .ant-menu .ant-menu-item.ant-menu-submenu-selected.stroke svg path,.awfar-side-modal.open .ant-menu .ant-menu-submenu.active.stroke svg path,.awfar-side-modal.open .ant-menu .ant-menu-submenu.ant-menu-submenu-selected.stroke svg path{stroke:var(--active-color);fill:unset}.awfar-side-modal.open .ant-menu .ant-menu-item.active.menu-setting-icon svg path,.awfar-side-modal.open .ant-menu .ant-menu-item.ant-menu-submenu-selected.menu-setting-icon svg path,.awfar-side-modal.open .ant-menu .ant-menu-submenu.active.menu-setting-icon svg path,.awfar-side-modal.open .ant-menu .ant-menu-submenu.ant-menu-submenu-selected.menu-setting-icon svg path{stroke:transparent;fill:var(--active-color)}.awfar-side-modal.open .ant-menu .ant-menu-item.active.menu-setting-icon.stroke svg path,.awfar-side-modal.open .ant-menu .ant-menu-item.ant-menu-submenu-selected.menu-setting-icon.stroke svg path,.awfar-side-modal.open .ant-menu .ant-menu-submenu.active.menu-setting-icon.stroke svg path,.awfar-side-modal.open .ant-menu .ant-menu-submenu.ant-menu-submenu-selected.menu-setting-icon.stroke svg path{stroke:var(--active-color);fill:unset}.awfar-side-modal.open .ant-menu .ant-menu-item.active.menu-setting-icon.ant-menu-item-selected,.awfar-side-modal.open .ant-menu .ant-menu-item.ant-menu-submenu-selected.menu-setting-icon.ant-menu-item-selected,.awfar-side-modal.open .ant-menu .ant-menu-submenu.active.menu-setting-icon.ant-menu-item-selected,.awfar-side-modal.open .ant-menu .ant-menu-submenu.ant-menu-submenu-selected.menu-setting-icon.ant-menu-item-selected{background-color:var(--active-color)!important}.awfar-side-modal.open .ant-menu .ant-menu-item.active.menu-setting-icon.ant-menu-item-selected .ant-menu-title-content,.awfar-side-modal.open .ant-menu .ant-menu-item.ant-menu-submenu-selected.menu-setting-icon.ant-menu-item-selected .ant-menu-title-content,.awfar-side-modal.open .ant-menu .ant-menu-submenu.active.menu-setting-icon.ant-menu-item-selected .ant-menu-title-content,.awfar-side-modal.open .ant-menu .ant-menu-submenu.ant-menu-submenu-selected.menu-setting-icon.ant-menu-item-selected .ant-menu-title-content{color:#fff}.awfar-side-modal.open .ant-menu-submenu-arrow{opacity:1}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:middle}button:focus{outline:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body,html{line-height:1;font-size:16px}body:lang(ar),html:lang(ar){direction:rtl}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}textarea{overflow:auto;vertical-align:top;resize:vertical}audio,canvas,video{display:inline-block;*display: inline;*zoom: 1;max-width:100%}audio:not([controls]){display:none;height:0}[hidden]{display:none}.tooltip{z-index:100}input:focus{outline:none;box-shadow:none}a{display:inline-block}a:active,a.focus,a:hover{outline:none;text-decoration:none}select:focus{outline:none}img{border:0;-ms-interpolation-mode:bicubic}figure{margin:0}form{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left: -7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align: middle}button,input{line-height:normal}button,select{text-transform:none;background-color:transparent;border:none;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}table{border-collapse:collapse;border-spacing:0}img{vertical-align:middle}fieldset{border:0;margin:0;padding:0}p{margin-bottom:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.k-animation-container,.k-animation-container *,.k-animation-container :after,.k-block .k-header,.k-dialog .k-window-content,.k-list-container,.k-widget,.k-widget *,.k-widget :before{box-sizing:border-box}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px white inset}[class^=icon-]:before,[class*=" icon-"]:before{font-size:20px}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}*{box-sizing:border-box}.spinner-container{display:flex;align-items:center;justify-content:center;position:absolute;inset:0}.spinner{border:4px solid rgba(0,0,0,.1);border-top:4px solid #2251b4;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.login-wrapper{min-height:100vh;background:linear-gradient(109deg,#69a2f9 -14.7%,#110f5a 102.52%);padding:72px 45px;display:flex;justify-content:center;align-items:center;gap:20rem}@media only screen and (max-width:767px){.login-wrapper{padding:72px 25px}}.login-wrapper .login-form{width:470px;border-radius:20px;background:var(--white);-webkit-backdrop-filter:blur(7.5px);backdrop-filter:blur(7.5px);height:auto;max-width:100%;padding:40px;text-align:center;flex-shrink:0}@media only screen and (max-width:767px){.login-wrapper .login-form{padding:40px;height:480px}}.login-wrapper .login-form img{display:inline-block;margin-bottom:20px}.login-wrapper .login-form>p{color:var(--black);font-family:Inter;font-size:18px;font-weight:600;text-transform:capitalize;margin-bottom:18px;text-align:left}.login-wrapper .login-form .ant-form-item{text-align:left;margin-bottom:12px!important}.login-wrapper .login-form .ant-form-item .ant-form-item-control>div{display:block!important}.login-wrapper .login-form .ant-form-item .ant-form-item-control-input input,.login-wrapper .login-form .ant-form-item .ant-form-item-control-input .ant-input-affix-wrapper{width:100%;padding-left:23px;height:55px;flex-shrink:0;border:1px solid #b1b0cc;color:#898989!important;font-family:Inter;font-size:14px;font-weight:400;border-radius:10px}.login-wrapper .login-form .ant-form-item .ant-form-item-control-input input::placeholder,.login-wrapper .login-form .ant-form-item .ant-form-item-control-input .ant-input-affix-wrapper::placeholder{color:#898989}.login-wrapper .login-form .ant-form-item .ant-form-item-control-input .ant-input-affix-wrapper{padding-left:0}.login-wrapper .login-form .ant-form-item .ant-form-item-control-input .ant-input-affix-wrapper input{width:calc(100% - 20px);height:100%;border:none;padding-left:23px;border-radius:0}.login-wrapper .login-form button{height:55px;flex-shrink:0;width:100%;border-radius:10px;border:1px solid var(--active-color);color:#fff;font-family:Inter;font-size:16px;font-weight:600;text-transform:capitalize;background:var(--active-color);margin-top:35px}@media only screen and (max-width:767px){.login-wrapper .login-icon-container{display:none}}.login-wrapper .login-icon-container img{scale:1.1;max-width:100%;-webkit-user-select:none;user-select:none}.error-fallback{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px}.error-fallback h1{font-size:3rem;color:var(--notifi-color)}.error-fallback h2{font-size:2rem;font-weight:700}.error-fallback h3{display:flex;align-items:center;font-size:15px;gap:10px}.connection-alert{position:fixed;top:10px;left:50%;z-index:99;transform:translate(-50%)}.connection-alert .alert{white-space:pre-line;background:#f3b303;text-align:center;line-height:1.5;font-weight:500;padding:10px;border-radius:20px}.connection-alert .alert p{font-weight:900}.connection-alert .alert button{background:#000;color:#fff;border:none;font-weight:700;font-size:15px;margin-top:10px}.reminder-modal .ant-modal-content{position:relative}.reminder-modal .reminder-form .reminder-form-date-label{font-weight:500;font-size:14px;color:var(--icon-color)}.reminder-modal .reminder-form .reminder-form-item .ant-form-item-row{flex-direction:column-reverse;align-items:center}.reminder-modal .reminder-form .reminder-form-item .ant-input{border:none;border-bottom:1px solid #e1e1e1;border-radius:0;text-align:center}.reminder-modal .reminder-form .reminder-form-item .ant-input:focus{border-bottom:1px solid #7d7d7d;box-shadow:none}.reminder-modal .reminder-modal-message-content{padding-top:50px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:20px;font-size:25px!important}.reminder-modal .reminder-modal-avatar{position:absolute;top:-50px;left:50%;transform:translate(-50%);border:3px solid #e1e1e1}.reminder-modal .reminder-modal-bell-icon{position:absolute;top:0;left:0}.reminder-modal .reminder-modal-message-title{font-size:14px;font-weight:400;color:var(--icon-color)}.reminder-modal .reminder-modal-message-title span{color:#e31f1f}.reminder-modal .reminder-modal-message-alert{width:100%;padding-top:10px;padding-bottom:10px;overflow-wrap:anywhere;white-space:pre-wrap}.reminder-modal .ant-btn,.reminder-modal .ant-btn:hover{height:100%;background-color:#423bfe!important;color:#fff!important;padding:4px 30px 6px;font-size:19px}.reminder-modal .btn-ghost,.reminder-modal .btn-ghost:hover{height:100%;color:#423bfe!important;background-color:#fff!important;border:1px solid #423bfe!important}.reminder-modal .btn-go,.reminder-modal .btn-go:hover{height:100%;background-color:var(--done-status)!important;color:#fff!important}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.oga-player{display:flex;align-items:center;gap:10px;width:300px;max-width:100%;background:#fff;padding:5px 10px;border-radius:100px}.oga-player .play-button{width:20px;height:20px}.oga-player .play-button .anticon{width:100%}.oga-player .play-button .anticon svg{width:100%;height:100%;fill:#000}.oga-player .ant-slider{width:15%;flex:1}.oga-player .ant-slider .ant-slider-track{background-color:#000}.oga-player .ant-slider .ant-slider-rail{background-color:#5b5b5b}.oga-rate-dropdown-menu ul,.oga-rate-dropdown-menu .ant-dropdown-menu-item{padding:0!important}.oga-rate-dropdown-menu .ant-dropdown-menu-item .rate-option{padding:5px 12px;width:100%}.order-details .ant-btn span{color:#fff}.order-details .ant-btn .view-details{color:#fff!important}.message-details-content{padding:20px}.message-details-content .caption-content{font-size:16px;line-height:1.5;color:#333;white-space:pre-wrap}.message-details-content .order-details .products-list{margin-bottom:20px}.message-details-content .order-details .products-list .product-item{display:flex;padding:12px;border-bottom:1px solid #f0f0f0;gap:16px}.message-details-content .order-details .products-list .product-item:last-child{border-bottom:none}.message-details-content .order-details .products-list .product-item .product-image{flex-shrink:0}.message-details-content .order-details .products-list .product-item .product-image img{border-radius:8px;object-fit:cover}.message-details-content .order-details .products-list .product-item .product-info{flex:1}.message-details-content .order-details .products-list .product-item .product-info h4{margin:0 0 8px;font-size:16px;color:#333}.message-details-content .order-details .products-list .product-item .product-info .product-details{display:flex;align-items:center;gap:16px;color:#666}.message-details-content .order-details .products-list .product-item .product-info .product-details .price{font-weight:500}.message-details-content .order-details .products-list .product-item .product-info .product-details .quantity{color:#999}.message-details-content .order-details .products-list .product-item .product-info .product-details .total{font-weight:600;color:#333}.message-details-content .order-details .order-total{display:flex;justify-content:space-between;align-items:center;padding:16px;background-color:#f9f9f9;border-radius:8px;margin-top:16px}.message-details-content .order-details .order-total span{font-size:16px;color:#333}.message-details-content .order-details .order-total .total-amount{font-weight:600;font-size:18px}:where(.css-dev-only-do-not-override-6wm1wh).ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,:where(.css-dev-only-do-not-override-6wm1wh).ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):hover{background-color:transparent}.internal-chat-contacts{height:100%;display:flex;flex-direction:column}.internal-chat-contacts .user-search-section{padding:16px;border-bottom:1px solid #f0f0f0;background-color:#fafafa}.internal-chat-contacts .user-search-section .search-header{margin-bottom:12px}.internal-chat-contacts .user-search-section .search-header .search-title{font-size:14px;font-weight:600;color:#262626;display:flex;align-items:center}.internal-chat-contacts .user-search-section .search-header .search-title:before{content:"💬";margin-right:8px;font-size:16px}.internal-chat-contacts .user-search-section .search-input .ant-select .ant-select-selector{border-radius:8px;border:1px solid #d9d9d9;min-height:40px}.internal-chat-contacts .user-search-section .search-input .ant-select .ant-select-selector:hover{border-color:#40a9ff}.internal-chat-contacts .user-search-section .search-input .ant-select .ant-select-selector .ant-select-selection-placeholder{color:#bfbfbf;font-size:14px}.internal-chat-contacts .user-search-section .search-input .ant-select.ant-select-focused .ant-select-selector{border-color:#40a9ff;box-shadow:0 0 0 2px #1890ff33}.internal-chat-contacts .user-search-section .search-input .ant-select .ant-select-arrow{display:none}.internal-chat-contacts .internal-contacts-list{flex:1;overflow-y:auto;padding:0}.internal-chat-contacts .internal-contacts-list .contacts-header{padding:16px 16px 8px;border-bottom:1px solid #f0f0f0}.internal-chat-contacts .internal-contacts-list .contacts-header .contacts-title{font-size:14px;font-weight:600;color:#262626}.internal-chat-contacts .internal-contacts-list .no-chats-message{padding:40px 20px;text-align:center;color:#8c8c8c}.internal-chat-contacts .internal-contacts-list .no-chats-message p{margin:4px 0}.internal-chat-contacts .internal-contacts-list .no-chats-message p:first-child{font-weight:500;color:#595959}.internal-chat-contacts .internal-contacts-list .internal-contact-item{display:flex;align-items:center;padding:12px 16px;cursor:pointer;border-bottom:1px solid #f5f5f5;transition:background-color .2s}.internal-chat-contacts .internal-contacts-list .internal-contact-item:hover{background-color:#f8f9fa}.internal-chat-contacts .internal-contacts-list .internal-contact-item.selected{background-color:#e6f7ff;border-left:3px solid #1890ff}.internal-chat-contacts .internal-contacts-list .internal-contact-item .contact-avatar{position:relative;margin-right:12px;width:44px;height:44px}.internal-chat-contacts .internal-contacts-list .internal-contact-item .contact-avatar img{width:44px;height:44px;border-radius:50%;object-fit:cover}.internal-chat-contacts .internal-contacts-list .internal-contact-item .contact-avatar .online-indicator{position:absolute;bottom:2px;right:2px;width:12px;height:12px;background-color:#52c41a;border:2px solid white;border-radius:50%}.internal-chat-contacts .internal-contacts-list .internal-contact-item .contact-info{flex:1;min-width:0}.internal-chat-contacts .internal-contacts-list .internal-contact-item .contact-info .contact-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.internal-chat-contacts .internal-contacts-list .internal-contact-item .contact-info .contact-header .contact-name{font-weight:500;font-size:14px;color:#262626;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.internal-chat-contacts .internal-contacts-list .internal-contact-item .contact-info .contact-header .last-message-time{font-size:11px;color:#8c8c8c;white-space:nowrap}.internal-chat-contacts .internal-contacts-list .internal-contact-item .contact-info .contact-footer{display:flex;justify-content:space-between;align-items:center}.internal-chat-contacts .internal-contacts-list .internal-contact-item .contact-info .contact-footer .last-message{font-size:13px;color:#8c8c8c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.internal-chat-contacts .internal-contacts-list .internal-contact-item .contact-info .contact-footer .unread-count{background-color:#ff4d4f;color:#fff;font-size:11px;font-weight:500;padding:2px 6px;border-radius:10px;min-width:18px;text-align:center;margin-left:8px}.internal-chat-messages{flex:1;overflow-y:auto;padding:0}.internal-chat-messages .internal-messages-list{padding:16px;display:flex;flex-direction:column;gap:12px}.internal-chat-messages .internal-messages-list .internal-message{display:flex;align-items:flex-end;gap:8px}.internal-chat-messages .internal-messages-list .internal-message.from-me{flex-direction:row-reverse}.internal-chat-messages .internal-messages-list .internal-message.from-me .message-content{align-items:flex-end}.internal-chat-messages .internal-messages-list .internal-message.from-me .message-content .message-bubble{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.internal-chat-messages .internal-messages-list .internal-message.from-me .message-content .message-footer{justify-content:flex-end}.internal-chat-messages .internal-messages-list .internal-message .message-avatar{width:28px;height:28px}.internal-chat-messages .internal-messages-list .internal-message .message-avatar img{width:28px;height:28px;border-radius:50%;object-fit:cover}.internal-chat-messages .internal-messages-list .internal-message .message-content{display:flex;flex-direction:column;max-width:90%}.internal-chat-messages .internal-messages-list .internal-message .message-content .reply-to{background-color:#f5f5f5;border-left:3px solid #1890ff;padding:8px 12px;margin-bottom:4px;border-radius:8px 8px 0 0}.internal-chat-messages .internal-messages-list .internal-message .message-content .reply-to .reply-sender{font-size:11px;font-weight:600;color:#1890ff;display:block;margin-bottom:2px}.internal-chat-messages .internal-messages-list .internal-message .message-content .reply-to .reply-content{font-size:12px;color:#595959}.internal-chat-messages .internal-messages-list .internal-message .message-content .message-bubble{background-color:#f5f5f5;padding:10px 14px;border-radius:18px;word-wrap:break-word;width:100%}.internal-chat-messages .internal-messages-list .internal-message .message-content .message-bubble .message-text{font-size:14px;line-height:1.4}.internal-chat-messages .internal-messages-list .internal-message .message-content .message-footer{display:flex;align-items:center;gap:4px;margin-top:4px;padding:0 4px}.internal-chat-messages .internal-messages-list .internal-message .message-content .message-footer .message-time{font-size:11px;color:#8c8c8c}.internal-chat-messages .internal-messages-list .internal-message .message-content .message-footer .status-icon{font-size:12px}.internal-chat-messages .internal-messages-list .internal-message .message-content .message-footer .status-icon.sent{color:#8c8c8c}.internal-chat-messages .internal-messages-list .internal-message .message-content .message-footer .status-icon.delivered{color:#8c8c8c;display:flex}.internal-chat-messages .internal-messages-list .internal-message .message-content .message-footer .status-icon.delivered .anticon:last-child{margin-left:-4px}.internal-chat-messages .internal-messages-list .internal-message .message-content .message-footer .status-icon.read{color:#1890ff;display:flex}.internal-chat-messages .internal-messages-list .internal-message .message-content .message-footer .status-icon.read .anticon:last-child{margin-left:-4px}.internal-chat-messages .internal-messages-empty{display:flex;align-items:center;justify-content:center;height:100%;color:#8c8c8c;font-size:14px}.emoji-button-wrapper{position:relative}.emoji-button-wrapper .emoji-wrapper{position:absolute;bottom:100%;right:0;z-index:999}@media only screen and (max-width:767px){.emoji-button-wrapper .emoji-wrapper{right:0;z-index:999;left:-235px}}.internal-chat-footer{border-top:1px solid #f0f0f0;padding:0}.internal-chat-footer .internal-chat-input{padding:12px 16px}.internal-chat-footer .internal-chat-input .input-container{display:flex;align-items:flex-end;gap:8px;background-color:#f5f5f5;border-radius:20px;padding:8px 12px}.internal-chat-footer .internal-chat-input .input-container .ant-input{border:none;background:transparent;box-shadow:none;resize:none;padding:4px 0}.internal-chat-footer .internal-chat-input .input-container .ant-input:focus{border:none;box-shadow:none}.internal-chat-footer .internal-chat-input .input-container .input-actions{display:flex;gap:4px;align-items:center}.internal-chat-footer .internal-chat-input .input-container .input-actions .ant-btn{border:none;box-shadow:none;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;padding:0}.internal-chat-footer .internal-chat-input .input-container .input-actions .ant-btn.ant-btn-primary{background:linear-gradient(135deg,#667eea,#764ba2)}.internal-chat-footer .internal-chat-input .input-container .input-actions .ant-btn.ant-btn-primary:hover{background:linear-gradient(135deg,#5a6fd8,#6a4190)}.internal-chat-footer .internal-chat-input .input-container .input-actions .ant-btn.ant-btn-text{color:#8c8c8c}.internal-chat-footer .internal-chat-input .input-container .input-actions .ant-btn.ant-btn-text:hover{background-color:#e6f7ff;color:#1890ff}.internal-chat-wrapper{-webkit-user-select:none;user-select:none;display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end;gap:8px;z-index:30;pointer-events:auto}.internal-chat-wrapper .internal-chat-trigger{width:64px;height:64px;background:#f1f5f9;border-radius:50%;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.internal-chat-wrapper .internal-chat-trigger:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;background:#e2e8f0}.internal-chat-wrapper .internal-chat-trigger .internal-chat-icon{width:32px;height:32px}.internal-chat{width:400px;height:500px;background:#fff;border-radius:20px;box-shadow:0 0 20px #00000026;overflow:hidden;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:absolute;right:110%}.internal-chat .internal-chat-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;min-height:60px}.internal-chat .internal-chat-header .internal-chat-header-icon{display:flex;align-items:center}.internal-chat .internal-chat-header .internal-chat-header-icon svg{width:24px;height:24px;fill:#fff}.internal-chat .internal-chat-header .internal-chat-header-title{font-weight:600;font-size:16px;flex:1;text-align:center}.internal-chat .internal-chat-header .internal-chat-header-close{padding:4px 8px;font-size:20px;cursor:pointer;border-radius:50%;transition:background-color .2s}.internal-chat .internal-chat-header .internal-chat-header-close:hover{background-color:#fff3}.internal-chat .internal-chat-header .header-back{cursor:pointer;padding:8px;border-radius:50%;transition:background-color .2s}.internal-chat .internal-chat-header .header-back:hover{background-color:#fff3}.internal-chat .internal-chat-header .header-contact-info{display:flex;align-items:center;flex:1;margin-left:12px}.internal-chat .internal-chat-header .header-contact-info .header-avatar{width:36px;height:36px;margin-right:12px}.internal-chat .internal-chat-header .header-contact-info .header-avatar img{width:36px;height:36px;border-radius:50%;object-fit:cover}.internal-chat .internal-chat-header .header-contact-info .header-contact-details{display:flex;flex-direction:column}.internal-chat .internal-chat-header .header-contact-info .header-contact-details .header-contact-name{font-weight:600;font-size:14px}.internal-chat .internal-chat-header .header-contact-info .header-contact-details .header-contact-status{font-size:12px;opacity:.8}.internal-chat .internal-chat-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.chat-widgets{display:flex;flex-direction:column;gap:10px;position:fixed;right:1.5rem;bottom:6rem;pointer-events:none}.onboarding-popup .ant-modal-content{border-radius:16px;overflow:hidden}.onboarding-popup .ant-modal-body{padding:40px 32px 32px}.onboarding-popup-content{text-align:center}.onboarding-popup-content .onboarding-icon{margin-bottom:24px}.onboarding-popup-content .onboarding-icon .icon-wrapper{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:50%;border:2px solid #e6f7ff}.onboarding-popup-content .onboarding-title{margin-bottom:16px!important;color:#1f2937;font-weight:600;font-size:24px;line-height:1.3}.onboarding-popup-content .onboarding-description{display:block;margin-bottom:32px;color:#6b7280;font-size:16px;line-height:1.5;max-width:360px;margin-left:auto;margin-right:auto}.onboarding-popup-content .onboarding-actions{display:flex;flex-direction:column;gap:12px;align-items:center}.onboarding-popup-content .onboarding-actions .start-button{height:48px;padding:0 32px;font-size:16px;font-weight:600;border-radius:8px;background:linear-gradient(135deg,#1890ff,#096dd9);border:none;box-shadow:0 4px 12px #1890ff4d;transition:all .3s ease}.onboarding-popup-content .onboarding-actions .start-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #1890ff66}.onboarding-popup-content .onboarding-actions .skip-button{color:#9ca3af;font-size:14px;padding:8px 16px;height:auto}.onboarding-popup-content .onboarding-actions .skip-button:hover{color:#6b7280;background-color:#f9fafb}.dark-theme .onboarding-popup-content .onboarding-title{color:#f9fafb}.dark-theme .onboarding-popup-content .onboarding-description{color:#d1d5db}.dark-theme .onboarding-popup-content .onboarding-actions .skip-button{color:#9ca3af}.dark-theme .onboarding-popup-content .onboarding-actions .skip-button:hover{color:#d1d5db;background-color:#374151}
