@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.card-shadow {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.05);
    box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.05);
    border: 0;
}
.footerpad {
    padding-bottom: 0 !important;
}

@media (max-width: 575.98px) {
    .footerpad {
        padding-bottom: 5rem !important;
    }
}
.mobile_bottom_menu {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1050;
    padding: 0;
    pointer-events: none;
}
.bottom-menu{
    max-width: 100%;
    min-height: 68px;
    margin: 0 auto;
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 4px;
    background: rgba(255, 255, 255, .92);
    border-top: 1px solid rgba(226, 232, 240, .9);
    border-radius: 0;
    box-shadow: 0 12px 35px rgba(15, 23, 42, .14);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    pointer-events: auto;
}
.nav-item-mobile{
    position:relative;
    min-width:72px;
    height:58px;
    padding:5px 9px;
    display:flex;
    flex:1;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:3px;
    color:#64748b;
    text-decoration:none;
    border-radius:17px;
    transition:all .25s ease;
    -webkit-tap-highlight-color:transparent;
}
.nav-icon{
    width:38px;
    height:32px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:12px;
    font-size:20px;
    transition:all .25s ease;
}
.nav-label{
    font-size:10px;
    line-height:1;
    font-weight:600;
    letter-spacing:.1px;
    transition:all .25s ease;
}
.nav-item-mobile:hover{
    color:#2563eb;
    background:#f8fafc;
}
.nav-item-mobile.active{
    color:#2563eb;
}
.nav-item-mobile.active .nav-icon{
    color:#fff;
    background:linear-gradient(135deg,#2563eb,#4f46e5);
    box-shadow:0 7px 16px rgba(37,99,235,.28);
    transform:translateY(-4px);
}
.nav-item-mobile.active .nav-icon i{
    color:#fff;
}
.nav-item-mobile.active .nav-label{
    color:#2563eb;
}
.nav-item-mobile:active{
    transform:scale(.94);
}
@media(max-width:380px){
    .mobile_bottom_menu{
        padding-left:9px;
        padding-right:9px;
    }
    .bottom-menu{
        border-radius:19px;
    }
    .nav-item-mobile{
        min-width:60px;
    }
    .nav-label{
        font-size:9px;
    }
}
@media(min-width:768px){
    .mobile_bottom_menu{
        display:none;
    }
}
html, body {
	font-family: "Roboto", sans-serif !important;
	font-size:14px !important;
}
.nav-item-mob-res{
	display: flex;
    align-items: center;
    text-decoration: none;
    padding: 12px 16px;
}
.nav-item:focus{
  text-decoration: none !important;
    color: white;
    background-color: rgb(202 237 253);
    transition: .2s;
}

.nav-item:focus span{
  width: 100%;
  margin-left: 8px;
  transition: .2s;
}

/* Mobile Footer Hide */
@media (min-width: 414px){
.mob-hide {
    display: none !important;
}}
@media (min-width: 375px){
.mob-hide {
    display: none !important;
}}
@media (min-width: 360px){
.mob-hide {
    display: none !important;
}}
@media (min-width: 1200px){
.mob-hide {
    display: block !important;
}}
@media (min-width: 1024px){
.mob-hide {
    display: block !important;
}}
/* Desktop Menu Hide */
@media (min-width: 414px){
.desk-hide {
    display: block !important;
	padding-top: 80px !important;
}}
@media (min-width: 375px){
.desk-hide {
    display: block !important;
	padding-top: 80px !important;
}}
@media (min-width: 360px){
.desk-hide {
    display: block !important;
	padding-top: 80px !important;
}}
@media (min-width: 1200px){
.desk-hide {
    display: none !important;
}}
@media (min-width: 1024px){
.desk-hide {
    display: none !important;
}} 
/* Mobil Signup On*/
@media (min-width: 414px){
.pks-desk-none {
    display: block !important;
}}
@media (min-width: 375px){
.pks-desk-none {
    display: block !important;
}}
@media (min-width: 360px){
.pks-desk-none {
    display: block !important;
}}
@media (min-width: 1200px){
.pks-desk-none {
    display: none !important;
}}
@media (min-width: 1024px){
.pks-desk-none {
    display: none !important;
}}
.table-respond {
	overflow:auto !important;
}
h3 {
    color: #000 !important;
}
.alerts {
	position:absolute;
	width:100%;
	z-index:999;
}

.upload{
  width: 125px;
  position: relative;
  margin: auto;
}

.upload img{
  border-radius: 50%;
  border: 8px solid #DCDCDC;
}

.upload .round{
  position: absolute;
  bottom: 0;
  right: 0;
  background: #00B4FF;
  width: 32px;
  height: 32px;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
}

.upload .round input[type = "file"]{
  position: absolute;
  transform: scale(2);
  opacity: 0;
}

input[type=file]::-webkit-file-upload-button{
    cursor: pointer;
}
.agentfindwrong {
	color: #fff;
    border: 1px solid #c70a0a;
    padding: 5px;
    width: 97%;
    margin: 11px;
    background: #c70a0a;
    border-radius: 5px;
}
.nav-item-mobile i {
	color: #000;
	font-size: 22px;
	/* margin-left: 15px; */
}
.header-mobile a img {
	width:132px !important;
}
#kt_header_mobile_toggle {
	display: none !important;
}
.hosinfo-count .icon-wrap {
    width: 60px;
    height: 60px;
    background-color: #0c4079;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hosinfo-count .icon-wrap i {
	color: #fff !important;
    font-size: 28px;
    font-weight: 900;
}
.bg-warning {
    background-color: #ff9800 !important;
}.hosinfo-count .media {
    align-items: center;
    justify-content: space-between;
}
.card {
    background-color: #ffffff;
    border-radius: 10px !important;
    border: none;
    box-shadow: 0 0 20px rgba(5, 23, 34, 0.05);
    margin-bottom: 1.6em !important;
    transition: all 0.5s ease;
}
.hosinfo-count .media .count-detail {
    text-align: right;
	font-weight: 700;
	color: #000;
}
.hos-welcome {
    /* background-image: url(../img/text-bg.jpg); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-image: url(../img/color-bg.jpg); */
    /* background-image: url(../img/green-bg.jpg); */
}
.hosinfo-count {
	/* background-image: url(../img/bg-sky-blue.jpg) !important; */
	background-size:cover;
	background-repeat:no-repeat;
}
#text {
	box-sizing: border-box;
    margin: 20px 0px;
    display: flex;
    justify-content: left;
    align-items: center;
    text-align: center;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.5;
}
.refer-link a{
	padding: 10px 15px;
    border-radius: 6px;
    color: #fff;
    font-weight: 700;
    border: 1px solid #dddddd61;
    margin-right: 10px;
}
#copy {
  position: relative;
  box-sizing: border-box;
  background-color: #ff9c1b;
  color: white;
  font-size: 1rem;
  font-family: $btn-font;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5px;
  border: 0;
  border-radius: radius;
  outline: none;
  cursor: pointer;
  user-select: none;
  box-shadow: $shadow;

  &:before {
    content: "";
    width: 16px;
    height: 16px;
    bottom: -23px;
    left: 82px;
    clip-path: polygon(50% 40%, 0% 100%, 100% 100%);
  }

  &:after {
    content: attr(tooltip);
    width: 140px;
    bottom: -48px;
    left: 20px;
    padding: 5px;
    border-radius: 4px;
    font-size: 0.8rem;
  }

  &:before,
  &:after {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    box-sizing: border-box;
    background-color: black;
    transform: translateY(-10px);
    transition: all 300ms ease;
  }

  &:hover:before,
  &:hover:after {
    opacity: 1;
    transform: translateX(-65px);
  }
}
.dataTables_filter {
	float:right !Important;
}
.dataTables_paginate {
	float:right !Important;
}
.dataTables_wrapper .dataTables_scroll {
    margin: 1rem 0 !important;
    border: 1px solid #eaecf3;
}
.reg-mess {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.alert-success {
    color: #fff!important;
    background-color: #4dc247!important;
    border-color: #4CAF50!important;
}
.form-control {
    border-color: var(--finwallapp-theme-bordercolor);
    border-radius: var(--finwallapp-rounded);
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
input[type="file"]::file-selector-button {
  border-radius: 4px;
  padding: 0 16px;
  height: 40px;
  cursor: pointer;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
  margin-right: 16px;
  transition: background-color 200ms;
}

/* file upload button hover state */
input[type="file"]::file-selector-button:hover {
  background-color: #f3f4f6;
}

/* file upload button active state */
input[type="file"]::file-selector-button:active {
  background-color: #e5e7eb;
}
.form-group {
    margin-bottom: 1.75rem !important;
}
.card-header {
    padding: 1rem 1.25rem !important;
    margin-bottom: 0;
    background-color: rgb(255 255 255 / 0%) !important;
    /* background-image: url(../img/text-bg.jpg);
    background-image: url(../img/sidebar-bg.png); */
	background-size: cover;
    background-repeat: no-repeat;
    border-bottom: 1px solid #EBEDF3;
	color: #000 !important;
}
.card-header h1,
.card-header h2,
.card-header h3,
.card-header h4,
.card-header h5,
.card-header h6,
.card-header p,
.card-header small,
.card-header div,
.card-header span {
	color: #212529 !important;
}

.aside {
    background-color: #fff !important;
}
.aside-menu {
    background-color: #fff0 !important;
}
.dropdown-menu {
    z-index: 96 !important;
    float: left !important;
    min-width: 100% !important;
    padding: 0.5rem 0 !important;
    margin: 0 !important;
    font-size: 1rem !important;
    text-align: left !important;
    list-style: none !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #dddddd85 !important;
}
@media (min-width: 1024px){
.btn.btn-success {
    color: #ffffff !important;
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}
.btn.btn-primary {
    color: #fff !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
}
.btn.btn-danger {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}
.bg-success {
    color: #ffffff !important;
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}
.bg-primary {
    color: #fff !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
}
.bg-danger {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}
.fs-12 {
    font-size: 12px !important;
}
.notifications {
	position: absolute;
    top: 80px;
    right: 20px;
    z-index: 111;
}
.alert-message-success {
	border: 1px solid #7ace03 !important;
	background-color: #fff;
   /*  padding: 10px !important; */
    border-radius: 5px !important;
    background: #7ace03 !important;
    color: #fff !important;
}
.alert-message-danger {
	border: 1px solid #dc3545 !important;
    padding: 10px !important;
    border-radius: 5px !important;
    background: #dc3545 !important;
    color: #fff !important;
}
#hideMe {
    -moz-animation: cssAnimation 0s ease-in 5s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 5s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 5s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 5s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@keyframes cssAnimation {
    to {
        width:0;
        height:0;
        overflow:hidden;
    }
}
@-webkit-keyframes cssAnimation {
    to {
        width:0;
        height:0;
        visibility:hidden;
    }
}
.warpper{
  display:flex;
  flex-direction: column;
  align-items: center;
}
.tab{
  cursor: pointer;
  padding:10px 20px;
  margin:0px 2px;
  background:#000;
  display:inline-block;
  color:#fff;
  border-radius:3px 3px 0px 0px;

}
.panels{
  background:#fffffff6;
  min-height:200px;
  width:100%;
  max-width:100%;
  border-radius:3px;
  overflow:hidden;
  padding:20px;  
}
.panel{
  display:none;
  animation: fadein .8s;
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
.panel-title{
  font-size:1.5em;
  font-weight:bold
}
.radio{
  display:none;
}
#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel,
#three:checked ~ .panels #three-panel{
  display:block
}
#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab,
#three:checked ~ .tabs #three-tab{
 background: #f70;
    color: #fff;

}


/* New Design */
.topbar-bg {
	background-image:url(../img/slider-banner.jpg) !important;
	background-size: cover;
}
.wa-chat-box-poweredby {
    display: none !important;
}
.bg-grad {
    background: linear-gradient(150deg, #5409e1 0%, #2ab9a5 100%) !important;
}
/* header {
    position: relative;
    z-index: 0 !important;
} */
.ml-1 {
	margin-left:1rem !important;
}
.mr-1 {
	margin-right:1rem !important;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
    text-transform: uppercase;
	font-size: 14px;
}
.navbar {
    z-index: 9;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background: #fff;
}
#banner { 
		background: url(img/library-img.jpg) no-repeat center 0; 
		background-size: cover;  
		text-align: center;
		position: relative;  
		overflow: hidden 
}
.doorText { 
		background-color: rgba(253,217,33,0.50); 
		color: #333; 
		font-family: Verdana, sans-serif; 
		font-size: 24px; 
		font-weight: bold; 
		line-height: 45px; 
		height: 45px; 
		border:solid 1px rgba(0,0,0,0.15); 
		border-width:1px 0;
		position: absolute; 
		top: 5%;  
		padding: 0 0 0 20px; 
		left: 1px; 
		right: 1px; 
		margin-top: -22.5px; 
		text-shadow: 0 1px 1px rgba(255,255,255,0.25); 
}
.doorHoverLeft { 
		position: absolute; 
		left: 0%; 
		top: 0; 
		bottom: 0; 
		width: 50%; 
		transition: 3s ease-in-out; 
		box-shadow: inset 0 0 0 1px rgba(0,0,0,0.40); 
		/*background: #fff; */
		background-image: url(../img/red.jpg);
		background-size: contain;
}
.doorHoverRight { 
		position: absolute; 
		right: 0%; 
		top: 0; 
		bottom: 0; 
		width: 50%; 
		transition: 3s ease-in-out; 
		box-shadow: inset 0 0 0 1px rgba(0,0,0,0.40); 
		/*background: #fff; */
		background-image: url(../img/red.jpg);
		background-size: contain;
}
#banner:hover .doorHoverLeft { 
		left: -50%; 
}
#banner:hover .doorHoverRight { 
		right: -50%; 
}
small{
	font-size: 12px !important;
}
.text-uppercase{
	text-transform:uppercase !important;
}
.avatar img {
	border: 2px solid #ddd;
    border-radius: 90%;
	background: #fff;
}
.navbar-brand {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
@media (min-width: 414px){
.slide-mob {
    height: 130px !important;
}}
@media (min-width: 375px){
.slide-mob {
    height: 130px !important;
}}
@media (min-width: 360px){
.slide-mob {
    height: 130px !important;
}}
@media (min-width: 1200px){
.slide-mob {
    height: auto !important;
}}
@media (min-width: 1024px){
.slide-mob {
   height: auto !important;
}}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #67c011!important;
}.bg-shadow, .bg-testimonial {
    background-color: #fff!important;
    box-shadow: 0 15px 45px rgb(16 30 54 / 15%);
}
.foo_banner .outer {
    display: flex;
    align-items: center;
    border-right: 1px solid #c6c7cb;
}
.color-a4 {
    color: #f15a3d!important;
}
.contri {
    margin: 0 0 0 8px;
    line-height: 24px;
    color: #111;
    font-size: 22px;
	font-weight: 700;
}
.contri span {
    display: block;
    color: #383838;
    font-size: 12px;
    font-weight: 500;
}
.color-a1 {
    color: #3579fa!important;
}
.color-a2 {
    color: #933aad!important;
}
.color-a3 {
    color: #5cbe5e!important;
}
.nav-tabs.tab-grad .nav-link.active {
    border-radius: 0!important;
    color: #ffffff;
    /* background: linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%); */
    background: linear-gradient(-40deg, #b31da3 9%,  #f9606a 100%) !important;
}
.nav-tabs.tab-grad .nav-link {
    border: transparent;
    margin-right: 10px;
    border-radius: 0!important;
}
.text-justify {
	text-align: justify;
}
.text {
    transform: translate(50%,-50%);
    text-transform: uppercase;
    font-family: verdana;
    font-weight: 700;
    color: #f5f5f5;
    text-shadow: 1px 1px 1px #919191,
        1px 2px 1px #919191,
        1px 3px 1px #919191,
        1px 4px 1px #919191,
        1px 5px 1px #919191,
    1px 18px 6px rgba(16,16,16,0.4),
    1px 22px 10px rgba(16,16,16,0.2),
    1px 25px 35px rgba(16,16,16,0.2),
    1px 30px 60px rgba(16,16,16,0.4);
}
.refer-title {
    font-size: 40px;
	 color: #353560;
	 font-weight: 700;
}
.refer-content .title {
    margin-bottom: 20px;
}
.refer-content .cmn--btn {
    margin-top: 45px;
}
.plan-table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
.plan-table td, .plan-table th {
  border: 1px solid #ddd;
  padding: 8px;
  color: #000;
  font-weight: 600;
}
.plan-table tr:nth-child(even){background-color: #f2f2f2;}
.plan-table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}
/* Start Sidebar Design */

.sidebar-logo {
	box-shadow: 2px 2px 4px #fff;
    background: #fff;
    margin-left: -26px;
    border-radius: 0px 15px 15px 0px;
}
.sidebar-bg {
	/* background-image: url(../img/sidebar-bg.png); */
	background: #222222;
}
@media (max-width: 991.98px){
.header-mobile {
    /* background-color: #242939; */
    -webkit-box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.1);
	background-image: url(../img/sidebar-bg.png) !important;
	background-size:cover;
	background-repeat:no-repeat;
}}
@media (max-width: 991.98px){
.header-mobile a img {
    box-shadow: 2px 2px 4px #fff;
    background: #fff;
    margin-left: -15px;
    padding: 0;
    border-radius: 0px 15px 15px 0px;
    height: 52px;
}}
@media (max-width: 991.98px){
.usercountbox {
    margin-left: -95px;
}}
@media (max-width: 991.98px){
.usercount {
    padding-left: 30px;
}}
.aside-menu .menu-nav > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-heading, .aside-menu .menu-nav > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-link {
    background-color: #fff0 !important;
}
.aside-menu .menu-nav > .menu-item > .menu-heading .menu-text, .aside-menu .menu-nav > .menu-item > .menu-link .menu-text {
    color: #fff !important;
	font-weight: 600;
}
.aside-menu .menu-nav > .menu-item > .menu-heading .menu-arrow, .aside-menu .menu-nav > .menu-item > .menu-link .menu-arrow {
    color: #fff !important;
}
.aside-menu .menu-nav > .menu-item > .menu-heading .menu-icon, .aside-menu .menu-nav > .menu-item > .menu-link .menu-icon {
    color: #fff !important;
}
.aside-menu .menu-nav > .menu-item.menu-item-open > .menu-heading, .aside-menu .menu-nav > .menu-item.menu-item-open > .menu-link {
    background-color: #fff0 !important;
}
.aside-menu .menu-nav > .menu-item .menu-submenu .menu-item > .menu-heading .menu-text, .aside-menu .menu-nav > .menu-item .menu-submenu .menu-item > .menu-link .menu-text {
    color: #fff !important;
}
.aside-menu .menu-nav > .menu-item .menu-submenu .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-heading, .aside-menu .menu-nav > .menu-item .menu-submenu .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-link {
    background-color: #fff0 !important;
}
.aside-menu .menu-nav > .menu-item.menu-item-active > .menu-heading, .aside-menu .menu-nav > .menu-item.menu-item-active > .menu-link {
    background-color: #fff0 !important;
}
.aside-menu .menu-nav > .menu-section .menu-text {
    color: #fff;
}
@media (max-width: 991.98px){
.header-mobile .burger-icon span {
    background-color: #fff;
}}
@media (max-width: 991.98px){
.header-mobile .burger-icon span::before, .header-mobile .burger-icon span::after {
    background-color: #fff;
}}
@media (max-width: 991.98px){
.header-mobile .burger-icon span::before, .header-mobile .burger-icon span::after {
    background-color: #fff;
}}
@media (max-width: 991.98px){
.refer-link a {
    width: 310px;
}}

