/*
html,body{
	height:100%;
}
.main{
	min-height:100%;
}
.corpo-site {
	display: flex;
	flex-direction: column;
}
.corpo-site.admin-bar {
	min-height: calc(100vh - 32px);
}
.site-content {
	flex: 1;
}
*/

/* body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) { overflow-y: visible !important; } */

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.dropdown-group .dropdown .dropdown-menu {
    min-width: 250px;
}
.twitter-typeahead .tt-menu {
    max-height: 200px;
    overflow-y: auto;
}
.box-search .twitter-typeahead {
    width: 100%;
    background-color: #FFF;
}
.box-search .tt-menu {
    width: 100%;
}

/*
.admin-bar .card.simples {
    top: 32px !important;
}
*/

.sidenav .sidenav-content.fixed-card {
	padding-top: 220px;
}

.boxfix {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::-webkit-input-placeholder {
    /* Chrome */
    color: #CCC !important;
    transition: opacity 250ms ease-in-out !important;
}
:focus::-webkit-input-placeholder {
    opacity: 0.5 !important;
}
:-ms-input-placeholder {
    /* IE 10+ */
    color: #CCC !important;
    transition: opacity 250ms ease-in-out !important;
}
:focus:-ms-input-placeholder {
    opacity: 0.5 !important;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #CCC !important;
    opacity: 1 !important;
    transition: opacity 250ms ease-in-out !important;
}
:focus::-moz-placeholder {
    opacity: 0.5 !important;
}
:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #CCC !important;
    opacity: 1 !important;
    transition: opacity 250ms ease-in-out !important;
}
:focus:-moz-placeholder {
    opacity: 0.5 !important;
}
.tt-menu {
    /* max-width: 100%; */
    min-width: 270px;
}
.tt-suggestion {
    white-space: normal;
}
.sidenav,
.main-content {
    /* min-height:100vh; */
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
}
.box-medico-input .input-group {
    width: 100%;
}
.input-group .medico-crm {
    width: 80% !important;
}
.input-group .medico-uf {
    width: 20% !important;
}
#form_extrato_resgate .form-control.erro,
#form_extrato_resgate .form-control.erro:focus,
.form-medico-agendar-consulta .form-control.erro,
.form-medico-agendar-consulta .form-control.erro:focus,
#form_parceiro .form-control.erro,
#form_parceiro .form-control.erro:focus,
form.paciente .form-control.erro,
form.paciente .form-control.erro:focus,
form.medico .form-control.erro,
form.medico .form-control.erro:focus,
form.medico .bootstrap-tagsinput.erro,
form.clinica .form-control.erro,
form.clinica .form-control.erro:focus,
form.clinica .bootstrap-tagsinput.erro,
form.secretaria .form-control.erro,
form.secretaria .form-control.erro:focus,
form.profissional .form-control.erro,
form.profissional .form-control.erro:focus,
#modal-incluir-medico .form-control.erro,
#modal-incluir-medico .form-control.erro:focus {
    border-color: #D50000;
}
.bootstrap-tagsinput {
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #D8D6DD;
    border-radius: 0;
    background-color: transparent;
}
.bootstrap-tagsinput input {
    margin: 0;
    padding: 0;
    border: none;
}
.box-cid-content .twitter-typeahead {
    display: block !important;
}
#menu-menu-consultas-paciente.nav-tab li.active a,
#menu-menu-consultas-medico.nav-tab li.active a {
    border-color: transparent;
}
#menu-menu-consultas-paciente.nav-tab li.active.current_page_item a,
#menu-menu-consultas-medico.nav-tab li.active.current_page_item a {
    border-color: #462ECF;
}
#tela {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #CCC;
}

