@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900;1000&display=swap');
html,
body {
	font-family: 'Cairo', -apple-system, BlinappacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body {
	background: #110B11;
}

body.dashboard-body {
	background: #110B11;
}

body.dashboard-body .container-fluid {
	padding: 0 15px;
}

.hidden {
	display: none!important
}

::-webkit-input-placeholder {
	color: #ccc!important
}

:-ms-input-placeholder {
	color: #ccc!important
}

::-ms-input-placeholder {
	color: #ccc!important
}

::placeholder {
	color: #ccc!important
}


::placeholder {
	color: #F34213
}

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

::-webkit-scrollbar-thumb {
	background: #595B60;
	border-radius: 5px;
}

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

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

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

.table td,
.table th {
	padding: .75rem .50rem;
}

.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: #1E1E24;
	height: 100vh;
	right: 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 {
	display: inline-block;
}

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

.app-sidebar .sidebar-header {
	overflow: hidden;
	position: relative;
	padding-top: 30px;
	padding-bottom: 0px;
	text-align: center;
}

.app-sidebar .sidebar-header .logo-lg {
	display: inline-block;
	height: 60px;
}

.app-sidebar .sidebar-header .logo-sm {
	height: 60px;
width: 30%;
	text-align: center;
	position: relative;

}

.app-sidebar .sidebar-header .app-logo {
	width: 100%;
	text-align: center;
	position: relative;
}

.app-sidebar .sidebar-header>* {
	position: relative;
	z-index: 2;
}

.app-sidebar .sidebar-header .sh-bg {
	position: absolute;
	right: 0px;
	top: 0px;
	width:  100%;
	height: 125px;
	background: #1E1E24;
	border-radius: 50px 50px 0px 0px;
	z-index: 0;
}

.app-sidebar .sidebar-header .app-user {
	position: relative;
	padding: 5px 30px;
	background: #1E1E24;
	margin-top: 20px
}

.app-sidebar .sidebar-header .app-user .user-name {
	font-size: 16px;
	text-align: center;
	font-weight: 600;
	color: #fff;
}

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

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

.app-container .app-sidebar .sidebar-content::-webkit-scrollbar-thumb {
	background: #1E1E24;
}

.app-container .app-sidebar .sidebar-content::-webkit-scrollbar-thumb:hover {
	background: #1E1E24;
}

.app-container .app-sidebar .sidebar-content .sidebar-menu {
	margin: 20px 0;
	padding-right: 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: #110B11;
	border-right: 5px solid #595B60;
	color: #fff !important;
}

.app-container .app-sidebar .sidebar-content .sidebar-menu>li.active a:hover {
	background: #110B11;
}

.app-container .app-sidebar .sidebar-content .sidebar-menu>li a {
	display: block;
	padding: 9px 10px;
	margin: 0px 0px 0px 5px;
	border-radius: 15px 0px 0px 15px;
	border-right: 5px solid transparent;
	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 {
	background: #110B11;
}

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

}

.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-header {
	-webkit-transition: .2s ease;
	transition: .2s ease;
	background: #1E1E24;
	right: 240px;
	height: 80px;
	left: 0px;
	position: fixed;
	z-index: 1000;
}

.app-container .app-header .dash-menu-btn {
	font-size: 24px;
	color: #fff;
  	position: relative;
	cursor: pointer;
}

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

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

.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: #110B11;
	opacity: 1;
  text-decoration: none;
}

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

.app-header i.fa-telegram {
	color: #F34213;
    text-decoration: none;
}

.app-header i.fa-whatsapp {
	color: #F34213;
    text-decoration: none;
}

.app-header i.fa-usd-circle {
	color: #F34213;
    text-decoration: none;
}

.app-header i.fa-usd-circle {
	height: 34px;
  display: inline-block;
  width: 40px;
  font-size: 19px;
  line-height: 34px;
  text-align: center;
  -webkit-transition: 0.14s ease;
  transition: 0.14s ease;
}

.app-header i.fa-whatsapp {
	height: 34px;
  display: inline-block;
  width: 20px;
  font-size: 19px;
  line-height: 34px;
  text-align: center;
  -webkit-transition: 0.14s ease;
  transition: 0.14s ease;
}
.app-header i.fa-telegram {
	height: 34px;
  display: inline-block;
  width: 30px;
  font-size: 19px;
  line-height: 34px;
  text-align: center;
  -webkit-transition: 0.14s ease;
  transition: 0.14s ease;
}
.app-container .app-content {
	position: relative;
	padding-right: 240px;
	padding-top: 100px;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	padding-bottom: 100px;
}

.d-card {
	border-radius: 12.56px;
	background-color: #1E1E24;
	color: #fff;
}

.d-card.dc-dash {
    background-image: url(https://www10.0zz0.com/2024/09/15/23/382023416.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto 100%;
    background-color: #1E1E24;
    color: #fff;
    position: relative;
	margin-bottom: 25px;
}

.d-card.dc-dash::before {
    content: '';
    position: absolute;
    height: 60%;
    background: #F34213;
    width: 5px;
    right: -1px;
    z-index: 2;
    top: 20px;
}

.d-card.dc-dash .dch-title {
    font-size: 18px;
    font-weight: 600;
    text-align: right;
    padding: 10px 0;
}

.d-card.dc-dash .dch-text {
	font-size: 14px;
	font-weight: 400;
    text-align: right;
	padding: 10px 0;
}

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

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

.d-card.d-pad-2 {
	padding: 20px 30px;
}
.d-card.d-pad-3 {
	padding: 80px 15px 34px 15px;
}
.d-card.dc-home-1 {
	background-image: url(../img/hh-bg.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 200%;
	background-color: #F34213;
	color: #fff;
	background-blend-mode: overlay;
}

.d-card-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
      border-bottom: 1px solid #110B11,
}

.d-card-head .dch-body {
    background: transparent !important;
    border: none;
    font-weight: 500;
    font-size: 18px;
    text-align: right;
    line-height: 22px;
    color: #626D77;
    padding: 15px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	color: #fff;
}

.d-card-head .dch-body .icon {
    width: 50px;
    height: 50px;
    background: #F34213;
    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;
    border-radius: 50%;
    text-align: right;      
    font-size: 18px;
    color: #fff;
}

.form-group .form-control {
        display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 45px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
        border-radius: 5px!important;
	padding: 9px;
	background: #110B11;
        box-shadow: inset 0 0 0 1px rgb(255 255 255 / 10%)!important;
	border: none!important;
	color: #fff;
}

.files-wrapper {
    line-height: normal!important;
    color: #ffffff;
    font-weight: 600;
}
.files-item {
    margin: 0;
}

.search-dropdown .input-wrapper .form-control {
    padding-right: 50px!important;
}

.search-dropdown .input-wrapper .input-wrapper__prepend {
    color: #F34213;
    right: 18px!important;
}

.service-search {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.service-search .flp-input.wicon {
    padding: 14.5px 20px 14.5px 54.5px;
}

.service-search > i {
    position: absolute;
    left: 20px;
    top: 16px;
    color: #FFFFFF;
    font-size: 17px;
}

.form-group label {
      text-transform: uppercase;
    font-weight: 500;
    color: #ffffff;
    font-size: 13px;
    margin-bottom: 8px;
    display: block;
}



.input-group {
        position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;}

.input-group-icon {
	background-color: #F34213;
	padding: 2px 12px;
	border-radius: 0px 5px 5px 0px;
	outline: 0;
	border-left: 0!important;
	line-height: 38px;
	color: #fff;
	font-size: 18px;
	border: 1px solid #F34213;
	width: 43px
}

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

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

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

.form-group .form-control::placeholder {
	color: rgba(0, 0, 0, 0.8);
}

.form-group.fg-ly .input-group .input-group-prepend .input-group-text {
	background: #20C060 !important;
}

.form-group.fg-lb .input-group .input-group-prepend .input-group-text {
	background: #20C060 !important;
}

.form-group .input-group .input-group-prepend .input-group-text {
	background: #F34213 !important;
	color: #fff;
	outline: none;
	border: none;
	text-align: center;
	width: 52px;
	border-radius: 5px;
}

.form-group .input-group .input-group-prepend .input-group-text i {
	width: 100%;
	text-align: center;
}

.form-group label {
	color: #fff;
	font-weight: 400;
	font-size: 14px; 
	margin-bottom: 12px;
}



.panel-body {
        box-shadow: inset 0 0 0 1px rgb(255 255 255 / 10%)!important;
	background-color: #252831;
	color: #fff;
	font-size: 13px;
	padding: 10px;
            border-radius: 5px!important;

}

.alert {
	border-radius: 10px;
	border: 0px !important;
	padding: 14px 20px;
	font-weight: 300;
      text-align: right;
}

.alert.alert-success {
	background-color: #C8F2DD;
	color: #24CA7A;
}

.alert.alert-danger {
	border-color: #dc2929;
	color: #FC4646;
}

.alert.alert-hevo {
	color: #F34213;
	background-color: rgba(243, 66, 19, 0.2);
}

.app-news {
	max-height: 600px;
	overflow-y: scroll
}

.table td {
	border-top: none;
	border-bottom: 2px solid #e6e6e6 !important;
}

.table thead {
	font-size: 15px;
	color: #141622;
	font-weight: 600;
    text-align: right;
}

.table thead.white {
    font-size: 15px;
    text-align: right;
    color: #ffffff;
    font-weight: 600;
    background: #F34213!important;
}

.table tbody {
	font-size: 16px;
	color: #141622;
	font-weight: 500;
	letter-spacing: .2px;
	font-weight: 400;
    text-align: right;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #1E1E24!important;
}

#papara code {
	font-family: 'Cairo', -apple-system, BlinappacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif!important;
	font-size: 13px!important
}

pre.code {
	background: #110B11;
	color: #F34213;
	border-radius: 10px;
	padding: 15px;
}

.frgpass {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: right;
    color: #fff;
}

.frgpass:hover {
	color: #F34213;
}

.clearfix {
	clear: both;
}

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

.app-navbar {
	display: none;
	height: 70px;
	bottom: 0px;
	right: 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;
}

.dashcards-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.order-status {
  font-size: 10px;
  line-height: 20px;
  color: #01B713;
  padding: 5px 7px;
  border: 1px solid #01B713;
  border-radius: 15px;
  text-align: center;
}

.order-status.os-cancel {
  color: #BB184F;
  border: 1px solid #F34213;
}

.order-status.os-partial {
  color: #4A629C;
  border: 1px solid #4A629C;
}

.order-status.os-iprogress {
  color: #FF5C00;
  border: 1px solid #FF5C00;
}

.order-status.os-processing {
  color: #F34213;
  border: 1px solid #F34213;
}

.order-status.os-pending {
  color: #F34213;
  border: 1px solid #F34213;
}

.dropdown-menu {
	width: 100%;
	padding: 0;
	max-height: 43.6vh;
        overflow-y: auto;
	border: none!important
}


.template-input {
	white-space: inherit;
	padding: 12px;
	font-weight: 400;
	font-size: 14px;
	background: #110B11;
	border-bottom: 1px solid #1E1E24;
	color: #fff;
	text-align: right;
	width: 100%
}

#order-sItem,
#order-cItem {
	white-space: inherit;
	padding: 12px;
	font-weight: 400;
	font-size: 14px;
	background: #110B11;
	border-bottom: 1px solid #1E1E24;
	color: #fff;
	text-align: right;
	width: 100%
}

