/* ----------------------------------
Description: SMM Panel Themes
Version: v1
------------------------------------- */

html {
	min-height: 100%
}

body {
	color: #202020;
	height: 100%;
	font-size: 0.875rem;
	background: #fafafa;
	overflow-x: hidden;
	overflow-y: auto;
	font-family: "Font Awesome 5 Pro", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #3b3f5c;
}

:focus {
	outline: none;
}

::-moz-selection {
	/* Code for Firefox */
	color: #1b55e2;
	background: transparent;
}

.hidden {
	display: none;
}

::selection {
	color: #1b55e2;
	background: transparent;
}

.custom-control-input {
	position: relative!important;
	opacity: 1!important;
	z-index: 1!important;
	height: auto!important
}

p {
	margin-top: 0;
	margin-bottom: 0.625rem;
	color: #515365
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #f1f2f3;
}

strong {
	font-weight: 600;
}

code {
	color: #e7515a;
}

a,
a:hover {
	text-decoration: none
}

.p0 {
	padding-left: 0!important;
	padding-right: 0!important
}


/*Page title*/

.navbar .navbar-item .nav-item.page-heading {
	margin-left: 20px;
}

.navbar.expand-header .navbar-item .nav-item.page-heading {
	margin-left: 25px;
}

.main-container {
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

#container.fixed-header {
	margin-top: 56px;
}

#content {
	width: 50%;
	flex-grow: 8;
	margin-top: 80px;
	margin-bottom: 0;
	margin-left: 255px;
	-webkit-transition: .3s ease all;
	transition: .3s ease all;
}

.main-container-fluid>.main-content>.container {
	float: left;
	width: 100%
}

#content>.wrapper {
	-webkit-transition: margin ease-in-out .1s;
	-moz-transition: margin ease-in-out .1s;
	-o-transition: margin ease-in-out .1s;
	transition: margin ease-in-out .1s;
	position: relative
}

.widget {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	border-radius: 6px;
	border: 1px solid #e0e6ed;
	box-shadow: 0 0 40px 0 rgba(94, 92, 154, .06);
}

.layout-top-spacing {
	margin-top: 20px;
}

.layout-spacing {
	padding-bottom: 40px;
}

.layout-px-spacing {
	padding: 0 15px 0 15px!important;
	min-height: calc(100vh - 140px)!important;
}

.widget.box .widget-header {
	background: #fff;
	padding: 0px 8px 0px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}

.row [class*="col-"] .widget .widget-header h4 {
	color: #3b3f5c;
	font-size: 17px;
	font-weight: 600;
	margin: 0;
	padding: 16px 15px;
}

.seperator-header {
	background: transparent;
	box-shadow: none;
	margin-bottom: 40px;
	border-radius: 0;
}

.seperator-header h4 {
	color: #888ea8;
	margin-bottom: 0;
	display: inline-block;
	border: 2px dashed #888ea8;
	line-height: 1.4;
	padding: 3px 6px;
	font-size: 15px;
	font-weight: 600;
	border-radius: 4px;
	letter-spacing: 1px;
}

.widget .widget-header {
	border-bottom: 0px solid #f1f2f3;
}

.widget .widget-header:before,
.widget .widget-header:after {
	display: table;
	content: "";
	line-height: 0
}

.widget .widget-header:after {
	clear: both
}

.widget-content-area {
	padding: 20px;
	position: relative;
	background-color: #fff;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.content-area {
	max-width: 58.333333%;
	margin-left: 80px;
}

.header-container {
	z-index: 1030;
}

.navbar {
	padding: 0;
	min-height: 80px;
	background: #0c45ec;
	-webkit-transition: .3s ease all;
	transition: .3s ease all;
	-webkit-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
}

.navbar.expand-header {
	padding: 0
}

.navbar-brand {
	width: 5.5rem;
	padding-top: 0.0rem;
	padding-bottom: 0.0rem;
	margin-right: 0.0rem;
}

.navbar .border-underline {
	border-left: 1px solid #ccc;
	height: 20px;
	margin-top: 18px;
	margin-left: -5px;
	margin-right: 8px;
}

.navbar-expand-sm .navbar-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.header-container .navbar-nav.theme-brand {
	width: 255px;
	height: 80px;
	display: flex;
	justify-content: space-around;
	background: #fff;
	border-right: 1px solid #174ff2;
	background: #174ff2;
}

.header-container .navbar-nav.theme-brand .theme-logo {
	align-self: center;
	opacity: 1;
	width: 200px;
}

.header-container .navbar-nav.theme-brand .theme-logo img {
	width: 200px;
	height: 28px;
}

.header-container .navbar-nav.theme-brand .theme-logo img.mobile-logo {
	width: 62px;
	height: 28px;
}

.header-container .navbar-nav .theme-text {
	align-self: center;
	opacity: 1;
	width: 68px;
}

.header-container .navbar-nav .theme-text a {
	padding: 0;
	font-size: 25px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0px;
}

.header-container .toggle-sidebar {
	align-self: center;
	margin-left: 15px
}

.header-container .sidebarCollapse svg {
	width: 27px;
	height: 27px;
	color: #fff;
	stroke-width: 2px;
}

.navbar-expand-sm .navbar-item .nav-link {
	padding: 6.24px 9.6px;
	text-transform: initial;
	position: unset;
}

.custom-dropdown .dropdown-item.active svg,
.custom-dropdown .dropdown-item:active svg,
.custom-dropdown .dropdown-item:hover svg,
.custom-dropdown-icon .dropdown-item.active svg,
.custom-dropdown-icon .dropdown-item:active svg,
.custom-dropdown-icon .dropdown-item:hover svg {
	color: #304aca;
	fill: rgba(48, 74, 202, 0.30980392156862746)!important;
}

.navbar .dropdown-menu {
	border-radius: 6px;
	border-color: #e0e6ed;
}

.navbar .dropdown-item {
	line-height: 1.8;
	font-size: 0.96rem;
	padding: 15px 0 15px 0;
	word-wrap: normal;
}

.navbar .navbar-item .nav-item.dropdown.show a.nav-link span {
	color: #5c1ac3!important;
}

.navbar .navbar-item .nav-item.dropdown.show a.nav-link span.badge1 {
	background-color: #888ea8!important;
}

.navbar .navbar-item .nav-item .dropdown-item.active,
.navbar .navbar-item .nav-item .dropdown-item:active {
	background-color: transparent;
	color: #16181b;
}

.navbar .navbar-item .nav-item.dropdown .nav-link:hover span {
	color: #5c1ac3!important;
}

.navbar .navbar-item .nav-item.dropdown .dropdown-menu {
	top: 109%;
	border-radius: 0;
	border: none;
	border-radius: 6px;
	-webkit-box-shadow: 0 10px 30px 0 rgba(31, 45, 61, .1);
	box-shadow: 0 10px 30px 0 rgba(31, 45, 61, .1);
	background: #fff;
	border: 1px solid #e0e6ed;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.navbar .navbar-item .nav-item.dropdown .dropdown-menu .dropdown-item {
	border-radius: 6px;
}


/*   apps   */

.navbar .apps-dropdown {
	align-self: center;
	margin-left: 21px;
}


/*   apps Dropdown  */

.navbar .apps-dropdown .custom-dropdown-icon {
	margin-right: 20px;
}

.navbar .apps-dropdown .custom-dropdown-icon a.dropdown-toggle {
	position: relative;
	padding: 14px 17px 14px 10px;
	border: none;
	border-radius: 6px;
	transform: none;
	font-size: 11px;
	line-height: 17px;
	background-color: #174ff2;
	letter-spacing: normal;
	min-width: 128px;
	text-align: inherit;
	color: #fff;
	box-shadow: none;
	max-height: 50px;
	letter-spacing: 1px;
}

.dropdown-toggle::after {
	display: none
}

.navbar .apps-dropdown .custom-dropdown-icon a.dropdown-toggle img {
	width: 17px;
	height: 17px;
	margin-right: 9px;
}

.navbar .apps-dropdown .custom-dropdown-icon a.dropdown-toggle svg:not(.feather-chevron-down) {
	margin-right: 9px;
	stroke-width: 1;
	width: 17px;
	height: 17px;
}

.navbar .apps-dropdown .custom-dropdown-icon a.dropdown-toggle svg.feather-chevron-down {
	position: absolute;
	right: 4px;
	top: 16px;
	color: #fafafa;
	width: 13px;
	height: 13px;
	margin: 0;
	-webkit-transition: -webkit-transform .2s ease-in-out;
	transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.navbar .apps-dropdown .custom-dropdown-icon.show a.dropdown-toggle svg.feather-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.navbar .apps-dropdown .custom-dropdown-icon .dropdown-menu {
	position: absolute;
	left: 0px;
	top: 56px!important;
	padding: 8px 0;
	border: none;
	min-width: 155px;
	border: 1px solid #d3d3d3;
}

.navbar .apps-dropdown .custom-dropdown-icon .dropdown-menu a {
	padding: 4px 15px;
	font-size: 13px;
	font-weight: 600;
	color: #888ea8;
	letter-spacing: 0px;
	line-height: 27px;
}

.navbar .apps-dropdown .custom-dropdown-icon .dropdown-menu a svg {
	fill: rgba(136, 142, 168, 0.23137254901960785);
	stroke-width: 1px;
}

.navbar .apps-dropdown .custom-dropdown-icon .dropdown-menu a:hover {
	background-color: transparent;
	color: #3b3f5c;
	border-radius: 0!important;
}

.navbar .navbar-item .nav-item.user-profile-dropdown {
	margin-left: 10px;
	margin-right: 16px;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .user-profile-section {
	padding: 16px 15px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin-right: -12px;
	margin-left: -12px;
	background: #8989ba;
	margin-top: -1px;
	background-image: linear-gradient(to top, #a7a6cb 0%, #8989ba 52%, #8989ba 100%);
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .user-profile-section .media {
	margin: 0;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .user-profile-section .media img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: none;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .user-profile-section .media .media-body {
	align-self: center;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .user-profile-section .media .media-body h5 {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0;
	color: #fafafa;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .user-profile-section .media .media-body p {
	font-size: 11px;
	font-weight: 500;
	margin-bottom: 0;
	color: #e0e6ed;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .nav-link.user {
	padding: 6px 0;
}

.navbar .navbar-item .nav-item.dropdown.user-profile-dropdown .nav-link:after {
	display: none;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .nav-link svg {
	color: #e0e6ed;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu {
	z-index: 9999;
	max-width: 13rem;
	padding: 0 11px;
	top: 60px;
	left: -140px;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item {
	padding: 0;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item a {
	display: block;
	color: #3b3f5c;
	font-size: 13px;
	font-weight: 700;
	padding: 9px 14px;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item.active,
.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item:active {
	background-color: transparent;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item:not(:last-child) {
	border-bottom: 1px solid #ebedf2;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item svg {
	width: 17px;
	margin-right: 7px;
	height: 17px;
	color: #56478e;
	fill: rgba(86, 71, 142, 0.34);
}


/* 
===============
	Sidebar
===============
*/

.sidebar-wrapper {
	width: 255px;
	position: fixed;
	z-index: 1030;
	transition: .550s;
	top: 80px;
	height: 100vh;
	touch-action: none;
	user-select: none;
	-webkit-user-drag: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-shadow: 4px 0 6px 0 rgba(85, 85, 85, 0.08), 1px 0 20px 0 rgba(0, 0, 0, 0.07), 1px 0 11px 0px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 4px 0 6px 0 rgba(85, 85, 85, 0.08), 1px 0 20px 0 rgba(0, 0, 0, 0.07), 1px 0 11px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 4px 0 6px 0 rgba(85, 85, 85, 0.08), 1px 0 20px 0 rgba(0, 0, 0, 0.07), 1px 0 11px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 0 0 40px 0 rgba(94, 92, 154, .06);
	border-right: 1px solid #e0e6ed;
}

.sidebar-theme {
	background: #fff;
}

#sidebar .theme-brand .toggle-sidebar {
	align-self: center;
}

#sidebar .theme-brand .toggle-sidebar svg {
	width: 18px;
	height: 18px;
	color: #fafafa;
	transition: 500ms;
}

#sidebar * {
	overflow: hidden;
	white-space: nowrap;
}

.sidebar-wrapper .profile-info {
	position: relative;
	padding-bottom: 0;
	background: #fafafa;
}

.sidebar-wrapper .profile-info * {
	transition: .600s;
}

.sidebar-wrapper .profile-info figure {
	width: 100%;
	height: 82px;
	background: url(https://sosyalbaz.com/img/files/4c35efad3b21b7f695527859d984e58b.jpg) center center / cover no-repeat;
	margin-bottom: 0;
}

.sidebar-wrapper .profile-info .user-info {
	text-align: center;
	padding: 0;
	height: auto;
}

.sidebar-wrapper .profile-info .user-info img.profile {
	position: absolute;
	top: 34px;
	border-radius: 50%;
	border: 6px solid rgba(235, 237, 242, 0.611764705882353);
	border: 6px solid rgba(68, 94, 222, 0.24);
	left: 0;
	right: 0;
	height: 90px;
	width: 90px;
	margin-right: auto;
	margin-left: auto;
}

.sidebar-wrapper .profile-info .user-info h6 {
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0px;
	margin-top: 0;
	margin-bottom: 0;
	opacity: 1;
}

.sidebar-wrapper .profile-info .user-info p {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0;
	opacity: 1;
	color: #888ea8;
}

#sidebar .theme-brand li.theme-logo {
	align-self: center;
}

#sidebar .theme-brand li.theme-logo img {
	width: 40px;
	height: 40px;
}

#sidebar .theme-brand li.theme-text a {
	font-size: 25px !important;
	color: #e0e6ed !important;
	line-height: 2.75rem;
	padding: 0.39rem 0.8rem;
	text-transform: initial;
	position: unset;
	font-weight: 600;
}

#sidebar .navbar-brand .img-fluid {
	display: inline;
	width: 44px;
	height: auto;
	margin-left: 20px;
	margin-top: 5px;
}

.shadow-bottom {
	display: block;
	position: absolute;
	z-index: 2;
	height: 33px;
	width: 100%;
	pointer-events: none;
	margin-top: -13px;
	left: -4px;
	-webkit-filter: blur(5px);
	filter: blur(7px);
	background: -webkit-linear-gradient(#fafafac4 41%, rgba(255, 255, 255, 0.14) 95%, rgba(255, 255, 255, 0));
	background: linear-gradient(#fafafac4 41%, rgba(255, 255, 255, 0.14) 95%, rgba(255, 255, 255, 0));
}

#sidebar ul.menu-categories {
	position: relative;
	padding: 20px 0 20px 0;
	margin: auto;
	width: 100%;
	overflow: auto;
}

#sidebar ul.menu-categories.ps .ps__rail-y:hover {
	background-color: transparent;
}

#sidebar ul.menu-categories.ps:hover>.ps__rail-y .ps__thumb-y {
	background-color: #888ea8;
}

#sidebar ul.menu-categories.ps,
.sidebar-closed #sidebar:hover ul.menu-categories.ps {
	height: calc(100vh - 282px)!important;
}

.sidebar-closed #sidebar ul.menu-categories.ps {
	height: calc(100vh - 130px)!important;
}

#sidebar ul.menu-categories li>.dropdown-toggle[aria-expanded="true"] svg.feather-chevron-right {
	transform: rotate(90deg);
}

#sidebar ul.menu-categories li.menu:first-child ul.submenu>li a {
	justify-content: flex-start;
}

