@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Titillium+Web:wght@400;600;700&display=swap');

* {
    padding: 0;
    margin: 0;
}

html,
body {
    scroll-behavior: smooth;
    font-weight: 400;
    color: #6d6d6d;
}

body {
    font-family: 'Roboto', sans-serif;
    background: #eeeeee;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Titillium Web', sans-serif;
}

h1 {
    font-size: 2em;
    font-weight: 700;
}

h2 {
    font-weight: 800;
    font-size: 1.6em;
    padding-bottom: 16px;
}

h3 {
    font-size: 1.4em;
    font-weight: 700;
}

h4 {
    font-size: 1.2em;
}

h5 {
    color: #6d6d6d;
}

.modal-header i {
    cursor: pointer;
    transition: 0.3s;
}

.modal-header i:hover {
    color: #000;
    transform: scale(1.1);
}

a {
    text-decoration: none;
    transition: 0.3s;
}

a:hover,
a:active {
    text-decoration: none;
}

.icon-menu {
    color: #FF4639;
    font-size: 1.4em;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.625rem 1.25rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.menu_full {
    background: #fff;
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
    margin: 6px 24px 0 0;
    color: #6d6d6d;
    box-shadow: 0 3px 6px #00000060,
        inset 0 0 0 #00000060;
    ;
    transition: 0.3s;
}

.menu_full:hover {
    box-shadow: 0 0 0 #00000060,
        inset 0 0 0 3px #cc9818;
    color: #000;
}

.menu_full:active {
    background: #eeeeee;
    box-shadow: 0 0 0 #00000060,
        inset 0 3px 6px #00000060;
}

.menu_full.ativo i {
    transform: rotate(180deg);
}

.navigation {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100vh;
    width: 300px;
    background: #23303F url(../img/colmeia.jpg) no-repeat right bottom;
    background-size: cover;
    box-shadow: 10px 0 0 #CC9818;
    overflow-x: hidden;
    transition: 0.5s ease-in;

}

.navigation.recolhe {
    left: -310px;
}

.navigation::-webkit-scrollbar {
    width: 0;
}

.portal {
    padding: 2.6em 1.6em 0 1.6em;
}

.portal img {
    width: 220px;
}

.navigation ul {
    width: 100%;
    padding: 40px 0 0 5px;
    transition: width 0.5s;
}

.navigation ul li,
.navigation ul li .sub li {
    position: relative;
    list-style: none;
    margin-left: -5px;
    padding-left: 10px;
    cursor: pointer;
    transition: 0.5s;
}

.navigation ul li a {
    transition: 0.3s;
    height: 50px;
}

.navigation ul li:hover {
    background: #00000070;
}

.navigation ul li:hover .link {
    color: #ccc;
}

.navigation ul li.ativo {
    background: linear-gradient(90deg, #cc9818 10px, #cc99182c 10px);
}

.navigation ul li.ativo:hover {
    animation: none;
    box-shadow: none;
}

.navigation ul li .link {
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
}


.navigation ul li .link .icon {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    padding: 0px 16px;
    line-height: 70px;
    text-align: center;
    transition: 0.3s;
}

.navigation ul li .link .icon i {
    position: relative;
    font-size: 1.5em;
    z-index: 1;
}

.navigation ul li .link .title {
    position: relative;
    padding: 10px 0 0 10px;
    height: 40px;
    white-space: nowrap;
    width: 100%;
}

.navigation ul li div::before {
    content: '';
    position: absolute;
    left: -6px;
    top: 50%;
    width: 10px;
    height: 15px;
    transform: translateY(-50%);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    background: #fff;
}

.navigation ul li.ativo div::before {
    left: 0px;
    background: #CC9818;
    height: 20px;

}

.navigation ul li .sub {
    margin-top: -50px;
}

.navigation ul li .sub li {
    padding-left: 70px;
    margin-left: -16px;
}

.navigation ul li .sub li::before {
    content: '';
    position: absolute;
    left: 38px;
    top: 50%;
    width: 25px;
    height: 36px;
    transform: translateY(-50%);
    clip-path: polygon(0 0, 5% 0, 5% 49%, 100% 49%, 100% 54%, 5% 54%, 5% 100%, 0 100%);
    background: #fff;
}

.navigation ul li.ativo .sub li::before {
    left: 26px;
}

.navigation ul li .sub li:last-child::before {
    clip-path: polygon(0 0, 5% 0, 5% 49%, 100% 49%, 100% 54%, 0 55%);

}

.navigation ul li .sub li a {
    color: #fff;
    padding-top: 8px;
    font-size: 0.8em;
    margin-left: 7px;
    display: block;
    height: 35px;
}

.navigation ul li.ativo .sub li a {
    margin-left: -4px;
}

.navigation ul li.ativo .sub li {
    margin-left: -5px;
}

.navigation ul li .sub li:hover {
    background: #23303f;
}

.navigation ul li.ativo .sub li:hover {
    background: #00000060;
}

.logo_sci {
    height: 75px;
}

.btn_controls {
    min-width: 240px;
}

.btn_controls img {
    height: 46px;
    margin: 0 8px;
    cursor: pointer;
    transition: 0.3s;
}

.btn_controls img:hover {
    transform: scale(0.93);
    filter: brightness(1.2);
}

.nome {
    text-align: right;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* Menu Mobile */

.menu_mobile {
    position: fixed;
    z-index: 10;
    top: -60px;
    left: 0;
    right: 0;
    height: 60px;
    background: #23303f;

}

.btn_menu_db {
    width: 54px;
    height: 54px;
    margin: 3px 24px;
    /*background: url(../imagens/menu.svg) no-repeat center center;
    */
    background-size: 86% auto;
    filter: invert();
    border: none;
    outline: none;
    transition: 0.3s;
}

.btn_menu_db:hover,
.btn_menu_db:focus {
    /*background: rgba(255, 255, 255, 0.5) url(../imagens/menu.svg) no-repeat center center;*/
    background-size: 86% auto;
    border: none;
    outline: none;
}



.whats {
    position: fixed;
    z-index: 99;
    bottom: 30px;
    right: 30px;
    width: 64px;
    height: auto;
    transition: 0.3s;
}

.whats:hover {
    transform: scale(1.15);

}



/*  Conteudo */

.conteudo {
    min-height: 100vh;
    margin-left: 310px;
    padding: 2.2em 2.5em 0 2.5em;
    transition: 0.5s;
}

.conteudo.expand {
    margin-left: 0px;
    transition-delay: 0.2s;
}

.bloco_meio {
    position: relative;
    min-height: calc(100vh - 180px);
}

.bloco_meio .card-container,
.modal-content {
    border-radius: 24px;
}

.bloco_meio h5 {
    position: relative;
    left: 0;
    right: 0;
    top: 0px;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(0deg, #6c757d, #212529);
    border-bottom: 4px solid #cc9818;
    min-height: 50px;
    padding: 12px 0 0 16px;
    color: #fff;
    width: 100.15%;
}


.data {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.2em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: -10px;
    min-height: calc(100vh - 280px);
    cursor: default;
}

.data span:nth-child(2) {
    font-size: 1.6em;
    font-weight: 700;
}

.widget-body {
    position: relative;
    overflow-y: auto;
    padding-bottom: 3rem !important;
}

.widget-controleacesso {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.2em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: -10px;
    cursor: default;
}

.widget-controleacesso span:nth-child(2) {
    font-size: 1.6em;
    font-weight: 700;
}

.btn {
    border-radius: 8px;
}

.btn-ponto {
    position: relative;
    background: #23303f;
    background-size: auto;
    font-size: 1.2em;
    color: #ffffff;
    width: 90%;
    min-width: 280px;
    max-width: 320px;
    box-shadow: 0 3px 6px #00000060;
    border-radius: 8em;
    transition: 0.5s;
}

.btn-ponto::after {
    content: '';
    position: absolute;
    top: 2px;
    z-index: 2;
    width: 58px;
    height: 42px;
    background: url(../img/linkinho.png) no-repeat left center;
    transition: 0.5s;
}

.btn-ponto:hover {
    color: #ffffff;
    background: #cc9818;
    box-shadow: 0 0 0 #00000060,
        inset 0 0 0 3px #a77700;
}

.btn-ponto:hover::after {
    transform: scale(0.3);
    opacity: 0;
}


.registros-horas {
    border-radius: 16px;
    padding: 16px 0;
    border: 1px solid #c5c5c5;
    background: linear-gradient(0deg, #fdfdfd, #fff, #fff, #ededed);
    width: 100%;
    font-size: 1em;
    box-shadow: inset 0 0 6px #00000030;
    margin: 0 0 0.8em;
    white-space: nowrap;
}

.registros-horas img {
    width: 25px;
    height: 25px;
}

.registros-horas img[src="img/aguardando.svg"] {
    transform: scale(1.3);
}

.registros-horas .divisor {
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    border-bottom: 2px dashed #eeeeee;
}

.registros-horas .ok,
.registros-horas .Nok {
    height: 100%;
    width: 10px;
    min-width: 10px;
    border-radius: 16px;
}


.n-quebra,
.result {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.bureau {
    position: relative;
    background: #fbfbfb;
    box-shadow: inset 0 20px 10px #fff, 0 2px 2px #00000030;
    padding-left: 5em !important;
}

.expand_bureau {
    position: absolute;
    border-radius: 6px;
    width: 68px;
    height: 68px;
    left: 10px;
    top: 10px;
    background: #f6f6f6 url(../img/detalhes.png) no-repeat center center;
    background-size: 76%;
    cursor: pointer;
    box-shadow: inset 0 -2px 2px #00000030;
    transition: 0.5s;
}

.expand_bureau:hover {
    background: #f1f1f1 url(../img/detalhes.png) no-repeat center center;
    background-size: 76%;
    box-shadow: inset 0 2px 2px #00000030;
    transition: 0.5s;
}


.expand_bureau .more {
    position: absolute;
    width: 68px;
    min-height: 80%;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.more_bureau {
    display: none;
}


.more_bureau .linha {
    position: relative;
}

.more_bureau .linha::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f058";
    position: absolute;
    left: -40px;
    top: 6px;
}

/* CORES ---------------------- */

.ok {
    background: #9AD200 !important;
}

.Nok {
    background: #FF4639 !important;
}

.text-ok {
    color: #9AD200 !important;
}

.text-Nok {
    color: #FF4639 !important;
}

.text-cinza {
    color: #6d6d6d !important;
}

.text-azulescuro {
    color: #23303f !important;
}



/* ------------------------------------------------------- */


.result .card {
    border-radius: 24px;
}

.result .footer a {
    color: #cc9818;
}

.result .footer a:hover {
    color: #fff;
}

.result .card .head {
    border-radius: 24px 24px 0 0;
    background: #eeeeee;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 8px;
    font-size: 0.9em;
}

.result .card .footer {
    border-radius: 0 0 24px 24px;
    background: #23303f;
    min-height: 36px;
    color: #fff;
    font-size: 0.7em;
}

.result .card .valor {
    padding: 16px;
}

.result .card .valor img {
    height: 35px;
}

.result .card .valor span {
    font-size: 1.6em;
    line-height: 1.4em;
    font-weight: 700;
    font-family: 'Titillium Web', sans-serif;
    color: #23303f;
}

.result .card .footer .maior {
    font-size: 1.2em;
    line-height: 1.3em;
    font-weight: 700;
}

.result .card .valor i {
    font-size: 0.6em;
    line-height: 1.3em;
    font-weight: 700;
}

.metas .linha_posicao {
    margin: 5px -4px;
}

.metas .linha_posicao .posicao {
    position: absolute;
    margin: 12px 0 0 24px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    box-shadow: inset 0 0 10px 0 #00000030,
        0 0 0 2px #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
}

.metas .linha_posicao:nth-child(even) {
    background: linear-gradient(90deg, #f6f6f6, #fff 30%);
}

.metas .linha_posicao:nth-child(1) .posicao,
.metas .linha_posicao:nth-child(2) .posicao,
.metas .linha_posicao:nth-child(3) .posicao {
    visibility: hidden;
}

.metas .linha_posicao:nth-child(1) .posicao::after,
.metas .linha_posicao:nth-child(2) .posicao::after,
.metas .linha_posicao:nth-child(3) .posicao::after {
    content: '';
    visibility: visible;
    position: absolute;
    height: 60px;
    width: 60px;
    left: -10px;
    top: -6px;
}

.metas .linha_posicao:nth-child(1) .posicao::after {
    background: url(../img/ouro.png) no-repeat center center;
    background-size: contain;
}

.metas .linha_posicao:nth-child(2) .posicao::after {
    background: url(../img/prata.png) no-repeat center center;
    background-size: contain;
}

.metas .linha_posicao:nth-child(3) .posicao::after {
    background: url(../img/bronze.png) no-repeat center center;
    background-size: contain;
}

.metas .linha_posicao:nth-child(1) .progresso,
.metas .linha_posicao:nth-child(1) .card {
    background: linear-gradient(0deg, #fbffa1 0%, #b98400 10%, #ffa207, #ffeb07);
    color: #ffffff;
}

.metas .linha_posicao:nth-child(2) .progresso,
.metas .linha_posicao:nth-child(2) .card {
    background: linear-gradient(0deg, #b7b7b7, #e7e7e7 10%, #727272 90%, #8d8d8d 40%, #efefef);
    color: #ffffff;
}

.metas .linha_posicao:nth-child(3) .progresso,
.metas .linha_posicao:nth-child(3) .card {
    background: linear-gradient(0deg, #b94c00, #ffc6a1 5%, #b94c00, #58331c, #ffae68);
    color: #ffffff;
}

.barra {
    width: 100%;
    height: 26px;
    background: linear-gradient(0deg, #eeeeee, #fff, #eeeeee);
    border-radius: 5em;
    border: 1px solid #eeeeee;
    padding: 2px;
}

.progresso {
    height: 100%;
    background: #23303f;
    border-radius: 5em;
    color: #fff;
    font-size: 0.8em;
    font-weight: 700;
    padding: 0 8px;
    text-align: right;
    cursor: default;
    min-width: 30px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 1s;
}

.progresso.Nok {
    float: right;
    text-align: left;
}

.progress-bar.progresso {
    border-radius: 0;
}

.progress-bar.progresso:first-child {
    border-radius: 5em 0 0 5em;
}

.progress-bar.progresso:last-child {
    border-radius: 0 5em 5em 0;
}





.bloco_cnpj {
    font-size: 0.8em !important;
}

.bloco_cnpj .quantidade,
.bloco_cnpj .exclui {
    top: 8px;
    position: absolute;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    border: 1px solid #b7b7b7;
    display: flex;
    justify-content: center;
    align-items: center;
}


.bloco_cnpj .exclui {
    cursor: pointer;
    color: #b94c00;
    box-shadow: 0 2px 4px #00000030;
}

.bloco_cnpj h6 {
    font-weight: bold;
    font-size: 0.9em !important;
}


/* Login -----------------------------------------  */


.login {
    min-height: 100vh;
}

.area_login {
    background: #23303f url(../img/colmeia_bg.jpg) no-repeat left bottom;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.login .logo {
    height: 80px;
}

.login .card {
    border-radius: 16px;
    padding: 2em;
    background: linear-gradient(0deg, #fff, #c5c5c5);
    min-height: 300px;
    width: 100%;
    max-width: 420px;
}


.login .inputBox {
    position: relative;
    width: 100%;
}

.login i.label {
    font-size: 2em;
    color: #23303f;
    margin: 10px 24px 0 0;
}

.login .inputBox input {
    position: relative;
    width: 100%;
    padding: 12px 0 8px 0;
    font-size: 16px;
    color: #23303f;
    margin-bottom: 20px;
    border: none;
    border-bottom: 2px solid #cc9818;
    outline: none;
    background: transparent;
    letter-spacing: 1px;
    transition: 0.5s;
}

.login .inputBox label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 700;
    color: #23303f;
    pointer-events: none;
    transition: 0.5s;
    letter-spacing: 1px;
}


/*  :valid - CSS atua com o textbox preenchido*/
.login .inputBox input:focus~label,
.login .inputBox input:valid~label {
    top: -18px;
    color: #cc9818;
    font-size: 12px;
}

.btn_logar {
    background: transparent;
    border: none;
    outline: none;
    color: #ffffff;
    background: #cc9818;
    border: 2px solid #ffffff;
    padding: 8px 24px;
    cursor: pointer;
    border-radius: 6px;
    box-shadow: 0 3px 6px #00000060,
        inset 0 0 0 #000;
    transition: 0.5s;
}

.login .inputBox input:focus,
.login .inputBox input:valid {
    border-bottom: 2px solid #23303f;
}

.btn_logar:hover,
.btn_logar:active {
    color: #ffffff;
    background: #23303f;
    box-shadow: inset 0 3px 6px #00000060,
        0 0 0 #000000;
}

.area_login2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.area_login2 .meio {
    background: url(../img/banner_login.png) no-repeat center center;
    background-size: cover;
    min-height: calc(100vh - 316px);
}

.h-login {
    background: #000;
    height: 100px;
    display: flex;
    justify-content: end;
    align-items: center;
}

.h-login img {
    height: 56px;
}

footer .p1,
footer .p2 {
    margin: 0;
}

footer .p1 {
    background: #fff;
    font-size: 1.6em;
    color: #23303f;
    padding: 1.3em 0;
    font-weight: 700;
    font-family: 'Titillium Web', sans-serif;
    line-height: 1.2em;
    white-space: nowrap;
}

footer .p1 a {
    color: #23303f;
    transition: 0.3s;
}

footer .p1 a:hover {
    color: #6d6d6d;
}

footer .p2 {
    background: #23303f;
    min-height: 40px;
    color: #c5c5c5;
}




/*  -------------- Banco de Horas  --------------------  */

.btn-ok {
    background: #23303f;
    color: #fff !important;
    transition: 0.3s;
}

.btn-ok:hover {
    background: #6d6d6d;
}

.btn-alt {
    background: #6d6d6d;
    color: #fff !important;
    transition: 0.3s;
}

.btn-alt:hover {
    background: #23303f;
}

.btn-laranja {
    background: #cc9818;
    color: #fff !important;
    font-weight: 700;
    transition: 0.3s;
}

.btn-laranja:hover {
    background: #a77700;
}

.btn-laranja:disabled {
    color: #bbb !important;
}

textarea {
    resize: none;
}

#resumo-controleacesso {
    color: #cc9818;
}

#resumo-controleacesso div span:nth-child(2) {
    font-weight: 700;
}

.controles {
    background: #f2f2f2;
    min-height: 45px;
}


.scroll-tab {
    overflow-y: hidden;
    overflow-x: auto;
    cursor: -webkit-default;
    cursor: default;
}

.scroll-tab table tbody tr:nth-child(even) {
    background: #fcfcfc;
}

/* .scroll-tab:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
} */


.scroll-tab::-webkit-scrollbar {
    height: 10px;
    background: #f1f1f1;
}

.scroll-tab::-webkit-scrollbar-thumb:horizontal {
    background: #cc9818;
    border-radius: 10px;
}

#ajuste table {
    min-width: 860px;
}

#registros thead tr th {
    min-width: 110px;
    max-width: 120px;
}

#registros thead tr th:nth-child(1) {
    min-width: 45px;
}

#registros thead tr th:nth-child(2) {
    min-width: auto;
    max-width: auto;
}

#registros thead tr th:nth-child(9) {
    min-width: 200px;
    max-width: auto;
}

#registros tbody tr td {
    vertical-align: middle;
}

#registros tbody tr td i {
    cursor: pointer;
    transition: 0.3s;
}

#registros tbody tr td i:hover {
    color: #9AD200;
    transform: scale(1.2);
}

#registros tbody tr td .btn-excluir-registro:hover i {
    color: #FF4639;
    transform: scale(1.2);
}

