:root {

	/* COLORS */

	--color-primary: #2EB2FF;
	--color-primary-bg: #2EB2FF10;
	--color-primary-hover: #0477ba;
	

	/* BADGES */

	--badge-green: #00c4a1;
	--badge-blue: #224cc9;
	--badge-orange: #f9a73f;
	--badge-red: #ff6363;

}

/* SELECT 2 */

#contact__load {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px;
	background: #fafafa;
	border-radius: 25px;
	font-size: 20pt;
	color: #343a4080;
	display: none;
	width: 100%;
}

#contact__box {
	width: 100%;
	padding: 25px;
	border-radius: 25px;
	border: 1px solid #343a4015;
	display: none;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	gap: 5px;
}

#contact__box p.value {
    font-size: 13pt;
    font-weight: 500;
    line-height: 1.4;
    color: #343a40;
    margin-bottom: 10px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#contact__box p.desc {
    font-size: 11pt;
    font-weight: 300;
    line-height: 1.4;
    color: #343a4070;
    margin-bottom: 0px;

    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;

    line-height: 100%;
    margin-top: 5px;

}

.chosen-container {
	width: 100% !important;
	border-radius: 20px !important;
	background: transparent !important;
	margin-bottom: 15px !important;
}

.chosen-container .chosen-choices {
	width: 100% !important;
	border-radius: 20px !important;
	background: transparent !important;
	margin-bottom: 15px !important;
	border: 1px solid #343a4015 !important;
	box-shadow: none !important;
	padding: 5px 5px !important;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	font-size: 11pt !important;
	font-weight: 200 !important;
	width: 100% !important;
	color: #343a40 !important;	
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"]::placeholder {
	font-size: 11pt !important;
	font-weight: 200 !important;
	color: #343a4050 !important;
}

.chosen-search-input {
    pointer-events: none;
}

input.chosen-search-input {
	height: 35px !important;
	border-radius: 20px !important;
	border: 1px solid #343a4020 !important;
	font-size: 11pt !important;
	font-weight: 300 !important;
	display: flex !important;
	justify-content: flex-start !important;
	align-items: center !important;
	font-family: Poppins !important;
	padding: 10px 15px !important;
	background: transparent !important;
	margin: 0px !important;
}

.chosen-container .chosen-single {
	background: transparent !important;
	height: 45px !important;
	border-radius: 20px !important;
	box-shadow: none !important;
	border: 1px solid #343a4015 !important;
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	padding: 0px 25px !important;
	font-size: 11pt !important;
	color: #343a40 !important;
	font-family: Poppins !important;
	font-weight: 300 !important;
}

.chosen-container-single .chosen-drop {
	border-radius: 20px !important;
	margin-top: 0px !important;
	box-shadow: none !important;
	border: 1px solid #343a4010 !important;
	box-shadow: 0px 0px 100px #343a4020 !important;
}

li.search-choice {
	background: #f1f1f1 !important;
	border-radius: 15px !important;
	border: none !important;
}

.chosen-drop {
	overflow: hidden !important;
	border-radius: 20px !important;
	margin-top: 0px !important;
	box-shadow: none !important;
	border: 1px solid #343a4010 !important;
	box-shadow: 0px 0px 100px #343a4020 !important;
}

ul .highlighted {
	color: #080807 !important;
	background: #f8f8f8 !important;
}

ul.chosen-results {
	box-shadow: none !important;
	padding: 0px !important;
	overflow: hidden !important;
	margin: 0px 0px 15px 0px !important;
}

ul.chosen-results li {
	font-size: 11pt !important;
	transition: all 300ms ease !important;
	padding: 8px 20px !important;
}

.chosen-container .chosen-single div {
	display: flex !important;
	right: 5px !important;
	height: 100% !important;
	justify-content: flex-end !important;
	align-items: center !important;
}

.chosen-container .chosen-single div b {
    background-position-y: 11px !important;
}

.input__item:has(select) {
	padding: 0px 5px !important;
	overflow: auto !important;
}

.select2-container--default,
.select2-selection {
	border: none !important;
}

/* MODULE */

.module {
	padding: 45px;
	background: #ffffff;
	border-radius: 45px;
	box-shadow: 0px 0px 100px #343a4010;
}

.module__title {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	margin-bottom: 0px;
	gap: 5px;
}

.module__title h3 {
	font-size: 17pt;
	font-weight: 400;
	margin-bottom: 0px;
}

