.switch__container {
	display: flex;
}

.switch {
	visibility: hidden;
	position: absolute;
	margin-left: -9999px;
}

.switch+label {
	display: block;
	position: relative;
	cursor: pointer;
	outline: none;
	user-select: none;
}

.switch--shadow+label {
	padding: 2px;
	width: 40px;
	height: 22px;
	background-color: #dddddd;
	border-radius: 60px;
}

.switch--shadow+label:before,
.switch--shadow+label:after {
	display: block;
	position: absolute;
	top: 1px;
	left: 1px;
	bottom: 1px;
	content: "";
}

.switch--shadow+label:before {
	right: 1px;
	background-color: #f1f1f1;
	border-radius: 60px;
	transition: background 0.4s;
}

.switch--shadow+label:after {
	width: 20px;
	background-color: #fff;
	border-radius: 100%;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	transition: all 0.4s;
}

.switch--shadow:checked+label:before {
	background-color: #8ce196;
}

.switch--shadow:checked+label:after {
	transform: translateX(18px);
}

.alert>p {
	font-size: 1em;
	color: #721c24 !important;
}

._30yMe {
	display: inline-block;
	vertical-align: top;
}

strong {
	color: black;
}

.li {
	margin-bottom: 15px;
}

.alerta {
	background-color: #FFF3CD;
}

.sub_alerta {
	border-color: #ffeeba !important;
}

.alerta_p {
	color: #856404;
	font-size: 14px;
}

.aqui {
	font-weight: 700;
}

.carrega {
	left: 20px;
	position: relative;
}

[data-tooltip] {
    position: relative;
    font-weight: bold;
}

[data-tooltip]:after {
	display: none;
	position: absolute;
	top: 123px;
	right: 110px;
	padding: 5px;
	border-radius: 3px;
	content: attr(data-tooltip);
	white-space: nowrap;
	background-color: #BFE6D1;
	color: #0a8a43;
}

.mar_seg:after {
	right: 130px !important;
}

[data-tooltip]:hover:after {
	display: block;
}

.btn-wrap {
	position: relative;
	text-align: center;
}

.btn-wrap button {
	position: absolute;
	z-index: 1;
	top: 16%;
	left: 3%;
}

.btn-wrap button:focus {
	border: 0px !important;
	outline: thin dotted;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px;
}

.texto-modal {
	padding-left: 240px;
	padding-right: 240px;
}

.modal_card {
	background: #FDFDFD;
	height: 280px;
	position: fixed;
	bottom: 0px;
	width: 100%;
	left: 142px;
	z-index: 2;
	right: 0px;
	box-shadow: -3px -2px 4px 0px rgb(74 74 78 / 12%);
	text-align: center;
	padding-top: 10px;
	display: block;
}

@media only screen and (max-width: 980px) {
	.modal-title {
		font-size: 18px !important;
	}

	.texto-modal {
		padding-left: 40px;
		padding-right: 40px;
		font-size: 12px;
	}

	.modal_card {
		height: 323px !important;
		left: 0px !important;
		z-index: 9999999999 !important;
	}
}

.col-sm-4{
    padding-bottom: 15px;
}

.situ_desconect,
.situ_conect,
.but_desconect{
	display: none;
}

img[class*="qrcode"]{
	display: none;
	padding-right: 20px;
    padding-left: 20px;
}

#numero_tel,
#nome_tel,
#divide {
	font-size: 16px;
	color: #3c4257;
	display: none;
}

.card_ate {
	border: 0px !important;
}

.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	/*border: 1px solid rgba(0,0,0,.125);
    */
	border: 2px dashed rgba(0, 0, 0, .125) !important;
	border-radius: 0.25rem;
}

.card:hover {
	border: 2px dashed #00A758 !important;
	transition: 0.3s;
}

.add {
	color: rgba(0, 0, 0, .125);
}

.add:hover {
	color: #00A758 !important;
	cursor: pointer;
}

.bord {
	content: "";
	width: 4px;
	background-color: #f44336;
	position: absolute;
	top: 12px;
	left: 2px;
	display: block;
	height: 83%;
	border-radius: 8px;
}

.lado {
	padding: 0px;
	padding-left: 1px;
	padding-top: 12px;
}

.titulo {
	color: #3c4257 !important;
	font-size: 14px;
	background: #f443360d;
	padding: 3px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	padding-left: 12px;
	width: 865px;
}

.btn-success {
	color: #fff;
	background-color: #03a84e !important;
	border-color: #03a84e !important;
}

.situ_loading, .situ_qr, .situ_conect {
	/*width: 210px;*/
	display: none;
}

.situ_loading {
	display: block;
}

.situ_conect {
	padding-bottom: 20px;
}

.digitalize {
	font-size: 15px;
	color: #878787;
	padding-bottom: 20px;
	opacity: 0.8;
}

.info_sessao {
	justify-content: space-evenly;
	color: rgb(138 140 145);
	font-size: 13px;
	display: flex;
	padding-bottom: 0px;
}

.card-body {
    padding-bottom: 0.5rem !important;
}

.saude_sessao_ruim, .saude_sessao_boa{
	display: none;
}

.info_instancia{
	display: flex;
	color: rgb(138 140 145);
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	height: 0px;
	padding-bottom: 24px;
}

dd[class*="session_name"]{
	color: #000000;
	font-size: 15px;
	display: block;
	text-align: left;
	font-weight: 600;
}

span[class*="saude_sessao_dias"]{
    cursor: pointer;
}

.status{
	font-size: 20px;
}

.countCaracteres{
	font-size: 11px;
	padding: 5px;
}

.btn-outline-secondary:hover{
    color: #ffff !important;
}