/* Scrollbar */

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #e1e1e1;
    border: 0px none var(--color-opacity);
    border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
}

::-webkit-scrollbar-thumb:active {
    background: var(--color);
}

::-webkit-scrollbar-track {
    background: #666666;
    border: 0px none #ffffff;
    border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
    background: #666666;
}

::-webkit-scrollbar-track:active {
    background: #666666;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

.wrapper {
    background: #f3f3f3;
}

/* Menu Principal */

aside.main-sidebar {
    background-color: #FFFFFF;
    border-bottom-right-radius: 30px;
    overflow: hidden;
}

aside.main-sidebar .sidebar {
    padding-right: 0;
}

aside.main-sidebar .nav-sidebar .nav-item > .nav-link {
    color: #343a40;
    border-radius: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 0.8rem 1rem;
}

aside.main-sidebar .nav-sidebar > .nav-item > .nav-link.active {
    background-color: var(--color);
    color: #f3f3f3;
    box-shadow: none;
}

aside.main-sidebar .nav-sidebar .nav-link > .right,
aside.main-sidebar .nav-sidebar .nav-link > p > .right {
    top: 1rem;
}

/* Header */

.main-header {
    background-color: transparent !important;
    border-bottom: 1px solid var(--color);
}

/* Header Page Cliente */

.invoice-info .invoice-col {
    font-size: 18px;
}

/* Footer */

.main-footer {
    background: transparent;
    border-top: 1px solid var(--color);
}

footer > .area_menu > nav > ul > li > a > i {
    color: var(--color) !important;
}
/* Search */

.custom-search {
    box-shadow: 0 0 100px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 80%);
    background-color: #FFF;
    box-shadow: 0 8px 32px 0 rgb(31 38 135 / 37%);
    border-radius: 50px;
    overflow: hidden;
}

.custom-search .custom-input-search {
    border: none;
}

.custom-search .btn {
    border: none;
}

.custom-search .btn:hover {
    color: #ffffff;
    background-color: var(--color);
}

div.dataTables_wrapper div.dataTables_filter label {
    width: 100%;
}

div.dataTables_wrapper div.dataTables_filter input {
    text-align: center;
    width: 100%;
    border: 1px solid var(--color);
    border-radius: 30px;
}

/* Buttons */

button.btn {
    border-radius: 30px;
    box-shadow: 0 3px 10px 0 rgb(31 38 135 / 37%);
}

.dt-buttons a.dt-button,
.btn-custom {
    background: var(--color-opacity);
    border-color: var(--color-opacity);
    color: var(--color);
    box-shadow: 0 3px 10px 0 rgb(31 38 135 / 37%);
}

.dt-buttons a.dt-button:hover,
.btn-custom:hover,
.btn-custom-hover {
    background: var(--color);
    border-color: var(--color);
    color: #fff;
}

.btn-custom-shadow {
    width: 25px;
    height: 25px;
    border-radius: 30px;
    box-shadow: 0 3px 10px 0 rgb(31 38 135 / 37%);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.btn-custom-shadow:hover {
    background-color: var(--color);
    color: #fff;
}

/* Ajustes Geral */

.card {
    background-color: transparent;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 1rem;
}

.card .card-header {
    color: var(--color);
    border-bottom: 1px solid var(--color);
    background-color: transparent;
}

.card-footer {
    background: transparent;
}

#accordion .card .card-header {
    border-bottom: none;
}

.custom-select-sm {
    border-color: var(--color);
}

.info-box {
    box-shadow: none;
    background: transparent;
}

.custom-invoice-info-icons {
    margin-bottom: 15px !important;
}

.custom-invoice-info-icons i {
    display: flex;
    font-size: 1.5rem;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    padding: 10px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--color-opacity);
}

.timeline > .time-label > span {
    border-radius: 50px;
    background: var(--color) !important;
    text-align: center;
}

.pipeline-etapa button.btn {
    border-radius: 0;
    box-shadow: none;
}

