body {
  font-family: "Poppins", sans-serif;
  background-image: linear-gradient(90deg, rgb(243 243 243), rgb(137 171 229));
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  color: #fff;
}
.connectWallet {
    background-color: #000000;
    background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2000 1500'%3E%3Cdefs%3E%3CradialGradient id='a' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23303030'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/radialGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='750' x2='1550' y2='750'%3E%3Cstop offset='0' stop-color='%23181818'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/linearGradient%3E%3Cpath id='s' fill='url(%23b)' d='M1549.2 51.6c-5.4 99.1-20.2 197.6-44.2 293.6c-24.1 96-57.4 189.4-99.3 278.6c-41.9 89.2-92.4 174.1-150.3 253.3c-58 79.2-123.4 152.6-195.1 219c-71.7 66.4-149.6 125.8-232.2 177.2c-82.7 51.4-170.1 94.7-260.7 129.1c-90.6 34.4-184.4 60-279.5 76.3C192.6 1495 96.1 1502 0 1500c96.1-2.1 191.8-13.3 285.4-33.6c93.6-20.2 185-49.5 272.5-87.2c87.6-37.7 171.3-83.8 249.6-137.3c78.4-53.5 151.5-114.5 217.9-181.7c66.5-67.2 126.4-140.7 178.6-218.9c52.3-78.3 96.9-161.4 133-247.9c36.1-86.5 63.8-176.2 82.6-267.6c18.8-91.4 28.6-184.4 29.6-277.4c0.3-27.6 23.2-48.7 50.8-48.4s49.5 21.8 49.2 49.5c0 0.7 0 1.3-0.1 2L1549.2 51.6z'/%3E%3Cg id='g'%3E%3Cuse href='%23s' transform='scale(0.12) rotate(60)'/%3E%3Cuse href='%23s' transform='scale(0.2) rotate(10)'/%3E%3Cuse href='%23s' transform='scale(0.25) rotate(40)'/%3E%3Cuse href='%23s' transform='scale(0.3) rotate(-20)'/%3E%3Cuse href='%23s' transform='scale(0.4) rotate(-30)'/%3E%3Cuse href='%23s' transform='scale(0.5) rotate(20)'/%3E%3Cuse href='%23s' transform='scale(0.6) rotate(60)'/%3E%3Cuse href='%23s' transform='scale(0.7) rotate(10)'/%3E%3Cuse href='%23s' transform='scale(0.835) rotate(-40)'/%3E%3Cuse href='%23s' transform='scale(0.9) rotate(40)'/%3E%3Cuse href='%23s' transform='scale(1.05) rotate(25)'/%3E%3Cuse href='%23s' transform='scale(1.2) rotate(8)'/%3E%3Cuse href='%23s' transform='scale(1.333) rotate(-60)'/%3E%3Cuse href='%23s' transform='scale(1.45) rotate(-30)'/%3E%3Cuse href='%23s' transform='scale(1.6) rotate(10)'/%3E%3C/g%3E%3C/defs%3E%3Cg transform='rotate(0 0 0)'%3E%3Cg transform='rotate(0 0 0)'%3E%3Ccircle fill='url(%23a)' r='3000'/%3E%3Cg opacity='0.5'%3E%3Ccircle fill='url(%23a)' r='2000'/%3E%3Ccircle fill='url(%23a)' r='1800'/%3E%3Ccircle fill='url(%23a)' r='1700'/%3E%3Ccircle fill='url(%23a)' r='1651'/%3E%3Ccircle fill='url(%23a)' r='1450'/%3E%3Ccircle fill='url(%23a)' r='1250'/%3E%3Ccircle fill='url(%23a)' r='1175'/%3E%3Ccircle fill='url(%23a)' r='900'/%3E%3Ccircle fill='url(%23a)' r='750'/%3E%3Ccircle fill='url(%23a)' r='500'/%3E%3Ccircle fill='url(%23a)' r='380'/%3E%3Ccircle fill='url(%23a)' r='250'/%3E%3C/g%3E%3Cg transform='rotate(0 0 0)'%3E%3Cuse href='%23g' transform='rotate(10)'/%3E%3Cuse href='%23g' transform='rotate(120)'/%3E%3Cuse href='%23g' transform='rotate(240)'/%3E%3C/g%3E%3Ccircle fill-opacity='0.01' fill='url(%23a)' r='3000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E);
    background-size: cover;
    height: 50px;
    font-size: 0.8rem;
    color: #fff;
}

