@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

body {
    margin-top: 90px;
    /* margin-bottom: 164px; */
    background: #252525;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    min-height: calc(100vh - 90px);
    position: relative;
}

body.login {
    color: #000;
    margin: 0;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/loginbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

body.design {
    margin: 0 !important;
    display: flex;
    width: 100%;
    height: 100vh;
    flex-direction: column;
}

header {
    margin-bottom: 0px !important;
}

a.navbar-brand {
    height: 70px;
    display: flex;
    align-items: center;
}

table.dataTable span.produto {
    display: block;
    font-size: 16px;
}

table.dataTable span.categoria {
    display: block;
    font-size: 14px;
}

.produto_buttons {
    display: flex;
}

.produto_buttons .col-xs-6 {
    display: flex;
}

.produto_buttons .col-xs-6 .form-group {
    display: flex;
    width: 100%;
}

.produto_buttons .col-xs-6 .form-group a,
.produto_buttons .col-xs-6 .form-group button {
    width: 100%;
    height: 100%;
}

.one_line {
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 1.3;
}

.blueimp-gallery>.close,
.blueimp-gallery>.title {
    width: 100%;
}

.xqtd {
    font-size: 18px;
}

#modal-pedido .modal-body {
    background: #f9f9fc;
}

#modal-pedido .modal-body .panel:last-child {
    margin-bottom: 0;
}

#aside_menu {
    /*height: 100%!important; */
    /* left: 0px; */
    width: 200px;
    background: #fff;
    /* z-index: 1; */
    overflow-y: auto;
    overflow-x: hidden;
    /*-webkit-box-shadow: 0 5px 5px rgb(0 0 0 / 5%);
    box-shadow: 0 5px 5px rgb(0 0 0 / 5%);
    -webkit-transition: width 0.3s;*/
    /*transition: width 0.3s;*/
    /* position: fixed;*/
    border-right: 1px solid rgb(255 255 255 / 10%);
    padding: 0;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #fff;
}

.btn-status,
.btn-baixa,
.btn-etiqueta,
.btn-ativo {
    cursor: pointer;
}

.no-link:hover,
.no-link:focus {
    text-decoration: none;
}

.content .container {
    margin-bottom: 15px;
}

#aside_menu ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-top: 5px;
}

#aside_menu ul li {
    padding: 5px 15px;
    margin-bottom: 0;
}

#aside_menu ul li:hover {
    background: rgb(0 0 0 / 20%);
}

#aside_menu ul li a {
    font-size: 25px;
    color: #4c4c4c;
    text-align: left;
    display: block;
    position: relative;
}

#aside_menu ul li.active {
    background: rgb(0 0 0 / 30%);
}

#aside_menu ul li.active a {
    color: #000;
}

#aside_menu ul li a span {
    font-size: 16px;
    margin-left: 10px;
    position: absolute;
    top: 6px;
}

#aside_menu.active ul li a span {
    display: inline-block;
}

#aside_menu .logo {
    padding: 15px 20px;
}

#aside_menu .logo img {
    max-width: 60px;
}

.navbar-default {
    background: #252525;
    border: none;
    box-shadow: none;

}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar-nav>li {
    float: left;
    padding: 15px 0;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background-color: #f5f6fc;
    border-radius: 5px;
    color: #fff;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #ffffff;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: transparent;
}

.panel .panel-heading h3 {
    margin: 0px;
    font-size: 16px;
    color: #000;
}

.panel-default>.panel-heading {
    color: #000;
    background-color: #efefef;
    border-color: #ddd;
    padding: 15px;
}

.login .panel-default>.panel-heading {
    color: #000;
    background-color: #fff;
    border-color: #ededef;
    padding: 15px;
}

.panel.panel-default {
    border: none;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .05);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .05);
    width: 100%;
}

label {
    font-weight: 400;
    color: #000;
}

.login label {
    font-weight: 400;
    color: #000;
}

.form-control {
    border: 1px solid #efefef;
    background: #ffffff;
}

