@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700;800;900&display=swap');

:root {
	--blue-900: #0B1E4D;
	--blue-800: #123067;
	--blue-700: #1D4ED8;
	--blue-600: #2563EB;
	--blue-500: #3B82F6;
	--blue-400: #60A5FA;
	--sky-400: #38BDF8;
	--blue-100: #DBEAFE;
	--blue-50: #EFF6FF;
	--page-bg: #F3F7FF;
	--surface: #FFFFFF;
	--border: #E4EBFA;
	--border-soft: #EEF3FD;
	--text-900: #0F172A;
	--text-700: #33415C;
	--text-500: #64748B;
	--muted-on-dark: #C3D4F5;
	--success: #16A34A;
	--success-bg: #DCFCE7;
	--danger: #DC2626;
	--danger-bg: #FEE2E2;
	--warning: #D97706;
	--warning-bg: #FEF3C7;
	--gradient-primary: linear-gradient(135deg, #2563EB 0%, #38BDF8 100%);
	--gradient-dark: linear-gradient(165deg, #0B1E4D 0%, #1D4ED8 100%);
	--shadow-card: 0 10px 30px rgba(29, 78, 216, 0.08);
	--shadow-card-hover: 0 16px 40px rgba(29, 78, 216, 0.14);
	--shadow-btn: 0 10px 24px rgba(37, 99, 235, 0.35);
}

html,
body {
	font-family: 'Montserrat', -apple-system, BlinappacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
*{
	border-color:#E4EBFA;
}

body {
	background: var(--page-bg);
	color: var(--text-700);
}

body.dashboard-body {
	background: var(--page-bg);
}

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

.hidden {
	display: none!important
}

::placeholder {
	color: #94A3B8
}

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

::-webkit-scrollbar-thumb {
	background: var(--blue-400);
	border-radius: 5px;
}

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

.main-color {
	color: var(--blue-600)!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: 11px 26px;
}

.app-container .app-sidebar {
	-webkit-transition: .2s ease;
	transition: .2s ease;
	width: 240px;
	background: var(--gradient-dark);
	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;
	box-shadow: 4px 0 30px rgba(11, 30, 77, 0.18);
}

.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 {
	display: none;
	height: 50px;
}

.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;
	left: 0px;
	top: 0px;
	width:  100%;
	height: 125px;
	background: transparent;
	border-radius: 0 0 50px 50px;
	z-index: 0;
}

.app-sidebar .sidebar-header .app-user {
	position: relative;
	padding: 5px 30px;
	background: rgba(255, 255, 255, 0.06);
	border-radius: 16px;
	margin: 20px 14px 0;
	padding: 15px 16px;
}

.app-sidebar .sidebar-header .app-user .user-name {
	font-size: 20px;
	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: 40px;
}

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

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

.app-container .app-sidebar .sidebar-content::-webkit-scrollbar-track {
	background: transparent;
}

.app-container .app-sidebar .sidebar-content::-webkit-scrollbar-thumb {
	background: transparent;
}

.app-container .app-sidebar .sidebar-content::-webkit-scrollbar-thumb:hover {
	background: transparent;
}

.app-container .app-sidebar .sidebar-content .sidebar-menu {
	margin: 10px 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: rgba(255, 255, 255, 0.14);
	color: #fff !important;
	box-shadow: inset 3px 0 0 var(--sky-400);
}

.app-container .app-sidebar .sidebar-content .sidebar-menu>li.active a:hover {
	background: rgba(255, 255, 255, 0.18);
}

.app-container .app-sidebar .sidebar-content .sidebar-menu>li a {
	display: block;
	padding: 9px 10px;
	margin: 0 12px 4px 12px;
	border-radius: 10px;
	color: var(--muted-on-dark);
	font-size: 14px;
	line-height: 31px;
	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: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.app-container .app-sidebar .sidebar-content .sidebar-menu>li a .m-icon {
	width: 31px;
	height: 31px;
	text-align: center;
	color: var(--sky-400)
}

.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: var(--surface);
	left: 240px;
	height: 80px;
	right: 0px;
	position: fixed;
	z-index: 1000;
	box-shadow: 0 2px 20px rgba(29, 78, 216, 0.06);
}

.app-container .app-header .dash-menu-btn {
	font-size: 24px;
	color: var(--blue-600);
	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: var(--text-700);
	display: inline-block;
	line-height: 37px;
	text-decoration: none;
}

.app-header .header-btn:hover .icon {
	background: var(--gradient-primary);
	color: #fff;
	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: var(--blue-600);
	background: var(--blue-50);
	-webkit-transition: .14s ease;
	transition: .14s ease;
}

.app-container .app-content {
	position: relative;
	padding-left: 240px;
	padding-top: 100px;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	padding-bottom: 100px;
}
.sidebar-link{
	border-bottom:1px solid rgba(255, 255, 255, 0.06);
}

.hr_iste{
	background: var(--gradient-primary);
	height: 3px;
	border: none;
	width :170px;
	margin-left: 10px;
	border-radius: 3px;
}

.d-card {
	border-radius: 14px;
	background-color: var(--surface);
	color: var(--text-700);
	border: 1px solid var(--border);
	box-shadow: var(--shadow-card);
	transition: box-shadow .2s ease, transform .2s ease;
}

.d-card.dc-dash {
    background: var(--gradient-dark);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    position: relative;
	overflow: hidden;
	border: none;
	margin-bottom: 25px
}

.d-card.dc-dash::after {
	content: '';
	position: absolute;
	right: -60px;
	top: -60px;
	height: 220px;
	width: 220px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(56, 189, 248, .35), transparent 70%);
	pointer-events: none;
}

.d-card.dc-dash::before {
    content: '';
    position: absolute;
    height: 60%;
    background: var(--sky-400);
    width: 4px;
    left: 0px;
    z-index: 2;
    top: 20px;
	border-radius: 0 4px 4px 0;
}

.d-card.dc-dash .dch-title {
	font-size: 18px;
	font-weight: 600
}

.d-card.dc-dash .dch-text {
	font-size: 14px;
	font-weight: 400;
	padding: 10px 0;
	color: var(--muted-on-dark);
}

.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.dc-home-1 {
	background-image: url(../img/hh-bg.svg);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: auto 200%;
	background-color: var(--blue-600);
	background: var(--gradient-primary);
	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 var(--border-soft);


}

.d-card-head .dch-body {
    background: transparent !important;
    border: 1px solid transparent;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: var(--text-900);
    padding: 15px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.d-card-head .dch-body .icon {
    width: 50px;
    height: 50px;
    background: var(--gradient-primary);
    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%;
	font-size: 18px;
    color: #fff;
	box-shadow: var(--shadow-btn);
}

.form-group .form-control {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 45px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 8px;
	padding: 9px 14px;
	background: var(--blue-50);
	border: 1px solid var(--border);
	color: var(--text-900);
	transition: border-color .15s ease, box-shadow .15s ease;
}

.form-group .form-control:focus {
	border-color: var(--blue-500);
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.14)!important;
	background: var(--surface);
}

.form-group label {
	font-weight: 500;
	color: var(--text-900);
	font-size: 16px;
}

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

.input-group-icon {
	background: var(--gradient-primary);
	padding: 1px 11px;
	border-radius: 8px 0 0 8px;
	outline: 0;
	border-right: 0!important;
	line-height: 38px;
	color: #fff;
	font-size: 18px;
	border: none;
	width: 43px
}

.form-group .form-control::-webkit-input-placeholder {
	color: #94A3B8;
}

.form-group .form-control:-ms-input-placeholder {
	color: #94A3B8;
}

.form-group .form-control::-ms-input-placeholder {
	color: #94A3B8;
}

.form-group .form-control::placeholder {
	color: #94A3B8;
}

.form-group.fg-ly .input-group .input-group-prepend .input-group-text {
	background: var(--gradient-primary) !important;
}

.form-group.fg-lb .input-group .input-group-prepend .input-group-text {
	background: var(--gradient-primary) !important;
}

.form-group .input-group .input-group-prepend .input-group-text {
	background: var(--gradient-primary) !important;
	color: #fff;
	outline: none;
	border: none;
	text-align: center;
	width: 51px;
	border-radius: 0
}

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

.form-group label {
	color: var(--text-900);
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 11px;
}

.panel-body {
	background-color: var(--blue-50);
	color: var(--text-900);
	font-size: 13px;
	padding: 10px;
	max-height: 300px;
	overflow-y: scroll;
	border-radius: 8px;
	border: 1px solid var(--border);
}

.alert {
	border-radius: 10px;
	border: 0px !important;
	padding: 14px 20px;
	font-weight: 600;
}

.alert.alert-success {
	border: none;
	background-color: var(--success-bg);
	color: var(--success);
}

.alert.alert-danger {
	border: none;
	background-color: var(--danger-bg);
	color: var(--danger);
}

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

.table td {
	border-top: none;
	border-bottom: 1px solid var(--border-soft) !important;
}

.table thead {
	font-size: 15px;
	color: var(--text-900);
	font-weight: 600;
}

.table thead.white {
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
    background: var(--gradient-primary)!important;
}

.table tbody {
	font-size: 16px;
	color: var(--text-700);
	font-weight: 500;
	letter-spacing: .1px;
	font-weight: 400;
}

.table-bordered td, .table-bordered th {
    border: 1px solid var(--border-soft)!important;
}

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

pre.code {
	background: var(--blue-900);
	color: var(--sky-400);
	border-radius: 10px;
	padding: 15px
}

.frgpass {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: var(--blue-600);
}

.frgpass:hover {
	color: var(--blue-800)
}

.clearfix {
	clear: both;
}

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

.app-navbar {
	display: none;
	height: 70px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: #fff;
	position: fixed;
	z-index: 1000;
	padding: 0 30px;
	box-shadow: 0 -8px 24px rgba(29, 78, 216, .1);
}

.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: var(--blue-600);
}

