/* inter-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/google/inter-v13-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/google/inter-v13-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/google/inter-v13-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ubuntu-mono-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Ubuntu Mono';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/google/ubuntu-mono-v17-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ubuntu-mono-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Ubuntu Mono';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/google/ubuntu-mono-v17-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ubuntu-sans-mono-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Ubuntu Sans Mono';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/google/ubuntu-sans-mono-v1-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ubuntu-sans-mono-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Ubuntu Sans Mono';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/google/ubuntu-sans-mono-v1-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root{
  --primary: #272086;
  --dark_primary: #1f14bd;
  --primary_text: #000000;
  --secondary_text: #505050;
  --mobile_bg: #750000;
  --widget_bg: #FDFDFD;
  --widget_title: #66666f;
  --widget_heading: #38383c;
  --section_bg: #FAFAFA;
  --body_bg: #EBEDF0;
  --submit_bg: #0a0311;
  --submit_bghover: #17052c;
  --divider: #bdbdbd;
  --grade_a: #0d611d;
  --grade_b: #5d8b22;
  --grade_c: #ffc400;
  --grade_d: #ff9900;
  --grade_e: #ca2d06;
  --grade_f: #860404;
  --info: #3c488e;
  --odd_row: #FFFFFF;
  --even_row: #eaedf1;
  --accent: #aeb1b8;
  --white: #FFFFFF;
  --black: #000000;
}

*{ box-sizing: border-box; }
html, body{ position: relative; padding: 0; margin: 0; min-height: 100%; background-color: var(--body_bg); font-family: 'Inter', Arial, Helvetica, sans-serif; }
figure{ margin: 0; }
.container{ max-width: 1500px; margin: 0 auto; padding: 0 30px; }
h1, h2, h3, h4, h5, h6, p, li, td{ margin: 0; padding: 0 0 10px; }
p, li, td{ font-weight: 400; line-height: 1.4; }
h1, h2, h3, h4, h5, h6, b, strong{ font-weight: 700; }
h1, h2, h3, h4, h5, h6{ line-height: 1.6; }
h1{ font-size: 2.5rem; }
h2{ font-size: 2.188rem; }
h3{ font-size: 1.75rem; }
h4, h5, h6{ font-size: 1.4rem; }
a{ color: var(--primary); font-weight: 700; transition: all .2s ease; }
a:hover{ color: var(--dark_primary); }

.iti .iti__flag { background-image: url("../images/flags.png"); }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti .iti__flag { background-image: url("../images/flags@2x.png"); }
}

/* Loader screen */

/* Tooltip */
.report_body .tooltip{ display: inline-block; width: 20px; height: 20px; line-height: 20px; border-radius: 50%; background-color: var(--submit_bg); color: var(--white); vertical-align: text-top; position: relative; margin: 0 0 0 8px; }
.report_body .tooltip:hover{ background-color: var(--submit_bghover); }
.report_body .tooltip::before{ width: 20px; height: 20px; line-height: 20px !important; text-align: center; font-size: 0.55rem; position: absolute; }
.report_body .tooltip::after{ display: none; }
.report_body .tooltip:hover::after{ display: block; content:attr(data-tooltip); font-weight: 400; position: absolute; z-index: 10; top: 25px; width: 285px; right: -5px;  font-size: 0.8rem; color: var(--white); background-color: rgba(35,35,35,.85); padding: 5px 10px; border-radius: 5px; font-family: 'Inter', Arial, Helvetica, sans-serif; text-transform: unset; }

