.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:11;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal-content{background:#fff;border-radius:12px;padding:0;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 40px #0000001a;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 32px;border-bottom:1px solid #e5e7eb;background:#f2f2ff;border-radius:12px 12px 0 0}.modal-header h3{margin:0;font-size:1.25rem;font-weight:600;color:#111827}.modal-header .close-button{background:none;border:none;cursor:pointer;padding:4px;border-radius:6px;transition:background-color .2s}.modal-header .close-button:hover{background-color:#e5e7eb}.modal-header .close-button mat-icon{color:#6b7280}.forwarder-form{padding:32px}.form-group{margin-bottom:24px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#374151;font-size:.875rem}.form-group .form-control{background:#f2f2ff;width:100%;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;transition:all .2s;box-sizing:border-box}.form-group .form-control:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group .form-control.error{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.form-group .form-control::placeholder{color:#9ca3af}.form-group select.form-control{cursor:pointer;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;padding-right:48px}.form-group .error-message{margin-top:6px;color:#ef4444;font-size:.75rem;font-weight:500}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media (max-width: 640px){.form-row{grid-template-columns:1fr}}.checkbox-group .checkbox-label{display:flex;align-items:center;cursor:pointer;font-weight:500;color:#374151}.checkbox-group .checkbox-label .checkbox-input{position:absolute;opacity:0;cursor:pointer}.checkbox-group .checkbox-label .checkbox-input:checked+.checkbox-custom{background-color:#3b82f6;border-color:#3b82f6}.checkbox-group .checkbox-label .checkbox-input:checked+.checkbox-custom:after{opacity:1}.checkbox-group .checkbox-label .checkbox-custom{width:20px;height:20px;border:2px solid #d1d5db;border-radius:4px;margin-right:12px;display:flex;align-items:center;justify-content:center;transition:all .2s;position:relative}.checkbox-group .checkbox-label .checkbox-custom:after{content:"";width:6px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg);opacity:0;transition:opacity .2s}.form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:32px;padding-top:24px;border-top:1px solid #e5e7eb}@media (max-width: 640px){.modal-content{width:95%;margin:20px}.modal-header,.forwarder-form{padding:20px}.form-actions{flex-direction:column}.form-actions .btn{width:100%;justify-content:center}}.cancel-code-item{display:flex}.modal-container{background:#424242;color:#fff;border-radius:12px;padding:0;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 40px #0000001a;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px 16px;border-bottom:1px solid #555}.modal-header .modal-header-content{display:flex;align-items:center;gap:12px}.modal-header .modal-header-content .warning-icon{color:#ff9800;font-size:24px;width:24px;height:24px}.modal-header .modal-header-content h3{margin:0;font-size:18px;font-weight:600;color:#fff}.modal-header .close-button{background:none;border:none;padding:8px;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ccc;transition:all .2s ease}.modal-header .close-button:hover:not(:disabled){background-color:#555;color:#fff}.modal-header .close-button:disabled{opacity:.5;cursor:not-allowed}.modal-header .close-button mat-icon{font-size:20px;width:20px;height:20px}.modal-body{padding:24px}.modal-body p{margin:0 0 20px;color:#ccc;line-height:1.5}.modal-body .forwarder-info{background-color:#333;border:1px solid #555;border-radius:6px;padding:16px;margin:20px 0}.modal-body .forwarder-info .info-item{margin-bottom:8px;color:#ccc}.modal-body .forwarder-info .info-item:last-child{margin-bottom:0}.modal-body .forwarder-info .info-item strong{font-weight:600;color:#fff}.modal-body .warning-text{color:#ffab91;font-weight:500;background-color:#3e2723;padding:12px;border-radius:8px;border-left:4px solid #ff5722;margin:20px 0 0}.modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px 24px;border-top:1px solid #555}.modal-footer button{padding:10px 20px;border-radius:6px;font-weight:500;font-size:14px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:8px;min-width:80px;justify-content:center}.modal-footer button:disabled{opacity:.6;cursor:not-allowed}.modal-footer .cancel-button{background-color:#555;border:1px solid #666;color:#ccc}.modal-footer .cancel-button:hover:not(:disabled){background-color:#666;border-color:#777}.modal-footer .delete-button{background-color:#d32f2f;border:1px solid #d32f2f;color:#fff}.modal-footer .delete-button:hover:not(:disabled){background-color:#b71c1c;border-color:#b71c1c}.modal-footer .delete-button .loading-icon{animation:spin 1s linear infinite;font-size:16px;width:16px;height:16px}.spinner{width:16px;height:16px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@font-face{font-family:ClickIcons;src:url(/assets/icons/ClickIcons.ttf) format("truetype");font-weight:400;font-style:normal}.current-icon-container{display:flex;align-items:center;cursor:pointer;border:1px solid #ccc;padding:8px;border-radius:8px;margin-bottom:10px;justify-content:space-between}.current-icon{font-size:24px;margin-right:8px}.current-icon.custom-icon{font-family:ClickIcons,sans-serif}.current-icon.custom-icon[data-icon=apple]:before{content:"\e91f"}.current-icon.custom-icon[data-icon=apple_filled]:before{content:"\e963"}.current-icon.custom-icon[data-icon=bulb]:before{content:"\e90a"}.current-icon.custom-icon[data-icon=bulb_filled]:before{content:"\e950"}.current-icon.custom-icon[data-icon=bulb_on]:before{content:"\e909"}.current-icon.custom-icon[data-icon=bulb_on_filled]:before{content:"\e94f"}.current-icon.custom-icon[data-icon=call_911]:before{content:"\e901"}.current-icon.custom-icon[data-icon=call_911_filled]:before{content:"\e947"}.current-icon.custom-icon[data-icon=car]:before{content:"\e904"}.current-icon.custom-icon[data-icon=car_filled]:before{content:"\e94a"}.current-icon.custom-icon[data-icon=cat]:before{content:"\e93d"}.current-icon.custom-icon[data-icon=cat_filled]:before{content:"\e981"}.current-icon.custom-icon[data-icon=check]:before{content:"\e922"}.current-icon.custom-icon[data-icon=check_filled]:before{content:"\e966"}.current-icon.custom-icon[data-icon=cross]:before{content:"\e923"}.current-icon.custom-icon[data-icon=cross_filled]:before{content:"\e967"}.current-icon.custom-icon[data-icon=dog]:before{content:"\e93c"}.current-icon.custom-icon[data-icon=dog_filled]:before{content:"\e980"}.current-icon.custom-icon[data-icon=door_cancelled]:before{content:"\e915"}.current-icon.custom-icon[data-icon=exit]:before{content:"\e925"}.current-icon.custom-icon[data-icon=exit_filled]:before{content:"\e969"}.current-icon.custom-icon[data-icon=fence]:before{content:"\e928"}.current-icon.custom-icon[data-icon=fence_filled]:before{content:"\e96c"}.current-icon.custom-icon[data-icon=flame]:before{content:"\e905"}.current-icon.custom-icon[data-icon=flame_alt_filled]:before{content:"\e94c"}.current-icon.custom-icon[data-icon=flame_filled]:before{content:"\e94b"}.current-icon.custom-icon[data-icon=frame]:before{content:"\e91e"}.current-icon.custom-icon[data-icon=frame_filled]:before{content:"\e962"}.current-icon.custom-icon[data-icon=garage]:before{content:"\e939"}.current-icon.custom-icon[data-icon=garage_filled]:before{content:"\e97d"}.current-icon.custom-icon[data-icon=gate]:before{content:"\e91a"}.current-icon.custom-icon[data-icon=gate_filled]:before{content:"\e95e"}.current-icon.custom-icon[data-icon=gate_open]:before{content:"\e91b"}.current-icon.custom-icon[data-icon=gate_open_filled]:before{content:"\e95f"}.current-icon.custom-icon[data-icon=gender]:before{content:"\e907"}.current-icon.custom-icon[data-icon=gender_filled]:before{content:"\e94d"}.current-icon.custom-icon[data-icon=google]:before{content:"\e924"}.current-icon.custom-icon[data-icon=google_filled]:before{content:"\e968"}.current-icon.custom-icon[data-icon=green_light]:before{content:"\e90f"}.current-icon.custom-icon[data-icon=house]:before{content:"\e900"}.current-icon.custom-icon[data-icon=house_filled]:before{content:"\e946"}.current-icon.custom-icon[data-icon=key_lock_closed]:before{content:"\e943"}.current-icon.custom-icon[data-icon=key_lock_closed_filled]:before{content:"\e987"}.current-icon.custom-icon[data-icon=key_lock_open]:before{content:"\e942"}.current-icon.custom-icon[data-icon=key_lock_open_filled]:before{content:"\e986"}.current-icon.custom-icon[data-icon=keyboard]:before{content:"\e93f"}.current-icon.custom-icon[data-icon=keyboard_filled]:before{content:"\e983"}.current-icon.custom-icon[data-icon=lamp]:before{content:"\e908"}.current-icon.custom-icon[data-icon=lamp_filled]:before{content:"\e94e"}.current-icon.custom-icon[data-icon=lightning]:before{content:"\e92c"}.current-icon.custom-icon[data-icon=lightning_filled]:before{content:"\e970"}.current-icon.custom-icon[data-icon=lightning_off]:before{content:"\e92d"}.current-icon.custom-icon[data-icon=lightning_off_filled]:before{content:"\e971"}.current-icon.custom-icon[data-icon=lock_closed]:before{content:"\e943"}.current-icon.custom-icon[data-icon=lock_closed_filled]:before{content:"\e987"}.current-icon.custom-icon[data-icon=lock_open]:before{content:"\e942"}.current-icon.custom-icon[data-icon=lock_open_filled]:before{content:"\e986"}.current-icon.custom-icon[data-icon=medic]:before{content:"\e93b"}.current-icon.custom-icon[data-icon=medic_filled]:before{content:"\e97f"}.current-icon.custom-icon[data-icon=mosaic]:before{content:"\e933"}.current-icon.custom-icon[data-icon=mosaic_filled]:before{content:"\e977"}.current-icon.custom-icon[data-icon=music]:before{content:"\e920"}.current-icon.custom-icon[data-icon=music_filled]:before{content:"\e964"}.current-icon.custom-icon[data-icon=mute]:before{content:"\e92f"}.current-icon.custom-icon[data-icon=mute_filled]:before{content:"\e973"}.current-icon.custom-icon[data-icon=note]:before{content:"\e931"}.current-icon.custom-icon[data-icon=note_filled]:before{content:"\e975"}.current-icon.custom-icon[data-icon=person]:before{content:"\e92b"}.current-icon.custom-icon[data-icon=person_filled]:before{content:"\e96f"}.current-icon.custom-icon[data-icon=place]:before{content:"\e93a"}.current-icon.custom-icon[data-icon=place_filled]:before{content:"\e97e"}.current-icon.custom-icon[data-icon=police]:before{content:"\e90d"}.current-icon.custom-icon[data-icon=police_filled]:before{content:"\e953"}.current-icon.custom-icon[data-icon=power]:before{content:"\e903"}.current-icon.custom-icon[data-icon=power_filled]:before{content:"\e949"}.current-icon.custom-icon[data-icon=question_mark]:before{content:"\e927"}.current-icon.custom-icon[data-icon=question_mark_filled]:before{content:"\e96b"}.current-icon.custom-icon[data-icon=red_light]:before{content:"\e913"}.current-icon.custom-icon[data-icon=reload_picture]:before{content:"\e921"}.current-icon.custom-icon[data-icon=reload_picture_filled]:before{content:"\e965"}.current-icon.custom-icon[data-icon=semaphore]:before{content:"\e90e"}.current-icon.custom-icon[data-icon=semaphore_filled]:before{content:"\e955"}.current-icon.custom-icon[data-icon=shop]:before{content:"\e932"}.current-icon.custom-icon[data-icon=shop_filled]:before{content:"\e976"}.current-icon.custom-icon[data-icon=siren]:before{content:"\e937"}.current-icon.custom-icon[data-icon=siren_filled]:before{content:"\e97b"}.current-icon.custom-icon[data-icon=siren_off]:before{content:"\e936"}.current-icon.custom-icon[data-icon=siren_off_filled]:before{content:"\e97a"}.current-icon.custom-icon[data-icon=speaker]:before{content:"\e92e"}.current-icon.custom-icon[data-icon=speaker_filled]:before{content:"\e972"}.current-icon.custom-icon[data-icon=star]:before{content:"\e940"}.current-icon.custom-icon[data-icon=star_filled]:before{content:"\e984"}.current-icon.custom-icon[data-icon=stay]:before{content:"\e935"}.current-icon.custom-icon[data-icon=stay_filled]:before{content:"\e979"}.current-icon.custom-icon[data-icon=suspect]:before{content:"\e91c"}.current-icon.custom-icon[data-icon=suspect_filled]:before{content:"\e960"}.current-icon.custom-icon[data-icon=swim]:before{content:"\e91d"}.current-icon.custom-icon[data-icon=swim_filled]:before{content:"\e961"}.current-icon.custom-icon[data-icon=tap]:before{content:"\e90c"}.current-icon.custom-icon[data-icon=tap_filled]:before{content:"\e952"}.current-icon.custom-icon[data-icon=tap_open]:before{content:"\e90b"}.current-icon.custom-icon[data-icon=tap_open_filled]:before{content:"\e951"}.current-icon.custom-icon[data-icon=tictactoe]:before{content:"\e941"}.current-icon.custom-icon[data-icon=tictactoe_filled]:before{content:"\e985"}.current-icon.custom-icon[data-icon=touch]:before{content:"\e902"}.current-icon.custom-icon[data-icon=touch_filled]:before{content:"\e948"}.current-icon.custom-icon[data-icon=unplug]:before{content:"\e930"}.current-icon.custom-icon[data-icon=unplug_filled]:before{content:"\e974"}.current-icon.custom-icon[data-icon=visibility]:before{content:"\e929"}.current-icon.custom-icon[data-icon=visibility_filled]:before{content:"\e96d"}.current-icon.custom-icon[data-icon=visibility_off]:before{content:"\e92a"}.current-icon.custom-icon[data-icon=visibility_off_filled]:before{content:"\e96e"}.current-icon.custom-icon[data-icon=walk]:before{content:"\e934"}.current-icon.custom-icon[data-icon=walk_filled]:before{content:"\e978"}.current-icon.custom-icon[data-icon=warehouse]:before{content:"\e938"}.current-icon.custom-icon[data-icon=warehouse_filled]:before{content:"\e97c"}.current-icon.custom-icon[data-icon=warning]:before{content:"\e926"}.current-icon.custom-icon[data-icon=warning_filled]:before{content:"\e96a"}.current-icon.custom-icon[data-icon=waterdrop]:before{content:"\e93e"}.current-icon.custom-icon[data-icon=waterdrop_filled]:before{content:"\e982"}.current-icon.custom-icon[data-icon=yellow_light]:before{content:"\e911"}.icon-name{flex-grow:1;display:flex;align-items:center;gap:8px}.icon-type-badge{font-size:10px;background:#007bff;color:#fff;padding:2px 6px;border-radius:12px;text-transform:uppercase;font-weight:600}.icon-type-badge.small{font-size:8px;padding:1px 4px}.dropdown-arrow{font-size:20px}.icon-selector{border:1px solid #ccc;border-radius:4px;padding:10px;max-height:400px;overflow-y:auto;background:#fff}.icon-selector-content{display:flex;flex-direction:column;gap:15px}.icon-filters{display:flex;gap:5px;padding-bottom:10px;border-bottom:1px solid #eee}.icon-filters .filter-button{background:#f8f9fa;border:1px solid #dee2e6;color:#495057;padding:5px 12px;border-radius:4px;cursor:pointer;font-size:12px;transition:all .2s}.icon-filters .filter-button:hover{background:#e9ecef}.icon-filters .filter-button.active{background:#007bff;border-color:#007bff;color:#fff}.icon-grid{display:flex;flex-wrap:wrap;gap:10px;max-height:300px;overflow-y:auto}.icon-option{width:80px;display:flex;flex-direction:column;align-items:center;cursor:pointer;padding:8px 5px;border-radius:4px;border:1px solid transparent;transition:all .2s}.icon-option .custom-icon{font-family:ClickIcons,sans-serif;font-size:20px}.icon-option .custom-icon[data-icon=apple]:before{content:"\e91f"}.icon-option .custom-icon[data-icon=apple_filled]:before{content:"\e963"}.icon-option .custom-icon[data-icon=bulb]:before{content:"\e90a"}.icon-option .custom-icon[data-icon=bulb_filled]:before{content:"\e950"}.icon-option .custom-icon[data-icon=bulb_on]:before{content:"\e909"}.icon-option .custom-icon[data-icon=bulb_on_filled]:before{content:"\e94f"}.icon-option .custom-icon[data-icon=call_911]:before{content:"\e901"}.icon-option .custom-icon[data-icon=call_911_filled]:before{content:"\e947"}.icon-option .custom-icon[data-icon=car]:before{content:"\e904"}.icon-option .custom-icon[data-icon=car_filled]:before{content:"\e94a"}.icon-option .custom-icon[data-icon=cat]:before{content:"\e93d"}.icon-option .custom-icon[data-icon=cat_filled]:before{content:"\e981"}.icon-option .custom-icon[data-icon=check]:before{content:"\e922"}.icon-option .custom-icon[data-icon=check_filled]:before{content:"\e966"}.icon-option .custom-icon[data-icon=cross]:before{content:"\e923"}.icon-option .custom-icon[data-icon=cross_filled]:before{content:"\e967"}.icon-option .custom-icon[data-icon=dog]:before{content:"\e93c"}.icon-option .custom-icon[data-icon=dog_filled]:before{content:"\e980"}.icon-option .custom-icon[data-icon=door_cancelled]:before{content:"\e915"}.icon-option .custom-icon[data-icon=exit]:before{content:"\e925"}.icon-option .custom-icon[data-icon=exit_filled]:before{content:"\e969"}.icon-option .custom-icon[data-icon=fence]:before{content:"\e928"}.icon-option .custom-icon[data-icon=fence_filled]:before{content:"\e96c"}.icon-option .custom-icon[data-icon=flame]:before{content:"\e905"}.icon-option .custom-icon[data-icon=flame_alt_filled]:before{content:"\e94c"}.icon-option .custom-icon[data-icon=flame_filled]:before{content:"\e94b"}.icon-option .custom-icon[data-icon=frame]:before{content:"\e91e"}.icon-option .custom-icon[data-icon=frame_filled]:before{content:"\e962"}.icon-option .custom-icon[data-icon=garage]:before{content:"\e939"}.icon-option .custom-icon[data-icon=garage_filled]:before{content:"\e97d"}.icon-option .custom-icon[data-icon=gate]:before{content:"\e91a"}.icon-option .custom-icon[data-icon=gate_filled]:before{content:"\e95e"}.icon-option .custom-icon[data-icon=gate_open]:before{content:"\e91b"}.icon-option .custom-icon[data-icon=gate_open_filled]:before{content:"\e95f"}.icon-option .custom-icon[data-icon=gender]:before{content:"\e907"}.icon-option .custom-icon[data-icon=gender_filled]:before{content:"\e94d"}.icon-option .custom-icon[data-icon=google]:before{content:"\e924"}.icon-option .custom-icon[data-icon=google_filled]:before{content:"\e968"}.icon-option .custom-icon[data-icon=green_light]:before{content:"\e90f"}.icon-option .custom-icon[data-icon=house]:before{content:"\e900"}.icon-option .custom-icon[data-icon=house_filled]:before{content:"\e946"}.icon-option .custom-icon[data-icon=key_lock_closed]:before{content:"\e943"}.icon-option .custom-icon[data-icon=key_lock_closed_filled]:before{content:"\e987"}.icon-option .custom-icon[data-icon=key_lock_open]:before{content:"\e942"}.icon-option .custom-icon[data-icon=key_lock_open_filled]:before{content:"\e986"}.icon-option .custom-icon[data-icon=keyboard]:before{content:"\e93f"}.icon-option .custom-icon[data-icon=keyboard_filled]:before{content:"\e983"}.icon-option .custom-icon[data-icon=lamp]:before{content:"\e908"}.icon-option .custom-icon[data-icon=lamp_filled]:before{content:"\e94e"}.icon-option .custom-icon[data-icon=lightning]:before{content:"\e92c"}.icon-option .custom-icon[data-icon=lightning_filled]:before{content:"\e970"}.icon-option .custom-icon[data-icon=lightning_off]:before{content:"\e92d"}.icon-option .custom-icon[data-icon=lightning_off_filled]:before{content:"\e971"}.icon-option .custom-icon[data-icon=lock_closed]:before{content:"\e943"}.icon-option .custom-icon[data-icon=lock_closed_filled]:before{content:"\e987"}.icon-option .custom-icon[data-icon=lock_open]:before{content:"\e942"}.icon-option .custom-icon[data-icon=lock_open_filled]:before{content:"\e986"}.icon-option .custom-icon[data-icon=medic]:before{content:"\e93b"}.icon-option .custom-icon[data-icon=medic_filled]:before{content:"\e97f"}.icon-option .custom-icon[data-icon=mosaic]:before{content:"\e933"}.icon-option .custom-icon[data-icon=mosaic_filled]:before{content:"\e977"}.icon-option .custom-icon[data-icon=music]:before{content:"\e920"}.icon-option .custom-icon[data-icon=music_filled]:before{content:"\e964"}.icon-option .custom-icon[data-icon=mute]:before{content:"\e92f"}.icon-option .custom-icon[data-icon=mute_filled]:before{content:"\e973"}.icon-option .custom-icon[data-icon=note]:before{content:"\e931"}.icon-option .custom-icon[data-icon=note_filled]:before{content:"\e975"}.icon-option .custom-icon[data-icon=person]:before{content:"\e92b"}.icon-option .custom-icon[data-icon=person_filled]:before{content:"\e96f"}.icon-option .custom-icon[data-icon=place]:before{content:"\e93a"}.icon-option .custom-icon[data-icon=place_filled]:before{content:"\e97e"}.icon-option .custom-icon[data-icon=police]:before{content:"\e90d"}.icon-option .custom-icon[data-icon=police_filled]:before{content:"\e953"}.icon-option .custom-icon[data-icon=power]:before{content:"\e903"}.icon-option .custom-icon[data-icon=power_filled]:before{content:"\e949"}.icon-option .custom-icon[data-icon=question_mark]:before{content:"\e927"}.icon-option .custom-icon[data-icon=question_mark_filled]:before{content:"\e96b"}.icon-option .custom-icon[data-icon=red_light]:before{content:"\e913"}.icon-option .custom-icon[data-icon=reload_picture]:before{content:"\e921"}.icon-option .custom-icon[data-icon=reload_picture_filled]:before{content:"\e965"}.icon-option .custom-icon[data-icon=semaphore]:before{content:"\e90e"}.icon-option .custom-icon[data-icon=semaphore_filled]:before{content:"\e955"}.icon-option .custom-icon[data-icon=shop]:before{content:"\e932"}.icon-option .custom-icon[data-icon=shop_filled]:before{content:"\e976"}.icon-option .custom-icon[data-icon=siren]:before{content:"\e937"}.icon-option .custom-icon[data-icon=siren_filled]:before{content:"\e97b"}.icon-option .custom-icon[data-icon=siren_off]:before{content:"\e936"}.icon-option .custom-icon[data-icon=siren_off_filled]:before{content:"\e97a"}.icon-option .custom-icon[data-icon=speaker]:before{content:"\e92e"}.icon-option .custom-icon[data-icon=speaker_filled]:before{content:"\e972"}.icon-option .custom-icon[data-icon=star]:before{content:"\e940"}.icon-option .custom-icon[data-icon=star_filled]:before{content:"\e984"}.icon-option .custom-icon[data-icon=stay]:before{content:"\e935"}.icon-option .custom-icon[data-icon=stay_filled]:before{content:"\e979"}.icon-option .custom-icon[data-icon=suspect]:before{content:"\e91c"}.icon-option .custom-icon[data-icon=suspect_filled]:before{content:"\e960"}.icon-option .custom-icon[data-icon=swim]:before{content:"\e91d"}.icon-option .custom-icon[data-icon=swim_filled]:before{content:"\e961"}.icon-option .custom-icon[data-icon=tap]:before{content:"\e90c"}.icon-option .custom-icon[data-icon=tap_filled]:before{content:"\e952"}.icon-option .custom-icon[data-icon=tap_open]:before{content:"\e90b"}.icon-option .custom-icon[data-icon=tap_open_filled]:before{content:"\e951"}.icon-option .custom-icon[data-icon=tictactoe]:before{content:"\e941"}.icon-option .custom-icon[data-icon=tictactoe_filled]:before{content:"\e985"}.icon-option .custom-icon[data-icon=touch]:before{content:"\e902"}.icon-option .custom-icon[data-icon=touch_filled]:before{content:"\e948"}.icon-option .custom-icon[data-icon=unplug]:before{content:"\e930"}.icon-option .custom-icon[data-icon=unplug_filled]:before{content:"\e974"}.icon-option .custom-icon[data-icon=visibility]:before{content:"\e929"}.icon-option .custom-icon[data-icon=visibility_filled]:before{content:"\e96d"}.icon-option .custom-icon[data-icon=visibility_off]:before{content:"\e92a"}.icon-option .custom-icon[data-icon=visibility_off_filled]:before{content:"\e96e"}.icon-option .custom-icon[data-icon=walk]:before{content:"\e934"}.icon-option .custom-icon[data-icon=walk_filled]:before{content:"\e978"}.icon-option .custom-icon[data-icon=warehouse]:before{content:"\e938"}.icon-option .custom-icon[data-icon=warehouse_filled]:before{content:"\e97c"}.icon-option .custom-icon[data-icon=warning]:before{content:"\e926"}.icon-option .custom-icon[data-icon=warning_filled]:before{content:"\e96a"}.icon-option .custom-icon[data-icon=waterdrop]:before{content:"\e93e"}.icon-option .custom-icon[data-icon=waterdrop_filled]:before{content:"\e982"}.icon-option .custom-icon[data-icon=yellow_light]:before{content:"\e911"}.icon-option:hover,.icon-option.selected{border-color:#007bff;background-color:#f0f8ff}.icon-option-name{font-size:10px;text-align:center;margin-top:4px;display:flex;flex-direction:column;align-items:center;gap:2px}.color-input{width:100%;height:40px;border:none;cursor:pointer;background:none;padding:0}.icon-color-row{display:flex;align-items:center;gap:10px}.color-input-square{width:32px;height:32px;border:none;padding:0;cursor:pointer;appearance:none}.actions-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.actions-header label{margin:0}.actions-header .add-action-button{display:flex;align-items:center;gap:.5rem;background:#007bff;color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-size:.875rem;transition:background-color .2s}.actions-header .add-action-button:hover{background:#0056b3}.actions-header .add-action-button mat-icon{font-size:1rem;width:1rem;height:1rem}.actions-list{border:1px solid #e5e5e5;border-radius:4px;overflow:hidden}.action-item{border-bottom:1px solid #e5e5e5}.action-item:last-child{border-bottom:none}.action-item .action-header{display:flex;justify-content:space-between;align-items:center;background:#f8f9fa;padding:.75rem 1rem}.action-item .action-header h4{margin:0;font-size:.875rem;font-weight:600;color:#495057}.action-item .action-header .remove-action-button{background:none;border:none;color:#dc3545;cursor:pointer;padding:.25rem;border-radius:4px;transition:background-color .2s}.action-item .action-header .remove-action-button:hover:not(:disabled){background:#dc35451a}.action-item .action-header .remove-action-button:disabled{color:#ccc;cursor:not-allowed}.action-item .action-header .remove-action-button mat-icon{font-size:1rem;width:1rem;height:1rem}.action-item .action-fields{padding:1rem;display:grid;grid-template-columns:1fr 2fr;gap:1rem}@media (max-width: 769px){.action-item .action-fields{grid-template-columns:1fr}}.action-item .action-fields .form-field label{font-size:.875rem;margin-bottom:.25rem}.action-item .action-fields .form-field .form-control{padding:.5rem;font-size:.875rem}.action-item .action-fields .form-field .error-message{font-size:.75rem}.command-preview-icon.custom-icon{font-family:ClickIcons,sans-serif}.remove-cancel-code-button{background:none;border:none;color:#dc3545;cursor:pointer;padding:.25rem;border-radius:4px;transition:background-color .2s}.remove-cancel-code-button:hover:not(:disabled){background:#dc35451a}.remove-cancel-code-button:disabled{color:#ccc;cursor:not-allowed}.remove-cancel-code-button mat-icon{font-size:1rem;width:1rem;height:1rem}.add-cancel-code-button{background:none;border:none;color:#007bff;cursor:pointer;padding:.25rem;border-radius:4px;transition:background-color .2s}.add-cancel-code-button:hover:not(:disabled){background:#dc35451a}.add-cancel-code-button:disabled{color:#ccc;cursor:not-allowed}.add-cancel-code-button mat-icon{font-size:1rem;width:1rem;height:1rem}.mat-elevation-z0,.mat-mdc-elevation-specific.mat-elevation-z0{box-shadow:var(--mat-app-elevation-shadow-level-0, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow)}.mat-elevation-z1,.mat-mdc-elevation-specific.mat-elevation-z1{box-shadow:var(--mat-app-elevation-shadow-level-1, 0px 2px 1px -1px --mat-sys-shadow, 0px 1px 1px 0px --mat-sys-shadow, 0px 1px 3px 0px --mat-sys-shadow)}.mat-elevation-z2,.mat-mdc-elevation-specific.mat-elevation-z2{box-shadow:var(--mat-app-elevation-shadow-level-2, 0px 3px 1px -2px --mat-sys-shadow, 0px 2px 2px 0px --mat-sys-shadow, 0px 1px 5px 0px --mat-sys-shadow)}.mat-elevation-z3,.mat-mdc-elevation-specific.mat-elevation-z3{box-shadow:var(--mat-app-elevation-shadow-level-3, 0px 3px 3px -2px --mat-sys-shadow, 0px 3px 4px 0px --mat-sys-shadow, 0px 1px 8px 0px --mat-sys-shadow)}.mat-elevation-z4,.mat-mdc-elevation-specific.mat-elevation-z4{box-shadow:var(--mat-app-elevation-shadow-level-4, 0px 2px 4px -1px --mat-sys-shadow, 0px 4px 5px 0px --mat-sys-shadow, 0px 1px 10px 0px --mat-sys-shadow)}.mat-elevation-z5,.mat-mdc-elevation-specific.mat-elevation-z5{box-shadow:var(--mat-app-elevation-shadow-level-5, 0px 3px 5px -1px --mat-sys-shadow, 0px 5px 8px 0px --mat-sys-shadow, 0px 1px 14px 0px --mat-sys-shadow)}.mat-elevation-z6,.mat-mdc-elevation-specific.mat-elevation-z6{box-shadow:var(--mat-app-elevation-shadow-level-6, 0px 3px 5px -1px --mat-sys-shadow, 0px 6px 10px 0px --mat-sys-shadow, 0px 1px 18px 0px --mat-sys-shadow)}.mat-elevation-z7,.mat-mdc-elevation-specific.mat-elevation-z7{box-shadow:var(--mat-app-elevation-shadow-level-7, 0px 4px 5px -2px --mat-sys-shadow, 0px 7px 10px 1px --mat-sys-shadow, 0px 2px 16px 1px --mat-sys-shadow)}.mat-elevation-z8,.mat-mdc-elevation-specific.mat-elevation-z8{box-shadow:var(--mat-app-elevation-shadow-level-8, 0px 5px 5px -3px --mat-sys-shadow, 0px 8px 10px 1px --mat-sys-shadow, 0px 3px 14px 2px --mat-sys-shadow)}.mat-elevation-z9,.mat-mdc-elevation-specific.mat-elevation-z9{box-shadow:var(--mat-app-elevation-shadow-level-9, 0px 5px 6px -3px --mat-sys-shadow, 0px 9px 12px 1px --mat-sys-shadow, 0px 3px 16px 2px --mat-sys-shadow)}.mat-elevation-z10,.mat-mdc-elevation-specific.mat-elevation-z10{box-shadow:var(--mat-app-elevation-shadow-level-10, 0px 6px 6px -3px --mat-sys-shadow, 0px 10px 14px 1px --mat-sys-shadow, 0px 4px 18px 3px --mat-sys-shadow)}.mat-elevation-z11,.mat-mdc-elevation-specific.mat-elevation-z11{box-shadow:var(--mat-app-elevation-shadow-level-11, 0px 6px 7px -4px --mat-sys-shadow, 0px 11px 15px 1px --mat-sys-shadow, 0px 4px 20px 3px --mat-sys-shadow)}.mat-elevation-z12,.mat-mdc-elevation-specific.mat-elevation-z12{box-shadow:var(--mat-app-elevation-shadow-level-12, 0px 7px 8px -4px --mat-sys-shadow, 0px 12px 17px 2px --mat-sys-shadow, 0px 5px 22px 4px --mat-sys-shadow)}.mat-elevation-z13,.mat-mdc-elevation-specific.mat-elevation-z13{box-shadow:var(--mat-app-elevation-shadow-level-13, 0px 7px 8px -4px --mat-sys-shadow, 0px 13px 19px 2px --mat-sys-shadow, 0px 5px 24px 4px --mat-sys-shadow)}.mat-elevation-z14,.mat-mdc-elevation-specific.mat-elevation-z14{box-shadow:var(--mat-app-elevation-shadow-level-14, 0px 7px 9px -4px --mat-sys-shadow, 0px 14px 21px 2px --mat-sys-shadow, 0px 5px 26px 4px --mat-sys-shadow)}.mat-elevation-z15,.mat-mdc-elevation-specific.mat-elevation-z15{box-shadow:var(--mat-app-elevation-shadow-level-15, 0px 8px 9px -5px --mat-sys-shadow, 0px 15px 22px 2px --mat-sys-shadow, 0px 6px 28px 5px --mat-sys-shadow)}.mat-elevation-z16,.mat-mdc-elevation-specific.mat-elevation-z16{box-shadow:var(--mat-app-elevation-shadow-level-16, 0px 8px 10px -5px --mat-sys-shadow, 0px 16px 24px 2px --mat-sys-shadow, 0px 6px 30px 5px --mat-sys-shadow)}.mat-elevation-z17,.mat-mdc-elevation-specific.mat-elevation-z17{box-shadow:var(--mat-app-elevation-shadow-level-17, 0px 8px 11px -5px --mat-sys-shadow, 0px 17px 26px 2px --mat-sys-shadow, 0px 6px 32px 5px --mat-sys-shadow)}.mat-elevation-z18,.mat-mdc-elevation-specific.mat-elevation-z18{box-shadow:var(--mat-app-elevation-shadow-level-18, 0px 9px 11px -5px --mat-sys-shadow, 0px 18px 28px 2px --mat-sys-shadow, 0px 7px 34px 6px --mat-sys-shadow)}.mat-elevation-z19,.mat-mdc-elevation-specific.mat-elevation-z19{box-shadow:var(--mat-app-elevation-shadow-level-19, 0px 9px 12px -6px --mat-sys-shadow, 0px 19px 29px 2px --mat-sys-shadow, 0px 7px 36px 6px --mat-sys-shadow)}.mat-elevation-z20,.mat-mdc-elevation-specific.mat-elevation-z20{box-shadow:var(--mat-app-elevation-shadow-level-20, 0px 10px 13px -6px --mat-sys-shadow, 0px 20px 31px 3px --mat-sys-shadow, 0px 8px 38px 7px --mat-sys-shadow)}.mat-elevation-z21,.mat-mdc-elevation-specific.mat-elevation-z21{box-shadow:var(--mat-app-elevation-shadow-level-21, 0px 10px 13px -6px --mat-sys-shadow, 0px 21px 33px 3px --mat-sys-shadow, 0px 8px 40px 7px --mat-sys-shadow)}.mat-elevation-z22,.mat-mdc-elevation-specific.mat-elevation-z22{box-shadow:var(--mat-app-elevation-shadow-level-22, 0px 10px 14px -6px --mat-sys-shadow, 0px 22px 35px 3px --mat-sys-shadow, 0px 8px 42px 7px --mat-sys-shadow)}.mat-elevation-z23,.mat-mdc-elevation-specific.mat-elevation-z23{box-shadow:var(--mat-app-elevation-shadow-level-23, 0px 11px 14px -7px --mat-sys-shadow, 0px 23px 36px 3px --mat-sys-shadow, 0px 9px 44px 8px --mat-sys-shadow)}.mat-elevation-z24,.mat-mdc-elevation-specific.mat-elevation-z24{box-shadow:var(--mat-app-elevation-shadow-level-24, 0px 11px 15px -7px --mat-sys-shadow, 0px 24px 38px 3px --mat-sys-shadow, 0px 9px 46px 8px --mat-sys-shadow)}html{--mat-sys-on-surface: initial}.mat-app-background{background-color:var(--mat-app-background-color, var(--mat-sys-background, transparent));color:var(--mat-app-text-color, var(--mat-sys-on-background, inherit))}:root{--mat-app-background-color: #fef8fc;--mat-app-text-color: #1d1b1e;--mat-app-elevation-shadow-level-0: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-1: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-2: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-3: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-4: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-5: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 5px 8px 0px rgba(0, 0, 0, .14), 0px 1px 14px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-6: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-7: 0px 4px 5px -2px rgba(0, 0, 0, .2), 0px 7px 10px 1px rgba(0, 0, 0, .14), 0px 2px 16px 1px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-8: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-9: 0px 5px 6px -3px rgba(0, 0, 0, .2), 0px 9px 12px 1px rgba(0, 0, 0, .14), 0px 3px 16px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-10: 0px 6px 6px -3px rgba(0, 0, 0, .2), 0px 10px 14px 1px rgba(0, 0, 0, .14), 0px 4px 18px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-11: 0px 6px 7px -4px rgba(0, 0, 0, .2), 0px 11px 15px 1px rgba(0, 0, 0, .14), 0px 4px 20px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-12: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-13: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 13px 19px 2px rgba(0, 0, 0, .14), 0px 5px 24px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-14: 0px 7px 9px -4px rgba(0, 0, 0, .2), 0px 14px 21px 2px rgba(0, 0, 0, .14), 0px 5px 26px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-15: 0px 8px 9px -5px rgba(0, 0, 0, .2), 0px 15px 22px 2px rgba(0, 0, 0, .14), 0px 6px 28px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-16: 0px 8px 10px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-17: 0px 8px 11px -5px rgba(0, 0, 0, .2), 0px 17px 26px 2px rgba(0, 0, 0, .14), 0px 6px 32px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-18: 0px 9px 11px -5px rgba(0, 0, 0, .2), 0px 18px 28px 2px rgba(0, 0, 0, .14), 0px 7px 34px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-19: 0px 9px 12px -6px rgba(0, 0, 0, .2), 0px 19px 29px 2px rgba(0, 0, 0, .14), 0px 7px 36px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-20: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 20px 31px 3px rgba(0, 0, 0, .14), 0px 8px 38px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-21: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 21px 33px 3px rgba(0, 0, 0, .14), 0px 8px 40px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-22: 0px 10px 14px -6px rgba(0, 0, 0, .2), 0px 22px 35px 3px rgba(0, 0, 0, .14), 0px 8px 42px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-23: 0px 11px 14px -7px rgba(0, 0, 0, .2), 0px 23px 36px 3px rgba(0, 0, 0, .14), 0px 9px 44px 8px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-24: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);--mat-ripple-color: color-mix(in srgb, #1d1b1e 10%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, #1d1b1e 12%, transparent);--mat-option-hover-state-layer-color: color-mix(in srgb, #1d1b1e 8%, transparent);--mat-option-label-text-color: #1d1b1e;--mat-option-selected-state-label-text-color: #4b4357;--mat-option-selected-state-layer-color: #eadef7;--mat-optgroup-label-text-color: #49454e;--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fef8fc;--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-pseudo-checkbox-full-selected-checkmark-color: #ffffff;--mat-pseudo-checkbox-full-selected-icon-color: #7d00fa;--mat-pseudo-checkbox-full-unselected-icon-color: #49454e;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #7d00fa;--mat-option-label-text-size: 1rem;--mat-option-label-text-weight: 400;--mat-option-label-text-font: Roboto, sans-serif;--mat-option-label-text-line-height: 1.25rem;--mat-option-label-text-tracking: .006rem;--mat-optgroup-label-text-font: Roboto, sans-serif;--mat-optgroup-label-text-line-height: 1.25rem;--mat-optgroup-label-text-size: .875rem;--mat-optgroup-label-text-tracking: .006rem;--mat-optgroup-label-text-weight: 500;--mat-card-elevated-container-shape: 12px;--mat-card-filled-container-shape: 12px;--mat-card-outlined-container-shape: 12px;--mat-card-outlined-outline-width: 1px;--mat-card-elevated-container-color: #f8f2f6;--mat-card-elevated-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-card-filled-container-color: #e6e1e6;--mat-card-filled-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-outlined-container-color: #fef8fc;--mat-card-outlined-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-outlined-outline-color: #cbc4cf;--mat-card-subtitle-text-color: #1d1b1e;--mat-card-subtitle-text-font: Roboto, sans-serif;--mat-card-subtitle-text-line-height: 1.5rem;--mat-card-subtitle-text-size: 1rem;--mat-card-subtitle-text-tracking: .009rem;--mat-card-subtitle-text-weight: 500;--mat-card-title-text-font: Roboto, sans-serif;--mat-card-title-text-line-height: 1.75rem;--mat-card-title-text-size: 1.375rem;--mat-card-title-text-tracking: 0;--mat-card-title-text-weight: 400;--mat-progress-bar-active-indicator-height: 4px;--mat-progress-bar-track-height: 4px;--mat-progress-bar-track-shape: 0;--mat-progress-bar-active-indicator-color: #7d00fa;--mat-progress-bar-track-color: #e8e0eb;--mat-tooltip-container-color: #323033;--mat-tooltip-container-shape: 4px;--mat-tooltip-supporting-text-color: #f5eff4;--mat-tooltip-supporting-text-font: Roboto, sans-serif;--mat-tooltip-supporting-text-line-height: 1rem;--mat-tooltip-supporting-text-size: .75rem;--mat-tooltip-supporting-text-tracking: .025rem;--mat-tooltip-supporting-text-weight: 400;--mat-form-field-filled-active-indicator-height: 1px;--mat-form-field-filled-focus-active-indicator-height: 2px;--mat-form-field-filled-container-shape: 4px;--mat-form-field-outlined-outline-width: 1px;--mat-form-field-outlined-focus-outline-width: 2px;--mat-form-field-outlined-container-shape: 4px;--mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-form-field-disabled-leading-icon-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-form-field-disabled-select-arrow-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-form-field-disabled-trailing-icon-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-form-field-enabled-select-arrow-color: #49454e;--mat-form-field-error-focus-trailing-icon-color: #ba1a1a;--mat-form-field-error-hover-trailing-icon-color: #93000a;--mat-form-field-error-text-color: #ba1a1a;--mat-form-field-error-trailing-icon-color: #ba1a1a;--mat-form-field-filled-active-indicator-color: #49454e;--mat-form-field-filled-caret-color: #7d00fa;--mat-form-field-filled-container-color: #e8e0eb;--mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-form-field-filled-disabled-container-color: color-mix(in srgb, #1d1b1e 4%, transparent);--mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-form-field-filled-error-active-indicator-color: #ba1a1a;--mat-form-field-filled-error-caret-color: #ba1a1a;--mat-form-field-filled-error-focus-active-indicator-color: #ba1a1a;--mat-form-field-filled-error-focus-label-text-color: #ba1a1a;--mat-form-field-filled-error-hover-active-indicator-color: #93000a;--mat-form-field-filled-error-hover-label-text-color: #93000a;--mat-form-field-filled-error-label-text-color: #ba1a1a;--mat-form-field-filled-focus-active-indicator-color: #7d00fa;--mat-form-field-filled-focus-label-text-color: #7d00fa;--mat-form-field-filled-hover-active-indicator-color: #1d1b1e;--mat-form-field-filled-hover-label-text-color: #49454e;--mat-form-field-filled-input-text-color: #1d1b1e;--mat-form-field-filled-input-text-placeholder-color: #49454e;--mat-form-field-filled-label-text-color: #49454e;--mat-form-field-focus-select-arrow-color: #7d00fa;--mat-form-field-focus-state-layer-opacity: 0;--mat-form-field-hover-state-layer-opacity: .08;--mat-form-field-leading-icon-color: #49454e;--mat-form-field-outlined-caret-color: #7d00fa;--mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, #1d1b1e 12%, transparent);--mat-form-field-outlined-error-caret-color: #ba1a1a;--mat-form-field-outlined-error-focus-label-text-color: #ba1a1a;--mat-form-field-outlined-error-focus-outline-color: #ba1a1a;--mat-form-field-outlined-error-hover-label-text-color: #93000a;--mat-form-field-outlined-error-hover-outline-color: #93000a;--mat-form-field-outlined-error-label-text-color: #ba1a1a;--mat-form-field-outlined-error-outline-color: #ba1a1a;--mat-form-field-outlined-focus-label-text-color: #7d00fa;--mat-form-field-outlined-focus-outline-color: #7d00fa;--mat-form-field-outlined-hover-label-text-color: #1d1b1e;--mat-form-field-outlined-hover-outline-color: #1d1b1e;--mat-form-field-outlined-input-text-color: #1d1b1e;--mat-form-field-outlined-input-text-placeholder-color: #49454e;--mat-form-field-outlined-label-text-color: #49454e;--mat-form-field-outlined-outline-color: #7b757f;--mat-form-field-select-disabled-option-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-form-field-select-option-text-color: #1d1b1e;--mat-form-field-state-layer-color: #1d1b1e;--mat-form-field-trailing-icon-color: #49454e;--mat-form-field-container-height: 56px;--mat-form-field-filled-label-display: block;--mat-form-field-container-vertical-padding: 16px;--mat-form-field-filled-with-label-container-padding-top: 24px;--mat-form-field-filled-with-label-container-padding-bottom: 8px;--mat-form-field-container-text-font: Roboto, sans-serif;--mat-form-field-container-text-line-height: 1.5rem;--mat-form-field-container-text-size: 1rem;--mat-form-field-container-text-tracking: .031rem;--mat-form-field-container-text-weight: 400;--mat-form-field-subscript-text-font: Roboto, sans-serif;--mat-form-field-subscript-text-line-height: 1rem;--mat-form-field-subscript-text-size: .75rem;--mat-form-field-subscript-text-tracking: .025rem;--mat-form-field-subscript-text-weight: 400;--mat-form-field-outlined-label-text-font: Roboto, sans-serif;--mat-form-field-outlined-label-text-size: 1rem;--mat-form-field-outlined-label-text-tracking: .031rem;--mat-form-field-outlined-label-text-weight: 400;--mat-form-field-filled-label-text-font: Roboto, sans-serif;--mat-form-field-filled-label-text-size: 1rem;--mat-form-field-filled-label-text-tracking: .031rem;--mat-form-field-filled-label-text-weight: 400;--mat-select-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-select-panel-background-color: #f2ecf1;--mat-select-enabled-trigger-text-color: #1d1b1e;--mat-select-disabled-trigger-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-select-placeholder-text-color: #49454e;--mat-select-enabled-arrow-color: #49454e;--mat-select-disabled-arrow-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-select-focused-arrow-color: #7d00fa;--mat-select-invalid-arrow-color: #ba1a1a;--mat-select-arrow-transform: translateY(-8px);--mat-select-trigger-text-font: Roboto, sans-serif;--mat-select-trigger-text-line-height: 1.5rem;--mat-select-trigger-text-size: 1rem;--mat-select-trigger-text-tracking: .031rem;--mat-select-trigger-text-weight: 400;--mat-autocomplete-container-shape: 4px;--mat-autocomplete-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-autocomplete-background-color: #f2ecf1;--mat-dialog-actions-alignment: flex-end;--mat-dialog-actions-padding: 16px 24px;--mat-dialog-container-elevation-shadow: none;--mat-dialog-container-max-width: 560px;--mat-dialog-container-min-width: 280px;--mat-dialog-container-shape: 28px;--mat-dialog-container-small-max-width: calc(100vw - 32px) ;--mat-dialog-content-padding: 20px 24px;--mat-dialog-headline-padding: 6px 24px 13px;--mat-dialog-with-actions-content-padding: 20px 24px 0;--mat-dialog-container-color: #fef8fc;--mat-dialog-subhead-color: #1d1b1e;--mat-dialog-supporting-text-color: #49454e;--mat-dialog-subhead-font: Roboto, sans-serif;--mat-dialog-subhead-line-height: 2rem;--mat-dialog-subhead-size: 1.5rem;--mat-dialog-subhead-tracking: 0;--mat-dialog-subhead-weight: 400;--mat-dialog-supporting-text-font: Roboto, sans-serif;--mat-dialog-supporting-text-line-height: 1.25rem;--mat-dialog-supporting-text-size: .875rem;--mat-dialog-supporting-text-tracking: .016rem;--mat-dialog-supporting-text-weight: 400;--mat-chip-container-shape-radius: 8px;--mat-chip-disabled-container-opacity: 1;--mat-chip-elevated-container-color: transparent;--mat-chip-flat-selected-outline-width: 0;--mat-chip-outline-width: 1px;--mat-chip-trailing-action-focus-opacity: 1;--mat-chip-trailing-action-opacity: 1;--mat-chip-with-avatar-avatar-shape-radius: 24px;--mat-chip-with-avatar-avatar-size: 24px;--mat-chip-with-avatar-disabled-avatar-opacity: .38;--mat-chip-with-icon-disabled-icon-opacity: .38;--mat-chip-with-icon-icon-size: 18px;--mat-chip-with-trailing-icon-disabled-trailing-icon-opacity: .38;--mat-chip-disabled-label-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-chip-disabled-outline-color: color-mix(in srgb, #1d1b1e 12%, transparent);--mat-chip-elevated-selected-container-color: #eadef7;--mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, #1d1b1e 12%, transparent);--mat-chip-focus-outline-color: #49454e;--mat-chip-focus-state-layer-color: #49454e;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: #49454e;--mat-chip-hover-state-layer-opacity: .08;--mat-chip-label-text-color: #49454e;--mat-chip-outline-color: #7b757f;--mat-chip-selected-disabled-trailing-icon-color: #1d1b1e;--mat-chip-selected-focus-state-layer-color: #4b4357;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: #4b4357;--mat-chip-selected-hover-state-layer-opacity: .08;--mat-chip-selected-label-text-color: #4b4357;--mat-chip-selected-trailing-action-state-layer-color: #4b4357;--mat-chip-selected-trailing-icon-color: #4b4357;--mat-chip-trailing-action-focus-state-layer-opacity: .12;--mat-chip-trailing-action-hover-state-layer-opacity: .08;--mat-chip-trailing-action-state-layer-color: #49454e;--mat-chip-with-icon-disabled-icon-color: #1d1b1e;--mat-chip-with-icon-icon-color: #49454e;--mat-chip-with-icon-selected-icon-color: #4b4357;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: #1d1b1e;--mat-chip-with-trailing-icon-trailing-icon-color: #49454e;--mat-chip-container-height: 32px;--mat-chip-label-text-font: Roboto, sans-serif;--mat-chip-label-text-line-height: 1.25rem;--mat-chip-label-text-size: .875rem;--mat-chip-label-text-tracking: .006rem;--mat-chip-label-text-weight: 500;--mat-slide-toggle-disabled-selected-handle-opacity: 1;--mat-slide-toggle-disabled-selected-icon-opacity: .38;--mat-slide-toggle-disabled-track-opacity: .12;--mat-slide-toggle-disabled-unselected-handle-opacity: .38;--mat-slide-toggle-disabled-unselected-icon-opacity: .38;--mat-slide-toggle-disabled-unselected-track-outline-width: 2px;--mat-slide-toggle-handle-shape: 9999px;--mat-slide-toggle-hidden-track-opacity: 0;--mat-slide-toggle-hidden-track-transition: opacity 75ms;--mat-slide-toggle-pressed-handle-size: 28px;--mat-slide-toggle-selected-handle-horizontal-margin: 0 24px;--mat-slide-toggle-selected-handle-size: 24px;--mat-slide-toggle-selected-icon-size: 16px;--mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0 22px;--mat-slide-toggle-selected-track-outline-color: transparent;--mat-slide-toggle-selected-track-outline-width: 2px;--mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0 24px;--mat-slide-toggle-state-layer-size: 40px;--mat-slide-toggle-track-height: 32px;--mat-slide-toggle-track-outline-width: 2px;--mat-slide-toggle-track-shape: 9999px;--mat-slide-toggle-track-width: 52px;--mat-slide-toggle-unselected-handle-horizontal-margin: 0 8px;--mat-slide-toggle-unselected-handle-size: 16px;--mat-slide-toggle-unselected-icon-size: 16px;--mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0 2px;--mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0 4px;--mat-slide-toggle-visible-track-opacity: 1;--mat-slide-toggle-visible-track-transition: opacity 75ms;--mat-slide-toggle-with-icon-handle-size: 24px;--mat-slide-toggle-disabled-label-text-color: #1d1b1e;--mat-slide-toggle-disabled-selected-handle-color: #fef8fc;--mat-slide-toggle-disabled-selected-icon-color: #1d1b1e;--mat-slide-toggle-disabled-selected-track-color: #1d1b1e;--mat-slide-toggle-disabled-unselected-handle-color: #1d1b1e;--mat-slide-toggle-disabled-unselected-icon-color: #e8e0eb;--mat-slide-toggle-disabled-unselected-track-color: #e8e0eb;--mat-slide-toggle-disabled-unselected-track-outline-color: #1d1b1e;--mat-slide-toggle-label-text-color: #1d1b1e;--mat-slide-toggle-selected-focus-handle-color: #ecdcff;--mat-slide-toggle-selected-focus-state-layer-color: #7d00fa;--mat-slide-toggle-selected-focus-state-layer-opacity: .12;--mat-slide-toggle-selected-focus-track-color: #7d00fa;--mat-slide-toggle-selected-handle-color: #ffffff;--mat-slide-toggle-selected-hover-handle-color: #ecdcff;--mat-slide-toggle-selected-hover-state-layer-color: #7d00fa;--mat-slide-toggle-selected-hover-state-layer-opacity: .08;--mat-slide-toggle-selected-hover-track-color: #7d00fa;--mat-slide-toggle-selected-icon-color: #5f00c0;--mat-slide-toggle-selected-pressed-handle-color: #ecdcff;--mat-slide-toggle-selected-pressed-state-layer-color: #7d00fa;--mat-slide-toggle-selected-pressed-state-layer-opacity: .12;--mat-slide-toggle-selected-pressed-track-color: #7d00fa;--mat-slide-toggle-selected-track-color: #7d00fa;--mat-slide-toggle-track-outline-color: #7b757f;--mat-slide-toggle-unselected-focus-handle-color: #49454e;--mat-slide-toggle-unselected-focus-state-layer-color: #1d1b1e;--mat-slide-toggle-unselected-focus-state-layer-opacity: .12;--mat-slide-toggle-unselected-focus-track-color: #e8e0eb;--mat-slide-toggle-unselected-handle-color: #7b757f;--mat-slide-toggle-unselected-hover-handle-color: #49454e;--mat-slide-toggle-unselected-hover-state-layer-color: #1d1b1e;--mat-slide-toggle-unselected-hover-state-layer-opacity: .08;--mat-slide-toggle-unselected-hover-track-color: #e8e0eb;--mat-slide-toggle-unselected-icon-color: #e8e0eb;--mat-slide-toggle-unselected-pressed-handle-color: #49454e;--mat-slide-toggle-unselected-pressed-state-layer-color: #1d1b1e;--mat-slide-toggle-unselected-pressed-state-layer-opacity: .12;--mat-slide-toggle-unselected-pressed-track-color: #e8e0eb;--mat-slide-toggle-unselected-track-color: #e8e0eb;--mat-slide-toggle-label-text-font: Roboto, sans-serif;--mat-slide-toggle-label-text-line-height: 1.25rem;--mat-slide-toggle-label-text-size: .875rem;--mat-slide-toggle-label-text-tracking: .016rem;--mat-slide-toggle-label-text-weight: 400;--mat-radio-disabled-unselected-icon-opacity: .38;--mat-radio-disabled-selected-icon-opacity: .38;--mat-radio-checked-ripple-color: #7d00fa;--mat-radio-disabled-label-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-radio-disabled-selected-icon-color: #1d1b1e;--mat-radio-disabled-unselected-icon-color: #1d1b1e;--mat-radio-label-text-color: #1d1b1e;--mat-radio-ripple-color: #1d1b1e;--mat-radio-selected-focus-icon-color: #7d00fa;--mat-radio-selected-hover-icon-color: #7d00fa;--mat-radio-selected-icon-color: #7d00fa;--mat-radio-selected-pressed-icon-color: #7d00fa;--mat-radio-unselected-focus-icon-color: #1d1b1e;--mat-radio-unselected-hover-icon-color: #1d1b1e;--mat-radio-unselected-icon-color: #49454e;--mat-radio-unselected-pressed-icon-color: #1d1b1e;--mat-radio-touch-target-display: block;--mat-radio-state-layer-size: 40px;--mat-radio-label-text-font: Roboto, sans-serif;--mat-radio-label-text-line-height: 1.25rem;--mat-radio-label-text-size: .875rem;--mat-radio-label-text-tracking: .016rem;--mat-radio-label-text-weight: 400;--mat-slider-value-indicator-opacity: 1;--mat-slider-value-indicator-padding: 0;--mat-slider-value-indicator-width: 28px;--mat-slider-value-indicator-height: 28px;--mat-slider-value-indicator-caret-display: none;--mat-slider-value-indicator-border-radius: 50% 50% 50% 0;--mat-slider-value-indicator-text-transform: rotate(45deg);--mat-slider-value-indicator-container-transform: translateX(-50%) rotate(-45deg);--mat-slider-active-track-height: 4px;--mat-slider-handle-height: 20px;--mat-slider-handle-width: 20px;--mat-slider-inactive-track-height: 4px;--mat-slider-with-overlap-handle-outline-width: 1px;--mat-slider-with-tick-marks-active-container-opacity: .38;--mat-slider-with-tick-marks-container-size: 2px;--mat-slider-with-tick-marks-inactive-container-opacity: .38;--mat-slider-active-track-color: #7d00fa;--mat-slider-active-track-shape: 9999px;--mat-slider-disabled-active-track-color: #1d1b1e;--mat-slider-disabled-handle-color: #1d1b1e;--mat-slider-disabled-inactive-track-color: #1d1b1e;--mat-slider-focus-handle-color: #7d00fa;--mat-slider-focus-state-layer-color: color-mix(in srgb, #7d00fa 20%, transparent);--mat-slider-handle-color: #7d00fa;--mat-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-slider-handle-shape: 9999px;--mat-slider-hover-handle-color: #7d00fa;--mat-slider-hover-state-layer-color: color-mix(in srgb, #7d00fa 5%, transparent);--mat-slider-inactive-track-color: #e8e0eb;--mat-slider-inactive-track-shape: 9999px;--mat-slider-label-container-color: #7d00fa;--mat-slider-label-label-text-color: #ffffff;--mat-slider-ripple-color: #7d00fa;--mat-slider-with-overlap-handle-outline-color: #ffffff;--mat-slider-with-tick-marks-active-container-color: #ffffff;--mat-slider-with-tick-marks-container-shape: 9999px;--mat-slider-with-tick-marks-disabled-container-color: #1d1b1e;--mat-slider-with-tick-marks-inactive-container-color: #49454e;--mat-slider-label-label-text-font: Roboto, sans-serif;--mat-slider-label-label-text-line-height: 1rem;--mat-slider-label-label-text-size: .75rem;--mat-slider-label-label-text-tracking: .031rem;--mat-slider-label-label-text-weight: 500;--mat-menu-divider-bottom-spacing: 8px;--mat-menu-divider-top-spacing: 8px;--mat-menu-item-icon-size: 24px;--mat-menu-item-spacing: 12px;--mat-menu-item-leading-spacing: 12px;--mat-menu-item-trailing-spacing: 12px;--mat-menu-item-with-icon-leading-spacing: 12px;--mat-menu-item-with-icon-trailing-spacing: 12px;--mat-menu-container-shape: 4px;--mat-menu-divider-color: #e8e0eb;--mat-menu-item-label-text-color: #1d1b1e;--mat-menu-item-icon-color: #49454e;--mat-menu-item-hover-state-layer-color: color-mix(in srgb, #1d1b1e 8%, transparent);--mat-menu-item-focus-state-layer-color: color-mix(in srgb, #1d1b1e 12%, transparent);--mat-menu-container-color: #f2ecf1;--mat-menu-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-menu-item-label-text-font: Roboto, sans-serif;--mat-menu-item-label-text-line-height: 1.25rem;--mat-menu-item-label-text-size: .875rem;--mat-menu-item-label-text-tracking: .006rem;--mat-menu-item-label-text-weight: 500;--mat-list-active-indicator-color: #eadef7;--mat-list-active-indicator-shape: 9999px;--mat-list-list-item-container-color: transparent;--mat-list-list-item-container-shape: 0;--mat-list-list-item-disabled-label-text-color: #1d1b1e;--mat-list-list-item-disabled-label-text-opacity: .3;--mat-list-list-item-disabled-leading-icon-color: #1d1b1e;--mat-list-list-item-disabled-leading-icon-opacity: .38;--mat-list-list-item-disabled-state-layer-color: #1d1b1e;--mat-list-list-item-disabled-state-layer-opacity: .12;--mat-list-list-item-disabled-trailing-icon-color: #1d1b1e;--mat-list-list-item-disabled-trailing-icon-opacity: .38;--mat-list-list-item-focus-label-text-color: #1d1b1e;--mat-list-list-item-focus-state-layer-color: #1d1b1e;--mat-list-list-item-focus-state-layer-opacity: .12;--mat-list-list-item-hover-label-text-color: #1d1b1e;--mat-list-list-item-hover-state-layer-color: #1d1b1e;--mat-list-list-item-hover-state-layer-opacity: .08;--mat-list-list-item-label-text-color: #1d1b1e;--mat-list-list-item-leading-avatar-color: #ecdcff;--mat-list-list-item-leading-avatar-shape: 9999px;--mat-list-list-item-leading-avatar-size: 40px;--mat-list-list-item-leading-icon-color: #49454e;--mat-list-list-item-leading-icon-size: 24px;--mat-list-list-item-selected-trailing-icon-color: #7d00fa;--mat-list-list-item-supporting-text-color: #49454e;--mat-list-list-item-trailing-icon-color: #49454e;--mat-list-list-item-trailing-icon-size: 24px;--mat-list-list-item-trailing-supporting-text-color: #49454e;--mat-list-list-item-leading-icon-start-space: 16px;--mat-list-list-item-leading-icon-end-space: 16px;--mat-list-list-item-one-line-container-height: 48px;--mat-list-list-item-two-line-container-height: 64px;--mat-list-list-item-three-line-container-height: 88px;--mat-list-list-item-label-text-font: Roboto, sans-serif;--mat-list-list-item-label-text-line-height: 1.5rem;--mat-list-list-item-label-text-size: 1rem;--mat-list-list-item-label-text-tracking: .031rem;--mat-list-list-item-label-text-weight: 400;--mat-list-list-item-supporting-text-font: Roboto, sans-serif;--mat-list-list-item-supporting-text-line-height: 1.25rem;--mat-list-list-item-supporting-text-size: .875rem;--mat-list-list-item-supporting-text-tracking: .016rem;--mat-list-list-item-supporting-text-weight: 400;--mat-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;--mat-list-list-item-trailing-supporting-text-line-height: 1rem;--mat-list-list-item-trailing-supporting-text-size: .688rem;--mat-list-list-item-trailing-supporting-text-tracking: .031rem;--mat-list-list-item-trailing-supporting-text-weight: 500;--mat-paginator-container-text-color: #1d1b1e;--mat-paginator-container-background-color: #fef8fc;--mat-paginator-disabled-icon-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-paginator-enabled-icon-color: #49454e;--mat-paginator-container-size: 56px;--mat-paginator-form-field-container-height: 40px;--mat-paginator-form-field-container-vertical-padding: 8px;--mat-paginator-touch-target-display: block;--mat-paginator-container-text-font: Roboto, sans-serif;--mat-paginator-container-text-line-height: 1rem;--mat-paginator-container-text-size: .75rem;--mat-paginator-container-text-tracking: .025rem;--mat-paginator-container-text-weight: 400;--mat-paginator-select-trigger-text-size: .75rem;--mat-tab-active-indicator-height: 2px;--mat-tab-active-indicator-shape: 0;--mat-tab-divider-height: 1px;--mat-tab-active-focus-indicator-color: #7d00fa;--mat-tab-active-focus-label-text-color: #1d1b1e;--mat-tab-active-hover-indicator-color: #7d00fa;--mat-tab-active-hover-label-text-color: #1d1b1e;--mat-tab-active-indicator-color: #7d00fa;--mat-tab-active-label-text-color: #1d1b1e;--mat-tab-active-ripple-color: #1d1b1e;--mat-tab-divider-color: #e8e0eb;--mat-tab-inactive-focus-label-text-color: #1d1b1e;--mat-tab-inactive-hover-label-text-color: #1d1b1e;--mat-tab-inactive-label-text-color: #1d1b1e;--mat-tab-inactive-ripple-color: #1d1b1e;--mat-tab-pagination-icon-color: #1d1b1e;--mat-tab-disabled-ripple-color: #49454e;--mat-tab-container-height: 48px;--mat-tab-label-text-font: Roboto, sans-serif;--mat-tab-label-text-line-height: 1.25rem;--mat-tab-label-text-size: .875rem;--mat-tab-label-text-tracking: .006rem;--mat-tab-label-text-weight: 500;--mat-checkbox-selected-focus-state-layer-opacity: .12;--mat-checkbox-selected-hover-state-layer-opacity: .08;--mat-checkbox-selected-pressed-state-layer-opacity: .12;--mat-checkbox-unselected-focus-state-layer-opacity: .12;--mat-checkbox-unselected-hover-state-layer-opacity: .08;--mat-checkbox-unselected-pressed-state-layer-opacity: .12;--mat-checkbox-disabled-label-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-checkbox-disabled-selected-checkmark-color: #fef8fc;--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-checkbox-label-text-color: #1d1b1e;--mat-checkbox-selected-checkmark-color: #ffffff;--mat-checkbox-selected-focus-icon-color: #7d00fa;--mat-checkbox-selected-focus-state-layer-color: #7d00fa;--mat-checkbox-selected-hover-icon-color: #7d00fa;--mat-checkbox-selected-hover-state-layer-color: #7d00fa;--mat-checkbox-selected-icon-color: #7d00fa;--mat-checkbox-selected-pressed-icon-color: #7d00fa;--mat-checkbox-selected-pressed-state-layer-color: #1d1b1e;--mat-checkbox-unselected-focus-icon-color: #1d1b1e;--mat-checkbox-unselected-focus-state-layer-color: #1d1b1e;--mat-checkbox-unselected-hover-icon-color: #1d1b1e;--mat-checkbox-unselected-hover-state-layer-color: #1d1b1e;--mat-checkbox-unselected-icon-color: #49454e;--mat-checkbox-unselected-pressed-state-layer-color: #7d00fa;--mat-checkbox-touch-target-display: block;--mat-checkbox-state-layer-size: 40px;--mat-checkbox-label-text-font: Roboto, sans-serif;--mat-checkbox-label-text-line-height: 1.25rem;--mat-checkbox-label-text-size: .875rem;--mat-checkbox-label-text-tracking: .016rem;--mat-checkbox-label-text-weight: 400;--mat-button-filled-container-shape: 9999px;--mat-button-filled-horizontal-padding: 24px;--mat-button-filled-icon-offset: -8px;--mat-button-filled-icon-spacing: 8px;--mat-button-outlined-container-shape: 9999px;--mat-button-outlined-horizontal-padding: 24px;--mat-button-outlined-icon-offset: -8px;--mat-button-outlined-icon-spacing: 8px;--mat-button-outlined-outline-width: 1px;--mat-button-protected-container-shape: 9999px;--mat-button-protected-horizontal-padding: 24px;--mat-button-protected-icon-offset: -8px;--mat-button-protected-icon-spacing: 8px;--mat-button-text-container-shape: 9999px;--mat-button-text-horizontal-padding: 12px;--mat-button-text-icon-offset: -4px;--mat-button-text-icon-spacing: 8px;--mat-button-text-with-icon-horizontal-padding: 16px;--mat-button-tonal-container-shape: 9999px;--mat-button-tonal-horizontal-padding: 24px;--mat-button-tonal-icon-offset: -8px;--mat-button-tonal-icon-spacing: 8px;--mat-button-filled-container-color: #7d00fa;--mat-button-filled-disabled-container-color: color-mix(in srgb, #1d1b1e 12%, transparent);--mat-button-filled-disabled-label-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-button-filled-disabled-state-layer-color: #49454e;--mat-button-filled-focus-state-layer-opacity: .12;--mat-button-filled-hover-state-layer-opacity: .08;--mat-button-filled-label-text-color: #ffffff;--mat-button-filled-pressed-state-layer-opacity: .12;--mat-button-filled-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);--mat-button-filled-state-layer-color: #ffffff;--mat-button-outlined-disabled-label-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-button-outlined-disabled-outline-color: color-mix(in srgb, #1d1b1e 12%, transparent);--mat-button-outlined-disabled-state-layer-color: #49454e;--mat-button-outlined-focus-state-layer-opacity: .12;--mat-button-outlined-hover-state-layer-opacity: .08;--mat-button-outlined-label-text-color: #7d00fa;--mat-button-outlined-outline-color: #7b757f;--mat-button-outlined-pressed-state-layer-opacity: .12;--mat-button-outlined-ripple-color: color-mix(in srgb, #7d00fa 12%, transparent);--mat-button-outlined-state-layer-color: #7d00fa;--mat-button-protected-container-color: #fef8fc;--mat-button-protected-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-button-protected-disabled-container-color: color-mix(in srgb, #1d1b1e 12%, transparent);--mat-button-protected-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-button-protected-disabled-label-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-button-protected-disabled-state-layer-color: #49454e;--mat-button-protected-focus-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-button-protected-focus-state-layer-opacity: .12;--mat-button-protected-hover-container-elevation-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-button-protected-hover-state-layer-opacity: .08;--mat-button-protected-label-text-color: #7d00fa;--mat-button-protected-pressed-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-button-protected-pressed-state-layer-opacity: .12;--mat-button-protected-ripple-color: color-mix(in srgb, #7d00fa 12%, transparent);--mat-button-protected-state-layer-color: #7d00fa;--mat-button-text-disabled-label-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-button-text-disabled-state-layer-color: #49454e;--mat-button-text-focus-state-layer-opacity: .12;--mat-button-text-hover-state-layer-opacity: .08;--mat-button-text-label-text-color: #7d00fa;--mat-button-text-pressed-state-layer-opacity: .12;--mat-button-text-ripple-color: color-mix(in srgb, #7d00fa 12%, transparent);--mat-button-text-state-layer-color: #7d00fa;--mat-button-tonal-container-color: #eadef7;--mat-button-tonal-disabled-container-color: color-mix(in srgb, #1d1b1e 12%, transparent);--mat-button-tonal-disabled-label-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-button-tonal-disabled-state-layer-color: #49454e;--mat-button-tonal-focus-state-layer-opacity: .12;--mat-button-tonal-hover-state-layer-opacity: .08;--mat-button-tonal-label-text-color: #4b4357;--mat-button-tonal-pressed-state-layer-opacity: .12;--mat-button-tonal-ripple-color: color-mix(in srgb, #4b4357 12%, transparent);--mat-button-tonal-state-layer-color: #4b4357;--mat-button-filled-touch-target-display: block;--mat-button-filled-container-height: 40px;--mat-button-outlined-container-height: 40px;--mat-button-outlined-touch-target-display: block;--mat-button-protected-touch-target-display: block;--mat-button-protected-container-height: 40px;--mat-button-text-touch-target-display: block;--mat-button-text-container-height: 40px;--mat-button-tonal-container-height: 40px;--mat-button-tonal-touch-target-display: block;--mat-button-filled-label-text-font: Roboto, sans-serif;--mat-button-filled-label-text-size: .875rem;--mat-button-filled-label-text-tracking: .006rem;--mat-button-filled-label-text-weight: 500;--mat-button-outlined-label-text-font: Roboto, sans-serif;--mat-button-outlined-label-text-size: .875rem;--mat-button-outlined-label-text-tracking: .006rem;--mat-button-outlined-label-text-weight: 500;--mat-button-protected-label-text-font: Roboto, sans-serif;--mat-button-protected-label-text-size: .875rem;--mat-button-protected-label-text-tracking: .006rem;--mat-button-protected-label-text-weight: 500;--mat-button-text-label-text-font: Roboto, sans-serif;--mat-button-text-label-text-size: .875rem;--mat-button-text-label-text-tracking: .006rem;--mat-button-text-label-text-weight: 500;--mat-button-tonal-label-text-font: Roboto, sans-serif;--mat-button-tonal-label-text-size: .875rem;--mat-button-tonal-label-text-tracking: .006rem;--mat-button-tonal-label-text-weight: 500;--mat-icon-button-icon-size: 24px;--mat-icon-button-container-shape: 9999px;--mat-icon-button-disabled-icon-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-icon-button-disabled-state-layer-color: #49454e;--mat-icon-button-focus-state-layer-opacity: .12;--mat-icon-button-hover-state-layer-opacity: .08;--mat-icon-button-icon-color: #49454e;--mat-icon-button-pressed-state-layer-opacity: .12;--mat-icon-button-ripple-color: color-mix(in srgb, #49454e 12%, transparent);--mat-icon-button-state-layer-color: #49454e;--mat-icon-button-touch-target-display: block;--mat-icon-button-state-layer-size: 40px;--mat-fab-container-shape: 16px;--mat-fab-extended-container-height: 56px;--mat-fab-extended-container-shape: 16px;--mat-fab-small-container-shape: 12px;--mat-fab-container-color: #ecdcff;--mat-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-disabled-state-container-color: color-mix(in srgb, #1d1b1e 12%, transparent);--mat-fab-disabled-state-foreground-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-fab-extended-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-extended-focus-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-extended-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-extended-pressed-container-elevation-shadow: 6;--mat-fab-focus-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-focus-state-layer-opacity: .12;--mat-fab-foreground-color: #5f00c0;--mat-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-hover-state-layer-opacity: .08;--mat-fab-pressed-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-pressed-state-layer-opacity: .12;--mat-fab-ripple-color: color-mix(in srgb, #5f00c0 12%, transparent);--mat-fab-small-container-color: #ecdcff;--mat-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-small-disabled-state-container-color: color-mix(in srgb, #1d1b1e 12%, transparent);--mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-fab-small-focus-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-small-focus-state-layer-opacity: .12;--mat-fab-small-foreground-color: #5f00c0;--mat-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-small-hover-state-layer-opacity: .08;--mat-fab-small-pressed-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-small-pressed-state-layer-opacity: .12;--mat-fab-small-ripple-color: color-mix(in srgb, #5f00c0 12%, transparent);--mat-fab-small-state-layer-color: #5f00c0;--mat-fab-state-layer-color: #5f00c0;--mat-fab-touch-target-display: block;--mat-fab-extended-label-text-font: Roboto, sans-serif;--mat-fab-extended-label-text-size: .875rem;--mat-fab-extended-label-text-tracking: .006rem;--mat-fab-extended-label-text-weight: 500;--mat-snack-bar-container-shape: 4px;--mat-snack-bar-button-color: #d5baff;--mat-snack-bar-container-color: #323033;--mat-snack-bar-supporting-text-color: #f5eff4;--mat-snack-bar-supporting-text-font: Roboto, sans-serif;--mat-snack-bar-supporting-text-line-height: 1.25rem;--mat-snack-bar-supporting-text-size: .875rem;--mat-snack-bar-supporting-text-weight: 400;--mat-table-row-item-outline-width: 1px;--mat-table-background-color: #fef8fc;--mat-table-header-headline-color: #1d1b1e;--mat-table-row-item-label-text-color: #1d1b1e;--mat-table-row-item-outline-color: #7b757f;--mat-table-header-container-height: 56px;--mat-table-footer-container-height: 52px;--mat-table-row-item-container-height: 52px;--mat-table-header-headline-font: Roboto, sans-serif;--mat-table-header-headline-line-height: 1.25rem;--mat-table-header-headline-size: .875rem;--mat-table-header-headline-tracking: .006rem;--mat-table-header-headline-weight: 500;--mat-table-row-item-label-text-font: Roboto, sans-serif;--mat-table-row-item-label-text-line-height: 1.25rem;--mat-table-row-item-label-text-size: .875rem;--mat-table-row-item-label-text-tracking: .016rem;--mat-table-row-item-label-text-weight: 400;--mat-table-footer-supporting-text-font: Roboto, sans-serif;--mat-table-footer-supporting-text-line-height: 1.25rem;--mat-table-footer-supporting-text-size: .875rem;--mat-table-footer-supporting-text-tracking: .016rem;--mat-table-footer-supporting-text-weight: 400;--mat-progress-spinner-size: 48px;--mat-progress-spinner-active-indicator-width: 4px;--mat-progress-spinner-active-indicator-color: #7d00fa;--mat-badge-container-offset: -12px 0;--mat-badge-container-overlap-offset: -12px;--mat-badge-container-padding: 0 4px;--mat-badge-container-shape: 9999px;--mat-badge-container-size: 16px;--mat-badge-large-size-container-offset: -12px 0;--mat-badge-large-size-container-overlap-offset: -12px;--mat-badge-large-size-container-padding: 0 4px;--mat-badge-large-size-container-size: 16px;--mat-badge-legacy-container-size: unset;--mat-badge-legacy-large-size-container-size: unset;--mat-badge-legacy-small-size-container-size: unset;--mat-badge-small-size-container-offset: -6px 0;--mat-badge-small-size-container-overlap-offset: -6px;--mat-badge-small-size-container-padding: 0;--mat-badge-small-size-container-size: 6px;--mat-badge-background-color: #ba1a1a;--mat-badge-disabled-state-background-color: color-mix(in srgb, #ba1a1a 38%, transparent);--mat-badge-disabled-state-text-color: #ffffff;--mat-badge-text-color: #ffffff;--mat-badge-large-size-line-height: 16px;--mat-badge-large-size-text-size: .688rem;--mat-badge-line-height: 16px;--mat-badge-small-size-line-height: 6px;--mat-badge-small-size-text-size: 0;--mat-badge-text-font: Roboto, sans-serif;--mat-badge-text-size: .688rem;--mat-badge-text-weight: 500;--mat-bottom-sheet-container-shape: 28px;--mat-bottom-sheet-container-text-color: #1d1b1e;--mat-bottom-sheet-container-background-color: #f8f2f6;--mat-bottom-sheet-container-text-font: Roboto, sans-serif;--mat-bottom-sheet-container-text-line-height: 1.5rem;--mat-bottom-sheet-container-text-size: 1rem;--mat-bottom-sheet-container-text-tracking: .031rem;--mat-bottom-sheet-container-text-weight: 400;--mat-button-toggle-focus-state-layer-opacity: .12;--mat-button-toggle-hover-state-layer-opacity: .08;--mat-button-toggle-shape: 28px;--mat-button-toggle-background-color: transparent;--mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, #1d1b1e 12%, transparent);--mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-button-toggle-disabled-state-background-color: transparent;--mat-button-toggle-disabled-state-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-button-toggle-divider-color: #7b757f;--mat-button-toggle-selected-state-background-color: #eadef7;--mat-button-toggle-selected-state-text-color: #4b4357;--mat-button-toggle-state-layer-color: #1d1b1e;--mat-button-toggle-text-color: #1d1b1e;--mat-button-toggle-height: 40px;--mat-button-toggle-label-text-font: Roboto, sans-serif;--mat-button-toggle-label-text-line-height: 1.25rem;--mat-button-toggle-label-text-size: .875rem;--mat-button-toggle-label-text-tracking: .006rem;--mat-button-toggle-label-text-weight: 500;--mat-datepicker-calendar-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-datepicker-calendar-container-shape: 16px;--mat-datepicker-calendar-container-touch-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-datepicker-calendar-container-touch-shape: 28px;--mat-datepicker-calendar-body-label-text-color: #1d1b1e;--mat-datepicker-calendar-container-background-color: #ede6eb;--mat-datepicker-calendar-container-text-color: #1d1b1e;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #1d1b1e 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #1d1b1e 8%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: #ecdcff;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #645b70;--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #eadef7;--mat-datepicker-calendar-date-in-range-state-background-color: #ecdcff;--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-preview-state-outline-color: #7d00fa;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-datepicker-calendar-date-selected-state-background-color: #7d00fa;--mat-datepicker-calendar-date-selected-state-text-color: #ffffff;--mat-datepicker-calendar-date-text-color: #1d1b1e;--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-datepicker-calendar-date-today-outline-color: #7d00fa;--mat-datepicker-calendar-date-today-selected-state-outline-color: #7d00fa;--mat-datepicker-calendar-header-divider-color: transparent;--mat-datepicker-calendar-header-text-color: #49454e;--mat-datepicker-calendar-navigation-button-icon-color: #49454e;--mat-datepicker-calendar-period-button-icon-color: #49454e;--mat-datepicker-calendar-period-button-text-color: #49454e;--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-datepicker-range-input-separator-color: #1d1b1e;--mat-datepicker-toggle-active-state-icon-color: #7d00fa;--mat-datepicker-toggle-icon-color: #49454e;--mat-datepicker-calendar-body-label-text-size: .875rem;--mat-datepicker-calendar-body-label-text-weight: 500;--mat-datepicker-calendar-header-text-size: .875rem;--mat-datepicker-calendar-header-text-weight: 500;--mat-datepicker-calendar-period-button-text-size: .875rem;--mat-datepicker-calendar-period-button-text-weight: 500;--mat-datepicker-calendar-text-font: Roboto, sans-serif;--mat-datepicker-calendar-text-size: .875rem;--mat-divider-width: 1px;--mat-divider-color: #7b757f;--mat-expansion-container-shape: 12px;--mat-expansion-header-indicator-display: inline-block;--mat-expansion-legacy-header-indicator-display: none;--mat-expansion-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-expansion-actions-divider-color: #7b757f;--mat-expansion-container-background-color: #fef8fc;--mat-expansion-container-text-color: #1d1b1e;--mat-expansion-header-description-color: #49454e;--mat-expansion-header-disabled-state-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-expansion-header-focus-state-layer-color: color-mix(in srgb, #1d1b1e 12%, transparent);--mat-expansion-header-hover-state-layer-color: color-mix(in srgb, #1d1b1e 8%, transparent);--mat-expansion-header-indicator-color: #49454e;--mat-expansion-header-text-color: #1d1b1e;--mat-expansion-header-collapsed-state-height: 48px;--mat-expansion-header-expanded-state-height: 64px;--mat-expansion-container-text-font: Roboto, sans-serif;--mat-expansion-container-text-line-height: 1.5rem;--mat-expansion-container-text-size: 1rem;--mat-expansion-container-text-tracking: .031rem;--mat-expansion-container-text-weight: 400;--mat-expansion-header-text-font: Roboto, sans-serif;--mat-expansion-header-text-line-height: 1.5rem;--mat-expansion-header-text-size: 1rem;--mat-expansion-header-text-tracking: .009rem;--mat-expansion-header-text-weight: 500;--mat-grid-list-tile-header-primary-text-size: 400 1rem / 1.5rem Roboto, sans-serif;--mat-grid-list-tile-header-secondary-text-size: 400 .875rem / 1.25rem Roboto, sans-serif;--mat-grid-list-tile-footer-primary-text-size: 400 1rem / 1.5rem Roboto, sans-serif;--mat-grid-list-tile-footer-secondary-text-size: 400 .875rem / 1.25rem Roboto, sans-serif;--mat-icon-color: inherit;--mat-sidenav-container-shape: 16px;--mat-sidenav-container-elevation-shadow: none;--mat-sidenav-container-width: 360px;--mat-sidenav-container-divider-color: transparent;--mat-sidenav-container-background-color: #fef8fc;--mat-sidenav-container-text-color: #49454e;--mat-sidenav-content-background-color: #fef8fc;--mat-sidenav-content-text-color: #1d1b1e;--mat-sidenav-scrim-color: color-mix(in srgb, #332f37 40%, transparent);--mat-stepper-header-error-state-icon-background-color: transparent;--mat-stepper-header-focus-state-layer-shape: 12px;--mat-stepper-header-hover-state-layer-shape: 12px;--mat-stepper-container-color: #fef8fc;--mat-stepper-header-done-state-icon-background-color: #7d00fa;--mat-stepper-header-done-state-icon-foreground-color: #ffffff;--mat-stepper-header-edit-state-icon-background-color: #7d00fa;--mat-stepper-header-edit-state-icon-foreground-color: #ffffff;--mat-stepper-header-error-state-icon-foreground-color: #ba1a1a;--mat-stepper-header-error-state-label-text-color: #ba1a1a;--mat-stepper-header-focus-state-layer-color: color-mix(in srgb, #1d1b1e 12%, transparent);--mat-stepper-header-hover-state-layer-color: color-mix(in srgb, #1d1b1e 8%, transparent);--mat-stepper-header-icon-background-color: #49454e;--mat-stepper-header-icon-foreground-color: #fef8fc;--mat-stepper-header-label-text-color: #49454e;--mat-stepper-header-optional-label-text-color: #49454e;--mat-stepper-header-selected-state-icon-background-color: #7d00fa;--mat-stepper-header-selected-state-icon-foreground-color: #ffffff;--mat-stepper-header-selected-state-label-text-color: #49454e;--mat-stepper-line-color: #7b757f;--mat-stepper-container-text-font: Roboto, sans-serif;--mat-stepper-header-label-text-font: Roboto, sans-serif;--mat-stepper-header-label-text-size: .875rem;--mat-stepper-header-label-text-weight: 500;--mat-stepper-header-error-state-label-text-size: .875rem;--mat-stepper-header-selected-state-label-text-size: .875rem;--mat-stepper-header-selected-state-label-text-weight: 500;--mat-stepper-header-height: 72px;--mat-sort-arrow-color: #1d1b1e;--mat-toolbar-container-background-color: #fef8fc;--mat-toolbar-container-text-color: #1d1b1e;--mat-toolbar-standard-height: 64px;--mat-toolbar-mobile-height: 56px;--mat-toolbar-title-text-font: Roboto, sans-serif;--mat-toolbar-title-text-line-height: 1.75rem;--mat-toolbar-title-text-size: 1.375rem;--mat-toolbar-title-text-tracking: 0;--mat-toolbar-title-text-weight: 400;--mat-tree-container-background-color: #fef8fc;--mat-tree-node-text-color: #1d1b1e;--mat-tree-node-min-height: 48px;--mat-tree-node-text-font: Roboto, sans-serif;--mat-tree-node-text-size: 1rem;--mat-tree-node-text-weight: 400;--mat-timepicker-container-shape: 4px;--mat-timepicker-container-background-color: #f2ecf1;--mat-timepicker-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--color-bordo: #980f0f}*{box-sizing:border-box}html,body{height:100%;max-width:100%;overflow-x:hidden;overflow-y:auto;padding:0;margin:0}body{margin:0;font-family:Roboto,Helvetica Neue,sans-serif}.mat-toolbar{background-color:#900c0f!important;color:#fff!important}.mat-sidenav{background-color:#680106!important}.mat-sidenav .mdc-list-item__primary-text{color:#fff}.custom-tab-buttons{display:flex;gap:6px;background:transparent;border-radius:6px;padding:6px;margin-bottom:16px;align-items:center;width:fit-content}.table-container{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0003;overflow:hidden;max-width:100%}.table-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e7eb;background:#f9fafb}h2{margin:0;font-size:20px;font-weight:600;color:#2d4748}h3{color:#2d4748}.plus-icon{font-size:16px;font-weight:700}.table-wrapper{overflow-x:auto}.data-table{width:100%;border-collapse:collapse;font-size:14px}.data-table thead{background:#f8fafc;border-bottom:1px solid #e2e8f0}.data-table th{padding:12px 16px;text-align:left;font-weight:600;color:#475569;font-size:12px;text-transform:uppercase;letter-spacing:.05em}.data-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none;position:relative}.data-table th.sortable:hover{background:#e2e8f0}.sort-icon{margin-left:4px;color:#b89494;font-size:13px}.data-table td{padding:14px 16px;border-bottom:1px solid #f1f5f9;color:#8f8f8f}.table-row:hover{background:#f8fafc}.action-button{color:#8f8f8f;border:#8f8f8f;border-style:solid;border-width:1px;border-radius:4px;background:none;padding:6px;margin:0 2px;cursor:pointer;transition:background-color .2s;font-size:14px}.action-button.delete-btn{color:#980f0f;border-color:#980f0f}.action-button.view-btn{background:#fff;color:#16a34a}.action-button:hover{background:#f0f0f0}.delete-btn:hover{background:#fef2f2}.view-btn:hover{background:#dcfce7}@media (max-width: 769px){.table-container{margin:10px}.table-header{flex-direction:column;gap:12px;align-items:stretch}.add-button{justify-content:center}.data-table{font-size:12px}.data-table th,.data-table td{padding:8px 12px}}.form-input{width:100%;padding:12px 15px;border:2px solid #e0e0e0;border-radius:8px;font-size:14px;color:#666;background-color:#f8f8f8;outline:none;transition:border-color .3s ease}.form-input:focus{border-color:#980f0f;background-color:#fff}.custom-tab-btn{border-radius:6px;background:#f0f0f0;color:#980f0f;font-weight:600;font-size:14px;padding:14px;min-width:0;border:none;box-shadow:none;transition:background .2s,color .2s;font-family:Poppins,sans-serif}.custom-tab-btn.active{background:#980f0f;color:#fff;box-shadow:none}::ng-deep .mat-mdc-tab.mdc-tab--active{background-color:#e6e6e6!important;border-radius:6px}::ng-deep .mat-mdc-tab{border-radius:6px;background-color:#f6f6f6!important;margin-right:2px}.custom-tab-btn:hover{background:#f0f0f0;color:#980f0f}.table-header-description{font-size:14px;color:#666;margin-top:8px}.info-item{margin-bottom:8px;color:#ccc}.info-item:last-child{margin-bottom:0}.info-item strong{font-weight:600;color:#fff}@media (min-width: 769px){.big-screen-hide{display:none!important}}@media (max-width: 769px){.small-screen-hide{display:none!important}}body.modal-open .mat-sidenav,body.modal-open .mat-sidenav-content{z-index:1!important}body.modal-open ::ng-deep .mat-toolbar.app-toolbar.mat-toolbar-single-row{z-index:0!important;position:static!important;pointer-events:none!important;opacity:.5!important}body.modal-open .toolbar-container,body.modal-open .mat-toolbar.app-toolbar.mat-toolbar-single-row,body.modal-open .mat-toolbar,body.modal-open app-toolbar,body.modal-open app-toolbar .mat-toolbar{z-index:1!important;pointer-events:none!important}
/*# sourceMappingURL=styles-2BZJGILN.css.map */