.box-contaner {
  box-shadow: 3px 8px 20px rgb(0 0 0 / 6%);
  border: 1px solid #000;
  position: relative;
  height: 70%;
  width: 60%;
  background-color: #fff;
  border-radius: 33px;
  padding: 0rem;
  overflow: auto;
}
.box--logo {
  position: absolute;
  top: 8%; /* position the top  edge of the element at the middle of the parent */
  left: 11%; /* position the left edge of the element at the middle of the parent */

  transform: translate(-44%, -50%);
  height: 64px;
  width: 64px;
}
.box--logo-img {
  width: 50%;
}

.userName {
  position: absolute;
  top: 40%; /* position the top  edge of the element at the middle of the parent */
  left: 50%; /* position the left edge of the element at the middle of the parent */

  transform: translate(-50%, -50%);
  transition: all 2s;
  color: #000;
}
.userName--active {
  transition: all 0.6s;
  top: 50%;
  width: 92%;
}

.userName--info {
  display: flex;
  flex-direction: column;
}
/*.userName--info-active {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}*/
.userName--info-active {
  width: 100%;
  white-space: normal;        /* allows wrapping */
  overflow: visible;          /* prevents clipping */
  text-overflow: initial;
  word-break: break-all;      /* breaks long address nicely */
}
.userName--h1 {
  color: #fff;
  font-size: 1rem;
  word-break: break-all;      /* ensure long text wraps */
  white-space: normal;
  overflow-wrap: break-word;
}
.user--Name {
  font-family: "Poppins", sans-serif;
  padding: 10px;
  text-align: center;
  border: none;
  transition: background-color 0.7s ease-in-out;
  font-weight: 600;
  color: #fff;
  background-color: #0000004f;
  border-radius: 100px;
}
.user--Name::placeholder {
  color: #fff;
  font-weight: 500;
}
.user--Name:focus {
  outline: none;
  font-weight: 600;
  color: #fff;
  background-color: #ffffff4f;
}
.user-Submit {
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  margin-top: 5px;
  border-radius: 6px;
  border: none;
  padding: 5px 10px;
  background-color: transparent;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.9px;
  transition: transform 0.4s ease-in-out;
}
.user-Submit:focus {
  border: none;
  outline: none;
}
.user-Submit:hover {
  transform: scale(1.1);
}
.box--hdr h3 {
  font-size: 1.1em;
  position: absolute;
  top: 20%; /* position the top  edge of the element at the middle of the parent */
  left: 38%; /* position the left edge of the element at the middle of the parent */

  transform: translate(-50%, -50%);
  color: #fff;
}
.box--inner {
  padding: 1rem;
  display: none;
}

