* {
  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;
    --primary: #2563EB;
    --primary-dark: #1D4ED8;
    --secondary: #7C3AED;
    --accent: #06B6D4;
    --bg: #ffffff;
    --bg-alt: #F7F8FC;
    --surface: #ffffff;
    --surface-glass: rgba(255,255,255,0.6);
    --border: rgba(15,23,42,0.08);
    --text: #0F172A;
    --text-muted: #52607A;
    --text-soft: #8592AB;
    --radius-sm: 10px;
    --radius-md: 16px;
    --radius-lg: 24px;
    --radius-pill: 999px;
    --shadow-sm: 0 2px 10px rgba(15,23,42,0.06);
    --shadow-md: 0 12px 32px rgb(99 96 200 / 20%);
    --shadow-lg: 0 24px 60px rgb(99 96 200 / 22%);
    --gradient-primary: #6a5acd;
    --gradient-accent: linear-gradient(135deg, var(--accent), var(--primary));
    --container: 1200px;
    --nav-h: 76px;
    --ease: cubic-bezier(.22,1,.36,1);
    --color-ink:#14142B;
    --color-ink-soft:#4E4B66;
    --color-ink-faint:#8886A3;
    --color-bg:#FFFFFF;
    --color-surface:#F7F7FC;
    --color-border:#E5E4F1;
    --color-code-bg:#14142B;
    --color-code-text:#E6E4F7;
    --color-code-key:#B8B3FF;
    --color-success:#1F9E6E;
    --color-success-bg:#E7F7F1;
    --color-error:#D8465C;
    --color-error-bg:#FBEAED;
    --color-warning:#B9791B;
    --color-warning-bg:#FDF3E2;
    --sidebar-width: 288px;
        --color-primary: #6a5acd;
    --color-primary-dark: #6a5acd;
    --color-primary-light: #EFEEFF;
    --topbar-height: 64px;
}

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: 300px;
    margin-bottom: 20px;
}
.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: 8px;
    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: 216px;
    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: 23px;
    padding-top: 27px;
    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;
}
.form-control.file-attach input {
    width: 100%;
    cursor: pointer;
}
.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;
}
.export-excel {
    text-align: end;
    width: 100%;
}
.export-excel .small-btn{
    margin-right: 15px;
}
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:0px;
    margin-bottom: 0px !important;
}
.contact-form .form-group {
    margin-top: 3px;

}
.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;
    gap: 320px;
    height: 54px;
    position: absolute;
    top: 14px;
    left: 353px;
    padding: 10px 20px;
}
.alert.alert-danger {
    border-radius: 0px;
    margin-bottom: 1px;
    padding: 6px 10px;
}
.offcanvas-header h5 {
    color: #6360c8;
}

/* -=========index page========================= */


.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--primary);
  color: #fff;
  padding: .75rem 1.25rem;
  z-index: 1000;
  border-radius: 0 0 8px 0;
}

.skip-link:focus {
  left: 0;
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
}

.container-narrow {
  max-width: 800px;
}

.section {
  padding: 110px 0;
  position: relative;
}

@media (max-width:768px) {
  .section {
    padding: 72px 0;
  }
}

.eyebrow {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: .8rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--primaryColor);
  background: rgb(99 96 200 / 21%);
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  margin-bottom: 1rem;
}

.section-head {
  max-width: 640px;
  margin: 0 auto 3.5rem;
  text-align: center;
}

.section-head h2 {
  font-size: clamp(1.7rem, 3.2vw, 2.4rem);
}

.section-sub {
  font-size: 1.05rem;
}

/* =========================================================
   Buttons
========================================================= */
.btn {
display: inline-flex;
    padding: 8px 25px;
    font-size: 15px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    border-radius: 7px;
    color: var(--whiteColor);
    border: 1px solid var(--primaryColor);
    transition: all 0.3s ease-in-out;
}

.btn svg {
  transition: transform .25s var(--ease);
}

.btn:hover svg {
  transform: translateX(3px);
}

.btn-lg {
  padding: 1rem 2rem;
  font-size: 1rem;
}

.btn-block {
  width: 100%;
}

.btn-primary {
  background: var(--gradient-primary);
  color: #fff;
  box-shadow: var(--shadow-md);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

.btn-outline {
    background: transparent;
    border-color: rgb(99 96 200);
    color: #6360c8;
        padding: 8px 25px;
}

.btn-outline:hover {
   background-color: var(--primarybg);
    border-color: rgb(99 96 200);
    color: #fff;
}

.btn-ghost {
  background: transparent;
  color: var(--text-muted);
}

.btn-ghost:hover {
    color: #6360c8;
    padding: 8px 25px;
    border-radius: 7px;
}

/* =========================================================
   Glassmorphism helper
========================================================= */
.glass {
  background: var(--surface-glass);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}

/* =========================================================
   Signature rail line (decorative, follows scroll)
========================================================= */
.rail-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6000px;
  z-index: 0;
  pointer-events: none;
  opacity: .35;
}

.rail-line path {
  fill: none;
  stroke: #6360c8;
  stroke-width: 1.4;
  stroke-dasharray: 6 10;
  stroke-linecap: round;
}

@media (max-width:900px) {
  .rail-line {
    display: none;
  }
}

/* =========================================================
   Navbar
========================================================= */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  background: transparent;
  transition: background .3s var(--ease), box-shadow .3s var(--ease), height .3s var(--ease), border-color .3s var(--ease);
}

.navbar.scrolled {
  background: var(--surface-glass);
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  box-shadow: var(--shadow-sm);
  height: 66px;
  border-bottom-color: var(--border);
}
a.brand img {
    width: 227px;
}

.nav-container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
      justify-content: space-between;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: .6rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.25rem;
}

.brand-name em {
  font-style: normal;
  color: var(--primary);
}

.nav-menu {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.nav-menu a {
  font-weight: 500;
  font-size: .94rem;
  color: var(--text-muted);
  position: relative;
  padding: 4px 0;
}

.nav-menu a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: var(--gradient-primary);
  transition: width .25s var(--ease);
}

.nav-menu a:hover {
  color: var(--text);
}

