/*
 * QCentroid platform custom styles
 *
 *
 */
.cursor-pointer{
    cursor: pointer;
}
.disabled{
    opacity: 0.7;
}
.opacity-0{
    opacity: 0;
}
.opacity-25{
    opacity: 0.25;
}
.opacity-50{
    opacity: 0.5;
}
.opacity-75{
    opacity: 0.75;
}
.opacity-100{
    opacity: 1;
}
.border-0{
    box-shadow: none;
}
.bg-light {
    background-color: var(--color-bg-light) !important;
}
.content-wrapper {
    background-color: var(--color-bg-light);
}
.admin .content-wrapper {
    background-color: #e4e6e9;
}
.small-box-stepper .small-box.active{
    border: 1px solid var(--color-primary);
    background-color: var(--color-primary);
    color: white !important;
}
.small-box-stepper .small-box.done{
    border: 1px solid var(--color-primary);
    background-color: var(--color-bg-done)!important;
}
.small-box-stepper .small-box.next{
    background-color: white!important;
}
.small-box .icon>i.fa-solid,
.small-box .icon>i.fa-regular {
    font-size: 70px;
    top: 20px;
}
.small-box .inner {
    width: 75%;
}
.small-box .icon {
    color: initial;
    opacity: 0.1;
}
.small-box .image img{
    position: absolute;
    right: 30px;
    top: 30px;
    width: 60px;
}
.small-box.bg-light img{
    opacity: 0.2;
}
.small-box-stepper .col{
    padding: 0px;
}
.small-box-stepper .small-box{
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid #c8c9ca;
    border-left-width: 0px !important;
    margin-bottom: 12px;
}
.small-box-stepper .small-box h4{
    font-weight: 700;
}
.small-box-stepper .small-box p{
    margin-bottom: 5px;
}
.small-box-stepper .small-box.first{
    border-left-width: 1px !important;
}
.small-box-stepper .small-box .icon>i.fa-solid,
.small-box-stepper .small-box .icon>i.fa-regular{
    font-size: 40px;
    top: 22px;
}
.small-box.bg-light .small-box-footer{
    color: #1f2d3d !important;
}

