
/*<style> Gambi para funcionar sintax check no VSCode */


:root {
	--bg_sistema_1: #F2F3F6;
	--bg_sistema_2: #fafafc;
    --bg_sistema_3: #ffffff;
	--bg_sistema_4: #1183C6;
	--bg_sistema_5: #efefef;

	--bg_btn_1: #1183C6;
	--bg_btn_2: #f2f3f6;
	--bg_btn_sucess: #28a745;

	--bg_btn1_hover:#0e6fa8;
	--bg_btn2_hover: #cdced1;


	--bg_btn_sucess_hover: #1e7e34;

	--cor_texto_1: #FFFFFF;
	--cor_texto_2: #1183C6;
	--cor_texto_3: #313741;
	--cor_texto_4: #ACAFB4;
	--cor_texto_5: #495057;
	--cor_texto_6: #171717;
	--cor_texto_7: #898D93;
	--cor_texto_8: #505050;


    --cor_texto_2_hover: #106291;

	--cor_border_1: #E0E2E5;
	--cor_border_2: #545962;

} 

html
{
	margin: 0px;
	padding:0px;
	color: #171717;
	text-align: left;
	height: auto;
	min-height: 100%;
	min-width: 1150px
}
html,body,div,p,li,ul,table,form,input
{
	margin: 0px;
	padding:0px;
	text-align: left;
	color: var(--cor_texto_8);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
	margin-top: 0px!important;
	margin-bottom: 10px!important;
}

body {
	font-family: "Rubik", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	margin: 0px;
	padding:0px;
	color: var(--cor_texto_6);
	background-color: var(--bg_sistema_1);
}

a {
    background: 0 0;
}
a:active,
a:hover {
    outline: 0;
	text-decoration: none;
}

td {
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
}

/* table tr:hover {
	background-color: rgb(255, 255, 255) !important;
} */

/* input[type="checkbox"] {
	appearance: none;
	position: relative;
	width: 16px;
	height: 16px;
	background-color: transparent;
	border: 1px solid var(--cor_border_1);
	border-radius: 2px;
}

input[type="checkbox"]:checked::before {
	content:  url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 8 13'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
	position: absolute;
	width: 16px;
	height: 16px;
	background-color: var(--bg_sistema_4);
	color: var(--cor_texto_1);
	font-weight: 500;
	display: flex;
	justify-content: center;
	border-radius: 2px;
} */

*::-webkit-scrollbar-thumb 
{
	background-color: #9f9f9f;
	transition: background-color 2s;
	cursor: default;
}
#main-menu ::-webkit-scrollbar-thumb {
	background-color:  #9f9f9f;
    transition: background-color 2s;
}

/* estilos gerais */
.titulo{
	width: 250px;
	font-size: 20px;
	font-weight: bold;
}

.subtitulo{
	font-size: 14px;
	margin-bottom: 5px;
}

