.irrl-calc-wrapper{
    width: 100%;
    margin: 0 auto;
}
.irrl-calc-wrapper *{
    color: #FFFFFF;
    font-size: 16px;
}
.irrl-calc-container{
    width: 100%;
    /* padding: 30px; */
    margin: 0 auto;
    box-sizing: border-box;
    /* background: #182432; */

}
#temp-calc-pdf-area{
    background: #182432;
    -webkit-print-color-adjust: exact; 
    /* padding: 30px 20px; */
}
p{
    color: #FFFFFF;
}
.flex-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.calc-btn{
    margin-top: 40px;
    background: #8B0000;
    color: #fff;
    padding: 5px 20px;
    border: 1px solid #8B0000;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    min-width: 150px;
    box-sizing: border-box;
}
.calc-btn:hover{
    background: #fff;
    transition: 0.2s;
    border: 1px solid #8B0000;
    color: #8B0000;
}
button[type=submit]{
    background: #8B0000;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
button[type=submit]:hover{
    background: #fff;
    transition: 0.2s;
    border: 1px solid #8B0000;
    color: #8B0000;

}
.light-text p{
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: white;

}
.light-text p b{
    color: #8B0000;
    font-weight: 600;

}


.temp-calc-title{
    text-align: center;
    padding: 10px 10px 20px;
    box-sizing: border-box;
}
.temp-calc-title h2{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 28px;
    font-weight: 600;
    padding: 0 10px 5px;
    margin: 0;
    line-height: 1.2;
    color: #EABD9A;
}
.row-col5{
    width: 50%;
}
.row-flex-sec{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    box-sizing: border-box;
}
.row-lbl-sec{
    width: 60%;
}
.row-inp-sec{
    width: 40%;
}
label{
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    padding: 0 10px 0 0;
    margin: 0;
    /* padding-bottom: 5px; */
    outline: 0;
    box-sizing: border-box;
}
.row-lbl-sec label b{
    color: #EABD9A;
}
.row-sel-sec{
    width: 40%;
}
.row-sel-sec select{
    width: 100%;
    margin: 0;
    height: 40px;
    padding: 5px 15px;
    color: #fff!important;
    border: 1px solid #FFFFFF;
    background: #182432;
    font-size: 16px;
    font-weight: 400;
    border-radius: 4px;
    font-family: inherit;
    font-weight: 500;
    box-sizing: border-box;
}
.row-inp-sec input[type=number]{
    max-width: 100%;
    padding: 5px 15px;
}
.row-inp-sec input{
    width: 100%;
    margin: 0;
    height: 40px;
    padding: 5px 15px;
    color: #fff!important;
    border: 1px solid #CED4DA;
    background: transparent;
    font-size: 16px;
    font-weight: 400;
    border-radius: 4px;
    font-family: inherit;
    font-weight: 500;
    box-sizing: border-box;
}
.append-input,
.prepend-input{
    display: inline-flex;
    align-items: center;
}
.append-input .jw-input{
    border-left: none;
    padding-left: 0;
    border-radius: 0 4px 4px 0;
}
.prepend-input .jw-input{
    border-right: none;
    padding-left: 0;
    border-radius: 4px 0 0 4px;
    text-align: end;
}
.prepend-input span,
.append-input span{
    display: inline-flex;
    align-items: center;
    height: 40px;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border: 1px solid #CED4DA;
    background: transparent;
    border-right: none;
    border-radius: 4px 0 0 4px;
    box-sizing: border-box;
}
.prepend-input span{
    border: 1px solid #CED4DA;
    border-left: none;
    border-radius: 0 4px 4px 0px;   
}
.prepend-input .jw-input:focus{
    border: 1px solid #CED4DA!important;
    border-right: none!important;
    outline: 0!important;
}
.append-input .jw-input:focus{
    border: 1px solid #CED4DA!important;
    border-left: none!important;
    outline: 0!important;
}
.row-text-sec span{
    display: block;
    color: #FFFFFF;
    padding: 0px 10px;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    box-sizing: border-box;
}
.calc-sec-title h2{
    width: 100%;
    text-align: center;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 15px;
    box-sizing: border-box;
    color: #EABD9A;
}
table, td, th {
    border: 1px solid #EABD9A;
    vertical-align: middle;
}
table {
    width: 100%;
    border-collapse: collapse;
}
.calc-table table tr th,
.calc-table table tr td{
    padding: 15px 10px;
    text-align: center;
}
.calc-table table tr th{
    font-size: 20px;
    font-weight: 500;
    color: #EABD9A;
}
.calc-table table tr td{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}
.space{
    padding: 15px 10px;
}
.calc-small-title h4{
    font-size: 20px;
    font-weight: 600;
    color: #EABD9A;
    margin: 0;
    padding: 0;
}
.calc-block{
    padding: 20px 0;
}
.col10{
    width: 100%;
}
.row-lbl-sec.col10 {
    padding: 0 10px;
}
.calc-sec-2{
    margin-bottom: 20px;
}

/* ////////////// tabs */
.tabs {
    border-radius: 0.25rem;
    position: relative;
    background: #182432;
}
.tabs__nav {
    display: flex;
    background-color: #fff;
    justify-content: left;
}
.tabs__btn {
    position: relative;
    padding: 10px 12px;
    cursor: pointer;
    transition: opacity 0.3s;
    border: 1px solid #36494F;
    border-left: none;
    border-bottom: none;
    color: #0B0B45;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    background: white;
    border-radius: 0;
}
.tabs__btn:first-child{
    border-left: 1px solid #36494F;

}
.tabs__btn.is-active {    
    background-color: #0B0B45;
    color: white;
}
.tabs__btn.is-active::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    width: 100%;
    /* background-color: #EEEEEE; */
} 
.tabs__btn:first-child{
    /* border-right: none ; */
    border-radius: 6px 0 0 0 ;
}
.tabs__btn:last-child{
    border-left: none;
    border-radius: 0 6px 0 0;
}
.tabs__btn:hover{
    background-color: #181855;
    color: white;
}
.tabs__content{
    /* border: 1px solid white; */
    padding: 20px;
    box-sizing: border-box;
    
}
.tabs__pane {
    display: none;
    background: #182432;
    /* background-color: #EEEEEE; */
}
.tabs__pane.is-visible {
    display: block;
}
.horizontal-line{
    width: 60%;
    margin: 10px auto 10px;
    border-bottom: 2px dashed #FFFFFF;
}
@media only screen and (max-width: 992px) {
    .row-col5{
        width: 80%;
    }
    .calc-table table tr th {
        font-size: 16px;
    }
    .calc-table table tr td {
        font-size: 14px;
    }
    .calc-table table tr th, .calc-table table tr td {
        padding: 15px 8px;
    }
}
@media only screen and (max-width: 768px) {
    .irrl-calc-container{
        padding: 15px 10px;;
    }
    #temp-calc-pdf-area{
        padding: 10px;
    }
    .row-col5{
        width: 100%;
    }
    .calc-table table tr th {
        font-size: 14px;
    }
    .calc-table table tr td {
        font-size: 14px;
    }
    .calc-table table tr th, .calc-table table tr td {
        padding: 15px 8px;
    }
    
}
