/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification 
for details on configuring this project to bundle and minify static web assets. */
@font-face {
    font-family: 'Arboria';
    src: url('../fonts/Arboria/TTF/Arboria-Book.ttf');
}

:root {
    --primary: #7A053B;
    --secondary: #55043d8c;
    --whiter: #00000023;
    --info: #0065c8;
}

.blue-background-class {
    background-color: #d8d8d8 !important;
    box-shadow: 0px 0px 17px 0px rgba(230,230,230,1);
}

.vgt-wrap {
    width: 100%;
    border-radius: 10px;
}

.vgt-global-search {
    border-radius: 5px;
    margin-bottom: 10px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 25px;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        font-size: 24px;
        line-height: 1.33;
        border-radius: 35px;
    }


#app {
    padding: 20px;
    padding-top: 20px;
}


    #app h3 {
        font-weight: 600;
        font-size: 1.4rem;
        margin-bottom: 20px;
        color: var(--primary);
    }

    #app h5 {
        font-weight: 600;
        font-size: 0.9rem;
        color: var(--primary) !important;
    }

    #app .card {
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
        border: none;
        height: auto;
        min-height: 80vh;
    }

html {
    font-size: 15px;
}

@media (min-width: 1800px) and (max-width: 2400px) {
    html {
        font-size: 16px;
    }
}

body {
    font-family: Arboria;
    background: #F9F9F9; /* fallback for old browsers */
    /* background: -webkit-linear-gradient(to right, #bdc3c7, #2c3e50); /* Chrome 10-25, Safari 5.1-6 */
    /* background: linear-gradient(to right, #bdc3c7, #2c3e50); W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ */ color: #2E3840;
}


.pointer {
    cursor: pointer;
}

.shadow-card {
    box-shadow: 10px 10px 5px #ccc;
    -moz-box-shadow: 10px 10px 5px #ccc;
    -webkit-box-shadow: 10px 10px 5px #ccc;
    -khtml-box-shadow: 10px 10px 5px #ccc;
}


.card-hover hover {
    transform: scale(1.05);
}

.card-hover hover {
    transform: scale(1.02);
}

.pointer {
    cursor: pointer;
}

.card-deck a {
    text-decoration: none;
}

.maps {
    height: 400px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
}

.small-maps {
    height: 300px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
}


#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 42%;
    margin: 10px;
}

    #pac-input:focus {
        border-color: #4d90fe;
    }

table.dataTable {
    width: 100% !important;
}

.dataTables_wrapper {
    width: 100% !important;
}

.btn-info {
    color: white !important;
}

    .btn-info:hover {
        color: white;
    }

.btn-success {
    color: white !important;
}

.btn-danger {
    color: white !important;
}

.disabled {
    pointer-events: none;
    color: #bfcbd9;
    cursor: not-allowed;
    background-image: none;
    background-color: #eef1f6;
    border-color: #d1dbe5;
}

.input-group .v-select {
    flex: 1 1 auto;
}

#resume-delivery > .row, #resume > .form-group {
    margin: 0;
    font-weight: bold;
    font-size: small;
}

.form-control-static {
    font-weight: normal;
    margin: 0;
}

#resume-pick-up > .row, #resume > .form-group {
    margin: 0;
    font-weight: bold;
    font-size: small;
}

.badge {
    font-weight: bold;
}

.badge-info {
    color: white;
}

.vs__dropdown-toggle {
    background: white !important;
}

div.dt-buttons {
    float: right !important;
}



.custom-clustericon {
    background: var(--cluster-color);
    color: #fff;
    border-radius: 100%;
    font-weight: bold;
    font-size: 15px;
    display: flex;
    align-items: center;
}

    .custom-clustericon::before,
    .custom-clustericon::after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        background: var(--cluster-color);
        opacity: 0.2;
        border-radius: 100%;
    }

    .custom-clustericon::before {
        padding: 7px;
    }

    .custom-clustericon::after {
        padding: 14px;
    }

.custom-clustericon-1 {
    --cluster-color: #51fb76;
}

