/* Minification failed. Returning unminified contents.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(12,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(13,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(14,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(15,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(16,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(65,17): run-time error CSS1039: Token not allowed after unary operator: '-new-legacy-ui-color-body'
(66,23): run-time error CSS1039: Token not allowed after unary operator: '-new-legacy-ui-font-main'
(113,33): run-time error CSS1039: Token not allowed after unary operator: '-new-legacy-ui-radius-sm'
(114,36): run-time error CSS1039: Token not allowed after unary operator: '-new-legacy-ui-color-border-mid'
(115,30): run-time error CSS1039: Token not allowed after unary operator: '-new-legacy-ui-color-white'
(121,25): run-time error CSS1039: Token not allowed after unary operator: '-new-legacy-ui-color-body'
(122,31): run-time error CSS1039: Token not allowed after unary operator: '-new-legacy-ui-font-main'
(131,26): run-time error CSS1039: Token not allowed after unary operator: '-new-legacy-ui-color-white'
(136,28): run-time error CSS1039: Token not allowed after unary operator: '-new-legacy-ui-color-primary'
(140,21): run-time error CSS1039: Token not allowed after unary operator: '-new-legacy-ui-color-border-mid'
(144,21): run-time error CSS1039: Token not allowed after unary operator: '-new-legacy-ui-color-border-mid'
(148,21): run-time error CSS1039: Token not allowed after unary operator: '-new-legacy-ui-color-border-mid'
(178,25): run-time error CSS1039: Token not allowed after unary operator: '-new-legacy-ui-radius-sm'
(179,28): run-time error CSS1039: Token not allowed after unary operator: '-new-legacy-ui-color-danger'
(181,17): run-time error CSS1039: Token not allowed after unary operator: '-new-legacy-ui-color-danger'
(182,23): run-time error CSS1039: Token not allowed after unary operator: '-new-legacy-ui-font-main'
(210,17): run-time error CSS1039: Token not allowed after unary operator: '-new-legacy-ui-color-body'
(341,25): run-time error CSS1039: Token not allowed after unary operator: '-new-legacy-ui-radius-sm'
(342,22): run-time error CSS1039: Token not allowed after unary operator: '-new-legacy-ui-color-body'
(343,17): run-time error CSS1039: Token not allowed after unary operator: '-new-legacy-ui-color-white'
(344,23): run-time error CSS1039: Token not allowed after unary operator: '-new-legacy-ui-font-main'
(371,38): run-time error CSS1039: Token not allowed after unary operator: '-new-legacy-ui-color-body'
(382,25): run-time error CSS1039: Token not allowed after unary operator: '-new-legacy-ui-radius-pill'
(383,28): run-time error CSS1039: Token not allowed after unary operator: '-new-legacy-ui-color-border-dim'
(397,25): run-time error CSS1039: Token not allowed after unary operator: '-new-legacy-ui-radius-pill'
(398,28): run-time error CSS1039: Token not allowed after unary operator: '-new-legacy-ui-color-primary'
(399,22): run-time error CSS1039: Token not allowed after unary operator: '-new-legacy-ui-color-primary'
(403,24): run-time error CSS1039: Token not allowed after unary operator: '-new-legacy-ui-color-border-mid'
(404,22): run-time error CSS1039: Token not allowed after unary operator: '-new-legacy-ui-color-white'
 */
:root {
    --new-legacy-ui-color-body: #303E4D;
    --new-legacy-ui-color-primary: #4478B8;
    --new-legacy-ui-color-border: #E5E5E5;
    --new-legacy-ui-color-border-mid: #9E9E9E;
    --new-legacy-ui-color-border-dim: #D9D9D9;
    --new-legacy-ui-color-separator: #616161;
    --new-legacy-ui-color-white: #FFF;
    --new-legacy-ui-color-bg-light: #EEE;
    --new-legacy-ui-color-success: #3EC64F;
    --new-legacy-ui-color-danger: #FF6450;
    --new-legacy-ui-radius-sm: 3px;
    --new-legacy-ui-radius-md: 8px;
    --new-legacy-ui-radius-pill: 9999px;
    --new-legacy-ui-font-main: Ubuntu, sans-serif;
    --new-legacy-ui-font-alt: Geologica, sans-serif;
    --new-legacy-ui-font-title: Roboto, sans-serif;
}

