body{
    font-family: "Source Sans Pro";
    display: flex;
    padding: 0;
    margin: 0;
    
}

/* -------------------------------overlay--------------------------
-------------------------------overlay--------------------------
-------------------------------overlay-------------------------- */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
    z-index: 0; /* Ensure overlay appears below other fixed elements */
    overflow: auto; /* Enable scrolling for overlay content */
    margin: auto;
}

.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 5px;

    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    width: 700px;
    max-height: 850px;
   
}

.popupheader{
    width: 100%;
    top: 16px;
    display: block;
}

.list-area{
    max-height:500px;
    width: 90%;
    margin-left: 24px;
    overflow-y: scroll;
    scroll-behavior: inherit;
    z-index: 2; /* Ensure popup appears above overlay and fixed elements */
}

.popup h3 {
    margin-top: 21px;
    margin-left: 21px;

    color: var(--Lara-Dialog-dialogHeaderTextColor, #343A40);

    /* h5/bold-700/line-height-1.2 */
    font-family: "Source Sans Pro";
    font-size: 17.5px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 120% */
}

.popup .x{
    width: 14px;
    height: 14px;
    flex-shrink: 0;

    position: absolute;
    /* background-color: rgba(108, 117, 125, 1); */
    right: 28px;
    top: 28px;
    cursor: pointer;
}


.popup p{
    margin-top: 24px;
    margin-left: 21px;
}

.btns {
    display: flex;
    width: 100%;
    bottom: 0;
    height: 125px;
}


.popup .btns p{
    margin-top: 0px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.popup .btns button {
    margin: auto;
    margin-right: 8px;
    margin-top: 64px;
    margin-bottom: 21px;

    /* display: flex; */
    padding: 10.5px 17.5px;
    align-items: center;
    gap: 7px;

    border-radius: 6px;
    border: 1px solid var(--Lara-Button-buttonBorder, #F47721);
    background-color: transparent;

    /* h6/bold-700/line-height-1.2 */
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 17px; /* 121.429% */
    justify-content: end;
}


.popup .btns .right{
    border-radius: 6px;
    border: 1px solid var(--Lara-Button-buttonBorder, #F47721);
    background: var(--Lara-Button-buttonBg, #F47721);
    color: var(--Lara-Button-buttonTextColor, #FFF);
    margin-right: 21px;
    height: 38px;
}

.popup .btns .left{
    color: var(--Lara-Button-buttonBg, #F47721);
    right:128px;
    position: absolute;
    height: 38px;
}

/* ----------------page starts-----------------------------
----------------page starts-----------------------------
----------------page starts----------------------------- */


.Wrapper{
    width: 1200px;
    min-height: 100vh;
    margin: auto;
}

.logo-area{
    width: 1200px;
    height: 64px;
    flex-shrink: 0;
    background: #FFF;

    display: flex;
}

.logo-area img{
    width: 49px;
    height: 49px;
    flex-shrink: 0;
    margin-left: 10px;
    margin-top: 8px;
    background-color: #AF144B;
}


.logo-area .slash{
    width: 1px;
    height: 28px;
    flex-shrink: 0;
    border: 1px solid #000;
  
    margin-left: 16px;
    margin-top: 18px;
}

.logo-area h1{
    color: rgba(0, 0, 0, 0.85);
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin: auto;
    margin-left: 9px;
}

.ref-wrapper{
    width: 1200px;
    height: 64px;
    flex-shrink: 0;
    background: #870A3C;
    display: flex;
}

.ref{
    color: #FFF;
    font-family: "Source Sans Pro";
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 168.421% */
    text-transform: uppercase;
    margin: auto;
    margin-left: 27px;
}

.AppCapture{
    display: flex;
}

.SideMenu{
    width: 281px;
    min-height: 100vh;
    flex-shrink: 0;
    border-right: 1px solid #D7D5D5;

}

.sMtittleWrapper{
    width: 281px;
    height: 422px;
    flex-shrink: 0;
    display: flex;
    /* background-color: #555; */
}

.sMtittleWrapper img{
    width: 99.5%;
}

.sideMtitle{
    color: #000;
    font-family: "Source Sans Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: auto;
    margin-left: 22px;
}


.ttleWrapper{

}

.titleWtitle-top{
    color: #2D2323;
    font-family: "Source Sans Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.titleWtitle-bottom{
    color: #2D2323;
    font-family: "Source Sans Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 120% */
}

.formsArea{
    /* display:flex; */
    /* background-color: #af6114; */
}

.formsWrapper{
    /* background-color: aqua; */
    margin: auto;
    margin-left: 140px;
    margin-top: 38px;
    width: 600px;
}

.forms{
    /* background-color: aquamarine; */
    margin-top: 32px;
}

.inpute-fields{
    display: flex;
    width: 252px;
    flex-direction: column;
    align-items: flex-start;
    gap: 3.5px;
    margin-bottom: 24px;
}

#basicIncome{
    display: flex;
    height: 18px;
    align-items: flex-start;
    align-self: stretch;
}

.inpute-fields label{
    color: var(--Nucleus-Global-textColor, #2D2323); 
    margin-left: 0;
    /* h6/semibold-600/line-height-1.5 */
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
} 

.amountInputs{
    display: flex;
    height: 36px;
    padding: 8px 6px;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid var(--Nucleus-Grey-Grey-600, #736464);
    background: var(--Nucleus-Input-Field-inputBg, #FFF);
}

.amountInputs[type=text]{
    color: var(--Absa-Brand-Colours-Graphite, #2D2323);

    /* body/semibold-600/line-height-auto */
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.amountInputs[attribute=value]{
    color: var(--Absa-Brand-Colours-Graphite, #2D2323);

    /* body/regular-400/line-height-auto */
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* Button toggle  */
.toggle-container {
    margin-top: 24.5px;
  }

  .toggle-button {

  }
  
  .toggle-container .boolenContainer{
      width: 252px;
      height: 40px;
      display: flex;      
  }

  .toggle-container .boolenContainer button{
    background-color: #fff;
    width: 248px;
    align-items: flex-start;
    gap: 1px;

    display: flex;
    height: 40px;
    padding: 10.5px 17.5px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex: 1 0 0;
    

    color: var(--Nucleus-Input-Field-inputTextColor, #2D2323);

    /* h6/regular-400/line-height-1.2 */
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px; /* 121.429% */
  }

  .toggle-container .boolenContainer .left{
    border-radius: 4px 0px 0px 4px;
    border: 1px solid var(--Nucleus-Grey-Graphite-800, #2D2323);
  }

  .toggle-container .boolenContainer .right{
    border-radius: 0px 4px 4px 0px;
    border: 1px solid var(--Nucleus-Grey-Black-900, #000);
    /* background: var(--Nucleus-Grey-Black-900, #000); */
  }




/* -----------------dropdown------- */
/* -----------------dropdown------- */
/* -----------------dropdown------- */


.dropdown-container{

    position: relative;
    display: inline-block;

    
    margin-top: 24px;
    /* background-color: #099EF3; */

    /*max-height: 200px; Adjust the maximum height as needed */
     /* overflow-y: auto;Add vertical scroll if content exceeds maximum height */
    transition: max-height 0.3s ease; /* Add smooth transition for height changes */
}

.dropdown-toggle{

    display: flex;
   

    min-width: 252px;
    max-width: 376px;
    height: auto; /* Allow the dropdown to expand dynamically */
    flex-wrap: wrap;
    padding: 8px 6px;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    border: 1px solid var(--Nucleus-Grey-Grey-600, #736464);
    background: var(--Nucleus-Input-Field-inputBg, #FFF);
}



.dropdown-menu{
    display: inline-block;
    width: 252px;
    align-items: flex-start;
    flex-shrink: 0;
    align-self: stretch;

    margin-top: 28px;
    left: 0;

    border-radius: 0px 0px 4px 4px;
    border: 1px solid var(--Nucleus-Theme-primaryDarkColor, #AF144B);
    background: var(--Nucleus-Input-Lists-inputListBg, #FFF); 

    /* overlayMenuShadow */
     box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.10);
}

li{
    /* display:block; */
    padding: 10.5px 17.5px;
    align-items: center;
    gap: 9px;
    align-self: stretch;
    height: 43px; 
    margin: auto; 
    margin-top: 5px;
}

input[type=checkbox]{
    display: flex;
    align-items: center;
    gap: 9px;
    display: flex;

    width: 22px;
    height: 22px;
    align-items: flex-start;
    
    border-radius: 6px;
    position: absolute;
 }

 label{ 
    margin: auto;

    display:inline-flex;
  
    color: var(--Nucleus-Global-textColor, #2D2323);

    /* body/regular-400/line-height-auto */
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
 }

.inputelabel{
        width: 201px;
        margin: auto;
        margin-left: 36px;
        margin-top: 2px;

        display:inline-flex; 
        position: absolute; 
      
        color: var(--Nucleus-Global-textColor, #2D2323);
    
        /* body/regular-400/line-height-auto */
        font-family: "Source Sans Pro";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
}



/* Addititonal fields */

.additional-fields-wrapper{
    margin-top: 34px;
}


.input-with-r {
    position: relative;
    display: inline-block;
    
}

.input-with-r input {
    width: 252px;
    padding: 8px;
}

.input-with-r .ExtraOtherBtn{
    display: inline-flex;
    padding: 10.5px 0;
    align-items: center;
    gap: 7px;
    
    border: none;
    background-color: transparent;

    color: #AF144B;
    /* h6/bold-700/line-height-1.2 */
    /* font-family: Inter; */
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 17px; /* 121.429% */
}

.input-with-r .ExtraOtherBtn img{
    width: 14px;
    height: 14px;
    background-color: #AF144B;
}

.r-symbol {
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    color: #555;
}

.additional-input {
    padding-left: 20px; /* Adjust as needed */
}



/* ------pills----------------------------------- */
/* ------pills----------------------------------- */
/* ------pills----------------------------------- */

.selected-values-container {
    margin-top: 10px;
}

.pill {
    display: inline-flex;
    width: auto;
    height: 21px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background-color: rgba(45, 35, 35, 1);
    color:#fff;
    padding: 2px 4px;
    border-radius: 30px;
    margin: 2px;
}

.close-button {
    cursor: pointer;
    margin-left: 5px;
    color: rgba(255, 255, 255, 1);
}

.close-button:hover {
    color: rgb(51, 17, 17);
}



/* ----------------------------------BANK STATEMEMTS AREA--------------------------
----------------------------------BANK STATEMEMTS AREA-------------------------- */

.infoNotice{
    display: inline-flex;
    padding: 16px 16px 16px 14px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 16px;

    border-radius: 5px;
    border: 1px solid var(--Nucleus-Severities-infoMessageBorder, #099EF3);
    background: var(--Nucleus-Severities-infoMessageBg, rgba(9, 158, 243, 0.04));
}

.infoNotice img{
    width: 32px;
    height: 32px;
    background-color:#099EF3;
}

.infoNotice p{
    width: 363px;
    color: #352e2f;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin: auto;
    margin-left: 18px;
}

.Extended-section-container{
    width: 459px;
    /* height: 684px; */
    flex-shrink: 0;
    margin-top: 27px;
}

.Extended-section-container h3{
    width: 141px;
    color: #2D2323;
    font-family: "Source Sans Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.Extended-section-container p{
    width: 459px;
    color: #5A4B4B;
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.addbankacc{
    width: 459px;
    /* height: 684px; */
    flex-shrink: 0;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.20);
    margin-top: 25px;
}


/* Accordion setup */

.accordion {
    /* border: 1px solid #ccc; */
  }
  
  .accordion-item {
    border-bottom: 1px solid #ccc;
  }
  
  .accordion-header {
    background-color: #f1f1f1;
    /* padding: 10px; */
    cursor: pointer;

    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.30);

   

    display: flex;
  }

  .accordion-header .accordionDeco{
    width: 6px;
    height: 55px;
    flex-shrink: 0;

    border-radius: 5px 0px 0px 5px;
    background: #870A3C;
    padding: 0;
  }

  .accordion-header h5{
    color: #2D2323;
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    

    margin: auto;
    margin-left: 16px;
    margin-top: 16px;
  }
  
  .accordion-content {
    padding: 10px;
    display: none;
  }

  .accordion-content .bank-section {
      margin-top: 32px;
      margin-left: 32px;
  }

  .accordion-content .bank-section label {
    width: 258px;
    color: #2D2323;
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .accordion-content .bank-section #bank {
      margin-top: 16px;
  }

  .accordion-content .bank-section #bank input[type=radio] {
    display:inline-block;
    width: 22px;
    height: 22px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;

    border-radius: 11px;
    border: 2px solid var(--Lara-Radiobutton-radiobuttonBorder, #CED4DA);
    background: var(--Lara-Input-Field-inputBg, #FFF);
  }

  .accordion-content .bank-section #bank input {
      margin-top: 16px;
      height: 22px;
  }

  .accordion-content .bank-section .bank-radio label {
    color: var(--Lara-Global-textColor, #2D2323);

    /* body/regular-400/line-height-1.5 */
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */
    margin: auto;
    margin-left: 9px;

   
    /* margin-top: 1px; */
    margin-top: 16px;
    position: absolute;
    
  }
  
  .accordion-item.active .accordion-content {
    display: block;
  }


  .accnumberField{
    width: 258px;
    height: 84px;
    flex-shrink: 0;
    /* display: flex; */
    margin-left: 32px;
    margin-top: 24px;

    /* background-color: #14af42; */
  }
  
  .accnumberField label{
    width: 258px;
    color: #2D2323;
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
  }

  .accnumberField #accountNumber{
    display: flex;
    width: 258px;
    height: 32px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
  }

  .accnumberField ::Placeholder{
    width: 242px;

    color: #787272;
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 16px; /* 114.286% */
    margin-left:8px ;
  }


  .account-section{
      margin-top: 0;
      margin-left: 32px;
  }

  .account-section input[type=radio]{
    border-radius: 11px;
    border: 2px solid var(--Lara-Radiobutton-radiobuttonBorder, #CED4DA);
    background: var(--Lara-Input-Field-inputBg, #FFF);

    display: flex;
    width: 22px;
    height: 22px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
  }

  .account-section label{

    color: #2D2323;
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    

  }

  .account-section #bank{
      margin-top: 16px;
  }

  .account-section #bank label{
    color: var(--Lara-Global-textColor, #2D2323);

    /* body/regular-400/line-height-1.5 */
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */

    margin-left: 32px;
    margin-top: -22px;
    position: absolute;

  }

  .incomecheckboxes{
    margin-left: 32px;
    margin-top: 32px;
    }

    .incomecheckboxes .label {
        width: 258px;
        color: #2D2323;
        font-family: "Source Sans Pro";
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 24px;
    }

    .incomecheckboxes .checkboxes{
        margin-top: 16;
    }

    .incomecheckboxes .checkboxes label{

        display: flex;
        align-items: flex-start;

        color: var(--Lara-Global-textColor, #2D2323);

        /* body/regular-400/line-height-1 */
        font-family: "Source Sans Pro";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px; /* 100% */
        margin-left: 36px;
    }


    /* Hide the default checkbox */
    .checkbox-trigger  {

    /* Style the custom checkbox */
  
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        border: 2px solid #aaa; /* Default color */
        border-radius: 3px;
        margin-right: 8px;
    }

    /* Change the color of the custom checkbox when checked */
    .checkbox-trigger:checked{

        border-radius: 4px;
        border: 1.5px solid var(--Nucleus-Checkbox-checkboxActiveBorderColor, #AF144B);
        background: var(--Nucleus-Checkbox-checkboxActiveBg, #AF144B);
}


    .AccordionsbtnContainer{
        margin-top: 49px;
        height: 62px;
        display: flex;
        justify-content: end;
        
    }

    .AccordionsbtnContainer button{
        width: 107px;
        height: 40px;
        flex-shrink: 0;

        border-radius: 5px;
        border: 1px solid #2D2323;
        background: #FFF;

        text-align: center;
        font-family: "Source Sans Pro";
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 16px; /* 114.286% */

    }

    .AccordionsbtnContainer #right{
        width: 121px;
        height: 40px;
        flex-shrink: 0;
        border-radius: 5px;
        background: #2D2323;

        color: #FFF;
        margin-right: 32px;
    }


    .AccordionsbtnContainer #right:hover{
        background: #5e5b5b;
    }

    .AccordionsbtnContainer #left{
        margin-right: 16px;
    }


.footerbtns{
    display: flex;
    width: 600px;
    height: 73px;
    /* flex-direction: row; */
    /* justify-content: right; */
    align-items: flex-end;
    /* gap: 32px;
    flex-shrink: 0; */

    border-top: 1px solid #D7D5D5;

    margin-right: 0;
    margin-left: 140px;
    margin-top: 59px;
    margin-bottom: 101px;

}

.footerbtns button{
    width: 212px;
    height: 40px;

    border-radius: 4px;
    border: 1px solid var(--Nucleus-Button-secondaryButtonBorder, #F47721);
    background: var(--Nucleus-Button-secondaryButtonBg, #FFF);

    margin: auto;
    margin-bottom: 0;
    margin-right: 0;

    /* h6/bold-700/line-height-1.2 */
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 17px; /* 121.429% */
}

.footerbtns #Cancel{
    color: var(--Nucleus-Button-secondaryButtonTextColor, #F47721);
    margin-left: 120px;
   
}

.footerbtns .continuebtn{
    color: var(--Nucleus-Button-buttonTextColor, #FFF);

    border-radius: 4px;
    border: 1px solid var(--Nucleus-Button-buttonBorder, #F47721);
    background: var(--Nucleus-Button-buttonBg, #F47721);
}

/* check hover */
.footerbtns .continuebtn:hover{
    border: 1px solid var(--Nucleus-Button-buttonBorder, #f5c8ab);
    background: var(--Nucleus-Button-buttonBg, #f5c8ab);
}


#FixedFotter{
    margin-left: 0px ;
    position: relative;
}

#LivingFotter{
    margin-left: 0px ;
    position: relative;
}



/* --------------tost design---- */
/* --------------tost design---- */
/* --------------tost design---- */

/* Styles for the toast notification */
.toast {
    visibility: hidden;
    width: 344px;
    margin-left: -125px;
    /* background-color: #333; */
    /* color: #fff; */
    text-align: center;
    /* border-radius: 2px; */
    /* padding: 16px; */
    position: fixed;
    z-index: 1;
    right: 30px;
    top: 30px;

    display: block;
    width: 344px;
   
    align-items: flex-start;
    gap: 14px;

    border-radius: 6px 6px 6px 6px;
    background: var(--Lara-Severities-errorMessageBg, #FFE7E6) !important;

    border-left: 7px solid #FF5757 !important;
  }

  .toast img{
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    background-color: #000000 ;
    position:absolute;
    left: 24px;
    top: 17px;
    
    /* margin: auto;  */
    margin-right: 24.5px;
  }

  .toast .errorTextWrap{
      /* background-color: #870A3C; */
      width: 65%;
      margin: auto;
      margin-top: 17px;
      margin-left: 66.5px;
  }

  .toast h5{
    flex: 1 0 0;

    color: var(--Lara-Global-textColor, #2D2323);

    /* body/bold-700/line-height-auto */
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;

  }

  .toast p{
    flex: 1 0 0;

    color: var(--Lara-Global-textColor, #2D2323);

    /* body/regular-400/line-height-auto */
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;

  }


  .toast .closeBtn{
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    background-color: #000000;
    position: absolute;
    right: 31.5px;
    top:24px;
    /* margin-top: 24; */
    
  }
  
  .toast.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }
  
  @-webkit-keyframes fadein {
    from {top: 0; opacity: 0;} 
    to {top: 30px; opacity: 1;}
  }
  
  @keyframes fadein {
    from {top: 0; opacity: 0;}
    to {top: 30px; opacity: 1;}
  }
  
  @-webkit-keyframes fadeout {
    from {top: 30px; opacity: 1;} 
    to {top: 0; opacity: 0;}
  }
  
  @keyframes fadeout {
    from {top: 30px; opacity: 1;}
    to {top: 0; opacity: 0;}
  }
  



  /* --------------accordion success state-------------- */
    /* --------------accordion success state-------------- */
      /* --------------accordion success state-------------- */




#bankInfo{
    display: flex;
    /* background-color: #099EF3; */
    width: 100%;
}

#bankInfo h6{
    color: #2D2323;
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 8px;
    margin-top: 10px;
}

#bankInfo p{
    color: #787272;
    font-family: "Source Sans Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 40px;
    margin-top: 32px;
    position: absolute;
}

#bankInfo img{
    background-color: #54C072;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    margin: 15px 0 0px 10px;
}

#bankInfo .slash{
    color: #5A4B4B;
    font-family: "Source Sans Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#bankInfo .accordBtns{
    display: flex;
    width: 100px;
    /* background-color: #54C072; */
    position: relative;
    margin: auto;
    margin-right: 16px;
}
#bankInfo button{
    color: #5A4B4B;
    font-family: "Source Sans Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    margin: auto;

    border: none;
    /* position:absolute ; */
    right: 16px;
    background-color: transparent;
}

      /* Styles for accordion */
.accordion {
    /* border: 1px solid #ccc; */
    margin-bottom: 10px;
  }
  
  .accordion-header {
    /* background-color: #f1f1f1; */
    border: none;
    cursor: pointer;
    /* padding: 10px; */
    text-align: left;
    width: 100%;
  }
  
  .accordion-content {
    display: none;
    padding: 10px;
  }
  
  .success {
    background-color: #c8e6c9; /* Green */
  }
  

/* ------------------filed highlight-------------- */
  .highlight {
    border: 1px solid red !important; /* Add a red border to highlight the unfilled fields */
  }

/* Styles for the overlay */
 ul.a li{
    /* display:block; */
    list-style-type: disc !important; /* Add bullet points */
    margin-left: 20px !important; /* Adjust margin for better alignment */
}



  /* ------------------------------------ Deductions ------------------------------------ */
  /* ------------------------------------ Deductions ------------------------------------ */



   /* ------------------------------------ Net Income ------------------------------------ */
  /* ------------------------------------ Net Income ------------------------------------ */

#netIncome{
    border-radius: 4px;
    border: 1px solid var(--Nucleus-Grey-Grey-500, #9A9595);
    background: var(--Nucleus-Grey-Grey-100, #F5F5F5);
}


/* ------------------------------------ Final screeen ------------------------------------ */
  /* ------------------------------------ Final screeen ------------------------------------ */

  .endbody{
    display: flex;
    margin: auto;
    justify-content: center;
  }

  .End{
    font-weight: 600;
    font-size: 3rem;
    color: #000;
    text-align: center;
    margin: auto;
  }


  .Particpation{
    font-weight: 400;
    font-size: 1rem;
    color: #000;
    text-align: center;
    margin: auto;
    width: 50%;
  }



/* ------------------------------------ loader ------------------------------------ */
  /* ------------------------------------ loader ------------------------------------ */

  .loader { 
    display: none; 
    border: 4px solid rgba(255, 255, 255, 0.3); 
    border-top: 4px solid blue; 
    border-radius: 50%; 
    width: 25px; 
    height: 25px; 
    animation: spin 1s linear infinite; 
    margin-left: 10px; 
} 
  
@keyframes spin { 
    0% { 
        transform: rotate(0deg); 
    } 
  
    100% { 
        transform: rotate(360deg); 
    } 
} 
  
.loading { 
    background-color: #ccc; 
    pointer-events: none; 
}
  

