/* custom */

body {
	background-color: #fff;
	font-size:14px;
}
body.common-home {
	background-color: #FFFBF9;
}

h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
}
label {
	font-weight: 500;
	color: var(--dark);
	margin-bottom: .1rem;
}

.badge {
	padding: .55em .8em;
	font-weight: normal;
	font-size: inherit;
}

.col-action {
	width: 5%;
}
.col-price {
	width: 15%;
}

.stretch-card
{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: stretch;
  justify-content: stretch;
}
.stretch-card .card {
	width:100%;
	max-width:100%;
}

.form-control {
	height:auto;
	padding: .6rem 1rem;
	font-size:inherit;
}
#register .form-group {
	margin-bottom: .5rem;
}

.btn-content {
	display: flex;
  flex-direction: row;
  align-items: center;
 }
.btn-rounded {
	border-radius: 25px;
	padding-left: 1rem;
	padding-right: 1rem;
}
.btn i {
	font-size: 1.3rem;
}
.btn i + span {
	margin-left: 8px;
}
#show_hide_password a {
	cursor: pointer;
}
/* table */
.table {
	margin: 0;
}
.table-form td {
	vertical-align:middle;
}
tfoot {
	background-color: #ccc;
	font-size: 1.4rem;
}
/* menu */
.menu > li > a {
	color: #fff !important;
	cursor: pointer;
}

/* count */
.static {
	background-color: #051639;
  	background-size: contain;
  	background-repeat: no-repeat;
}
.static-item {
	display: inline-flex;
	align-items: center;
	margin:0 60px;
}
@media (max-width: 1199px) {
	.static-item {
		display: inline-flex;
		align-items: center;
		margin:0 20px;
		margin-bottom: 30px;
	}
}

@media (max-width: 476px) {
  .card-static .static-item i {
		margin-bottom: 10px;
		margin-right: 0 !important;
	}
	.card-static .static-item * {
		text-align:center;
	}
}

.static-item i {
	font-size: 40px;
	padding:10px;
	margin-right: 20px;
	color: #8dc63f;
	border: 2px solid #8dc63f;
	border-radius: 100%
}
.static-item * {
	margin: 0;
	color: #fff;
}

/* footer */
footer .footer-middle .footer-middle-item-wrapper .footer-middle-item-3 .fm-item-content form button i {
	font-size: 23px;
}

footer .footer-middle .footer-middle-item-wrapper .footer-middle-item-3 .fm-item-content form button {
	padding: 12px 20px 13px 20px;
}

.banner-section .banner-item .banner-inner .banner-content h1 span {
	font-weight: 400;
}

form .separated {
	height:1px;
	border-top:2px dotted var(--warning);
	margin:.6rem 0 1rem 0;
}

.modal-notif .modal-body {
	font-size:20px;
	font-weight:400;
	margin:20px 0;
}
.modal-notif .modal-body i {
	font-size: 4rem;
}

.card-title {
	margin:0;
}

.content-info * {
	font-size: 1.2rem;
	padding-bottom:.2rem;
}

.table-form td {
	vertical-align:middle;
}

.card-static {
height:100%;
}
.card-static .static-item {
	margin:0;
	
}
.card-static .item-title > * {
	color: var(--dark);
}

