/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
div#page {
    background-color: #f0f0f1;
    box-sizing: border-box;
    min-height: 100vh;
    width: 100vw;
    padding: 0px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}

div#page,
div#page>*,
div#page>*>*,
div#page>*>*>*,
div#page>*>*>*>*,
div#page>*>*>*>*>*,
div#page>*>*>*>*>*>*,
div#page>*>*>*>*>*>*>*,
div#page>*>*>*>*>*>*>*>* {
    font-family: 'Montserrat', sans-serif;
}

/* LOGIN SCHERM */
.sl_login {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
}

.sl_login_form {
    width: 33%;
    max-width: 500px;
    min-width: 300px;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 5%) 0px 18px 50px -10px;
    border-radius: 9px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    overflow: hidden;
}

.sl_login_header {
    width: calc(100% + 40px);
    background-color: #011f5b;
    margin-left: -20px;
    margin-top: -20px;
    height: 60px;
    margin-bottom: 50px;
    position: relative;
    box-shadow: rgb(0 0 0 / 7%) 0px 10px 10px;
}

.sl_login_header>img {
    height: 80px;
    position: absolute;
    left: calc(50% - 80px);
    top: 20px;
}

#loginform > .login-username , #loginform > .login-password,
.sl_input_field,
.sl_login_field {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
}

#loginform > * > label,
.sl_input_field>span,
.sl_login_field>span {
    text-align: center;
    margin: 10px 0px;
    font-size: 16px;
    font-weight: 700;
}

.sl_login_field>select {
    font-size: 14px;
    line-height: 2;
    color: #2c3338;
    border-color: #8c8f94;
    box-shadow: none;
    border-radius: 3px;
    padding: 0 24px 0 8px;
    min-height: 30px;
    -webkit-appearance: none;
    background: #fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55%;
    background-size: 16px 16px;
    cursor: pointer;
    vertical-align: middle;
    background-color: #f5f5f5 !important;
    border: 0px solid #f00 !important;
    height: 60px;
    font-size: 16px !important;
    width: 100%;
    padding: 10px 15px !important;
}
#loginform > * > input,
.sl_input_field>input,
.sl_login_field>input {
    background-color: #f5f5f5 !important;
    border: 0px solid #f00 !important;
    height: 60px;
    font-size: 16px !important;
    width: 100%;
    padding: 10px 15px !important;
}
.login-submit > #wp-submit,
.sl_btn {
    margin-top: 20px;
    font-size: 15px;
    border-color: #ff9d00;
    border-radius: 5px;
    box-shadow: none;
    border: 0px solid red;
    font-weight: 800;
    width: 100%;
    padding: 20px;
}
.login-submit > #wp-submit,
.sl_primary {
    background-color: #ff9d00 !important;
    color: white;
}

.sl_secondary {
    background-color: var(--sl_blue) !important;
    color: white;
}
.sl_third {
    background-color: white !important;
    color: var(--sl_blue);
    -webkit-box-shadow: inset 0px 0px 0px 4px rgba(0,32,91,1);
    -moz-box-shadow: inset 0px 0px 0px 4px rgba(0,32,91,1);
    box-shadow: inset 0px 0px 0px 4px rgba(0,32,91,1);
    filter: saturate(0);
    opacity: 0.7;
}

@media only screen and (max-width: 600px) {
    #page {
        background-color: white !important;
    }

    .sl_login_form {
        width: 100vw;
        height: 100vh;
        border-radius: 0px;
        box-shadow: none !important;
    }
}

/* PORTAL */
/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
:root {
    --sl_blue: #00205B;
    --sl_orange: #FF9D00;
}

* {
    touch-action: manipulation !important;
}

.sl_portal {
    width: 100vw;
    height: 100vh;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #F5F5F5;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    overflow-y: scroll;
}

.sl_portal>.sl_header {
    width: 100%;
    height: 70px;
    background-color: var(--sl_blue);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999999999999999999999999;
}