.mob-cion svg {
	color:#fff !important;
}
.menu-icon i {
    color:#fff !important;
}
body {
	background: #fff;
   /*   background-image: url(../img/color-bg.jpg);
    background-size: cover !important; */
}
@media (min-width: 414px){
.statusfront {
   width:50% !important;
}}
@media (min-width: 375px){
.statusfront {
  width:50% !important;
}}
@media (min-width: 360px){
.statusfront {
  width:50% !important;
}}
@media (min-width: 1024px){
.statusfront {
  width:20% !important;
}}
.preloader {
     background-color: #e5eff1;
}
@media (max-width: 991.98px){
.header-mobile .btn .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #ffffff;
}}

/* End Sidebar Design */
.card-stats-active {
    background: url(../img/4.png) center no-repeat;
    background-size: cover;
}
.card-stats-inactive {
    background: url(../img/1.png) center no-repeat;
    background-size: cover;
}
.dataTable {
    overflow: auto !important;
}
@media (min-width: 992px) {
    .header-fixed .header {
        box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    }
}
/* ==========================================
   ADMIN ACTIVATION HISTORY
========================================== */

.activation-history-card {
	border-radius: 18px !important;
	overflow: hidden;
}

.admin-history-icon {
	width: 48px;
	height: 48px;
	border-radius: 14px;

	display: flex;
	align-items: center;
	justify-content: center;

	background: linear-gradient(135deg, #6f42c1, #9366df);
	color: #fff;

	font-size: 20px;
}

.activation-total {
	padding: 8px 14px;
	border-radius: 30px;

	background: #f3efff;
	color: #6f42c1;

	font-size: 12px;
	font-weight: 600;
}

.activation-total span {
	color: #7d8490;
	font-weight: 400;
}


/* Table */

.activation-table {
	margin: 0;
}

.activation-table thead th {
	background: #f8f9fb;
	border-bottom: 1px solid #edf0f4;

	padding: 13px 16px;

	font-size: 10px;
	font-weight: 700;

	text-transform: uppercase;
	letter-spacing: .5px;

	color: #858c97;

	white-space: nowrap;
}

.activation-table tbody td {
	padding: 15px 16px;
	border-bottom: 1px solid #f0f1f3;

	font-size: 12px;
}

.activation-table tbody tr {
	transition: .2s ease;
}

.activation-table tbody tr:hover {
	background: #fbfaff;
}

.activation-number {
	color: #9ca3af;
	font-size: 11px;
}


/* User */

.admin-user-avatar {
	position: relative;

	width: 42px;
	height: 42px;

	flex-shrink: 0;
}

.admin-user-avatar img {
	width: 42px;
	height: 42px;

	object-fit: cover;
	border-radius: 50%;

	border: 2px solid #fff;

	box-shadow: 0 3px 10px rgba(0,0,0,.12);
}

.admin-active-dot {
	position: absolute;

	right: 0;
	bottom: 0;

	width: 10px;
	height: 10px;

	border-radius: 50%;

	background: #22c55e;

	border: 2px solid #fff;
}


/* Package */

.admin-package-icon {
	width: 34px;
	height: 34px;

	display: flex;
	align-items: center;
	justify-content: center;

	border-radius: 10px;

	background: #f1edff;
	color: #6f42c1;
}


/* Status */

.admin-status {
	display: inline-flex;
	align-items: center;
	gap: 5px;

	padding: 6px 10px;

	border-radius: 30px;

	font-size: 10px;
	font-weight: 600;

	white-space: nowrap;
}

.admin-status.success {
	background: #eaf8f0;
	color: #198754;
}

.admin-status.failed {
	background: #fff0f0;
	color: #dc3545;
}


/* Self */

.self-activation-badge {
	display: inline-flex;
	align-items: center;
	gap: 5px;

	padding: 6px 10px;

	border-radius: 30px;

	background: #f1edff;
	color: #6f42c1;

	font-size: 10px;
	font-weight: 600;

	white-space: nowrap;
}


/* Date */

.activation-date-admin {
	display: flex;
	flex-direction: column;
	white-space: nowrap;
}

.activation-date-admin strong {
	font-size: 11px;
}

.activation-date-admin span {
	font-size: 10px;
	color: #9ca3af;
}


/* View */

.activation-view-btn {
	width: 34px;
	height: 34px;

	padding: 0;

	border-radius: 9px;

	display: inline-flex;
	align-items: center;
	justify-content: center;

	color: #6f42c1;
}

.activation-view-btn:hover {
	background: #6f42c1;
	color: #fff;
}


/* ==========================================
   MODAL
========================================== */

.activation-modal-header {
	padding: 18px 20px;

	background: linear-gradient(
		135deg,
		#6f42c1,
		#8660d2
	);

	color: #fff;
}

.activation-modal-header small {
	opacity: .8;
}

.modal-header-icon {
	width: 42px;
	height: 42px;

	border-radius: 12px;

	display: flex;
	align-items: center;
	justify-content: center;

	background: rgba(255,255,255,.15);

	font-size: 18px;
}

.activation-modal-header .btn-close {
	filter: brightness(0) invert(1);
}


/* Details Section */

.details-section-title {
	display: flex;
	align-items: center;
	gap: 8px;

	font-size: 12px;
	font-weight: 700;

	color: #343a40;

	margin-bottom: 12px;
}

.details-section-title i {
	color: #6f42c1;
	font-size: 16px;
}


/* User Card */

.details-user-card {
	display: flex;
	align-items: center;
	gap: 13px;

	padding: 14px;

	border-radius: 14px;

	background: #f8f9fb;
}

.details-user-card img {
	width: 52px;
	height: 52px;

	object-fit: cover;
	border-radius: 50%;
}


/* Grid */

.details-grid {
	display: grid;

	grid-template-columns: repeat(2, 1fr);

	gap: 10px;

	margin-top: 12px;
}

.details-grid > div {
	padding: 12px;

	border-radius: 10px;

	background: #f8f9fa;
}

.details-grid span {
	display: block;

	font-size: 10px;

	color: #8b929d;

	margin-bottom: 4px;
}

.details-grid strong {
	font-size: 12px;

	color: #343a40;

	word-break: break-word;
}


/* Package */

.package-details-box {
	display: flex;
	align-items: center;
	gap: 13px;

	padding: 15px;

	border-radius: 14px;

	background: #f8f5ff;

	border: 1px solid #ebe4ff;
}

.package-big-icon {
	width: 45px;
	height: 45px;

	display: flex;
	align-items: center;
	justify-content: center;

	border-radius: 12px;

	background: #6f42c1;
	color: #fff;

	font-size: 18px;
}


/* Activator */

.activator-box {
	display: flex;
	align-items: center;
	gap: 13px;

	padding: 14px;

	border-radius: 14px;

	background: #f8f9fa;
}

.activator-icon {
	width: 42px;
	height: 42px;

	display: flex;
	align-items: center;
	justify-content: center;

	border-radius: 50%;

	background: #e9e2ff;
	color: #6f42c1;

	font-size: 18px;
}


/* Transaction */

.transaction-details-box {
	display: grid;

	grid-template-columns: 1.5fr .7fr 1fr;

	gap: 10px;
}

.transaction-details-box > div {
	padding: 12px;

	border-radius: 10px;

	background: #f5f2ff;
	border: 1px dashed #ddd3f5;
}

.transaction-details-box span {
	display: block;

	font-size: 10px;

	color: #8b929d;

	margin-bottom: 5px;
}

.transaction-details-box strong {
	font-size: 11px;

	color: #6f42c1;

	word-break: break-all;
}


/* Empty */

.admin-empty-icon {
	width: 65px;
	height: 65px;

	display: flex;
	align-items: center;
	justify-content: center;

	margin: auto;

	border-radius: 18px;

	background: #f3efff;
	color: #6f42c1;

	font-size: 27px;
}


/* Responsive */

@media (max-width: 992px) {

	.activation-table {
		min-width: 1000px;
	}

}

@media (max-width: 576px) {

	.details-grid {
		grid-template-columns: 1fr;
	}

	.transaction-details-box {
		grid-template-columns: 1fr;
	}

	.package-details-box {
		flex-wrap: wrap;
	}
}
.package-card {
	border-radius: 16px;
	overflow: hidden;
	transition: all .25s ease;
	background: #fff;
}

.package-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 30px rgba(0, 0, 0, .08) !important;
}

