/* ----------------------------------

Template Name: ViaSMM
Description: SMM Panel Themes
Version: v1


------------------------------------- */

@font-face {
	font-family: 'Gilroy';
	src: url("https://viasmm.com/fonts/Gilroy-Light.otf");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url("https://viasmm.com/fonts/Gilroy-Regular.otf");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url("https://viasmm.com/fonts/Gilroy-Medium.otf");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url("https://viasmm.com/fonts/Gilroy-Bold.otf");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url("https://kingfans.net/fonts/Gilroy-Black.otf");
	font-weight: 900;
	font-style: normal;
}

html {
	min-height: 100%
}

body {
	color: #202020;
	height: 100%;
	font-size: 0.875rem;
	background: #f2f5f8;
	overflow-x: hidden;
	overflow-y: auto;
	letter-spacing: 0.0312rem;
	font-family: 'Gilroy', sans-serif;
}

body#userpanel {
	background: #0A0F1D
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #3b3f5c;
}

.hidden {
	display: none;
}

:focus {
	outline: none!important;
	box-shadow: none!important;
}

.btn:focus,
.btn:active {
	outline: none!important;
	box-shadow: none!important;
}

::selection {
	color: #fff;
	background: #f32846;
}

::-moz-selection {
	/* Code for Firefox */
	color: #fff;
	background: #f32846;
}


p {
	margin-top: 0;
	margin-bottom: 0.625rem;
	color: #515365
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid 1px solid rgba(255, 255, 255, 0.08);
}

strong {
	font-weight: 600;
}

code {
	color: #e7515a;
}

a,
a:hover {
	text-decoration: none
}

.p0 {
	padding-left: 0!important;
	padding-right: 0!important
}

section {
	position: relative;
	width: 100%;
}

.well {
	border-radius: 10px;
	background-color: #161c3d;
	color: #fff;
	width: 100%;
	height: auto;
	padding: 30px
}

.main-header {
	position: relative;
	z-index: 1;
	width: 100%;
	padding-top: 140px;
	min-height: 1400px;
	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(/public/huseyin/img/l71ajc9mcxpogu72.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 {
	background: #151b31;
	padding: 25px;
	border-top: 10px solid #4A5CF6;
	border-radius: 10px;
	margin-top: 75px;
}

.main-header .mh-content .loginSide label {
	color: #6e7590;
	font-size: 16px;
	font-weight: 600
}

.main-header .home-login-alt-text {
	color: #fff
}

.main-header .home-login-alt-text a {
	color: #4A5CF6
}

.main-header .home-head-left {
	position: relative;
}

.main-header .home-head-left .hhl-title {
	font-size: 52px;
	font-weight: 600;
	color: #fff;
	line-height: 125%;
}

.main-header .home-head-left .hhl-title span {
	color: #4A5CF6;
}

.main-header .home-head-left .hhl-text {
	font-size: 13px;
	color: #6e7590;
	line-height: 180%;
	letter-spacing: .2px;
}

.main-header .home-head-left .hh1-text-alt {
	border-top: 1px solid #253342;
	border-bottom: 1px solid #253342;
	padding: 25px 0
}

.main-header .home-head-left .hhl-tags {
	background: #242e53;
	border-radius: 30px;
	width: max-content;
	padding: 7px 15px;
	color: #fff;
	font-weight: 500;
	display: flex
}

.main-header .home-head-left .btn {
	height: 60px;
	line-height: 30px;
	border-radius: 30px
}

.main-header .mh-content .loginSide .form-control {
	background: transparent;
	border: 2px solid #6e7590;
	border-radius: 8px;
	height: 50px;
	color: #fafafa
}

.main-header .mh-content .loginSide .sWhite {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}

.main-header .mh-content .loginSide .sGray {
	color: #6e7590
}

.main-header .mh-content .loginSide form {
	margin-top: 25px
}

.main-header .mh-content .loginSide .form-control:focus {
	border: 2px solid #f32846;
}

.main-header .home-head-left {
	position: relative;
	padding: 80px 15px;
}

.header {
	height: 140px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 1000;
}

.header.header-active {
	position: fixed;
	height: 80px;
	background-color: #203eae;
}

.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;
}

.header .site-icon-container {
	display: inline-block;
}

.header .site-icon-container img {
	max-height: 54px;
	width: auto;
}

.header .site-name {
	font-size: 30px;
	color: #fff !important;
	font-weight: 300;
	line-height: 140px;
	letter-spacing: .8px;
	text-decoration: none;
}

.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;
}

.header .header-menu ul li.active a {
	color: #fff !important;
}

.header .header-menu ul li.active a::after {
	opacity: 1;
}

.header .header-menu ul li a {
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
	font-size: 15px;
	display: block;
	font-weight: 500;
	letter-spacing: 1px;
	height: 40px;
	line-height: 40px;
	position: relative;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	position: relative;
}

.header .header-menu ul li a:hover {
	color: rgba(243, 40, 70, 1);
}

.header .header-menu ul li a:hover::after {
	opacity: .5;
}

.header .header-menu ul li a::after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 1px;
	background: #4A5CF6;
	opacity: 0;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

.home-menu-btn {
	margin-top: -35px;
	z-index: 1030;
	position: fixed;
	right: 30px;
}

.btn {
	line-height: 24px;
	padding: 14px 24px;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #fff;
	-webkit-transition: .14s ease;
	transition: .14s ease;
	outline: none;
	border: none;
	border-radius: 8px;
	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;
}

.btn:hover {
	color: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transform: none;
	transform: none;
}

.btn.btn-secondary {
	background: #24ca7a;
}

.btn.btn-secondary:hover {
	background: #18ad65;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.btn.btn-outline {
	background: transparent;
	border: 3px solid #fff;
	color: #fff;
	padding: 11px 18px;
}