#sidebar ul.menu-categories li.menu:first-child ul.submenu>li a i {
	align-self: center;
	margin-right: 12px;
	font-size: 19px;
	width: 21px;
}

.sidebar-wrapper ul.menu-categories li.menu.menu-heading>.heading {
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
	color: #515365;
	padding: 20px 0 20px 12px;
	letter-spacing: 1px;
}

.sidebar-wrapper ul.menu-categories li.menu.menu-heading>.heading .feather-minus {
	display: none;
	vertical-align: sub;
	width: 12px;
	height: 12px;
	stroke-width: 4px;
	color: #304aca;
}

#sidebar ul.menu-categories li.menu {
	transition: .600s;
	margin: 0px 15px 3px 15px;
}

#sidebar ul.menu-categories li.menu>.dropdown-toggle {
	display: flex;
	justify-content: space-between;
	cursor: pointer;
	font-size: 13px;
	color: #3b3f5c;
	padding: 14px 10px;
	font-weight: 600;
	transition: .600s;
	border-radius: 6px;
	letter-spacing: 0;
}

#sidebar ul.menu-categories li.menu>.dropdown-toggle>div {
	align-self: center;
}

#sidebar ul.menu-categories li.menu .dropdown-toggle:after {
	display: none;
}

#sidebar ul.menu-categories li.menu>.dropdown-toggle svg {
	color: #888ea8;
	margin-right: 18px;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	stroke-width: 1px;
	fill: rgba(172, 176, 195, 0.35);
	transition: all .2s ease-in-out;
}

#sidebar ul.menu-categories li.menu.active>.dropdown-toggle[aria-expanded="true"] svg {
	color: #fff;
	fill: rgba(136, 142, 168, 0.2784313725490196);
	stroke-width: 2px;
}

#sidebar ul.menu-categories li.menu {
	border-radius: 12px;
	position: relative;
	transition: all .2s ease-in-out;
}

#sidebar ul.menu-categories li.menu.active>a {
	color: #fff;
	border-radius: 12px;
	font-weight: 600;
	position: relative;
	transition: all .2s ease-in-out;
}

#sidebar ul.menu-categories li.menu:not(.active)>.dropdown-toggle:not([aria-expanded="true"]):hover svg:not(.feather-chevron-right),
#sidebar ul.menu-categories li.menu:not(.active)>.dropdown-toggle:hover svg:not(.feather-chevron-right) {
	margin-right: 30px;
}

#sidebar ul.menu-categories li.menu>.dropdown-toggle svg.feather-chevron-right,
#sidebar ul.menu-categories li.menu>.dropdown-toggle svg.feather-chevron-right {
	vertical-align: middle;
	margin-right: 0;
	width: 15px;
}

#sidebar ul.menu-categories li.menu>.dropdown-toggle[aria-expanded="true"] svg.flaticon-right-arrow,
#sidebar ul.menu-categories li.menu>.dropdown-toggle[aria-expanded="true"] svg.flaticon-down-arrow {
	background-color: transparent;
}

#sidebar ul.menu-categories li.menu>a span:not(.badge1) {
	vertical-align: middle;
}

#sidebar ul.menu-categories ul.submenu>li a {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 15px 12px 15px 48px;
	font-size: 13px;
	font-weight: 500;
	color: #1b2e4b;
}

#sidebar ul.menu-categories li.menu ul.submenu>li a:before {
	content: '';
	background-color: #d3d3d3;
	position: absolute;
	height: 3px;
	width: 3px;
	top: 22.5px;
	left: 30px;
	border-radius: 50%;
}

#sidebar ul.menu-categories li.menu ul.submenu>li.active a:before {
	background-color: #445ede;
}

#sidebar ul.menu-categories ul.submenu>li.active a {
	color: #304aca;
	font-size: 14px;
	font-weight: 700;
}

#sidebar ul.menu-categories li.menu.active>.dropdown-toggle {
	background: #174ff2;
}

#sidebar ul.menu-categories li.menu.active>.dropdown-toggle svg.feather-chevron-right {
	transform: rotate(90deg);
}

#sidebar ul.menu-categories li.menu.active>.dropdown-toggle[aria-expanded="false"] svg {
	color: #fff;
	stroke-width: 2px;
}

#sidebar ul.menu-categories li.menu.active>.dropdown-toggle[aria-expanded="false"] span {
	color: #fff;
	font-weight: 600;
}

#sidebar ul.menu-categories ul.submenu>li a:hover {
	color: #304aca;
}

#sidebar ul.menu-categories ul.submenu>li a:hover:before {
	background-color: #304aca!important;
}

#sidebar ul.menu-categories ul.submenu li>[aria-expanded="true"]:before {
	background-color: #304aca!important;
}

#sidebar ul.menu-categories ul.submenu li>a[aria-expanded="true"] {
	color: #304aca;
	font-size: 14px;
}

#sidebar ul.menu-categories ul.submenu>li ul.sub-submenu>li a {
	position: relative;
	padding: 10px 12px 10px 48px;
	padding-left: 13px;
	margin-left: 62px;
	font-size: 11px;
	color: #506690;
}

#sidebar ul.menu-categories ul.submenu>li ul.sub-submenu>li.active a {
	color: #304aca;
}

#sidebar ul.menu-categories ul.submenu>li ul.sub-submenu>li a:hover {
	color: #304aca;
}

#sidebar ul.menu-categories ul.submenu>li ul.sub-submenu>li a:hover:before {
	background-color: #304aca
}

#sidebar ul.menu-categories ul.submenu>li ul.sub-submenu>li a:before {
	content: '';
	background-color: #515365;
	position: absolute;
	top: 15px!important;
	border-radius: 50%;
	left: 0;
}

#sidebar ul.menu-categories ul.submenu>li ul.sub-submenu>li.active a:before {
	background-color: #304aca;
}

.sidebar-closed>.sidebar-wrapper {
	width: 54px;
}

.sidebar-closed>#content {
	margin-left: 54px;
}

.sidebar-closed>.sidebar-wrapper .profile-info {
	position: relative;
}

.sidebar-closed>.sidebar-wrapper .profile-info figure {
	height: 0;
	opacity: 0;
}

.sidebar-closed>.sidebar-wrapper .profile-info .user-info {
	text-align: center;
	padding: 0;
	height: 0;
}

.sidebar-closed>.sidebar-wrapper .profile-info .user-info img.profile {
	top: 10px;
	border: 3px solid rgba(68, 94, 222, 0.24);
	width: 36px;
	height: 36px;
}

.sidebar-closed>.sidebar-wrapper .profile-info .user-info h6 {
	opacity: 0;
}

.sidebar-closed>.sidebar-wrapper .profile-info .user-info p {
	opacity: 0;
}

.sidebar-closed #sidebar ul.menu-categories li.menu {
	margin: 0px 8px;
}

.sidebar-closed .sidebar-wrapper ul.menu-categories li.menu.menu-heading>.heading .feather-minus {
	display: inline-block;
}

.sidebar-closed .sidebar-wrapper ul.menu-categories li.menu.menu-heading>.heading {
	padding: 20px 9px 20px 13px;
}

.sidebar-closed>.sidebar-wrapper ul.menu-categories li.menu.menu-heading>.heading span {
	display: none;
}

.sidebar-closed #sidebar ul.menu-categories li.menu>.dropdown-toggle {
	padding: 11px 7px;
	transition: .600s;
	position: relative;
}

.sidebar-closed #sidebar ul.menu-categories li.menu>.dropdown-toggle svg.feather-chevron-right,
.sidebar-closed #sidebar ul.menu-categories li.menu>.dropdown-toggle svg.feather-chevron-right {
	display: none;
}

.sidebar-closed>.sidebar-wrapper:hover {
	width: 255px;
}

.sidebar-closed>.sidebar-wrapper:hover .profile-info {
	position: relative;
}

.sidebar-closed>.sidebar-wrapper:hover .profile-info figure {
	height: 76px;
	opacity: 1;
}

.sidebar-closed>.sidebar-wrapper:hover .profile-info .user-info {
	padding: 0;
	height: 0;
}

.sidebar-closed>.sidebar-wrapper:hover .profile-info .user-info img.profile {
	top: 34px;
	border: 6px solid rgba(68, 94, 222, 0.24);
	width: 90px;
	height: 90px;
}

.sidebar-closed>.sidebar-wrapper:hover .profile-info .user-info h6 {
	opacity: 1;
}

.sidebar-closed>.sidebar-wrapper:hover .profile-info .user-info p {
	opacity: 1;
}

.sidebar-closed #sidebar:hover ul.menu-categories li.menu {
	margin: 0px 15px 3px 15px;
}

.sidebar-closed .sidebar-wrapper:hover #sidebar ul.menu-categories {
	padding: 20px 0 20px 0;
}

