﻿.nouislider-custom.noUi-target.noUi-horizontal {
    height: 8px;
    width: calc(100% - 16px);
    margin-left: 8px;
}

.nouislider-custom.noUi-target {
    border: 0;
    background: #8F9EAE;
    border-radius: 10px;
}

.nouislider-custom.noUi-target .noUi-connect {
    background: #5EA7FA;
}

.nouislider-custom.noUi-target .noUi-handle {
    width: 16px;
    height: 16px;
    background: #3996FF;
    box-shadow: none;
    right: 0;
    transform: translate(50%, 2px);
    border: 0;
}

.nouislider-custom.noUi-target .noUi-handle:hover {
    background: #3A76BA;
}

.text-input-group {
    position: relative;
    height: min-content;
}

.text-input {
    background: transparent;
    border: 1px solid #8F9EAE;
    border-radius: 3px;
    padding: 4px 12px 4px 12px;
    height: 28px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    display: flex;
    font-size: 14px;
    outline: 0 !important;
    width: 100%;
}

.text-input-group .text-input {
    padding: 4px 28px 4px 12px;
}

.text-input-group .icon-search::before {
    background-image: url(/images/search.svg);
    background-repeat: no-repeat;
    background-size: 100% 200%;
    position: absolute;
    height: 15px;
    content: '';
    width: 26px;
    right: 5px;
    visibility: visible;
    top: 50%;
    transform: translate(0, -50%);
    background-position-y: 100%;
}

.text-input-group .percent::before {
    content: '%';
    position: absolute;
    right: 12px;
    visibility: visible;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 14px;
}

.text-input:focus,
.text-input:hover {
    border: 1px solid #3996FF;
}

.text-input-group .text-input:placeholder-shown + .icon-search::before {
    background-position-y: 0;
}

.custom-button {
    align-items: center;
    padding: 4px 8px !important;
    color: #FFFFFF !important;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    border: none !important;
    border-radius: 4px;
    text-align: center;
}

.custom-button svg [fill] {
    fill: #FFFFFF !important;
}

.custom-button svg [stroke] {
    stroke: #FFFFFF !important;
}

.custom-button[disabled] {
    opacity: 0.7;
}

.select-checkboxes {
    margin-top: 16px;
    overflow-y: auto;
    display: grid;
    row-gap: 8px;
    column-gap: 24px;
}

.keywords-select-dropdown [role="option"].select-option-hidden,
.keywords-select-dropdown [role="option"][data-selected="true"] {
    display: none;
}

.keywords-select-dropdown {
    position: absolute;
    width: 100%;
    display: none;
    background: #ffffff;
    z-index: 100;
    padding: 8px 0;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 15%) !important;
    border-radius: 4px !important;
    margin-top: 4px;
}

.keywords-select[expanded="true"] .keywords-select-dropdown {
    display: block;
}

.keywords-select-dropdown [role="option"].option-focused,
.keywords-select-dropdown [role="option"]:hover {
    color: #3996FF;
}

.keywords-select-dropdown [role="listbox"] {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    max-height: 180px;
    margin-right: 8px;
    gap: 8px;
}

.keywords-select-dropdown [role="option"] {
    padding: 0 4px 0 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    cursor: pointer;
}

.contract-acts textarea {
    min-height: calc(1.5em + 1.3rem + 2px);
    height: calc(1.5em + 1.3rem + 2px);
}

.contract-form .radio-inline {
    height: calc(1.5em + 1.3rem + 2px);
}

.quill-container .ql-editor {
    max-height: 15em;
    min-height: 4em;
}

.quill-container .ql-editor img {
    max-width: 40%;
    max-height: 300px;
}