.pg-teleconsulta .progress-bar {
    top: 50px;
}
.play-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background-image: url('../img/icon-play.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(0, 0, 0, 0.7);
}
.play-overlay:hover {
    cursor: pointer;
}
.progress-bar2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
progress {
    color: #96CB00;
    font-size: 12px;
    width: 100%;
    height: 4px;
    border: none;
    background: #000;
    border-radius: 0px;
    vertical-align: middle;
}
progress::-moz-progress-bar {
    color: #96CB00;
    background: #96CB00;
}
progress[value]::-webkit-progress-bar {
    background-color: #000;
    border-radius: 2px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}
progress[value]::-webkit-progress-value {
    background-color: #96CB00;
}

.sidenav .box-cid .bootstrap-tagsinput input {
    color: #757575;
}
a.send-message {
    position: absolute;
    right: 15px;
    top: 7px;
    display: inline-block;
}
.box-search a.send-message i {
    position: relative;
    right: auto;
    top: auto;
}
#notas {
    padding-bottom: 80px;
}
.notas-content {
    position: relative;
    padding: 20px;
}
.notasmedico-content {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}
.notasmedico-content textarea {
    padding: 8px;
    height: 350px;
    background-color: #fefefe;
    border: 1px solid #aaa;
}
#lembretes textarea{
	border: 1px solid #aaa;
}

.sidenav .sidenav-content,
#consultar_cid .content-scroll,
#protocolos .content-scroll,
#historico .content-scroll {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
}
#boxchat {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    padding-bottom: 0;
}
.sidenav #boxchat .box-full-sidenav {
    width: 100%;
    margin-left: 0;
}
#boxchat>.tab-content {
    position: relative;
    height: 100%;
    overflow: hidden;
}
#boxchat>.tab-content .tab-pane {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.tab-pane-content {
    height: auto;
    max-height: 100%;
    display: block;
    overflow-y: auto;
}
.btn.btn-full2 {
    display: block;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.cid-content {
    padding: 20px;
    background-color: #32A4AD;
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    padding: 5px !important;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #462ECF;
}
#anotacoes,
#prescricoes,
#protocolos,
#consultar_cid,
#historico,
.page-template-modelo-gerenciar-clinica #sobre,
.page-template-modelo-gerenciar-clinica #videos,
.page-template-modelo-gerenciar-clinica #fotos,
#consultascontent,
#maincontent,
#agendarformconteudo,
.content-overlay-loading{
	position: relative;
}

body.overlay::before,
main.main.overlay::before,
#anotacoes.overlay::before,
#prescricoes.overlay::before,
#protocolos.overlay::before,
#consultar_cid.overlay::before,
#historico.overlay::before,
.box-form-big.overlay::before,
.page-template-modelo-gerenciar-clinica #sobre.overlay::before,
.page-template-modelo-gerenciar-clinica #videos.overlay::before,
.page-template-modelo-gerenciar-clinica #fotos.overlay::before,
#consultascontent.overlay::before,
#maincontent.overlay::before,
#agendarformconteudo.overlay::before,
.content-overlay-loading.overlay::before,
body.pg-teleconsulta.overlay::before{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 999999;
	content: '';
	/*
	background-image: url('../img/loading.gif');
	background-position: center center;
	background-repeat: no-repeat;
	*/
	background-color: rgba(0, 0, 0, 0.4);
}

.calendario-agendadas.overlay::before {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 999999;
	content: '';
	background-color: rgba(0, 0, 0, 0.4);
}

body.overlay::after,
main.main.overlay::after,
#anotacoes.overlay::after,
#prescricoes.overlay::after,
#protocolos.overlay::after,
#consultar_cid.overlay::after,
#historico.overlay::after,
.box-form-big.overlay::after,
.page-template-modelo-gerenciar-clinica #sobre.overlay::after,
.page-template-modelo-gerenciar-clinica #videos.overlay::after,
.page-template-modelo-gerenciar-clinica #fotos.overlay::after,
#consultascontent.overlay::after,
#maincontent.overlay::after,
#agendarformconteudo.overlay::after,
.content-overlay-loading.overlay::after,
body.pg-teleconsulta.overlay::after{
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -86px;
	margin-left: -108px;

	z-index: 9999999;
	content: '';
	background-image: url('../img/loading.gif');
	background-position: center center;
	background-repeat: no-repeat;
	width:216px;
	height:173px;
}

.calendario-agendadas.overlay::after {
    position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -86px;
	margin-left: -108px;

	z-index: 9999999;
	content: '';
	background-image: url('../img/loading.gif');
	background-position: center center;
	background-repeat: no-repeat;
	width:216px;
	height:173px;
}


.template-list {
    display: block;
    overflow-y: auto;
    height: 200px;
    margin: 0;
}
.template-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.template-list ul li {
    padding: 3px 0;
    border-bottom: 1px solid #F0F0F0;
}
.template-list ul li a {
    padding: 8px 0 8px 8px;
    display: block;
    position: relative;
}
.template-list ul li a:hover {
    background-color: #F0F0F0;
}
.template-list ul li a.selecionado,
.template-list ul li a.selecionado:hover {
    color: #FFF;
    background-color: #462ECF;
}
.template-list ul li a span {
    display: inline-block;
    z-index: 1;
    float: right;
    margin: -8px 0;
    padding: 8px;
}
.template-list ul li span:hover {
    background-color: #FFF;
    color: #462ECF;
}
#boxbtadd {
    padding-top: 15px;
}
.texto-simples {
    margin-bottom: 15px;
}


