:root {
	--bs-body-bg: #fbfbfb;
	--bs-breadcrumb-margin-bottom: 0;
	--bs-border-radius: 0.2rem;
}

body {
	font-family: "Nunito Sans", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings:
		"wdth" 100,
		"YTLC" 500;
	background-color: #ededed;
	background-image: url("../train-transparent.png"), url("../background-3.png");
	/*background: linear-gradient(to bottom,  #e2e2e2 0%,#f5f5f5 100%);*/
	background-repeat: no-repeat, no-repeat;
	background-position: bottom right, center;
	background-size: 60%, cover;
	background-attachment: fixed;
}

a {
	text-decoration: none;
}

main {
	padding-bottom: 0.5rem;
}

.p-75 {
	padding: 0.75rem;
}

.align-sub {
	vertical-align: sub;
}

.cursor-pointer {
	cursor: pointer;
}

.btn-wysslila {
	--bs-btn-color: #000;
	--bs-btn-active-color: #fff;
	--bs-btn-font-weight: 600;
	--bs-btn-bg: #7aded9;
	--bs-btn-hover-bg: #70d1cd;
	--bs-btn-active-bg: #70d1cd;
	--bs-btn-disabled-bg: #70d1cd;
	--bs-btn-disabled-border-color: #7aded9;
	--bs-border-width: 0;
	--bs-btn-border-radius: 0;
}

.btn-wysslila > svg {
	transition: fill .15s ease-in-out;
}

.btn-wysslila:active > svg {
	fill: #fff;
}

.btn-wysslila-dark {
	--bs-btn-color: #fff;
	--bs-btn-hover-color: #fff;
	--bs-btn-active-color: #fff;
	--bs-btn-font-weight: 600;
	--bs-btn-bg: #002433;
	--bs-btn-hover-bg: #2a2f32;
	--bs-btn-active-bg: #002433;
	--bs-border-width: 0;
	--bs-btn-border-radius: 0;
}

.form-check-input[type=checkbox] {
	width: 1.2rem;
	height: 1.2rem;
	margin-top: 0.1rem;
	border-radius: 0;
}

.form-check-input:checked[type=checkbox] {
	background-color: #7aded9;
	border-color: #7aded9;
	--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.pagination {
	--bs-pagination-active-bg: #212529;
	--bs-pagination-bg: rgba(255,255,255,0.8);
	--bs-pagination-active-border-color: transparent;
	--bs-pagination-disabled-bg: transparent;
	--bs-pagination-active-color: #fff;
	--bs-pagination-color: #212529;
	--bs-pagination-font-size: 0.85rem;
	--bs-pagination-border-width: 0;
	--bs-pagination-hover-bg: #7aded9;
}

.page-item .page-link {
	width: 48px;
	height: 48px;
	text-align: center;
	line-height: 2.8;
	border-radius: 50%;
	box-shadow: 0 2px 4px -1px rgba(0,0,0,0.2);
}

.page-item + .page-item {
	margin-left: 0.7rem;
}

.page-item .page-link[rel="prev"] {
	margin-right: 1rem;
}

.page-item .page-link[rel="next"] {
	margin-left: 1.4rem;
}

.page-item:first-child .page-link {
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
}

.page-item:last-child .page-link {
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
}

.navbar {
	--bs-navbar-padding-y: 0;
}

.navbar-nav .dropdown-menu {
	--bs-dropdown-min-width: 100%;
}

.navbar .navbar-collapse {
	flex-grow: 0;
}

.navbar .active .nav-link {
	border-bottom: 2px solid #000;
}

.accordion {
	--bs-accordion-btn-padding-x: 0.5rem;
	--bs-accordion-body-padding-x: 1rem;
	--bs-accordion-btn-icon-width: 1rem;
}

.product-categories ul {
    display: none;
    padding-left: 0;
    list-style: none;
}

.product-categories span:before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 2px;
    vertical-align: -0.4rem;
    background-repeat: no-repeat;
    background-position: center;
	cursor: pointer;
    transition: .2s all;
}

.product-categories .active > h4 span:before {
    transform: rotate(90deg);
}

.product-categories li {
	position: relative;
	transition: .2s background-color;
}

.product-categories > li {
	background-color: rgba(253,253,253,0.8);
}

.product-categories ul li {
    padding-left: 1.2rem;
}

.product-categories li > h4 {
	font-size: 1.1rem;
}

.product-categories ul .has-children > h4 {
	background-color: #d8d8d8 !important;
}

.product-categories ul .has-children.active > h4 {
	background-color: #cfe2ff;
}

.product-categories span::before {
	background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%23666' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.product-categories .active > h4,
.product-categories ul .has-children.active > h4 {
	background-color: #7aded9;
}

.product-categories ul > li:after {
    content: "";
    top: 0;
    height: 1rem;
    position: absolute;
    left: 0.5rem;
    border-left: 1px solid #777676;
}

.product-categories ul li:not(:last-child):before {
    top: 1em;
    border-left: 1px solid #777676;
}

.product-categories > li:before,
.product-categories ul li:not(:last-child):before,
.product-categories ul > li h4:before {
    content: "";
    height: 100%;
    position: absolute;
    left: 0.5rem;
    z-index: 99;
}

.product-categories ul > li h4:before {
    height: auto;
    border-bottom: 1px solid #777676;
    width: 0.7em;
    top: 1rem;
}

.product-categories ul li:nth-child(even) h4 {
	background-color: #f6f6f6;
}

select option[disabled] {
    display: none;
}

.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
	font-size: 1rem;
}

