@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;700;900&display=swap');

@import url('./colaboratorCard.css');
@import url('./horas-clientes.css');
@import url('./oque-no-play.css');
@import url('./play-online.css');
@import url('./plays-colaboradores.css');

@import url('./itemstable.css');

@import url('./botoes.css');
@import url('./formularios.css');

:root {
	/* cores principais */

	--main-pink: #d20687;
	--darker-pink: #9e0566;

	--light-purple: #aa93d1;
	--main-transparent-purple: #883ca41a;
	--main-purple: #883ca4;
	--darker-purple: #692f7f;

	--dark-blue: #18284A;

	/* Cores secundárias */

	--dark-gray: #4e4d4d;
	--main-transparent-grey: #F5F5F5;
	--light-gray: #7c7c7c;

	--montserrat: 'Montserrat', sans-serif;
}

.custom-title {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 16px 0;
	padding: 0;
}

.custom-title.pink { color: var(--main-pink) }
.custom-title.purple { color: var(--main-purple) }
.custom-title.blue { color: var(--dark-blue) }
.custom-title.gray { color: var(--dark-gray) }

/* Configurações gerais */

*,
*::before,
*::after {
	font-family: inherit;
	color: inherit;
}

::-webkit-scrollbar {
	width: 5px;
	background-color: #fff;
}

::-webkit-scrollbar-thumb {
	background-color: #000;
}

html {
	background: #fff;
	scroll-behavior: smooth;
}

body {
	background: #fff;
	height: auto;
	margin: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #7c7c7c;
	font-family: var(--montserrat);
	overflow-x: hidden;
}

img {
	max-width: 100%;
}

ul {
	list-style: none;
}

li {
	font-size: 21px;
}

td {
	font-size: 12px;
	color: #4E4D4D;
}

button {
	cursor: pointer;
	border: none;
	background: 0 0;
}

button,
input,
svg {
	font-family: var(--montserrat);
}

textarea {
	resize: none;
}

/* Títulos */
.lh-inherit {
	line-height: inherit;
	vertical-align: sub;
}

h1 {
	font-size: 30px;
	line-height: 36px;
	font-weight: 700;
}

h2 {
	font-size: 27px;
	line-height: 31px;
	font-weight: 800;
}

.h3,
h3 {
	font-size: 37px;
	line-height: 47px;
	font-weight: 700;
}

h4 {
	font-size: 37px;
	line-height: 47px;
	font-weight: 400;
}

/* Textos */

.p,
p {
	margin-bottom: 0 !important;
	font-size: 24px;
	line-height: 29px;
	font-weight: 400;
}

.small,
small {
	font-size: 16px !important;
	font-weight: 400;
	line-height: 25px;
}

b {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}

a {
	font-size: 27px;
	line-height: 33px;
	text-decoration: none;
	font-weight: 400;
	color: #7c7c7c;
}

.opacity-0 {
	opacity: 0;
}

.image-cover {
	object-fit: cover;
}

.image-square {
	aspect-ratio: 1;
}

.cursor-pointer {
	cursor: pointer;
}

