p/* ========== HELPER CLASS ========== */



.aligner {

    width: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    height: 100%;

}



.c-pointer {

    cursor: pointer;

}



.align-cols {

	align-items: center;

}



.f-col {

	display: flex;

	flex-direction: column;

}



.cursor{

  cursor: pointer;

}



.w-5 {

    width: 5%;

}

.w-10 {

    width: 10%;

}

.w-20 {

    width: 20%;

}

.w-30 {

    width: 30%;

}

.w-40 {

    width: 40%;

}

.w-50 {

    width: 50%;

}

.w-60 {

    width: 60%;

}

.w-70 {

    width: 70%;

}

.w-80 {

    width: 80%;

}

.w-90 {

    width: 90%;

}

.w-100 {

    width: 100%;

}





.w-35px {

    width: 35px;

}

.w-100px {

    width: 100px;

}

.w-200px {

    width: 200px;

}

.w-300px {

    width: 300px;

}

.w-400px {

    width: 400px;

}

.w-500px {

    width: 500px;

}



.f-18px {

    font-size: 18px;

}



.f-22px {

    font-size: 22px;

}



.f-28px {

    font-size: 28px;

}



.bottom-line {

    border-bottom: 1px solid #EEEEEE;

    padding-bottom: 2px;

    margin-bottom: 20px;

}



.mb-none {

    margin-bottom: 0px !important;

}



.ml-20px {

    margin-left: 20px;

}



.content-new-category {

    display: flex;

    align-items: center;

    cursor: pointer;

    color: #212121;

    transition: .2s linear;

}



.content-new-category:hover {

    color: #0083C5;

    transform: translateY(-3px);

}



.d-none {

    display: none;

}



.col-hide {

    display: none;

}



.f-16px {

	font-size: 16px;

}



.f-26px {

	font-size: 26px !important;

}



.btn-question-link {

	display: flex;

	align-items: center

}



.res-btn-question {

	white-space: normal;

	margin-left: 4px;

	text-align: left;

}



.questions-responsive {

	width: 101%;

	overflow-x: auto;

}



.text-default {

	color: #0083C5;

}



.pl-12px {

	padding-left: 12px !important;

}



.b-question {

	border: none !important;

	border-radius: 0px !important;

}



.row-hide {

    display: none;

}



.content-new-category > i {

    margin-right: 5px;

}



.img-circle {

    border-radius: 100%;

    padding: 15px 10px;

}



.content-profile-image, .content-profile-info {

    display: flex;

    align-items: center;

}



.profile-name {

    font-size: 16px;

    margin-top: 5px;

    color: #121212;

}



h2.profile-name {

    font-size: 20px;

    line-height: 29px;

    color: #0083C5;

}



.row-align-center {

    display: flex;

    align-items: center;

}



.table-blue {

	margin: 25px 0px;

}



.table-blue td, th{

	padding: 6px;

	font-size: .85em;

}



.table-purple {

	margin: 25px 0px;

}



.table-purple td, th{

	padding: 6px;

	font-size: .85em;

}



.th-border-purple tr th {

	background-color: #791695;

	color: #FFFFFF;

	font-weight: 400 !important;

}



.th-border-blue tr th {

	background-color: #3C8DBC;

	color: #FFFFFF;

	font-weight: 400 !important;

}



@media (min-width: 768px) {

    .br-gray {

        border-right: 1px solid #DBDBDB;

    }

}



.profile-list-info {

    list-style: none;

    margin-bottom: 0px;

}



.prolife-list-info-item {

    display: flex;

    align-items: center;

    line-height: 1.5;

}



.prolife-list-info-item > span {

    color: #0083C5;

    width: 20px;

    margin-right: 15px;

    text-align: center;

}



.new-profile-picture {

    position: absolute;

    bottom: 30px;

    right: 20px;

    padding: 2px 8px;

    background: #0083C5;

    border-radius: 100%;

    color: #FFFFFF;

    cursor: pointer;

}



.hide-input {

    display: none;

}



.new-profile-picture:hover {

    color: #0083C5;

    background: #FFFFFF;

}



/*TABLE HELPER*/



.td-min {

    width: auto !important;

}



.table-primary-light,

.table-primary-light > th,

.table-primary-light > td {

    background-color: #fcfdfd; 

}



.table-hover .table-primary-light:hover {

    background-color: #afd3f3; 

}

.table-hover .table-primary-light:hover > td,

.table-hover .table-primary-light:hover > th {

    background-color: #afd3f3; 

}



/*BEGIN::BOX-FORMAT*/

.box-format {

	border: 1px solid #eeeeee;

	transition: .3s linear;

	cursor: pointer;

	padding: 25px;

	height: 200px;

	display: flex;

	justify-content: space-between;

	flex-direction: column;

}



.box-format:hover {

	box-shadow: 1px 1px 10px rgba(0,0,0,.1);

}



.box-format-content-image {

	text-align: center;

}



.box-format-content-image > img {

	max-width: 100px;

}



.box-format-title {

	font-size: 16px;

	text-align: center;

}

/*END::BOX-FORMAT*/



.color-blue {

    color: var(--blue);

    cursor: pointer; }

.color-red {

    color: var(--red);

    cursor: pointer; }

.color-yellow {

    color: var(--yellow);

    cursor: pointer; }

.color-green {

    color: var(--green);

    cursor: pointer; }

.color-orange {

    color: var(--orange);

    cursor: pointer; }



/*begin::chat*/

 .content-processamento {

	background: #e9e3de;

	height: 450px;

	max-height: 450px;

	overflow-y: auto;

	padding: 15px;

	position: relative;

}



#content-send-img {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background: url(../img/grid.png),rgba(0, 0, 0, .75);

	display: flex;

	flex-direction: column;

	align-items: center;

	justify-content: center;

	visibility: hidden;

	opacity: 0;

	transition: .3s;

}