.sidebar-closed .sidebar-wrapper:hover ul.menu-categories li.menu.menu-heading>.heading .feather-minus {
	display: none;
}

.sidebar-closed>.sidebar-wrapper:hover ul.menu-categories li.menu.menu-heading>.heading span {
	display: inline-block;
}

.sidebar-closed>.sidebar-wrapper:hover ul.menu-categories li.menu.menu-heading>.heading {
	padding: 20px 0 20px 20px;
}

.sidebar-closed>.sidebar-wrapper:hover #sidebar ul.menu-categories li.menu>.dropdown-toggle {
	padding: 14px 10px;
	transition: .600s;
}

.sidebar-closed .sidebar-wrapper:hover #sidebar ul.menu-categories li.menu>.dropdown-toggle[aria-expanded="true"]:before {
	display: none
}

.sidebar-closed .sidebar-wrapper:hover #sidebar ul.menu-categories li.menu>.dropdown-toggle svg.feather-chevron-right,
.sidebar-closed .sidebar-wrapper:hover #sidebar ul.menu-categories li.menu>.dropdown-toggle svg.feather-chevron-right {
	display: inline-block;
}

.sidebar-closed .sidebar-wrapper:hover #sidebar ul.menu-categories li.menu>.dropdown-toggle[aria-expanded="true"] svg {
	padding: 0;
	background: transparent;
	border-radius: 0;
	border: none;
}

.overlay {
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, .4);
	z-index: 1035!important;
	opacity: 0;
	transition: all 0.5s ease-in-out;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	touch-action: pan-y;
	user-select: none;
	-webkit-user-drag: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.animated {
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

@-webkit-keyframes e-fadeInUp {
	0% {
		opacity: 0;
		margin-top: 10px;
	}
	100% {
		opacity: 1;
		margin-top: 0;
	}
}

@keyframes e-fadeInUp {
	0% {
		opacity: 0;
		margin-top: 10px;
	}
	100% {
		opacity: 1;
		margin-top: 0;
	}
}

.fadeInUp {
	-webkit-animation-name: e-fadeInUp;
	animation-name: e-fadeInUp
}

@media (max-width: 991px) {
	.header-container {
		padding-right: 0;
		padding-left: 0;
	}
	.main-container.sidebar-closed #content {
		margin-left: 0;
	}
	#content {
		margin-left: 0;
	}
	#sidebar .theme-brand {
		border-radius: 0;
	}
	.sidebar-closed #sidebar .theme-brand {
		padding: 0.9px 12px 0.9px 24px;
	}
	.main-container:not(.sbar-open) .sidebar-wrapper {
		width: 0;
		left: -52px;
	}
	body.alt-menu .sidebar-closed>.sidebar-wrapper {
		width: 0;
		left: -52px;
	}
	.main-container {
		padding: 0;
	}
	#sidebar ul.menu-categories.ps {
		height: calc(100vh - 218px)!important;
	}
	.sidebar-wrapper {
		position: fixed;
		top: 0;
		bottom: 0;
		z-index: 9999;
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-webkit-transform: translate3d(0, 0, 0);
		border-radius: 0;
	}
	#sidebar {
		height: 100vh!important;
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-webkit-transform: translate3d(0, 0, 0);
	}
	/* display .overlay when it has the .active class */
	.overlay.show {
		display: block;
		opacity: .7;
	}
	.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu {
		right: 12px;
	}
	.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu::after {
		right: 3px;
	}
	.header-container .navbar-nav.theme-brand .theme-logo img.mobile-logo {
		display: block;
		margin-left: 10px
	}
	.header-container .navbar-nav.theme-brand .theme-logo img.navbar-logo {
		display: none
	}
}

@media (min-width: 992px) {
	.sidebar-closed #sidebar .theme-brand li.theme-text a {
		display: none;
	}
	.md-visible {
		display: none;
	}
	.header-container .expand-header .navbar-nav .theme-text {
		opacity: 0;
		width: 0;
		display: none;
	}
	.header-container .expand-header .navbar-nav.theme-brand .theme-logo {
		opacity: 0;
		width: 0;
		display: none;
	}
	.header-container .expand-header .navbar-nav.theme-brand {
		width: 54px;
	}
	.header-container .navbar-nav.theme-brand .theme-logo img.mobile-logo {
		display: none
	}
	.header-container .navbar-nav.theme-brand .theme-logo img.navbar-logo {
		display: block
	}
}

@media (max-width: 991px) {
	.sidebar-wrapper {
		border: none;
		box-shadow: none;
	}
	.md-hidden {
		display: none;
	}
	.header-container .navbar-nav .theme-text {
		display: none;
	}
	.header-container .navbar-nav.theme-brand {
		width: 80px;
		display: none
	}
}

@media (max-width: 575px) {
	.navbar .navbar-item .nav-item.user-profile-dropdown {
		margin-left: 15px;
	}
}

.badge1.blnceBadge {
	background: #174ff2;
	font-size: 16px;
	font-weight: 600;
	padding: 2px 3px 2px 20px;
	border-radius: 500px;
}

.badge1.blnceBadge span {
	background: #ff2330;
	width: 28px;
	height: 28px;
	display: inline-flex;
	border-radius: 500px;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	margin-left: 8px;
}

.nav-item.blnce a {
	color: #fff
}

.drop-icon i {
	color: #4219ac;
	background-color: #fff;
	padding: 6px;
	border-radius: 100px;
	font-size: 15px;
}

.nav-item.nightMode {
	margin-left: 10px
}

.btn {
	padding: 0.4375rem 1.25rem;
	text-shadow: none;
	font-size: 16px;
	color: #3b3f5c;
	font-weight: normal;
	white-space: normal;
	word-wrap: break-word;
	transition: .2s ease-out;
	touch-action: manipulation;
	cursor: pointer;
	background-color: #f1f2f3;
	box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.1);
	will-change: opacity, transform;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}

.btn:hover,
.btn:focus {
	color: #3b3f5c;
	background-color: #f1f2f3;
	border-color: #d3d3d3;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 2px 5px 0 #e0e6ed, 0 2px 10px 0 #e0e6ed;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.btn-danger {
	color: #fff !important;
	background-color: #24ca7a;
	border-color: #24ca7a;
	box-shadow: 0 10px 20px -10px #24ca7a;
	height: 45px;
	font-weight: 700
}

.btn-danger:hover,
.btn-danger:focus {
	color: #fff !important;
	background-color: #24ca7a!important;
	box-shadow: none;
	border-color: #24ca7a!important;
}

.btn-white {
	color: #202020 !important;
	background-color: #fff;
	border-color: #d7313b;
	box-shadow: 0 10px 20px -10px #d7313b;
	height: 45px;
	font-weight: 700
}

.btn-white:hover,
.btn-white:focus {
	background-color: #ffe0e2;
	box-shadow: none;
	border-color: #1aba80;
}

.btn-blue {
	color: #fff !important;
	background-color: #174ff2;
	border-color: #174ff2;
	box-shadow: 0 10px 20px -10px #174ff2;
	height: 45px;
	font-weight: 700
}

.btn-blue:hover,
.btn-blue:focus {
	background-color: #304aca;
	box-shadow: none;
	border-color: #304aca;
}

.btn.btn-big-primary {
font-weight: 700;
font-style: normal;
font-size: null;
padding-left: 16px;
padding-right: 16px;
padding-top: 11px;
padding-bottom: 11px;
color: var(--button_primary_text_color) !important;
background: var(--button_primary_background_color);
border-color: var(--button_primary_border_color);
box-shadow: var(--button_primary_box_shadow);
border-style: solid;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-bottom-width: 2px;
}

.dash-card {
	border-radius: 10px;
	background: #0794ff;
	overflow: hidden;
	margin-bottom: 25px;
}

.dash-card img {
	max-width: 100%;
}

