/* input(1180,18): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
input(1184,18): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
input(1188,17): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
input(1192,17): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
input(1196,17): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important' */
.croppie-container{width:100%;height:100%}.croppie-container .cr-image{z-index:-1;position:absolute;top:0;left:0;transform-origin:0 0;max-height:none;max-width:none}.croppie-container .cr-boundary{position:relative;overflow:hidden;margin:0 auto;z-index:1;width:100%;height:100%}.croppie-container .cr-resizer,.croppie-container .cr-viewport{position:absolute;border:2px solid #fff;margin:auto;top:0;bottom:0;right:0;left:0;box-shadow:0 0 2000px 2000px rgba(0,0,0,.5);z-index:0}.croppie-container .cr-resizer{z-index:2;box-shadow:none;pointer-events:none}.croppie-container .cr-resizer-horisontal,.croppie-container .cr-resizer-vertical{position:absolute;pointer-events:all}.croppie-container .cr-resizer-horisontal::after,.croppie-container .cr-resizer-vertical::after{display:block;position:absolute;box-sizing:border-box;border:1px solid #000;background:#fff;width:10px;height:10px;content:''}.croppie-container .cr-resizer-vertical{bottom:-5px;cursor:row-resize;width:100%;height:10px}.croppie-container .cr-resizer-vertical::after{left:50%;margin-left:-5px}.croppie-container .cr-resizer-horisontal{right:-5px;cursor:col-resize;width:10px;height:100%}.croppie-container .cr-resizer-horisontal::after{top:50%;margin-top:-5px}.croppie-container .cr-original-image{display:none}.croppie-container .cr-vp-circle{border-radius:50%}.croppie-container .cr-overlay{z-index:1;position:absolute;cursor:move;touch-action:none}.croppie-container .cr-slider-wrap{width:75%;margin:15px auto;text-align:center}.croppie-result{position:relative;overflow:hidden}.croppie-result img{position:absolute}.croppie-container .cr-image,.croppie-container .cr-overlay,.croppie-container .cr-viewport{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}.cr-slider{-webkit-appearance:none;width:300px;max-width:100%;padding-top:8px;padding-bottom:8px;background-color:transparent}.cr-slider::-webkit-slider-runnable-track{width:100%;height:3px;background:rgba(0,0,0,.5);border:0;border-radius:3px}.cr-slider::-webkit-slider-thumb{-webkit-appearance:none;border:none;height:16px;width:16px;border-radius:50%;background:#ddd;margin-top:-6px}.cr-slider:focus{outline:0}.cr-slider::-moz-range-track{width:100%;height:3px;background:rgba(0,0,0,.5);border:0;border-radius:3px}.cr-slider::-moz-range-thumb{border:none;height:16px;width:16px;border-radius:50%;background:#ddd;margin-top:-6px}.cr-slider:-moz-focusring{outline:1px solid #fff;outline-offset:-1px}.cr-slider::-ms-track{width:100%;height:5px;background:0 0;border-color:transparent;border-width:6px 0;color:transparent}.cr-slider::-ms-fill-lower{background:rgba(0,0,0,.5);border-radius:10px}.cr-slider::-ms-fill-upper{background:rgba(0,0,0,.5);border-radius:10px}.cr-slider::-ms-thumb{border:none;height:16px;width:16px;border-radius:50%;background:#ddd;margin-top:1px}.cr-slider:focus::-ms-fill-lower{background:rgba(0,0,0,.5)}.cr-slider:focus::-ms-fill-upper{background:rgba(0,0,0,.5)}.cr-rotate-controls{position:absolute;bottom:5px;left:5px;z-index:1}.cr-rotate-controls button{border:0;background:0 0}.cr-rotate-controls i:before{display:inline-block;font-style:normal;font-weight:900;font-size:22px}.cr-rotate-l i:before{content:'↺'}.cr-rotate-r i:before{content:'↻'}
/*add this to avoid flickering*/
.plk-dd-inprogess > * {
    pointer-events: none;
}

/*dropzone style style*/
.plk-dd-dropzone {
    min-height: 50px;
}

/*drag drop styles*/

.plk-dd-spacing {
    height: 10px;
}

.plk-dd-spacing-dragged-over {
    padding: 25px;
}

.plk-dd-dragged-over {
    background-color: lightgray;
    opacity: 0.6;
    animation: blinker 1s linear infinite;
}

.plk-dd-dragged-over > div {
    background-color: lightgray;
    opacity: 0.6;
    animation: blinker 1s linear infinite;
}

.plk-dd-dragged-over-denied {
    background-color: red;
    opacity: 0.6;
    animation: blinker 1s linear infinite;
}

.plk-dd-in-transit {
    opacity: 0;
}

.plk-dd-in-transit > div {
    opacity: 0;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.blink_me {
    animation: blinker 1s linear infinite;
}

/*for flex demo*/

.plk-flex .plk-dd-spacing {
    width: 20px;
    height: auto;
}

.plk-flex .plk-dd-dragged-over {
    background-color: lightgray;
    opacity: 0.6;
    animation: blinker 1s linear infinite;
}

.plk-flex .plk-dd-dragged-over > div {
    background-color: lightgray;
    opacity: 0.9;
    animation: blinker 1s linear infinite;
}

.plk-flex .plk-dd-in-transit {
    background-color: orangered;
}

.plk-flex .plk-dd-in-transit > div {
    background-color: orangered;
}

.plk-dd-noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                     supported by Chrome, Edge, Opera and Firefox */
}

.grid-item {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.8);
    padding: 20px;
    font-size: 30px;
    text-align: center;
}
:root{
    --select-rect-color: #005999;
    --grid-border-color: #cccccc;
    --grid-header-background: #e6e6e6;
    --grid-cell-background: white;
    --grid-text-color: black;

    --vh: 1vh;
}

.sester-grid-2-root{
    width:100%;
    display:flex;
    flex-direction:column;
}

.sester-grid-2-table {
    position: relative;
    overflow-x: auto;
    user-select: none;
    font-size: 14px;
    color: var(--grid-text-color);
    background-color: var(--grid-cell-background);
    border: 1px solid var(--grid-border-color);
}

.sester-grid-2-table:focus{
    outline: none;
}

.sester-grid-2-toolbar{
    overflow-x: auto;
    display: flex;
    flex-direction: row;
    padding-bottom: 8px;
    column-gap: 8px;
    min-height: 38px;
}

.sester-grid-2-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}

.sester-grid-2-header-row {
    display: flex;
    flex-direction: row;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid var(--grid-border-color);
}

.sester-grid-2-row {
    display: flex;
    flex-direction: row;
}

.sester-grid-2-row-header {
    font-weight: bold;
    background-color: var(--grid-header-background);
    position: -webkit-sticky; /* Safari */
    position: sticky;
    left: 0;
    z-index: 90;
}

.sester-grid-2-header-corner {
    background-color: var(--grid-header-background);
    font-weight: bold;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    left: 0;
    top: 0;
    z-index: 10;
    border-right: 1px solid var(--grid-border-color);
}

