[placeholder]{

}

.debt{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: auto;
    line-height: 1em !important;
    max-width: 1000px;
}

.debt--blue_text{
    font-weight: bold;
    color: #6e9cbb;
}

.debt--darkgrey_text{
    font-weight: bold;
    color: #112442;
}

.debt--yellow_text{
    font-weight: bold;
    color: #346e2c
}

.debt--red_text{
    font-weight: bold;
    color: #c72525;
}

.debt__input{
	display:flex;
	flex-direction: column;
	margin-bottom: 5px;
    align-items: flex-start;
}

.debt__input__n{
    display: flex;
    width: 100%;
    max-width: none !important;
}

.debt__input__text{
    width: calc(100% - 120px);
    font-size: 20px !important;
    margin-bottom: 0px !important;
    padding: 0;
    text-align: center;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-left: none !important;
    border-right: none !important;
    height: 3em !important;
}

.debt__input__text[placeholder]{
    font-size: 1em !important;
    font-weight: 300;
}

.debt__input__text:focus{
    outline: none;
}

.debt__input__text::-webkit-outer-spin-button,
.debt__input__text::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.debt__input__text[type=number] {
    -moz-appearance: textfield;
    font-weight: 300 !important;
    width: calc(100% - 240px);
    max-width: none !important;
}

.debt__input__button{
    width: 120px;
    font-size: 1.15em;
    background: #F2D144;
    transition: all .2s;
    -webkit-transition: all .2s;
    border: none;
    border-radius: 0 .5em .5em 0 !important;
    font-family: "alternate-gothic-atf", sans-serif !important;
}

.debt__input__button:focus{
    outline: none;
}

.debt__input__button:hover{
    background: #112442;
    color: white;
}

.debt__output{
    display: flex;
    flex-direction: column;
}

.debt__output__cell{
    display: flex;
    height: 75px;
    padding: 3px;
    font-size: 16px;
    align-items: center;
}

.debt__output__leading_text{
    margin-left: 5px;
    color: grey;
}

.debt__output__payment--animation{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80%;
    width: 0;
    margin-left: 5px;
    transition: width 1s;
    -webkit-transition: width 1s;
    overflow: hidden;
    color: white;
    font-weight: bold;
}

.debt__output--orientation{
    display: flex;
    flex-direction: row;
}

.debt__disclaimer{
    padding-top: .4em;
    display: flex;
}

.debt__disclaimer__title{
    color: grey;
    font-size: 14px !important;
    padding-top: 5px;
    padding-right: 0;
    text-align: left;
}

.debt__disclaimer__list{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    color: grey;
    font-size: 12px !important;
    padding-left: 0;
}

.debt__disclaimer__list__item{
    padding-top: 5px;
    padding-right: 20px;
}

.h_dollar{
    display: flex;
    width: 40px;
    background: #6e9ebc;
    color: white;
    align-items: center;
    justify-content: center;
    size: 20px;
    border-radius: .5em 0 0 .5em;
    font-weight: 600;
}

.h_column_title{
	font-size: .9em;
    color: #6e9cbb;
    border-top: 1px solid lightgrey;
}

.h_title{
    display: flex;
    width: 25%;
    font-size: .9em;
	border-bottom: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
    line-height: 1em;
}



.h_interest{
    width: 12%;
    border-bottom: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
}

.h_months{
    width: 12%;
    border-bottom: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
}

.h_payment{
    width: 51%;
    border-bottom: 1px solid lightgrey;
}

.h_cell_text_change{
    font-size: 1em;
    font-style: normal;
    padding-left: 10px;
}

.h_text_center{
    margin-top: 25px;
}

.h_cell_title_change{
    padding-top: 13px;
    font-size: 1.6em !important;
}

#h_consumer_payment{
    line-height: 1em;
	font-size: 16px;
	margin-top: 22px;
    background: #6e9cbb;
    text-align: center;
}

#h_credit_payment{
	font-size: 16px;
	margin-top: 22px;
    background: #112442;
}

#h_debt_payment{
    font-size: 16px;
	margin-top: 22px;
	background: #346e2c;
}