.dash-card .dashcard-image-1 {
	position: absolute;
	left: 15px;
	width: 100%;
	height: 100%;
	background-image: url(https://storage.perfectcdn.com/gzgjs6/r8lzds57ci96fzma.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.dash-card .dashcard-image-2 {
	position: absolute;
	left: 15px;
	width: 100%;
	height: 100%;
	background-image: url(https://storage.perfectcdn.com/gzgjs6/2t4qb0mmx6z5w0b7.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.dash-card .dashcard-image-3 {
	position: absolute;
	left: 15px;
	width: 100%;
	height: 100%;
	background-image: url(https://storage.perfectcdn.com/gzgjs6/aaijdxis8axa9bel.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.dash-card .dashcard-image-4 {
	position: absolute;
	left: 15px;
	width: 100%;
	height: 100%;
	background-image: url(https://storage.perfectcdn.com/gzgjs6/qbac2h8rknycd422.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.dash-card .dashcard-image-5 {
	position: absolute;
	left: 15px;
	width: 100%;
	height: 100%;
	background-image: url(https://storage.perfectcdn.com/gzgjs6/yebq0xhy7ebym7je.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.dash-card .dashcard-image-6 {
	position: absolute;
	left: 15px;
	width: 100%;
	height: 100%;
	background-image: url(https://storage.perfectcdn.com/gzgjs6/kr5t1bult1d21go1.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.dash-card .dashcard-image-7 {
	position: absolute;
	left: 15px;
	width: 100%;
	height: 100%;
	background-image: url(https://storage.perfectcdn.com/gzgjs6/qjf4go2fckbu2pwl.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.dash-card .dash-pad {
	padding: 40px 20px 30px 20px;
}

.dash-card .dash-title {
	font-size: 22px;
	color: #fff;
	font-weight: 400;
}

.dash-card .dash-title .username {
	color: #24ca7a;
	font-weight: 700;
}

.dash-card .dash-text {
	font-size: 14px;
	line-height: 21px;
	color: #fff;
	font-weight: 300;
	padding: 14px 0 10px;
}

.dash-card-2 {
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 30px;
	background: #fff;
	border: 1px solid #e0e6ed;
	box-shadow: 0 0 40px 0 rgba(94, 92, 154, .06);
}

.dash-card-2.desk {
	background: #ff2330 url(https://sosyalbaz.com/img/files/2d9f393eceaf831db94aa339fb4cf52b.jpg);
	background-repeat: no-repeat
}

.dash-card-2 .dash-title {
	font-weight: 700;
	font-size: 25px;
	color: #fff;
	margin-bottom: 16px;
}

.dash-card-2.wallets .dash-title {
	font-size: 16px
}

.dash-card-2.wallets .dash-title {
	color: #909090;
	font-weight: 500
}

.dash-card-2.wallets .dash-title i {
	vertical-align: middle;
	font-size: 24px;
	margin-right: 15px;
}

.dash-card-2.wallets .blnc-low {
	background: #ff2330;
	color: #fff;
	font-size: 12px;
	border-radius: 10px;
	padding: 1px 10px
}

.dash-card-2.wallets .dash-text {
	font-size: 24px;
	font-weight: 700;
	color: #202020
}

.dash-card-2 .dash-text {
	font-size: 13px;
	font-weight: 300;
	color: #fff;
	line-height: 22px;
	margin-bottom: 4px;
}

.dash-title h4 {
	font-weight: 700;
	font-size: 25px;
	color: #fff;
}

.well {
	position: relative;
	padding: 15px;
	border-radius: 8px;
	background: #fff;
	margin-top: 0;
	margin-bottom: 0;
	border-radius: 10px;
	border: 1px solid #e0e6ed;
	box-shadow: 0 0 40px 0 rgba(94, 92, 154, .06);
	margin-bottom: 25px
}

.form-control {
	height: 55px!important;
	border: 1px solid #bfc9d4;
	color: #000;
	font-size: 15px;
	padding: 8px 10px;
	letter-spacing: 1px;
	height: calc(1.4em + 1.4rem + 2px);
	padding: .75rem 1.25rem;
	border-radius: 6px;
}

.form-control {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.form-group label {
	font-weight: 700;
	color: #202020;
	font-size: 16px
}

.bootstrap-select .btn {
	background-color: transparent!important;
	border: none;
	padding: 12px 12px;
	border-radius: 6px;
	border: none;
	height: 55px;
	line-height: 30px;
	border: 1px solid #bfc9d4;
	box-shadow: none;
}

.bootstrap-select .btn:hover,
.bootstrap-select .btn:focus {
	-webkit-transform: none;
	transform: none;
	outline: 0!important;
}

.btn.btn-default {
	background: none!important
}

.bootstrap-select .btn:focus {
	background-color: transparent;
	border: none;
	outline: 0;
}

.filter-option-inner-inner {
	color: #000
}

.bootstrap-select .dropdown-toggle .caret {
	color: #000!important
}

.panel-body {
	background: #fafafa;
	padding: 15px;
	border-radius: 10px
}

.priceBadge {
	height: 20px;
	line-height: 20px;
	background: #fff;
	color: #d5d7d9;
	font-size: 12px;
	font-weight: 600;
	padding: 0 7px;
	border-radius: 5px;
	vertical-align: middle;
	display: inline-block;
}

.priceBadge.bGreen {
	background: #bcebdf;
	color: #16b77d;
}

.dropdown-menu {
	width: 100%;
	padding: 0;
	max-height: 43.6vh;
	overflow-y: scroll;
}

#order-sItem,
#order-cItem {
	white-space: inherit;
	padding: 12px;
	font-weight: 500;
	font-size: 14px;
	border-bottom: 1px solid #f5f5f5;
	text-align: left;
	width: 100%
}

#order-sItem:hover,
#order-cItem:hover {
	background: #f1f1f1
}

#order-category,
#newtc,
#order-services {
	white-space: nowrap;
	text-overflow: ellipsis;
}

#order-category,
#order-services,
#order-social-network {
	width: 85%;
	overflow-x: hidden;
	position: absolute;
	line-height: 15px;
	height: 24px;
	font-size: 14px;
}

.dropdown button {
	background: #fff;
	border: 1px solid #f1f1f1;
	color: #081521
}

.dropdown button:hover,
.dropdown button:focus {
	outline: none;
}

.dropdown-menu::-webkit-scrollbar {
	width: 7px;
	height: 7px;
}

.dropdown-menu::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 5px;
}

.dropdown-menu::-webkit-scrollbar-track {
	background: transparent;
}

.fab.fa-instagram {
	background: linear-gradient(200deg, #d047d1, red, #ff0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	font-size: 17px;
	padding: 2.4px;
	border-radius: 5px;
	color: #FFF;
	font-weight: bold;
	margin-right: 10px;
}

.fab.fa-facebook-square {
	background: #207eff;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.fab.fa-youtube {
	background: #FF0302;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.fab.fa-twitter {
	background: #1da1f2;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.fab.fa-vk {
	background: #0077FF;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.fab.fa-telegram-plane {
	background: #2b9fd2;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 14px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.fab.fa-soundcloud {
	background: #ff5836;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.fab.fa-spotify {
	background: #62ffa2;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.far.fa-star {
	background: #ffe700;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.fab.fa-tiktok {
	background: #ff0042;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.fab.fa-twitch {
	background: #4b367c;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 14px;
	-webkit-text-fill-color: transparent;
	margin-right: 10px;
}

.fab.fa-pinterest-p {
	background: #ff5858;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.fa.fa-music {
	background: #69C9D0;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 14px;
	-webkit-text-fill-color: transparent;
	margin-right: 10px;
}

.fas.fa-globe {
	background: #1a1a1a;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.fas.fa-globe {
	background: #1a1a1a;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.fas.fa-stream {
	background: #ccc;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	margin-right: 10px;
}

.fab.fa-hotjar {
	background: #ff0000;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	margin-right: 10px;
}

.fab.fa-periscope {
	background: #e24d3a;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	margin-right: 10px;
}

.fab.fa-linkedin-in {
	background: #0077b0;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 14px;
	-webkit-text-fill-color: transparent;
	margin-right: 10px;
}

.fab.fa-tumblr {
	background: #1c3764;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	margin-right: 10px;
}

.fab.fa-dailymotion {
	background: #00c9eb;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	margin-right: 10px;
}

.fas.fa-magic {
	background: #24CA7A;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	margin-right: 10px;
}

.fab.fa-vimeo-v {
	background: #00a8e8;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	margin-right: 10px;
}

.fab.fa-apple {
	background: #313131;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	margin-right: 10px;
}

.fab.fa-snapchat-ghost {
	background: #FFFC00;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	margin-right: 10px;
}

.fab.fa-heart {
	background: #ff2373;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	margin-right: 10px;
}

.newSide .newSide-btn {
	min-width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 28px;
	border-radius: 10px;
	-webkit-transition: .13s ease;
	transition: .13s ease;
	background-color: #ccc;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 18px;
}

.newSide .newSide-btn span {
	display: none;
	font-size: 15px;
	padding: 0 20px;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.newSide .newSide-btn:hover {
	background-color: #174ff2;
}

.newSide .newSide-btn.active {
	background-color: #174ff2;
	color: #fff;
	padding: 0 14px;
}

.newSide .newSide-btn.active span {
	display: inline-block;
}

.newSide .new-tabs {
	line-height: 170%;
}

.newSide .new-tabs .new-tab {
	display: none;
}

.newSide .new-tabs .new-tab.active {
	display: block;
}

.new-tabs .notification {
	padding: 0 0 20px 0;
}

.new-tabs .notification li {
	display: flex;
	align-items: center;
}

.new-tabs .notification li {
	border: 1px solid #f5f5f5;
	border-bottom-color: #dadada;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 15px;
}

.new-tabs .notification li .icons i {
	font-size: 25px;
	margin-right: 10px;
}

.new-tabs .notification li .date {
	color: #ccc;
	font-size: 14px;
	margin-bottom: 10px;
}

.new-tabs .notification li .title {
	font-size: 16px;
	font-weight: 500;
}

.new-tabs .notification li .title a {
	color: #000
}

.new-tabs .notification li .text {
	color: #666;
	font-size: 14px;
	font-weight: 500;
	margin-top: 10px;
}

.new-tab {
	max-height: 500px;
	overflow-y: scroll;
	margin-top: 15px
}

.new-tab::-webkit-scrollbar {
	width: 7px;
	height: 7px;
}

.new-tab::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 5px;
}

.new-tab::-webkit-scrollbar-track {
	background: transparent;
}

.accordion .card-header {
	cursor: pointer;
}

.accordion.heading-right .card-title {
	position: absolute;
	right: 50px;
}

.help-block {
	color: #e7515a
}

.services-title {
	padding: 12px 30px;
	background-color: #0c45ec;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	border-radius: 6px;
	margin-left: -12px;
	margin-right: -12px;
}

.srv-search {
	background-color: #fafafa;
	color: #202020;
	font-size: 13px;
	border: none;
	outline: none;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: .15s ease;
	transition: .15s ease;
	min-height: 40px;
	position: relative;
	overflow: hidden;
}

.srv-search .srv-input {
	width: calc(100% - 40px);
	background: transparent;
	border: none;
	outline: none;
	height: 40px;
	color: #202020;
	padding: 0 14px;
}

.srv-search .srv-input::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.6);
}

.srv-search .srv-input:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.6);
}

.srv-search .srv-input::-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.6);
}

.srv-search .srv-input::placeholder {
	color: rgba(0, 0, 0, 0.6);
}

.srv-search .srv-submit {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: none;
	background: transparent;
	color: #202020;
}

@media screen and (max-width: 600px) {
	.m-logo {
		display: block!important
	}
	#serv-table.table {
		border: 0;
	}
	#serv-table.table caption {
		font-size: 1.3em;
	}
	#serv-table.table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
	#serv-table.table tr {
		border-bottom: 3px solid #081521;
		display: block;
		margin-bottom: .625em;
	}
	#serv-table.table td {
		border-bottom: 1px solid #f5f5f5;
		display: block;
		font-size: .8em;
		text-align: right!important;
	}
	#serv-table.table td::before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
		text-transform: uppercase;
	}
	#serv-table.table td:last-child {
		border-bottom: 0;
	}
	#serv-table.table tr {
		border: 1px solid #f5f5f5
	}
	#serv-table.table tr:nth-child(even) {
		background: #fff
	}
	#serv-table.table tr:nth-child(odd) {
		background: #f9f9f9
	}
	#serv-table.table tr td {
		text-align: right
	}
	#serv-table.table tr.s-head {
		border: none!important;
		text-align: left;
		background: none
	}
	.dash-card-2 {
		display: none
	}
}

.orders-btn .row>div {
	padding: 0 5px;
}

.orders-btn .btn-order {
	background-color: #dee3ff;
	color: #202020;
	padding: 12px 8px;
	font-size: 11px;
	border: none;
	outline: none;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: .15s ease;
	transition: .15s ease;
	min-height: 40px;
	display: inline-block;
	margin-bottom: 4px;
	width: 100%;
}

.orders-btn .btn-order.active {
	background-color: #0c45ec !important;
	color: #fff !important;
}

.orders-btn .btn-order:hover {
	background-color: #304aca;
	color: #fff
}

.orders-btn .btn-order i {
	margin-right: 4px;
}

.width-30 {
	max-width: 300px;
	word-wrap: break-word
}

.tos-page .tos-nav-btn {
	min-width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 28px;
	border-radius: 10px;
	-webkit-transition: .13s ease;
	transition: .13s ease;
	background-color: #ccc;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 18px;
}

.tos-page .tos-nav-btn span {
	display: none;
	font-size: 15px;
	padding: 0 20px;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.tos-page .tos-nav-btn:hover {
	background-color: #174ff2;
}

.tos-page .tos-nav-btn.active {
	background-color: #174ff2;
	color: #fff;
	padding: 0 14px;
}

.tos-page .tos-nav-btn.active span {
	display: inline-block;
}

.tos-page .tos-tabs {
	line-height: 170%;
}

.tos-page .tos-tabs .tos-tab {
	display: none;
}

.tos-page .tos-tabs .tos-tab.active {
	display: block;
}

.modal {
	z-index: 99999
}

.modal-header {
	border-bottom-color: transparent!important;
	background: #0c45ec;
	color: #fff!important;
	padding: 15px;
}

.modal-header .close {
	font-size: 28px;
	color: #fff;
	opacity: 1;
	line-height: 23px;
	border: 2px solid transparent;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
	border-radius: 0px;
}

.modal-title1 {
	float: left;
	font-size: 13px;
	color: #fff;
	padding-left: 10px;
}

.modal-body1 {
	padding: 15px;
	font-size: 13px
}

.ref-item {
	border-bottom: 1px solid #f5f5f5;
	padding: 15px 0
}

.ref-item i {
	color: #ff2330
}

.ref-item .the-title {
	font-weight: bold
}

.well-head {
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold
}

.well-head i {
	background: #ff2330;
	color: #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 5px
}

.ticket-form .white-box-head {
	background: #24ca7a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	border-radius: 10px 10px 0 0;
	padding: 15px 0
}

.ticket-form .white-box-head p {
	margin-top: 10px;
	font-size: 16px;
	font-weight: 400;
	color: #fff
}

.ticket-form .white-box-head p b {
	font-size: 18px;
	color: #fff
}

.ticket-form .white-box-head-text {
	margin: 0;
	color: #fff
}

.white-box {
	background: #fff;
	border-radius: 10px;
	border: 1px solid #e0e6ed;
	box-shadow: 0 0 40px 0 rgba(94, 92, 154, .06)
}

.page-form {
	padding: 30px 20px;
}

.panel-block {
	background: #fff;
	border-radius: 10px;
	border: 1px solid #e0e6ed;
	box-shadow: 0 0 40px 0 rgba(94, 92, 154, .06)
}

.panel-block-head {
	background: #174ff2;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	min-height: 110px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	padding: 33px 20px;
	line-height: 20px;
	position: relative;
}

.panel-block-head-icon {
	position: absolute;
	bottom: -2px;
	left: 55px;
}

.panel-block-head-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}

.panel-block-wrap {
	padding: 40px 20px;
}

.panel-block-wrap .page-form {
	padding: 0;
}