/* new ui checkbox - start */
.new-legacy-ui-checkbox-wrapper {
    display: flex;
    gap: 12px;
    align-items: center;
    align-self: stretch;
}
    .new-legacy-ui-checkbox-wrapper.inactive {
        opacity: 0.5;
        cursor: default;
    }

.new-legacy-ui-checkbox {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

/* Visually hide the native checkbox but keep it accessible */
.new-legacy-ui-hidden-checkbox {
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
    margin: 0px;
}

.new-legacy-ui-checkbox__box {
    display: flex;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M0.75 9C0.75 5.11121 0.75 3.16595 1.95797 1.95797C3.16595 0.75 5.11034 0.75 9 0.75C12.8888 0.75 14.8341 0.75 16.042 1.95797C17.25 3.16595 17.25 5.11034 17.25 9C17.25 12.8888 17.25 14.8341 16.042 16.042C14.8341 17.25 12.8897 17.25 9 17.25C5.11121 17.25 3.16595 17.25 1.95797 16.042C0.75 14.8341 0.75 12.8897 0.75 9Z' stroke='%239E9E9E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;
    cursor: pointer;
}


.new-legacy-ui-hidden-checkbox:checked + .new-legacy-ui-checkbox__box {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M0.75 9C0.75 5.11121 0.75 3.16595 1.95797 1.95797C3.16595 0.75 5.11034 0.75 9 0.75C12.8888 0.75 14.8341 0.75 16.042 1.95797C17.25 3.16595 17.25 5.11034 17.25 9C17.25 12.8888 17.25 14.8341 16.042 16.042C14.8341 17.25 12.8897 17.25 9 17.25C5.11121 17.25 3.16595 17.25 1.95797 16.042C0.75 14.8341 0.75 12.8897 0.75 9Z' fill='%23586276' stroke='%23586276' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.52625 9.43352L7.6973 11.6046L12.4736 6.39404' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.new-legacy-ui-checkbox__label {
    color: var(--new-legacy-ui-color-body);
    font-family: var(--new-legacy-ui-font-main);
    font-size: 13px;
    font-weight: 500;
}
/* new ui checkbox - end*/

/* new ui select2 tags - start */
.new-legacy-ui-select2-tags-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-self: stretch;
    flex: 1 0 0;
}

    .new-legacy-ui-select2-tags-wrapper .select2-container {
        width: 100% !important;
    }

    .new-legacy-ui-select2-tags-wrapper .select2-container-multi .select2-choices {
        border: none !important;
        background: #F7F7F7;
        box-shadow: none !important;
        padding: 0 !important;
        min-height: 0 !important;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 6px;
        cursor: default;
    }

    .new-legacy-ui-select2-tags-wrapper .select2-container-multi.select2-container-active .select2-choices {
        border: none !important;
        box-shadow: none !important;
        outline: none !important;
    }

    .new-legacy-ui-select2-tags-wrapper .select2-search-field {
        width: 100%;
        order: -1;
    }

        .new-legacy-ui-select2-tags-wrapper .select2-search-field input {
            width: 100% !important;
            height: 36px;
            padding: 6px 12px 6px 36px;
            border-radius: var(--new-legacy-ui-radius-sm) !important;
            border: 1px solid var(--new-legacy-ui-color-border-mid) !important;
            background: var(--new-legacy-ui-color-white) !important;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21 21L16.65 16.65M19 11C19 15.4183 15.4183 19 11 19C6.58172 19 3 15.4183 3 11C3 6.58172 6.58172 3 11 3C15.4183 3 19 6.58172 19 11Z' stroke='%239E9E9E' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: 10px center;
            background-size: 16px;
            box-shadow: none !important;
            color: var(--new-legacy-ui-color-body);
            font-family: var(--new-legacy-ui-font-main);
            font-size: 15px;
            font-weight: 400;
            box-sizing: border-box;
            display: block;
            margin: 0 0 6px 0;
        }

    .new-legacy-ui-select2-tags-wrapper .select2-container-multi .select2-choices .select2-search-field input {
        background: var(--new-legacy-ui-color-white) !important;
    }

    .new-legacy-ui-select2-tags-wrapper .select2-search-field input:focus {
        outline: none;
        border-color: var(--new-legacy-ui-color-primary) !important;
    }

    .new-legacy-ui-select2-tags-wrapper .select2-search-field input::-webkit-input-placeholder {
        color: var(--new-legacy-ui-color-border-mid);
    }

    .new-legacy-ui-select2-tags-wrapper .select2-search-field input::-moz-placeholder {
        color: var(--new-legacy-ui-color-border-mid);
    }

    .new-legacy-ui-select2-tags-wrapper .select2-search-field input:-ms-input-placeholder {
        color: var(--new-legacy-ui-color-border-mid);
    }

    .new-legacy-ui-select2-tags-wrapper .select2-container-multi .select2-choices .select2-search-choice {
        font-size: 15px;
        font-weight: 500;
        height: 24px;
        display: flex;
        padding: 6px 8px 6px 12px;
        align-items: center;
        gap: 8px;
        background-color: initial;
    }

        .new-legacy-ui-select2-tags-wrapper .select2-container-multi .select2-choices .select2-search-choice div {
            display: inline-flex;
            gap: inherit;
        }

    .new-legacy-ui-select2-tags-wrapper .select2-search-choice .select2-search-choice-close {
        position: inherit;
        top: 0;
        width: 14px;
        height: 14px;
        text-decoration: none;
        align-self: center;
    }

.new-legacy-ui-select2-tags-clear-btn {
    display: none;
    border-radius: var(--new-legacy-ui-radius-sm);
    border: 1px solid var(--new-legacy-ui-color-danger);
    background: initial;
    color: var(--new-legacy-ui-color-danger);
    font-family: var(--new-legacy-ui-font-main);
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    align-self: flex-start;
    padding: 8px 12px 8px 12px;
    margin-left: 5px;
}

    .new-legacy-ui-select2-tags-clear-btn:hover {
        background: rgba(255, 100, 80, 0.07);
    }

.new-legacy-ui-select2-tags-clear-btn__x {
    font-size: 16px;
    line-height: 1;
    margin-left: 15px;
}

.new-legacy-ui-select2-tags-chip__icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M17.8417 9.65002L10.3417 2.15002C10.0292 1.84009 9.60681 1.66634 9.16669 1.66669H3.33335C2.89133 1.66669 2.4674 1.84228 2.15484 2.15484C1.84228 2.4674 1.66669 2.89133 1.66669 3.33335V9.16669C1.66651 9.38661 1.70987 9.6044 1.79425 9.80749C1.87864 10.0106 2.00238 10.195 2.15835 10.35L9.65835 17.85C9.97084 18.16 10.3932 18.3337 10.8334 18.3334C11.2747 18.3315 11.6972 18.1547 12.0084 17.8417L17.8417 12.0084C18.1547 11.6972 18.3315 11.2747 18.3334 10.8334C18.3335 10.6134 18.2902 10.3956 18.2058 10.1925C18.1214 9.98945 17.9977 9.80507 17.8417 9.65002ZM10.8334 16.6667L3.33335 9.16669V3.33335H9.16669L16.6667 10.8334M5.41669 4.16669C5.66391 4.16669 5.90559 4.24 6.11115 4.37735C6.31671 4.5147 6.47693 4.70993 6.57154 4.93833C6.66615 5.16674 6.6909 5.41807 6.64267 5.66055C6.59444 5.90303 6.47539 6.12576 6.30057 6.30057C6.12576 6.47539 5.90303 6.59444 5.66055 6.64267C5.41807 6.6909 5.16674 6.66615 4.93833 6.57154C4.70993 6.47693 4.5147 6.31671 4.37735 6.11115C4.24 5.90559 4.16669 5.66391 4.16669 5.41669C4.16669 5.08517 4.29838 4.76722 4.5328 4.5328C4.76722 4.29838 5.08517 4.16669 5.41669 4.16669Z' fill='%239E9E9E' stroke='%239E9E9E' stroke-width='0.3'/%3E%3C/svg%3E");
    aspect-ratio: 1/1;
}