.app-navbar .navbar-icon {
	-webkit-filter: none;
	filter: none;
}

.app-navbar .navbar-texts {
	font-size: 8px;
	font-weight: 500;
	color: var(--text-500);
	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: var(--success);
  padding: 5px 7px;
  border: 1px solid var(--success);
  background: var(--success-bg);
  border-radius: 15px;
  text-align: center;
  font-weight: 600;
}

.order-status.os-cancel {
  color: var(--danger);
  border: 1px solid var(--danger);
  background: var(--danger-bg);
}

.order-status.os-partial {
  color: var(--warning);
  border: 1px solid var(--warning);
  background: var(--warning-bg);
}

.order-status.os-iprogress {
  color: var(--blue-600);
  border: 1px solid var(--blue-600);
  background: var(--blue-50);
}

.order-status.os-processing {
  color: var(--blue-600);
  border: 1px solid var(--blue-600);
  background: var(--blue-50);
}

.order-status.os-pending {
  color: var(--text-500);
  border: 1px solid var(--text-500);
  background: #F1F5F9;
}

#order-sItem,
#order-cItem {
	white-space: inherit;
	padding: 11px;
	font-weight: 400;
	font-size: 14px;
	background: var(--surface);
	border-bottom: 1px solid var(--border-soft);
	color: var(--text-900);
	text-align: left;
	width: 100%
}