#registros tbody tr.falta td i:hover {
    color: #FF4639;
    transform: scale(1.2);
}

#registros tbody tr td:nth-child(9) {
    font-size: 0.811em !important;
}

#registros tbody tr.falta td:nth-child(7),
#registros tbody tr.falta td:nth-child(8) {
    color: #FF4639;
}

#registros tbody tr.falta {
    background: repeating-linear-gradient(-45deg, #f8f8f8, #fcfcfc 10px, #fff 10px, #fff 20px);
    border-top: 2px solid #FF4639;
    border-bottom: 2px solid #FF4639;
}


table .entra {
    background: url(../img/entrada.png) no-repeat left center;
    background-size: auto 50%;
    font-weight: bold;
    color: #cc9818 !important;
}

table .sai {
    background: url(../img/saida.png) no-repeat left center;
    background-size: auto 50%;
    font-weight: bold;
    color: #cc9818 !important;
}

table .acesso-horarios {
    font-weight: bold;
    color: #cc9818 !important;
}

table .acesso-horarios:nth-of-type(even) {
    background: url(../img/saida.png) no-repeat left center;
    background-size: 18px;
}

table .acesso-horarios:nth-of-type(odd) {
    background: url(../img/entrada.png) no-repeat left center;
    background-size: 18px;
}