#order-sItem:hover,
#order-cItem:hover {
	background: #1E1E24;
}

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

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

.dropdown button {
	background: #110B11;
        text-align: right;
	border-top: none!important;
	color: #F34213;
}

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

.dropdown-menu {
    transform: translate3d(0px, 47px, 54px)!important;
    background: #110B11;
    color: #ffffff;
    border: 1px solid rgb(49 52 58);
}

.dropdown-menu > li > a {
    color: #ffffff;
    padding: 5px 20px;
    border-bottom: 1px solid #1F2227;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.2px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #2b2f34;
    color: #ffffff;
}


.dropdown .fab.fa-instagram {
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #F34213 50%, #F34213 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #F34213 75%, #bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #F34213 50%, #F34213  75%, #bc1888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
	background-clip: text;
	font-size: 14px;
	padding: 2.4px;
	border-radius: 5px;
	color: #FFF;
	font-weight: lighter;
	margin-left: 10px;
}

.dropdown .far.fa-at {
	background: #F34213;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-left: 10px;
}

.dropdown .fab.fa-whatsapp {
	background: #25D366;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-left: 10px;
}

.dropdown .fab.fa-facebook {
	background: #207eff;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 18px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	border-radius: 5px;
	margin-left: 10px;
}

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

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

.dropdown .fab.fa-telegram-plane {
	background: #0088cc;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-left: 10px;
}

.dropdown .fab.fa-fakickstarter-k {
	background: #0F7A21;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-left: 10px;
}
.dropdown .fab.fa-soundcloud {
	background: #ff5500;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-left: 10px;
}

.dropdown .fab.fa-spotify {
	background: #1db954;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-left: 10px;
}

.dropdown .fab.fa-tumblr {
	background: #35465d;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-left: 10px;
}

.dropdown .fab.fa-periscope {
	background: #DB5248;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-left: 10px;
}

.dropdown .fab.fa-discord {
	background: #5865f2;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-left: 10px;
}

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

.dropdown .fas.fa-club {
	background: #F34213;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-left: 10px;
}


.dropdown .fas.fa-star {
	background: #F34213;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-left: 10px;
}

.dropdown .fas.fa-sim-card {
	background: #F34213;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-left: 10px;
}

.dropdown .fas.fa-crown {
	background: #F34213;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-left: 10px;
}


.dropdown .fas.fa-plus {
	background: #F34213;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-left: 10px;
}

.dropdown .fas.fa-video {
	background: #FF5100;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-left: 10px;
}

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


.dropdown .fas.fa-moon {
	background: #F34213;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-left: 10px;
}

.dropdown .fas.fa-fire-alt {
	background: #F34213;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-left: 10px;
}
.dropdown .fas.fa-lock {
	background: #F34213;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-left: 10px;
}
.dropdown .fas.fa-globe {
	background: #F34213;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-left: 10px;
}

.dropdown .fab.fa-twitch {
	background: #6441a5;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-left: 10px;
}

.dropdown .fab.fa-snapchat-ghost {
	background: #fffc00;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-left: 10px;
}
.dropdown .fab.fa-behance {
	background: #F34213;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-left: 10px;
}