.btn.btn-outline:hover {
	background: #fff;
	color: #10162b;
	border: 3px solid #fff;
}

.btn.btn-light {
	color: #fff;
	background: #4A5CF6;
	/*-webkit-box-shadow: 0 0 25px rgba(243, 40, 70, 0.60);*/
	box-shadow: 0 0 25px rgb(75 92 247 / 23%);
}

.btn.btn-light:hover {
	background: #3a4ef3;
	color: #fff;
}

.btn.btn-light:focus {
	background: #3a4ef3!important;
	color: #fff!important
}

.for-mobile {
	display: none
}

.home-stats {
	position: relative;
	color: #fff;
	margin-top: 60px;
	margin-bottom: 30px;
	margin-left: 75px
}

.home-stats .hs-item {
	position: relative;
}

.home-stats .hs-item .hs-title {
	font-size: 20px;
	font-weight: 400;
}

.home-stats .hs-item .hs-text {
	font-size: 24px;
	font-weight: 800;
}

.home-steps {
	margin-top: -350px;
	position: relative;
	z-index: 1
}

.home-steps .hts-item {
	border-radius: 10px;
	padding: 40px 45px;
	text-align: left;
	background-color: #131a36;
	-webkit-transition: .14s ease;
	transition: .14s ease;
	border: 3px solid #f2f5f8;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.home-steps .hts-item:hover {
	cursor: pointer;
	background-color: #4A5CF6;
	border-color: #4A5CF6
}

.home-steps .hts-item:hover .hts-icon {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.home-steps .hts-item:hover .hts-text {
	color: #fa7d90
}

.home-steps .hts-title {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}

.home-steps .hts-text {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #394263;
}

.home-info {
	position: relative;
	padding: 50px 0 0 0;
}

.home-info .hi-text {
	font-size: 17px;
	font-weight: 400;
	color: #9c9b9b;
	line-height: 180%;
}

.home-info .hi-text i {
	color: #4A5CF6;
	font-size: 24px
}

.home-info .hi-icon {
	font-size: 18px;
	color: #4A5CF6;
	font-weight: 600
}

.home-info .hi-icon i {
	font-size: 18px;
	color: #f32846;
	background: #c3c9ff;
	border-radius: 5px;
	padding: 9px 7px 7px 7px
}

.home-info .hi-title {
	font-size: 34px;
	line-height: 42px;
	font-weight: 600;
	color: #131a36;
}

.home-image-1 {
	border-radius: 10px;
	background-color: #fff;
	width: 100%;
	height: auto;
	-webkit-box-shadow: 0 5px 50px rgba(200, 200, 200, 0.2);
	box-shadow: 0 5px 50px rgba(200, 200, 200, 0.2);
}

.home-image-1 img {
	margin-left: -28px;
	width: calc(100% + 28px);
}

.home-image-2 {
	border-radius: 10px;
	background-color: #fdfdfd;
	width: 100%;
	height: auto;
	-webkit-box-shadow: 0 5px 50px rgba(200, 200, 200, 0.2);
	box-shadow: 0 5px 50px rgba(200, 200, 200, 0.2);
}

.home-image-2 img {
	margin-left: -28px;
	width: calc(100% + 28px);
}

.home-image-bot-info {
	color: #fff;
	padding: 20px;
	background-color: #4A5CF6;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 75px;
	border-bottom-right-radius: 75px;
	margin: -80px 20px 0 20px;
	z-index: 40;
	position: relative;
}

.home-image-bot-info .hibi--text {
	position: relative;
	line-height: 120%;
	font-weight: 700;
	font-size: 22px;
}

.home-image-bot-info .hibi--image {
	max-width: 110px;
}

.home-sab-items {
	position: relative;
}

.home-sab-items .hosa-item {
	margin-bottom: 15px;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px 10px;
	-webkit-box-shadow: 0 0 40px rgba(152, 152, 152, 0.33);
	box-shadow: 0 0 40px rgba(152, 152, 152, 0.33);
}

.home-sab-items .hosa-item:hover {
	background: #4A5CF6;
	transition: 300ms all;
	cursor: pointer
}

.home-sab-items .hosa-item:hover .hosa-icon i {
	color: #fff;
}

.home-sab-items .hosa-item:hover .hosa-title {
	color: #fff;
}

.home-sab-items .hosa-item:hover .hosa-text {
	color: #fff;
}

.home-sab-items .hosa-item .hosa-icon i {
	height: 85px;
	width: 30px;
	color: #131a36;
	font-size: 42px;
	line-height: 84px;
	text-align: center;
	display: inline-block;
	-webkit-transition: .15s ease;
	transition: .15s ease;
}

.home-sab-items .hosa-item .hosa-title {
	font-size: 18px;
	color: #131a36;
	font-weight: 700;
	line-height: 150%;
	margin-bottom: 6px;
}

.home-sab-items .hosa-item .hosa-text {
	font-size: 14px;
	line-height: 170%;
	color: #131a36;
	letter-spacing: .7px;
}

.home-boxs {
	border-radius: 20px;
	height: 150px;
	width: 200px!important;
	background: #fff;
	position: relative;
}

.home-boxs img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 100%;
}

.home-mba-title {
	font-size: 20px;
	font-weight: 600;
	color: #131a36
}