.bg-primary, .btn-primary, .card-primary:not(.card-outline)>.card-header {
  background-color: var(--color-primary)!important;
}
.btn-primary{
  border-color: var(--color-primary)!important;
}
.btn-primary:hover {
    color: #fff;
    background-color: var(--color-primary-hover)!important;
    border-color: var(--color-primary-hover)!important;
}
.btn-outline-primary {
    color: var(--color-primary)!important;
    border-color: var(--color-primary)!important;
}
.btn-outline-primary:hover,
.btn-outline-primary:hover i {
    color: #fff!important;
    background-color: var(--color-primary-hover)!important;
    border-color: var(--color-primary-hover)!important;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #ffffff !important;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}
.btn-outline-secondary:hover,
.btn-outline-secondary:hover i{
    color: #fff!important;
}
.btn-outline-secondary.disabled:hover,
.btn-outline-secondary.disabled:hover i {
    color: #6c757d !important;
}
.btn-link {
    color: var(--color-primary)!important;
    border: 0;
}
a.btn.disabled,
button.btn.disabled{
    cursor: default;
    pointer-events: none;
}

.callout.dataset .q-row-icon.fa-folder-open {
  display: none;
}
.callout.dataset:has(.card.collapse.show) {
    background-color: #f8f9fa !important;
}
.callout.dataset:has(.card.collapse.show) .fa-folder {
  display: none;
}
.callout.dataset:has(.card.collapse.show) .q-row-icon.fa-folder-open {
  display: inline-block;
}

.callout.callout-primary {
    border-left-color: var(--color-primary)!important;
}
.callout.callout-secondary {
    border-left-color: #6c757d!important;
}
.bg-success, .btn-success, .card-success:not(.card-outline)>.card-header {
  background-color: var(--color-success)!important;
}
.card-footer {
    background-color: var(--color-bg-light) !important;
}
.card-success.card-outline {
    border-top: 3px solid var(--color-success)!important;
}
.card-primary.card-outline {
    border-top-color: var(--color-primary)!important;
}
.bg-primary-light{
    background-color: var(--color-primary-bg);
  }

.bg-gradient-primary {
    background: var(--color-primary) linear-gradient(180deg,var(--color-primary),var(--color-primary)) repeat-x!important;
    color: #fff;
}
.btn-success{
  border-color: var(--color-success)!important;
}
.callout.callout-success {
    border-left-color: var(--color-success)!important;
}
.bg-info, .btn-info, .card-info:not(.card-outline)>.card-header {
  background-color: var(--color-info)!important;
}
.bg-info-light{
  background-color: var(--color-info-light);
}
.bg-warning-light{
  background-color: var(--color-warning-light);
}
.bg-danger-light{
  background-color: var(--color-danger-light);
}
.btn-info{
  border-color: var(--color-info)!important;
}
.btn-outline-info{
    color: var(--color-info)!important;
    border-color: var(--color-info)!important;
}
.btn-outline-info:hover {
    color: #fff!important;
    background-color: var(--color-info)!important;
    border-color: var(--color-info)!important;
}
.btn-outline-warning{
    color: var(--color-warning)!important;
    border-color: var(--color-warning)!important;
}
.btn-outline-warning:hover,
.btn-warning:hover {
    color: #fff!important;
    background-color: var(--color-warning)!important;
    border-color: var(--color-warning)!important;
}
.callout.callout-info {
    border-left-color: var(--color-info)!important;
}

.bg-warning, .btn-warning, .card-warning:not(.card-outline)>.card-header {
    background-color: var(--color-warning)!important;
    color: white;
}
.bg-warning, .bg-warning>a {
    color: white !important;
}
.btn-warning{
  border-color: var(--color-warning)!important;
}
.callout.callout-warning {
    border-left-color: var(--color-warning)!important;
}
.bg-danger, .btn-danger, .card-danger:not(.card-outline)>.card-header {
  background-color: var(--color-danger)!important;
}
.btn-danger{
  border-color: var(--color-danger)!important;
}
.btn-outline-danger{
    color: var(--color-danger)!important;
    border-color: var(--color-danger)!important;
}
.btn-outline-danger:hover {
    color: #fff!important;
    background-color: var(--color-danger)!important;
    border-color: var(--color-danger)!important;
}
.input-group .btn-default.active{
    color: var(--color-primary) !important;
    font-weight: bold;
    background: #f8f9fa !important;
    border-color: #ddd !important;
}
.error-page {
    width: 650px;
}
.login-icon{
    float: left;
    width: 20px;
    height: 20px;
    margin: 2px;
}
.login-icon-email
.login-icon-switch{
    background: url('/static/img/login-provider-icon-email.png') no-repeat;
    background-size: cover;
    opacity: 0.6;
}
.login-icon-google{
    background: url('/static/img/login-provider-icon-google.png') no-repeat;
    background-size: cover;
}
.login-icon-linkedin{
    background: url('/static/img/login-provider-icon-linkedin.png') no-repeat;
    background-size: cover;
}
.login-icon-github{
    background: url('/static/img/login-provider-icon-github.png') no-repeat;
    background-size: cover;
}
.login-icon-aws{
    background: url('/static/img/login-provider-icon-aws.png') no-repeat;
    background-size: cover;
}
.login-icon-okta{
    background: url('/static/img/login-provider-icon-okta.png') no-repeat;
    background-size: cover;
}
.login-icon-microsoft{
    background: url('/static/img/login-provider-icon-microsoft.png') no-repeat;
    background-size: cover;
}
.login-or-container{
    text-align: center;
    justify-content: space-between;
    flex-direction: row;
    display: flex;
    height: 10px;
}
.login-hr{
    flex-grow: 1;
    height: 1px;
    background: #c5c6c7;
    display: block;
    box-sizing: inherit;
}
.login-or{
    width: auto;
    display: inline-block;
    margin: 0px 20px;
    height: 10px;
    margin-top: -14px;
}
.callout.callout-danger {
    border-left-color: var(--color-danger)!important;
}
.page-link{
	color: var(--color-primary);
}
.page-item.active .page-link {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}
.text-normal {
    color: #212529!important;
}
.text-primary {
    color: var(--color-primary)!important;
}
.text-danger{
    color: var(--color-danger)!important;
}
.text-warning{
    color: var(--color-warning)!important;
}
.text-info{
    color: var(--color-info)!important;
}
.text-success{
    color: var(--color-success)!important;
}
.text-primary-light{
    color: var(--color-primary-20)!important;
}
.text-light {
    color: #c8c9ca !important;
}
i.fa-wand-magic-sparkles{
    color: #6f42c1 !important;
}
i.fa-wand-magic-sparkles.text-light{
    color: #c8c9ca !important;
}

.card-note {
    background-color: #f7f7cc;
    border-radius: 0px;
    -webkit-box-shadow: 3px 3px 8px 0px rgba(209,209,209,1);
    -moz-box-shadow: 3px 3px 8px 0px rgba(209,209,209,1);
    box-shadow: 3px 3px 8px 0px rgba(209,209,209,1);
}
.card-primary.card-outline-tabs>.card-header a.active {
    border-top: 3px solid var(--color-primary);
}

@supports not (-webkit-touch-callout:none) {
    .layout-fixed .wrapper .sidebar {
        height: calc(90vh - (3.5rem + 1px));
        overflow-x: hidden;
    }
}

.sidebar-dark-primary .nav-sidebar>.nav-item.active,
.sidebar-light-primary .nav-sidebar>.nav-item.active {
    background-color: var(--color-primary);
}
.sidebar-dark-primary .nav-sidebar>.nav-item.child.active,
.sidebar-light-primary .nav-sidebar>.nav-item.child.active {
    background-color: inherit;
}
.sidebar-dark-primary .nav-sidebar>.nav-item.active>.nav-link,
.sidebar-light-primary .nav-sidebar>.nav-item.active>.nav-link {
    background: inherit;
    color: #fff !important;
}
.sidebar-dark-primary .nav-sidebar>.nav-item.active>.nav-link>.nav-icon,
.sidebar-light-primary .nav-sidebar>.nav-item.active>.nav-link>.nav-icon {
    color: #fff !important;
}
[class*=sidebar-dark-] .sidebar a,
[class*=sidebar-dark-] .sidebar a i{
    color: #c2c7d0 !important;
}
[class*=sidebar-dark-] .nav-sidebar>.nav-item.menu-open,
[class*=sidebar-dark-] .nav-sidebar>.nav-item:hover,
[class*=sidebar-dark-] .nav-sidebar>.nav-item:focus{
    background-color: rgba(255, 255, 255, .1);
}
[class*=sidebar-light-] .nav-sidebar>.nav-item.menu-open,
[class*=sidebar-light-] .nav-sidebar>.nav-item:hover,
[class*=sidebar-light-] .nav-sidebar>.nav-item:focus{
    background-color: rgba(0, 0, 0, .1);
}
[class*=sidebar-dark-] .nav-sidebar>.nav-item.active.menu-open,
[class*=sidebar-dark-] .nav-sidebar>.nav-item.active:hover,
[class*=sidebar-dark-] .nav-sidebar>.nav-item.active:focus,
[class*=sidebar-light-] .nav-sidebar>.nav-item.active.menu-open,
[class*=sidebar-light-] .nav-sidebar>.nav-item.active:hover,
[class*=sidebar-light-] .nav-sidebar>.nav-item.active:focus{
    background-color: var(--color-primary);
}
[class*=sidebar-dark-] .nav-sidebar>.nav-item.child.active:hover,
[class*=sidebar-dark-] .nav-sidebar>.nav-item.child.active:focus,
[class*=sidebar-light-] .nav-sidebar>.nav-item.child.active:hover,
[class*=sidebar-light-] .nav-sidebar>.nav-item.child.active:focus{
    background-color: inherit;
}
[class*=sidebar-dark-] .nav-sidebar>.nav-item.menu-open>.nav-link,
[class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link,
[class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link:focus{
    background: transparent;
    color: #fff !important;
}
[class*=sidebar-light-] .nav-sidebar>.nav-item.menu-open>.nav-link,
[class*=sidebar-light-] .nav-sidebar>.nav-item:hover>.nav-link,
[class*=sidebar-light-] .nav-sidebar>.nav-item>.nav-link:focus{
    background: transparent;
}


a, a.nav-link {
    color: var(--color-primary);
}
a:hover, a.nav-link:focus, a.nav-link:hover {
    color: var(--color-primary-hover);
}
.callout a {
    color: var(--color-primary)!important;
    text-decoration: none;
}
.callout a.text-normal {
    color: #212529 !important;
}
.callout a.text-muted {
    color: #6c757d !important;
}
.callout a:not(.btn):hover {
    color: var(--color-primary-hover)!important;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: var(--color-primary);
}
.dropdown-item.text-danger.active, .dropdown-item.text-danger:active {
    background-color: var(--color-danger);
    color: white !important;
}
.dropdown-toggle{
    padding: 5px 8px;
}
.dropdown-toggle::after {
    content: "\f142"; /* fa-ellipsis-vertical */
    font-family: "Font Awesome 5 Free";
    font-weight: 900; /* REQUIRED for solid icons */
    border: none;
    vertical-align: middle;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.badge-white {
    background-color: #ffffff !important;
    color: #1f2d3d;
}
.badge-light {
    background-color: var(--color-primary-light);
    color: #1f2d3d;
}
.badge-success{
    color: var(--color-success)!important;
    background-color: var(--color-success-light)!important;
}
.badge-danger{
    color: var(--color-danger)!important;
    background-color: var(--color-danger-light)!important;
}
.badge-warning{
    color: var(--color-warning)!important;
    background-color: var(--color-warning-light)!important;
}
.badge-info{
    color: var(--color-info)!important;
    background-color: var(--color-info-light)!important;
}
.badge-primary{
    color: #ffffff!important;
    background-color: var(--color-primary)!important;
}
.badge-primary-light{
    color: var(--color-primary)!important;
    background-color: var(--color-primary-light)!important;
}
.badge-outline-primary{
    color: var(--color-primary) !important;
    border: 1px solid var(--color-primary) !important;
}
.badge-icon{
    padding-right: 0.25em !important;
    padding-left: 0.25em !important;
}

.badge-q {
    width: 18px;
    height: 18px;
    vertical-align: text-bottom;
    border: 3px solid #c8c9ca;
 }

 .badge-q-color-baseline{
    background-color: white;
    border: 3px dashed #999999;
 }
 .badge-q-color-target{
    background-color: white;
    border: 3px dashed var(--color-primary);
 }

 .badge-q-color-1{
    background-color: var(--color-badge-1-light);
    border: 3px solid var(--color-badge-1);
 }
 .badge-q-color-2{
    background-color: var(--color-badge-2-light);
    border: 3px solid var(--color-badge-2);
 }
 .badge-q-color-3{
    background-color: var(--color-badge-3-light);
    border: 3px solid var(--color-badge-3);
 }
 .badge-q-color-4{
    background-color: var(--color-badge-4-light);
    border: 3px solid var(--color-badge-4);
 }
 .badge-q-color-5{
    background-color: var(--color-badge-5-light);
    border: 3px solid var(--color-badge-5);
 }
 .badge-q-color-6{
    background-color: var(--color-badge-6-light);
    border: 3px solid var(--color-badge-6);
 }

 .bg-light{
    color: inherit !important;
 }
 .bg-light small,
 .bg-white small {
    color: var(--color-sidebar-dark-bakground)!important;
}

.form-control:focus {
    border-color: var(--color-primary);
}
.icheck-primary>input:first-child:not(:checked):not(:disabled):hover+input[type=hidden]+label::before,
.icheck-primary>input:first-child:not(:checked):not(:disabled):hover+label::before {
    border-color: var(--color-primary);
}
.icheck-primary>input:first-child:checked+input[type=hidden]+label::before,
.icheck-primary>input:first-child:checked+label::before {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}
.form-check-input[type=checkbox] {
    border-radius: .25em;
}
.form-check-input:checked {
    accent-color: var(--color-primary);
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}
.form-check-input:focus {
    border-color: var(--color-primary-B0);
    outline: 0;
    box-shadow: 0 0 0 .25rem var(--color-primary-20);
}
.form-check-input:hover {
    border-color: var(--color-primary-B0);
    outline: 0;
    box-shadow: 0 0 0 .25rem var(--color-primary-20);
}
input[type=checkbox]{
    cursor: pointer;
}
input[type=checkbox]:checked,
input[type=radio]:checked {
    accent-color: var(--color-primary);
}
/* Fix for range slider track alignment */
input[type="range"] {
    margin: 0; /* Remove default margins */
    padding: 0; /* Remove padding */
    filter: hue-rotate(var(--hue-rotate-degrees));
}

.icheck-primary>input:first-child:not(:checked):not(:disabled):focus+input[type=hidden]+label::before, 
.icheck-primary>input:first-child:not(:checked):not(:disabled):focus+label::before {
    border-color: var(--color-primary);
}

.form-check-input.is-invalid~.form-check-label::before, 
.was-validated .form-check-input:invalid~.form-check-label::before {
    border-color: var(--color-danger);
}
.login-card-body .input-group .form-control:focus~.input-group-append .input-group-text,
.login-card-body .input-group .form-control:focus~.input-group-prepend .input-group-text,
.register-card-body .input-group .form-control:focus~.input-group-append .input-group-text,
.register-card-body .input-group .form-control:focus~.input-group-prepend .input-group-text {
    border-color: var(--color-primary);
}
.form-control.is-invalid + .input-group-append .input-group-text,
.was-validated .form-control:invalid + .input-group-append .input-group-text {
    border-color: var(--color-danger);
}
.form-control.is-valid + .input-group-append .input-group-text,
.was-validated .form-control:valid + .input-group-append .input-group-text {
    border-color: var(--color-success);
}

input[readonly],
select[readonly]{
    pointer-events: none;
}


[class*=sidebar-dark-] {
    background-color: var(--color-sidebar-dark-bakground);
}
[class*=sidebar-dark-] .nav-header {
    color: rgb(208 212 219 / 60%);
}

#strengthMessage{
    width: 25%;
    margin-top: 3px;
    margin-bottom: 22px;
    height: 3px;
    font-weight: 500;
    font-size: 12px;
    border-radius: 3px;
}
#strengthMessage.password-short {
    background-color: var(--color-danger);
    color: var(--color-danger);
}
#strengthMessage.password-weak {
    width: 25% !important;
    background-color: var(--color-danger);
    color: var(--color-danger);
}
#strengthMessage.password-not-enough {
    width: 50% !important;
    background-color: var(--color-warning);
    color: var(--color-warning);  
}
#strengthMessage.password-good {
    width: 75% !important;
    background-color: var(--color-success);
    color: var(--color-success);
}
#strengthMessage.password-strong {
    width: 100% !important;
    background-color: var(--color-success);
    color: var(--color-success);
}
#password-container.password-short .form-control,
#password-container.password-short .input-group-append .input-group-text{
    border-color: var(--color-danger) !important;
}
#password-container.password-weak .form-control,
#password-container.password-weak .input-group-append .input-group-text{
    border-color: var(--color-warning) !important;
}
#password-container.password-not-enough .form-control,
#password-container.password-not-enough .input-group-append .input-group-text{
    border-color: var(--color-warning) !important;
}
#password-container.password-strong .form-control,
#password-container.password-strong .input-group-append .input-group-text{
    border-color: var(--color-success) !important;
}
#signup_password,
#signup_password_r{
    background-image: none !important;
}
.simple-captcha-text{
    text-align: center;
}