.anime-send-img {

	opacity: 1 !important;

	visibility: visible !important;

}



.title-send-img {

	margin-top: 0px;

	color: #FFFFFF;

	cursor: pointer;

	font-weight: 600;

	font-size: 30px;

	display: flex;

	align-items: center;

}



.title-send-img:hover {

	color: #b9b9b9;

}



.icon-send-img {

	margin-right: 15px;

}



.content-processamento::-webkit-scrollbar-track {

	background-color: #F4F4F4;

}



.content-processamento::-webkit-scrollbar {

	width: 6px;

	background: #F4F4F4;

}



.content-processamento::-webkit-scrollbar-thumb {

	background: #dad7d7;

}



 .message {

	position: relative;

	margin-bottom: 10px;

	background: #FFFFFF;

	float: left;

	clear: both;

	padding: 8px 15px;

	border-radius: 8px 8px 8px 0px;

	color: #222222;

	box-shadow: -1px 1px 2px rgba(0, 0, 0, .4);

	max-width: 75%;

}



.message small {

	margin-left: 15px;

	margin-top: 4px;

	color: #5a5a5a;

	float: right;

}



 .my-message {

	 position: relative;

	 margin-bottom: 10px;

	 background: #DCF8C6;

	 float: right;

	 clear: both;

	 padding: 8px 15px;

	 border-radius: 8px 8px 0px 8px;

	 color: #222222;

	 box-shadow: 1px 1px 2px rgba(0, 0, 0, .4);

	 max-width: 75%;

 }



 .my-message small {

	 margin-left: 15px;

	 margin-top: 4px;

	 color: #5a5a5a;

	 float: right;

 }



 .not-notification {

	 background: #c6eaf8 !important;

 }



 .content-input-processamento {

	 background: #EFEFEF;

	 padding: 8px 10px;

	 display: flex;

	 align-items: center;

 }



 .input-processamento {

	 position: relative;

	 padding: 8px 16px;

	 margin: 0px;

	 width: 100%;

	 border-radius: 20px;

 }



 .input-processamento:focus {

	 background: #FFFFFF;

}



.lista-de-processamento {

	list-style: none;

	margin: 0px;

	padding: 0px;

}



#send-processamento {

	margin: 0px 15px;

	cursor: pointer;

	padding: 8px 10px;

	border: none;

	background: transparent;

}



#img-processamento {

	margin: 0px 15px;

	cursor: pointer;

	padding: 8px 10px;

	border: none;

	background: transparent;

}



#send-processamento:hover {

	color: #37d87e;

}



#img-processamento:hover {

	color: #37d87e;

}



#input-file-img {

	visibility: hidden;

}

.count-indicator-message {

	position: relative;

	display: flex;

	align-items: center;

	justify-content: center;

	font-size: 22px;

	width: 45px;

}

.count-message {

	background: red;

	color: #FFFFFF;

	width: 16px;

	height: 16px;

	border-radius: 50%;

	display: flex;

	align-items: center;

	justify-content: center;

	position: absolute;

	font-size: 12px;

	top: 3px;

	right: 3px;

}

/* PREVIEW FILE */

.btn-show-file {

	cursor: pointer;

}

.content-file-preview {

	height: 100vh;

	width: 100vw;

	background: rgba(0,0,0,.5);

	position: fixed;

	top: 0;

	left: 0;

	z-index: 99999;

	align-items: center;

	justify-content: center;

	display: none;

}



#btn-close-preview-file {

	position: absolute;

	right: 25px;

	top: 12px;

	font-size: 35px;

	cursor: pointer;

	color: #FFFFFF;

}



#img-preview-file {

	max-width: 80vw;

	max-height: 80vh;

	background: url('../../../uploads/perfil/load.gif') no-repeat center center #FFFFFF;

}



.text-grey{

  color:#C9C9C9;

}



.text-blue{

  color:#007bff;

}



.text-purple{

  color:#791695;

}



.text-green{

  color:#23D001;

}



.text-pink{

  color:deeppink;

}



.text-yellow{

  color:#E3D700;

}



.text-orange{

  color:orangered;

}



.text-red{

  color:red;

}







/*=============== BEGIN::ANIME ===============*/

[data-anime] {

    opacity: 0;

    transition: .9s;

}



[data-anime="left"] {

    transform: translate3d(-50px, 0px, 0px);

}



[data-anime="right"] {

    transform: translate3d(50px, 0px, 0px);

}



[data-anime="top"] {

    transform: translate3d(0px, -50px, 0px);

}



[data-anime="bottom"] {

    transform: translate3d(0px, 50px, 0px);

}



[data-anime].animate {

    opacity: 1;

    transform: translate3d(0px, 0px, 0px);

}

/*=============== END::ANIME ===============*/





iframe { border:none;overflow:auto;}





.footer-custom{

	background-color: #eeeef0 !important;

}



.sidebar-custom{

	background-color: #eeeef0 !important;

}





select[readonly] {

  background: #eee; /*Simular campo inativo*/

  pointer-events: none;

  touch-action: none;

}

.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.375rem !important;
    padding: 0.375rem 0.75rem !important;
    height: 35px !important; /* Altura padrão Bootstrap */
    display: flex !important;
    align-items: center !important;
    box-shadow: none !important;
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #495057 !important;
    line-height: 1.5 !important;
    padding-left: 0 !important; /* remove espaço extra */
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
    right: 10px !important;
    top: 0 !important;
    transform: none !important;
    display: flex !important;
    align-items: center !important;
}



.input-helper:before {
    position: absolute;
    content: "";
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    border: 1px solid #000000 !important;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    transition-duration: 0s;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
}