.panel {
    background-color: #EFEFEF;
    color: #000;
}

.login .panel {
    background-color: #fff;
}

.breadcrumb {
    padding: 0px;
    margin: 15px 0;
    list-style: none;
    background-color: unset;
    border-radius: 4px;
    display: inline-block;
    display: block;
}

p {
    margin: 0 0 15px;
}

.fotos-area .upload-fotos {
    display: none;
}

#loading {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    font-size: 30px;
    text-align: center;
    overflow: hidden;
    display: none;
    vertical-align: middle;
    color: #f5f6fc;
}

#loading.active {
    display: table;
}

#loading .text {
    display: table-cell;
    vertical-align: middle;
}

.content {
    display: flex;
    min-height: calc(100vh - 180px);
}

.pic {
    position: relative;
    display: table;
    width: 120px;
    margin-bottom: 10px;
    border-radius: 4px;
    margin-right: 15px;
    height: 120px;
    overflow: hidden;
    background: #f9f9fc;
    float: left;
}

.pic .content {
    padding: 10px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.pic .content img {
    max-width: 100%;
    max-height: 100px;
    display: block;
    margin: 0 auto;
}

.pic .content .remover {
    display: none;
}

.pic:hover .content .remover {
    display: table-cell;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.4);
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-weight: 600;
    line-height: 120px;
    cursor: pointer;
}

.btn-upload-img {
    background-color: #F5F7FA;
    align-self: center;
    text-align: center;
    padding: 50px 0;
    text-transform: uppercase;
    color: #848EA1;
    font-size: 14px;
    cursor: pointer;
}

#categorias {
    overflow-x: auto;
}

#categorias .category {
    display: inline-grid;
    margin-right: 15px;
    width: 240px;
}

#categorias .category select {
    width: 240px;
}

#categorias .category-final {
    width: 240px;
    border: 1px solid #000;
    text-align: center;
    padding: 20px;
}

.category-1 {
    width: 255px;
}

.category-2 {
    width: 510px;
}

.category-3 {
    width: 765px;
}

.category-4 {
    width: 1020px;
}

.category-5 {
    width: 1275px;
}

.category-6 {
    width: 1530px;
}

.category-7 {
    width: 1785px;
}

.category-8 {
    width: 2040px;
}

.category-9 {
    width: 2295px;
}

.category-10 {
    width: 2550px;
}

.category-11 {
    width: 2805px;
}

.category-12 {
    width: 3060px;
}

.category-13 {
    width: 3315px;
}

.category-14 {
    width: 3570px;
}

.category-15 {
    width: 3825px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ebedf2;
    border-radius: 4px;
    height: 34px;
    padding: 2px 0;
}

.select2-dropdown {
    border: 1px solid #ebedf2;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 4px;
}

.no-margin {
    margin: 0px !important;
}

.no-padding {
    padding: 0px !important;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

td .img-capa {
    max-height: 50px;
    max-width: 50px;
    display: inline-block;
    border-radius: 100%;
    margin-right: 10px;
}

td,
th {
    vertical-align: middle !important;
}

#categoria-content {
    display: none;
}

#categoria-content.active {
    display: block;
}

#categoria-content h3 {
    display: inline-block;
}


/*.panel-title > a:before {
    font-family: FontAwesome;
    content: "\f077";
    padding-right: 5px;
}*
/*.panel-title > a.collapsed:before {
    content: "\f078";
}*/

.panel-group .panel-title a {
    position: relative;
    width: 100%;
    display: block;
}

.panel-group .panel-title a::after {
    content: "\f107";
    color: #333;
    top: -2px;
    right: 0px;
    position: absolute;
    font-family: "FontAwesome"
}

.panel-group .panel-title a[aria-expanded="true"]::after {
    content: "\f106";
}

.catalogo .cores {
    text-align: center;
}

.catalogo .cores .btn-cor {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    margin-right: 5px;
}

.catalogo .cores .btn-cor:last-child {
    margin-right: 0px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
    border: solid #ebedf2 1px;
    outline: 0;
}