.box-shadow {
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

.box-shadow-sm {
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.box-shadow-light {
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}

.box-shadow-light-sm {
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}

.border-7 {
	border-width: 7px !important;
}

.border-radius {
	border-radius: 15px;
}

.border-radius-light {
	border-radius: 4px;
}

.border-radius-small {
	border-radius: 10px;
}

.border-radius-right {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

.border-radius-right-light {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.border-radius-top-small {
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.border-radius-bottom {
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

.border-radius-top-right {
	border-top-right-radius: 15px;
}

.border-no-radius {
	border-radius: 0 !important;
}

.border-only-bottom {
	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
}

.col-datatable-modal {
	max-height: 369px;
	overflow: auto;
}

.mx-h-60vh {
	max-height: 60vh !important;
}

.no-border {
	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-bottom: 0 !important;
}

.pl-zero {
	padding-left: 0px !important;
}

.border-roxo {
	border-color: var(--main-purple) !important;
}

.border-roxo-claro {
	border-color: var(--light-purple) !important;
}

.border-roxo-escuro {
	border-color: #6753b8 !important;
}

.border-cinza {
	border-color: #6c757d !important;;
}

.btn-roxo-escuro:hover{
	background-color: #6753b8;
	transition: background-color 0.3s ease-in-out;
}

.btn-roxo-escuro:hover > p {
	color: #fff !important;
}

.border-gray {
	border-color: #7070704d !important;
}

.border-dark-gray {
	border-color: var(--dark-gray) !important;
}

.border-light-gray {
	border-color: #7070701f !important;
}

.border-verde {
	border-color: #06d273 !important;
}

.border-laranja-escuro {
	border-color: #d27306 !important;
}

.border-vermelho-escuro {
	border-color: #d20606 !important;
}

.border-rosa-escuro {
	border-color: #d20687 !important;
}

.border-left-purple {
	border-left: 7px solid var(--darker-purple);
}

.z-index-medio {
	z-index: 500;
}

.z-index-acima {
	z-index: 1000;
}

hr.barra-roxa {
	opacity: 1;
	border-color: var(--main-purple);
}

/* Classes para texto */

.alt-biggest {
	font-size: 61px;
	line-height: 85px;
}

.alt-title {
	font-size: 38px;
	line-height: 51px;
	font-family: 'Raleway', sans-serif;
}

.alt-plus {
	font-size: 21px;
	line-height: 24px;
}

.alt-medium {
	font-size: 18px;
	line-height: 24px;
}

.alt-text {
	font-size: 16px;
	line-height: 21px;
}

.sub-text {
	font-size: 16px;
	line-height: 21px;
}

.alt-down {
	font-size: 14px;
	line-height: 18px;
}

.alt-small {
	font-size: 14px;
	line-height: 18px;
}

.light {
	font-family: 'Raleway', sans-serif;
	font-weight: 300 !important;
}

.regular {
	font-family: 'Raleway', sans-serif;
	font-weight: 400 !important;
}

.medium {
	font-family: 'Raleway', sans-serif;
	font-weight: 500 !important;
}

.semibold {
	font-weight: 600 !important;
}

.bold {
	font-weight: 700 !important;
}

.extrabold {
	font-weight: 800 !important;
}

.uppercase {
	text-transform: uppercase !important;
}

.letter-spacing {
	letter-spacing: 2px;
}

.form-label {
	font-size: 24px;
}

/* Classes para dimensionamento */

.site-max-width {
	width: 100%;
	/* max-width: 1920px; */
	margin-inline: auto;
}

.w-fit-content {
	width: fit-content !important;
}

.w-max-content {
	width: max-content !important;
}

.h-fit-content {
	height: fit-content !important;
}

.w-vw-sm {
	width: 53vw !important;
}

.max-h-sm {
	max-height: 250px !important;
}

.h-0 {
	height: 0;
}

.flex-1 {
	flex: 1;
}

/* Classes para espaçamento */

.mb-6 {
	margin-bottom: 5rem !important;
}

.py-2-3 {
	padding-top: 0.8rem !important;
	padding-bottom: 0.8rem !important;
}

/* Classes para cores de fundo */

.bg-rosa {
	background-color: var(--main-pink);
}

.bg-rosa.clickable:hover {
	background-color: var(--darker-pink);
}

.text-purple,.btn-svg-purple {
	color: var(--main-purple);
}

.text-dark-purple {
	color: var(--darker-purple);
}

.btn-svg-purple:hover {
	color: var(--main-purple);
}

.bg-roxo-escuro {
	background-color: #6753b8;
}

.bg-roxo {
	background-color: var(--main-purple);
}

.bg-roxo.clickable:hover {
	background-color: var(--darker-purple);
}

.bg-roxo-transparente {
	background-color: var(--main-transparent-purple);
}

.bg-grey-transparente {
	background-color: var(--main-transparent-grey);
}

.bg-light-white {
	background-color: rgba(255, 255, 255, 0.8);
}

.bg-light.clickable:hover {
	background-color: #dee3e8 !important;
}

.bg-dark-blue {
	background-color: var(--dark-blue);
}

.bg-dark-transparente {
	background-color: rgba(0, 0, 0, 0.6);
}

.bg-gray {
	background-color: #F5F5F5;
}

.barraDegrade {
	height: 20px;
	background: rgb(136, 60, 164);
	background: -moz-linear-gradient(90deg, rgba(136, 60, 164, 1) 0%, rgba(24, 40, 74, 1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(136, 60, 164, 1) 0%, rgba(24, 40, 74, 1) 100%);
	background: linear-gradient(90deg, rgba(136, 60, 164, 1) 0%, rgba(24, 40, 74, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#883ca4", endColorstr="#18284a", GradientType=1);
	border-radius: 15px 0 0 0;
}

/* Classes para cores de texto */
.text-light-grey {
	color: var(--light-gray) !important;
}

.text-white {
	color: #fff !important;
}

.text-inherit {
    color: inherit;
}

.text-dark-gray {
	color: var(--dark-gray);
}

.text-rosa {
	color: var(--main-pink);
}

.text-roxo {
	color: var(--main-purple);
}

.text-azul {
	color: var(--dark-blue);
}

.text-red {
	color: #D20606 !important;
}

.text-yg {
	color: #CBD206 !important;
}

/* Classes para bordas */

/* Classes para botoes */

.btn-grey {
	background: #F7F8F9;
	color: #000;
	font-weight: 600;
	border-radius: 8px;
	cursor: pointer;
	transition: ease-out 300ms;
}

.btn-grey:hover {
	background: rgb(218, 215, 215);
}

.btn-pink {
	background: var(--main-pink);
	color: #fff;
	font-weight: 600;
	border-radius: 8px;
	cursor: pointer;
	transition: ease-out 300ms;
}

.btn-pink:hover {
	background: #B50273;
}

.btn-purple {
	background: var(--main-purple);
	color: #fff !important;
	font-weight: 600;
	border-radius: 8px;
	cursor: pointer;
	transition: ease-out 300ms;
}

.btn-purple:hover {
	background: #732F8D;
}

.btn-blue {
	background: var(--dark-blue);
	color: #fff;
	font-weight: 600;
	border-radius: 8px;
	cursor: pointer;
	transition: ease-out 300ms;
}

.btn-blue:hover {
	background: #152343;
}

.btn-green {
	background: #06D273;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	border-radius: 8px;
	min-width: 102px;
}

.btn-green:hover {
	background: #06B35E;
}

.btn-status {
	color: #fff;
	/* border: 1px solid #000; */
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	border-radius: 8px;
}

.btn-status.andamento {
	background: #06D273;
}

.btn-status.arte-final {
	background: #D20687;
}

.btn-status.alteracao-cliente {
	background: #D27306;
}

.btn-status.alteracao-agencia {
	background: #D20606;
}

.btn-status.revisao {
	background: #6753B8;
}

.btn-status.aguardando-aprovacao {
	background: #6c757d;
}

.btn-status.standby, .btn-status.finalizado, .btn-status.default {
	border: 1px solid #000;
	color: inherit;
}
.dropdown-menu .dropdown-item {
	border-radius: 0px !important;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-default-outline:focus {
	box-shadow: none !important;
}

div:where(.swal2-container) div:where(.swal2-popup) {
	border-radius: 10px !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm,
div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
	font-size: 14px !important;
	font-weight: 700 !important;
	border-radius: 8px !important;
	transition: ease-out 300ms;
}

div:where(.swal2-container).swal2-backdrop-show,
div:where(.swal2-container).swal2-noanimation {
	background: rgb(0 0 0 / 30%) !important;
	backdrop-filter: blur(2px);
}



/* Classes para estilizações específicas */

.clickable {
	transition: 250ms ease-in-out;
}

.link-hover-effect:hover {
	color: blue !important;
}

.overflow-medium {
	min-height: 300px;
	max-height: 30vh;
	overflow-y: auto;
}

.overflow-medium::-webkit-scrollbar {
	width: 4px;
	background-color: rgba(124, 124, 124, 0.30);
	border-radius: 14px;
}

.overflow-medium::-webkit-scrollbar-thumb {
	background-color: var(--main-purple);
	border-radius: 14px;
}

.overflow-y-scroll {
	overflow-y: scroll;
}

::-webkit-scrollbar {
	width: 2px;
	height: 4px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
}

.datatable-overflow {
	overflow: auto;
	height: calc(100% - 79px);
	min-height: 80%;
}

.lh-0 {
	line-height: 0;
}

.no-date-icon::-webkit-inner-spin-button,
.no-date-icon::-webkit-calendar-picker-indicator {
	display: none;
	-webkit-appearance: none;
}

/* Caixa de perguntas frequentes */

.botao-accordion .accordionArrow {
	transition: transform 200ms linear;
}

.botao-accordion:not(.collapsed) .accordionArrow {
	transform: rotate(-180deg);
}

.botao-accordion .accordionArrow::after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill: rgba(124, 124, 124, 1);transform: ;msFilter:;'%3E%3Cpath d='M16.939 10.939 12 15.879l-4.939-4.94-2.122 2.122L12 20.121l7.061-7.06z'%3E%3C/path%3E%3Cpath d='M16.939 3.939 12 8.879l-4.939-4.94-2.122 2.122L12 13.121l7.061-7.06z'%3E%3C/path%3E%3C/svg%3E");
}

.botao-accordion:not(.collapsed) .accordionArrow::after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill: rgba(188, 169, 148, 1);transform: ;msFilter:;'%3E%3Cpath d='M16.939 10.939 12 15.879l-4.939-4.94-2.122 2.122L12 20.121l7.061-7.06z'%3E%3C/path%3E%3Cpath d='M16.939 3.939 12 8.879l-4.939-4.94-2.122 2.122L12 13.121l7.061-7.06z'%3E%3C/path%3E%3C/svg%3E");
}

/* Blog */

.bannerPrincipal {
	width: 100%;
	height: 250px;
	background: linear-gradient(180deg, rgba(196, 147, 149, 1) 0%, rgba(226, 181, 183, 1) 50%, rgba(228, 170, 172, 1) 100%);
}

.cardBlog {
	display: grid;
	height: 100%;
	border-radius: 10px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	transition: all 200ms;
}

.cardBlog:hover img {
	transform: scale(1);
}

.efeitoCapaCardBlog {
	border-radius: 10px 10px 0 0;
	max-height: 220px;
	overflow: hidden;
}

.cardBlog img {
	transform: scale(1.1);
	border-radius: 10px 10px 0 0;
	transition: ease-out 300ms;
}

.corpoCardBlog {
	display: grid;
	grid-template-rows: repeat(3, 1fr);
	min-height: 200px;
	padding: 20px;
}

.bannerBlog {
	width: 100%;
	height: 300px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.blog-home h5 {
	line-height: 15px;
	font-size: 15px;
}

.blog-home .meio {
	height: 160px;
}

.filter-blog-conteudo {
	background: linear-gradient(to bottom, #fff0 20%, #000000bf 100%);
	opacity: 0.75;
	transition: 0.5s cubic-bezier(0.4, 0.7, 0.04, 0.88);
	transition-property: opacity, transform, filter;
	border-radius: 13px;
}

.bg-blog-conteudo:hover .filter-blog-conteudo {
	opacity: 1;
}

/* Estilização de inputs */
.input-personalizado {
	width: 100%;
	border: none;
	border-bottom: 1px solid rgba(78, 77, 77, 0.300);
	padding: 10px 30px 10px 0px;
	background-image: url(../icons/editar-icone.svg);
	background-repeat: no-repeat;
	background-position: center right;
	color: #000;
	font-size: 21px;
	font-weight: 600;
	background-color: inherit;
}

.input-personalizado::placeholder {
	color: rgba(78, 77, 77, 0.800);
	font-size: 21px;
	font-weight: 600;
}

.input-personalizado:focus,
.input-personalizado:focus-visible,
.input-personalizado2:focus,
.input-personalizado2:focus-visible {
	outline: none !important;
	box-shadow: none !important;
}

.input-personalizado2 {
	background-color: inherit;
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	color: rgba(78, 77, 77, 0.800);
	border: 1px solid rgba(78, 77, 77, 0.300);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 10px;
	padding: 7px 10px;
	transition: all 0.5s;
}

.input-personalizado2::placeholder {
	color: rgba(78, 77, 77, 0.800);
}

.input-personalizado-readonly {
	background-image: none !important;
}

.gray-box {
	background-color: #F5F5F5;
	padding: 0.5rem;
	border-radius: 8px;
	transition: backgroud-color 0.5s ease;
}

.gray-box:hover {
	background-color: #d8d8d8;
}

.file-icon {
	padding: 0 0.5rem;
    display: flex;
    align-items: center;
}

.file-icon-remove {
	color: inherit;
	opacity: 0;
	transition: backgroud-color 0.3s ease, opacity 0.3s ease;
	cursor: pointer;
}

.gray-box:hover .file-icon-remove {
	opacity: 1;
}

.file-icon-remove:hover {
	color: var(--main-purple);
}

.input-file-personalizado {
	width: fit-content;
	background-color: #F5F5F5;
	font-size: 12px;
	color: #4E4D4D;
	padding: 0.5rem;
	border-radius: 8px;
	cursor: pointer;
	margin-top: 3px;
	padding: 17px 50px;
	display: flex;
	align-items: center;
}

.input-file-personalizado.inside {
	width: 100%;
	padding: 15px;
	justify-content: center;
}

.tira-azul {
	border-color: var(--dark-blue);
	background: rgb(255, 255, 255, 0);
	background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 98%, rgba(24, 40, 74, 1) 98%, rgba(24, 40, 74, 1) 99%);
	background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 98%, rgba(24, 40, 74, 1) 98%, rgba(24, 40, 74, 1) 99%);
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 98%, rgba(24, 40, 74, 1) 98%, rgba(24, 40, 74, 1) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#18284a", GradientType=1);
}

.tira-roxa {
	border-color: var(--main-purple);
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 1) 98%, rgba(136, 60, 164, 1) 98%, rgba(136, 60, 164, 1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 98%, rgba(136, 60, 164, 1) 98%, rgba(136, 60, 164, 1) 100%);
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 98%, rgba(136, 60, 164, 1) 98%, rgba(136, 60, 164, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#883ca4", GradientType=1);
}

.form-select,
.form-control {
	display: block;
	width: 100%;
	padding: 7px 10px;
	font-size: 14px;
	line-height: 18px;
	color: rgba(78, 77, 77, 0.800);
	background-color: transparent;
	background-clip: padding-box;
	border: 1px solid rgba(78, 77, 77, 0.300);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 8px;
	transition: all 0.5s;
}

.form-control-disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1;
}

.form-select:hover,
.form-select:focus,
.input-personalizado2:hover,
.input-personalizado2:focus {
	border: 1px solid var(--main-pink);
	box-shadow: none;
}

.form-select:disabled {
	opacity: 0.5;
	background-color: transparent;
}

.form-select:disabled:hover,
.input-personalizado2:disabled:hover {
	border-color: rgba(78, 77, 77, 0.300);
	cursor: not-allowed;
}

.dateInput-icon {
	background-image: url(../icons/icone-date.svg);
	background-repeat: no-repeat;
	background-position: 96%;
	min-width: 220px;
}

label {
	color: #000;
	margin-bottom: 3px;
}

/* Menu */

header {
	width: 100%;
	background: rgb(153, 50, 154);
	background: linear-gradient(90deg, rgba(153, 50, 154, 1) 20%, rgba(103, 83, 185, 1) 40%, rgba(24, 40, 74, 1) 100%);
}

/* Menu */

.menu-navbar {
	margin-left: 0;
	transition: margin-left .4s ease-out;
	width: 240px;
	height: 100%;
}

.menu-navbar::before{
	content: "";
    width: 6px;
    position: absolute;
    height: 72px;
    left: 234px;
    top: 0;
    display: flex;
    background: inherit;
    z-index: 2;
	transition: all .4s ease-out;
}


.menu-navbar.inactive {
	margin-left: -240px;
}

.menu-navbar.inactive::before {
	left: -6px;
}

.btn-open-close-menu {
	top: 0;
    position: absolute;
    left: 240px;
    background: #fff;
    color: #6f42c1;
    height: 56px;
    width: 59px;
	border-radius: 0 var(--bs-border-radius) var(--bs-border-radius) 0;
	font-size: 20px;
	transition: all .4s ease-out;
	outline: none !important;
}

.btn-open-close-menu:hover {
	background-color: var(--main-purple) !important;
	color: #fff !important;
}

.menu-navbar.inactive .btn-open-close-menu {
	left: 0;
}

.btn-open-close-menu:hover svg {
	color: #fff !important;
}

.menu-navbar-header {
	padding-left: 74px;
}


.icon-menu {
	display: none
}

.icon-close-menu {
	display: block;
}

.menu-navbar.inactive .icon-menu {
	display: block;
}

.menu-navbar.inactive .icon-close-menu {
	display: none;
}

.nav-link {
	position: relative;
}

.nav-link::before {
	content: "";
	position: absolute;
	bottom: 0.7rem;
	left: 0;
	width: 0%;
	height: 3px;
	background-color: #000;
	transition: width 350ms ease;
}

.nav-link:hover::before {
	width: 100%;
}

.customSwitch {
	--on-color: #CBD206;
	--off-color: #D20606;
	width: 60px;
    height: 26px;
	border-radius: 30px;
	border: 1px solid;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	cursor: pointer;
	padding: 0 12px;
	transition: ease-out 200ms;
}

.customSwitch span {
	font-size: 11px;
	color: #fff;
	user-select: none;
}

.customSwitch .switchSelector {
	position: absolute;
    top: 50%;
    left: 50%;
    width: 55px;
    height: 20px;
    background: transparent;
    border-radius: 30px;
    transform: translateY(-50%) translateX(-50%);
}

.customSwitch .switchSelector::after {
	content: "";
	position: inherit;
    width: 20px;
    height: 20px;
	background: var(--on-color);
	border-radius: 100%;
	transition: ease-out 200ms;
	transform: translateX(35px);
}

.customSwitch.on {
	border-color: var(--on-color);
}

.customSwitch.on #span-off, .customSwitch2.on #span-off {
	visibility: hidden;
}

.customSwitch.off {
	border-color: var(--off-color);
}

.customSwitch.off #span-on, .customSwitch2.off #span-on {
	visibility: hidden;
}

.customSwitch.off .switchSelector::after {
	background: var(--off-color);
	transform: translateX(calc(33px - 32px));
}

.search-container {
	display: flex;
	align-items: center;
	overflow: hidden;
}

#search-bar {
	min-height: 40px;
	background-color: transparent;
	border: none;
	padding: 5px 20px 5px 10px;
	width: 0;
	color: #fff;
	transition: width 0.3s ease-in-out;
	background-image: url(../icons/pesquisa.svg);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

#search-bar::placeholder {
	color: #fff !important;
	opacity: 1;
	/* Firefox */
}

#search-bar::-ms-input-placeholder {
	/* Edge 12 -18 */
	color: #fff !important;
}

#search-bar:focus {
	width: 350px;
	outline: none;
	border-bottom: 1px solid #fff;
	padding: 5px 40px 5px 10px;
	cursor: text;
}

#search-button {
	background-color: #007BFF;
	color: #fff;
	border: none;
	border-radius: 5px;
	padding: 10px 15px;
	cursor: pointer;
	transition: background-color 0.3s;
}

#search-button:hover {
	background-color: #0056b3;
}

