﻿body, main, html {
    z-index: 3;
    background: #fdf1d7;
}

footer {
    background: #fdf1d7;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 1.65rem;
}

.center-screen {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.toastNotif, .dx-toast {
    z-index: 1;
}

.center {
    height: 100vh;
}

.pricing-header {
  max-width: 700px;
}

#navbar {
    z-index: 2;
    background: #fae09d;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 3.5rem;
}

img {
    width: 90px;
}

​

.header {
    /*font-size: 25px;*/
}

.subheader {
    font-size: .65rem;
    font-weight: 400;
    line-height: 1.2;
    color: #808080 !important;
}

.subheaderBuro {
    font-size: 2rem;
}


.dx-texteditor-input {
    text-transform: uppercase;
}

.dx-grid-texteditor-input[role=gridcell] {
    text-transform: uppercase;
}

[role=gridcell] {
    text-transform: uppercase;
}