.app-search input {
	position: relative;
	height: 40px;
	border-radius: 10px;
	background: rgb(0, 0, 0, 0.25);
	border: none;
	font-size: 15px;
	font-weight: 400;
	width: 100%;
	color: #fff;
	padding: 0 30px;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

.app-search input:focus,
.app-search input:hover {
	outline: 0;
	border: 0;
}

.catetitle td strong {
	background-color: #F34213;
	border-radius: 10px;
	display: block;
	padding: 12px 15px;
	margin: 0 -10px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	font-weight: 500
}

.thead-tr,
.thead-tr th {
	background-color: #181214;
	font-weight: 400;
	font-size: 12px;
	color: #fff;
	padding: 7px
}

.table td {
	border-color: #1E1E24!important;
	color: #fff;
	font-size: 13px
}

.table th,
.table thead th,
.catetitle td {
	border: none
}

.btn.btn-danger {
	background-color: #F34213;
	border-color: #BB184F;
	padding: 5px 10px!important;
	font-size: 12px!important;
	height: auto!important;
	border-radius: 5px!important;
}

.desc-btn {
	background: #F34213;
	padding: 4px 15px;
	border-radius: 15px;
	font-size: 11px;
}

.modal-header {
	background: #F34213;
	border: none;
}

.modal-title {
	font-size: 13px;
	color: #fff;
}

.modal-content {
	background: #1E1E24
}

.modal-body p {
	font-size: 14px
      color: #fff;
}

.modal-footer {
	border-color: #1E1E24;
	padding: 5px
}

.btn-xs {
	padding: 5px;
	font-size: 12px
      text-align: left;
}

.app-mtable .app-block:nth-child(odd) {
	background: #1E1E24!important;
}

.app-search {
	position: relative
}

.app-search i {
	color: #fff
}

.app-search .app-ord-submit {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: none;
	background: #F34213;
	border-radius: 10px 0px 0px 10px;
	color: #fff;
  cursor: pointer;
  	-webkit-transition: background-color .5s ease, -webkit-transform .2s ease;
	transition: background-color .5s ease, -webkit-transform .2s ease;
	transition: transform .2s ease, background-color .5s ease;
	transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease;
}

.app-order .btn.btn-refill {
	font-size: 9px!important;
	padding: 1px 5px!important;
	height: auto!important;
	font-weight: 400;
}

.app-ord-nav li a {
	background-color: #1E1E24;
	color: #F34213;
	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%;
	text-decoration: none;
}

.app-ord-nav li a.active,
.app-ord-nav li a:hover {
	background: #DB3C12;
	color: #fff;
	-webkit-box-shadow: 0 0 25px rgb(219 60 18 / 70%);
	box-shadow: 0 0 25px rgb(219 60 18 / 70%);
}

.app-ord-nav li:last-child {
	margin-left: auto;
}

.app-ord-search {
	background-color: #1E1E24;
	color: #F34213;
	font-size: 11px;
	border: none;
	outline: none;
	border-radius: 0;
	cursor: pointer;
	-webkit-transition: .15s ease;
	transition: .15s ease;
	min-height: 40px;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}

.app-ord-search .app-ord-input {
	width: calc(100% - 40px);
	background: transparent;
	border: none;
	outline: none;
	height: 40px;
	color: #fff;
	padding: 0 14px;
	min-width: 250px
}

.app-ord-search i {
	color: #F34213;
}

.app-ord-search .app-ord-submit {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: none;
	background: transparent;
	color: #F34213;
}

.card {
	margin-bottom: 10px;
	border: none;
	border-radius: 0!important;
	background-color: #1E1E24;
	font-size: 11px;
}

.card .card-header {
	padding: 0;
	border: none;
	background-color: #1E1E24;
	border-radius: 10px;
}

.card .card-header h4 {
	font-size: 14px;
      text-align: right;
	color: #fff;
}

.card .card-header {
	color: #fff;
	display: block;
	 text-align: right;
	color: #222;
	border: none;
	padding: 14px 30px;
	text-decoration: none
}

.card .card-header code {
	font-family: Cairo, sans-serif;
	color: #F34213!important;
	font-size: 11px
}

.card .card-header span {
	font-size: 11px;
	color: #ABBCC5
}

.card .card-header .fa-copy {
	color: #F34213
}

.card .card-header a {
	font-size: 11px;
	color: #F34213
}

.mob-nav {
	width: 100%;
	position: fixed;
	bottom: 0;
	right: 0;
	background: #1E1E24;
	z-index: 9999999999;
	display: none;
}

.mob-nav-link {
	-webkit-box-shadow: #F34213;
	box-shadow: #F34213;
	position: relative;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 2000;
}

.mob-nav-link li {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 15px 5px;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-box-shadow: inset 0 3px transparent;
	box-shadow: inset 0 3px transparent;
	border-left: 1px solid #110B11;
}

.mob-nav-link li:last-child {
	border-left: none;
}

.mob-nav-link li a {
	text-decoration: none!important;
	outline: none!important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 8px;
	color: #F34213;
	font-weight: 300;
}

.mob-nav-link li a i {
	color: #F34213;
	font-size: 18px;
	margin-bottom: 10px;
}

.login-card {
	background: #1E1E24;
	border-radius: 15px;
}

.login-card .lc-body {
	padding: 34px 38px;
}

.login-card .lc-title {
	font-weight: 800;
	font-size: 25px;
    text-align: right;
	line-height: 30px;
	color: #fff;
	position: relative;
}

.login-card .lc-title h4 {
	font-weight: 800;
	font-size: 24px;
    text-align: right;
	line-height: 24px;
	color: #fff;
}

.login-card .lc-title small {
	font-weight: 400;
	font-size: 14px;
    text-align: right;
	color: #ABBCC5;
}

.fga {
	position: relative;
}

.fla {
	margin-bottom: 8px;
	padding-right: 4px;
	font-weight: bold;
	font-size: 14px;  
	line-height: 18px;
	color: #fff;
}

.control-label {
	margin-bottom: 8px;
	padding-right: 4px;
	font-weight: bold;
	font-size: 14px;
        text-align: right;
	line-height: 18px;
	color: #fff;
}


.fg {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 68px;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 10px;
	padding: 9px;
	background: #0D1321;
}

.fg.fg-light {
	background: #110B11;
}

.fg.fg-dark {
	background: #0F1728;
}

.fg .fg-icon {
	border-radius: 8px;
	background: #F34213;
	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;
	height: 50px;
	width: 50px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	font-size: 18px;
}

.fg .fg-icon.fg-icon-text {
	width: auto;
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}

.fg .fg-control {
	background: transparent;
	border: none;
	outline: none;
	width: 100%;
	color: #afb4bf;
	padding: 10px 20px;
	font-weight: 600;
	font-size: 14px;
    text-align: right;
}

.fg .fg-control::-webkit-input-placeholder {
	color: #626C84;
}

.fg .fg-control:-ms-input-placeholder {
	color: #626C84;
}

.fg .fg-control::-ms-input-placeholder {
	color: #626C84;
}

.fg .fg-control::placeholder {
	color: #626C84;
}

.fg-info {
	font-weight: 700;
	padding-right: 6px;
	margin-top: 6px;
	font-size: 12px;
	line-height: 150%;
	color: #505876;
}

.fcheck input {
	display: none;
	visibility: hidden;
}

.fcheck input[type="checkbox"]:checked+label::before {
	background: #F34213;
	color: #fff;
}

.fcheck label {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
      text-align: right;
	color: #fff;
}

.fcheck label::before {
	content: '';
	font-family: "Font Awesome 5 Pro";
	font-size: 14px;
	font-weight: 900;
    text-align: right;
	height: 20px;
	width: 20px;
	border: 2px solid #F34213;
	color: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	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;
	margin-left: 8px;
	-webkit-transition: .14s ease;
	transition: .14s ease;
}

.head-menu .menu-btn {
	height: 60px;
	border-radius: 5px;
	background-color: #F34213;
	padding: 10px 10px 10px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: bold;
	font-size: 15px;
        text-align: right;
	line-height: 15px;
	text-decoration: none;
	color: #fff;
	-webkit-transition: .14s ease;
	transition: .14s ease;
}

.head-menu .menu-btn:hover {
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
}

.head-menu .menu-btn .mb-icon {
	height: 42px;
	width: 42px;
	border-radius: 30%;
	background-color: #110B11;
	font-size: 20px;
	color: #fff;
        text-align: right;
	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;
	margin-left: 5px;
}

.head-text h1 {
	font-size: 42px;
	font-weight: 500;
        text-align: right;
	line-height: 52px;
	color: #fff
}

.head-text h1 span {
	font-weight: 700;
    text-align: right;
}

.head-text p {
	font-size: 16px;
    text-align: right;
	line-height: 32px;
	color: #fff;
}

.header {
	height: 100px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100%;
	z-index: 1000;
	margin-top: 15px;
}

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

.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: 400;
      text-align: right;
	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.9);
}

.header .head-menu .btn {
	border-radius: 25px;
	padding: 10px 25px;
	font-weight: 400
       text-align: right;
}

.header .head-menu .btn.btn-primary {
	-webkit-box-shadow: 0px 3px 20px rgb(234 30 99  / 70%);
	box-shadow: 0px 3px 20px rgb(234 30 99  / 70%);
}

.header .head-menu .btn.btn-secondary {
	-webkit-box-shadow: 0px 3px 20px rgb(234 30 99  / 70%);
	box-shadow: 0px 3px 20px rgb(234 30 99  / 70%);
}

.main-stats {
	padding: 75px 0 0 0;
	font-size: 18px
}

.main-stats .home-stat.br {
    border-left: 1px solid rgba(219, 60, 18, 0.7);
}

.main-stats .hstat-text {
	font-size: 26px;
   text-align: right;
	font-weight: 600;
	color: #fff
}

.main-stats .hstat-title {
	font-size: 16px;
	text-align: right;
         font-weight: 400;
	color: #ABBCC5
}

.main-stats .home-stat i {
	font-size: 36px;
	background: #F34213;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 20px 0 rgb(219, 60, 18  / 30%);
	box-shadow: 0 5px 20px 0 rgb(219, 60, 18  / 30%);
}

.home-menu-btn {
	display: none;
}
.showMob {
          display: none;
        }
      .payment_item img {
          display: block;
        }
      .payment_item_2 img {
          display: block;
        }
.home-menu-btn i {
	font-size: 24px
}

.main-top {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 125px 0 125px 0;
}

.main-top .main-top-real-content {
	z-index: 38;
	position: relative;
}

