@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
ul,ol{
    list-style-type: none !important;
}
body {
	background-color: #030B15;
	font-family: 'Poppins', sans-serif;
	color:white;
}
::-webkit-scrollbar-thumb {
    background: rgb(255 255 255);
    -webkit-backdrop-filter: invert(1);
    backdrop-filter: invert(1);
    border-radius: 4px;
}
::-webkit-scrollbar {
  width: 5px;
}

#neworder_description::-webkit-scrollbar-thumb {
    background: rgb(255 255 255);
    -webkit-backdrop-filter: invert(1);
    backdrop-filter: invert(1);
    width: 20px;
    border-radius: 4px;
}
#neworder_description::-webkit-scrollbar {
  width: 5px;
}


body::after {
	content: "";
	background: url(../img/bodyafter.png);
	width: 100%;
	height: 600px;
	position: absolute;
	right: 0;
	top: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
	z-index: -1;
}

body::before {
	content: "";
	background: url(../img/bodybefore.png);
	width: 100%;
	height: 600px;
	position: fixed;
	left: 0;
	top: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left;
	z-index: -1;
}
  .s-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.s-row.s-title {
  font-weight: 600;
  display: none;
}
@media (min-width: 992px) {
  .s-row.s-title {
    display: flex;
  }
}

.s-col {
  flex: 0 0 auto;
}
@media (min-width: 992px) {
  .s-col {
    flex: 0 0 50px;
    width: 50px;
  }
  .s-col.s-col-sm {
    flex: 0 0 70px;
    width: 70px;
  }
  .s-col.s-col-md {
    flex: 0 0 100px;
    width: 100px;
  }
  .s-col.s-col-lg {
    flex: 0 0 180px;
    width: 180px;
  }
  .s-col.s-title {
    flex: 1 0 0;
    width: auto;
  }
}

.services-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 992px) {
  .services-wrapper {
    flex-direction: column;
  }
}

.si-wrapper {
  flex: 0 0 auto;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .si-wrapper {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .si-wrapper {
    width: 100%;
  }
}

.service-item {
  padding: 12px 30px;
  border-radius: 15px;
  margin-bottom: 14px;
  background: #0f163a;
  border: 1px solid #151d46;
  box-sizing: border-box;
  border-radius: 15px;
}
.btn-group-sm>.btn, .btn-sm {
    padding: 10px;
    font-size: .875rem;
    border-radius: 10px;
    width: 100%;
}
@media (max-width: 992px) {
  .service-item .s-row {
    flex-wrap: wrap;
    align-items: center;
  }
  .service-item .s-col-avtime {
    width: 100%;
    text-align: center;
  }
  .service-item .s-col-btn {
    flex: 1;
  }
  .service-item .s-col {
    padding: 0px 0;
  }
  .service-item .s-col::before {
    content: attr(data-title);
    display: block;
    padding-bottom: 6px;
    font-weight: 600;
    color: rgb(231 231 231 / 50%);
    font-size: 13px;
  }
  .service-item .s-col-fav {
    order: 100;
  }
  .service-item .s-col-id {
    width: 100%;
    text-align: center;
  }
  .service-item .s-title {
    width: 100%;
    text-align: center;
  }
  .service-item .s-col-c {
    width: 30%;
    text-align: center;
  }
}
.services-head-row .service-item {
  background-color: transparent;
  border: none;
}

.sp-serv-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}

.sp-serv-sm {
  font-weight: 600;
  font-size: 16px;
  line-height: 17px;
  color: #145bff;
}
@media (min-width: 992px) {
  .sp-serv-sm {
    color: #949494;
    font-size: 14px;
  }
}

.orlc {
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  padding: 10px 10px;
  background: #f7fafc;
  color: #74809d;
  border-radius: 22px;
}
.orlc.min {
  background: rgba(45, 250, 213, 0.18);
  color: #0a977e;
}
.orlc.max {
  background: #0c2447;
  border: 1px solid #2a4771;
}

.sp-services .card {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .sp-services .card {
    background-color: #fff;
    border: 1px solid #eee;
    overflow: hidden;
  }
}


input:focus,
select:focus,
textarea:focus {
	outline: none;
}

a {
	text-decoration: none;
}
.hiddenAGR {
  display: none;
  visibility: hidden;
  opacity: 0;
}


.headerright .js ul {
	background: #092130;
	border-radius: 10px;
	border: 1px solid #ffffff5c;
	padding: 7px;
}

.content {
	float: left;
	width: 100%;
}

.hmsectionone {
	float: left;
	width: 100%;
}


.hmsectionone .text {
	float: left;
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	margin-top: 20px;
}

.hmsectionone .text h2 {
	float: left;
	width: 100%;
	color: #fff;
	font-weight: 600;
	font-size: 55px;
	line-height: 75px;
	margin-bottom: 25px;
}

.hmsectionone .text h2 span {
	color: #8d01ff;
}

.hmsectionone .text p {
	float: left;
	width: 100%;
	font-size: 18px;
	color: #D3D3D3;
	max-width: 700px;
}

.hmsectionone .text .btnlist {
	float: left;
	width: 100%;
	display: flex;
	flex-flow: wrap;
	margin-top: 10px;
}

.hmsectionone .btn-default {
	margin-right: 15px;
}

.btn-default {
	background: #8d01ff;
	padding: 14px 32px 14px 32px;
	color: #fff;
	border-radius: 32px;
	font-weight: 600;
	transition: all 0.6s;
}

.btn-default:hover {
	background: #6700ba;
	color: #fff;
}

.btn-dark {
	background: #1F1F1F;
	padding: 14px 32px 14px 32px;
	color: #fff;
	border-radius: 32px;
	font-weight: 600;
	transition: all 0.6s;
}

.btn-dark:hover {
	background: #2c2d2e;
	color: #fff;
}

.sectiononeform {
	float: left;
	width: 100%;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 10px;
	padding: 35px 27px;
	margin-top: 25px;
	backdrop-filter: blur(80px);
}

.sectiononeform .item {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	position: relative;
}

.sectiononeform .item::before {
	content: "";
	background: url(../img/formitemicon.png);
	width: 42px;
	height: 42px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 12px;
	top: 13px;
}
.sectiononeform .password-item::before {
	content: "";
	background: url(../img/formitempasswordicon.png);
	width: 42px;
	height: 42px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 12px;
	top: 13px;
}

.sectiononeform .item input {
	float: left;
	width: 100%;
	border: 0;
	background: rgba(255, 255, 255, 0.07);
	border-radius: 10px;
	padding: 22px 20px;
	color: #fff;
	padding-left: 65px;
}

.sectiononeform .item input::placeholder {
	color: #696871;
}

.sectiononeform h3 {
	color: #fff;
	font-weight: 600;
}

.sectiononeform .infotext {
	float: left;
	width: 100%;
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
	font-weight: 300;
	margin-top: 15px;
}

.form-group {
	display: block;
	float: left;
}

.form-group input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.form-group label {
	position: relative;
	cursor: pointer;
	color: #fff;
	margin-left: 5px;
}

.form-group label:before {
	content: '';
	-webkit-appearance: none;
	background-color: transparent;
	border: 1px solid #8d01ff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 10px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 10px;
	margin-top: -2px;
	border-radius: 7px;
}

.form-group input:checked+label:after {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	left: 9px;
	width: 5px;
	height: 12px;
	border: solid #8d01ff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.morefromtext {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.destektalepcevap .csdetbtn {
	min-width: 145px;
}

.morefromtext .passche {
	float: right;
	color: rgba(255, 255, 255, 0.5);
	font-weight: 300;
	font-size: 15px;
}

.sectiononeform h6 {
	color: rgba(255, 255, 255, 0.5);
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 20px;
}

.sectiononeform .infotext a {
	color: #fff;
	font-weight: normal;
}

.sectiononeform button {
	float: left;
	width: 100%;
	background: #8d01ff;
	border-radius: 10px;
	color: #fff;
	border: 0;
	padding: 22px 0;
	transition: all 0.6s;
}

.sectiononeform button:hover {
	background: #6700ba;
}

.language-picker {
	display: inline-block;
	position: relative;
	margin-top: 6px;
}

.js .language-picker__form {
	display: none
}

.language-picker__button .icon {
	height: 16px;
	width: 16px;
	margin-left: .25rem;
	margin-left: var(--space-xxxs)
}

.language-picker__dropdown {
	position: absolute;
	left: 0;
	top: 100%;
	width: 200px;
	background-color: #fff;
	background-color: var(--color-bg);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2), 0 1px 8px rgba(0, 0, 0, .1);
	box-shadow: var(--shadow-sm);
	padding: .375rem 0;
	padding: var(--space-xxs) 0;
	border-radius: .25em;
	z-index: 9;
	--space-unit: 1rem;
	--space-xxxxs: 0.125rem;
	--space-xxxs: 0.25rem;
	--space-xxs: 0.375rem;
	--space-xs: 0.5rem;
	--space-sm: 0.75rem;
	--space-md: 1.25rem;
	--space-lg: 2rem;
	--space-xl: 3.25rem;
	--space-xxl: 5.25rem;
	--space-xxxl: 8.5rem;
	--space-xxxxl: 13.75rem;
	--component-padding: 1.25rem;
	--component-padding: var(--space-md);
	font-size: 1rem;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s .2s, opacity .2s, -webkit-transform .2s ease-out;
	transition: visibility 0s .2s, opacity .2s, transform .2s ease-out;
	transition: visibility 0s .2s, opacity .2s, transform .2s ease-out, -webkit-transform .2s ease-out
}

.language-picker__button[aria-expanded=true]+.language-picker__dropdown {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(4px);
	-ms-transform: translateY(4px);
	transform: translateY(4px);
	transition: opacity .2s, -webkit-transform .2s ease-out;
	transition: opacity .2s, transform .2s ease-out;
	transition: opacity .2s, transform .2s ease-out, -webkit-transform .2s ease-out
}

.language-picker__item {
	text-decoration: none;
	padding: .5em 2em .5em 1.25em;
	padding-left: 7px;
	color: #fff;
}

.language-picker__item span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.language-picker__item:hover {
	background-color: #f2f2f2;
	background-color: var(--color-contrast-lower)
}

.language-picker__item[aria-selected=true] {
	position: relative;
	background-color: #2a6df4;
	background-color: var(--color-primary);
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.language-picker__item[aria-selected=true]::after {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 16px;
	width: 16px;
	right: .75rem;
	right: var(--space-sm);
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBvbHlsaW5lIHN0cm9rZS13aWR0aD0nMScgc3Ryb2tlPScjZmZmZmZmJyBmaWxsPSdub25lJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHBvaW50cz0nMSw5IDUsMTMgMTUsMyAnLz48L3N2Zz4=);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

.language-picker__flag {
	display: block;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
}

.language-picker__flag em {
	font-style: normal;
	margin-left: 10px;
	font-weight: 500;
	position: relative;
}

.language-picker__flag em::after {
	content: "";
	background: url(../img/icon/arrowicon.svg);
	width: 12px;
	height: 12px;
	background-size: contain;
	background-position: center;
	position: absolute;
	background-repeat: no-repeat;
	right: -18px;
	top: 5px;
}

.language-picker__flag::before {
	display: inline-block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	content: '';
	height: 24px;
	width: 24px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 50%;
}

.language-picker__dropdown .language-picker__flag::before {
	margin-right: .5rem;
	margin-right: var(--space-xs)
}

.language-picker__flag--turkish::before {
	background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/b/b4/Flag_of_Turkey.svg/220px-Flag_of_Turkey.svg.png)
}