.panel-block table.ticket-table tr th {
	text-align: left;
	color: #464e77;
	font-weight: 600;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

.panel-block table.ticket-table tr td {
	border-right: none;
	border-left: none;
}

.panel-block table tr td {
	border: 1px solid #f5f5f5;
	color: #464e77;
	height: 47px;
	padding-left: 15px;
	padding-right: 15px;
}

.ticket-message-right .ticket-message {
	background: rgb(81, 209, 150, 0.1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 15px;
}

.ticket-message-left .ticket-message {
	background: rgb(23, 79, 242, 0.1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 15px;
}

.m-logo {
	display: none
}

@media screen and (min-height: 400px) and (max-height: 800px) {
	.sidebar-wrapper {
		max-height: 100vh!important;
		overflow-x: scroll
	}
}

.sidebar-wrapper::-webkit-scrollbar {
	width: 7px;
	height: 7px;
}

.sidebar-wrapper::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 5px;
}

.sidebar-wrapper::-webkit-scrollbar-track {
	background: transparent;
}

section {
	position: relative;
	width: 100%;
}


/* site_head */

.main-header {
	position: relative;
	z-index: 1;
	width: 100%;
	padding-top: 140px;
	min-height: 400px;
	overflow: hidden;
}

.main-header .main-header-bg {
	position: absolute;
	bottom: 0%;
	left: 0px;
	top: 0px;
	right: 0px;
	overflow: hidden;
}

.main-header .main-header-bg .mh-img {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0;
	background-image: url(https://storage.perfectcdn.com/gzgjs6/2jgq5tzeutitzuxe.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
}

.main-header .mh-content {
	position: relative;
	padding: 40px 0 160px 0;
}

.main-header .mh-content .loginSide {
	margin-top: 125px
}

.main-header .home-head-left {
	position: relative;
	padding: 80px 15px;
}

.main-header .home-head-left .mh-title {
	font-size: 50px;
	font-weight: 700;
	color: #fff;
	line-height: 170%;
}

.main-header .home-head-left .mh-text {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.875);
	line-height: 180%;
	letter-spacing: .2px;
	font-weight: 300;
	padding: 20px 0;
}

body.user .header {
	height: 140px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 1000;
}

body.user .header.header-active {
	position: fixed;
	height: 80px;
	background-color: #203eae;
}

body.user .header.header-active .site-name {
	height: 80px;
	line-height: 80px !important;
	margin-top: -30px;
}

body.user .header.header-active .header-menu ul {
	padding: 20px 0;
}

body.user .header .site-icon-container {
	display: inline-block;
}

body.user .header .site-icon-container img {
	max-height: 54px;
	width: auto;
}

body.user .header .site-name {
	font-size: 30px;
	color: #fff !important;
	font-weight: 300;
	line-height: 140px;
	letter-spacing: .8px;
	text-decoration: none;
}

body.user .header .header-menu ul {
	margin: 0px;
	padding: 50px 0;
	list-style: none;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

body.user .header .header-menu ul li {
	display: inline-block;
	padding: 0 20px;
}

body.user .header .header-menu ul li.active a {
	color: #fff !important;
}

body.user .header .header-menu ul li.active a::after {
	opacity: 1;
}

body.user .header .header-menu ul li a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	font-size: 15px;
	display: block;
	font-weight: 600;
	height: 40px;
	line-height: 40px;
	position: relative;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	position: relative;
}

body.user .header .header-menu ul li a:hover {
	color: rgba(255, 255, 255, 0.9);
}

body.user .header .header-menu ul li a:hover::after {
	opacity: .5;
}

body.user .home-menu-btn {
	margin-top: -18px;
	z-index: 1030;
	position: fixed;
	right: 30px;
	top: 54px;
}

body.user .btn {
	line-height: 24px;
	padding: 14px 24px;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	-webkit-transition: .14s ease;
	transition: .14s ease;
	outline: none;
	border: none;
	border-radius: 25px;
	background: -webkit-gradient(linear, left top, right top, from(#203eae), to(#3053dc)) #203eae;
	background: linear-gradient(to right, #203eae, #3053dc) #203eae;
	-webkit-transition: .15s ease;
	transition: .15s ease;
}

body.user .btn:hover {
	color: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transform: none;
	transform: none;
}

body.user .btn.btn-secondary {
	background: #24ca7a;
}

body.user .btn.btn-secondary:hover {
	background: #18ad65;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

body.user .btn.btn-outline {
	background: transparent;
	border: 3px solid #fff;
	color: #fff;
	padding: 11px 18px;
}

body.user .btn.btn-outline:hover {
	background: #fff;
	color: #2d4ed2;
	border: 3px solid #fff;
}

body.user .btn.btn-shadow {
	-webkit-box-shadow: 0px 30px 55px rgba(102, 11, 162, 0.19);
	box-shadow: 0px 30px 55px rgba(102, 11, 162, 0.19);
}

body.user .btn.btn-light {
	color: #2d4ed2;
	background: #fff;
}

body.user .btn.btn-light:hover {
	background: #eff1fb;
	-webkit-box-shadow: 0px 30px 55px rgba(102, 11, 162, 0.19);
	box-shadow: 0px 30px 55px rgba(102, 11, 162, 0.19);
}

.for-mobile {
	display: none
}

@media (max-width: 991.98px) {
	.count-content h2 {
		font-size: 28px!important
	}
	.sidebar-wrapper .profile-info .user-info {
		padding-top: 10px
	}
	.main-header .mh-content .loginSide {
		margin-top: 0
	}
	.left-border-lg {
		border: none !important;
	}
	body.user .main-header .home-mba .home-mba-img {
		position: relative;
		margin-left: 0px;
		left: 0px;
		top: 0px;
		-webkit-transform: none;
		transform: none;
	}
	body.user .main-header .home-mba .home-mba-box.hmb-1 {
		top: -20px;
		left: 30px;
	}
	body.user .for-mobile {
		display: block;
	}
	body.user .head-menu {
		-webkit-transform: translateX(-100%) scale(0.9);
		transform: translateX(-100%) scale(0.9);
		position: fixed;
		top: 0px;
		left: 0;
		right: 0;
		background-color: #0332c4;
		padding: 20px;
		padding-top: 120px;
		z-index: 1003;
		overflow-y: auto;
		border-radius: 0;
		bottom: 0px;
		background-image: url(https://storage.perfectcdn.com/gzgjs6/2jgq5tzeutitzuxe.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: bottom center;
		-webkit-transition: .3s ease;
		transition: .3s ease;
		opacity: .4;
	}
	body.user .header {
		position: fixed;
		background: #0332c4
	}
	body.user .head-menu.active {
		-webkit-transform: translateX(0px) scale(1);
		transform: translateX(0px) scale(1);
		opacity: 1;
	}
	body.user .head-menu .btn {
		display: block;
	}
	body.user .head-menu .mh-fullw {
		width: 100%;
		display: block;
	}
	body.user .head-menu .hm-close {
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		top: 18px;
		cursor: pointer;
		width: 60px;
		height: 60px;
		text-align: center;
		line-height: 60px;
		color: #fff;
		opacity: .6;
		z-index: 1004;
	}
	body.user .head-menu .bs-btn {
		display: block;
		width: 100%;
	}
	body.user .head-menu .bs-btn+.bs-btn {
		margin-top: 14px;
	}
	body.user .head-menu .header-menu>ul {
		width: 100%;
		padding: 0px 20px 30px 20px;
	}
	body.user .head-menu .header-menu>ul>li {
		display: block;
		position: relative;
	}
	body.user .head-menu .header-menu>ul>li+li {
		margin: 0px;
	}
	body.user .head-menu .header-menu>ul>li>a {
		display: block;
		text-align: left;
		position: relative;
		max-height: 40px;
		padding: 10px 0;
		line-height: 30px;
		font-size: 20px;
		font-weight: 400;
	}
	body.user .head-menu .header-menu>ul>li>a::after {
		display: none;
	}
}

.formSec form {
	margin: 0;
	z-index: 9;
	position: relative;
}

.formIcon {
	position: relative;
	width: 100%;
}

.fg-pass,
.inlineBlock {
	display: inline-block;
}

.formIcon .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 55px;
	text-align: center;
	height: 50px;
	line-height: 46px;
	z-index: 1;
}

.formIcon .icon img {
	max-width: 30px;
	max-height: 30px;
}

.formIcon input {
	border-radius: 40px;
	border-color: #dcdde6 !important;
	padding-left: 55px;
	background-color: #fff;
	height: 50px;
	box-shadow: none !important;
	border: 0;
}

.formIcon input::placeholder {
	color: #555555;
}

body.user .forgot-password {
	position: absolute;
	right: 11px;
	bottom: 15px;
}

body.user .loginSide .checkbox {
	padding: 10px 0
}

body.user .loginSide .checkbox span {
	color: #fff;
	font-weight: 300
}

body.user .loginSide .btn {
	border-radius: 40px!important
}

.counters {
	background: url(https://storage.perfectcdn.com/gzgjs6/pprg9xn16neb4qzo.jpg);
	padding: 75px 0;
	position: relative;
	margin: 100px 0
}

.counters:before {
	position: absolute;
	content: '';
	background-image: linear-gradient(to right, rgba(0, 51, 204, 0.95), rgba(0, 48, 191, 0.95), rgba(0, 43, 171, 0.90), rgba(0, 41, 161, 0.85), rgba(0, 37, 146, 0.95));
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.count-item {
	display: flex;
	align-items: first baseline;
}

.count-icon {
	margin-right: 20px;
}

.count-icon img {
	padding-top: 7px
}

.count-content h2 {
	font-size: 48px;
	font-weight: 800;
	line-height: .9;
	margin-bottom: 10px;
	color: #fff
}

.count-content>span {
	display: block;
	font-weight: 700;
	color: #dfdede;
}

.features {
	margin: 100px 0
}

.features-list {
	display: inline-block;
	padding-left: 0
}

.features-list li {
	margin-top: 30px;
	border-radius: 5px;
	padding: 30px;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
	-webkit-box-shadow: 0 23px 49px 0 rgba(0, 51, 204, 0.1);
	box-shadow: 0 23px 49px 0 rgba(0, 51, 204, 0.1);
}

.features-list li:first-child {
	margin-top: 0;
}

.features-list li i {
	display: inline-block;
	margin-right: 20px;
	font-size: 35px;
	width: 80px;
	height: 80px;
	color: #fff;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
	line-height: 80px;
	border-radius: 5px;
	text-align: center;
	background: #0033CC;
	-webkit-box-shadow: 0 10px 16px 0 rgba(0, 51, 204, 0.15);
	box-shadow: 0 10px 16px 0 rgba(0, 51, 204, 0.15);
}

.features-list li h6 {
	margin-bottom: 5px;
	font-weight: 700
}

.features-inner h3 {
	margin-bottom: 15px;
	font-weight: 700
}

.features-inner p {
	margin-bottom: 30px;
}

.section-badge {
	font-size: 14px;
	margin-bottom: 10px;
	border-radius: 5px;
	padding: 10px 20px;
	display: inline-block;
	color: #0033CC !important;
	background: rgba(0, 51, 204, 0.1);
}

#faq-tab-accordion .card {
	border: 0;
}

#faq-tab-accordion .card .card-header {
	padding: 15px;
	border: none;
	cursor: pointer;
	margin-bottom: 10px;
	position: relative;
	border-radius: 5px;
	background: #fff;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
	background-size: 200% auto;
	-webkit-box-shadow: 0 10px 20px 0 rgba(0, 51, 204, 0.1);
	box-shadow: 0 10px 20px 0 rgba(0, 51, 204, 0.1);
}

#faq-tab-accordion .card .card-header a {
	color: #000;
	font-weight: 600;
}

#faq-tab-accordion .card .card-header h6 {
	font-size: 1.125rem;
}

#faq-tab-accordion .card .card-header h6 span {
	height: 50px;
	width: 50px;
	color: #0033CC;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	margin-right: 10px;
	font-size: 1.125rem;
	display: inline-block;
	background: rgba(0, 51, 204, 0.1);
}

#faq-tab-accordion .card .card-header[aria-expanded="true"] {
	background: #0033CC;
	border-bottom-color: transparent;
}

#faq-tab-accordion .card .card-header[aria-expanded="true"] .card-toggle-btn:after {
	content: "\f068";
	background: #fff;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

#faq-tab-accordion .card .card-header[aria-expanded="true"] h6 {
	color: #fff;
}

#faq-tab-accordion .card .card-header[aria-expanded="true"] h6 span {
	background: #fff;
}