/* input */
.input-medio {
	/* display: block;  */
	width: 100%;
	padding: 0.675rem 1.4rem;
	font-size: 14px;	
	font-weight: 400;
	line-height: 1.5;
	color: var(--cor_texto_5);
	background-color: var(--bg_sistema_3);
	background-clip: padding-box;
	border: 1px solid var(--cor_border_1);
	border-radius: 2rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.input-medio:not(textarea):not(.txt_hexadecimal_color) {
	height: calc(1.9em + 1.3rem + 2px);
}
.input-medio:focus {
	outline: none;
	border: 1px solid #b9bcc1;
}
.input-medio::placeholder {
	color: var(--cor_texto_4);
}
.input-pequeno {
	display: block;
	width: 100%;
	height: calc(1.9em + 1.3rem + 2px);
	padding: 0.675rem 1.4rem;
	font-size: 14px;	
	font-weight: 400;
	line-height: 1.5;
	color: var(--cor_texto_5);
	background-color: var(--bg_sistema_2);
	background-clip: padding-box;
	border: 1px solid var(--cor_border_1);
	border-radius: 2rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.input-pequeno::placeholder {
	color: var(--cor_texto_4);
}
.input-pequeno:focus {
	color: var(--cor_texto_4);
	background-color: var(--bg_sistema_3);
	border-color: var(--cor_border_1);
	outline: 0;
}
.text-area {
	display: block;
	width: 100%;
	padding: 0.675rem 1.4rem;
	font-size: 14px;	
	font-weight: 400;
	line-height: 1.5;
	color: var(--cor_texto_5);
	background-color: var(--bg_sistema_2);
	background-clip: padding-box;
	border: 1px solid var(--cor_border_1);
	border-radius: 2rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.text-area::placeholder {
	color: var(--cor_texto_4);
}
.text-area:focus {
	color: var(--cor_texto_4);
	background-color: var(--bg_sistema_3);
	border-color: var(--cor_border_1);
	outline: 0;
}

.container-data {
	display: flex;
	justify-content: space-between;
	gap: 10px; /* Espaço entre os elementos */
	align-items: center;
}

.container-data[name="dataInicial"],
.container-data[name="dataFinal"] {
  width: 60%;
}

.container-data[name="startTime"],
.container-data[name="endTime"] {
  width: 38%;
}

select.input-medio {
	cursor: pointer;
}

/* botao */
.btn {
	cursor: pointer;
	width: auto;
	padding: 0.675rem 1.4rem;
	font-size: 13px;	
	font-weight: 500;
	border-radius: 2rem;
	text-align: center;
	border: none;
	/*margin-left: 5px;*/
}
.btn-default {
	margin-right: 5px;
	border: 1px solid var(--bg_btn_1);
	background-color: var(--bg_btn_1);
	color: var(--cor_texto_1);
	outline: none;
}
.btn-default:hover {
	border: 1px solid var(--bg_btn1_hover);
	background-color: var(--bg_btn1_hover);
	color: var(--cor_texto_1);
	transition: all 0.2s;
}
.btn-secondary {
	border: 1px solid var(--bg_btn_2);
	background-color:var(--bg_btn_2);
	color:  var(--cor_texto_7);
}
.btn-secondary:hover {
	border: 1px solid var(--bg_btn2_hover);
	background-color:var(--bg_btn2_hover);
	color:  var(--cor_texto_1);
	transition: all 0.2s;
}
.btn-secondary:focus,
.btn-secondary.focus {
	border: 1px solid var(--bg_btn2_hover);
	background-color:var(--bg_btn2_hover);
	color:  var(--cor_texto_1);
	box-shadow: none;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, 
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
	border: 1px solid var(--bg_btn2_hover);
	background-color:var(--bg_btn2_hover);
	color:  var(--cor_texto_1);
	box-shadow: none;
}

.btn-sucess {
	border: 1px solid var(--bg_btn_sucess);
	background-color: var(--bg_btn_sucess);
	color: var(--cor_texto_1);
	outline: none;
}
.btn-sucess:hover {
	border: 1px solid var(--bg_btn_sucess_hover);
	background-color: var(--bg_btn_sucess_hover);
	color: var(--cor_texto_1);
	transition: all 0.4s;
}
.btn-send-sms {
	border: 1px solid var(--bg_btn_1);
	background-color: var(--bg_btn_1);
	color: var(--cor_texto_1);
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-send-sms:hover {
	border: 1px solid var(--bg_btn1_hover);
	background-color: var(--bg_btn1_hover);
	color: var(--cor_texto_1);
	transition: all 0.4s;
}
.btn-send-sms svg {
	width: 14px;
	margin-left:5px;
}
.btn-send-sms.bloqueado {
	background-color:#e6e6e6; 
	color:#68737d;
	cursor: default;
	font-weight: bold;
	font-size: 14px;
}


/* LOGIN  e RECUPERAR SENHA */
#tela-login {
	text-align: left;
	height: 99.98vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.boxmsg-wrapper {
	position: relative;
	display: flex;
	justify-content: center;
}
.boxmsg-wrapper .alert {
	position: absolute;
	top: -42px;
	width: 49%;
	z-index: 3;
	border-radius: 2rem;
	text-align: center;
}
#index {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Rubik", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
#index .box {
	padding: 4rem 3.5rem 4rem 3.5rem;
	background-color: var(--bg_sistema_3);
	border-radius: 3rem;
	width: 49%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#index .box .content-box-wrapper {
	width: 85%;
}
#index .box img {
	width: 85%;
	display: block;
	margin-top: 0;
	margin-bottom: 2rem;
	margin-right: auto;
	margin-left: auto;
}
#index .box form label {
	font-size: 14px;
	font-weight: 500;
	color: var(--cor_texto_3);
}
#index .box form .password-wrapper {
	position: relative;
	display: flex;
	align-items: center;
}
#index .box form .password-wrapper .icon-cadeado {
	position: absolute;
	right: 25px;
	color: var(--cor_texto_4);
}
#index .box form .recovery-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#index .box form .recovery-box span {
	color: var(--cor_texto_3);
}
#index .box form .recovery-box a {
	color: var(--bg_btn1);
}
#index .box form .recovery-box a:hover {
	color: var(--bg_btn1_hover);
	text-decoration: none;
	transition: all 0.4s;
}
#index .box form .recovery-box span,
#index .box form .recovery-box a {
	font-size: 13px;
	font-weight: 500;
}

