/*
Template Name: Movbok - Movies, Events, Sports Website HTML Template
Author: askbootstrap
Author URI: https://themeforest.net/user/askbootstrap
Version: 1.0
*/

/*
	-- body
	-- Typography
	-- Dropdown / Buttons / Form
	-- Sidebar
	-- Card Design
	-- Filters Design
	-- Nav Tabs Design
	-- Nav Tabs Accordion
	-- Reviews Card
	-- Mobile Media
	-- Top Nav
	-- Login / Register
	-- Footer
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,700&amp;display=swap');

/* body */
body {
	color: #3a3b45;
	font-size: 12px;
	overflow-x: hidden;
	font-family: 'Poppins', sans-serif;
	background-color: #f0f2f5;
}

/* Typography */
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {

}

a {
	text-decoration: none !important;
	color: #2575fc;
}

p {
	font-size: 12px;
}

/* Dropdown / Buttons / Form */
.btn-danger {
	color: #fff;
	background-color: #ff4343;
	border-color: #ff4343;
}

.badge-danger {
	background-color: #ff4343 !important;
}

.text-danger {
	color: #ff4343 !important;
}

.form-control {
	border-radius: .25rem;
	font-size: 14px;
}
.img-profile {
    width: 76px;
    border: 5px solid #fff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    background: #fff;
}
.btn {
	border-radius: .25rem;
}

.rounded {
	border-radius: 12px !important;
}
small,
.small {
	font-size: 12px !important;
}

.text-xs {
	font-size: 14px !important;
}

label {
	font-size: 13px;
	margin: 0 0 4px 0;
}
.card {
    border-radius: 12px;
    overflow: hidden;
}
.required {
	color: #ff0000;
}

.help-block ul {
    margin: 0;
    padding: 0;
}

.help-block ul li {
    list-style: none;
    color: #ff0000;
    font-size: 11px;
}
.card-img-top, .c-card img{
	transition: transform .7s ease;

}
.card:hover .card-img-top, .c-card img:hover {
	transform: scale(1.1);

}
.m-card-cover {
    overflow: hidden;
}
.btn-link {
	color: #2575fc;
}

.cover-pic {
	margin: 0px 0px -86px 0px;
	text-align: center;
}

.cover-pic .love-box {
    right: 15px;
}

.btn-circle {
	border-radius: 50px !important;
	width: 42px;
	height: 42px;
	line-height: 31px;
	font-size: 17px;
	display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 5px;
}

.dropdown-menu {
	border: none;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
}

.dropdown-menu .dropdown-item {
	padding: 7px 10px;
    font-size: 12px;
    border-radius: 4px;
    margin-bottom: 1px;
}

