.hidden {
  display:none;
}

body, html {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  height: 100%;
}

body {
  background: #0d1117;
}

body.no-auth-body {
  background: #0d1117;
}

body.body-pause {
  overflow: hidden;
}

::placeholder {
	color: #fff
}

::-webkit-scrollbar {
	width: 7px;
	height: 7px;
}

::-webkit-scrollbar-thumb {
	background: rgba(1,4,9,1);
	border-radius: 5px;
}

::-webkit-scrollbar-track {
	background: transparent;
}

.main-color {
	color: #ff8d2a!important
}

*:focus {
	-webkit-box-shadow: none!important;
    box-shadow: none!important;
}


.header {
	height: 100px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 1000;
	border-bottom: 1px solid #30363d
}

.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;
	font-weight: 300;
	line-height: 54px;
	letter-spacing: .8px;
}

.header .site-name img {
	height: 70px;
}

.header .header-menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

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

.header .header-menu ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	display: block;
	font-weight: 600;
	height: 100px;
	line-height: 100px;
	position: relative;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

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

.home-section {
	padding: 50px 0
}

.home-head {
	position: relative;
	padding: 25px 0 50px;
}

.home-head .home-head-bg {
	background-image: url(https://storage.perfectcdn.com/a0d4ac/0xbnt7piion7sbmo.png);
	background-position: top center;
	background-size: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	background-repeat: no-repeat;
}

.home-head .home-head-content {
	padding: 160px 0 50px;
	color: #fff;
}

.home-head .hh-title {
	font-size: 42px;
	font-weight: 700;
	color: #fff;
	line-height: 84px;
}

.home-head .hh-text {
	margin-top: 30px;
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	letter-spacing: .2px;
	line-height: 30px;
}

.home-head .hh-buttons {
	margin-top: 36px;
}

.home-menu-btn {
	display: none;
}

.close-sidebar-btn {
	position: absolute;
	top: 20px;
	right: -50px;
	height: 50px;
	width: 50px;
	color: #fff;
	background: #161b22;
	line-height: 50px;
	text-align: center;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-top: 1px solid;
	border-color: #30363d;
	display: none;
	cursor: pointer;
}

.home-title h2 {
	font-size: 32px;
	font-weight: 700
}

.login-box {
  background: #161b22;
  border: 1px solid #2b2e38;
  border-radius: 12px;
  padding: 15px 0;
}

.login-box .login-form {
  padding: 0 30px;
}

.login-box .login-form .hlb-header {
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login-box .log-bottom {
  font-size: 16px;
  text-align: center;
}

.login-box .log-bottom a {
  color: #ff8d2a;
}

.frgpass {
	color: #fff
}

.frgpass:hover {
	color: #ff8d2a;
	text-decoration: none
}

.fga {
  position: relative;
  clear: both;
}

.fg {
  position: relative;
  background: #0d1117;	
  border-radius: 7px;
  min-height: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fg-icon {
  width: 44px;
  height: 44px;
  background: #ff8d2a;
  border-radius: 7px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
}

.fg-icon + .fg-control {
  padding-left: 66px;
}

.fg-control {
  background: #0d1117;
  outline: none;
  border: none;
  line-height: 100% !important;
  border-radius: 7px;
  padding: 23px 14px;
  width: 100%;
  color: #fff;
  height: auto;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.home-title {
	color: #fff
}

.divider {
	border-bottom: 1px solid #30363d;
	width: 175px;
	margin: auto;
	padding-top: 10px
}

.stepbox .sboxes {
	position: relative;
	margin: 15px 0;
}

.stepbox .sboxes:hover .barea {
	background: #ff8d2a;
	transform: translateY(-1rem);
	transition: 500ms all;
	cursor: pointer
}

.stepbox .sboxes:hover .barea .sbtext {
	color: #fff;
}

.stepbox .sboxes .barea {
	background: #161b22;
	border: 1px solid #30363d;
	z-index: 23;
	position: relative;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	border-radius: 10px
}

.stepbox .sboxes .barea .sbbody {
	padding: 25px 15px;
}

.stepbox .sboxes .barea .sbicon i {
	font-size: 24px;
	color: #ff8d2a;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

.stepbox .sboxes .barea:hover .sbicon i {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.stepbox .sboxes .barea .sbtitle {
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	font-weight: 600;
}

.stepbox .sboxes .barea .sbtext {
	font-size: 14px;
	color: #c3c3c3;
	line-height: 24px;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

.ds-title h2 {
	color: #fff;
	font-weight: 700;
	font-size: 38px
}

.ds-title p {
	color: #c3c3c3;
	padding-top: 30px
}

.socials i {
	color: #fff;
	font-size: 28px;
	transition: 300ms all
}

.socials i:hover {
	color: rgb(255, 255, 255, 0.7);
	transition: 300ms all;
	transform: translateY(-0.5rem);
	cursor: pointer
}

.footer {
	background: linear-gradient(to right, #161b22, rgba(255, 255, 255, 0));
	position: relative;
	margin-top: 100px;
}

.footer .footer-bg {
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.footer .footer-content {
	padding: 60px 0 20px 0;
}

.footer .footer-logo {
	height: 70px;
}

.footer .footer-top {
	border-bottom: 1px solid #30363d;
	padding-bottom: 30px;
	position: relative;
	z-index: 1;
}

.footer .footer-bottom {
	padding: 30px 0;
	position: relative;
	z-index: 1;
}

.footer .fb-menu {
	list-style: none;
	margin: 0 -15px 0 -15px;
	padding: 0px;
}

.footer .fb-menu li {
	display: inline-block;
	padding: 0 15px;
}

.footer .fb-menu li a {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
}

.footer .fb-menu li a:hover {
	color: #ff8d2a;
}

.footer .foot-copy {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .4px;
	color: #ffffff;
}

.footer .footer-menu {
	list-style: none;
	margin: 0 -15px 0 -15px;
	padding: 0px;
}

.footer .footer-menu li {
	display: inline-block;
	padding: 0 15px;
}

.footer .footer-menu li a {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
}

.footer .footer-menu li a:hover {
	color: #ff8d2a;
}


@media (max-width: 991.98px) {
	.home-menu-btn {
		display: inline-block;
	}
	.head-menu {
		display: none;
		position: fixed;
		top: 80px;
		left: 0px;
		bottom: 0px;
		right: 0px;
		background-color: #161b22;
		-webkit-box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.16);
		box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.16);
		padding: 40px 30px 40px 30px;
		z-index: 1003;
		overflow-y: auto;
		border-top-left-radius: 30px;
		border-top-right-radius: 30px;
	}
	.head-menu .btn {
		display: block;
	}
	.head-menu .mmff {
		width: 100%;
		display: block;
		margin-bottom: 15px
	}
	.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;
		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: 24px 0;
		line-height: 30px;
		font-size: 20px;
		font-weight: 600;
	}
	.head-menu .header-menu>ul>li>a::after {
		display: none;
	}
	.head-menu.active {
		display: block;
	}
	.hh-badges {
		display: none;
	}
	.home-head {
		padding: 100px 0 0 0
	}
	.home-head .home-head-content {
		padding: 25px 0 50px;
		text-align: center
	}
	.home-head .hh-title {
		font-size: 35px;
		line-height: 56px;
	}
	.home-head .hh-text {
		font-size: 16px;
		line-height: 28px;
	}
	.home-section {
		padding: 25px 0
	}
	.home-title h2, .ds-title h2 {
		font-size: 24px;
		text-align: center
	}
	.ds-title p {
		text-align: center
	}
	.login-box {
		margin-top: 25px
	}
    .close-sidebar-btn {
        display: block;
    }
    .hp-bbox .hpbb-body {
      padding: 15px 0
    }
    .hp-bbox .hp-title {
      font-size: 16px;
      text-align: center;
    }
}

.btn {
	border-radius: 0;
	-webkit-transition: cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.2s;
	transition: cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.2s;
	font-weight: 700;
	padding: 10px 40px;
	border-radius: 10px
}

.btn.btn-primary {
	background: #ff8d2a;
	color: #fff;
	border: none;
}

.btn.btn-secondary {
	background: #0d1117;
	color: #fff;
	border-color: #30363d
}

.app-container .btn.btn-secondary  {
	padding: 3px 10px
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
	background: #161b22!important;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
	background-color: #ff8d2a!important;
}

.btn.btn-lg {
	padding: 28px 40px;
}

.btn.btn-lg.btn-outline {
	padding: 26px 40px;
}

.btn.btn-outline {
	background: transparent;
	border: 2px solid #fff;
	padding: 18px 40px;
	color: #fff;
}

.btn.btn-outline:hover {
	background-color: #fff;
	color: #131633;
}

@media (max-width: 767.98px) {
	.btn.btn-lg {
		padding: 18px 40px;
	}
	.btn.btn-lg.btn-outline {
		padding: 16px 40px;
	}
}
  

.btn.btn-sm {
  padding: 10px 14px;
  line-height: 18px;
  border-radius: 5px;
}

.btn.btn-rounded {
  border-radius: 26px;
}

.btn.btn-primary-outline {
  border-color: #FF8355 !important;
  color: #FF8355;
  border: 2px solid;
  padding: 12px 24px;
}

.btn.btn-primary-outline:hover {
  background-color: #FF8355;
  color: #fff;
  border-color: #FF8355;
}

.btn.btn-secondary-outline {
  border-color: #214af0 !important;
  color: #fff;
  border: 2px solid;
  padding: 12px 24px;
}

.btn.btn-secondary-outline:hover {
  background-color: #214af0;
  color: #fff;
  border-color: #214af0;
}

.btn.btn-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#ca2453), to(#ef4072)) #ef4072;
  background: linear-gradient(to right, #ea774d, #FF8355) #FF8355;
  color: #fff;
  -webkit-transition: .15s ease;
  transition: .15s ease;
}

.btn.btn-gradient:hover {
  background: #FF8355;
}

.btn.btn-gradient:active {
  background: #FF8355;
}

.btn.btn-light-outline {
  border-color: #fff;
  color: #fff;
  border: 2px solid;
  padding: 12px 24px;
}

.btn.btn-light-outline:hover {
  background-color: #fff;
  color: #FF8355;
  border-color: #fff;
}

.video-play-icon {
  height: 36px;
  width: 36px;
  background-color: #FF8355;
  border: 2px solid #FF8355;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  margin-left: 3px;
  margin-top: -8px;
  margin-bottom: -8px;
}

.video-play-icon .fas {
  vertical-align: -1px;
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}

.card {
  border-radius: 15px;
  border: none !important;
}

.card.card--home-login {
  background: #2a2a2a;
}

.card.card--home-login a {
  color: #fff !important;
}

.card.card--home-login .card-header {
  font-size: 19px;
  color: #fff;
  padding: 14px 0;
  border-bottom: 1px solid #3a3a3a;
  background: transparent !important;
}

.card.card--home-login .card-header span {
  font-weight: 600;
}

.card.card--home-login .card-body {
  padding-left: 0px;
  padding-right: 0px;
}

.form-group .form-control {
  border: none;
  outline: none;
  background-color: #1f2630;
  color: #fff;
  min-height: 44px;
  overflow: hidden;
}

.form-group .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form-group .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form-group .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form-group .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form-group .input-group .input-group-prepend .input-group-text {
  background-color: #FF8355 !important;
  color: #fff;
  outline: none;
  border: none;
}

.form-group label {
  color: #e9e9eb;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 12px;
}

.form-group.fg-for-login label {
  color: #fff;
}

.form-group.fg-for-login .form-control {
  background-color: #edeef2;
  color: #444;
}

.form-group.fg-for-login .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.form-group.fg-for-login .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.form-group.fg-for-login .form-control::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.form-group.fg-for-login .form-control::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

a {
  color: #FF8355;
}

.d-card a {
  color: #fff !important;
}

.home-top-section {
  padding: 100px 0;
  position: relative;
}

.home-top-section .hts-item {
  border-radius: 5px;
  padding: 40px 30px;
  text-align: center;
  background-color: #161b22;
  -webkit-transition: .14s ease;
  transition: .14s ease;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.home-top-section .hts-item .hts-item--title {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
  -webkit-transition: .14s ease;
  transition: .14s ease;
  height: 50px;
}

.home-top-section .hts-item .hts-item--icon {
  display: inline-block;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  position: relative;
  border: 2px solid #FF8355;
  background: transparent;
  border-radius: 50%;
}

.home-top-section .hts-item .hts-item--icon img {
  height: 60px;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.home-top-section .hts-item .hts-item--icon::after {
  content: '';
  position: absolute;
  left: -10px;
  right: -10px;
  bottom: -10px;
  top: -10px;
  border: 2px solid;
  border-radius: 50%;
  border-color: none;
  border-color: transparent;
  -webkit-transition: .14s ease;
  transition: .14s ease;
}

.home-top-section .hts-item .hts-item--icon:hover {
  border-color: #fff;
}

.home-top-section .hts-item .hts-item--icon:hover::after {
  border-color: #fff;
}

.home-top-section .hts-item .hts-item--text {
  margin: 20px 0 10px 0;
  font-size: 13px;
  color: #c2c2c2;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: .3px;
}

.home-top-section .hts-item:hover {
  background-color: #FF8355;
}

.home-top-section .hts-item:hover .hts-item--title {
  color: #fff;
}

.home-top-section .hts-item:hover .hts-item--icon {
  border-color: #fff;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.home-top-section .hts-item:hover .hts-item--icon::after {
  border-color: #fff;
}

.home-top-section .hts-item:hover .hts-item--text {
  color: #fff;
}

.home-title {
  font-weight: 500;
  font-size: 34px;
  color: #FF8355;
  line-height: 140%;
  letter-spacing: .4px;
  padding: 10px 0px 0px 0;
  position: relative;
}

.home-title .ht--bottom-line {
  position: relative;
  bottom: 0px;
  left: 0px;
  width: 60px;
  height: 5px;
  border-radius: 3px;
  margin-top: 25px;
  background-color: #FF8355;
}

.home-title .ht--bottom-line::before {
  content: '';
  width: 20px;
  position: absolute;
  left: 65px;
  height: 5px;
  border-radius: 3px;
  background-color: #FF8355;
}

.home-title .ht--bottom-line::after {
  content: '';
  width: 40px;
  position: absolute;
  left: 90px;
  height: 5px;
  border-radius: 3px;
  background-color: #FF8355;
}

.home-info-section {
  position: relative;
  padding: 100px 0;
}

.home-info-section .his--text {
  font-size: 17px;
  font-weight: 400;
  color: #9f9f9f;
  line-height: 180%;
}

.text-primary {
  color: #FF8355 !important;
}

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

.text-success {
  color: #33bb8d !important;
}

.bg-primary {
  background: #24ca7a !important;
}

.text-secondary {
  color: #1e3aa9 !important;
}

.bg-secondary {
  background: #1e3aa9 !important;
}

.home-image-1 {
  border-radius: 10px;
  background-color: #FF8355;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding-top: 30px;
  -webkit-box-shadow: 0 5px 50px rgba(200, 200, 200, 0.01);
          box-shadow: 0 5px 50px rgba(200, 200, 200, 0.01);
}

.home-image-1 img {
  margin-left: -28px;
  width: calc(100% + 28px);
}

.home-image-bot-info {
  color: #fff;
  padding: 20px;
  background-color: #1f2630333;
  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-features-section {
  padding: 100px 0;
}

.home-features-section .hfs-item {
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  background-color: #161b22;
  -webkit-transition: .14s ease;
  transition: .14s ease;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.home-features-section .hfs-item .hfs-item--title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
  -webkit-transition: .14s ease;
  transition: .14s ease;
}

.home-features-section .hfs-item .hfs-item--icon {
  max-width: 120px;
  max-height: 120px;
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
}

.home-features-section .hfs-item .hfs-item--icon img {
  width: 100%;
}

.home-features-section .hfs-item .hfs-item--text {
  margin: 20px 0 10px 0;
  font-size: 13px;
  color: #c2c2c2;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: .3px;
}

.home-features-section .hfs-item .hfs-item--btn {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 56px;
  border-radius: 35px;
  color: #fff;
  background-color: #FF8355;
  line-height: 30px;
  font-size: 0px;
  font-weight: 500;
  min-width: 56px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.home-features-section .hfs-item .hfs-item--btn::before {
  content: '>';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 16px;
}

.home-features-section .hfs-item:hover {
  background-color: #FF8355;
}

.home-features-section .hfs-item:hover .hfs-item--btn {
  padding: 13px 20px;
  font-size: 16px;
  background: #fff;
  color: #FF8355;
  -webkit-box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.1);
}

.home-features-section .hfs-item:hover .hfs-item--btn::before {
  display: none;
}

.home-features-section .hfs-item:hover .hfs-item--title {
  color: #fff;
}

.home-features-section .hfs-item:hover .hfs-item--icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.home-features-section .hfs-item:hover .hfs-item--text {
  color:   #fff !important;
}

.home-customer {
  padding: 100px 0px;
}

.home-customer .home-customer--carousel .comment-stars {
  color: #FF8355;
}

.home-customer .home-customer--carousel .home-customer--item {
  background-color: #2a2a2a;
  padding: 33px 40px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  border: 2px solid #313131;
}

.home-customer .home-customer--carousel .home-customer--item .hci--title {
  margin-bottom: 30px;
}

.home-customer .home-customer--carousel .home-customer--item .hci--title .comment-owner {
  max-height: 40px !important;
  width: auto !important;
}

.home-customer .home-customer--carousel .home-customer--item .hci--username {
  color: #FF8355;
}

.home-customer .home-customer--carousel .home-customer--item .hci--text {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 20px;
}

.home-customer .home-customer--carousel .home-customer--item .hci--info {
  color: rgba(255, 255, 255, 0.67);
}

.home-customer .home-customer--carousel .home-customer--item .hci--foot {
  position: relative;
}

.home-customer .home-customer--carousel .owl-dots {
  padding-top: 30px;
}

.home-customer .home-customer--carousel .owl-dots .owl-dot span {
  border-radius: 0px;
  height: 6px;
  width: 40px;
  -webkit-transition: ease .15s;
  transition: ease .15s;
  background: rgba(255, 255, 255, 0.3);
}

.home-customer .home-customer--carousel .owl-dots .owl-dot span:hover {
  background: rgba(255, 255, 255, 0.5);
}

.home-customer .home-customer--carousel .owl-dots .owl-dot.active span {
  width: 60px;
  background: #FF8355;
}

.fw-300 {
  font-weight: 300;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.for-mobile {
  display: none;
}

/* dashboard */
.dashboard .container {
  max-width: 1400px;
}

.dashboard.menu-active .dash-sidebar {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.dashboard.menu-active .site-content {
  margin-left: 0px;
  width: 100%;
}

.dashboard .dash-header {
  height: 80px;
  background: #1e1e1e;
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 1000;
}

.dashboard .dash-header .dash-header-btn {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: .15s ease;
  transition: .15s ease;
  padding: 0 14px;
}

.dashboard .dash-header .dash-header-btn .dhb--icon {
  height: 22px;
  margin-right: 8px;
  vertical-align: middle;
}

.dashboard .dash-header .dash-header-btn:hover {
  opacity: .8;
}

.dashboard .dash-header .dash-header--left {
  float: left;
  height: 80px;
  width: 280px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #3d3d3d;
  padding: 0 30px;
}

.dashboard .dash-header .dash-header--sitename {
  line-height: 80px;
}

.dashboard .dash-header .dash-header--sitename > .row {
  margin-left: -5px;
  margin-right: -5px;
  direction: rtl;
}

.dashboard .dash-header .dash-header--sitename > .row > div {
  padding: 0 5px;
}

.dashboard .dash-header .dash-header--sitename .site-icon-container {
  height: 40px;
  display: inline-block;
}

.dashboard .dash-header .dash-header--sitename .site-icon-container img {
  height: 100%;
}

.dashboard .dash-header .dash-header--sitename .site-name {
  font-size: 28px;
  color: #fff;
  font-weight: 400;
}

.dashboard .dash-header .dash-header--right {
  position: relative;
  width: calc( 100% - 280px);
  float: left;
  height: 80px;
}

.dashboard .dash-header .dash-header--right .header-menu-btn {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 32px;
  width: 32px;
  cursor: pointer;
  background-image: url(https://storage.perfectcdn.com/49e927/dspm0xcym1970tf9.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: .7;
  -webkit-transition: .15s ease;
  transition: .15s ease;
  z-index: 2000;
}

.dashboard .dash-header .dash-header--right .header-menu-btn:hover {
  opacity: 1;
}

.dashboard .dash-sidebar {
  background-color: #1e1e1e;
  position: fixed;
  top: 80px;
  left: 0px;
  width: 280px;
  bottom: 0px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.dashboard .dash-sidebar .ds-content {
  padding: 34px 26px 30px 26px;
  overflow-y: auto;
  height: 100%;
  overflow-y: auto;
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.dashboard .dash-sidebar .ds-content::-webkit-scrollbar {
  width: 4px;
}

.dashboard .dash-sidebar .ds-content::-webkit-scrollbar-track {
  background: #081829;
}

.dashboard .dash-sidebar .ds-content::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
}

.dashboard .dash-sidebar .ds-content::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}

.dashboard .dash-sidebar .ds-content .ds-content--user-info {
  margin-bottom: 30px;
  text-align: center;
}

.dashboard .dash-sidebar .ds-content .ds-content--user-info .dsui-avatar {
  width: 76px;
  height: 76px;
  position: relative;
  display: inline-block;
}

.dashboard .dash-sidebar .ds-content .ds-content--user-info .dsui-avatar .dsui-avatar--wrapper {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background-color: #F2F5F8;
  overflow: hidden;
  display: inline-block;
  border: 2px solid #542237;
}

.dashboard .dash-sidebar .ds-content .ds-content--user-info .dsui-avatar .dsui-avatar--wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.dashboard .dash-sidebar .ds-content .ds-content--user-info .dsui-avatar::after {
  content: '';
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  right: 0px;
  bottom: 0px;
  background-color: #FF8355;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  z-index: 5;
  background-image: url(https://storage.perfectcdn.com/49e927/kn4wro068jsl7zjn.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}

.dashboard .dash-sidebar .ds-content .ds-content--user-info .dsui--username {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-top: 14px;
}

.dashboard .dash-sidebar .ds-content .ds-user-tools {
  background: -webkit-gradient(linear, left top, right top, from(#ca2453), to(#ef4072));
  background: linear-gradient(to right, #ca2453, #ef4072);
  padding: 14px 26px;
  margin-left: -26px;
  margin-right: -26px;
  margin-bottom: 26px;
  margin-top: 30px;
}

.dashboard .dash-sidebar .ds-content .ds-user-tools > .row {
  margin-left: -5px;
  margin-right: -5px;
}

.dashboard .dash-sidebar .ds-content .ds-user-tools > .row > div {
  padding: 0 5px;
}

.dashboard .dash-sidebar .ds-content .ds-user-tools .ds-user-tools--item {
  position: relative;
  text-align: center;
}

.dashboard .dash-sidebar .ds-content .ds-user-tools .ds-user-tools--item:hover .dsti-title {
  color: rgba(255, 255, 255, 0.8);
}

.dashboard .dash-sidebar .ds-content .ds-user-tools .ds-user-tools--item .dsti-icon {
  text-align: center;
}

.dashboard .dash-sidebar .ds-content .ds-user-tools .ds-user-tools--item .dsti-icon img {
  height: 34px;
}

.dashboard .dash-sidebar .ds-content .ds-user-tools .ds-user-tools--item .dsti-title {
  -webkit-transition: .15s ease;
  transition: .15s ease;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  text-decoration: none;
  margin-top: 8px;
}

.dashboard .dash-sidebar .ds-content .ds-menu {
  position: relative;
  margin-left: -6px;
  margin-right: -6px;
}

.dashboard .dash-sidebar .ds-content .ds-menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-left: -20px;
  margin-right: -20px;
}

.dashboard .dash-sidebar .ds-content .ds-menu > ul > li {
  display: block;
}

.dashboard .dash-sidebar .ds-content .ds-menu > ul > li:hover > a {
  background-color: rgba(255, 255, 255, 0.1);
}

.dashboard .dash-sidebar .ds-content .ds-menu > ul > li.active > a {
  background: -webkit-gradient(linear, left top, right top, from(#ca2453), to(#ef4072)) #ef4072;
  background: linear-gradient(to right, #ea774d, #FF8355) #FF8355;
  color: #fff !important;
}

.dashboard .dash-sidebar .ds-content .ds-menu > ul > li > a {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  line-height: 24px;
  padding: 14px 32px;
  margin-bottom: 10px;
}

.dashboard .dash-sidebar .ds-content .ds-menu > ul > li > a .link-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.dashboard .site-content {
  margin-left: 280px;
  margin-top: 80px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  padding-bottom: 40px;
}

.d-card {
  border-radius: 18px;
  background-color: #161b22;
  color: #fff;
}

.d-card .d-card-head {
  padding: 24px 4px 16px 4px;
  margin: 0 32px;
  border-bottom: 1px solid #383838;
  font-weight: 600;
  color: #fff;
  font-size: 18px;
}

.d-card .d-card-head .dch-icon {
  height: 30px;
  margin-right: 10px;
}

.d-card .d-card-body {
  padding: 24px 30px 34px 30px;
}

.d-card.d-pad {
  padding: 34px 30px;
}

.d-card.d-pad-2 {
  padding: 20px 30px;
}

.d-card.dc-home-1 {
  background-image: url(https://storage.perfectcdn.com/49e927/495h5nmn5spj0qxu.jpg../img/dash-bg-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.d-card.dc-home-1 .dc-right-img {
  position: absolute;
  height: calc(100% + 20px);
  top: -20px;
  right: 0px;
  bottom: 0px;
}

.dc-ht-sup-box {
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.dc-ht-sup-box .dc-ht-sup-title {
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 14px;
}

#dc2-body {
  padding: 30px 24px;
}

.dh-noti .dh-item {
  border-radius: 20px;
  background-color: #1f2630333;
  color: #fff;
  overflow: hidden;
  position: relative;
  margin-bottom: 18px;
}

.dh-noti .dh-item .dh-item--left {
  width: 140px;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.dh-noti .dh-item .dh-item--right {
  margin-left: 140px;
  padding: 24px 30px;
}

.dh-noti .dh-item.dh-ig .dh-item--icon-bg {
  background-color: #ff3058;
}

.dh-noti .dh-item.dh-tw .dh-item--icon-bg {
  background-color: #2796ff;
}

.dh-noti .dh-item.dh-fb .dh-item--icon-bg {
  background-color: #166bf6;
}

.dh-noti .dh-item.dh-yt .dh-item--icon-bg {
  background-color: #fa2424;
}

.dh-noti .dh-item .dh-item--icon-bg {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 240%;
  padding-top: 240%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 29;
}

.dh-noti .dh-item .dh-item--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: 80px;
}

.dh-noti .dh-item .dh-item--date {
  font-size: 13px;
  color: #fff;
  margin-bottom: 10px;
  line-height: 20px;
}

.dh-noti .dh-item .dh-item--date .dh-item--date-ico {
  height: 20px;
  vertical-align: middle;
}

.dh-noti .dh-item .dh-item--title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
}

.dh-noti .dh-item .dh-item--text {
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}

/* alerts */
.alert {
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 400;
}

.alert.alert-success {
  background-color: #FF835540;
  color: #fb3f77;
}

.dash-home-status {
  position: relative;
  margin: 40px 0;
}

.dash-home-status > .row {
  margin-left: -8px;
  margin-right: -8px;
}

.dash-home-status > .row > div {
  padding-left: 8px;
  padding-right: 8px;
}

.dash-home-status .dhs-item {
  border-radius: 18px;
  background-color: #3054e0;
  color: #fff;
  padding: 18px 24px;
}

.dash-home-status .dhs-item.dhs-item--1 {
  background: -webkit-gradient(linear, left top, left bottom, from(#1b81ff), to(#3dcbff)) #1b81ff;
  background: linear-gradient(to bottom, #1b81ff, #3dcbff) #1b81ff;
}

.dash-home-status .dhs-item.dhs-item--2 {
  background: -webkit-gradient(linear, left top, right top, from(#43e794), to(#23bdb8)) #23bdb8;
  background: linear-gradient(to right, #43e794, #23bdb8) #23bdb8;
}

.dash-home-status .dhs-item.dhs-item--3 {
  background: linear-gradient(-45deg, #fa8a65, #fc64af) #fc64af;
}

.dash-home-status .dhs-item.dhs-item--4 {
  background: -webkit-gradient(linear, left top, right top, from(#ff3751), to(#ff475f)) #ff3751;
  background: linear-gradient(to right, #ff3751, #ff475f) #ff3751;
}

.dash-home-status .dhs-item:hover .dhs-item--icon {
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.dash-home-status .dhs-item .dhs-item--icon {
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  display: block;
  -webkit-transition: .15s ease;
  transition: .15s ease;
}

.dash-home-status .dhs-item .dhs-item--icon .dhs-item--icon-img {
  width: auto;
  height: 60%;
}

.dash-home-status .dhs-item .dhs-item--title {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}

.dash-home-status .dhs-item .dhs-item--text {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}

.dash-page-head {
  padding-top: 30px;
  margin-bottom: 30px;
}

.dash-page-head .dash-page-head--box {
  border-radius: 18px;
  background-color: #161b22;
/*  background-image: url(https://storage.perfectcdn.com/49e927/495h5nmn5spj0qxu.jpg); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 44px 30px;
  position: relative;
  color: #fff;
}

.dash-page-head .dash-page-head--box .dph--title {
  font-size: 32px;
  font-weight: 400;
}

.dash-page-head .dash-page-head--box .col-for-title {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.dash-page-head .dash-page-head--box .dph--text {
  font-size: 16px;
  line-height: 170%;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: .4px;
}

.dash-page-head .dash-page-head--box .dc-right-img {
  position: absolute;
  height: calc(100% + 20px);
  top: -20px;
  right: 10px;
  bottom: 0px;
}

.table {
  color: #fff;
}

.table thead, .table th, .table tbody {
  border: none !important;
}

.table tr, .table th, .table td {
  font-size: 16px;
}

.table thead {
  border: none !important;
}

.table tr, .table th, .table td {
  padding: 1rem .75rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.08) !important;
}

.table.table-full {
  width: 100%;
}

.table-d-for-mobile {
  display: none;
}

.services-title {
  padding: 12px 30px;
  background: -webkit-gradient(linear, left top, right top, from(#ea774d), to(#FF8355)) #FF8355 !important;
  background: linear-gradient(to right, #ea774d, #FF8355) #FF8355; !important;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  border-radius: 6px;
  margin-left: -12px;
  margin-right: -12px;
}

.services-title.st-mobile {
  margin-left: 0px;
  margin-right: 0px;
}

.add-left-border {
  border-left: 1px solid #9194a0;
}

.haac-l {
  position: relative;
}

.haac-l span {
  padding: 0 20px;
  background: #161b22;
  position: relative;
  font-size: 14px;
}

.haac-l span a {
  color: #FF8355 !important;
}

.haac-l::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  width: 100%;
  height: 1px;
  background: #fff;
}

@media screen and (max-width: 600px) {
  .add-left-border {
    border: none !important;
    border-color: transparent;
  }
  .table-d-for-mobile {
    display: block;
  }
  .table-d-for-pc {
    display: none !important;
  }
  .services-title {
    font-size: 15px !important;
  }
  .dosomethingformobile-table {
    border: none !important;
    outline: none !important;
    width: 100%;
    display: block;
  }
  .dosomethingformobile-table caption {
    font-size: 1.3em;
  }
  .dosomethingformobile-table tbody {
    width: 100%;
    display: block !important;
  }
  .dosomethingformobile-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .dosomethingformobile-table tr {
    display: block;
    margin-bottom: 30px;
    background: #161b22;
    border-radius: 20px;
    overflow: hidden;
    border: none;
    padding: 18px 24px;
  }
  .dosomethingformobile-table td {
    border: none !important;
    display: block;
    font-size: .8em;
    text-align: left !important;
    width: 100%;
    padding: 10px .75rem;
    word-wrap: break-word;
    min-height: 50px !important;
    color: #fff;
  }
  .dosomethingformobile-table td + td {
    border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
  }
  .dosomethingformobile-table td::before {
    /*
            * aria-label has no advantage, it won't be read inside a table
            content: attr(aria-label);
            */
    content: attr(data-label);
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    color: #fff;
    margin-bottom: 3px;
  }
  .dosomethingformobile-table td:last-child {
    border-bottom: 0;
  }
}

.ds-filter-btns {
  position: relative;
  margin-bottom: 20px;
}

.ds-filter-btns .row {
  margin-left: -3px;
  margin-right: -3px;
}

.ds-filter-btns .row > div {
  padding: 0 3px;
}

.ds-filter-btns #dfb-btn {
  background-color: #1f2630;
  color: #fff;
  padding: 12px 8px;
  font-size: 11px;
  border: none;
  outline: none;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: .15s ease;
  transition: .15s ease;
  min-height: 40px;
  display: inline-block;
  margin-bottom: 4px;
  width: 100%;
}

.ds-filter-btns #dfb-btn.active {
  background: -webkit-gradient(linear, left top, right top, from(#ea774d), to(#FF8355)) #FF8355 !important;
  background: linear-gradient(to right, #ea774d, #FF8355) #FF8355; !important;
  color: #fff !important;
}

.ds-filter-btns #dfb-btn:hover {
  background-color: #2d44ab;
}

.ds-filter-btns #dfb-btn i {
  margin-right: 4px;
}


.dfb-search {
  background-color: #1f2630;
  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;
}

.byp-title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 30px;
}

.byp-title::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 80px;
  height: 4px;
  background-color: #FF8355;
}

.bakiye-yukle-page .byp-text {
  font-size: 14px;
  color: white;
  padding: 10px 0;
  font-weight: 500;
  line-height: 160%;
}

.bakiye-yukle-page .byp-ta.row > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.bakiye-yukle-page .byp-ta.row .site-icon {
  height: 32px;
  margin-right: 10px;
}

.bakiye-yukle-page .byp-ta.row .site-name {
  height: 32px;
  line-height: 32px;
  font-size: 24px;
  color: #fff;
  font-weight: 400;
}

.bakiye-yukle-page .byp-ta.row .byp-name {
  font-size: 16px;
  font-weight: 600;
}

.bakiye-yukle-page .byp-ta.row .byp-info {
  font-size: 14px;
  font-weight: 400;
  color: #FF8355;
}

.pg-supcent .psc-title {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
}

.pg-supcent .psc-title span {
  color: #3ad89e;
}

.pg-supcent .psc-falt {
  color: rgba(255, 255, 255, 0.7);
}

.pg-supcent .psc-item-icon {
  font-size: 48px;
  color: #3ad89f;
}

.pg-supcent .psc-item-top {
  color: #3ad89f;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.pg-supcent .psc-item-bot {
  font-size: 33px;
  font-weight: 500;
}

.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: #FF8355;
}

.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: #FF8355;
}

.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;
}

hr {
  border: none;
  border-bottom: 1px solid #9194a0;
}

.page-rent-panel .prp-info {
  padding: 30px;
  background: #1f2630;
  color: #fff;
  font-size: 15px;
  border-radius: 18px;
}

.page-rent-panel .prp-info-2 {
  padding: 30px;
  background-color: #1f2630;
  color: #fff;
  font-size: 15px;
  border: 2px solid transparent;
  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: #FF8355 !important;
  font-size: 26px;
  border-style: solid;
  border-color: #FF8355;
  -webkit-transition: .18s ease;
  transition: .18s ease;
}

.page-rent-panel .prp-info-2 .prp-info-2--btn:hover {
  background: #FF8355;
  color: #fff !important;
}

.page-rent-panel .prp-info-2 .prp-info-2--btn .fas {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

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

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

.home-ss-tabs .home-ss-tab.active {
  background: #FF8355;
  color: #fff;
}

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

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

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

.home-ss-tabs .home-ss-tab .ss-tab-head {
  font-size: 18px;
  font-weight: bold;
}

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

.home-ss-tabs .home-ss-tab .ss-tab-content {
  display: none;
  padding-top: 12px;
  font-size: 14px;
  padding-bottom: 8px;
}

pre.code {
  border-radius: 10px;
  background-color: #FF835540;
  color: #fb3f77;
  padding: 24px;
}

.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: #1f2630;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 18px;
}

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

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

.tos-page .tos-nav-btn.active {
  background-color: #FF8355;
  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;
}

body.register-page-body {
  background-image: url(https://storage.perfectcdn.com/49e927/q4moxoodpr7t3agg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-color: #173096;
}

.register-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 100vh;
  padding: 100px 0px;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.register-page .register-d-card {
  background-image: url(https://storage.perfectcdn.com/49e927/5ec8pqa1dy27tpg4.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.register-page .register-pl-img {
  width: calc(100% + 30px);
  margin-left: -10px;
  margin-right: -20px;
  margin-top: 104px;
}

.register-links {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.register-links li {
  display: inline-block;
}

.register-links li a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  padding: 4px 14px;
}

.register-links li:hover a {
  color: #FF8355 !important;
}

.forget-pass-page {
  width: 100%;
  padding: 100px 0;
}

.forget-pass-page .container {
  max-width: 600px;
}

.siparis-without-login {
  width: 100%;
  padding: 100px 0;
}

.siparis-without-login .swl-info {
  margin-bottom: 18px;
}

.siparis-without-login .swl-info .swl-info--title {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

.siparis-without-login .swl-info .swl-info--text {
  font-weight: 400;
  color: #586bbb;
  font-size: 14px;
}

@media screen and (max-width: 1000px) {
  .for-mobile {
    display: block;
  }
  .for-desktop {
    display: none;
  }
  .dc-right-img {
    display: none;
  }

  .dashboard .dash-header .dash-header--right {
    width: 100% !important;
  }

  .dashboard.menu-active .dash-sidebar {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .dashboard .dash-sidebar {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    z-index: 1002;
  }
  .dashboard .site-content {
    margin-left: 0px;
    width: 100%;
  }
  .site-head .site-head-bg {
    bottom: 0%;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    border-radius: 0px;
  }
  .site-head .site-head-bg .site-head-bg--image {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    border-radius: 0px;
  }
  .head-menu {
    display: none;
    position: fixed;
    top: 80px;
    left: 16px;
    right: 16px;
    background-color: #161b22;
    padding: 20px;
    z-index: 1003;
    overflow-y: auto;
    border-radius: 20px;
  }
  .head-menu .btn {
    display: block;
  }
  .head-menu .mmff {
    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;
    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: 18px;
    font-weight: 400;
  }
  .head-menu .header-menu > ul > li > a::after {
    display: none;
  }
  .head-menu.active {
    display: block;
  }
}

.services-mobile {
  position: relative;
}

.services-mobile .service-item {
  border-radius: 20px;
  background: #161b22;
  padding: 10px 26px 30px 26px;
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
}

.services-mobile .service-item .item-id {
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
}

.services-mobile .service-item .item-title {
  margin-top: 6px;
  font-size: 18px;
  font-weight: 600;
}

.services-mobile .service-item .item-info {
  font-size: 15px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  line-height: 24px;
  margin-top: 4px;
}

.services-mobile .service-item .pricing {
  display: inline-block;
  padding: 10px;
  border-radius: 10px;
  background-color: #363434;
  margin-top: 10px;
}

.services-mobile .service-item .pricing .this-price {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.services-mobile .service-item .pricing .adet {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}

@media screen and (max-width: 770px) {
  .dash-page-head .dash-page-head--box .col-for-title {
    border: none !important;
  }
  .dashboard.menu-active .dash-sidebar {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    width: 100%;
  }
  .dashboard .dash-sidebar {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
    z-index: 1002;
    width: 100%;
  }
  .dashboard .site-content {
    margin-left: 0px;
    width: 100%;
  }
  .hide-mobile-card {
    padding: 0px !important;
    margin: 0px !important;
    background-color: transparent !important;
  }
  .hide-mobile-card .d-card-body {
    padding: 0px;
  }
  .site-head .home-head-bot .row .hhb-item + .hhb-item {
    border: none !important;
  }
  .dh-noti .dh-item .dh-item--left {
    width: 80px;
    height: 80px;
    position: relative;
    margin: 16px 0 0 24px;
  }
  .dh-noti .dh-item .dh-item--right {
    margin-left: 0px;
  }
  .dh-noti .dh-item .dh-item--icon-bg {
    width: 100%;
    padding-top: 100%;
  }
  .dh-noti .dh-item .dh-item--icon {
    font-size: 40px;
  }
  .dh-noti .dh-item .dh-item--title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
  }
  .dh-noti .dh-item .dh-item--text {
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
    color: #8195e2;
  }
}

@media screen and (max-width: 576px) {
  .dash-page-head .dash-page-head--box .col-for-title {
    border-right: none;
  }
  .site-head .home-head-left .hhl-title {
    font-size: 28px;
  }
  .site-head .home-head-left .hhl-text {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.875);
    line-height: 180%;
    letter-spacing: .2px;
  }
}

.sipsta {
  font-weight: 600;
}

.sipsta.tamam {
  color: #00b97d;
}

.sipsta.iptal {
  color: #ff3651;
}

.sipsta.yari-iade {
  color: #3e55b2;
}

@media screen and (max-width:700px)
{
.dashboard .dash-sidebar .ds-content .ds-menu > ul > li{
  
text-align: center !important;

}

.mobileshow{
    display: block !important;
  }
 
}


@media screen and (min-width:700px)
{
#profilelog {
    /* flex: 100 0 auto !important; */
  margin-right: 60px;
}

   
.mobileshow{
    display: none !important;
  }
 
  
}
.hp-fbox-item h2 {
    font-weight: bold;
    font-size: 40px !important;
    line-height: 62px;
    color: #FFFFFF;
}

.app-container {
	position: relative;
}

.app-container .btn {
	padding: 14px 28px;
}

.app-container .btn.btn-outline {
	padding: 12px 26px;
}

.app-container .app-sidebar {
	-webkit-transition: .2s ease;
	transition: .2s ease;
	width: 240px;
	background-color: #161b22;
	border-right: 1px solid rgba(1,4,9,1);
	height: 100vh;
	left: 0px;
	position: fixed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 1020;
}

.app-container .app-sidebar .logo-lg.logo-dark {
	display: none
}

.app-container .app-sidebar .logo-lg.logo-white {
	display: inline-block;
}

.app-container .app-sidebar .logo-sm {
	display: none;
}

.app-container .app-sidebar .sidebar-header {
	position: relative;
	width: 100%;
	padding-bottom: 30px;
}

.app-container .app-sidebar .sidebar-header .app-sb-content {
	text-align: center;
	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;
	height: 100px;
}

.app-container .app-sidebar .sidebar-header .app-sb-content img {
	max-height: 80px;
}

.app-container .app-sidebar .sidebar-user {
	text-align: center;
	padding: 0 10px;
	margin-top: -42px;
	position: relative;
	z-index: 3;
	border-bottom: 1px solid rgba(1,4,9,1);
	padding-bottom: 7px;
}

.app-container .app-sidebar .sidebar-user .app-avatar {
	width: 80px;
	border-radius: 100%;
	border: 5px solid #fff;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

.app-container .app-sidebar .sidebar-user .app-welcome {
	font-size: 14px;
	color: #fff;
	margin-top: 20px;
	font-weight: 600
}

.app-container .app-sidebar .sidebar-user .app-name {
	font-size: 14px;
	color: #fff;
}

.app-container .app-sidebar .sidebar-user .app-balance {
	margin-top: 20px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	border: 3px solid #fff;
	border-radius: 25px;
	padding: 3px 15px;
	width: max-content;
	margin: 15px auto
}

.app-container .app-sidebar .sidebar-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-bottom: 40px;
}

.app-container .app-sidebar .sidebar-content {
	overflow-y: auto;
}

.app-container .app-sidebar .sidebar-content::-webkit-scrollbar {
	width: 0;
	border-radius: 2px;
}

.app-container .app-sidebar .sidebar-content::-webkit-scrollbar-track {
	background: #0d1117;
}

.app-container .app-sidebar .sidebar-content::-webkit-scrollbar-thumb {
	background: #0d1117;
}

.app-container .app-sidebar .sidebar-content::-webkit-scrollbar-thumb:hover {
	background: var(--color-2);
}

.app-container .app-sidebar .sidebar-content .sidebar-menu {
	margin: 20px 0;
	padding: 0px;
}

.app-container .app-sidebar .sidebar-content .sidebar-menu>li {
	display: block;
	position: relative;
}

.app-container .app-sidebar .sidebar-content .sidebar-menu>li.active a {
	background: #0d1117;
	color: #fff !important;
}

.app-container .app-sidebar .sidebar-content .sidebar-menu>li a {
	display: block;
	padding: 9px 10px;
	margin: 0 10px;
	border-radius: 7px;
	color: #fff;
	font-size: 14px;
	line-height: 32px;
	height: 50px;
	font-weight: 500;
	text-decoration: none;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

.app-container .app-sidebar .sidebar-content .sidebar-menu>li a:hover {
	color: #ff8d2a;
}

.app-container .app-sidebar .sidebar-content .sidebar-menu>li a .m-icon {
	width: 32px;
	height: 32px;
	text-align: center;
	color: #ff8d2a
}

.app-container .app-sidebar .sidebar-content .sidebar-menu>li.active a .m-icon {
	color: #fff
}

.app-container .app-sidebar .sidebar-content .sidebar-menu a.main-dd-top::after{
	content: '\f107';
	font-family: 'Font Awesome 5 Pro';
	width: 0;
	height: 0;
	position: absolute;
	top: 10px;
	right: 25px
}

.app-container .app-sidebar .sidebar-content .sidebar-menu .main-dd {
	height: 100%; 
	width: 100%
}

.app-container .app-sidebar .sidebar-content .sidebar-menu .main-dd li {
	list-style-type: none;
}

.app-container .app-sidebar .sidebar-content .sidebar-menu .main-dd {
	padding-left: 15px!important;
}
	
.app-container.sidebar-action .app-sidebar .sidebar-content .sidebar-menu .main-dd {
	padding-left: 0!important;
}

.app-container .app-header {
	-webkit-transition: .2s ease;
	transition: .2s ease;
	background: #161b22;
	left: 240px;
	height: 80px;
	right: 0px;
	position: fixed;
	z-index: 1000;
}

.app-container .app-header .dash-menu-btn {
	background: #5f2c00;
	font-size: 24px;
	color: #ff8d2a;
	padding: 0px 10px;
	border-radius: 7px;
	cursor: pointer;
}

.app-container .app-header .row-80 {
	height: 80px;
}

.app-container .app-header .col-100 {
	max-height: 100px !important;
}

.app-container .app-header .hea-ann-title {
	border-radius: 0px;
	padding: 10px 25px;
	letter-spacing: .2px;
	background: #ff8d2a;
	color: #fff;
	font-size: 14px;
	border-radius: 12px;
	font-weight: 400;
}

.app-container .app-header .dhr-marquee {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	height: 30px;
	line-height: 30px;
}



.app-container .app-content {
	position: relative;
	padding-left: 240px;
	padding-top: 100px;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	padding-bottom: 100px;
}

.avatar-2 {
	width: 70px;
	height: 70px;
}

.avatar-2 img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.app-header .header-btn {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	display: inline-block;
	line-height: 37px;
	text-decoration: none;
}

.app-header .header-btn:hover .icon {
	background: #fff;
	color: #151428;
	opacity: 1;
}

.app-header .header-btn .icon {
	height: 34px;
	display: inline-block;
	width: 34px;
	font-size: 19px;
	line-height: 34px;
	text-align: center;
	border-radius: 9px;
	color: #fff;
	-webkit-transition: .14s ease;
	transition: .14s ease;
}

.close-sidebar-btn {
	position: absolute;
	top: 20px;
	right: -50px;
	height: 50px;
	width: 50px;
	color: #fff;
	background: #ff8d2a;
	line-height: 50px;
	text-align: center;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-top: 1px solid;
	border-color: #fff;
	display: none;
	cursor: pointer;
}

.app-navbar {
	display: none;
	height: 70px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: #141622;
	position: fixed;
	z-index: 1000;
	padding: 0 30px;
}

.app-navbar>.row {
	height: 70px;
}

.app-navbar .navbar-mid-icon {
	margin-top: -40px;
}

.app-navbar a.active .navbar-icon {
	-webkit-filter: inherit;
	filter: inherit;
}

.app-navbar a.active .navbar-texts {
	color: #20824C;
}

.app-navbar .navbar-icon {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.app-navbar .navbar-texts {
	font-size: 8px;
	font-weight: 500;
	color: #fff;
	display: block;
	margin-top: 6px;
}

.sidebar-balance {
  padding: 1px;
  background: linear-gradient(224.99deg, #35467A -12.42%, #11172A 109.93%);
}

.sidebar-balance .sb-content {
  background: #0d1117;
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidebar-balance .sb-icon {
  height: 56px;
  width: 56px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 56px;
          flex: 0 0 56px;
  background: #5f2c00;
  color: #ff8d2a;
  border-radius: 9px;
  font-size: 35px;
  line-height: 35px;
  letter-spacing: 0.4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sidebar-balance .sb-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  padding: 0 0 0 12px;
  height: 48px;
  word-wrap: initial;
  overflow-x: hidden;
}

.sidebar-balance h3 {
  margin-top: 2px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.4px;
  color: #FFFFFF;
  margin-bottom: 2px;
}

.sidebar-balance h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ccc;
  margin-bottom: 0px;
}

@media screen and (max-width:767px) {
	.app-container.sidebar-action .app-sidebar .sidebar-content .sidebar-menu .main-dd {
		padding-left: 25px!important
	}
}

@media screen and (max-width: 991.98px) {
	.app-logo img {
		height: 60px;
	}
	.for-mobile {
		display: block
	}
	.app-navbar {
		display: block!important
	}

}

@media (max-width: 767.98px) {
	.app-navbar {
		display: block;
	}
	.app-container .app-sidebar {
		left: -340px;
		width: 240px !important;
	}
	.app-container .app-logo .logo-dark {
		display: none
	}
	.app-container .app-logo .logo-white {
		display: inline-block;
	}
	.app-container .app-sidebar .logo-sm {
		display: none !important;
	}
	.app-container .app-sidebar .sidebar-content .sidebar-menu {
		margin: 30px 0;
	}
	.app-container .app-sidebar .sidebar-content .sidebar-menu li>a {
		padding: 10px 8px !important;
	}
	.app-container .app-sidebar .sidebar-header {
		padding-bottom: 90px;
	}
	.app-container .app-sidebar .try-before-buy {
		display: block !important;
	}
	.app-container .app-sidebar .sidebar-footer {
		display: block !important;
	}
	.app-container .app-sidebar .sidebar-user {
		padding: 0 24px;
		margin-top: -72px;
	}
	.app-container .app-sidebar .sidebar-user.pt-4 {
		padding-top: .5rem!important
	}
	.app-container .app-sidebar .menu-text {
		visibility: visible !important;
	}
	.app-container .app-header {
		left: 0px !important;
	}
	.app-container .app-content {
		padding-left: 0px !important;
	}
	.app-container.sidebar-action .app-sidebar {
		left: 0px;
	}
	.sidebar-balance .sb-content {
		padding: 0
	}
	.sidebar-balance .sb-icon {
		width: 32px;
		height: 32px;
		font-size: 16px;
		-ms-flex: 0 0 32px;
			flex: 0 0 32px;
	}
	.sidebar-balance h3, .sidebar-balance h4 {
		font-size: 14px;
		line-height: 18px
	}
}

@media (max-width: 991.98px) {
	.container-fluid {
		padding: 0 15px !important;
	}
	.row-top {
		display: none
	}
}

@media (max-width: 1199.98px) {
	.container-fluid {
		padding: 0 15px !important;
	}
	.close-sidebar-btn {
		display: block;
	}
	.app-container .app-sidebar {
		width: 80px;
	}
	.app-container .app-sidebar .logo-lg {
		display: none;
	}
	.app-container .app-sidebar .logo-sm {
		display: inline-block;
	}
	.app-container .app-sidebar .sidebar-content .sidebar-menu {
		margin: 20px 0;
	}
	.app-container .app-sidebar .sidebar-content .sidebar-menu li>a {
		padding: 9px 15px;
	}
	.app-container .app-sidebar .sidebar-header {
		padding-bottom: 4px;
	}
	.app-container .app-sidebar .try-before-buy {
		display: none;
	}
	.app-container .app-sidebar .sidebar-user {
		padding: 20px;
		margin-top: -30px;
	}
	.app-container .app-sidebar .sidebar-user .app-avatar {
		width: 40px;
	}
	.app-container .app-sidebar .sidebar-user .app-welcome {
		display: none;
	}
	.app-container .app-sidebar .sidebar-user .app-name {
		display: none;
	}
	.app-container .app-sidebar .sidebar-user .app-balance {
		display: none;
	}
	.app-container .app-sidebar .menu-text {
		visibility: hidden;
	}
	.app-container .app-header {
		left: 80px;
	}
	.app-container .app-header .header-btn {
		min-width: auto;
	}
	.app-container .app-header .header-btn span {
		margin: 0px !important;
	}
	.app-container .app-content {
		padding-left: 80px;
	}
	.sidebar-action .app-sidebar {
		width: 240px;
	}
	.sidebar-action .app-sidebar .logo-lg {
		display: inline-block;
	}
	.sidebar-action .app-sidebar .logo-sm {
		display: none;
	}
	.sidebar-action .app-sidebar .sidebar-content .sidebar-menu {
		margin: 30px 0;
	}
	.sidebar-action .app-sidebar .sidebar-content .sidebar-menu li>a {
		padding: 14px 8px;
	}
	.sidebar-action .app-sidebar .sidebar-header {
		padding-bottom: 50px;
	}
	.sidebar-action .app-sidebar .try-before-buy {
		display: block;
	}
	.sidebar-action .app-sidebar .sidebar-footer {
		display: block;
	}
	.sidebar-action .app-sidebar .sidebar-user {
		padding: 0 24px;
		margin-top: -50px;
	}
	.sidebar-action .app-sidebar .sidebar-user .app-avatar {
		width: 75px;
	}
	.sidebar-action .app-sidebar .sidebar-user .app-name {
		display: block;
	}
	.sidebar-action .app-sidebar .sidebar-user .su-balance {
		display: inline-block;
	}
	.sidebar-action .app-sidebar .menu-text {
		visibility: visible;
	}
}

@media (min-width: 1199.98px) {
	.app-container.sidebar-action .sidebar-user {
		display: none
	}
	.app-container.sidebar-action .app-sidebar ul li a .menu-text {
		position: absolute;
		box-shadow: 1px 0 16px -4px rgba(0, 0, 0, 0.25);
		background: #ff8d2a;
		color: #fff;
		width: 170px;
		z-index: 99999;
		left: 75px;
		top: 13px;
		border-radius: 10px;
		padding: 5px 15px;
		text-align: center;
		visibility: hidden;
		font-size: 12px
	}
	.app-container.sidebar-action .app-sidebar ul li a:hover .menu-text {
		visibility: visible;
		left: 88px;
		transition: 100ms
	}
	.app-container.sidebar-action .app-sidebar .sidebar-content {
		overflow-y: visible;
	}
	.app-container.sidebar-action .app-sidebar {
		width: 80px;
	}
	.app-container.sidebar-action .app-sidebar .logo-lg {
		display: none;
	}
	.app-container.sidebar-action .app-sidebar .logo-sm {
		display: inline-block;
	}
	.app-container.sidebar-action .app-sidebar .sidebar-content .sidebar-menu {
		margin: 20px 0;
	}
	.app-container.sidebar-action .app-sidebar .sidebar-content .sidebar-menu li>a {
		padding: 10px 15px;
	}
	.app-container.sidebar-action .app-sidebar .sidebar-header {
		padding-bottom: 4px;
	}
	.app-container.sidebar-action .app-sidebar .try-before-buy {
		display: none;
	}
	.app-container.sidebar-action .app-sidebar .sidebar-footer {
		display: none;
	}
	.app-container.sidebar-action .app-sidebar .sidebar-user {
		padding: 20px;
		margin-top: -30px;
	}
	.app-container.sidebar-action .app-sidebar .sidebar-user .app-avatar {
		width: 40px;
	}
	.app-container.sidebar-action .app-sidebar .sidebar-user .app-welcome {
		display: none;
	}
	.app-container.sidebar-action .app-sidebar .sidebar-user .app-name {
		display: none;
	}
	.app-container.sidebar-action .app-sidebar .sidebar-user .app-balance {
		display: none;
	}
	.app-container.sidebar-action .app-sidebar .menu-text {
		visibility: hidden;
	}
	.app-container.sidebar-action .app-header {
		left: 80px;
	}
	.app-container.sidebar-action .app-content {
		padding-left: 80px;
	}
}

.dd-top {
    background: transparent;
    box-shadow: none;
    border: none;
    outline: 0;
}

.dd-top:focus {
	background: transparent;
	box-shadow: none;
	border: none;
	outline: 0
}

.dd-top i {
    height: 34px;
    display: inline-block;
    width: 34px;
    font-size: 19px;
    line-height: 34px;
    text-align: center;
    -webkit-transition: .14s ease;
    transition: .14s ease;
	color: #fff
}

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

.dropdown-menu.menu-dd {
	background: #0d1117;
	left: -50px!important;
	    -webkit-box-shadow: 0px 0px 10px rgb(94 92 154 / 12%);
    box-shadow: 0px 0px 10px rgb(94 92 154 / 12%);
	border: 1px solid #151B3D;
	overflow: hidden
}

.dropdown-menu.menu-dd a {
	font-size: 12px;
	border-bottom: 1px solid #0d1117;
	color: #fff;
	padding: 10px
}

.dropdown-menu.menu-dd a i {
	width: 15px
}

.dropdown-menu.menu-dd a:hover, .dropdown-menu.menu-dd a:focus {
	background: #161b22;
}

.notif .alert-simple.alert-primary {
    border: 1px solid rgba(6, 241, 226, 0.81);
    background-color: rgba(1, 204, 220, 0.16);
    box-shadow: 0px 0px 2px #03fff5;
    color: #03d0ff;
    text-shadow: 2px 1px #00040a;
    transition: 0.5s;
    cursor: pointer;
}

textarea#links {
    overflow-y: scroll;
}
    .alert.alert-success {
    background-color: #28a745;
    color: #fff;
}

@media screen and (max-width: 576px){
 a#language-drop {
    display: none;
} 
}