.view-data-all-machines-machine-name {
    font-size: 1.2rem;
}

.view-data-all-machines-date {
    vertical-align: top;
}

.mwf-off-white {
    background-color: #f5f5f5;
}

.mwf-row-padding {
    padding-top: 25px;
    padding-bottom: 25px;
}

input.mwf-larger-checkbox, input.mwf-larger-radio {
    width: 40px;
    height: 40px;
}

.mwf-list-inline {
    display: flex; /* Use flexbox to create a horizontal layout */
    list-style: none; /* Remove default list styling */
    padding: 0; /* Remove any default padding */
    margin-left: 0; /* Adjust margin as needed between list items */
    align-items: center; /* Vertical alignment */

}

.mwf-list-inline li {
    margin-left: 0; /* Adjust margin as needed between list items */
    align-items: center; /* Vertical alignment */
}

/*********************
QUERIES
*********************/
/* Small screens */
/* Define mobile styles */
/* max-width 640px, mobile-only styles, use when QAing mobile issues */
/* Medium screens */
/* min-width 641px, medium screens */
/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
/* Large screens */
/* min-width 1025px, large screens */
/* min-width 1024px and max-width 1440px, use when QAing large screen-only issues */
/* XLarge screens */
/* min-width 1441px, xlarge screens */
/* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */
/* XXLarge screens */
/* min-width 1921px, xlarge screens */
/*********************
GENERAL STYLES
*********************/
.universal-spacer-top-micro {
    margin-top: 5px;
}

.universal-spacer-top {
    margin-top: 15px;
}

.universal-spacer-top-xl {
    margin-top: 50px;
}

.universal-spacer-bottom-micro {
    margin-bottom: 5px;
}

.universal-spacer-bottom {
    margin-bottom: 15px;
}

.universal-spacer-bottom-xl {
    margin-bottom: 50px;
}

.full-width {
    width: 100%;
}

.no-bottom-margin {
    margin-bottom: 0 !important;
}

.white-text {
    color: white;
}

.social-icons {
    font-size: 1.5rem;
}

.social-icons li {
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 2.5;
}

.rounded-info-panel {
    border-radius: 5px;
    padding: 20px;
}

.report-actioned-by__column {
    text-align: center;
}

.report-actioned-by__column p {
    margin-bottom: 0;
}

.report-actioned-by__info-box {
    background: #ffa10d;
}

.report-actioned-by__info-box-title, .green-container h2 {
    margin-bottom: 30px;
    font-weight: 200;
    text-transform: uppercase;
    line-height: 1;
}

.report-actioned-by__all-completed > div > h3 {
    margin-bottom: 0;
}

.save-all__button, .select-all__button {
    width: 100%;
}

.save-all__button {
    margin: 0 !important;
}

.green-container {
    background-color: #aed38e;
}

.green-container p {
    margin-bottom: 0;
}

.grey-container {
    background-color: #eeeeee;
}

@media print {
    .report-actioned-by__info-box, .how-to-print__holder, .green-container, .deleteActionedInfo {
        display: none !important;
    }
}

/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 40em) {
    .text-replacement-list {
        columns: 1;
        list-style-type: none;
        margin-left: 0 !important;
    }

    .text-replacement-list-item-code {
        width: 100%;
        float: left;
    }
}

/* Medium screens */
/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
    .text-replacement-list {
        columns: 2;
        list-style-type: none;
        margin-left: 0 !important;
    }

    .text-replacement-list-item-code {
        width: 15%;
        float: left;
        border-right: 2px solid gray;
        margin-right: 15px !important;
    }
}

.text-replacement-list-item {
    font-size: inherit;
    background-color: #d2d2d2;
    margin-bottom: 5px;
    padding: 5px;
}

.text-replacement-list-item-code, .text-replacement-list-item-expanded {
    display: inline;
    position: relative;
    margin-left: auto;
    margin-right: auto;

}


.text-replacement-list-item-expanded {
    width: 85%;
}