#faq-tab-accordion .card .card-header .card-toggle-btn:after {
	height: 40px;
	width: 40px;
	color: #0033CC;
	content: "\f067";
	font-weight: 600;
	margin-left: 10px;
	display: inline-block;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	font-family: "Font Awesome 5 Pro";
	background: rgba(0, 51, 204, 0.1);
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.faq-form-wrap {
	padding: 0 15px;
}

.faq-form-wrap .faq-form-title {
	margin-bottom: 30px;
}

.faq-form-wrap .faq-form-control {
	border: none;
	width: 100%;
	color: #000;
	outline: none;
	padding: 18px 20px;
	font-size: 0.9rem;
	border-radius: 5px;
	margin-bottom: 30px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	-webkit-box-shadow: 0 10px 20px 0 rgba(0, 51, 204, 0.1);
	box-shadow: 0 10px 20px 0 rgba(0, 51, 204, 0.1);
}

.faq-form-wrap .faq-form-control:focus {
	-webkit-box-shadow: 0 10px 26px 0 rgba(0, 51, 204, 0.15);
	box-shadow: 0 10px 26px 0 rgba(0, 51, 204, 0.15);
}

@media only screen and (max-width: 991.98px) {
	.faq-form-margin {
		margin-top: 50px;
	}
	.page-head .ph-title {
		font-size: 24px!important
	}
	.page-head .ph-content.fs-details {
		padding-bottom: 25px!important
	}
	.page-head {
		padding-top: 50px!important
	}
	.user-info {
		margin-bottom: 20px
	}
	body.user .header {
		height: 80px!important
	}
	body.user .header .site-name {
		line-height: 80px!important
	}
	body.user .home-menu-btn {
		top: 25px
	}
}

.section-heading {
	text-align: center;
}

.section-heading .section-title {
	font-weight: 700
}

.section-heading .section-title:before {
	bottom: 0;
	width: 60px;
}

.section-heading .section-title:before {
	content: "";
	left: 50%;
	height: 3px;
	position: absolute;
	background: #0033CC;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.footer {
	background-image: linear-gradient(to right, rgba(0, 51, 204, 0.95), rgba(0, 48, 191, 0.95), rgba(0, 43, 171, 0.90), rgba(0, 41, 161, 0.85), rgba(0, 37, 146, 0.95));
	/* height: 275px; */
	margin-top: 175px;
}

.footer.no-margin {
	margin-top: 0;
}

.footer-top {
	background: #24ca7a;
	height: 150px;
	margin-bottom: -30px;
	top: -75px;
	position: relative;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 90px;
	padding-right: 90px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 32px;
	line-height: 48px;
	border-radius: 30px;
}

.footer-top p {
	color: #fff
}

.footer-top a {
	display: block;
	width: 180px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 25px;
	font-size: 16px;
	text-align: center;
	line-height: 46px;
	font-weight: 600;
	color: #fff;
}

.footer-top a:hover {
	background: #fff;
	color: #143556
}

.footer .footer-link {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
}

.footer .footer-bottom {
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	text-align: center;
	color: rgba(255, 255, 255, 0.7);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 20px 20px 30px 20px;
	margin-top: 10px;
}

@media screen and (max-width: 768px) {
	.main-header .home-head-left {
		padding: 0 15px!important
	}
	.main-header .home-head-left .mh-title {
		font-size: 18px!important;
		line-height: 200%!important;
	}
	.main-header .mh-content {
		padding: 0 0 160px 0!important;
	}
}

@media screen and (max-width: 1170px) {
	.footer {
		height: auto;
		padding-bottom: 30px;
	}
	.footer-top {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		text-align: center;
		padding: 20px;
	}
	.footer-top p {
		width: 100%;
		font-size: 20px;
		line-height: 1.5;
	}
	.footer-top a {
		margin: 0 auto;
	}
	.footer-content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 20px;
	}
}

.switch input[type=checkbox] {
	display: none;
}

.switch label {
	color: #fff;
	font-weight: 400
}

.switch input[type=checkbox]+label {
	position: relative;
	min-width: calc(calc(2.375rem * .8) * 2);
	border-radius: calc(2.375rem * .8);
	height: calc(2.375rem * .8);
	line-height: calc(2.375rem * .8);
	display: inline-block;
	cursor: pointer;
	outline: none;
	user-select: none;
	vertical-align: middle;
	text-indent: calc(calc(calc(2.375rem * .8) * 2) + .5rem);
}

.switch input[type=checkbox]+label::before,
.switch input[type=checkbox]+label::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: calc(calc(2.375rem * .8) * 2);
	bottom: 0;
	display: block;
}

.switch input[type=checkbox]+label::before {
	right: 0;
	background-color: transparent;
	border: 3px solid #fff;
	border-radius: calc(2.375rem * .8);
	transition: .2s all;
}

.switch input[type=checkbox]+label::after {
	top: 2px;
	left: 2px;
	width: calc(calc(2.375rem * .8) - calc(2px * 2));
	height: calc(calc(2.375rem * .8) - calc(2px * 2));
	border-radius: 50%;
	background-color: #fff;
	transition: all 0.3s ease-in 0s;
	;
}

.switch input[type=checkbox]:checked+label::before {
	background-color: #24c97a;
}

.switch input[type=checkbox]:checked+label::after {
	margin-left: calc(2.375rem * .8);
}

.switch input[type=checkbox]:focus+label::before {
	outline: none;
	box-shadow: 0 0 0 .2rem rgba(0, 136, 221, .25);
}

.switch input[type=checkbox]:disabled+label {
	color: #868e96;
	cursor: not-allowed;
}

.switch input[type=checkbox]:disabled+label::before {
	background-color: #e9ecef;
}

.floating-button {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background: #22c15e;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	bottom: 15px;
	right: 15px;
	transition: .2s;
	z-index: 99999
}

.floating-button svg {
	width: 25px;
	height: 25px;
	position: relative;
	z-index: 10;
	fill: #fff;
}

.floating-button:hover {
	transform: translateY(-4px);
	text-decoration: none;
}

.floating-button .text-send {
	height: 30px;
	width: 10px;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	right: 30px;
	display: flex;
	align-items: center;
	font-size: 13px;
	padding-left: 15px;
	border-radius: 15px;
	background: #22c15e;
	color: #fff;
	transition: .2s;
	overflow: hidden;
	white-space: nowrap;
}

.floating-button:hover .text-send {
	visibility: visible;
	opacity: 1;
	width: 150px;
}

.services-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
/*
.services-list ul li {
	cursor: pointer;
	margin-left: 10px;
	margin-right: 10px;
}
*/

.services-list ul li {
	cursor: pointer;
	margin: 5px 6px;
	height: 35px;
	background: #F1F1F1;
	border-radius: 100px;
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	color: #A5A5A5;
	padding: 0 30px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.services-list ul li:hover,
.services-list ul li.active {
	color: #FFFFFF;
	background: #A5A5A5;
}

.services-list ul li i {
	color: #fff;
	font-size: 19px!important;
	margin-right: 8px!important;
}

.services-list ul li:hover .fab,
.services-list ul li.active .fab{
	background: #FFFFFF;
	background-clip: text;
	-webkit-background-clip: text;
	color: #FFFFFF;
}

.services-list ul li.instagram i {
	/* background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); */
	background: linear-gradient(200deg, #d047d1, red, #ff0)
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.services-list ul li.facebook i {
	color: #4267b2;
}

.services-list ul li.twitter i {
	color: #1da1f2
}

.services-list ul li.youtube i {
	color: red;
}

.services-list ul li.spotify i {
	color: #00d856;
}

.services-list ul li.twitch i {
	color: #1a0dab;
}

.services-list ul li.pinterest i {
	color: #bd081c;
}

.services-list ul li.telegram i {
	color: #26a4e3;
}

.services-list ul li.soundcloud i {
	color: #ff5510;
}

.services-list ul li.linkedin i {
	color: #0a66c2;
}

.services-list ul li.discord i {
	color: #5865F2;
}

.services-list ul li.likee i {
	color: #ff2373;
}

.services-list ul li.mixcloud i {
	color: #52aad8;
}

.services-list ul li.quora i {
	color: #a82400;
}

.badge {
	background-color: #ff2330;
	color: #fff;
	border-radius: 100%!important;
	width: 16px;
	height: 16px;
	font-size: 12px;
}

.page-head {
	padding-top: 150px;
	background-image: url(https://storage.perfectcdn.com/gzgjs6/2jgq5tzeutitzuxe.png);
	background-size: cover;
	background-position: center;
	background-color: #0332c4;
}

.page-head .ph-content {
	padding: 50px 0 40px 0;
	text-align: center;
}

.page-head .ph-title {
	font-size: 50px;
	font-weight: 800;
	color: #fff;
}

.page-head .ph-content.fs-details {
	padding-bottom: 75px;
}

.faq-ss-tabs .home-ss-tab {
	position: relative;
	cursor: pointer;
	background: transparent;
	color: #151722;
	background-color: #fff;
	padding: 28px 20px 28px 20px;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	margin-bottom: 14px;
	border: 1px solid #ccc;
	border-radius: 12px;
}

.faq-ss-tabs .home-ss-tab .fa-minus {
	display: none;
}

.faq-ss-tabs .home-ss-tab.active {
	background: #174ff2;
	color: #fff;
}

.faq-ss-tabs .home-ss-tab.active .ss-tab-head {
	color: #fff;
}

.faq-ss-tabs .home-ss-tab.active .ss-tab-head .right-p {
	color: #fff;
}

.faq-ss-tabs .home-ss-tab.active .fa-minus {
	display: block;
}

.faq-ss-tabs .home-ss-tab.active .fa-plus {
	display: none;
}

.faq-ss-tabs .home-ss-tab .ss-tab-head {
	font-size: 20px;
	font-weight: 500;
	color: #151722;
}

.faq-ss-tabs .home-ss-tab .ss-tab-head .right-p {
	color: #151722;
	font-size: 24px;
	height: 30px;
	line-height: 30px;
}

.faq-ss-tabs .home-ss-tab .ss-tab-content {
	display: none;
	padding-top: 12px;
	color: #fff;
	font-size: 16px;
	line-height: 170%;
	padding-bottom: 8px;
}

.nightMode {
	cursor: pointer
}

.nightMode a i.fa-moon {
	color: rgba(255, 106, 39, 1);
}

body.dark {
	background: #383b50 !important
}

body.dark .well {
	background-color: #333549;
	border: 1px solid #333549;
}

body.dark .form-control {
	background: #383b50;
	color: #f5f5f5;
	border-color: #383b50
}

body.dark .panel-body {
	background: #383b50;
	color: #f5f5f5;
	border-color: #383b50
}

body.dark .form-group label {
	color: #fff
}

body.dark .dash-card-2 {
	background: #333549;
	border-color: #333549
}

body.dark .dash-card-2.wallets .dash-text {
	color: #fff
}

body.dark .dash-card-2.wallets .dash-title {
	color: #f5f5f5
}

body.dark .new-tabs .notification li .title a {
	color: #fff
}

body.dark .new-tabs .notification li .text {
	color: #f5f5f5
}

body.dark .new-tabs .notification li {
	border-color: #383b50
}

body.dark .navbar {
	background: #333549
}

body.dark .sidebar-theme {
	background: #333549
}

body.dark .header-container .navbar-nav.theme-brand {
	background: #383b50
}

body.dark .sidebar-wrapper .profile-info .user-info {
	background: #383b50
}

body.dark .sidebar-wrapper {
	border-color: #383b50
}

body.dark .header-container .navbar-nav.theme-brand {
	border-color: #383b50
}

body.dark .badge1.blnceBadge {
	background: #383b50
}

body.dark .navbar .apps-dropdown .custom-dropdown-icon a.dropdown-toggle {
	background: #383b50
}

body.dark #sidebar ul.menu-categories li.menu>.dropdown-toggle {
	color: #fff
}

body.dark #sidebar ul.menu-categories li.menu.active>.dropdown-toggle {
	background: #383b50
}

body.dark .shadow-bottom {
	background: none
}

body.dark .btn-white {
	border-color: transparent;
	box-shadow: none
}

body.dark #sidebar ul.menu-categories ul.submenu>li a {
	color: #fff
}

body.dark .sidebar-wrapper .profile-info {
	background: #383b50
}

body.dark .navbar .navbar-item .nav-item.dropdown .dropdown-menu {
	background: #383b50;
	border-color: #383b50
}

body.dark .navbar .apps-dropdown .custom-dropdown-icon .dropdown-menu a {
	color: #fff
}

body.dark .card {
	background: #383b50;
	border-color: #333549;
	color: #fff
}

body.dark .dash-card {
	background: #272938;
}

body.dark .newSide .newSide-btn.active,
body.dark .newSide .newSide-btn:hover {
	background: #333549;
}

body.dark .srv-search .srv-input {
	background: #383b50;
	color: #fff
}

body.dark .srv-search .srv-submit {
	background: #383b50;
	color: #fff
}

body.dark .table td,
body.dark .table th {
	border-color: #383b50;
}

body.dark .table tr td,
body.dark .table tr td a {
	color: #fff!important;
}

body.dark #serv-table tr th {
	color: #fff;
}