@media screen and (min-width: 576px) and (max-width: 767.98px)
{
	#index .box {
		width: 100%
	}
}


@media screen and (min-width: 768px) and (max-width: 991.98px)
{
	#index .box {
		width: 85%
	}
}

@media screen and (min-width: 992px) and (max-width: 1199.98px)
{
	#index .box {
		width: 60%
	}
}


.box {
	width: calc(100% - 8.5rem);
	margin-top: 30px;
	margin-bottom: 10px;
	background-color: var(--bg_sistema_3);
	border-radius: 3rem;
	display: inherit;
    z-index: 3;
	padding: 3.5rem;
	overflow: auto;
	box-shadow: 0px 4px 12px -5px #00000040;
}
/* .box-card {
	border-radius: 3rem;
} */

.shadow{
	box-shadow: rgb(0 0 0 / 15%) 0px 5px 15px;
}

#menu-primary {
	margin-bottom: 20px;
}

#menu_header {
    border-top-right-radius: 3.5rem;
    display: flex;
    background-color: var(--bg_sistema_3);
    position: relative;
    height: 66px;
    justify-content: space-between;
    align-items: center;
    padding: 1.8rem 0 0 1.5rem;
	border-top-right-radius: 2rem;
}

#main-menu {
	font-family: "Rubik", sans-serif;
	float: left;
	margin-top: 0px;
	min-width: 3%;
	width: 275px;
	height: 100%;
	position: fixed;
	z-index: 3;
	top: 0px;
	background-color: var(--bg_sistema_1);
	border-top-right-radius: 2rem;
	box-shadow: 0px 4px 12px -5px #00000040;
}
#main-menu #main-logo #texto {
	float:left;
	padding:18px;
	color: var(--cor_texto_7);
	font-size: 16px;
}
#main-menu #main-logo #icon-mobile {
	width: 20px;
}

#main-menu .menu-lateral .primary {
    display: flex;
    margin: 0 0.5rem;
    padding: 0.8rem 1.5rem;
    border-radius: 3rem;
}
#main-menu .submenu_bloco.inative {
	display: none;
}
#main-menu .submenu_bloco.active {
	display: block;
	padding: 1px 0;
}
#main-menu ::-webkit-scrollbar {
    width:6px;
}
#main-menu ::-webkit-scrollbar-thumb {
    transition: background-color 2s;
}
#main-menu #alerta > div > div:last-child { 
	display: block;
	font-size: 14px;
	margin-left: 56px;
	margin-right: 3px;
	overflow: hidden;
	white-space: nowrap;
}
#main-menu #menu-content #menu-primary li .primary div {
	margin-right: 10px;
	width: 20px;
	height: 20px;
}

#main-menu-small {
	font-family: "Rubik", sans-serif;
	float: left;
	margin-top: 0px;
	width: 84px;
	min-height:100%;
	height: 500px;
	background-color: var(--bg_sistema_1);
	position: fixed;
	z-index: 11;
	top: 0px;
	border-top-right-radius: 2rem;
	box-shadow: 9px 4px 13px -6px #00000045;
}
#main-menu-small #alerta > div > div:last-child {
	display:none;
}
#main-menu #alerta > div > div:first-child {
	display:none;
}
#main-menu-small #alerta > div > div:first-child {
	display: block;
	margin-left: 35px;
}
#main-menu-small #menu-content #menu-primary li .primary span {
	display: none;
}
#main-menu-small #menu-content #menu-primary li .primary {
    letter-spacing: 0.5px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    transition: background 0.15s;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    margin: 0.3rem 0.95rem;
	border-radius: 7rem;
}

#menu-content {	
	font-family: "Rubik", sans-serif;
	color: white;
	font-size: 13px;
	height: calc(100% - 67px - 15px);
	overflow: auto;
	overflow-x: hidden;
	background-color: var(--bg_sistema_3);
}
#main-menu-small #icon-mobile {
	padding: 0 0.6rem;
}