.main-top .main-top-bg {

	background-image: url(https://storage.perfectcdn.com/bztfmm/jpkpaa6nd3nlq9s6.png);
	background-size: cover;
	background-position: top center;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 0;
}

.main-top .main-top-content {
	z-index: 100;
	position: relative;
	padding: 100px 0 0 0;
	z-index: 33;
}

ul.app-news {
	padding-right: 0
}

ul.app-news li {
	display: flex;
	margin-bottom: 10px;
}

ul.app-news li .group {
	background-color: #110B11;
	color: #fff;
	padding: 20px 25px;
	width: 100%;
	position: relative;
	border-radius: 10px;
}

ul.app-news li .group .title {
	font-size: 14px;
         text-align: right;
          padding: 15px 0;
	font-weight: 500;
}

ul.app-news li .group .text {
	color: #F34213;
	font-size: 13px;
         text-align: right;
	line-height: 22px;
	padding: 15px 0;
	border-radius: 3px;
	position: relative;
}

ul.app-news li .group .date {
	font-size: 11px
          text-align: right;
}

.pr10 {
	padding-right: 10px!important;
}

ul.app-news li .icon {
	width: 24px;
	height: 24px;
	background: #f3bb4c;
	max-width: 24px;
	min-width: 24px;
	font-size: 16px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 15px;
}

ul.app-news li .icon {
	width: 24px;
	height: 24px;
	background: gray;
	border-radius: 100%;
}

ul.app-news li .icon.facebook {
	background: #1877f2;
}

ul.app-news li .icon.twitter {
	background: #1da1f2;
}

ul.app-news li .icon.tiktok {
	background: #F00075;
}

ul.app-news li .icon.youtube {
	background: #ff0000;
}

ul.app-news li .icon.twitch {
	background: #9146ff;
}

ul.app-news li .icon.pinterest {
	background: #bd081c;
}

ul.app-news li .icon.linkedin {
	background: #0a66c2;
}

ul.app-news li .icon.google {
	background: #4285f4;
}

ul.app-news li .icon.snapchat {
	background: #fffc00;
	color: #000;
}

ul.app-news li .icon.whatsapp {
	background: #25d366;
}

ul.app-news li .icon.fire {
	background: #F34213;
}

.list-inline {
    display: flex;
    margin: auto 0;
	border-top: 1px solid #110B11
}

.list-inline .list-inline-item {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    flex: 1 1 auto;
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    border: none;
}

.list-inline .list-inline-item a {
    position: relative;
	color: #F34213
}



.app-user-box {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: flex;
	padding: 0 0 15px 0
}

.app-user-info {
	-ms-flex: 1;
	flex: 1;
	align-items: center;
	text-align: right;
}

.app-user-box .app-user-img {
	margin-left: 5px;
	position: relative;
}

.app-user-box .app-user-img a img {
	border-radius: 5px;
}

.app-user-box .app-user-name {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 1;
	color: #fff;
}

.app-user-box .app-user-blnce {
	font-size: 12px;
	color: #F34213;
	line-height: 1;
}

.dash-sss .sss-tab {
	position: relative;
	cursor: pointer;
	background: transparent;
	color: #fff;
	background-color: #110B11;
	padding: 28px 20px 28px 20px;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	margin-bottom: 14px;
	border-radius: 12px;
}

.dash-sss .sss-tab .fa-minus {
	display: none;
}

.dash-sss .sss-tab.active {
	background: #F34213;
	color: #fff;
}

.dash-sss .sss-tab.active .sss-htab {
	color: #fff;
}

.dash-sss .sss-tab.active .sss-htab .right-p {
	color: #fff;
}

.dash-sss .sss-tab.active .fa-minus {
	display: block;
}

.dash-sss .sss-tab.active .fa-plus {
	display: none;
}

.dash-sss .sss-tab .sss-htab {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

.dash-sss .sss-tab .sss-htab .right-p {
	color: #F34213;
	font-size: 24px;
	height: 30px;
	line-height: 30px;
}

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


@media (max-width: 767.98px) {
	.home-section {
		padding: 70px 0;
	}
	.btn.btn-lg {
		padding: 18px 40px;
	}
	.btn.btn-lg.btn-outline {
		padding: 16px 40px;
	}
	.header {
		margin-top: 0px;
	}
	.dash-sss .sss-tab .sss-htab {
		font-size: 15px;
		font-weight: 400;
	}
}

@media (max-width: 991.98px) {
	.main-top .main-top-content {
		padding: 0
	}
	.head-text h1 {
		font-size: 24px;
             text-align: right;
		line-height: 32px
	}
	.head-text p {
		font-size: 14px;
            text-align: right;
		line-height: 18px
	}
	.main-stats {
		display: none
	}
      .showMob {
        display: block;
      }
.payment_item img {
          display: none;
        }
.payment_item_2 img {
          display: none;
        }
	.login-card .lc-body {
		padding: 34px 15px
	}
	.home-bottom,
	.home-box-2 {
		padding: 0!important
	}
	.home-box-3 .footer-top h1 {
		font-size: 24px!important
	}
	.home-menu-btn {
		display: inline-block;
	}
	.head-menu {
		display: none;
		position: fixed;
		top: 80px;
		right: 0px;
		bottom: 0px;
		right: 0px;
		background-color: #110B11;
		-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-right-radius: 30px;
		border-top-left-radius: 30px;
	}
	.head-menu .btn {
		display: block;
	}
	.head-menu .mmff {
		width: 100%;
		display: block;
	}
	.head-menu .hm-close {
		position: absolute;
		right: 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: right;
		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;
	}
}

.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: 500;
	font-size: 16px;
	padding: 10px 40px;
	border-radius: 5px;
}

.btn.btn-primary {
	background: #F34213;
	color: #fff;
	border: 2px solid #F34213
}

.btn.btn-secondary {
	background: #01CB63;
	color: #fff;
	border: none;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
	background: #01CB63;
}

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

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

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

.btn.btn-outline {
	background: transparent;
      text-align: right;
	border: 2px solid #fff;
	padding: 40px 17px;
	color: #fff;
}

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

.btn.btn-dark {
	background: #110B11;
	border: none
}

.hb-box {
	background: #1E1E24;
	padding: 38px 20px;
	text-align: center;
	margin-bottom: 30px;
	transition: all .3s ease;
	position: relative;
	z-index: 1;
	cursor: pointer;
	border-radius: 15px;
	transition: 300ms all
}

.hb-box:hover {
	background: #F34213;
	transform: translateY(-1rem);
	transition: 500ms all;
	cursor: pointer
}

.hb-box:hover .hb-box-icon {
	background: #fff
}

.hb-box:hover .hb-box-icon i {
	color: #F34213
}

.hb-box-icon {
	width: 130px;
	height: 130px;
	background: #F34213;
	line-height: 130px;
	border-radius: 50%;
	margin: auto;
	margin-bottom: 40px;
	text-align: center;
}

.hb-box-icon i {
	line-height: 130px;
	font-size: 42px;
	color: #fff;
}

.hb-box-text h2 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
    text-align: center;
	margin-bottom: 20px;
	transition: all .3s ease;
}

.hb-box-text p {
	color: #ABBCC5;
	font-size: 14px;
	transition: all .3s ease;
}

.hb-box-img {
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	width: 100%;
}

.hb-box-img img {
	width: 100%;
}

.home-bottom,
.home-box-2 {
	padding: 75px 0
}

.home-box-2 .detail-box {
	margin: 50px 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	transition: 500ms all;
}

.home-box-2 .detail-box:hover {
	transform: translateY(-1rem);
	transition: 500ms all;
}

.home-box-2 .detail-box:hover .dt-icon {
	background: #F34213;
}

.home-box-2 .detail-box:hover .dt-icon i {
	color: #fff;
}

.home-box-2 .detail-box .dt-icon {
	height: 66px;
	width: 66px;
	border: 2px solid #F34213;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 14px;
	color: #F34213;
	font-size: 28px;
	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;
}

.home-box-2 .detail-box .dt-title {
	font-weight: bold;
	font-size: 20px;
      text-align: right;
	line-height: 24px;
	color: #fff;
	margin-bottom: 0px;
}

.home-box-2 .detail-box .dt-text {
	font-size: 14px;
      text-align: right;
	line-height: 20px;
	color: #ABBCC5;
	margin-bottom: 0px;
}

