@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');

body {
    margin: 0!important;
    padding: 0!important;
    font-family: 'Roboto', sans-serif;
}
#app {
    background-size: cover;
    height: 100vh;
    padding-top: 30px;
}

nav.navbar.navbar-expand-lg.bg-light {
    background: #234256a8!important;
    border-radius: 10px;
    border: 3px solid gray;
}

a.nav-link {
    color: #fff!important;
}

.card {
    background: #234256a8!important;
    border-radius: 10px;
    border: 3px solid gray;
}

.form-group {
    margin-top: 20px;
}

input.form-control, select.form-control {
    font-weight: 400!important;
    font-size: 16px;
    height: 45px;
}

a {
    text-decoration: none!important;
}

.form-control, .btn {
    border-radius: 10px!important;
}

.btn-primary {
    height: 45px;
    min-width: 150px;
    border: 2px solid grey;
    background: #234256!important;
}

a.white-link {
    color: #fff;
    font-weight: 400;
    margin-top: 7px;
    display: block;
}

.content {
    margin-top: 30px;
}

.vertical-nav .vertical-nav-link {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    background: #234256a8!important;
    border-radius: 10px;
    border: 3px solid gray;
    font-size: 16px;
    padding: 9px;
}

.content-bg {
    background: #234256a8!important;
    border-radius: 10px;
    border: 3px solid gray;
    padding: 10px;
}

.col-form-label {
    color: #fff;
    font-weight: 400;
    margin-bottom: -3px;
    font-size: 15px;
}

a.vertical-nav-link.active {
    border-bottom-color: #04b104;
}

.logout-btn {
    background: transparent;
    border: none;
}

.logout-btn img {
    width: 25px;
}

.disabled-link {
    pointer-events: none!important;
}

.bold-value {
    margin-left: 10px;
}

.invalid-feedback {
    display: block!important;
}
