
:root {
	--prim-color: #005c79;
	--sec-color: #ef7e13;
	--ter-color: #f3ac16;
	--quat-color: #12405c;
	--dark-color: #1D2127;
	--text-color: #1B1B1B;
}



.inner-wrapper {
	background-color: #f9f9f9;
	background: url("../../img/elements/bg-watermark.png");
	background-repeat: no-repeat;
	background-position: 80% center;
	background-size: 90%;
}

@media only screen and (min-width: 768px) {
	html.sidebar-left-xs .sidebar-left ul.nav-main li a {
		font-size: 0.85rem;
	}

	ul.nav-main > li > a {
		padding: 12px 20px;
	}

	html.sidebar-left-xs .sidebar-left ul.nav-main li .nav-children li a {
		padding-left: 37px;
	}

	html.sidebar-left-xs .sidebar-left ul.nav-main li i {
		font-size: 1.1rem;
	}
}

body {
	color: #777777;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 22px;
	margin: 0;
	font-size: 1em;
	min-height: 600px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
	line-height: normal;
	text-transform: none;
	font-weight: bold;
	margin: 0;
	color: var(--dark-color);
}

.main h1 {
	font-size: 42px;
}

.main h2 {
	font-size: 36px;
}

.main h3 {
	font-size: 24px;
}

.main h4 {
	font-size: 20px;
}

.main h5 {
	font-size: 18px;
}

.main h6 {
	font-size: 14px;
}


@media (max-width: 576px) {
	.main h1 {
		font-size: 32px;
		letter-spacing: 0;
	}

	.main h2 {
		font-size: 24px;
		letter-spacing: 0;
	}

	.main h3 {
		font-size: 20px;
		letter-spacing: 0;
	}

	.main h4 {
		font-size: 18px;
		letter-spacing: 0;
	}

	.main h5 {
		font-size: 16px;
		letter-spacing: 0;
	}

	.main h6 {
		font-size: 14px;
		letter-spacing: 0;
	}
}

p, li {
	margin: 0;
}

small, .small {
	font-size: .85em;
}

.list li {
	margin-bottom: 0;
}

.list.list-icons > li {
	line-height: 1.8;
}

.list-group-item {
	padding: 8px 10px;
	background-color: transparent;
}


p.field {
	min-height: 32px;
	margin: 0 0 0 0;
	padding: 6px 10px;
	border: 1px solid #D1D1D1;
	border-radius: 4px;
}


.font-weight-bold, b, strong {
	color: var(--dark-color);
}

.page-header h2 {
	font-size: 1.25rem;
	letter-spacing: 1px;
	padding-left: 25px;
}

.nav-pills .nav-link {
	color: var(--dark-color);
	font-size: 1em;
}

@media (min-width: 992px) {
	.header.header-nav-menu .header-nav-main nav > ul > li > a {
		font-size: 14px;
		padding: 10px 5px;
	}

	.header.header-nav-menu .header-nav-main nav > ul > li > a.dropdown-toggle:after {
		border-color: #999999 transparent transparent transparent;
		margin: 7px 10px;
	}

	.header.header-nav-menu .header-nav-main nav > ul > li.active > a {
		background: var(--prim-color);
		color: #FFFFFF;
	}
}


