
/****************************************/



/*** GERAL ***/

::-webkit-scrollbar {
	width: 10px;
}


::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0);
	border-radius: 30px;
}

::-webkit-scrollbar-thumb {
	background: #545454;
	border-radius: 30px;
}

.debug, .debug * {
	border: solid 1px red;
}
/***********************************************************************/

/* TITULOS  */


/************************************************************/

/* EXTRAS  */

#drop-area {
	border: 1px dashed #007bff;
	padding: 30px;
	height: 180px;
	width: 100%;
	cursor: pointer;
}
#drop-area.highlight {
	background-color: #f0f8ff;
}

.progressbar {
	height: 5px;
	border-radius: 5px;
	background-color: var(--bs-success);
	width: 0%;
}


.rating {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
}

.rating input {
	display: none;
}

.rating label {
	font-size: 2rem;
	color: #ccc;
	cursor: pointer;
	transition: color 0.3s;
}

/* Mantém as estrelas ao clicar */
.rating input:checked ~ label {
	color: gold;
}

/* Efeito hover */
.rating label:hover,
.rating label:hover ~ label {
	color: gold;
}

/************************************************************/

/* OBJETOS */
.font0p5 {
	font-size: 0.5rem !important;
}
.font0p75 {
	font-size: 0.75rem !important;
}
.font0p9 {
	font-size: 0.9rem !important;
}
.font1 {
	font-size: 1rem !important;
}
.font1p2 {
	font-size: 1.2rem !important;
}
.font1p5 {
	font-size: 1.5rem !important;
}
.font2 {
	font-size: 2rem !important;
}
.font2p5 {
	font-size: 2.5rem !important;
}
.font3 {
	font-size: 3rem !important;
}
.font3p5 {
	font-size: 3.5rem !important;
}
.font4 {
	font-size: 4rem !important;
}
.font5 {
	font-size: 5rem !important;
}
.font6 {
	font-size: 6rem !important;
}
.font6p5 {
	font-size: 6.5rem !important;
}
.font7 {
	font-size: 7rem !important;
}

.redNumber {
	color: #500303 !important;
}

.upper {
	text-transform: uppercase;
}
.lower {
	text-transform: lowercase;
}
.cap {
	text-transform: capitalize;
}

.bgProgessLine {
	overflow: hidden;
	width: 100%;
	background-color: #EAEDF2;
}
.progressLine {
	width: 100%;
	height: 5px;
	background-color: #FFDC0D;
}

.bgProgessLineW {
	overflow: hidden;
	width: 100%;
	background-color: #FFDC0D;
}
.progressLineW {
	width: 100%;
	height: 5px;
	background-color: #FFFFFF;
}

.titleLine {
	width: 70px;
	height: 3px;
	background-color: #FFDC0D;
}

.titleLineW {
	width: 70px;
	height: 3px;
	background-color: #FFFFFF;
}
.titleLineWC {
	width: 70px;
	height: 3px;
	margin: 0px auto;
	background-color: #FFFFFF;
}
.letter-spacing {
	letter-spacing: 2px;
}

.destaque{
	color: #d9232d !important;
}
.image-flip {
	-webkit-transform: scaleX(-1) !important;
	transform: scaleX(-1) !important;
}

.ratio-16x9 {
	aspect-ratio: 16/9;
}

.navbar-nav > li > a {
	color: #000000 !important;
	font-family: LibreFranklinBold	;
	font-weight: 0;
	font-size: 0.7rem;
	margin-right: 22px;
	letter-spacing: 0.15rem;
}
.navbar-nav > li:hover >a, .navbar-nav > li.active >a{
	color: #ffe500 !important;
	text-shadow: 1px 1px 2px #000000;
}