.home-box-2 .home-phone {
	position: relative
}

.home-box-2 .home-phone .iphone {
	position: absolute;
	margin-left: auto;
	margin-left: auto;
	right: 0;
	right: 0;
	text-align: center;
}

.home-box-3 {
	margin: 75px 0
}

.home-box-3 .footer-top {
	background: #F34213 url(https://storage.perfectcdn.com/08ed14/a7eiudlhh7eqjret.png);
	background-repeat: no-repeat;
	background-size: center right;
	padding: 50px 35px;
	border-radius: 15px;
}

.home-box-3 .footer-top h1 {
	font-size: 32px;
	font-weight: 600;
	color: #fff
}

.footer .ft-content {
	padding: 0px 0 30px;
}

.footer .ft-content .ftc-top .ftc-name .ftc-icon {
	height: 50px;
}

.footer .ft-content .ftc-top .ftc-name .ftc-icon img {
	height: 100%;
}

.footer .ft-content .ftc-top .ftc-name .fct-name {
	font-size: 40px;
	color: #fff;
}

.footer .footer-links {
	font-size: 16px;
}

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

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

.footer .footer-links ul li a {
	font-weight: 500;
	display: block;
	color: white;
	text-decoration: none;
	-webkit-transition: .15s ease;
	transition: .15s ease;
	letter-spacing: .4px;
}

.footer .footer-links ul li a:hover {
	color: #F34213;
  cursor: pointer;
}

.footer .ft-content-bot {
	padding: 15px 0 0 0;
	border-top: 1px solid #1F2227;
}

.footer .ft-content-bot .ft-content-bot-text {
	text-align: center;
}

.footer .ft-content-bot .ft-content-bot-text p {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
}


.ticket-message-left .ticket-message {
    font-size: 13px;
    background: #110B11;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
}

.ticket-message-right .ticket-message {
    font-size: 13px;
    background: #F34213;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
}

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

.ref-item.d-pink {
	border-bottom: 1px solid #1E1E24;
	padding: 15px 25px;
	color: #fff
}

.ref-item i {
	color: #F34213;
	font-size: 20px;
}

.ref-item .hlight-first {
	font-weight: 400;
	color: #F34213
}

.rep-title h3 {
	font-size: 18px;
	font-weight: 600
}

.blog_title {
  font-size: 23px;
  margin-bottom: 1.5rem;
  font-weight: bold;
}

.blog_wraper{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(47%, 1fr));
  grid-row-gap: 1.5rem;
  grid-column-gap: 1.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.blog_details {
  padding: .5rem;
  background: #fe5a0238;
  border-radius: 50px;
  display: inline-block;
  color: #fe5a02;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .blog_wraper{
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 991.98px) {
	.home-phone, .head-text, .head-links {
		display: none
	}
	.app-logo img {
		height: 45px;
	}
	.app-tos .nav-item.nav-link {
		width: 100%
	}
	.mob-nav {
		display: block!important;
	}
	.dashboard-head .dhead-content .row-s2>div {
		font-size: 11px
	}
	.card .card-header span.sname,
	.card .card-header span.sdetails {
		line-height: 20px!important
	}
	.card .card-header .ordStatus,
	.card .card-header .btn.btn-secondary {
		margin-top: 10px
	}
	.app-ord-nav li {
		width: 49%;
		margin: 0 1%;
		margin-right: auto!important;
	}
	.orders-btn {
		padding-bottom: 0!important
	}
	.for-mobile {
		display: block
	}
	.app-mtable {
		display: block
	}
	.app-mtable .app-block {
		padding: 5px 0;
		display: block;
		background: #110B11;
		margin-bottom: 10px;
		border-radius: 10px;
		border-bottom: 2px solid #F34213;
      	word-break: break-all;
	}

	.table td {
		border: none
	}
	.app-mtable .app-block .app-col {
		margin-bottom: 5px;
		border-bottom: 0px;
		border-right: 0px;
		border-right: 0px;
		display: flex;
		align-items: center;
		font-size: 11px;
		padding: 2px 16px;
	}
	.app-mtable .app-block .app-col:before {
		margin-bottom: 3px;
		content: attr(data-title);
		min-width: 98px;
		font-size: 10px;
		line-height: 10px;
		font-weight: 700;
		text-transform: uppercase;
		color: #F34213;
		display: block;
	}
	.app-mtable .thead-tr {
		display: none
	}
	.catetitle td strong {
		font-size: 14px;
		font-weight: 300
	}
	.app-navbar {
		display: block!important
	}
	.orders-btn {
		padding-bottom: 0!important
	}
	.footer {
		padding-bottom: 100px
	}
}

@media (max-width: 767.98px) {
	.table-mobile-cards thead {
		display: none;
	}
	.table-mobile-cards tr {
		border: none;
	}
	.table-mobile-cards tr.table-mobile-card {
		display: block;
		border-radius: 10px;
		border: 1px solid #F34213;
		padding: 14px 24px;
		margin-bottom: 24px;
		margin-left: -15px;
		margin-left: -15px;
	}
	.table-mobile-cards tr.table-mobile-card td {
		display: block;
		border: none;
		padding: 0px;
	}
	.table-mobile-cards tr.table-mobile-card td+td {
		margin-top: 12px;
	}
	.table-mobile-cards tr.table-mobile-card td::before {
		content: attr(data-title);
		font-size: 14px;
		color: #c2c5d6;
		font-weight: 500;
		display: block;
	}
	.app-navbar {
		display: block;
	}
	.app-container .app-sidebar {
		right: -330px;
		width: 240px !important;
	}
	.app-container .app-sidebar .logo-lg {
		display: none !important;
	}
	.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;
		padding-top: 0;
	}
	.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 .app-avatar {
		width: 120px;
	}
	.app-container .app-sidebar .sidebar-user .app-name {
		display: block;
	}
	.app-container .app-sidebar .menu-text {
		visibility: visible !important;
	}
	.app-container .app-header {
		right: 0px !important;
	}
	.app-container .app-content {
		padding-right: 0px !important;
	}
	.app-container.sidebar-action .app-sidebar {
		right: 0px;
	}
	.header .site-name img {
		height: 50px!important
	}
}

@media (max-width: 991.98px) {
	.container-fluid {
		padding: 0 15px !important;
	}
	.dashboard-head .dhead-content .col-title img {
		display: none;
	}
	.dashboard-head .dhead-content .col-lg.col-12 {
		display: none;
	}
	.dashboard-head .dhead-content .col-title {
		border-right: none;
	}
	.row-top {
		display: none
	}
}

@media (max-width: 1199.98px) {
	select,
	option {
		-webkit-appearance: none;
	}
	.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 {
		right: 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-right: 40px;
	}
	.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: 10px 0 30px 0;
	}
	.sidebar-action .app-sidebar .sidebar-content .sidebar-menu li>a {
		padding: 14px 8px;
	}
	.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 .app-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: #1E1E24;
		color: #fff;
		width: 170px;
		z-index: 99999;
		left: 75px;
		top: 5px;
		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;
		right: 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: 12px 8px;
	}
	.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 {
		right: 80px;
	}
	.app-container.sidebar-action .app-content {
		padding-right: 80px;
	}
}

.pagination {
	margin: 0;
	padding: 0;
	text-align: center;
}

.pagination li {
	display: inline
}

.pagination li a {
	display: inline-block;
	text-decoration: none;
	padding: 5px 10px;
	color: #fff;
	background: #F34213;
	margin-left: 5px;
}