.nav-menu a:hover::after {
  width: 100%;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: .75rem;
}

.theme-toggle {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: var(--surface);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  transition: color .2s, border-color .2s;
}

.theme-toggle:hover {
  color: var(--primary);
  border-color: var(--primary);
}

.icon-moon {
  display: none;
}

[data-theme="dark"] .icon-sun {
  display: none;
}

[data-theme="dark"] .icon-moon {
  display: block;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  padding: 8px;
}

.nav-toggle span {
  width: 22px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: transform .3s, opacity .3s;
}

@media (max-width:960px) {
  .nav-cta-secondary {
    display: none;
  }

  .nav-menu {
    position: fixed;
    top: 61px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    background: var(--surface);
    padding: 15px 15px;
    gap: 1.1rem;
    border-bottom: 1px solid var(--border);
    transform: translateY(-8px);
    opacity: 0;
    visibility: hidden;
    transition: all .3s var(--ease);
    box-shadow: var(--shadow-md);
  }

  .nav-menu.open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .nav-toggle {
    display: flex;
  }

  .nav-toggle.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .nav-toggle.open span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}

@media (max-width:640px) {
  .nav-cta {
    display: none;
  }
}

/* =========================================================
   Hero
========================================================= */
.hero {
  position: relative;
  padding: calc(var(--nav-h) + 64px) 0 100px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--bg);
}

.grid-overlay {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(37, 99, 235, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(37, 99, 235, .05) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(ellipse at 50% 0%, black 10%, transparent 70%);
}

.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: .55;
  animation: float 16s ease-in-out infinite;
}

.blob-1 {
  width: 520px;
  height: 520px;
    background: #6360c873;
  top: -180px;
  left: -140px;
}

.blob-2 {
  width: 460px;
  height: 460px;
    background: #6967ca78;
  top: 60px;
  right: -160px;
  animation-delay: -5s;
}

.blob-3 {
  width: 360px;
  height: 360px;
     background: #ffffff;
  bottom: -140px;
  left: 35%;
  animation-delay: -10s;
  opacity: .35;
}

@keyframes float {

  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(30px, -30px) scale(1.08);
  }
}

[data-theme="dark"] .blob {
  opacity: .28;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 3rem;
  align-items: center;
}

.hero-copy h1 {
    font-size: 44px;
    margin-bottom: 11px;
    font-weight: 700;
}

.hero-sub {
  font-size: 1.12rem;
  max-width: 520px;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 2rem 0 2.25rem;
}

.hero-trustline {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.hero-trustline p {
  margin: 0;
  font-size: .92rem;
}

.avatars {
  display: flex;
}

.avatars span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin-left: -10px;
  border: 2px solid var(--bg);
  background:var(--primarybg);
}

.avatars span:first-child {
  margin-left: 0;
}

.avatars span:nth-child(2) {
  background: var(--primarybg);
}

.avatars span:nth-child(3) {
  background: var(--primarybg);
}

.avatars span:nth-child(4) {
  background: var(--primarybg);
}

.hero-visual {
  position: relative;
}

.dashboard-card {
  border-radius: var(--radius-lg);
  padding: 1.4rem;
  box-shadow: var(--shadow-lg);
}

.dashboard-head {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 1.1rem;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.dot.red {
  background: #F87171;
}

.dot.yellow {
  background: #FBBF24;
}

.dot.green {
  background: #34D399;
}

.dashboard-title {
  margin-left: .6rem;
  font-size: .85rem;
  font-weight: 600;
  color: var(--text-muted);
}

.dash-stat {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

.dash-label {
  font-size: .78rem;
  color: var(--text-soft);
}

.dash-value {
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 700;
}

.dash-delta {
  font-size: .8rem;
  font-weight: 600;
}

.dash-delta.up {
  color: #10B981;
}

.chart-wrap {
  margin-bottom: 1.1rem;
}

.chart-svg {
  width: 100%;
  height: 90px;
  overflow: visible;
}

.chart-line {
  fill: none;
  stroke: var(--primary);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.chart-fill {
  fill: rgba(37, 99, 235, 0.12);
  stroke: none;
}

.dash-tx {
  display: flex;
  flex-direction: column;
  gap: .6rem;
}

.dash-tx li {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .85rem;
  color: var(--text-muted);
}

.dash-tx li b {
  margin-left: auto;
  color: var(--text);
}

.tx-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.tx-dot.upi {
  background: var(--primary);
}

.tx-dot.card {
  background: var(--secondary);
}

.tx-dot.intl {
  background: var(--accent);
}

.float-chip {
  position: absolute;
  padding: .6rem 1rem;
  border-radius: var(--radius-pill);
  font-size: .8rem;
  font-weight: 600;
  box-shadow: var(--shadow-md);
  animation: bob 5s ease-in-out infinite;
}

.chip-1 {
  top: -18px;
  right: 10%;
  animation-delay: -1.5s;
}

.chip-2 {
  bottom: 14%;
  left: -30px;
  animation-delay: -3s;
}

@keyframes bob {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.scroll-cue {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
}

.scroll-cue span {
  display: block;
  width: 22px;
  height: 36px;
     border: 2px solid rgb(99 96 200 / 51%);
  border-radius: 14px;
  position: relative;
}

.scroll-cue span::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 50%;
  width: 4px;
  height: 8px;
  background: var(--primaryColor);
  border-radius: 2px;
  transform: translateX(-50%);
  animation: scrollDot 1.8s ease-in-out infinite;
}

@keyframes scrollDot {
  0% {
    opacity: 1;
    top: 6px;
  }

  100% {
    opacity: 0;
    top: 18px;
  }
}

@media (max-width:960px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
        order: -1;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
  }
}

/* =========================================================
   Trusted / logo marquee
========================================================= */
.trusted {
    padding: 41px 0;
    background: #6360c8;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.trusted-label {
  text-align: center;
  font-weight: 600;
  color:#ffffff;
  font-size: .85rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.logo-marquee {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
}

.logo-track {
  display: flex;
  gap: 3.5rem;
  width: max-content;
  animation: marquee 28s linear infinite;
}

.logo-track span {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 1.1rem;
    border: 1px solid #ffffffbf;
    color: #ffffff;
    opacity: .7;
    padding: 6px 15px;
    white-space: nowrap;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* =========================================================
   Card grids (services / why)
========================================================= */
.card-grid {
  display: grid;
     gap: 14px;
}

.services-grid {
  grid-template-columns: repeat(5, 1fr);
}

.why-grid {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width:1080px) {
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width:640px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-grid {
    grid-template-columns: 1fr;
  }
}

.service-card,
.why-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 1.8rem 1.5rem;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}

.service-card:hover,
.why-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
    border-color: rgb(99 96 200 / 65%);
}

.service-card h3,
.why-card h3 {
  font-size: 1.05rem;
}

.service-card p,
.why-card p {
  font-size: .92rem;
  margin-bottom: 0;
}

.card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgb(146 142 255 / 28%);
  color: var(--primaryColor);
  margin-bottom: 1rem;
  transition: transform .3s var(--ease), background .3s;
}

.card-icon svg {
  width: 22px;
  height: 22px;
}

.card-icon.accent {
      background: rgb(146 142 255 / 28%);
    color: var(--primaryColor);
}

.service-card:hover .card-icon,
.why-card:hover .card-icon {
  transform: scale(1.1) rotate(-6deg);
}

/* =========================================================
   Stats
========================================================= */
.stats {
  background: var(--gradient-primary);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.stats::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: .25;
  background-image: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, .4), transparent 40%), radial-gradient(circle at 80% 80%, rgba(255, 255, 255, .3), transparent 40%);
}

