.layout-container {
    margin: 0;
}

.imce-page .dialog-off-canvas-main-canvas {
    height: auto;
}

/* Tables */

.path-admin table {
    width: 100%;
}

.path-admin td {
    box-sizing: border-box;
    height: 4rem;
    padding: 0.5rem 1rem;
    text-align: left;
}

.path-admin tr {
    border-bottom: 0.0625rem solid #d4d4d8;
}

.path-admin th {
    position: relative;
    box-sizing: border-box;
    height: 3rem;
    padding: 0.5rem 1rem;
    text-align: left;
    color: #222330;
    background: #f3f4f9;
    line-height: 1.25rem;
}

td.checkbox, th.checkbox {
    text-align: center;
}

a.tabledrag-handle .handle {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1rem 0.75rem;
}

/* Forms */

.dropbutton-widget {
    display: block;
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    min-height: 100%;
}

.dropbutton-widget .dropbutton-arrow {
    background-image: url(../img/arrow.svg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 16px 12px;
    border: none;
    height: 100%;
    width: 100%;
    top: 0.55rem;
    right: 0;
    display: block;
    overflow: hidden;
    margin-top: 0;
}

.button {
    display: inline-block;
    margin: 1rem 0.75rem 1rem 0;
    padding: calc(1rem - 1px) calc(1.5rem - 1px);
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #222330;
    border: 1px solid transparent !important;
    border-radius: 2px;
    background-color: #d4d4d8;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-font-smoothing: antialiased;
}

.button--primary {
    color: #fff;
    background-color: var(--secondary-color);
}

.button-action {
    background-color: var(--secondary-color);
    color: #fff;
}

.form-item label {
    display: table;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.125rem;
}

.form-text {
    box-sizing: border-box;
    width: 100%;
    min-height: 3rem;
    padding: calc(0.75rem - 1px) calc(1rem - 1px);
    color: #222330;
    border: 1px solid #8e929c;
    border-radius: 0.25rem;
    background: #fff;
    font-size: 1rem;
    line-height: 1.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 0;
}
.form-tel.required{
    box-sizing: border-box;
    width: 100%;
    min-height: 3rem;
    padding: calc(0.75rem - 1px) calc(1rem - 1px);
    color: #222330;
    border: 1px solid #8e929c;
    border-radius: 0.25rem;
    background: #fff;
    font-size: 1rem;
    line-height: 1.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 0;
}
.form-email.required{
    box-sizing: border-box;
    width: 100%;
    min-height: 3rem;
    padding: calc(0.75rem - 1px) calc(1rem - 1px);
    color: #222330;
    border: 1px solid #8e929c;
    border-radius: 0.25rem;
    background: #fff;
    font-size: 1rem;
    line-height: 1.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 0;
}

.form-select {
    width: auto;
    min-height: 3rem;
    color: #222330;
    border: 1px solid #8e929c;
}

tr.drag-previous {
    background-color: #fdffc8;
}

tr:hover, tr:focus {
    color: #222330;
    background: #f0f5fd;
}

tr.drag {
    background-color: #fffd88;
}

.form-checkbox {
    display: inline-block;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    vertical-align: text-bottom;
    border: 1px solid #8e929c;
    border-radius: 2px;
}

.form-checkbox:checked {
    border-color: #003cc5;
    background-color: #003cc5;
}

.js .field--widget-entity-reference-paragraphs .form-actions {
    align-items: center;
    color: transparent;
    cursor: default;
    user-select: none;
    background: #003cc5;
    padding: 1rem 1.5rem;
    border-radius: 2px;
}