.thin-border {
	padding: 5px 20px 10px 20px;
	border: 1px solid #EAEAEA;
	border-radius: 5px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.thin-border:focus-within {
	border: 1px solid var(--ter-color);
	background-color: #FBFBFB;
}

.thin-border-dark {
	padding: 10px 10px 10px 10px;
	border: 1px solid #888888;
	border-radius: 8px;
	margin-bottom: 10px;
	margin-top: 5px;
	background-color: white;
	z-index: 10;
}

.card-header {
	padding: 14px 20px 10px 20px;
}

.card.card-modern .card-header {
	background: #2E353E;
	padding: 12px 25px;
}

.card.card-modern .card-actions {
	right: 15px;
	top: 12px;
}

.card.card-modern .card-actions a, .card.card-modern .card-actions .card-action {
	color: #CCCCCC;
	font-size: 14px;
	cursor: pointer;
}

.card.card-big-info .card-body > .row > div[class*="col-"]:first-child {
	background-color: #FFFFFF;
}

.card.card-big-info .card-body > .row > div[class*="col-"] {
	padding: 0 0.25rem;
}

.card-title {
	font-size: 1.25em;
	line-height: 18px;
	padding: 0;
	font-weight: 600;
	letter-spacing: 1px;
}

.card-subtitle {
	color: #808697;
	font-size: 1em;
	line-height: 1.2em;
	margin: 8px 0 0;
	padding: 0;
}

.card-footer {
	background-color: #F3F3F3;
	padding: 15px 15px;
}

.card-footer > button[class*="btn"] {
	margin-left: 10px;
}

th .btn {
	font-weight: bold;
}

.btn-outline-light {
	color: #CECECE;
}


.tabs-modern .tab-content {
	background-color: #FFFFFF;
}

.tabs-modern .nav .nav-link {
	display: unset;
	padding: 1rem 1.2rem;
	border-bottom: 1px solid #EFEFEF;
}

.tabs-modern .nav .nav-link > i {
	font-size: 1.4rem;
	color: #D1D1D1;
	float: left;
	margin-bottom: 30px;
	margin-top: 3px;
}

.tabs-modern .nav .nav-link.active {
	background: #F9F9F9;
	border-radius: 4px;
	border: 1px solid #CCCCCC;
}


.bg-watermark {
	background-color: #F2F2F2;
	background: url("../../assets/img/elements/bg-watermart.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 120%;
}

.header .logo {
	float: left;
	margin: 5px 0 0 15px;
}

.userbox .name {
	max-width: 120px;
	font-size: 0.85em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.userbox .role {
	font-size: 0.8em;
}

@media only screen and (max-width: 767px) {
	.userbox .profile-picture {
		display: inline-block;
	}
}

.notifications .notification-menu {
	width: 300px;
}


.notifications > li .notification-icon {
	border-radius: 0;
	box-shadow: unset;
	width: 35px;
}

.notifications > li .notification-icon .badge {
	padding: 2px 5px 3px 5px;
}

.notification-menu li {
	margin: 0 0 4px;
}

.page-header {
	border: unset;
	box-shadow: 1px 3px 0 1px #CCCCCC;
	height: 50px;
	margin: -18px -20px 20px -20px;
}

.content-body {
	padding: 20px;
}


.bg-color-light-scale-1 {
	background-color: #777777;
}

.tabs {
	margin-bottom: 0;
}

.nav-tabs {
	background-color: #ECEDF0;
}

@media only screen and (max-width: 767px) {
	.card-actions {
		float: none;
		margin-bottom: -21px; /* Alinear modal cerrar fa-times al lado derecho sin que ocupe 2 renglones */
		position: static;
		text-align: right;
	}
}

.card-actions {
	top: 10px;
}

@media only screen and (min-width: 768px) {
	html.fixed .content-body {
		margin-left: 150px;
	}

	html.fixed .page-header {
		left: 150px;
	}
}


@media only screen and (min-width: 768px) {
	html.fixed.sidebar-left-collapsed .page-header {
		left: 55px;
	}

	html.fixed.sidebar-left-collapsed .content-body {
		margin-left: 55px;
	}
}



/* Flatpickr Calendar */
.flatpickr-calendar {
	padding: 0;
	border: 0;
	font-size: 14px;
	line-height: 24px;
	border-radius: 5px;
	width: 245px;
}

.flatpickr-months .flatpickr-month {
	height: 32px;
}

.flatpickr-current-month {
	font-size: 105%;
	font-weight: 700;
	padding: 8px 0 0 0;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
	padding: 2px 15px;
}

.flatpickr-current-month .flatpickr-monthDropdown-months, .flatpickr-current-month input.cur-year {
	font-weight: 600;
}

.flatpickr-days {
	width: 245px;
}

.dayContainer {
	width: 245px;
	min-width: 245px;
	max-width: 245px;
}

.flatpickr-day {
	border: 1px solid transparent;
	border-radius: 8px;
	font-weight: 500;
	max-width: 32px;
	height: 32px;
	line-height: 32px;
}

.flatpickr-day.today {
	border-color: #0966A2;
}


/* Tables */
.table thead > tr > th {
	border-bottom: unset;
	color: #FFFFFF;
}

.table tfoot > tr > th {
	background-color: #171717;
	border: none;
	color: #FFFFFF;
}

.table .thead-dark th {
	color: #FFFFFF;
	background-color: #171717;
	border: none;
}

.table .thead-light th {
	color: var(--dark-color);
	background-color: #FAFAFA;
	border: none;
}

.table td, .table th {
	border-top: none;
}

.table tbody tr {
	border-radius: 5px;
	border: 1px solid #EEEEEE;
}

.table-hover tbody tr:hover {
	background-color: #F2F2F2;
	border-left: 3px solid var(--prim-color);
	box-shadow: 0 .250rem .50rem rgba(0, 0, 0, 0.100);
	transition: ease all .3s;
}

.table-hover tbody tr {
	border-left: 3px solid transparent;

}

.table tr td button, .row-cells button {
	opacity: 0;
}

.table tr:hover button, .card-header:hover button, .row-cells:hover button {
	opacity: 1
}

.table td {
	padding: 0.5rem;
}

.table-condensed tr td {
	padding: 4px 10px;
}

.table-condensed tr th {
	padding: 8px 15px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover,
.pagination > .active > a:focus, .pagination > .active > span:focus, .pagination .page-item.active .page-link {
	background-color: var(--prim-color) !important;
	border-color: var(--sec-color);
	font-weight: bold;
}

.page-link {
	color: var(--prim-color);
	border: 1px solid #DEE2E6;
	margin: 0 8px;
}

.row-cells {
	padding: 2px 10px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #F0F0F0;
}

.row-cells:hover {
	background-color: #F6F6F6;
}

.col-header {
	border-bottom: 1px solid #DADADA;
	color: #0A0A0A;
	font-weight: bold;
	padding: 5px 10px;
}

.col-cell {
	padding: 5px 1px 1px 5px;
}


section .modal-right {
	position: absolute;
	right: 14px;
	top: -6px;
	min-height: 100vh;
	max-width: 400px;
	border-left: 1px solid #333333;
}

.form-row {
	margin: 10px 0 5px 0;
}

form label, label {
	margin-bottom: 2px;
	font-weight: bold;
	color: var(--text-color);
}


input:required:focus, select:required:focus {
	border: 1px solid red;
	outline: none;
}

fieldset:disabled .input-group span, fieldset:disabled .input-group button {
	display: none;
}


.form-control:enabled {
	box-shadow: 0 .075rem .125rem rgba(0, 0, 0, 0.05);
}

.form-control:disabled {
	background-color: white;
	border: none;
	border-bottom: 1px solid #E1E1E1;
	border-radius: 0;
	color: var(--disabled-color);
}

.form-check-label {
	color: var(--disabled-color);
}

.form-control:read-only {
	background-color: white;
	border-bottom: 1px solid #E1E1E1;
}


.form-control:focus {
	background-color: #FFF6F6;
	border: 1px solid var(--ter-color);
	box-shadow: 0 .2rem .3rem rgba(50, 50, 50, 0.2);
}

textarea {
	resize: none;
}

/* SweetAlert */
.swal2-icon {
	position: absolute;
	width: 3em;
	height: 3em;
	line-height: 3em;
	margin: 70px 25px;
}

.swal2-icon .swal2-icon-content {
	font-size: 3em;
}

.swal2-title {
	position: relative;
	margin: 0 100px;
	padding: 20px 0 10px 0;
	font-size: 1.4em;
	font-weight: 600;
	color: var(--dark-color);
	text-align: left;
}

.swal2-html-container {
	justify-content: center;
	margin: 0 20px 0 90px;
	padding: 10px;
	font-size: 1.1em;
	font-weight: 400;
	text-align: left;
	line-height: 1.4;
	color: var(--dark-color);
}

.swal2-actions {
	display: flex;
	justify-content: flex-end;
	margin: 10px 0 -5px -15px;
	padding: 0;
}

.swal2-popup.swal2-toast {
	margin: 0 5px 5px 15px;
}

.swal2-popup.swal2-toast .swal2-html-container {
	margin: 5px 0 5px 50px;
}

body.swal2-toast-shown .swal2-container {
	width: 400px;
	max-width: 100%;
}

.swal2-icon.swal2-success .swal2-success-ring {
	border: 0.3em solid rgba(165, 220, 134, 0.7);
}

.swal2-icon.swal2-info {
	border-color: var(--ter-color);
	color: var(--ter-color);
}

.swal2-icon.swal2-question {
	border-color: var(--prim-color);
	color: var(--prim-color);
}

.swal2-icon.swal2-warning {
	border-color: #FB7B34;
	color: #FB7B34;
}


/* Scroll to top */
html .scroll-to-top {
	font-size: 1em;
	padding: 5px 10px 25px 10px;
	right: 22px;
	min-width: 50px;
	transition: opacity 0.3s;
	background: #404040;
	border-radius: 5px 5px 0 0;
}

/* Scrollbars */
.scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
}

.scrollbar::-webkit-scrollbar-track, .textarea::-webkit-scrollbar-track, .select::-webkit-scrollbar-track, .trix-editor::-webkit-scrollbar-track {
	background-color: #F9F9F9;
}

.scrollbar::-webkit-scrollbar, textarea::-webkit-scrollbar, select::-webkit-scrollbar, trix-editor::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	background-color: #F9F9F9;
}

.scrollbar::-webkit-scrollbar-thumb, textarea::-webkit-scrollbar-thumb, select::-webkit-scrollbar-thumb, trix-editor::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background-color: #7F9CA9;
}

.scrollable-content ul > li {
	padding-right: 20px;
}


.custom-file-label::after, .custom-file-input:lang(en) ~ .custom-file-label::after {
	content: "Archivo";
}


/* Trix editor */
trix-editor {
	border: 1px solid #CDCDCD;
	border-top: none;
	border-radius: 0 0 4px 4px;
}

.trix-container {
	padding: 5px 5px;
	overflow-y: auto !important;
}

trix-toolbar {
	cursor: pointer;
	border: 1px solid #CDCDCD;
	border-radius: 4px 4px 0 0;
	padding: 3px;
}

trix-toolbar .trix-button-group {
	margin-bottom: 3px;
	border: none;
}

trix-toolbar .trix-button {
	cursor: pointer;
	border: 1px solid #DADADA;
	margin: 0 1px;
}


.trix-button--icon-increase-nesting-level,
.trix-button--icon-decrease-nesting-level,
.trix-button--icon-code,
.trix-button--icon-attach,
.trix-toolbar [data-trix-button-group="file-tools"] {
	display: none;
}


/* Filepond */
@media (min-width: 1200px) {
	.filepond--item {
		width: calc(33.33% - 0.5em);
	}
}

.filepond--item {
	width: calc(50% - 0.5em);
}

.filepond--root {
	max-height: 400px;
}

/* use a hand cursor intead of arrow for the action buttons */
.filepond--file-action-button {
	cursor: pointer;
}

/* the text color of the drop label*/
.filepond--drop-label {
	color: #555555;
}

/* underline color for "Browse" button */
.filepond--label-action {
	text-decoration-color: #AAAAAA;
}

/* the background color of the filepond drop area */
.filepond--panel-root {
	background-color: #EEEEEE;
}

/* the border radius of the drop area */
.filepond--panel-root {
	border-radius: 0.5em;
}

/* the border radius of the file item */
.filepond--item-panel {
	border-radius: 0.5em;
}

/* the background color of the file and file panel (used when dropping an image) */
.filepond--item-panel {
	background-color: #555555;
}

/* the background color of the drop circle */
.filepond--drip-blob {
	background-color: #999999;
}

/* the background color of the black action buttons */
.filepond--file-action-button {
	background-color: rgba(0, 0, 0, 0.5);
}

/* the icon color of the black action buttons */
.filepond--file-action-button {
	color: white;
}

/* the color of the focus ring */
.filepond--file-action-button:hover,
.filepond--file-action-button:focus {
	box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.9);
}