.home-comm-section {
	background-image: url(/public/huseyin/img/a31mzumhwan86kte.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	min-height: 650px;
}

.home-customer {
	margin-top: 300px
}

.home-customer .hc-item {
	padding: 33px 175px;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

.home-customer .hc-item .hc-title {
	margin-bottom: 30px;
}

.home-customer .hc-item .home-boxs {
	border-radius: 20px;
	height: 150px;
	width: 150px!important;
	background: #fff;
	position: relative;
}

.home-customer .hc-item .hc-name {
	color: #4A5CF6;
}

.home-customer .hc-item .hc-text {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 140%;
	margin-bottom: 20px;
}

.home-customer .hc-item .hci--info {
	color: rgba(255, 255, 255, 1);
}

.home-customer .hc-item .hci--foot {
	position: relative;
}

.home-customer .owl-dots .owl-dot span {
	border-radius: 0px!important;
	height: 6px!important;
	width: 40px!important;
	-webkit-transition: ease .15s!important;
	transition: ease .15s!important;
	background: rgba(255, 255, 255, 0.5);
	!important;
}

.home-customer .owl-dots .owl-dot span:hover {
	background: rgba(255, 255, 255, 0.5)important;
}

.home-customer .owl-dots .owl-dot.active span {
	width: 75px!important;
	background: #4A5CF6!important;
}

@media (max-width: 991.98px) {
	.main-header {
		min-height: 1200px;
	}
	.main-header .mh-content {
		padding: 0
	}
	.home-steps {
		margin-top: 0;
	}
	.home-customer .hc-item {
		padding: 0
	}
	.main-header .mh-content .loginSide {
		margin-top: 0
	}
	.shapeBox {
		display: none!important
	}
	.left-border-lg {
		border: none !important;
	}
	.main-header .home-mba .home-mba-img {
		position: relative;
		margin-left: 0px;
		left: 0px;
		top: 0px;
		-webkit-transform: none;
		transform: none;
	}
	.for-mobile {
		display: block;
	}
	.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: #141a2f;
		padding: 20px;
		padding-top: 120px;
		z-index: 1003;
		overflow-y: auto;
		border-radius: 0;
		bottom: 0px;
		background-image: transparent!important;
		-webkit-transition: .3s ease;
		transition: .3s ease;
		opacity: .4;
	}
	.header {
		background: #141a2f!important;
		position: fixed;
		background: transparent;
		height: 100px
	}
	.header .site-name {
		line-height: 100px
	}
	.site-name img {
		max-width: 125px
	}
	.head-menu.active {
		-webkit-transform: translateX(0px) scale(1);
		transform: translateX(0px) scale(1);
		opacity: 1;
	}
	.head-menu .btn {
		display: block;
	}
	.head-menu .mh-fullw {
		width: 100%;
		display: block;
	}
	.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;
	}
	.head-menu .bs-btn {
		display: block;
		width: 100%;
	}
	.head-menu .bs-btn+.bs-btn {
		margin-top: 14px;
	}
	.head-menu .header-menu>ul {
		width: 100%;
		padding: 0px 20px 30px 20px;
	}
	.head-menu .header-menu>ul>li {
		display: block!important;
		position: relative;
	}
	.head-menu .header-menu>ul>li+li {
		margin: 0px;
	}
	.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;
	}
	.page-head {
		padding-top: 125px!important;
		background: #141a2f!important;
		background-image: url(/public/huseyin/img/p21oqt4nbad1tnco.png)!important;
		background-repeat: no-repeat!important;
	}
	.page-head .ph-content {
		padding: 0 0 40px 0!important
	}
	.page-head .ph-title {
		font-size: 18px!important
	}
	.page-head .ph-content p {
		font-size: 14px!important
	}
	.home-register {
		padding: 25px 0!important
	}
}

.footer {
	position: relative;
	background-color: #131a36;
	background-image: url(/public/huseyin/img/p21oqt4nbad1tnco.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 50px 0 25px 0;
	border-top: 1px solid #1d274e
}

.footer .ft-content {
	padding: 0px 0 60px;
}

.footer .ft-content .ftc-top .ftc-name .ftc-icon {
	height: 50px;
}

.footer .ft-content .ftc-top .ftc-name .ftc-icon img {
	height: 100%;
}

.footer .ft-content .ftc-top .ftc-name .fct-name {
	font-size: 40px;
	color: #fff;
}

.footer .footer-links {
	font-size: 16px;
}

.footer .footer-links ul {
	list-style: none;
	margin: 0px;
	top: 0px;
	padding: 0px;
}

.footer .footer-links ul li {
	display: inline-block;
	padding: 0 15px;
}

.footer .footer-links ul li a {
	font-weight: 500;
	display: block;
	color: white;
	text-decoration: none;
	-webkit-transition: .15s ease;
	transition: .15s ease;
	letter-spacing: .4px;
}

.footer .footer-links ul li a:hover {
	color: #4A5CF6;
}

.footer .ft-content-bot {
	padding: 40px 0 0 0;
	border-top: 1px solid #1d274e;
}

.footer .ft-content-bot .ft-content-bot-text {
	text-align: center;
}

.footer .ft-content-bot .ft-content-bot-text p {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
}

.page-head {
	padding-top: 150px;
	background-image: url(/public/huseyin/img/l71ajc9mcxpogu72.png);
	background-size: cover;
	background-position: center;
	background-color: transparent;
}

.page-head .ph-content {
	padding: 50px 0 40px 0;
	text-align: center;
}

.page-head .ph-title {
	font-size: 32px;
	font-weight: 600;
	color: #fff;
}

.page-head .ph-content p {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}

.page-head .ph-content.fs-details {
	padding-bottom: 75px;
}

.shapeBox {
	max-width: 1200px;
	margin: auto;
	display: block;
	position: relative;
}

.shape {
	position: absolute;
}

.shape1 {
	right: 0;
	top: 400px;
	animation: shake 9.3s infinite ease-in-out;
}

.shape2 {
	top: 250px;
	left: 550px;
	animation: heartBeat 2s infinite ease-in-out;
}

.shape3 {
	top: 750px;
	right: 100px;
	animation: fade-up 5.8s infinite ease-in-out;
}

.shape4 {
	top: 925px;
	left: 550px;
	animation: tada 1.8s infinite ease-in-out;
}

.shape5 {
	left: 0;
	top: 300px;
	animation: shake 7.4s infinite ease-in-out;
}

.shape6 {
	left: 630px;
	top: 525px;
	animation: heartBeat 1.5s infinite ease-in-out;
}

.shape7 {
	left: 50px;
	top: 910px;
	animation: fadeRTL 1.3s infinite ease-in-out;
}

body#userpanel .well {
	border-radius: 10px;
	background-color: #060913;
	color: #fff;
	width: 100%;
	height: auto;
	padding: 30px
}