.language-picker__flag--english::before {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0OCA0OCc+PHBhdGggZmlsbD0nIzAwMjc4MScgZD0nTTQ2LDZIMkMwLjg5Niw2LDAsNi44OTYsMCw4djMyYzAsMS4xMDQsMC44OTYsMiwyLDJoNDRjMS4xMDQsMCwyLTAuODk2LDItMlY4QzQ4LDYuODk2LDQ3LjEwNCw2LDQ2LDZ6Jy8+PHBhdGggZmlsbD0nI0U2RTZFNicgZD0nTTQ4LDhjMC0xLjEwNC0wLjg5Ni0yLTItMmgtNS4xNjFMMjgsMTUuODc2VjZoLTh2OS44NzZMNy4xNjEsNkgyQzAuODk2LDYsMCw2Ljg5NiwwLDh2Mi41ODZMMTIuMjM5LDIwSDB2OCBoMTIuMjM5TDAsMzcuNDE1VjQwYzAsMS4xMDQsMC44OTYsMiwyLDJoNS4xNjFMMjAsMzIuMTI0VjQyaDh2LTkuODc2TDQwLjgzOSw0Mkg0NmMxLjEwNCwwLDItMC44OTYsMi0ydi0yLjU4NUwzNS43NjEsMjhINDh2LTggSDM1Ljc2MUw0OCwxMC41ODZWOHonLz48cG9seWdvbiBmaWxsPScjRDEwRDI0JyBwb2ludHM9JzQ4LDIyIDI2LDIyIDI2LDYgMjIsNiAyMiwyMiAwLDIyIDAsMjYgMjIsMjYgMjIsNDIgMjYsNDIgMjYsMjYgNDgsMjYgJy8+PHBhdGggZmlsbD0nI0QxMEQyNCcgZD0nTTQ3LjAwMSw2LjMwN0wyOS4yLDIwaDMuMjhMNDgsOC4wNjJWOEM0OCw3LjI2OCw0Ny41ODcsNi42NTYsNDcuMDAxLDYuMzA3eicvPjxwYXRoIGZpbGw9JyNEMTBEMjQnIGQ9J00zMi40OCwyOEgyOS4ybDE3LjgwMSwxMy42OTNDNDcuNTg3LDQxLjM0NCw0OCw0MC43MzIsNDgsNDB2LTAuMDYyTDMyLjQ4LDI4eicvPjxwYXRoIGZpbGw9JyNEMTBEMjQnIGQ9J00xNS41MiwyOEwwLDM5LjkzOFY0MGMwLDAuNzMyLDAuNDEzLDEuMzQ0LDAuOTk5LDEuNjkzTDE4LjgsMjhIMTUuNTJ6Jy8+PHBhdGggZmlsbD0nI0QxMEQyNCcgZD0nTTE1LjUyLDIwaDMuMjhMMC45OTksNi4zMDdDMC40MTMsNi42NTYsMCw3LjI2OCwwLDh2MC4wNjJMMTUuNTIsMjB6Jy8+PC9zdmc+)
}

.language-picker__flag--francais::before {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0OCA0OCc+PHBhdGggZmlsbD0nIzAxMjA5RicgZD0nTTE2LDQySDJjLTEuMTA1LDAtMi0wLjg5NS0yLTJWOGMwLTEuMTA1LDAuODk1LTIsMi0yaDE0VjQyeicvPjxwYXRoIGZpbGw9JyNFRjQyMzQnIGQ9J000OCw0MGMwLDEuMTA1LTAuODk1LDItMiwySDMyVjZoMTRjMS4xMDUsMCwyLDAuODk1LDIsMlY0MHonLz48cmVjdCB4PScxNicgeT0nNicgZmlsbD0nI0U2RTZFNicgd2lkdGg9JzE2JyBoZWlnaHQ9JzM2Jy8+PC9zdmc+)
}

.language-picker__flag--italiano::before {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0OCA0OCc+PHBhdGggZmlsbD0nIzAwOTM0NScgZD0nTTE2LDQySDJjLTEuMTA1LDAtMi0wLjg5NS0yLTJWOGMwLTEuMTA1LDAuODk1LTIsMi0yaDE0VjQyeicvPjxwYXRoIGZpbGw9JyNDRjJCMzYnIGQ9J000OCw0MGMwLDEuMTA1LTAuODk1LDItMiwySDMyVjZoMTRjMS4xMDUsMCwyLDAuODk1LDIsMlY0MHonLz48cmVjdCB4PScxNicgeT0nNicgZmlsbD0nI0U2RTZFNicgd2lkdGg9JzE2JyBoZWlnaHQ9JzM2Jy8+PC9zdmc+)
}

.language-picker--hide-label .language-picker__button .icon {
	margin-left: 0
}

.language-picker--hide-label .language-picker__button em {
	display: none
}

.language-picker--hide-label .language-picker__button .language-picker__flag::before {
	margin-right: .25rem;
	margin-right: var(--space-xxxs)
}

.hmsectiontwo {
	float: left;
	width: 100%;
	padding: 60px 0;
}
.appHeader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 74px;
  z-index: 1001;
  background: linear-gradient(269.74deg, rgba(255, 255, 255, 0.21) -254.09%, rgb(4 12 22) 99.84%);
  border-bottom: 1px solid #151d46;
}
@media (min-width: 768px) {
  .appHeader {
    padding: 0 30px;
    height: 90px;
    border-bottom: 0;
  }
}
.appHeader .apHdRw {
  height: 74px;
  align-items: center;
}
@media (min-width: 992px) {
  .appHeader .apHdRw {
    height: 90px;
  }
}
@media (min-width: 992px) {
  .appHeader {
    left: 300px;
  }
}

.apPgTi {
  font-weight: 600;
  font-size: 19px;
  line-height: 22px;
  color: #fff;
}

.apPgTx {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #8b98b8;
  margin: 0 !important;
}

.apHdCr {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media (max-width: 992px) {
  .apHdCr {
    width: 42px;
    height: 42px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
  }
}
.apHdCr::after {
  display: none;
}

.apHdIt {
  position: relative;
  background-color: transparent;
  display: flex;
  gap: 12px;
  align-items: center;
  text-align: left;
  padding: 0;
}
.apHdIt::after {
  display: none;
}
@media (min-width: 768px) {
  .apHdIt {
    padding: 9px 20px;
  }
  .apHdIt::after {
    display: block;
  }
}
.apHdIt .icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #0c2447;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  overflow: hidden;
}
.apHdIt .icon.avatar {
  background-color: transparent;
}
.apHdIt .icon.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.apHdIt .title {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}
.apHdIt .text {
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 6px;
}
.apHdIt .arrows {
  color: #fff;
  display: flex;
  align-items: center;
}
.apHdIt.apHdPrb {
  background: #111922;
  border-radius: 50px;
  padding: 10px 0 10px 10px;
}

.appContent {
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .appContent {
    padding: 0 30px 30px;
  }
}


.hiddenTitle {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.plus {
    padding-left:40px;
}
    .panelmenudesc .user-balance {
	border-radius: 10px;
	background: #8d01ff;
	color: #fff;
	padding: 14px 24px;
	line-height: 30px;
	font-size: 16px;
	font-weight: 600;
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .16s ease;
	transition: .16s ease;
	position: relative;
	letter-spacing: .4px;
	text-decoration: none!important;
	    text-align: center;

}

.panelmenudesc .user-balance:hover {
	-webkit-box-shadow: 0px 6px 25px rgba(24, 91, 220, 0.4);
	box-shadow: 0px 6px 25px rgba(24, 91, 220, 0.4);
}

.panelmenudesc .user-balance[data-second-text] {
	overflow: hidden;
}

.panelmenudesc .user-balance[data-second-text]::before {
	content: attr(data-second-text);
	position: absolute;
	left: 0px;
	width: 100%;
	top: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	color: #fff;
	-webkit-transition-delay: .16s;
	transition-delay: .16s;
	-webkit-transition: .16s ease;
	transition: .16s ease;
	    text-align: center;
}

.panelmenudesc .user-balance[data-second-text]:hover {
	color: rgba(255, 255, 255, 0);
}

.panelmenudesc .user-balance[data-second-text]:hover::before {
	opacity: 1;
	top: 50%;
}
.headcs {
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid #8d01ff;
	border-radius: 15px;
	color: #fff;
	text-transform: uppercase;
	padding: 6px 25px;
	font-size: 15px;
	font-weight: bold;
	line-height: 23px;
	padding-left: 40px;
	position: relative;
}

.headcs::before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #8d01ff;
	position: absolute;
	left: 20px;
	top: 12px;
}

.hmsectiontwo h2 {
	float: left;
	width: 100%;
	font-size: 42px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	margin-top: 45px;
	margin-bottom: 20px;
}

.hmsectiontwo h2 span {
	color: #8d01ff;
}

.hmsectiontwo h6 {
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #d3d3d3;
	font-weight: normal;
	max-width: 650px;
	margin: 0 auto;
	margin-bottom: 70px;
}

.hmsectiontwo .text {
	float: left;
	width: 100%;
	margin-top: 50px;
}

.hmsectiontwo .text h5 {
	float: left;
	width: 100%;
	font-size: 40px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 20px;
}

.hmsectiontwo .text p {
	float: left;
	width: 100%;
	font-size: 18px;
	color: #A4B4C3;
	font-weight: normal;
	margin-bottom: 50px;
}

.hmsectiontwo .text .icon {
	float: left;
	width: 24px;
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	margin-right: 16px;
}

.hmsectiontwo .text .icon img {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	object-fit: cover;
}

.hmsectiontwo .text .infotext {
	float: left;
	width: calc(100% - 40px);
}

.hmsectiontwo .text .infotext h4 {
	float: left;
	width: 100%;
	font-weight: bold;
	color: #fff;
	font-size: 17px;
}

.hmsectiontwo .text .infotext span {
	color: #8B8B8B;
	font-weight: normal;
	font-size: 14px;
}

.hmsectiontwo .text .col-md-6 {
	margin-bottom: 35px;
}

.hmsectiontwo .img {
	float: left;
	width: 100%;
	height: calc(100% - 80px);
	padding: 0px 25px;
}

.hmsectiontwo .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.hmsectionthree {
	float: left;
	width: 100%;
	padding: 30px 0;
	margin-bottom: 40px;
}

.img {
	float: left;
	width: 100%;
	height: 340px;
}

.hmsectionthree .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: left;
}