.custom-clustericon-2 {
    --cluster-color: #ff9b00;
}

.custom-clustericon-3 {
    --cluster-color: #ff6969;
}

.custom-clustericon-4 {
    --cluster-color: #ff6969;
}

.disabledVSelect {
    pointer-events: none;
    color: #bfcbd9;
    cursor: not-allowed;
    background-image: none;
    background-color: #ddd !important;
    border-color: #d1dbe5;
}

    .disabledVSelect > .vs__dropdown-toggle {
        background: #e4e5e6 !important;
    }

#resume-delivery-complete .form-group {
    margin: 0;
    font-weight: bold;
    font-size: small;
}

#resume-pick-up-complete .form-group {
    margin: 0;
    font-weight: bold;
    font-size: small;
}

[v-cloak] > * {
    display: none
}

[v-cloak]::before {
    content: " ";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url('data:image/gif;base64,R0lGODlhEAAQAPIAAP///wAAAMLCwkJCQgAAAGJiYoKCgpKSkiH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAADMwi63P4wyklrE2MIOggZnAdOmGYJRbExwroUmcG2LmDEwnHQLVsYOd2mBzkYDAdKa+dIAAAh+QQJCgAAACwAAAAAEAAQAAADNAi63P5OjCEgG4QMu7DmikRxQlFUYDEZIGBMRVsaqHwctXXf7WEYB4Ag1xjihkMZsiUkKhIAIfkECQoAAAAsAAAAABAAEAAAAzYIujIjK8pByJDMlFYvBoVjHA70GU7xSUJhmKtwHPAKzLO9HMaoKwJZ7Rf8AYPDDzKpZBqfvwQAIfkECQoAAAAsAAAAABAAEAAAAzMIumIlK8oyhpHsnFZfhYumCYUhDAQxRIdhHBGqRoKw0R8DYlJd8z0fMDgsGo/IpHI5TAAAIfkECQoAAAAsAAAAABAAEAAAAzIIunInK0rnZBTwGPNMgQwmdsNgXGJUlIWEuR5oWUIpz8pAEAMe6TwfwyYsGo/IpFKSAAAh+QQJCgAAACwAAAAAEAAQAAADMwi6IMKQORfjdOe82p4wGccc4CEuQradylesojEMBgsUc2G7sDX3lQGBMLAJibufbSlKAAAh+QQJCgAAACwAAAAAEAAQAAADMgi63P7wCRHZnFVdmgHu2nFwlWCI3WGc3TSWhUFGxTAUkGCbtgENBMJAEJsxgMLWzpEAACH5BAkKAAAALAAAAAAQABAAAAMyCLrc/jDKSatlQtScKdceCAjDII7HcQ4EMTCpyrCuUBjCYRgHVtqlAiB1YhiCnlsRkAAAOwAAAAAAAAAAAA==');
}


.div_background_img {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    background-color: #44E6E81;
}

.div_background_index {
    width: 100%;
    height: 100%;
    background-color: #44E6E81;
}

.div_index_img {
    background-image: url('../img/slr-logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 25vh;
}

.input-hidden {
    visibility: hidden;
    height: 0;
    padding: 0;
    margin: 0;
}

.pac-container {
    z-index: 100000 !important;
}


.v-select {
    display: inline-grid;
}

.disabledVSelect {
    pointer-events: none;
    color: #bfcbd9;
    cursor: not-allowed;
    background-image: none;
    background-color: #ddd !important;
    border-color: #d1dbe5;
}

    .disabledVSelect > .vs__dropdown-toggle {
        background: #e4e5e6 !important;
    }

.p30 {
    padding: 30px !important;
}

.m30 {
    margin: 30px !important;
}

.ul_locals {
    list-style-type: none;
}

    .ul_locals > li {
        display: inline-block;
    }


@media print {
    @page {
        margin: 0;
    }

    body * {
        visibility: hidden;
    }

    #section-to-print, #section-to-print * {
        visibility: visible;
    }

    #section-to-print {
        position: absolute;
        left: 0;
        top: 0;
    }
}