#search-bar.search-datatable {
	background-image: url(../icons/pesquisa-menor.png);
	color: var(--dark-gray);
}

#search-bar:focus.search-datatable {
	border-bottom: 1px solid var(--dark-gray);
}

#search-bar::placeholder.search-datatable {
	color: var(--dark-gray) !important;
	opacity: 1;
	/* Firefox */
}

#search-bar::-ms-input-placeholder.search-datatable {
	/* Edge 12 -18 */
	color: var(--dark-gray) !important;
}

.accordionPersonalizado {
	background-color: #fff !important;
}

.accordionPersonalizado img.arrow {
	transform: rotateZ(180deg);
}

.accordionPersonalizado h2 {
	color: var(--main-purple);
	font-weight: 700 !important;
}

.accordionPersonalizado.collapsed {
	background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.accordionPersonalizado.collapsed img.arrow {
	transform: rotateZ(0deg);
}

.accordionPersonalizado.collapsed h2 {
	color: var(--dark-gray);
	font-weight: 500 !important;
}



/* Footer */

.whatsAppLead {
	position: fixed;
	z-index: 999;
	right: 0;
	bottom: 50px;
	width: 32px;
	height: 75px;
	background: #00be3f;
	border-radius: 15px 0 0 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: ease 100ms;
}

.whatsAppLead::after {
	content: url(../icons/whatsapp-logo.png);
	height: 23px;
}

.whatsAppLead:hover {
	width: 40px;
}

/* Estrutura de modais */
.customModal {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.030);
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	z-index: 999;
}

