.funcoes-itens button.function-tutoriais{
    width: 30%;
    margin: 0 auto;
    color: #fff;
}

.funcoes-itens button.function-tutoriais.function-full-width{
	width: 50%;
}

.function-tutoriais span {
    font-size: 0.69em;
    line-height: 1.2;
    margin: 0 auto;
}

.funcoes-itens button.green-tutorial{
	background: #1ebb90;
	border: 0px;
}
.funcoes-itens button.blue-tutorial{
	background: #2196F3;
	border: 0px;
}
.funcoes-itens button.red-tutorial{
	background: red;
	border: 0px;
}

.modal-header.pos-absolute{
	position: absolute;
}

.functions-list>div:nth-child(2){
	color: white;
	background-color: #809CAB;
}

.functions-list>div:first-child>div:nth-child(2){
	color: white;
}

#create-link{
	color: white;
	height: 100%;
	line-height: 21.8px;
}

.fa-external-link{
	color: white;
}

.functions-list>div:first-child>div:nth-child(2) i{
	font-size: 25px;
	color: white !important;
	position: relative;
	top: -4px;
}

/* .fa-comments-o{
	font-size: 400%!important;
} */

#alert-modal.confirmation-modal{
	min-width: initial!important;
	width: 500px!important;
}

@media only screen and (max-width: 450px) {

	#alert-modal.confirmation-modal{
		min-width: initial!important;
		width: 80%!important;
	}

	.fa.fa-sign-out{
		transform: scale(-1,1);
	}

	#ui-datepicker-div{
		border: 0px !important;
	}

	.funcoes-painel-aviso span{
		font-size: 2em;
	}

	.funcoes-painel-aviso p{
		margin: 0;
		font-size: 1.1em;
	}

	.go-to-painel{
		margin: 5px;
		padding: 0px;
		height: 55px;
		border: 0;
		box-shadow: 1px 2px 2px black;
		width: 43%!important;
		color: white;
		font-size: 1.2em;
		line-height: 1 !important;
	}
	
}

/* ¯\_(ツ)_/¯ */

#functions-container {
	overflow: auto;
	height: 100%;
	display: flex;
	flex-direction: column;
}

#functions-container .functions-list {
	width: 100%;
	flex-grow: 1;
	overflow: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 10px;
	border-bottom: 2px solid #809cab;
}

.t{
	display: flex;
}

.function-item {
		position: relative;
		width: 48%;
    border: 2px solid #809CAB;
    border-radius: 3px;
    text-align: center;
    padding: 4px;
}

.function-icon {
	font-size: 2.2em;
    color: #999999;
    line-height: 1.2;
}

#arrow{
	position: absolute;
	width: fit-content;
	right: -9px;
  align-self: center;
	height: fit-content;
}

#arrow > img{
	width: 30px;
}

#ready-links{
	width: 100%;
	gap: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 4px;
}

.create-ready-links{
	display: flex;
	height: 78px !important;
	background: #809CAB;
	align-items: center;
	justify-content: center;
}

.create-ready-links span{
	font-size: 24px;
	line-height: 23px;
	color: white;
}

#ready-links>div:first-child, #ready-links>div:last-child{
	width: 50%;
	height: 100%;
}

#ready-links>div:first-child {
	border: none;
}

.function-item > span{
	display: inline-block;
	text-align: right;
	max-width: 300px;
	position: relative;
  /* left: -8px; */
}

.function-text {
	height: 2.4em;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #809CAB;
	line-height: 1;
}

#functions-container .function-label {
    font-size: 1.2em;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999999;
    line-height: 1;
}

#functions-container .function-options .option {
    display: flex;
    justify-content: center;
    align-items: center;
}

#functions-container .function-options input {
	pointer-events: none !important;
    height: 1.3em;
    width: 1.3em;
}

#functions-container .function-options span {
	font-size: 1.3em;
    color: #809cab;
	margin-left: 6px;
}

#functions-container .funcoes-painel-aviso {
	text-align: center;
	padding: 10px 0;
}