
.d-none {
    display: none;
}

.d-flex {
    display: flex;
}


.btnView {
    text-transform: uppercase;
    color: white;
    padding: .5rem .7rem;
    font-weight: 400;
    text-decoration: none;
    font-size: .8rem;
    border-radius: .3rem;
    font-family: "Roboto", sans-serif;
    display: block;
    width: 7rem;
    margin: auto;
    cursor: pointer;
}

.btn-green {
    border: 2px solid green;
    background: green;
}

.btn-red {
    border: 2px solid red;
    background: red;
}

.btn-orange {
    border: 2px solid orange;
    background: orange;
}


.title {
    text-align: center;
    font-size: 1.5rem;
    margin: .5rem 0;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
}

.loader_contents {
    position: fixed;
    height: 17vh;
    overflow: hidden;
    width: 35vw;
    justify-content: center;
    align-items: center;
    padding-top: 2rem;
    background: white;
    border: 2px solid;
    top: 34vh;
    left: 30vw;
    z-index: 1;
}

.animated-progress {
    width: 300px;
    height: 30px;
    border: 2px solid #333333;
    overflow: hidden;
    position: relative;
    margin: auto;
}

.animated-progress span {
    height: 100%;
    display: block;
    width: 0;
    color: rgb(255, 251, 251);
    line-height: 30px;
    position: absolute;
    text-align: end;
    padding-right: 5px;
}

.progress-orange span {
    background-color: orange;
}

.progress-green span {
    background-color: green;
}

.progress-red span {
    background-color: red;
}

.hint {
    font-size: 10px;
    color: #F00;
}

body {
    background-color: #CCC !important;
}

.img-fluid {
    background: #f3f3f3;
    object-fit: fill;
    width: 100% !important;
    height: 100% !important;
}

.uk-card-media-top {
    min-height: 12rem;
}

.font-weight-bold {
    font-weight: bold;
}

.hint {
    margin-right: 1rem;
    font-weight: 700;
    font-size: .7rem !important;
}