:root {
    --transparent: transparent;
    --black: #34303D;
    --white: #FFFDFB;
    --white-50: rgba(255, 253, 251, 0.5);
    --danger: #DB3624;
    --success: #8dcea2;
    --warning: #ffd239;
    --info: #afc0d3;
    --primary: #34303D;
    --primary-dark: #34303D;
    --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: #34303D;
    --20: #fafafa;
    --30: #f5f5f5;
    --40: #E1E0E2;
    --50: #e3e7eb;
    --60: #bacad6;
    --70: #34303D;
    --80: #34303D;
    --90: #34303D;
    --90-half: rgba(109, 109, 112, 0.5);
}

.bg-white {
    background: #FFFDFB;
}

.dropdown-trigger > .text-80 {
    color: #FFFDFB;
}

.bg-40 {
    background: #E1E0E2;
}

.w-sidebar {
    background: #FFFDFB;
}

.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: #00d1d2;
}

.btn-default {
    height: 3rem;
    border-radius: 0;
    line-height: 2.75rem;
    border: 2px solid #00d1d2;
    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: #00d1d2;
}

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

.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 #E3813B;
}

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

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


[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: #FFFDFB !important;
}

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

[dusk$="-edit-button"], [dusk$="-edit-attached-button"] {
    background: #287baf;
}

[dusk$="-delete-button"] {
    background: #E3813B !important;
}

[dusk$="-view-button"] {
    background: #00d1d2;
}

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

.text-80 {
    color: #34303D;
}

@font-face{
    font-family:"IQOSW01";
    font-style: normal;
    font-weight: 700;
    src:url("../fonts/IQOSW01-Bold.woff2") format("woff2");
}
@font-face{
    font-family:"IQOSW01";
    font-style: normal;
    font-weight: 400;
    src:url("../fonts/IQOSW01-Regular.woff") format("woff");
}
@font-face{
    font-family:"IQOSW01";
    font-style: normal;
    font-weight: 300;
    src:url("../fonts/IQOSW01-Light.woff2") format("woff2"),url("../fonts/IQOSW01-Light.woff") format("woff");
}


.font-iqos {
    font-family: "IQOSW01";
}

[dusk="filter-selector"] > .dropdown-trigger{
    background: #E1E0E2;
    border: none !important;
}

.bg-30 .btn-link {
    color: var(--80);
    background: var(--white) !important;
    border: 2px solid var(--80);
    padding: 0 55px;
}

.text-grey-black {
    color: #34303D !important;
}

.text-grey {
    color: #34303D !important;
}

.ql-editor{
    min-height: 250px;
}

.card-heading {
    min-height: 0 !important;
    height: 40px !important;
}

.red-dot {
    height: 15px;
    width: 15px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
}

.green-dot {
    height: 15px;
    width: 15px;
    background-color: green;
    border-radius: 50%;
    display: inline-block;
}

.swal-footer {
    text-align: center;
}