.new-legacy-ui-select2-tags-chip__text {
    color: var(--new-legacy-ui-color-body);
    align-self: center;
}

/* new ui select2 tags - end */

/* new ui icons - start */
.icon-wand-grey,
.icon-wand-black,
.icon-wand-blue,
.icon-wand {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M5.62498 4.2L3.74998 5.25L4.79998 3.375L3.74998 1.5L5.62498 2.55L7.49998 1.5L6.44998 3.375L7.49998 5.25L5.62498 4.2ZM14.625 11.55L16.5 10.5L15.45 12.375L16.5 14.25L14.625 13.2L12.75 14.25L13.8 12.375L12.75 10.5L14.625 11.55ZM16.5 1.5L15.45 3.375L16.5 5.25L14.625 4.2L12.75 5.25L13.8 3.375L12.75 1.5L14.625 2.55L16.5 1.5ZM10.005 9.585L11.835 7.755L10.245 6.165L8.41498 7.995L10.005 9.585ZM10.7775 5.4675L12.5325 7.2225C12.825 7.5 12.825 7.9875 12.5325 8.28L3.77998 17.0325C3.48748 17.325 2.99998 17.325 2.72248 17.0325L0.967483 15.2775C0.674983 15 0.674983 14.5125 0.967483 14.22L9.71998 5.4675C10.0125 5.175 10.5 5.175 10.7775 5.4675Z' fill='white'/%3E%3C/svg%3E");
    aspect-ratio: 1/1;
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    background-color: initial;
    border: none;
    top: 50%;
    left: 50%;
    padding: 0;
    margin: 0;
    transform: translate(-50%, -50%);
    position: absolute;
}