#menu-content #menu-primary li .primary:hover div .icon-solid-voicemail,
#menu-content #menu-primary li .primary div .icon-voicemail {
	font-size: 10px !important;
}
#menu-content #menu-primary li .primary i.icon-solid-voicemail {
	font-size: 10px !important;
}

#menu-content #menu-primary li .primary {
	color: var(--cor_texto_7);
	letter-spacing: 0.5px;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	transition: background 0.15s;
	align-items: center;
	margin-bottom: 0.20rem;
}

#menu-content #menu-primary li .primary span {
    font-size: 14px !important;
    display: block;
    color: #171717;
    font-weight: 400;
}

#menu-content #menu-primary li .primary:hover {
	background-color: var(--bg_btn_1);
	opacity: 1;
    transition: all 0.15s;
    border-radius: 7rem;
}

#menu-content #menu-primary li .primary:hover div i,
#menu-content #menu-primary li .primary:hover span {
	color: var(--cor_texto_1)
}

#menu-content #menu-primary .menu-lateral:has(.primary .active) .primary {
	background-color: var(--bg_btn_1);
}

#menu-content #menu-primary .menu-lateral:has(.primary .active) .primary i,
#menu-content #menu-primary .menu-lateral:has(.primary .active) .primary span {
	color: var(--cor_texto_1) !important;
}

#menu-content #menu-primary li.active .primary {
	opacity: 1;
	color: var(--cor_texto_7);
}

#menu-content #menu-primary li ul.submenu li .sub {
	font-size: small;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-top: 15px;
}

#menu-content #menu-primary li .primary div i {
	font-size: 18px !important;
	font-weight: 500;
	color: #171717;
}

#menu-content #menu-primary li .primary:hover div i {
	font-size: 18px !important;
	font-weight: 500;
}


.submenu li div
{
    color: #171717;
	font-size: 1.0em;
	cursor: pointer;
}
.submenu li div:hover{
	background-color: var(--bg_sistema_3);
	border-radius: 3rem;
}

.submenu li.actived div{
	background-color: var(--bg_btn_1);
	border-radius: 3rem;
	color: var(--cor_texto_1);
}

.submenu_bloco {
	background-color: var(--bg_sistema_2);
}

#main-menu .submenu_bloco.inative {
	display: none;
}
#main-menu .submenu_bloco.active
{
	display: block;
}
#main-menu-small .submenu_bloco {
	width: auto;
	display: none;
}
#main-menu-small .submenu_bloco
{
	position: fixed;
	left: 75px;	
} 

#menu-toggle {
    display: none;
}
#icon-mobile {
    cursor: pointer;
    color: var(--cor_texto_3);
    transition: all 0.4ms;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 0 1.8rem;
}
#icon-mobile i {
	transform: rotate(177deg);
}
#menu-toggle:checked + label #icon-mobile i {
    transform: rotate(0deg);
}
#icon-mobile:hover i {
	opacity: 0.6;
}
.menu-superior {
    margin: auto 0px;
    background-color: var(--bg_sistema_1);
	padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu-superior .titulo-pagina {
    font-weight: 600;
    color: var(--cor_texto_3);
    font-family: 'Rubik', sans-serif;
    font-size: 35px;
    margin-bottom: 7px !important;
}
.breadcrumb-area {
	display: flex;
	align-items: center;
	font-size: 13px;
	font-family: "Rubik", sans-serif;
}
.breadcrumb {
	margin: 0 !important;
	padding: 0 !important;
	background-color: transparent !important;
}
.breadcrumb > li a {
  	color: #999;
}
.breadcrumb > li a:hover {
	text-decoration: none;
  	color: var(--cor_texto_2_hover);
	transition: all 0.3s;
}
.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 10px !important;
    color: #ccc;
}
.breadcrumb > .active {
    color: #999;
}
.user-info-wrapper {
    background-color: var(--bg_sistema_3);
    padding: 0.575rem 1.8rem;
    border-radius: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
}

.user-info-icon {
	margin-right: 0.85rem;
}

.menu-top-bt-notify
{
	position: relative;
}

notify
{
    position: absolute;
    top: -4px;
    right: 0;
    background: red;
    color: white;
    border-radius: 16px;
    font-size: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    height: 16px;
    width: 16px;
    padding: 1px;
}

