*{box-sizing:border-box;font-size:10px;letter-spacing:.03em}html{width:100%;height:100%}body,html{-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1}body{overflow-x:hidden}.not-supported{display:none}@media screen and (max-width:950px){#app>:not(.not-supported){display:none}.not-supported{display:flex;flex-direction:column;height:100%;width:100%;background-color:#1a2c51;padding:20px}.not-supported p{color:#fff}.not-supported .not-supported-box{display:flex;flex-direction:column;gap:40px;align-items:center;justify-content:center;height:100%;width:100%;max-width:348px;margin:0 auto}.not-supported .not-supported-box p{text-align:center}}@font-face{font-family:Prompt;src:url(/fonts/Prompt-Bold.e41121d9.ttf);font-weight:700}@font-face{font-family:Prompt;src:url(/fonts/Prompt-SemiBold.9568f393.ttf);font-weight:600}@font-face{font-family:Prompt;src:url(/fonts/Prompt-Medium.517ec9d4.ttf);font-weight:500}@font-face{font-family:Prompt;src:url(/fonts/Prompt-Regular.cb4e8889.ttf);font-weight:400}@font-face{font-family:Prompt;src:url(/fonts/Prompt-Light.b57b1b8f.ttf);font-weight:300}@font-face{font-family:Prompt;src:url(/fonts/Prompt-ExtraLight.00199b58.ttf);font-weight:200}@font-face{font-family:Prompt;src:url(/fonts/Prompt-Thin.76675ecf.ttf);font-weight:100}*{font-family:Prompt,sans-serif;margin:0;padding:0;text-decoration:none}.checkbox{display:flex;align-items:center;width:auto}.checkbox input[type=checkbox]{position:absolute;opacity:0;left:-99999px}.checkbox label{display:flex;align-items:flex-start;justify-content:flex-start;-moz-column-gap:4px;column-gap:4px}.checkbox label:hover{cursor:pointer}.checkbox input[type=checkbox]+label:before{content:"";margin-top:-1px;display:inline-block;width:17px;height:17px;background:url(/img/checkboxIcons.930befce.svg) 0 0;background-repeat:no-repeat;margin-right:6px;flex-shrink:0}.checkbox input[type=checkbox]:checked+label:before{background:url(/img/checkboxIcons.930befce.svg) 0 -19px;background-repeat:no-repeat}.checkbox.checkbox-disabled input[type=checkbox]+label:before,.checkbox.checkbox-disabled input[type=checkbox]:checked+label:before{background:url(/img/checkboxIcons.930befce.svg) 0 -38px;background-repeat:no-repeat}.checkbox.checkbox-disabled:hover .fine-print,.checkbox.checkbox-disabled:hover label:before{opacity:1}.checkbox:hover{cursor:pointer}.checkbox:hover .fine-print,.checkbox:hover label:before{opacity:.7}.radio{display:flex;align-items:center;width:auto;position:relative}.radio input[type=checkbox],.radio input[type=radio]{display:none}.radio input[type=checkbox]+:before,.radio input[type=radio]+:before{content:"";cursor:pointer;display:inline-block;vertical-align:bottom;width:15px;height:15px;border-radius:50%;border:1px solid #000;background-color:transparent}.radio input[type=checkbox]:checked+:before,.radio input[type=radio]:checked+:before{background-color:#1a2c51;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;width:17px;height:17px;border:1px solid #000;box-shadow:inset 0 0 0 3px #fff}.radio label{display:flex;align-items:center;justify-content:flex-start;-moz-column-gap:10px;column-gap:10px;padding-top:2px;cursor:pointer}.radio:hover{cursor:pointer;opacity:.7}.button{width:auto;outline:none;cursor:pointer;transition:all .2s ease-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:1px solid #1a2c51;background-color:#1a2c51;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:15px;line-height:17px;color:#fff;white-space:nowrap;padding:10px 20px;border-radius:8px}.button:hover{background-color:#223a6b}.button.button-disabled{background-color:#8d96a8;cursor:not-allowed}.button.invert{background-color:#fff;color:#1a2c51;border:1px solid #1a2c51}.button.invert:hover{background-color:#223a6b;color:#fff}.button.invert-transparent{background-color:transparent;color:#fff;border:1px solid #fff}.button.invert-transparent:hover{border:1px solid #223a6b}.button.grey{background-color:#e7e7e7;color:#1a2c51;border:1px solid #e7e7e7}.button.grey:hover{background-color:#223a6b;color:#fff}.button.grey-invert{background-color:#fff;color:#8d96a8;border:1px solid #8d96a8}.button.grey-invert:hover{border:1px solid #223a6b;background-color:#fff;color:#223a6b}.button.button-small{padding:3px 15px;font-size:12px;line-height:15px}.button.delete-button{background-color:#ff6565;border:1px solid #ff6565}.button:disabled{opacity:.3;cursor:not-allowed}.close-icon{cursor:pointer;margin-left:auto;width:20px;height:20px;position:relative;flex-shrink:0}.close-icon:after,.close-icon:before{position:absolute;content:"";width:100%;height:1px;background-color:#000;top:9px;left:0}.close-icon:before{transform:rotate(45deg)}.close-icon:after{transform:rotate(-45deg)}.dropdown-arrow{width:8px;height:8px;margin-top:2px;border-right:2px solid #000;border-bottom:2px solid #000;transform:rotate(-135deg);flex-shrink:0;cursor:pointer;transition:all .2s ease-in-out}.dropdown-arrow.dropdown-opened{transform:rotate(45deg);margin-bottom:5px;margin-top:0}.dropdown-arrow.arrow-right{transform:rotate(-45deg);margin-bottom:0}.dropdown-arrow.arrow-left{transform:rotate(135deg);margin-top:0;margin-left:2px}.table{display:table;width:100%;max-width:1440px;border-collapse:collapse;margin:0 auto;border-spacing:0;border:none}.table .table-row{display:table-row;background-color:#fff;border-bottom:1px solid #e7e7e7}.table .table-row:last-child{border-bottom:none}.table .table-row.hover-enabled:hover{background-color:#e7e7e7;cursor:pointer}.table .table-row .table-cell{display:table-cell;padding:0;height:40px;max-height:40px;padding:10px;transition:all .2s ease-in-out}.table .table-row .table-cell.table-cell-header{height:32px;max-height:32px;padding:0 10px;vertical-align:middle}.table .table-row .table-cell .table-buttons{display:flex;gap:10px;align-items:center;justify-content:flex-end}.modal-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:20;display:flex;flex-direction:column;align-items:center;justify-content:center}table{width:100%;border-collapse:collapse;border-spacing:0;max-width:100%}table tr.border-row{padding-bottom:10px;border-bottom:1px solid #e7e7e7}table tr th{padding:10px;text-align:left;border-bottom:1px solid #e7e7e7}table tr.double-top-padding td{padding-top:20px}table tr td{padding:10px;white-space:nowrap;vertical-align:top}table tr td.wrap-text{overflow:hidden;text-overflow:ellipsis;max-width:1px;width:100%}table tr td.no-padding{padding:0;padding-bottom:10px}table tr td:last-child.no-padding{padding-bottom:0}table tr .right-alignment{text-align:right}.auth-container{display:flex;flex-direction:column;flex-grow:1;width:100%;padding:20px 40px 40px;row-gap:20px}.auth-container .auth-container-heading{display:flex;justify-content:space-between;align-items:center;width:100%;gap:20px;padding-bottom:20px;border-bottom:1px solid #e7e7e7}.auth-container .auth-container-heading .button{margin-left:auto}.modal-background{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(26,44,81,.2);z-index:4;display:flex;justify-content:center;align-items:center}.modal-background .modal-container{background:#fff;border-radius:8px;height:auto;max-height:90%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:640px;row-gap:20px;position:relative}.modal-background .modal-container .modal-header{display:flex;justify-content:space-between;align-items:center;width:100%;border-bottom:1px solid #8d96a8;padding:20px}.modal-background .modal-container .modal-header .modal-title-delete{font-weight:400;font-size:14px;line-height:130%;text-transform:uppercase;color:#1a2c51;padding-bottom:20px;border-bottom:1px solid #8d96a8;width:100%}.modal-background .modal-container .modal-container-content{padding:20px;display:flex;flex-direction:column;width:100%;height:100%;max-height:500px;row-gap:20px;overflow-y:auto}.modal-background .modal-container .modal-container-content .modal-container-content-splitter{display:flex;gap:10px}.modal-background .modal-container .modal-container-content .modal-container-content-splitter .button{margin-top:0;width:-moz-fit-content;width:fit-content}.modal-background .modal-container .modal-container-bottom{display:flex;width:100%;padding:20px;border-top:1px solid #8d96a8}.modal-background .modal-container .modal-container-bottom .button{margin-top:0}.modal-background .modal-container .button{margin-top:20px;width:100%}.modal-background .modal-container .button-modal-row{width:100%;display:flex;gap:40px;padding:20px;padding-top:0}.modal-background .modal-container .button-modal-row .button{margin-top:0}.modal-background .modal-container .checkboxes-box{display:flex;flex-direction:column;gap:10px;width:100%}.modal-background .modal-container .checkboxes-box .checkboxes{display:flex;gap:20px;width:100%;flex-wrap:wrap}.modal-background .modal-container .error-text{color:#ff6565;position:absolute;bottom:90px;left:50%;transform:translateX(-50%)}.user-actions-box{display:flex;justify-content:space-between;width:100%;-moz-column-gap:40px;column-gap:40px;padding-bottom:20px;border-bottom:1px solid #e7e7e7}.user-actions-box .user-information{display:flex;flex-wrap:wrap;gap:20px;width:calc(50% - 20px)}.user-actions-box .user-information .user-info-box{display:flex;flex-direction:column;row-gap:5px;width:calc(50% - 10px)}.user-actions-box .buttons-box{display:flex;align-items:flex-end;justify-content:flex-end;gap:10px;width:calc(50% - 20px);flex-wrap:wrap}.fake-dropdown{display:flex;justify-content:flex-start;align-items:center;gap:10px;width:100%;height:40px;border:1px solid #8d96a8;border-radius:8px;padding:0 10px;position:relative;cursor:not-allowed;flex-shrink:0;opacity:.5}.fake-dropdown .dropdown-title{height:auto;position:absolute;top:-10px;left:10px;font-weight:400;font-size:12px;line-height:100%;color:#000;padding:5px;z-index:5;background-color:#fff}.fake-dropdown .dropdown-data{font-weight:400;font-size:15px;line-height:22px;color:#000}.info-container{display:flex;width:100%;-moz-column-gap:20px;column-gap:20px;padding-bottom:20px;border-bottom:1px solid #e7e7e7}.info-container.resource-info-container{padding-bottom:0;border-bottom:none}.info-container .info-box{display:flex;align-items:center;justify-content:space-between;width:calc(50% - 10px);border-radius:8px;padding:20px;gap:20px;border:1px solid #8d96a8}.info-container .info-box .info-box-text{display:flex;flex-direction:column;width:70%;row-gap:7px}.info-container .info-box .button-container{display:flex;align-items:center;justify-content:center;gap:20px}.loader-container{position:fixed;top:0;left:0;width:100%;height:100%;background:hsla(0,0%,100%,.8);z-index:1000;display:flex;justify-content:center;align-items:center}.loader-container .loader{width:10rem;height:10rem;border-radius:50%;border:.5rem solid #8d96a8;border-top:.5rem solid #1a2c51;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.heading-1{font-weight:600;font-size:50px;line-height:100%;color:#1a2c51}.heading-2{font-weight:300;color:#000}.heading-2,.heading-2-bold{font-size:25px;line-height:120%}.heading-2-bold{font-weight:600;color:#1a2c51}.fine-print{line-height:15px}.fine-list-text,.fine-print{font-weight:400;font-size:12px;color:#8d96a8}.fine-list-text{line-height:12px}.fine-print-bold{font-weight:600;font-size:12px;line-height:15px;color:#8d96a8}.body-text{font-weight:400}.body-text,.body-text-bold{font-size:15px;line-height:22px;color:#000}.body-text-bold{font-weight:600}.list-text{font-weight:400;font-size:15px;line-height:15px;color:#000}.list-text-bold,.list-text-underlined-bold{font-weight:600;font-size:15px;line-height:15px;color:#1a2c51}.list-text-underlined-bold{text-decoration:underline}.list-text-underlined-bold:hover{cursor:pointer;text-decoration:none}.missing-data{color:#ff6565}.missing-data,.text-link{font-weight:600;font-size:15px;line-height:22px}.text-link{color:#1a2c51}.text-link-underlined{font-weight:400;font-size:15px;line-height:22px;color:#1a2c51;text-decoration:underline}.text-link-underlined:hover{cursor:pointer;text-decoration:none}.text-link-underlined-normal{font-weight:400;font-size:15px;line-height:22px;color:#000;text-decoration:underline}.text-link-underlined-normal:hover{cursor:pointer;text-decoration:none}.text-link-uppercase{font-weight:600;font-size:15px;line-height:22px;color:#1a2c51;text-transform:uppercase}.text-link-fine-print,.text-link-fine-print-underlined{font-weight:400;font-size:12px;line-height:15px;color:#1a2c51}.text-link-fine-print-underlined{text-decoration:underline}@media(max-width:950px){.heading-1{font-size:35px;line-height:110%}.heading-2,.heading-2-bold{font-size:20px}}.navigation-component{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1920px;height:55px;padding:0 20px 0 20px;background-color:#1a2c51;border-radius:0 0 8px 8px}.navigation-component .navigation-title{font-weight:600;font-size:20px;line-height:20px;color:#fff;width:25%}.navigation-component .navigation-links{display:flex;justify-content:center;align-items:center;width:50%;height:100%}.navigation-component .navigation-links .navigation-item{padding:10px 20px;color:#fff}.navigation-component .navigation-links .navigation-item.active{color:#1a2c51;background-color:#fff;border-radius:8px}.navigation-component .navigation-end{display:flex;justify-content:flex-end;align-items:center;width:25%}.navigation-component .navigation-end .navigation-item{padding:10px 20px;color:#fff;height:100%}#app{flex-direction:column;flex-grow:1;max-width:1920px;margin:0 auto}#app,.input-component{display:flex;width:100%}.input-component{flex-flow:column-reverse;align-items:flex-start;transition:all .2s ease-in-out;position:relative;height:40px;--error-color:#ff6565;--primary-color:#1a2c51;--secondary-color:#8d96a8;--hover-color:#223a6b;--black-color:#000;--white-color:#fff}.input-component>*{box-sizing:border-box}.input-component.read-only-input-disabled-movement input:not(:-moz-placeholder-shown)+label{color:var(--secondary-color);font-size:15px;transform:translate(10px,2.5px) scale(1)}.input-component.read-only-input-disabled-movement input:focus+label,.input-component.read-only-input-disabled-movement input:not(:placeholder-shown)+label{color:var(--secondary-color);font-size:15px;transform:translate(10px,2.5px) scale(1)}.input-component.is-invalid input,.input-component.is-invalid input:focus{border:1px solid var(--error-color)}.input-component.is-invalid input:focus+label,.input-component.is-invalid label{color:var(--error-color)}.input-component.is-invalid input:not(:-moz-placeholder-shown)+label{color:var(--error-color)}.input-component.is-invalid input:not(:placeholder-shown)+label{color:var(--error-color)}.input-component .clear-input{opacity:0;position:absolute;right:0;width:40px;height:calc(100% - 1px);padding:10px;display:flex;justify-content:center;align-items:center;transition:all .2s ease-in-out}.input-component .clear-input.show{opacity:1;cursor:pointer;background-color:transparent;animation:fadeIn .2s ease-in-out;z-index:2}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.input-component .clear-input.show:after,.input-component .clear-input.show:before{position:absolute;content:"";width:50%;height:1px;background-color:var(--black-color)}.input-component .clear-input.show:before{transform:rotate(45deg)}.input-component .clear-input.show:after{transform:rotate(-45deg)}.input-component .clear-input.show:hover:after,.input-component .clear-input.show:hover:before{background-color:var(--hover-color)}.input-component input{width:100%;height:100%;border:1px solid var(--secondary-color);-moz-appearance:none;-webkit-appearance:none;appearance:none;border-radius:8px;font-weight:400;font-size:15px;line-height:22px;color:var(--black-color);padding:10px 15px;padding-right:40px;background-color:transparent}.input-component input:focus,.input-component input:hover{cursor:pointer;outline:none}.input-component input:hover{border:.01rem solid var(--hover-color)}.input-component input:focus{border:.01rem solid var(--primary-color)}.input-component input:-moz-read-only{padding-right:0}.input-component input:read-only{padding-right:0}.input-component label{font-weight:400;font-size:15px;line-height:100%;display:inline-block;flex-shrink:1;flex-grow:0;color:var(--secondary-color);background-color:var(--white-color);padding:5px;position:absolute;top:5px}.input-component label:hover{cursor:pointer}.input-component input:-moz-placeholder-shown+label{transform:translate(10px,2.5px) scale(1)}.input-component input:placeholder-shown+label{transform:translate(10px,2.5px) scale(1)}.input-component input:focus+label{font-weight:400;font-size:12px;color:var(--black-color)}.input-component ::-webkit-input-placeholder{opacity:0;-webkit-transition:inherit;transition:inherit}.input-component input:not(:-moz-placeholder-shown)+label{font-weight:400}.input-component input:not(:placeholder-shown)+label{font-weight:400;font-size:12px;color:var(--black-color)}.input-component input:not(:-moz-placeholder-shown)+label{color:var(--black-color);font-size:12px;transform:translate(10px,-15px) scale(1)}.input-component input:focus+label,.input-component input:not(:placeholder-shown)+label{color:var(--black-color);font-size:12px;transform:translate(10px,-15px) scale(1)}.input-component input,.input-component label{transition:all .2s;touch-action:manipulation}.input-component.input-component-border-bottom.is-invalid input,.input-component.input-component-border-bottom.is-invalid input:focus{border:0;border-bottom:1px solid var(--error-color)}.input-component.input-component-border-bottom.read-only-input-disabled-movement input:not(:-moz-placeholder-shown)+label{transform:translate(-5px,8px) scale(1)}.input-component.input-component-border-bottom.read-only-input-disabled-movement input:focus+label,.input-component.input-component-border-bottom.read-only-input-disabled-movement input:not(:placeholder-shown)+label{transform:translate(-5px,8px) scale(1)}.input-component.input-component-border-bottom input{border:0;border-bottom:.1rem solid var(--secondary-color);-moz-appearance:none;-webkit-appearance:none;appearance:none;border-radius:0;padding:10px 40px 5px 10px}.input-component.input-component-border-bottom input:focus,.input-component.input-component-border-bottom input:hover{cursor:pointer;outline:none}.input-component.input-component-border-bottom input:hover{border-bottom:.01rem solid var(--hover-color)}.input-component.input-component-border-bottom input:focus{border-bottom:.01rem solid var(--primary-color)}.input-component.input-component-border-bottom input:-moz-placeholder-shown+label{transform:translate(-5px,8px) scale(1)}.input-component.input-component-border-bottom input:placeholder-shown+label{transform:translate(-5px,8px) scale(1)}.input-component.input-component-border-bottom input:not(:-moz-placeholder-shown)+label{transform:translate(-5px,-15px) scale(1)}.input-component.input-component-border-bottom input:focus+label,.input-component.input-component-border-bottom input:not(:placeholder-shown)+label{transform:translate(-5px,-15px) scale(1)}.input-component.input-component-full-border{height:auto;gap:10px}.input-component.input-component-full-border.is-invalid input,.input-component.input-component-full-border.is-invalid input:focus{border:1px solid var(--error-color)}.input-component.input-component-full-border.is-invalid input:focus+label,.input-component.input-component-full-border.is-invalid label{color:var(--error-color)}.input-component.input-component-full-border.is-invalid input:not(:-moz-placeholder-shown)+label{color:var(--error-color)}.input-component.input-component-full-border.is-invalid input:not(:placeholder-shown)+label{color:var(--error-color)}.input-component.input-component-full-border .clear-input{bottom:0;height:40px}.input-component.input-component-full-border input{height:40px;border:1px solid var(--black-color);border-radius:0;color:var(--black-color)}.input-component.input-component-full-border label{display:inline-flex;color:var(--black-color);background-color:transparent;padding:0;position:relative}.input-component.input-component-full-border input:-moz-placeholder-shown+label{transform:translateY(-2.5px) scale(1)}.input-component.input-component-full-border input:placeholder-shown+label{transform:translateY(-2.5px) scale(1)}.input-component.input-component-full-border input:focus+label{font-size:15px;color:var(--black-color)}.input-component.input-component-full-border ::-webkit-input-placeholder{opacity:0;-webkit-transition:inherit;transition:inherit}.input-component.input-component-full-border input:not(:placeholder-shown)+label{font-size:15px;color:var(--black-color)}.input-component.input-component-full-border input:not(:-moz-placeholder-shown)+label{color:var(--black-color);font-size:15px;transform:translateY(-2.5px) scale(1)}.input-component.input-component-full-border input:focus+label,.input-component.input-component-full-border input:not(:placeholder-shown)+label{color:var(--black-color);font-size:15px;transform:translateY(-2.5px) scale(1)}.dropdown-component{display:flex;flex-direction:column;width:100%;height:-moz-fit-content;height:fit-content;position:relative;--error-color:#ff6565;--primary-color:#1a2c51;--secondary-color:#8d96a8;--hover-color:#223a6b;--black-color:#000;--white-color:#fff}.dropdown-component:focus{outline:none}.dropdown-component *{box-sizing:border-box}.dropdown-component input[type=checkbox],.dropdown-component input[type=radio]{position:absolute;opacity:0;left:-99999px}.dropdown-component.is-invalid .dropdown-component-outside{border:1px solid var(--error-color)}.dropdown-component.is-invalid .dropdown-component-outside .dropdown-arrow-box{border-left:1px solid var(--error-color)}.dropdown-component.is-invalid .dropdown-component-outside p{color:var(--error-color)}.dropdown-component.is-invalid .dropdown-component-opened{border:1px solid var(--error-color);border-top:none}.dropdown-component.is-invalid .dropdown-component-opened.up-side-down{border:1px solid var(--error-color);border-bottom:none}.dropdown-component .dropdown-component-outside{display:flex;align-items:center;justify-content:space-between;height:40px;width:100%;background:var(--white-color);border:1px solid var(--secondary-color);border-radius:8px}.dropdown-component .dropdown-component-outside.dropdown-list-opened{border-radius:8px 8px 0 0}.dropdown-component .dropdown-component-outside.dropdown-list-opened .dropdown-arrow-box:before{margin-top:5px;transform:rotate(135deg)}.dropdown-component .dropdown-component-outside.dropdown-list-opened.up-side-down{border-radius:0 0 8px 8px}.dropdown-component .dropdown-component-outside.dropdown-list-opened.up-side-down .dropdown-component-outside-text{top:auto;bottom:-10px}.dropdown-component .dropdown-component-outside .dropdown-component-outside-title{font-weight:400;font-size:15px;line-height:22px;color:var(--secondary-color);width:calc(100% - 40px);padding:0 10px;flex:1;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.dropdown-component .dropdown-component-outside .dropdown-component-outside-title.normal-color{color:var(--black-color)}.dropdown-component .dropdown-component-outside .dropdown-arrow-box{display:flex;align-items:center;justify-content:center;padding:7px 10px;border-left:1px solid var(--secondary-color);height:100%;box-sizing:border-box;width:40px}.dropdown-component .dropdown-component-outside .dropdown-arrow-box:before{content:"";display:inline-block;width:11.5px;height:11.5px;margin-top:-5px;border-bottom:2px solid var(--primary-color);border-left:2px solid var(--primary-color);transform:rotate(-45deg)}.dropdown-component .dropdown-component-outside .dropdown-component-outside-text{height:auto;position:absolute;top:-10px;left:10px;font-weight:400;font-size:12px;line-height:100%;color:var(--black-color);padding:5px;z-index:5;margin:0;background-color:var(--white-color)}.dropdown-component .dropdown-component-outside:hover{cursor:pointer;border:1px solid var(--primary-color)}.dropdown-component .dropdown-component-outside:hover .dropdown-arrow-box{border-left:1px solid var(--primary-color)}.dropdown-component .dropdown-component-opened{display:flex;flex-direction:column;background-color:var(--white-color);border-radius:0 0 8px 8px;position:fixed;top:40px;left:0;width:100%;border:1px solid var(--secondary-color);border-top:none;z-index:6;padding:0}.dropdown-component .dropdown-component-opened.up-side-down{top:auto;bottom:40px;flex-direction:column-reverse;border-radius:8px 8px 0 0}.dropdown-component .dropdown-component-opened.up-side-down,.dropdown-component .dropdown-component-opened.up-side-down .search-box{border-top:1px solid var(--secondary-color);border-bottom:none}.dropdown-component .dropdown-component-opened input[type=checkbox],.dropdown-component .dropdown-component-opened input[type=radio]{position:absolute;opacity:0;left:-99999px}.dropdown-component .dropdown-component-opened .search-box{padding:10px;border-bottom:1px solid var(--secondary-color)}.dropdown-component .dropdown-component-opened ul{overflow:hidden;display:flex;flex-direction:column;list-style:none;margin:0;overflow-y:auto;width:100%}.dropdown-component .dropdown-component-opened ul li{min-height:40px;height:40px;border-bottom:1px solid var(--secondary-color);display:flex;align-items:center;justify-content:flex-start;width:100%;padding:0 10px}.dropdown-component .dropdown-component-opened ul li.highlighted{background-color:#f5f5f5}.dropdown-component .dropdown-component-opened ul li .checkbox{display:flex;align-items:center;width:100%;height:100%}.dropdown-component .dropdown-component-opened ul li .checkbox input[type=checkbox]+label:before{content:"";display:inline-block;width:17px;height:17px;background:url(/img/checkboxIcons.930befce.svg) 0 0;background-repeat:no-repeat;margin-right:6px;margin-bottom:-3px;flex-shrink:0}.dropdown-component .dropdown-component-opened ul li .checkbox input[type=checkbox]:checked+label:before{background:url(/img/checkboxIcons.930befce.svg) 0 -19px;background-repeat:no-repeat}.dropdown-component .dropdown-component-opened ul li:last-child{border-bottom:none}.dropdown-component .dropdown-component-opened ul li label{display:inline-block;font-weight:400;font-size:15px;line-height:22px;color:var(--black-color);flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:10px 0;height:100%}.dropdown-component .dropdown-component-opened ul li label:hover{cursor:pointer;color:var(--hover-color)}