@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

:root {
    --border-radius-large: 8px;
    --border-radius-small: 4px;
    --box-shadow-color: hsl(205, 19%, 46%);
}

*, *::before, ::after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    width: 100%;
    min-height: 100%;
    background: hsl(205, 19%, 53%);
    font-family: Inter, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    color: hsl(202, 62%, 95%);
    margin: 0;
}

.banner {
    position: fixed;
    width: 100%;
    height: 40px;
    top: 0;
    left: 0;
    font-size: 0.9rem;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.15em;
    z-index: 5;
}

.banner + .container {
    margin-top: 40px;
}

.banner--dev {
    background: hsl(19, 88%, 61%);
    border-bottom: 2px solid hsl(19, 86%, 50%);
    color: hsl(18, 89%, 90%);
}

.banner--demo {
    background: hsl(179, 23%, 43%);
    border-bottom: 2px solid hsl(179, 26%, 36%);
    color: hsl(180, 33%, 89%);
}

.banner--staging {
    background: hsl(51, 44%, 40%);
    border-bottom: 2px solid hsl(51, 53%, 34%);
    color: hsl(50, 42%, 86%);
}

.container {
    width: 100%;
    height: 100%;
}

.header {
    background: #fff;
    color: hsl(204, 35%, 25%);
    box-shadow: 0 6px 10px var(--box-shadow-color);
    padding: 32px;
}

.header__title {
    font-size: 1.6rem;
    font-weight: 800;
    color: hsl(204, 35%, 35%);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-left: -2px;
}

.header__subtitle {
    font-size: 1.2rem;
    font-weight: 700;
    color: hsl(204, 35%, 25%);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 12px;
}

.header-tools {
    padding: 16px;
}

.header-tool {
    margin-top: 8px;
}

.header-tool:not(:first-child) {
    margin-left: 32px;
}

.header-tool:before {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    content: '';
    vertical-align: middle;
    margin: 0 2px 2px 0;
}

.header-tool__newspaper:before {
    background-image: url('/images/icons/newspaper-small.svg');
}

.header-tool__select {
    padding: 4px;
}

.header-tool__newspaper-toggle {
    font-size: 0.9rem;
}

.header-tool__user {
    font-weight: 500;
}

.header-tool__user:before {
    background-image: url('/images/icons/employee-small.svg');
}

.header-tool__user-logout {
    margin-left: 8px;
}

.nav__link {
    display: inline-block;
    list-style: none;
    margin: 0 32px 0 0;
}

a {
    color: hsl(204, 35%, 25%);
}

main {
    width: 100%;
    max-width: 1850px;
    padding: 0 48px;
    margin: 0 auto;
}

.plantitle {
    font-weight: bold;
    float: left;
    clear: both;
}

.planvalue {
    padding-left: 10px;
    padding-bottom: 10px;
    float:left;
}

.box {
    background: #fff;
    color: hsl(204, 35%, 20%);
    border-radius: var(--border-radius-small);
    box-shadow: 0 6px 10px var(--box-shadow-color);
    padding: 48px;
    margin: 80px auto;
}

.box--narrow {
    max-width: 1200px;
}

.box--more-narrow {
    max-width: 800px;
}

.box--more-padding {
    padding: 80px;
}

.box-section {
    position: relative;
    margin-bottom: 48px;
}

.box-section:last-child {
    margin-bottom: 0;
}

.box-section--inline {
    display: inline-block;
    vertical-align: top;
    margin-right: 80px;
}

.box-section--inline:last-child {
    margin-right: 0;
}

.box-section--side-panel {
    background: #f2f2f2;
    border-radius: var(--border-radius-large);
    padding: 24px;
}

.box-section__fixed-right {
    position: absolute;
    top: 0;
    right: 0;
}

.box-section__heading {
    font-size: 20pt;
    line-height: 1;
    margin-bottom: 16px;
}

.box-section__heading--less-margin {
    margin-bottom: 8px;
}

.box-section__heading--underlined {
    border-bottom: 2px solid hsl(0, 0%, 92%);
    padding-bottom: 16px;
}

