@import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');

body, input, button, textarea, select, .layout-header, .fm-navbar, .navbar-item {
    font-family: 'Rubik', sans-serif !important;
}

.logoContainer {
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#filerun-login-window .x-window-header .x-window-header-text{
 text-align:center;
}

/* Footer text */
#footerText{
 text-align:right;
}


body > div:nth-child(14){
background-image: linear-gradient(322deg, #7eb1d3ad 8%, #d8d8d8 77% 79%);
}
.x-grid3-body {
    flex: 1;
    padding-bottom: 60px;
    direction: rtl;
}
.gridItem {
    transition: border .2s ease, background-color 200ms ease, box-shadow .2s ease;
    user-select: none;
    -webkit-user-select: none;
    cursor: default;
    position: relative;
    border-radius: var(--mBr);
    background-color: var(--theme-surface2);
    overflow: hidden;
    height: 480px;
}
[data-isdark=false] {
    color-scheme: light;
    background-image: linear-gradient(350deg, #7eb1d3ad 8%, #d8d8d8 87% 79%
79%
);
}
