:root {
    --transparent: transparent;
    --black: #6D6D70;
    --white: white;
    --white-50: rgba(255, 255, 255, 0.5);
    --danger: #f0576a;
    --success: #8dcea2;
    --warning: #ffd239;
    --info: #afc0d3;
    --primary: #6D6D70;
    --primary-dark: #000000;
    --primary-70: rgba(70, 70, 70, 0.7);
    --primary-50: rgba(70, 70, 70, 0.5);
    --primary-30: rgba(70, 70, 70, 0.3);
    --primary-10: rgba(70, 70, 70, 0.1);
    --sidebar-icon: #000000;
    --20: #fafafa;
    --30: #f5f5f5;
    --40: #f3f3f3;
    --50: #e3e7eb;
    --60: #bacad6;
    --70: #b3b9bf;
    --80: #7c858e;
    --90: #6D6D70;
    --90-half: rgba(109, 109, 112, 0.5);
}

.w-sidebar {
    background: white;
}

.bg-grad-sidebar {
    background: var(--40) !important;
}

.bg-grad-sidebar .text-white {
    color: var(--90);
}

.progress {
    height: 5px !important;
    background: var(--primary) !important;
}

.toasted-container .toasted {
    padding: 20px 40px;
    border-radius: 0;
}

.checkbox:focus {
    box-shadow: none;
}

.form-input:active, .form-input:focus {
    box-shadow: none;
}

.h-header {
    box-shadow: none !important;
}

.h-header .form-control {
    border: none;
    box-shadow: none !important;
}

.table th {
    background: none;
}

.btn-default.btn-icon {
    background: var(--white);
}

.btn-default.btn-icon svg {
    color: #85d2af;
}

.btn-default {
    height: 3rem;
    border-radius: 0;
    line-height: 2.75rem;
    border: 2px solid #85d2af;
    box-shadow: none !important;
    text-shadow: none !important;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-size: 12px !important;
}

.btn-outline, .btn-primary {
    background: var(--white) !important;
    color: #85d2af;
}

.btn-outline:hover, .btn-primary:hover {
    border: 2px solid #85d2af;
}

.card-panel {
    height: auto;
    min-height: 150px;
}

.pt-header {
    padding-top: 7rem;
}

.h-header {
    height: 3.75rem;
}

.py-view {
    padding-top: 3rem;
}

td span > span.font-bold {
    font-weight: normal;
}

h1 {
    letter-spacing: 0.25rem;
    text-transform: uppercase;
    font-size: 16px;
}

.card {
    border-top: 3px solid rgb(242, 154, 56);
}

.card .card {
    border-top: 0;
}

[dusk="create-and-add-another-button"], [dusk="update-and-continue-editing-button"] {
    display: none;
}

[dusk="create-button"], [dusk="update-button"] {
    margin-left: auto;
}

[dusk$="-edit-button"], [dusk$="-delete-button"], [dusk$="-view-button"] {
    border-radius: 50%;
    display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
}

[dusk$="-edit-button"] .fill-current, [dusk$="-delete-button"] .fill-current, [dusk$="-view-button"] .fill-current {
    fill: #fff !important;
}

[dusk$="-edit-button"] svg, [dusk$="-delete-button"] svg, [dusk$="-view-button"] svg {
    width: 16px;
}

[dusk$="-edit-button"] {
    background: #31ccec;
}

[dusk$="-delete-button"] {
    background: #F29A38;
}

[dusk$="-view-button"] {
    background: #85d2af;
}

[dusk="run-import-action-button"] svg {
    display:none;
}

table .whitespace-no-wrap {
    white-space: nowrap;
}