.text-q-lightgray{
    color:#c5c6c7;
}

.callout-hover:hover,
.bg-light.callout-hover:hover,
.table-hover tbody tr:hover{
    color: #212529;
    background-color: var(--color-bg-selected)!important;
}


/* Dark mode colors */

.dark-mode .card {
    color: rgb(255 255 255 / 75%);
}
.dark-mode .bg-light {
    background-color: rgb(255 255 255 / 15%)!important;
    color: #fff!important;
}

.navbar {
    background-color: #fff;
    color: var(--dark-color-bakground);
}
.navbar .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
}
.dark-mode .navbar .navbar-nav .nav-link {
    color: rgba(255,255,255,.75);
}

.dark-mode .navbar {
    background-color: #343a40;
    border-color: #4b545c;
}

/* Fixed content-header (not navbar) */
.content-header{
    position: static;
    z-index: 999;
    background: rgb(244,246,249);
    background: linear-gradient(180deg, rgba(244,246,249,1) 0%, rgba(244,246,249,1) 80%, rgba(244,246,249,0) 100%);
}
.content-wrapper.header-is-fixed .content-header{
    position: fixed;
    width: 200%;
    top: 0px;
}
.content-wrapper.header-is-fixed .content{
    padding-top: 76px;
}
.content-wrapper.header-is-fixed .hide-on-scroll{
    display: none;
}

body.q-light-sidebar .content-wrapper{
    background-color: white;
}
body.q-light-sidebar .content-header {
    background: white;
    background: linear-gradient(180deg, rgba(255,255,255, 1) 0%, rgba(255,255,255, 1) 80%, rgba(255,255,255, 0) 100%);
}

/* Hide "Dashboard" title in dashboar page */
body.dashboard .content-header h1{
    display: none;
}
.dark-mode .card-header {
    border-bottom: 1px solid rgba(255,255,255,.125);
}
.dark-mode .card.card-outline-tabs{
    border-top: 0px;
}

.dark-mode .sidebar-dark-primary .nav-sidebar>.nav-item.active, 
.dark-mode .sidebar-light-primary .nav-sidebar>.nav-item.active {
    background-color: var(--dark-color-primary);
    color: #fff;
}

.dark-mode .bg-primary {
    background-color: var(--dark-color-primary)!important;
}
.dark-mode a:not(.btn):hover {
    color: var(--dark-color-primary-hover)!important;
}

.dark-mode .card-primary.card-outline ,
.dark-mode .card-primary.card-outline-tabs>.card-header a.active {
    border-top: 3px solid var(--dark-color-primary);
}

.dark-mode .badge-light {
    background-color: rgb(255 255 255 / 15%)!important;
    color: #fff!important;
}

.dark-mode .text-success {
    color: var(--dark-color-success)!important;
}


code,
.code {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 0.8rem;
    color: #6c757d;
    border: 1px solid #b4b6b9;
    background-color: var(--color-bg-light);
    padding: 2px 6px;
    border-radius: 4px;
    margin: 0px 4px;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: var(--color-primary);
    background-color: var(--color-primary);
    box-shadow: none;
}


.q-input-grid .q-input:checked + .q-label-card div.card {
    border-color: var(--color-primary);
    -webkit-box-shadow: 0 1px 8px 0 var(--color-input-checked);
    box-shadow: 0 1px 8px 0 var(--color-input-checked);
    background-color: var(--color-bg-selected) !important;
}

.q-col-user{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 10px;
}

.alert h5{
    font-weight: bold;
}
.alert-warning {
    color: var(--color-warning);
    background-color: var(--color-warning-light);
    border-color: var(--color-warning);
}
.alert-info {
    color: var(--color-info);
    background-color: var(--color-info-light);
    border-color: var(--color-info);
}
.alert-danger {
    color: var(--color-danger);
    background-color: var(--color-danger-light);
    border-color: var(--color-danger);
}
.alert-info-light {
    background-color: #f4f6f980;
    border-color: var(--color-info);
}
.alert-info-light h5 {
    color: var(--color-info);
}

.alert.alert-warning a {
    color: var(--color-warning);
    text-decoration: underline;
}
.alert.alert-info a {
    color: var(--color-info);
    text-decoration: underline;
}
.alert.alert-danger a {
    color: var(--color-danger);
    text-decoration: underline;
}
.text-success a{
    color: var(--color-success);
    text-decoration: underline;
}
.text-danger a{
    color: var(--color-danger);
    text-decoration: underline;
}
.text-warning a{
    color: var(--color-warning);
    text-decoration: underline;
}
.text-info a{
    color: var(--color-info);
    text-decoration: underline;
}