.box-section__heading2 {
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 16px;
}

.box-section__heading3 {
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom: 8px;
}

.box-section__paragraph {
    line-height: 1.5;
    margin: 4px 0 6px;
}

.box-section__paragraph--has-loader:before {
    display: inline-block;
    content: '';
    height: 16px;
    width: 16px;
    background-image: url('/images/icons/loading.svg');
    background-size: 16px 16px;
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 4px;
}

.box-section__paragraph--side-note {
    color: hsl(204, 25%, 50%);
}

.box-section--side-panel .box-section__paragraph--side-note {
    color: hsl(204, 25%, 40%);
    font-size: 0.9rem;
    font-weight: 500;
}

.box-section__icon--trash{
    background-image: url(../images/icons/trash.svg);
    width: 28px;
    height: 28px;
    background-size: 28px;
    cursor: pointer;
}

.box-section__icon--copy{
    background-image: url(../images/icons/copy.svg);
    width: 28px;
    height: 28px;
    background-size: 28px;
    cursor: pointer;
}

.block {
    margin-bottom: 32px;
}

.form__section {
    border-bottom: 2px solid #eee;
    margin: 24px 0;
}

.form__element {
    margin: 16px 0;
}

.box-section--side-panel .form__element {
    margin-top: 16px;
    margin-bottom: 16px;
}

.subscriber-section {
    background:#f0f0ff;
    margin-top:5px;
    margin-left:20px;
    padding:10px;
}

.form__element--inline {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
}

.form__element--has-error .form__input,
.form__element--has-error .form__select {
    border: 1px solid hsl(349, 70%, 48%);
}

.form__element-error-message {
    color: hsl(349, 70%, 48%);
    font-size: 0.9rem;
    font-weight: 500;
    margin-top: 4px;
}

.form__heading {
    margin-bottom: 8px;
}

.form__heading + .form__span {
    font-size: 1rem;
}

.form__help {
    display: block;
    background: hsl(204, 35%, 92%);
    color: hsl(204, 35%, 30%);
    border-radius: var(--border-radius-large);
    padding: 8px;
    width: 75%;
    margin-bottom: 5px;
}

.form__helper {
    display: inline-block;
    background: hsl(204, 35%, 92%);
    color: hsl(204, 35%, 30%);
    border-radius: var(--border-radius-large);
    padding: 8px;
}

.form__label {
    display: block;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.025em;
    margin-bottom: 8px;
}

.form__label--inline {
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0;
}

.disabled {
    font-weight: thin;
    color: lightgray;
}

.rate_entry {
    padding:5px;
}

.rate_entry_active {
    background-color:#f0fff0;
}

.rate_input {
    border: none;
    outline: none;
    font-size: 8pt;
    background-color: #f0fff0;
    text-align: right;
    width: 6em;
    margin-left: 4px;
    padding-right:3px;
    float: left;
}

.rate_days {
    background-color: #f5f5f5;
    width: 5em;
    float: left;
}

.rate_effective {
    background-color: #f0fff0;
    width: 9em;
    float: left;
}

.rate_header {
    background-color: #f0f0f0;
    float: left;
}


.form__label--inline--bold {
    display: inline-block;
    font-weight: 600;;
    margin-bottom: 0;
}

.form__label--inline--padded {
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0;
    padding-right:10px;
}

.form__label-helper {
    color: hsl(204, 25%, 35%);
    font-size: 0.8rem;
    font-weight: 500;
    margin-top: -4px;
    margin-bottom: 8px;
}

.form__input, .form__select, input, select {
    font-family: inherit;
    font-size: 0.95rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px;
}

.form__input--smaller, .form__select--smaller {
    font-size: 0.75rem;
    padding: 4px;
}

.planselect {
    font-size: 9pt;
}

.form__radio {
    margin: 8px 0;
}

.form__radio--inline {
    margin: 0 0 0 8px;
}