span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.pedido-msg {
    margin: 30px 0;
}

.pedido-msg .line-msg {
    margin-bottom: 5px;
    width: 80%;
    max-width: 450px;
}

.pedido-msg .line-msg[data-send=u] {
    margin-left: auto;
}

.pedido-msg .line-msg .msg {
    background: #ccdfff;
    padding: 5px 10px;
    border-radius: 10px;
}

.pedido-msg .line-msg .msg .name {
    font-weight: bold;
}

.pedido-msg .line-msg .msg .text {
    white-space: break-spaces;
}

.pedido-msg .line-msg .time {
    text-align: right;
}

.row-categoria {
    display: flex;
    flex-wrap: wrap;
}

.row-categoria .col-xs-12 {
    display: flex;
}

.row-categoria .col-xs-12 .panel-body {
    display: flex;
    justify-content: space-between;
}

.row-categoria .col-xs-12 .panel-body a {
    flex: 1 1 0;
    margin: 0;
}

#aside-bg {
    position: absolute;
    /*top:75px;*/
    width: 100%;
    height: 100vh;
    background: rgb(0 0 0 / 70%);
    z-index: 9998;
    display: none;
}

:focus {
    outline: none !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #eee !important;
    border-radius: 4px;
    height: 34px !important;
}

ul.pedidos-status {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    position: relative;
}

ul.pedidos-status:before {
    content: ' ';
    position: absolute;
    width: 2px;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #0bb642;
}

ul.pedidos-status li {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 5px 0 5px 20px;
    font-size: 15px;
}

ul.pedidos-status li:before {
    content: ' ';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: -4px;
    top: 10px;
    background: #0bb642;
}

ul.pedidos-status li:last-child:before {
    content: ' ';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    left: -6px;
    top: 7px;
    background: #fff;
    border: 2px solid #0bb642;
}

ul.pedidos-status li span {
    font-size: 13px;
}

ul.pedidos-status-off {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    position: relative;
}

ul.pedidos-status-off:before {
    content: ' ';
    position: absolute;
    width: 2px;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #b3b3b3;
}

ul.pedidos-status-off li {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 5px 0 5px 20px;
    font-size: 15px;
    color: #b3b3b3;
}

ul.pedidos-status-off li:before {
    content: ' ';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: -3px;
    top: 11px;
    background: #fff;
    border: 2px solid #b3b3b3;
}

ul.pedidos-status-off li span {
    font-size: 13px;
}

footer {
    z-index: 2;
    margin-bottom: 0;
    margin-top: 0 !important;
}

#loja-tema-lista .panel-body {
    padding: 15px;
    height: 130px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

#loja-tema-lista .panel-body a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 18px;
    width: 100%;
    height: 100%;
}

#loja-tema-lista .panel-body a:hover {
    text-decoration: none;
}

#loja-tema-lista .panel-body i {
    font-size: 30px;
}


/*design*/

#design-navbar {
    background: #000;
    width: 100%;
}

#design-navbar .design-navbar-menu {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#design-navbar .design-navbar-menu .buttons {
    display: flex;
    align-items: center;
}

#design-navbar .design-navbar-menu .buttons .btn {
    margin-right: 10px;
}

#design-navbar .design-navbar-menu .link a {
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
}

#design-navbar .design-navbar-menu .link a i {
    font-size: 24px;
}

.design-container {
    display: flex;
    width: 100%;
    flex: 1 1 0;
    position: relative;
}

.design-menu {
    height: 100%;
    width: 300px;
    background: #fff;
    display: flex;
    flex-direction: column;
}

.design-menu .head {
    height: 50px;
}

.design-menu .body {
    border-top: 1px solid #ebedf2;
    border-bottom: 1px solid #ebedf2;
    flex: 1 1 0;
    overflow-y: auto;
}

.design-menu .body input {
    border-color: #ccc;
}

.design-menu .footer {
    height: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 15px;
}

