* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: 0;
}
body {
    font-family: 'Lexend';
    overflow-x: hidden;
    scroll-behavior: smooth;
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgb(106 90 205 / 14%) 52%, rgb(106 90 205 / 44%) 100%);
}
:root {
    --primaryColor: #6a5acd;
    --primarybg:#6a5acd;
    --whiteColor:#fff;
    --blackColor:#000;
    --orange-main: #ffb347;
    --border-color: #9f9f9f;
    --bg-white: #ffffff;
}

h4{
    color: #1B1B1B;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
}
h2{
 color:  #1B1B1B;
 font-size: 18px;
 font-style: normal;
 font-weight: 600;
}
h1,h2,h3,h4,h5,h6,p,ul {
  padding: 0;
  margin: 0
}
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    
}
::-webkit-scrollbar-track {
    background-color: #c9c9c9;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgb(153, 153, 153); 
}
a {
  text-decoration: none;
}
p{
    color: #505050;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
a:hover {
  text-decoration: none;
  color: initial
}
li{
    list-style: none;
}
button:focus {
  outline: 0!important
}
::-moz-selection {
    background: rgb(255 226 217/50%);
}
::selection {
    background: rgb(255 226 217/50%);
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link{
    color: var(--primaryColor);
    position: relative;
}
.navbar-nav .nav-link.active::after{
    content: '';
    width: 34px;
    height: 2px;
    right: 35px;
    bottom: -7px;
    position: absolute;
    background-color: var(--primaryColor);
}
.navbar-expand-lg{
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.main-header{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0px;
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
.bar1, .bar2, .bar3 {
    width: 27px;
    height: 3px;
    background-color: #06b3a0;
    margin: 6px 0;
    transition: 0.4s;
}
.navbar-light .navbar-toggler {
    color: transparent; 
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 6px);
    transform: rotate(-45deg) translate(-8px, 6px);
}
.change .bar2 {
    opacity: 0;
}
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-6px, -6px);
}
.change .bar2 {
 opacity: 0;
}
.navbar-toggler-icon{
    background-color: #06b3a0;
}
.right-login-area ul{
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.right-login-area ul li{
    list-style: none;
}
section {
  padding: 66px 0;
}
img {
  max-width: 100%;
}
.navbar-nav {
  flex: 1;
}
.navbar .nav-link {
    color: #1B1B1B;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    position: relative;
    padding: 0px 25px !important;
    line-height: normal;
}
.navbar .nav-link:hover{
  color: var(--primaryColor);
}
.navbar-logo img{
    margin-right: 57px;
}
.container {
    max-width: 1568px;
    width: 100%;
    padding: 0px 20px;
    margin: 0 auto;
}
.right-login-area .small-btn ,.right-login-area .small-btn-bg{
    padding: 12px 32px;
}
.small-btn{
    display: inline-flex;
    padding: 8px 25px;
    font-size: 15px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    background-color: var(--primarybg);
    border-radius:7px;
    color: var(--whiteColor);
    border: 1px solid var(--primaryColor);
    transition: all 0.3s ease-in-out;
}
.account-successfully p {
    font-size: 14px;
}
.account-successfully {
    background: #5ca8811f;
    padding: 15px;
    border-radius: 10px;
}
.footer-copy-btn {
    text-align: center;
    margin-top: 20px;
}
.btn-close-info {
    text-align: end;
}
.alert.alert-warning.mt-3.small {
    padding: 10px 15px;
    margin-bottom: 0px;
}
.account-successfully h2 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 9px;
}

.small-btn:hover{
    color: var(--whiteColor);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}

.acc-button-info .small-btn {
    max-width: 360px;
    width: 100%;
    padding: 11px 25px;
    font-size: 16px;
}

/* ======================login================== */
.acc-data {
	height: 100%;
	width: 100%;
 padding: 80px 0px;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
}
.acc-title-text {
    margin-top: 20px !important;
}
.form-heading h1 {
	font-weight: 500;
	font-size: 46px;
	line-height: 69px;
	color: #224D47;
}
.form-heading p {
	font-weight: 400;
	font-size: 22px;
	line-height: 33px;
	color: #6B6B6B;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.acc-inner-data{
   width: 541px;
}
.form-group {
	margin-top: 26px;
	position: relative;
}
.acc-form-control:focus{
    box-shadow: none;
    background: transparent;
    color: #000;
    outline: none;
    border: 1px solid var(--primaryColor);
}
.title-label,.form-label{
    color: #1B1B1B;
    font-size: 16px;
    margin-bottom: 5px;
    font-style: normal;
    text-align:left;
    font-weight: 500;
    width: 100%;
}
.acc-field{
	position: relative;
	text-align: left;
}
.input-icon a:hover{
	color: #0a4e47;
}
.acc-title h1{
    color:  #1B1B1B;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
}
.acc-title p{
    color: #505050;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 13px;
}

.acc-field .fa {
	position: absolute;
	top: 40%;
	right: 15px;
}
.input-icon a{
 position: absolute;
 top: -4px;
 right: 0px;
 font-size: 19px;
}
.inner-checkbox {
	display: flex;
	margin-bottom: 36px;
	margin-top: 7px;
}
.inner-checkbox input {
	margin: 0px 7px 0px 0px;
    width: 15px;
    height: 15px;
    border: 1px solid #266e64
}
.acc-title img{
	margin-bottom: 24px;
    width: 159px;
}
.acc-title{
	margin-bottom: 39px;
	text-align: center;
}
.account-right {
	height: 100vh;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #224d47;
}
.form-check-input:checked{
	background-color: #224d47;
    color: #224d47;
    border-color: #224d47;
    box-shadow: none;
}
.form-check-input:focus{
	box-shadow: none;
}
.create-btn a{
	color:#224D47 !important;
}

.create-btn:hover a{
	color: #fff !important;
}
.small-button:hover{
	background: transparent;
    border: 1px solid #224d47;
    color: #224d47;
}
.create-btn:hover{
	background: #224d47 !important;
    border: 1px solid #224d47 !important;
}
.forgot-password{
	justify-content:end;
	display: flex;
	align-items: center;
	margin-bottom: 36px;
	margin-top: 15px;
}
.forgot-password a{
	color:  var(--primaryColor);
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 14.5px
}
.forgot-password a:hover{
	color: #fff;
}
.acc-field input::placeholder {
    color: #505050;
    font-size: 15px;
    font-weight: 300;
}
input::placeholder {
    color: #505050;
    font-size: 15px;
    font-weight: 300;
}


.copyright {
	position: absolute;
	bottom: 20px;
	text-align: center;
}
.acc-form-control{
    font-size: 16px !important;
    height: 46px;
    width: 100%;
    padding: 9px 22px;
    color: #000;
    border-radius: 5px;
    border:1px solid #6a5acdab;
    background: #FFF;
}

.form-control {
    font-size: 16px !important;
    height: 46px;
    width: 100%;
    padding: 9px 22px;
    color: #000;
    border-radius: 5px;
    border: 1px solid #6a5acdab;
    position: relative;
    background: #FFF;
}
.back-btn {
    font-size: 19px;
    color: var(--primaryColor);
}
.form-control:focus{
    box-shadow: none;
    background: #fff;
    color: #000;
    outline: none;
    border: 1px solid var(--primaryColor);
}
button.btn-close.text-reset {
    right: 17px;
    background: transparent;
    border: none !important;
    top: 20px;
    font-size: 30px;
    color: #6360c8 !important;
}
.copyright p {
	color: #FFF;
	text-align: center;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 0px;
}
.acc-field .input-icon{
    position: absolute;
    top: 13px;
    right: 14px;
    height: 22px;
    font-size: 19px;
}
.input-icon.color-icon {
    top: 9px;
}
.input-icon.color-icon i{
    color: #6a5acd;
}
.input-icon i{
	color: #6c6c6c;
}
.acc-button-info{
	text-align: center;
    margin-top: 38px;
}
.acc-footer-btn p{
    color: #505050;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    margin-top: 12px;
    margin-bottom: 12px;
    font-weight: 500;
}
.acc-footer-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.alert-text {
    color: #141414;
    font-size: 14px;
    margin-top: 7px;
}
.acc-footer-btn a{
	color:  var(--primaryColor);
	text-align: center;
	font-size: 15px;
    text-decoration: underline;
    font-style: normal;
    font-weight: 600;
    line-height: 14.5px;
}
.acc-footer-btn a:hover{
	color: #000;
}
.account {
    padding: 0px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}
.account  .shape-img {
    position: absolute;
    width: 72%;
    right: -2%;
}
.acc-main-info {
  background-color: #fff;
  border-radius: 20px;
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.20));
  max-width: 1200px;
  margin: auto;   
}
.account .shape-img-1{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0%;
    z-index: -1;
}
.acc-data-img {
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    padding-bottom: 52px !important;
    padding: 75px 0px;
    justify-content: center;
    flex-direction: column;
    border-radius: 20px 0px 0px 20px;
    background: var(--primaryColor);
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.acc-logo img {
    width: 220px;
    margin-bottom: 49px;
}
.acc-logo p {
    color: #dedede;
    font-size: 28px;
    font-weight: 300;
    line-height: 45px;
    margin-top: 0;
}
.acc-img {
    margin-top: 63px;
}
.acc-shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    opacity: 0.4;
    filter: brightness(23.5);
}
.acc-title h1 span{
    color: var(--primaryColor);
}
.acc-bg-circle{
    border-radius: 382px;
    opacity: 0.2;
    background: #9f95e4;
    width: 382px;
    height: 382px;
    position: absolute;
    bottom: -24%;
    z-index: -1;
    left: -20%;
}
.form-check .form-check-input {
    float: left;
    margin-left: -21px;
    width: 17px;
    height: 17px;
    cursor: pointer;
    border-color: var(--primaryColor);
}
.form-check-input:checked {
    background-color: var(--primaryColor);
    color: var(--primaryColor);
}
label.form-check-label {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    cursor: pointer;
    color: #505050;
    padding-left: 8px;
}
.acc-inner-data .form-check {
    margin-top: 16px;
}
.dotted-shape {
    position: absolute;
    top: 47px;
    left: 6%;
    width: 7%;
    opacity: 0.4;
    filter: brightness(23.5);
}