.form__submit, .button {
    background: linear-gradient(hsl(204, 28%, 44%), hsl(204, 28%, 32%));
    color: #fff;
    font-family: inherit;
    font-size: 0.75rem !important;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.1em;
    cursor: pointer;
    border: 1px solid hsl(204, 28%, 36%);
    padding: 12px;
    border-radius: var(--border-radius-large);
}

.form__submit:hover, .button:hover {
    background: hsl(204, 28%, 36%);
}

.button__wait, .button__wait:hover {
    background: gray;
}

.form__submit--smaller, .button--smaller {
    padding: 4px 10px;
}

.form [data-required="true"] label[for]::after {
    display: inline-block;
    content: '*';
    color: hsl(349, 70%, 38%);
    margin-left: 2px;
}

.button--text-only {
    background: none;
    color: hsl(204, 35%, 20%);
    text-decoration: underline;
    border: none;
    padding: 0;
}

.button--text-only:hover {
    background: none;
}

.form__submit--secondary, .button--secondary {
    background: linear-gradient(hsl(180, 30%, 80%), hsl(180, 30%, 72%));
    color: hsl(180, 30%, 22%);
    font-weight: 550;
    border: 1px solid hsl(180, 30%, 68%);
}

.button--active::before {
    display: inline-block;
    width: 16px;
    height: 16px;
    content: url('../images/icons/filter-blue.svg');
    vertical-align: bottom;
    margin-right: 8px;
}

.button--external-link::after {
    content: url('../images/icons/external-link.svg');
    vertical-align: bottom;
    margin-left: 8px;   
}

.form__submit--secondary:hover, .button--secondary:hover {
    background: hsl(180, 30%, 74%);
}

.button + .button--secondary {
    margin-left: 8px;
}

.form__input--large-text {
    font-size: 0.9rem;
}

.form__label--small-text,.form__input--small-text {
    font-size: 0.8rem;
}

.form__input--fullwidth {
    width: 100%;
}

.login-modal-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

.login-modal {
    width: 380px;
    background: #fff;
    border-radius: var(--border-radius-large);
    box-shadow: 0 6px 10px var(--box-shadow-color);
    padding: 40px;
}

.login-modal .form__element:last-child {
    margin-bottom: 0;
}

