@charset "utf-8";

body {
    /* changes */
    background: url("../img/background.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-size: 1.2rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

h1 {
    /* changes */
    font-size: 2rem;
    font-weight: bold;
}

h2 {
    /* changes */
    font-size: 1.7rem;
    font-weight: bold;
}

h3 {
    /* changes */
    font-size: 1.4rem;
    font-weight: bold;
}

h4 {
    /* changes */
    font-size: 1.2rem;
    font-weight: bold;
}

table.padding025r th, table.padding025r td{
    padding: 0.25rem 1rem 0.25rem 0;
}

.btn-outline-user{
    /* additional */
    color: #000000;
    background-color: #e9ecef;
    border:solid 1px #ced4da;
}

.btn-outline-user:hover{
    /* additional */
    background-color: #c9cccf;
}

.bg-custom{
    /* additional */
    background-color: #e9ecef;
}

.navbar-custom{
    /* additional */
    color: #000000;
}

.navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(1, 1, 1, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-item{
    /* changes */
    margin: 0 20px 0 0;
}

.nav-item a {
    /* additional */
    text-decoration: none;
    color: #000000;
}

.nav-item a:hover {
    /* additional */
    text-decoration: none;
    color: #c8c8c8;
}

.dropdown{
    /* changes */
    margin: 0 20px 0 0;
}

.dropdown a{
    /* additional */
    text-decoration: none;
    color: #000000;
}

.dropdown a:hover{
    /* additional */
    text-decoration: none;
    color: #c8c8c8;
}

.diabled-custom{
    /* additional */
    color: #d8d8d8;
}

.progress {
    /* additional */
    position: relative;
    height: 2rem;
    background-color: #e9ecef;
    margin: 0 0 10px 0;
}

.progress-bar {
    /* additional */
    background-color: #c9cccf;
}

.progress-text {
    /* additional */
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 1.4rem;
}

.w-20{
    width: 20%!important
}
.w-40{
    width: 40%!important
}