.custom-menu:hover span{
	color: #DFFF06 !important;
}
.custom-menu:hover {
	color: #DFFF06 !important;
}
.custom-menu:hover i{
	color: #DFFF06 !important;
}
.down-arrow{
	font-size: 28px !important;
    margin-left: 7px;
}
.custom-list-dropdown {
    cursor: pointer;
    min-width: 185px;
    padding-right: 46px;
}
.custom-list-dropdown .list-item-dropdown {
	transition: 0.3s;
    position: absolute;
    top: 120%;
    right: 0;
    left: 0;
    margin: 0;
    max-height: 400px;
    height: auto;
    overflow-y: auto;
    padding: 0px  !important;
    border-radius: 5px !important;
    border: 1px solid #0000004a;
    background: #ffffff;
    z-index: 99;
    opacity: 0;
    width: 100%;
    min-width: max-content;
    visibility: hidden;
}
.custom-list-dropdown .list-item-dropdown li {
	padding: 0 15px;
	line-height: 45px;
	overflow: hidden;
    border-left: 4px solid transparent;
    border-bottom: 1px solid #0000003b;
}
.custom-list-dropdown .list-item-dropdown li:last-child {
	border-bottom: none;
}
.list-item-dropdown {
	padding: 0.5rem !important;
}
.custom-list-dropdown .list-item-dropdown li:hover {
    background: #6360c821;
    border-left: 4px solid var(--primaryColor);
}
.custom-list-dropdown.active .list-item-dropdown {
	opacity: 1;
	visibility: visible;
	border-radius: 15px;
}
.rotated {
    transform: rotate(-180deg);
}

.form-group .custom-list-dropdown i {
    position: absolute;
    right: 15px;
    top: 12px;
    color: #505050;
    font-size: 22px;
}
.verify-mpin-group{
    text-align:center;
}

.mpin-field{
    display:flex;
    justify-content:center;
    gap:12px;
    margin-top:15px;
}

.mpin-input{
    width:35px;
    height:40px;
    border:none;
    border-bottom:2px solid #000;
    text-align:center;
    font-size:20px;
    outline:none;
    background:transparent;
}

.mpin-input:focus{
    border-color:#4f5bd5;
}

.reset-mpin-wrapper{
    text-align:center;
    margin-top: 22px;
}

.reset-mpin-btn{
    background:#2ecc71;
    border:none;
    color:#fff;
    padding:6px 14px;
    border-radius:4px;
    font-size:12px;
    cursor:pointer;
}

.reset-mpin-btn:hover{
    background:#27ae60;
}
.acc-back-btn {
    text-align: center;
    margin-top: 31px;
}
.acc-back-btn a{
    color: var(--primaryColor);
}

/* =======dashboard====== */
.dropdown-selected{
    cursor: pointer;
}
.dropdown-menu{
  display:none;
  padding: 0px;
  top: 77px;
  
}
.dropdown-menu.show{
  display:block;
}
.dropdown-menu ul li a{
    padding: 15px 10px;
    color: #000;
    display: block;
    width: 100%;
    border-left: 4px solid transparent;
    border-bottom: 1px solid #00000036;
    transition: all 0.5s;
}
.dropdown-menu ul li a:hover{
    background: #6360c821;
    border-left: 4px solid var(--primaryColor);
}
.dropdown-menu.notification-dropdown {
    right: 8%;
}
.notification-dropdown{
    max-width: 357px;
    background: #f4f4f4;
    border-radius: 6px;
    overflow-y: auto;
    max-height: 432px;
}

.notification-dropdown::-webkit-scrollbar-track {
    background-color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.notification-dropdown::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6360c8; 
}
.notification-item a b{
    color: var(--primarybg);
    font-weight: 600;
}
.notification-item{
    padding: 0px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    line-height: 18px;
}

.notification-head{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 6px 10px;
    background: #6360c859;
}

.notification-title{
     font-size: 12px;
    font-weight: 600;
    color: #2f2f2f;
}
.notification-time{
    font-size: 12px;
    color: #000000;
}

.notification-item a{
    margin: 0;
    word-break: break-all;
    font-size: 13px;
    display: block;
    color: #2e2e2e;
    padding: 9px 10px;
    line-height: 20px;
}
.notification-item a:hover{
    color: #000;
}

.notification-footer{
    text-align: center;
    padding: 12px;
    background: #fff;
}

.notification-footer a{
    text-decoration: none;
    color: #6360c8;
    font-weight: 600;
    font-size: 14px;
}
.sidebar-logo img {
    margin-bottom: 0;
    width: 157px;
    padding-bottom: 0px;
}
.sidebar-menu ul li :is(a.active, a:hover) img {
    filter: brightness(0) invert(1);
}
.sidebar-menu {
    padding-left: 37px;
}
.sidebar {
    width: 300px;
    overflow-y: auto;
    padding-right: 0;
    height: 100vh;
    position: fixed;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
    top: 0;
    transform:translateX(0);
    transition:transform 0.35s ease;
    z-index:0;
}
.sidebar-logo{
    text-align: center;
    padding-bottom: 16px;
    padding-top: 16px;
    border-bottom: 1px solid #0000004d;
    margin-bottom: 39px;
    position: relative;
}
.dashboard-detail {
    margin-bottom: 50px;
}
.sub-menu{
    max-height:0;
    overflow:hidden;
    transition:max-height 0.35s ease;
}
.sub-menu ul{
    list-style:none;
    padding: 10px;
    margin-right: 7px;
    margin-top: 7px;
    border-radius: 9px;
    background:#6360c82b;
}
li.main-menu .ri-arrow-down-s-line {
    position: absolute;
    right: 15px;
    font-size: 28px;
}
.sub-menu li a{
    padding: 8px 20px !important;
    text-decoration: none;
    font-size: 16px !important;
    border-radius: 5px !important;
    background: #fff;
    font-weight: 400 !important;
    border-right: 1px solid #6a5acd96 !important;
}
.sub-menu li a:hover{
    background:#eee;
}
.sub-menu li{
    margin-bottom: 5px !important;
}