.hoje td {
    background-color: #f3ffd3 !important;
}

.fds td {
    background-color: #e7e7e5 !important;
    opacity: 0.4;
}

.sem-expediente td {
    background-color: #fad1ce !important;
    opacity: 0.4;
}


/*  -------------- Agenda  --------------------  */

.card .form-check-input:focus {
    border: 1px solid #23303f;
    box-shadow: none !important;
}

input[name="status"] {
    display: none;
}

input[name="status"]~label {
    position: relative;
    z-index: 2 !important;
    display: flex;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
    padding: 0 6px 0 30px;
    min-width: 220px;
    transition: 0.3s;
}

input[name="status"]~label::before {
    content: "";
    position: absolute;
    border-radius: 5em;
    left: 0px;
    right: 0px;
    top: -2px;
    height: 28px;
    z-index: -10;
    background: #f1f1f1;
    transition: 0.3s;
}

input[name="status"]~label:hover::before {
    background: transparent;
    box-shadow: inset 0 0 0 1px #c5c5c5;
}

input[name="status"]~label {
    color: #ccc;
    font-size: 0.9em;
}

input[name="status"]:checked~label {
    color: #6c757d;
}

input[name="status"]~label::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f070";
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 10;
    color: #ccc;

}

input[name="status"]:checked~label::after {
    content: "\f06e";
    color: #23303F;
}