.data_problem {
  width:90%;
  resize: vertical;
  background-color: lightgray;
  font-size: 1em;
  font-family: 'Source Sans Pro';
  border: 1px solid black;
  padding: 10px;
}


.h2, h2 {
    font-size: 1.5rem;
}
.h4, h4 {
    font-size: 1.3rem;
}
.h5, h5 {
    font-size: 1.1rem;
}

h2.q-grid{
	font-size: 1.5rem;
    margin-top: 30px;
    border-bottom: 1px solid rgba(0,0,0,.125);
    margin-bottom: 20px;
    padding-bottom: 5px;
}

body.login-page{
	height: 80vh;
}

.nav-sidebar .nav-header {
    padding-top: 1em;
    margin-top: 2em;
    border-top: 1px solid #4f5962;
}

.login-logo img{
	height: 30px;
}

.q-logo-container{
    height: 57px;
    padding: 20px 40px 10px 40px;
}
.q-logo{
    width: 152px;
    height: 25px;
    background-repeat: no-repeat;
}
.q-logo img{
    height: 25px;
}
.q-logo-custom-bg .q-logo img{
    height: 28px;
    margin-top: -2px;
}
.q-logo-container.q-logo-custom-bg{
    height: 57px;
    padding: 20px 30px 10px 30px;
}
.q-icon-collapsed{
    display: none;
    margin-left: -15px;
}
#q-logo-custom .q-icon-collapsed{
    margin-left: -0px;
}

.q-logo-container.q-logo-custom-bg{
    background-color: #ffffff;
    border-bottom: 1px solid #dee2e6;
    padding-top: 15px;
    padding-left: 20px;
}

body.q-light-sidebar .q-logo-container.q-logo-custom-bg{
    border-bottom: 1px solid transparent;
}

.sidebar-collapse .q-icon-collapsed{
    display: inline-block !important;
}
.sidebar-collapse .q-logo-expanded{
    display: none !important;
}

.sidebar-collapse .main-sidebar:hover .q-icon-collapsed{
    display: none !important;
}
.sidebar-collapse .main-sidebar:hover .q-logo-expanded{
    display: inline-block !important;
    margin-left: -15px;
}
.sidebar-collapse .main-sidebar:hover #q-logo-custom .q-logo-expanded{
    margin-left: 0px;
}
.card .show-collapsed{
    display: none;
}
.card.collapsed-card .show-collapsed{
    display: inline-block;
}

/* Sidebar itmes and childs visibility */
.nav-sidebar .nav-item.child .nav-link{
    border-left: 0.2rem solid;
    background-color: rgba(255, 255, 255, .05);
}
[class*=sidebar-light-] .nav-sidebar .nav-item.child .nav-link{
    border-left: 0.2rem solid;
    background-color: rgba(0, 0, 0, .05);
}
.nav-sidebar .nav-item.child.active .nav-link {
    border-color: var(--color-primary);
    background-color: rgba(255, 255, 255, .2);
}
[class*=sidebar-light-] .nav-sidebar .nav-item.child.active .nav-link {
    border-color: var(--color-primary);
    background-color: rgba(0, 0, 0, .2);
    color: #343a40;
}

.nav-sidebar .nav-item.child{
    display:none;
}
.nav-sidebar .nav-item.child .nav-icon {
    margin-left: 1rem;
}
.sidebar-collapse .nav-sidebar .nav-item.child .nav-icon {
    margin-left: 0.35rem;
}
.sidebar-collapse .main-sidebar:hover .nav-sidebar .nav-item.child .nav-icon {
    margin-left: 1rem;
}

body.problems .nav-item.child.problems,
body.solvers .nav-item.child.solvers,
body.repos .nav-item.child.solvers,
body.data .nav-item.child.data,
body.data .nav-item.child.data,
body.providers .nav-item.child.providers,
body.sdks .nav-item.child.providers,
body.reports .nav-item.child.reports{
    display: block;
}

i.fa-solid,
i.fa-regular{
    transition: color .15s ease-in-out, background-color .15s ease-in-out;
}

.q-childs-arrow{
    color: #c2c7d0;
    padding: 2px;
    margin-right: 10px;
    margin-top: 10px !important;
    cursor: pointer;
    /* Add the i.fa transitions as well because they are overwritten */
    transition: transform ease-in-out .3s, color .15s ease-in-out, background-color .15s ease-in-out !important;
}
.nav-item.active .q-childs-arrow{
    color: white;
}
.menu-open .q-childs-arrow{
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#nav_bottom{
    position: absolute;
    bottom: 30px;
    background-color: var(--color-sidebar-dark-bakground);
}
body.q-light-sidebar #nav_bottom{
    background-color: white;
}
.q-logo-bot{
    position: absolute;
    bottom: 20px;
    width: 234px;
    text-align: center;
}
.q-logo-bot img{
    opacity: 0.4;
}
.q-logo-bot:hover img{
    opacity: 1;
}

.q-logo-bot-login{
    margin-top: 30px;
    text-align: center;
}
.q-logo-bot-login img{
    opacity: 0.4;
}
.q-logo-bot-login:hover img{
    opacity: 1;
}

.sidebar-collapse .q-logo-bot{
	width: 25px;
    overflow: hidden;
    left: 25px;
    bottom: 20px;
}
.sidebar-collapse .main-sidebar:hover .q-logo-bot{
    width: auto;
}

.toast {
    background-color: rgba(255, 255, 255, .95);
}
.toast .toast-header .close{
    padding-top: 1px;
    margin-bottom: 2px !important;
    margin-left: 10px !important;
}
.toasts-top-right{
    padding: 10px;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 10000;
}
.toasts-top-left{
    padding: 10px;
    position: fixed;
    top: 0px;
    left: 250px;
    z-index: 10000;
}
.toasts-bottom-left{
    padding: 10px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 10000;
}

.bg-warning .toast-body{
    color: #1f2d3d !important;
}
.bg-warning .toast-body>a{
    color: #1f2d3d !important;
    text-decoration: underline !important;
    font-weight: bold;
}
.bg-danger .toast-body>a{
    color: #ffffff !important;
    text-decoration: underline !important;
    font-weight: bold;
}

.card.card-outline-tabs ul.nav-tabs{
    display: flex;
}
.card.card-outline-tabs ul.nav-tabs .nav-item-tools{
    flex-grow: 1;
    text-align: right;
}
.card.card-outline-tabs {
    border-top: 0 !important;
}
.card.card-outline-tabs .card-tools {
    margin: 0.4rem 0.4rem 0.3rem;
}
.card.card-outline-tabs .card-header a.btn{
    border-top-width: 1px;
}
.card.card-outline-tabs .card-header a.btn.btn-default{
    border-top-width: 1px;
    border-color: #ddd;
}
.card-default.card-outline {
    border-top: 3px solid transparent!important;
}
.card-outline-tabs .card-title{
    padding-top: 5px;
    margin-right: 10px;
}

/* compressed-tabs */
.nav-tabs.compressed-tabs {
    display: flex;
    flex-wrap: nowrap;  /* Prevent wrapping */
    overflow: hidden;
}
.nav-tabs.compressed-tabs li {
    flex: 0 0 auto;  /* Don't grow/shrink by default */
}
.nav-tabs.compressed-tabs .nav-link {
    width: 106px;
    min-width: 106px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}
.nav-tabs.compressed-tabs .nav-link:hover,
.nav-tabs.compressed-tabs .nav-link.active {
    width: auto;  /* allow to grow based on content */
}
/* Reduce width in smaller screens */
@media (max-width: 1600px) {
    .nav-tabs.compressed-tabs .nav-link {
        width: 90px;
        min-width: 90px;
    }
}
/* Increase width in bigger screens */
@media (min-width: 1900px) {
    .nav-tabs.compressed-tabs .nav-link {
        width: 135px;
        min-width: 135px;
    }
}
/* Disable compression for very big screens */
@media (min-width: 2100px) {
    .nav-tabs.compressed-tabs .nav-link {
        width: inherit;
        min-width: inherit;
    }
}