#minhalistaconvenios a.js-edit-item {
    margin-bottom: 10px;
}

#consultapopup {
    max-width: 100%;
    width: 500px;
}
.prescricoes-content {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
}
/*
.prescricoes-content .linha-prescricao{
	flex: 1;
	flex-basis: 100%;
}
*/
.lembretes-content {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
}


.select2-container {
    z-index: 0;
}
.select2-container--open {
    z-index: 9999;
}

#mapapopup {
    width: 100%;
    height: 240px;
}
#memedprecricoes ul {
    padding: 0;
    margin: 0;
    list-style: none;
}


.box-api-video-chamada>.video-placeholder {
    width: 100%;
    height: 100%;
    position: absolute;
}
.remotes {
    z-index: 2;
}
.remotes .video-placeholder+.video-placeholder {
    margin-top: 15px;
}
.box-api-video-chamada video {
    width: 100%;
    position: relative !important;
}
.box-api-video-chamada .toolbox-content {
    position: absolute;
    bottom: 0;
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-api-video-chamada .remotes {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 18%;
    height: 100%;
    bottom: 0;
    right: 0;
    padding: 10px;
}
.box-api-video-chamada .remotes .video-placeholder {
    width: 100%;
    height: 140px;
    background-color: yellow;
    margin: 0 auto;
}
.toolbox-content {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 16px;
    position: relative;
    width: 100%;
    z-index: 350;
}
.toolbox-content .button-group-center {
    display: flex;
    width: 33%;
    justify-content: center;
}
.toolbox-content .button-group-center .toolbox-button .toolbox-icon {
    display: none;
}
.toolbox-content .button-group-center .toolbox-button[data-status="off"] .off,
.toolbox-content .button-group-center .toolbox-button[data-status="on"] .on {
    display: flex !important;
}
.toolbox-content .button-group-center .toolbox-button .toolbox-icon {
    background-color: rgb(255, 255, 255);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    align-items: center;
    justify-content: center;
}
.toolbox-content .button-group-center .toolbox-button .toolbox-icon {
    background: rgb(42, 58, 75);
    border: 1px solid #5e6d7a;
}
.toolbox-content .button-group-center .toolbox-button:nth-child(2) .toolbox-icon {
    background-color: #bf2117;
}
.toolbox-content .button-group-center .toolbox-button .toolbox-icon:hover {
    border: 1px solid #fff;
}
.toolbox-content .button-group-center .toolbox-button .toolbox-icon svg {
    fill: #fff;
}
.toolbox-content .button-group-center .toolbox-button[data-status="off"] .toolbox-icon svg {
    fill: #5e6d7a;
}
.toolbox-content .toolbox-button {
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    line-height: 40px;
    margin: 0 10px;
    text-align: center;
}
.logo-parceiro {
    padding: 30px 0 0 0;
}
.img-logo-parceiro {
    max-height: 40px;
}

.form-group.loading::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1) url('../img/carregando.gif') center center no-repeat;
    z-index: 1;
}

