@font-face {
    font-family: 'MullerRegular';

    src: url('../fonts/muller/regular/MullerRegular.eot');

    src:
        url('../fonts/muller/regular/MullerRegular.eot?#iefix')
            format('embedded-opentype'),
        url('../fonts/muller/regular/MullerRegular.woff') format('woff'),
        url('../fonts/muller/regular/MullerRegular.ttf') format('truetype');

    font-style: normal;

    font-weight: 400;
}

:root {
    --red-popup-gradient: #ff592c;
}

@font-face {
    font-family: 'MullerExtraBold';

    src: url('../fonts/muller/extrabold/MullerExtraBold.eot');

    src:
        url('../fonts/muller/extrabold/MullerExtraBold.eot?#iefix')
            format('embedded-opentype'),
        url('../fonts/muller/extrabold/MullerExtraBold.woff') format('woff'),
        url('../fonts/muller/extrabold/MullerExtraBold.ttf') format('truetype');

    font-style: normal;

    font-weight: 800;
}

@font-face {
    font-family: 'Dots';
    src: url('../fonts/dots/dots.eot');
    src:
        url('../fonts/dots/dots.eot?#iefix') format('embedded-opentype'),
        url('../fonts/dots/dots.woff2') format('woff2'),
        url('../fonts/dots/dots.woff') format('woff'),
        url('../fonts/dots/dots.ttf') format('truetype'),
        url('../fonts/dots/dots.svg#Dots') format('svg');
}

@font-face {
    font-family: 'MullerBold';

    src: url('../fonts/muller/bold/MullerBold.eot');

    src:
        url('../fonts/muller/bold/MullerBold.eot?#iefix')
            format('embedded-opentype'),
        url('../fonts/muller/extrabold/MullerExtraBold.woff') format('woff'),
        url('../fonts/muller/bold/MullerBold.ttf') format('truetype');

    font-style: normal;

    font-weight: 700;
}

@font-face {
    font-family: 'MullerMedium';

    src: url('../fonts/muller/medium/MullerMedium.eot');

    src:
        url('../fonts/muller/medium/MullerMedium.eot?#iefix')
            format('embedded-opentype'),
        url('../fonts/muller/medium/MullerMedium.woff') format('woff'),
        url('../fonts/muller/medium/MullerMedium.ttf') format('truetype');

    font-style: normal;

    font-weight: 500;
}

@font-face {
    font-family: 'ALSGorizontBoldExpand';

    src: url('../fonts/alsGorizont/extraboldexpand/alsgorizontextraboldexpanded.eot');

    src:
        url('../fonts/alsGorizont/extraboldexpand/alsgorizontextraboldexpanded.eot?#iefix')
            format('embedded-opentype'),
        url('../fonts/alsGorizont/extraboldexpand/alsgorizontextraboldexpanded.woff')
            format('woff'),
        url('..fonts/alsGorizont/extraboldexpand/alsgorizontextraboldexpanded.ttf')
            format('truetype');

    font-style: normal;

    font-weight: 700;
}

input:focus-visible {
    outline: none !important;
}

html {
    height: 100%;
}

body,
#app {
    min-height: 100%;
    height: 100%;
}

.border-\[\#EBEBEB\] {
    --tw-border-opacity: 1;
    border-color: rgb(235 235 235 / var(--tw-border-opacity));
}

.border-\[\#05E5A5\] {
    --tw-border-opacity: 1;
    border-color: rgb(5 229 165 / var(--tw-border-opacity));
}

.border-\[\#FCFCFC\] {
    --tw-border-opacity: 1;
    border-color: rgb(252 252 252 / var(--tw-border-opacity));
}