.design-content {
    flex: 1 1 0;
    height: 100%;
    background: #f9f9fc;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.design-content-view {}

.design-content-view.desktop {
    width: 100%;
    height: 100%;
    padding: 15px;
}

.design-content-view.mobile {
    width: 420px;
    height: 100%;
    padding: 30px 0;
}

.design-content-view iframe {
    width: 100%;
    height: 100%;
}

.btn:focus {
    outline: none !important;
}

.input-group.colorpicker-component input {
    border-color: #ccc;
}

.design-navbar-menu .buttons button.menu {
    display: none;
}


/**/

#categorias .panel-body {
    padding: 0;
}

#categorias ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#categorias ul li {
    position: relative;
    padding: 10px 15px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    display: flex;
    align-items: center;
    cursor: pointer;
}

#categorias ul li:after {
    content: "\F0142";
    font: normal normal normal 24px/1 "Material Design Icons";
}

#categorias ul li:hover {
    background: rgb(0 0 0 / 10%);
}

#categorias ul li:hover:after {
    right: -5px;
    position: relative;
}

#produtos .panel-heading {
    display: flex;
    align-items: center;
}

#produtos .panel-heading a {
    font-size: 24px;
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

#produtos .panel-heading a i {
    font-size: 24px;
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#produtos .panel-heading a:hover,
#produtos .panel-heading a:focus {
    text-decoration: none;
}

#produtos .panel-body {
    padding: 0;
}

#produtos ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#produtos ul li {
    position: relative;
    padding: 10px 15px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    display: flex;
    align-items: center;
    cursor: pointer;
}

.panel .panel-body a.btn.btn-xs {
    font-size: 12px;
    color: #fff !important;
}

#produtos ul li:hover {
    background: rgb(0 0 0 / 10%);
}

#produtos ul li.selected {
    background: rgb(0 0 0 / 20%);
}

#produtos ul li input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
}

#produtos ul li .produto {
    display: flex;
    margin-left: 15px;
    margin-right: 15px;
    flex: 1 1 0;
}

#produtos ul li .produto .img {
    width: 70px;
}

#produtos ul li .produto .img img {
    max-width: 100%;
}

#produtos ul li .infos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;
}

#produtos ul li .infos .nome {
    font-weight: 600;
    font-size: 16px;
}

#produtos ul li .min {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 15px;
    align-items: center;
}

#produtos ul li .valor {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#produtos ul li .valor input {
    text-align: center;
    font-size: 15px;
}

#produtos ul li .min span:first-child {
    font-size: 16px;
}

#produtos .options {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#produtos .options .checks a {
    text-decoration: underline;
}

#produtos .options .right a {
    text-decoration: underline;
    margin-right: 15px;
}

#produtos .options input {
    text-align: center;
    font-size: 15px;
}

#produtos ul li.selected input[type=text] {
    background: transparent;
    border: 1px solid #fff;
    font-weight: 500;
}

#produtos ul li:hover input[type=text] {
    background: transparent;
    border: 1px solid #fff;
    font-weight: 500;
}

h3.seo_title {
    margin: 0;
    color: #1e0fbe;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    word-break: break-word;
}

.seo-site {
    color: #006621;
    font-size: 14px;
    font-style: normal;
    line-height: 16px;
    margin: 0px;
    word-break: break-word;
}

.seo-desc {
    color: #777;
    font-size: 13px;
    margin: 0px;
    word-break: break-word;
}

.panel .panel-body a.btn-success {
    color: #fff !important;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.panel-heading .flex-align {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.processos {
    display: flex;
    flex-direction: column;
    font-size: 16px;
}

.processos .linha {
    display: flex;
    padding: 5px 0;
}

.processos .linha .processo {
    flex: 1 1;
    padding-right: 15px;
    display: flex;
    align-items: center;
}

