.lg-max-width{
    display:flex;
    flex-direction: column;
    max-width: 1100px !important;
    align-self: center;
}
form{
    display:flex;
    flex-direction: column;
    align-items: stretch !important;
}
.flex-grow{
    display:flex;
    flex-grow: 1;
    flex-shrink: 0;
}

.center{
    align-items: center;
    justify-content: center;
}

.section-title {
    font-family: "Public Sans", sans-serif;
    font-size: 1.1rem;
}

.app-btn-primary, .app-btn {
    white-space: nowrap;
    max-height: 35px;
    width: fit-content;
    width: 110px;
    filter: contrast(1.1);
    border-radius: 2px;
    font-size: 0.8rem;
    font-weight: 600;
    transition: transform 0.02s;
    min-width: fit-content;
}

.btn {
    outline: none;
    border: none;
}

.app-btn-primary:hover {
    outline: 4px solid #2c4aff2b;
    transform: scale(1.02);
}

.app-btn-danger {
    background: #d03f3f;
    background: #fbfbfb00;
    color: white;
    color: #ff6a6a !important;
    border: 1px solid #d03f3f;
}
    .app-btn-danger:hover {
        background: #d03f3f;
        color: white !important;
    }

.text-icon {
    --w: 15px;
    transform: translateY(3px);
    max-width: var(--w);
    max-height: var(--w);
    display: inline-flex;
    object-fit: contain;
}
.text-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    
}

.ui-tool-button button {
    border-radius: 2px;
    background: var(--app-accent);
    border: none;
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-text);
}
.ui-tool-button:active{
    outline: 1px solid;
    outline-color: var(--app-blue);
    background: var(--theme-bg-boxes);
}
    .ui-tool-button button * {
        color: var(--theme-text);
    }
.ToolDropdown-button *{
    color: var(--theme-text-color) !important;
}