#order-sItem:hover,
#order-cItem:hover {
	background: var(--blue-50)
}

#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;
	font-size: 14px;
}

.dropdown button {
	background: #fff;
	border-top: none!important;
	color: #081521
}

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

.dropdown-menu {
	transform: translate3d(0px, 47px, 0px)!important;
	border: 1px solid var(--border);
	box-shadow: var(--shadow-card);
}

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

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

.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-right: 10px;
}

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

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

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

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

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

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

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

.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-right: 10px;
}

.dropdown .fas.fa-globe {
	background: var(--blue-600);
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

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

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

.app-search input {
	position: relative;
	height: 40px;
	border-radius: 10px;
	background: var(--blue-50);
	border: 1px solid var(--border);
	font-size: 15px;
	font-weight: 400;
	width: 100%;
	color: var(--text-900);
	padding: 0 30px;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

.app-search input:focus,
.app-search input:hover {
	outline: 0;
	border-color: var(--blue-400);
}

.catetitle td strong {
	background: var(--gradient-primary);

	display: block;
	padding: 11px 15px;
	margin: 0 -10px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	font-weight: 500
}

.thead-tr,
.thead-tr th {
	background-color: var(--blue-50);
	font-weight: 600;
	font-size: 11px;
	color: var(--blue-700);
	padding: 7px
}

.table td {
	border-color: var(--border-soft)!important;
	color: var(--text-700);
	font-size: 13px
}

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

.btn.btn-danger {
	background-color: var(--danger);
	border-color: var(--danger);
	color: #fff;
	padding: 5px 10px!important;
	font-size: 11px!important;
	height: auto!important;
	border-radius: 5px!important
}

.desc-btn {
	background: var(--gradient-primary)!important;
	color: #fff;
	padding: 4px 15px!important;

	font-size: 11px!important
}

.modal-header {
	background: var(--gradient-primary);
	border: none;
}

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

.modal-content {
	background: var(--surface);
	color: var(--text-700);
	border-radius: 14px;
	overflow: hidden;
	border: none;
	box-shadow: var(--shadow-card-hover);
}

.modal-body p {
	font-size: 14px
}

.modal-footer {
	border-color: var(--border-soft);
	padding: 5px
}

.btn-xs {
	padding: 5px;
	font-size: 11px
}

.app-mtable .app-block:nth-child(odd) {
	background: var(--blue-50)
}

.app-search {
	position: relative
}

.app-search i {
	color: var(--blue-600)
}

.app-search .app-ord-submit {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: none;
	background: var(--gradient-primary);
	border-radius: 0 10px 10px 0;
	color: #fff;
}

.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: var(--blue-50);
	color: var(--text-500);
	padding: 11px 8px;
	font-size: 11px;
	border: none;
	outline: none;

	cursor: pointer;
	-webkit-transition: .15s ease;
	transition: .15s ease;
	min-height: 40px;
	display: inline-block;
	margin-bottom: 4px;
	width: 100%;
	text-decoration: none;
	border-radius: 6px;
}

.app-ord-nav li a.active,
.app-ord-nav li a:hover {
	background: var(--gradient-primary);
	color: #fff;

}

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

.app-ord-search {
	background-color: var(--blue-50);
	color: var(--text-500);
	font-size: 11px;
	border: 1px solid var(--border);
	outline: none;
	border-radius: 8px;
	cursor: pointer;
	-webkit-transition: .15s ease;
	transition: .15s ease;
	min-height: 40px;
	position: relative;
	overflow: hidden;

}

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

.app-ord-search i {
	color: var(--text-500);
}

.app-ord-search .app-ord-submit {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: none;
	background: transparent;
	color: var(--blue-600);
}

.card {
	margin-bottom: 10px;
	border: 1px solid var(--border);
	border-radius: 10px!important;
	background-color: var(--surface);
	font-size: 11px;
	overflow: hidden;
}

.card .card-header {
	padding: 0;
	border: none;
	background-color: var(--blue-50);

}

.card .card-header h4 {
	font-size: 14px;
	color: var(--text-900)
}

.card .card-header {
	color: var(--text-900);
	display: block;
	text-align: left;
	border: none;
	padding: 14px 30px;
	text-decoration: none
}

.card .card-header code {
	font-family: Montserrat, sans-serif;
	color: var(--blue-600)!important;
	font-size: 11px
}

.card .card-header span {
	font-size: 11px;
	color: var(--text-500)
}

.card .card-header .fa-copy {
	color: var(--blue-600)
}

.card .card-header a {
	font-size: 11px;
	color: var(--blue-600)
}

.mob-nav {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #fff;
	z-index: 5000;
	display: none;
}

.mob-nav-link {
	-webkit-box-shadow: 0 0 40px rgba(29, 78, 216, .18);
	box-shadow: 0 0 40px rgba(29, 78, 216, .18);
	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-right: 1px solid var(--border-soft)
}

.mob-nav-link li:last-child {
	border-right: 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: 10px;
	color: var(--text-500);
	font-weight: 500;
}

.mob-nav-link li a i {
	color: var(--blue-600);
	font-size: 18px;
	margin-bottom: 10px;
}

.login-card {
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: 18px;
	margin-bottom:30px;
	box-shadow: var(--shadow-card);
}

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

.login-card .lc-title {
	font-weight: 800;
	font-size: 25px;
	line-height: 30px;
	color: var(--text-900);
	position: relative;
}

.login-card .lc-title h4 {
	font-weight: 800;
	font-size: 24px;
	line-height: 24px;
	color: var(--text-900);
}

.login-card .lc-title small {
	font-weight: 400;
	font-size: 14px;
	color: var(--text-500)
}

.fga {
	position: relative;
}

.fla {
	margin-bottom: 8px;
	padding-left: 4px;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	color: var(--text-900);
}

.control-label {
	margin-bottom: 8px;
	padding-left: 4px;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	color: var(--text-900)
}

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

	padding: 9px;
	background: var(--blue-50);
	border: 1px solid var(--border);
	border-radius: 10px;
	transition: border-color .15s ease, box-shadow .15s ease;
}