input[name="status"]~label span:nth-child(1) {
    margin-top: 1px;
    padding-left: 8px;
}

input[name="status"]~label span:nth-child(2) {
    min-width: 50px;
}

input[name="status"]:checked~label span:nth-child(2) {
    filter: none;
}

#todos:checked~label span:nth-child(2),
.bgAll {
    background-color: #23303f;
    border-color: #23303f;
}

#concluido:checked~label span:nth-child(2),
.bgOk {
    background-color: #9AD200;
    border-color: #9AD200;
}

#cancelado:checked~label span:nth-child(2),
.bgCancel {
    background-color: #FF4639;
    border-color: #FF4639;
}

#agendamento:checked~label span:nth-child(2),
.bgAgend {
    background-color: #0059b1;
    border-color: #0059b1;
}

#agendamento_pre:checked~label span:nth-child(2),
.bgPre {
    background-color: #00727a;
    border-color: #00727a;
}

#agendamento_dig:checked~label span:nth-child(2),
.bgDig {
    background-color: #00afbc;
    border-color: #00afbc;
}

#p_email:checked~label span:nth-child(2),
.bgEmail {
    background-color: #58331c;
    border-color: #58331c;
}


input[name="status"]~label span:nth-child(2) {
    height: 20px !important;
    margin-top: 2px;
    padding: 5px 6px 0 6px;
    background-color: #ccc;
}

#dia_expandido .card {
    border-radius: 20px 20px 0 0;
}

.dia-controls h4 {
    padding: 10px 0 8px 0;
    border-bottom: 2px solid #eeeeee;
    margin-bottom: 0;
}

.dia-controls h4 i {
    cursor: pointer;
    font-size: 1.3em;
    transition: 0.5s;
}

.dia-controls h4 i:hover {
    color: #cc9818;
    transform: scale(1.1);
}

.rolar_atividades {
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 350px);
}

/* width */
.rolar_atividades::-webkit-scrollbar {
    width: 12px;
}

/* Track */
.rolar_atividades::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.rolar_atividades::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.rolar_atividades::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.horas {
    align-items: center;
    border: 1px solid #eeeeee;
}

.horas .bloco_hora {
    background: #eeeeee;
    width: 50px;
    height: auto;
    font-size: 3em;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    color: #fff;
    position: relative;
    padding: 5px 0;
}

.horas:nth-child(2n) .bloco_hora {
    background: transparent;
    color: #eeeeee;
}

.horas:nth-child(even) .atividades {
    background: linear-gradient(90deg, transparent, #f8f8f8);
}

.horas .bloco_hora div {
    transform: rotate(270deg);
    position: absolute;
    left: -30px;
    top: 50%;
    margin-top: -35px;
}

.horas .atividades {
    padding: 1em;
    min-height: 120px;
    width: calc(100% - 80px);
}

.horas .linha_atividade {
    position: relative;
    height: 28px;
    border-radius: 6px;
    margin: 3px 0;
    padding: 4px;
    display: flex;
    justify-content: end;
    cursor: pointer;
    transition: 0.5s;
}

.horas .linha_atividade span {
    font-weight: bold;
    margin: auto 10px;
}

.horas .linha_atividade div {
    background: rgba(255, 255, 255, 0.8);
    width: calc(100% - 80px);
    border-radius: 3px;
    color: #23303f;
    text-align: left;
    font-size: 0.9em;
    padding: 0 6px;
    transition: 0.5s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.horas .linha_atividade:active {
    filter: grayscale();
    transition: 0.1s;
}

.horas .linha_atividade:hover {
    box-shadow: inset 0 3px 8px #00000090,
        inset 0 -10px 10px #ffffff90;
}

.horas .linha_atividade:hover div {
    opacity: 0.8;
}

.linha_atividade::after {
    font-size: 1em !important;
}

#atividade_aberta {
    scroll-margin-top: 80px;
}

#atividade_aberta h4 {
    margin: 4px 0 4px 50px;
}

#atividade_aberta .status::after {
    font-size: 1.5em;
    margin: 2px 0 0 10px;
}

#atividade_aberta .header i {
    cursor: pointer;
    transition: 0.3s;
}

#atividade_aberta .header i:hover {
    transform: scale(0.95);
    color: rgba(255, 255, 255, 0.5);
}

#atividade_aberta .header .hover_ico::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 #00000030;
    margin: -4px 0 0 -25px;
    transition: 0.3s;
}

#atividade_aberta .header .hover_ico:hover::after {
    background: rgba(0, 0, 0, 0.0.7);
    box-shadow: inset 0 3px 6px #00000030;
}

#atividade_aberta .header .fa-times {
    margin: 8px 16px 0 0;
}

#atividade_aberta .form-control {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

#atividade_aberta .form-control:disabled {
    color: #ccc;
    font-weight: 700;
}

.btn.cancelado,
.btn.concluido {
    position: relative;
    transition: 0.3s;
}

.btn.cancelado::after,
.btn.concluido::after {
    font-size: 1.30em;
    margin-left: 5%;
}

.btn.cancelado:hover,
.btn.concluido:hover {
    opacity: 0.8;
    transform: scale(0.98);
}

.botaoMenor {
    position: relative;
    height: 22px !important;
    width: 100px;
}

.botaoMenor i {
    position: absolute;
    top: 3px;
    margin-left: -4px;
    font-size: 0.9em;
}


table .dados {
    text-align: end;
    vertical-align: middle;
}

table .infototal {
    font-weight: bold;
    background: #ffe8ae;
    text-align: end;
    vertical-align: middle;
}