.card .item-top .group h6 {
    white-space: normal;
}
.boxdataconsulta.atrasada,
.boxdataconsulta.atrasada .italic {
    color: #F00;
}
.box-api-video-chamada {
    height: 100%;
}
.box-sala {
    width: 100%;
    height: 100%;
}
.box-sala .box-app {
    display: none;
    margin: 0 0 15px 0;
}
.box-sala .box-aplicativos {
    padding: 10px 0 0 0;
}
#boxsenha {
    display: none;
}
.page-template-modelo-medico-extrato-resgate .card-clean .box-form-big i.password {
    top: 0;
}
#mapaenderecomedico,
#mapaenderecopaciente,
#mapaenderecoclinica,
#mapaenderecoprofissional {
    width: 980px;
    max-width: 100%;
    padding: 50px 20px 20px 20px;
}
#localizarnomapa,
#localizarnomapaclinica,
#mapaenderecomedico,
#mapaenderecopaciente,
#mapaenderecoclinica,
#mapaenderecoprofissional {
    display: none;
}
#mapaenderecomedico .mapa-medico,
#mapaenderecopaciente .mapa-paciente,
#mapaenderecoclinica .mapa-clinica,
#mapaenderecoprofissional .mapa-profissional {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#informacoes,
#senha,
#cadastro {
    position: relative;
}
#informacoes.loading::before,
#senha.loading::before,
#cadastro.loading::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, .4);
}
#informacoes.loading::after,
#senha.loading::after,
#cadastro.loading::after {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -86px;
	margin-left: -108px;

	z-index: 9999999;
	content: '';
	background-image: url('../img/loading.gif');
	background-position: center center;
	background-repeat: no-repeat;
	width:216px;
	height:173px;
}
.invite-more-container {
    display: none !important;
}
header.parceiros .navbar-header {
    width: 100%;
}
article ul {
    margin-top: 5px;
    margin-bottom: 5px;
}
article ul li {
    padding: 5px 0;
    font-size: 14px;
    line-height: 1.5;
    color: #757575;
}

.group-flex-h .group h6.dadosadicionais{
	line-height: 1.7;
}


.acf-actions .acf-button{
	position: relative;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	width: auto;
	font-size: 1em;
	font-weight: 600;
	line-height: 1;
	color: #FFF;
	background-color: #462ECF;
	text-align: center;
	padding: 11px 30px 13px;
	padding-right: 30px;
	padding-left: 30px;
	border: 1px solid transparent;
	outline: 0;
	white-space: normal;
	box-shadow: none;
}
.acf-actions .acf-button.active,
.acf-actions .acf-button.focus,
.acf-actions .acf-button:active,
.acf-actions .acf-button:focus,
.acf-actions .acf-button:hover{
	outline: 0 !important;
	font-weight: 600;
	box-shadow: none;
	background-color: #96CB00;
	color: #FFF;
}
#videos .acf-actions,
#fotos .acf-actions{
	padding:30px 0;
}
#videos #message,
#fotos #message{
	display:none;
}

.box-filtros{
	display:inline-block;
	min-width:180px;
}
.box-filtros + .box-filtros{
	margin-left:30px;
}

.footer{
	margin-top:50px;
}

#modal-resgatar .card-clean .box-form-big{
	padding:50px;
}