.stats-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  text-align: center;
  gap: 2rem;
}

.stat-num {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.7rem, 3.4vw, 2.6rem);
  color: #fff;
}

.stats .stat-label {
  display: block;
  margin-top: .4rem;
  font-size: .88rem;
  color: rgba(255, 255, 255, .85);
  font-weight: 500;
}

@media (max-width:900px) {
  .stats-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width:560px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* =========================================================
   Developers / API
========================================================= */
.dev-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 3rem;
  align-items: center;
}

.dev-points {
  display: flex;
  flex-direction: column;
  gap: .7rem;
  margin-top: 1.4rem;
}

.dev-points li {
  position: relative;
  padding-left: 1.6rem;
  color: var(--text-muted);
  font-size: .95rem;
}

.dev-points li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color:#6360c8;
  font-weight: 700;
}

.code-panel {
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.code-tabs {
  display: flex;
  border-bottom: 1px solid var(--border);
  overflow-x: auto;
}

.code-tab {
  background: none;
  border: none;
  padding: .9rem 1.3rem;
  font-size: .86rem;
  font-weight: 600;
  color: var(--text-soft);
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  transition: color .2s, border-color .2s;
}

.code-tab.active {
  color: var(--primaryColor);
  border-color: var(--primaryColor);
}

.code-body {
  position: relative;
}

.copy-btn {
  position: absolute;
  top: 14px;
  right: 14px;
  display: flex;
  align-items: center;
  gap: .4rem;
  background: rgba(255, 255, 255, .08);
  border: 1px solid var(--border);
  color: var(--text-muted);
  padding: .4rem .8rem;
  border-radius: var(--radius-pill);
  font-size: .78rem;
  font-weight: 600;
  z-index: 2;
  transition: background .2s, color .2s;
}

.copy-btn:hover {
  color: var(--primary);
  border-color: var(--primary);
}

.code-block {
  margin: 0;
  padding: 2.8rem 1.5rem 1.6rem;
  background: #0B1120;
  color: #D6E2FF;
  font-size: .86rem;
  overflow-x: auto;
  min-height: 220px;
  font-family: 'SFMono-Regular', Consolas, monospace;
  line-height: 1.7;
}

.code-block code {
  font-family: inherit;
}

@media (max-width:960px) {
  .dev-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   Testimonials
========================================================= */
.testi-grid {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width:900px) {
  .testi-grid {
    grid-template-columns: 1fr;
  }
}

.testi-card {
  border-radius: var(--radius-lg);
  padding: 2rem;
}

.stars {
  color: #FBBF24;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}

.testi-card blockquote {
  margin: 0 0 1.5rem;
  font-size: 1rem;
  color: var(--text);
  font-style: italic;
}

.testi-card figcaption {
  display: flex;
  align-items: center;
  gap: .8rem;
  font-size: .88rem;
  color: var(--text-muted);
}

.avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--gradient-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: .85rem;
  flex-shrink: 0;
}

/* =========================================================
   Pricing
========================================================= */
.pricing {
  background: var(--bg-alt);
}

.pricing-grid {
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
}

.price-card {
  border-radius: var(--radius-lg);
  padding: 2.4rem 2rem;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}

.price-card:hover {
  transform: translateY(-6px);
}

.price-featured {
  border: 1.5px solid #6360c8;
  box-shadow: var(--shadow-lg);
  transform: scale(1.03);
}

.price-featured:hover {
  transform: scale(1.03) translateY(-6px);
}

.price-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gradient-primary);
  color: #fff;
  font-size: .75rem;
  font-weight: 700;
  padding: .4rem 1rem;
  border-radius: var(--radius-pill);
}

.price {
  font-family: var(--font-display);
  font-size: 1rem;
  color: var(--text-muted);
  margin-bottom: .2rem;
}

.price span {
  font-size: 2.1rem;
  font-weight: 800;
  color: var(--text);
}

.price-note {
  font-size: .85rem;
  margin-bottom: 1.6rem;
}

.price-features {
  display: flex;
  flex-direction: column;
  gap: .7rem;
  margin-bottom: 2rem;
  flex-grow: 1;
}

.price-features li {
  position: relative;
  padding-left: 1.6rem;
  font-size: .92rem;
  color: var(--text-muted);
}

.price-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--primaryColor);
  font-weight: 700;
}

@media (max-width:900px) {
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
  }

  .price-featured {
    transform: none;
  }

  .price-featured:hover {
    transform: translateY(-6px);
  }
}