table.leads {
    text-align: end;
    vertical-align: middle;
}

table.leads tr td:first-child {
    text-align: start;
    padding-left: 2em;
}

table.leads tr td:last-child {
    padding-right: 2em;
}

table .Google {
    border: 2px solid #ff3b30;
}

table .Indicacao {
    border: 2px solid #ffa207;
}

table .TeleAtendimento {
    border: 2px solid #00afbc;
}

table .TeleConsultor {
    border: 2px solid #00727a;
}

table .Telefone {
    border: 2px solid #ffeb07;
}

table .Whatsapp {
    border: 2px solid #00ad68;
}

table.leads tr th:last-child,
table.leads tr:nth-child(odd) td:nth-child(12),
table.leads tr:nth-child(odd) td:nth-child(13) {
    background: #fbffa1;
}

.sub_menu {
    margin: 0 !important;
    padding: 0 !important;
}

.sub_menu button {
    border: none;
    background: linear-gradient(180deg, rgb(241, 241, 241), #fff);
    text-align: center;
    width: 100%;
    padding: 12px 0;
    transition: 0.5s;
    white-space: nowrap;
    display: block;
    color: #666;
}

.sub_menu button.active {
    background: #ffffff;
    box-shadow: inset 0 0 12px #dbdbdb;
}

.sub_menu button::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f111";
    margin-right: 10px;
}

.sub_menu button:disabled::before {
    content: "";
}


.sub_menu button:disabled {
    color: #ccc;
}

.sub_menu button.active::before {
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
    content: "\f058";
    margin-right: 10px;
    color: #9AD200;
}

.sub_menu a {
    background: linear-gradient(180deg, rgb(241, 241, 241), #fff);
    text-align: center;
    padding: 12px 0;
    margin-top: -8px;
    color: #666;
    transition: 0.5s;
    white-space: nowrap;
    display: block;
}

.sub_menu a:hover {
    background: #f1f1f1;

}

.sub_menu a.ativo {
    background: #ffffff;
    box-shadow: inset 0 0 12px #dbdbdb;
}

.sub_menu a .fa-check-circle {
    display: none;
}




.nivel1 {
    position: relative;
    width: 100% !important;
}

.nivel1 label,
.nivel2 label,
.nivel3 label {
    z-index: 0;
    height: auto;
    cursor: pointer;
    transition: 0.3s;
}

.nivel1 label:hover,
.nivel2 label:hover,
.nivel3 label:hover {
    box-shadow: inset 0 0 10px #ccc;
    color: #b1b1b1;
}

.nivel1 .marcado:after {
    content: '';
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    height: 10px;
    width: 15px;
    background: #f1f1f1;
    z-index: 3;
}

.nivel1 .marcado:checked:after {
    content: '';

    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    height: 10px;
    width: 15px;
    background: #0066ff;
    z-index: 3;
}

.sub_nivel {
    display: none;
}

.nivel2 {
    padding-left: 40px;
    position: relative;
}

.nivel3 {
    margin-left: 80px !important;
    position: relative;
}

.nivel2:before,
.nivel3:before {
    content: '';
    position: absolute;
    clip-path: polygon(0 0, 25% 0, 25% 45%, 100% 45%, 100% 60%, 25% 60%, 25% 100%, 0 100%);
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    background: #f0f0f0;
    width: 22px;
    height: 100%;
}


.input-group-text {
    height: 100%;
    border-radius: 4px 0 0 4px;
}

.campanha_input {
    background: #f0f0f0;
    border-radius: 24px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    overflow: hidden;

}

.campanha_input .text-box {
    padding: 12px;
    background: transparent !important;
    border-radius: 0;
    border: none;
    outline: none;
    min-width: 45%;
}

.campanha_input button {
    font-size: 1.2em;
    padding: 0 24px;
    width: 100%;
    max-width: 180px;
    background: linear-gradient(0deg, #f1f1f1, #fff);
    border: 1px solid #c5c5c5;
    box-shadow: -10px 0 60px rgba(0, 0, 0, 0.30);
    font-weight: 700;
    transition: 0.5s;
}

.campanha_input #play i {
    color: #9AD200;
}

.campanha_input #stop i {
    color: #b94c00;
}

.campanha_input button.adicionar_lead,
.campanha_input button.adicionar_lead:hover {
    background: #9AD200;
    color: #fff;
}

.campanha_input button:hover {
    background: #fff;
    box-shadow: -10px 0 60px rgba(0, 0, 0, 0.30), inset 0 3px 5px #00000030;
}

.campanha_input button:active {
    background: #333 !important;
    color: #fff !important;
    box-shadow: none;
    transition: 0s;
}

.campanha_input button:disabled {
    background: rgb(151, 151, 151) !important;
}

.campanha_on .table {
    vertical-align: middle;
}

.ico_link {
    display: inline;
    margin-left: 8px;
    color: #CC9818;
}

.preencher {
    min-height: 48px;
}

.preencher p {
    font-size: 0.86em;
}

.desativo {
    pointer-events: none;
    opacity: 0.2;
    filter: grayscale();
}

.ajust-tab1 {
    min-height: 450px;
}

.ajust-tab2 {
    min-height: 240px;
}

.ajust-tab1 td,
.ajust-tab2 td {
    vertical-align: middle;
}


/*  ---  CUSTO DE PRODUTOS --- */

.id_custo {
    position: relative;
}

.id_custo::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 94%;
    right: 13px;
    bottom: 1px;
    border-radius: 3px;
    z-index: 1;
}

.id_custo:nth-child(3):after {
    background: #20b1ff;
}

.id_custo:nth-child(4):after {
    background: #0051a2;
}

.id_custo:nth-child(5):after {
    background: #00ad68;
}

.id_custo:nth-child(6):after {
    background: #7d069e;
}

input:disabled {
    cursor: not-allowed;
}






.bloco_msg {
    position: relative;
    padding: 0.5em;
    margin-bottom: 2em;
}

.notificacao_alerta {
    background: #ff9900;
    color: #fff;
    border-radius: 16px;
    padding: 16px 60px 16px 16px;
    position: relative;
}

.notificacao_alerta::after {
    background: #ff9900;
    bottom: -18px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    content: '';
    height: 20px;
    position: absolute;
    right: 60px;
    width: 40px;
}

.notificacao_atencao {
    background: #C12530;
    color: #fff;
    border-radius: 16px;
    padding: 16px 60px 16px 16px;
    position: relative;
}

.notificacao_atencao::after {
    background: #C12530;
    bottom: -18px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    content: '';
    height: 20px;
    position: absolute;
    right: 60px;
    width: 40px;
}

.notificacao_info {
    background: #2c8591;
    color: #fff;
    border-radius: 16px;
    padding: 16px 60px 16px 16px;
    position: relative;
}

.notificacao_info::after {
    background: #2c8591;
    bottom: -18px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    content: '';
    height: 20px;
    position: absolute;
    right: 60px;
    width: 40px;
}

.notificacao_padrao {
    background: #333333;
    color: #fff;
    border-radius: 16px;
    padding: 16px 60px 16px 16px;
    position: relative;
}

