h2.title {
	font-size: 1.25rem;
	margin-top: 40px;
	/* background: white; */
	/* border: 1px dashed #666; */
	border-radius: 5px;
	padding: 12px 14px;
}

.not-active {
	opacity: 0.4;
}

.space-between {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

form {
	display: inline;
}

.btn {
	white-space: nowrap;
}

.btn.btn-tight {
    padding: 1px 4px;
    margin-top: -2px;
}

.btn-icon {
	width: 1.2em;
	height: 1.2em;
	margin-top: -5px;
}

#app {
	margin-bottom: 80px;
}

.youtube-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.youtube-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.alert-warning {
	border: 1px dashed rgba(0, 0, 0, 0.3);
	color: rgba(0, 0, 0, 0.85);
}

.card-actions {
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.card-header {
	background: #eee;
	font-weight: bold;
}

.card .table td {
	font-size: 1.1em;
}

.primary .card {
	border: 1px solid #777dbb;
}

.primary .card-header {
	background: var(--primary);
	border-bottom: 1px solid #777dbb;
	color: #fff;
}

.green .card {
	border: 1px solid hsl(146, 54%, 70%);
}

.green .card-header {
	background: hsl(146, 54%, 90%);
	color: #1d643b;
	border-bottom: 1px solid hsl(146, 54%, 70%);
}

.red .card {
	border: 1px solid hsl(0, 73%, 70%);
}

.red .card-header {
	background: #fadada;
	color: #772323;
	border-bottom: 1px solid hsl(0, 73%, 70%);
}

.large-icon {
	font-size: 2.2rem;
	padding: 0;
}

td.poso,
th.poso {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.column + .column {
	margin-left: 10px;
}

.parontes td {
	background: rgba(215, 243, 228, 0.35);
}

.apontes td {
	background: rgba(226, 227, 229, 0.35);
}

.label-like {
	border-radius: 12px;
	padding: 0px 10px;
	margin-left: 8px;
	margin-bottom: 8px;
	font-size: 0.9em;
}

/* .label-like + .label-like {
    margin-left: 8px;
} */

.full_page_loader {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	/* display: grid;
    justify-content: center;
    align-content: center; */
	z-index: 1000000;
	display: none;
}
/*
.block {
	display: block !important;
} */

.full_page_loader .please_wait_container {
	display: grid;
	justify-content: center;
	align-content: center;
	width: 100%;
	height: 100%;
}

.full_page_loader .please_wait {
	background: #fff;
	padding: 20px 30px;
	border-radius: 10px;
}

.qr-code-loader {
	display: none;
	font-size: 12px;
	margin-top: 4px;
	margin-bottom: 11px;
}

tr.selectable {
	cursor: pointer;
}
/*
.navanchor {
	display: block;
	position: relative;
	top: -160px;
	visibility: hidden;
} */

ul.list {
	font-size: 1.15em;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.list li {
	margin: 0;
	padding: 0;
}

ul.list i {
	/* color: #80653d; */
	/* color: var(--primary); */
	margin-right: 4px;
}

.text-large {
	font-size: 1rem;
}

/* CUSTOM BUTTON COLORS */

.btn-tertiary {
	color: #ffffff;
	background-color: #ff9029;
	border-color: #c47600;
}

.btn-tertiary:hover,
.btn-tertiary:focus,
.btn-tertiary:active,
.btn-tertiary.active,
.open .dropdown-toggle.btn-tertiary {
	color: #ffffff;
	background-color: #fc7b03;
	border-color: #c47600;
}

.btn-tertiary:active,
.btn-tertiary.active,
.open .dropdown-toggle.btn-tertiary {
	background-image: none;
}

.btn-tertiary.disabled,
.btn-tertiary[disabled],
fieldset[disabled] .btn-tertiary,
.btn-tertiary.disabled:hover,
.btn-tertiary[disabled]:hover,
fieldset[disabled] .btn-tertiary:hover,
.btn-tertiary.disabled:focus,
.btn-tertiary[disabled]:focus,
fieldset[disabled] .btn-tertiary:focus,
.btn-tertiary.disabled:active,
.btn-tertiary[disabled]:active,
fieldset[disabled] .btn-tertiary:active,
.btn-tertiary.disabled.active,
.btn-tertiary[disabled].active,
fieldset[disabled] .btn-tertiary.active {
	background-color: #ff9029;
	border-color: #c47600;
}

.btn-tertiary .badge {
	color: #ff9029;
	background-color: #ffffff;
}

.btn-alt {
	color: #53598f;
	background-color: #bdc1da;
	border-color: #53598f;
}

.btn-alt:hover,
.btn-alt:focus,
.btn-alt:active,
.btn-alt.active,
.open .dropdown-toggle.btn-alt {
	color: #53598f;
	background-color: #acb1d4;
	border-color: #53598f;
}

.btn-alt:active,
.btn-alt.active,
.open .dropdown-toggle.btn-alt {
	background-image: none;
}

.btn-alt.disabled,
.btn-alt[disabled],
fieldset[disabled] .btn-alt,
.btn-alt.disabled:hover,
.btn-alt[disabled]:hover,
fieldset[disabled] .btn-alt:hover,
.btn-alt.disabled:focus,
.btn-alt[disabled]:focus,
fieldset[disabled] .btn-alt:focus,
.btn-alt.disabled:active,
.btn-alt[disabled]:active,
fieldset[disabled] .btn-alt:active,
.btn-alt.disabled.active,
.btn-alt[disabled].active,
fieldset[disabled] .btn-alt.active {
	background-color: #bdc1da;
	border-color: #53598f;
}

.btn-alt .badge {
	color: #bdc1da;
	background-color: #53598f;
}

td.notes,
div.notes {
	background: hsl(60, 61%, 94%);
	border: 1px solid hsl(60, 61%, 74%);
}

td.notes {
	border-left: 0;
	border-right: 0;
}

/* Sidebar */

/* #app {
	display: grid;
	grid-template-columns: 260px 1fr;
	gap: 20px;
	height: 100vh;
	position: relative;
} */

.public footer {
	padding: 10px;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 100;
	background-color: rgb(225, 231, 238);
	border-top: 1px solid rgb(160, 175, 175);
}

.public footer,
.public footer a,
.public footer a:hover {
	color: var(--primary);
}

footer,
footer a,
footer a:hover {
	color: white;
	/* text-align: left; */
	/* margin-left: 10px; */
}

aside {
	/* background: #3490dd; */
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: fixed;
	width: 230px;
	height: 100vh;
	top: 0;
	transition: all 0.3s;
	opacity: 1;
	z-index: 999;
	overflow-y: auto;
}

aside hr {
	margin: 6px 10px;
	/* border: 1px solid hsl(234, 27%, 80%); */
	border: 1px solid hsl(234, 27%, 58%);
}

aside .navbar-brand {
	margin-left: 10px;
}

aside .nav-link {
	display: flex;
	gap: 8px;
	align-items: center;
	padding: 3px 8px;
}

aside .nav-link i {
	font-size: 1.2em;
	display: block;
	margin-top: -2px;
}

main {
	margin-left: 230px;
}

aside ul,
aside ul li,
aside ul ul li,
.mobile-nav ul,
.mobile-nav ul li,
.mobile-nav ul ul li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

.mobile-nav > ul > li > a,
aside li a {
	color: white;
	margin: 5px 0;
	font-size: 1.1em;
}

aside li a:hover,
aside li.active a {
	background: hsl(234, 27%, 80%);
	color: hsl(234, 27%, 35%);
	border-radius: 5px;
}

.close-sidebar {
	position: absolute;
	right: 0px;
	display: none;
	top: 0;
	background: hsl(234, 27%, 80%);
	color: hsl(234, 27%, 35%);
	border-radius: 100%;
	padding: 3px 8px;
}

.mobile-nav {
	display: none;
}

.show-menu {
	padding: 2px 4px;
	font-size: 1.6em;
	color: white;
	/* margin-right: 10px; */
}

.container {
	margin-top: 20px;
	margin-left: 30px;
	margin-right: 30px;
	padding: 10px;
	/* margin: 0;
	padding: 30px; */
}

.public .container {
	margin: 0 auto;
	padding: 0 10px;
}

.public main {
	margin-left: 0;
}

select.form-control {
	max-width: 260px;
}

.pills-fill .nav-item,
.pills-fill > .nav-link {
	flex: 1 1 auto;
	/* text-align: center; */
}

.mobile-hide {
	color: white;
}

div.highlight {
	border: 1px solid #cccf00;
	opacity: 1 !important;
	background: #fafc93;
}

#dummy_search {
	opacity: 0.3;
}

.inline-group {
	display: flex;
	flex-direction: row;
	gap: 6px;
	align-items: center;
	margin-bottom: 0;
}

.inline-group label {
	margin: 0;
}

.gap-1 {
	gap: 8px;
}

.gap-2 {
	gap: 16px;
}

.gap-3 {
    gap: 24px;
}

.gap-4 {
    gap: 32px;
}

.gap-5 {
    gap: 40px;
}

.inline-group > * {
	width: auto;
}

.vertical-group {
	display: flex;
	flex-direction: column;
	gap: 2px;
	align-items: center;
	margin-bottom: 0;
}

.vertical-group label {
	margin: 0;
}

/* .vertical-group .form-control option {
	text-align: center;
	padding: 5px;
	padding-right: 20px !important;
} */

.vertical {
	flex-direction: column !important;
}

.menu-with-buttons {
	display: flex;
	flex-direction: row;
	gap: 20px;
	align-items: flex-start;
	justify-content: space-between;
}

.only-icon-button {
	font-size: 1.4em;
	padding: 2px 10px;
}

.billing_settings_block {
	border: 1px dashed #666;
	border-radius: 5px;
	padding: 3px 8px;
	/* display: inline-block; */
	margin-bottom: 5px;
}

[x-cloak] {
	display: none !important;
}

hr.programma {
	margin: 5px;
	background-color: #c7c7c7;
}

/* .subclass_link {
	border: 1px dashed #666;
	border-radius: 5px;
	padding: 3px 8px;
	display: inline-block;
	margin-bottom: 5px;
} */

.subclass_block,
.subclass_link {
	border: 1px dashed #666;
	border-radius: 5px;
	padding: 3px 8px;
	display: inline-block;
	margin-bottom: 5px;
}

.subclass_block + .subclass_block {
	margin-left: 8px;
}

.modal-title {
	text-align: left;
	font-weight: bold;
}

.weekday {
	background: #e2f0fb;
	border: 1px solid #d6e9f9;
	padding: 4px 12px;
	border-radius: 5px;
	color: #385d7a;
}

.programma {
	border: 1px solid #666;
}

.programma td,
.programma th {
	text-align: center;
	width: 12.5%;
	border: 1px solid #666 !important;
}

.programma th {
	background: rgba(204, 204, 204, 0.685);
}

.list-block {
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin: 8px 0;
}

.editing {
	background: lightyellow;
	border: 1px solid rgb(215, 190, 1);
}

.flex-cols {
	display: flex;
	gap: 40px;
}

@media only screen and (max-width: 998px) {
	.flex-cols {
		flex-direction: column;
	}

	.only-icon-button {
		font-size: 1.2em;
		padding: 1px 6px;
	}

	.inline-group {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		width: 100% !important;
	}

	.inline-group > * {
		width: 100% !important;
		max-width: none !important;
	}

	.vertical-group {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		width: 100% !important;
	}

	.vertical-group > * {
		width: 100% !important;
		max-width: none !important;
	}

	.menu-with-buttons {
		flex-direction: column;
		gap: 14px;
		width: 100% !important;
	}

	.reverse-order {
		flex-direction: column-reverse;
	}

	/* Mobile: */
	aside {
		position: absolute;
		width: 100%;
		height: 100vh;
		visibility: hidden;
		opacity: 0;
		width: 0px;
		font-size: 1.4em;
	}

	.mobile-hide {
		display: none;
	}

	.container {
		margin: 0 auto;
		padding: 10px;
		/* margin: 0;
        padding: 30px; */
	}

	aside.shown {
		visibility: visible;
		width: 100%;
		opacity: 1;
	}

	.close-sidebar {
		display: block;
	}

	.mobile-nav {
		display: flex;
		background: #ccc;
		padding: 10px 20px;
		justify-content: space-between;
		align-items: center;
		color: white;
	}

	main {
		margin-left: 0;
	}
}

.livewire-fade {
	opacity: 0.6;
}

.print-header {
	display: none;
}

@media print {
	.sidebar {
		display: none !important;
	}

	main {
		margin-left: 0;
	}

	.print-header {
		width: 100% !important;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 20px;
	}
}

th.sortable {
	cursor: pointer;
}

.file {
	display: flex;
	height: 160px;
	width: 160px;
	border: 1px solid #666;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	position: relative;
}

.download-button {
	position: absolute;
	top: 10px;
	right: 10px;
	display: none;
}

a.file {
	text-decoration: none;
}

.file:hover .download-button {
	display: block;
}

.file-excel {
	background: #dffee6;
	border: 1px solid #1e7e34;
}

.file-excel > i,
.file-excel div {
	color: #1e7e34 !important;
}

.file-word {
	background: rgb(207, 225, 255);
	border: 1px solid darkblue;
}

.file-word > i,
.file-word div {
	color: darkblue !important;
}

.file-pdf {
	background: white;
	border: 1px solid red;
}

.file-pdf > i,
.file-pdf div {
	color: red !important;
}

.file-zip {
	background: rgb(253, 234, 198);
	border: 1px solid darkorange;
}

.file-zip > i,
.file-zip div {
	color: darkorange !important;
}

.file > i {
	font-size: 50px;
	/* color: #666; */
}

.file-container {
	position: relative;
	border: 1px solid #666;
	line-height: 0;
}

.file-container:hover .file-actions {
	display: block;
}

.file-actions {
	position: absolute;
	bottom: 10px;
	right: 10px;
	display: none;
}

.remove-embed-action {
	position: absolute;
	top: 60px;
	left: 20px;
	display: none;
}

.file-container:hover .remove-embed-action {
	display: block;
}

.bg-highlight {
	background-color: #ffffe5;
}

.percent-div {
	height: 26px;
	background: rgba(82, 88, 143, 0.6);
	border-radius: 5px;
}

.percent-div > div {
	height: 26px;
	background: #53598f;
	color: white;
	border-radius: 5px;
	padding: 0 2px;
	font-weight: bold;
	font-size: 16px;
	white-space: nowrap;
	text-align: right;
}

.payments-header {
    border-bottom: 1px solid #38c172;
    background: hsl(146, 54%, 95%);
    font-weight: bold;
    padding: 10px 20px;
}

i.superAdminOnly {
	color: #dc2626;
}

.badge-tertiary {
    color: #fff;
    background: #fb923c;
}

.live {
    animation: liveFadeInOut 2s infinite;
}

@keyframes liveFadeInOut {

    0%,
    20%,
    80%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }
}

/* Style for input placeholders */
input::placeholder {
    color: #ccc !important;
}

/* Style for textarea placeholders */
textarea::placeholder {
    color: #ccc !important;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media (max-width: 768px) {
    .grid-container {
        grid-template-columns: 1fr;
    }
}

.grid-container-3cols {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

@media (max-width: 768px) {
    .grid-container-3cols {
        grid-template-columns: 1fr;
    }
}

input[type="checkbox"]:checked+label {
    font-weight: bold;
}

.floating-shadow {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.facebook-share-button {
  display: inline-flex !important;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  font-size: .875rem;
  color: #1877F2 !important;
  background: #fff !important;
  border: 1px solid #1877F2 !important;
  border-radius: 4px;
  text-decoration: none !important;
}