/* Clamped descriptions */
.clamp-container {
  position: relative;
  max-width: 100%;
}
.clamp-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  line-height: 1.5em;
}
/* Hidden checkbox to toggle expansion */
.clamp-toggle {
  display: none;
}
/* Expand text when checked */
.clamp-toggle:checked ~ .clamp-text {
  -webkit-line-clamp: unset;
  overflow: visible;
}
/* "More"/"Less" pseudo-element inline with last visible line */
.clamp-text::after {
  cursor: pointer;
  content: " "; /* don't show anything when more */
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--color-bg-light);
  background: linear-gradient(90deg,rgba(244, 246, 249, 0) 0%, rgba(244, 246, 249, 1) 40%);
  padding-left: 50px;
  padding-right: 4px;
  font-style: italic;
}
.clamp-toggle:checked ~ .clamp-text::after {
  content: " "; /* don't show anything when less */
}

h4.card-title{
    font-size: 1.0rem;
}
pre{
    padding: 0.25rem;
}
.pre{
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 0.8rem;
    line-height: 1.5;
}
.pre.white{
    white-space: pre;
}

.table-sm td{
    min-height: 42px;
    height: 42px;
}
.table-sm.compact td{
    min-height: 34px;
    height: 34px;
}
.table-sm tr.small td{
    min-height: 34px;
    height: 34px;
}
.table tr.disabled td{
    background-color: #e9ecef;
}
.table td.fit,
.table th.fit {
    white-space: nowrap;
    width: 1%;
}
.table th{
    line-height: 1em;
}
td[data-value="0"],
td[data-value="0.0"],
td[data-value="0.00"]{
    color: #c8c9ca;
}

.card.q-chart-h500.maximized-card .chart,
.card.q-chart-h300.maximized-card .chart{
	height:100%;
}
.card.q-chart-h500{
	height:500px;
	max-height:500px;
}
.card.q-chart-h500 .chart{
	height:400px;
}
.card.q-chart-h300{
	height:300px;
	max-height:300px;
}
.card.q-chart-h300 .chart{
	height:200px;
}
.q-list-logo{
	width:auto;
	height: 24px;
    padding: 4px 0 4px;
    margin-top: 4px;
    overflow: hidden;
}
.small .q-list-logo{
    height: 20px !important;
}
.q-list-icon{
	width:20px;
	height:20px;
    overflow: hidden;
}
.small .q-list-icon{
    width: 20px !important;
    height: 20px !important;
}

.q-list-icon.q-circle{
    background-color: #FFF;
    border: 1px solid #c8c9ca;
    border-radius: 50%;
    padding: 5px;
    width: 30px !important;
    height: 30px !important;
    transition: all 150ms ease-in-out 0s;
    margin-right: -7px;
}
.q-list-icon.q-circle.q-2x{
    width: 60px !important;
    height: 60px !important;
    padding: 10px;
}

.small .q-list-icon.q-circle,
.small.q-list-icon.q-circle{
    padding: 2px;
    width: 20px !important;
    height: 20px !important;
}
.small.q-list-icon.q-circle{
    margin-top: 2px;
}

.q-list-container{
    min-width: 400px;
    min-height: 30px;
    overflow: hidden;
    max-height: 30px;
}
.q-list-container:hover .q-list-icon.q-circle{
    transform: translateX(0px) !important;
}
.q-list-cover{
	width:auto;
	height:24px;
}
.q-navbar-icon{
    width:20px;
	height:20px;
}
.info-box {
    min-height: 60px!important;
}
.info-box.q-sample-data{
	max-height: 300px;
    overflow: auto;
}
.info-box.q-sample-data .info-box-content{
	display: block;
    line-height: 1.5;
}
.info-box pre{
    padding: 0;
    font-size: inherit;
}
a.text-info:focus, a.text-info:hover {
    color: var(--color-info-hover) !important;
}

.card.q-solver .list-group-item{
	padding: 0.25rem 1.25rem;
}
.list-group-item {
    background-color: transparent;
}
.cost-details .list-group-item{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.word-break-all{
	word-break: break-all;
}
.word-break-word{
	word-break: break-word;
}
.white-space-break{
    white-space: break-spaces;
}
.text-overflow-ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dropdown-menu {
    min-width: 13rem;
}


@media (min-width: 992px){
	.sidebar-mini.sidebar-collapse .nav-sidebar .nav-header {
		display: initial;
		visibility: hidden;
	}
	.sidebar-mini.sidebar-collapse .main-sidebar:hover .nav-sidebar .nav-header {
		visibility: visible !important;
	}
	.sidebar-mini.sidebar-collapse .main-sidebar:hover .q-logo {
		width: 190px !important;
	}
}


/* Help sidebar */
.ai-section.open #helpPanel{
    right: 15px;
    opacity: 1;
}
#helpPanel {
    opacity: 0;
    position: fixed;
    bottom: 100px;
    right: -520px;
    width: 420px;
    min-height: 300px;
    border-left: 2px solid rgba(48,53,73,.28);
    background-color: transparent !important;
    border: none;
    z-index: 190;
    -webkit-transition: .5s;
    transition: .5s;
    -o-transition: .5s;
}
.ai-agents-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
    display: flex;
    background: white;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
    padding: 10px 8px;
    place-items: center;
    align-items: center;
    justify-content: center;
    z-index: 9000;
}
.ai-agents-button:hover{
    background: #6f42c1;
}
.ai-agents-button>a {
    position: absolute;
    cursor: pointer;
    color: #6f42c1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px; /* Adjust the size as needed */
    padding: 15px;  /* To extend clickable area */
}
.ai-agents-button:hover>a{
    color: white;
}
.ai-agents-button>a:before {
    content: "\e2ca";
    font-size: 20px;
    transition: .5s;
    animation: mymove 1.3s infinite linear;
}
.ai-section.list-visible .ai-agents-button>a:before,
.ai-section.open .ai-agents-button>a:before {
    content: "\f00d";
    animation: mymove 0s infinite linear;
}

.ai-agents-list {
    position: fixed;
    bottom: 110px;
    right: 40px;
    text-align: right;
    display: none;
}
.ai-agents-list-inner{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.ai-agents-list-inner div{
    width: fit-content;
    border-radius: 8px;
    padding: 4px 12px;
    margin-bottom: 10px;
    background-color: #6f42c1;
    -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
}
.ai-agents-list-inner div a{
    color: white !important;
}
.ai-section.list-visible .ai-agents-list{
    display: inline;
}

.modal-full {
    background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 80%, rgba(255,255,255, 30%) 100%);
    z-index: 9500;
}
.modal-ai{
    background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 60%, rgba(111, 66, 193, 15%) 100%);
    z-index: 9500;
}
.modal-full .modal-content,
.modal-ai .modal-content{
    box-shadow: none;
    background: none;
    background-color: transparent;
    border: none;
}

.chat-body{
    position: relative;
    height: 500px;
    overflow-y: auto;
}

.chat-body .dynamic-message.user{
    padding-left: 10%;
}
.chat-body .dynamic-message.bot{
    padding-right: 10%;
}
.chat-body .dynamic-message .message p{
    margin-bottom: 0px;
}
.chat-body .dynamic-message.user .message{
    color: white;
    background-color: var(--color-primary);
}
.chat-body .dynamic-message.bot .message{
    background-color: var(--color-primary-bg);
}
.chat-body .dynamic-message.bot.danger .message{
    background-color: var(--color-danger-light);
    color: var(--color-danger);
}
#suggestionQuestions{
    border-top: 1px solid rgba(0,0,0,.125);
    padding-top: 3px !important;
}
#suggestionQuestions.collapsed{
    height: 26px;
    overflow: hidden;
}
#suggestion-questions-use_cases{
    border-top: 1px solid rgba(0,0,0,.125);
    padding-top: 3px !important;}

#chat2 .form-control {
    border-color: transparent;
}

#chat2 .form-control:focus {
    border-color: transparent;
    box-shadow: inset 0px 0px 0px 1px transparent;
}

    .divider:after,
    .divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}

.q-steps{
    border: 0 !important;
}
.q-step{
    color: #c5c6c7 !important;
    pointer-events: none;
    border: 0 !important;
}
.q-step.active{
    color: #495057 !important;
    font-weight: 600;
}
.q-step .q-step-icon{
    color: #c5c6c7;
}
.q-step.active .q-step-icon{
    color: var(--color-primary);
}
label.form-check-label {
    font-weight: 400;
}
label span.required{
    color: var(--color-primary);
    font-weight: 600;
}