.pagination li a {
	border-radius: 5px;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.pagination li a.active {
	background-color: #FFAB5A;
	color: #fff;
}

.pagination li a:hover:not(.active) {
	background-color: #FFAB5A;
}

.help-block.min-max {
	border: 1px solid #F34213;
	border-radius: 5px;
	font-size: 10px;
	padding: 5px;
	color: #F34213;
      
}

@-webkit-keyframes floating {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
		-webkit-transform: translatey(0px);
		transform: translatey(0px);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
		-webkit-transform: translatey(-20px);
		transform: translatey(-20px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
		-webkit-transform: translatey(0px);
		transform: translatey(0px);
	}
}

@keyframes floating {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
		-webkit-transform: translatey(0px);
		transform: translatey(0px);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
		-webkit-transform: translatey(-20px);
		transform: translatey(-20px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
		-webkit-transform: translatey(0px);
		transform: translatey(0px);
	}
}

.floating {
	-webkit-animation-name: floating;
	animation-name: floating;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	margin-top: 5px;
	box-shadow: none!important;
}



   
   
   
/* dark mod */

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

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

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

.darkmode i.fa-moon {
	color: #F34213;
}

.darkmode i.fa-sun span {
	color: #F34213;
}

.darkmode i.fa-sun {
	color: #F34213;
}

.darkmode i span {
	color: #404040;
}

body i.fa-sun,
body.light i.fa-sun {
	display: block
}

body i.fa-moon,
body.light i.fa-moon {
	display: none
}

body.dark i.fa-sun {
	display: none
}

body.dark i.fa-moon {
	display: block
}
           
body.dark {
	background: #F7F8FC;
}

body.dark .d-card {
	background: #fff;
	color: #110B11;
}

body.dark .d-card.dc-dash {
    background-image: url(https://storage.perfectcdn.com/bztfmm/shtf74dgie0r6400.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto 100%;
}

body.dark .form-group label {
	color: #110B11;
}

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

body.dark .mob-nav {
	background: #fff;
}

body.dark .mob-nav-link li {
	border-left: 1px solid #ececec;
}

body.dark .app-container .app-sidebar {
	background-color: #fff;
}

body.dark .app-sidebar .sidebar-header .sh-bg  {
	background: #fff;
}

body.dark .app-sidebar .sidebar-header .app-user  {
	background: #fff;
}

body.dark .app-user-box .app-user-name {
	color: #110B11;
}

body.dark .app-container .app-sidebar .sidebar-content .sidebar-menu>li.active a {
	background: #ececec;
	border-right: 5px solid #595B60;
	color: #110B11 !important;
}

body.dark .app-container .app-sidebar .sidebar-content .sidebar-menu>li a {
	color: #110B11;
}

body.dark .app-container .app-sidebar .sidebar-content .sidebar-menu>li a:hover {
	background: #ececec;
}

body.dark .app-container .app-sidebar .sidebar-content .sidebar-menu>li a .m-icon {
	color: #110B11;
}

body.dark .app-container .app-sidebar .sidebar-content .sidebar-menu>li.active a .m-icon {
	color: #110B11,
}

body.dark .list-inline {
	border-top: 1px solid #ececec
}

body.dark .app-container .app-header {
	background: #fff;
}

body.dark .app-container .app-header .dash-menu-btn {
	color: #110B11;	
}

body.dark .table-bordered td, body.dark .table-bordered th {
    border: 1px solid #ececec!important;
}

body.dark .thead-tr, body.dark .thead-tr th {
    background-color: #1E1E24;
}

body.dark .d-card-head {
	border-color: #F7F8FC;
}

body.dark .d-card.dc-dash .dch-title, body.dark .d-card.dc-dash .dch-text {
	color: #110B11;
}

body.dark .d-card-head .dch-body span {
	color: #F34213;
}

body.dark .form-group .form-control, body.dark pre.code {
	background: #F8F7F7;
	color: #110B11;
}

body.dark #order-sItem, body.dark #order-cItem, body.dark .panel-body {
	background: #eeeeee;
	color: #110B11;
	border-color: #ececec;
}

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

body.dark ul.app-news li .group, body.dark .app-search input {
	background: #F8F7F7;
}

body.dark ul.app-news li .group .title, body.dark ul.app-news li .group .date {
	color: #110B11;
}

body.dark .app-mtable .app-block:nth-child(odd) {
	background: #F8F7F7!important;
	color: #110B11;
}

body.dark .table td {
	color: #F34213;
	border-color: #ececec!important
}

body.dark .desc-btn {
	color: #fff;
}
  
body.dark .modal-content {
	background: #fff;
}

body.dark .modal-footer, body.dark .ref-item {
	border-color: #ececec!important
}

@media screen and (max-width: 991.98px) {
	body.dark .app-mtable .app-block {
		background: #fff;
	}
}

body.dark .ref-item.d-pink {
	color: #110B11;
}

body.dark .btn.btn-outline {
    border: 2px solid #110B11;
    color: #110B11;
}

body.dark .dash-sss .sss-tab {
	background: #F7F8FC;
}

body.dark .dash-sss .sss-tab .sss-htab, body.dark .dash-sss .sss-tab .ss-tab-content {
	color: #110B11
}

body.dark .dash-sss .sss-tab.active {
	background: #ececec
}


body.dark .nav-but-wrap .nav:before, body.dark .nav-but-wrap .nav:after {
  background-color: #ececec,
}

body.dark .card-single {
           color: #F34213;
     background: #fff;
 box-shadow: 2px 2px 4px rgba(222,223,226, 0.8);
                transition: all 0.3s;
                &:hover{
                    box-shadow: 4px 4px 8px rgba(222,223,226, 0.8);
 }
  }



.pagination {
  margin: 0;
  padding: 0;
  text-align: center;
}
.pagination li {
  display: inline
}
.pagination li a {
  display: inline-block;
  text-decoration: none;
  padding: 5px 10px;
  color: #fff;
  background: #1E1E24;
  margin-left: 5px;
}

.pagination li a {
  border-radius: 5px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s
    
}
.pagination li a.active {
  background-color: #F34213;
  color: #fff
}
.pagination li a:hover:not(.active) {
  background-color: #F34213;
} 

.btn.btn-xs {
	background: #F34213;
    color: #fff;
  	padding: 4px;
  	font-size: 9px
}

#order_count {
	margin: 10px 0!important
	margin-top: 20px!important

}

#field-orderform-fields-quantity {
	margin-top: 20px!important
}




 /* Payment Methods */
      #paymentSec 
{
          padding: 40px 0px;
        }
 .hstat-text {
	font-size: 28px;
    text-align: Center;
	font-weight: 700;
	color: #fff
}  
 .hstat-title {
	font-size: 18px;
    text-align: Center;
	font-weight: 400;
	color: #ABBCC5
}
      .payment_item {
        position: relative;
        left: 0px;
        animation: paymentItem1 20s infinite;
      }
      .payment_item_2 {
        position: relative;
        left: 0px;
        animation: paymentItem2 20s infinite;
      }
      @keyframes paymentItem1 {
        0% {
          left: -200px;
        }
        50% {
          left: 0px;
        }
        100% {
          left: -200px;
        }
      }
      @keyframes paymentItem2 {
        0% {
          right: -200px;
        }
        50% {
          right: 0px;
        }
        100% {
          right: -200px;
        }
      }


/* services page */

.filter_wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-column-gap: 15px;
  margin-bottom: 15px;
  grid-row-gap: 15px;
}

.btn_filter {
  font-family: "Cairo", sans-serif;
  padding: 10px 30px;
  font-weight: bold;
  background: var(--white);
  color: #fff;
  border: none;
  border-radius: 10px;
  transition: 0.5s ease;
}

.btn_fb {
  background: #3b5998;
}

.btn_tw {
  background: #1da1f2;
}
.btn_ig {
  background: -moz-linear-gradient(
    -45deg,
    #5f1db9 0%,
    #bb2c96 50%,
    #f0c33b 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    #5f1db9 0%,
    #bb2c96 50%,
    #f0c33b 100%
  );
  background: linear-gradient(135deg, #5f1db9 0%, #bb2c96 50%, #f0c33b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f1db9', endColorstr='#f0c33b',GradientType=1 );
}
.btn_in {
  background: #1da1f2;
}
.btn_yt {
  background: #ff0000;
}
.btn_tik {
  background: rgb(0, 0, 0);
}
.btn_all {
  background: var(--orange-brand);
}
  


/****************currencies*************/


.currency_converter {
  color: #fff;
  background: transparent;
  border: none;
  font-size: 20px;
  margin: 0;
  margin-left: -11px!important;
  display: inline;
  list-style-type: none;
}
.currency_converter .dropdown-toggle::after{
  display: none;
    color: #fff;
}
.dashboard-body .currency_converter,
.light .currency_converter{
  color: var(--orange-brand);
}
#currencies-list {
  left: -44px !important;
  top: -21px !important;
}
#currencies-list li a {
  padding: 3px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #ccc !important;
  color: #F34213;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}
  
 #currencies-list.show_catgory {
  background: #000;
  z-index: 99;
  top: 40px!important;
  width: 100%;
  left: 0px!important;
}
#currencies-list.show_catgory li a{
  text-align: left!important;
  padding: 10px;
}






/****************animation*************/