.user-info-wrapper i[class^="icon-"]:not(.icon-usuario), 
.user-info-wrapper i[class*=" icon-"]:not(.icon-usuario) {
    font-size: 17px;
    color: var(--cor_texto_7);
    padding: 0.5rem;
    border-radius: 2rem;
}


.user-info-wrapper .user-name {
	font-family: "Rubik", sans-serif;
	font-weight: 600;
	font-size: 15px;
	margin: 0;
	color:var(--cor_texto_3);
}

.user-info-wrapper .inicial-user {
	display: flex;
	align-items: center;
	width: auto;
}

.user-info-wrapper .user-avatar {
    height: 40px;
    width: 40px;
    background-color: var(--bg_btn_1);
    border-radius: 2rem;
    margin-right: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-info-wrapper .user-avatar span {
	color: var(--cor_texto_1);
	font-family: "Rubik", sans-serif;
	font-weight: 500;
	font-size: 16px;
}

#menu-superior-info-usuario > span > small {
	color: var(--cor_texto_7);
	font-family: "Rubik", sans-serif;
	font-weight: 300;
	font-size: 12px !important;
}

#menu-superior-info-usuario {
    cursor: pointer;
    font-size: 14px;
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0;
	border: none;
}
.dropdown-toggle {
    background: transparent;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.dropdown-toggle .seta {
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid var(--cor_texto_3);
	margin-left: 8px;
}
.dropdown-menu {
    margin-top: 0px !important;
    border-top: 0px !important;
    padding: 1px 0px !important;
	right: -29px !important;
    left: unset !important;
    width: 204px;
    top: 51px !important;
    box-shadow: 0px 8px 13px -5px rgba(0, 0, 0, 0.175) !important;
    border: none !important;
    border-radius: 1.5rem !important;
	background-color: inherit;
}
.dropdown-menu .notificacao {
    background-color: #fafafc !important;
    width: 100%;
    padding: 4px;
    box-sizing: border-box;
}
.div-dados-usuario i {
	font-size: 13px !important;
	margin-right: 10px !important;
}

.menu-top-bt
{
	width: 55px;
	height: 30px;
	background-color: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0);
	color:#FFFFFF;
	font-size: 12px;
	border: 0px;
}

.menu-top-bt
{
	width: 55px;
	height: 30px;
	background-color: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0);
	color:#FFFFFF;
	font-size: 12px;
	border: 0px;
}

.show-on-hover-dados-usuarios:hover > button
{
    background-image: url("../images/icon-notify-arrow-dados-usuario.png");
    filter: invert(10%);
    -webkit-filter: invert(10%)
}

.show-on-hover-dados-usuarios:hover > ul.dropdown-menu {
    display: block;
}
/* paginador */
#pages div a.current div{
    color: #fff;
    background: var(--bg_btn_1);
    padding: 4px;
    width: 22px;
    height: 32px;
    margin-right: 5px;
}

.dropdown-menu>li>div {
    display: block;
    font-weight: 400;
    font-weight: 400;
	line-height: 1.42857143;
    width: 100%;
    box-sizing: border-box;
}

.div-notificacao-grande {
	width: 100%;
    word-break: break-word;
    white-space: inherit;
	border-top: 1px solid var(--cor_border_1);
	border-right: 1px solid var(--cor_border_1);
	border-left: 1px solid var(--cor_border_1);
	border-bottom: 1px solid var(--cor_border_1);
	border-radius: 1rem; 
	padding: 15px;
}