.processos .linha .porcentagem {
    flex: 0 0 50px;
    width: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.processos .linha .count {
    flex: 1 1;
    padding-left: 15px;
}

.processos .linha:nth-child(1) .count .barra-progresso {
    background: rgb(4 4 4 / 20%);
    width: 100%;
}

.processos .linha:nth-child(2) .count .barra-progresso {
    background: rgb(4 4 4 / 25%);
    width: 75%;
}

.processos .linha:nth-child(3) .count .barra-progresso {
    background: rgb(4 4 4 / 30%);
    width: 50%;
}

.processos .linha:nth-child(4) .count .barra-progresso {
    background: rgb(4 4 4 / 35%);
    width: 25%;
}

.processos .linha .count .barra-progresso {
    width: 100%;
    height: 30px;
    background: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.row-processos {
    display: flex;
}

.row-processos .col-xs-12 {
    display: flex;
    flex-direction: column;
}

.canvasjs-chart-credit {
    display: none !important;
}

.dominio-list {
    display: flex;
    flex-direction: column;
}

.dominio-list .temporario {
    order: 2;
}

.dominio-list .oficial {
    order: 1;
}

.input-group input[type=text] {
    border-color: #ccc;
}

.produto-original {
    display: flex;
}

.produto-original .info {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    justify-content: center;
}

.produto-original .info p {
    margin: 0px;
}

a.btn.btn-primary.btn-xs,
span.btn.btn-primary.btn-xs,
button.btn.btn-primary.btn-xs {
    font-size: 12px !important;
    padding: 1px 5px;
    height: unset;
    line-height: unset;
    border-radius: 3px !important;
}

.add-promo {
    width: 50px;
    text-align: center;
    height: 26px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px !important;
    font-weight: bold;
}

.editable-input input.form-control.input-sm {
    height: 30px;
}

.editable-buttons button.btn {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px !important;
    border-radius: 0px !important;
}

.editable-buttons {
    display: flex;
}

.xvalor.valor-antigo {
    text-decoration: line-through !important;
    opacity: 0.7;
}

form.form-inline.editableform .control-group>div {
    display: flex;
}

table.dataTable .btns {
    display: flex;
    flex-direction: column;
}

table.dataTable .btns a,
table.dataTable .btns button {
    display: flex;
    justify-content: center;
    padding: 2px 5px !important;
    margin: 4px 0;
}

table.dataTable .btns a:first-child {
    margin-top: 0;
}

table.dataTable .btns button {
    margin-bottom: 0;
}

.btn-default {
    color: #000 !important;
    background-color: #f7a600 !important;
    border-color: #f7a600 !important;
}

.permissao-view .pai {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #fff;
    padding: 0px 0 0px 20px;
    width: 100%;
    position: relative;
    cursor: pointer;
}

.permissao-view .pai:last-child {
    border-bottom: 0;
}

.permissao-view .pai::after {
    content: ' ';
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M328 112L184 256l144 144'/%3E%3C/svg%3E");
    position: absolute;
    left: 2px;
    top: 10px;
    width: 14px;
    height: 14px;
}

.permissao-view .pai .infos {
    display: flex;
    align-items: center;
    padding: 5px 0;
}

.permissao-view .pai .infos .id {
    margin-right: 10px;
    flex: 0 0 50px;
}

.permissao-view .pai .infos .nome {
    flex: 1 1 0;
}

.permissao-view .pai .infos .remove {
    flex: 0 0 24px;
    display: flex;
}

.permissao-view .pai .infos .remove svg {
    width: 24px;
    height: 24px;
}

.permissao-view .pai>.filhos {
    /* padding-left: 15px; */
    display: none;
    width: 100%;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}

.permissao-view .pai>.filhos:last-child {
    border-bottom: 0;
}

.permissao-view .pai.active>.filhos {
    display: flex;
    flex-direction: column;
}

.permissao-view .pai.active>.infos {
    border-bottom: 1px solid #fff;
}

.permissao-view .pai.active::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M112 184l144 144 144-144'/%3E%3C/svg%3E");
    left: 3px;
}

.permissao-lista .pai {
    display: flex;
    flex-direction: column;
    padding: 0px;
    width: 100%;
    position: relative;
}

.permissao-lista .pai:last-child {
    border-bottom: 0;
}

.permissao-lista .pai .infos {
    display: flex;
    align-items: center;
    padding: 5px 0;
}

.permissao-lista .pai .infos .input {
    margin-right: 10px;
}

.permissao-lista .pai .infos .nome {
    flex: 1 1 0;
}

.permissao-lista .pai>.filhos {
    padding-left: 15px;
    display: flex;
    width: 100%;
    flex-direction: column;
    position: relative;
}

.permissao-lista .pai>.filhos>.pai:before {
    content: ' ';
    position: absolute;
    height: calc(100% - 0px);
    width: 1px;
    background: #cdcdcd;
    top: -10px;
    left: -10px;
}

.permissao-lista .pai>.filhos>.pai>.filhos:after {
    content: ' ';
    position: absolute;
    height: 1px;
    width: 10px;
    background: #cdcdcd;
    top: -17px;
    left: -10px;
}

.permissao-lista .pai>.filhos>.pai:last-child:after {
    content: ' ';
    position: absolute;
    width: 1px;
    background: #efefef;
    height: calc(100% - 26px);
    top: 16px;
    left: -10px;
}

.permissao-lista>.pai:after {
    content: ' ';
    position: absolute;
    top: 15px;
    left: -15px;
    width: 15px;
    height: 1px;
    background: #cdcdcd;
}

.permissao-view>.pai {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.permissao-view>.pai:first-child {
    border-top: 1px solid #fff;
}

.permissao-view>.pai:last-child {
    border-bottom: 1px solid #fff;
}

.panel-home-items {
    background-color: transparent;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
}

.panel-home-items .panel-body {
    padding: 0;
    display: flex;
    flex-direction: column;

}

.panel-home-items .panel-body img {
    border-radius: 20px;
}

.panel-home-items .panel-body .title {
    margin-top: 15px;
}

.panel-home-items .panel-body .title a {
    text-decoration: none;
    font-size: 18px;
}

.mt-15 {
    margin-top: 15px;
}

#resultado {
    display: inline-flex;
    flex-direction: column;
    margin-bottom: 15px;
    padding: 10px;
    background: #f9f9f9;
    border: 1px solid #818181;
}

#resultado .item {
    display: flex;
}