.dropdown-menu .dropdown-item:hover{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6a11cb+0,2575fc+100 */
	background: #6a11cb; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #6a11cb 0%, #2575fc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #6a11cb 0%,#2575fc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #6a11cb 0%,#2575fc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a11cb', endColorstr='#2575fc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #ffffff;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}


.dropdown:hover .dropdown-menu {
    display: block;
   visibility: visible;
   opacity:1;
   transform: translateY(0px);
   transition:.5s ease all;
}
.dropdown-menu {
   display: block;
   visibility: hidden;
   opacity:0;
   transform: translateY(50px);
   transition:.5s ease all;
}
.dropdown-menu.show {
   display: block;
   visibility: visible;
   opacity:1;
   transform: translateY(0px);
   transition:.5s ease all;
}

.btn {
	border: none;
    border-radius: 50px;
	font-size: 14px;
	padding: 10px 15px;
}

.btn-sm {
    font-size: 13px;
    padding: 5px 11px;
}

.animated--fade-in {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 200ms;
	animation-duration: 200ms;
	-webkit-animation-timing-function: opacity cubic-bezier(0, 1, 0.4, 1);
	animation-timing-function: opacity cubic-bezier(0, 1, 0.4, 1);
}

.bg-gradient-primary {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6a11cb+0,2575fc+100 */
	background: #6a11cb; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #6a11cb 0%, #2575fc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #6a11cb 0%,#2575fc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #6a11cb 0%,#2575fc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a11cb', endColorstr='#2575fc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	background-size: cover;
}

.bg-gradient-secondary {
	background-color: #858796;
	background-image: linear-gradient(180deg, #858796 10%, #60616f 100%);
	background-size: cover;
}

.bg-gradient-success {
	background-color: #1cc88a;
	background-image: linear-gradient(180deg, #1cc88a 10%, #13855c 100%);
	background-size: cover;
}

.bg-gradient-info {
	background-color: #36b9cc;
	background-image: linear-gradient(180deg, #36b9cc 10%, #258391 100%);
	background-size: cover;
}

.bg-gradient-warning {
	background-color: #f6c23e;
	background-image: linear-gradient(180deg, #f6c23e 10%, #dda20a 100%);
	background-size: cover;
}

.bg-gradient-danger {
	background-color: #ff4343;
	background-image: linear-gradient(180deg, #ff4343 10%, #be2617 100%);
	background-size: cover;
}

.bg-gradient-light {
	background-color: #f8f9fc;
	background-image: linear-gradient(180deg, #f8f9fc 10%, #c2cbe5 100%);
	background-size: cover;
}

.bg-gradient-dark {
	background-color: #5a5c69;
	background-image: linear-gradient(180deg, #5a5c69 10%, #373840 100%);
	background-size: cover;
}

.bg-gray-100 {
	background-color: #f8f9fc !important;
}

.bg-gray-200 {
	background-color: #eaecf4 !important;
}

.bg-gray-300 {
	background-color: #dddfeb !important;
}

.bg-gray-400 {
	background-color: #d1d3e2 !important;
}

.bg-gray-500 {
	background-color: #b7b9cc !important;
}

.bg-gray-600 {
	background-color: #858796 !important;
}

.bg-gray-700 {
	background-color: #6e707e !important;
}

.bg-gray-800 {
	background-color: #5a5c69 !important;
}

.bg-gray-900 {
	background-color: #3a3b45 !important;
}

.o-hidden {
	overflow: hidden !important;
}

.text-xs {
	font-size: .7rem;
}

.text-lg {
	font-size: 1.2rem;
}

.text-gray-100 {
	color: #f8f9fc !important;
}

.text-gray-200 {
	color: #eaecf4 !important;
}

.text-gray-300 {
	color: #dddfeb !important;
}

.text-gray-400 {
	color: #d1d3e2 !important;
}

.text-gray-500 {
	color: #b7b9cc !important;
}

.text-gray-600 {
	color: #858796 !important;
}

.text-gray-700 {
	color: #6e707e !important;
}

.text-gray-800 {
	color: #5a5c69 !important;
}

.text-gray-900 {
	color: #3a3b45 !important;
}

/* Sidebar */
.sidebar-dark {
	background: #1f2533;
}

.slick-next {
	right: 15px;
}

.slick-prev {
	left: 15px;
}

.slick-prev,
.slick-next {
	z-index: 999;
}
.collections-slider {
	margin: 0 -8px;
}

/* Card Design */
.team-card img {
    width: 100px;
}
.c-card {
	margin: 0 8px;
}

.card a {
	text-decoration: none !important;
}

.m-card .card-body {
	position: absolute;
	bottom: 0;
	padding-top: 120px !important;
	left: 0;
	right: 0;
	background: -moz-linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	/* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
	/* safari4+,chrome */
	background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	/* safari5.1+,chrome10+ */
	background: -o-linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	/* opera 11.10+ */
	background: -ms-linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	/* ie10+ */
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	/* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
	/* ie6-9 */
}

.m-card {
	overflow: hidden;
}

.m-card .card-body .card-title {
	font-size: 16px;
    letter-spacing: 0.2px;
}

.m-card .card-title,
.p-card .card-title {
	font-size: 15px;
	font-weight: 600;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.love-box {
	right: 0;
	z-index: 9;
}

.p-card p.card-text {
	color: #3a3b45;
	font-size: 13px;
}
.p-card p.card-text small {
    color: #6c757d;
}
.p-card .col-md-4 img {
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
}

.p-card {
    overflow: hidden;
}

.p-card .col-md-4 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.e-card p.card-text.text-gray-900.mb-1,
.offer-card p.card-text.text-gray-900.mt-3 {
	font-size: 14px;
    font-weight: 400;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.offer-card img.rounded-circle {
	width: 50px;
	position: absolute;
	background: #fff;
	top: -26px;
	border: 3px solid #fff;
	height: 50px;
	object-fit: cover;
	box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}

.offer-card .card-body {
	position: relative;
}

.list-bp .mb-4 {
    margin-bottom: 30px !important;
}

.vh-100 {
	height: 100vh;
}

.e-card .col-2 {
	word-break: keep-all;
}
.e-card .card-body.p-0 {
    line-height: 18px;
}
.e-card .col-2 h6 {
	font-size: 18px;
}

.people-pic {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    object-fit: cover;
    object-position: top;
    border: 6px solid #fff;
    background-color: #fff;
}
.people-item-cover img {
    border-radius: 0px !important;
}

.people-item-cover {
    margin: 0 0 -69px 0;
}
.people-item-body h5 {
    font-size: 20px !important;
}
.people-item-cover img {
    height: 140px;
    object-fit: cover;
}

/* Filters Design */
.filters-search {
	position: relative;
}

.filters-search i {
	position: absolute;
	left: 12px;
	top: 13px;
}

.filters-search .form-control {
	padding-left: 34px;
	height: 39px;
}

.filters-card-body {
	padding: 18px 0 0 0;
}

.filters-card-body .custom-control {
	margin: 0 0 4px 0;
}

.filters-card-body .custom-control label {
	padding: 3px 0 0 0;
    width: 100%;
    font-size: 12px;
    color: #6c757c;
}

.filters-card-body .custom-control label small {
	float: right;
}

.custom-checkbox label.custom-control-label,
.custom-radio label.custom-control-label {
	cursor: pointer;
}

.filters-card-header a,
.filters-card-header a:hover {
	font-weight: 500;
	width: 100%;
	display: block;
	color: #1f2533;
}

.filters-card-header a i {
	margin: 4px 1px 0px 0px;
}

/* Nav Tabs Design */
.nav.nav-tabs {
	margin: 4px -17px 17px -17px;
    padding: 0px 17px;
}

.nav.nav-tabs .nav-link {
	font-weight: 500;
	border-radius: 3px;
	padding: 0 0 1rem 0;
	border: none;
	color: #3a3b45;
    text-transform: uppercase;
	position: relative;
}

.nav.nav-tabs .nav-item {
	margin: 0 1rem 0px 0;
}

.nav.nav-tabs .nav-link.active {
	color: #2575fc;
}

.nav.nav-tabs .nav-link.active:after {
	content: "";
	position: absolute;
	height: 3px;
	background: #2575fc;
	left: 0;
	right: 0;
	bottom: -2px;
}

.artist-list .rounded-circle {
	width: 40px;
    height: 40px;
}

/* Nav Tabs Accordion */
.accordion .btn-link {
	padding: 0;
	text-decoration: none !important;
}

.accordion h2.mb-0 {
	margin: 0px !important;
	display: flex;
}
.font-weight-bold {
    font-weight: 500 !important;
}
/* Reviews Card */
.reviews-card .rounded-circle {
	width: 50px;
	height: 50px;
}

.stars-rating {
	font-size: 10px;
}

.stars-rating .fa.active {
	color: #fbc627;
}

/* Mobile Media */
@media (max-width: 992px) {
	.cover-pic {
		margin: 0px 0px 15px 0px;
	}
	.m-b-4 {
		margin-bottom: 1.5rem !important;
	}
	.container {
		max-width: 100%;
	}
	.osahan-nav-mid ul.navbar-nav.mr-auto {
		display: initial;
	}
	.osahan-nav-mid ul.navbar-nav.mr-auto .nav-item {
    	display: inline-block;
	}
	.osahan-nav-mid .navbar-collapse .nav-item {
		margin: 0px !important;
	}
	.osahan-nav-top {
		padding: 0px;
	}
	.osahan-nav-mid {
		padding: 0 15px !important;
	}
	.navbar-dark .navbar-toggler {
		padding: 0 2px;
		border: none;
		background: #343a40;
	}
	p {
		font-size: 13px;
	}
	.inner-header, .inner-header .text-right {
		text-align: center !important;
	}
	.inner-header .breadcrumbs {
		margin: 6px 0 0 0;
	}
	.btn-circle {
		border-radius: 50px !important;
		width: 32px;
		height: 32px;
		line-height: 32px;
		font-size: 13px;
		padding: 0px;
	}
	.eheader div, .info-header div {
		width: 100%;
		display: block !important;
		text-align: center;
	}
	.eheader div .btn, .info-header div .btn {
		margin: 13px 0 0 0;
	}
	img.img-fluid {
		width: 100%;
	}
}
@media (max-width: 576px) {
	.osahan-nav-mid ul.navbar-nav.mr-auto .nav-item span {
		display: none;
	}
}	

.icon-circle {
	height: 2.5rem;
	width: 2.5rem;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.osahan-slider-item {
	margin: 0 8px;
	outline: none;
	cursor: pointer;
}

.dropdown .dropdown-menu {
	font-size: 0.85rem;
	padding-left: 7px;
    padding-right: 7px;
}

.dropdown .dropdown-menu .dropdown-header {
	font-weight: 800;
	font-size: 0.65rem;
	color: #b7b9cc;
}

.dropdown.no-arrow .dropdown-toggle::after {
	display: none;
}

/* Top Nav */
.topbar {
	background: #ffffff !important;
}
.osahan-nav-mid {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6a11cb+0,2575fc+100 */
background: #6a11cb; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #6a11cb 0%, #2575fc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #6a11cb 0%,#2575fc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #6a11cb 0%,#2575fc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a11cb', endColorstr='#2575fc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	padding: 0px;
}

.osahan-nav-mid a.nav-link {
	color: #fff !important;
	padding: 15px 0 !important;
	font-size: 13px;
	text-transform: uppercase;
}

.osahan-nav-mid ul.navbar-nav.mr-auto .nav-item {
	margin: 0 20px 0 0px;
}

.osahan-nav-mid .navbar-collapse .nav-item {
	margin: 0 0px 0 20px;
}

.osahan-nav-top .container {
	padding-right: 15px;
	padding-left: 15px;
}

.topbar .nav-item.dropdown .dropdown-toggle::after {
	width: 1rem;
	text-align: center;
	float: right;
	vertical-align: 0;
	border: 0;
	font-weight: 900;
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
}

.topbar .nav-item.dropdown.show .dropdown-toggle::after {
	content: '\f107';
}

.topbar .nav-item .nav-link {
	position: relative;
}

.topbar .nav-item .nav-link .badge-counter {
	position: absolute;
	transform: scale(0.7);
	transform-origin: top right;
	right: .25rem;
	margin-top: -.25rem;
}

.topbar .nav-item .nav-link .img-profile {
	height: 2rem;
	width: 2rem;
}

.topbar {
	padding: 0px;
}

.topbar #sidebarToggleTop {
	height: 2.5rem;
	width: 2.5rem;
}

.topbar #sidebarToggleTop:hover {
	background-color: #eaecf4;
}

.topbar #sidebarToggleTop:active {
	background-color: #dddfeb;
}

.topbar .navbar-search {
	width: 30rem;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    overflow: hidden;
    border-radius: 73px;
}

.topbar .navbar-search input {
	font-size: 0.85rem;
	height: auto;
}

.topbar .topbar-divider {
	width: 0;
	border-right: 1px solid #e3e6f0;
	height: calc(4.375rem - 2rem);
	margin: auto 1rem;
}

.topbar .nav-item .nav-link {
	height: 5.375rem;
	display: flex;
	color: #222222 !important;
	align-items: center;
	padding: 0 0.75rem;
}

.topbar .nav-item .nav-link:focus {
	outline: none;
}

.topbar .nav-item:focus {
	outline: none;
}

.topbar .dropdown {
	position: static;
}

.topbar .dropdown .dropdown-menu {
	width: calc(100% - 1.5rem);
	right: 0.75rem;
}

.topbar .dropdown-list {
	border: none;
	overflow: hidden;
}

.topbar .dropdown-list .dropdown-header {
	background-color: #ffffff;
	border: 1px solid #f1f2f5;
	color: #000;
	padding: 13px 15px;
}

.topbar .dropdown-list .dropdown-item {
	white-space: normal;
	line-height: 1.3rem;
	padding: 10px 15px;
}

.topbar .dropdown-list .dropdown-item .dropdown-list-image {
	position: relative;
	height: 2.5rem;
	width: 2.5rem;
}

.topbar .dropdown-list .dropdown-item .dropdown-list-image img {
	height: 2.5rem;
	width: 2.5rem;
}

.topbar .dropdown-list .dropdown-item .dropdown-list-image .status-indicator {
	background-color: #eaecf4;
	height: 0.75rem;
	width: 0.75rem;
	border-radius: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	border: 0.125rem solid #fff;
}

.topbar .dropdown-list .dropdown-item .text-truncate {
	max-width: 10rem;
}

.topbar .dropdown-list .dropdown-item:active {
	background-color: #eaecf4;
	color: #3a3b45;
}

@media (min-width: 576px) {
	.topbar .dropdown {
		position: relative;
	}
	.topbar .dropdown .dropdown-menu {
		width: auto;
		right: 0;
	}
	.topbar .dropdown-list {
		width: 20rem !important;
	}
	.topbar .dropdown-list .dropdown-item .text-truncate {
		max-width: 13.375rem;
	}
}

.topbar.navbar-light .navbar-nav .nav-item .nav-link {
	color: #d1d3e2;
}

.topbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
	color: #b7b9cc;
}

.topbar.navbar-light .navbar-nav .nav-item .nav-link:active {
	color: #858796;
}

@-webkit-keyframes growIn {
	0% {
		transform: scale(0.9);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes growIn {
	0% {
		transform: scale(0.9);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}


@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* Login / Register */
.bg-login-image {
	background: url("../img/login.jpg");
	background-position: center;
	background-size: cover;
}

.bg-register-image {
	background: url("../img/login3.jpg");
	background-position: center;
	background-size: cover;
}

.bg-password-image {
	background: url("../img/login2.jpg");
	background-position: center;
	background-size: cover;
}

form.user .custom-checkbox.small label {
	line-height: 1.5rem;
}

form.user .form-control-user {
	padding: 1.5rem 1rem;
}

form.user .btn-user {
	padding: 0.75rem 1rem;
}

.btn-google {
	color: #fff;
	background-color: #ea4335;
	border-color: #fff;
}

.btn-google:hover {
	color: #fff;
	background-color: #e12717;
	border-color: #e6e6e6;
}

.btn-google:focus,
.btn-google.focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-google.disabled,
.btn-google:disabled {
	color: #fff;
	background-color: #ea4335;
	border-color: #fff;
}

.btn-google:not(:disabled):not(.disabled):active,
.btn-google:not(:disabled):not(.disabled).active,
.show>.btn-google.dropdown-toggle {
	color: #fff;
	background-color: #d62516;
	border-color: #dfdfdf;
}

.btn-google:not(:disabled):not(.disabled):active:focus,
.btn-google:not(:disabled):not(.disabled).active:focus,
.show>.btn-google.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-facebook {
	color: #fff;
	background-color: #3b5998;
	border-color: #fff;
}

.btn-facebook:hover {
	color: #fff;
	background-color: #30497c;
	border-color: #e6e6e6;
}

.btn-facebook:focus,
.btn-facebook.focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-facebook.disabled,
.btn-facebook:disabled {
	color: #fff;
	background-color: #3b5998;
	border-color: #fff;
}

.btn-facebook:not(:disabled):not(.disabled):active,
.btn-facebook:not(:disabled):not(.disabled).active,
.show>.btn-facebook.dropdown-toggle {
	color: #fff;
	background-color: #2d4373;
	border-color: #dfdfdf;
}

.btn-facebook:not(:disabled):not(.disabled):active:focus,
.btn-facebook:not(:disabled):not(.disabled).active:focus,
.show>.btn-facebook.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.error {
	color: #2575fc;
	font-size: 11rem;
	position: relative;
	line-height: 1;
}

/* Footer */
.footer h6 {
    color: #3a3b45;
    font-size: 13px;
    margin: 8px 0 24px 0;
}

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

.footer ul li a {
    color: #7f7f7f;
    font-size: 12px;
}

.footer ul li {
    line-height: 28px;
}
.rating {
	 display: flex;
	 justify-content: center;
	 align-items: center;
}
 .unit {
	 cursor: pointer;
	 transition: all 0.333s;
	 position: relative;
	 width: 1.5em;
	 height: 0.5em;
	 background: gray;
	 float: left;
	 margin: 2px;
}
 .unit::after {
	 content: '';
	 position: absolute;
	 background: gold;
	 left: 50%;
	 top: 50%;
	 width: 0;
	 height: 0;
	 border-radius: inherit;
	 transition: all 0.333s;
	 transform: translate(-50%, -50%);
}
 .unit.pending::after {
	 width: 50%;
	 height: 50%;
}
 .unit.active::after {
	 width: 105%;
	 height: 105%;
}
 div.body-container {

	 display: flex;
	 justify-content: center;
	 align-items: center;
	 flex-direction: column;
}

/* style */

.app_container {
  position: relative;
  width: 10em;
  height: 17em;
  background: linear-gradient(to bottom, #643a9d, #392163);
  border-radius: 0.3em;
  box-shadow: 0 0 40px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.app_info {
  position: relative;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}
.app_info .main-title {
  padding: 0 1em;
  line-height: 2;
  font-size: 0.6em;
  color: #f5f2fa;
}
.app_info .sub-title {
  padding: 0 1em;
  font-size: 0.5em;
  line-height: 1.2;
  color: #957cbd;
}

.star-container input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

.star-container {
  display: flex;
  direction: rtl;
  justify-content: center;
  position: relative;
  text-align: center;
  margin: 0.7em 0;
  padding: 0 1em;
}
.star-container input[type=radio]:checked ~ .star:before {
  color: #ffbd00;
  transition-delay: var(--ggg);
}
.star-container input[type=radio]:checked + .star {
  --ggg: $star-transition-delay;
}
.star-container input[type=radio]:checked + .star + input + .star {
  --ggg: $star-transition-delay * 2;
}
.star-container input[type=radio]:checked + .star + input + .star + input + .star {
  --ggg: $star-transition-delay * 3;
}
.star-container input[type=radio]:checked + .star + input + .star + input + .star + input + .star {
  --ggg: $star-transition-delay * 4;
}
.star-container input[type=radio]:checked + .star + input + .star + input + .star + input + .star + input + .star {
  --ggg: $star-transition-delay * 5;
}
.star-container input[type=radio]:checked + .star:before {
  color: #ffbd00;
  transition-delay: 0.1s;
}
.star-container .star {
  position: relative;
  display: inline-block;
  width: 3em;
  height: 3em;
  cursor: pointer;
}
.star-container .star:before {
  position: absolute;
    top: 0.1em;
    left: 0;
    right: 0;
    bottom: 0;
    font: 0.8em FontAwesome;
    color: #79787c;
    transition: color 1s;
    content: "\f2d1";
    width: 10px;
    font-size: 0px;
    height: 6px;
    border: 5px solid;
    width: 28px;

}
.star-container .star.is_active:before {
  color: #ffbd00;
}

.form {
  position: absolute;
  bottom: -14%;
  opacity: 0;
}
.form .category-container {
  position: relative;
  width: 100%;
  padding: 0 0.5em;
}
.form .categories {
  width: 100%;
  padding: 0 0.2em;
  padding-bottom: 1em;
  background: white;
  overflow: hidden;
  border-top-left-radius: 0.3em;
  border-top-right-radius: 0.3em;
}
.form .title {
  line-height: 2.6;
  font-size: 0.6em;
  font-weight: bold;
  text-align: center;
}
.form .tags {
  width: 100%;
}
.form .tags .tag {
  float: left;
  width: calc(50% - 1em);
  padding: 0.5em;
  margin: 0.5em 0.5em;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #3d3d3d;
  border: 1px solid #f0f0f2;
  border-radius: 1em;
}
.form .submit {
  background: #ffbd00;
  color: white;
  font-size: 0.5em;
  line-height: 3;
  text-align: center;
}


/*  */



.m_rate table {
  margin: 0 auto;
  text-align: center;
  border-collapse: collapse;
  background: #fff;
	width: 100%;
}

.m_rate table th, 
.m_rate table tr:nth-child(2n+2) {

}
 
.m_rate table th, 
.m_rate table td {
      padding: 3px 7px;
}
 
.m_rate table th {
  border-bottom: 1px solid #d4d4d4;
}     

.m_rate .stars-outer {
  display: inline-block;
  position: relative;
  font-family: FontAwesome;
}

.m_rate .stars-outer::before {
  content: "\f068 \f068 \f068 \f068 \f068";
	font-size: 30px;
}


.m_rate .stars-inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
}

.m_rate .stars-inner::before {
  content: "\f068 \f068 \f068 \f068 \f068";
  color: #f8ce0b;
	font-size: 30px;
	padding-right: 0px;
}