/* gradient */
.bg-c-blue {
    background: linear-gradient(45deg,#4099ff,#73b4ff);
}

.bg-c-green {
    background: linear-gradient(45deg,#2ed8b6,#59e0c5);
}

.bg-c-yellow {
    background: linear-gradient(45deg,#FFB64D,#ffcb80);
}

.bg-c-pink {
    background: linear-gradient(45deg,#FF5370,#ff869a);
}

.gradient-1 {
	background:linear-gradient(135deg, #DFEC51 0%,#73AA0A 100%);
}
.gradient-1 i,
.bg-c-blue i,
.bg-c-green i,
.bg-c-yellow i,
.bg-c-pink i {
	color: #fff !important;
	border-color:#fff;
}
.gradient-1 .card-title {
	color: #fff !important;
}

.gradient-2 {
	background:linear-gradient(135deg, #CE9FFC 0%,#7367F0 100%);
}
.gradient-2 i {
	color: #fff !important;
	border-color:#fff;
}
.gradient-2 .card-title {
	color: #fff !important;
}

.gradient-3 {
	background:linear-gradient(135deg, #13f1fc 0%,#0470dc 100%);
}
.gradient-3 i {
	color: #fff !important;
	border-color:#fff;
}
.gradient-3 .card-title {
	color: #fff !important;
}

.gradient-4 {
	background:linear-gradient(135deg, #f65599 0%,#4d0316 100%);
}
.gradient-4 i {
	color: #fff !important;
	border-color:#fff;
}
.gradient-4 .card-title {
	color: #fff !important;
}

.badge-lg {
	font-size:14px;
	padding: .6rem 1rem;
}

.menu-fixed {
	position: fixed !important;
	top:0;
	left: 0;
	right: 0;
}

.modal-menu .modal-header {
	display:inline;
	text-align:center;
}
.modal-menu .modal-header img {
	width: 80px;
}
.modal-menu .modal-footer {
	justify-content: center;
}

.modal-menu .modal-body .list-group-item a {
	display: block;
	font-size:16px;
	padding-left: 30px;
}
.modal-menu .modal-body .has-children {
	text-transform: uppercase;
}
.modal-menu .modal-body .has-children .list-group-item {
	padding: .75rem 0
}
.modal-menu .modal-body .list-group-item a::before {
	font-family: "Line Awesome Free";
  	font-weight: 600;
  	content: "\f061";
  	position: absolute;
	left: 15px;
}

.input-group-text {
	padding-top: 0;
	padding-bottom: 0; 
}
.input-group-text i {
	font-size: 25px;
}

.alert-success,
.alert-danger,
.alert-primary {
	border:0;
	background: transparent;
	text-align:center;
	font-size:1.2rem;
}

.tf-add {
	padding:0 !important;
	border:0 !important;
	background-color: transparent;
}
.tf-add img {
 width: 36px;
 height: 30px;
 }
.tf-img img {
	width: 65px;
	height: 65px;
	margin: 0 auto;
}
.button > * {
	margin: 0 1rem;
}

.content-heading {
	display: flex;
	justify-content: space-between;
}

a.img-profile {
	width:90%;
	height: 90%;
	border-radius: 8px;
	background-position: center;
  	background-repeat: no-repeat;
  	background-size: 100%;
}

@media (max-width: 1199px) {
	.content-heading {
		display: block;
		text-align:center;
	}
	.card-title {
		text-align:center;
	}
}

@media (max-width: 476px) {	
	a.img-profile {
   		width: 205px;
		height: 205px;
		border-radius:100%;
   }
}

.tf-add {
	width: 50px;
}

#radioStatus {
	border-radius: 8px;
	overflow:hidden;
	margin: 3px 0;
}
#radioStatus a {
	padding: .375rem 1.2rem;
}
#radioStatus a.not-active {
	background-color:transparent;
	color:#777;
	border:1px solid #CED4DA;
}

.img-small {
	width: 35px;
	height: 35px;
	border-radius: 100%;
}

.form-group > label {
	display:block;
}
.text-error {
	font-size: 12px;
	color: var(--danger);
	font-weight: 400;
	font-style: italic;
	
}
.has-error .form-control {
	border-color: var(--danger);
}

.logo {
	display: flex;
  align-items: center;
}
.logo-img {
	width: 60px;
}

.history > button {
	width: 40px;
	height: 40px;
	border:1px solid #ccc;
	text-align:center;
	border-radius: 100%;
}

.faith-section .faith-content .nav .nav-item .nav-link {
	width: 100px;
	height: 100px;
	background-color: transparent;
	border-radius:100%;
	padding:5px;
	border:3px solid;
	border-color: transparent;
}
.faith-item .lab-content p.help {
	font-style:italic;
	margin-bottom:0;
	font-size: 18px !important;
}
.faith-item .lab-content p.title {
	margin-top: 15px;
	font-weight: 500;
}
.faith-item .lab-content .list-group-item i {
	font-size:20px;
	color:var(--success);
	margin-right: 8px;
}

@media (min-width: 1200px) {
  .faith-section .faith-content .faith-item .lab-inner .lab-content p {
    font-size: 20px;
	line-height:1.5
  }
}

.legal-section .lab-thumb > * {
	width:100%;
	height:180px;
	background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.legal-section .akte > * {
	background-image: url('https://belajarbenar.co.id/image/legalitas/01.jpg');
}
.legal-section .nib > * {
	background-image: url('https://belajarbenar.co.id/image/legalitas/02.jpg');
}
.legal-section .izin > * {
	background-image: url('https://belajarbenar.co.id/image/legalitas/03.jpg');
}

.audioplayer {
	padding: 10px 15px !important;
	height: auto;
}

.select-xl {
	font-size: 16px;
  	color: #182d41;
  	font-weight: 600;
}

select option:disabled {
    color: var(--gray);
    font-weight: normal;
}

.pyro {
	top: 40%;
  position: absolute;
  left: 0;
  right: 0;
}

body.product-alquran-success .audioplayer,
body.product-alquran-error .audioplayer {
	display:none;
}

.menu li .submenu > .dropdown-header {
	padding: 10px 20px;
	border-bottom: 2px solid #f0f0f0;
}
.menu li .submenu > .dropdown-header > *,
#profileModal .dropdown-header > * {
	display: block;
	margin:0;
}

#profileModal .dropdown-header {
	padding: 10px 20px;
}

input[type="radio"] {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
  transform: scale(1.5);
}

h6 {
	font-weight: 500 !important;
}
.text-orange {
	color: #FF9900;
}

.product {
	border:1px solid #ccc;
	border-radius: 10px;
	margin-top:5px;
	padding: 10px;
}
.product .stock,
.product .price {
	margin-top:8px;
	font-size: 1.5rem;
}