@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
body {
    background: #fff;
	font-size: 14px;
	font-family: 'Poppins', sans-serif!important;
	font-family: 'Droid Serif',serif!important;
}
* {
    box-sizing: border-box;
}
/* .container {
    width: 520px;
    height: auto;
    margin: 100px auto;
    background-color: #eee;
    border-radius: 25px;
} */
.container{
  background: transparent;
}

/* age-calculate-form */
.card_for_age{
    background: #fff;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    border-radius: 2rem;
    padding: 3rem 4rem;
    margin: 2rem 0rem;
    position: relative;
    overflow: hidden;
    z-index: 99;
}
.card_form{
    background: #fff;
    box-shadow: lightblue 0px 2px 8px 0px;
    background-image: linear-gradient( 109.6deg,  rgb(255,114,0) 11.2%, rgba(234,192,117,1) 78% );
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    /* background-image: radial-gradient( circle farthest-corner at 10.2% 55.8%,  rgba(252,37,103,1) 0%, rgba(250,38,151,1) 46.2%, rgba(186,8,181,1) 90.1% ); */
    /* background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(186,190,245,1) 0%, rgba(192,192,245,1) 33.1%, rgba(218,203,246,1) 90% ); */
    border-radius: 0rem 1.2rem 1.2rem 1.2rem;
    padding: 2rem;
    margin-bottom: 2rem;
}
.card_form .heading-age .enter{
    background: #fff;
}
.base .enter{
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 2rem;
}
.base .enter .btn_design{
  background: #fff;
  width: 100%;
} 
.buttons_group{
  display: flex;
  justify-content: space-between;
  align-items: center;

}
.buttons_group .btn_design{
  background: #fff;
  color: #333;
  margin: 1rem 0rem;
}
.buttons_group .btn_design:hover, .buttons_group .btn_design:focus{
  background-color: #fff;
  color: #ff7200;
}
#downloadLink{
  width: 100%;
    background: #ff7200;
    color: #fff;
    text-align: center;
    padding: 0.5rem;
    border-radius: 0.4rem;
}
.enter h4 {
    /* text-align: center; */
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    padding: 1rem 0.4rem 1rem 1.8rem;
    width: 37%;
    background-image: linear-gradient( 109.6deg,  rgb(255,114,0) 11.2%, rgba(234,192,117,1) 78% );
    /* background-image: radial-gradient( circle farthest-corner at 10.2% 55.8%,  rgba(252,37,103,1) 0%, rgba(250,38,151,1) 46.2%, rgba(186,8,181,1) 90.1% ); */
    /* background: bisque; */
    border-radius: 1rem 1rem 0rem 0rem;
    margin: 0;
}
.age-detail h3{
    font-weight: 600;
    font-size: 30px;
    color: #545454;
    text-transform: capitalize;
}
.age-detail h5{
    font-weight: 600;
    font-size: 19px;
    color: #545454;
    padding: 0rem 1rem 1rem 0rem;
}
.age-detail ul{
    padding: 0rem 1rem 0rem 0rem;
}
.age-detail ul li{
    padding: 0.3rem 0rem;
    font-size: 15px;
    font-weight: 500;
    text-transform: math-auto;
}
.age-detail .detail_content_list{
  font-style: italic;
}
.calculate_size{
  gap: 1rem;
}
#m, #f{
  width: 25px;
}
.card_for_age .leaf_down_card{
    position: absolute;
    right: 1%!important;
    width: 200px;
    opacity: 0.6;
    z-index: -1;
    top: 0%!important;
}
.card_for_age .circle-graph{
    position: absolute;
    left: -7%;
    top: -7%;
    width: 200px;
    opacity: 0.5;
    z-index: -1;
}
.card-main{
    position: relative;
}
.card-main .leaf_up_card{
    position: absolute;
    right: 2%!important;
    opacity: 0.6;
    width: 188px;
    z-index: -1;
    top: 0%!important;
}
.title {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    /* line-height: 0.5; */
    text-transform: capitalize;
    margin-bottom: 6px;
}
.mass_button{
  background-color: #f7f7f7d6!important;
  color: #333;
    font-size: 15px;
}