.icon-wand-black {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M5.62498 4.2L3.74998 5.25L4.79998 3.375L3.74998 1.5L5.62498 2.55L7.49998 1.5L6.44998 3.375L7.49998 5.25L5.62498 4.2ZM14.625 11.55L16.5 10.5L15.45 12.375L16.5 14.25L14.625 13.2L12.75 14.25L13.8 12.375L12.75 10.5L14.625 11.55ZM16.5 1.5L15.45 3.375L16.5 5.25L14.625 4.2L12.75 5.25L13.8 3.375L12.75 1.5L14.625 2.55L16.5 1.5ZM10.005 9.585L11.835 7.755L10.245 6.165L8.41498 7.995L10.005 9.585ZM10.7775 5.4675L12.5325 7.2225C12.825 7.5 12.825 7.9875 12.5325 8.28L3.77998 17.0325C3.48748 17.325 2.99998 17.325 2.72248 17.0325L0.967483 15.2775C0.674983 15 0.674983 14.5125 0.967483 14.22L9.71998 5.4675C10.0125 5.175 10.5 5.175 10.7775 5.4675Z' fill='%23303E4D'/%3E%3C/svg%3E");
}

.icon-wand-blue {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M5.62498 4.2L3.74998 5.25L4.79998 3.375L3.74998 1.5L5.62498 2.55L7.49998 1.5L6.44998 3.375L7.49998 5.25L5.62498 4.2ZM14.625 11.55L16.5 10.5L15.45 12.375L16.5 14.25L14.625 13.2L12.75 14.25L13.8 12.375L12.75 10.5L14.625 11.55ZM16.5 1.5L15.45 3.375L16.5 5.25L14.625 4.2L12.75 5.25L13.8 3.375L12.75 1.5L14.625 2.55L16.5 1.5ZM10.005 9.585L11.835 7.755L10.245 6.165L8.41498 7.995L10.005 9.585ZM10.7775 5.4675L12.5325 7.2225C12.825 7.5 12.825 7.9875 12.5325 8.28L3.77998 17.0325C3.48748 17.325 2.99998 17.325 2.72248 17.0325L0.967483 15.2775C0.674983 15 0.674983 14.5125 0.967483 14.22L9.71998 5.4675C10.0125 5.175 10.5 5.175 10.7775 5.4675Z' fill='%234478B8'/%3E%3C/svg%3E");
}

