﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

/* https://coolors.co/palette/000000-2f4550-586f7c-b8dbd9-f4f4f9 */

html, body {
    font-family: "articulat-cf", sans-serif!important;
    background-color: #F4F5F7;
}

/*
a, .btn-link {
    color: #0366d6;
}
 */

/*
.btn-primary {
    color: #fff;
    background-color: #008080;
    border: 1px solid #D9DBE1;
}

.btn-primary:hover {
    color: #fff;
    background-color: #006666;
    border: 1px solid #006666;
}

.btn-secondary {
    color: #008080;
    background-color: transparent;
    border: 1px solid #008080;
    margin: 1px;
}

.btn-secondary:hover {
    color: #008080;
    background-color: #E5F2F2;
}
*/
.notoggle .dropdown-toggle{
    visibility: collapse;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* Toast */
.o-toast {
    display: none;
    padding: 0.5rem;
    color: #fff;
    z-index: 999;
    position: absolute;
    width: 40rem;
    top: 2rem;
    border-radius: 0.5rem;
    right: 2rem;
}

.o-toast-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1rem;
    font-size: 2.5rem;
}

.o-toast-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left: 1rem;
}

.o-toast-body p {
    margin-bottom: 0;
}

.o-toast-visible {
    display: flex;
    flex-direction: row;
    animation: fadein 0.5s;
}

.o-toast-hiding {
    display: flex;
    flex-direction: row;
    animation: fadeout 0.5s;
    opacity: 0;
}

.widget-disabled {
    background-color: #E6E8ED80;
    color: #888;
    padding: 1rem;
    border: 1px solid #E6E8ED80;
    border-radius: 5px;
    margin: 0;
}

.widget-active {
    background-color: white;
}

a.app-title {
    color: black;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    height: 30px;
}

.app-title a img {
    height: 45px;
    align-self: center;
    margin-bottom: 5px;
    opacity: 0.8;
}

.app-title a span {
    vertical-align: middle;
}

.dx-menu-bar{
    background-color: #f9f9f9;
}

.page-title{
    margin-left: 1rem;
    align-self: center;
    background: silver;
    padding: 8px;
    border-radius: 4px;
    color: white;
}

.box-title {
    background-color: #E6E8ED;
    margin: 0;
    height: 45px;
    padding: 0.5rem;
    font-weight: 600;
}

.text-smaller {
    font-size: 75%;
}

.text-bigger {
    font-size: 125%;
}

.edit-memo-src textarea {
    border: none;
    border-radius: 0;
}

.edit-memo-tgt textarea {
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.wrapped-column {
    white-space: normal;
    word-wrap: anywhere;
}

.app-load-title {
    font-weight: 700;
    font-size: 34px;
    color: black;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -4rem;
    margin-top: -8rem;
    alignment: center;
}

.app-load-subtitle {
    font-size: 20pt;
    font-weight: normal;
    color: black;
    margin: 1rem 1rem 1rem 1rem;
}

.app-load-logo {
    height: 112px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -60px;
    margin-top: -56px;
}

/* review states in review view */
.review-not{
    
}

.review-good{
    background-color: #E5F2F2;    
}

.review-bad{
    background-color: #F8EBE9;
}

.review-good-selected {
    background-color: #26b050!important;    
}

.review-bad-selected {
    background-color: #ff6060!important;
}

/* opacity */
.opacity-loading {
    opacity: 20%;
}

/* loader */
.spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #3e016f;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1.0);
          transform: scale(1.0);
      }
}
/* loader finish */

.cat-grid thead{
    height: 45px;
    background-color: #E6E8ED;
}

.cat-grid thead {
    border-radius: 5px;
}

.cat-grid thead th:first-child {
    border-radius: 5px 0 0 0;
}

.cat-grid thead th:last-child {
    border-radius: 0 5px 0 0;
}

.cat-grid .table-bordered {
    border: 1px solid #F4F5F7;
}

.cat-grid .table-bordered td {
    border: 1px solid #F4F5F7;
}