body.dark #serv-table tr td {
	background: #383b50;
}

body.dark .services-title {
	background: #272938;
}

body.dark p {
	color: #f5f5f5
}

body.dark .white-box,
body.dark .panel-block {
	background: #333549;
	border-color: #333549
}

body.dark .panel-block table tr td {
	border-color: #383b50;
	color: #f5f5f5
}

body.dark .panel-block table.ticket-table tr th {
	color: #fff
}

body.dark .ref-item {
	border-color: #383b50;
	color: #fff
}

body.dark .well-head {
	color: #fff;
	border-color: #383b50;
}

body.dark .well ul {
	color: #fff
}

body.dark .tos-tab h3,
body.dark .tos-tab h4 {
	color: #fff
}

body.dark .tos-page .tos-nav-btn.active,
body.dark .tos-page .tos-nav-btn:hover {
	background: #333549;
}

body.dark .navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item a {
	color: #fff
}

body.dark .modal-body1 {
	background: #383b50
}

body.dark .ticket-message-left .ticket-message {
	background: #272938;
	color: #fff
}

body.dark .ticket-message-left .info {
	color: #fff
}

body.dark .ticket-message-right .ticket-message {
	background: #383b50;
	color: #fff
}

body.dark .ticket-message-right .info {
	color: #fff
}

body.dark pre {
	color: #fff;
	background: #383b50;
	border-radius: 5px;
}

body.dark .orders-btn .btn-order {
	background: #272938;
	color: #fff
}

body.dark .filter-option-inner-inner {
	color: #fff
}

body.dark .bootstrap-select .btn {
	border-color: #383b50
}

body.dark .bootstrap-select .dropdown-menu.inner {
	background: #383b50
}

body.dark .dropdown-item:hover {
	background: #272938
}

body.dark #order-sItem,
body.dark #order-cItem {
	border-bottom: 1px solid #333549;
	background: #383b50;
	color: #f5f5f5
}

body.dark #order-sItem:hover,
body.dark #order-cItem:hover {
	background: #333549;
}

body.dark .dropdown button {
	border-color: transparent
}

.langs {
	background: #0c47b9;
	padding: 10px;
	border-radius: 10px;
}

.langs li a {
	color: #fff;
	text-decoration: none;
}

.langs li ul li a {
	color: #202020;
	text-decoration: none;
	padding: 0 10px;
}

.services-list li.instagram:hover,
.services-list li.instagram.active {
	background: #d047d1;
}

.services-list li.facebook:hover,
.services-list li.facebook.active {
	background: #207eff;
}

.services-list li.twitter:hover,
.services-list li.twitter.active {
	background: #1da1f2;
}

.services-list li.youtube:hover,
.services-list li.youtube.active {
	background: #FF0302;
}

.services-list li.tiktok:hover,
.services-list li.tiktok.active {
	background: #ff0042;
}

.services-list li.spotify:hover,
.services-list li.spotify.active {
	background: #62ffa2;
}

.services-list li.twitch:hover,
.services-list li.twitch.active {
	background: #4b367c;
}

.services-list li.snapchat:hover,
.services-list li.snapchat.active {
	background: #0c47b9;
}

.services-list li.telegram:hover,
.services-list li.telegram.active {
	background: #2b9fd2;
}

.services-list li.soundcloud:hover,
.services-list li.soundcloud.active {
	background: #ff5836;
}

.services-list li.vk:hover,
.services-list li.vk.active {
	background: #2b9fd2;
}

.services-list li.linkedin:hover,
.services-list li.linkedin.active {
	background: #0a66c2;
}

.services-list li.pinterest:hover,
.services-list li.pinterest.active {
	background: #ff5858;
}

.services-list li.discord:hover,
.services-list li.discord.active {
	background: #5865F2;
}

.services-list li.likee:hover,
.services-list li.likee.active {
	background: #ff2373;
}

.services-list li.mixcloud:hover,
.services-list li.mixcloud.active {
	background: #52aad8;
}

.services-list li.quora:hover,
.services-list li.quora.active {
	background: #a82400;
}

table#serv-table {
	min-height: 120px;
}

tbody.preloader {
	position: relative;
	width: 100%;
}

tbody.preloader:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 2555, 0.5);
	background-image: url("https://storage.perfectcdn.com/jh5gwc/68njzlstbaceunku.gif");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 50px 50px;
	content: "";
}

.services-table-item .fastbuy {
	color: #000;
	padding-left: 5px;
}

.blog-page
{padding-bottom:50px;height:auto!important}
.blog-page .home-head-content
{padding-top:10px;padding-bottom:0}
.blog-page .home-head-content .row
{flex-direction:column}
.blog-page h2,.blog-side h2,.policy-title,.post-title
{font-style:normal;font-weight:700;font-size:30px;line-height:44px;text-transform:uppercase;color:#333}
.blog-popular-title h2
{font-style:normal;font-weight:700;font-size:20px;line-height:44px;text-transform:uppercase;color:#333}
.blog-side .under-line,.policy-line
{margin-bottom:45px}
.blog-txt
{font-style:normal;font-weight:500;font-size:16px;line-height:22px;color:rgba(51,51,51,.6);height:140px}
.blog-item
{display:grid;grid-template-columns:repeat(3,1fr);column-gap:8px}
.blog-item-body
{display:flex;gap:30px}.blog-item-body:first-child{padding-top:0;border:0}
.blog-item-body .blog-content,.blog-item-body .blog-img
{width:50%}
.blog-item-body--small
{flex-direction:column;grid-column:unset!important}
.blog-item-body--small .blog-content,.blog-item-body--small .blog-img
{width:100%;max-width:220px}
.blog-popular__list
{display:flex;flex-direction:column-reverse}
.blog-popular__list .blog-popular__item
{display:flex;gap:20px;padding-bottom:20px;padding-top:20px;border-bottom:1px solid #f1f1f1}
.blog-popular__list .blog-popular__item:last-child{padding-top:0}
.blog-popular__list .blog-popular__item img
{max-width:76px;height:60px;object-fit:cover}
.blog-popular__list .blog-popular__item .blog-txt h2
{font-style:normal;font-weight:700;font-size:14px;line-height:24px;color:#333;text-transform:capitalize}
.btn-blog,.diamond__item p{font-weight:500;font-style:normal}
.blog-popular__list .blog-popular__item .blog-txt p{font-style:normal;font-weight:500;font-size:14px;line-height:18px;color:rgba(51,51,51,.6)}
.blog-item-body--big{grid-column:1/10;padding-bottom:50px;padding-top:50px;border-bottom:1px solid #f1f1f1;border-top:1px solid #f1f1f1}
.btn-blog{font-size:16px;line-height:22px;color:#4b75ee;padding-left:0;padding-bottom:0}

.blog-side h2 .dark,.dark .blogpost-page p,.dark .blogpost-page ul,.dark .tickets-title,.header .header-menu ul li.active a,.menu-link.active .menu-icon,body.dark .faq-ss-tabs .home-ss-tab .col {
color:#fff!important
}
.blog-content, .blog-txt {
overflow: hidden;
}
.btn-blog {
  margin-top: 15px;
  margin-bottom: 15px;
}
.pagination {
  gap: 5px;
}
.blog-img {
  margin-bottom: 10px;
}
.blog-txt {
  margin-top: 5px;
}
.blog-popular-title-h {
  margin-bottom: 24px;
}

/*-----
Tag A in Services List
------*/
.services-list ul li a {
	color: #A5A5A5;
}


.services-list ul li a:hover,
.services-list ul li a.active {
	color: #FFFFFF;
}
/*additions*/
.main-title h1 {
  color: white;
}

.features-list-center {
  margin: auto;
  text-align: center;
}
/*acc1*/
#faq-tab-accordion1 .card {
	border: 0;
}

#faq-tab-accordion1 .card .card-header {
	padding: 15px;
	border: none;
	cursor: pointer;
	margin-bottom: 10px;
	position: relative;
	border-radius: 5px;
	background: #fff;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
	background-size: 200% auto;
	-webkit-box-shadow: 0 10px 20px 0 rgba(0, 51, 204, 0.1);
	box-shadow: 0 10px 20px 0 rgba(0, 51, 204, 0.1);
}

#faq-tab-accordion1 .card .card-header a {
	color: #000;
	font-weight: 600;
}

#faq-tab-accordion1 .card .card-header h6 {
	font-size: 1.125rem;
}

#faq-tab-accordion1 .card .card-header h6 span {
	height: 50px;
	width: 50px;
	color: #0033CC;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	margin-right: 10px;
	font-size: 1.125rem;
	display: inline-block;
	background: rgba(0, 51, 204, 0.1);
}

#faq-tab-accordion1 .card .card-header[aria-expanded="true"] {
	background: #0033CC;
	border-bottom-color: transparent;
}

#faq-tab-accordion1 .card .card-header[aria-expanded="true"] .card-toggle-btn:after {
	content: "\f068";
	background: #fff;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

#faq-tab-accordion1 .card .card-header[aria-expanded="true"] h6 {
	color: #fff;
}

#faq-tab-accordion1 .card .card-header[aria-expanded="true"] h6 span {
	background: #fff;
}

#faq-tab-accordion1 .card .card-header .card-toggle-btn:after {
	height: 40px;
	width: 40px;
	color: #0033CC;
	content: "\f067";
	font-weight: 600;
	margin-left: 10px;
	display: inline-block;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	font-family: "Font Awesome 5 Pro";
	background: rgba(0, 51, 204, 0.1);
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
/*acc2*/

#faq-tab-accordion2 .card {
	border: 0;
}

#faq-tab-accordion2 .card .card-header {
	padding: 15px;
	border: none;
	cursor: pointer;
	margin-bottom: 10px;
	position: relative;
	border-radius: 5px;
	background: #fff;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
	background-size: 200% auto;
	-webkit-box-shadow: 0 10px 20px 0 rgba(0, 51, 204, 0.1);
	box-shadow: 0 10px 20px 0 rgba(0, 51, 204, 0.1);
}

#faq-tab-accordion2 .card .card-header a {
	color: #000;
	font-weight: 600;
}

#faq-tab-accordion2 .card .card-header h6 {
	font-size: 1.125rem;
}

#faq-tab-accordion2 .card .card-header h6 span {
	height: 50px;
	width: 50px;
	color: #0033CC;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	margin-right: 10px;
	font-size: 1.125rem;
	display: inline-block;
	background: rgba(0, 51, 204, 0.1);
}

#faq-tab-accordion2 .card .card-header[aria-expanded="true"] {
	background: #0033CC;
	border-bottom-color: transparent;
}

#faq-tab-accordion2 .card .card-header[aria-expanded="true"] .card-toggle-btn:after {
	content: "\f068";
	background: #fff;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