.app-footer-fullscreen {
    position: fixed;
    left: -10px;
    bottom: 10px;
    width: 100%;
    background: transparent;
    border: none;
    text-align: right;
}



.btn-slr-red {
    color: #fff;
    background-color: #FF0303;
    border-color: #FF0303;
}

.nav-link {
    color: #3f3e3e !important
}


.sidebar .nav-link:hover {
    background-color: var(--primary) !important;
    color: white !important;
}

    .sidebar .nav-link:hover .nav-icon {
        color: #fff !important;
    }

.nav-link.active {
    background-color: var(--primary) !important;
    color: white !important;
}

    .nav-link.active .nav-icon {
        color: white !important;
    }

.nav-link-danger {
    background-color: var(--primary) !important;
    opacity: 0.6;
    color: white !important;
}

    .nav-link-danger i.nav-icon {
        color: white !important;
    }

.nav-link .nav-icon {
    color: #3f3e3e !important;
}

.nav-title {
    color: #3f3e3e !important;
}

.sidebar {
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}

.app-header {
    border-bottom: none;
    font-weight: bold;
}

.sidebar {
    border-bottom: none;
}

#ul-buttons-menu-home-page-new {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 6px 16px;
}


#ul-buttons-menu-home-page-new {
    list-style: none;
}

#ul-buttons-menu-home-page-new {
    list-style: none;
    padding: 0
}

    #ul-buttons-menu-home-page-new li {
        display: inline-block;
        vertical-align: top;
        margin-top: 20px;
        margin-right: 20px;
    }

    #ul-buttons-menu-home-page-new img {
        display: block;
        height: 35px;
        margin-bottom: 10px;
    }

    #ul-buttons-menu-home-page-new i {
        display: block;
        max-height: 60%;
        margin-bottom: 10px;
        font-size: 35px;
    }


    #ul-buttons-menu-home-page-new li button {
        text-align: center;
        font-size: 15px;
        font-weight: bold;
    }






#ul-buttons-menu-home-page {
    display: block;
    max-height: 60%;
    margin-bottom: 10px;
    font-size: 35px;
}


#ul-buttons-menu-home-page {
    list-style: none;
}

#ul-buttons-menu-home-page {
    list-style: none;
    padding: 0
}

    #ul-buttons-menu-home-page li {
        display: inline-block;
        vertical-align: top;
        margin-top: 20px;
        margin-right: 20px;
    }

    #ul-buttons-menu-home-page img {
        display: block;
        height: 35px;
        margin-bottom: 10px;
    }

    #ul-buttons-menu-home-page i {
        display: block;
        max-height: 60%;
        margin-bottom: 10px;
        font-size: 35px;
    }


    #ul-buttons-menu-home-page li button {
        text-align: center;
        font-size: 15px;
        font-weight: bold;
    }



.btn-slr-settings-menu {
    width: 200px !important;
    height: 150px !important;
    background: var(--primary);
    border-radius: 10px;
    border: none;
    position: relative;
}

.btn-slr-settings-menu_show {
    width: 200px !important;
    height: 150px !important;
    background: #fff;
    color: var(--primary);
    border-radius: 10px;
    border-color: var(--primary);
    border-style: solid;
    border-width: 2px;
    position: relative;
}


.btn-primary {
    background: var(--secondary);
    border: var(--secondary);
    font-weight: bold;
    transition: background-color 0.5s ease;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    color: white !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    min-width: 100px;
    height: 36px;
}

    .btn-primary:hover {
        background: var(--primary);
    }

.badge-primary {
    background: var(--secondary);
    padding: 10px;
}

#app .badge-danger {
    background: #ffffff;
    border: var(--secondary);
    border-style: solid;
    border-width: 1px;
    color: var(--secondary) !important;
    font-weight: bold;
    padding: 10px;
}



.btn-warning {
    background: #fff;
    border: #D2B55B;
    border-style: solid;
    border-width: 1px;
    color: #D2B55B !important;
    font-weight: bold;
    transition: all 0.5s ease;
    width: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 100px;
    gap: 6px;
    height: 36px;
}

    .btn-warning:hover {
        background: #D2B55B;
        color: #Fff !important;
    }