.cat-grid .table-bordered th {
    border: 1px solid #F4F5F7;
}

.cat-grid .card {
    border: 1px solid #F4F5F7;
    border-radius: 5px;
}

.cat-grid .bg-primary {
    background-color: #80bfbf!important;
    color: black!important;
}

.cat-grid tbody td {
    font-size: 14px;
}

.validations-warning {
    background-color: #e5cb80;
}

.menu-buttons {
    cursor: pointer;
    height: 35px;
    color: #979FB2;
}

.menu-buttons .menu-button {
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 700;
    border: 0 solid #D9DBE1;
    border-width: 1px 0 1px 0;
}

.menu-buttons .menu-button:first-child {
    border-radius: 5px 0 0 5px;
    border-width: 1px 0 1px 1px;
}

.menu-buttons .menu-button:last-child {
    border-radius: 0 5px 5px 0;
    border-width: 1px 1px 1px 0;
}

.menu-buttons .menu-button.checked {
    background-color: #008080;
    color: white;
}

.octo-combo .form-control {
    background-color: white;
}

.octo-combo .btn-secondary {
    background-color: transparent;
    border-color: transparent;
    color: black;
}

.feedback {
    color: #008080!important;
    font-size: 14px;
    text-decoration: none;
}

.icon-user {
    display: inline-block;
    background-image: url("/images/icon_user.svg");
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.active .icon-user {
    filter: brightness(255);
}

.icon-review {
    display: inline-block;
    background-image: url("/images/icon_review.svg");
    background-position: center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.jobs-list, .octogrid {
    margin: 3px;
}

.overflowy {
    overflow-y: auto;
    overflow-x: hidden;
}

.octogrid, .overflowx {
    overflow-x: hidden;
    overflow-y: auto;
}

.jobs-list-header,
.octogrid-header {
    height: 48px;
    background-color: #E6E8ED;
    border: 1px solid #E6E8ED;
    border-radius: 5px 5px 0 0;
    font-size: 18px;
    font-weight: 700;
    padding: 7px;
}

.octogrid-header-sub {
    height: 48px;
    background-color: #E6E8ED;
    font-size: 18px;
    font-weight: 700;
}

.jobs-list-row,
.octogrid-content .row {
    background-color: white;
    margin: 2px;
    padding: 8px;
    cursor: pointer;
}

.octogrid .row.active {
    background-color: #80bfbf;
}

.word-break {
    word-break: break-word;
}

.jobs-name {
    font-size: 18px;
    font-weight: 600;
}

.jobs-state {
    font-size: 10px;
}

.jobs-documents-count {
    font-size: 10px;
}

.opacity-avatar {
    opacity: 0.6;
}

.version-number{
    font-weight: 300;
    color: #888;
    font-size: 14px;
}

.custom-drop-zone {
    padding: 1rem !important;
    border-style: dashed !important;
    border-width: 2px !important;
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.custom-drop-zone.custom-drag-over {
    background-color: #868A8D;
}

.pw-800 {
    max-width: 1000px!important;
}

.floating-update-button {
    position: fixed;

    left: 0;
    right: 0;
    margin: auto;
    top: 5px;
    width: 600px;

    padding: 1rem 1.5rem;
    
    z-index: 1000;

    animation: fadein 2s ease-out;
}

@keyframes fadein {
    from { top: -100%; }
    to { top: 5px; }
}

.segment-content {
    line-height: 1.6em;
}

.tag{
    background: #9fcdff;
    border: 1px solid #4a9ef8;
    padding: 1px;
}

.entity {
    background: #ffe8a1;
    border: 1px solid #fdd544;
    padding: 1px;
}

.html-tag {
    background: #9fcdff;
    border: 1px solid #4a9ef8;
    padding: 1px;
}

.html-symbol, .placeholder, .escape-sequence {
    background: #ffe8a1;
    border: 1px solid #fdd544;
    padding: 1px;
}

.issue {
    color: darkred;
    text-decoration-line: spelling-error;
}

.rtl {
    /* direction: rtl;
    unicode-bidi: bidi-override; */
    text-align: right;
}

/* Loader */
.spinner-border {
    border: 3px solid;
    border-color: #008080 #bfbfbf #bfbfbf;
    width: 40px;
    height: 40px;
}

.spinner-border .absolute {
    position: absolute;
    left: 50%;
    top: 50%;
}

.focused-row {
    --dxbl-grid-focus-color: black;
    --dxbl-grid-focus-bg: lightgray;
}

.context-size-spin-edit {
    width: 70px;
}

.iconify-icon {
    min-width: 1.8rem!important;
    min-height: 1.8rem!important;
}

.oui--docked-right {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M3 1h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2m0 1a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1z'/%3E%3Cpath fill='black' d='M9 3.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.oui--docked-bottom {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M3 1h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2m0 1a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1z'/%3E%3Cpath fill='black' d='M3 9.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.ix--open-file-filled {
    display: inline-block;
    width: 512px;
    height: 512px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cg fill='%23000' fill-rule='evenodd'%3E%3Cpath d='m220.75 85.334l53.889 42.61l-64.003 64.016h-93.985L44.004 426.667h-1.337V85.334zM148.114 234.62l330.757.005l-58.287 192.041H88.667z'/%3E%3Cpath fill-rule='nonzero' d='M426.667 42.667V192H384v-76.497L307.503 192h-60.34L353.83 85.333h-76.496V42.668z'/%3E%3C/g%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.solar--play-bold {
    display: inline-block;
    width: 24px;
    height: 24px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M21.409 9.353a2.998 2.998 0 0 1 0 5.294L8.597 21.614C6.534 22.737 4 21.277 4 18.968V5.033c0-2.31 2.534-3.769 4.597-2.648z'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.fluent--play-settings-20-filled {
    display: inline-block;
    width: 20px;
    height: 20px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='M17.222 8.685a1.5 1.5 0 0 1 0 2.628L11.99 14.19a5.5 5.5 0 0 0-6.992-4.982V4.502a1.5 1.5 0 0 1 2.223-1.314zM4.064 11.442a2 2 0 0 1-1.43 2.478l-.462.118a4.7 4.7 0 0 0 .01 1.016l.35.083a2 2 0 0 1 1.456 2.519l-.127.422q.388.307.835.518l.325-.344a2 2 0 0 1 2.91.002l.337.358q.44-.203.822-.498l-.156-.556a2 2 0 0 1 1.43-2.479l.46-.117a4.7 4.7 0 0 0-.01-1.017l-.348-.082a2 2 0 0 1-1.456-2.52l.126-.421a4.3 4.3 0 0 0-.835-.519l-.325.344a2 2 0 0 1-2.91-.001l-.337-.358a4.3 4.3 0 0 0-.821.497zM6.499 15.5a1 1 0 1 1 0-2a1 1 0 0 1 0 2'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.material-symbols--view-column-sharp {
    display: inline-block;
    width: 24px;
    height: 24px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M3 19V5h5.325v14zm6.325 0V5h5.325v14zm6.325 0V5h5.325v14z'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.material-symbols--settings {
    display: inline-block;
    width: 24px;
    height: 24px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='m9.25 22l-.4-3.2q-.325-.125-.612-.3t-.563-.375L4.7 19.375l-2.75-4.75l2.575-1.95Q4.5 12.5 4.5 12.338v-.675q0-.163.025-.338L1.95 9.375l2.75-4.75l2.975 1.25q.275-.2.575-.375t.6-.3l.4-3.2h5.5l.4 3.2q.325.125.613.3t.562.375l2.975-1.25l2.75 4.75l-2.575 1.95q.025.175.025.338v.674q0 .163-.05.338l2.575 1.95l-2.75 4.75l-2.95-1.25q-.275.2-.575.375t-.6.3l-.4 3.2zm2.8-6.5q1.45 0 2.475-1.025T15.55 12t-1.025-2.475T12.05 8.5q-1.475 0-2.488 1.025T8.55 12t1.013 2.475T12.05 15.5'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.material-symbols--mail {
    display: inline-block;
    width: 24px;
    height: 24px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M4 20q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v12q0 .825-.587 1.413T20 20zm8-7l8-5V6l-8 5l-8-5v2z'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.material-symbols--mail-outline {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%232F4550' d='M4 20q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v12q0 .825-.587 1.413T20 20zm8-7L4 8v10h16V8zm0-2l8-5H4zM4 8V6v12z'/%3E%3C/svg%3E");
}

.material-symbols--mail-red {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23d5420e' d='M4 20q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v12q0 .825-.587 1.413T20 20zm8-7l8-5V6l-8 5l-8-5v2z'/%3E%3C/svg%3E");
}

.material-symbols--add-circle {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%232F4550' d='M11 17h2v-4h4v-2h-4V7h-2v4H7v2h4zm1 5q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22'/%3E%3C/svg%3E");
}

.material-symbols--delete-forever {
    display: inline-block;
    width: 24px;
    height: 24px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='m9.4 16.5l2.6-2.6l2.6 2.6l1.4-1.4l-2.6-2.6L16 9.9l-1.4-1.4l-2.6 2.6l-2.6-2.6L8 9.9l2.6 2.6L8 15.1zM7 21q-.825 0-1.412-.587T5 19V6H4V4h5V3h6v1h5v2h-1v13q0 .825-.587 1.413T17 21z'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.material-symbols--delete-forever-outline-rounded {
    display: inline-block;
    width: 24px;
    height: 24px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M7 21q-.825 0-1.412-.587T5 19V6q-.425 0-.712-.288T4 5t.288-.712T5 4h4q0-.425.288-.712T10 3h4q.425 0 .713.288T15 4h4q.425 0 .713.288T20 5t-.288.713T19 6v13q0 .825-.587 1.413T17 21zM17 6H7v13h10zM7 6v13zm5 7.9l1.9 1.9q.275.275.7.275t.7-.275t.275-.7t-.275-.7l-1.9-1.9l1.9-1.9q.275-.275.275-.7t-.275-.7t-.7-.275t-.7.275L12 11.1l-1.9-1.9q-.275-.275-.7-.275t-.7.275t-.275.7t.275.7l1.9 1.9l-1.9 1.9q-.275.275-.275.7t.275.7t.7.275t.7-.275z'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.material-symbols--edit-rounded {
    display: inline-block;
    width: 24px;
    height: 24px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M4 21q-.425 0-.712-.288T3 20v-2.425q0-.4.15-.763t.425-.637L16.2 3.575q.3-.275.663-.425t.762-.15t.775.15t.65.45L20.425 5q.3.275.437.65T21 6.4q0 .4-.138.763t-.437.662l-12.6 12.6q-.275.275-.638.425t-.762.15zM17.6 7.8L19 6.4L17.6 5l-1.4 1.4z'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.material-symbols--edit-outline {
    display: inline-block;
    width: 24px;
    height: 24px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M5 19h1.425L16.2 9.225L14.775 7.8L5 17.575zm-2 2v-4.25L16.2 3.575q.3-.275.663-.425t.762-.15t.775.15t.65.45L20.425 5q.3.275.438.65T21 6.4q0 .4-.137.763t-.438.662L7.25 21zM19 6.4L17.6 5zm-3.525 2.125l-.7-.725L16.2 9.225z'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.material-symbols--reset-settings {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%232F4550' d='M13 15.75v-1.5h4v1.5zM14.5 21v-1.25H13v-1.5h1.5V17H16v4zm2.5-1.25v-1.5h4v1.5zM18 17v-4h1.5v1.25H21v1.5h-1.5V17zm2.775-7H18.7q-.65-2.2-2.475-3.6T12 5Q9.075 5 7.037 7.038T5 12q0 1.8.813 3.3T8 17.75V15h2v6H4v-2h2.35Q4.8 17.75 3.9 15.938T3 12q0-1.875.713-3.512t1.924-2.85t2.85-1.925T12 3q3.225 0 5.663 1.988T20.775 10'/%3E%3C/svg%3E");
}

.material-symbols-light--folder-open-outline {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%232F4550' d='M4.5 19q-.633 0-1.066-.434Q3 18.133 3 17.5V6.616q0-.633.491-1.125Q3.983 5 4.615 5h4.981l2 2h7.789q.517 0 .903.28t.539.72h-9.633l-2-2H4.615q-.269 0-.442.173T4 6.616v10.769q0 .211.106.346t.279.23l2.265-7.576h16.216l-2.268 7.556q-.142.476-.545.768q-.403.291-.9.291zm.927-1h14.112l1.972-6.616H7.4zm0 0L7.4 11.385zM4 8V6z'/%3E%3C/svg%3E");
}

.fluent--document-arrow-right-16-regular {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%232F4550' d='M4 3a2 2 0 0 1 2-2h3.586a1.5 1.5 0 0 1 1.06.44l2.915 2.914A1.5 1.5 0 0 1 14 5.414V13a2 2 0 0 1-2 2H8.663a5.5 5.5 0 0 0 1.08-1H12a1 1 0 0 0 1-1V6h-2.5A1.5 1.5 0 0 1 9 4.5V2H6a1 1 0 0 0-1 1v2.022a5.5 5.5 0 0 0-1 .185zm6.5 2h2.293L10 2.207V4.5a.5.5 0 0 0 .5.5m-5 1a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9m2.353 4.854l.003-.003A.5.5 0 0 0 8 10.503v-.006a.5.5 0 0 0-.146-.35l-2-2a.5.5 0 1 0-.708.707L6.293 10H3.5a.5.5 0 0 0 0 1h2.793l-1.147 1.146a.5.5 0 0 0 .708.708z'/%3E%3C/svg%3E");
}

.fluent--star-arrow-right-start-24-regular {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%232F4550' d='M10.788 3.102c.495-1.003 1.926-1.003 2.421 0l2.358 4.778l5.273.766c1.107.16 1.549 1.522.748 2.303l-3.816 3.719l.901 5.25c.19 1.104-.968 1.945-1.959 1.424l-3.956-2.08a6.6 6.6 0 0 0 .24-1.569l4.145 2.18l-.862-5.03a1.35 1.35 0 0 1 .388-1.194l3.654-3.562l-5.05-.734a1.35 1.35 0 0 1-1.016-.739L11.998 4.04L9.74 8.614a1.35 1.35 0 0 1-1.016.739l-5.05.734l1.158 1.129a6.5 6.5 0 0 0-1.517.616l-.906-.883c-.801-.781-.359-2.142.748-2.303L8.43 7.88zM12 17.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0M3.5 17a.5.5 0 0 0 0 1h4.793l-1.647 1.646a.5.5 0 1 0 .708.707l2.5-2.5a.5.5 0 0 0 0-.707l-2.5-2.5a.5.5 0 1 0-.708.707L8.293 17z'/%3E%3C/svg%3E");
}

.appbar {
    border: 0;
    border-bottom: 1px solid #E6E8ED;
    margin-bottom: 12px;
    color: #000;
    min-height: 44px;
    max-height: 44px;
}

.qa-view-tabs .dxbl-active {
    background-color: white!important;
    border-bottom-color: white!important;
    color: black!important;
    font-weight: bold;
}

.job-modal-popup {
    min-width: 50vw;
}

.job-profile-dropdown{
    min-width: 550px;
}

.grid-title{
    font-size: 14pt;
    font-weight: bold;
}

.icon-btn {
    padding: 0!important;
}

.octoeditor-grid {
    border-radius: 8px!important;
}

/*
.octoeditor-grid .dxbl-grid-toolbar-container {
    background-color: #B8DBD980;
    border-radius: 8px 8px 0 0;
}
*/

.octoeditor-grid dxbl-toolbar-item button{
    border-radius: 8px;
}

.qa-view-job-label {
    font-weight: 300;
    font-size: 12px;
}

.qa-view-job-name{
    font-weight: bold;
    padding-top: 6px;
    font-size: 14px
}

.import-dx-upload .dxbl-upload-cancel-btn {
    visibility: collapse;
}

.rws-icon {
    height: 32px!important;
}

.grid-edit-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("/images/Edit-Spark--Streamline-Core.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.grid-edit-icon:hover {
    background-image: url("/images/Edit-Spark--Streamline-Core-Fill.svg");
}

.add-file-icon {
    display: inline-block;
    width: 30px!important;
    height: 30px;
    background-image: url("/images/File-Add-Alternate--Streamline-Core.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.validate-icon {
    display: inline-block;
    width: 30px!important;
    height: 30px;
    background-image: url("/images/Heart-Rate-Search--Streamline-Core.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.column-chooser-icon {
    display: inline-block;
    width: 30px!important;
    height: 30px;
    background-image: url("/images/Polaroid-Four--Streamline-Core.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.export-report-icon {
    display: inline-block;
    width: 30px!important;
    height: 30px;
    background-image: url("/images/Download-File--Streamline-Core.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.tags-icon {
    display: inline-block;
    width: 30px!important;
    height: 30px;
    background-image: url("/images/Sign-Hashtag--Streamline-Core.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.context-icon {
    display: inline-block;
    width: 30px!important;
    height: 30px;
    background-image: url("/images/Text-Flow-Rows--Streamline-Core.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

/* grid overflowing DxTab fix */
.dxbl-modal-content, .dxbl-tabs-content-panel {
    height: 100%;
}

/* Tabs */

.tab-content {
    transition: opacity 0.15s ease-in-out;
}

.tab-content.active {
    opacity: 1;
    pointer-events: auto;
    position: relative;
    height: 100%;
    overflow-y: auto;
}

.tab-content.inactive {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.toolbar-button {
    width: 155px;
}

.dxbl-adaptive-item-state-no-text .toolbar-button {
    width: auto;
}


/* Validation view */

.validation-container {
    display: flex;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

/* Default layout: context on right */
.validation-container {
    flex-direction: row;
}

/* When context is on bottom */
.validation-container.context-bottom {
    flex-direction: column;
}

.main-content {
    flex: 1;
    min-width: 0;
    min-height: 0;
    transition: all 0.3s ease-in-out;
    height: 100%; /* Ensure main content takes full height */
}

.context-panel {
    background-color: #f8f9fa;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

/* Context panel on right (default) */
.context-panel {
    width: 35%;
    min-width: 200px;
    max-width: 50%;
    border-left: 1px solid #dee2e6;
    height: 100%;
}

/* Context panel on bottom - override the right positioning */
.validation-container.context-bottom .context-panel.context-visible {
    width: 100% !important;
    height: 25% !important;
    min-height: 150px !important;
    max-height: 40% !important;
    min-width: unset !important;
    max-width: unset !important;
    border-left: none !important;
    border-top: 1px solid #dee2e6 !important;
}


/* Smooth transitions for showing/hiding context */
.context-panel.context-hidden {
    width: 0;
    height: 0;
    opacity: 0;
    transform: scale(0.95);
}

.context-panel.context-visible {
    opacity: 1;
    transform: scale(1);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .validation-container {
        flex-direction: column;
    }

    .context-panel {
        width: 100% !important;
        height: 30% !important;
        min-width: unset !important;
        max-width: unset !important;
        border-left: none !important;
        border-top: 1px solid #dee2e6 !important;
    }
}

/* DevExpress theme overrides */
:root {
    --dxbl-grid-border-radius: 8px !important;
    --dxbl-btn-border-radius: 8px !important;
}

/* Force DevExpress components to use our border radius */
.dxbl-grid {
    --dxbl-grid-border-radius: 8px !important;
}

.dxbl-btn {
    --dxbl-btn-border-radius: 8px !important;
}

/* Black rectangle workaround for DevExpress toolbar */
.dxbl-toolbar,
.dxbl-toolbar-item,
.dxbl-toolbar-item-tmpl
{
    outline: none;
}