/* @media only screen and (min-width: 768px) {

} */

html {
	height: 100%;
}

body {
	height: 100%;
	background-color: #e6bb9f;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	background-image: url('/radiomirra/images/bg.jpg');
	background-size: cover;
}

.main-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	flex-direction: column;
	background-color: rgba(0, 0, 0, 0.4);
	padding: 0.5rem 1rem;
	overflow: auto;
}

.content-wrapper {
	width: 100%;
	max-width: 600px;
	height: 100%;
	margin-top: 2rem;
	border: solid 0px red;
}

.header {
	margin-bottom: 1rem;
}

.radio-component {
	margin-bottom: 2rem;
}

.banner-container {
	border: solid 0px red;
}

.iframe-wrapper {
	border: solid 0px yellow;
}

iframe {
	border: 0;
	border: solid 0px blue;
	width: 100%;
	max-width: 600px;
	height: 320px;
}

@media (max-width: 576px) {

	iframe {
		height: 280px;
	}
}

@media (max-width: 360px) {

	iframe {
		height: 200px;
	}
}

.card-content {
	width: 100%;
}

.card-search {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.tab-content {
	border: solid 0px #f0f0f0;
	padding: 1.5rem 0rem 0rem 0rem;
	border-radius: 5px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav-tab {}

.nav-item {
	border: solid 0px blue;
	margin-right: 5px;
}

.nav-link {
	font-weight: 600;
	padding: .5rem .75rem;
}


.banner-container {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.banner-container img {
	border-radius: 5px;
	/* border-bottom-left-radius: 0;
	border-bottom-right-radius: 0; */
}

.btn-search {
	line-height: 1.6;
}