#content:has(#WebUIStylesV2){   
    min-height: 0 !important;
}

.ss-content.ss-open-below {
    display: flex; 
    z-index: 99999 !important;                   
}

#billing-tab #WebUIStylesV2{
    padding: 0;
}
     
.modal:has(form[UIV2])
{
 
    .modal-dialog {
        top: 50%;
        transform: translateY(-50%) !important; 
    }

    .modal-content {
        border-radius: 10px;
        border: 0;
        background: #FFF;
        box-shadow: 0px 4px 10px 0px rgba(116, 116, 117, 0.25);
        font-family: Lexend, serif;
    }

    .emrWebPopupHeader {
        border-radius: 10px 10px 0px 0px;
        background-color: #0A5BB8 !important;
        font-size: 16px;
        padding: 16px 22px 16px 30px;
        font-weight: normal;
        display: flex;
        justify-content: space-between;
    }

    .emrWebCloseIcon{
        cursor: pointer;
        display: flex;
        align-items: center;
    }

    .emrWebCloseIcon:hover{
        svg path{
            fill: #383838;
        }
    }

    .modal-body {
        padding: 30px;
        background-color: transparent !important;
        font-weight: 400;
        max-height: 70vh;
        overflow-y: auto;
    }

    .modal-body::-webkit-scrollbar {
        width: 5px;
        background-color: #f6f7f8;
    }

    .modal-body::-webkit-scrollbar-thumb {
        width: 5px;
        background-color: #C8DCF3;
    }

    .modal-footer {
        padding: 20px 30px;
        background-color: transparent !important;        
        display: flex;        
        align-items: center;
        gap: 10px;
    }

    .modal-footer.center{
        justify-content: center;
    } 
    .modal-footer.right{
        justify-content: flex-end;
    }
    .modal-footer.left{
        justify-content: flex-start;
    }

}

.modal.modal-fullscreen:has(form[UIV2]){
    .modal-dialog {
        top: 0 !important;
        transform: unset !important; 
    }
}

.modal:has(form[UIV2]) + .modal-backdrop
{
    background-color: rgba(10, 91, 184);
    opacity: 0.3;
}

