@import"https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap";.layout-container{display:flex;flex-direction:column;justify-content:normal;height:100vh;max-width:100vw}.layout-container .layout-main{display:flex;flex-direction:column;justify-content:normal}.layout-container .layout-main .layout-section{padding:0 0 15px;display:flex;flex-direction:row;justify-content:normal;flex:1;min-height:calc(100vh - 96px)}@media only screen and (max-width: 700px){.layout-container .layout-main .layout-section{display:flex;flex-direction:column;justify-content:stretch}}.layout-container .layout-main .layout-section .layout-left{width:80px;transition:width .3s cubic-bezier(.4,0,.2,1) 0ms}.layout-container .layout-main .layout-section .layout-left-opened{transition:width .3s cubic-bezier(.4,0,.2,1) 0ms;width:calc(325px + .8rem)}.layout-container .layout-main .layout-section .layout-section-main{display:flex;flex-direction:column;justify-content:normal;width:100%;height:100%;transition:padding .3s cubic-bezier(.4,0,.2,1) 0ms}.layout-container .layout-main .layout-section .layout-section-main-body{display:flex;flex-direction:row;justify-content:normal;gap:20px;padding-top:1rem}.layout-container .layout-main .layout-section .layout-section-main .filter-bar{z-index:2;background-color:#fff;position:-webkit-sticky;position:sticky;top:80px}@media only screen and (max-width: 700px){.layout-container .layout-main .layout-section .layout-section-main .filter-bar{position:relative;top:0}}.layout-container .layout-main .layout-section .layout-section-main .filter-bar .mobile-search{display:flex;flex-direction:row;justify-content:normal;gap:5px;padding:20px 20px 0;align-items:center}.layout-container .layout-main .layout-section .status-filters-section .type-section{position:-webkit-sticky;position:sticky;max-height:70vh;top:202px;width:260px;height:fit-content;overflow-y:auto;padding:15px;background-color:#f5f5f5;display:flex;flex-direction:column;justify-content:normal;gap:30px;border-radius:10px}.layout-container .layout-main .layout-section .status-filters-section .type-section.transactions-status{top:130px}.layout-container .layout-main .layout-section .status-filters-section .type-section .section{display:flex;flex-direction:column;justify-content:normal;gap:8px}.layout-container .layout-main .layout-section .status-filters-section .type-section .section .section-top{display:flex;flex-direction:row;justify-content:space-between}.layout-container .layout-main .layout-section .status-filters-section .type-section .section .section-top .header{font-family:Poppins;font-weight:600;font-size:.875rem;color:#000}.layout-container .layout-main .layout-section .status-filters-section .type-section .section .section-top .clear-all{font-family:Poppins;font-weight:400;font-size:.875rem;color:#162b42}.layout-container .layout-main .layout-section .status-filters-section .type-section .section .drop-down-div{justify-content:normal;border:1px solid #dddddd;width:100%;height:50px;border-radius:10px;padding:20px 10px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:1rem;font-family:Poppins;font-weight:400;font-size:14px;color:#5c5c5c}.layout-container .layout-main .layout-section .status-filters-section .type-section .section .drop-down-div:hover{border:1px solid #1677ff}.layout-container .layout-main .layout-section .status-filters-section .type-section .section .drop-down-div:focus-within{border:1px solid #1677ff}.layout-container .layout-main .layout-section .status-filters-section .type-section .section .drop-down-div.small{width:100%;padding:20px;position:relative}.layout-container .layout-main .layout-section .status-filters-section .type-section .section .drop-down-div.small .drop-down-label{font-family:Poppins;font-weight:500;font-size:12px;color:#5c5c5c;padding:0 5px;background-color:#fff;position:absolute;top:-10px;left:10px}.layout-container .layout-main .layout-section .status-filters-section .type-section .section .drop-down-div .form-control-text{font-family:Poppins;font-weight:500;font-size:14px;color:#5c5c5c}.layout-container .layout-main .layout-section .status-filters-section .type-section .section .drop-down-div .choose{width:17%;position:relative;display:flex;flex-direction:row;justify-content:normal;align-items:center}.layout-container .layout-main .layout-section .status-filters-section .type-section .section .drop-down-div .choose.small{width:90px}.layout-container .layout-main .layout-section .status-filters-section .type-section .section .drop-down-div .choose.medium{width:135px}.layout-container .layout-main .layout-section .status-filters-section .type-section .section .drop-down-div .choose.big{width:180px}.layout-container .layout-main .layout-section .status-filters-section .type-section .section .drop-down-div .choose.large{width:225px}.layout-container .layout-main .layout-section .status-filters-section .type-section .section .drop-down-div .choose .clear-button{height:20px}.layout-container .layout-main .layout-section .status-filters-section .type-section .section .drop-down-div .choose .dropdown{width:100%;border:none;outline:none;background-color:transparent;font-family:Poppins;font-weight:400;font-size:14px;color:#5c5c5c}.layout-container .layout-main .layout-section .status-filters-section .type-section .section .drop-down-div .line{width:2px;height:100%;background:#bdbdbd}.layout-container .layout-main .layout-section .status-filters-section .type-section .section .drop-down-div .search{display:flex;flex-direction:row;justify-content:flex-start;gap:1rem;flex:1}.layout-container .layout-main .layout-section .status-filters-section .type-section .section .drop-down-div .search .icon{width:30px;height:30px}.layout-container .layout-main .layout-section .status-filters-section .type-section .section .drop-down-div .search.restrict-width{max-width:200px}.layout-container .layout-main .layout-section .status-filters-section .type-section .section .drop-down-div .search .search-input{width:100%;font-family:Poppins;font-weight:500;font-size:16px;color:#000;border:none;outline:none;box-shadow:none;background:transparent}.layout-container .layout-main .layout-section .status-filters-section .type-section .section .drop-down-div .search .search-input.small-font{font-family:Poppins;font-weight:400;font-size:.875rem;color:#5c5c5c}.layout-container .layout-main .layout-section .status-filters-section .type-section .section .drop-down-div .search .search-input::placeholder{font-family:Poppins;font-weight:500;font-size:16px;color:#5c5c5c}.layout-container .layout-main .layout-section .status-filters-section .type-section .section .drop-down-div .search .small-font::placeholder{font-family:Poppins;font-weight:400;font-size:.875rem;color:#5c5c5c}.layout-container .layout-main .layout-section .status-filters-section .type-section .section .section-centred{display:flex;flex-direction:column;align-items:center;gap:10px}.layout-container .layout-main .layout-section .status-filters-section .type-section .status-checkbox{display:flex;flex-direction:row;justify-content:normal;align-items:flex-start;gap:5px}.layout-container .layout-main .layout-section .status-filters-section .type-section .status-checkbox .value{font-family:Poppins;font-weight:500;font-size:13px;color:#162b42}.layout-container .layout-main .layout-section .status-filters-section .type-section .ticket-loader{width:100%;height:15px;margin-top:5px;border-radius:10px}.layout-container .layout-main .layout-section .status-filters-section .type-section .loading-animation{overflow:hidden;background:#d0d0d0}.layout-container .layout-main .layout-section .status-filters-section .type-section .loading-animation:before{content:"";display:block;height:100%;width:100%;animation:loading 1s infinite;background:linear-gradient(to right,transparent,#e0e0e0,transparent)}.layout-container .layout-main .layout-section .status-filters-section .type-section .status-checkbox-group{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:5px}.layout-container .layout-main .layout-section .status-filters-section .type-section .status-checkbox-group .status-checkbox{display:flex;flex-direction:row;justify-content:normal;align-items:flex-start;gap:5px}.layout-container .layout-main .layout-section .status-filters-section .type-section .status-checkbox-group .status-checkbox .value{font-family:Poppins;font-weight:500;font-size:13px;color:#162b42}.layout-container .layout-main .layout-section .status-filters-section .type-section .status-checkbox-group .status-sub-checkbox{display:flex;flex-direction:row;justify-content:normal;align-items:flex-start;padding-left:20px;gap:5px}.layout-container .layout-main .layout-section .status-filters-section .type-section .status-checkbox-group .status-sub-checkbox .value{font-family:Poppins;font-weight:500;font-size:13px;color:#162b42}.layout-container .layout-main .layout-section .status-filters-section .type-section .apply-button{text-transform:none;background-color:#06b58c;font-family:Poppins;font-weight:500;font-size:.875rem;color:#fff}.layout-container .layout-main .layout-section .status-filters-section .type-section .apply-button:hover{background-color:#098d6e}.layout-container .layout-main .layout-section .hidden{display:none}.layout-container .layout-main .pagination{display:flex;align-items:center;padding:20px;margin-bottom:10px}.sidebar-outer-container{display:flex;flex-direction:row;justify-content:normal;background-color:#162b42;min-height:100vh;position:fixed;z-index:1005}.sidebar-outer-container .sidebar-inner-container{width:calc(260px + .8rem);padding:.4rem;height:100%;display:flex;flex-direction:column;justify-content:space-between}.sidebar-outer-container .sidebar-inner-container .quicket-logo{padding:.4rem}.sidebar-outer-container .sidebar-inner-container .profile-div{margin-top:20px;margin-bottom:20px;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;overflow:hidden;gap:10px}.sidebar-outer-container .sidebar-inner-container .profile-div .client-logo{width:80px;height:80px;border-radius:50%}.sidebar-outer-container .sidebar-inner-container .profile-div .profile{width:fit-content;text-align:center;max-width:130px}.sidebar-outer-container .sidebar-inner-container .profile-div .profile .name{font-family:Poppins;font-weight:500;font-size:14px;color:#fff}.sidebar-outer-container .sidebar-inner-container .profile-div .profile .subname{font-family:Poppins;font-weight:300;font-size:12px;color:#c6c6c6}.sidebar-outer-container .sidebar-inner-container .profile-div .select-options{border:none;width:100;outline:none;background-color:transparent}.sidebar-outer-container .sidebar-inner-container .menu-items-container{padding-top:3rem;display:flex;flex-direction:column;justify-content:normal;flex:1;color:#fff}.sidebar-outer-container .sidebar-inner-container .menu-items-container .MuiAccordionSummary-content{margin:0}.sidebar-outer-container .sidebar-inner-container .menu-items-container .menu-item{padding:.5rem 1.3rem;display:flex;flex-direction:row;justify-content:flex-start;font-family:Poppins;font-weight:400;font-size:14px;color:#fff;white-space:nowrap;align-items:center;cursor:pointer;gap:1.3rem;letter-spacing:1px;text-decoration:none;border-left:2px solid transparent;width:fit-content}.sidebar-outer-container .sidebar-inner-container .menu-items-container .menu-item.item-height{height:50px}.sidebar-outer-container .sidebar-inner-container .menu-items-container .menu-item .menu-item-text{transition:all .3s ease-out}.sidebar-outer-container .sidebar-inner-container .menu-items-container .menu-item .menu-item-text.collapsed{font-size:.1rem}.sidebar-outer-container .sidebar-inner-container .menu-items-container .menu-item:hover{border-left:1px solid #888888}.sidebar-outer-container .sidebar-inner-container .menu-items-container .menu-item.selected{border-left:3px solid #ffffff}.sidebar-toggler-container{display:flex;justify-content:center;width:1px;background-color:#162b42}.sidebar-toggler-container .sidebar-toggler{overflow:visible;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;background-color:#fff;color:#162b42;min-width:22px;min-height:22px;width:22px;height:22px;font-size:9px;border:1px solid rgba(0,0,0,.3);border-radius:50%;z-index:5}.topbar{min-height:64px}@media only screen and (max-width: 700px){.topbar{min-height:60px}}.topbar .appbar{background-color:#fff;height:64px;display:flex;flex-direction:column;justify-content:normal}@media only screen and (max-width: 700px){.topbar .appbar{height:60px}}.topbar .appbar .toolbar{display:flex;flex-direction:row;justify-content:space-between;height:60px;border-bottom:1px solid rgba(0,0,0,.2)}.topbar .appbar .toolbar .date-selector-div{position:absolute;left:35%}@media only screen and (max-width: 1455px){.topbar .appbar .toolbar .date-selector-div{left:28%}}.topbar .appbar .toolbar .top-bar-end{display:flex;flex-direction:row;justify-content:normal;gap:20px}.topbar .appbar .toolbar .top-bar-end .notification-icons{display:flex;flex-direction:row;justify-content:normal;align-items:center;gap:20px}.topbar .appbar .toolbar .top-bar-end .notification-icons .secondary-color{color:red}.topbar .appbar .toolbar .top-bar-end .notification-icons .line{width:2px;height:50%;background:#bdbdbd}.topbar .appbar .toolbar .top-bar-end .profile-div{display:flex;flex-direction:row;justify-content:normal;cursor:pointer;align-items:center;gap:10px}.topbar .appbar .toolbar .top-bar-end .profile-div .client-logo{width:48px;height:48px;border-radius:50%}.topbar .appbar .toolbar .top-bar-end .profile-div .profile{width:fit-content;text-align:left}.topbar .appbar .toolbar .top-bar-end .profile-div .profile .name{font-family:Poppins;font-weight:600;font-size:14px;color:#162b42}.topbar .appbar .toolbar .top-bar-end .profile-div .profile .status-div{display:flex;flex-direction:row;justify-content:normal;gap:5px;align-items:center}.topbar .appbar .toolbar .top-bar-end .profile-div .profile .status-div .dot{background-color:#06b58c;height:7px;width:7px;border-radius:50%;display:inline-block}.topbar .appbar .toolbar .top-bar-end .profile-div .profile .status-div .status-value{font-family:Poppins;font-weight:500;font-size:.75rem;color:#162b42;text-transform:capitalize}.topbar .appbar .toolbar .top-bar-end .profile-div .profile .subname{font-family:Poppins;font-weight:300;font-size:12px;color:#8a8a8a}.topbar .appbar .toolbar .top-bar-end .profile-div .select-options{border:none;width:100;outline:none;background-color:transparent}.topbar .appbar .toolbar .date-selector{display:flex;flex-direction:row;justify-content:flex-start;gap:10px}.topbar .appbar .toolbar .date-selector .heading-title{font-family:Poppins;font-weight:400;font-size:1.25rem;color:#162b42;width:fit-content;white-space:nowrap}@media only screen and (max-width: 1455px){.topbar .appbar .toolbar .date-selector .heading-title{font-family:Poppins;font-weight:400;font-size:1.25rem;color:#162b42}}.topbar .appbar .toolbar .date-selector .dropdown-new{border:none;outline:none;white-space:nowrap;background-color:transparent;cursor:pointer;text-decoration-style:dashed;-moz-appearance:none;-webkit-appearance:none;font-family:Poppins;font-weight:500;font-size:1.25rem;color:#08c}.topbar .appbar .toolbar .date-selector .dropdown-new .options{font-family:Poppins;font-weight:400;font-size:1rem;color:#162b42}@media only screen and (max-width: 1455px){.topbar .appbar .toolbar .date-selector .dropdown-new{font-family:Poppins;font-weight:500;font-size:1.25rem;color:#08c}}.topbar .appbar .status-filters-topbar{height:100px;width:100vw;padding:0 24px;display:flex;align-items:center}.topbar .scrolled{box-shadow:#00000029 0 0 6px;transition:box-shadow .2s cubic-bezier(.2,0,0,1)}.roles{padding:4px;text-align:center;font-family:Poppins;font-weight:300;font-size:13px;color:#162b42}.gfr-modal-container{display:flex;flex-direction:column;justify-content:flex-start;position:absolute;top:38%;left:25%;width:fit-content;min-width:50%;min-height:100px;height:fit-content;background-color:#fff;border-radius:10px;box-shadow:24px;border:none;outline:none}.gfr-modal-container .ticket-loader{width:100%;height:15px;margin-top:5px;border-radius:10px}.gfr-modal-container .loading-animation{overflow:hidden;background:#d0d0d0}.gfr-modal-container .loading-animation:before{content:"";display:block;height:100%;width:100%;animation:loading 1s infinite;background:linear-gradient(to right,transparent,#e0e0e0,transparent)}.gfr-modal-container .gfr-modal-inner-container{display:flex;flex-direction:column;justify-content:flex-start;height:100%}.gfr-modal-container .gfr-modal-inner-container .gfr-modal-header{display:flex;flex-direction:row;justify-content:space-between;font-family:Poppins;font-weight:600;font-size:1.25rem;color:#000;align-items:center;padding:4px 10px}.gfr-modal-container .gfr-modal-inner-container .gfr-modal-header .gfr-modal-header-text{margin:0}.gfr-modal-container .gfr-modal-inner-container .gfr-solid-line{width:100%;border:1px solid rgba(0,0,0,.1);margin-top:5px 0}.gfr-modal-container .gfr-modal-inner-container .gfr-modal-body{display:flex;flex-direction:column;justify-content:center;flex:1;padding:6px 18px}.gfr-modal-container .gfr-modal-inner-container .gfr-modal-body.fields{gap:10px}.gfr-modal-container .gfr-modal-inner-container .gfr-modal-body .checkbox-control{display:flex;flex-direction:row;justify-content:normal;font-family:Poppins;font-weight:600;font-size:1rem;color:#162b42b3;gap:10px}.gfr-modal-container .gfr-modal-inner-container .gfr-modal-body .checkbox-control .checkbox-field-control{font-family:Poppins;font-weight:600;font-size:1rem;color:#162b42b3;width:100%}.gfr-modal-container .gfr-modal-inner-container .gfr-modal-body .checkbox-control .checkbox-field{width:100%;display:flex;flex-direction:row;justify-content:space-between}.gfr-modal-container .gfr-modal-inner-container .gfr-modal-body .checkbox-control .MuiFormControlLabel-root{width:100%}.gfr-modal-container .gfr-modal-inner-container .gfr-modal-body .checkbox-control.checkbox-highlight{padding-left:10px;border-radius:10px;transition:all .3s ease}.gfr-modal-container .gfr-modal-inner-container .gfr-modal-body .checkbox-control.checkbox-highlight:hover{background:#0000000a}.gfr-modal-container .gfr-modal-inner-container .gfr-modal-body .checkbox-control.checkbox-highlight svg[data-testid=CheckBoxIcon]{animation:grow .5s ease-out}.gfr-modal-container .gfr-modal-inner-container .gfr-modal-body .checkbox-control.checkbox-highlight svg[data-testid=CheckBoxOutlineBlankIcon]{animation:fadeIn .3s ease-out}.gfr-modal-container .gfr-modal-inner-container .gfr-modal-body-header{margin:2px 0;text-wrap:nowrap;font-family:Poppins;font-weight:600;font-size:.875rem;color:#000}.gfr-modal-container .gfr-modal-inner-container .gfr-modal-body-text{margin:6px 0;text-wrap:nowrap;text-align:left;font-family:Poppins;font-weight:400;font-size:.75rem;color:#888}.gfr-modal-container .gfr-modal-inner-container .gfr-modal-buttons-group{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;margin:8px;gap:12px}.gfr-modal-container .gfr-modal-inner-container .gfr-modal-buttons-group .submit-button{text-transform:none;background-color:#06b58c;font-family:Poppins;font-weight:400;font-size:.75rem;color:#fff}.gfr-modal-container .gfr-modal-inner-container .gfr-modal-buttons-group .submit-button:hover{background-color:#098d6e}.gfr-modal-container .gfr-modal-inner-container .gfr-modal-buttons-group .submit-button:disabled{background-color:#888;color:#f5f5f5}.gfr-modal-container .gfr-modal-inner-container .gfr-modal-buttons-group .close-button{text-transform:none;background-color:#f8ac59;font-family:Poppins;font-weight:400;font-size:.75rem;color:#fff}.gfr-modal-container .gfr-modal-inner-container .gfr-modal-buttons-group .close-button:hover{background-color:#db801e}.search-bar-container{position:-webkit-sticky;padding:8px 0;max-height:66px;top:136px;position:sticky;display:flex;flex-direction:row;justify-content:space-between;gap:6px;flex-wrap:nowrap;width:100%;height:100%;background-color:#fff;font-family:Poppins;font-weight:400;font-size:.75rem;color:#000;z-index:1000}.search-bar-container.filter-bar{top:64px;max-height:66px}.search-bar-container .submit-button{min-width:200px;margin:2px;text-transform:none;background-color:#06b58c;font-family:Poppins;font-weight:400;font-size:.75rem;color:#fff}.search-bar-container .submit-button:hover{background-color:#098d6e}.search-bar-container .info-button{min-width:140px;margin:2px;text-transform:none;background-color:#2d5fa8;font-family:Poppins;font-weight:400;font-size:.75rem;color:#fff}.search-bar-container .info-button:hover{background-color:#162b42}.search-bar-container .drop-down-div{justify-content:normal;border:1px solid #dddddd;width:100%;min-width:640px;height:50px;border-radius:10px;padding:20px 10px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:1rem;font-family:Poppins;font-weight:400;font-size:14px;color:#5c5c5c}.search-bar-container .drop-down-div:hover{border:1px solid #1677ff}.search-bar-container .drop-down-div:focus-within{border:1px solid #1677ff}.search-bar-container .drop-down-div.small{width:fit-content;min-width:400px;padding:20px;position:relative}.search-bar-container .drop-down-div.small .drop-down-label{font-family:Poppins;font-weight:500;font-size:12px;color:#5c5c5c;padding:0 5px;background-color:#fff;position:absolute;top:-10px;left:10px}.search-bar-container .drop-down-div .form-control-text{font-family:Poppins;font-weight:500;font-size:14px;color:#5c5c5c}.search-bar-container .drop-down-div .choose{width:18%;justify-content:normal;position:relative;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.search-bar-container .drop-down-div .choose.small{width:120px}.search-bar-container .drop-down-div .choose.medium{width:135px}.search-bar-container .drop-down-div .choose.big{width:18%;white-space:nowrap}.search-bar-container .drop-down-div .choose.large{width:225px}.search-bar-container .drop-down-div .choose .choose-label{font-family:Poppins;font-weight:500;font-size:12px;color:#5c5c5c;padding:0 5px;background-color:#fff;position:absolute;top:-23px;left:0}.search-bar-container .drop-down-div .choose.auto{width:auto;white-space:nowrap}.search-bar-container .drop-down-div .choose .clear-button{height:auto}.search-bar-container .drop-down-div .choose .dropdown{width:100%;border:none;outline:none;background-color:transparent;font-family:Poppins;font-weight:400;font-size:14px;color:#5c5c5c}.search-bar-container .drop-down-div .line{width:2px;height:100%;background:#bdbdbd}.search-bar-container .drop-down-div .search{display:flex;flex-direction:row;justify-content:flex-start;gap:1rem;flex:1}.search-bar-container .drop-down-div .search .icon{width:30px;height:30px}.search-bar-container .drop-down-div .search.restrict-width{max-width:200px}.search-bar-container .drop-down-div .search .search-input{width:100%;font-family:Poppins;font-weight:500;font-size:16px;color:#000;border:none;outline:none;box-shadow:none;background:transparent}.search-bar-container .drop-down-div .search .search-input.small-font{font-family:Poppins;font-weight:400;font-size:.875rem;color:#5c5c5c}.search-bar-container .drop-down-div .search .search-input::placeholder{font-family:Poppins;font-weight:500;font-size:16px;color:#5c5c5c}.search-bar-container .drop-down-div .search .small-font::placeholder{font-family:Poppins;font-weight:400;font-size:.875rem;color:#5c5c5c}.top-section{display:flex;flex-direction:row;justify-content:space-between;width:100%;align-items:center;background-color:#fff;position:-webkit-sticky;top:64px;position:sticky;z-index:1000}.top-section .status-filters{display:flex;flex-direction:row;justify-content:normal;max-width:72%;overflow-x:scroll;color:#000;gap:1.875rem}@media only screen and (max-width: 700px){.top-section .status-filters{min-width:100%;overflow-x:scroll}}@media only screen and (max-width: 700px){.top-section .status-filters{gap:15px}}.top-section .status-filters .status-filter{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;text-transform:none;margin-right:5px;font-family:Poppins;font-weight:600;font-size:.75rem;color:#000000b3;flex-wrap:wrap}.top-section .status-filters .status-filter .status-filter-image{height:30px;width:30px;border-bottom:none}.top-section .status-filters .status-filter .status-filter-text{display:flex;flex-direction:row;justify-content:normal;font-family:Poppins;font-weight:600;font-size:.75rem;color:#000000b3;white-space:nowrap;padding:6px 6px 8px;width:auto;border-bottom:none}.top-section .status-filters .selected{border-bottom:2px solid #000000;border-bottom-left-radius:1px;border-bottom-right-radius:1px;color:#000}.top-section .status-filters .selected .status-filter-text{color:#000}.top-section .status-filters .status-filter:hover{border-bottom:2px solid rgba(0,0,0,.7);border-bottom-left-radius:1px;border-bottom-right-radius:1px;color:#000;cursor:pointer}.top-section .status-filters .status-filter:hover .status-filter-image,.top-section .status-filters .status-filter:hover .status-filter-text{color:#000}.top-section .button-section .submit-button{min-width:140px;margin:2px;text-transform:none;background-color:#06b58c;font-family:Poppins;font-weight:400;font-size:.75rem;color:#fff}.top-section .button-section .submit-button:hover{background-color:#098d6e}.top-section .button-section .info-button{min-width:140px;margin:2px;text-transform:none;background-color:#2d5fa8;font-family:Poppins;font-weight:400;font-size:.75rem;color:#fff}.top-section .button-section .info-button:hover{background-color:#162b42}.top-section .filters-search{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:10px;height:64px;width:30%;margin-left:auto}@media only screen and (max-width: 700px){.top-section .filters-search{display:none}}.status-filters::-webkit-scrollbar{display:none}.finance-ticket-component-container{display:flex;flex-direction:column;justify-content:normal;width:100%;gap:12px}.finance-ticket-component-container .setbr{border-radius:10px 10px 0 0/10px 10px 0px 0px}.finance-ticket-component-container .notsetbr{border-radius:10px}.finance-ticket-component-container .ticket-not-found{display:flex;flex-direction:column;justify-content:center;padding:5%;gap:20px;align-items:center}.finance-ticket-component-container .ticket-not-found .not-found-img{height:420px}.finance-ticket-component-container .ticket-not-found .not-found-text{font-family:Poppins;font-weight:600;font-size:1.125rem;color:#162b42}.finance-ticket-component-container .ticket-not-found .not-found-sub-text{font-family:Poppins;font-weight:400;font-size:.875rem;color:#162b42;text-align:center}.finance-ticket-component-container .ticket-component,.finance-ticket-component-container .skeleton{display:flex;flex-direction:row;justify-content:normal;width:100%;height:198px;padding:15px;height:160px;background-color:#f5f5f5}.finance-ticket-component-container .ticket-component-left{width:85%;max-width:85%;height:100%;overflow-y:inherit;display:flex;flex-direction:column;justify-content:normal;gap:5px}.finance-ticket-component-container .ticket-component-left .left-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.finance-ticket-component-container .ticket-component-left .left-header .ticket-info{width:80%;display:flex;flex-direction:row;justify-content:normal;gap:.875rem;align-items:center}.finance-ticket-component-container .ticket-component-left .left-header .ticket-info .officer-avatar{max-width:60%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:5px}.finance-ticket-component-container .ticket-component-left .left-header .ticket-info .officer-avatar .officer-details{background-color:#162b42;font-family:Poppins;font-weight:400;font-size:1rem;color:#fff;width:35px;height:35px}.finance-ticket-component-container .ticket-component-left .left-header .ticket-info .ticket-number{font-family:Poppins;font-weight:600;font-size:1.5rem;color:#000;line-height:130%;letter-spacing:.012rem}@media only screen and (max-width: 1455px){.finance-ticket-component-container .ticket-component-left .left-header .ticket-info .ticket-number{font-family:Poppins;font-weight:600;font-size:1.25rem;color:#000}}.finance-ticket-component-container .ticket-component-left .left-header .ticket-info .case{display:flex;flex-direction:row;justify-content:space-between;align-items:last baseline}.finance-ticket-component-container .ticket-component-left .left-header .ticket-info .case .case-header{font-family:Poppins;font-weight:600;font-size:1.25rem;color:#162b42b3;line-height:130%;letter-spacing:.01rem}@media only screen and (max-width: 1455px){.finance-ticket-component-container .ticket-component-left .left-header .ticket-info .case .case-header{font-family:Poppins;font-weight:600;font-size:1.125rem;color:#162b42b3}}.finance-ticket-component-container .ticket-component-left .left-header .ticket-info .case .case-number{font-family:Poppins;font-weight:600;font-size:1.125rem;color:#162b42b3;line-height:130%;letter-spacing:.01rem}@media only screen and (max-width: 1455px){.finance-ticket-component-container .ticket-component-left .left-header .ticket-info .case .case-number{font-family:Poppins;font-weight:600;font-size:1rem;color:#162b42b3}}.finance-ticket-component-container .ticket-component-left .left-header .defendant-info{display:flex;align-items:baseline;justify-content:center;gap:10px;height:fit-content}@media only screen and (max-width: 1455px){.finance-ticket-component-container .ticket-component-left .left-header .defendant-info{display:flex;flex-direction:row;justify-content:space-between;align-items:center}}.finance-ticket-component-container .ticket-component-left .left-header .defendant-info .name-header{white-space:nowrap;font-family:Poppins;font-weight:500;font-size:.875rem;color:#162b4280;line-height:111%}@media only screen and (max-width: 1455px){.finance-ticket-component-container .ticket-component-left .left-header .defendant-info .name-header{font-family:Poppins;font-weight:500;font-size:.75rem;color:#162b42b3}}.finance-ticket-component-container .ticket-component-left .left-header .defendant-info .defendant-name{white-space:nowrap;font-family:Poppins;font-weight:600;font-size:1.125rem;color:#162b42;line-height:111%}@media only screen and (max-width: 1455px){.finance-ticket-component-container .ticket-component-left .left-header .defendant-info .defendant-name{font-family:Poppins;font-weight:500;font-size:1rem;color:#162b42}}.finance-ticket-component-container .ticket-component-left .left-header .defendant-info .officer-badge{display:flex;align-items:center;gap:4px}.finance-ticket-component-container .ticket-component-left .left-header .defendant-info .officer-badge .officer-badge-icon{color:#000000b3}@media only screen and (max-width: 1455px){.finance-ticket-component-container .ticket-component-left .left-header .defendant-info .officer-badge .officer-badge-icon{font-family:Poppins;font-weight:500;font-size:1rem;color:#162b42b3}}.finance-ticket-component-container .ticket-component-left .left-header .defendant-info .officer-badge .officer-badge-number{font-family:Poppins;font-weight:500;font-size:1rem;color:#162b4280;line-height:111%}@media only screen and (max-width: 1455px){.finance-ticket-component-container .ticket-component-left .left-header .defendant-info .officer-badge .officer-badge-number{font-family:Poppins;font-weight:500;font-size:.75rem;color:#162b42b3}}.finance-ticket-component-container .ticket-component-left .left-body{width:100%;padding:10px}.finance-ticket-component-container .ticket-component-left .left-body .left-body-fields{width:100%;display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap;gap:5px}.finance-ticket-component-container .ticket-component-left .left-body .left-body-fields .ticket-fields .field-header{font-family:Poppins;font-weight:600;font-size:.875rem;color:#162b4280}@media only screen and (max-width: 1455px){.finance-ticket-component-container .ticket-component-left .left-body .left-body-fields .ticket-fields .field-header{font-family:Poppins;font-weight:600;font-size:.75rem;color:#162b4280}}.finance-ticket-component-container .ticket-component-left .left-body .left-body-fields .ticket-fields .field-value{font-family:Poppins;font-weight:600;font-size:1.125rem;color:#162b42}@media only screen and (max-width: 1455px){.finance-ticket-component-container .ticket-component-left .left-body .left-body-fields .ticket-fields .field-value{font-family:Poppins;font-weight:600;font-size:1rem;color:#162b42}}.finance-ticket-component-container .ticket-component-left .left-body .left-body-fields .ticket-fields .field-value-secondary{font-family:Poppins;font-weight:500;font-size:.875rem;color:#162b42b3}@media only screen and (max-width: 1455px){.finance-ticket-component-container .ticket-component-left .left-body .left-body-fields .ticket-fields .field-value-secondary{font-family:Poppins;font-weight:600;font-size:.75rem;color:#162b4280}}.finance-ticket-component-container .ticket-component-left .left-body .left-body-fields .ticket-fields .adjudication-result{max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:150px}@media only screen and (max-width: 1455px){.finance-ticket-component-container .ticket-component-left .left-body .left-body-fields .ticket-fields .adjudication-result{max-width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.finance-ticket-component-container .ticket-component-left .left-body .left-body-fields .ticket-fields .ticket-status{max-width:100px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100px}@media only screen and (max-width: 1455px){.finance-ticket-component-container .ticket-component-left .left-body .left-body-fields .ticket-fields .ticket-status{max-width:100px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.finance-ticket-component-container .ticket-component-left .left-body .left-body-fields .ticket-fields .fine{max-width:100px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100px}@media only screen and (max-width: 1455px){.finance-ticket-component-container .ticket-component-left .left-body .left-body-fields .ticket-fields .fine{width:auto}}.finance-ticket-component-container .ticket-component-left .left-body .left-body-fields .ticket-fields .max-width{max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.finance-ticket-component-container .ticket-component-left .left-body .left-body-description{width:20%}.finance-ticket-component-container .ticket-component-left .left-body .left-body-description .description-header{font-family:Poppins;font-weight:600;font-size:.875rem;color:#162b4280;line-height:111%}@media only screen and (max-width: 1455px){.finance-ticket-component-container .ticket-component-left .left-body .left-body-description .description-header{font-family:Poppins;font-weight:600;font-size:.75rem;color:#162b4280}}.finance-ticket-component-container .ticket-component-left .left-body .left-body-description .description-code{font-family:Poppins;font-weight:600;font-size:1.125rem;color:#162b42;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:125%}@media only screen and (max-width: 1455px){.finance-ticket-component-container .ticket-component-left .left-body .left-body-description .description-code{font-family:Poppins;font-weight:600;font-size:1rem;color:#162b42}}.finance-ticket-component-container .ticket-component-left .left-body .left-body-description .description-full{font-family:Poppins;font-weight:500;font-size:.75rem;color:#162b42b3;height:100%;padding-right:10px;overflow-x:hidden;text-overflow:ellipsis;white-space:normal;word-wrap:none;max-height:40px}@media only screen and (max-width: 1455px){.finance-ticket-component-container .ticket-component-left .left-body .left-body-description .description-full{font-family:Poppins;font-weight:500;font-size:.64rem;color:#162b42b3}}.finance-ticket-component-container .ticket-component-middle{position:relative;width:30px;height:auto}.finance-ticket-component-container .ticket-component .up-border,.finance-ticket-component-container .skeleton .up-border,.finance-ticket-component-container .ticket-component .down-border,.finance-ticket-component-container .skeleton .down-border{position:absolute;width:30px;height:30px;border-radius:50%;background-color:#fff}.finance-ticket-component-container .ticket-component .up-border,.finance-ticket-component-container .skeleton .up-border{top:-18px;height:15px;border-radius:0 0 50% 50%/0 0 100% 100%}.finance-ticket-component-container .ticket-component .down-border,.finance-ticket-component-container .skeleton .down-border{display:flex;flex-direction:row;justify-content:normal;align-items:center;justify-content:center;bottom:-30px;color:#000}.finance-ticket-component-container .ticket-component .dotted-line,.finance-ticket-component-container .skeleton .dotted-line{width:10%;height:100%;border:none;border-right:3px dashed rgba(0,0,0,.3);margin-left:13px}.finance-ticket-component-container .ticket-component-right{width:15%;height:auto;display:flex;flex-direction:row;justify-content:space-evenly;position:relative}@media only screen and (max-width: 1455px){.finance-ticket-component-container .ticket-component-right{display:flex;flex-direction:column;justify-content:space-evenly}}.finance-ticket-component-container .ticket-component-right .payment{width:50%;height:100%;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}@media only screen and (max-width: 1455px){.finance-ticket-component-container .ticket-component-right .payment{width:100%;display:flex;flex-direction:column;justify-content:space-evenly;flex-wrap:wrap}}.finance-ticket-component-container .ticket-component-right .payment .fine{display:flex;flex-direction:column;align-items:center;gap:5px;font-family:Poppins;font-weight:500;font-size:1.375rem;color:#162b42;line-height:111%}.finance-ticket-component-container .ticket-component-right .payment .fine .fine-header{white-space:nowrap;font-family:Poppins;font-weight:600;font-size:.875rem;color:#162b4280}@media only screen and (max-width: 1455px){.finance-ticket-component-container .ticket-component-right .payment .fine .fine-header{font-family:Poppins;font-weight:600;font-size:.75rem;color:#162b4280}}@media only screen and (max-width: 1455px){.finance-ticket-component-container .ticket-component-right .payment .fine{font-family:Poppins;font-weight:500;font-size:1.125rem;color:#162b42}}.finance-ticket-component-container .ticket-component-right .payment .payment-button{text-transform:none;font-family:Poppins;font-weight:400;font-size:.875rem;color:#0000004d;height:33px;width:103px}@media only screen and (max-width: 1455px){.finance-ticket-component-container .ticket-component-right .payment .payment-button{height:33px;width:103px}}.finance-ticket-component-container .ticket-component-right .payment .enabled{background-color:#06b58c;font-family:Poppins;font-weight:500;font-size:.875rem;color:#f5f5f5}.finance-ticket-component-container .ticket-component-right .payment .payment-button-disabled{text-transform:none;height:33px;width:103px}.finance-ticket-component-container .ticket-component-right .paid{width:fit-content;white-space:nowrap;border-radius:.225rem;background:#06b58c;font-family:Poppins;font-weight:400;font-size:.75rem;color:#fff;padding:2px 5px}@media only screen and (max-width: 1455px){.finance-ticket-component-container .ticket-component-right .paid{font-family:Poppins;font-weight:400;font-size:.64rem;color:#fff}}.finance-ticket-component-container .ticket-component-right .unpaid{width:fit-content;white-space:nowrap;border-radius:.225rem;background:#ed5565;font-family:Poppins;font-weight:400;font-size:.75rem;color:#fff;padding:2px 5px}@media only screen and (max-width: 1455px){.finance-ticket-component-container .ticket-component-right .unpaid{font-family:Poppins;font-weight:400;font-size:.64rem;color:#fff}}.finance-ticket-component-container .ticket-component-right .action-buttons{display:flex;flex-direction:column;justify-content:space-evenly}@media only screen and (max-width: 1455px){.finance-ticket-component-container .ticket-component-right .action-buttons{display:flex;flex-direction:row;justify-content:space-evenly}}.finance-ticket-component-container .ticket-component-right .action-buttons .download-citation,.finance-ticket-component-container .ticket-component-right .action-buttons .release-receipt{background-color:#21457c;min-width:32px;padding:6px 0}.finance-ticket-component-container .skeleton{border-radius:10px}.finance-ticket-component-container .skeleton .loading-animation{overflow:hidden;background:#d0d0d0}.finance-ticket-component-container .skeleton .loading-animation:before{content:"";display:block;height:100%;width:100%;animation:loading 1s infinite;background:linear-gradient(to right,transparent,#e0e0e0,transparent)}.finance-ticket-component-container .skeleton .ticket-loader{width:80%;height:15px;margin-top:5px;border-radius:10px}.finance-ticket-component-container .skeleton .ticket-loader-description{width:100%;margin-top:5px;height:60px;border-radius:10px}.finance-ticket-component-container .pagination{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin-top:16px;margin-bottom:16px;gap:30px}@media only screen and (max-width: 700px){.finance-ticket-component-container .pagination{display:flex;flex-direction:column;justify-content:normal}}.finance-ticket-component-container .pagination .selection-div{display:flex;flex-direction:column;justify-content:normal;gap:10px}.finance-ticket-component-container .pagination .selection-div .pagination-entry{display:flex;flex-direction:row;justify-content:normal;font-family:Poppins;font-weight:400;font-size:.875rem;color:#000;align-items:center;gap:10px}.finance-ticket-component-container .pagination .selection-div .records-stat{font-family:Poppins;font-weight:400;font-size:.875rem;color:#000}.collections-ticket-component-container{display:flex;flex-direction:column;justify-content:normal;width:100%;gap:15px}.collections-ticket-component-container .setbr{border-radius:10px 10px 0 0/10px 10px 0px 0px}.collections-ticket-component-container .notsetbr{border-radius:10px}.collections-ticket-component-container .ticket-not-found{display:flex;flex-direction:column;justify-content:center;padding:5%;gap:20px;align-items:center}.collections-ticket-component-container .ticket-not-found .not-found-img{height:420px}.collections-ticket-component-container .ticket-not-found .not-found-text{font-family:Poppins;font-weight:600;font-size:1.125rem;color:#162b42}.collections-ticket-component-container .ticket-not-found .not-found-sub-text{font-family:Poppins;font-weight:400;font-size:.875rem;color:#162b42;text-align:center}.collections-ticket-component-container .bottom-line{border-bottom:.5px solid #ddd}.collections-ticket-component-container .ticket-component,.collections-ticket-component-container .skeleton{display:flex;flex-direction:row;justify-content:normal;width:100%;padding:15px;height:50px}.collections-ticket-component-container .ticket-component.header,.collections-ticket-component-container .header.skeleton{background-color:#f5f5f5;padding:0 15px;height:60px}.collections-ticket-component-container .ticket-component-left{width:100%;height:100%;overflow-y:inherit;display:flex;flex-direction:column;justify-content:center;gap:5px}.collections-ticket-component-container .ticket-component-left .left-header{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.collections-ticket-component-container .ticket-component-left .left-header .ticket-info{font-family:Poppins;font-weight:500;font-size:1rem;color:#000;display:flex;flex-direction:row;justify-content:center;gap:.875rem;align-items:center}.collections-ticket-component-container .ticket-component-left .left-header .ticket-info .checkbox{padding-left:10px;border-radius:10px;transition:all .3s ease}.collections-ticket-component-container .ticket-component-left .left-header .ticket-info .checkbox:hover{background:#0000000a}.collections-ticket-component-container .ticket-component-left .left-header .ticket-info .checkbox svg[data-testid=CheckBoxIcon]{animation:grow .5s ease-out}.collections-ticket-component-container .ticket-component-left .left-header .ticket-info .checkbox svg[data-testid=CheckBoxOutlineBlankIcon]{animation:fadeIn .3s ease-out}.collections-ticket-component-container .ticket-component-left .left-header .ticket-info .checkbox:hover{background:transparent}.collections-ticket-component-container .ticket-component-left .left-header .ticket-info .ticket-number{font-family:Poppins;font-weight:600;font-size:1.125rem;color:#000;line-height:130%;letter-spacing:.012rem}@media only screen and (max-width: 1455px){.collections-ticket-component-container .ticket-component-left .left-header .ticket-info .ticket-number{font-family:Poppins;font-weight:600;font-size:1.125rem;color:#000}}.collections-ticket-component-container .ticket-component-left .left-header .ticket-info .align-content{justify-content:start}.collections-ticket-component-container .ticket-component-left .left-header .ticket-info .details{font-family:Poppins;font-weight:500;font-size:1rem;color:#5c5c5c;max-width:700px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.collections-ticket-component-container .ticket-component-left .left-header .ticket-info.sendto{width:12%}.collections-ticket-component-container .ticket-component-left .left-header .ticket-info.ticketnum,.collections-ticket-component-container .ticket-component-left .left-header .ticket-info.issue,.collections-ticket-component-container .ticket-component-left .left-header .ticket-info.days{width:9%}.collections-ticket-component-container .ticket-component-left .left-header .ticket-info.violation{width:30%}.collections-ticket-component-container .ticket-component-left .left-header .ticket-info.name{width:15%}.collections-ticket-component-container .ticket-component-left .left-header .ticket-info.balance{width:6%}.collections-ticket-component-container .ticket-component-left .left-header .defendant-info{display:flex;align-items:baseline;justify-content:center;gap:10px;height:fit-content}@media only screen and (max-width: 1455px){.collections-ticket-component-container .ticket-component-left .left-header .defendant-info{display:flex;flex-direction:row;justify-content:space-between;align-items:center}}.collections-ticket-component-container .ticket-component-left .left-header .defendant-info .name-header{white-space:nowrap;font-family:Poppins;font-weight:500;font-size:.875rem;color:#162b4280;line-height:111%}@media only screen and (max-width: 1455px){.collections-ticket-component-container .ticket-component-left .left-header .defendant-info .name-header{font-family:Poppins;font-weight:500;font-size:.75rem;color:#162b42b3}}.collections-ticket-component-container .ticket-component-left .left-header .defendant-info .defendant-name{white-space:nowrap;font-family:Poppins;font-weight:600;font-size:1.125rem;color:#162b42;line-height:111%}@media only screen and (max-width: 1455px){.collections-ticket-component-container .ticket-component-left .left-header .defendant-info .defendant-name{font-family:Poppins;font-weight:500;font-size:1rem;color:#162b42}}.collections-ticket-component-container .ticket-component-left .left-header .defendant-info .officer-badge{display:flex;align-items:center;gap:4px}.collections-ticket-component-container .ticket-component-left .left-header .defendant-info .officer-badge .officer-badge-icon{color:#000000b3}@media only screen and (max-width: 1455px){.collections-ticket-component-container .ticket-component-left .left-header .defendant-info .officer-badge .officer-badge-icon{font-family:Poppins;font-weight:500;font-size:1rem;color:#162b42b3}}.collections-ticket-component-container .ticket-component-left .left-header .defendant-info .officer-badge .officer-badge-number{font-family:Poppins;font-weight:500;font-size:1rem;color:#162b4280;line-height:111%}@media only screen and (max-width: 1455px){.collections-ticket-component-container .ticket-component-left .left-header .defendant-info .officer-badge .officer-badge-number{font-family:Poppins;font-weight:500;font-size:.75rem;color:#162b42b3}}.collections-ticket-component-container .ticket-component-left .left-body{width:100%;padding:10px}.collections-ticket-component-container .ticket-component-left .left-body .left-body-fields{width:100%;display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap;gap:5px}.collections-ticket-component-container .ticket-component-left .left-body .left-body-fields .ticket-fields .field-header{font-family:Poppins;font-weight:600;font-size:.875rem;color:#162b4280}@media only screen and (max-width: 1455px){.collections-ticket-component-container .ticket-component-left .left-body .left-body-fields .ticket-fields .field-header{font-family:Poppins;font-weight:600;font-size:.75rem;color:#162b4280}}.collections-ticket-component-container .ticket-component-left .left-body .left-body-fields .ticket-fields .field-value{font-family:Poppins;font-weight:600;font-size:1.125rem;color:#162b42}@media only screen and (max-width: 1455px){.collections-ticket-component-container .ticket-component-left .left-body .left-body-fields .ticket-fields .field-value{font-family:Poppins;font-weight:600;font-size:1rem;color:#162b42}}.collections-ticket-component-container .ticket-component-left .left-body .left-body-fields .ticket-fields .field-value-secondary{font-family:Poppins;font-weight:500;font-size:.875rem;color:#162b42b3}@media only screen and (max-width: 1455px){.collections-ticket-component-container .ticket-component-left .left-body .left-body-fields .ticket-fields .field-value-secondary{font-family:Poppins;font-weight:600;font-size:.75rem;color:#162b4280}}.collections-ticket-component-container .ticket-component-left .left-body .left-body-fields .ticket-fields .adjudication-result{max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:150px}@media only screen and (max-width: 1455px){.collections-ticket-component-container .ticket-component-left .left-body .left-body-fields .ticket-fields .adjudication-result{max-width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.collections-ticket-component-container .ticket-component-left .left-body .left-body-fields .ticket-fields .ticket-status{max-width:100px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100px}@media only screen and (max-width: 1455px){.collections-ticket-component-container .ticket-component-left .left-body .left-body-fields .ticket-fields .ticket-status{max-width:100px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.collections-ticket-component-container .ticket-component-left .left-body .left-body-fields .ticket-fields .fine{max-width:100px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100px}@media only screen and (max-width: 1455px){.collections-ticket-component-container .ticket-component-left .left-body .left-body-fields .ticket-fields .fine{width:auto}}.collections-ticket-component-container .ticket-component-left .left-body .left-body-fields .ticket-fields .max-width{max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.collections-ticket-component-container .ticket-component-left .left-body .left-body-description{width:20%}.collections-ticket-component-container .ticket-component-left .left-body .left-body-description .description-header{font-family:Poppins;font-weight:600;font-size:.875rem;color:#162b4280;line-height:111%}@media only screen and (max-width: 1455px){.collections-ticket-component-container .ticket-component-left .left-body .left-body-description .description-header{font-family:Poppins;font-weight:600;font-size:.75rem;color:#162b4280}}.collections-ticket-component-container .ticket-component-left .left-body .left-body-description .description-code{font-family:Poppins;font-weight:600;font-size:1.125rem;color:#162b42;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:125%}@media only screen and (max-width: 1455px){.collections-ticket-component-container .ticket-component-left .left-body .left-body-description .description-code{font-family:Poppins;font-weight:600;font-size:1rem;color:#162b42}}.collections-ticket-component-container .ticket-component-left .left-body .left-body-description .description-full{font-family:Poppins;font-weight:500;font-size:.75rem;color:#162b42b3;height:100%;padding-right:10px;overflow-x:hidden;text-overflow:ellipsis;white-space:normal;word-wrap:none;max-height:40px}@media only screen and (max-width: 1455px){.collections-ticket-component-container .ticket-component-left .left-body .left-body-description .description-full{font-family:Poppins;font-weight:500;font-size:.64rem;color:#162b42b3}}.collections-ticket-component-container .ticket-component-middle{position:relative;width:30px;height:auto}.collections-ticket-component-container .ticket-component .up-border,.collections-ticket-component-container .skeleton .up-border,.collections-ticket-component-container .ticket-component .down-border,.collections-ticket-component-container .skeleton .down-border{position:absolute;width:30px;height:30px;border-radius:50%;background-color:#fff}.collections-ticket-component-container .ticket-component .up-border,.collections-ticket-component-container .skeleton .up-border{top:-18px;height:15px;border-radius:0 0 50% 50%/0 0 100% 100%}.collections-ticket-component-container .ticket-component .down-border,.collections-ticket-component-container .skeleton .down-border{display:flex;flex-direction:row;justify-content:normal;align-items:center;justify-content:center;bottom:-30px;color:#000}.collections-ticket-component-container .ticket-component .dotted-line,.collections-ticket-component-container .skeleton .dotted-line{width:10%;height:100%;border:none;border-right:3px dashed rgba(0,0,0,.3);margin-left:13px}.collections-ticket-component-container .ticket-component-right{width:15%;height:auto;display:flex;flex-direction:row;justify-content:space-evenly;position:relative}@media only screen and (max-width: 1455px){.collections-ticket-component-container .ticket-component-right{display:flex;flex-direction:column;justify-content:space-evenly}}.collections-ticket-component-container .ticket-component-right .payment{width:50%;height:100%;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}@media only screen and (max-width: 1455px){.collections-ticket-component-container .ticket-component-right .payment{width:100%;display:flex;flex-direction:column;justify-content:space-evenly;flex-wrap:wrap}}.collections-ticket-component-container .ticket-component-right .payment .fine{font-family:Poppins;font-weight:500;font-size:1.375rem;color:#162b42;line-height:111%}@media only screen and (max-width: 1455px){.collections-ticket-component-container .ticket-component-right .payment .fine{font-family:Poppins;font-weight:500;font-size:1.125rem;color:#162b42}}.collections-ticket-component-container .ticket-component-right .payment .payment-button{text-transform:none;font-family:Poppins;font-weight:400;font-size:.875rem;color:#0000004d;height:33px;width:103px}@media only screen and (max-width: 1455px){.collections-ticket-component-container .ticket-component-right .payment .payment-button{height:33px;width:103px}}.collections-ticket-component-container .ticket-component-right .payment .enabled{background-color:#06b58c;font-family:Poppins;font-weight:500;font-size:.875rem;color:#f5f5f5}.collections-ticket-component-container .ticket-component-right .payment .payment-button-disabled{text-transform:none;height:33px;width:103px}.collections-ticket-component-container .ticket-component-right .paid{width:fit-content;border-radius:.525rem;background:#06b58c;font-family:Poppins;font-weight:400;font-size:.75rem;color:#fff;padding-left:5px;padding-right:5px}@media only screen and (max-width: 1455px){.collections-ticket-component-container .ticket-component-right .paid{font-family:Poppins;font-weight:400;font-size:.64rem;color:#fff}}.collections-ticket-component-container .ticket-component-right .unpaid{width:fit-content;border-radius:.525rem;background:#ed5565;font-family:Poppins;font-weight:400;font-size:.75rem;color:#fff;padding-left:5px;padding-right:5px}@media only screen and (max-width: 1455px){.collections-ticket-component-container .ticket-component-right .unpaid{font-family:Poppins;font-weight:400;font-size:.64rem;color:#fff}}.collections-ticket-component-container .ticket-component-right .action-buttons{display:flex;flex-direction:column;justify-content:space-evenly}@media only screen and (max-width: 1455px){.collections-ticket-component-container .ticket-component-right .action-buttons{display:flex;flex-direction:row;justify-content:space-evenly}}.collections-ticket-component-container .ticket-component-right .action-buttons .download-citation,.collections-ticket-component-container .ticket-component-right .action-buttons .release-receipt{background-color:#21457c;min-width:32px;padding:6px 0}.collections-ticket-component-container .skeleton{border-radius:10px}.collections-ticket-component-container .skeleton .loading-animation{overflow:hidden;background:#d0d0d0}.collections-ticket-component-container .skeleton .loading-animation:before{content:"";display:block;height:100%;width:100%;animation:loading 1s infinite;background:linear-gradient(to right,transparent,#e0e0e0,transparent)}.collections-ticket-component-container .skeleton .ticket-loader{width:80%;height:15px;margin-top:5px;border-radius:10px}.collections-ticket-component-container .skeleton .ticket-loader-description{width:100%;margin-top:5px;height:60px;border-radius:10px}.collections-ticket-component-container .pagination{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin-top:16px;margin-bottom:16px;gap:30px}@media only screen and (max-width: 700px){.collections-ticket-component-container .pagination{display:flex;flex-direction:column;justify-content:normal}}.collections-ticket-component-container .pagination .selection-div{display:flex;flex-direction:column;justify-content:normal;gap:10px}.collections-ticket-component-container .pagination .selection-div .pagination-entry{display:flex;flex-direction:row;justify-content:normal;font-family:Poppins;font-weight:400;font-size:.875rem;color:#000;align-items:center;gap:10px}.collections-ticket-component-container .pagination .selection-div .records-stat{font-family:Poppins;font-weight:400;font-size:.875rem;color:#000}.history-ticket-component-container{display:flex;flex-direction:column;justify-content:normal;width:100%;gap:15px}.history-ticket-component-container .setbr{border-radius:10px 10px 0 0/10px 10px 0px 0px}.history-ticket-component-container .notsetbr{border-radius:10px}.history-ticket-component-container .ticket-not-found{display:flex;flex-direction:column;justify-content:center;padding:5%;gap:20px;align-items:center}.history-ticket-component-container .ticket-not-found .not-found-img{height:420px}.history-ticket-component-container .ticket-not-found .not-found-text{font-family:Poppins;font-weight:600;font-size:1.125rem;color:#162b42}.history-ticket-component-container .ticket-not-found .not-found-sub-text{font-family:Poppins;font-weight:400;font-size:.875rem;color:#162b42;text-align:center}.history-ticket-component-container .ticket-component,.history-ticket-component-container .skeleton{display:flex;flex-direction:row;justify-content:normal;width:100%;padding:15px;height:60px;background-color:#f5f5f5}.history-ticket-component-container .ticket-component.header,.history-ticket-component-container .header.skeleton{background-color:transparent;padding:0 15px;height:40px}.history-ticket-component-container .ticket-component-left{width:100%;height:100%;overflow-y:inherit;display:flex;flex-direction:column;justify-content:center;gap:5px}.history-ticket-component-container .ticket-component-left .left-header{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.history-ticket-component-container .ticket-component-left .left-header .line{width:1px;height:100%;background:#bdbdbd}.history-ticket-component-container .ticket-component-left .left-header .ticket-info{font-family:Poppins;font-weight:500;font-size:1rem;color:#000;display:flex;flex-direction:row;justify-content:center;gap:.875rem;align-items:center}.history-ticket-component-container .ticket-component-left .left-header .ticket-info .checkbox{padding-left:10px;border-radius:10px;transition:all .3s ease}.history-ticket-component-container .ticket-component-left .left-header .ticket-info .checkbox:hover{background:#0000000a}.history-ticket-component-container .ticket-component-left .left-header .ticket-info .checkbox svg[data-testid=CheckBoxIcon]{animation:grow .5s ease-out}.history-ticket-component-container .ticket-component-left .left-header .ticket-info .checkbox svg[data-testid=CheckBoxOutlineBlankIcon]{animation:fadeIn .3s ease-out}@keyframes grow{0%{scale:0}50%{scale:1.1}to{scale:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.history-ticket-component-container .ticket-component-left .left-header .ticket-info .checkbox:hover{background:transparent}.history-ticket-component-container .ticket-component-left .left-header .ticket-info .ticket-number{font-family:Poppins;font-weight:600;font-size:1.125rem;color:#000;line-height:130%;letter-spacing:.012rem}@media only screen and (max-width: 1455px){.history-ticket-component-container .ticket-component-left .left-header .ticket-info .ticket-number{font-family:Poppins;font-weight:600;font-size:1.125rem;color:#000}}.history-ticket-component-container .ticket-component-left .left-header .ticket-info .details{font-family:Poppins;font-weight:500;font-size:1rem;color:#5c5c5c;max-width:700px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-ticket-component-container .ticket-component-left .left-header .ticket-info.eventdatetime{width:15%}.history-ticket-component-container .ticket-component-left .left-header .ticket-info.eventdescription{width:50%}.history-ticket-component-container .ticket-component-left .left-header .ticket-info.transaction{width:15%}.history-ticket-component-container .ticket-component-left .left-header .ticket-info.balance{width:10%}.history-ticket-component-container .ticket-component-left .left-header .defendant-info{display:flex;align-items:baseline;justify-content:center;gap:10px;height:fit-content}@media only screen and (max-width: 1455px){.history-ticket-component-container .ticket-component-left .left-header .defendant-info{display:flex;flex-direction:row;justify-content:space-between;align-items:center}}.history-ticket-component-container .ticket-component-left .left-header .defendant-info .name-header{white-space:nowrap;font-family:Poppins;font-weight:500;font-size:.875rem;color:#162b4280;line-height:111%}@media only screen and (max-width: 1455px){.history-ticket-component-container .ticket-component-left .left-header .defendant-info .name-header{font-family:Poppins;font-weight:500;font-size:.75rem;color:#162b42b3}}.history-ticket-component-container .ticket-component-left .left-header .defendant-info .defendant-name{white-space:nowrap;font-family:Poppins;font-weight:600;font-size:1.125rem;color:#162b42;line-height:111%}@media only screen and (max-width: 1455px){.history-ticket-component-container .ticket-component-left .left-header .defendant-info .defendant-name{font-family:Poppins;font-weight:500;font-size:1rem;color:#162b42}}.history-ticket-component-container .ticket-component-left .left-header .defendant-info .officer-badge{display:flex;align-items:center;gap:4px}.history-ticket-component-container .ticket-component-left .left-header .defendant-info .officer-badge .officer-badge-icon{color:#000000b3}@media only screen and (max-width: 1455px){.history-ticket-component-container .ticket-component-left .left-header .defendant-info .officer-badge .officer-badge-icon{font-family:Poppins;font-weight:500;font-size:1rem;color:#162b42b3}}.history-ticket-component-container .ticket-component-left .left-header .defendant-info .officer-badge .officer-badge-number{font-family:Poppins;font-weight:500;font-size:1rem;color:#162b4280;line-height:111%}@media only screen and (max-width: 1455px){.history-ticket-component-container .ticket-component-left .left-header .defendant-info .officer-badge .officer-badge-number{font-family:Poppins;font-weight:500;font-size:.75rem;color:#162b42b3}}.history-ticket-component-container .ticket-component-left .left-body{width:100%;padding:10px}.history-ticket-component-container .ticket-component-left .left-body .left-body-fields{width:100%;display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap;gap:5px}.history-ticket-component-container .ticket-component-left .left-body .left-body-fields .ticket-fields .field-header{font-family:Poppins;font-weight:600;font-size:.875rem;color:#162b4280}@media only screen and (max-width: 1455px){.history-ticket-component-container .ticket-component-left .left-body .left-body-fields .ticket-fields .field-header{font-family:Poppins;font-weight:600;font-size:.75rem;color:#162b4280}}.history-ticket-component-container .ticket-component-left .left-body .left-body-fields .ticket-fields .field-value{font-family:Poppins;font-weight:600;font-size:1.125rem;color:#162b42}@media only screen and (max-width: 1455px){.history-ticket-component-container .ticket-component-left .left-body .left-body-fields .ticket-fields .field-value{font-family:Poppins;font-weight:600;font-size:1rem;color:#162b42}}.history-ticket-component-container .ticket-component-left .left-body .left-body-fields .ticket-fields .field-value-secondary{font-family:Poppins;font-weight:500;font-size:.875rem;color:#162b42b3}@media only screen and (max-width: 1455px){.history-ticket-component-container .ticket-component-left .left-body .left-body-fields .ticket-fields .field-value-secondary{font-family:Poppins;font-weight:600;font-size:.75rem;color:#162b4280}}.history-ticket-component-container .ticket-component-left .left-body .left-body-fields .ticket-fields .adjudication-result{max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:150px}@media only screen and (max-width: 1455px){.history-ticket-component-container .ticket-component-left .left-body .left-body-fields .ticket-fields .adjudication-result{max-width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.history-ticket-component-container .ticket-component-left .left-body .left-body-fields .ticket-fields .ticket-status{max-width:100px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100px}@media only screen and (max-width: 1455px){.history-ticket-component-container .ticket-component-left .left-body .left-body-fields .ticket-fields .ticket-status{max-width:100px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.history-ticket-component-container .ticket-component-left .left-body .left-body-fields .ticket-fields .fine{max-width:100px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100px}@media only screen and (max-width: 1455px){.history-ticket-component-container .ticket-component-left .left-body .left-body-fields .ticket-fields .fine{width:auto}}.history-ticket-component-container .ticket-component-left .left-body .left-body-fields .ticket-fields .max-width{max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-ticket-component-container .ticket-component-left .left-body .left-body-description{width:20%}.history-ticket-component-container .ticket-component-left .left-body .left-body-description .description-header{font-family:Poppins;font-weight:600;font-size:.875rem;color:#162b4280;line-height:111%}@media only screen and (max-width: 1455px){.history-ticket-component-container .ticket-component-left .left-body .left-body-description .description-header{font-family:Poppins;font-weight:600;font-size:.75rem;color:#162b4280}}.history-ticket-component-container .ticket-component-left .left-body .left-body-description .description-code{font-family:Poppins;font-weight:600;font-size:1.125rem;color:#162b42;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:125%}@media only screen and (max-width: 1455px){.history-ticket-component-container .ticket-component-left .left-body .left-body-description .description-code{font-family:Poppins;font-weight:600;font-size:1rem;color:#162b42}}.history-ticket-component-container .ticket-component-left .left-body .left-body-description .description-full{font-family:Poppins;font-weight:500;font-size:.75rem;color:#162b42b3;height:100%;padding-right:10px;overflow-x:hidden;text-overflow:ellipsis;white-space:normal;word-wrap:none;max-height:40px}@media only screen and (max-width: 1455px){.history-ticket-component-container .ticket-component-left .left-body .left-body-description .description-full{font-family:Poppins;font-weight:500;font-size:.64rem;color:#162b42b3}}.history-ticket-component-container .ticket-component-middle{position:relative;width:30px;height:auto}.history-ticket-component-container .ticket-component .up-border,.history-ticket-component-container .skeleton .up-border,.history-ticket-component-container .ticket-component .down-border,.history-ticket-component-container .skeleton .down-border{position:absolute;width:30px;height:30px;border-radius:50%;background-color:#fff}.history-ticket-component-container .ticket-component .up-border,.history-ticket-component-container .skeleton .up-border{top:-18px;height:15px;border-radius:0 0 50% 50%/0 0 100% 100%}.history-ticket-component-container .ticket-component .down-border,.history-ticket-component-container .skeleton .down-border{display:flex;flex-direction:row;justify-content:normal;align-items:center;justify-content:center;bottom:-30px;color:#000}.history-ticket-component-container .ticket-component .dotted-line,.history-ticket-component-container .skeleton .dotted-line{width:10%;height:100%;border:none;border-right:3px dashed rgba(0,0,0,.3);margin-left:13px}.history-ticket-component-container .ticket-component-right{width:15%;height:auto;display:flex;flex-direction:row;justify-content:space-evenly;position:relative}@media only screen and (max-width: 1455px){.history-ticket-component-container .ticket-component-right{display:flex;flex-direction:column;justify-content:space-evenly}}.history-ticket-component-container .ticket-component-right .payment{width:50%;height:100%;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}@media only screen and (max-width: 1455px){.history-ticket-component-container .ticket-component-right .payment{width:100%;display:flex;flex-direction:column;justify-content:space-evenly;flex-wrap:wrap}}.history-ticket-component-container .ticket-component-right .payment .fine{font-family:Poppins;font-weight:500;font-size:1.375rem;color:#162b42;line-height:111%}@media only screen and (max-width: 1455px){.history-ticket-component-container .ticket-component-right .payment .fine{font-family:Poppins;font-weight:500;font-size:1.125rem;color:#162b42}}.history-ticket-component-container .ticket-component-right .payment .payment-button{text-transform:none;font-family:Poppins;font-weight:400;font-size:.875rem;color:#0000004d;height:33px;width:103px}@media only screen and (max-width: 1455px){.history-ticket-component-container .ticket-component-right .payment .payment-button{height:33px;width:103px}}.history-ticket-component-container .ticket-component-right .payment .enabled{background-color:#06b58c;font-family:Poppins;font-weight:500;font-size:.875rem;color:#f5f5f5}.history-ticket-component-container .ticket-component-right .payment .payment-button-disabled{text-transform:none;height:33px;width:103px}.history-ticket-component-container .ticket-component-right .paid{width:fit-content;border-radius:.525rem;background:#06b58c;font-family:Poppins;font-weight:400;font-size:.75rem;color:#fff;padding-left:5px;padding-right:5px}@media only screen and (max-width: 1455px){.history-ticket-component-container .ticket-component-right .paid{font-family:Poppins;font-weight:400;font-size:.64rem;color:#fff}}.history-ticket-component-container .ticket-component-right .unpaid{width:fit-content;border-radius:.525rem;background:#ed5565;font-family:Poppins;font-weight:400;font-size:.75rem;color:#fff;padding-left:5px;padding-right:5px}@media only screen and (max-width: 1455px){.history-ticket-component-container .ticket-component-right .unpaid{font-family:Poppins;font-weight:400;font-size:.64rem;color:#fff}}.history-ticket-component-container .ticket-component-right .action-buttons{display:flex;flex-direction:column;justify-content:space-evenly}@media only screen and (max-width: 1455px){.history-ticket-component-container .ticket-component-right .action-buttons{display:flex;flex-direction:row;justify-content:space-evenly}}.history-ticket-component-container .ticket-component-right .action-buttons .download-citation,.history-ticket-component-container .ticket-component-right .action-buttons .release-receipt{background-color:#21457c;min-width:32px;padding:6px 0}.history-ticket-component-container .skeleton{border-radius:10px}.history-ticket-component-container .skeleton .loading-animation{overflow:hidden;background:#d0d0d0}.history-ticket-component-container .skeleton .loading-animation:before{content:"";display:block;height:100%;width:100%;animation:loading 1s infinite;background:linear-gradient(to right,transparent,#e0e0e0,transparent)}@keyframes loading{0%{transform:translate(-100%)}to{transform:translate(100%)}}.history-ticket-component-container .skeleton .ticket-loader{width:80%;height:15px;margin-top:5px;border-radius:10px}.history-ticket-component-container .skeleton .ticket-loader-description{width:100%;margin-top:5px;height:60px;border-radius:10px}.transaction-ticket-table{background:#fff;border-radius:10px;overflow:hidden;width:100%}.transaction-ticket-table .sr-header-div,.transaction-ticket-table .sr-content-div{height:50px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;background:#f7f7f7;border-radius:5px;font-family:Poppins;font-weight:600;font-size:16px;color:#3f4155}.transaction-ticket-table .sr-header-div .ticketnum,.transaction-ticket-table .sr-content-div .ticketnum{width:20%;text-align:center}.transaction-ticket-table .sr-header-div .name,.transaction-ticket-table .sr-content-div .name,.transaction-ticket-table .sr-header-div .date,.transaction-ticket-table .sr-content-div .date{text-align:center;width:10%}.transaction-ticket-table .sr-header-div .category,.transaction-ticket-table .sr-content-div .category,.transaction-ticket-table .sr-header-div .description,.transaction-ticket-table .sr-content-div .description,.transaction-ticket-table .sr-header-div .amount,.transaction-ticket-table .sr-content-div .amount{text-align:center;width:20%}.transaction-ticket-table .sr-content-div{height:auto;align-items:center;border-bottom:1px solid #ebebeb;border-radius:0;font-family:Poppins;font-weight:400;font-size:14px;color:#11142d;background:none}.transaction-ticket-table .sr-content-div .ticketnum{text-transform:capitalize;text-align:center;width:20%}.transaction-ticket-table .sr-content-div .name{text-align:center;width:10%}.transaction-ticket-table .sr-content-div .date .bg{border-radius:20px;height:30px;padding:5px;display:flex;align-items:center;width:fit-content;max-width:80%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.transaction-ticket-table .sr-content-div .category,.transaction-ticket-table .sr-content-div .description{text-align:center;width:20%}.transaction-ticket-table .sr-content-div .description .common-icon{color:#000}.transaction-ticket-table .setellipsis{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.label-container{display:flex;flex-direction:row;justify-content:normal;gap:5px}.label-container .ticket-status{display:flex;flex-direction:row;justify-content:normal;gap:5px;width:fit-content;padding-left:5px;padding-right:5px;border-radius:5px;align-items:center;justify-content:center;background:#c34781;font-family:Poppins;font-weight:500;font-size:.875rem;color:#fff}@media only screen and (max-width: 700px){.label-container .ticket-status .status-label{max-width:60px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.label-container .ticket-status .type-img{filter:brightness(0) invert(1)}@media only screen and (max-width: 700px){.label-container .ticket-status{font-family:Poppins;font-weight:500;font-size:.75rem;color:#fff}}.label-container .ticket-status-hold{width:fit-content;padding-left:5px;padding-right:5px;border-radius:5px;display:flex;align-items:center;justify-content:center;background:#f8ac59;font-family:Poppins;font-weight:500;font-size:.875rem;color:#fff}@media only screen and (max-width: 700px){.label-container .ticket-status-hold{font-family:Poppins;font-weight:500;font-size:.75rem;color:#fff}}.label-container .ticket-status-void{width:fit-content;padding-left:5px;padding-right:5px;border-radius:5px;display:flex;align-items:center;justify-content:center;background:#ed5565;font-family:Poppins;font-weight:500;font-size:.875rem;color:#fff}@media only screen and (max-width: 700px){.label-container .ticket-status-void{font-family:Poppins;font-weight:500;font-size:.75rem;color:#fff}}.label-container .ticket-type{background:#34495e}.ticket-not-found{display:flex;flex-direction:column;justify-content:center;flex:1;padding:5%;gap:20px;align-items:center}.ticket-not-found .not-found-img{height:420px}.ticket-not-found .not-found-text{font-family:Poppins;font-weight:600;font-size:1.125rem;color:#162b42}.ticket-not-found .not-found-sub-text{font-family:Poppins;font-weight:400;font-size:.875rem;color:#162b42;text-align:center}.finance-home{display:flex;flex-direction:column;justify-content:flex-start;width:100%;padding:0 8px;background-color:#fff}.finance-home .finance-body{display:flex;flex-direction:row;justify-content:normal;gap:12px}body{margin:0;padding:0;background:#fff}*,:after,:before{box-sizing:border-box}.App{min-height:100vh}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px #d9d9d9;border-radius:10px}::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px #9e9e9e}.range-picker{min-width:250px;width:auto;border-radius:8px}.range-picker .ant-picker-input>input{font-family:Poppins;font-weight:500;font-size:14px;color:#000}.ant-picker-dropdown{z-index:1500}.MuiMenuItem-root{min-height:36px}.date-range-section{display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:100%}.date-range-section .page-heading{font-family:Poppins;font-weight:600;font-size:1.5rem;color:#162b42}.date-range-section .date-range{display:flex;flex-direction:row;justify-content:normal;gap:10px;height:100%}.date-range-section .date-range .update-button{text-transform:none;height:40px;background-color:#21457c;font-family:Poppins;font-weight:400;font-size:.75rem;color:#fff}
