html,
body {
    min-height: 100%;
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans-Regular.ttf");
}

@font-face {
    font-family: "Open Sans Bold";
    src: url("../fonts/OpenSans-Bold.ttf");
}

@font-face {
    font-family: "Montserrat Regular";
    src: url("../fonts/Montserrat-Regular.ttf");
}

@font-face {
    font-family: "Montserrat SemiBold";
    src: url("../fonts/Montserrat-SemiBold.ttf");
}

@font-face {
    font-family: "Montserrat Bold";
    src: url("../fonts/Montserrat-Bold.ttf");
}


body {
    font-family: "Montserrat Regular";
    font-size: 14px;
}

/* Início Reptikos */

.top-bar {
    background-color: #5954fc;
    height: 20px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}


.footer {
    height: 35px;
    background-size: 100% 100%;
    position: relative;
    bottom: 0;
    padding: 0.1% 0;
    z-index: 1;
    margin-top: 65px;
    width: 100%;
    background-color: #5954fc;
    color: white;
    text-align: center;
    position: relative;
    padding: 10px 0;
}

.wrapper-login {
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;
    height: calc(100vh - 100px); 
    padding-bottom: 50px;
}

.form-logo {
    margin-top: 40px; 
    margin-bottom: 30px; 
}

.form-logo img {
    width: 400px;
}

.form-action {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    width: 400px;
}

.form-action input[type="text"],
.form-action input[type="password"],
.form-action input[type="email"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    font-size: 16px;
}

.form-action .btn {
    width: 100%;
    background-color: #ff9500;
    border: none;
    padding: 10px;
    color: #ffffff;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

.form-action .btn:hover {
    background-color: #e08500;
}

.text-pass {
    margin-bottom: 15px;
    text-align: right;
}

.text-pass a {
    color: #6c757d;
    font-size: 14px;
    text-decoration: none;
}

.erro-login {
    border: 2px solid #ff9500;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: #000;
    margin: 10px 0 10px 0;
    padding-top: 15px;
    display: none;
} 

.form-group {
    position: relative;
    margin-bottom: 15px;
}

.show-senha {
    position: absolute;
    right: 10px;
    top: 70%;
    transform: translateY(-50%);
    cursor: pointer;
}

.btn-group {
    display: flex;
    flex-direction: column; 
    gap: 5px; 
}

.btn-group-login, .btn-group-vertical-login {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.btn {
    border-radius: 5px; 
}

.btn-cancelar {
    border-radius: 5px !important;  
}

.btn-group>.btn .btn-cancelar {
    border-top-left-radius: 5px;  
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.cor-menu-servicos {
    background-color: #5954fc;
}

.cor-rodape {
    background-color: #5954fc;
}

.cor-modal {
    background-color: #ff9500;
}

.cor-botoes-grandes {
    background-color: #ff9500;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.logotipo img {
    margin-top: 10px;
    margin-left: 10px;
}

.logotipo-interna img {
    margin-top: 10px;
    margin-left: 10px;
    width: 55%;
}

.menubar {
    width: 100%;
    height: 48px;
    float: left;
}

.menubar ul,
.menubar-footer ul {
    margin-left: 1vw;
    padding: 0;
}

.menubar ul li,
.menubar-footer ul li {
    display: inline-block
}

.menubar ul li a,
.menubar-footer ul li a {
    float: left;
    width: 50px;
    height: 48px;
    text-align: center;
    margin-right: 2px;
    padding-top: 10px;
}

.menubar ul li a:hover,
.menubar-footer ul li a:hover {
    background-color: #e08500;
}

.menubar-footer {
    display: none;
}

#ff9500

.rastro,
.rastro-2,
.btn-opcoes {
    text-align: left;
    padding-left: 0;
}

.rastro {
    font-size: 19px;
    color: #5954fc;
    text-transform: uppercase;
    font-family: "Open Sans Bold";
    margin-top: 20px;
}

.rastro-2 {
    font-size: 16px;
    color: #5954fc;
    text-transform: uppercase;
    font-family: "Open Sans Bold";
    margin-top: 15px;
}

.rastro-gerenciador {
    font-family: "Montserrat Bold";
    font-size: 16px;
    margin-top: 20px;
    color: #5954fc;
}

.rastro-gerenciador-title-pasta {
    font-family: "Montserrat Bold";
    font-size: 18px;
    margin-top: 20px;
    color: #5954fc;
}

.label-cor-topo-1 {
    font-size: 13px;
    color: #5954fc;
    text-transform: uppercase;
    font-family: "Open Sans Bold";
}

.label-cor-topo-mobile {
    font-size: 13px;
    color: #5954fc;
    text-transform: uppercase;
    font-family: "Open Sans Bold";
}

.label-black {
    font-size: 14px;
    color: #5954fc;
    text-transform: uppercase;
    font-family: "Open Sans";
}

.label,
.label-cor-1 {
    font-size: 15px;
    color: #5954fc;
    text-transform: uppercase;
    font-family: "Open Sans Bold";
}

.label-cor-2 {
    font-size: 14px;
    color: #5954fc;
    text-transform: uppercase;
    font-family: "Open Sans Bold";
}

.label-cor-3 {
    font-size: 17px;
    color: #5954fc;
    text-transform: uppercase;
    font-family: "Open Sans Bold";
}

.titulo-itens {
    font-family: "Open Sans Bold";
    font-size: 16px;
    color: #5954fc;
    text-transform: uppercase;
    margin-top: 10px;
}

.title-procedimento {
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Open Sans Bold";
    color: #5954fc;
    float: left;
    margin-right: 4px;
    vertical-align: middle;
}

.cadastro-item {
    width: 100%;
    height: 150px;
    border-radius: 10px;
    margin-bottom: 30px;
    text-align: center;
}

.cadastro-link {
    width: 100%;
    height: 100%;
    float: left;
    color: #ffffff;
    font-size: 12pt;
    text-transform: uppercase;
    font-family: "Open Sans Bold";
}

.cadastro-link img {
    height: 70px;
}

.cadastro-link:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #e08500;
    border-radius: 10px;
}

.btn-cor-1,
.btn-cor-2 {
    text-transform: uppercase;
    font-family: "Open Sans Bold";
    color: #ffffff;
    font-size: 12px;
}

.btn-cor-1 {
    background-color: #ff9500;
}

.btn-cor-2 {
    background-color: #7d7d7d;
}

.label-bold {
    font-weight: 700;
}

/* Gerenciador de arquivos */

.form-control-gerenciador {
    display: block;
    padding-left: 40px;
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: rgb(242, 242, 242);
    background-clip: padding-box;
    border: 0px;
    border-radius: .65rem;
    transition: border-color .05s ease-in-out, box-shadow .05s ease-in-out;
}

.btn-gerenciador {
    font-family: "Open Sans Bold";
    color: #ffffff;
    font-size: 13px;
    background-color: #ff9500;
    text-transform: uppercase;
    border-radius: 0;
    height: 35px;
}

.btn-input-gerenciador {
    margin-top: -39px;
    margin-left: 10px;
    float: left;
}

.placeholder-text::placeholder {
    font-size: 16px;
}

.seta_para_o_lado {
    top: 16px;
    width: 7px;
    height: 11px;
    z-index: 226;
}

.text-gerenciador {
    padding-left: 10px;
    font-size: 14px;
    text-transform: none;
    font-family: 'Montserrat semibold';
    color: #7c7c7c;
}

.margem-pastas {
    margin-left: 20px;
}

.margem-pastas-2 {
    margin-left: 35px;
}

.margem-pastas-3 {
    margin-left: 50px;
}

.margem-pastas-4 {
    margin-left: 65px;
}

.exibe_lixeira {
    display: none;
}

.fonte-lista-usuarios {
    font-size: 14px;
}

.fonte-lista-usuarios-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
}

.fonte-usuario-filtros {
    font-size: 14px;
}

.margem-botao {
    margin-top: 48px;
}


/* Fim Gerenciador de arquivos */


/* Botões da HOME */

.botao-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; 
    margin-top: 20px;
}

