/* version 20230303-1930-RF */

body {
	font-family: 'Titillium Web', sans-serif;
	color: #000;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility !important;
	background-color: #f1f3f5;
	/* letter-spacing: 0.8px; */
}

a, a:hover {
	color: var(--app-theme-color-base);
}

ul.inline-list {
	display: inline;
    list-style: none;
    padding: 0;
    margin: 0;
}

	ul.inline-list li {
		display: inline;
	}

	ul.inline-list li::after {
		content: ", ";
	}

	ul.inline-list li:last-child::after {
		content: "";
	}

#alert-dialog {
	z-index: 9999;
	background: linear-gradient(90deg, var(--app-theme-color-base) 0%, var(--app-theme-color-dark));
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
	justify-content: center;
	align-items: center;
    opacity: 0.5;
    filter: alpha(opacity=50);
	background-color: #fff;
	display: none;
}
#app-processing.overlay > .spinner-border {
	position:absolute;
	width: 2rem;
	height: 2rem;
	margin: -1rem 0 0 -1rem;
	top:50%;
	left:50%;
}

.clear {
	clear:both;
}

header {
	font-size: 22px;
	font-weight: 400;
}

header.main {
	font-weight: 500;
	/* margin-bottom: 1.00rem; */
	padding-bottom: 0.75rem;
}

	header.main.play {
		border-bottom: solid 1px #ccc;
		font-size: 20px;
		font-weight: 400;
	}
	header.main.play a{
		font-size: 16px;
		font-weight: 700;
		text-decoration: none;
	}

#header_nav {
    background-color: var(--app-theme-color-base);
}

#header_nav .claim {
    color: var(--app-theme-color-light);
}

#header_nav .nav-link {
    background-color: var(--app-theme-color-base);
}

#header_nav .nav-link:hover {
    background-color: var(--app-theme-color-light);
    color: var(--app-theme-color-base);
}
	
header.title {
	margin: 1rem 0;
}

header img.logo {
	max-height: 56px;
}

 .badge       { font-size: 1rem; font-weight: 400; }

 .badge       { background-color: var(--app-theme-color-base) !important; color: #fff; border: 1px solid var(--app-theme-color-base);}
a.badge:hover { background-color: #fff; color: var(--app-theme-color-base); border: 1px solid var(--app-theme-color-base);}

#has-unread-items {
	font-size: 0.50rem;
	margin-right: 0.50rem;
	vertical-align: middle;
}

.modal-header {
	line-height: 1.5;
}

.modal-header .btn-close {
	margin: -1.0rem -.5rem -.5rem auto;
}

.modal-title {
	color: var(--app-theme-color-base);
	font-weight: 700;
	text-transform: uppercase;
	line-height: inherit;
}

.modal-content {
	border-radius: 1rem;
}

.modal-content a {
	color: var(--app-theme-color-base);
	font-weight: 700;
}

.modal-content ul {
	background: none;
}

.modal-content li {
	border: 0;
}

.modal-footer a {
	color: #fff;
	font-weight: 700;
}

.btn-close {
	background: none;
	border: 0;
	opacity: 1;
}

.btn {
	border: 0;
}

.btn-primary {background: linear-gradient(90deg, var(--app-theme-color-base) 0%, var(--app-theme-color-dark));}

.btn-shadow {
	-webkit-box-shadow: -10px 19px 63px 56px rgba(229,232,239,0.9);
	-moz-box-shadow: -10px 19px 63px 56px rgba(229,232,239,0.9);
	box-shadow: -10px 19px 63px 56px rgba(229,232,239,0.9);
}

.modal-content .btn {
	border-radius: 2.0rem;
}

.user {
	text-transform: capitalize!important;
}

.btn-primary, 
.btn-primary:hover {
	color: #fff;
	background-color: var(--app-theme-color-base);
	font-weight: 700;
	font-size: 18px;
	padding: 4px 20px;
	border-radius: 2.0rem;
}

.btn-primary i {
	color: #fff;
	background-color: var(--app-theme-color-base);
}

.btn-white  {
	background-color: #fff;
	color: var(--app-theme-color-base)!important;
	border-radius: 4px;
	padding: 2px 8px;
}

.button-over {
	position: sticky;
	bottom: 20px;
	z-index: 999;
}

.form-check-input:checked {
	background-color: var(--app-theme-color-base);
	border-color: var(--app-theme-color-base);
}

.form-switch .form-check-input {
	margin-left: -1.5em;
}

#help-dialog a {
	text-decoration: none;
}

