@font-face {
    font-family: "Roboto";
    src: url(Roboto-Regular.ttf);
}

input[type=text] {
    border: 1px solid black;
}

.bar {
    width: 100%;
    background-color: #002f5d;
    height: 170px !important;
    padding: 0%;
    margin: 0%;
}

.bar-footer {
    width: 100%;
    background-color: #002f5d;
    color: white;
    height: 170px !important;
    padding: 0%;
    margin: 0%;
    margin-top: auto;
    text-align: center;
    align-content: center;
}

.bar-footer a {
    color: white;
    text-decoration: none;
}

body {
    background-image: linear-gradient(to bottom, #002f5d, #0072e4);
    margin: 0%;
    display: flex;
    flex-direction: column;
}

.custom_body {
    background-color: white;
    margin: 3%;
    padding: 2%;
    border-radius: 5px;
    border: solid #002f5d 1px;
}

.non_input_input {
    border: 0px solid white !important;
}

.fat {
    font-weight: bold;
}

.red {
    color: red;
}

p {
    display: inline;
}

.done_text {
    margin-top: auto;
    text-align: center;
    align-content: center;
}

body,
* {
    font-family: "Roboto";
}

.section {
    padding: 5px;
    margin: 6px;
    border-left: solid #002f5d 5px;
}

.section:hover {
    margin: 5px;
    border: solid 1px #d1e8ff;
    border-radius: 5px;
    border-left: solid #0072e4 5px;
}

input[type="checkbox"] {
    width: 17px;
    height: 17px;
}

input[type="checkbox"] {
    cursor: pointer;
}

button {
    border: solid 0px;
    border-radius: 5px;
    background-color:#002f5d;
    color: white;
    width: 200px;
    height: 60px;    
}

button:hover{
    background-color: #0072e4;
    cursor: pointer;
}