.box-contaner::-webkit-scrollbar {
  display: none;
}
.box--hdr {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  /* Create the parallax scrolling effect */
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  transition: height 2.4s ease-in-out;
  background: #fff;
}
.box--hdr--userActive {
  height: 8vh;
  z-index: 4;
  top: 0%;
  margin: 0 auto;

  position: sticky;
  transition: height 1.8s ease-in-out;
  background-position: top;
  background-image: linear-gradient(to bottom, #ffffff00, #333),
    url(https://cdn.dribbble.com/users/637758/screenshots/5879067/hands.png?compress=1&resize=800x600); 
}
/*.userName--h1 {
  margin: 0;
  text-align: center;
  line-height: 2.3rem;

  color: #fff;
  font-size: 1.2rem;
  white-space: nowrap;
}*/

.userName--span {
  font-weight: 100;
}
.userName--emoji {
  font-size: 1.2rem;
}
.userName--avatar {
  font-weight: 600;
  color: #fff;
  font-size: 0.9em;
  border-radius: 100px;
  background-color: #ffffff4d;
  border: 1px solid #ffffff45;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 900'%3E%3Cpolygon fill='%23cccccc' points='957 450 539 900 1396 900'/%3E%3Cpolygon fill='%2363a943' points='957 450 872.9 900 1396 900'/%3E%3Cpolygon fill='%23a2ac9a' points='-60 900 398 662 816 900'/%3E%3Cpolygon fill='%235ba13f' points='337 900 398 662 816 900'/%3E%3Cpolygon fill='%238ea17d' points='1203 546 1552 900 876 900'/%3E%3Cpolygon fill='%2349982f' points='1203 546 1552 900 1162 900'/%3E%3Cpolygon fill='%2373905d' points='641 695 886 900 367 900'/%3E%3Cpolygon fill='%2345992f' points='587 900 641 695 886 900'/%3E%3Cpolygon fill='%234d7730' points='1710 900 1401 632 1096 900'/%3E%3Cpolygon fill='%232d8a1b' points='1710 900 1401 632 1365 900'/%3E%3Cpolygon fill='%23306809' points='1210 900 971 687 725 900'/%3E%3Cpolygon fill='%2316860a' points='943 900 1210 900 971 687'/%3E%3C/svg%3E");
  background-size: cover;
  font-family: "Poppins", sans-serif;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* ===================== Add data =============== */

.userData {
  height: 14vh;
  position: relative;
  padding-top: 10px;
  z-index: 2;
  display: none;
  width: 100%;
  flex-direction: column;
  align-items: center;
  /*   margin-top: -6rem; */
  background-color: #fff;
  border-radius: 26px 26px 0px 0px;
  transition: all 2s ease;
}
.userData--userActive {
  padding-top: 10px;
  margin-top: 0;
  height: auto;
  z-index: 2;
  display: flex;
  transition: height 2s ease;
  position: unset;
  width: 100%;
  flex-direction: column;
  align-items: center;
  /*   margin-bottom: 2rem; */
}
.data {
  width: 90%;
  border-radius: 6px;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  font-size: 1.2rem;
  transition: transform 0.5s ease-in-out;
}
.data:hover {
  transform: scale(1.05);
}
.data-h2 {
  padding: 1rem;
  color: #000;
  font-size: 0.9rem;
  text-align: left;
  animation: fade-in-bottom 1.8s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.data-h2 h2 {
  margin: 0;
}
.data--userActive {
  height: 145px;
  transition: height 1s ease-in-out;
}
.addExpenses {
  background-image: linear-gradient(to bottom, #00000040, #00000040),
    url(https://cdn.dribbble.com/users/68398/screenshots/15112068/media/6c133df5a9fccb2fc38c754c5ac4bf16.png?compress=1&resize=800x600);

  height: 150px;
  background-size: cover;
}
.addIncome {
  background-color: #ffffff;
  flex-direction: column;
  justify-content: normal;
  align-items: flex-start;
  color: #000;
  box-shadow: 1px 1px 20px 4px rgb(0 0 0 / 8%);
  overflow: hidden;
}
.userDataBalance {
  display: flex;
  flex-direction: column;
  /*   background-color: #4a0e75; */
  padding: 10px;
}
.dataBalance--label {
  font-size: 0.75rem;
  color: #000;
}
.dataBalance--amount {
  font-size: 1.75rem;
}
.userDataSummary {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
}
.userDataValue {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 0.8rem;
  line-height: 4rem;
  border-bottom: 1px solid #f7f7f7;
}
.userDataValue:last-child {
  border-bottom: none;
}
.userDataValue input {
  width: 50%;
  margin: 10px;
}
.trendingStocks {
  background-color: #000000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2000 1500'%3E%3Cdefs%3E%3CradialGradient id='a' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23303030'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/radialGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='750' x2='1550' y2='750'%3E%3Cstop offset='0' stop-color='%23181818'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/linearGradient%3E%3Cpath id='s' fill='url(%23b)' d='M1549.2 51.6c-5.4 99.1-20.2 197.6-44.2 293.6c-24.1 96-57.4 189.4-99.3 278.6c-41.9 89.2-92.4 174.1-150.3 253.3c-58 79.2-123.4 152.6-195.1 219c-71.7 66.4-149.6 125.8-232.2 177.2c-82.7 51.4-170.1 94.7-260.7 129.1c-90.6 34.4-184.4 60-279.5 76.3C192.6 1495 96.1 1502 0 1500c96.1-2.1 191.8-13.3 285.4-33.6c93.6-20.2 185-49.5 272.5-87.2c87.6-37.7 171.3-83.8 249.6-137.3c78.4-53.5 151.5-114.5 217.9-181.7c66.5-67.2 126.4-140.7 178.6-218.9c52.3-78.3 96.9-161.4 133-247.9c36.1-86.5 63.8-176.2 82.6-267.6c18.8-91.4 28.6-184.4 29.6-277.4c0.3-27.6 23.2-48.7 50.8-48.4s49.5 21.8 49.2 49.5c0 0.7 0 1.3-0.1 2L1549.2 51.6z'/%3E%3Cg id='g'%3E%3Cuse href='%23s' transform='scale(0.12) rotate(60)'/%3E%3Cuse href='%23s' transform='scale(0.2) rotate(10)'/%3E%3Cuse href='%23s' transform='scale(0.25) rotate(40)'/%3E%3Cuse href='%23s' transform='scale(0.3) rotate(-20)'/%3E%3Cuse href='%23s' transform='scale(0.4) rotate(-30)'/%3E%3Cuse href='%23s' transform='scale(0.5) rotate(20)'/%3E%3Cuse href='%23s' transform='scale(0.6) rotate(60)'/%3E%3Cuse href='%23s' transform='scale(0.7) rotate(10)'/%3E%3Cuse href='%23s' transform='scale(0.835) rotate(-40)'/%3E%3Cuse href='%23s' transform='scale(0.9) rotate(40)'/%3E%3Cuse href='%23s' transform='scale(1.05) rotate(25)'/%3E%3Cuse href='%23s' transform='scale(1.2) rotate(8)'/%3E%3Cuse href='%23s' transform='scale(1.333) rotate(-60)'/%3E%3Cuse href='%23s' transform='scale(1.45) rotate(-30)'/%3E%3Cuse href='%23s' transform='scale(1.6) rotate(10)'/%3E%3C/g%3E%3C/defs%3E%3Cg transform='rotate(0 0 0)'%3E%3Cg transform='rotate(0 0 0)'%3E%3Ccircle fill='url(%23a)' r='3000'/%3E%3Cg opacity='0.5'%3E%3Ccircle fill='url(%23a)' r='2000'/%3E%3Ccircle fill='url(%23a)' r='1800'/%3E%3Ccircle fill='url(%23a)' r='1700'/%3E%3Ccircle fill='url(%23a)' r='1651'/%3E%3Ccircle fill='url(%23a)' r='1450'/%3E%3Ccircle fill='url(%23a)' r='1250'/%3E%3Ccircle fill='url(%23a)' r='1175'/%3E%3Ccircle fill='url(%23a)' r='900'/%3E%3Ccircle fill='url(%23a)' r='750'/%3E%3Ccircle fill='url(%23a)' r='500'/%3E%3Ccircle fill='url(%23a)' r='380'/%3E%3Ccircle fill='url(%23a)' r='250'/%3E%3C/g%3E%3Cg transform='rotate(0 0 0)'%3E%3Cuse href='%23g' transform='rotate(10)'/%3E%3Cuse href='%23g' transform='rotate(120)'/%3E%3Cuse href='%23g' transform='rotate(240)'/%3E%3C/g%3E%3Ccircle fill-opacity='0.01' fill='url(%23a)' r='3000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  height: 50px;
  font-size: 0.8rem;
  color: #fff;
}
.submitWithdraw {
  background-color: #000000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2000 1500'%3E%3Cdefs%3E%3CradialGradient id='a' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23303030'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/radialGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='750' x2='1550' y2='750'%3E%3Cstop offset='0' stop-color='%23181818'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/linearGradient%3E%3Cpath id='s' fill='url(%23b)' d='M1549.2 51.6c-5.4 99.1-20.2 197.6-44.2 293.6c-24.1 96-57.4 189.4-99.3 278.6c-41.9 89.2-92.4 174.1-150.3 253.3c-58 79.2-123.4 152.6-195.1 219c-71.7 66.4-149.6 125.8-232.2 177.2c-82.7 51.4-170.1 94.7-260.7 129.1c-90.6 34.4-184.4 60-279.5 76.3C192.6 1495 96.1 1502 0 1500c96.1-2.1 191.8-13.3 285.4-33.6c93.6-20.2 185-49.5 272.5-87.2c87.6-37.7 171.3-83.8 249.6-137.3c78.4-53.5 151.5-114.5 217.9-181.7c66.5-67.2 126.4-140.7 178.6-218.9c52.3-78.3 96.9-161.4 133-247.9c36.1-86.5 63.8-176.2 82.6-267.6c18.8-91.4 28.6-184.4 29.6-277.4c0.3-27.6 23.2-48.7 50.8-48.4s49.5 21.8 49.2 49.5c0 0.7 0 1.3-0.1 2L1549.2 51.6z'/%3E%3Cg id='g'%3E%3Cuse href='%23s' transform='scale(0.12) rotate(60)'/%3E%3Cuse href='%23s' transform='scale(0.2) rotate(10)'/%3E%3Cuse href='%23s' transform='scale(0.25) rotate(40)'/%3E%3Cuse href='%23s' transform='scale(0.3) rotate(-20)'/%3E%3Cuse href='%23s' transform='scale(0.4) rotate(-30)'/%3E%3Cuse href='%23s' transform='scale(0.5) rotate(20)'/%3E%3Cuse href='%23s' transform='scale(0.6) rotate(60)'/%3E%3Cuse href='%23s' transform='scale(0.7) rotate(10)'/%3E%3Cuse href='%23s' transform='scale(0.835) rotate(-40)'/%3E%3Cuse href='%23s' transform='scale(0.9) rotate(40)'/%3E%3Cuse href='%23s' transform='scale(1.05) rotate(25)'/%3E%3Cuse href='%23s' transform='scale(1.2) rotate(8)'/%3E%3Cuse href='%23s' transform='scale(1.333) rotate(-60)'/%3E%3Cuse href='%23s' transform='scale(1.45) rotate(-30)'/%3E%3Cuse href='%23s' transform='scale(1.6) rotate(10)'/%3E%3C/g%3E%3C/defs%3E%3Cg transform='rotate(0 0 0)'%3E%3Cg transform='rotate(0 0 0)'%3E%3Ccircle fill='url(%23a)' r='3000'/%3E%3Cg opacity='0.5'%3E%3Ccircle fill='url(%23a)' r='2000'/%3E%3Ccircle fill='url(%23a)' r='1800'/%3E%3Ccircle fill='url(%23a)' r='1700'/%3E%3Ccircle fill='url(%23a)' r='1651'/%3E%3Ccircle fill='url(%23a)' r='1450'/%3E%3Ccircle fill='url(%23a)' r='1250'/%3E%3Ccircle fill='url(%23a)' r='1175'/%3E%3Ccircle fill='url(%23a)' r='900'/%3E%3Ccircle fill='url(%23a)' r='750'/%3E%3Ccircle fill='url(%23a)' r='500'/%3E%3Ccircle fill='url(%23a)' r='380'/%3E%3Ccircle fill='url(%23a)' r='250'/%3E%3C/g%3E%3Cg transform='rotate(0 0 0)'%3E%3Cuse href='%23g' transform='rotate(10)'/%3E%3Cuse href='%23g' transform='rotate(120)'/%3E%3Cuse href='%23g' transform='rotate(240)'/%3E%3C/g%3E%3Ccircle fill-opacity='0.01' fill='url(%23a)' r='3000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  height: 50px;
  font-size: 0.8rem;
  color: #fff;
  margin: 0 auto;
}
/* ===================== Add data =============== */
.addExpenses--click {
  background-color: #000;
  height: 100vh;
  transition: background-color 0.6s ease;
}
.addIncome--click {
  /*   background-color:#000; */
  height: 100vh;
}
/* ===================== Transactions Details : Modal === START =============== */
.modalInfo::-webkit-scrollbar {
  display: none;
}

.modalInfo {
  display: none;
  /* Hidden by default */
  position: absolute;
  /* Stay in place */
  z-index: 100;
  /* Sit on top */
  background-color: #1e1f265e;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  transition: background-color 1.3s ease;
  /* Enable scroll if needed */
}
.modalContent {
  background-color: #fefefe;
  padding: 13px;
  height: 40%;
  position: absolute;
  box-shadow: 0px -19px 20px 0px rgb(0 0 0 / 14%);
  -webkit-animation: slide-in-bottom 0.8s ease-in-out both;
  animation: slide-in-bottom 0.8s ease-in-out both;
  width: -webkit-fill-available;
  bottom: 0;
  overflow: scroll;
  transition: height 0.6s ease-in;
  border-radius: 18px 18px 0px 0px;
}
.modalContent--active {
  height: 80%;
  transition: height 0.6s ease-in;
}
.modalContent::-webkit-scrollbar {
  display: none;
}
.modalClose-X {
  cursor: pointer;
  color: #070707;
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-size: 0.7rem;
  font-weight: bold;
  height: 28px;
  align-items: center;
  display: flex;
  border-radius: 7px;
  width: 91%;
  padding: 0px 9px;
  justify-content: space-between;
}

.modalSummary {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 1.2rem;
}
.summary-modal {
  padding: 4px 0px;
  color: #fff;
  width: 48%;
  text-align: center;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  justify-content: center;
  display: flex;
  flex-direction: column-reverse;
}
.moneyP {
  margin: 0;
  font-size: 0.6rem;
  font-weight: 400;
  color: #8d8d8d;
}
.summaryIncome {
  background-color: #000000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2000 1500'%3E%3Cdefs%3E%3CradialGradient id='a' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23303030'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/radialGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='750' x2='1550' y2='750'%3E%3Cstop offset='0' stop-color='%23181818'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/linearGradient%3E%3Cpath id='s' fill='url(%23b)' d='M1549.2 51.6c-5.4 99.1-20.2 197.6-44.2 293.6c-24.1 96-57.4 189.4-99.3 278.6c-41.9 89.2-92.4 174.1-150.3 253.3c-58 79.2-123.4 152.6-195.1 219c-71.7 66.4-149.6 125.8-232.2 177.2c-82.7 51.4-170.1 94.7-260.7 129.1c-90.6 34.4-184.4 60-279.5 76.3C192.6 1495 96.1 1502 0 1500c96.1-2.1 191.8-13.3 285.4-33.6c93.6-20.2 185-49.5 272.5-87.2c87.6-37.7 171.3-83.8 249.6-137.3c78.4-53.5 151.5-114.5 217.9-181.7c66.5-67.2 126.4-140.7 178.6-218.9c52.3-78.3 96.9-161.4 133-247.9c36.1-86.5 63.8-176.2 82.6-267.6c18.8-91.4 28.6-184.4 29.6-277.4c0.3-27.6 23.2-48.7 50.8-48.4s49.5 21.8 49.2 49.5c0 0.7 0 1.3-0.1 2L1549.2 51.6z'/%3E%3Cg id='g'%3E%3Cuse href='%23s' transform='scale(0.12) rotate(60)'/%3E%3Cuse href='%23s' transform='scale(0.2) rotate(10)'/%3E%3Cuse href='%23s' transform='scale(0.25) rotate(40)'/%3E%3Cuse href='%23s' transform='scale(0.3) rotate(-20)'/%3E%3Cuse href='%23s' transform='scale(0.4) rotate(-30)'/%3E%3Cuse href='%23s' transform='scale(0.5) rotate(20)'/%3E%3Cuse href='%23s' transform='scale(0.6) rotate(60)'/%3E%3Cuse href='%23s' transform='scale(0.7) rotate(10)'/%3E%3Cuse href='%23s' transform='scale(0.835) rotate(-40)'/%3E%3Cuse href='%23s' transform='scale(0.9) rotate(40)'/%3E%3Cuse href='%23s' transform='scale(1.05) rotate(25)'/%3E%3Cuse href='%23s' transform='scale(1.2) rotate(8)'/%3E%3Cuse href='%23s' transform='scale(1.333) rotate(-60)'/%3E%3Cuse href='%23s' transform='scale(1.45) rotate(-30)'/%3E%3Cuse href='%23s' transform='scale(1.6) rotate(10)'/%3E%3C/g%3E%3C/defs%3E%3Cg transform='rotate(0 0 0)'%3E%3Cg transform='rotate(0 0 0)'%3E%3Ccircle fill='url(%23a)' r='3000'/%3E%3Cg opacity='0.5'%3E%3Ccircle fill='url(%23a)' r='2000'/%3E%3Ccircle fill='url(%23a)' r='1800'/%3E%3Ccircle fill='url(%23a)' r='1700'/%3E%3Ccircle fill='url(%23a)' r='1651'/%3E%3Ccircle fill='url(%23a)' r='1450'/%3E%3Ccircle fill='url(%23a)' r='1250'/%3E%3Ccircle fill='url(%23a)' r='1175'/%3E%3Ccircle fill='url(%23a)' r='900'/%3E%3Ccircle fill='url(%23a)' r='750'/%3E%3Ccircle fill='url(%23a)' r='500'/%3E%3Ccircle fill='url(%23a)' r='380'/%3E%3Ccircle fill='url(%23a)' r='250'/%3E%3C/g%3E%3Cg transform='rotate(0 0 0)'%3E%3Cuse href='%23g' transform='rotate(10)'/%3E%3Cuse href='%23g' transform='rotate(120)'/%3E%3Cuse href='%23g' transform='rotate(240)'/%3E%3C/g%3E%3Ccircle fill-opacity='0.01' fill='url(%23a)' r='3000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
}
.summaryExpenses {
  background-color: #190dff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg fill-opacity='0.38'%3E%3Cpath fill='%233f12ff' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%235517ff' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23671cff' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%237621ff' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%238426ff' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%236f1dd9' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%235a14b3' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23470b90' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%2334046d' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%2322004d' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");

  background-size: cover;
}
/* ===================== Transactions Details : Modal === END =============== */
.box-row {
  margin-bottom: 10px;
}
.label-row {
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #f7f7f7;
  width: 90%;
  margin: 0 auto;
  padding: 10px;
  border-radius: 6px;
}
.label-company {
  display: flex;
  align-items: center;
  justify-content: center;
}
.company-avtr {
  height: 30px;
  width: 30px;
  font-weight: 600;
  font-size: 0.8rem;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
.label--Cname {
  font-weight: 600;
}
.label--date {
  font-size: 0.55rem;
}
.label {
  font-family: "Poppins", sans-serif;
  padding: 5px 10px;
  border-radius: 100px;
  font-size: 10px;
  display: flex;
  color: #000;
  flex-direction: column;
}
.label--1 {
  background-color: #ffe7e7;
  color: #ff5d61;
}

.label--2 {
  background-color: #d7d7ff;
  color: #4a3aff;
}
.label--3 {
  background-color: #e4d0ff;
  color: #9648ff;
}

.label--4 {
  background-color: #c7fff1;
  color: #008866;
}
.label--5 {
  background-color: #ffecd5;
  color: #ff9515;
}
.price--green {
  color: #008464;
}
.price--red {
  color: #ff4040;
}
.label--postive {
  font-weight: 600;
  color: #027300;
}
.label--info {
  font-size: 12px;
  font-weight: 600;
}
.acctUser {
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  box-shadow: 0px 0px 20px 10px rgb(0 0 0 / 13%);
  background-color: #fff;
  color: #000;
  padding: 10px 13px;
  opacity: 0;
  width: fit-content;
  border-radius: 100px;
  display: block;
  font-weight: 600;
  font-size: 0.75rem;
  outline: none;
  border: none;
  position: sticky;
  bottom: 10px;
  margin: 0 auto;
}
.userCurrent {
  opacity: 1;

  webkit-transition: all 2s ease-in;
  -moz-transition: all 2s ease-in;
  -o-transition: all 2s ease-in;
  transition: all 2s ease-in;
}
.shake-horizontal {
  -webkit-animation: shake-horizontal 0.8s
    cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  background-color: #ff000069;
  transition: background-color 1s ease-in-out;
}
.slide-out-bottom {
  -webkit-animation: slide-out-bottom 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53)
    both;
  animation: slide-out-bottom 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2021-3-5 11:41:47
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2021-3-6 0:47:23
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation shake-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}
@keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2021-3-10 11:20:46
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2021-3-10 11:29:31
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@-webkit-keyframes slide-out-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
}
@keyframes slide-out-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
}
.m-15 {
  margin: 15px;
}
.btn {
  border-radius: 6px;
  margin: 5px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  font-size: 1.2rem;
  transition: transform 0.5s ease-in-out;
}
.btn-success {
  background-color: #5cb85c;
  background-size: cover;
  font-size: 0.8rem;
  color: #fff;
}

@media screen and (max-width: 430px) {
  .box-contaner {
    height: 70%;
    width: 80%;
  }
}