.home-register {
	padding: 50px 0
}

.form-group .form-control {
	background: #202752;
    border-color: #202752!important;
    color: #515986;
	height: 55px;
	border: 1px solid #202752;
	border-left: 0
}

.form-group .form-control:focus {
	background-color: #fafbfc;
	border: 1px solid #f32846;
	border-left: 0
}

.form-group label {
	font-weight: 500;
	color: #fff;
	font-size: 16px;
}

.input-group {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}

.input-group-icon {
	background-color: #222A58;
	padding: 6px 12px;
	border-radius: 5px 0 0 5px;
	outline: 0;
	border-right: 0!important;
	line-height: 38px;
	color: #fff;
	font-size: 18px;
	border: 1px solid #222A58;
	width: 43px
}

.navbar.user {
	float: left;
	width: 100%;
	background: #060913;
	margin: 0;
	padding: 0;
	border-radius: 0;
	position: fixed;
	z-index: 99999;
	left: 0
}

.navbar.user .navbar-logo {
	float: left;
	width: 255px;
	height: 70px;
	transition: 300ms
}

.navbar.user .navbar-logo .logo-panel {
	display: block
}

.navbar.user .navbar-logo img {
	max-width: 90%;
	margin: 30px auto;
	vertical-align: middle;
	display: block
}

.navbar.user .navbar-user {
	float: left;
	width: calc(100% - 255px);
	padding-left: 15px;
	padding-right: 15px;
	border-left: 1px solid #2d3967;
	height: 70px
}

.mobile-navbar-toggler {
	float: right;
	background: transparent;
	border: none;
	outline: none;
	font-size: 23px;
	padding: 5px 10px;
	color: #b1b1b5;
	margin-top: 26px;
	cursor: pointer;
	display: none;
}

.open-sub-menu {
	position: absolute;
	right: 0;
	top: 5px;
	background: transparent;
	color: #fff;
	padding: 13px 20px;
	outline: none
}

.open-sub-menu i {
	transition: 300ms
}

.close-left .open-sub-menu {
	display: none
}

.sub-menu {
	min-height: auto!important;
	background: #222a58;
	border-right: 1px solid #131633;
	margin: 0!important;
	height: 0;
	overflow: hidden;
	transition: 300ms
}

.open-sub {
	height: auto
}

.navbar.user .navbar-user .toggles {
	width: 23px
}

.navbar.user .navbar-user .nu-right {
	margin-top: 15px;
	position: absolute;
	right: 35px
}

.navbar.user .navbar-user .nu-right .navbar-nav>li>a {
	background: transparent!important
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 2px 5px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #ff384f!important;
	border-radius: 100%;
	margin-left: 5px
}

.power {
	z-index: 9999;
	position: absolute;
	width: 24px;
	margin-top: -3px
}

.burger-icon {
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-box-shadow: none;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	background-color: transparent;
	outline: none !important;
	margin: 0;
	padding: 0;
	display: inline-block;
	position: relative;
	overflow: hidden;
	font-size: 0;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	width: 24px;
	height: 24px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	top: 23px
}

.burger-icon span {
	display: block;
	position: absolute;
	border-radius: 3px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	top: 10px;
	height: 3px;
	min-height: 3px;
	width: 100%;
}

.burger-icon span::before,
.burger-icon span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 3px;
	min-height: 3px;
	content: "";
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 3px;
}

.burger-icon span::before {
	top: -8px;
}

.burger-icon span::after {
	bottom: -8px;
}

.burger-icon-left span:before {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	left: auto;
	right: 0px;
	width: 50%;
}

.burger-icon-left span:after {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	left: auto;
	right: 0px;
	width: 75%;
}

.burger-icon-left-active span:before {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	left: 0px;
	right: auto;
	width: 50%;
}

.burger-icon-left-active span:after {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	left: 0px;
	right: auto;
	width: 75%;
}