.icon-wand-grey {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M5.62498 4.2L3.74998 5.25L4.79998 3.375L3.74998 1.5L5.62498 2.55L7.49998 1.5L6.44998 3.375L7.49998 5.25L5.62498 4.2ZM14.625 11.55L16.5 10.5L15.45 12.375L16.5 14.25L14.625 13.2L12.75 14.25L13.8 12.375L12.75 10.5L14.625 11.55ZM16.5 1.5L15.45 3.375L16.5 5.25L14.625 4.2L12.75 5.25L13.8 3.375L12.75 1.5L14.625 2.55L16.5 1.5ZM10.005 9.585L11.835 7.755L10.245 6.165L8.41498 7.995L10.005 9.585ZM10.7775 5.4675L12.5325 7.2225C12.825 7.5 12.825 7.9875 12.5325 8.28L3.77998 17.0325C3.48748 17.325 2.99998 17.325 2.72248 17.0325L0.967483 15.2775C0.674983 15 0.674983 14.5125 0.967483 14.22L9.71998 5.4675C10.0125 5.175 10.5 5.175 10.7775 5.4675Z' fill='%23596376'/%3E%3C/svg%3E");
}


.icon-search {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M6.5 0C8.22391 0 9.87721 0.684819 11.0962 1.90381C12.3152 3.12279 13 4.77609 13 6.5C13 8.11 12.41 9.59 11.44 10.73L11.71 11H12.5L17.5 16L16 17.5L11 12.5V11.71L10.73 11.44C9.55037 12.4465 8.05065 12.9996 6.5 13C4.77609 13 3.12279 12.3152 1.90381 11.0962C0.684819 9.87721 0 8.22391 0 6.5C0 4.77609 0.684819 3.12279 1.90381 1.90381C3.12279 0.684819 4.77609 0 6.5 0ZM6.5 2C4 2 2 4 2 6.5C2 9 4 11 6.5 11C9 11 11 9 11 6.5C11 4 9 2 6.5 2Z' fill='%23303E4D'/%3E%3C/svg%3E");
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;
}