/* =========================================================
   FAQ Accordion
========================================================= */
.accordion {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.acc-item {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.acc-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: none;
  border: none;
  padding: 1.2rem 1.5rem;
  text-align: left;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: .98rem;
  color: var(--text);
}
.hero-actions svg{
    width: 19px;
}

.acc-trigger svg {
  flex-shrink: 0;
  transition: transform .3s var(--ease);
  color: #6360c8;
      width: 23px;
}

.acc-item.open .acc-trigger svg {
  transform: rotate(180deg);
}

.acc-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s var(--ease);
}

.acc-panel p {
  padding: 0 1.5rem 1.3rem;
  margin: 0;
  font-size: .93rem;
}

/* =========================================================
   Contact
========================================================= */
.contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 63px;
  align-items: flex-start;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: .7rem;
  margin-top: 1.4rem;
  font-size: .95rem;
  color: var(--text-muted);
}

.contact-form {
  border-radius: var(--radius-lg);
  padding: 2.2rem;
  display: flex;
  flex-direction: column;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}

.field {
  display: flex;
  flex-direction: column;
      margin-bottom: 20px;
  gap: .4rem;
}

.field label {
  font-size: .85rem;
  margin-bottom: 0px;
  font-weight: 600;
  color: var(--text-muted);
}

.field input,
.field textarea {
  background: var(--bg);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  padding: .75rem .9rem;
  font-family: var(--font-body);
  font-size: .94rem;
  color: var(--text);
  transition: border-color .2s, box-shadow .2s;
}

.field input:focus,
.field textarea:focus {
  border-color: none;
  box-shadow:none;
}

.field textarea {
  resize: vertical;
}

.form-actions {
  display: flex;
      margin-top: 27px;
  gap: 1rem;
  flex-wrap: wrap;
}

.form-status {
  font-size: .88rem;
  color: var(--primary);
  min-height: 1.2em;
  margin: 0;
}