.burger-icon-right span:before {
	left: 0px;
	right: auto;
	width: 50%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.burger-icon-right span:after {
	left: 0px;
	right: auto;
	width: 75%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.burger-icon-right-active span:before {
	left: auto;
	right: 0px;
	width: 50%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.burger-icon-right-active span:after {
	left: auto;
	right: 0px;
	width: 75%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.burger-icon span {
	background-color: #fff;
}

.burger-icon span::before,
.burger-icon span::after {
	background-color: #fff;
}

.burger-icon:hover span {
	background-color: #fff;
}

.burger-icon:hover span::before,
.burger-icon:hover span::after {
	background-color: #fff;
}

.burger-icon-active span {
	background-color: #fff;
}

.burger-icon-active span::before,
.burger-icon-active span::after {
	background-color: #fff;
}

.panel-menu {
	position: fixed;
	width: 257px;
	border-right: 1px solid #2d3967;
	background: #060913;
	z-index: 11;
	min-height: calc(100vh);
	transition: 300ms;
	padding-top: 40px;
}

.panel-menu:before {
	content: ""
}

.panel-menu button {
	outline: 0;
	border: 0
}

.panel-menu ul {
	margin: 8px 0 60px;
	padding: 0;
	float: left;
	min-height: calc(100vh)
}

.panel-menu ul li {
	list-style: none;
	float: left;
	width: 100%;
	position: relative
}

.panel-menu ul li a {
	display: flex;
	align-items: center;
	padding: 15px 20px;
	color: #fff;
	text-decoration: none;
	transition-duration: .45s;
	position: relative;
}

.panel-menu ul li a img {
	margin-right: 20px;
	font-size: 17px;
	text-align: center;
	width: 24px;
}

.panel-menu ul li:hover {
	background: #0A0F1D;
	color: #fff;
	transition: 500ms all;
}

.panel-menu ul li.active {
	background: #161c3d;
}

.panel-menu ul li.active a {
	color: #fff
}

.panel-user {
	padding: 15px 25px;
	border-top: 1px solid #2d3967;
	border-bottom: 1px solid #2d3967
}

.panel-user .panel-avatar img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
    border-radius: 100%
}

.panel-user .panel-avatar {
	height: 47px;
	width: 47px;
	background: #39535f;
	border-radius: 5px;
}

.panel-user .panel-name {
	font-size: 17px;
	font-weight: 700;
	color: #fff;
}

.panel-user .panel-balance {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}

.open-left {
	width: 257px;
	border-right: 1px solid #2d3967
}

.close-left {
	width: 70px;
	border: none
}

.close-left ul li a {
	position: relative;
	text-align: center
}

.close-left ul li a i {
	margin-right: 0;
	font-size: 18px
}

.panel-main {
	float: left;
	width: calc(100% - 257px);
	transition: 300ms;
	margin-bottom: 50px;
	margin-top: 90px
}

.panel-main .container {
	width: 100%;
}

@media(max-width: 767px) {
	.menu-mobile-open {
		display: block
	}
	select,
	option {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none
	}
	select::-ms-expand {
		display: none
	}
	.navbar.user .navbar-user .nu-right {
		right: 55px
	}
	.mobile-navbar-toggler {
		display: block
	}
	.navbar.user .navbar-user {
		border: none;
	}
	.panel-menu {
		position: fixed;
		top: 70px;
		left: -300px;
		transition: 300ms;
		z-index: 9999;
		padding-top: 0
	}
	.panel-main {
		width: 100%
	}
	.mobile-left-open {
		left: 0
	}
	.nu-right ul li {
		display: block!important
	}
	.dflex {
		display: flex;
		align-items: center
	}
	.power {
		position: static!important
	}
	.nu-side .nav>li>a {
		padding: 5px 15px 10px 10px
	}
	.mNotice .notice-item .ni-left {
		width: 80px!important;
		height: 80px!important;
		position: relative!important;
		margin: 16px 0 0 24px!important;
	}
	.mNotice .notice-item .ni-right {
		margin-left: 0px!important;
	}
	.mNotice .notice-item .ni-icon-bg {
		width: 100%!important;
		padding-top: 100%!important;
		border-radius: 100%!important
	}
	.mNotice .notice-item .ni-icon {
		font-size: 40px!important;
	}
	.mNotice .notice-item .ni-title {
		font-size: 16px!important;
		font-weight: 600!important;
		margin-bottom: 8px!important;
	}
	.mNotice .notice-item .ni-text {
		font-size: 13px!important;
		line-height: 150%!important;
		font-weight: 400!important;
		color: #555975!important;
	}
	.panel-main .add-balance ul li {
		width: 100%!important;
		margin-left: 0;
		margin-bottom: 5px;
	}
}

@media(max-width: 994px) and (min-width: 767px) {
	.mobile-navbar-toggler {
		display: block
	}
	.panel-menu {
		position: fixed;
		left: -300px;
		top: 70px
	}
	.menu-mobile-open {
		display: block
	}
	.panel-main {
		width: 100%
	}
	.mobile-left-open {
		left: 0
	}
	.power {
		margin-top: -7px!important
	}
}

@media screen and (max-width:992px) {
	.navbar.user .navbar-logo img {
		max-width: 70% !important;
		margin: 15px !important;
		vertical-align: middle;
		display: block;
	}
	.panel-menu ul {
		margin-top: 80px
	}
}

@media(max-width: 1224px) and (min-width: 994px) {
	.mobile-navbar-toggler {
		display: block
	}
	.panel-menu {
		position: absolute;
		left: -300px;
		top: 70px
	}
	.menu-mobile-open {
		display: block
	}
	.panel-main {
		width: 100%
	}
	.mobile-left-open {
		left: 0
	}
	.panel-menu ul {
		margin-top: 50px
	}
	.power {
		margin-top: -7px!important
	}
}

@media only screen and (min-width: 1200px) {
	.togg {
		margin-left: 257px
	}
	.panel-menu {
		margin-top: 70px
	}
}

@media(max-width: 1224px) and (min-width: 768px) {
	.nu-right ul li {
		display: block!important
	}
	.navbar.user .navbar-logo img {
		max-width: 50%;
		margin: 21px;
		vertical-align: middle;
		display: block;
	}
	.navbar.user .navbar-user .nu-right {
		right: 55px;
		top: 7px
	}
}

@media(min-width: 1224px) {
	.navbar.user .navbar-user .mobile-navbar-toggler {
		display: none
	}
}

.logout {
	font-size: 18px;
	color: #fff
}

.logout:hover {
	color: #4A5CF6;
	transition: 300ms all
}

.cMode,
body.light .cMode {
	background: transparent;
	color: #404040;
	font-weight: 400;
	justify-content: space-between;
	z-index: 98;
	font-size: 18px;
	padding: 10px;
	border: 0
}

.cMode:focus,
.cMode:hover {
	border: none;
	outline: 0
}

body.dark .cMode {
	background: transparent;
	color: #fff;
	font-weight: 400;
	justify-content: space-between;
	z-index: 98;
	font-size: 18px;
	padding: 10px;
	border: 0
}

button.cMode:hover {
	opacity: .9;
}

.cMode i.fa-moon {
	color: rgba(255, 106, 39, 1)
}

.cMode i.fa-sun {
	color: #ffbf00
}

body i.fa-moon,
body.light i.fa-moon {
	display: block
}

body i.fa-sun,
body.light i.fa-sun {
	display: none
}

body.dark i.fa-moon {
	display: none
}

body.dark i.fa-sun {
	display: block
}

.widget {
	border-radius: 10px;
	display: flex;
	align-items: center;
	min-height: 100px;
	cursor: pointer
}

.widget .widget-text {
	font-size: 15px;
	color: #fff
}

.widget .widget-text h2 {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
}

.widget-1 {
	background: #4A5CF6;
	background-image: url(/public/huseyin/img/lnuub34dn0b3tl91.png), linear-gradient(75deg, #4A5CF6 100%, #4A5CF6 100%);
	background-repeat: no-repeat;
	background-position: bottom left
}

.widget-2 {
	background: #FF0048;
	background-image: url(/public/huseyin/img/lnuub34dn0b3tl91.png), linear-gradient(75deg, #FF0048 0%, #FF0048 100%);
	background-repeat: no-repeat;
	background-position: bottom left
}

.widget-3 {
	background: #FFC107;
	background-image: url(/public/huseyin/img/lnuub34dn0b3tl91.png), linear-gradient(75deg, #FFC107 0%, #FFC107 100%);
	background-repeat: no-repeat;
	background-position: bottom left
}

.widget-4 {
	background: #29A75B;
	background-image: url(/public/huseyin/img/lnuub34dn0b3tl91.png), linear-gradient(75deg, #29A75B 0%, #29A75B 100%);
	background-repeat: no-repeat;
	background-position: bottom left
}

.widget-head {
	padding: 0 0 15px 0;
	border-bottom: 1px solid #2c3257;
	font-weight: 600;
	color: #fff;
	font-size: 18px;
}

.widget-head .well-icon {
	height: 30px;
	margin-right: 10px;
}

#dc2-body {
	padding: 10px 10px 10px 0;
}

.news-body::-webkit-scrollbar {
	width: 7px;
	height: 7px;
}

.news-body::-webkit-scrollbar-thumb {
	background: #161c3d;
	border-radius: 5px;
}

.news-body::-webkit-scrollbar-track {
	background: transparent;
}

.mNotice .notice-item {
	border-radius: 20px;
	background-color: #0A0F1D;
	color: #fff;
	overflow: hidden;
	position: relative;
	margin-bottom: 18px;
}

.mNotice .notice-item .ni-left {
	width: 85px;
	height: 100%;
	position: absolute;
	overflow: hidden;
}

.mNotice .notice-item .ni-right {
	margin-left: 70px;
	padding: 15px 30px;
}

.mNotice .notice-item.dh-ig .ni-icon-bg {
	background-color: #ff3058;
}

.mNotice .notice-item.dh-tw .ni-icon-bg {
	background-color: #2796ff;
}

.mNotice .notice-item.dh-fb .ni-icon-bg {
	background-color: #166bf6;
}

.mNotice .notice-item.dh-yt .ni-icon-bg {
	background-color: #fa2424;
}

.mNotice .notice-item .ni-icon-bg {
	position: absolute;
	right: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 240%;
	padding-top: 240%;
	background-color: rgba(0, 0, 0, 0.1);
	z-index: 29;
}

.mNotice .notice-item .ni-icon {
	position: relative;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 30;
	font-size: 42px;
}

.mNotice .notice-item .ni-date {
	font-size: 13px;
	color: #555975;
	margin-bottom: 10px;
	line-height: 20px;
}

.mNotice .notice-item .ni-title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 8px;
}

.mNotice .notice-item .ni-text {
	font-size: 13px;
	line-height: 150%;
	font-weight: 400;
	color: #555975;
}

.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;
	background: #202752;
	border-bottom: 1px solid #515986;
	color: #fff;
	text-align: left;
	width: 100%
}

#order-sItem:hover,
#order-cItem:hover {
	background: #161c3d
}

#order-category,
#order-services {
	white-space: nowrap;
	text-overflow: ellipsis;
}

#order-category,
#order-services {
	width: 85%;
	overflow-x: hidden;
	position: absolute;
	line-height: 15px;
	height: 20px;
	font-size: 14px;
}

.dropdown button {
	background: #fff;
	border: 1px solid #515986;
	border-top: none!important;
	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;
}

.service-description {
	background: #202752;
	color: #ffffff;
	font-size: 13px;
	padding: 10px;
	border-radius: 5px
}

body#userpanel .form-control {
	background: #0A0F1D;
	border-color: #202752!important;
	color: #fff;
}