/* the text color of the file status and info labels */
.filepond--file {
	color: white;
}

/* bordered drop area */
.filepond--panel-root {
	background-color: transparent;
	border: 1px solid #999999;
}

/* Boton para borrado de archivos */
.btn-pond-img {
	position: absolute;
	margin-left: -20px;
	margin-top: 3px;
	border-radius: 4px;
}

.btn-pond-icon {
	position: absolute;
	margin-left: 25px;
	margin-top: -60px;
	border-radius: 4px;
}

/* Colores para los iconos de archivos cargados */
.text-color-xls {
	color: #1D6F42;
}

.text-color-doc {
	color: #005082;
}

.text-color-ppt {
	color: #D04423;
}

.text-color-pdf {
	color: #F40F02;
}

/* Se creo un accordion-custom, porque los estilos del accordion default afectaban
el comportamiento de las ventanas modales dentro de los accordions */
.accordion-custom {
	padding-top: 5px;
	margin: 0;
}

.accordion-custom .card {
	margin: 6px 0 0 0;
}

.accordion-custom .card-header {
	padding: 10px 0 5px 10px;
	margin: 0;
	border: 1px solid #DADADA;
	border-radius: 5px !important;
}

.accordion-custom a {
	text-decoration: none;
}


/* Avatars */
.avatar {
	font-size: 1rem;
	display: inline-flex;
	width: 48px;
	height: 48px;
	color: #FFFFFF;
	border-radius: .375rem;
	background-color: #ADB5BD;
	align-items: center;
	justify-content: center
}

