/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


.stmp_cstm .calculator{
    display: flex;
    padding: 0;
}

.stmp_cstm h2.title{
    font-size: 20px;
}

.stmp_cstm .personal_calculator {
    flex: 1;
    /* padding-right: 20px; */
    /* border-right: solid 1px #ddd; */
    /*min-height: calc(100vh - 55px);*/
    background: #F5EADF;
    padding: 30px 30px;
    border-radius: 15px;    margin: 0 10px 0 0;
}
.stmp_cstm .limited_company_calculator{
    flex: 1;
  
    background: #F5EADF;
    padding: 30px 30px;
    border-radius: 15px;    margin: 0 0 0 10px;
}

.stmp_cstm .expense_wrapper{
    padding-left: 100px;
}

.stmp_cstm .row {
    display: flex;
    margin-bottom: 15px;
    flex-direction: column;
}

.stmp_cstm label{
    font-size: 13px;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 5px;
}

.stmp_cstm input{
    border: 1px solid #999;
    border-radius: 0px;
    width: 100%;
    padding: 10px 7px !important;
    outline: 0;
    background: #ffffff !important;
}
.stmp_cstm input:focus{    border-color: #2d3940;
    color: #3e3e3e;}
.stmp_cstm .total_expense{
    font-weight: bold;
}
.stmp_cstm #totalExpensefirst,
#totalExpenseSecond{
      font-weight: bold;
    color: #3d3d3d !important;
    border-width: initial !important;
    border-style: none !important;
    border-color: initial !important;
    border-image: initial !important;
    background: rgb(255 255 255) !important;
    width: 60% !important;
    padding: 2px 7px !important;
    margin-left: 0 !important;
}

.stmp_cstm .totalExpenseWrapper{
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(153, 153, 153);
    border-image: initial;
    padding: 0px 0px 0px 10px;
    background: rgb(224, 153, 0);
}

.stmp_cstm .totalExpenseWrapper input{
    border: none;
}

.stmp_cstm .interestPersonal, .stmp_cstm 
.interestCorporation{
    padding: 8px 5px;
    font-size: 14px;
    outline: 0;
    /* margin-right: 20px; */
    width: 100%;
    /* border-radius: 0; */
    /* border: 1px solid #999; */
    border-radius: 5px;
}
.stmp_cstm .top_bar h1 {
    font-size: 25px;
    color: #fff;
    margin: 0px;
}
.stmp_cstm .top_bar {
    padding: 20px;
    text-align: center;
    background: #f16421;
    color: #fff;
}
.stmp_cstm {
    /*border: 1px solid #f16421;*/
}
.personal_calculator, .limited_company_calculator {
    padding: 20px;
}
.stmp_cstm .title {font-size: 20px;
     /* padding: 10px; */
    text-align: center;
    color: #3d3d3d;
    /* background: #f2f2f2; */
    font-weight: 600;
}
.stmp_cstm .expense_wrapper {
   padding: 20px;
    background: #f2f2f2;
    display: block;
    margin-bottom: 20px;
    border-radius: 8px;box-shadow: 1px 3px 29px 0px rgb(31 31 31 / 10%);
}
.expense_wrapper h3 {
    font-size: 16px;
    /* padding: 10px; */
    /* background: #f16421; */
    color: #3d3d3d;
    /* text-align: center; */
    /* margin-top: -20px; */
    /* margin-left: -20px; */
    /* margin-right: -20px; */
    /* margin-bottom: 20px; */
    font-weight: 700;
}
.stmp_cstm .totalExpenseWrapper {
      border-top: solid 1px #999;
    border-bottom: solid 1px #999;
    background: transparent;
    color: #f16421;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none !important;
}
.totalExpenseWrapper input {
    width: auto !important;
}
.clm_wrpr{
    display: flex;
    background: #f2f2f2;
    padding: 10px 10px;
    margin: 10px 0;
    border-radius: 8px;
    box-shadow: 1px 3px 29px 0px rgb(31 31 31 / 10%);
}
.clm_wrpr .row:last-child {
    margin-left: 10px;
}
.clm_wrpr .row:first-child {
    margin-right: 10px;
}
.totalExpenseWrapper input {
    color: #fff !important;
    font-size: 25px;
    background: rgba(255, 255, 255,0.1) !important;
    text-align: center;
    margin-left: 20px !important;
    width: auto !important;
}
.totalExpenseWrapper p {
        margin-bottom: 0px !important;
    font-size: 20px;
    font-weight: bold;
}

.incm_wrpr.clm_wrpr {
    background: transparent;
    box-shadow: none;
    margin: 0;
    padding: 0;
}
.clm_wrpr .row {
    width: 50%;
    flex-direction: row !important;    align-items: center;
   
}
.graph_wrpr {
    padding: 20px;
    background: #f3f3f3;
    margin-bottom: 0px !important;
}
.atgnrt {
    background: #f2f2f2 !important;
}
.incm_wrpr .row {
    margin-bottom: 0px;
    padding: 20px 0px;
    border: 11px solid;
    background: transparent;
}.stmp_cstm .expense_wrapper .clm_wrpr {
    padding: 0;box-shadow: none;
}
.incm_wrpr {
    /*border-top: 1px solid #ddd;*/
    color: #fff;
    font-weight: bold;
}
.incm_wrpr label {
       color: #f16421;
    margin-bottom: 0;
    margin: 0;
    width: 50%;
    font-size: 14px;
    font-weight: 500;
}
.incm_wrpr input {
       background: #fff !important;
    color: #3d3d3d !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    text-align: center !important;
    width: 50%;
    padding: 0px 7px !important;
    height: 40px;
    font-size: 16px !important;}
    
@media only screen and (max-width: 720px) and (min-width: 320px)  {

.stmp_cstm .calculator, .stmp_cstm .totalExpenseWrapper {
   
    flex-direction: column;
}
.totalExpenseWrapper p {
    margin-bottom: 10px !important;
   
}
.clm_wrpr .row {
    width: 46%;
}
.stmp_cstm label {
    font-size: 12px;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}
.stmp_cstm .limited_company_calculator {
    flex: 1;
    padding-left: 0px;
    padding-right: 0px;
}


}


.stmp_cstm .row {
    display: flex;
    margin-bottom: 15px;
    flex-direction: column;
    margin-right: 0px;
    margin-left: 0px;
}


.calculator_code .comn_head h2 {
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 700;
    color: var(--color-secondary);
    position: relative;
    line-height: 30px;
    margin-bottom: 15px;
}
.calculator_code .comn_head h2 span {
    color: #3d3d3d;
    position: relative;
}