body#userpanel .form-group label {
	color: #e9e9eb;
	font-size: 15px
}

#description #service_description{
background: #0a0f1d;
border-radius: .25rem;
min-height: 50px;
padding: .375rem .75rem;
border: 1px solid #202752;
}


.help-block.min-max {
	border: 1px solid #4a5cf6;
	color: #4a5cf6;
	padding: 5px 15px;
	border-radius: 5px
}

.ico-ig .fab.fa-instagram {
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
	background-clip: text;
	font-size: 14px;
	padding: 2.4px;
	border-radius: 5px;
	color: #FFF;
	font-weight: lighter;
	margin-right: 10px;
}

.ico-fb .fab.fa-facebook-square {
	background: #207eff;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 18px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	border-radius: 5px;
	margin-right: 10px;
}

.ico-yt .fab.fa-youtube {
	background: #ff0042;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.ico-tw .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;
}

.ico-tele .fab.fa-telegram-plane {
	background: #2b9fd2;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.ico-sc .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;
}

.ico-sp .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;
}

.ico-twc .fab.fa-twitch {
	background: #e600ff;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.ico-pt .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;
}

.ico-tic .fa.fa-music {
	background: #f8004d;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.ico-web .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;
}

.ico-dgr .fas.fa-stream {
	background: #ccc;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.ico-kamp .fab.fa-hotjar {
	background: #ff0000;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.ico-mdy .fas.fa-gem {
	background: #64ddf9;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.panel-main .add-balance {
	width: 100%;
	border-radius: 10px;
}