#resultado .item .icon {
    margin-right: 10px;
    display: flex;
}

#resultado .item .icon svg {
    width: 16px;
    height: 16px;
}

#resultado .item.error {
    color: red;
}

#resultado .item.success {
    color: green;
}

.breadcrumb a {
    color: #cfcfcf;
}

.breadcrumb>.active {
    color: #fff;
}

select,
option {
    background: #ffffff;
    border-color: #ccc;
    color: #000;
}

.modal-content {
    background-color: #252525;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f5f5f5;
}

.table-hover>tbody>tr:hover {
    background-color: #f9f9f9;
}

.icone-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: -1;
    display: none;
}

.icone-footer .container {
    display: flex;
    justify-content: flex-end;
}

.panel-body a {
    color: #000;
}

@media (max-width: 1360px) {
    .painel .container {
        margin-left: 100px;
    }
}

@media (max-width: 991px) {
    .container {
        margin-left: auto !important;
    }
}

@media (max-width: 767px) {
    .table-responsive .dropdown-menu {
        position: static !important;
    }
}

@media (min-width: 768px) {
    .table-responsive {
        overflow: inherit;
    }
}

@media(max-width:762px) {
    #aside_menu ul li a span {
        display: inline-block !important;
    }

    #aside_menu {
        width: 250px !important;
    }

    #aside_menu.collapsing {
        display: none;
    }

    #aside_menu.collapse.in {
        position: absolute;
        z-index: 9999;
        height: 100vh;
    }

    #aside_menu.collapse.in~#aside-bg {
        display: block;
    }

    .content .container {
        margin: 0 !important;
    }

    .container {
        margin: 0 !important;
        width: 100%;
    }

    #modal-pedido .modal-body .panel:last-child {
        margin-bottom: 15px;
    }

    .design-navbar-menu .buttons button:not(.menu) {
        display: none;
    }

    .design-menu {
        display: none;
        position: absolute;
    }

    .design-navbar-menu .buttons button.menu {
        display: flex;
        background: transparent;
        margin: 0 0 0 10px;
        border: none;
        color: #fff;
        font-size: 22px;
        align-items: center;
        justify-content: center;
        padding: 0;
        height: 34px;
        width: 34px;
    }

    .design-content-view.desktop,
    .design-content-view.mobile {
        width: 100%;
        height: 100%;
        padding: 0px;
    }

    .collapse.in {
        display: flex;
    }
}