.box-secretaria-paciente span{
	width: 25px;
	min-width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	background-color: #D50000;
	color: #FFF;
	font-size: 14px;
	margin: 0;
	display: inline-block;
	cursor: pointer;
	font-weight:bold;
	text-align:center;
}

/** Fiz LP Ponto de Saúde **/
.lp-pontodesaude .bg-color .s1-conteudo h1, .lp-pontodesaude .bg-color .s1-conteudo h3, .lp-pontodesaude .bg-color .s1-conteudo h5 {
    color: #fff;
}
.lp-pontodesaude .bg-color .s1-conteudo p {
    line-height: 1.8;
    font-size: 1.286em;
    color: #FFF;
    font-weight: 400;
}
.lp-pontodesaude .box-card-login form h6 {
    font-size: 1.143em;
    font-weight: 400;
}
.lp-pontodesaude .bg-white.pt-0 {
    padding-top: 0;
}
.lp-pontodesaude .check-custom input[type=checkbox]+label:before {
    background: #757575;
    border-radius: 5px;
}
.lp-pontodesaude .btn.btn-clean {
    font-weight: 700;
    color: #e98f00;
    border: 1px solid #e98f00;
}
.lp-pontodesaude .btn.btn-clean:hover {
    background: #FB9B02;
    border-color: #FB9B02;
    color: #fff;
}

/** Embed Vídeos **/
.embed-container-tutorial { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.embed-container-tutorial iframe,
.embed-container-tutorial object,
.embed-container-tutorial embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/** Box aguardando médico **/
.box-aguardando-medico {
    width: 100%;
    height: 100%;
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
    /* bottom: 0; */
    /* left: 0; */
    background-color: #fff;
    z-index: 1;
}

.sidenav .card.fixed{
	height: 200px;
}
#exames .exames-content{
	padding:0 15px;
}

.owl-carousel.owl-vertical-align .owl-stage{
	display: flex;
}
.owl-vertical-align .mod-partner {
	display: flex;
	flex: 1 0 auto;
	height: 100%;
}
.owl-vertical-align .mod-partner-cover{
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    height:100%;
}
.owl-vertical-align .mod-partner-cover > div {
    display: flex;
    align-items: center;
}

/** Painel consultas clínica (PA) **/
.painel-col-content {
    min-height: 95vh;
}

.page-template-modelv3-cursos-webinars .modal-content{
	background-color:transparent;
}

.page-template-modelv3-cursos-webinars .modal-video .modal-body {
    background-color: #000;
    padding: 0;
    margin: 50px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
}

.page-template-modelv3-cursos-webinars .modal-video .modal-header .close {
    position: absolute;
    top: 10px;
    right: 15px;
    margin: 0;
}

/** Push Notification Browser *
#webpushr-subscription-toggle-button label {
    position: relative!important;
    line-height: 1.45rem!important;
    margin-bottom: 0!important;
    vertical-align: top!important;
    font-size: .83333rem!important;
    font-weight: 500!important;
    font-family: Poppins,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    display: inline-block!important;
    box-sizing: border-box!important;
}

#webpushr-subscription-toggle-button label::before {
    position: absolute!important;
    top: 0.19rem!important;
    left: -32px!important;
    display: block!important;
    height: 0.9rem!important;
    content: ""!important;
    background-color: #fff!important;
    border: var(--switchColor) solid 1px!important;
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    width: 1.75rem!important;
    pointer-events: all!important;
    border-radius: .5rem!important;
    color: #fff;
}

#webpushr-subscription-toggle-button label::after {
    content: ""!important;
    position: absolute!important;
    top: 0.30rem!important;
    left: -30px!important;
    width: 10px!important;
    height: 10px!important;
    background-color: var(--switchColor);
    border-radius: .5rem!important;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}*/
#webpushr-subscription-toggle-button label::after {
    top: 1px!important;
    left: 1px!important;
    width: 9px!important;
    height: 9px!important;
    box-shadow: 0 1px 2px rgb(0 0 0 / 40%)!important;
    background-color: #FFF!important;
}