.panel-main .add-balance ul {
	width: 100%;
	padding: 0
}

.panel-main .add-balance ul li {
	width: 23.5%;
	float: left;
	margin: 5px 3px;
}

.panel-main .add-balance ul li a {
	display: block;
	border: 2px solid #212957;
	border-radius: 15px;
	float: left;
	width: 100%;
	padding: 15px 0;
	color: #fff;
	text-decoration: none;
	height: 120px;
	font-size: 12px;
}

.panel-main .add-balance ul li a:hover {
	/*background: rgb(254, 29, 106);
	background: linear-gradient(90deg, rgba(254, 29, 106, 1) 0%, rgba(250, 59, 85, 1) 100%);*/
	background: #161c3d;
}

.panel-main .add-balance ul li a .tab-img {
	float: left;
	width: 100%;
	text-align: center;
	height: 40px
}

.panel-main .add-balance ul li a .tab-img img {
	max-height: 40px;
	max-width: 50%
}

.panel-main .add-balance ul li a span {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 10px
}

.panel-main .add-balance ul li.active a {
	/*background-image: -webkit-linear-gradient(45deg, #ff384f 15%, #ff1972 65%);
	background-image: linear-gradient(45deg, #ff384f 15%, #ff1972 65%);*/
	background: #4a5cf6;
	color: #fff
}

.howto {
    background: #4A5CF6;
    
	/*background: rgb(254, 29, 106);
	background: linear-gradient(90deg, rgba(254, 29, 106, 1) 0%, rgba(250, 59, 85, 1) 100%);	*/
	border-radius: 5px;
	padding: 5px 10px;
	text-align: center;
	min-height: 60px;
	cursor: pointer
}

.howto a {
	line-height: 50px;
	color: #fff;
}

.howvideo {
	border: 1px solid #ff1972;
	border-radius: 5px;
	padding: 5px 10px;
	min-height: 60px;
}

.howvideo a {
	align-items: center;
	color: #fff;	
	padding-top: 5px
}

.pay-info {
	border-bottom: 1px solid #2c3257;
}

.pay-info span {
	content: '';
	border-left: 1px solid #fff;
	padding: 5px 15px
}

.pay-desc p {
	color: #ccc
}

.payout tbody {
	color: #fff
}

.payout tbody code {
	font-size: 15px;
	color: #fff
}

.payout tbody a {
	color: #ff1972
}

.payout .paHead {
	background: #fff!important
}

.modal {
	z-index: 99999
}

.modal-header {
	border-bottom-color: transparent!important;
	background: #060913;
	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;
	background: #0A0F1D;
}

.modal-body1 p {
	color: #fff
}

.add-balance .table thead th {
	border-color: #232b4e;
  	border-top: none!important;
    color: #576591;
    font-weight: 600
}

.add-balance .table tbody td {
	border-color: #232b4e;
    color: #58617c;
    font-weight: 500
}

.add-balance .table tbody td.af-id {
    color: #ff3552;
    font-weight: 500
}

.add-balance .table tbody td.af-amount {
    color: #4cd964;
    font-weight: 500
}

@media screen and (max-width: 600px) {
	#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 #161c3d;
		display: block;
		font-size: .8em;
		text-align: right;
	}
	#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 #161c3d
	}
	#serv-table.table tr:nth-child(even) {
		background: #222a58
	}
	#serv-table.table tr:nth-child(odd) {
		background: #0f1740
	}
	#serv-table.table tr td {
		text-align: right
	}
	#serv-table.table tr.s-head {
		border: none!important;
		text-align: left
	}
}

.serv-head {
	/*background-image: -webkit-linear-gradient(45deg, #ff384f 15%, #ff1972 65%);
	background-image: linear-gradient(45deg, #ff384f 15%, #ff1972 65%);*/
	background: #161c3d;
	color: #fff;
	border-radius: 10px;
	border: none;
	text-align: left;
	padding: 8px 20px;
}

#serv-table.table>tbody>tr>td,
#serv-table.table>tbody>tr>th,
#serv-table.table>thead>tr>td,
#serv-table.table>thead>tr>th {
	border-top: 1px solid #2b3672;
	vertical-align: middle;
}

#serv-table.table>tbody>tr>td.serv-head {
	border: none
}

#serv-table.table tr {
	color: #fff
}

#serv-table.table tr a {
	color: #c8c8c8
}

#serv-table.table>thead>tr>th {
	border: none
}

a.btn.btn-showall {
	padding: 3px 10px;
    border-radius: 5px
}

a.btn.btn-showall {
	background: #222a58;
}

a.btn.btn-showall i {
	color: #ededed
}
.serv-search {
	display: flex!important;
	width: 100%;
	margin-bottom: 15px
}

.serv-input {
	width: 100%!important;
	padding: 10px!important;
	outline: none!important;
	background: #0a0f1d!important;
	border: none!important;
	color: #fafafa!important;
	height: 45px!important;
	border-radius: 0 10px 10px 0!important;
}

.serv-input:focus,
.serv-input:hover {
	outline: none!important;
}

#serv-icon {
	padding: 13px;
	background: #222a58;
	color: #fff;
	text-align: center;
	font-size: 16px;
	border-radius: 10px 0 0 10px;
	border: 1px solid #222a58;
	border-right: none
}

#span_sh {
	color: #ff3552;
  	font-weight: 500
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
	color: #fff;
    background: #4a5cf6;
    /*background-image: -webkit-linear-gradient(45deg, #ff384f 15%, #ff1972 65%);
    background-image: linear-gradient(45deg, #ff384f 15%, #ff1972 65%);*/
}

