/*GERAL*/
body,
a,
p,
li,
button,
label,
imput,
text-area {
    font-family: 'Montserrat', sans-serif !important;
}

body,
table {
    color: #5E5873
}

a.link,
a.nav-link {
    color: #5E5873;
    opacity: 0.8;
    transition: all 0.3s
}

a.link:hover,
a.link:active,
a.link:target,
a.nav-link:hover,
a.nav-link:target,
a.nav-link:active {
    opacity: 1;
    color: #536CF8;
}

.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
}

.form-group label,
label {
    font-size: 12px;
    font-weight: 600;
    color: #5E5873
}

.custom-control-label {
    font-size: 12px !important;
    line-height: 14px;
}

.custom-control {
    line-height: 24px;
}

/*botões*/
.btn {
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
}

.btn-danger {
    background: #F21181;
    border-color: #F21181
}

.btn-success {
    background: #23C354;
    border-color: #23C354
}

.bg-danger {
    background: #F21181
}

.bg-success {
    background: #23C354;
}

.bg-warning {
    background: #f0ad4e
}

.card-header .btn {
    display: flex;
    align-items: center;
}

.card-header .btn.nova_venda span {
    margin-right: 6px
}

.link {
    font-weight: 500 !important;
    padding: 0 5px !important
}

.pagination {
    float: right;
}

.btn-info {
    background: #fff;
    border: solid 1px #ddd;
    color: #5E5873 !important;
    margin: 1px;
}

.btn-info:hover,
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    background-color: #ddd !important;
    border-color: #ddd !important;
    color: #5E5873
}

.btn-info.focus,
.btn-info:focus {
    background: #ddd
}

.btn-outline-primary img,
.btn-outline-primary .material-icons,
.btn-primary .material-icons,
.btn-primary span,
.btn-outline-primary .oi,
.btn .oi,
.btn-outline-primary span {
    margin: 0 6px;
    float: left;
    top: 0;
}

.btn-outline-primary .oi,
.btn .oi {
    top: -1px
}

.btn-outline-primary .material-icons {
    font-size: 14px !important
}

.btn-outline-primary,
.page-link {
    background: var(--color-card);
    color: #5E5873;
    border: solid 1px #ddd;
    font-size: 11px;
    font-weight: 600 !important;
}

.btn-outline-primary,
.btn-outline-success {
    padding: 9px 12px !important;
    border-radius: 4px !important;
    text-align: left;
    line-height: 110%;
    font-size: 11px;
    display: inline-flex;
    align-items: center;
}

.page-link {
    font-size: 14px;
    font-weight: 400
}

.btn-outline-primary:hover,
.page-link:hover {
    background: #F8F8F8;
    color: #5E5873;
    border-color: #ddd
}

.page-link {
    padding: 10px 15px !important
}

.page-item.active .page-link {
    background: #5E5873;
    border: solid 1px #5E5873
}

.btn-outline-primary.btn-lg {
    font-size: 12px !important;
    padding: 15px !important
}

.btn-outline-primary.btn-lg span {
    font-size: 18px !important
}

.border-orange {
    border-color: #E3BE21 !important;
    color: #E3BE21 !important;
}

.border-green {
    border-color: #23C354 !important;
    color: #23C354 !important;
}

.border-dark {
    border-color: #5E5873 !important;
    color: #5E5873 !important;
}


.btn.big {
    padding: 14.5px 20px !important;
    font-size: 12px !important;
}

.btn.stroke-verde {
    border-color: #23C354;
    color: #23C354
}

.btn.stroke-amarelo {
    border-color: #E3BE21;
    color: #E3BE21
}

.btn.solid-amarelo,
.badge-warning {
    background: #E3BE21 !important;
    color: #fff;
    border-color: #E3BE21
}

.btn.solid-verde {
    background: #23C354 !important;
    color: #fff;
    border-color: #23C354
}

.btn.solid-verde:hover {
    background: green !important;
    border-color: green
}


ul.btn-actions {
    margin: 0;
    padding: 0;
    align-items: center;
    list-style: none;
}

ul.btn-actions li {
    margin: 5px auto;
    display: inline-flex;
}

/*fim - botões*/

/*botao dropdow quando tem o option dentro*/
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-size: 12px;
    font-weight: 400;
    color: #5E5873
}

.bootstrap-select .dropdown-toggle .filter-option-inner {
    position: relative;
}

/*fim- botao dropdow quando tem o option dentro*/

.box-shadow-media {
    box-shadow: 0 4px 10px rgba(34, 41, 47, 6%)
}

.box-shadow-forte {
    box-shadow: 0 4px 10px rgba(34, 41, 47, 20%)
}

.box-shadow-badge-pill {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 16%)
}

.box-shadow-claro {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 16%)
}

#search-form-ranking,
#filtroVendedores,
#search-form-produtos,
#search-form,
.header-actions,
.form-filtros {
    padding: 10px 15px;
    margin-bottom: 0;
    border-bottom: solid 1px #eee
}

.card-body #search-form {
    padding: 0;
}


input:focus,
a:focus,
select:focus {
    outline: 0 !important;
    box-shadow: none !important;
    border: solid 1px #ccc !important
}

.data-inicial input,
.data-final input {
    border: 0 !important;
}

.alinhado-centro {
    align-items: center;
    display: flex;
}

.botao-pesquisa {
    align-items: center;
    padding: 0
}

.card {
    border: none
}

.h2,
h2,
.card-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
}

.badge-danger {
    background: #F21181 !important
}

.badge-pill,
.badge,
.badge.status-pagamento,
#valores-carrinho.valor-produtos.valores .text-success {
    border-radius: 4px;
    padding: 10px 15px;
    margin: 0 2.5px;
    font-size: 12px;
}

.bg-AppMax {
    background: #9B6AFA;
    padding: 6px 10px;
}

.badge.badge-success {
    background: #23C354;
    padding: 6px 10px
}

.badge.badge-warning {
    padding: 6px 10px
}

.status-pagamento {
    padding: 10px !important
}

#valores-carrinho.valor-produtos.valores .text-success,
#valores-carrinho.valor-produtos.valores .text-danger {
    background: #23C354;
    padding: 3px 4px;
    font-size: 11px
}

#valores-carrinho.valor-produtos.valores .text-danger {
    background: #F21181;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
    display: table-cell;
    vertical-align: middle;
}

.table-sm td,
.table-sm th {
    padding: 5px
}

.table thead th {
    border: none;
    background: #5E5873 !important;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 20px 10px 20px;
}

.table thead th:last-child {
    padding-right: 10px
}

.table-bordered td,
.table-bordered th {
    border: solid 1px #eee;
    background: #fff
}
[data-theme="dark"] .table-bordered td,
.table-bordered th{
    border: unset !important;
}


.table td,
.table th {
    border-top: solid 1px #eee;
}

.table-warning {
    background-color: rgba(227, 190, 33, 12%) !important;
    color: #5E5873;
    font-weight: 700
}

/* .table-striped tbody tr:nth-of-type(odd){background: transparent;} */
.table-bordered,
#tableVendedoresPayBuyAppMax th:first-child,
#tableVendedoresPayBuyAppMax td:first-child,
#tableVendedoresPayBuy td:first-child,
#tableVendedoresAppMax th:first-child,
#tableVendedoresAppMax td:first-child {
    border: none !important;
}

/* table.table-striped tbody tr{transition: all 0.3s} */
/* table.table-striped tbody tr:hover {box-shadow: 0 4px 24px rgb(34 41 47 / 12%); z-index: 1; position: relative;} */
.table-hover tbody tr:hover,
.table-hover .table-light:hover,
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background: transparent;
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: rgba(153, 153, 153, 12%) !important
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: rgba(35, 1895, 84, 12%) !important;
    color: #5E5873;
    font-weight: 700
}


div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_length label,
.result-page-info {
    font-size: 12px;
    color: #999
}

table.table tr td:first-child {
    font-weight: 600;
    line-height: 110%;
    padding: 10px;
    display: table-cell;
    vertical-align: middle;
}

.form-control {
    font-size: 12px;
    font-weight: 400;
    height: calc(2.7em + 1rem + 2px);
    padding: 10px
}

.datepicker {
    padding: 15px !important;
    box-shadow: 0 4px 10px rgba(34, 41, 47, 20%) !important;
    border: solid 1px #ddd !important;
}

.datepicker td,
.datepicker th {
    font-size: 12px !important;
    font-weight: 500 !important;
    width: 36px !important;
    height: 30px !important;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background: #5E5873 !important
}

.datepicker .datepicker-switch {
    font-weight: 700 !important
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #ccc !important;
}


#vendedoresPayBuyAppMax .table thead tr:first-child th,
#vendedoresPayBuy .table thead tr:first-child th,
#vendedoresAppMax .table thead tr:first-child th {
    color: #5E5873;
    background: #fff !important;
    text-transform: none;
    line-height: 115%;
    padding: 10px !important;
}