.fg:focus-within {
	border-color: var(--blue-500);
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.14);
}

.fg.fg-light {
	background: var(--blue-50);
}

.fg.fg-dark {
	background: #EAF1FF;
}

.fg .fg-icon {

	background: var(--gradient-primary);
	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;
	border-radius: 10px;
	-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: var(--text-900);
	padding: 10px 20px;
	font-weight: 600;
	font-size: 14px;
}

.fg .fg-control::-webkit-input-placeholder {
	color: #94A3B8;
}

.fg .fg-control:-ms-input-placeholder {
	color: #94A3B8;
}

.fg .fg-control::-ms-input-placeholder {
	color: #94A3B8;
}

.fg .fg-control::placeholder {
	color: #94A3B8;
}

.fg-info {
	font-weight: 700;
	padding-left: 6px;
	margin-top: 6px;
	font-size: 11px;
	line-height: 150%;
	color: var(--text-500);
}

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

.fcheck input[type="checkbox"]:checked+label::before {
	background: var(--gradient-primary);
	border-color: transparent;
	color: #fff;
}

.fcheck label {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: var(--text-700);
}

.fcheck label::before {
	content: '';
	font-family: "Font Awesome 5 Pro";
	font-size: 14px;
	font-weight: 900;
	height: 20px;
	width: 20px;
	border: 1px solid var(--border);
	color: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	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-right: 8px;
	-webkit-transition: .14s ease;
	transition: .14s ease;
}