.customModal .modalBody {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70vw;
	max-width: 1450px;
	max-height: 85vh;
	overflow-y: auto;
	padding: 40px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.200);
	transform: translateX(-50%)translateY(-50%);
	z-index: 1000;
}

.customModal .modalBody::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.customModal .modalBody::after {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 17px;
}

.customModal .small-modalBody {
	max-width: 470px;
}

.customModal.pink .modalBody::after {
	background: var(--main-pink);
	border-radius: 10px 10px 0 0;
}

.customModal.purple .modalBody::after {
	background: var(--main-purple);
	border-radius: 10px 10px 0 0;
}

.customModal.blue .modalBody::after {
	background: var(--dark-blue);
}

.overflow-content-modal {
	max-height: 80vh;
	overflow-y: visible;
}

.overflow-content-modal-sm {
	max-height: calc(70vh - 106px);
	overflow-y: scroll;
}

.overflow-content-table-auto {
	overflow: auto;
}

.overflow-content-modal::-webkit-scrollbar {
	width: 2px;
	background-color: rgba(124, 124, 124, 0.30);
}

.customModal.pink .overflow-content-modal::-webkit-scrollbar-thumb {
	background-color: var(--main-pink);
}

.customModal.purple .overflow-content-modal::-webkit-scrollbar-thumb {
	background-color: var(--main-purple);
}

.customModal.blue .overflow-content-modal::-webkit-scrollbar-thumb {
	background-color: var(--dark-blue);
}

.btnPrioridade {
	width: 100%;
	border: 1px solid;
	border-radius: 10px;
	transition: ease-out 200ms;
	cursor: pointer;
}

.btnPrioridade.n {
	border-color: #079D57;
	color: #079D57;
}

.btnPrioridade.n:hover,
.btnPrioridade.n.active {
	background-color: #079D57;
}

.btnPrioridade.m {
	border-color: #D27306;
	color: #D27306;
}

.btnPrioridade.m:hover,
.btnPrioridade.m.active {
	background-color: #D27306;
}

.btnPrioridade.u {
	border-color: #D20606;
	color: #D20606;
}

.btnPrioridade.u:hover,
.btnPrioridade.u.active {
	background-color: #D20606;
}

.btnPrioridade:hover img,
.btnPrioridade.active img {
	filter: brightness(100);
}

.btnPrioridade:hover,
.btnPrioridade.active {
	color: #fff;
}

.customSwitch2 {
	width: 68px;
	height: 25px;
	border-radius: 16px;
	border: 1px solid;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	cursor: pointer;
	padding: 0 12px;
	transition: ease-out 200ms;
	background-color: #F7F8F9;
}

.customSwitch2 span {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	user-select: none;
	z-index: 2;
}

.customSwitch2 .switchSelector {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 54px;
    height: 20px;
	background: transparent;
	border-radius: 30px;
	transform: translateY(-50%)translateX(-50%);
	border: 3px solid #000;
	box-sizing: content-box;
}

.customSwitch2 .switchSelector::after {
	content: "";
	position: inherit;
	width: 20px;
	height: 20px;
	background: #F7F8F9;
	border-radius: 100%;
	transition: ease-out 200ms;
	transform: translateX(34px);
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.200);
}

.customSwitch2.on {
	border-color: #F7F8F9;
}

.customSwitch2.off {
	border-color: #F7F8F9;
}

.customSwitch2.on .switchSelector {
	background-color: #0bca0b;
	border-color: #0bca0b;
}

.customSwitch2.off .switchSelector {
	background-color: #d41212;
	border-color: #d41212;
}

.disabledSwitch {
	pointer-events: none;
	opacity: 0.5;
}


.customSwitch2.off .switchSelector::after {
	background: #F7F8F9;
	transform: translateX(calc(32px - 32px));
}

.customSwitch2.scale-down {
	transform: scale(0.6);
}

/* Estilização de tabelas */
.datatable {
	width: 100%;
}

.datatable thead {
	border-bottom: 1px solid rgba(78, 77, 77, 0.200);
	background: #F7F8F9;
}

.table-footer {
	border-bottom: 1px solid rgba(78, 77, 77, 0.200);
	background: #F7F8F9;
	color: #4E4D4D;
	font-weight: 600 !important;
	padding: 10px 15px;
}

.datatable thead tr th {
	color: #4E4D4D;
	font-weight: 600;
	padding: 10px 15px;
}

.datatable tbody {
	border-bottom: 1px solid rgba(78, 77, 77, 0.200);
}

.datatable tbody tr td {
	color: #4E4D4D;
	font-weight: 400;
	padding: 10px 15px;
}

.datatable tr:nth-child(even) {
	background-color: #f9f9f9;
}

/* Estilização dos calendarios */

.daterangepicker td.active,
.daterangepicker td.active:hover {
	background-color: rgb(24 40 74 / 15%) !important;
	border-color: transparent !important;
	color: #4E4D4D !important;
	text-decoration: underline !important;
}

.daterangepicker td.start-date,
.daterangepicker td.end-date {
	border-radius: 0 !important;
}

.daterangepicker td.in-range {
	background-color: rgb(24 40 74 / 3%);
	border-color: transparent !important;
	color: #4E4D4D !important;
	border-radius: 0 !important;
}

/* Home */

#grid-timeline {
	display: grid;
	grid-template-columns: max-content 1fr;
	grid-template-rows: auto 1fr;
	height: 100vh;
}

#grid-timeline header {
	grid-row: 1;
	grid-column: 2;
}

#grid-timeline nav {
	grid-row: 1/3;
	grid-column: 1;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

#grid-timeline main {
	grid-row: 2;
	grid-column: 2;
}

.grid-column-2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.5rem;
}

div.ativo {
	background-color: white !important;
}

div.ativo.clickable:hover {
	background-color: white !important;
}

h2.ativo {
	color: var(--main-purple) !important;
	font-weight: 700 !important;
}

#header-cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 1.25rem;
}

.grid-jobs {
	display: grid;
	grid-template-columns: repeat(7, auto);
	grid-auto-rows: max-content;
	row-gap: 1rem;
	scrollbar-width: none;
}

