button:focus {
  outline: none;
  background-color: var(--light-blue);
}

select {
  display: block;
  background-color: #ffffff;
  width: 100%;
  border: 1px solid var(--fixed-select-border);
  border-radius: var(--default-border-radius);
  height: 28px;
  padding: 3px;
}

select:focus, select:focus-visible {
  border: 1px solid var(--light-blue);
  outline: none;
}

select:disabled {
  color: var(--gray-text);
  border: 1px solid var(--border-light);
  background-color: var(--disabled-gray-background);
}

label {
  font-size: 12px;
  color: var(--gray-text);
}

::-webkit-input-placeholder, ::-moz-placeholder, ::placeholder {
  color: #d1d1d1;
}

input:not([type]),
input[type=text],
input[type=password],
input[type=number],
textarea,
textarea.materialize-textarea {
  background-color: #ffffff;
  border: 1px solid var(--inner-border);
  border-radius: var(--default-border-radius);
  outline: none;
  height: 28px;
  width: 100%;
  padding: 5px;
  transition: border .3s;
  color: var(--black-text);
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  box-sizing: border-box;
  margin: 0;
  font-family: "Roboto", arial, sans-serif;
}

label + :is(
    input:not([type]),
    input[type=text],
    input[type=password],
    input[type=number],
    .selectsearch_2023
) {
    margin-left: 10px;
}