.notificacao_padrao::after {
    background: #333333;
    bottom: -18px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    content: '';
    height: 20px;
    position: absolute;
    right: 60px;
    width: 40px;
}


.bloco_msg .btn_link {
    text-align: center;
    background: #1661B3;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    transition: 0.3s;
}

.bloco_msg h5 {
    border-radius: 0;
    background: transparent;
    border-bottom: none;
}


.frame_docs {
    width: 100%;
    min-height: calc(100vh - 350px);
}

.cliente_menu ul {
    width: 100%;
    display: flex;
    justify-content: center;
    top: 60px;
    left: 0px;
    position: absolute;
    z-index: 1;
}

.cliente_menu ul li {
    width: 40px;
    height: 40px;
    list-style: none;
    background: #fff;
    margin: 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 4px #00000030;

    transition: 0.5s;
}

.cliente_menu ul li.ativo {
    background: #333;
}

.cliente_menu ul li i {
    margin: 10px;
    transition: 0.5s;
}

.cliente_menu ul li.ativo i {
    color: #f1f1f1;
}

.cliente_menu ul li span {
    display: none;
}



/* Drag and Drop ---------------------------- PROSPECT  */

.oportunidades h5 {
    border-bottom: 6px solid #ffc107;
}

.perdidos h5 {
    border-bottom: 6px solid #C12530;
}

.pipeline h5 {
    border-bottom: 6px solid #0066ff;
}

.clientes h5 {
    border-bottom: 6px solid #00ad68;
}


.oportunidades .badge,
.oportunidades .boxPropect::after {
    background: #ffc107;
}

.perdidos .badge,
.perdidos .boxPropect::after {
    background: #C12530;
}

.pipeline .badge,
.pipeline .boxPropect::after {
    background: #0066ff;
}

.clientes .badge,
.clientes .boxPropect::after {
    background: #00ad68;
}

.steps {
    position: relative;
    border: 1px solid #B8B8B8;
    border-radius: 24px 24px 4px 4px !important;
}

.steps h5 {
    font-size: 1.1em;
}

.steps .total {
    position: absolute;
    top: 14px;
    right: 20px;
    z-index: 3;
}

.areaGRAB {
    margin-top: -8px;
    /*width: 100% !important;*/
    overflow-y: auto;
    height: 70vh;
}

.oportunidades .areaGRAB,
.oportunidades .status {
    background: #fff8be;
}

.perdidos .areaGRAB,
.perdidos .status {
    background: #ffe6e7;
}

.pipeline .areaGRAB,
.pipeline .status {
    background: #d5f0ff;
}

.clientes .areaGRAB,
.clientes .status {
    background: #e5ffe8;
}

.areaGRAB .status {
    font-size: 0.8em;
    padding: 2px 0;
    border-radius: 5px;
    color: #000;
    border: 1px solid #00000030;
    box-shadow: 0 1px 2px #00000036;
}

/* width */
.areaGRAB::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.areaGRAB::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.areaGRAB::-webkit-scrollbar-thumb {
    background: rgb(126, 126, 126);
}

/* Handle on hover */
.areaGRAB::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.boxPropect {
    position: relative;
    width: 100%;
    min-height: 120px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #B8B8B8;
    box-shadow: 0 3px 5px #00000015;
    margin: 6px 0;
    padding: 8px 12px;
    cursor: grab;
}

.boxPropect::after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    color: #ffffff;
    text-align: end;
    padding-right: 8px;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    position: absolute;
    font-weight: bold;
    font-size: 1.2em;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 1;
}

.oportunidades .boxPropect::after {
    content: "\f12a";
}

.perdidos .boxPropect::after {
    content: "\f00d";
}

.pipeline .boxPropect::after {
    content: "\f590";
}

.clientes .boxPropect::after {
    content: "\f00c";
}


.boxPropect span.date {
    font-size: 0.66em;
}

.boxPropect a {
    color: #cc9818;
}

.boxPropect .cliente {
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
    margin-right: 20px;
    color: #CC9818;
}

.boxPropect .produtos img {
    width: 25px;
}

.boxPropect .valor strong {
    font-size: 1.1em;
    color: #CC9818;
}

.boxPropect .prod {
    width: 15px;
    height: 15px;
    position: relative;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    cursor: default;
}

.boxPropect .prod.api::after {
    position: absolute;
    background: #fff;
    content: '';
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    width: 8px;
    height: 8px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
}

.boxPropect .credit {
    background: #3e66b7;
}

.boxPropect .sc {
    background: #00abff;
}

.boxPropect .search {
    background: #a01d67;
}

.boxPropect .painel {
    background: #d79f13;
}

.boxPropect .dashboard {
    background: #896200;
}

.boxPropect .databee {
    background: #792e9b;
}

.boxPropect .quickhive {
    background: #ce6a32;
}

.boxPropect .wsdados {
    background: #000;
}

.boxPropect .scipar {
    background: #000;
}

.boxPropect .email {
    background: #000;
}

.boxPropect .obitos {
    background: #000;
}

.boxPropect .veiculos {
    background: #C12530;
}

.boxPropect .credit {
    background: #3e66b7;
}

.linha_comissao .dropdown-menu li {
    width: auto !important;
    display: flex;
    justify-content: space-between;
    padding: 5px;
    margin: 5px;
}

.linha_comissao .valores {
    min-width: 100px;
    margin: 0 10px 0 20px;
    justify-content: end;
    display: flex;
    align-items: center;
    color: #00ad68 !important;
}

.linha_comissao .dropdown-toggle::after {
    right: 24px;
    top: 45%;
    position: absolute;

}


















@media screen and (min-width: 1500px) {
    .result .card .footer {
        font-size: 0.8em;
    }

}


@media screen and (max-width: 1400px) {

    .metas .linha_posicao:nth-child(even) {
        padding-bottom: 10px;
    }

}

@media screen and (max-width: 1199px) {

    .rolar_atividades {
        height: auto;
    }

    .rolar_atividades.bg-dark {
        height: 100%;
    }

    #dia_expandido .card {
        max-height: none;
        /* max-height: 100vh; */
    }

    #atividade_aberta {
        position: fixed !important;
        z-index: 15;
        left: 0;
        right: 0;
        top: 0;
        bottom: -18px;
        padding: 80px 24px 80px 24px;
        background: #00000090;

    }

    .id_custo:nth-child(3):after,
    .id_custo:nth-child(4):after,
    .id_custo:nth-child(5):after,
    .id_custo:nth-child(6):after {
        white-space: nowrap;
        width: auto;
        height: auto;
        text-align: right;
        font-size: 0.8em;
        right: 20px;
        padding: 2px 6px;
        top: 6px;
        bottom: auto;
        z-index: 1;
        border-radius: 3px;
        border: 2px solid #fff;
        color: #fff;

    }

    .id_custo:nth-child(3):after {
        content: "Simples";

    }

    .id_custo:nth-child(4):after {
        content: "Sintético Plus";
    }

    .id_custo:nth-child(5):after {
        content: "Analítico";

    }

    .id_custo:nth-child(6):after {
        content: "Relato Corp.";

    }
}

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

    .btn_controls {
        min-width: 190px;
    }

    .btn_controls img {
        height: 36px;
        margin: 0 6px;
    }
}



