@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700,800,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

body {
    background: #E4E9F7;
}

a {
    text-decoration: none;
    color: #fff;
}

p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

ul {
    margin-bottom: 0 !important;
}

.carregando-pagina {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffffd5;
    color: #003050;
}

.carregando {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffffd5;
    display: none;
    color: #003050;
}

.fa-circle-notch {
    font-size: 2.5em;
    color: #003050;
}

.logo-mixconnect-carregando {
    width: 200px;
}

.acesso {
    width: 100vw;
    height: calc(100vh - 70px);
}

.container-acesso {
    width: 500px !important;
    position: relative;
}

.logo-mixconnect-acesso {
    width: 250px;
}

.container-conteudo-pagina {
    display: flex;
    width: 100%;
    align-items: stretch;
}

.container-sidebar {
    min-height: 100vh;
    width: 280px;
}

.container-conteudo {
    padding: 10px;
    width: 100000%;
}

.sidebar {
    width: 270px;
    height: calc(100%) !important;
    background: #003050 !important;
    transition: all 0.3s;
}

.logo-mixconnect {
    width: calc(100% - 100px);
    margin-bottom: 10px;
}

.nav-item {
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 10px;
    align-items: center;
    transition: all 0.3s;
}

.nav-item:hover {
    background: #00416d !important;
    color: #fff !important;
}

.nav-item a:hover {
    color: #fff !important;
}

.nav-link {
    display: flex;
    align-items: center;
}

.nav-link i {
    margin-right: 15px;
    vertical-align: middle;
}

.nav-subitem {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 20px;
    border-radius: 10px;
    transition: all 0.3s;
}

.dropdown-menu {
    background: #003050 !important;
    border-radius: 10px;
}

.dropdown-item {
    color: #fff;
    transition: all 0.3s;
}

.dropdown-item:hover {
    background: #00a6b6 !important;
    color: #003050;
}

.sidebar.active {
    margin-left: -270px;
}

.nome-pagina {
    font-size: 25px !important;
    margin-left: 10px !important;
}

.sidebar-header {
    background-color: #00416d;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
}

.container-imagem-usuario {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 2px solid #00a6b6;
    padding: 2px;
}

.imagem-usuario {
    width: 100%;
    border-radius: 50%;
}

.container-imagem-usuario-configuracoes {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 2px solid #003050;
    padding: 2px;
}

.imagem-usuario-configuracoes {
    width: 100%;
    border-radius: 50%;
}

.dados-usuario span,
.dados-usuario small {
    display: block;
}

