﻿body {
    color: #555;
    --color-primary: #ff4767;
}

#client-create-btn {
    font-weight: 600;
    font-size: 14px;
}

.breadcrumb-item a {
    text-decoration: none;
}

.app-nav {
    background-color: #fff;
    padding: 16px 0;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 12px;
}

.app-name {
    font-weight: 600;
    font-size: 1.5rem;
    color: var(--color-primary);
    display: block;
    text-decoration: none;
}

.demo-box {
    display: block;
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    padding: 16px 0;
    border-bottom: 1px solid #f0f0f0;
}

.demo-box .img {
    aspect-ratio: 1200/690;
    text-align: center;
    background-color: #d9d9d9;
}

.demo-box img {
    max-width: 100%;
    height: 100%;
}

.demo-box .name {
    margin-top: 8px;
    text-transform: uppercase;
    font-size: 20px;
    color: var(--color-primary);
}

.main-wrapper {
    background-color: #fff;
    min-height: 100%;
    padding-top: 16px;
}

.main-wrapper p {
    margin-bottom: 12px;
}

.container {
    max-width: 768px;
}

.demo-list {
    border-top: 1px solid #e8e8e8;
}

@media screen and (min-width: 992px) {
    body {
        background-color: #f9f9f9;
    }

    .main-wrapper {
        padding: 24px;
        margin-top: 24px;
    }
}