.form-avatar {
    width: 50px;
    height: 50px;
}

.form-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
}

.avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.table-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
}

.table-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.avatar-link {
    display: flex !important;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    padding: 0 0 0 15px !important;
}

body.modo-claro {
    background: #ffffff;
    color: #000;
}

.modo-claro .panel {
    background-color: #efefef;
}

.modo-claro .panel-body a {
    color: #000;
}

.modo-claro .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.modo-claro .table-hover>tbody>tr:hover {
    background-color: #f5f5f5;
}

.modo-claro label {
    color: #000;
}

.modo-claro .panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.modo-claro .h1,
.modo-claro .h2,
.modo-claro .h3,
.modo-claro h1,
.modo-claro h2,
.modo-claro h3 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #000;
}

.modo-claro .breadcrumb a {
    color: #535353;
}

.modo-claro .breadcrumb>.active {
    color: #777;
}

.modo-claro select,
.modo-claro option {
    background: #ffffff;
    border-color: #ccc;
    color: #000;
}

.modo-claro #resultado {
    background: #f9f9f9;
    border: 1px solid #818181;
}

.modo-claro .permissao-view>.pai:first-child {
    border-top: 1px solid #000;
}

.modo-claro .permissao-view>.pai {
    border-right: 1px solid #000;
    border-left: 1px solid #000;
}

.modo-claro .permissao-view .pai {
    border-bottom: 1px solid #000;
}

.modo-claro .permissao-view .pai.active>.infos {
    border-bottom: 1px solid #000;
}

.modo-claro .permissao-view .pai>.filhos {
    border-left: 1px solid #000;
}

.modo-claro .permissao-view .pai::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M328 112L184 256l144 144'/%3E%3C/svg%3E");
}

.modo-claro .permissao-view .pai.active::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M112 184l144 144 144-144'/%3E%3C/svg%3E");
}

#alternar-modo-escuro svg {
    width: 20px;
    height: 20px;
}

li.dropdown.user {
    height: 70px;
    display: flex;
    align-items: center;
}

li.modo-escuro,
li.notificacao {
    padding: 0;
    height: 70px;
    display: flex !important;
    align-items: center;
    margin-left: 15px;
}

span.notificacao-count {
    position: absolute;
    background: #faa61a;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    top: -7px;
    right: -7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    font-weight: bold;
    line-height: 1;
}

li.modo-escuro>a,
li.notificacao>a {
    padding: 0;
    display: flex;
    align-items: center;
    position: relative;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
}

li.notificacao a svg {
    width: 20px;
    height: 20px;
}

.dropdown-notificacao li a {
    display: flex;
    flex-direction: column;
}

.dropdown-notificacao span.titulo {
    font-weight: bold;
}

.dropdown-notificacao span.data {
    font-size: 11px;
}

.modo-claro .modal-content {
    background-color: #ffffff;
}

.modo-claro .panel-home-items {
    border-radius: 22px !important;
    overflow: hidden;
}

body.login .btn-default {
    color: #fff !important;
    background-color: #292929 !important;
    border-color: #292929 !important;
}

a.login.logo {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    text-decoration: none;
    color: #000;
    font-size: 11px;
    position: relative;
    padding: 8px 0;
}

a.login.logo span {
    line-height: 1;
    position: relative;
    top: 5px;
    font-weight: 500;
}