.sub-menu.show{
    max-height: 250px;
}
.arrow{
    transition:0.3s;
}
.arrow.rotate{
    transform:rotate(180deg);
}
.sidebar-menu ul li {
    margin-bottom: 14px;
}
.sidebar-menu ul li :is(a.active, a:hover) {
    background-color: var(--primaryColor);
    color: #fff !important;
}
.sidebar-menu ul li a {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    border-radius: 15px 0px 0px 15px;
    gap: 10px;
    padding: 15px 20px;
    position: relative;
    transition: all 0.6s;
    border:1px solid #6a5acd96;
    color: #505050;
    border-right: none;
    align-items: center;
}
.main-data-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-left: 300px;
    min-height: 100vh;
}
.filter-group.search-box {
    width: 100%;
    max-width: 299px;
}
.filter-actions .clear-filter-btn {
    padding-bottom: 12px;
}
.filter-limit .custom-list-dropdown {
    cursor: pointer;
    min-width: max-content;
}
.date-filter-wrapper{
    display:flex;
    align-items:center;
    gap:20px;
}
.date-input-box{
    position:relative;
}
.date-range-input{
    width:260px;
    padding:10px 15px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #6a5acdab;
    font-size:16px;
    font-weight: 400;
    color: #000000;
    outline:none;
    background:#fff;
}
.notification-wrapper {
   position: relative;
   cursor: pointer;
   font-size: 20px;
   width: 35px;
   color: #6360c8;
   border-radius: 50%;
   display: flex;
   justify-content: center;
   align-items: center;
   background: #e5e4ff;
   height: 35px;
   border: 1px solid;
}
.notification-item.unread{
    background-color: #ebecf8;
}
.notification-count {
     position: absolute;
    top: -17px;
    right: -4px;
    background-color: #ef0909;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 2px;
    max-width: 23px;
    width: 100%;
    height: 23px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.date-range-input:focus {
    border-color: #6c63ff;
}
.clear-filter-btn{
    background:none;
    border:none;
    color:#6c63ff;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
}
.custom-main-card{
    padding: 20px;
    background: #fff;
    border: 1px solid #6360c88f;
    border-radius: 10px;
    margin-top: 21px;
    position: relative;
}
.stats-row{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;   
    padding: 0px 20px;
    margin-bottom:25px;
}

.stat-card{
    background:var(--primarybg);
    padding:18px 20px;
    border-radius:8px;
    color:#fff;
}
.stat-card h3{
    margin:0;
    font-size:20px;
    font-weight:600;
}
.stat-card p{
    margin:7px 0 0;
    font-size:14px;
    color: #fff;
}
.pagination ul {
    display: flex;
    gap: 6px;
}
.text-data-info {
    font-size: 14px;
    color: #000000f0;
}
.user-data-info {
    font-size: 13px !important;
    color: #000000f0 !important;
}
.custom-table{
    width:100%;
    border-collapse:collapse;
}
.tbl-total-amount{
    font-size: 14px;
    font-weight: 500;
    color: #000000f0;
}
.custom-table thead{
    background: var(--primarybg);
}
.custom-table th{
    text-align:left;
    padding: 10px 10px !important;
    font-size: 13px;
    font-weight:600;
    color: #fff;
}
.custom-table tbody tr:nth-child(odd){
    background:#ffffff;
}
.custom-table tbody tr:nth-child(even){
    background:#6360c81a;
}
span.action-reason {
    display: block;
    font-size: 13px;
    padding-top: 3px;
}
.custom-table td{
  padding: 10px 10px !important;
  text-align:left;
  font-size:13px;
  width: 317px;
  line-height: normal;
  vertical-align: middle;
  color: #000000f0;
}
.custom-table td .text-success {
    font-weight: 600;   
}
.custom-table .text-danger {
    font-weight: 600;
}
.wallet-value {
    font-weight: 700;
    display: flex;
}
.summary-stats{
    display: flex;
    justify-content: end;
    align-items: center;
    gap:121px;
    padding: 10px 20px;
}
.stat-badge{
    padding:8px 16px;
    border-radius:8px;
    font-size:13px;
    font-weight:600;
    display:inline-flex;
    gap:6px;
    align-items:center;
}
.stat-amount{
    background:#fff8d6;
    border:2px solid #f2de7e;
    color:#444;
}
.stat-commission{
    background:#d9f4df;
    border:2px solid #63b57c;
    color:#2c6e3f;
}
.debit-commission{
   background:#ffd0d575;
    border:2px solid #ff6e7ca3;
    color:#dc3545;
}
.stat-tds{
    background:#dbe9ff;
    border:2px solid #5a8fd8;
    color:#274a7c;
}
.stat-label{
    font-weight:500;
}
.stat-value{
    font-weight:700;
}
td.amount .text-data-info {
    color: #505050;
    white-space: break-spaces;
}
.no-data-row td{
    padding:30px;
    text-align: center;
    color:#666;
}

.status.pending{
    background:#be9108fc;
    color:#fff;
}
.table-footer{
        display:flex;
        justify-content:space-between;
        align-items:center;
        padding:15px;
        margin-top: 25px;
        font-size:14px;
}
.form-control.file-attach {
    line-height: 21px;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important; 
  -webkit-text-fill-color: #000000 !important;
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
  -webkit-text-fill-color: #000000 !important;
  background-color: #fff;
}
.pagination{
    display:flex;
    gap:10px;
}
.page-btn{
    padding:6px 14px;
    border:1px solid #ddd;
    background:var(--primarybg);
    border-radius:4px;
    color: #fff;
    cursor:pointer;
}
.page-btn:hover{
    background:var(--primarybg);
}
.clear-filter-btn:hover{
    text-decoration:underline;
}
.dashboard-header {
    padding: 11px 50px;
    text-align: right;
    margin-top: 35px;

}
.inner-header-menu {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 15px 50px;
    text-align: right;
    background: #fff;
    margin-top: 0;
    justify-content: end;
}
.wallet-item.balance-section.wallet-bal-info{
    padding: 4px 12px !important;
    border-radius: 6px;
    background: #6360c81f !important;
}
.wallet-bal-info .wallet-label{
    font-weight: 500;
    font-size: 14px;
}
.wallet-bal-info .wallet-value {
    font-weight: 700;
    font-size: 14px;
}
.wallet-item.hold-section.wallet-bal-info{
    padding: 4px 12px !important;
    border-radius: 6px;
    background: #07d03526  !important;
}
.wallet-item.hold-section.wallet-bal-info {
    color: #2c804a;
}
.hold-section.wallet-bal-info .wallet-label{
 font-weight: 500;
 font-size: 14px;
}
.hold-section.wallet-bal-info .wallet-value {
    font-weight: 700;
    font-size: 14px;
}
.main-content-data {
    padding: 0px 32px 68px 32px;
    margin-top: 48px;
}
.dashboard-detail {
    margin-bottom: 50px;
}
.logout-btn {
    margin-top: 120px;
}
.header-menu-inner {
    display: flex;
    align-items: center;
    column-gap: 14px;
}
.total-amount {
    border: none;
    background: transparent;
    align-items: center;
}
.inner-card-details .wallet-title {
    padding: 9px 25px;
    border-bottom: 1px solid #0000005e;
    border-radius: 10px 10px 0px 0px;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    justify-content: space-between;
}
.inner-card-details .wallet-title h2{
    font-size: 21px;
}
.inner-card-details .wallet-title i {
    padding: 0px 4px;
    font-size: 33px;
    line-height: normal;
    width: 44px;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 44px;
    border-radius: 50%;
}
.paying-inner-item.paying-info-success .wallet-title i {
    color: #009025;
    background: #c3f2d5;
}
.paying-inner-item.paying-info-success {
    background: #e8fff5;
}
.paying-inner-item.paying-info-failed .wallet-title i {
    color: #dc3543;
    background: #ffc5cb;
}
.paying-inner-item.paying-info-failed {
    background: #ffd0d575;
}
.paying-inner-item.paying-info-pending .wallet-title i {
    color: #ffc107;
    background: #ffefbe;
}
.paying-inner-item.paying-info-pending {
    background: #fffae9;
}
.paying-inner-item.paying-info-initialized .wallet-title i {
    color: var(--primaryColor);
    background: #cccbedb5;
}
.paying-inner-item.paying-info-initialized .wallet-title h2{
    color: var(--primaryColor);
}
.paying-inner-item.paying-info-initialized {
    background: #f0efff;
}
.inner-card-details .total-amount {
    border: none;
    background: transparent;
    margin: 0;
    padding: 25px 26px;
}
.inner-card-details  .paying-inner-item {
    padding: 0px;
}
.row-red{
    background:#f6dada !important;
}

.row-orange{
    background:#f4d2a8 !important;
}

.amount-debit{
    color:#e53935;
    font-weight:600;
}

.amount-credit{
    color:#2e7d32;
    font-weight:600;
}

.status{
    padding:4px 8px;
    border-radius:4px;
    font-size:11px;
    margin-bottom: 6px;
    display: inline-block;
    font-weight:600;
}
.load-more .small-btn{
    padding: 7px 21px;
}
.status.success{
    background: #28a745;
    color: #fff;
    margin-bottom: 0;
    padding: 4px 10px;
}

.inner-title h2 {
    color: #1B1B1B;
    font-size: 24px;
    font-style: normal;
    border-bottom: 2px solid #6360c8;
    padding-bottom: 10px;
    font-weight: 500;
    width: fit-content;
    line-height: normal;
}
.details-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin: 0px -10px;
    row-gap: 20px;
}
.account-info-card{
    display:flex;
    align-items:center;
    gap:15px;
    width:fit-content;
}
.select-data-info {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
}
.account-user-profile{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #e5e4ff;
    color: #6360c8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 15px;
    border: 1px solid;
}

.account-details{
    display: flex;
    text-align: left;
    flex-direction: column;
}
.notification-wrapper a{
    color:#6c5ce7;
}
.account-name{
    font-size:16px;
    font-weight:600;
    color:#5a6b7f;
    margin:0;
    letter-spacing:0.5px;
}