.borderRed {
	border: solid 1px red;
}
.bolder {
	font-weight: bolder;
}
.border-text{
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #000;
}
.border-textW{
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #FFFFFF;
}
.red {
	color: red !important;
}
.blue {
	color: #23589BFF !important;
}
.white { 
	color: #FFFFFF !important;
}
.black { 
	color: #000000 !important;
}
.grey {
	color: #565554 !important;
}
.green {
	color: green !important;
}
.purple {
	color: #612BF1 !important;
}
.dpurple {
	color: #5004B2 !important;
}
.yellow {
	color: #FFDC0D !important;
}
.text-shadow {
	text-shadow: 1px 1px 2px #000000;
}
.boxshadow {
	box-shadow: 2px 2px 5px #000000;
}
.insta {
	color: #9a8194;
}
.bg-opacity {
	background-color: rgba(255,255,255,0) !important;
}
.bgPurple{
	background-color: #6240FB;
}
.borderRight {
	border-right: dotted 4px #500303;
	border-right-width: 5px;
} 
.underline {
	text-decoration: underline;
}
.underlineY {
	text-decoration: underline;
	text-decoration-color: #FFDC0D;
}
.text-justify {
	text-align: justify;
}
.bgW { 
	background-color: #FFFFFF;
	color: #000000;
}
.bgB { 
	background-color: #000000;
}
.bgBo { 
	background-color: rgba(0,0,0,0.3);
}
.bgY {
	background-color: #FFDC0D;
}

.bgYO {
	background-color: rgba(255,220,13,0.3);
}
.nonedecor{
	list-style: none;
}
.bgG { 
	background-color: #565554;
}
.bgGL { 
	background-color: #F2F6F9;
}
.riscado{
	text-decoration: line-through;
}
.riscadoA{
	text-decoration: line-through;
	text-decoration-color: yellow;
}
.relative {
	position: relative;
}

.active {
	background-color: rgba(0, 0, 0, 0) !important;
}
.invert {
	filter: invert(100%);
}
.pointer {
	cursor: pointer;
}
.accordion-button:not(.collapsed) {
	background-color: #FFDC0D !important;
	font-family: 'PoppinsBold';
	transition: all .5s;
}
.zindex-100 {
	z-index: 100 !important;
}

.zindex-1 {
	z-index: -1 !important;
}
.w-12 {
	width: 12rem;
}

.fc-widget-content {
	height: 2.5rem !important;
}
.fc-header-toolbar > .fc-left {
	margin-top: 1rem !important;
	padding-left: 2rem;
}
.fc-header-toolbar > .fc-center{
	margin-top: 1rem !important;
}
.fc-header-toolbar > .fc-right {
	margin-top: 1rem !important;
	
}

.nivelAccess {
	display: inline-flex;
	border-radius: 10px;
	padding: .25rem 0.8rem;
	text-align: center;
	min-width: 50px;
}
.userImageDrop {
	position: relative;
	margin-right: 1rem;
}
.userImageDrop > .nivelAccess {
	position: absolute;
	top: 0;
	right: -2rem;
	z-index: 200;
	font-size: 0.5rem;
	text-align: center;
}

@media (max-width: 720px) {

	.fc-header-toolbar > .fc-right {
		margin: 0px auto;
		
	}
	.fc-header-toolbar > .fc-center{
		display: none;
	}
	
	.fc-header-toolbar {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

}
.switchDefault {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 25px;
}

.switchDefault input {
	opacity: 0;
	width: 0;
	height: 0;
}

.sliderDefault {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	transition: .4s;
	border-radius: 25px;
}

.sliderDefault:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 4px;
	bottom: 2.5px;
	background-color: white;
	transition: .4s;
	border-radius: 50%;
}

input:checked + .sliderDefault {
	background-color: #0061f2;
}

input:checked + .sliderDefault:before {
	transform: translateX(24px);
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #FFFFFF;
}


.imgLoader {
	width: 50px;
	object-fit: contain;
	position: fixed;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
	mix-blend-mode: multiply;
	animation: glowFade 1s ease-in-out infinite;
}

