input::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

.filtering-grid-modal {
    width: 85% !important;
}

.hidden-form-dialog {
    display: none;
}

/*
todo: added by #1423 but conflicts with #2486
.fade.in.modal {
    z-index: 1200 !important;
}
*/

/*********************************************************************/

.dr-filter-addon {
    padding: 0 !important;
    border: 0 !important
}

.dr-filter-condition {
    width: 90px !important;
    border-right: 0 !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.dr-filter-clear {
    display: inline-block;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: #eea236;
    background-color: #f0ad4e;
    color: #ffffff;
    padding: 3px;
    font-size: 12.5px;
    line-height: 1.42857143;
    margin-left: 4px;
    margin-bottom: 4px;
    cursor: pointer;
}

.dr-filter-clear:hover {
    border-color: #d58512;
    background-color: #ec971f;
}

.dr-filter-clear:active {
    border-color: #985f0d;
    background-color: #d58512;
}

.dr-filter-row {
    margin-bottom: 15px;
}

/*********************************************************************/

.dr-dropzone-spinner {
    width: 102px !important;
    top: 50%;
    left: 50%;
    position: absolute !important;
    transform: translate(-50%, -50%) !important;
}

/*********************************************************************/
.dr-multiselect {
    background-color: #F8FFED;
    border-radius: 4px;
    border: 1px solid #E8F1DA;
    font-size: 12.5px;
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: calc(100% - 25px);
}

.dr-multiselect-item {
    display: inline-block;
    color: #ffffff;
    background-color: #9bc35e;
    border-radius: 4px;
    border: 1px solid #8fbc4b;
    margin: 3px 2px 3px 2px;
    padding: 3px;
}

.dr-multiselect-item.disabled {
    background-color: #BED897;
    border: 1px solid #B7D48B;
}

.dr-multiselect-count {
    display: inline-block;
    background-color: #F8FFED;
    border: 1px solid #F8FFED;
    margin: 3px 0 3px 2px;
    padding: 3px;
}

.dr-multiselect-delete {
    padding-left: 2px;
    padding-right: 2px;
    cursor: pointer;
}

.dr-multiselect-delete.disabled {
    cursor: not-allowed;
}

.dr-multiselect-open {
    position: absolute;
    top: 0;
    left: calc(100% - 23px);
    width: 23px;
    height: 23px;
    padding-left: 0 !important;
    padding-top: 0 !important;
    padding-right: 0 !important;
    line-height: 0% !important;
}

.dr-multiselect-delete-all {
    position: absolute;
    top: 25px;
    left: calc(100% - 23px);
    width: 23px;
    height: 23px;
    padding-left: 0 !important;
    padding-top: 5px !important;
    padding-right: 0 !important;
    line-height: 0% !important;
}

/*********************************************************************/

.react-datepicker__input-container {
    display: block !important;
    height: 32px;
}

.react-datepicker__day--selected {
    background-color: #9bc35e;
}

.react-datepicker__month-read-view,
.react-datepicker__year-read-view {
    line-height: 21px !important;
}

.react-datepicker-popper {
    z-index: 1051;
}

/*********************************************************************/

.rdtDay,
.rdtMonth,
.rdtYear,
.rdtTimeToggle {
    vertical-align: middle !important;
    border-radius: 3px;
}

.rdtSwitch,
.rdtPrev,
.rdtNext,
.rdtBtn {
    border-radius: 3px;
}

td.rdtActive {
    background-color: #9bc35e !important;
}

.rdtPicker {
    border-radius: 4px;
    display: block !important;
    position: static !important;
}

.rdtPicker td.rdtToday:before {
    border-bottom: 7px solid #9bc35e !important;
}

.rdtPicker tfoot:hover {
    border-top-width: 0;
}

/*********************************************************************/

/*
generated with @brand-primary = #9bc35e
also some manual adjustments
*/

.bootstrap-iso .panel-heading {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5px;
    line-height: 12px;
}

.bootstrap-iso {
    font-size: 11.5px;
}

.bootstrap-iso .form-control {
    position: relative;
    font-size: 14px;
}

.bootstrap-iso .btn {
    font-size: 12.5px;
}

/*********************************************************************/
.bootstrap-iso a {
    color: #9bc35e;
    text-decoration: none;
}

.bootstrap-iso a:hover,
.bootstrap-iso a:focus {
    color: #749b3a;
    text-decoration: underline;
}

.bootstrap-iso a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

/*********************************************************************/
.bootstrap-iso .btn-primary {
    color: #ffffff;
    background-color: #9bc35e;
    border-color: #8fbc4b;
}

.bootstrap-iso .btn-primary:focus,
.bootstrap-iso .btn-primary.focus {
    color: #ffffff;
    background-color: #82ad41;
    border-color: #4a6325;
}

.bootstrap-iso .btn-primary:hover {
    color: #ffffff;
    background-color: #82ad41;
    border-color: #6f9337;
}

.bootstrap-iso .btn-primary:active,
.bootstrap-iso .btn-primary.active,
.bootstrap-iso .open>.dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #82ad41;
    border-color: #6f9337;
}