input[type=text].select_search_input {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

input[type=text].select_search_input,
input[type=text].select_search_input:hover,
input[type=text].select_search_input:disabled,
input[type=text].select_search_input:hover:disabled {
    /* for border */
    height: 26px;
    background-color: transparent;
}

:is(
    input[type=text],
    input[type=password],
    input[type=number],
    textarea.materialize-textarea,
    :is(.gray_background, .bonus_fine_div_repeat) :is(
        input[type=text],
        input[type=password],
        input[type=number],
        textarea.materialize-textarea
    )
):where(:disabled, :hover:disabled) {
  color: var(--gray-text);
  border-color: var(--inner-border);
  background-color: var(--disabled-gray-background);
}

input:not([type]):hover:not(:disabled, :focus),
input[type=text]:hover:not(:disabled, :focus),
input[type=password]:hover:not(:disabled, :focus),
input[type=number]:hover:not(:disabled, :focus),
textarea.materialize-textarea:hover:not(:disabled, :focus) {
  border-color: var(--fixed-select-border-hover);
}

:is(.gray_background, .bonus_fine_div_repeat) :is(
    input:not([type]),
    input[type=text],
    input[type=password],
    input[type=number],
    textarea.materialize-textarea
) {
  border-color: var(--border-light);
}

:is(.gray_background, .bonus_fine_div_repeat) :is(
    input:not([type]):hover,
    input[type=text]:hover,
    input[type=password]:hover,
    input[type=number]:hover,
    textarea.materialize-textarea:hover
) {
  border-color: var(--border-038);
}

:is(
    input:not([type]),
    input[type=text],
    input[type=password],
    input[type=number],
    textarea.materialize-textarea
):focus, :is(.gray_background, .bonus_fine_div_repeat) :is(
    input:not([type]),
    input[type=text],
    input[type=password],
    input[type=number],
    textarea.materialize-textarea
):focus {
  border-color: var(--light-blue);
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

textarea.materialize-textarea {
  line-height: normal;
  overflow-y: hidden;
  resize: none;
  min-height: 3rem;
}
.input-field {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.input-field.col label {
  left: 0.75rem;
}

.input-field > label {
  color: #9e9e9e;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  cursor: text;
  -webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
  transition: color .2s ease-out, -webkit-transform .2s ease-out;
  transition: transform .2s ease-out, color .2s ease-out;
  transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  text-align: initial;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
}

.input-field > label.active {
  -webkit-transform: translateY(-14px) scale(0.8);
          transform: translateY(-14px) scale(0.8);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.input-field_new input.text-right {
    text-align: right !important;
    padding-right: 3px;
}

.modal_header_input:focus {
    background: #E0EDFA;
    outline: none;
    color: black;
}

.modal_header_input {
    border-width: 1px;
    padding-left: 10px;
}

input:not(:disabled).selected::placeholder {
    color: rgba(0, 0, 0, 0.87);
}

.dark_border :is(input:not([type]), input[type=text], input[type=password], input[type=number], textarea.materialize-textarea) {
    border-color: #AEAEB2 !important;
}
.dark_border input[type=text]:disabled {
    border: 0!important;
}

.input-field>label:not(.active) {
    top: -5px;
}

.modal input::placeholder {
    color: var(--gray-text);
}

.modal input:not(:disabled).selected::placeholder {
    color: var(--black-text) !important;
    opacity: 1;
}

.modal_header_buttons .header_input>input[type="text"] {
    width: 100%;
    padding: 3px;
}

.modal_header_buttons .select_search_input {
    margin-top: 2px !important;
}

.modal_header_buttons .select_search_div:after {
    background-image: url(/css/images/iphone_select.png);
    margin-left: -22px;
    margin-top: 3px;
}

.topsearch_component {
    display: flex;
}

.topsearch_component .filter_panel_label_cancel {
    position: relative;
    right: auto;
    width: auto;
    opacity: 0.4;
    margin: auto 10px auto -10px;
    font-size: 12px;
}

.label_border {
    width: 100%;
    border-bottom: 1px solid #8C92A0;
    font-style: italic;
    text-transform: uppercase;
    color: #7A7F8B;
}

.label_border,
.label_border label {
    font-style: normal;
    color: var(--main-text);
    height: 30px;
    line-height: 30px;
    margin-bottom: 15px;
}

label.form_label,
.input-field_new label.form_label {
    font-size: 14px;
    font-weight: 500;
    color: rgba(60, 60, 67, 0.68);
    text-transform: inherit;
}

.input-field_new input:not([type]),
.input-field_new input[type=text],
.input-field_new input[type=password],
.input-field_new input[type=number],
.input-field_new textarea.materialize-textarea {
    padding-left: 3px;
    text-align: left;
    width: calc(100% - 5px);
}

.input-field_new label {
    text-transform: uppercase;
    color: #8C92A0;
    font-size: 12px;
    white-space: nowrap;
}

.input-field_new .label_show {
    color: black;
    text-overflow: ellipsis;
    border: none;
}

.input-field_new_border label {
    width: 100%;
    border-bottom: 1px solid #7A7F8B;
    display: block;
}

.display-grid-row input:not([type]),
.display-grid-row input[type=text],
.display-grid-row input[type=password],
.display-grid-row input[type=number],
.display-grid-row textarea.materialize-textarea {
    padding-left: 3px;
    margin-bottom: 1px;
    cursor: text;
}

.display-grid-row input::placeholder {
    color: var(--main-text);
}

.display-grid-row input:not([type]):disabled,
.display-grid-row input[type=text]:disabled,
.display-grid-row input[type=password]:disabled,
.display-grid-row input[type=number]:disabled,
.display-grid-row textarea.materialize-textarea:disabled {
    cursor: not-allowed;
}

.bonus_fine_div_repeat input[type="text"],
.bonus_fine_div_repeat input[type="number"],
.bonus_fine_div_repeat input:not([type]),
.bonus_fine_div_repeat textarea {
    padding-left: 3px;
    line-height: 15px;
    margin-bottom: 1px;
    margin-top: 1px;
    background: #FFFFFF;
    padding-right: 5px;
}

.right_test_input_field {
    position: relative;
    align-items: center;
    border: 1px solid transparent;
    padding: 1px 4px;
    white-space: nowrap;
    border-radius: 4px;
    height: 28px;
    box-sizing: border-box;
}

.right_test_input_field input.right_test_input {
    position: relative;
    height: 24px;
}

.right_test_input_field input.right_test_input.right_test_input_with_label {
    top: -1px;
    margin-left: 5px;
}

.right_test_input_field:has(.qs-datepicker-container) {
    overflow: visible;
}

input[type=text].right_test_input,
input[type=number].right_test_input,
input[type=text].right_test_input:focus,
input[type=number].right_test_input:focus,
textarea.right_test_input,
textarea.right_test_input:focus {
    font-size: 13px;
    border: none;
    padding: 0;
    font-weight: 500;
}

input:is([type=text], [type=number]).right_test_input.text-left,
input:is([type=text], [type=number]).right_test_input.text-left:focus {
    text-align: left;
}

.right_test_input_field:hover:has(input),
.right_test_input_field.border_forever {
    border-color: var(--fixed-select-border-hover);
}

.right_test_input_field:has(.right_test_input:focus) {
    border-color: #0966CA;
}

.right_test_input_field:has(.right_test_input:disabled) {
    border-color: var(--border-light);
    background-color: var(--disabled-gray-background);
}

.right_test_input_field .right_test_input:is(
    input[type=text],
    input[type=password],
    input[type=number],
    textarea.materialize-textarea,
    :is(.gray_background, .bonus_fine_div_repeat) :is(
        input[type=text],
        input[type=password],
        input[type=number],
        textarea.materialize-textarea
    )
), .right_test_input_field .right_test_input:is(
    input[type=text],
    input[type=password],
    input[type=number],
    textarea.materialize-textarea,
    :is(.gray_background, .bonus_fine_div_repeat) :is(
        input[type=text],
        input[type=password],
        input[type=number],
        textarea.materialize-textarea
    )
):is(:hover, :disabled, :hover:disabled) {
  background-color: transparent;
}

.right_test_input_field_disabled .right_test_input_field,
.right_test_input_field_disabled .right_test_input_field:hover,
.right_test_input_field_disabled.right_test_input_field,
.right_test_input_field_disabled.right_test_input_field:hover {
    border: none;
}

:is(
    .modal .modal_header_buttons.new_search,
    .right_test_modal .new_search
) .header_input > .modal_header_input {
    background: rgba(118, 118, 128, 0.12);
    border-radius: 10px;
    border: 1px solid transparent;
    padding-left: 30px;
    padding-right: 35px;
}

:is(
    .modal .modal_header_buttons.new_search,
    .right_test_modal .new_search
) .header_input > .modal_header_input:focus {
    background: #ffffff;
}

.modal .modal_header_buttons.new_search .header_input > .modal_header_input[type="text"]:focus {
    border-color: var(--fixed-select-border-hover);
}

.modal .modal_header_buttons.new_search .header_input .filter_panel_icon_cancel,
.icon_cancel {
    top: 0;
    line-height: unset;
    font-size: 20px;
    color: #8E8E93;
    opacity: 1;
}

.modal .modal_header_buttons.new_search .header_input .filter_panel_icon_cancel {
    height: 0;
}

.search-icon {
    position: absolute;
    left: 5px;
    top: 7px;
    color: var(--main-text);
    z-index: 1;
}

.search-icon.new-search-icon {
    top: 3px;
}

.modal .data_placeholder {
    font-size: 16px;
    display: flex;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.topsearch, .multiple_topsearch {
    position: absolute;
    top: -38px;
    right: 0;
    margin-right: 10px;
}

.multiple_topsearch {
    display: flex;
    column-gap: 5px;
}

.multiple_topsearch .topsearch {
    position: relative;
    top: 0;
    margin: 0;
}

.topsearch > input[type="text"] {
    width: 24px;
    height: 28px;
    padding: 3px 0;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
    caret-color: var(--light-blue);
}

.topsearch:not(.active_topsearch):has(input[type="text"]:hover:not(:focus)) > .material-icons:first-child {
    background-color: var(--disabled-border);
    border-radius: 3px;
}

.multiple_topsearch .topsearch > input[type="text"] {
    max-width: 200px;
}

.multiple_topsearch .topsearch_date {
    width: 115px;
    padding-right: 35px;
}

.topsearch > input[type="text"]::placeholder {
    opacity: 0;
}

.active_topsearch.topsearch > input[type="text"],
.topsearch > input[type="text"]:focus,
.topsearch > input[type="text"]:focus-visible {
    width: 320px;
    padding: 5px 35px 5px 30px;
    border: 2px solid var(--blue-button-background);
    transition: all 0.3s ease-in;
    outline: none;
    cursor: text;
}

.topsearch:not(.active_topsearch) > input[type="text"]:focus,
.topsearch:not(.active_topsearch) > input[type="text"]:focus-visible {
    padding: 5px 5px 5px 30px;
}

:is(
    .active_topsearch.topsearch > input[type="text"],
    .topsearch > input[type="text"]:focus
)::placeholder {
    opacity: 1;
}

.topsearch > .material-icons:first-child {
    position: absolute;
    left: 1px;
    top: 3px;
    color: var(--black-text);
    pointer-events: none;
}

:is(.active_topsearch.topsearch, :has(input[type="text"]:focus)) > .material-icons:first-child {
    color: var(--main-text);
}

:is(.active_topsearch.topsearch:has(input[type="text"]:hover), .topsearch:has(input[type="text"]:focus:hover)) + .material-icons:first-child {
    background: none;
}

.topsearch > .material-icons:last-child,
.multiple_topsearch .topsearch_date + .material-icons {
    position: absolute;
    right: 3px;
    top: 2px;
    color: var(--header-text);
    cursor: pointer;
}

.custom_date.custom_date_full_width > input[type="text"] {
    padding-right: 5px;
}

.right_test_input_field input.right_test_input.m-0,
.right_test_input_field input:focus.right_test_input.m-0 {
    margin: 0 !important;
}

[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

[type="radio"] + span {
  position: relative;
  cursor: pointer;
  display: inline-block;
  line-height: 17px;
  -webkit-transition: .28s ease;
  transition: .28s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding-left: 26px;
  padding-right: 5px;
  height: 14px;
  color: var(--black-text);
  font-size: 14px;
}

[type="radio"] + span:before,
[type="radio"] + span:after {
  content: '';
  position: absolute;
  z-index: 0;
  -webkit-transition: .28s ease;
  transition: .28s ease;
  height: 14px;
  width: 14px;
  display: block;
  transform: scale(1);
  top: 0;
  left: 5px;
  margin: 0;
  box-sizing: border-box;
  border-radius: 50%;
}

[type="radio"]:not(:checked) + span:before,
[type="radio"]:not(:checked) + span:after {
  border: 2px solid white;
}

[type="radio"]:not(:checked) + span:after {
  outline: 1px solid var(--gray-placeholder-text);
}

[type="radio"]:checked + span:before {
  border: 2px solid white;
}

[type="radio"]:checked + span:after {
  background-color: var(--light-blue);
  border: 2px solid white;
  outline: 1px solid var(--light-blue);
}

[type="radio"]:disabled + span:before {
  background-color: transparent;
  border-color: rgba(189, 189, 189, 0.35);
}

[type="radio"]:disabled + span {
  color: var(--inner-border);
}

[type="radio"]:disabled:checked + span:after {
  background-color: rgba(189, 189, 189, 0.35);
  outline: 1px solid rgba(189, 189, 189, 0.35);
  border: 2px solid #ffffff;
}

.radio_div {
    height: 30px;
    line-height: 30px;
}

.radio_div span {
    text-transform: initial;
}

.radio_div label {
    display: flex;
    align-items: center;
}

.radio_div label div {
    padding-left: 15px;
    text-transform: initial;
    font-size: 14px;
}

.radio_div input[type="radio"]:not(:checked),
.radio_div input[type="radio"]:checked {
    position: relative;
}

.radio_div input[type="radio"] + span {
    padding-left: 0;
}

.radio_div input[type="radio"] + span:before,
.radio_div input[type="radio"] + span:after {
    top: unset;
    left: unset;
    right: 5px;
}

.new_checkbox [type="checkbox"]+span:not(.lever) {
    padding-left: 25px;
    padding-right: 5px;
}

[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

[type="checkbox"] + span:not(.lever) {
    height: 16px;
    min-width: 16px;
    line-height: 16px;
    font-size: inherit;
    position: relative;
    cursor: pointer;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

[type="checkbox"] + span:not(.lever):empty {
    min-width: 0;
}

[type="checkbox"] + span:not(.lever):empty:before,
[type="checkbox"] + span:not(.lever):empty:after {
    left: 0;
}

[type="checkbox"] + span:not(.lever):before,
[type="checkbox"] + span:not(.lever):after {
  content: '';
  position: absolute;
  top: 0;
  width: 16px;
  height: 16px;
  z-index: 0;
  border: 1px solid var(--gray-placeholder-text);
  border-radius: var(--default-border-radius);
  margin-top: 0;
  -webkit-transition: .2s;
  transition: .2s;
  transform: none;
  box-sizing: border-box;
}

[type="checkbox"] + span:not(.lever):after {
  border: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

[type="checkbox"]:not(:checked):disabled + span:not(.lever):before {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}

[type="checkbox"]:checked + span:not(.lever):before {
  top: -4px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid var(--blue);
  border-bottom: 2px solid var(--blue);
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

[type="checkbox"]:checked:disabled + span:before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  border-bottom: 2px solid rgba(0, 0, 0, 0.42);
}

.switch,
.switch * {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.switch label {
  cursor: pointer;
}

.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch label input[type=checkbox]:checked + .lever:before, .switch label input[type=checkbox]:checked + .lever:after {
  left: 18px;
}

.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 36px;
  height: 14px;
  background-color: rgba(0, 0, 0, 0.38);
  border-radius: 15px;
  margin-right: 10px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
}

.switch label .lever:before, .switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  top: -3px;
  -webkit-transition: left 0.3s ease, background .3s ease, -webkit-transform .1s ease;
  transition: left 0.3s ease, background .3s ease, -webkit-transform .1s ease;
  transition: left 0.3s ease, background .3s ease, transform .1s ease;
  transition: left 0.3s ease, background .3s ease, transform .1s ease, -webkit-transform .1s ease;
}

.switch label .lever:before {
  background-color: rgba(38, 166, 154, 0.15);
}

.switch label input[type=checkbox]+.lever:after,
.switch label input[type=checkbox][disabled]+.lever:after,
.switch label input[type=checkbox][disabled]:checked+.lever:after {
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, 0.38);
}

.switch label input[type=checkbox]:checked + .lever:after {
    background-color: #fff;
    border: 2px solid var(--button-green);
}

.switch label input[type=checkbox]:checked + .lever {
    background-color: var(--button-green);
}

.switch label input[type=checkbox][disabled] + .lever {
    background-color: rgba(0, 0, 0, 0.38);
    cursor: not-allowed;
}

.modal_header_edit_button.switch label .lever {
    margin-left: 0;
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.toggle-circle {
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, 0.38);
    position: relative;
    top: -3px;
    left: 0;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
}

.toggle-axis {
    background-color: grey;
    position: relative;
    width: 36px;
    height: 14px;
    background-color: rgba(0, 0, 0, 0.38);
    border-radius: 15px;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
}

.toggle-axis.toggle-on,
.toggle-axis.toggle-on.disabled {
    background-color: var(--button-green) !important;
}

.toggle-axis.disabled {
    opacity: 60%;
}

@keyframes toggle_circle_disabled {
    from {
        left: 0;
        border: 2px solid rgba(0, 0, 0, 0.38);
    }
    to {
        left: 20px;
        border: 2px solid #6796b5;
    }
}

@keyframes toggle_circle_back {
    from {
        left: 20px;
        border: 2px solid #1e88e5;
    }
    to {
        left: 0;
        border: 2px solid #6796b5;
    }
}

@keyframes toggle_circle_enabled {
    from {
        left: 0;
        border: 2px solid rgba(0, 0, 0, 0.38);
    }
    to {
        left: 20px;
        border: 2px solid var(--button-green);
    }
}

@keyframes toggle_axis {
    from {
        background-color: rgba(0, 0, 0, 0.38);
    }
    to {
        background-color: var(--button-green);
    }
}

@keyframes toggle_axis_disabled {
    from {
        background-color: rgba(0, 0, 0, 0.38);
        opacity: 100%;
    }
    to {
        background-color: var(--button-green);
        opacity: 60%;
    }
}

@keyframes toggle_axis_back {
    from {
        background-color: var(--button-green);
    }
    to {
        background-color: rgba(0, 0, 0, 0.38);
    }
}

.toggle-on:not(.disabled) {
    animation-name: toggle_axis;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
}

.toggle-on:not(.disabled) .toggle-circle {
    animation-name: toggle_circle_enabled;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
}

.toggle-on.disabled .toggle-circle {
    animation-name: toggle_circle_disabled;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
}

.toggle-on.disabled {
    animation-name: toggle_axis_disabled;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
}

.toggle-off {
    animation-name: toggle_axis_back;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
}

.toggle-off .toggle-circle {
    animation-name: toggle_circle_back;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
}

.toggle-on.disabled {
    cursor: not-allowed;
}

.toggle-on.disabled .toggle-circle {
    border: 2px solid var(--button-green) !important;
    cursor: not-allowed;
}

.edit_mode_toggle {
    font-size: .8rem;
    color: #9e9e9e;
}

/*content:"▼";*/

.select_search_div {
    cursor: pointer;
    white-space: nowrap;
    position: relative;
}

.select_search_div:after {
    position: absolute;
    content: "";
    width: 16px;
    height: 14px;
    background-image: url(/css/images/iphone_select_big.png);
    margin-left: -30px;
    /*margin-top: 11px;*/
    top: 8px;
}

.select_search_div>.select_search_ul {
    width: 100%;
}

.select_search_ul {
    background: white;
    position: absolute;
    max-width: 534px;
    z-index: 3;
    margin-top: -5px;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #8C92A0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.select_search_ul li {
    clear: both;
    cursor: pointer;
    background: white;
    width: 100%;
    text-align: left;
    padding: 5px 16px;
    font-size: 12px;
    display: block;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.87);
    text-transform: uppercase;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.select_search_ul li:hover {
    background-color: #E0EDFA;
}

.select_search_expand {
    display: none;
}

.no_max_width_selectsearch .select_search_div .select_search_ul {
    max-width: inherit;
}

.modal_header_fixed .select_search_div {
    margin-top: 11px;
}


.right_test_input_field:has(.select_search_div) {
    padding: 0;
}

.right_test_input_field input[type=text].select_search_input,
.right_test_input_field input[type=text].select_search_input:hover,
.right_test_input_field input[type=text].select_search_input:focus {
    border: none;
}

.right_test_input_field .select_search_div:after {
    margin-top: 0;
    top: 6px;
    margin-left: -22px;
}

.right_test_input_field .select_search_ul {
    margin-top: 0;
}

.right_test_input_field input[type=text].select_search_input:focus {
    border-bottom: none;
}

.right_test input[type=text].right_test_input.search_input {
    margin: 0;
}

.filter_select_search_style .select_search_div {
    flex-grow: 1;
}

.filter_select_search_style .select_search_div > .select_search_ul {
    width: 700px;
}

.filter_select_search_style.filter_select_search_style_with_fixed_list .select_search_div > .select_search_ul {
    width: 100%;
}

.filter_select_search_style.full_width_filter .select_search_div>.select_search_ul {
    width: 100%;
    margin-top: 0;
}

.select_search_input {
    margin: 0;
    padding: 5px 7px;
    text-overflow: ellipsis;
}

.my_table .select_search_div:before {
    content: none;
}

.modal_header_buttons .filter_panel_icon_cancel {
    float: left;
    margin-right: 4px;
    margin-left: 2px;
}

.modal_header_buttons .header_input {
    width: 100%;
    white-space: nowrap;
    float: left;
}

.modal_body.radio-list {
    padding: 10px 0 20px 0;
}

.label_show {
    border-bottom: 1px dashed white;
    color: #555;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.successful_filter_input,
.successful_filter_input:focus {
    color: #288b62;
    border: 1px solid #288b62;
    background-color: #E0FAED;
}

.element_as_input_text {
    font-weight: 500;
    color: var(--black-text);
    margin-left: -5px;
}

.input_in_focus,
.input_in_focus:hover {
    border-color: #0966CA;
}

fieldset {
    height: 28px;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    border: 1px solid transparent;
    border-radius: var(--default-border-radius);
}

fieldset:has(input:not(:disabled)):hover {
   border-color: var(--inner-border);
}

fieldset:has(input:focus), fieldset:has(input:focus):hover {
   border-color: var(--light-blue);
}

fieldset > :is(
    input[type="text"], input[type="text"]:hover, input[type="text"]:focus, input[type="text"]:disabled, input[type="text"]:disabled:hover
) {
   border-color: transparent;
}

fieldset > label {
    white-space: nowrap;
}

fieldset > :is(
    input:not([type]),
    input[type=text],
    input[type=password],
    input[type=number],
    textarea,
    textarea.materialize-textarea
) {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
}