/*@keyframes andy-ui-spinner-rotating {*/
/*    100% {*/
/*        transform: rotate(360deg);*/
/*    }*/
/*}*/

/*div.andy-ui-spinner {*/
/*    border-radius: 50%;*/
/*    width: 64px;*/
/*    height: 64px;*/
/*    border: solid rgba(0, 0, 0, 0.1);*/
/*    border-width: 6px;*/
/*    border-top: solid #555;*/
/*    border-top-width: 6px;*/
/*    animation: andy-ui-spinner-rotating 1.2s infinite linear;*/
/*    opacity: 1;*/
/*    transition: ease opacity 500ms;*/
/*    pointer-events: none;*/
/*}*//*div.andy-ui-sectionbar {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    position: relative;*/
/*    height: 48px;*/
/*    align-items: center;*/
/*}*/

/*these are not being applied correctly*/
/*div.andy-ui-sectionbar>div.andy-ui-button {*/
/*    width: 48px;*/
/*    height: 48px;*/
/*    background-color: transparent !important;*/
/*}*/

/*div.andy-ui-sectionbar>div.andy-ui-button>span.andy-ui-icon {*/
/*    font-size: 24px;*/
/*    color: var(--black);*/
/*}*/

/*div.andy-ui-sectionbar>div.andy-ui-button:hover>span.andy-ui-icon {*/
/*    color: var(--brand-primary);*/
/*}*//*div.andy-ui-uploads-list {*/
/*    position: relative;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/

/*div.andy-ui-uploads-list>div.upload-list-item {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    width: 100%;*/
/*    max-width: 460px;*/
/*    overflow: hidden;*/
/*    height: 80px;*/
/*    opacity: 1;*/
/*    transition: ease 275ms opacity 200ms, ease 275ms height;*/
/*}*/

/*div.andy-ui-uploads-list>div.upload-list-item.complete{*/
/*    transition: ease 275ms opacity, ease 275ms height 200ms;*/
/*}*/

/*div.andy-ui-uploads-list>div.upload-list-item.hide {*/
/*    opacity: 0;*/
/*    height: 0px;*/
/*}*/

/*div.andy-ui-uploads-list>div.upload-list-item>.andy-ui-icon {*/
/*    font-size: 4rem;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    color: #7986ca;*/
/*}*/

/*div.andy-ui-uploads-list>div.upload-list-item>div.info-wrapper {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    width: -webkit-fill-available;*/
/*    padding: 0px 0px 0px 15px;*/
/*}*/

/*div.andy-ui-uploads-list>div.upload-list-item>div.info-wrapper>div.file-name-wrapper {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    padding: 5px;*/
/*}*/

/*div.andy-ui-uploads-list>div.upload-list-item>div.info-wrapper>div.file-name-wrapper>div.andy-ui-button {*/
/*    background-color: transparent !important;*/
/*}*/

/*div.andy-ui-uploads-list>div.upload-list-item>div.info-wrapper>div.progress-bar {*/
/*    height: 6px;*/
/*    border-radius: 3px;*/
/*    background-color: #e1e1e2;*/
/*    margin: 0px 4px;*/
/*    overflow: hidden;*/
/*}*/

/*div.andy-ui-uploads-list>div.upload-list-item>div.info-wrapper>div.progress-bar>div.inner-bar {*/
/*    height: 100%;*/
/*    background-color: #4665ff;*/
/*    transition: all ease 275ms;*/
/*}*/

/*div.andy-ui-uploads-list>div.upload-list-item.complete>div.info-wrapper>div.progress-bar>div.inner-bar {*/
/*    height: 100%;*/
/*    background-color: #50be5f;*/
/*}*/

/*div.andy-ui-uploads-list>div.upload-list-item>div.info-wrapper>div.progress-wrapper {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    align-items: center;*/
/*}*/

/*div.andy-ui-uploads-list>div.upload-list-item>div.info-wrapper>div.progress-wrapper>div.x3fg-progress {*/
/*    padding: 5px;*/
/*}*//*div.andy-ui-main-menu {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    padding: 11px 0 15px;*/
/*    overflow: hidden;*/
/*    height: 100%;*/
/*    overflow-y: auto;*/
/*    padding-top: 1rem;*/
/*}*/

