

html {
  font-size: 100%;
}

:root {
  --primary: #143951;
  --secondary: #319793;
  --primary-light: #14517a;
   --light: #9ca3af;
  --dark: #3d4750;
  --gray: #6b7280;
  --accent: #3498db;
  --transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
  --sidebar-width: 310px;
  --navbar-height: 70px;
  --shadow-sm: 0 2px 10px rgba(0, 0, 0, 0.08);
  --shadow-md: 0 5px 20px rgba(0, 0, 0, 0.12);
  --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.15);
  --success-color: #10b981;
  --error-color: #ef4444;
  --warning-color: #f59e0b;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: 'Albert Sans' !important; */  
}


body {
  background-attachment: fixed;
  background-color: #f5f7fa;
  color: var(--dark);
    font-family: "Albert Sans";
  font-size: 12px;
  line-height: 1.642;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

body.body_overlay {
  position: fixed;
  transform: translate(0, 0);
  width: 100%;
}

body.body_overlay:before {
  background-color: rgba(13, 38, 59, 0.7);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  transform: translate(330px, 0);
}

img {
  max-width: 100%;
}

p {
  color: #6b7280;
  font-weight: 400;
}

b {
  font-weight: 600;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

iframe {
  border: none;
  width: 100%;
}

a {
  color: #6b7280;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}

.sidebar_list_item .items-center {
  gap: 10px;
}

a:hover,
a:focus {
  color: #1f2937;
  text-decoration: none;
  outline: none;
}

a img {
  border: none;
}

.form-control {
  border: 1px solid #eaeaea;
  border-radius: 6px;
  height: 55px;
}

.form-control:active,
.form-control:focus,
textarea.form-control:active,
textarea.form-control:focus {
  border: 1px solid #041e42;
  -webkit-box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
  -moz-box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
  -o-box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
  box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
  outline: none;
}

textarea.form-control {
  height: auto;
}

textarea.form-control::placeholder {
  color: #041e42;
}

iframe {
  border: none;
}

::selection {
  background: white;
  color: var(--dark);
  text-shadow: none;
}

::-moz-selection {
    background: white;
  color: var(--dark);
  text-shadow: none;
}

::-webkit-selection {
   background: white;
  color: var(--dark);
  text-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.4;
  color: #1f2937;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #1f2937;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: #1f2937;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  font-weight: 500;
}

h5,
h6,
.h5,
.h6 {
  font-weight: 500;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 16px;
}

h6,
.h6 {
  font-size: 12px;
}

p,
ul,
ol,
dl,
dt,
dd,
blockquote,
address {
  margin: 0 0 10px;
}

.body-color {
  color: #6b7280;
}

.heading-color {
  color: #1f2937 !important;
}

.border-left {
  border-left: 1px solid #f3f5f6;
}

.border-right {
  border-right: 1px solid #f3f5f6;
}

.bdr_none {
  border: none !important;
}

.bb_none {
  border-bottom: none !important;
}

.vat {
  vertical-align: top;
}

.vab {
  vertical-align: bottom;
}

.vam {
  vertical-align: middle;
}

.vatt {
  vertical-align: text-top;
}

.z0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: -1;
}

.z9 {
  z-index: 9;
}

.z99 {
  z-index: 99;
}

/*== Color Area ==*/
.bgszc {
  background-size: cover;
}

.bgrn {
  background-repeat: no-repeat;
}

.bgpc {
  background-position: center;
}

.img-whp {
  width: 100% !important;
}

.text-thm {
  color: #f5c34b !important;
}

.hvr-text-thm:hover {
  color: #f5c34b !important;
}

.text-thm1 {
  color: #443297 !important;
}

.text-thm1-light {
  color: 1f2937;
}

.text-thm2 {
  color: #41544a !important;
}

.text-thm3 {
  color: #cf3e3b !important;
}

.color-white {
  color: #ffffff !important;
}

.color-light-green {
  color: #68b65b;
}

.color-light-blue {
  color: #0053f6;
}

.color-green {
  color: #28b928;
}

.color-gmart-gray {
  color: F3F5F6;
}

.bgct {
  background-color: transparent;
}

.bgc-gmart-gray {
  background-color: #f3f5f6;
}

.bgc-thm {
  background-color: #f5c34b !important;
}

.bgc-thm1 {
  background-color: #443297 !important;
}

.bgc-white {
  background-color: #ffffff !important;
}

.bgc-f5 {
  background-color: #f5f5f5;
}

.bgc-transparent {
  background-color: transparent !important;
}

.bgc-light-green {
  background-color: #60c260;
}

.bdrn {
  border: none;
}

.bdr1 {
  border: 1px solid #ebebeb;
}

.hvr_bdr1 {
  border: 1px solid transparent;
}

.hvr_bdr1:hover {
  border: 1px solid #ebebeb;
}

.bdrt1 {
  border-top: 1px solid #eaeaea;
}

.bdrr1 {
  border-right: 1px solid #eaeaea;
}

.bdrl1 {
  border-left: 1px solid #eaeaea;
}

.bdrtrb1 {
  border-top: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.dod_slider .owl-stage-outer,
.best_item_slider_shop_lising_page .owl-stage-outer,
.related_product_slider .owl-stage-outer {
  border-left: 1px solid #eaeaea;
}

.before_none:before {
  display: none;
}

.after_none:before {
  display: none;
}

.menu_bdrt1 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.menu_bdrt1_home4_style {
  border-top: 1px solid rgba(4, 30, 66, 0.1);
}

.bdrs6 {
  border-radius: 6px;
}

.bdrs6006 {
  border-radius: 6px 0 0 6px;
}

.bdrs0066 {
  border-radius: 0 0 6px 6px;
}

.bdrs60 {
  border-radius: 60px;
}

.bdrs65 {
  border-radius: 65px;
}

.bxshd {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.hvr-bxshd:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ttu {
  text-transform: uppercase;
}

.ttc {
  text-transform: capitalize;
}

.tdu {
  text-decoration: underline;
}

.tdu-hvr:hover {
  cursor: pointer;
  text-decoration: underline;
}

.all-body-content {
  background-color: #ffffff;
  margin-bottom: 760px;
  position: relative;
  z-index: 9;
}

.h125 {
  height: 125px;
}

.bb1 {
  border-bottom: 1px solid #eaeaea;
}

.bbn {
  border-bottom: none;
}

.btn {
  border-top: none;
}

.bl1 {
  border-left: 1px solid #ebebeb;
}

.br1 {
  border-right: 1px solid #ebebeb;
}

.bb2 {
  border-bottom: 2px solid #f3f5f6;
}

.bt1 {
  border-top: 1px solid #ebebeb;
}

/*== Button Area ==*/
.btn {
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0em;
  overflow: hidden;
  position: relative;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn.dbxshad {
  -webkit-box-shadow: 0px 1px 4px 0px rgba(36, 65, 231, 0.3);
  -moz-box-shadow: 0px 1px 4px 0px rgba(36, 65, 231, 0.3);
  -o-box-shadow: 0px 1px 4px 0px rgba(36, 65, 231, 0.3);
  box-shadow: 0px 1px 4px 0px rgba(36, 65, 231, 0.3);
}

.btn.circle {
  border-radius: 27px;
}

.btn:hover,
.btn:active,
.btn:focus {
  box-shadow: none;
  outline: none;
}

.btn-thm {
  background-color: #f5c34b;
  border: 1px solid #f5c34b;
  color: #041e42;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn:before,
.btn-gray:before,
.btn-thm:before,
.btn-thm:before,
.btn-thm1:before,
.btn-thm1:before,
.btn-thm2:before,
.btn-thm2-light:before,
.btn-blue:before,
.btn-light-green:before,
.btn-transparent:before,
.btn-transparent-dark:before {
  background-color: #e8b336;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  width: 0;
  z-index: -1;
  -webkit-transform: skew(50deg);
  -moz-transform: skew(50deg);
  -o-transform: skew(50deg);
  transform: skew(50deg);
  -webkit-transition: width 0.6s;
  -moz-transition: width 0.6s;
  -o-transition: width 0.6s;
  transition: width 0.6s;
  transform-origin: top left;
}

.btn-thm1 {
  background-color: #4b87f4;
  border-color: #4b87f4;
  color: #ffffff;
}

.btn-thm1:before {
  background-color: #3873df;
}

.btn-thm1:hover,
.btn-thm1:active,
.btn-thm1:focus {
  color: #ffffff;
}

.btn-thm2:before {
  background-color: #3a298d;
}

.btn-thm2-light:before {
  background-color: #443297;
}

.btn-blue:before {
  background-color: #064ad0;
}

.btn-blue {
  background-color: #0053f6;
  border-color: #0053f6;
  color: #ffffff;
}

.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus {
  border-color: #0053f6;
  color: #ffffff;
}

.btn-light-green:before {
  background-color: #21b521;
}

.btn-light-green {
  background-color: #60c260;
  border-color: #60c260;
  color: #ffffff;
}

.btn-light-green:hover,
.btn-light-green:active,
.btn-light-green:focus {
  border-color: #60c260;
  color: #ffffff;
}

.btn-transparent:before {
  background-color: 1f2937;
}

.btn-transparent {
  background-color: transparent;
  border: 2px solid 1f2937;
  color: 1f2937;
}

.btn-transparent-dark:before {
  background-color: #112137;
}

.btn-transparent:hover,
.btn-transparent:active,
.btn-transparent:focus {
  border-color: 1f2937;
  color: #ffffff;
}

.btn-thm.rounded {
  border-radius: 25px;
}

.btn.btn-white:hover:before,
.btn.btn-white:active:before,
.btn.btn-white:focus:before,
.btn-gray:hover:before,
.btn-gray:active:before,
.btn-gray:focus:before,
.btn-thm:hover:before,
.btn-thm:active:before,
.btn-thm:focus:before,
.btn-thm1:hover:before,
.btn-thm1:active:before,
.btn-thm1:focus:before,
.btn-thm2:hover:before,
.btn-thm2:active:before,
.btn-thm2:focus:before,
.btn-thm2-light:hover:before,
.btn-thm2-light:active:before,
.btn-thm2-light:focus:before,
.btn-blue:hover:before,
.btn-blue:active:before,
.btn-blue:focus:before,
.btn-light-green:hover:before,
.btn-light-green:active:before,
.btn-light-green:focus:before,
.btn-transparent:hover:before,
.btn-transparent:active:before,
.btn-transparent:focus:before,
.btn-transparent-dark:hover:before,
.btn-transparent-dark:active:before,
.btn-transparent-dark:focus:before {
  height: 100%;
  width: 200%;
}

.btn-thm2 {
  background-color: #443297;
  border-color: #443297;
  color: #ffffff;
}

.btn-thm2-light {
  background-color: 1f2937;
  border-color: 1f2937;
  color: #ffffff;
}

.btn-thm2:hover,
.btn-thm2:active,
.btn-thm2:focus,
.btn-thm2-light:hover,
.btn-thm2-light:active,
.btn-thm2-light:focus,
.btn-transparent-dark:hover,
.btn-transparent-dark:active,
.btn-transparent-dark:focus {
  color: #ffffff;
}

.btn-transparent-dark:hover,
.btn-transparent-dark:active,
.btn-transparent-dark:focus {
  border-color: #112137;
  color: #ffffff;
}

.btn-thm3 {
  background-color: #cf3e3b;
  border: 1px solid #cf3e3b;
  color: #ffffff;
}

.btn-thm3:hover,
.btn-thm3:active,
.btn-thm3:focus {
  background-color: #a5110e;
  border-color: #a5110e;
  color: #fff;
}

.btn-thm4 {
  background-color: #849d6a;
  border: 1px solid #849d6a;
  color: #ffffff;
}

.btn-thm4:hover,
.btn-thm4:active,
.btn-thm4:focus {
  background-color: #607946;
  border-color: #607946;
  color: #fff;
}

.btn-thm5 {
  background-color: #ffd96a;
  border: 1px solid #ffd96a;
  color: #ffffff;
}

.btn-thm5:hover,
.btn-thm5:active,
.btn-thm5:focus {
  background-color: #e8a62f;
  border-color: #e8a62f;
  color: #fff;
}

.btn-dark {
  background-color: #041e42;
  border-color: #041e42;
  color: #ffffff;
}

.btn-dark:hover,
.btn-dark:active,
.btn-dark:focus {
  background-color: #183955;
  border-color: #183955;
  color: #ffffff;
}

.btn-yellow {
  background-color: #ffd96a;
  border-color: #ffd96a;
  color: #041e42;
}

.btn-yellow:hover,
.btn-yellow:active,
.btn-yellow:focus {
  background-color: #ffc416;
  border-color: #ffc416;
  color: #041e42;
}

.btn-white {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  color: #041e42;
}

.btn-white.bdr_thm {
  border-color: #f5c34b;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active {
  border-color: #f5c34b;
}

.btn-gray {
  background-color: #d3d3d3;
  border-color: #d3d3d3;
  color: #ffffff;
}

.btn-gray:hover,
.btn-gray:active,
.btn-gray:focus {
  background-color: #86bc42;
  color: #ffffff;
}

.btn-green {
  background-color: #28b928;
  border-color: #28b928;
  color: #ffffff;
}

.btn-green:hover,
.btn-green:active,
.btn-green:focus {
  color: #ffffff;
}

.btn-default {
  border-radius: 6px;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  height: 52px;
  padding: 14px 33px;
}

.btn-rounded {
  border-radius: 60px;
}

.btn-default-height {
  height: 52px;
  line-height: 45px;
}

/*== Fonts Size, Font Weights, Height, Display & Position ==*/
.fz0 {
  font-size: 0px;
}

.fz6 {
  font-size: 6px;
}

.fz11 {
  font-size: 11px;
}

.fz12 {
  font-size: 12px;
}

.fz13 {
  font-size: 13px;
}

.fz14 {
  font-size: 14px;
}

.fz15 {
  font-size: 15px;
}

.fz16 {
  font-size: 16px;
}

.fz17 {
  font-size: 17px !important;
}

.fz18 {
  font-size: 18px;
}

.fz19 {
  font-size: 19px;
}

.fz20 {
  font-size: 20px;
}

.fz24 {
  font-size: 24px;
}

.fz26 {
  font-size: 26px;
}

.fz30 {
  font-size: 30px;
}

.fz40 {
  font-size: 40px;
}

.fz45 {
  font-size: 45px;
}

.fz48 {
  font-size: 48px;
}

.fz50 {
  font-size: 50px;
}

.fz55 {
  font-size: 55px;
}

.fz60 {
  font-size: 60px;
}

.fz72 {
  font-size: 72px;
}

.fz100 {
  font-size: 100px !important;
}

.lh0 {
  line-height: 0px;
}

.lh30 {
  line-height: 30px;
}

.h2 {
  height: 2px;
}

.h05 {
  height: 5px !important;
}

.h10 {
  height: 10px;
}

.h20 {
  height: 20px;
}

.h25 {
  height: 25px;
}

.h30 {
  height: 30px;
}

.h35 {
  height: 35px;
}

.h40 {
  height: 40px;
}

.h45 {
  height: 45px;
}

.h50 {
  height: 50px;
}

.h55 {
  height: 55px;
}

.h60 {
  height: 60px;
}

.h65 {
  height: 65px;
}

.h70 {
  height: 70px;
}

.h75 {
  height: 75px;
}

.h80 {
  height: 80px;
}

.h85 {
  height: 85px;
}

.h90 {
  height: 90px;
}

.h95 {
  height: 95px;
}

.h100p {
  height: 100%;
}

.h100 {
  height: 100px;
}

.h150 {
  height: 150px;
}

.h200 {
  height: 200px;
}

.h250 {
  height: 250px !important;
}

.h280 {
  height: 280px;
}

.h300 {
  height: 300px;
}

.h320 {
  height: 320px;
}

.h345 {
  height: 345px;
}

.h350 {
  height: 350px;
}

.h355 {
  height: 355px;
}

.h400 {
  height: 400px;
}

.h450 {
  height: 450px;
}

.h500 {
  height: 500px;
}

.h550 {
  height: 550px;
}

.h600 {
  height: 600px;
}

.h650 {
  height: 650px;
}

.h660 {
  height: 660px;
}

.h700 {
  height: 700px;
}

.h750 {
  height: 750px;
}

.h800 {
  height: 800px;
}

.h850 {
  height: 850px;
}

.h900 {
  height: 900px;
}

.h950 {
  height: 950px;
}

.h1000 {
  height: 1000px;
}

.wa {
  width: auto;
}

.wfc {
  width: fit-content;
}

.w30 {
  width: 30px;
}

.w40 {
  width: 40px;
}

.w50 {
  width: 50px;
}

.w55 {
  width: 55px;
}

.w60 {
  width: 60px !important;
}

.w65 {
  width: 65px;
}

.w70 {
  width: 70px;
}

.w75 {
  width: 75px;
}

.w80 {
  width: 80px !important;
}

.w100 {
  width: 100% !important;
}

.w110 {
  width: 110px;
}

.w120 {
  width: 120px;
}

.maxw100 {
  max-width: 100%;
}

.maxw1600 {
  max-width: 1600px;
}

.maxw1800 {
  max-width: 1800px;
}

.fw300 {
  font-weight: 300 !important;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500 !important;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.fw800 {
  font-weight: 800;
}

.fw900 {
  font-weight: 900;
}

.fwn {
  font-weight: normal;
}

.fwb {
  font-weight: bold;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.dif {
  display: inline-flex;
}

.df {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.dfr {
  display: flow-root;
}

.dn {
  display: none !important;
}

.ovh {
  overflow: hidden;
}

.ovv {
  overflow: visible;
}

.posa {
  position: absolute;
}

.posr {
  position: relative;
}

/*== Custome Margin Padding ==*/
.p0 {
  padding: 0 !important;
}

.p1 {
  padding: 1;
}

.p10 {
  padding: 10px;
}

.p15 {
  padding: 15px;
}

.p20 {
  padding: 20px;
}

.p25 {
  padding: 25px;
}

.p30 {
  padding: 30px;
}

.p35 {
  padding: 35px;
}

.p40 {
  padding: 40px;
}

.p45 {
  padding: 45px;
}

.p50 {
  padding: 50px;
}

.p55 {
  padding: 55px;
}

.p60 {
  padding: 60px;
}

.p65 {
  padding: 65px;
}

.p70 {
  padding: 70px;
}

.p75 {
  padding: 75px;
}

.p80 {
  padding: 80px;
}

.pad10 {
  padding: 10% 5%;
}

.pad17 {
  padding-top: 17% !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt3 {
  padding-top: 3px !important;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt55 {
  padding-top: 55px;
}

.pt60 {
  padding-top: 60px;
}

.pt65 {
  padding-top: 65px;
}

.pt70 {
  padding-top: 70px;
}

.pt75 {
  padding-top: 75px;
}

.pt80 {
  padding-top: 80px;
}

.pt85 {
  padding-top: 85px;
}

.pt90 {
  padding-top: 90px;
}

.pt95 {
  padding-top: 95px;
}

.pt100 {
  padding-top: 100px;
}

.pt120 {
  padding-top: 120px;
}

.pt130 {
  padding-top: 130px;
}

.pt140 {
  padding-top: 140px;
}

.pt150 {
  padding-top: 150px;
}

.pt160 {
  padding-top: 160px;
}

.pt170 {
  padding-top: 170px;
}

.pt180 {
  padding-top: 180px;
}

.pt190 {
  padding-top: 190px;
}

.pt200 {
  padding-top: 200px;
}

.pt100 {
  padding-top: 100px;
}

.pt70 {
  padding-top: 70px;
}

.pt70 {
  padding-top: 70px;
}

.pt70 {
  padding-top: 70px;
}

.pr0 {
  padding-right: 0;
}

.pr1 {
  padding-right: 1px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr30 {
  padding-right: 30px;
}

.pr35 {
  padding-right: 35px;
}

.pr40 {
  padding-right: 40px;
}

.pr45 {
  padding-right: 45px;
}

.pr50 {
  padding-right: 50px;
}

.pr55 {
  padding-right: 55px;
}

.pr60 {
  padding-right: 60px;
}

.pr65 {
  padding-right: 65px;
}

.pr70 {
  padding-right: 70px;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb15 {
  padding-bottom: 15px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb55 {
  padding-bottom: 55px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb65 {
  padding-bottom: 65px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb75 {
  padding-bottom: 75px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb85 {
  padding-bottom: 85px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb95 {
  padding-bottom: 95px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb110 {
  padding-bottom: 110px;
}

.pb120 {
  padding-bottom: 120px;
}

.pb130 {
  padding-bottom: 130px;
}

.pl0 {
  padding-left: 0 !important;
}

.pl1 {
  padding-left: 1px;
}

.pl5 {
  padding-left: 5px;
}

.pl6 {
  padding-left: 6px;
}

.pl7 {
  padding-left: 7px;
}

.pl8 {
  padding-left: 8px;
}

.pl9 {
  padding-left: 9px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px;
}

.pl40 {
  padding-left: 40px;
}

.pl45 {
  padding-left: 45px;
}

.pl50 {
  padding-left: 50px;
}

.pl55 {
  padding-left: 55px;
}

.pl60 {
  padding-left: 60px;
}

.pl65 {
  padding-left: 65px;
}

.pl70 {
  padding-left: 70px;
}

.pl75 {
  padding-left: 75px;
}

.pl80 {
  padding-left: 80px;
}

.pl85 {
  padding-left: 85px;
}

.pl90 {
  padding-left: 90px;
}

.pl95 {
  padding-left: 95px;
}

.pl100 {
  padding-left: 100px;
}

.pl150 {
  padding-left: 150px;
}

.pl200 {
  padding-left: 200px;
}

.pl220 {
  padding-left: 220px;
}

.pl210 {
  padding-left: 210px;
}

.pl230 {
  padding-left: 230px;
}

.pl240 {
  padding-left: 240px;
}

.pl250 {
  padding-left: 250px;
}

.pl300 {
  padding-left: 300px;
}

.pl330 {
  padding-left: 330px;
}

.pl340 {
  padding-left: 340px;
}

.pl350 {
  padding-left: 350px;
}

.pl400 {
  padding-left: 400px;
}

.prpl0 {
  padding-left: 0;
  padding-right: 0;
}

.prpl5 {
  padding-left: 5px;
  padding-right: 5px;
}

.prpl10 {
  padding-left: 10px;
  padding-right: 10px;
}

.prpl15 {
  padding-left: 15px;
  padding-right: 15px;
}

.prpl20 {
  padding-left: 20px;
  padding-right: 20px;
}

.prpl25 {
  padding-left: 25px;
  padding-right: 25px;
}

.prpl30 {
  padding-left: 30px;
  padding-right: 30px;
}

.prpl35 {
  padding-left: 35px;
  padding-right: 35px;
}

.prpl40 {
  padding-left: 40px;
  padding-right: 40px;
}

.prpl2 {
  padding-left: 2px;
  padding-right: 2px;
}

.ptpb50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ptpb60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.plpr0 {
  padding-left: 0px;
  padding-right: 0px;
}

.m0a {
  margin: 0 auto;
}

.mt-5 {
  margin-top: -5px;
}

.mt-6 {
  margin-top: -6px;
}

.mt-7 {
  margin-top: -7px;
}

.mt-8 {
  margin-top: -8px;
}

.mt-9 {
  margin-top: -9px;
}

.mt-10 {
  margin-top: -10px;
}

.mt-15 {
  margin-top: -15px;
}

.mt-20 {
  margin-top: -20px;
}

.mt-25 {
  margin-top: -25px;
}

.mt-30 {
  margin-top: -30px;
}

.mt-35 {
  margin-top: -35px;
}

.mt-40 {
  margin-top: -40px;
}

.mt-45 {
  margin-top: -45px;
}

.mt-50 {
  margin-top: -50px;
}

.mt-55 {
  margin-top: -55px;
}

.mt-60 {
  margin-top: -60px;
}

.mt-65 {
  margin-top: -65px;
}

.mt-70 {
  margin-top: -70px;
}

.mt-75 {
  margin-top: -75px;
}

.mt-80 {
  margin-top: -80px;
}

.mt-85 {
  margin-top: -85px;
}

.mt-90 {
  margin-top: -90px;
}

.mt-95 {
  margin-top: -95px;
}

.mt-100 {
  margin-top: -100px;
}

.mt-120 {
  margin-top: -120px;
}

.mt-150 {
  margin-top: -150px;
}

.mt-200 {
  margin-top: -200px;
}

.m--1 {
  margin: -1px;
}

.m--2 {
  margin: -2px;
}

.ms--1 {
  margin-left: -1px;
}

.me--1 {
  margin-right: -1px;
}

.mx--1 {
  margin-left: -1px;
  margin-right: -1px;
}

.my--1 {
  margin-top: -1px;
  margin-bottom: -1px;
}

.mx--2 {
  margin-left: -2px;
  margin-right: -2px;
}

.my--2 {
  margin-top: -2px;
  margin-bottom: -2px;
}

.m0 {
  margin: 0;
}

.m5 {
  margin: 5px;
}

.m10 {
  margin: 10px !important;
}

.m15 {
  margin: 15px;
}

.m20 {
  margin: 20px;
}

.m25 {
  margin: 25px;
}

.m30 {
  margin: 30px;
}

.m35 {
  margin: 35px;
}

.m40 {
  margin: 40px;
}

.m45 {
  margin: 45px;
}

.m50 {
  margin: 50px;
}

.m55 {
  margin: 55px;
}

.m60 {
  margin: 60px;
}

.m65 {
  margin: 65px;
}

.m70 {
  margin: 70px;
}

.m75 {
  margin: 75px;
}

.m80 {
  margin: 80px;
}

.m85 {
  margin: 85px;
}

.m90 {
  margin: 90px;
}

.m95 {
  margin: 95px;
}

.m100 {
  margin: 100px;
}

.mt0 {
  margin-top: 0px !important;
}

.mt1 {
  margin-top: 1px;
}

.mt2 {
  margin-top: 2px;
}

.mt3 {
  margin-top: 3px;
}

.mt4 {
  margin-top: 4px;
}

.mt5 {
  margin-top: 5px;
}

.mt8 {
  margin-top: 8px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mt95 {
  margin-top: 95px;
}

.mt100 {
  margin-top: 100px;
}

.mt150 {
  margin-top: 150px;
}

.mt200 {
  margin-top: 200px;
}

.mt250 {
  margin-top: 250px !important;
}

.mt300 {
  margin-top: 3000px;
}

.mt-30 {
  margin-top: -30px;
}

.mr0 {
  margin-right: 0px;
}

.mr2 {
  margin-right: 2px;
}

.mr3 {
  margin-right: 3px;
}

.mr4 {
  margin-right: 4px;
}

.mr5 {
  margin-right: 5px;
}

.mr6 {
  margin-right: 6px;
}

.mr7 {
  margin-right: 7px;
}

.mr8 {
  margin-right: 8px;
}

.mr9 {
  margin-right: 9px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.mr45 {
  margin-right: 45px;
}

.mr50 {
  margin-right: 50px;
}

.mr55 {
  margin-right: 55px;
}

.mr60 {
  margin-right: 60px;
}

.mr65 {
  margin-right: 65px;
}

.mr70 {
  margin-right: 70px;
}

.mr75 {
  margin-right: 75px;
}

.mr80 {
  margin-right: 80px;
}

.mr85 {
  margin-right: 85px;
}

.mr90 {
  margin-right: 90px;
}

.mr95 {
  margin-right: 95px;
}

.mr100 {
  margin-right: 100px;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

.ml0 {
  margin-left: 0px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.ml47 {
  margin-left: 47px;
}

.ml50 {
  margin-left: 50px;
}

.ml55 {
  margin-left: 55px;
}

.ml60 {
  margin-left: 60px;
}

.ml65 {
  margin-left: 65px;
}

.ml70 {
  margin-left: 70px;
}

.ml75 {
  margin-left: 75px;
}

.ml80 {
  margin-left: 80px;
}

.ml85 {
  margin-left: 85px;
}

.ml90 {
  margin-left: 90px;
}

.ml95 {
  margin-left: 95px;
}

.ml100 {
  margin-left: 100px;
}

.zi0 {
  z-index: 0;
}

.zi1 {
  z-index: 1;
}

.zi9 {
  z-index: 9;
}

.zi-1 {
  z-index: -1;
}

.curp {
  cursor: pointer;
}

/* HippoBazaar.css */
.hippo-bazaar-container {
  position: relative;
  height: 100vh;
  width: 100%;
  background-image: url(../images/bajaar.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Albert Sans";
  overflow: hidden;
}

.background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  z-index: 1;
}

.content-wrapper {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 2rem;
  max-width: 600px;
  width: 90%;
  animation: fadeInUp 0.8s ease-out;
}

.text-content {
  margin-bottom: 3rem;
}

.main-heading {
  font-size: 3.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  letter-spacing: -0.02em;
}

.subtitle {
  font-size: 1.25rem;
  color: #f0f0f0;
  line-height: 1.6;
  margin: 0;
  font-weight: 400;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  max-width: 500px;
  margin: 0 auto;
}

.get-started-btn {
  background: #143951;
  color: white;
  border: none;
  padding: 1rem 3rem;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(49, 151, 147, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
}

.get-started-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(49, 151, 147, 0.4);
  /* background: #136764; */
}

.get-started-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(233, 30, 99, 0.3);
}

.get-started-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #143951, transparent;
  transition: left 0.5s;
}

.get-started-btn:hover::before {
  left: 100%;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .main-heading {
    font-size: 2.5rem;
  }

  .subtitle {
    font-size: 1.1rem;
  }

  .get-started-btn {
    padding: 0.875rem 2.5rem;
    font-size: 1rem;
  }

  .content-wrapper {
    padding: 1.5rem;
  }
}

@media (max-width: 480px) {
  .main-heading {
    font-size: 2rem;
  }

  .subtitle {
    font-size: 1rem;
  }

  .get-started-btn {
    padding: 0.75rem 2rem;
    font-size: 0.9rem;
  }
}

/* Responsive adjustments */
@media (max-width: 480px) {
  .phone-mockup {
    width: 100%;
    height: 100vh;
    border-radius: 0;
    padding: 0;
  }

  .phone-screen {
    border-radius: 0;
  }

  .login-content {
    /* padding: 30px 20px; */
  }

  .banner-content {
    padding: 15px;
  }

  .joyful-tet-banner {
    gap: 15px;
  }

  .tet-image {
    height: 60px;
  }

  .banner-grid {
    gap: 5px;
  }
}

.resend {
  border: none;
  align-items: center;
  text-align: center;
  font-size: larger;
  background-color: none;
  margin-bottom: 15px;
}

.shop-details-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.form-section {
  margin-bottom: 25px;
}

.form-section h3 {
  margin-bottom: 8px;
  color: #1f2937;
}

input,
select {
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.days-selector {
  display: flex;
  gap: 5px;
  margin-bottom: 15px;
}

.day-btn {
  padding: 8px 12px;
  border: 1px solid #ddd;
  background: #f9f9f9;
  border-radius: 4px;
  cursor: pointer;
}

.day-btn.active {
  background: #4caf50;
  color: white;
  border-color: #4caf50;
}

.time-selection {
  display: flex;
  gap: 15px;
}

.time-option {
  flex: 1;
}

.time-option label {
  display: block;
  margin-bottom: 5px;
}

/* .submit-btn {
  width: 240px;
  padding: 12px;
  background-color: #4caf50;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
} */
*/
/* ------ */

.multi-form-system {
  height: 100vh !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.form-container-multi {
  width: 90%;
  max-width: 500px;
  margin: 60px auto 30px;
  padding: 20px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); 
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.form-container-multi:hover {
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.form-content {
  width: 100%;
}

.form-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #1f2937;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.progress-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 40px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ddd;
  transition: background 0.3s;
}

.dot.active {
  background: #143951;
}

.dot.completed {
  background-color: #ddd;
}

.form-group {
  margin-bottom: 12px !important;
}

.form-group label {
  display: block;
  margin-bottom: 1px !important;
  font-weight: 500;
  color: #1f2937;
  font-size: 14px;
}

.form-input,
.form-select,
.textarea {
  width: 100% !important;
  padding: 6px 14px !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 4px !important;
  font-size: 16px !important;
  color: #1f2937 !important;
  background: #f8f9fa !important;
  box-sizing: border-box !important;
  transition: border-color 0.3s !important;
}

.form-input:focus,
.form-select:focus,
.textarea:focus {
  outline: none;
  border-color: #143951 !important;
  background-color: #fff !important;
  box-shadow: 0 0 0 3px rgba(49, 151, 147, 0.1) !important;
}

.form-select {
  cursor: pointer;
}

.form-row {
  display: flex;
  gap: 16px;
}

.form-group.half {
  flex: 1;
}

.next-button {
  width: 100%;
  padding: 16px;
  background: #319793;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s;
}

.next-button:hover {
  background: #136764;
}
.day-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.day-left {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1;
  flex-wrap: wrap; 
}

.day-name {
  font-weight: 500;
  min-width: 80px;
  color: #1f2937;

}

.time-inputs {
  display: flex;
  align-items: center;
  gap: 8px;
}

.time-input {
  padding: 6px 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  width: 100px;
}
.time-input:focus {
  outline: none;
  border-color: #319793;
}
.closed-label {
  color: #999;
  font-style: italic;
  font-size: 14px;
}

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 28px;
}

/* ✅ Mobile Layout Fix */
@media (max-width: 600px) {
  .day-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .day-left {
    width: 100%;
    justify-content: space-between;
  }

  .day-row .closed-label {
    margin-left: auto;
  }

  .time-inputs {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 6px;
  }

  .time-input {
    width: 100%;
  }

  .time-separator {
    display: none; 
  }
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-radius: 28px;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  border-radius: 50%;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #319793;
}

input:checked + .slider:before {
  transform: translateX(24px);
}

.slider:hover {
  box-shadow: 0 0 1px #319793;
}

@media (max-width: 600px) {
  .form-container {
    padding: 20px;
  }

  .form-row {
    flex-direction: column;
    gap: 0;
  }

  .day-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .time-inputs {
    flex-wrap: wrap;
    gap: 8px;
  }
}

.document-upload-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  font-family: "Albert Sans";
  color: #1f2937;
}

.form-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}

.form-header h2 {
  font-size: 24px;
  margin: 0;
}

.progress-dots {
  display: flex;
  margin-left: auto;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
  background-color: #ddd;
}

.dot.completed {
  background-color: #ddd;
}

.instruction-text {
  margin-bottom: 25px;
  color: #1f2937;
}

.document-section {
  margin-bottom: 30px;
}

.document-section h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.upload-instruction {
  color: #1f2937;
  margin-bottom: 10px;
}

.upload-box {
  display: block;
  border: 2px dashed #ddd;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 10px;
}

.upload-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.upload-text {
  font-weight: bold;
  margin-bottom: 5px;
}

.tap-text {
  color: #1f2937;
  font-size: 14px;
}

.file-name {
  color: #4caf50;
  font-weight: bold;
}

.upload-button {
  background-color: #f5f5f5;
  border: none;
  padding: 8px 20px;
  border-radius: 4px;
  cursor: pointer;
}

.stats-section {
  display: flex;
  justify-content: space-between;
  margin: 25px 0;
}

.stat-box {
  flex: 1;
  text-align: center;
  padding: 15px;
  background-color: #f9f9f9;
  border-radius: 8px;
  margin: 0 10px;
}

.stat-label {
  display: block;
  color: #1f2937;
  font-size: 14px;
}

.stat-value {
  font-size: 24px;
  font-weight: bold;
}

.bill-requests {
  margin: 25px 0;
}

.bill-requests h3 {
  margin-bottom: 15px;
}

.request-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.request-name {
  flex: 2;
}

.request-amount {
  flex: 1;
  text-align: right;
  padding-right: 15px;
}

.request-status {
  flex: 0 0 20px;
  text-align: center;
}

.next-button {
  width: 100%;
  padding: 12px;
  background-color: #143951;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
}

.bottom-navigation {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}

.nav-button {
  background: none;
  border: none;
  color: #1f2937;
  cursor: pointer;
  font-size: 14px;
}

.option-select {
  width: 100%;
  padding: 0px;
  border: 0px solid #ddd;
  border-radius: 12px;
  background: white;
  transition: border-color 0.3s;
  font-family: "Albert Sans";
  font-size: 16px;
}

.css-13cymwt-control {
  height: 50px;
  background-color: #f8f9fa !important;
}

/*.css-13cymwt-control:hover{
  border-color: #ec801c !important;
}*/

.state-select {
  width: 100%;
  padding: 0px;
  border: 0px solid #ddd;
  border-radius: 8px;
  background: white;
  transition: border-color 0.3s;
  font-family: "Albert Sans";
  font-size: 16px;
}

.css-t3ipsp-control {
  height: 50px;
}

.css-t3ipsp-control:focus {
  border-color: #143951 !important;
}

/*.css-t3ipsp-control:hover{
 transition: none !important;}*/

.css-13cymwt-control {
  height: 50px;
}

/*.css-13cymwt-control:hover {
  border-color: #ec801c !important;
}*/

/* .logo {
  width: 20%;
  margin-left: 40%;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: 10%;
} */

/*.css-13cymwt-control{
  border-color: #ec801c;
}


.css-13cymwt-control:hover{
border-color: #ec801c;
}*/

/* Remove any background image from phone input */
.react-phone-number-input,
.react-phone-number-input input {
  background: none !important;
  background-image: none !important;
  box-shadow: none !important;
  border: 1px solid #ccc;
  border-radius: 6px;
}

/* Remove large background icon if rendered */
.PhoneInputCountryIconImg {
  content: none !important;
  display: none !important;
}

.upload-title {
  font-weight: bold;
  font-size: 20px;
}

.upload-description {
  font-size: 17px;
  margin-bottom: 20px !important;
}

.resend-btn {
  border: none;
  color: black;
  background-color: white;
  margin-bottom: 10px;
}

.Otp-text {
  margin: 0px !important;
  text-align: center;
}

span {
  font-size: 14px !important;
}

.css-13cymwt-control {
  border-radius: 8px !important;
}

.custom-alert-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-color: #006c70;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.custom-alert-box {
  background-color: white;
  padding: 24px 30px;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  text-align: center;
  max-width: 350px;
  width: 80%;
  animation: fadeInDown 0.3s ease-in-out;
  position: relative;
}

.custom-alert-box p {
  margin: 0;
  font-size: 16px;
  color: #1f2937;
}

.close-btn {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 22px;
  color: #999;
  cursor: pointer;
  font-weight: bold;
  transition: color 0.2s ease-in-out;
}

.close-btn:hover {
  color: #1f2937;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.resend-btn {
  align-content: center;
}

.upload-box {
  cursor: pointer;
  border: 2px dashed #ccc;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
  transition: border-color 0.3s;
}

.upload-box:hover {
  border-color: #4a90e2;
  background-color: #f9f9f9;
}

.upload-button {
  background-color: #4a90e2;
  color: white;
  border: none;
  padding: 8px 16px;
  margin-top: 10px;
  border-radius: 4px;
  cursor: pointer;
}

.file-name {
  margin-top: 10px;
  font-size: 14px;
  color: #555;
}

.toggle-switch {
  position: relative;
  width: 48px;
  height: 24px;
  display: inline-block;
}

.toggle-switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  background-color: #ccc;
  border-radius: 34px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.3s;
}

.slider::before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  border-radius: 50%;
  transition: 0.3s;
}

.toggle-switch input:checked + .slider {
  background-color: #143951;
}

.toggle-switch input:checked + .slider::before {
  transform: translateX(24px);
}

.closed-text {
  color: #999;
  font-style: italic;
}

/* Toggle Switch */
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.toggle-switch input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 24px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #dc2626;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

/* BusinessHours.css */
.business-hours-container {
  background: white;
  border-radius: 12px;
  overflow: hidden;
}

/* Header */
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  border-bottom: 1px solid #e5e5e5;
  background: white;
}

.back-arrow {
  width: 24px;
  height: 24px;
  cursor: pointer;
  color: #1f2937;
}

.header h2 {
  font-size: 18px;
  font-weight: 600;
  color: #1f2937;
  margin: 0;
}

.close-all-btn {
  background: #fee2e2;
  color: #143951;
  border: none;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.close-all-btn:hover {
  background: #fecaca;
}

/* Progress indicator */
.progress-indicator {
  display: flex;
  justify-content: center;
  padding: 16px 0;
  background: white;
}

.progress-dots {
  display: flex;
  gap: 8px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d1d5db;
}

.dot.active {
  background: #143951;
}

/* Days section */
.days-section {
  padding: 20px;
}

.day-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding: 12px 0;
}

.day-info {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
}

.day-name {
  font-weight: 500;
  color: #374151;
  min-width: 80px;
}

.time-controls {
  display: flex;
  align-items: center;
  gap: 12px;
}

.time-group {
  display: flex;
  align-items: center;
  gap: 6px;
}

.time-label {
  font-size: 14px;
  color: #6b7280;
}

.time-select {
  padding: 4px 8px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  font-size: 14px;
  background: white;
  cursor: pointer;
  outline: none;
}

.time-select:focus {
  border-color: #143951;
}

.closed-text {
  color: #9ca3af;
  font-size: 14px;
}

/* Toggle switch */
.toggle-switch {
  position: relative;
  width: 48px;
  height: 24px;
  background: #d1d5db;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s;
}

.toggle-switch.active {
  background: #143951;
}

.toggle-slider {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  transition: transform 0.2s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.toggle-switch.active .toggle-slider {
  transform: translateX(24px);
}

/* Footer */
.footer {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-top: 1px solid #e5e5e5;
  background: white;
}

.btn {
  padding: 10px 24px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  border: none;
}

.btn-secondary {
  background: #f3f4f6;
  color: #6b7280;
}

.btn-secondary:hover {
  background: #e5e7eb;
}

.btn-primary {
  background: var(--secondary);
  color: white;
}

.btn-primary:hover {
  background: #143951;
}

/* Responsive */
@media (max-width: 480px) {
  .business-hours-container {
    margin: 0 10px;
  }

  .day-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 12px;
  }

  .day-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .time-inputs {
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
  }

  .toggle-switch {
    align-self: flex-end;
    margin-top: 6px;
  }
}
.dashboard-layout {
  display: flex;
  min-height: 100vh;
}

.sidebar {
  width: 250px;
  background-color: #f8f9fa;
  padding: 20px;
}

.main-content {
  flex-grow: 1;
  padding: 20px;
  background-color: #f8f9fa;
}

/* View transitions */
.hippo-bazaar-container,
.form-container {
  transition: opacity 0.3s ease;
}

.dashboard-container {
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.document-title {
  margin-bottom: 0px;
}

.cross-btn {
  background: white;
  border: none;
  font-size: 40px;
  color: #143951;
  cursor: pointer;
  position: absolute;
  top: 5px;
  border-radius: 8px;
  right: 5px;
  border: 1px solid #143951;
  padding: 0px 9px;
  line-height: 1;
}

.cross-btn:hover {
  background-color: #143951;
  color: white;
}

.preview-container {
  position: relative;
  display: inline-block;
}
.css-1dimb5e-singleValue {
  font-size: 14px;
}

.css-tj5bde-Svg {
  fill: hsl(0, 0%, 20%) !important;
}

.user {
  width: 40px;
  height: 45px;
}

.logos {
  width: 35px;
  height: 38px;
}

.input-group {
  margin-left: 20px;
}

.profile_list {
  background-color: white;
  border: 1px solid #ccc;
  padding: 10px;
  width: 70%;
  margin-top: 5px;
  border-radius: 8px;
}

.profile_list_item a {
  display: block;
  padding: 6px 10px;
  color: black;
  text-decoration: none;
}

.profile_list_item a:hover {
  background-color: #f0f0f0;
  padding-left: 22px !;
}

/* Profile Component Styles */
.profile_sidebar {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.profile_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.profile_list_item {
  border-bottom: 1px solid #f0f0f0;
}

.profile_list_item:last-child {
  border-bottom: none;
}

.profile-option {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 20px;
  background: transparent;
  border: none;
  color: #1f2937;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: left;
}

.profile-option:hover {
  background-color: #f8f9fa;
  color: #1f2937;
}

.profile-option.active {
  background-color: #007bff;
  color: white;
}

.profile-option i {
  font-size: 16px;
  width: 20px;
  text-align: center;
}

/* Profile Content Area */
.profile_content_area {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.profile-content h3 {
  margin-bottom: 25px;
  color: #1f2937;
  font-size: 24px;
  font-weight: 600;
}

/* Form Styles */
.profile-form {
  max-width: 600px;
}

.form-control {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  transition: border-color 0.3s ease;
}

.form-control:focus {
  outline: none;
    border-color: #143951 !important;
  box-shadow: 0 0 0 0.2rem rgba(49, 151, 147, 0.25) !important;
}

.btn {
  padding: 10px 18px;
  border: none;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.btn-primary {
  background-color: var(--secondary);
  color: white;
}

.btn-primary:hover {
  background-color: var(--secondary);
}

.btn-outline-primary {
  background-color: transparent;
  color: #007bff;
  border: 1px solid var(--secondary);
}

.btn-outline-primary:hover {
  background-color: var(--secondary);
  color: white;
}

.btn-outline-secondary {
  background-color: transparent;
  color: #6c757d;
  border: 1px solid #6c757d;
}

.btn-outline-secondary:hover {
  background-color: #6c757d;
  color: white;
}

.btn-outline-success {
  background-color: transparent;
  color: #28a745;
  border: 1px solid #28a745;
}

.btn-outline-success:hover {
  background-color: #28a745;
  color: white;
}

/* QR Code Section */
.qr-section {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.qr-code-display {
  flex: 0 0 200px;
}

.qr-placeholder {
  width: 200px;
  height: 200px;
  background: #f8f9fa;
  border: 2px dashed #ddd;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #1f2937;
}

.qr-icon {
  font-size: 48px;
  margin-bottom: 10px;
  color: #007bff;
}

.qr-info {
  flex: 1;
}

.qr-info h4 {
  margin-bottom: 15px;
  color: #1f2937;
  font-size: 18px;
}

.qr-info p {
  color: #1f2937;
  margin-bottom: 25px;
  line-height: 1.6;
}

.qr-actions {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

/* Responsive Design */
@media (max-width: 768px) {
  .qr-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .qr-code-display {
    flex: none;
  }

  .qr-actions {
    justify-content: center;
  }

  .profile_content_area {
    padding: 20px;
  }
}
/* ===================================== */

.app-container123 {
  /* display: grid;
  grid-template-columns: var(--sidebar-width) 1fr;
  grid-template-rows: var(--navbar-height) 1fr; */
  /* min-height: 100vh; */
}

@media (max-width: 1200px) {
  .app-container123 {
    grid-template-columns: 1fr;
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ripple {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

.main-content {
  margin-left: var(--sidebar-width);
  margin-top: var(--navbar-height);
  padding: 20px;
  min-height: calc(100vh - var(--navbar-height));
  transition: var(--transition);
  overflow: auto;

  /* Firefox scrollbar hiding */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}

.main-content::-webkit-scrollbar {
  width: 0px; /* Chrome, Safari, Opera */
  height: 0px;
  background: transparent; /* optional */
}

.main-content.sidebar-closed {
  margin-left: 0;
}



/* Container and Layout */
.container {
  min-height: 100vh;
}

/* Header Styles */
.header {
  background-color: white;
  padding: 16px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e7eb;
}

.back-icon {
  width: 24px;
  height: 24px;
  color: #374151;
}

.header-title {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  margin: 0;
}

/* Content Area */
.content {
  padding: 24px;
}

/* Form Container */
.form-container {
  background-color: white;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

/* Amount Section */
.amount-section {
  margin-bottom: 24px;
}

.section-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--dark) !important;
  margin: 0 0 3px 0 !important;
  padding: 0px !important;
}


.amount-buttons {
  display: flex;
  gap: 12px;
}

.amount-button {
  padding: 8px 24px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  background-color: #f9fafb;
  color: #374151;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

.amount-button:hover {
  background-color: #f3f4f6;
}

.amount-button.active {
  background-color: #fef2f2;
  border-color: var(--secondary);
  color: var(--secondary);
}

/* Payment Section */
.payment-section {
  margin-bottom: 32px;
}

.payment-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.payment-option {
  display: flex;
  align-items: center;
  padding: 12px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.payment-option:hover {
  background-color: #f9fafb;
}

.payment-radio {
  width: 16px;
  height: 16px;
  accent-color: #dc2626;
  margin-right: 12px;
}

.payment-label {
  color: #111827;
  font-size: 16px;
}

/* Submit Button */
.submit-button {
  width: 100%;
  background-color: var(--secondary);
  color: white;
  font-weight: 600;
  padding: 16px 24px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s;
  font-size: 16px;
}

.submit-button:hover:not(:disabled) {
  background-color: #b91c1c;
}

/* Success Page Styles */
.success-message {
  text-align: center;
  margin-bottom: 32px;
}

.success-title {
  font-size: 24px;
  font-weight: bold;
  color: #111827;
  margin: 0 0 12px 0;
}

.success-description {
  color: black;
  font-size: 16px;
  align-items: center;
  line-height: 1.5;
  margin: 0;
}

/* Illustration Styles */
.illustration-container {
  display: flex;
  justify-content: center;
  margin-bottom: 48px;
}

.illustration {
  position: relative;
}

.background-circle {
  width: 192px;
  height: 192px;
  background-color: #fef3e2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.briefcase {
  position: absolute;
}

.briefcase-left {
  top: 32px;
  left: 48px;
}

.briefcase-right {
  top: 32px;
  right: 48px;
}

.briefcase-icon {
  width: 24px;
  height: 24px;
  color: #374151;
}

.coin-stack {
  position: relative;
}

.coin {
  width: 64px;
  height: 16px;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.coin-top {
  background-color: #fbbf24;
  margin-bottom: 4px;
}

.coin-bottom {
  background-color: #f59e0b;
}

.leaf {
  position: absolute;
  border-radius: 50%;
}

.leaf-1 {
  width: 12px;
  height: 24px;
  background-color: #10b981;
  bottom: 64px;
  left: 64px;
  transform: rotate(45deg);
}

.leaf-2 {
  width: 12px;
  height: 24px;
  background-color: #34d399;
  bottom: 80px;
  right: 80px;
  transform: rotate(-45deg);
}

.leaf-3 {
  width: 8px;
  height: 16px;
  background-color: #10b981;
  bottom: 48px;
  right: 64px;
  transform: rotate(12deg);
}

.leaf-4 {
  width: 8px;
  height: 16px;
  background-color: #34d399;
  bottom: 96px;
  left: 80px;
  transform: rotate(-12deg);
}

/* Transaction Details */

/* Responsive Design */
@media (max-width: 640px) {
  .content {
    padding: 16px;
  }

  .form-container {
    padding: 16px;
  }

  .amount-buttons {
    flex-wrap: wrap;
  }

  .amount-button {
    flex: 1;
    min-width: 80px;
  }

  .background-circle {
    width: 160px;
    height: 160px;
  }

  .briefcase-left {
    left: 32px;
  }

  .briefcase-right {
    right: 32px;
  }
}

/* ====== */

.fa-solid fa-wallet {
  color: #64748b !important;
}

.profile-container {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
  font-family: "Albert Sans" sans-serif;
  background: #fff;
  border-radius: 10px;
}

.back-arrow {
  font-size: 20px;
  margin-bottom: 10px;
  cursor: pointer;
}

.profile-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

.profile-avatar {
  text-align: center;
  margin-bottom: 30px;
}

.profile-avatar img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.profile-name {
  margin: 10px 0 5px;
  font-weight: bold;
}

.profile-role {
  color: #b77b7b;
  font-size: 14px;
}

.profile-info h4 {
  margin-bottom: 10px;
  font-weight: bold;
}
.update-btn-wrapper {
  text-align: center;
  /* width: 100%; */
}
.update-btn {
  width: 100%;
  padding: 12px;
  background-color: #319793;
  color: #fff;
  border: none;
  border-radius: 25px;
  font-weight: bold;
  cursor: pointer;
}

.update-btn:hover {
  background: #136764;
}
@media (max-width: 576px) {
  .update-btn-wrapper {
  text-align: center;
     margin-bottom: 10px;

}
  .logo-preview {
    width: 120px;
    height: 120px;
  }

  .update-btn {
    width: 100%; 
    font-size: 15px;
    padding: 8px;
  }
}
.profile_list_item {
  padding: 15px;
}
/* ====
 */
/* Vendor Dashboard Styles */

.vendor-dashboard {
  background-color: #f8f9fa;
  min-height: 100vh;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.3;
  }
  100% {
    transform: scale(1.5);
    opacity: 0.1;
  }
}

/* Metric Cards */
.metric-card {
  background: #fff;
  border-radius: 12px;
  border: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
  height: 100%;
}

.metric-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.metric-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: var(--primary);
  background-color: var(--primary-light);
  transition: all 0.3s ease;
}

.metric-card:hover .metric-icon {
  background-color: var(--primary);
  color: white;
  transform: rotate(10deg);
}

/* Chart Cards */
.chart-card {
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.chart-card .card-header {
  background: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.chart-tabs {
  display: flex;
  gap: 8px;
}

.chart-tabs button {
  padding: 4px 12px;
  border-radius: 20px;
  border: none;
  background: transparent;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--gray);
  cursor: pointer;
  transition: all 0.3s ease;
}

.chart-tabs button.active {
  background: var(--primary);
  color: white;
}

.chart-container {
  position: relative;
  height: 300px;
  width: 100%;
}

/* Alerts */
.alerts-card {
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.alert-item {
  padding: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: all 0.3s ease;
}

.alert-item.unread {
  background-color: rgba(249, 151, 147, 0.05);
}

.alert-item:hover {
  background-color: rgba(49, 151, 147, 0.1);
}

.alert-icon {
  font-size: 1.2rem;
}

.alert-icon.warning {
  color: var(--primary);
}

.alert-icon.danger {
  color: var(--secondary);
}

.alert-message {
  font-weight: 500;
}

.badge {
  background-color: var(--primary);
  font-weight: 500;
  padding: 4px 8px;
  font-size: 0.75rem;
}
.modern-wallet-modal .ant-modal-close {
  color: white;
}

.modern-wallet-modal .ant-modal-close:hover {
  color: white; /* Optional: keep it white on hover too */
  background-color: rgba(255, 255, 255, 0.1); /* Optional subtle hover effect */
}

.amount-input:hover,
.amount-input:focus,
.amount-input:active,
.amount-input-focused {
  border-color: #319793 !important;
  box-shadow: 0 0 0 2px rgba(49, 151, 147, 0.2) !important;
}

:where(.css-dev-only-do-not-override-1vjf2v5).ant-input-outlined:focus,
:where(.css-dev-only-do-not-override-1vjf2v5).ant-input-outlined:focus-within {
  border-color: #319793 !important;
  box-shadow: 0 0 0 2px rgba(49, 151, 147, 0.2) !important;
  outline: 0;
  background-color: #ffffff;
}

/* Styling the scrollbar */
::-webkit-scrollbar {
  width: 4px; 
}

::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius: 10px; 
}

::-webkit-scrollbar-thumb:hover {
  background: #555; 
}




/* Dashboard Layout */
.bills-dashboard {
  padding: 20px 10px;
  max-width: 1800px;
  margin: 0 auto;
}

/* Header Styles */
.dashboard-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--border-color);
}

.dashboard-header h1 {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 0.25rem;
}

.dashboard-subtitle {
  color: var(--gray);
  font-size: 0.9rem;
  font-weight: 400;
}

.header-actions {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.search-bar {
  position: relative;
  display: flex;
  align-items: center;
}

.search-bar input {
  padding: 8px 1rem 8px 1rem;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  width: 200px;
  font-size: 0.9rem;
  transition: all 0.2s;
  background-color: white;
}
@media (max-width:'567px') {
  .search-bar input {
  width: 100%;
  }
  
}

.search-bar input:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(49, 151, 147, 0.1);
}

.search-icon {
  position: absolute;
  left: 1rem;
  color: var(--gray);
  font-size: 1rem;
}

.export-btn {
  background-color: var(--primary);
  color: white;
  border: none;
  border-radius: 8px;
  padding: 0.65rem 1.25rem;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.export-btn:hover {
  background-color: var(--secondary);
  transform: translateY(-1px);
}

.export-icon {
  font-size: 1rem;
}

/* Stats Cards */
.stats-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.stat-card {
  background: white;
  border-radius: 12px;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--border-color);
  transition: transform 0.2s, box-shadow 0.2s;
  
}

.stat-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.stat-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}

.stat-icon.total {
  background-color: rgba(236, 128, 28, 0.1);
  color: var(--primary);
}

.stat-icon.pending {
  background-color: rgba(156, 163, 175, 0.1);
  color: var(--gray);
}

.stat-icon.accepted {
  background-color: rgba(16, 185, 129, 0.1);
  color: #10b981;
}
.stat-icon.declined {
  background-color: rgba(239, 68, 68, 0.1); /* soft red background */
  color: #ef4444; /* solid red text/icon */
}

.stat-icon.amount {
  background-color: rgba(59, 130, 246, 0.1);
  color: #3b82f6;
}

.stat-title {
  color: var(--gray);
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}

.stat-value {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--dark);
  
}
@media (max-width: 1024px) {
  .stats-container {
    gap: 1rem !important;
  }
}
@media (min-width: 1024px) {
  .stats-container {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem !important;
  }
  .stat-card{
    padding: 0.75rem;
  }
  .stat-icon {
    width: 40px;
    height: 40px;
  }
}
/* Filters Panel */
.filters-panel {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.filter-card {
  /* flex: 1; */
  min-width: 130px;
  transition: all 0.2s;
}

.filter-card:hover {
  border-color: var(--primary-light);
}

.filter-header {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 5px;
}

.filter-icon {
  color: var(--primary);
  font-size: 1.1rem;
}

.filter-card label {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--dark);
  margin: 0px;
}

.date-range {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.date-input {
  flex: 1;
  padding: 0.6rem 0.75rem;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  font-size: 0.9rem;
  color: var(--dark);
  transition: all 0.2s;
  background-color: white;
}

.date-input:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(236, 128, 28, 0.1);
}

.date-separator {
  color: var(--gray);
  font-size: 0.85rem;
  font-weight: 500;
}

.filter-select {
  width: 100%;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  font-size: 0.9rem;
  color: var(--dark);
  background-color: white;
  appearance: none;
  position: relative;
  cursor: pointer;
}

.filter-select:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(236, 128, 28, 0.1);
}

.select-arrow {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gray);
  font-size: 1rem;
  pointer-events: none;
}

/* Filters Panel */
.filters-panel {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.filter-card {
  min-width: 130px;
  transition: all 0.2s;
}

.filter-card:hover {
  border-color: var(--primary-light);
}

.filter-header {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 5px;
}

.filter-icon {
  color: var(--primary);
  font-size: 1.1rem;
}

.filter-card label {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--dark);
  margin: 0px;
}

.date-range {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.date-input {
  flex: 1;
  padding: 0.6rem 0.75rem;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  font-size: 0.9rem;
  color: var(--dark);
  transition: all 0.2s;
  background-color: white;
}

.date-input:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(236, 128, 28, 0.1);
}

.date-separator {
  color: var(--gray);
  font-size: 0.85rem;
  font-weight: 500;
}

.filter-select {
  width: 100%;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  font-size: 0.9rem;
  color: var(--dark);
  background-color: white;
  appearance: none;
  position: relative;
  cursor: pointer;
}

.filter-select:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(236, 128, 28, 0.1);
}

.select-arrow {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gray);
  font-size: 1rem;
  pointer-events: none;
}

/* Mobile Responsive Styles (max-width: 500px) */
@media (max-width: 500px) {
  .filters-panel {
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .filter-card {
    min-width: 100%;
    width: 100%;
  }

  .filter-header {
    margin-bottom: 8px;
  }

  .filter-card label {
    font-size: 0.95rem;
    font-weight: 600;
  }

  .filter-icon {
    font-size: 1.2rem;
  }

  .date-range {
    flex-direction: column;
    gap: 0.5rem;
    align-items: stretch;
  }

  .date-input {
    padding: 0.75rem 1rem;
    font-size: 16px; /* Prevents zoom on iOS */
    min-height: 44px; /* Better touch targets */
    width: 100%;
  }

  .date-separator {
    text-align: center;
    padding: 0.25rem 0;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--dark);
  }

  .filter-select {
    padding: 0.75rem 1rem;
    font-size: 16px; /* Prevents zoom on iOS */
    min-height: 44px; /* Better touch targets */
  }

  .select-arrow {
    right: 1rem;
    font-size: 1.1rem;
  }
}

/* Optional: Add smooth transitions for better mobile experience */
.filter-card {
  transition: all 0.3s ease;
}

.date-input,
.filter-select {
  transition: all 0.2s ease;
}

/* Table Container */
.table-container {
  background-color: white;
  border-radius: 12px;
  overflow-x: auto;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--border-color);
}

.bills-table {
  width: 100%;
  border-collapse: collapse;
}

.bills-table th {
  background-color:#dff6f5;
  padding: 0.5rem 1.2rem;
  text-align: left;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--dark);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-bottom: 1px solid var(--border-color);
}

.bills-table td {
  padding: 1.2rem 1.5rem;
  border-bottom: 1px solid var(--border-color);
  font-size: 0.95rem;
  color: var(--dark);
}

.bills-table tr:last-child td {
  border-bottom: none;
}

.bills-table tr:hover td {
  background-color: rgba(49, 151, 147, 0.03);
}

/* User Cell */
.user-cell {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.user-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #475569;
  font-weight: 600;
  flex-shrink: 0;
}

.user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.avatar-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
  color: var(--dark);
  background-color: rgba(236, 128, 28, 0.1);
}

.user-info {
  display: flex;
  flex-direction: column;
}

.user-info strong {
  font-weight: 500;
  color: var(--dark);
}

.user-info small {
  font-size: 0.75rem;
  color: var(--gray);
}

/* Amount Cell */
.amount-cell {
  font-weight: 600;
  color: var(--dark);
}

/* Badges */
.cashback-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.35rem 0.7rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
}

.cashback-badge.won {
  background-color: rgba(16, 185, 129, 0.1);
  color: #10b981;
}

.cashback-badge.lost {
  background-color: rgba(181, 36, 62, 0.1);
  color: var(--secondary);
}

.commission-badge {
  display: inline-block;
  padding: 0.35rem 0.7rem;
  border-radius: 20px;
  background-color: rgba(59, 130, 246, 0.1);
  color: #2563eb;
  font-size: 0.8rem;
  font-weight: 500;
}

.status-badge {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 500;
}

.status-badge.pending {
  background-color: rgba(236, 128, 28, 0.1);
  color: var(--primary);
}

.status-badge.approved {
  background-color: rgba(16, 185, 129, 0.1);
  color: #10b981;
}

.status-badge.rejected {
  background-color: rgba(181, 36, 62, 0.1);
  color: var(--secondary);
}
.status-badge-action {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 500;
}

.status-badge-action.pending {
  color: var(--primary);
}

.status-badge-action.approved {
  color: #10b981;
}

.status-badge-action.rejected {
  color: var(--secondary);
}

/* Receipt Link */
.receipt-link {
  color: #3b82f6;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}

.receipt-link:hover {
  color: #2563eb;
  text-decoration: underline;
}

.no-receipt {
  color: var(--gray);
  font-style: italic;
  font-size: 0.85rem;
}

/* Action Buttons */
.action-buttons {
  display: flex;
  gap: 0.5rem;
}

.btn {
  padding: 0.5rem 1rem;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  border: none;
}

.accept-btn {
  background-color: #10b981;
  color: white;
}

.accept-btn:hover {
  background-color: #0d9c6e;
  transform: translateY(-1px);
}

.decline-btn {
  background-color: var(--secondary);
  color: white;
}

.decline-btn:hover {
  background-color: #143951;
  transform: translateY(-1px);
  color: #fff;
}

.action-text {
  font-size: 0.8rem;
  color: var(--gray);
}

/* No Data State */
.no-data-row td {
  padding: 3rem !important;
  text-align: center;
}

.no-data-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.empty-state-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(156, 163, 175, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  color: var(--gray);
  font-size: 1.5rem;
}

.no-data-message p {
  color: var(--dark);
  font-size: 1rem;
  font-weight: 500;
}

.no-data-message small {
  color: var(--gray);
  font-size: 0.85rem;
}
/* ----------- */
/* Base Styles */
.form-container {
  max-width: 600px;
  margin: 20px auto 20px;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); /* Soft shadow */
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.form-container:hover {
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.required {
  color: #ff4d4f;
  margin-left: 4px;
}

/* Tags Management */
.tags-management {
  margin-top: 8px;
}

.tags-input-container {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}

.tags-input {
  flex: 1;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 4px !important;
  background-color: #f8f9fa;
}

.add-tag-btn {
  padding: 0 30px;
  background: #319793;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s;
}

.add-tag-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag-item {
  background: #f5f5f5;
  padding: 6px 12px;
  border-radius: 16px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.remove-tag-btn {
  background: none;
  border: none;
  color: #999;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  padding: 0;
}

.remove-tag-btn:hover {
  color: #ff4d4f;
}

/* Business Hours */
.business-hours-container {
  border-radius: 8px;
  overflow: hidden;
}

.day-row {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
}

.day-row:last-child {
  border-bottom: none;
}

.day-info {
  flex: 1;
  display: flex;
  align-items: center;
}

.day-name {
  width: 100px;
  font-weight: 500;
}

.time-inputs {
  display: flex;
  align-items: center;
  gap: 8px;
}

.time-input {
  padding: 6px 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.time-separator {
  color: #1f2937;
  font-size: 14px;
}

.closed-label {
  color: #999;
  font-style: italic;
}

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 24px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #143951;
}

input:checked + .slider:before {
  transform: translateX(26px);
}
*/

/* Document Upload */
/* Section Styling */
.section-card {
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
}

.section-title123 {
  font-size: 18px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 25px !important;
  font-weight: 600 !important;
}

.section-title123 .required {
  margin-left: 4px;
}

.section-subtitle123 {
  color: #1f2937;
  margin-bottom: 16px;
  font-size: 14px;
}

/* Image Upload Section */
.image-upload-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.image-upload-box {
  border: 2px dashed #ddd;
  border-radius: 8px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
}

.image-upload-box:hover {
  border-color: #143951;
}

.upload-label {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.hidden-input {
  display: none;
}

.upload-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #1f2937;
}

.upload-icon {
  font-size: 24px;
  margin-bottom: 8px;
  margin-right: 6px;
}

.image-preview-box {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  height: 80px;
  border: 2px solid #eee;
}

.image-preview-box.primary {
  border-color: #143951;
}

.preview-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-actions {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  padding: 8px;
}

.primary-btn {
  flex: 1;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 12px;
  cursor: pointer;
}

.primary-btn.active {
  background: #143951;
  color: white;
}

.remove-btn {
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 4px;
  margin-left: 8px;
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #143951;
}

/* Document Upload Section */
.document-upload-area {
  margin-top: 16px;
}

.file-upload-card {
  border: 2px dashed #ddd;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  margin-bottom: 16px;
  transition: all 0.2s;
}

.file-upload-card:hover {
  border-color: #143951;
}

.upload-document-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #1f2937;
}

.upload-document-btn .upload-icon {
  font-size: 32px;
  margin-bottom: 8px;
  color: #143951;
}

.upload-document-btn small {
  font-size: 12px;
  color: #999;
  margin-top: 4px;
}

.preview-container {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
}

.document-preview {
  max-width: 100%;
  max-height: 200px;
  border-radius: 4px;
}

.file-preview {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
}

.file-icon {
  font-size: 48px;
  color: #ff4d4f;
  margin-bottom: 8px;
}

.file-name {
  word-break: break-all;
  text-align: center;
}

.remove-preview-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #ff4d4f;
  color: white;
  border: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* Uploaded Documents */
.uploaded-documents {
  margin-top: 24px;
}

.documents-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.document-card {
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.document-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.thumbnail {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 4px;
}

.file-thumbnail {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #ff4d4f;
}

.doc-type {
  font-weight: 500;
  font-size: 14px;
}

.doc-id {
  font-size: 12px;
  color: #1f2937;
}

.remove-doc-btn {
  background: none;
  border: none;
  color: #ff4d4f;
  cursor: pointer;
  font-size: 16px;
}
.form-textarea {
  width: 100%;
  padding: 6px 14px !important;
  border: 1px solid #e0e0e0;
  border-radius: 4px !important;
  font-size: 16px;
  color: #1f2937;
  background: #f8f9fa;
  box-sizing: border-box;
  transition: border-color 0.3s;
}

.form-textarea:focus {
  outline: none;
  border-color: #143951;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(197, 48, 48, 0.1);
}
/* Container */
/* Main container */
.react-select__control {
  height: 40px !important;
  min-height: 40px !important;
  padding: 0 10px !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 4px !important;
  background-color: #f8f9fa !important;
  font-size: 16px !important;
  color: #1f2937 !important;
  box-shadow: none !important;
  transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
}

/* When focused */
.react-select__control--is-focused {
  border-color: #143951 !important;
  background-color: #fff !important;
  box-shadow: 0 0 0 3px rgba(197, 48, 48, 0.1) !important;
}

/* Selected value container */
.react-select__value-container {
  height: 40px !important;
  padding: 0 !important;
  align-items: center !important;
  border-radius: 4px !important;
}

/* Input field (for typing) */
.react-select__input-container {
  margin: 0 !important;
  padding: 0 !important;
}

/* Placeholder text */
.react-select__placeholder {
  color: #1f2937 !important;
  font-size: 16px !important;
  margin: 0 !important;
  line-height: 40px !important;
}

/* Selected text */
.react-select__single-value {
  color: #1f2937 !important;
  font-size: 16px !important;
  line-height: 40px !important;
}

/* Dropdown options */
.react-select__option--is-focused {
  background-color: #f0f0f0 !important;
}

.react-select__option--is-selected {
  background-color: #143951 !important;
  color: #fff !important;
}


/* Image Upload Section */
.image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.image-upload-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 80px;
  border: 2px dashed #cbd5e0;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #fff;
}

.image-upload-box:hover {
  border-color: #143951;
  background: #f8fafc;
}

.upload-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: #718096;
}

.upload-icon {
  font-size: 1.5rem;
  color: #143951;
}

.upload-loader {
  color: #143951;
  font-size: 0.9rem;
}

.file-input {
  display: none;
}

.image-preview {
  position: relative;
  height: 150px;
  border-radius: 8px;
  overflow: hidden;
}

.preview-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.remove-image-btn {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
  transition: all 0.2s ease;
}

.remove-image-btn:hover {
  background: rgba(0, 0, 0, 0.8);
}

/* Document Form Section */
.form-row {
  display: flex;
  gap: 1.5rem;
  /* margin-bottom: 1.5rem; */
}

.form-group {
  flex: 1;
  margin-bottom: 1rem;
}

.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #1f2937;
  font-size: 0.95rem;
}

.select-input {
  width: 100%;
}

.text-input {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-size: 0.95rem;
  transition: all 0.2s ease;
}

.text-input:focus {
  outline: none;
  border-color: #143951;
  box-shadow: 0 0 0 3px rgba(49, 151, 147, 0.1);
}

.document-upload-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  border: 2px dashed #cbd5e0;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #fff;
  text-align: center;
}

.document-upload-btn:hover {
  border-color: #143951;
  background: #f8fafc;
}

.document-upload-btn span {
  margin-top: 0.5rem;
  color: #4a5568;
  font-weight: 500;
}

.document-upload-btn small {
  color: #718096;
  font-size: 0.8rem;
  margin-top: 0.25rem;
}

.document-preview-container {
  position: relative;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.document-preview-image {
  width: 100%;
  max-height: 200px;
  object-fit: contain;
}

.file-preview {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.file-icon {
  font-size: 2.5rem;
  color: #143951;
  margin-bottom: 0.5rem;
}

.file-name {
  font-size: 0.9rem;
  color: #4a5568;
  text-align: center;
  word-break: break-all;
}

.remove-preview-btn {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
  transition: all 0.2s ease;
}

.remove-preview-btn:hover {
  background: rgba(0, 0, 0, 0.8);
}

.add-document-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #143951;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-top: 1rem;
}

.add-document-btn:hover {
  background: #3a5bd9;
}

.add-document-btn:disabled {
  background: #cbd5e0;
  cursor: not-allowed;
}

/* Uploaded Documents List */
.uploaded-documents-list {
  margin-top: 2rem;
  border-top: 1px solid #e2e8f0;
  padding-top: 1.5rem;
}

.uploaded-documents-list h4 {
  font-size: 1.1rem;
  color: #2d3748;
  margin-bottom: 1rem;
}

.documents-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1rem;
}

.document-card {
  display: flex;
  align-items: center;
  padding: 1rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  gap: 1rem;
}

.document-thumbnail {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8fafc;
  border-radius: 6px;
  overflow: hidden;
}

.document-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pdf-icon {
  font-size: 1.5rem;
  color: #e53e3e;
}

.document-details {
  flex: 1;
}

.document-type {
  font-weight: 500;
  color: #2d3748;
  font-size: 0.95rem;
}

.document-id {
  font-size: 0.85rem;
  color: #718096;
}

.remove-document-btn {
  background: none;
  border: none;
  color: #e53e3e;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0.25rem;
}

.remove-document-btn:hover {
  color: #c53030;
}

/* Form Actions */
.form-actions {
  display: flex;
  justify-content: flex-end;
  /* margin-top: 2rem; */
}

.submit-btn {
  width: 240px;
  background: #4a6cf7;
  color: white;
  border: none;
  padding: 0.875rem 2rem;
  border-radius: 6px;
  font-weight: 500;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.submit-btn:hover {
  background: #3a5bd9;
}

.submit-btn:disabled {
  background: #cbd5e0;
  cursor: not-allowed;
}

/* Responsive Design */
@media (max-width: 768px) {
  .verification-card {
    padding: 1.5rem;
  }

  .form-row {
    flex-direction: column;
    gap: 1rem;
  }

  .image-grid {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  }

  .documents-grid {
    grid-template-columns: 1fr;
  }
  .submit-btn {
    width: 100%;
  }
}

.back-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 14px 5px 14px;
  border: none;
  border-radius: 8px;
  background-color: white;
  color: var(--secondary);
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 0 0 1.5px var(--secondary) inset;
  overflow: hidden;
}

.back-button:hover {
  color: white;
  background-color: var(--secondary);
  padding-left: 16px;
  padding-right: 16px;
  box-shadow: 0 2px 8px rgba(49, 151, 147, 0.2);
}

.back-button:active {
  background-color: #143951;
  transform: scale(0.98);
}

.arrow {
  color: var(--secondary) !important;
  display: flex;
  align-items: center;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.back-button:hover .arrow {
  color: white !important;
  transform: translateX(-2px);
}

/* Secondary color accent animation */
.back-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: var(--primary);
  transform: translateX(-8px);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.back-button:hover::before {
  transform: translateX(0);
}

/* Focus state */
.back-button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(236, 128, 28, 0.4),
    0 0 0 1.5px var(--secondary) inset;
}
:where(.css-dev-only-do-not-override-1vjf2v5).ant-modal-root .ant-modal-wrap {
  overflow: hidden !important;
}
.btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
    outline: none;
}
.btn-secondary:active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
    background-color: white;
}
.btn-reset-filters {
  height: 38px;
  padding: 0 16px;
  font-weight: 600;
  font-size: 14px;
  color: #143951;
  background: white;
  border: 2px solid #143951;
  border-radius: 6px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.btn-reset-filters:hover {
  background: #fff9f2;
  border-color: #143951;
  color: #143951;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}

.btn-reset-filters:active {
  transform: translateY(0);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.btn-reset-filters:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(236, 128, 28, 0.3);
}

/* responsive for help and support  */
/* Support Ticket Form Responsiveness */
@media (max-width: 576px) {
  .card-title {
    font-size: 20px !important; /* smaller heading on mobile */
  }

  .form-label {
    font-size: 14px; /* reduce label size */
  }

  .form-control {
    font-size: 14px;
    height: 40px !important; /* slightly smaller height */
  }

.main-content {
padding: 5px;
}
 .card-body.p-1 {
    padding: 0.5rem !important; /* override only on mobile */
  }
  .btn-theme {
    font-size: 14px;
    padding: 8px 18px;
  }

  .img-preview {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 6px;
  }
}
.highlightnew {
  color: var(--secondary) !important;
  font-weight: 600;
}
.highlightnew:hover {
   color: var(--primary) !important;
    text-decoration: underline !important;

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

.search-input {
  width: 100% ;
  padding-right: 35px; 
}

.clear-search {
  position: absolute;
  right: 10px;   
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  color: #666;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.otp-edit-btn {
  background: none;
  border: none;
  color: var(--primary, #1890ff);
  font-size: 14px;
  margin-left: 8px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.otp-edit-btn:hover {
  color: #0056b3;
  text-decoration: underline;
}

.edit-icon {
  font-size: 14px;
}
/* Suggestion Icon Styles */
.setting-label-with-suggestion {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}

.suggestion-icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  color: #f59e0b;
  transition: color 0.3s ease;
}

.suggestion-icon-wrapper:hover {
  color: #d97706;
}

.suggestion-tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #1f2937;
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1.4;
  width: 200px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  margin-bottom: 8px;
  text-align: center;
  white-space: normal;
}

.suggestion-tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #1f2937;
}

.suggestion-icon-wrapper:hover .suggestion-tooltip {
  opacity: 1;
  visibility: visible;
}

/* For the first setting group with toggle */
.setting-group:first-child .suggestion-icon-wrapper {
  margin-left: 4px;
}

.setting-group:first-child .suggestion-tooltip {
  left: -10px;
  transform: none;
}

.setting-group:first-child .suggestion-tooltip::after {
  left: 15px;
}

/* Responsive adjustments */
@media (max-width: 520px) {
  .suggestion-tooltip {
    width: 160px;
    font-size: 11px;
    left: -80px;
    transform: none;
  }
  
  .suggestion-tooltip::after {
    left: 85px;
  }
  
  .setting-group:first-child .suggestion-tooltip {
    left: -70px;
  }
  
  .setting-group:first-child .suggestion-tooltip::after {
    left: 75px;
  }
}

/* Centered loader container */
.loader-container-sec {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 60vh;
}

/* Simple circular spinner */
.loader-sec {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3d8b8f;
  /* Theme color */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.two-line-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
/* Date input styling */
.form-group input[type="date"] {
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  transition: border-color 0.3s ease;
}

.form-group input[type="date"]:focus {
  border-color: #143951;
  outline: none;
  box-shadow: 0 0 0 2px rgba(20, 57, 81, 0.1);
}

/* Date hint text */
.date-hint {
  display: block;
  margin-top: 4px;
  color: #6c757d;
  font-size: 12px;
}

/* Date validation message */
.date-validation-message {
  margin: 10px 0;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
}

/* Responsive design for date inputs */
@media (max-width: 768px) {
  .form-group input[type="date"] {
    font-size: 16px; /* Prevents zoom on iOS */
  }
}
  .camera-btn {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 32px;
    height: 32px;
    background: #143951;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 2px solid white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    font-size: 16px;
  }

  .camera-btn:hover {
    background: #0f2b3d;
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  }

  .camera-btn:active {
    transform: scale(0.95);
  }
  /* Minimal Back Button - Unique CSS Names */
.subadmin-header-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.subadmin-back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid #e2e8f0;
  background: white;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.subadmin-back-btn:hover {
  background: #f7fafc;
  border-color: #cbd5e0;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.subadmin-back-btn:active {
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.subadmin-back-arrow {
  font-size: 1.3rem;
  color: #4a5568;
  font-weight: 600;
  transition: color 0.2s ease;
}

.subadmin-back-btn:hover .subadmin-back-arrow {
  color: #2d3748;
}

.subadmin-page-title {
  margin: 0;
  color: #2d3748;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.025em;
}

/* Responsive Design */
@media (max-width: 768px) {
  .subadmin-header-wrapper {
    gap: 0.875rem;
  }
  
  .subadmin-back-btn {
    width: 38px;
    height: 38px;
  }
  
  .subadmin-back-arrow {
    font-size: 1.2rem;
  }
  
  .subadmin-page-title {
    font-size: 1.3rem;
  }
}

/* Rejection Modal Styles */
.rejection-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 20px;
  backdrop-filter: blur(4px);
}

.rejection-modal-content {
  background: white;
  border-radius: 16px;
  width: 100%;
  max-width: 480px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  animation: rejectionModalSlideIn 0.3s ease-out;
  border: 1px solid #e5e7eb;
  overflow: hidden;
}

@keyframes rejectionModalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-30px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.rejection-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  border-bottom: 1px solid #f3f4f6;
  background: linear-gradient(135deg, #fef2f2 0%, #fff 100%);
}

.rejection-modal-title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #dc2626;
  letter-spacing: -0.025em;
}

.rejection-modal-close {
  background: #fef2f2;
  border: none;
  color: #dc2626;
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rejection-modal-close:hover {
  background: #fecaca;
  transform: rotate(90deg);
}

.rejection-modal-body {
  padding: 24px;
  background: #fafafa;
}

.rejection-form-group {
  margin-bottom: 24px;
}

.rejection-form-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #374151;
  font-size: 14px;
  letter-spacing: -0.025em;
}

.rejection-required {
  color: #dc2626;
  font-weight: 600;
}

.rejection-form-select {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  font-size: 14px;
  background-color: white;
  transition: all 0.3s ease;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 16px;
}

.rejection-form-select:focus {
  outline: none;
  border-color: #dc2626;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
  background-color: #fef2f2;
}

.rejection-form-textarea {
  width: 100%;
  padding: 16px;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  font-size: 14px;
  font-family: inherit;
  resize: vertical;
  min-height: 100px;
  transition: all 0.3s ease;
  line-height: 1.5;
}

.rejection-form-textarea:focus {
  outline: none;
  border-color: #dc2626;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
  background-color: #fef2f2;
}

.rejection-form-textarea::placeholder {
  color: #9ca3af;
}

.rejection-modal-footer {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  padding: 20px 24px;
  border-top: 1px solid #f3f4f6;
  background: white;
}

.rejection-btn {
  padding: 12px 24px;
  border: none;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 120px;
  letter-spacing: -0.025em;
}

.rejection-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none !important;
}

.rejection-btn-cancel {
  background: #6b7280;
  color: white;
}

.rejection-btn-cancel:hover:not(:disabled) {
  background: #4b5563;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(107, 114, 128, 0.3);
}

.rejection-btn-confirm {
  background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
  color: white;
  box-shadow: 0 2px 8px rgba(220, 38, 38, 0.3);
}

.rejection-btn-confirm:hover:not(:disabled) {
  background: linear-gradient(135deg, #b91c1c 0%, #991b1b 100%);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(220, 38, 38, 0.4);
}
.metric-card-gradient {
  background: linear-gradient(135deg, var(--primary) 0%, #1a4968 100%);
  border: none;
  border-radius: 12px;
  color: white;
  transition: all 0.3s ease;
  cursor: pointer;
  height: 100%;
}

.metric-card-gradient:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(20, 57, 81, 0.3);
}

.metric-icon-wrapper {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  backdrop-filter: blur(10px);
}

.metric-subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 4px;
  letter-spacing: 0.5px;
}

.metric-main-number {
  color: white;
  font-size: 26px;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}
.wallet-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  padding: 20px;
}

.wallet-modal-container {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border-radius: 24px;
  padding: 40px 32px 32px;
  max-width: 440px;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 
    0 20px 60px rgba(0, 0, 0, 0.15),
    0 0 0 1px rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.wallet-modal-header {
  text-align: center;
  margin-bottom: 24px;
  position: relative;
}

.wallet-icon-wrapper {
  width: 80px;
  height: 80px;
  margin: 0 auto 16px;
  background: linear-gradient(135deg, #143951 0%, #319793 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 32px;
  box-shadow: 
    0 12px 30px rgba(20, 57, 81, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  position: relative;
}

.wallet-icon-wrapper::after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, #143951 0%, #319793 100%);
  border-radius: 50%;
  z-index: -1;
  opacity: 0.4;
  filter: blur(8px);
}

.wallet-modal-title {
  font-size: 24px;
  font-weight: 700;
  color: #143951;
  margin: 0;
  letter-spacing: -0.5px;
  background: linear-gradient(135deg, #143951 0%, #319793 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.wallet-modal-content {
  text-align: center;
  margin-bottom: 32px;
}

.wallet-modal-message {
  font-size: 18px;
  font-weight: 600;
  color: #1e293b;
  margin: 0 0 8px;
  line-height: 1.4;
}

.wallet-modal-submessage {
  font-size: 14px;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}

.wallet-progress-track {
  height: 4px;
  background: #e2e8f0;
  border-radius: 10px;
  margin: 24px 0;
  overflow: hidden;
  position: relative;
}

.wallet-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #143951, #319793);
  border-radius: 10px;
  position: relative;
  width: 100%;
}

.wallet-progress-fill::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
  animation: walletShimmer 2s infinite;
}

@keyframes walletShimmer {
  0% { left: -100%; }
  100% { left: 100%; }
}

.wallet-modal-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
}

.wallet-btn {
  padding: 14px 32px;
  border: none;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 120px;
  position: relative;
  overflow: hidden;
}

.wallet-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}

.wallet-btn:hover::before {
  left: 100%;
}

.wallet-btn-secondary {
  background: #f1f5f9;
  color: #475569;
  border: 1px solid #e2e8f0;
}

.wallet-btn-secondary:hover {
  background: #e2e8f0;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.wallet-btn-primary {
  background: linear-gradient(135deg, #143951 0%, #319793 100%);
  color: white;
  box-shadow: 0 4px 15px rgba(20, 57, 81, 0.3);
}

.wallet-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 25px rgba(20, 57, 81, 0.4);
}

.wallet-floating-elements {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
}

.floating-circle {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, #143951 0%, #319793 100%);
  opacity: 0.1;
}

.circle-1 {
  width: 120px;
  height: 120px;
  top: -40px;
  right: -40px;
}

.circle-2 {
  width: 80px;
  height: 80px;
  bottom: -20px;
  left: -20px;
}

/* Responsive Design */
@media (max-width: 480px) {
  .wallet-modal-container {
    padding: 32px 24px 24px;
    margin: 20px;
  }
  
  .wallet-modal-actions {
    flex-direction: column;
  }
  
  .wallet-btn {
    width: 100%;
  }
  
  .wallet-icon-wrapper {
    width: 70px;
    height: 70px;
    font-size: 28px;
  }
  
  .wallet-modal-title {
    font-size: 22px;
  }
}