.head-menu .menu-btn {
	height: 60px;
	border-radius: 30px;
	background: var(--gradient-primary);
	padding: 10px 30px 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;
	line-height: 15px;
	text-decoration: none;
	color: #fff;
	box-shadow: var(--shadow-btn);
	-webkit-transition: .14s ease;
	transition: .14s ease;
}

.head-menu .menu-btn:hover {
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
	box-shadow: 0 16px 32px rgba(37, 99, 235, .45);
}

.head-menu .menu-btn .mb-icon {
	height: 41px;
	width: 41px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.18);
	font-size: 20px;
	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;
	margin-right: 18px;
}
.at-hirsizi{
	margin-bottom:150px;
	margin:20px
}

.head-text h1 {
	font-size: 60px;
	font-weight: 500;
	line-height: 65px;
	color: var(--text-900);
	margin-top:0;
}

.head-text h1 span {
	font-weight: 1000;
	background: linear-gradient(90deg, var(--blue-600), var(--sky-400));
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.head-text p {
	font-size: 19px;
	line-height: 31px;
	color: var(--text-500);
}

.header {
	height: 100px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 1000;
	margin-top: 0;
	background: rgba(255, 255, 255, 0.75);
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
	border-bottom: 1px solid var(--border-soft);
	box-shadow: 0 4px 24px rgba(29, 78, 216, 0.06);
}

.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: var(--text-700);
	text-decoration: none;
	font-size: 15px;
	display: block;
	font-weight: 500;
	height: 100px;
	line-height: 100px;
	position: relative;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

.header .header-menu ul li a:hover {
	color: var(--blue-600);
}

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

.header .head-menu .btn.btn-primary {
	-webkit-box-shadow: var(--shadow-btn);
	box-shadow: var(--shadow-btn);
}

.header .head-menu .btn.btn-secondary {
	-webkit-box-shadow: var(--shadow-btn);
	box-shadow: var(--shadow-btn);
}

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

.main-stats .home-stat.br {
	border-right: 1px solid var(--border)
}

.main-stats .hstat-text {
	font-size: 26px;
	font-weight: 600;
	color: var(--text-900)
}

.main-stats .hstat-title {
	font-size: 16px;
	font-weight: 400;
	color: var(--text-500)
}

.main-stats .home-stat i {
	font-size: 30px;
	background: var(--gradient-primary);
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	color: #fff;
	border-radius: 16px;
}

.home-menu-btn {
	display: none;
	color: var(--text-900);
}

.home-menu-btn i {
	font-size: 24px
}

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

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

.main-top .main-top-bg {
	background: linear-gradient(180deg, #EEF4FF 0%, #F8FBFF 55%, #FFFFFF 100%);
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 0;
	overflow: hidden;
}

.main-top .main-top-bg::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image:
		radial-gradient(650px 500px at 85% 0%, rgba(56, 189, 248, 0.16), transparent 60%),
		radial-gradient(500px 420px at 5% 40%, rgba(37, 99, 235, 0.1), transparent 60%);
}

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

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

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

ul.app-news li .group {
	background-color: var(--surface);
	border: 1px solid var(--border);
	color: var(--text-900);
	padding: 20px 25px;
	width: 100%;
	position: relative;
	border-radius: 12px;
	box-shadow: var(--shadow-card);
}

ul.app-news li .group .title {
	font-size: 14px;
	font-weight: 600;
}

ul.app-news li .group .text {
	color: var(--text-500);
	font-size: 13px;
	line-height: 21px;
	padding: 15px 0;
	border-radius: 3px;
	position: relative;
}

ul.app-news li .group .date {
	font-size: 11px
}

.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-right: 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.instagram {
	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.tumblr {
	background: #35465d;
}

.list-inline {
    display: flex;
    margin: auto 0;
	border-top: 1px solid rgba(255, 255, 255, 0.14)
}

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

.list-inline .fa-power-off {
	color: #ff6b6b !important
}

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

.app-user-box .app-user-img {
	margin-right: 18px;
	position: relative;
}

.app-user-box .app-user-img a img {
	border-radius: 50%;
	width :75px;
	border: 2px solid var(--sky-400);

}

.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: 14px;
	color: var(--sky-400);
	line-height: 1;
	font-weight: 600;
}

.dash-sss .sss-tab {
	position: relative;
	cursor: pointer;
	background: var(--surface);
	color: var(--text-900);
	border: 1px solid var(--border);
	padding: 28px 20px 28px 20px;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	margin-bottom: 14px;
	border-radius: 14px;
	box-shadow: var(--shadow-card);
}

.dash-sss .sss-tab .fa-chevron-double-down {
	display: none;
}

.dash-sss .sss-tab.active {
	background: var(--gradient-primary);
	border-color: transparent;
	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-chevron-double-down {
	display: block;
}

.dash-sss .sss-tab.active .fa-chevron-double-up {
	display: none;
}

.dash-sss .sss-tab .sss-htab {
	font-size: 16px;
	font-weight: 600;
	color: var(--text-900);
}

.dash-sss .sss-tab .sss-htab .right-p {
	color: var(--blue-600);
	font-size: 24px;
	height: 30px;
	line-height: 30px;
}

.dash-sss .sss-tab .ss-tab-content {
	display: none;
	padding-top: 11px;
	color: var(--text-700);
	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: 30px;
		line-height: 31px
	}
	.head-text p {
		font-size: 18px;
		line-height: 18px
	}
	.main-stats {
		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;
		left: 0px;
		bottom: 0px;
		right: 0px;
		background: var(--surface);
		-webkit-box-shadow: 0 -10px 30px rgba(29, 78, 216, 0.14);
		box-shadow: 0 -10px 30px rgba(29, 78, 216, 0.14);
		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;
	}
	.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: var(--text-500);
		opacity: .8;
		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;
	}
}