/*div.andy-ui-main-menu::-webkit-scrollbar,*/
/*div.andy-ui-main-menu::-webkit-scrollbar-thumb,*/
/*div.andy-ui-main-menu::-webkit-scrollbar-track {*/
/*    transition: all .5ms ease-in;*/
/*}*/

/*div.andy-ui-main-menu:not(:hover)::-webkit-scrollbar,*/
/*div.andy-ui-main-menu:not(:hover)::-webkit-scrollbar-thumb,*/
/*div.andy-ui-main-menu:not(:hover)::-webkit-scrollbar-track{*/
/*    background-color: var(--white);*/
/*}*/

/*div.andy-ui-main-menu div.section {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    box-sizing: border-box;*/
/*}*/

/*div.andy-ui-main-menu div.section.hide {*/
/*    display: none;*/
/*}*/

/*div.andy-ui-main-menu div.section>div.header {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    margin: 16px 0 0;*/
/*    height: 40px;*/
/*}*/

/*div.andy-ui-main-menu div.section>div.header>div.description {*/
/*    display: flex;*/
/*}*/

/* havent found a component that actually uses of this description, they all seem to empty as of now */
/*div.andy-ui-main-menu div.section>div.header>div.description>span.label {*/
/*    color: var(--brand-primary);*/
/*    font-weight: 600;*/
/*}*/

/*div.andy-ui-main-menu div.section>div.header>span.label {*/
/*    color: var(--intermediate-grey);*/
/*    font-size: 0.75rem;*/
/*    font-weight: 600;*/
/*    text-transform: uppercase;*/
/*    letter-spacing: 1.5px;*/
/*    line-height: 1.2;*/
/*    margin: 0;*/
/*    padding: 0 5px 0px 25px;*/
/*    box-sizing: border-box;*/
/*}*/

/*div.andy-ui-main-menu div.section>div.children {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/

/*div.andy-ui-main-menu div.item {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    box-sizing: border-box;*/
/*}*/

/*div.andy-ui-main-menu div.item>div.item-wrapper:hover {*/
/*    cursor: pointer;*/
/*}*/

/*div.andy-ui-main-menu div.item>div.item-wrapper:hover>span.andy-ui-icon {*/
/*    background-color: var(--brand-primary);*/
/*    color: var(--white);*/
/*}*/

/*div.andy-ui-main-menu div.item>div.item-wrapper:hover>span.label {*/
/*    color: var(--brand-primary) !important;*/
/*}*/

/*div.andy-ui-main-menu div.item.selected>div.item-wrapper>span.andy-ui-icon {*/
/*    background-color: var(--brand-primary);*/
/*    color: var(--white);*/
/*}*/

/*div.andy-ui-main-menu div.item.selected>div.item-wrapper>span.label {*/
/*    color: var(--brand-primary) !important;*/
/*    font-weight: 600;*/
/*}*/

/*div.andy-ui-main-menu div.item>div.item-wrapper {*/
/*    height: 40px;*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    padding: 24px 24px;*/
/*    box-sizing: border-box;*/
/*    min-height: 44px;*/
/*    transition: color ease 175ms, background-color ease 175ms;*/
/*    align-items: center;*/
/*}*/

/*div.andy-ui-main-menu div.item>div.item-wrapper>div.carot {*/
/*    transform: rotate(0);*/
/*    transition: ease transform 175ms;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    font-size: 22px;*/
/*}*/

/*div.andy-ui-main-menu div.item.collapsed>div.item-wrapper>div.carot {*/
/*    transform: rotate(90deg);*/
/*}*/

/*div.andy-ui-main-menu div.item>div.item-wrapper>span.andy-ui-icon {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    line-height: 0;*/
/*    color: var(--grey);*/
/*    flex: 0 0 35px;*/
/*    font-size: 1.8rem;*/
/*    margin: 0;*/
/*    transition: all ease 175ms;*/

/*    background-color: var(--light-grey);*/
/*    justify-content: center;*/
/*    width: 32px;*/
/*    height: 32px;*/
/*    min-width: 32px;*/
/*    max-width: 32px;*/
/*    min-height: 32px;*/
/*    max-height: 32px;*/
/*    font-size: 1.125rem;*/
/*    margin-right: .75rem;*/
/*    border-radius: 12px;*/
/*}*/