.div-notificacao-pequeno {
	border: 1px solid var(--cor_border_1);
	border-radius: 1rem;
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.div-notificacao-pequeno  a {
	color: #333 !important;
}

.div-notificacao-grande img {
	width: 10px;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.1rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.1rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.pl-10,
.px-10 {
  padding-left: 10px !important;
}

tr.border-none td{
	border: none;
}

.flex{
	display: flex;
}
.border-none{
	border: none;
}
.w-full{
	width: 100%;
}
.h-full{
	height: 100%;
}

.align-center{
	align-items: center;
}

.justify-center
{
	justify-content: center;

}
.text-center{
	text-align: center;
}
.flex-column{
	flex-direction: column;
}
.flex-row{
	flex-direction: row;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

input[name="arquivo_importado"]
{
	display: none;
}

.custom-file-upload
{
	border: 1px solid #ccc;
	display: block;
	padding: 12px;
	cursor: pointer;
	text-align: center;
	width: auto;
	border-radius: 2rem;
}

.custom-file-upload:hover
{
	border-color: #0099D5;
	color: #0099D5;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border-radius: 2rem;
    box-shadow: 0px 8px 13px -5px rgba(0, 0, 0, 0.175) !important;
    background-clip: padding-box;
    outline: 0;
    padding: 0.654rem 1.8rem;
    border: none;
}
.modal-header {
	padding: 15px 0 0 0;
	min-height: unset;
}
.modal-header h4 {
	margin: 0 !important;
}
.modal-body {
	padding: 15px 0;
}
.modal-idiomas table tr td {
	border: unset;
}
.modal-idiomas table tr:last-child td {
    padding-top: 0.4rem;
}
.input-menor {
	display: block;
    width: 100%;
    height: calc(0.9em + 1.3rem + 2px);
    padding: 0.175rem 1.4rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--cor_texto_5);
    background-color: var(--bg_sistema_2);
    background-clip: padding-box;
    border: 1px solid var(--cor_border_1);
    border-radius: 2rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.input-slider{

    width: 100%!important;
    height: calc(1.9em + 1.3rem + 3px)!important;
    padding: 0.675rem 1.4rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 2rem!important;
	box-sizing: border-box;

}
/* .ui-widget.ui-widget-content{
	/* background-color: #56b958; 
	outline: none;
} */
.ui-slider-handle.ui-state-default.ui-corner-all
{
	/* margin-top: 13px; */
	height: 45px;
	background: #076d9c !important;
	width: 10px;
	min-height: 5px;
	padding-left: 5px;
}

.ui-corner-all {
	border-top-right-radius: 2rem !important;
	border-top-left-radius: 2rem !important;
	border-bottom-right-radius: 2rem !important;
	border-bottom-left-radius: 2rem !important;
}
#ui-datepicker-div{
	z-index: 9999 !important;
    border-radius: 15px!important;
}
/* .ui-slider-horizontal .ui-slider-handle.ui-state-default.ui-corner-all
{
	margin-top: 8px;
} */

.ui-slider-horizontal .ui-slider-handle{
	top: -9px !important;
}

.txt_hexadecimal_color::-webkit-color-swatch {
    border: none;
    border-radius: 2rem;
}
.txt_hexadecimal_color {
	display: block;
	width: 100%;
	height: calc(1em + 1.3rem + 2px);
	margin-top: 5px;
	padding: 0.675rem 1.4rem;
	font-size: 14px;	
	font-weight: 400;
	line-height: 1.5;
	color: var(--cor_texto_5);
	background-color: var(--bg_sistema_2);
	background-clip: padding-box;
	border: 1px solid var(--cor_border_1);
	border-radius: 2rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	padding: 2px;
}

.abas{
	border-radius: 18px 18px 0px 0px;
    padding: 0.5rem 0;
}

.ramal_selecionavel, .codec_selecionavel
{
	height: 50px;
	position: relative;
	cursor: pointer;
	border-bottom: 1px solid #c5d2da;
	display: flex;
}

tr td:first-child {
    padding-left: 0px;
}

.alinha-colunas {
	display: grid;
	grid-auto-flow: column;
	grid-template-rows: repeat(4, 1fr);
	grid-template-columns: repeat(3, 1fr);
	gap: 0.5rem 1rem;
	padding: 0.2rem 0; 
}
.container_checkbox label,
.texto-checkbox {
	margin-left: 1.5rem;
}
.checkbox_todos
{
	cursor: pointer;
}
input[name="audio"] {
	display: none;
}
/* .audio {
	width:50%;
} */
.reproduzir_audios_tts {
	width: calc(50% - 43px);
}

@media screen and (max-width: 1400px)
{
	.audio
	{
		width:100%;
	}
	.reproduzir_audios_tts
	{
		float: left;
		width: calc(100% - 50px);
	}
}

.input-arq-audio {
    border: solid 1px #e0e2e5;
    color: var(--cor_texto_5);
    padding: 13px 24px;
    border-radius: 2rem;
    margin-bottom: 0.45rem;
    font-weight: 400;
}

.ul-li-audio-tts {
	border: 1px solid #d3d3d3;
	color: #555555;
	margin: 5px 0px;
	padding: 10px;
	background-color: #FBFBFB;
	cursor: default;
}
.ul-li-audio-tts.texto {
	border-color: #AFB2DA;
	background-color: #CCD0EC;
}
.txt-audio-tts {
	margin-right: 5px;
}
.texto.gradient {
	background: linear-gradient(90deg, rgb(204, 208, 236, 1) 50%, rgb(204, 208, 236,0.5) 0%);
	background-size: 200% 200%;
}

.box-1-of-2
{
	flex: 1 0 calc(50% - 60px);
	margin: 10px;
	margin-left: 0px;
	margin-right: 20px;
	background-color: var(--bg_sistema_3);
	padding:15px;
	border-radius: 2rem;
	min-height: 80px;
	box-shadow: 0px 4px 12px -5px #00000040;
}

.box-1-of-3
{
	flex: 1 0 calc(33.33% - 80px);
	margin: 10px;
	margin-left: 0px;
	margin-right: 20px;
	background-color: var(--bg_sistema_3);
	padding:25px;
	border-radius: 2rem;
	box-shadow: 0px 4px 12px -5px #00000040;
}

.box-1-of-3-sem-fundo
{
	flex: 1 0 calc(33.33% - 60px);
	margin: 10px;
	margin-left: 0px;
}

.box-1-of-3-sem-fundo2
{
	flex: 1 0 calc(33.33% - 60px);
	margin: 10px;
	margin-left: 0px;
	margin-right: 20px;
	padding:15px;
}


/* btn de troca de tema */
input[type="checkbox"] .theme {
  display: flex;
  align-items: center;
  -webkit-tap-highlight-color: transparent;
}

.toggle-wrapper {
	position: relative;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}

.toggle-input {
	display: none;
}

.toggle-bg {
	width: 67px;
	height: 30px;
	background-color: var(--bg_sistema_1);
	border-radius: 9999px;
	position: relative;
	transition: background-color 0.3s;
}

.toggle-bg::after {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 25px;
	height: 25px;
	background: var(--bg_btn_1);
	border-radius: 50%;
	transition: left 0.3s, width 0.2s, background 0.3s;
}

.toggle-input:checked + .toggle-bg::after {
	left: 39px;
}

.fig-claro, 
.fig-escuro {
    position: absolute;
    padding: 0.3rem;
    border-radius: 100%;
	opacity: 1;
	transition: opacity 0.3s;
}

.fig-claro {
	left: 3px;
}
.fig-claro::after {
	font-family: 'icomoon';
	content: "\e90b";
	color: #ffffff;
}
.fig-claro:hover:after {
	content: "\e938";
}
.toggle-input:checked ~ .fig-claro::after {
	content: "\e938";
	color: gray;
}
.fig-escuro {
	right: 3px;
}

.fig-escuro::before {
	font-family: 'icomoon';
	content: "\e93c";
	font-size: 13px;
	color: gray;
}
.fig-escuro:hover:before {
	font-family: 'icomoon';
  	content: "\e90f";
	color: gray;
}
.toggle-input:checked ~ .fig-escuro::before {
	content: "\e90f";
	color: #ffffff;
}

#ramais_visiveis,
#todos_ramais {
	width: 37.5%;
	border: 1px solid #e0e2e5;
	border-radius: 2.2rem;
}
#ramais_visiveis .box-ramais,
#todos_ramais .box-ramais {
	padding: 2.8rem;
}