#resultado_ranking tbody tr:nth-child(3) td,
.table-bronze,
.table-bronze>td,
.table-bronze>th,
#tableVendedoresPayBuyAppMax th.text-center.align-middle.table-bronze,
#tableVendedoresPayBuy th.text-center.align-middle.table-bronze,
#tableVendedoresAppMax th.text-center.align-middle.table-bronze {
    background: #F7EBBC !important
}

#resultado_ranking tbody tr:nth-child(2) td,
.table-prata,
.table-prata>td,
.table-prata>th,
#tableVendedoresPayBuyAppMax th.text-center.align-middle.table-prata,
#tableVendedoresPayBuy th.text-center.align-middle.table-prata,
#tableVendedoresAppMax th.text-center.align-middle.table-prata {
    background: #F3F3F3 !important
}

#resultado_ranking tbody tr:nth-child(1) td,
.table-ouro,
.table-ouro>td,
.table-ouro>th,
#tableVendedoresPayBuyAppMax th.text-center.align-middle.table-ouro,
#tableVendedoresPayBuy th.text-center.align-middle.table-ouro,
#tableVendedoresAppMax th.text-center.align-middle.table-ouro {
    background: #FCF7E4 !important
}

.table-ouro img,
.table-prata img,
.table-bronze img {
    display: block;
    margin: 0 auto;
    width: 18px;
    margin-bottom: 6px
}

.bootstrap-select .btn.dropdown-toggle {
    height: 50px;
}

.btn.dropdown-toggle {
    border: solid 1px #ddd;
    border-radius: 6px;
    background: #fff;
    color: #5E5873 !important;
    font-weight: 400;
    display: flex;
    align-items: center;
}
[data-theme="dark"] .btn.dropdown-toggle {
    background: var(--color-card) !important;
    color: #fff !important;
}   

[data-theme="dark"] .form-control {
    background-color: var(--color-card) !important;
}

[data-theme="dark"] .modal-content{
    background: var(--color-card) !important;
    color: #fff !important;
}


.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    background: #fff
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 0;
    font-size: 12px;
    font-weight: 500;
}

.btn {
    padding: 9px
}

/*BG LOADER*/
.loadingoverlay {
    background: rgba(0, 0, 0, 0.60) !important;
}

/*FIM - BG LOADER*/
/*FIM - GERAL*/

/*HEADER*/
/* principal */
#menu_principal {
    background-color: #FFF;
    box-shadow: 0 4px 10px rgb(34 41 47 / 6%);
    justify-content: space-between !important;
}

#menu_principal .navbar-brand {
    min-width: 5% !important;
}

#menu_principal #collapsingNavbar {
    position: relative !important;
    margin-left: 0 !important;
    justify-content: initial !important;
}

/* fim - principal */

.secondary-sales div.card {
    min-height: 100% !important;
}

/* #menuPaybuy{ min-width: 80%;} */

/* foto usuário/sair */
.definicoes_navbar,
.definicoes_navbar_secundario {
    display: flex;
    float: right;
    justify-content: end;
}

.definicoes_navbar .dropdown-menu,
.definicoes_navbar_secundario .dropdown-menu {
    position: absolute;
    left: -15px;
}

.definicoes_navbar,
.definicoes_navbar_secundario {
    min-width: 5%;
    max-width: 5%;
}

/* fim - foto usuário/sair */

/* links */
#navbarDropdownSetting1~div.dropdown-menu.show {
    left: -80px;
}

#navbarDropdownSetting2~div.dropdown-menu.show {
    left: 620px;
}

#collapsingNavbar,
#collapsingNavbar div.navbar.navbar-light {
    padding: 0;
}

#collapsingNavbar {
    min-width: 90%;
    margin-left: 6rem !important;
}

#menuPaybuy {
    justify-content: flex-start;
    padding: initial;
    margin: 0;
    list-style: none;
    font-size: .930125rem;
}

#menuAppmax {
    justify-content: center;
    padding: initial;
    margin: 0;
    list-style: none;
    font-size: .930125rem;
}

#menuPaybuy li a,
#menuAppmax li a {
    padding: 0.5rem;
    font-size: 12px;
    font-weight: 600;
}

@media (max-width: 264px) {
    #navbarDropdownSetting2~div.dropdown-menu.show {
        left: 80px;
    }
}

@media (min-width: 265px) and (max-width: 319px) {
    #navbarDropdownSetting2~div.dropdown-menu.show {
        left: 80px;
    }
}

@media (min-width: 320px) and (max-width: 469px) {
    #navbarDropdownSetting2~div.dropdown-menu.show {
        left: 140px;
    }
}

@media (min-width: 470px) and (max-width: 758px) {
    #navbarDropdownSetting2~div.dropdown-menu.show {
        left: 270px;
    }
}

@media (max-width: 615px) {
    #menuPaybuy {
        justify-content: center !important;
    }
}

@media (min-width: 759px) and (max-width: 800px) {
    #navbarDropdownSetting2~div.dropdown-menu.show {
        left: 580px;
    }
}

@media (max-width: 1354px) {
    #collapsingNavbar {
        max-width: 90%;
        padding: initial;
        margin: 0 !important;
    }

    #collapsingNavbar div.navbar {
        padding: initial;
    }

    #menuPaybuy {
        padding: initial;
        list-style: none;
        justify-content: flex-start;
    }
}

@media (min-width: 1120px) and (max-width: 1420px) {
    #menuPaybuy {
        justify-content: space-around;
    }
}

@media (min-width: 261px) and (max-width: 285px) {
    #navbarDropdownSetting1~div.dropdown-menu.show {
        left: -100px;
    }
}

@media (min-width: 286px) and (max-width: 342px) {
    #navbarDropdownSetting1~div.dropdown-menu.show {
        left: -120px;
    }
}

@media (min-width: 553px) and (max-width: 615px) {
    #navbarDropdownSetting1~div.dropdown-menu.show {
        left: -120px;
    }
}

@media (min-width: 1026px) and (max-width: 1071px) {
    #navbarDropdownSetting1~div.dropdown-menu.show {
        left: 0px;
    }
}

@media (min-width: 1072px) and (max-width: 1184px) {
    #navbarDropdownSetting1~div.dropdown-menu.show {
        left: -120px;
    }
}

@media (min-width: 963px) and (max-width: 1184px) {
    #navbarDropdownSetting2~div.dropdown-menu.show {
        left: 720px;
    }
}

@media (max-width: 1420px) {
    #collapsingNavbar {
        margin: 0 !important;
    }
}

/* fim - links */

.navbar .dropdown.mr-1.dropleft {
    display: none;
}

.content-nav-topo {
    position: relative;
    z-index: 1000;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 12px;
    font-weight: 600;
    color: #5E5873
}

.navbar {
    padding: 6px 1rem
}

.navbar-nav {
    align-items: center;
}

.busca-topo {
    padding-top: 70px;
    padding-bottom: 5px
}

#user_name,
#user_logout {
    min-width: 100% !important;
    display: flex;
    justify-content: center;
}

#user_logout a {
    color: #343a40;
}

#dashboard {
    margin-top: -80px
}

.form-row {
    align-items: center;
}

.breadcrumb {
    background: transparent;
    font-size: 14px;
    color: #fff;
    margin: 30px 0 20px 0;
}

.breadcrumb a,
.breadcrumb-item.active {
    color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff
}

/*SELECT CUSTOMIZADOS*/
.data-inicial,
.select-vendedor,
.select-tipo,
.select-tipo-venda,
.select-loja {
    margin-left: 30px;
}

.data-inicial,
.data-final {
    position: relative;
    min-width: 120px;
    max-width: 120px;
    padding: 0 15px !important;
}

.data-final::after,
.select-tipo-produto::after,
.select-tipo::after,
.select-tipo-venda::after {
    content: '';
    min-height: 100%;
    width: 1px;
    background: #eee;
    position: absolute;
    left: -10px;
    top: -6px
}

.data-inicial input,
.data-final input,
#filtroVendedores .data-inicial select,
#filtroVendedores .data-final select,
.select-tipo select,
.select-tipo-venda select,
.select-loja button {
    border: none;
    padding: 0 !important;
    font-weight: 600
}

.data-inicial::before,
.data-final::before {
    content: '';
    text-align: left;
    font-weight: 400;
    font-size: 12px;
    position: absolute;
    left: 15px;
    top: -4px;
    color: #666;
}

.data-inicial::before {
    content: 'Data inicial'
}

.data-final::before {
    content: 'Data final'
}

.data-inicial::after {
    background: url(../../images/icon-calendar.png);
    content: '';
    width: 25.4px;
    height: 28px;
    position: absolute;
    top: 0;
    display: block;
    left: -20px;
}