.col-botoes-home {
    margin-bottom: 20px; 
    display: flex;
    justify-content: center;
    width: 100%;
}

.cor-botoes-grandes-home {
    background-color: #ff9500; 
    border-radius: 10px; 
    width: 437.7px; 
    height: 150px; 
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); 
}

.cadastro-link {
    display: block;
    color: #fff;
    font-size: 16px;
    font-family: "Open Sans Bold";
    text-transform: uppercase;
}

.cadastro-link img {
    height: 70px;
    display: block;
    margin: 0 auto 10px; 
}

.cadastro-link:hover {
    color: #fff;
    text-decoration: none;
}

/* FIM BOTÕES HOME */

.cadastro-item {
    width: 100%;
    height: 150px;
    background-color: #ff9500; 
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

/* .form-box {
    width: 95%;
} */


/* Fim Reptikos */

.wrapper {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* .wrapper-home,
.wrapper-home-2 {
    background-image: url(../images/background.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
} */

.botao-maior {
    width: 110px;
    margin-bottom: 10px;
}

.ocultar-notificacao {
    display: none;
}

.rolagem-tab-relatorios {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.wrapper-home {
    background-position: 100% 90px;
    background-size: 80%;
}

.wrapper-home-2 {
    background-position: 100% 195px;
    background-size: 80%;
}

.background-contrato {
    background-image: url(../images/rodape-contrato.png);
    background-repeat: no-repeat;
    margin-top: 45px;
    background-position: 100% 90px;
    background-size: 120%;
}

.content {
    width: 98%;
    flex-direction: column;
    flex: 1;
    margin: 0 0 0 1%;
   /* padding-bottom: 100px;
     min-height: 650px; */
}

.content-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.top {
    float: left;
    width: 100%;
    height: 15px;
    background-color: #c03470;
}

.resultado-relatorio {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

.btn {
    border-radius: 0;
}

.mg-label-botoes {
    margin-top: 50px;
}

.mg-label-botoes-proced-1 {
    margin-top: 46px;
}

.mg-label-botoes-proced-2 {
    margin-top: 50px;
}

.mg-label-botoes-proced-3 {
    margin-top: 40px;
}

.mg-label-botoes-proced-4 {
    margin-top: 30px;
}

.mg-label-botoes-proced-5 {
    margin-top: 53px;
}


/* Material icons tamanho */

.tamanho-icons {
    font-size: 24px;
}

/* Posição Icone Whatsapp */

.posicao-ico-whatsapp {
    margin-top: 11px;
    margin-left: 10px;
}

/* Alinhar texto box foto */

.alinha-texto-box-foto {
    text-align: center;
    margin-top: -28px;
}

/* Fim alinhar texto box foto */

a {
    cursor: pointer;
}

a:hover {
    color: #ff9500;
    text-decoration: none;
}

a.link_kombit:link {
    text-decoration: none;
    color: #ffffff;
}

a.link_kombit:visited {
    text-decoration: none;
    color: #ffffff;
}

a.link_kombit:hover {
    text-decoration: underline;
    color: #dedede;
}

.espaco-select {
    margin-right: 10px;
}

.form-control {
    display: block;
    width: 100%;
    height: 35px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #2e2e2e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .05s ease-in-out, box-shadow .05s ease-in-out;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: 35px;
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #2e2e2e;
    vertical-align: middle;
    background: #fff no-repeat right .75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select-status-home {
    display: inline-block;
    width: 175px;
    height: 35px;
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff no-repeat right .75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.title-wrapper img {
    width: 40%;
    margin-left: -100px;
    margin-bottom: 50px;
}

.form-wrapper {
    margin-top: 30%;
}

.material {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    background-color: transparent;
    font-size: 10pt;
}

::placeholder {
    font-size: 12px;
    margin-left: 10px;
}

::placeholder,
a {
    color: #939393;
    opacity: 1;
}

.form-label {
    color: #000000;
}

.form-label-2 {
    color: #000000;
    font-weight: 700;
}

.combo-select {
    font-family: "Open Sans";
    font-size: 12px;
    color: #2e2e2e;
}

.label-troca-foto {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Open Sans Bold';
    color: #ffffff;
}

.btn-entrar {
    width: 100%;
    padding: 10px 0 5px 0;
    margin-top: 20px;
    margin-bottom: 10px;
}

.btn-entrar-2 {
    width: 50%;
    padding: 10px 0 5px 0;
    margin-top: 20px;
    margin-bottom: 10px;
}

.btn-x {
    width: 85%;
    padding: 10px 0 5px 0;
}

.btn-x2 {
    width: 100%;
    padding: 10px 0 5px 0;
    margin-top: 39px;
    margin-bottom: 10px;
}

.btn-x3 {
    width: 100%;
    padding: 10px 0 5px 0;
    margin-bottom: 10px;
}

.btn-exportar {
    width: 70%;
    padding: 10px 0 5px 0;
}

.btn-full {
    width: 100%;
    padding: 10px 0 5px 0;
    margin-bottom: 10px;
}

.alinha-btn-login {
    text-align: center;
}

.alinha-btn-login-2 {
    text-align: right;
}

.alinha-btn {
    text-align: center;
}

.btn-centraliza {
    margin-left: auto;
    margin-right: auto;
}

.font-form {
    font-family: "Open Sans Bold";
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 15px;
}

.font-form-2 {
    font-family: "Open Sans Bold";
    font-size: 12px;
    text-transform: uppercase;
}

.font-form-3 {
    font-family: "Open Sans Bold";
    font-size: 12px;
    text-transform: uppercase;
}

.font-form-4 {
    font-family: "Open Sans Bold";
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 0;
}

.cabecalho-tab {
    text-transform: uppercase;
    font-family: "Open Sans Bold";
}

.texto-footer {
    text-align: center;
    font-family: "Open Sans Bold";
    font-size: 9pt;
    text-transform: uppercase;
    color: #ffffff;
    padding-top: 5px;
}

.btn-input {
    margin-top: -30px;
    margin-right: 5px;
    float: right;
}

.btn-input-left {
    margin-top: -30px;
    margin-left: 5px;
    float: left;
}

.search placeholder {
    font-size: 10px;
}

.header {
    padding: 15px;
    background-color: #ededed;
}

.col-user {
    /* width: 100%; */
    float: left;
    margin: 30px 0 0 0;
}

.notificacao-img {
    margin-top: 35px;
    margin-left: -60px;
    display: none;
}

.user {
    margin-right: 10px
}

.destaque {
    border: 1px solid #c03470;
    padding: 7px;
    background-color: #fff;
}

.btn-opcoes:focus {
    box-shadow: none;
}

.filtragem {
    font-size: 14px;
    text-transform: uppercase;
}

.btn-filtragem {
    width: 140px;
}

.margem-btn-prn-home {
    margin-left: 5px;
}

.select-opcoes,
.select-calendar {
    display: block;
    max-width: 130px;
}

.card,
.card-body {
    background: transparent;
    border: none;
}

.seta_para_cima {
    position: absolute;
    left: 165px;
    top: 16px;
    width: 11px;
    height: 7px;
    z-index: 226;
}

.alinha-opcoes {
    margin-top: 10px;
    margin-bottom: 15px;
}

.margem-titulos {
    margin-top: 15px;
}

.alinha-titles {
    padding-left: 25px;
}

.form-control-agenda {
    display: block;
    width: 30%;
    height: 35px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .05s ease-in-out, box-shadow .05s ease-in-out;
}

.table-emporium thead,
.table-emporium .table-header {
    background-color: #7d7d7d;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0 10px 0;
    font-family: "Open Sans Bold";
}


.foto {
    max-width: 170px;
    height: 180px;
    background-color: #ccc;
}

.foto p {
    vertical-align: middle;
    text-align: center;
    padding-top: 70px;
}

.table-bordered td,
.table-bordered th {
    /* border: 1px solid #dee2e6; */
    border: none;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    text-align: center;
    text-transform: uppercase;
}

.page-link {
    background-color: #c03470;
    color: #fff;
    text-transform: uppercase;
    font-family: "Open Sans";
    margin: 0 5px 0 5px;
}

.table-emporium-mobile {
    width: 90%;
    margin-left: 5%;
}

.table-emporium-mobile ul {
    padding: 0;
}

.table-emporium-mobile ul li {
    list-style: none;
    padding: 5px 0 5px 0;
    background-color: #ededed;
    margin: 15px 0 15px 0;
    border-radius: 5px;
}

.table-emporium-mobile,
.menu-hamburguer {
    display: none;
}

.table-emporium-mobile button {
    width: 100%;
}

.cor-col-bloqueado {
    background-color: #000000;
    color: #ffffff;
    cursor: not-allowed;
}

.cor-col-disponivel {
    cursor: pointer;
}

.cor-col-disponivel:hover {
    background-color: #e7adc7;
}

.btn-y {
    margin: 0 7px 7px 0;
}

.btn-icon {
    width: 65px !important;
    margin: 5px !important;
}

.btn-icon img {
    width: 90%;
}

.btn-hamburguer {
    width: 62px;
    height: 54px;
    position: absolute;
    top: 40px;
    left: 15px;
    z-index: 9999;
}

.btn-hamburguer img {
    width: 40px;
}

.dropdown-menu a,
.menu-hamburguer a.dropdown-item {
    padding: .5rem
}

.dropdown-menu a img,
.menu-hamburguer a.dropdown-item img {
    width: 18px;
    margin-right: .5rem;
}

.menu-hamburguer ul {
    width: 100%;
    border-top: 1px solid #ccc;
}

.label-user img {
    width: 24px;
    margin: .4rem;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #c03470;
}

input:focus+.slider {
    box-shadow: 0 0 1px #c03470;
}

input:checked+.slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.form-periodo select {
    width: 46% !important;
}

.form-periodo-fechamento select {
    width: 95% !important;
}

.form-periodo span {
    margin: 0 2% 0 2%;
}

#demo.in {
    width: 100%;
}

#demo {
    width: 0px;
    transition: width 0.1s ease;
    -webkit-transition: width 0.1s ease;
    -moz-transition: width 0.1s ease;
    -o-transition: width 0.1s ease;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 30px;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 9999;
    background-color: #ffffff;
    padding: 0;
}

#demo ul li {
    list-style: none;
}

#demo ul {
    margin-left: 0;
    padding: 0;
}

.demo-wrapper {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px 10px 0 10px;
}

.dropdown-item {
    padding: .25rem 0;
}

.table-emporium {
    width: 100%;
    font-size: 13px;
}

.table-emporium .table-body {
    margin-top: 10px;
    margin-bottom: 15px;
}

.table-emporium .table-body .row {
    padding: 10px 0 10px 0;
    border: 1px solid #dee2e6;
    margin-top: -1px;
}

.table-emporium .table-body .row:nth-child(odd) {
    background-color: rgba(0, 0, 0, .05);
}

.table-emporium .table-body .row:hover {
    cursor: pointer;
    background-color: #ecbfd3;
    color: black;
}

.width-90 {
    width: 90%;
    margin-left: 5%;
}

.table-emporium-desktop {
    font-size: 13px;
}

.table-emporium-desktop {
    /* width: 90%;
    margin-left: 5%; */
    font-size: 13px;
}

.table td {
    padding: .50rem 0 .50rem 0
}

.table td.button {
    padding: .45rem 0 0 0;
}

.table td.check {
    padding: .9rem .75rem 0 .75rem;
}

.input-check {
    margin: .6rem .6rem 0 0;
}


.table th {
    padding: .75rem;
}

.buttons {
    width: 20%;
}

.btn-group {
    white-space: nowrap;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    margin: 17% auto;
    padding: 40px 20px 0 20px;
    border: 1px solid #888;
    width: 50%;
    min-height: 170px;
    color: #fff;
    text-align: center;
}

.modal-content button {
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    margin-top: 10px;
    color: #c03470;
    font-weight: bold
}

.borda-cliente-CRM {
    border: #bdbdbd solid 1px;
    background-color: #f7f7f7;
    margin-top: 30px;
}

.title-crm-cliente {
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Open Sans Bold";
    color: #c03470;
}

.title-campos-crm-cliente {
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Open Sans Bold";
}

.centralizado {
    margin: 0 auto;
}

.texto-title-campos-crm-cliente {
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Open Sans";
}

.img-grafico-CRM {
    margin-top: 30px;
}

.box-clientes-CRM {
    margin: 10px 5px 10px 5px;
}

.label-pesquisa-cliente-CRM {
    font-size: 13px;
    color: #939393;
    text-transform: uppercase;
    font-family: "Open Sans Bold";
}

.espaco-top-da-linha {
    padding-top: 10px;
}

.margem-bottom-lightbox {
    margin-bottom: 10px;
}

.thumb_imagens img {
    max-width: 100px;
}

.texto-alerta {
    font-size: 13px;
    font-weight: bold;
    color: #000000;
}

.titulo-alerta {
    font-size: 20px;
    color: #000000;
    font-family: "Farro Medium";
}

.alert-success {
    color: #000000;
    background-color: #f6f1f1;
    border-color: #9e9e9e;
}

.conta-registros {
    font-size: 12px;
    font-weight: bold;
}

/*  Início Contrato */


.titulo-contrato {
    font-family: "Open Sans Bold";
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    margin-top: 10px;
    margin-bottom: 30px;
}

.sub-titulo {
    font-family: "Open Sans Bold";
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.corpo-contrato {
    font-family: "Open Sans";
    font-size: 17px;
    margin-bottom: 20px;
}

.corpo-contrato-2 {
    font-family: "Open Sans";
    font-size: 17px;
    margin-bottom: 20px;
    text-transform: none;
    text-align: justify;
}

.corpo-contrato-3 {
    font-family: "Open Sans";
    font-size: 17px;
    margin-top: 40px;
    margin-bottom: 40px;
    text-transform: none;
}

.icons-contrato-print {
    float: right;
}

.espaco-marca-contrato {
    margin-bottom: 20px;
    margin-top: 20px;
}

.site-contrato {
    font-family: "Open Sans";
    font-size: 15px;
    text-transform: none;
    margin-top: 10px;
}

.w-contrato {
    width: 90%;
}

.icons-contrato ul li {
    display: inline-block;
    padding-right: 10px;
    padding-top: 10px;
}

/*  Fim Contrato */

.margem-btn-6 {
    margin-top: 26px;
}

.margem-seletor-data {
    margin-top: 37px;
}

.alinha-seletor {
    text-align: center;
}

.alinha-visual-agenda {
    text-align: left;
    margin-top: 37px;
}

.pd-txt-data2 {
    font-weight: bold;
}

.erro-dado {
    border: 1px solid #c03470;
    font-size: 10px;
    color: #c03470;
    padding-left: 5px;
    padding-right: 5px;
}

[list]::-webkit-calendar-picker-indicator {
    display: none;
}

select[readonly] {
    background: #eee;
    pointer-events: none;
    touch-action: none;
}

/* Agenda */

table {
    width: 100%;
    table-layout: auto;
    background-color: #fff;
    border-collapse: collapse;
    font-size: 14px;
    /* text-align: center; */
}

table p {
    margin: 0;
    font-size: 11px;
}

table.center {
    margin-left: auto;
    margin-right: auto;
}

.table-agenda thead {
    text-align: center;
}

.tabela-agenda tr {
    margin: 0;
    padding: 0;
}

.tabela-agenda th {
    position: sticky;
    top: 0px;
    font-size: 12px;
    z-index: 1;
    border: 1px solid #dedede;
    min-width: 220px;
    background-color: #7d7d7d;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0 10px 0;
    font-family: "Open Sans Bold";
}

.tabela-agenda td {
    font-size: 12px;
    text-align: center;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-left: 1px solid #dedede;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    min-width: 220px;
}

.tabela-agenda tr>th:first-child,
tr>td:first-child {
    position: initial !important;
    left: 0;
    z-index: 1000;
}

.tabela-agenda-2 tr>th:first-child,
tr>td:first-child {
    position: sticky;
    left: -15px;
    z-index: 1000;
}

.tabela-agenda-2 tr:nth-child(odd) td:first-child {
    background: #fff;
}

.tabela-agenda-2 tr:nth-child(even) td:first-child {
    background: #dedede;
}

.table-agenda-2 thead {
    text-align: center;
}

.tabela-agenda-2 tr {
    margin: 0;
    padding: 0;
}

.tabela-agenda-2 th {
    position: sticky;
    top: 0px;
    font-size: 12px;
    z-index: 1;
    border: 1px solid #dedede;
    min-width: 220px;
    background-color: #7d7d7d;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0 10px 0;
    font-family: "Open Sans Bold";
}

.tabela-agenda-2 td {
    font-size: 12px;
    text-align: center;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-left: 1px solid #dedede;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    min-width: 220px;
}

.tabela-div {
    height: 550px;
    overflow: auto;
    position: sticky;
    top: 15px;
}

.tabela-div-agend-proced {
    height: 600px;
    overflow: auto;
    position: sticky;
    top: 15px;
}

.coluna-hora-agenda {
    width: 10px;
}

.agendamento a {
    color: #fff;
}

.agendamento:hover {
    border: solid 2px black;
}

.list-div li {
    list-style: none;
}

.cor-agendamento-azul {
    background-color: blue;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid;
    padding: 10px 10px 10px 10px;
    margin: 0;
}

.cor-agendamento-vermelho {
    background-color: red;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid;
    padding: 10px 10px 10px 10px;
}

.cor-agendamento-amarelo {
    background-color: #fbee2e;
    color: #000;
    font-size: 13px;
    font-weight: 550;
    border: 1px solid;
    padding: 10px 10px 10px 10px;
}

.cor-agendamento-verde {
    background-color: #3fb011;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid;
    padding: 10px 10px 10px 10px;
}

.cor-agendamento-cinza {
    background-color: #dedede;
    color: #000;
    font-size: 13px;
    font-weight: 550;
    border: 1px solid;
    padding: 10px 10px 10px 10px;
}

.container-div-agenda {
    height: 500px;
    overflow-y: auto;
}

.modal-content-agenda {
    margin: 20% auto;
    width: 100%;
    min-height: 170px;
    color: #fff;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

.modal-title {
    color: #fff;
    font-weight: 600;
}

.modal-body {
    color: #000;
}

.modal-header {
    background-color: #c03470;
    color: #fff;
}

.alinha-tab-conteudo {
    text-align: center;
    height: 45px;
    vertical-align: middle;
    text-transform: uppercase;
}

/* Barra de rolagem - Works on Firefox */

* {
    scrollbar-width: thin;
    scrollbar-color: #dedede #c1c1c1;
}

/* Barra de rolagem - Works on Chrome, Edge, and Safari */

*::-webkit-scrollbar {
    width: 8px;
}

*::-webkit-scrollbar-track {
    background: #dedede;
}

*::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;

}

.title-text,
.box,
.menubar {
    display: inline;
}

.notification-container {
    position: relative;
    display: inline-block;
    margin-left: -130px;
    margin-top: 30px;
    z-index: 1000;
}

.notification-icon {
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 3px 6px;
    cursor: pointer;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    width: 24px;
    height: 24px;
}

.notification-panel {
    display: none;
    position: absolute;
    top: 35px;
    right: 0;
    width: 250px;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 100;
    max-height: 300px;
    overflow-y: auto;
}

.notification-item {
    padding: 10px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 11px;
    cursor: pointer;
}

.notification-item:hover {
    background-color: #f5f5f5;
    color: #000000
}

.lido {
    background-color: #e9e9e9;
    color: #5d5d5d
}

.mark-all-read {
    width: 100%;
    padding: 10px;
    background-color: #c03470;
    color: white;
    border: none;
    cursor: pointer;
    text-align: center;
}

/* TABELA HORIZONTAL */

.table-responsive {
    overflow-x: auto;
    max-height: 550px;
    overflow-y: auto;
}

.table {
    min-width: 750px;
    border-collapse: collapse;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
}

.table thead th {
    position: sticky;
    top: 0;
    background-color: #7d7d7d;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    z-index: 1;
    padding: 8px;
    white-space: nowrap;
    text-transform: uppercase;
}

.table tbody tr td {
    font-weight: 400;
    font-size: 12px;
    padding: 8px;
    border: 1px solid #ddd;
    text-transform: uppercase;
}

.table tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.table tbody tr:hover {
    background-color: #ecbfd3;
}

/* Fixar a primeira coluna */
.table tbody tr td:first-child,
.table thead th:first-child {
    position: sticky;
    left: 0;
    z-index: 3;
    background-color: #fff; /* Cor de fundo da primeira coluna */
}


/* Estilos personalizados para o paginador */

.pagination .page-link {
    color: #fff !important;
    background-color: #c03470 !important;
    border-color: #c03470 !important;
}

.pagination .page-item.active .page-link {
    background-color: #fff !important;
    color: #c03470 !important;
    border-color: #c03470 !important;
}

.pagination .page-link:hover {
    color: #c03470 !important;
    background-color: #fff !important;
    border-color: #c03470 !important;
}



@media (max-width: 575.98px) {

    /* gerenciador */

    .exibe-arvore {
        display: none;
    }

    .exibe_lixeira {
        display: block;
    }

    .btn-lixeira {
        font-family: "Open Sans Bold";
        color: #fff;
        font-size: 18px;
        background-color: #939393;
        border-radius: 0.65rem;
        height: 50px;
    }

    .btn-gerenciador {
        font-size: 18px;
        height: 50px;
    }

    .rastro-gerenciador {
        font-family: "Open Sans Bold";
        font-size: 15px;
        margin-top: 20px;
        color: #000;
    }

    .rastro-gerenciador-title-pasta {
        font-family: "Open Sans Bold";
        font-size: 16px;
        margin-top: 20px;
        color: #000;
    }

    .fonte-lista-usuarios {
        font-size: 11px;
    }

    .fonte-lista-usuarios-title {
        font-size: 13px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .fonte-usuario-filtros {
        font-size: 13px;
    }

    .margem-botao {
        margin-top: 20px;
    }

    /* Fim  gerenciador */

    .img-grafico-CRM {
        margin-top: 30px;
        width: 100%;
    }

    .btn-y {
        display: block;
        width: 100%;
        margin: 0 7px 7px 0;
    }

    .btn {
        width: 100%;
    }

    .btn-login {
        margin-top: 30px;
        width: 70%;
        /* margin-left: 15%; */
    }

    /* Posição icone WhatsApp */

    .posicao-ico-whatsapp {
        margin-top: 35px;
        margin-left: 10px;
    }

    .title-text,
    .box,
    .menubar {
        display: none;
    }

    .form-wrapper {
        margin-top: 60px;
    }

    body {
        background-size: 150%;
        background-position: 10px center;
    }


    .col-user {
        display: none;
    }

    .notificacao-img {
        margin-top: 0px;
        margin-left: 0px;
        display: none;
    }

    .wrapper-home,
    .wrapper-login {
        background-size: 130%;
    }

    .wrapper-home {
        background-position: 40px 285px;
    }

    .wrapper-login {
        background-position: 50px 120px;
    }

    .logotipo {
        text-align: center;
        margin-bottom: 30px;
    }

    .logotipo img {
        width: 75%;
    }

    .footer {
        height: 48px;
    }

    .menubar-footer {
        display: block;
    }

    .menubar-footer ul {
        text-align: center;
    }

    .menubar-footer,
    .menubar-footer ul {
        margin-bottom: 0;
    }

    .table-emporium-desktop {
        display: none;
    }

    .table-emporium-mobile,
    .menu-hamburguer {
        display: block;
    }

    .cadastro-item {
        width: 80%;
        margin-left: 10%;
        text-align: center;
    }

    .modal-content {
        margin: 45% auto;
        width: 90%;
    }

    .modal-content button {
        width: 25%;
    }

    .table-emporium .table-header {
        display: none;
    }

    .table-emporium .table-body .table-content {
        display: inline-flex;
        align-items: center;
    }

    .table-emporium .table-body .row {
        padding: 5px 0 5px 0;
        background-color: #ededed;
        margin: 15px 0 15px 0;
        border-radius: 5px;
    }

    .table-mobile {
        display: inline-block;
    }

    .table-desktop {
        display: none;
    }

    .table-agendamento {
        padding: 10px 0 10px;
        border: 1px solid #b9bbbd;
        margin-top: -1px;
    }

    .label-troca-foto {
        font-size: 12px;
        text-transform: uppercase;
        font-family: 'Open Sans Bold';
        color: #ffffff;
    }

    .td_table {
        visibility: hidden;
    }

    .rastro {
        font-size: 16px;
        color: #000;
        text-transform: uppercase;
        font-family: "Open Sans Bold";
    }

    .thumb_imagens img {
        max-width: 200px;
    }

    .input-check {
        margin: -0.4rem 0.6rem 0 0;
    }

    .margem-botao-1 {
        margin-top: 40px;
    }

    /* Posição Icone Whatsapp */

    .posicao-ico-whatsapp {
        margin-top: 35px;
        margin-left: 10px;
    }


}

@media (max-width: 576px) {

    .table tbody tr td:first-child,
    .table thead th:first-child {
        position: sticky;
        left: 0;
        z-index: 3;
        background-color: #fff; 
    }

    .tabela-agenda-2 tr>th:first-child {
        position: sticky;
        left: -15px;
        z-index: 1000;
    }

    .tabela-agenda-2 tr>td:first-child {
        position: sticky !important;
        left: -15px;
        z-index: 1000;
    }

    .tabela-agenda tr>th:first-child,
    tr>td:first-child {
        position: initial;
        left: 0;
        z-index: 1000;
    }

    .img-grafico-CRM {
        margin-top: 30px;
        width: 65%;
    }

    .alinha-btn-login-2 {
        text-align: center;
    }

    .title-text,
    .box,
    .menubar {
        display: none;
    }

    .margem-seletor-data {
        margin-top: 25px;
    }

    .alinha-visual-agenda {
        text-align: center;
    }

    .margem-btn-prn-home {
        margin-left: 50px;
    }

    .posicao-ico-whatsapp {
        margin-top: 32px;
        margin-left: 10px;
    }

    body {
        background-size: 150%;
        background-position: 10px center;
    }

    .form-wrapper {
        margin-top: 60px;
    }

    .input-check {
        margin: 0.1rem 0.3rem .2rem .2rem;
    }

    .btn {
        width: 100%;
    }

    .btn-login {
        margin-top: 30px;
        width: 70%;
    }

    .btn-y {
        display: block;
        width: 100%;
        margin: 0 7px 7px 0;
    }

    .col-user {
        display: none;
    }

    .wrapper-home,
    .wrapper-login {
        background-size: 120%;
    }

    .wrapper-home {
        background-position: 40px 250px;
    }

    .wrapper-login {
        background-position: 50px 120px;
    }

    .logotipo {
        text-align: center;
        margin-bottom: 30px;
    }

    .logotipo img {
        width: 50%;
    }

    .footer {
        height: 48px;
    }

    .menubar-footer {
        display: block;
    }

    .menubar-footer ul {
        text-align: center;
    }

    .menubar-footer,
    .menubar-footer ul {
        margin-bottom: 0;
    }

    .dropdown-menu {
        display: none;
    }

    /* Style the hamburger menu */

    .btn-group a.icon {
        background: black;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }

    /* Add a grey background color on mouse-over */

    .btn-group a:hover {
        background-color: #ddd;
        color: black;
    }

    .table-emporium-desktop {
        display: none;
    }

    .table-emporium-mobile,
    .menu-hamburguer {
        display: block;
    }

    .modal-content {
        margin: 45% auto;
        width: 90%;
    }

    .modal-content button {
        width: 20%;
    }

    .table-emporium .table-header {
        display: none;
    }

    .table-emporium .table-body .table-content {
        display: inline-flex;
        align-items: center;
    }

    .table-emporium .table-body .row {
        padding: 5px 0 5px 0;
        background-color: #ededed;
        margin: 15px 0 15px 0;
        border-radius: 5px;
    }

    .table-mobile {
        display: inline-block;
    }

    .table-desktop {
        display: none;
    }

    .form-check {
        position: relative;
        display: block;
        /* padding-left: 1.25rem; 
    margin-right: .75rem;*/
    }

    .label-troca-foto {
        font-size: 12px;
        text-transform: uppercase;
        font-family: 'Open Sans Bold';
        color: #ffffff;
    }

}

@media (max-width: 768px) {
    .notification-container {
        margin-top: 10px;
        margin-right: 0;
        margin-left: 15px;
        text-align: left;
    }

    .notification-panel {
        right: 10px;
        left: 10px;
        width: 250px;
        top: 32px;
    }

    .form-logo img {
        width: 100%;
    }

    .cor-botoes-grandes-home {
        width: 100%; 
        max-width: 100%; 
    }

    .col-botoes-home {
        justify-content: center;
    }


    .logotipo-interna {
        text-align: center; 
    }

    .logotipo-interna img {
        margin-left: 0; 
        margin-right: 0; 
        width: 75%; 
    }

}


@media (min-width: 768px) and (max-width: 991.98px) {

    .img-grafico-CRM {
        margin-top: 30px;
        width: 65%;
    }

    .user {
        display: none;
    }

    .btn-y {
        display: block;
        width: 100%;
        margin: 0 7px 7px 0;
    }

    .table-emporium-desktop {
        display: none;
    }

    .table-emporium-mobile {
        display: block;
    }

    .modal-content {
        margin: 30% auto;
        width: 90%;
    }

    .modal-content button {
        width: 20%;
    }

    .table-emporium .table-body .table-title {
        display: none;
    }

    .table-emporium .table-body .table-content {
        text-align: center;
    }

    .table-mobile {
        display: none;
    }

    .table-desktop {
        display: inline-block;
    }

    .input-check {
        margin: 0.1rem 0.3rem .2rem .2rem;
    }

    .label-troca-foto {
        font-size: 12px;
        text-transform: uppercase;
        font-family: 'Open Sans Bold';
        color: #ffffff;
    }

    .tabela-agenda-2 tr>td:first-child {
        position: sticky !important;
        left: -15px;
        z-index: 1000;
    }

    .alinha-visual-agenda {
        text-align: left;
        margin-top: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

    .img-grafico-CRM {
        margin-top: 30px;
        width: 65%;
    }

    .user {
        display: none;
    }

    .btn-y {
        display: block;
        width: 100%;
        margin: 0 7px 7px 0;
    }

    .modal-content {
        margin: 20% auto;
        width: 70%;
    }

    .modal-content button {
        width: 25%;
    }

    .table-emporium .table-body .table-title {
        display: none
    }

    .table-emporium .table-body .table-content {
        text-align: center;
    }

    .table-mobile {
        display: none;
    }

    .table-desktop {
        display: inline-block;
    }

    .form-check {
        position: relative;
        display: block;
    }

    .input-check {
        margin: 0.1rem 0.3rem .2rem .2rem;
    }

    .label-troca-foto {
        font-size: 12px;
        text-transform: uppercase;
        font-family: 'Open Sans Bold';
        color: #ffffff;
    }

}

@media (min-width: 1280px) {

    .btn-exportar {
        width: 65%;
        padding: 10px 0 5px 0;
    }

    .table-emporium .table-body .table-title {
        display: none;
    }

    .table-emporium .table-body .table-content {
        text-align: center;
    }

    .table-mobile {
        display: none;
    }

    .table-desktop {
        display: inline-block;
    }

    .label-troca-foto {
        font-size: 12px;
        text-transform: uppercase;
        font-family: 'Open Sans Bold';
        color: #ffffff;
    }

    .wrapper-home-2 {
        background-position: 100% 195px;
        background-size: 80%;
    }

    .notification-container {
        margin-left: -40px;
    }

}



@media print {

    html,
    body {
        margin: 0;
    }

    .header {
        padding: 15px;
        background-color: #000000;
    }

    .table-emporium {
        width: 100%;
        font-size: 12px;
    }

    .table-bordered {
        border: 1px solid #dee2e6;
    }

    .table {
        width: 100%;
        margin-bottom: 1rem;
        color: #212529;
    }

    .table-emporium thead,
    .table-emporium .table-header {
        background-color: #7d7d7d;
        color: #ffffff;
        text-align: center;
        text-transform: uppercase;
        padding: 10px 0 10px 0;
        font-family: "Open Sans Bold";
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .corpo-contrato-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .print-1 {
        -ms-flex: 0 0 8.3%;
        flex: 0 0 8.3%;
        max-width: 8.3%;
    }

    .print-2 {
        -ms-flex: 0 0 16.6%;
        flex: 0 0 16.6%;
        max-width: 16.6%;
    }

    .print-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .print-4 {
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
        max-width: 33.3%;
    }

    .print-5 .print-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .print-12 .print-11 .print-10 .print-9 .print-8 .print-7 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .no-print {
        visibility: hidden;
    }

    .quebra {
        page-break-before: always;
    }
}


.borda-curva-cima {
    border-top: solid #ff9500 2px; 
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}