.icon-accepted,
.icon-rejected {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.icon-accepted {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9.55 15.15L18.025 6.675C18.225 6.475 18.4583 6.375 18.725 6.375C18.9917 6.375 19.225 6.475 19.425 6.675C19.625 6.875 19.725 7.11267 19.725 7.388C19.725 7.66333 19.625 7.90067 19.425 8.1L10.25 17.3C10.05 17.5 9.81666 17.6 9.55 17.6C9.28333 17.6 9.05 17.5 8.85 17.3L4.55 13C4.35 12.8 4.254 12.5627 4.262 12.288C4.27 12.0133 4.37433 11.7757 4.575 11.575C4.77566 11.3743 5.01333 11.2743 5.288 11.275C5.56266 11.2757 5.8 11.3757 6 11.575L9.55 15.15Z' fill='%233EC64F'/%3E%3C/svg%3E");
}

.icon-rejected {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 13.4L7.09999 18.3C6.91665 18.4833 6.68332 18.575 6.39999 18.575C6.11665 18.575 5.88332 18.4833 5.69999 18.3C5.51665 18.1167 5.42499 17.8833 5.42499 17.6C5.42499 17.3167 5.51665 17.0833 5.69999 16.9L10.6 12L5.69999 7.09999C5.51665 6.91665 5.42499 6.68332 5.42499 6.39999C5.42499 6.11665 5.51665 5.88332 5.69999 5.69999C5.88332 5.51665 6.11665 5.42499 6.39999 5.42499C6.68332 5.42499 6.91665 5.51665 7.09999 5.69999L12 10.6L16.9 5.69999C17.0833 5.51665 17.3167 5.42499 17.6 5.42499C17.8833 5.42499 18.1167 5.51665 18.3 5.69999C18.4833 5.88332 18.575 6.11665 18.575 6.39999C18.575 6.68332 18.4833 6.91665 18.3 7.09999L13.4 12L18.3 16.9C18.4833 17.0833 18.575 17.3167 18.575 17.6C18.575 17.8833 18.4833 18.1167 18.3 18.3C18.1167 18.4833 17.8833 18.575 17.6 18.575C17.3167 18.575 17.0833 18.4833 16.9 18.3L12 13.4Z' fill='%23FF6450'/%3E%3C/svg%3E");
}

.icon-next, .icon-previous, .icon-zoom-out, .icon-zoom-in {
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
}

.icon-previous {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath d='M12.5 15C12.5 15 7.5 11.3175 7.5 10C7.5 8.6825 12.5 5 12.5 5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.icon-next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath d='M7.5 5C7.5 5 12.5 8.6825 12.5 10C12.5 11.3175 7.5 15 7.5 15' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.icon-zoom-out {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M16.6666 10H3.33331' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.icon-zoom-in {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M9.99998 3.33333V16.6667M16.6666 9.99999H3.33331' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.toggler-knob-icon-page, .icon-page-black, .icon-page-white {
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
}

.toggler-knob-icon-page, .icon-page-white {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M11.6667 1.66666H5C4.55798 1.66666 4.13405 1.84225 3.82149 2.15481C3.50893 2.46737 3.33334 2.8913 3.33334 3.33332V16.6667C3.33334 17.1087 3.50893 17.5326 3.82149 17.8452C4.13405 18.1577 4.55798 18.3333 5 18.3333H15C15.442 18.3333 15.866 18.1577 16.1785 17.8452C16.4911 17.5326 16.6667 17.1087 16.6667 16.6667V6.66666L11.6667 1.66666ZM15 16.6667H5V3.33332H10.8333V7.49999H15V16.6667Z' fill='white'/%3E%3C/svg%3E");
}

.is-closed .toggler-knob-icon-page, .icon-page-black {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M11.6667 1.66666H5C4.55798 1.66666 4.13405 1.84225 3.82149 2.15481C3.50893 2.46737 3.33334 2.8913 3.33334 3.33332V16.6667C3.33334 17.1087 3.50893 17.5326 3.82149 17.8452C4.13405 18.1577 4.55798 18.3333 5 18.3333H15C15.442 18.3333 15.866 18.1577 16.1785 17.8452C16.4911 17.5326 16.6667 17.1087 16.6667 16.6667V6.66666L11.6667 1.66666ZM15 16.6667H5V3.33332H10.8333V7.49999H15V16.6667Z' fill='black'/%3E%3C/svg%3E");
}

.info-icon {
    display: block;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M9 12.75C9.2125 12.75 9.39075 12.678 9.53475 12.534C9.67875 12.39 9.7505 12.212 9.75 12V9C9.75 8.7875 9.678 8.6095 9.534 8.466C9.39 8.3225 9.212 8.2505 9 8.25C8.788 8.2495 8.61 8.3215 8.466 8.466C8.322 8.6105 8.25 8.7885 8.25 9V12C8.25 12.2125 8.322 12.3907 8.466 12.5347C8.61 12.6787 8.788 12.7505 9 12.75ZM9 6.75C9.2125 6.75 9.39075 6.678 9.53475 6.534C9.67875 6.39 9.7505 6.212 9.75 6C9.7495 5.788 9.6775 5.61 9.534 5.466C9.3905 5.322 9.2125 5.25 9 5.25C8.7875 5.25 8.6095 5.322 8.466 5.466C8.3225 5.61 8.2505 5.788 8.25 6C8.2495 6.212 8.3215 6.39025 8.466 6.53475C8.6105 6.67925 8.7885 6.751 9 6.75ZM9 16.5C7.9625 16.5 6.9875 16.303 6.075 15.909C5.1625 15.515 4.36875 14.9808 3.69375 14.3063C3.01875 13.6318 2.4845 12.838 2.091 11.925C1.6975 11.012 1.5005 10.037 1.5 9C1.4995 7.963 1.6965 6.988 2.091 6.075C2.4855 5.162 3.01975 4.36825 3.69375 3.69375C4.36775 3.01925 5.1615 2.485 6.075 2.091C6.9885 1.697 7.9635 1.5 9 1.5C10.0365 1.5 11.0115 1.697 11.925 2.091C12.8385 2.485 13.6323 3.01925 14.3063 3.69375C14.9803 4.36825 15.5148 5.162 15.9098 6.075C16.3048 6.988 16.5015 7.963 16.5 9C16.4985 10.037 16.3015 11.012 15.909 11.925C15.5165 12.838 14.9823 13.6318 14.3063 14.3063C13.6303 14.9808 12.8365 15.5152 11.925 15.9097C11.0135 16.3042 10.0385 16.501 9 16.5ZM9 15C10.675 15 12.0938 14.4187 13.2563 13.2562C14.4188 12.0937 15 10.675 15 9C15 7.325 14.4188 5.90625 13.2563 4.74375C12.0938 3.58125 10.675 3 9 3C7.325 3 5.90625 3.58125 4.74375 4.74375C3.58125 5.90625 3 7.325 3 9C3 10.675 3.58125 12.0937 4.74375 13.2562C5.90625 14.4187 7.325 15 9 15Z' fill='%23303E4D'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

.page-search-icon {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H13C12.59 21.75 12.2 21.44 11.86 21.1C11.53 20.77 11.25 20.4 11 20H6V4H13V9H18V10.18C18.71 10.34 19.39 10.61 20 11V8L14 2ZM20.31 18.9C21.64 16.79 21 14 18.91 12.68C16.8 11.35 14 12 12.69 14.08C11.35 16.19 12 18.97 14.09 20.3C15.55 21.23 17.41 21.23 18.88 20.32L22 23.39L23.39 22L20.31 18.9ZM16.5 19C15.837 19 15.2011 18.7366 14.7322 18.2678C14.2634 17.7989 14 17.163 14 16.5C14 15.837 14.2634 15.2011 14.7322 14.7322C15.2011 14.2634 15.837 14 16.5 14C17.163 14 17.7989 14.2634 18.2678 14.7322C18.7366 15.2011 19 15.837 19 16.5C19 17.163 18.7366 17.7989 18.2678 18.2678C17.7989 18.7366 17.163 19 16.5 19Z' fill='%23303E4D'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

/* new ui icons - end */

/* new ui tooltip- start */

.new-legacy-ui-tooltip {
    display: none;
    border-radius: var(--new-legacy-ui-radius-sm);
    background: var(--new-legacy-ui-color-body);
    color: var(--new-legacy-ui-color-white);
    font-family: var(--new-legacy-ui-font-main);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    box-shadow: 0 4px 12px rgba(0,0,0,0.18);
    pointer-events: none;
    position: absolute;
    max-width: 600px;
    width: max-content;
    white-space: normal;
    min-height: 12px;
    padding: 6px 12px;
    margin-left: 40px;
    align-self: center;
    z-index: 1;
}

    .new-legacy-ui-tooltip::before {
        content: "";
        position: absolute;
        left: -6px;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-right: 6px solid var(--new-legacy-ui-color-body);
    }
/* new ui tooltip- end */

/* new ui toggler- start */
.new-legacy-ui-toggle {
    display: flex;
    width: 72px;
    height: 26px;
    justify-content: flex-end;
    align-items: center;
    border-radius: var(--new-legacy-ui-radius-pill);
    border: 1px solid var(--new-legacy-ui-color-border-dim);
    background: rgba(68, 120, 184, 0.15);
    cursor: pointer;
}

    .new-legacy-ui-toggle.is-closed {
        justify-content: flex-start;
    }

.new-legacy-ui-toggle__knob {
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    border-radius: var(--new-legacy-ui-radius-pill);
    border: 1px solid var(--new-legacy-ui-color-primary);
    background: var(--new-legacy-ui-color-primary);
}

.new-legacy-ui-toggle.is-closed .new-legacy-ui-toggle__knob {
    border-color: var(--new-legacy-ui-color-border-mid);
    background: var(--new-legacy-ui-color-white);
}
/* new ui toggler- end */