.package-icon {
	width: 42px;
	height: 42px;
	border-radius: 12px;

	display: flex;
	align-items: center;
	justify-content: center;

	background: #f0ebff;
	color: #6f42c1;

	font-size: 19px;
}

.package-details {
	padding-top: 4px;
}

.package-card .btn {
	border-radius: 9px;
	font-weight: 500;
}

.package-card .btn-light:hover {
	background: #f5f5f5;
}

.package-card .btn-outline-danger:hover {
	color: #fff;
}
.dashtitle {
	
}.dashtitle {
	font-size: 15px !important;
    font-weight: 700;
    color: #1f2937 !important;
    line-height: 1.3;
    letter-spacing: -0.4px;
    position: relative;
    padding-left: 10px;
}

.dashtitle::before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 4px;
	height: 10px;
	border-radius: 5px;
	background: #0d6efd;
}
.count_card {
	position: relative;
	overflow: hidden;
	background: #fff;
	background-image: url("../img/count_card_bg.png");
	background-size: cover;
	background-position: right bottom;
	background-repeat: no-repeat;
}
.count_card .animated_icon img {
	mix-blend-mode: multiply;
}
/* Commission Modal */

.commission-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0d6efd, #4f8dfd);
    color: #fff;
    font-size: 21px;
    box-shadow: 0 8px 20px rgba(13, 110, 253, 0.20);
}