.grid-jobs::-webkit-scrollbar {
	width: 0px;
	height: 0px;
}

.timeline-job-date {
	min-width: 175px;
	border-bottom: 2px solid #7070704d;
	position: relative;
}

.timeline-job-date.grey::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100vh;
	background: #F5F5F5;
	top: 34px;
	left: 0;
}

.timeline-grid-track {
	grid-row-start: 1;
	grid-row-end: -1;
}

.job {
	display: grid;
	grid-column-start: 1;
	min-width: 500px;
	padding-left: 0.5rem;
	z-index: 50;
}

.text-align-to-image {
	margin-left: calc(20px + 0.75rem);
}

/* Plays online */

/* #grid-plays-online {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: max-content;
} */

/* All Timeline */

.timeline-grid-collapse {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 350ms ease;
}

.timeline-grid-collapse.ativo {
	grid-template-rows: 1fr;
}

.timeline-grid-collapse>div {
	overflow: hidden;
}

.timeline-grid-collapse .grid-jobs {
	max-height: 800px;
}

/* Equipe */

#header-cards-equipe {
	gap: 0.5rem;
}

#header-cards-equipe>div {
	min-width: 150px;
}

#grid-equipe, #grid-oque-no-play {
	display: grid;
	grid-template-columns: repeat(auto-fit, min(100%, 300px));
	grid-auto-rows: max-content;
	justify-content: space-evenly;
	gap: 1.5rem;
}

/* Cadastro colaboradores */

.editar-colaborador {
	opacity: 0;
	pointer-events: none;
	transition: opacity 350ms ease;
}

.colaborador:hover .editar-colaborador {
	opacity: 1;
	pointer-events: all;
}

.btnColaboradores {
	border: 1px solid rgba(78, 77, 77, 0.50);
	font-size: 13px;
	padding: 6px 15px;
	cursor: pointer;
	margin: 0 2px;
	border-radius: 8px;
	opacity: 0.6;
	transition: ease-out 300ms;
	white-space: nowrap;
}
.iconesMenu {
	width: 24px;
	height: 24px;
}

.iconesMenu img {
	max-height: 24px;
}
.btnColaboradores:hover,
.btnColaboradores.active {
	opacity: 1;
	border: 1px solid var(--main-purple);
	box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.5);
	color: var(--main-pink);
	/* font-weight: bold; */
}

/* Cadastro clientes */

#grid-clientes {
	display: grid;
	grid-template-columns: repeat(auto-fit, min(100%, 300px));
	grid-auto-rows: max-content;
	justify-content: space-evenly;
	gap: 1.5rem;
}

/* Cadastro fornecedores */

#grid-fornecedores {
	display: grid;
	grid-template-columns: repeat(auto-fit, min(100%, 300px));
	grid-auto-rows: max-content;
	justify-content: space-evenly;
	gap: 1.5rem;
}

/* Cadastro tipo peças */

#grid-pecas {
	display: grid;
	grid-template-columns: repeat(auto-fit, min(100%, 300px));
	grid-auto-rows: max-content;
	justify-content: space-evenly;
	gap: 1.5rem;
}

/* Horas clientes */

.border-mark-horas-clientes {
	position: relative;
	border-radius: 5px;
}

.border-mark-horas-clientes::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 8px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.border-mark-horas-clientes.slategray::before {
	background-color: slategrey;
}

.border-mark-horas-clientes.black::before {
	background-color: black;
}

.border-mark-horas-clientes.red::before {
	background-color: red;
}

.border-mark-horas-clientes.yellow::before {
	background-color: yellow;
}

.border-mark-horas-clientes.orange::before {
	background-color: orange;
}

.border-mark-horas-clientes.green::before {
	background-color: green;
}

.border-mark-horas-clientes.blue::before {
	background-color: #2568c4;
}

/* Login */

#fundo-login {
	background-image: url(../images/background-login.jpg);
	background-size: cover;
}

#manter-conectado-box {
	position: relative;
	width: 30px;
	height: 30px;
	border: 2px solid rgba(255, 255, 255, 0.8);
	border-radius: 10px;
}

:checked~#manter-conectado-box {
	border-color: var(--main-pink);
}

#manter-conectado-box::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='20' viewBox='0 0 20 10'%3E%3Cg transform='translate(0)'%3E%3Cpath d='M19.531,68.288a.991.991,0,0,0-1.4,0L6.256,80.162,1.691,75.6A.991.991,0,1,0,.29,77l5.265,5.265a.991.991,0,0,0,1.4,0L19.531,69.689A.991.991,0,0,0,19.531,68.288Z' transform='translate(0 -67.997)' fill='%23d20687'/%3E%3C/g%3E%3C/svg%3E%0A");
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
	transform: translate(-50%, -50%);
}

:checked~#manter-conectado-box::before {
	display: block;
}

/* Meu Perfil */
.bannerAmz {
	width: 100%;
	height: 100%;
	background-image: url(../images/defaults/bannerAmzPerfil.jpg);
	background-size: cover;
	background-position: center;
	border-radius: 0 15px 15px 0;
}

/* Sala de reunião */
.border-top-purple {
	border-top: 20px solid var(--main-purple);
}

/* Service view */
.boxLegenda {
	border-left: 1px solid rgba(112, 112, 112, 0.240);
	border-top: 1px solid rgba(112, 112, 112, 0.240);
	border-right: 1px solid rgba(112, 112, 112, 0.240);
}

.boxLegenda.lar {
	border-bottom: 10px solid #FE8A00;
}

.boxLegenda.ver {
	border-bottom: 10px solid #00FF00;
}

.boxLegenda.pre {
	border-bottom: 10px solid #000;
}

.boxLegenda.verm {
	border-bottom: 10px solid #FF0000;
}

.boxLegenda.ama {
	border-bottom: 10px solid #ff0;
}

.border-left-flutuante {
	position: relative;
}

.border-left-flutuante::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -15px;
	height: 20px;
	width: 7px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	transform: translateY(-50%);
}

.border-left-flutuante.lar::before {
	background-color: #FE8A00;
}

.border-left-flutuante.ver::before {
	background-color: #00FF00;
}

.border-left-flutuante.pre::before {
	background-color: #000;
}

.border-left-flutuante.verm::before {
	background-color: #FF0000;
}

.border-left-flutuante.ama::before {
	background-color: #ff0;
}

/* Fix Timeline */
.newTimeline {
	width: 100%;
	height: 100vh;
	background: #fff;
}

.newTimeline::-webkit-scrollbar {
	width: 5px;
	height: 0px;
	background-color: #fff;
}

.newTimeline::-webkit-scrollbar-thumb {
	background-color: #eee;
}

.imgCollaboratorAllTimeline {
	max-width: 55px;
	width: 55px;
	max-height: 55px;
}

.datasTimeline {
	display: flex;
	background-color: #FFF;
	border-bottom: 1px solid rgba(78, 77, 77, 0.300);
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	/* position: sticky; */
	/* top: 0;
	z-index: 9999; */
}

/* .newTimelineAll {
	overflow-y: scroll;
} */

.timelineGrid {
	display: flex;
	height: 100%;
	position: relative;
}

.timelineGrid .corBg:nth-child(even) {
	background: #F5F5F5;
}

.hoje {
	width: 400px;
}

.timelineGridJobs {
	width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding-bottom: 0.5rem;
	display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-auto-rows: 100px;
    grid-auto-flow: column;
    column-gap: 10px;
	height: 100%;
}

.timelineGridJobs.no-stacked {
    grid-auto-flow: row;
    /* row-gap: 10px; */
}

.timelineGridJobs > * {
	min-width: 0;
	width: 100%;
	box-sizing: border-box;
}

.timelineGridJobs::-webkit-scrollbar {
	width: 0px;
	height: 0px;
	background-color: #fff;
}

.timelineGridJobs::-webkit-scrollbar-thumb {
	background-color: #eee;
}

