html {
    min-height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
}

a {
    text-decoration: none;
}

.back {
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.relative {
    position: relative;
}

.maxcontent {
    height: max-content;
}

.hideover {
    overflow: hidden;
}

.hidden {
    display: none;
}

.break {
    height: 50px;
}

.nowrap {
    text-wrap: nowrap;
}

.container-lg {
    max-width: 1200px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.default-image {
    width: 100%
}


.theme-white {
    background-color: white;
}

.theme-light {
    background-color: #f3f1f2;
    /* background-color: green; */
}

.theme-dark {
    background-color: #3a3a3a;
    color: white;
}

.history__card-content {
    padding: 30px;
}

.text-dander-brand {
    color: #D2232A;
}

.pagination {
    margin: 30px 0;

    .page,
    .first,
    .prev,
    .last,
    .next {
        padding: 5px 10px;
        margin: 2px;
        border-radius: 2px;
        border: 1px solid gray;
    }
}

.right {
    text-align: right;
}