/* Notiications */
.notice.alert{ padding: 12px 17px; border-left: solid 6px; background-color: #FFF; box-shadow: 0 2px 5px rgba(0,0,0,.2); margin-bottom: 25px; font-weight: 700; font-size: 0.915rem; }
.notice.alert.success{ border-left-color: var(--grade_a); }
.notice.alert.error{ border-left-color: var(--grade_f); }
.notice.alert.info{ border-left-color: var(--info); }
.notice.alert.warning{ border-left-color: var(--grade_d); }

.section-content > .row, .section-content > .row .widget > .row, .widget-content > .row, .app_main .form .profile-section .row, .field-group.row{ display: flex; flex-wrap: wrap; justify-content: space-between; }
.section-content > .row:not(:last-of-type), .section-content > .row .widget > .row.row:not(:last-of-type), .widget-content > .row:not(:last-of-type){ padding: 0 0 10px; }
.section-content > .row .col-0, .widget-content > .row .col-0, .app_main .form .profile-section .row > .col-0{ display: none; }
.section-content > .row .col-1, .widget-content > .row .col-1, .app_main .form .profile-section .row > .col-1{ width: calc( 8.33% - 10px ); }
.section-content > .row .col-2, .widget-content > .row .col-2, .app_main .form .profile-section .row > .col-2{ width: calc( 16.66% - 10px ); }
.section-content > .row .col-3, .widget-content > .row .col-3, .app_main .form .profile-section .row > .col-3{ width: calc( 25% - 10px ); }
.section-content > .row .col-4, .widget-content > .row .col-4, .app_main .form .profile-section .row > .col-4{ width: calc( 33.33% - 10px ); }
.section-content > .row .col-5, .widget-content > .row .col-5, .app_main .form .profile-section .row > .col-5{ width: calc( 41.66% - 10px ); }
.section-content > .row .col-6, .widget-content > .row .col-6, .app_main .form .profile-section .row > .col-6{ width: calc( 50% - 10px ); }
.section-content > .row .col-7, .widget-content > .row .col-7, .app_main .form .profile-section .row > .col-7{ width: calc( 58.33% - 10px ); }
.section-content > .row .col-8, .widget-content > .row .col-8, .app_main .form .profile-section .row > .col-8{ width: calc( 66.66% - 10px ); }
.section-content > .row .col-9, .widget-content > .row .col-9, .app_main .form .profile-section .row > .col-9{ width: calc( 75% - 10px ); }
.section-content > .row .col-10, .widget-content > .row .col-10, .app_main .form .profile-section .row > .col-10{ width: calc( 83.33% - 10px ); }
.section-content > .row .col-11, .widget-content > .row .col-11, .app_main .form .profile-section .row > .col-11{ width: calc( 91.66% - 10px ); }
.section-content > .row .col-12, .widget-content > .row .col-12, .app_main .form .profile-section .row > .col-12{ width: 100%; }
.section-content > .row .col-x, .widget-content > .row .col-x{ flex: 1; }
.section-content > .row.gap-fix, .widget-content > .row.gap-fix, .field-group.row.gap-fix{ gap: 10px; }
@media only screen and (max-width: 800px) {
  /* For mobile phones: */
  .section-content > .row > [class^="col-"], .section-content > .row > [class*=" col-"]{ width: 100%; padding-left: 0; padding-right: 0; }
}
.section-content > .row .nested > .widget:not(:last-of-type){ margin-bottom: 10px; }
.section-content > .row > .col-center{ margin-left: auto; margin-right: auto; }

#report_header{ background-color: var(--white); box-shadow: 0 2px 4px rgba(0,0,0,.2); position: fixed; left: 0; top: 0; right: 0; opacity: 0; z-index: 100; padding: 15px 0; transition: opacity .2s ease; }
#report_header.sticky{ opacity: 1; }
#report_header .name .client{ font-weight: 700; font-size: 1.25rem; padding: 0 0 6px; }
#report_header .name .date{ padding: 0; font-size: 0.9125rem; }

#contents .toc{ list-style: none; margin: 0; padding: 0; }
#contents .toc .toc-item a{ display: block; font-size: 1.25rem; }

.section:not(.cover){ padding: 80px 0; }
.section:not(.cover):not(.contents) .section-content{ background-color: var(--section_bg); padding: 40px; }
.section .widget{ border: solid 1px var(--accent); padding: 27px 20px; background-color: var(--widget_bg); }
.section .widget .value{ padding: 0; font-weight: 700; font-size: 1.65rem; }
.section .widget .widget-title{ color: var(--widget_title); font-size: 0.95rem; }
.section .widget .content-title{ line-height: 45px; }
.section .widget-heading{ font-size: 1.25rem; font-weight: 400; color: var(--white); border-radius: 5px; background-color: var(--widget_heading); padding: 14px 20px; margin: 25px 0 15px; }
.section .widget-notes, .section .widget .widget-meta{ font-size: 0.925rem; color: var(--secondary_text); font-style: italic; padding: 10px 5px 25px; }

/* Cover */
.section.cover{ min-height: 100vh; position: relative; background: linear-gradient(135deg, #0a0311 0%, #17052c 100%); background-blend-mode: normal; height: 100%; }
.section.cover::before{ content: ""; position: absolute; left: 0px; top: 0px; right: 0; bottom: 0; background: radial-gradient(ellipse, #0a064e 0%, rgba(5,3,63,0) 100%); background-blend-mode: normal; z-index: 1; }
.section.cover::after{ content: ""; position: absolute; left: 0px; top: 0px; right: 0; bottom: 0; background: radial-gradient(ellipse, #260225 0%, rgba(63,3,55,0) 100%); background-blend-mode: normal; z-index: 2; }
.section.cover .container{ min-height: 100vh; height: 100%; position: relative; z-index: 3; color: var(--white); padding-top: 100px; padding-bottom: 100px; }
.section.cover .section-content{ width: 70%; display: flex; flex-direction: column; top: 100px; bottom: 100px; position: absolute; }
.section.cover .logo{ padding-bottom: 45px; }
.section.cover .logo .print{ display: none; }
.section.cover .report-title{ padding: 25px 0 60px; flex: 1; }
.section.cover .report-title .title{ margin: 0; padding: 0; font-size: 4.25rem; }
.section.cover .report-subtitle{ padding: 20px 0;}
.section.cover .report-subtitle .subtitle{ margin: 0; padding: 0; font-size: 1.75rem; }
.section.cover .report-meta{ padding: 20px 0 0; }
.section.cover .report-meta p:last-of-type{ padding: 0; }
.section.cover .report-meta .meta-item span{ display: inline-block; }
.section.cover .report-meta .meta-item .label{ width: 250px; }
.section.cover .report-meta .meta-item .data{ font-weight: 700; }

.section.cover .login_form{ padding: 150px 5px 50px; }
.section.cover .login_form form{ padding: 15px 0; }
.section.cover .login_form form > *{ display: inline-block; vertical-align: bottom; }
.section.cover .login_form input{ font-size: 1.35rem; line-height: 36px; padding: 5px; border: none; outline: none; background-color: #F0F0F0; width: 300px; }
.section.cover .login_form input:active, .section.cover .login_form input:focus, .section.cover .login_form input:hover{ background-color: #FFF; }
.section.cover .login_form #submit{ line-height: 36px; padding: 5px; border: none; width: 100px; font-size: 1.35rem; font-family: 'Inter', Arial, Helvetica, sans-serif; color: #202020; background-color: #d6e5ea; transition: all .2s ease; }
.section.cover .login_form #submit:hover{ color: #FFF; background-color: var(--primary); }
.section.cover .login_form #submit:active, .section.cover .login_form #submit:focus{ color: #FFF; background-color: #202020; }

.section .section-header .section-title{ padding: 25px 7px 35px; }
.section .section-header .section-subtitle{ font-weight: 400; padding: 55px 7px 35px;  }
.section .section-subheader .section-subtitle{ font-weight: 400; font-size: 1.5rem; }
.section .section-content .section-subheader .section-subtitle{ padding: 55px 10px 25px; }
.section .section-content .section-header + .section-subheader .section-subtitle{ padding: 10px 10px 25px; }

.section.security .ssl_certificates #ssl_certs{ justify-content: normal; gap: 15px; padding: 25px 0 0; }
.section.security .ssl_certificates #ssl_certs .cert > p > span{ display: block; }
.section.security .ssl_certificates #ssl_certs .cert .label{ padding: 0 0 5px; font-size: 0.825rem; color: var(--widget_title); }
.section.security .ssl_certificates #ssl_certs .cert .data{ font-weight: 700; font-size: 1.135rem; }
.section.security .ssl_certificates #ssl_certs .cert > p:last-of-type{ padding: 0; }

.grade, .status{ font-weight: 700; }
.grade.grade-a, .status.status-clean, .widget.invoice .invoice-status.paid{ color: var(--grade_a); }
.grade.grade-b{ color: var(--grade_b); }
.grade.grade-c{ color: var(--grade_c); }
.grade.grade-d,.widget.invoice .invoice-status.unpaid{ color: var(--grade_d); }
.grade.grade-e{ color: var(--grade_e); }
.grade.grade-f, .status.status-vulnerable, .widget.invoice .invoice-status.overdue{ color: var(--grade_f); }

.field.selectfield .select { -webkit-appearance: none; -moz-appearance: none; appearance: none; border: solid 1px var(--divider); outline: 0; background: none; color: inherit; box-shadow: none; font-size: 0.925rem; font-family: 'Inter', Arial, Helvetica, sans-serif; font-weight: 400; color: var(--primary_text); }
.field.selectfield .select::-ms-expand { display: none; }
.field.selectfield { position: relative; display: flex; width: 100%; background: var(--white); overflow: hidden; }
.field.selectfield .select:hover{ border-color: var(--primary ); }
.field.selectfield .select:active, .field.selectfield .select:focus{ border-color: var(--accent ); }
.field.selectfield .select { flex: 1; padding: 5px 42px 5px 12px; line-height: 30px; cursor: pointer; }
.field.selectfield::after { content: "\ea04"; font-family: "Cocode Insights"; font-size: 0.875rem; position: absolute; right: 14px; top: 50%; transform: translateY(-50%); transition: 0.15s all ease; pointer-events: none; color: var(--divider); line-height: 1; }
.field.selectfield:hover::after { color: var(--primary); -webkit-animation: bounce 0.5s infinite; animation: bounce 0.5s infinite; }

.diff .form-item, .data-table div.row .diff .form-item{ padding-top: 0; padding-bottom: 0; }

.widget .whois.whois_data { font-family: 'Ubuntu Mono', 'Courier New', Courier, monospace; font-size: 1rem; font-weight: 400; border: solid 1px var(--accent); background-color: var(--body_bg); border-radius: 3px; padding: 40px; text-wrap: wrap; }

.app_main .form .form-item .datepicker{ position: relative; }
.app_main .form .form-item .datepicker::after{ content:"\ea13"; color: var(--divider); font-family: "Cocode Insights"; right: 5px; height: 32px; line-height: 32px; width: 32px; z-index: 5; position: absolute; display: block; text-align: center; bottom: 5px; pointer-events: none; cursor: pointer; }
.app_main .form .form-item .datepicker .get-datepicker{ padding: 5px 42px 5px 12px; }
.app_main .form .form-item .datepicker:hover::after{ color: var(--primary); }
.app_main .form .form-item .datepicker:active::after, .app_main .form .form-item .datepicker:focus::after{ color: var(--accent); }
.app_main .form .form-item .datepicker input{ width: 100%; }
.app_main .form .form-item .datepicker:hover input{ border-color: var(--primary); }
.app_main .form .form-item .datepicker:focus input, .app_main .form .form-item .datepicker:active input{ border-color: var(--accent); }

.app_main .form .form-item label.error{ border: solid 1px #840f0f; font-weight: 400; padding: 8px 12px; font-size: 0.875rem; background-color: #f5e8e8; display: block; }

.data-table{ width: 100%; border: none; border-collapse: collapse; table-layout: fixed; display: table; }
.data-table td{ padding: 5px 8px; border: none; margin: 0; }
.data-table td.row, .data-table td.add-button{ padding: 5px 0; }
.data-table.admin-table thead td{ vertical-align: bottom; }
.data-table.admin-table tbody td{ vertical-align: top; }

.data-table.searchable{ width: 100% !important; }
.data-table .row > .col-1{ width: 8.33%; }
.data-table .row > .col-2{ width: 16.66%; }
.data-table .row > .col-3{ width: 25%; }
.data-table .row > .col-4{ width: 33.33%; }
.data-table .row > .col-5{ width: 41.66%; }
.data-table .row > .col-6{ width: 50%; }
.data-table .row > .col-7{ width: 58.33%; }
.data-table .row > .col-8{ width: 66.66%; }
.data-table .row > .col-9{ width: 75%; }
.data-table .row > .col-10{ width: 83.33%; }
.data-table .row > .col-11{ width: 91.66%; }
.data-table .row > .col-12{ width: 100%; }
.data-table .row > .col-x{ flex: 1 }
.data-table thead .row td{ border-bottom: solid 1px var(--accent); font-weight: 700; vertical-align: bottom; }
.data-table .int{ text-align: right; }
.data-table .centred{ text-align: center; }
.app_main .widget .data-table tbody tr:nth-of-type(odd), .report_body .widget .data-table tbody tr:nth-of-type(odd){ background-color: var(--odd_row); }
.app_main .widget .data-table tbody tr:nth-of-type(even), .report_body .widget .data-table tbody tr:nth-of-type(even){ background-color: var(--even_row); }
.data-table:not(.searchable) .row{ width: 100%; display: flex; }
.data-table div.row > [class^="col-"], .data-table div.row > [class^=" col-"], .data-table div.row > .form-item{ padding: 6px; }
.data-table div.row textarea, .data-table div.row input[type="text"], .data-table div.row input[type="tel"], .data-table div.row .form-item .iti, .data-table div.row input[type="url"], .data-table div.row input[type="email"], .row textarea, .row input[type="text"], .row input[type="url"], .row input[type="email"]{ width: 100%; }

.data-table thead td{ vertical-align: bottom; }

/* DataTables */
.app_main .dataTables_wrapper .dataTables_length, .app_main .dataTables_wrapper .dataTables_filter, .app_main .dataTables_wrapper .dataTables_info, .app_main .dataTables_wrapper .dataTables_paginate{ padding: 9px 12px; }
.app_main .dataTables_wrapper .dataTables_filter{ width: 350px; }
.app_main .dataTables_wrapper .dataTables_filter input[type="search"]{ width: 250px; margin-left: 10px; }
.app_main .dataTables_wrapper .dataTables_info, .app_main .dataTables_wrapper .dataTables_paginate{ font-size: 0.885rem; }
.app_main .dataTables_wrapper .dataTables_info, .app_main .dataTables_wrapper .dataTables_paginate .paginate_button{ line-height: 32px; }
.app_main .dataTables_wrapper .dataTables_paginate .paginate_button{ padding: 0; border: none !important; }
.app_main .dataTables_wrapper .dataTables_paginate > .paginate_button{ padding: 0 10px; }
.app_main .dataTables_wrapper .dataTables_paginate > .paginate_button:hover{ background: unset !important; color: var(--primary) !important; }
.app_main .dataTables_wrapper .dataTables_paginate span .paginate_button{ border-radius: 50%; text-align: center; width: 32px; }
.app_main .dataTables_wrapper .dataTables_paginate span .paginate_button:hover{ background-color: var(--submit_bg) !important; color: var(--white) !important; }
.app_main .dataTables_wrapper .dataTables_paginate .paginate_button.current{ background-color: var(--primary); color: var(--white) !important; }
.app_main .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{ background-color: var(--dark_primary) !important; }

.app_main .dataTables_wrapper .row.data .status .status_tag, .app_main .company_view .company_main .project_list .status .status_tag{ font-weight: 400; font-size: 0.875rem; display: inline-block; padding: 5px 9px; border-radius: 5px; }

.get_diff{ display: block; padding: 6px 0 0; font-size: 0.925rem; }
.get_diff > span{ line-height: 20px; display: inline-block; }
.get_diff .icon{ width: 20px; text-align: center; }
.get_diff .icon::before{ width: 20px; height: 20px; text-align: center; line-height: 20px; font-size: 0.825rem; }
.get_diff .diff_value{ padding: 0 0 0 4px; }
.get_diff.diff_up{ color: var(--grade_a);; }
.get_diff.diff_down{ color: var(--grade_f);; }
.get_diff.diff_no{ color: var(--secondary_text); }

.list-widget .list{ list-style: none; margin: 0; padding: 0; }
.list-widget .list .item span{ display: inline-block; line-height: 25px; min-height: 25px; vertical-align: middle; }
.list-widget .list .item .icon{ width: 25px; height: 25px; text-align: center; position: relative; }
.list-widget .list .item .icon::before{ width: 25px; height: 25px; line-height: 25px; text-align: center; }
.list-widget .list .item .data{ padding: 0 0 0 8px; }
.list-widget .list .item.success .icon{ color: var(--white); background-color: var(--grade_a); }
.list-widget .list .item.warning .icon{ color: var(--white); background-color: var(--grade_d); }
.list-widget .list .item.info .icon{ color: var(--white); background-color: var(--info); }
.list-widget .list .item.error .icon{ color: var(--white); background-color: var(--grade_f); }

.list-widget .list .item:last-of-type{ padding: 0; }

/* Summary */
.widget.invoice .invoice-status{ font-weight: 700; font-size: 1.4rem; }
.widget.invoice .invoice-fee{ font-size: 1.925rem; font-weight: 700; }
.widget.invoice .invoice-method, .widget.invoice .invoice-date{ font-size: 0.8275rem; color: var(--secondary_text); }
.summary .alert.invoices{ margin: 30px 0 0; padding: 25px; border-radius: 5px; }
.summary .alert.invoices p{ font-size: 1.2rem; padding: 0; }
.summary .alert.invoices.overdue{ background-color: var(--grade_f); color: var(--white); }
.summary .alert.invoices.overdue p{ font-weight: 700; }
.summary .alert.invoices.unpaid{ background-color: var(--grade_d); color: var(--black); }

/* Security */
.section#security .vulnerabilities .item-title, #app_report_security .vulnerabilities .item-title{ font-weight: 700; font-size: 1.15rem; }
.section#security .vulnerabilities .sub-title, #app_report_security .vulnerabilities .sub-title{ font-weight: 700; }
.section#security .vulnerabilities .sub-title .status, .section#security .vulnerabilities .sub-title .cvss-score, #app_report_security .vulnerabilities .sub-title .status, #app_report_security .vulnerabilities .sub-title .cvss-score{ display: inline-block; padding: 5px 12px; margin: 0 0 0 8px; border-radius: 5px; font-family: 'Ubuntu Mono', 'Courier New', Courier, monospace; font-weight: 700; font-size: 0.875rem; text-transform: uppercase; vertical-align: middle; }
.section#security .vulnerabilities .sub-title .status.status-fixed, #app_report_security .vulnerabilities .sub-title .status.status-fixed{ color: var(--grade_a); background-color: #d4edda; }
.section#security .vulnerabilities .sub-title .status.status-unfixed, #app_report_security .vulnerabilities .sub-title .status.status-unfixed{ color: var(--mobile_bg); background-color: #f8d7da; }
.section#security .vulnerabilities .sub-title .status.status-closed, #app_report_security .vulnerabilities .sub-title .status.status-closed{ color: var(--secondary_text); background-color: #e6e6e6; }
.section#security .vulnerabilities .plugin:not(:last-of-type), #app_report_security .vulnerabilities .plugin:not(:last-of-type){ margin-bottom: 18px; }
.section#security .vulnerabilities .vulnerability, #app_report_security .vulnerabilities .vulnerability{ padding: 10px 15px; border-left: solid 3px var(--accent); }
#app_report_security .vulnerabilities .vulnerability{ background-color: var(--white); }
.section#security .vulnerabilities .vulnerability:not(:last-of-type), #app_report_security .vulnerabilities .vulnerability:not(:last-of-type){ margin: 0 0 8px; }
.section#security .vulnerabilities .vulnerability .source .label, .section#security .vulnerabilities .vulnerability .source .buttons, .section#security .vulnerabilities .vulnerability .source .buttons a, #app_report_security .vulnerabilities .vulnerability .source .label, #app_report_security .vulnerabilities .vulnerability .source .buttons, #app_report_security .vulnerabilities .vulnerability .source .buttons a{ display: inline-block; vertical-align: top; }
.section#security .vulnerabilities .vulnerability .source .label, .section#security .vulnerabilities .vulnerability .buttons a, #app_report_security .vulnerabilities .vulnerability .source .label, #app_report_security .vulnerabilities .vulnerability .source .buttons a{ line-height: 35px; height: 35px; font-size: 0.9125rem; }
.section#security .vulnerabilities .vulnerability .buttons a, #app_report_security .vulnerabilities .vulnerability .source .buttons a{ margin: 0 0 0 12px; text-decoration: none; background-color: var(--primary); color: var(--white); font-weight: 700; padding: 0 15px; border-radius: 5px; }
.section#security .vulnerabilities .vulnerability .buttons a:hover, #app_report_security .vulnerabilities .vulnerability .source .buttons a:hover{ background-color: var(--submit_bg); }
.section#security .vulnerabilities .sub-title .cvss-score, #app_report_security .vulnerabilities .sub-title .cvss-score{ width: unset; height: unset; text-transform: initial; }
.section#security .vulnerabilities .sub-title .cvss-score.score-n, #app_report_security .vulnerabilities .sub-title .cvss-score.score-n{ color: var(--grade_a); background-color: #d4edda; }
.section#security .vulnerabilities .sub-title .cvss-score.score-l, #app_report_security .vulnerabilities .sub-title .cvss-score.score-l{ color: var(--grade_b); background-color: #d7edd4; }
.section#security .vulnerabilities .sub-title .cvss-score.score-m, #app_report_security .vulnerabilities .sub-title .cvss-score.score-m{ color: var(--grade_d); background-color: #efece2; }
.section#security .vulnerabilities .sub-title .cvss-score.score-h, #app_report_security .vulnerabilities .sub-title .cvss-score.score-h{ color: var(--grade_e); background-color: #f8d7da; }
.section#security .vulnerabilities .sub-title .cvss-score.score-c, #app_report_security .vulnerabilities .sub-title .cvss-score.score-c{ color: var(--white); background-color: var(--grade_f); }
#app_report_security .vulnerabilities .minfo-link{ display: block; padding: 0 5px; font-size: 0.9125rem; }
#app_report_security .vulnerabilities .minfo-link .icon, #app_report_security .vulnerabilities .minfo-link .label{ line-height: 30px; display: inline-block; height: 30px; vertical-align: top; }
#app_report_security .vulnerabilities .minfo-link .icon::before{ text-align: center; height: 30px; line-height: 30px; font-size: 0.875rem; }
#app_report_security .vulnerabilities .minfo-link .label{ padding-left: 10px; }
#app_report_security .vulnerabilities .more-info{ padding: 15px; background-color: var(--body_bg); font-size: 0.9125rem; display: none; }
#app_report_security .vulnerabilities .more-info .cvss-vector.row{ display: flex; gap: 20px; flex-wrap: wrap; margin: 0 0 30; }
#app_report_security .vulnerabilities .more-info .cvss-vector.row > *{ width: calc( ( 100% / 3 ) - 15px ); padding: 0; margin: 0; }
#app_report_security .vulnerabilities .more-info .cvss-vector.row > * .label, #app_report_security .vulnerabilities .more-info .cvss-vector.row > * .value{ display: inline-block; line-height: 25px; height: 25px; vertical-align: top; }
#app_report_security .vulnerabilities .more-info .cvss-vector.row > * .label{ width: 170px; }
#app_report_security .vulnerabilities .more-info .cvss-vector.row > * .value{ padding: 0 12px; margin: 0 0 0 8px; border-radius: 5px; font-family: 'Ubuntu Mono', 'Courier New', Courier, monospace; font-weight: 700; font-size: 0.875rem; text-transform: uppercase; color: #e6e6e6; background-color: var(--secondary_text); float: right; }
#app_report_security .vulnerabilities .more-info .cwe .cwe-desc{ padding: 0; }
.section#security .vulnerability.no-records .notice > *, #app_report_security .vulnerabilities .vulnerability.no-records .notice > *{ display: inline-block; vertical-align: top; }
.section#security .vulnerability.no-records .notice .icon, #app_report_security .vulnerabilities .vulnerability.no-records .notice .icon{ width: 48px; height: 48px; }
.section#security .vulnerability.no-records .notice .icon:before, #app_report_security .vulnerabilities .vulnerability.no-records .notice .icon:before{ display: block; width: 48px; line-height: 48px; text-align: center; height: 48px; font-size: 1.25rem; }
.section#security .vulnerability.no-records .notice .content p, #app_report_security .vulnerabilities .vulnerability.no-records .notice .content p{ padding: 0; line-height: 48px; padding: 0 0 0 12px; }

.mobile_notice.show{ display: block; position: fixed; bottom: 20px; left: 20px; right: 20px; background-color: var(--mobile_bg); padding: 25px; border-radius: 10px; box-shadow: 0 3px 5px rgba(0,0,0,.35); z-index: 100; }
.mobile_notice.show p{ padding: 0; font-weight: 700; font-size: 36px; color: var(--white); }
.mobile_notice:not(.show){ display: none; }

.widget.nameservers .list .item{ font-size: 1.215rem; font-weight: 700; }

.widget.mxtoolbox .result > span{ display: inline-block; vertical-align: middle; line-height: 20px; }
.widget.mxtoolbox .result .icon{ text-align: center; width: 20px; }
.widget.mxtoolbox .result.success{ color: var(--grade_a); }
.widget.mxtoolbox .result.warning{ color: var(--grade_d); }
.widget.mxtoolbox .result.error{ color: var(--grade_f); }
.widget.mxtoolbox .result .data_value{ font-weight: 700; width: 34px; text-align: center; }
.widget.mxtoolbox .result .label{ padding: 0 0 0 7px; }
.widget.mxtoolbox .result:last-of-type{ padding: 0; }

/* Performance */
.widget.pagespeed .pagespeed_graph{ position: relative; }
.widget.pagespeed .pagespeed_graph .graph{ height: 80px; overflow: hidden; margin: 0 0 20px; }
.widget.pagespeed .pagespeed_graph .speed_value{ position: absolute; left: 50%; bottom: -30px; height: 30px; width: 75px; z-index: 15; transform: translateX(-50%); text-align: center; }
.widget.pagespeed .pagespeed_graph .speed_value > span{ display: inline-block; height: 30px; line-height: 30px; margin: 0; }
.widget.pagespeed .pagespeed_graph .speed_value .icon{ font-size: 1.3rem; }
.widget.pagespeed .pagespeed_graph .speed_value .data_value{ font-size: 1.4rem; padding: 0 0 0 4px; font-weight: 700; }
.widget-footer{ padding: 15px 8px; text-align: right; }
.widget-footer > *{ height: 20px; display: inline-block; vertical-align: middle; }
.widget-footer .label{ line-height: 20px; padding: 0 8px 0 0; font-size: 0.875rem; }

/* Backups */
.widget.list-widget.system .item span{ display: inline-block; line-height: 30px; vertical-align: middle; }
.widget.list-widget.system .item .label{ width: 200px; }
.widget.list-widget.system .item .data{ font-weight: 700; }
.widget.list-widget.system .item .data.success{ color: var(--grade_a); }
.widget.list-widget.system .item .data.warning{ color: var(--grade_d); }
.widget.list-widget.system .item .data.error{ color: var(--grade_f); }

/* Analytics */
.widget.referral_sources .row{ height: calc( 100% - 35px ); }
.widget.referral_sources .graph > div{ height: 100%; padding: 25px; }
.widget.referral_sources .legend{ list-style: none; padding: 85px 0; margin: 0; }
.widget.referral_sources .legend .item > span{ display: inline-block; line-height: 30px; vertical-align: top; }
.widget.referral_sources .legend .item .colour{ width: 30px; height: 30px; }
.widget.referral_sources .legend .item .label{ width: 100px; padding: 0 0 0 6px; }
.widget.referral_sources .legend .item .data_value{ width: calc( 100% - 30px - 100px - 10px ); text-align: right; font-weight: 700; }

/* Notes */
.widget.notes_data{ min-height: 400px; }
.widget.notes_data p:last-of-type{ padding: 0; }
.notes .sources{ padding: 45px 0 0; }
.notes .sources .list{ list-style: none; margin: 0; padding: 10px 5px 0; }
.notes .sources .list .source{ font-size: 0.875rem; font-weight: 700; }
.notes .sources .list .source a{ font-weight: 400; }

.section.homepage #login_link{ position: absolute; z-index: 10; right: 25px; top: 25px; }
.section.homepage #login_link a{ color: var(--white); display: block; width: 48px; height: 48px; text-decoration: none; transition: all .2s ease; border-radius: 8px; }
.section.homepage #login_link a:hover{ background-color: var(--white); color: var(--submit_bg); }
.section.homepage #login_link .icon{ display: block; }
.section.homepage #login_link .icon:before{ line-height: 48px; width: 48px; height: 48px; text-align: center; display: block; font-size: 1.25rem; }

/* Login Page */
#admin_login{ min-height: 100vh; width: 100%; position: relative; background: linear-gradient(135deg, #0a0311 0%, #17052c 100%); background-blend-mode: normal; height: 100%; }
#admin_login::before{ content: ""; position: absolute; left: 0px; top: 0px; right: 0; bottom: 0; background: radial-gradient(ellipse, #0a064e 0%, rgba(5,3,63,0) 100%); background-blend-mode: normal; z-index: 1; }
#admin_login::after{ content: ""; position: absolute; left: 0px; top: 0px; right: 0; bottom: 0; background: radial-gradient(ellipse, #260225 0%, rgba(63,3,55,0) 100%); background-blend-mode: normal; z-index: 2; }
#admin_login #loginwrap{ position: absolute; right: 75px; top: 50%; transform: translateY(-50%); z-index: 5; max-width: 450px; width: 100%; padding: 75px 45px; border-radius: 5px; box-shadow: 0 4px 4px rgba(0,0,0,.4); background-color: #FFF; }
#admin_login #logo{ margin: 0; padding: 0; text-align: center; }
#admin_login #logo img{ max-width: 320px; width: 100%; vertical-align: bottom; }
#admin_login #body{ padding: 25px 0; }
#admin_login #login_info{ position: absolute; top: 50%; left: 0; right: 525px; transform: translateY(-50%); padding: 100px 175px 100px 100px; z-index: 5; color: var(--white); }
#admin_login #login_info .body_text .report-title { padding: 0 0 40px; }
#admin_login #login_info .body_text .report-title .title { margin: 0; padding: 0; font-size: 4rem; line-height: 1.4; }
#admin_login #login_info .body_text .report-subtitle { padding: 20px 0; }
#admin_login #login_info .body_text .report-subtitle .subtitle { margin: 0; padding: 0; font-size: 1.75rem; font-weight: 300; }
#admin_login #loginform .recaptcha_field{ padding: 5px 0 20px; text-align: center; }
#admin_login #loginform .cf-turnstile{ width: fit-content; margin: 0 auto; }
#admin_login #loginform .cf-turnstile iframe{ width: 100% !important; }
#admin_login #loginform .loginfield:not(:last-of-type){ padding-bottom: 18px; }
#admin_login #loginform .loginfield .form-label{ display: block; padding: 0 0 5px; margin: 0; font-weight: 700; font-family: 'Inter Tight', Arial, Helvetica, sans-serif; font-size: 0.875rem; }
#admin_login #loginform .loginfield .form-control{ line-height: 36px; font-size: 1.125rem; padding: 0 12px; border: solid 1px #CCC; font-family: 'Inter Tight', Arial, Helvetica, sans-serif; border-radius: 3px; width: 100%; }
#admin_login #loginform .loginfield.buttons #signin{ line-height: 52px; font-size: 1rem; padding: 0 24px; border: none; font-family: 'Inter Tight', Arial, Helvetica, sans-serif; border-radius: 3px; width: 100%; background-color: #396A36; color: #FFF; transition: all .2s ease; cursor: pointer; }
#admin_login #loginform .loginfield.buttons #signin:hover{ background-color: #474343; }

#admin_body{ position: relative; padding: 100px 30px 30px 140px; min-height: 100%; }
#admin_body #sidebar{ position: fixed; left: 0; top: 0; min-height: 100vh; width: 110px; z-index: 110; }
#admin_body #sidebar .sidebar_wrap{ min-height: 100vh; width: 100%; position: relative; background: linear-gradient(135deg, #0a0311 0%, #17052c 100%); background-blend-mode: normal; height: 100%; }
#admin_body #sidebar .sidebar_wrap::before{ content: ""; position: absolute; left: 0px; top: 0px; right: 0; bottom: 0; background: radial-gradient(ellipse, #0a064e 0%, rgba(5,3,63,0) 100%); background-blend-mode: normal; z-index: 11; }
#admin_body #sidebar .sidebar_wrap::after{ content: ""; position: absolute; left: 0px; top: 0px; right: 0; bottom: 0; background: radial-gradient(ellipse, #260225 0%, rgba(63,3,55,0) 100%); background-blend-mode: normal; z-index: 12; }
#admin_body #sidebar .sidebar_wrap .content{ min-height: 100vh; height: 100%; padding: 30px; width: 110px; position: relative; z-index: 15; display: flex; flex-direction: column; }
#admin_body #sidebar #icon{ padding: 0 0 50px; height: 100px; }
#admin_body #sidebar .app_menu{ flex: 1; display: flex; align-items: stretch; }
#admin_body #sidebar .app_menu .menu{ position: relative; list-style: none; margin: 0; padding: 0 0 50px; display: flex; flex-direction: column; }
#admin_body #sidebar .app_menu .menu .item{ width: 50px; height: 50px; padding: 4px; margin: 0 0 15px; }
#admin_body #sidebar .app_menu .menu .item a{ color: #f5f5f5; display: block; height: 42px; width: 42px; text-decoration: none; }
#admin_body #sidebar .app_menu .menu .item a:hover{ color: #FFFFFF; }
#admin_body #sidebar .app_menu .menu .item .label{ display: none; }
#admin_body #sidebar .app_menu .menu .item .icon:before{ display: block; line-height: 42px; height: 42px; width: 42px; text-align: center; font-size: 1.7rem; }
#admin_body #sidebar .app_menu .menu .item.settings{ position: absolute; bottom: 0; margin: 0; }

.tooltip{ position: relative; }
.tooltip:before{ content: attr(data-tooltip); position: absolute; font-family: 'Inter', Arial, Helvetica, sans-serif;  
  /* basic styles */
  width: fit-content; white-space: nowrap; padding: 12px 15px; font-size: 0.9125rem; border-radius: 10px; background: rgba(0,0,0,.85); color:  #fff; text-align: left; font-weight: 400; line-height: 1; display: none; }
.tooltip:hover:before, .tooltip:hover:after{ display:block; }
.tooltip:after{ content: ""; position: absolute; display:none; }
.tooltip.right:before{ top: 50%; transform: translateY(-50%); left: 100%; margin-left: 45px;}
.tooltip.right:after{ left:100%; margin-left:25px; top: 50%; transform:translateY(-50%); border:10px solid #000; border-color: transparent black transparent transparent; }
.tooltip.bottom:before{ right: 0; top: 100%; margin-top: 10px; }
.tooltip.bottom:after{ top:100%; margin-top: -10px; right: 15px;  border: 10px solid #000; border-color: transparent transparent black transparent; }

#admin_body #app_header{ position: fixed; left: 0; top: 0; right: 0; padding: 10px 30px 10px 140px; height: 70px; box-shadow: 0 2px 5px rgba(0,0,0,.2); background-color: var(--body_bg); z-index: 105; }
#admin_body #app_header .wrap{ width: 100%; display: flex; flex-wrap: nowrap; flex-direction: row; }
#admin_body #app_header .app_menu{ flex: 1; padding: 0 30px 0 0; }
#admin_body #app_header .app_menu .menu{ list-style: none; margin: 0; padding: 10px 0; }
#admin_body #app_header .app_menu .menu .item{ display: inline-block; }
#admin_body #app_header .app_menu .menu .item:not(last-of-type){ padding: 0 20px 0 0; }
#admin_body #app_header .app_menu .menu .item:last-of-type{ padding: 0; }
#admin_body #app_header .app_menu .menu .item a{ display: block; line-height: 30px; font-weight: 400; padding: 0 5px; color: #585858; }
#admin_body #app_header .app_menu .menu .item a:hover{ color: #878787; }
/* User */
#admin_body #app_header .user-details{ width: fit-content; max-width: 450px; display: flex; height: 50px; margin: 0; }
#admin_body #app_header .user-details .grav{ margin: 0; padding: 0 5px 0 13px; }
#admin_body #app_header .user-details .grav img{ border-radius: 50%; border: solid 1px #CCC; }
#admin_body #app_header .user-details .user{ padding: 0 0 0 12px; }
#admin_body #app_header .user-details .user p{ padding: 0; margin: 0; }
#admin_body #app_header .user-details .user > p{ display: inline-block; line-height: 50px; height: 50px; vertical-align: middle; }
#admin_body #app_header .user-details .user .name{ font-size: 1.125rem; font-weight: 700; padding: 0 5px 0 0; }
#admin_body #app_header .user-details .user .profile-icon{ padding: 0 0 0 5px; }
#admin_body #app_header .user-details .user .profile-icon a{ display: block; border-radius: 4px; transition: all .2s ease; }
#admin_body #app_header .user-details .user .profile-icon .icon:before{ display: block; width: 50px; height: 50px; text-align: center; line-height: 50px; font-size: 1.5rem; color: var(--primary_text); transition: all .2s ease; }
#admin_body #app_header .user-details .user .profile-icon a:hover{ background-color: var(--primary); }
#admin_body #app_header .user-details .user .profile-icon a:hover .icon:before{ color: var(--white); }

#dashboard.v2 .section-header .section-title{ font-size: 1.5rem; font-weight: 700; padding: 0 8px 14px; line-height: 41px; }

#dashboard.v2 > .row{ display: flex; gap: 30px; justify-content: space-between; }
#dashboard.v2 > .row:not(:last-of-type){ padding: 0 0 30px; }
#dashboard.v2 .intro_block{ width: 65%; margin: 50px 0 0; border-radius: 10px; position: relative; background: linear-gradient(135deg, #0a0311 0%, #17052c 100%); background-blend-mode: normal; color: #FFF; }
#dashboard.v2 .intro_block.cover::before{ content: ""; position: absolute; left: 0px; top: 0px; right: 0; bottom: 0; background: radial-gradient(ellipse, #0a064e 0%, rgba(5,3,63,0) 100%); background-blend-mode: normal; z-index: 1; }
#dashboard.v2 .intro_block.cover::after{ content: ""; position: absolute; left: 0px; top: 0px; right: 0; bottom: 0; background: radial-gradient(ellipse, #260225 0%, rgba(63,3,55,0) 100%); background-blend-mode: normal; z-index: 2; }
#dashboard.v2 .intro_block .content{ padding: 30px; display: inline-block; vertical-align: top; width: calc( 100% - 305px ); }
#dashboard.v2 .intro_block .content .title{ font-size: 1.6rem; font-weight: 400; padding: 0 0 15px; }
#dashboard.v2 .intro_block .content .text{ padding: 0; }
#dashboard.v2 .intro_block .image{ width: 300px; position: relative; display: inline-block; min-height: 190px; vertical-align: bottom; }
#dashboard.v2 .intro_block .image .graphic{ position: absolute; bottom: 30px; right: 30px; width: 220px; }

#dashboard.v2 .date_time{ border-radius: 10px; margin: 50px 0 0; background-color: #5f5f71; color: #FFF; width: calc( 35% - 30px ); padding: 18px 25px; display: flex; flex-direction: column; justify-content: center; align-items: center; }
#dashboard.v2 .date_time .clock{ text-align: center; }
#dashboard.v2 .date_time .clock > span{ display: inline-block; vertical-align: top; line-height: 1; }
#dashboard.v2 .date_time .clock .display{ font-size: 3.25rem; font-weight: 700; }
#dashboard.v2 .date_time .clock .ap{ font-size: 1.4rem; text-transform: uppercase; padding: 5px 0 0 8px; }
#dashboard.v2 .date_time .date{ padding: 18px 0 0; text-align: center; font-size: 1.25rem; }

#dashboard.v2 .row.counts .count{ width: calc( 25% - 10px ); background-color: var(--white); border: solid 1px var(--accent); padding: 32px 24px; position: relative; }
#dashboard.v2 .row.counts .count > span{ display: block; padding: 0 80px 0 0; }
#dashboard.v2 .row.counts .count .label{ padding-bottom: 8px; }
#dashboard.v2 .row.counts .count .value{ font-weight: 700; font-size: 1.85rem; }
#dashboard.v2 .row.counts .count .icon{ width: 64px; height: 64px; position: absolute; right: 20px; top: 20px; }

#dashboard.v2 .draft_reports{ width: 70%; }
#dashboard.v2 .useful_services{ width: calc( 30% - 30px ); }
#dashboard.v2 .useful_services .service_list{ background-color: var(--white); border: solid 1px var(--accent); padding: 24px; }
#dashboard.v2 .useful_services .services{ list-style: none; margin: 0; padding: 0; }
#dashboard.v2 .useful_services .services .service{ padding: 0; }
#dashboard.v2 .useful_services .services .service:not(:last-of-type){ margin: 0 0 8px; }
#dashboard.v2 .useful_services .services .service a, #dashboard.v2 .useful_services .services .service > span{ display: block; }
#dashboard.v2 .useful_services .services .service a{ display: flex; gap: 20px; text-decoration: none; padding: 5px; }
#dashboard.v2 .useful_services .services .service .icon{ width: 30px; height: 30px; line-height: 30px; text-align: center; }
#dashboard.v2 .useful_services .services .service .icon img{ width: 30px; height: 30px; }
#dashboard.v2 .useful_services .services .service .content{ flex: 1; font-size: 1.125rem; line-height: 30px; }

#app_dashboard{ display: flex; gap: 30px; justify-content: space-between; }
#app_dashboard .dashboard_section .section-title{ padding: 0 5px 18px; font-weight: 700; font-size: 1.725rem; }
#app_dashboard .widget.report{ padding: 20px; display: flex; gap: 20px; }
#app_dashboard .widget.report:not(:last-of-type){ margin: 0 0 12px; }
#app_dashboard .widget.report .col{ flex: 1; }
#app_dashboard .widget.report .report_info{ display: flex; flex-direction: column; }
#app_dashboard .widget.report .report_info .report_header{ flex: 1; }
#app_dashboard .widget.report .report_info .report_header .site_name{ font-size: 1.425rem; font-weight: 700; }
#app_dashboard .widget.report .report_info .report_header .company_name{ font-size: 1.2rem; color: var(--secondary_text); }
#app_dashboard .widget.report .report_meta .report_data{ text-align: right; padding: 0 0 12px; }
#app_dashboard .widget.report .report_meta .report_data > p, .app_display #apppage_header .meta .type > span{ display: inline-block; line-height: 25px; font-size: 0.875rem; font-family: 'Ubuntu Mono', 'Courier New', Courier, monospace; padding: 3px 12px; margin: 0 0 0 5px; border-radius: 9px; font-weight: 700; vertical-align: top; }
#app_dashboard .widget.report .report_meta .report_data .sent .icon, #app_dashboard .widget.report .report_meta .report_data .sent .icon::before{ height: 25px; display: block; }
#app_dashboard .widget.report .report_meta .report_data .sent .icon::before{ line-height: 25px; }
#app_dashboard .widget.report .report_meta .report_data .version, .app_display #apppage_header .meta .type > .report_ver{ background-color: var(--secondary_text); color: var(--white); }
#app_dashboard .widget.report .report_meta .report_data .plus, .app_display #apppage_header .meta .type .report_type.plus{ background-color: var(--submit_bghover); color: var(--white); }
#app_dashboard .widget.report .report_meta .report_data .base, .app_display #apppage_header .meta .type .report_type.base{ background-color: var(--info); color: var(--white); }
#app_dashboard .widget.report .report_meta .meta_data .meta_point:last-of-type{ padding: 0; }
#app_dashboard .widget.report .report_meta .meta_data .meta_point > span{ display: inline-block; }
#app_dashboard .widget.report .report_meta .meta_data .meta_point .label{ font-weight: 700; width: 120px; }
#app_dashboard .widget.report .report_meta .meta_data .meta_point .data{ width: calc( 100% - 125px); text-align: right; }

#app_dashboard .widget{ background-color: var(--white); border: solid 1px var(--accent); box-shadow: 0 2px 4px rgba(0,0,0,.2); }
#app_dashboard .widget .widget-header, .app_main .company_view .company_main .widget .widget-header, .app_main .client_view .client_main .widget .widget-header, .app_main .project_view .project_main .widget .widget-header{ background-color: var(--body_bg); padding: 20px; }
#app_dashboard .widget .widget-header > *{ display: inline-block; vertical-align: top; line-height: 35px; }
#app_dashboard .widget .widget-header .widget-title, .app_main .company_view .company_main .widget .widget-header .widget-title, .app_main .client_view .client_main .widget .widget-header .widget-title, .app_main .project_view .project_main .widget .widget-header .widget-title{ padding: 0 20px 0 0; font-size: 1.125rem; width: calc( 100% - 125px ); }
#app_dashboard .widget .widget-header a{ text-align: center; width: 120px; font-size: 0.875rem; font-weight: 400; text-decoration: none; color: var(--white); background-color: var(--submit_bg); border-radius: 5px; padding: 0 15px; }
#app_dashboard .widget .widget-header a:hover{ background-color: var(--submit_bghover); }
#app_dashboard .dashboard{ flex: 1; display: flex; gap: 30px; flex-direction: column; justify-content: space-between; }
#app_dashboard .dashboard_notes{ width: 450px; }
#app_dashboard .widget .widget-body, .app_main .company_view .company_main .widget.invoice_list .widget-body, .app_main .company_view .company_main .assoc_clients .widget-body, .app_main .client_view .client_main .company_info .widget-body, .app_main .project_view .hosting .widget-body, .app_main .project_view .registrar .widget-body, .app_main .project_view .project_apis .widget-body, .app_main .project_main .project_description .widget .widget-body{ padding: 25px; position: relative; }
.app_main .project_view .project_repos .widget-body{ padding: 15px; }
#app_dashboard .widget .widget-body .list, .app_main .company_view .company_main .widget.invoice_list .list{ margin: 0; padding: 0; list-style: none; }
#app_dashboard .widget .widget-body .list .item, .app_main .company_view .company_main .widget.invoice_list .item, .app_main .company_view .company_main .assoc_clients .client_list .client{ gap: 20px; display: flex; flex-wrap: wrap; width: 100%; padding: 0 0 25px; }
#app_dashboard .widget .widget-body .list .item:last-of-type, .app_main .company_view .company_main .widget.invoice_list .item:last-of-type, .app_main .company_view .company_main .assoc_clients .client_list .client:last-of-type{ padding: 0; }
#app_dashboard .widget .widget-body .list .content-title, #app_dashboard .widget .widget-body .list .invoice-aside .invoice-fee, .app_main .company_view .company_main .list .invoice-aside .invoice-fee, .app_main .company_view .company_main .widget.invoice_list .content-title, .app_main .company_view .company_main .assoc_clients .client_list .client_name .name{ font-size: 1.35rem; font-weight: 700; }
#app_dashboard .widget .widget-body .list .content-site{ font-size: 1.25rem; color: var(--secondary_text); padding: 0 0 12px 12px; font-weight: 400; }
#app_dashboard .widget .widget-body .list .content-meta, .app_main .company_view .company_main .widget.invoice_list .content-meta, .app_main .company_view .company_main .assoc_clients .client_list .client_name .job_title{ color: var(--secondary_text); padding: 0; }
#app_dashboard .widget .widget-body .list .content-data, .app_main .company_view .company_main .widget.invoice_list .content-data, .app_main .company_view .company_main .assoc_clients .client_list .client_name{ flex: 1; }
#app_dashboard .widget .widget-body .list .content-aside, .app_main .company_view .company_main .widget.invoice_list .content-aside{ width: 125px; text-align: right; }
#app_dashboard .widget .widget-body .list .post-links{ width: 100%; padding: 0; }
#app_dashboard .widget.report .report_links .post-links .links, #app_dashboard .widget .widget-body .list .post-links .links, .app_main .client_view .client_main .report_list .links, .app_main .company_view .company_main .report_list .links, .app_main .project_view .project_main .report_list .links, .app_main .company_view .company_main .project_list .links{ list-style: none; margin: 0; padding: 0; }
#app_dashboard .widget.report .report_links .post-links .links .item, #app_dashboard .widget .widget-body .list .post-links .links .item, #app_dashboard .widget .widget-body .note_links, .app_main .client_view .client_main .report_list .links .item, .app_main .company_view .company_main .report_list .links .item, .app_main .project_view .project_main .report_list .links .item, .app_main .company_view .company_main .project_list .links .item{ display: inline-block; width: fit-content; padding: 0; font-size: 0.875rem; }
#app_dashboard .widget.report .report_links .post-links .links .item a, #app_dashboard .widget .widget-body .list .post-links .links .item a, #app_dashboard .widget .widget-body .note_links a, .app_main .client_view .client_main .report_list .links .link a, .app_main .company_view .company_main .report_list .links .link a, .app_main .company_view .company_main .client_list .links a{ font-weight: 400; }
#app_dashboard .widget .widget-body .list .invoice-status, .app_main .company_view .company_main .list .invoice-status{ font-weight: 700; padding: 0; }
#app_dashboard .widget .widget-body .list .invoice-status.paid, .app_main .company_view .company_main .list .invoice-status.paid{ color: var(--grade_a); }
#app_dashboard .widget .widget-body .list .invoice-status.partial, .app_main .company_view .company_main .list .invoice-status.partial{ color: var(--grade_b); }
#app_dashboard .widget .widget-body .list .invoice-status.unpaid, .app_main .company_view .company_main .list .invoice-status.unpaid{ color: var(--grade_d); }
#app_dashboard .widget .widget-body .list .invoice-status.overdue, .app_main .company_view .company_main .list .invoice-status.overdue{ color: var(--grade_f); }
#app_dashboard .widget.notes .note_date{ font-size: 0.875rem; color: var(--secondary_text); padding: 10px 0; }
#app_dashboard .widget.notes .note:not(:last-of-type){ padding: 0 0 20px; }
#app_dashboard .widget.notes .note:last-of-type{ padding: 0; }

.app_main .filter_links{ padding: 3px 0 25px; }
.app_main .filter_links .links{ padding: 0; }
.app_main .filter_links .links a{ font-weight: 400; padding: 0 6px; }

.app_main .widget, .app_dashboard .data-table{ background-color: var(--widget_bg); border: solid 1px var(--accent); box-shadow: 0 2px 4px rgba(0,0,0,.2); }
.app_main .widget .data-table thead td, .app_dashboard .data-table thead td{ background-color: var(--body_bg); padding: 15px 12px; }
.app_main .widget .data-table tbody td, .app_dashboard .data-table tbody td{ padding: 12px; font-size: 0.925rem; }

.app_main .page-header{ padding: 0 0 20px 0; }
.app_main .page-header > *{ display: inline-block; vertical-align: middle; }
.app_main .page-header .page-title{ padding: 0 20px 0 0; }
.app_main .page-header .title-link, .app_main .widget.waterfall .delete_waterfall.link{ text-align: center; min-width: 120px; width: fit-content; line-height: 35px; font-size: 0.875rem; font-weight: 400; text-decoration: none; border-radius: 5px; padding: 0 20px; }
.app_main .page-header .new-link{ color: var(--white); background-color: var(--submit_bg); }
.app_main .page-header .new-link:hover{ background-color: var(--submit_bghover); }
.app_main .page-header .edit-link{ color: var(--white); background-color: var(--grade_a); }
.app_main .page-header .edit-link:hover{ background-color: var(--grade_b); }
.app_main .widget.waterfall .delete_waterfall.link{ color: var(--white); background-color: var(--mobile_bg); }
.app_main .page-header .delete-link:hover, .app_main .widget.waterfall .delete_waterfall.link:hover{ background-color: var(--grade_f); }
.app_main .page-header .backlink{ display: block; padding: 10px 0; }
.app_main .page-header .backlink a{ display: block; width: fit-content; text-decoration: none; color: var(--secondary_text); }
.app_main .page-header .backlink a:hover{ color: var(--dark_primary); }
.app_main .page-header .backlink span{ display: inline-block; line-height: 28px; vertical-align: middle; }
.app_main .page-header .backlink .label{ padding: 0 0 0 4px; }

.app_main .widget.waterfall .delete_waterfall.link{ margin-bottom: 25px; display: block; width: fit-content; }

.app_main .data-table .row.data .links, .app_main{ font-size: 0.9rem; padding: 0; }
.app_main .data-table .row.data .links a{ font-weight: 400; }

.report_body #projectinfo .project_desc .value, .report_body #projectinfo .domain_info .value, .report_body #projectinfo .hosting_info .value{ font-size: 1.2rem; }
.report_body #projectinfo .domain_info .title, .report_body #projectinfo .hosting_info .title{ color: var(--widget_title); font-size: 0.9rem; padding: 0 0 6px; }
.report_body #projectinfo .domain_info .value, .report_body #projectinfo .hosting_info .value{ padding: 0 0 15px; }

.app_main #report_sysinfo .whois_results{ padding: 15px; }
.app_main #report_sysinfo .whois_results .whois_item span{ display: inline-block; }
.app_main #report_sysinfo .whois_results .whois_item .label{ color: var(--widget_title); width: 135px; }
.app_main #report_sysinfo .whois_results .whois_item .data{ font-weight: 700; width: calc( 100% - 150px ); }
.app_main #report_sysinfo .whois_results .whois_section{ display: block; padding: 18px 0 0; }
.app_main #report_sysinfo .whois_results .whois_section .section-title{ font-weight: 700; font-size: 1.125rem; }

.app_main .section-content.sslmate #ssl_certs{ display: flex; flex-wrap: wrap; gap: 15px; }
.app_main .section-content.sslmate #ssl_certs .cert{ padding: 15px; width: calc( 50% - 8px ); box-sizing: border-box; }
.app_main .section-content.sslmate #ssl_certs .cert span{ display: block; }
.app_main .section-content.sslmate #ssl_certs .cert .label{ font-size: 0.775rem; color: var(--widget_title); padding: 0 0 3px; }
.app_main .section-content.sslmate #ssl_certs .cert .data{ font-weight: 700; font-size: 1.125rem; }

/* Loading */
.loading_icon .circles{ height: 40px; position: relative; width: 40px; }
.loading_icon .circles > div{ animation: growAndFade 1.5s infinite ease-out; background-color: var(--primary); border-radius: 50%; height: 100%; opacity: 0; position: absolute; width: 100%; }
.loading_icon .circles .circle1{ animation-delay: .5s; } 
.loading_icon .circles .circle2{ animation-delay: 1s; }
.loading_icon .circles .circle3{ animation-delay: 1.5s; }

@keyframes growAndFade {
  0% { opacity: 0.25; transform: scale(0); }
  100% { opacity: 0; transform: scale(1); }
}

/* Header and Footer */
.app_display #apppage_header, .app_display #apppage_footer{ background-color: var(--white); padding: 24px 30px; }
.app_display #apppage_header, .app_display #apppage_footer.floating{ left: 110px; right: 0; z-index: 100; }
.app_display #apppage_header{ top: 70px; position: absolute; border-bottom: solid 1px var(--accent); display: flex; flex-direction: row; flex-wrap: wrap; gap: 30px; }
.app_display #apppage_header .name{ flex: 1; }
.app_display #apppage_header .name .ref_no{ font-size: 0.875rem; color: var(--accent); padding: 0 0 8px; }
.app_display #apppage_header .name .client{ font-size: 1.25rem; font-weight: 700; padding: 0; }
.app_display #apppage_header .meta{ width: 400px; text-align: right; }
.app_display #apppage_header .meta .type{ padding: 0; }
.app_display #apppage_header .meta .type span{ vertical-align: middle; }
.app_display #apppage_header .meta .date{ padding: 6px 0 0; }
.app_display #apppage_footer.floating{ bottom: 0; position: fixed; border-top: solid 1px var(--accent); }
.app_display #apppage_footer.fixed{ display: block; }
.app_display #apppage_footer > div{ display: inline-block; vertical-align: middle; }
.app_display #apppage_footer .buttons{ padding: 0 25px 0 0; }
.app_display #apppage_footer .section_complete{ padding: 0; }
.app_display #apppage_footer .section_complete.toggle-field .data + .label { line-height: 26px; }
.app_display #apppage_footer .section_complete.toggle-field label { padding: 0; }

/* Form */
.app_main .form .form-item{ padding: 0 0 20px; }
.app_main .form .form-item label{ display: block; font-size: 0.875rem; font-weight: 700; padding: 0 0 8px; }
.app_main .form .form-item select{ width: 100%; }
.app_main .form .form-item input[type="text"], .app_main .form .form-item input[type="number"], .app_main .form .form-item input[type="email"], .app_main .form .form-item input[type="url"], .app_main .form .form-item .btn, .app_main .form .form-item textarea, .app_main .form input[type="tel"], .app_main .form .form-item .iti, .app_main .project_info .screenshot .inner .btn, .app_main .project_info .screenshot .btn.reload{ font-family: "Inter", Arial, Helvetica, sans-serif; outline: none; margin: 0; }
.app_main .form .form-item input[type="text"]:not(.get-datepicker), .app_main .form .form-item input[type="number"], .app_main .form .form-item input[type="email"], .app_main .form .form-item input[type="url"], .app_main .form .form-item textarea, .app_main .form .form-item textarea, .app_main .form input[type="tel"], .app_main .form .form-item .iti{ font-family: "Inter", Arial, Helvetica, sans-serif; outline: none; margin: 0; width: 100%; }
.app_main .form .form-item .split-field{ display: flex; gap: 10px; }
.app_main .form .form-item .split-field .row > [class^="col-"], .app_main .form .form-item .split-field .row > [class^=" col-"]{ padding-top: 0; padding-bottom: 0; }
.app_main .form .form-item .split-field .row > [class^="col-"]:first-of-type, .app_main .form .form-item .split-field .row > [class^=" col-"]:first-of-type, .app_main .form .diff.row > [class^="col-"]:first-of-type, .app_main .form .diff.row > [class^=" col-"]:first-of-type{ padding-left: 0; }
.app_main .form .form-item .split-field .row > [class^="col-"]:last-of-type, .app_main .form .form-item .split-field .row > [class^=" col-"]:last-of-type, .app_main .form .diff.row > [class^="col-"]:last-of-type, .app_main .form .diff.row > [class^=" col-"]:last-of-type{ padding-right: 0; }
.app_main .form .form-item input[type="text"], .app_main .form .form-item input[type="number"], .app_main .form .form-item input[type="email"], .app_main .form .form-item input[type="url"], .app_main .form .form-item textarea, .app_main .form .form-item textarea, .app_main .form input[type="tel"]{ line-height: 30px; font-size: 1rem; padding: 5px 12px; border: solid 1px var(--divider); }
.app_main .form .form-item input[type="text"]:hover, .app_main .form .form-item input[type="number"]:hover, .app_main .form .form-item input[type="email"]:hover, .app_main .form .form-item input[type="url"]:hover, .app_main .form .form-item textarea:hover, .app_main .form .form-item textarea, .app_main .form input[type="tel"]:hover, .app_main .form .form-item .itl:hover{ border-color: var(--primary); }
.app_main .form .form-item input[type="text"]:active, .app_main .form .form-item input[type="text"]:focus, .app_main .form .form-item input[type="number"]:active, .app_main .form .form-item input[type="number"]:focus, .app_main .form .form-item input[type="email"]:active, .app_main .form .form-item input[type="email"]:focus, .app_main .form .form-item input[type="url"]:active, .app_main .form .form-item input[type="url"]:focus, .app_main .form .form-item textarea:focus, .app_main .form .form-item textarea:active, .app_main .form .form-item textarea, .app_main .form input[type="tel"]:active, .app_main .form .form-item textarea, .app_main .form input[type="tel"]:focus, .app_main .form .form-item .itl:focus, .app_main .form .form-item .itl:active{ border-color: var(--primary); }
.app_main .form .form-item textarea{ resize: none; }
.app_main .form .form-item .btn, .app_main .project_info .screenshot .inner .btn, .app_main .project_info .screenshot .btn.reload{ border: none; line-height: 30px; font-size: 1rem; height: 32px; padding: 5px 12px; box-sizing: content-box; cursor: pointer; }
.app_main .form .form-item .btn.default{ border-radius: 5px; }
.app_main .form .form-item .btn.btn-start{ border-radius: 5px 0 0 5px; }
.app_main .form .form-item .btn.btn-end{ border-radius: 0 5px 5px 0; background-color: var(--submit_bg); color: var(--white); }
.app_main .form .form-item .btn.submit{ background-color: var(--submit_bg); color: var(--white); }
.app_main .form .form-item .btn.submit:hover{ background-color: var(--submit_bghover); color: var(--white); }
.app_main .form .form-item .btn.submit:active, .app_main .form .form-item .btn.submit:focus{ background-color: var(--primary); color: var(--white); }
.app_main .form .form-item .btn.field-input{ background-color: var(--submit_bg); color: var(--white); }
.app_main .form .form-item .btn.field-input:hover{ background-color: var(--primary); color: var(--white); }
.app_main .form .form-item .btn.field-input:active, .app_main .form .form-item .btn.field-input:focus{ background-color: var(--accent); color: var(--black); }
.app_main .form .form-item .input-group > *{ display: inline-block; vertical-align: middle; margin: 0 -2px; }
.app_main .form .form-section{ padding: 20px 0; }
.app_main .form .form-section .section-title, .app_main .form .profile-section .section-title .title{ font-weight: 700; font-size: 1.65rem; }
.app_main .form .form-section .section-desc{ color: var(--secondary_text); font-size: 0.9rem; padding: 0 0 30px; line-height: 1.6; }
.app_main .form .form-section .split-field{ display: flex; flex-wrap: wrap; gap: 20px; }
.app_main .form .form-section .dual-field > * { max-width: 50%; flex: 1; }
/* Password Generator */
.app_main .form .form-item.password-generator input[type="text"]{ width: calc( 100% - 40px ); float: left; font-family: 'Ubuntu Mono', 'Courier New', Courier, monospace; font-size: 1.25rem; }
/* Toggle Switch */
.app_main .form .toggle-field.toggle-fix{ padding-top: 35px; }
.toggle-field > span{ display: inline-block; vertical-align: top; }
.toggle-field .data + .label{ line-height: 30px; padding: 0 0 0 15px; }
.toggle-field .toggle-switch{ position: relative; appearance: none; width: 40px; height: 20px; background: #ccc; border-radius: 20px; box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); cursor: pointer; transition: 0.4s; }
.toggle-field .toggle-switch:checked{ background: var(--primary); }
.toggle-field .toggle-switch::after{ position: absolute; content: ""; width: 20px; height: 20px; top: 0; left: 0; background: var(--white); border-radius: 50%; box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); transform: scale(1.1); transition: 0.4s; }
.toggle-field .toggle-switch:checked::after{ left: 50%; }
/* Table */
.form .table{ width: 100%; }
.form .table .row.data td > *{ width: 100%; }
/* Repeating Table */
.form-item.repeat .table .add-button{ padding: 0 0 15px; }
.form-item.repeat .table .btn, .app_main .project_info .screenshot .inner .btn, .app_main .project_info .screenshot .btn.reload{ border: none; line-height: 30px; font-size: 1rem; height: 32px; padding: 5px 12px; box-sizing: content-box; border-radius: 5px; }
.form-item.repeat .table .add.btn, .app_main .project_info .screenshot .inner .btn, .app_main .project_info .screenshot .btn.reload{ background-color: var(--submit_bg); color: var(--white); }
.form-item.repeat .table .add.btn:hover{ background-color: var(--submit_bghover); color: var(--white); }
.form-item.repeat .table .add.btn:active, .form-item.repeat .table .add.btn:focus{ background-color: var(--primary); color: var(--white); }
.form-item.repeat .table .move-up.btn, .form-item.repeat .table .move-down.btn{ background-color: var(--grade_a); color: var(--white); }
.form-item.repeat .table .move-up.btn:hover, .form-item.repeat .table .move-down.btn:hover{ background-color: var(--grade_b); color: var(--white); }
.form-item.repeat .table .move-up.btn:active, .form-item.repeat .table .move-up.btn:focus, .form-item.repeat .table .move-down.btn:active, .form-item.repeat .table .move-down.btn:focus{ background-color: var(--primary); color: var(--white); }
.form-item.repeat .table .remove.btn{ background-color: var(--grade_f); color: var(--white); }
.form-item.repeat .table .remove.btn:hover{ background-color: var(--grade_e); color: var(--white); }
.form-item.repeat .table .remove.btn:active, .form-item.repeat .table .add.btn:focus{ background-color: var(--primary); color: var(--white); }

.app_main .form .profile-section{ padding: 10px 0 35px; }
.app_main .form .profile-section .textarea-field.description .textarea-input{ height: 215px; }

/* Clients */
/* View */
.app_main .data-table.clients .row.data .client .client-data{ display: flex; gap: 15px; }
.app_main .data-table.clients .row.data .client .client-data .gravatar img{ border-radius: 5px; }
.app_main .data-table.clients .row.data .client .client-info{ flex: 1; }
.app_main .data-table.clients .row.data .client .client-info .client-name, .app_main .data-table.projects .row.data .project-info .project-name, .app_main .data-table.companies .row.data .company-info .company-name{ font-size: 1.215rem; font-weight: 700; }
.app_main .data-table.clients .row.data .client .client-info .company-name{ font-size: 0.925rem; color: var(--secondary_text); }
.app_main .data-table.clients .row.data .email-address > *{ display: inline-block; }
.app_main .data-table.clients .row.data .email-address .label{ width: 90px; font-weight: 700; }
.app_main .data-table.clients .row.data .client-status .data{ font-family: 'Ubuntu Mono', 'Courier New', Courier, monospace; font-weight: 700; text-transform: uppercase; }
.app_main .data-table.clients .row.data .client-status.status-live .data{ color: var(--grade_a); }
.app_main .data-table.clients .row.data .client-status.status-spec .data{ color: var(--grade_e); }
.app_main .data-table.clients .row.data .client-status.status-disq .data{ color: var(--mobile_bg); }
/* Single */
.app_main .client_view, .app_main .company_view, .app_main .project_view{ display: flex; gap: 20px 30px; flex-wrap: wrap; }
.app_main .client_view .client_info, .app_main .company_view .company_info, .app_main .project_view .project_info{ width: 450px; padding: 50px 30px; }
.app_main .client_view .client_info .client_grav, .app_main .company_view .company_info .company_grav, .app_main .project_view .project_preview{ padding: 0 0 25px; text-align: center; }
.app_main .client_view .client_info .client_grav img, .app_main .company_view .company_info .company_grav img{ border-radius: 10px; vertical-align: bottom; }
.app_main .client_view .client_info .client_name, .app_main .company_view .company_info .company_name, .app_main .project_view .project_info .project_name{ font-size: 1.925rem; font-weight: 700; text-align: center; }
.app_main .client_view .client_info .company_name, .app_main .company_view .company_info .company_desc{ font-size: 1.15rem; font-weight: 300; color: var(--secondary_text); text-align: center; padding: 0 0 15px; }
.app_main .company_view .company_info .company_desc{ font-size: 1rem; }
.app_main .client_view .client_info .client_data:not(:last-of-type), .app_main .company_view .company_info .company_data:not(:last-of-type), .app_main .project_view .project_info .project_data:not(:last-of-type){ padding: 0 0 12px; }
.app_main .client_view .client_info .client_data .label, .app_main .client_view .client_info .client_data .data, .app_main .company_view .company_info .company_data .data, .app_main .company_view .company_info .company_data .label, .app_main .project_view .project_info .project_data .label, .app_main .project_view .project_info .project_data .data{ display: block; line-height: 1.6; }
.app_main .client_view .client_info .client_data .label, .app_main .company_view .company_info .company_data .label, .app_main .project_view .project_info .project_data .label, .app_main .project_view .project_main .hosting_domain .label{ font-weight: 700; padding: 0 0 8px; }
.app_main .client_view .client_main, .app_main .company_view .company_main{ flex: 1; }
.app_main .project_view .project_main { width: calc(100% - 480px); }
.app_main .company_view .company_main .widget:not(:last-of-type), .app_main .client_view .client_main .widget:not(:last-of-type), .app_main .project_view .project_main .widget:not(:last-of-type), .app_main .project_main .project_description .widget{ margin-bottom: 30px; }
.app_main .client_view .company_info .section_subtitle{ font-weight: 700; font-size: 1.35rem; }
.app_main .client_view .company_info .client_data .label, .app_main .project_view .project_main .client_data .label{ font-weight: 700; display: block; padding: 0 0 6px; }
.app_main .client_view .company_info .client_data, .app_main .project_view .project_main .client_data{ padding: 0 0 12px; }
.app_main .client_view .company_info .row, .app_main .project_view .project_main .hosting_domain.row{ display: flex; gap: 30px; }
.app_main .client_view .company_info .col-6, .app_main .project_view .project_main .col-6{ width: calc( 50% - 15px ); }
.app_main .project_view .project_main .col-6{ margin-bottom: 30px; }
.app_main .company_view .company_info .profile_links, .app_main .client_view .client_info .profile_links{ list-style: none; margin: 0; padding: 15px 0 30px; text-align: center; }
.app_main .company_view .company_info .profile_links .link, .app_main .client_view .client_info .profile_links .link{ display: inline-block; width: 52px; height: 52px; }
.app_main .company_view .company_info .profile_links .link .button_link, .app_main .company_view .company_info .link .button_link .icon, .app_main .company_view .company_info .profile_links .link .button_link .icon::before, .app_main .client_view .client_info .profile_links .link .button_link, .app_main .client_view .client_info .profile_links .link .button_link .icon, .app_main .client_view .client_info .profile_links .link .button_link .icon::before{ display: block; width: 52px; height: 52px; }
.app_main .company_view .company_info .profile_links .link .button_link, .app_main .client_view .client_info .profile_links .link .button_link{ border-radius: 50%; background-color: var(--body_bg); color: var(--primary_text); text-decoration: none; }
.app_main .company_view .company_info .profile_links .link .button_link:hover, .app_main .client_view .client_info .profile_links .link .button_link:hover{ background-color: var(--dark_primary); color: var(--white); }
.app_main .company_view .company_info .profile_links .link .button_link .icon::before, .app_main .client_view .client_info .profile_links .link .button_link .icon::before{ text-align: center; line-height: 52px; font-size: 1.125rem; }
.app_main .company_view .company_main .assoc_clients .client_list{ margin: 0; padding: 0; list-style: none; }
.app_main .company_view .company_main .assoc_clients .client_list .client_email{ width: 325px; text-align: right; }
.app_main .company_view .company_main .receive_reports, .app_main .client_view .client_info .receive_reports{ width: fit-content; font-size: 0.875rem; font-family: 'Ubuntu Mono', 'Courier New', Courier, monospace; font-weight: 700; color: var(--white); border-radius: 5px; padding: 5px 12px; background-color: var(--secondary_text); margin: 0 0 0 auto; }
.app_main .client_view .client_info .receive_reports{ margin: 0 auto 15px; }
.app_main .company_view .company_main .receive_reports > *, .app_main .client_view .client_info .receive_reports > *{ display: inline-block; vertical-align: top; height: 18px; }
.app_main .company_view .company_main .receive_reports .label, .app_main .client_view .client_info .receive_reports .label{ line-height: 18px; padding: 0 0 0 6px; }
.app_main .company_view .company_main .receive_reports .icon::before, .app_main .client_view .client_info .receive_reports .icon::before{ height: 18px; line-height: 18px; display: block; }
/* Form */
.app_main #new_client .receive_report{ padding: 10px 5px 0; }

/* Reports */
/* View */
.app_main .data-table.reports .row.data .client .client-data{ display: flex; gap: 15px; }
.app_main .data-table.reports .row.data .client .client-data .gravatar img{ border-radius: 5px; }
.app_main .data-table.reports .row.data .client .client-info{ flex: 1; }
.app_main .data-table.reports .row.data .client .client-info .client-main{ font-size: 1.275rem; font-weight: 700; padding: 0 0 6px; }
.app_main .data-table.reports .row.data .client .client-info .client-sub{ font-size: 1.075rem; font-weight: 400; color: var(--secondary_text); }
.app_main .data-table.reports .row.data .client .client-info .company-name{ font-size: 0.925rem; color: var(--secondary_text); }
/* Dashboard v3.0 */
#app_new_report .report_sections{ padding: 20px 0 0; }
#app_new_report .report_sections .sections, #app_report_seo .report_sections .sections{ margin: 0; padding: 0; list-style: none; background-color: var(--widget_bg); border: solid 1px var(--accent); box-shadow: 0 2px 4px rgba(0, 0, 0, .2); }
#app_new_report .report_sections .sections .section, #app_report_seo .report_sections .sections .section{ margin: 0; padding: 0; border-left: solid 8px; }
#app_new_report .report_sections .sections .section.saved, #app_report_seo .report_sections .sections .section.saved{ border-left-color: var(--grade_a); }
#app_new_report .report_sections .sections .section.progress, #app_report_seo .report_sections .sections .section.progress{ border-left-color: var(--grade_c); }
#app_new_report .report_sections .sections .section.incomplete, #app_report_seo .report_sections .sections .section.incomplete{ border-left-color: var(--grade_f); }
#app_new_report .report_sections .sections .section.info, #app_report_seo .report_sections .sections .section.info{ border-left-color: var(--divider); }
#app_new_report .report_sections .sections .section.info .meta .icon, #app_report_seo .report_sections .sections .section.info .meta .icon{ height: var(--linkheight); line-height: var(--lineheight); width: var(--lineheight); }
#app_new_report .report_sections .sections .section:not(:last-of-type), #app_report_seo .report_sections .sections .section:not(:last-of-type){ border-bottom: solid 1px var(--accent); }
#app_new_report .report_sections .sections .section .option-link, #app_report_seo .report_sections .sections .section .option-link{ display: flex; flex-wrap: nowrap; padding: 12px 18px; transition: all 0.1s ease; color: var(--primary_text); text-decoration: none; --linkheight: 52px; }
#app_new_report .report_sections .sections .section .option-link:hover, #app_report_seo .report_sections .sections .section .option-link:hover{ background-color: var(--body_bg); }
#app_new_report .report_sections .sections .section .option-link > .icon, #app_new_report .report_sections .sections .section .option-link .option-data, #app_report_seo .report_sections .sections .section .option-link > .icon, #app_report_seo .report_sections .sections .section .option-link .option-data{ vertical-align: top; }
#app_new_report .report_sections .sections .section .option-link > .icon, #app_report_seo .report_sections .sections .section .option-link > .icon{ width: var(--linkheight); height: var(--linkheight); padding: 0 12px 0 0; box-sizing: content-box; }
#app_new_report .report_sections .sections .section .option-link > .icon span, #app_report_seo .report_sections .sections .section .option-link > .icon span{ display: block; line-height: var(--linkheight); width: var(--linkheight); text-align: center; font-size: 1.45rem; }
#app_new_report .report_sections .sections .section .option-link .option-data, #app_report_seo .report_sections .sections .section .option-link .option-data{ flex: 1; display: flex; flex-wrap: nowrap; gap: 18px; }
#app_new_report .report_sections .sections .section .option-link .option-data > p, #app_report_seo .report_sections .sections .section .option-link .option-data > p{ padding: 0; line-height: var(--linkheight); }
#app_new_report .report_sections .sections .section .option-link .option-data .title, #app_report_seo .report_sections .sections .section .option-link .option-data .title{ flex: 1; font-size: 1.3rem; font-weight: 700; }
#app_new_report .report_sections .sections .section .option-link .option-data .meta, #app_report_seo .report_sections .sections .section .option-link .option-data .meta{ width: 300px; font-size: 1.075rem; text-align: right; font-weight: 700; }
#app_new_report .report_sections .sections .section.saved .option-link .option-data .meta, #app_report_seo .report_sections .sections .section.saved .option-link .option-data .meta{ color: var(--grade_a); }
#app_new_report .report_sections .sections .section.progress .option-link .option-data .meta, #app_report_seo .report_sections .sections .section.progress .option-link .option-data .meta{ color: var(--grade_c); }
#app_new_report .report_sections .sections .section.incomplete .option-link .option-data .meta, #app_report_seo .report_sections .sections .section.incomplete .option-link .option-data .meta{ color: var(--grade_f); }
#app_new_report .report_sections .sections .section.pagespeed .option-link .option-data .title > span, #app_report_seo .report_sections .sections .section.pagespeed .option-link .option-data .title > span{ height: calc( var(--linkheight) - 10px ); line-height: calc( var(--linkheight) - 10px ); display: inline-block; vertical-align: middle; }
#app_new_report .report_sections .sections .section.pagespeed .option-link .option-data .title .label, #app_report_seo .report_sections .sections .section.pagespeed .option-link .option-data .title .label{ padding: 0 18px 0 0; }
#app_new_report .report_sections .sections .section.pagespeed .option-link .option-data .title .icon, #app_report_seo .report_sections .sections .section.pagespeed .option-link .option-data .title .icon{ margin: 0 0 0 12px; font-size: 1.25rem; background-color: var(--accent); color: var(--white); width: calc( var(--linkheight) - 10px ); border-radius: 5px; text-align: center; }
#app_new_report .report_sections .sections .section.pagespeed .option-link .option-data .title .icon.uploaded, #app_report_seo .report_sections .sections .section.pagespeed .option-link .option-data .title .icon.uploaded{ color: var(--white); background-color: var(--grade_a); }
#app_report_seo #report_seo .description{ font-size: 1.125rem; padding: 0 5px 25px; }
#app_report_seo #report_seo .description.spaced{ padding: 25px 5px; }
/* Dashboard */
#app_new_report .report-heading{ display: flex; gap: 30px; }
#app_new_report .report-heading .report-data{ flex: 1; }
#app_new_report .report-heading .report-data, #app_new_report .options.report_options .option, #app_report_seo .options.seo_options .option, #json_export{ background-color: var(--widget_bg); border: solid 1px var(--accent); box-shadow: 0 2px 4px rgba(0,0,0,.2); }
#app_new_report .report-heading .report-data, #app_new_report .options.report_options .option .option-link, #app_report_seo .options.seo_options .option .option-link{ display: block; padding: 20px; }
#app_new_report .report-heading .report-data{ display: flex; flex-direction: row; gap: 25px; }
#app_new_report .report-heading .report-data .report-info{ flex: 1; }
#app_new_report .report-heading .report-data .client-name, #app_new_report .report-heading .report-data .metabox-title{ font-size: 1.75rem; font-weight: 700; padding: 0 0 6px; }
#app_new_report .report-heading .report-data .client-sub{ font-size: 1.275rem; color: var(--secondary_text); padding: 0 0 20px; }
#app_new_report .report-heading .report-data .company-name{ color: var(--secondary_text); padding: 0 0 35px; }
#app_new_report .report-heading .report-data span{ display: inline-block; }
#app_new_report .report-heading .report-data .label{ width: 100px; vertical-align: top; }
#app_new_report .report-heading .report-data .data{ padding: 0 0 0 12px; font-weight: 700; }
#app_new_report .report-heading .report-data .data .recipient_email{ font-weight: 400; color: var(--secondary_text); }
#app_new_report .report-heading .report-data.meta .label{ width: 150px; }
#app_new_report .report-heading .report-data .metabox-title .report-ref{ font-weight: 400; font-size: 1rem; color: var(--secondary_text); padding: 0 0 0 12px; }
#app_new_report .options.report_options, #app_report_seo .options.seo_options{ display: flex; gap: 30px; flex-wrap: wrap; margin: 0; padding: 30px 0 0; list-style: none; }
#app_report_seo .options.seo_options{ padding: 0; }
#app_new_report .options.report_options .option{ width: calc( ( 100% / 3 ) - 20px ); min-width: 450px; padding: 0; }
#app_report_seo .options.seo_options .option{ width: calc( 50% - 20px ); min-width: 400px; padding: 0; }
#app_new_report .options.report_options .option .option-link, #app_report_seo .options.seo_options .option .option-link{ color: var(--primary_text); text-decoration: none; }
#app_new_report .options.report_options .option .option-link > *, #app_report_seo .options.seo_options .option .option-link > *{ display: inline-block; vertical-align: top; }
#app_new_report .options.report_options .option .option-link .icon, #app_report_seo .options.seo_options .option .option-link .icon{ width: 52px; height: 52px; }
#app_new_report .options.report_options .option .option-link .icon span, #app_report_seo .options.seo_options .option .option-link .icon span{ display: block; width: 52px; text-align: center; height: 52px; }
#app_new_report .options.report_options .option .option-link .icon span:before, #app_report_seo .options.seo_options .option .option-link .icon span:before{ line-height: 52px; font-size: 2rem; }
#app_new_report .options.report_options .option .option-link .option-data, #app_report_seo .options.seo_options .option .option-link .option-data{ width: calc( 100% - 60px ); padding: 0 0 0 15px; }
#app_new_report .options.report_options .option .option-link .option-data .title, #app_report_seo .options.seo_options .option .option-link .option-data .title{ font-weight: 700; font-size: 1.45rem; }
#app_new_report .options.report_options .option .option-link .option-data .title > span{ display: inline-block; height: 33px; line-height: 33px; vertical-align: top; }
#app_new_report .options.report_options .option .option-link .option-data .title .label{ width: calc( 100% - 71px ); }
#app_new_report .options.report_options .option .option-link .option-data .title .speedtest{ width: 30px; text-align: center; }
#app_new_report .options.report_options .option .option-link .option-data .meta, #app_report_seo .options.seo_options .option .option-link .option-data .meta{ padding: 0; }
#app_new_report .options.report_options .option .option-link .option-data .meta.saved, #app_report_seo .options.seo_options .option .option-link .option-data .meta.saved{ color: var(--grade_a); }
#app_new_report .options.report_options .option .option-link .option-data .meta.inprogress, #app_report_seo .options.seo_options .option .option-link .option-data .meta.inprogress{ color: var(--grade_d); }
#app_new_report .options.report_options .option .option-link .option-data .meta.incomplete, #app_report_seo .options.seo_options .option .option-link .option-data .meta.incomplete{ color: var(--grade_f); }
#app_new_report .options.report_options .option .option-link .option-data .meta.not-required, #app_report_seo .options.seo_options .option .option-link .option-data .meta.not-required{ color: var(--secondary_text); }
/* Dropdown */
#app_view_client .client_menu, #app_view_company .company_menu, #app_view_project .project_menu{ height: 65px; }
#app_new_report .ddm.dropdown, #app_view_client .client_menu .ddm.dropdown, #app_view_company .company_menu .ddm.dropdown, #app_view_project .project_menu .ddm.dropdown{ float: right; width: 250px; position: relative; margin: 8px 0; }
#app_view_client .client_menu .ddm.dropdown, #app_view_company .company_menu .ddm.dropdow, #app_view_project .project_menu .ddm.dropdown{ margin: 0; }
#app_new_report .ddm.dropdown .ddm-select, #app_view_client .client_menu .ddm.dropdown .ddm-select, #app_view_company .company_menu .ddm.dropdown .ddm-select, #app_view_project .project_menu .ddm.dropdown .ddm-select{ width: 100%; background-color: var(--white); border: solid 1px var(--accent); }
#app_new_report .ddm.dropdown .ddm-select .menutoggle, #app_view_client .client_menu .ddm.dropdown .ddm-select .menutoggle, #app_view_company .company_menu .ddm.dropdown .ddm-select .menutoggle, #app_view_project .project_menu .ddm.dropdown .ddm-select .menutoggle{ display: flex; flex-direction: row; flex-wrap: nowrap; padding: 12px; font-size: 0.9125rem; font-weight: 400; text-decoration: none; color: var(--primary_text); cursor: pointer; }
#app_new_report .ddm.dropdown .ddm-select .ddm-select_text, #app_view_client .client_menu .ddm.dropdown .ddm-select .ddm-select_text, #app_view_company .company_menu .ddm.dropdown .ddm-select .ddm-select_text, #app_view_project .project_menu .ddm.dropdown .ddm-select .ddm-select_text{ display: block; flex: 1; line-height: 22px; height: 22px; font-weight: 700; padding: 0 6px 0 0; }
#app_new_report .ddm.dropdown .ddm-options:not(.show_me), #app_view_client .client_menu .ddm.dropdown .ddm-options:not(.show_me), #app_view_company .company_menu .ddm.dropdown .ddm-options:not(.show_me), #app_view_project .project_menu .ddm.dropdown .ddm-options:not(.show_me){ display: none; }
#app_new_report .ddm.dropdown .ddm-options.show_me, #app_view_company .company_menu .ddm.dropdown .ddm-options.show_me, #app_view_client .client_menu .ddm.dropdown .ddm-options.show_me, #app_view_project .project_menu .ddm.dropdown .ddm-options.show_me{ display: block; }
#app_new_report .ddm.dropdown .ddm-select #menu-check, #app_view_client .client_menu .ddm.dropdown .ddm-select #menu-check, #app_view_company .company_menu .ddm.dropdown .ddm-select #menu-check, #app_view_project .project_menu .ddm.dropdown .ddm-select #menu-check{ display: none; }
#app_new_report .ddm.dropdown .ddm-select #ddm-select .icon, #app_view_client .client_menu .ddm.dropdown .ddm-select #ddm-select .icon, #app_view_company .company_menu .ddm.dropdown .ddm-select #ddm-select .icon, #app_view_project .project_menu .ddm.dropdown .ddm-select #ddm-select .icon{ width: 22px; height: 22px; }
#app_new_report .ddm.dropdown .ddm-select #ddm-select .icon::before, #app_view_client .client_menu .ddm.dropdown .ddm-select #ddm-select .icon::before, #app_view_company .company_menu .ddm.dropdown .ddm-select #ddm-select .icon::before, #app_view_project .project_menu .ddm.dropdown .ddm-select #ddm-select .icon::before{ width: 22px; height: 22px; line-height: 22px; text-align: center; font-size: 0.8275rem; }
#app_new_report .ddm.dropdown .ddm-options, #app_view_client .client_menu .ddm.dropdown .ddm-options, #app_view_company .company_menu .ddm.dropdown .ddm-options, #app_view_project .project_menu .ddm.dropdown .ddm-options{ position: absolute; top: 50px; left: 0; width: 100%; border: solid 1px var(--accent); list-style: none; margin: 0; padding: 0; background-color: var(--white); }
#app_new_report .ddm.dropdown .ddm-options .option, #app_view_client .client_menu .ddm.dropdown .ddm-options .option, #app_view_company .company_menu .ddm.dropdown .ddm-options .option, #app_view_project .project_menu .ddm.dropdown .ddm-options .option{ padding: 0; margin: 0; }
#app_new_report .ddm.dropdown .ddm-options .option .ddm-link, #app_view_client .client_menu .ddm.dropdown .ddm-options .option .ddm-link, #app_view_company .company_menu .ddm.dropdown .ddm-options .option .ddm-link, #app_view_project .project_menu .ddm.dropdown .ddm-options .option .ddm-link{ display: block; padding: 12px; font-weight: 400; font-size: 0.9125rem; text-decoration: none; color: var(--primary_text); transition: all .2s ease; }
#app_new_report .ddm.dropdown .ddm-options .option .ddm-link:hover, #app_view_client .client_menu .ddm.dropdown .ddm-options .option .ddm-link:hover, #app_view_company .company_menu .ddm.dropdown .ddm-options .option .ddm-link:hover, #app_view_project .project_menu .ddm.dropdown .ddm-options .option .ddm-link:hover{ background-color: var(--body_bg); }
#app_new_report .ddm.dropdown .ddm-options .option.delete .ddm-link, #app_view_client .client_menu .ddm.dropdown .ddm-options .option.delete .ddm-link, #app_view_company .company_menu .ddm.dropdown .ddm-options .option.delete .ddm-link, #app_view_project .project_menu .ddm.dropdown .ddm-options .option.delete .ddm-link{ color: var(--white); background-color: var(--mobile_bg); }
#app_new_report .ddm.dropdown .ddm-options .option.delete .ddm-link:hover, #app_view_client .client_menu .ddm.dropdown .ddm-options .option.delete .ddm-link:hover, #app_view_company .company_menu .ddm.dropdown .ddm-options .option.delete .ddm-link:hover, #app_view_project .project_menu .ddm.dropdown .ddm-options .option.delete .ddm-link:hover{ color: var(--white); background-color: var(--grade_f); }
#app_new_report .ddm.dropdown .ddm-options .option .ddm-link > *, #app_view_client .client_menu .ddm.dropdown .ddm-options .option .ddm-link > *, #app_view_company .company_menu .ddm.dropdown .ddm-options .option .ddm-link > *, #app_view_project .project_menu .ddm.dropdown .ddm-options .option .ddm-link > *{ display: inline-block; vertical-align: top; line-height: 20px; height: 20px; }
#app_new_report .ddm.dropdown .ddm-options .option .ddm-link .icon::before, #app_view_client .client_menu .ddm.dropdown .ddm-options .option .ddm-link .icon::before, #app_view_company .company_menu .ddm.dropdown .ddm-options .option .ddm-link .icon::before, #app_view_project .project_menu .ddm.dropdown .ddm-options .option .ddm-link .icon::before{ height: 20px; width: 20px; line-height: 20px; text-align: center; }
#app_new_report .ddm.dropdown .ddm-options .option .ddm-link .label, #app_view_client .client_menu .ddm.dropdown .ddm-options .option .ddm-link .label, #app_view_company .company_menu .ddm.dropdown .ddm-options .option .ddm-link .label, #app_view_project .project_menu .ddm.dropdown .ddm-options .option .ddm-link .label{ padding: 0 0 0 6px; }
/* Form */
.app_main .report-form{ display: flex; gap: 30px; }
.app_main .report-form .form-content{ flex: 1; }
.app_main .report-form .form-sidebar{ width: 450px; }
.app_main .report-form .form-sidebar .report-info{ padding: 20px; }
.app_main .report-form .form-sidebar .report-info .client-name{ font-size: 1.75rem; font-weight: 700; }
.app_main .report-form .form-sidebar .report-info .company-name{ color: var(--secondary_text); padding: 0 0 35px; }
.app_main .report-form .form-sidebar .report-info .meta-item{ padding: 0 0 20px; }
.app_main .report-form .form-sidebar .report-info .meta-item > span{ display: inline-block; }
.app_main .report-form .form-sidebar .report-info .meta-item .label{ width: 150px; vertical-align: top; }
.app_main .report-form .form-sidebar .report-info .meta-item .label label{ font-weight: 400; font-size: 1rem; }
.app_main .report-form .form-sidebar .report-info .meta-item .data{ padding: 0 0 0 12px; font-weight: 700; }
/* New Reprt / Report Meta */
.app_main .form-section .buttons .control{ padding: 20px 0 0; }
.app_main .form-section .buttons .control .btn{ display: inline-block; vertical-align: middle; }
.app_main .form-section .buttons .control .loading_icon{ width: fit-content; display: none; vertical-align: middle; }
.app_main .form-section .buttons .control .siteinfo_date{ display: block; padding: 12px 0 0; }

/* Summary */
.app_main form#report_summary .CodeMirror, .app_main form#report_summary .CodeMirror-scroll, .app_main form#new_project .CodeMirror-scroll { max-height: 250px; min-height: 250px; }

/* Notes */
.app_main#app_report_notes .CodeMirror-scroll { max-height: 350px; min-height: 350px; }

#admin .swal-modal{ width: 750px; }
#admin .swal-button{ padding: 10px 25px; border-radius: 5px; font-size: 1rem; text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3); }
#admin .swal-button.swal-button--confirm{ background-color: var(--mobile_bg); }
#admin .swal-button.swal-button--confirm:hover{ background-color: var(--grade_f); }
#admin .swal-button.swal-button--cancel{ background-color: var(--even_row); }
#admin .swal-button.swal-button--cancel:hover{ background-color: var(--accent); }

/* Options */
.app_main .options_bar{ width: 100%; padding: 15px 0 0; }
.app_main .options_bar .options{ display: flex; flex-direction: row; flex-wrap: nowrap; list-style: none; margin: 0; padding: 7px 12px; gap: 0; background-color: var(--white); border: solid 1px var(--accent); }
.app_main .options_bar .options .option{ padding: 0; }
.app_main .options_bar .options .option .option_link{ font-size: 0.9125rem; font-weight: 400; text-decoration: none; color: var(--primary_text); cursor: pointer; display: block; padding: 10px 18px; border-radius: 5px;  }
.app_main .options_bar .options .option .option_link:hover{ background-color: var(--body_bg); }
.app_main .options_bar .options .option.delete{ margin-left: auto; }
.app_main .options_bar .options .option.delete .option_link{ color: var(--mobile_bg); }
.app_main .options_bar .options .option.delete .option_link:hover{ color: var(--white); background-color: var(--grade_f); }

.app_main .performance .uptime_monitor_service .field-data{ line-height: 42px; font-size: 1.125rem; }
.app_main .performance .uptime_monitor_service .betterstack_api{ display: none; }

/* Performance Data */
.app_main #betterstack_results{ padding: 12px 0; }
.app_main #betterstack_results .bs_result:not(:last-of-type){ padding: 10px 0 40px; }
.app_main #betterstack_results .section-subtitle{ font-size: 1.325rem; font-weight: 400; }
.app_main #betterstack_results .widget{ padding: 20px; }
.app_main #betterstack_results .widget .value{ padding: 0; font-size: 1.25rem; font-weight: 700; }

/* Waterfall Upload */
.app_main .report-form .form.upload .upload_toggle{ padding: 10px 0; }
.app_main .report-form .form.upload .upload_toggle.hide, .app_main .report-form .form.upload .upload_field.hide{ display: none; }
.app_main .report-form .form.upload .upload_toggle.show{ display: block; }
.app_main .report-form .form.upload .upload_field.show{ display: grid; }
.app_main .report-form .form.upload .upload_toggle .toggle{ border: none; padding: 5px 12px; height: 32px; line-height: 32px; border-radius: 5px; font-size: 1rem; color: var(--white); background-color: var(--submit_bg); box-sizing: content-box; }
.app_main .report-form .form.upload .upload_toggle .toggle:hover{ background-color: var(--submit_bghover); }
.app_main .report-form .form.upload .upload_toggle .toggle:focus, .app_main .report-form .form.upload .upload_toggle .toggle:active{ border-color: var(--primary); color: var(--white); background-color: var(--primary); }
.app_main .report-form .form.upload .upload_field{ position: relative; display: grid; place-content: center; border: dashed 5px var(--accent); height: 275px; text-align: center; }
.app_main .report-form .form.upload .upload_field input[type="file"]{ display: none; }
.app_main .report-form .form.upload .upload_field label{ display: inline-block; color: var(--white); background-color: var(--primary); text-align: center; padding: 15px 40px; user-select: none; cursor: pointer; border-radius: 3px; width: fit-content; margin: 0 auto; }
.app_main .report-form .form.upload .upload_field label .icon{ font-size: 1.25rem; margin-right: 8px; vertical-align: middle; }
.app_main .report-form .form.upload .upload_field label:active{ transform: scale(0.95); }
.app_main .report-form .form.upload .upload_field .closeButton{ display: block; position: absolute; right: 15px; top: 15px; width: 32px; height: 32px; color: var(--accent); text-decoration: none; }
.app_main .report-form .form.upload .upload_field .closeButton .icon, .app_main .report-form .form.upload .upload_field .closeButton .icon::before{ font-size: 0.875rem; display: block; width: 32px; height: 32px; line-height: 32px; text-align: center; }
.app_main .report-form .form.upload .upload_field .closeButton:hover{ color: var(--secondary_text); }
.app_main .report-form .form.upload .upload_field .progress{ height: 20px; overflow: hidden; font-size: 0.75rem; background-color: var(--white); margin: 20px 0 0; width: 450px; }
.app_main .report-form .form.upload .upload_field .progress.hide{ display: none; }
.app_main .report-form .form.upload .upload_field .progress.show{ display: flex; }
.app_main .report-form .form.upload .upload_field .progress-bar{ display: flex; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: var(--secondary_text); text-align: center; background-color: var(--accent); transition: width .6s ease; }
.app_main .report-form .form.upload .bg-success{ background-color: var(--accent); }
.app_main .report-form .form.upload .submit_button{ padding: 20px 0 0; }

.app_main .report-form .widget.waterfall, .app_main .report-form .widget.pagespeed{ padding: 20px; }
.app_main .report-form .form.waterfall .upload, .app_main .report-form .form.pagespeed .upload{ border: 1px solid var(--divider); background-color: var(--widget_bg); padding: 40px; }

.app_main .report-form .form.waterfall .upload-wrapper, .app_main .report-form .form.pagespeed .upload-wrapper{ position: relative; width: 100%; height: 60px; }
.app_main .report-form .form.waterfall .upload-wrapper:after, .app_main .report-form .form.pagespeed .upload-wrapper:after{ content: attr(data-text); font-size: 18px; position: absolute; top: 0; left: 0; background: var(--white); padding: 6px 15px; display: block; width: calc(100% - 40px); pointer-events: none; z-index: 20; height: 40px; line-height: 40px; font-weight: 400; color: var(--primary_text); }
.app_main .report-form .form.waterfall .upload-wrapper:before, .app_main .report-form .form.pagespeed .upload-wrapper:before{ content: "Upload"; position: absolute; top: 0; right: 0; display: inline-block; padding: 6px 20px; background: var(--submit_bg); color: var(--white); font-weight: 700; z-index: 25; font-size: 1rem; line-height: 40px; pointer-events: none; border-radius: 10px; }
.app_main .report-form .form.waterfall .upload-wrapper:hover:before, .app_main .report-form .form.pagespeed .upload-wrapper:hover:before{ background: var(--dark_primary); }
.app_main .report-form .form.waterfall .upload-wrapper input, .app_main .report-form .form.pagespeed .upload-wrapper input{ opacity: 0; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 99; height: 40px; margin: 0; padding: 0; display: block; cursor: pointer; width: 100%; }

.app_main .report-form .form.waterfall .progress, .app_main .report-form .form.pagespeed .progress{ height: 20px; overflow: hidden; font-size: .75rem; background-color: var(--white); }
.app_main .report-form .form.waterfall .progress.hide, .app_main .report-form .form.pagespeed .progress.hide{ display: none; }
.app_main .report-form .form.waterfall .progress.show, .app_main .report-form .form.pagespeed .progress.show{ display: flex; }
.app_main .report-form .form.waterfall .progress-bar, .app_main .report-form .form.pagespeed .progress-bar{ display: flex; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: var(--white); text-align: center; background-color: var(--accent); transition: width .6s ease; }
.app_main .report-form .form.waterfall .bg-success, .app_main .report-form .form.pagespeed .bg-success{ background-color: var(--grade_a); }
.app_main .report-form .form.waterfall .alert.alert-success, .return_status.success, #waterfall_notice .alert, .report_body .widget .alert.alert-success, .app_main .report-form .form.pagespeed .alert.alert-success, .return_status.success, #pagespeed_notice .alert{ color: var(--grade_a); background-color: #d4edda; border-color: #c3e6cb; }
.app_main .report-form .form.waterfall .alert.alert-danger, .app_main .report-form .form.pagespeed .alert.alert-danger, .return_status.error, .report_body .widget .alert.alert-error{ color: var(--mobile_bg); background-color: #f8d7da; border-color: #f5c6cb; }
.app_main .report-form .form.waterfall .alert, .app_main .report-form .form.pagespeed .alert, .return_status, #waterfall_notice .alert, #pagespeed_notice .alert, .report_body .widget .alert{ position: relative; padding: 8px 12px; margin-bottom: 15px; border: 1px solid transparent; border-radius: 5px; font-size: 0.8925rem; display: none; }
.return_status .error-code{ font-family: 'Ubuntu Mono', 'Courier New', Courier, monospace; font-weight: 700; font-size: 1rem; }
#waterfall_notice .alert, #pagespeed_notice .alert, .report_body .widget .alert{ display: block; }
.report_body .widget .alert{ font-size: 0.9125rem; font-weight: 700; margin: 12px 0 10px; padding: 5px 12px; }
.report_body .widget .alert .icon, .report_body .widget .alert .alert-content{ line-height: 30px; display: inline-block; vertical-align: top; min-height: 30px; }
.report_body .widget .alert .icon{ width: 30px; height: 30px; }
.report_body .widget .alert .icon::before{ display: block; width: 30px; line-height: 30px; height: 30px; text-align: center; }
.report_body .widget .alert .alert-content{ padding: 0 0 0 12px; width: calc( 100% - 35px); }
.report_body .widget .plugin-name{ font-size: 1.125rem; font-weight: 700; }
.report_body .widget .plugin-name .version{ font-weight: 400; font-size: 0.875rem; padding-left: 8px; }
.report_body .widget .plugin-status{ padding: 5px 12px; margin: 0 0 12px; width: fit-content; border-radius: 5px; font-family: 'Ubuntu Mono', 'Courier New', Courier, monospace; font-weight: 700; font-size: 0.875rem; text-transform: uppercase; vertical-align: middle; }
.report_body .widget .plugin-status.status-active{ color: var(--grade_a); background-color: #d4edda; }
.report_body .widget .plugin-status.status-inactive{ color: var(--secondary_text); background-color: #e6e6e6; }
.report_body .widget .theme-display .screenshot img{ width: 100%; }
.report_body .widget .theme-display .content{ padding: 15px 5px; }
.report_body .widget .theme-display .content .theme-name{ font-size: 1.25rem; font-weight: 700; }

.app_main .widget.pagespeed .pagespeed_header{ display: flex; }
.app_main .widget.pagespeed .pagespeed_header > * { width: 50%; }
.app_main .widget.pagespeed .pagespeed_header .section-title, .app_main .widget.pagespeed .pagespeed_header .buttons{ line-height: 35px; height: 35px; padding: 0 0 25px; box-sizing: content-box; }
.app_main .widget.pagespeed .pagespeed_header .buttons{ text-align: right; }
.app_main .widget.pagespeed .pagespeed_header .buttons .button{ display: inline-block; margin: 0 0 0 3px; padding: 0 12px; font-weight: 400; text-decoration: none; vertical-align: middle; border-radius: 5px; box-sizing: border-box; font-size: 0.9025rem; }
.app_main .widget.pagespeed .pagespeed_header .buttons .button.gist{ color: var(--white); background-color: #333333; }
.app_main .widget.pagespeed .pagespeed_header .buttons .button.lighthouse{ color: var(--white); background-color: #34A853; }
.app_main .widget.pagespeed .pagespeed_header .buttons .button.delete{ color: var(--white); background-color: var(--grade_f); }

.app_main .widget.pagespeed:not(:last-of-type){ margin: 0 0 25px; }
.app_main .widget.pagespeed .section-title{ font-size: 1.4rem; font-weight: 700; padding: 0 0 15px; }
.app_main .widget.pagespeed .preview, #performance .pagespeed .preview{ text-align: center; }
.app_main .widget.pagespeed .grades{ padding: 0 0 15px; }
.app_main .widget.pagespeed .preview img, .app_main .widget.pagespeed .filmstrip .cel img, #performance .pagespeed .preview img, #performance .pagespeed .filmstrip .cel img{ max-width: 100%; max-height: 350px; width: auto; height: auto; vertical-align: bottom; }
#performance .pagespeed .preview img{ max-height: 450px; }
.app_main .widget.pagespeed .filmstrip, #performance .pagespeed .filmstrip{ flex-wrap: nowrap; gap: 10px; padding: 20px 0 0; }
#performance .pagespeed .widget.filmstrip{ padding: 27px 20px; }
.app_main .widget.pagespeed .filmstrip .cel, #performance .pagespeed .filmstrip .cel{ flex: 1; }
.app_main .widget.pagespeed .filmstrip .cel .cel-time, #performance .pagespeed .filmstrip .cel .cel-time{ font-size: 0.725rem; display: block; padding: 0 0 8px; color: var(--secondary_text); }
.app_main .widget.pagespeed .filmstrip .cel img, #performance .pagespeed .filmstrip .cel img{ border: solid 1px var(--body_bg); }
.app_main .widget.pagespeed .data-point{ padding: 0 0 10px; }
.app_main .widget.pagespeed .scores .data-value{ font-size: 1.425rem; font-weight: 700; }
.app_main .widget.pagespeed .grades .data-value{ font-size: 1.75rem; font-weight: 700; }
.app_main .widget.pagespeed .data-title{ font-size: 0.9125rem; color: var(--secondary_text); }
.app_main .widget.pagespeed .data-value.error, #performance .pagespeed .value.error{ color: var(--grade_f); }
.app_main .widget.pagespeed .data-value.warning, #performance .pagespeed .value.warning{ color: var(--grade_d); }
.app_main .widget.pagespeed .data-value.success, #performance .pagespeed .value.success{ color: var(--grade_a); }
#performance .pagespeed .metrics .widget, #performance .pagespeed .preview{ margin-bottom: 10px; }
#performance .pagespeed .preview{ display: flex; justify-content: center; align-items: center; }
#performance .grades .widget .pagespeed_graph{ position: relative; }
#performance .grades .widget .pagespeed_graph .speed_value{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); font-weight: 700; font-size: 1.75rem; }

/* Projects */
/* Preview */
.app_main .project_view .project_info .project_name{ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.app_main .project_view .project_info .status_tag{ margin: 0 auto 20px; width: fit-content; display: block; font-weight: 400; padding: 8px 12px; border-radius: 5px; }
.app_main .project_view .project_preview .no_screenshot{ height: 250px; display: flex; flex-direction: column; justify-content: center; align-items: center; border: solid 1px #B0B0B0; background-color: #DFDFDF; color: #B0B0B0; cursor: pointer; }
.app_main .project_view .project_preview .no_screenshot .icon{ font-size: 2.75rem; padding: 0 0 25px; }
.app_main .project_view .project_preview .no_screenshot .title{ font-size: 1.35rem; padding: 0; }
.app_main .project_view .project_main .project_repos .repo_links{ list-style: none; margin: 0; padding: 9; display: flex; gap: 16px; flex-wrap: wrap; }
.app_main .project_view .project_main .project_repos .repo_links .repo{ width: calc( 50% - 8px ); padding: 0; }
.app_main .project_view .project_main .project_repos .repo_links .repo a{ display: block; padding: 12px 16px; text-decoration: none; display: flex; flex-direction: row; gap: 12px; flex-wrap: wrap; }
.app_main .project_view .project_main .project_repos .repo_links .repo .repo_icon{ width: 52px; }
.app_main .project_view .project_main .project_repos .repo_links .repo .repo_icon .icon{ width: 52px; height: 52px; line-height: 52px; text-align: center; font-size: 1.75rem; }
.app_main .project_view .project_main .project_repos .repo_links .repo .repo_details{ flex: 1; }
.app_main .project_view .project_main .project_repos .repo_links .repo .repo_name{ font-size: 1.35rem; padding: 0 0 7px; }
.app_main .project_view .project_main .project_repos .repo_links .repo .source{ font-size: 0.975rem; padding: 0; }
.app_main .project_view .project_main .project_repos .repo_links .repo.github-com a{ color: #FFF; background-color: #333333; }
.app_main .project_view .project_main .project_repos .repo_links .repo.gitlab-com a{ color: #FFF; background-color: #554488; }
.app_main .project_view .project_main .project_repos .repo_links .repo.bitbucket-com a{ color: #FFF; background-color: #205081; }
.app_main .project_view .project_main .project_apis .subtitle{ font-size: 1.25rem; font-weight: 700; }
.app_main .project_view .project_main .project_apis .api_keys{ list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 0 30px; width: 100%; }
.app_main .project_view .project_main .project_apis .api_keys:not(:last-of-type){ margin-bottom: 18px; }
.app_main .project_view .project_main .project_apis .api_keys .title{ widtH: 100%; }
.app_main .project_view .project_main .project_apis .api_keys .apikey{ width: calc( 50% - 15px ); }
.app_main .project_view .project_main .project_apis .api_keys .apikey .keyitem{ display: flex; gap: 10px; flex-wrap: wrap; }
.app_main .project_view .project_main .project_apis .api_keys .apikey .keyitem > span{ line-height: 25px; height: 25px; vertical-align: middle; }
.app_main .project_view .project_main .project_apis .api_keys .apikey .keyitem .label{ width: 110px; font-weight: 700; }
.app_main .project_view .project_main .project_apis .api_keys .apikey .keyitem .data{ width: fit-content; max-width: calc( 100% - 155px ); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.app_main .project_view .project_main .project_apis .api_keys .apikey .keyitem .eye{ width: 25px; }
.app_main .project_view .project_main .project_apis .api_keys .apikey .keyitem .eye a{ display: block; text-decoration: none; }
.app_main .project_view .project_main .project_apis .api_keys .apikey .keyitem .eye .icon{ width: 25px; height: 25px; line-height: 25px; text-align: center; }
.app_main .project_view .project_main .project_apis .api_copied{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); height: 30px; line-height: 30px; padding: 6px 16px; box-sizing: content-box; border-radius: 5px; background-color: #202020; box-shadow: 0 2 5px rgba(0,0,0,.25); color: #FFF; font-weight: 700; z-index: 5; display: none; }
.app_main .project_view .project_main .hosting_domain .widget-body > p{ display: flex; gap: 10px; flex-wrap: wrap; }
.app_main .project_view .project_main .hosting_domain .widget-body > p > span{ vertical-align: top; }
.app_main .project_view .project_main .hosting_domain .label{ width: 155px; }
.app_main .project_view .project_main .hosting_domain .data{ flex: 1; }
/* Edit */
.app_main .project_desc .description .text-input{ height: 150px; }
.app_main .project_info .screenshot .loaded{ position: relative; }
.app_main .project_info .screenshot .loaded .btn.reload{ position: absolute; bottom: 15px; left: 50%; transform: translateX(-50%); opacity: 0; transition: opacity .2s ease; }
.app_main .project_info .screenshot .loaded:hover .btn.reload{ opacity: 1; }
.app_main .project_info .screenshot .loaded{ padding: 2px; border: solid 1px var(--accent); background-color: var(--white); }
.app_main .project_info .screenshot .loaded .image{ width: 100%; height: auto; }
.app_main .project_info .screenshot .inner:not(.loaded){ width: 100%; height: 350px; border: dashed 5px #CCC; padding: 30px; display: flex; flex-direction: column; justify-content: center; align-items: center; cursor: default; }
.app_main .project_info .screenshot .inner .title{ font-size: 1.35rem; color: #B0B0B0; font-weight: 700; padding: 0; line-height: 1.6; }
.app_main .project_info .screenshot .inner .icon{ font-size: 3rem; padding: 0 0 25px; color: #B0B0B0; }
.app_main .project_info .screenshot .inner .btn{ margin: 10px 0 0; }
.app_main .project_info .screenshot .error, .app_main .project_info .screenshot .loading{ display: none; }
.app_main .project_apis .project_genapi .notice{ padding: 5px 12px; font-size: 0.9275rem; font-weight: 700; color: #800; text-transform: uppercase; border-radius: 3px; border: solid 1px #800; background-color: #dec2c2; margin: 12px 0; }
.app_main .project_apis .project_genapi .btn{ width: 150px; background-color: var(--submit_bg); color: var(--white); border-radius: 5px; }
.app_main .project_apis .api_notice{ padding: 8px 12px; color: #0e8800; border-radius: 3px; border: solid 1px #0e8800; background-color: #d1dec2; margin: 0 0 12px; }
.app_main .project_apis .api_notice > p:not(:last-of-type){ padding: 0 0 8px; }
.app_main .project_apis .api_notice > p:last-of-type{ padding: 0; }
.app_main .project_apis .api_notice .label{ font-weight: 700; font-size: 1.125rem; display: block; }
.app_main .project_apis .api_notice .data{ display: block; overflow: hidden; text-overflow: ellipsis; padding: 5px 0; }

/* Invoices */
/* View */
.app_main .data-table.invoices .row.data .invoice .invoice-data .invoice-title{ font-size: 1.35rem; font-weight: 700; }
.app_main .data-table.invoices .row.data .invoice .invoice-data .invoice-meta{ font-size: 0.925rem; color: var(--secondary_text); }
.app_main .data-table.invoices .row.data .cost{ text-align: right; }
.app_main .data-table.invoices .row.data .status{ text-transform: uppercase; }
.app_main .data-table.invoices .row.data .status.paid{ color: var(--grade_a); }
.app_main .data-table.invoices .row.data .status.partial{ color: var(--grade_b); }
.app_main .data-table.invoices .row.data .status.unpaid{ color: var(--grade_d); }
.app_main .data-table.invoices .row.data .status.overdue{ color: var(--grade_f); }

/* Backups */
.app_main .sitedev .form .mxtoolbox .table .row.data td > *{ width: 100%; height: unset; }
.app_main .sitedev .form .mxtoolbox .table .row.data .label{ line-height: 42px; }
.app_main .sitedev .form .control > .loading_icon { display: none; }

/* Notes */
/* View */
.app_main .notes .list{ list-style: none; margin: 0; padding: 0; display: flex; gap: 30px; }
.app_main .notes .list li.note{ background-color: var(--widget_bg); border: solid 1px var(--accent); box-shadow: 0 2px 4px rgba(0,0,0,.2); width: calc( ( 100% / 3 ) - 20px ); padding: 0; }
.app_main .notes .list .note .note_link{ padding: 20px; display: flex; flex-direction: column; text-decoration: none; color: var(--primary_text); height: 100%; min-height: 250px; }
.app_main .notes .note_links { font-size: 0.9rem; padding: 10px 0 0; }
.app_main .notes .note_links a { font-weight: 400; }
.app_main .notes .list .note .note_text{ flex: 1; padding: 0 0 30px 0; }
.app_main .notes .list .note .note_date{ font-size: 0.9rem; color: var(--secondary_text); padding: 0; }
/* Form */
.app_main form#new_note .form-item.note{ max-width: 1000px; width: 100%; }
.app_main form#new_note .CodeMirror, .app_main form#new_note .CodeMirror-scroll { max-height: 400px; min-height: 400px; }

/* Settings */
.settings-form{ display: flex; flex-direction: row; gap: 25px; }
.settings-form .settings_bar{ width: 325px; position: relative; }
.settings-form .settings_bar .settings_links, .settings-form .settings_bar .settings_links .subsettings{ list-style: none; margin: 0; padding: 0; }
.settings-form .settings_bar .settings_links{ width: 325px; height: fit-content; background-color: var(--white); border: solid 1px var(--accent); position: fixed; left: 140px; top: 184px; }
.settings-form .settings_bar .settings_links .setting{ margin: 0; padding: 0; }
.settings-form .settings_bar .settings_links .setting .setting_link{ display: block; padding: 12px 17px; text-decoration: none; font-weight: 400; }
.settings-form .settings_bar .settings_links .subsettings{ background-color: var(--body_bg); }
.settings-form .settings_bar .settings_links .subsettings .setting .setting_link{ color: var(--primary_text); }
.settings-form .settings_main{ flex: 1; }

.settings-form .versioning .version_control .control > * { display: inline-block; vertical-align: middle; }
.settings-form .versioning .version_control .control > .latest_version { padding: 0 12px; }
.settings-form .versioning .version_control .control > .loading_icon { display: none; }
.settings-form .versioning .version_control .button-meta{ padding: 10px 0 25px; font-size: 0.875rem; color: var(--secondary_text); }
.settings-form .versioning .version_control .latest_version .version, .settings-form .versioning .version_control .button-meta .updated{ font-weight: 700; }

/* User Profile */
.app_main #profileform .user_password{ display: none; }

#json_overlay{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0,0,0,.65); z-index: 15; display: none; }
#json_export{ position: absolute; z-index: 16; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 600px; padding: 35px; }
#json_export #report_export{ position: relative; width: 100%; }
#json_export .close_export{ display: block; position: absolute; top: 0; right: 0; width: 42px; height: 42px; text-decoration: none; color: var(--primary_text); border-radius: 5px; }
#json_export .close_export:hover, #json_export .close_export:active, #json_export .close_export:focus{ color: var(--white); background-color: var(--secondary_text); }
#json_export .close_export .icon{ display: block; width: 42px; height: 42px; }
#json_export .close_export .icon::before{ display: block; width: 42px; height: 42px; line-height: 42px; text-align: center; }
#json_export .export-options{ list-style: none; margin: 0; padding: 20px 0; }

/* Markdown Editor */
.mdeditor{ width: 100%; height: 100%; display: flex; flex-direction: column; border: solid 1px #aeb1b8; }
.mdeditor .toolbar{ --buttonSize: 42px; line-height: var(--buttonSize); padding: 4px 12px; }
.mdeditor .toolbar .btn{ border: none; background-color: transparent; margin: 0 !important; padding: 0 !important; width: var(--buttonSize) !important; height: var(--buttonSize) !important; border-radius: 3px; line-height: var(--buttonSize); cursor: pointer; }
.mdeditor .toolbar .btn .icon{ line-height: var(--buttonSize); text-align: center; width: var(--buttonSize); font-size: 1rem; }
.mdeditor .textarea{ padding: 8px 12px; flex: 1; }
.mdeditor .previewarea #preview{ padding: 12px; height: 500px; }
.mdeditor .textarea .editor{ border: none !important; outline: none !important; background-color: transparent !important; width: 100% !important; height: 100% !important; line-height: 1.6 !important; padding: 12px !important; font-size: 1.05rem !important; font-family: 'Ubuntu Sans Mono', 'Courier New', Courier, monospace !important; resize: none !important; }

.mdeditor.light_mode{ background-color: #fbfbfb; }
.mdeditor.light_mode .toolbar{ background-color: #eceef3; }
.mdeditor.light_mode .toolbar .btn{ color: #6d6d6d; }
.mdeditor.light_mode .toolbar .btn:hover{ background-color: #e0e0e0; color: #323232; }

.mdeditor.dark_mode{ background-color: #1c1a1c; }
.mdeditor.dark_mode .toolbar{ background-color: #242024; }
.mdeditor.dark_mode .toolbar .btn{ color: #FFF; }
.mdeditor.dark_mode .toolbar .btn:hover{ background-color: #6b5580; color: #FFF; }
.mdeditor.dark_mode .textarea .editor{ color: #FFF; }
.mdeditor.dark_mode .previewarea #preview{ color: #FFF; }

@media print {
  .pagebreak { clear: both; page-break-after: always; }
  .section.cover .logo .screen { display: none; }
  .section.cover .logo .print { display: block; }
  .section.cover .container{ color: var(--primary_text); }
  .section.cover .section-content{ width: 100%; }
  .section.cover .report-title .title{ font-size: 3.25rem; line-height: 1.4; }
  .section.cover .report-meta .meta-item span{ display: block; }
  .section.cover .report-meta .meta-item .label{ padding: 0 0 12px; }
  .section:not(.cover){ padding: 0; }
  .container{ max-width: unset; padding: 0; }
  #report_header.sticky, #report_header{ display: none; }
  .section:not(.cover):not(.contents) .section-content{ padding: 0; background-color: unset; }
  .section .section-header .section-title, .section .section-header .section-subtitle{ text-align: left; }
  .section .widget-heading{ background-color: unset; color: var(--primary_text); }
}