.our-service-sass {
  background: url()
    no-repeat center bottom;
  background-size: 100%;
  background-position: center;
  position: relative;
  padding: 15px 0 115px;
  
}

.theme-title-one .icon-box .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.icon-img img
{
  border-radius: 50%;
    padding: 10px;
    background-color: #ffffff36;
}
.our-service-sass .service-block .title a {
  font-size: 22px;
  line-height: 32px;
  color: #253d5f;
  margin-bottom: 30px;
}

.theme-title-one .icon-box {
  display: inline-block;
  margin-bottom: 25px;
  position: relative;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: inherit;
  font-style: normal;
  color: inherit;
}

.icon-img {
  float: left;
  width: 100px;
  height: 200px;
  position: absolute;
  top: 50px;
  text-align: center;
}

/************************/

.our-service-sass .inner-wrapper:after {
  content: url(../images/shape/shape-14.svg);
  position: absolute;
  bottom: -165px;
  right: -165px;
  z-index: -1;
}

.our-service-sass .service-block {
  background: #1E1E24;
  border: 1px solid #1E1E24;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 5;
  padding: 180px 30px 25px 40px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(12, 0, 46, 0.06);
  box-shadow: 0px 2px 10px 0px rgba(12, 0, 46, 0.06);
  border: 1px solid #1E1E24;
  margin-top: 45px;
}

.our-service-sass .service-block:before {
  content: "";
  width: 273px;
  height: 273px;
  background: #F34213;
  border-radius: 50%;
  position: absolute;
  top: -148px;
  left: -83px;
  transform: scale(0);
}

.our-service-sass .service-block:hover:before {
  transform: scale(1);
  transition: all 0.5s linear;
  transition-delay: 0.1s;
}

.our-service-sass .service-block:hover {
  border-color: transparent;
}
.our-service-sass .service-block .icon-s {
  position: absolute;
  font-size: 65px;
  left: 40px;
  top: 52px;
}

.our-service-sass .single-block:nth-child(1) .service-block .icon-s {
  color: #F34213;
}

.our-service-sass .single-block:nth-child(2) .service-block .icon-s {
  color: #F34213;
}

.our-service-sass .single-block:nth-child(3) .service-block .icon-s {
  color: #ff4ca5;
}

.our-service-sass .service-block .title a {
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 30px;
}

.our-service-sass .service-block p {
  color: #fff;
  padding-bottom: 20px;
}

.our-service-sass .service-block .detail-button {
  font-size: 40px;
  color: #cad5e5;
}

.our-service-sass .service-block .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F34213;
  z-index: -3;
  opacity: 0;
  transition: all 0.3s linear;
}

.our-service-sass .service-block:hover .hover-content {
  opacity: 1;
}