#faq-tab-accordion2 .card .card-header[aria-expanded="true"] h6 {
	color: #fff;
}

#faq-tab-accordion2 .card .card-header[aria-expanded="true"] h6 span {
	background: #fff;
}

#faq-tab-accordion2 .card .card-header .card-toggle-btn:after {
	height: 40px;
	width: 40px;
	color: #0033CC;
	content: "\f067";
	font-weight: 600;
	margin-left: 10px;
	display: inline-block;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	font-family: "Font Awesome 5 Pro";
	background: rgba(0, 51, 204, 0.1);
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

*, :before, :after {
    box-sizing: border-box;
    border-width: 0;
    /* border-style:solid; */
    border-color: #e5e7eb;
}

:before, :after {
    --tw-content: ""
}

.w-28 {
width: 7rem;
border-radius: 10px;
}

.price::after {
    content: attr(data-price);
    unicode-bidi: bidi-override;
    direction: rtl;
}

.marker--skewed {
display: inline-block;
padding: .4rem 1rem .6rem;
font-size: inherit!important;
line-height: inherit!important;
box-shadow: 0 1rem 2rem rgba(0,0,0,.1);
transform: rotate(-3deg);
}
.marker {
padding: 0 .5rem .5rem;
font: inherit;
white-space: nowrap;
border-radius: 5rem;
background-color: #ffd850;
}


.partner-table {
    width: 100%;
    color: #333;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2.4rem;
    table-layout: fixed;
    border-spacing: 0;
    border-collapse:collapse
}

.partner-table p, .partner-table span, .partner-table td {
    font-family:Navigo, Arial, Helvetica, sans-serif
}

@media (max-width: 1279px) {
    .partner-table {
        width:116rem
    }

    .partner-table__head-item--corner {
        width:18.5rem
    }
}

@media (max-width: 767px) {
    .partner-table {
        width:116rem
    }

    .partner-table__body-item {
        padding:2.2rem 0 2.4rem
    }

    .partner-table__head-item--corner {
        width:25rem
    }
}

.partner-table__head {
    border-bottom:none
}

.partner-table__head-item {
    font-family:Navigo, Arial, Helvetica, sans-serif !important
}

td.partner-table__body-item, td.partner-table__head-item.partner-table__head-item--corner {
    padding-left:2.5rem
}

.partner-table__head {
    padding-bottom: 4rem;
    border-bottom:1px solid #ced8fd
}

.partner-table__head-item {
    width: 100%;
    padding: 0 0 1.7rem;
    color: #292e3d;
    font-family: Museo-Sans-Cyrl, Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    font-style: normal;
    line-height:2.6rem
}

.partner-table__head-row:first-child .partner-table__head-item {
    padding-top: 2rem;
    padding-left:2rem
}

.partner-table__head-row:first-child .partner-table__head-item:nth-child(2), .partner-table__head-row:nth-child(2) .partner-table__head-item {
    background:#f0f3fe
}

.partner-table__head-item:nth-child(n + 2) {
    background-color:#f0f3fe
}

.partner-table__head-row:first-child .partner-table__head-item:nth-child(3), .partner-table__head-row:nth-child(2) .partner-table__head-item:nth-child(n + 6) {
    background:#f8f1fd
}

.partner-table__head-row:first-child .partner-table__head-item:not(:last-child), .partner-table__head-row:nth-child(2) .partner-table__head-item:nth-child(5) {
    border-right:1px solid #ced8fd
}

.partner-table__body-row:nth-child(odd) .partner-table__body-item:nth-child(n + 2) {
    background-color:#e6ecfe
}

.partner-table__body-row:nth-child(2n) .partner-table__body-item:nth-child(n + 2) {
    background-color:#f0f3fe
}

.partner-table__body-row:nth-child(odd) .partner-table__body-item:nth-child(n + 7) {
    background-color:#f4e8fc
}

.partner-table__body-row:nth-child(2n) .partner-table__body-item:nth-child(n + 7) {
    background-color:#f8f1fd
}

.partner-table__body-item:first-of-type {
    font-weight:500
}

.partner-table__body-item:not(:first-child) {
    text-align:center
}

.partner-table__body-row:nth-child(odd) {
    background-color:#edeff3
}

.partner-table__body-row:nth-child(2n) {
    background-color:#f6f7f9
}

td.partner-table__body-item, td.partner-table__head-item.partner-table__head-item--corner {
    padding-left:2.5rem
}

td.partner-table__body-item {
    padding:2rem 0
}

td.partner-table__body-item:not(.partner-table__body-row:first-child .partner-table__body-item:last-child) {
    border-right:1px solid #d4e3f7
}

td.partner-table__body-item, td.partner-table__head-item.partner-table__head-item--corner {
    padding-left:2.5rem
}

td.partner-table__body-item {
    padding:2rem 0
}

td.partner-table__body-item:not(.partner-table__body-row:first-child .partner-table__body-item:last-child) {
    border-right:1px solid #d4e3f7
}

.partner-table__body-item {
    width: 100%;
    padding: 1.9rem 0;
    color: #292e3d;
    font-size: 1.6rem;
    line-height: 2.6rem;
    white-space:nowrap
}

td.partner-table__body-item--thin {
    padding:1.2rem
}

.partner-table__body-item:first-child {
    padding-left:2.5rem
}

.partner-table__body-row:nth-child(odd) .partner-table__body-item:nth-child(n + 2) {
    background-color:#e6ecfe
}

.partner-table__body-row:nth-child(2n) .partner-table__body-item:nth-child(n + 2) {
    background-color:#f0f3fe
}

.partner-table__body-row:nth-child(odd) .partner-table__body-item:nth-child(n + 7) {
    background-color:#f4e8fc
}

.partner-table__body-row:nth-child(2n) .partner-table__body-item:nth-child(n + 7) {
    background-color:#f8f1fd
}

.partner-table__body-item:first-of-type {
    font-weight:500
}

.partner-table__body-item:not(:first-child) {
    text-align:center
}

.partners-banner {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 6rem 6rem;
    border-radius: 10px;
    box-shadow:0 1rem 2rem rgba(69, 80, 97, .15)
}

.partners-banner__title-wrapper {
    display: flex
}

.partners-banner__img {
    width: 4rem;
    height: 4rem;
    margin-right: 1.5rem;
}

.paymentMethods {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    color: #234;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: .875rem;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 1rem;
    margin: 0 -5px 20px;
    text-align:center
}

.paymentMethods__header {
    color: #19233c;
    display: block;
    font-family: Gilroy, helvetica, arial, sans-serif;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.6875rem;
    margin-bottom: 20px;
    text-align: center;
    width:100%
}

.paymentMethods__col {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex: 0 1 33.33%;
    flex: 0 1 33.33%;
    padding:5px
}

@media (max-width: 360px) {
    .paymentMethods__col {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 1 50%;
        flex:0 1 50%
    }
}

@media (max-width: 280px) {
    .paymentMethods__col {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 1 100%;
        flex:0 1 100%
    }
}

.paymentMethods__item {
    background: #fff;
    border: 1px solid #d1e1ef;
    border-radius: 4px;
    cursor: pointer;
    padding: 19px 8px;
    position: relative;
    text-align: center;
    width:100%
}

.paymentMethods__item:hover {
    border-color:#2691f4
}

.paymentMethods__item--active, .paymentMethods__item:hover {
    -webkit-box-shadow: 0 4px 15px rgba(151, 179, 225, .25);
    box-shadow:0 4px 15px rgba(151, 179, 225, .25)
}

.paymentMethods__item--active {
    border:1px solid #2691f4
}

.paymentMethods__item--disable {
    border-color: rgba(209, 225, 239, .25);
    cursor:not-allowed
}

.paymentMethods__item--disable:hover {
    border-color: #d1e1ef;
    -webkit-box-shadow: none;
    box-shadow:none
}

.paymentMethods__item--disable .paymentMethods__img, .paymentMethods__item--disable .paymentMethods__title {
    opacity:.25
}

@media (max-width: 991.98px) {
    .paymentMethods__item {
        padding:12px
    }
}

@media (max-width: 440px) {
    .paymentMethods__item {
        padding:10px 6px
    }
}

.paymentMethods__title {
    color: #19233c;
    display: block;
    font-weight: 400;
    margin-top: 6px;
    text-align: center;
    white-space:pre-line
}

@media (max-width: 991.98px) {
    .paymentMethods__title {
        font-size:11px
    }
}

.paymentMethods__error {
    color: #ee4b65;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 4px;
    text-align:center
}

@media (max-width: 991.98px) {
    .paymentMethods__error {
        font-size: 9px;
        line-height:11px
    }
}

.paymentMethods__img {
    height: 64px;
    width:64px
}

@media (max-width: 991.98px) {
    .paymentMethods__img {
        height: 48px;
        width:48px
    }
}

.nav-footer {
  padding-top: 32px;
  padding-bottom: 32px;
  display: grid;
  grid-gap: 20px;
}

.nav-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nav-footer ul a {
  color: #CFEFFF;
  padding: 5px 0px 0px 5px;
}

.nav-footer a {
  color: #CFEFFF;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.nav-footer a:hover {
  color: #00CFFF;
  text-decoration: underline;
  text-shadow: 0 0 5px rgba(0, 207, 255, 0.6);
}

/* Стиль блока на главной */

.home-hero-stats__slides {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 2rem;
align-items: center;
padding-bottom: 0;
overflow-x: unset;
}

.home-hero-stats__slide {
  position: relative;
display: block;
flex-shrink: 0;
width: 100%;
border: 2px solid rgba(255,255,255,.75);
border-radius: .5rem;
background: 0 0;
transform-origin: center center;
transform: scale(1);
transition: transform .5s;
padding: 1.2rem;
margin-bottom: 1rem;
}

.home-hero-stats__slide:hover {
  border: 2px solid #62b27f;
}

.home-hero-stats__top {
display: flex;
flex-direction: row;
justify-content: space-between;
gap: 1rem;
margin-bottom: .5rem;
min-height: 37px; 
}

.home-hero-stats__logo img, .home-hero-stats__logo source {
display: block;
max-height: 3rem;
margin-top: -.75rem; 
}

.home-hero-stats__stars {
display: flex;
flex-direction: row;
align-items: center;
margin-top: -.25rem;
margin-bottom: .25rem;
margin-right: -4px; 
}

.home-hero-stats__slide.trustpilot svg {
color: #62b27f;
}

.home-hero-stats__star--trustpilot.full {
fill: #f0ac00;
}

.home-hero-stats__star {
display: inline-block;
vertical-align: top;
height: 1.35rem;
width: auto;
}

.home-hero-stats__info {
display: flex;
flex-direction: row;
justify-content: space-between;
font-size: 1.35rem;
font-family: "Myriad Semi Condensed",sans-serif;
color: #fff;
}

.home-hero-stats__link {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
cursor: pointer;
}

a:any-link {
color: -webkit-link;
text-decoration-line: underline;
cursor: auto;
}

/* Reviews */
  .testimonials-section {
    background-image: linear-gradient(to right, rgba(0, 51, 204, 0.95), rgba(0, 48, 191, 0.95), rgba(0, 43, 171, 0.90), rgba(0, 41, 161, 0.85), rgba(0, 37, 146, 0.95));
    padding: 4rem 1rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .testimonial-container {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
  }

  .testimonial-wrapper {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .testimonial {
    background: #fff;
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
    text-align: center;
  }

  .testimonial blockquote {
    font-style: italic;
    color: #333;
    margin: 0;
  }

  .author-info {
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
    color: #fff;
    gap: 1rem;
  }

  .avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #fff;
    object-fit: cover;
  }

  .author-text h5 {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
  }

  .author-text span {
    font-size: 0.8rem;
    color: #ccc;
  }

  .testimonial-button {
    margin-top: 3rem;
  }

  .testimonial-button a {
    background-color: #00b67a;
    color: #fff;
    padding: 0.9rem 2rem;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 6px;
    transition: background-color 0.3s ease;
  }

  .testimonial-button a:hover {
    background-color: #009e6b;
  }
/* Читаемость кнопки Зарегистрироваться на Главной */
  a.btn.btn-outline:hover {
    background: #FFF;
}