#ramais_visiveis .head-card,
#todos_ramais .head-card {
	border-bottom: 2px solid #DADBDD;
}
#ramais_visiveis .title-wrapper,
#todos_ramais .title-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.3rem;
}

.checkbox_container {
	position: relative;
	cursor: pointer;
}
.checkbox_container input {
	opacity: 0;
	cursor: pointer;
}
.checkbox_container .checkmark {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 20px;
	width: 20px;
	background-color: #DADBDD;
}
.checkbox_container .checkmark:after
{
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.checkbox_container input:checked ~ .checkmark:after
{
	display: block;
}
.checkbox_container:hover input ~ .checkmark {
	background-color: #ccc;
}
.checkbox_container input:checked ~ .checkmark {
	background-color: #029FCC;
}
.checkbox_container .checkmark:after
{
	left: 6px;
	top: 2px;
	width: 8px;
	height: 13px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.login_tema
{
	background-color:rgb(255, 255, 255)
}

#pages div a div {
	border-radius: 100%;
	border: none;
}

#pages div a div:hover {
	border: none;
	text-decoration: none;

}
#pages div a div:focus-visible{
	border: none;
}

.daterangepicker .drp-calendar.right .calendar-table, .daterangepicker .drp-calendar.left .calendar-table{
	background-color: var(--bg_sistema_2);
	border-radius: 1rem;
	border: 1px solid #DADBDD;
}
.tipo_campanha_selecionado, .modo_discagem, .yearselect, .monthselect, .dayselect {
	border-radius: 1rem;
}
.titulo_box_pequeno_dash{
	color:var(--cor_texto_6);
}
.input-fake {
	border: 1px solid var(--cor_border_1);
    padding: 15px;
    border-radius: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#tts_ouvir_audio,
#tts_ouvir_audio_exemplo,
.reproduzir_audios_tts {
    background-color: #1183c6;
	border: #1183c6;
    color: #ffffff;
    border-radius: 2rem;
    height: auto;
}

#tts_ouvir_audio,
#tts_ouvir_audio_exemplo {
    height: calc(1.9em + 1.3rem + 2px);
}

