/* ========================================================================
 * Custom
 * ======================================================================== */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.connective-htmlcw-dollar-sign {
    padding-right: 5px;
}

span.connective-htmlcw-error {
    font-size: 13px;
    color: red;
    width: 100%;
}

.connective-htmlcw-percentage-sign {
    position: absolute;
    margin-top: 7px;
    margin-left: 2px;
}

.connective-htmlcw-results-background {
    overflow: auto;
    display: flex;
    padding: 20px;
    align-items: flex-start;
    gap: 0.01px;
    align-self: stretch;
    border-radius: 16px;
    flex-wrap: wrap;
}

.connective-htmlcw-space {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 5px;
    justify-content: space-between;
}

.connective-htmlcw-left {
    justify-content: start;
}

.connective-htmlcw-form-group {
    margin-bottom: 15px;
}

.connective-htmlcw-fixed-title {
    width: 180px;
    text-align: left;
    font-size: 16px;
    line-height: 32px;
}

.connective-htmlcw-radio-width {
    width: 150px;
    font-weight: normal;
    margin-bottom: 5px;
    margin-top: 5px;
}

.connective-htmlcw-radio,
.connective-htmlcw-radio input[type="radio"] {
    width: auto !important;
    height: 14px !important;
}

.connective-htmlcw-checkbox,
.connective-htmlcw-checkbox input[type="checkbox"] {
    width: auto !important;
    height: 14px !important;
}

.connective-htmlcw-field-width {
    width: 110px !important;
}

.connective-htmlcw-container {
    padding: 10px 20px 30px 20px !important;
    width: 100%;
}

.connective-htmlcw-form-control {
    display: inline-block;
}

.connective-htmlcw-rb-span {
    padding-top: 4px;
    display: inline-block;
}

.connective-htmlcw-demo-view {
    margin-bottom: 120px;
    overflow-x: hidden;
}
.property_fees_title {font-size: 30px !important;}
#connective-htmlcw-pf-security-type .connective-htmlcw-radio-width,
#connective-htmlcw-pf-transaction-type .connective-htmlcw-radio-width,
#connective-htmlcw-pf-property-purpose .connective-htmlcw-radio-width
{width: 170px;font-size: 16px;line-height: 26px;}
.transaction_type_cb .checkbox label {font-size: 17px;line-height: 26px;}
.property_fees_total {margin: 50px 0;}

@media (max-width: 1025px) {
    .connective-htmlcw-cp-container {
        display: none !important;
    }

    .connective-htmlcw-demo-view {
        margin-bottom: 0px;
    }
}


/* ========================================================================
 * D3 styling
 * ======================================================================== */

/*path, line {
    fill: none;
    stroke-width: 2;
    shape-rendering: auto;
}*/


/*Sets the color for the axis and tick marks*/

.connective-htmlcw-d3-axis path,
.connective-htmlcw-d3-axis line {
    stroke: #979797;
    stroke-width: 2;
    fill: none;
    shape-rendering: auto;
}


.connective-htmlcw-form-wrapper {
    border-radius: 16px;
    display: flex;
    padding: 24px;
    align-items: center;
    gap: 10px;
    flex-direction: column;
}