#help-dialog .modal-footer {
	font-size: 16px;
	background: var(--app-theme-color-base);
	background: linear-gradient(90deg, var(--app-theme-color-base) 0%, var(--app-theme-color-dark));
	color: #fff;
	justify-content: flex-start;
}

#help-dialog .helper_content_section_titolo1 {
	margin-top: 0;
	font-size: 16px;
	font-weight: 700;
}

#login-form {
	margin: auto;
	max-width: 300px;
}

.fw-700 {
	font-weight: 700;
}

.fs-13 {
	font-size: 13px;
}

.green { color:#29bcb4}
.red   { color:#cd0912}
.grey  { color:#dddddd}

.blue  {color: var(--app-theme-color-base)}
.c-base {color: var(--app-theme-color-base)}

.bg-light-blue {background-color: #e7ecef}

.vr {
	vertical-align: middle;
}

h1 {
	font-size: 25px;
	font-weight: 700;
}

p {
	margin-top: 0;
	margin-bottom: 0.4rem;
}

.follow-us {
	font-size: 16px;
}

a.navbar-brand, .evidenza {
	font-size: 25px;
	font-weight: 700;
	color: var(--app-theme-color-base)!important;
}

.claim {
	font-size: 18px;
	color: #000;
	padding: 0 20px;
	border-left: solid 1px #d1d1d1;
}

 @media (max-width:1310px) {
   .claim {
	display: none
	}
 }

#notices {
	color: #fff;
	background: var(--app-theme-color-base);
	background: linear-gradient(90deg, var(--app-theme-color-base) 0%, var(--app-theme-color-dark));
	padding: 10px 50px;
}

#notices button {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	margin: 10px 10px;
}

@media (max-width:1310px) {
	#notices {
		padding: 24px 20px;
	}
}

@media (max-width:767px) {
	.notices {
		padding: 24px 24px;
	}
}

nav {
	background-color: #fff;

	border-bottom: solid 1px #e7ecef;
	/* box-shadow:
	  0px -2px 3px rgba(0, 0, 0, 0.034),
	  0px 2.4px 6.5px rgba(0, 0, 0, 0.04),
	  0px 8.4px 11.8px rgba(0, 0, 0, 0.043),
	  0px 15.3px 20px rgba(0, 0, 0, 0.042),
	  0px 22.9px 33.7px rgba(0, 0, 0, 0.041),
	  0px 31px 80px rgba(0, 0, 0, 0.04)
	; */

}

nav ul{
	background: var(--app-theme-color-dark);
	/* background: linear-gradient(90deg, rgba(11,109,158,1) 0%, rgba(7,64,92,1) 100%); */
}


nav li{
	border-left: solid 1px var(--app-theme-color-base);
}

nav a {
	text-decoration: none;
}

.nav-item .badge {
	margin-left: 0.5rem;
}

.navbar-light .navbar-nav .nav-link {
	color: var(--app-theme-color-light);
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link.active {
	color: var(--app-theme-color-light);
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.nav-link {
	padding: 1.3rem!important;
}

main .nav-link {padding:0.5rem 1rem!important}

.nav-link.active {
	background-color: transparent!important;
}

.nav-link.active a {
	color: var(--app-theme-color-light)!important;
}

.nav-item:hover {
	background-color: var(--app-theme-color-light);
}
.nav-link:hover {
	color: var(--app-theme-color-base)!important;
}

.nav-link[aria-expanded="true"] {
	color: var(--app-theme-color-base)!important;
	background-color: var(--app-theme-color-light)!important;
}

.media-play {
	position: relative;
}

.media-info {
	position: relative;
	overflow-wrap: break-word;
}

ul.media-downloads {
	list-style-type: none;
	display: inline-flex;
	font-size: 36px;
}

	ul.media-downloads li {
		margin-right: 0.75rem;
	}

.media-status {
	position: absolute;
	bottom:0;
}

.tabs-x {
	max-width: 992px;
	margin: auto;
}

ul.tab-header {
	display: inline-flex;
}

ul.tab-header .nav-item {
	padding: 0rem 0rem;
	min-width: 120px;
}

ul.tab-header .nav-item:hover {
	background-color: unset !important;
}

ul.tab-header .nav-item .nav-link {
	padding-right: 2rem;
	color: #fff;
	background-color: var(--app-theme-color-base);
	border-radius: 0rem;
	white-space: nowrap;
	text-align: center;
}

ul.tab-header .nav-item .nav-link:hover {
	color: unset !important;
}

ul.tab-header .nav-item .active {
	color: #000;
	background-color: #fff !important;
	border-color: #fff;
}

ul.tab-header .nav-item .disabled {
	color: #aaa;
	background-color: var(--app-theme-color-base);
}

ul.tab-header .badge {
	color: var(--app-theme-color-base);
	background-color: #fff;
}

ul.tab-header .active .badge {
	color: #fff;
	background-color: var(--app-theme-color-base);
}

div.tab-content {
	background-color:#fff;
	min-height: 480px;
}

div.tab-content > .tab-pane {
	padding: 1.0rem;
	overflow-y: auto;
}

:root {
	--app-theme-media-tabs-height: 560px;
}

#media-tabs {
	margin: 2rem 0rem;
}

	#media-tabs .tab-pane {
		height: var(--app-theme-media-tabs-height);
		max-height: var(--app-theme-media-tabs-height);
	}

ul#media-attachments {
	list-style-type: none;
	padding-left: 0;
}
	
	ul#media-attachments li {
			line-height: 36px;
			padding: 0.75rem 0.75rem;
			border-bottom: 1px dashed #aaa;
		}

	ul#media-attachments li img {
		width: 36px;
		margin-right: 0.75rem;
	}