.diaSemanaHojeLabel {
	background-color: #f0f0f0;
    border-radius: 0.375rem 0.375rem 0 0;
}

.newJob {
    position: relative;
    padding: 1rem 0.5rem;
    z-index: 5;
	max-width: calc(100% - 5px);
	height: 100px;
}

.sm-spin {
	width: 1.5rem;
	height: 1.5rem;
}

button > .sm-spin {
    width: 14px;
    height: 14px;
}

/* A PARTIR DE HOJE ATÉ 7 DIAS - PRIMEIRA COLUNA */

.short-card-newJob {
    grid-column-end: 1;
}
.newJob.grid-column-end-2 {
	grid-column-end: 2;
}
.newJob.grid-column-end-3 {
    grid-column-end: 3;
}
.newJob.grid-column-end-4 {
    grid-column-end: 4;
}
.newJob.grid-column-end-5 {
    grid-column-end: 5;
}
.newJob.grid-column-end-6{
    grid-column-end: 6;
}
.newJob.grid-column-end-7{
    grid-column-end: 7;
}
.newJob.grid-column-end-8{
    grid-column-end: 8;
}

/* DIAS DA SEMANA - ALINHAR COM A DATA */
.newJob.inicia-domingo {
    grid-column-start: 1;
}
.newJob.inicia-segunda {
    grid-column-start: 2;
}
.newJob.inicia-terca {
    grid-column-start: 3;
}
.newJob.inicia-quarta {
    grid-column-start: 4;
}
.newJob.inicia-quinta {
    grid-column-start: 5;
}
.newJob.inicia-sexta {
    grid-column-start: 6;
}
.newJob.inicia-sabado{
    grid-column-start: 7;
}

/* Skeleton dias da semana */

.skeletonjob.inicia-domingo {
    grid-column-start: 1;
}
.skeletonjob.inicia-segunda {
    grid-column-start: 2;
}
.skeletonjob.inicia-terca {
    grid-column-start: 3;
}
.skeletonjob.inicia-quarta {
	grid-column-start: 4;
}
.skeletonjob.inicia-quinta {
    grid-column-start: 5;
}
.skeletonjob.inicia-sexta {
    grid-column-start: 6;
}
.skeletonjob.inicia-sabado{
    grid-column-start: 7;
}

.skeletonjob.grid-column-end-2 {
    grid-column-end: 2;
}
.skeletonjob.grid-column-end-3 {
	grid-column-end: 3;
}
.skeletonjob.grid-column-end-4 {
	grid-column-end: 4;
}
.skeletonjob.grid-column-end-5 {
    grid-column-end: 5;
}
.skeletonjob.grid-column-end-6{
    grid-column-end: 6;
}
.skeletonjob.grid-column-end-7{
    grid-column-end: 7;
}
.skeletonjob.grid-column-end-8{
    grid-column-end: 8;
}

.newJob .revisao {
	background: #6753b8;
	border: 4px solid #6753b8;
}

.atrasado {
	border: 4px dashed #00000036 !important;
}

.atrasado-semana-atual {
	border: 4px solid #00000036 !important;
}

.newJob .reuniao {
	background: #ffc107;
	border: 4px solid #ffc107;
}

.newJob .nao-iniciado {
	background: #0d6efd;
	border: 4px solid #0d6efd;
}

.newJob .aguardando-aprovacao {
	background: #6c757d;
	border: 4px solid #6c757d;
}

.newJob .andamento {
	background: #06d273;
	border: 4px solid #06d273;
}

.newJob .alteracao-cliente {
	background: #d27306;
	border: 4px solid #d27306;
}


.newJob .alteracao-agencia {
	background: #D20606;
	border: 4px solid #D20606;
}


.newJob .arte-final {
	background: #D20687;
	border: 4px solid #D20687;
}

.newJob .finalizado {
	background: #D20687;
	border: 4px solid #D20687;
}

.newJob .imgCliente {
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 100%;
}

.newJob .imgCliente img {
	width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    padding: 5px;
}

.newJob .prioridade {
    position: absolute;
    top: 11px;
    right: -20px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 3px 5px #0000003d;
}

.newJob .prioridade img {
    width: 11px;
    height: auto;
}

.indicativo-compra {
    background: none;
    box-shadow: none;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.short-card-newJob .indicativo-compra {
	top: 50px;
}

.newJob .impeditivo {
	position: absolute;
    top: 65px;
    left: -5px;
	width: 15px;
    height: 15px;
	color: #d20606;
}


.play-pause {
	width: 25px;
}

button > .play-pause {
	width: 16px;
}

.short-card-newJob h2 {
	font-size: 12px;
	line-height: 14px;
}

.short-card-newJob p {
	font-size: 12px;
	line-height: 16px;
}

.text-ellipsis {
	display: -webkit-box !important;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
}
.text-ellipsis.text-ellipsis-1 {
	-webkit-line-clamp: 1 !important;
	line-clamp: 1;
}
.text-ellipsis.text-ellipsis-2 {
	-webkit-line-clamp: 2 !important;
	line-clamp: 2;
}
.text-ellipsis.text-ellipsis-3 {
	-webkit-line-clamp: 3 !important;
	line-clamp: 3;
}

.short-card-newJob .play-pause {
	width: 0;
	opacity: 0.6;
	transition: opacity 0.5s cubic-bezier(0.4, 0.7, 0.04, 0.88), width 0.5s cubic-bezier(0.4, 0.7, 0.04, 0.88);
}

.short-card-newJob:hover .play-pause, .always-show .play-pause {
	display: block;
	width: 25px;
	opacity: 1;
}

.short-card-newJob .col.text-white, .short-card-newJob .indicativo-compra{
	opacity: 1;
	transition: opacity 0.5s cubic-bezier(0.4, 0.7, 0.04, 0.88);
}

.short-card-newJob:hover .col.text-white, .short-card-newJob:hover .indicativo-compra{
	/* visibility: hidden; */
	opacity: 0.6;
}

.short-card-newJob:hover .boxJob {
	min-height: 84px;
}

/* Side Bar */

.newTimelineSide {
    width: fit-content;
    height: 100%;
    background: transparent;
    overflow-x: auto;
    overflow-y: hidden;
    position: sticky;
	transform: translateY(calc(-100% - 32px)) translateX(calc(100% - 91px));
    right: 0;
	top: 0;
    margin: 0 0 0 auto;
    z-index: 5;
    transition: transform 0.5s cubic-bezier(0.4, 0.7, 0.04, 0.88),
                background-color 0.7s cubic-bezier(0.4, 0.7, 0.04, 0.88) 0.3s;
	display: flex;
}

.newTimelineSide.open {
    transform: translateY(calc(-100% - 32px)) translateX(0%);
	width: 100%;
	background-color: #00000022;
}

.newTimelineSide::-webkit-scrollbar {
	width: 5px;
	height: 0px;
	background-color: #fff;
}

.newTimelineSide::-webkit-scrollbar-thumb {
	background-color: #eee;
}

.datasTimelineSide {
	width: auto;
	display: flex;
	border-bottom: 1px solid rgba(78, 77, 77, 0.300);
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	background: #fff;
}

.timelineGridSide {
	display: flex;
	width: auto;
	height: 100%;
	position: relative;
}

.timelineGridSide .corBg:nth-child(odd) {
	background: #F5F5F5;
}

.timelineGridSide .corBg:nth-child(even) {
	background: #ffffff;
}

.timelineGridJobsSide, .timelineGridJobsSide2, .timelineGridJobsSide3 {
    width: 33%;
    max-height: 95%;
    position: absolute;
    top: 0;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    /* padding-bottom: 0.5rem; */
	padding-left: 8px;
    display: flex;
    flex-direction: column;
}

.timelineGridJobsSide2 {
    left: 33%;
}

.timelineGridJobsSide3 {
    left: 66%;
}

.timelineGridJobsSide::-webkit-scrollbar {
	width: 0px;
	height: 0px;
	background-color: #fff;
}

.timelineGridJobsSide::-webkit-scrollbar-thumb {
	background-color: #eee;
}

.openSide {
    height: 100%;
	width: 90px;
    position: relative;
    top: 50%;
    transform: translateY(-50%) translateX(0%);
    display: flex;
	transition: ease-out 300ms;
	background: transparent;
    transition: all 0.5s cubic-bezier(0.4, 0.7, 0.04, 0.88);
}

.newTimelineSide.open .openSide {
	margin-left: auto;
}
.sideTimeline {
	width: 45%;
}

.openSide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.4, 0.7, 0.04, 0.88);
}