.uc-urn{
    max-width: 90%;
    overflow: hidden;
}
.q-list-desc{
    max-width: 90%;
    white-space: break-spaces;
}
.flex-column .q-list-desc{
    min-height: 115px;
}
.flex-column.q-dataset .q-list-desc{
    min-height: 40px;
}
.q-comment{
    padding: 5px;
    cursor: pointer;
}
.q-comment p{
    display: inline;
}
.q-comment i{
    display: none;
}
.q-comment:hover p{
    text-decoration: underline;
}
.q-comment:hover i{
    display: inline;
}

#nav_admin,
#nav_reseller{
    display: none;
}
.admin #nav_user{
    display: none;
}
.admin #nav_admin{
    display: block;
}

.reseller #nav_user{
    display: none;
}
.reseller #nav_reseller{
    display: block;
}

.admin .navbar {
    background-color: var(--color-sidebar-dark-bakground);
    color: #fff !important;
}
.admin .navbar a,
.admin .navbar div {
    background-color: var(--color-sidebar-dark-bakground);
    color: #fff !important;
}
.q-edit-tag:hover a{
    visibility: visible !important;
}
table.table-logs td{
    white-space: normal;
}

body{
    font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Helvetica Neue",Arial,sans-serif;
}
img {
    font-family: "Source Sans Pro",-apple-system, BlinkMacSystemFont,"Segoe UI","Roboto","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    text-align: left;
    height: auto;
    display: inline-block;
    position: relative;
    }

img:before {
    content: attr(alt);
    display: block;
    margin-top: -6px;
    margin-bottom: 10px;
    }

img:after {
    display: block;
    font-size: 12px;
    }

.accordion>.card{
    margin-bottom: 0px;
    }
.accordion .card-header{
    cursor: pointer;
    }
.accordion .card-header:hover{
    cursor: pointer;
    background-color: var(--color-bg-selected);
    }

table td.q-row-header{
    padding-bottom: 0;
    padding-top: 0;
    height: 25px;
    font-weight: bold;
    }

.filter-panel {
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding: 0.75rem 1.25rem;
    }

.collapsing.no-transition {
    transition: none !important;
    }

.welcome-image {
    border-radius: 8px;

    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 0 1px 8px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 1px 8px 0 rgb(0 0 0 / 30%);
}
ul.pagination{
    margin-bottom: 0px;
}
.job-additional-output-image{
    max-width: 100%;
    height: 90%;
}

.q-provider-icon{
    max-width: 120px;
    padding: 20px 40px 20px 20px;
    min-height: 100px;
    max-height: 100px;
}
.q-provider-icon.q-circle{
    width: 100px;
    height: 100px;
    padding: 20px;
    border: 1px solid #c8c9ca;
    border-radius: 50%;
}
.q-provider-icon.q-circle img{
    width: 60px;
    height: 60px;
}
.q-provider-logo {
    padding: 20px 0px 20px 0px;
    height: 65px;
}

.card.card-provider{
    transition: box-shadow .3s;
    overflow: hidden;
}
.card.card-provider .card-body{
    border: 1px solid transparent;
    border-radius: 2px;
}
.card.card-provider .btn.show-on-hover{
    opacity: 0;
    transition: opacity .3s;
}
.card.card-provider:hover .btn{
    opacity: 1;
}
.card.provider-disabled .card-body{
    opacity: 0.4;
}
.card.provider-not-available .card-body{
    opacity: 0.4;
    filter: saturate(0);
}

.card.card-provider:hover{
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 10px rgba(0,0,0,.2);
}
.card.card-provider{
    border-top-width: 0px;
}
.card.card-provider .card-body{
    border-top-width: 3px;
    border-top-color: transparent;
}
.card.card-provider:hover{
    border-top-width: 3px;
}
.card.card-provider:hover .card-body{
    border-top-width: 0px;
}

.q-provider-ribbon-container .ribbon-wrapper{
    right: 16px;
    top: 16px;
}

.card.provider-disabled:hover .card-body,
.card.provider-not-available:hover .card-body{
    opacity: 1;
    filter: saturate(1);
}
.is-search-result .card-body {
    opacity: 1 !important;
    filter: saturate(1) !important;
}
.q-label-card{
    font-weight: inherit !important;
}
.q-input-grid .q-input + .q-label-card div.card {
    border: 2px solid transparent;
    cursor: pointer;
}

.q-label-card div.card.enabled:hover {
    -webkit-box-shadow: 0 1px 8px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 1px 8px 0 rgb(0 0 0 / 30%);
}
tr .q-show-on-row-hover{
    visibility: hidden;
}
tr:hover .q-show-on-row-hover{
    visibility: visible;
}
tr.bg-danger{
    color: var(--color-danger)!important;
    background-color: var(--color-danger-light)!important;
}
tr.bg-warning{
    color: var(--color-warning)!important;
    background-color: var(--color-warning-light)!important;
}
tr.bg-success{
    color: var(--color-success)!important;
    background-color: var(--color-success-light)!important;
}

.childs-hover .on-parent-hover{
    visibility: hidden;
}
.childs-hover:hover .on-parent-hover{
    visibility: visible;
}
.row-hover:hover{
    border-radius: .25rem;
    background-color: var(--color-bg-selected);
}

.min-w-270px{
    min-width: 270px;
}
.min-w-260px{
    min-width: 260px;
}
.min-w-250px{
    min-width: 250px;
}
.min-w-200px{
    min-width: 200px;
}
.min-w-180px{
    min-width: 180px;
}
.min-w-150px{
    min-width: 150px;
}
.min-w-125px{
    min-width: 125px;
}

/* Summernote editor */
.note-editor.note-airframe,
.note-editor.note-frame{
    background-color: #ffffff !important;
    border: 1px solid #dee2e6;
    border-radius: 3px;
}
.modal-backdrop {
    background-color: #ffffff;
}
.modal-open .modal{
    backdrop-filter: blur(4px);
}

.note-modal .form-group.note-group-image-url{
    display: none;
}
.note-modal .modal-title{
    float: left !important;
    left: 0px;
    position: absolute;
    margin-left: 16px;
}
.note-editor .note-toolbar,
.note-editor.note-frame .note-statusbar{
    background-color: var(--color-bg-light) !important;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}
.note-icon-font.note-recent-color{
    background-color: transparent !important;
}
.note-dropdown-menu a{
    color: black !important;
}
.note-dropdown-menu a .blockquote{
    border-left-color: var(--color-primary) !important;
}

.modal-header .close{
    margin-left: 0px;
}
.modal-header .maximize{
    padding: 1rem;
    margin: -1rem -1rem -1rem 0px;
    background-color: transparent;
    border: 0;
    float: right;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    height: 56px;
}
.modal-header .maximize:hover{
    opacity: 1;
}

/* Modal fullscreen */
.modal-fullscreen{
    width: 100vw;
    max-width: none !important;
    height: 100%;
    margin: 0;
}
.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
    border-radius: 0;
}
.modal-fullscreen .modal-body {
    overflow-y: auto;
}
.modal-fullscreen #business-description-tabContent {
    height: calc(100% - 170px);
}
.modal-fullscreen #business-description-1,
.modal-fullscreen .note-editor,
.modal-fullscreen .note-editing-area{
    height: 100% !important;
}
.modal-fullscreen .note-editable {
    height: calc(100% - 50px) !important;
}

.banner{
    margin-left: 250px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #dee2e6;
    border-radius: 0;
    margin-bottom: 0;
}
p.form-control.no-border{
    border-color: transparent;
    margin-bottom: 0;
}
p.form-control.disabled{
    background-color: #e9ecef;
}
.q-git-branch{
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: text-bottom;
}