/*div.andy-ui-main-menu div.item>div.item-wrapper>span.label {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    flex-grow: 1;*/
/*    padding: 0;*/
/*    color: var(--grey);*/
/*    font-size: 0.875rem;*/
/*    transition: color ease 175ms, background-color ease 175ms;*/
/*    font-weight: 400;*/
/*}*/

/*div.andy-ui-main-menu div.item.collapsed>div.children {*/
/*    height: 0px !important;*/
/*}*/

/*div.andy-ui-main-menu div.item>div.children {*/
/*    overflow: hidden;*/
/*    transition: ease height 375ms;*/
/*}*/

/*div.andy-ui-main-menu div.item>div.children>div.item>div.item-wrapper>span.andy-ui-icon {*/
/*    display: none;*/
/*}*/

/*div.andy-ui-main-menu div.item>div.children>div.item>div.item-wrapper>span.label {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    flex-grow: 1;*/
/*    padding: 0;*/
/*    color: var(--grey);*/
/*    font-weight: 400;*/
/*    font-size: 0.75rem;*/
/*    line-height: 1.5;*/
/*    transition: color ease 175ms, background-color ease 175ms;*/
/*    padding-left: 0.6rem;*/
/*}*/

/*div.andy-ui-main-menu div.item>div.children>div.item.selected>div.item-wrapper>span.label {*/
/*    font-weight: 600;*/
/*}*/

/*div.andy-ui-main-menu div.item>div.children {*/
/*    padding-left: 35px;*/
/*}*//*div.andy-ui-avatar{*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    overflow: hidden;*/
/*    border-radius: var(--avatar-border-radius);*/
/*    background-color: var(--avatar-bg-color);*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    color: var(--avatar-fr-color); */
/*    font-weight: 500;*/
/*    height: var(--avatar-size);*/
/*    width: var(--avatar-size);*/
/*    line-height: 0;*/
/*    background: var(--brand-accent);*/
/*    color: var(--brand-primary);*/
/*    font-size: 1rem;*/
/*    padding-top: 2px;*/
/*}*/

/*div.andy-ui-avatar.hide {*/
/*    display: none;*/
/*}*//*table.andy-ui-grants-editor {*/
/*    border-spacing: 0;*/
/*    border-collapse: collapse;*/
/*}*/

/*table.andy-ui-grants-editor>tr>td {*/
/*    padding: 4px;*/
/*}*/

/*table.andy-ui-grants-editor>tr>td>div.andy-ui-select {*/
/*    height: 32px;*/
/*    padding: 0px 16px;*/
/*}*/

/*table.andy-ui-grants-editor>tr:hover {*/
/*    background-color: #dee1ec*/
/*}*/

/*table.andy-ui-grants-editor>tr:first-of-type:hover {*/
/*    background-color: transparent !important;*/
/*}*//*div.andy-ui-zoominput {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    border: 1px solid #343B41;*/
/*    border-radius: 4px;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    height: 28px;*/
/*    width: 100px;*/
/*    margin: 0px 7px;*/
/*}*/

/*div.andy-ui-zoominput>div.andy-ui-button {*/
/*    margin: 0 !important; */
/*}*/

/*div.andy-ui-zoominput>input.andy-ui-input {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    text-align: center;*/
/*    color: #FFF;*/
/*    font-size: 10px;*/
/*    line-height: 13px;*/
/*    padding: 0;*/
/*    border: none;*/
/*    height: min-content;*/
/*    background-color: transparent;*/
/*}*//*div.andy-ui-file-explorer {*/
/*    height: 100%;*/
/*    position: relative;*/
/*    width: 100%;*/
/*    display: flex;*/
/*}*/

/*div.andy-ui-file-explorer>div.andy-ui-gridlist {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    flex-wrap: wrap;*/
/*    overflow-y: auto;*/
/*    height: 100%;*/
/*    max-height: 100%;*/
/*    position: relative;*/
/*}*/

