.responsive-container {
	margin-left: auto;
	margin-right: auto;
}
.hide-overflow {
	overflow: hidden;
}
.btn-google {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
	background-repeat: no-repeat;
	background-position: 9px 10px;
}
.gradient-primary {
	background-image: linear-gradient(to bottom, #36ae72, #049a4f);
}

.gradient-1 {
	background-image: linear-gradient(to top right, #009245, #fcee21);
}

.gradient-2 {
	background-image: linear-gradient(to top right, #d4145a, #fbb03b);
}

.gradient-3 {
	background-image: linear-gradient(to top right, #11998e, #38ef7d);
}

.gradient-4 {
	background-image: linear-gradient(to top right, #662d8c, #ed1e79);
}

.gradient-5 {
	background-image: linear-gradient(to top right, #614385, #516395);
}

.gradient-6 {
	background-image: linear-gradient(to top right, #02aabd, #00cdac);
}

.gradient-7 {
	background-image: linear-gradient(to top right, #d8b5ff, #1eae98);
}

.gradient-8 {
	background-image: linear-gradient(to top right, #4e65ff, #92effd);
}

.input-style.has-borders input,
.input-style.has-borders select,
.input-style.has-borders textarea {
	background: transparent;
}

.margin-fit {
	margin: 0px 15px 30px 15px;
}

.text-ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 15%;
}

.text-ellipsis-rtl {
	white-space: nowrap; /* biar satu baris */
	overflow: hidden; /* sembunyikan kelebihan teks */
	text-overflow: ellipsis; /* munculkan ellipsis */
	direction: rtl; /* atur arah teks jadi right-to-left */
}

.flex-center {
	display: flex;
	align-items: center;
}

.profile-name-card {
	flex: 0 0 100%;
	max-width: 74%;
}

.error-field-msg {
	margin-top: -0.5rem;
	margin-left: 0.1rem;
	margin-bottom: 0.7rem;
}

.form-validator.error-field .form-control {
	border-color: #da4453 !important;
}

.form-validator.error-field input:not([type="submit"]):not(.focus-color):focus,
.form-validator.error-field select:focus,
.form-validator.error-field textarea:active {
	border-color: #da4453 !important;
}

.form-validator.error-field .input-style.has-borders input,
.input-style.has-borders select,
.input-style.has-borders textarea {
	border-color: #da4453 !important;
}

.form-validator.error-field .input-style .field-icon {
	color: #da4453 !important;
}

.input-style.has-borders.input-style-always-active label,
.input-style.no-borders.input-style-always-active label {
	background-color: transparent !important;
}

.toast-tiny {
	z-index: 9999;
	width: auto;
}

.backdrop-block {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	top: 0;
	display: none;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(6px);
}

.menu-box-bottom .content .failed-msg p {
	margin-bottom: 0;
}
.menu-box-bottom {
	max-height: 95%;
	padding-bottom: 2.5rem;
}

.filepond--root.image-upload.circle {
	width: 100px !important;
	height: 100px !important;
	margin: 0 auto;
}

.bg-gradient {
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0) 20%,
		rgba(0, 0, 0, 0.1) 30%,
		rgba(0, 0, 0, 0.8) 80%,
		black 100%
	) !important;
}

.body-color {
	background: #eef2f1;
}

.progressbar-label {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: var(--bs-progress-font-size);
	transform: translate(-50%, -50%);
	color: #000;
	background: #fff;
	padding: 0.1rem 1rem;
	border-radius: 1rem;
}

/* .filepond--assistant {
	position: absolute;
	height: 100px;
	width: 100px;
	padding: 0;
	border: 0;
	clip: rect(1px, 100px, 45px, 1px);
	-webkit-clip-path: unset;
	clip-path: unset;
	white-space: wrap;
	top: 0.5rem;
	z-index: 2;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 1rem;
	font-size: 0.8rem !important;
} */

[data-star-rating] .gl-star-rating--stars > span {
	width: 32px;
}

.card-lock-wrapper {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	z-index: 2;
	background: rgba(0, 0, 0, 0.5);
}

a {
	color: #049a4f;
}

.footer-bar-6 .active-nav em {
	background-image: linear-gradient(
		to bottom,
		#049a4f 0%,
		#049a4f 100%
	) !important;
}
.footer-bar-6 .circle-nav strong {
	background-image: linear-gradient(
		to bottom,
		#049a4f 0%,
		#049a4f 100%
	) !important;
}

.menu-item-home-3 p {
	line-height: 15px;
}

.header-home-3 {
	display: flex;
	gap: 0.5rem;
	justify-content: space-between;
	align-items: center;
}

.content p {
	margin-bottom: 0px !important;
}

.bg-transparent {
	background: rgba(255, 255, 255, 0);
	box-shadow: unset;
}

select.form-control:disabled,
input.form-control:disabled {
	background-color: #fff;
}

.program-wrapper {
	display: flex;
	flex-direction: column;
}

.setting-fieldset {
	border: 1px solid rgba(4, 154, 79, 0.2);
	border-radius: 12px;
	padding: 0.75rem 0.75rem 0.25rem 0.75rem;
}

.setting-fieldset legend {
	float: none;
	width: auto;
	padding: 0 0.45rem;
	margin-bottom: 0.25rem;
	color: #049a4f;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.setting-list a strong {
	font-size: 11px;
	opacity: 0.65;
}

.setting-inline-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
	border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}

.setting-inline-left {
	display: flex;
	align-items: center;
	gap: 0.55rem;
}

.setting-inline-left span {
	font-size: 13px;
}

.setting-inline-icon {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 30px !important;
	display: inline-block;
	text-align: center;
}

.setting-inline-item .custom-control {
	position: static;
	margin-top: 0 !important;
}

.setting-master-toggle {
	min-height: 50px;
}

.setting-master-toggle .ios-switch {
	margin-top: 4px !important;
	margin-right: 0 !important;
	padding-left: 0;
}

.setting-master-toggle .custom-control-label {
	margin: 0;
}

.setting-master-toggle {
	margin-bottom: 0.75rem;
}

.setting-section {
	margin-bottom: 0.9rem;
}

.setting-section-title {
	color: #049a4f;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0.45rem;
}

.setting-checkbox-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	row-gap: 4px;
}

.setting-radio-group {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.setting-disabled {
	opacity: 0.45;
	pointer-events: none;
}

.setting-menu-header {
	background: #049a4f !important;
}

.program-wrapper .banner-img {
	background-color: #049a4f;
	width: 100%;
	height: 6rem;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.program-wrapper .info-left {
	width: 50%;
	padding-right: 0.5rem;
}

.program-wrapper .info-right {
	width: 50%;
}

.box-shadow-sm {
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}

.info-hotel {
	display: flex;
}

.info-hotel.center-icon {
	align-items: center;
}

.table-hotel-name {
	border-collapse: collapse;
}

.table-hotel-name td {
	line-height: 1;
	vertical-align: middle;
}

.fake-inputs .realInput {
	position: absolute !important;
	left: -9999px !important;
	top: 0 !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
	background: transparent !important;
	border: 0 !important;
	outline: 0 !important;
	color: transparent !important;
	caret-color: transparent !important;
	-webkit-text-fill-color: transparent !important;
	-webkit-appearance: none !important;
	pointer-events: none !important;
}

.otp-input-wrapper {
	display: flex;
	justify-content: center;
}

.otp-input-wrapper .otp-single-input {
	width: 180px;
	height: 52px;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 8px;
	border: 1px solid #e5e5e5;
	caret-color: transparent;
	text-align: center;
	-webkit-text-security: disc;
}

.otp-input-wrapper .otp-single-input::placeholder {
	letter-spacing: 6px;
}

.otp-input-wrapper .otp-single-input:focus {
	border: 2px solid #049a4f;
	box-shadow: none;
	outline: none;
}
.otp-fake-input.otpdesigner__focus__ {
	border: 2px solid #049a4f !important;
}

#footer-bar a {
	flex: 1;
}

.flatpickr-reset-btn {
	width: 100%;
	padding: 8px;
	margin-top: 10px;
	background-color: #049a4f;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.flatpickr-reset-btn:hover {
	background-color: #037b3f;
}

.flatpickr-monthSelect-month.selected,
.flatpickr-monthSelect-month.startRange,
.flatpickr-monthSelect-month.endRange {
	background-color: #049a4f !important;
}

.card.al-quran {
	border-radius: 7px !important;
	margin-bottom: 1rem;
	box-shadow: none;
	cursor: pointer;
}
.card.al-quran.active {
	border: 2px solid #049a4f !important;
	box-shadow: 0 4px 17px -4px #049a4f;
}

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

.quran-number {
	background-image: url("../../../frontend/images/icon/ic_number.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	width: 2.5rem;
	height: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
}

.quran-info {
	display: flex;
	flex-direction: column;
	padding-left: 1rem;
	width: 78%;
	flex: 1;
}

.quran-info .title {
	color: #049a4f;
	font-weight: 600;
	font-size: 16px;
}

.doa-info .title {
	color: #1f1f1f;
	font-weight: normal;
	font-size: 15px;
}

.quran-info .sub-title {
	font-size: 11px;
	margin-top: 0.2rem;
	max-width: 13rem;
	line-height: 1rem;
}

.quran-footer {
	display: flex;
	margin-top: 0.5rem;
}

.quran-footer .info {
	border: 1px solid #049a4f;
	border-radius: 9999px;
	padding: 0px 10px;
	margin-right: 0.5rem;
	font-size: 11px;
	color: #049a4f;
}
.quran-footer .info.fill {
	background: #049a4f;
	color: #fff;
}

.quran-title-arabic {
	color: #049a4f;
	font-size: 22px;
	max-width: 5rem;
	text-align: right;
}

.quran-player {
	flex: 1;
	border: 1px solid #049a4f;
	color: #049a4f;
	border-radius: 5px;
	margin-left: 1rem;
	display: flex;
	align-items: center;
	padding: 0 0.5rem;
	justify-content: space-between;
}

.card.al-quran.item-ayat {
	margin-left: 0;
	margin-right: 0;
}

.item-ayat .text-arabic {
	text-align: right;
	font-size: 1.5rem;
	line-height: 3rem;
	color: #000;
}

.item-ayat .text-latin {
	font-size: 11px;
	font-style: italic;
}

.item-ayat .text-arti {
	color: #000;
}

.card.al-quran.item-ayat {
	cursor: auto;
}

.card-footer.al-quran {
	margin-top: 1rem;
	background: none;
	border: none;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.footer-split {
	display: flex;
	justify-content: space-between;
}

.footer-split .info {
	border: 1px solid #049a4f;
	border-radius: 9999px;
	padding: 0px 10px;
	margin-right: 0.5rem;
	font-size: 11px;
	color: #049a4f;
}

.footer-split .info.fill {
	background: #049a4f;
	color: #fff;
}

.footer-split .right {
	display: flex;
	justify-content: end;
	font-size: 1.2rem;
	color: #049a4f;
	gap: 1rem;
}

.card-footer.al-quran i {
	cursor: pointer;
}

.last-read-wrapper .title-last-read {
	color: #1f1f1f;
	font-weight: bold;
	font-size: 1rem;
}

.quran-info .title.last-read {
	display: flex;
	gap: 0.5rem;
}

.quran-info .title.last-read .info {
	border-radius: 9999px;
	margin-right: 0.5rem;
	font-size: 11px;
	color: #000;
}

.compass {
	position: relative;
	width: 320px;
	height: 320px;
	border-radius: 50%;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	background: #049a4f;
	margin: auto;
}

.compass > .arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px; /* atur sesuai ukuran gambar */
	height: 40px;
	transform: translate(-50%, -50%);
	background: url("../../../frontend/images/common/ic_compass_arrow.png") center
		no-repeat;
	background-size: contain;
	z-index: 2;
}

.compass > .compass-circle,
.compass > .my-point {
	position: absolute;
	width: 90%;
	height: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: transform 0.1s ease-out;
	background: url("../../../frontend/images/common/bg_compass.png") center
		no-repeat;
	background-size: contain;
}

.compass > .my-point {
	opacity: 0;
	width: 20%;
	height: 20%;
	background: rgb(8, 223, 69);
	border-radius: 50%;
	transition: opacity 0.5s ease-out;
}

.start-btn {
	margin-bottom: auto;
}

.qibla-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 24px;
	font-weight: bold;
	color: green;
	transform-origin: center center;
	pointer-events: none;
	width: 40px;
	display: none;
}

/* .content h4 {
	line-height: 30px !important;
} */

.circles-container {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	justify-content: center;
}

.block {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 250px;
	height: 250px;
	border-radius: 50%;
}

.box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: calc(100% - 50px);
	height: calc(100% - 50px);
	border-radius: 50%;
	background-color: #049a4f;
	box-shadow: 0 0 11px 3px #049a4f;
}

.box::before {
	position: absolute;
	content: "";
	width: calc(100% + 28px);
	height: calc(100% + 28px);
	border-radius: 50%;
	border: 1px solid #049a4f;
}

.box .number span {
	color: #e9e9e9;
}

.box .number .num {
	font-size: 35px;
	font-weight: bold;
}

.box .number .sub {
	font-size: 20px;
}

.box .title {
	font-size: 15px;
}

.box p {
	color: #fff;
}

.dots {
	display: block;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	transition: 1s transform ease, 1s opacity ease;
}

.dots::after {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	top: 5px;
	left: 50%;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 0 11px 3px #049a4f;
	transform: translateX(-50%);
}

.svg {
	position: absolute;
	width: 100%;
	height: 100%;
	fill: none;
	transform: rotate(-90deg);
}

.circle {
	stroke: url(#gradientStyle);
	stroke-width: 4px;
	stroke-dasharray: 503;
	stroke-dashoffset: 503;
	transition: 1s stroke-dashoffset ease;
}

.content-countdown {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
}

.location-wrapper {
	display: flex;
	gap: 0.5rem;
	box-shadow: 0 7px 17px -4px #049a4f;
	background: #049a4f;
	border-radius: 1rem;
	padding-left: 1rem;
	color: #fff;
	cursor: pointer;
}

.location-info {
	font-size: 0.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
}

.location-refresh {
	background: #fff;
	color: #049a4f;
	border-radius: 100%;
	height: 1.7rem;
	width: 1.7rem;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 7px 12px -5px #049a4f;
}

.location-wrapper.disable .location-refresh {
	opacity: 0;
}

.divider-text {
	display: flex;
	align-items: center;
	font-size: 1rem;
}

.divider-text::before,
.divider-text::after {
	flex: 1;
	content: "";
	padding: 1px;
	background-color: rgba(0, 0, 0, 0.05);
	margin: 5px;
}

.camel-case {
	text-transform: capitalize;
}

.title-doa {
	color: #049a4f;
	font-weight: bold;
	font-size: 1.1rem;
	margin-top: 1rem;
}
.sub-title-doa {
	font-size: 11px;
	background: #049a4f;
	color: #fff;
	width: fit-content;
	padding: 0 1rem;
	border-radius: 11px;
	margin-top: 0.5rem;
}
.text-arabic-doa {
	text-align: right;
	font-size: 1.5rem;
	line-height: 3rem;
	color: #000;
}
.text-latin-doa {
	font-size: 11px;
	font-style: italic;
}

.text-arti-doa {
	color: #000;
}

.doa-footer {
	display: flex;
	position: relative;
	padding: 0 1rem;
}

.page-navigate {
	background-color: #fff;
	color: #049a4f;
	box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 15px;
	border-radius: 7px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.page-counting {
	cursor: pointer;
	position: absolute;
	right: 0;
	font-size: 2rem;
	background-color: #049a4f;
	color: #fff;
	width: 5rem;
	text-align: center;
	height: 5rem;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	top: -80%;
	box-shadow: 0 0 11px 0px #049a4f;
}

.navigate-icon {
	cursor: pointer;
	background-color: #fff;
	color: #049a4f;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	border-radius: 50%;
	font-size: 18px;
	box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.1);
	transition: opacity 0.3s ease;
}

.navigate-icon:hover {
	background-color: #049a4f;
	color: #fff;
}

.card.card-style.card-banner {
	border-radius: 12px;
	box-shadow: none;
}

.card-banner .text-arabic {
	text-align: right;
	font-size: 1.5rem;
	line-height: 3rem;
	color: #000;
}

.card-banner .text-arti {
	font-size: 11px;
	font-style: italic;
}

.dzikir-navbar {
	position: fixed;
	bottom: 15vh;
	backdrop-filter: saturate(180%) blur(20px);
	width: 93%;
	background: rgba(255, 255, 255, 0.7);
	padding: 0.5rem 0;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 10px;
}

.page-nav-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	gap: 0.5rem;
}

.page-reset {
	color: #049a4f;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.1);
}

.page-reset:hover {
	background-color: #049a4f;
	color: #fff;
}

.page-navigate.dzikir {
	position: relative;
	top: unset;
	left: unset;
	transform: none;
}

.tasbih-wrapper .header-wrapper {
	display: flex;
	justify-content: space-between;
}

.tasbih-wrapper .icon {
	color: #049a4f;
	font-size: 1.5rem;
}

.tasbih-wrapper .body-wrapper .text-arabic {
	text-align: right;
	font-size: 1.5rem;
	line-height: 3rem;
	color: #000;
}

.tasbih-wrapper .body-wrapper .text-latin {
	font-size: 11px;
	font-style: italic;
}

.tasbih-wrapper .body-wrapper .text-meaning {
	color: #000;
}

.item-dzikir {
	cursor: pointer;
}
.item-dzikir .text-arabic {
	font-size: 1.3rem;
	text-align: right;
	color: #000;
}

.item-dzikir .text-latin {
	font-size: 11px;
	font-style: italic;
}

.item-dzikir .text-meaning {
	color: #000;
}

.dzikir-setting {
	display: flex;
	gap: 0.5rem;
}

.dzikir-setting-item {
	cursor: pointer;
	border: 1px solid rgba(0, 0, 0, 0.05);
	padding: 1rem;
	border-radius: 6px;
	flex-grow: 1;
	text-align: center;
}

.dzikir-setting-item.active {
	border: 1px solid #049a4f;
	color: #049a4f;
	background-color: rgba(4, 154, 79, 0.1);
}

.card-wudhu .title {
	color: #1f1f1f;
	font-size: 0.9rem;
	font-weight: bold;
}

.card-wudhu .sub-title {
	color: #049a4f;
	border: 1px solid #049a4f;
	background-color: rgba(4, 154, 79, 0.1);
	display: inline-block;
	padding: 0 1rem;
	border-radius: 50rem;
	margin-top: 0.5rem;
}

.card-wudhu .sub-title.secondary {
	color: #656565;
	border: 1px solid #656565;
	background-color: rgba(101, 101, 101, 0.1);
}

.card-wudhu .text-arabic {
	text-align: right;
	font-size: 1.5rem;
	line-height: 3rem;
	color: #000;
}

.card-wudhu .text-latin {
	font-size: 11px;
	font-style: italic;
}

.card-wudhu .text-meaning {
	color: #000;
}

.img-16-9-wrapper {
	position: relative;
	background: #049a4f;
	border-radius: 10px;
}

.img-16-9-wrapper:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: calc(9 / 16 * 100%);
}
.img-16-9-wrapper > .inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