.select-vendedor::before {
    background: url(../../images/icon-vendor.png);
    content: '';
    width: 31px;
    height: 28px;
    position: absolute;
    top: 5px;
    display: block;
    left: -20px;
}

.select-tipo-produto::before {
    background: url(../../images/icon-product.png);
    content: '';
    width: 28px;
    height: 28px;
    position: absolute;
    top: 5px;
    display: block;
    left: -10px;
}

.select-tipo-venda::before {
    background: url(../../images/icon-todos-vendor.png);
    content: '';
    width: 40px;
    height: 29px;
    position: absolute;
    top: 5px;
    display: block;
    left: -32px;
}

.select-tipo::before {
    background: url(../../images/icon-pedidos.png);
    content: '';
    width: 28px;
    height: 32px;
    position: absolute;
    top: 5px;
    display: block;
    left: -16px;
}

.select-loja::before {
    background: url(../../images/icon-home.png);
    content: '';
    width: 26px;
    height: 29px;
    position: absolute;
    top: 8px;
    display: block;
    left: -18px;
}

.select-vendedor,
.select-tipo-produto,
.select-tipo,
.select-tipo-venda,
.select-loja {
    position: relative;
    min-width: 220px;
    max-width: 220px;
    padding: 0 15px !important;
    margin-right: 15px;
}

.select-vendedor button,
.select-tipo-produto select {
    border: 0 !important
}

.select-vendedor button,
.select-tipo-venda,
.select-loja button,
.busca-topo .form-row .ml-4 {
    border: 0 !important;
    border-radius: 0 !important;
    border-right: solid 1px #eee !important;
    padding-right: 20px !important;
}

.select-tipo-produto::after {
    right: -5px;
    left: inherit;
    top: 2px;
    max-height: 40px
}

#filtroVendedores .data-inicial::before {
    left: 17px;
    content: 'Mês'
}

#filtroVendedores .data-final::before {
    left: 17px;
    content: 'Ano'
}

#filtroVendedores .data-final::after {
    top: -3px;
    left: 2px;
}

.select-tipo::after {
    left: -30px;
    top: -3px
}

.select-tipo-venda::after {
    left: -45px;
    top: -3px
}

#search-form-ranking .data-inicial,
#search-form-ranking .data-final,
#filtroVendedores .data-inicial,
#filtroVendedores .data-final,
#search-form .data-inicial,
#search-form .data-final {
    top: 5px
}

#filtroVendedores .data-final {
    margin-right: 1rem
}

.form-check-label[for=ads] .badge,
.form-check-label[for=somente_call] .badge {
    background: #4582ec
}

ul.list-group.text-break {
    font-size: 12px;
    text-align: center;
    font-weight: 500;
}

/*INPUT BUSCA TOPO*/
.busca-topo .form-check-label {
    margin-bottom: 0;
    height: 44px !important;
    display: flex;
    align-items: center;
}

.busca-topo input.form-check-input {
    all: unset;
}

.busca-topo .form-check-input~label .badge-pill {
    background: #fff;
    color: #999;
    position: relative;
    padding: 10px !important;
    font-size: 14px !important;
    font-weight: 400;
}

.busca-topo .form-check-input~label .badge-pill::before,
.form-check-input:checked~label .badge-pill::before {
    content: '';
    background: url(../../images/icon-close.png) no-repeat;
    height: 14px;
    width: 14px;
    position: relative;
    display: inline-block;
    top: 1px;
    left: 0;
    margin: 0 10px 0 0;
}

.busca-topo .form-check-input:checked~label .badge-pill::before,
.input-type-novo~label .badge::before {
    background: url(../../images/icon-check.png) no-repeat;
}

.busca-topo .form-check-input:checked~label .badge-pill {
    color: #23C354;
    font-weight: 600
}

input.input-type-novo[type=checkbox],
input.input-type-novo[type=radio] {
    appearance: none;
}

input.input-type-novo[type=checkbox] {
    display: none
}

.input-type-novo~label .badge::before {
    content: '';
    width: 14px;
    position: relative;
    display: inline-block;
    left: 0;
    margin: 0 10px 0 0;
    border: solid 1px #ccc;
    height: 14px;
    border-radius: 14px;
    background: transparent !important;
}

.input-type-novo~label .badge {
    background: #FFF !important;
    display: flex;
    align-items: center;
    border: solid 1px #ddd;
    font-size: 10px;
    padding: 5px 10px !important;
    color: #5E5873 !important;
    font-weight: 700;
}

.input-type-novo~label .badge::before {
    background: transparent !important;
}

.input-type-novo:checked~label .badge::before {
    content: '' !important;
    background: url(../../images/icon-check.png) no-repeat !important;
    border: 0;
}

.input-type-novo:checked~label .badge {
    color: #02b875 !important;
    border-color: #02b875;
}

.top-negativo-6 {
    top: -6px;
    position: relative;
}

.top-negativo-3 {
    top: -3px;
    position: relative;
}

.top-positivo-4 {
    top: 4px;
    position: relative;
}

.busca-topo .form-row .ml-4:first-child {
    border-left: solid 1px #eee !important;
    padding-left: 10px !important;
}

.busca-topo .form-row .ml-4 {
    padding: 0 10px !important;
    margin: 0 !important;
}

/*FIM - INPUT BUSCA TOPO*/
/*FIM - SELECT CUSTOMIZADOS*/

a#navbarDropdown {
    display: inline-flex;
    align-items: center;
}

.bi-person-circle {
    border: none;
    width: 26px !important;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    height: 28px !important;
    border-radius: 30px;
    padding: 0 !important;
    overflow: hidden;
    display: inline-block;
    position: relative;
    margin-right: 10px
}

.bi-person-circle::before {
    content: "\f4b0";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 27px;
}

.dropdown-item {
    padding: 4px 30px 6px 15px;
    font-size: 12px;
    color: #5E5873
}

/*FIM - HEADER*/

/* DASH */
/* titulo total vendas */
.sales-total {
    color: #fff;
    padding-top: 3px;
}

/* fim - titulo total vendas */

/* tabelas (total vendas) */
/* total */
.result-principal .vnd_total {
    min-height: 100%;
    width: 25%;
}

.result-principal .vnd_total .card {
    height: 100%;
}

.result-principal .vnd_total .card,
.result-principal .vnd_total .card #quadroGeral {
    height: 95%;
}

.result-principal .vnd_total .card-body {
    width: 100%;
    display: flex;
    align-items: center;
}

/* circulo */
.result-principal .vnd_total #quadroGeral .content-destaque-rounded {
    min-width: 100%;
}

.result-principal .vnd_total #quadroGeral .content-destaque {
    width: 100%;
    padding: 0;
}

/* fim - circulo */

/* tabela */
#general-table {
    min-width: 100%;
}

#general-table tr {
    padding: 3px;
}

#general-table tr td:nth-child(3) {
    white-space: nowrap;
    margin: auto 0 auto 0 !important;
}

#general-table tr td:nth-child(1),
#general-table tr td:nth-child(3) {
    width: 40%;
}

#general-table tr td:nth-child(2) {
    width: 15%;
    margin: auto 0 auto 0 !important;
}

@media (max-width: 630px) {
    .result-principal .vnd_total #quadroGeral .content-destaque-rounded {
        position: absolute;
        top: -55px;
        right: 50px;
    }

    .result-principal .vnd_total #quadroGeral .content-destaque-rounded .destaque-rounded {
        width: 100px;
        height: 100px;
    }

    .result-principal .vnd_total #quadroGeral .content-destaque .dsh_total {
        margin-top: 2.2rem;
        white-space: nowrap;
    }
}

@media (max-width: 830px) {
    .result-principal .vnd_total {
        min-width: 100% !important;
    }
}

@media (max-width: 1180px) {
    .result-principal .vnd_total {
        min-width: 75%;
        margin: 0 auto auto auto;
    }

    .result-principal .vnd_total #quadroGeral .content-destaque-rounded {
        min-width: 25%;
        margin-left: auto
    }
}

/* @media (max-width: 1457px){
                    #general-table tr td:nth-child(1){ max-width: 50px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
                } */
@media (min-width: 1181px) {

    #quadroGeral,
    #quadroGeral .content-destaque-rounded,
    #quadroGeral .content-destaque {
        width: 100%;
    }

    #quadroGeral .content-destaque-rounded,
    #quadroGeral .content-destaque {
        margin-top: 10%;
    }

    .result-principal .vnd_total .card-body {
        display: inline-block;
    }

    #quadroGeral .content-destaque-rounded .destaque-rounded {
        margin-left: auto;
        margin-right: auto;
    }
}

/* fim - tabela */
/* fim - total */

/* todas abaixo */
.secondary-sales {
    min-width: 75%;
}