.openSide:hover::before {
    opacity: 1;
}

.openSideBtn {
    padding: 12px;
    width: 40px;
    height: 40px;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.5s cubic-bezier(0.4, 0.7, 0.04, 0.88);
	margin: auto 1rem auto auto;
}

.open .openSide .openSideBtn {
	opacity: 1;
}

.openSide:hover .openSideBtn {
	opacity: 1;
}

.openSideBtn svg {
	width: 100%;
	height: 100%;
	fill: #fff;
	transition: all 0.3s cubic-bezier(0.4, 0.7, 0.04, 0.88);
}

.openSide .openSideBtn svg {
	transform: rotate(180deg) scaleX(-1);
}

.open .openSide .invertSvg svg {
	transform: rotate(360deg) scaleX(-1);
}

.multiselect {
    font-size: 14px;
    line-height: 18px;
    color: rgba(78, 77, 77, 0.800);
    border: 1px solid rgba(78, 77, 77, 0.300);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 8px;
    transition: all 0.5s;
}

.required-multiselect .multiselect {
	border: 1px solid #dc3545;
}

.valid-multiselect .multiselect {
	border: 1px solid #198754;
}

.invalid-feedback-custom {
	width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: var(--bs-form-invalid-color);
}

.multiselect-not-multi{
	min-height: 34px;
}

.multiselect__tags {
	border: none;
	border-radius: 8px;
}

.multiselect__tags-wrap {
	overflow: auto;
    max-height: 167px;
    display: inline-block;
}

.multiselect__select {
    position: absolute;
    width: 16px;
    height: 12px;
    right: 12px;
    top: 11px;
    padding: 0px;
    text-align: center;
    transition: transform .2s ease;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 16px 12px;
}

.multiselect__select::before {
    content: none;
}

.multiselect__tag {
    border-radius: 8px;
	background: rgb(136 60 164);
}

.multiselect-not-multi .multiselect__tags {
	height: 34px;
	min-height: 34px;
}

.multiselect__option--highlight, .multiselect__option--highlight::after  {
	background: rgb(136 60 164);
}

.multiselect__tag-icon::after {
    content: "x";
    font-size: 15px;
    font-family: var(--montserrat);
    display: block;
    margin-top: -1px;
	color: inherit;
}

.multiselect--active .multiselect__tags {
	font-size: 14px;
}

.multiselect__option span {
	line-height: 25px;
}
.multiselect__option {
	font-size: 14px;
	padding: 7px 0.75rem;
}
.multiselect__input,
.multiselect__input:focus,
.multiselect__single:focus,
.multiselect__single {
	font-size: 14px;
	color: rgba(78, 77, 77, 0.800) !important;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.multiselect__spinner {
	width: 32px;
    height: 32px;
	border-radius: 100%;
}

.multiselect__spinner::before {
	border-color: var(--darker-purple) transparent transparent;
}

.multiselect__spinner::after {
	border-color: var(--darker-purple) transparent transparent;
}

.multiselect__content-wrapper {
	filter: blur(0px);
}

/* PrimeVue */
.p-skeleton {
	background: #e2e8f0 !important;
}

.p-skeleton::after {
	content: "";
    animation: p-skeleton-animation-custom 1.2s infinite;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%);
    z-index: 1;
	background: linear-gradient(90deg, rgb(255 255 255 / 25%), rgba(255, 255, 255, 0.04), rgb(255 255 255 / 25%)) !important;
}

.card-skeleton {
    position: relative;
    padding: 1rem 0.5rem;
    z-index: 10;
	border-radius: 6px;
	overflow: hidden;
}

.skeleton-circle {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin: auto;
}

.skeleton-rectangle {
	position: relative;
    width: auto;
    height: 40px;
    flex: 1 0 0%;
    margin: auto auto auto 1rem;
}

.circle-icon-history {
	position: relative;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    margin: auto;
    background-color: var(--light-gray);
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid-cadastros, .grid-cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 1.25rem;
	justify-items: center;
}
.card-cadastros {
	width: 300px;
	height: 418px;
}

.grayscale-filter {
	filter: grayscale(1);
}

@keyframes p-skeleton-animation-custom {
	from {transform: translateX(-100%);}
	to {transform: translateX(100%);}
  }

.p-inputtext {
	display: block !important;
    width: 100% !important;
    padding: 7px 10px !important;
    font-size: 14px !important;
    line-height: 18px !important;
    color: rgba(78, 77, 77, 0.800) !important;
    background-color: transparent !important;
    background-clip: padding-box !important;
    border: 1px solid rgba(78, 77, 77, 0.300) !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border-radius: 8px !important;
    transition: all 0.5s !important;
}

.p-datepicker {
	width: 100%;
}

.p-datepicker-panel, .p-datepicker-header {
	background-color: inherit !important;
    color: inherit !important;
}

.p-datepicker-panel{
	min-width: 316px !important;
	width: 316px !important;
}

.p-datepicker-day{
	max-height: 20px;
    max-width: 20px;
}

.p-datepicker-hour-picker, .p-datepicker-minute-picker {
	max-width: 20px;
    max-height: 70px;
}

.p-datepicker-select-month,
.p-datepicker-select-year,
.p-datepicker-weekday-cell,
.p-datepicker-weekday,
.p-datepicker-day,
.p-datepicker-year,
.p-datepicker-month {
	color: inherit !important;
}

.p-datepicker-weekday-cell {
	text-align: center;
}

.p-datepicker-today > .p-datepicker-day {
    background: #e4e4e4 !important;
	color: inherit !important;
}

/* Change the background color of days on hover */
.p-datepicker-day:not(.p-datepicker-day-selected):not(.p-disabled):hover,
.p-datepicker-select-month:enabled:hover,
.p-datepicker-month:hover,
.p-datepicker-year:hover,
.p-datepicker-select-year:enabled:hover,
.p-button-text.p-button-secondary:hover
 {
	background-color: #883ca4 !important; /* Light blue background */
	cursor: pointer !important; /* Add pointer cursor for interactivity */
	color: #ffffff !important;
}
.p-datepicker-year-selected,
.p-datepicker-month-selected,
.p-datepicker-day-selected {
	background-color: #883ca4 !important; /* Light blue background */
	color: #ffffff !important;
}

.p-datepicker-today > .p-datepicker-day-selected {
    background-color: #883ca4 !important; /* Light blue background */
	color: #ffffff !important;
}

.mw-auto {
	min-width: auto !important;
}

[v-cloak] {
	display: none;
}

.p-datatable-header-cell {
	background-color: #F7F8F9 !important;
	color: #4E4D4D !important;
	font-size: inherit !important;
}

.p-datatable-tbody > tr {
	background-color: #F7F8F9 ;
	color: #4E4D4D !important;
}

.p-datatable-tbody > tr > td {
	border-width: 0px !important;
	border: none;
}

.p-row-even {
	background-color: inherit !important;
}

.p-row-odd {
	background-color: #f9f9f9 !important;
}

.p-datatable-header-cell{
	padding: 12px !important;
}

.p-datatable-empty-message {
	background: inherit !important;
}

.p-datatable-mask {
	color: #883ca4 !important;
    backdrop-filter: blur(2px);
	background: none !important;
}