input[type="text"], input[type="month"], input[type="number"], input[type="width"], #platform-select, input[type="file"], #currency, #paymentType, input[type="password"], #redValEl, #greenValEl, #blueValEl, #textarea, #text-input, input[type="date"], input[type="email"],  select, input[type="year"], #list{
    width: 100%!important;
    margin: auto;
    outline: none;
    min-height: 50px;
    border: none;
    padding: 12px;
    background-color: #f7f7f7d6!important;
    border-radius: 0.4rem;
    color: #333;
    font-size: 15px;
}
input[type="text"]:focus {
    background-color: #f7f7f7d6;
    border: 2px solid #ff7200;
    outline: none;
}
input[type="button"], #download-btn, #download-btns{
    width: 96%;
    height: auto!important;
    /* margin-left: 35%; */
    /* margin-top: 40px; */
    outline: none!important;
    border: none!important;
    margin: auto;
    display: block;
    border-radius: 0.4rem;
    background-color: #fff!important;
    color: #ff7200!important;
    padding: 9px 10px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.9s ease-in;
}
input[type="button"]:hover {
    background-color: #ff7200!important;
    color: #fff!important;
    box-shadow: none!important;
    transition: all 0.9s ease!important;

}
#age {
    color: #fff;
    overflow: hidden;
    font-size: 19px;
    font-weight: normal;
    text-align: left;
    /* border: 1px solid #fff; */
    margin-bottom: 0.3rem;
    border-radius: 0.4rem;
    padding: 12px;
}
.accordion {
    width: 100%;
    
    background-color: #fff;
    border-radius: 8px;
    padding: 47px 15px;
    margin: 0 15px;
  }
  .accordion h2 {
    font-size: 28px;
    font-weight: 600;
    color: #545454;
    padding: 1rem;
  }
  .accordion .accordion-content {
    background-color: #f7f7f7;
    /* border: 1px solid #f7f7f7; */
    border-radius: 4px;
    margin: 10px 0;
    overflow: hidden;
  }
  .accordion-content.open {
    padding-bottom: 10px;
  }
  .accordion-content .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 80px;
    padding: 0 15px;
    cursor: pointer;
    transition: all 0.3s linear;
  }
  .accordion-content.open header {
    min-height: 50px;
  }
  .accordion-content .description {
    height: 0px;
    padding: 0 15px;
    transition: all 0.3s linear;
    margin-bottom: 0;
    font-size: 12px;
    color: #646464;
  }
  
  .accordion-content .title {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0;
  }
  .accordion-content .header i {
    font-size: 18px;
    cursor: pointer;
  }
  .graphics{
    text-align: center;
  }
  .graphics .faq_img{
    width: 90%;
    padding: 1rem;
  }
  .box_pack{
    background: #fad8ff38;
    /* opacity: 0.5; */
    position: relative;
    padding: 2rem;
    overflow: hidden;
    margin: 2rem 0rem;
    border-radius: 1rem;
    z-index: 999;
  }
  .graphic-img{
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.5;
    z-index: -1;
    /* width: 100px; */
  }
  .individual_content{
    color: #545454;
    font-size: 16px;
  }

  /* car-loans */
  .main-flex{
    background: #f4fcff;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    padding: 2rem 3rem!important;
    border-radius: 2rem; 
    margin: 2rem 0rem;
    display: flex;
    margin: 3rem auto!important;
    align-items: center;
  }
  .main-data-picker{
    background: #fff;
    box-shadow: rgb(0 158 237 / 27%) 0px 2px 8px 0px;
    padding: 1rem;
    border-radius: 0.8rem; 
  }
  .main-data-picker h3{
    font-weight: 600;
    font-size: 29px;
    color: #545454;
    text-transform: capitalize;
    padding: 1rem 0rem;
    text-align: center;
  }
  .table td, .table th{
    border: none!important;
  }
  .input-group input{
    width: 100%;
    margin: auto;
    outline: none;
    min-height: 50px;
    border: 1px solid #dee2e6;
    padding: 12px;
    background-color: #f7f7f7d6;
    border-radius: 0.4rem;
    color: #333;
    font-size: 15px;
  }
  .input-group input:hover, .input-group input:focus{
    background-color: #f7f7f7d6;
    border: 1px solid #ff7200;
    outline: none;
    box-shadow: none;
  }
  .input-group-text {
    padding: 0.375rem 1.5rem!important;
  }
  .table_box tbody tr td label{
    font-size: 18px;
    font-weight: 500;
  }
#loan_start_date1{
    color: #fff;
    border-radius: 0.4rem;
    font-size: 18px;
    border: none;
    margin: 0.5rem 0rem;
    padding: 0.5rem;
    background: #ff7200!important;
    /* background-image: linear-gradient( 109.6deg, rgb(255,114,0) 11.2%, rgba(234,192,117,1) 78% ); */
    /* margin: 0.4rem 0rem; */
}
.rates{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0rem 5rem;
}
.rates h5{
    font-size: 16px;
    color: #545454;
}
.rates h6{
    font-size: 16px;
    color: #545454;
}
#chart-container{
    margin-bottom: 0.5rem;
}
#chart-area .information{
    text-align: center;
    color: #ff7200;
    font-weight: 500;
    text-transform: capitalize;
    padding: 0rem 6rem;
}
/* .bg-banner{
    background: url("('assetss/img/car-loan-bg.png')}}");
} */
.detail_content_list{
  padding: 0;
}
.stop-watch{
  font-weight: 800;
    font-size: 32px;
}
.start{
  background: #ff4d42!important;
  color: #fff!important;
}
.stop{
  background: aliceblue!important;
}
.reset{
  background: paleturquoise!important;
}
.start:focus, .stop:focus, .reset:focus{
  box-shadow: none!important;
}
.text_count{
  font-size: 18px;
  font-weight: 800;
  justify-content: space-between;
  color:#333;
}

.copyright, #copyright_{
  margin: auto!important;
  text-align: center!important;
  color: #333!important;
  font-size: 18px!important;
}
.search-box form{
  width: 100%!important;
}
input:focus, button:focus{
  box-shadow: none!important;
}

#output-text{
  font-size: 20px;
  color: #333;
  background: #fff;
  padding: 0.6rem;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .card_for_age{
    padding: 3rem 1rem!important;
  }
}