.bg-dark-blue {
    background-color: rgb(48, 63, 141);
}

.input {
    width: 11em !important;
    height: 1.5em;
}

.label {
    /* text-align: right;
    width: 100%; */
    color: rgb(64, 76, 118);
}

span {
    font-size: 0.8em;
}

.units {
    display: inline-block;
    text-align: justify;
    padding-left: 0.5em;
    color: rgb(64, 76, 118);
    margin-bottom: 0em !important;
}

.blue {
    color: rgb(64, 76, 118);
}

.no-link {
    color: rgb(64, 76, 118);
    text-decoration: none;
}

.custom-pl {
    padding-left: 0.5em;
}

.justify {
    text-align: justify;
}

.text-color {
    color: rgb(64, 76, 118);
}

button {
    border-width: 0px;
}

.pl-0 {
    padding-left: 0px !important;
}

.row {
    margin-right: 0px  !important;
    margin-left: 0px  !important;
}

button:hover {
    cursor: pointer;
}

#collapseResults > div > div {
    max-height: 200px;
}

#gradient > img {
    height: 50px;
    width: 100%;
    margin: auto;
    margin-top: 3em;
    /* background: linear-gradient(90deg, rgba(0,254,0,1) 0%, rgba(0,254,0,1) 37%, rgba(250,250,64,1) 42%, rgba(250,250,64,1) 43%, rgba(238,125,49,1) 50%, rgba(238,125,49,1) 54%, rgba(255,0,0,1) 61%, rgba(255,0,0,1) 66%, rgba(255,0,0,1) 70%, rgb(111, 1, 1) 100%); */
}

#line {
    border-right: 2px solid rgb(64, 76, 118);
    transform: translateY(-60px);
    height: 70px;
}

#number {
    /* height: 70px; */
    position: relative;
    bottom: 165px;
    float: right;
    /* right: 13px; */
}

#number .text {
    top: 100px;
    position: relative;
    text-align: center;
}

#textOutput {
    height: 70px;
    position: relative;
    top: 105px;
    float: right;
}

.error {
    color: red;
    font-size: 0.8rem;
    padding-top: 0.2rem;
}

/* BREAKPOINTS */
/* Small screens */
@media (min-width: 576px) {
    div.text-sm-left {
        text-align: left !important;
    }
}

/* Medium screens */
@media (min-width: 767.98px) {
    .ml-auto {
        margin-left: auto;
    }

    .w-md-90 {
        width: 90% !important;
    }

    .w-md-body {
        width: 80% !important;
    }
}

/* X Larges screens */
@media (min-width: 1200px) { 
    .w-md-body {
        width: 50% !important;
    }
 }

 .title {
    border: 0px;
    padding: 0px;
    background-color: white;
 }

 .faq2-img {
    width: 37em;
    padding-left: 2em;
 }

 .bold {
    font-weight: 700;
 }

 #floatingPerc {
    width: max-content;
 }

 .form-btn {
    height: fit-content;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: 1em;
    width: 100%;
 }

 @media (min-width: 576px) {
    .form-btn {
        width: auto;
    }
}

/* Animation */

.header .icon {
    transition: .3s transform ease-in-out;
}
.header .icon {
    transform: rotate(90deg);
}
.header.collapsed .icon {
    transform: rotate(0deg);
}