.avatar img {
	width: 100%;
	border-radius: .375rem
}

.avatar + .avatar-content {
	display: inline-block;
	margin-left: .75rem
}

.avatar-xl {
	width: 74px;
	height: 74px
}

.avatar-lg {
	font-size: .875rem;
	width: 58px;
	height: 58px
}

.avatar-sm {
	font-size: .875rem;
	width: 36px;
	height: 36px
}

.avatar-xs {
	font-size: .75rem;
	width: 30px;
	height: 30px
}

.avatar-group .avatar {
	position: relative;
	z-index: 2;
	border: 2px solid #FFFFFF
}

.avatar-group .avatar:hover {
	z-index: 3
}

.avatar-group .avatar + .avatar {
	margin-left: -1rem
}

.avatar.rounded-circle img, .rounded-circle {
	border-radius: 50% !important;
}

.card-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	border-radius: 5px;
	margin: 5px;
	border: 1px solid #CDCDCD;
	padding: 10px 10px 5px 10px;
	transition: all 0.3s ease;
}

.card-item:hover {
	-webkit-box-shadow: 2px 2px 8px 3px #DADADA; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow: 2px 2px 8px 3px #DADADA; /* Firefox 3.5 - 3.6 */
	box-shadow: 2px 2px 8px 3px #DADADA; /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
	position: relative;
	background-color: #F6F6FA;
	border: 1px solid var(--prim-color);
	transform: translate(2px, -3px) perspective(2px);
}