.pipeline-card[data-v-adfa7f50] {
    padding: 1rem 0.2rem;
}

.custom-switch {
    padding-left: 0px;
}

/* Nav Tabs */

.card .custom-nav-tabs {
    border-bottom: none;
}

.card.card-outline-tabs .custom-nav-tabs .nav-item .nav-link {
    background-color: var(--color-opacity);
    border: none;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 0rem;

    /*border-top-left-radius: 0px;
    border-top-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
    border-bottom-right-radius: 0px;*/

    padding: 10px 20px;
    margin-left: 5px;
    margin-bottom: 10px;
}

.card.card-outline-tabs .custom-nav-tabs .nav-item > a:hover,
.card.card-outline-tabs .custom-nav-tabs .nav-item > a.active {
    color: #fff;
    background-color: var(--color);
    -webkit-transition: background-color 0.5s ease;
    -ms-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

/* Tables */

.dataTables_processing.card {
    background-color: #f3f3f3;
}

.table-striped thead {
    color: #fff;
    background-color: var(--color);
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: var(--color-opacity);
}

/* Pagination */

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin-top: 10px;
}

.page-item .page-link,
.page-item.disabled .page-link {
    width: 35px;
    height: 35px;
    background-color: var(--color-opacity);
    border: 1px solid var(--color);
}

.page-item.active .page-link {
    background-color: var(--color);
}

.page-item .page-link:hover {
    background-color: var(--color);
    color: #fff;
}

.pagination .paginate_button a.page-link {
    border-radius: 50%;
    margin: 0 2px;
}

/* Desktop */

@media (min-width: 801px) {
    .card.card-outline-tabs .custom-nav-tabs .nav-item .nav-link {
        margin-bottom: 0;
    }
}

/* Mobile */

@media (max-width: 800px) {
    #accordion .card-body {
        padding: 10px;
    }

    .custom-invoice-info-icons {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        justify-content: inherit !important;
    }

    .custom-invoice-info-icons a {
        display: block !important;
        flex: 1 1 auto;
    }
}

.login-page .card {
    background-color: #fff;
}

.login-page .card-footer {
    border-top: 1px solid var(--color)
}

.card-primary.card-outline {
    border-top: 3px solid var(--color);
}

.bg-success, .btn-success {
    --bs-bg-opacity: 1px;
    background-color: #39DA8A !important;
}

.bg-danger, .btn-danger {
    --bs-bg-opacity: 1px;
    background-color: #FF5B5C !important;
}
.bg-info, .btn-info {
    --bs-bg-opacity: 1px;
    background-color: #00CFDD !important;
}
.bg-primary, .btn-primary {
    --bs-bg-opacity: 1px;
    background-color: #5A8DEE !important;
}
.bg-warning, .btn-warning {
    --bs-bg-opacity: 1px;
    background-color: #FDAC41 !important;
}
.bg-secondary, .btn-secondary {
    --bs-bg-opacity: 1px;
    background-color: #08516e !important;
}

.dt-buttons a.dt-button:hover, .btn-custom:hover, .btn-custom-hover {
    border: 0px;
}

.fw-normal{
    color: #516377;
}
.fs-1 {
    font-size: 20px !important;
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 600 !important;
    line-height: 1.1;
    color: #516377;
}
.fs-3 {
    font-size: 32px !important;
}
.fs-4 {
    font-size: 16px !important;
}
.fs-5 {
    font-size: 14px !important;
}
.fs-6 {
    font-size: 15px !important;
}

.modal .form-horizontal .card-footer {
    position: sticky;
    bottom: 0;
    width: 100%;
    background: white;
    display: flex;
    justify-content: center;
    margin: 0;
    z-index: 9;
}

.modal-full .modal-content {
    height: 100%;
}

.loader {
    width: fit-content;
    font-weight: bold;
    font-family: monospace;
    font-size: 20px;
    clip-path: inset(0 3ch 0 0);
    animation: l4 0.8s steps(4) infinite;
}
.loader:before {
    content:""
}
@keyframes l4 {to{clip-path: inset(0 -1ch 0 0)}}