.module__title p {
	font-size: 11pt;
	font-weight: 300;
	color: #343a4080;
	margin-bottom: 0px;
}

.module__title hr {
	width: 20px;
	border-width: 3px;
	opacity: 1;
	margin: 8px 0px 0px 0px;
	border-color: var(--color-primary);
}

.title__row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: row !important;
}

.title__row div:first-child {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	gap: 5px;
}

.title__row .module__buttons {
	margin-top: 0px !important;
}

.module__buttons {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 35px;
	gap: 15px;
}

.module__buttons button {
	padding: 15px 25px;
	border-radius: 25px;
	background: var(--color-primary);
	border: 1px solid var(--color-primary);
	line-height: 100%;
	font-weight: 600;
	font-size: 11pt;
	color: #ffffff;
}

/* INPUT BOX */

#cnh__box,
.file__box {
	width: 50%;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 25px;
	background: #f8f8f8;
	border: 1px solid #00000010;
	font-size: 20pt;
	color: #343a40;
	cursor: pointer;
	transition: all 300ms ease;
	margin-bottom: 25px;
	flex-direction: column;
	gap: 10px;
}

#cnh__box p,
.file__box p {
	font-size: 12pt !important;
	margin-bottom: 0px !important;
}

#cnh__box:hover,
.file__box:hover {
	background: #f5f5f5 !important;
}

.input__box {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	gap: 5px;
}

.input__box label {
	font-size: 10pt;
	font-weight: 400;
	line-height: 100%;
	margin-left: 10px;
	color: #343a40fb;
}

.input__box label.description {
	font-size: 9pt;
	font-weight: 300;
	color: #343a4080;
	margin-top: 2px;
	margin-bottom: 2px;
}

.input__box label b {
	font-weight: 400;
	color: var(--color-primary);
	font-size: 10pt;
}

.input__box .input__item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0px;

	border: 1px solid #343a4015;
	border-radius: 20px;
	margin-bottom: 15px;
	height: 45px;
	width: 100%;
}

.input__box .input__text {
	height: 100px !important;
}

.input__box .input__item .input__icon {
	padding: 0px 0px 0px 10px;
}

.input__box .input__item input::placeholder {
	color: #343a4050;
}

.input__box .input__item:has(input[type=file]) {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.input__box .input__item input[type=file] {
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 8px 20px;
}

.input__box .input__item input:focus,
.input__box .input__item textarea:focus,
.input__box .input__item select:focus {
	outline: none !important;
}

.input__box .input__item input,
.input__box .input__item textarea,
.input__box .input__item select {
	width: 100%;
	height: 100%;
	border: none;
	background: transparent;
	font-size: 11pt;
	font-weight: 300;
	padding: 0px 20px;
	color: #343a40;
}

.input__textarea {
	height: auto !important;
}

.input__box .input__item textarea {
	height: 100px !important;
	padding: 10px !important;
}

.input__item:has(textarea) {
	padding: 0px !important;
	height: 100px !important;
}

.select__multiple {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	gap: 15px;
	margin: 20px 0px 35px 0px;
	height: auto !important;
}

.select__multiple label {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}

.select__multiple label input {
	margin: 0px !important;
	width: 18px;
	height: 18px;
	border-radius: 7px !important;
}

.select__multiple label input:checked {
	background-color: var(--color-primary);
	border-color: var(--color-primary);
}

.select__multiple label input:focus {
	box-shadow: none !important;
}

.select__multiple select {
	overflow: hidden !important;
	margin-bottom: 0px !important;
	padding: 0px 10px !important;
}

.select__multiple select option {
	padding: 2px 10px !important;
}


/* SWALL */

.swal2-popup {
	padding: 50px 50px 75px 50px !important;
	border-radius: 60px !important;
	overflow: hidden !important;
}

.swal2-backdrop-show {
	backdrop-filter: blur(5px);
	background: #00000050 !important;
	opacity: 1 !important;
}

.swal2-popup h2 {
	font-weight: 600 !important;
	color: #0d0d0d !important;
}

.swal2-popup .swal2-html-container {
	font-weight: 300 !important;
	color: #979797 !important;
}

.swal2-popup .swal2-actions button {
	padding: 10px 20px !important;
	border-radius: 15px !important;
	transition: all 200ms !important;
	font-weight: 600;
}

.swal2-popup .swal2-actions button:focus {
	outline: none !important;
	box-shadow: none !important;
}

.swal2-popup .swal2-warning {
	border-color: #f8bb86 !important;
	color: #ff9c45 !important;
}

.swal2-popup .swal2-info {
	border-color: #90e8d8 !important;
	color: #90e8d8 !important;
}

.swal2-popup .swal2-success-ring,
.swal2-popup .swal2-success-fix,
.swal2-popup .swal2-success-ring {
	border-color: #90e8d8 !important;
	color: #90e8d8 !important;
}

.swal2-popup .swal2-success-line-tip,
.swal2-popup .swal2-success-line-long {
	background-color: #90e8d8 !important;
}
}