.btn-info {
    background: #fff;
    border: var(--info);
    border-style: solid;
    border-width: 1px;
    color: var(--info) !important;
    font-weight: bold;
    transition: all 0.5s ease;
    width: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 100px;
    gap: 6px;
    height: 36px;
}

    .btn-info:hover {
        background: var(--info);
        color: #Fff !important;
    }


.btn-danger {
    background: #ffffff;
    border: var(--secondary);
    border-style: solid;
    border-width: 1px;
    color: var(--secondary) !important;
    font-weight: bold;
    transition: all 0.5s ease;
    width: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 100px;
    height: 36px;
}

    .btn-danger:hover {
        background: var(--primary);
        color: #Fff !important;
    }

.btn-success {
    font-weight: bold;
    transition: all 0.5s ease;
    width: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 100px;
    height: 36px;
}


.small-title-menu {
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 5px;
}

#content-home-page {
}

#div_img_slr {
    position: fixed;
    left: 0;
    bottom: 50px;
    height: 300px;
    width: 100%;
    background-image: url("../img/areaneogcio_automoveis.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    border-image: none;
}




.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    background-color: #fff;
    border-color: var(--primary);
    color: var(--primary);
    border-style: solid;
    width: 350px;
    margin-top: 10px;
    border-radius: 10px;
    border: none;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        font-size: 14px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #f1f1f1
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}


.cardHome {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 30px;
    gap: 20px;
    width: auto;
    height: 110px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    color: var(--primary);
    transition: all 0.3s ease-in
}

.cardHomeBar {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    gap: 20px;
    width: auto;
    height: 28rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    color: var(--primary);
}

.cardHome:hover {
    background: var(--primary);
    color: white;
}

.cardHome span {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 10px;
    width: 50px;
    height: 50px;
    background: rgba(92, 78, 201, 0.05);
    border-radius: 50px;
}

.cardHome div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .cardHome div b {
        font-size: 1.5rem;
        text-decoration: none;
    }

    .cardHome div b {
        font-size: 1.5rem;
        font-weight: 900;
        text-decoration: none;
    }

    .cardHome div label {
        font-size: 0.8rem;
        font-weight: 300;
        text-decoration: none;
    }

.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 6px 16px;
    margin-top: 35px;
}

h1 {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 30px;
    color: #000000 !important;
}

.grid-container-Menu {
    display: grid;
    grid-template-columns: 2fr 2fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 6px 16px;
    height: 350px;
}


.grid-container-RapidMenu {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 2px 14px;
    height: 50px;
    margin-top: 10px;
}

.rapidMenu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 50px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    border-color: var(--primary);
    border-width: 1px;
    background-size: 200% 100%;
    cursor: pointer;
    transition: all 0.5s;
    border-style: solid;
    color: var(--primary);
}

    .rapidMenu:hover {
        background-position: -100% 0;
        background: var(--primary);
        color: white;
    }

    .rapidMenu label {
        font-weight: 600;
        font-size: 0.9rem;
    }

.Topiclabel {
    font-weight: 600;
    font-size: 0.9rem;
    margin-top: 20px;
    color: var(--primary);
}

#ul-buttons-menu-home-page li {
    cursor: pointer !important;
}

#ul-buttons-menu-home-page button {
    cursor: pointer !important;
}

.btn-slr-menu {
    width: 350px;
    margin-top: 10px;
    height: 100px;
    background: var(--secondary);
    border-radius: 10px;
    border: none;
    transition: all 3s ease;
}

#ul-buttons-menu-home-page button:hover {
    cursor: pointer !important;
    background-color: #000000be;
    color: white;
}


#loading-animation {
    position: fixed;
    top: 0;
    justify-content: center;
    align-items: center;
    padding-top: 15%;
    padding-left: 140px;
    left: 0;
    width: 100%;
    transition: opacity 0.5s ease-out;
    height: 100%;
    background-color: #fff; /* optional background color */
}

