@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;500;600&display=swap');
*{
    font-family: 'Inter', sans-serif;
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: transparent;
}
body{
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 100%;
}
.expensebody{
    background-color: #ffffff;
    height: 100vh;
    width: 100%;
    margin: 0;
}
.expholder{
    /* background-color: rgb(0, 0, 0); */
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0;
}

.expense_top{
    width: 100%;
    max-width: 1000px;
    background-image: linear-gradient(183deg, #FFF6E5 9.56%, rgba(248, 237, 216, 0.00) 124.27%);



    height: 300px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content:top;
    gap: 20px;
    flex-direction: column;
    border-radius: 0px 0px 32px 32px;
    
    
}
.expcontainer1{
    width: 100%;
    height: 64px;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 0px 30px 0px 30px; */
}
.expcontainer2{
    width: 100%;
    height: 48px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--Base-Dark-Dark-75, #161719);
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /* padding: 0px 30px 0px 30px; */
}
.expcontainer3{
    width: 100%;
    height: 80px;
    margin: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* padding: 0px 30px 0px 30px; */
}
.hero_logo{
    height: 35px;
    width: 35px;
    background-color: rgb(128, 128, 128);
    margin: 10px;
    border-radius: 50%;
    object-fit: contain;
    overflow: hidden;
    border: 2;
    background:lightgray 50% / cover no-repeat, #FFF;
    box-shadow: 0px 0px 0px 1px #F5F5F5, 0px 0px 0px 1px #F5F5F5;
}
.hero_logo img{
  object-fit: cover;
}
.account_bal{
    color: var(--Base-Light-Light-20, #91919F);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    }
.icbox{
    height: 70px;
    width: 100%;
    min-width: 164px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.exp_icon_back{
  display: none;
    height: 48px;
    width: 48px;
    background-color: #ffffff;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
}
.exp_icon{
    height: 48px;
    width: 48px;
    background-color: #ffffff;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
}
.exp_head{
    height: 48px;
    width: 79px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
}
.exp_title{
    height: 17px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--Base-Light-Light-80, #FCFCFC);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.exp_amount{
    height: 27px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--Base-Light-Light-80, #FCFCFC);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.incomeBox{
    background-color: #00A86B;
    margin-right: 6px;
    margin-left: 6px;
}
.expenseBox{
    background-color: #FD3C4A;
    margin-right: 6px;
    margin-left: 6px;
}
.tran_his_container{
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 800px;
}
.thistory_box{
    width: 100%;
    max-width: 1000px;
    height: 100%;
    /* background-color: #b6b6b6; */
}
.trans_title{
    height: 55px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* margin-top: 10px; */
}
.trans_title_full{
    height: 55px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.filter_title{
    color: var(--Base-Dark-Dark-25, #292B2D);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.trans_title p{
    color: var(--Base-Dark-Dark-25, #292B2D);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.trans_title a{
color: var(--Violet-Violet-100, #7F3DFF);
text-align: center;
/* Body/Body 3 */
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 18px; /* 128.571% */
text-decoration: none;
border-radius: 40px;
background: var(--Violet-Violet-20, #EEE5FF);
display: flex;
height: 15px;
padding: 8px 16px;
justify-content: center;
align-items: center;
gap: 10px;
}
.filter_icon{
color: var(--Violet-Violet-100, #000000);
text-align: center;
/* Body/Body 3 */
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 18px; /* 128.571% */
text-decoration: none;
border-radius: 40px;
background: var(--Violet-Violet-20, #eaeaea94);
display: flex;
height: 15px;
padding: 10px 10px;
/* justify-content: center; */
align-items: center;
width: 70%;
padding-right: 10px;
}
.rtransactions{
    height: 100%;
    min-height: 500px;
    width: 100%;
    /* background-color: #b86969; */
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow: scroll;
    gap: 10px;
    padding-top: 10px;
    margin-bottom: 50px;
}
.rtransactions_fullscreen{
    height: auto;
    width: 100%;
    /* background-color: #b86969; */
    display: flex;
    align-items: center;
    overflow: scroll;
    flex-direction: column;
    gap: 10px;
    padding-top: 10px;
    scroll-behavior: smooth;
    padding-bottom: 70px;
}
.transaction{
    height: 65px;
    width: 95%;
    background: var(--Base-Light-Light-80, #d2d2d21e);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
}
.btransaction{
    height: 75px;
    min-height: 60px;
    width: 100%;
    background: var(--Base-Light-Light-80, #d2d2d21e);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
}
.trans_container{
    width: 95%;
}
.transcatlogo{
    height: 50px;
    width: 50px;
    background: var(--Yellow-Yellow-20, #FCEED4);
}
.exp_title_desc{
    height: 65px;
    width: 60%;
    min-width: 145px;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    overflow: hidden;
}
.exp_amt_time{
    height: 65px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
}
.amount_desc{
    width: 75%;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.exp_timeis{
color: var(--Base-Light-Light-20, #91919F);
font-size: 10px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.exp_amountis{
color: var(--Red-Red-100, #000000);
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.exp_titleis{
color: var(--Base-Dark-Dark-25, #292B2D);
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.exp_descis{
color: var(--Base-Light-Light-20, #91919F);
font-size: 10px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.Select{
    height: 48px;
    width: 48px;
    background:url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512" xml:space="preserve" width="64px" height="64px" fill="%23000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><circle style="fill:%2300C3FF;" cx="256" cy="256" r="150.393"></circle><path style="fill:%2300AAF0;" d="M293.598,381.327c-83.06,0-150.393-67.334-150.393-150.393c0-44.089,19.089-83.621,49.315-111.129 c-51.291,23.953-86.913,75.851-86.913,136.195c0,83.059,67.333,150.393,150.393,150.393c38.972,0,74.364-14.95,101.081-39.266 C337.773,376.145,316.314,381.327,293.598,381.327z"></path><g><circle style="fill:%23FFFFFF;" cx="256" cy="176.38" r="17.693"></circle><rect x="238.307" y="220.613" style="fill:%23FFFFFF;" width="35.387" height="123.853"></rect></g><path d="M437.019,74.981C388.668,26.628,324.38,0,256,0C182.385,0,113.651,30.975,65.041,85.5l4.543-31.8 c0.647-4.535-2.504-8.735-7.038-9.383c-4.535-0.644-8.735,2.504-9.383,7.038l-8.847,61.927c-0.406,2.845,0.69,5.698,2.896,7.541 c1.514,1.263,3.4,1.926,5.316,1.926c0.878,0,1.764-0.139,2.622-0.426l53.08-17.693c4.346-1.449,6.694-6.145,5.246-10.491 c-1.449-4.346-6.147-6.695-10.491-5.246l-26.668,8.89C121.838,46.021,186.602,16.587,256,16.587 c63.949,0,124.071,24.903,169.291,70.122c45.219,45.22,70.122,105.342,70.122,169.291c0,35.905-7.751,70.427-23.037,102.605 c-1.965,4.138-0.205,9.084,3.932,11.051c1.149,0.546,2.36,0.805,3.553,0.805c3.103,0,6.078-1.749,7.498-4.737 C503.71,331.303,512,294.387,512,256C512,187.62,485.372,123.332,437.019,74.981z"></path><path d="M464.788,391.179c-2.207-1.841-5.21-2.41-7.937-1.501l-53.08,17.693c-4.346,1.449-6.694,6.145-5.246,10.491 c1.449,4.346,6.146,6.694,10.491,5.246l26.61-8.87c-20.175,22.845-44.726,41.902-71.827,55.592 c-33.604,16.975-69.873,25.581-107.799,25.581c-63.949,0-124.071-24.903-169.291-70.122C41.491,380.071,16.587,319.949,16.587,256 c0-35.905,7.751-70.427,23.037-102.605c1.965-4.138,0.205-9.084-3.932-11.051c-4.138-1.965-9.084-0.203-11.051,3.932 C8.29,180.697,0,217.613,0,256c0,68.38,26.628,132.668,74.981,181.019S187.62,512,256,512c40.549,0,79.333-9.206,115.277-27.364 c28.483-14.388,54.333-34.317,75.69-58.188l-4.551,31.851c-0.647,4.535,2.504,8.735,7.038,9.383 c0.398,0.056,0.793,0.084,1.183,0.084c4.061,0,7.609-2.986,8.201-7.122l8.847-61.927C468.09,395.873,466.994,393.02,464.788,391.179 z"></path><path d="M414.687,256c0-87.5-71.187-158.687-158.687-158.687S97.313,168.5,97.313,256S168.5,414.687,256,414.687 S414.687,343.5,414.687,256z M113.901,256c0-78.354,63.746-142.099,142.099-142.099S398.099,177.646,398.099,256 S334.354,398.099,256,398.099S113.901,334.354,113.901,256z"></path><path d="M282.54,352.76c4.58,0,8.294-3.713,8.294-8.294s-3.713-8.294-8.294-8.294h-0.553V228.907h0.553 c4.58,0,8.294-3.713,8.294-8.294s-3.713-8.294-8.294-8.294h-53.08c-4.58,0-8.294,3.713-8.294,8.294s3.713,8.294,8.294,8.294h0.553 v107.266h-0.553c-4.58,0-8.294,3.713-8.294,8.294s3.713,8.294,8.294,8.294H282.54z M246.6,228.907H265.4v107.266H246.6V228.907z"></path><path d="M256,202.367c14.329,0,25.987-11.658,25.987-25.987S270.329,150.393,256,150.393c-14.329,0-25.987,11.658-25.987,25.987 S241.671,202.367,256,202.367z M256,166.981c5.183,0,9.4,4.217,9.4,9.4s-4.217,9.4-9.4,9.4c-5.183,0-9.4-4.217-9.4-9.4 S250.817,166.981,256,166.981z"></path></g></svg>');
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.expense_color{
    color: var(--Red-Red-100, #FD3C4A);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.income_color{
    color: var(--Red-Red-100, #02be05);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.expense_co{
  background-color: #FD3C4A;
}
.income_col{
background-color: #00A86B;
}
/* footer section */

.footerbody{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0px;
    background: black;
  }
  
  a {
    text-decoration: none;
  }
  
  .menu {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    width:100%;
    max-width: 1000px;
    height: 50px;
    border-radius: 5px 5px 0px 0px;
    background-color: rgb(255, 255, 255);
  /*   box-shadow: 0px 3px 5px 0px #9f9f9f; */
    bottom: 0px;
    margin-bottom: 0;
  }
  .menu .nav-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    color:#C6C6C6;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    gap: 5px;
  }
  #nav-item-home{
    color:#7F3DFF;
  }
.filter_search{
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background-color: none;
    background: none;
    margin-left: 10px;
    font-size: 15px;
}
.filter_form{
    width: 100%;
    padding-right: 10px;
}

.income_holder{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
  }
  .income_home{
    width: 100%;
    max-width: 1000px;
    height: 92%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    background-color:#00A86B;
  }
  .expense_home{
    width: 100%;
    max-width: 1000px;
    height: 92%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    background-color:#FD3C4A;
  }
  .edit_home{
    width: 100%;
    max-width: 1000px;
    height: 92%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    background-color:#0077FF;
  }
  .expense_detail_home{
    width: 100%;
    max-width: 1000px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    border-radius: 0px 0px 20px 20px;
  }
  .income_amount_sec{
    width: 100%;
    height: 250px;
    /* background-color: aquamarine; */
  }
  .continue_submit{
    width: 100%;
    max-height: 88px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
  }
  .continue_submit1{
    width: 100%;
    max-height: 88px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    margin-bottom: 20px;
  }
  .income_expense_form{
    height: 100%;
    width: 100%;
    max-height: 90%;
  }
  .trans_submit{
    display: flex;
    width: 343px;
    height: 56px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    background: var(--Violet-Violet-100, #7F3DFF);
    border: none;
    color: var(--Base-Light-Light-80, #FCFCFC);
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 10px;
  }
  .income_details_form{
    width: 100%;
    height:100%;
    border-radius: 32px 32px 0px 0px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    gap: 12px;
    padding-top: 20px;
  }
  .exp_input{
    height: 56px;
    width: 90%;
    border-radius: 16px;
    border: 1px solid var(--Base-Light-Light-60, #F1F1FA);
    background: var(--Base-Light-Light-100, #FFF);
    color: var(--Base-Light-Light-20, #91919F);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 112.5% */
    padding-left:16px;
    display: flex;
    align-items: center;
  }
  #exp_input{
    height: 56px;
    width: 100%;
    border-radius: 16px;
    border: 1px solid var(--Base-Light-Light-60, #F1F1FA);
    background: var(--Base-Light-Light-100, #FFF);
    color: var(--Base-Light-Light-20, #91919F);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 112.5% */
    padding-left:16px;
    display: flex;
    align-items: center;
  }
  .Form_datetime_holder{
    height: 56px;
    width: 90%;
  }
  .exp_input_select{
    appearance: none;
    height: 59px;
    width: 92%;
    border-radius: 16px;
    border: 1px solid var(--Base-Light-Light-60, #F1F1FA);
    background: var(--Base-Light-Light-100, #FFF);
    color: var(--Base-Light-Light-20, #91919F);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 112.5% */
    padding-left:16px;
    display: flex;
    align-items: center;
  }
  #choose_file{
    display: none;
  }
  #file_label{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed var(--Base-Light-Light-60, #c0c0c4);
  }
  .exp_amount_details{
    height: 90%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* padding-left: 30px; */
    padding-top: 20px;
    justify-content: space-around;
  }
  .exp_details_container{
    height: 240px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 10px;
    /* background-color: #02be05; */

  }
  .how_much{
    color: var(--Base-Light-Light-80, #FCFCFC);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    opacity: 0.64;
    margin-left: 20px;
  }
  .input_amount{
    color: var(--Base-Light-Light-80, #FCFCFC);
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    content: 0;
    background: none;
    border: none;
    width: 80%;
    outline: none;
    margin-left: 20px;
  }
  .input_amoun:focus{
    color: none;
    border: none;
    outline: none;
  }
  .title_back{
    color: var(--Base-Light-Light-100, #FFF);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .back_btn{
    color: var(--Base-Light-Light-100, #FFF);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: 20px;
    background: none;
    background-color: none;
    border: none;
  }
  .back_btn_1{
    color: black;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: none;
    background-color: none;
    border: none;
  }
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  

.detail_title_back{
  color: var(--Base-Light-Light-100, #FFF);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.back_history{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.transaction_amount_det{
color: var(--Base-Light-Light-80, #FCFCFC);
text-align: center;
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 80px; /* 166.667% */
}
.Description_title{
  color: #868686;
}
.date_of_transaction{
color: var(--Base-Light-Light-80, #FCFCFC);
text-align: center;
font-size: 13px;
font-style: normal;
font-weight: 500;
line-height: 16px; /* 123.077% */
}
.date_and_amount{
display: flex;
align-items: center;
flex-direction: column;
height: 50px;
width: 100%;
}
.expense_details_container{
height: auto;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.category_of_expense{
display: flex;
width: 99%;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 12px;
border: 1px solid var(--Base-Light-Light-60, #F1F1FA);
}
.category_expense_name{
display: flex;
width: 90%;
justify-content: center;
align-items: center;
height: 30px;
color: var(--Base-Dark-Dark-100, #0D0E0F);
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
}


.category_name_title{
  color: var(--Base-Light-Light-20, #91919F);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 128.571% */
}

.horizontal_divider{
  border: none;
  border-top: 1px dashed #E3E5E5;;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.description_container{
  display: flex;
  width: 95%;
  /* justify-content: center; */
  /* align-items: center; */
  flex-direction: column;
  gap: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 12px;
  border: 1px solid var(--Base-Light-Light-60, #F1F1FA);
  background: #FFF;
  height: 100px;
  overflow: scroll;
}
.expense_description{
  color: var(--Base-Light-Light-20, #000000);
  text-align: start;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 128.571% */
  margin-left: 20px;
  overflow: scroll;
}
.attachment_container{
  width: 90%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--Base-Light-Light-60, #F1F1FA);
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}
.attachment_holder{
  width: 100%;
  height: 100%;
  object-fit: contain;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* ///--------------------------------------------------------------------------// */

  @media (max-width: 650px) {
    .trans_title_full{
        height: 100px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: column;
        transition: 1s ease;
        /* margin-top: 10px; */
    }
    .filter_icon{
        width: 85%;
    }
    .exp_input_select{
      appearance: none;
      height: 60px;
      width: 95%;
      border-radius: 16px;
      border: 1px solid var(--Base-Light-Light-60, #F1F1FA);
      background: var(--Base-Light-Light-100, #FFF);
      color: var(--Base-Light-Light-20, #91919F);
      font-size: 15px;
      font-style: normal;
      font-weight: 400;
      line-height: 18px; /* 112.5% */
      padding-left:16px;
      display: flex;
      align-items: center;
    }
    }



    
#overlay {
  display: none;
  position: fixed;
  align-items: flex-end;
  justify-content: center;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
  animation: slideUp 0.3s ease-out;
}

#modal {
  background: #fff;
  width: 100%;
  max-width: 1000px;
  height: auto;
  border-radius: 32px 32px 0 0;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1);
  position: relative;
}
#modal h2{
color: #000;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.filter_input_category{
  appearance: none;
  height: 58px;
  border-radius: 16px;
  border: 1px solid var(--Base-Light-Light-60, #F1F1FA);
  background: none;
  color: var(--Base-Light-Light-20, #91919F);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 112.5% */
  padding-left:16px;
  display: flex;
  align-items: center;

}
#closeBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.top_line{
  width: 36px;
  height: 4px;
  background-color: #8e8e8e;
  border-radius: 3px;
}
.topline_container{
  position: absolute;
  height: 5px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 10px;
}
#modal form{
  padding: 20px;
}
/* Add your own styling for the form elements */
form {
  display: flex;
  flex-direction: column;
}
.filter_submit{
  height: 53px;
  border: none;
  color: white;
  border-radius: 16px;
  background: var(--Violet-Violet-100, #7F3DFF);
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 14px;
}
.dlt_tran_no{
  height: 53px;
  border: none;
  color: #7F3DFF;
  border-radius: 16px;
  background-color: #EEE5FF;
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.dlt_tran_yes{
  height: 53px;
  border: none;
  color: white;
  border-radius: 16px;
  background-color: #7F3DFF;
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.edit_transaction{
  height: 53px;
  border: none;
  color: #7F3DFF;
  border-radius: 16px;
  background-color: #EEE5FF;
  margin-bottom: 10px;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.filter_cancel{
  height: 53px;
  border: none;
  color: #7F3DFF;
  border-radius: 16px;
  background-color: #EEE5FF;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  
}
.filter_label {
  margin-bottom: 8px;
  color: var(--Base-Dark-Dark-100, #0D0E0F);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.Remove_transaction_tl{
  text-align: center;
}
.remove_label{
  color: var(--Base-Light-Light-20, #91919F);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 30px;
}
.filter_input {
  margin-bottom: 16px;
  padding: 8px;
}
.filter_input_date{
  height: 40px;
  width: 100%;
  border-radius: 16px;
  border: 1px solid var(--Base-Light-Light-60, #F1F1FA);
  background: none;
}
.date_container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

.noresults{
  text-align: center;
}




.month_select{
  width: 63px;
  height: 24px;
  border-radius: 40px;
  border: 1px solid var(--Base-Light-Light-60, #F1F1FA);
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.month_select1{
  width: 50px;
  height: 24px;
  border-radius: 40px;
  border: 1px solid var(--Base-Light-Light-60, #F1F1FA);
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.filter_date_input{
  appearance: none;
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  background: none;
  color: var(--Base-Dark-Dark-50, #212325);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 128.571% */
}
.date_down{
  margin-right: 7px;
}
#myForm{
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
#myForm1{
  appearance: none;
}

/* Image container */
.image-container {
  position: relative;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

/* Modal Content */
.modal-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 80%;
}

/* Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: white;
}

/* Modal Content */
.brand-content {
  margin: auto;
  display: block;
  max-width: 30%;
  max-height: 30%;
}


@media (max-width: 650px) {
  .brand-content {
    margin: auto;
    display: block;
    max-width: 50%;
    max-height: 50%;
  }
  
  }

/* spinner section   --------------------------------------------*/

.loder_body{
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.215);
}
.loader{
  width: 300px;
  height: 100px;
  background-color: white;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: italic;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}


/* spinner for the mail --------------------------------------------*/

.loder_body1{
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  backdrop-filter: saturate(180%) blur(20px);
  background: rgb(251, 251, 253);
  display: none;
}
.loder_content {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.loder_content p{
margin: 30px;
}
.mail_sender_name{
  font-size: 15px;
  text-align: center;
}
@media (max-width: 650px) {
  .loder_content {
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .income_amount_sec{
    width: 100%;
    height: 300px;
    /* background-color: aquamarine; */
  }
  }

  .year_and_month_select{
    display: flex;
    align-items: center;
    justify-content: center;
  }