.swal2-popup .swal2-error {
	border-color: #ff5858;
}

.swal2-popup .swal2-x-mark span {
	background-color: #ff3056;
}


/* MODAL */

.modal-backdrop {
	backdrop-filter: blur(5px) !important;
	z-index: 1010 !important;
	opacity: 1 !important;
	background: #00000050;
}

.modal-content {
	border: none !important;
	border-radius: 35px !important;
}

.modal-header {
	padding: 25px 35px 10px 35px !important;
	border-color: #fafafa;
}

.modal-header h1 {
	font-size: 1.2rem !important;
	font-weight: 400 !important;
	color: #0d0d0d !important;
}

.modal .btn-close {
	opacity: .2 !important;
}

.modal .modal-body {
	padding: 35px !important;
	border-color: #fafafa !important;
	font-size: .9rem !important;
	font-weight: 300 !important;
}

.modal .modal-footer {
	padding: 25px 35px 25px 35px !important;
	border-color: #fafafa !important;
}

.modal .modal-footer button {
	padding: 10px 20px !important;
	font-weight: 500 !important;
	border-radius: 15px !important;
	font-size: .8rem !important;
	box-shadow: none !important;
	outline: none !important;
	border: none !important;
}

.modal .modal-footer button:disabled {
	filter: saturate(30%) brightness(1.5);
}

.modal .modal-footer button.fill {
	background: var(--color-primary);
	border-color: var(--color-primary);
	margin: 0px !important;
	color: #fff;
}

.modal .modal-body::-webkit-scrollbar {
	width: 10px;
}

.modal .modal-body::-webkit-scrollbar-track {
	background: #ffffff;
}

.modal .modal-body::-webkit-scrollbar-thumb {
	background-color: #e9e9e9;
	border: 3px solid #ffffff;
	border-radius: 20px;
}


/* STATUS */

.status__badge {
	padding: 4px 8px;
	font-size: 12px;
	border-radius: 10px;
	background: var(--color-primary);
	line-height: 1;
	font-weight: 600;
	color: #ffffff;
}

.status__ativo {
	background: var(--badge-green) !important;
}

.status__convidado {
	background: var(--badge-orange) !important;
}

.status__inativo {
	background: var(--badge-red) !important;
}

table td, table th {
	padding: 15px 25px !important;
}

table th {
	padding-bottom: 15px !important;
	border-bottom: 1px solid #343a4008 !important;
}

/* =======  Datatables  ======= */

.category__row {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	gap: 5px;
}

span.hide {
	font-size: 0.1pt !important;
	opacity: 0 !importants;
}

.dt-empty {
	font-size: .8rem !important;
	font-weight: 300 !important;
	color: #c1c1c1 !important;
}

.dt-layout-row:not(.dt-layout-table) {
	padding: 0px 25px !important;
	margin: 10px 0px 20px 0px !important;
}

.dt-layout-row:not(.dt-layout-table):last-child {
	padding: 0px 25px !important;
	margin: 20px 0px 10px 0px !important;
}

.dt-layout-row:not(.dt-layout-table) label {
	font-size: .9rem !important;
	font-weight: 300 !important;
	color: #c1c1c1 !important;
	line-height: 1;
}

.dt-layout-row:not(.dt-layout-table) select {
	padding: 8px 10px !important;
	background: transparent !important;
	border-radius: 15px !important;
	border: 1px solid #e6e6e6 !important;
	font-size: 15px !important;
	font-weight: 300 !important;
	appearance: none !important;
	text-align: center !important;
	margin-right: 10px !important;
}

.dt-info {
	font-size: .9rem !important;
	font-weight: 300 !important;
	color: #e6e6e6 !important;
	line-height: 1;
}