.row-icones {
    display: flex;
    flex-wrap: wrap;
}

.panel.panel-default.sem-icone {
    height: 149px;
    border-radius: 22px;
}

.panel.panel-default.sem-icone .panel-body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 0;
    height: 100%;
}

h1.titulo-home {
    font-size: 25px;
    color: #fff;
    font-weight: 300;
}

.modo-claro h1.titulo-home {
    color: #000;
}

.mt-50 {
    margin-top: 50px;
}

.home-item a,
.home-item a:hover,
.home-item a:focus {
    text-decoration: none;
}

.home-item a span {
    font-size: 8px;
    color: #fff;
    display: block;
    text-align: right;
    padding-right: 20px;
}

.modo-claro .home-item a span {
    color: #000;
}


.modal-valores .modal-content {
    background: #252525;
}

.modal-valores .modal-header {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 50px 0;
    border-bottom: none;
}

.modal-valores .modal-title {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 0;
    color: #faa61a;
    font-size: 28px;
    text-transform: lowercase;
    letter-spacing: 5px;
    font-weight: 500;
}

.modal-valores .modal-header .close {
    color: #fff;
    opacity: 1;
    position: absolute;
    right: 15px;
    top: 15px;
}

.modal-valores .modal-header img {
    height: 50px;
}

.modal-valores .modal-body h3 {
    color: #faa61a;
}

.modal-valores .modal-body p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

.modal-valores .modal-body p a {
    color: #fff;
    text-decoration: underline;
}

.modal-valores .modal-body h4 {
    color: #fff;
}

h3.title-ctc {
    color: #f3af00;
    margin: 30px 0;
    font-size: 28px;
}

p.text-ctc {
    font-size: 18px;
}

.home-search {
    display: flex;
    margin-bottom: 30px;
    width: 100%;
    border: 1px solid #fff;
    height: 40px;
    border-radius: 10px;
}

.modo-claro .home-search {
    border: 1px solid #252525;
}

.home-search input {
    flex: 1 1 0;
    border: none;
    outline: none;
    background: transparent;
    padding-left: 15px;
}

.home-search .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 15px;
}


.home-search .icon svg {
    width: 20px;
    height: 20px;
}


.table-info {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}

.modo-claro .table-info {
    border: 1px solid #ddd;
}

.table-info .item {
    background: #fff;
    padding: 5px 15px;
    color: #000 !important;
    border-bottom: 1px solid #ddd;
}

.modo-claro .table-info .item {
    background: #fff;
}

.table-info .item:last-child {
    border-bottom: none !important;
}

.table-info .item:nth-child(even) {
    background: #f9f9f9;
}

.modo-claro .table-info .item:nth-child(even) {
    background: #f9f9f9;
}

li.icone-pontos {
    height: 70px;
    display: flex;
    align-items: center;
    margin-left: 15px;
}

li.icone-pontos a {
    padding: 0;
}

.icone-pontos img {
    width: 30px;
    height: 30px;
}

.pontos-area .icone {
    flex: 0 0 200px;
}

.pontos-area .icone img {
    width: 200px;
}

.pontos-area .infos .atual {
    font-size: 25px;
    margin: 0 0 20px;
}

.pontos-area .Bronze {
    color: #b05636;
}

.pontos-area .Prata {
    color: #a7a7a7;
}

.pontos-area .Ouro {
    color: #b2bd17;
}

.signature-pad {
    position: absolute;
    left: 0;
    top: 0;
    width: 400px;
    height: 200px;
}

.pontos-area table {
    width: 100%;
}

.pontos-area td {
    border: 1px solid #000;
    width: 25%;
}

.pontos-area td .item {
    display: flex;
    flex-direction: column;
    padding: 15px;
    align-items: center;
}

#load {
    width: 100%;
    height: 100vh;
    background: rgb(0 0 0 / 60%);
    position: fixed !important;
    top: 0;
    left: 0;
    display: flex;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.modal-valores ::marker {
    color: #fff;
}