@media screen and (max-width: 991px) {

    .navigation {
        left: -310px;
        padding-top: 50px;

    }

    .navigation.ativo {
        left: 0px;

    }

    .conteudo {
        margin-left: 0px;
        padding-top: 80px !important;
    }

    .menu_mobile {
        top: 0px;
    }

    .portal {
        position: absolute;
        top: 10px;
        right: 40px;
        max-width: 400px;
        width: 100%;
        padding: 0;
        pointer-events: none;
    }

    .portal img {
        width: 200px;
    }

    .logo_sci {
        height: 60px;
        position: absolute;
        margin: 16px;
    }

    .sub_menu {
        margin: -10px 0 0 0 !important;
        padding: 24px !important;
        background: #000000;
    }

    .sub_menu a {
        text-align: start;
        padding: 6px 12px;
        margin: 6px 0;
        background: #333;
        color: #fff;
        border-radius: 5px;
    }

    .sub_menu a:hover {
        background: transparent;

    }

    .sub_menu a.ativo {
        background: transparent;
        box-shadow: inset 0 0 12px #cc9818;
    }


}

@media screen and (max-width: 767px) {
    .cliente_menu ul {
        width: 44px;
        display: block;
        left: -40px;
    }

    .cliente_menu h6 {
        top: 0;
        left: 100px;
        width: 340px;
        position: absolute;
        z-index: 1;
    }
}

@media screen and (max-width: 575px) {

    .conteudo .card_dash {
        border-radius: 16px;
    }

    .conteudo {
        padding: 1.2em 1.5em;
    }

    .metas .linha_posicao .posicao {
        margin: 12px 0 0 10px;
    }

    .dia-controls h4 {
        font-size: 1em;
    }

}

@media screen and (max-width: 475px) {
    h1 {
        font-size: 1.6em;
    }

    h3 {
        font-size: 1.25em;
    }

    h4 {
        font-size: 1em;
    }

    .logo_sci {
        height: 46px;
        margin: 0;
    }

    footer .p1 {
        font-size: 1.2em;
    }

    .linha_posicao h3,
    .linha_posicao .barra {
        margin-left: 30px !important;
        width: 86%;
    }

    .fc-header h2 {
        margin-top: 10px;
        font-size: 1em;
    }

    .fc-header-right {
        transform: scale(0.65);
    }

    .fc-event.concluido::after,
    .fc-event.cancelado::after,
    .fc-event.agendamento::after,
    .fc-event.agendamento_dig::after,
    .fc-event.agendamento_pre::after,
    .fc-event.p_email::after {
        display: none;
    }

    .fc-event {
        padding: 1px 4px;
    }


    .horas .bloco_hora {
        font-size: 2em;
        width: 25px;
    }

    .horas .linha_atividade div {
        padding-top: 2px;
        font-size: 0.7em !important;
    }

}

@media screen and (max-width: 375px) {

    .controles button i {
        display: none;
    }

    .btn_controls img {
        height: 30px;
        margin: 0 6px;
    }

}

.gridjs-pages {
    display: flex;
}

.card-arredondado {
    border-radius: 24px;
}

.scroll_tabela {
    overflow-x: auto;
}

.check_hidden {
    display: none;
}

.check_hidden~.btn_option i .ativo,
.check_hidden~.btn_option .ativo {
    display: none;
}

.check_hidden~.btn_option .inativo {
    display: block;
}

.alert_ativo,
.alert_creat,
.check_hidden~.btn_option,
.check_hidden:checked~.btn_option {
    color: #fff;
    width: 100px;
    height: 34px;
    border-radius: 6px;
    background: #FF4639;
    border: 1px solid #db3428;
    box-shadow: 0 5px 8px #00000030;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
}

.check_hidden:checked~.btn_option i,
.check_hidden:checked~.btn_option .ativo {
    display: block;
}

.check_hidden~.btn_option i .inativo,
.check_hidden:checked~.btn_option .inativo {
    display: none;
}

.check_hidden~.btn_option {
    background: #b1b1b1;
    border: 1px solid #666666;
}

.check_hidden~.btn_option:hover {
    background: #4e4e4e;
    box-shadow: 0 0px 0px #00000030;
}

.check_hidden:checked~.btn_option:hover {
    background: #db3428;
    box-shadow: 0 0px 0px #00000030;
}

.btn-lead-historico:disabled {
    background-color: #7a7a7a;
}

.status-agendar,
.status-retorno,
.status-sem-interesse {
    overflow: hidden;
    max-height: 0px;
    transition: 0.5s ease-in;
}

.status-sem-interesse.ativo {
    max-height: 5rem;
}

.status-agendar.ativo {
    max-height: 20rem;
}

.status-retorno.ativo {
    max-height: 5rem;
}

.text-orange {
    color: #FF4639;
}

.select2-container--open {
    z-index: 9999999;
}

.swal2-container {
    z-index: 10000 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.select2 {
    width: 100% !important;
}

.linha_comissao .dropdown-menu li {
    width: auto !important;
    display: flex;
    justify-content: space-between;
    padding: 5px;
    margin: 5px;
}

.linha_comissao .valores {
    min-width: 100px;
    margin: 0 10px 0 20px;
    justify-content: end;
    display: flex;
    align-items: center;
    color: #00ad68 !important;
}

.linha_comissao .valores.text-danger {
    color: #f44336 !important;
}

.linha_comissao .dropdown-toggle::after {
    right: 24px;
    top: 45%;
    position: absolute;

}

.btn-premiacao {
    border-radius: 8px !important;
    color: #fff !important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
    padding: .375rem .75rem !important;
    line-height: 2.2 !important;
}

.badge-premiacao {
    display: inline-block !important;
    padding: 0.35em 0.65em !important;
    font-size: .75em !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    color: #fff !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: baseline !important;
    border-radius: 0.25rem !important;
    font-size: .95em !important;
}

.w-95 {
    width: 95%;
}

.modal-90 {
    --bs-modal-width: 90%;
}

.widget-handler {
    cursor: move;
}

.grid-stack-item-content {
    border-radius: 20px 20px 0 0;
}

.widget-remove-button {
    position: absolute;
    right: 0;
    top: 5px;
    color: white;
    z-index: 100;
}



#fundo_info {
    z-index: 1020;
    position: fixed;
    min-width: 360px;
    top: 0;
    right: -350px;
    bottom: -10px;
    backdrop-filter: blur(5px);
    background: linear-gradient(90deg, #d1d1d188 0%, #fff 80%);
    opacity: 0;
    box-shadow: -10px 0 20px #00000030;
    transition: 0.5s;
    transition-delay: 0.5s;
}

#mais_info {
    text-align: center;
    z-index: 1030;
    position: fixed;
    min-width: 300px;
    right: 30px;
    bottom: 30px;
    padding: 6px 24px;
    border-radius: 30px;
    background: #cc9818;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    outline: none;
    cursor: pointer;
    transition: 0.5s ease-in;
}