.secondary-sales .vnd_cartao,
.secondary-sales .vnd_boletos_pg,
.secondary-sales .vnd_boletos_gr,
.secondary-sales .top-vend,
.secondary-sales .vnd_pix_pg,
.secondary-sales .vnd_pix_gr {
    min-width: 33.33%;
    min-height: 177.391px;
    margin: 0 !important;
}

.secondary-sales .vnd_pix_pg,
.secondary-sales .vnd_pix_gr {
    min-width: 33.33%;
    min-height: 177.391px;
    margin: 0 !important
}

.secondary-sales #card-table,
.secondary-sales #tickets-paid-table,
.secondary-sales #tickets-waiting-table,
.secondary-sales #pix-paid-table,
.secondary-sales #pix-waiting-table {
    min-width: 100%;
}

@media (max-width: 619px) {

    .secondary-sales .vnd_cartao,
    .secondary-sales .vnd_boletos_pg,
    .secondary-sales .vnd_boletos_gr,
    .secondary-sales .top-vend,
    .secondary-sales .vnd_pix_pg,
    .secondary-sales .vnd_pix_gr {
        min-width: 100% !important;
    }
}

@media (min-width: 620px) and (max-width: 910px) {

    .secondary-sales .vnd_cartao,
    .secondary-sales .vnd_boletos_pg,
    .secondary-sales .vnd_boletos_gr,
    .secondary-sales .top-vend,
    .secondary-sales .vnd_pix_pg,
    .secondary-sales .vnd_pix_gr {
        min-width: 50% !important;
    }
}

@media (max-width: 1010px) {
    .result-principal .secondary-sales {
        min-width: 100% !important;
    }
}

@media (min-width: 1011px) and (max-width: 1180px) {
    .result-principal .secondary-sales {
        min-width: 90% !important;
        margin: 0 auto 0 auto;
    }
}

@media (max-width: 1330px) {

    #quadroCartoes tr td:nth-child(1),
    #quadroBoletos tr td:nth-child(1),
    #quadroBoletosAguardando tr td:nth-child(1),
    #quadroPix tr td:nth-child(1),
    #quadroPixAguardando tr td:nth-child(1) {
        max-width: 50px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/* fim - todas */

/* vendas cartão */
/* fim- vendas cartão */

/* boletos pagos */
/* fim- boletos pagos */

/* boletos aguardando */
/* fim- boletos aguardando */

/* pix pagos */
/* fim- pix pagos */

/* pix aguardando */
/* fim- pix aguardando */

/* campeões de venda do mês */
.top-vend .medal-maior {
    position: absolute;
    top: 0;
    right: 20px
}

.top-vend .icone {
    float: left;
    margin-right: 10px;
    margin-top: 2px
}

.top-vend .medal-menor {
    width: 100%;
    max-width: 18px
}

.top-vend .content-top-vend {
    max-width: 90%;
    display: flex;
    flex-wrap: wrap;
}

.top-vend .content-top-vend .vend {
    display: inline-block;
    padding: 0;
    margin: 10px 15px 10px 5px;
    min-width: 145px
}

.top-vend .content-top-vend .vend h3,
.top-vend .content-top-vend .vend p {
    font-size: 12px;
    font-weight: 600;
    margin: 0 0 4px 0;
    line-height: 120%;
}

.top-vend .content-top-vend .vend p {
    font-weight: 400;
    line-height: 100%;
    margin: 0;
    padding: 0
}

.top-vend h5 {
    max-width: 60%;
    word-break: break-word;
}

.top-vend .card-body {
    min-height: 177.391px;
}

/* fim- campeões de venda do mês */
/* fim - tabelas (total vendas) */

/* tabela ranking de vendedores */
#search-form-ranking .select-loja .filter-option-inner {
    padding: 16px;
}

#search-form-ranking .select-tipo-venda .filter-option-inner {
    padding: 8px;
}

#search-form-ranking .select-loja {
    min-width: 270px;
}

#search-form-ranking .select-tipo-produto {
    min-width: 130px;
}

#search-form-ranking .select-tipo-venda::after {
    content: none;
}

/* fim - tabela ranking de vendedores */

/* tabela resultado por produtos */
#search-form-produtos .select-loja .filter-option {
    padding: 16px;
}

#search-form-produtos .filter-product-group .filter-option,
#search-form-produtos .select-vendedor .filter-option,
#search-form-produtos .select-tipo-venda .filter-option {
    padding: 8px;
}

#search-form-produtos .filter-product-stores .filter-option,
#search-form-produtos .filter-product-sellers .filter-option {
    padding: 7px;
}

#search-form-produtos .filter-product-actions {
    min-width: 80.4688px;
}

#search-form-produtos .filter-product-group {
    border: 0 !important;
    border-radius: 0 !important;
    border-right: solid 1px #eee !important;
    padding-right: 15px;
    margin-right: 15px;
    min-width: 190px;
}

#search-form-produtos .filter-product-stores {
    min-width: 230px;
}

#search-form-produtos .select-tipo-produto {
    min-width: 150px;
    max-width: 160px;
}

#search-form-produtos .filter-product-sellers {
    min-width: 180px;
}

/* fim - tabela resultado por produtos */

/* suas vendas */
/* resultado principal */
.your-main-sales {
    margin-top: 7rem;
}

.your-main-sales .result-principal .minhas_vendas {
    width: 40%;
    margin: auto
}

.your-main-sales .result-principal td:nth-last-child(2n) {
    font-weight: 700;
}

/* fim - resultado principal */

.minhas_vendas .content-destaque-rounded {
    width: 20%;
    margin: auto 0 auto auto;
}

.minhas_vendas .content-destaque {
    width: 60%;
    padding: 3%;
    margin: auto auto auto 5%;
}

@media (max-width: 560px) {
    .minhas_vendas .content-destaque-rounded {
        position: absolute;
        top: -55px;
        right: 50px;
    }

    .minhas_vendas .content-destaque-rounded .content-destaque .dsh_total {
        margin-top: 2.2rem;
        white-space: nowrap;
    }

    .minhas_vendas .content-destaque {
        min-width: 100%;
        margin: auto;
    }
}

@media (max-width: 650px) {
    .your-main-sales .result-principal .minhas_vendas {
        min-width: 100%;
    }
}

@media (min-width: 651px) and (max-width: 820px) {
    .your-main-sales .result-principal .minhas_vendas {
        min-width: 100%;
    }
}

@media (min-width: 821px) and (max-width: 879px) {
    .your-main-sales .result-principal .minhas_vendas {
        min-width: 80%;
    }
}

@media (min-width: 880px) and (max-width: 1300px) {
    .your-main-sales .result-principal .minhas_vendas {
        min-width: 60%;
    }
}

/* fim - suas vendas */
/*fim - DASH */

/*CARDS, MOSTRA ESCONDE*/
.card {
    margin-bottom: 60px;
    border-radius: 6px;
}

.card-body {
    border-radius: 6px;
}

.card-body.busca-topo {
    min-height: auto
}

.PayBuyAppMax-esconde-mostra .card-title,
.PayBuy-esconde-mostra .card-title,
.AppMax-esconde-mostra .card-title,
.suas-vendas .card-title {
    color: #fff;
    padding-top: 3px
}

.row.content-mostra-esconde {
    position: relative;
    background: #536CF8;
    padding-bottom: 60px;
}

.row.content-mostra-esconde:before,
.box-lista-pedidos::before,
#detalhe-pedido:before,
body::before,
.banner-checkout::before {
    content: '';
    width: 100%;
    position: absolute;
    top: -230px;
    left: 0;
    height: 300px;
    background: #536CF8;
    z-index: -1;
}

body::before,
.box-lista-pedidos::before {
    height: 283px;
    top: 0;
}

.row.box-lista-pedidos {
    position: relative;
}

.box-lista-pedidos::before {
    height: 120%;
    position: absolute;
    top: 0;
}

.banner-checkout::before {
    height: 160%;
    top: 0;
}

.box-lista-pedidos #search-form {
    border-bottom: 0
}

.box-lista-pedidos #search-form input,
.box-lista-pedidos #search-form button,
.box-lista-pedidos #search-form .form-check-label,
.box-lista-comparativo #search-form input,
.box-lista-comparativo #search-form button,
.box-lista-comparativo #search-form .form-check-label {
    box-shadow: 0 4px 10px rgba(34, 41, 47, 20%);
    border: 0;
}

.vnd_total .card td:nth-last-child(2n) {
    color: #02b875
}

.vnd_cartao .card td:nth-last-child(2n) {
    color: #02b875
}

.vnd_pix_pg .card td:nth-last-child(2n) {
    color: #02b875
}

.vnd_pix_gr .card td:nth-last-child(2n) {
    color: #02b875
}

.vnd_boletos_pg .card td:nth-last-child(2n) {
    color: #02b875
}