/*div.andy-ui-folders-list {*/
/*    height: -webkit-fill-available;*/
/*    width: 190px;*/
/*    min-width: 190px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    padding: 9px;*/
/*}*/

/*div.andy-ui-folders-list>div.andy-ui-list {*/
/*    padding: 0px;*/
/*    border-top: solid 1px #dadada;*/
/*}*/

/*div.andy-ui-folders-list>div.andy-ui-button {*/
/*    background-color: transparent;*/
/*}*/

/*div.andy-ui-folders-list div.folder:hover {}*/

/*div.andy-ui-folders-list div.folder>div.andy-ui-button {*/
/*    position: absolute;*/
/*    right: 0px;*/
/*    visibility: hidden;*/
/*    pointer-events: none;*/
/*}*/

/*div.andy-ui-folders-list div.folder:hover>div.andy-ui-button {*/
/*    visibility: visible;*/
/*    pointer-events: all;*/
/*}*/

/*div.andy-ui-folders-list div.folder>span.andy-ui-icon {*/
/*    font-size: 22px;*/
/*}*/

/*div.andy-ui-folders-list div.folder:hover>div.name,*/
/*div.andy-ui-folders-list div.folder:hover>div.andy-ui-label,*/
/*div.andy-ui-folders-list div.folder:hover>span.andy-ui-icon {*/
/*    color: var(--main-menu-item-icon-color-hover);*/
/*}*/

/*div.andy-ui-folders-list div.folder.selected>div.name,*/
/*div.andy-ui-folders-list div.folder.selected>div.andy-ui-label,*/
/*div.andy-ui-folders-list div.folder.selected>span.andy-ui-icon {*/
/*    color: var(--main-menu-item-icon-color-hover);*/
/*}*/

/*div.andy-ui-folders-list div.folder>div.name {*/
/*    font-size: 14px;*/
/*    padding-left: 8px;*/
/*    width: -webkit-fill-available;*/
/*    pointer-events: none;*/
/*}*/

/*div.andy-ui-folders-list div.folder>span.andy-ui-icon {*/
/*    font-size: 22px;*/
/*    color: var(--main-menu-item-icon-color);*/
/*}*/

/*div.andy-ui-folders-list div.folder {*/
/*    display: flex;*/
/*    justify-content: flex-start;*/
/*    align-items: center;*/
/*    width: 100%;*/
/*    height: 48px;*/
/*    padding: 4px;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    border: 1px solid transparent;*/
/*    border-radius: 7px;*/
/*}*/

/*div.andy-ui-folders-list div.folder.drop {*/
/*    background-color: #e0e4fa;*/
/*    border: 1px solid #93a4f8;*/
/*}*/

/*div.andy-ui-folders-list div.folder>div.andy-ui.label {*/
/*    font-size: 14px;*/
/*    padding-left: 8px;*/
/*    width: -webkit-fill-available;*/
/*}*/

/*div.andy-ui-folders-list div.folder>input.name {*/
/*    border: none;*/
/*    font-size: 14px;*/
/*    padding-left: 8px;*/
/*    width: 125px;*/
/*    outline: none;*/
/*}*/

/*span.andy-ui-icon.thumbnail {*/
/*    font-size: 90px;*/
/*    opacity: 0.1;*/
/*}*/

/*span.andy-ui-icon.badge {*/
/*    border: none;*/
/*    border-radius: 50%;*/
/*    color: #fff;*/
/*    position: absolute;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    top: 5px;*/
/*    left: 5px;*/
/*    width: 28px;*/
/*    height: 28px;*/
/*    background-color: rgba(0, 0, 0, 0.3);*/
/*}*/

/*div.andy-ui-modal.andy-ui-file-select-modal > div.andy-modal{*/
/*    width: 1198px;*/
/*}*/

/*div.andy-ui-modal.andy-ui-file-select-modal.show div.andy-ui-file-explorer div.andy-ui-gridlist div.andy-ui-button.device-item-more{*/
/*    display: none;*/
/*}*/

/*div.andy-ui-modal.andy-ui-file-select-modal.show div.andy-ui-file-explorer div.andy-ui-button.create-folder-button {*/
/*    display: none;*/
/*}*/

