﻿@media only screen and (max-width: 575.98px) {
    .header-links-row {
        font-size: calc(8px + 1vw);
    }

    .canvas-panel {
        width: 50% !important;
    }
}

@media (min-width: 576px) {
    .header-links-row {
        font-size: calc(3px + 1vw);
    }

    .canvas-panel {
        width: 20% !important;
    }
}

.header-links-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 16px;
}

.links-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.links-row-divider {
    font-style: inherit;
    font-family: inherit;
}

.link {
    color: #0D6EFD;
    cursor: pointer;
    font-style: inherit;
    font-family: inherit;
    margin-inline: 10px;
    text-decoration: none;
}

.link-disabled {
    color: black !important;
    pointer-events: none;
    cursor: default;
}

.link-disabled {
    color: black;
    cursor: default;
    font-style: inherit;
    font-family: inherit;
    margin-inline: 10px;
    text-decoration: none;
    pointer-events: none;
}

.back-btn {
    cursor: pointer;
    color: black;
    font-style: inherit;
    font-family: inherit;
    margin-left: 10px;
    text-decoration: none;
}

.bars-menu-icon {
    cursor: pointer;
}

.canvas-links {
    display: flex;
    flex-direction: column;
}