#preloader:before {
	content: "";
	position: fixed;
	top: calc(50% - 40px);
	left: calc(50% - 40px);
	border: 6px solid var(--bs-dark);
	border-top-color: #FFF;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	animation: animate-preloader 1s linear infinite;
}

@keyframes  glowFade {
	to {
		top: calc(50% - 10px);
		left: calc(50% - 10px);
		width: 20px;
		height: 20px;
		opacity: 0.1;
	}
	from {
		top: calc(50% - 25px);
		left: calc(50% - 25px);
		width: 50px;
		height: 50px;
		opacity: 1;
	}
}

@keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/*************************************************************************************/



.dt-input {
	height: 2.5rem;
	min-width: 5rem;
	padding: 1rem 1rem;
	margin-right: 0.5rem;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1;
	color: #69707a;
	background-color: #fff;
	background-clip: padding-box;
	border: 2px solid #000;
	border-radius: 0.35rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.dt-input:focus {
	color: #69707a;
	background-color: #fff;
	border-color: transparent;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(0, 97, 242, 0.25);
}
.dt-input::placeholder {
	color: #a7aeb8;
	opacity: 1;
}
table {
	box-shadow: 0px 0px 1px #555;
	padding: 1rem auto;
}

.select2bs4 {
	height: 4rem !important;
}



/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 27px;
}

/* Hide default HTML checkbox */
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}
.slider:before {
	position: absolute;
	content: "\e28f"; /* Unicode do ícone de sol */
	font-family: "Font Awesome 6 Pro"; /* Certifique-se de que essa fonte esteja carregada */
	font-weight: 900; /* ou o peso adequado conforme sua importação do Font Awesome */
	height: 20px;
	width: 20px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .4s;
}

input:checked + .slider {
	background-color: #555;
}

input:focus + .slider {
	box-shadow: 0 0 1px #555;
}

.switch input:checked + .slider:before {
	content: "\f186"; /* Unicode do ícone de lua */
	transform: translateX(20px); /* desloca o botão para a direita */
}
/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}


.header-dark {
	background-color: #111 !important;
	color: #FFF !important;
}
.header-dark .dropdown-user-details-name, .header-dark .dropdown-user-details-email {
	color: #FFF !important;
}
.payed {
	position: relative;
}
.payed:before {
	position: absolute;
	content: "\f058"; /* Unicode do ícone de sol */
	font-family: "Font Awesome 6 Pro"; /* Certifique-se de que essa fonte esteja carregada */
	top: 2px;
	right: 5px;
}
.dontpayed {
	position: relative;
}
.dontpayed:before {
	position: absolute;
	content: "\f111"; /* Unicode do ícone de sol */
	font-family: "Font Awesome 6 Pro"; /* Certifique-se de que essa fonte esteja carregada */
	top: 2px;
	right: 5px;
}

.dropdownTop {
	top: -0.4rem !important;
	right: -2.5rem !important;
}

.floatButton {
	position: fixed;
	bottom: 1rem;
	right: 1rem;
}
.floatButton a {
	box-shadow: 2px 2px 5px #000;
}

/*** FONTS RESPONSIVAS ****/
@media  (max-width: 990px) {
	
	.font1 {
		font-size: 0.75rem !important;
	}
	.font1p2 {
		font-size: 1rem !important;
	}
	.font1p5 {
		font-size: 1rem !important;
	}
	.font2 {
		font-size: 1.2rem !important;
	}
	.font2p5 {
		font-size: 1.75rem !important;
	}
	
	.font3 {
		font-size: 2rem !important;
	}
	.font4 {
		font-size: 3.5rem !important;
	}
	.font5 {
		font-size: 2.5rem !important;
	}
	.font6 {
		font-size: 3rem !important;
	}
	.font6p5 {
		font-size: 3.2rem !important;
	}
	.font7 {
		font-size: 3.5rem !important;
	}
}


@media (max-width: 575px ){
	
	.dropdownTop {
		right: -3.75rem !important;
		min-width: 20rem !important;
	}
}