#webpushr-subscription-toggle-button label::before {
    height: 11px!important;
    /*background-color: #FAFAFA!important;*/
    border: 1px solid #D8D6DD!important;
    width: 20px!important;
    border-radius: 24px!important;
    color: #fafafa!important;
}

#webpushr-subscription-toggle-button label {
    height: auto!important;
    margin: 4px 0 0!important;
}

#webpushr-subscription-toggle-button {
    height: 20px!important;
    width: 37px!important;
}

/** Vídeo full teleconsulta **/
.video-full {
    padding: 0px!important;
}

/* Fix para exibir dados conforme digitado */
.preserve-whitespace { white-space: pre-wrap; }

/* Mantém texto justificado em teleconsulta */
.preserve-text-justify { text-align: justify; }

/* Efetua quebra de linha quando o texto chega ao fim do conteiner  */
.box-titulo-lembrete { white-space: normal; overflow-wrap: break-word; overflow: hidden; }

/* Desabilita o cursor pointer e interações do link */
a.disabled-link {
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}

/* Caso o link esteja desabilitado, não permita o clique */
a.disabled-link:hover,
a.disabled-link:focus {
    text-decoration: none;
}

/* Responsivo */
@media only screen and (max-width: 767px) {
		/*
    html,
    body {
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
    }
    */
    .main-content {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .sidenav .card.fixed {
        position: absolute;
    }
    .sidenav .footer-sidenav {
        position: absolute;
    }
    .sidenav .sidenav-main {
        padding: 0;
    }
    .tt-menu {
        max-height: 300px;
        overflow-y: auto;
    }
    .box-sala {
        height: calc(70vh);
    }
    .box-api-video-chamada {
        height: 100%;
	}
	.fancybox-content {
		padding: 50px 10px 10px 10px;
	}
	article ul {
		padding-left: 20px;
	}
	article ul li {
		padding: 5px 0;
		font-size: 14px;
		line-height: 1.5;
		color: #757575;
	}
}

.page-template-modelo-paciente-busca .item .group h6+h6{
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 4; /* number of lines to show */
   -webkit-box-orient: vertical;
}

/** Agenda Profissional - Clínica Distribuir Consultas **/
.owl-theme.owl-schedule {
	padding-left: calc(15px + 40px);
	padding-right: calc(15px + 40px)
}

.owl-theme.owl-schedule .owl-next,
.owl-theme.owl-schedule .owl-prev {
	top: 15px;
	bottom: inherit
}

.owl-theme.owl-schedule .owl-prev {
	left: 10px
}

.owl-theme.owl-schedule .owl-next {
	right: 10px
}

.mod-schedule {
	padding-left: 5px;
	padding-right: 5px
}

.mod-schedule .js-box-schedule-show {
	max-height: 325px;
	overflow-y: hidden
}

.mod-schedule .js-box-schedule-show.active {
	max-height: 100%
}

.mod-schedule .day {
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	padding: 5px;
	background-color: transparent;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out
}

.mod-schedule .day h5,
.mod-schedule .day h6 {
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out
}

.mod-schedule .day h5 {
	color: #462ECF;
	font-size: 1.143em;
	font-weight: 400
}

.mod-schedule .day h6 {
	color: #757575;
	font-weight: 400
}

.mod-schedule .day:hover {
	background-color: #F6F4FC
}

.mod-schedule .day.active {
	background-color: #462ECF
}

.mod-schedule .day.active h5,
.mod-schedule .day.active h6 {
	color: #FFF
}

.mod-schedule .time {
	margin-top: 10px
}

.mod-schedule .time .tag {
    font-size: 1em;
    background-color: #EFEFEF;
    color: #000;
    margin: 0 3px 6px 0;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: auto;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    width: 100%;
    padding: 10px 10px;
}

.mod-schedule .time .tag:focus,
.mod-schedule .time .tag:hover {
	background-color: #F6F4FC;
	color: #000
}

.mod-schedule .time .tag.active {
	background-color: #462ECF;
	color: #FFF
}

.mod-schedule .time .tag.disabled {
	opacity: .4;
	pointer-events: all;
	cursor: not-allowed;
	background-color: transparent;
	text-decoration: line-through
}

.mod-schedule .time .tag.off {
	opacity: .4;
	pointer-events: none;
	background-color: transparent
}

.mod-schedule .group-flex-btn {
	padding: 20px 15px 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%
}

.mod-schedule .group-flex-btn.active {
	justify-content: space-between
}

.mod-schedule .tag {
    cursor: pointer;
}

.active-secondary, .active-secondary:hover {
    background-color: #947c84!important;
    color: #FFF!important;
    cursor: default!important;
}

.owl-theme .owl-video-tn,
div.wpcf7 .ajax-loader {
	background-repeat: no-repeat
}
.lightbox-img.hover .icon::before,
.owl-theme .nav-next::before,
.owl-theme .nav-prev::before,
.owl-theme .owl-video-play-icon::before {
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	font-variant: normal
}
.owl-theme .owl-video-tn {
	background-size: cover;
	background-attachment: scroll;
	background-position: center center;
	width: 100%;
	height: 360px
}

.owl-theme .owl-video-play-icon {
	background: 0 0;
	display: -ms-inline-flex;
	display: inline-flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.owl-theme .owl-video-play-icon::before {
	font-family: "Font Awesome 5 Free";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	text-rendering: auto;
	line-height: 1;
	content: "\f144";
	font-size: 70px;
	color: #FFF;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4)
}

.owl-theme .owl-nav [class*=owl-] {
	margin: 0;
	padding: 0;
	background: 0 0;
	border-radius: 0;
	outline: 0
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: 0 0
}

.owl-theme .nav-next,
.owl-theme .nav-prev {
	position: relative;
	width: 40px;
	height: 40px;
	background-color: #FFF;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
	display: -ms-inline-flex;
	display: inline-flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%
}

.owl-theme .nav-next::before,
.owl-theme .nav-prev::before {
	font-family: "Font Awesome 5 Free";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	text-rendering: auto;
	line-height: 1;
	font-size: 20px;
	text-align: center;
	color: #462ECF
}
.owl-theme .nav-next:active,
.owl-theme .nav-next:focus,
.owl-theme .nav-next:hover,
.owl-theme .nav-prev:active,
.owl-theme .nav-prev:focus,
.owl-theme .nav-prev:hover {
	background-color: #3825a5
}

.owl-theme .nav-next:active::before,
.owl-theme .nav-next:focus::before,
.owl-theme .nav-next:hover::before,
.owl-theme .nav-prev:active::before,
.owl-theme .nav-prev:focus::before,
.owl-theme .nav-prev:hover::before {
	color: #FFF
}

.owl-theme .nav-prev::before {
	content: "\f053"
}

.owl-theme .nav-next::before {
	content: "\f054"
}

.owl-theme .owl-next,
.owl-theme .owl-prev {
	position: absolute;
	z-index: 4;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 10;
	filter: alpha(opacity=100);
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	background-color: transparent;
	outline: 0
}

.owl-theme .owl-nav {
	margin-top: 0
}

.owl-theme .owl-prev {
	left: 0
}

.owl-theme .owl-next {
	right: 0
}

.owl-theme .owl-next.disabled,
.owl-theme .owl-prev.disabled {
	opacity: 10;
	filter: alpha(opacity=10);
	pointer-events: none
}

.owl-theme .owl-next.disabled .nav-next::before,
.owl-theme .owl-next.disabled .nav-prev::before,
.owl-theme .owl-prev.disabled .nav-next::before,
.owl-theme .owl-prev.disabled .nav-prev::before {
	opacity: .15
}

.owl-theme .owl-dots {
	position: absolute;
	right: 0;
	left: 0;
	bottom: -35px;
	margin: auto
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	outline: 0
}

.owl-theme .owl-dots .owl-dot span {
	float: none;
	display: inline-block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	background-color: #d9d4f5;
	outline: 0;
	border: 0;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #00D0A4
}


.icon-tooltip{
	color:#FFF;
}

.copytext {
        cursor: pointer;
        position: relative;
        display: inline-block !important;
}

/* Estilize o elemento de texto copiado (invisível por padrão) */
.copied-text {
        display: none;
        color: green;
        position: absolute;
        top: 0;
        left: 100%; /* Coloque-o ao lado direito do texto copiado */
        margin-left: 10px; /* Adicione um espaço entre o texto e o elemento copiado */
        white-space: nowrap;
        font-weight: 400 !important;
        font-size:11px !important;
}




.card-lista-termos h6 {
    margin: 0
}

.card-lista-termos .item-list {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.card-lista-termos .item-list.url {
    padding: 5px 0;
    border-bottom: 1px solid #E0E0E0;
}

.card-lista-termos .item-list.url:first-child {
    padding-top: 0
}

.card-lista-termos .item-list.url:last-child {
    padding-bottom: 0
}

.card-lista-termos .item-list.url .d-block>h6 {
    white-space: normal
}

.card-lista-termos .item-list.url h6 {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: ltr
}

.card-lista-termos .item-list:last-child {
    border-bottom: 0
}

.card-lista-termos .item-list .btn {
    margin-left: 15px
}

.card-lista-termos .btn.btn-icon {
    padding: 0;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px
}

.card-lista-termos .btn.btn-icon i {
    font-size: 15px;
    margin: 0;
    left: 24px;
    line-height: 40px;
}

.descricaotermos h2{
	font-size: 1.857em;
}

/** Modal alerta cids **/
.modal-style-3 h1 {
    color: #5454a3;
    font-weight: 700;
}
.modal-style-3 .tag {
    background: #ffff;
    color: #5454a4;
    padding: 0.3em 0.4em 0.3em;
    margin: 3px 0 0 5px;
    border: 1px solid #5454a4;
    font-size: 0.8em;
    border-radius: 15px;
}
.modal-style-3 .modal-body {
    padding: 30px 30px 60px;
}
.modal-style-3 .group-avatar {
    margin-top: 30px;
}
.modal-style-3 .group-avatar h3 {
    font-size: 15px;
    font-weight: 500;
}
.modal-style-3 .alert-warning {
    background-color: #fff8ec;
    font-size: 0.9em;
    color: #dd9000;
    font-weight: 700;
    margin-top: 10px;
}
.modal-style-3 .alert-default {
    background-color: #efefef;
    border-color: #efefef;
    font-size: 0.9em;
    color: #000;
    font-weight: 700;
}
.modal-style-3 .titulo-consulta {
    font-size: 15px;
    font-weight: 500;
    color: #5454a3;
    margin-bottom: 5px;
}
.modal-style-3 .modal-header .close {
    top: inherit !important;
}
.modal-style-3 .auditoria-row .auditoria-inner {
    margin: 15px 0 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb; 
}
.modal-style-3 .auditoria-row:last-child .auditoria-inner {
    border-bottom: none;
}
.modal-style-3 .auditoria-row span {
    font-size: 12px;
}

/** Evolução Ficha Clínica **/
.ficha-evolucao-medica {
    border: 1px solid #aaa;
    padding: 10px;
}
p.evolucao-ficha {
    font-size: 14px;
    color: #444!important;
}

/** Modal de termos ajuste tamanho títulos **/
#modalTermosAceiteWL h2 {
    font-size: 1.643em!important;
    margin: 10px 0 !important;
}

#modalTermosAceiteWL h1 {
    font-size: 2.157em!important;
    margin: 10px 0 !important;
}