:root{--foreground-rgb:0,0,0;--background-start-rgb:214,219,220;--background-end-rgb:255,255,255}@media (prefers-color-scheme:dark){:root{--foreground-rgb:255,255,255;--background-start-rgb:0,0,0;--background-end-rgb:0,0,0}}body{font-size:large}ul{margin-top:0;list-style:none}a{color:#16a085}.errorMsg{color:var(--exhut-light-red)}.successMsg{color:#16a085}.infoMsg{color:grey}.totalGreen{color:teal}.primaryFont{color:#8015d1}.title{margin-bottom:1em;text-align:center}.title h2{font-size:2.5em;color:#302e2e}.title h3{font-size:1.8em;color:#302e2e;margin-top:1em}#header,.title h3{text-align:center}#page-wrapper{margin:1em 20px 20px}#messageBanner{text-align:center;margin:2em 0}.banner{background-color:#000;color:#adff2f;font-family:monospace;font-size:large;display:flex;justify-content:center;border-radius:20px;margin:20px 0}.banner a{color:#00bfff}#menu ul{padding-inline-start:0;margin-top:2.5em;text-align:center}#menu a{color:#fff;text-decoration:none}#menu ul li{margin:50px 20px}sup{color:red;font-weight:400;font-size:1em}.table-header{text-align:center;margin-top:2em;margin-bottom:1em;font-size:1.5em;color:#000}select{font-size:15px}.table-footer{padding:3em 0 3em 3em}.table-footer input{margin-right:2em}.section-header{padding:2em 0 1em 3em;font-size:20px}.column{display:flex;flex-direction:column}.row:after{content:"";display:table;clear:both}table.general{margin-left:30%;width:40%}table.general tr td{padding-bottom:2em}.mediumText{font-size:12px}.smallText{font-size:10px}table.fnxTable{margin-left:3em;width:90%;text-align:left;margin-bottom:3em}table.fnxTable td{border:1px solid #000;padding:5px 4px}table.fnxTable th{border:3px solid #c368fc;padding:5px 4px}table.fnxTable tbody td{font-size:15px;color:#000}table.fnxTable thead th{background:#7f1bd0;font-size:15px;font-weight:700;color:#faf7f3;text-align:left}table.fnxTable tfoot td{font-size:14px}table.formTable{margin:2em 0 0 2em}table.formTable td{padding-bottom:2em}table.formTable th{font-weight:700}#Edit{text-align:center;margin-top:1.5em}.split{height:100%;left:0;z-index:1;overflow-x:hidden}.left{top:0;width:100%;height:20%;background:#7f1bd0}.right{bottom:0;height:80%;background:#fff;width:100%}.fnxBlue{background:-webkit-gradient(linear,left top,left bottom,color-stop(.05,#63b8ee),color-stop(1,#468ccf));background:-moz-linear-gradient(top,#63b8ee 5%,#468ccf 100%);background:-webkit-linear-gradient(top,#63b8ee 5%,#468ccf);background:-o-linear-gradient(top,#63b8ee 5%,#468ccf 100%);background:-ms-linear-gradient(top,#63b8ee 5%,#468ccf 100%);background:linear-gradient(180deg,#63b8ee 5%,#468ccf);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#63b8ee",endColorstr="#468ccf",GradientType=0);background-color:#63b8ee;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;border:1px solid #3866a3;display:inline-block;cursor:pointer;color:#fff;font-family:Arial;font-size:15px;font-weight:700;padding:6px 24px;text-decoration:none}.fnxGreen{padding:6px 24px}.fnxGreen,.fnxGreenSmall{background-color:#18a71c;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;border:1px solid #18a71c;display:inline-block;cursor:pointer;color:#fff;font-family:Arial;font-size:15px;font-weight:700;text-decoration:none}.fnxGreenSmall{padding:5px;width:2em}.fnxGreen:disabled{background-color:#95a296;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;border:1px solid #d3d3d3;display:inline-block;cursor:pointer;color:#fff;font-family:Arial;font-size:15px;font-weight:700;padding:6px 24px;text-decoration:none}.fnxRed{background-color:#e40606}.fnxRed,.fnxRed:disabled{-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;border:1px solid red;display:inline-block;cursor:pointer;color:#fff;font-family:Arial;font-size:15px;font-weight:700;padding:6px 24px;text-decoration:none}.fnxRed:disabled{background-color:#b99696}.fnxRedSmall{background-color:#e40606;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;border:1px solid red;padding:5px;width:2em}.fnxGrey,.fnxRedSmall{display:inline-block;cursor:pointer;color:#fff;font-family:Arial;font-size:15px;font-weight:700;text-decoration:none}.fnxGrey{background-color:#9c9696;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;border:1px solid grey;padding:6px 24px}input[type=password],input[type=text]{width:200px;padding:5px;border-radius:5px}textarea{height:200px;width:500px}select{border-radius:5px;padding:5px;width:200px;background:#e2e2e2}#snackbar{visibility:hidden;min-width:250px;margin-left:-125px;background-color:#333;color:#fff;text-align:center;border-radius:2px;padding:16px;position:fixed;z-index:1;left:50%;bottom:30px}#snackbar.show{visibility:visible;-webkit-animation:fadein .5s,fadeout .5s 2.5s;animation:fadein .5s,fadeout .5s 2.5s}@-webkit-keyframes fadein{0%{bottom:0;opacity:0}to{bottom:30px;opacity:1}}@keyframes fadein{0%{bottom:0;opacity:0}to{bottom:30px;opacity:1}}@-webkit-keyframes fadeout{0%{bottom:30px;opacity:1}to{bottom:0;opacity:0}}@keyframes fadeout{0%{bottom:30px;opacity:1}to{bottom:0;opacity:0}}#greeting{-webkit-animation:fadein 3.5s;animation:fadein 3.5s}#terms{visibility:hidden;min-width:350px;margin-left:-125px;background-color:#ef6969;color:#fff;text-align:center;border-radius:1em;padding:10px;position:fixed;z-index:1;left:40%;bottom:10px;border-style:solid;display:flex}#terms a{color:#80edff}.sidepanel{width:0;position:fixed;z-index:1;height:550px;top:7.5em;right:0;background-color:#3e7aad;overflow-x:hidden;transition:.5s;color:#fff}.sidepanel a{padding:8px 8px 8px 32px;text-decoration:none;font-size:25px;color:#fff;display:block;transition:.3s}.sidepanel a:hover{color:#f1f1f1}.sidepanel .closebtn{position:absolute;top:0;right:25px;font-size:36px}.openbtn{position:fixed;top:4em;right:0;font-size:20px;cursor:pointer;background-color:#132f63;color:#fff;padding:10px 15px;border:none;border-top-left-radius:10px;border-bottom-left-radius:10px}.modal{display:none;position:fixed;z-index:1;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,.4)}.modal-content{background-color:#fefefe;margin:15% auto;padding:20px;border:1px solid #888;width:30%;height:30%;border-radius:1em}:root{--exhut-primary:#7f1bd0;--exhut-primary-light:#be83ee;--exhut-primary-extra-light:#ddb3ff;--exhut-black:#020202;--exhut-dark-grey:#7a7a7a;--exhut-green:#02a802;--exhut-light-grey0:#969696;--exhut-light-grey3:#e2e2e2;--exhut-light-grey5:#ececec;--exhut-orange:#e4a701;--exhut-red:red;--exhut-light-red:#ff7171;--exhut-dark-red:crimson;--exhut-total-green-light:#28ffd7;--exhut-total-green:#06b191;--exhut-white:#fff;--exhut-blue:#2196f3;--exhut-dark-blue:blue;--exhut-ramar-blue:#66baff;--exhut-yellow:#ef0}.close{color:#aaa;float:right;font-size:28px;font-weight:700}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer}#miscExpenseWidget,#tripExpenseWidget{margin-top:2em;margin-left:17em;margin-bottom:1em}#showAnalyzerPanel{margin-left:3em}#missingInfo{color:red;border-style:solid;margin:2em 20% 2em 4em;border-color:#e45151;border-radius:1em}#missingInfo ul{list-style-type:disc;margin-top:1em}#missingInfo ul li{margin-bottom:.5em}#dismissMissingInfo{margin-bottom:1em;margin-left:35%;margin-top:1em;background-color:#e4537b;color:#fff;border-radius:.4em;border-color:#cc2f2f}.fnx-menu{width:100%;overflow:hidden;background-color:#7f1bd0}.fnx-menu .fnx-menu-item{padding:8px 16px;margin-right:5%;float:left;width:auto;border:none;display:block}.fnx-menu button{background:#7f1bd0;color:#fff;font-size:16px}.fnx-menu button:hover,.fnx-menu-item.selected{background:#c368fc;color:#fff;font-size:16px}#expensesTableHeader{text-align:left;margin-left:3em;margin-bottom:2em}.blinking{animation:blinkingText .8s infinite;font-size:1.3em}@keyframes blinkingText{0%{color:#b748da}49%{color:transparent}50%{color:transparent}99%{color:transparent}to{color:#b748da}}ol.tabbed-ordered-list{counter-reset:gradient-counter;list-style:none;margin:1.75rem 0;padding-left:1rem}.tabbed-ordered-list-container{display:block;margin:0 auto;padding:1rem;max-width:50rem}.tabbed-ordered-list-div{display:flex}.tabbed-ordered-list-left{width:60%}.tabbed-ordered-list-right{text-align:right;width:30%}#searchExpensesTabbedListText{width:300px;height:20px;border:.25em solid #21bba6}#helpContents{padding:20px;margin-bottom:80px}#releases-table ul h2{color:#8015d1}ul.disc{list-style-type:disc}ul.number{list-style:number}.catchphrase{background-color:#8015d1;color:#fff;border:2px solid #8015d1;padding:0 5px;border-radius:10px}.my-10{margin:10px 0}.my-40{margin:40px 0}.divCenterAlign{display:flex;justify-content:center;text-align:center}.divColumn{display:flex;flex-direction:column}iframe{border-width:0}#fees table th{border:1px solid #8015d1;background-color:#8015d1;color:#fff;padding:5px}#fees table td{border:1px solid #a9a9a9;padding:5px}.p-0{padding:0}.p-8{padding:8px}.p-10{padding:10px}.p-12{padding:12px}.p-16{padding:16px}.p-20{padding:20px}.p-40{padding:40px}.px-20{padding:0 20px}.px-30{padding:0 30px}.px-40{padding:0 40px}.py-8{padding:8px 0}.py-12{padding:12px 0}.py-40{padding:40px 0}.pt-0{padding-top:0}.pb-20{padding-bottom:20px}.pb-40{padding-bottom:40px}.pb-80{padding-bottom:80px}.w-80{width:80%}.w-50{width:50%}.w-60{width:60%}.w-90{width:90%}.w-100{width:100%}.vh-100{height:100vh}.mt-20{margin-top:20px}.mt-40{margin-top:40px}.mt-60{margin-top:60px}.mt-80{margin-top:80px}.mb-10{margin-bottom:10px}.mb-60{margin-bottom:60px}.mx-5{margin:0 5px}.mx-10{margin-left:10px;margin-right:10px}.mx-20{margin-left:20px;margin-right:20px}.mx-40{margin-right:40px;margin-left:40px}.mx-60{margin-right:60px;margin-left:60px}.mx-80{margin-right:80px;margin-left:80px}.mx-100{margin-left:100px;margin-right:100px}.mt-10{margin-top:10px}.mb-20{margin-bottom:20px}.mb-40{margin-bottom:40px}.mb-80{margin-bottom:80px}.mb-160{margin-bottom:160px}.my-5{margin-top:5px;margin-bottom:5px}.my-10{margin-top:10px;margin-bottom:10px}.my-20{margin-top:20px;margin-bottom:20px}.my-40{margin-top:40px;margin-bottom:40px}.my-60{margin-top:60px;margin-bottom:60px}.my-80{margin-top:80px;margin-bottom:80px}.ml-20{margin-left:20px}.ml-40{margin-left:40px}.mr-10{margin-right:10px}.mr-20{margin-right:20px}.mr-40{margin-right:40px}.mr-100{margin-right:100px}.mr-150{margin-right:150px}.flex,.flex-align{display:flex}.flex-align{align-items:center}.center-align{display:flex;justify-content:center}.tab{color:#000;padding:20px;border-radius:10px;cursor:pointer}.tab-active{background-color:#000;padding:20px;color:#fff}.strong{font-weight:700}.spread{display:flex;justify-content:space-between}table{width:100%;text-align:left}table.exhutTable td{border:1px solid #000;padding:5px 4px}table.exhutTable th{border:3px solid #c368fc;padding:5px 4px}table.exhutTable tbody td{font-size:15px;color:#000}table.exhutTable thead th{background:#7f1bd0;font-size:15px;font-weight:700;color:#faf7f3;text-align:left}.card{width:320px;margin-bottom:100px;background:hsla(0,0%,100%,.1);box-shadow:0 8px 16px rgba(0,0,0,.2);border-radius:16px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.card:hover{transform:translateY(-10px);box-shadow:0 12px 24px rgba(0,0,0,.3)}.card img{width:100%;height:200px;object-fit:cover}.card-content{padding:16px;text-align:center}.card-title{font-size:1.5rem;font-weight:700;margin-bottom:8px}.card-text{font-size:1rem;color:#555;margin-bottom:16px}.card-button{display:inline-block;padding:10px 20px;background:#007bff;color:#fff;text-decoration:none;border-radius:8px;transition:background .3s}.card-button:hover{background:#0056b3}