.laven.date_picker{position:relative;width:266px}.laven.date_picker input{width:calc(100% - 1.5rem);height:unset!important}.laven.date_picker .date_picker_popup{padding:8px 16px;z-index:9999999999;background-color:#fff;border-radius:10px;box-shadow:0 2px 6px rgba(0,0,0,.2);position:absolute;left:0;margin-top:13px}@media(max-width:479px){.laven.date_picker .date_picker_popup{left:unset;right:0}}.laven.date_picker .date_picker_popup .control_container{width:100%;display:flex;align-items:center;justify-content:center;padding:16px 0;position:relative}.laven.date_picker .date_picker_popup .control_container button.control{width:32px;height:32px;border-radius:8px;box-shadow:0 2px 6px rgba(0,0,0,.2);display:flex;align-items:center;justify-content:center;cursor:pointer;position:absolute;padding:0;background-color:#fff}.laven.date_picker .date_picker_popup .control_container button.control.prev{left:8px}.laven.date_picker .date_picker_popup .control_container button.control.next{right:8px}.laven.date_picker .date_picker_popup .control_container button.control .icon{font-size:16px;color:#414141;margin:0}.laven.date_picker .date_picker_popup .control_container span.date{margin:0 4px;cursor:pointer;font-weight:700;color:#888}.laven.date_picker .date_picker_popup .control_container span.date.active{color:#000}.laven.date_picker .date_picker_popup .calendar_container{margin-top:8px}.laven.date_picker .date_picker_popup .calendar_container .date{width:32px;height:32px;display:flex;align-items:center;justify-content:center;white-space:nowrap;font-size:14px;font-weight:500;cursor:pointer}.laven.date_picker .date_picker_popup .calendar_container .date.active{background-color:rgba(36,131,255,.18);border-radius:8px;color:#2484ff}.laven.date_picker .date_picker_popup .calendar_container .date.focused{background-color:#2484ff;border-radius:8px;color:#fff;box-shadow:0 1px 3px rgba(0,0,0,.2)}.laven.date_picker .date_picker_popup .calendar_container .calendar_header{display:grid;width:100%;grid-column-gap:8px;grid-template-columns:repeat(7,1fr)}.laven.date_picker .date_picker_popup .calendar_container .calendar_header .date{color:#888}.laven.date_picker .date_picker_popup .calendar_container .calendar_dates{display:grid;grid-column-gap:8px;grid-template-columns:repeat(7,1fr);width:100%}.laven.date_picker .date_picker_popup .month_container{margin-top:8px;width:272px}.laven.date_picker .date_picker_popup .month_container .calendar_months{display:grid;grid-column-gap:8px;grid-template-columns:repeat(3,1fr);width:100%;padding-bottom:8px}.laven.date_picker .date_picker_popup .month_container .calendar_months .month{display:flex;align-items:center;justify-content:center;width:100%;height:64px;cursor:pointer}.laven.date_picker .date_picker_popup .month_container .calendar_months .month.active{background-color:rgba(36,131,255,.18);border-radius:8px;color:#2484ff}.laven.date_picker .date_picker_popup .month_container .calendar_months .month.focused{background-color:#2484ff;border-radius:8px;color:#fff;box-shadow:0 1px 3px rgba(0,0,0,.2)}.laven.date_picker .date_picker_popup .year_container{margin-top:8px;width:272px;overflow:auto;max-height:340px}.laven.date_picker .date_picker_popup .year_container .calendar_years{display:grid;grid-column-gap:8px;grid-template-columns:repeat(3,1fr);width:100%;padding-bottom:8px}.laven.date_picker .date_picker_popup .year_container .calendar_years .year{display:flex;align-items:center;justify-content:center;width:100%;height:64px;cursor:pointer}.laven.date_picker .date_picker_popup .year_container .calendar_years .year.active{background-color:rgba(36,131,255,.18);border-radius:8px;color:#2484ff}.laven.date_picker .date_picker_popup .year_container .calendar_years .year.focused{background-color:#2484ff;border-radius:8px;color:#fff;box-shadow:0 1px 3px rgba(0,0,0,.2)}.header_bar{width:calc(100vw - 128px);height:112px;background-color:hsla(0,0%,100%,.88);background-image:linear-gradient(180deg,hsla(0,0%,100%,.25) 0,hsla(0,0%,100%,0));backdrop-filter:saturate(50%) blur(20px);-webkit-backdrop-filter:saturate(50%) blur(20px);z-index:9999;position:fixed;right:0;top:0;display:flex;align-items:center;flex-direction:row}.header_bar .full_search_box{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.header_bar .full_search_box .icon{margin-left:24px}.header_bar .full_search_box .icon.close{margin-right:16px}.header_bar .full_search_box input{flex:1 1;margin-left:24px}.header_bar .full_search_box .autocomplete_container{width:calc(100% - 32px);position:absolute;box-shadow:0 0 10px rgba(0,0,0,.15);top:64px;background:#fff;border-radius:8px}.header_bar .full_search_box .autocomplete_container ul{width:calc(100% - 8px);height:calc(100% - 8px);margin:16px;position:relative;list-style-type:none;padding:0}.header_bar .full_search_box .autocomplete_container ul li{width:calc(100% - 48px);margin:16px;border-bottom:1px solid #eaeaea;padding-bottom:14px;cursor:pointer;height:auto}.header_bar .full_search_box .autocomplete_container ul li:last-child{border:none;padding-bottom:0}.header_bar .full_search_box .autocomplete_container ul li a{background:transparent;text-decoration:none;font-size:12px;white-space:pre-wrap;margin:0;padding:0;height:auto;color:#414141!important;font-weight:500}.header_bar .sidebar{width:100vw;height:100vh;background-color:#fff;position:fixed;top:0;left:0;z-index:99999999;overflow:auto}.header_bar .sidebar .close_btn{width:64px;height:64px;font-size:18px}.header_bar .sidebar ul{list-style-type:none;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:0}.header_bar .sidebar ul li{padding:16px 0}.header_bar .sidebar ul li:first-child{padding-top:0}.header_bar .sidebar ul li a{color:#414141;text-decoration:none;font-size:18px}@media(max-width:479px){.header_bar{width:100%;height:64px}}@media(min-width:480px)and (max-width:1279px){.header_bar{width:100%;height:64px}}.header_bar .side_bar_btn{font-size:18px;height:64px;width:64px;display:flex;align-items:center;justify-content:center}.header_bar .dropdown_group{position:relative}.header_bar .dropdown{width:200px;background-color:#000;position:absolute;top:48px;right:8px;background-color:#fff;box-shadow:0 0 15px rgba(0,0,0,.15),0 0 1px 1px rgba(0,0,0,.1);padding:0 16px 16px;border-radius:8px}@media(min-width:480px)and (max-width:1279px){.header_bar .dropdown{height:70vh;overflow:auto;max-height:332px}}.header_bar .dropdown:after{content:"";display:inline-block;position:absolute;top:-6px;right:24px;background:#fff;border:1px solid #fff;bottom:-6px;box-shadow:0 0 5px 1px rgba(0,0,0,.0975);height:14px;transform:rotate(45deg);width:14px;z-index:-1}.header_bar .dropdown .box{display:flex;flex-direction:column}.header_bar .dropdown .box .btn.blue{background:#2484ff!important;color:#fff!important;margin:24px 0 0}.header_bar .dropdown .box .title{margin-top:16px;margin-bottom:4px;font-size:12.5px;font-weight:600;color:#696969}.header_bar .dropdown .box .textbox{height:31px}.header_bar .dropdown .box .textbox.calendar{width:174px}.header_bar .dropdown .box select{margin-top:8px}.header_bar .dropdown .box select:first-of-type{margin-top:0}.header_bar .dropdown .box .group{display:flex;align-items:center;justify-content:center}.header_bar .dropdown .box .group .textbox{height:20px}.header_bar .dropdown .box .group .title{margin:0 8px}.header_bar h1{font-size:20px;color:#2484ff;text-shadow:0 3px 6px rgba(36,131,255,.281);font-weight:500;display:flex;align-items:center;justify-content:center;transition:all .15s ease}@media(max-width:479px){.header_bar h1{display:none}}@media(min-width:480px)and (max-width:1279px){.header_bar h1{display:none}}.header_bar h1.back{cursor:pointer}.header_bar h1.back a{font-size:20px;color:#2484ff;text-shadow:0 3px 6px rgba(36,131,255,.281);font-weight:500;display:flex;align-items:center;justify-content:center;text-decoration:none}.header_bar h1.back a .icon{margin-right:8px}.header_bar h1.back:active{opacity:.55}.header_bar .right_tools_container{position:relative;flex:1 1;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:row;margin-right:56px}@media(max-width:479px){.header_bar .right_tools_container{margin-right:0}}@media(min-width:480px)and (max-width:1279px){.header_bar .right_tools_container{margin-right:0}}.header_bar .right_tools_container .right_tools_box{position:absolute;right:0;display:flex;align-items:center;justify-content:center;flex-direction:row}.header_bar .right_tools_container .right_tools_box a,.header_bar .right_tools_container .right_tools_box button{height:32px;padding:8px 16px;display:flex;align-items:center;flex-direction:row;margin:0 10px;background:#f8f8f8;color:#888;font-weight:500;border-radius:6px;outline:none;border:none;cursor:pointer;white-space:nowrap}@media(max-width:479px){.header_bar .right_tools_container .right_tools_box a,.header_bar .right_tools_container .right_tools_box button{background:transparent;color:#000;padding:8px 10px}}@media(min-width:480px)and (max-width:1279px){.header_bar .right_tools_container .right_tools_box a,.header_bar .right_tools_container .right_tools_box button{background:transparent;color:#000;padding:8px 10px}}.header_bar .right_tools_container .right_tools_box a.link_btn,.header_bar .right_tools_container .right_tools_box button.link_btn{font-size:13px;text-decoration:none;height:auto}.header_bar .right_tools_container .right_tools_box a .icon,.header_bar .right_tools_container .right_tools_box button .icon{color:#888;margin-right:6px}@media(max-width:479px){.header_bar .right_tools_container .right_tools_box a .icon,.header_bar .right_tools_container .right_tools_box button .icon{font-size:18px;margin:0}}@media(min-width:480px)and (max-width:1279px){.header_bar .right_tools_container .right_tools_box a .icon,.header_bar .right_tools_container .right_tools_box button .icon{font-size:18px;margin:0}}.header_bar .right_tools_container .right_tools_box .search_box{height:32px;padding:0 16px;border-radius:6px;background:#f8f8f8;display:flex;align-items:center;justify-content:center;position:relative}.header_bar .right_tools_container .right_tools_box .search_box .autocomplete_container{width:100%;position:absolute;box-shadow:0 0 10px rgba(0,0,0,.15);top:48px;background:#fff;border-radius:8px}.header_bar .right_tools_container .right_tools_box .search_box .autocomplete_container ul{width:calc(100% - 8px);height:calc(100% - 8px);margin:16px;position:relative;list-style-type:none;padding:0}.header_bar .right_tools_container .right_tools_box .search_box .autocomplete_container ul li{width:calc(100% - 48px);margin:16px;border-bottom:1px solid #eaeaea;padding-bottom:14px;cursor:pointer;height:auto}.header_bar .right_tools_container .right_tools_box .search_box .autocomplete_container ul li:last-child{border:none;padding-bottom:0}.header_bar .right_tools_container .right_tools_box .search_box .autocomplete_container ul li a{background:transparent;text-decoration:none;font-size:12px;white-space:pre-wrap;margin:0;padding:0;height:auto}@media(max-width:479px){.header_bar .right_tools_container .right_tools_box .search_box{display:none}}@media(min-width:480px)and (max-width:1279px){.header_bar .right_tools_container .right_tools_box .search_box{display:none}}.header_bar .right_tools_container .right_tools_box .search_box .icon{color:#888}.header_bar .right_tools_container .right_tools_box .search_box input{max-width:152px;font-size:13px;background:transparent;margin-left:13px}.header_bar .right_tools_container .right_tools_box .search_box input::-webkit-input-placeholder{font-weight:500}.header_bar .right_tools_container .right_tools_box .search_box input:-ms-input-placeholder{font-weight:500}.header_bar .right_tools_container .right_tools_box .search_box input::-ms-input-placeholder{font-weight:500}.header_bar .right_tools_container .right_tools_box .search_box input::placeholder{font-weight:500}.spiners.hash{position:relative;width:70px;height:70px;transform:rotate(-16deg)}.spiners.hash .rot{position:relative;left:10px;top:10px}.spiners.hash .rot:before{top:0;opacity:.8;-webkit-animation:#00f 2s infinite;animation:#00f 2s infinite}.spiners.hash .rot:after,.spiners.hash .rot:before{content:" ";position:absolute;left:0;width:50px;height:10px;border-radius:10px;background:#2484ff}.spiners.hash .rot:after{top:20px;opacity:.55;opacity:.8;-webkit-animation:purp 2s infinite;animation:purp 2s infinite}.spiners.hash .tor{position:relative;left:20px;top:2px}.spiners.hash .tor:before{left:0;-webkit-animation:green 2s infinite;animation:green 2s infinite}.spiners.hash .tor:after,.spiners.hash .tor:before{content:" ";position:absolute;top:0;width:10px;height:50px;border-radius:10px;background:#2484ff;opacity:.4}.spiners.hash .tor:after{left:20px;-webkit-animation:#ff0 2s infinite;animation:#ff0 2s infinite}@-webkit-keyframes blue{0%{transform:translate(0);width:10px}35%{width:50px;transform:translate(0)}65%{transform:translate(40px);width:10px}to{transform:translate(0);width:10px}}@keyframes blue{0%{transform:translate(0);width:10px}35%{width:50px;transform:translate(0)}65%{transform:translate(40px);width:10px}to{transform:translate(0);width:10px}}@-webkit-keyframes purp{0%{transform:translate(40px);width:10px}35%{width:50px;transform:translate(0)}65%{transform:translate(0);width:10px}to{transform:translate(40px);width:10px}}@keyframes purp{0%{transform:translate(40px);width:10px}35%{width:50px;transform:translate(0)}65%{transform:translate(0);width:10px}to{transform:translate(40px);width:10px}}@-webkit-keyframes green{0%{transform:translateY(40px);height:10px}35%{height:50px;transform:translate(0)}65%{transform:translate(0);height:10px}to{transform:translateY(40px);height:10px}}@keyframes green{0%{transform:translateY(40px);height:10px}35%{height:50px;transform:translate(0)}65%{transform:translate(0);height:10px}to{transform:translateY(40px);height:10px}}@-webkit-keyframes yellow{0%{transform:translate(0);height:10px}35%{height:50px;transform:translate(0)}65%{transform:translateY(40px);height:10px}to{transform:translate(0);height:10px}}@keyframes yellow{0%{transform:translate(0);height:10px}35%{height:50px;transform:translate(0)}65%{transform:translateY(40px);height:10px}to{transform:translate(0);height:10px}}.table_view{width:auto;height:100vh;background-color:#fff;position:relative;overflow:auto}.table_view .table_header{position:fixed;width:calc(100vw - 96px);height:64px;right:0;margin-top:112px;display:flex;align-items:center;z-index:9999}.table_view .table_header button{min-width:112px;height:100%;cursor:pointer;color:#414141;font-size:13px;font-weight:600}.table_view .table_header button:active{box-shadow:none}.table_view.bill_edit .table{margin-top:40px;margin-left:0;width:100%}.table_view .table{margin-left:128px;margin-top:128px;width:calc(100vw - 128px)!important;height:calc(100% - 128px)!important;right:0!important}@media(max-width:479px){.table_view .table{width:100%!important;margin-top:64px!important;margin-left:0!important;height:calc(100% - 64px)!important}}@media(min-width:480px)and (max-width:1279px){.table_view .table{width:100%!important;margin-left:0!important;margin-top:64px!important;height:calc(100% - 64px)!important}}.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxirZ.bJCmFu.sticky-table-cell,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxirZ.gHqKkC.sticky-table-cell,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxirZ.bJCmFu.sticky-table-cell,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxirZ.gHqKkC.sticky-table-cell,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxirZ.bJCmFu.sticky-table-cell,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxirZ.gHqKkC.sticky-table-cell,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxirZ.bJCmFu.sticky-table-cell,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxirZ.gHqKkC.sticky-table-cell{background:#fff!important;font-size:15px!important;color:#233745!important;font-weight:500!important;font-family:"Google Sans"!important;height:56px!important;padding:22px 28px!important}@media(min-width:480px)and (max-width:1279px){.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxirZ.bJCmFu.sticky-table-cell,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxirZ.gHqKkC.sticky-table-cell,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxirZ.bJCmFu.sticky-table-cell,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxirZ.gHqKkC.sticky-table-cell,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxirZ.bJCmFu.sticky-table-cell,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxirZ.gHqKkC.sticky-table-cell,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxirZ.bJCmFu.sticky-table-cell,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxirZ.gHqKkC.sticky-table-cell{padding:6px 10px!important;font-size:8px!important;height:22px!important}}.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell{height:78px!important;font-size:15px!important;text-align:center!important;border:none!important;transition:all .4s ease!important;position:relative!important}@media(min-width:480px)and (max-width:1279px){.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell{font-size:8px!important;height:22px!important}}.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row{width:100%!important;height:100%!important;top:0!important;left:0!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0 8px!important;border-radius:8px!important;height:32px!important}@media(min-width:480px)and (max-width:1279px){.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row{height:20px!important;width:80%!important;font-size:8px!important}.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row a,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row a,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row a,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row a,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row a,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row a,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row a,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row a,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row a,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row a,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row a,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row a,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row a,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row a,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row a,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row a{font-size:8px!important}}.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row a,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row a,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row a,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row a,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row a,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row a,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row a,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row a,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row a,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row a,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row a,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row a,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row a,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row a,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row a,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row a{font-size:12px!important;color:#fff!important;text-align:center!important}.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.blue,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.blue,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.blue,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.blue,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.blue,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.blue,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.blue,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.blue,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.blue,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.blue,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.blue,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.blue,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.blue,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.blue,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.blue,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.blue{background:#3880ff!important}.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.purple,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.purple,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.purple,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.purple,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.purple,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.purple,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.purple,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.purple,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.purple,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.purple,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.purple,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.purple,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.purple,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.purple,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.purple,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.purple{background:#33b127!important}.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.brown,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.brown,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.brown,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.brown,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.brown,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.brown,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.brown,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.brown,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.brown,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.brown,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.brown,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.brown,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.brown,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.brown,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.brown,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.brown{background:#bb3c3c!important}.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.salmon,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.salmon,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.salmon,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.salmon,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.salmon,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.salmon,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.salmon,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.salmon,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.salmon,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.salmon,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.salmon,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.salmon,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.salmon,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.salmon,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.salmon,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.salmon{background:salmon!important}.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.violet,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.violet,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.violet,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.violet,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.violet,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.violet,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.violet,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.violet,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.violet,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.violet,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.violet,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.violet,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.violet,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.violet,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.violet,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.violet{background:violet!important}.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.wheat,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.wheat,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.wheat,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.wheat,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.wheat,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.wheat,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.wheat,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.wheat,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.wheat,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.wheat,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.wheat,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.wheat,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.wheat,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.wheat,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.wheat,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.wheat{background:tan!important}.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.orange,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.orange,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.orange,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.orange,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.orange,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.orange,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.orange,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.orange,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.orange,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.orange,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.orange,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.orange,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.orange,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.orange,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.orange,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.orange{background:orange!important}.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.yellow,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.yellow,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.yellow,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.yellow,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.yellow,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.yellow,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.yellow,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.yellow,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.yellow,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.yellow,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.yellow,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.yellow,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.yellow,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.yellow,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.yellow,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.yellow{background:#ffc409!important}.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.red,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.red,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.red,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.red,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.red,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.red,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.red,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.red,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.red,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.red,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.red,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.red,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.red,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.red,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.red,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.red{background:#eb445a!important}.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.gray,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.gray,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.gray,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.gray,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.gray,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.gray,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.gray,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.gray,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.gray,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.gray,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.gray,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.gray,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.gray,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.gray,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.gray,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.gray{background:#888!important}.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.black,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.black,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.black,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.black,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.black,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.black,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.black,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.black,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.black,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.black,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.black,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.black,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.black,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.black,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell .row.black,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell .row.black{background:#414141!important}.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell a,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell a,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell a,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell a,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell a,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell a,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell a,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell a,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell a,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell a,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell a,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell a,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell a,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell a,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell a,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell a{text-decoration:none!important;color:#414141!important;display:block!important;width:100%!important;text-align:left;font-size:14px!important}.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell:first-child,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell:first-child,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell:first-child,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell:first-child,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell:first-child,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell:first-child,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell:first-child,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell:first-child,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell:first-child,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell:first-child,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell:first-child,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell:first-child,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell:first-child,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell:first-child,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell:first-child,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.row.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell:first-child{text-align:center!important;border-right:1px solid #bdbdbd!important}.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.header.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.header.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.header.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.header.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.header.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.header.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.header.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.header.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.header.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.header.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.header.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.header.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.header.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.header.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.header.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.header.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell{border:none!important;border-bottom:1px solid #bdbdbd!important;font-weight:600!important}.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.header.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell:first-child,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.header.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell:first-child,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.header.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell:first-child,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.header.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell:first-child,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.header.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell:first-child,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.header.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell:first-child,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.header.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell:first-child,.table_view .table .sc-AxhCb.dIGrPx.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.header.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell:first-child,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.header.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell:first-child,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.eSbheu.header.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell:first-child,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.header.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell:first-child,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.bcMPWx.sticky-table-table .sc-AxiKw.juGFnY.header.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell:first-child,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.header.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell:first-child,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.eSbheu.header.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell:first-child,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.header.sticky-table-row .sc-AxirZ.bJCmFu.sticky-table-cell:first-child,.table_view .table .sc-AxhCb.lkTobJ.sticky-table .sc-AxjAm.iFUdnr.sticky-table-table .sc-AxiKw.juGFnY.header.sticky-table-row .sc-AxirZ.gHqKkC.sticky-table-cell:first-child{text-align:center!important;border-right:1px solid #bdbdbd!important}.modal{width:100vw;height:100vh;background-color:rgba(0,0,0,.55);position:fixed;top:0;left:0;z-index:9999999;display:flex;align-items:center;justify-content:center}.modal.m_calendar h1{margin:32px 32px 0;font-size:18px!important}.modal.m_calendar h1,.modal.m_calendar span{-webkit-user-select:all;-moz-user-select:all;-ms-user-select:all;user-select:all;text-align:left;width:calc(100% - 64px);display:block}.modal.m_calendar span{margin:4px 32px;font-size:16px;font-weight:500;color:#414141}.modal.m_calendar a{color:#fff;text-decoration:none}.modal .close_btn{position:absolute;top:24px;right:24px;border-radius:50%;background-color:hsla(0,0%,100%,.55);width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer}.modal .close_btn .icon{font-size:14px}.modal .close_btn:active{box-shadow:none}.modal .form_container{width:300px;background-color:#fff;border-radius:16px;display:flex;align-items:center;flex-direction:column;padding:0;max-height:80%;overflow:auto}.modal .form_container h1{font-size:24px;margin-top:32px;margin-bottom:20px}.modal .form_container .box{display:flex;justify-content:center;flex-direction:column;position:unset;width:234px;max-width:234px!important}.modal .form_container .box .laven.date_picker{width:100%!important}.modal .form_container .box select{width:100%}.modal .form_container .box.calendar{height:70px;width:100%;justify-content:unset}.modal .form_container .box.calendar .hPEdlB{margin-top:37px;position:absolute}.modal .form_container .box.calendar .hPEdlB input{max-width:217px}.modal .form_container .box.calendar .hPEdlB .cXcRCo{margin-top:8px}.modal .form_container .box .title{font-size:16px;font-weight:500;margin-bottom:4px;margin-top:16px;font-size:12.5px;font-weight:600;color:#696969}.modal .form_container .box .colors_picker_container{display:flex;width:215px}.modal .form_container .box .colors_picker_container .color{flex:1 1;background:#414141;border-radius:6px;cursor:pointer;margin:4px;box-sizing:border-box;display:inline-block}.modal .form_container .box .colors_picker_container .color:first-child{margin-left:0}.modal .form_container .box .colors_picker_container .color:last-child{margin-right:0}.modal .form_container .box .colors_picker_container .color.active{border:2px solid #fff;margin:2px;box-shadow:0 0 4px rgba(0,0,0,.45)}.modal .form_container .box .colors_picker_container .color:after{content:"";display:block;padding-bottom:100%}.modal .form_container .box .colors_picker_container .color.blue{background:#3880ff}.modal .form_container .box .colors_picker_container .color.purple{background:#33b127}.modal .form_container .box .colors_picker_container .color.brown{background:#bb3c3c}.modal .form_container .box .colors_picker_container .color.salmon{background:salmon}.modal .form_container .box .colors_picker_container .color.violet{background:violet}.modal .form_container .box .colors_picker_container .color.wheat{background:tan}.modal .form_container .box .colors_picker_container .color.orange{background:orange}.modal .form_container .box .colors_picker_container .color.yellow{background:#ffc409}.modal .form_container .box .colors_picker_container .color.red{background:#eb445a}.modal .form_container .box .colors_picker_container .color.gray{background:#888}.modal .form_container .box .colors_picker_container .color .black{background:#414141}.modal .form_container .column{width:215px;margin-top:32px;margin-bottom:32px;display:flex;align-items:center;justify-content:center}.modal .form_container .column button{flex:1 1}.modal .form_container .column button:first-child{margin-left:0}.modal .form_container .column button:last-child{margin-right:0}.card{transition:all .2s ease-out;margin:20px}.card.salary{padding:32px;background-color:#fff;box-shadow:0 2px 6px rgba(0,0,0,.16);border-radius:14px;display:inline-flex;flex-direction:column;margin-top:32px;min-height:96px;width:400px}.card.salary hr{height:1px;outline:none;width:100%;background:#eaeaea;border:none;margin-top:32px}.card.salary h1{text-align:center}.card.salary span{margin-top:16px;position:relative}.card.salary span:last-child{color:#888}.card.salary span:last-child span{font-weight:600;font-weight:#000}.card.salary span span{position:absolute;right:0;top:0;margin-top:0;color:#000!important}.card.analytics{padding:32px;background-color:#fff;box-shadow:0 2px 6px rgba(0,0,0,.16);border-radius:14px;display:flex;flex-direction:row;margin-top:32px;min-height:96px}.card.analytics .value_container{margin-right:28px}.card.analytics .value_container h1{margin:0;font-size:20;font-weight:600}.card.analytics .value_container p{margin:4px 0 0;font-size:12px;font-weight:500}.card.analytics .value_container.con_no,.card.analytics .value_container.da_chi{color:#f73558}.card.analytics .value_container.con_giu,.card.analytics .value_container.da_thu,.card.analytics .value_container.tong{color:#2484ff}.card.product{width:200px;height:300px;border-radius:14px;background-color:#fff;box-shadow:0 3px 6px rgba(0,0,0,.16);display:flex;align-items:center;justify-content:center;flex-direction:row;position:relative;cursor:pointer}.card.product .sub_title,.card.product .title{font-size:13px;font-weight:600;color:#fff;text-shadow:0 3px 5px rgba(0,0,0,.69);position:absolute;bottom:0;left:22px;z-index:2}.card.product .sub_title.title,.card.product .title.title{bottom:24px}.card.product .card_image{width:100%;height:100%;background:#414141;position:absolute;border-radius:14px}.card.product.add_new a{color:#2484ff;font-size:14px}.card:active{transform:scale(.9)}.douple_textbox{display:flex;width:266px}.douple_textbox input{width:calc(50% - 8px)}.douple_textbox input:first-child{margin-right:4px}.douple_textbox input:last-child{margin-left:4px}.bill_form_container,.product_list_form_container{margin-left:32px;display:flex;flex-direction:row}@media(max-width:479px){.bill_form_container,.product_list_form_container{flex-direction:column;margin-left:0!important}.bill_form_container .column .box,.product_list_form_container .column .box{align-items:center}.bill_form_container .column .box input,.bill_form_container .column .box select,.product_list_form_container .column .box input,.product_list_form_container .column .box select{width:100%}}@media(min-width:480px)and (max-width:1279px){.bill_form_container,.product_list_form_container{flex-direction:column;margin-left:0!important}.bill_form_container .column .box,.product_list_form_container .column .box{align-items:center}.bill_form_container .column .box input,.bill_form_container .column .box select,.product_list_form_container .column .box input,.product_list_form_container .column .box select{width:100%}}.bill_form_container.product_list_form_container,.product_list_form_container.product_list_form_container{margin-left:48px}.bill_form_container.product_list_form_container .column,.product_list_form_container.product_list_form_container .column{margin-top:48px}.bill_form_container .column,.product_list_form_container .column{flex:1 1;margin-top:128px}.bill_form_container .column .box,.product_list_form_container .column .box{display:flex;justify-content:center;flex-direction:column}.bill_form_container .column .box .title,.product_list_form_container .column .box .title{font-size:16px;font-weight:500;margin-bottom:4px;margin-top:16px;font-size:12.5px;font-weight:600;color:#696969}.bill_form_container .column .box .hPEdlB,.product_list_form_container .column .box .hPEdlB{width:266px}.bill_form_container .column .box .hPEdlB input,.product_list_form_container .column .box .hPEdlB input{width:100%;max-width:unset}form.login{display:flex;align-items:center;justify-content:center;flex-direction:column}form.login input{margin-bottom:16px}form.login button{margin-top:16px;width:100%}.bill_edit_view{margin-left:128px;width:calc(100vw - 128px)}@media(max-width:479px){.bill_edit_view{margin-left:0;width:100vw}}@media(min-width:480px)and (max-width:1279px){.bill_edit_view{margin-left:0;width:100vw}}.bill_edit_view .product_list_container{display:flex}@media(max-width:479px){.bill_edit_view .product_list_container{flex-direction:column-reverse}}@media(min-width:480px)and (max-width:1279px){.bill_edit_view .product_list_container{flex-direction:column-reverse}}.google_calendar_frame{outline:none;border:none;width:100%;height:100%}.sc-ifAKCX.cXcRCo{right:0;margin-top:16px}.box.calendar .sc-bxivhb.hPEdlB .sc-ifAKCX.cXcRCo{right:unset}.calendar{width:100%;height:100%;position:relative}.calendar .calendar_header{width:100%;padding:0;display:flex;align-items:center;justify-content:center;flex-direction:column}.calendar .calendar_header .control_container{display:flex}.calendar .calendar_header .control_container button{cursor:pointer}.calendar .calendar_header .control_container button:first-child{margin-right:24px}.calendar .calendar_header .control_container button:last-child{margin-left:24px}.calendar .calendar_header .control_container button:active{box-shadow:none}.calendar .calendar_header .control_container button .icon{font-size:16px;color:#888}.calendar .calendar_header .date_columns{width:100%;display:flex}.calendar .calendar_header .date_columns .column{flex:1 1;display:flex;align-items:center;justify-content:center;padding:32px}@media(max-width:479px){.calendar .calendar_header .date_columns .column{padding:0}.calendar .calendar_header .date_columns .column span{font-size:10px!important}}.calendar .calendar_header .date_columns .column span{font-size:16px;font-weight:500;color:#888}.calendar .calendar_container{width:100%;display:flex;flex-wrap:wrap}.calendar .calendar_container .calendar_block{flex:1 0 14%;min-height:160px;border:1px solid #eaeaea;position:relative;cursor:pointer;transition:all .15s ease}.calendar .calendar_container .calendar_block.focus{box-shadow:inset 0 0 0 2px rgba(0,123,255,.5);border:1px solid rgba(0,123,255,.5);background:rgba(0,123,255,.15)}@media(max-width:479px){.calendar .calendar_container .calendar_block{height:auto;width:13.6%;flex:unset}.calendar .calendar_container .calendar_block .events_container{width:100%!important;left:0!important;bottom:0!important;height:auto!important;padding-bottom:8px}.calendar .calendar_container .calendar_block .events_container .container,.calendar .calendar_container .calendar_block .events_container .container .event{height:auto!important}.calendar .calendar_container .calendar_block .events_container .container .event .date{display:none!important}.calendar .calendar_container .calendar_block .events_container .container .event p.content{margin:4px!important;font-size:11px!important}.calendar .calendar_container .calendar_block .events_container .container .event.back{height:50%!important;margin-top:17px}}.calendar .calendar_container .calendar_block .date_container{position:absolute;top:16px;right:16px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:6px}.calendar .calendar_container .calendar_block .date_container.active{background:#3880ff;text-shadow:0 6px 6px rgba(0,0,0,.25)}.calendar .calendar_container .calendar_block .date_container.active span{color:#fff}.calendar .calendar_container .calendar_block .date_container span{font-size:16px;padding:0;margin:0}.calendar .calendar_container .calendar_block .events_container{width:100%;height:auto;margin-top:48px;padding-bottom:8px;display:flex;align-items:center;justify-content:center}.calendar .calendar_container .calendar_block .events_container .container{width:calc(100% - 16px);height:100%;position:relative;display:flex;align-items:center;justify-content:flex-end;flex-direction:column}@media(max-width:479px){.calendar .calendar_container .calendar_block .events_container .container{width:100%!important}}.calendar .calendar_container .calendar_block .events_container .container .event{width:100%;height:22px;border-radius:8px;box-shadow:0 0 4px rgba(0,0,0,.2);z-index:9;margin-top:4px;transition:all .2s ease}@media(max-width:479px){.calendar .calendar_container .calendar_block .events_container .container .event{border-radius:4px}}.calendar .calendar_container .calendar_block .events_container .container .event:active{transform:scale(.95)}.calendar .calendar_container .calendar_block .events_container .container .event .date{font-size:12px;margin:12px;display:block;color:#fff;font-weight:600}.calendar .calendar_container .calendar_block .events_container .container .event.blue{background:#3880ff}.calendar .calendar_container .calendar_block .events_container .container .event.purple{background:#5260ff}.calendar .calendar_container .calendar_block .events_container .container .event.orange{background:orange}.calendar .calendar_container .calendar_block .events_container .container .event.yellow{background:#ffc409}.calendar .calendar_container .calendar_block .events_container .container .event.red{background:#eb445a}.calendar .calendar_container .calendar_block .events_container .container .event.gray{background:#888}.calendar .calendar_container .calendar_block .events_container .container .event.black{background:#414141}.calendar .calendar_container .calendar_block .events_container .container .event.null{background:#888}.calendar .calendar_container .calendar_block .events_container .container .event p.content{font-size:12px;margin:4px 8px;color:#fff;white-space:wrap;word-wrap:wrap;text-align:left;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}@media(max-width:479px){.calendar .calendar_container .calendar_block .events_container .container .event p.content{font-size:6px!important}}.calendar .calendar_container .calendar_block .events_container .container .event.back{width:90%;height:100%;opacity:.5;position:absolute;top:4px;z-index:0}.event_card{width:calc(100% - 64px);margin:16px;height:100%;border-radius:8px;box-shadow:0 0 4px rgba(0,0,0,.2);z-index:9;text-decoration:none}.event_card .date{font-size:12px!important;margin:12px!important;display:block!important;color:#fff!important;font-weight:600!important;text-decoration:none!important}.event_card:last-child{margin-bottom:48px}.event_card.blue{background:#3880ff}.event_card.purple{background:#5260ff}.event_card.orange{background:orange}.event_card.yellow{background:#ffc409}.event_card.red{background:#eb445a}.event_card.gray{background:#888}.event_card.black{background:#414141}.event_card.null{background:#888}.event_card p.content{font-size:12px;text-decoration:none;margin-left:12px;margin-right:12px;color:#fff;white-space:wrap;word-wrap:wrap;text-align:left;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.calendar_action_buttons{position:fixed;bottom:16px;right:16px;z-index:9999999}.calendar_action_buttons .buttons_container{position:relative}.calendar_action_buttons .buttons_container .button{width:0;height:0;background:#fff;box-shadow:0 0 10px rgba(0,0,0,.4);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .25s ease;cursor:pointer}.calendar_action_buttons .buttons_container .button .icon{font-size:20px;color:#000;text-decoration:none}.calendar_action_buttons.active .button{width:48px;height:48px}.view_header{font-size:20px;font-weight:500;color:#2484ff;text-shadow:0 3px 6px rgba(36,132,255,.36)}@media(max-width:479px){.view_header{text-align:center;margin-left:0!important}}@media(min-width:480px)and (max-width:1279px){.view_header{text-align:center;margin-left:0!important}}.overview{display:flex;width:100%;height:auto;align-items:center;flex-direction:row}@media(max-width:479px){.overview{flex-direction:column;margin-top:48px}.overview .card{width:calc(80% - 96px);margin-top:16px}}@media(min-width:480px)and (max-width:1279px){.overview{justify-content:center;margin-top:48px}.overview .card{width:calc(80% - 96px);margin-top:16px}}.chart_container{display:flex;width:100%;height:auto;align-items:center;flex-direction:row;flex-wrap:wrap}.settings_view{margin-left:128px;width:calc(100vw - 128px)}@media(max-width:479px){.settings_view{width:100vw;margin-left:0}}@media(min-width:480px)and (max-width:1279px){.settings_view{width:100vw;margin-left:0}}.settings_view .settings_container{padding-top:128px;display:flex;flex-wrap:wrap}@media(max-width:479px){.settings_view .settings_container{margin-left:0}}@media(min-width:480px)and (max-width:1279px){.settings_view .settings_container{margin-left:0}}.settings_view .settings_container .setting_card{display:flex;align-items:center;max-width:240px;padding:16px 32px;box-shadow:0 3px 6px rgba(0,0,0,.15);border-radius:8px;background:#fff;text-decoration:none;margin:8px 16px;position:relative}@media(max-width:479px){.settings_view .settings_container .setting_card{max-width:calc(100% - 32px);width:calc(100% - 32px)}}@media(min-width:480px)and (max-width:1279px){.settings_view .settings_container .setting_card{max-width:calc(100% - 32px);width:calc(100% - 32px)}}.settings_view .settings_container .setting_card .icon_container{width:64px;height:64px;border-radius:50%;background-color:#333;display:flex;align-items:center;justify-content:center}.settings_view .settings_container .setting_card .icon_container:after{content:"";display:block;position:absolute;width:0;height:100%;background-color:#333;opacity:0;z-index:0;border-radius:8px;transition:all .4s ease;top:0;left:0}.settings_view .settings_container .setting_card .icon_container .icon{font-size:24px;color:#fff;z-index:1}.settings_view .settings_container .setting_card .setting_title{text-decoration:none;color:#414141;margin-left:24px;font-weight:600;z-index:2;transition:all .4s ease}@-webkit-keyframes zoomUp{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes zoomUp{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes chatBoxShowingUp{0%{transform:scale(0);margin-top:32px}50%{transform:scale(1.1);margin-top:16}to{transform:scale(1);margin-top:16}}@-webkit-keyframes chatBoxShowingUp{0%{transform:scale(0);margin-top:32px}50%{transform:scale(1.1);margin-top:16}to{transform:scale(1);margin-top:16}}@font-face{font-family:"Google Sans";src:url(/static/media/GoogleSans-Black.034febd6.eot);src:url(/static/media/GoogleSans-Black.034febd6.eot) format("embedded-opentype"),url(/static/media/GoogleSans-Black.96655154.woff2) format("woff2"),url(/static/media/GoogleSans-Black.541866db.woff) format("woff"),url(/static/media/GoogleSans-Black.1ce8bdb3.ttf) format("truetype"),url(/static/media/GoogleSans-Black.81176e96.svg) format("svg");font-weight:900;font-style:normal}@font-face{font-family:"Google Sans";src:url(/static/media/GoogleSans-Regular.43faa63d.eot);src:url(/static/media/GoogleSans-Regular.43faa63d.eot) format("embedded-opentype"),url(/static/media/GoogleSans-Regular.243eb158.woff2) format("woff2"),url(/static/media/GoogleSans-Regular.8d5abd9a.woff) format("woff"),url(/static/media/GoogleSans-Regular.4ca177df.ttf) format("truetype"),url(/static/media/GoogleSans-Regular.835705b4.svg) format("svg");font-weight:400;font-style:normal}@font-face{font-family:"Google Sans";src:url(/static/media/GoogleSans-Light.486478dd.eot);src:url(/static/media/GoogleSans-Light.486478dd.eot) format("embedded-opentype"),url(/static/media/GoogleSans-Light.cdec2daa.woff2) format("woff2"),url(/static/media/GoogleSans-Light.acc84981.woff) format("woff"),url(/static/media/GoogleSans-Light.e53942f1.ttf) format("truetype"),url(/static/media/GoogleSans-Light.b436e36b.svg) format("svg");font-weight:300;font-style:normal}@font-face{font-family:"Google Sans";src:url(/static/media/GoogleSans-Bold.5bba0da8.eot);src:url(/static/media/GoogleSans-Bold.5bba0da8.eot) format("embedded-opentype"),url(/static/media/GoogleSans-Bold.b115d15e.woff2) format("woff2"),url(/static/media/GoogleSans-Bold.f09d7016.woff) format("woff"),url(/static/media/GoogleSans-Bold.0f99a8ef.ttf) format("truetype"),url(/static/media/GoogleSans-Bold.e738320b.svg) format("svg");font-weight:700;font-style:normal}@font-face{font-family:"Google Sans";src:url(/static/media/GoogleSans-Italic.f85bcca9.eot);src:url(/static/media/GoogleSans-Italic.f85bcca9.eot) format("embedded-opentype"),url(/static/media/GoogleSans-Italic.2ec07eb6.woff2) format("woff2"),url(/static/media/GoogleSans-Italic.fddd0b2f.woff) format("woff"),url(/static/media/GoogleSans-Italic.df935be2.ttf) format("truetype"),url(/static/media/GoogleSans-Italic.3eddd1e7.svg) format("svg");font-weight:400;font-style:italic}@font-face{font-family:"Google Sans";src:url(/static/media/GoogleSans-BlackItalic.24499e43.eot);src:url(/static/media/GoogleSans-BlackItalic.24499e43.eot) format("embedded-opentype"),url(/static/media/GoogleSans-BlackItalic.6c9569aa.woff2) format("woff2"),url(/static/media/GoogleSans-BlackItalic.dacad2cf.woff) format("woff"),url(/static/media/GoogleSans-BlackItalic.c794b7ae.ttf) format("truetype"),url(/static/media/GoogleSans-BlackItalic.500a3218.svg) format("svg");font-weight:900;font-style:italic}@font-face{font-family:"Google Sans";src:url(/static/media/GoogleSans-MediumItalic.da0a1739.eot);src:url(/static/media/GoogleSans-MediumItalic.da0a1739.eot) format("embedded-opentype"),url(/static/media/GoogleSans-MediumItalic.75b91141.woff2) format("woff2"),url(/static/media/GoogleSans-MediumItalic.15f64c9a.woff) format("woff"),url(/static/media/GoogleSans-MediumItalic.369290d0.ttf) format("truetype"),url(/static/media/GoogleSans-MediumItalic.e5204c53.svg) format("svg");font-weight:500;font-style:italic}@font-face{font-family:"Google Sans";src:url(/static/media/GoogleSans-BoldItalic.9f91bac6.eot);src:url(/static/media/GoogleSans-BoldItalic.9f91bac6.eot) format("embedded-opentype"),url(/static/media/GoogleSans-BoldItalic.44dabce9.woff2) format("woff2"),url(/static/media/GoogleSans-BoldItalic.bef74532.woff) format("woff"),url(/static/media/GoogleSans-BoldItalic.c5595229.ttf) format("truetype"),url(/static/media/GoogleSans-BoldItalic.8436ccc1.svg) format("svg");font-weight:700;font-style:italic}@font-face{font-family:"Google Sans";src:url(/static/media/GoogleSans-LightItalic.d6a3f55d.eot);src:url(/static/media/GoogleSans-LightItalic.d6a3f55d.eot) format("embedded-opentype"),url(/static/media/GoogleSans-LightItalic.8cf2c4d2.woff2) format("woff2"),url(/static/media/GoogleSans-LightItalic.5de795c8.woff) format("woff"),url(/static/media/GoogleSans-LightItalic.a4b572cc.ttf) format("truetype"),url(/static/media/GoogleSans-LightItalic.7954adbb.svg) format("svg");font-weight:300;font-style:italic}@font-face{font-family:"Google Sans";src:url(/static/media/GoogleSans-ThinItalic.eee0a313.eot);src:url(/static/media/GoogleSans-ThinItalic.eee0a313.eot) format("embedded-opentype"),url(/static/media/GoogleSans-ThinItalic.5546fcb2.woff2) format("woff2"),url(/static/media/GoogleSans-ThinItalic.5398ccec.woff) format("woff"),url(/static/media/GoogleSans-ThinItalic.97cd7839.ttf) format("truetype"),url(/static/media/GoogleSans-ThinItalic.575305b1.svg) format("svg");font-weight:100;font-style:italic}@font-face{font-family:"Google Sans";src:url(/static/media/GoogleSans-Medium.005e2602.eot);src:url(/static/media/GoogleSans-Medium.005e2602.eot) format("embedded-opentype"),url(/static/media/GoogleSans-Medium.7be636ae.woff2) format("woff2"),url(/static/media/GoogleSans-Medium.a16062e1.woff) format("woff"),url(/static/media/GoogleSans-Medium.ed5bac26.ttf) format("truetype"),url(/static/media/GoogleSans-Medium.4bda1c4f.svg) format("svg");font-weight:500;font-style:normal}@font-face{font-family:"Google Sans";src:url(/static/media/GoogleSans-Thin.ea46b8f9.eot);src:url(/static/media/GoogleSans-Thin.ea46b8f9.eot) format("embedded-opentype"),url(/static/media/GoogleSans-Thin.cd27d81f.woff2) format("woff2"),url(/static/media/GoogleSans-Thin.2cc7f69b.woff) format("woff"),url(/static/media/GoogleSans-Thin.5e79c136.ttf) format("truetype"),url(/static/media/GoogleSans-Thin.7134c65a.svg) format("svg");font-weight:100;font-style:normal}.link_btn,button{font-family:"Google Sans";transition:all .2s ease-out;outline:none;border:none;background:transparent;border-radius:6px}.link_btn:active,button:active{transform:scale(.9);box-shadow:inset 5px 5px 10px #ebebeb,inset -5px -5px 10px #fff}input{border:none;outline:none}input,textarea{font-family:"Google Sans"}[data-tooltip]{display:inline-block;position:relative}[data-tooltip]:before{content:attr(data-tooltip);display:none;position:absolute;background:rgba(0,0,0,.75);color:#fff;padding:4px 8px;font-size:11px;font-weight:600;font-family:"Google Sans";line-height:1.6;min-width:100px;text-align:center;border-radius:4px;white-space:nowrap}[data-tooltip-position=bottom]:before,[data-tooltip-position=top]:before{left:50%;transform:translateX(-50%)}[data-tooltip-position=left]:before,[data-tooltip-position=right]:before{top:50%;transform:translateY(-50%)}[data-tooltip-position=top]:before{bottom:100%;margin-bottom:6px}[data-tooltip-position=right]:before{left:100%;margin-left:6px}[data-tooltip-position=bottom]:before{top:100%;margin-top:6px}[data-tooltip-position=left]:before{right:100%;margin-right:6px}[data-tooltip]:hover:after,[data-tooltip]:hover:before{display:block;z-index:50}.analytics_view{height:100vh;width:calc(100vw - 96px);margin-left:128px;padding-top:31px}@media(max-width:479px){.analytics_view{width:100%;margin-left:0;padding-top:96px}}@media(min-width:480px)and (max-width:1279px){.analytics_view{width:100%;margin-left:0;padding-top:96px}}.analytics_view .toolbar{display:flex;position:relative;flex-direction:row;flex-wrap:wrap}@media(max-width:479px){.analytics_view .toolbar{width:100%}}@media(min-width:480px)and (max-width:1279px){.analytics_view .toolbar{width:100%}}.analytics_view .toolbar.filter{margin-top:64px}.analytics_view .toolbar .group{display:flex;position:relative;right:0;align-items:center;justify-content:center;flex-wrap:wrap}.analytics_view .toolbar .group h1{margin-right:24px;margin-left:24px}@media(max-width:479px){.analytics_view .toolbar .group.filter{flex-direction:column;width:100%;position:relative}}@media(min-width:480px)and (max-width:1279px){.analytics_view .toolbar .group.filter{flex-direction:column;width:100%;position:relative}}@media(max-width:479px){.analytics_view .toolbar .group.filter .box{display:flex;flex-direction:column}.analytics_view .toolbar .group.filter .box input,.analytics_view .toolbar .group.filter .box select{width:80vw}.analytics_view .toolbar .group.filter .box select{margin-top:24px}.analytics_view .toolbar .group.filter h1{margin-right:0;margin-left:0}}@media(min-width:480px)and (max-width:1279px){.analytics_view .toolbar .group.filter .box{display:flex;flex-direction:column}.analytics_view .toolbar .group.filter .box input,.analytics_view .toolbar .group.filter .box select{width:80vw}.analytics_view .toolbar .group.filter .box select{margin-top:24px}.analytics_view .toolbar .group.filter h1{margin-right:0;margin-left:0}}.analytics_view .toolbar .group.filter select{margin:0 8px}.analytics_view .toolbar .group.filter button{margin:0 0 0 8px;float:right}@media(min-width:480px)and (max-width:1279px){.analytics_view .toolbar .group.filter button{margin-top:24px}}@media(max-width:479px){.analytics_view .toolbar .group.filter button{margin-top:24px}}.load_view{width:calc(100vw - 96px);height:100vh;display:flex;align-items:center;justify-content:center}.view{margin-left:128px;width:calc(100vw - 128px);padding-top:128px;overflow:auto}@media(max-width:479px){.view{margin-left:0;width:100%;padding-top:96px}}@media(min-width:480px)and (max-width:1279px){.view{margin-left:0;width:100%;padding-top:96px}}.view.bill_print{display:flex;flex-direction:column;align-items:center;width:400px;padding:0}@media(max-width:479px){.view.bill_print{width:calc(100% - 32px);margin-left:16px;padding-bottom:32px}}.view.bill_print span{font-weight:500;color:#000;margin-top:16px;width:100%;position:relative;font-weight:600}.view.bill_print span span{position:absolute;right:0;width:auto;display:inline-block;margin:0;font-weight:500}.view.bill_print hr{width:100%;height:1px;border:none;background:#000;margin-top:16px}.view.bill_print table{width:100%;margin-top:8px}.view.bill_print table tr th{text-align:left;height:32px}.view.bill_print table tr th:last-child{text-align:right}.view.bill_print table tr td{height:32px}.view.bill_print table tr td:last-child{text-align:right}.view.bill_print button{margin-top:32px}.view.center,.view .salary_container{display:flex;align-items:center;justify-content:center}.view .salary_container{flex-direction:column}.view .salary_container .salary_header{width:calc(100vw - 348px);height:48px;background-color:hsla(0,0%,100%,.88);background-image:linear-gradient(180deg,hsla(0,0%,100%,.25) 0,hsla(0,0%,100%,0));-webkit-backdrop-filter:saturate(50%) blur(20px);backdrop-filter:saturate(50%) blur(20px);position:-webkit-sticky;position:sticky;display:flex;align-items:center;top:112px;z-index:99999}.view .salary_container .salary_header h1{font-size:20px;color:#2484ff;text-shadow:0 3px 6px rgba(36,131,255,.281);font-weight:500;text-decoration:none;margin-left:48px}.login_view{width:100%;height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column}.login_view h1{margin:0 0 32px}.textbox{flex:1 1!important;border:1px solid #ced4da!important;padding:.375rem .75rem!important;transition:all .15s ease!important;max-width:240px;border-radius:4px!important;font-family:"Google Sans"!important;font-weight:500!important}.textbox:focus{color:#495057!important;background-color:#fff!important;border-color:#80bdff!important;outline:0!important;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)!important}textarea.textbox{transition:none!important;height:300px!important;max-height:unset!important}.box.textarea{height:126px!important}.search_box{transition:all .15s ease!important}.search_box:focus-within{color:#495057!important;background-color:#fff!important;outline:0!important}.btn{height:32px;padding:8px 32px;display:flex;align-items:center;justify-content:center;flex-direction:row;margin:0 10px;background:#f8f8f8;color:#888;font-weight:500;border-radius:6px;outline:none;border:none;cursor:pointer}.btn.link_btn{font-size:13px;text-decoration:none;height:auto}.btn .icon{color:#888;margin-right:6px}.btn.blue{background:#2484ff;color:#fff}.btn.blue:active{transform:scale(.9)}select{flex:1 1;border:1px solid #ced4da;padding:.375rem .75rem;transition:all .15s ease;max-width:266px;border-radius:4px;font-family:"Google Sans";font-weight:500;background-color:#fff!important}select:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.tab_bar{width:100%;min-width:844px;display:flex;align-items:ceter}.tab_bar .tab{background-color:#fff;padding:0 32px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer}.tab_bar .tab.disabled{opacity:.3}.tab_bar .tab.active{background:#2484ff;border-top-left-radius:7px;border-top-right-radius:7px}.tab_bar .tab.active .tab_title{color:#fff;text-shadow:0 6px 6px rgba(0,0,0,.25)}.tab_bar .tab .tab_title{font-size:14px;font-weight:500}.tab_content_container{width:100%;min-width:844px}@media(max-width:479px){.tab_content_container.cham_cong_table{display:flex}}.tab_content_container .tab_content_header_container{background-color:#2484ff;padding:16px 32px;display:flex;align-items:center;justify-content:center;position:relative}@media(max-width:479px){.tab_content_container .tab_content_header_container.cham_cong_table{display:block;width:77px;padding:16px}.tab_content_container .tab_content_header_container.cham_cong_table h1{left:0;position:relative;font-size:14px;height:64px}.tab_content_container .tab_content_header_container.cham_cong_table .tab_header_right_item_container{display:flex;flex-direction:column;justify-content:center;align-items:center}.tab_content_container .tab_content_header_container.cham_cong_table .tab_header_right_item_container span{margin-top:0!important;height:64px;display:flex;align-items:center;justify-content:center}}.tab_content_container .tab_content_header_container .tab_content_header{font-size:18px;color:#fff;text-shadow:0 6px 6px rgba(0,0,0,.25);margin:0;position:absolute;left:32px}.tab_content_container .tab_content_header_container .tab_header_right_item_container .tab_header_item_title{margin:0 32px;color:#fff;font-size:14px}@media(max-width:479px){.tab_content_container .tab_content_header_container .tab_header_right_item_container.cham_cong_table{display:flex;flex-direction:column;justify-content:center;align-items:center}.tab_content_container .tab_content_header_container .tab_header_right_item_container.cham_cong_table .tab_header_item_title{text-align:center;margin-top:38px}}.tab_content_container .tab_content{width:100%;display:flex;padding:0 16px 16px}@media(max-width:479px){.tab_content_container .tab_content.cham_cong_table{display:flex;flex-direction:column;width:250px}.tab_content_container .tab_content.cham_cong_table .tab_side_bar{flex-direction:row;height:79px}.tab_content_container .tab_content.cham_cong_table .tab_side_bar .tab_side_bar_title{flex:1 1;margin-left:40px}.tab_content_container .tab_content.cham_cong_table .tab_tick_container{justify-content:flex-start;width:250px}.tab_content_container .tab_content.cham_cong_table .tab_tick_container .tab_tick{margin:0;margin-left:0!important;display:block;flex-direction:column;margin-top:0!important}.tab_content_container .tab_content.cham_cong_table .tab_tick_container .tab_tick .column{flex-direction:row;justify-content:center;height:64px}.tab_content_container .tab_content.cham_cong_table .tab_tick_container .tab_tick .column .checkbox{margin-top:0!important;height:17px}}.tab_content_container .tab_content .tab_side_bar{width:250px;display:flex;flex-direction:column}.tab_content_container .tab_content .tab_side_bar .tab_side_bar_title{font-size:15px;font-weight:600;color:#414141;margin-left:18px;margin-top:32px;opacity:.75}.tab_content_container .tab_content .tab_side_bar .tab_side_bar_item{font-size:15px;font-weight:600;color:#414141;margin-left:40px;margin-top:16px;white-space:nowrap}.tab_content_container .tab_content .tab_tick_container{width:100%;display:flex;justify-content:center}.tab_content_container .tab_content .tab_tick_container .tab_tick{width:437px;margin-left:-214px;margin-top:22px;display:flex;justify-content:center}.tab_content_container .tab_content .tab_tick_container .tab_tick .column{flex:1 1;display:flex;align-items:center;flex-direction:column}.tab_content_container .tab_content .tab_tick_container .tab_tick .column .checkbox{width:100%;display:flex;align-items:center;justify-content:center;height:35px}.tab_content_container .tab_content .tab_tick_container .tab_tick .column .checkbox:first-child{margin-top:28px}.tab_content_container .tab_content .tab_tick_container .tab_tick .column .checkbox:nth-child(5),.tab_content_container .tab_content .tab_tick_container .tab_tick .column .checkbox:nth-child(7),.tab_content_container .tab_content .tab_tick_container .tab_tick .column .checkbox:nth-child(9){margin-top:48px}.cham_cong_table .tab_content_header_container{justify-content:flex-end!important;width:1783px}@media(max-width:479px){.cham_cong_table .tab_content_header_container{max-width:unset;width:1783px}}@media(min-width:480px)and (max-width:1279px){.cham_cong_table .tab_content_header_container{max-width:unset;width:1783px}}.cham_cong_table .tab_content_header_container .tab_header_right_item_container .tab_header_item_title{margin:0 16px;width:15px;display:block;float:left}.cham_cong_table .tab_content{width:1783px}.cham_cong_table .tab_content .tab_tick_container .tab_tick{margin-left:133px!important;margin-top:-2px}@media(max-width:479px){.cham_cong_table .tab_content .tab_tick_container .tab_tick{margin-left:1170px!important}}@media(min-width:480px)and (max-width:1279px){.cham_cong_table .tab_content .tab_tick_container .tab_tick{margin-left:1170px!important}}.cham_cong_table .tab_content .tab_tick_container .tab_tick .column{margin:0 13.5px}.cham_cong_table .tab_content .tab_tick_container .tab_tick .column .checkbox:last-child{margin-top:12px}.month-picker{position:relative}.month-picker>.rmp-container{position:relative;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);z-index:100;top:1px;left:-10000px;transition:left 0ms cubic-bezier(.23,1,.32,1) .45s}@media screen and (max-width:767px){.month-picker>.rmp-container{position:fixed;top:0;left:-10000px;width:100%;height:100%;transition:left 0ms cubic-bezier(.23,1,.32,1) .45s}}.month-picker>.rmp-container.rmp-table{display:table}.month-picker>.rmp-container.show{left:0;transition:left 0ms cubic-bezier(.23,1,.32,1) 0ms}.month-picker>.rmp-container.show .rmp-overlay{left:0}.month-picker>.rmp-container .rmp-overlay{position:fixed;height:100%;width:100%;z-index:9;top:0;left:-10000px;opacity:1;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:opacity;transform:translateZ(0);transition:left 0ms cubic-bezier(.23,1,.32,1) 0ms,opacity .4s cubic-bezier(.23,1,.32,1) 0ms}@media screen and (max-width:767px){.month-picker>.rmp-container .rmp-overlay{background-color:rgba(0,0,0,.25)}}.month-picker>.rmp-container .rmp-cell{display:table-cell;vertical-align:middle;box-sizing:border-box;width:100%;height:100%}@media screen and (max-width:767px){.month-picker>.rmp-container .rmp-cell{vertical-align:bottom}}.month-picker>.rmp-container .rmp-popup{position:absolute;-webkit-tap-highlight-color:rgba(0,0,0,0);transition:all .45s cubic-bezier(.23,1,.32,1);margin:0 auto;z-index:10;font-size:1.2rem;opacity:0;border-radius:3px;padding:.4rem;box-sizing:content-box}@media screen and (max-width:767px){.month-picker>.rmp-container .rmp-popup{box-sizing:border-box;bottom:0;width:100%;max-width:100%;height:14.4rem;transform:translate3d(0,14.4rem,0)}.month-picker>.rmp-container .rmp-popup.range{height:28rem;transform:translate3d(0,28rem,0)}.month-picker>.rmp-container .rmp-popup.range .rmp-pad{margin-top:.4rem}.month-picker>.rmp-container .rmp-popup.range .rmp-pad:first-of-type{margin-top:0}}@media screen and (min-width:768px){.month-picker>.rmp-container .rmp-popup{transform:translate3d(0,-64px,0);top:0;width:20rem}.month-picker>.rmp-container .rmp-popup.range{width:40.6rem;padding:.6rem}}.month-picker>.rmp-container .rmp-popup.show{opacity:1;transform:translateZ(0)}.month-picker>.rmp-container .rmp-popup:after{content:" ";clear:both;display:table}.month-picker>.rmp-container .rmp-popup .rmp-pad{position:relative}@media screen and (min-width:768px){.month-picker>.rmp-container .rmp-popup .rmp-pad{box-sizing:border-box;float:left;width:20rem}.month-picker>.rmp-container .rmp-popup .rmp-pad:nth-of-type(2){float:right}}.month-picker>.rmp-container .rmp-popup .rmp-pad>div label{display:block;font-size:1.4rem;text-align:center;line-height:3.4rem}.month-picker>.rmp-container .rmp-popup .rmp-pad>div label b{font-weight:400;margin-right:.5em}.month-picker>.rmp-container .rmp-popup .rmp-pad>div i{font-style:normal;text-align:center;width:3.4rem;height:3.4rem;line-height:3.4rem;position:absolute;top:0}.month-picker>.rmp-container .rmp-popup .rmp-pad>div i.prev{left:0}.month-picker>.rmp-container .rmp-popup .rmp-pad>div i.next{right:0}.month-picker>.rmp-container .rmp-popup .rmp-pad li,.month-picker>.rmp-container .rmp-popup .rmp-pad ul{list-style-type:none;margin:0;padding:0}.month-picker>.rmp-container .rmp-popup .rmp-pad ul{display:block;width:100%}.month-picker>.rmp-container .rmp-popup .rmp-pad ul:after{content:" ";clear:both;display:table}.month-picker>.rmp-container .rmp-popup .rmp-pad li{display:block;float:left;text-align:center;font-size:1.15rem;border-radius:3px;line-height:3.3rem;box-sizing:border-box;padding:.05rem;text-overflow:ellipsis;white-space:nowrap;*white-space:nowrap;overflow:hidden;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:.2px;-moz-osx-font-smoothing:grayscale;transition:background-color .2s ease-in-out,color .2s ease-in-out}@media screen and (max-width:767px){.month-picker>.rmp-container .rmp-popup .rmp-pad li{width:25%}}@media screen and (min-width:768px){.month-picker>.rmp-container .rmp-popup .rmp-pad li{width:33.3333333333%}}.month-picker>.rmp-container .rmp-popup .rmp-pad li.multiple{background-clip:content-box}.month-picker>.rmp-container .rmp-popup .rmp-pad li.range{border-radius:1px}.month-picker>.rmp-container .rmp-popup.light{color:#666;background-color:hsla(0,0%,100%,.96)}@media screen and (max-width:767px){.month-picker>.rmp-container .rmp-popup.light{border-top:1px solid #ccc;box-shadow:0 -1px 5px rgba(0,0,0,.08)}.month-picker>.rmp-container .rmp-popup.light.range .rmp-pad{border-top:1px solid hsla(0,0%,80%,.5)}.month-picker>.rmp-container .rmp-popup.light.range .rmp-pad:first-of-type{border-top:0}}@media screen and (min-width:768px){.month-picker>.rmp-container .rmp-popup.light{border:1px solid #ccc;box-shadow:0 1px 5px #ddd}.month-picker>.rmp-container .rmp-popup.light.range .rmp-pad{background-color:hsla(0,0%,93.3%,.9)}}.month-picker>.rmp-container .rmp-popup.light .rmp-pad .rmp-btn{cursor:pointer;moz-user-select:-moz-none;-moz-user-select:none;-o-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}@media screen and (min-width:768px){.month-picker>.rmp-container .rmp-popup.light .rmp-pad .rmp-btn:hover{background-color:rgba(255,227,160,.59)}}.month-picker>.rmp-container .rmp-popup.light .rmp-pad .rmp-btn.select{background-color:#d3d3d3}.month-picker>.rmp-container .rmp-popup.light .rmp-pad li.active,.month-picker>.rmp-container .rmp-popup.light .rmp-pad li.active:hover{background-color:rgba(31,42,58,.73);color:#fff}.month-picker>.rmp-container .rmp-popup.light .rmp-pad .disable,.month-picker>.rmp-container .rmp-popup.light .rmp-pad .disable:hover,.month-picker>.rmp-container .rmp-popup.light .rmp-pad li.disable,.month-picker>.rmp-container .rmp-popup.light .rmp-pad li.disable:hover{background-color:transparent;color:#bbb;cursor:default}.month-picker>.rmp-container .rmp-popup.dark{color:#fff;background-color:rgba(50,50,50,.96)}@media screen and (max-width:767px){.month-picker>.rmp-container .rmp-popup.dark.range .rmp-pad{border-top:1px solid hsla(0,0%,44.3%,.41)}.month-picker>.rmp-container .rmp-popup.dark.range .rmp-pad:first-of-type{border-top:0}}@media screen and (min-width:768px){.month-picker>.rmp-container .rmp-popup.dark.range .rmp-pad{background-color:rgba(70,70,70,.9)}}.month-picker>.rmp-container .rmp-popup.dark .rmp-pad .rmp-btn{cursor:pointer;moz-user-select:-moz-none;-moz-user-select:none;-o-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}@media screen and (min-width:768px){.month-picker>.rmp-container .rmp-popup.dark .rmp-pad .rmp-btn:hover{background-color:rgba(255,210,96,.33)}}.month-picker>.rmp-container .rmp-popup.dark .rmp-pad .rmp-btn.select{background-color:#262828}.month-picker>.rmp-container .rmp-popup.dark .rmp-pad li.active,.month-picker>.rmp-container .rmp-popup.dark .rmp-pad li.active:hover{background-color:rgba(189,211,242,.7);color:#303030}.month-picker>.rmp-container .rmp-popup.dark .rmp-pad .disable,.month-picker>.rmp-container .rmp-popup.dark .rmp-pad .disable:hover,.month-picker>.rmp-container .rmp-popup.dark .rmp-pad li.disable,.month-picker>.rmp-container .rmp-popup.dark .rmp-pad li.disable:hover{background-color:transparent;color:#717171;cursor:default}:root{--shadow-0:0 2px 10px 0 rgba(0,0,0,0.15);--shadow-1:0 6px 14px 0 rgba(0,0,0,0.22);--color-50:#ede7f6;--color-100:#d1c4e9;--color-200:#b39ddb;--color-300:#9575cd;--color-400:#7e57c2;--color-500:#673ab7;--color-600:#5e35b1;--color-700:#512da8;--color-800:#4527a0;--color-900:#311b92;--color-A100:#b388ff;--color-A200:#7c4dff;--color-A400:#651fff;--color-A700:#6200ea}.product_container{width:calc(100vw - 252px);height:100%;margin-left:348px;padding-top:115px;display:flex;flex-direction:row;flex-wrap:wrap}.version{position:fixed;bottom:8px;right:16px}.version a{color:#414141;font-size:12px;font-weight:500;text-decoration:none}@media(max-width:479px){.version{display:none}}@media(min-width:480px)and (max-width:1279px){.version{display:none}}.section_scrollable{overflow:auto;height:100vh;max-height:100vh}.section_scrollable .section.confess{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;padding-top:64px}@media(max-width:479px){.section_scrollable .section.confess{margin:0;padding:0}}@media(min-width:480px)and (max-width:1279px){.section_scrollable .section.confess{margin:0;padding:0}}::-webkit-scrollbar{width:12px;background-color:#fff}::-webkit-scrollbar:hover{background-color:#eaeaea}::-webkit-scrollbar-thumb{background-color:#888;box-sizing:border-box;border:4px solid #fff;border-radius:12px}::-webkit-scrollbar-thumb:hover{border:3px solid #eaeaea}.cXcRCo{z-index:99}body,html{margin:0;height:100%;font-family:"Google Sans";overflow-x:hidden;-ms-user-select:none;user-select:none;-moz-user-select:none;-webkit-user-select:none}.side_bar_container{width:284px;height:calc(100vh - 48px);margin:24px;display:inline-block;position:fixed;z-index:999999!important}.side_bar_container.min{width:32px}@media(max-width:479px){.side_bar_container.min{display:none}}.side_bar_container.min .side_bar{width:32px}.side_bar_container.min .side_bar hr{width:100%;height:1px;border:none;background:#e6e6e6}.side_bar_container.min .side_bar .item{display:flex;align-items:center;justify-content:center}.side_bar_container.min .side_bar .item.avatar_container button{width:auto;display:inline-block;cursor:pointer}.side_bar_container.min .side_bar .item.avatar_container button .icon{margin:0}.side_bar_container.min .side_bar .item p{opacity:0;visibility:hidden;position:fixed;left:0;white-space:nowrap;height:36px;display:flex;align-items:center;justify-content:center;padding:0 16px;border-radius:8px;background:#fff;color:#000!important;box-shadow:0 0 15px rgba(0,0,0,.2)!important;text-shadow:none!important;transition:all .4s ease;transition-delay:.1s}.side_bar_container.min .side_bar .item:hover>p{opacity:1;visibility:visible;left:73px}.side_bar_container.min .side_bar .item .icon{margin:0}.side_bar_container .side_bar{width:252px;height:calc(100vh - 48px);padding:0 16px;position:fixed;background:hsla(0,0%,100%,.75);backdrop-filter:blur(20px) saturate(280%);-webkit-backdrop-filter:blur(20px) saturate(280%);border-radius:14px;box-shadow:13px 13px 26px #d9d9d9,-13px -13px 26px #fff;display:flex;align-items:center;flex-direction:column;z-index:9999;transition:all .4s ease}@media(max-width:479px){.side_bar_container .side_bar{display:none}}@media(min-width:480px)and (max-width:1279px){.side_bar_container .side_bar{display:none}}.side_bar_container .side_bar .menu_header{width:100%;display:flex;align-items:center;height:36px}.side_bar_container .side_bar .menu_header span{font-size:13px;font-weight:600;color:#414141;margin-left:18px;opacity:.75}.side_bar_container .side_bar .item{width:100%;height:36px;border-radius:6px;margin:10px 0;cursor:pointer;display:flex;align-items:center;flex-direction:row;text-decoration:none}.side_bar_container .side_bar .item.avatar_container{height:55px;margin-left:0}.side_bar_container .side_bar .item.avatar_container .avatar{width:48px;height:48px;border-radius:50%;background:#414141}.side_bar_container .side_bar .item.avatar_container .user_name{font-size:13px;margin-left:24px;color:#414141;font-weight:500}.side_bar_container .side_bar .item.avatar_container button{width:auto;display:inline-block;cursor:pointer}.side_bar_container .side_bar .item.avatar_container button .icon{margin:0 0 0 12px}.side_bar_container .side_bar .item.avatar_container:active{box-shadow:none;transform:none}.side_bar_container .side_bar .item .icon{font-size:20px;color:#414141;margin:0 20px}.side_bar_container .side_bar .item .item_name{font-size:13px;color:#414141;font-weight:500}.side_bar_container .side_bar .item.active{background-color:#2484ff}.side_bar_container .side_bar .item.active .icon{color:#fff;text-shadow:0 6px 6px rgba(0,0,0,.15)}.side_bar_container .side_bar .item.active .item_name{color:#fff;text-shadow:0 6px 6px rgba(0,0,0,.25)}.side_bar_container .side_bar .item.active:active{box-shadow:none}
/*# sourceMappingURL=main.67170778.chunk.css.map */