.drag-zone {
    padding: 20px;
    z-index: 1;
}
.drop-zone {
    padding: 10px;
    margin: 10px;
    min-height: 100px;
    z-index: 0;
    border-radius: 10px;
    border: 3px dashed #c8c9ca;
}
.drop-zone.active > * {
    opacity: 0.5;
}
.drop-zone.hover {
    border: 3px dashed var(--color-primary);
    background-color: var(--color-primary-20);
    opacity: 1;
}
.drag .card,
.drag .callout{
    cursor:grab;
}
.drag-disabled .card,
.drag-disabled .callout {
    cursor: not-allowed;
    opacity: 0.7;
}
.drag .card:hover{
    background-color: var(--color-primary-bg);
}
.drag .card:active,
.drag .callout:active{
    background-color: var(--color-primary-bg);
    cursor: grabbing;
}
.drop-item {
    position: relative;
}
.drop-item .remove {
    position: absolute;
    top: 4px;
    right: 4px;
}

.steppedProgressWrapper {
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 60px 0 60px;
}
.steppedProgressWrapper .steppedProgressBar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
	width: 100%;
	position: relative;
	cursor: default;
}
.steppedProgressWrapper .steppedProgressBar::before {
	content: "";
	height: 12px;
	background: var(--color-step-0-5);
    background: linear-gradient(90deg,var(--color-step-0-5) 0%, var(--color-step-1-5) 20%, var(--color-step-5-5) 100%);
	position: absolute;
	border-radius: 6px;
	left: -2px;
	right: -2px;
}
.steppedProgressWrapper .pBar {
	content: "";
	height: 0.3em;
	border-radius: 0 0 0.15em 0.15em;
	max-width: 100%;
	margin: 10px #000000 solid;
	position: absolute;
	left: 0;
	width: 0%;
}
.steppedProgressWrapper .steppedProgressBar > .node {
	background-color: #ffffff;
	height: 8px;
	width: 8px;
	border-radius: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.steppedProgressWrapper .node > .text {
	text-align: center;
	position: absolute;
	top: 24px;
    min-width: 124px;
}
.steppedProgressWrapper .node.current > .text {
	font-weight: bold;
}
.steppedProgressWrapper .node > .main {
	position: absolute;
	width: 0;
	height: 0;
	border-radius: 100%;
	color: transparent;
	text-align: center;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.steppedProgressWrapper .node > .main i.fa-rocket{
    margin-right: 2px;
    margin-top: 5px;
}
.steppedProgressWrapper .node > .main i.fa-check{
    margin-right: 0px;
    margin-top: 5px;
}
.steppedProgressWrapper .node.done > .main,
.steppedProgressWrapper .node > .main.last {
	background: #ffffff;
	width: 2em;
	height: 2em;
	border-radius: 100%;
	border: 0.2em #212529 solid;
	color: #212529;
}
.steppedProgressWrapper .node.step-0-5.done > .main {
	border: 0.2em var(--color-step-0-5) solid;
	color: var(--color-step-0-5);
}
.steppedProgressWrapper .node.step-1-5.done > .main {
	border: 0.2em var(--color-step-1-5) solid;
	color: var(--color-step-1-5);
}
.steppedProgressWrapper .node.step-2-5.done > .main {
	border: 0.2em var(--color-step-2-5) solid;
	color: var(--color-step-2-5);
}
.steppedProgressWrapper .node.step-3-5.done > .main {
	border: 0.2em var(--color-step-3-5) solid;
	color: var(--color-step-3-5);
}
.steppedProgressWrapper .node.step-4-5.done > .main {
	border: 0.2em var(--color-step-4-5) solid;
	color: var(--color-step-4-5);
}
.steppedProgressWrapper .node.step-5-5.done > .main,
.steppedProgressWrapper .node.step-5-5 > .main.last {
	border: 0.2em var(--color-step-5-5) solid;
	color: var(--color-step-5-5);
}
.progress.progress-round,
.progress.progress-round .progress-bar{
    border-radius: 20px;
}
.progress-bar {
    background-color: var(--color-primary);
}
.bg-step-0-5{
    background-color: var(--color-step-0-5);
}
.bg-step-1-5{
    background-color: var(--color-step-1-5);
}
.bg-step-2-5{
    background-color: var(--color-step-2-5);
}
.bg-step-3-5{
    background-color: var(--color-step-3-5);
}
.bg-step-4-5{
    background-color: var(--color-step-4-5);
}
.bg-step-5-5{
    background-color: var(--color-step-5-5);
}

.overlay-wrapper {
    position: relative;
}
.card .overlay,
.info-box .overlay,
.overlay-wrapper .overlay,
.small-box .overlay{
    background-color: rgba(255,255,255,.8);
    background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 10%, rgb(255 255 255 / 15%) 100%);
    backdrop-filter: blur(2px);
}

.CodeMirror {
    font-size: 12px;
    line-height: 16px;
    border-radius: 0.25rem;
    border: 1px solid #d4d6d9;
    border-radius: 5px;
}
.markdown {
    zoom: 0.8;
}

.getting-started{
    width: 100%;
    display: flex;
}
.getting-started div{
    display: inline-block;
    vertical-align: top;
}
.getting-started .col-text{
    flex-grow: 1;
    line-height: 1.25;
    margin-left: 5px;
}
.getting-started .col-button{
    text-align: right;
    flex-grow: 1;
    min-width: 200px;
}
.getting-started .col-button i{
    font-size: 18px;
}
.upmath .full-height {
    max-width: 100%;
}
.add-another{
    border: 2px dashed #c8c9ca;
    border-radius: 10px;
    color: #c8c9ca;
}
.add-another:hover{
    color: #6c757d!important;
}

.q-icon{
    width: 20px;
    height: 20px;
    display: inline-block;
}
.q-dashboard{
    mask: url('/static/img/q-icons/q-icon-dashboard.svg') no-repeat 100% 100%;
    mask-size: 20px;
}
.nav-icon.q-icon{
    background-color: #c2c7d0;
    height: 19px;
    vertical-align: text-bottom;
}
[class*=sidebar-light-] .nav-icon.q-icon{
    background-color: #343a40;
}
.nav-icon.q-icon.q-dashboard{
    margin-left: 0.45rem;
    margin-right: 0.3rem;
}
[class*=sidebar-dark-] .nav-sidebar>.nav-item.menu-open>.nav-link .nav-icon.q-icon,
[class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link .nav-icon.q-icon,
[class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link:focus .nav-icon.q-icon{
    background-color: #ffffff;
}
.sidebar-dark-primary .nav-sidebar>.nav-item.active>.nav-link .nav-icon.q-icon,
.sidebar-light-primary .nav-sidebar>.nav-item.active>.nav-link .nav-icon.q-icon{
    background-color: #ffffff;
}

.navbar .q-icon{
    background-color: #212529;
    vertical-align: text-bottom;
    mask-size: 18px;
    width: 18px;
    height: 18px;
}
.admin .navbar .q-icon {
    background-color: #ffffff;
}
.navbar .dropdown-item:active .q-icon{
    background-color: #ffffff;
}
.q-icon-sector{
    font-size: 32px;
}
.layout-list .q-icon-sector{
    font-size: 22px;
}

table div.row-toolbar{
    position: absolute;
    right: 0;
    float: right;
    padding: 5px 5px 0 0;
}
table div.row-toolbar .btn-group{
    background-color: white;
}

.heatmap-container{
    width: 100%;
    max-width: 1300px;
    margin: 20px auto;
}
.winners-table{
    border-collapse: collapse;
    margin-top: 0.5rem;
}
.winners-table th{
    color: transparent;
}
.winners-table th, .winners-table td {
    text-align: center;
    padding: 10px;
    border: 2px solid white;
    width: 20px;
}
.heatmap-table {
    width: 100%;
    border-collapse: collapse;
}
.heatmap-table th, .heatmap-table td {
    text-align: center;
    padding: 10px;
    border: 2px solid white;
    width: 12%;
}
.heatmap-table th.fit, .heatmap-table td.fit{
    width: 0%;
}
.heatmap-table th {
    background-color: var(--color-bg-light);
}
/* Align text to the left in the second column (title column) */
.heatmap-table td:first-child,
.heatmap-table th:first-child {
    text-align: left;
    width: 28%;
}
.heatmap-table td:first-child p{
    margin-bottom: 0;
    float: left;
    max-width: 330px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.heatmap-table .heat-cell{
    background-color: var(--color-primary);
    text-align: center !important;
}
.heatmap-input{
    height: calc(1.5125rem);
    padding: 0 .5rem;
    max-width: 60px;
    margin: auto;
}
.heatmap-table .heat-cell .vissible-cell-hover{
    display: none;
}
.heatmap-table .heat-cell:hover .vissible-cell-hover{
    display: inline-block;
}
table.heatmap-legend {
    border-collapse: collapse;
    width: 300px;
    margin: auto;
}
.heatmap-legend .legend-cell {
    width: 10%;
    height: 30px;
    background-color: var(--color-primary);
}
.heatmap-legend .legend-text {
    text-align: left;
    padding-top: 5px;
}
/* Leaderboard */
.leaderboard .dt-column-title{
    margin-right: 5px;
}
.leaderboard th:first-child .dt-column-order{
    display: none;
}
/* Hight light first three rows in bold and the sorted column */
.leaderboard tr:nth-child(1) td:first-child,
.leaderboard tr:nth-child(2) td:first-child,
.leaderboard tr:nth-child(3) td:first-child{
    font-weight: bold;
}
.leaderboard td.sorting_1{
    font-weight: bold;
}


.table-provider-status{
    border-radius: 6px;
    border-style: hidden;
    overflow: hidden;
}
.provider-status-day{
    border: 1px solid white;
    padding: 0 !important;
    min-width: 0.9px;
}
.provider-status-day:hover{
    opacity: 0.6;
}
@keyframes blink {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 1; }
}
.provider-status-day.blink{
    animation: blink 1s infinite;
}
.provider-status-day-ok{ 
    background-color: var(--color-success);
}
.provider-status-day-nok{
    background-color: var(--color-danger);
}
.provider-status-day-mixed{ 
    background-color: var(--color-warning);
}
.provider-status-day-unknown{
    background-color: #e4e6e9;
}

.provider-queue-day{
    width:100%;
}
.provider-queue-day-unknown{
    height: 100%;
    background-color: #e4e6e9;
}

.provider-queue-day-10{
    height: 10%;
    background-color: var(--color-success);
}
.provider-queue-day-20{
    height: 20%;
    background-color: var(--color-success);
}
.provider-queue-day-40{
    height: 40%;
    background-color: var(--color-success);
}
.provider-queue-day-60{
    height: 60%;
    background-color: var(--color-warning);
}
.provider-queue-day-80{
    height: 80%;
    background-color: var(--color-danger);
}
.provider-queue-day-100{
    height: 100%;
    background-color: var(--color-danger);
}

div.ai-working{
    background: url('/static/img/ai-working-1.gif') #6f42c1;
    height: 150px;
    width: 150px;
    background-blend-mode: luminosity;
    background-position: center;
    background-size: contain;
    padding: 0;
    margin: 100px auto;
    transition: opacity 0.7s;
    opacity: 0;
    transition-delay: 0.7s;
}
div.ai-working.gif-2{
    background: url('/static/img/ai-working-2.gif') #6f42c1;
    background-size: contain;
}

.animated-texts-container {
    position: relative;
    width: 100%;
    height: 40px;
    overflow: hidden;
    margin: 0px auto;
    text-align: center;
}
.animated-loading-message {
    position: absolute;
    width: 100%;
    top: 0;
    left: 100%;
    opacity: 0;
    text-align: center;
}


/* ===== TRIGGER ===== */
.workflow.steps-trigger {
    cursor: pointer;
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
}
/* ===== STEPPER ===== */
.workflow .steps-border {
  /* Gradient border wrapper */
  padding: 1px;
  background-image: linear-gradient(270deg, transparent 0%, var(--color-primary) 40%,  var(--color-primary) 60%, transparent 100%);
}
.workflow .steps-background{
    background: linear-gradient(90deg, transparent 0%, #ffffff 40%, #ffffff 60%, transparent 100%);
    background-color: var(--color-bg-light);
}
.modal-full .workflow .steps-background{
    background: linear-gradient(90deg, #ffffff 0%, var(--color-bg-light) 40%, var(--color-bg-light) 60%, #ffffff 100%);
    background-color: #ffffff;
}
.workflow .steps {
    display: flex;
    background: linear-gradient(90deg, transparent 0%, #ffffff 30%, #ffffff 70%, transparent 100%);
    background-color: var(--color-bg-light);
}
/*
.workflow .steps:has(.step_0:hover) {
    background: linear-gradient(90deg, transparent 0%, var(--color-primary-hover-20) 10%, var(--color-primary-hover-20) 16%, transparent 19%, transparent 100%) !important;
}
.workflow .steps:has(.step_1:hover) {
    background: linear-gradient(90deg, transparent 0%, var(--color-primary-hover-20) 10%, var(--color-primary-hover-20) 32%, transparent 35%, transparent 100%) !important;
}
.workflow .steps:has(.step_2:hover) {
    background: linear-gradient(90deg, transparent 0%, var(--color-primary-hover-20) 10%, var(--color-primary-hover-20) 48%, transparent 51%, transparent 100%) !important;
}
.workflow .steps:has(.step_3:hover) {
    background: linear-gradient(90deg, transparent 0%, var(--color-primary-hover-20) 10%, var(--color-primary-hover-20) 65%, transparent 68%, transparent 100%) !important;
}
.workflow .steps:has(.step_4:hover) {
    background: linear-gradient(90deg, transparent 0%, var(--color-primary-hover-20) 10%, var(--color-primary-hover-20) 81%, transparent 84%, transparent 100%) !important;
}
.workflow .steps:has(.step_5:hover) {
    background: linear-gradient(90deg, transparent 0%, var(--color-primary-hover-20) 10%, var(--color-primary-hover-20) 91%, transparent 100%) !important;
}
*/
.workflow .step {
    position: relative;
    padding: 20px 25px;
    font-size: 14px;
    flex: 1;
    text-align: center;
    cursor: pointer;
    margin-left: -30px;
    corner-shape: bevel;
    border-radius: 0 25px 25px 0 / 0 50% 50% 0;
    border-right: 2px solid var(--color-primary);
}
.workflow .step:first-child {
    padding-left: 40px;
}
.workflow .step:last-child {
    clip-path: none;
    margin-right: 0;
    border-right: 0;
    padding-right: 40px;
    border-right: 2px solid transparent;
}
.workflow .step:last-child::after {
    display: none;
}
/* ===== PANELS ===== */
.workflow.panels {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}
.workflow .panel-wrapper {
    flex: 1;
    margin-top: 30px;
}
.workflow .panel {
    display: none;
    background: var(--color-bg-light);
    border-radius: 12px;
    padding: 15px;
}
/* ===== TOOLS ===== */
.workflow .tool {
    display: flex;
    align-items: center;
    background: white;
    padding: 8px;
    border-radius: 6px;
    margin-bottom: 8px;
    font-size: 13px;
    text-align: left;
}
.workflow .tool:hover i.text-primary {
    color: var(--color-primary-hover) !important;
}


/* Generic skeleton loader/loading */
.loading-skeleton{
    position:relative;
}
.loading-skeleton::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(240,240,240,0) 0%,
        rgba(240,240,240,0.8) 50%,
        rgba(240,240,240,0) 100%
    );
    background-size:200% 100%;
    animation:skeleton-shimmer 2s infinite;
}
.loading-skeleton > *{
    opacity: 1 !important; /* Opacity can be lowered to show items like disabled */
}
.loading-skeleton img{
    filter: grayscale(100%);  /* Gray out images while lodading */
}
@keyframes skeleton-shimmer{
    0%{background-position:200% 0}
    100%{background-position:-200% 0}
}
/* Default styling for tables in the business descriptions */
#tabs-problem-definition table td{
    border: 1px solid #dee2e6;
    padding: 5px;
}
#tabs-problem-definition table tr:first-child{
    background-color: var(--color-bg-light);
}
.card.maximized-card .btn-q-preview{
    display: none;
}


/* Bootstrap xxl */
@media (min-width: 1920px) {
    .col-xxl-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xxl-4 {
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xxl-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .modal-xl {
        max-width: 1600px;
    }
}