.fade-out {
    opacity: 0;
}

.swal2-styled.swal2-confirm {
    background-color: var(--primary) !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
    border: 0.25em solid rgba(122, 5, 59, .3) !important;
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: var(--primary) !important;
}

.swal2-icon.swal2-error {
    border-color: #b9b9b9 !important;
}

    .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
        background-color: #b9b9b9 !important;
    }

.cardEntityEmpty {
    height: 74vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-color: #c5c5c5;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
}

.cardEntityNoData {
    height: 200px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.ibox {
    border-radius: 15px;
}

.tab-content {
    border-radius: 15px;
    height: 74vh;
}

.tblEntities_ tr {
    cursor: pointer !important;
}




.dataTables_paginate {
    display: -ms-flexbox !important;
    display: flex !important;
    padding-left: 0 !important;
    list-style: none !important;
    border-radius: 0.25rem !important;
}

    .dataTables_paginate span {
        display: flex;
    }

.paginate_button {
    position: relative !important;
    display: block !important;
    padding: 0.5rem 0.75rem !important;
    margin-left: -1px !important;
    line-height: 1.25 !important;
    color: #007bff !important;
    background-color: #fff !important;
    border: 1px solid #dee2e6 !important;
}

.dataTables_wrapper {
    border-radius: 10px;
}

    .dataTables_wrapper .dataTables_paginate {
        float: left !important;
        margin-top: 15px;
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button.current {
            color: #fff !important;
            background: #007bff !important;
            border-color: #007bff !important;
        }

.dataTables_paginate:first-child .paginate_button {
    margin-left: 0 !important;
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.dataTables_paginate:last-child .paginate_button {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.previous {
    margin-left: 0 !important;
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.next {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

a:hover, a:visited, a:link, a:active {
    text-decoration: none;
}

.auctionCard {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 22px;
    gap: 14px;
    cursor: pointer;
    width: 18rem;
    height: 142px;
    text-decoration: none;
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    border-radius: 11px;
}

    .auctionCard .header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        height: 10px;
        width: 100%;
    }

    .auctionCard label {
        font-weight: 600;
        font-size: 0.9rem;
        color: var(--primary);
    }

    .auctionCard .spanList {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 8px;
        width: 100%;
    }


        .auctionCard .spanList .span1 {
            height: auto;
            color: var(--primary);
            display: flex;
            font-weight: 700;
            font-size: 0.6rem;
            border-radius: 6px;
        }

        .auctionCard .spanList .span2 {
            height: auto;
            color: #555;
            display: flex;
            font-weight: 700;
            font-size: 0.6rem;
            border-radius: 6px;
        }

    .auctionCard ul {
        display: flex;
        flex-direction: row;
        width: 100%;
    }

        .auctionCard ul li img {
            width: 100px;
            height: 100px;
            border: 3px solid #FFFFFF;
            border-radius: 200px;
            border-radius: 100px;
        }

    .auctionCard .imageList {
        display: flex;
        flex-direction: row;
        padding-left: 18px;
        justify-content: flex-start;
        gap: 8px;
        width: 100%;
    }

        .auctionCard .imageList label {
            width: 31px;
            height: 31px;
            margin-top: -10px;
            text-align: center;
            padding-top: 3px;
            font-size: 0.8rem;
            cursor: pointer;
            background: rgba(122, 5, 59, .3);
            transition: transform .2s ease;
            border: 2px solid var(--primary);
            border-radius: 31px;
        }

            .auctionCard .imageList label:hover {
                transform: scale(1.3)
            }

        .auctionCard .imageList span {
            width: 135px;
            padding-left: 15px;
            padding-top: 0px;
            height: 28px;
            margin-top: -8px;
            margin-left: -15px;
            font-size: 0.8rem;
            font-weight: bold;
            background: #FFFFFF;
            border: 2px solid #E0E6ED;
            border-radius: 100px;
            color: var(--primary);
        }

        .auctionCard .imageList label:not(first) {
            margin-left: -13px;
        }

.card-auctionlist {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.dataTables_info {
    display: none !important;
}





.kabanAuction {
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-rows: 1fr;
    overflow-x: scroll;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 2px 14px;
}

    .kabanAuction .kabanAuctionList {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        gap: 8px;
        overflow: scroll;
        overflow-x: hidden;
        width: 400px;
        height: 53vh;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
        /* Light Gray / Light Gray 5 */
        background: #F6F8F9;
        border-radius: 16px;
    }

.kabanAuctionList .label1 {
    font-weight: 600;
    font-size: 0.9rem;
    position: sticky;
    top: 0;
    border-radius: 10px;
    padding-left: 20px !important;
    padding: 5px;
    z-index: 1;
    background: #7a053b;
    width: 100%;
    color: white;
    height: 35px;
}

.kabanAuctionList .label2 {
    font-weight: 600;
    font-size: 0.9rem;
    position: sticky;
    top: 0;
    border-radius: 10px;
    padding-left: 20px !important;
    padding: 5px;
    z-index: 1;
    background: #871e4f;
    width: 100%;
    color: white;
    height: 35px;
}

.kabanAuctionList .label3 {
    font-weight: 600;
    font-size: 0.9rem;
    position: sticky;
    top: 0;
    border-radius: 10px;
    padding-left: 20px !important;
    padding: 5px;
    z-index: 1;
    background: #310218;
    width: 100%;
    color: white;
    height: 35px;
}

.kabanAuctionList .label4 {
    font-weight: 600;
    font-size: 0.9rem;
    position: sticky;
    top: 0;
    border-radius: 10px;
    padding-left: 20px !important;
    padding: 5px;
    z-index: 1;
    background: #af6989;
    width: 100%;
    color: white;
    height: 35px;
}

.kabanAuctionList .label5 {
    font-weight: 600;
    font-size: 0.9rem;
    position: sticky;
    top: 0;
    border-radius: 10px;
    padding-left: 20px !important;
    padding: 5px;
    z-index: 1;
    background: #3d031e;
    width: 100%;
    color: white;
    height: 35px;
}


::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }


.loginContainer {
    height: 100vh;
    width: 100vw;
}

.loginBackground {
    background-image: url('https://stslrprodnortheurope001.blob.core.windows.net/slr-private-container/SLR/Other/slr_background_login.png');
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
}

.layer {
    background-color: rgba(122, 5, 59, .7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.loginContent {
    background-color: #fff;
    padding: 80px;
    flex-direction: column;
    width: 40%;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .loginContent h3 {
        font-weight: 600;
        font-size: 1.4rem;
        margin-bottom: 20px;
        color: var(--primary);
    }

    .loginContent img {
        width: 150px;
        margin-top: -20px;
        margin-bottom: 40px;
    }

    .loginContent form {
        width: 100%;
    }

    .loginContent input {
        height: 50px;
    }

.layer .loginContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}





.tooltipt {
    position: relative !important;
}

    .tooltipt:before,
    .tooltipt:after {
        display: block !important;
        opacity: 0 !important;
        pointer-events: none !important;
        position: absolute !important;
    }

    .tooltipt:after {
        border-right: 6px solid transparent !important;
        border-bottom: 6px solid rgba(0,0,0,.75) !important;
        border-left: 6px solid transparent !important;
        content: '' !important;
        height: 0 !important;
        top: 20px !important;
        left: 20px !important;
        width: 0 !important;
    }

    .tooltipt:before {
        background: rgba(0,0,0,.75) !important;
        border-radius: 2px !important;
        color: #fff !important;
        content: attr(data-title) !important;
        font-size: 14px !important;
        padding: 6px 10px !important;
        top: 26px !important;
        white-space: nowrap !important;
    }

    /* the animations */
    /* fade */
    .tooltipt.fadtet:after,
    .tooltipt.fadtet:before {
        transform: translate3d(0,-10px,0) !important;
        transition: all .15s ease-in-out !important;
    }

    .tooltipt.fadtet:hover:after,
    .tooltipt.fadtet:hover:before {
        opacity: 1 !important;
        transform: translate3d(0,0,0) !important;
    }


.productReception {
    display: flex;
    width: 100%;
    gap: 10px;
    flex-direction: row;
}

.tab-content-width {
    width: 100%;
}

.nav-link_reception {
    width: 150px;
    border-radius: 10px;
    margin-top: 10px;
    background-color: #cecece;
}

.nav-link_reception2 {
    width: 180px;
    display: flex;
    margin-left: 15px;
    height: auto;
    padding: 4px;
    height: 45px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-top: 10px;
    background-color: #cecece;
}

.nav-link-business-details {
    width: 12.5%;
    display: flex;
    margin-left: 15px;
    height: auto;
    padding: 4px;
    height: 45px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-top: 10px;
    background-color: #cecece;
}


.productReceptionTabPhotos {
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-rows: 5fr;
    grid-template-columns: 1fr 1fr;
    gap: 2px 14px;
    height: 70vh;
}

    .productReceptionTabPhotos .grid1 {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .productReceptionTabPhotos .grid2 {
        width: 100%;
        height: 100%;
    }

.dropzone {
    border-style: dashed !important;
    border-radius: 15px;
    height: 100% !important;
    min-height: 100%;
    display: flex !important;
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
    gap: 3px;
}

.dropzoneDocs {
    flex-direction: row !important;
    gap: 12px;
}

.dropzone i {
    font-size: 4rem;
}

.dz-button {
    opacity: 0;
}

.productReception img {
    border-radius: 15px;
}

.valueLabel {
    font-weight: 600;
    font-size: 0.6rem;
    color: var(--primary);
}

.valueLabel2 {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 20px;
    color: var(--primary);
}

.blockCover {
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #ffffff;
    opacity: 0.1;
    position: absolute;
}

a.disabled {
    background-color: #dddddd; /* or any other disabled background color */
    border-color: #999999; /* or any other disabled border color */
    color: #999999; /* or any other disabled text color */
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
}

.m-h-50 {
    min-height: 50px;
}

.table {
    font-size: small;
}

.table-outline td {
    padding: 0.50%;
}

.table-outline thead {
    white-space: nowrap;
}

.nowrap {
    white-space: nowrap;
}

.w-50px {
    width: 50px !important;
}

.w-100px {
    width: 100px !important;
}

.disabled-div {
    background-color: #f0f0f0; /* Gray background color */
    opacity: 0.6; /* Reduced opacity to indicate disabled state */
    pointer-events: none; /* Disable pointer events */
}

.text-color-slr-primary {
    color: var(--primary) !important;
}

.text-color-slr-secondary {
    color: var(--secondary) !important;
}

table .dropdown-menu {
    position: absolute !important
}

.vgt-responsive {
    min-height: 450px;
}

.online-color {
    color: #28a745;
}

table {
    font-size: 12px;
}

    table td {
        padding: 5px !important;
    }

        table td .dropdown-menu {
            font-size: 12px;
            background: var(--primary);
            border-radius: 10px;
            color: white !important;
            top: unset !important;
        }

    table .dropdown-item {
        font-size: 12px;
        border-radius: 10px;
        color: white !important;
        cursor: pointer;
    }

        table .dropdown-item:active {
            background-color: var(--secondary);
        }

        table .dropdown-item:hover {
            background-color: var(--secondary);
        }


.table-nowrap td, .table-nowrap th {
    white-space: nowrap; /* Impede que o conteúdo quebre em várias linhas */
    overflow: hidden; /* Adiciona barra de rolagem horizontal se o conteúdo não couber */
    text-overflow: ellipsis; /* Adiciona reticências (...) se o conteúdo for cortado */
}



.min-vh-30 {
    min-height: 30vh;
}

.good-table-row {
    /* Add your default row styles here */
}

    .good-table-row.positive td {
        color: #28a745; /* Change the color for positive values */
        font-weight: bold;
    }

    .good-table-row.negative td {
        color: #dc3545; /* Change the color for negative values */
        font-weight: bold;
    }