.account-id{
    font-size:14px;
    color:#7f8c8d;
    margin:2px 0 0 0;
}
.filter-actions .small-btn {
    padding: 11px 20px;
    font-size: 16px;
}
.add-btn .small-btn {
    padding: 7px 15px;
}
.inner-title {
    margin-bottom: 41px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.paying-inner-item{
    padding: 20px;
    width: calc(23.33% - -5px);
    margin: 0px 8px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.20);
}
.wallet-title {
    text-align: left;
    padding-bottom: 13px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--primaryColor);
}
.total-amount {
    display: flex;
    margin-top: 10px;
    background: #8584ae1f;
    border-radius: 4px;
    padding: 7px 15px;
    border: 1px solid #00000021;
    justify-content: space-between;
}
.total-amount h4 {
    color: #1B1B1B;
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}
.form-group.btn-group {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: left;
    align-items: end;
}
.btn-group .action-icon {
    border: none;
    padding: 10px 14px;
    height: 46px;
    font-size: 21px;
}
.balance-btn .small-btn-bg{
    width: 100%;
}
.coin-staking{
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.20);
    padding: 20px 0px;
}
.coin-staking-data{
    width: calc(60% - 20px);
    margin: 0px 10px;
    display: flex;
    row-gap: 55px;
    flex-direction: column;
    padding: 20px 10px;
}
.coin-staking-remaining{
    width: calc(25% - 20px);
    text-align: center;
}
.coin-staking-img {
    text-align: center;
    border-right: 1px solid var(--primaryColor);
    width: calc(15% - 20px);
}
.coin-staking-img p {
    margin-top: 11px;
}
.details-row-info{
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    align-items: center;
}
.coin-staking-box{
    width: calc(33.33% - 20px);
    margin: 0px 10px;
}
.coin-staking-box h3 {
    color: var(--primaryColor);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    margin-top: 7px;
}
.transaction-container {
    background: var(--bg-white);
    padding: 21px 20px;
    border: 1px solid #6360c88f;
    border-radius: 8px;
}

.header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.title-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-primary {
    background-color: var(--primary-purple);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
}
.filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: flex-end;
}

.filter-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.filter-group label {
    font-size: 0.85rem;
    color: var(--text-muted);
    font-weight: 500;
}
.dropdown-serach-box .form-control{
    height: 42px;
}

.filter-group select, 
.input-wrapper,
.date-display {
    height: 46px;
    border: 1px solid #0000003b;
    border-radius: 6px;
    padding: 0 10px;
    font-size: 0.9rem;
    color: var(--text-dark);
    background-color: #fff;
    display: flex;
    padding-right: 46px;
    border: 1px solid #6a5acdab;
    align-items: center;
}
.input-wrapper {
    padding: 0;
    overflow: hidden;
}

.select-static {
    background: #fcfcfc;
    border-right: 1px solid #0000003b;
    padding: 0 10px;
    height: 100%;
    display: flex;
    align-items: center;
    color: var(--text-muted);
    font-size: 0.8rem;
}
.input-wrapper input {
    border: none;
    padding: 0 10px;
    outline: none;
    width: 100%;
}

.limit-filter select { 
    width: 70px; 
}
.date-display { 
    min-width: 180px; 
    
}
.btn-clear {
    background: none;
    border: none;
    color: var(--primary-purple);
    font-weight: 700;
    cursor: pointer;
    padding-bottom: 10px; 
}

.btn-clear:hover {
    text-decoration: underline;
}

.dash-wallet-card-img {
    width: calc(33.33% - 20px);
    margin: 0px 10px;
}
.dash-wallet-card-img img {
    width: 100%;
    border-radius: 30px;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.20);
}
.wallet-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
}
.dropdown-serach-box {
    padding: 10px 13px;
}
.wallet-label {
    font-weight: 600;
}
.wallet-value {
    font-weight: 700;
}
.balance-section {
    color: var(--primaryColor);
    padding-right: 20px;
}
.divider {
    width: 1px;
    height: 30px;
    background-color: var(--border-color);
    margin-right: 20px;
}
.hold-section {
    color: var(--orange-main);
}
.inner-details {
    margin-bottom: 44px;
}
.wallet-container {
    background-color: var(--bg-white);
    padding: 15px 25px;
    border-radius: 12px;
    display: flex;
    margin-bottom: 28px;
    justify-content: end;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.02); 
}
.table-responsive table {
    border-collapse: separate;
    border-spacing: 0 15px;
    font-family: 'poppins';
}
.heading-filter {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 16px;
    row-gap: 20px;
    align-items: end;
}
.filter-main {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    flex: 1;
    justify-content: end;
    row-gap: 15px;
    column-gap: 17px;
}
.filter-main .select-box {
    max-width: 175px;
    width: 100% !important;
}
.input-group.input-daterange {
    flex-wrap: nowrap;
    width: auto;
}
.table-responsive table {
    width: 100%;
}
.table-responsive table {
    border-collapse: separate;
    border-spacing: 0 15px;
    font-family: 'poppins';
}
.table-responsive table tr th {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-color: #fff;
    color: #505050;
    padding: 12px 20px;
}
.table-responsive table tr :is(th:first-child) {
    border-left: 1px solid var(--primaryColor);
    border-radius: 10px 0px 0px 10px;
}
.table-responsive table tr :is(td:first-child, th:first-child) {
    border-radius: 10px 0px 0px 10px;
}
.table-responsive tr :is(th, td) {
    white-space: nowrap;
    overflow: hidden;
}
.table-responsive table thead{
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.20);
}
.table-responsive table tr {
    border-radius: 10px;
    background: #fff;
}
.table-responsive table tr:nth-child(odd) {
    background-color: #E9EDF3;
}
.table-responsive table tr:nth-child(even) {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.20);
}
.table-responsive tbody tr td {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #505050;
    padding: 12px 20px;

}
.table-responsive table tr :is(th) {
    border-top: 1px solid var(--primaryColor);
    border-bottom: 1px solid var(--primaryColor);
}

.table-responsive table tr :is(th:last-child) {
    border-right: 1px solid var(--primaryColor);
}
.table-responsive table tr :is(td:last-child, th:last-child) {
    border-radius: 0px 10px 10px 0px;
}
.table-responsive tr :is(th, td) {
    white-space: nowrap;
    overflow: hidden;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    gap: 8px;
    justify-content: center;
}
.pagination .disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.edit {
    background: #cff4fc;
    color: #055160;
}
.view {
  background: #d1e7dd !important;
  color: #006b1c !important;
  font-size: 16px;
  border: 1px solid #239d6b !important;
  font-weight: 800;
}
.edit:hover{
 color: #055160;
}
.view:hover{
    color: #0a3622;
}
.block-user{
    background: #f8d7da !important;
    color: #972632 !important;
    font-size: 16px;
    border: 1px solid #5a0e1ccf !important;
}
.reset-pass{
 background: #cfe2ff !important;
 color: #052c65 !important;
 border: 1px solid  #052c60 !important;
}
.reset-mpin{
  background: #fff3cd !important;
  color: #664d03 !important;
  border: 1px solid #664d03 !important;
}
.pagination a {
    display: flex;
    width: 38px;
    color: #fff;
    height: 38px;
    padding: 5px 4px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-size: 16px;
    border: 1px solid #6360c8b3;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    color: #404040;
}
.dt-paging.paging_full_numbers{
    text-align: end;
}
button.dt-paging-button.current {
    background: var(--primaryColor) !important;
    color: #fff !important;
}
select {
    cursor: pointer;
}
select option{
    cursor: pointer;
}
.form-control::placeholder{
    font-weight: 300;
}
.dt-length {
    margin-bottom: 17px;
    display: flex;
    justify-content: left;
    gap: 8px;
    align-items: center;
}
.transaction-time{
    color: #8F8F8F;
}
.active-status p {
    color: #2BB32A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}
.status-label p{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}
.active-status p {
    color: #2BB32A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}
.progress-status p{
    color: #FC952C;
}
.rejected-status p{
    color: #E32323;
}
.action-icon {
    padding: 2px 5px;
    margin-right: 6px;
    height: 25px;
    font-weight: bolder;
    font-size: 16px;
    color: #6360c8;
    align-items: center;
    border: 1px solid #6d69fe;
    background: #6360c81c;
    justify-content: center;
    display: inline-flex;
    border-radius: 3px;
}
.rejected{
 background-color: #E32323;
 color: #fff; 
 margin-bottom: 0px;
}

.details-btn {
    color: var(--primaryColor);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}
.pagination :is(a.active, a:hover) {
    background-color: var(--primaryColor);
    color:#fff;
}
.response-data-info {
    display: flex;
    gap: 4px;
    margin-top: 2px;
}
span.response-text {
    background: #f7d9da;
    padding: 5px 7px;
    color: #ed0000;
    font-size: 12px;
    cursor: pointer;
    border-radius: 4px;
}
.respons-details-box p {
    line-height: 32px;
    font-weight: 600;
    color: #505050ed;
}
.respons-details-box .text-primary{
 color: var(--primaryColor) !important;
}
/* ======datepicker============= */
.datepicker {
    border-radius: 4px;
    direction: ltr;
    -webkit-user-select: none;
    -webkit-touch-callout: none;

}
.datepicker .day {
    border-radius: 4px;
}
.datepicker-dropdown {
    top: 0;
    left: 0;
    padding: 5px;
}
.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid var(--primaryColor);
    border-top: 0;
    border-bottom-color: var(--primaryColor);
    position: absolute;
}

.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    position: absolute;
}
.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
    color: #fff;
    background-color: var(--primaryColor);
}
.datepicker-dropdown.datepicker table tr td.today,
.datepicker-dropdown.datepicker table tr td.today.disabled,
.datepicker-dropdown.datepicker table tr td.today.disabled:hover,
.datepicker-dropdown.datepicker table tr td.today:hover {
    background-color: var(--primaryColor);
    background-image: unset;
    color: #fff;
}
.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
    top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid red;
}
.datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid red;
}
.datepicker table {
    margin: 0;
    user-select: none;
}
.datepicker td {
    background-color: #f2f6ff;
}
.datepicker td,
.datepicker th {
    text-align: center;
    width: 30px;
    height: 30px;
    border: none;
    padding: 8px;
    font-size: 15px;
}
.datepicker.datepicker-dropdown table tr td.active.active {
    background-color: var(--primaryColor);
    background-image: unset;
    color: #fff;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
    cursor: pointer;
}