.bootstrap-iso .btn-primary:active:hover,
.bootstrap-iso .btn-primary.active:hover,
.bootstrap-iso .open>.dropdown-toggle.btn-primary:hover,
.bootstrap-iso .btn-primary:active:focus,
.bootstrap-iso .btn-primary.active:focus,
.bootstrap-iso .open>.dropdown-toggle.btn-primary:focus,
.bootstrap-iso .btn-primary:active.focus,
.bootstrap-iso .btn-primary.active.focus,
.bootstrap-iso .open>.dropdown-toggle.btn-primary.focus {
    color: #ffffff;
    background-color: #6f9337;
    border-color: #4a6325;
}

.bootstrap-iso .btn-primary:active,
.bootstrap-iso .btn-primary.active,
.bootstrap-iso .open>.dropdown-toggle.btn-primary {
    background-image: none;
}

.bootstrap-iso .btn-primary.disabled:hover,
.bootstrap-iso .btn-primary[disabled]:hover,
.bootstrap-iso fieldset[disabled] .btn-primary:hover,
.bootstrap-iso .btn-primary.disabled:focus,
.bootstrap-iso .btn-primary[disabled]:focus,
.bootstrap-iso fieldset[disabled] .btn-primary:focus,
.bootstrap-iso .btn-primary.disabled.focus,
.bootstrap-iso .btn-primary[disabled].focus,
.bootstrap-iso fieldset[disabled] .btn-primary.focus {
    background-color: #9bc35e;
    border-color: #8fbc4b;
}

.bootstrap-iso .btn-primary .badge {
    color: #9bc35e;
    background-color: #ffffff;
}

/*********************************************************************/

.bootstrap-iso .panel-primary {
    border-color: #9bc35e;
}

.bootstrap-iso .panel-primary>.panel-heading {
    color: #ffffff;
    background-color: #9bc35e;
    border-color: #9bc35e;
}

.bootstrap-iso .panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #9bc35e;
}

.bootstrap-iso .panel-primary>.panel-heading .badge {
    color: #9bc35e;
    background-color: #ffffff;
}

.bootstrap-iso .panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #9bc35e;
}

/*********************************************************************/

.bootstrap-iso .bg-primary {
    color: #fff;
    background-color: #9bc35e;
}

.bootstrap-iso a.bg-primary:hover,
.bootstrap-iso a.bg-primary:focus {
    background-color: #82ad41;
}

/*********************************************************************/

#dynamika-select-tether .tether-element {
    z-index: 1100;
}

.dropdown-menu.react-selectize.tethered {
    display: none;
}

.react-selectize-toggle-button-container {
    cursor: inherit !important;
}

.disabled .react-selectize-control {
    background-color: #eeeeee !important;
    cursor: not-allowed !important;
}

.react-selectize.root-node.disabled {
    pointer-events: initial !important;
}

/*********************************************************************/

.dr-tabbed-tab>a {
    padding: 2px 4px !important;
}

/*********************************************************************/

.filtering-grid-view {
    max-height: 300px;
    overflow-y: auto;
}

.filtering-grid-view table>thead>tr>th {
    white-space: normal !important;
    font-weight: bold;
}

/*********************************************************************/
.download-link {
    cursor: pointer;
}

/*********************************************************************/

.dr-select-combo {
    position: relative;
}

.dr-select-input {
    padding-left: 12px;
    line-height: 1;
}

.dr-select-list {
    height: inherit;
    max-height: 250px;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-top: none !important;
    overflow-y: auto;
    padding: 0;
}

.dr-select-caret {
    position: absolute;
    right: 3px;
    cursor: pointer;
    color: #999999;
    line-height: 10px;
}

.dr-select-spinner {
    position: absolute;
    right: 15px;
}

.dr-select-clear {
    position: absolute;
    right: 17px;
    font-size: 17px;
    line-height: 10px;
    cursor: pointer;
    color: #999999;
}

.dr-select-item {
    padding: 2px 4px 2px 4px;
    cursor: pointer;
    word-wrap: break-word;
}

.dr-select-current-item {
    background-color: #FCFDCE;
}

.dr-select-item:hover {
    background-color: #FDFEE5;
}

.dr-select-item.no-result {
    font-style: italic;
}

.has-error {
    color: #a94442;
}

.add-control-msg {
    padding: 2px 0 0 15px;
}