.dt-layout-row:not(.dt-layout-table) input {
	padding: 8px 10px !important;
	background: transparent !important;
	border-radius: 15px !important;
	border: 1px solid #e6e6e6 !important;
	font-size: 15px !important;
	font-weight: 300 !important;
	appearance: none !important;
	text-align: center !important;
	margin-left: 10px !important;
}

.dt-paging button {
	width: 25px !important;
	height: 25px !important;
	padding: 0px !important;

	display: flex;
	justify-content: center;
	align-items: center;

	font-size: 12px !important;
	border-radius: 10px !important;
	box-shadow: none !important;

	background: transparent !important;
	color: #c1c1c1 !important;
}

.dt-paging .current {
	background: transparent !important;
	border-color: #cdcdcd !important;
}

.status__badge {
	padding: 4px 8px;
	font-size: 12px;
	border-radius: 10px;
	background: var(--color-primary);
	line-height: 1;
	font-weight: 600;
	color: #ffffff;
}

.category__badge {
	padding: 4px 8px;
	font-size: 10px;
	border-radius: 10px;
	background: var(--color-primary);
	line-height: 1;
	font-weight: 500;
	color: #ffffff;
}

.status__active {
	background: var(--badge-green);
}

.status__archived {
	background: var(--badge-orange);
}

table {
	width: 100%;
	font-size: .9rem;
}

.wide__td {
	max-width: 200px !important;
	width: 200px !important;
	overflow: hidden;
	text-overflow: ellipsis;
}

table tbody tr {
	cursor: pointer !important;
	transition: all 300ms !important;
}

table tbody tr:hover {
	background: #00000002 !important;
}

table th {
	font-weight: 500 !important;
	font-size: 14px !important;
	vertical-align: middle;
	padding: 10px 25px 10px 25px !important;
	border-color: #f8f8f8 !important;
	color: #343a40ac;
}

table th:nth-child(2),
table td:nth-child(2) {
	text-align: left !important;
}

table th:hover {
	outline: none !important;
}

table td {
	font-weight: 300 !important;
	font-size: 15px !important;
	vertical-align: middle;
	padding: 10px 25px !important;
	border-color: #f8f8f8 !important;
	white-space: nowrap !important;
	text-overflow: ellipsis !important;
	color: #343a40;
}

table th:last-child {
	width: 60px !important;
}

.dtr-title {
	font-weight: 400 !important;
}

.module__table {
	padding: 10px 0px;
	background: #ffffff;
	border-radius: 25px;
	box-shadow: var(--module-shadow);
}

.td__actions {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 5px;
}

.td__actions svg {
	width: 20px;
	height: 20px;
	color: #c1c1c1;
	transition: all 200ms linear;
}

tr:hover .td__actions svg {
	color: #0d0d0d;
}

.td__actions label {
	cursor: pointer;
}

tbody tr:has(input:checked) {
	background: #fff9f9 !important;
}

.td__select {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	max-width: 18px;
}

.td__select .form-check-input {
	box-shadow: none !important;
	border-radius: 5px !important;
	border-color: #f2f2f2 !important;
	border-width: 1px !important;
	min-width: 18px !important;
	min-height: 17px !important;
	width: 18px !important;
	height: 18px !important;
	margin: 0px !important;
}

.td__select input {
	min-width: 18px !important;
	min-height: 18px !important;
	width: 18px !important;
	height: 18px !important;
}

.td__select .form-check-input:checked {
	background-color: var(--color-secondary) !important;
	border-color: var(--color-secondary) !important;
}

.td__nothing {
	padding: 25px 0px !important;
	text-align: center !important;
	vertical-align: middle !important;
	background: #fafafa !important;
	border-radius: 25px !important;
	font-size: 10pt !important;
	color: #343a40ac !important;
}


/* BACKDROP */

#backdrop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;

	display: none;
	justify-content: center;
	align-items: center;
	z-index: 1005;

	font-size: 4rem;
	color: #343a4050;
	backdrop-filter: blur(5px);
	background: #ffffff10;
}


/* AUTH */

.message__error {
	font-size: 10pt;
	font-weight: 400;
	margin-bottom: 0px;
	line-height: 130%;
	color: var(--badge-red);
	width: 100%;
}

/* ----- RESPONSIVIDADE ----- */

@media screen and (max-width: 576px) {
	.mobile__hide {
		display: none;
	}
}