.modal:has(form[UIV2]), #WebUIStylesV2{
    
    --bgcolor: #F6F7F8;
    --color-green: #2EAB1A;
    --color-red: #DE0106;
    --color-blue: #0A5BB8;
    --color-sky-blue: #4095F6;
    --color-gray: #A0A0A0;
    --color-orange: #FAA500;
    --border-color-gray: #E1E4E8;
    --textcolor: #383838;
    --hover-row-color: #E5F7DA;
    --alternate-row-color: #F1F5F8;

    font-size:11px !important;

    /* Layout primitives */
    [stack] { display: flex; flex-direction: column; }
    [inline] { display: flex; flex-direction: row; }
    [grid] { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
    [wrap] { display: flex; flex-wrap: wrap; }
    [split] { display: flex; }
    [split] > * { flex: 1; }

    [stack] > *, [inline] > * {
        margin: 0 !important;
    }

    /* Gap system (unitless attribute value, px in CSS) */
    [cgap="0"]  { gap: 0px; }
    [cgap="4"]  { gap: 4px; }
    [cgap="8"]  { gap: 8px; }
    [cgap="12"] { gap: 12px; }
    [cgap="16"] { gap: 16px; }
    [cgap="20"] { gap: 20px; }
    [cgap="24"] { gap: 24px; }
    [cgap="32"] { gap: 32px; }

    [rgap="0"]  { gap: 0px; }
    [rgap="4"]  { gap: 4px; }
    [rgap="8"]  { gap: 8px; }
    [rgap="12"] { gap: 12px; }
    [rgap="16"] { gap: 16px; }
    [rgap="20"] { gap: 20px; }
    [rgap="24"] { gap: 24px; }
    [rgap="32"] { gap: 32px; }


    /* Align & Justify */
    [valign="start"]   { align-items: flex-start; }
    [valign="center"]  { align-items: center; }
    [valign="end"]     { align-items: flex-end; }

    [halign="start"]   { justify-content: flex-start; }
    [halign="center"]  { justify-content: center; }
    [halign="end"]     { justify-content: flex-end; }
    [halign="between"] { justify-content: space-between; }
    [halign="around"]  { justify-content: space-around; }
    [halign="evenly"]  { justify-content: space-evenly; }

    /* Grow */
    [grow="1"] { flex: 1; }
    [grow="2"] { flex: 2; }
                
    /* Debug outline */
    [debug] * {
        outline: 1px dashed rgba(255, 0, 0, 0.4);
    }
    [debug] {
        background-color: rgba(255, 0, 0, 0.03);
        padding: 1rem;
        border-radius: 8px;
    }

    input[type="text"].form-control{
        font-size: 11px !important;
    }

    ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

     /* 
        *****************************************************************************************************************************
                                                               Slimselect overriedes 
        ****************************************************************************************************************************
     */
    
    .ss-main {                  
        font-family: inherit;
    }

    .ss-main:focus {
        box-shadow: none;
    }

    .ss-main.ss-open-below {
        border: 1px solid var(--color-sky-blue);
    }
            

    .ss-main .ss-values .ss-single {                   
        background-color: var(--color-blue);
        color: white;
        padding: 2px 5px 2px 5px;
        border-radius: var(--ss-border-radius);
    }

    .ss-main .ss-values .ss-value {                   
        background-color: var(--color-blue);                   
    }

    .ss-main .ss-values .ss-value .ss-value-text {
        font-size: 11px;
        font-weight: 300;
    }

    .ss-main .ss-arrow {             
        width: 8px;
        height: 8px;
    }

    
    .ss-content {                    
        max-height: 200px;                    
    }

    .ss-content .ss-search input {
        font: inherit;
        font-family: "Lexend", serif;
    }

    
    .ss-content .ss-search input:focus {
        box-shadow:none;
    }


    .ss-content .ss-list {                
        font-family: "Lexend", serif;
        font-size: 11px;
    }

    .ss-content .ss-list::-webkit-scrollbar {
        width: 5px;
        background-color: #f0f0f0;
    }

    .ss-content .ss-list::-webkit-scrollbar-thumb {
        background-color: #C8DCF3;
        border-radius: 4px;
    }

    

    .ss-content .ss-list .ss-optgroup.ss-close .ss-option {
        display: none !important
    }

    .ss-content .ss-list .ss-optgroup .ss-optgroup-label {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l)
    }

    .ss-content .ss-list .ss-option:hover {                    
        background-color: var(--color-sky-blue);
    }

    .ss-content .ss-list .ss-option.ss-highlighted,
    .ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
        color: #383838;
        background-color: var(--bgcolor);
    }


      /* 
        *****************************************************************************************************************************
                                                               Button Styles 
        ****************************************************************************************************************************
     */
  

    .bttn {
        appearance: none;
        min-width: 105px;
        height: 30px;
        border-radius: 5px;
        border: 1px solid var(--border-color-gray);
        background-color: #fff;
        font: inherit;
        cursor: pointer;
        font-weight: inherit;
        font-size: 12px;
        box-sizing: border-box;
        padding: 8px 16px;
        line-height: 1;
    }

    .bttn.large{
        height: 40px;
    }

    .bttn.primary {
        border-color: var(--color-green);
        background-color: var(--color-green);
        color: #fff;
    }

    .bttn.primary.outline {
        border-color: var(--color-green);
        background-color: white;
        color: var(--color-green);
    }

    .bttn.secondary {
        border-color: var(--color-blue);
        color: var(--color-blue);
        font-size: 11px;
       height:28px;
    }

    .bttn.secondary:hover {
        background-color: var(--color-sky-blue);
        color: white;
        border-color: transparent;
    }

    .bttn.resetall {
        color: var(--color-red);
    }

    .bttn.cancel {
        border-color: var(--border-color-gray);
        color: var(--color-red);
    }

    .bttn.go{
        min-width: unset;
    }

     button.icon {
        border-radius: 3px;
        background-color: var(--bgcolor);
        height: 28px;
        font: inherit;
        font-size: var(--f11px);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.25rem;
        padding-inline: 6px;
        cursor: pointer;
        border: none;
        appearance: none;
        color: inherit;
        line-height: 1;

        &:hover{
            color: white;
            background-color: var(--color-sky-blue);
        }

        &:active,
        &.active {
            color: var(--color-green);
            background-color: var(--bgcolor);
        }

    }



    button.icon.nobg {
        background-color: transparent;
    }

    button.icon.nobg:hover svg path {
        fill: var(--textcolor);
    }

    button.icon.comment {
        color: var(--color-blue);
        padding-inline: 0;
    }

    button.icon.save-view {
        background-color: var(--color-sky-blue);
        color: white;
        padding: 6px 12px;
        &:active {
            color: white;
        }
    }

    button.reset:focus, button.reset:focus-visible{
        text-decoration: underline;
        text-decoration-thickness: 1px;
        text-decoration-style: dotted;
        scale: 1.1;                    
        transition: scale 0.1s ease-in-out;
    }

    button.reset {
        appearance: none;
        border: none;
        background-color: transparent;
        color: var(--color-red);
        font-size: var(--f10px);
        cursor: pointer;
        padding: 0;
        padding-right: 2px;
    }

    .icon.link, .icon.link:hover{
        color: var(--color-gray);
        background-color: transparent;
    }


    .icon.link.active{
        color: var(--color-blue);
        background-color: transparent;
    }

     /* 
        *****************************************************************************************************************************
                                                             ICONS
        ****************************************************************************************************************************
     */

    i{
        width: 16px !important;
        height: 16px !important;
        overflow: hidden;
        display: inline-block;
    }

    i::after{
        content: '';
        display: inline-block;
        width: 16px;
        height: 16px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        overflow: hidden;
    }

    i.closepopup::after{
        background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.39137 0.39137C0.642039 0.140776 0.981975 0 1.33642 0C1.69087 0 2.0308 0.140776 2.28147 0.39137L7.00807 5.11797L11.7347 0.39137C11.9868 0.147878 12.3244 0.0131451 12.6749 0.0161907C13.0254 0.0192363 13.3607 0.159816 13.6085 0.407653C13.8563 0.655489 13.9969 0.990752 13.9999 1.34123C14.003 1.69171 13.8683 2.02937 13.6248 2.28147L8.89817 7.00807L13.6248 11.7347C13.8683 11.9868 14.003 12.3244 13.9999 12.6749C13.9969 13.0254 13.8563 13.3607 13.6085 13.6085C13.3607 13.8563 13.0254 13.9969 12.6749 13.9999C12.3244 14.003 11.9868 13.8683 11.7347 13.6248L7.00807 8.89817L2.28147 13.6248C2.02937 13.8683 1.69171 14.003 1.34123 13.9999C0.990752 13.9969 0.655489 13.8563 0.407653 13.6085C0.159816 13.3607 0.0192363 13.0254 0.0161907 12.6749C0.0131451 12.3244 0.147878 11.9868 0.39137 11.7347L5.11797 7.00807L0.39137 2.28147C0.140776 2.0308 0 1.69087 0 1.33642C0 0.981975 0.140776 0.642039 0.39137 0.39137Z" fill="white"/></svg>');
    }

    i.closefilter::after{
        background-image: url('data:image/svg+xml,<svg width="8" height="9" viewBox="0 0 8 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.22364 1.21027C0.36688 1.06719 0.561128 0.986816 0.763669 0.986816C0.96621 0.986816 1.16046 1.06719 1.3037 1.21027L4.00461 3.90894L6.70552 1.21027C6.84958 1.07125 7.04253 0.994322 7.2428 0.996061C7.44308 0.997799 7.63466 1.07806 7.77628 1.21957C7.9179 1.36107 7.99823 1.55249 7.99997 1.7526C8.00171 1.95271 7.92472 2.14549 7.78558 2.28943L5.08467 4.98811L7.78558 7.68678C7.92472 7.83072 8.00171 8.02351 7.99997 8.22362C7.99823 8.42372 7.9179 8.61514 7.77628 8.75665C7.63466 8.89815 7.44308 8.97842 7.2428 8.98015C7.04253 8.98189 6.84958 8.90497 6.70552 8.76594L4.00461 6.06727L1.3037 8.76594C1.15964 8.90497 0.966693 8.98189 0.766418 8.98015C0.566144 8.97842 0.374565 8.89815 0.232944 8.75665C0.0913237 8.61514 0.0109922 8.42372 0.00925183 8.22362C0.0075115 8.02351 0.0845015 7.83072 0.22364 7.68678L2.92455 4.98811L0.22364 2.28943C0.0804433 2.14631 0 1.95223 0 1.74985C0 1.54748 0.0804433 1.35339 0.22364 1.21027Z" fill="%23383838"/></svg>');
    }

    i.close_settings::after{
        background-image: url('data:image/svg+xml,<svg width="8" height="9" viewBox="0 0 8 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.22364 1.21027C0.36688 1.06719 0.561128 0.986816 0.763669 0.986816C0.96621 0.986816 1.16046 1.06719 1.3037 1.21027L4.00461 3.90894L6.70552 1.21027C6.84958 1.07125 7.04253 0.994322 7.2428 0.996061C7.44308 0.997799 7.63466 1.07806 7.77628 1.21957C7.9179 1.36107 7.99823 1.55249 7.99997 1.7526C8.00171 1.95271 7.92472 2.14549 7.78558 2.28943L5.08467 4.98811L7.78558 7.68678C7.92472 7.83072 8.00171 8.02351 7.99997 8.22362C7.99823 8.42372 7.9179 8.61514 7.77628 8.75665C7.63466 8.89815 7.44308 8.97842 7.2428 8.98015C7.04253 8.98189 6.84958 8.90497 6.70552 8.76594L4.00461 6.06727L1.3037 8.76594C1.15964 8.90497 0.966693 8.98189 0.766418 8.98015C0.566144 8.97842 0.374565 8.89815 0.232944 8.75665C0.0913237 8.61514 0.0109922 8.42372 0.00925183 8.22362C0.0075115 8.02351 0.0845015 7.83072 0.22364 7.68678L2.92455 4.98811L0.22364 2.28943C0.0804433 2.14631 0 1.95223 0 1.74985C0 1.54748 0.0804433 1.35339 0.22364 1.21027Z" fill="%23FFFFFF"/></svg>');
    }

    button.icon:hover > i.close_settings::after{
        background-image: url('data:image/svg+xml,<svg width="8" height="9" viewBox="0 0 8 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.22364 1.21027C0.36688 1.06719 0.561128 0.986816 0.763669 0.986816C0.96621 0.986816 1.16046 1.06719 1.3037 1.21027L4.00461 3.90894L6.70552 1.21027C6.84958 1.07125 7.04253 0.994322 7.2428 0.996061C7.44308 0.997799 7.63466 1.07806 7.77628 1.21957C7.9179 1.36107 7.99823 1.55249 7.99997 1.7526C8.00171 1.95271 7.92472 2.14549 7.78558 2.28943L5.08467 4.98811L7.78558 7.68678C7.92472 7.83072 8.00171 8.02351 7.99997 8.22362C7.99823 8.42372 7.9179 8.61514 7.77628 8.75665C7.63466 8.89815 7.44308 8.97842 7.2428 8.98015C7.04253 8.98189 6.84958 8.90497 6.70552 8.76594L4.00461 6.06727L1.3037 8.76594C1.15964 8.90497 0.966693 8.98189 0.766418 8.98015C0.566144 8.97842 0.374565 8.89815 0.232944 8.75665C0.0913237 8.61514 0.0109922 8.42372 0.00925183 8.22362C0.0075115 8.02351 0.0845015 7.83072 0.22364 7.68678L2.92455 4.98811L0.22364 2.28943C0.0804433 2.14631 0 1.95223 0 1.74985C0 1.54748 0.0804433 1.35339 0.22364 1.21027Z" fill="%23383838"/></svg>');
    }

    i.filter::after{
        background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.6666 11.4035C13.6666 11.5361 13.614 11.6632 13.5202 11.757C13.4264 11.8508 13.2993 11.9035 13.1666 11.9035H9.76665C9.65528 12.3187 9.41004 12.6856 9.06893 12.9473C8.72782 13.209 8.3099 13.3508 7.87998 13.3508C7.45006 13.3508 7.03214 13.209 6.69103 12.9473C6.34992 12.6856 6.10467 12.3187 5.99331 11.9035H0.833313C0.700705 11.9035 0.573528 11.8508 0.47976 11.757C0.385991 11.6632 0.333313 11.5361 0.333313 11.4035C0.333313 11.2708 0.385991 11.1437 0.47976 11.0499C0.573528 10.9561 0.700705 10.9035 0.833313 10.9035H5.99331C6.10467 10.4882 6.34992 10.1213 6.69103 9.8596C7.03214 9.59792 7.45006 9.45608 7.87998 9.45608C8.3099 9.45608 8.72782 9.59792 9.06893 9.8596C9.41004 10.1213 9.65528 10.4882 9.76665 10.9035H13.1666C13.2993 10.9035 13.4264 10.9561 13.5202 11.0499C13.614 11.1437 13.6666 11.2708 13.6666 11.4035ZM13.6666 2.59678C13.6666 2.72939 13.614 2.85657 13.5202 2.95034C13.4264 3.0441 13.2993 3.09678 13.1666 3.09678H11.5333C11.422 3.51203 11.1767 3.87895 10.8356 4.14063C10.4945 4.40231 10.0766 4.54415 9.64665 4.54415C9.21672 4.54415 8.79881 4.40231 8.4577 4.14063C8.11659 3.87895 7.87134 3.51203 7.75998 3.09678H0.833313C0.767652 3.09678 0.702634 3.08385 0.641971 3.05872C0.581308 3.0336 0.526189 2.99677 0.47976 2.95034C0.43333 2.90391 0.396501 2.84879 0.371373 2.78812C0.346246 2.72746 0.333313 2.66244 0.333313 2.59678C0.333313 2.53112 0.346246 2.4661 0.371373 2.40544C0.396501 2.34478 0.43333 2.28966 0.47976 2.24323C0.526189 2.1968 0.581308 2.15997 0.641971 2.13484C0.702634 2.10972 0.767652 2.09678 0.833313 2.09678H7.75998C7.87134 1.68153 8.11659 1.31462 8.4577 1.05294C8.79881 0.791252 9.21672 0.649414 9.64665 0.649414C10.0766 0.649414 10.4945 0.791252 10.8356 1.05294C11.1767 1.31462 11.422 1.68153 11.5333 2.09678H13.1666C13.2326 2.09589 13.298 2.10821 13.359 2.13302C13.4201 2.15783 13.4756 2.19462 13.5222 2.24123C13.5688 2.28784 13.6056 2.34332 13.6304 2.40439C13.6552 2.46545 13.6675 2.53087 13.6666 2.59678ZM13.6666 6.99678C13.6675 7.06269 13.6552 7.12811 13.6304 7.18918C13.6056 7.25025 13.5688 7.30573 13.5222 7.35233C13.4756 7.39894 13.4201 7.43574 13.359 7.46055C13.298 7.48536 13.2326 7.49768 13.1666 7.49678H5.36665C5.25528 7.91203 5.01004 8.27895 4.66893 8.54063C4.32782 8.80231 3.9099 8.94415 3.47998 8.94415C3.05006 8.94415 2.63214 8.80231 2.29103 8.54063C1.94992 8.27895 1.70467 7.91203 1.59331 7.49678H0.833313C0.700705 7.49678 0.573528 7.44411 0.47976 7.35034C0.385991 7.25657 0.333313 7.12939 0.333313 6.99678C0.333313 6.86417 0.385991 6.737 0.47976 6.64323C0.573528 6.54946 0.700705 6.49678 0.833313 6.49678H1.59331C1.70467 6.08153 1.94992 5.71462 2.29103 5.45294C2.63214 5.19125 3.05006 5.04941 3.47998 5.04941C3.9099 5.04941 4.32782 5.19125 4.66893 5.45294C5.01004 5.71462 5.25528 6.08153 5.36665 6.49678H13.1666C13.2993 6.49678 13.4264 6.54946 13.5202 6.64323C13.614 6.737 13.6666 6.86417 13.6666 6.99678Z" fill="%23383838"/></svg>') ;
    }

    button.icon:hover > i.filter::after{
        background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.6666 11.4035C13.6666 11.5361 13.614 11.6632 13.5202 11.757C13.4264 11.8508 13.2993 11.9035 13.1666 11.9035H9.76665C9.65528 12.3187 9.41004 12.6856 9.06893 12.9473C8.72782 13.209 8.3099 13.3508 7.87998 13.3508C7.45006 13.3508 7.03214 13.209 6.69103 12.9473C6.34992 12.6856 6.10467 12.3187 5.99331 11.9035H0.833313C0.700705 11.9035 0.573528 11.8508 0.47976 11.757C0.385991 11.6632 0.333313 11.5361 0.333313 11.4035C0.333313 11.2708 0.385991 11.1437 0.47976 11.0499C0.573528 10.9561 0.700705 10.9035 0.833313 10.9035H5.99331C6.10467 10.4882 6.34992 10.1213 6.69103 9.8596C7.03214 9.59792 7.45006 9.45608 7.87998 9.45608C8.3099 9.45608 8.72782 9.59792 9.06893 9.8596C9.41004 10.1213 9.65528 10.4882 9.76665 10.9035H13.1666C13.2993 10.9035 13.4264 10.9561 13.5202 11.0499C13.614 11.1437 13.6666 11.2708 13.6666 11.4035ZM13.6666 2.59678C13.6666 2.72939 13.614 2.85657 13.5202 2.95034C13.4264 3.0441 13.2993 3.09678 13.1666 3.09678H11.5333C11.422 3.51203 11.1767 3.87895 10.8356 4.14063C10.4945 4.40231 10.0766 4.54415 9.64665 4.54415C9.21672 4.54415 8.79881 4.40231 8.4577 4.14063C8.11659 3.87895 7.87134 3.51203 7.75998 3.09678H0.833313C0.767652 3.09678 0.702634 3.08385 0.641971 3.05872C0.581308 3.0336 0.526189 2.99677 0.47976 2.95034C0.43333 2.90391 0.396501 2.84879 0.371373 2.78812C0.346246 2.72746 0.333313 2.66244 0.333313 2.59678C0.333313 2.53112 0.346246 2.4661 0.371373 2.40544C0.396501 2.34478 0.43333 2.28966 0.47976 2.24323C0.526189 2.1968 0.581308 2.15997 0.641971 2.13484C0.702634 2.10972 0.767652 2.09678 0.833313 2.09678H7.75998C7.87134 1.68153 8.11659 1.31462 8.4577 1.05294C8.79881 0.791252 9.21672 0.649414 9.64665 0.649414C10.0766 0.649414 10.4945 0.791252 10.8356 1.05294C11.1767 1.31462 11.422 1.68153 11.5333 2.09678H13.1666C13.2326 2.09589 13.298 2.10821 13.359 2.13302C13.4201 2.15783 13.4756 2.19462 13.5222 2.24123C13.5688 2.28784 13.6056 2.34332 13.6304 2.40439C13.6552 2.46545 13.6675 2.53087 13.6666 2.59678ZM13.6666 6.99678C13.6675 7.06269 13.6552 7.12811 13.6304 7.18918C13.6056 7.25025 13.5688 7.30573 13.5222 7.35233C13.4756 7.39894 13.4201 7.43574 13.359 7.46055C13.298 7.48536 13.2326 7.49768 13.1666 7.49678H5.36665C5.25528 7.91203 5.01004 8.27895 4.66893 8.54063C4.32782 8.80231 3.9099 8.94415 3.47998 8.94415C3.05006 8.94415 2.63214 8.80231 2.29103 8.54063C1.94992 8.27895 1.70467 7.91203 1.59331 7.49678H0.833313C0.700705 7.49678 0.573528 7.44411 0.47976 7.35034C0.385991 7.25657 0.333313 7.12939 0.333313 6.99678C0.333313 6.86417 0.385991 6.737 0.47976 6.64323C0.573528 6.54946 0.700705 6.49678 0.833313 6.49678H1.59331C1.70467 6.08153 1.94992 5.71462 2.29103 5.45294C2.63214 5.19125 3.05006 5.04941 3.47998 5.04941C3.9099 5.04941 4.32782 5.19125 4.66893 5.45294C5.01004 5.71462 5.25528 6.08153 5.36665 6.49678H13.1666C13.2993 6.49678 13.4264 6.54946 13.5202 6.64323C13.614 6.737 13.6666 6.86417 13.6666 6.99678Z" fill="%23FFFFFF"/></svg>') ;
    }

    
    button.icon:active > i.filter::after, 
    button.icon.active> i.filter::after {
        background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.6666 11.4035C13.6666 11.5361 13.614 11.6632 13.5202 11.757C13.4264 11.8508 13.2993 11.9035 13.1666 11.9035H9.76665C9.65528 12.3187 9.41004 12.6856 9.06893 12.9473C8.72782 13.209 8.3099 13.3508 7.87998 13.3508C7.45006 13.3508 7.03214 13.209 6.69103 12.9473C6.34992 12.6856 6.10467 12.3187 5.99331 11.9035H0.833313C0.700705 11.9035 0.573528 11.8508 0.47976 11.757C0.385991 11.6632 0.333313 11.5361 0.333313 11.4035C0.333313 11.2708 0.385991 11.1437 0.47976 11.0499C0.573528 10.9561 0.700705 10.9035 0.833313 10.9035H5.99331C6.10467 10.4882 6.34992 10.1213 6.69103 9.8596C7.03214 9.59792 7.45006 9.45608 7.87998 9.45608C8.3099 9.45608 8.72782 9.59792 9.06893 9.8596C9.41004 10.1213 9.65528 10.4882 9.76665 10.9035H13.1666C13.2993 10.9035 13.4264 10.9561 13.5202 11.0499C13.614 11.1437 13.6666 11.2708 13.6666 11.4035ZM13.6666 2.59678C13.6666 2.72939 13.614 2.85657 13.5202 2.95034C13.4264 3.0441 13.2993 3.09678 13.1666 3.09678H11.5333C11.422 3.51203 11.1767 3.87895 10.8356 4.14063C10.4945 4.40231 10.0766 4.54415 9.64665 4.54415C9.21672 4.54415 8.79881 4.40231 8.4577 4.14063C8.11659 3.87895 7.87134 3.51203 7.75998 3.09678H0.833313C0.767652 3.09678 0.702634 3.08385 0.641971 3.05872C0.581308 3.0336 0.526189 2.99677 0.47976 2.95034C0.43333 2.90391 0.396501 2.84879 0.371373 2.78812C0.346246 2.72746 0.333313 2.66244 0.333313 2.59678C0.333313 2.53112 0.346246 2.4661 0.371373 2.40544C0.396501 2.34478 0.43333 2.28966 0.47976 2.24323C0.526189 2.1968 0.581308 2.15997 0.641971 2.13484C0.702634 2.10972 0.767652 2.09678 0.833313 2.09678H7.75998C7.87134 1.68153 8.11659 1.31462 8.4577 1.05294C8.79881 0.791252 9.21672 0.649414 9.64665 0.649414C10.0766 0.649414 10.4945 0.791252 10.8356 1.05294C11.1767 1.31462 11.422 1.68153 11.5333 2.09678H13.1666C13.2326 2.09589 13.298 2.10821 13.359 2.13302C13.4201 2.15783 13.4756 2.19462 13.5222 2.24123C13.5688 2.28784 13.6056 2.34332 13.6304 2.40439C13.6552 2.46545 13.6675 2.53087 13.6666 2.59678ZM13.6666 6.99678C13.6675 7.06269 13.6552 7.12811 13.6304 7.18918C13.6056 7.25025 13.5688 7.30573 13.5222 7.35233C13.4756 7.39894 13.4201 7.43574 13.359 7.46055C13.298 7.48536 13.2326 7.49768 13.1666 7.49678H5.36665C5.25528 7.91203 5.01004 8.27895 4.66893 8.54063C4.32782 8.80231 3.9099 8.94415 3.47998 8.94415C3.05006 8.94415 2.63214 8.80231 2.29103 8.54063C1.94992 8.27895 1.70467 7.91203 1.59331 7.49678H0.833313C0.700705 7.49678 0.573528 7.44411 0.47976 7.35034C0.385991 7.25657 0.333313 7.12939 0.333313 6.99678C0.333313 6.86417 0.385991 6.737 0.47976 6.64323C0.573528 6.54946 0.700705 6.49678 0.833313 6.49678H1.59331C1.70467 6.08153 1.94992 5.71462 2.29103 5.45294C2.63214 5.19125 3.05006 5.04941 3.47998 5.04941C3.9099 5.04941 4.32782 5.19125 4.66893 5.45294C5.01004 5.71462 5.25528 6.08153 5.36665 6.49678H13.1666C13.2993 6.49678 13.4264 6.54946 13.5202 6.64323C13.614 6.737 13.6666 6.86417 13.6666 6.99678Z" fill="%232EAB1A"/></svg>') !important;
    }

    i.menu::after{
        background-image: url('data:image/svg+xml,<svg width="16" height="10" viewBox="0 0 16 10" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="16" height="2" rx="1" fill="%23383838"/><rect y="4" width="16" height="2" rx="1" fill="%23383838"/><rect y="8" width="16" height="2" rx="1" fill="%23383838"/></svg>');
    }

    button.icon.open > i.menu::after{
        background-image: url('data:image/svg+xml,<svg width="16" height="10" viewBox="0 0 16 10" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="16" height="2" rx="1" fill="%232EAB1A"/><rect y="4" width="16" height="2" rx="1" fill="%232EAB1A"/><rect y="8" width="16" height="2" rx="1" fill="%232EAB1A"/></svg>');
    }

    i.csv::after{
        background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.36079C0 3.0613 1.05345 2.00785 2.35294 2.00785H10.5098C10.7697 2.00785 10.9804 2.21854 10.9804 2.47844C10.9804 2.73834 10.7697 2.94903 10.5098 2.94903H2.35294C1.57325 2.94903 0.941176 3.5811 0.941176 4.36079V13.6471C0.941176 14.4268 1.57325 15.0588 2.35294 15.0588H11.6392C12.4189 15.0588 13.051 14.4268 13.051 13.6471V5.4902C13.051 5.2303 13.2617 5.01962 13.5216 5.01962C13.7815 5.01962 13.9922 5.2303 13.9922 5.4902V13.6471C13.9922 14.9466 12.9387 16 11.6392 16H2.35294C1.05345 16 0 14.9466 0 13.6471V4.36079Z" fill="%23383838"/><path d="M4.81005 10.4962C4.73753 10.4058 4.62875 10.3153 4.51997 10.2791C4.41119 10.2249 4.26615 10.2068 4.12111 10.2068C3.97607 10.2068 3.83103 10.243 3.70412 10.2972C3.57722 10.3515 3.46844 10.4419 3.35966 10.5505C3.25088 10.659 3.19649 10.7856 3.1421 10.9303C3.08771 11.075 3.06958 11.2378 3.06958 11.4006C3.06958 11.5815 3.08771 11.7262 3.1421 11.8709C3.19649 12.0157 3.26901 12.1423 3.35966 12.2508C3.45031 12.3593 3.55909 12.4317 3.686 12.504C3.8129 12.5583 3.95794 12.5945 4.10298 12.5945C4.26615 12.5945 4.41119 12.5583 4.55623 12.486C4.68314 12.4136 4.79192 12.3232 4.88257 12.1965L5.55338 12.703C5.39021 12.9201 5.19078 13.0829 4.95509 13.1914C4.7194 13.2999 4.46558 13.3542 4.21176 13.3542C3.92168 13.3542 3.64974 13.318 3.41405 13.2276C3.17836 13.1371 2.9608 13.0105 2.7795 12.8477C2.5982 12.6849 2.47129 12.4679 2.36251 12.2327C2.27186 11.9976 2.21747 11.7262 2.21747 11.4368C2.21747 11.1474 2.27186 10.8761 2.36251 10.6409C2.45316 10.4058 2.5982 10.1887 2.7795 10.0259C2.9608 9.8631 3.16023 9.73648 3.41405 9.64604C3.64974 9.55559 3.92168 9.50133 4.21176 9.50133C4.32054 9.50133 4.42932 9.51942 4.5381 9.53751C4.64688 9.5556 4.75566 9.59177 4.86444 9.62795C4.97322 9.66413 5.082 9.71839 5.17265 9.79075C5.28143 9.8631 5.37208 9.95355 5.4446 10.044L4.81005 10.4962Z" fill="%23383838"/><path d="M7.80094 10.442C7.72842 10.3515 7.63777 10.2973 7.52899 10.2611C7.42021 10.2249 7.31143 10.2068 7.20265 10.2068C7.14826 10.2068 7.07574 10.2068 7.02135 10.2249C6.96696 10.243 6.89444 10.2611 6.84005 10.2973C6.78566 10.3335 6.73127 10.3696 6.71314 10.4058C6.67688 10.4601 6.65875 10.5143 6.65875 10.5867C6.65875 10.6952 6.69501 10.7857 6.78566 10.8399C6.87631 10.8942 6.96696 10.9485 7.09387 10.9846C7.22078 11.0208 7.36582 11.0751 7.51086 11.1113C7.6559 11.1474 7.80094 11.2198 7.92785 11.2922C8.05475 11.3645 8.16353 11.473 8.23605 11.5997C8.3267 11.7263 8.36296 11.9072 8.36296 12.1242C8.36296 12.3232 8.3267 12.5041 8.25418 12.6669C8.18166 12.8116 8.07288 12.9382 7.94597 13.0468C7.81907 13.1553 7.6559 13.2276 7.49273 13.2638C7.31143 13.3181 7.13013 13.3362 6.94883 13.3362C6.71314 13.3362 6.47745 13.3 6.27802 13.2276C6.07859 13.1553 5.87916 13.0287 5.69786 12.8659L6.27802 12.2328C6.36867 12.3413 6.45932 12.4317 6.58623 12.486C6.71314 12.5403 6.84005 12.5765 6.98509 12.5765C7.05761 12.5765 7.112 12.5765 7.18452 12.5584C7.25704 12.5403 7.31143 12.5222 7.36582 12.486C7.42021 12.4498 7.45647 12.4137 7.49273 12.3594C7.52899 12.3051 7.54712 12.2509 7.54712 12.1785C7.54712 12.07 7.51086 11.9795 7.42021 11.9072C7.32956 11.8348 7.22078 11.7806 7.09387 11.7444C6.96696 11.7082 6.82192 11.6539 6.67688 11.6178C6.53184 11.5816 6.3868 11.5092 6.25989 11.4369C6.13298 11.3645 6.0242 11.256 5.93355 11.1294C5.8429 11.0027 5.82477 10.8399 5.82477 10.641C5.82477 10.442 5.86103 10.2611 5.93355 10.1164C6.00607 9.97169 6.11485 9.84506 6.24176 9.73653C6.36867 9.628 6.53184 9.55565 6.69501 9.50138C6.85818 9.44711 7.03948 9.42903 7.22078 9.42903C7.43834 9.42903 7.63777 9.4652 7.81907 9.51947C8.00037 9.57374 8.18166 9.68227 8.34483 9.80889L7.80094 10.442Z" fill="%23383838"/><path d="M8.61676 9.53748H9.54138L10.4479 11.9614H10.466L11.3906 9.53748H12.2609L10.738 13.2276H10.0853L8.61676 9.53748Z" fill="%23383838"/><path fill-rule="evenodd" clip-rule="evenodd" d="M11.0431 0.470588C11.0431 0.210689 11.2538 0 11.5137 0H15.5294C15.7893 0 16 0.210689 16 0.470588V4.48627C16 4.74617 15.7893 4.95686 15.5294 4.95686C15.2695 4.95686 15.0588 4.74617 15.0588 4.48627V1.60669L8.33276 8.33275C8.14898 8.51653 7.85102 8.51653 7.66724 8.33275C7.48347 8.14897 7.48347 7.85101 7.66724 7.66724L14.3933 0.941176H11.5137C11.2538 0.941176 11.0431 0.730486 11.0431 0.470588Z" fill="%23383838"/></svg>');
    }

    button.icon:hover > i.csv::after{
        background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.36079C0 3.0613 1.05345 2.00785 2.35294 2.00785H10.5098C10.7697 2.00785 10.9804 2.21854 10.9804 2.47844C10.9804 2.73834 10.7697 2.94903 10.5098 2.94903H2.35294C1.57325 2.94903 0.941176 3.5811 0.941176 4.36079V13.6471C0.941176 14.4268 1.57325 15.0588 2.35294 15.0588H11.6392C12.4189 15.0588 13.051 14.4268 13.051 13.6471V5.4902C13.051 5.2303 13.2617 5.01962 13.5216 5.01962C13.7815 5.01962 13.9922 5.2303 13.9922 5.4902V13.6471C13.9922 14.9466 12.9387 16 11.6392 16H2.35294C1.05345 16 0 14.9466 0 13.6471V4.36079Z" fill="%23FFFFFF"/><path d="M4.81005 10.4962C4.73753 10.4058 4.62875 10.3153 4.51997 10.2791C4.41119 10.2249 4.26615 10.2068 4.12111 10.2068C3.97607 10.2068 3.83103 10.243 3.70412 10.2972C3.57722 10.3515 3.46844 10.4419 3.35966 10.5505C3.25088 10.659 3.19649 10.7856 3.1421 10.9303C3.08771 11.075 3.06958 11.2378 3.06958 11.4006C3.06958 11.5815 3.08771 11.7262 3.1421 11.8709C3.19649 12.0157 3.26901 12.1423 3.35966 12.2508C3.45031 12.3593 3.55909 12.4317 3.686 12.504C3.8129 12.5583 3.95794 12.5945 4.10298 12.5945C4.26615 12.5945 4.41119 12.5583 4.55623 12.486C4.68314 12.4136 4.79192 12.3232 4.88257 12.1965L5.55338 12.703C5.39021 12.9201 5.19078 13.0829 4.95509 13.1914C4.7194 13.2999 4.46558 13.3542 4.21176 13.3542C3.92168 13.3542 3.64974 13.318 3.41405 13.2276C3.17836 13.1371 2.9608 13.0105 2.7795 12.8477C2.5982 12.6849 2.47129 12.4679 2.36251 12.2327C2.27186 11.9976 2.21747 11.7262 2.21747 11.4368C2.21747 11.1474 2.27186 10.8761 2.36251 10.6409C2.45316 10.4058 2.5982 10.1887 2.7795 10.0259C2.9608 9.8631 3.16023 9.73648 3.41405 9.64604C3.64974 9.55559 3.92168 9.50133 4.21176 9.50133C4.32054 9.50133 4.42932 9.51942 4.5381 9.53751C4.64688 9.5556 4.75566 9.59177 4.86444 9.62795C4.97322 9.66413 5.082 9.71839 5.17265 9.79075C5.28143 9.8631 5.37208 9.95355 5.4446 10.044L4.81005 10.4962Z" fill="%23FFFFFF"/><path d="M7.80094 10.442C7.72842 10.3515 7.63777 10.2973 7.52899 10.2611C7.42021 10.2249 7.31143 10.2068 7.20265 10.2068C7.14826 10.2068 7.07574 10.2068 7.02135 10.2249C6.96696 10.243 6.89444 10.2611 6.84005 10.2973C6.78566 10.3335 6.73127 10.3696 6.71314 10.4058C6.67688 10.4601 6.65875 10.5143 6.65875 10.5867C6.65875 10.6952 6.69501 10.7857 6.78566 10.8399C6.87631 10.8942 6.96696 10.9485 7.09387 10.9846C7.22078 11.0208 7.36582 11.0751 7.51086 11.1113C7.6559 11.1474 7.80094 11.2198 7.92785 11.2922C8.05475 11.3645 8.16353 11.473 8.23605 11.5997C8.3267 11.7263 8.36296 11.9072 8.36296 12.1242C8.36296 12.3232 8.3267 12.5041 8.25418 12.6669C8.18166 12.8116 8.07288 12.9382 7.94597 13.0468C7.81907 13.1553 7.6559 13.2276 7.49273 13.2638C7.31143 13.3181 7.13013 13.3362 6.94883 13.3362C6.71314 13.3362 6.47745 13.3 6.27802 13.2276C6.07859 13.1553 5.87916 13.0287 5.69786 12.8659L6.27802 12.2328C6.36867 12.3413 6.45932 12.4317 6.58623 12.486C6.71314 12.5403 6.84005 12.5765 6.98509 12.5765C7.05761 12.5765 7.112 12.5765 7.18452 12.5584C7.25704 12.5403 7.31143 12.5222 7.36582 12.486C7.42021 12.4498 7.45647 12.4137 7.49273 12.3594C7.52899 12.3051 7.54712 12.2509 7.54712 12.1785C7.54712 12.07 7.51086 11.9795 7.42021 11.9072C7.32956 11.8348 7.22078 11.7806 7.09387 11.7444C6.96696 11.7082 6.82192 11.6539 6.67688 11.6178C6.53184 11.5816 6.3868 11.5092 6.25989 11.4369C6.13298 11.3645 6.0242 11.256 5.93355 11.1294C5.8429 11.0027 5.82477 10.8399 5.82477 10.641C5.82477 10.442 5.86103 10.2611 5.93355 10.1164C6.00607 9.97169 6.11485 9.84506 6.24176 9.73653C6.36867 9.628 6.53184 9.55565 6.69501 9.50138C6.85818 9.44711 7.03948 9.42903 7.22078 9.42903C7.43834 9.42903 7.63777 9.4652 7.81907 9.51947C8.00037 9.57374 8.18166 9.68227 8.34483 9.80889L7.80094 10.442Z" fill="%23FFFFFF"/><path d="M8.61676 9.53748H9.54138L10.4479 11.9614H10.466L11.3906 9.53748H12.2609L10.738 13.2276H10.0853L8.61676 9.53748Z" fill="%23FFFFFF"/><path fill-rule="evenodd" clip-rule="evenodd" d="M11.0431 0.470588C11.0431 0.210689 11.2538 0 11.5137 0H15.5294C15.7893 0 16 0.210689 16 0.470588V4.48627C16 4.74617 15.7893 4.95686 15.5294 4.95686C15.2695 4.95686 15.0588 4.74617 15.0588 4.48627V1.60669L8.33276 8.33275C8.14898 8.51653 7.85102 8.51653 7.66724 8.33275C7.48347 8.14897 7.48347 7.85101 7.66724 7.66724L14.3933 0.941176H11.5137C11.2538 0.941176 11.0431 0.730486 11.0431 0.470588Z" fill="%23FFFFFF"/></svg>');
    }

    button.icon:active > i.csv::after,
    button.icon.active:hover > i.csv::after{
         background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.36079C0 3.0613 1.05345 2.00785 2.35294 2.00785H10.5098C10.7697 2.00785 10.9804 2.21854 10.9804 2.47844C10.9804 2.73834 10.7697 2.94903 10.5098 2.94903H2.35294C1.57325 2.94903 0.941176 3.5811 0.941176 4.36079V13.6471C0.941176 14.4268 1.57325 15.0588 2.35294 15.0588H11.6392C12.4189 15.0588 13.051 14.4268 13.051 13.6471V5.4902C13.051 5.2303 13.2617 5.01962 13.5216 5.01962C13.7815 5.01962 13.9922 5.2303 13.9922 5.4902V13.6471C13.9922 14.9466 12.9387 16 11.6392 16H2.35294C1.05345 16 0 14.9466 0 13.6471V4.36079Z" fill="%232EAB1A"/><path d="M4.81005 10.4962C4.73753 10.4058 4.62875 10.3153 4.51997 10.2791C4.41119 10.2249 4.26615 10.2068 4.12111 10.2068C3.97607 10.2068 3.83103 10.243 3.70412 10.2972C3.57722 10.3515 3.46844 10.4419 3.35966 10.5505C3.25088 10.659 3.19649 10.7856 3.1421 10.9303C3.08771 11.075 3.06958 11.2378 3.06958 11.4006C3.06958 11.5815 3.08771 11.7262 3.1421 11.8709C3.19649 12.0157 3.26901 12.1423 3.35966 12.2508C3.45031 12.3593 3.55909 12.4317 3.686 12.504C3.8129 12.5583 3.95794 12.5945 4.10298 12.5945C4.26615 12.5945 4.41119 12.5583 4.55623 12.486C4.68314 12.4136 4.79192 12.3232 4.88257 12.1965L5.55338 12.703C5.39021 12.9201 5.19078 13.0829 4.95509 13.1914C4.7194 13.2999 4.46558 13.3542 4.21176 13.3542C3.92168 13.3542 3.64974 13.318 3.41405 13.2276C3.17836 13.1371 2.9608 13.0105 2.7795 12.8477C2.5982 12.6849 2.47129 12.4679 2.36251 12.2327C2.27186 11.9976 2.21747 11.7262 2.21747 11.4368C2.21747 11.1474 2.27186 10.8761 2.36251 10.6409C2.45316 10.4058 2.5982 10.1887 2.7795 10.0259C2.9608 9.8631 3.16023 9.73648 3.41405 9.64604C3.64974 9.55559 3.92168 9.50133 4.21176 9.50133C4.32054 9.50133 4.42932 9.51942 4.5381 9.53751C4.64688 9.5556 4.75566 9.59177 4.86444 9.62795C4.97322 9.66413 5.082 9.71839 5.17265 9.79075C5.28143 9.8631 5.37208 9.95355 5.4446 10.044L4.81005 10.4962Z" fill="%232EAB1A"/><path d="M7.80094 10.442C7.72842 10.3515 7.63777 10.2973 7.52899 10.2611C7.42021 10.2249 7.31143 10.2068 7.20265 10.2068C7.14826 10.2068 7.07574 10.2068 7.02135 10.2249C6.96696 10.243 6.89444 10.2611 6.84005 10.2973C6.78566 10.3335 6.73127 10.3696 6.71314 10.4058C6.67688 10.4601 6.65875 10.5143 6.65875 10.5867C6.65875 10.6952 6.69501 10.7857 6.78566 10.8399C6.87631 10.8942 6.96696 10.9485 7.09387 10.9846C7.22078 11.0208 7.36582 11.0751 7.51086 11.1113C7.6559 11.1474 7.80094 11.2198 7.92785 11.2922C8.05475 11.3645 8.16353 11.473 8.23605 11.5997C8.3267 11.7263 8.36296 11.9072 8.36296 12.1242C8.36296 12.3232 8.3267 12.5041 8.25418 12.6669C8.18166 12.8116 8.07288 12.9382 7.94597 13.0468C7.81907 13.1553 7.6559 13.2276 7.49273 13.2638C7.31143 13.3181 7.13013 13.3362 6.94883 13.3362C6.71314 13.3362 6.47745 13.3 6.27802 13.2276C6.07859 13.1553 5.87916 13.0287 5.69786 12.8659L6.27802 12.2328C6.36867 12.3413 6.45932 12.4317 6.58623 12.486C6.71314 12.5403 6.84005 12.5765 6.98509 12.5765C7.05761 12.5765 7.112 12.5765 7.18452 12.5584C7.25704 12.5403 7.31143 12.5222 7.36582 12.486C7.42021 12.4498 7.45647 12.4137 7.49273 12.3594C7.52899 12.3051 7.54712 12.2509 7.54712 12.1785C7.54712 12.07 7.51086 11.9795 7.42021 11.9072C7.32956 11.8348 7.22078 11.7806 7.09387 11.7444C6.96696 11.7082 6.82192 11.6539 6.67688 11.6178C6.53184 11.5816 6.3868 11.5092 6.25989 11.4369C6.13298 11.3645 6.0242 11.256 5.93355 11.1294C5.8429 11.0027 5.82477 10.8399 5.82477 10.641C5.82477 10.442 5.86103 10.2611 5.93355 10.1164C6.00607 9.97169 6.11485 9.84506 6.24176 9.73653C6.36867 9.628 6.53184 9.55565 6.69501 9.50138C6.85818 9.44711 7.03948 9.42903 7.22078 9.42903C7.43834 9.42903 7.63777 9.4652 7.81907 9.51947C8.00037 9.57374 8.18166 9.68227 8.34483 9.80889L7.80094 10.442Z" fill="%232EAB1A"/><path d="M8.61676 9.53748H9.54138L10.4479 11.9614H10.466L11.3906 9.53748H12.2609L10.738 13.2276H10.0853L8.61676 9.53748Z" fill="%232EAB1A"/><path fill-rule="evenodd" clip-rule="evenodd" d="M11.0431 0.470588C11.0431 0.210689 11.2538 0 11.5137 0H15.5294C15.7893 0 16 0.210689 16 0.470588V4.48627C16 4.74617 15.7893 4.95686 15.5294 4.95686C15.2695 4.95686 15.0588 4.74617 15.0588 4.48627V1.60669L8.33276 8.33275C8.14898 8.51653 7.85102 8.51653 7.66724 8.33275C7.48347 8.14897 7.48347 7.85101 7.66724 7.66724L14.3933 0.941176H11.5137C11.2538 0.941176 11.0431 0.730486 11.0431 0.470588Z" fill="%232EAB1A"/></svg>');
    }

    i.refresh::after{
        background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.2312 4.05927C10.9273 1.71753 8.17847 0.521343 5.50903 1.20574C4.45672 1.47639 3.49794 2.0283 2.73552 2.80228C1.97304 3.57631 1.4357 4.54325 1.18113 5.59938C0.926558 6.65552 0.964352 7.76102 1.29046 8.79731C1.61657 9.8336 2.21869 10.7616 3.03225 11.4818C3.8458 12.202 4.8401 12.6871 5.90851 12.8853C6.97692 13.0835 8.07914 12.9871 9.09694 12.6066C10.1147 12.2261 11.0098 11.5758 11.686 10.7254C12.3622 9.87501 12.7941 8.85663 12.9354 7.77949C12.9718 7.50178 13.2265 7.30617 13.5043 7.34259C13.7821 7.37901 13.9777 7.63366 13.9413 7.91137C13.7761 9.17109 13.271 10.3621 12.4801 11.3566C11.6893 12.3511 10.6426 13.1117 9.45229 13.5567C8.26198 14.0017 6.97295 14.1143 5.72345 13.8826C4.47396 13.6508 3.31113 13.0834 2.35968 12.2412C1.40823 11.3989 0.70406 10.3136 0.322679 9.10171C-0.058702 7.88977 -0.102902 6.5969 0.194819 5.36176C0.492541 4.12662 1.12095 2.9958 2.01266 2.09057C2.90436 1.18535 4.02573 0.539879 5.25648 0.223379L5.25682 0.22329C8.28288 -0.552628 11.4093 0.7434 12.9855 3.33829V0.509245C12.9855 0.229155 13.2126 0.00209767 13.4927 0.00209767C13.7729 0.00209767 14 0.229155 14 0.509245V4.56642C14 4.84651 13.7729 5.07357 13.4927 5.07357H13.0443C13.0365 5.07375 13.0288 5.07375 13.021 5.07357H9.43454C9.15438 5.07357 8.92727 4.84651 8.92727 4.56642C8.92727 4.28633 9.15438 4.05927 9.43454 4.05927H12.2312Z" fill="%23383838"/></svg>');
    }

    button.icon:hover > i.refresh::after{
        background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.2312 4.05927C10.9273 1.71753 8.17847 0.521343 5.50903 1.20574C4.45672 1.47639 3.49794 2.0283 2.73552 2.80228C1.97304 3.57631 1.4357 4.54325 1.18113 5.59938C0.926558 6.65552 0.964352 7.76102 1.29046 8.79731C1.61657 9.8336 2.21869 10.7616 3.03225 11.4818C3.8458 12.202 4.8401 12.6871 5.90851 12.8853C6.97692 13.0835 8.07914 12.9871 9.09694 12.6066C10.1147 12.2261 11.0098 11.5758 11.686 10.7254C12.3622 9.87501 12.7941 8.85663 12.9354 7.77949C12.9718 7.50178 13.2265 7.30617 13.5043 7.34259C13.7821 7.37901 13.9777 7.63366 13.9413 7.91137C13.7761 9.17109 13.271 10.3621 12.4801 11.3566C11.6893 12.3511 10.6426 13.1117 9.45229 13.5567C8.26198 14.0017 6.97295 14.1143 5.72345 13.8826C4.47396 13.6508 3.31113 13.0834 2.35968 12.2412C1.40823 11.3989 0.70406 10.3136 0.322679 9.10171C-0.058702 7.88977 -0.102902 6.5969 0.194819 5.36176C0.492541 4.12662 1.12095 2.9958 2.01266 2.09057C2.90436 1.18535 4.02573 0.539879 5.25648 0.223379L5.25682 0.22329C8.28288 -0.552628 11.4093 0.7434 12.9855 3.33829V0.509245C12.9855 0.229155 13.2126 0.00209767 13.4927 0.00209767C13.7729 0.00209767 14 0.229155 14 0.509245V4.56642C14 4.84651 13.7729 5.07357 13.4927 5.07357H13.0443C13.0365 5.07375 13.0288 5.07375 13.021 5.07357H9.43454C9.15438 5.07357 8.92727 4.84651 8.92727 4.56642C8.92727 4.28633 9.15438 4.05927 9.43454 4.05927H12.2312Z" fill="%23FFFFFF"/></svg>');
    }

    
    button.icon:active > i.refresh::after,
    button.icon.active:hover > i.refresh::after{
         background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.2312 4.05927C10.9273 1.71753 8.17847 0.521343 5.50903 1.20574C4.45672 1.47639 3.49794 2.0283 2.73552 2.80228C1.97304 3.57631 1.4357 4.54325 1.18113 5.59938C0.926558 6.65552 0.964352 7.76102 1.29046 8.79731C1.61657 9.8336 2.21869 10.7616 3.03225 11.4818C3.8458 12.202 4.8401 12.6871 5.90851 12.8853C6.97692 13.0835 8.07914 12.9871 9.09694 12.6066C10.1147 12.2261 11.0098 11.5758 11.686 10.7254C12.3622 9.87501 12.7941 8.85663 12.9354 7.77949C12.9718 7.50178 13.2265 7.30617 13.5043 7.34259C13.7821 7.37901 13.9777 7.63366 13.9413 7.91137C13.7761 9.17109 13.271 10.3621 12.4801 11.3566C11.6893 12.3511 10.6426 13.1117 9.45229 13.5567C8.26198 14.0017 6.97295 14.1143 5.72345 13.8826C4.47396 13.6508 3.31113 13.0834 2.35968 12.2412C1.40823 11.3989 0.70406 10.3136 0.322679 9.10171C-0.058702 7.88977 -0.102902 6.5969 0.194819 5.36176C0.492541 4.12662 1.12095 2.9958 2.01266 2.09057C2.90436 1.18535 4.02573 0.539879 5.25648 0.223379L5.25682 0.22329C8.28288 -0.552628 11.4093 0.7434 12.9855 3.33829V0.509245C12.9855 0.229155 13.2126 0.00209767 13.4927 0.00209767C13.7729 0.00209767 14 0.229155 14 0.509245V4.56642C14 4.84651 13.7729 5.07357 13.4927 5.07357H13.0443C13.0365 5.07375 13.0288 5.07375 13.021 5.07357H9.43454C9.15438 5.07357 8.92727 4.84651 8.92727 4.56642C8.92727 4.28633 9.15438 4.05927 9.43454 4.05927H12.2312Z" fill="%232EAB1A"/></svg>');
    }


    i.print_green::after{
        background-image: url('data:image/svg+xml,<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.1558 8.52597V5.82468C12.1558 5.5784 12.0583 5.34196 11.8841 5.16782C11.71 4.99368 11.4735 4.8961 11.2273 4.8961H1.77273C1.52646 4.8961 1.29001 4.99368 1.11587 5.16782C0.941728 5.34196 0.844156 5.5784 0.844156 5.82468V8.52597L0.848772 8.61764C0.869859 8.83025 0.963471 9.03044 1.11587 9.18283C1.29001 9.35697 1.52646 9.45455 1.77273 9.45455H3.12338C3.35648 9.45455 3.54545 9.64352 3.54545 9.87662C3.54545 10.1097 3.35648 10.2987 3.12338 10.2987H1.77273C1.30257 10.2987 0.851475 10.1121 0.519024 9.77968C0.228178 9.48883 0.0489068 9.10714 0.00857346 8.7014L0 8.52597V5.82468C0 5.35452 0.186573 4.90342 0.519024 4.57097C0.851475 4.23852 1.30257 4.05195 1.77273 4.05195H11.2273C11.6974 4.05195 12.1485 4.23852 12.481 4.57097C12.8134 4.90342 13 5.35452 13 5.82468V8.52597C13 8.99613 12.8134 9.44723 12.481 9.77968C12.1485 10.1121 11.6974 10.2987 11.2273 10.2987H9.87662C9.64352 10.2987 9.45455 10.1097 9.45455 9.87662C9.45455 9.64352 9.64352 9.45455 9.87662 9.45455H11.2273C11.4735 9.45455 11.71 9.35697 11.8841 9.18283C12.0583 9.00869 12.1558 8.77225 12.1558 8.52597Z" fill="%232EAB1A"/><path d="M9.45455 4.47403V1.77273C9.45455 1.52646 9.35697 1.29001 9.18283 1.11587C9.03044 0.963471 8.83025 0.869859 8.61764 0.848772L8.52597 0.844156H4.47403C4.22775 0.844156 3.99131 0.941728 3.81717 1.11587C3.64303 1.29001 3.54545 1.52645 3.54545 1.77273V4.47403C3.54545 4.70713 3.35648 4.8961 3.12338 4.8961C2.89027 4.8961 2.7013 4.70713 2.7013 4.47403V1.77273C2.7013 1.30257 2.88787 0.851475 3.22032 0.519024C3.55277 0.186573 4.00387 0 4.47403 0H8.52597C8.99613 0 9.44723 0.186573 9.77968 0.519024C10.1121 0.851475 10.2987 1.30257 10.2987 1.77273V4.47403C10.2987 4.70713 10.1097 4.8961 9.87662 4.8961C9.64352 4.8961 9.45455 4.70713 9.45455 4.47403Z" fill="%232EAB1A"/><path d="M9.45455 8.52597C9.45455 8.2797 9.35697 8.04326 9.18283 7.86912C9.00869 7.69497 8.77225 7.5974 8.52597 7.5974H4.47403C4.22775 7.5974 3.99131 7.69497 3.81717 7.86912C3.64303 8.04326 3.54545 8.2797 3.54545 8.52597V11.2273L3.55007 11.3189C3.57116 11.5316 3.66477 11.7317 3.81717 11.8841C3.99131 12.0583 4.22775 12.1558 4.47403 12.1558H8.52597C8.77225 12.1558 9.00869 12.0583 9.18283 11.8841C9.35697 11.71 9.45455 11.4735 9.45455 11.2273V8.52597ZM10.2987 11.2273C10.2987 11.6974 10.1121 12.1485 9.77968 12.481C9.44723 12.8134 8.99613 13 8.52597 13H4.47403C4.00387 13 3.55277 12.8134 3.22032 12.481C2.92948 12.1901 2.75021 11.8084 2.70987 11.4027L2.7013 11.2273V8.52597C2.7013 8.05582 2.88787 7.60472 3.22032 7.27227C3.55277 6.93982 4.00387 6.75325 4.47403 6.75325H8.52597C8.99613 6.75325 9.44723 6.93982 9.77968 7.27227C10.1121 7.60472 10.2987 8.05582 10.2987 8.52597V11.2273Z" fill="%232EAB1A"/></svg>');
    }

    i.print_dark::after{
        background-image: url('data:image/svg+xml,<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.1558 8.52597V5.82468C12.1558 5.5784 12.0583 5.34196 11.8841 5.16782C11.71 4.99368 11.4735 4.8961 11.2273 4.8961H1.77273C1.52646 4.8961 1.29001 4.99368 1.11587 5.16782C0.941728 5.34196 0.844156 5.5784 0.844156 5.82468V8.52597L0.848772 8.61764C0.869859 8.83025 0.963471 9.03044 1.11587 9.18283C1.29001 9.35697 1.52646 9.45455 1.77273 9.45455H3.12338C3.35648 9.45455 3.54545 9.64352 3.54545 9.87662C3.54545 10.1097 3.35648 10.2987 3.12338 10.2987H1.77273C1.30257 10.2987 0.851475 10.1121 0.519024 9.77968C0.228178 9.48883 0.0489068 9.10714 0.00857346 8.7014L0 8.52597V5.82468C0 5.35452 0.186573 4.90342 0.519024 4.57097C0.851475 4.23852 1.30257 4.05195 1.77273 4.05195H11.2273C11.6974 4.05195 12.1485 4.23852 12.481 4.57097C12.8134 4.90342 13 5.35452 13 5.82468V8.52597C13 8.99613 12.8134 9.44723 12.481 9.77968C12.1485 10.1121 11.6974 10.2987 11.2273 10.2987H9.87662C9.64352 10.2987 9.45455 10.1097 9.45455 9.87662C9.45455 9.64352 9.64352 9.45455 9.87662 9.45455H11.2273C11.4735 9.45455 11.71 9.35697 11.8841 9.18283C12.0583 9.00869 12.1558 8.77225 12.1558 8.52597Z" fill="%23383838"/><path d="M9.45455 4.47403V1.77273C9.45455 1.52646 9.35697 1.29001 9.18283 1.11587C9.03044 0.963471 8.83025 0.869859 8.61764 0.848772L8.52597 0.844156H4.47403C4.22775 0.844156 3.99131 0.941728 3.81717 1.11587C3.64303 1.29001 3.54545 1.52645 3.54545 1.77273V4.47403C3.54545 4.70713 3.35648 4.8961 3.12338 4.8961C2.89027 4.8961 2.7013 4.70713 2.7013 4.47403V1.77273C2.7013 1.30257 2.88787 0.851475 3.22032 0.519024C3.55277 0.186573 4.00387 0 4.47403 0H8.52597C8.99613 0 9.44723 0.186573 9.77968 0.519024C10.1121 0.851475 10.2987 1.30257 10.2987 1.77273V4.47403C10.2987 4.70713 10.1097 4.8961 9.87662 4.8961C9.64352 4.8961 9.45455 4.70713 9.45455 4.47403Z" fill="%232EAB1A"/><path d="M9.45455 8.52597C9.45455 8.2797 9.35697 8.04326 9.18283 7.86912C9.00869 7.69497 8.77225 7.5974 8.52597 7.5974H4.47403C4.22775 7.5974 3.99131 7.69497 3.81717 7.86912C3.64303 8.04326 3.54545 8.2797 3.54545 8.52597V11.2273L3.55007 11.3189C3.57116 11.5316 3.66477 11.7317 3.81717 11.8841C3.99131 12.0583 4.22775 12.1558 4.47403 12.1558H8.52597C8.77225 12.1558 9.00869 12.0583 9.18283 11.8841C9.35697 11.71 9.45455 11.4735 9.45455 11.2273V8.52597ZM10.2987 11.2273C10.2987 11.6974 10.1121 12.1485 9.77968 12.481C9.44723 12.8134 8.99613 13 8.52597 13H4.47403C4.00387 13 3.55277 12.8134 3.22032 12.481C2.92948 12.1901 2.75021 11.8084 2.70987 11.4027L2.7013 11.2273V8.52597C2.7013 8.05582 2.88787 7.60472 3.22032 7.27227C3.55277 6.93982 4.00387 6.75325 4.47403 6.75325H8.52597C8.99613 6.75325 9.44723 6.93982 9.77968 7.27227C10.1121 7.60472 10.2987 8.05582 10.2987 8.52597V11.2273Z" fill="%23383838"/></svg>');
    }

    button.icon:active > i.print_dark::after,
    button.icon.active > i.print_dark::after{
        background-image: url('data:image/svg+xml,<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.1558 8.52597V5.82468C12.1558 5.5784 12.0583 5.34196 11.8841 5.16782C11.71 4.99368 11.4735 4.8961 11.2273 4.8961H1.77273C1.52646 4.8961 1.29001 4.99368 1.11587 5.16782C0.941728 5.34196 0.844156 5.5784 0.844156 5.82468V8.52597L0.848772 8.61764C0.869859 8.83025 0.963471 9.03044 1.11587 9.18283C1.29001 9.35697 1.52646 9.45455 1.77273 9.45455H3.12338C3.35648 9.45455 3.54545 9.64352 3.54545 9.87662C3.54545 10.1097 3.35648 10.2987 3.12338 10.2987H1.77273C1.30257 10.2987 0.851475 10.1121 0.519024 9.77968C0.228178 9.48883 0.0489068 9.10714 0.00857346 8.7014L0 8.52597V5.82468C0 5.35452 0.186573 4.90342 0.519024 4.57097C0.851475 4.23852 1.30257 4.05195 1.77273 4.05195H11.2273C11.6974 4.05195 12.1485 4.23852 12.481 4.57097C12.8134 4.90342 13 5.35452 13 5.82468V8.52597C13 8.99613 12.8134 9.44723 12.481 9.77968C12.1485 10.1121 11.6974 10.2987 11.2273 10.2987H9.87662C9.64352 10.2987 9.45455 10.1097 9.45455 9.87662C9.45455 9.64352 9.64352 9.45455 9.87662 9.45455H11.2273C11.4735 9.45455 11.71 9.35697 11.8841 9.18283C12.0583 9.00869 12.1558 8.77225 12.1558 8.52597Z" fill="%23FFFFFF"/><path d="M9.45455 4.47403V1.77273C9.45455 1.52646 9.35697 1.29001 9.18283 1.11587C9.03044 0.963471 8.83025 0.869859 8.61764 0.848772L8.52597 0.844156H4.47403C4.22775 0.844156 3.99131 0.941728 3.81717 1.11587C3.64303 1.29001 3.54545 1.52645 3.54545 1.77273V4.47403C3.54545 4.70713 3.35648 4.8961 3.12338 4.8961C2.89027 4.8961 2.7013 4.70713 2.7013 4.47403V1.77273C2.7013 1.30257 2.88787 0.851475 3.22032 0.519024C3.55277 0.186573 4.00387 0 4.47403 0H8.52597C8.99613 0 9.44723 0.186573 9.77968 0.519024C10.1121 0.851475 10.2987 1.30257 10.2987 1.77273V4.47403C10.2987 4.70713 10.1097 4.8961 9.87662 4.8961C9.64352 4.8961 9.45455 4.70713 9.45455 4.47403Z" fill="%232EAB1A"/><path d="M9.45455 8.52597C9.45455 8.2797 9.35697 8.04326 9.18283 7.86912C9.00869 7.69497 8.77225 7.5974 8.52597 7.5974H4.47403C4.22775 7.5974 3.99131 7.69497 3.81717 7.86912C3.64303 8.04326 3.54545 8.2797 3.54545 8.52597V11.2273L3.55007 11.3189C3.57116 11.5316 3.66477 11.7317 3.81717 11.8841C3.99131 12.0583 4.22775 12.1558 4.47403 12.1558H8.52597C8.77225 12.1558 9.00869 12.0583 9.18283 11.8841C9.35697 11.71 9.45455 11.4735 9.45455 11.2273V8.52597ZM10.2987 11.2273C10.2987 11.6974 10.1121 12.1485 9.77968 12.481C9.44723 12.8134 8.99613 13 8.52597 13H4.47403C4.00387 13 3.55277 12.8134 3.22032 12.481C2.92948 12.1901 2.75021 11.8084 2.70987 11.4027L2.7013 11.2273V8.52597C2.7013 8.05582 2.88787 7.60472 3.22032 7.27227C3.55277 6.93982 4.00387 6.75325 4.47403 6.75325H8.52597C8.99613 6.75325 9.44723 6.93982 9.77968 7.27227C10.1121 7.60472 10.2987 8.05582 10.2987 8.52597V11.2273Z" fill="%23FFFFFF"/></svg>');
    }


    i.email:after{
        background-image: url('data:image/svg+xml,<svg width="15" height="11" viewBox="0 0 15 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.04545 0.901639C1.76129 0.901639 1.48877 1.00613 1.28784 1.19213C1.14502 1.32434 1.04668 1.49003 1.00175 1.66928L7.5 5.67949L13.9983 1.66928C13.9533 1.49003 13.855 1.32434 13.7122 1.19213C13.5112 1.00613 13.2387 0.901639 12.9545 0.901639H2.04545ZM14.026 2.73581L7.77015 6.59642C7.60656 6.69737 7.39344 6.69737 7.22985 6.59642L0.974026 2.73581V9.10656C0.974026 9.3696 1.08691 9.62187 1.28784 9.80787C1.48877 9.99387 1.76129 10.0984 2.04545 10.0984H12.9545C13.2387 10.0984 13.5112 9.99387 13.7122 9.80787C13.9131 9.62187 14.026 9.3696 14.026 9.10656V2.73581ZM0.5991 0.554576C0.982697 0.199487 1.50297 0 2.04545 0H12.9545C13.497 0 14.0173 0.199487 14.4009 0.554576C14.7845 0.909666 15 1.39127 15 1.89344V9.10656C15 9.60873 14.7845 10.0903 14.4009 10.4454C14.0173 10.8005 13.497 11 12.9545 11H2.04545C1.50297 11 0.982697 10.8005 0.5991 10.4454C0.215503 10.0903 0 9.60873 0 9.10656V1.89344C0 1.39127 0.215503 0.909666 0.5991 0.554576Z" fill="%232EAB1A"/></svg>');
    }

    i.comment::after{
        background-image: url('data:image/svg+xml,<svg width="13" height="12" viewBox="0 0 13 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M3.14497 2.25248C5.25253 0.717897 8.29204 0.848023 10.2295 2.54423L3.14497 2.25248ZM10.2295 2.54423C12.1398 4.21743 12.3827 6.88272 10.8357 8.80978C9.26293 10.769 6.30044 11.3896 3.91835 10.2024C3.80312 10.1449 3.67251 10.1286 3.54722 10.156L1.43964 10.6163L1.97663 8.96251C2.03321 8.78825 2.00763 8.59688 1.9074 8.44471C0.566017 6.40815 1.06305 3.76914 3.14497 2.25248M2.47894 1.2887C5.00985 -0.554222 8.63197 -0.4075 10.9765 1.64519C13.3481 3.72233 13.6842 7.11953 11.724 9.56131C9.83105 11.9194 6.39287 12.643 3.59817 11.353L0.695319 11.987C0.493418 12.0311 0.283974 11.9609 0.146419 11.8029C0.00886511 11.6449 -0.0357308 11.4233 0.029545 11.2223L0.797736 8.85643C-0.716668 6.29039 0.003577 3.0919 2.47894 1.2887Z" fill="%23383838"/></svg>');
    }
    i.add_comment::after{
        background-image: url('data:image/svg+xml,<svg width="13" height="12" viewBox="0 0 13 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.5 3.5V8.5M4 6H9" stroke="%23A0A0A0" stroke-width="1.15" stroke-linecap="round" stroke-linejoin="round"/><path fill-rule="evenodd" clip-rule="evenodd" d="M3.14497 2.25248C5.25253 0.717897 8.29204 0.848023 10.2295 2.54423L3.14497 2.25248ZM10.2295 2.54423C12.1398 4.21743 12.3827 6.88272 10.8357 8.80978C9.26293 10.769 6.30044 11.3896 3.91835 10.2024C3.80312 10.1449 3.67251 10.1286 3.54722 10.156L1.43964 10.6163L1.97663 8.96251C2.03321 8.78825 2.00763 8.59688 1.9074 8.44471C0.566017 6.40815 1.06305 3.76914 3.14497 2.25248M2.47894 1.2887C5.00985 -0.554222 8.63197 -0.4075 10.9765 1.64519C13.3481 3.72233 13.6842 7.11953 11.724 9.56131C9.83105 11.9194 6.39287 12.643 3.59817 11.353L0.695319 11.987C0.493418 12.0311 0.283974 11.9609 0.146419 11.8029C0.00886511 11.6449 -0.0357308 11.4233 0.029545 11.2223L0.797736 8.85643C-0.716668 6.29039 0.003577 3.0919 2.47894 1.2887Z" fill="%23383838"/></svg>');
    }

    i.card::after{
        background-image: url('data:image/svg+xml,<svg width="14" height="11" viewBox="0 0 14 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.0824 2.4457C13.0432 2.05343 12.8687 1.68435 12.5852 1.40318C12.2613 1.08191 11.8217 0.901639 11.3636 0.901639H2.63636C2.17826 0.901639 1.7387 1.0819 1.41477 1.40318C1.09085 1.72445 0.909091 2.16041 0.909091 2.61475V8.38525C0.909091 8.83959 1.09085 9.27555 1.41477 9.59682C1.7387 9.91809 2.17826 10.0984 2.63636 10.0984H11.3636L11.5341 10.0899C11.9296 10.051 12.3017 9.878 12.5852 9.59682C12.8687 9.31565 13.0432 8.94657 13.0824 8.5543L13.0909 8.38525V2.61475L13.0824 2.4457ZM14 8.38525L13.9964 8.51486C13.9641 9.16114 13.6915 9.77459 13.228 10.2343C12.7645 10.694 12.1459 10.9644 11.4943 10.9965L11.3636 11H2.63636C1.93716 11 1.26643 10.7247 0.772017 10.2343C0.277603 9.74395 0 9.07872 0 8.38525V2.61475C0 1.92128 0.277603 1.25605 0.772017 0.765689C1.26643 0.275328 1.93716 0 2.63636 0H11.3636C12.0628 0 12.7336 0.275328 13.228 0.765689C13.7224 1.25605 14 1.92128 14 2.61475V8.38525Z" fill="%23A0A0A0"/><path d="M13.5455 3.60656C13.7965 3.60656 14 3.8084 14 4.05738C14 4.30636 13.7965 4.5082 13.5455 4.5082H0.454545C0.203507 4.5082 0 4.30636 0 4.05738C0 3.8084 0.203507 3.60656 0.454545 3.60656H13.5455Z" fill="%23A0A0A0"/><path d="M3.37074 7.21311L3.46236 7.22227C3.66956 7.26425 3.82528 7.44602 3.82528 7.66393C3.82528 7.88185 3.66956 8.06362 3.46236 8.1056L3.37074 8.11475H3.36364C3.1126 8.11475 2.90909 7.91291 2.90909 7.66393C2.90909 7.41495 3.1126 7.21311 3.36364 7.21311H3.37074Z" fill="%23A0A0A0"/><path d="M7.72727 7.21311C7.97831 7.21311 8.18182 7.41495 8.18182 7.66393C8.18182 7.91291 7.97831 8.11475 7.72727 8.11475H6.27273C6.02169 8.11475 5.81818 7.91291 5.81818 7.66393C5.81818 7.41495 6.02169 7.21311 6.27273 7.21311H7.72727Z" fill="%23A0A0A0"/></svg>');
    }

    i.nocard::after{
        background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.133037 0.133037C0.28829 -0.0222158 0.528345 -0.0415273 0.704751 0.0748005L0.776482 0.133037L13.867 13.2235L13.9252 13.2952C14.0415 13.4717 14.0222 13.7117 13.867 13.867C13.7117 14.0222 13.4717 14.0415 13.2952 13.9252L13.2235 13.867L0.133037 0.776482L0.0748005 0.704751C-0.0415273 0.528345 -0.0222158 0.28829 0.133037 0.133037Z" fill="%23DE0106"/><path d="M13.0907 4.091C13.0907 3.63292 12.909 3.19337 12.585 2.86945C12.2611 2.54554 11.8216 2.36379 11.3635 2.36379H4.81825C4.56722 2.36379 4.36372 2.16029 4.36372 1.90926C4.36372 1.65823 4.56722 1.45473 4.81825 1.45473H11.3635C12.0627 1.45473 12.7334 1.73232 13.2278 2.22672C13.7222 2.72112 13.9998 3.39182 13.9998 4.091V9.90829L13.9927 10.1022C13.9786 10.2956 13.9437 10.4872 13.8876 10.6732C13.815 10.9134 13.5611 11.0496 13.3208 10.9771C13.0805 10.9046 12.9444 10.6507 13.0168 10.4104C13.0659 10.248 13.0909 10.0793 13.0907 9.90971V4.091Z" fill="%23DE0106"/><path d="M0.000229047 9.90908V4.09109C0.000229047 2.90243 0.786329 1.89864 1.86665 1.56915C2.10668 1.49598 2.36079 1.63104 2.4341 1.87099C2.50728 2.11102 2.3722 2.36512 2.13226 2.43844C1.42368 2.65448 0.90929 3.31336 0.90929 4.09109V9.90908C0.909313 10.3671 1.09106 10.8067 1.41496 11.1306C1.73887 11.4545 2.17844 11.6363 2.63651 11.6363H11.3642L11.4906 11.6313C11.6174 11.6221 11.743 11.5992 11.8649 11.5624C12.1052 11.4899 12.3591 11.6261 12.4316 11.8664C12.5041 12.1067 12.3679 12.3606 12.1277 12.4331C11.8799 12.5079 11.6223 12.5449 11.3635 12.5446L2.63651 12.5454C1.93734 12.5454 1.26661 12.2677 0.772221 11.7734C0.277843 11.279 0.000251638 10.6082 0.000229047 9.90908Z" fill="%23DE0106"/><path d="M6.27275 5.81822C6.52378 5.81822 6.72728 6.02172 6.72728 6.27275C6.72728 6.52378 6.52378 6.72728 6.27275 6.72728H0.45476C0.203729 6.72728 0.000229047 6.52378 0.000229047 6.27275C0.000229047 6.02172 0.203729 5.81822 0.45476 5.81822H6.27275Z" fill="%23DE0106"/><path d="M13.5452 5.81822C13.7963 5.81822 13.9998 6.02172 13.9998 6.27275C13.9998 6.52378 13.7963 6.72728 13.5452 6.72728H9.18175C8.93072 6.72728 8.72722 6.52378 8.72722 6.27275C8.72722 6.02172 8.93072 5.81822 9.18175 5.81822H13.5452Z" fill="%23DE0106"/><path d="M3.37086 8.72722L3.46247 8.73645C3.66967 8.77877 3.82539 8.96204 3.82539 9.18175C3.82539 9.40145 3.66967 9.58472 3.46247 9.62704L3.37086 9.63628H3.36376C3.11273 9.63628 2.90922 9.43278 2.90922 9.18175C2.90922 8.93072 3.11273 8.72722 3.36376 8.72722H3.37086Z" fill="%23DE0106"/><path d="M7.72725 8.72722C7.97828 8.72722 8.18178 8.93072 8.18178 9.18175C8.18178 9.43278 7.97828 9.63628 7.72725 9.63628H6.27275C6.02172 9.63628 5.81822 9.43278 5.81822 9.18175C5.81822 8.93072 6.02172 8.72722 6.27275 8.72722H7.72725Z" fill="%23DE0106"/></svg>');
    }

    i.new_alert::after{
        background-image: url('data:image/svg+xml,<svg width="13" height="11" viewBox="0 0 13 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.1179 6.48771V4.11933C6.1179 3.91495 6.2891 3.74927 6.50029 3.74927C6.71148 3.74927 6.88268 3.91495 6.88268 4.11933V6.48771C6.88268 6.69208 6.71148 6.85777 6.50029 6.85777C6.2891 6.85777 6.1179 6.69208 6.1179 6.48771Z" fill="%23DE0106"/><path d="M6.5 0C6.76712 0 7.03025 0.0668184 7.26298 0.193703C7.46646 0.304683 7.64126 0.45828 7.77443 0.642977L7.8288 0.724506L7.82999 0.726241L12.7891 8.74033L12.7927 8.74553C12.928 8.97274 12.9993 9.23092 13 9.49317C13.0007 9.75548 12.9305 10.0135 12.7963 10.2414C12.662 10.4692 12.4687 10.6593 12.2352 10.7924C12.0016 10.9255 11.7355 10.997 11.4645 11H1.53613C1.26495 10.9971 0.999092 10.9256 0.765379 10.7924C0.53173 10.6593 0.338017 10.4693 0.203747 10.2414C0.0694875 10.0134 -0.000753823 9.75502 6.10116e-06 9.49259C0.000782626 9.23014 0.0723218 8.97224 0.207929 8.74495L0.211514 8.73975L5.17061 0.726819C5.17106 0.72608 5.17134 0.725242 5.1718 0.724506C5.31017 0.503482 5.50499 0.320582 5.73762 0.193703C5.97026 0.0668644 6.23298 4.82271e-05 6.5 0ZM6.5 0.740118C6.36455 0.740166 6.23146 0.774099 6.11343 0.838415C5.99531 0.902812 5.89631 0.995663 5.82604 1.10786L0.870536 9.11501L0.825127 9.20464C0.785859 9.29631 0.765077 9.39502 0.764782 9.4949C0.764439 9.62805 0.800026 9.7591 0.868146 9.87479C0.936296 9.9905 1.03455 10.0871 1.15314 10.1546C1.27178 10.2222 1.40684 10.2584 1.54449 10.2599H11.4561C11.5936 10.2583 11.7283 10.2221 11.8469 10.1546C11.9654 10.0871 12.0637 9.99048 12.1319 9.87479C12.2 9.75908 12.2356 9.62809 12.2352 9.4949C12.2349 9.36174 12.1988 9.23096 12.1301 9.11559L7.17456 1.10729C7.10429 0.995081 7.00529 0.902813 6.88717 0.838415C6.76905 0.774048 6.63556 0.740118 6.5 0.740118Z" fill="%23DE0106"/><path d="M6.50627 7.89393L6.58334 7.90145C6.75765 7.93591 6.88865 8.08511 6.88865 8.26399C6.88865 8.44286 6.75765 8.59207 6.58334 8.62653L6.50627 8.63405H6.50029C6.2891 8.63405 6.1179 8.46837 6.1179 8.26399C6.1179 8.05961 6.2891 7.89393 6.50029 7.89393H6.50627Z" fill="%23DE0106"/></svg>');
    }
    i.calendar::after{
        background-image: url('data:image/svg+xml,<svg width="12" height="13" viewBox="0 0 12 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.1304 3.12338C11.1304 2.8771 11.0299 2.64066 10.8505 2.46652C10.6936 2.31412 10.4874 2.22051 10.2683 2.19942L10.1739 2.19481H1.82609C1.5724 2.19481 1.32884 2.29238 1.14946 2.46652C0.970074 2.64066 0.869565 2.8771 0.869565 3.12338V11.2273L0.874321 11.3189C0.896042 11.5316 0.992472 11.7317 1.14946 11.8841C1.32884 12.0583 1.5724 12.1558 1.82609 12.1558H10.1739C10.4276 12.1558 10.6712 12.0583 10.8505 11.8841C11.0299 11.71 11.1304 11.4735 11.1304 11.2273V3.12338ZM12 11.2273C12 11.6974 11.8078 12.1485 11.4654 12.481C11.1229 12.8134 10.6582 13 10.1739 13H1.82609C1.34178 13 0.877104 12.8134 0.534647 12.481C0.235046 12.1901 0.0503789 11.8084 0.00883152 11.4027L0 11.2273V3.12338C0 2.65322 0.192189 2.20212 0.534647 1.86967C0.877105 1.53722 1.34178 1.35065 1.82609 1.35065H10.1739L10.3546 1.35922C10.7726 1.39956 11.1658 1.57883 11.4654 1.86967C11.8078 2.20212 12 2.65322 12 3.12338V11.2273Z" fill="%23A0A0A0"/><path d="M8.34783 3.12338V0.422078C8.34783 0.188971 8.54249 0 8.78261 0C9.02273 0 9.21739 0.188971 9.21739 0.422078V3.12338C9.21739 3.35648 9.02273 3.54545 8.78261 3.54545C8.54249 3.54545 8.34783 3.35648 8.34783 3.12338Z" fill="%23A0A0A0"/><path d="M2.78261 3.12338V0.422078C2.78261 0.188971 2.97727 0 3.21739 0C3.45752 0 3.65217 0.188971 3.65217 0.422078V3.12338C3.65217 3.35648 3.45752 3.54545 3.21739 3.54545C2.97727 3.54545 2.78261 3.35648 2.78261 3.12338Z" fill="%23A0A0A0"/><path d="M11.5652 5.4026C11.8053 5.4026 12 5.59157 12 5.82468C12 6.05778 11.8053 6.24675 11.5652 6.24675H0.434783C0.194659 6.24675 0 6.05778 0 5.82468C0 5.59157 0.194659 5.4026 0.434783 5.4026H11.5652Z" fill="%23A0A0A0"/><path d="M2.53057 7.42857L2.61821 7.43714C2.81643 7.47643 2.96535 7.64661 2.96535 7.85065C2.96535 8.05468 2.81643 8.22487 2.61821 8.26415L2.53057 8.27273H2.52174C2.28162 8.27273 2.08696 8.08376 2.08696 7.85065C2.08696 7.61754 2.28162 7.42857 2.52174 7.42857H2.53057Z" fill="%23A0A0A0"/><path d="M4.61905 7.42857L4.70669 7.43714C4.90484 7.47648 5.05383 7.64666 5.05383 7.85065C5.05383 8.05464 4.90484 8.22482 4.70669 8.26415L4.61905 8.27273H4.61565C4.37553 8.27273 4.18087 8.08376 4.18087 7.85065C4.18087 7.61754 4.37553 7.42857 4.61565 7.42857H4.61905Z" fill="%23A0A0A0"/><path d="M6.70601 7.42857L6.79364 7.43714C6.9918 7.47648 7.14079 7.64666 7.14079 7.85065C7.14079 8.05464 6.9918 8.22482 6.79364 8.26415L6.70601 8.27273H6.70261C6.46249 8.27273 6.26783 8.08376 6.26783 7.85065C6.26783 7.61754 6.46249 7.42857 6.70261 7.42857H6.70601Z" fill="%23A0A0A0"/><path d="M8.79644 7.42857L8.88408 7.43714C9.08223 7.47648 9.23122 7.64666 9.23122 7.85065C9.23122 8.05464 9.08223 8.22482 8.88408 8.26415L8.79644 8.27273H8.79304C8.55292 8.27273 8.35826 8.08376 8.35826 7.85065C8.35826 7.61754 8.55292 7.42857 8.79304 7.42857H8.79644Z" fill="%23A0A0A0"/><path d="M6.70948 9.45455L6.79712 9.46312C6.99528 9.50245 7.14427 9.67263 7.14427 9.87662C7.14427 10.0806 6.99528 10.2508 6.79712 10.2901L6.70948 10.2987H6.70609C6.46596 10.2987 6.2713 10.1097 6.2713 9.87662C6.2713 9.64352 6.46596 9.45455 6.70609 9.45455H6.70948Z" fill="%23A0A0A0"/><path d="M2.53209 9.45455L2.61973 9.46312C2.81788 9.50245 2.96688 9.67263 2.96688 9.87662C2.96688 10.0806 2.81788 10.2508 2.61973 10.2901L2.53209 10.2987H2.5287C2.28857 10.2987 2.09391 10.1097 2.09391 9.87662C2.09391 9.64352 2.28857 9.45455 2.5287 9.45455H2.53209Z" fill="%23A0A0A0"/><path d="M4.61905 9.45455L4.70669 9.46312C4.90484 9.50245 5.05383 9.67263 5.05383 9.87662C5.05383 10.0806 4.90484 10.2508 4.70669 10.2901L4.61905 10.2987H4.61565C4.37553 10.2987 4.18087 10.1097 4.18087 9.87662C4.18087 9.64352 4.37553 9.45455 4.61565 9.45455H4.61905Z" fill="%23A0A0A0"/></svg>');
    }
    i.dollar_refresh::after{
        background-image: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.97227 0.858803C4.11575 0.197063 5.44471 -0.0697095 6.75443 0.0995784C8.06415 0.268866 9.28198 0.864824 10.2203 1.79565C11.1587 2.72647 11.7655 3.94052 11.9472 5.25079C11.9738 5.4426 11.8402 5.6197 11.6487 5.64635C11.4572 5.67301 11.2804 5.53913 11.2538 5.34732C11.0932 4.18941 10.557 3.11653 9.72772 2.29394C8.89849 1.47135 7.82227 0.944689 6.66484 0.795086C5.50741 0.645483 4.33299 0.881235 3.32247 1.46603C2.4676 1.96075 1.77015 2.68205 1.30387 3.54587H2.00961C2.20293 3.54587 2.35965 3.70286 2.35965 3.89651C2.35965 4.09016 2.20293 4.24714 2.00961 4.24714H0.757333C0.75203 4.24727 0.746715 4.24727 0.741391 4.24714H0.399471C0.206153 4.24714 0.0494376 4.09016 0.0494376 3.89651V2.28148C0.0494376 2.08783 0.206153 1.93085 0.399471 1.93085C0.592789 1.93085 0.749504 2.08783 0.749504 2.28148V3.1013C1.2761 2.17301 2.04177 1.39729 2.97227 0.858803ZM0.351289 6.3543C0.542767 6.32765 0.719562 6.46153 0.746172 6.65334C0.906811 7.81125 1.44305 8.88413 2.27228 9.70672C3.10151 10.5293 4.17773 11.056 5.33516 11.2056C6.49259 11.3552 7.66701 11.1194 8.67753 10.5346C9.5324 10.0399 10.2298 9.3186 10.6961 8.45479H9.99038C9.79707 8.45479 9.64035 8.2978 9.64035 8.10415C9.64035 7.9105 9.79707 7.75351 9.99038 7.75351H11.2427C11.248 7.75339 11.2533 7.75339 11.2586 7.75351H11.6005C11.7938 7.75351 11.9506 7.9105 11.9506 8.10415V9.71917C11.9506 9.91282 11.7938 10.0698 11.6005 10.0698C11.4072 10.0698 11.2505 9.91282 11.2505 9.71917V8.89935C10.7239 9.82764 9.95823 10.6034 9.02773 11.1419C7.88425 11.8036 6.55529 12.0704 5.24557 11.9011C3.93585 11.7318 2.71802 11.1358 1.77968 10.205C0.841339 9.27419 0.234546 8.06013 0.0527695 6.74987C0.0261596 6.55806 0.159811 6.38096 0.351289 6.3543Z" fill="%232EAB1A"/><path d="M6.03793 8.90802C5.53217 8.90802 5.07066 8.81805 4.65341 8.63811C4.23616 8.45817 3.8916 8.21007 3.61976 7.89381L4.13184 7.40306C4.41633 7.71386 4.71031 7.94288 5.01376 8.09011C5.32354 8.23733 5.68706 8.31094 6.10431 8.31094C6.3888 8.31094 6.64801 8.27005 6.88192 8.18826C7.11584 8.10646 7.29918 7.99196 7.43194 7.84473C7.5647 7.69751 7.63108 7.52847 7.63108 7.33762C7.63108 7.21766 7.60896 7.10861 7.5647 7.01046C7.52045 6.91231 7.4509 6.82506 7.35607 6.74872C7.26757 6.67238 7.15377 6.60422 7.01469 6.54424C6.88192 6.48426 6.72387 6.42974 6.54053 6.38066C6.35719 6.33159 6.14857 6.28251 5.91465 6.23343C5.48476 6.15164 5.12124 6.04259 4.8241 5.90627C4.53329 5.7645 4.31202 5.58728 4.16029 5.37462C4.01488 5.15651 3.94218 4.8975 3.94218 4.5976C3.94218 4.37404 3.99592 4.16683 4.10339 3.97598C4.21719 3.78514 4.37208 3.62155 4.56806 3.48523C4.76404 3.34346 4.9948 3.23441 5.26032 3.15807C5.52585 3.08173 5.81034 3.04356 6.1138 3.04356C6.62588 3.04356 7.0621 3.12808 7.42246 3.29711C7.78281 3.4607 8.07046 3.68426 8.28541 3.9678L7.76385 4.41766C7.57418 4.17774 7.34027 3.98689 7.0621 3.84512C6.78393 3.70335 6.46467 3.63246 6.10431 3.63246C5.82614 3.63246 5.57959 3.67335 5.36464 3.75515C5.15601 3.83694 4.99164 3.95145 4.87152 4.09867C4.7514 4.24044 4.69134 4.40403 4.69134 4.58942C4.69134 4.72574 4.71979 4.8457 4.77669 4.94931C4.83359 5.04746 4.91893 5.1347 5.03273 5.21104C5.15285 5.28738 5.31406 5.35826 5.51637 5.4237C5.71867 5.48913 5.96207 5.55184 6.24656 5.61182C6.58163 5.67725 6.87876 5.75904 7.13796 5.85719C7.40349 5.95534 7.62792 6.06985 7.81126 6.20072C8.00092 6.32613 8.14317 6.47336 8.238 6.64239C8.33283 6.81143 8.38024 7.00228 8.38024 7.21493C8.38024 7.55301 8.28225 7.85018 8.08627 8.10646C7.89028 8.35729 7.61528 8.55359 7.26124 8.69536C6.91353 8.83714 6.50576 8.90802 6.03793 8.90802ZM5.63965 9.57054V5.85719L6.33191 6.12711V9.57054H5.63965ZM6.53105 6.12711L5.84827 5.85719V2.43012H6.53105V6.12711Z" fill="%232EAB1A"/><path d="M11.201 9.71929V9.07525C10.744 9.8286 10.1309 10.4775 9.39661 10.9706L9.05278 11.1846C7.97184 11.8102 6.72631 12.0855 5.48668 11.9768L5.23874 11.9507C4.00081 11.7906 2.84462 11.2517 1.92542 10.4118L1.74431 10.2403C0.857338 9.3604 0.26421 8.22924 0.042615 7.00271L0.00387409 6.75671C-0.0264869 6.53787 0.126122 6.33584 0.344794 6.3054L0.425182 6.30249C0.61072 6.31428 0.768486 6.45486 0.795157 6.6463L0.829056 6.86034C1.02152 7.92545 1.53678 8.90777 2.30702 9.67184L2.46392 9.82098C3.26214 10.5503 4.26648 11.0176 5.3414 11.1565L5.55642 11.1798C6.63272 11.2742 7.71422 11.0353 8.65278 10.4921L8.96271 10.2975C9.64504 9.83661 10.2072 9.22154 10.6092 8.50482H9.99031C9.76956 8.50478 9.59031 8.3248 9.59031 8.10387C9.59047 7.88307 9.76965 7.70392 9.99031 7.70389L9.99038 7.75351L9.91961 7.76103C9.76034 7.79382 9.64048 7.93493 9.64035 8.10415L9.64746 8.17457C9.67534 8.31156 9.78292 8.41957 9.91961 8.44768L9.99038 8.45479H10.6961C10.2298 9.3186 9.5324 10.0399 8.67753 10.5346L8.4862 10.6403C7.58476 11.1137 6.56645 11.318 5.55254 11.2292L5.33516 11.2056C4.25023 11.0653 3.23667 10.5938 2.43099 9.85779L2.27228 9.70672C1.49483 8.93547 0.974886 7.94413 0.78063 6.86905L0.746172 6.65334C0.719562 6.46153 0.542767 6.32765 0.351289 6.3543L0.282809 6.37126C0.129137 6.42553 0.0294699 6.58192 0.0527695 6.74987C0.234546 8.06013 0.841339 9.27419 1.77968 10.205C2.71802 11.1358 3.93585 11.7318 5.24557 11.9011C6.47359 12.0598 7.71853 11.8352 8.81162 11.2611L9.02773 11.1419C9.95823 10.6034 10.7239 9.82764 11.2505 8.89935V9.71917L11.2571 9.78999C11.2852 9.92704 11.3934 10.0352 11.5303 10.0631L11.6005 10.0698C11.7695 10.0696 11.9112 9.9496 11.9438 9.78999L11.9506 9.71917V8.10415C11.9504 7.93473 11.8303 7.79359 11.6707 7.76103L11.6005 7.75351L11.601 7.70389C11.8215 7.70412 11.9998 7.88319 12 8.10387V9.71929C11.9999 9.94005 11.8215 10.119 11.601 10.1193C11.3802 10.1193 11.201 9.94019 11.201 9.71929ZM8.38024 7.21493C8.38023 7.05546 8.35359 6.90811 8.30024 6.77318L8.238 6.64239C8.16687 6.51561 8.06927 6.40086 7.94479 6.29862L7.81126 6.20072C7.67381 6.10261 7.51342 6.01322 7.32978 5.9335L7.13796 5.85719C6.95459 5.78776 6.75209 5.72701 6.53075 5.67395V3.6721C6.72177 3.70651 6.89925 3.76212 7.0621 3.84512C7.34027 3.98689 7.57418 4.17774 7.76385 4.41766L8.28541 3.9678C8.09738 3.71979 7.85377 3.51745 7.55448 3.36122L7.42246 3.29711C7.16419 3.17596 6.86695 3.09822 6.53075 3.06389L6.53105 2.43012H5.84827L5.84794 3.05421C5.64273 3.07017 5.44683 3.10445 5.26032 3.15807L5.06731 3.22176C4.88152 3.2912 4.71485 3.37909 4.56806 3.48523L4.42906 3.59269C4.29743 3.70517 4.18876 3.83281 4.10339 3.97598C3.99592 4.16683 3.94218 4.37404 3.94218 4.5976L3.95545 4.81491C3.98271 5.0245 4.05124 5.21104 4.16029 5.37462C4.31202 5.58728 4.53329 5.7645 4.8241 5.90627C5.05554 6.01243 5.32774 6.1006 5.63971 6.17369V8.27626C5.45797 8.24838 5.28873 8.20405 5.1322 8.14164L5.01376 8.09011C4.71031 7.94288 4.41633 7.71386 4.13184 7.40306L3.61976 7.89381C3.8916 8.21007 4.23616 8.45817 4.65341 8.63811C4.95836 8.76957 5.28749 8.85201 5.63971 8.88737L5.63965 9.57054H6.33191L6.3322 8.89608C6.67866 8.87211 6.98862 8.80648 7.26124 8.69536C7.57098 8.57133 7.81995 8.40532 8.00872 8.19781L8.08627 8.10646C8.25777 7.8822 8.35436 7.62663 8.37579 7.33974L8.38024 7.21493ZM7.5816 7.3378C7.5816 7.25263 7.56987 7.17383 7.54673 7.10149L7.51961 7.03079C7.47898 6.94068 7.41442 6.85977 7.32494 6.7877L7.32397 6.78673C7.24022 6.7145 7.13042 6.64867 6.99467 6.59013C6.92985 6.56085 6.85833 6.53172 6.78063 6.50491L6.52784 6.4284C6.48089 6.41583 6.43193 6.40417 6.3816 6.39159V8.24527C6.55406 8.22724 6.71578 8.19412 6.86586 8.14164C7.09367 8.06195 7.26875 7.95096 7.39467 7.81139L7.477 7.70389C7.54688 7.59295 7.58157 7.47121 7.5816 7.3378ZM11.601 7.70389L11.6005 7.75351H9.99038L9.99031 7.70389H11.601ZM3.1661 0.694991C4.26799 0.116499 5.52344 -0.110011 6.76126 0.0499828L7.00726 0.0877536C8.23369 0.297854 9.36877 0.880505 10.2557 1.76032C11.2016 2.69877 11.8129 3.92302 11.9961 5.24394L11.999 5.3253C11.9888 5.48417 11.8845 5.62258 11.7346 5.67589L11.6552 5.69526C11.464 5.72173 11.2861 5.60815 11.2242 5.4328L11.2048 5.35435C11.0457 4.20719 10.5145 3.14375 9.69298 2.32882C8.8715 1.51395 7.80515 0.992355 6.6586 0.844137C5.58376 0.705209 4.49386 0.901569 3.53705 1.40392L3.34722 1.50851C2.52511 1.98428 1.85218 2.67319 1.3908 3.49584H2.00969L2.00961 3.54587H1.30387C1.71188 2.79001 2.2966 2.14284 3.0092 1.66153L3.32247 1.46603C4.33299 0.881235 5.50741 0.645483 6.66484 0.795086C7.82227 0.944689 8.89849 1.47135 9.72772 2.29394C10.557 3.11653 11.0932 4.18941 11.2538 5.34732C11.2772 5.51494 11.4154 5.63832 11.5777 5.64877L11.6487 5.64635C11.8164 5.62301 11.9394 5.48432 11.9496 5.32142L11.9472 5.25079C11.7768 4.02238 11.2328 2.87855 10.3923 1.97339L10.2203 1.79565C9.34061 0.923176 8.21487 0.344462 6.99855 0.136178L6.75443 0.0995784C5.44471 -0.0697095 4.11575 0.197063 2.97227 0.858803L2.63148 1.07173C1.85428 1.59366 1.2103 2.28899 0.749504 3.1013V2.28148C0.749446 2.11197 0.629375 1.9701 0.469734 1.93755L0.399471 1.93085C0.206153 1.93085 0.0494376 2.08783 0.0494376 2.28148V3.89651L0.0561743 3.96749C0.0842426 4.10443 0.192523 4.21171 0.329298 4.23963L0.399471 4.24714H2.00961L2.08039 4.23963C2.21686 4.21153 2.32449 4.1042 2.35254 3.96749L2.35965 3.89651C2.35965 3.72714 2.23978 3.58576 2.08039 3.55298L2.00961 3.54587L2.00969 3.49584C2.23044 3.49588 2.40969 3.67586 2.40969 3.89679C2.40953 4.11759 2.23035 4.29673 2.00969 4.29677H0.399031C0.178539 4.29653 0.000150904 4.11747 0 3.89679V2.28136C6.56929e-05 2.06061 0.178487 1.88162 0.399031 1.88138C0.619778 1.88138 0.798966 2.06046 0.799031 2.28136V2.92443C1.32551 2.05667 2.06103 1.32895 2.94722 0.816051L3.1661 0.694991ZM5.84794 5.51899L5.51637 5.4237C5.31406 5.35826 5.15285 5.28738 5.03273 5.21104C4.91893 5.1347 4.83359 5.04746 4.77669 4.94931C4.73407 4.8717 4.70706 4.78496 4.69637 4.689L4.69134 4.58942C4.69137 4.45039 4.72466 4.32314 4.79225 4.20864L4.87152 4.09867C4.99164 3.95145 5.15601 3.83694 5.36464 3.75515C5.51104 3.69944 5.67221 3.66372 5.84794 3.64595V5.51899ZM7.6184 7.47629C7.59355 7.61138 7.53159 7.73422 7.43194 7.84473L7.323 7.94891C7.20453 8.04703 7.05724 8.12691 6.88192 8.18826L6.70218 8.24236C6.58468 8.27161 6.4612 8.2898 6.3322 8.30047V6.32864C6.40484 6.34633 6.47446 6.36298 6.54053 6.38066C6.72387 6.42974 6.88192 6.48426 7.01469 6.54424C7.15377 6.60422 7.26757 6.67238 7.35607 6.74872C7.4509 6.82506 7.52045 6.91231 7.5647 7.01046C7.60896 7.10861 7.63108 7.21766 7.63108 7.33762L7.6184 7.47629ZM4.74092 4.58925C4.74092 4.71851 4.76804 4.83008 4.82034 4.92531C4.87263 5.01512 4.95154 5.09677 5.05956 5.16937L5.15351 5.22361C5.2556 5.27702 5.38132 5.32812 5.53123 5.37663L5.79855 5.45217V3.70212C5.64784 3.72117 5.50881 3.75365 5.38208 3.80188L5.38111 3.80091C5.17967 3.88009 5.024 3.99102 4.91041 4.13019L4.90944 4.13116C4.79705 4.26391 4.74096 4.41579 4.74092 4.58925ZM6.58111 3.02031C6.90325 3.05729 7.19088 3.13355 7.4431 3.25178L7.57676 3.31764C7.88191 3.47687 8.13155 3.68315 8.32446 3.93746L8.35351 3.97523L8.31768 4.00526L7.79661 4.4556L7.7569 4.48853L7.72494 4.44882C7.5398 4.21462 7.31117 4.02764 7.03923 3.88904C6.89791 3.81706 6.74511 3.76471 6.58111 3.73021V5.63521C6.78909 5.68648 6.98072 5.74435 7.15545 5.81051L7.34915 5.88798C7.5356 5.9689 7.6994 6.05963 7.84019 6.16013C8.03488 6.28901 8.18169 6.44148 8.28087 6.61822L8.34673 6.75477C8.40253 6.89592 8.43001 7.04954 8.43002 7.2148C8.43002 7.5632 8.32884 7.87143 8.12591 8.1368C7.9236 8.39569 7.63984 8.5958 7.27942 8.74016L7.28039 8.74113C7.01421 8.84966 6.71419 8.91758 6.3816 8.94451V9.62051H5.59031V8.93192C5.31078 8.90051 5.04562 8.83995 4.79516 8.74791L4.63341 8.68399C4.20995 8.50134 3.85971 8.24809 3.58257 7.92567L3.55157 7.8908L3.58547 7.85787L4.09782 7.36685L4.13462 7.33199L4.16852 7.36976C4.44976 7.67698 4.73879 7.90188 5.03535 8.04576L5.15061 8.09612C5.28682 8.15041 5.43374 8.18857 5.59031 8.21621V6.21436C5.29156 6.14235 5.02943 6.05439 4.80387 5.95094H4.80194C4.50573 5.80648 4.27758 5.62434 4.1201 5.40374L4.11913 5.40181C3.96768 5.17455 3.89255 4.90597 3.89249 4.59797C3.89249 4.36619 3.94842 4.15034 4.06005 3.95199L4.06102 3.95102L4.1569 3.80769C4.22619 3.71631 4.30597 3.632 4.39613 3.55491L4.53947 3.44451C4.74056 3.29915 4.97653 3.18801 5.24649 3.11038L5.45278 3.05905C5.56497 3.0357 5.68037 3.02051 5.79855 3.00966V2.38015H6.58111V3.02031Z" fill="%232EAB1A"/></svg>');
    }

    i.trash::after{
        background-image: url('data:image/svg+xml,<svg width="13" height="14" viewBox="0 0 13 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.99275 0.909091C4.9178 0.909091 4.84592 0.937825 4.79292 0.988971C4.73992 1.04012 4.71014 1.10949 4.71014 1.18182V2.90909H8.28986V1.18182C8.28986 1.10949 8.26008 1.04012 8.20708 0.988971C8.15408 0.937825 8.0822 0.909091 8.00725 0.909091H4.99275ZM9.23188 2.90909V1.18182C9.23188 0.86838 9.10286 0.56778 8.8732 0.346146C8.64353 0.124513 8.33204 0 8.00725 0H4.99275C4.66796 0 4.35647 0.124513 4.1268 0.346146C3.89714 0.56778 3.76812 0.86838 3.76812 1.18182V2.90909H1.23015C1.22683 2.90906 1.22351 2.90906 1.22018 2.90909H0.471014C0.21088 2.90909 0 3.1126 0 3.36364C0 3.61468 0.21088 3.81818 0.471014 3.81818H0.791242L1.50736 12.1111C1.51282 12.6101 1.7206 13.0876 2.08667 13.4408C2.45766 13.7989 2.96084 14 3.48551 14H9.51449C10.0392 14 10.5423 13.7989 10.9133 13.4408C11.2794 13.0876 11.4872 12.6101 11.4926 12.1111L12.2088 3.81818H12.529C12.7891 3.81818 13 3.61468 13 3.36364C13 3.1126 12.7891 2.90909 12.529 2.90909H11.7798C11.7765 2.90906 11.7732 2.90906 11.7699 2.90909H9.23188ZM1.73654 3.81818L2.44765 12.0532C2.44873 12.0657 2.44928 12.0783 2.44928 12.0909C2.44928 12.3561 2.55845 12.6105 2.75278 12.798C2.94711 12.9856 3.21068 13.0909 3.48551 13.0909H9.51449C9.78932 13.0909 10.0529 12.9856 10.2472 12.798C10.4416 12.6105 10.5507 12.3561 10.5507 12.0909C10.5507 12.0783 10.5513 12.0657 10.5524 12.0532L11.2635 3.81818H1.73654ZM4.99275 5.81818C5.25289 5.81818 5.46377 6.02169 5.46377 6.27273V10.6364C5.46377 10.8874 5.25289 11.0909 4.99275 11.0909C4.73262 11.0909 4.52174 10.8874 4.52174 10.6364V6.27273C4.52174 6.02169 4.73262 5.81818 4.99275 5.81818ZM8.00725 5.81818C8.26738 5.81818 8.47826 6.02169 8.47826 6.27273V10.6364C8.47826 10.8874 8.26738 11.0909 8.00725 11.0909C7.74711 11.0909 7.53623 10.8874 7.53623 10.6364V6.27273C7.53623 6.02169 7.74711 5.81818 8.00725 5.81818Z" fill="%23383838"/></svg>');
    }

    button.icon:hover > i.trash::after{
        background-image: url('data:image/svg+xml,<svg width="13" height="14" viewBox="0 0 13 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.99275 0.909091C4.9178 0.909091 4.84592 0.937825 4.79292 0.988971C4.73992 1.04012 4.71014 1.10949 4.71014 1.18182V2.90909H8.28986V1.18182C8.28986 1.10949 8.26008 1.04012 8.20708 0.988971C8.15408 0.937825 8.0822 0.909091 8.00725 0.909091H4.99275ZM9.23188 2.90909V1.18182C9.23188 0.86838 9.10286 0.56778 8.8732 0.346146C8.64353 0.124513 8.33204 0 8.00725 0H4.99275C4.66796 0 4.35647 0.124513 4.1268 0.346146C3.89714 0.56778 3.76812 0.86838 3.76812 1.18182V2.90909H1.23015C1.22683 2.90906 1.22351 2.90906 1.22018 2.90909H0.471014C0.21088 2.90909 0 3.1126 0 3.36364C0 3.61468 0.21088 3.81818 0.471014 3.81818H0.791242L1.50736 12.1111C1.51282 12.6101 1.7206 13.0876 2.08667 13.4408C2.45766 13.7989 2.96084 14 3.48551 14H9.51449C10.0392 14 10.5423 13.7989 10.9133 13.4408C11.2794 13.0876 11.4872 12.6101 11.4926 12.1111L12.2088 3.81818H12.529C12.7891 3.81818 13 3.61468 13 3.36364C13 3.1126 12.7891 2.90909 12.529 2.90909H11.7798C11.7765 2.90906 11.7732 2.90906 11.7699 2.90909H9.23188ZM1.73654 3.81818L2.44765 12.0532C2.44873 12.0657 2.44928 12.0783 2.44928 12.0909C2.44928 12.3561 2.55845 12.6105 2.75278 12.798C2.94711 12.9856 3.21068 13.0909 3.48551 13.0909H9.51449C9.78932 13.0909 10.0529 12.9856 10.2472 12.798C10.4416 12.6105 10.5507 12.3561 10.5507 12.0909C10.5507 12.0783 10.5513 12.0657 10.5524 12.0532L11.2635 3.81818H1.73654ZM4.99275 5.81818C5.25289 5.81818 5.46377 6.02169 5.46377 6.27273V10.6364C5.46377 10.8874 5.25289 11.0909 4.99275 11.0909C4.73262 11.0909 4.52174 10.8874 4.52174 10.6364V6.27273C4.52174 6.02169 4.73262 5.81818 4.99275 5.81818ZM8.00725 5.81818C8.26738 5.81818 8.47826 6.02169 8.47826 6.27273V10.6364C8.47826 10.8874 8.26738 11.0909 8.00725 11.0909C7.74711 11.0909 7.53623 10.8874 7.53623 10.6364V6.27273C7.53623 6.02169 7.74711 5.81818 8.00725 5.81818Z" fill="%23383838"/></svg>');
    }

    i.trash_white::after{
        background-image: url('data:image/svg+xml,<svg width="13" height="14" viewBox="0 0 13 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.99275 0.909091C4.9178 0.909091 4.84592 0.937825 4.79292 0.988971C4.73992 1.04012 4.71014 1.10949 4.71014 1.18182V2.90909H8.28986V1.18182C8.28986 1.10949 8.26008 1.04012 8.20708 0.988971C8.15408 0.937825 8.0822 0.909091 8.00725 0.909091H4.99275ZM9.23188 2.90909V1.18182C9.23188 0.86838 9.10286 0.56778 8.8732 0.346146C8.64353 0.124513 8.33204 0 8.00725 0H4.99275C4.66796 0 4.35647 0.124513 4.1268 0.346146C3.89714 0.56778 3.76812 0.86838 3.76812 1.18182V2.90909H1.23015C1.22683 2.90906 1.22351 2.90906 1.22018 2.90909H0.471014C0.21088 2.90909 0 3.1126 0 3.36364C0 3.61468 0.21088 3.81818 0.471014 3.81818H0.791242L1.50736 12.1111C1.51282 12.6101 1.7206 13.0876 2.08667 13.4408C2.45766 13.7989 2.96084 14 3.48551 14H9.51449C10.0392 14 10.5423 13.7989 10.9133 13.4408C11.2794 13.0876 11.4872 12.6101 11.4926 12.1111L12.2088 3.81818H12.529C12.7891 3.81818 13 3.61468 13 3.36364C13 3.1126 12.7891 2.90909 12.529 2.90909H11.7798C11.7765 2.90906 11.7732 2.90906 11.7699 2.90909H9.23188ZM1.73654 3.81818L2.44765 12.0532C2.44873 12.0657 2.44928 12.0783 2.44928 12.0909C2.44928 12.3561 2.55845 12.6105 2.75278 12.798C2.94711 12.9856 3.21068 13.0909 3.48551 13.0909H9.51449C9.78932 13.0909 10.0529 12.9856 10.2472 12.798C10.4416 12.6105 10.5507 12.3561 10.5507 12.0909C10.5507 12.0783 10.5513 12.0657 10.5524 12.0532L11.2635 3.81818H1.73654ZM4.99275 5.81818C5.25289 5.81818 5.46377 6.02169 5.46377 6.27273V10.6364C5.46377 10.8874 5.25289 11.0909 4.99275 11.0909C4.73262 11.0909 4.52174 10.8874 4.52174 10.6364V6.27273C4.52174 6.02169 4.73262 5.81818 4.99275 5.81818ZM8.00725 5.81818C8.26738 5.81818 8.47826 6.02169 8.47826 6.27273V10.6364C8.47826 10.8874 8.26738 11.0909 8.00725 11.0909C7.74711 11.0909 7.53623 10.8874 7.53623 10.6364V6.27273C7.53623 6.02169 7.74711 5.81818 8.00725 5.81818Z" fill="%23FFFFFF"/></svg>');
    }

    i.info_icon::after{
        background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_11755_12006)"><path d="M7 0C5.61553 0 4.26216 0.410543 3.11101 1.17971C1.95987 1.94888 1.06266 3.04213 0.532846 4.32122C0.003033 5.6003 -0.13559 7.00777 0.134506 8.36563C0.404603 9.7235 1.07129 10.9708 2.05026 11.9497C3.02922 12.9287 4.2765 13.5954 5.63437 13.8655C6.99224 14.1356 8.3997 13.997 9.67879 13.4672C10.9579 12.9373 12.0511 12.0401 12.8203 10.889C13.5895 9.73785 14 8.38447 14 7C13.998 5.1441 13.2599 3.36479 11.9475 2.05247C10.6352 0.74015 8.8559 0.0020073 7 0ZM7 12.8333C5.84628 12.8333 4.71846 12.4912 3.75918 11.8502C2.79989 11.2093 2.05222 10.2982 1.61071 9.23232C1.16919 8.16642 1.05368 6.99353 1.27876 5.86197C1.50384 4.73042 2.05941 3.69102 2.87521 2.87521C3.69102 2.0594 4.73042 1.50383 5.86198 1.27875C6.99353 1.05367 8.16642 1.16919 9.23232 1.6107C10.2982 2.05221 11.2093 2.79989 11.8502 3.75917C12.4912 4.71846 12.8333 5.84628 12.8333 7C12.8316 8.54658 12.2165 10.0293 11.1229 11.1229C10.0293 12.2165 8.54658 12.8316 7 12.8333Z" fill="%23DE0106"/><path d="M6.99984 2.91699C6.84513 2.91699 6.69675 2.97845 6.58736 3.08785C6.47796 3.19724 6.4165 3.34562 6.4165 3.50033V8.16699C6.4165 8.3217 6.47796 8.47008 6.58736 8.57947C6.69675 8.68887 6.84513 8.75033 6.99984 8.75033C7.15455 8.75033 7.30292 8.68887 7.41232 8.57947C7.52171 8.47008 7.58317 8.3217 7.58317 8.16699V3.50033C7.58317 3.34562 7.52171 3.19724 7.41232 3.08785C7.30292 2.97845 7.15455 2.91699 6.99984 2.91699Z" fill="%23DE0106"/><path d="M7.58317 10.5003C7.58317 10.1782 7.322 9.91699 6.99984 9.91699C6.67767 9.91699 6.4165 10.1782 6.4165 10.5003C6.4165 10.8225 6.67767 11.0837 6.99984 11.0837C7.322 11.0837 7.58317 10.8225 7.58317 10.5003Z" fill="%23DE0106"/></g><defs><clipPath id="clip0_11755_12006"><rect width="14" height="14" fill="white"/></clipPath></defs></svg>');
    }

    i.save::after{
        background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.5 1.75C2.30109 1.75 2.11032 1.82902 1.96967 1.96967C1.82902 2.11032 1.75 2.30109 1.75 2.5V11.5C1.75 11.6989 1.82902 11.8897 1.96967 12.0303C2.11032 12.171 2.30109 12.25 2.5 12.25H11.5C11.6989 12.25 11.8897 12.171 12.0303 12.0303C12.171 11.8897 12.25 11.6989 12.25 11.5V4.31066L9.68934 1.75H9.25V4C9.25 4.41421 8.91421 4.75 8.5 4.75H4C3.58579 4.75 3.25 4.41421 3.25 4V1.75H2.5ZM2.5 0.25C1.90326 0.25 1.33097 0.487053 0.90901 0.90901C0.487053 1.33097 0.25 1.90326 0.25 2.5V11.5C0.25 12.0967 0.487053 12.669 0.90901 13.091C1.33097 13.5129 1.90326 13.75 2.5 13.75H11.5C12.0967 13.75 12.669 13.5129 13.091 13.091C13.5129 12.669 13.75 12.0967 13.75 11.5V4C13.75 3.80109 13.671 3.61032 13.5303 3.46967L10.5303 0.46967C10.3897 0.329018 10.1989 0.25 10 0.25H2.5ZM4.75 1.75V3.25H7.75V1.75H4.75ZM5.40901 6.90901C5.83097 6.48705 6.40326 6.25 7 6.25C7.59674 6.25 8.16903 6.48705 8.59099 6.90901C9.01295 7.33097 9.25 7.90326 9.25 8.5C9.25 9.09674 9.01295 9.66903 8.59099 10.091C8.16903 10.5129 7.59674 10.75 7 10.75C6.40326 10.75 5.83097 10.5129 5.40901 10.091C4.98705 9.66903 4.75 9.09674 4.75 8.5C4.75 7.90326 4.98705 7.33097 5.40901 6.90901ZM7 7.75C6.80109 7.75 6.61032 7.82902 6.46967 7.96967C6.32902 8.11032 6.25 8.30109 6.25 8.5C6.25 8.69891 6.32902 8.88968 6.46967 9.03033C6.61032 9.17098 6.80109 9.25 7 9.25C7.19891 9.25 7.38968 9.17098 7.53033 9.03033C7.67098 8.88968 7.75 8.69891 7.75 8.5C7.75 8.30109 7.67098 8.11032 7.53033 7.96967C7.38968 7.82902 7.19891 7.75 7 7.75Z" fill="white"/></svg>');
    }

    i.search::after{
        background-image: url('data:image/svg+xml,<svg width="14" height="13" viewBox="0 0 14 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.37305 0.607666C9.39045 0.607891 11.8456 3.04556 11.8457 6.04517C11.8477 7.35393 11.3693 8.61642 10.5049 9.60083L12.9688 12.0559C13.0668 12.1512 13.107 12.2664 13.0986 12.3792C13.0905 12.489 13.0373 12.5889 12.9629 12.6624C12.8884 12.7359 12.7874 12.7883 12.6768 12.7961C12.5635 12.8042 12.4472 12.7651 12.3496 12.6682L9.88184 10.217C8.92903 11.0074 7.70065 11.4835 6.37305 11.4836C3.35538 11.4836 0.900391 9.04501 0.900391 6.04517C0.900512 3.04542 3.35546 0.607666 6.37305 0.607666ZM6.37207 1.47778C3.8416 1.47778 1.77454 3.52603 1.77441 6.04517C1.77441 8.56441 3.84152 10.6125 6.37207 10.6125C8.90922 10.6125 10.9697 8.56446 10.9697 6.04517C10.9696 3.52597 8.90914 1.47785 6.37207 1.47778Z" fill="%23A0A0A0" stroke="%23A0A0A0" stroke-width="0.2"/></svg>');
    }

    i.open_popup::after{
        background-image: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.63636 0.779221C1.16583 0.779221 0.779221 1.16583 0.779221 1.63636V7.86961C0.779659 8.02092 0.819998 8.16943 0.89617 8.30018C0.972412 8.43104 1.08185 8.53945 1.21343 8.61446C1.40036 8.72103 1.46551 8.95896 1.35894 9.14589C1.25237 9.33283 1.01444 9.39797 0.82751 9.29141C0.576756 9.14846 0.368187 8.94184 0.222885 8.69244C0.0775824 8.44304 0.000697124 8.15971 1.11468e-06 7.87107L0 7.87013V1.63636C0 0.735473 0.735473 0 1.63636 0H7.87013C8.17691 0 8.43961 0.08087 8.66191 0.242233C8.87577 0.397471 9.02604 0.608465 9.1457 0.823634C9.25027 1.01169 9.1826 1.24891 8.99455 1.35349C8.80649 1.45807 8.56927 1.39039 8.46469 1.20234C8.37115 1.03413 8.28766 0.933438 8.20417 0.872832C8.12911 0.818351 8.03088 0.779221 7.87013 0.779221H1.63636ZM4.54566 3.27273C4.20806 3.27273 3.88428 3.40684 3.64556 3.64556C3.40684 3.88428 3.27273 4.20806 3.27273 4.54566V9.94784C3.27273 10.115 3.30565 10.2805 3.36962 10.435C3.43359 10.5894 3.52736 10.7297 3.64556 10.8479C3.76376 10.9661 3.90409 11.0599 4.05853 11.1239C4.21297 11.1879 4.3785 11.2208 4.54566 11.2208H9.94784C10.115 11.2208 10.2805 11.1879 10.435 11.1239C10.5894 11.0599 10.7297 10.9661 10.8479 10.8479C10.9661 10.7297 11.0599 10.5894 11.1239 10.435C11.1879 10.2805 11.2208 10.115 11.2208 9.94784V4.54566C11.2208 4.3785 11.1879 4.21297 11.1239 4.05853C11.0599 3.90409 10.9661 3.76376 10.8479 3.64556C10.7297 3.52736 10.5894 3.43359 10.435 3.36962C10.2805 3.30565 10.115 3.27273 9.94784 3.27273H4.54566ZM3.09457 3.09457C3.47942 2.70971 4.0014 2.49351 4.54566 2.49351H9.94784C10.2173 2.49351 10.4842 2.54659 10.7332 2.64972C10.9821 2.75285 11.2084 2.90401 11.3989 3.09457C11.5895 3.28513 11.7407 3.51136 11.8438 3.76034C11.9469 4.00932 12 4.27617 12 4.54566V9.94784C12 10.2173 11.9469 10.4842 11.8438 10.7332C11.7407 10.9822 11.5895 11.2084 11.3989 11.3989C11.2084 11.5895 10.9822 11.7407 10.7332 11.8438C10.4842 11.9469 10.2173 12 9.94784 12H4.54566C4.27617 12 4.00932 11.9469 3.76034 11.8438C3.51136 11.7407 3.28513 11.5895 3.09457 11.3989C2.90401 11.2084 2.75285 10.9821 2.64972 10.7332C2.54659 10.4842 2.49351 10.2173 2.49351 9.94784V4.54566C2.49351 4.0014 2.70971 3.47942 3.09457 3.09457Z" fill="%23A0A0A0"/></svg>');
    }

    i.pick_color::after{
        background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.75923 9.54995C8.75923 11.9125 6.84336 13.817 4.47525 13.817C3.9114 13.8179 3.35292 13.7081 2.83183 13.494C2.31073 13.2799 1.83726 12.9656 1.43856 12.5692C1.03986 12.1728 0.723773 11.7021 0.508421 11.1839C0.293069 10.6658 0.182686 10.1106 0.183599 9.54995C0.183599 7.19542 2.09984 5.29053 4.47525 5.29053C5.03792 5.29019 5.59515 5.40014 6.11506 5.61408C6.63496 5.82801 7.10736 6.14175 7.50523 6.53734C7.9031 6.93293 8.21865 7.40262 8.43382 7.91954C8.64899 8.43647 8.75957 8.9905 8.75923 9.54995Z" fill="%2356D741"/><path d="M13.8186 9.54995C13.8186 11.9125 11.8951 13.817 9.527 13.817C7.15889 13.817 5.23535 11.9121 5.23535 9.54995C5.23535 7.19542 7.15889 5.29053 9.527 5.29053C11.8951 5.29053 13.8186 7.19578 13.8186 9.54995Z" fill="%23FDE047"/><path d="M11.274 6.11585C11.8192 3.82243 10.3914 1.52376 8.08472 0.981621C5.77808 0.439481 3.46615 1.85917 2.92089 4.15258C2.37562 6.446 3.8035 8.74467 6.11014 9.28681C8.41678 9.82895 10.7287 8.40926 11.274 6.11585Z" fill="%23F87171"/></svg>');
    }

    i.open_popup_arrow::after{
        background-image: url('data:image/svg+xml,<svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.91429 0.471429C6.91429 0.211066 7.12535 0 7.38571 0H10.5286C10.7889 0 11 0.211066 11 0.471429V3.61429C11 3.87465 10.7889 4.08571 10.5286 4.08571C10.2682 4.08571 10.0571 3.87465 10.0571 3.61429V1.60956L5.20478 6.46192C5.02068 6.64603 4.72218 6.64603 4.53808 6.46192C4.35397 6.27782 4.35397 5.97933 4.53808 5.79522L9.39044 0.942857H7.38571C7.12535 0.942857 6.91429 0.731791 6.91429 0.471429ZM0.506287 1.76343C0.830457 1.43926 1.27013 1.25714 1.72857 1.25714H5.5C5.76036 1.25714 5.97143 1.46821 5.97143 1.72857C5.97143 1.98893 5.76036 2.2 5.5 2.2H1.72857C1.52019 2.2 1.32034 2.28278 1.17299 2.43013C1.02564 2.57748 0.942857 2.77733 0.942857 2.98571V9.27143C0.942857 9.47981 1.02564 9.67966 1.17299 9.82701C1.32034 9.97436 1.52019 10.0571 1.72857 10.0571H8.01429C8.22267 10.0571 8.42252 9.97436 8.56987 9.82701C8.71722 9.67966 8.8 9.47981 8.8 9.27143V5.5C8.8 5.23964 9.01107 5.02857 9.27143 5.02857C9.53179 5.02857 9.74286 5.23964 9.74286 5.5V9.27143C9.74286 9.72988 9.56074 10.1695 9.23657 10.4937C8.9124 10.8179 8.47273 11 8.01429 11H1.72857C1.27013 11 0.830457 10.8179 0.506287 10.4937C0.182117 10.1695 0 9.72987 0 9.27143V2.98571C0 2.52727 0.182117 2.0876 0.506287 1.76343Z" fill="%23A0A0A0"/></svg>');
    }

    i.edit::after{
        background-image: url('data:image/svg+xml,<svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.19617 0.480955C8.50419 0.173003 8.92192 0 9.35748 0C9.7931 0 10.2109 0.173051 10.5189 0.481083C10.827 0.789116 11 1.2069 11 1.64252C11 2.07811 10.827 2.49586 10.519 2.80388C10.519 2.80391 10.519 2.80386 10.519 2.80388L9.74011 3.58555C9.72472 3.61094 9.70606 3.6349 9.68413 3.65683C9.66253 3.67843 9.63896 3.69685 9.614 3.71211L5.46545 7.87551C5.39476 7.94645 5.29874 7.98632 5.1986 7.98632H3.39039C3.18234 7.98632 3.01368 7.81766 3.01368 7.60961V5.8014C3.01368 5.70126 3.05356 5.60524 3.12449 5.53455L7.28789 1.386C7.30314 1.36104 7.32157 1.33747 7.34317 1.31587C7.3651 1.29394 7.38906 1.27528 7.41445 1.25989L8.19617 0.480955C8.19621 0.480913 8.19613 0.480998 8.19617 0.480955ZM7.6166 2.12205L3.7671 5.95783V7.2329H5.04217L8.87795 3.3834L7.6166 2.12205ZM9.40974 2.8497L8.1503 1.59026L8.72879 1.01383C8.89553 0.847093 9.12168 0.75342 9.35748 0.75342C9.59328 0.75342 9.81943 0.847093 9.98617 1.01383C10.1529 1.18057 10.2466 1.40672 10.2466 1.64252C10.2466 1.87833 10.1529 2.10447 9.98617 2.27121L9.40974 2.8497ZM0.463411 2.87442C0.760127 2.5777 1.16256 2.41101 1.58218 2.41101H2.18492C2.39297 2.41101 2.56163 2.57967 2.56163 2.78772C2.56163 2.99577 2.39297 3.16443 2.18492 3.16443H1.58218C1.36238 3.16443 1.15158 3.25175 0.996159 3.40717C0.840736 3.56259 0.75342 3.77339 0.75342 3.99319V9.41782C0.75342 9.63762 0.840736 9.84842 0.996159 10.0038C1.15158 10.1593 1.36238 10.2466 1.58218 10.2466H7.00681C7.22661 10.2466 7.43741 10.1593 7.59283 10.0038C7.74826 9.84842 7.83557 9.63762 7.83557 9.41782V8.81508C7.83557 8.60703 8.00423 8.43837 8.21228 8.43837C8.42033 8.43837 8.58899 8.60703 8.58899 8.81508V9.41782C8.58899 9.83744 8.4223 10.2399 8.12558 10.5366C7.82886 10.8333 7.42643 11 7.00681 11H1.58218C1.16256 11 0.760127 10.8333 0.463411 10.5366C0.166694 10.2399 0 9.83744 0 9.41782V3.99319C0 3.57357 0.166694 3.17114 0.463411 2.87442Z" fill="%23383838"/></svg>');
    }

    i.green_lock::after{
        background-image: url('data:image/svg+xml,<svg width="11" height="14" viewBox="0 0 11 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.93548 7.71795C9.93548 7.47993 9.84196 7.25174 9.67559 7.08343C9.50923 6.91513 9.28366 6.82051 9.04839 6.82051H1.95161C1.71634 6.82051 1.49077 6.91513 1.32441 7.08343C1.15804 7.25174 1.06452 7.47993 1.06452 7.71795V12.0256L1.06867 12.1147C1.0889 12.32 1.17892 12.513 1.32441 12.6602C1.49077 12.8285 1.71634 12.9231 1.95161 12.9231H9.04839C9.28366 12.9231 9.50923 12.8285 9.67559 12.6602C9.84196 12.4919 9.93548 12.2637 9.93548 12.0256V7.71795ZM11 12.0256C11 12.5493 10.7942 13.0513 10.4282 13.4216C10.0622 13.7918 9.56599 14 9.04839 14H1.95161C1.43401 14 0.93776 13.7918 0.571762 13.4216C0.251463 13.0975 0.0540217 12.6726 0.00970262 12.2206L0 12.0256V7.71795C0 7.19432 0.205763 6.69228 0.571762 6.32202C0.93776 5.95175 1.43401 5.74359 1.95161 5.74359H9.04839C9.56599 5.74359 10.0622 5.95175 10.4282 6.32202C10.7942 6.69228 11 7.19432 11 7.71795V12.0256Z" fill="%232EAB1A"/><path d="M7.80645 6.28205V3.41026C7.80645 2.79142 7.56328 2.1981 7.13073 1.76052C6.72522 1.35028 6.18443 1.10833 5.61435 1.07973L5.5 1.07692C4.88829 1.07692 4.30181 1.32293 3.86927 1.76052C3.43672 2.1981 3.19355 2.79142 3.19355 3.41026V6.28205C3.19355 6.57944 2.95525 6.82051 2.66129 6.82051C2.36733 6.82051 2.12903 6.57944 2.12903 6.28205V3.41026C2.12903 2.5058 2.48444 1.63865 3.11662 0.999099C3.7488 0.359551 4.60596 0 5.5 0L5.66702 0.00420673C6.50025 0.0459913 7.29068 0.399491 7.88338 0.999099C8.51556 1.63865 8.87097 2.5058 8.87097 3.41026V6.28205C8.87097 6.57944 8.63267 6.82051 8.33871 6.82051C8.04475 6.82051 7.80645 6.57944 7.80645 6.28205Z" fill="%232EAB1A"/><path d="M6.91935 9.87179C6.91935 10.6648 6.28389 11.3077 5.5 11.3077C4.71611 11.3077 4.08065 10.6648 4.08065 9.87179C4.08065 9.07877 4.71611 8.4359 5.5 8.4359C6.28389 8.4359 6.91935 9.07877 6.91935 9.87179Z" fill="%232EAB1A"/></svg>');
    }

    i.plus::after{
        background-image: url('data:image/svg+xml,<svg width="9" height="9" viewBox="0 0 9 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4 4H0.5C0.224 4 0 4.224 0 4.5C0 4.776 0.224 5 0.5 5H4V8.5C4 8.776 4.224 9 4.5 9C4.776 9 5 8.776 5 8.5V5H8.5C8.776 5 9 4.776 9 4.5C9 4.224 8.776 4 8.5 4H5V0.5C5 0.224 4.776 0 4.5 0C4.224 0 4 0.224 4 0.5V4Z" fill="%230A5BB8"/></svg>');
    }

    i.plus_dark::after{
        background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 1V13M1 7H13" stroke="%23383838" stroke-linecap="round"/></svg>');
    }

    i.eye_open::after{
        background-image: url('data:image/svg+xml,<svg width="11" height="8" viewBox="0 0 11 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.775977 4C2.0829 6.20655 3.65875 7.24528 5.5 7.24528C7.34125 7.24528 8.9171 6.20655 10.224 4C8.9171 1.79345 7.34125 0.754717 5.5 0.754717C3.65875 0.754717 2.0829 1.79345 0.775977 4ZM0.0508954 3.80585C1.46507 1.31548 3.28016 0 5.5 0C7.71984 0 9.53493 1.31548 10.9491 3.80585C11.017 3.92535 11.017 4.07465 10.9491 4.19415C9.53493 6.68452 7.71984 8 5.5 8C3.28016 8 1.46507 6.68452 0.0508954 4.19415C-0.0169651 4.07465 -0.0169651 3.92535 0.0508954 3.80585ZM4.43934 2.8793C4.72064 2.58208 5.10218 2.41509 5.5 2.41509C5.89783 2.41509 6.27936 2.58208 6.56066 2.8793C6.84196 3.17653 7 3.57966 7 4C7 4.42034 6.84196 4.82347 6.56066 5.1207C6.27936 5.41792 5.89783 5.58491 5.5 5.58491C5.10218 5.58491 4.72064 5.41792 4.43934 5.1207C4.15804 4.82347 4 4.42034 4 4C4 3.57966 4.15804 3.17653 4.43934 2.8793ZM5.5 3.16981C5.29162 3.16981 5.09177 3.25728 4.94442 3.41297C4.79707 3.56866 4.71429 3.77982 4.71429 4C4.71429 4.22018 4.79707 4.43134 4.94442 4.58703C5.09177 4.74272 5.29162 4.83019 5.5 4.83019C5.70838 4.83019 5.90823 4.74272 6.05558 4.58703C6.20293 4.43134 6.28571 4.22018 6.28571 4C6.28571 3.77982 6.20293 3.56866 6.05558 3.41297C5.90823 3.25728 5.70838 3.16981 5.5 3.16981Z" fill="%23383838"/></svg>');
    }

    i.pdf::after{
        background-image: url('data:image/svg+xml,<svg width="13" height="15" viewBox="0 0 13 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.2 3.6039V0.487013C7.2 0.218043 7.42386 0 7.7 0C7.97614 0 8.2 0.218043 8.2 0.487013V3.6039C8.2 3.68139 8.23124 3.75608 8.2875 3.81088C8.34376 3.86568 8.42044 3.8961 8.5 3.8961H11.7C11.9761 3.8961 12.2 4.11415 12.2 4.38312C12.2 4.65209 11.9761 4.87013 11.7 4.87013H8.5C8.15522 4.87013 7.82427 4.73701 7.58047 4.49954C7.33667 4.26208 7.2 3.93972 7.2 3.6039Z" fill="%23383838"></path><path d="M0 7.5V2.04545C0 1.50297 0.221017 0.982471 0.614844 0.598874C1.00867 0.215277 1.54305 0 2.1 0H7.7C7.83261 0 7.96014 0.0509665 8.05391 0.142299L12.0539 4.0384C12.1477 4.12974 12.2 4.25395 12.2 4.38312V7.5C12.2 7.76897 11.9761 7.98701 11.7 7.98701C11.4239 7.98701 11.2 7.76897 11.2 7.5V4.58553L7.49219 0.974026H2.1C1.80826 0.974026 1.52816 1.08661 1.32187 1.28754C1.11559 1.48847 1 1.76129 1 2.04545V7.5C1 7.76897 0.776142 7.98701 0.5 7.98701C0.223858 7.98701 0 7.76897 0 7.5Z" fill="%23383838"></path><path d="M2.4 11.0065C2.4 10.8257 2.32659 10.6519 2.19531 10.524C2.08052 10.4122 1.92966 10.3433 1.76953 10.3277L1.7 10.3247H1V11.6883H1.7C1.88565 11.6883 2.06404 11.6168 2.19531 11.4889C2.32659 11.3611 2.4 11.1873 2.4 11.0065ZM3.4 11.0065C3.4 11.4457 3.22116 11.8671 2.90234 12.1776C2.58353 12.4881 2.15087 12.6623 1.7 12.6623H1V14.513C1 14.782 0.776142 15 0.5 15C0.223858 15 0 14.782 0 14.513V9.83766L0.0101563 9.7395C0.0567843 9.51758 0.25838 9.35065 0.5 9.35065H1.7L1.86797 9.35902C2.25715 9.39665 2.62338 9.56366 2.90234 9.83538C3.22116 10.1459 3.4 10.5673 3.4 11.0065Z" fill="%23383838"></path><path d="M11.7 11.6883C11.9761 11.6883 12.2 11.9064 12.2 12.1753C12.2 12.4443 11.9761 12.6623 11.7 12.6623H10.1C9.82386 12.6623 9.6 12.4443 9.6 12.1753C9.6 11.9064 9.82386 11.6883 10.1 11.6883H11.7Z" fill="%23383838"></path><path d="M9.6 14.513V9.83766L9.61016 9.7395C9.65678 9.51758 9.85838 9.35065 10.1 9.35065H12.5C12.7761 9.35065 13 9.56869 13 9.83766C13 10.1066 12.7761 10.3247 12.5 10.3247H10.6V14.513C10.6 14.782 10.3761 15 10.1 15C9.82386 15 9.6 14.782 9.6 14.513Z" fill="%23383838"></path><path d="M7.2 11.3961C7.2 11.1119 7.08442 10.8391 6.87813 10.6382C6.67183 10.4373 6.39174 10.3247 6.1 10.3247H5.8V14.026H6.1C6.39174 14.026 6.67183 13.9134 6.87813 13.7125C7.08442 13.5115 7.2 13.2387 7.2 12.9545V11.3961ZM8.2 12.9545C8.2 13.497 7.97898 14.0175 7.58516 14.4011C7.19133 14.7847 6.65696 15 6.1 15H5.3C5.02386 15 4.8 14.782 4.8 14.513V9.83766L4.81016 9.7395C4.85678 9.51758 5.05838 9.35065 5.3 9.35065H6.1C6.65696 9.35065 7.19133 9.56593 7.58516 9.94952C7.97898 10.3331 8.2 10.8536 8.2 11.3961V12.9545Z" fill="%23383838"></path></svg>');
    }

    button.icon:active > i.pdf::after,
    button.icon.active > i.pdf::after{
        background-image: url('data:image/svg+xml,<svg width="13" height="15" viewBox="0 0 13 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.2 3.6039V0.487013C7.2 0.218043 7.42386 0 7.7 0C7.97614 0 8.2 0.218043 8.2 0.487013V3.6039C8.2 3.68139 8.23124 3.75608 8.2875 3.81088C8.34376 3.86568 8.42044 3.8961 8.5 3.8961H11.7C11.9761 3.8961 12.2 4.11415 12.2 4.38312C12.2 4.65209 11.9761 4.87013 11.7 4.87013H8.5C8.15522 4.87013 7.82427 4.73701 7.58047 4.49954C7.33667 4.26208 7.2 3.93972 7.2 3.6039Z" fill="%23383838"></path><path d="M0 7.5V2.04545C0 1.50297 0.221017 0.982471 0.614844 0.598874C1.00867 0.215277 1.54305 0 2.1 0H7.7C7.83261 0 7.96014 0.0509665 8.05391 0.142299L12.0539 4.0384C12.1477 4.12974 12.2 4.25395 12.2 4.38312V7.5C12.2 7.76897 11.9761 7.98701 11.7 7.98701C11.4239 7.98701 11.2 7.76897 11.2 7.5V4.58553L7.49219 0.974026H2.1C1.80826 0.974026 1.52816 1.08661 1.32187 1.28754C1.11559 1.48847 1 1.76129 1 2.04545V7.5C1 7.76897 0.776142 7.98701 0.5 7.98701C0.223858 7.98701 0 7.76897 0 7.5Z" fill="%23383838"></path><path d="M2.4 11.0065C2.4 10.8257 2.32659 10.6519 2.19531 10.524C2.08052 10.4122 1.92966 10.3433 1.76953 10.3277L1.7 10.3247H1V11.6883H1.7C1.88565 11.6883 2.06404 11.6168 2.19531 11.4889C2.32659 11.3611 2.4 11.1873 2.4 11.0065ZM3.4 11.0065C3.4 11.4457 3.22116 11.8671 2.90234 12.1776C2.58353 12.4881 2.15087 12.6623 1.7 12.6623H1V14.513C1 14.782 0.776142 15 0.5 15C0.223858 15 0 14.782 0 14.513V9.83766L0.0101563 9.7395C0.0567843 9.51758 0.25838 9.35065 0.5 9.35065H1.7L1.86797 9.35902C2.25715 9.39665 2.62338 9.56366 2.90234 9.83538C3.22116 10.1459 3.4 10.5673 3.4 11.0065Z" fill="%23383838"></path><path d="M11.7 11.6883C11.9761 11.6883 12.2 11.9064 12.2 12.1753C12.2 12.4443 11.9761 12.6623 11.7 12.6623H10.1C9.82386 12.6623 9.6 12.4443 9.6 12.1753C9.6 11.9064 9.82386 11.6883 10.1 11.6883H11.7Z" fill="%23383838"></path><path d="M9.6 14.513V9.83766L9.61016 9.7395C9.65678 9.51758 9.85838 9.35065 10.1 9.35065H12.5C12.7761 9.35065 13 9.56869 13 9.83766C13 10.1066 12.7761 10.3247 12.5 10.3247H10.6V14.513C10.6 14.782 10.3761 15 10.1 15C9.82386 15 9.6 14.782 9.6 14.513Z" fill="%23383838"></path><path d="M7.2 11.3961C7.2 11.1119 7.08442 10.8391 6.87813 10.6382C6.67183 10.4373 6.39174 10.3247 6.1 10.3247H5.8V14.026H6.1C6.39174 14.026 6.67183 13.9134 6.87813 13.7125C7.08442 13.5115 7.2 13.2387 7.2 12.9545V11.3961ZM8.2 12.9545C8.2 13.497 7.97898 14.0175 7.58516 14.4011C7.19133 14.7847 6.65696 15 6.1 15H5.3C5.02386 15 4.8 14.782 4.8 14.513V9.83766L4.81016 9.7395C4.85678 9.51758 5.05838 9.35065 5.3 9.35065H6.1C6.65696 9.35065 7.19133 9.56593 7.58516 9.94952C7.97898 10.3331 8.2 10.8536 8.2 11.3961V12.9545Z" fill="%23383838"></path></svg>');
    }

    i.up_circle_arrow::after{
       background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath fill='%23383838' d='M13 20h-2V8l-5.5 5.5l-1.42-1.42L12 4.16l7.92 7.92l-1.42 1.42L13 8z'/%3E%3C/svg%3E");

    }
    
    i.down_circle_arrow::after{
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath fill='%23383838' d='M11 4h2v12l5.5-5.5l1.42 1.42L12 19.84l-7.92-7.92L5.5 10.5L11 16z'/%3E%3C/svg%3E");
    }

    i.excel::after{
        background-image: url('data:image/svg+xml,<svg width="14" height="17" viewBox="0 0 14 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.9635 1.05957H10.6992V3.03932C10.6993 3.133 10.7365 3.22284 10.8027 3.28908C10.869 3.35532 10.9588 3.39256 11.0525 3.39259H12.9418V3.1029L12.5377 2.68604H11.4058V1.516L10.9635 1.05957Z" fill="%23383838"></path><path d="M9.34691 12.046V7.38159C9.34692 7.3352 9.33778 7.28926 9.32003 7.2464C9.30228 7.20354 9.27626 7.16459 9.24345 7.13178C9.21065 7.09898 9.1717 7.07296 9.12884 7.05521C9.08597 7.03745 9.04003 7.02832 8.99364 7.02832H0.353274C0.30688 7.02832 0.26094 7.03745 0.218078 7.05521C0.175215 7.07296 0.136269 7.09898 0.103464 7.13178C0.0706584 7.16459 0.0446366 7.20354 0.0268842 7.2464C0.00913177 7.28926 -3.52529e-06 7.3352 1.0205e-09 7.38159V12.046C-3.52529e-06 12.0924 0.00913177 12.1384 0.0268842 12.1812C0.0446366 12.2241 0.0706584 12.2631 0.103464 12.2959C0.136269 12.3287 0.175215 12.3547 0.218078 12.3724C0.26094 12.3902 0.30688 12.3993 0.353274 12.3993H8.99364C9.04003 12.3993 9.08597 12.3902 9.12884 12.3724C9.1717 12.3547 9.21065 12.3287 9.24345 12.2959C9.27626 12.2631 9.30228 12.2241 9.32003 12.1812C9.33778 12.1384 9.34692 12.0924 9.34691 12.046ZM8.64037 11.6928H0.706547V7.73487H8.64037V11.6928Z" fill="%23383838"></path><path d="M13.9014 2.57183L11.5161 0.107391C11.4832 0.0732474 11.4436 0.0461304 11.3999 0.0276743C11.3562 0.00921808 11.3092 -0.000194897 11.2618 3.05858e-06H2.10914C2.01546 3.71408e-05 1.92562 0.0372677 1.85938 0.103512C1.79313 0.169756 1.7559 0.259593 1.75587 0.353277V6.67545H2.46241V0.706543H11.112L13.2938 2.96043V15.3321H2.46241V12.7532H1.75586V15.6853C1.75589 15.779 1.79312 15.8689 1.85937 15.9351C1.92561 16.0014 2.01545 16.0386 2.10913 16.0386H13.647C13.6935 16.0387 13.7395 16.0296 13.7824 16.0119C13.8253 15.9942 13.8643 15.9682 13.8971 15.9354C13.9299 15.9025 13.9559 15.8636 13.9736 15.8207C13.9914 15.7778 14.0004 15.7318 14.0003 15.6853V2.81771C14.0004 2.72604 13.9649 2.63793 13.9014 2.57183Z" fill="%23383838"></path><path d="M1.36911 10.9227C1.3876 10.9554 1.41444 10.9826 1.44688 11.0015C1.47931 11.0204 1.51619 11.0304 1.55375 11.0304H1.8815C1.91951 11.0305 1.95682 11.0202 1.98953 11.0009C2.02223 10.9815 2.04912 10.9537 2.06738 10.9203L2.3293 10.4416C2.35428 10.3995 2.37664 10.3612 2.39719 10.3254C2.41845 10.3605 2.44094 10.3972 2.46481 10.4361L2.74674 10.9245C2.76534 10.9567 2.79209 10.9834 2.82431 11.002C2.85653 11.0207 2.89308 11.0304 2.93028 11.0304H3.2612C3.2988 11.0304 3.33573 11.0205 3.3682 11.0015C3.40067 10.9825 3.4275 10.9552 3.44594 10.9225C3.46438 10.8897 3.47378 10.8526 3.47315 10.815C3.47253 10.7774 3.46191 10.7406 3.44239 10.7085L2.82195 9.68621L3.42473 8.72188C3.44475 8.68979 3.45583 8.65292 3.45681 8.6151C3.45778 8.57728 3.44863 8.53989 3.43028 8.50681C3.41194 8.47372 3.38507 8.44614 3.35248 8.42694C3.31989 8.40774 3.28275 8.3976 3.24492 8.39759H2.91717C2.8801 8.39758 2.84368 8.4073 2.81154 8.42578C2.77941 8.44425 2.75268 8.47084 2.73404 8.50288L2.43238 9.02078C2.42438 9.03458 2.41651 9.0481 2.40892 9.06135C2.40175 9.04879 2.39457 9.0361 2.38726 9.02326L2.09567 8.5055C2.07723 8.47275 2.05041 8.44549 2.01797 8.42653C1.98552 8.40757 1.94861 8.39757 1.91103 8.39758H1.57997C1.54254 8.39759 1.50578 8.40752 1.47342 8.42634C1.44107 8.44517 1.41427 8.47223 1.39577 8.50477C1.37726 8.53731 1.3677 8.57417 1.36806 8.6116C1.36842 8.64903 1.37869 8.6857 1.39781 8.71788L1.98168 9.7L1.37229 10.7089C1.35289 10.7411 1.34238 10.7778 1.34182 10.8154C1.34126 10.8529 1.35068 10.8899 1.36911 10.9227Z" fill="%23383838"></path><path d="M4.29009 11.0304H5.5191C5.57531 11.0304 5.62921 11.0081 5.66896 10.9683C5.70871 10.9286 5.73105 10.8747 5.73106 10.8185V10.5792C5.73105 10.523 5.70871 10.4691 5.66896 10.4293C5.62921 10.3896 5.57531 10.3672 5.5191 10.3672H4.78716V8.60955C4.78714 8.55334 4.76481 8.49943 4.72506 8.45968C4.68531 8.41994 4.63141 8.3976 4.57519 8.39758H4.29009C4.23388 8.3976 4.17997 8.41994 4.14022 8.45968C4.10048 8.49943 4.07814 8.55334 4.07812 8.60955V10.8185C4.07814 10.8747 4.10048 10.9286 4.14022 10.9683C4.17997 11.0081 4.23388 11.0304 4.29009 11.0304Z" fill="%23383838"></path><path d="M6.33842 10.889C6.54571 11.0076 6.78094 11.0685 7.01971 11.0655C7.70059 11.0655 8.00529 10.6398 8.00529 10.2178C8.00529 9.7068 7.63146 9.4969 7.30592 9.37105C7.00232 9.25361 7.00232 9.19731 7.00232 9.1428C7.00232 9.06828 7.07863 9.02371 7.20656 9.02371C7.31744 9.02336 7.42667 9.05048 7.52451 9.10265C7.55165 9.11749 7.58172 9.12621 7.6126 9.12818C7.64348 9.13016 7.67441 9.12535 7.70323 9.11409C7.73205 9.10283 7.75805 9.0854 7.77941 9.06301C7.80077 9.04063 7.81697 9.01383 7.82686 8.98452L7.90552 8.75186C7.92133 8.70518 7.92038 8.65446 7.90282 8.60842C7.88527 8.56237 7.85221 8.52389 7.80933 8.4996C7.62627 8.40523 7.42238 8.35853 7.2165 8.36381C6.67969 8.36381 6.28998 8.70521 6.28998 9.17551C6.28998 9.55293 6.53369 9.83086 7.00936 9.99949C7.28964 10.1073 7.28964 10.175 7.28964 10.2407C7.28964 10.377 7.15357 10.4056 7.03945 10.4056C6.89843 10.4042 6.76031 10.3654 6.63926 10.293C6.61161 10.276 6.58042 10.2655 6.5481 10.2625C6.51577 10.2594 6.48317 10.2638 6.45282 10.2753C6.42247 10.2869 6.39517 10.3052 6.37304 10.329C6.35091 10.3528 6.33453 10.3813 6.32518 10.4124L6.25314 10.6515C6.24005 10.695 6.24127 10.7416 6.25662 10.7843C6.27197 10.8271 6.30065 10.8638 6.33842 10.889Z" fill="%23383838"></path></svg>');
    }

    i.upload::after{
        background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.6 9.83784C0.931371 9.83784 1.2 10.0919 1.2 10.4054V11.9189C1.2 12.1698 1.30536 12.4104 1.49289 12.5878C1.68043 12.7652 1.93478 12.8649 2.2 12.8649H11.8C12.0652 12.8649 12.3196 12.7652 12.5071 12.5878C12.6946 12.4104 12.8 12.1698 12.8 11.9189V10.4054C12.8 10.0919 13.0686 9.83784 13.4 9.83784C13.7314 9.83784 14 10.0919 14 10.4054V11.9189C14 12.4709 13.7682 13.0002 13.3556 13.3905C12.9431 13.7807 12.3835 14 11.8 14H2.2C1.61652 14 1.05694 13.7807 0.644365 13.3905C0.231785 13.0002 0 12.4709 0 11.9189V10.4054C0 10.0919 0.268629 9.83784 0.6 9.83784Z" fill="%230A5BB8"></path><path d="M6.99993 10.2162C6.66856 10.2162 6.39993 9.96211 6.39993 9.64865L6.39993 1.9378L3.42419 4.75268C3.18988 4.97433 2.80998 4.97433 2.57567 4.75268C2.34135 4.53103 2.34135 4.17167 2.57567 3.95002L6.57567 0.166237C6.80998 -0.0554123 7.18988 -0.0554123 7.42419 0.166237L11.4242 3.95002C11.6585 4.17167 11.6585 4.53103 11.4242 4.75268C11.1899 4.97433 10.81 4.97433 10.5757 4.75268L7.59993 1.9378L7.59993 9.64865C7.59993 9.96211 7.3313 10.2162 6.99993 10.2162Z" fill="%230A5BB8"></path></svg>');
    }

    i.clock::after{
        background-image: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.0709 5.7482C11.0087 4.49339 10.4827 3.30245 9.59014 2.40986C8.63804 1.45775 7.34648 0.923077 6 0.923077C4.65352 0.923077 3.36196 1.45775 2.40986 2.40986C1.45775 3.36196 0.923077 4.65352 0.923077 6L0.929087 6.2494C0.957686 6.83091 1.08622 7.40387 1.3095 7.94291C1.56463 8.55886 1.93843 9.11872 2.40986 9.59014C2.88128 10.0616 3.44114 10.4354 4.05709 10.6905C4.67305 10.9456 5.33329 11.0769 6 11.0769L6.2494 11.0709C6.83091 11.0423 7.40387 10.9138 7.94291 10.6905C8.55886 10.4354 9.11872 10.0616 9.59014 9.59014C10.0616 9.11872 10.4354 8.55886 10.6905 7.94291C10.9456 7.32695 11.0769 6.66671 11.0769 6L11.0709 5.7482ZM11.9928 6.29507C11.959 6.9822 11.8071 7.65933 11.5433 8.29627C11.2417 9.02417 10.7999 9.68568 10.2428 10.2428C9.68568 10.7999 9.02417 11.2417 8.29627 11.5433C7.65933 11.8071 6.9822 11.959 6.29507 11.9928L6 12C5.21207 12 4.43168 11.8448 3.70373 11.5433C2.97583 11.2417 2.31432 10.7999 1.75721 10.2428C1.2001 9.68568 0.758258 9.02417 0.456731 8.29627C0.192899 7.65933 0.0410435 6.9822 0.00721154 6.29507L0 6C2.37122e-08 4.4087 0.631993 2.88243 1.75721 1.75721C2.88243 0.631993 4.4087 0 6 0C7.5913 0 9.11757 0.631993 10.2428 1.75721C11.368 2.88243 12 4.4087 12 6L11.9928 6.29507Z" fill="%23A0A0A0"/><path d="M5.53846 2.92308C5.53846 2.66818 5.7451 2.46154 6 2.46154C6.2549 2.46154 6.46154 2.66818 6.46154 2.92308V5.80889L8.17248 7.51983L8.20433 7.55469C8.35221 7.73597 8.34146 8.00349 8.17248 8.17248C8.00349 8.34146 7.73597 8.35221 7.55469 8.20433L7.51983 8.17248L5.67368 6.32632C5.58712 6.23977 5.53846 6.12241 5.53846 6V2.92308Z" fill="%23A0A0A0"/></svg>');
    }

    i.expand::after{
        background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_14751_3480)"><path d="M10 1H13V4" stroke="%23383838" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.5 5.5L13 1" stroke="%23383838" stroke-linecap="round" stroke-linejoin="round"/><path d="M4 13H1V10" stroke="%23383838" stroke-linecap="round" stroke-linejoin="round"/><path d="M1 13L5.5 8.5" stroke="%23383838" stroke-linecap="round" stroke-linejoin="round"/><path d="M10 13H13V10" stroke="%23383838" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.5 8.5L13 13" stroke="%23383838" stroke-linecap="round" stroke-linejoin="round"/><path d="M4 1H1V4" stroke="%23383838" stroke-linecap="round" stroke-linejoin="round"/><path d="M1 1L5.5 5.5" stroke="%23383838" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_14751_3480"><rect width="14" height="14" fill="white"/></clipPath></defs></svg>');
    }

     button.icon:has(i.expand):hover, 
     button.icon:has(i.collapse):hover{
         background-color: var(--bgcolor);
     }

    button.icon:hover > i.expand::after,
    button.icon.active > i.expand::after{
      background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_14751_3480)"><path d="M10 1H13V4" stroke="%232EAB1A" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.5 5.5L13 1" stroke="%232EAB1A" stroke-linecap="round" stroke-linejoin="round"/><path d="M4 13H1V10" stroke="%232EAB1A" stroke-linecap="round" stroke-linejoin="round"/><path d="M1 13L5.5 8.5" stroke="%232EAB1A" stroke-linecap="round" stroke-linejoin="round"/><path d="M10 13H13V10" stroke="%232EAB1A" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.5 8.5L13 13" stroke="%232EAB1A" stroke-linecap="round" stroke-linejoin="round"/><path d="M4 1H1V4" stroke="%232EAB1A" stroke-linecap="round" stroke-linejoin="round"/><path d="M1 1L5.5 5.5" stroke="%232EAB1A" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_14751_3480"><rect width="14" height="14" fill="white"/></clipPath></defs></svg>');  
    }

    i.collapse::after{
        background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_14751_2970)"><path d="M2.75 5.75H5.75V2.75" stroke="%232EAB1A" stroke-linecap="round" stroke-linejoin="round"/><path d="M1.25 1.25L5.75 5.75" stroke="%232EAB1A" stroke-linecap="round" stroke-linejoin="round"/><path d="M2.75 10.25H5.75V13.25" stroke="%232EAB1A" stroke-linecap="round" stroke-linejoin="round"/><path d="M1.25 14.75L5.75 10.25" stroke="%232EAB1A" stroke-linecap="round" stroke-linejoin="round"/><path d="M13.25 5.75H10.25V2.75" stroke="%232EAB1A" stroke-linecap="round" stroke-linejoin="round"/><path d="M10.25 5.75L14.75 1.25" stroke="%232EAB1A" stroke-linecap="round" stroke-linejoin="round"/><path d="M13.25 10.25H10.25V13.25" stroke="%232EAB1A" stroke-linecap="round" stroke-linejoin="round"/><path d="M10.25 10.25L14.75 14.75" stroke="%232EAB1A" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_14751_2970"><rect width="16" height="16" fill="white"/></clipPath></defs></svg>');
    }
   
    

    /*
        *****************************************************************************************************************************
                                                               Datepicker Overrides
        ****************************************************************************************************************************
     */

     .new_datepicker {
        font: inherit;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        border: 1px solid var(--border-color-gray);
        width: 100px;
        border-radius: 3px;
        color: var(--textcolor);
        position: relative;
        background-color: transparent;
        padding: 4px;
        min-height: 28px;
    }

    .new_datepicker:focus-within {
        border-color: var(--color-sky-blue);
        outline: 0;
    }
                 
    .new_datepicker input {
        appearance: none;
        border: 0;
        font: inherit;
        width: 85%;
        color: inherit;
        padding: 5px;
    }

    .new_datepicker input:focus {
        border: 0;
        outline: 0;

    }

    .new_datepicker::after{
        display: none !important;
    }

     .new_datepicker .k-icon  {
        width: 15px;
        height: 12px;
        z-index: 1;
        display: block;
        position: absolute;
        top:3px;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjQ4MjUgMC45NjA5OThIOS40MzI5NVYwLjU4MTY1NkM5LjQzMjk1IDAuMjY1NTM5IDkuMTY3NDEgMCA4Ljg1MTI5IDBIOC40MzQwMkM4LjExNzkgMCA3Ljg1MjM2IDAuMjY1NTM5IDcuODUyMzYgMC41ODE2NTZWMC45NjA5OThINC4xNDc0NlYwLjU4MTY1NkM0LjE0NzQ2IDAuMjY1NTM5IDMuODgxOTMgMCAzLjU2NTgxIDBIMy4xNDg1M0MyLjgzMjQxIDAgMi41NjY4OCAwLjI2NTUzOSAyLjU2Njg4IDAuNTgxNjU2VjAuOTYwOTk4SDEuNTMwMDFDMC42ODI4MTQgMC45NjA5OTggMCAxLjY0MzgxIDAgMi40OTEwMVY5LjUzNDExQzAgMTAuMzgxMyAwLjY4MjgxNCAxMS4wNjQxIDEuNTMwMDEgMTEuMDY0MUg5LjIxNzk5QzkuNDgzNTMgMTEuMDY0MSA5LjczNjQyIDEwLjk2MyA5LjkyNjEgMTAuNzczM0wxMS43MDkgOC45OTAzOUMxMS44OTg3IDguODAwNzIgMTEuOTk5OCA4LjU0NzgyIDExLjk5OTggOC4yODIyOFYyLjQ5MTAxQzEyLjAxMjUgMS42NDM4MSAxMS4zMjk3IDAuOTYwOTk4IDEwLjQ4MjUgMC45NjA5OThaTTEuNTMwMDEgMS45MDkzNUgxMC40ODI1QzEwLjc5ODYgMS45MDkzNSAxMS4wNjQxIDIuMTc0ODkgMTEuMDY0MSAyLjQ5MTAxVjMuMjg3NjJIMC45NDgzNTNWMi40OTEwMUMwLjk0ODM1MyAyLjE2MjI1IDEuMjEzODkgMS45MDkzNSAxLjUzMDAxIDEuOTA5MzVaTTAuOTQ4MzUzIDkuNTM0MTFWNC4yMjMzM0gxMS4wNjQxVjcuNTIzNkg5LjQ4MzUzQzguOTI3MTYgNy41MjM2IDguNDcxOTUgNy45Nzg4MSA4LjQ3MTk1IDguNTM1MThWMTAuMTE1OEgxLjUxNzM2QzEuMjEzODkgMTAuMTAzMSAwLjk0ODM1MyA5Ljg1MDIzIDAuOTQ4MzUzIDkuNTM0MTFaTTkuNDIwMzEgOS45MTM0NVY4LjUzNTE4QzkuNDIwMzEgOC40OTcyNCA5LjQ0NTYgOC40NzE5NSA5LjQ4MzUzIDguNDcxOTVIMTAuODc0NEw5LjQyMDMxIDkuOTEzNDVaIiBmaWxsPSIjQTBBMEEwIi8+CjxwYXRoIGQ9Ik0yLjY1NTUyIDYuNTk4NjRDMy4wMjU2NSA2LjU5ODY0IDMuMzI1NjkgNi4yOTg1OSAzLjMyNTY5IDUuOTI4NDdDMy4zMjU2OSA1LjU1ODM1IDMuMDI1NjUgNS4yNTgzIDIuNjU1NTIgNS4yNTgzQzIuMjg1NCA1LjI1ODMgMS45ODUzNSA1LjU1ODM1IDEuOTg1MzUgNS45Mjg0N0MxLjk4NTM1IDYuMjk4NTkgMi4yODU0IDYuNTk4NjQgMi42NTU1MiA2LjU5ODY0WiIgZmlsbD0iI0EwQTBBMCIvPgo8cGF0aCBkPSJNNC44ODExMSA2LjU5ODY0QzUuMjUxMjMgNi41OTg2NCA1LjU1MTI4IDYuMjk4NTkgNS41NTEyOCA1LjkyODQ3QzUuNTUxMjggNS41NTgzNSA1LjI1MTIzIDUuMjU4MyA0Ljg4MTExIDUuMjU4M0M0LjUxMDk4IDUuMjU4MyA0LjIxMDk0IDUuNTU4MzUgNC4yMTA5NCA1LjkyODQ3QzQuMjEwOTQgNi4yOTg1OSA0LjUxMDk4IDYuNTk4NjQgNC44ODExMSA2LjU5ODY0WiIgZmlsbD0iI0EwQTBBMCIvPgo8cGF0aCBkPSJNNy4xMDY2OSA2LjU5ODY0QzcuNDc2ODIgNi41OTg2NCA3Ljc3Njg2IDYuMjk4NTkgNy43NzY4NiA1LjkyODQ3QzcuNzc2ODYgNS41NTgzNSA3LjQ3NjgyIDUuMjU4MyA3LjEwNjY5IDUuMjU4M0M2LjczNjU3IDUuMjU4MyA2LjQzNjUyIDUuNTU4MzUgNi40MzY1MiA1LjkyODQ3QzYuNDM2NTIgNi4yOTg1OSA2LjczNjU3IDYuNTk4NjQgNy4xMDY2OSA2LjU5ODY0WiIgZmlsbD0iI0EwQTBBMCIvPgo8cGF0aCBkPSJNOS4zMzIyOCA2LjU5ODY0QzkuNzAyNCA2LjU5ODY0IDEwLjAwMjQgNi4yOTg1OSAxMC4wMDI0IDUuOTI4NDdDMTAuMDAyNCA1LjU1ODM1IDkuNzAyNCA1LjI1ODMgOS4zMzIyOCA1LjI1ODNDOC45NjIxNSA1LjI1ODMgOC42NjIxMSA1LjU1ODM1IDguNjYyMTEgNS45Mjg0N0M4LjY2MjExIDYuMjk4NTkgOC45NjIxNSA2LjU5ODY0IDkuMzMyMjggNi41OTg2NFoiIGZpbGw9IiNBMEEwQTAiLz4KPHBhdGggZD0iTTIuNjU1NTIgOC45OTAxMkMzLjAyNTY1IDguOTkwMTIgMy4zMjU2OSA4LjY5MDA3IDMuMzI1NjkgOC4zMTk5NUMzLjMyNTY5IDcuOTQ5ODIgMy4wMjU2NSA3LjY0OTc4IDIuNjU1NTIgNy42NDk3OEMyLjI4NTQgNy42NDk3OCAxLjk4NTM1IDcuOTQ5ODIgMS45ODUzNSA4LjMxOTk1QzEuOTg1MzUgOC42OTAwNyAyLjI4NTQgOC45OTAxMiAyLjY1NTUyIDguOTkwMTJaIiBmaWxsPSIjQTBBMEEwIi8+CjxwYXRoIGQ9Ik00Ljg4MTExIDguOTkwMTJDNS4yNTEyMyA4Ljk5MDEyIDUuNTUxMjggOC42OTAwNyA1LjU1MTI4IDguMzE5OTVDNS41NTEyOCA3Ljk0OTgyIDUuMjUxMjMgNy42NDk3OCA0Ljg4MTExIDcuNjQ5NzhDNC41MTA5OCA3LjY0OTc4IDQuMjEwOTQgNy45NDk4MiA0LjIxMDk0IDguMzE5OTVDNC4yMTA5NCA4LjY5MDA3IDQuNTEwOTggOC45OTAxMiA0Ljg4MTExIDguOTkwMTJaIiBmaWxsPSIjQTBBMEEwIi8+CjxwYXRoIGQ9Ik03LjEwNjY5IDguOTkwMTJDNy40NzY4MiA4Ljk5MDEyIDcuNzc2ODYgOC42OTAwNyA3Ljc3Njg2IDguMzE5OTVDNy43NzY4NiA3Ljk0OTgyIDcuNDc2ODIgNy42NDk3OCA3LjEwNjY5IDcuNjQ5NzhDNi43MzY1NyA3LjY0OTc4IDYuNDM2NTIgNy45NDk4MiA2LjQzNjUyIDguMzE5OTVDNi40MzY1MiA4LjY5MDA3IDYuNzM2NTcgOC45OTAxMiA3LjEwNjY5IDguOTkwMTJaIiBmaWxsPSIjQTBBMEEwIi8+Cjwvc3ZnPgo=");
    }

    .k-i-calendar:before {
        display: none;
    }

    .k-picker-wrap,
    .k-select {
        border: 0;
        background-color: transparent !important;
        padding: 0;
        margin: 0
    }

    .k-picker-wrap {
        display: flex;
        gap: 3px;
    }

    .k-picker-wrap .k-input {
        color: var(--textcolor);
        padding: 0 !important;
        padding-left: 4px !important;
        margin: 0;
        min-height: 0px;
        border: none;
    }

    .k-picker-wrap .k-input::placeholder {
        font-size: 10px !important;
        color: var(--color-gray);
    }

    .k-select {
        width: 15px;
        height: 15px;
    }
    .new_datepicker .k-select::after {
      display: none;
    }

    .new_datepicker {
        width: auto
    }
    
    

      /* 
        *****************************************************************************************************************************
                                                               Filter Popover
        ****************************************************************************************************************************
     */

    .filters{
        position: relative;
    }
    .grid-filter {
        border: 1px solid var(--border-color-gray);
        position: absolute;
        inset: auto;
        padding: 0rem;
        margin: 0;
        margin-top: 3px;
        border-radius: 4px;
        width: 260px;
        box-shadow: 0px 4px 10px 0px rgba(116, 116, 117, 0.25);
        color: var(--textcolor);
        z-index: 1;
        background-color: white;

        .header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 12px 1rem;
            border-bottom: 1px solid var(--border-color-gray);
            max-width: 260px;

            h3 {
                margin: 0;
                font-size: var(--f13px);
                font-weight: 400;
            }

            button {
                appearance: none;
                border: none;
                background-color: transparent;
                cursor: pointer;
            }
        }

        .filterbody {
            max-height: 400px;
            overflow-y: auto;
            overflow-x: hidden;
            max-width: 260px;
            border-bottom:1px solid var(--border-color-gray)
        }

        .filterbody::-webkit-scrollbar {
            width: 5px;
            background-color: #f6f7f8;
        }

        .filterbody::-webkit-scrollbar-thumb {
            width: 5px;
            background-color: #C8DCF3;
        }

        .daterange label{
            color: var(--color-gray);
        }

    }



    .filter-field-group {
        border: 0;
        border-bottom: 1px solid var(--border-color-gray);
        padding: 12px 15px 15px 15px;
        margin: 0;
    }

    .filter-field-group:last-child {
        border: 0;
    }

    /* New Format Validations Block Start*/
   

    .filter-field-group.error-from .datepickerFrom,
    .filter-field-group.error-to .datepickerTo {
        border-color: var(--color-red);
    }

    .filter-field-group.error-from .FromClass span,
    .filter-field-group.error-to .ToClass span {
        color: var(--color-red);
    }

    .filter-field-group.error-from .datepickerFrom .k-picker-wrap .k-input,
    .filter-field-group.error-to .datepickerTo .k-picker-wrap .k-input {
        color: var(--color-red) !important;
    }

    
     /* 
        *****************************************************************************************************************************
                                                               Input Fields
        ****************************************************************************************************************************
     */

    input[type="checkbox"] {
        margin: 0 !important;
        appearance: none;                 
        width: 12px;
        height: 12px;
        border: 1px solid var(--color-gray);
        border-radius: 3px;
        cursor: pointer; 
        min-width: 0px;                   
    }

    input[type="checkbox"]:focus{
        outline: 1px solid var(--color-gray) !important;                    
    }

    input[type="checkbox"]:checked {
        border: 3px solid var(--color-sky-blue);
    }


    input[type="text"],
    input[type="number"],
    input[type="email"],
    input[type="date"]
    {
        color: var(--textcolor) !important;
        padding: 4px 8px;
        line-height: 1;
        font-size: 11px !important;
        appearance: none;
        border: 1px solid var(--border-color-gray);
        border-radius: 4px;
        min-height: 30px;
    }

    i + input[type="text"], input[type="text"]:has( + i) {
        padding: 0 !important;
        min-height: 0;
        flex-grow: 1;
        color: var(--color-gray);
        border: none;
    }

    div:has(> i + input[type="text"]), 
    div:has(> input[type="text"] + i) {
        padding: 0px 8px !important;
        border-radius: 4px;
        min-height: 30px;
        transition: 0.3s border linear;
        border: 1px solid var(--border-color-gray);
    }

    div:has(> i + input[type="text"]):focus-within,
    div:has(> input[type="text"] + i):focus-within{
        border: 1px solid var(--color-sky-blue);
    }

    textarea {
        color: var(--textcolor) !important;
        padding: 4px 8px;
        font-size: 11px !important;
    }

    .ag-theme-billing .ag-cell {
        min-height: 40px !important;
        padding: 4px !important;
        word-break: normal;
        white-space: normal;
    }  


     .toggle-switch {
        position: relative;
        display: inline-block;
        width: 25px;
        height: 13px;
    }

    .toggle-switch input {
        display: none;
    }

    .toggle-switch .slider {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: var(--bgcolor);
        border-radius: 999px;
        transition: .4s;
        outline: 1px solid var(--border-color-gray);
        cursor: pointer;
        box-shadow: inset 0px 0px 4px 0px rgba(116, 116, 117, 0.25);
        appearance: none;
        border: 0;
    }

    .toggle-switch input:checked+.slider {
        background-color: var(--color-green);
        border: 0;
        box-shadow: none;
    }

    .toggle-switch .slider:before {
        position: absolute;
        content: "";
        height: 9px;
        width: 9px;
        left: 2px;
        top: 2px;
        background-color: var(--color-gray);
        border-radius: 999px;
        transition: .4s;
    }

    .toggle-switch input:checked+.slider:before {
        transform: translateX(13px);
        background-color: white;
    }

    .radio-group{
        border: 1px solid var(--border-color-gray);
        padding: 10px;
        border-radius: 4px;
        
        label{
            cursor:pointer;
        }
    }
    /* 
        *****************************************************************************************************************************
                                                               Navigation
        ****************************************************************************************************************************
     */

     .underline-tabs {
        display: flex;
        justify-content: flex-start;
        gap: 0.9375rem;
        padding-bottom: 0.3125rem;
        border-bottom: 1px solid var(--border-color-gray);
        list-style: none;
        padding-inline-start: 0;

        li {
            font-size: var(--f11px);
            cursor: pointer;
        }

        li.active {
            color: var(--color-green);
            text-decoration: underline;
            text-decoration-color: var(--color-green);
            text-decoration-thickness: 3px;
            text-underline-offset: 7px;
        }

    }



    menu {
        margin: 0;
        list-style: none;
        position: absolute;
        left: 0px;
        top: 25px;
        z-index: 2;
        background-color: white;
        border: 1px solid var(--border-color-gray);
        border-radius: var(--f10px);
        box-shadow: 0px 4px 10px 0px rgba(116, 116, 117, 0.25);
        padding: 1rem;
        display: flex;
        flex-direction: column;
        gap: 0.5rem;

        li {
            font-size: var(--f12px);

            button {
                appearance: none;
                border: 0;
                background-color: transparent;
                font: inherit;
                white-space: nowrap;
            }

            button:hover {
                    color: var(--color-green);
                    cursor: pointer;
                }
        }

    }


     /* 
        *****************************************************************************************************************************
                                                               Popovers
        ****************************************************************************************************************************
     */

    .dialog {
        border: 1px solid #ccc;
        background-color: white;
        padding: 0;
        margin: 0;
        min-width: 333px;
        /* Adjust width as needed */
        border-radius: 10px;
        border: 1px solid var(--border-color-gray);
        box-shadow: 0px 4px 10px 0px rgba(116, 116, 117, 0.25);

        .dialog-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 12px 20px;
            border-bottom: 1px solid var(--border-color-gray);
            background-color: var(--color-blue);
            border-radius: 10px 10px 0 0;

            h2 {
                font-weight: normal;
                font-size: var(--f13px);
                margin: 0;
                color: white;
            }

            button.icon:hover svg path {
                fill: inherit;
            }
        }

        .dialog-body {
            font-size: var(--f11px);
            color: var(--textcolor);
            max-height: 50vh;
            overflow-y: auto;
            overflow-x: hidden;
            
            .column-option {
                display: flex;
                align-items: center;
                padding: 10px 20px;
                border-bottom: 1px solid var(--border-color-gray);
                gap: 30px;
            }

            .column-label {
                flex-grow: 1;
                flex-shrink: 0;
                min-width: 175px;

                em {
                    display: block;
                    color: var(--color-gray);
                    font-style: normal;
                }
            }

            .display-name {
                border: 0;
                appearance: none;
            }

            .display-name:focus {
                outline: none;

            }
            
        }

        .dialog-body::-webkit-scrollbar {
            width: 5px;
            background-color: #f0f0f0;
        }

        .dialog-body::-webkit-scrollbar-thumb {
            background-color: #C8DCF3;
            border-radius: 4px;
        }

        .dialog-footer {
            display: flex;
            flex-direction: column;
            padding: 20px;
            gap: 16px;
            border-top: 1px solid var(--border-color-gray);

            .info {
                background-color: var(--bgcolor);
                color: var(--color-red);
                padding: var(--f12px);
                display: flex;
                gap: 7px;
                border-radius: 4px;
                justify-content: center;

                p {
                    margin: 0;
                }
            }

            .buttons {
                display: flex;
                justify-content: center;
                gap: var(--f12px);
            }
        }

    }

    .tag {
        display: inline-block;
        padding: 2px 5px;
        background-color: var(--bgcolor);
        text-transform: uppercase;
        line-height: 1;
        border-radius: 3px;
        margin: 1px;
    }

    .tag.green {
        color: var(--color-green);
        background-color: var(--hover-row-color);
    }

    .tag.red {
        color: var(--color-red);
        background-color: #FCE6E6;
    }

    span.value{
        color: var(--color-blue);
    }

     /* 
        *****************************************************************************************************************************
                                                               grid table
        ****************************************************************************************************************************
     */


    .grid-table {
       width: 100%;
    }

    .grid-header {
        display: grid;
        min-height: 30px;
        /* position: sticky; */
        top: 0;
        background-color: var(--color-blue);
        border-radius: 3px;
        overflow: hidden;
        align-items: center;

        .grid-cell {
            color: white;
            height: 100%;
            align-content: center;
            text-align: center;

        }

    }

    .grid-body {
        max-height: 300px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .grid-body::-webkit-scrollbar {
        width: 5px;
        background-color: #f6f7f8;
    }

    .grid-body::-webkit-scrollbar-thumb {
        width: 5px;
        background-color: #C8DCF3;
    }

    .grid-row {
        display: grid;
    }

    .grid-row:nth-child(even) {
        background-color: #F1F5F8;
    }

    .grid-cell {
        padding: 3px;
        border: 1px solid var(--border-color-gray);
        border-left-width: 0px;
        border-top-width: 0px;
        box-sizing: border-box;
        text-align: center;
        overflow-wrap: break-word;
        word-break: break-word;
        hyphens: auto;
    }

    .grid-cell:first-child {
        border-left: 1px solid var(--border-color-gray);
    }



    .table-format-2{
        background-color: #fff;
        border: 1px solid var(--border-color-gray);
        border-radius: 8px;
        color: var(--textcolor);
        height: calc(100vh - 396px);
        overflow-y: auto;
        
        .table-format-2__container {
            display: flex;
            width: 100%;
            flex-direction: column;
        }

        .table-format-2__header-row {
            position: sticky;
            top: 0;
            z-index: 100;
            background-color: white;
            box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
            border-bottom: 1px solid var(--border-color-gray);
        }

        .table-format-2__header-row,
        .table-format-2__data-row{
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(65px, 1fr));
        }

        .table-format-2__header-row > div,
        .table-format-2__data-row > div{
            padding: 12px 8px;
            text-align: center;
            border-right: 1px solid var(--border-color-gray);
        }

        
        .table-format-2__header-row > div:first-child,
        .table-format-2__data-row > div:first-child {
            text-align: left;
        }

        .table-format-2__header-row > div:last-child,
        .table-format-2__data-row > div:last-child {
            border-right: none;
        }

        .table-format-2__data-row{
            border-bottom: 1px solid var(--border-color-gray);
        }

        .table-format-2__header-row  {
            color: var(--color-blue);
        }

    }

    .table-format-2::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        background-color: #f6f7f8;
    }

    .table-format-2::-webkit-scrollbar-thumb {
        width: 5px;
        height: 5px;
        background-color: #C8DCF3;
    }


    .no-data {
        display: grid;
        height: 100%;
        place-content: center;
        text-align: center;
        gap: 0.9375rem;

        h3 {
            margin: 0;
            font-size: 12px !important;
            font-style: normal;
            font-weight: 400;
            line-height: 110%; /* 15.4px */
            opacity: 0.5;
            color:#a0a0a0;
        }

    }

     ul.switch {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: max-content;
        height: 34px;
        border-radius: 999px;
        background: #FFF;
        filter: drop-shadow(0px 4px 4px rgba(116, 116, 117, 0.05));
        padding: 3px;

        li {
            cursor: pointer;
            width: fit-content;
            border-radius: 999px;
            font-size: var(--f12px);
            color: var(--color-gray);
            height: 28px;
            display: flex;
            align-items: center;
            justify-content: center;
            white-space: nowrap;
            padding: 8px 10px;
        }

        li.active {
            background-color: var(--color-orange);
            color: white;
        }
    }

     nav ul {
        display: flex;
        justify-content: flex-start;
        background-color: white;
        border-radius: 0.3125rem;
        background: #FFF;
        font-size: var(--f13px);
        color: var(--color-gray);
        padding: 3px;
        box-shadow: 0px 4px 4px 0px rgba(116, 116, 117, 0.05);

        li {
            cursor: pointer;
            padding: 8px 16px;
        }

        li.active {
            background-color: var(--color-sky-blue);
            color: white;
            border-radius: 0.3125rem;
            box-shadow: 0px 4px 5px 0px rgba(116, 116, 117, 0.15);
        }

    }
         /* 
        *****************************************************************************************************************************
                                                               Animation
        ****************************************************************************************************************************
     */

      @keyframes shake {
        0% {
            transform: translateX(0);
        }

        25% {
            transform: translateX(-1px);
        }

        50% {
            transform: translateX(1px);
        }

        75% {
            transform: translateX(-1px);
        }

        100% {
            transform: translateX(0);
        }
    }

    .shake {
        animation: shake 0.1s ease-in-out;
    }


}