.add-control-form {
    height: 120px;
}

.add-control-form {
    width: 385px;
}

.required-mark {
    color: #f5222d;
}

.custom-checkbox {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    padding-left: 23px;
    font-family: Inter, sans-serif;
    font-size: 11.5px;
    font-weight: 400;
    line-height: 22px;
}

.custom-checkbox_disabled {
    color: #98A2B3;
    cursor: not-allowed;
}

.custom-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #FFFFFF;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    border-color: #D3DAE6;
}

.checkmark_disabled {
    border-color: #98A2B3 !important;
    background: #F5F5F5 !important;
}

.custom-checkbox input[type="checkbox"]:checked~.checkmark {
    background-color: #096DD9;
    border-color: #096DD9;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox input[type="checkbox"]:checked~.checkmark:after {
    display: block;
}

.custom-checkbox:hover input[type="checkbox"]~.checkmark {
    border-color: #096DD9;
}

.custom-checkbox:hover input[type="checkbox"]:disabled {
    border-color: #98A2B3;
}

.custom-checkbox:hover input[type="checkbox"]:disabled~.checkmark {
    border-color: #98A2B3 !important;
}

.custom-checkbox:hover input[type="checkbox"]:checked:disabled+.checkmark {
    background-color: #F5F5F5;
    border-color: #98A2B3;
}

.custom-checkbox:hover input[type="checkbox"]:checked~.checkmark {
    background-color: #3356D7;
    border-color: #096DD9;
}

.custom-checkbox_error {
    color: #CF1322;
}

.custom-checkbox_error .checkmark {
    border-color: #CF1322;
}

.custom-checkbox_error:hover input[type="checkbox"]~.checkmark {
    border-color: #096DD9;
    background-color: #E6F7FF;
}

.custom-checkbox:hover .custom-checkbox-caption {
    color: #096DD9;
}

.custom-checkbox input[type="checkbox"]:disabled~.custom-checkbox-caption_disabled {
    color: #98A2B3;
}

.form-control.warning {
    border: 1px solid #FAAD14 !important;
}

.form-control.error {
    border: 1px solid #CF1322 !important;
}

.form-control.ok {
    border: 1px solid #389E0D !important;
}

.input-wrapper {
    position: relative;
}

.input-status {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.clear-btn {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: none;
    background: none;
    font-size: 14px;
    line-height: 1;
    color: #999;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clear-btn:hover {
    color: #666;
}

.clear-btn_with-status {
    right: 24px;
}

.select-suggestion-list {
    padding: 4px 0 4px 0;
    gap: 0;
    border-radius: 2px;
    box-shadow: 0px 9px 28px 8px #0000000D;
    background-color: #FFFFFF;
    max-height: 250px;
    overflow-y: auto;
}

.select-suggestion-list::-webkit-scrollbar {
    width: 3px;
    height: 6px;
}

.select-suggestion-list::-webkit-scrollbar-track {
    background: none;
}

.select-suggestion-list::-webkit-scrollbar-thumb {
    background: #415060;
    border-radius: 16px;
}



.select-suggestion-item {
    padding: 5px 12px 5px 12px;
    cursor: pointer;
}

.select-suggestion-item:hover {
    background-color: #F9FAFF;
}

.select-suggestion-current-item {
    background-color: #E6F7FF;
}

.select-suggestion-label {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #262626;
}

.select-suggestion-data-wrapper {
    display: flex;
    align-items: baseline;
    gap: 16px;
}

.select-suggestion-inn,
.select-suggestion-address {
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #343741;
}

.datepicker-status_ok {
    border: 1px solid #389E0D !important;
}

.datepicker-status_error {
    border: 1px solid #CF1322 !important;
}

.datepicker-status_warning {
    border: 1px solid #FAAD14 !important;
}

.custom-radio-wrapper {
    display: grid;
    position: relative;
    gap: 8px;
    padding-left: 20px;
}

.custom-radio-wrapper_inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    margin-right: 10px;
}

.custom-radio-wrapper+.custom-radio-wrapper {
    margin-top: 2px;
}

.custom-radio-wrapper input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    color: blue;
    min-width: 16px;
    height: 16px;
    border: 1px solid #D9D9D9;
    border-radius: 50%;

    position: absolute;
    margin-top: 4px \9;
    display: inline-grid;
    margin-right: 8px;
    place-content: center;
}

.custom-radio-wrapper_inline input[type="radio"] {
    margin-left: -20px;
}

.custom-radio-wrapper input[type="radio"]::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transform: scale(0);
    background-color: #096DD9;
}

.custom-radio-wrapper input[type="radio"]:hover {
    border: 1px solid #096DD9;
    background-color: #E6F7FF;
}

