﻿body {
    font-family: Roboto;
}

.pas-tile {
    width: 220px;
    height: 220px;
    display: inline-block;
    position: relative;
    font-weight: 800;
    font-size: 20px;
    margin: 3px;
}

.pas-tile-contents {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 10px;
    padding-bottom: 5px;
}

.pas-tile-row:nth-child(1) .pas-tile {
    color: #55544e;
}
.pas-tile:nth-child(1) {
    background-color: #a9a093;
}
.pas-tile:nth-child(2) {
    background-color: #d4d0c9;
}
.pas-tile:nth-child(3) {
    background-color: #e8e6e2;
}

.pas-tile-row:nth-child(2) .pas-tile {
    color: white;
}
.pas-tile-row:nth-child(2) .pas-tile:nth-child(1) {
    background-color: #3580c8;
}
.pas-tile-row:nth-child(2) .pas-tile:nth-child(2) {
    background-color: #71a5d9;
}
.pas-tile-row:nth-child(2) .pas-tile:nth-child(3) {
    background-color: #bdd5ed;
}

.doc-pro-star-big-logo {
    width: 350px;
    margin: 25px 5px;
}

/* Toolbar rules copied from Primus */
html {
    font-family: Roboto;
    font-size: 12px;
}

.navbar {
    height: 34px;
    background-color: #53534d;
    color: #fff;
    font-style: normal;
    font-weight: 400;
    padding: 0 20px;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    white-space: nowrap;
    box-shadow: 0 2px 2px rgb(0 0 0 / 16%);
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar .navbar-item {
    display: flex;
    height: 34px;
}

.navbar .navbar-item .logo-container {
    display: flex;
    min-width: 173px;
    background-repeat: no-repeat;
    padding-left: 30px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    background-position: left center;
    align-items: center;
}