.login-modal__heading {
    color: hsl(204, 35%, 35%);
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.login-modal__subheading {
    color: hsl(204, 35%, 25%);
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.login-modal__footer-link {
    text-align: center;
    margin-top: 16px;
}

.flex {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.flex--grow {
    flex: 1 0 auto;
}

.flex--wrap {
    flex-wrap: wrap;
}

.flex--middle {
    align-items: center;
}

.flex--items-flex-end {
    align-items: flex-end;
}

.flex--same-height {
    align-items: stretch;
}

.flex--space-between {
    justify-content: space-between;
}

.flex--flex-end {
    justify-content: flex-end;
}

.flex--gap {
    column-gap: 24px;
}

.flex--three-wide > * {
    flex: 0 1 33%;
}

.flex--four-wide > * {
    flex: 0 1 25%;
}

/*Added by Damanjeet Dhillon for horizontal scrolling in dash elements and more*/
.flex--y-scroll{
    overflow-x: auto;
}
div.flex--y-scroll::-webkit-scrollbar {
    height: 3px;
    background: #ffffff;
} 
div.flex--y-scroll:hover::-webkit-scrollbar {
    height: 10px;
    background: #ffffff;
}
div.flex--y-scroll::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
div.flex--y-scroll::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: hsl(205, 19%, 46%);
}

.flex--nowrap {
    flex-flow: row nowrap;
}

.flex--side-panel > * {
    margin-right: 40px;
}

.flex--side-panel > :first-child {
    flex: 0 1 38%;
}

.detail-tiles {
    margin-top: 32px;
}

.detail-tile__title {
    color: hsl(204, 28%, 36%);
    font-weight: 500;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.ui-button {
    font-size: 10pt !important;
    background: linear-gradient(hsl(204, 28%, 44%), hsl(204, 28%, 32%)) !important;
    color: #fff !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    letter-spacing: 0.1em !important;
    cursor: pointer !important;
    border: 1px solid hsl(204, 28%, 36%) !important;
    border-radius: var(--border-radius-large) !important;
    padding: 12px !important;
}

.ui-dialog {
    font-size: 20pt;
}

.ui-dialog-title {
    color: white !important;
}

.ui-dialog-titlebar {
    background: linear-gradient(hsl(204, 28%, 44%), hsl(204, 28%, 32%)) !important;
}

.ui-dialog-content {
    background: white !important;
    font-family: inherit !important;
    font-weight: 500 !important;
}

.ui-icon-closethick{
    background-image: url('https://code.jquery.com/ui/1.13.2/themes/base/images/ui-icons_ffffff_256x240.png') !important;
}

.detail-tile__contents {
    font-size: 1.1rem;
    font-weight: 500;
}

.detail-tile__contents .detail-tile__filter{
    font-size: 0.75rem;
}

.detail-tile__icon::before {
    display: none;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    content: '';
    vertical-align: bottom;
    margin: 0 4px 1px 0;
}

.detail-tile__icon--dollar-sign::before {
    background-image: url('../images/icons/dollar-sign.svg');
    margin-right: 2px;
}

.detail-tile__icon--calendar::before {
    background-image: url('../images/icons/calendar.svg');
}

.detail-tile__icon--autorenew::before {
    background-image: url('../images/icons/autorenew.svg');
}

.detail-tile__icon--includes-print::before {
    background-image: url('../images/icons/includes-print.svg');
}

.dashboard-block {
    text-align: center;
}

.dashboard-block__link {
    display: block;
    height: 100%;
    background: hsl(180, 23%, 96%);
    font-size: 1.2rem;
    letter-spacing: 0.025em;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding: 40px;
}

.dashboard-block__link:hover {
    background: hsl(180, 33%, 90%);
}

.dashboard-block__image {
    margin-bottom: 16px;
}

.toggles {
    background: #f7f5e5;
    border-radius: var(--border-radius-small);
    padding: 16px 24px;
    margin-bottom: 16px;
}

.toggles__heading {
    display: block;
    color: hsl(51, 53%, 28%);
    font-size: 1rem;
    font-weight: 550;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    cursor: pointer;
    margin: 8px 0;
}

.toggles__heading::before {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 4px 1px 0;
}

.toggles__button {
    color: hsl(53, 53%, 93%);
    background: linear-gradient(hsl(51, 44%, 40%), hsl(51, 44%, 36%));
    font-family: inherit;
    font-size: 0.8rem;
    font-weight: 450;
    cursor: pointer;
    border: 1px solid hsl(51, 44%, 32%);
    border-radius: var(--border-radius-small);
    padding: 4px 16px;
    margin-right: 4px;
}

.toggles__button:hover {
    background: hsl(51, 44%, 36%);
}

.smaller-option {
    font-size: 10pt;
    color: #0F0F0F;
}

.subscription-button {
    width: 375px;
    margin-bottom: 5px;
}

.column-toggles {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    justify-content: start;
    align-items: start;
    margin: 8px 0;
}

.column-toggle {
    display: inline-block;
    position: relative;
    flex: 0 1 auto;
    margin: 16px 16px 0 0;
}

.column-toggle__label {
    display: inline-block;
    color: hsl(51, 43%, 28%);
    font-size: 0.95rem;
    line-height: 1;
    text-decoration: underline;
    cursor: pointer;
    padding: 4px 8px;
}

.toggle-toggle__label:before {
    content: url('../images/icons/eye.svg');
    vertical-align: bottom;
    margin-right: 8px;
}

.column-toggle__label:before {
    content: url('../images/icons/eye-off.svg');
    vertical-align: bottom;
    margin-right: 8px;
}

.column-toggle__checkbox {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.column-toggle__checkbox:checked + .column-toggle__label {
    color: hsl(51, 53%, 28%);
}

.column-toggle__checkbox:checked + .column-toggle__label::before {
    content: url('../images/icons/eye.svg');
}

.footer {
    text-shadow: 0 2px 2px var(--box-shadow-color);
    text-align: center;
    padding: 40px;
}

table {
    width: 100%;
    background: #fff;
    color: inherit;
    border-collapse: collapse;
    text-align: left;
    margin: 0 -4px;
}

table.table-data {
    width: auto;
    display: none;
}

table th[data-sortable], table.table-data tr, .table-data-wrapper tr, .gridjs-td, .list-link {
    cursor: pointer;
}

table tbody tr:not(:last-child) {
    border-bottom: 1px solid hsl(180, 33%, 82%);
}

table tbody tr:not(.fltrow):hover td {
    background: hsl(180, 33%, 94%);
}

table th, table td {
    line-height: 1.5;
    overflow: hidden;
    padding: 24px 16px;
}

table th {
    white-space: nowrap;
    padding-bottom: 4px;
}

table th:first-child, table td:first-child {
    padding-left: 4px;
}

table th:last-child, table td:last-child {
    padding-right: 4px;
}

table .right-aligned {
    text-align: right;
}

/* table filter row */
table .fltrow td {
    padding-top: 0;
    padding-bottom: 0;
}

table .fltrow select, table .fltrow input {
    padding: 4px;
}

table .fltrow select {
    width: 100%;
}

.hidden, .column-hidden {
    display: none;
}

.debug-box {
    position: relative;
    display: inline-block;
    background: hsl(18, 89%, 90%);
    color: hsl(19, 86%, 20%);
    border: 2px dashed hsl(19, 88%, 61%);
    font-family: Consolas, monospace;
    font-size: 0.8rem;
    line-height: 1.5;
    padding: 12px 32px 12px 12px;
}

.debug-box__title {
    font-weight: 700;
    letter-spacing: 0.025em;
    margin-bottom: 8px;
}

.status {
    display: inline-block;
    background: #ccc; /* fallback color */
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: var(--border-radius-small);
    padding: 8px 16px;
}

.status--active {
    background: hsl(130, 36%, 74%);
    color: hsl(130, 36%, 20%);
}

.status--active::before {
    display: inline-block;
    content: '\2713';
    font-weight: 600;
    margin-right: 2px;
}

.status--inactive {
    background: hsl(0, 0%, 78%);
    color: hsl(0, 0%, 28%);
}

.status--canceled {
    background: hsl(349, 57%, 84%);
    color: hsl(349, 70%, 28%);
}

.status--canceled::before {
    display: inline-block;
    content: '\2717';
    font-weight: 600;
    margin-right: 2px;
}

.status--smaller {
    font-size: 0.7rem;
    padding: 4px 8px;
}

.action-status {
    font-size: 1rem;
    line-height: 16px;
    margin: 0 8px;
}

.action-status > * {
    display: none;
    font-weight: 500;
}

.action-status > *:before {
    display: inline-block;
    content: '';
    height: 16px;
    width: 16px;
    background-size: 16px 16px;
    vertical-align: bottom;
    margin-right: 4px;
}

.action-status--loading {
    color: #444;
}

.action-status--loading:before {
    background-image: url('/images/icons/loading.svg');
}

.action-status--success {
    color: hsl(122, 21%, 48%);
}

.action-status--success:before {
    background-image: url('/images/icons/success-small.svg');
}

.action-status--error {
    color: hsl(349, 70%, 48%);
}

.action-status--error:before {
    background-image: url('/images/icons/error-small.svg');
}

.weekdaycheckbox {
    margin-left: 10px;
}

.message {
    display: inline-block;
    border-radius: var(--border-radius-small);
    font-weight: 425;
    line-height: 1.6;
    border-left-width: 4px;
    border-left-style: solid;
    padding: 12px 16px;
    margin-bottom: 8px;
}

.message--full-width {
    display: block;
}

.message--info {
    background: hsl(204, 35%, 92%);
    color: hsl(204, 35%, 30%);
    border-left-color: hsl(204, 21%, 44%);
}

.message--info a {
    color: hsl(204, 35%, 30%);
}

.message--success {
    background: hsl(125, 35%, 92%);
    color: hsl(125, 35%, 30%);
    border-left-color: hsl(125, 21%, 44%);
}

.message--success a {
    color: hsl(125, 35%, 30%);
}

.message--warning {
    background: hsl(50, 42%, 86%);
    color: hsl(51, 53%, 34%);
    border-left-color: hsl(51, 36%, 47%);
}

.message--warning a {
    color: hsl(51, 53%, 34%);
}

.message--error {
    background: hsl(348, 69%, 91%);
    color: hsl(349, 70%, 38%);
    border-left-color: hsl(349, 48%, 52%);
}

.message--error a {
    color: hsl(349, 70%, 38%);
}

pre.info {
    background: hsl(57, 57%, 92%);
    border-left: 4px solid hsl(57, 57%, 56%);
    border-radius: var(--border-radius-small);
    color: hsl(57, 70%, 10%);
    font-family: Consolas, monospace;
    font-size: 0.9rem;
    line-height: 1.3;
    white-space: pre-wrap;
    padding: 16px  20px;
    margin: 16px 0;
}

pre.error {
    background: hsl(349, 57%, 92%);
    border-left: 4px solid hsl(349, 57%, 56%);
    border-radius: var(--border-radius-small);
    color: hsl(349, 70%, 16%);
    font-family: Consolas, monospace;
    font-size: 0.9rem;
    line-height: 1.3;
    white-space: pre-wrap;
    padding: 0 20px;
    margin: 16px 0;
}

pre.error br:first-child {
    display: none;
}

#select2-report-newspaper-dropdown-results,
#select2-carrier-newspapers-dropdown-results,
#select2-newspaper-plan-dropdown-results,
#select2-dash-report-newspaper-dropdown-results {
    font-size: 12pt;
    color: black;
    background-color: white;
}

#dash-report-newspaper-list-wrapper {
    width: 100%;
}

#dash-report-newspaper-list-wrapper 
.select2.select2-container {
    width: 100% !important;
}

#dash-report-newspaper-list-wrapper 
.select2-container--default 
.select2-selection--multiple {
    max-height: 150px;
    overflow-x: auto;
}

.dashboard-chart-card .dashboard-chart-container {
    min-height: 33vh;
}

.dashboard-chart-card .dashboard-chart-container.pie-chart {
    max-width: 55%;
    margin: 0 auto;
}

.dashboard-chart-card .resize-chart-button .dash-chart-icon {
    max-width: 16px;
}

.dashboard-chart-card .resize-chart-button .dash-chart-icon.open {
    display: inline;
}

.dashboard-chart-card .resize-chart-button .dash-chart-icon.close {
    display: none;
}

.dashboard-chart-card .chart_filter_bar {
    display: none;
}

.dashboard-chart-card.full-screen {
    width: 100% !important;
    height: 100% !important;
    position: fixed;
    top: 3%;
    background: white;
    padding: 35px 120px;
    left: 0%;
    z-index: 9999;
}

.dashboard-chart-card.full-screen .resize-chart-button .dash-chart-icon.open {
    display: none;
}

.dashboard-chart-card.full-screen .resize-chart-button .dash-chart-icon.close {
    display: inline;
    padding: 5px;
}

.dashboard-chart-card.full-screen .chart_filter_bar {
    display: inline-flex;
    gap: 15px;
}

.dashboard-chart-card.full-screen .chart_filter_bar .form__element {
    display: flex; 
    gap: 20px; 
    flex-direction: row; 
    align-items: flex-end;
    justify-content: center;
}

.dashboard-chart-card.full-screen .dashboard-chart-container {
    max-width: 80%;
    margin: 0 auto;
}

.dashboard-chart-card.full-screen .dashboard-chart-container.pie-chart {
    max-width: 40% !important;
    margin: 0 auto;
}

.available_labels {
    overflow: hidden;
    max-height: 100px;
    overflow-y: auto;
    list-style-type: none;
    background-color: white;
    border: 1px solid #ccc;
}

.available_labels__label {
    margin-bottom: 5px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
}

.available_labels__label:last-child {
    margin-bottom: 0px;
}

.available_labels p {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;

}

.available_labels__label:hover {
    color: white;
    background-color: hsl(204, 35%, 20%);  
}

.selected_labels .selected_labels__label_added {
    position: relative;
    display: inline-block;
    background: hsl(204, 35%, 92%);
    color: hsl(204, 35%, 30%);
    border-radius: var(--border-radius-large);
    padding: 8px;
    margin: 5px;
    margin-bottom: 13px;
    
}

.selected_labels__close-icon {
    position: absolute;
    top: -7px;
    left: -2px;
    font-weight: bold;
    cursor: pointer;
    font-size: 12px;
    opacity: 0;
}

.optgroup {
    font-weight: normal;
    font-size: 10pt;
}

.optgroup1 {
    text-indent: 10px;
    margin-left:20px;
    padding-left:20px;
    font-weight: normal;
    font-size: 9pt;
}

.selected_labels__label_added:hover .selected_labels__close-icon {
    opacity: 1;
}

.publication_groups {
    margin-top: 16px;
    max-height: 320px;
    overflow-y: auto;
}

.publication_groups_publication_group {
    margin-top: 4px;
}

.editor {
    position: relative;
}

.editor__options {
    display: flex;
    align-items: center;
    background-color: #213542;
    box-sizing: border-box;
    justify-content: space-between;
}

.editor__content, .editor__preview, .editor__help {
    width: 100%;
    font-size: 16px;
    padding: 16px 40px;
    height: 400px;
    max-height: 400px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    overflow-y: auto;
    width: 50%;
}

.editor__content:focus, .editor__preview:focus {
    outline: none;
}

.editor__options__group {
    display: flex;
    align-items: center;
}

.editor img {
    height: 16px;
}

.editor button, .editor select {
    min-height: 32px;
    min-width: 24px;
    background-color: transparent;
    border: 1px solid white;
    border: unset;
    color: white;
    padding: 8px;
    cursor: pointer;
}

.editor select {
    padding: 0;
    outline: none;
}

.editor select > option {
    color: #213542;
}

.editor__options button {
    color: white;
    font-family: 'Courier New', Courier, monospace;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.editor__options__group__option sup, .editor__options__group__option sub {
    font-size: 8px;
}

.editor__options__colorpicker {
    position: relative;
    display: inline-block;
}

.editor__options__colorpicker .arrow-down {
    font-size: 8px;
}

.editor__options__colorpicker button {
    padding: 4px 8px;
    cursor: pointer;
}

.editor__options__colorpicker__underline {
    position: absolute;
    height: 3px;
    width: 24px;
    background-color: white;
    bottom: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.editor__options__colorpicker input[type="color"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.editor__content {
    resize: none;
}

.editor__preview {
    float: right;
    position: relative;
}

.editor__preview::before {
    content: 'Preview';
    position: absolute;
    font-size: 32px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(0, 0, 0, 0.7);
    opacity: .2;
}

.option--hover:hover {
    transform: scale(1.2);
}

.editor__help {
    width: 50%;
    position: absolute;
    float: right;
    right: 0;
    top: 0;
    background-color: white;
    display: none;
    height: 434px;
    max-height: 434px;
}

.editor__help .close {
    position: absolute;
    right: 20px;
    cursor: pointer;
}

.editor__help .use-variable {
    cursor: pointer;
}

.process {
    overflow: auto;
}

.process .button {
    margin-top: 5px;
    margin-right: 5px;
}

.process table {
    table-layout: fixed;
}

.process select {
    margin-bottom: 5px;
}

.process td {
    vertical-align: top;
}

.process td select {
    width: 100%;
    max-width: 100%;
}

.preprocess-row__deleted {
    text-decoration: line-through;
    opacity: 0.4;
}

.loading {
    background-color: white;
    z-index: 2;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading__animation {
    border: 16px solid #f3f3f3;
    border-top: 16px solid hsl(204, 35%, 20%); 
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}
  
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}