.datepicker .prev .disabled,
.datepicker .next .disabled {
    visibility: hidden;
}
.datepicker .range-start.range-end {
    background-image: none;
}

.datepicker .range {
    background: #d5e9f7;
}
.datepicker .day:hover,
.datepicker .month:hover,
.datepicker .year:hover,
.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover {
    background-color: var(--primaryColor);
    color: white;
    border-radius: 4px;
}
.datepicker .datepicker-switch{
    background-color: var(--primaryColor);
    color: white;   
}

.status-label.active-status {
    display: flex;
    gap: 20px;
}
.datepicker-months,
.datepicker-years {
    width: 213px;

}
.datepicker-months td,
.datepicker-years td {
    width: auto;
    height: auto;

}
.datepicker-months .month,
.datepicker-years .year {
    color: #fff;
    background-color: var(--primaryColor);
    border-color: var(--primaryColor);
    float: left;
    display: block;
    width: 23%;
    height: 46px;
    line-height: 46px;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px;
}
.day.active,
.start-date-active {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.custom-list-dropdown i {
    position: absolute;
    right: 15px;
    top: 13px;
    color: #505050;
    font-size: 15px;
}
.from-input-date label.to-input-date label{
    color: #505050;
    font-size: 15px;
    margin-bottom: 3px;
}
.search-btn {
    display: flex;
    column-gap: 17px;
}
.transaction-head-btn {
    display: flex;
    column-gap: 17px;
}
.from-input-date .form-control,.to-input-date .form-control{
    color: #505050;
}
.account-successfully.notic-info {
    background: #fff2c7ad;
    padding: 13px 13px;
}
.account-successfully.notic-info p b {
 color: #1f1f1f !important;
 line-height: 26px;
 font-weight: 600;
}
.account-successfully.notic-info .text-success {
    color: #947313 !important;
}
.reset-mpin-wrapper .loading i {
    font-size: 13px;
    line-height: normal;
}
.btn-close {
    width: 0px;
    height: 0px;
    padding: 16px !important;
    opacity: 0.9;
    border-radius: 50%;
    position: absolute;
    top: -32px;
    right: -31px;
    justify-content: center;
    opacity: 1;
    font-size: 24px;
    color: #fff;
    border: 1px solid #ffffff96 !important;
    align-items: center;
    display: flex;
    background-color: #6360c8;
    background-image: none;
}
.btn-close:focus{
    box-shadow: none;
}
.btn-close:hover{
    color: #fff;
    opacity: 1;
}
.modal-header {
    border-bottom: 1px solid var(--primaryColor);
    padding: 15px 30px;
    padding-top: 27px;
}
.modal-title{
    color: #1B1B1B;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
}
.modal .modal-dialog {
    transform: none;
    max-width: 546px;
}
.active-status{
    color: #2BB32A !important;
}
.field-data-name{
    position: absolute;
    top: 13px;
    right: 20px;
    color:  #505050;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}
.otp-verifiction {
    position: relative;
}
.otp-btn {
    padding: 6px 14px;
    font-size: 14px;
    font-weight: 500;
    color: var(--primaryColor);
    outline: none;
    background-color: transparent;
    position: absolute;
    border: none;
    top: 9px;
    border-radius: 6px;
    right: 6px;
}
button[disabled] {
    opacity: .5;
    cursor: not-allowed;
    background-color: var(--primaryColor) !important;
    color: #e5e5e5 !important;
}
/* ----admin------ */
.custom-form-wrapper{
    max-width: 900px;
    padding: 36px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.custom-form .form-row{
    display:flex;
    gap:20px;
}

.form-group{
    flex:1;
    display:flex;
    flex-direction:column;
}


.form-input{
    padding:10px 12px;
    border:1px solid #ddd;
    border-radius:6px;
    font-size:14px;
    outline:none;
    transition:0.3s;
}

.form-input:focus{
    border-color:#6a5cff;
    box-shadow:0 0 0 2px rgba(106,92,255,0.1);
}

.form-textarea{
    min-height:90px !important;
    resize:none;
}

.full-width{
    flex:1;
}

.form-submit {
    margin-top: 42px;
    text-align: center;
}

.profile-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
}

.card{
    background:#fff;
    border-radius:6px;
    padding:20px;
    box-shadow:0 2px 6px rgba(0,0,0,0.05);
    margin-bottom: 22px;
}


.info-row{
    display: flex;
    justify-content: space-between;
    padding: 9px 14px;
    border-radius: 5px;
    margin-bottom: 6px;
    border: 1px solid #0000003b;
    background: #eeedf99c;
    font-size: 16px;
}
span.badge.text-warning {
    background: #fff0c0;
    color: #a17800 !important;
    font-weight: 600;
}

.badge{
    padding: 4px 8px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 12px;
    background-color: #c3f2d5;

}

.green {
    color: #1aa053;
}

.red {
    color: #e63946;
}

.badge.green {
    background: #d8f5e4;
    color: #0f8c46;
}
.info-row span:last-child {
    color: #000;
    font-weight: 500;
}

.badge.red {
    background: #ffd9d9;
    color: #e63946 !important;
}

.wallet-balance {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.wallet-right {
    display: flex;
    gap: 10px;
    align-items: center;
}

.amount {
    font-weight: bold;
    font-size: 16px;
    color: #1aa053;
}

.btn.green {
    background: #2ecc71;
    color: #fff;
}

.btn.red {
    background: #e63946;
    color: #fff;
}

.btn.blue {
    background: var(--primaryColor);
    color: #fff;
}

.payment-grid {
    display: grid;
}

.tab-header {
    margin-bottom: 10px;
}

.tab-header .tab {
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
    background: #ddd;
    cursor: pointer;
    transition: 0.5s;
}

.tab-header .tab:hover {
    background: var(--primaryColor);
    color: #fff;
}

.tab-header .tab.active {
    background: var(--primaryColor);
    color: #fff;
}

.transaction-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.transaction-table th,
.transaction-table td {
    padding: 10px;
    border-bottom: 1px solid #eee;
    text-align: left;
}

.load-more {
    text-align: center;
    margin-top: 15px;
}

.user-details-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding: 8px 0;
}

.detail-row label {
    font-weight: 600;
    color: #555;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    background-image: none;
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    box-shadow: none;
}
.error {
    color: #ee0003 !important;
    display: block;
    font-weight: 400 !important;
    font-size: 15px !important;
    padding-left: 2px;
    margin-top: 2px;
    margin-bottom: 0px !important;
}
.detail-value {
    display: flex;
    align-items: center;
    gap: 10px;
}

.copy-btn {
    border: none;
    background: transparent;
    color: #6c63ff;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
}

.copy-btn:hover {
    color: #000;
}

.copy-all-btn {
    padding: 8px 25px;
}

/* --------------------------------------------- */
.dropdown-menu.user-profile-menu .account-info-card {
    padding: 18px 14px;
    width: 100%;
    border-bottom: 1px solid #6360c8d4;
    justify-content: left;
    text-align: center;
}
.dropdown-menu.user-profile-menu {
    max-width: 255px;
    width: 100%;
    right: 32px;
}
.select2-container-box{
    width:300px;
}

.select-label{
    display:block;
    margin-bottom:5px;
    font-size:14px;
}

.select2-container--default .select2-selection--single{
    height:40px;
    border-radius:6px;
    border:1px solid #ddd;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 10px !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #6360c8 !important;
    color: white;
}

span#select2-5z7n-container {
    font-size: 16px !important;
    height: 46px;
    width: 100%;
    padding: 9px 22px;
    color: #000;
    border-radius: 5px;
    border: 1px solid #6a5acdab;
    position: relative;
    background: #FFF;
}
.select2-container--default .select2-selection--single{
    height: 46px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    padding: 9px 13px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 10px;
    right: 1px;
    width: 33px;
}

.select2-container--default .select2-selection__rendered{
    line-height:38px;
    padding-left:10px;
}

.select2-container--default .select2-selection__arrow{
    height:40px;
}

.select2-search--dropdown .select2-search__field{
    padding:6px;
    border-radius:4px;
    border:1px solid #ccc;
}
.filter-actions {
    display: flex;
    align-items: center;
    gap: 9px;
}
.small-btn.small-btn-bg {
    background: #dcdcf391;
    color: #6360c8;
}
.submit-btn{
    padding:10px 24px;
    background:#6a5cff;
    color:#fff;
    border:none;
    border-radius:6px;
    font-size:14px;
    cursor:pointer;
}
.submit-btn:hover{
    background:#5747e5;
}
.close-sidebar{
    font-size:22px;
    cursor:pointer;
    display:none;
}

.menu-bar{
    font-size:24px;
    cursor:pointer;
    display:none;
}
.overlay{
    position:fixed;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.4);
    left:0;
    top:0;
    z-index:900;
    display:none;
}
.mob-logo{
    display: none;
}