.vnd_boletos_gr .card,
.vnd_pix_gr .card {
    background: #FFFEEB
}

.vnd_boletos_gr .card td:nth-last-child(2n) {
    color: #E3BE21
}

.card-body h5 {
    font-size: 14px !important;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #5E5873
}

.card-body h5 .material-icons,
.card-body h5 img {
    margin: 0 8px 0 0
}

.card-body .table,
.card-body table {
    font-size: 14px;
    font-weight: 500;
    color: #5E5873;
}

.card-header h5 {
    color: #fff;
    display: block;
}

.card-body .destaque-rounded {
    border: solid 4px #23C354;
    border-radius: 100px;
    width: 121px;
    height: 121px;
    display: flex;
    align-items: center;
    text-align: center;
    background: #fff;
    position: relative;
    z-index: 1;
    color: #5E5873;
}

.card-body .destaque-rounded>div {
    flex: 1 1 auto;
    align-items: center;
}

.card-body .destaque-rounded span {
    font-size: 12px;
    font-weight: 400;
    width: 100%;
    display: block;
    line-height: 110%
}

.card-body .destaque-rounded span.title {
    font-size: 20px;
    font-weight: 700;
}

.dsh_total {
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.dsh_total h3 {
    margin-bottom: 0;
    font-size: 22px;
}

.dsh_total .badge {
    margin-left: 15px
}

.vnd_boletos_pg .badge-info {
    position: absolute;
    top: -28px;
    right: 15px;
    border-radius: 100px;
    border: solid 4px #23C354;
    background: #fff;
    color: #5E5873;
    width: 56px;
    height: 56px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(34, 41, 47, 10%);
    font-weight: 600;
    display: grid;
    align-items: center;
    white-space: normal;
    padding: 0 5px !important
}

/*FIM - CARDS, MOSTRA ESCONDE*/


/*RESULTADO TOP VENDEDORES*/
.result-vendedor {
    margin: 20px 0 0 0;
}

.result-vendedor .card {
    border: solid 1px #eee;
    box-shadow: none;
    padding: 20px 20px 20px 90px;
    margin: 0 0 15px 0;
    display: block;
    min-height: 200px;
}

.result-vendedor .card h2 {
    font-size: 60px;
    float: left;
    font-weight: 700;
    margin-right: 15px;
    line-height: 80%;
    margin-bottom: 0
}

.result-vendedor .card h3 {
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    top: 0;
    position: relative;
}

.result-vendedor .card h3 span {
    display: block;
    font-size: 24px;
    font-weight: 700;
    margin-top: 3px;
}

.result-vendedor .card .medal-maior {
    position: absolute;
    left: 15px;
    top: 0;
    max-width: 62px
}

.result-vendedor .card ul {
    list-style: none;
    margin: 5px 0 0 0;
    display: block;
}

.result-vendedor .card ul li {
    font-size: 12px;
    font-weight: 400;
    width: 100%;
    display: block;
    margin-bottom: 4px;
    text-align: left;
}

.result-vendedor .card ul li span {
    float: right;
    text-align: right;
}

.result-vendedor .col-lg-4:nth-child(1) .card {
    background: #FCF7E4 !important;
    border: none !important
}

.result-vendedor .col-lg-4:nth-child(2) .card {
    background: #F3F3F3 !important;
    border: none !important
}

.result-vendedor .col-lg-4:nth-child(3) .card {
    background: #F7EBBC !important;
    border: none !important
}

.badge-success-border {
    border: solid 2px #02b875;
    background: #fff;
    color: #5F5974;
    font-weight: 500;
    font-size: 11px;
    margin: 0 5px 5px 0;
}

/*FIM RESULTADO TOP VENDEDORES*/

/*GERAL CONTENT*/
#vendedoresPayBuyAppMax {
    overflow: hidden;
}

.dataTables_length label {
    margin-top: 20px
}

select.custom-select.custom-select-sm.form-control.form-control-sm {
    padding: 0 25px 0 15px;
    height: 34px;
}

.suas-vendas {
    margin-top: -100px
}

.result-vendas {
    display: flex;
    align-items: center;
    margin: 10px 0 20px 0;
    text-align: center;
    padding: 0;
    color: #5E5873
}

.result-total-requests,
.result-total-in,
.result-ticket-medium {
    padding: 10px;
    background: #F3F2F7;
    font-size: 14px;
    margin: 0 10px 10px 0;
    border-radius: 6px;
    max-width: 100%;
}

.result-total-requests b,
.result-total-in b,
.result-ticket-medium b {
    padding: 5px 10px;
    margin-left: 10px;
}

.suas-vendas #vendedorCartao,
.suas-vendas #vendedorBoleto,
.suas-vendas #vendedorOutros {
    min-width: 100%;
    max-width: 100%;
}

#resultado_ranking th,
#tableResultado_lojas th,
.suas-vendas #vendedorCartao th,
.suas-vendas #vendedorBoleto th,
.suas-vendas #vendedorOutros th,
.result-vendas .result-total-requests p,
.result-vendas .result-total-in p,
.result-vendas .result-ticket-medium p,
.minhas_vendas_texto {
    white-space: nowrap;
}

.filter-sales .filter-sales {
    min-width: 100%;
}

.filter-sales .filter-payment-sales {
    min-width: 154.328px;
}

.filter-sales .filter-status-sales {
    min-width: 196.328px;
}

.filter-sales .filter-actions-sales {
    min-width: 80.4688px;
}

.filter-sales .filter-ordem-sales {
    min-width: 181.656px;
}

#filtroVendedores .filter-sellers-actions {
    min-width: 139.875px;
}

#search-form-ranking .filter-ranking-actions {
    min-width: 128.938px;
}

.btn .badge {
    padding: 5px 10px;
    font-weight: 600;
}

#clicks_wrapper {
    position: relative;
}

#clicks_wrapper .dt-buttons {
    right: auto;
}

table#chatpro td:nth-child(2) {
    overflow-y: auto;
    max-height: 200px !important;
    float: left;
    margin-top: 20px;
    border: 0;
}

table#chatpro td:nth-child(2) .badge {
    margin: 2px;
}

/*FIM - GERAL CONTENT*/

/*PÁGINA PEDIDOS*/
/* # */
.resumo-pedidos .vnd_total {
    width: 40%;
    margin: auto
}

.resumo-pedidos td:nth-last-child(2n) {
    font-weight: 700;
}

.resumo-pedidos .vnd_total .content-destaque-rounded {
    width: 20%;
    margin: auto 0 auto auto;
}

.resumo-pedidos .vnd_total .content-destaque {
    width: 60%;
    padding: 3%;
    margin: auto auto auto 5%;
}

@media (max-width: 320px) {
    .resumo-pedidos .vnd_total .content-destaque {
        margin-top: 1.7rem !important;
    }
}

@media (max-width: 560px) {
    .resumo-pedidos .vnd_total .content-destaque-rounded {
        position: absolute;
        top: -55px;
        right: 80px;
    }

    .resumo-pedidos .vnd_total .content-destaque-rounded .destaque-rounded {
        width: 100px;
        height: 100px;
    }

    .resumo-pedidos .vnd_total .content-destaque #valor_vendas_geral {
        white-space: nowrap;
    }

    .resumo-pedidos .vnd_total .content-destaque {
        min-width: 100%;
        margin: auto;
    }
}

@media (max-width: 650px) {
    .resumo-pedidos .vnd_total {
        min-width: 100%
    }
}

@media (min-width: 651px) and (max-width: 820px) {
    .resumo-pedidos .vnd_total {
        min-width: 100%
    }
}

@media (min-width: 821px) and (max-width: 879px) {
    .resumo-pedidos .vnd_total {
        min-width: 80%
    }
}

@media (min-width: 880px) and (max-width: 1300px) {
    .resumo-pedidos .vnd_total {
        min-width: 60%
    }
}

#pedidos small .badge-info {
    background: #23C354;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
    font-size: 9px;
    padding: 4px 8px !important
}

b[data-toggle=popover] {
    padding: 10px;
    border-radius: 4px;
    display: block;
    color: #fff !important;
    float: left;
    margin-right: 10px;
    border: none !important;
    font-size: 10px;
    background: #5E5873 !important;
}

#pedidos td:first-child {
    min-width: 140px;
    text-align: left;
}

#pedidos td:nth-child(4) {
    min-width: 90px;
}

#pedidos td:nth-child(5) {
    text-align: center;
    min-width: 80px;
}

#pedidos td:nth-child(6) {
    min-width: 70px;
    text-align: center;
}

#pedidos td img {
    width: 30px !important;
}

#pedidos td {
    vertical-align: middle;
}

#pedidos td:nth-child(7),
#pedidos td:nth-child(8),
#pedidos td:nth-child(9),
#pedidos td:nth-child(10),
#pedidos td:nth-child(11) {
    text-align: center;
}