#h_repay_payment{
    font-size: 16px;
	margin-top: 22px;
	background: #c72525;
}

.h-debt__modal--container{
    position: absolute; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    overflow: hidden; /* Enable scroll if needed */
    filter: blur(0px);
    -webkit-filter: blur(0px);
    width: 100%;
}

.h-debt__modal{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 2em;
    border: 1px solid #888;
    height: 90%;
    width: 80%;
    border: none;
    border-radius: 1em;
    box-shadow: 1px 1px 10px 1px rgb(0 0 0 / 25%);
}

.h-debt__modal h1 {
    font-size: 2.2em !important;
    margin-bottom: .6em !important;
}

.h_debt__modal--title{
    text-align: center;
}

#h-debt__modal--button{
    border: none;
    background: #6e9ebc;
    color: white;
    width: 100%;
    height: 3.5em;
    border-radius: 100em;
}

.hidden{
    display: none;
}

#gform_wrapper_5 input[type=text] {
    font-size: 1em !important;
}

#gform_wrapper_5 .gform_heading .gform_title{
    display: none;
}

#gform_wrapper_5 form {
    margin-bottom: .3em !important;
}

#gform_5 .gform_footer{
    margin: 0;
    padding: 0;
}

#gform_submit_button_5{
    display: none;
}

#gform_wrapper_5{
    width: 100%;
}

#h_calculate_button_2{
    width: 200px;
}

.h-debt__modal--form{
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.blur{
    /* Add the blur effect */
    filter: blur(8px);
    -webkit-filter: blur(8px);
}

#calculator_container{
    scroll-behavior: smooth;
}

.debt__output__cell--container{
    display: flex;
    flex-direction: row;
    width: 24%;
}

.debt__output__cell.h_months{
    width: 100%;
}

.debt__output__cell.h_interest{
    width: 100%;
}

.debt__output__title .h_title{
    width: 25%;
}

.debt__output__title .h_interest{
    width: 12%;
}

.debt__output__title .h_months{
    width: 12%;
}


@media (min-width: 1050px) {
    
    .debt__input__n {
        max-width: 420px !important;
    }
    
}

@media (max-width:1050px) {
    h_title{
        font-size: .8em !important;
    }
}


@media (max-width:900px){
    .h_mobile_hidden{
		display: none;
        visibility: hidden;
    }
    
    .h_cell_title_change {
        padding-top: 0px !important;
        margin-bottom: 0px !important;
        margin-left: 1em;
    }

	.h_dollar{
		display: none;
	}

	.h_payment{
		width:100%;
	}

	.debt__output--orientation{
		display: flex;
		flex-direction: column;	
        padding-bottom: .75em;
        padding-top: 0;
	}

	.h_title{
		width: 100%;
        border-right: none;
	}

	.debt__input__n{
        
		flex-direction: column;
        width: 100% !important;
	}

	.debt__input__text{
        max-width: none;
        border-right: solid;
		width: 100% !important;
	}

	.debt__input__button{
		margin: 0;
		width: 100% !important;
        height: 3em;
        font-size: 1.5em;
        border-radius: 0 0 0 0 !important;
	}

    .debt__output__cell{
        padding: 0;
        height: 50px;
        padding-bottom: .5em;
    }

    .debt__output__cell{
        background: #f9f9f9;
    }

    .debt__output__payment--animation{
        height: 100%;
    }
    
    #h_consumer_payment, #h_credit_payment, #h_debt_payment, #h_repay_payment{
        margin-top: 30px;
    }
    
    .debt__disclaimer li{
        font-size: .8em !important;
    }

    .debt__disclaimer p{
        font-size: .8em !important;
    }

    .debt__disclaimer__list {
        padding-left: 2em;
    }

    .debt__output__cell--container{
        display: flex;
        flex-direction: row;
        width: 100%;
    }

    .debt__output__cell--container div{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .debt__output__cell--container .h_months{
        border-right: none;
    }

    .debt__output__cell.h_title{
        display: flex;
        justify-content: center;
    }

    .h_text_center{
        margin-top: 5px;
        margin-bottom: 0;
    }

    .e2692-5.x-text.body-text{
        font-size: 700;
    }
}