h1 {
    letter-spacing: 6px;
}
h1.expanded {
    opacity: 0;
    letter-spacing: 45px;
}

.tbl {
    display: inline-block;
    width: 100%;
}
.tbl .aip_nm {
    position: absolute;
    width: 5%;
    height: 100%;
    writing-mode: vertical-lr;
    text-orientation: upright;
    overflow: hidden;
}
.hdr {
    width: 100%;
    padding-left: 5%;
}
.bdy {
    width: 100%;
    padding-left: 5%;
}
.tbl .rows {
    width: 100%;
}
.tbl .apt_nm {
    width: 12%;
}
.tbl .cell {
    width: 10%;
    text-align: right;
}

.aip_report_sections .creations .apply {
    /* display: none; */
}
.aip_report_sections .creations .apply.new {
    display: inline-block;
}

ops-separator{
    width: 100%;
    height: 20px;
}


/*
------------------ USERs SECTION
*/

.users_sections .lists li.buttons {
    text-transform: lowercase;
}
.users_sections [name='user_name'] {
    text-transform: capitalize;
}
.profile_sections .creations .inputs {
    margin: 0 1rem;
}


/*
------------------ APARTMENTs SECTION
*/

.apartments_sections [name='warning_box'] {
	position: fixed;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 0;
}
.apartments_sections.warning [name='warning_box'] {
	backdrop-filter: blur(2px);
	background: #0004;
	opacity: 1;
	z-index: 100;
}
.apartments_sections [name='warning_box'] .main {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 2rem;
	width: 30rem;
	max-width: 100%;
	max-height: 100%;
	border-radius: 1rem;
	box-shadow: 0 0 1px 1px #000;
	background: #fff;
	cursor: pointer;
	transform: translate(-50%,-50%) scale(2);
}
.apartments_sections.warning [name='warning_box'] .main {
	transform: translate(-50%,-50%);
}
.apartments_sections [name='warning_box'] h5 {
	width: 100%;
	text-align: center;
	font-size: 5rem;
	line-height: 5rem;
	margin-bottom: 2rem;
}
.apartments_sections [name='warning_box'] h5::before {
	content: "warning";
	color: #f00;
}
.apartments_sections [name='warning_box'] span {
	width: 100%;
	text-align: center;
}
.apartments_sections [name='warning_box'] .res{
	font-size: 1.5rem;
	line-height: 1.5rem;
	margin-bottom: 1rem;
}
.apartments_sections [name='warning_box'] .res::before {
	content: "[\00A0";
}
.apartments_sections [name='warning_box'] .res::after {
	content: "\00A0]";
}