#pedidos td:nth-child(2) b {
    font-weight: 600;
    display: block;
}

#pedidos td:nth-child(3) span {
    font-weight: 600
}

#pedidos td:nth-child(8) small {
    text-align: left;
    line-height: 120% !important;
    display: block !important;
    margin: 0;
    padding: 5px
}

#pedidos td:last-child {
    width: 150px;
    padding: 0 !important
}

#pedidos td .badge[data-original-title=Pendente] {
    background: #E3BE21 !important
}

#pedidos td:nth-child(10) .badge {
    padding: 6px;
}

.material-icons {
    display: flex !important;
    font-size: 18px
}

#pedidos td:last-child .btn-info .material-icons {
    font-size: 16px !important;
    line-height: 20px;
    display: flex;
    margin-right: 0
}

/*FIM - PÁGINA PEDIDOS*/

/*PÁGINA DETALHE*/
#detalhe-pedido {
    position: initial;
}

#detalhe-pedido .card {
    margin-bottom: 24px !important
}

.alert {
    border-radius: 6px 6px 0 0;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
}

.alerta-aprovacao {
    margin-bottom: 0px
}

.alerta-aprovacao span b {
    padding: 0 10px 0 0;
}

.alerta-aprovacao span {
    margin-right: auto;
}

.card-header,
.modal-header {
    display: flex;
    align-items: center;
    background: #5E5873;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 6px 6px 0 0 !important
}

.card-header .btn,
.card.ligar {
    margin-left: auto;
}

h3#telefone_ligar {
    position: relative;
    font-size: 18px;
    color: #5E5873;
    margin-right: auto !important
}

h3#telefone_ligar::before {
    margin-right: 15px;
    font-size: 14px;
    font-weight: 500;
    content: 'Telefone:'
}

.card.ligar,
.card.ligar .card-body {
    display: flex;
    align-items: center;
}

#detalhe-pedido .dados-cartao .card.ligar .btn {
    float: right !important;
    margin: 5px 0px 5px 15px !important;
}

.card.ligar .card-body {
    width: 100%
}

.dados-cartao .card-body {
    min-height: 225px
}

.dados-cartao .card.ligar .card-body {
    min-height: auto
}

#cod_boleto {
    word-break: break-all;
    max-width: 90%;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    margin: 20px 0 30px 0 !important
}

#detalhe-pedido .dados-cartao .card h1,
#detalhe-pedido .dados-cartao .card b {
    font-size: 18px !important;
    color: #5E5873;
    margin: 30px 0 20px 0 !important
}

#novo_vencimento {
    padding: 6px 10px 6px 12px;
    font-size: 12px;
    font-weight: 600;
    background: #E3BE21;
    color: #fff;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 0 0 6px;
    width: 100px !important
}

#detalhe-pedido .n-NF {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    padding: 20px 0 30px 0;
    display: block;
    color: var(--color-text-secondary);
}

#detalhe-pedido .border-success,
.card-body.panel.widget-support-tickets .media {
    border: solid 1px #EEEEEE !important;
    border-radius: 3px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    padding: 15px;
    position: relative;
    width: 100%;
}

#detalhe-pedido .border-success .bg-success {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0%, -50%);
}

#detalhe-pedido .border-success .text-muted {
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 4px;
    color: #5E5873 !important
}

#detalhe-pedido .border-success h5 {
    margin-bottom: 0
}

.card-body.panel.widget-support-tickets .media {
    display: block;
    font-size: 14px;
}

.card-body.panel.widget-support-tickets .media h5 {
    padding: 0 20px;
    display: inline;
}

.card-body.panel.widget-support-tickets .media strong {
    display: block;
    font-size: 12px;
    margin: 10px 0 0 0;
    font-weight: 600;
}

.border-success span[data-toggle=popover] {
    display: flex;
    align-items: center;
    margin-right: auto
}

.border-success span[data-toggle=popover]>span {
    font-size: 13px;
    margin-right: 5px
}

.widget-support-tickets .badge-pill {
    margin-right: auto !important;
    background: #F3F2F7;
    top: 0;
    margin-left: 0;
    position: relative;
}

.processamento {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 400
}

.processamento h5 {
    margin-right: auto;
    margin-bottom: 0;
    margin-left: 20px;
}

#detalhe-cliente .ticket {
    box-shadow: 0 4px 24px rgba(34, 41, 47, 0.06);
    border-radius: 6px;
    padding: 15px;
    overflow: initial;
    margin-bottom: 20px;
}

#detalhe-cliente .ticket.status-warning,
#detalhe-cliente .ticket.status-success,
#detalhe-cliente .ticket.status-danger {
    border: 0;
    border-left: solid 3px
}

#detalhe-cliente .ticket.status-danger {
    border-left-color: #F21181;
}

#detalhe-cliente .ticket.status-warning {
    border-left-color: #E3BE21;
}

#detalhe-cliente .ticket.status-success {
    border-left-color: #02b875;
}

ul.desc-ticket {
    margin: 5px 15px 15px 15px;
    padding: 0;
    list-style: none;
}

ul.desc-ticket li {
    display: block;
    font-size: 12px;
    line-height: 16px;
    padding: 3px 0;
}

ul.desc-ticket li b {
    font-weight: 600
}

#detalhe-cliente .ticket-pagamento>span {
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin: 10px 0 15px 3px
}

#detalhe-cliente span#cod-boleto {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 0
}

#detalhe-cliente .ticket-pagamento .numero-boleto,
#detalhe-cliente .ticket-pagamento .utl-boleto {
    float: left;
    margin-right: 15px
}

#detalhe-cliente .ticket .ticket-info img {
    width: 24px;
    margin-right: 10px
}

#detalhe-pedido .detalhe-pgt-pedido>div label {
    font-size: 14px;
    font-weight: 600;
}

#detalhe-pedido .detalhe-pgt-pedido span {
    font-size: 14px;
    font-weight: 700;
}

#detalhe-cliente span.status-pagamento {
    margin: 0;
}

#detalhe-pedido .detalhe-pgt-pedido span.status-pagamento {
    font-size: 10px !important;
    padding: 10px;
    font-weight: 600
}

#detalhe-pedido .dados-cartao .card a {
    font-size: 11px !important
}

.card-body.detalhe-pgt-pedido {
    padding: 20px 0;
}

.media-body {
    box-shadow: 0 4px 10px rgba(34, 41, 47, 6%);
    margin: 0 !important;
    padding: 10px 10px 0 10px;
    border-radius: 6px;
    margin-bottom: 30px
}

.media-body .kit-principal {
    padding: 10px 10px 20px 10px;
    border-bottom: solid 1px #eee;
    margin-bottom: 20px
}

.media-body .kit-principal img,
.media-body .itens-kit img {
    width: 80px;
    max-width: 80px;
    float: left;
    padding: 8px;
    border: solid 1px #eee;
    border-radius: 6px;
    box-sizing: border-box;
}

.media-body .itens-kit {
    margin-bottom: 20px
}

.media-body .itens-kit img {
    width: 50px;
    max-width: 50px
}

.media-body .itens-kit h5,
.media-body .itens-kit h5~span {
    font-size: 12px !important;
    font-weight: 400
}

/*MODAL*/
.modal-content {
    border: 0;
    border-radius: 7px;
}

.modal-header {
    border: 0
}

.modal-title {
    font-size: 18px
}

.modal .close {
    color: #fff;
    box-shadow: none;
    text-shadow: none;
    opacity: 0.7;
}

.modal .close:hover {
    opacity: 1 !important;
}

.modal-dialog .tab-content#nav-tabContent,
.modal-content #valores-carrinho,
.modal-dialog #dadosPagamento .tab-pane {
    padding: 15px 0;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(34, 41, 47, 6%);
    border: solid 1px #EEEEEE;
}

.modal-dialog .tab-content#nav-tabContent .tab-pane .form-group {
    border-bottom: solid 1px #eee;
    padding-bottom: 15px;
    margin-top: 8px;
}

.modal-dialog .nav-tabs {
    border: 0;
    margin: 0 6px
}

.nav-tabs .nav-link {
    display: flex;
    align-items: center;
    font-size: 13px;
}

.nav-tabs .nav-link span {
    margin-right: 6px
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #23C354;
    border-color: transparent !important;
}

.modal-dialog .form-check {
    display: inline-block;
    margin-bottom: 15px
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-bottom: solid 1px transparent
}

.modal-content #valores-carrinho {
    background: #EEFAF2;
    border: solid 1px #64D486;
    margin: 20px 0
}

span.valores,
.tab-content .valores-carrinho {
    font-size: 14px
}

.lista-produtos #valores-carrinho .col-md-5 {
    text-align: right;
}

