body {
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #F2F2F2;
    min-height: 100vh;
}

.clickable {
    cursor: pointer !important;
}

.cursor-help {
    cursor: help !important;
}

.border-10 {
    border-radius: 10px !important;
}

.text-outlined h1 {
    font-weight: bold;
}

.table-problem {
    text-overflow: ellipsis;
    max-height: 80px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    max-width: 240px;
    cursor: default !important;
}

table {
    min-width: 700px;
}

.actions {
    min-width: 220px;
}

.toast-container {
    position: absolute;
    top: 100px;
    right: 40px;
}

button i {
    transition-duration: 0.5s;
}

button.active i {
    transform: rotate(180deg);
}

i.top-right {
    font-size: 25px;
    transition-duration: 0.5s;
}

i.top-right.active {
    transform: rotate(180deg);
}

.top-right {
    position: absolute;
    top: 15px;
    right: 15px;
}

.collapsable-icon {
    transition-duration: 0.6s;
}

.collapsable-icon.active {
    transform: rotate(180deg);
}

.bg-striping {
    background-image: url('/assets/images/striping.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: calc(100% - 80px);
}

@media (max-width: 576px) {
    .bg-striping {
        background: none;
    }
}

.vertical-centered {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.rounded-bottom-pill {
    border-bottom-left-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
}

.rounded-modal {
    border-radius: 50px;
    padding: 8px;
}

.rounded-card {
    border-radius: 50px;
    padding: 5px;
}

.sticky-buttons {
    width: max-content;
    width: -moz-max-content;
    position: sticky;
    top: 10px;
    z-index: 10;
}

.sticky-buttons > button {
    border-width: 2px !important;
}

.report-details {
    white-space: pre-wrap;
}

.unit {
    width: max-content;
    white-space: nowrap;
}

.dataTables_wrapper .dataTables_filter input {
    background-color: #fff;
    border-radius: 0;
    margin-left: 20px;
}

table.dataTable tbody tr {
    background-color: transparent;
}

.datatable .table th, .datatable .table td {
    padding: 4px !important;
    white-space: nowrap;
}

.table th {
    padding-right: 24px !important
}

.datatable .dataTables_processing {
    background: #f8f9fa;
    position: static;
    padding: 0;
    margin: 0;
    width: max-content;
    height: max-content;
    font-weight: bold;
}

.dropdown-menu {
    border-radius: 8px !important;
}

.dropdown-item:active {
    background-color: #f8f9fa;
}

.problem-td,
.name-td {
    display: block;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.problem-td {
    max-width: 260px;
}

.container.wider {
    max-width: 1400px;
}

.container.widest {
    max-width: 1800px;
}

.container.content {
    background-color: #FFFFFF;
    padding: 1rem 3rem 2rem;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
}

tr td:not(:last-of-type) {
    cursor: pointer;
}

.uploaded_image {
    display: block;
    width: max-content;
    height: max-content;
}

.unit-title {
    line-height: 1em;
    font-weight: 600;
}

.menu-btn {
    display: inline-block;
    cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 5px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
}

.bar1 {
    transform: translate(0, 11px) rotate(-45deg);
}

.bar2 {
    opacity: 0;
}

.bar3 {
    transform: translate(0, -11px) rotate(45deg);
}

.collapsed .bar2 {
    opacity: 1;
}

.collapsed .bar1,
.collapsed .bar3 {
    transform: translate(0, 0) rotate(0);
}

.subquestion{
    display: none;
}

.subquestion.visible{
    display: block;
}

form > div > div {
    padding-bottom: 1em !important;
}

/* Responsive */

@media (max-width: 1400px) {
    .container.content {
        padding: 1rem 3rem 3rem;
    }
}
