@import url(https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap);.ll-icon{justify-content:center}.ll-card__header,.ll-icon{display:flex;align-items:center}.ll-card__header{justify-content:space-between;padding-bottom:2rem;border-bottom:.1rem solid var(--black-200)}.ll-card__header__title{font-size:1.8rem;line-height:1.8rem;font-weight:700;color:var(--black-900)}.content-wrapper__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;min-height:4rem}@media(max-width:767.98px){.content-wrapper__head{flex-direction:column;align-items:flex-start}}@media(max-width:sm){.content-wrapper__head else{flex-direction:column;align-items:flex-start}}.content-wrapper__head__heading{display:flex;align-items:flex-end}@media(max-width:767.98px){.content-wrapper__head__heading{margin-bottom:2rem}}@media(max-width:sm){.content-wrapper__head__heading else{margin-bottom:2rem}}.content-wrapper__head__heading h1{font-size:2rem;color:var(--black-900);font-weight:700;margin-right:1.2rem}.content-wrapper__head__heading p{font-size:1.3rem;font-weight:500;color:var(--black-400);margin-bottom:.2rem}.content-wrapper__head__actions{display:flex;gap:1rem}.content-wrapper__head__actions .refresh-icon-container{display:flex;align-items:center}.content-wrapper__head__actions .refresh-icon-container .refreshing i{animation:rotate .7s linear infinite}.content-wrapper__head__actions .refresh-icon-container .ll-btn-icon{background:var(--black-200)}.content-wrapper__head__actions .refresh-icon-container .ll-btn-icon svg{height:2rem;width:2rem}.content-wrapper__head__actions button{display:flex;align-items:center}.content-wrapper__head__actions button i{display:flex;align-items:center;font-size:1.6rem;font-weight:700}.ll-skeleton__card{display:flex;flex-direction:column;height:100%;gap:1.8rem}.ll-skeleton__card.horizontal{flex-direction:row;align-items:center}.ll-skeleton__card.horizontal .ll-skeleton__rows{flex:1}.ll-skeleton__card .ll-skeleton__rows{display:flex;flex-direction:column}.ll-skeleton__card .ll-skeleton__shape{background:linear-gradient(90deg,#f0f0f8 25%,#f4f4fb 37%,#f2f2f9 63%);background-size:400% 100%;border-radius:.5rem;width:100%;flex:1}.ll-skeleton__card .ll-skeleton__shape.circle{border-radius:50%}.ll-skeleton__card .ll-skeleton__shape.start{order:-1;width:5.2rem;height:5.2rem;min-width:5.2rem;flex:unset}.ll-skeleton.animated .ll-skeleton__shape{animation:lander-skeleton .8s ease infinite}.ll-skeleton__table{display:flex;flex-direction:column;gap:2rem}.ll-skeleton__table__head{display:flex;justify-content:space-between;width:100%;height:auto}.ll-skeleton__table__head__item{height:2rem;width:15%;background:linear-gradient(90deg,#f0f0f8 25%,#f4f4fb 37%,#f2f2f9 63%);background-size:400% 100%}.ll-skeleton__table__body{display:flex;flex-direction:column}.ll-skeleton__table__body__item{height:7.3rem}.ll-modal--confirm .confirm-modal-container{padding:1rem 2rem;text-align:center}.ll-modal--confirm .confirm-modal-container .confirm-modal-title{font-size:2.2rem;font-weight:700;text-align:center;color:var(--black-900)}.ll-modal--confirm .confirm-modal-container .confirm-modal-description{font-size:1.5rem;color:var(--black-400);text-align:center;padding:1rem 1.5rem 0 1.5rem}.ll-modal--confirm .confirm-modal-container .confirm-modal-description b{color:var(--black-700);padding-bottom:.2rem;border-bottom:.1rem dashed var(--black-300)}.ll-modal--confirm .ant-modal-footer .modal-footer-actions{display:flex;justify-content:center;gap:.5rem;width:100%}.ll-modal--confirm .ant-modal-footer .modal-footer-actions .ll-btn{min-width:14rem}:root{--color-white:#fff;--color-black:#000;--color-cyan:#01e3dd;--color-orange:#ffbf1c;--color-light:#f4f4fb;--color-light-gray:#e5e5e5;--color-orange:#eaac0f;--color-orange-dark:#dea30c;--black-025:#fbfbff;--black-050:#f7f7ff;--black-100:#f1f1ff;--black-200:#e8e8ff;--black-300:#d7d7ec;--black-400:#aeadc2;--black-500:#8b8b9e;--black-600:#616071;--black-700:#4d4d5c;--black-800:#32313e;--black-900:#181822;--blue-025:#eef7ff;--blue-050:#def;--blue-100:#afd4ff;--blue-200:#80bcff;--blue-300:#54a2ff;--blue-400:#378eff;--blue-500:#257cff;--blue-600:#266bf5;--blue-700:#2659dc;--blue-800:#2447c5;--blue-900:#222aa1;--red-025:#fff5f7;--red-050:#ffecf0;--red-100:#ffd0d6;--red-200:#ff9f9f;--red-300:#ff7878;--red-400:#ff5653;--red-500:#ff4536;--red-600:#ff3c38;--red-700:#f13131;--red-800:#e4292a;--red-900:#d41c1d;--green-050:#dff3ed;--green-100:#b0e2d1;--green-200:#7ccfb4;--green-300:#44bb96;--green-400:#00ac81;--green-500:#009d6e;--green-600:#008f62;--green-700:#007f53;--green-800:#006f45;--green-900:#00532b}html{font-size:62.5%}body{font-family:Lato,sans-serif;font-size:1.6rem;color:var(--black-900);background:var(--color-light)}h1,h2,h3,h4,h5,h6,p{margin:0;padding:0;line-height:unset;color:unset}a{text-decoration:none}.ll-container{max-width:180rem;margin:0 auto}.text-muted{color:var(--black-400)}.ant-notification{z-index:2000}.ant-message{z-index:1500}.ant-input-disabled,.ant-select-disabled .ant-select-selection{color:#999!important;background:transparent}.ant-select-disabled .ant-select-selection .ant-select-arrow{color:#999!important}.ant-btn:after{display:none}.ant-btn .anticon{display:inline-flex;align-items:center;font-size:1.6rem}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}.ll-btn{display:inline-flex;align-items:center;justify-content:center;font-size:1.5rem;padding:1rem 1.5rem;height:4rem;box-shadow:none;border:none;border-radius:0;transition:none}.ll-btn.ant-btn-loading .ll-icon{display:none}.ll-btn.ant-btn-loading .anticon{margin-right:.7rem}.ll-btn .ll-icon{height:1.8rem;width:1.8rem;margin-right:.5rem}.ll-btn .ll-icon svg{height:100%;width:auto}.ll-btn .ll-icon:not(.stroke) svg{fill:currentColor}.ll-btn .ll-icon.stroke svg path{stroke:currentColor}.ll-btn.ll-btn--large{height:4.4rem;font-size:1.6rem}.ll-btn.ll-btn-primary{background:var(--blue-600);color:var(--color-white)}.ll-btn.ll-btn-primary:active,.ll-btn.ll-btn-primary:focus,.ll-btn.ll-btn-primary:hover{background:var(--blue-700)}.ll-btn.ll-btn-primary[disabled]{color:var(--black-500)!important;background:var(--black-200)!important;border:none!important}.ll-btn.ll-btn-primary.ll-btn-primary--danger{background:var(--red-500)}.ll-btn.ll-btn-primary.ll-btn-primary--danger:active,.ll-btn.ll-btn-primary.ll-btn-primary--danger:focus,.ll-btn.ll-btn-primary.ll-btn-primary--danger:hover{background:var(--red-800)}.ll-btn.ll-btn-primary.ll-btn-primary--danger[disabled]{color:var(--color-white)!important;background:var(--red-400)!important}.ll-btn.ll-btn-primary.ll-btn-primary--warning{background:var(--color-orange)}.ll-btn.ll-btn-primary.ll-btn-primary--warning:active,.ll-btn.ll-btn-primary.ll-btn-primary--warning:focus,.ll-btn.ll-btn-primary.ll-btn-primary--warning:hover{background:var(--color-orange-dark)}.ll-btn.ll-btn-primary.ll-btn-primary--warning[disabled]{color:var(--color-white)!important;background:var(--red-400)!important}.ll-btn.ll-btn-primary.ll-btn-primary--outline{background:transparent;color:var(--blue-600);border:.1rem solid var(--blue-600)}.ll-btn.ll-btn-primary.ll-btn-primary--outline:active,.ll-btn.ll-btn-primary.ll-btn-primary--outline:focus,.ll-btn.ll-btn-primary.ll-btn-primary--outline:hover{background:var(--black-050);color:var(--blue-800);border-color:var(--blue-800)}.ll-btn.ll-btn-primary.ll-btn-primary--outline[disabled]{color:var(--black-400)!important;background:transparent!important;border:.1rem solid var(--black-400)!important}.ll-btn.ll-btn-secondary{color:var(--blue-600)}.ll-btn.ll-btn-secondary,.ll-btn.ll-btn-secondary:active,.ll-btn.ll-btn-secondary:focus,.ll-btn.ll-btn-secondary:hover{background:var(--blue-050)}.ll-btn.ll-btn-secondary[disabled]{color:var(--black-400)!important;background:var(--black-100)!important;border:none!important}.ll-btn.ll-btn-text{background:transparent!important;color:var(--blue-600)}.ll-btn.ll-btn-text:active,.ll-btn.ll-btn-text:focus,.ll-btn.ll-btn-text:hover{color:var(--blue-800)}.ll-btn.ll-btn-text[disabled]{color:var(--black-400)!important}.ll-btn.ll-btn-icon{display:inline-flex!important;justify-content:center;height:3.6rem;width:3.6rem;background:transparent;border-radius:50%;cursor:pointer}.ll-btn.ll-btn-icon:hover{background:var(--black-200)}.ll-btn.ll-btn-icon[disabled]{background:none!important}.ll-btn.ll-btn-icon[disabled] .ll-icon.stroke svg path{stroke:var(--black-400)}.ll-btn.ll-btn-icon[disabled] .ll-icon svg path{fill:var(--black-400)}.ll-btn.ll-btn-icon .ll-icon{display:flex;align-items:center;margin-right:0;height:2.2rem;width:2.2rem}.ll-btn.ll-btn-icon .ll-icon.stroke svg{height:100%;width:auto}.ll-btn.ll-btn-icon .ll-icon.stroke svg path{fill:unset;stroke:var(--black-900)}.ll-btn.ll-btn-icon .ll-icon svg{height:1.6rem;width:1.8rem}.ll-btn.ll-btn-icon .ll-icon svg path{fill:var(--black-900)}.ll-btn.ll-btn-icon .anticon{color:var(--black-900)}.ll-btn.ll-btn-ellipsis{justify-content:center;padding:.7rem}.ll-btn.ll-btn-ellipsis .middle-dot{display:inline-block;height:.5rem;width:.5rem;background:var(--black-900);border-radius:.4rem}.ll-btn.ll-btn-ellipsis .middle-dot:nth-of-type(2){margin:0 .3rem}.ll-date-range{display:block!important;min-width:14rem!important}.ll-date-range .reportrange-text{display:inline-flex;justify-content:center;align-items:center;gap:.7rem;height:4rem;background:var(--color-white)!important;color:var(--black-900)!important;text-align:center;border-radius:0;font-size:1.4rem;padding:.7rem 1.2rem!important;line-height:1.55;border:.1rem solid var(--black-100)!important;transition:none;overflow:unset!important}.ll-date-range .reportrange-text:active,.ll-date-range .reportrange-text:focus{background:var(--color-white);color:#6a737c;border-color:var(--color-light-gray)}.ll-date-range .reportrange-text:after{margin-left:0}.ll-date-range .daterangepicker{top:100%;margin-top:.5rem;background:var(--color-white);border:none;box-shadow:0 20px 24px rgba(26,22,66,.08);border-radius:0;z-index:400;padding:2rem}.ll-date-range .daterangepicker:after,.ll-date-range .daterangepicker:before{display:none}.ll-date-range .daterangepicker.opensleft{right:0!important}.ll-date-range .daterangepicker.opensright{left:0!important}.ll-date-range .daterangepicker .landerlab-date-range-timezone{border-bottom:.1rem solid var(--black-300);padding-bottom:1.5rem}.ll-date-range .daterangepicker .landerlab-date-range-timezone .timezone-select{width:35rem}.ll-date-range .daterangepicker .landerlab-date-range-timezone .timezone-select .ant-select-selection{background:var(--color-white);border:none;border-bottom:.1rem solid var(--black-400);border-radius:0;box-shadow:none;cursor:pointer}.ll-date-range .daterangepicker .landerlab-date-range-timezone .timezone-select .ant-select-selection__placeholder{font-size:1.6rem;color:var(--black-900);pointer-events:none}.ll-date-range .daterangepicker .landerlab-date-range-timezone .timezone-select .ant-select-selection__rendered{font-size:1.5rem;color:var(--black-900);margin:0}.ll-date-range .daterangepicker .calendars{display:flex;width:72.1rem;padding:0 0 2rem 0}.ll-date-range .daterangepicker .calendars .drp-calendar{width:28rem;max-width:28rem}.ll-date-range .daterangepicker .calendars .drp-calendar.left,.ll-date-range .daterangepicker .calendars .drp-calendar.right{border:none;padding:0}.ll-date-range .daterangepicker .calendars .drp-calendar.left .calendar-table,.ll-date-range .daterangepicker .calendars .drp-calendar.right .calendar-table{background:transparent;border-radius:0;border:none}.ll-date-range .daterangepicker .calendars .drp-calendar.left .calendar-table table,.ll-date-range .daterangepicker .calendars .drp-calendar.right .calendar-table table{border-collapse:separate}.ll-date-range .daterangepicker .calendars .drp-calendar.left .calendar-table table thead th.next,.ll-date-range .daterangepicker .calendars .drp-calendar.left .calendar-table table thead th.prev,.ll-date-range .daterangepicker .calendars .drp-calendar.right .calendar-table table thead th.next,.ll-date-range .daterangepicker .calendars .drp-calendar.right .calendar-table table thead th.prev{background:var(--black-200);width:2.8rem;min-width:2.8rem;border-radius:0}.ll-date-range .daterangepicker .calendars .drp-calendar.left .calendar-table table thead th.next:hover,.ll-date-range .daterangepicker .calendars .drp-calendar.left .calendar-table table thead th.prev:hover,.ll-date-range .daterangepicker .calendars .drp-calendar.right .calendar-table table thead th.next:hover,.ll-date-range .daterangepicker .calendars .drp-calendar.right .calendar-table table thead th.prev:hover{background:var(--black-200)!important}.ll-date-range .daterangepicker .calendars .drp-calendar.left .calendar-table table thead th.prev span,.ll-date-range .daterangepicker .calendars .drp-calendar.right .calendar-table table thead th.prev span{border-color:var(--black-900);margin-left:.2rem}.ll-date-range .daterangepicker .calendars .drp-calendar.left .calendar-table table thead th.month,.ll-date-range .daterangepicker .calendars .drp-calendar.right .calendar-table table thead th.month{font-size:1.5rem;background:var(--color-white);color:var(--black-800);font-weight:400}.ll-date-range .daterangepicker .calendars .drp-calendar.left .calendar-table table thead th.next span,.ll-date-range .daterangepicker .calendars .drp-calendar.right .calendar-table table thead th.next span{border-color:var(--black-900);margin-left:-.2rem}.ll-date-range .daterangepicker .calendars .drp-calendar.left .calendar-table table tbody,.ll-date-range .daterangepicker .calendars .drp-calendar.right .calendar-table table tbody{border-spacing:.5rem}.ll-date-range .daterangepicker .calendars .drp-calendar.left .calendar-table table tbody:before,.ll-date-range .daterangepicker .calendars .drp-calendar.right .calendar-table table tbody:before{content:"-";display:block;line-height:1rem;color:transparent}.ll-date-range .daterangepicker .calendars .drp-calendar.left .calendar-table table tbody tr,.ll-date-range .daterangepicker .calendars .drp-calendar.right .calendar-table table tbody tr{background:#fafafa}.ll-date-range .daterangepicker .calendars .drp-calendar.left .calendar-table table tbody tr:first-of-type th,.ll-date-range .daterangepicker .calendars .drp-calendar.right .calendar-table table tbody tr:first-of-type th{font-size:1.1rem;color:var(--black-900);font-weight:700;text-transform:uppercase}.ll-date-range .daterangepicker .calendars .drp-calendar.left .calendar-table table tbody tr:first-of-type th:first-of-type,.ll-date-range .daterangepicker .calendars .drp-calendar.right .calendar-table table tbody tr:first-of-type th:first-of-type{border-top-left-radius:0}.ll-date-range .daterangepicker .calendars .drp-calendar.left .calendar-table table tbody tr:first-of-type th:last-of-type,.ll-date-range .daterangepicker .calendars .drp-calendar.right .calendar-table table tbody tr:first-of-type th:last-of-type{border-top-right-radius:0}.ll-date-range .daterangepicker .calendars .drp-calendar.left .calendar-table table tbody tr:last-of-type td:first-of-type,.ll-date-range .daterangepicker .calendars .drp-calendar.right .calendar-table table tbody tr:last-of-type td:first-of-type{border-bottom-left-radius:0}.ll-date-range .daterangepicker .calendars .drp-calendar.left .calendar-table table tbody tr:last-of-type td:last-of-type,.ll-date-range .daterangepicker .calendars .drp-calendar.right .calendar-table table tbody tr:last-of-type td:last-of-type{border-bottom-right-radius:0}.ll-date-range .daterangepicker .calendars .drp-calendar.left .calendar-table table tbody tr td,.ll-date-range .daterangepicker .calendars .drp-calendar.left .calendar-table table tbody tr th,.ll-date-range .daterangepicker .calendars .drp-calendar.right .calendar-table table tbody tr td,.ll-date-range .daterangepicker .calendars .drp-calendar.right .calendar-table table tbody tr th{background:#fafafa;border-radius:0;padding-top:.5rem;padding-bottom:.5rem}.ll-date-range .daterangepicker .calendars .drp-calendar.left .calendar-table table tbody tr td,.ll-date-range .daterangepicker .calendars .drp-calendar.right .calendar-table table tbody tr td{color:#252d41}.ll-date-range .daterangepicker .calendars .drp-calendar.left .calendar-table table tbody tr td:hover,.ll-date-range .daterangepicker .calendars .drp-calendar.right .calendar-table table tbody tr td:hover{background:rgba(132,164,246,.3)}.ll-date-range .daterangepicker .calendars .drp-calendar.left .calendar-table table tbody tr td.off,.ll-date-range .daterangepicker .calendars .drp-calendar.right .calendar-table table tbody tr td.off{color:#c5cdd7}.ll-date-range .daterangepicker .calendars .drp-calendar.left .calendar-table table tbody tr td.in-range,.ll-date-range .daterangepicker .calendars .drp-calendar.right .calendar-table table tbody tr td.in-range{background:var(--blue-050);border-radius:0;color:var(--black-900)}.ll-date-range .daterangepicker .calendars .drp-calendar.left .calendar-table table tbody tr td.in-range:first-of-type,.ll-date-range .daterangepicker .calendars .drp-calendar.right .calendar-table table tbody tr td.in-range:first-of-type{border-top-left-radius:0;border-bottom-left-radius:0}.ll-date-range .daterangepicker .calendars .drp-calendar.left .calendar-table table tbody tr td.in-range:last-of-type,.ll-date-range .daterangepicker .calendars .drp-calendar.right .calendar-table table tbody tr td.in-range:last-of-type{border-top-right-radius:0;border-bottom-right-radius:0}.ll-date-range .daterangepicker .calendars .drp-calendar.left .calendar-table table tbody tr td.start-date,.ll-date-range .daterangepicker .calendars .drp-calendar.right .calendar-table table tbody tr td.start-date{border-top-left-radius:0;border-bottom-left-radius:0;background:var(--blue-400);color:var(--black-025)}.ll-date-range .daterangepicker .calendars .drp-calendar.left .calendar-table table tbody tr td.end-date,.ll-date-range .daterangepicker .calendars .drp-calendar.right .calendar-table table tbody tr td.end-date{border-top-right-radius:0;border-bottom-right-radius:0;background:var(--blue-400);color:var(--black-025)}.ll-date-range .daterangepicker .calendars .drp-calendar.left .calendar-table{margin-right:1.5rem;padding-right:0}.ll-date-range .daterangepicker .calendars .ranges{order:1;margin-top:0;margin-left:1.5rem;padding-left:1.5rem;border-left:.1rem solid var(--black-300);padding-top:0;padding-bottom:0}.ll-date-range .daterangepicker .calendars .ranges ul{width:auto}.ll-date-range .daterangepicker .calendars .ranges ul li{background:var(--color-white);color:#252d41;font-size:1.3rem;border:.1rem solid var(--black-300);text-align:center;margin-bottom:.8rem;width:13rem}.ll-date-range .daterangepicker .calendars .ranges ul li:last-of-type{margin-bottom:0}.ll-date-range .daterangepicker .calendars .ranges ul li:hover{background:#f4f4fb}.ll-date-range .daterangepicker .calendars .ranges ul li:focus{outline:none}.ll-date-range .daterangepicker .calendars .ranges ul li.active{color:var(--color-white);background:#24c2f3;border-color:#24c2f3}.ll-date-range .daterangepicker .drp-buttons{padding:2rem 0 0 0;border-top:.1rem solid var(--black-300);display:flex!important;align-items:center}.ll-date-range .daterangepicker .drp-buttons .drp-selected{font-size:1.5rem;font-weight:400;color:var(--black-400)}.ll-date-range .daterangepicker .drp-buttons .cancelBtn{display:inline-flex;align-items:center;justify-content:center;color:var(--blue-600);background:transparent;font-weight:400;font-size:1.6rem;padding:1.2rem 1.5rem;height:3.6rem;min-width:10rem;margin-left:auto;border:.1rem solid var(--blue-600);cursor:pointer}.ll-date-range .daterangepicker .drp-buttons .cancelBtn:active,.ll-date-range .daterangepicker .drp-buttons .cancelBtn:focus,.ll-date-range .daterangepicker .drp-buttons .cancelBtn:hover{background-color:var(--black-050)}.ll-date-range .daterangepicker .drp-buttons .applyBtn{display:inline-flex;align-items:center;justify-content:center;background:var(--blue-600);border-radius:0;padding:1.2rem 1.5rem;height:4rem;font-weight:400;color:var(--color-white);font-size:1.6rem;height:auto;box-shadow:none;border:none;min-width:12rem;cursor:pointer}.ll-date-range .daterangepicker .drp-buttons .applyBtn:active,.ll-date-range .daterangepicker .drp-buttons .applyBtn:focus,.ll-date-range .daterangepicker .drp-buttons .applyBtn:hover{background-color:var(--blue-700)}.ll-date-range .daterangepicker.single{min-width:auto!important}.ll-date-range .daterangepicker.single .calendars{padding-bottom:2rem;width:31rem}.ll-date-range .daterangepicker.single .calendars .calendars-container .drp-calendar.left{border:none!important}.ll-date-range .daterangepicker.single .calendars .calendars-container .drp-calendar.left .calendar-table{margin:0}.ll-date-range .daterangepicker.single .ranges{display:none;margin-top:0}@media(max-width:767.98px){.ll-date-range .daterangepicker .calendars{width:100%}.ll-date-range .daterangepicker .calendars .ranges{margin-top:2rem;margin-left:0;padding-left:0;margin-bottom:2rem;border-left:0}.ll-date-range .daterangepicker .calendars .ranges ul{display:flex;flex-wrap:wrap;gap:1rem}.ll-date-range .daterangepicker .calendars .ranges ul li{margin-bottom:0;width:calc(50% - .5rem)}.ll-date-range .daterangepicker .calendars-container{display:block;width:100%}.ll-date-range .daterangepicker .calendars-container .drp-calendar.left,.ll-date-range .daterangepicker .calendars-container .drp-calendar.right{border-bottom:1px solid #ccc;min-width:100%}.ll-date-range .daterangepicker .calendars-container .drp-calendar.left .calendar-table,.ll-date-range .daterangepicker .calendars-container .drp-calendar.right .calendar-table{margin-bottom:2rem;margin-right:0;min-width:100%}.ll-date-range .daterangepicker .calendars-container .drp-calendar.right{margin-top:2rem}}@media(max-width:sm){else .ll-date-range .daterangepicker .calendars{width:100%}else .ll-date-range .daterangepicker .calendars .ranges{margin-top:2rem;margin-left:0;padding-left:0;margin-bottom:2rem;border-left:0}else .ll-date-range .daterangepicker .calendars .ranges ul{display:flex;flex-wrap:wrap;gap:1rem}else .ll-date-range .daterangepicker .calendars .ranges ul li{margin-bottom:0;width:calc(50% - .5rem)}else .ll-date-range .daterangepicker .calendars-container{display:block;width:100%}else .ll-date-range .daterangepicker .calendars-container .drp-calendar.left,else .ll-date-range .daterangepicker .calendars-container .drp-calendar.right{border-bottom:1px solid #ccc;min-width:100%}else .ll-date-range .daterangepicker .calendars-container .drp-calendar.left .calendar-table,else .ll-date-range .daterangepicker .calendars-container .drp-calendar.right .calendar-table{margin-bottom:2rem;margin-right:0;min-width:100%}else .ll-date-range .daterangepicker .calendars-container .drp-calendar.right{margin-top:2rem}}.ll-search{border-bottom:.1rem solid var(--black-300);width:35rem}.ll-search .ant-input-group-addon{background:transparent;color:var(--black-300);border:none;padding-left:0;font-size:1.7rem}.ll-search .ant-input-group .ant-input-search input{color:var(--black-900);background:transparent;font-size:1.5rem;padding-left:0;padding-right:3.5rem!important;border:none;box-shadow:none}.ll-search .ant-input-group .ant-input-search input::-moz-placeholder{color:var(--black-400);max-width:100%;overflow:hidden;text-overflow:ellipsis}.ll-search .ant-input-group .ant-input-search input::placeholder{color:var(--black-400);max-width:100%;overflow:hidden;text-overflow:ellipsis}.ll-search .ant-input-group .ant-input-search input.ant-input-disabled{color:var(--black-200);background:transparent}.ll-search .ant-input-group .ant-input-search .ant-input-suffix .anticon-search{display:none}.ll-table .ant-table{border:.1rem solid var(--black-100);color:var(--black-900);font-weight:500;font-size:1.6rem}.ll-table .ant-table .ant-table-fixed-left::-webkit-scrollbar,.ll-table .ant-table .ant-table-fixed-right::-webkit-scrollbar,.ll-table .ant-table-body::-webkit-scrollbar{background:transparent;border-radius:1rem;width:0;height:.8rem}.ll-table .ant-table .ant-table-fixed-left::-webkit-scrollbar-thumb,.ll-table .ant-table .ant-table-fixed-right::-webkit-scrollbar-thumb,.ll-table .ant-table-body::-webkit-scrollbar-thumb{border-radius:2.5rem;background:transparent}.ll-table .ant-table .ant-table-fixed-left:hover::-webkit-scrollbar,.ll-table .ant-table .ant-table-fixed-right:hover::-webkit-scrollbar,.ll-table .ant-table-body:hover::-webkit-scrollbar{background:#eff0f1;width:.8rem}.ll-table .ant-table .ant-table-fixed-left:hover::-webkit-scrollbar-thumb,.ll-table .ant-table .ant-table-fixed-right:hover::-webkit-scrollbar-thumb,.ll-table .ant-table-body:hover::-webkit-scrollbar-thumb{background:#c8ccd0}.ll-table .ant-table .ant-table-fixed-left table,.ll-table .ant-table .ant-table-fixed-right table,.ll-table .ant-table-body table{border-radius:0}.ll-table .ant-table .ant-table-fixed-left table .ant-table-thead th,.ll-table .ant-table .ant-table-fixed-right table .ant-table-thead th,.ll-table .ant-table-body table .ant-table-thead th{background:var(--color-white)!important;color:var(--black-400);text-transform:uppercase;white-space:nowrap;font-size:1.4rem;border-radius:0;padding:2rem 1.5rem 1.5rem 1.5rem;border-bottom:.1rem solid var(--black-200)}.ll-table .ant-table .ant-table-fixed-left table .ant-table-thead th.ant-table-column-has-sorters:hover,.ll-table .ant-table .ant-table-fixed-right table .ant-table-thead th.ant-table-column-has-sorters:hover,.ll-table .ant-table-body table .ant-table-thead th.ant-table-column-has-sorters:hover{background:none}.ll-table .ant-table .ant-table-fixed-left table .ant-table-thead th.ant-table-column-has-sorters.ant-table-column-sort .ant-table-column-sorters .ant-table-column-sorter,.ll-table .ant-table .ant-table-fixed-left table .ant-table-thead th.ant-table-column-has-sorters:hover .ant-table-column-sorters .ant-table-column-sorter,.ll-table .ant-table .ant-table-fixed-right table .ant-table-thead th.ant-table-column-has-sorters.ant-table-column-sort .ant-table-column-sorters .ant-table-column-sorter,.ll-table .ant-table .ant-table-fixed-right table .ant-table-thead th.ant-table-column-has-sorters:hover .ant-table-column-sorters .ant-table-column-sorter,.ll-table .ant-table-body table .ant-table-thead th.ant-table-column-has-sorters.ant-table-column-sort .ant-table-column-sorters .ant-table-column-sorter,.ll-table .ant-table-body table .ant-table-thead th.ant-table-column-has-sorters:hover .ant-table-column-sorters .ant-table-column-sorter{opacity:1}.ll-table .ant-table .ant-table-fixed-left table .ant-table-thead th.ant-table-column-has-sorters .ant-table-column-sorters:before,.ll-table .ant-table .ant-table-fixed-right table .ant-table-thead th.ant-table-column-has-sorters .ant-table-column-sorters:before,.ll-table .ant-table-body table .ant-table-thead th.ant-table-column-has-sorters .ant-table-column-sorters:before{display:none}.ll-table .ant-table .ant-table-fixed-left table .ant-table-thead th.ant-table-column-has-sorters .ant-table-column-sorters .ant-table-column-sorter,.ll-table .ant-table .ant-table-fixed-right table .ant-table-thead th.ant-table-column-has-sorters .ant-table-column-sorters .ant-table-column-sorter,.ll-table .ant-table-body table .ant-table-thead th.ant-table-column-has-sorters .ant-table-column-sorters .ant-table-column-sorter{display:inline-block;opacity:0;vertical-align:middle;position:relative;width:1.5rem;margin-top:-.5rem;margin-left:.1rem;top:unset;right:unset}.ll-table .ant-table .ant-table-fixed-left table .ant-table-thead th.ant-table-column-has-sorters .ant-table-column-sorters .ant-table-column-sorter i,.ll-table .ant-table .ant-table-fixed-right table .ant-table-thead th.ant-table-column-has-sorters .ant-table-column-sorters .ant-table-column-sorter i,.ll-table .ant-table-body table .ant-table-thead th.ant-table-column-has-sorters .ant-table-column-sorters .ant-table-column-sorter i{color:gray}.ll-table .ant-table .ant-table-fixed-left table .ant-table-thead th.ant-table-column-has-sorters .ant-table-column-sorters .ant-table-column-sorter i.on,.ll-table .ant-table .ant-table-fixed-right table .ant-table-thead th.ant-table-column-has-sorters .ant-table-column-sorters .ant-table-column-sorter i.on,.ll-table .ant-table-body table .ant-table-thead th.ant-table-column-has-sorters .ant-table-column-sorters .ant-table-column-sorter i.on{color:#000}.ll-table .ant-table .ant-table-fixed-left table .ant-table-thead th i,.ll-table .ant-table .ant-table-fixed-right table .ant-table-thead th i,.ll-table .ant-table-body table .ant-table-thead th i{color:var(--black-400);background:none}.ll-table .ant-table .ant-table-fixed-left table .ant-table-tbody .ant-table-row-hover>td,.ll-table .ant-table .ant-table-fixed-left table .ant-table-tbody .ant-table-row:hover>td,.ll-table .ant-table .ant-table-fixed-right table .ant-table-tbody .ant-table-row-hover>td,.ll-table .ant-table .ant-table-fixed-right table .ant-table-tbody .ant-table-row:hover>td,.ll-table .ant-table-body table .ant-table-tbody .ant-table-row-hover>td,.ll-table .ant-table-body table .ant-table-tbody .ant-table-row:hover>td{background:var(--black-050)!important}.ll-table .ant-table .ant-table-fixed-left table .ant-table-tbody .ant-table-row td,.ll-table .ant-table .ant-table-fixed-right table .ant-table-tbody .ant-table-row td,.ll-table .ant-table-body table .ant-table-tbody .ant-table-row td{background:var(--color-white);color:var(--black-900);padding:1rem 1.5rem;border-color:var(--black-200);transition:none}.ll-table .ant-table .ant-table-fixed-left table .ant-table-tbody .ant-table-row td:first-of-type,.ll-table .ant-table .ant-table-fixed-right table .ant-table-tbody .ant-table-row td:first-of-type,.ll-table .ant-table-body table .ant-table-tbody .ant-table-row td:first-of-type{padding-left:1.5rem}.ll-table .ant-table .ant-table-fixed-left table .ant-table-tbody .ant-table-row td:last-of-type,.ll-table .ant-table .ant-table-fixed-right table .ant-table-tbody .ant-table-row td:last-of-type,.ll-table .ant-table-body table .ant-table-tbody .ant-table-row td:last-of-type{padding-right:1.5rem}.ll-table .ant-table .ant-table-fixed-left table .ant-table-tbody .ant-table-row td .table-actions,.ll-table .ant-table .ant-table-fixed-right table .ant-table-tbody .ant-table-row td .table-actions,.ll-table .ant-table-body table .ant-table-tbody .ant-table-row td .table-actions{display:flex;align-items:center;justify-content:flex-end}.ll-table .ant-table .ant-table-fixed-left table .ant-table-tbody .ant-table-row:last-of-type td,.ll-table .ant-table .ant-table-fixed-right table .ant-table-tbody .ant-table-row:last-of-type td,.ll-table .ant-table-body table .ant-table-tbody .ant-table-row:last-of-type td{border:none}.ll-table .ant-table .ant-table-fixed-left table .ant-table-tbody .ant-table-expanded-row tr:last-of-type td,.ll-table .ant-table .ant-table-fixed-right table .ant-table-tbody .ant-table-expanded-row tr:last-of-type td,.ll-table .ant-table-body table .ant-table-tbody .ant-table-expanded-row tr:last-of-type td{border-bottom:.1rem solid var(--black-200)!important}.ll-table .ant-table .ant-table-fixed-left table .ant-table-tbody .ant-table-expanded-row td,.ll-table .ant-table .ant-table-fixed-right table .ant-table-tbody .ant-table-expanded-row td,.ll-table .ant-table-body table .ant-table-tbody .ant-table-expanded-row td{background:var(--color-white)}.ll-table .ant-table .ant-table-placeholder{display:none}.ll-table.ll-table--stacked .ant-table{border:none}.ll-table.ll-table--stacked .ant-table td:first-of-type{padding:1.8rem 2.4rem!important}.ll-table.ll-table--stacked .ant-table th:first-of-type{padding-left:2.4rem}.ll-table.ll-table--header-fixed .ant-table-header{overflow-y:hidden!important}.ll-table.ll-table--header-fixed .ant-table-thead>tr>th{background:var(--color-white);border-radius:0}.ll-table-loading .ant-spin{max-height:100%!important;color:var(--black-800);font-size:1.6rem;background:hsla(0,0%,100%,.2)}.ll-table-loading .ant-spin .anticon{font-size:3.2rem;margin:0!important;transform:translate(-50%,-50%)}.ll-table-loading .ant-spin .ant-spin-text{margin-top:2rem}.ll-dropdown .ant-dropdown-menu{border-radius:0;box-shadow:0 4px 8px rgba(26,22,66,.14)}.ll-dropdown .ant-dropdown-menu-item{display:flex;align-items:center;color:var(--black-900);padding:.8rem 3.5rem .8rem 2rem;font-size:1.5rem}.ll-dropdown .ant-dropdown-menu-item.ant-dropdown-menu-item-disabled{color:var(--black-300)}.ll-dropdown .ant-dropdown-menu-item.ant-dropdown-menu-item-disabled svg path{fill:var(--black-300)}.ll-dropdown .ant-dropdown-menu-item.ant-dropdown-menu-item-disabled:hover{background:transparent}.ll-dropdown .ant-dropdown-menu-item:hover{background:var(--black-100)}.ll-dropdown .ant-dropdown-menu-item .icon-container{display:flex;min-width:2.5rem}.ll-dropdown .ant-dropdown-menu-item .icon-container svg{width:1.6rem}.ll-dropdown .ant-dropdown-menu .ant-divider,.ll-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-divider{margin:.5rem 0;background:var(--black-100)}.ll-tooltip:not(.ll-tooltip--interactive){pointer-events:none}.ll-tooltip.ant-tooltip-placement-top,.ll-tooltip.ant-tooltip-placement-topLeft,.ll-tooltip.ant-tooltip-placement-topRight{padding-bottom:0}.ll-tooltip .ant-tooltip-content{max-width:40rem}.ll-tooltip .ant-tooltip-content .ant-tooltip-arrow{display:none;bottom:-1rem}.ll-tooltip .ant-tooltip-content .ant-tooltip-arrow:before{width:.7rem;height:.7rem}.ll-tooltip .ant-tooltip-content .ant-tooltip-inner{color:var(--color-white);text-align:center;background:var(--black-800);font-size:1.4rem}.ll-tooltip.ll-tooltip-sidebar{pointer-events:all}.ll-tooltip.ll-tooltip-sidebar .ant-tooltip-arrow:before{background:var(--color-white)}.ll-tooltip.ll-tooltip-sidebar .ant-tooltip-content .ant-tooltip-inner{background:var(--color-white);color:var(--black-900);padding:.8rem 1.5rem}.ant-menu-inline-collapsed-tooltip{display:none}.ll-card{background:var(--color-white);padding:2.4rem;border:.1rem solid var(--black-100)}.ll-card.ll-card--no-spacing{padding:0}.ll-card.ll-card--no-spacing.ll-card--with-actions .ll-card__header{margin:0 2.4rem}.ll-card.ll-card--no-spacing.ll-card--with-actions .ll-card__body{padding:0}.ll-card.ll-card--with-actions{padding-top:1.2rem}.ll-card.ll-card--with-actions .ll-card__header{padding-bottom:1.2rem;min-height:5.3rem}.ll-card.ll-card--with-actions .ll-card__header__title .content-wrapper__head{margin:0;min-height:auto}.ll-card.ll-card--with-actions .ll-card__header__title .content-wrapper__head__heading p{margin:0;transform:translateY(.2rem)}.ll-tabs.ll-tabs--button>.ant-tabs-bar{margin-bottom:.7rem;border:none}.ll-tabs.ll-tabs--button>.ant-tabs-bar .ant-tabs-nav-container{display:flex;align-items:center}.ll-tabs.ll-tabs--button>.ant-tabs-bar .ant-tabs-nav-container .ant-tabs-nav .ant-tabs-tab{display:inline-flex;justify-content:center;align-items:center;border:.1rem solid var(--black-300)!important;border-color:var(--black-300);border-right:none!important;border-radius:0;height:3.4rem;width:9rem;font-size:1.4rem;margin:0;color:var(--black-900);background:var(--color-white);text-shadow:none;transition:none}.ll-tabs.ll-tabs--button>.ant-tabs-bar .ant-tabs-nav-container .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active{background:var(--blue-025);color:var(--blue-600)}.ll-tabs.ll-tabs--button>.ant-tabs-bar .ant-tabs-nav-container .ant-tabs-nav .ant-tabs-tab:last-of-type{border-right:.1rem solid var(--black-300)!important}.ll-tabs>.ant-tabs-bar{margin-bottom:2.5rem;border:none}.ll-tabs>.ant-tabs-bar .ant-tabs-nav-container .ant-tabs-nav .ant-tabs-tab{display:inline-flex;justify-content:center;align-items:center;padding:1rem 0;text-transform:uppercase;font-size:1.4rem;color:var(--black-900);margin-right:2.5rem;text-shadow:none;transition:none}.ll-tabs>.ant-tabs-bar .ant-tabs-nav-container .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active{border-color:#000;color:var(--blue-600)}.ll-tabs>.ant-tabs-bar .ant-tabs-nav-container .ant-tabs-nav .ant-tabs-ink-bar{bottom:.5rem}.ll-tabs-vertical .ant-tabs-bar{margin-bottom:0;border:none}.ll-tabs-vertical .ant-tabs-bar .ant-tabs-nav-container{padding:2rem 1.5rem;background:var(--color-white)}.ll-tabs-vertical .ant-tabs-bar .ant-tabs-nav-container .ant-tabs-nav .ant-tabs-tab{display:flex;justify-content:flex-start;align-items:center;padding:1rem 1.5rem;font-size:1.5rem;min-width:17rem;margin:0;color:var(--black-900);text-shadow:none;transition:none}.ll-tabs-vertical .ant-tabs-bar .ant-tabs-nav-container .ant-tabs-nav .ant-tabs-tab:hover{background:var(--black-050)}.ll-tabs-vertical .ant-tabs-bar .ant-tabs-nav-container .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active{background:var(--blue-025);color:var(--blue-600)}.ll-tabs-vertical .ant-tabs-bar .ant-tabs-nav-container .ant-tabs-nav .ant-tabs-ink-bar{display:none!important}.ll-tabs-vertical .ant-tabs-content{border:none}.ant-slider-rail{background:var(--black-200)}.ant-slider-track{background:var(--blue-300)!important}.ant-slider-handle{border-color:var(--blue-300)!important}.ll-modal.ll-modal--no-spacing .ant-modal-body{padding:0}.ll-modal.ll-modal-scrollable .ant-modal .ant-modal-body{max-height:calc(100vh - 25rem);overflow:auto}.ll-modal .ant-modal-content{border-radius:0}.ll-modal .ant-modal-close{height:6.1rem;right:2rem}.ll-modal .ant-modal-close-x{display:flex;gap:.5rem;font-size:1.3rem;color:var(--color-black);font-weight:400}.ll-modal .ant-modal-close-x .ll-icon{margin-right:.4rem}.ll-modal .ant-modal-header{padding:2rem}.ll-modal .ant-modal-header .ant-modal-title{font-size:1.8rem;color:var(--color-black);font-weight:700}.ll-modal .ant-modal-body{padding:1.5rem 2rem}.ll-modal .ant-modal-footer{display:flex;padding:1.5rem 2rem}.ll-form-group{margin-bottom:.5rem}.ll-form-group .ant-form-item-label{line-height:unset;margin-bottom:.3rem;padding-bottom:0}.ll-form-group .ant-form-item-label label{display:flex;align-items:center;gap:.7rem;font-size:1.5rem;font-weight:700;color:var(--black-900)}.ll-form-group .ant-form-item-label label:after{display:none}.ll-form-group.ant-form-item .ant-form-item-control.has-error .ant-select-selection,.ll-form-group.ant-form-item .ant-form-item-control.has-error input{border-color:var(--red-300)}.ll-form-group.ant-form-item .ant-form-item-control .ant-input-number-input-wrap{height:100%;width:100%}.ll-form-group .ll-select .ant-select-selection{border:.1rem solid var(--black-300)}.ll-form-group .ll-select .ant-select-selection:hover{border-color:var(--blue-400)}.ll-form-input{border:.1rem solid var(--black-300);border-radius:0;box-shadow:none!important;outline:none;font-size:1.5rem;height:4rem;color:var(--black-900);width:100%}.ll-form-input::-moz-placeholder{color:var(--black-400)}.ll-form-input::placeholder{color:var(--black-400)}.ll-form-input:hover{border-color:var(--blue-400)!important}.ll-form-input .ant-input-disabled,.ll-form-input.ant-input-disabled{background:var(--color-white)}.ll-form-input.ll-form-input--large{height:4.4rem}.ll-form-input.ant-input-group-wrapper{transition:all .3s cubic-bezier(.645,.045,.355,1)}.ll-form-input.ant-input-group-wrapper:hover{border-color:var(--blue-400)}.ll-form-input .ant-input-wrapper{height:100%;border:none}.ll-form-input .ant-input-wrapper .ant-input-group-addon{height:100%;border:none;border-right:.1rem solid var(--black-300);background:var(--color-white);padding:0 1.2rem;color:var(--black-900)}.ll-form-input input{height:100%;border:none}.ll-form-input input,.ll-form-textarea{box-shadow:none!important;outline:none;font-size:1.5rem;color:var(--black-900)}.ll-form-textarea{border:.1rem solid var(--black-300);border-radius:0;resize:none}.ll-form-textarea::-moz-placeholder{color:var(--black-400)}.ll-form-textarea::placeholder{color:var(--black-400)}.ll-form-textarea:hover{border-color:var(--blue-400)}.ant-form-explain{color:var(--red-300);font-size:1.3rem}.ll-radio-group .ant-radio-button-wrapper{border-radius:0;border:none!important;box-shadow:none!important;padding:0}.ll-radio-group .ant-radio-button-wrapper.ant-radio-button-wrapper-disabled span:not(.ant-radio-button){color:var(--black-500);border:none!important}.ll-radio-group .ant-radio-button-wrapper.ant-radio-button-wrapper-disabled span:not(.ant-radio-button) svg path{stroke:var(--black-500)}.ll-radio-group .ant-radio-button-wrapper.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked span:not(.ant-radio-button){background:var(--black-050)}.ll-radio-group .ant-radio-button-wrapper:before{display:none}.ll-radio-group .ant-radio-button-wrapper>span:not(.ant-radio-button){display:flex;justify-content:center;align-items:center;padding:0 1.5rem 0 1rem;font-size:1.4rem;font-weight:700;color:var(--black-700);background:var(--color-white);font-weight:400;height:4rem}.ll-radio-group .ant-radio-button-wrapper>span:not(.ant-radio-button) svg{height:1.9rem}.ll-radio-group .ant-radio-button-wrapper.ant-radio-button-wrapper-checked span:not(.ant-radio-button){background:var(--black-100)}.ll-select{font-size:1.5rem;height:4rem}.ll-select.ant-select-disabled .ant-select-selection{background:var(--color-white)}.ll-select.ant-select-disabled .ant-select-selection__placeholder{color:var(--black-500)}.ll-select .ant-select-selection{display:flex;align-items:center;border:.1rem solid var(--black-100);color:var(--black-900);border-radius:0;box-shadow:none!important;height:4rem}.ll-select .ant-select-selection__rendered{display:flex;align-items:center;gap:1rem;width:100%;min-width:12rem}.ll-select .ant-select-selection__placeholder{color:var(--black-900)}.ll-select-dropdown{background:var(--color-white);border:none}.ll-select-dropdown.dropdown-auto-width{min-width:16rem;max-width:20rem;width:auto!important}.ll-select-dropdown ::-webkit-scrollbar-thumb{background:#bdbdbd;opacity:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.ll-select-dropdown li{padding:1rem 2rem;font-size:1.5rem;overflow:hidden;transition:none}.ll-select-dropdown li:hover{background:var(--black-300)}.ll-select-dropdown li.ant-select-dropdown-menu-item-active{background:transparent}.ll-select-dropdown li.ant-select-dropdown-menu-item-active:hover{background:rgba(65,88,208,.08)}.ll-select-dropdown li.ant-select-dropdown-menu-item-selected{color:var(--black-800);background:rgba(65,88,208,.08)}.ll-skeleton{background:var(--color-white);padding:2rem 1.5rem 1rem 1.5rem}.ll-skeleton.animated{animation:lander-skeleton .8s ease infinite}.ll-skeleton__rows{gap:1rem}.ll-skeleton__rows__row{background:linear-gradient(90deg,#f0f0f8 25%,#f4f4fb 37%,#f2f2f9 63%);background-size:400% 100%;border-radius:.5rem;height:2.1rem;width:100%}.ll-skeleton__rows__row:first-of-type{width:25rem;height:1.8rem}@keyframes lander-skeleton{0%{background-position:100% 50%}to{background-position:0 50%}}.CodeMirror{height:27rem;font-size:1.3rem;margin-top:.5rem;border:.1rem solid var(--black-200)}.CodeMirror .CodeMirror-gutters{padding-right:.3rem}.CodeMirror.cm-s-default .CodeMirror-gutters{border-right-color:var(--black-200);background:transparent}.CodeMirror.cm-s-default span.cm-property.cm-error,.CodeMirror.cm-s-default span.cm-string.cm-error,.CodeMirror.cm-s-default span.cm-tag.cm-error{color:var(--black-900);background:var(--red-300)}.CodeMirror.cm-s-default .CodeMirror-linenumber{color:var(--black-400)}.ant-message{top:.8rem}.ant-message-notice-content{border-radius:0;padding:1.2rem 2.2rem;font-size:1.4rem}.ant-pagination{margin:0 auto!important;padding-top:1.6rem;text-align:right}.ant-pagination-item,.ant-pagination-next,.ant-pagination-prev{border:.1rem solid var(--black-200);border-radius:0}.ant-pagination-item:not(.ant-pagination-disabled):hover,.ant-pagination-next:not(.ant-pagination-disabled):hover,.ant-pagination-prev:not(.ant-pagination-disabled):hover{border-color:var(--black-300)}.ant-pagination-item:not(.ant-pagination-disabled):hover a,.ant-pagination-next:not(.ant-pagination-disabled):hover a,.ant-pagination-prev:not(.ant-pagination-disabled):hover a{color:var(--blue-600)}.ant-pagination-item:not(.ant-pagination-disabled) a,.ant-pagination-next:not(.ant-pagination-disabled) a,.ant-pagination-prev:not(.ant-pagination-disabled) a{color:var(--black-700)!important}.ant-pagination-next .ant-pagination-item-link,.ant-pagination-prev .ant-pagination-item-link{border:none;border-radius:0}.ant-pagination .ant-pagination-item-active{border-color:var(--blue-400)!important}.ant-pagination .ant-pagination-item-active a{color:var(--blue-700)!important}.ll-collapse{border:none;background:var(--color-white);color:var(--black-900)}.ll-collapse .ant-collapse-item{border-bottom:none;border-top:.1rem solid var(--black-200)}.ll-collapse .ant-collapse-item .ant-collapse-header{display:flex;align-items:center;gap:1.2rem;padding:1rem 2rem;font-size:1.6rem;transition:none}.ll-collapse .ant-collapse-item .ant-collapse-header:hover{background:var(--black-050)}.ll-collapse .ant-collapse-item .ant-collapse-header .ll-icon{position:relative;top:unset;left:unset;transform:none}.ll-collapse .ant-collapse-item .ant-collapse-header .ll-icon.expanded{transform:rotate(-180deg)}.ll-collapse .ant-collapse-item .ant-collapse-content{border:none}.ll-collapse .ant-collapse-item .ant-collapse-content-box{border-top:.1rem solid var(--black-200);transition:none!important}.apexcharts-tooltip{border:none!important;border-radius:0!important;box-shadow:none!important}.ll-chart-tooltip{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem;width:auto;border:.1rem solid var(--black-300);border-radius:0;box-shadow:none;background:var(--color-white);color:var(--color-white)}.ll-chart-tooltip__header{display:flex;justify-content:space-between;align-items:center;gap:2.5rem;white-space:nowrap}.ll-chart-tooltip__header__current-date{font-weight:700;color:var(--black-700)}.ll-chart-tooltip__header__metric{font-size:1.5rem;text-transform:capitalize;color:var(--black-900)}.ll-chart-tooltip__body{display:flex;flex-direction:column;gap:.5rem;max-height:24rem;overflow:hidden}.ll-chart-tooltip__body__item{display:flex;justify-content:space-between;align-items:center;gap:2.5rem;color:var(--black-900)}.ll-chart-tooltip__body__item .ll-tooltip-item-name{text-transform:capitalize;font-size:1.5rem;max-width:17rem;overflow:hidden;text-overflow:ellipsis}.ll-chart-tooltip__body__item .ll-tooltip-item-name .ll-tooltip-item-circle{display:inline-block;margin-right:1rem;width:1rem;height:1rem;background:var(--blue-400);border-radius:50%}.ll-chart-tooltip__body__item .ll-tooltip-item-value{font-weight:700}.ll-tags-input{max-width:100%!important;background:var(--color-white);cursor:text}.ll-tags-input .ti-input{border-radius:0;box-shadow:none;outline:none;font-size:1.5rem;padding:0!important;min-height:4rem;height:auto;color:var(--black-900);border:.1rem solid var(--black-300)!important;transition:all .3s cubic-bezier(.645,.045,.355,1)}.ll-tags-input .ti-input:hover{border-color:var(--blue-400)!important}.ll-tags-input .ti-input .ti-tags{padding:0 .4rem}.ll-tags-input .ti-input .ti-tags .ti-tag{display:flex;align-items:center;background:var(--black-200);color:var(--black-800);padding:0 .8rem 0 1.2rem;min-height:2.8rem;margin:.5rem .3rem;border-radius:0;font-size:1.4rem}.ll-tags-input .ti-input .ti-tags .ti-tag .ti-content span{display:inline-block;white-space:nowrap;max-width:20rem;overflow:hidden;line-height:1.5rem;text-overflow:ellipsis}.ll-tags-input .ti-input .ti-tags .ti-tag.ti-deletion-mark{background:var(--red-400);color:var(--color-white)}.ll-tags-input .ti-input .ti-tags .ti-tag .ti-actions{font-size:1.6rem}.ll-tags-input .ti-input .ti-tags .ti-new-tag-input-wrapper{padding:0 .5rem}.ll-tags-input .ti-input .ti-tags .ti-new-tag-input-wrapper input{font-size:1.4rem;height:3.4rem}.ll-tags-input .ti-input .ti-tags .ti-new-tag-input-wrapper input::-moz-placeholder{color:var(--black-400)}.ll-tags-input .ti-input .ti-tags .ti-new-tag-input-wrapper input::placeholder{color:var(--black-400)}.ll-tags-input .ti-autocomplete{background:var(--color-white)!important;padding:.5rem;border:none!important;box-shadow:0 2px 8px rgba(0,0,0,.15);max-height:20rem;overflow:auto}.ll-tags-input .ti-autocomplete .ti-item{padding:.5rem;font-size:1.5rem;overflow:hidden;transition:none;color:var(--black-800)}.ll-tags-input .ti-autocomplete .ti-item:hover{background:rgba(65,88,208,.08)!important}.sidebar-content--gallery{height:auto}.sidebar-content--gallery.unsplash .ll-gallery__images-wrapper{height:calc(100vh - 25.6rem)}.sidebar-content--gallery .sidebar-content__upload{margin-left:auto}.sidebar-content--gallery .sidebar-content__upload.hide{visibility:hidden}.sidebar-content--gallery .ll-gallery .ll-tabs--gallery .ant-tabs-bar{width:100%}.sidebar-content--gallery .ll-gallery .ll-tabs--gallery .ant-tabs-bar .ant-tabs-nav-container{margin:1.5rem}.sidebar-content--gallery .ll-gallery .ll-tabs--gallery .ant-tabs-bar .ant-tabs-nav-container .ant-tabs-nav{width:100%}.sidebar-content--gallery .ll-gallery .ll-tabs--gallery .ant-tabs-bar .ant-tabs-nav-container .ant-tabs-nav>div{display:flex;align-items:center;justify-content:center}.sidebar-content--gallery .ll-gallery .ll-tabs--gallery .ant-tabs-bar .ant-tabs-nav-container .ant-tabs-nav .ant-tabs-tab{display:flex;justify-content:center;align-items:center;gap:.7rem;border:.1rem solid var(--black-300)!important;border-color:var(--black-300);border-right:none!important;border-radius:0;height:4rem;font-size:1.3rem;margin:0;flex:1;color:var(--black-900);background:var(--color-white);cursor:pointer;text-transform:uppercase;text-shadow:none;transition:none}.sidebar-content--gallery .ll-gallery .ll-tabs--gallery .ant-tabs-bar .ant-tabs-nav-container .ant-tabs-nav .ant-tabs-tab:last-child{border-right:.1rem solid var(--black-300)!important}.sidebar-content--gallery .ll-gallery .ll-tabs--gallery .ant-tabs-bar .ant-tabs-nav-container .ant-tabs-nav .ant-tabs-tab-active{background:var(--blue-025);color:var(--blue-600)}.sidebar-content--gallery .ll-gallery .ll-tabs--gallery .ant-tabs-bar .ant-tabs-nav-container .ant-tabs-nav .ant-tabs-tab .ll-icon{height:1.5rem;width:1.5rem}.sidebar-content--gallery .ll-gallery .ll-tabs--gallery .ant-tabs-bar .ant-tabs-nav-container .ant-tabs-nav .ant-tabs-tab .ll-icon svg{width:100%;height:auto}.sidebar-content--gallery .ll-gallery__search{margin:0 2rem 1.5rem 1.5rem;border-bottom:.1rem solid var(--black-300)}.sidebar-content--gallery .ll-gallery__search .ant-input-group{border:none}.sidebar-content--gallery .ll-gallery__search .ant-input-group-addon{border:none;background-color:transparent}.sidebar-content--gallery .ll-gallery__search .ant-input{border:none;font-weight:500;font-size:1.4rem;padding-left:0}.sidebar-content--gallery .ll-gallery__search .ant-input:focus{outline:none;box-shadow:none}.sidebar-content--gallery .ll-gallery__images-wrapper{height:calc(100vh - 20.8rem);padding:0 1.5rem 1.5rem 1.5rem;overflow:auto}.sidebar-content--gallery .ll-gallery__images-wrapper:hover::-webkit-scrollbar{background:var(--blue-025)}.sidebar-content--gallery .ll-gallery__images-wrapper:hover::-webkit-scrollbar-thumb{background:var(--blue-100)}.sidebar-content--gallery .ll-gallery__images-wrapper::-webkit-scrollbar{background:transparent;width:.6rem}.sidebar-content--gallery .ll-gallery__images-wrapper::-webkit-scrollbar-thumb{border-radius:2.5rem;background:transparent}.sidebar-content--gallery .ll-gallery__images{-moz-column-count:3;column-count:3;-moz-column-gap:.8rem;column-gap:.8rem}.sidebar-content--gallery .ll-gallery__images .image-uploading-loader{display:flex;flex-direction:column;justify-content:center;align-items:center;background:var(--black-100);height:14rem;width:100%;top:0;bottom:0;left:0;z-index:7}.sidebar-content--gallery .ll-gallery__images .image-uploading-loader .inner-loader{display:inline-block;width:3.5rem;height:3.5rem;border:.3rem solid var(--blue-400);border-radius:50%;border-top-color:var(--black-200);animation:spin .8s linear infinite}@keyframes spin{to{-webkit-transform:rotate(1turn)}}.sidebar-content--gallery .ll-gallery__images .image-uploading-loader p{font-size:1.4rem;color:var(--blue-400)}.sidebar-content--gallery .ll-gallery__images .gallery-image{position:relative!important}.sidebar-content--gallery .ll-gallery__images .gallery-image:hover .gallery-image__actions{display:block}.sidebar-content--gallery .ll-gallery__images .gallery-image__img{height:auto;width:100%;margin-bottom:.8rem;cursor:pointer}.sidebar-content--gallery .ll-gallery__images .gallery-image__img[draggable=true]{cursor:grab}.sidebar-content--gallery .ll-gallery__images .gallery-image__actions{position:absolute;top:1rem;right:1rem;display:none}.sidebar-content--gallery .ll-gallery__images .gallery-image__action{display:block;background-color:var(--color-white);padding:.4rem;cursor:pointer;box-shadow:0 4px 8px rgba(26,22,66,.14);margin-bottom:.5rem}.sidebar-content--gallery .ll-gallery__images .gallery-image__action.disabled{pointer-events:none}.sidebar-content--gallery .ll-gallery__images .gallery-image__action.disabled .ll-icon{opacity:.3}.sidebar-content--gallery .ll-gallery__images .gallery-image__action .ll-icon{width:1.6rem;height:1.6rem}.sidebar-content--gallery .ll-gallery__images .gallery-image__action .ll-icon svg{height:100%;width:100%}