.required-datepicker .p-datepicker-input {
	border: 1px solid #dc3545 !important;
}

.valid-datepicker .p-datepicker-input {
	border: 1px solid #198754 !important;
}

.p-datepicker-input-read-only {
    pointer-events: none;
	opacity: 0.5;
    background-color: silver !important;
	border-radius: var(--p-inputtext-border-radius);
}

.p-colorpicker-panel {
	z-index: 9999 !important;
	background-color: #ffffff !important;
}

.p-checkbox-box{
	background: #fff !important;
}

.p-checkbox-checked .p-checkbox-box {
	border-color: var(--main-purple) !important;
    background: var(--main-purple) !important;
}

.p-checkbox-checked .p-checkbox-icon {
	color: #fff !important;
}


.btn-icon {
    width: 32px;
    height: 32px;
    margin-left: 0.5rem;
}

.btn-icon-small {
    width: 16px;
    height: 16px;
    margin-left: 0.5rem;
}

.icon-small {
	height: 12px;
	width: 12px;
}
/* Responsivel */

@media screen and (max-width: 1399px) {
	/* Configurações gerais */

	/* Títulos */

	h1 {
		font-size: 28px;
		line-height: 30px;
	}

	/* Textos */

	.p,
	p {
		margin-bottom: 0 !important;
		font-size: 18px;
		line-height: 22px;
		font-weight: 400;
	}

	a {
		font-size: 24px;
		line-height: 30px;
		text-decoration: none;
		color: #7c7c7c;
		font-weight: 400;
	}

	/* Classes para texto */

	.alt-medium {
		font-size: 14px;
		line-height: 18px;
	}

	.alt-text {
		font-size: 14px;
		line-height: 18px;
	}

	.sub-text {
		font-size: 14px;
		line-height: 20px;
	}

	.alt-down {
		font-size: 13px;
		line-height: 16px;
	}
}

@media screen and (max-width: 1199px) {
	/* Configurações gerais */

	/* Títulos */

	h2 {
		font-size: 24px;
	}

	/* Textos */

	.p,
	p {
		margin-bottom: 0 !important;
		font-size: 19px;
		line-height: 24px;
		font-weight: 400;
	}

	/* Classes para texto */

	.alt-medium {
		font-size: 12px;
		line-height: 18px;
	}

	.alt-text {
		font-size: 12px;
		line-height: 18px;
	}

	.alt-down {
		font-size: 12px;
		line-height: 16px;
	}

	/* Estilização dos modais */

	.customModal .modalBody {
		width: 85vw;
	}

	.btn-open-close-menu {
		height: 56px;
	}

	.menu-navbar::before {
		height: 56px;
	}
}

@media screen and (min-width: 992px) {}

@media screen and (max-width: 991px) {
	/* Configurações gerais */

	/* Blog */

	.blog-home .blog-conteudo {
		height: 200px !important;
	}

	.blog-home .meio {
		height: 200px;
	}

	.text-decoration-hover-underline {
		text-decoration: underline;
	}

	/* Menu */

	/* Colaboradores */
	.btnOpenList {
		position: relative;
		width: 100%;
		height: auto;
		background: url(../icons/arrow-lista.svg) 95% no-repeat #fff;
		color: #6d6d6d;
		border: 1px solid rgba(109, 109, 109, .222);
		border-radius: 8px;
		transition: .4s ease-out;
		cursor: pointer;
	}

	.btnOpenList,
	.listaBtn {
		padding: 7px 15px;
	}

	.area-botoes {
		max-width: 100%;
		background: #fff;
		position: absolute;
		z-index: 100;
		top: 50px;
		left: 0;
		margin: 0;
		border: 1px solid rgba(109, 109, 109, .222);
		border-radius: 8px;
		opacity: 0;
		transition: .4s ease-out;
		display: none;
	}

	.area-botoes.active {
		opacity: 1;
		display: flex;
	}

	.listaBtn:nth-child(2n) {
		background: #fbfbfb;
	}

	.btnColaboradores {
		border: none;
		padding: 0;
		margin: 0;
		border-radius: 0;
		opacity: 0.6;
		transition: ease-out 300ms;
	}

	/* .btnColaboradores.active {
		color: var(--main-pink);
	} */
}

@media screen and (max-width: 767px) {
	/* Classes para texto */

	.alt-plus {
		font-size: 21px;
		line-height: 26px;
	}

	.alt-medium {
		font-size: 21px;
		line-height: 21px;
	}

	/* Classes para estilizações específicas */

	/* Home */
}

@media screen and (max-width: 576px) {
	/* Configurações gerais */

	/* Títulos */

	h1 {
		font-size: 24px;
		line-height: 28px;
	}

	h2 {
		font-size: 21px;
		line-height: 20px;
	}

	/* Textos */

	.small,
	small {
		font-size: 12px !important;
		font-weight: 400;
		line-height: 16px;
	}

	/* Classes para texto */

	.alt-biggest {
		font-size: 48px;
		line-height: 65px;
	}

	.alt-medium {
		font-size: 18px;
	}

	.alt-down {
		font-size: 16px;
		line-height: 14px;
	}

	/* Menu */

	/* Home */
}

@media screen and (max-width: 330px) {
	/* Configurações gerais */

	/* Títulos */

	h2 {
		font-size: 18px;
		line-height: 20px;
	}

	/* Textos */

	p {
		font-size: 16px;
	}

	small {
		font-size: 12px;
	}

	/* Classes para texto */

	.alt-medium {
		font-size: 16px;
		line-height: 21px;
	}

	.alt-down {
		font-size: 16px;
		line-height: 21px;
	}

	.sub-text {
		font-size: 14px;
		line-height: 18px;
	}
}

@media screen and (max-height: 590px) {}

.foto-header {
	height: 40px;
	width: 40px;
	border-radius: 50%;
}

.foto-header-stack {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background: #fff;
    border: 2px solid #fff;
	margin-right: -15px;
}

.foto-header-counter {
	height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #e4e4e4;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
}

.mx-h-table-row {
	max-height: 40px;
}

.phrase .quote {
	font-size: 0.9rem;
	color: #fff;
	line-height: 1rem;
	margin-bottom: 0.4rem;
	font-weight: bold;
}

.phrase .author {
	font-size: 0.9rem;
	color: #FFFFFFCC;
	font-style: italic;
}

.phrase {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	padding: 18px 30px;
	margin-top: 30px;
	left: 10vw;
	bottom: 2vh;
	width: auto;
	max-width: 400px;
	min-height: auto;
	border: 2px solid #0000;
	border-radius: 20px;
	background: transparent;
	animation: 6s rotate linear infinite;
	opacity: 0.8;
}

.newPasswordRules {
	background: linear-gradient(var(--dark-blue), var(--dark-blue)) padding-box, repeating-conic-gradient(from var(--angle), var(--dark-blue), #687aff 50%) border-box;
    border: 2px solid #0000;
    border-radius: 20px;
    color: #FFFFFFCC;
    animation: 6s rotate linear infinite;
    font-size: 0.5rem;
}

@keyframes rotate {
	to {
		--angle: 360deg;
	}
}

@property --angle {
	syntax: "<angle>";
	initial-value: 0deg;
	inherits: false;
}

.jobs-avatar {
	width: 55px;
	max-width: 55px;
	max-height: 55px;
	object-fit: cover;
	object-position: center;
}

/* play-online */
.play_online-status {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.play_online-status.busy {
  background-color: rgba(200, 0, 0, 1);
  box-shadow: 0px 0px 8px rgba(255, 0, 0, .9);
}

.play_online-status.online {
  background-color: rgba(0, 200, 0, 1);
  box-shadow: 0px 0px 8px rgba(0, 200, 0, .9);
}

.play_online-status.offline {
  background-color: rgb(100, 100, 100, .3);
}