.sester-grid-2-header-cell, .sester-grid-2-header-cell-locked {
    background-color: var(--grid-header-background);
    font-weight: bold;
    border-right: 1px solid var(--grid-border-color);

    display:flex;
    flex-direction: row;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sester-grid-2-header-cell {
    padding: 4px 8px 5px 8px;
}

.sester-grid-2-header-cell-locked{
    position: -webkit-sticky; /* Safari */
    position: sticky;
    padding: 4px 8px 2px 8px;
    z-index: 10;
}

.sester-grid-2-blue-divider{
    background-color: #3BB7FD;
}

.sester-grid-2-blue-divider-locked{
    position: -webkit-sticky; /* Safari */
    position: sticky;
    z-index: 10;
}

.sester-grid-2-footer-row{
    bottom: 0;
    position: sticky;
    z-index: 400;
    border-top: 1px solid var(--grid-border-color);
}

.sester-grid-2-footer-row, .sester-grid-2-group-footer-row {
    background-color: var(--grid-header-background);
    display: flex;
}

.sester-grid-2-group-footer-row-content {
    flex-grow: 1;
    display: flex;
}

.sester-grid-2-group-footer-row-content > .sester-grid-2-group-footer-row-cell:last-child {
    border-right: 1px solid var(--grid-border-color);
}

.sester-grid-2-group-footer-row-cell {
    border-bottom: 1px solid var(--grid-border-color);
    display: flex;
    align-items: center;
}

.sester-grid-2-row-header, .sester-grid-2-header-corner {
    padding: 4px 8px;
}

.sester-grid-2-cell, .sester-grid-2-row-header {
    border-right: 1px solid var(--grid-border-color);
    border-bottom: 1px solid var(--grid-border-color);

    /* Vertical Alignment */
    display: flex;

    align-items: center;
    align-content: center;
    flex-direction: column;

    /* Horizontal Alginment */
    /*text-align: right;*/
}

.sester-grid-2-menu-content{
    flex-grow:1;
    width:0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sester-grid-2-menu-spacer{
    /*flex-grow:1;*/
    width:0;
}

.sester-grid-2-menu-button{
    position: relative;
    margin-left: 0px;
    margin-right: 0;
    margin-bottom:auto;
}

.sester-grid-2-menu-button-content{
    padding: 6px 5px;
}

.sester-grid-2-menu-button-content:hover{
    background-color: rgb(0,0,0,0.1);
}

.sester-grid-2-menu-button-content:active{
    background-color: rgb(0,0,0,0.2);
}

.sester-grid-2-column-sizer{
    margin: -4px -8px -4px 0;
    min-width:5px;
    width:5px;
    cursor: col-resize;
}

.sester-grid-2-column-sort{
    color: #3bb7fd;
    padding: 4px 2px;
}

.sester-grid-2-header-menu{
    font-weight: normal;
    background-color: #ffffff;
    border: 1px solid var(--grid-border-color);

    position: absolute;
    display: flex;
    flex-direction: column;
    min-width: 230px;
    height: min(70vh, 600px);

    overflow-y: auto;

    right: 0;
    top: 26px;
    z-index: 300;
}

.sester-grid-2-filter-menu-content{
    padding: 8px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.sester-grid-2-filter-menu-checkboxes{
    margin-top: 8px;
    min-height: 80px;
    flex-grow: 1;
    height: 0;
    overflow-y: auto;
}

.sester-grid-2-filter-menu-buttons{
    display:flex;
    flex-direction: row;
    padding-top:8px;
    column-gap:8px;
}

.sester-grid-2-filter-menu-button{
    flex-grow:1;
}

.sester-grid-2-header-menu-item-icon{
    width:16px;
    text-align: center;
}

.sester-grid-2-header-menu-item, .sester-grid-2-header-menu-item-dead{
    padding: 4px 8px;
    /*overflow: hidden;*/
}

.sester-grid-2-header-menu-item:hover{
    background-color: rgb(0, 0, 0, 0.1);
}

.sester-grid-2-header-menu-item:active{
    background-color: rgb(0, 0, 0, 0.2);
}

.sester-grid-2-cell{
    cursor: cell;
    display: flex;
    flex-direction: row;
    padding: 2px 1px 1px 2px;
}

.sester-grid-2-cell-locked{
    position: -webkit-sticky; /* Safari */
    position: sticky;
    z-index: 10;
}

.sester-grid-2-input-container{
    position: relative;
    pointer-events: none;
    z-index: 9;
}

.sester-grid-2-input-container-locked{
    position: -webkit-sticky; /* Safari */
    position: sticky;
    pointer-events: none;
    z-index: 11;
}

.sester-grid-2-input, .sester-grid-2-input-invalid{
    background-color: #ffffff;
    border: none;
    padding: 2px 4px;
    height:100%;
    width: 100%;
    pointer-events: all;
}

.sester-grid-2-input{
    color: black;
}

.sester-grid-2-input-invalid{
    color: red;
}

.sester-grid-2-input:focus, .sester-grid-2-input-invalid:focus{
    outline: none;
}

.sester-grid-2-input-dropdown-container{
    position: fixed;
    pointer-events: none;
    z-index: 100000;
}

.sester-grid-2-input-dropdown{
    right:-2px;
    width: calc(100% + 5px);
    max-height: 240px;
    overflow-y: auto;
    background-color: #ffffff;
    border: 1px solid var(--grid-border-color);
    pointer-events: all;
    font-size: 14px;
}

.sester-grid-2-input-dropdown-item{
    padding: 4px 8px;
    min-height: 24px;
}

.sester-grid-2-input-dropdown-item:hover{
    background-color:rgb(0,0,0,0.1);
}

.sester-grid-2-input-dropdown-item-selected{
    background-color:rgb(0,0,0,0.15);
}

.sester-grid-2-cell-selected {
    /*background-color: #355C6F;*/
    background-color: rgb(20, 220, 255, 0.2);
    border-right: 1px solid var(--grid-border-color);
    border-bottom: 1px solid var(--grid-border-color);
    cursor: cell;
}

.sester-grid-2-cell-selected-primary {
    /*background-color: #464B53;*/
    /*background-color: rgb(255, 255, 255, 0.055);*/
    border-right: 1px solid var(--grid-border-color);
    border-bottom: 1px solid var(--grid-border-color);
    cursor: cell;
}

.sester-grid-2-fill-square{
    background-color: var(--select-rect-color);
    border: 1px solid white;
    width: 7px;
    height: 7px;
    cursor: crosshair;
    pointer-events: all;
    z-index: 9;
}

.sester-grid-2-cell-selected-inedit {
    background-color: #3A3F46;
    border-right: 1px solid #585F6A;
    border-bottom: 1px solid #585F6A;
    display: flex;
}

.sester-grid-2-cell-span{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    width:0;
    flex-grow:1;

    margin: 0 4px;
}


.sester-grid-2-cell-drop-down-button{
    margin-top:-4px;
    margin-bottom: -4px;
    /*margin-right: -8px;*/

    height: calc(100%);
    width:26px;

    /* Center Content*/
    display: flex;
    justify-content: center;
    align-items: center;

    border-left: 1px solid var(--grid-border-color);

    cursor: auto;
}

.sester-grid-2-cell-drop-down-button:hover{
    background-color: rgb(0,0,0,0.1);
}

.sester-grid-2-cell-drop-down-button:active{
    background-color: rgb(0,0,0,0.2);
}

.sester-grid-2-button-save-disabled{
    color: #66dd66;
    border-color: #66dd66;
    width:72px;
}

.sester-grid-2-button-save{
    color: #6aac6e;
    border-color: #88ff88;
    width:72px;
}

.sester-grid-2-button-save:hover {
    color: #aaffaa;
}

.sester-grid-2-button-cancel{
    color: #ff6666;
    border-color: #ff6666;
}

.sester-grid-2-button-cancel-disabled{
    color: #ff6666;
    border-color: #ff6666;
}

.sester-grid-2-cell-button{
    padding: 0;
    height: 100%;
    width: 100%;
}

.sester-grid-2-green-left{
    border-left: 2px solid var(--select-rect-color);
    padding-left: 0;
}

.sester-grid-2-green-top{
    border-top: 2px solid var(--select-rect-color);
    padding-top: 0;
}

.sester-grid-2-green-right{
    border-right: 2px solid var(--select-rect-color);
    padding-right: 0;
}

.sester-grid-2-green-bottom{
    border-bottom: 2px solid var(--select-rect-color);
    padding-bottom: 0;
}

.sester-grid-2-invalid-input .sester-grid-2-select-left {
    border-left-color: red !important;
}

.sester-grid-2-invalid-input .sester-grid-2-select-top {
    border-top-color: red !important;
}

.sester-grid-2-invalid-input .sester-grid-2-select-right {
    border-right-color: red !important;
}

.sester-grid-2-invalid-input .sester-grid-2-select-bottom {
    border-bottom-color: red !important;
}

.sester-grid-2-context-menu{
    position: absolute;
    background-color:  #31353B;
    border: 1px solid #585F6A;
    z-index: 12;
}

.sester-grid-2-context-menu-button{
    padding: 4px 8px;
    overflow: hidden;
}

.sester-grid-2-context-menu-button:hover{
    background-color: rgb(0, 0, 0, 0.1);
}

.sester-grid-2-context-menu-button:active{
    background-color: rgb(0, 0, 0, 0.2);
}

.sester-grid-2-layout-rect{
    /*border: 1px solid red;*/
    /*background-color: rgb(255, 0, 0, 0.2);*/
    /*z-index: 50;*/
    pointer-events: none;
}

.sester-grid-2-vertical-divider{
    border-left:1px solid #585F6A;
    margin:2px 0;
}


/* Width and height sizing classes modeled after bootstrap */
.w-0{
    width: 0 !important;
}
.w-50{
    width: 50% !important;
}
.w-100{
    width: 100% !important;
}
.h-0{
    height: 0 !important;
}
.h-50{
    height: 50% !important;
}
.h-100{
    height: 100% !important;
}

.vhm-80{
    height: calc(var(--vh, 1vh) * 80) !important;
}
.vhm-90{
    height: calc(var(--vh, 1vh) * 90) !important;
}
.vhm-100{
    height: min(100vh, calc(var(--vh, 1vh) * 100)) !important;
}

@media (min-width:576px){
    .w-sm-0{
        width: 0 !important;
    }
    .w-sm-50{
        width: 50% !important;
    }
    .w-sm-100{
        width: 100% !important;
    }
    .h-sm-0{
        height: 0 !important;
    }
    .h-sm-50{
        height: 50% !important;
    }
    .h-sm-100{
        height: 100% !important;
    }
    .vhm-sm-80{
        height: calc(var(--vh, 1vh) * 80) !important;
    }
    .vhm-sm-90{
        height: calc(var(--vh, 1vh) * 90) !important;
    }
    .vhm-sm-100{
        height: calc(var(--vh, 1vh) * 100) !important;
    }
    .vhm-sm-unset{
        height: unset !important;
    }

    .max-vhm-sm-90{
        max-height: calc(var(--vh, 1vh) * 90) !important;
    }
}

@media (min-width:768px){
    .w-md-0{
        width: 0 !important;;
    }
    .w-md-50{
        width: 50% !important;
    }
    .w-md-100{
        width: 100% !important;
    }
    .h-md-0{
        height: 0 !important;
    }
    .h-md-50{
        height: 50% !important;
    }
    .h-md-100{
        height: 100% !important;
    }
    .vhm-md-80{
        height: calc(var(--vh, 1vh) * 80) !important;
    }
    .vhm-md-90{
        height: calc(var(--vh, 1vh) * 90) !important;
    }
    .vhm-md-100{
        height: calc(var(--vh, 1vh) * 100) !important;
    }
}

@media (min-width:992px){
    .w-lg-unset{
        width: unset !important;
    }
    .w-lg-0{
        width: 0 !important;
    }
    .w-lg-50{
        width: 50% !important;
    }
    .w-lg-100{
        width: 100% !important;
    }
    .h-lg-0{
        height: 0 !important;
    }
    .h-lg-50{
        height: 50% !important;
    }
    .h-lg-100{
        height: 100% !important;
    }
    .vhm-lg-80{
        height: calc(var(--vh, 1vh) * 80) !important;
    }
    .vhm-lg-90{
        height: calc(var(--vh, 1vh) * 90) !important;
    }
    .vhm-lg-100{
        height: calc(var(--vh, 1vh) * 100) !important;
    }
}

@media (min-width:1200px){
    .w-xl-0{
        width: 0 !important;
    }
    .w-xl-50{
        width: 50% !important;
    }
    .w-xl-100{
        width: 100% !important;
    }
    .h-xl-0{
        height: 0 !important;
    }
    .h-xl-50{
        height: 50% !important;
    }
    .h-xl-100{
        height: 100% !important;
    }
    .vhm-xl-80{
        height: calc(var(--vh, 1vh) * 80) !important;
    }
    .vhm-xl-90{
        height: calc(var(--vh, 1vh) * 90) !important;
    }
    .vhm-xl-100{
        height: calc(var(--vh, 1vh) * 100) !important;
    }
}
.sester-phone-flex{
    display:flex;
    flex-direction: column;
    flex-grow:1;
}

@media (max-width: 640.98px) {
    .sester-phone-collapse{
        display:none;
    }    
}

@media (min-width: 640.98px) {
    .sester-phone-collapse{
        display:flex;
        flex-direction: column;
        flex-grow:1;
    }
}


.pricing-import-bottom{
    
}

.full-screen-embed-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.full-screen-embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Scrollbar */
body:not(.rz-default-scrollbars) ::-webkit-scrollbar {
    background-color: #ffffff00;
    width:20px;
}
body:not(.rz-default-scrollbars) ::-webkit-scrollbar-thumb {
    background: #bbb;
    border: 3px solid #ffffff00;
    background-clip: padding-box;
    border-radius: 8px;
}

.sester-importbutton{
    height: 100%;
    width: 100%;
    position: absolute !important;
    outline:none !important;
    background-color: transparent !important;
    font-size: 0 !important;
    box-shadow: none !important;
    border:none !important;
    border-radius: 0 !important;
    top: 0;
    font-weight:0;
    left: 0;
}
.sester-importbutton::-webkit-file-upload-button {
    visibility: hidden;
}

/* Import Button */
.label-wrapper:hover {
    cursor: pointer;
}

.custom-input-hide {
    display: none;
    width: 0;
    height: 0;
    overflow: hidden;
}

.sester-tabs-content {
    flex-grow: 1;
    height: 0;
    display: flex;
    flex-direction: column;
    border-style: solid;
    border-color: rgb(222, 226, 230);
    border-width: 1px 1px 1px 1px;
    padding: 8px;
}

.sester-navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    column-gap:20px;
}

/* _content/Thrive.Portal/Components/MainLayout.razor.rz.scp.css */
.page-MainLayout {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main-MainLayout {
    flex: 1;
}

.sidebar-main-layout {
    background-color: var(--sester-dark);
    display: flex;
    flex-shrink: 0;
    transition: width 0.5s;
}

.top-row a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .page-MainLayout {
        height: calc(var(--vh, 1vh) * 100);
    }
    
    .sidebar-MainLayout {
        width: 100vw;
    }

    .top-row-MainLayout a, .top-row .btn-link-MainLayout {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page-MainLayout {
        flex-direction: row;
    }

    .sidebar-main-layout {
        width: 240px;
        height: 100svh;
        position: sticky;
        top: 0;
    }

    .top-row-MainLayout {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .sidebar-main-layout-collapsed {
        width: 80px;
    }
}

@media (max-width: 640.98px) {
    .menu-collapse-button {
        display: none;
    }
}

.menu-collapse-button {
    width:33px;
    height:33px;
    padding:5px 8px;
    border-radius: 17px;
    margin-left: 8px;
    margin-right: 4px;
    align-items: center;
    align-content: center;
    transition: background-color 0.2s;
}

.menu-collapse-button:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.menu-collapse-button:active {
    background-color: rgba(255, 255, 255, 0.4);
}

/* _content/Thrive.Portal/Components/NavMenu.razor.rz.scp.css */
.navbar-toggler-MainNavBar {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row-MainNavBar {
    height: 64px;
    background-color: var(--sester-darker);
    border-bottom-color: rgb(218, 220, 224);
    border-bottom-style: solid;
    border-bottom-width: 0;
}

.navbar-brand-MainNavBar {
    font-size: 1.0rem;
    align-content: center;
}

.navbar-icon{
    margin-right: 0.25rem;
}

.oi-MainNavBar {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}


.sidebar-main-layout .nav-item {
    width: 100%;
    display: flex;
    overflow: clip;
    text-overflow: clip;
}

.sidebar-main-layout .nav-link {
    width: 0;
    flex-grow: 1;
    white-space: nowrap;
}

@media (min-width: 641px) {
    .sidebar-main-layout-collapsed .oi-MainNavBar {
        width: auto;
    }
}

.sidebar-row {
    display: flex;
}

.sidebar-row .dropdown{
    width:0;
    flex-grow: 1;
    overflow-x: clip
}

.nav-item-MainNavBar {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item-MainNavBar:first-of-type {
        padding-top: 1rem;
    }

    .nav-item-MainNavBar:last-of-type {
        padding-bottom: 1rem;
    }

    .nav-item-MainNavBar a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item-MainNavBar a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item-MainNavBar a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler-MainNavBar {
        display:none;
    }
    
    .collapse-MainNavBar {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}


















    :root {
    --sester-blue: #02589A;
    --readonly-background: #e9ecef;
        
    /*light theme*/
    --main-background: #fff;
    --background: white;
    --background2: #d7d7d7;
    --widget: #f4f4f4;
    --font-color: black;
    --highlight: #f7f7f7;
    --highlight-2: #e2e3e5;
    --link: #0366d6;
    --sester-dark: #005999;
    --sester-darker: #00355c;
    --sester-darker-invert: #222222;
    --report-card: #F4F5F8;
    --report-card2: #cccccc;
    --profileborder: #f5f5f5;
    --form-control-bg: #fff;
    --form-control-color: #495057;
    --form-control-border: #dadfe2;
    --border-light: rgb(218, 220, 224);
    --button-delete: #f03929;
    --button-header: #e6ecef;
    --customgrid-cell-bg: fff;
    --customgrid-lockedcell-bg: #d8d8d8;
    --customgrid-selection-border: #0092ff;
    --customgrid-edit-bg: #62bcff;
    --customgrid-cell-dividers: #d4d4d4;
    --customgrid-selected-row-color: #ffd966;
}

.dark-mode {
    --main-background: #414648;
    --background: #2d2d2d;
    --background2: #818181;
    --widget: #5d717b;
    --font-color: white;
    --highlight: #393939;
    --highlight-2: #414648;
    --link: #3ca4ff;
    --sester-dark: #393939;
    --sester-darker: #222222;
    --sester-darker-invert: #00355c;
    --report-card: #5a5a5a;
    --report-card2: #222222;
    --profileborder: #2f3a3e;
    --form-control-bg: #323f45;
    --form-control-color: #dee2e6;
    --form-control-border: #2f3a40;
    --border-light: rgb(37, 35, 31);
    --button-delete: #f03929;
    --button-header: #005999;
    --customgrid-cell-bg: #323f45;
    --customgrid-lockedcell-bg: #1d2427;
    --customgrid-selection-border: #0092ff;
    --customgrid-edit-bg: #045694;
    --customgrid-cell-dividers: #d4d4d4;
    --customgrid-selected-row-color: #ffd966;
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: var(--bs-body-bg);
}

a, .btn-link {
    color: var(--link)
}



.rz-button.btn-primary, .btn-primary.rz-paginator-element {
    background-color: #005999 !important;
    overflow: hidden;
}

.alert-secondary {
    background-color: var(--highlight-2);
    color: var(--font-color);
}



.table {
    color: var(--font-color);
}

.div.main {
    background-color: var(--background);
    color: var(--font-color);
}


.z-index-n2 {
    z-index: -2; !important;
}

.z-index-n1 {
    z-index: -1; !important;
}

.z-index-0 {
    z-index: 0; !important;
}

.z-index-1 {
    z-index: 1; !important;
}

.z-index-2 {
    z-index: 2; !important;
}


.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn-login {
    color: #fff;
    background-color: #439dde;
    border-color: #005999;
}

.content-flex{
    padding: 0.5rem 1.5rem 1.5rem 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    position:relative;
}

.content {
    padding-top: 1.1rem;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.profilePic {
    position: relative;
    height: 180px;
    width: 180px;
    float: left;
    overflow: hidden;
    margin: 20px;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }





@media (min-width: 768px) {
    app {
        flex-direction: row;
    }

    .sidebar {
        width: 100%;
        position: fixed;
        top: 0;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .navbar-toggler {
        /*display: none;*/
    }

    .sidebar .collapse {
        /*Never collapse the sidebar for wide screens*/
        /*display: block;*/
    }
}


/* Sester Multi Column Drop Down */
.smcd-group{
    position: relative;
    background-color: white;
    border: 1px solid #ced4da;
    border-radius: 4px;
}

.smcd-group:focus-within {
    outline: 2px solid #ced4da;
}

.smcd-container {
    position: relative;
    display: flex;
    flex-direction: row;
}

.smcd-input {
    background-color: transparent;
    border: none;
    width: 0;
    flex-grow:1;
    padding: 4px 0 4px 6px;
    outline: none;
}

.smcd-button{
    border-top: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    
    background-color: white;
    padding: 0 9px;
    font-size: 10px;
    margin: -1px;
    display: inline-flex;
    align-items: center;
    top:0;
}

.smcd-button:hover {
    background-color: rgb(0,0,0,0.1);
}

.smcd-button:active {
    background-color: rgb(0,0,0,0.2);
}


@media (max-width: 640.98px) {
    .smcd-dropdown {
        position: fixed;
        top: 4px !important;
        left: 0 !important;
        bottom: 0 !important;
        right: 0 !important;
    }
}

@media (min-width: 641px) {
    .smcd-dropdown {
        top:0;
        max-height:400px;
    }
}

.smcd-dropdown{
    position: fixed;
    border: 1px solid #ced4da;
    background-color: white;
    margin-top:-4px;
    display:flex;
    flex-direction: column;
    font-size:14px;
    z-index: 1001;
}

.smcd-dropdown:focus{
    outline: none;
}

.smcd-dropdown-content{
    overflow-y: auto;
}

.smcd-dropdown-header-row{
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 0;
    z-index: 100;
}

.smcd-dropdown-header-subrow{
    display: flex;
    flex-direction: row;
}

.smcd-dropdown-header-input {
    border: none;
    padding: 4px 8px;
    width: 100%;
    background-color: transparent;
}
.smcd-dropdown-header-input:focus {
    outline: none;
}

.smcd-dropdown-header-corner, .smcd-dropdown-header-input-corner, .smcd-dropdown-header-cell{
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

.smcd-dropdown-header-corner{
    background-color: #02589A;
    position: sticky;
    left: 0;
    top: 0;
    z-index: 10;
}

.smcd-dropdown-header-cell{
    font-weight: bold;
    background-color: #02589A;
    color: white;
    padding: 4px 8px;
}

.smcd-dropdown-header-input-corner{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E6E6E6;
    position: sticky;
    left: 0;
    top: 0;
    z-index: 10;
}

.smcd-dropdown-header-input-cell{
    background-color: #E6E6E6;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

.smcd-dropdown-row{
    display: flex;
    flex-direction: row;
}

.smcd-dropdown-row-selected{
    background-color: #C6C6C6;
}

.smcd-dropdown-row-header, .smcd-dropdown-cell {
    border-right: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
}

.smcd-dropdown-row-header{
    display: flex;
    justify-content: center;
    align-items: center;
    position: sticky;
    left: 0;
}

.smcd-dropdown-cell{
    padding: 4px 8px;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.no-text-wrap-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.no-text-wrap-clip {
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
}


.smcd-dropdown-button-group{
    display: flex;
    column-gap: 8px;
    padding: 8px;
    justify-content: end;
    border-top: 1px solid #D4D4D4;
}

.smcd-dropdown-accept{
    
}

.smcd-checkbox{
    height: 18px;
    width: 18px;
    background-color: white;
    border: 1px solid #D4D4D4;
    position: relative;
}


.smcd-checkbox-checked, .smcd-checkbox-indeterminate {
    background-color: #006BF8;
}

.smcd-checkbox-checked::after{
    content: "";
    display: block;
    position: absolute;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.smcd-checkbox-indeterminate::after{
    content: "";
    display: block;
    position: absolute;
    left: 4px;
    top: 2px;
    width: 8px;
    height: 7px;
    border: solid white;
    border-width: 0 0 2px 0;
}

.smcd-clear-button{
    margin: auto 4px;
    cursor: default;
}

.smcd-clear-button:hover{
    color:red;
}

.smcd-blocker{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: ' ';
    background: rgba(0,0,0,0);
    z-index: 1000;
}

.disable-select {
    user-select: none; /* supported by Chrome and Opera */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}

/* Import Button */
.label-wrapper:hover {
    cursor: pointer;
}

/* Import Button */
.custom-input-hide {
    display: none;
    width: 0;
    height: 0;
    overflow: hidden;
}


@media (max-width: 640.98px) {
    .phone-only{
        
    }
    .desktop-only{
        display:none;
    }
}

@media (min-width: 641px) {
    .phone-only{
        display:none;
    }
    .desktop-only{
        
    }
}

/* Dashboard cards */
.dash-h1{
    height: 180px;
}
.dash-h2{
    height: 360px;
}
.dash-h3{
    height: 540px;
}
.dash-h4{
    height: 720px;
}

@media(min-width:576px){
    .dash-sm-h1{
        height: 180px;
    }
    .dash-sm-h2{
        height: 360px;
    }
    .dash-sm-h3{
        height: 540px;
    }
    .dash-sm-h4{
        height: 720px;
    }
}

@media(min-width:768px){
    .dash-md-h1{
        height: 180px;
    }
    .dash-md-h2{
        height: 360px;
    }
    .dash-md-h3{
        height: 540px;
    }
    .dash-md-h4{
        height: 720px;
    }
}

@media(min-width:992px){
    .dash-lg-h1{
        height: 180px;
    }
    .dash-lg-h2{
        height: 360px;
    }
    .dash-lg-h3{
        height: 540px;
    }
    .dash-lg-h4{
        height: 720px;
    }
}

@media(min-width:1200px){
    .dash-xl-h1{
        height: 180px;
    }
    .dash-xl-h2{
        height: 360px;
    }
    .dash-xl-h3{
        height: 540px;
    }
    .dash-xl-h4{
        height: 720px;
    }
}

@media(min-width:1400px){
    .dash-xxl-h1{
        height: 180px;
    }
    .dash-xxl-h2{
        height: 360px;
    }
    .dash-xxl-h3{
        height: 540px;
    }
    .dash-xxl-h4{
        height: 720px;
    }
    
}

.absolute-bl{
    position: absolute;
    bottom: 0;
    left: 0;
}

.absolute-br{
    position: absolute;
    bottom: 0;
    right: 0;
}

.absolute-tl{
    position: absolute;
    top: 0;
    left: 0;
}

.absolute-tr{
    position: absolute;
    top: 0;
    right: 0;
}

.absolute-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.absolute-center-x{
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

.absolute-center-y{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.absolute-left{
    position: absolute;
    left: 0;
}

.absolute-right{
    position: absolute;
    right: 0;
}

.absolute-top{
    position: absolute;
    top: 0;
}

.absolute-bottom{
    position: absolute;
    bottom: 0;
}

.br-tl{
    border-radius: 5px 0 0 0;
}

.br-tr{
    border-radius: 0 5px 0 0;
}

.br-bl{
    border-radius: 0 0 0 5px;
}

.br-br{
    border-radius: 0 0 5px 0;
}

.br-left{
    border-radius: 5px 0 0 5px;
}

.br-right{
    border-radius: 0 5px 5px 0;
}

.br-top{
    border-radius: 5px 5px 0 0;
}

.br-bottom{
    border-radius: 0 0 5px 5px;
}

.fade-img {
    transition: opacity 1s ease-in-out;
}

.img-overlay {
    position: absolute;
    padding: 5px;
    width: 100%;
    font-size: 18px;
    color: #fff;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.top-overlay {
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

.bottom-overlay {
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.w-100:hover .img-overlay {
    opacity: 1;
}

.max-vhm-80 {
    max-height: calc(var(--vh, 1vh) * 80) !important;
}

.max-vhw-80 {
    max-width: calc(var(--vh, 1vh) * 80) !important;
}

.sester-boolean-green {
    color: #146c43
}

.sester-boolean-red {
    color: #c42129
}

.sester-bg-red-muted {
    background-color: #ffcccb
}

.sester-bg-blue-muted {
    background-color: #cbfeff
}

.sester-bg-gray {
    background-color: #f2f2f2
}

.sester-bg-dark-gray {
    background-color: #d8d8d8
}

.animate-flex-grow-1 {
    flex-grow: 1;
    transition: flex .3s ease-in-out
}

.animate-flex-grow-0 {
    flex-grow: 0;
    transition: flex .3s ease-in-out
}

.animate-width-400 {
    width: min(410px, 100vw);
    opacity: 1;
    transition: width .3s ease-in-out, opacity 0s ease-in-out .3s;
    overflow-y: auto;
}

.animate-width-0 {
    width: 0;
    opacity: 0;
    transition: width .3s ease-in-out;
    overflow-y: hidden;
}

.no-scrollbar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.no-scrollbar::-webkit-scrollbar {
    display: none;  /* Chrome, Safari, Opera */
}

.sester-tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.sester-tooltip .sester-tooltip-text {
    visibility: hidden;
    background-color: lightgrey;
    color: black;
    text-align: center;
    text-wrap: balance;
    padding: 5px 0;
    border-radius: 6px;
    border: 1px solid black;
    
    position: fixed;
    opacity: 0;
    transition: opacity 0.2s ease-out;
}

.sester-tooltip .sester-tooltip-hovered {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s ease-out;
}

.sester-color-picker {
    border: 2px solid #007bff;
    border-radius: 0.25px;
}

.sester-color-picker[disabled] {
    border-color: #a9a9a9;
}

.ship-calendar-table {
    border: 1px solid #000;
    border-collapse: separate;
    border-spacing: 0;
}
.ship-calendar-table th,
.ship-calendar-table td {
    text-align: right;
    border: 1px solid #000;
    padding: 5px 5px;
}
.ship-calendar-table thead th {
    text-align: center;
}

.ship-calendar-week-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: auto;
    transition: flex 0.3s ease-in-out;
}

.ship-calendar-week-wrapper-expanded {
    flex: 1;
}

.ship-calendar-week-wrapper-collapsed {
    flex: 0;
}

.ship-calendar-week-row {
    flex: 1 1 auto;
    display: flex;
}

.ship-calendar-day-column {
    display: flex;
    flex-direction: column;
    border: 1px solid black;
    min-width: 100px;
}

.ship-calendar-header-cell {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: lightgray;
    padding: 0;
    font-size: 0.9rem;
    font-weight: bold;
    border-bottom: 1px solid black;
}

.ship-calendar-data-cell {
    flex-grow: 1;
    padding: 5px;
    overflow-y: auto;
    font-size: 0.9rem;
}

.bareroot-table {
    table-layout: auto;
    width: fit-content;
    border-collapse: separate;
    border-spacing: 0;
}

.bareroot-table thead th {
    border: 1px solid #000;
    font-weight: normal;
    text-align: right;
    padding: 4px 6px !important;
    min-width: 100px;
}

.bareroot-table tbody td,
.bareroot-table tfoot td {
    border: 1px solid #000000;
    font-weight: normal;
    text-align: right !important;;
    padding: 4px 4px !important;
}

.bareroot-table-transparent-cell {
    border: none !important;
    background-color: #e9ecef !important;
}

@keyframes ar-zero-pulse {
    0%, 100% { background-color: #f8d7da;}
    50% { background-color: #ffffff;}
}

.ar-zero-flash {
    animation: ar-zero-pulse 1.25s ease-in-out infinite;
}

/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(leaflet/#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(leaflet/images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(leaflet/images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(leaflet/images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

@font-face{font-family:Icons;src:url(open-iconic/font/fonts/open-iconic.eot);src:url(open-iconic/font/fonts/open-iconic.eot?#iconic-sm) format('embedded-opentype'),url(open-iconic/font/fonts/open-iconic.woff) format('woff'),url(open-iconic/font/fonts/open-iconic.ttf) format('truetype'),url(open-iconic/font/fonts/open-iconic.otf) format('opentype'),url(open-iconic/font/fonts/open-iconic.svg#iconic-sm) format('svg');font-weight:400;font-style:normal}.oi{position:relative;top:1px;display:inline-block;speak:none;font-family:Icons;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.oi:empty:before{width:1em;text-align:center;box-sizing:content-box}.oi.oi-align-center:before{text-align:center}.oi.oi-align-left:before{text-align:left}.oi.oi-align-right:before{text-align:right}.oi.oi-flip-horizontal:before{-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.oi.oi-flip-vertical:before{-webkit-transform:scale(1,-1);-ms-transform:scale(-1,1);transform:scale(1,-1)}.oi.oi-flip-horizontal-vertical:before{-webkit-transform:scale(-1,-1);-ms-transform:scale(-1,1);transform:scale(-1,-1)}.oi-account-login:before{content:'\e000'}.oi-account-logout:before{content:'\e001'}.oi-action-redo:before{content:'\e002'}.oi-action-undo:before{content:'\e003'}.oi-align-center:before{content:'\e004'}.oi-align-left:before{content:'\e005'}.oi-align-right:before{content:'\e006'}.oi-aperture:before{content:'\e007'}.oi-arrow-bottom:before{content:'\e008'}.oi-arrow-circle-bottom:before{content:'\e009'}.oi-arrow-circle-left:before{content:'\e00a'}.oi-arrow-circle-right:before{content:'\e00b'}.oi-arrow-circle-top:before{content:'\e00c'}.oi-arrow-left:before{content:'\e00d'}.oi-arrow-right:before{content:'\e00e'}.oi-arrow-thick-bottom:before{content:'\e00f'}.oi-arrow-thick-left:before{content:'\e010'}.oi-arrow-thick-right:before{content:'\e011'}.oi-arrow-thick-top:before{content:'\e012'}.oi-arrow-top:before{content:'\e013'}.oi-audio-spectrum:before{content:'\e014'}.oi-audio:before{content:'\e015'}.oi-badge:before{content:'\e016'}.oi-ban:before{content:'\e017'}.oi-bar-chart:before{content:'\e018'}.oi-basket:before{content:'\e019'}.oi-battery-empty:before{content:'\e01a'}.oi-battery-full:before{content:'\e01b'}.oi-beaker:before{content:'\e01c'}.oi-bell:before{content:'\e01d'}.oi-bluetooth:before{content:'\e01e'}.oi-bold:before{content:'\e01f'}.oi-bolt:before{content:'\e020'}.oi-book:before{content:'\e021'}.oi-bookmark:before{content:'\e022'}.oi-box:before{content:'\e023'}.oi-briefcase:before{content:'\e024'}.oi-british-pound:before{content:'\e025'}.oi-browser:before{content:'\e026'}.oi-brush:before{content:'\e027'}.oi-bug:before{content:'\e028'}.oi-bullhorn:before{content:'\e029'}.oi-calculator:before{content:'\e02a'}.oi-calendar:before{content:'\e02b'}.oi-camera-slr:before{content:'\e02c'}.oi-caret-bottom:before{content:'\e02d'}.oi-caret-left:before{content:'\e02e'}.oi-caret-right:before{content:'\e02f'}.oi-caret-top:before{content:'\e030'}.oi-cart:before{content:'\e031'}.oi-chat:before{content:'\e032'}.oi-check:before{content:'\e033'}.oi-chevron-bottom:before{content:'\e034'}.oi-chevron-left:before{content:'\e035'}.oi-chevron-right:before{content:'\e036'}.oi-chevron-top:before{content:'\e037'}.oi-circle-check:before{content:'\e038'}.oi-circle-x:before{content:'\e039'}.oi-clipboard:before{content:'\e03a'}.oi-clock:before{content:'\e03b'}.oi-cloud-download:before{content:'\e03c'}.oi-cloud-upload:before{content:'\e03d'}.oi-cloud:before{content:'\e03e'}.oi-cloudy:before{content:'\e03f'}.oi-code:before{content:'\e040'}.oi-cog:before{content:'\e041'}.oi-collapse-down:before{content:'\e042'}.oi-collapse-left:before{content:'\e043'}.oi-collapse-right:before{content:'\e044'}.oi-collapse-up:before{content:'\e045'}.oi-command:before{content:'\e046'}.oi-comment-square:before{content:'\e047'}.oi-compass:before{content:'\e048'}.oi-contrast:before{content:'\e049'}.oi-copywriting:before{content:'\e04a'}.oi-credit-card:before{content:'\e04b'}.oi-crop:before{content:'\e04c'}.oi-dashboard:before{content:'\e04d'}.oi-data-transfer-download:before{content:'\e04e'}.oi-data-transfer-upload:before{content:'\e04f'}.oi-delete:before{content:'\e050'}.oi-dial:before{content:'\e051'}.oi-document:before{content:'\e052'}.oi-dollar:before{content:'\e053'}.oi-double-quote-sans-left:before{content:'\e054'}.oi-double-quote-sans-right:before{content:'\e055'}.oi-double-quote-serif-left:before{content:'\e056'}.oi-double-quote-serif-right:before{content:'\e057'}.oi-droplet:before{content:'\e058'}.oi-eject:before{content:'\e059'}.oi-elevator:before{content:'\e05a'}.oi-ellipses:before{content:'\e05b'}.oi-envelope-closed:before{content:'\e05c'}.oi-envelope-open:before{content:'\e05d'}.oi-euro:before{content:'\e05e'}.oi-excerpt:before{content:'\e05f'}.oi-expand-down:before{content:'\e060'}.oi-expand-left:before{content:'\e061'}.oi-expand-right:before{content:'\e062'}.oi-expand-up:before{content:'\e063'}.oi-external-link:before{content:'\e064'}.oi-eye:before{content:'\e065'}.oi-eyedropper:before{content:'\e066'}.oi-file:before{content:'\e067'}.oi-fire:before{content:'\e068'}.oi-flag:before{content:'\e069'}.oi-flash:before{content:'\e06a'}.oi-folder:before{content:'\e06b'}.oi-fork:before{content:'\e06c'}.oi-fullscreen-enter:before{content:'\e06d'}.oi-fullscreen-exit:before{content:'\e06e'}.oi-globe:before{content:'\e06f'}.oi-graph:before{content:'\e070'}.oi-grid-four-up:before{content:'\e071'}.oi-grid-three-up:before{content:'\e072'}.oi-grid-two-up:before{content:'\e073'}.oi-hard-drive:before{content:'\e074'}.oi-header:before{content:'\e075'}.oi-headphones:before{content:'\e076'}.oi-heart:before{content:'\e077'}.oi-home:before{content:'\e078'}.oi-image:before{content:'\e079'}.oi-inbox:before{content:'\e07a'}.oi-infinity:before{content:'\e07b'}.oi-info:before{content:'\e07c'}.oi-italic:before{content:'\e07d'}.oi-justify-center:before{content:'\e07e'}.oi-justify-left:before{content:'\e07f'}.oi-justify-right:before{content:'\e080'}.oi-key:before{content:'\e081'}.oi-laptop:before{content:'\e082'}.oi-layers:before{content:'\e083'}.oi-lightbulb:before{content:'\e084'}.oi-link-broken:before{content:'\e085'}.oi-link-intact:before{content:'\e086'}.oi-list-rich:before{content:'\e087'}.oi-list:before{content:'\e088'}.oi-location:before{content:'\e089'}.oi-lock-locked:before{content:'\e08a'}.oi-lock-unlocked:before{content:'\e08b'}.oi-loop-circular:before{content:'\e08c'}.oi-loop-square:before{content:'\e08d'}.oi-loop:before{content:'\e08e'}.oi-magnifying-glass:before{content:'\e08f'}.oi-map-marker:before{content:'\e090'}.oi-map:before{content:'\e091'}.oi-media-pause:before{content:'\e092'}.oi-media-play:before{content:'\e093'}.oi-media-record:before{content:'\e094'}.oi-media-skip-backward:before{content:'\e095'}.oi-media-skip-forward:before{content:'\e096'}.oi-media-step-backward:before{content:'\e097'}.oi-media-step-forward:before{content:'\e098'}.oi-media-stop:before{content:'\e099'}.oi-medical-cross:before{content:'\e09a'}.oi-menu:before{content:'\e09b'}.oi-microphone:before{content:'\e09c'}.oi-minus:before{content:'\e09d'}.oi-monitor:before{content:'\e09e'}.oi-moon:before{content:'\e09f'}.oi-move:before{content:'\e0a0'}.oi-musical-note:before{content:'\e0a1'}.oi-paperclip:before{content:'\e0a2'}.oi-pencil:before{content:'\e0a3'}.oi-people:before{content:'\e0a4'}.oi-person:before{content:'\e0a5'}.oi-phone:before{content:'\e0a6'}.oi-pie-chart:before{content:'\e0a7'}.oi-pin:before{content:'\e0a8'}.oi-play-circle:before{content:'\e0a9'}.oi-plus:before{content:'\e0aa'}.oi-power-standby:before{content:'\e0ab'}.oi-print:before{content:'\e0ac'}.oi-project:before{content:'\e0ad'}.oi-pulse:before{content:'\e0ae'}.oi-puzzle-piece:before{content:'\e0af'}.oi-question-mark:before{content:'\e0b0'}.oi-rain:before{content:'\e0b1'}.oi-random:before{content:'\e0b2'}.oi-reload:before{content:'\e0b3'}.oi-resize-both:before{content:'\e0b4'}.oi-resize-height:before{content:'\e0b5'}.oi-resize-width:before{content:'\e0b6'}.oi-rss-alt:before{content:'\e0b7'}.oi-rss:before{content:'\e0b8'}.oi-script:before{content:'\e0b9'}.oi-share-boxed:before{content:'\e0ba'}.oi-share:before{content:'\e0bb'}.oi-shield:before{content:'\e0bc'}.oi-signal:before{content:'\e0bd'}.oi-signpost:before{content:'\e0be'}.oi-sort-ascending:before{content:'\e0bf'}.oi-sort-descending:before{content:'\e0c0'}.oi-spreadsheet:before{content:'\e0c1'}.oi-star:before{content:'\e0c2'}.oi-sun:before{content:'\e0c3'}.oi-tablet:before{content:'\e0c4'}.oi-tag:before{content:'\e0c5'}.oi-tags:before{content:'\e0c6'}.oi-target:before{content:'\e0c7'}.oi-task:before{content:'\e0c8'}.oi-terminal:before{content:'\e0c9'}.oi-text:before{content:'\e0ca'}.oi-thumb-down:before{content:'\e0cb'}.oi-thumb-up:before{content:'\e0cc'}.oi-timer:before{content:'\e0cd'}.oi-transfer:before{content:'\e0ce'}.oi-trash:before{content:'\e0cf'}.oi-underline:before{content:'\e0d0'}.oi-vertical-align-bottom:before{content:'\e0d1'}.oi-vertical-align-center:before{content:'\e0d2'}.oi-vertical-align-top:before{content:'\e0d3'}.oi-video:before{content:'\e0d4'}.oi-volume-high:before{content:'\e0d5'}.oi-volume-low:before{content:'\e0d6'}.oi-volume-off:before{content:'\e0d7'}.oi-warning:before{content:'\e0d8'}.oi-wifi:before{content:'\e0d9'}.oi-wrench:before{content:'\e0da'}.oi-x:before{content:'\e0db'}.oi-yen:before{content:'\e0dc'}.oi-zoom-in:before{content:'\e0dd'}.oi-zoom-out:before{content:'\e0de'}
/*!
 * Iconoir
 * Copyright (c) 2021 Luca Burgio - https://iconoir.com
 * License - https://github.com/lucaburgio/iconoir/blob/master/LICENSE (Code: MIT License)
 * CSS file created by Till Esser (@Wiwaltill) and automated by Pascal Jufer (@paescuj)
 */

i[class*=" iconoir-"]::before,i[class^=iconoir-]::before{background-size: 10px 20px;
    display: inline-block;
    width: 10px;
    height: 10px;line-height:1;position:relative;top:4px;}.iconoir-1st-medal::before{content:url(iconoir/icons/1st-medal.svg)}.iconoir-2x2-cell::before{content:url(iconoir/icons/2x2-cell.svg)}.iconoir-360-view::before{content:url(iconoir/icons/360-view.svg)}.iconoir-3d-select-edge::before{content:url(iconoir/icons/3d-select-edge.svg)}.iconoir-3d-select-face::before{content:url(iconoir/icons/3d-select-face.svg)}.iconoir-3d-select-point::before{content:url(iconoir/icons/3d-select-point.svg)}.iconoir-3d-select-solid::before{content:url(iconoir/icons/3d-select-solid.svg)}.iconoir-4k-display::before{content:url(iconoir/icons/4k-display.svg)}.iconoir-accessibility-sign::before{content:url(iconoir/icons/accessibility-sign.svg)}.iconoir-accessibility-tech::before{content:url(iconoir/icons/accessibility-tech.svg)}.iconoir-accessibility::before{content:url(iconoir/icons/accessibility.svg)}.iconoir-activity::before{content:url(iconoir/icons/activity.svg)}.iconoir-add-circled-outline::before{content:url(iconoir/icons/add-circled-outline.svg)}.iconoir-add-database-script::before{content:url(iconoir/icons/add-database-script.svg)}.iconoir-add-folder::before{content:url(iconoir/icons/add-folder.svg)}.iconoir-add-frame::before{content:url(iconoir/icons/add-frame.svg)}.iconoir-add-hexagon::before{content:url(iconoir/icons/add-hexagon.svg)}.iconoir-add-keyframe-alt::before{content:url(iconoir/icons/add-keyframe-alt.svg)}.iconoir-add-keyframe::before{content:url(iconoir/icons/add-keyframe.svg)}.iconoir-add-keyframes::before{content:url(iconoir/icons/add-keyframes.svg)}.iconoir-add-lens::before{content:url(iconoir/icons/add-lens.svg)}.iconoir-add-media-image::before{content:url(iconoir/icons/add-media-image.svg)}.iconoir-add-media-video::before{content:url(iconoir/icons/add-media-video.svg)}.iconoir-add-page::before{content:url(iconoir/icons/add-page.svg)}.iconoir-add-pin-alt::before{content:url(iconoir/icons/add-pin-alt.svg)}.iconoir-add-selection::before{content:url(iconoir/icons/add-selection.svg)}.iconoir-add-square::before{content:url(iconoir/icons/add-square.svg)}.iconoir-add-to-cart::before{content:url(iconoir/icons/add-to-cart.svg)}.iconoir-add-user::before{content:url(iconoir/icons/add-user.svg)}.iconoir-air-conditioner::before{content:url(iconoir/icons/air-conditioner.svg)}.iconoir-airplane-helix-45deg::before{content:url(iconoir/icons/airplane-helix-45deg.svg)}.iconoir-airplane-helix::before{content:url(iconoir/icons/airplane-helix.svg)}.iconoir-airplane-off::before{content:url(iconoir/icons/airplane-off.svg)}.iconoir-airplane-rotation::before{content:url(iconoir/icons/airplane-rotation.svg)}.iconoir-airplane::before{content:url(iconoir/icons/airplane.svg)}.iconoir-airplay::before{content:url(iconoir/icons/airplay.svg)}.iconoir-alarm::before{content:url(iconoir/icons/alarm.svg)}.iconoir-album-carousel::before{content:url(iconoir/icons/album-carousel.svg)}.iconoir-album-list::before{content:url(iconoir/icons/album-list.svg)}.iconoir-album-open::before{content:url(iconoir/icons/album-open.svg)}.iconoir-album::before{content:url(iconoir/icons/album.svg)}.iconoir-align-bottom-box::before{content:url(iconoir/icons/align-bottom-box.svg)}.iconoir-align-center::before{content:url(iconoir/icons/align-center.svg)}.iconoir-align-justify::before{content:url(iconoir/icons/align-justify.svg)}.iconoir-align-left-box::before{content:url(iconoir/icons/align-left-box.svg)}.iconoir-align-left::before{content:url(iconoir/icons/align-left.svg)}.iconoir-align-right-box::before{content:url(iconoir/icons/align-right-box.svg)}.iconoir-align-right::before{content:url(iconoir/icons/align-right.svg)}.iconoir-align-top-box::before{content:url(iconoir/icons/align-top-box.svg)}.iconoir-antenna-off::before{content:url(iconoir/icons/antenna-off.svg)}.iconoir-antenna-signal-rounded::before{content:url(iconoir/icons/antenna-signal-rounded.svg)}.iconoir-antenna-signal::before{content:url(iconoir/icons/antenna-signal.svg)}.iconoir-antenna::before{content:url(iconoir/icons/antenna.svg)}.iconoir-app-notification::before{content:url(iconoir/icons/app-notification.svg)}.iconoir-apple-half-alt::before{content:url(iconoir/icons/apple-half-alt.svg)}.iconoir-apple-half::before{content:url(iconoir/icons/apple-half.svg)}.iconoir-apple-imac-2021-side::before{content:url(iconoir/icons/apple-imac-2021-side.svg)}.iconoir-apple-imac-2021::before{content:url(iconoir/icons/apple-imac-2021.svg)}.iconoir-apple-mac::before{content:url(iconoir/icons/apple-mac.svg)}.iconoir-apple-swift::before{content:url(iconoir/icons/apple-swift.svg)}.iconoir-apple-wallet::before{content:url(iconoir/icons/apple-wallet.svg)}.iconoir-apple::before{content:url(iconoir/icons/apple.svg)}.iconoir-ar-symbol::before{content:url(iconoir/icons/ar-symbol.svg)}.iconoir-archery::before{content:url(iconoir/icons/archery.svg)}.iconoir-archive::before{content:url(iconoir/icons/archive.svg)}.iconoir-area-search::before{content:url(iconoir/icons/area-search.svg)}.iconoir-arrow-archery::before{content:url(iconoir/icons/arrow-archery.svg)}.iconoir-arrow-down-circled::before{content:url(iconoir/icons/arrow-down-circled.svg)}.iconoir-arrow-down::before{content:url(iconoir/icons/arrow-down.svg)}.iconoir-arrow-left-circled::before{content:url(iconoir/icons/arrow-left-circled.svg)}.iconoir-arrow-left::before{content:url(iconoir/icons/arrow-left.svg)}.iconoir-arrow-right-circled::before{content:url(iconoir/icons/arrow-right-circled.svg)}.iconoir-arrow-right::before{content:url(iconoir/icons/arrow-right.svg)}.iconoir-arrow-separate-vertical::before{content:url(iconoir/icons/arrow-separate-vertical.svg)}.iconoir-arrow-separate::before{content:url(iconoir/icons/arrow-separate.svg)}.iconoir-arrow-union-vertical::before{content:url(iconoir/icons/arrow-union-vertical.svg)}.iconoir-arrow-union::before{content:url(iconoir/icons/arrow-union.svg)}.iconoir-arrow-up-circled::before{content:url(iconoir/icons/arrow-up-circled.svg)}.iconoir-arrow-up::before{content:url(iconoir/icons/arrow-up.svg)}.iconoir-asana::before{content:url(iconoir/icons/asana.svg)}.iconoir-atom::before{content:url(iconoir/icons/atom.svg)}.iconoir-attachment::before{content:url(iconoir/icons/attachment.svg)}.iconoir-auto-flash::before{content:url(iconoir/icons/auto-flash.svg)}.iconoir-axes::before{content:url(iconoir/icons/axes.svg)}.iconoir-backward-15-seconds::before{content:url(iconoir/icons/backward-15-seconds.svg)}.iconoir-bag::before{content:url(iconoir/icons/bag.svg)}.iconoir-bank::before{content:url(iconoir/icons/bank.svg)}.iconoir-barcode::before{content:url(iconoir/icons/barcode.svg)}.iconoir-basketball-alt::before{content:url(iconoir/icons/basketball-alt.svg)}.iconoir-basketball-field::before{content:url(iconoir/icons/basketball-field.svg)}.iconoir-basketball::before{content:url(iconoir/icons/basketball.svg)}.iconoir-battery-25::before{content:url(iconoir/icons/battery-25.svg)}.iconoir-battery-50::before{content:url(iconoir/icons/battery-50.svg)}.iconoir-battery-75::before{content:url(iconoir/icons/battery-75.svg)}.iconoir-battery-charging::before{content:url(iconoir/icons/battery-charging.svg)}.iconoir-battery-empty::before{content:url(iconoir/icons/battery-empty.svg)}.iconoir-battery-full::before{content:url(iconoir/icons/battery-full.svg)}.iconoir-battery-indicator::before{content:url(iconoir/icons/battery-indicator.svg)}.iconoir-battery-warning::before{content:url(iconoir/icons/battery-warning.svg)}.iconoir-bbq::before{content:url(iconoir/icons/bbq.svg)}.iconoir-beach-bag-big::before{content:url(iconoir/icons/beach-bag-big.svg)}.iconoir-beach-bag::before{content:url(iconoir/icons/beach-bag.svg)}.iconoir-bell-notification::before{content:url(iconoir/icons/bell-notification.svg)}.iconoir-bell-off::before{content:url(iconoir/icons/bell-off.svg)}.iconoir-bell::before{content:url(iconoir/icons/bell.svg)}.iconoir-bicycle::before{content:url(iconoir/icons/bicycle.svg)}.iconoir-bin-add::before{content:url(iconoir/icons/bin-add.svg)}.iconoir-bin-full::before{content:url(iconoir/icons/bin-full.svg)}.iconoir-bin-half::before{content:url(iconoir/icons/bin-half.svg)}.iconoir-bin-minus::before{content:url(iconoir/icons/bin-minus.svg)}.iconoir-bin::before{content:url(iconoir/icons/bin.svg)}.iconoir-bluetooth-rounded::before{content:url(iconoir/icons/bluetooth-rounded.svg)}.iconoir-bluetooth::before{content:url(iconoir/icons/bluetooth.svg)}.iconoir-bold-square-outline::before{content:url(iconoir/icons/bold-square-outline.svg)}.iconoir-bold::before{content:url(iconoir/icons/bold.svg)}.iconoir-bonfire::before{content:url(iconoir/icons/bonfire.svg)}.iconoir-book-stack::before{content:url(iconoir/icons/book-stack.svg)}.iconoir-book::before{content:url(iconoir/icons/book.svg)}.iconoir-bookmark-book::before{content:url(iconoir/icons/bookmark-book.svg)}.iconoir-bookmark-circled::before{content:url(iconoir/icons/bookmark-circled.svg)}.iconoir-bookmark-empty::before{content:url(iconoir/icons/bookmark-empty.svg)}.iconoir-border-bl::before{content:url(iconoir/icons/border-bl.svg)}.iconoir-border-bottom::before{content:url(iconoir/icons/border-bottom.svg)}.iconoir-border-br::before{content:url(iconoir/icons/border-br.svg)}.iconoir-border-inner::before{content:url(iconoir/icons/border-inner.svg)}.iconoir-border-left::before{content:url(iconoir/icons/border-left.svg)}.iconoir-border-out::before{content:url(iconoir/icons/border-out.svg)}.iconoir-border-right::before{content:url(iconoir/icons/border-right.svg)}.iconoir-border-tl::before{content:url(iconoir/icons/border-tl.svg)}.iconoir-border-top::before{content:url(iconoir/icons/border-top.svg)}.iconoir-border-tr::before{content:url(iconoir/icons/border-tr.svg)}.iconoir-bounce-left::before{content:url(iconoir/icons/bounce-left.svg)}.iconoir-bounce-right::before{content:url(iconoir/icons/bounce-right.svg)}.iconoir-bowling-ball::before{content:url(iconoir/icons/bowling-ball.svg)}.iconoir-box-iso::before{content:url(iconoir/icons/box-iso.svg)}.iconoir-box::before{content:url(iconoir/icons/box.svg)}.iconoir-boxing-glove::before{content:url(iconoir/icons/boxing-glove.svg)}.iconoir-bubble-download::before{content:url(iconoir/icons/bubble-download.svg)}.iconoir-bubble-error::before{content:url(iconoir/icons/bubble-error.svg)}.iconoir-bubble-income::before{content:url(iconoir/icons/bubble-income.svg)}.iconoir-bubble-outcome::before{content:url(iconoir/icons/bubble-outcome.svg)}.iconoir-bubble-search::before{content:url(iconoir/icons/bubble-search.svg)}.iconoir-bubble-star::before{content:url(iconoir/icons/bubble-star.svg)}.iconoir-bubble-upload::before{content:url(iconoir/icons/bubble-upload.svg)}.iconoir-bubble-warning::before{content:url(iconoir/icons/bubble-warning.svg)}.iconoir-building::before{content:url(iconoir/icons/building.svg)}.iconoir-bus-outline::before{content:url(iconoir/icons/bus-outline.svg)}.iconoir-bus-stop::before{content:url(iconoir/icons/bus-stop.svg)}.iconoir-cable-rounded::before{content:url(iconoir/icons/cable-rounded.svg)}.iconoir-calculator::before{content:url(iconoir/icons/calculator.svg)}.iconoir-calendar::before{content:url(iconoir/icons/calendar.svg)}.iconoir-camera::before{content:url(iconoir/icons/camera.svg)}.iconoir-cancel::before{content:url(iconoir/icons/cancel.svg)}.iconoir-car-outline::before{content:url(iconoir/icons/car-outline.svg)}.iconoir-carbon::before{content:url(iconoir/icons/carbon.svg)}.iconoir-card-wallet::before{content:url(iconoir/icons/card-wallet.svg)}.iconoir-cart-alt::before{content:url(iconoir/icons/cart-alt.svg)}.iconoir-cart::before{content:url(iconoir/icons/cart.svg)}.iconoir-cash::before{content:url(iconoir/icons/cash.svg)}.iconoir-center-align::before{content:url(iconoir/icons/center-align.svg)}.iconoir-chat-add::before{content:url(iconoir/icons/chat-add.svg)}.iconoir-chat-bubble-check-1::before{content:url(iconoir/icons/chat-bubble-check-1.svg)}.iconoir-chat-bubble-check::before{content:url(iconoir/icons/chat-bubble-check.svg)}.iconoir-chat-bubble-empty::before{content:url(iconoir/icons/chat-bubble-empty.svg)}.iconoir-chat-bubble-error::before{content:url(iconoir/icons/chat-bubble-error.svg)}.iconoir-chat-bubble-question::before{content:url(iconoir/icons/chat-bubble-question.svg)}.iconoir-chat-bubble-translate::before{content:url(iconoir/icons/chat-bubble-translate.svg)}.iconoir-chat-bubble-warning::before{content:url(iconoir/icons/chat-bubble-warning.svg)}.iconoir-chat-bubble::before{content:url(iconoir/icons/chat-bubble.svg)}.iconoir-chat-lines::before{content:url(iconoir/icons/chat-lines.svg)}.iconoir-chat-remove::before{content:url(iconoir/icons/chat-remove.svg)}.iconoir-check-circled-outline::before{content:url(iconoir/icons/check-circled-outline.svg)}.iconoir-check::before{content:url(iconoir/icons/check.svg)}.iconoir-chocolate::before{content:url(iconoir/icons/chocolate.svg)}.iconoir-chromecast-active::before{content:url(iconoir/icons/chromecast-active.svg)}.iconoir-chromecast::before{content:url(iconoir/icons/chromecast.svg)}.iconoir-church-alt::before{content:url(iconoir/icons/church-alt.svg)}.iconoir-church::before{content:url(iconoir/icons/church.svg)}.iconoir-cinema-old::before{content:url(iconoir/icons/cinema-old.svg)}.iconoir-circle::before{content:url(iconoir/icons/circle.svg)}.iconoir-city::before{content:url(iconoir/icons/city.svg)}.iconoir-clock-outline::before{content:url(iconoir/icons/clock-outline.svg)}.iconoir-closet::before{content:url(iconoir/icons/closet.svg)}.iconoir-cloud-book-alt::before{content:url(iconoir/icons/cloud-book-alt.svg)}.iconoir-cloud-check::before{content:url(iconoir/icons/cloud-check.svg)}.iconoir-cloud-desync::before{content:url(iconoir/icons/cloud-desync.svg)}.iconoir-cloud-download::before{content:url(iconoir/icons/cloud-download.svg)}.iconoir-cloud-error::before{content:url(iconoir/icons/cloud-error.svg)}.iconoir-cloud-sunny::before{content:url(iconoir/icons/cloud-sunny.svg)}.iconoir-cloud-sync::before{content:url(iconoir/icons/cloud-sync.svg)}.iconoir-cloud-upload::before{content:url(iconoir/icons/cloud-upload.svg)}.iconoir-cloud::before{content:url(iconoir/icons/cloud.svg)}.iconoir-code-brackets-square::before{content:url(iconoir/icons/code-brackets-square.svg)}.iconoir-code-brackets::before{content:url(iconoir/icons/code-brackets.svg)}.iconoir-code::before{content:url(iconoir/icons/code.svg)}.iconoir-codepen::before{content:url(iconoir/icons/codepen.svg)}.iconoir-coin::before{content:url(iconoir/icons/coin.svg)}.iconoir-collage-frame::before{content:url(iconoir/icons/collage-frame.svg)}.iconoir-collapse::before{content:url(iconoir/icons/collapse.svg)}.iconoir-color-filter::before{content:url(iconoir/icons/color-filter.svg)}.iconoir-color-picker-empty::before{content:url(iconoir/icons/color-picker-empty.svg)}.iconoir-color-picker::before{content:url(iconoir/icons/color-picker.svg)}.iconoir-combine::before{content:url(iconoir/icons/combine.svg)}.iconoir-compact-disc::before{content:url(iconoir/icons/compact-disc.svg)}.iconoir-compress-lines::before{content:url(iconoir/icons/compress-lines.svg)}.iconoir-compress::before{content:url(iconoir/icons/compress.svg)}.iconoir-computer::before{content:url(iconoir/icons/computer.svg)}.iconoir-consumable::before{content:url(iconoir/icons/consumable.svg)}.iconoir-control-slider::before{content:url(iconoir/icons/control-slider.svg)}.iconoir-cookie::before{content:url(iconoir/icons/cookie.svg)}.iconoir-copy::before{content:url(iconoir/icons/copy.svg)}.iconoir-copyright::before{content:url(iconoir/icons/copyright.svg)}.iconoir-corner-bottom-left::before{content:url(iconoir/icons/corner-bottom-left.svg)}.iconoir-corner-bottom-right::before{content:url(iconoir/icons/corner-bottom-right.svg)}.iconoir-corner-top-left::before{content:url(iconoir/icons/corner-top-left.svg)}.iconoir-corner-top-right::before{content:url(iconoir/icons/corner-top-right.svg)}.iconoir-cpu-warning::before{content:url(iconoir/icons/cpu-warning.svg)}.iconoir-cpu::before{content:url(iconoir/icons/cpu.svg)}.iconoir-cracked-egg::before{content:url(iconoir/icons/cracked-egg.svg)}.iconoir-creative-commons::before{content:url(iconoir/icons/creative-commons.svg)}.iconoir-credit-card-2::before{content:url(iconoir/icons/credit-card-2.svg)}.iconoir-credit-card::before{content:url(iconoir/icons/credit-card.svg)}.iconoir-crop-rotate-bl::before{content:url(iconoir/icons/crop-rotate-bl.svg)}.iconoir-crop-rotate-br::before{content:url(iconoir/icons/crop-rotate-br.svg)}.iconoir-crop-rotate-tl::before{content:url(iconoir/icons/crop-rotate-tl.svg)}.iconoir-crop-rotate-tr::before{content:url(iconoir/icons/crop-rotate-tr.svg)}.iconoir-crop::before{content:url(iconoir/icons/crop.svg)}.iconoir-css3::before{content:url(iconoir/icons/css3.svg)}.iconoir-cursor-pointer::before{content:url(iconoir/icons/cursor-pointer.svg)}.iconoir-cut-alt::before{content:url(iconoir/icons/cut-alt.svg)}.iconoir-cut::before{content:url(iconoir/icons/cut.svg)}.iconoir-cycling::before{content:url(iconoir/icons/cycling.svg)}.iconoir-dash-flag::before{content:url(iconoir/icons/dash-flag.svg)}.iconoir-dashboard-dots::before{content:url(iconoir/icons/dashboard-dots.svg)}.iconoir-dashboard-speed::before{content:url(iconoir/icons/dashboard-speed.svg)}.iconoir-dashboard::before{content:url(iconoir/icons/dashboard.svg)}.iconoir-data-transfer-both::before{content:url(iconoir/icons/data-transfer-both.svg)}.iconoir-data-transfer-check::before{content:url(iconoir/icons/data-transfer-check.svg)}.iconoir-data-transfer-down::before{content:url(iconoir/icons/data-transfer-down.svg)}.iconoir-data-transfer-up::before{content:url(iconoir/icons/data-transfer-up.svg)}.iconoir-data-transfer-warning::before{content:url(iconoir/icons/data-transfer-warning.svg)}.iconoir-database-backup::before{content:url(iconoir/icons/database-backup.svg)}.iconoir-database-export::before{content:url(iconoir/icons/database-export.svg)}.iconoir-database-monitor::before{content:url(iconoir/icons/database-monitor.svg)}.iconoir-database-restore::before{content:url(iconoir/icons/database-restore.svg)}.iconoir-database-rounded::before{content:url(iconoir/icons/database-rounded.svg)}.iconoir-database-script::before{content:url(iconoir/icons/database-script.svg)}.iconoir-database-settings::before{content:url(iconoir/icons/database-settings.svg)}.iconoir-database-star::before{content:url(iconoir/icons/database-star.svg)}.iconoir-database-stats::before{content:url(iconoir/icons/database-stats.svg)}.iconoir-db-check::before{content:url(iconoir/icons/db-check.svg)}.iconoir-db-error::before{content:url(iconoir/icons/db-error.svg)}.iconoir-db-search::before{content:url(iconoir/icons/db-search.svg)}.iconoir-db-star::before{content:url(iconoir/icons/db-star.svg)}.iconoir-db-warning::before{content:url(iconoir/icons/db-warning.svg)}.iconoir-db::before{content:url(iconoir/icons/db.svg)}.iconoir-de-compress::before{content:url(iconoir/icons/de-compress.svg)}.iconoir-delete-circled-outline::before{content:url(iconoir/icons/delete-circled-outline.svg)}.iconoir-delivery-truck::before{content:url(iconoir/icons/delivery-truck.svg)}.iconoir-delivery::before{content:url(iconoir/icons/delivery.svg)}.iconoir-design-pencil::before{content:url(iconoir/icons/design-pencil.svg)}.iconoir-dialpad::before{content:url(iconoir/icons/dialpad.svg)}.iconoir-dishwasher::before{content:url(iconoir/icons/dishwasher.svg)}.iconoir-divide-selection-1::before{content:url(iconoir/icons/divide-selection-1.svg)}.iconoir-divide-selection-2::before{content:url(iconoir/icons/divide-selection-2.svg)}.iconoir-doc-search-alt::before{content:url(iconoir/icons/doc-search-alt.svg)}.iconoir-doc-search::before{content:url(iconoir/icons/doc-search.svg)}.iconoir-doc-star-alt::before{content:url(iconoir/icons/doc-star-alt.svg)}.iconoir-doc-star::before{content:url(iconoir/icons/doc-star.svg)}.iconoir-dollar::before{content:url(iconoir/icons/dollar.svg)}.iconoir-domotic-issue::before{content:url(iconoir/icons/domotic-issue.svg)}.iconoir-donate::before{content:url(iconoir/icons/donate.svg)}.iconoir-double-check::before{content:url(iconoir/icons/double-check.svg)}.iconoir-down-round-arrow::before{content:url(iconoir/icons/down-round-arrow.svg)}.iconoir-download-circled-outline::before{content:url(iconoir/icons/download-circled-outline.svg)}.iconoir-download-square-outline::before{content:url(iconoir/icons/download-square-outline.svg)}.iconoir-download::before{content:url(iconoir/icons/download.svg)}.iconoir-drag-hand-gesture::before{content:url(iconoir/icons/drag-hand-gesture.svg)}.iconoir-drawer::before{content:url(iconoir/icons/drawer.svg)}.iconoir-dribbble::before{content:url(iconoir/icons/dribbble.svg)}.iconoir-droplet-half::before{content:url(iconoir/icons/droplet-half.svg)}.iconoir-droplet::before{content:url(iconoir/icons/droplet.svg)}.iconoir-ease-curve-control-points::before{content:url(iconoir/icons/ease-curve-control-points.svg)}.iconoir-ease-in-control-point::before{content:url(iconoir/icons/ease-in-control-point.svg)}.iconoir-ease-in-out::before{content:url(iconoir/icons/ease-in-out.svg)}.iconoir-ease-in::before{content:url(iconoir/icons/ease-in.svg)}.iconoir-ease-out-control-point::before{content:url(iconoir/icons/ease-out-control-point.svg)}.iconoir-ease-out::before{content:url(iconoir/icons/ease-out.svg)}.iconoir-edit-pencil::before{content:url(iconoir/icons/edit-pencil.svg)}.iconoir-edit::before{content:url(iconoir/icons/edit.svg)}.iconoir-egg::before{content:url(iconoir/icons/egg.svg)}.iconoir-eject::before{content:url(iconoir/icons/eject.svg)}.iconoir-electronics-chip::before{content:url(iconoir/icons/electronics-chip.svg)}.iconoir-electronics-transistor::before{content:url(iconoir/icons/electronics-transistor.svg)}.iconoir-emoji-ball::before{content:url(iconoir/icons/emoji-ball.svg)}.iconoir-emoji-blink-left::before{content:url(iconoir/icons/emoji-blink-left.svg)}.iconoir-emoji-blink-right::before{content:url(iconoir/icons/emoji-blink-right.svg)}.iconoir-emoji-look-bottom::before{content:url(iconoir/icons/emoji-look-bottom.svg)}.iconoir-emoji-look-left::before{content:url(iconoir/icons/emoji-look-left.svg)}.iconoir-emoji-look-right::before{content:url(iconoir/icons/emoji-look-right.svg)}.iconoir-emoji-look-top::before{content:url(iconoir/icons/emoji-look-top.svg)}.iconoir-emoji-puzzled::before{content:url(iconoir/icons/emoji-puzzled.svg)}.iconoir-emoji-quite::before{content:url(iconoir/icons/emoji-quite.svg)}.iconoir-emoji-really::before{content:url(iconoir/icons/emoji-really.svg)}.iconoir-emoji-sad::before{content:url(iconoir/icons/emoji-sad.svg)}.iconoir-emoji-satisfied::before{content:url(iconoir/icons/emoji-satisfied.svg)}.iconoir-emoji-sing-left-note::before{content:url(iconoir/icons/emoji-sing-left-note.svg)}.iconoir-emoji-sing-left::before{content:url(iconoir/icons/emoji-sing-left.svg)}.iconoir-emoji-sing-right-note::before{content:url(iconoir/icons/emoji-sing-right-note.svg)}.iconoir-emoji-sing-right::before{content:url(iconoir/icons/emoji-sing-right.svg)}.iconoir-emoji-surprise-alt::before{content:url(iconoir/icons/emoji-surprise-alt.svg)}.iconoir-emoji-surprise::before{content:url(iconoir/icons/emoji-surprise.svg)}.iconoir-emoji-talking-angry::before{content:url(iconoir/icons/emoji-talking-angry.svg)}.iconoir-emoji-talking-happy::before{content:url(iconoir/icons/emoji-talking-happy.svg)}.iconoir-emoji-think-left::before{content:url(iconoir/icons/emoji-think-left.svg)}.iconoir-emoji-think-right::before{content:url(iconoir/icons/emoji-think-right.svg)}.iconoir-emoji::before{content:url(iconoir/icons/emoji.svg)}.iconoir-empty-page::before{content:url(iconoir/icons/empty-page.svg)}.iconoir-enlarge-round-arrow::before{content:url(iconoir/icons/enlarge-round-arrow.svg)}.iconoir-enlarge::before{content:url(iconoir/icons/enlarge.svg)}.iconoir-euro-square::before{content:url(iconoir/icons/euro-square.svg)}.iconoir-euro::before{content:url(iconoir/icons/euro.svg)}.iconoir-ev-charge-alt::before{content:url(iconoir/icons/ev-charge-alt.svg)}.iconoir-ev-charge::before{content:url(iconoir/icons/ev-charge.svg)}.iconoir-ev-plug-charging::before{content:url(iconoir/icons/ev-plug-charging.svg)}.iconoir-ev-plug-error::before{content:url(iconoir/icons/ev-plug-error.svg)}.iconoir-ev-plug::before{content:url(iconoir/icons/ev-plug.svg)}.iconoir-ev-rounded::before{content:url(iconoir/icons/ev-rounded.svg)}.iconoir-ev-station::before{content:url(iconoir/icons/ev-station.svg)}.iconoir-exclude::before{content:url(iconoir/icons/exclude.svg)}.iconoir-expand-lines::before{content:url(iconoir/icons/expand-lines.svg)}.iconoir-expand::before{content:url(iconoir/icons/expand.svg)}.iconoir-eye-alt::before{content:url(iconoir/icons/eye-alt.svg)}.iconoir-eye-close::before{content:url(iconoir/icons/eye-close.svg)}.iconoir-eye-empty::before{content:url(iconoir/icons/eye-empty.svg)}.iconoir-eye-off::before{content:url(iconoir/icons/eye-off.svg)}.iconoir-face-id::before{content:url(iconoir/icons/face-id.svg)}.iconoir-facebook-squared::before{content:url(iconoir/icons/facebook-squared.svg)}.iconoir-facebook::before{content:url(iconoir/icons/facebook.svg)}.iconoir-facetime::before{content:url(iconoir/icons/facetime.svg)}.iconoir-farm::before{content:url(iconoir/icons/farm.svg)}.iconoir-fast-arrow-down-box::before{content:url(iconoir/icons/fast-arrow-down-box.svg)}.iconoir-fast-arrow-down::before{content:url(iconoir/icons/fast-arrow-down.svg)}.iconoir-fast-arrow-left-box::before{content:url(iconoir/icons/fast-arrow-left-box.svg)}.iconoir-fast-arrow-left::before{content:url(iconoir/icons/fast-arrow-left.svg)}.iconoir-fast-arrow-right-box::before{content:url(iconoir/icons/fast-arrow-right-box.svg)}.iconoir-fast-arrow-right::before{content:url(iconoir/icons/fast-arrow-right.svg)}.iconoir-fast-arrow-top::before{content:url(iconoir/icons/fast-arrow-top.svg)}.iconoir-fast-arrow-up-box::before{content:url(iconoir/icons/fast-arrow-up-box.svg)}.iconoir-fast-bottom-circle::before{content:url(iconoir/icons/fast-bottom-circle.svg)}.iconoir-fast-left-circle::before{content:url(iconoir/icons/fast-left-circle.svg)}.iconoir-fast-right-circle::before{content:url(iconoir/icons/fast-right-circle.svg)}.iconoir-fast-top-circle::before{content:url(iconoir/icons/fast-top-circle.svg)}.iconoir-favourite-book::before{content:url(iconoir/icons/favourite-book.svg)}.iconoir-female::before{content:url(iconoir/icons/female.svg)}.iconoir-figma::before{content:url(iconoir/icons/figma.svg)}.iconoir-file-not-found::before{content:url(iconoir/icons/file-not-found.svg)}.iconoir-filter-alt::before{content:url(iconoir/icons/filter-alt.svg)}.iconoir-filter::before{content:url(iconoir/icons/filter.svg)}.iconoir-finder::before{content:url(iconoir/icons/finder.svg)}.iconoir-fingerprint-circled-error::before{content:url(iconoir/icons/fingerprint-circled-error.svg)}.iconoir-fingerprint-circled-lock::before{content:url(iconoir/icons/fingerprint-circled-lock.svg)}.iconoir-fingerprint-circled-ok::before{content:url(iconoir/icons/fingerprint-circled-ok.svg)}.iconoir-fingerprint-circled::before{content:url(iconoir/icons/fingerprint-circled.svg)}.iconoir-fingerprint-phone::before{content:url(iconoir/icons/fingerprint-phone.svg)}.iconoir-fingerprint-scan::before{content:url(iconoir/icons/fingerprint-scan.svg)}.iconoir-fingerprint-squared::before{content:url(iconoir/icons/fingerprint-squared.svg)}.iconoir-fingerprint::before{content:url(iconoir/icons/fingerprint.svg)}.iconoir-fire-flame::before{content:url(iconoir/icons/fire-flame.svg)}.iconoir-fishing::before{content:url(iconoir/icons/fishing.svg)}.iconoir-flare::before{content:url(iconoir/icons/flare.svg)}.iconoir-flash-off::before{content:url(iconoir/icons/flash-off.svg)}.iconoir-flash::before{content:url(iconoir/icons/flash.svg)}.iconoir-flask::before{content:url(iconoir/icons/flask.svg)}.iconoir-flip-reverse::before{content:url(iconoir/icons/flip-reverse.svg)}.iconoir-flip::before{content:url(iconoir/icons/flip.svg)}.iconoir-flower::before{content:url(iconoir/icons/flower.svg)}.iconoir-fluorine::before{content:url(iconoir/icons/fluorine.svg)}.iconoir-fog::before{content:url(iconoir/icons/fog.svg)}.iconoir-folder-alert::before{content:url(iconoir/icons/folder-alert.svg)}.iconoir-folder::before{content:url(iconoir/icons/folder.svg)}.iconoir-font-size::before{content:url(iconoir/icons/font-size.svg)}.iconoir-football-ball::before{content:url(iconoir/icons/football-ball.svg)}.iconoir-football::before{content:url(iconoir/icons/football.svg)}.iconoir-forward-15-seconds::before{content:url(iconoir/icons/forward-15-seconds.svg)}.iconoir-forward-outline::before{content:url(iconoir/icons/forward-outline.svg)}.iconoir-frame-alt-empty::before{content:url(iconoir/icons/frame-alt-empty.svg)}.iconoir-frame-alt::before{content:url(iconoir/icons/frame-alt.svg)}.iconoir-frame-select::before{content:url(iconoir/icons/frame-select.svg)}.iconoir-frame-simple::before{content:url(iconoir/icons/frame-simple.svg)}.iconoir-frame-tool::before{content:url(iconoir/icons/frame-tool.svg)}.iconoir-frame::before{content:url(iconoir/icons/frame.svg)}.iconoir-fridge::before{content:url(iconoir/icons/fridge.svg)}.iconoir-fx-rounded::before{content:url(iconoir/icons/fx-rounded.svg)}.iconoir-fx::before{content:url(iconoir/icons/fx.svg)}.iconoir-garage::before{content:url(iconoir/icons/garage.svg)}.iconoir-gas-tank-drop::before{content:url(iconoir/icons/gas-tank-drop.svg)}.iconoir-gas-tank::before{content:url(iconoir/icons/gas-tank.svg)}.iconoir-gas::before{content:url(iconoir/icons/gas.svg)}.iconoir-gift::before{content:url(iconoir/icons/gift.svg)}.iconoir-git-branch::before{content:url(iconoir/icons/git-branch.svg)}.iconoir-git-commit::before{content:url(iconoir/icons/git-commit.svg)}.iconoir-git-merge::before{content:url(iconoir/icons/git-merge.svg)}.iconoir-github-outline::before{content:url(iconoir/icons/github-outline.svg)}.iconoir-github::before{content:url(iconoir/icons/github.svg)}.iconoir-gitlab-full::before{content:url(iconoir/icons/gitlab-full.svg)}.iconoir-glass-empty::before{content:url(iconoir/icons/glass-empty.svg)}.iconoir-glass-half-alt::before{content:url(iconoir/icons/glass-half-alt.svg)}.iconoir-glass-half::before{content:url(iconoir/icons/glass-half.svg)}.iconoir-glasses::before{content:url(iconoir/icons/glasses.svg)}.iconoir-globe::before{content:url(iconoir/icons/globe.svg)}.iconoir-golf::before{content:url(iconoir/icons/golf.svg)}.iconoir-google-circled::before{content:url(iconoir/icons/google-circled.svg)}.iconoir-google-docs::before{content:url(iconoir/icons/google-docs.svg)}.iconoir-google-drive-check::before{content:url(iconoir/icons/google-drive-check.svg)}.iconoir-google-drive-sync::before{content:url(iconoir/icons/google-drive-sync.svg)}.iconoir-google-drive-warning::before{content:url(iconoir/icons/google-drive-warning.svg)}.iconoir-google-drive::before{content:url(iconoir/icons/google-drive.svg)}.iconoir-google-home::before{content:url(iconoir/icons/google-home.svg)}.iconoir-google-one::before{content:url(iconoir/icons/google-one.svg)}.iconoir-google::before{content:url(iconoir/icons/google.svg)}.iconoir-gps::before{content:url(iconoir/icons/gps.svg)}.iconoir-graph-down::before{content:url(iconoir/icons/graph-down.svg)}.iconoir-graph-up::before{content:url(iconoir/icons/graph-up.svg)}.iconoir-grid-add::before{content:url(iconoir/icons/grid-add.svg)}.iconoir-grid-minus::before{content:url(iconoir/icons/grid-minus.svg)}.iconoir-grid-remove::before{content:url(iconoir/icons/grid-remove.svg)}.iconoir-group::before{content:url(iconoir/icons/group.svg)}.iconoir-gym::before{content:url(iconoir/icons/gym.svg)}.iconoir-half-cookie::before{content:url(iconoir/icons/half-cookie.svg)}.iconoir-half-moon::before{content:url(iconoir/icons/half-moon.svg)}.iconoir-hand-brake::before{content:url(iconoir/icons/hand-brake.svg)}.iconoir-handbag::before{content:url(iconoir/icons/handbag.svg)}.iconoir-hard-drive::before{content:url(iconoir/icons/hard-drive.svg)}.iconoir-hat::before{content:url(iconoir/icons/hat.svg)}.iconoir-hd-display::before{content:url(iconoir/icons/hd-display.svg)}.iconoir-hd::before{content:url(iconoir/icons/hd.svg)}.iconoir-hdr::before{content:url(iconoir/icons/hdr.svg)}.iconoir-headset-charge::before{content:url(iconoir/icons/headset-charge.svg)}.iconoir-headset-help::before{content:url(iconoir/icons/headset-help.svg)}.iconoir-headset-issue::before{content:url(iconoir/icons/headset-issue.svg)}.iconoir-headset::before{content:url(iconoir/icons/headset.svg)}.iconoir-health-shield::before{content:url(iconoir/icons/health-shield.svg)}.iconoir-healthcare::before{content:url(iconoir/icons/healthcare.svg)}.iconoir-heart::before{content:url(iconoir/icons/heart.svg)}.iconoir-heavy-rain::before{content:url(iconoir/icons/heavy-rain.svg)}.iconoir-heptagon::before{content:url(iconoir/icons/heptagon.svg)}.iconoir-her-slips::before{content:url(iconoir/icons/her-slips.svg)}.iconoir-hesa-warning-outline::before{content:url(iconoir/icons/hesa-warning-outline.svg)}.iconoir-hexagon-alt::before{content:url(iconoir/icons/hexagon-alt.svg)}.iconoir-hexagon::before{content:url(iconoir/icons/hexagon.svg)}.iconoir-high-priority::before{content:url(iconoir/icons/high-priority.svg)}.iconoir-historic-shield-alt::before{content:url(iconoir/icons/historic-shield-alt.svg)}.iconoir-historic-shield::before{content:url(iconoir/icons/historic-shield.svg)}.iconoir-home-alt-slim-horiz::before{content:url(iconoir/icons/home-alt-slim-horiz.svg)}.iconoir-home-alt-slim::before{content:url(iconoir/icons/home-alt-slim.svg)}.iconoir-home-alt::before{content:url(iconoir/icons/home-alt.svg)}.iconoir-home-hospital::before{content:url(iconoir/icons/home-hospital.svg)}.iconoir-home-simple-door::before{content:url(iconoir/icons/home-simple-door.svg)}.iconoir-home-simple::before{content:url(iconoir/icons/home-simple.svg)}.iconoir-home-user::before{content:url(iconoir/icons/home-user.svg)}.iconoir-home::before{content:url(iconoir/icons/home.svg)}.iconoir-horiz-distribution-left::before{content:url(iconoir/icons/horiz-distribution-left.svg)}.iconoir-horiz-distribution-right::before{content:url(iconoir/icons/horiz-distribution-right.svg)}.iconoir-hospital-sign::before{content:url(iconoir/icons/hospital-sign.svg)}.iconoir-hospital::before{content:url(iconoir/icons/hospital.svg)}.iconoir-hourglass::before{content:url(iconoir/icons/hourglass.svg)}.iconoir-html5::before{content:url(iconoir/icons/html5.svg)}.iconoir-hydrogen::before{content:url(iconoir/icons/hydrogen.svg)}.iconoir-iconoir::before{content:url(iconoir/icons/iconoir.svg)}.iconoir-import::before{content:url(iconoir/icons/import.svg)}.iconoir-industry::before{content:url(iconoir/icons/industry.svg)}.iconoir-info-empty::before{content:url(iconoir/icons/info-empty.svg)}.iconoir-input-field::before{content:url(iconoir/icons/input-field.svg)}.iconoir-input-search::before{content:url(iconoir/icons/input-search.svg)}.iconoir-instagram::before{content:url(iconoir/icons/instagram.svg)}.iconoir-internet::before{content:url(iconoir/icons/internet.svg)}.iconoir-intersect-alt::before{content:url(iconoir/icons/intersect-alt.svg)}.iconoir-intersect::before{content:url(iconoir/icons/intersect.svg)}.iconoir-ios-settings::before{content:url(iconoir/icons/ios-settings.svg)}.iconoir-ip-address::before{content:url(iconoir/icons/ip-address.svg)}.iconoir-iris-scan::before{content:url(iconoir/icons/iris-scan.svg)}.iconoir-italic-square-outline::before{content:url(iconoir/icons/italic-square-outline.svg)}.iconoir-italic::before{content:url(iconoir/icons/italic.svg)}.iconoir-journal-page::before{content:url(iconoir/icons/journal-page.svg)}.iconoir-journal::before{content:url(iconoir/icons/journal.svg)}.iconoir-kanban-board::before{content:url(iconoir/icons/kanban-board.svg)}.iconoir-key-alt-back::before{content:url(iconoir/icons/key-alt-back.svg)}.iconoir-key-alt-minus::before{content:url(iconoir/icons/key-alt-minus.svg)}.iconoir-key-alt-plus::before{content:url(iconoir/icons/key-alt-plus.svg)}.iconoir-key-alt-remove::before{content:url(iconoir/icons/key-alt-remove.svg)}.iconoir-key-alt::before{content:url(iconoir/icons/key-alt.svg)}.iconoir-keyframe-align-center::before{content:url(iconoir/icons/keyframe-align-center.svg)}.iconoir-keyframe-align-horizontal::before{content:url(iconoir/icons/keyframe-align-horizontal.svg)}.iconoir-keyframe-align-vertical::before{content:url(iconoir/icons/keyframe-align-vertical.svg)}.iconoir-keyframe-position::before{content:url(iconoir/icons/keyframe-position.svg)}.iconoir-keyframe::before{content:url(iconoir/icons/keyframe.svg)}.iconoir-keyframes-couple::before{content:url(iconoir/icons/keyframes-couple.svg)}.iconoir-keyframes::before{content:url(iconoir/icons/keyframes.svg)}.iconoir-label-outline::before{content:url(iconoir/icons/label-outline.svg)}.iconoir-lamp::before{content:url(iconoir/icons/lamp.svg)}.iconoir-language::before{content:url(iconoir/icons/language.svg)}.iconoir-laptop-charging::before{content:url(iconoir/icons/laptop-charging.svg)}.iconoir-laptop-fix::before{content:url(iconoir/icons/laptop-fix.svg)}.iconoir-laptop-issue::before{content:url(iconoir/icons/laptop-issue.svg)}.iconoir-laptop::before{content:url(iconoir/icons/laptop.svg)}.iconoir-large-suitcase::before{content:url(iconoir/icons/large-suitcase.svg)}.iconoir-layout-left::before{content:url(iconoir/icons/layout-left.svg)}.iconoir-layout-right::before{content:url(iconoir/icons/layout-right.svg)}.iconoir-leaderboard-star::before{content:url(iconoir/icons/leaderboard-star.svg)}.iconoir-leaderboard::before{content:url(iconoir/icons/leaderboard.svg)}.iconoir-left-round-arrow::before{content:url(iconoir/icons/left-round-arrow.svg)}.iconoir-lens::before{content:url(iconoir/icons/lens.svg)}.iconoir-lifebelt::before{content:url(iconoir/icons/lifebelt.svg)}.iconoir-light-bulb-off::before{content:url(iconoir/icons/light-bulb-off.svg)}.iconoir-light-bulb-on::before{content:url(iconoir/icons/light-bulb-on.svg)}.iconoir-light-bulb::before{content:url(iconoir/icons/light-bulb.svg)}.iconoir-line-space::before{content:url(iconoir/icons/line-space.svg)}.iconoir-linear::before{content:url(iconoir/icons/linear.svg)}.iconoir-link::before{content:url(iconoir/icons/link.svg)}.iconoir-linkedin::before{content:url(iconoir/icons/linkedin.svg)}.iconoir-linux::before{content:url(iconoir/icons/linux.svg)}.iconoir-list::before{content:url(iconoir/icons/list.svg)}.iconoir-load-action-floppy::before{content:url(iconoir/icons/load-action-floppy.svg)}.iconoir-lock-key::before{content:url(iconoir/icons/lock-key.svg)}.iconoir-lock::before{content:url(iconoir/icons/lock.svg)}.iconoir-locked-book::before{content:url(iconoir/icons/locked-book.svg)}.iconoir-log-denied::before{content:url(iconoir/icons/log-denied.svg)}.iconoir-log-in::before{content:url(iconoir/icons/log-in.svg)}.iconoir-log-out::before{content:url(iconoir/icons/log-out.svg)}.iconoir-long-arrow-down-left::before{content:url(iconoir/icons/long-arrow-down-left.svg)}.iconoir-long-arrow-down-right::before{content:url(iconoir/icons/long-arrow-down-right.svg)}.iconoir-long-arrow-left-down::before{content:url(iconoir/icons/long-arrow-left-down.svg)}.iconoir-long-arrow-left-up::before{content:url(iconoir/icons/long-arrow-left-up.svg)}.iconoir-long-arrow-right-down::before{content:url(iconoir/icons/long-arrow-right-down.svg)}.iconoir-long-arrow-right-up-1::before{content:url(iconoir/icons/long-arrow-right-up-1.svg)}.iconoir-long-arrow-right-up::before{content:url(iconoir/icons/long-arrow-right-up.svg)}.iconoir-long-arrow-up-left::before{content:url(iconoir/icons/long-arrow-up-left.svg)}.iconoir-long-arrow-up-right::before{content:url(iconoir/icons/long-arrow-up-right.svg)}.iconoir-lot-of-cash::before{content:url(iconoir/icons/lot-of-cash.svg)}.iconoir-mac-control-key::before{content:url(iconoir/icons/mac-control-key.svg)}.iconoir-mac-dock::before{content:url(iconoir/icons/mac-dock.svg)}.iconoir-mac-option-key::before{content:url(iconoir/icons/mac-option-key.svg)}.iconoir-mac-os-window::before{content:url(iconoir/icons/mac-os-window.svg)}.iconoir-magnet-energy::before{content:url(iconoir/icons/magnet-energy.svg)}.iconoir-magnet::before{content:url(iconoir/icons/magnet.svg)}.iconoir-mail-opened::before{content:url(iconoir/icons/mail-opened.svg)}.iconoir-mail::before{content:url(iconoir/icons/mail.svg)}.iconoir-male::before{content:url(iconoir/icons/male.svg)}.iconoir-map-issue::before{content:url(iconoir/icons/map-issue.svg)}.iconoir-map::before{content:url(iconoir/icons/map.svg)}.iconoir-maps-arrow-diagonal::before{content:url(iconoir/icons/maps-arrow-diagonal.svg)}.iconoir-maps-arrow-issue::before{content:url(iconoir/icons/maps-arrow-issue.svg)}.iconoir-maps-arrow::before{content:url(iconoir/icons/maps-arrow.svg)}.iconoir-maps-go-straight::before{content:url(iconoir/icons/maps-go-straight.svg)}.iconoir-maps-turn-back::before{content:url(iconoir/icons/maps-turn-back.svg)}.iconoir-maps-turn-left::before{content:url(iconoir/icons/maps-turn-left.svg)}.iconoir-maps-turn-right::before{content:url(iconoir/icons/maps-turn-right.svg)}.iconoir-mask-square::before{content:url(iconoir/icons/mask-square.svg)}.iconoir-math-book::before{content:url(iconoir/icons/math-book.svg)}.iconoir-maximize::before{content:url(iconoir/icons/maximize.svg)}.iconoir-medal::before{content:url(iconoir/icons/medal.svg)}.iconoir-media-image-folder::before{content:url(iconoir/icons/media-image-folder.svg)}.iconoir-media-image-list::before{content:url(iconoir/icons/media-image-list.svg)}.iconoir-media-image::before{content:url(iconoir/icons/media-image.svg)}.iconoir-media-video-folder::before{content:url(iconoir/icons/media-video-folder.svg)}.iconoir-media-video-list::before{content:url(iconoir/icons/media-video-list.svg)}.iconoir-media-video::before{content:url(iconoir/icons/media-video.svg)}.iconoir-medium::before{content:url(iconoir/icons/medium.svg)}.iconoir-megaphone::before{content:url(iconoir/icons/megaphone.svg)}.iconoir-menu-scale::before{content:url(iconoir/icons/menu-scale.svg)}.iconoir-menu::before{content:url(iconoir/icons/menu.svg)}.iconoir-message-alert::before{content:url(iconoir/icons/message-alert.svg)}.iconoir-message-text::before{content:url(iconoir/icons/message-text.svg)}.iconoir-message::before{content:url(iconoir/icons/message.svg)}.iconoir-metro::before{content:url(iconoir/icons/metro.svg)}.iconoir-mic-add::before{content:url(iconoir/icons/mic-add.svg)}.iconoir-mic-check::before{content:url(iconoir/icons/mic-check.svg)}.iconoir-mic-mute::before{content:url(iconoir/icons/mic-mute.svg)}.iconoir-mic-remove::before{content:url(iconoir/icons/mic-remove.svg)}.iconoir-mic-speaking::before{content:url(iconoir/icons/mic-speaking.svg)}.iconoir-mic-warning::before{content:url(iconoir/icons/mic-warning.svg)}.iconoir-mic::before{content:url(iconoir/icons/mic.svg)}.iconoir-minus-1::before{content:url(iconoir/icons/minus-1.svg)}.iconoir-minus-hexagon::before{content:url(iconoir/icons/minus-hexagon.svg)}.iconoir-minus-pin-alt::before{content:url(iconoir/icons/minus-pin-alt.svg)}.iconoir-minus-square::before{content:url(iconoir/icons/minus-square.svg)}.iconoir-minus::before{content:url(iconoir/icons/minus.svg)}.iconoir-missing-font::before{content:url(iconoir/icons/missing-font.svg)}.iconoir-modern-tv-4k::before{content:url(iconoir/icons/modern-tv-4k.svg)}.iconoir-modern-tv::before{content:url(iconoir/icons/modern-tv.svg)}.iconoir-money-square::before{content:url(iconoir/icons/money-square.svg)}.iconoir-moon-sat::before{content:url(iconoir/icons/moon-sat.svg)}.iconoir-more-horiz-circled-outline::before{content:url(iconoir/icons/more-horiz-circled-outline.svg)}.iconoir-more-horiz::before{content:url(iconoir/icons/more-horiz.svg)}.iconoir-more-vert-circled-outline::before{content:url(iconoir/icons/more-vert-circled-outline.svg)}.iconoir-more-vert::before{content:url(iconoir/icons/more-vert.svg)}.iconoir-mouse-button-left::before{content:url(iconoir/icons/mouse-button-left.svg)}.iconoir-mouse-button-right::before{content:url(iconoir/icons/mouse-button-right.svg)}.iconoir-mouse-scroll-wheel::before{content:url(iconoir/icons/mouse-scroll-wheel.svg)}.iconoir-move-down::before{content:url(iconoir/icons/move-down.svg)}.iconoir-move-left::before{content:url(iconoir/icons/move-left.svg)}.iconoir-move-right::before{content:url(iconoir/icons/move-right.svg)}.iconoir-move-ruler::before{content:url(iconoir/icons/move-ruler.svg)}.iconoir-move-up::before{content:url(iconoir/icons/move-up.svg)}.iconoir-movie::before{content:url(iconoir/icons/movie.svg)}.iconoir-multi-bubble::before{content:url(iconoir/icons/multi-bubble.svg)}.iconoir-multi-mac-os-window::before{content:url(iconoir/icons/multi-mac-os-window.svg)}.iconoir-multi-window::before{content:url(iconoir/icons/multi-window.svg)}.iconoir-multiple-pages-add::before{content:url(iconoir/icons/multiple-pages-add.svg)}.iconoir-multiple-pages-delete::before{content:url(iconoir/icons/multiple-pages-delete.svg)}.iconoir-multiple-pages-empty::before{content:url(iconoir/icons/multiple-pages-empty.svg)}.iconoir-multiple-pages-remove::before{content:url(iconoir/icons/multiple-pages-remove.svg)}.iconoir-multiple-pages::before{content:url(iconoir/icons/multiple-pages.svg)}.iconoir-music-1-add::before{content:url(iconoir/icons/music-1-add.svg)}.iconoir-music-1::before{content:url(iconoir/icons/music-1.svg)}.iconoir-music-2-add::before{content:url(iconoir/icons/music-2-add.svg)}.iconoir-music-2::before{content:url(iconoir/icons/music-2.svg)}.iconoir-nav-arrow-down::before{content:url(iconoir/icons/nav-arrow-down.svg)}.iconoir-nav-arrow-left::before{content:url(iconoir/icons/nav-arrow-left.svg)}.iconoir-nav-arrow-right::before{content:url(iconoir/icons/nav-arrow-right.svg)}.iconoir-nav-arrow-up::before{content:url(iconoir/icons/nav-arrow-up.svg)}.iconoir-navigator-alt::before{content:url(iconoir/icons/navigator-alt.svg)}.iconoir-navigator::before{content:url(iconoir/icons/navigator.svg)}.iconoir-network-alt::before{content:url(iconoir/icons/network-alt.svg)}.iconoir-network-left::before{content:url(iconoir/icons/network-left.svg)}.iconoir-network-right::before{content:url(iconoir/icons/network-right.svg)}.iconoir-network::before{content:url(iconoir/icons/network.svg)}.iconoir-new-tab::before{content:url(iconoir/icons/new-tab.svg)}.iconoir-nitrogen::before{content:url(iconoir/icons/nitrogen.svg)}.iconoir-no-battery::before{content:url(iconoir/icons/no-battery.svg)}.iconoir-no-coin::before{content:url(iconoir/icons/no-coin.svg)}.iconoir-no-credit-card::before{content:url(iconoir/icons/no-credit-card.svg)}.iconoir-no-lock::before{content:url(iconoir/icons/no-lock.svg)}.iconoir-no-smoking::before{content:url(iconoir/icons/no-smoking.svg)}.iconoir-notes::before{content:url(iconoir/icons/notes.svg)}.iconoir-numbered-list-left::before{content:url(iconoir/icons/numbered-list-left.svg)}.iconoir-numbered-list-right::before{content:url(iconoir/icons/numbered-list-right.svg)}.iconoir-octagon::before{content:url(iconoir/icons/octagon.svg)}.iconoir-off-rounded::before{content:url(iconoir/icons/off-rounded.svg)}.iconoir-oil-industry::before{content:url(iconoir/icons/oil-industry.svg)}.iconoir-on-rounded::before{content:url(iconoir/icons/on-rounded.svg)}.iconoir-one-finger-select-hand-gesture::before{content:url(iconoir/icons/one-finger-select-hand-gesture.svg)}.iconoir-one-point-circle::before{content:url(iconoir/icons/one-point-circle.svg)}.iconoir-open-book::before{content:url(iconoir/icons/open-book.svg)}.iconoir-open-in-browser::before{content:url(iconoir/icons/open-in-browser.svg)}.iconoir-open-in-window::before{content:url(iconoir/icons/open-in-window.svg)}.iconoir-open-select-hand-gesture::before{content:url(iconoir/icons/open-select-hand-gesture.svg)}.iconoir-open-vpn::before{content:url(iconoir/icons/open-vpn.svg)}.iconoir-orange-half::before{content:url(iconoir/icons/orange-half.svg)}.iconoir-orange-slice-alt::before{content:url(iconoir/icons/orange-slice-alt.svg)}.iconoir-orange-slice::before{content:url(iconoir/icons/orange-slice.svg)}.iconoir-orthogonal-view::before{content:url(iconoir/icons/orthogonal-view.svg)}.iconoir-oxygen::before{content:url(iconoir/icons/oxygen.svg)}.iconoir-package-lock::before{content:url(iconoir/icons/package-lock.svg)}.iconoir-package::before{content:url(iconoir/icons/package.svg)}.iconoir-packages::before{content:url(iconoir/icons/packages.svg)}.iconoir-page-edit::before{content:url(iconoir/icons/page-edit.svg)}.iconoir-page-flip::before{content:url(iconoir/icons/page-flip.svg)}.iconoir-page-search::before{content:url(iconoir/icons/page-search.svg)}.iconoir-page-star::before{content:url(iconoir/icons/page-star.svg)}.iconoir-page::before{content:url(iconoir/icons/page.svg)}.iconoir-palette::before{content:url(iconoir/icons/palette.svg)}.iconoir-panorama-enlarge::before{content:url(iconoir/icons/panorama-enlarge.svg)}.iconoir-panorama-reduce::before{content:url(iconoir/icons/panorama-reduce.svg)}.iconoir-pants-alt::before{content:url(iconoir/icons/pants-alt.svg)}.iconoir-pants::before{content:url(iconoir/icons/pants.svg)}.iconoir-parking::before{content:url(iconoir/icons/parking.svg)}.iconoir-password-cursor::before{content:url(iconoir/icons/password-cursor.svg)}.iconoir-password-error::before{content:url(iconoir/icons/password-error.svg)}.iconoir-password-pass::before{content:url(iconoir/icons/password-pass.svg)}.iconoir-pause-outline::before{content:url(iconoir/icons/pause-outline.svg)}.iconoir-pc-check::before{content:url(iconoir/icons/pc-check.svg)}.iconoir-pc-firewall::before{content:url(iconoir/icons/pc-firewall.svg)}.iconoir-pc-mouse::before{content:url(iconoir/icons/pc-mouse.svg)}.iconoir-pc-no-entry::before{content:url(iconoir/icons/pc-no-entry.svg)}.iconoir-pc-warning::before{content:url(iconoir/icons/pc-warning.svg)}.iconoir-pen-connect-bluetooth::before{content:url(iconoir/icons/pen-connect-bluetooth.svg)}.iconoir-pen-connect-wifi::before{content:url(iconoir/icons/pen-connect-wifi.svg)}.iconoir-pen-tablet-connect-usb::before{content:url(iconoir/icons/pen-tablet-connect-usb.svg)}.iconoir-pen-tablet-connect-wifi::before{content:url(iconoir/icons/pen-tablet-connect-wifi.svg)}.iconoir-pen-tablet::before{content:url(iconoir/icons/pen-tablet.svg)}.iconoir-pentagon::before{content:url(iconoir/icons/pentagon.svg)}.iconoir-people-rounded::before{content:url(iconoir/icons/people-rounded.svg)}.iconoir-percentage-round::before{content:url(iconoir/icons/percentage-round.svg)}.iconoir-percentage-square::before{content:url(iconoir/icons/percentage-square.svg)}.iconoir-percentage::before{content:url(iconoir/icons/percentage.svg)}.iconoir-perspective-view::before{content:url(iconoir/icons/perspective-view.svg)}.iconoir-pharmacy-circled-cross::before{content:url(iconoir/icons/pharmacy-circled-cross.svg)}.iconoir-pharmacy-squared-cross::before{content:url(iconoir/icons/pharmacy-squared-cross.svg)}.iconoir-phone-add::before{content:url(iconoir/icons/phone-add.svg)}.iconoir-phone-delete::before{content:url(iconoir/icons/phone-delete.svg)}.iconoir-phone-disabled::before{content:url(iconoir/icons/phone-disabled.svg)}.iconoir-phone-income::before{content:url(iconoir/icons/phone-income.svg)}.iconoir-phone-outcome::before{content:url(iconoir/icons/phone-outcome.svg)}.iconoir-phone-paused::before{content:url(iconoir/icons/phone-paused.svg)}.iconoir-phone-remove::before{content:url(iconoir/icons/phone-remove.svg)}.iconoir-phone::before{content:url(iconoir/icons/phone.svg)}.iconoir-piggy-bank::before{content:url(iconoir/icons/piggy-bank.svg)}.iconoir-pin-alt::before{content:url(iconoir/icons/pin-alt.svg)}.iconoir-pin::before{content:url(iconoir/icons/pin.svg)}.iconoir-pizza-slice::before{content:url(iconoir/icons/pizza-slice.svg)}.iconoir-planet-alt::before{content:url(iconoir/icons/planet-alt.svg)}.iconoir-planet-sat::before{content:url(iconoir/icons/planet-sat.svg)}.iconoir-planet::before{content:url(iconoir/icons/planet.svg)}.iconoir-play-outline::before{content:url(iconoir/icons/play-outline.svg)}.iconoir-playlist-add::before{content:url(iconoir/icons/playlist-add.svg)}.iconoir-playlist-play::before{content:url(iconoir/icons/playlist-play.svg)}.iconoir-playlist::before{content:url(iconoir/icons/playlist.svg)}.iconoir-plug-type-a::before{content:url(iconoir/icons/plug-type-a.svg)}.iconoir-plug-type-c::before{content:url(iconoir/icons/plug-type-c.svg)}.iconoir-plug-type-g::before{content:url(iconoir/icons/plug-type-g.svg)}.iconoir-plug-type-l::before{content:url(iconoir/icons/plug-type-l.svg)}.iconoir-plus::before{content:url(iconoir/icons/plus.svg)}.iconoir-pocket::before{content:url(iconoir/icons/pocket.svg)}.iconoir-position-align::before{content:url(iconoir/icons/position-align.svg)}.iconoir-position::before{content:url(iconoir/icons/position.svg)}.iconoir-pound::before{content:url(iconoir/icons/pound.svg)}.iconoir-precision-tool::before{content:url(iconoir/icons/precision-tool.svg)}.iconoir-printer-alt::before{content:url(iconoir/icons/printer-alt.svg)}.iconoir-printer::before{content:url(iconoir/icons/printer.svg)}.iconoir-printing-page::before{content:url(iconoir/icons/printing-page.svg)}.iconoir-priority-down::before{content:url(iconoir/icons/priority-down.svg)}.iconoir-priority-up::before{content:url(iconoir/icons/priority-up.svg)}.iconoir-profile-circled::before{content:url(iconoir/icons/profile-circled.svg)}.iconoir-prohibition::before{content:url(iconoir/icons/prohibition.svg)}.iconoir-puzzle::before{content:url(iconoir/icons/puzzle.svg)}.iconoir-qr-code::before{content:url(iconoir/icons/qr-code.svg)}.iconoir-question-mark-circle::before{content:url(iconoir/icons/question-mark-circle.svg)}.iconoir-question-mark::before{content:url(iconoir/icons/question-mark.svg)}.iconoir-question-square-outline::before{content:url(iconoir/icons/question-square-outline.svg)}.iconoir-quote-message::before{content:url(iconoir/icons/quote-message.svg)}.iconoir-quote::before{content:url(iconoir/icons/quote.svg)}.iconoir-rain::before{content:url(iconoir/icons/rain.svg)}.iconoir-receive-dollars::before{content:url(iconoir/icons/receive-dollars.svg)}.iconoir-receive-euros::before{content:url(iconoir/icons/receive-euros.svg)}.iconoir-receive-pounds::before{content:url(iconoir/icons/receive-pounds.svg)}.iconoir-receive-yens::before{content:url(iconoir/icons/receive-yens.svg)}.iconoir-redo-action::before{content:url(iconoir/icons/redo-action.svg)}.iconoir-redo-circle::before{content:url(iconoir/icons/redo-circle.svg)}.iconoir-redo::before{content:url(iconoir/icons/redo.svg)}.iconoir-reduce-round-arrow::before{content:url(iconoir/icons/reduce-round-arrow.svg)}.iconoir-reduce::before{content:url(iconoir/icons/reduce.svg)}.iconoir-refresh-circular::before{content:url(iconoir/icons/refresh-circular.svg)}.iconoir-refresh-double::before{content:url(iconoir/icons/refresh-double.svg)}.iconoir-refresh::before{content:url(iconoir/icons/refresh.svg)}.iconoir-reminder-hand-gesture::before{content:url(iconoir/icons/reminder-hand-gesture.svg)}.iconoir-remove-database-script::before{content:url(iconoir/icons/remove-database-script.svg)}.iconoir-remove-empty::before{content:url(iconoir/icons/remove-empty.svg)}.iconoir-remove-folder::before{content:url(iconoir/icons/remove-folder.svg)}.iconoir-remove-frame::before{content:url(iconoir/icons/remove-frame.svg)}.iconoir-remove-from-cart::before{content:url(iconoir/icons/remove-from-cart.svg)}.iconoir-remove-keyframe-alt::before{content:url(iconoir/icons/remove-keyframe-alt.svg)}.iconoir-remove-keyframe::before{content:url(iconoir/icons/remove-keyframe.svg)}.iconoir-remove-keyframes::before{content:url(iconoir/icons/remove-keyframes.svg)}.iconoir-remove-media-image::before{content:url(iconoir/icons/remove-media-image.svg)}.iconoir-remove-media-video::before{content:url(iconoir/icons/remove-media-video.svg)}.iconoir-remove-page::before{content:url(iconoir/icons/remove-page.svg)}.iconoir-remove-pin-alt::before{content:url(iconoir/icons/remove-pin-alt.svg)}.iconoir-remove-selection::before{content:url(iconoir/icons/remove-selection.svg)}.iconoir-remove-square::before{content:url(iconoir/icons/remove-square.svg)}.iconoir-remove-user::before{content:url(iconoir/icons/remove-user.svg)}.iconoir-repeat-once::before{content:url(iconoir/icons/repeat-once.svg)}.iconoir-repeat::before{content:url(iconoir/icons/repeat.svg)}.iconoir-report-columns::before{content:url(iconoir/icons/report-columns.svg)}.iconoir-reports::before{content:url(iconoir/icons/reports.svg)}.iconoir-restart::before{content:url(iconoir/icons/restart.svg)}.iconoir-rewind-outline::before{content:url(iconoir/icons/rewind-outline.svg)}.iconoir-rhombus::before{content:url(iconoir/icons/rhombus.svg)}.iconoir-right-round-arrow::before{content:url(iconoir/icons/right-round-arrow.svg)}.iconoir-rings::before{content:url(iconoir/icons/rings.svg)}.iconoir-rotate-camera-left::before{content:url(iconoir/icons/rotate-camera-left.svg)}.iconoir-rotate-camera-right::before{content:url(iconoir/icons/rotate-camera-right.svg)}.iconoir-round-flask::before{content:url(iconoir/icons/round-flask.svg)}.iconoir-rss-feed-squared::before{content:url(iconoir/icons/rss-feed-squared.svg)}.iconoir-rss-feed::before{content:url(iconoir/icons/rss-feed.svg)}.iconoir-ruler-add::before{content:url(iconoir/icons/ruler-add.svg)}.iconoir-ruler-combine::before{content:url(iconoir/icons/ruler-combine.svg)}.iconoir-ruler-remove::before{content:url(iconoir/icons/ruler-remove.svg)}.iconoir-ruler::before{content:url(iconoir/icons/ruler.svg)}.iconoir-running::before{content:url(iconoir/icons/running.svg)}.iconoir-safari::before{content:url(iconoir/icons/safari.svg)}.iconoir-sandals::before{content:url(iconoir/icons/sandals.svg)}.iconoir-save-action-floppy::before{content:url(iconoir/icons/save-action-floppy.svg)}.iconoir-save-floppy-disk::before{content:url(iconoir/icons/save-floppy-disk.svg)}.iconoir-scale-frame-enlarge::before{content:url(iconoir/icons/scale-frame-enlarge.svg)}.iconoir-scale-frame-reduce::before{content:url(iconoir/icons/scale-frame-reduce.svg)}.iconoir-scan-barcode::before{content:url(iconoir/icons/scan-barcode.svg)}.iconoir-scan-qr-code::before{content:url(iconoir/icons/scan-qr-code.svg)}.iconoir-scanning::before{content:url(iconoir/icons/scanning.svg)}.iconoir-scarf::before{content:url(iconoir/icons/scarf.svg)}.iconoir-scissor-alt::before{content:url(iconoir/icons/scissor-alt.svg)}.iconoir-scissor::before{content:url(iconoir/icons/scissor.svg)}.iconoir-sea-and-sun::before{content:url(iconoir/icons/sea-and-sun.svg)}.iconoir-sea-waves::before{content:url(iconoir/icons/sea-waves.svg)}.iconoir-search-engine::before{content:url(iconoir/icons/search-engine.svg)}.iconoir-search-font::before{content:url(iconoir/icons/search-font.svg)}.iconoir-search::before{content:url(iconoir/icons/search.svg)}.iconoir-security-pass::before{content:url(iconoir/icons/security-pass.svg)}.iconoir-selection::before{content:url(iconoir/icons/selection.svg)}.iconoir-selective-tool::before{content:url(iconoir/icons/selective-tool.svg)}.iconoir-send-dollars::before{content:url(iconoir/icons/send-dollars.svg)}.iconoir-send-euros::before{content:url(iconoir/icons/send-euros.svg)}.iconoir-send-pounds::before{content:url(iconoir/icons/send-pounds.svg)}.iconoir-send-yens::before{content:url(iconoir/icons/send-yens.svg)}.iconoir-server-connection::before{content:url(iconoir/icons/server-connection.svg)}.iconoir-server::before{content:url(iconoir/icons/server.svg)}.iconoir-settings-cloud::before{content:url(iconoir/icons/settings-cloud.svg)}.iconoir-settings-profiles::before{content:url(iconoir/icons/settings-profiles.svg)}.iconoir-settings::before{content:url(iconoir/icons/settings.svg)}.iconoir-share-android::before{content:url(iconoir/icons/share-android.svg)}.iconoir-share-ios::before{content:url(iconoir/icons/share-ios.svg)}.iconoir-shield-add::before{content:url(iconoir/icons/shield-add.svg)}.iconoir-shield-alert::before{content:url(iconoir/icons/shield-alert.svg)}.iconoir-shield-alt::before{content:url(iconoir/icons/shield-alt.svg)}.iconoir-shield-broken::before{content:url(iconoir/icons/shield-broken.svg)}.iconoir-shield-check::before{content:url(iconoir/icons/shield-check.svg)}.iconoir-shield-cross::before{content:url(iconoir/icons/shield-cross.svg)}.iconoir-shield-download::before{content:url(iconoir/icons/shield-download.svg)}.iconoir-shield-eye::before{content:url(iconoir/icons/shield-eye.svg)}.iconoir-shield-loading::before{content:url(iconoir/icons/shield-loading.svg)}.iconoir-shield-minus::before{content:url(iconoir/icons/shield-minus.svg)}.iconoir-shield-question::before{content:url(iconoir/icons/shield-question.svg)}.iconoir-shield-search::before{content:url(iconoir/icons/shield-search.svg)}.iconoir-shield-upload::before{content:url(iconoir/icons/shield-upload.svg)}.iconoir-shield::before{content:url(iconoir/icons/shield.svg)}.iconoir-shop-alt::before{content:url(iconoir/icons/shop-alt.svg)}.iconoir-shop::before{content:url(iconoir/icons/shop.svg)}.iconoir-shopping-bag-add::before{content:url(iconoir/icons/shopping-bag-add.svg)}.iconoir-shopping-bag-alt::before{content:url(iconoir/icons/shopping-bag-alt.svg)}.iconoir-shopping-bag-arrow-down::before{content:url(iconoir/icons/shopping-bag-arrow-down.svg)}.iconoir-shopping-bag-arrow-up::before{content:url(iconoir/icons/shopping-bag-arrow-up.svg)}.iconoir-shopping-bag-check::before{content:url(iconoir/icons/shopping-bag-check.svg)}.iconoir-shopping-bag-issue::before{content:url(iconoir/icons/shopping-bag-issue.svg)}.iconoir-shopping-bag-remove::before{content:url(iconoir/icons/shopping-bag-remove.svg)}.iconoir-shopping-bag::before{content:url(iconoir/icons/shopping-bag.svg)}.iconoir-shopping-code-check::before{content:url(iconoir/icons/shopping-code-check.svg)}.iconoir-shopping-code-error::before{content:url(iconoir/icons/shopping-code-error.svg)}.iconoir-shopping-code::before{content:url(iconoir/icons/shopping-code.svg)}.iconoir-short-pants-alt::before{content:url(iconoir/icons/short-pants-alt.svg)}.iconoir-short-pants::before{content:url(iconoir/icons/short-pants.svg)}.iconoir-shuffle::before{content:url(iconoir/icons/shuffle.svg)}.iconoir-sidebar-collapse::before{content:url(iconoir/icons/sidebar-collapse.svg)}.iconoir-sidebar-expand::before{content:url(iconoir/icons/sidebar-expand.svg)}.iconoir-simple-cart::before{content:url(iconoir/icons/simple-cart.svg)}.iconoir-single-tap-gesture::before{content:url(iconoir/icons/single-tap-gesture.svg)}.iconoir-skateboard::before{content:url(iconoir/icons/skateboard.svg)}.iconoir-skateboarding::before{content:url(iconoir/icons/skateboarding.svg)}.iconoir-skip-next-outline::before{content:url(iconoir/icons/skip-next-outline.svg)}.iconoir-skip-prev-outline::before{content:url(iconoir/icons/skip-prev-outline.svg)}.iconoir-small-shop-alt::before{content:url(iconoir/icons/small-shop-alt.svg)}.iconoir-small-shop::before{content:url(iconoir/icons/small-shop.svg)}.iconoir-smartphone-device::before{content:url(iconoir/icons/smartphone-device.svg)}.iconoir-smoking::before{content:url(iconoir/icons/smoking.svg)}.iconoir-snapchat::before{content:url(iconoir/icons/snapchat.svg)}.iconoir-snow-flake::before{content:url(iconoir/icons/snow-flake.svg)}.iconoir-snow::before{content:url(iconoir/icons/snow.svg)}.iconoir-soap::before{content:url(iconoir/icons/soap.svg)}.iconoir-soccer-ball::before{content:url(iconoir/icons/soccer-ball.svg)}.iconoir-sort-down::before{content:url(iconoir/icons/sort-down.svg)}.iconoir-sort-up::before{content:url(iconoir/icons/sort-up.svg)}.iconoir-sound-high::before{content:url(iconoir/icons/sound-high.svg)}.iconoir-sound-low::before{content:url(iconoir/icons/sound-low.svg)}.iconoir-sound-min::before{content:url(iconoir/icons/sound-min.svg)}.iconoir-sound-off::before{content:url(iconoir/icons/sound-off.svg)}.iconoir-spock-hand-gesture::before{content:url(iconoir/icons/spock-hand-gesture.svg)}.iconoir-square::before{content:url(iconoir/icons/square.svg)}.iconoir-star-dashed::before{content:url(iconoir/icons/star-dashed.svg)}.iconoir-star-half-dashed::before{content:url(iconoir/icons/star-half-dashed.svg)}.iconoir-star-outline::before{content:url(iconoir/icons/star-outline.svg)}.iconoir-stat-down::before{content:url(iconoir/icons/stat-down.svg)}.iconoir-stat-up::before{content:url(iconoir/icons/stat-up.svg)}.iconoir-stats-report::before{content:url(iconoir/icons/stats-report.svg)}.iconoir-stats-square-down::before{content:url(iconoir/icons/stats-square-down.svg)}.iconoir-stats-square-up::before{content:url(iconoir/icons/stats-square-up.svg)}.iconoir-stretching::before{content:url(iconoir/icons/stretching.svg)}.iconoir-stroller::before{content:url(iconoir/icons/stroller.svg)}.iconoir-style-border::before{content:url(iconoir/icons/style-border.svg)}.iconoir-substract::before{content:url(iconoir/icons/substract.svg)}.iconoir-suggestion::before{content:url(iconoir/icons/suggestion.svg)}.iconoir-sun-light::before{content:url(iconoir/icons/sun-light.svg)}.iconoir-swimming::before{content:url(iconoir/icons/swimming.svg)}.iconoir-swipe-down-gesture::before{content:url(iconoir/icons/swipe-down-gesture.svg)}.iconoir-swipe-left-gesture::before{content:url(iconoir/icons/swipe-left-gesture.svg)}.iconoir-swipe-right-gesture::before{content:url(iconoir/icons/swipe-right-gesture.svg)}.iconoir-swipe-two-fingers-down-gesture::before{content:url(iconoir/icons/swipe-two-fingers-down-gesture.svg)}.iconoir-swipe-two-fingers-left-gesture::before{content:url(iconoir/icons/swipe-two-fingers-left-gesture.svg)}.iconoir-swipe-two-fingers-right-gesture::before{content:url(iconoir/icons/swipe-two-fingers-right-gesture.svg)}.iconoir-swipe-two-fingers-up-gesture::before{content:url(iconoir/icons/swipe-two-fingers-up-gesture.svg)}.iconoir-swipe-up-gesture::before{content:url(iconoir/icons/swipe-up-gesture.svg)}.iconoir-switch-off-outline::before{content:url(iconoir/icons/switch-off-outline.svg)}.iconoir-switch-on-outline::before{content:url(iconoir/icons/switch-on-outline.svg)}.iconoir-system-restart::before{content:url(iconoir/icons/system-restart.svg)}.iconoir-system-shut::before{content:url(iconoir/icons/system-shut.svg)}.iconoir-table-2-columns::before{content:url(iconoir/icons/table-2-columns.svg)}.iconoir-table-rows::before{content:url(iconoir/icons/table-rows.svg)}.iconoir-table::before{content:url(iconoir/icons/table.svg)}.iconoir-task-list::before{content:url(iconoir/icons/task-list.svg)}.iconoir-telegram-circled::before{content:url(iconoir/icons/telegram-circled.svg)}.iconoir-telegram::before{content:url(iconoir/icons/telegram.svg)}.iconoir-tennis-ball-alt::before{content:url(iconoir/icons/tennis-ball-alt.svg)}.iconoir-tennis-ball::before{content:url(iconoir/icons/tennis-ball.svg)}.iconoir-terminal-outline::before{content:url(iconoir/icons/terminal-outline.svg)}.iconoir-terminal-simple::before{content:url(iconoir/icons/terminal-simple.svg)}.iconoir-test-tube::before{content:url(iconoir/icons/test-tube.svg)}.iconoir-text-alt::before{content:url(iconoir/icons/text-alt.svg)}.iconoir-text-size::before{content:url(iconoir/icons/text-size.svg)}.iconoir-text::before{content:url(iconoir/icons/text.svg)}.iconoir-three-points-circle::before{content:url(iconoir/icons/three-points-circle.svg)}.iconoir-three-stars::before{content:url(iconoir/icons/three-stars.svg)}.iconoir-thumbs-down::before{content:url(iconoir/icons/thumbs-down.svg)}.iconoir-thumbs-up::before{content:url(iconoir/icons/thumbs-up.svg)}.iconoir-thunderstorm::before{content:url(iconoir/icons/thunderstorm.svg)}.iconoir-tiktok::before{content:url(iconoir/icons/tiktok.svg)}.iconoir-timer-off::before{content:url(iconoir/icons/timer-off.svg)}.iconoir-timer::before{content:url(iconoir/icons/timer.svg)}.iconoir-tower-check::before{content:url(iconoir/icons/tower-check.svg)}.iconoir-tower-no-access::before{content:url(iconoir/icons/tower-no-access.svg)}.iconoir-tower-warning::before{content:url(iconoir/icons/tower-warning.svg)}.iconoir-tower::before{content:url(iconoir/icons/tower.svg)}.iconoir-trademark::before{content:url(iconoir/icons/trademark.svg)}.iconoir-train-outline::before{content:url(iconoir/icons/train-outline.svg)}.iconoir-tram::before{content:url(iconoir/icons/tram.svg)}.iconoir-transition-bottom::before{content:url(iconoir/icons/transition-bottom.svg)}.iconoir-transition-left::before{content:url(iconoir/icons/transition-left.svg)}.iconoir-transition-right::before{content:url(iconoir/icons/transition-right.svg)}.iconoir-transition-top::before{content:url(iconoir/icons/transition-top.svg)}.iconoir-translate::before{content:url(iconoir/icons/translate.svg)}.iconoir-trash::before{content:url(iconoir/icons/trash.svg)}.iconoir-treadmill::before{content:url(iconoir/icons/treadmill.svg)}.iconoir-trekking::before{content:url(iconoir/icons/trekking.svg)}.iconoir-trello::before{content:url(iconoir/icons/trello.svg)}.iconoir-triangle-flag-circle::before{content:url(iconoir/icons/triangle-flag-circle.svg)}.iconoir-triangle-flag-full::before{content:url(iconoir/icons/triangle-flag-full.svg)}.iconoir-triangle-flag::before{content:url(iconoir/icons/triangle-flag.svg)}.iconoir-triangle::before{content:url(iconoir/icons/triangle.svg)}.iconoir-trophy::before{content:url(iconoir/icons/trophy.svg)}.iconoir-truck-length::before{content:url(iconoir/icons/truck-length.svg)}.iconoir-truck::before{content:url(iconoir/icons/truck.svg)}.iconoir-tunnel::before{content:url(iconoir/icons/tunnel.svg)}.iconoir-tv-fix::before{content:url(iconoir/icons/tv-fix.svg)}.iconoir-tv-issue::before{content:url(iconoir/icons/tv-issue.svg)}.iconoir-tv::before{content:url(iconoir/icons/tv.svg)}.iconoir-twitter-verified-badge::before{content:url(iconoir/icons/twitter-verified-badge.svg)}.iconoir-twitter::before{content:url(iconoir/icons/twitter.svg)}.iconoir-two-points-circle::before{content:url(iconoir/icons/two-points-circle.svg)}.iconoir-type::before{content:url(iconoir/icons/type.svg)}.iconoir-umbrella-full::before{content:url(iconoir/icons/umbrella-full.svg)}.iconoir-underline-square-outline::before{content:url(iconoir/icons/underline-square-outline.svg)}.iconoir-underline::before{content:url(iconoir/icons/underline.svg)}.iconoir-undo-action::before{content:url(iconoir/icons/undo-action.svg)}.iconoir-undo-circle::before{content:url(iconoir/icons/undo-circle.svg)}.iconoir-undo::before{content:url(iconoir/icons/undo.svg)}.iconoir-union-alt::before{content:url(iconoir/icons/union-alt.svg)}.iconoir-union-horiz-alt::before{content:url(iconoir/icons/union-horiz-alt.svg)}.iconoir-union::before{content:url(iconoir/icons/union.svg)}.iconoir-unity-5::before{content:url(iconoir/icons/unity-5.svg)}.iconoir-unity::before{content:url(iconoir/icons/unity.svg)}.iconoir-up-round-arrow::before{content:url(iconoir/icons/up-round-arrow.svg)}.iconoir-upload-square-outline::before{content:url(iconoir/icons/upload-square-outline.svg)}.iconoir-upload::before{content:url(iconoir/icons/upload.svg)}.iconoir-usb::before{content:url(iconoir/icons/usb.svg)}.iconoir-user-bag::before{content:url(iconoir/icons/user-bag.svg)}.iconoir-user-cart::before{content:url(iconoir/icons/user-cart.svg)}.iconoir-user-circle-alt::before{content:url(iconoir/icons/user-circle-alt.svg)}.iconoir-user-scan::before{content:url(iconoir/icons/user-scan.svg)}.iconoir-user-square-alt::before{content:url(iconoir/icons/user-square-alt.svg)}.iconoir-user::before{content:url(iconoir/icons/user.svg)}.iconoir-verified-badge::before{content:url(iconoir/icons/verified-badge.svg)}.iconoir-verified-user::before{content:url(iconoir/icons/verified-user.svg)}.iconoir-video-camera-off::before{content:url(iconoir/icons/video-camera-off.svg)}.iconoir-video-camera::before{content:url(iconoir/icons/video-camera.svg)}.iconoir-view-columns-2::before{content:url(iconoir/icons/view-columns-2.svg)}.iconoir-view-columns-3::before{content:url(iconoir/icons/view-columns-3.svg)}.iconoir-view-grid::before{content:url(iconoir/icons/view-grid.svg)}.iconoir-view-structure-down::before{content:url(iconoir/icons/view-structure-down.svg)}.iconoir-view-structure-up::before{content:url(iconoir/icons/view-structure-up.svg)}.iconoir-voice-circled-lock::before{content:url(iconoir/icons/voice-circled-lock.svg)}.iconoir-voice-circled::before{content:url(iconoir/icons/voice-circled.svg)}.iconoir-voice-error::before{content:url(iconoir/icons/voice-error.svg)}.iconoir-voice-ok::before{content:url(iconoir/icons/voice-ok.svg)}.iconoir-voice-phone::before{content:url(iconoir/icons/voice-phone.svg)}.iconoir-voice-scan::before{content:url(iconoir/icons/voice-scan.svg)}.iconoir-voice-squared::before{content:url(iconoir/icons/voice-squared.svg)}.iconoir-voice::before{content:url(iconoir/icons/voice.svg)}.iconoir-vr-symbol::before{content:url(iconoir/icons/vr-symbol.svg)}.iconoir-waist::before{content:url(iconoir/icons/waist.svg)}.iconoir-walking::before{content:url(iconoir/icons/walking.svg)}.iconoir-wallet::before{content:url(iconoir/icons/wallet.svg)}.iconoir-warning-circled-outline::before{content:url(iconoir/icons/warning-circled-outline.svg)}.iconoir-warning-square-outline::before{content:url(iconoir/icons/warning-square-outline.svg)}.iconoir-warning-triangle-outline::before{content:url(iconoir/icons/warning-triangle-outline.svg)}.iconoir-wash::before{content:url(iconoir/icons/wash.svg)}.iconoir-washing-machine::before{content:url(iconoir/icons/washing-machine.svg)}.iconoir-web-window-close::before{content:url(iconoir/icons/web-window-close.svg)}.iconoir-web-window-energy-consumption::before{content:url(iconoir/icons/web-window-energy-consumption.svg)}.iconoir-web-window::before{content:url(iconoir/icons/web-window.svg)}.iconoir-weight-alt::before{content:url(iconoir/icons/weight-alt.svg)}.iconoir-weight::before{content:url(iconoir/icons/weight.svg)}.iconoir-white-flag::before{content:url(iconoir/icons/white-flag.svg)}.iconoir-wifi-issue::before{content:url(iconoir/icons/wifi-issue.svg)}.iconoir-wifi-off::before{content:url(iconoir/icons/wifi-off.svg)}.iconoir-wifi-rounded::before{content:url(iconoir/icons/wifi-rounded.svg)}.iconoir-wifi-signal-none::before{content:url(iconoir/icons/wifi-signal-none.svg)}.iconoir-wifi::before{content:url(iconoir/icons/wifi.svg)}.iconoir-wind::before{content:url(iconoir/icons/wind.svg)}.iconoir-windows::before{content:url(iconoir/icons/windows.svg)}.iconoir-wrap-text::before{content:url(iconoir/icons/wrap-text.svg)}.iconoir-wristwatch::before{content:url(iconoir/icons/wristwatch.svg)}.iconoir-www::before{content:url(iconoir/icons/www.svg)}.iconoir-xray-view::before{content:url(iconoir/icons/xray-view.svg)}.iconoir-yen-square::before{content:url(iconoir/icons/yen-square.svg)}.iconoir-yen::before{content:url(iconoir/icons/yen.svg)}.iconoir-yoga::before{content:url(iconoir/icons/yoga.svg)}.iconoir-youtube::before{content:url(iconoir/icons/youtube.svg)}.iconoir-zoom-in::before{content:url(iconoir/icons/zoom-in.svg)}.iconoir-zoom-out::before{content:url(iconoir/icons/zoom-out.svg)}