@media (max-width:900px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .form-row {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   Footer
========================================================= */
.site-footer {
  background: var(--bg-alt);
  border-top: 1px solid var(--border);
  padding: 64px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr .8fr .8fr 1fr;
  gap: 2.5rem;
  padding-bottom: 3rem;
}

.footer-brand p {
  font-size: .9rem;
  max-width: 280px;
  margin-top: 24px;
    margin-bottom: 23px;
}

.social-icons {
  display: flex;
  gap: .7rem;
  margin-top: 1rem;
}

.social-icons a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #b2afff36;
    border: 1px solid rgb(99 96 200 / 57%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6360c8;
    transition: color .2s, border-color .2s, transform .2s;
}

.social-icons a:hover {
  color: var(--primaryColor);
  border-color: var(--primaryColor);
  transform: translateY(-3px);
}

.footer-col h4 {
    display: flex;
    flex-direction: column;
    gap: 7px;
  margin-bottom: 1rem;
}

.footer-col ul {
  display: flex;
  flex-direction: column;
  gap: .6rem;
}

.footer-col ul a {
  font-size: .9rem;
  color: var(--text-muted);
  transition: color .2s;
}

.footer-col ul a:hover {
  color: var(--primaryColor);
}

.mini-form {
  display: flex;
  gap: .5rem;
  margin-top: .8rem;
}

.mini-form input {
  flex: 1;
  min-width: 0;
  background: var(--surface);
  border: 1.5px solid var(--border);
     border-radius: 10px;
  padding: .6rem 1rem;
      border: 1px solid #6360c8;
  font-size: .88rem;
  color: var(--text);
}
.btn-label svg{
        width: 32px;
    height: 26px;
}

.mini-form button {
     width: 42px;
    height: 44px;
  flex-shrink: 0;
    border-radius: 8px;
  border: none;
  background: var(--gradient-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-bottom {
  border-top: 1px solid var(--border);
  padding: 1.5rem 0;
  text-align: center;
}

.footer-bottom p {
  margin: 0;
  font-size: 17px;
  color: var(--text-soft);
}

@media (max-width:900px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width:560px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   Floating UI
========================================================= */
.whatsapp-fab {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 26px rgba(37, 211, 102, .4);
  z-index: 400;
  transition: transform .25s var(--ease);
}

.whatsapp-fab:hover {
  transform: scale(1.08);
}

.back-to-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--gradient-primary);
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-md);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: all .3s var(--ease);
  z-index: 400;
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  transform: translateY(-4px);
}



/* =========================================================
   Scroll reveal
========================================================= */
[data-reveal] {
  /* opacity: 0; */
  transform: translateY(28px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
}

[data-reveal].revealed {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important;
  }
}
@media (max-width:480px) {
  .hero-actions {
    flex-direction: row;
    align-items: stretch;
  }
      .hero {
        padding: calc(var(--nav-h) + 37px) 0 68px;
    }

  .hero-actions .btn {
    width: 100%;
  }

  .form-actions {
    flex-direction: column;
  }

  .form-actions .btn {
    width: 100%;
  }
}
.page-hero {
    padding: calc(var(--nav-h) + 42px) 0 29px;
  background: var(--bg-alt);
  border-bottom: 1px solid var(--border);
}

.page-hero .eyebrow {
  margin-bottom: 1rem;
}

.page-hero h1 {
    font-size: 33px;
    margin-bottom: .6rem;
}

.page-hero .page-updated {
  color: var(--text-soft);
  font-size: .9rem;
  margin: 0;
}

.legal-content {
  padding: 64px 0 100px;
}
.legal-content .legal-inner {
    margin: 0 auto;
    background: #fff;
    padding: 33px;
    border-radius: 10px;
    border: 1px solid #6360c880;
}
.legal-content h2 {
    font-size: 20px;
    margin-top: 22px;
    padding-top: .2rem;
    margin-bottom: 8px;
  scroll-margin-top: calc(var(--nav-h) + 20px);
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content h3 {
  font-size: 1.05rem;
  margin-top: 1.6rem;
}

.legal-content p {
  font-size: .98rem;
      margin-bottom: 9px;
}

.legal-content ul,
.legal-content ol {
  margin: 0 0 1.2rem;
  padding-left: 1.3rem;
  color: var(--text-muted);
  font-size: .98rem;
}

.legal-content li {
  list-style: disc;
  margin-bottom: .5rem;
}

.legal-content ol li {
  list-style: decimal;
}

.legal-content li::marker {
    color: #6360c8;
}

.legal-content a {
     color: #6360c8;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-content strong {
  color: var(--text);
  font-weight: 500;
}

.legal-toc {
    border-radius: var(--radius-md);
    margin-bottom: 2.5rem;
}

.legal-toc h2 {
  font-size: 1rem;
  margin: 0 0 .8rem;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.legal-toc ol {
  margin: 0;
  padding-left: 1.2rem;
  columns: 2;
  column-gap: 2rem;
}

.legal-toc li {
  list-style: decimal;
  margin-bottom: .4rem;
  break-inside: avoid;
}

.legal-toc a {
    font-size: .92rem;
    color: var(--text-muted);
    text-decoration: none;
}

.legal-toc a:hover {
  color: var(--primaryColor);
}
.contact-hero-section{
    position:relative;
    overflow:hidden;
    width: 100%;
    padding: 0px 0px;
}

.contact-hero-section::after{
    content:"";
    position:absolute;
    left:40%;
    bottom:-140px;
    width:500px;
    height:500px;
    border:2px dashed rgba(111,89,255,.18);
    border-radius:50%;
}

.container{
    max-width:1200px;
    margin:auto;
}

.contact-content{
    position:relative;
    z-index:2;
}

.contact-tag{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 22px;
    border-radius:40px;
    background: #e4e4fa;
    color:#5f5bff;
    font-size:15px;
    font-weight:700;
    letter-spacing:.5px;
    box-shadow:0 12px 30px rgba(104,92,255,.12);
}

.contact-title{
    margin-top: 17px;
    font-size: 41px;
    line-height:1.08;
    font-weight:800;
    color:#15152d;
}

.contact-title span{
    color:#635bff;
}

.contact-description{
    margin-top: 14px;
    font-size: 17px;
    line-height: 29px;
    color:#4f506d;
}

.contact-features{
      margin-top: 23px;
    display:flex;
    justify-content:space-between;
    gap:15px;
    background:#ecebffc7;
    border-radius:20px;
    padding:22px;
    box-shadow:0 20px 50px rgba(110,98,255,.08);
}

.feature-item{
    display:flex;
    align-items:center;
    gap:10px;
    flex:1;
}
.feature-icon{
    width: 46px;
    height: 33px;
    border-radius:50%;
    background: #ffffffc7;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size: 19px;
}
.feature-text{
    font-size:15px;
    font-weight:600;
    color:#2c2d47;
    line-height:1.4;
}
.contact-card{
    margin-top: 29px;
    display:flex;
    align-items:center;
    gap: 16px;
    background:#ecebffc7;
    border-radius:26px;
    padding: 18px;
    box-shadow:0 25px 50px rgba(99,91,255,.08);
}
.contact-card-image{
    width:115px;
    flex-shrink:0;
}
.contact-card-image img{
    width:100%;
    display:block;
}
.contact-card-content h3{
    font-size: 20px;
    color:#635bff;
    margin-bottom: 0px;
}
.contact-card-content p{
    font-size: 15px;
    color:#55566e;
    margin-bottom:8px;
    line-height:1.6;
}
.contact-card-content a{
    text-decoration: none;
    color: #171731;
    font-weight: 500;
    font-size: 18px;
}

@media(max-width:768px) {
    .contact-content {
        width: 100%;
    }
    .contact-title {
        font-size: 48px;
    }
    .contact-description {
        font-size: 20px;
    }
    .contact-features {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .feature-item {
        width: 48%;
    }
    .contact-card {
        flex-direction: row;
    }
}

@media(max-width:576px){
.contact-title{
           font-size: 22px;
}
.hero {
    padding: calc(var(--nav-h) + 37px) 0 68px;
}
.contact-description{
    font-size:17px;
}
.contact-features{
    padding:15px;
}
.feature-icon {
    width: 38px;
}
.feature-item{
    width:100%;
}
.contact-card{
    flex-direction: column;
    text-align: center;
    margin-top: 14px;
    gap: 10px;
}
.contact-card-image{
    width:90px;
}
.contact-card-content h3{
        font-size: 21px;
}
.contact-card-content p,
.contact-card-content a{
    font-size:16px;
}
}
@media (max-width:600px) {
  .legal-toc ol {
    columns: 1;
  }
}

.legal-callout {
  display: flex;
  gap: .9rem;
  align-items: flex-start;
  background: rgba(37, 99, 235, 0.06);
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: var(--radius-md);
  padding: 1.1rem 1.3rem;
  margin: 1.6rem 0;
 margin-bottom: 11px;
}
.legal-callout p {
  margin: 0;
  font-size: .92rem;
}
[data-theme="dark"] .legal-callout {
  background: rgba(37, 99, 235, 0.12);
}
.security-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
  margin: 1.6rem 0 2rem;
}
.security-grid .mini-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 1.2rem 1.3rem;
}

.security-grid .mini-card h3 {
  margin: 0 0 .4rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: .5rem;
}

.security-grid .mini-card p {
  margin: 0;
  font-size: .9rem;
}

@media (max-width:600px) {
  .security-grid {
    grid-template-columns: 1fr;
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.btn-spinner {
  display: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: #fff;
  animation: spin .7s linear infinite;
  flex-shrink: 0;
}

.btn-outline .btn-spinner {
  border-color: rgba(37, 99, 235, 0.25);
  border-top-color: var(--primary);
}

.btn.is-loading {
  pointer-events: none;
  opacity: .85;
}

.btn.is-loading .btn-label {
  opacity: .6;
}

.btn.is-loading .btn-spinner {
  display: inline-block;
}

.mini-form-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mini-form-btn .btn-spinner {
  border-color: rgba(255, 255, 255, 0.4);
  border-top-color: #fff;
  position: absolute;
}

.mini-form-btn.is-loading .btn-label {
  opacity: 0;
}

.mini-form-btn.is-loading .btn-spinner {
  display: inline-block;
}

.field.is-disabled input,
.field.is-disabled textarea {
  opacity: .6;
}

.form-status.is-success {
  color: #16a34a;
}

.form-status.is-error {
  color: #dc2626;
}

[data-theme="dark"] .form-status.is-success {
  color: #4ade80;
}

[data-theme="dark"] .form-status.is-error {
  color: #f87171;
}


.small-btn.is-loading .btn-label,
.btn.is-loading .btn-label,
.mini-form-btn.is-loading .btn-label {
    visibility: hidden;
}

.btn-spinner {
    display: none;
}

.is-loading .btn-spinner {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    border: 2px solid rgba(255, 255, 255, .35);
    border-top-color: #fff;
    border-radius: 50%;
    animation: btn-spin .6s linear infinite;
}

@keyframes btn-spin {
    to {
        transform: rotate(360deg);
    }
}
.why.section,.testimonials.section,.pricing.section,.contact.section{
    padding-top: 30px;
}

button[disabled] {
    cursor: not-allowed;
    opacity: .8;
}

.field.has-error input,
.field.has-error textarea {
    border-color: #e5484d !important;
}

.field-error {
    color: #e5484d;
    font-size: .8rem;
    margin-top: 4px;
    display: block;
}

.form-status.status-error {
    color: #e5484d;
}

.form-status.status-success {
    color: #22c55e;
}
/* --- API Documentation---- */
.docs-topbar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: var(--topbar-height);
    background: var(--color-bg);
    border-bottom: 1px solid var(--color-border);
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 60;
}

.docs-topbar-brand {
    display: flex;
    align-items: center;
    gap: 8px;
}

.docs-topbar-mark {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--color-primary), #8B7FFF);
}

.docs-topbar-name {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 16px;
    color: var(--color-ink);
}

.docs-topbar-name span {
    color: var(--color-primary);
}

.docs-menu-toggle {
    width: 38px;
    height: 38px;
    border-radius: 9px;
    border: 1px solid var(--color-border);
    background: var(--color-surface);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.docs-menu-toggle span,
.docs-menu-toggle::before,
.docs-menu-toggle::after {
    content: '';
    display: block;
    width: 16px;
    height: 2px;
    background: var(--color-ink);
    position: relative;
}

.docs-menu-toggle {
    flex-direction: column;
    gap: 3px;
}

/* ===== Sidebar ===== */
.docs-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: var(--sidebar-width);
    background: var(--color-surface);
    border-right: 1px solid var(--color-border);
    overflow-y: auto;
    padding: 28px 20px 40px;
    z-index: 50;
}

.sidebar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px 8px 26px;
    border-bottom: 1px solid var(--color-border);
    margin-bottom: 22px;
}

.sidebar-brand-mark {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: linear-gradient(135deg, var(--color-primary), #8B7FFF);
    flex-shrink: 0;
    position: relative;
}

.sidebar-brand-mark::after {
    content: '';
    position: absolute;
    inset: 9px;
    border: 2px solid rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    border-right-color: transparent;
    border-bottom-color: transparent;
    transform: rotate(45deg);
}

.sidebar-brand-text {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 16.5px;
    color: var(--color-ink);
    line-height: 1.1;
}

.sidebar-brand-text span {
    color: var(--color-primary);
}

.sidebar-brand-sub {
    display: block;
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 11px;
    color: var(--color-ink-faint);
    margin-top: 3px;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.sidebar-nav-label {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
    padding: 0 8px;
    margin: 29px 0 8px;
}

.sidebar-nav-label:first-of-type {
    margin-top: 0;
}

.sidebar-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-nav-item {
        margin: 9px 0;
}

.sidebar-nav-link {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 11px 10px;
        background: #6360c824;
    border-radius: 8px;
    font-size: 13.5px;
    font-weight: 500;
    color: var(--color-ink-soft);
    transition: background .15s ease, color .15s ease;
}

.sidebar-nav-link:hover {
    background: var(--color-primary);
    color:#fff;
}
.sidebar-nav-link:hover .dot{
    background-color: #fff;
}
.sidebar-nav-link.is-active {
    background: var(--color-primary);
    color: #fff;
}

.sidebar-nav-link .dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--color-ink-faint);
    flex-shrink: 0;
}

.sidebar-nav-link.is-active .dot {
    background: #fff;
}

.sidebar-nav-sublist {
    list-style: none;
    margin: 2px 0 6px 16px;
    padding: 0 0 0 12px;
    border-left: 1px solid #9b92ff;
}

.sidebar-nav-sublink {
    display: block;
    padding: 6px 10px;
    border-radius: 7px;
    font-size: 12.8px;
    margin-top: 8px;
    background: #e5e6f2;
    color: #383740;
    font-weight: 500;
    transition: background .15s ease, color .15s ease;
}

.sidebar-nav-sublink:hover {
    background:var(--color-primary);
    color: #fff;
}

.sidebar-nav-sublink.is-active {
    background: var(--color-primary-light);
    color: var(--color-primary-dark);
    font-weight: 600;
}

/* ===== Main content ===== */
.docs-main {
    margin-left: var(--sidebar-width);
    padding: 56px 64px 120px;
    max-width: 1161px;
}

.docs-header {
       margin-bottom: 15px;
    padding-bottom: 29px;
    border-bottom: 1px solid #b0b0b5;
}

.docs-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--color-primary-dark);
    background: var(--color-primary-light);
    padding: 5px 11px;
    border-radius: 20px;
    margin-bottom: 16px;
}
.docs-title span{
    color: var(--color-primary-dark);
}