.sl_header>img {
    width: 160px;
    position: fixed;
    top: 30px;
    left: 40px;
}
/*
.sl_header_account {
    position: absolute;
    right: 20px;
    top: 26px;
    width: 200px;
    height: 20px;
    display: flex;
    flex-direction: row-reverse;
}

.sl_header_account>p {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    position: absolute;
    margin: 0px;
    padding-right: 34px;
}

.sl_header_account>p::after {
    content: "";
    width: 22px;
    height: 13px;
    right: 2px;
    top: 4px;
    background-image: url(/wp-content/uploads/2022/09/arrow-down-sign-to-navigate.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}
*/
.sl_account_menu_content {
    position: absolute;
    right: 0px;
    top: 30px;
    background-color: #fff;
    border-radius: 3px;
    padding: 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    overflow: hidden !important;
}

.sl_account_menu_content>div {
    padding: 20px;
    padding-right: 70px;
    border-bottom: 2px solid #d8d8d8;
}

.sl_account_menu_content>div:hover {
    background-color: #fafafa;
}

.sl_account_menu_content>div:last-child {
    border-color: rgba(0, 0, 0, 0);
}

.sl_account_menu_content>div>a {
    text-decoration: none;
    color: grey;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
}

.sl_content {
    position: relative;
    float: left;
    margin-top: 100px;
    width: 100vw;
    padding: 20px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 4fr 2fr;
    grid-gap: 30px;
    align-items: start;
    max-width: 1000px;
}

.sl_card {
    background-color: white;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    position:relative;
}

.sl_card_header {
    padding: 25px 20px;
    border-bottom: 2px solid #d8d8d8;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.sl_card>.sl_card_header>* {
    font-size: 16px;
    color: black;
    margin: 0px;
    padding: 0px;
}

.sl_card>.sl_card_header>h4 {
    font-weight: 500;
}

.sl_card>.sl_card_header>h5 {
    font-weight: 300;
}
.sl_card>.sl_card_header > button{
    font-size: 15px;
    color: white;
    padding: 4px;
}

.sl_primary {
    padding: 20px;
    box-sizing: border-box;
}

.sl_products>.sl_product {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}

.sl_stripe_h {
    border-bottom: 2px solid rgb(231, 231, 231);
}

.sl_stripe_h:last-child {
    border-bottom: 0px solid white !important;
}