.custom-radio-wrapper .custom-radio-label {
    color: #181716;
    font-weight: 400;
    min-height: 20px;
}

.custom-radio-wrapper .custom-radio-label:disabled {
    color: #98A2B3;
}

.custom-radio-wrapper input[type="radio"]:hover+.custom-radio-label {
    color: #096DD9;
}

.custom-radio-wrapper input[type="radio"]:hover:checked+.custom-radio-label {
    color: #096DD9;
}

.custom-radio-wrapper_disabled {
    color: #98A2B3;
    cursor: not-allowed;
}

.custom-radio-wrapper input[type="radio"]:disabled+.custom-radio-label {
    color: #98A2B3;
    cursor: not-allowed;
}

.custom-radio-wrapper input[type="radio"]:disabled:hover+.custom-radio-label {
    color: #98A2B3;
    cursor: not-allowed;
}

.custom-radio-wrapper input[type="radio"]:hover:checked {
    background-color: #FFFFFF;
}

.custom-radio-wrapper input[type="radio"]:disabled:hover:checked {
    background-color: #F5F5F5;
}

.custom-radio-wrapper input[type="radio"]:checked {
    border: 1px solid #096DD9;
    outline: none;
}

.custom-radio-wrapper input[type="radio"]:active {
    outline: none;
}

.custom-radio-wrapper input[type="radio"]:disabled {
    border-color: #98A2B3;
    background-color: #F5F5F5;
}

.custom-radio-wrapper input[type="radio"]:disabled:checked {
    border-color: #98A2B3;
}

.custom-radio-wrapper input[type="radio"]:disabled:checked::before {
    background-color: #98A2B3;
}

.custom-radio-wrapper input[type="radio"]:checked::before {
    transform: scale(1);
}

.custom-radio_error .custom-radio-label {
    color: #CF1322;
}

.custom-radio_error input[type="radio"]:hover+.custom-radio-label {
    color: #096DD9;
}

.custom-radio_error input[type="radio"]:hover:checked+.custom-radio-label {
    color: #096DD9;
}

.custom-radio_error input[type="radio"]:hover:checked:disabled+.custom-radio-label {
    color: #98A2B3;
}

.custom-radio_error input[type="radio"] {
    border-color: #CF1322;
}


.form-caption-wrapper {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-grow: 1;
}

.form-caption-container {
    display: inline-grid;
    grid-auto-flow: column;
}

.form-caption-container_v0-3-0 {
    position: absolute;
    top: -16px;
    left: 0;
}

.radio-caption-wrapper {
    top: -20px;
}

.mobile .form-caption-container_v0-3-0 {
    position: inherit;
}

.datepicker-wrapper_v0-3-0 .form-caption-container {
    position: absolute;
    top: -16px;
    left: 0;
}

.mobile .datepicker-wrapper_v0-3-0 .form-caption-container {
    position: inherit;
}

.form-caption-container-typography {
    display: inline-grid;
    grid-auto-flow: column;
    align-items: center;
    grid-template-columns: auto 16px;
    width: 100%;
}

.form-control.dynamika-area {
    border: solid 1px #D9DDEE;
    border-radius: 4px;
    box-shadow: none;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 8px 12px 8px 12px;
    height: auto;
}

.react-tiny-popover-container {
    z-index: 9999;
}

.popover-content-wrapper {
    width: 300px;
    background: #1A1C23;
    color: #FAFBFD;
    padding: 0 4px;
    border-radius: 6px;
    box-shadow: 0 9px 28px 8px rgba(0, 0, 0, 0.05), 0 3px 6px -4px rgba(0, 0, 0, 0.12);
    filter: drop-shadow(0px 6px 16px rgba(0, 0, 0, 0.08));
    word-break: break-word;
}

.popover-content-wrapper_hidden {
    display: none;
}

.styled-popover-content {
    font-size: 14px;
    line-height: 21px;
    padding: 16px;
    position: relative;
    z-index: 1;
}

.label-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    justify-content: space-between;
}

.awesome-icon:before {
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
}

.awesome-icon {
    vertical-align: middle;
}

.img-hint {
    vertical-align: baseline;
}

.step-icon {
    min-width: 22px;
}

.autocomplete-container {
    display: flex;
    flex-direction: column;
}

.autocomplete-options {
    position: absolute;
    max-height: 300px;
    display: flex;
    flex-direction: column;
    border: solid 1px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    padding: 8px 0;
    overflow-x: auto;
    z-index: 2;
    background-color: #FFFFFF;
}

.autocomplete-option {
    cursor: pointer;
    padding: 5px 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.autocomplete-option-label {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #262626;
}

.autocomplete-option:hover {
    background-color: #F9FAFF;
}