.choices__input {
	margin-bottom: 0;
	font-size: 0.95rem;
}

.choices__inner {
	min-height: 40px;
	padding-left: 0.65rem;
	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-position: right .75rem center;
	background-size: 16px 12px;
}

.choices__list--multiple .choices__item {
	padding: 4px 6px;
	font-size: 14px;
	border-radius: 0;
}

.choices__list .choices__item.choices__item--disabled[data-choice-disabled] {
	display: none;
}

.grid_layout {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    row-gap: 2rem;
}

.page_content {
    display: flex;
    flex: 1;
    position: relative;
    justify-content: center;
}

.footer {
	background-color: rgba(255,255,255,0.5);
}

.indication-alert:before {
	content: "";
	position: absolute;
	display: block;
	left: -3px;
	top: 0;
	width: 5px;
	height: 100%;
	border-left: 5px solid #f00;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.system-alert {
	color: #f00;
	font-weight: 600;
}

.alert-indicator {
	vertical-align: -0.2rem;
	animation: alertOpacity 1.5s infinite;
}

@keyframes alertOpacity {
	50% {
		opacity: 0.2;
	}
}

.form-select,
.form-floating > .form-select ~ label::after {
	background-color: #fff;
}

.table-header {
	font-weight: 600;
}

.table-header,
.table-row {
	background-color: rgba(255,255,255,0.9);
	border-radius: 5px;
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.2);
}

.table-row:nth-child(odd) {
	background-color: rgba(245,245,245,0.9);
}

@media (min-width: 768px) {
	.col-md-30 {
        flex: 0 0 auto;
        width: 30%;
    }
	
	.col-md-40 {
        flex: 0 0 auto;
        width: 40px;
    }
	
	.col-md-45 {
        flex: 0 0 auto;
        width: 45px;
    }
	
	.col-md-50 {
        flex: 0 0 auto;
        width: 50px;
    }
	.col-md-60 {
        flex: 0 0 auto;
        width: 60px;
    }
	
	.col-md-80 {
        flex: 0 0 auto;
        width: 80px;
    }
	
	.col-md-90 {
        flex: 0 0 auto;
        width: 90px;
    }
	
	.col-md-100 {
        flex: 0 0 auto;
        width: 100px;
    }
	
	.col-md-110 {
        flex: 0 0 auto;
        width: 110px;
    }
	
	.col-md-130 {
        flex: 0 0 auto;
        width: 130px;
    }
	
	.col-md-190 {
        flex: 0 0 auto;
        width: 190px;
    }
	
	.col-md-280 {
        flex: 0 0 auto;
        width: 280px;
    }
}

.form-signin {
	width: 450px;
	background-color: rgba(244,244,244,0.8);
	border: 1px solid #ddd;
	border-radius: var(--bs-border-radius);
}

.bi {
    display: inline-block;
    vertical-align: -0.225em;
    fill: currentcolor;
}

.modal-footer {
	justify-content: space-between;
}

.wrapper {
	padding: 1rem;
	background-color: #fff;
	border: 1px solid #e9e9e9;
	border-radius: var(--bs-border-radius);
}

.table-flex .row {
	--bs-gutter-x: 0;
	--bs-gutter-y: 0;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	transition: background-color .2s;
}

.table-flex .row:first-child {
	border-top: 1px solid #ddd;
}

.table-flex .row + .row {
	border-bottom: 1px solid #ddd;
}

.table-flex .row .table-data {
	display: flex;
	padding: 0.5rem;
	overflow-wrap: break-word;
	word-break: break-word;
}

.table-flex .row .table-data + .table-data {
	border-left: 1px solid #ddd;
}

.table-flex .row:nth-child(even) {
	background-color: #fbfbfb;
}

.table-head > * {
	font-weight: 600;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
	display: inline-block;
	padding: 0.625rem 0.825rem;
	color: #fff;
    font-size: 1rem;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    background-color: #0d6efd;
    overflow: hidden;
	border-radius: 0.2rem;
    transition: all .2s ease;
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: #fcb040;
}

.tab-content > .tab-pane {
	padding: 1rem;
	border-right: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
	border-left: 1px solid #dee2e6;
}

#albums.accordion {
	--bs-accordion-bg: #fff;
}

#albums .accordion-body {
	--bs-accordion-body-padding-y: 0.7rem;
	--bs-accordion-body-padding-x: 0.7rem;
}

#albums .wrapper {
	padding: 0;
	border: 0;
}

@media (min-width: 992px) {
	.table-flex .sort-order,
	.table-flex .size,
	.table-flex .date,
	.table-flex .status {
		flex: 0 0 100px;
		max-width: 100px;
	}
	
	.table-flex .track {
		flex: 0 0 110px;
		max-width: 110px;
	}
	
	.table-flex .image {
		flex: 0 0 300px;
		max-width: 300px;
	}
	
	.table-flex .extension {
		flex: 0 0 90px;
		max-width: 90px;
	}
	
	.table-flex .action {
		flex: 0 0 80px;
		max-width: 80px;
	}
}

@media (max-width: 991px) {
	.table-flex .table-head {
		display: none;
	}
	
	.table-flex .row .table-data {
		padding: 0.1rem;
	}
	
	.table-flex .table-data:before {
		content: attr(data-header);
		flex: 0 0 40%;
		align-self: stretch;
		margin-right: 0.5rem;
		padding: 0.2rem;
		color: #052c65;
		background-color: #cfe2ff;
	}
	
	.table-flex .row + .row {
		margin-top: 1rem;
		border-top: 1px solid #ddd;
	}
}