/**********Calculator Style sheet**********/

.judgment-interest-calculator {
    margin: 0;
    font-family: Open Sans,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #001524;
    text-align: left;
    background-color: #fff;
    display: block;
    width: 95%;
    margin: 0 auto;
}
.judgment-interest-calculator *{
    font-family: Open Sans,Arial,sans-serif;
    box-sizing: border-box;
    
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-12,
.col-sm-4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 768px) {
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none;
    }
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    /* -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); */
}
.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1;
}
.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group > .form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.input-group > .form-control:focus {
    z-index: 3;
}
.input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0;
}
.d-none {
    display: none !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
@media (min-width: 768px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}


.judgment-interest-calculator__header {
    font-size: 38px;
    font-weight: 400;
    line-height: 1.6;
    margin: 35px 0 20px;
    text-align: center;
}
@media (max-width: 767.98px) {
    .judgment-interest-calculator__header {
        font-size: 26px;
    }
}
.calculator-form {
    background: #EEEEEE;
    padding: 20px 30px;
}
.calculator-form .row > [class*="col"] {
    padding: 0 10px;
}
@media (max-width: 767.98px) {
    .calculator-form .row > [class*="col"] {
        padding: 0 6px;
    }
}
.calculator-form label {
    display: block;
    color: #001524;
    font-weight: 700;
    margin-bottom: 3px;
}
@media (max-width: 767.98px) {
    .calculator-form label {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
.calculator-form input {
    font-size: 16px;
    height: 45px;
}
.calculator-form .input-group .form-control {
    border-right: 0;
}
.calculator-form .input-group-text {
    background-color: #fafafa;
    border-left: 0;
    color: #888;
    font-size: 13px;
    font-style: italic;
}
.calc-table-area{
    margin: 20px 0;
    width: 100%;
}
.calc-table-section{
    margin-bottom: 20px;
}
.calc-table-heading{
    width: 100%;
    text-align: center;
    padding: 8px 0;
    background: #000;
    color: #24CFD7;
    font-size: 16px;
    font-weight: bold;
}
.calc-table{
    background: #fff;
    border-collapse: collapse;
    width: 100%;
}
.calc-table th,
.calc-table td{
    border: 1px solid gray;
    text-align: center;
    padding: 10px 2px;
    width: 6.25%;
    font-size: 16px;
    font-weight: bold;
}
.calc-table th{
    font-weight: 600;
    color: #fff;
    background: #24CFD7;
}
.calc-input:focus-visible{
    outline: 0;
}
.calc-table thead tr:first-child th:first-child,
.calc-table tr td:first-child{
    width: 15%;
}
#rates-table.calc-table thead tr:first-child th:first-child,
#rates-table.calc-table tr td:first-child{
    width: 10%;
}
#rates-table.calc-table thead th,
#rates-table.calc-table tr td{
    width: 18%;
}
.calc-table tr td:first-child{
    background-color: #24CFD7;
    color: #fff;
}
.calc-table tr th:last-child,
.calc-table tr td:last-child{
    width: 10%;
}
.button-section{
    display: flex;
    align-items: center;
    justify-content: center;
}
.button-section .calc-btn,
.button-section .print-btn{
    color: #fff !important;
    background: #24CFD7 !important;
    margin: 5px 0;
    width: 50%;
    font-weight: bold;
    margin-top: 10px;
    padding: 8px;
    border: none;
    cursor: pointer;
    font-size: 20px;
    max-width: 300px;
}

.rhw-tooltip {
    position: relative;
    display: inline;
    
  }
  .rhw-tooltip-icon{
    font-family: futura-lt-w01-light,sans-serif;
    width: 16px;
    height: 16px;
    line-height: 15px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    font-size: 14px !important;
    margin-left: 3px;
    padding-right: 0.5px;
    margin-left: 3px;
    background: #cfcfd4;
    color: #000;
    /* content:'i' */
  }
 
  .rhw-tooltip .rhw-tooltiptext {
    visibility: hidden;
    display: none;
    width: auto;
    min-width: 150px;
    background-color: #fff;
    box-shadow: 0 0 3px grey;
    color: #000;
    font-weight: normal;
    text-align: center;
    border-radius: 6px;
    padding: 8px;
    position: absolute;
    z-index: 5;
    transition: 0.5s;
    font-size: 13px !important;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content; 
    /* To adjust the height as well */ 
    height: fit-content;
    width: intrinsic;
  }
  
  .rhw-tooltip-icon:hover+.rhw-tooltiptext {
    visibility: visible;
    display: block;
  }
  .rhw-tooltip-icon:hover{
      background-color: #24CFD7;
      color: #fff;
  }
  
.calculator-form .input-group .form-control {
    border-right: 0;
}

.calculator-form .input-group-text {
    background-color: #24CFD7;
    border-left: 0;
    color: #fff;
    font-size: 13px;
    font-style: italic;
}
.calculator-form .input-group .input-group-prepend .input-group-text{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.calculator-form .input-group .input-group-prepend + .form-control {
    border: 1px solid #ced4da;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.trg-calc-bottom{
    border: 1px solid #EEEEEE;
    border-top: 0;
    padding-top: 25px;
}

.ad-spend-res-container{
    display: flex;
    justify-content: space-between;
    margin: 20px  0px;

}
.ad-spend-res-rows{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
    border-bottom: 1px solid #eceaea;
    padding-bottom: 10px;
}


.ad-spend-res-rows{
    padding: 20px 0;
    margin: 0;
    width: 100%;
    /* border: 1px solid #eceaea; */
    /* padding: 8px 5px; */
    border-radius: 0px;
    flex-direction: column;
    border-radius: 3px;
    background: #24CFD7;
}

.three-columns-results .ad-spend-res-rows{
    margin-right: 20px;
}
.three-columns-results .ad-spend-res-rows:last-child{
    margin-right: 0;
}
.ad-spend-res-rows label{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}
.ad-spend-res span{
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
.ad-spend-res{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.calc-hidden{
    display: none !important;
}
@media print {
    .no-print,.print-hidden {
      display: none !important;
    }
  }
/* input append/prepend group styles */
@media screen and (max-width: 786px){

    .ad-spend-res-container{
        flex-direction: column;
        margin: 0;
    }
    .ad-spend-res-rows{
        width: 100%;
        margin: 10px 0;
    }
}