.scroll-section {
	max-height: 100px;
	overflow-y: auto;
}

#collapseSearch .form-control {
border: 0px;
border-radius: 2.0rem;
}

.input-group {
background-color: #fff;
border-radius: 2.0rem;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
border-top-left-radius: 2.0rem;
border-bottom-left-radius: 2.0rem;
}

select#select-year option{
	/* text-align: center; */
}

.quicksearch {
	max-width: 480px;
}

/* .quicksearch input  {
	border-radius: 2.0rem;
} */

.quicksearch button {
	font-size: 15px;
	color:#fff;
	background: linear-gradient(90deg, var(--app-theme-color-base) 0%, var(--app-theme-color-dark));
	border: 0;
	border-radius: 2.0rem;
	padding: 0.50rem 1.8rem;
	/* text-transform: uppercase; */
}

#search-inside-block {
	width: 300px;
	display: none;
}

	#search-inside-block input       { border-radius: 50rem 0 0 50rem; height: 38px; }
	#search-inside-block input:focus { box-shadow: none; }

	#search-inside-block button      { border-radius: 0 50rem 50rem 0; }

	#search-inside-block                 #search-inside-icon    { display: inline-block; }
	#search-inside-block                 #search-inside-spinner { display: none; }

	#search-inside-block[data-searching] #search-inside-icon    { display: none; }
	#search-inside-block[data-searching] #search-inside-spinner { display: inline-block; }

.errorMessage {
	color: #f00;
}

aside header .accordion-button {
	font-size: 22px;
	font-weight: 500;
	padding: 0;
	color: #000;
	border-bottom: none;
	background-color: transparent;
}

.accordion-button:not(.collapsed) {
	box-shadow: none;
}

.accordion-button {
	transition: none
}

aside header > .accordion-button:not(.collapsed) {
	color: #000;
	background-color: transparent;
	border-style: none;
	border-width: 0;
}

aside header > .accordion-button:focus{
	border-color: transparent;
}

aside section {
	font-size: 13px;
	background-color: #fff;
	border: solid 1px #cddbe9;
	margin-bottom: 25px;
}

@media (min-width: 1200px) {
	aside header > .accordion-button:focus {
		box-shadow: none;
	}

	aside header > .accordion-button::after,
	aside header > .accordion-button:not(.collapsed)::after {
		background-image: none;
	}
	
	aside header > .accordion-button:not(:disabled) {
		cursor: default;
	}

	.aside-accordion-group.collapse {
		display: block;
		height: auto !important;
		visibility: visible;
	}

	.aside-accordion-group.collapsing{
		position: relative;
		height: unset !important;
		overflow: hidden;
	}
}