.docs-title {
    font-family: var(--font-display);
    font-size: 38px;
    font-weight: 600;
    color: var(--color-ink);
    margin: 0 0 12px;
    letter-spacing: -.01em;
}

.docs-subtitle {
    font-size: 16px;
    color: var(--color-ink-soft);
    margin: 0 0 18px;
    max-width: 640px;
    line-height: 1.6;
}

.docs-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.wrapper-info{
        background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgb(106 90 205 / 0%) 15%, rgb(106 90 205 / 7%) 100%);
}

.docs-meta-chip {
    font-family: var(--font-mono);
    font-size: 12.5px;
    color: var(--color-ink-soft);
    background: #fff;
    border: 1px solid var(--color-border);
    padding: 6px 12px;
    border-radius: 7px;
}
table.docs-table tbody {
    background: #fff;
}

.docs-table tbody tr:nth-child(odd){
    background:#ffffff;
}
.docs-table tbody tr:nth-child(even){
    background:#6360c81a;
}
.docs-section {
    scroll-margin-top: 32px;
    padding: 18px 0 0;
}

.docs-section-number {
    font-family: var(--font-mono);
    font-size: 12.5px;
    font-weight: 600;
    color: var(--color-primary);
    display: block;
    margin-bottom: 6px;
}

.docs-section-title {
    font-family: var(--font-display);
    font-size: 23px;
    font-weight: 600;
    color: var(--color-ink);
    margin: 0 0 14px;
    letter-spacing: -.01em;
}

