:root{--zencom-font:"Inter",sans-serif;--zencom-primary-color:#2a3bee;--zencom-blue-2:#1123de;--zencom-primary-light:#ebedff;--zencom-secondary-color:#f6f7f8;--zencom-gray-color:#738496;--zencom-gray-light:#e0e4e8;--zencom-border-color:#cbd1d7;--zencom-font-color:#141a24;--zencom-font-muted:#a2adb9;--zencom-warning:#e2483d;--zencom-shadow:0px 0px 1px 0px rgba(20,26,36,.3),0px 2px 4px 0px rgba(20,26,36,.1)}:root a,:root button,:root div,:root h1,:root h2,:root h3,:root h4,:root h5,:root h6,:root input,:root p,:root span,:root textarea{font-family:var(--zencom-font)}body{background:var(--zencom-secondary-color)}.zen-com-notification{align-items:center;background:#fff;border-radius:4px;box-shadow:0 12px 72px -8px rgba(16,24,40,.25);display:flex;gap:20px;justify-content:space-between;min-width:300px;padding:10px 16px;z-index:99999999}.zen-com-notification--dashboard{position:fixed;right:50px;top:10%}.zen-com-notification--dashboard .zen-com-btn{padding:4px}.zen-com-notification--success{background:#00ad6b;color:#fff}.zen-com-notification--info{background:#7b68ee;color:#fff}.zen-com-notification--warning{background:#fdb022;color:#fff}.zen-com-notification--error{background:#ff4d4d;color:#fff}.zen-com-notification .zen-com-icon{font-size:24px}.zen-com-notification .zen-com-icon:not(.zen-com-icon--close){align-items:center;border-radius:50%;border-style:solid;border-width:1px;display:flex;justify-content:center;padding:3px}.zen-com-notification .zen-com-icon--check{border-color:#4caf50}.zen-com-notification .zen-com-icon--check:before{color:#4caf50;font-size:8px}.zen-com-notification .zen-com-icon--success{background:#f0faf6;border:1px solid #91dcbf}.zen-com-notification .zen-com-icon--info{background:#f2f0fd;border:1px solid #c6bef8}.zen-com-notification .zen-com-icon--warning{background:#fff7e9;border:1px solid #fedda0}.zen-com-notification .zen-com-icon--error{background:#ffeded;border:1px solid #ffb2b2}.zen-com-notification .zen-com-icon--notification{font-size:25px}.zen-com-notification .zen-com-icon--notification:before{color:#ff9800}.zen-com-notification .zen-com-icon--information{font-size:22px}.zen-com-notification .zen-com-icon--information:before{color:#2196f3}.zen-com-notification .zen-com-icon--information-error{font-size:22px}.zen-com-notification .zen-com-icon--information-error:before{color:#f44336}.zen-com-notification .zen-com-btn{padding:12px 0}.zen-com-notification .zen-com-btn--close-notification{padding:0}.zen-com-notification .zen-com-btn .zen-com-icon--close{background:transparent}.zen-com-notification .zen-com-btn .zen-com-icon--close:before{color:#fff}.zen-com-notification__message{align-items:center;display:flex;font-size:14px;font-weight:400;gap:10px;line-height:21px;margin:0;padding:5px 24px 5px 0}.zen-com-select--width-full{width:100%}.zen-com-select--120{width:120px}.zen-com-select--136{width:136px}.zen-com-select--140{width:140px}.zen-com-select--150{width:150px}.zen-com-select--164{width:164px}.zen-com-select--214{width:214px}.zen-com-select--200{width:200px}.zen-com-select--250{width:250px}.zen-com-select--300{width:300px}.zen-com-select{font-size:14px}.zen-com-select .zen-com-select__control{background:#fff;border:1px solid #cbd1d7;border-radius:4px;box-shadow:none}.zen-com-select .zen-com-select__control .zen-com-select__input-container .zen-com-select__input{box-shadow:none;height:100%;min-height:unset}.zen-com-select .zen-com-select__menu{background:#fff;box-shadow:0 0 1px 0 rgba(20,26,36,.3),0 8px 16px 0 rgba(20,26,36,.1);min-width:100%}.zen-com-select .zen-com-select__option{color:var(--zencom-font-color);cursor:pointer;white-space:nowrap}.zen-com-select .zen-com-select__option:active,.zen-com-select .zen-com-select__option:hover{background:var(--zencom-primary-color)!important;-webkit-tap-highlight-color:none!important}.zen-com-select .zen-com-select__option{border-radius:4px;margin:4px auto;width:calc(100% - 16px)}.zen-com-select .zen-com-select__option--is-focused,.zen-com-select .zen-com-select__option--is-selected{background:var(--zencom-primary-color)!important;color:#fff!important}.zen-com-select .zen-com-select__multi-value{background:var(--zencom-primary-color)!important}.zen-com-select .zen-com-select__multi-value__label{color:#fff!important}.zen-com-select .zen-com-select__multi-value__remove{color:#e2483d}.zen-com-select .zen-com-select__single-value{color:#141a24}.zen-com-select--transparent .zen-com-select__control{border:none}.zen-com-select--transparent .zen-com-select__placeholder{color:var(--zencom-font-color);font-size:14px;font-weight:500}.zen-com-select--transparent .zen-com-select__indicator-separator{display:none}.zen-com-select--transparent .zen-com-select__dropdown-indicator{color:var(--zencom-font-color);font-weight:500;padding:8px 8px 8px 0}.zencom-radio-option{align-items:center;cursor:pointer;display:flex;gap:8px}.zencom-radio-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid var(--zencom-border-color);border-radius:50%;cursor:pointer;flex-shrink:0;height:20px;margin:0;position:relative;transition:all .2s ease;width:20px}.zencom-radio-input:checked{background-color:var(--zencom-primary-color);border-color:var(--zencom-primary-color)}.zencom-radio-input:checked:before{background-color:#fff;border-radius:50%;content:"";height:8px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:8px}.zencom-radio-input:focus{box-shadow:0 0 0 3px rgba(49,130,206,.1);outline:none}.zencom-radio-input:hover{border-color:var(--zencom-primary-color)}.zencom-radio-label{cursor:pointer;font-size:14px;font-weight:500;-webkit-user-select:none;-moz-user-select:none;user-select:none}.zencom-radio-option{color:var(--zencom-gray-color)}.zencom-radio-option.active,.zencom-radio-option.active .zencom-radio-label{color:var(--zencom-primary-color)}@media(max-width:768px){.zencom-ticket-table td>p{width:-moz-fit-content;width:fit-content}.zencom-ticket-table table td,.zencom-ticket-table table tr{display:revert}}