.btn {
	border-radius: 0;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	font-weight: 600;
	font-size: 16px;
	padding: 10px 40px;
	border-radius: 8px
}

.btn.btn-primary {
	background: var(--gradient-primary);
	color: #fff;
	border: none;
	box-shadow: var(--shadow-btn);
}

.btn.btn-secondary {
	background: var(--gradient-primary);
	color: #fff;
	border: none;
	box-shadow: var(--shadow-btn);
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
	background: var(--gradient-primary);
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
	background: var(--gradient-primary)!important;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	box-shadow: 0 14px 30px rgba(37, 99, 235, .45)!important;
}

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

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

.btn.btn-outline {
	background: transparent;
	border: 1.5px solid var(--blue-500);
	padding: 17px 40px;
	color: var(--blue-600);
}

.btn.btn-outline:hover {
	background: var(--gradient-primary);
	border-color: transparent;
	color: #fff;
}

.home-box-3 .footer-top .btn.btn-outline {
	border-color: rgba(255, 255, 255, 0.6);
	color: #fff;
}

.home-box-3 .footer-top .btn.btn-outline:hover {
	background: #fff;
	color: var(--blue-700);
}

.btn.btn-dark {
	background: var(--blue-900);
	border: none;
	color: #fff;
}

.hb-box {
	background: var(--surface);
	border: 1px solid var(--border);
	padding: 38px 20px;
	text-align: center;
	margin-bottom: 30px;
	transition: all .3s ease;
	position: relative;
	z-index: 1;
	cursor: pointer;
	border-radius: 18px;
	box-shadow: var(--shadow-card);
	transition: 300ms all
}

.hb-box:hover {
	background: var(--gradient-primary);
	border-color: transparent;
	transform: translateY(-1rem);
	transition: 500ms all;
	box-shadow: var(--shadow-card-hover);
	cursor: pointer
}

.hb-box:hover .hb-box-icon {
	background: rgba(255, 255, 255, 0.2)
}

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

