.select-filter__search-button {
    flex: 2;
    border: none;
    color: white;
    background: #535c69;
}

.select-filter__result {
    display: none;
    position: absolute;
    z-index: 1000;
    background: #535c69;
    border: 1px solid #747474;
    width: ' . $this->width . 'px;
    margin-top: -1px;
}

.select-filter__button {
    flex: 3;
    background: #858585;
    color: white;
    border: none;
    width: 100%;
    height: 30px;
    border-right: 1px solid white;
    background: linear-gradient( 180deg, rgba(2, 0, 36, 1) 0%, rgb(40 90 100) 50%, rgba(63, 63, 120, 1) 79%);
}

.select-filter__items li.active {
    background: #858585;
}

[data-checkbox="checked"]:before {
    background-image: url(/images/cb.png) !important;
    background-color: #84bdf1;
}

[data-checkbox]:before {
    content: "";
    width: 13px;
    height: 13px;
    background: url(/images/_cb.png);
    background-size: cover;
    display: inline-block;
    margin-right: 10px;
    top: 2px;
    position: relative;
    background-color: #6DB3F2;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid rgb(187, 186, 186) !important;
    -webkit-text-fill-color: rgb(187, 186, 186) !important;
    -webkit-box-shadow: 0 0 0px 1000px #000 inset !important;
    transition: background-color 5000s ease-in-out 0s !important;
    caret-color: rgb(255, 255, 255) !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid rgb(187, 186, 186) !important;
    -webkit-text-fill-color: rgb(187, 186, 186) !important;
    -webkit-box-shadow: 0 0 0px 1000px #000 inset !important;
    transition: background-color 5000s ease-in-out 0s !important;
    caret-color: rgb(255, 255, 255) !important;
}

.with-border {
    border-bottom: 1px solid #787878;
}

.row-fluid img {
    box-shadow: 0px 0px 2px 3px rgb(175 175 175 / 66%);
    border: 3px solid #525252;
    border-radius: 5px;
}

.zadacmarrig {
    padding: 0px !important;
    /* max-height: 324px; */
    /* overflow: hidden; */
    /* max-width: 400px; */
    position: relative;
}

.iconright {
    margin-right: 7px;
    color: #ffffff73;
}