/*div.andy-ui-modal.andy-ui-file-select-modal.show div.andy-ui-file-explorer {*/
/*    height: -webkit-fill-available;*/
/*}*/

/*div.gridlist-tile.video-preview:hover {*/
/*    animation: video-preview 5s steps(6) infinite;*/
/*}*/

/*div.andy-ui-gfmselect.withfile.videofile:hover {*/
/*    animation: video-preview-selector 5s steps(6) infinite;*/
/*}*/

/*@keyframes video-preview {*/
/*    from { background-position: 0px; }*/
/*    to { background-position: -600% }*/
/*}*/

/*@keyframes video-preview-selector {*/
/*    from { background-position: 0px; }*/
/*    to { background-position: -600% }*/
/*}*//* div.andy-ui-studiolist {
    display: flex;
    flex-direction: column;
    height: 100%;
}

div.andy-ui-studiolist>div.studiolist-items-wrapper {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
} */

/* div.andy-ui-studiolist>div.studiolist-fixed-wrapper {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 1;
    background-color: white;
}

div.andy-ui-studiolist>div.studiolist-fixed-wrapper.hide {
    display: none;
} */

/* div.andy-ui-studiolist div.andy-ui-studiolist-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    min-height: 65px;
} */

/* div.andy-ui-studiolist div.andy-ui-studiolist-item>div.button-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    height: 58px;
    margin-bottom: 5px;
    width: 100%;
} */

/* div.andy-ui-studiolist div.andy-ui-studiolist-item>div.andy-ui-group {
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    pointer-events: none;
    opacity: 0;
} */

/* div.andy-ui-studiolist div.andy-ui-studiolist-item>div.andy-ui-group>div.andy-ui-button {
    background: none;
    margin: 0px 6px;
}

div.andy-ui-studiolist div.andy-ui-studiolist-item>div.andy-ui-group>div.andy-ui-button:hover {
    background-color: transparent !important;
}

div.andy-ui-studiolist div.andy-ui-studiolist-item>div.andy-ui-group>div.andy-ui-button:active {
    background-color: transparent !important;
} */

/* div.andy-ui-studiolist div.andy-ui-studiolist-item>div.andy-ui-group>div.andy-ui-button:hover>span.andy-ui-icon {
    color: #4665ff;
}

div.andy-ui-studiolist div.andy-ui-studiolist-item>div.andy-ui-group>div.andy-ui-button>span.andy-ui-icon {
    color: #fff;
} */

/* div.andy-ui-studiolist div.andy-ui-studiolist-item:hover {
    background-color:white;
}

div.andy-ui-studiolist div.andy-ui-studiolist-item.selected {
    background-color:white;
} */

/*div.andy-ui-studiolist div.andy-ui-studiolist-item:hover>div.andy-ui-group {*/
/*    pointer-events: all;*/
/*    opacity: 1;*/
/*}*/

/* div.andy-ui-studiolist div.andy-ui-studiolist-item>div.button-wrapper>div.andy-ui-label {
    color: #fff;
    text-align: center;
    font-size: 0.75em;
    margin: 4px;
}

div.andy-ui-studiolist div.andy-ui-studiolist-item>div.button-wrapper>span.andy-ui-icon {
    color: #fff;
    font-size: 26px;
    padding: 0px;
    margin: 0px;
    display: flex;
} */div.andy-ui-badge {
    padding: 5px;
}

div.andy-ui-badge.primary {}

div.andy-ui-badge.info {}

div.andy-ui-badge.success {}

div.andy-ui-badge.danger {}

div.andy-ui-badge.warning {}/*div.andy-ui-calendar{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    padding: 20px 20px 60px;*/
/*    background-color: #fff;*/
/*}*//*select.andy-ui-select.header-filter {*/
/*    background-color: var(--searchbox-bg-color);*/
/*    height: calc(1.5em + 1.2rem);*/
/*    outline: none;*/
/*    border: none !important;*/
/*    color: var(--select-fr-color);*/
/*}*/

/*select.andy-ui-select:required:invalid {*/
/*    color: rgb(117, 117, 117);*/
/*}*/

/*select.andy-ui-select>option {*/
/*    color: var(--select-fr-color) !important;*/
/*}*/