.card-item.active {
	background-color: #EAEAEA;
	border: 1px solid var(--sec-color);
}


/*Select 2 plugin*/
/*Select 2 plugin*/
.select2-container--default .select2-selection--single {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
}

.select2-container .select2-selection--single {
	height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 7px;
	right: 7px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444444;
	line-height: 35px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 14px;
	padding-right: 20px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: 0 unset;
}

.select2-container--default .select2-selection--multiple {
	border: 1px solid #CCCCCC;
	border-radius: 4px;
}

.select2-container .select2-selection--multiple {
	min-height: 39px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	padding: 2px 10px;
}

.select2-container--bootstrap .select2-results__group {
	color: #333333;
	padding: 6px 15px;
	font-size: 13px;
	background-color: #EAEAEA;
}


/* Scroll to Top */
html .scroll-to-top {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background: #282D36;
	border-radius: 7px 7px 0 0;
	bottom: 0;
	color: #FFFFFF;
	display: block;
	height: 9px;
	opacity: 0;
	padding: 5px 10px 25px;
	position: fixed;
	right: 20px;
	text-align: center;
	text-decoration: none;
	min-width: 39px;
	z-index: 1040;
}

html .scroll-to-top:hover {
	opacity: 1;
}

html .scroll-to-top.visible {
	opacity: 0.75;
}