.nav-pills>li>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
	color: #fff;
}	

.servNav li {
	margin-bottom: 10px;
}

.servNav li a {
	background: #161c3d;
	margin-right: 10px;
}

.servNav li a:hover {
    /*background-image: -webkit-linear-gradient(45deg, #ff384f 15%, #ff1972 65%);
    background-image: linear-gradient(45deg, #ff384f 15%, #ff1972 65%);,*/
    background: #30396d;
}

.nav-pills.servNav>li>a {
    border-radius: 4px;
}
.nav.servNav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.dfb-search {
  background-color: #161c3d;
  color: #fff;
  font-size: 11px;
  border: none;
  outline: none;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: .15s ease;
  transition: .15s ease;
  min-height: 40px;
  position: relative;
  overflow: hidden;
}

.dfb-search .dfb-input {
  width: calc(100% - 40px);
  background: transparent;
  border: none;
  outline: none;
  height: 40px;
  color: #fff;
  padding: 0 14px;
}

.dfb-search .dfb-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.dfb-search .dfb-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.dfb-search .dfb-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.dfb-search .dfb-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.dfb-search .dfb-submit {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: none;
  background: transparent;
  color: #fff;
}

.panel-head {
	background: #161c3d;
    border: 3px solid #2c3773;
    border-radius: 10px;
    min-height: 125px;
}

.panel-head h1 {
	color: #fff;
    font-weight: 600;
    font-size: 32px;
}

.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;
}

.ticket-message-right .ticket-message {
    background: rgb(34, 42, 88, 0.1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
}

.width-30 {
	max-width: 300px;
	word-wrap: break-word
}

.referans-page .ref-items {
  position: relative;
}

.referans-page .ref-items.ri-sm .ref-item {
  font-size: 16px;
  padding: 16px 0;
}

.referans-page .ref-items.ri-sm .ref-item .icon {
  color: #fd3973;
}

.referans-page .ref-items.ri-sm .ref-item .the-title {
  line-height: 28px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.referans-page .ref-items.ri-sm .ref-item .row {
  margin-left: -9px;
  margin-left: -9px;
}

.referans-page .ref-items.ri-sm .ref-item .row > div {
  padding-left: 9px;
  padding-right: 9px;
}

.referans-page .ref-items .ref-item {
  padding: 22px 0;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  font-weight: 500;
}

.referans-page .ref-items .ref-item span {
  color: #fd3973;
}

.referans-page .ref-items .ref-item + .ref-item {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.referans-page .ref-items .ref-item .text-style-2 {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
}

.referans-page .rp-text {
  line-height: 180%;
  font-size: 14px;
  color: #f3f3f3;
}

.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: #161c3d;
  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-image: -webkit-linear-gradient(45deg, #ff384f 15%, #ff1972 65%);
    background-image: linear-gradient(45deg, #ff384f 15%, #ff1972 65%);
}

.tos-page .tos-nav-btn.active {
  background-image: -webkit-linear-gradient(45deg, #ff384f 15%, #ff1972 65%);
  background-image: linear-gradient(45deg, #ff384f 15%, #ff1972 65%);
  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;
}

.table-bordered td, .table-bordered th {
	border-color: rgba(255, 255, 255, 0.08)
}

.table thead th {
    border-color: rgba(255, 255, 255, 0.08)
}

.table td, .table th {
    color: #fff;
}

pre {
	background: rgba(255, 255, 255, 0.08);
  	padding: 10px;
  	border-radius: 10px;
	color: #fff;
}

.page-rent-panel .prp-info {
    padding: 30px;
    background: #ff1c6e;
    color: #fff;
    font-size: 15px;
    border-radius: 18px;
}

.page-rent-panel .prp-info-2 {
    padding: 30px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 15px;
    border-radius: 18px;
}

.page-rent-panel .prp-info-2 .prp-info-2--btn {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background: transparent;
  border: 4px;
  border-radius: 50%;
  color: #FE3D73 !important;
  font-size: 26px;
  border-style: solid;
  border-color: #FE3D73;
  -webkit-transition: .18s ease;
  transition: .18s ease;
}

.page-rent-panel .prp-info-2 .prp-info-2--btn:hover {
  background: #FE3D73;
  color: #fff !important;
}

.page-rent-panel .prp-info-2 .prp-info-2--btn .fas {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

.top-notice {
	/* background: #161c3d; */
  	padding: 25px;
  	color: #fff;
  	border-radius: 10px;
  	min-height: 110px;
    border: 2px solid #fff
}

.top-notice span {
	color: #fff
}

.top-notice-2 {
    /*background-image: -webkit-linear-gradient(45deg, #ff384f 15%, #ff1972 65%);
    background-image: linear-gradient(45deg, #ff384f 15%, #ff1972 65%);*/
  	padding: 25px;
  	border-radius: 10px;
  	min-height: 110px;
  	color: #fff;
    border: 2px solid #fff
}

.top-notice-2 span {
	color: #fff
}

.paylist tr:nth-child(n+6) {
    display:none
}

.servisbilgi {
    text-align: center;
    margin-bottom: 10px;
}

.p7 {
	padding-left: 7px;
    padding-right: 7px;
}

.md1 {
	background: #161c3d;
    border: 1px solid #2c3773;
    border-radius: 10px;
    padding: 8px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    cursor: pointer!important
}

.pagination {
  margin: 0;
  padding: 0;
  text-align: center
}
.pagination li {
  display: inline
}
.pagination li a {
  display: inline-block;
  text-decoration: none;
  padding: 5px 10px;
  color: #fff;
  background: #161c3d;
  margin-right: 5px;
}

.pagination li a {
  border-radius: 5px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s
    
}
.pagination li a.active {
  background-color: #ff1972;
  color: #fff
}
.pagination li a:hover:not(.active) {
  background-color: #ff1972;
} 