.our-service-sass .service-block .hover-content:before {
  content: "";
  width: 493px;
  height: 493px;
  background: #F34213;
  border-radius: 50%;
  position: absolute;
  top: -250px;
  left: -180px;
  z-index: 1;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.our-service-sass .service-block:hover .hover-content:before {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.9s linear;
}

.our-service-sass .service-block .hover-content:after {
  content: "";
  width: 602px;
  height: 602px;
  background: #900836;
  border-radius: 50%;
  position: absolute;
  top: -196px;
  left: -180px;
  z-index: -1;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.our-service-sass .service-block:hover .hover-content:after {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 1.3s linear;
}

.our-service-sass .service-block .snow-dot {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
  background: rgba(255, 255, 255, 0.5);
  z-index: -1;
}

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.our-service-sass .service-block .snow-dot:nth-child(1) {
  top: 25px;
  left: 41%;
  z-index: 1;
  animation: scale-upOne 1s alternate infinite ease-in;
}

.our-service-sass .service-block .snow-dot:nth-child(2) {
  top: 25px;
  left: 78%;
  animation: scale-upOne 1.1s alternate infinite ease-in;
}

.our-service-sass .service-block .snow-dot:nth-child(3) {
  top: 75px;
  left: 61%;
  animation: scale-upOne 0.8s alternate infinite ease-in;
}

.our-service-sass .service-block .snow-dot:nth-child(4) {
  top: 136px;
  left: 84%;
  animation: scale-upOne 1s alternate infinite ease-in;
}

.our-service-sass .service-block .snow-dot:nth-child(5) {
  bottom: 35px;
  right: 12%;
  animation: scale-upOne 1.2s alternate infinite ease-in;
}

.our-service-sass .service-block .snow-dot:nth-child(6) {
  bottom: 80px;
  right: 31%;
  animation: scale-upOne 0.9s alternate infinite ease-in;
}

.our-service-sass .service-block .snow-dot:nth-child(7) {
  bottom: 40px;
  right: 51%;
  animation: scale-upOne 1s alternate infinite ease-in;
}

.our-service-sass .service-block:hover .detail-button,
.our-service-sass .service-block:hover .icon-s,
.our-service-sass .service-block:hover .title a,
.our-service-sass .service-block:hover p {
  color: #fff !important;
}

.theme-more-feature.our-service-sass .inner-wrapper:after,
.theme-more-feature.our-service-sass .inner-wrapper:before,
.theme-more-feature.our-service-sass:after,
.theme-more-feature.our-service-sass:before {
  display: none;
}

.our-service-sass.theme-more-feature {
  background: 0 0;
  padding: 165px 0 180px;
}

.our-service-app {
  position: relative;
  padding: 260px 0 200px;
  border-bottom: 1px solid #ededed;
}

.our-service-app .main-content {
  max-width: 1450px;
  padding: 0 15px;
  margin: 90px auto 0;
}

.our-service-app .main-content .inner-wrapper {
  text-align: center;
  position: relative;
  margin-top: 50px;
}

.our-service-app .main-content .inner-wrapper .title a {
  font-size: 24px;
  color: #4e4e4e;
  margin: 45px 0 30px;
}

.our-service-app .main-content .inner-wrapper:hover .title a {
  color: #614ef9;
}

.our-service-app .main-content .inner-wrapper p {
  line-height: 30px;
  padding: 0 50px;
  color: #8c929d;
}

.our-service-app .main-content .inner-wrapper .illustration-box {
  display: inline-block;
  position: relative;
  min-height: 230px;
}

.our-service-app
  .main-content
  .single-block:nth-child(1)
  .illustration-box
  .bg-shape,
.our-service-app
  .main-content
  .single-block:nth-child(3)
  .illustration-box
  .bg-shape {
  animation: rotated 35s infinite linear;
}

.our-service-app
  .main-content
  .single-block:nth-child(1)
  .illustration-box
  .block-shape-one {
  position: absolute;
  top: 42px;
  left: -16px;
}

.our-service-app
  .main-content
  .single-block:nth-child(1)
  .illustration-box
  .block-shape-two {
  position: absolute;
  top: 42px;
  right: 0;
}

.our-service-app
  .main-content
  .single-block:nth-child(1)
  .illustration-box
  .block-shape-three {
  position: absolute;
  bottom: 24px;
  right: 0;
}
.our-service-app
  .main-content
  .single-block:nth-child(1)
  .illustration-box
  [class*="block-shape"] {
  transform: scale(1.5);
}

.our-service-app
  .main-content
  .single-block
  .illustration-box
  [class*="block-shape"] {
  opacity: 0;
  transition: all 1.5s ease-in-out;
}
.our-service-app
  .main-content
  .single-block:nth-child(2)
  .illustration-box
  .block-shape-one {
  position: absolute;
  top: 120px;
  left: 26px;
  transform: scale(1.5);
}

.our-service-app
  .main-content
  .single-block:nth-child(2)
  .illustration-box
  .block-shape-two {
  position: absolute;
  top: 0;
  left: 120px;
  transform: scale(1.5);
}

.our-service-app
  .main-content
  .single-block:nth-child(2)
  .illustration-box
  .block-shape-three {
  position: absolute;
  top: 66px;
  right: 6px;
  transform: scale(1.5);
}

.our-service-app
  .main-content
  .single-block:nth-child(2)
  .illustration-box
  .block-shape-four {
  position: absolute;
  top: 52px;
  right: 63px;
  transform: translateY(30px);
}

.our-service-app
  .main-content.show-pr
  .single-block:nth-child(2)
  .illustration-box
  [class*="block-shape"] {
  opacity: 1;
  transform: scale(1);
}

.our-service-app
  .main-content.show-pr
  .single-block:nth-child(2)
  .illustration-box
  .block-shape-four {
  transform: translateY(0);
}
.our-service-app
  .main-content
  .single-block:nth-child(3)
  .illustration-box
  .block-shape-one {
  position: absolute;
  top: 7px;
  left: 45px;
  transform: scale(1.5);
}

.our-service-app
  .main-content.show-pr
  .single-block:nth-child(1)
  .illustration-box
  [class*="block-shape"],
.our-service-app
  .main-content.show-pr
  .single-block:nth-child(2)
  .illustration-box
  [class*="block-shape"],
.our-service-app
  .main-content.show-pr
  .single-block:nth-child(3)
  .illustration-box
  [class*="block-shape"] {
  opacity: 1;
  transform: scale(1);
}

.our-service-app
  .main-content
  .single-block:nth-child(2)
  .illustration-box:after,
.our-service-app
  .main-content
  .single-block:nth-child(2)
  .illustration-box:before {
  content: "";
  position: absolute;
  width: 145px;
  height: 1px;
  border-top: 1px dashed #e6e6e6;
  top: 45%;
}

.our-service-app
  .main-content
  .single-block:nth-child(2)
  .illustration-box:before {
  right: -150px;
}

.our-service-app
  .main-content
  .single-block:nth-child(2)
  .illustration-box:after {
  left: -150px;
}

.our-service-app .main-content .more-button {
  display: block;
  width: 230px;
  line-height: 51px;
  border-radius: 30px;
  background: #614ef9;
  border: 2px solid #614ef9;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin: 100px auto 0;
  text-align: center;
}

.our-service-app .main-content .more-button:hover {
  background: #fff;
  color: #614ef9;
}

.our-service-app .main-content .down-arrow {
  display: block;
  width: 60px;
  height: 60px;
  box-shadow: 0 15px 20px 0 rgba(209, 218, 235, 0.35);
  background: #fff;
  border-radius: 50%;
  margin: 0 0 0 -30px;
  line-height: 60px;
  text-align: center;
  color: #7494b5;
  font-size: 20px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  z-index: 1;
}

.our-service-app .main-content .down-arrow span {
  display: block;
  transform: rotate(-90deg);
}

.our-service-app .main-content .down-arrow:hover {
  color: #fff;
  background: #F34213;
}


/****************hevo*************/


.cards-hevo {
            position: relative;
        	margin-bottom: 25px;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            grid-gap: 2rem;
            margin-top: 1rem;

            @media screen and (max-width: 960px) {
                grid-template-columns: repeat(3, 1fr);
            }
            @media screen and (max-width: 768px) {
                grid-template-columns: repeat(2, 1fr);
            }
            @media screen and (max-width: 730px) {
                grid-template-columns: 100%;
            }
        
  
.card-single {
           color: #F34213;
                display: flex;
                justify-content: space-between;
                background: #1E1E24;
                border-radius: 8px;
                padding: 2rem;
                box-shadow: 2px 2px 4px rgba(23,26,33, 0.8);
                transition: all 0.3s;
                &:hover{
                    transform: scale(1.03); 
                    box-shadow: 4px 4px 8px rgba(23,26,33, 0.8);
                }

                & div:first-child span{
                    color: #F34213;
                }               
    & div:last-child span{
                    font-size: 3rem;
                    color: #F34213;
                }
   
   }
    }
/****************alfy*************/
  
  


/****************alfy*************/


.container{max-width:1000px;margin:0 auto;text-align:center}
h3.title{text-align:center;display:inline-block;font-size:1.2rem;background:#1E1E24;padding:5px 15px;border-radius:20px;color:#fff}


.pricing-section h3{font-size:1.1rem;margin:1rem 0 0;color:#fff}
.pricing-container{display:flex;max-width:1000px;margin:0 auto}
.pricing-tag{margin:.5rem 0 1rem;font-size:13px;display:inline-block;background:#1E1E24;color:#fff;padding:3px 15px;border-radius:20px}
a.blanter-order-btn{font-size:14px;text-transform:uppercase;text-decoration:none;background:#333;color:#fff;display:inline-block;padding:7px 20px;border-radius:20px;transition:all .3s ease-in-out}
a.blanter-order-btn:hover{transform:scale(1.1)}
.pricing-blanter-column{background:#1E1E24;padding:30px 15px;box-sizing:border-box;border-radius:10px;text-align:center;width:33%;margin:10px;box-shadow:0 7px 7px rgba(0,0,0,0.06);border:2px solid #595B60;transition:all .3s ease-in-out}
.pricing-blanter-column ul{list-style:none;padding:10px 0;font-size:14px;line-height:2.2;color:#fff}
.pricing-blanter-column img{width:50px}
.pricing-section i{font-size:3rem}
.blanter-price{font-weight:700;font-size:22px}
.service-info{opacity:.7}
.blanter-2-column .pricing-blanter-column{width:50%}
.pricing-blanter-column:nth-child(1) .blanter-price,.pricing-blanter-column:nth-child(1) i{color:#F34213} /* Change Color Code */
.pricing-blanter-column:nth-child(2) .blanter-price,.pricing-blanter-column:nth-child(2) i{color:#F34213} /* Change Color Code */
.pricing-blanter-column:nth-child(3) .blanter-price,.pricing-blanter-column:nth-child(3) i{color:#F34213} /* Change Color Code */
.pricing-blanter-column:nth-child(4) .blanter-price,.pricing-blanter-column:nth-child(4) i{color:#F34213} /* Change Color Code */
.pricing-blanter-column:nth-child(1):hover{border-color:#F34213} /* Change Color Code */
.pricing-blanter-column:nth-child(2):hover{border-color:#F34213} /* Change Color Code */
.pricing-blanter-column:nth-child(3):hover{border-color:#F34213} /* Change Color Code */
.pricing-blanter-column:nth-child(1) .pricing-tag,.pricing-blanter-column:nth-child(1) a.blanter-order-btn{background:#F34213} /* Change Color Code */
.pricing-blanter-column:nth-child(2) .pricing-tag,.pricing-blanter-column:nth-child(2) a.blanter-order-btn{background:#F34213} /* Change Color Code */
.pricing-blanter-column:nth-child(3) .pricing-tag,.pricing-blanter-column:nth-child(3) a.blanter-order-btn{background:#F34213} /* Change Color Code */
.pricing-blanter-column:nth-child(4) .pricing-tag,.pricing-blanter-column:nth-child(4) a.blanter-order-btn{background:#F34213} /* Change Color Code */
@media screen and (max-width:580px){
.pricing-blanter-column,.blanter-2-column .pricing-blanter-column{width:auto}
.pricing-container{display:block}
}


  span-hevo {
    display: inline-block;
    letter-spacing: 0.12rem;
    font-size: 0.8rem;
    background: #F34213;
    color: #fff;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 50px;
  }


.btn.btn-hevo {
    display: inline-block;
    background: #F34213;
    color: #fff;
    padding: 8px 16px;
    border-radius: 50px;
    cursor: pointer;
    border: none;
  }


.btn.btn-hevo:hover {
  background-color: #110B11;
  color: #F34213;
}

#tooltip {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  background-color: #333;
  color: #fff;
  padding: 15px;
  border-radius: 15px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.btn.btn-hevo:hover #tooltip {
  opacity: 1;
  visibility: visible;
}




 .copy-button {
      display: inline-flex;
      align-items: center;
      background: #F34213;
      color: #fff;
      padding: 10px 20px;
      border-radius: 50px;
      cursor: pointer;
      border: none;
      font-size: 1rem;
      gap: 10px;
      transition: background 0.3s ease, transform 0.2s ease;
    }

    .copy-button:hover {
      background-color: #110B11;
      color: #F34213;
      transform: scale(1.05); /* تأثير تكبير عند التحويم */
    }

    .copy-button:active {
      transform: scale(0.95); /* تأثير تصغير عند النقر */
    }

    #tooltip {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 10;
      background-color: #333;
      color: #fff;
      padding: 15px;
      border-radius: 15px;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease;
      font-size: 1.2rem;
    }




.tickets-uploader {
	background: #110B11; 
	padding: 8px;
	color: #fff !important; 
	border-radius: 10px; 
	border: 1px dashed #1E1E24; 
	cursor: pointer;
	transition: .3s ease;
}

.tickets-uploader .files-label {
	color: #fff !important; 
}

.tickets-uploader:hover {
	border: 1px dashed #DB3C12; 
}