@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap');

:root {
    --header-height: 60px;
    --footer-height: 80px;
    --devextreme-theme-color: #f05b41;
    --font-size: 15px;
}

html {
    font-size: var(--font-size);
}

@media (min-width: 768px) {
    html {
        font-size: var(--font-size);
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    overflow-x: hidden;
    /*margin-bottom: 60px;*/
}

p {
    margin-bottom: 0;
}

.btn-close,
.no-outline {
    outline: none !important;
    box-shadow: none !important;
}

.dx-column-indicators {
    display: none !important;
}