.border-white-1000 {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-black {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-\[\#FFD183\] {
    --tw-border-opacity: 1;
    border-color: rgb(255 209 131 / var(--tw-border-opacity));
}

.border-\[\#6F6F6F\] {
    --tw-border-opacity: 1;
    border-color: rgb(111 111 111 / var(--tw-border-opacity));
}

.border-\[\#4A5B5B\] {
    --tw-border-opacity: 1;
    border-color: rgb(74 91 91 / var(--tw-border-opacity));
}

.bg-\[\#4A5B5B\] {
    --tw-bg-opacity: 1;
    background-color: rgb(74 91 91 / var(--tw-bg-opacity));
}

.bg-\[\#fdfffe\] {
    --tw-bg-opacity: 1;
    background-color: #fdfffe;
}

.bg-white-1000 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-\[rgba\(255\2c 255\2c 255\2c 0\)\] {
    background-color: rgba(255, 255, 255, 0);
}

.bg-\[\#17BD98\] {
    --tw-bg-opacity: 1;
    background-color: rgb(23 189 152 / var(--tw-bg-opacity));
}

.bg-\[\#fff\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-\[\#EDFBF7\] {
    --tw-bg-opacity: 1;
    background-color: rgb(237 251 247 / var(--tw-bg-opacity));
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-\[\#4a5b5b\] {
    --tw-bg-opacity: 1;
    background-color: rgb(74 91 91 / var(--tw-bg-opacity));
}

.bg-\[\#17bd98\] {
    --tw-bg-opacity: 1;
    background-color: rgb(23 189 152 / var(--tw-bg-opacity));
}

.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-white-1000 {
    --tw-gradient-from: #ffffff;
    --tw-gradient-to: rgb(255 255 255 / 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#17BD98\] {
    --tw-gradient-from: #17bd98;
    --tw-gradient-to: rgb(23 189 152 / 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.font-MullerRegular {
    font-family: 'MullerRegular';
}

.font-ALSGorizontBoldExpand {
    font-family: 'ALSGorizontBoldExpand';
}

.font-MullerBold {
    font-family: 'MullerBold';
}

.font-MullerMedium {
    font-family: 'MullerMedium';
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(204 204 204 / var(--tw-text-opacity));
}

.text-\[\#4A5B5B\] {
    --tw-text-opacity: 1;
    color: rgb(74 91 91 / var(--tw-text-opacity));
}

.text-white-1000 {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-\[\#FF6D5A\] {
    --tw-text-opacity: 1;
    color: rgb(255 109 90 / var(--tw-text-opacity));
}

.text-\[\#05E5A5\] {
    --tw-text-opacity: 1;
    color: rgb(5 229 165 / var(--tw-text-opacity));
}

.text-\[\#FFD183\] {
    --tw-text-opacity: 1;
    color: rgb(255 209 131 / var(--tw-text-opacity));
}

.text-\[\#17BD98\] {
    --tw-text-opacity: 1;
    color: rgb(23 189 152 / var(--tw-text-opacity));
}

.text-\[\#666666\] {
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity));
}

.text-\[\#17BB96\] {
    --tw-text-opacity: 1;
    color: rgb(23 187 150 / var(--tw-text-opacity));
}

.text-\[\#6F6F6F\] {
    --tw-text-opacity: 1;
    color: rgb(111 111 111 / var(--tw-text-opacity));
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
        var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert)
        var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.bg-login-wrapper {
    background-color: var(--nav-back);
}

.header__logo {
    margin-left: 40px;
}

.expansion-body {
    overflow: hidden;
    max-height: 1200px;
    transition: max-height 1.5s;
}

.expansion-hide {
    max-height: 65px;

    transition: max-height, 1s;
    overflow: hidden;
}

.filter-hide {
    animation: hide-content 1s 1 alternate;
    visibility: hidden;
}

@keyframes hide-content {
    0% {
        visibility: visible;
    }
    100% {
        visibility: collapse;
    }
}

.checkbox {
    display: none;
}

.bg-success-gradient {
    background: linear-gradient(
        180deg,
        var(--bg-success-gradient-from) 0%,
        var(--bg-success-gradient-center) 50%,
        var(--bg-success-gradient-end) 100%
    );
}

.bg-white-gradient {
    background: linear-gradient(
        135deg,
        rgba(20, 231, 170, 1) 0%,
        rgba(152, 249, 221, 1) 10%,
        rgba(255, 255, 255, 1) 40%
    );
}

.clip-path-trangle {
    -webkit-clip-path: polygon(
        50% 0%,
        55% 11%,
        63% 43%,
        79% 80%,
        97% 100%,
        50% 100%,
        -1% 100%,
        27% 73%,
        40% 42%,
        45% 25%
    );
    clip-path: polygon(
        50% 0%,
        55% 11%,
        63% 43%,
        79% 80%,
        97% 100%,
        50% 100%,
        -1% 100%,
        27% 73%,
        40% 42%,
        45% 25%
    );
}

.fake {
    display: block;
    position: relative;
    /* width: 12px; */
    /* height: 12px; */
    /* border: 1px solid var(--input-back); */
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-bottom: 3px;
}

.fake::before {
    content: '';
    display: block;
    position: absolute;
    top: -2px;
    left: -2px;
    width: 12px;
    /* background-color: red; */
    height: 12px;
    border: 1px solid var(--input-back);
    border-radius: 50%;
    margin-bottom: 3px;
}

/* TODO: check checked in design */
.checkbox:checked + .fake {
    background: #fff !important;
    /*opacity: 1;*/
}

.bg-gradien-bottom-success-orange {
    background: linear-gradient(
        144deg,
        rgba(23, 187, 150, 1) 36%,
        rgba(249, 208, 132, 1) 100%
    );
}

.bottom-right-orange-pointer {
    -webkit-clip-path: polygon(
        100% 0,
        100% 100%,
        85% 74%,
        65% 46%,
        47% 26%,
        31% 15%,
        0 0
    );
    clip-path: polygon(
        100% 0,
        100% 100%,
        85% 74%,
        65% 46%,
        47% 26%,
        31% 15%,
        0 0
    );
    background: linear-gradient(
        135deg,
        rgba(202, 204, 135, 1) 0%,
        rgba(255, 208, 132, 1) 100%
    );
}

.bg-gradien-top-success-orange {
    background: linear-gradient(
        43deg,
        rgba(23, 187, 150, 1) 24%,
        rgba(249, 208, 132, 1) 100%
    );
}

.top-right-orange-pointer {
    -webkit-clip-path: polygon(
        68% 53%,
        84% 29%,
        100% 0,
        100% 100%,
        0 100%,
        20% 92%,
        41% 80%
    );
    clip-path: polygon(
        68% 53%,
        84% 29%,
        100% 0,
        100% 100%,
        0 100%,
        20% 92%,
        41% 80%
    );
    background: linear-gradient(
        135deg,
        rgba(202, 204, 135, 1) 0%,
        rgba(255, 208, 132, 1) 100%
    );
}

/* .top-right-success-pointer{
  -webkit-clip-path: polygon(68% 53%, 84% 29%, 100% 0, 100% 100%, 0 100%, 20% 92%, 41% 80%);
          clip-path: polygon(68% 53%, 84% 29%, 100% 0, 100% 100%, 0 100%, 20% 92%, 41% 80%);
  background:#17bd98 ;
} */
.top-right-success-pointer {
    -webkit-clip-path: polygon(
        74% 57%,
        90% 33%,
        100% 0,
        100% 100%,
        0 100%,
        34% 91%,
        53% 79%
    );
    clip-path: polygon(
        74% 57%,
        90% 33%,
        100% 0,
        100% 100%,
        0 100%,
        34% 91%,
        53% 79%
    );
    background: #17bd98;
}

.placeholder\:text-white-1000::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.placeholder\:text-white-1000::placeholder {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.before\:bg-\[\#17BD98\]::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(23 189 152 / var(--tw-bg-opacity));
}

.hover\:border-\[\#05E5A5\]:hover {
    --tw-border-opacity: 1;
    border-color: rgb(5 229 165 / var(--tw-border-opacity));
}

.hover\:bg-\[\#D8FBEF\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(216 251 239 / var(--tw-bg-opacity));
}

.hover\:bg-gradient-to-b:hover {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.hover\:bg-gradient-to-r:hover {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.hover\:from-white-1000:hover {
    --tw-gradient-from: #ffffff;
    --tw-gradient-to: rgb(255 255 255 / 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-\[\#17BB96\]:hover {
    --tw-gradient-from: #17bb96;
    --tw-gradient-to: rgb(23 187 150 / 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:to-\[\#DAF7EF\]:hover {
    --tw-gradient-to: #daf7ef;
}

.hover\:text-white-1000:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.active\:border-\[\#05E5A5\]:active {
    --tw-border-opacity: 1;
    border-color: rgb(5 229 165 / var(--tw-border-opacity));
}

.active\:bg-gradient-to-r:active {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.active\:from-\[\#17BD98\]:active {
    --tw-gradient-from: #17bd98;
    --tw-gradient-to: rgb(23 189 152 / 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:to-\[\#05E5A5\]:active {
    --tw-gradient-to: #05e5a5;
}

.two-factor__wrapper {
    padding-top: 10px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
}

.sidebar__checkbox {
    background: none;
    position: relative;
    width: 40px;
    height: 24px;
    margin: 0 10px;
    border-radius: 24px;
    border: 2px solid #4a5b5b;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar__checkbox.active {
    border-color: white;
}

.sidebar__checkbox.active .sidebar__checkbox-circle {
    background: white;
    box-shadow: none;
}

.sidebar__checkbox-input {
    appearance: none;
}

.sidebar__checkbox-input:checked ~ span {
    left: calc(100% - 22px);
}

.sidebar__checkbox-circle {
    position: absolute;
    left: 0;
    width: 22px;
    height: 22px;
    background: #4a5b5b;
    border: none;
    border-radius: 50%;
    transition: 0.4s;
    box-shadow: 0 0 2px 0 #4a5b5b;
}

.expansion-hide-table-info {
    overflow: hidden;
    max-height: 0px;
    transition: all 0.5s;
}

.expansion-body-table-info {
    max-height: 95px;
    height: 100%;
    transition: all 0.5s;
}

.background-success {
    background-color: rgb(23 189 152 / var(--tw-bg-opacity));
}

.hover-btn-white {
    transition: all 0.2s;
}

.hover-btn-white:hover,
.hover-btn-white:active {
    color: #4a5b5b;
    background-color: white;
}

/***********************************inputs autofill ************************************************/
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 {
    -webkit-text-fill-color: rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
    transition: background-color 5000s ease-in-out 0s;
}

.grayscale-1 {
    filter: grayscale(1);
}

.filter-wrapper {
    position: relative;
}

.filter-wrapper_selected::after {
    position: absolute;
    content: '';
    top: calc(100% + 16px);
    left: calc(50% - 26px);
    width: 52px;
    height: 11px;
    background-repeat: no-repeat;
    background-image: url('/img/pointer-green.svg');
}

.splide__track {
    overflow: unset !important;
    overflow-x: clip !important;
}

.orders-load {
    width: 140px;
    height: 2rem;
    display: block;
    color: #ffffff;
    padding-top: 2px;
    font-size: 20px;
    font-family: 'MullerMedium', serif;
    border-radius: 0.375rem;
    margin: 30px auto 30px auto;
}

/*.orders-load:active {*/
/*    background-color: rgb(20, 105, 87);*/
/*}*/

/*.orders-load:disabled {*/
/*    background-color: rgb(20, 105, 87);*/
/*}*/

.filter-popup {
    transform: translateY(100%);
    height: 310px;
}

.order-popap-title {
    column-gap: 10px;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(8, 1fr);
    align-items: center;
    justify-content: center;
}

.order-popap {
    column-gap: 10px;
    display: grid;
    width: 100%;
    align-items: center;
    justify-content: center;
    grid-template-columns: repeat(8, 1fr);
}

.order-popap-title-elem {
    width: min-content;
    margin: 0 auto;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.order-popap-title-date {
    display: flex;
    justify-content: center;
    max-width: 140px;
    width: 99px;
}

.order-popap-title-source {
    width: 90px;
    text-align: center;
}

.order-popap-title-type {
    width: 125px;
    text-align: center;
}

.order-popap-title-callback {
    padding-left: 15px;
}

.order-popap__item {
    display: flex;
    justify-content: center;
    width: 105px;
}

.order-popap__item-type {
    width: 100px;
    max-width: 110px;
}

.order-popap__item-callback {
    width: 95px;
    max-width: 95px;
}

.order-popap__item-source {
    width: 160px;
    justify-content: space-between;
}

.order-popap__payment-id {
    white-space: nowrap;
	width: 140px;
}

.order-popap__date {
    display: flex;
    width: 190px;
    gap: 10px;
    justify-content: start;
}

.orders-table-popap-modal-body {
    opacity: 1;
    pointer-events: all;
    transition: opacity 0.5s;
}

.orders-table-popap-modal-hide {
    opacity: 0;
    pointer-events: none;
    transition: opacityу 0.5s;
}

.order-popap-wrap {
    transform: translateY(40%);
}

.block-body {
    opacity: 1;
    pointer-events: all;
    transition: all 0.5s;
}

.block-hide {
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
}

.input-filters {
    padding-right: 10px;
}

.input__from-input {
    color: #ffffff;
    height: 36px;
    outline: none;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
}

.without-arrows::-webkit-outer-spin-button,
.without-arrows::-webkit-inner-spin-button,
.without-arrows {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield !important;
}

.input {
    gap: 10px;
}

.input__item {
    color: #ffffff;
    gap: 5px;
}

.filler-height {
    height: calc(100% - 33px);
}

.flex-column {
    flex-direction: column;
}

.background-transparent {
    background-color: transparent;
}

@media screen and (max-width: 1660px) {
    .filter-image {
        display: none;
    }

    .gap-x-\[176px\] {
        -moz-column-gap: 100px;
        column-gap: 100px;
    }
}

@media screen and (max-width: 1300px) {
    .table-width-scroll {
        width: 100%;
        overflow-x: scroll;
    }

    .table-width-hidden {
        opacity: 0;
        pointer-events: none;
    }
}

.inputs_error {
    background: linear-gradient(
        90deg,
        #ffffff 0%,
        #faebe5 29.65%,
        #faebe5 100%
    );
}

.filters__popup_focused {
    border-bottom: 1px solid transparent !important;
    border: 4px solid;
    border-radius: 16px 16px 0 0 !important;
    position: relative;
}

.new-order-modal__input {
    background: linear-gradient(
        90deg,
        var(--dropdown-back) 0%,
        var(--input-back) 100%
    );
    border: 1px solid var(--input-back);
}

.new-order-modal__input-date {
    background: linear-gradient(
        90deg,
        var(--dropdown-back) 0%,
        var(--input-back) 100%
    );
    border: 1px solid var(--input-back);
}

.new-order-modal__input::placeholder {
    color: inherit;
    opacity: 0.5;
}

.custom-scroll::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: rgb(209, 209, 209);
}

.custom-scroll::-webkit-scrollbar {
    height: 10px;
    width: 100%;
    background-color: #ffffff;
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    animation-iteration-count: 1;
}

@-webkit-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.login-button:disabled {
    background-color: var(--secondary-button);
}

.fill-icon-col.icon-white {
	fill: white;
}

.fill-icon-col.active-icon-fill-7 {
    opacity: 0.7;
    fill: var(--table-hover-text);
}

.filters__input-close::after {
    content: '>';
    position: absolute;
    top: 17px;
    right: 0;
    bottom: 0;
    font: 16px monospace;
    line-height: 8px;
    height: 8px;
    pointer-events: none;
    transform: translate(-150%, -50%) scaleX(1.2) rotate(90deg);
    transition: 0.2s ease-in-out;
}

.filters__input-close[inputIcon='true']::after {
    transform: translate(-150%, -50%) scaleX(1.2) rotate(-90deg);
}

@media screen and (max-width: 1185px) {
    .custom-scroll::-webkit-scrollbar {
        height: 10px;
        background-color: #ffffff;
        min-width: 1185px;
    }
}

@media screen and (min-width: 1324px) {
    .custom-scroll::-webkit-scrollbar {
        height: 0px;
        background-color: #ffffff;
    }
}

@layer utilities {
    .popup-clip {
        clip-path: path(
            'M10.0008 0.0449219C15.1138 0.0449219 19.3035 4.16374 19.2325 9.34769C19.1615 14.3896 15.0428 18.5793 9.85881 18.5083C4.81689 18.4373 0.627107 14.3185 0.769133 9.06354C0.840146 4.09263 4.9589 0.0449219 10.0008 0.0449219ZM8.93563 12.8273C8.93563 12.7562 9.00664 12.7564 9.00664 12.7564C10.1429 11.1941 11.279 9.56063 12.4153 7.99834C12.8413 7.35923 13.3384 6.72014 13.7645 6.08103C13.9065 5.86799 13.9776 5.58404 13.9776 5.29999C13.9065 4.87391 13.6225 4.58979 13.1964 4.51877C12.7703 4.44776 12.4153 4.58986 12.1312 4.94492C10.5689 7.14633 9.00663 9.34769 7.44435 11.4781C7.37334 11.5491 7.37335 11.6201 7.30234 11.6912C7.87044 12.0462 8.36752 12.4722 8.93563 12.8273ZM6.73422 12.4722C6.59219 13.2533 6.45018 14.0346 6.23714 14.8867C6.94727 14.4607 7.6574 14.1055 8.36753 13.6794C7.79943 13.2533 7.30232 12.8273 6.73422 12.4722Z'
        );
    }
}

.unshowed-picker-indicator::-webkit-calendar-picker-indicator {
    display: none !important;
}

.hided-tagify-removes {
    .tagify__tag__removeBtn {
        display: none !important;
    }
}

.white-tagify-wrapper {
    .filters__input {
        background: white !important;
        border-color: black !important;
        color: black !important;
    }
    .tagify__tag > div {
        color: black !important;
    }
    * > ::after {
        color: black !important;
    }
}

.white-dropdown {
    border: 1px solid black !important;
    transform: translateY(-1px) !important;
    border-radius: 0 0 16px 16px !important;
    .tagify__dropdown__wrapper {
        background: white !important;
    }
    .tagify__dropdown__item {
        color: rgba(0, 0, 0, 0.7) !important;
    }
    .tagify__dropdown__item:hover {
        color: black !important;
    }
}