.apartments_sections .lists li {
	padding: 0.2rem;
	min-height: 3.7rem;
	font-size: 0.8rem;
}
.apartments_sections .lists [data-missing='1'] {
	color: #777;
}
.apartments_sections .lists [data-missing='0'] {
	color: #ddd;
}
.apartments_sections .lists li::before, 
.apartments_sections .lists li::after {
	display: block;
	line-height: 1.5rem;
	font-size: inherit;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.apartments_sections .lists li::before {
	content: attr(data-name);
	text-transform: uppercase;
}
.apartments_sections .lists li::after {
	content: attr(data-id_ota);
	font-size: 0.8rem;
	line-height: 1rem;
}
.apartments_sections .details.hiding {
    opacity: 0;
}
.apartments_sections .details.hiding [name='title'] {
    letter-spacing: -10px;
    white-space: nowrap;
    transform: translateX(-100px);
}
.apartments_sections [name='apartments'] {
    height: 250px;
    overflow-y: scroll;
}
.apartments_sections [name='basics'] .apply {
    cursor: pointer;
}
.apartments_sections [name='basics'] .apply>span {
	padding: 0 1rem;
}
.apartments_sections .info_boxes {
    padding: 40px 10px;
    margin-top: 40px;
}
.apartments_sections .info_boxes [name='title'] ops-item {
    font-size: 22px;
    color: #ff861f;
    cursor: default;
    line-height: 24px;
    font-weight: 400;
    white-space: nowrap;
}
.apartments_sections [name='title'] ops-item * {
    display: inline;
    color: inherit;
    cursor: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-size: inherit;
}
.apartments_sections .info_boxes h2 {
	text-transform: uppercase;
}
.apartments_sections .info_boxes i {
    display: inline;
    margin-left: 1rem;
    color: inherit;
    cursor: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-size: 60%;
}
.apartments_sections .blocks {
	display: inline-grid;
	grid-template-columns: 1fr 3fr 3fr;
	grid-gap: 1rem;
}
.apartments_sections .blocks.info {
	grid-template-columns: 1fr 6fr;
}
.apartments_sections .blocks ops-item {
	margin: 0;
}
.apartments_sections .blocks ops-item .inputs {
	width: 100%;
}
.apartments_sections .hiding .info .inputs {
	height: 1rem;
}
.apartments_sections .info .inputs {
	height: 10rem;
}
.apartments_sections .info textarea {
	line-height: 1.2rem;
	overflow: auto;
}
.apartments_sections .blocks iframe {
	width: 100%;
	border: 1px solid #aaa;
	aspect-ratio: 16/9;
}
.apartments_sections .hiding .blocks iframe {
	aspect-ratio: 16;
}
.apartments_sections .hiding :is(input, textarea) {
	display: none;
}


/*
------------------ AIPs SECTION
*/


.aips_sections .details.hiding h2 {
    left: 200px;
    letter-spacing: 30px;
}
.aips_sections [name='creations'] {
    padding: 20px 0;
    width: 100%;
}
.aips_sections [name='shares_tot'] {
    /* margin-left: 20px; */
}
.default .aips_sections .invalid ol {
    border-color: #ff5a5a;
}
.aips_sections [name='investors'] li, 
.aips_sections [name='apartments'] li, 
.aips_sections [name='recurring'] li, 
.aips_sections [name='occasional'] li {
    min-height: 28px;
    line-height: 28px;
    font-size: 15px;
}
.aips_sections .info_boxes.items li span {
    width: auto;
}
.aips_sections [name='investors'] li *, 
.aips_sections [name='apartments'] li *, 
.aips_sections [name='recurring'] li *, 
.aips_sections [name='occasional'] li * {
    line-height: inherit;
    font-size: inherit;
    float: left;
    min-height: auto;
    /* height: auto; */
}
.aips_sections [name='investors'] li .material-icons, 
.aips_sections [name='apartments'] li .material-icons, 
.aips_sections [name='recurring'] li .material-icons, 
.aips_sections [name='occasional'] li .material-icons {
    font-size: 24px;
    padding: 0;
}
.aips_sections [name='investors'] li .inputs, 
.aips_sections [name='apartments'] li .inputs, 
.aips_sections [name='recurring'] li .inputs, 
.aips_sections [name='recurring'] li .textarea, 
.aips_sections [name='occasional'] li .inputs, 
.aips_sections [name='occasional'] li .textarea {
    border-color: #ccc;
}
.aips_sections [name='investors'] li .inputs.errors, 
.aips_sections [name='apartments'] li .inputs.errors, 
.aips_sections [name='recurring'] li .inputs.errors, 
.aips_sections [name='recurring'] li .textarea.errors, 
.aips_sections [name='occasional'] li .inputs.errors, 
.aips_sections [name='occasional'] li .textarea.errors {
    border-color: #ff0;
}
.aips_sections [name='investors'] [name='shares']::after, 
.aips_sections [name='apartments'] [name='shares']::after, 
.aips_sections [name='recurring'] [name='shares']::after, 
.aips_sections [name='recurring'] [name='amount']::after, 
.aips_sections [name='occasional'] [name='shares']::after, 
.aips_sections [name='occasional'] [name='amount']::after {
    width: 20px;
    text-align: center;
    float: right;
}
.aips_sections [name='investors'] [name='shares']::after, 
.aips_sections [name='apartments'] [name='shares']::after {
    content:"%";
}
.aips_sections [name='recurring'] [name='description'], 
.aips_sections [name='occasional'] [name='description'] {
    height: 60px;
    line-height: 20px;
}
.aips_sections [name='recurring'] [name='description'] textarea, 
.aips_sections [name='occasional'] [name='description'] textarea {
    text-align: left;
    padding-right: 5px;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    overflow-y: auto;
}
.aips_sections [name='recurring'] [name='amount']::after, 
.aips_sections [name='occasional'] [name='amount']::after {
    content: "\20AC";
}
.aips_sections [name='investors'] [name='from'], 
.aips_sections [name='investors'] [name='to'], 
.aips_sections [name='apartments'] [name='from'], 
.aips_sections [name='apartments'] [name='to'], 
.aips_sections [name='recurring'] [name='from'], 
.aips_sections [name='recurring'] [name='to'], 
.aips_sections [name='occasional'] [name='from'] {
    height: 30px;
    padding-right: 5px;
}
.aips_sections [name='recurring'] [name='from'] input, 
.aips_sections [name='recurring'] [name='to'] input, 
.aips_sections [name='occasional'] [name='from'] input {
    padding-right: 5px;
}
.aips_sections [name='investors'] record-field, 
.aips_sections [name='apartments'] record-field, 
.aips_sections [name='recurring'] record-field, 
.aips_sections [name='occasional'] record-field {
    border: 1px solid transparent;
    padding: 0 5px;
    margin-left: 1%;
}
.aips_sections [name='investors'] record-field *, 
.aips_sections [name='apartments'] record-field *, 
.aips_sections [name='recurring'] record-field *, 
.aips_sections [name='occasional'] record-field * {
    width: 100%;
    cursor: default;
}
.aips_sections [name='investors'] record-field a, 
.aips_sections [name='apartments'] record-field a, 
.aips_sections [name='recurring'] record-field a, 
.aips_sections [name='occasional'] record-field a {
    height: 100%;
    cursor: pointer;
}
.aips_sections [name='investors'] record-field input, 
.aips_sections [name='apartments'] record-field input, 
.aips_sections [name='recurring'] record-field input, 
.aips_sections [name='recurring'] record-field textarea, 
.aips_sections [name='occasional'] record-field input, 
.aips_sections [name='occasional'] record-field textarea {
    text-align: right;
    padding-right: 30px;
    outline: none;
    cursor: text;
}
.aips_sections [name='investors'] record-field:nth-child(1), 
.aips_sections [name='apartments'] record-field:nth-child(1) {
    width: 22%;
}
.aips_sections [name='investors'] record-field:nth-child(2), 
.aips_sections [name='apartments'] record-field:nth-child(2) {
    width: 10%;
}
.aips_sections [name='apartments'] record-field:nth-child(3) {
    width: 12%;
}

.aips_sections h2 {
    margin-right: 20px;
}
.aips_sections .legenda span {
    margin-right: 20px;
    cursor: default;
}
.aips_sections .legenda span:nth-child(2n+1) {
    margin-right: 5px;
    font-size: 20px;
}
.aips_sections [name='occasional'] record-field:nth-child(5) {
    opacity: 0;
}
.aips_sections [name='occasional'] record-field:nth-child(1), 
.aips_sections [name='occasional'] [name='to'], 
.aips_sections [name='occasional'] record-field:nth-child(7) {
    display: none;
}



/*
------------------ COMPANIes SECTION
*/

.companies_sections .details.hiding {
    opacity: 0;
    height: 100px;
}
.companies_sections .details.hiding h2 {
    left: 200px;
    letter-spacing: 30px;
}
.default .companies_sections .invalid ol {
    border-color: #ff5a5a;
}
.companies_sections li[data-rid='0'] {
    color: #009400;
}
.details [name='company_delete'] {
    display: none;
}
.details[data-reviso-id='0'] [name='company_delete'] {
    display: inline-block;
}
.companies_sections [name='eraser']  {
    display: none;
}
.companies_sections [data-rid='0'] [name='eraser']  {
    display: inline-block;
}
.companies_sections [name='creations'] {
    margin-top: 20px;
    width: 100%;
    padding-bottom: 20px;
}

.companies_sections [name='apartments'] li, 
.companies_sections [name='recurring'] li, 
.companies_sections [name='occasional'] li {
    min-height: 28px;
    line-height: 28px;
    font-size: 15px;
}
.companies_sections .info_boxes.items li span {
    width: auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
}
.companies_sections [name='apartments'] li *, 
.companies_sections [name='recurring'] li *, 
.companies_sections [name='occasional'] li * {
    line-height: inherit;
    font-size: inherit;
    float: left;
    min-height: auto;
    /* height: auto; */
}
.companies_sections [name='apartments'] li .material-icons, 
.companies_sections [name='recurring'] li .material-icons, 
.companies_sections [name='occasional'] li .material-icons {
    font-size: 24px;
    padding: 0;
}
.companies_sections [name='apartments'] li .inputs, 
.companies_sections [name='apartments'] li .textarea, 
.companies_sections [name='recurring'] li .inputs, 
.companies_sections [name='recurring'] li .textarea, 
.companies_sections [name='occasional'] li .inputs, 
.companies_sections [name='occasional'] li .textarea {
    border-color: #ccc;
}
.companies_sections [name='apartments'] li .inputs.errors, 
.companies_sections [name='apartments'] li .textarea.errors, 
.companies_sections [name='recurring'] li .inputs.errors, 
.companies_sections [name='recurring'] li .textarea.errors, 
.companies_sections [name='occasional'] li .inputs.errors, 
.companies_sections [name='occasional'] li .textarea.errors {
    border-color: #ff0;
}
.companies_sections [name='apartments'] [name='shares']::after, 
.companies_sections [name='apartments'] [name='amount']::after, 
.companies_sections [name='recurring'] [name='shares']::after, 
.companies_sections [name='recurring'] [name='amount']::after, 
.companies_sections [name='occasional'] [name='shares']::after, 
.companies_sections [name='occasional'] [name='amount']::after {
    width: 20px;
    text-align: center;
    float: right;
}
.companies_sections [name='apartments'] [name='shares']::after {
    content:"%";
}
.companies_sections [name='recurring'] [name='description'], 
.companies_sections [name='occasional'] [name='description'] {
    height: 60px;
    line-height: 20px;
}
.companies_sections [name='apartments'] [name='description'] textarea, 
.companies_sections [name='recurring'] [name='description'] textarea, 
.companies_sections [name='occasional'] [name='description'] textarea {
    text-align: left;
    padding-right: 5px;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    overflow-y: auto;
}
.companies_sections [name='recurring'] [name='amount']::after, 
.companies_sections [name='occasional'] [name='amount']::after {
    content: "\20AC";
}
.companies_sections [name='apartments'] [name='from'], 
.companies_sections [name='apartments'] [name='to'], 
.companies_sections [name='recurring'] [name='from'], 
.companies_sections [name='recurring'] [name='to'], 
.companies_sections [name='occasional'] [name='from'] {
    height: 30px;
    padding-right: 5px;
}
.companies_sections [name='apartments'] [name='from'] input, 
.companies_sections [name='apartments'] [name='to'] input, 
.companies_sections [name='recurring'] [name='from'] input, 
.companies_sections [name='recurring'] [name='to'] input, 
.companies_sections [name='occasional'] [name='from'] input {
    padding-right: 5px;
}
.companies_sections [name='apartments'] record-field, 
.companies_sections [name='recurring'] record-field, 
.companies_sections [name='occasional'] record-field {
    border: 1px solid transparent;
    padding: 0 5px;
    margin-left: 1%;
}
.companies_sections [name='apartments'] record-field *, 
.companies_sections [name='recurring'] record-field *, 
.companies_sections [name='occasional'] record-field * {
    width: 100%;
    cursor: default;
}
.companies_sections [name='apartments'] record-field a, 
.companies_sections [name='recurring'] record-field a, 
.companies_sections [name='occasional'] record-field a {
    height: 100%;
    cursor: pointer;
}
.companies_sections [name='apartments'] record-field input, 
.companies_sections [name='apartments'] record-field textarea, 
.companies_sections [name='recurring'] record-field input, 
.companies_sections [name='recurring'] record-field textarea, 
.companies_sections [name='occasional'] record-field input, 
.companies_sections [name='occasional'] record-field textarea {
    text-align: right;
    padding-right: 30px;
    outline: none;
    cursor: text;
}
.companies_sections [name='apartments'] record-field:nth-child(1) {
    width: 22%;
}
.companies_sections [name='apartments'] record-field:nth-child(2) {
    width: 10%;
}
.companies_sections [name='apartments'] record-field:nth-child(3) {
    width: 12%;
}

.companies_sections h2 {
    margin-right: 20px;
}
.companies_sections .legenda span {
    margin-right: 20px;
    cursor: default;
}
.companies_sections .legenda span:nth-child(2n+1) {
    margin-right: 5px;
    font-size: 20px;
}
.companies_sections [name='occasional'] record-field:nth-child(4) {
    opacity: 0;
}
.companies_sections [name='occasional'] record-field:nth-child(1), 
.companies_sections [name='occasional'] [name='to'], 
.companies_sections [name='occasional'] record-field:nth-child(6) {
    display: none;
}



/*
------------------ CLUSTERs SECTION
*/

.clusters_sections [name='creations'] {
    padding: 20px 0;
    width: 100%;
}

.clusters_sections h2 {
    margin-right: 20px;
}
.clusters_sections .legenda span {
    margin-right: 20px;
    cursor: default;
}
.clusters_sections .legenda span:nth-child(2n+1) {
    margin-right: 5px;
    font-size: 20px;
}
.clusters_sections [name='apartments'] ol {
    padding-right: 0;
    max-height: 300px;
    overflow: auto;
}
.clusters_sections [name='apartments'] li {
    width: calc(50% - 10px);
    margin-right: 10px;
    /* border: 1px solid #555; */
    border-radius: 12px;
    padding: 5px;
    background: rgba(44,44,44,1);
    border: 1px solid #555;
    border-bottom-color: #333;
    border-right-color: #333;
    box-shadow: 2px 4px 2px #111;
}
.clusters_sections [name='apartments'] li span:nth-child(n) {
    width: calc(100% - 30px);
    cursor: default;
}
.clusters_sections [name='recurring'] li, 
.clusters_sections [name='occasional'] li {
    min-height: 28px;
    line-height: 28px;
    font-size: 15px;
}
.clusters_sections [name='recurring'] li *, 
.clusters_sections [name='occasional'] li * {
    line-height: inherit;
    font-size: inherit;
    float: left;
    min-height: auto;
    /* height: auto; */
}
.clusters_sections [name='apartments'] li .material-icons, 
.clusters_sections [name='recurring'] li .material-icons, 
.clusters_sections [name='occasional'] li .material-icons {
    font-size: 24px;
    padding: 0;
}
.clusters_sections [name='recurring'] li .inputs, 
.clusters_sections [name='recurring'] li .textarea, 
.clusters_sections [name='occasional'] li .inputs, 
.clusters_sections [name='occasional'] li .textarea {
    border-color: #ccc;
}
.clusters_sections [name='recurring'] li .inputs.errors, 
.clusters_sections [name='recurring'] li .textarea.errors, 
.clusters_sections [name='occasional'] li .inputs.errors, 
.clusters_sections [name='occasional'] li .textarea.errors {
    border-color: #ff0;
}
.clusters_sections [name='recurring'] [name='shares']::after, 
.clusters_sections [name='recurring'] [name='amount']::after, 
.clusters_sections [name='occasional'] [name='shares']::after, 
.clusters_sections [name='occasional'] [name='amount']::after {
    width: 20px;
    text-align: center;
    float: right;
}
.clusters_sections [name='recurring'] [name='description'], 
.clusters_sections [name='occasional'] [name='description'] {
    height: 60px;
    line-height: 20px;
}
.clusters_sections [name='recurring'] [name='description'] textarea, 
.clusters_sections [name='occasional'] [name='description'] textarea {
    text-align: left;
    padding-right: 5px;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    overflow-y: auto;
}
.clusters_sections [name='recurring'] [name='amount']::after, 
.clusters_sections [name='occasional'] [name='amount']::after {
    content: "\20AC";
}
.clusters_sections [name='recurring'] [name='from'], 
.clusters_sections [name='recurring'] [name='to'], 
.clusters_sections [name='occasional'] [name='from'] {
    height: 30px;
    padding-right: 5px;
}
.clusters_sections [name='recurring'] [name='from'] input, 
.clusters_sections [name='recurring'] [name='to'] input, 
.clusters_sections [name='occasional'] [name='from'] input {
    padding-right: 5px;
}
.clusters_sections [name='recurring'] record-field, 
.clusters_sections [name='occasional'] record-field {
    border: 1px solid transparent;
    padding: 0 5px;
    margin-left: 1%;
}
.clusters_sections [name='recurring'] record-field *, 
.clusters_sections [name='occasional'] record-field * {
    width: 100%;
    cursor: default;
}
.clusters_sections [name='recurring'] record-field a, 
.clusters_sections [name='occasional'] record-field a {
    height: 100%;
    cursor: pointer;
}
.clusters_sections [name='recurring'] record-field input, 
.clusters_sections [name='recurring'] record-field textarea, 
.clusters_sections [name='occasional'] record-field input, 
.clusters_sections [name='occasional'] record-field textarea {
    text-align: right;
    padding-right: 30px;
    outline: none;
    cursor: text;
}
.clusters_sections [name='occasional'] record-field:nth-child(4) {
    opacity: 0;
}
.clusters_sections [name='occasional'] record-field:nth-child(1), 
.clusters_sections [name='occasional'] [name='to'], 
.clusters_sections [name='occasional'] record-field:nth-child(6) {
    display: none;
}


/*
------------------ REPORTs SECTION
*/

.reports_sections ol {
    margin: 30px 0;
}
.reports_sections [name='basics'], 
.reports_sections [name='aips'], 
.reports_sections [name='companies'], 
.reports_sections [name='all_companies'], 
.reports_sections [name='clusters'] {
    width: 100%;
    margin: 0;
    padding: 40px 0;
    border-top: 1px solid #444;
    border-bottom: 1px solid #222;
}
.reports_sections [name='basics'] {
    border-top: none;
}
.reports_sections [name='clusters'] {
    border-bottom: none;
}
.reports_sections [name='all_companies'] h2 {
    width: 100%;
    margin-bottom: 30px;
}


/*
------------------ CHECKs SECTION
*/

.checks_sections [name='airbnb_radio'] span, 
.checks_sections [name='booking_radio'] span {
    width: 60px;
    margin-left: 20px;
    cursor: default;
}
.checks_sections .airbnbs, 
.checks_sections .bookings {
    display: none;
}
.checks_sections [name='payments'] {
    display: inline-block;
}
.checks_sections .airbnbs .airbnbs, 
.checks_sections .bookings .bookings, 
.checks_sections .banks {
    display: inline-grid;
    grid-template-columns: 8rem 30rem 2rem 1.4rem;
    column-gap: 0.5rem;
    row-gap: 0.5rem;
}
.checks_sections .airbnbs .airbnbs ops-item, 
.checks_sections .bookings .bookings ops-item, 
.checks_sections .banks ops-item {
    margin: 0;
    width: 100%;
}
.checks_sections [name='payments'], 
.checks_sections [name='not_found'], 
.checks_sections [name='not_aligned'], 
.checks_sections [name='ops_not_marked'] {
    width: 100%;
    margin: 0;
    padding: 40px 0;
    border-top: 1px solid #444;
    border-bottom: 1px solid #222;
}
.checks_sections [name='not_found'] h2::before {
    content: "Trasferimenti non riscontrati su resoconto bancario";
}
.checks_sections [name='not_found'] h2[data-count]::before {
    content: "Trasferimenti non riscontrati su resoconto bancario (" attr(data-count) ")";
}
.checks_sections [name='not_aligned'] h2::before {
    content: "Pagamenti delle OTA non allineati con OPS";
}
.checks_sections [name='not_aligned'] h2[data-count]::before {
    content: "Pagamenti delle OTA non allineati con OPS (" attr(data-count) ")";
}
.checks_sections [name='ops_not_marked'] h2::before {
    content: "Prenotazioni presenti in OPS ma non nelle OTA";
}
.checks_sections [name='ops_not_marked'] h2[data-count]::before {
    content: "Prenotazioni presenti in OPS ma non nelle OTA (" attr(data-count) ")";
}

.checks_sections [name='not_found'] {
    /* padding-right: calc(100% - 50rem); */
}
.checks_sections [name='not_found'] .tbl_headers, 
.checks_sections [name='not_found'] .lists li {
    grid-template-columns: 10fr 2fr 2fr 2fr 2fr;
}

.checks_sections [name='not_aligned'] {
    padding-right: calc(0);
}
.checks_sections [name='not_aligned'] .tbl_headers, 
.checks_sections [name='not_aligned'] .lists li {
    grid-template-columns: 4fr 9fr 2fr 2fr 2fr 2fr 2fr 30px;
}
.checks_sections [name='ops_not_marked'] .tbl_headers, 
.checks_sections [name='ops_not_marked'] .lists li {
    grid-template-columns: 6fr 4fr 6fr 2fr 2fr 3fr 30px;
}

.checks_sections .lists li:hover {
    background-color: #fff1;
}
.checks_sections .lists li.highlighted {
    background-color: #ff01;
}
.checks_sections .lists li>:first-child {
    transition: all 250ms ease;
    transform-origin: left;
}
.checks_sections .lists li:active>:first-child {
    color: #fff;
    transform: scale(1.1);
}
.checks_sections .lists li [name='pmt_id'] {
    overflow: hidden;
}
.checks_sections .lists li :is(
    [name='pmt_id'],
    [name='pmt_dt'],
    [name='paid']
)>span {
    width: 100%;
}

.checks_sections [name='payments'] {
    border-top: none;
}
.checks_sections [name='additional_expenses'] {
    border-bottom: none;
}
.checks_sections [name='payments'] h2 {
    width: 100%;
    margin-bottom: 30px;
}
.checks_sections ops-item {
    /* min-width: 105px; */
}
.checks_sections [name='count'], 
.checks_sections [name='count_bank'], 
.checks_sections [name='count_other'] {
    min-width: 40px;
}
.checks_sections [type='file'] {
    opacity: 0;
}
.checks_sections .inputs {
    width: 100%;
}
.checks_sections .inputs .file_names {
    position: absolute;
    padding-left: 30px;
}
.checks_sections input {
    cursor: pointer;
}
.checks_sections [name='ops_not_marked'] input {
    cursor: text;
}
.checks_sections .errors .inputs {
    color: #f00;
}
.checks_sections ol {
    max-height: 250px;
    overflow-y: auto;
    padding-left: 0.5rem;
}
.checks_sections [name='ops_not_marked'] .inputs_row {
    display: inline-grid;
    grid-template-columns: auto 1fr 1fr 1fr auto 1rem auto 1fr auto;
    column-gap: 0.5rem;
    width: 100%;
}
.checks_sections [name='ops_not_marked'] .inputs_row>span:nth-child(n+2) {
    /* padding-left: 1rem; */
}
.checks_sections [name='ops_not_marked'] .inputs_row .mandatory {
    color: #fff;
    font-style: italic;
}
.checks_sections [name='not_found'] li, 
.checks_sections [name='not_aligned'] li, 
.checks_sections [name='ops_not_marked'] li {
    width: 100%;
    margin-top: 10px;
    cursor: default;
}
.checks_sections [name='not_found'] span, 
.checks_sections [name='not_aligned'] span, 
.checks_sections [name='ops_not_marked'] span {
    /* padding: 0 5px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.checks_sections [name='not_found'] li, 
.checks_sections [name='not_aligned'] li, 
.checks_sections [name='ops_not_marked'] li {
    display: inline-grid;
    grid-gap: 0.4rem;
}
.checks_sections span.unmatched, 
.checks_sections .unmatched span {
    color: #f00;
}
.checks_sections span.matched, 
.checks_sections .matched span {
    color: #0ff;
}
.checks_sections [name='not_found'] span:nth-child(2), 
.checks_sections [name='not_found'] span:nth-child(3), 
.checks_sections [name='not_found'] span:nth-child(4), 
.checks_sections [name='not_found'] span:nth-child(5) {
    text-align: right;
}
.checks_sections [name='not_found'] span:nth-child(3), 
.checks_sections [name='not_found'] span:nth-child(4), 
.checks_sections [name='not_found'] span:nth-child(5), {
    text-align: right;
}
.checks_sections [name='not_found'] span:nth-child(3)::after, 
.checks_sections [name='not_found'] span:nth-child(4)::after, 
.checks_sections [name='not_found'] span:nth-child(5)::after, 
.checks_sections [name='not_aligned'] [name='paid']>span::after, 
.checks_sections [name='not_aligned'] span:nth-child(5)::after, 
.checks_sections [name='not_aligned'] span:nth-child(6)::after, 
.checks_sections [name='not_aligned'] span:nth-child(7)::after, 
.checks_sections [name='ops_not_marked'] .lists span:nth-child(6)::after {
    content: " \20AC";
}
.checks_sections [name='not_aligned'] span:nth-child(4), 
.checks_sections [name='not_aligned'] [name='paid']>span, 
.checks_sections [name='not_aligned'] span:nth-child(5), 
.checks_sections [name='not_aligned'] span:nth-child(6), 
.checks_sections [name='not_aligned'] span:nth-child(7), 
.checks_sections [name='ops_not_marked'] span:nth-child(6) {
    text-align: right;
}
.checks_sections [name='not_aligned'] span:nth-child(8), 
.checks_sections [name='ops_not_marked'] span:nth-child(7) {
    text-align: center;
    line-height: 22px;
}
.checks_sections [name='not_aligned'] ol span:nth-child(8)::after {
    content: "\00d7";
    color: #f00;
    box-sizing: border-box;
    display: inline-block;
    height: 24px;
    aspect-ratio: 1;
    border: 1px solid;
    border-radius: 50%;
    cursor: pointer;
}
.checks_sections [name='not_aligned'] :has(.matched)>span:nth-child(8)::after {
    content: "\2713";
    color: #0ff;
}

.checks_sections [name='ops_not_marked'] ol span:nth-child(7)::after {
    content: "\00d7";
    color: #f00;
    box-sizing: border-box;
    display: inline-block;
    height: 100%;
    aspect-ratio: 1;
    border: 1px solid;
    border-radius: 50%;
    cursor: pointer;
}
.checks_sections [name='ops_not_marked'] :has(.matched)>span:nth-child(7)::after {
    content: "\2713";
    color: #0ff;
}

.checks_sections .tbl_headers {
    display: inline-grid;
    grid-gap: 0.4rem;
    width: 100%;
    padding-left: 0.5rem;
    padding-right: 4px;
}
.checks_sections div.tbl_headers span:nth-child(n) {
    font-weight: normal;
    color: #ccc;
}
.checks_sections div.tbl_headers span:nth-child(n)::after {
    content: "";
}

.checks_sections [name='files_list'] {
    margin-left: 120px;
    width: calc(100% - 120px);
}
.checks_sections [name='files_list'] .lists {
    padding: 0;
    padding-bottom: 0.2rem;
    min-height: 2rem;
    max-height: initial;
    height: initial;
}
.checks_sections [name='files_list'] li {
    display: inline-block;
    position: relative;
    margin-top: 0.2rem;
    margin-left: 0.5rem;
    color: #0aa;
    font-size: 0.8rem;
    line-height: 1rem;
    cursor: default;
}
.checks_sections [name='files_list'] .bad {
    color: #f00;
}
.checks_sections [name='files_list'] .duplicate {
    color: #c79c00;
}
.checks_sections [name='files_list'] span {
    color: inherit;
    width: 290px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 1px solid #333;
    border-radius: 12px/6px;
    padding: 0 4px;
}
.checks_sections [name='files_list'] .material-icons {
    width: 22px;
    border: none;
    padding: 0;
    cursor: default;
}