.header-right-menu {
    display: flex;
    align-items: center;
    gap: 10px;
}
.loading i {
    color: #fff;
    padding-left: 0px !important;
}
.ri-loader-line {
    animation: 2s linear infinite ri-spin;
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
}
.form-section-title {
    margin-top: 51px;
    border-bottom: 1px solid #00000059;
    margin-bottom: 7px;
    padding-bottom: 13px;
}
@keyframes ri-spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* =====supports====== */
.main-body-info.main-body-bg {
    background-color: transparent;
}
.chat-ticket-info {
    display: flex;
    gap: 8px;
}
.text-pending {
    color: #664d03 !important;
}
.text-success{
    color: #198754 !important;
}
.text-danger {
    color: #dc3545 !important;
}
.support-main-info {
    display: flex;
    gap: 69px;
}
.main-title h2 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 23px;
}
.support-left-box{
    width: 30%;
}
.support-ticket-data {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.chat-info-text {
    color: var(--primaryColor);
    font-weight: 800;
    cursor: pointer;
    border-bottom: 1px dashed;
}
.chat-info-text:hover{
    color: #000;
}
.support-create-tickets {
    width: 66%;
}
.ticket-history-info {
    margin-top: 35px;
}
.form-select:focus{
    box-shadow: none;
    border: 1px solid #6a5acdab;
}
.tickets-inner {
    display: flex;
    gap: 22px;
    position: relative;
    background: #FFF;
    overflow: hidden;
    border-radius: 10px;
    padding: 34px 20px;
    box-shadow: 0px 1px 10px 3px #00000014;
    align-items: center;
}
.ticket-invoice {
    font-size: 34px;
    width: 50px;
    height: 50px;
    color: #3e3e3e;
    background-color: #6a6a6a1f;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tickets-inner h4 ,.tickets-inner h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #1B1B1B;
    margin-bottom: 10px;
}
.tickets-inner h3{
    margin-bottom: 0px;
    font-size: 25px;

}
.wallet-bal-mob {
    display: flex;
    align-items: center;
    gap: 12px;
}
.card-data-box input[type="file"] {
    width: 100%;
    cursor: pointer;
    position: relative;
    z-index: 0;
    top: -2px;

}
.form-select {
    font-size: 16px !important;
    height: 46px;
    width: 100%;
    padding: 9px 22px;
    color: #000;
    border-radius: 5px;
    border: 1px solid #6a5acdab;
}
.open-tickets h4, .open-tickets h3 {
    color: #155724;
}
.close-tickets h4, .close-tickets h3 {
    color: #721c24;
}
.ticket-btn {
    margin-top: 18px;
}
.file-attach i {
    position: absolute; 
    right: 14px;
       top: 11px;
    font-size: 25px;
}
textarea.form-control {
    min-height: 100px;
}
.tickets-inner::after {
    width: 150px;
    height: 140px;
    background-color: #6360c894;
    position: absolute;
    right: -46px;
    /* filter: blur(60px); */
    top: -72px;
    border-radius: 20%;
    content: '';
}
.support-main-info {
    display: flex;
    gap: 69px;
}
.card-data-box {
    background: #FFF;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 1px 10px 3px #00000014;
}
.chat-history-modal {
    max-width: 649px;
    width: 100%;
    box-shadow: 5px 8px 47px #0000009c;
}
.chat-history-body ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.user {
    max-width: 70%;
    margin-right: 0;
    margin-left: auto;
    float: right;
    display: inline-block;
}
.ticket-num {
    color: #1B1B1B;
    text-align: right;
    margin-bottom: 8px;
    font-size: 14px;
    font-style: normal;
    display: flex;
    justify-content: end;
    font-weight: 600;
}
.user-info {
 background: #ffffff;
 border: 1px solid #acaade;   
}
.message {
    border-radius: 10px 10px 0px 10px;
    padding: 13px;
}
.user .message p {
    color: #000;
    font-size: 15px;
}
.message p {
    margin: 0;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}
.message.user-info a {
    color: #8684ff;
    font-size: 12px;
    display: flex;
    margin-bottom: 4px;
    text-decoration: underline;
    margin-top: 8px;
}
.user .message-data-time {
    text-align: end;
    font-size: 11px !important;
    color: #565252 !important;
    margin-top: 18px;
}
.admin {
    margin-right: auto;
    margin-left: 0;
    float: left;
    max-width: 70%;
    display: inline-block;
}
.admin .ticket-num {
    justify-content: start;
}
.admin .message {
    flex-direction: row-reverse;
    justify-content: start;
}
.message.admin-info a {
    font-size: 13px;
    display: flex;
    margin-bottom: 1px;
    color: #4643d3;
    text-decoration: underline;
    margin-top: 6px;
}
.admin .message-data-time {
    text-align: left;
    color: #3b3a3a !important;
    margin-top: 16px;
    font-size: 11px !important;
}
.modal-backdrop{
    z-index: 0 !important;
}
.admin .message p {
    color: #292929;
    text-align: left;
    height: 100%;
    font-size: 15px;
    font-weight: 500;
}
.admin-info {
    background: #6a5acd1c;
    border-radius: 0px 10px 10px 10px;
    border: 1px solid #495fd194;
}

.chat-history-modal {
    max-width: 649px;
    width: 100% !important;
}
.offcanvas-end {
    background: #f4f4f4;
}
.offcanvas-header {
    background: #a0a6dc75;
}
.chat-history-modal .offcanvas-body {
    max-height: calc(100% - 145px);
    overflow-x: auto;
}
.chat-history-body ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.chat-msg-menu {
    position: fixed;
    width: 100%;
    bottom: 0;
    right: 0px;
    padding: 20px 8px;
    background: #acaade;
    margin: auto;
    max-width: 649px;
}
.mess-text-box
{
    width: 100%;
    column-gap: 15px;
    display: flex;
    align-items: baseline;
}

.message-send-input {
    margin: 0;
    width: 100%;
    position: relative;
}
.message-handle {
    display: flex;
    gap: 12px;
}
.file-upload-message {
    position: relative;
    cursor: pointer;
    padding: 3px 10px;
    height: 100%;
    border-radius: 5px;
    background-color: var(--primarybg);
    border: 1px solid var(--primarybg);
}
.file-upload-message label {
    cursor: pointer;
}
.message-handle i {
    font-size: 24px;
    cursor: pointer;
    color: #fffffff2;
}
.file-upload-message input {
    display: none;
}
.send-message {
    cursor: pointer;
    padding: 3px 10px;
    height: 100%;
    display: flex;
    border-radius: 5px;
    background-color:  var(--primarybg);
    border: 1px solid  var(--primarybg);
}

/* wallet======== */
.wallet-main-vard {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.balance-card {
  max-width: 32%;
  border-radius: 30px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.card-header {
    padding: 30px;
    position: relative;
    height: 180px;
    display: flex;
    background-image: url('../img/wave-shape.svg');
    background-position: initial;
    background-size: cover;
    color: #fdfdfd;
}

.wallet-theme  {
    background: linear-gradient(135deg, #7c4dff, #b388ff);
}

.collection-theme {
    background: linear-gradient(135deg, #1e88e5, #4fc3f7);
}

.app-icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.app-icon img {
    width: 30px;
}

.card-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 26px;
    text-transform: capitalize;
}
.balance-card .card-title {
    color: #fff;
    font-size: 24px;
    margin-bottom: 0px;
}
.card-subtitle {
 font-size: 0.9rem;
 opacity: 0.8;
 margin-top: 5px;
 color: #ffffffdb;
}


.floating-3d-img {
    position: absolute;
    right: 20px;
    top: 30px;
    width: 130px;
    filter: drop-shadow(0 10px 15px rgba(0,0,0,0.2));
}

.card-body {
   padding: 30px;
   margin-top: 30px;
   background: white;
   border-radius: 30px 30px 0 0;
}

.balance-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}

.item-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.icon-box {
    width: 40px;
    height: 40px;
    background: #6a5acd1c;
    border-radius: 10px;
    display: flex;
    align-items: center;
    font-size: 18px;
    justify-content: center;
    color: #6a5acd;
}

.label {
    text-transform: capitalize;
    color: #666;
    font-weight: 500;
}

.amount {
    font-weight: 700;
    color: #333;
}

.total-row { border-bottom: none; margin-bottom: 10px; }
.btn-transfer {
    width: 100%;
    padding: 18px;
    border: none;
    border-radius: 20px;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: transform 0.2s;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.wallet-theme .btn-transfer {
    background: linear-gradient(135deg, #7c4dff, #b388ff);
}

.collection-theme .btn-transfer {
    background: linear-gradient(135deg, #1e88e5, #4fc3f7);
}

.btn-transfer:hover {
    transform: translateY(-2px);
    filter: brightness(1.1);
}
th.dt-orderable-none.dt-type-numeric {
    text-align: left !important;
}
.amount-text {
    color: #626262;
    font-size: 12px;
}
.auth-qr-box {
    display: flex;
    align-items: center;
    gap: 53px;
    margin-top: 31px;
    margin-bottom: 8px;
}
.auth-qr-info svg {
    border: 1px solid #0000007a;
    padding: 13px;
    border-radius: 7px;
    box-shadow: 0px 2px 6px 4px #00000029;
    background: #6264c400;
}
.auth-info-title h5 {
    margin-bottom: 11px;
}
.auth-info-title p {
    font-size: 16px;
}
.qr-info-note {
    background: #6264c41c;
    padding: 17px 28px;
    color: #000 !important;
    border-radius: 6px;
}
.summary-stats{
    display: flex;
    justify-content: end;
    align-items: center;
    height: 54px;
    position: absolute;
    top: 7px;
    right: 1px;
    padding: 10px 20px;
}
.alert.alert-danger {
    border-radius: 0px;
    margin-bottom: 1px;
    padding: 6px 10px;
}
.offcanvas-header h5 {
    color: #6360c8;
}
@media(max-width:1660px){
    .custom-table td {
        white-space: pre-wrap;
    }
    .table-container {
        overflow-x: scroll;
    }
    .paying-inner-item{
        width: calc(23.33% - -2px);
    }
    .main-content-data {
        padding: 0px 26px 68px 26px;
    }
    .total-amount h4{
        font-size: 17px;
    }
    .total-amount p{
       font-size: 15px;
   }
   .card-body{
    margin-top: 11px;
}
.card-title {
    font-size: 18px;
}
.wallet-main-vard{
    gap: 15px;
}
.floating-3d-img{
    width: 115px;
}
.total-row{
    margin-bottom: 19px;
}
.btn-transfer{
    padding: 11px 15px;
    border-radius: 14px;
}
.icon-box {
    width: 35px;
    height: 35px;
}
.balance-item{
    padding: 12px 0;
}
.card-header {
    padding: 18px 30px;
}
.card-body{
    padding: 18px 20px;
}
.paying-inner-item {
    padding: 14px 11px;
}
.support-main-info{
    gap: 27px;
}
.tickets-inner::after {
    width: 108px;
    height: 115px;
}
.dt-paging.paging_full_numbers{
    padding-bottom: 18px;
}
}
@media(max-width:1500px){
    .navbar-brand img {
        max-width: 111px;
    }
    .main-content-data {
        padding: 0px 17px 55px 17px;
        margin-top: 39px;
    }
    .summary-stats{
            gap: 25px;
    }
    .paying-inner-item {
        width: calc(23.33% - -7px);
        margin: 0px 4px;
    }
    .total-amount{
        padding: 7px 6px;
    }
    .inner-card-details .wallet-title h2 {
        font-size: 17px;
    }
    .inner-card-details .wallet-title i {
        font-size: 22px;
        width: 30px;
        height: 30px;
    }
    .custom-table td {
        padding: 12px 7px;
    }
    .inner-title h2 {
        color: #1B1B1B;
        font-size: 21px;
    }
    .inner-card-details .wallet-title {
        padding: 9px 11px;

    }
    .inner-card-details .total-amount{
        padding: 16px 17px;
    }
    .filter-group.search-box{
        max-width: 270px;
    }
    .custom-list-dropdown {
        cursor: pointer;
        min-width: 166px;
    }
    .date-range-input {
        width: 230px;
    }
    .filter-limit .custom-list-dropdown {
        cursor: pointer;
        min-width: 18px;
    }
      .sidebar {
        width: 264px;
    }
    .main-data-info{
            margin-left: 263px;
    }
    .sidebar-menu {
        padding-left: 20px;
    }
    .logout-btn {
        margin-top: 78px;
    }

}
@media(max-width:1400px){
    .paying-inner-item {
        width: calc(49.33% - 4px);
    }
    .stats-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
  
    table.dataTable>tbody>tr>th, table.dataTable>tbody>tr>td {
        padding: 8px 6px;
    }
    .floating-3d-img {
          width: 109px;
    }
    table.dataTable>thead>tr>th, table.dataTable>thead>tr>td {
        padding: 10px 6px;
        border-bottom: none;
    }
    .card-header{
        height: 157px;
    }
    .amount{
        font-size: 14px;
    }
    .label {
        font-size: 15px;
    }
    .custom-table td{
        font-size: 13px;
    }
    .icon-box {
        width: 32px;
        font-size: 14px;
        height: 32px;
    }
    .item-info{
        gap: 5px;

    }
    .balance-item {
        padding: 7px 0;
    }
    .card-body {
        padding: 16px 12px;
    }

}
@media(max-width:1300px){
    .balance-card {
        max-width: 48%;
    }
    .tickets-inner::after{
        display: none;
    }
    .inner-header-menu{
            padding: 13px 12px;
    }
}
@media(max-width:1150px){
    .navbar .nav-link {
        padding: 10px 16px !important;
        font-size: 20px;
    }
    .acc-inner-data {
        width: 482px;
    }
    .custom-list-dropdown .list-item-dropdown {
        left: auto;
    }
    .support-main-info {
        gap: 27px;
        flex-direction: column;
    }
    .support-left-box{
        width: 100%;
    }
    .support-create-tickets{
        width: 100%;
    }
        .summary-stats {
        padding: 13px 3px;
        flex-wrap: wrap;
        width: auto;
        height: auto;
        gap: 8px;
        justify-content: left;
        position: static;
    }
}
@media(max-width:1024px){
 .acc-inner-data {
    width: 444px;
}
.acc-data{
    padding: 40px 0px;
}
label.form-check-label{
    font-size: 14px;
}
.acc-logo p {
    font-size: 19px;
    line-height: 29px;
}
.acc-footer-btn a{
    font-size: 14px;
}
.account {
    padding: 0px;
    padding-top: 23px;
    min-height: auto;
}
.acc-data-img{
    border-radius: 20px 20px 0px 0px;
    padding-bottom: 33px !important;
    padding: 35px 0px;
}
.acc-logo img {
    width: 154px;
    margin-bottom: 19px;
}
}
@media(max-width:992px){
    .navbar-brand img {
        max-width: 111px;
    }
    .sidebar-menu ul li a{
        padding: 12px 20px;
        font-size: 17px;
    }
    .sidebar-menu ul li {
        margin-bottom: 11px;
    }
    .mob-logo{
        display: block;
    }
    .mob-logo img {
        width: 123px;
    }
    .inner-header-menu{
        justify-content: space-between;
        padding: 15px 16px;
    }
    .sidebar{
        left:-260px;
    }

    .sidebar.active{
        left:0;
        z-index: 9;
    }

    .menu-bar{
        display:block;
        margin-left: 14px;
    }
    .close-sidebar{
        display:block;
        position: absolute;
        top: -2px;
        right: 8px;
        font-size: 32px;
    }
    .sidebar-logo{
        padding-left: 39px;
        text-align: left;
    }

    .overlay.active{
        display:block;
    }
    .sidebar-logo img{
            width: 130px;
    }

    .sidebar{
        transform:translateX(-100%);
    }

    .sidebar.active{
        transform:translateX(0);
    }

    .overlay{
        position:fixed;
        inset:0;
        background:rgba(0,0,0,0.4);
        opacity:0;
        visibility:hidden;
        transition:0.3s;
        z-index:1;
        
    }
    .overlay.active{
        opacity:1;
        visibility:visible;
    }
    
    .navbar .nav-link{
        font-size: 16px;
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
    .navbar-nav .nav-link.active::after{
        display: none;
    }
    .navbar .nav-link{
        border-bottom: 2px solid #6d6d6d4f;
    }
    .main-content-data {
        padding: 0px 16px 49px 16px;
        margin-top: 56px;
    }
    .main-data-info{
        margin-left: 0px;
    }
    .wallet-bal-mob {
    position: absolute;
    top: 66px;
    padding-bottom: 5px;
    justify-content: end;
    width: 100%;
    right: 0;
    
    padding-right: 12px;
    background: #fff;
}
.head-wallet-info {
    display: flex;
    align-items: center;
    gap: 4px;
}  
.info-row span:last-child{
    font-size: 13px;
} 
.info-row span {
    font-size: 13px;
} 
}
@media(max-width:768px){
   .stats-row {
    gap: 10px;
}
.qr-info-note{
        padding: 6px;
}
.auth-qr-info svg{
        padding: 9px;
}
.custom-form-wrapper{
    padding: 20px;
}
.respons-details-box p {
    line-height: 26px;
    font-weight: 600;
    font-size: 14px;
    color: #505050ed;
}
.balance-card {
    max-width: 100%;
}
.custom-form-wrapper .form-group{
    margin-top: 13px;
}
.custom-form-wrapper  .custom-form .form-row{
    gap: 0;
}
.custom-form .form-row {
    flex-direction: column;
    gap: 15px;
}
.profile-grid{
    grid-template-columns: auto;
}
.tickets-inner{
    gap: 13px;
    padding: 15px 20px;
}
.main-content-data{
    padding: 0px 11px 49px 11px;
}
.message-handle {
    display: flex;
    gap: 5px;
}
.tickets-inner h4, .tickets-inner h3{
    font-size: 18px;
}
.ticket-invoice {
    font-size: 24px;
    width: 42px;
    height: 42px;
}
.tickets-inner h3{
    font-size: 22px;
}
.admin{
    max-width: 98%;
}
.mess-text-box{
    column-gap: 5px;
}
.user {
    max-width: 98%;
}
.main-title h2 {
    font-size: 20px;
    margin-bottom: 15px;
}
.wallet-item.balance-section.wallet-bal-info {
    padding: 3px 7px !important;
    border-radius: 4px;
}
.wallet-item.hold-section.wallet-bal-info {
    padding: 3px 7px !important;
    border-radius: 4px;
}
.wallet-bal-mob{
    top: 65px;
}
.card{
   margin-bottom: 0px;
   padding: 8px;
}
.card-title {
    font-size: 18px;
    margin-bottom: 14px;
}
.inner-details {
    margin-bottom: 25px;
}
.info-row {
    font-size: 14px;
    padding: 7px 8px;
}
.inner-title {
    margin-bottom: 25px;
}
.inner-title h2{
    margin-bottom: 0px;
}
.btn-close{
    top: -40px;
    right: 0;
}
.filter-group.search-box {
    max-width: 250px;
}
    .paying-inner-item {
    width: 100%;
}
    .details-row{
        margin: 0px 0px;  
        row-gap: 12px;
}
.form-control.file-attach{
    overflow: hidden;
}
}
@media(max-width:575px){
    .mob-logo img {
        width: 101px;
    }
    .stat-badge {
        padding: 6px 11px;
        border-radius: 8px;
        font-size: 11px;
    }
    .wallet-bal-info .wallet-value{
        font-size: 13px;
    }
    .dropdown-menu{
        top: 60px;
    }
    .wallet-bal-mob{
        gap: 5px;
        top: 51px;
    }
    .wallet-bal-info .wallet-label {
        font-size: 13px;    
    }
    .wallet-item {
        gap: 5px;
        font-size: 13px;
    }
    .form-section-title {
        font-size: 19px;
        margin-bottom: 9px;
        margin-top: 30px;
        padding-bottom: 8px;
    }
    .card-header {
        height: auto;
    }
    .app-icon{
        width: 48px;
        height: 46px;
    }
   
    .card-header {
        height: 145px;
    }
    .inner-header-menu {
        justify-content: space-between;
        padding: 7px 8px;
    }
    span.mob-dis-none {
        display: none;
    }
    .form-submit {
        margin-top: 25px;
    }
    .card-title {
        margin-bottom: 7px;
    }
    .add-btn .small-btn {
        padding: 5px 13px;
    }
    .custom-form-wrapper {
        padding: 15px;
    }
    .filter-actions .small-btn {
        padding: 7px 20px;
    }

    .sidebar-menu {
        padding-left: 23px;
    }
    .title-label, .form-label{
        font-size: 15px;
        margin-bottom: 4px;
    }

    .custom-table th{
        padding: 7px 7px;
        font-size: 11px;
    }
    .stats-row{
        margin-bottom: 10px;
    }
    .notification-dropdown {
        width: 308px;
    }
    .notification-item a{
        font-size: 13px;
    }
    .stats-row {
        gap: 10px;
        grid-template-columns: repeat(1, 1fr);
    }
    .custom-main-card {
        padding: 9px;
    }
    .filter-group.search-box {
        max-width: 100%;
    }
    .table-footer p{
        font-size: 16px;
    }
    .summary-stats{
     padding: 13px 3px;
     flex-wrap: wrap;
     width: auto;
     height: auto;
     gap: 8px;
     justify-content: left;
     position: static;
 }
 .balance-card .card-title {
    font-size: 20px;
 }
 .stat-badge{
    width: auto;
}
.table-footer{
    flex-direction: column;
    gap: 10px;
}
.transaction-container{
    padding: 14px 13px;
}

.date-filter     .date-range-input {
    width: 100%;
    font-size: 16px !important;
    height: 46px;
    width: 100%;
    padding: 9px 22px;
}
.acc-form-control{
    height: 45px;
    padding: 9px 17px;
}
.chat-msg-menu{
    padding: 10px 8px;
}
.acc-title {
   margin-bottom: 21px;
}
.acc-field .input-icon{
    font-size: 16px;
}
.acc-title h1{
    font-size: 18px;
}
.acc-back-btn {
    margin-top: 18px;
}
.dt-paging.paging_full_numbers {
    text-align: center;
}
div#data-grid_info {
    margin-top: 9px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 11px;
}
.custom-table td{
            font-size: 12px;
}
.custom-table td {
    white-space: normal;
}
.form-group {
   margin-top: 16px;
}
.modal-body .form-group {
    margin-top: 12px;
}
.successfully h2 {
    font-size: 16px;
    margin-bottom: 5px;
}
.modal-body{
    padding: 11px;
}
.modal-body .user-details-wrapper {
    flex-direction: column-reverse;
}
.acc-button-info {
    margin-top: 26px;
}
.acc-logo p {
    font-size: 16px;
    line-height: 24px;
}
.acc-field input::placeholder{
    font-size: 15px;
}
.input-icon i {
    color: #6c6c6c;
    font-size: 18px;
}
.acc-field .input-icon{
    top: 11px;
    right: 14px;
}
button.nav-link{
    margin-right: 0px !important;

}
.custom-tab .nav-tabs{
    gap: 7px;
}
.filter-group select{
    border: none;
    width: 100%;
}
.auth-info-title h5 {
    margin-bottom: 8px;
    font-size: 17px;
}
.auth-qr-box{
    flex-direction: column;
    gap: 17px !important;
}
.auth-info-title p {
    font-size: 14px;
}
.qr-info-note{
           padding: 8px 13px !important;
}
button.nav-link{
        padding: 6px 11px;
        font-size: 14px;
}
.small.text-muted.qr-info-note li {
    font-size: 11px;
}
.message-send-input .form-control::placeholder{
        font-size: 15px;
}
.message-send-input textarea.form-control {
    min-height: 39px;
    padding: 10px 9px;
}
.alert.alert-danger{
        font-size: 13px;
}
.offcanvas-header h5{
        font-size: 17px;
}
button.btn-close.text-reset{
    top: 18px;
}

.account-details.account-details-info {
    display: none;
}
.acc-bg-circle {
    width: 134px;
    height: 111px;
}
.input-icon a{
    top: -3px;
}
.acc-logo img {
    width: 133px;
    margin-bottom: 8px;
}
.acc-data .acc-inner-data .form-group {
    margin-top: 13px;
}
.acc-data-img {
    border-radius: 8px 8px 0px 0px;
    padding-bottom: 16px !important;
    padding: 16px 0px;
}
.acc-data .justify-content-center{
    width: 100%;
}
.card-title{
    margin-bottom: 11px;
}
.acc-footer-btn{
    display: flex;
    align-items: normal;
    gap: 17px;
    flex-direction: column;
    justify-content: space-between;
}
.container{
    padding: 0px 10px;
}
.acc-inner-data{
    width: 100%;
}
.acc-data {
    padding: 18px 5px;
}
.mpin-field{
    margin-top: 0px;
}
.acc-shape{
    width: 197px;
}
.paying-inner-item {
    width: calc(100% - 0px);
}
.wallet-label {
    font-weight: 500;
}
.qr-info-note{
    padding: 13px 12px;
}
.wallet-value {
    font-weight: 600;
}
.divider{
    display: none;
}
.wallet-container{
    flex-direction: column;
    align-items: baseline;
    gap: 8px;
    padding: 10px 11px;
}
.filter-group{
    width: 100%;
}
.inner-title h2{
    font-size: 19px;
    padding-bottom: 6px;
}
.main-content-data{
            margin-top: 70px;
}
.card-header {
    padding: 18px 16px;
}
.details-row{
    row-gap: 12px;
}
.wallet-item{
        align-items: baseline;
}
.head-wallet-info{
        flex-direction: column;
            gap: 0px;
            align-items: end;
}
.date-range-input {
    width: 192px;
    padding: 7px 3px;
    font-size: 14px;
}
.date-filter-wrapper{
    gap: 6px;
    flex-wrap: wrap;
}
}
span.badge.bg-success.bg-notification.ms-1 {
    display: inline-block;
    width: 10px;
    position: absolute;
    top: -14px;
    right: -8px;
    background: #000000;
    height: 15px;
    border-radius: 50%;
}
span.fw-bold {
    position: relative;
}
.message-send-input textarea.form-control{
    min-height: 43px;
}
span.status.primary {
    background: #ff7300cf;
    color: #fff;
}


button.nav-link.active{
    background: #695ec9 !important;
    color: #fff !important;
}
button.nav-link {
    background: #a2a4ff24 !important;
    border: 1px solid #6264c4 !important;
    margin-right: 13px;
    color: #6862c5;
    border-radius: 5px !important;
}
.custom-tab .nav-tabs{
    border-bottom: none !important;
    padding-bottom: 1px;
} 
button.nav-link:hover{
    background: #695ec9 !important;
    color: #fff !important;
}
