body {
    font-size: 15px;
}

h1 {
    font-family: "Playwrite HR Lijeva", "Barlow", sans-serif !important;
    padding-top: 30px;
    padding-bottom: 30px;
}

.btn {
    font-family: "Barlow", sans-serif;
}

input {
    width: 55px !important; 
    font-family: "Barlow", sans-serif !important;
}

.display-4{
    font-size: 2.5rem !important;
    font-weight: bold !important;
}

.error-message {
    font-size: 12px;
}

.label {
    font-size: 10px;
    color: #555;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 10px;
    white-space: nowrap; /* prevents the text from wrapping to a new line */
}

.layerType {
    font-size: 10px;
    display: none;
}

.layersContainer {
    margin-top: 20px;
    margin-bottom: 20px;
}

.layer input {
    margin-left: 10px;
}

.outputSize {
    color:black;
    font-weight: 500;
    padding-left: 10px;
}

.outputSizeDiv {
    margin-top:0px !important;
}

.ibox.outputSizeDiv{
    width: 120px !important;
}
.ibox {
    text-align: center;
    padding-left: 10px;
    width: 80px !important;
    padding-bottom: 10px;
    height: 60px;
}

.abox {
    padding-left: 10px;
    width: 90px;
    justify-content: center;   /* Center horizontally */
    box-sizing: border-box;    /* Include padding and border in the element's total width and height */       /* Optional: margin for spacing */
}

.conv {
    color: blue;
}

.pool {
    color: red;
}

.transposed, .convTranspose {
    color:green;
}

code {
    display: block;
}

#code {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mainTitle {
    margin-top: 20px;
}

.btn-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 2fr)); /* Auto-fill columns with a minimum width of 100px */
    gap: 10px; /* Space between buttons */
}

@media (max-width: 1024px) {
    .btn-grid {
        grid-template-columns: repeat(1, 1fr); /* Single column on smaller screens */
    }
}
.container {
    margin-top: 20px;
}

.inputSizeDiv{
    margin-bottom: 20px;
}

.cross {
    font-size: 30px;
    color:#cccccc;
}

.copyright-link {
    color: #cccccc; 
    float: right;
    text-decoration: none;
}

.copyright-link:hover {
    color: #343a40;
}