.lista-produtos #valores-carrinho .col-md-5 .valor-total.valores {
    margin-bottom: 10px
}

.modal-dialog #dadosPagamento .tab-pane {
    margin-top: 0;
    padding: 15px
}

.modal-dialog .form-control {
    height: calc(1.9em + 1rem + 2px);
}

.modal-dialog .btn.dropdown-toggle {
    padding: 8px 15px !important;
    height: 40px;
    line-height: 20px;
}

#valores-carrinho label {
    margin-bottom: 0
}

#valores-carrinho .valor-total>label {
    text-align: right !important;
    font-size: 14px !important;
    font-weight: 600 !important
}

#valores-carrinho .valor-total>label span.valores {
    font-weight: 700;
    font-size: 18px !important
}

#nav-tab #carrinho-tab .itens-cart {
    padding: 5px 8px !important;
    color: #5E5873 !important
}

.kit-padrao {
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 125%;
    padding: 15px;
    margin: 0;
}

.kit-padrao img {
    padding: 6px;
    border: solid 1px #eee;
    border-radius: 6px
}

.modal-dialog .block-finalizar {
    margin: 20px 0
}

.lista-kits {
    padding-top: 0;
    overflow: auto;
}

.lista-kits.lista-upsell,
#itens-add-carrinho,
.lista-kits {
    overflow-x: hidden !important;
}

.kit-padrao:hover:after,
.kit-upsell:hover:after {
    left: 0;
}

.kit-padrao:hover:after,
.kit-upsell:hover:after {
    border-radius: 6px;
}

.kit-padrao:hover:before,
.kit-upsell:hover:before {
    content: '+';
    position: absolute;
    width: 30px;
    display: block;
    font-weight: bold;
    z-index: 9;
    margin-top: -15px;
    top: 50%;
    color: rgb(255, 255, 255);
    margin-left: 10px;
    border-radius: 30px;
    background-color: #28a745;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    padding: 0;
    margin-left: 45px;
}

#itens-add-carrinho .media.iten-carrinho h5,
.valores-iten-carrinho {
    font-size: 12px;
}

.cartoes-pagarme .cart.card.cartao_salvo {
    margin-bottom: 20px;
    box-shadow: none;
    opacity: 0.45;
}

.cartoes-pagarme .cart.card.cartao_salvo.selected {
    box-shadow: 0 4px 24px rgb(34 41 47 / 20%);
    opacity: 1;
}

#itens-add-carrinho .media-body {
    padding: 15px;
    margin: 20px 0;
}

a#url_link_pedido {
    word-break: break-word;
    color: #5E5873;
}

/*FIM - MODAL*/
/*FIM - PÁGINA DETALHE*/


/*CHECKOUT*/
.cep-nao-sei {
    margin-top: 12px;
}

a.btn-prosseguir,
button.finalizar-compra-ce {
    box-shadow: none;
    animation: none;
    margin-top: 10px;
}

.side-pag,
.text-promo {
    border-radius: 6px !important;
    margin-bottom: 20px;
}

small.text-info.ajuda {
    position: relative;
    top: initial;
    left: initial;
}

.cod-segur small.text-info.ajuda {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    right: 20px;
}

/*FIM - CHECKOUT*/

/*RESPONSIVIDADE*/
@media (max-width: 321px) {
    .medal-maior {
        display: none;
    }

    .top-vend h5 {
        min-width: 90%;
    }
}

@media (max-width: 495px) {

    #filtroVendedores .select-tipo,
    #filtroVendedores .select-tipo-venda {
        margin: 0;
        min-width: 100%;
    }

    #filtroVendedores .select-tipo::before,
    #filtroVendedores .select-tipo-venda::before {
        content: none
    }
}

@media (max-width: 529px) {

    .filter-sales .filter-payment-sales,
    .filter-sales .data-inicial,
    .filter-sales .data-final {
        min-width: 50%;
    }

    #filtroVendedores .data-inicial::after,
    .filter-sales .data-inicial::after {
        background: none !important
    }

    #filtroVendedores .data-inicial,
    .filter-sales .data-inicial {
        margin-left: 0;
    }
}

@media (max-width: 539px) {
    #filtroVendedores .data-final {
        margin: 0
    }
}

@media (max-width: 558px) {

    .filter-sales .filter-ordem-sales,
    .filter-sales .filter-status-sales {
        min-width: 50%;
    }

    .filter-sales .filter-status-sale,
    .filter-sales .filter-payment-sales {
        margin-left: auto;
    }
}

@media (min-width: 496px) and (max-width: 537px) {
    #filtroVendedores .select-tipo-venda {
        min-width: 50%;
    }

    #filtroVendedores .select-tipo {
        min-width: 208px;
        max-width: 50%;
        margin: 0
    }

    #filtroVendedores .select-tipo::before {
        content: none
    }
}

@media (max-width: 549px) {

    #filtroVendedores .data-inicial,
    #filtroVendedores .data-final {
        min-width: 45%;
    }
}

@media (min-width: 532px) and (max-width: 549px) {
    #filtroVendedores .data-final #filtroVendedores .select-tipo-venda {
        min-width: 45%;
    }

    #filtroVendedores .select-tipo {
        min-width: 208px;
        max-width: 45%;
    }

    #filtroVendedores .select-tipo-venda {
        left: -10px;
    }
}

@media (max-width: 630px) {
    #filtroVendedores .select-tipo::after {
        content: none;
    }

    #filtroVendedores .select-tipo::before {
        left: -20px;
    }

    #filtroVendedores .select-tipo-venda {
        border-right: none !important
    }
}

@media (min-width: 496px) and (max-width: 564px) {
    #filtroVendedores .select-tipo-venda::before {
        content: none
    }

    #filtroVendedores .select-tipo {
        max-width: 50%;
        margin-right: 0;
    }

    #filtroVendedores .select-tipo-venda {
        margin-right: 0 !important;
        margin-left: auto
    }
}

@media (min-width: 496px) and (max-width: 638px) {
    #filtroVendedores .select-tipo-venda::after {
        content: none
    }

    #filtroVendedores .select-tipo-venda::before {
        left: -20px;
    }

    #filtroVendedores .select-tipo-venda div {
        left: 10px !important;
    }

    #filtroVendedores .select-tipo-venda {
        margin-right: 0;
        margin-left: auto;
    }
}

@media (max-width: 630px) {
    #filtroVendedores .data-final {
        margin-left: auto;
        margin-right: 0;
    }

    #filtroVendedores .data-final::after {
        content: none
    }
}

@media (min-width: 550px) and (max-width: 630px) {

    #filtroVendedores .data-inicial,
    #filtroVendedores .data-final {
        min-width: 220px;
        max-width: 50%;
    }
}

@media (min-width: 530px) and (max-width: 685px) {
    .filter-sales .filter-payment-sales {
        margin-left: auto;
        min-width: 40%;
    }
}

@media (min-width: 558px) and (max-width: 685px) {

    .filter-sales .data-inicial,
    .filter-sales .data-final {
        min-width: 25%;
    }
}

@media (max-width: 614px) {
    #filtroVendedores .filter-sellers-actions {
        min-width: 100%;
    }
}

@media (max-width: 595px) {
    #search-form-ranking .filter-sellers-actions {
        min-width: 50%;
    }
}

@media (max-width: 696px) {

    .result-vendas .result-total-requests,
    .result-vendas .result-total-in,
    .result-vendas .result-ticket-medium {
        min-width: 100%;
        margin: 10px 0 10px 0;
    }
}

@media (min-width:560px) and (max-width: 719px) {
    .result-principal .vnd_pix_gr {
        max-width: 50%;
    }
}

@media (max-width: 719px) {
    #tableVendedoresPayBuyExport span {
        display: none;
    }

    .minhas_vendas_texto {
        max-width: 50px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (min-width: 720px) and (max-width: 767px) {

    .result-principal .vnd_boletos_gr,
    .result-principal .vnd_boletos_pg,
    .result-principal .vnd_cartao {
        max-width: 363.5px;
    }

    .result-principal .top-vend .card-body,
    .vnd_total .card-body,
    .result-principal .vnd_cartao .card-body,
    .result-principal .vnd_boletos_gr .card-body,
    .result-principal .vnd_boletos_pg .card-body,
    .result-principal .vnd_pix_gr .card-body,
    .result-principal .vnd_pix_pg .card-body {
        min-width: 100%;
    }

    .result-principal .vnd_boletos_gr,
    .result-principal .vnd_pix_pg,
    .result-principal .vnd_pix_gr {
        min-width: 50%;
        max-width: 50%
    }
}

@media (max-width: 563px) {
    #search-form-produtos .select-tipo-produto #tipo_produtos {
        margin-left: 0;
    }

    #search-form-produtos .select-vendedor {
        min-width: 100% !important
    }

    #search-form-produtos .filter-product-stores {
        margin-left: auto
    }
}

