@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Quicksand:wght@300..700&display=swap');


*{
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Quicksand", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }
  p, span, a, label, input, select {
    font-family: "Mulish", serif;
    font-optical-sizing: auto;
    font-style: normal;
  }

  

.form-income {
    background: #f1e2f9;
    padding: 50px 0 50px 0;
    margin: 0px;
    position: relative;
}
img.img-shape {
    position: absolute;
    right: 0;
    top: 0;
}
.form-note {
    display: flex;
    justify-content: center;
    align-items: center;
}
p {
    padding: 30px 30px;
    background: white;
    border-radius: 10px;
    box-shadow: 1px 1px 4px 1px #edd4d9;
}
.col-12 {
    position: relative;
}
.form-main-button {
    background: white;
    border-radius: 10px;
    box-shadow: 1px 1px 6px 1px #7868d36e;
}
.div-button-group {
    padding: 60px 80px;
}
.button-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 40px;
    background: #18183a;
    color: white;
    border-radius: 10px;
}
.div-button-group button {
    background: #89d9dd;
    padding: 10px 30px;
    border: none;
    border-radius: 10px;
    font-weight: 500;
}
.div-button-group button:hover {
    background: #24a6ad;
   
}
.div-button-group .active {
    background: #24a6ad;
   
}
.div-button-group button:active {
    background: #24a6ad;
   
}
.form-heading-1st-heading{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 40px;
    background: #18183a;
    color: white;
    border-radius: 10px;
}
.form-1st-cata h5, .form-2st-cata h5, .form-3st-cata h5, .form-4st-cata h5, .form-5st-cata h5, .form-6st-cata h5, .form-7st-cata h5, .form-8st-cata h5, .form-9st-cata h5, .form-10st-cata h5, .form-11st-cata h5, .form-12st-cata h5{
    background: #89d9dd;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 30px;
   
}
.form-1st-cata .row, .form-2st-cata .row, .form-3st-cata .row, .form-4st-cata .row, .form-5st-cata .row, .form-6st-cata .row, .form-7st-cata .row, .form-8st-cata .row, .form-9st-cata .row, .form-10st-cata .row, .form-11st-cata .row, .form-12st-cata .row{
    padding: 60px 20px;
}
.form-1st-cata, .form-2st-cata, .form-3st-cata, .form-4st-cata, .form-5st-cata, .form-6st-cata, .form-7st-cata, .form-8st-cata, .form-9st-cata, .form-10st-cata, .form-11st-cata, .form-12st-cata {
    background: white;
    border-radius: 10px;
    box-shadow: 1px 1px 6px 1px #7868d36e;
}
.field-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px;
    margin: 10px 0px;
}
.field-group input[type="number"] {
    border: 0;
    border-bottom: 1px solid;
    border-color: #6d6d83;
    padding: 16px 20px 0 0;
    text-align: end;
}
.div-input {
position: relative;
}
.div-input label {
    position: absolute;
    bottom: 5px;
    right: 5px;

}
.div-dropdown select{
    padding: 5px 10px 5px 5px;
    border-radius: 20px;
}
.div-list-form h6 {
    padding: 23px 15px;
}
span.plus-single-spouse {
    font-size: 30px;
    font-weight: 700;
}
.div-form-main-submit-button {
    text-align: center;
    margin-top: 50px;
}


.div-form-main-submit-button button {
    background: #18183a;
    color: white;
    padding: 10px 60px;
    border: none;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 500;
}
.div-form-main-submit-button button:hover {
    background: #ffffff;
    color: #18183a;
    padding: 10px 60px;
    border: none;
    border-radius: 20px;
 
}

.div-spouse-form {
    display: none;
}





/* i will delete this css if spouse adding */
.field-group {
    display: flex;
    justify-content: end !important;
    align-items: center;
    gap: 10px;
    padding: 10px;
    margin: 10px 0px;
    width: 100% !important;
}
.div-dropdown {
    width: 35%;
}
.div-input {
    width: 65%;
}
.div-input input[type="number"] {
    width: 100%;
}
.div-single-form .div-input label {
    position: absolute;
    bottom: 2px;
    right: 5px;
}



.form-field {
    padding: 30px 0px;
    
}
.form-3st-cata .button-group {
    padding: 0px 20px;
}

.button-group button {
    background: #89d9dd;
    padding: 10px 30px;
    border: none;
    border-radius: 10px;
    font-weight: 500;
}
.button-group button:hover {
    background: #24a6ad;
   
}
.button-groupp .active {
    background: #24a6ad;
   
}
.button-group button:active {
    background: #24a6ad;
   
}


.results-card.bg-light {
    padding: 50px 40px;
}

.container.container-20.mt-5 {
    padding: 30px 50px;
    background: #ffffff;
}

p#total-group-1 {
    font-size: 35px;
    font-weight: 700;
    color: #1010ff;
}
p#total-group-2 {
    font-size: 35px;
    font-weight: 700;
    color: red;
}

p#total-group-difference {
    font-size: 35px;
    font-weight: 700;
    color: #0a0a52;
}

.color-circle {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 10px;
  }
  
  /* Color classes for each category (adjust colors as needed) */
  .color1 { background-color: #FF6384; }  /* Housing */
  .color2 { background-color: #36A2EB; }  /* Services */
  .color3 { background-color: #FFCE56; }  /* Transportation */
  .color4 { background-color: #4BC0C0; }  /* Food */
  .color5 { background-color: #9966FF; }  /* Entertainment */
  .color6 { background-color: #FF9F40; }  /* Clothing */
  .color7 { background-color: #C9CBCF; }  /* Health */
  .color8 { background-color: #6D6D6D; }  /* Loans */
  .color9 { background-color: #47D147; }  /* Saving */
  .color10 { background-color: #D14747; } /* Others */








@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 auto;
        width: 65%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 35%;
    }
}
@media (min-width: 767px) and (max-width: 991px) {
    .col-lg-4 {
        flex: 0 0 auto;
        width: 65%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 35%;
    }
}