/* Summary */

.commission-summary {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.summary-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: #f8f9fb;
    border: 1px solid #edf0f4;
    border-radius: 14px;
}

.summary-icon {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #0d6efd;
    border: 1px solid #e9edf3;
}

.summary-item small {
    display: block;
    color: #8a94a6;
    font-size: 11px;
    margin-bottom: 2px;
}

.summary-item strong {
    display: block;
    color: #212529;
    font-size: 14px;
}


/* Level List */

.commission-level-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}


/* Level Card */

.commission-level-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 13px 15px;
    border: 1px solid #edf0f4;
    border-radius: 14px;
    background: #fff;
    transition: all 0.2s ease;
}

.commission-level-card:hover {
    border-color: #cfdcff;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.05);
    transform: translateY(-1px);
}


/* Level Number */

.level-number {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eef4ff;
    color: #0d6efd;
    font-size: 15px;
    font-weight: 700;
}


/* Level Info */

.level-info {
    flex: 1;
    min-width: 130px;
}

.level-info small {
    font-size: 11px;
}


/* Commission Input */

.commission-input {
    width: 180px;
}

.commission-input label {
    display: block;
    font-size: 10px;
}

.commission-input .input-group-text {
    background: #f8f9fb;
    border-color: #e5e9ef;
    color: #6c757d;
}