@media (max-width: 463px) {

    #search-form-produtos .select-vendedor,
    #search-form-produtos .select-tipo-produto,
    #search-form-produtos .filter-product-stores,
    #search-form-produtos .filter-product-sellers {
        min-width: 100%;
    }

    #search-form-produtos .filter-product-actions {
        margin: 0 0 .5rem 5px;
    }

    #search-form-produtos .select-tipo-produto #tipo_produtos {
        max-width: 100% !important;
    }
}

@media (min-width: 564px) and (max-width: 767px) {
    #search-form-produtos .filter-product-stores {
        max-width: 50%;
        margin: 0 0 .5rem 0 !important;
    }
}

@media (min-width: 564px) and (max-width: 585px) {
    #search-form-produtos .filter-product-sellers {
        margin-left: auto
    }
}

@media (min-width: 586px) and (max-width: 767px) {
    #search-form-produtos .filter-product-sellers {
        max-width: 50%;
        margin: 0 0 .5rem 0 !important;
    }
}

@media (max-width: 767px) {
    #search-form-produtos .select-vendedor {
        max-width: 50%;
        margin: 0 0 .5rem 0 !important;
    }

    #search-form-produtos .select-vendedor::before,
    #search-form-produtos .select-tipo-produto::before {
        content: none !important;
    }

    #search-form-produtos .select-vendedor,
    #search-form-produtos .select-tipo-produto {
        padding: 0 5px 0 5px !important;
    }

    #search-form-produtos .select-vendedor button {
        border-right: none !important
    }
}

@media (max-width: 699px) {
    #search-form-ranking .select-tipo-produto::after {
        content: none
    }
}

@media (max-width: 829px) {

    #search-form-ranking .select-loja::before,
    #search-form-ranking .select-tipo-produto::before,
    #search-form-ranking .select-tipo-venda::before {
        content: none;
    }

    #search-form-ranking .select-loja,
    #search-form-ranking .select-tipo-produto,
    #search-form-ranking .select-tipo-venda {
        margin: 0
    }

    #search-form-ranking .select-tipo-produto::after {
        min-height: 100%;
    }
}

@media (min-width: 700px) and (max-width: 930px) {
    #search-form-ranking .form-row {
        justify-content: space-between;
    }
}

@media (max-width: 1013px) {
    #search-form-ranking .select-tipo-venda {
        margin-right: 0;
        border-right: none !important
    }
}

@media (min-width: 480px) and (max-width: 699px) {
    #search-form-ranking .form-row {
        justify-content: space-around;
    }
}

@media (max-width: 429px) {

    #search-form-ranking .select-loja,
    #search-form-ranking .select-tipo-produto,
    #search-form-ranking .select-tipo-venda {
        min-width: 100%;
    }

    #search-form-ranking .select-tipo-venda {
        margin-bottom: 1rem;
    }
}

@media (max-width: 1209px) {
    #search-form-produtos .select-vendedor {
        min-width: 290px;
    }

    #search-form-produtos .select-tipo-produto #tipo_produtos {
        max-width: 150px;
    }
}

@media (max-width: 699px) {
    #search-form-ranking .form-row {
        justify-content: center;
    }

    #search-form-ranking .select-loja button {
        border-right: none !important
    }
}

@media (min-width: 768px) and (max-width: 1143px) {
    .result-principal .vnd_boletos_pg {
        max-width: 500px;
    }
}

@media (min-width: 768px) and (max-width: 1042px) {
    .vnd_pix_gr {
        max-width: 50%;
    }
}

@media (min-width: 1043px) and (max-width: 1143px) {
    .result-principal .vnd_pix_gr {
        max-width: 500px;
    }
}

@media (min-width: 1144px) and (max-width: 1873px) {
    .vnd_pix_pg {
        max-width: 444.328px
    }
}

@media (min-width:560px) and (max-width: 680px) {

    .result-principal .top-vend,
    .vnd_cartao {
        min-width: 50%;
    }
}

@media (min-width: 685px) and (max-width: 882px) {
    .filter-sales .filter-payment-sales {
        min-width: 25%;
        max-width: 25%;
        margin-left: auto;
    }

    .filter-sales .filter-ordem-sales {
        max-width: 25%;
    }

    .filter-sales .data-inicial,
    .filter-sales .data-final {
        min-width: 20%;
        max-width: 20%;
    }
}

@media (min-width: 883px) and (max-width: 972px) {
    .filter-payment-sales {
        margin-left: auto
    }
}

@media (min-width: 810px) and (max-width: 998px) {
    #filtroVendedores .select-tipo-venda {
        border-right: none !important
    }
}

@media (min-width: 1014px) and (max-width: 1043px) {
    #filtroVendedores .select-tipo-venda {
        margin-right: 0;
    }
}

@media (min-width: 810px) and (max-width: 1043px) {
    #filtroVendedores .select-tipo-venda {
        padding-right: 0 !important;
    }
}

@media (min-width: 860px) and (max-width: 1043px) {
    #filtroVendedores .select-tipo-venda {
        border-right: none !important;
    }
}

@media (min-width: 642px) and (max-width: 809px) {

    #filtroVendedores .data-inicial,
    #filtroVendedores .data-final {
        min-width: 25%;
    }

    #filtroVendedores .select-tipo {
        margin-left: auto
    }
}

@media (min-width: 810px) and (max-width: 923px) {

    #filtroVendedores .data-inicial,
    #filtroVendedores .data-final {
        min-width: 15%;
    }
}

@media (min-width: 924px) and (max-width: 992px) {

    #filtroVendedores .data-inicial,
    #filtroVendedores .data-final {
        min-width: 20%;
        max-width: 20%;
    }
}

@media (min-width: 993px) and (max-width: 1013px) {

    #filtroVendedores .data-inicial,
    #filtroVendedores .data-final {
        min-width: 15%;
    }
}

@media (min-width: 810px) and (max-width: 1035px) {
    #filtroVendedores .select-tipo {
        margin-left: auto
    }

    #filtroVendedores .select-tipo {
        min-width: 180px !important;
        max-width: 200px !important;
    }

    #filtroVendedores .select-tipo #tipo {
        min-width: 145px !important;
        max-width: 145px;
    }
}

@media (min-width: 924px) and (max-width: 1013px) {
    #filtroVendedores .select-tipo-venda {
        margin-right: 15px;
    }
}

@media (min-width: 564px) {
    #search-form-produtos .select-vendedor {
        min-width: 265px
    }
}

@media (max-width: 809px) {
    #search-form-produtos .select-tipo-produto::after {
        content: none !important;
    }
}

@media (min-width: 564px) and (max-width: 809px) {
    #search-form-produtos .filter-product-stores {
        margin-left: 0 !important;
    }
}

@media (min-width: 464px) and (max-width: 809px) {
    #search-form-produtos .select-tipo-produto {
        min-width: 40%;
        max-width: 40%;
        margin-right: 0;
    }

    #search-form-produtos .select-vendedor button {
        border-right: none !important;
    }
}

@media (min-width: 564px) and (max-width: 570px) {
    #search-form-produtos .filter-product-actions {
        margin-left: 10px !important;
    }
}

@media (min-width: 464px) and (max-width: 991px) {
    #search-form-produtos .filter-product-actions {
        margin-left: 15px;
    }
}

@media (min-width: 965px) and (max-width: 1056px) {
    #search-form-produtos .filter-product-actions {
        margin-left: 10px;
    }
}

@media (min-width: 464px) and (max-width: 563px) {
    #search-form-produtos .filter-product-sellers::after {
        content: '';
        min-height: 100%;
        width: 1px;
        background: #eee;
        position: absolute;
        right: -20px;
        max-height: 100%;
        margin-right: 15px;
    }
}

@media (min-width: 586px) and (max-width: 991px) {
    #search-form-produtos .filter-product-sellers::after {
        content: '';
        min-height: 100%;
        width: 1px;
        background: #eee;
        position: absolute;
        right: -20px;
        max-height: 100%;
        margin-right: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1080px) {
    #search-form-produtos .filter-product-sellers {
        margin-left: auto;
    }
}

@media (min-width: 564px) and (max-width: 1080px) {

    #search-form-produtos .filter-product-stores,
    #search-form-produtos .select-tipo-produto {
        margin-left: auto;
    }
}

@media (max-width: 1399.999px) {
    #detalhe-pedido .dados-cartao .card {
        float: inherit !important;
        width: auto !important
    }

    #detalhe-pedido .dados-cartao .card.card-left {
        margin-right: 0 !important;
    }
}

@media (min-width: 1144px) and (max-width: 1445px) {
    .result-principal .vnd_pix_gr {
        max-width: 460.688px;
    }
}

/*FIM - RESPONSIVIDADE*/