aside .list-group li {
	border-bottom: solid 1px #cddbe9;
	/* margin: 0 20px; */
}
	
	aside .list-group li:last-child {
		border: 0;
	}

	aside .list-group-item {
		margin: 0;
		padding: 0.50rem 1.0rem;
		border-width: 0;
		border-radius: 0;
		border-bottom-width: 1px;
	}
	aside .list-group-item:first-child {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}

	aside .list-group-item {
		border: 0;
	}

	aside .list-group-item.link {
		padding: 0;
	}

	aside .list-group-item.link a {
		padding: 0.50rem 1.0rem;
		width: 100%;
		display: block;
	}
	
	aside .list-group-item .badge {
		font-size: 0.85rem;
		border-radius: 0.20rem;
		color: #fff;
		padding: 0.25em 0.40em;
	}

aside ul {
	overflow-y: auto;
}

	aside li {
		margin: 0;
		padding: 0.50rem 1.0rem;
		border-width: 0;
		border-radius: 0;
		border-bottom-width: 1px;
	}
	aside li {
		background-color: transparent;
	}
	aside li > a {
		width: 100%;
		display: block;
	}
	aside li i {
		color: var(--app-theme-color-base);
		background-color: transparent;
	}
	aside li:hover,
	aside li:hover a,
	aside li > a:hover {
		color: #fff;
		background-color: var(--app-theme-color-base);
	}

	aside li .badge {
		color: #fff;
		background-color: var(--app-theme-color-base);
	}
	aside li:hover .badge {
		color: var(--app-theme-color-base);
		background-color: #fff;
	}

	aside li:hover i {
		color: #fff;
		background-color: transparent;
	}

.accordion-header {
	color: var(--app-theme-color-base);

	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: var(--app-theme-color-base);
}

.accordion-header > * {
	padding: 0.50rem 1rem;
}

.accordion-item .panel-title {
	font-size: 20px;
	font-weight: 600;

	margin-bottom: 0;
	background-color: #fff;
}
	.accordion-item .panel-title a {
		font-size: 15px;
		color: var(--app-theme-color-base);
	}

#aside-filters {

}

	#aside-filters select,
	#aside-filters input[type="text"],
	#aside-filters input[type="date"],
	#aside-filters input[type="search"],
	#aside-filters button[type="submit"] {
		border-radius: 2.0rem;
	}

	#aside-filters .title {
		font-weight: 600;
		color: #000;
	}

	#aside-filters .accordion-item {
		background-color: transparent;
		border: 0;
	}

.filter-panel {
	font-size: 13px;
	margin-bottom: 25px;
	background-color: #fff;
	border: solid 1px #cddbe9;
}

	.filter-panel a {
		text-decoration: none;
	}

	.filter-panel .panel-title a {
		font-size: 15px;
		color: var(--app-theme-color-base);
	}

	.filter-panel .filter-panel-body {
		font-size:16px;
		font-weight: 600;
		padding: 0.75rem 1rem;
		color: #212529;
	}

	.filter-panel .filter-panel-body label {
		margin-bottom: 0.4rem;
		color: #999;
/*
		cursor: pointer;
*/
	}

	.filter-panel .filter-panel-body .form-group {
		margin-bottom: 0.4rem;
	}

	.filter-panel .list-group-item .badge-remove {
		color: var(--app-theme-color-base);
		margin-right: 0.40rem;
	}

	.filter-panel .filter-item-enabled {
		background-color: #ddd;
	}

	.filter-panel .filter-item-disabled {

	}

.filter-panel#filter-all {
	background-color: var(--app-theme-color-base);
	border: solid 1px #fff;
}

	.filter-panel#filter-all a {
		color: #fff;
	}

	.filter-panel#filter-all .panel-title {
		color: #fff;
		background-color: var(--app-theme-color-base);
		/* border: solid 1px rgba(0,0,0,.125); */
	}

	.filter-panel#filter-all .list-group-item {
		background-color: var(--app-theme-color-base);
		/* border-top: solid 1px #fff; */
		white-space: nowrap;
		overflow-x: hidden;
		text-overflow: ellipsis;
	}

#filter-speakers ul {
	max-height: 9rem;
	overflow-y: auto;
}
	#filter-speakers ul li { cursor: pointer; }

	#filter-speakers ul li i {
		display: none;
	}

ul#speaker-results {
	height: 9rem;
	min-height: 9rem;
}

	ul#speaker-results li i.speaker-add {
		display: inline-block;
	}

ul#speaker-actives {
	height: initial;
	min-height: initial;
}

	ul#speaker-actives li i.speaker-del {
		display: inline-block;
	}

	ul#speaker-actives li.d-none {
		display: inline-flex!important;
	}

	ul#speaker-actives li {
		color: #555;
		background-color: transparent;
	}

	ul#speaker-actives li .badge {
		color: #fff;
		background-color: #555;
	}

	ul#speaker-actives li:hover {
		background-color: #dcdcdc;
	}