.sl_products {
    padding: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.sl_product {
    display: grid;
    grid-template-columns: 100px auto 120px;
    grid-template-rows: auto auto auto;
    grid-gap: 10px;
    grid-row-gap: 17px;
}

.sl_product>* {
    margin: 0px;
    padding: 0px;
}

.sl_product>.sl_image {
    grid-row: 1 / span 3;
    grid-column: 1 / span 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.sl_mini_product_name,
.sl_product>.sl_product_name {
    font-family: "Roboto", sans-serif;
    font-size: 19px;
    color: #000;
    line-height: 30px;
}

.sl_product>.sl_product_name {
    grid-row: 1 / span 1;
    grid-column: 2 / span 1;
}

.sl_product>.sl_product_description {
    grid-row: 2 / span 1;
    grid-column: 2 / span 1;
    margin-top: -20px;
}

.sl_mini_product_detail,
.sl_product>.sl_product_description {
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #808080;
    font-size: 14px;
}

.sl_product>.sl_details {
    grid-row: 3 / span 1;
    grid-column: 2 / span 2;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
}

.sl_product>.sl_details>.sl_detail {
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: space-between;
    align-items: stretch;
    border-right: 2px solid #eee;
    padding-right: 60px;
}

.sl_product>.sl_details>.sl_detail:last-child {
    border-right: 0px solid red !important;
}

.sl_product>.sl_details>.sl_detail>* {
    margin: 0px;
}

.sl_counter {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: stretch;
}

.sl_counter>* {
    border: 1px solid #0000;
    box-sizing: border-box;
    height: 100%;
    border-radius: 5px;
    min-width: 35px;
}

.sl_counter>button {
    background-color: #F5F5F5;
    color: grey;
    font-size: 17px;
}

.sl_counter>input {
    border: 0px solid #f00;
    text-align: center;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 800;
    width: 70px!important;
}

.sl_counter>button.sl_add {
    background-color: #FF9D00;
    background-image: url(/wp-content/uploads/2022/09/right-arrow.svg);
    background-size: 45%;
    background-position: center;
    background-repeat: no-repeat;
    color: white!important;
}

.sl_detail>label {
    font-weight: 400;
    font-size: 13px;
    color: grey;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.sl_detail>h5 {
    font-weight: 800;
    font-size: 18px;
    color: black;
}

.sl_product_mini {
    display: grid;
    grid-template-columns: 4fr 2fr;
    grid-template-rows: auto auto;
    grid-gap: 0px;
    justify-items: stretch;
    justify-content: center;
    align-items: stretch;
    padding: 10px 0px;
}

.sl_product_mini>* {
    margin: 0px;
}

.sl_align_right {
    text-align: right;
}

.sl_list {
    padding: 20px;
    padding-top: 5px;
    overflow: hidden;
}

.sl_account_menu_content {
    display: none;
}

.sl_primary {
    color: white;
    background-color: #FF9D00;
    border: 0px solid white !important;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
}

.sl_primary:hover {
    filter: brightness(0.9) saturate(1.5);
}

.sl_card>.sl_primary {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-bottom: 20px;
}

.pd20 {
    padding: 20px;
}

.sl_stripe_h.sl_end_message {
    padding: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 13px;
    color: #808080;
}

.sl_modal {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999999999999999999999999;
    width: 100vw;
    height: 100vh;
    background-color: #0000006e;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.sl_modal_body {
    width: 300px;
}

.sl_illustration {
    width: 100%;
    position: relative;
    padding-bottom: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.sl_modal_body>p {
    font-weight: 500;
    font-size: 16px;
    color: black;
    text-align: center;
}

#application-passwords {
    display: none !important;
}

.sl_grey {
    background-color: #ededed;
    border-radius: 30px;
    background-image: url(/wp-content/uploads/2022/09/sanlucar-logo.png);
    background-size: 80% !important;
    opacity: 0.5;
}

h5.sl_text_tiny {
    font-size: 15px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.sl_empty_car {}

span.sl_verwijder_mini.sl_align_right {
    cursor: pointer;
    color: grey;
}

span.sl_verwijder_mini.sl_align_right:hover {
    cursor: pointer;
    color: rgb(189, 56, 56);
}

.animate__animated {
    animation-duration: 0.3s !important;
    transition: all 300ms cubic-bezier(0.005, 0.860, 0.755, 0.745);
    /* custom */
    transition-timing-function: cubic-bezier(0.005, 0.860, 0.755, 0.745);
    /* custom */
}

.sl_card {
    -moz-transition: width 1s ease-in-out, left 1.5s ease-in-out;
    -webkit-transition: width 1s ease-in-out, left 1.5s ease-in-out;
    -moz-transition: width 1s ease-in-out, left 1.5s ease-in-out;
    -o-transition: width 1s ease-in-out, left 1.5s ease-in-out;
    transition: width 1s ease-in-out, left 1.5s ease-in-out;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: rgb(90, 90, 90);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}


.sl_table {
    width: 100%;
}

.sl_table>tbody>tr>* {
    text-align: left;
    padding: 5px;
}

.sl_table>tbody>tr>th {
    font-size: 15px;
    font-weight: 800;
}

.sl_table>tbody>tr>th {
    font-size: 15px;
    font-weight: 800;
}

button.sl_btn_small {
    color: #fff !important;
    padding: 5px !important;
    font-size: 14px !important;
    max-width: 90px;
}

.notice.acf-to-rest-api-donation-notice {
    display: none !important;
}

span.sl_badge_gesloten,
span.sl_badge_open {
    padding: 8px 14px;
    background-color: #ff9d00;
    margin-top: 5px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
}

span.sl_badge_gesloten {
    background-color: #e9e9e9;
    color: #7c7c7c;
}

.sl_inline_btn {
    color: orange;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    text-align: center;
}

input.sl_product_input {
    width: 100%;
}

.slk_col.col2 {
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

.span2 {
    grid-column: 1 / span 2 !important;
}

.sl_input_field>button {
    background-color: var(--sl_blue);
    padding: 9px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    border: 0px solid red !important;
}

.sl_input_field>span {
    text-align: left;
}

.sl_date_input {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 5px;
}

.sl_products>h3 {
    margin: 0;
}


.sld_filter {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    padding: 5px;
    box-shadow: rgb(0 0 0 / 18%) 0px 2px 4px;
    box-shadow: rgb(0 0 0 / 5%) 0px 1px 2px 0px;
    position: relative;
}
.sld_date_select {
    padding: 5px;
    margin: 0px;
    display: grid;
    background-color: #e4e9f1;
    grid-template-columns: 48px 70px 80px;
    grid-gap: 5px;
    border-radius: 5px;
    margin-left: 10px;
}
.sld_date_select > input{
    margin: 0px;
    padding: 0px;
    text-align:center;
    border: 0px solid white;
}
.sld_get_customer_orders {
    background-color: var(--sl_blue);
    padding: 9px;
    font-size: 13px;
    font-weight: 500;
    margin-left: 7px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}
.sld_user {
    display: grid;
    padding: 11px;
    grid-template-rows: 36px;
    grid-template-columns: 21px 210px 247px 31fr;
    background-color: #fcfcfc;
    margin-top: 11px;
    align-items: center;
    align-content: center;
    border-radius: 4px;
    overflow: hidden;
}
.sld_filter > span {
    margin-left: 10px;
    font-weight: 700;
    color: #000;
}
.sld_user_indicator {
    background-color: #f00;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    box-shadow: rgb(255 0 1) 0px -2px 70px 16px;
}
.sld_ready {
    background-color: #ffb300;
    box-shadow: rgb(255 201 56) 0px -2px 70px 16px;
}
.sld_confirmed {
    background-color: #0f0;
    box-shadow: rgb(71 255 56) 0px -2px 70px 16px;
}
.sld_btn_action.sld_secondary,
.sld_btn_action.sld_primary {
    background-color: var(--sl_blue);
    padding: 10px;
    border-radius: 5px;
    margin-right: 5px;
    float: left;
    color: #fff;
    cursor: pointer;
    font-weight: 800;
}
.sld_btn_action.sld_secondary{
    background-color: white;
    color: var(--sl_blue);
    -webkit-box-shadow: inset 0px 0px 0px 2px var(--sl_blue);
    -moz-box-shadow: inset 0px 0px 0px 2px var(--sl_blue);
    box-shadow: inset 0px 0px 0px 2px var(--sl_blue);
}
.sld_inline_loader {
    position: absolute;
    right: 10px;
}
.sld_matching , .sld_export_PDF , .sld_export_CSV{
    padding: 10px;
    padding-left: 40px;
    border-radius: 5px;
    background-color: var(--sl_orange);
    color: #fff;
    font-weight: 800;
    position:relative;
}
div#sl_welcome_screen > .inside {
    background-color: #f0f0f0;
    padding-top: 13px;
    margin-top: 0px;
}
.sld_user > * > strong {
    font-weight: 800;
    color: var(--sl_blue);
    cursor: pointer;
}
li#toplevel_page_bestellen,
li#toplevel_page_product-matching {
    display: none!important;
}
.sld_actions {
    display: grid;
    grid-template-columns: repeat(auto-fit , minmax(200px , 1fr));
    grid-gap: 10px;
    background-color: #fff;
    margin-top: 20px;
    padding: 7px;
    border-radius: 11px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    cursor: pointer;
}
.sld_actions > div::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 9px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position:center;
    opacity: 0.8;
    cursor: pointer;
}
.sld_lock
{
    background-color: white;
    color: #a21e1e;
    -webkit-box-shadow: inset 0px 0px 0px 3px rgba(162,30,30,1)!important;
-moz-box-shadow: inset 0px 0px 0px 3px rgba(162,30,30,1)!important;
box-shadow: inset 0px 0px 0px 3px rgba(162,30,30,1!important);
}
.sld_matching::after
{
    background-image: url("/wp-content/uploads/2022/11/puzzle.svg");
}
.sld_lock::after
{
    background-image: url("/wp-content/uploads/2022/11/lock.svg")!important;
}
.sld_export_PDF::after
{
    background-image: url("/wp-content/uploads/2022/11/computer-printer.svg");
}
.sld_export_PDF{
    background-color: var(--sl_blue);
}

.sld_btn_action.sld_mini {
    width: 37px;
    padding: 6px 8px;
    padding-top: 10px;
    float: left;
    border-radius: 3px;
    margin-right: 10px;
}

.sld_btn_action.sld_mini > img{
    width: 20px;
}
.sld_user > *{
    font-size: 15px;
}
.sld_info{
    background-color: #30C5FF;
}
.sld_warning{
    background-color: #F6AE2D;
}
.sld_danger{
    background-color: #E85F5C!important;
}
.sld_confirm{
    background-color:#60935D;
    color: white;
}
.sl_alert {
    position: fixed;
    z-index: 999999999999999999;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: #2222228f;
}

div.sl_admin_portal > .sl_header {
    background-color: #000;
}

div.sl_admin_portal {
    background-color: #eeeeee;
}

.sl_header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
}

.sl_header_account > .sl_account_menu{
    margin: 0px;
    color: white;
}
.sl_breadcrumbs{
    grid-column: 1 / span 2;
}
.sl_breadcrumbs > a {
    text-decoration: none;
    color: #888;
    padding-right: 30px;
    position: relative;
}
.sl_breadcrumbs > a:last-child:after{
    display: none!important;
}
.sl_breadcrumbs > a:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 2px;
    height: 16px;
    width: 21px;
    background-image: url(/wp-content/plugins/sl-klantenportaal-frontend/arrow-point-to-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.4;
    filter: saturate(0);
}

@media only screen and (max-width: 800px) {
    .sl_content{
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 600px) {
    html #wpadminbar{
        display: none!important;
    }
    .sl_portal>.sl_header {
        height: 40px;
    }
    .sl_header_account {
        right: 10px;
        top: 12px;
        width: 270px;
        height: 20px;
    }
    .sl_header>img {
        width: 60px;
        top: 5px;
        left: 5px;
    }
    .sl_header_account>p{
        padding-right: 0px;
        font-size: 15px;
    }
    .sl_content {
        padding: 10px;
        margin-top: 43px;
    }
    .sl_card_header {
        padding: 7px;
        border-bottom: 1px solid #f4f4f4;
    }
    .hom{
        display: none;
    }
    .pd20{
        padding: 5px;
    }
}

.sld_btn_action.sld_mini.sld_copy {
    background-color: #cacaca;
}

.sld_user_actions {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.tippy-tooltip.tomato-theme {
  background-color: tomato;
  color: yellow;
}
.sl_toolbar {
    background-color: #f3f3f3;
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 7px 20px;
}
.sl_toolbar > *{
    margin-right: 5px;
    border-radius: 5px;
    padding: 5px;
    height: 30px;
}
.sl_toolbar > span {
    font-size: 13px;
    font-weight: 600;
    color: #808080;
}
.sl_minibtn {
    background-color: #e1e1e1;
    color: var(--sl_blue);
    border: 0px solid #f00;
    font-size: 12px;
}
.sl_toolbar > input[type="text"] {
    border: 0px solid #f00;
    padding: 5px;
    font-size: 13px;
    color: #808080;
    border-radius: 5px;
}
.sl_user_add > *{
    margin: 0px;
    color: var(--sl_blue);
}
.sl_user_add {
    width: 100%;
    background-color: #f4f4f4;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
    margin-top: 30px;
    cursor: pointer;
}
.sl_product_name > strong{
    text-decoration: underline;
}
.sl_white {
    background-color: #efefef;
    color: #acacac;
}