@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400&display=swap');
@charset "UTF-8";

body {
    margin: 0;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.8rem;
    line-height: 1.6;
    color: #212529;
    text-align: left;
    background-color: aliceblue;
    font-weight: 300;
}

.form-control {
    font-weight: 300;
}

.navbar-brand {
    font-weight: 400;
    font-size: 1.7rem;
}

.card-body {
    background-color: aliceblue;
}

table tr td {
    cursor: pointer;
}

table th {
    cursor: pointer;
}

.modal-content{
    background-color: aliceblue;
}

table td {
    position: relative;
}

table td input {
    position: absolute;
    display: block;
    top:0;
    left:0;
    margin: 0;
    height: 100%;
    width: 100%;
    border: none;
    padding: 10px;
    box-sizing: border-box;
}

.dropdown-menu a:hover {
    background-color: #3490dc;
}