#speaker-inputs {
	display: none;
}

#search-speaker-box {
	color: #fff;
	background-color: var(--app-theme-color-base);

	font-size:16px;
	font-weight: 600;
	padding: 0.25rem 1rem 0.75rem 1rem;
}

#search-speaker-box label {
	margin: 0.4rem 0;
}

#filters-submit {
}

ul#nav-hall-list-group {
	max-height: 22rem;
	overflow-y: auto;
}

section .card {
		background-color: transparent;
		border: 0;
	}

.carousel-dark .carousel-indicators [data-bs-target] {
	background-color: var(--app-theme-color-base);
}

.card-img-top {
	width: 100%;
	object-fit: cover;
}

#list-home-block {
	background-color: var(--app-theme-color-light);
}

	#list-home-block header {
		font-size: 25px;
		font-weight: 700;
		color: var(--app-theme-color-base);
		padding-bottom: 0.75rem;
	}

	#list-home-block .card-img-top {
		width: 100%;
		/* height: 21rem; */
		object-fit: cover;
	}

	#list-home-block .session-title {
		margin-bottom: 1em;
	}

	#list-home-block div.summary div.topic {
		margin-bottom: 0.4em;
	}


	#list-home-block div.summary div.speakers {
	    white-space: nowrap;
    	overflow: hidden;
	    text-overflow: ellipsis;
	}

	#list-home-block div.summary a.topic-title {
		color: var(--app-theme-color-base);
		font-weight: 700;
		margin-bottom: 0.2em;
	}

	#list-home-block ul.speakers {
		padding: 0;
	}

	#list-home-block ul.speakers li {
		display: inline-block;
	}

	#list-home-block ul.speakers li:not(:last-child)::after {
		content: ',';
	}

	/**
	 * #list-home-block .carousel
	 */

	#list-home-block .carousel-indicators {
		margin-bottom: 0;
	}

	#list-home-block .carousel-control-prev,
	#list-home-block .carousel-control-next {
		width: 4%;
	}

	#list-home-block .carousel-inner {
		width: 92%;
		margin: auto;
	}

	#list-home-block .carousel-item {
		margin-top: 4%;
		margin-bottom: 4%;
	}

	/* #list-home-block .carousel-item .item-wrapper {
		margin-top: 4%;
		margin-bottom: 4%;
	} */

	#list-home-block .carousel-item .item-index {
		height: 26rem;
		overflow: hidden;
		scrollbar-gutter: stable;
	}

	#list-home-block .carousel-item .item-index:hover {
		overflow-y: auto;
	}

@media (max-width:578px) {
	#list-home-block .carousel-control-prev,
	#list-home-block .carousel-control-next {
		width: 6%;
	}

	#list-home-block .carousel-inner {
		width: 88%;
		margin: auto;
	}

	#list-home-block .carousel-item {
		margin-top: 0;
		margin-bottom: 2rem;
	}

	#list-home-block .carousel-item .item-index {
		height: 13rem;
	}
}

#page-content {
	max-width: 1500px;
}

select#order-type {
	background-color: #f1f3f5;
}
.media-list .media-item {
	margin-bottom: 3rem;
}

.media-list a.media-link {
	text-decoration: none;
}

.media-thumb {
	position: relative;
}

	.media-thumb a.media-link,
	.media-thumb .scheduling-info,
	.media-thumb .hover {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		display: flex;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		align-items: center;
		justify-content: center;
	}

	.media-thumb .scheduling-info {
		z-index:0; 
		width: 100%;
		text-align:center; 
		text-shadow: 1px 1px 1px #000; 
		color: var(--app-theme-color-light);
		background-color: rgb(0,0,0,0.6);
		white-space: nowrap;
		overflow: hidden; 
		cursor: default;
		pointer-events: none;
	}

	                 .media-thumb .scheduling-info .text { font-size:20px; }
	#list-home-block .media-thumb .scheduling-info .text { font-size:32px; }

	.media-thumb a.media-link {
		z-index:1;
	}

	.media-thumb .hover {
		visibility: hidden;
		font-size: 14px;
		color: #fff;
		background-color: rgb(0,0,0,0.6);
	}

	.media-thumb .hover .text {
		border: 1px solid #fff;
		padding: 0.50rem;
	}

	.media-thumb:hover .hover {
		visibility: visible;
	}

	.media-thumb .time-info {
		z-index: 1;
		content: '';
		display: block;
		position: absolute;
		bottom:0;
		right:0;
		background-color: var(--app-theme-color-base);
		padding: 8px;
		font-size: 13px;
		font-weight: 600;
		color: #fff;
		text-align: center;
		min-width: 6em;
	}

	.media-thumb .text-info {
		z-index: 1;
		content: '';
		display: block;
		position: absolute;
		bottom:0;
		width: 100%;
		background-color: var(--app-theme-color-base);
		padding: 8px;
		font-size: 13px;
		font-weight: 600;
		color: #fff !important;
		text-transform: uppercase;
	}

	.media-thumb .alarm {
		border: none;
		width: 12px;
		height: 14px;
		background-repeat: no-repeat;
		display: inline-block;
		margin-top: 3px;
	}