.hb-box:hover .hb-box-text h2,
.hb-box:hover .hb-box-text p {
	color: #fff
}

.hb-box-icon {
	width: 130px;
	height: 130px;
	background: var(--gradient-primary);
	line-height: 130px;
	border-radius: 50%;
	margin: auto;
	margin-bottom: 40px;
	text-align: center;
}

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

.hb-box-text h2 {
	color: var(--text-900);
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
	transition: all .3s ease;
}

.hb-box-text p {
	color: var(--text-500);
	font-size: 14px;
	transition: all .3s ease;
}

.hb-box-img {
	position: absolute;
	left: 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: var(--gradient-primary);
	border-color: transparent;
}

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

.home-box-2 .detail-box .dt-icon {
	height: 66px;
	width: 66px;
	border: 1px solid var(--blue-500);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 16px;
	color: var(--blue-600);
	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;
	transition: .25s ease;
}

.home-box-2 .detail-box .dt-title {
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: var(--text-900);
	margin-bottom: 4px;
}

.home-box-2 .detail-box .dt-text {
	font-size: 14px;
	line-height: 20px;
	color: var(--text-500);
	margin-bottom: 0px;
}

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

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

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

.home-box-3 .footer-top {
	background: var(--gradient-primary);
	padding: 50px 35px;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
}

.home-box-3 .footer-top::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image: radial-gradient(500px 300px at 90% 20%, rgba(56, 189, 248, .35), transparent 60%);
}

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

.footer {
	background: var(--surface);
	border-top: 1px solid var(--border-soft);
}

.footer .ft-content {
	padding: 40px 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: var(--text-900);
}

.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: var(--text-500);
	text-decoration: none;
	-webkit-transition: .15s ease;
	transition: .15s ease;
	letter-spacing: .4px;
}

.footer .footer-links ul li a:hover {
	color: var(--blue-600);
}

.footer .ft-content-bot {
	padding: 15px 0 0 0;
	border-top: 1px solid var(--border-soft);
}

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

.footer .ft-content-bot .ft-content-bot-text p {
	font-size: 15px;
	font-weight: 400;
	color: var(--text-500);
}

.ticket-message-right .ticket-message {
	font-size: 13px;
    background: #F1F5F9;
    color: var(--text-900);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 14px 14px 14px 2px;
    padding: 15px;
}

.ticket-message-left .ticket-message {
	font-size: 13px;
    background: var(--gradient-primary);
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 14px 14px 2px 14px;
    padding: 15px;
}

.ref-item {
	border-bottom: 1px solid var(--border-soft);
	padding: 15px 0
}

.ref-item.d-blue {
	border-bottom: 1px solid var(--border-soft);
	padding: 15px 25px;
	color: var(--text-900)
}

.ref-item i {
	color: var(--blue-600);
	font-size: 20px;
}

.ref-item .hlight-first {
	font-weight: 600;
	color: var(--blue-600)
}

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

.blog-txt {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


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

@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.flexs {
		display: flex
	}
	.table.app-mtable tbody {
		width: 100%!important
	}
	.app-mtable .app-block {
		padding: 5px 0;
		display: block;
		background: var(--surface);
		margin-bottom: 10px;
		border-radius: 10px;
		box-shadow: var(--shadow-card);

		border-bottom: 1px solid var(--border-soft);
	}
	.table td {
		border: none
	}
	.app-mtable .app-block .app-col {
		margin-bottom: 5px;
		border-bottom: 0px;
		border-left: 0px;
		border-right: 0px;
		display: flex;
		align-items: center;
		font-size: 11px;
		padding: 1px 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: var(--text-500);
		display: block;
	}
	.app-mtable .thead-tr {
		display: none!important
	}
	.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: 14px;
		border: 1px solid var(--border);
		box-shadow: var(--shadow-card);
		padding: 14px 24px;
		margin-bottom: 24px;
		margin-left: -15px;
		margin-right: -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: 11px;
	}
	.table-mobile-cards tr.table-mobile-card td::before {
		content: attr(data-title);
		font-size: 14px;
		color: var(--text-500);
		font-weight: 500;
		display: block;
	}
	.app-navbar {
		display: block;
	}
	.app-container .app-sidebar {
		left: -340px;
		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: -71px;
	}
	.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 {
		left: 0px !important;
	}
	.app-container .app-content {
		padding-left: 0px !important;
	}
	.app-container.sidebar-action .app-sidebar {
		left: 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 {
		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: 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(11, 30, 77, 0.35);
		background: var(--gradient-primary);
		color: #fff;
		width: 170px;
		z-index: 99999;
		left: 75px;
		top: 5px;

		padding: 5px 15px;
		text-align: center;
		visibility: hidden;
		font-size: 11px;
		border-radius: 6px;
	}
	.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;
	}
}