.hmsectionthree h2 {
	float: left;
	width: 100%;
	color: #fff;
	font-weight: 600;
	font-size: 42px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.hmsectionthree p {
	float: left;
	width: 100%;
	color: #A4B4C3;
	margin-bottom: 45px;
}

.hmsectionthree .btn-default {
	margin-right: 10px;
}

.percommentsection {
	float: left;
	width: 100%;
	padding: 50px 0;
	position: relative;
	margin-top: 25px;
	padding-top: 80px;
	padding-left: 15%;
}

.percommentsection::before {
	content: "";
	height: 800px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.hmpersocommentSwiper {
	float: left;
	width: 100%;
}

.commentitem {
	float: left;
	width: 100%;
	background: rgba(3, 11, 21, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 64px;
	padding: 45px;
}

.commentitem .starlist {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.commentitem .starlist .star {
	float: left;
	margin-right: 10px;
	background: url(../img/icon/staricon.svg);
	width: 20px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
}

.commentitem .starlist .star.active {
	background: url(../img/icon/staractiveicon.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

.commentitem p {
	float: left;
	width: 100%;
	color: #A4B4C3;
	font-weight: normal;
	font-size: 13px;
	margin-bottom: 35px;
}

.commentitem .userdetail {
	float: left;
	width: 100%;
}

.commentitem .userdetail .img {
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
}

.commentitem .userdetail .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.commentitem .userdetail .text {
	float: left;
	width: calc(100% - 80px);
	padding-left: 25px;
	height: auto;
	min-height: 70px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.commentitem .userdetail .text h5 {
	float: left;
	width: 100%;
	color: #EBEBEB;
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 2px;
}

.commentitem .userdetail .text span {
	color: #ffffff81;
	font-size: 19px;
}

.percommentsection h2 {
	float: left;
	color: #fff;
	margin-bottom: 55px;
	font-weight: 600;
	position: relative;
}

.percommentsection h2::before {
	content: "";
	background: url(../img/icon/popicon.svg);
	width: 40px;
	height: 40px;
	position: absolute;
	left: -50px;
	background-size: contain;
	background-repeat: no-repeat;
}

.hmpersocommentSwiper .swiper-slide.swiper-slide-active {
	width: 45% !important;
}

.hmpersocommentSwiper .swiper-slide.swiper-slide-next {
	width: 45% !important;
}

.percommentsection .container {
	position: relative;
}

.percommentsection .swiper-button-next {
	position: absolute;
	right: 0;
	background: url(../img/icon/rightslideicon.svg);
	width: 50px;
	top: 20px;
	height: 50px;
	background-size: contain;
	background-repeat: no-repeat;
}

.percommentsection .swiper-button-next::after {
	display: none;
}

.percommentsection .swiper-button-prev {
	position: absolute;
	right: 60px;
	background: url(../img/icon/lefticonslider.svg);
	width: 50px;
	top: 20px;
	left: auto;
	height: 50px;
	background-size: contain;
	background-repeat: no-repeat;
}

.percommentsection .swiper-button-prev::after {
	display: none;
}

.percommentsection .swiper-pagination {
	position: absolute;
	right: 140px;
	color: #fff;
	left: auto;
	width: auto;
	top: 5px;
	font-size: 25px;
	font-weight: 600;
}

.sectionfaq {
	float: left;
	width: 100%;
	padding: 70px 0;
}

.sectionfaq h3 {
	float: left;
	width: 100%;
	font-size: 42px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	margin-top: 45px;
	margin-bottom: 20px;
}

.sectionfaq h3 span {
	color: #8d01ff;
}

.sectionfaq h6 {
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #d3d3d3;
	font-weight: normal;
	max-width: 650px;
	margin: 0 auto;
	margin-bottom: 70px;
}

.sectionfaq .area {
	float: left;
	width: 100%;
}

.sectionfaq .accordion-button {
	background: transparent;
	font-weight: bold;
	color: #fff;
	padding: 25px;
	font-size: 22px;
}

.accordion-button:focus {
	border: 0;
	box-shadow: none;
}

.sectionfaq .accordion-item {
	background-color: transparent;
	background: #030B15;
	border: 1px solid rgba(255, 255, 255, 0.15) !important;
	border-radius: 25px !important;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
}

.sectionfaq .accordion-body {
	color: #C2C3C5;
	font-weight: normal;
	font-size: 16px;
	border-top: 1px solid #5453538e;
}

.sectionfaq .accordion-button::after {
	content: "+";
	color: #8d01ff;
	background: none;
	margin-top: -5px;
}

.accordion-button:not(.collapsed)::after {
	content: "-";
	transform: none;
}

.hmsectionblog {
	float: left;
	width: 100%;
	padding: 50px 0;
}

.hmsectionblog h2 {
	float: left;
	width: 100%;
	font-size: 42px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	margin-top: 45px;
	margin-bottom: 20px;
}

.hmsectionblog h2 span {
	color: #8d01ff;
}

.hmsectionblog h6 {
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #d3d3d3;
	font-weight: normal;
	max-width: 650px;
	margin: 0 auto;
	margin-bottom: 70px;
}

.hmsectionblog .item {
	float: left;
	width: 100%;
	background: linear-gradient(269.74deg, rgba(255, 255, 255, 0.21) -254.09%, rgba(255, 255, 255, 0) 99.84%);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 25px;
	padding: 25px;
	text-align: center;
	padding-bottom: 15px;
}

.hmsectionblog .item h5 {
	color: #fff;
	font-weight: 600;
	font-size: 22px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-top:15px;
}

noAGR {
  max-width: 100%;
  position: relative;
  overflow: hidden;
}


.noaCsMWr {
  width: 100%;
  overflow: hidden;
}
.noaTitWra {
  position: relative;
}
.noaTitWra .sbadge {
  margin-bottom: 30px;
}
.noaTitWra .title {
  font-size: 27px;
  line-height: 37px;
  letter-spacing: -0.03em;
  color: #0c2447;
}
@media (min-width: 992px) {
  .noaTitWra .title {
    font-size: 35px;
    line-height: 50px;
  }
}
.noaTitWra .title.bold {
  font-weight: 700;
}
.noaTitWra .title .ulin {
  color: #0083FF;
}
.noaTitWra .title .ulin.orng {
  color: #f65619;
}

.noaTx {
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #0a2753;
  max-width: 640px;
  width: 100%;
  display: inline-block;
}

.hmsectionblog .item p {
	color: #A5ADCF;
	padding-top: 20px;
    font-weight: 600;

}

.hmsectionblog a {
	background: #202533;
	border-radius: 5px;
	width: 100%;
	color: #fff;
	padding: 18px 5px;
	float: left;
	margin-top: 10px;
	font-size: 15px;
	transition: all 0.6s;
}
.hmsectionblog a p{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%
}

.hmsectionblog a:hover {
	background: #042e83;
}

footer {
	float: left;
	width: 100%;
	margin-top: 50px;
	background: #141B22;
	padding: 65px 0;
	padding-bottom: 55px;
}

.footerlogo {
	float: left;
	width: 100%;
	height: 35px;
	margin-bottom: 15px;
}

.footerlogo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: left;
}

.footerdesc {
	float: left;
	width: 100%;
	color: #fff;
	font-weight: normal;
	font-size: 15px;
}

.footermenu {
	float: left;
	width: 100%;
	padding-left: 20px;
}

.ftmenuitem {
	float: left;
	width: 100%;
}

.ftmenuitem label {
	float: left;
	width: 100%;
	color: #fff;
	font-weight: 600;
	margin-bottom: 10px;
}

.ftmenuitem ul li {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

.ftmenuitem ul li a {
	color: #C2C3C5;
	font-size: 14px;
	font-weight: normal;
	transition: all 0.6s;
}

.ftmenuitem ul li a:hover {
	color: #8d01ff;
}

.newsletter {
	float: left;
	width: 100%;
}

.newsletter label {
	float: left;
	width: 100%;
	color: #fff;
	font-weight: 600;
	margin-bottom: 15px;
}

.newsletter .input {
	float: left;
	width: 100%;
}

.newsletter .input input {
	float: left;
	width: 72%;
	background: rgba(194, 195, 197, 0.15);
	border: 0;
	padding: 15px 20px;
	color: #fff;
}

.newsletter .input input::placeholder {
	color: #C2C3C5;
}

.newsletter .input button {
	float: left;
	width: 28%;
	background: #8d01ff;
	border: 0;
	padding: 15px 0px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	transition: all 0.6s;
}

.newsletter .input button:hover {
	background: #04379e;
}

.footerbottom {
	float: left;
	width: 100%;
	padding: 20px 0;
	padding-bottom: 0;
	border-top: 1px solid #434343;
	margin-top: 50px;
}

.footerbottom span {
	float: left;
	color: #C2C3C5;
	font-weight: normal;
	font-size: 14px;
}

.footersocial {
	float: right;
}

.footersocial ul {
	float: right;
	margin-bottom: 0;
}

.footersocial ul li {
	float: left;
	margin-left: 30px;
}

.blogareabg {
	float: left;
	width: 100%;
	position: relative;
	border-top: 5px solid #8d01ff;
}

.blogareabg::before {
	content: "";
	background: linear-gradient(179.47deg, #0B1D33 1.38%, rgba(11, 29, 51, 0) 80.4%);
	height: 800px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.bloglist {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}

.bloglist .items {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	background: linear-gradient(269.74deg, rgba(255, 255, 255, 0.21) -254.09%, rgba(255, 255, 255, 0) 99.84%);
	border: 1px solid #0156ff65;
	border-left: 12px solid #8d01ff;
	border-radius: 5px;
	padding: 25px;
}

.bloglist .items .left {
	float: left;
	width: 80%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	height: 100%;
}

.bloglist .items .right {
	float: right;
	width: 20%;
}

.bloglist .items .right a {
	color: #fff;
	background: #8d01ff;
	border-radius: 5px;
	text-align: center;
	max-width: 200px;
	float: right;
	margin-top: 0;
}

.bloglist .items .right a:hover {
	background: #05379b;
}

.bloglist .items .left h3 {
	float: left;
	width: 100%;
	color: #fff;
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 10px;
}

.bloglist .items .left p {
	float: left;
	width: 100%;
	margin-bottom: 0;
	color: #A5ADCF;
}

.readmorebtn {
	float: left;
	width: 100%;
	text-align: center;
	display: flex;
	margin-top: 25px;
}

.readmorebtn a {
	width: auto;
	margin: 0 auto;
	float: inherit;
	background: #8d01ff;
	border-radius: 32px;
	padding: 18px 90px;
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	transition: all 0.6s;
}

.readmorebtn a:hover {
	background: #0546c9;
}

.readmorebtn a span {
	position: relative;
	margin-left: 10px;
}

.readmorebtn a span::before {
	content: "";
	background: url(../img/icon/moreicon.svg);
	width: 17px;
	height: 17px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: -28px;
	top: 5px;
}

.destekuser {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 5px;
}

.destekuser span {
	background: #ccc;
	color: #000;
	padding: 7px 15px;
	border-radius: 10px;
}

.destekuser label {
	float: left;
	width: 100%;
	font-size: 13px;
	color: #fff;
	margin-top: 10px;
	font-weight: 300;
}

.destektalepcevap table tr.alt td {
	text-transform: none !important;
}

.blogpagetext {
	float: left;
	width: 100%;
	background: linear-gradient(269.74deg, rgba(255, 255, 255, 0.21) -254.09%, rgba(255, 255, 255, 0) 99.84%);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 5px;
	padding: 30px 35px;
	overflow: hidden;
}
.blogpagetext p{
	width: 100% !important;
}

.blogpagetext h4 {
	float: left;
	width: 100%;
	color: #fff;
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 40px;
	position: relative;
}

.blogpagetext h4::before {
	content: "";
	background: #8d01ff;
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 3px;
	width: 20%;
	border-radius: 5px;
}

.blogpagetext p {
	float: left;
	width: 100%;
	color: #A4B4C3;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 0;
}

.blogcomment {
	float: left;
	width: 100%;
	background: linear-gradient(269.74deg, rgba(255, 255, 255, 0.21) -254.09%, rgba(255, 255, 255, 0) 99.84%);
	border: 1px solid rgba(255, 255, 255, 0.15);
	margin-top: 40px;
	padding: 35px 25px;
}

.blogcomment .cmsbloitem {
	float: left;
	width: 100%;
	background: linear-gradient(269.74deg, rgba(255, 255, 255, 0.21) -254.09%, rgba(255, 255, 255, 0) 99.84%);
	border: 1px solid #2C323C;
	border-radius: 5px;
	padding: 20px 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.blogcomment .cmsbloitem .hs {
	float: left;
	width: 100%;
}

.blogcomment .cmsbloitem .hs .left {
	float: left;
}

.blogcomment .cmsbloitem .hs .left .img {
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
}

.blogcomment .cmsbloitem .hs .left .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blogcomment .cmsbloitem .hs .left h4 {
	float: left;
	height: 50px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
	margin-left: 15px;
}

.blogcomment .cmsbloitem .hs .right {
	float: right;
}

.blogcomment .cmsbloitem .hs .starlist {
	float: right;
	margin-top: 19px;
}

.blogcomment .cmsbloitem .hs .starlist .star {
	background: url(../img/icon/goldstaricon.svg);
	width: 15px;
	height: 15px;
	background-size: contain;
	float: left;
	margin-left: 5px;
}

.blogcomment .cmsbloitem p {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 15px;
	margin-bottom: 0;
	margin-top: 20px;
	float: left;
	width: 100%;
}

.blogcommentreply {
	float: left;
	width: 100%;
	margin-top: 40px;
}

.blogcommentreply h5 {
	float: left;
	width: 100%;
	color: #fff;
	letter-spacing: 0.02em;
	font-weight: normal;
	font-size: 18px;
}

.cmntbtnlist {
	float: right;
	width: 100%;
	margin-top: 20px;
}

.cmntbtnlist .cancelbtn {
	float: right;
	border: 1px solid #8d01ff;
	border-radius: 5px;
	background: transparent;
	color: #fff;
	padding: 14px 30px;
	font-size: 15px;
	transition: all 0.6s;
}

.cmntbtnlist .cancelbtn:hover {
	background: #8d01ff;
}

.cmntbtnlist .btn-default {
	float: right;
	border: 1px solid #8d01ff;
	background: #8d01ff;
	color: #fff;
	padding: 14px 30px;
	font-size: 15px;
	margin-left: 13px;
	border-radius: 5px;
	transition: all 0.6s;
}

.cmntbtnlist .btn-default:hover {
	background: #04328f;
}

.lgnregpage {
	float: left;
	width: 100%;
	padding: 80px 0;
	position: relative;
}

.lgnregpage::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	z-index: -1;
}

.lgnregpage .form {
	float: left;
	width: 100%;
	padding: 0px 50px;
}

.lgnregpage .form h3 {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 15px;
}

.lgnregpage .form p {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	font-weight: 300;
	color: #B6B3BC;
}

.lgnregpage .form input {
	float: left;
	width: 100%;
	background: #030B15;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 15px;
	color: #fff;
	padding: 20px;
	margin-bottom: 15px;
}

.lgnregpage .form button {
	float: left;
	width: 80%;
	margin-left: 10%;
	background: #8d01ff;
	color: #fff;
	border: 0;
	border-radius: 25px;
	padding: 15px;
	font-weight: 500;
	margin-top: 15px;
}

.lgnregpage .form span {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 35px;
	font-size: 17px;
	color: rgba(255, 255, 255, 0.5);
}

.lgnregpage .form span a {
	color: #fff;
}

.lgnregpage .text {
	float: left;
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	text-align: center;
	padding: 0px 80px;
}

.lgnregpage .text h2 {
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-size: 35px;
	margin-top: 20px;
	margin-bottom: 30px;
}

.lgnregpage .text h6 {
	float: left;
	width: 100%;
	text-align: center;
	color: #A4B4C3;
	font-size: 16px;
	font-weight: normal;
	line-height: 25px;
	margin-bottom: 40px;
}

.lgnregpage .text a {
	background: #8d01ff;
	color: #fff;
	border-radius: 25px;
	padding: 12px 30px;
	transition: all 0.6s;
	max-width: 250px;
	width: 100%;
	margin: 0 auto;
}

.lgnregpage .text a:hover {
	background: #6700ba;
}

.panelcontent {
	float: left;
	width: 100%;
}

.panelmenu {
	float: left;
	width: 300px;
	height: 100vh;
	padding: 30px 0;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2;
	background: linear-gradient(269.74deg, rgba(255, 255, 255, 0.21) -254.09%, rgba(255, 255, 255, 0) 99.84%);
}



.panellogo {
	float: left;
	width: 100%;
	height: 25px;
	margin-top: 15px;
	margin-bottom: 55px;
}

.panellogo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.panelmenudesc {
	float: left;
	width: 100%;
}

.panelmenudesc ul {
	float: left;
	width: 100%;
	padding-right: 20px;
	height: calc(100ch - 250px);
	padding-bottom: 50px;
	overflow-y: scroll;
}

.panelmenudesc ul li {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

.panelmenudesc ul li a {
	float: left;
	width: 100%;
	padding: 18px 0;
	padding-left: 40px;
}

.panelmenudesc ul li.active {
	background: linear-gradient(269.74deg, rgba(255, 255, 255, 0.21) -254.09%, rgba(255, 255, 255, 0) 99.84%);
	border-radius: 16.3366px;
}

.panelmenudesc ul li.active a span {
	color: #fff;
}

.panelmenudesc ul li.active a img {
	filter: brightness(0) invert(1);
}

.panelmenudesc ul li a {
	float: left;
	width: 100%;
}

.panelmenudesc ul li a img {
	float: left;
	width: 24px;
	height: 24px;
}

.panelmenudesc ul li a span {
	color: #8B8C91;
	float: left;
	margin-left: 10px;
}

.panelmenudesc ul li.exitmenu {
	background: linear-gradient(269.74deg, rgba(255, 255, 255, 0.55) -254.09%, rgba(255, 255, 255, 0) 99.84%);
	filter: drop-shadow(5px 9px 54px rgba(17, 188, 169, 0.06));
	border-radius: 12px;
	margin-top: 40px;
}

.panelmenudesc ul li.exitmenu a span {
	color: #fff;
	margin-left: 10px;
}

.panelmenudesc ul li.exitmenu a img {
	filter: brightness(0) invert(1);
	float: right;
	margin-right: 19px;
}

.panelarea {
	float: left;
	width: calc(100% - 300px);
	margin-left: 300px;
	padding: 35px 50px;
	padding-right: 90px;
	padding-top: 60px;
}

.bells {
	float: right;
	position: relative;
	margin-right: 30px;
	margin-top: 4px;
}

.bells .natif {
	width: 8px;
	height: 8px;
	position: absolute;
	background: #1E68F6;
	border-radius: 50%;
	top: 0;
	right: 0;
}

.userdrop {
	float: right;
	cursor: pointer;
	position: relative;
	padding-right: 27px;
}

.userdrop::after {
	content: "";
	background: url(../img/icon/arrowiconc.svg);
	width: 20px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 6px;
}

.drop-down {
	float: right;
}

.drop-down .closed {
	height: 43px;
	display: none;
}

.userdroptitle span {
	float: left;
	color: #fff;
	font-weight: 500;
	height: 33px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.userdroptitle img {
	float: left;
	width: 33px;
	height: 33px;
	border-radius: 50%;
	margin-left: 20px;
}

.panelheadright {
	float: right;
	width: 100%;
	margin-top: 7px;
	z-index: 999;
	position: relative;
}

.panelheadright ul {
	position: absolute;
	float: right;
	right: 0;
	top: 45px;
	background: linear-gradient(269.74deg, rgb(15 53 62) -254.09%, rgb(8 49 63) 99.84%);
	border-radius: 10px;
	padding: 5px 25px;
	max-width: 160px;
	z-index: 4;
	border: 1px solid #cccccc30;
}

.panelheadright ul li {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	margin-top: 5px;
}

.panelheadright.closed ul {
	display: none;
}

.panelheadright ul li a {
	color: #fff;
}

.sssarea {
	float: left;
	width: 100%;
}

.sssarea .accordion-item {
	margin-bottom: 13px;
	background: linear-gradient(269.74deg, rgba(255, 255, 255, 0.21) -254.09%, rgba(255, 255, 255, 0) 99.84%);
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.sssarea .accordion-button {
	color: #fff;
	background: linear-gradient(269.74deg, rgba(255, 255, 255, 0.21) -254.09%, rgba(255, 255, 255, 0) 99.84%);
	border: 0;
	border-radius: 5px;
	overflow: hidden;
	padding: 20px;
	font-weight: 600;
	font-size: 18px;
}

.sssarea .accordion-button::after {
	background-image: none;
	content: "+";
}

.sssarea .accordion-button:not(.collapsed)::after {
	content: "-";
}

.sssarea .accordion-button:not(.collapsed) {
	color: #fff;
	background: linear-gradient(269.74deg, rgba(255, 255, 255, 0.21) -254.09%, rgba(255, 255, 255, 0) 99.84%);
	border: 0;
	border-radius: 5px;
	overflow: hidden;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	position: relative;
}

.sssarea .accordion-button:not(.collapsed)::before {
	content: "";
	border-radius: 15px;
	background: #8d01ff;
	width: 20%;
	height: 3px;
	position: absolute;
	left: 20px;
	bottom: 0px;
	transition: all 0.6s;
}

.sssarea .accordion-body {
	color: #A4B4C3;
	background: linear-gradient(269.74deg, rgba(255, 255, 255, 0.21) -254.09%, rgba(255, 255, 255, 0) 99.84%);
}

.cavicontent {
	float: left;
	width: 100%;
}

.cavicontent .nav {
	border-bottom: 0;
	margin-bottom: 25px;
}

.cavicontent .nav-item {
	margin-right: 15px;
}

.cavicontent .nav-tabs .nav-link {
	padding: 15px 25px;
	color: #fff;
	background: linear-gradient(269.74deg, rgba(255, 255, 255, 0.21) -254.09%, rgba(255, 255, 255, 0) 99.84%);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 5px;
	transition: all 0.6s;
}

.cavicontent .nav-tabs .nav-link:hover {
	border-color: #8d01ff;
}

.cavicontent .nav-tabs .nav-link.active {
	background: #8d01ff;
	border-color: #8d01ff;
}

.tabtext {
	float: left;
	width: 100%;
	background: linear-gradient(269.74deg, rgba(255, 255, 255, 0.21) -254.09%, rgba(255, 255, 255, 0) 99.84%);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 5px;
	padding: 30px;
}

.tabtext h3 {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 30px;
	position: relative;
}

.tabtext h3::before {
	content: "";
	width: 20%;
	height: 3px;
	background: #8d01ff;
	border-radius: 20px;
	position: absolute;
	left: 0;
	bottom: -13px;
}

.tabtext p {
	color: #A4B4C3;
	font-weight: normal;
}

.serviceshead {
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}

.serviceshead .selectfilter {
	float: left;
	width: 100%;
	background: #030B15;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 5px;
	padding-right: 10px;
}

.serviceshead .selectfilter select {
	float: left;
	width: 100%;
	border-radius: 5px;
	background: #030B15;
	border: 0;
	color: #fff;
	padding: 10px;
	cursor: pointer;
}

.serviceshead .searchfilter {
	float: left;
	width: 100%;
	background: #030B15;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 5px;
}

.serviceshead .searchfilter input {
	background: transparent;
	color: #fff;
	border: 0;
	width: 100%;
	padding: 10px 21px;
}

.serviceshead .searchfilter input::placeholder {
	color: #ffffff3f;
}

.serviceslist {
	float: left;
	width: 100%;
}

.serviceslist table {
	float: left;
	width: 100%;
	color: #fff;
	border-collapse: separate;
	border-spacing: 0 10px;
}

.serviceslist table tbody tr {
	position: relative;
}

.serviceslist table thead tr th {
	padding-bottom: 15px;
	font-weight: 500;
	font-size: 15px;
	text-align: center;
}

.serviceslist table thead tr th:nth-child(2) {
	text-align: left;
	padding-left: 20px;
}

.serviceslist table thead tr th:nth-last-child(1) {
	padding-right: 30px;
	text-align: center;
}

.serviceslist span.title,
.serviceslist span.category-title{
	float: left;
	width: 100%;
	background: url(../img/icon/trbg.png);
	background-color: #8d01ff;
	padding: 22px 35px;
	border-radius: 15px;
	position: relative;
}


.serviceslist span.title h5,
.serviceslist span.category-title h5{
	margin-bottom: 0;
	font-size: 20px;
	margin-left: -45px;
	position: relative;
}

.serviceslist span.title h5::before,
.serviceslist span.category-title h5::before{
	content: "";
	background: url(../img/icon/popicon.svg);
	width: 25px;
	height: 25px;
	background-size: contain;
	position: absolute;
	left: -33px;
	top: -1px;
}

.serviceslist table tr.titles td:nth-last-child(1)::before {
	content: "";
	background: url(../img/icon/trbg.png);
	width: 400px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right;
}

.serviceslist table tr.title td {
	background: #8d01ff;
	position: relative;
}

.serviceslist table tr.title td:nth-child(1) {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.serviceslist table tr.title td:nth-last-child(1) {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.serviceslist table tr.alt td {
	padding-top: 10px;
	font-size: 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	text-align: center;
}

.serviceslist table tr.alt td:nth-child(2) {
	text-align: left;
	width:100%;
}

.serviceslist table tr:nth-child(2) td {
	padding-top: 20px;
}

.serviceslist table tr.alt td {
	padding: 21px 18px;
	text-transform: uppercase;
	font-weight: 500;
}

.serviceslist table tr.alt td:nth-child(1) {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	padding-left: 60px;
	border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.serviceslist table tr.alt td:nth-last-child(1) {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.serviceslist table tr.alt span.number {
	position: relative;
	font-weight: bold;
}

.serviceslist table tr.alt span.number::before {
	content: "";
	background: url(../img/icon/numbericon.svg);
	width: 30px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: -40px;
	top: -3px;
}

.serviceslist table tr.bosluk td {
	padding: 3px 0;
}

.serviceslist table tr.alt a {
	background: #8d01ff;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	padding: 10px 25px;
	border-radius: 20px;
	transition: all 0.6s;
}

.serviceslist table tr.alt a:hover {
	background: #6700ba;
}

.serviceslist table tr.alt span.min {
	border: 1px solid #8d01ff;
	border-radius: 10px;
	padding: 5px 15px;
	letter-spacing: 1.4px;
}

.serviceslist table tr.alt span.max {
	border: 1px solid #ffffff70;
	border-radius: 10px;
	padding: 5px 15px;
	color: #ffffff70;
	letter-spacing: 1.4px;
}

.siparisarea {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	max-width: 1350px;
}

.siparisbtnlist {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.siparisbtnlist .btn-bs a {
	float: left;
	background: linear-gradient(269.74deg, rgba(255, 255, 255, 0.21) -254.09%, rgba(255, 255, 255, 0) 99.84%);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 5px;
	color: #fff;
	padding: 14px 30px;
	transition: all 0.6s;
}

.siparisbtnlist .btn-bs:hover a {
	border-color: #8d01ff;
}

.siparisbtnlist .btn-bs img {
	float: left;
	width: 18px;
	height: 18px;
	margin-top: 2px;
}

.siparisbtnlist .btn-bs span {
	float: left;
	font-size: 15px;
	margin-left: 7px;
}

.siparisbtnlist .btn-bs.active a {
	background: #8d01ff;
	border-color: #8d01ff;
}

.siparisarea .serviceslist {
	margin-top: 15px;
}

.siparisarea .csdetbtn {
	float: right;
	background: #8d01ff;
	border: 1px solid #8d01ff;
	padding: 12px 23px;
	font-size: 14px;
	border-radius: 5px;
	min-width: 150px;
}

.siparisarea .csdetbtnwait {
	float: right;
	background: #FF7B01;
	border: 1px solid #FF7B01;
	padding: 12px 23px;
	border-radius: 5px;
	min-width: 150px;
}

.siparisarea .csdetbtncompl {
	float: right;
	background: #43DFDF;
	border: 1px solid #43DFDF;
	padding: 12px 23px;
	border-radius: 5px;
	min-width: 150px;
}

.siparisarea .csdetbtncancel {
	float: right;
	background: #FF445A;
	border: 1px solid #FF445A;
	padding: 12px 23px;
	border-radius: 5px;
	min-width: 150px;
}

.siparisarea .usernct {
	float: right;
	padding: 12px 18px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(269.74deg, rgba(255, 255, 255, 0.21) -254.09%, rgba(255, 255, 255, 0) 99.84%);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 5px;
	margin-right: 13px;
	color: rgba(255, 255, 255, 0.1);
	padding-left: 35px;
	font-size: 14px;
	position: relative;
	text-transform: capitalize;
}

.siparisarea .usernct::before {
	content: "";
	background: url(../img/icon/userlinkicon.svg);
	width: 15px;
	height: 15px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 12px;
	top: 15px;
}

.siparisarea .serviceslist table tr.alt td {
	background: rgba(95, 94, 94, 0.21);
}

.siparisarea .serviceslist table tr.alt span.number::before {
	background: url(../img/icon/numberhoticon.svg);
	background-size: contain;
	background-repeat: no-repeat;
	top: -5px;
}

.siparisarea .serviceslist table tr.alt span.min {
	background: #001235;
}

.siparisarea .serviceslist table tr.alt span.max {
	background: #001235;
	border: 1px solid rgba(255, 255, 255, 0.15);
}

.siparisarea .detailbtns {
	float: right;
	background: linear-gradient(269.74deg, rgba(255, 255, 255, 0.21) -254.09%, rgba(255, 255, 255, 0) 99.84%);
	border: 1px solid rgba(255, 255, 255, 0.15);
	padding: 12px;
	border-radius: 5px;
	margin-left: 10px;
}

.pstitle {
	float: left;
	width: 100%;
	background: url(../img/icon/trbg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #8d01ff;
	background-position: center;
	padding: 35px;
	border-radius: 15px;
}

.pstitle h3 {
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	margin-bottom: 0;
	position: relative;
	margin-left: 30px;
}

.pstitle h3::before {
	content: "";
	background: url(../img/icon/popicon.svg);
	width: 25px;
	height: 25px;
	background-size: contain;
	position: absolute;
	left: -33px;
	top: -1px;
}

.siparisdetail {
	float: left;
	width: 100%;
	margin-top: 30px;
	background: linear-gradient(269.74deg, rgba(255, 255, 255, 0.21) -254.09%, rgba(255, 255, 255, 0) 99.84%);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 15px;
	padding: 30px;
}

.siparisdetail h5 {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 5px;
}

.siparisdetail p {
	float: left;
	width: 100%;
	color: #A4B4C3;
	margin-bottom: 20px;
}

.siparisdetail .textarea {
	float: left;
	width: 100%;
	position: relative;
	margin-top: 15px;
}

.siparisdetail .textarea textarea {
	float: left;
	width: 100%;
	min-height: 250px;
	padding: 23px 30px;
	padding-left: 55px;
	background: #030B15;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 4px;
	color: #fff;
}

.siparisdetail .textarea textarea::placeholder {
	color: #ffffff72;
}

.siparisdetail .textarea::before {
	content: "";
	width: 25px;
	height: 25px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 20px;
	top: 23px;
}

.siparisdetail .select,
.siparisdetail .input {
	float: left;
	width: 100%;
	position: relative;
	margin-top: 15px;
}

.siparisdetail .select::before,
.siparisdetail .input::before {
	content: "";
	background: url(../img/icon/siparisidicon.png);
	width: 25px;
	height: 25px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 20px;
	top: 12px;
}

.siparisdetail .select select,
.siparisdetail .input input {
	float: left;
	width: 100%;
	padding: 12px 30px;
	padding-left: 55px;
	background: #030B15;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 4px;
	color: #fff;
}

.pns-btnlist {
	float: right;
	width: 100%;
	margin-top: 20px;
}

.pns-btnlist button {
	float: right;
	background: #8d01ff;
	color: #fff;
	border-radius: 15px;
	font-size: 15px;
	padding: 10px 65px;
	font-weight: 500;
	border: 0;
	transition: all 0.6s;
}

.pns-btnlist button:hover {
	background: #033aa7;
}

.pns-btnlist .bakiyedurum {
	float: right;
	margin-right: 20px;
	margin-top: 13px;
}

.pns-btnlist .bakiyedurum span {
	color: #fff;
	float: left;
	margin-left: 10px;
}

.pns-btnlist .bakiyedurum img {
	float: left;
	margin-top: 3px;
}

.siparisdetail .select {
	float: left;
	width: 100%;
	position: relative;
	margin-top: 15px;
}

.siparisdetail .select::after {
	content: "";
	background: url(../img/icon/selectarrow.svg);
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	position: absolute;
	right: 16px;
	background-size: contain;
	top: 19px;
}

.siparisdetail .select select {
	float: left;
	width: 100%;
	background: #030B15;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 4px;
	color: #fff;
	padding: 12px 15px;
	cursor: pointer;
	padding-left: 50px;
	font-weight: 400;
	font-size: 15px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none
}

.siparisdetail .select::before {
	content: "";
	background: url(../img/icon/siparisidicon.png);
	width: 25px;
	height: 25px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 20px;
	top: 12px;
}

.istaticslist {
	float: left;
	width: 100%;
	margin-top: 15px;
}

.istaticslist .col-md-12 {
	margin-top: 15px;
}

.istaticslist .item {
	float: left;
	width: 100%;
	background: linear-gradient(269.74deg, rgba(255, 255, 255, 0.21) -254.09%, rgba(255, 255, 255, 0) 99.84%);
	border: 1px solid rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(2px);
	padding: 20px 25px;
	border-radius: 8px;
}

.istaticslist .item .img {
	float: left;
	width: 45px;
	height: 45px;
	margin-top: 5px;
}

.istaticslist .item .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.istaticslist .item .text {
	float: left;
	width: calc(100% - 45px);
	padding-left: 15px;
}

.istaticslist .item .text label {
	float: left;
	width: 100%;
	color: #A5ADCF;
	margin-bottom: 10px;
	font-size: 15px;
}

.istaticslist .item .text span {
	float: left;
	width: 100%;
	color: #fff;
	font-weight: 600;
	font-size: 25px;
	line-height: 20px;
}

.destekhistory {
	float: left;
	width: 100%;
}

.destekhistory .pstitle {
	margin-bottom: 10px;
}

.destekhistory .csdetbtn {
	float: right;
	background: #8d01ff;
	font-size: 14px;
	padding: 15px 30px;
	text-transform: capitalize;
	border-radius: 5px;
}

.destekhistory .csdetbtn.closed {
	background: #FF445A;
}

.destekhistory .csdetbtn.wait {
	background: #FF7800;
}

.destekhistory .serviceslist table tr.alt td:nth-child(1) {
	padding-left: 30px;
}

.destekhistory span.number::before {
	content: "";
	background: url(../img/icon/numberhoticon.svg) !important;
	width: 30px;
	height: 30px;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	position: absolute;
	left: -30px;
	top: -4px !important;
}

.destekhistory .serviceslist table tr.alt td {
	padding: 15px 18px;
	background: rgba(255, 255, 255, 0);
}

.siparisdetail .input.span input {
	float: left;
	width: calc(100% - 150px);
	padding-left: 15px;
	background: transparent;
	border: 0;
}

.siparisdetail .input.span {
	margin-bottom: 15px;
	background: #030B15;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 4px;
}

.siparisdetail .input span {
	float: right;
    color: #fff;
    margin-left: 10px;
}

.siparisdetail .textarea.noicon::before {
	display: none;
}

.siparisdetail .textarea.noicon textarea {
	padding: 20px;
}

.siparisbtnlist.noflex {
	justify-content: left;
}

.siparisbtnlist .btn-bs {
	margin-right: 15px;
}

.dashpageview {
	float: left;
	width: 100%;
	padding: 20px;
	background: linear-gradient(269.74deg, rgba(255, 255, 255, 0.21) -254.09%, rgba(255, 255, 255, 0) 99.84%);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 10px;
	margin-top: 25px;
}

.paycheckarea {
	float: left;
	width: 100%;
	padding: 10px;
}

.paycheckarea h3 {
	float: left;
	width: 100%;
	padding-bottom: 20px;
	font-size: 18px;
	font-weight: 500;
	padding-left: 30px;
	position: relative;
	border-bottom: 1px solid #2C323C;
	margin-bottom: 20px;
	color: #fff;
}

.paycheckarea h3::before {
	content: "";
	background: url(../img/icon/walleticon.svg);
	width: 20px;
	height: 15px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 3px;
}

.paycheckarea .item {
	float: left;
	width: 100%;
}

.nakitradiolist {
	float: left;
	width: 100%;
	margin-bottom: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.paycheckarea .item input {
	float: left;
	width: 100%;
	background: #1D232B;
	border: 1px solid #2C323C;
	border-radius: 5px;
	padding: 7px 15px;
	color: #fff;
	font-weight: 300;
	padding-right: 40px;
}

.nakitradiolist input[type="radio"] {
	visibility: hidden;
	height: 0;
	width: 0;
	position: absolute;
}

.nakitradiolist label {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	background: linear-gradient(269.74deg, rgba(255, 255, 255, 0.21) -254.09%, rgba(255, 255, 255, 0) 99.84%);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 5px;
	color: white;
	padding: 9px 13px;
	border-radius: 3px;
	border-radius: 5px;
	margin-right: 12px;
}

.nakitradiolist input[type="radio"]:checked+label {
	background-color: #1D232B;
	border-color: #2B3FF2;
}

.nakitradiolist input[type="radio"]:checked+label {
	background-color: #1D232B;
	border-color: #2B3FF2;
}

.paycheckarea .bsitem h5 {
	float: left;
	width: 100%;
	font-size: 18px;
	margin-bottom: 13px;
	color: #fff;
	font-weight: 600;
}

.paycheckarea .bsitem .input {
	float: left;
	width: 100%;
	position: relative;
}

.paycheckarea .bsitem .input.payicon {
	padding-left: 30px;
}

.paycheckarea .bsitem .input.payicon::before {
	content: "";
	background: url(../img/icon/paraicon.svg);
	width: 20px;
	height: 15px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 12px;
}

.paneltabtext {
	margin-top: 40px;
}

.headnsbar {
	float: left;
	width: 100%;
	border-bottom: 1px solid #2C323C;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.headnsbar h3 {
	float: left;
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	width: 25%;
	margin-top: 8px;
}

.headnsbar .item {
	float: left;
	width: 35%;
	position: relative;
}

.yenisiparis {
	margin-top: 15px;
	margin-bottom: 0 !important;
}

.yenisiparis .btn-bs {
	margin-right: 8px !important;
	margin-top: 10px;
}

.siparisdetail .minmax {
	position: absolute;
	right: 10px;
}

.yenisiparis .btn-bs a {
	padding: 14px 15px;
}

.siparisdetail .minmax .min {
	float: left;
	color: rgba(255, 255, 255, 0.25);
	font-size: 15px;
	margin-top: 13px;
}

.siparisdetail .minmax span {
	margin-left: 8px;
}

.siparisdetail .minmax .max {
	border-left: 1px solid #8d01ff;
	padding-left: 8px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0;
	/* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
	-moz-appearance: textfield;
	/* Firefox */
}

.headnsbar .item::before {
	content: "";
	background: url(../img/icon/nsicon.svg);
	width: 24px;
	height: 24px;
	position: absolute;
	left: 8px;
	top: 8px;
	background-size: contain;
	background-repeat: no-repeat;
}

.headnsbar .item input {
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 5px;
	padding-left: 40px;
	background: transparent;
}

.headnsbar .itenm2 {
	margin-left: 5%;
}

.paycheckarea .bsitem input {
	float: left;
	width: 100%;
	background: #030B15;
	border: 1px solid #2C323C;
	border-radius: 5px;
	padding: 7px 15px;
	color: #fff;
	font-weight: 300;
	padding-right: 40px;
}

.paycheckarea .bsitem .input.payicon input {
	color: #fff;
}

.paycheckarea .item .input span {
	position: absolute;
	right: 14px;
	top: 10px;
	font-weight: 300;
	font-size: 14px;
	color: #fff;
}

.paycheckarea .bsitem select {
	float: left;
	width: 100%;
	background: #030B15;
	border: 1px solid #2C323C;
	border-radius: 5px;
	padding: 7px 15px;
	color: #fff;
	font-weight: 300;
	cursor: pointer;
	padding-right: 40px;
}

.paycheckarea .bsitem .select.payicon {
	padding-left: 30px;
	position: relative;
	float: left;
	width: 100%;
}

.paycheckarea .bsitem .select.payicon::before {
	content: "";
	background: url(../img/icon/paraicon.svg);
	width: 20px;
	height: 15px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 12px;
}

.destekhistory span.tutar {
	float: right;
	background: linear-gradient(269.74deg, rgba(255, 255, 255, 0.21) -254.09%, rgba(255, 255, 255, 0) 99.84%);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 5px;
	padding: 14px 15px;
	margin-left: 15px;
}

.cmntbtnlist .cancelbtn img {
	float: left;
	margin-top: 3px;
}

.cmntbtnlist .cancelbtn span {
	margin-left: 10px;
	font-weight: 500;
	float: left;
}

.panelkirala .bsitem {
	margin-bottom: 14px;
	margin-top: 10px;
}

.referenceslink {
	float: left;
	width: 100%;
	background: #030B15;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 4px;
	padding: 13px 17px;
	position: relative;
}

.referenceslink::before {
	content: "";
	background: url(../img/icon/reflinkicon.svg);
	width: 30px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 10px;
}

.referenceslink span {
	float: left;
	color: #fff;
	margin-left: 30px;
	margin-top: 4px;
}

.referenceslink input {
	background: transparent;
	color: #fff;
	border: 0;
	margin-left: 20px;
	margin-top: 3px;
	min-width: 50%;
}

.referenceslink button {
	float: right;
	width: 33px;
	height: 33px;
	background: #8d01ff;
	border-radius: 5px;
	border: 0;
}

.kmsitem {
	float: left;
	width: 100%;
	background: #030B15;
	border: 1px solid rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(2px);
	border-radius: 8px;
	padding: 10px 15px;
	margin-bottom: 15px;
}

.kmsitem .img {
	float: left;
	width: 33px;
	height: 33px;
	margin-top: 2px;
}

.kmsitem .text {
	float: left;
	width: calc(100% - 33px);
	padding-left: 15px;
}

.kmsitem .text label {
	float: left;
	width: 100%;
	color: #A5ADCF;
	font-size: 10px;
}

.kmsitem .text span {
	float: left;
	width: 100%;
	color: #fff;
	font-weight: 600;
}

.kmsitem .icon {
	width: 35px;
	height: 35px;
	background: #8d01ff;
	border-radius: 50%;
	text-align: center;
	line-height: 35px;
	transition: all 0.6s;
}

.kmsitem .icon img {
	width: 16px;
	filter: brightness(0) invert(1);
}

.kmscsitem {
	padding: 15px;
	border: 1px solid #8d01ff;
	transition: all 0.6s;
	cursor: pointer;
}

.kmscsitem:hover {
	background: #8d01ff;
}

.kmscsitem:hover .icon {
	background: #fff;
}

.kmscsitem:hover .icon img {
	filter: none;
}

.mobilmenu {
	float: left;
	color: #fff;
	font-size: 28px;
	font-weight: 400;
	margin-left: 5px;
	margin-right: 10px;
	display: none;
	z-index: 9999999999999;
}

.offcanvas-start {
	width: 75%;
	background: linear-gradient(269.74deg, rgba(255, 255, 255, 0.21) -254.09%, rgba(255, 255, 255, 0) 99.84%);
	background-color: #000;
}

.offcanvas-title {
	color: #fff;
}

.offcanvasmenu ul {
	padding: 15px;
}

.offcanvasmenu ul li {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.offcanvasmenu ul li a {
	color: #fff;
	font-weight: 500;
	font-size: 17px;
}

.offcanvas-header .btn-close {
	filter: brightness(0) invert(1);
	opacity: 1;
}

.panelmenubtn {
	display: none;
}

.closemenu {
	display: none;
}

.bottommenu {
	float: left;
	width: 100%;
	position: fixed;
	bottom: -1px;
	background: url(../img/bottommenubg.png);
	background-size: cover;
	background-position: center;
	z-index: 999999;
	display: none;
}

.bottommenu ul {
	float: left;
	width: 100%;
	margin-bottom: 0;
	padding: 10px;
}

.bottommenu ul li {
	float: left;
	width: 20%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	text-align: center;
}

.bottommenu ul li img {
	float: left;
	width: 100%;
	object-fit: contain;
	object-position: center;
	height: 23px;
	margin-bottom: 3px;
}

.bottommenu ul li.active img {
	filter: brightness(0) saturate(100%) invert(21%) sepia(72%) saturate(4133%) hue-rotate(217deg) brightness(99%) contrast(111%);
}

.bottommenu ul li span {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 11px;
	font-weight: 400;
}

.bottommenu .menusiparis {
	width: 65px;
	height: 65px;
	border-radius: 50%;
	text-align: center;
	background: #8d01ff;
	display: flex;
	flex-flow: column;
	justify-content: center;
	margin-top: -20px;
	margin-left: 7px;
}

.bottommenu .menusiparis img {
	height: 17px;
}

.bottommenu .menusiparis span {
	font-weight: 400;
}

.modal-dialog {
	max-width: 700px;
}

.modal-content {
	background: linear-gradient(269.74deg, #14181D -254.09%, #030B15 99.84%);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 15px;
	padding: 15px 20px;
	padding-bottom: 40px;
}

.modal-header {
	border-bottom: 0;
}

.modallogo {
	float: left;
	height: 25px;
}

.modallogo img {
	height: 25px;
	object-fit: contain;
}

.modal-dialog .btn-close {
	background: url(../img/icon/exitbtn.png);
	background-size: contain;
	background-repeat: no-repeat;
	border-radius: 15px;
	width: 35px;
	height: 35px;
	color: #fff;
	opacity: 1;
}

.modaldesc {
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 20px;
}

.modaldesc h3 {
	float: left;
	max-width: 80%;
	border-bottom: 2px solid #8d01ff;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 15px;
}

.modaldesc .modalid {
	float: right;
	background: #8d01ff;
	color: #fff;
	font-size: 14px;
	padding: 10px 15px;
	border-radius: 5px;
}

.modallist {
	float: left;
	width: 100%;
	color: #fff;
	margin-top: 5px;
}

.modallist ul li {
	float: left;
	width: 100%;
	padding-left: 50px;
	position: relative;
	min-height: 30px;
	margin-bottom: 19px;
}

.modallist ul li::before {
	content: "";
	width: 30px;
	height: 100%;
	background: url(../img/icon/modalpopicon.png);
	background-size: contain;
	min-height: 100%;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: -3px;
	background-position: center;
}

.modalists {
	float: left;
	width: 100%;
	padding: 25px 40px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 5px;
	margin-top: 15px;
}

.modalists .icon {
	float: left;
	width: 100%;
	height: 65px;
	margin-bottom: 11px;
}

.modalists .icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.modalists h5 {
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
}

.modalists span {
	font-size: 18px;
	color: #fff;
	float: left;
	width: 100%;
	text-align: center;
	font-weight: 600;
}

.modalbuy {
	background: #8d01ff;
	border-radius: 10px;
	color: #fff;
	font-size: 17px;
	padding: 17px 60px;
	margin: 0 auto;
	transition: all 0.6s;
	margin-bottom: -50px;
	margin-top: 25px;
}

.modalbuy:hover {
	color: #fff;
	background: #08399c;
}
.agrh{
    border-radius:50px;
}
.agrhd {
  position: relative;
  background-color: transparent;
  display: flex;
  gap: 12px;
  align-items: center;
  text-align: left;
  padding: 0;
}
.agrhd::after {
  display: none;
}
@media (min-width: 768px) {
  .agrhd {
    padding: 9px 20px;
  }
  .agrhd::after {
    display: block;
  }
}
.agrhd .icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #0c2447;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  overflow: hidden;
}
.agrhd .icon.avatar {
  background-color: transparent;
}
.agrhd .icon.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.agrhd .title {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}
.agrhd .text {
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 6px;
}
.agrhd .arrows {
  color: #fff;
  display: flex;
  align-items: center;
}
.agrhd.apHdPrb {
  background: #161d44;
  border-radius: 50px;
  padding: 10px 0 10px 10px;
}

@media (max-width: 850px) {
	.cbmenu {
		display: none;
	}

	.modalists .col-md-3{
		width: 50%;
		margin-bottom: 5px;
		margin-top: 5px;
	}

	.siparisbtnlist .btn-bs {
		width: 100%;
	}

	.siparisbtnlist .btn-bs a {
		width: 100%;
	}
	.modalists{
		padding: 25px 30px;
	}

	.headerright {
		width: auto;
	}
	.modallist ul li{
		font-size: 15px;
	}
	.modalbuy{
		padding: 15px 30px;
		text-align: center;
		font-size: 15px;
	}
	.loginbtn {
		padding: 12px 15px;
		font-size: 12px;
	}

	.headerright .js {
		margin-right: 20px;
	}

	.modaldesc h3{
		float: left;
		width: 100%;
		text-align: center;
	}

	.modaldesc .modalid{
		margin-top: 6px;
		float: left;
	}

	.language-picker {
		margin-top: 3px;
	}

	.logo {
		width: 30%;
		height: 40px;
	}

	.hmsectionone {
		padding: 20px 15px;
	}

	.hmsectionone .text h2 {
		font-size: 30px;
		line-height: inherit;
	}

	.hmsectionone .text p {
		font-size: 16px;
	}

	.sectiononeform {
		padding: 25px 20px;
	}

	.hmsectiontwo h2 {
		font-size: 27px;
	}

	.hmsectiontwo h6 {
		font-size: 16px;
		margin-bottom: 30px;
	}

	.hmsectiontwo .text h5 {
		font-size: 25px;
		text-align: center;
	}

	.hmsectiontwo .text p {
		font-size: 16px;
		text-align: center;
	}

	.hmsectionthree .row {
		flex-flow: column-reverse;
		padding: 30px 15px;
	}

	.hmsectionthree h2 {
		font-size: 25px;
	}

	.hmsectionthree .img {
		margin-top: 20px;
	}

	.hmpersocommentSwiper .swiper-slide.swiper-slide-active {
		width: 100% !important;
	}

	.percommentsection {
		padding: 30px 25px;
	}

	.footerlogo img {
		object-position: center;
	}

	.footerdesc {
		text-align: center;
		margin-bottom: 15px;
	}

	.footermenu .col-md-6 {
		width: 50%;
		margin-bottom: 15px;
	}

	.footerbottom span {
		text-align: center;
		width: 100%;
		margin-bottom: 15px;
	}

	.footersocial {
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.footersocial ul li:nth-child(1) {
		margin-left: 0;
	}

	.hmsectionblog h2 {
		font-size: 26px;
	}

	.hmsectionblog h6 {
		font-size: 16px;
	}

	.hmsectionblog .item h5 {
		font-size: 20px;
	}

	.hmsectionblog .item {
		margin-bottom: 15px;
	}

	.sectionfaq .accordion-button {
		font-size: 16px;
		font-weight: 500;
	}

	.sectionfaq .accordion-body {
		font-size: 15px;
	}

	.sectionfaq h3 {
		font-size: 24px;
	}

	.sectionfaq h6 {
		font-size: 16px;
	}

	.percommentsection h2 {
		font-size: 22px;
		margin-top: 10px;
	}

	.percommentsection h2::before {
		display: none;
	}

	.percommentsection .swiper-pagination {
		top: 55px;
		font-size: 16px;
		right: calc(50% - 15px);
	}

	.commentitem p {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.commentitem {
		padding: 25px 20px;
		border-radius: 15px;
	}

	.commentitem .starlist .star {
		width: 20px;
		height: 20px;
	}

	.commentitem .starlist {
		margin-bottom: 20px;
	}

	.commentitem .userdetail .img {
		width: 40px;
		height: 40px;
		margin-top: 13px;
	}

	.commentitem .userdetail .text {
		width: calc(100% - 40px);
		padding-left: 15px;
	}

	.commentitem .userdetail .text h5 {
		font-size: 17px;
	}

	.commentitem .userdetail .text span {
		font-size: 16px;
	}

	.hmpersocommentSwiper .swiper-slide.swiper-slide-next {
		width: 100% !important;
	}

	.hmsectiontwo {
		padding-bottom: 0;
	}

	body::after {
		background-position: top;
	}

	.language-picker__dropdown {
		width: auto;
	}

	.panelmenu {
		width: 0;
		transition: all 0.6s;
	}

	.panelarea {
		width: 100%;
		margin-left: 0;
		padding: 15px;
	}

	.panelhead .panelsearch {
		display: none;
	}

	.pstitle h3 {
		font-size: 16px;
	}

	.panelhead h5 {
		font-size: 20px;
	}

	.panelhead p {
		font-size: 15px;
	}

	.pstitle {
		padding: 30px 20px;
	}

	.dashpageview {
		padding: 15px;
	}

	.paycheckarea .bsitem h5 {
		font-size: 16px;
	}

	.paycheckarea .item {
		margin-bottom: 20px;
	}

	.nakitradiolist {
		flex-flow: wrap;
	}

	.nakitradiolist label {
		margin-top: 10px;
	}

	.serviceslist table {
		min-width: 600px;
	}

	.destekhistory span.tutar {
		margin-bottom: 10px;
	}

	.destekhistory .serviceslist table tr.alt td:nth-child(1) {
		padding-left: 55px;
	}

	.mobilmenu {
		display: block;
	}

	.panelmenu {
		background-color: #000;
		z-index: 9999999;
	}

	.panelmenubtn {
		float: left;
		color: #fff;
		font-size: 25px;
		display: block;
		padding:20px;
	}

	.panelhead .col-md-8 {
		width: 25%;
	}

	.panelhead .col-md-4 {
		width: 75%;
	}

	.closemenu {
		float: right;
		color: #fff;
		font-size: 25px;
		margin-right: 20px;
		margin-top: -15px;
	}

	.closemenu {
		display: block;
	}

	.blogpagetext {
		padding: 30px 20px;
	}

	.blogpagetext h4 {
		font-size: 20px;
	}

	.blogcomment .cmsbloitem {
		padding: 20px 15px;
	}

	.blogcomment {
		padding: 35px 20px;
	}

	.bloglist .items .left h3 {
		font-size: 18px;
	}

	.bloglist .items .right {
		width: 100%;
		margin-top: 25px;
	}

	.bloglist .items .left {
		width: 100%;
	}

	.siparisbtnlist .btn-bs {
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.siparisbtnlist .btn-bs a {
		padding: 14px 15px;
	}

	.siparisdetail h5 {
		font-size: 20px;
	}

	.siparisdetail {
		padding: 30px 20px;
	}

	.cmntbtnlist .btn-default {
		padding: 14px 20px;
		font-size: 15px;
		margin-bottom: 10px;
	}

	.referenceslink {
		margin-bottom: 10px;
	}

	.referenceslink input {
		margin-left: 0;
		margin-top: 10px;
	}

	.referenceslink button {
		margin-top: 5px;
	}

	.lgnregpage::before {
		width: 100%;
	}

	.lgnregpage {
		padding: 90px 0;
		z-index: -1;
	}

	.lgnregpage .form {
		padding: 0px 20px;
		margin-bottom: 30px;
	}

	.lgnregpage .form h3 {
		font-size: 22px;
	}

	.lgnregpage .form p {
		font-size: 16px;
	}

	.lgnregpage .text {
		padding: 0px 20px;
	}

	.lgnregpage .text h2 {
		font-size: 24px;
	}

	.serviceshead .selectfilter {
		margin-bottom: 13px;
	}

	.serviceslist span.title h5,
	.serviceslist span.category-title h5{
		font-size: 16px;
		min-width: 200px;
	}

	.serviceslist span.title::before,
	.serviceslist span.category-title::before{
		background-size: cover;
	}

	.sssarea .accordion-button {
		font-size: 15px;
		font-weight: 500;
	}

	.sssarea .accordion-body {
		font-size: 15px;
	}

	.siparisarea .usernct {
		margin-right: 0;
		margin-top: 10px;
	}

	.siparisbtnlist {
		justify-content: left;
	}

	.cavicontent .nav-tabs .nav-link {
		margin-bottom: 10px;
	}

	.istaticslist .item {
		margin-bottom: 12px;
	}

	.bottommenu {
		display: block;
	}

	.sectiononeform {
		margin-top: 0;
		margin-bottom: 25px;
	}

	.headnsbar h3 {
		width: 100%;
		margin-bottom: 15px;
	}

	.headnsbar .item {
		width: 100%;

	}

	.headnsbar .itenm2 {
		width: 100%;
		padding: 0;
		margin: 0;
	}
}


@media (max-width: 1400px) {
	.panelarea {
		padding-right: 15px;
	}
}

.panelmenudesc ul li a span {
    color: #8B8C91;
    margin-left: 10px;
    float: unset;
}
.panelmenudesc ul li a i {
    color: #fff;
    font-size: 16px;
    background: #ffffff20;
    padding: 8px;
    border-radius: 4px;
}

.siparisdetail .select::before {
    content: "";
    background: url(../img/icon/siparisidicon.png);
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
    top: 35px;
}

.siparisdetail .select select {
    float: unset;
    width: 100%;
    background: #030B15;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    color: #fff;
    padding: 12px 15px;
    cursor: pointer;
    padding-left: 50px;
    font-weight: 400;
    font-size: 15px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.siparisdetail .minmax .max {
    padding: unset;
    margin: unset;
}
.siparisdetail .minmax .min {
    padding: unset;
    margin: unset;
    margin-right:10px;
}

.minmax {
    height: 50px;
}

.siparisdetail .input::before {
    content: unset;
    left:0;
}


.siparisdetail .input input{
    padding-left:10px;
}

.balance {
    max-width: 200px;
    color: #ffffff;
    margin: auto;
    text-align: center;
    padding: 20px;
    background: #ffffff20;
    border-radius: 10px;
    margin-bottom: 20px;
    display:block;
}

.siparisdetail h5 {
    float: unset;
    width: 100%;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 5px;
}
.siparisdetail p {
    float: unset;
}
.siparisdetail .minmax .max {
    height: 50px;
    padding: unset;
    margin: unset;
}
.serviceslist table tr.alt td {
    text-transform: unset;
}
.siparisarea .csdetbtn {
    float: unset;
    background: #8d01ff;
    border: 1px solid #8d01ff;
    padding: 20px 5px;
    font-size: 14px;
    border-radius: 5px;
    min-width: 150px;
}
.siparisarea .csdetbtn p {
    margin:0;
    padding:0;
}
.top-title p{
    font-size: 24px;
    color: #fff !important;
}


.api-content_item {
    padding: 1rem;
    background: #ffffff10;
    margin-bottom: 2rem;
}

.api-content_item_title p {
    color: #fff;
}

ul.api-content-ul {
    padding: 0;
}

ul.api-content-ul li {
    display: flex;
    justify-content: space-between;
    background: #ffffff20;
    margin-bottom: 10px;
    line-height: 50px;
    height: 50px;
    padding: 0 20px;
}

.example-response_area {
    background: #ffffff20;
    padding: 2rem;
}

.example-response_area pre {
    color: #fff !important;
}

.api-content_item div.form-group {
    display: block;
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
}

select#service_type {
    border-radius: 0;
}

.siparisdetail .select::after {
    content: "";
    background: url(../img/icon/selectarrow.svg);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    position: absolute;
    right: 16px;
    background-size: contain;
    top: 44px;
}

.earnings-chart-box {
    background: #ffffff20;
    margin-bottom: 20px;
    color: #fff !important;
}

section.earnings-chart.alt-panel-chart.destek-talebi-chart.jvdsp {
    margin-top: 50px;
}

.earnings-chart-item {
    text-align: center;
}
.footermenu label {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
}
.footermenu ul li {
    margin-bottom:10px;
}
.footermenu ul li a {
    color: #ffffff85;
}
.whitebox-content {
    background: #ffffff20;
    padding: 1rem;
    color: #fff !important;
}

section.bigcontent.account-info.affilatecontent.alt-panel.destek-talebi.pb-5 {
    margin-top: 50px;
}

.whitebox-header.d-flex.align-items-center.justify-content-between {
    color: #fff;
}

.bigcontent .d-flex.align-items-center {
    align-items: center;
}

.whitebox-header-r_detail {
    height: 22px;
    margin-left: 5px;
}
button.btn.btn-submit.btn-destek-talebi {
    background: #ffffff50;
    color: #fff;
    border-radius: 0;
}

@media (max-width: 850px){
    .lgnregpage {
        padding: 90px 0;
        z-index: 1 !important;
    }
}
header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  transition: 0.14s ease;
  display: block;
  bottom: 0;
  background-color: #1f1f1f;
  box-shadow: 0 -3px 20px rgba(0, 0, 0, 0.3);
  border-radius: 20px 20px 0 0;
  padding: 20px 0 40px;
  transform: translateY(110%);
  transition: 0.14s ease;
}
header.active {
  transform: translateY(0);
}
header img {
  display: none;
  margin: -20px 0;
}
@media (min-width: 992px) {
  header {
    transform: none;
    display: block;
    left: 0;
    top: 0;
    bottom: initial;
    background: transparent;
    box-shadow: none;
    padding: 46px 0;
    border-radius: 0;
  }
  header.active {
    transform: none;
  }
  header img {
    display: block;
            height: 40px;

  }
  header.hActive {
    padding: 14px 0;
    background-color: #1f1f1f70;
    backdrop-filter: blur(30px);
    border-bottom: 1px solid rgba(25, 33, 73, 0.1);
  }
}
header .close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  background-color: #1f1f1f70;
  color: #0258FF;
  outline: none;
  border: none;
  font-size: 18px;
  transition: 0.14s ease;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1020;
}
header .close-menu:focus {
  box-shadow: 0 0 0 4px rgba(2, 88, 255, 0.1);
}
@media (min-width: 992px) {
  header .close-menu {
    display: none;
  }
}
@media (max-width: 992px) {
  .btlrh {
    width: 100%;
    display: flex !important;
    justify-content: center;
    position: relative;
  }
  .btlrh .icon {
    position: absolute;
    right: 30px;
  }
}
.hdLogoL {
  position: relative;
  text-decoration: none;
  
}

.hdLogo {
  position: relative;
}

.hdMn {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 14px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 992px) {
  .hdMn {
    gap: 60px;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding: 0;
  }
}

.hdMnLi {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  padding: 4px 20px;
  position: relative;
  transition: 0.14s ease;
}
@media (min-width: 992px) {
  .hdMnLi {
    font-size: 14px;
    padding: 14px 0;
  }
}
.hdMnLi:hover {
  color: #fff;
}
.hdMnLi.active {
  color: #fff;
}

@media (max-width: 992px) {
  .btlrh {
    width: 100%;
    display: flex !important;
    justify-content: center;
    position: relative;
  }
  .btlrh .icon {
    position: absolute;
    right: 30px;
  }
}

.btn-login-header {
  background-color: transparent;
  color: #fff;
  border: none;
}
@media (max-width: 992px) {
  .btn-login-header {
    background-color: rgba(25, 33, 73, 0.1);
    margin-bottom: 10px;
  }
}

.mobile-header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  background-color: #1f1f1f59;
  padding: 10px 0;
  border-bottom: 1px solid #424b72;
}
@media (min-width: 992px) {
  .mobile-header {
    display: none;
  }
}
.mobile-header .mobile-logo {
  height: 44px;
}

.menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 15px;
  background-color: #d7e6fd;
  color: #0258FF;
  outline: none;
  border: none;
  font-size: 18px;
  transition: 0.14s ease;
  z-index: 1020;
}
.menu-btn:focus {
  box-shadow: 0 0 0 4px rgba(2, 88, 255, 0.1);
}
             .fa-vimeo {
                 padding: 0 10px 0 0;
    font-size: 24px;
     color: #80c5ec;
     -webkit-background-clip: text;
     background-clip: text 
}
 .fa-comment-music, .fa-dailymotion, .fa-discord, .fa-pinterest, .fa-reddit, .fa-soundcloud, .fa-spotify, .fa-tumblr, .fa-twitch, .fa-youtube {
     padding: 0 10px 0 0;
    font-size: 24px;
     -webkit-background-clip: text 
}
 .fa-twitch {
     padding: 0 10px 0 0;
    font-size: 24px;
     color: #6842ac;
     background-clip: text 
}
 .fa-reddit {
     padding: 0 10px 0 0;
    font-size: 24px;
     color: #f44707;
     background-clip: text 
}
 .fa-telegram, .fa-telegram-plane {
     padding: 0 10px 0 0;
    font-size: 24px;
     color: #1b95cf;
     -webkit-background-clip: text;
     background-clip: text 
}
 .fa-linkedin, .fa-twitter {
     padding: 0 10px 0 0;
    font-size: 24px;
     -webkit-background-clip: text 
}
 .fa-linkedin {
     padding: 0 10px 0 0;
    font-size: 24px;
     color: #0475b4;
     background-clip: text 
}
 .fa-soundcloud {
     padding: 0 10px 0 0;
    font-size: 24px;
     color: #ef7509;
     background-clip: text 
}
 .fa-spotify {
     padding: 0 10px 0 0;
    font-size: 24px;
     color: #1fc158;
     background-clip: text 
}
 .fa-twitter {
     padding: 0 10px 0 0;
    font-size: 24px;
     color: #1b9ff1;
     background-clip: text 
}
 .fa-facebook, .fa-facebook-f {
     padding: 0 10px 0 0;
    font-size: 24px;
     color: #12a1f4;
     -webkit-background-clip: text;
     background-clip: text 
}
 .fa-youtube {
     padding: 0 10px 0 0;
    font-size: 24px;
     color: #e60606;
     background-clip: text 
}
 .fa-pinterest {
     padding: 0 10px 0 0;
    font-size: 24px;
     color: #ee0226;
     background-clip: text 
}
 .fa-signal-stream {
     padding: 0 10px 0 0;
    font-size: 24px;
     color: #17b3e6;
     -webkit-background-clip: text;
     background-clip: text 
}
 .fa-snapchat-ghost {
     padding: 0 10px 0 0;
    font-size: 24px;
     color: #f9f606;
     -webkit-background-clip: text;
     background-clip: text 
}
 .fa-comment-music, .fa-dailymotion, .fa-discord, .fa-tumblr {
     padding: 0 10px 0 0;
    font-size: 24px;
     background-clip: text 
}
 .fa-tumblr {
     padding: 0 10px 0 0;
    font-size: 24px;
     color: #33435a 
}
 .fa-tiktok {
     padding: 0 10px 0 0;
    font-size: 24px;
     color: var(--tp-500);
     text-shadow: 1px 1px #f72e4dfc, -1px -1px #09f3f3 
}
 .fa-comment-music {
     padding: 0 10px 0 0;
    font-size: 24px;
     color: #f9de48 
}
 .fa-discord {
     padding: 0 10px 0 0;
    font-size: 24px;
     color: #5865f6 
}
 .fa-dailymotion {
     padding: 0 10px 0 0;
    font-size: 24px;
     color: #03a8fb 
}
 .fa-eye {
     padding: 0 10px 0 0;
    font-size: 24px;
     color: #01ffee;
     -webkit-background-clip: text;
     background-clip: text 
}
 .fa-instagram {
     padding: 0 10px 0 0;
    font-size: 24px;
     background: linear-gradient(180deg, #8000ff 0, #ffb800 100%);
     background-clip: text;
     -webkit-background-clip: text 
}
.fab.fa-instagram {
    -webkit-text-fill-color: transparent;
}
       .s-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.s-row.s-title {
  font-weight: 600;
  display: none;
}
@media (min-width: 992px) {
  .s-row.s-title {
    display: flex;
  }
}

.s-col {
  flex: 0 0 auto;
}
@media (min-width: 992px) {
  .s-col {
    flex: 0 0 50px;
    width: 50px;
  }
  .s-col.s-col-sm {
    flex: 0 0 70px;
    width: 70px;
  }
  .s-col.s-col-md {
    flex: 0 0 100px;
    width: 100px;
  }
  .s-col.s-col-lg {
    flex: 0 0 180px;
    width: 180px;
  }
  .s-col.s-title {
    flex: 1 0 0;
    width: auto;
  }
}

.services-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 992px) {
  .services-wrapper {
    flex-direction: column;
  }
}

.si-wrapper {
  flex: 0 0 auto;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .si-wrapper {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .si-wrapper {
    width: 100%;
  }
}

.service-item {
  padding: 12px 30px;
  border-radius: 15px;
  margin-bottom: 14px;
  background: #0f163a;
  border: 1px solid #151d46;
  box-sizing: border-box;
  border-radius: 15px;
}
@media (max-width: 992px) {
  .service-item .s-row {
    flex-wrap: wrap;
    align-items: center;
  }
  .service-item .s-col-avtime {
    width: 100%;
    text-align: center;
  }
  .service-item .s-col-btn {
    flex: 1;
  }
  .service-item .s-col {
    padding: 0px 0;
  }
  .service-item .s-col::before {
    content: attr(data-title);
    display: block;
    padding-bottom: 6px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.5);
    font-size: 13px;
  }
  .service-item .s-col-fav {
    order: 100;
  }
  .service-item .s-col-id {
    width: 100%;
    text-align: center;
  }
  .service-item .s-title {
    width: 100%;
    text-align: center;
  }
  .service-item .s-col-c {
    width: 30%;
    text-align: center;
  }
}
.services-head-row .service-item {
  background-color: transparent;
  border: none;
}

.sp-serv-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}

.sp-serv-sm {
  font-weight: 600;
  font-size: 16px;
  line-height: 17px;
  color: #145bff;
}
@media (min-width: 992px) {
  .sp-serv-sm {
    color: #949494;
    font-size: 14px;
  }
}

.orlc {
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  padding: 10px 10px;
  background: #f7fafc;
  color: #74809d;
  border-radius: 22px;
}
.orlc.min {
  background: rgba(45, 250, 213, 0.18);
  color: #0a977e;
}
.orlc.max {
  background: #0c2447;
  border: 1px solid #2a4771;
}

.sp-services .card {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .sp-services .card {
    background-color: #fff;
    border: 1px solid #eee;
    overflow: hidden;
  }
}
.duyuru-paneli{
    background: linear-gradient(269.74deg, rgba(255, 255, 255, 0.21) -254.09%, rgba(255, 255, 255, 0) 99.84%) !important;
    border-radius: 0px !important;
    min-width: 400px !important;
    margin-top: 0px !important;
    backdrop-filter: blur(15px) !important;
    padding-top: 20px !important;
}
.duyuru-paneli .list-group-item{
    background: transparent !important;
    color: #fff !important;
}
.duyuru-paneli .btn-close{
    color: #fff !important;
}
@media (max-width: 992px) {
    #agrs .sub-menu{
        height: 0px !important;
        overflow: hidden !important;
    }
}
.agrh {
    background: #1e1e1e !important;
    border-color: #353535 !important;
    border-radius: 8px !important;
}

.panelarea {
    padding-top: 6rem !important;
}