.media-list .media-title {
	font-size: 16px;
	font-weight: 700;
	color: var(--app-theme-color-base);
	padding: 0;
	margin: 0;
}

/* .media-list .event-title {
	font-size: 1.0rem;
	font-weight: 700;
	color: var(--app-theme-color-base);
} */
	
/* .media-list .session-title {
	font-size: 0.90rem;
	font-weight: 600;
	color: var(--app-theme-color-base);
} */
	
	.media-date {
		font-size: 16px;
		font-weight: 400;
		color: #666666;
		padding: 0;
		margin: 0;
	}

/* TODO: Replace .media-highlights with .highlights */
.media-highlights {
	margin-top: 30px;
}

	.media-highlights .carousel-item {
		height: 115px;
	}

	.media-highlights .carousel-caption {
		font-size: 13px;
	}

.highlights {
	font-size: 13px;
	margin-top: 0.50em;
}

	.highlights ul {
		margin-bottom: 0.75em;
	}

	.highlights ul li {
		color: #666666;
	}

	.highlights .headings {
		white-space: nowrap;
		height: 1.90em;
	}

	.highlights .speakers {
		white-space: nowrap;
		height: 1.90em;
	}

	.highlights .sentences .time {
		font-style: normal;
	}

	.highlights .sentences .heading {
		font-weight: bolder;
		white-space: nowrap;
		overflow-x: hidden;
		text-overflow: ellipsis;
	}

	.highlights .sentences .speaker {
		font-style: italic;
	}

	.highlights .sentences .text {
		font-style: normal;
	}

	.highlights .sentences .carousel-item {
		height: 9.00em;
	}

#list-results-block .carousel {
	background-color: #fff;
	border-radius: 8px;
}

#list-results-block .carousel-indicators {
	justify-content: left;
	margin-left: 6%;
}

#list-results-block .carousel-indicators [data-bs-target] {
	width: 20px;
	height: 2px;
}

#list-results-block .carousel-control-next, 
#list-results-block .carousel-control-prev {
	background: #fff;
	opacity: 1;
	border-radius: 8px;
	width: 4%;
}

#list-results-block .carousel-item a {
	color: var(--app-theme-color-base);
	font-weight: 700;
	text-decoration: none;
}

#list-results-block .carousel-item a:hover {
	text-decoration: underline;
}

#list-results-block .carousel-caption {
	right: 4%;
	bottom: 1.65rem;
	left: 4%;
	padding-top: 0;
	padding-bottom: 1.25rem;
	text-align: left;
}

#list-results-block .carousel-caption em {
	background-color: rgb(222, 241, 249);
	font-style: normal;
	padding: 0 2px;
}

.more {
	text-align: center;
	margin: 1rem;
}
	.more .loading,
	.more .error {
		display: none;
	}

	.more input[type="button"] {
		color:#fff;
		font-weight: 700;
		font-size: 17px;
		padding: 4px 20px;
		background: var(--app-theme-color-base);
		background: linear-gradient(90deg, var(--app-theme-color-base) 0%, var(--app-theme-color-dark));
		border: 0;
		border-radius: 2.0rem;
	}

footer {
	padding: 20px;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
}

	footer.page {
		background: var(--app-theme-color-base);
		background: linear-gradient(90deg, var(--app-theme-color-base) 0%, var(--app-theme-color-dark));
	}

	footer a,
	footer a:hover {
		color: #fff;
	}

@media (max-width:767px) {

	#search-inside {
		width: 100%;
	}

	.media-status {
		position: relative;
		bottom: 0;
	}

}