.docs-subsection {
    margin: 34px 0;
    scroll-margin-top: 32px;
}

.docs-subsection-title {
    font-family: var(--font-display);
    font-size: 19px;
    font-weight: 700;
    color: var(--color-ink);
    margin: 0 0 10px;
}

.docs-endpoint-subsection {
    margin: 44px 0;
    padding-top: 38px;
    border-top:1px solid #b0b0b5;
    scroll-margin-top: 32px;
}

.docs-endpoint-subsection:first-of-type {
    border-top: none;
    padding-top: 0;
}
p.docs-p strong {
    font-weight: 600;
}
.docs-p {
    font-size: 15px;
    line-height: 1.75;
    color: var(--color-ink-soft);
      margin: 0 0 4px;
}

.docs-p code {
    font-family: var(--font-mono);
}

.docs-base-url-box {
    display: flex;
    align-items: center;
    gap: 12px;
    background: var(--color-code-bg);
    border-radius: 12px;
    padding: 18px 22px;
    margin: 18px 0;
}

.docs-base-url-box .method-tag {
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 700;
    color: #8B7FFF;
    background: rgba(139, 127, 255, .14);
    padding: 4px 9px;
    border-radius: 6px;
    letter-spacing: .04em;
}

.docs-base-url-box code {
    font-family: var(--font-mono);
    font-size: 14.5px;
    color: var(--color-code-text);
}

.endpoint-badge-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.endpoint-method {
    font-family: var(--font-mono);
    font-weight: 600;
    font-size: 12.5px;
    color: #fff;
    background: var(--color-primary);
    padding: 5px 11px;
    border-radius: 6px;
    letter-spacing: .03em;
}
.docs-subtitle span {
    display: block;
    font-size: 23px;
    color: #6360c8;
    font-weight: 600;
}
.endpoint-path {
    font-family: var(--font-mono);
    font-size: 14px;
    color: var(--color-ink);
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    padding: 6px 12px;
    border-radius: 7px;
}

/* Tables */
.docs-table-wrap {
    overflow-x: auto;
    margin: 4px 0 24px;
    border: 1px solid var(--color-border);
    border-radius: 12px;
}

table.docs-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13.6px;
    min-width: 520px;
}

table.docs-table thead th {
    text-align: left;
     background: #252525;
    color: #ffffff;
    font-weight: 600;
    font-size: 11.5px;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding: 12px 16px;
    border-bottom: 1px solid var(--color-border);
}

table.docs-table tbody td {
    padding: 13px 16px;
    border-bottom: 1px solid var(--color-border);
    color: var(--color-ink-soft);
    vertical-align: top;
    line-height: 1.55;
}

table.docs-table tbody tr:last-child td {
    border-bottom: none;
}

table.docs-table td.field-name,
table.docs-table td.field-header {
    font-family: var(--font-mono);
    color: var(--color-ink);
    font-weight: 600;
    white-space: nowrap;
}

.req-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 9px;
    border-radius: 20px;
    white-space: nowrap;
}

.req-badge.mandatory {
    background: var(--color-error-bg);
    color: var(--color-error);
}

.req-badge.optional {
    background: var(--color-surface);
    color: var(--color-ink-faint);
    border: 1px solid var(--color-border);
}

/* Code blocks */
.docs-code-block {
    background: var(--color-code-bg);
    border-radius: 12px;
    margin: 0 0 20px;
    overflow: hidden;
}

.docs-code-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 18px;
    font-family: var(--font-mono);
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #9C97C4;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.docs-code-block pre {
    margin: 0;
    padding: 18px 20px;
    overflow-x: auto;
    font-family: var(--font-mono);
    font-size: 13px;
    line-height: 1.7;
    color: var(--color-code-text);
}

.docs-code-block code {
    font-family: var(--font-mono);
}

/* Callouts */
.docs-callout {
    display: flex;
    gap: 12px;
    padding: 14px 18px;
    border-radius: 10px;
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 1.65;
}

.docs-callout-icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 13px;
    margin-top: 1px;
}

.docs-callout.note {
    background: #f9eada;
    color: var(--color-ink);
}

.docs-callout.note .docs-callout-icon {
    background: #ea9c5b;
    color: #fff;
}

.docs-callout.important {
    background: #5f6df940;
    color: var(--color-ink);
}

.docs-callout.important .docs-callout-icon {
    background: var(--primarybg);
    color: #fff;
}

.docs-callout strong {
    color: var(--color-ink);
}

.docs-ordered-list,
.docs-bullet-list {
    margin: 0 0 18px;
    padding-left: 22px;
}

.docs-ordered-list li,
.docs-bullet-list li {
    font-size: 15px;
    line-height: 1.75;
    color: var(--color-ink-soft);
    margin-bottom: 6px;
        list-style: disc;
}

.docs-bullet-list {
    list-style: disc;
}

.status-pill {
    display: inline-block;
    font-family: var(--font-mono);
    font-size: 12px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 20px;
}

.status-pill.success {
    background: var(--color-success-bg);
    color: var(--color-success);
}

.status-pill.error {
    background: var(--color-error-bg);
    font-size: 13px !important;
}

.docs-footer {
    margin-top: 64px;
    padding-top: 24px;
    border-top: 1px solid var(--color-border);
    font-size: 13px;
    color: var(--color-ink-faint);
    text-align: center;
}

/* ===== Responsive ===== */
@media (max-width: 980px) {
    .docs-main {
        padding: 48px 40px 100px;
    }
}