.btn-salvar-widgets {
    text-align: center;
    z-index: 1002;
    position: fixed;
    min-width: 150px;
    right: 350px;
    bottom: 30px;
    padding: 6px 24px;
    border-radius: 30px;
    background: #cc9818;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    outline: none;
    cursor: pointer;
    transition: 0.5s ease-in;
}

#mais_info_list_area {
    position: fixed;
    z-index: 1020;
    max-width: 340px;
    right: 0px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
}

/* width */
#mais_info_list_area::-webkit-scrollbar {
    width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

#mais_info_list_area ul {
    position: relative;
}

#mais_info_list_area ul li {
    list-style: none;
    min-width: 300px;
    margin-bottom: 3px;
}


#mais_info_list_area ul li label {
    text-align: right;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}


#check_info:checked~#fundo_info {
    right: 0;
    opacity: 1;
    transition-delay: 0s;
}

#check_info:checked~#mais_info_list_area {
    bottom: 90px;
    transition-delay: 0.3s;
}

#mais_info .fa-minus-circle {
    display: none;
}

#check_info:checked~#mais_info {
    background: #333333;
}

#check_info:checked~#mais_info .fa-plus-circle {
    display: none;
}

#check_info:checked~#mais_info .fa-minus-circle {
    display: inline-block;
}

#fundo_info .bloco_text {
    width: 300px;
    margin: 70px 0 0 30px;

}

#mais_info_list_area .aparecia_btn:hover {
    background: #f0f0f0;
}

#mais_info_list_area .check_hidden:checked~.aparecia_btn:hover {
    background: #cc9818
}

#mais_info_list_area .aparecia_btn span {
    background: #cc9818;
    top: 15px;
    width: 18px;
    height: 4px;
}

#mais_info_list_area .aparecia_btn span::after {

    left: 6px;
    top: -8px;
    width: 4px;
    height: 18px;
    border-radius: 5px;
    background: #cc9818;
    box-shadow: none;
}


#mais_info_list_area .check_hidden:checked~.aparecia_btn span {
    background: #ffffff;
    top: 18px;
    width: 10px;
    transform: rotate(50deg);
}



#mais_info_list_area .check_hidden:checked~.aparecia_btn span::after {
    background: #ffffff;
    left: 4px;
    top: -15px;
    transform: rotate(160deg);
}

#mais_info_list_area .check_hidden:disabled~.aparecia_btn span,
#mais_info_list_area .check_hidden:disabled~.aparecia_btn span::after {
    opacity: 1;
}


.check_hidden~.aparecia_btn {
    position: relative;
    padding: 6px 0 6px 30px;
    background: #fff;
    width: 100%;
    height: 36px;
    border: 2px solid #efefef;
    white-space: nowrap;
    cursor: pointer;
    transition: 0.3s;
    text-align: left;
    line-height: 1.5;
}

.check_hidden~.aparecia_btn.box {
    background: #E8E8E8;
    border-radius: 12px 12px 0 0;
    text-align: left;
    padding-left: 70px;
}

.check_hidden:checked~.aparecia_btn {
    background: #cc9818;
    border: 2px solid #cc9818;
    color: #fff;
}

.check_hidden~.aparecia_btn span {
    position: absolute;
    left: 5px;
    top: 6px;
    width: 40px;
    height: 20px;
    border-radius: 16px;
    background: #eeeeee;
    border: 1px solid #cc9818;
}

.check_hidden~.aparecia_btn span::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 2px 0px 0px #00000030;
    transition: 0.5s;
}

.check_hidden:disabled~.aparecia_btn span {
    cursor: default !important;
    background: #e9ecef;
    opacity: 0.3;
}

.check_hidden:checked~.aparecia_btn span {
    background: #3E66B7;
    border: 1px solid #fff;
}

.check_hidden:checked~.aparecia_btn span::after {
    content: '';
    box-shadow: -2px 0px 0px #00000030;
    left: 20px;
}


.check_hidden~.aparecia_btn.status,
.check_hidden:checked~.aparecia_btn.status {
    background: none;
    border: none;
}

.aparecia_btn.status .cons_ativo {
    display: none;
}

.check_hidden:disabled~.aparecia_btn.status .cons_inativo {
    color: #b9b9b9;
    display: block;
}

.check_hidden:checked~.aparecia_btn.status .cons_ativo {
    color: #16B38E;
    display: block;
}

.check_hidden:checked~.aparecia_btn.status .cons_inativo {
    display: none;
}

.slide-fade-enter-active {
    transition: all 0.3s ease-out;
}

.slide-fade-leave-active {
    transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-fade-enter-from,
.slide-fade-leave-to {
    transform: translateX(20px);
    opacity: 0;
}


.list-move,
.list-enter-active,
.list-leave-active {
    transition: all 0.5s ease;
}

.list-enter-from,
.list-leave-to {
    opacity: 0;
    transform: translateX(30px);
}

.list-leave-active {
    position: absolute;
}

.multiselect__option--highlight {
    background: #cc9818;
}

.multiselect__option--selected.multiselect__option--highlight {
    background: #cc9818;
    color: #fff;
}

.loading_modal {
    z-index: 1020 !important;
}

.chip-tabelapremiacao-label {
    font-size: 1rem;
    color: #686868;
    background-color: #d1d1d1;
}

.btn-tabelapremiacao-excluir {
    cursor: pointer;
    color: gray
}

.btn-tabelapremiacao-excluir:hover {
    color: rgb(201, 0, 0)
}

table.table-tabelapremiacaoranking th,
table.table-tabelapremiacaoranking td {
    transition: background-color .5s;
}

tr:has(a.btn-tabelapremiacao-excluir:hover) td {
    background-color: rgb(255, 195, 195);
}

.tabelapremiacao-excluir-bg {
    background-color: rgb(252, 197, 197) !important;
}

.btn-tabelapremiacao-adicionar {
    border-radius: 100px;
    padding: 2px 8px;
    background-color: #d1d1d1;
    color: #686868;
    border: none;
    -webkit-transition: background-color 1s;
}

.btn-tabelapremiacao-adicionar:hover {
    background-color: rgb(85, 255, 85);
}

.btn-tabelapremiacao-adicionar span {
    max-width: 0;
    -webkit-transition: max-width 1s;
    transition: max-width 1s;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
}

.btn-tabelapremiacao-adicionar:hover span {
    max-width: 7rem;
}

.table-tabelapremiacaoranking {}

.table-tabelapremiacaoranking th {
    width: 140px;
}

.table-tabelapremiacaoranking th:last-child {
    width: 100%
}

.link-laranja {
    color: #cc9818;
}



.monthly table.table-condensed thead tr:nth-child(2),
.monthly table.table-condensed tbody {
    display: none;
}

.daterangepicker.monthly .drp-calendar,
.daterangepicker.yearly .drp-calendar {
    width: 1000px !important;
}

.toggle-password-icon {
    bottom: 30px;
    right: 10px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
}