#WebUIStylesV2{
   
    --fw300: 300;
    --fw400: 400;
    --fw500: 500;

    --f10px: 10px;
    --f11px: 11px;
    --f12px: 12px;
    --f13px: 13px;
    --f14px: 14px;
    --f16px: 16px;
    --f20px: 20px;
    --radius-3px: 3px;
    

    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    font-family: "Lexend", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: var(--f11px);
    font-weight: var(--fw400);
    color: var(--textcolor);
    background-color: var(--bgcolor);
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    height: 100%;

    


    h2 {
        font-size: var(--f16px);
        font-weight: var(--fw500);
        margin: 0;
    }

  

    .overlay {
        border-radius: 0.3125rem;
        border: 1px solid var(--border-color-gray);
        background: #FFF;
        box-shadow: 0px 4px 10px 0px rgba(116, 116, 117, 0.25);
    }

    .hide {
        display: none !important;
    }

    
    table {
        border-collapse: separate;
        border-spacing: 0;
        border-radius: 3px;
        overflow: hidden;
        border: 1px solid var(--border-color-gray);
    }

    table + table {
        margin-top: 0.9rem
    }

    thead {
        background-color: var(--color-blue);
        color: white;

        th,
        tr {
            font-weight: normal;
            background-color: var(--color-blue);
        }
    }

    tbody tr:nth-child(even) {
        background-color: #F1F5F8;
    }

    th,
    td {
        padding: 2px 5px;
        border-right: 1px solid var(--border-color-gray);

    }

    td p {
        margin: 0;
        padding: 0.3rem;
    }

    td:first-child {
        text-align: center;
    }

    th:last-child,
    td:last-child {
        border-right: none;
    }

    .grid {
        width: 100%;
        height: 100%;
        flex-grow: 1;
        min-height: 0;
    }

    

    .balance-pagination {
        display: flex;
        gap: 7px;
        font-size: var(--f11px);
        align-items: center;
    }

     .pagination {
        margin-left: auto;
        display: flex;
        align-items: center;
        gap: 7px;
        margin-block: 0;
        line-height: 1;

        button {
            font: inherit;
            border: 1px solid var(--border-color-gray);
            background-color: var(--bgcolor);
            padding: 0;
            margin: 0;
            text-align: center;
            width: 19px;
            height: 19px;
            appearance: none;
            cursor: pointer;
        }

        label {
            margin: 0;
            line-height: 1;
        }
    }

    .balance-pagination+.btn-row {
        margin-top: 50px;
        gap: 12px
    }

   
    

    @media (width <= 1280px) {               
        .dialog{                     
            position: fixed !important;
            top: 50% !important;
            left: 50% !important;
            translate: -50% -50% !important;                     
        }                                    
    }

   

     
}