.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: var(--blue-500);
	margin-right: 5px;
}

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

.pagination li a.active {
	background: var(--gradient-primary);
	color: #fff
}

.pagination li a:hover:not(.active) {
	background-color: var(--blue-700);
}

.help-block.min-max {
	border: 1px solid var(--border);
	background: var(--blue-50);
	border-radius: 6px;
	font-size: 10px;
	padding: 5px;
	color: var(--blue-700)
}

@-webkit-keyframes floating {
	0% {
		box-shadow: 0 5px 15px 0px rgba(29, 78, 216, 0.25);
		-webkit-transform: translatey(0px);
		transform: translatey(0px);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(29, 78, 216, 0.08);
		-webkit-transform: translatey(-20px);
		transform: translatey(-20px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(29, 78, 216, 0.25);
		-webkit-transform: translatey(0px);
		transform: translatey(0px);
	}
}

@keyframes floating {
	0% {
		box-shadow: 0 5px 15px 0px rgba(29, 78, 216, 0.25);
		-webkit-transform: translatey(0px);
		transform: translatey(0px);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(29, 78, 216, 0.08);
		-webkit-transform: translatey(-20px);
		transform: translatey(-20px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(29, 78, 216, 0.25);
		-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: 34px;
	font-size: 19px;
	line-height: 34px;
	text-align: center;
	-webkit-transition: .14s ease;
	transition: .14s ease;
}

.darkmode i.fa-moon {
	color: var(--blue-600);
}

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

.darkmode i.fa-sun {
	color: #ffbf00
}

.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.light,
body.dark {
	padding: 0;
}

body.light .container-fluid,
body.dark .container-fluid {
	padding: 0 15px;
}

body.dark {
	background: #0B1220;
}

body.dark .d-card {
	background: #131B2E;
	color: #E4ECFC;
	border-color: #1F2A44;
}

body.dark .d-card.dc-dash {
	background: var(--gradient-dark);
}

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

body.dark .ticket-message-right .ticket-message {
	background: #1B2438;
	color: #E4ECFC;
}

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

body.dark .thead-tr, body.dark .thead-tr th {
    background-color: #1B2438;
	color: var(--sky-400);
}

body.dark .d-card-head {
	border-color: #1F2A44
}

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

body.dark .form-group .form-control, body.dark pre.code {
	background: #1B2438;
	color: #E4ECFC;
	border-color: #1F2A44;
}

body.dark #order-sItem, body.dark #order-cItem, body.dark .panel-body {
	background: #1B2438;
	color: #E4ECFC;
	border-color: #1F2A44
}

body.dark #order-sItem:hover, body.dark #order-cItem:hover {
	background: #232F4C
}

body.dark ul.app-news li .group, body.dark .app-search input {
	background: #1B2438;
	border-color: #1F2A44;
}

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

body.dark .app-mtable .app-block:nth-child(odd) {
	background: #1B2438;
	color: #E4ECFC
}

body.dark .table td {
	color: #E4ECFC;
	border-color: #1F2A44!important
}

body.dark .modal-content {
	background: #131B2E;
	color: #E4ECFC;
}

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

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

body.dark .ref-item.d-blue {
	color: #E4ECFC
}

body.dark .btn.btn-outline {
    border: 1.5px solid var(--blue-500);
    color: var(--blue-400);
}

body.dark .dash-sss .sss-tab {
	background: #131B2E;
	border-color: #1F2A44;
}

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

body.dark .dash-sss .sss-tab.active {
	background: var(--gradient-primary);
}

.btn-xs {
	padding: 5px!important;
	font-size: 11px!important
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 400px;
    overflow-y: auto;
}
ul#select2-category-results::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

ul#select2-category-results::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 5px;
}
html::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

html::-webkit-scrollbar-thumb {
    background: var(--blue-400);
    border-radius: 3px;
}
span.select2-results {
    height: auto;
}
span.select2-search.select2-search--dropdown {
    display: none;
}
.select2-container--classic .select2-selection--single:focus{border:1px solid var(--blue-500)}
span#description {
    font-size: 11px;
}