input.tts_config_audio {
    font-family: 'icomoon' !important;
    color: #ffffff;
	background-color: var(--bg_btn_1);
    border: none;
    border-radius: 100%;
    width: 35px;
    font-size: 19px;
    height: 35px;
}
.tipo_audio_tts:hover {
	background-color: unset !important;
}

#myBar_
{
	background-color: var(--bg_btn_1)!important;
}


.ui-slider-horizontal {
	height: calc(1.9em + 1.3rem + 2px) !important; 
	border-radius: 2rem !important; 
}
.ui-widget.ui-widget-content {
	border: 1px solid #DADBDD;
	outline: none;
}
.ui-slider .ui-slider-handle {
	height: 42px;
	padding-left: 5px;
}
.ui-slider .ui-state-active {
	background-color: #018EC3;
}
.ui-slider-handle.ui-state-default.ui-corner-all {
    background:#076d9c !important;
    width: 6px;
    height: calc(2em + 1.3rem + 2px) !important;
    padding-left: 5px;
	margin: 0 -13px !important;
}
.perfis_cadastrados tr,
.perfis_cadastrados tr td {
	text-align: center;
}
#tts_tons,
#tts_vel_fala {
	height: calc(1.9em + 1.3rem + 2px) !important; 
	border: 1px solid #DADBDD;
	text-align: center;
}

.centralizar{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.div_dias_semana {
	margin-right:5px
}

.head_tags_voicemail {
	height: 40px;
	line-height: 40px;
	color: #606278;
	text-align: center;
	border: 1px solid var(--cor_border_1);
	border-radius:15px 15px 0px 0px;
}

/* .ui-slider-horizontal .ui-slider-range-max{
	border-radius: 2rem;
} */

.input-ura {
	border-radius: 2rem;
}

#myBar_1
{
	padding: 7px;
	color: white;
	text-align: center;
	background-color: var(--bg_btn_1)!important;
	font-family: "Segoe Ui, regular";
	border-radius: 1rem;
}

.mascara-text-area {
	overflow: hidden;
	border-radius: 2rem;
	width: 100%;
}

.integracao-box {
	padding: 20px;
	border: 1px solid #c5d2da !important;
	border-radius: 1rem;
}

tr > td:first-child,
tr > th:first-child {
  padding-left: 10px;
}
.td_color {
	color: #ADAFB4;
}
.icon-balao-dialogo:hover:before {
	content: "\e903";
}
.icon-balao-dialogo-a:hover:before {
	content: "\e904";
}
.icon-sino:hover:before {
	content: "\e928";
}

.input-medio:disabled 
{
	background-color: #F2F3F6 !important;
}

.imagem_modulo_avaliacao_desabilitado {
  background-image: url("../images/v4/modulo_avaliacao_desabilitado.svg");
  background-position: center; 
  background-repeat: no-repeat;
  background-size: cover; 
}


.imagem_modulo_transcricao_desabilitado{
	background-image: url("../images/v4/modulo_transcricao_desabilitado.svg");
	background-size: 1300px;
}

 .user-avatar-img, .user-avatar-sem-img {
   	width: 45px!important;
	height: 45px!important;
	border-radius: 50%;
	border: solid 2px #e6e6e6;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	box-sizing: border-box;
	margin-right: 12px;
}
.user-avatar-img, .user-avatar-sem-img p {
	color: #FFFFFF;
}
 .user-avatar-sem-img {
	background-color: #3498db;
}