.atalhos {
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.botao-atalho {
    display: flex;
    align-items: center;
    margin: 0 15px;
    color: #003050;
}

.botao-atalho a {
    color: #003050;
    text-decoration: none;
    transition: all 0.3s;
}

.botao-atalho a:hover {
    color: #00a6b6;
}

.btn-configuracoes {
    color: #fff;
    transition: all 0.3s;
}

.btn-configuracoes:hover {
    color: #00a6b6;
}

.btn-primary {
    background: #003050;
    color: #fff;
    border-radius: 10px;
    outline: none;
    border: none;
    transition: 0.2s ease;
    height: 40px;
}

.btn-primary:hover {
    background-color: #00416d;
    color: #fff;
}

.btn.btn-primary:focus {
    background-color: #00416d;
    border-color: transparent;
    box-shadow: none;
}

.btn.btn-primary:active {
    background-color: #00416d;
}

.btn-secondary {
    background: #00a6b6;
    color: #fff;
    border-radius: 10px;
    outline: none;
    border: none;
    transition: 0.2s ease;
    height: 40px;
}

.btn-secondary:hover {
    background-color: #00bbcc;
    color: #fff;
}

.btn.btn-secondary:focus {
    background-color: #00bbcc;
    border-color: transparent;
    box-shadow: none;
}

.btn.btn-secondary:active {
    background-color: #00bbcc;
}

.btn-danger {
    background: #ef4136;
    color: #fff;
    border-radius: 10px;
    outline: none;
    border: none;
    transition: 0.2s ease;
    height: 40px;
}

.btn-danger:hover {
    background-color: #f14d41;
    color: #fff;
}

.btn.btn-danger:focus {
    background-color: #f14d41;
    border-color: transparent;
    box-shadow: none;
}

.btn.btn-danger:active {
    background-color: #f14d41;
}

.coluna-acoes {
    width: 100px !important;
}

.card {
    border-radius: 15px !important;
}

.input-field {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.input-object {
    position: absolute;
    width: 100%;
    height: 40px;
    outline: none;
    padding: 0 10px;
    line-height: 40px;
    border-radius: 10px;
    border: 2px solid #a7a7a7;
    background: transparent;
    transition: 0.1s ease;
    z-index: 1110;
    left: 0;
    color-scheme: dark;
}

.menu-pesquisa {
    height: calc(100% - 20px);
    width: 0;
    position: fixed;
    z-index: 1;
    top: 10px;
    right: 10px;
    background-color: #ffffffde;
    backdrop-filter: blur(5px);
    overflow-x: hidden;
    transition: 0.5s;
    transition: width 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    border-radius: 15px;
    webkit-box-shadow: 0px 0px 42px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 42px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 42px -10px rgba(0,0,0,0.75);
}

.conteudo-menu {
}

.menu-pesquisa .btn-fechar-menu {
    font-size: 36px;
    color: #003050;
}

textarea.input-object {
    position: absolute;
    width: 100%;
    height: 100px !important;
    outline: none;
    padding: 0 15px;
    border-radius: 10px;
    border: 2px solid #a7a7a7;
    background: transparent;
    transition: 0.1s ease;
    z-index: 1110;
    left: 0;
    color-scheme: dark;
}

.input-placeholder {
    position: absolute;
    color: #a7a7a7;
    margin: 0px 3px;
    padding: 0 10px;
    background-color: #fff;
    transition: 0.2s ease;
}

.card-input {
    border-color: #003050 !important;
    border-width: 2px !important;
}

.card-input-placeholder {
    position: absolute;
    color: #003050;
    padding: 0 3px;
    background-color: #fff;
    top: -13px !important;
    left: 16px !important;
}

.card-input {
    border-color: #003050 !important;
    border-width: 2px !important;
}

.card-input.disabled {
    border-color: #d4d4d4 !important;
    border-width: 2px !important;
    height: 200px !important;
}

.card-input-placeholder.disabled {
    position: absolute;
    color: #d4d4d4;
    padding: 0 3px;
    background-color: #fff;
    top: -13px !important;
    left: 16px !important;
}

.tox-tinymce {
    border: none !important;
}

/* .input-object:focus,
.input-object:valid {
    color: #003050;
    border: 2px solid #003050;
} */

/* .input-object:focus+.input-placeholder,
.input-object:valid+.input-placeholder {
    color: #003050;
    height: 25px;
    line-height: 35px;
    padding: 0 3px;
    transform: translate(10px, -16px);
    z-index: 1111;
} */

.custom-div-icon {
    background: transparent;
    border: none;
}

.marker-pin {
    width: 30px;
    height: 30px;
    border-radius: 50% 50% 50% 0;
    background: #ef4136;
    position: relative;
    transform: rotate(-45deg);
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
}

.marker-pin::after {
    content: '';
    width: 24px;
    height: 24px;
    margin: 3px 0 0 3px;
    background: #00a6b6;
    position: absolute;
    border-radius: 50%;
}

.custom-div-icon img {
    position: absolute;
    top: 11px !important;
    left: 5px !important;
    width: 20px !important;
    height: 20px !important;
    text-align: center;
    border-radius: 50% !important;
}

.custom-div-icon-resposta {
    background: transparent;
    border: none;
}

.marker-pin-resposta {
    width: 30px;
    height: 30px;
    border-radius: 50% 50% 50% 0;
    background: #cadd08;
    position: relative;
    transform: rotate(-45deg);
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
}

.marker-pin-inicio {
    width: 30px;
    height: 30px;
    border-radius: 50% 50% 50% 0;
    background: #00a6b6;
    position: relative;
    transform: rotate(-45deg);
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
}

.marker-pin-resposta::after {
    content: '';
    width: 24px;
    height: 24px;
    margin: 3px 0 0 3px;
    background: #003050;
    position: absolute;
    border-radius: 50%;
}

.marker-pin-inicio::after {
    content: '';
    width: 24px;
    height: 24px;
    margin: 3px 0 0 3px;
    background: #00a6b6;
    position: absolute;
    border-radius: 50%;
}

.custom-div-icon-resposta img {
    position: absolute;
    top: 11px !important;
    left: 5px !important;
    width: 20px !important;
    height: 20px !important;
    text-align: center;
    border-radius: 50% !important;
}

.custom-div-icon-inicio img {
    position: absolute;
    top: 11px !important;
    left: 5px !important;
    width: 20px !important;
    height: 20px !important;
    text-align: center;
    border-radius: 50% !important;
}

#map {
    height: 500px !important;
    border-radius: 15px !important;
}

.text-bold {
}

.min-h-100 {
    min-height: 100% !important;
}

.input-object:not(:placeholder-shown)+.input-placeholder,
.input-object:focus+.input-placeholder {
    color: #003050;
    height: 25px;
    line-height: 35px;
    padding: 0 3px;
    transform: translate(10px, -16px);
    z-index: 1111;
}

.input-object:focus:not(:placeholder-shown)+.input-placeholder {
    transform: translate(10px, -16px);
}

.input-object:focus,
.input-object:not(:placeholder-shown) {
    border-color: #003050;
    color: #003050;
}

.input-object:disabled+.input-placeholder {
    color: #d4d4d4;
    height: 25px;
    line-height: 35px;
    padding: 0 3px;
    transform: translate(10px, -16px);
    z-index: 1111;
    background-color: #fff;
}

.input-object:disabled {
    color: #d4d4d4;
    border: 2px solid #d4d4d4;
}

.input-placeholder-acesso {
    position: absolute;
    color: #a7a7a7;
    margin: 0px 3px;
    padding: 0 3px;
    background-color: #E4E9F7;
    transition: 0.2s ease;
}

.input-object:focus+.input-placeholder-acesso,
.input-object:valid+.input-placeholder-acesso {
    color: #003050;
    height: 25px;
    line-height: 35px;
    padding: 0 3px;
    transform: translate(10px, -16px);
    z-index: 1111;
}

.input-object:disabled+.input-placeholder-acesso {
    color: #d4d4d4;
    height: 25px;
    line-height: 35px;
    padding: 0 3px;
    transform: translate(10px, -16px);
    z-index: 1111;
    background-color: #fff;
}

.form-check-input:disabled {
    opacity: 1 !important;
    color: #d4d4d4 !important;
    background-color: #d4d4d4 !important;
}

.form-check-input:disabled~.form-check-label, .form-check-input[disabled]~.form-check-label {
    opacity: 1 !important;
    color: #d4d4d4 !important;
}

.input-field-image {
    border-width: 2px;
    border-radius: 10px;
    border-color: #003050;
    border-style: dashed;
    width: 100%;
    padding: 10px !important;
    position: relative;
}

.input-field-image.disabled {
    border-width: 2px;
    border-radius: 10px;
    border-color: #d4d4d4;
    color: #d4d4d4 !important;
    border-style: dashed;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px !important;
    position: relative;
}

.thumb-imagem-atendimento {
    border-radius: 15px !important;
    max-width: 100% !important;
    width: 100% !important;
}

.thumb-imagem-atendimento:hover {
    cursor: pointer;
}

.input-placeholder-image.disabled {
    color: #d4d4d4 !important;
}

.input-object-image {
    border-radius: 10px !important;
    transition: all 0.3s;
}

.input-object-image:hover {
    cursor: pointer;
}

.image-preview {
    max-width: 100%;
    max-height: 200px;
    margin-top: 10px;
}

.input-placeholder-image {
    color: #003050;
    background-color: #fff;
    padding: 0 3px;
    position: absolute;
    top: -14px;
    left: 10px;
}

.image-upload {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.rodape-acesso {
    width: 100%;
    height: 70px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #003050;
}

.container-conteudo-dinamico {
    margin-top: 11px !important;
}

.swal2-backdrop-show {
    z-index: 1112 !important;
}

.swal2-modal {
    background: #fff !important;
    border-radius: 20px !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background: #003050 !important;
    color: #fff !important;
    border-radius: 10px !important;
    outline: none !important;
    border: none !important;
    transition: 0.2s ease !important;
    height: 40px !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:hover {
    background-color: #00416d !important;
    color: #fff !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
    background-color: #00416d !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:active {
    background-color: #00416d !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
    background: #00a6b6 !important;
    color: #fff !important;
    border-radius: 10px !important;
    outline: none !important;
    border: none !important;
    transition: 0.2s ease !important;
    height: 40px !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel:hover {
    background-color: #00bbcc !important;
    color: #fff !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel:focus {
    background-color: #00bbcc !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel:active {
    background-color: #00bbcc !important;
}

.form-check-input:checked {
    background-color: #00a6b6 !important;
    border-color: #00a6b6 !important;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.progress {
    height: 4px !important;
}

.tab-control {
    background-color: #003050;
    border-radius: 15px !important;
    padding: 10px;
}

.tab-control-item {
    border: none !important;
    border-radius: 15px !important;
}

.tab-control-item a {
    color: #fff !important;
    border: none !important;
    border-radius: 15px !important;
}

.tab-control-item a:hover {
    color: #00a6b6 !important;
}

.tab-control-item:hover {
    background-color: transparent !important;
}

.tab-control-item .active {
    color: #00a6b6 !important;
    background-color: #00416d !important;
    border-radius: 15px !important;
}

.cabecalho-agenda {
    background-color: #003050;
    color: #fff;
    margin-bottom: 10px;
    height: 20px !important;
    line-height: 40px !important;
    font-size: 12px !important;
    padding-left: 10px !important;
    text-align: center !important;
}

.tabela-agenda {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 30px;
}

.tabela-agenda td {
    padding: 10px;
    text-align: center;
    position: relative;
    transition: all 03.s;
}

.tabela-agenda th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.tabela-agenda th:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.numero-dia {
    position: absolute;
    top: 5px;
    left: 5px;
}

.current-day {
    height: 75px !important;
    transition: all 0.3s;
}

.current-day:hover {
    background-color: lightgrey;
    border-radius: 15px;
}

.mes-atual {
    border-radius: 10px !important;
}

.mes-atual:hover {
    background-color: lightgrey;
    border-radius: 10px;

    .label-atendimento {
        background-color: #fff;
        color: #000;
    }
}

.outro-mes {
  color: lightgrey;
  height: 75px !important;
}

.container-atendimento {
    padding-left: 20px;
    max-height: 200px;
    overflow-x: hidden;
}

.label-atendimento {
    width: 100% !important;
    font-size: 10px !important;
    background-color: lightgray;
    border-radius: 6px;
    transition: all 0.3s;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.label-atendimento.status-P {
    border-left: 5px solid #00a6b6;
}

.label-atendimento.status-A {
    border-left: 5px solid #003050;
}

.label-atendimento.status-C {
    border-left: 5px solid #cadd08;
}

.label-atendimento.status-E {
    border-left: 5px solid #ef4136;
}

.label-atendimento:hover { 
    cursor: pointer;
}

.badge {
    border-radius: 5px !important;
    padding: 5px 5px !important;
}

.bg-danger {
    background-color: #ef4136 !important;
    color: #fff !important;
}

.bg-warning {
    background-color: #00a6b6 !important;
    color: #fff !important;
}

.bg-success {
    background-color: #cadd08 !important;
    color: #fff !important;
}

.bg-primary {
    background-color: #003050 !important;
    color: #fff !important;
}

.text-bg-P {
    background-color: #00a6b6 !important;
    color: #fff !important;
}

.text-bg-A {
    background-color: #003050 !important;
    color: #fff !important;
}

.text-bg-C {
    background-color: #cadd08 !important;
    color: #fff !important;
}

.text-bg-E {
    background-color: #ef4136 !important;
    color: #fff !important;
}

.badge-status-atendimento {
    height: 40px !important;
    line-height: 28px !important;
    border-radius: 10px !important;
}

.h3-badge {
    margin-bottom: 0 !important;
}

.modal-custom {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1113;
    align-items: center;
    justify-content: center;
}

.modal-custom-content.hide {
    animation: hide-modal 0.1s ease forwards;
}

.modal-custom-content {
    background-color: #fff;
    border-radius: 20px !important;
    padding: 25px;
    animation: show-modal 0.3s ease forwards;   
}

.modal-custom-content span {
    font-size: 1.125em;
}

.modal-custom-title {
    color: #545454 !important;
    text-align: center;
}

.modal-custom-text {
    color: #545454 !important;
    text-align: center;
}

.modal-custom-footer {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.modal-custom-footer button {
    margin: 0 5px;
}

.icon-plus {
    color:#00a6b6;
    border: 0.25em solid #00a6b6;
    border-radius: 50%;
    width: 5em;
    height: 5em;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 0.8em auto 0.6em;
}

.icon-plus-content {
    display: flex;
    align-items: center;
    font-size: 3.75em;
}

.icon-plus-content i {
    font-size: 40px !important;
}

.icon-plus .icon-plus-content {
    animation: animate-plus-mark .8s;
}

.container-imagem-usuario-configuracoes {
    transition: all 0.3s;
}

.container-imagem-usuario-configuracoes:hover {
    cursor: pointer;
    transform: scale(1.02);
}

.leaflet-touch .leaflet-control-attribution {
    display: none !important;
}

.input-object textarea {
    width: 100% !important;
    height: 200px !important;
    border: none !important;
    display: block !important;
    line-height: 15px !important;
}

.input-object textarea:focus {
    border: none !important;
}

.badge-sucesso{
    background-color: #00a6b6;
    color: #FFF;
}

.badge-erro{
    background-color: #ef4136;
    color: #FFF;
}

.badge-concluido{
    background-color: #cadd08;
    color: #FFF;
}

th{
    font-size: 13px;
    font-weight: normal;
}

tr{
    font-size: 14px;
}

tr :hover{
    cursor: pointer;
}

@keyframes fade-in {
    from {
        background-color: rgba(0, 0, 0, 0); /* Iniciar transparente */
    }
    to {
        background-color: rgba(0, 0, 0, 0.5); /* Fade in para cor de fundo do backdrop */
    }
}

@keyframes show-modal {
    0% {
        transform: scale(0.7)
    }

    45% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(0.95)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes hide-modal {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(0.5);
        opacity: 0
    }
}

@keyframes animate-plus-mark {
    0% {
        transform: rotateY(-360deg)
    }
    
    100% {
        transform:rotateY(0)
    }
}

@media only screen and (min-width: 768px) {
    .mes-atual {
        font-weight: normal;
        color: black !important;
        height: 75px !important;
        min-height: 75px !important;
        max-width: 0px !important;
        transition: all 0.3s;
    }
}

@media (max-width: 768px) {
    .sidebar {
        margin-left: -270px;
    }

    .sidebar.active {
        margin-left: 0;
    }

    .container-acesso {
        width: 350px !important;
    }

    .rodape-acesso span {
        font-size: 11px !important;
    }

    .tabela-agenda td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .tabela-agenda th {
        display: none;
    }

    .mes-atual {
        font-weight: normal;
        color: black !important;
        height: auto !important;
        min-height: 75px !important;
        transition: all 0.3s;
    }
}