@media (max-width: 860px) {
    :root {
        --sidebar-width: 264px;
    }

    .docs-topbar {
        display: flex;
    }

    .docs-sidebar {
        transform: translateX(-100%);
        transition: transform .25s ease;
        top: var(--topbar-height);
        padding-top: 20px;
        box-shadow: 0 12px 30px rgba(20, 20, 43, .12);
    }

    .docs-sidebar.is-open {
        transform: translateX(0);
    }

    .sidebar-brand {
        display: none;
    }

    .docs-main {
        margin-left: 0;
        padding: calc(var(--topbar-height) + 32px) 24px 90px;
    }

    .docs-title {
        font-size: 30px;
    }

    .docs-overlay {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(20, 20, 43, .35);
        z-index: 45;
    }

    .docs-overlay.is-open {
        display: block;
    }
}

@media (max-width: 520px) {
    .docs-main {
        padding: calc(var(--topbar-height) + 24px) 16px 80px;
    }

    .docs-title {
        font-size: 25px;
    }

    .docs-section-title {
        font-size: 21px;
    }

    .docs-base-url-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .docs-base-url-box code {
        word-break: break-all;
    }

    table.docs-table {
        min-width: 460px;
    }
}








@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: 88px;
    top: 13px;
}
.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(32.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;
    }
    .nav-menu{
            gap: 21px;
    }
    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;
    }
    a.brand img {
    width: 153px;
}
}
@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;
    }
    .contact-grid{
            gap: 20px;
    }
    .contact-features{
            gap: 7px;
                padding: 12px;
    }
    .feature-text {
    font-size: 13px;
    }
    .contact-title {
    margin-top: 17px;
    font-size: 32px;
    }
    .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;
    }
    .hero-copy h1 {
    font-size: 38px;
    }
}
@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;
    }
    .btn.btn-ghost.nav-cta-secondary{
        display: none;
    }
    a.small-btn.mob-login-info{
            padding: 4px 9px;
            font-size: 13px;
        border-radius: 4px;
    }
    .sidebar-menu ul li a{
        padding: 12px 20px;
        font-size: 17px;
    }
    .sidebar-menu ul li {
        margin-bottom: 11px;
    }
    .hero-copy h1 {
    font-size: 30px;
    }
    .mob-logo{
        display: block;
    }
    .mob-logo img {
        width: 123px;
    }
    .contact-grid{
        gap: 30px;
            grid-template-columns:1fr;
    }
    .inner-header-menu{
        justify-content: space-between;
        padding: 15px 16px;
    }
    .section {
    padding: 69px 0;
    }
    .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: 26px;
        text-align: left;
    }

    .overlay.active{
        display:block;
    }
    .sidebar-logo img{
         width: 175px;
    }

    .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{
              border-bottom: 1px solid #00000036;
        background: #fff;
        padding: 7px 0px;
        height: 60px;
    }
    .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;
}
.hero{
        padding: calc(var(--nav-h) + 37px) 0 100px;
}
.chip-2{
        left: -10px;
}
.hero-copy h1 {
        font-size: 22px;
}
.hero-actions .small-btn {
    display: inline-flex;
    padding: 8px 18px
}
.hero-sub {
    font-size: 14px;
    margin-top: 10px;
}
.field{
        margin-bottom: 9px;
}
.balance-card {
    max-width: 100%;
}
.custom-form-wrapper .form-group{
    margin-top: 13px;
}

.nav-container{
        padding: 0 10px;
}
.custom-form-wrapper  .custom-form .form-row{
    gap: 0;
}
.footer-bottom p{
        padding-top: 11px;
    padding-bottom: 10px;
    font-size: 14px;
}
.custom-form .form-row {
    flex-direction: column;
    gap: 15px;
}
.contact-title{
    font-size: 20px;
}
.profile-grid{
    grid-template-columns: auto;
    gap: 8px;
}
.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;
}
.page-hero {
    padding: calc(var(--nav-h) + 17px) 0 11px;
}
.page-hero h1 {
    font-size: 26px;
}
.legal-content {
    padding: 27px 0 21px;
}
.legal-content .legal-inner{
    padding: 16px;
}
.legal-content h2{
        font-size: 18px;
}
}
@media(max-width:575px){
    .mob-logo img {
        width: 139px;
    }
    .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;
    }
        .hero {
        padding: calc(var(--nav-h) + 37px) 0 68px;
    }
    .card-header {
        height: auto;
    }
    .app-icon{
        width: 48px;
        height: 46px;
    }
    .price span {
    font-size: 26px;
    }
    .acc-trigger{
        font-size: 15px;   
         padding: 14px;
    }
    .accordion{
            gap: 9px;
    }
    .price-card{
            margin-bottom: 20px;
                padding: 19px;
    }
        .section {
        padding: 35px 0;
    }
    .service-card, .why-card{
            padding: 14px;
    }
    .testi-card {
    padding: 14px;
}
    .stats-grid{
            gap: 17px;
    }
    .section-head{
            margin: 0 auto 20px;
    }
    .card-grid {
    gap: 8px;
}
.form-row{
        gap: 0px;
}

    .service-card p, .why-card p {
    font-size: 14px;
    margin-top: 6px;
    }
        .section-head h2 {
            font-size: 21px;
            margin-bottom: 8px;
        }
    
        .section-sub {
            font-size: 15px;
        }
    .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;
}
.why.section, .testimonials.section, .pricing.section, .contact.section{
    padding-top: 6px;
}
.logo-track{
        gap: 8px;
}
.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;
}
.contact-form{
    padding: 16px;
    gap: 0px;
    border-radius: 9px;
}
.account-details.account-details-info {
    display: none;
}
.acc-bg-circle {
    width: 134px;
    height: 111px;
}
.input-icon a{
    top: -3px;
}
.acc-logo img {
    width: 173px;
    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;
}

.contact-hero-section{
            padding: 2px 6px;
}
.card-body{
        border-radius: 14px 14px 0 0;
}
.site-footer{
   padding: 34px 0 0;
}
.nav-menu {
        gap: 14px;
    }
.footer-grid{
        gap: 25px;
}
.contact.section{
    padding-top: 0px;
}
}
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;
}
