html, body {
    margin: 0 !important;
    padding: 0 !important;
    font-family: Roboto;
    font-weight: 400;
}

.main {
    height: 100% !important;
    width: 100vw !important;
    overflow: hidden;
}

.title-card {
    width: 500px;
    line-height: 23px;
}

.title {
    font-weight: 500;
}

.desc {
    font-size: 10pt;
}

.title-card-item {
    padding: 0;
}

.form-check-label {
    font-size: 10pt;
}

.results-col {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    padding: 10px !important;
}

h4 {
    font-size: 11pt;
}

h5 {
    font-size: 10pt;
    font-weight: 400;
    opacity: 70%;
}

hr {
    margin-top: 7px;
    margin-bottom: 7px;
    border: none;
    height: 2px !important;
    color: #33A1DE;
    background-color: #33A1DE;
}

ul {
    margin: 0 !important;
    padding: 0 !important;
    margin-top: 40px !important; 
}

.results-card {
    width: 550px;
    position: fixed;
    margin-top: 0 !important;
}

.results-card-top {
    background-color: #33A1DE	;
    color: #FFFFFF;
    text-align: center;
    font-size: 12pt;
    padding: 15px;
    font-weight: 700;
}

.results-row {
    margin-top: 15px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
}

.results-row-item-label {
    font-size: 9pt;
    opacity: 0.7;
}

.results-row-totals-item-label {
    font-size: 9pt;
    opacity: 0.7;
    font-weight: 700;
}

.results-card-totals-label {
    background-color: #33A1DE;  
    color: #fff;
    text-align: center;
}

.results-card-section-label {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 11pt;
    text-align: center;
}

.totals-label {
    background-color: #33A1DE;
    text-align: center;
    color: white;
    border-radius: 4px;
    padding: 10px; 
}

.button-row {
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.title {
    width: 500px;
}

.inputs-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px !important;
    padding-bottom: 50px !important;
}

.input-card {
    width: 500px;
}

.input-card-top {
    background-color: #236B8E	;
    color: #FFFFFF;
    font-size: 11pt;
    font-weight: 400; 
    padding: 15px !important;
    text-align: center;
}

.input-card-icon {
    color: #FFF;
    text-align: right;
}

.input-row {
    display: flex;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.input-row-right {
    text-align: right;
}

.input-row-left {
    text-align: left;
    opacity: 80%;
    font-size: 10pt;
}

.input-active {
    background: transparent;
    text-align: center;
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #d7d7d7;
    border-radius: 3px;
}

input:focus {
    outline: none;
}

.button-row {
    padding: 10px;
}

.btn {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 10pt;
}

.credit-details {
    margin-top: 30px !important;
    font-size: 8pt;
    padding: 0;
    margin: 0;
}

@media only screen and (max-width: 1199px) {

    .results-card {
        position: static;
    }

}

@media only screen and (max-width: 600px) {

    .input-card {
        width: 350px;
    }

    .title-card {
        width: 350px;
    }

    .results-card {
        width: 350px;
    }

    button {
        padding: 7px !important; 
        font-size: 8pt !important;
    }

    .input-row-left {
        font-size: 9pt;
    }

}