:root {
    color-scheme: only light;
}

.has-background-weavabel-primary {
    background: #14302b;
}

.has-background-weavabel-secondary {
    background: #264d4d;
}

.has-background-weavabel-highlight {
    background: #c9eb61;
}

.button.is-weavabel-highlight {
    background: #c9eb61;
    color: #333;
}

.select:after {
    display: none;
    visibility: hidden;
}

.garment-component-wrapper {
    min-width: 280px;
    border: 2px #999 solid;
    background: #efefef;
}

    .garment-component-wrapper.success {
        border: 2px green solid;
        background: #efffef;
    }

    .garment-component-wrapper.error {
        border: 2px red solid;
        background: #ffefef;
    }

table.garment-component-table {
    width: 100%;
}

table.garment-component-table tbody td {
    /*border: 1px red solid;*/
    padding: 2px;
}

.client-field {

}

    .client-field label.label.is-small {
        margin-top: 0.5rem;
    }