.commission-input .form-control {
    border-color: #e5e9ef;
    box-shadow: none;
}

.commission-input .form-control:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.08);
}


/* Empty */

.empty-commission-icon {
    width: 64px;
    height: 64px;
    margin: auto;
    border-radius: 18px;
    background: #f1f5ff;
    color: #0d6efd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}


/* Mobile */

@media (max-width: 576px) {

    .commission-summary {
        grid-template-columns: 1fr;
    }

    .commission-level-card {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .level-info {
        padding-top: 3px;
    }

    .commission-input {
        width: 100%;
        margin-left: 56px;
    }

}
/* Package Cards - Only inside package-list */
.package-list .package-card {
	position: relative;
	overflow: hidden;
	border: 0 !important;
	border-radius: 16px !important;
	transition: all 0.3s ease;
	background: #fff;
}

.package-list .package-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.10) !important;
}

/* Top accent line */
.package-list .package-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: currentColor;
}

/* Package 1 */
.package-list .col-xl-3:nth-child(1) .package-card {
	color: #2563eb;
	background: linear-gradient(135deg, #eff6ff, #ffffff);
}

/* Package 2 */
.package-list .col-xl-3:nth-child(2) .package-card {
	color: #7c3aed;
	background: linear-gradient(135deg, #f5f3ff, #ffffff);
}

/* Package 3 */
.package-list .col-xl-3:nth-child(3) .package-card {
	color: #059669;
	background: linear-gradient(135deg, #ecfdf5, #ffffff);
}

/* Package 4 */
.package-list .col-xl-3:nth-child(4) .package-card {
	color: #d97706;
	background: linear-gradient(135deg, #fffbeb, #ffffff);
}

/* Package 5 */
.package-list .col-xl-3:nth-child(5) .package-card {
	color: #dc2626;
	background: linear-gradient(135deg, #fef2f2, #ffffff);
}

/* Package 6 */
.package-list .col-xl-3:nth-child(6) .package-card {
	color: #0891b2;
	background: linear-gradient(135deg, #ecfeff, #ffffff);
}

/* Package 7 */
.package-list .col-xl-3:nth-child(7) .package-card {
	color: #db2777;
	background: linear-gradient(135deg, #fdf2f8, #ffffff);
}

/* Package 8 */
.package-list .col-xl-3:nth-child(8) .package-card {
	color: #4f46e5;
	background: linear-gradient(135deg, #eef2ff, #ffffff);
}

/* Package 9 */
.package-list .col-xl-3:nth-child(9) .package-card {
	color: #65a30d;
	background: linear-gradient(135deg, #f7fee7, #ffffff);
}

/* Package 10 */
.package-list .col-xl-3:nth-child(10) .package-card {
	color: #9333ea;
	background: linear-gradient(135deg, #faf5ff, #ffffff);
}

/* Common card content */
.package-list .package-card .card-body {
	position: relative;
	z-index: 1;
}

/* Icons inside package cards */
.package-list .package-card i {
	color: inherit;
}

/* Buttons */
.package-list .package-card .btn {
	border-radius: 10px;
	transition: all 0.25s ease;
}

.package-list .package-card .btn:hover {
	transform: translateY(-1px);
}
.wallet-balance-box {
	background: linear-gradient(135deg, #f8faff, #eef4ff);
	border: 1px solid #e5ebf5;
}

.wallet-icon {
	width: 42px;
	height: 42px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #e8f0ff;
	color: #0d6efd;
	font-size: 19px;
}

.card-body .form-label {
	font-size: 14px;
	color: #344054;
}

.card-body .form-control,
.card-body .form-select,
.card-body .input-group-text {
	min-height: 44px;
	border-color: #e1e6ef;
}

.card-body .form-control:focus,
.card-body .form-select:focus {
	border-color: #86b7fe;
	box-shadow: 0 0 0 .15rem rgba(13, 110, 253, .08);
}

.card-body .input-group-text {
	padding-left: 14px;
	padding-right: 14px;
}

.card-body .btn-primary {
	box-shadow: 0 5px 15px rgba(13, 110, 253, .20);
	transition: all .2s ease;
}

.card-body .btn-primary:hover {
	transform: translateY(-1px);
	box-shadow: 0 7px 18px rgba(13, 110, 253, .28);
}