﻿body {
    background-color: white;
}

a {
    text-decoration: underline !important;
    color: var(--color-blue5);
}

.main-title {
    font-size: 35px;
    margin-top: 80px;
    margin-bottom: 40px;
}

.tertiary-title{
    margin-bottom: 30px;
}

.related-links{
    margin: 30px 0;
}

.button__list-all-public-functions{
    background-color: #56549F;
    color: white !important;
}

.wrapper__list-all-public-functions{
    text-align: center;
    margin-top: 40px;
}

.download-barcodes-format-item {
    background: #f3f2f7;
    border-radius: 16px;
    padding: 40px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.download-barcodes-explanation{
    margin-top: 16px;
}

.download-barcodes-format-item a{
    text-decoration: underline !important;
}

.public-task-top-explanation {
    background: #f3f2f7;
    border-radius: 16px;
    padding: 40px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.public-task-top-explanation p{
    margin-top: 20px;
}

.public-task-top-explanation a{
    text-decoration: underline !important;
}

.public-task-top-explanation p:first-child{
    margin-top: 0;
}

.public-task-top-explanation .example-icon{
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 12px;
}

.public-task-top-explanation .wrong{
    color: darkred;
}

.public-task-top-explanation .right{
    color: darkgreen;
}

.statistics__task-logs {
    display: none;
}

.queue-explanation{
    margin-top: 24px;
}

.uploader .message{
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    margin-bottom: 20px;
    margin-top: 20px;
    display: none;
}

.table th {
    background: transparent;
}

.table td {
    background: #f3f2f7;
}

.generate-infographics-image-wrapper{
    overflow: hidden;
    display: inline-flex;
    width: 100%;
    height: 100%;
    max-height: 350px;
    border: 1px solid #E7E6E6;
    border-radius: 4px;
    justify-content: space-evenly;
    align-items: center;
}

.link-full-list{
    margin-top: 12px;
}

.generate-infographics-upload-input {
    display: none;
}

.public-main-button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
    margin-bottom: 18px;
}

.icon-and-text-button img {
    margin-right: 6px;
    vertical-align: bottom;
}

.triple-column-grid {
    display: grid;
    grid-column-gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 50px
}

@media (max-width: 1000px) {
    .generate-infographics-image-wrapper {
        max-height: max-content;
    }

    .triple-column-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .main-title {
        font-size: 22px;
    }
}

@media (max-width: 600px) {
    .generate-infographics-image-wrapper {
        max-height: max-content;
    }

    .main-title {
        font-size: 22px;
    }

    .wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}