.tamanho-img{
    height: 150px;
    width: 150px;
    object-fit: contain;
}
.unidade-blade, .cliente-blade{
    line-height: 30px;
}


.loading-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1000;
}

.icones {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100px;
    height: 100px;
}

.icones::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 5px solid #000;
    border-radius: 50%;
    animation: gira 1s linear infinite;
}

@keyframes gira {
    0% {
        transform: rotate(0deg);
        border-bottom-color: transparent;
    }
    100% {
        border-bottom-color: transparent;
        transform: rotate(360deg);
    }
}

.rounded-50 {
    border-radius: 50px !important;
}

.col-label-nome > label {
    display: none;
}
/*
.pipelines .coluna-titulo button.btn.dropdown-toggle {
    border-radius: unset;
    box-shadow: unset;
}

button.note-btn {
    border-radius: 0 !important;
    box-shadow: none;
}

nav.navbar-light .navbar-nav .nav-link {
    color: var(--color);
}

.card-success.card-outline {
    box-shadow: none;
}

.nav-tabs .nav-item {
    margin-bottom: 0px;
}

.custom-navbar li.nav-item {
    margin: 0 5px;
}

.card-success.card-outline .card-body.col-10 .card-body {
    padding-left: 0;
    padding-right: 0;
}

div.dataTables_wrapper {
    padding: 10px;
}

.page-item.active .page-link {
    background-color: var(--color) !important;
    border-color: var(--color) !important;
}

.cotacao-formulario .custom-navbar li.nav-item  {
    min-width: auto;
}

.cotacao-formulario .custom-navbar  {
    justify-content: start;
    padding-top: 5px;
}
.cotacao-formulario .card-body {
    padding: 5px;
}*/

.pulse{
    animation: animate 3s linear infinite
}

.area_menu .pulse{
    width: 70px;
    height: 70px;
    background-color: var(--color);
    border-radius: 50%;
    position: relative;
    animation: animate 3s linear infinite
}
.area_menu .pulse i {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #fff;
    height: 100%;
    cursor: pointer
}
@keyframes
    animate{
        0%{box-shadow: 0 0 0 0 var(--color) , 0 0 0 0 var(--color)}
        40%{box-shadow: 0 0 0 20px rgb(255, 109, 74, 0) , 0 0 0 0 var(--color)}
        80%{box-shadow: 0 0 0 20px rgb(255, 109, 74, 0) , 0 0 0 20px rgb(255, 109, 74, 0)}
        100%{box-shadow: 0 0 0 0 rgb(255, 109, 74, 0) , 0 0 0 20px rgb(255, 109, 74, 0)}
    }

/* Pace em produção */

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;

    z-index: 2000;
    position: fixed;
    height: 90px;
    width: 90px;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.pace.pace-inactive .pace-activity {
    display: none;
}

.pace .pace-activity {
    position: fixed;
    z-index: 2000;
    display: block;
    position: absolute;
    left: -30px;
    top: -30px;
    height: 90px;
    width: 90px;
    display: block;
    border-width: 30px;
    border-style: double;
    border-color: var(--color) transparent transparent;
    border-radius: 50%;

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;

    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    -o-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

.pace .pace-activity:before {
    content: ' ';
    position: absolute;
    top: 10px;
    left: 10px;
    height: 50px;
    width: 50px;
    display: block;
    border-width: 10px;
    border-style: solid;
    border-color: var(--color) transparent transparent;
    border-radius: 50%;

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

@-webkit-keyframes spin {
    100% { -webkit-transform: rotate(359deg); }
}

@-moz-keyframes spin {
    100% { -moz-transform: rotate(359deg); }
}

@-o-keyframes spin {
    100% { -moz-transform: rotate(359deg); }
}

@keyframes spin {
    100% {  transform: rotate(359deg); }
}