﻿/* .config-indicator-modal .config-indicator-list-wrapper .config-indicator-formula-list .indicator-card {
    border-radius: 6px;
    border: 1px solid var(--sds-grey-400, #DEE4E4);
    background: var(--sds-grey-000, #FFF);
    box-shadow: 0px 0px 1px 0px rgba(2, 3, 3, 0.25), 0px 2px 1px 0px rgba(2, 3, 3, 0.05);
    margin-bottom: 16px;
    text-align: left;
}
.indicator-card-body, .more-indicator-options-container {
    padding: 0px 16px 16px;
} */
 
.indicator-card-header{
    padding: 16px;
}
.title-label {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: var(--sds-text-grey-900, #020303);
    margin-bottom:6px;
}
.indicator-type-selector, .indicator-default, .indicator-name{
    margin-bottom:18px;
}
.indicator-more-values{
    margin-bottom:10px;
}
.modal-title {
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    align-self: stretch;
    color: #333;
}
.add-indicator-formula-action, .add-mio-list-action{
    text-align: left;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    color: var(--sds-primary-500, #0B9294);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    cursor: pointer;
    gap: 4px;
}
.delete-mio-list-action{
    cursor:pointer;
}

.delete-indicator, .collapse-indicator {
    cursor: pointer;
}
.collapse-indicator {
    transition: transform 0.3s ease;
    display: inline-block;
}

.collapse-indicator[aria-expanded="true"] svg {
    transform: rotate(0deg);
}

.collapse-indicator[aria-expanded="false"] svg {
    transform: rotate(180deg);
}
.close-modal-action, .add-modal-action {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    min-width:100px
}
.add-modal-action {
    padding-inline-end: 8px;
}
.config-indicator-modal .modal-header{
    padding: 20px 16px;
}
.config-indicator-modal .modal-footer {
    padding: 12px;
}

.indicator-defaultvalues-wrapper .dx-switch {
    width: 40px !important;
    height: 20px !important;
    background-color: #f0f0f0 !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 0 !important;
    box-shadow: none !important;
}

.indicator-defaultvalues-wrapper .dx-switch-container {
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    background: #bebfbf !important;
    border-radius: 10px;
}

.indicator-defaultvalues-wrapper .dx-switch-inner {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    transform: none !important;
}
.indicator-defaultvalues-wrapper .dx-switch-handle::before {
    background-color: #fff !important;
    border-radius: 20px;
}
.indicator-defaultvalues-wrapper .dx-switch[aria-pressed="true"] .dx-switch-container {
    background-color: var(--sds-primary-500, #0B9294) !important;
}
.indicator-defaultvalues-wrapper .dx-switch-handle {
    width: 16px !important;
    height: 16px !important;
    background-color: white !important;
    border-radius: 8px !important;
    position: absolute !important;
    top: 0 !important;
    left: 1px !important;
    transition: 0.1s !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
}

.indicator-defaultvalues-wrapper .dx-switch[aria-pressed="true"] .dx-switch-handle {
    transform: translateX(20px) !important;
}

.indicator-defaultvalues-wrapper .dx-switch-on,
.indicator-defaultvalues-wrapper .dx-switch-off {
    display: none !important;
}
.indicator-defaultvalues-wrapper .dx-datebox-calendar {
    padding: 0.25rem 0.45rem;
 
}
.indicator-defaultvalues-wrapper .dx-datebox-calendar .dx-texteditor-input {
    color: #495057;
    border-radius: 6px;
    font-size:0.9rem;
    font-weight:400;
}
.indicator-values-wrapper .form-control{
   padding:6px 12px;
   height:32px;
   border-radius:6px;
   color:#333;
}
.indicator-defaultvalues-wrapper .form-control {
    padding: 6px 12px;
    height: 32px;
    border-radius: 6px;
    color: #333;
}
.mio-list .form-control {
    padding: 6px 12px;
    height: 32px;
    border-radius: 6px;
    color: #333;
}
.indicator-defaultvalues-wrapper .dx-datebox-calendar {
    padding: 0px 8px;
    border-radius: 6px;
}

@media only screen and (max-width: 767px) {
    .sds-indicators-value-container .indicator-value-wrapper .form-control.indicator-text-value-input {
        min-width: unset !important;
    }
}