html .scroll-to-top span {
	display: inline-block;
	padding: 0 5px;
}

html.ie11 .scroll-to-top {
	right: 25px;
}

/* Responsive */
@media (max-width: 991px) {
	html .scroll-to-top.hidden-mobile {
		display: none !important;
	}
}

.popup {
	position: absolute;
	padding: 4px 8px 4px 3px;
	border: 1px solid #999999;
	border-radius: 4px;
	background-color: white;
	margin-left: 20px;
	z-index: 100;
}

.grayscale {
	filter: grayscale(100%);
	opacity: 0.5;
}


/* Login form */
.half, .half .container > .row {
	height: 100vh;
	min-height: 700px;

}

@media (max-width: 992px) {
	.half .bg {
		height: 300px;
	}
}

@media (max-width: 576px) {
	.half .bg {
		height: 160px;
	}
}

.half .contents {
	background: #F6F7FC;
}

.half .contents, .half .bg {
	width: 50%;
}

@media (max-width: 1200px) {
	.half .contents, .half .bg {
		width: 100%;
	}
}

.half .contents .form-control, .half .bg .form-control {
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	height: 48px;
	background: #FFFFFF;
}

.half .contents .form-control:active, .half .contents .form-control:focus, .half .bg .form-control:active, .half .bg .form-control:focus {
	outline: none;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.half .bg {
	background-size: cover;
	background-position: center;
}

.half a {
	color: #888888;
	text-decoration: underline;
}

.half .btn {
	height: 45px;
	padding-left: 25px;
	padding-right: 25px;
}

.half .forgot-pass {
	position: relative;
	top: 2px;
	font-size: 14px;
}


/* Bootstrap Modals */
.modal-wrapper {
	padding: 0;
}

.modal-header {
	padding: 1rem;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-color: #171717;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 1px;
}

.close {
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1;
	color: #FFFFFF;
	text-shadow: unset;
	opacity: .9;
	background-color: transparent;
	border: none;
}

.modal-header .btn-close {
	color: white;
}


.close:hover, .close:focus {
	color: var(--prim-color);
}

.backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	padding: 0 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.05);
	backdrop-filter: saturate(80%) blur(1px);
}

.modal-size-lg {
	max-width: 850px;
}

.modal-size-md {
	max-width: 700px;
}

.modal-size-sm {
	max-width: 500px;
}

@media (max-width: 576px) {
	.backdrop {
		padding: 12px 8px 12px 8px;
	}
}


.shadow-sm {
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-md {
	box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.125) !important;
}

.shadow-lg {
	box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.175) !important;
}

.image-container {
	position: relative;
	display: inline-block;
}

.image-container::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--sec-color);
	opacity: 0.7;
	z-index: 10;

}

.image-container img {
	display: block;
	filter: brightness(150%) grayscale(100%);
}
