@CHARSET "UTF-8";

:root {
    --a1: #3F58D9;      /* accent1 */
    --al1: #4661ea;        /* accent1 light */
    --a2: #C31111;      /* accent2 */
    --a2d: #C31111;     /* accent2 dark */
    --a3 : #DB234B;

    --l: #F5F6F8;       /* light */
    --l2: #E5E6F8;       /* light2 */
    --t: #191919;       /* text */
    --tl: #19191960;    /* text light */
    --tl2: #19191999;


    --red1:#EC7D75;
    --red2:#F9E4E3;
    --red3:#F3C8C5;
    --red4:#E0574E;
    --red5:#AF382F;
    
    --brown1:#ED873A;
    --brown2:#FAE8D0;
    --brown3:#F4C693;
    --brown4:#DB7430;
    --brown5:#974E1D;

    --yellow1:#F5C846;
    --yellow2:#F8EDC7;
    --yellow3:#F7E08C;
    --yellow4:#CE9B36;
    --yellow5:#7F5D1D;

    --dgreen1:#97AC35;
    --dgreen2:#E6EFAC;
    --dgreen3:#CCDC72;
    --dgreen4:#80912D;
    --dgreen5:#606C21;

    --green1:#65BA5A;
    --green2:#D8F4D1;
    --green3:#A9E3A0;
    --green4:#5AA351;
    --green5:#3B7331;

    --mint1:#63BBAB;
    --mint2:#CEF1EC;
    --mint3:#92E5D8;
    --mint4:#51A694;
    --mint5:#346E63;

    --blue1:#5AAEE2;
    --blue2:#D2EEFB;
    --blue3:#A8DBF9;
    --blue4:#4993C5;
    --blue5:#316990;

    --lblue1:#84A2F8;
    --lblue2:#E2E9FD;
    --lblue3:#C6D4FC;
    --lblue4:#5E83F3;
    --lblue5:#2D57E7;

    --pink1:#DA7FB6;
    --pink2:#F9E3F1;
    --pink3:#EFC6E0;
    --pink4:#CD62A2;
    --pink5:#A73777;

    --purple1:#B194F3;
    --purple2:#EDE7FC;
    --purple3:#D9CAF9;
    --purple4:#9873EA;
    --purple5:#713DE7;

    --gray1:#90959D;
    --gray2:#EFF0F1;
    --gray3:#DFE0E3;
    --gray4:#656A72;
    --gray5:#383C42;
}



* {font-size: inherit; box-sizing: border-box;
    /*font-family:"Noto Sans JP","Poppins","HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
*:not(a,abbr,b,bdi,bdo,br,cite,code,data,del,ins,dfn,em,i,kbd,mark,q,rp,rt,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr) {
    font-size: 14px;
}
body {background-color: var(--l);position: relative;width: 100%;min-height: 100%;}
body.stop-scroll{overflow: hidden;}
article.view {display: flex;flex-direction: column;height: 100%;width: 100%;}
.form-type-hidden {display: none !important;}
article.view.ticket_list .sprintsmenu {display: none;}
article.view.task_list .sprintsmenu {display: flex; border-left: 2px solid #ebebeb; box-shadow: 4px 0 4px 0px rgba(0, 0, 0, 0.03); transition: all 0.4s; top: 0;}
article.view.task_list .sprintsmenu.empty {transform:translateX(-5000px); pointer-events: none; opacity:0;}
article.view.task_list .sprintsmenu .shutter {
    width: fit-content;
    height: 48px;
    display: flex;
    justify-content: end;
    align-items: center;
    background-color: #ebebeb;
    border-radius: 0 8px 8px 0;
    color: #222;
    cursor: pointer;
    right: -12px;
    transform: translateY(-50%);
    background-color: var(--l);
    transition: 0.4s;
    box-shadow: 4px 0 4px 0 rgba(0, 0, 0, 0.03);
    position: absolute;
    top: 50%;
}
article.view.task_list .footer {display: flex; justify-content: space-between;}
article.view.task_list .footer button.csv {margin: 0;}
article.view.task_list .footer .csv-operations {position: relative; display: flex; gap: 8px;}
article.view.task_list .footer .csv-operations.kanban {position: fixed; bottom: 24px; right: 24px;}
article.view.task_list .footer .csv-operations .mask {display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: 101;}
article.view.task_list .footer .csv-operations.active .mask {display: block;}
article.view.task_list .footer .csv-operations .csv-btn {border-radius: 8px; font-weight: 500; z-index: 102; position: relative;}
article.view.task_list .footer .csv-operations .csv-btn:hover, article.view.task_list .footer .csv-operations.kanban .csv-btn, article.view.task_list .footer .csv-operations.active .csv-btn {box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);}
article.view.task_list .footer .csv-operations .csv-btn, 
article.view.task_list .footer .csv-operations .csv-items div {padding: 16px; background-color: #fff; font-weight: 500; cursor: pointer;}
article.view.task_list .footer .csv-operations .csv-items {height: 0; flex-direction: column; width: min-content; white-space: nowrap; position: absolute; bottom: 54px; right: 0;background-color: #fff; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1); border-radius: 8px; overflow: hidden; z-index: 102; transition: 0.4s;}
article.view.task_list .footer .csv-operations.active .csv-items.height-50 {height: 50px}
article.view.task_list .footer .csv-operations.active .csv-items.height-100 {height: 100px}
article.view.task_list .footer .csv-operations.active .csv-items.height-150 {height: 150px}
article.view.task_list .footer .csv-operations.active .csv-items.height-200 {height: 200px}
article.view.task_list .footer .csv-operations.active .csv-items.height-250 {height: 250px}
article.view.task_list .footer .csv-operations.active .csv-items.height-300 {height: 300px}
article.view.task_list .footer .csv-operations.active .csv-items.height-350 {height: 350px}
article.view.task_list .footer .csv-operations .csv-items div, article.view.task_list .footer .csv-operations div.csv-btn, .csv-alert-pop footer button.template, .csv-alert-pop footer button.failure {font-weight: 400; text-indent: 20px; background-position-x: 8px; background-position-y: center; margin-left: 0; height: 50px; border-radius: 8px;}
article.view.task_list .footer .csv-operations .csv-items div {border-radius: 0;}


article.view.ticket_list .footer {display: flex; justify-content: space-between;}
article.view.ticket_list .footer button.csv {margin: 0;}
article.view.ticket_list .footer .csv-operations {position: relative; display: flex; gap: 8px;}
article.view.ticket_list .footer .csv-operations.kanban {position: fixed; bottom: 24px; right: 24px;}
article.view.ticket_list .footer .csv-operations .mask {display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: 101;}
article.view.ticket_list .footer .csv-operations.active .mask {display: block;}
article.view.ticket_list .footer .csv-operations .csv-btn {border-radius: 8px; font-weight: 500; z-index: 102; position: relative;}
article.view.ticket_list .footer .csv-operations .csv-btn:hover, article.view.ticket_list .footer .csv-operations.kanban .csv-btn, article.view.ticket_list .footer .csv-operations.active .csv-btn {box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);}
article.view.ticket_list .footer .csv-operations .csv-btn, 
article.view.ticket_list .footer .csv-operations .csv-items div {padding: 16px; background-color: #fff; font-weight: 500; cursor: pointer;}
article.view.ticket_list .footer .csv-operations .csv-items {height: 0; flex-direction: column; width: min-content; white-space: nowrap; position: absolute; bottom: 54px; right: 0;background-color: #fff; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1); border-radius: 8px; overflow: hidden; z-index: 102; transition: 0.4s;}
article.view.ticket_list .footer .csv-operations.active .csv-items.height-50 {height: 50px}
article.view.ticket_list .footer .csv-operations.active .csv-items.height-100 {height: 100px}
article.view.ticket_list .footer .csv-operations.active .csv-items.height-150 {height: 150px}
article.view.ticket_list .footer .csv-operations.active .csv-items.height-200 {height: 200px}
article.view.ticket_list .footer .csv-operations.active .csv-items.height-250 {height: 250px}
article.view.ticket_list .footer .csv-operations.active .csv-items.height-300 {height: 300px}
article.view.ticket_list .footer .csv-operations.active .csv-items.height-350 {height: 350px}
article.view.ticket_list .footer .csv-operations .csv-items div, article.view.ticket_list .footer .csv-operations div.csv-btn, .csv-alert-pop footer button.template, .csv-alert-pop footer button.failure {font-weight: 400; text-indent: 20px; background-position-x: 8px; background-position-y: center; margin-left: 0; height: 50px; border-radius: 8px;}
article.view.ticket_list .footer .csv-operations .csv-items div {border-radius: 0;}

.csv-import-pop footer {display: flex; gap: 16px; padding: 24px;}
.csv-import-pop footer div.csv, .csv-alert-pop footer button.failure, .csv-alert-pop footer button.template {
    display: flex; align-items: center; position: relative; margin: auto; width: min-content; border: 2px solid var(--l); padding: 16px; background-color: #fff; font-weight: 500; cursor: pointer; font-weight: 400; text-indent: 20px; background-position-x: 8px; background-position-y: center; height: 50px; border-radius: 8px; white-space: nowrap;
}
.csv-alert-pop footer button.failure, .csv-alert-pop footer button.template {text-indent: 28px;}
.popup.white.csv-import-pop {width: 44vw; min-width: 500px;}
.csv-import-pop section {text-align: left}

.csv-import-pop section.show-more div.instructions {
    height: 380px;
}
.csv-import-pop section div.info {
    display: flex;
    cursor: pointer;
    width: fit-content;
    i {
        transform: rotate(180deg);
        display: inline-block;
        width: 16px;
        height: 10px;
        position: relative;
        top: 18px;
        left: 6px;
        transition: 0.4s;
    }
    p.show-more, i  {
        pointer-events: none;
    }
}
.csv-import-pop section.show-more div.info i {
    transform: rotate(0deg);
    transform-origin: center;
}
.csv-import-pop section div.instructions {
    height: 0;
    overflow: hidden;
    transition: 0.4s;
    background: var(--l);
    border-radius: 8px;
    overflow: auto;
    ul {
        padding: 32px;
        margin: 0;
    }
    ul > ul {
        padding: 0;
        display: flex;
        justify-content: start;
        gap: 8px 32px;
        flex-wrap: wrap;
        span.clickable {
            color: var(--a1);
            cursor: pointer;
            margin: 0;
        }
        span {
            transition: 0.3s;
        }
        span.selected {
            font-weight: bold;
        }
    }
    p {
        max-width: 100%;
        margin: 24px 0;
    }
    p.csv_title {
        margin-top: 0;
    }
    p.csv_body {
        margin-bottom: 0;
    }
    p.type, p.stat, p.module {
        margin-bottom: 12px;
    }
    p.category {
        padding: 16px;
        margin: 12px 0;
        border-radius: 8px;
        color: #999;
        background-color: #fff;
        width: fit-content;
    }
} 
.csv-import-pop section p.show-more {
    color: var(--a1);
    cursor: pointer;
}
article.view.task_list .footer .csv-operations .csv-items div.sprint,
article.view.task_list .footer .csv-operations .csv-items div.project,
article.view.task_list .footer .csv-operations .csv-items div.current,
article.view.task_list .footer .csv-operations .csv-items div.all,
article.view.task_list .footer .csv-operations .csv-items div.template,
article.view.task_list .footer .csv-operations .csv-items div.failure,
article.view.task_list .footer .csv-operations .csv-items div.failure,
.csv-alert-pop footer button, .csv-import-pop footer div.csv, .csv-alert-pop footer div.failure,
.csv-import-pop footer div.import
 {background-size: auto 16px;}
article.view.task_list .footer .csv-operations div.csv-btn i {width: 12px; height: 8px; display: inline-block; position: absolute; left: 14px; top: 20px; transition: 0.3s; pointer-events: none;}
article.view.task_list .footer .csv-operations.active div.csv-btn i {transform: rotate(-180deg); transform-origin: center;}
article.view.task_list .footer .csv-operations .csv-items div:not(:first-child) {border-top: 2px solid var(--l);}
/* article.view.task_list .footer .csv-operations .csv-items div.template {border-top: 2px solid var(--l);} */
article.view.task_list .footer .csv-operations .csv-items div.csv:hover, article.view.task_list .footer .csv-operations .csv-items input:hover, .csv-import-pop footer div.csv:hover, .csv-alert-pop footer button:hover {background-color: var(--l);}
article.view.task_list .footer .csv-operations.active .csv-items {display: flex;}
article.view.task_list .csv-notification {background-color: #fff; padding: 16px 32px; box-shadow: 0 0 16px 0 rgba(0,0,0,0.2); position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius: 8px;}

article.view.task_list .sprintsmenu .shutter i.expand {width: 12px;height: 12px;display: inline-block;transition: all 0.4s;transform: rotate(270deg); transform-origin: 50% 35%;pointer-events: none;}
article.view.task_list div.body.on .sprintsmenu {left: 0;}
article.view.task_list div.body.on .sprintsmenu .shutter i.expand {transform: rotate(90deg)}
article.view.task_list div.body {margin-left: 496px; transition: all 0.4s;}
article.view.task_list div.body.on {margin-left: 256px;}
article.view.task_list div.body:has(.sprintsmenu.empty) {margin-left: 240px;}


article.view.ticket_list .footer .csv-operations .csv-items div.sprint,
article.view.ticket_list .footer .csv-operations .csv-items div.project,
article.view.ticket_list .footer .csv-operations .csv-items div.current,
article.view.ticket_list .footer .csv-operations .csv-items div.all,
article.view.ticket_list .footer .csv-operations .csv-items div.template,
article.view.ticket_list .footer .csv-operations .csv-items div.failure,
article.view.ticket_list .footer .csv-operations .csv-items div.failure,
.csv-alert-pop footer button, .csv-import-pop footer div.csv, .csv-alert-pop footer div.failure,
.csv-import-pop footer div.import
 {background-size: auto 16px;}
article.view.ticket_list .footer .csv-operations div.csv-btn i {width: 12px; height: 8px; display: inline-block; position: absolute; left: 14px; top: 20px; transition: 0.3s; pointer-events: none;}
article.view.ticket_list .footer .csv-operations.active div.csv-btn i {transform: rotate(-180deg); transform-origin: center;}
article.view.ticket_list .footer .csv-operations .csv-items div:not(:first-child) {border-top: 2px solid var(--l);}
/* article.view.ticket_list .footer .csv-operations .csv-items div.template {border-top: 2px solid var(--l);} */
article.view.ticket_list .footer .csv-operations .csv-items div.csv:hover, article.view.ticket_list .footer .csv-operations .csv-items input:hover, .csv-import-pop footer div.csv:hover, .csv-alert-pop footer button:hover {background-color: var(--l);}
article.view.ticket_list .footer .csv-operations.active .csv-items {display: flex;}
article.view.ticket_list .csv-notification {background-color: #fff; padding: 16px 32px; box-shadow: 0 0 16px 0 rgba(0,0,0,0.2); position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius: 8px;}

article.view main {height: 100%;}
a:visited{color: var(--a1);}
h2 {font-size: 20px; font-weight: 500;}
h4 {font-size: 15px;margin: 0; font-weight: 500; }

h4 {margin: 0}
h2+p {color: var(--tl);}
input.file {position: relative;opacity: 0;z-index: 2;cursor: hand;}
table {border-collapse: collapse;}
img {border: 0px;}
img {
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
body {margin: 0;padding: 0;font-family: 'Montserrat', sans-serif;font-size: 1rem;}
u, select{cursor: pointer;}
u:hover{color:var(--a1);}
label {text-wrap: nowrap;}
.list-empty-text {color: var(--tl);text-align: center; font-size: 14px;}
/* ul,li {list-style: none;} */
ul:not(pre ul),li:not(pre li) {list-style: none;}
li.comment, li.empty {list-style: none;}

button {height: 48px;line-height: 48px; margin:8px auto; padding: 0 1.6rem;border: 0;border-radius: 24px;cursor: pointer; transition:background-color 200ms;}
button.a1r, input[type=submit] {background-color: var(--a1);color: white;}
button.a1r:hover, input[type=submit]:hover {background-color: #4964f2;}
button.a1r:disabled, input[type=submit]:disabled {background-color: #9faced; pointer-events:none;}
button.g1 {background-color: #F5F5F5; border-color: #E5E5E5;color: var(--t);}
button.a1r.w {width: 100%;box-sizing: border-box;}
button.a1 {width: 100%;box-sizing: border-box;background-color: var(--a1);color: white;border-radius:8px;height:36px;line-height:36px;padding:0;}
.space {flex: 1;}
.hidden {display: none!important}
.red-star {color: var(--a2); padding: 0 2px;}
.errors {color: var(--a2);margin-top: 3px;margin-bottom: 3px;white-space: nowrap;text-align: left;font-style: italic;}
.p2 main {display: flex;flex-direction: row;background-color: var(--l);flex: 1;}
.p2 main .sidemenu, .p2 main .sprintsmenu {position: fixed; z-index: 100; background-color: var(--l); width: 240px;padding: 40px 16px 40px 20px;box-sizing: border-box;height: 100vh;}
.p2 main .sprintsmenu {padding: 40px 16px;}
.p2 main .sidemenu {z-index: 101;}
.p2 main .sprintsmenu {left: 240px;}
.p2 main .sidemenu .logo {height: 60px;margin-bottom: 20px; flex-shrink: 0; margin-left:10px;}
.p2 main .sidemenu ul {cursor: pointer;padding-left: 0px;border-radius:8px; overflow-y: auto;margin:0;}
.p2 main .sidemenu li, .p2 main .sidemenu ul.projects {font-size: 14px;text-indent: 32px;text-align:left; height:48px; min-height: 48px; line-height: 48px; background-size: auto 24px; background-position: 6px center; margin:0; background-color:#f8f8f9; transition: 200ms;}
.p2 main .sidemenu li.menu-tickets, .p2 main .sidemenu ul.projects {box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px; margin-bottom:8px;}
.p2 main .sidemenu li.menu-tickets:hover, .p2 main .sidemenu ul.projects:hover, .p2 main .sidemenu ul.projects:hover li.menu-projects, .p2 main .sidemenu ul.projects:hover li.project-list, .p2 main .sprintsmenu li.sprint-list dd:hover {background-color:white;}
.p2 main .sidemenu ul.projects {background-color: #f8f8f9; height:104px; max-height:400px; overflow:hidden; padding:0 4px 4px 4px;}
.p2 main .sidemenu ul.projects:has(.on), .p2 main .sidemenu ul.projects:has(.on) li.project-list {background-color: white;}
.p2 main .sidemenu ul.projects li.menu-projects {background-size: auto 28px; position:relative;}
.p2 main .sidemenu ul.projects li.menu-projects i.ico {position:absolute; right:12px; top:50%; transform: translateY(-50%) rotate(-180deg); transition: transform 200ms;}
.p2 main .sidemenu ul.projects {height:48px !important;}
.p2 main .sidemenu ul.projects li.project-list {display:none; border-radius:6px;}
.p2 main .sidemenu ul.projects button {display:flex;}
.p2 main .sidemenu ul.projects:has(.menu-projects.on) {height:fit-content !important; max-height:400px;}
.p2 main .sidemenu ul.projects:has(.menu-projects.on) li.project-list, .p2 main .sidemenu.on ul.projects button {display:block;}
.p2 main .sidemenu ul.projects:has(.menu-projects.on) li.menu-projects i.ico {transform: translateY(-50%) rotate(0);}
.p2 main .sidemenu ul.projects button, .p2 main .sprintsmenu ul.sprints button {margin: 8px auto; width:90%; padding: 0 4px;}
.p2 main .sidemenu ul.projects button dd, .p2 main .sprintsmenu ul.sprints button dd {margin-inline-start:0;}
main .sidemenu ul.projects:has(.on) li.menu-projects {background-color: white;}
.p2 main .sidemenu ul.projects .project-list {height:fit-content; overflow-y:auto; max-height:288px; margin-bottom:0; border-radius:0;}
.p2 main .sidemenu ul.projects .project-list > ul{border-radius:0;}
.p2 main .sidemenu ul.projects .project-list dd {border-radius: 8px;width:100%; margin:0; text-align:start;}
.p2 main .sidemenu ul.projects .project-list dd:hover {background-color:var(--l);}
.p2 main .sidemenu ul.projects .project-list .project-title, .sprintsmenu ul.sprints .sprint-list .menu-sprints {color:#555; transition: 200ms; position:relative; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; padding-right:20px; padding-left: 20px; margin-bottom: 4px; text-indent: initial;}
.p2 main .sidemenu ul.projects .project-list .project-title:last-child {margin-bottom: 0;}
.p2 main .sidemenu ul.projects .project-list .project-title i, .p2 main .sprintsmenu ul.sprints .sprint-list .menu-sprints.custom i {opacity:0; color:#555; display: inline-block; width: 14px; height: 14px; position: absolute; right: 8px; top: 50%; transform: translateY(-50%); transition: opacity 200ms;}
.p2 main .sidemenu ul.projects .project-list .project-title i.edit, .p2 main .sprintsmenu ul.sprints .sprint-list .menu-sprints.custom i.edit {width: 12px; height: 12px;}
.p2 main .sidemenu ul.projects .project-list .project-title:hover i, .p2 main .sprintsmenu ul.sprints .sprint-list .menu-sprints.custom:hover i {opacity:.7;}
.p2 main .sidemenu ul.projects .project-list .project-title i:hover, .p2 main .sprintsmenu ul.sprints .sprint-list .menu-sprints.custom i:hover {opacity:1;}
.p2 main .sidemenu ul.projects .project-list .project-title.on {font-weight: bold;background-color: var(--l);}
.p2 main .sprintsmenu ul {overflow: hidden;}
.p2 main .sprintsmenu li.sprint-list {overflow: auto; max-height: calc(100vh - 156px); margin-top: 28px;}
.p2 main .sprintsmenu li.sprint-list dd.title {transition: background-color 300ms; margin-bottom:4px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding-right: 24px; cursor: pointer;}
.p2 main .sprintsmenu li.sprint-list dd.title.on {font-weight: bold;}
.p2 main .sidemenu ul, .p2 main .sprintsmenu ul {cursor: pointer;padding-left: 0px;border-radius:8px; overflow-y: auto;margin:0;z-index: 1;}
.p2 main .sprintsmenu ul {overflow-y: hidden; cursor: default;}
.p2 main .sprintsmenu ul li.sprint-list ul {max-height: calc(100vh - 318px); overflow-y: auto;}
.p2 main .sprintsmenu ul li.sprint-list button.show-more {color: #555;}
.p2 main .sprintsmenu ul li.sprint-list button.show-more:hover {background-color: #e8e8e8; color:#333;}

.p2 main .sidemenu li, .p2 main .sprintsmenu li dd.menu-sprints, .p2 main .sprintsmenu li.sidebar-title {font-size: 14px;text-indent: 32px;text-align:left; height:48px; min-height: 48px; line-height: 48px; background-size: auto 24px; background-position: 6px center; margin:0; border-radius: 8px;}
.p2 main .sprintsmenu li dd.menu-sprints {color: #555;}
.p2 main .sidemenu li, .p2 main .sprintsmenu li.sidebar-title {text-indent: 32px}

.p2 main .sidemenu div.item {height: 48px;line-height: 48px;background-size: auto 20px;background-position: 16px 50%;text-indent: 48px;font-size: 13px;cursor: pointer;}
.p2 main .sidemenu div.settings {background-color: #f8f8f9;border-radius: 8px;margin:0;padding: 6px 0;height: fit-content;display:none;transition: 200ms;}
.p2 main .sidemenu div.settings:hover {background-color: white;}
.p2 main .sidemenu.show-settings div.settings {display: block; transition: 200ms; box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;}
.p2 main .sidemenu div.prof {background-color: #f8f8f9;border-radius: 8px; margin: 6px 0;display: flex;justify-content: space-between;align-items: center;transition: 200ms; box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;}
.p2 main .sidemenu div.prof.ico.dummyuser:hover, .p2 main .sidemenu div.prof.ico.user:hover {background-color: white;}
.p2 main .sidemenu div.prof .ico.up {margin-right: 15px;display: none;height: 11px;width: 11px;margin-top: 7px;}
.p2 main .sidemenu.show-settings .ico.up {display: block;}
.p2 main .sidemenu .sidebar-title {display: none; color:#999999; font-size:12px; margin-top:0;}


.p2 main .body {margin-left: 240px;display: flex;flex-direction: column;flex: 1;padding: 24px 24px 24px 0; height: 100vh; overflow: hidden;}
.p2 main .body .header {display: flex;flex-direction: column;justify-content: space-between; padding:12px 20px;border-radius: 8px;background-color: white;margin-bottom: 16px; z-index: 9;flex:0;}
.p2 main .body .content {max-height: 100%; width: 100%; overflow-y: auto; overflow-x:hidden; flex: 1;padding: 0;margin-bottom:12px;border-radius:8px;}
.p2 main .body .content .block {padding: 16px;border-radius: 8px;background-color: white;}
.p2 main .header .title-icon {background-size: contain;background-repeat: no-repeat;width: 56px;height: 56px;display: inline-block;background-size: 28px auto;background-position: center;border-radius: 28px;background-color: var(--l);}
.p2 main .header h2 {margin-left: 16px; font-size: 24px; font-weight: 500;}
.p2 main .header .icos b {width: 40px;height: 40px;border-radius: 20px;border: 1px solid #E6E6E6;margin: 8px;background-size: auto 20px;background-position: center;}
.p2 main .header .icos b:hover { background-color: #E6E6E6 }
.p2 main .header .icos .ico {transition: 200ms;cursor: pointer;}
.p2 main .header .icos .ico:hover {background-color: #F5F7FD;}
.p2 main .header .title-line .add_competitor { margin-left: 8px; transition: 200ms;}
.p2 main .header .title-line .ico.magic {padding: 0 16px 0 44px;width: auto;line-height: 38px;background-position: 16px center;position: relative;background-color: white;}
.p2 main .header .title-line .ico.magic::before {content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;border-radius: inherit;padding: 1px;background: linear-gradient(to right, #D93F3F, var(--a1));-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);-webkit-mask-composite: xor;mask-composite: exclude;animation: magic-rotate 1.5s linear infinite;}
@keyframes magic-rotate {
    0% {background: linear-gradient(0deg, var(--a2), var(--a1));}
    40% {background: linear-gradient(90deg, var(--a2), var(--a1));}
    70% {background: linear-gradient(180deg, var(--a2), var(--a1));}
    90% {background: linear-gradient(270deg, var(--a2), var(--a1));}
    100% {background: linear-gradient(360deg, var(--a2), var(--a1));}
}

.popup .body.full-screen { height: 100%;display: flex;flex-direction: column; }

.p2 main .header .title-line .add_competitor:hover { background-color: var(--al1);}
.p2 main .header .title-line .add_competitor dd, button.add dd { margin: 0; line-height: 40px; }
.p2 main .header.favorite .title-line .ico{display:none;}
.p2 main .header .spans{display: none;}
.p2 main .header .ico.refresh{background-size: 16px auto;}
.p2 main .header .ico.edit{background-size: 16px auto;}
.p1.center > main {background-color: var(--l);height: 100%;width: 100%;display: flex;flex-direction: column;align-items: center;justify-content: safe center;flex: 1;}
.p1.center > main .body {background-color: #fff;border-radius: 16px;padding: 24px;box-sizing: content-box;position: relative; margin-top: 80px; margin-bottom: 80px;}
.p1.popup {background-color: rgba(0, 0, 0, 0.4);display: flex;flex-direction: column;align-items: center;position: fixed;top: 0;left: 0;bottom: 0;right: 0;z-index: 1000;}
.p1.popup > main {width: min-content;background-color:white;display: flex;flex-direction: column;margin:auto;border-radius:16px;align-items: center;justify-content: center;height: fit-content;position: relative;max-height: 80%;overflow: hidden;}
.p1.popup > main .ico.close-circle{position: absolute;right: 20px;top: 20px;}
.p2.news_list main .header {height: 180px;padding-bottom: 16px;}
.p2.news_list main .header .title-line h2{margin:8px 16px;}
.p2.news_list main .header .title-line h2+.hbox{padding:0 16px;}
.p2.news_list main .header .title-line input{min-width: 300px;;}
.p2.news_list main .content {}

.p1.popup.right {height: 100vh;}
.p1.popup.right > main{
    margin-right: 0;height: 100vh;max-height:100vh;width: auto;border-radius: 0;
}


section.popup.confirmation { padding: 30px; text-align: left; }
section.popup.confirmation h2 { font-size: 18px; margin: 0; }
section.popup.confirmation p { font-size: 16px; margin: 20px 0; color: unset; }
section.popup.confirmation button { width: 100%; margin-right: 0; }
section.popup.confirmation .text-box{margin:16px 0;}
section.popup.confirmation .text-box input[type=text]{width: 100%;}
.p1 form{min-width: 480px; height: 100%;overflow-y: auto;}


::placeholder {color: #C5C5C5;}
input[type=text],input[type=email],input[type=password], input[type=date] {height: 48px;line-height: 48px;border-radius: 8px;border: 1px solid #C5C5C5;padding: 0 1rem;box-sizing: border-box;}
input[type=checkbox],input[type=radio]{height:20px;width:20px;cursor: pointer;}
textarea{border-radius: 8px;border: 1px solid #C5C5C5;padding: 0 1rem;box-sizing: border-box;padding:8px 16px;line-height:32px;;}
form {padding: 32px;}
form h2 {margin:8px 0;}
form h4 {margin: 0;padding: 8px 0;font-size:13px;font-weight:bold;}
.required h4:after{content:' *';color:var(--a2);font-weight: bold;}
form ul {padding: 0;margin: 0}
form li input[type=text],
form li input[type=email],
form li input[type=password] {width: 100%;}
form li[name=upload] {margin-bottom: 30px};
form li textarea {width: 100%;}
form li select {
	width: 100%;
	padding-right: 30px;
	-webkit-appearance: none;
}
form li[type='multiple'] dl{
    display: flex;
}
form li[type='multiple'] dl > *:first-child{
    margin-inline-start:0;
}
.form-item-industry .form-type-select,
.form-item-employee_count .form-type-select,
.form-item-position .form-type-select {
	position: relative;
}
.form-item-industry .form-type-select::after,
.form-item-employee_count .form-type-select::after,
.form-item-position .form-type-select::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #aaa;
}
form li p {color:var(--tl);margin-top:0;font-size: 12px;}
form li p.desc-counter {color:#C5C5C5;font-size: 14px;}
form li .form-type-textarea p.desc-desc {margin: 0;}
form .title-box i[data-hint]:not([data-hint=""]){display:inline-block; }
form .title-box i{position: relative;display: none;cursor:pointer;width:20px;height:20px;background-image: url("data:image/svg+xml,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M10.0013 16.666C11.8624 16.666 13.4388 16.0202 14.7305 14.7285C16.0221 13.4368 16.668 11.8605 16.668 9.99935C16.668 8.13824 16.0221 6.56185 14.7305 5.27018C13.4388 3.97852 11.8624 3.33268 10.0013 3.33268C8.14019 3.33268 6.5638 3.97852 5.27214 5.27018C3.98047 6.56185 3.33464 8.13824 3.33464 9.99935C3.33464 11.8605 3.98047 13.4368 5.27214 14.7285C6.5638 16.0202 8.14019 16.666 10.0013 16.666ZM10.8346 14.166H9.16797V9.16602H10.8346V14.166ZM10.5951 7.25977C10.4353 7.41949 10.2374 7.49935 10.0013 7.49935C9.76519 7.49935 9.56727 7.41949 9.40755 7.25977C9.24783 7.10004 9.16797 6.90213 9.16797 6.66602C9.16797 6.4299 9.24783 6.23199 9.40755 6.07227C9.56727 5.91254 9.76519 5.83268 10.0013 5.83268C10.2374 5.83268 10.4353 5.91254 10.5951 6.07227C10.7548 6.23199 10.8346 6.4299 10.8346 6.66602C10.8346 6.90213 10.7548 7.10004 10.5951 7.25977Z' fill='%23191919' fill-opacity='0.25'/><path fill-rule='evenodd' clip-rule='evenodd' d='M10.0013 18.3327C8.84852 18.3327 7.76519 18.1139 6.7513 17.6764C5.73741 17.2389 4.85547 16.6452 4.10547 15.8952C3.35547 15.1452 2.76172 14.2632 2.32422 13.2493C1.88672 12.2355 1.66797 11.1521 1.66797 9.99935C1.66797 8.84657 1.88672 7.76324 2.32422 6.74935C2.76172 5.73546 3.35547 4.85352 4.10547 4.10352C4.85547 3.35352 5.73741 2.75977 6.7513 2.32227C7.76519 1.88477 8.84852 1.66602 10.0013 1.66602C11.1541 1.66602 12.2374 1.88477 13.2513 2.32227C14.2652 2.75977 15.1471 3.35352 15.8971 4.10352C16.6471 4.85352 17.2409 5.73546 17.6784 6.74935C18.1159 7.76324 18.3346 8.84657 18.3346 9.99935C18.3346 11.1521 18.1159 12.2355 17.6784 13.2493C17.2409 14.2632 16.6471 15.1452 15.8971 15.8952C15.1471 16.6452 14.2652 17.2389 13.2513 17.6764C12.2374 18.1139 11.1541 18.3327 10.0013 18.3327ZM10.0013 16.666C11.8624 16.666 13.4388 16.0202 14.7305 14.7285C16.0221 13.4368 16.668 11.8605 16.668 9.99935C16.668 8.13824 16.0221 6.56185 14.7305 5.27018C13.4388 3.97852 11.8624 3.33268 10.0013 3.33268C8.14019 3.33268 6.5638 3.97852 5.27214 5.27018C3.98047 6.56185 3.33464 8.13824 3.33464 9.99935C3.33464 11.8605 3.98047 13.4368 5.27214 14.7285C6.5638 16.0202 8.14019 16.666 10.0013 16.666Z' fill='%23191919' fill-opacity='0.25'/></svg>");}
form .title-box i[data-hint]::after {content: attr(data-hint);position: absolute;top: 110%; left: 10%; transform: translateX(-10%); padding: 12px 16px;background-color: rgba(0, 0, 0, 0.6);color: white;border-radius: 5px;font-size: 12px;white-space: nowrap;visibility: hidden; opacity: 0; transition: opacity 0.3s, visibility 0.3s; }  
form .title-box i[data-hint]:hover::after {visibility: visible; opacity: 1;}
form .buttons {width: 100%;padding: 16px;}
form .buttons.vbox {align-items: center;}
form .buttons.vbox > *{width: 100%;text-align: center;}
form .buttons.hbox {justify-content: flex-end;}
form .buttons.hbox button{flex:1;margin:8px 12px;}
form .buttons.add .delete{display: none;}
pre.err {font-style: italic !important;}
form cite {color: var(--a2);padding-top: 0;padding-bottom: 0;padding-right: 0;white-space: normal;height: auto;line-height: 20px;font-size: 13px;padding-right: 0px;width: 100%;text-align: left; font-style: italic !important;}
form+cite {color: var(--a2);line-height: 20px;font-size: 13px;}
form cite[hidden] {
    display: block;
}
form label.sel-option {line-height: 40px;height: 40px;display: flex;flex-direction: row;align-items: center;white-space: nowrap;}
form label.sel-option.radio {flex-direction: row-reverse;gap: 4px;}
form label.sel-option.radio input{margin:0;}
form .options{display: flex;flex-direction: row;flex-wrap: wrap;gap: 0 16px;}


button.blue-btn {
    background-color: var(--a1);
    color: white;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
button.blue-btn span {text-wrap:nowrap;}
label.sel-opxion {padding: 0 16px 0 0;height: 48px;line-height: 48px;display: inline-flex;flex-direction: row-reverse;align-items: center;width: auto;}
label.sel-opxion input {width: 20px;height: 20px;border: 1px solid #C5C5C5;margin: 0 12px 0 0;}
select {height: 48px;font-size: 12px;;border-radius: 8px;border: 1px solid #C5C5C5;padding: 0 1rem;box-sizing: border-box;}
select option {height: 48px;font-size: 14px;appearance: none;}
label.type select {background-color: var(--l); padding: 0 0 0 4px; height: 20px; width: 54px; border: 1px solid var(--l2); color: #666;}
label.type select:focus-visible {outline: none;}

.form-row-checkbox[name="usage"] .sel-option {
    line-height: normal;
    height: auto;
}
.form-row-checkbox[name="usage"] .sel-option input[type="checkbox"] {
    margin: 2px 0 0 0;
    height: 14px;
}

.ticket_list .tabs.hbox button.blue-btn {flex-wrap:wrap; min-height:40px; line-height:1px; height:unset;}
.ticket_list .tabs.hbox button.blue-btn .ico {height:22px;}
.ticket_list .tabs.hbox button.blue-btn span {height:20px; padding-top:9px;}

.hbox {display: flex;flex-direction: row;align-items: center;}
.vbox {display: flex;flex-direction: column;justify-content: center;}
.ob-steps {margin: 16px 0;justify-content: center;}
.ob-steps .hbox {opacity: 0.5;cursor: pointer;margin-right: 32px;background-color: white;}
.ob-steps b {background-color: var(--a1);color: white;width: 32px;height: 32px;border-radius: 16px;line-height: 32px;text-align: center;display: inline-block;}
.ob-steps span {color: var(--a1);padding: 0 8px;}
.step-1 .hbox:first-child {opacity: 1;}
.step-2 .hbox:nth-child(2) {opacity: 1;}
.step-3 .hbox:nth-child(3) {opacity: 1;}
table {width: 100%;}
table th {line-height: 60px;height: 60px;padding: 0 16px;text-align: left;font-size: 14px; font-weight: 500; text-wrap:nowrap;}
/* table th.list-view-ticket_type, table th.list-view-stat {text-align:center;} */
table td {line-height: 59px;height: 100%;padding: 0 16px; font-size: 13px; text-wrap:nowrap;}
table .list-item-title  {max-width: 340px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
table .list-item-id, table .list-item-type  {width: 40px;}
table .list-item-operations i {display: inline-block;width: 16px;height: 16px;position: relative;top: 2px;}
table .list-item-rating  {line-height: 0;}
table tr:first-child {cursor: default;}
table tr {border-bottom: 1px solid #ddd;cursor: pointer ;}
.toastui-editor tr:first-child {cursor: unset;}
.toastui-editor tr {cursor: unset;}
table tr:not(:first-child):hover{background-color: var(--l);}
.toastui-editor table tr:not(:first-child):hover{background-color: unset;}
table.list-view.empty tr:not(:first-child):hover{background-color:inherit;cursor:unset;}
table tr:last-child {border-bottom: 0;}
.stars {color: var(--a1)}
.list-item-product_name, .list-item-name {cursor: pointer;}
table .list-view-pages.more-style{text-align: center; }
table .list-view-pages.more-style dt{text-align: center; border-radius:4px; border:1px solid var(--a1);color:var(--a1);padding:0 80px;margin:auto;    height: 40px;line-height: 40px;box-sizing: content-box;cursor: pointer;transition: 0.3s;}
table .list-view-pages.more-style dt:hover{background-color:var(--a1);color:white;}
table tr.new td:first-child:before{content:'NEW';background-color:#C31111;color:white;height:20px;display: inline-block;line-height: 20px;padding: 0 6px;border-radius: 4px;box-sizing: content-box;font-size: 11px;margin-right: 6px;}
.last table .list-view-pages.more-style {display: none;}
table.empty .list-view-pages.more-style {display: none;}
.list-pages .list-view-pages {display:flex;flex-direction: row;}
.list-pages .list-view-pages dd{width: 28px;height:28px;line-height: 28px;box-sizing: border-box;text-align: center;margin: 0;margin-right: 8px;}
.list-pages .list-view-pages dd.on{background-color: #222;color:white;border-radius:14px;}
.list-frame {padding:0 16px 16px;background-color: white;border-radius: 8px; overflow-x:auto;}
.list-frame table.list-view {flex:1;}
table td.list-item-name label{max-width: 360px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}

.back {text-decoration: underline;cursor: pointer;margin: 16px 0;}


.breadcrumbs {display: flex;flex-direction: row;align-items: center;}
.breadcrumbs dt {padding: 0 8px;margin: 0;font-weight: 500;font-size: 12px;}
.breadcrumbs dd {padding: 0;margin: 0;color: #999;font-size: 12px; height:16px; display:flex;align-items:center;}
.breadcrumbs dd:after {content: '\203A';height: 16px;text-decoration: none;display: inline-block;padding: 0 6px;font-size: 16px; margin-bottom:5px;}
.breadcrumbs dd:last-of-type:after {content: '';}
.tabs dl {margin: 0}
.tabs dd {margin: 0 15px;height: 54px;line-height: 54px;font-size: 14px;border-bottom: 2px solid #dbdbdb;color: #999;cursor: pointer;}
.tabs dd:hover { color: var(--a1) }
.tabs dd.on, .tabs.hdr dd.on {border-bottom: 2px solid var(--a1);color: var(--a1);font-weight: 600;}
.tabs.hdr dd {border-bottom: 2px solid transparent; text-wrap:nowrap;}
.tabs.hdr i.list {width:18px; height:18px; min-width:18px; min-height:18px;}
.tabs.hdr i.cog, .tabs.hdr i.switch {margin:19px 15px;}
.tabs.hdr i.cog:after, .tabs.hdr i.switch:after {white-space:nowrap; top:-34px; left:50%; transform:translateX(-50%);font-style:normal;}
/* .tabs.hdr .col-select {cursor:pointer; color:#999; display:flex; align-items:center; gap:4px;} */
/* .tabs.hdr .col-select:hover {color:var(--a1);} */
/* .tabs.hdr .col-select i.cog {display:inline-block;} */
.popup.cols-select-pop {max-width:256px; display:flex; flex-direction:column;}
.popup.cols-select-pop header {justify-content:center !important; padding-bottom:0 !important; flex-shrink:0;}
.popup.cols-select-pop header h2 {padding:12px !important;}
.popup.cols-select-pop .checkboxes {overflow-y:auto; flex-grow:1;}
.popup.cols-select-pop .checkboxes ul {padding:0 30px !important; margin:0; display:flex; flex-direction:column; justify-content:center; align-items:start;}
.popup.cols-select-pop .checkboxes ul .column-checkbox {display:flex; align-items:center; width:100%;border-radius:2px; transition: background-color 300ms;}
.popup.cols-select-pop .checkboxes ul .column-checkbox.all {margin-bottom:8px;}
.popup.cols-select-pop .checkboxes ul .column-checkbox:hover {background-color:var(--l); cursor:pointer;}
.popup.cols-select-pop .checkboxes ul .column-checkbox input {accent-color: var(--a1);}
.popup.cols-select-pop .checkboxes ul .column-checkbox label {font-size:14px; padding-left:6px; flex-grow:1; text-align:start; cursor:pointer;}
.popup.cols-select-pop .err, .popup.new-project-pop .err, .popup.new-sprint-pop .err {color:var(--a2); font-size:12px; margin:6px 0 0 0;}
.popup.new-project-pop.new .err, .popup.new-project-pop.edit .err {margin-top: 16px;}
.popup.new-project-pop.edit {overflow-y: auto;}
.popup.cols-select-pop .err.hidden, .popup.new-project-pop .err.hidden, .popup.new-sprint-pop .err.hidden {display:block !important; opacity:0; user-select:none; pointer-events:none; flex-shrink:0;}
.popup.new-project-pop .err.title {margin: 0 0 12px 0; display: block !important;}
.popup.new-project-pop .err.hidden {display: block !important; pointer-events: none; user-select: none; opacity: 0; height: 4px;}
.popup.cols-select-pop footer {display: flex; justify-content:space-evenly; align-items:center; gap:16px; padding:16px; padding-top:0; flex-shrink:0;}
.popup.cols-select-pop footer button {width:100%; height:40px; line-height:40px; border-radius:6px; margin-bottom:0;}

.popup.new-project-pop, .popup.new-sprint-pop, .csv-import-pop {padding:16px 30px;}
.popup.new-project-pop header, .popup.new-sprint-pop header, .csv-import-pop header {padding:0 !important;}
.popup.new-project-pop header h2, .popup.new-sprint-pop header h2, .csv-import-pop header h2 {padding:8px 0 !important;}
.popup.new-project-pop .err, .popup.new-sprint-pop .err {font-size:14px; text-align:left; padding:0 4px;}
.popup.new-project-pop .body, .popup.new-sprint-pop .body {margin:20px 0 12px 0;}
.popup.new-project-pop .body textarea {width:100%; resize:none;}
.popup.new-project-pop .body p.desc-counter {color: #C5C5C5; margin: 0;}
.popup.new-project-pop .body input.title, .popup.new-project-pop .body input.desc, .popup.new-sprint-pop .body input.title, .popup.new-sprint-pop .body input.desc {width:100%;}
.popup.new-project-pop .body input.title, .popup.new-sprint-pop .body input.title {margin-bottom:6px;}
.popup.new-project-pop .body .editors-list ul {margin: 0; padding: 0; max-height: 200px; overflow: auto;}
.popup.new-project-pop .body .editors-list ul .editor-name {margin: 0; padding: 0; padding-bottom: 4px;}
.popup.new-project-pop footer button, .popup.new-sprint-pop footer button {width:100%;}
.popup.new-sprint-pop {overflow: auto;}
.popup.new-sprint-pop form textarea {resize: none;}
.popup.new-sprint-pop li .dates-container {display: flex; gap: 16px;}
.popup.new-sprint-pop li .dates-container label {display: flex; flex-direction: column;align-items: start;width: 100%;color: #999;}
.popup.new-sprint-pop li .dates-container input {width: 100%;}
.popup.new-sprint-pop li:last-of-type {height: 24px;margin-top: 8px;}
.popup.new-sprint-pop form {padding: 0;}
.popup.new-sprint-pop.info .body p {margin: 4px 0; text-align:start; word-wrap: break-word; line-height: 20px;}
.popup.new-sprint-pop.info .body span p {font-size:14px; margin:0;}
.popup.new-sprint-pop.info .body p.desc {margin-bottom: 16px;}
.popup.new-sprint-pop.info span {display:flex; width: 100%;gap: 8px;}
.popup.new-sprint-pop.info span .start, .popup.new-sprint-pop.info span .end {font-weight: bold;}

.popup.new-project-pop.info header, .popup.new-sprint-pop.info header {display:flex;flex-direction:column; align-items:start;}
.popup.new-project-pop.info header .title, .popup.new-sprint-pop.info header .title {padding-bottom:0px !important; width: 100%; text-align: start;}
.popup.new-project-pop.info header .owner, .popup.new-sprint-pop.info header .owner {margin-top:4px; font-size:13px;}
.popup.new-project-pop.info .body, .popup.new-sprint-pop.info .body {margin:6px 0; margin-bottom: 14px;}
.popup.new-project-pop.info .body p {text-align:start; margin-top: 12px; word-wrap:break-word; line-height:20px;}
.popup.new-project-pop.del .body .conf, .popup.new-sprint-pop.del .body .conf {margin:12px 0 14px 0;}
.popup.new-project-pop.info .body .desc-title, .popup.new-sprint-pop.info .body .desc-title {font-weight:bold; margin-bottom:2px;}
.popup.new-sprint-pop.info .body .desc-title {margin-top:8px;}
.popup.new-sprint-pop.info .body .sprint-dates {display: flex; gap: 16px;}
.popup.new-project-pop.info .body .desc, .popup.new-sprint-pop.info .body .desc {margin-top:0px;}
.popup.new-project-pop.info footer, .popup.new-sprint-pop.info footer {display:flex; justify-content:space-evenly; align-items:center; gap:12px;}
.popup.new-project-pop.info footer button, .popup.new-sprint-pop.info footer button {display: flex; justify-content: center; align-items: center; gap: 8px; margin-top:22px;}
.popup.new-project-pop.info footer button.del, .popup.new-sprint-pop.info footer button.del {background-color:#fff0f2; color:#C31111; border:1px solid #ff9292;}
.popup.new-project-pop.info footer button.del:focus-visible, .popup.new-sprint-pop.info footer button.del:focus-visible {outline: 2px solid #C31111;}
.popup.new-project-pop.info footer button.del:hover, .popup.new-sprint-pop.info footer button.del:hover {background-color:#C31111; color:white; border:1px solid #C31111;}
.popup.new-project-pop.info footer button.del:hover i, .popup.new-sprint-pop.info footer button.del:hover i {background-image: url("data:image/svg+xml,<svg width='17' height='19' viewBox='0 0 17 19' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M3.18207 18.3077C2.61686 18.3077 2.1341 18.1162 1.73381 17.7332C1.33349 17.3502 1.13334 16.8884 1.13334 16.3476V2.58556H0V0.959159H5.09999V0H11.9V0.959159H17V2.58556H15.8667V16.3476C15.8667 16.8953 15.6683 17.3589 15.2717 17.7384C14.875 18.1179 14.3904 18.3077 13.8179 18.3077H3.18207ZM14.1667 2.58556H2.83331V16.3476C2.83331 16.4449 2.86601 16.5249 2.9314 16.5874C2.9968 16.65 3.08035 16.6813 3.18207 16.6813H13.8179C13.9051 16.6813 13.985 16.6465 14.0577 16.577C14.1304 16.5075 14.1667 16.431 14.1667 16.3476V2.58556ZM5.55771 14.5127H7.25769V4.75414H5.55771V14.5127ZM9.74231 14.5127H11.4423V4.75414H9.74231V14.5127Z' fill='%23FFFFFF'/></svg>");}
.popup.new-project-pop.info footer button i, .popup.new-sprint-pop.info footer button i {color: white; display: inline-block; width: 12px; height: 12px;}

.popup.new-project-pop.del .body input.del:focus-visible, .popup.new-sprint-pop.del .body input.del:focus-visible {outline: 2px solid #C31111;}
.popup.new-project-pop.del .body input.del, .popup.new-sprint-pop.del .body input.del {margin-bottom:0;}
.popup.new-project-pop.del footer button.del, .popup.new-sprint-pop.del footer button.del {margin-top:12px;}
.popup.new-sprint-pop .desc-title.empty {margin-bottom: 4px;}
.popup.new-sprint-pop cite {display: inline-block; width: 100%; text-align: start; margin-left: 4px; margin-bottom: 12px;}
.popup.new-sprint-pop .error cite {display: inline-block; width: 100%; text-align: start; margin-left: 4px; margin-bottom: 12px;}

.popup.new-task-pop {overflow: auto; width: min-content !important; text-align: start;}
.popup.new-task-pop li.period dl {display: flex; gap: 16px;}
.popup.new-task-pop li.period dl dd {margin-left: 0;}
.popup.new-task-pop li.form-item-assignee_data select, .popup.new-task-pop li.form-item-stat select {width:50%;}
.popup.new-task-pop .tc-search-container { justify-content: space-between; align-items: start; gap:12px; max-height: 20rem; height:fit-content; margin-bottom: 1rem;}
.popup.new-task-pop .tc-search-container .ico {margin-top: 40px;}
.popup.new-task-pop .tc-search-container .input-search, .popup.new-task-pop .tc-search-container .related-tickets {flex:1; display: flex; flex-direction: column; overflow: hidden; max-height: inherit; }
.popup.new-task-pop .tc-search-container .input-search input { margin-bottom: 5px; line-height: 50px;}
.popup.new-task-pop .tc-search-container .tc-search-list {height: calc(100% - 87px); overflow-y: scroll;}
.popup.new-task-pop .tc-search-container .tc-search-list p {text-align: center; font-size: 13px;}
.popup.new-task-pop .tc-search-container .tc-related-div {overflow-y:scroll; height: calc(100% - 34px);}

.popup.new-task-pop .tc-search-container .tc-search-list {border-radius: 8px; }
.popup.new-task-pop .tc-search-container .tc-item:active {transform: translateY(1px);}

.popup.search-form {display: flex; flex-direction: column;min-width: fit-content;overflow-y: auto;}
.popup.search-form > .frame{border-top: 1px solid var(--gray3);height: 100%;align-items: flex-start;overflow: hidden;}
.popup.search-form .form-c{flex:1;}
.popup.search-form .form-c > form{padding:12px;}
.popup.search-form .btn-c{padding:4px 12px;border-top: 1px solid var(--gray3);gap:16px}
.popup.search-form .left-pane {overflow-y: auto; border-right: 1px solid var(--gray3);height: 100%;}
.popup.search-form .left-pane ul{margin:0;padding:2px 8px;}
.popup.search-form .left-pane li{display:flex;align-items:center;width: 100%;height:32px;line-height:32px;cursor: pointer;padding:2px 8px;}
.popup.search-form .left-pane li:hover{background-color:var(--gray2);}
.popup.search-form .left-pane li label{flex:1;text-align:left;padding:auto 4px;user-select: none;cursor: pointer;}
.popup.search-form li .ico{width:16px;height:16px;cursor: pointer;}
.popup.search-form .left-pane li.on .ico.cross{display:none;}
.popup.search-form .left-pane li.on .ico.visible{display:block;}
.popup.search-form .left-pane li.off .ico.cross{display:block;}
.popup.search-form .left-pane li.off .ico.visible{display:none;}
.popup.search-form .left-pane li.off label{opacity:0.3;}
.popup.search-form .right-pane{flex:1;height:100%;}
.popup.search-form .form-row-checkbox{display: flex;align-items: center;padding-left:16px}
.popup.search-form > input[type=text]{
    margin: 8px auto 8px 0;
    border: 0;
    height: 36px;
    width: 240px;
    pointer-events: none;
    font-size: 1.2rem;
    background-color: unset;
}
.popup.search-form button.ico.add.small{
    background-image: none;
    background-size: unset;
    width: unset;
    height: unset;
    text-transform: capitalize;
}

.popup.search-form .form-type-autocomplete .autocomplete-select{
    align-self: center;
}
.popup.search-form .form-type-autocomplete .autocomplete-select b.cross{
    background: url("data:image/svg+xml,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><circle cx='10' cy='10' r='10' fill='%23191919' fill-opacity='0.3'/><path d='M6.8 14L6 13.2L9.2 10L6 6.8L6.8 6L10 9.2L13.2 6L14 6.8L10.8 10L14 13.2L13.2 14L10 10.8L6.8 14Z' fill='white'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.popup.search-form .frame.hbox .left-pane{
    display: none;
}

.popup.search-form .frame.hbox .right-pane .form-c dd{
    margin-left: 8px;
}

.popup.search-form .frame.hbox .right-pane .form-c dd span[v]{
    margin-left: 8px;
}

.popup.search-form .frame.hbox .right-pane .form-c dd:nth-child(4){
    display: flex;
    align-items: center;
    position: relative;
    bottom: 6px;
}

.popup.search-form .frame.hbox .right-pane .form-c dd i.trash{
    margin-left: 6px;
}

.sublist .btn-c{width:100%;padding:0 16px;border-top:1px solid var(--gray3);gap: 16px;}

.new-task-pop section.body form .form-item-multiple dl {display: flex; gap: 0 40px;}
.new-task-pop section.body form .form-item-multiple dl dd {margin-left: 0; width: 100%;}
.new-task-pop section.body form div.header {display: flex; justify-content: space-between; align-items: center;}
.new-task-pop section.body form div.header button {margin: 0; border-radius: 8px;}

.csv-alert-pop {padding: 32px;}
.csv-alert-pop section a.show-errors {
    cursor: pointer;
    color: var(--a1);
}

.csv-alert-pop section.show-err div.csv-errors {
    display: block;
}

.csv-alert-pop section div.csv-errors {
    display: none;
    margin-top: 8px;
    background-color: var(--l);
    padding: 8px 16px;
    border-radius: 8px;
    max-height: 240px;
    overflow: auto;
    ul {
        padding: 0;
    }
}
.csv-alert-pop footer {display: flex; gap: 16px; justify-content: center; margin: auto; margin-top: 32px;}
.csv-alert-pop footer button {margin: 0; border: 8px; background-position-x: 16px;}
.csv-alert-pop footer button.template, .csv-alert-pop footer button.failure {background-position-x: 16px;}

.csv-import-pop footer form {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 50px;
    overflow: hidden;
    padding: 0;

    input[type="file"] {
        outline: none;
        position: absolute;
        top: 0;
        left: 0;
        height: 50px;
        width: 170px;
      }
 
      input[type="file"]::file-selector-button {
        width: 170px;
        height: 50px;
        color: transparent;
      }
      
      input[type="file"]::before {
        position: absolute;
        pointer-events: none;
        top: 16px;
        left: 36px;
        color: #222;
        content: "Upload File";
        content: attr(action);
      }
      
      input[type="file"]::after {
        position: absolute;
        pointer-events: none;
        top: 16px;
        left: 8px;
        height: 20px;
        width: 20px;
        content: "";
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512' fill='%23999999'><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d='M144 480C64.5 480 0 415.5 0 336c0-62.8 40.2-116.2 96.2-135.9c-.1-2.7-.2-5.4-.2-8.1c0-88.4 71.6-160 160-160c59.3 0 111 32.2 138.7 80.2C409.9 102 428.3 96 448 96c53 0 96 43 96 96c0 12.2-2.3 23.8-6.4 34.6C596 238.4 640 290.1 640 352c0 70.7-57.3 128-128 128l-368 0zm79-217c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l39-39L296 392c0 13.3 10.7 24 24 24s24-10.7 24-24l0-134.1 39 39c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-80-80c-9.4-9.4-24.6-9.4-33.9 0l-80 80z'/></svg>");
        background-repeat: no-repeat
      }
      
      input[type="file"]::file-selector-button {
        border: none;
        background-color: transparent;
        cursor: pointer;
      }
}

table tr.new-task {
    position: relative;
}

table tr.new-task {
    opacity: 0;
    animation: highlight 1.5s forwards;
}

@keyframes highlight {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.ico.add-w { 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 d='M5.98686 10.25H7.01314V7.51314H9.74999V6.48686H7.01314V3.75001H5.98686V6.48686H3.25001V7.51314H5.98686V10.25ZM6.50115 13.5C5.60214 13.5 4.75711 13.3294 3.96607 12.9882C3.17502 12.647 2.48692 12.184 1.90177 11.5991C1.31661 11.0142 0.853355 10.3264 0.512013 9.53569C0.170671 8.745 0 7.90016 0 7.00115C0 6.10214 0.170597 5.25711 0.511791 4.46607C0.852985 3.67502 1.31603 2.98692 1.90091 2.40177C2.48581 1.81661 3.17361 1.35336 3.96431 1.01201C4.755 0.670672 5.59984 0.5 6.49885 0.5C7.39786 0.5 8.24289 0.670598 9.03393 1.01179C9.82498 1.35299 10.5131 1.81603 11.0982 2.40091C11.6834 2.98581 12.1466 3.67361 12.488 4.46431C12.8293 5.255 13 6.09984 13 6.99885C13 7.89786 12.8294 8.74289 12.4882 9.53393C12.147 10.325 11.684 11.0131 11.0991 11.5982C10.5142 12.1834 9.82639 12.6466 9.03569 12.988C8.245 13.3293 7.40015 13.5 6.50115 13.5ZM6.5 12.4737C8.02807 12.4737 9.32238 11.9434 10.3829 10.8829C11.4434 9.82238 11.9737 8.52807 11.9737 7C11.9737 5.47193 11.4434 4.17762 10.3829 3.1171C9.32238 2.05657 8.02807 1.5263 6.5 1.5263C4.97193 1.5263 3.67762 2.05657 2.61709 3.1171C1.55657 4.17762 1.0263 5.47193 1.0263 7C1.0263 8.52807 1.55657 9.82238 2.61709 10.8829C3.67762 11.9434 4.97193 12.4737 6.5 12.4737Z' fill='white'/></svg>");}
.ico.add { 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 d='M5.98686 10.25H7.01314V7.51314H9.74999V6.48686H7.01314V3.75001H5.98686V6.48686H3.25001V7.51314H5.98686V10.25ZM6.50115 13.5C5.60214 13.5 4.75711 13.3294 3.96607 12.9882C3.17502 12.647 2.48692 12.184 1.90177 11.5991C1.31661 11.0142 0.853355 10.3264 0.512013 9.53569C0.170671 8.745 0 7.90016 0 7.00115C0 6.10214 0.170597 5.25711 0.511791 4.46607C0.852985 3.67502 1.31603 2.98692 1.90091 2.40177C2.48581 1.81661 3.17361 1.35336 3.96431 1.01201C4.755 0.670672 5.59984 0.5 6.49885 0.5C7.39786 0.5 8.24289 0.670598 9.03393 1.01179C9.82498 1.35299 10.5131 1.81603 11.0982 2.40091C11.6834 2.98581 12.1466 3.67361 12.488 4.46431C12.8293 5.255 13 6.09984 13 6.99885C13 7.89786 12.8294 8.74289 12.4882 9.53393C12.147 10.325 11.684 11.0131 11.0991 11.5982C10.5142 12.1834 9.82639 12.6466 9.03569 12.988C8.245 13.3293 7.40015 13.5 6.50115 13.5ZM6.5 12.4737C8.02807 12.4737 9.32238 11.9434 10.3829 10.8829C11.4434 9.82238 11.9737 8.52807 11.9737 7C11.9737 5.47193 11.4434 4.17762 10.3829 3.1171C9.32238 2.05657 8.02807 1.5263 6.5 1.5263C4.97193 1.5263 3.67762 2.05657 2.61709 3.1171C1.55657 4.17762 1.0263 5.47193 1.0263 7C1.0263 8.52807 1.55657 9.82238 2.61709 10.8829C3.67762 11.9434 4.97193 12.4737 6.5 12.4737Z' fill='%232F304E'/></svg>");}
.ico.add-ticket { 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 d='M5.98686 10.25H7.01314V7.51314H9.74999V6.48686H7.01314V3.75001H5.98686V6.48686H3.25001V7.51314H5.98686V10.25ZM6.50115 13.5C5.60214 13.5 4.75711 13.3294 3.96607 12.9882C3.17502 12.647 2.48692 12.184 1.90177 11.5991C1.31661 11.0142 0.853355 10.3264 0.512013 9.53569C0.170671 8.745 0 7.90016 0 7.00115C0 6.10214 0.170597 5.25711 0.511791 4.46607C0.852985 3.67502 1.31603 2.98692 1.90091 2.40177C2.48581 1.81661 3.17361 1.35336 3.96431 1.01201C4.755 0.670672 5.59984 0.5 6.49885 0.5C7.39786 0.5 8.24289 0.670598 9.03393 1.01179C9.82498 1.35299 10.5131 1.81603 11.0982 2.40091C11.6834 2.98581 12.1466 3.67361 12.488 4.46431C12.8293 5.255 13 6.09984 13 6.99885C13 7.89786 12.8294 8.74289 12.4882 9.53393C12.147 10.325 11.684 11.0131 11.0991 11.5982C10.5142 12.1834 9.82639 12.6466 9.03569 12.988C8.245 13.3293 7.40015 13.5 6.50115 13.5ZM6.5 12.4737C8.02807 12.4737 9.32238 11.9434 10.3829 10.8829C11.4434 9.82238 11.9737 8.52807 11.9737 7C11.9737 5.47193 11.4434 4.17762 10.3829 3.1171C9.32238 2.05657 8.02807 1.5263 6.5 1.5263C4.97193 1.5263 3.67762 2.05657 2.61709 3.1171C1.55657 4.17762 1.0263 5.47193 1.0263 7C1.0263 8.52807 1.55657 9.82238 2.61709 10.8829C3.67762 11.9434 4.97193 12.4737 6.5 12.4737Z' fill='%232F304E'/></svg>");cursor: pointer;}

.list-frame td.list-view-product { color: var(--a1); text-decoration-line: underline; cursor: pointer; }
.list-frame td.list-view-company:hover { cursor: pointer; text-decoration: underline;}

.ico {background-size: contain;background-repeat: no-repeat;}
.ico.dummy {background-image: url("data:image/svg+xml,");}
.ico.check {background-image: url("data:image/svg+xml,<svg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M4.51327 9L12 1.49112L10.5133 0L4.51327 6.01775L1.48673 2.98225L0 4.47337L4.51327 9Z' fill='%233F58D9'/></svg>");}
.ico.add { width: 22px; height: 18px; 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 d='M5.98686 10.25H7.01314V7.51314H9.74999V6.48686H7.01314V3.75001H5.98686V6.48686H3.25001V7.51314H5.98686V10.25ZM6.50115 13.5C5.60214 13.5 4.75711 13.3294 3.96607 12.9882C3.17502 12.647 2.48692 12.184 1.90177 11.5991C1.31661 11.0142 0.853355 10.3264 0.512013 9.53569C0.170671 8.745 0 7.90016 0 7.00115C0 6.10214 0.170597 5.25711 0.511791 4.46607C0.852985 3.67502 1.31603 2.98692 1.90091 2.40177C2.48581 1.81661 3.17361 1.35336 3.96431 1.01201C4.755 0.670672 5.59984 0.5 6.49885 0.5C7.39786 0.5 8.24289 0.670598 9.03393 1.01179C9.82498 1.35299 10.5131 1.81603 11.0982 2.40091C11.6834 2.98581 12.1466 3.67361 12.488 4.46431C12.8293 5.255 13 6.09984 13 6.99885C13 7.89786 12.8294 8.74289 12.4882 9.53393C12.147 10.325 11.684 11.0131 11.0991 11.5982C10.5142 12.1834 9.82639 12.6466 9.03569 12.988C8.245 13.3293 7.40015 13.5 6.50115 13.5ZM6.5 12.4737C8.02807 12.4737 9.32238 11.9434 10.3829 10.8829C11.4434 9.82238 11.9737 8.52807 11.9737 7C11.9737 5.47193 11.4434 4.17762 10.3829 3.1171C9.32238 2.05657 8.02807 1.5263 6.5 1.5263C4.97193 1.5263 3.67762 2.05657 2.61709 3.1171C1.55657 4.17762 1.0263 5.47193 1.0263 7C1.0263 8.52807 1.55657 9.82238 2.61709 10.8829C3.67762 11.9434 4.97193 12.4737 6.5 12.4737Z' fill='white'/></svg>");}
.ico.add-w { 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 d='M5.98686 10.25H7.01314V7.51314H9.74999V6.48686H7.01314V3.75001H5.98686V6.48686H3.25001V7.51314H5.98686V10.25ZM6.50115 13.5C5.60214 13.5 4.75711 13.3294 3.96607 12.9882C3.17502 12.647 2.48692 12.184 1.90177 11.5991C1.31661 11.0142 0.853355 10.3264 0.512013 9.53569C0.170671 8.745 0 7.90016 0 7.00115C0 6.10214 0.170597 5.25711 0.511791 4.46607C0.852985 3.67502 1.31603 2.98692 1.90091 2.40177C2.48581 1.81661 3.17361 1.35336 3.96431 1.01201C4.755 0.670672 5.59984 0.5 6.49885 0.5C7.39786 0.5 8.24289 0.670598 9.03393 1.01179C9.82498 1.35299 10.5131 1.81603 11.0982 2.40091C11.6834 2.98581 12.1466 3.67361 12.488 4.46431C12.8293 5.255 13 6.09984 13 6.99885C13 7.89786 12.8294 8.74289 12.4882 9.53393C12.147 10.325 11.684 11.0131 11.0991 11.5982C10.5142 12.1834 9.82639 12.6466 9.03569 12.988C8.245 13.3293 7.40015 13.5 6.50115 13.5ZM6.5 12.4737C8.02807 12.4737 9.32238 11.9434 10.3829 10.8829C11.4434 9.82238 11.9737 8.52807 11.9737 7C11.9737 5.47193 11.4434 4.17762 10.3829 3.1171C9.32238 2.05657 8.02807 1.5263 6.5 1.5263C4.97193 1.5263 3.67762 2.05657 2.61709 3.1171C1.55657 4.17762 1.0263 5.47193 1.0263 7C1.0263 8.52807 1.55657 9.82238 2.61709 10.8829C3.67762 11.9434 4.97193 12.4737 6.5 12.4737Z' fill='white'/></svg>");}
.ico.add-ticket { width: 22px; height: 18px; 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 d='M5.98686 10.25H7.01314V7.51314H9.74999V6.48686H7.01314V3.75001H5.98686V6.48686H3.25001V7.51314H5.98686V10.25ZM6.50115 13.5C5.60214 13.5 4.75711 13.3294 3.96607 12.9882C3.17502 12.647 2.48692 12.184 1.90177 11.5991C1.31661 11.0142 0.853355 10.3264 0.512013 9.53569C0.170671 8.745 0 7.90016 0 7.00115C0 6.10214 0.170597 5.25711 0.511791 4.46607C0.852985 3.67502 1.31603 2.98692 1.90091 2.40177C2.48581 1.81661 3.17361 1.35336 3.96431 1.01201C4.755 0.670672 5.59984 0.5 6.49885 0.5C7.39786 0.5 8.24289 0.670598 9.03393 1.01179C9.82498 1.35299 10.5131 1.81603 11.0982 2.40091C11.6834 2.98581 12.1466 3.67361 12.488 4.46431C12.8293 5.255 13 6.09984 13 6.99885C13 7.89786 12.8294 8.74289 12.4882 9.53393C12.147 10.325 11.684 11.0131 11.0991 11.5982C10.5142 12.1834 9.82639 12.6466 9.03569 12.988C8.245 13.3293 7.40015 13.5 6.50115 13.5ZM6.5 12.4737C8.02807 12.4737 9.32238 11.9434 10.3829 10.8829C11.4434 9.82238 11.9737 8.52807 11.9737 7C11.9737 5.47193 11.4434 4.17762 10.3829 3.1171C9.32238 2.05657 8.02807 1.5263 6.5 1.5263C4.97193 1.5263 3.67762 2.05657 2.61709 3.1171C1.55657 4.17762 1.0263 5.47193 1.0263 7C1.0263 8.52807 1.55657 9.82238 2.61709 10.8829C3.67762 11.9434 4.97193 12.4737 6.5 12.4737Z' fill='%232F304E'/></svg>");cursor: pointer;}
.ico.rankdown {background-image: url("data:image/svg+xml,<svg width='19' height='11' viewBox='0 0 19 11' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 1L6.5 6L10 2.5L17 9.5M17 9.5H10M17 9.5L18 4' stroke='%23C31111' stroke-width='2' stroke-linejoin='round'/></svg>");}
.ico.rankup {background-image: url("data:image/svg+xml,<svg width='19' height='11' viewBox='0 0 19 11' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 9.5L6.5 4.5L10 8L17 1M17 1H10M17 1L18 6.5' stroke='%233F58D9' stroke-width='2' stroke-linejoin='round'/></svg>");}
.ico.menu-tickets, .ico.menu-projects {border-radius:8px; margin-left: 8px; background-image: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(%23clip0_2130_1342)'><path d='M5.3077 20.5C4.80257 20.5 4.375 20.325 4.025 19.975C3.675 19.625 3.5 19.1974 3.5 18.6923V5.3077C3.5 4.80257 3.675 4.375 4.025 4.025C4.375 3.675 4.80257 3.5 5.3077 3.5H15.7884L20.5 8.21153V18.6923C20.5 19.1974 20.325 19.625 19.975 19.975C19.625 20.325 19.1974 20.5 18.6923 20.5H5.3077ZM5.3077 19H18.6923C18.782 19 18.8557 18.9711 18.9134 18.9134C18.9711 18.8557 19 18.782 19 18.6923V8.99998H15V4.99998H5.3077C5.21795 4.99998 5.14423 5.02883 5.08653 5.08653C5.02883 5.14423 4.99997 5.21795 4.99997 5.3077V18.6923C4.99997 18.782 5.02883 18.8557 5.08653 18.9134C5.14423 18.9711 5.21795 19 5.3077 19ZM7.25 16.5H16.75V15H7.25V16.5ZM7.25 8.99998H12V7.5H7.25V8.99998ZM7.25 12.75H16.75V11.25H7.25V12.75Z' fill='%233F58D9'/></g><defs><clipPath id='clip0_2130_1342'><rect width='24' height='24' fill='white'/></clipPath></defs></svg>");}
.ico.menu-tickets {padding-left: 4px !important; background-position: 9px center !important;}
.ico.menu-tickets.on, .ico.menu-projects.on, .ico.menu-sprints.on {background-color:white !important;} 
.ico.menu-projects {background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='-5.0 -10.0 110.0 135.0'><path fill='%233F58D9' d='m88.199 26.715c-0.074219-0.054688-0.14844-0.10938-0.22656-0.16016-1.4805-0.98047-3.2539-1.5547-5.1602-1.5547h-14.402v-3.1328c0-5.1719-4.2031-9.375-9.375-9.375h-18.07c-5.1719 0-9.375 4.2031-9.375 9.375v3.1328h-14.402c-1.9062 0-3.6758 0.57422-5.1562 1.5547-0.082031 0.050781-0.15625 0.10547-0.23047 0.16016-2.4062 1.6992-3.9844 4.4961-3.9844 7.6602v43.75c0 5.1719 4.2031 9.375 9.375 9.375h65.625c5.1719 0 9.375-4.2031 9.375-9.375v-43.75c0-3.1641-1.5781-5.9609-3.9883-7.6602zm-41.324 21.723h6.25v9.375h-6.25zm9.375-6.25h-12.5c-1.7266 0-3.125 1.3984-3.125 3.125v4.6875h-12.984c-1.2773 0-2.418-0.76562-2.9023-1.9453l-6.8555-16.805h64.234l-6.8555 16.797c-0.48438 1.1875-1.625 1.9531-2.9062 1.9531h-12.984v-4.6875c0-1.7266-1.3984-3.125-3.125-3.125zm-18.41-20.32c0-1.7227 1.4023-3.125 3.125-3.125h18.07c1.7227 0 3.125 1.4023 3.125 3.125v3.1328h-24.32zm44.973 59.383h-65.625c-1.7227 0-3.125-1.4023-3.125-3.125v-39.691l4.8906 11.988c1.4531 3.5391 4.8633 5.8281 8.6875 5.8281h12.984v4.6875c0 1.7266 1.3984 3.125 3.125 3.125h12.5c1.7266 0 3.125-1.3984 3.125-3.125v-4.6875h12.984c3.8242 0 7.2344-2.2891 8.6914-5.8359l4.8906-11.984v39.695c0 1.7227-1.4023 3.125-3.125 3.125z'/></svg>");}
.ico.menu-projects-g {background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='-5.0 -10.0 110.0 135.0'><path fill='%23999999' d='m88.199 26.715c-0.074219-0.054688-0.14844-0.10938-0.22656-0.16016-1.4805-0.98047-3.2539-1.5547-5.1602-1.5547h-14.402v-3.1328c0-5.1719-4.2031-9.375-9.375-9.375h-18.07c-5.1719 0-9.375 4.2031-9.375 9.375v3.1328h-14.402c-1.9062 0-3.6758 0.57422-5.1562 1.5547-0.082031 0.050781-0.15625 0.10547-0.23047 0.16016-2.4062 1.6992-3.9844 4.4961-3.9844 7.6602v43.75c0 5.1719 4.2031 9.375 9.375 9.375h65.625c5.1719 0 9.375-4.2031 9.375-9.375v-43.75c0-3.1641-1.5781-5.9609-3.9883-7.6602zm-41.324 21.723h6.25v9.375h-6.25zm9.375-6.25h-12.5c-1.7266 0-3.125 1.3984-3.125 3.125v4.6875h-12.984c-1.2773 0-2.418-0.76562-2.9023-1.9453l-6.8555-16.805h64.234l-6.8555 16.797c-0.48438 1.1875-1.625 1.9531-2.9062 1.9531h-12.984v-4.6875c0-1.7266-1.3984-3.125-3.125-3.125zm-18.41-20.32c0-1.7227 1.4023-3.125 3.125-3.125h18.07c1.7227 0 3.125 1.4023 3.125 3.125v3.1328h-24.32zm44.973 59.383h-65.625c-1.7227 0-3.125-1.4023-3.125-3.125v-39.691l4.8906 11.988c1.4531 3.5391 4.8633 5.8281 8.6875 5.8281h12.984v4.6875c0 1.7266 1.3984 3.125 3.125 3.125h12.5c1.7266 0 3.125-1.3984 3.125-3.125v-4.6875h12.984c3.8242 0 7.2344-2.2891 8.6914-5.8359l4.8906-11.984v39.695c0 1.7227-1.4023 3.125-3.125 3.125z'/></svg>");}

.ico.menu-tickets.on, .menu-projects.on {background-color:#ffffffAA;} 
.ico.menu-report {margin-left: 8px; background-image: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(%23clip0_2130_1350)'><path d='M3 21V19L5 17V21H3ZM7 21V15L9 13V21H7ZM11 21V13L13 15.025V21H11ZM15 21V15.025L17 13.025V21H15ZM19 21V11L21 9V21H19ZM3 15.825V13L10 6L14 10L21 3V5.825L14 12.825L10 8.825L3 15.825Z' fill='%233F58D9'/></g><defs><clipPath id='clip0_2130_1350'><rect width='24' height='24' fill='white'/></clipPath></defs></svg>");}
.ico.menu-report-g {margin-left: 8px; background-image: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(%23clip0_2130_1350)'><path d='M3 21V19L5 17V21H3ZM7 21V15L9 13V21H7ZM11 21V13L13 15.025V21H11ZM15 21V15.025L17 13.025V21H15ZM19 21V11L21 9V21H19ZM3 15.825V13L10 6L14 10L21 3V5.825L14 12.825L10 8.825L3 15.825Z' fill='%23999999'/></g><defs><clipPath id='clip0_2130_1350'><rect width='24' height='24' fill='white'/></clipPath></defs></svg>");}
.ico.menu-settings.a1 {background-image: url("data:image/svg+xml,<svg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M3.65383 15.2115H9.34613V14.9154C9.34613 14.6603 9.27542 14.4239 9.134 14.2064C8.99258 13.9888 8.79534 13.82 8.54228 13.7C8.21524 13.5564 7.88413 13.4487 7.54893 13.3769C7.21373 13.3051 6.86408 13.2692 6.49998 13.2692C6.13588 13.2692 5.78623 13.3051 5.45103 13.3769C5.11582 13.4487 4.78471 13.5564 4.45768 13.7C4.20461 13.82 4.00737 13.9888 3.86595 14.2064C3.72453 14.4239 3.65383 14.6603 3.65383 14.9154V15.2115ZM12.0961 13.6923H14.9038C15.076 13.6923 15.2185 13.636 15.3311 13.5235C15.4437 13.411 15.5 13.2687 15.5 13.0966C15.5 12.9245 15.4437 12.782 15.3311 12.6692C15.2185 12.5564 15.076 12.5 14.9038 12.5H12.0961C11.9239 12.5 11.7815 12.5562 11.6689 12.6688C11.5563 12.7813 11.5 12.9236 11.5 13.0957C11.5 13.2678 11.5563 13.4102 11.6689 13.523C11.7815 13.6358 11.9239 13.6923 12.0961 13.6923ZM6.4977 12.5C6.871 12.5 7.18907 12.3693 7.4519 12.108C7.71472 11.8467 7.84613 11.5294 7.84613 11.1561C7.84613 10.7828 7.71547 10.4647 7.45415 10.2019C7.19283 9.93911 6.87553 9.8077 6.50225 9.8077C6.12895 9.8077 5.81088 9.93835 5.54805 10.1997C5.28523 10.461 5.15383 10.7783 5.15383 11.1516C5.15383 11.5249 5.28448 11.8429 5.5458 12.1058C5.80712 12.3686 6.12442 12.5 6.4977 12.5ZM12.0961 11H14.9038C15.076 11 15.2185 10.9437 15.3311 10.8312C15.4437 10.7187 15.5 10.5764 15.5 10.4043C15.5 10.2322 15.4437 10.0897 15.3311 9.97693C15.2185 9.86411 15.076 9.8077 14.9038 9.8077H12.0961C11.9239 9.8077 11.7815 9.86396 11.6689 9.97648C11.5563 10.089 11.5 10.2313 11.5 10.4034C11.5 10.5755 11.5563 10.7179 11.6689 10.8308C11.7815 10.9436 11.9239 11 12.0961 11ZM1.8077 19C1.30257 19 0.875 18.825 0.525 18.475C0.175 18.125 0 17.6974 0 17.1923V6.8077C0 6.30257 0.175 5.875 0.525 5.525C0.875 5.175 1.30257 5 1.8077 5H7V1.49998C7 1.08749 7.14688 0.734375 7.44063 0.440625C7.73438 0.146875 8.08749 0 8.49998 0H10.5C10.9125 0 11.2656 0.146875 11.5593 0.440625C11.8531 0.734375 12 1.08749 12 1.49998V5H17.1923C17.6974 5 18.125 5.175 18.475 5.525C18.825 5.875 19 6.30257 19 6.8077V17.1923C19 17.6974 18.825 18.125 18.475 18.475C18.125 18.825 17.6974 19 17.1923 19H1.8077ZM1.8077 17.5H17.1923C17.282 17.5 17.3557 17.4711 17.4134 17.4134C17.4711 17.3557 17.5 17.282 17.5 17.1923V6.8077C17.5 6.71795 17.4711 6.64423 17.4134 6.58653C17.3557 6.52883 17.282 6.49998 17.1923 6.49998H12V6.88463C12 7.29359 11.8522 7.64583 11.5567 7.94133C11.2612 8.23683 10.9089 8.38458 10.5 8.38458H8.49998C8.09101 8.38458 7.73878 8.23683 7.44328 7.94133C7.14776 7.64583 7 7.29359 7 6.88463V6.49998H1.8077C1.71795 6.49998 1.64423 6.52883 1.58653 6.58653C1.52883 6.64423 1.49998 6.71795 1.49998 6.8077V17.1923C1.49998 17.282 1.52883 17.3557 1.58653 17.4134C1.64423 17.4711 1.71795 17.5 1.8077 17.5ZM8.49998 6.88463H10.5V1.49998H8.49998V6.88463Z' fill='%233F58D9'/></svg>");}
.ico.cog {width:18px; height:18px; min-width:18px; min-height:18px; background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='%23999999' d='M487.4 315.7l-42.6-24.6c4.3-23.2 4.3-47 0-70.2l42.6-24.6c4.9-2.8 7.1-8.6 5.5-14-11.1-35.6-30-67.8-54.7-94.6-3.8-4.1-10-5.1-14.8-2.3L380.8 110c-17.9-15.4-38.5-27.3-60.8-35.1V25.8c0-5.6-3.9-10.5-9.4-11.7-36.7-8.2-74.3-7.8-109.2 0-5.5 1.2-9.4 6.1-9.4 11.7V75c-22.2 7.9-42.8 19.8-60.8 35.1L88.7 85.5c-4.9-2.8-11-1.9-14.8 2.3-24.7 26.7-43.6 58.9-54.7 94.6-1.7 5.4 .6 11.2 5.5 14L67.3 221c-4.3 23.2-4.3 47 0 70.2l-42.6 24.6c-4.9 2.8-7.1 8.6-5.5 14 11.1 35.6 30 67.8 54.7 94.6 3.8 4.1 10 5.1 14.8 2.3l42.6-24.6c17.9 15.4 38.5 27.3 60.8 35.1v49.2c0 5.6 3.9 10.5 9.4 11.7 36.7 8.2 74.3 7.8 109.2 0 5.5-1.2 9.4-6.1 9.4-11.7v-49.2c22.2-7.9 42.8-19.8 60.8-35.1l42.6 24.6c4.9 2.8 11 1.9 14.8-2.3 24.7-26.7 43.6-58.9 54.7-94.6 1.5-5.5-.7-11.3-5.6-14.1zM256 336c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z'/></svg>");}
.ico.cog:hover {cursor:pointer; background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='%233f58d9' d='M487.4 315.7l-42.6-24.6c4.3-23.2 4.3-47 0-70.2l42.6-24.6c4.9-2.8 7.1-8.6 5.5-14-11.1-35.6-30-67.8-54.7-94.6-3.8-4.1-10-5.1-14.8-2.3L380.8 110c-17.9-15.4-38.5-27.3-60.8-35.1V25.8c0-5.6-3.9-10.5-9.4-11.7-36.7-8.2-74.3-7.8-109.2 0-5.5 1.2-9.4 6.1-9.4 11.7V75c-22.2 7.9-42.8 19.8-60.8 35.1L88.7 85.5c-4.9-2.8-11-1.9-14.8 2.3-24.7 26.7-43.6 58.9-54.7 94.6-1.7 5.4 .6 11.2 5.5 14L67.3 221c-4.3 23.2-4.3 47 0 70.2l-42.6 24.6c-4.9 2.8-7.1 8.6-5.5 14 11.1 35.6 30 67.8 54.7 94.6 3.8 4.1 10 5.1 14.8 2.3l42.6-24.6c17.9 15.4 38.5 27.3 60.8 35.1v49.2c0 5.6 3.9 10.5 9.4 11.7 36.7 8.2 74.3 7.8 109.2 0 5.5-1.2 9.4-6.1 9.4-11.7v-49.2c22.2-7.9 42.8-19.8 60.8-35.1l42.6 24.6c4.9 2.8 11 1.9 14.8-2.3 24.7-26.7 43.6-58.9 54.7-94.6 1.5-5.5-.7-11.3-5.6-14.1zM256 336c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z'/></svg>");}
/* .ico.cog.a1 {background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='%233f58d9' d='M487.4 315.7l-42.6-24.6c4.3-23.2 4.3-47 0-70.2l42.6-24.6c4.9-2.8 7.1-8.6 5.5-14-11.1-35.6-30-67.8-54.7-94.6-3.8-4.1-10-5.1-14.8-2.3L380.8 110c-17.9-15.4-38.5-27.3-60.8-35.1V25.8c0-5.6-3.9-10.5-9.4-11.7-36.7-8.2-74.3-7.8-109.2 0-5.5 1.2-9.4 6.1-9.4 11.7V75c-22.2 7.9-42.8 19.8-60.8 35.1L88.7 85.5c-4.9-2.8-11-1.9-14.8 2.3-24.7 26.7-43.6 58.9-54.7 94.6-1.7 5.4 .6 11.2 5.5 14L67.3 221c-4.3 23.2-4.3 47 0 70.2l-42.6 24.6c-4.9 2.8-7.1 8.6-5.5 14 11.1 35.6 30 67.8 54.7 94.6 3.8 4.1 10 5.1 14.8 2.3l42.6-24.6c17.9 15.4 38.5 27.3 60.8 35.1v49.2c0 5.6 3.9 10.5 9.4 11.7 36.7 8.2 74.3 7.8 109.2 0 5.5-1.2 9.4-6.1 9.4-11.7v-49.2c22.2-7.9 42.8-19.8 60.8-35.1l42.6 24.6c4.9 2.8 11 1.9 14.8-2.3 24.7-26.7 43.6-58.9 54.7-94.6 1.5-5.5-.7-11.3-5.6-14.1zM256 336c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z'/></svg>");} */
.ico.kanban {width:18px; height:18px; min-width:18px; min-height:18px; background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='%23999999' d='M0 96C0 60.7 28.7 32 64 32l384 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zm64 64l0 256 160 0 0-256L64 160zm384 0l-160 0 0 256 160 0 0-256z'/></svg>");}
.ico.kanban:hover {cursor:pointer; background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='%233F58D9' d='M0 96C0 60.7 28.7 32 64 32l384 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zm64 64l0 256 160 0 0-256L64 160zm384 0l-160 0 0 256 160 0 0-256z'/></svg>");}
.ico.listswitch-blue {margin-left:8px; background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='%233F58D9' d='M40 48C26.7 48 16 58.7 16 72l0 48c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24L40 48zM192 64c-17.7 0-32 14.3-32 32s14.3 32 32 32l288 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L192 64zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l288 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-288 0zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l288 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-288 0zM16 232l0 48c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24zM40 368c-13.3 0-24 10.7-24 24l0 48c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24l-48 0z'/></svg>");}
.ico.listswitch {width:18px; height:18px; min-width:18px; min-height:18px; background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='%23999999' d='M40 48C26.7 48 16 58.7 16 72l0 48c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24L40 48zM192 64c-17.7 0-32 14.3-32 32s14.3 32 32 32l288 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L192 64zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l288 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-288 0zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l288 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-288 0zM16 232l0 48c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24zM40 368c-13.3 0-24 10.7-24 24l0 48c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24l-48 0z'/></svg>");}
.ico.listswitch:hover {cursor:pointer; background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='%233F58D9' d='M40 48C26.7 48 16 58.7 16 72l0 48c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24L40 48zM192 64c-17.7 0-32 14.3-32 32s14.3 32 32 32l288 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L192 64zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l288 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-288 0zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l288 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-288 0zM16 232l0 48c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24zM40 368c-13.3 0-24 10.7-24 24l0 48c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24l-48 0z'/></svg>");}
.ico.signout.a1 {background-image: url("data:image/svg+xml,<svg width='800px' height='800px' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none'><path stroke='%233F58D9' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M20 12h-9.5m7.5 3l3-3-3-3m-5-2V6a2 2 0 00-2-2H6a2 2 0 00-2 2v12a2 2 0 002 2h5a2 2 0 002-2v-1'/></svg>");}
.ico.edit {background-image: url("data:image/svg+xml,<svg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1.32351 13.6765H2.43662L11.4689 4.64419L10.3558 3.53108L1.32351 12.5634V13.6765ZM0 15V12.0136L11.6386 0.380097C11.772 0.258906 11.9194 0.165258 12.0806 0.0991546C12.2418 0.0330515 12.4109 0 12.5878 0C12.7647 0 12.9361 0.0313976 13.1019 0.0941919C13.2678 0.156971 13.4146 0.256795 13.5424 0.393663L14.6199 1.48472C14.7568 1.61254 14.8544 1.75963 14.9126 1.92598C14.9709 2.09232 15 2.25866 15 2.425C15 2.60243 14.9697 2.77175 14.9091 2.93297C14.8485 3.09421 14.7521 3.24154 14.6199 3.37497L2.9864 15H0ZM10.9026 4.09739L10.3558 3.53108L11.4689 4.64419L10.9026 4.09739Z' fill='%23666666'/></svg>");cursor: pointer;}
.ico.edit.gray {background-image: url("data:image/svg+xml,<svg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1.32351 13.6765H2.43662L11.4689 4.64419L10.3558 3.53108L1.32351 12.5634V13.6765ZM0 15V12.0136L11.6386 0.380097C11.772 0.258906 11.9194 0.165258 12.0806 0.0991546C12.2418 0.0330515 12.4109 0 12.5878 0C12.7647 0 12.9361 0.0313976 13.1019 0.0941919C13.2678 0.156971 13.4146 0.256795 13.5424 0.393663L14.6199 1.48472C14.7568 1.61254 14.8544 1.75963 14.9126 1.92598C14.9709 2.09232 15 2.25866 15 2.425C15 2.60243 14.9697 2.77175 14.9091 2.93297C14.8485 3.09421 14.7521 3.24154 14.6199 3.37497L2.9864 15H0ZM10.9026 4.09739L10.3558 3.53108L11.4689 4.64419L10.9026 4.09739Z' fill='%238c8c8c'/></svg>");cursor: pointer;}
.ico.edit.white {background-image: url("data:image/svg+xml,<svg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1.32351 13.6765H2.43662L11.4689 4.64419L10.3558 3.53108L1.32351 12.5634V13.6765ZM0 15V12.0136L11.6386 0.380097C11.772 0.258906 11.9194 0.165258 12.0806 0.0991546C12.2418 0.0330515 12.4109 0 12.5878 0C12.7647 0 12.9361 0.0313976 13.1019 0.0941919C13.2678 0.156971 13.4146 0.256795 13.5424 0.393663L14.6199 1.48472C14.7568 1.61254 14.8544 1.75963 14.9126 1.92598C14.9709 2.09232 15 2.25866 15 2.425C15 2.60243 14.9697 2.77175 14.9091 2.93297C14.8485 3.09421 14.7521 3.24154 14.6199 3.37497L2.9864 15H0ZM10.9026 4.09739L10.3558 3.53108L11.4689 4.64419L10.9026 4.09739Z' fill='%23FFFFFF'/></svg>");cursor: pointer;}
.ico.info {background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='%23555555' d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM216 336l24 0 0-64-24 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l48 0c13.3 0 24 10.7 24 24l0 88 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-208a32 32 0 1 1 0 64 32 32 0 1 1 0-64z'/></svg>");cursor: pointer;}
.ico.notice {background-image: url("data:image/svg+xml,<svg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M9.04282 15.8364C9.02177 15.7813 8.95221 15.7643 8.90824 15.8033C8.68531 16.0012 8.40046 16.1305 8.09124 16.1305C7.38261 16.1305 6.80279 15.4522 6.79949 14.8239H9.13282L9.48291 14.3986L9.39848 14.2177L9.25977 14.2154C8.85354 14.2075 8.50305 13.9488 8.32119 13.6061H2.19928V12.5827L3.64647 11.0741C3.64647 9.6306 3.64647 8.38436 3.64647 8.12195C3.64647 5.90216 5.09366 4.07828 7.16092 3.63416V3.20764C7.16092 2.75261 7.4594 2.33573 7.89742 2.23932C8.50077 2.10665 9.02156 2.61302 9.02156 3.20198C9.02156 3.24578 9.02156 3.40759 9.02156 3.63416C10.761 4.00765 12.058 5.35952 12.4266 7.10061C12.4336 7.13393 12.4706 7.14756 12.4976 7.12744C12.677 6.99476 12.8946 6.91365 13.1309 6.91365H13.5126C13.5642 6.91365 13.6034 6.86461 13.5923 6.81347C13.184 4.9418 11.9151 3.41031 10.1686 2.71551C9.95395 1.73462 9.10413 1 8.09145 1C7.07877 1 6.22895 1.73462 6.01407 2.71551C3.87456 3.56667 2.44719 5.67182 2.44719 8.12195V10.579L1.17566 11.9047C1.06296 12.022 1 12.1795 1 12.3434V14.215C1 14.5514 1.26855 14.8239 1.59964 14.8239H5.6002C5.6033 16.1693 6.76584 17.3482 8.09145 17.3482C8.71132 17.3482 9.29362 17.0883 9.74031 16.6763L9.27958 16.2084C9.17245 16.0997 9.09484 15.9722 9.04282 15.8364Z' fill='%232F304E' stroke='%232F304E' stroke-width='0.1'/><path fill-rule='evenodd' clip-rule='evenodd' d='M17.7763 11.81C17.7763 11.81 17.0885 11.7503 16.7166 11.6574C16.686 11.6497 16.686 11.6497 16.686 11.6497C16.6549 11.6371 16.6051 11.5564 16.5754 11.4699C16.5457 11.3843 16.4689 11.0792 16.4924 10.9742C16.4924 10.9742 16.4924 10.9742 16.5636 10.8729C16.9137 10.3743 17.2353 10.0327 17.2353 10.0327C17.3365 9.92579 17.3344 9.75182 17.2312 9.64724L16.5609 8.96648C16.4579 8.8619 16.287 8.8598 16.1811 8.96229C16.1811 8.96229 15.8145 9.31839 15.3224 9.59526C15.2145 9.65625 15.2145 9.65625 15.2145 9.65625C15.083 9.66547 14.9047 9.64221 14.8188 9.60427C14.7329 9.56633 14.4908 9.46594 14.484 9.44142C14.484 9.44142 14.484 9.44142 14.4799 9.41669C14.3802 8.81264 14.3692 8.19309 14.3692 8.19309C14.3663 8.04469 14.2445 7.92334 14.0986 7.92334H13.1509C13.0048 7.92334 12.8832 8.04469 12.8803 8.19309C12.8803 8.19309 12.8679 8.8554 12.7129 9.40474C12.7032 9.43911 12.7032 9.43911 12.7032 9.43911C12.6875 9.47432 12.6244 9.52001 12.5641 9.54118C12.5032 9.56214 12.2287 9.62481 12.0821 9.62271C12.0821 9.62271 12.0703 9.62272 11.9442 9.55166C11.4517 9.275 11.0857 8.91953 11.0857 8.91953C10.9805 8.81683 10.8089 8.81893 10.7059 8.92372L10.0357 9.60427C9.9327 9.70886 9.93043 9.8824 10.0314 9.98992C10.0314 9.98992 10.3532 10.3305 10.703 10.8293C10.7668 10.9199 10.7668 10.9199 10.7668 10.9199C10.7916 11.0155 10.7771 11.1691 10.7342 11.2619C10.6913 11.3548 10.5695 11.6273 10.5315 11.6455C10.5315 11.6455 10.5315 11.6455 10.4935 11.6566C9.95251 11.8146 9.44535 11.826 9.44535 11.826C9.29941 11.8287 9.17969 11.9532 9.17969 12.1014V13.0638C9.17969 13.212 9.29941 13.3363 9.44535 13.3392C9.44535 13.3392 9.9102 13.3491 10.5051 13.4501C10.5348 13.4549 10.5348 13.4549 10.5348 13.4549C10.5645 13.4633 10.6151 13.5469 10.6469 13.6412C10.6787 13.7353 10.7646 14.0633 10.7423 14.173C10.7423 14.173 10.7423 14.173 10.6682 14.2784C10.3183 14.777 9.99648 15.1176 9.99648 15.1176C9.89554 15.2245 9.89761 15.3987 10.0008 15.5032L10.671 16.1838C10.7741 16.2884 10.945 16.2907 11.0509 16.1882C11.0509 16.1882 11.4168 15.8319 11.9095 15.5552C12.0334 15.4856 12.0402 15.4856 12.0402 15.4856C12.1861 15.4823 12.3552 15.4999 12.4151 15.5265C12.4753 15.5525 12.6601 15.6514 12.6857 15.7007C12.6857 15.7007 12.6857 15.7007 12.6995 15.7497C12.8551 16.2991 12.8661 16.814 12.8661 16.814C12.8696 16.9622 12.9914 17.0838 13.1373 17.0838H14.0852C14.2311 17.0838 14.3537 16.9622 14.3564 16.814C14.3564 16.814 14.3669 16.342 14.4664 15.738C14.472 15.7034 14.472 15.7034 14.472 15.7034C14.4815 15.6699 14.5577 15.6185 14.6415 15.5898C14.7251 15.5609 15.0564 15.4745 15.2025 15.4802C15.2025 15.4802 15.2025 15.4802 15.322 15.5477C15.8147 15.8243 16.1807 16.1807 16.1807 16.1807C16.2866 16.2831 16.4575 16.281 16.5605 16.1763L17.2308 15.4957C17.3338 15.3911 17.336 15.2176 17.2349 15.1101C17.2349 15.1101 16.9133 14.7693 16.5632 14.2706C16.4891 14.1646 16.4891 14.1646 16.4891 14.1646C16.467 14.0541 16.4809 13.8904 16.5197 13.8014C16.5585 13.7121 16.6588 13.4608 16.6815 13.4543C16.6809 13.4557 16.6809 13.4557 16.7036 13.4524C17.2987 13.3512 17.7753 13.3407 17.7753 13.3407C17.9212 13.3377 18.041 13.2135 18.041 13.0653V12.103C18.0412 11.9549 17.9223 11.8226 17.7763 11.81ZM13.6158 14.6001C12.5172 14.6001 11.6261 13.6959 11.6261 12.5801C11.6261 11.4642 12.5166 10.5598 13.6158 10.5598C14.715 10.5598 15.6052 11.464 15.6052 12.5801C15.6046 13.6959 14.7141 14.6001 13.6158 14.6001Z' fill='%232F304E' stroke='%232F304E' stroke-width='0.1'/></svg>");cursor: pointer;}
.ico.close-circle {background-image: url("data:image/svg+xml,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><circle cx='10' cy='10' r='10' fill='%23191919' fill-opacity='0.3'/><path d='M6.8 14L6 13.2L9.2 10L6 6.8L6.8 6L10 9.2L13.2 6L14 6.8L10.8 10L14 13.2L13.2 14L10 10.8L6.8 14Z' fill='white'/></svg>");cursor: pointer;}
.ico.close-g,.ico.close {background-image: url("data:image/svg+xml,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><circle cx='10' cy='10' r='10' fill='%23191919' fill-opacity='0.3'/><path d='M6.8 14L6 13.2L9.2 10L6 6.8L6.8 6L10 9.2L13.2 6L14 6.8L10.8 10L14 13.2L13.2 14L10 10.8L6.8 14Z' fill='white'/></svg>");}
.ico.clock-w {background-image: url("data:image/svg+xml,<svg width='15' height='15' viewBox='0 0 15 15' fill='%233F58D9' xmlns='http://www.w3.org/2000/svg'><path d='M10.2419 11.0739L11.0739 10.2419L8.09209 7.25994V3.55262H6.90791V7.73988L10.2419 11.0739ZM7.50132 15C6.464 15 5.48897 14.8032 4.57624 14.4095C3.66348 14.0158 2.86952 13.4815 2.19435 12.8066C1.51916 12.1318 0.984641 11.3381 0.590785 10.4258C0.196928 9.51347 0 8.53864 0 7.50132C0 6.464 0.196843 5.48897 0.590528 4.57624C0.984213 3.66348 1.51849 2.86952 2.19336 2.19435C2.86824 1.51916 3.66186 0.984642 4.5742 0.590785C5.48653 0.196929 6.46136 0 7.49868 0C8.536 0 9.51103 0.196844 10.4238 0.590529C11.3365 0.984214 12.1305 1.51849 12.8057 2.19336C13.4808 2.86824 14.0154 3.66186 14.4092 4.5742C14.8031 5.48653 15 6.46136 15 7.49868C15 8.536 14.8032 9.51102 14.4095 10.4238C14.0158 11.3365 13.4815 12.1305 12.8066 12.8057C12.1318 13.4808 11.3381 14.0154 10.4258 14.4092C9.51347 14.8031 8.53864 15 7.50132 15ZM7.5 13.8158C9.25 13.8158 10.7401 13.2007 11.9704 11.9704C13.2007 10.7401 13.8158 9.25 13.8158 7.5C13.8158 5.75 13.2007 4.25986 11.9704 3.02959C10.7401 1.79933 9.25 1.18419 7.5 1.18419C5.74999 1.18419 4.25986 1.79933 3.02959 3.02959C1.79933 4.25986 1.18419 5.75 1.18419 7.5C1.18419 9.25 1.79933 10.7401 3.02959 11.9704C4.25986 13.2007 5.74999 13.8158 7.5 13.8158Z' fill='%23999999'/></svg>");}
.ico.name-a1 {background-image: url("data:image/svg+xml,<svg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M3.2725 12.835C3.995 12.2825 4.8025 11.8469 5.695 11.5281C6.5875 11.2094 7.5225 11.05 8.5 11.05C9.4775 11.05 10.4125 11.2094 11.305 11.5281C12.1975 11.8469 13.005 12.2825 13.7275 12.835C14.2233 12.2542 14.6094 11.5954 14.8856 10.8588C15.1619 10.1221 15.3 9.33583 15.3 8.5C15.3 6.61583 14.6377 5.01146 13.3131 3.68688C11.9885 2.36229 10.3842 1.7 8.5 1.7C6.61583 1.7 5.01146 2.36229 3.68688 3.68688C2.36229 5.01146 1.7 6.61583 1.7 8.5C1.7 9.33583 1.83812 10.1221 2.11438 10.8588C2.39062 11.5954 2.77667 12.2542 3.2725 12.835ZM8.5 9.35C7.66417 9.35 6.95937 9.06312 6.38562 8.48938C5.81187 7.91563 5.525 7.21083 5.525 6.375C5.525 5.53917 5.81187 4.83437 6.38562 4.26062C6.95937 3.68688 7.66417 3.4 8.5 3.4C9.33583 3.4 10.0406 3.68688 10.6144 4.26062C11.1881 4.83437 11.475 5.53917 11.475 6.375C11.475 7.21083 11.1881 7.91563 10.6144 8.48938C10.0406 9.06312 9.33583 9.35 8.5 9.35ZM8.5 17C7.32417 17 6.21917 16.7769 5.185 16.3306C4.15083 15.8844 3.25125 15.2788 2.48625 14.5138C1.72125 13.7487 1.11563 12.8492 0.669375 11.815C0.223125 10.7808 0 9.67583 0 8.5C0 7.32417 0.223125 6.21917 0.669375 5.185C1.11563 4.15083 1.72125 3.25125 2.48625 2.48625C3.25125 1.72125 4.15083 1.11563 5.185 0.669375C6.21917 0.223125 7.32417 0 8.5 0C9.67583 0 10.7808 0.223125 11.815 0.669375C12.8492 1.11563 13.7487 1.72125 14.5138 2.48625C15.2788 3.25125 15.8844 4.15083 16.3306 5.185C16.7769 6.21917 17 7.32417 17 8.5C17 9.67583 16.7769 10.7808 16.3306 11.815C15.8844 12.8492 15.2788 13.7487 14.5138 14.5138C13.7487 15.2788 12.8492 15.8844 11.815 16.3306C10.7808 16.7769 9.67583 17 8.5 17ZM8.5 15.3C9.25083 15.3 9.95917 15.1902 10.625 14.9706C11.2908 14.751 11.9 14.4358 12.4525 14.025C11.9 13.6142 11.2908 13.299 10.625 13.0794C9.95917 12.8598 9.25083 12.75 8.5 12.75C7.74917 12.75 7.04083 12.8598 6.375 13.0794C5.70917 13.299 5.1 13.6142 4.5475 14.025C5.1 14.4358 5.70917 14.751 6.375 14.9706C7.04083 15.1902 7.74917 15.3 8.5 15.3ZM8.5 7.65C8.86833 7.65 9.17292 7.52958 9.41375 7.28875C9.65458 7.04792 9.775 6.74333 9.775 6.375C9.775 6.00667 9.65458 5.70208 9.41375 5.46125C9.17292 5.22042 8.86833 5.1 8.5 5.1C8.13167 5.1 7.82708 5.22042 7.58625 5.46125C7.34542 5.70208 7.225 6.00667 7.225 6.375C7.225 6.74333 7.34542 7.04792 7.58625 7.28875C7.82708 7.52958 8.13167 7.65 8.5 7.65Z' fill='%233F58D9'/></svg>");}
.ico.email-a1 {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 d='M8 16C6.89333 16 5.85333 15.79 4.88 15.37C3.90667 14.95 3.06 14.38 2.34 13.66C1.62 12.94 1.05 12.0933 0.63 11.12C0.21 10.1467 0 9.10667 0 8C0 6.89333 0.21 5.85333 0.63 4.88C1.05 3.90667 1.62 3.06 2.34 2.34C3.06 1.62 3.90667 1.05 4.88 0.63C5.85333 0.21 6.89333 0 8 0C9.10667 0 10.1467 0.21 11.12 0.63C12.0933 1.05 12.94 1.62 13.66 2.34C14.38 3.06 14.95 3.90667 15.37 4.88C15.79 5.85333 16 6.89333 16 8V9.16C16 9.94667 15.73 10.6167 15.19 11.17C14.65 11.7233 13.9867 12 13.2 12C12.7333 12 12.2933 11.9 11.88 11.7C11.4667 11.5 11.12 11.2133 10.84 10.84C10.4533 11.2267 10.0167 11.5167 9.53 11.71C9.04333 11.9033 8.53333 12 8 12C6.89333 12 5.95 11.61 5.17 10.83C4.39 10.05 4 9.10667 4 8C4 6.89333 4.39 5.95 5.17 5.17C5.95 4.39 6.89333 4 8 4C9.10667 4 10.05 4.39 10.83 5.17C11.61 5.95 12 6.89333 12 8V9.16C12 9.50667 12.1133 9.8 12.34 10.04C12.5667 10.28 12.8533 10.4 13.2 10.4C13.5467 10.4 13.8333 10.28 14.06 10.04C14.2867 9.8 14.4 9.50667 14.4 9.16V8C14.4 6.21333 13.78 4.7 12.54 3.46C11.3 2.22 9.78667 1.6 8 1.6C6.21333 1.6 4.7 2.22 3.46 3.46C2.22 4.7 1.6 6.21333 1.6 8C1.6 9.78667 2.22 11.3 3.46 12.54C4.7 13.78 6.21333 14.4 8 14.4H12V16H8ZM8 10.4C8.66667 10.4 9.23333 10.1667 9.7 9.7C10.1667 9.23333 10.4 8.66667 10.4 8C10.4 7.33333 10.1667 6.76667 9.7 6.3C9.23333 5.83333 8.66667 5.6 8 5.6C7.33333 5.6 6.76667 5.83333 6.3 6.3C5.83333 6.76667 5.6 7.33333 5.6 8C5.6 8.66667 5.83333 9.23333 6.3 9.7C6.76667 10.1667 7.33333 10.4 8 10.4Z' fill='%233F58D9'/></svg>");}
.ico.lock-a1 {background-image: url("data:image/svg+xml,<svg width='14' height='19' viewBox='0 0 14 19' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M2.625 6.38333H2.675V6.33333V4.52381C2.675 3.28491 3.09672 2.23059 3.94063 1.35797C4.78448 0.485419 5.80334 0.05 7 0.05C8.19666 0.05 9.21552 0.485419 10.0594 1.35797C10.9033 2.23059 11.325 3.28491 11.325 4.52381V6.33333V6.38333H11.375H12.25C12.7173 6.38333 13.1164 6.55475 13.45 6.89964C13.7836 7.24458 13.95 7.65807 13.95 8.14286V17.1905C13.95 17.6753 13.7836 18.0888 13.45 18.4337C13.1165 18.7786 12.7173 18.95 12.25 18.95H1.75C1.28267 18.95 0.883551 18.7786 0.550004 18.4337C0.216408 18.0888 0.05 17.6753 0.05 17.1905V8.14286C0.05 7.65807 0.216408 7.24458 0.550004 6.89964C0.883551 6.55475 1.28267 6.38333 1.75 6.38333H2.625ZM1.7 17.1905V17.2405H1.75H12.25H12.3V17.1905V8.14286V8.09286H12.25H1.75H1.7V8.14286V17.1905ZM4.325 6.33333V6.38333H4.375H9.625H9.675V6.33333V4.52381C9.675 3.75726 9.41502 3.10381 8.89532 2.56643C8.37555 2.02899 7.74282 1.75952 7 1.75952C6.25718 1.75952 5.62445 2.02899 5.10468 2.56643C4.58498 3.10381 4.325 3.75726 4.325 4.52381V6.33333Z' fill='%233F58D9' stroke='white' stroke-width='0.1'/></svg>");}
.ico.visible {background-image: url("data:image/svg+xml,<svg width='18' height='12' viewBox='0 0 18 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M9 9.6C10.0227 9.6 10.892 9.25 11.608 8.55C12.3239 7.85 12.6818 7 12.6818 6C12.6818 5 12.3239 4.15 11.608 3.45C10.892 2.75 10.0227 2.4 9 2.4C7.97727 2.4 7.10795 2.75 6.39205 3.45C5.67614 4.15 5.31818 5 5.31818 6C5.31818 7 5.67614 7.85 6.39205 8.55C7.10795 9.25 7.97727 9.6 9 9.6ZM9 8.16C8.38636 8.16 7.86477 7.95 7.43523 7.53C7.00568 7.11 6.79091 6.6 6.79091 6C6.79091 5.4 7.00568 4.89 7.43523 4.47C7.86477 4.05 8.38636 3.84 9 3.84C9.61364 3.84 10.1352 4.05 10.5648 4.47C10.9943 4.89 11.2091 5.4 11.2091 6C11.2091 6.6 10.9943 7.11 10.5648 7.53C10.1352 7.95 9.61364 8.16 9 8.16ZM9 12C7.00909 12 5.19545 11.4567 3.55909 10.37C1.92273 9.28333 0.736364 7.82667 0 6C0.736364 4.17333 1.92273 2.71667 3.55909 1.63C5.19545 0.543333 7.00909 0 9 0C10.9909 0 12.8045 0.543333 14.4409 1.63C16.0773 2.71667 17.2636 4.17333 18 6C17.2636 7.82667 16.0773 9.28333 14.4409 10.37C12.8045 11.4567 10.9909 12 9 12ZM9 10.4C10.5409 10.4 11.9557 10.0033 13.2443 9.21C14.533 8.41667 15.5182 7.34667 16.2 6C15.5182 4.65333 14.533 3.58333 13.2443 2.79C11.9557 1.99667 10.5409 1.6 9 1.6C7.45909 1.6 6.04432 1.99667 4.75568 2.79C3.46705 3.58333 2.48182 4.65333 1.8 6C2.48182 7.34667 3.46705 8.41667 4.75568 9.21C6.04432 10.0033 7.45909 10.4 9 10.4Z' fill='%23292A2F'/></svg>");}
.ico.unvisible-g {background-image: url("data:image/svg+xml,<svg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M12.3545 8.48485L11.1682 7.31313C11.2909 6.68013 11.1068 6.08754 10.6159 5.53535C10.125 4.98316 9.49091 4.76768 8.71364 4.88889L7.52727 3.71717C7.75909 3.60943 7.99432 3.52862 8.23295 3.47475C8.47159 3.42088 8.72727 3.39394 9 3.39394C10.0227 3.39394 10.892 3.74747 11.608 4.45455C12.3239 5.16162 12.6818 6.0202 12.6818 7.0303C12.6818 7.29966 12.6545 7.55219 12.6 7.78788C12.5455 8.02357 12.4636 8.25589 12.3545 8.48485ZM14.9727 11.0303L13.7864 9.89899C14.3045 9.50842 14.7648 9.08081 15.167 8.61616C15.5693 8.15152 15.9136 7.6229 16.2 7.0303C15.5182 5.67003 14.5398 4.58923 13.2648 3.78788C11.9898 2.98653 10.5682 2.58586 9 2.58586C8.60455 2.58586 8.21591 2.61279 7.83409 2.66667C7.45227 2.72054 7.07727 2.80135 6.70909 2.90909L5.44091 1.65657C6 1.42761 6.57273 1.25589 7.15909 1.14141C7.74545 1.02694 8.35909 0.969697 9 0.969697C11.0591 0.969697 12.8932 1.53199 14.5023 2.65657C16.1114 3.78114 17.2773 5.23906 18 7.0303C17.6864 7.82492 17.2739 8.56229 16.7625 9.24242C16.2511 9.92256 15.6545 10.5185 14.9727 11.0303ZM15.3818 16L11.9455 12.6465C11.4682 12.7946 10.9875 12.9057 10.5034 12.9798C10.0193 13.0539 9.51818 13.0909 9 13.0909C6.94091 13.0909 5.10682 12.5286 3.49773 11.404C1.88864 10.2795 0.722727 8.82155 0 7.0303C0.286364 6.3165 0.647727 5.6532 1.08409 5.0404C1.52045 4.42761 2.01818 3.87879 2.57727 3.39394L0.327273 1.13131L1.47273 0L16.5273 14.8687L15.3818 16ZM3.72273 4.52525C3.32727 4.87542 2.96591 5.25926 2.63864 5.67677C2.31136 6.09428 2.03182 6.54545 1.8 7.0303C2.48182 8.39057 3.46023 9.47138 4.73523 10.2727C6.01023 11.0741 7.43182 11.4747 9 11.4747C9.27273 11.4747 9.53864 11.4579 9.79773 11.4242C10.0568 11.3906 10.3227 11.3535 10.5955 11.3131L9.85909 10.5455C9.70909 10.5859 9.56591 10.6162 9.42955 10.6364C9.29318 10.6566 9.15 10.6667 9 10.6667C7.97727 10.6667 7.10795 10.3131 6.39205 9.60606C5.67614 8.89899 5.31818 8.0404 5.31818 7.0303C5.31818 6.88215 5.32841 6.74074 5.34886 6.60606C5.36932 6.47138 5.4 6.32997 5.44091 6.18182L3.72273 4.52525Z' fill='%23292A2F' fill-opacity='0.4'/></svg>");}
.ico.google {background-image: url("data:image/svg+xml,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><mask id='mask0_1155_1115' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='20' height='20'><path d='M20 0H0V20H20V0Z' fill='white'/></mask><g mask='url(%23mask0_1155_1115)'><path d='M19.6 10.2271C19.6 9.51804 19.5364 8.83624 19.4182 8.18164H10V12.0498H15.3818C15.15 13.2998 14.4455 14.3589 13.3864 15.068V17.5771H16.6182C18.5091 15.8362 19.6 13.2725 19.6 10.2271Z' fill='%234285F4'/><path d='M9.9989 20.0004C12.6989 20.0004 14.9625 19.1049 16.617 17.5777L13.3852 15.0686C12.4898 15.6686 11.3443 16.0231 9.9989 16.0231C7.3943 16.0231 5.1898 14.264 4.4034 11.9004H1.0625V14.4913C2.708 17.7595 6.0898 20.0004 9.9989 20.0004Z' fill='%2334A853'/><path d='M4.4045 11.8997C4.2045 11.2997 4.0909 10.6588 4.0909 9.99969C4.0909 9.34059 4.2045 8.69969 4.4045 8.09969V5.50879H1.0636C0.3864 6.85879 0 8.38609 0 9.99969C0 11.6133 0.3864 13.1406 1.0636 14.4906L4.4045 11.8997Z' fill='%23FBBC04'/><path d='M9.9989 3.9773C11.467 3.9773 12.7852 4.4818 13.8216 5.4727L16.6898 2.6045C14.958 0.9909 12.6943 0 9.9989 0C6.0898 0 2.708 2.2409 1.0625 5.5091L4.4034 8.1C5.1898 5.7364 7.3943 3.9773 9.9989 3.9773Z' fill='%23E94235'/></g></svg>");}
.ico.ms {background-image: url("data:image/svg+xml,<svg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M9 0H0V9H9V0Z' fill='%23F25022'/><path d='M9 10H0V19H9V10Z' fill='%2300A4EF'/><path d='M19 0H10V9H19V0Z' fill='%237FBA00'/><path d='M19 10H10V19H19V10Z' fill='%23FFB900'/></svg>");}
.ico.wl_dashboard {width: 56px; height: 56px; background-image: url("data:image/svg+xml,<svg width='30' height='29' viewBox='0 0 30 29' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M2.21591 22.3369L0 20.7143L6.81818 9.66667L10.9091 14.5L16.3636 5.52381L20.0795 11.1512C19.5568 11.1742 19.0625 11.2375 18.5966 11.3411C18.1307 11.4446 17.6705 11.5885 17.2159 11.7726L16.4659 10.6333L11.2841 19.1607L7.15909 14.2929L2.21591 22.3369ZM28.0568 29L23.7955 24.6845C23.3409 25.0067 22.8352 25.2484 22.2784 25.4095C21.7216 25.5706 21.1477 25.6512 20.5568 25.6512C18.8523 25.6512 17.4034 25.047 16.2102 23.8387C15.017 22.6304 14.4205 21.1631 14.4205 19.4369C14.4205 17.7107 15.017 16.2435 16.2102 15.0351C17.4034 13.8268 18.8523 13.2226 20.5568 13.2226C22.2614 13.2226 23.7102 13.8268 24.9034 15.0351C26.0966 16.2435 26.6932 17.7107 26.6932 19.4369C26.6932 20.0353 26.6136 20.6165 26.4545 21.1804C26.2955 21.7442 26.0568 22.2679 25.7386 22.7512L30 27.0321L28.0568 29ZM20.5568 22.8893C21.5114 22.8893 22.3182 22.5556 22.9773 21.8881C23.6364 21.2206 23.9659 20.4036 23.9659 19.4369C23.9659 18.4702 23.6364 17.6532 22.9773 16.9857C22.3182 16.3183 21.5114 15.9845 20.5568 15.9845C19.6023 15.9845 18.7955 16.3183 18.1364 16.9857C17.4773 17.6532 17.1477 18.4702 17.1477 19.4369C17.1477 20.4036 17.4773 21.2206 18.1364 21.8881C18.7955 22.5556 19.6023 22.8893 20.5568 22.8893ZM23.5909 11.8417C23.1591 11.6575 22.7102 11.5079 22.2443 11.3929C21.7784 11.2778 21.2955 11.2087 20.7955 11.1857L27.7841 0L30 1.62262L23.5909 11.8417Z' fill='%233F58D9'/></svg>");}
.ico.wl_competitors,.ico.wl_potentials,.ico.com_details,.ico.com_details {width: 56px; height: 56px; background-image: url("data:image/svg+xml,<svg width='27' height='21' viewBox='0 0 27 21' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M9.00455 3.6346V0.134637H27V3.6346H9.00455ZM9.00455 12.25V8.75005H27V12.25H9.00455ZM9.00455 20.8654V17.3654H27V20.8654H9.00455ZM1.90048 3.76923C1.362 3.76923 0.910649 3.58647 0.546413 3.22095C0.182137 2.85543 0 2.40251 0 1.86219C0 1.33458 0.182137 0.892313 0.546413 0.535389C0.910649 0.178464 1.362 0 1.90048 0C2.43891 0 2.89024 0.178464 3.25448 0.535389C3.61875 0.892313 3.80089 1.33458 3.80089 1.86219C3.80089 2.40251 3.61875 2.85543 3.25448 3.22095C2.89024 3.58647 2.43891 3.76923 1.90048 3.76923ZM1.90048 12.3621C1.362 12.3621 0.910649 12.1837 0.546413 11.8268C0.182137 11.4699 0 11.0276 0 10.5C0 9.94361 0.182137 9.48667 0.546413 9.12916C0.910649 8.77169 1.362 8.59296 1.90048 8.59296C2.43891 8.59296 2.89024 8.77169 3.25448 9.12916C3.61875 9.48667 3.80089 9.94361 3.80089 10.5C3.80089 11.0276 3.61875 11.4699 3.25448 11.8268C2.89024 12.1837 2.43891 12.3621 1.90048 12.3621ZM1.90048 21C1.362 21 0.910649 20.8172 0.546413 20.4517C0.182137 20.0862 0 19.6333 0 19.093C0 18.5653 0.182137 18.1231 0.546413 17.7662C0.910649 17.4092 1.362 17.2308 1.90048 17.2308C2.43891 17.2308 2.89024 17.4092 3.25448 17.7662C3.61875 18.1231 3.80089 18.5653 3.80089 19.093C3.80089 19.6333 3.61875 20.0862 3.25448 20.4517C2.89024 20.8172 2.43891 21 1.90048 21Z' fill='%233F58D9'/></svg>");}
.ico.wl_news {width: 56px; height: 56px; background-image: url("data:image/svg+xml,<svg width='35' height='27' viewBox='0 0 35 27' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0 27V24.3676H35V27H0ZM3.90044 20.1825V7.02003H6.5927V20.1825H3.90044ZM10.8728 20.1825V0H13.5651V20.1825H10.8728ZM17.8452 20.1825V0H20.5374V20.1825H17.8452ZM29.788 20.1825L23.0572 8.67377L25.4043 7.35752L32.135 18.8663L29.788 20.1825Z' fill='%233F58D9'/></svg>");}
.ico.wl_service {background-image: url("data:image/svg+xml,<svg width='27' height='21' viewBox='0 0 27 21' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M9.00455 3.6346V0.134637H27V3.6346H9.00455ZM9.00455 12.25V8.75005H27V12.25H9.00455ZM9.00455 20.8654V17.3654H27V20.8654H9.00455ZM1.90048 3.76923C1.362 3.76923 0.910649 3.58647 0.546413 3.22095C0.182137 2.85543 0 2.40251 0 1.86219C0 1.33458 0.182137 0.892313 0.546413 0.535389C0.910649 0.178464 1.362 0 1.90048 0C2.43891 0 2.89024 0.178464 3.25448 0.535389C3.61875 0.892313 3.80089 1.33458 3.80089 1.86219C3.80089 2.40251 3.61875 2.85543 3.25448 3.22095C2.89024 3.58647 2.43891 3.76923 1.90048 3.76923ZM1.90048 12.3621C1.362 12.3621 0.910649 12.1837 0.546413 11.8268C0.182137 11.4699 0 11.0276 0 10.5C0 9.94361 0.182137 9.48667 0.546413 9.12916C0.910649 8.77169 1.362 8.59296 1.90048 8.59296C2.43891 8.59296 2.89024 8.77169 3.25448 9.12916C3.61875 9.48667 3.80089 9.94361 3.80089 10.5C3.80089 11.0276 3.61875 11.4699 3.25448 11.8268C2.89024 12.1837 2.43891 12.3621 1.90048 12.3621ZM1.90048 21C1.362 21 0.910649 20.8172 0.546413 20.4517C0.182137 20.0862 0 19.6333 0 19.093C0 18.5653 0.182137 18.1231 0.546413 17.7662C0.910649 17.4092 1.362 17.2308 1.90048 17.2308C2.43891 17.2308 2.89024 17.4092 3.25448 17.7662C3.61875 18.1231 3.80089 18.5653 3.80089 19.093C3.80089 19.6333 3.61875 20.0862 3.25448 20.4517C2.89024 20.8172 2.43891 21 1.90048 21Z' fill='%233F58D9'/></svg>");}
.ico.task {background-image: url("data:image/svg+xml,<svg xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:cc='http://creativecommons.org/ns%23' xmlns:dc='http://purl.org/dc/elements/1.1/' viewBox='0 0 10.583333 13.2291675' version='1.1' x='0px' y='0px'><g><path style='color:%23000000;' d='m 2.3101962,0.79349117 c -0.8327205,0 -1.51567091,0.68501703 -1.51567091,1.51773703 v 5.962943 c 0,0.83272 0.68295041,1.515671 1.51567091,1.515671 h 5.9629436 c 0.8327178,0 1.5156682,-0.682951 1.5156682,-1.515671 v -5.962943 c 0,-0.83272 -0.6829504,-1.51773703 -1.5156682,-1.51773703 z m 0,0.81855503 h 5.9629436 c 0.3938005,0 0.69918,0.30538 0.69918,0.699182 v 5.962943 c 0,0.393803 -0.3053795,0.699183 -0.69918,0.699183 H 2.3101962 c -0.3938032,0 -0.6991826,-0.30538 -0.6991826,-0.699183 v -5.962943 c 0,-0.393802 0.3053794,-0.699182 0.6991826,-0.699182 z m 1.8562161,1.296045 a 0.408901,0.408901 0 0 0 -0.2640674,0.119889 l -0.761709,0.769462 -0.1446953,-0.170015 a 0.408901,0.408901 0 0 0 -0.576191,-0.04858 0.408901,0.408901 0 0 0 -0.048577,0.576192 L 2.80474,4.6666362 a 0.4089419,0.4089419 0 0 0 0.6015116,0.02325 L 4.4821554,3.6041722 A 0.408901,0.408901 0 0 0 4.4800388,3.0259132 0.408901,0.408901 0 0 0 4.166362,2.9080912 Z m 1.1926914,0.592212 a 0.40890197,0.40890197 0 0 0 -0.409792,0.410311 0.40890197,0.40890197 0 0 0 0.409792,0.408244 H 7.900035 A 0.40890197,0.40890197 0 0 0 8.3082791,3.9106142 0.40890197,0.40890197 0 0 0 7.900035,3.5003032 Z m -1.1441139,2.273762 a 0.408901,0.408901 0 0 0 -0.3126449,0.120925 l -0.761709,0.769461 -0.1446953,-0.171566 a 0.408901,0.408901 0 0 0 -0.576191,-0.04702 0.408901,0.408901 0 0 0 -0.048577,0.576191 L 2.80474,7.5315852 a 0.4089419,0.4089419 0 0 0 0.6015116,0.02585 l 1.0759043,-1.088306 a 0.408901,0.408901 0 0 0 -0.00212,-0.577744 0.408901,0.408901 0 0 0 -0.2650993,-0.117306 z m 1.1441139,0.593762 a 0.40890197,0.40890197 0 0 0 -0.409792,0.408244 0.40890197,0.40890197 0 0 0 0.409792,0.408244 H 7.900035 A 0.40890197,0.40890197 0 0 0 8.3082791,6.7760712 0.40890197,0.40890197 0 0 0 7.900035,6.3678272 Z' fill='%23000000' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/></g></svg>");}
.ico.list {background-image: url("data:image/svg+xml,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6.10707 7.54806V6.29808H17.0846V7.54806H6.10707ZM6.10707 10.625V9.375H17.0846V10.625H6.10707ZM6.10707 13.7019V12.4519H17.0846V13.7019H6.10707ZM3.59105 7.59615C3.40034 7.59615 3.24049 7.53087 3.11149 7.40033C2.98248 7.26979 2.91797 7.10804 2.91797 6.91506C2.91797 6.72663 2.98248 6.56868 3.11149 6.44121C3.24049 6.31374 3.40034 6.25 3.59105 6.25C3.78175 6.25 3.94159 6.31374 4.07059 6.44121C4.19961 6.56868 4.26411 6.72663 4.26411 6.91506C4.26411 7.10804 4.19961 7.26979 4.07059 7.40033C3.94159 7.53087 3.78175 7.59615 3.59105 7.59615ZM3.59105 10.665C3.40034 10.665 3.24049 10.6013 3.11149 10.4738C2.98248 10.3464 2.91797 10.1884 2.91797 9.99998C2.91797 9.80127 2.98248 9.63808 3.11149 9.5104C3.24049 9.38273 3.40034 9.3189 3.59105 9.3189C3.78175 9.3189 3.94159 9.38273 4.07059 9.5104C4.19961 9.63808 4.26411 9.80127 4.26411 9.99998C4.26411 10.1884 4.19961 10.3464 4.07059 10.4738C3.94159 10.6013 3.78175 10.665 3.59105 10.665ZM3.59105 13.75C3.40034 13.75 3.24049 13.6847 3.11149 13.5541C2.98248 13.4236 2.91797 13.2618 2.91797 13.0689C2.91797 12.8804 2.98248 12.7225 3.11149 12.595C3.24049 12.4675 3.40034 12.4038 3.59105 12.4038C3.78175 12.4038 3.94159 12.4675 4.07059 12.595C4.19961 12.7225 4.26411 12.8804 4.26411 13.0689C4.26411 13.2618 4.19961 13.4236 4.07059 13.5541C3.94159 13.6847 3.78175 13.75 3.59105 13.75Z' fill='%232F304E'/></svg>");}
.ico.grids-a1 {background-image: url("data:image/svg+xml,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M2.91797 9.16697V2.91699H9.16795V9.16697H2.91797ZM2.91797 17.0836V10.8336H9.16795V17.0836H2.91797ZM10.8346 9.16697V2.91699H17.0846V9.16697H10.8346ZM10.8346 17.0836V10.8336H17.0846V17.0836H10.8346ZM4.16795 7.91699H7.91797V4.16697H4.16795V7.91699ZM12.0846 7.91699H15.8346V4.16697H12.0846V7.91699ZM12.0846 15.8336H15.8346V12.0836H12.0846V15.8336ZM4.16795 15.8336H7.91797V12.0836H4.16795V15.8336Z' fill='%23112EC3'/></svg>");}
.ico.list-add-w {width: 22px; height: 22px; background-image: url("data:image/svg+xml,<svg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1.66795 14.4378C1.47315 14.4378 1.30988 14.3719 1.17813 14.2401C1.04635 14.1082 0.980469 13.9449 0.980469 13.75C0.980469 13.5551 1.04635 13.3919 1.17813 13.2603C1.30988 13.1286 1.47315 13.0628 1.66795 13.0628H6.70964C6.90443 13.0628 7.06771 13.1287 7.19948 13.2606C7.33125 13.3924 7.39714 13.5557 7.39714 13.7506C7.39714 13.9455 7.33125 14.1087 7.19948 14.2404C7.06771 14.372 6.90443 14.4378 6.70964 14.4378H1.66795ZM1.66795 10.7711C1.47315 10.7711 1.30988 10.7052 1.17813 10.5734C1.04635 10.4416 0.980469 10.2782 0.980469 10.0833C0.980469 9.88846 1.04635 9.72521 1.17813 9.59359C1.30988 9.46197 1.47315 9.39616 1.66795 9.39616H10.3763C10.5711 9.39616 10.7344 9.46207 10.8661 9.59389C10.9979 9.72572 11.0638 9.88907 11.0638 10.0839C11.0638 10.2788 10.9979 10.4421 10.8661 10.5737C10.7344 10.7053 10.5711 10.7711 10.3763 10.7711H1.66795ZM1.66795 7.10445C1.47315 7.10445 1.30988 7.03854 1.17813 6.90672C1.04635 6.77489 0.980469 6.61154 0.980469 6.41667C0.980469 6.22179 1.04635 6.05854 1.17813 5.92692C1.30988 5.7953 1.47315 5.72949 1.66795 5.72949H10.3763C10.5711 5.72949 10.7344 5.7954 10.8661 5.92722C10.9979 6.05905 11.0638 6.2224 11.0638 6.41727C11.0638 6.61215 10.9979 6.7754 10.8661 6.90702C10.7344 7.03864 10.5711 7.10445 10.3763 7.10445H1.66795ZM13.5843 18.1044C13.3894 18.1044 13.2262 18.0386 13.0946 17.9068C12.9629 17.775 12.8971 17.6118 12.8971 17.417V14.4378H9.91795C9.72316 14.4378 9.55988 14.3719 9.42813 14.2401C9.29636 14.1082 9.23047 13.9449 9.23047 13.75C9.23047 13.5551 9.29636 13.3919 9.42813 13.2603C9.55988 13.1286 9.72316 13.0628 9.91795 13.0628H12.8971V10.0836C12.8971 9.88884 12.963 9.72556 13.0949 9.59379C13.2267 9.46204 13.39 9.39616 13.5849 9.39616C13.7798 9.39616 13.943 9.46204 14.0747 9.59379C14.2063 9.72556 14.2721 9.88884 14.2721 10.0836V13.0628H17.2513C17.4461 13.0628 17.6094 13.1287 17.7411 13.2606C17.8729 13.3924 17.9388 13.5557 17.9388 13.7506C17.9388 13.9455 17.8729 14.1087 17.7411 14.2404C17.6094 14.372 17.4461 14.4378 17.2513 14.4378H14.2721V17.417C14.2721 17.6118 14.2062 17.775 14.0744 17.9068C13.9425 18.0386 13.7792 18.1044 13.5843 18.1044Z' fill='white'/></svg>");}
.ico.filter {background-image: url("data:image/svg+xml,<svg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M10.9904 13.5625L11.4335 13.2366L11.4333 13.2364L11.4329 13.2358L11.431 13.2332L11.4235 13.2231L11.3942 13.1832L11.2808 13.0291L10.8585 12.455L9.41876 10.498C8.26592 8.93106 6.82175 6.96848 5.6562 5.38544C5.37717 5.00262 5.67762 4.55 6.00645 4.55H19.9837C20.3274 4.55 20.6201 5.00654 20.3441 5.38532C19.1786 6.96839 17.7343 8.93102 16.5815 10.498L15.1417 12.455L14.7194 13.0291L14.606 13.1832L14.5767 13.2231L14.5693 13.2332L14.5674 13.2358L14.5669 13.2364L14.5668 13.2366L15.0098 13.5625L14.5667 13.2366L14.4598 13.382V13.5625V18.875C14.4598 19.7693 13.7732 20.45 13.0001 20.45C12.2271 20.45 11.5404 19.7693 11.5404 18.875V13.5625V13.382L11.4335 13.2366L10.9904 13.5625Z' stroke='%232F304E' stroke-width='1.1'/></svg>");}
.ico.move {display:inline-block; height:16px; width:16px; background-image: url("data:image/svg+xml,<svg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1.6 13C1.16 13 0.783333 12.8409 0.47 12.5227C0.156667 12.2044 0 11.8219 0 11.375C0 10.9281 0.156667 10.5456 0.47 10.2273C0.783333 9.90911 1.16 9.75 1.6 9.75C2.04 9.75 2.41667 9.90911 2.73 10.2273C3.04333 10.5456 3.2 10.9281 3.2 11.375C3.2 11.8219 3.04333 12.2044 2.73 12.5227C2.41667 12.8409 2.04 13 1.6 13ZM6.4 13C5.96 13 5.58333 12.8409 5.27 12.5227C4.95667 12.2044 4.8 11.8219 4.8 11.375C4.8 10.9281 4.95667 10.5456 5.27 10.2273C5.58333 9.90911 5.96 9.75 6.4 9.75C6.84 9.75 7.21667 9.90911 7.53 10.2273C7.84333 10.5456 8 10.9281 8 11.375C8 11.8219 7.84333 12.2044 7.53 12.5227C7.21667 12.8409 6.84 13 6.4 13ZM1.6 8.125C1.16 8.125 0.783333 7.96589 0.47 7.64766C0.156667 7.32943 0 6.94688 0 6.5C0 6.05312 0.156667 5.67057 0.47 5.35234C0.783333 5.03411 1.16 4.875 1.6 4.875C2.04 4.875 2.41667 5.03411 2.73 5.35234C3.04333 5.67057 3.2 6.05312 3.2 6.5C3.2 6.94688 3.04333 7.32943 2.73 7.64766C2.41667 7.96589 2.04 8.125 1.6 8.125ZM6.4 8.125C5.96 8.125 5.58333 7.96589 5.27 7.64766C4.95667 7.32943 4.8 6.94688 4.8 6.5C4.8 6.05312 4.95667 5.67057 5.27 5.35234C5.58333 5.03411 5.96 4.875 6.4 4.875C6.84 4.875 7.21667 5.03411 7.53 5.35234C7.84333 5.67057 8 6.05312 8 6.5C8 6.94688 7.84333 7.32943 7.53 7.64766C7.21667 7.96589 6.84 8.125 6.4 8.125ZM1.6 3.25C1.16 3.25 0.783333 3.09089 0.47 2.77266C0.156667 2.45443 0 2.07188 0 1.625C0 1.17813 0.156667 0.795573 0.47 0.477344C0.783333 0.159115 1.16 0 1.6 0C2.04 0 2.41667 0.159115 2.73 0.477344C3.04333 0.795573 3.2 1.17813 3.2 1.625C3.2 2.07188 3.04333 2.45443 2.73 2.77266C2.41667 3.09089 2.04 3.25 1.6 3.25ZM6.4 3.25C5.96 3.25 5.58333 3.09089 5.27 2.77266C4.95667 2.45443 4.8 2.07188 4.8 1.625C4.8 1.17813 4.95667 0.795573 5.27 0.477344C5.58333 0.159115 5.96 0 6.4 0C6.84 0 7.21667 0.159115 7.53 0.477344C7.84333 0.795573 8 1.17813 8 1.625C8 2.07188 7.84333 2.45443 7.53 2.77266C7.21667 3.09089 6.84 3.25 6.4 3.25Z' fill='%23858689'/></svg>");}
.ico.logo {background-image: url("data:image/svg+xml,<svg width='546' height='141' viewBox='0 0 546 141' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M470.223 112.64C461.103 112.64 452.623 108.8 446.383 100.8V138.16C446.383 139.264 445.487 140.16 444.383 140.16H428.062C426.958 140.16 426.062 139.264 426.062 138.16V35.4395C426.062 34.335 426.958 33.4395 428.062 33.4395H444.383C445.487 33.4395 446.383 34.335 446.383 35.4395V43.1995C452.303 35.6795 460.783 31.5195 470.223 31.5195C490.063 31.5195 504.463 46.2395 504.463 71.9995C504.463 97.7595 490.063 112.64 470.223 112.64ZM463.823 94.5595C475.503 94.5595 483.343 85.4395 483.343 71.9995C483.343 58.7195 475.503 49.5995 463.823 49.5995C457.263 49.5995 449.743 53.4395 446.383 58.3995V85.7595C449.743 90.5595 457.263 94.5595 463.823 94.5595Z' fill='%23222222'/><path d='M409.106 108.72C409.106 109.824 408.21 110.72 407.106 110.72H390.786C389.681 110.72 388.786 109.824 388.786 108.72V102.72C383.506 108.96 374.386 112.64 364.306 112.64C351.986 112.64 337.426 104.32 337.426 87.0395C337.426 68.9595 351.986 62.0795 364.306 62.0795C374.546 62.0795 383.666 65.4395 388.786 71.5195V61.1195C388.786 53.2795 382.066 48.1595 371.826 48.1595C364.301 48.1595 357.299 50.6463 351.177 55.6199C350.174 56.4342 348.656 56.2002 348.021 55.0755L342.383 45.0913C341.918 44.2684 342.091 43.2283 342.821 42.6287C352.074 35.0357 363.71 31.5195 375.346 31.5195C392.946 31.5195 409.106 38.5595 409.106 60.7995V108.72ZM372.466 98.8795C379.026 98.8795 385.426 96.6395 388.786 92.1595V82.5595C385.426 78.0795 379.026 75.8395 372.466 75.8395C364.466 75.8395 357.906 79.9995 357.906 87.5195C357.906 94.7195 364.466 98.8795 372.466 98.8795Z' fill='%23222222'/><path d='M325.48 109.2C325.48 110.305 324.585 111.2 323.48 111.2H307.16C306.055 111.2 305.16 110.305 305.16 109.2V64.48C305.16 53.76 299.56 50.08 290.92 50.08C282.92 50.08 276.68 54.56 273.32 59.2V109.2C273.32 110.305 272.425 111.2 271.32 111.2H255C253.895 111.2 253 110.305 253 109.2V35.92C253 34.8154 253.895 33.92 255 33.92H271.32C272.425 33.92 273.32 34.8154 273.32 35.92V44C278.28 38.08 287.72 32 300.36 32C317.32 32 325.48 41.6 325.48 56.64V109.2Z' fill='%23222222'/><path d='M207.721 112.64C194.943 112.64 182.598 108.59 174.4 101.728C173.666 101.113 173.525 100.051 174.029 99.2357L180.672 88.4856C181.338 87.4085 182.826 87.2113 183.825 87.9891C189.862 92.6893 200.048 96.9595 208.681 96.9595C217.481 96.9595 221.641 93.4395 221.641 88.6395C221.641 75.8395 175.721 86.2395 175.721 55.8395C175.721 42.8795 187.081 31.5195 207.401 31.5195C219.75 31.5195 229.69 35.4885 237.219 41.0249C238.023 41.6156 238.226 42.7194 237.722 43.5797L231.797 53.6877C231.12 54.8413 229.517 55.0218 228.487 54.1688C223.564 50.0912 215.807 47.0395 207.561 47.0395C200.201 47.0395 195.401 50.3995 195.401 54.7195C195.401 66.2395 241.161 56.6395 241.161 87.8395C241.161 101.92 229.161 112.64 207.721 112.64Z' fill='%23222222'/><path d='M529.961 64C527.04 64 524.354 63.3027 521.902 61.908C519.503 60.4617 517.573 58.5246 516.112 56.0969C514.704 53.6691 514 50.9572 514 47.9613C514 44.9653 514.704 42.2793 516.112 39.9031C517.573 37.4754 519.503 35.5642 521.902 34.1695C524.354 32.7232 527.04 32 529.961 32C532.986 32 535.698 32.7232 538.098 34.1695C540.497 35.5642 542.401 37.4754 543.809 39.9031C545.27 42.3309 546 45.0169 546 47.9613C546 50.9572 545.27 53.6691 543.809 56.0969C542.401 58.5246 540.497 60.4617 538.098 61.908C535.698 63.3027 532.986 64 529.961 64ZM529.961 60.5133C532.36 60.5133 534.473 59.9968 536.298 58.9637C538.124 57.8789 539.558 56.381 540.601 54.4697C541.697 52.5585 542.244 50.389 542.244 47.9613C542.244 45.5335 541.697 43.3898 540.601 41.5303C539.558 39.6191 538.124 38.1211 536.298 37.0363C534.473 35.9516 532.36 35.4092 529.961 35.4092C527.614 35.4092 525.501 35.9516 523.623 37.0363C521.798 38.1211 520.363 39.6191 519.32 41.5303C518.277 43.3898 517.756 45.5335 517.756 47.9613C517.756 50.389 518.277 52.5585 519.32 54.4697C520.363 56.3293 521.798 57.8015 523.623 58.8862C525.501 59.9709 527.614 60.5133 529.961 60.5133ZM524.328 55.1671V40.6005H530.978C532.543 40.6005 533.769 41.0137 534.655 41.8402C535.542 42.6667 535.985 43.7772 535.985 45.1719C535.985 46.05 535.751 46.8507 535.281 47.5739C534.864 48.297 534.238 48.8652 533.403 49.2785L536.846 55.1671H532.778L530.039 50.0533H528.005V55.1671H524.328ZM530.274 43.4673H528.005V47.4189H530.196C531.604 47.4189 532.308 46.7474 532.308 45.4044C532.308 44.7845 532.126 44.3196 531.76 44.0097C531.447 43.6481 530.952 43.4673 530.274 43.4673Z' fill='%23222222'/><path fill-rule='evenodd' clip-rule='evenodd' d='M133.5 0.5C133.776 0.5 134 0.723855 134 0.999997V112.5C134 112.776 133.776 113 133.5 113H129.137C128.861 113 128.637 112.776 128.637 112.5L128.637 1C128.637 0.723858 128.861 0.5 129.137 0.5H133.5ZM155.857 0.5C156.133 0.5 156.357 0.723855 156.357 0.999997V112.5C156.357 112.776 156.133 113 155.857 113H151.5C151.224 113 151 112.776 151 112.5V1C151 0.723858 151.224 0.5 151.5 0.5H155.857Z' fill='%23222222'/><path fill-rule='evenodd' clip-rule='evenodd' d='M43.3654 70.2994C43.1291 70.9514 43.6121 71.6401 44.3055 71.6401H74.7335C75.427 71.6401 75.91 70.9514 75.6737 70.2994L60.4597 28.3146C60.1412 27.4355 58.8979 27.4355 58.5794 28.3146L43.3654 70.2994ZM59.5195 40.3961L69.0295 66.6401H50.0096L59.5195 40.3961Z' fill='%23222222'/><path d='M46.9938 5.5L5.74812 112.36C5.59928 112.746 5.22854 113 4.8152 113H0.730942C0.379562 113 0.13779 112.647 0.264683 112.319L42.4541 3.3766C43.1247 1.64293 44.7922 0.5 46.6511 0.5H72.3901C74.2511 0.5 75.9201 1.64553 76.5892 3.38206L119.234 112.318C119.362 112.646 119.121 113 118.768 113H114.187C113.774 113 113.403 112.746 113.254 112.36L72.047 5.5H46.9938Z' fill='%23222222'/><path d='M38.3782 94.14L31.7409 112.343C31.5969 112.737 31.2215 113 30.8014 113H26.7214C26.3726 113 26.131 112.652 26.253 112.325L34.0547 91.4206C34.5643 90.0496 35.8728 89.14 37.3355 89.14H81.7019C83.1746 89.14 84.4897 90.0619 84.992 91.4463L92.7506 112.326C92.872 112.652 92.6304 113 92.2819 113H88.2018C87.7812 113 87.4055 112.737 87.2619 112.341L80.6505 94.14H38.3782Z' fill='%23222222'/></svg>");}
.ico.calendar {background-image: url(/images/calendar.svg);}
.ico.dummyuser {background-image: url("data:image/svg+xml,<svg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(%23clip0_3437_872)'><circle cx='13' cy='13' r='13' fill='%23D9D9D9'/><mask id='mask0_3437_872' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='26' height='26'><path d='M26 13C26 20.1797 20.1797 26 13 26C5.8203 26 0 20.1797 0 13C0 5.8203 5.8203 0 13 0C20.1797 0 26 5.8203 26 13Z' fill='white'/></mask><g mask='url(%23mask0_3437_872)'><path d='M13 15.5368C11.5884 15.5368 10.3799 15.0209 9.37461 13.9892C8.36933 12.9575 7.86669 11.7172 7.86669 10.2684C7.86669 8.81959 8.36933 7.57932 9.37461 6.54761C10.3799 5.51587 11.5884 5 13 5C14.4116 5 15.6201 5.51587 16.6254 6.54761C17.6307 7.57932 18.1333 8.81959 18.1333 10.2684C18.1333 11.7172 17.6307 12.9575 16.6254 13.9892C15.6201 15.0209 14.4116 15.5368 13 15.5368ZM2 27V23.6537C2 22.9165 2.19509 22.2339 2.58527 21.6057C2.97543 20.9776 3.49675 20.4946 4.14922 20.1569C5.59898 19.4274 7.06142 18.8803 8.53655 18.5156C10.0117 18.1508 11.4995 17.9685 13 17.9685C14.5005 17.9685 15.9883 18.1508 17.4634 18.5156C18.9386 18.8803 20.401 19.4274 21.8508 20.1569C22.5032 20.4946 23.0246 20.9776 23.4147 21.6057C23.8049 22.2339 24 22.9165 24 23.6537V27H2Z' fill='white'/></g></g><defs><clipPath id='clip0_3437_872'><rect width='26' height='26' fill='white'/></clipPath></defs></svg>");}
.ico.user {background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='%23bebebe' d='M399 384.2C376.9 345.8 335.4 320 288 320l-64 0c-47.4 0-88.9 25.8-111 64.2c35.2 39.2 86.2 63.8 143 63.8s107.8-24.7 143-63.8zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256 16a72 72 0 1 0 0-144 72 72 0 1 0 0 144z'/></svg>");}
.ico.usr {background-image: url("data:image/svg+xml,<svg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M11.5 11.0157C10.0242 11.0157 8.76079 10.4764 7.70982 9.39782C6.65884 8.31919 6.13335 7.02254 6.13335 5.50789C6.13335 3.99321 6.65884 2.69656 7.70982 1.61795C8.76079 0.539318 10.0242 0 11.5 0C12.9758 0 14.2392 0.539318 15.2902 1.61795C16.3412 2.69656 16.8666 3.99321 16.8666 5.50789C16.8666 7.02254 16.3412 8.31919 15.2902 9.39782C14.2392 10.4764 12.9758 11.0157 11.5 11.0157ZM0 23V19.5016C0 18.7309 0.203959 18.0172 0.611878 17.3605C1.01977 16.7038 1.56478 16.1989 2.24692 15.8458C3.76257 15.0832 5.29149 14.5112 6.83367 14.1299C8.37585 13.7486 9.93129 13.558 11.5 13.558C13.0687 13.558 14.6241 13.7486 16.1663 14.1299C17.7085 14.5112 19.2374 15.0832 20.7531 15.8458C21.4352 16.1989 21.9802 16.7038 22.3881 17.3605C22.796 18.0172 23 18.7309 23 19.5016V23H0ZM2.29997 20.6395H20.7V19.5016C20.7 19.1828 20.6101 18.8878 20.4302 18.6164C20.2503 18.345 20.0061 18.1236 19.6975 17.9521C18.3764 17.2843 17.0294 16.7784 15.6564 16.4344C14.2834 16.0904 12.8979 15.9184 11.5 15.9184C10.1021 15.9184 8.71658 16.0904 7.34358 16.4344C5.97058 16.7784 4.62356 17.2843 3.30254 17.9521C2.99391 18.1236 2.74966 18.345 2.5698 18.6164C2.38991 18.8878 2.29997 19.1828 2.29997 19.5016V20.6395ZM11.5 8.65527C12.3433 8.65527 13.0653 8.34709 13.6658 7.73073C14.2664 7.11437 14.5667 6.37342 14.5667 5.50789C14.5667 4.64236 14.2664 3.90141 13.6658 3.28505C13.0653 2.66868 12.3433 2.3605 11.5 2.3605C10.6567 2.3605 9.93472 2.66868 9.33416 3.28505C8.7336 3.90141 8.43332 4.64236 8.43332 5.50789C8.43332 6.37342 8.7336 7.11437 9.33416 7.73073C9.93472 8.34709 10.6567 8.65527 11.5 8.65527Z' fill='%233F58D9'/></svg>");}
.ico.teams {background-image: url("data:image/svg+xml,<svg width='25' height='26' viewBox='0 0 25 26' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M20.5256 9.63171C20.7242 9.84058 20.9584 10.0066 21.217 10.1223C21.7568 10.3601 22.3647 10.3601 22.9054 10.1223C23.4268 9.88878 23.8423 9.45283 24.0633 8.9044C24.2894 8.3367 24.2894 7.69723 24.0633 7.12845C23.8413 6.58002 23.4268 6.143 22.9054 5.91056C22.3657 5.67277 21.7578 5.67277 21.217 5.91056C20.6957 6.14407 20.2802 6.58002 20.0592 7.12845C19.8331 7.69616 19.8331 8.33563 20.0592 8.9044C20.1692 9.1754 20.328 9.42284 20.5256 9.63171ZM19.8901 11.7504V18.6282H20.9798C21.3545 18.6261 21.7272 18.5897 22.0948 18.5168C22.4645 18.4483 22.8209 18.3176 23.1509 18.1291C23.4625 17.9513 23.7313 17.7006 23.938 17.3986C24.1549 17.0633 24.2639 16.6638 24.2486 16.2578V11.7504H19.8901ZM16.3586 8.86691C16.6478 8.86905 16.9349 8.808 17.2017 8.68803C17.7231 8.45452 18.1376 8.01857 18.3586 7.47014C18.5846 6.90244 18.5846 6.26297 18.3575 5.69419C18.1356 5.14577 17.7211 4.70874 17.1997 4.4763C16.9329 4.35633 16.6457 4.29528 16.3555 4.29742C16.0673 4.29528 15.7822 4.35633 15.5174 4.4763C15.3199 4.56521 15.2577 4.68089 14.9858 4.82014V8.3442C15.2588 8.48452 15.3199 8.59913 15.5174 8.68803C15.7832 8.80907 16.0693 8.86905 16.3586 8.86691ZM14.9858 20.447C15.2588 20.5092 15.3565 20.5574 15.55 20.5852C15.7618 20.6173 15.9757 20.6334 16.1895 20.6345C16.5195 20.6323 16.8494 20.5959 17.1722 20.5231C17.5011 20.4535 17.8168 20.3238 18.104 20.1407C18.3861 19.9586 18.6233 19.7101 18.7985 19.4155C18.992 19.0717 19.0867 18.6754 19.0724 18.2758V10.3172H14.9858V20.447ZM0 22.6407L14.1681 25.22V0L0 2.57931V22.6407Z' fill='%235558AF'/></svg>");}
.ico.slack {background-image: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M5.05991 15.1589C5.05991 16.5526 3.93346 17.679 2.53972 17.679C1.14598 17.679 0.0195312 16.5526 0.0195312 15.1589C0.0195312 13.7651 1.14598 12.6387 2.53972 12.6387H5.05991V15.1589Z' fill='%23E01E5A'/><path d='M6.32031 15.1589C6.32031 13.7651 7.44676 12.6387 8.8405 12.6387C10.2342 12.6387 11.3607 13.7651 11.3607 15.1589V21.4593C11.3607 22.8531 10.2342 23.9795 8.8405 23.9795C7.44676 23.9795 6.32031 22.8531 6.32031 21.4593V15.1589Z' fill='%23E01E5A'/><path d='M8.8405 5.04038C7.44676 5.04038 6.32031 3.91393 6.32031 2.52019C6.32031 1.12645 7.44676 0 8.8405 0C10.2342 0 11.3607 1.12645 11.3607 2.52019V5.04038H8.8405Z' fill='%2336C5F0'/><path d='M8.83975 6.31836C10.2335 6.31836 11.3599 7.44481 11.3599 8.83855C11.3599 10.2323 10.2335 11.3587 8.83975 11.3587H2.52019C1.12645 11.3587 0 10.2323 0 8.83855C0 7.44481 1.12645 6.31836 2.52019 6.31836H8.83975Z' fill='%2336C5F0'/><path d='M18.9375 8.83855C18.9375 7.44481 20.064 6.31836 21.4577 6.31836C22.8514 6.31836 23.9779 7.44481 23.9779 8.83855C23.9779 10.2323 22.8514 11.3587 21.4577 11.3587H18.9375V8.83855Z' fill='%232EB67D'/><path d='M17.6771 8.83975C17.6771 10.2335 16.5507 11.3599 15.1569 11.3599C13.7632 11.3599 12.6367 10.2335 12.6367 8.83975V2.52019C12.6367 1.12645 13.7632 0 15.1569 0C16.5507 0 17.6771 1.12645 17.6771 2.52019V8.83975Z' fill='%232EB67D'/><path d='M15.1569 18.9395C16.5507 18.9395 17.6771 20.0659 17.6771 21.4596C17.6771 22.8534 16.5507 23.9798 15.1569 23.9798C13.7632 23.9798 12.6367 22.8534 12.6367 21.4596V18.9395H15.1569Z' fill='%23ECB22E'/><path d='M15.1569 17.679C13.7632 17.679 12.6367 16.5526 12.6367 15.1589C12.6367 13.7651 13.7632 12.6387 15.1569 12.6387H21.4765C22.8702 12.6387 23.9967 13.7651 23.9967 15.1589C23.9967 16.5526 22.8702 17.679 21.4765 17.679H15.1569Z' fill='%23ECB22E'/></svg>");}
.ico.lark {background-image: url("data:image/svg+xml,<svg width='25' height='20' viewBox='0 0 25 20' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M12.7216 10.218L12.7823 10.1579C12.821 10.1186 12.8631 10.0771 12.9045 10.0378L12.9887 9.95704L13.2372 9.71131L13.5789 9.37929L13.8688 9.09145L14.1415 8.82225L14.4258 8.54062L14.6868 8.28315L15.0526 7.92422C15.1209 7.85519 15.1927 7.78893 15.2645 7.72335C15.3964 7.60324 15.5337 7.48659 15.6718 7.3727C15.9822 7.12728 16.3082 6.90225 16.6478 6.699C16.8431 6.58511 17.0433 6.47743 17.247 6.37527C17.5482 6.22938 17.8582 6.10258 18.1754 5.99562C18.2326 5.97699 18.2892 5.95628 18.3493 5.93833C17.8439 3.9483 16.9177 2.08976 15.6331 0.488016C15.51 0.33568 15.3543 0.2128 15.1776 0.128364C15.0008 0.043927 14.8074 6.97526e-05 14.6115 1.67144e-10H4.11539C4.07384 -1.70924e-06 4.03334 0.0131084 3.99968 0.0374631C3.96601 0.0618178 3.94088 0.096175 3.92788 0.135641C3.91488 0.175108 3.91466 0.217671 3.92726 0.257268C3.93986 0.296866 3.96463 0.331478 3.99805 0.356176C7.58076 2.98261 10.5494 6.35683 12.6981 10.2449L12.7223 10.2173L12.7216 10.218Z' fill='%2300D6B9'/><path d='M8.5496 19.4565C13.9702 19.4565 18.693 16.4649 21.1545 12.0445C21.2415 11.8885 21.325 11.7331 21.4057 11.5744C21.2415 11.893 21.0481 12.1957 20.828 12.4786C20.7018 12.6407 20.5679 12.7966 20.4269 12.9459C20.233 13.1503 20.0227 13.3384 19.7981 13.5085C19.706 13.58 19.6111 13.6479 19.5137 13.7121C19.3892 13.796 19.2614 13.875 19.1306 13.9489C18.7485 14.1626 18.342 14.3295 17.9199 14.4459C17.7086 14.5053 17.4937 14.5515 17.2766 14.5839C17.1206 14.6081 16.9591 14.6253 16.8003 14.6378C16.6326 14.6495 16.4621 14.653 16.2909 14.653C16.1008 14.6499 15.911 14.6379 15.7221 14.6171C15.5807 14.6014 15.4398 14.5814 15.2997 14.557C15.1762 14.5353 15.0535 14.5093 14.9318 14.479C14.8655 14.4638 14.8027 14.4459 14.7371 14.4279C14.5571 14.3793 14.3774 14.3294 14.198 14.2781C14.1083 14.2512 14.0185 14.2278 13.9316 14.2008C13.798 14.1617 13.665 14.1207 13.5326 14.078C13.4249 14.0448 13.3172 14.0089 13.2096 13.973C13.1074 13.9399 13.0025 13.9068 12.901 13.8709L12.6912 13.7991L12.4372 13.7094L12.2577 13.6438C12.1381 13.6016 12.0191 13.5577 11.9008 13.512C11.8318 13.4843 11.7628 13.4609 11.6937 13.434L11.419 13.3263L11.1284 13.2089L10.9393 13.1316L10.706 13.035L10.5265 12.9611L10.3401 12.8797L10.1786 12.8079L10.0323 12.7423L9.88249 12.6733L9.72995 12.6015L9.53529 12.5118L9.33166 12.4151C9.25988 12.3799 9.1874 12.3468 9.11561 12.3109L8.93338 12.2212C5.71167 10.6133 2.80229 8.4442 0.34168 5.81552C0.314501 5.78693 0.279406 5.7671 0.240889 5.75858C0.202372 5.75006 0.162189 5.75323 0.125486 5.76769C0.0887832 5.78215 0.0572327 5.80724 0.0348764 5.83974C0.0125201 5.87224 0.000376078 5.91068 0 5.95012L0.00621237 15.2134V15.9651C0.00621237 16.4021 0.221574 16.8093 0.583962 17.0523C2.94153 18.627 5.71451 19.4635 8.5496 19.4565Z' fill='%233370FF'/><path d='M24.4798 6.39974C22.5717 5.46485 20.3773 5.29879 18.3503 5.93588C18.293 5.95383 18.2357 5.97177 18.1763 5.99248C17.6454 6.17541 17.1338 6.41008 16.6488 6.6931C16.4486 6.81044 16.256 6.93607 16.0676 7.07067C15.7857 7.26794 15.5175 7.48402 15.2648 7.71745C15.193 7.78371 15.1247 7.84929 15.0522 7.91763L14.687 8.27725L14.4268 8.53541L14.1424 8.81635L13.8698 9.08555L13.5792 9.37339L13.2409 9.70886L12.9924 9.95459L12.9082 10.0354C12.868 10.0761 12.8271 10.1162 12.7854 10.1555L12.7253 10.2155L12.6328 10.3018L12.5279 10.3984C11.6249 11.2272 10.6207 11.9383 9.53906 12.5148L9.73372 12.6045L9.88695 12.677L10.0367 12.746L10.1831 12.8116L10.3446 12.8834L10.531 12.9641L10.7104 13.0394L10.9437 13.1353L11.1322 13.2126L11.4228 13.33C11.5125 13.3659 11.6057 13.4018 11.6989 13.4377C11.7679 13.4646 11.8363 13.488 11.9053 13.5157C12.0247 13.5605 12.1448 13.6019 12.2615 13.6468L12.4409 13.7131C12.5251 13.7428 12.6087 13.7731 12.6963 13.8028L12.9055 13.8746C13.0069 13.9077 13.1091 13.9436 13.214 13.9768C13.3217 14.0126 13.4294 14.0458 13.5371 14.0817C13.6689 14.1231 13.8035 14.1624 13.9353 14.2038C14.203 14.2829 14.4715 14.3589 14.7409 14.4316C14.8071 14.4496 14.87 14.4648 14.9355 14.4827C15.0584 14.5124 15.1813 14.5366 15.3041 14.5607C15.445 14.5842 15.5858 14.6056 15.7266 14.6201C16.2438 14.6798 16.7668 14.6687 17.281 14.5869C17.4964 14.5545 17.7118 14.5069 17.9244 14.4496C18.1962 14.3753 18.4617 14.2793 18.7182 14.1624C18.9297 14.0669 19.135 13.9578 19.3325 13.8359C19.3981 13.7966 19.4574 13.7552 19.5175 13.7158C19.6134 13.6503 19.7094 13.5847 19.8019 13.5122C19.8827 13.4522 19.9606 13.3893 20.0359 13.3238C20.3281 13.0704 20.594 12.7883 20.8297 12.4816C21.046 12.1986 21.2383 11.8979 21.4047 11.5829L21.5448 11.3054L22.7969 8.81083L22.8114 8.78045C23.2211 7.89374 23.7862 7.08747 24.4798 6.39974Z' fill='%23133C9A'/></svg>");}
.ico.mail {background-image: url("data:image/svg+xml,<svg width='24' height='19' viewBox='0 0 24 19' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M2.4 19C1.74 19 1.175 18.7674 0.705 18.3023C0.235 17.8372 0 17.2781 0 16.625V2.375C0 1.72187 0.235 1.16276 0.705 0.697656C1.175 0.232552 1.74 0 2.4 0H21.6C22.26 0 22.825 0.232552 23.295 0.697656C23.765 1.16276 24 1.72187 24 2.375V16.625C24 17.2781 23.765 17.8372 23.295 18.3023C22.825 18.7674 22.26 19 21.6 19H2.4ZM12 10.6875L2.4 4.75V16.625H21.6V4.75L12 10.6875ZM12 8.3125L21.6 2.375H2.4L12 8.3125ZM2.4 4.75V2.375V16.625V4.75Z' fill='%23191919'/></svg>");}
.ico.email {background-image: url("data:image/svg+xml,<svg width='24' height='19' viewBox='0 0 24 19' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M2.4 19C1.74 19 1.175 18.7674 0.705 18.3023C0.235 17.8372 0 17.2781 0 16.625V2.375C0 1.72187 0.235 1.16276 0.705 0.697656C1.175 0.232552 1.74 0 2.4 0H21.6C22.26 0 22.825 0.232552 23.295 0.697656C23.765 1.16276 24 1.72187 24 2.375V16.625C24 17.2781 23.765 17.8372 23.295 18.3023C22.825 18.7674 22.26 19 21.6 19H2.4ZM12 10.6875L2.4 4.75V16.625H21.6V4.75L12 10.6875ZM12 8.3125L21.6 2.375H2.4L12 8.3125ZM2.4 4.75V2.375V16.625V4.75Z' fill='%23191919'/></svg>");}
.ico.trash {background-image: url("data:image/svg+xml,<svg width='17' height='19' viewBox='0 0 17 19' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M3.18207 18.3077C2.61686 18.3077 2.1341 18.1162 1.73381 17.7332C1.33349 17.3502 1.13334 16.8884 1.13334 16.3476V2.58556H0V0.959159H5.09999V0H11.9V0.959159H17V2.58556H15.8667V16.3476C15.8667 16.8953 15.6683 17.3589 15.2717 17.7384C14.875 18.1179 14.3904 18.3077 13.8179 18.3077H3.18207ZM14.1667 2.58556H2.83331V16.3476C2.83331 16.4449 2.86601 16.5249 2.9314 16.5874C2.9968 16.65 3.08035 16.6813 3.18207 16.6813H13.8179C13.9051 16.6813 13.985 16.6465 14.0577 16.577C14.1304 16.5075 14.1667 16.431 14.1667 16.3476V2.58556ZM5.55771 14.5127H7.25769V4.75414H5.55771V14.5127ZM9.74231 14.5127H11.4423V4.75414H9.74231V14.5127Z' fill='%23C31111'/></svg>");}
.ico.plus {background-image: url("data:image/svg+xml,<svg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M10.75 12.25H5V10.75H10.75V5H12.2499V10.75H18V12.25H12.2499V18H10.75V12.25Z' fill='%23191919' fill-opacity='0.5'/></svg>");}
.ico.plus-w {background-image: url("data:image/svg+xml,<svg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M11.25 11.75H5.5V10.25H11.25V4.5H12.7499V10.25H18.5V11.75H12.7499V17.5H11.25V11.75Z' fill='white'/></svg>");}
.ico.leave-page {height:16px; width:16px; margin-left: 8px; background-image: url("data:image/svg+xml,<svg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1.13961 19.9999H17.0942C17.721 19.9999 18.2338 19.4871 18.2338 18.8603V9.74341H15.9546V17.7207H2.27923V4.04534H10.2565V1.76611H1.13961C0.512826 1.76611 0 2.27894 0 2.90573V18.8603C0 19.4871 0.512826 19.9999 1.13961 19.9999Z' fill='%233F58D9'/><path d='M8.80347 9.62974L10.3989 11.2252L17.7779 3.87469V6.35335H20.0572V0H13.6753V2.27923H16.154L8.80347 9.62974Z' fill='%233F58D9'/></svg>");}
.ico.leave-page.gray {height:16px; width:16px; margin-left: 8px; background-image: url("data:image/svg+xml,<svg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1.13961 19.9999H17.0942C17.721 19.9999 18.2338 19.4871 18.2338 18.8603V9.74341H15.9546V17.7207H2.27923V4.04534H10.2565V1.76611H1.13961C0.512826 1.76611 0 2.27894 0 2.90573V18.8603C0 19.4871 0.512826 19.9999 1.13961 19.9999Z' fill='%23666666'/><path d='M8.80347 9.62974L10.3989 11.2252L17.7779 3.87469V6.35335H20.0572V0H13.6753V2.27923H16.154L8.80347 9.62974Z' fill='%23666666'/></svg>");}
.ico.back-circle {height: 20px; margin-top: 1px; background-image: url("data:image/svg+xml,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><circle cx='10' cy='10' r='9.5' fill='white' stroke='%23E6E6E6'/><path d='M7 9.75C7 9.66031 7.01431 9.57623 7.04294 9.49776C7.07156 9.41928 7.12023 9.34641 7.18893 9.27915L10.3492 6.18498C10.4752 6.06166 10.6355 6 10.8302 6C11.0248 6 11.1851 6.06166 11.3111 6.18498C11.437 6.3083 11.5 6.46525 11.5 6.65583C11.5 6.84641 11.437 7.00336 11.3111 7.12668L8.63168 9.75L11.3111 12.3733C11.437 12.4966 11.5 12.6536 11.5 12.8442C11.5 13.0348 11.437 13.1917 11.3111 13.315C11.1851 13.4383 11.0248 13.5 10.8302 13.5C10.6355 13.5 10.4752 13.4383 10.3492 13.315L7.18893 10.2209C7.12023 10.1536 7.07156 10.0807 7.04294 10.0022C7.01431 9.92377 7 9.83969 7 9.75Z' fill='%23191919' fill-opacity='0.5'/></svg>");}
.ico.up {background-image: url("data:image/svg+xml,<svg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6.00078 0.0496092C5.86745 0.0496092 5.74245 0.0704427 5.62578 0.112109C5.50911 0.153776 5.40078 0.224609 5.30078 0.324609L0.700781 4.92461C0.517448 5.10794 0.425781 5.34128 0.425781 5.62461C0.425781 5.90794 0.517448 6.14128 0.700781 6.32461C0.884115 6.50794 1.11745 6.59961 1.40078 6.59961C1.68411 6.59961 1.91745 6.50794 2.10078 6.32461L6.00078 2.42461L9.90078 6.32461C10.0841 6.50794 10.3174 6.59961 10.6008 6.59961C10.8841 6.59961 11.1174 6.50794 11.3008 6.32461C11.4841 6.14128 11.5758 5.90794 11.5758 5.62461C11.5758 5.34128 11.4841 5.10794 11.3008 4.92461L6.70078 0.324609C6.60078 0.224609 6.49245 0.153776 6.37578 0.112109C6.25911 0.0704427 6.13411 0.0496092 6.00078 0.0496092Z' fill='%23999999'/></svg>");}
.ico.eye {background-image: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M12 16C13.25 16 14.3125 15.5625 15.1875 14.6875C16.0625 13.8125 16.5 12.75 16.5 11.5C16.5 10.25 16.0625 9.1875 15.1875 8.3125C14.3125 7.4375 13.25 7 12 7C10.75 7 9.6875 7.4375 8.8125 8.3125C7.9375 9.1875 7.5 10.25 7.5 11.5C7.5 12.75 7.9375 13.8125 8.8125 14.6875C9.6875 15.5625 10.75 16 12 16ZM12 14.2C11.25 14.2 10.6125 13.9375 10.0875 13.4125C9.5625 12.8875 9.3 12.25 9.3 11.5C9.3 10.75 9.5625 10.1125 10.0875 9.5875C10.6125 9.0625 11.25 8.8 12 8.8C12.75 8.8 13.3875 9.0625 13.9125 9.5875C14.4375 10.1125 14.7 10.75 14.7 11.5C14.7 12.25 14.4375 12.8875 13.9125 13.4125C13.3875 13.9375 12.75 14.2 12 14.2ZM12 19C9.56667 19 7.35 18.3208 5.35 16.9625C3.35 15.6042 1.9 13.7833 1 11.5C1.9 9.21667 3.35 7.39583 5.35 6.0375C7.35 4.67917 9.56667 4 12 4C14.4333 4 16.65 4.67917 18.65 6.0375C20.65 7.39583 22.1 9.21667 23 11.5C22.1 13.7833 20.65 15.6042 18.65 16.9625C16.65 18.3208 14.4333 19 12 19ZM12 17C13.8833 17 15.6125 16.5042 17.1875 15.5125C18.7625 14.5208 19.9667 13.1833 20.8 11.5C19.9667 9.81667 18.7625 8.47917 17.1875 7.4875C15.6125 6.49583 13.8833 6 12 6C10.1167 6 8.3875 6.49583 6.8125 7.4875C5.2375 8.47917 4.03333 9.81667 3.2 11.5C4.03333 13.1833 5.2375 14.5208 6.8125 15.5125C8.3875 16.5042 10.1167 17 12 17Z' fill='%233F58D9'/></svg>");}
.ico.eye.cross {background-image: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M16.1 13.2998L14.65 11.8498C14.8 11.0665 14.575 10.3331 13.975 9.64981C13.375 8.96647 12.6 8.69981 11.65 8.84981L10.2 7.39981C10.4833 7.26647 10.7708 7.16647 11.0625 7.0998C11.3542 7.03314 11.6667 6.9998 12 6.9998C13.25 6.9998 14.3125 7.4373 15.1875 8.3123C16.0625 9.18731 16.5 10.2498 16.5 11.4998C16.5 11.8331 16.4667 12.1456 16.4 12.4373C16.3333 12.729 16.2333 13.0165 16.1 13.2998ZM19.3 16.4498L17.85 15.0498C18.4833 14.5665 19.0458 14.0373 19.5375 13.4623C20.0292 12.8873 20.45 12.2331 20.8 11.4998C19.9667 9.81647 18.7708 8.47897 17.2125 7.48731C15.6542 6.49564 13.9167 5.9998 12 5.9998C11.5167 5.9998 11.0417 6.03314 10.575 6.0998C10.1083 6.16647 9.65 6.26647 9.2 6.39981L7.65 4.8498C8.33333 4.56647 9.03333 4.35397 9.75 4.2123C10.4667 4.07064 11.2167 3.9998 12 3.9998C14.5167 3.9998 16.7583 4.69564 18.725 6.08731C20.6917 7.47897 22.1167 9.28314 23 11.4998C22.6167 12.4831 22.1125 13.3956 21.4875 14.2373C20.8625 15.079 20.1333 15.8165 19.3 16.4498ZM19.8 22.5998L15.6 18.4498C15.0167 18.6331 14.4292 18.7706 13.8375 18.8623C13.2458 18.954 12.6333 18.9998 12 18.9998C9.48333 18.9998 7.24167 18.304 5.275 16.9123C3.30833 15.5206 1.88333 13.7165 1 11.4998C1.35 10.6165 1.79167 9.79564 2.325 9.03731C2.85833 8.27897 3.46667 7.5998 4.15 6.9998L1.4 4.1998L2.8 2.7998L21.2 21.1998L19.8 22.5998ZM5.55 8.39981C5.06667 8.83314 4.625 9.30814 4.225 9.82481C3.825 10.3415 3.48333 10.8998 3.2 11.4998C4.03333 13.1831 5.22917 14.5206 6.7875 15.5123C8.34583 16.504 10.0833 16.9998 12 16.9998C12.3333 16.9998 12.6583 16.979 12.975 16.9373C13.2917 16.8956 13.6167 16.8498 13.95 16.7998L13.05 15.8498C12.8667 15.8998 12.6917 15.9373 12.525 15.9623C12.3583 15.9873 12.1833 15.9998 12 15.9998C10.75 15.9998 9.6875 15.5623 8.8125 14.6873C7.9375 13.8123 7.5 12.7498 7.5 11.4998C7.5 11.3165 7.5125 11.1415 7.5375 10.9748C7.5625 10.8081 7.6 10.6331 7.65 10.4498L5.55 8.39981Z' fill='%233F58D9'/></svg>");}
.ico.timer {background-image: url("data:image/svg+xml,<svg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M10.2419 11.0739L11.0739 10.2419L8.09209 7.25994V3.55262H6.90791V7.73988L10.2419 11.0739ZM7.50132 15C6.464 15 5.48897 14.8032 4.57624 14.4095C3.66348 14.0158 2.86952 13.4815 2.19435 12.8066C1.51916 12.1318 0.984641 11.3381 0.590785 10.4258C0.196928 9.51347 0 8.53864 0 7.50132C0 6.464 0.196843 5.48897 0.590528 4.57624C0.984213 3.66348 1.51849 2.86952 2.19336 2.19435C2.86824 1.51916 3.66186 0.984642 4.5742 0.590785C5.48653 0.196929 6.46136 0 7.49868 0C8.536 0 9.51103 0.196844 10.4238 0.590529C11.3365 0.984214 12.1305 1.51849 12.8057 2.19336C13.4808 2.86824 14.0154 3.66186 14.4092 4.5742C14.8031 5.48653 15 6.46136 15 7.49868C15 8.536 14.8032 9.51102 14.4095 10.4238C14.0158 11.3365 13.4815 12.1305 12.8066 12.8057C12.1318 13.4808 11.3381 14.0154 10.4258 14.4092C9.51347 14.8031 8.53864 15 7.50132 15ZM7.5 13.8158C9.25 13.8158 10.7401 13.2007 11.9704 11.9704C13.2007 10.7401 13.8158 9.25 13.8158 7.5C13.8158 5.75 13.2007 4.25986 11.9704 3.02959C10.7401 1.79933 9.25 1.18419 7.5 1.18419C5.74999 1.18419 4.25986 1.79933 3.02959 3.02959C1.79933 4.25986 1.18419 5.75 1.18419 7.5C1.18419 9.25 1.79933 10.7401 3.02959 11.9704C4.25986 13.2007 5.74999 13.8158 7.5 13.8158Z' fill='white'/></svg>");}
.ico.refresh {background-image: url("data:image/svg+xml,<svg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M7.49998 15C5.40623 15 3.63279 14.2735 2.17967 12.8207C0.726558 11.3679 0 9.59482 0 7.5015C0 5.40818 0.726558 3.63461 2.17967 2.18078C3.63279 0.726925 5.40623 0 7.49998 0C8.66921 0 9.77562 0.259941 10.8192 0.779825C11.8628 1.29969 12.7307 2.03335 13.423 2.9808V0H14.923V6.11533H8.80768V4.61538H12.7577C12.2307 3.64999 11.5 2.88941 10.5654 2.33363C9.63073 1.77786 8.60894 1.49998 7.49998 1.49998C5.83331 1.49998 4.41664 2.08331 3.24998 3.24998C2.08331 4.41664 1.49998 5.83331 1.49998 7.49998C1.49998 9.16664 2.08331 10.5833 3.24998 11.75C4.41664 12.9166 5.83331 13.5 7.49998 13.5C8.78331 13.5 9.94164 13.1333 10.975 12.4C12.0083 11.6666 12.7333 10.7 13.15 9.49998H14.7307C14.2769 11.132 13.3829 12.4567 12.049 13.474C10.715 14.4913 9.19868 15 7.49998 15Z' fill='%232F304E'/></svg>");}
.ico.fb {background-image: url("data:image/svg+xml,<svg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M22 0C9.85 0 0 9.85 0 22C0 33.03 8.125 42.137 18.712 43.728V27.831H13.269V22.048H18.712V18.2C18.712 11.829 21.816 9.032 27.111 9.032C29.647 9.032 30.988 9.22 31.623 9.306V14.354H28.011C25.763 14.354 24.978 16.485 24.978 18.887V22.048H31.566L30.672 27.831H24.978V43.775C35.716 42.318 44 33.137 44 22C44 9.85 34.15 0 22 0Z' fill='black'/></svg>");}
.ico.twitter {background-image: url("data:image/svg+xml,<svg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M7 0C3.134 0 0 3.134 0 7V35C0 38.866 3.134 42 7 42H35C38.866 42 42 38.866 42 35V7C42 3.134 38.866 0 35 0H7ZM9.08594 9H17.0234L22.6602 17.0098L29.5 9H32L23.7891 18.6133L33.9141 33H25.9785L19.4375 23.707L11.5 33H9L18.3086 22.1035L9.08594 9ZM12.9141 11L27.0215 31H30.0859L15.9785 11H12.9141Z' fill='black'/></svg>");}
.ico.instagram {background-image: url("data:image/svg+xml,<svg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M13 0C5.83248 0 0 5.83248 0 13V31C0 38.1675 5.83248 44 13 44H31C38.1675 44 44 38.1675 44 31V13C44 5.83248 38.1675 0 31 0H13ZM13 2H31C37.0865 2 42 6.91352 42 13V31C42 37.0865 37.0865 42 31 42H13C6.91352 42 2 37.0865 2 31V13C2 6.91352 6.91352 2 13 2ZM34 8C33.4696 8 32.9609 8.21071 32.5858 8.58579C32.2107 8.96086 32 9.46957 32 10C32 10.5304 32.2107 11.0391 32.5858 11.4142C32.9609 11.7893 33.4696 12 34 12C34.5304 12 35.0391 11.7893 35.4142 11.4142C35.7893 11.0391 36 10.5304 36 10C36 9.46957 35.7893 8.96086 35.4142 8.58579C35.0391 8.21071 34.5304 8 34 8ZM22 11C15.9367 11 11 15.9367 11 22C11 28.0633 15.9367 33 22 33C28.0633 33 33 28.0633 33 22C33 15.9367 28.0633 11 22 11ZM22 13C26.9824 13 31 17.0176 31 22C31 26.9824 26.9824 31 22 31C17.0176 31 13 26.9824 13 22C13 17.0176 17.0176 13 22 13Z' fill='black'/></svg>");}
.ico.linkedin {background-image: url("data:image/svg+xml,<svg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M37 0H5C2.24 0 0 2.24 0 5V37C0 39.76 2.24 42 5 42H37C39.76 42 42 39.76 42 37V5C42 2.24 39.76 0 37 0ZM13 16V35H7V16H13ZM7 10.47C7 9.07 8.2 8 10 8C11.8 8 12.93 9.07 13 10.47C13 11.87 11.88 13 10 13C8.2 13 7 11.87 7 10.47ZM35 35H29C29 35 29 25.74 29 25C29 23 28 21 25.5 20.96H25.42C23 20.96 22 23.02 22 25C22 25.91 22 35 22 35H16V16H22V18.56C22 18.56 23.93 16 27.81 16C31.78 16 35 18.73 35 24.26V35Z' fill='black'/></svg>");}
.ico.tiktok {background-image: url("data:image/svg+xml,<svg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M37 0H5C2.243 0 0 2.243 0 5V37C0 39.757 2.243 42 5 42H37C39.757 42 42 39.757 42 37V5C42 2.243 39.757 0 37 0ZM33.006 18.323C32.779 18.344 32.549 18.358 32.316 18.358C29.693 18.358 27.388 17.009 26.047 14.97C26.047 20.319 26.047 26.405 26.047 26.507C26.047 31.216 22.229 35.034 17.52 35.034C12.811 35.034 8.993 31.216 8.993 26.507C8.993 21.798 12.811 17.98 17.52 17.98C17.698 17.98 17.872 17.996 18.047 18.007V22.209C17.872 22.188 17.7 22.156 17.52 22.156C15.116 22.156 13.168 24.104 13.168 26.508C13.168 28.912 15.116 30.86 17.52 30.86C19.924 30.86 22.047 28.966 22.047 26.562C22.047 26.467 22.089 6.968 22.089 6.968H26.105C26.483 10.559 29.382 13.393 33.006 13.653V18.323Z' fill='black'/></svg>");}
.ico.youtube {background-image: url("data:image/svg+xml,<svg width='44' height='32' viewBox='0 0 44 32' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M41.8984 5.5C41.5 3.30078 39.6016 1.69922 37.3984 1.19922C34.1016 0.5 28 0 21.3984 0C14.8008 0 8.60156 0.5 5.30078 1.19922C3.10156 1.69922 1.19922 3.19922 0.800781 5.5C0.398438 8 0 11.5 0 16C0 20.5 0.398438 24 0.898438 26.5C1.30078 28.6992 3.19922 30.3008 5.39844 30.8008C8.89844 31.5 14.8984 32 21.5 32C28.1016 32 34.1016 31.5 37.6016 30.8008C39.8008 30.3008 41.6992 28.8008 42.1016 26.5C42.5 24 43 20.3984 43.1016 16C42.8984 11.5 42.3984 8 41.8984 5.5ZM16 23V9L28.1992 16L16 23Z' fill='black'/></svg>");}
.ico.line,.ico.liff,.ico.miniapp {background-image: url("data:image/svg+xml,<svg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M5 0C2.24 0 0 2.24 0 5V37C0 39.76 2.24 42 5 42H37C39.76 42 42 39.76 42 37V5C42 2.24 39.76 0 37 0H5ZM21 7C29.27 7 36 12.3592 36 18.9492C36 21.5792 34.9593 23.9608 32.7793 26.3008C31.2093 28.0808 28.6605 30.0402 26.3105 31.6602C23.9605 33.2602 21.8 34.5196 21 34.8496C20.68 34.9796 20.44 35.0391 20.25 35.0391C19.59 35.0391 19.6492 34.3408 19.6992 34.0508C19.7392 33.8308 19.9199 32.7891 19.9199 32.7891C19.9699 32.4191 20.0191 31.8309 19.8691 31.4609C19.6991 31.0509 19.0291 30.8402 18.5391 30.7402C11.3391 29.8002 6 24.8492 6 18.9492C6 12.3592 12.73 7 21 7ZM19.9922 14.998C19.4884 15.0074 19 15.3919 19 16V22C19 22.552 19.448 23 20 23C20.552 23 21 22.552 21 22V19.1211L23.1855 22.5801C23.7515 23.3721 25 22.973 25 22V16C25 15.448 24.552 15 24 15C23.448 15 23 15.448 23 16V19L20.8145 15.4199C20.6022 15.1229 20.2945 14.9924 19.9922 14.998ZM11 15C10.448 15 10 15.448 10 16V22C10 22.552 10.448 23 11 23H14C14.552 23 15 22.552 15 22C15 21.448 14.552 21 14 21H12V16C12 15.448 11.552 15 11 15ZM17 15C16.448 15 16 15.448 16 16V22C16 22.552 16.448 23 17 23C17.552 23 18 22.552 18 22V16C18 15.448 17.552 15 17 15ZM27 15C26.448 15 26 15.448 26 16V22C26 22.552 26.448 23 27 23H30C30.552 23 31 22.552 31 22C31 21.448 30.552 21 30 21H28V20H30C30.553 20 31 19.552 31 19C31 18.448 30.553 18 30 18H28V17H30C30.552 17 31 16.552 31 16C31 15.448 30.552 15 30 15H27Z' fill='black'/></svg>");}
.ico.magic {background-image: url("data:image/svg+xml,<svg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M8.66474 4.16536L10.6647 6.16536M2.66474 3.4987V6.16536M11.9981 8.83203V11.4987M5.99808 0.832031V2.16536M3.99808 4.83203H1.33141M13.3314 10.1654H10.6647M6.66474 1.4987H5.33141M13.7581 1.92536L12.9047 1.07203C12.8297 0.996242 12.7404 0.936078 12.642 0.895017C12.5436 0.853957 12.438 0.832815 12.3314 0.832815C12.2248 0.832815 12.1192 0.853957 12.0208 0.895017C11.9224 0.936078 11.8331 0.996242 11.7581 1.07203L0.904744 11.9254C0.828955 12.0004 0.76879 12.0897 0.72773 12.1881C0.686669 12.2865 0.665527 12.3921 0.665527 12.4987C0.665527 12.6053 0.686669 12.7109 0.72773 12.8093C0.76879 12.9077 0.828955 12.997 0.904744 13.072L1.75808 13.9254C1.83262 14.002 1.92177 14.0629 2.02024 14.1044C2.11871 14.146 2.22452 14.1674 2.33141 14.1674C2.4383 14.1674 2.54411 14.146 2.64258 14.1044C2.74105 14.0629 2.8302 14.002 2.90474 13.9254L13.7581 3.07203C13.8347 2.99748 13.8956 2.90834 13.9371 2.80987C13.9787 2.71139 14.0001 2.60559 14.0001 2.4987C14.0001 2.39181 13.9787 2.286 13.9371 2.18753C13.8956 2.08905 13.8347 1.99991 13.7581 1.92536Z' stroke='url(%23paint0_linear_1052_4601)' stroke-linecap='round' stroke-linejoin='round'/><defs><linearGradient id='paint0_linear_1052_4601' x1='2.22035e-07' y1='-2.2201e-07' x2='14' y2='14' gradientUnits='userSpaceOnUse'><stop stop-color='%233F58D9'/><stop offset='1' stop-color='%23D14149'/></linearGradient></defs></svg>");}
.ico.menu-staffs {background-image: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M12 20.5C9.57317 20.5 7.54975 20.1573 5.92975 19.472C4.30992 18.7868 3.5 17.9308 3.5 16.9038V7C3.5 6.03467 4.3295 5.21 5.9885 4.526C7.6475 3.842 9.65133 3.5 12 3.5C14.3487 3.5 16.3525 3.842 18.0115 4.526C19.6705 5.21 20.5 6.03467 20.5 7V16.9038C20.5 17.9308 19.6901 18.7868 18.0703 19.472C16.4503 20.1573 14.4268 20.5 12 20.5ZM12 8.95775C13.4577 8.95775 14.9253 8.75167 16.403 8.3395C17.8805 7.92733 18.7366 7.48275 18.9712 7.00575C18.7429 6.51608 17.8958 6.05933 16.4298 5.6355C14.9638 5.21183 13.4872 5 12 5C10.5153 5 9.04383 5.20608 7.5855 5.61825C6.12717 6.03042 5.2685 6.48008 5.0095 6.96725C5.26217 7.46725 6.11442 7.924 7.56625 8.3375C9.01825 8.751 10.4962 8.95775 12 8.95775ZM12 13.9615C12.6937 13.9615 13.3687 13.9282 14.025 13.8615C14.6813 13.7948 15.3086 13.6974 15.9068 13.5692C16.5048 13.4411 17.0647 13.2821 17.5865 13.0923C18.1083 12.9026 18.5795 12.6878 19 12.448V8.9C18.5795 9.13967 18.1083 9.35442 17.5865 9.54425C17.0647 9.73392 16.5048 9.89283 15.9068 10.021C15.3086 10.1493 14.6813 10.2468 14.025 10.3135C13.3687 10.3802 12.6937 10.4135 12 10.4135C11.2937 10.4135 10.6055 10.3785 9.9355 10.3085C9.26567 10.2387 8.63333 10.1397 8.0385 10.0115C7.44367 9.88333 6.8895 9.726 6.376 9.5395C5.8625 9.35283 5.40383 9.13967 5 8.9V12.448C5.40383 12.6878 5.8625 12.901 6.376 13.0875C6.8895 13.274 7.44367 13.4313 8.0385 13.5595C8.63333 13.6878 9.26567 13.7869 9.9355 13.8567C10.6055 13.9266 11.2937 13.9615 12 13.9615ZM12 19C12.8115 19 13.6083 18.9465 14.3905 18.8395C15.1725 18.7323 15.884 18.5862 16.525 18.401C17.166 18.2157 17.7067 18.0006 18.147 17.7557C18.5875 17.5109 18.8718 17.2538 19 16.9845V13.948C18.5795 14.1878 18.1083 14.4026 17.5865 14.5923C17.0647 14.7821 16.5048 14.9411 15.9068 15.0692C15.3086 15.1974 14.6813 15.2948 14.025 15.3615C13.3687 15.4282 12.6937 15.4615 12 15.4615C11.2937 15.4615 10.6055 15.4266 9.9355 15.3567C9.26567 15.2869 8.63333 15.1878 8.0385 15.0595C7.44367 14.9313 6.8895 14.774 6.376 14.5875C5.8625 14.401 5.40383 14.1878 5 13.948V17C5.12817 17.2757 5.40992 17.5317 5.84525 17.7682C6.28042 18.0047 6.8185 18.2157 7.4595 18.401C8.10067 18.5862 8.81483 18.7323 9.602 18.8395C10.3892 18.9465 11.1885 19 12 19Z' fill='%233F58D9'/></svg>");margin-left:8px;}
.ico.next{background-image: url("data:image/svg+xml,<svg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M10.07 52.205C10.4692 52.4186 10.9189 52.5198 11.371 52.4978C11.8232 52.4758 12.261 52.3314 12.6375 52.08L42.6375 32.08C42.9799 31.8517 43.2606 31.5424 43.4548 31.1796C43.649 30.8167 43.7506 30.4115 43.7506 30C43.7506 29.5885 43.649 29.1833 43.4548 28.8205C43.2606 28.4576 42.9799 28.1483 42.6375 27.92L12.6375 7.92001C12.261 7.66881 11.8234 7.52454 11.3713 7.50258C10.9192 7.48062 10.4697 7.5818 10.0706 7.79532C9.67151 8.00885 9.33789 8.32671 9.10531 8.71499C8.87274 9.10327 8.74993 9.5474 8.75 10V50C8.74982 50.4526 8.87251 50.8968 9.10498 51.2851C9.33745 51.6734 9.67099 51.9914 10.07 52.205ZM13.75 14.6725L36.75 30L13.75 45.3275V14.6725ZM46.25 45V15C46.25 14.337 46.5134 13.7011 46.9822 13.2322C47.4511 12.7634 48.087 12.5 48.75 12.5C49.413 12.5 50.0489 12.7634 50.5178 13.2322C50.9866 13.7011 51.25 14.337 51.25 15V45C51.25 45.663 50.9866 46.2989 50.5178 46.7678C50.0489 47.2366 49.413 47.5 48.75 47.5C48.087 47.5 47.4511 47.2366 46.9822 46.7678C46.5134 46.2989 46.25 45.663 46.25 45Z' fill='black'/></svg>");}
.ico.prev{background-image: url("data:image/svg+xml,<svg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M49.93 52.205C49.5308 52.4186 49.0811 52.5198 48.629 52.4978C48.1768 52.4758 47.739 52.3314 47.3625 52.08L17.3625 32.08C17.0201 31.8517 16.7394 31.5424 16.5452 31.1796C16.351 30.8167 16.2494 30.4115 16.2494 30C16.2494 29.5885 16.351 29.1833 16.5452 28.8205C16.7394 28.4576 17.0201 28.1483 17.3625 27.92L47.3625 7.92001C47.739 7.66881 48.1766 7.52454 48.6287 7.50258C49.0808 7.48062 49.5303 7.5818 49.9294 7.79532C50.3285 8.00885 50.6621 8.32671 50.8947 8.71499C51.1273 9.10327 51.2501 9.5474 51.25 10V50C51.2502 50.4526 51.1275 50.8968 50.895 51.2851C50.6625 51.6734 50.329 51.9914 49.93 52.205ZM46.25 14.6725L23.25 30L46.25 45.3275V14.6725ZM13.75 45V15C13.75 14.337 13.4866 13.7011 13.0178 13.2322C12.5489 12.7634 11.913 12.5 11.25 12.5C10.587 12.5 9.95108 12.7634 9.48224 13.2322C9.01339 13.7011 8.75 14.337 8.75 15V45C8.75 45.663 9.01339 46.2989 9.48224 46.7678C9.95108 47.2366 10.587 47.5 11.25 47.5C11.913 47.5 12.5489 47.2366 13.0178 46.7678C13.4866 46.2989 13.75 45.663 13.75 45Z' fill='black'/></svg>");}
.ico.merge{background-image: url("data:image/svg+xml,<svg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M25.2 18V7.2C25.2 6.53726 24.6628 6 24 6H7.2C6.53726 6 6 6.53726 6 7.2V52.8C6 53.4628 6.53726 54 7.2 54H24C24.6628 54 25.2 53.4628 25.2 52.8V42M34.8 42V52.8C34.8 53.4628 35.3372 54 36 54H52.8C53.4628 54 54 53.4628 54 52.8V7.2C54 6.53726 53.4628 6 52.8 6H36C35.3372 6 34.8 6.53726 34.8 7.2V18M34.8 30H54M34.8 30L40.8 36M34.8 30L40.8 24M7.2 30H25.2M25.2 30L19.2 36M25.2 30L19.2 24' stroke='black' stroke-width='4' stroke-linecap='round'/></svg>");}
.ico.evolany, .auth_signin::before{background-image: url("data:image/svg+xml,<svg width='164' height='72' viewBox='0 0 164 72' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M10.9186 55.9052C14.0927 55.9052 17.309 54.9321 19.3404 53.0706L16.9704 49.6014C15.6585 50.8706 13.2462 51.6322 11.5111 51.6322C8.04085 51.6322 5.96716 49.4745 5.6286 46.8938H20.8216V45.7092C20.8216 39.0247 16.6742 34.4555 10.5801 34.4555C4.35899 34.4555 0 39.2362 0 45.1592C0 51.7168 4.69755 55.9052 10.9186 55.9052ZM15.6162 43.2554H5.54396C5.79788 41.2246 7.23677 38.7285 10.5801 38.7285C14.135 38.7285 15.4892 41.3093 15.6162 43.2554Z' fill='%232C3045'/><path d='M34.9453 55.3975L43.1554 34.9632H37.3576L32.0252 49.1784L26.6929 34.9632H20.9373L29.1474 55.3975H34.9453Z' fill='%232C3045'/><path d='M54.1881 55.9052C60.9594 55.9052 65.0221 50.9976 65.0221 45.1592C65.0221 39.3631 60.9594 34.4555 54.1881 34.4555C47.4592 34.4555 43.3965 39.3631 43.3965 45.1592C43.3965 50.9976 47.4592 55.9052 54.1881 55.9052ZM54.1881 51.1245C50.8448 51.1245 48.9827 48.3745 48.9827 45.1592C48.9827 41.9862 50.8448 39.2362 54.1881 39.2362C57.5314 39.2362 59.4359 41.9862 59.4359 45.1592C59.4359 48.3745 57.5314 51.1245 54.1881 51.1245Z' fill='%232C3045'/><path d='M73.5378 55.3975V27.1787H68.1631V55.3975H73.5378Z' fill='%232C3045'/><path d='M95.6683 55.3975V42.1977C95.6683 36.317 91.3939 34.4555 86.7387 34.4555C83.5224 34.4555 80.306 35.4709 77.8091 37.6708L79.8405 41.2669C81.5756 39.6593 83.607 38.8554 85.8077 38.8554C88.5162 38.8554 90.2936 40.2093 90.2936 42.2823V45.0323C88.9394 43.4246 86.5271 42.5362 83.8186 42.5362C80.56 42.5362 76.7088 44.3554 76.7088 49.1361C76.7088 53.7052 80.56 55.9052 83.8186 55.9052C86.4848 55.9052 88.897 54.9321 90.2936 53.2821V55.3975H95.6683ZM85.977 52.2668C83.8609 52.2668 82.1258 51.1668 82.1258 49.263C82.1258 47.2745 83.8609 46.1746 85.977 46.1746C87.7121 46.1746 89.4049 46.7669 90.2936 47.9515V50.4899C89.4049 51.6745 87.7121 52.2668 85.977 52.2668Z' fill='%232C3045'/><path d='M119.324 55.3975V40.9708C119.324 36.9939 117.166 34.4555 112.68 34.4555C109.336 34.4555 106.84 36.0632 105.528 37.6285V34.9632H100.153V55.3975H105.528V41.6477C106.416 40.4208 108.067 39.2362 110.183 39.2362C112.468 39.2362 113.949 40.2093 113.949 43.0438V55.3975H119.324Z' fill='%232C3045'/><path d='M123.095 63.3935C123.772 63.5627 125.126 63.6897 125.761 63.6897C129.274 63.605 131.982 62.5897 133.506 58.7397L143.112 34.9632H137.314L131.982 49.1784L126.65 34.9632H120.894L129.189 55.6936L128.427 57.4282C127.919 58.5282 126.988 58.909 125.592 58.909C125.084 58.909 124.364 58.782 123.899 58.5705L123.095 63.3935Z' fill='%232C3045'/><path d='M4.78336 69.565C5.80594 69.565 6.6473 69.2277 7.26862 68.6052L6.80263 67.9696C6.31076 68.4755 5.58589 68.7608 4.87397 68.7608C3.52779 68.7608 2.69937 67.7751 2.6217 66.5948H7.68283V66.3484C7.68283 64.4677 6.56964 62.9891 4.67981 62.9891C2.89353 62.9891 1.59912 64.4548 1.59912 66.2706C1.59912 68.229 2.93236 69.565 4.78336 69.565ZM6.72497 65.8815H2.6217C2.67348 64.9217 3.33362 63.7933 4.66686 63.7933C6.09071 63.7933 6.71202 64.9476 6.72497 65.8815Z' fill='%232C3045'/><path d='M12.2453 69.4093L14.8471 63.1448H13.7856L11.7146 68.2809L9.6306 63.1448H8.58214L11.1839 69.4093H12.2453Z' fill='%232C3045'/><path d='M18.8498 69.565C20.7526 69.565 21.9434 68.0864 21.9434 66.2706C21.9434 64.4548 20.7526 62.9891 18.8498 62.9891C16.947 62.9891 15.7562 64.4548 15.7562 66.2706C15.7562 68.0864 16.947 69.565 18.8498 69.565ZM18.8498 68.696C17.5166 68.696 16.7658 67.5546 16.7658 66.2706C16.7658 64.9995 17.5166 63.8581 18.8498 63.8581C20.183 63.8581 20.9209 64.9995 20.9209 66.2706C20.9209 67.5546 20.183 68.696 18.8498 68.696Z' fill='%232C3045'/><path d='M24.7557 69.4093V60.7583H23.7849V69.4093H24.7557Z' fill='%232C3045'/><path d='M32.1417 69.4093V63.1448H31.1709V67.7491C30.8085 68.255 30.0836 68.696 29.3199 68.696C28.4786 68.696 27.922 68.3717 27.922 67.2693V63.1448H26.9512V67.5676C26.9512 68.9294 27.6372 69.565 28.9446 69.565C29.8765 69.565 30.692 69.0721 31.1709 68.5274V69.4093H32.1417Z' fill='%232C3045'/><path d='M35.9186 69.565C36.4881 69.565 36.8376 69.3963 37.0835 69.1629L36.7988 68.4366C36.6693 68.5792 36.4104 68.696 36.1386 68.696C35.7115 68.696 35.5044 68.3587 35.5044 67.8918V64.0008H36.7729V63.1448H35.5044V61.4327H34.5336V63.1448H33.498V64.0008H34.5336V68.0993C34.5336 69.0332 34.9995 69.565 35.9186 69.565Z' fill='%232C3045'/><path d='M38.882 62.2499C39.2445 62.2499 39.5422 61.9645 39.5422 61.6014C39.5422 61.2382 39.2445 60.9399 38.882 60.9399C38.5326 60.9399 38.2348 61.2382 38.2348 61.6014C38.2348 61.9645 38.5326 62.2499 38.882 62.2499ZM39.3739 69.4093V63.1448H38.4031V69.4093H39.3739Z' fill='%232C3045'/><path d='M44.3006 69.565C46.2033 69.565 47.3942 68.0864 47.3942 66.2706C47.3942 64.4548 46.2033 62.9891 44.3006 62.9891C42.3978 62.9891 41.2069 64.4548 41.2069 66.2706C41.2069 68.0864 42.3978 69.565 44.3006 69.565ZM44.3006 68.696C42.9673 68.696 42.2166 67.5546 42.2166 66.2706C42.2166 64.9995 42.9673 63.8581 44.3006 63.8581C45.6338 63.8581 46.3716 64.9995 46.3716 66.2706C46.3716 67.5546 45.6338 68.696 44.3006 68.696Z' fill='%232C3045'/><path d='M54.4262 69.4093V65.0125C54.4262 63.6506 53.7402 62.9891 52.4329 62.9891C51.5009 62.9891 50.6466 63.5339 50.2065 64.0527V63.1448H49.2357V69.4093H50.2065V64.8309C50.5689 64.3251 51.2938 63.8581 52.0575 63.8581C52.8988 63.8581 53.4554 64.2083 53.4554 65.3108V69.4093H54.4262Z' fill='%232C3045'/><path d='M65.0998 69.4093V65.1033C65.0998 63.5858 63.9996 62.9891 62.6793 62.9891C61.6567 62.9891 60.8542 63.3264 60.1811 64.0267L60.6341 64.7012C61.1907 64.1046 61.7991 63.8322 62.5499 63.8322C63.4559 63.8322 64.129 64.3121 64.129 65.1551V66.2835C63.6242 65.6999 62.9123 65.4275 62.058 65.4275C60.9966 65.4275 59.8704 66.089 59.8704 67.4897C59.8704 68.8516 60.9966 69.565 62.058 69.565C62.8993 69.565 63.6113 69.2666 64.129 68.696V69.4093H65.0998ZM62.4075 68.8646C61.5014 68.8646 60.8671 68.2939 60.8671 67.5027C60.8671 66.6986 61.5014 66.1279 62.4075 66.1279C63.0935 66.1279 63.7537 66.3873 64.129 66.9061V68.0864C63.7537 68.6052 63.0935 68.8646 62.4075 68.8646Z' fill='%232C3045'/><path d='M72.4953 69.4093V65.0125C72.4953 63.6506 71.8093 62.9891 70.502 62.9891C69.57 62.9891 68.7157 63.5339 68.2756 64.0527V63.1448H67.3048V69.4093H68.2756V64.8309C68.638 64.3251 69.3629 63.8581 70.1266 63.8581C70.9679 63.8581 71.5245 64.2083 71.5245 65.3108V69.4093H72.4953Z' fill='%232C3045'/><path d='M74.3435 71.8607C74.5247 71.9125 74.8483 71.9514 75.0554 71.9514C75.8839 71.9385 76.5181 71.5883 76.8935 70.6804L80.0259 63.1448H78.9645L76.8935 68.2809L74.8095 63.1448H73.761L76.3757 69.4742L75.9615 70.421C75.7415 70.9398 75.4567 71.0824 75.0295 71.0824C74.8742 71.0824 74.6412 71.0435 74.4988 70.9787L74.3435 71.8607Z' fill='%232C3045'/><path d='M82.8767 69.565C83.4462 69.565 83.7957 69.3963 84.0416 69.1629L83.7569 68.4366C83.6274 68.5792 83.3686 68.696 83.0967 68.696C82.6696 68.696 82.4625 68.3587 82.4625 67.8918V64.0008H83.731V63.1448H82.4625V61.4327H81.4917V63.1448H80.4561V64.0008H81.4917V68.0993C81.4917 69.0332 81.9576 69.565 82.8767 69.565Z' fill='%232C3045'/><path d='M85.8402 62.2499C86.2026 62.2499 86.5003 61.9645 86.5003 61.6014C86.5003 61.2382 86.2026 60.9399 85.8402 60.9399C85.4907 60.9399 85.193 61.2382 85.193 61.6014C85.193 61.9645 85.4907 62.2499 85.8402 62.2499ZM86.332 69.4093V63.1448H85.3612V69.4093H86.332Z' fill='%232C3045'/><path d='M97.0447 69.4093V64.8828C97.0447 63.6247 96.4363 62.9891 95.2972 62.9891C94.3911 62.9891 93.5498 63.5858 93.2003 64.1564C93.0191 63.5079 92.4754 62.9891 91.5175 62.9891C90.5985 62.9891 89.7572 63.6506 89.4983 64.0527V63.1448H88.5275V69.4093H89.4983V64.8309C89.8348 64.3251 90.5079 63.8581 91.1422 63.8581C91.9576 63.8581 92.2942 64.364 92.2942 65.1551V69.4093H93.265V64.8179C93.5886 64.3251 94.2746 63.8581 94.9218 63.8581C95.7244 63.8581 96.0739 64.364 96.0739 65.1551V69.4093H97.0447Z' fill='%232C3045'/><path d='M102.062 69.565C103.085 69.565 103.926 69.2277 104.547 68.6052L104.081 67.9696C103.589 68.4755 102.865 68.7608 102.153 68.7608C100.806 68.7608 99.978 67.7751 99.9003 66.5948H104.961V66.3484C104.961 64.4677 103.848 62.9891 101.958 62.9891C100.172 62.9891 98.8777 64.4548 98.8777 66.2706C98.8777 68.229 100.211 69.565 102.062 69.565ZM104.004 65.8815H99.9003C99.9521 64.9217 100.612 63.7933 101.945 63.7933C103.369 63.7933 103.991 64.9476 104.004 65.8815Z' fill='%232C3045'/><path d='M107.222 69.539C107.61 69.539 107.934 69.2148 107.934 68.8257C107.934 68.4366 107.61 68.1123 107.222 68.1123C106.834 68.1123 106.51 68.4366 106.51 68.8257C106.51 69.2148 106.834 69.539 107.222 69.539Z' fill='%232C3045'/><path fill-rule='evenodd' clip-rule='evenodd' d='M148.849 34.0469C143.197 29.0775 139.132 22.2247 137.724 14.2366C137.074 10.549 137.038 6.89512 137.543 3.38025C146.013 3.01906 153.648 8.97773 155.16 17.5539C156.299 24.0112 153.668 30.2611 148.849 34.0469Z' fill='url(%23paint0_linear_440_255)'/><path fill-rule='evenodd' clip-rule='evenodd' d='M162.911 41.5165C155.682 39.6359 149.252 35.432 144.628 29.6103C146.096 28.4069 147.885 27.5528 149.888 27.1996C156.113 26.102 162.049 30.2585 163.147 36.4834C163.452 38.2161 163.351 39.9266 162.911 41.5165Z' fill='url(%23paint1_linear_440_255)'/><path fill-rule='evenodd' clip-rule='evenodd' d='M154.062 27.2335C152.93 29.8988 151.136 32.2503 148.849 34.0468C147.318 32.7012 145.904 31.2174 144.628 29.6103C146.096 28.4069 147.885 27.5528 149.888 27.1996C151.313 26.9484 152.722 26.9724 154.062 27.2335Z' fill='%23E03D01'/><defs><linearGradient id='paint0_linear_440_255' x1='147.037' y1='18.2326' x2='150.86' y2='4.41115' gradientUnits='userSpaceOnUse'><stop stop-color='%23FF5600'/><stop offset='1' stop-color='%23FF5600' stop-opacity='0.5'/></linearGradient><linearGradient id='paint1_linear_440_255' x1='153.212' y1='34.1124' x2='164.093' y2='36.7591' gradientUnits='userSpaceOnUse'><stop stop-color='%232DC5E7'/><stop offset='1' stop-color='%232DC5E7' stop-opacity='0.5'/></linearGradient></defs></svg>");}
.ico.anybot{background-image: url("data:image/svg+xml,<svg width='174' height='38' viewBox='0 0 174 38' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M174 8.85168C174.003 9.87588 173.702 10.8779 173.136 11.731C172.57 12.5841 171.765 13.2498 170.821 13.6439C169.877 14.0379 168.838 14.1426 167.834 13.9447C166.831 13.7467 165.909 13.2551 165.185 12.532C164.461 11.8088 163.967 10.8867 163.766 9.88244C163.566 8.87815 163.667 7.83681 164.058 6.89029C164.448 5.94376 165.111 5.1346 165.961 4.56527C166.811 3.99593 167.81 3.69202 168.833 3.69202C170.2 3.69201 171.512 4.23512 172.481 5.20231C173.449 6.16949 173.996 7.48184 174 8.85168ZM172.997 8.85168C172.997 8.02674 172.753 7.22032 172.295 6.53441C171.838 5.84849 171.187 5.31389 170.426 4.99819C169.665 4.6825 168.828 4.5999 168.02 4.76084C167.213 4.92178 166.471 5.31902 165.888 5.90235C165.306 6.48567 164.909 7.22887 164.749 8.03796C164.588 8.84705 164.67 9.6857 164.985 10.4479C165.301 11.21 165.834 11.8614 166.519 12.3197C167.204 12.778 168.009 13.0227 168.833 13.0227C169.937 13.0227 170.996 12.5832 171.777 11.801C172.558 11.0188 172.997 9.9579 172.997 8.85168V8.85168ZM170.915 11.6787H170.02C169.977 11.6791 169.934 11.6678 169.896 11.6461C169.858 11.6244 169.826 11.593 169.804 11.5551L168.756 9.68588H168.092V11.4161C168.092 11.4816 168.066 11.5445 168.02 11.5908C167.974 11.6372 167.911 11.6632 167.846 11.6632H167.044C166.977 11.6634 166.912 11.6378 166.864 11.5919C166.815 11.5459 166.785 11.483 166.782 11.4161V6.2564C166.785 6.18946 166.815 6.12657 166.864 6.08061C166.912 6.03465 166.977 6.00912 167.044 6.00923H168.756C170.298 6.00923 170.853 6.68895 170.853 7.78576C170.868 8.09302 170.8 8.39856 170.656 8.67036C170.512 8.94215 170.298 9.17019 170.036 9.33057C170.036 9.42326 170.036 9.33057 171.146 11.3388C171.162 11.3766 171.167 11.4175 171.163 11.4579C171.159 11.4984 171.144 11.5371 171.121 11.5708C171.099 11.6044 171.068 11.6318 171.032 11.6507C170.996 11.6695 170.956 11.6791 170.915 11.6787ZM169.527 7.84756C169.527 7.43046 169.388 7.18329 168.725 7.18329H168.154V8.51183H168.848C168.939 8.52415 169.031 8.51559 169.118 8.4868C169.205 8.45801 169.284 8.40976 169.35 8.3457C169.415 8.28165 169.465 8.20348 169.496 8.11716C169.526 8.03084 169.537 7.93863 169.527 7.84756V7.84756Z' fill='%23222222'/><path d='M41.0974 5.93208C42.3599 5.86792 43.6172 6.13487 44.7452 6.70653C45.8732 7.27819 46.8327 8.13477 47.5289 9.19162V6.98255C47.5268 6.88459 47.5445 6.78722 47.5809 6.69631C47.6174 6.60539 47.6718 6.52281 47.741 6.45353C47.8102 6.38425 47.8926 6.32971 47.9834 6.29319C48.0742 6.25667 48.1714 6.23893 48.2692 6.24104H53.1584C53.2569 6.23898 53.3548 6.25664 53.4464 6.29299C53.538 6.32933 53.6215 6.38362 53.6918 6.45268C53.7622 6.52174 53.8182 6.60418 53.8563 6.69517C53.8945 6.78615 53.9141 6.88386 53.9141 6.98255V26.3699C53.9141 26.5707 53.8345 26.7632 53.6928 26.9052C53.551 27.0471 53.3588 27.1269 53.1584 27.1269H48.2692C48.1707 27.1269 48.0731 27.1072 47.9823 27.069C47.8914 27.0308 47.8091 26.9748 47.7402 26.9043C47.6712 26.8338 47.617 26.7502 47.5807 26.6584C47.5444 26.5667 47.5268 26.4686 47.5289 26.3699V24.1763C46.8188 25.2303 45.85 26.0837 44.7156 26.6545C43.5812 27.2254 42.3193 27.4944 41.0511 27.4358C35.9614 27.4358 31.8896 23.2339 31.8896 16.6222C31.8896 10.0104 35.9614 5.93208 41.0974 5.93208ZM42.9636 11.5088C42.3106 11.5049 41.6643 11.6394 41.0669 11.9035C40.4696 12.1676 39.9348 12.5553 39.4978 13.0412C39.0608 13.5271 38.7314 14.1001 38.5312 14.7226C38.3311 15.3451 38.2647 16.003 38.3366 16.6531C38.2701 17.3044 38.3399 17.9624 38.5415 18.5852C38.743 19.208 39.072 19.7819 39.5073 20.2703C39.9427 20.7587 40.4749 21.1508 41.0699 21.4217C41.665 21.6926 42.31 21.8363 42.9636 21.8436C43.618 21.8478 44.2658 21.713 44.8643 21.448C45.4628 21.1829 45.9984 20.7938 46.4357 20.3061C46.873 19.8185 47.202 19.2435 47.4011 18.6191C47.6002 17.9948 47.6647 17.3352 47.5906 16.684C47.6671 16.0315 47.6043 15.3703 47.4063 14.744C47.2083 14.1177 46.8796 13.5408 46.4421 13.0514C46.0045 12.5621 45.4681 12.1715 44.8684 11.9055C44.2687 11.6396 43.6194 11.5044 42.9636 11.5088V11.5088Z' fill='%23222222'/><path d='M71.0805 15.788C71.0805 12.9455 69.5382 11.3698 67.0705 11.3698C64.6027 11.3698 63.0758 12.9146 63.0758 15.788V26.3699C63.0758 26.5707 62.9962 26.7632 62.8545 26.9052C62.7128 27.0471 62.5205 27.1269 62.3201 27.1269H57.4309C57.3324 27.1269 57.2348 27.1072 57.144 27.069C57.0532 27.0308 56.9709 26.9747 56.9019 26.9042C56.833 26.8337 56.7787 26.7502 56.7425 26.6584C56.7062 26.5667 56.6885 26.4686 56.6906 26.3699V6.98254C56.6885 6.88459 56.7062 6.78722 56.7427 6.6963C56.7791 6.60539 56.8336 6.52281 56.9027 6.45353C56.9719 6.38425 57.0544 6.3297 57.1451 6.29318C57.2359 6.25667 57.3331 6.23893 57.4309 6.24103H62.3355C62.434 6.23898 62.532 6.25664 62.6236 6.29298C62.7152 6.32933 62.7986 6.38362 62.869 6.45268C62.9394 6.52174 62.9953 6.60418 63.0335 6.69516C63.0716 6.78615 63.0913 6.88385 63.0913 6.98254V9.00624C63.8348 8.0428 64.7953 7.26909 65.8942 6.74825C66.9932 6.22742 68.1995 5.97422 69.4148 6.00931C74.2269 6.00931 77.4504 9.29976 77.4504 14.9229V26.3699C77.4504 26.5707 77.3707 26.7632 77.229 26.9052C77.0873 27.0471 76.895 27.1269 76.6946 27.1269H71.8363C71.6358 27.1269 71.4436 27.0471 71.3019 26.9052C71.1601 26.7632 71.0805 26.5707 71.0805 26.3699V15.788Z' fill='%23222222'/><path d='M94.184 6.24098H99.4433C99.5679 6.24003 99.6907 6.27057 99.8003 6.32977C99.9099 6.38896 100.003 6.47491 100.071 6.57964C100.138 6.68438 100.178 6.80452 100.187 6.92894C100.196 7.05337 100.174 7.17805 100.122 7.29145L87.6754 36.6428C87.6206 36.7786 87.5269 36.895 87.4061 36.9775C87.2853 37.0599 87.1429 37.1048 86.9967 37.1063H81.7683C81.6432 37.1044 81.5205 37.0715 81.4112 37.0104C81.302 36.9493 81.2096 36.8621 81.1423 36.7564C81.075 36.6507 81.035 36.53 81.0258 36.405C81.0166 36.2801 81.0386 36.1548 81.0896 36.0404L85.4698 26.4162L77.3418 7.27601C77.2927 7.16209 77.273 7.03767 77.2844 6.91413C77.2958 6.7906 77.3379 6.67191 77.407 6.56892C77.4761 6.46593 77.5698 6.38195 77.6797 6.32466C77.7895 6.26736 77.912 6.23859 78.0358 6.24098H83.5265C83.6792 6.23965 83.8288 6.2847 83.9554 6.37019C84.0821 6.45568 84.1799 6.57759 84.236 6.71987L88.863 19.3101L93.4899 6.73532C93.5388 6.59011 93.6322 6.46409 93.7569 6.3753C93.8815 6.28651 94.031 6.23949 94.184 6.24098V6.24098Z' fill='%23222222'/><path d='M114.035 5.93207C119.201 5.93207 123.288 10.0567 123.288 16.653C123.288 23.2494 119.201 27.4667 114.035 27.4667C112.776 27.5281 111.522 27.2632 110.396 26.6976C109.269 26.132 108.307 25.2849 107.603 24.2381V26.4008C107.603 26.6016 107.523 26.7941 107.382 26.936C107.24 27.078 107.048 27.1578 106.847 27.1578H101.974C101.773 27.1578 101.581 27.078 101.439 26.936C101.297 26.7941 101.218 26.6016 101.218 26.4008V0.756956C101.218 0.556199 101.297 0.363663 101.439 0.221706C101.581 0.0797488 101.773 0 101.974 0H106.847C107.048 0 107.24 0.0797488 107.382 0.221706C107.523 0.363663 107.603 0.556199 107.603 0.756956V9.19162C108.307 8.14235 109.268 7.29162 110.394 6.7209C111.52 6.15017 112.774 5.87856 114.035 5.93207V5.93207ZM112.137 11.5088C111.482 11.5043 110.832 11.6396 110.233 11.9055C109.633 12.1715 109.097 12.5621 108.659 13.0514C108.221 13.5408 107.893 14.1177 107.695 14.744C107.497 15.3703 107.434 16.0315 107.51 16.6839C107.436 17.3352 107.501 17.9947 107.7 18.6191C107.899 19.2435 108.228 19.8185 108.665 20.3061C109.103 20.7938 109.638 21.1829 110.237 21.448C110.835 21.713 111.483 21.8478 112.137 21.8436C112.79 21.8339 113.434 21.6887 114.028 21.417C114.622 21.1454 115.153 20.7532 115.588 20.2653C116.023 19.7775 116.352 19.2046 116.555 18.5828C116.757 17.961 116.829 17.3039 116.764 16.653C116.836 16.003 116.77 15.3451 116.57 14.7226C116.37 14.1001 116.04 13.5271 115.603 13.0412C115.166 12.5553 114.631 12.1676 114.034 11.9035C113.437 11.6394 112.79 11.5049 112.137 11.5088V11.5088Z' fill='%23222222'/><path d='M134.825 27.4358C133.386 27.5163 131.946 27.2917 130.6 26.7768C129.254 26.2618 128.031 25.468 127.012 24.4474C125.993 23.4267 125.201 22.2021 124.687 20.8537C124.172 19.5052 123.948 18.0633 124.029 16.6221C124.029 13.7418 125.171 10.9796 127.204 8.94291C129.238 6.90626 131.996 5.76208 134.871 5.76208C137.747 5.76208 140.505 6.90626 142.538 8.94291C144.571 10.9796 145.714 13.7418 145.714 16.6221C145.778 18.0673 145.54 19.51 145.014 20.8574C144.489 22.2048 143.687 23.4271 142.662 24.4456C141.636 25.4641 140.409 26.2564 139.059 26.7714C137.71 27.2863 136.267 27.5127 134.825 27.4358V27.4358ZM134.825 21.8899C137.108 21.8899 139.236 20.2061 139.236 16.6839C139.236 13.1617 137.185 11.4161 134.933 11.4161C132.681 11.4161 130.599 13.069 130.599 16.6221C130.599 20.1752 132.542 21.8899 134.825 21.8899Z' fill='%23222222'/><path d='M148.32 11.5552H146.531C146.331 11.5552 146.138 11.4754 145.997 11.3335C145.855 11.1915 145.775 10.999 145.775 10.7982V6.98254C145.775 6.88385 145.795 6.78615 145.833 6.69516C145.871 6.60418 145.927 6.52174 145.998 6.45268C146.068 6.38362 146.151 6.32932 146.243 6.29298C146.335 6.25664 146.433 6.23897 146.531 6.24103H148.32V0.756956C148.32 0.556199 148.4 0.363663 148.542 0.221706C148.683 0.0797488 148.876 0 149.076 0H153.965C154.166 0 154.358 0.0797488 154.5 0.221706C154.641 0.363663 154.721 0.556199 154.721 0.756956V6.24103H158.145C158.243 6.23897 158.341 6.25664 158.433 6.29298C158.525 6.32932 158.608 6.38362 158.678 6.45268C158.749 6.52174 158.805 6.60418 158.843 6.69516C158.881 6.78615 158.901 6.88385 158.901 6.98254V10.7982C158.901 10.999 158.821 11.1915 158.679 11.3335C158.538 11.4754 158.345 11.5552 158.145 11.5552H154.721V19.9435C154.721 21.1793 155.245 21.7046 156.664 21.7046H158.207C158.407 21.7046 158.599 21.7843 158.741 21.9263C158.883 22.0682 158.962 22.2608 158.962 22.4615V26.3699C158.962 26.5707 158.883 26.7632 158.741 26.9052C158.599 27.0471 158.407 27.1269 158.207 27.1269H155.708C151.374 27.1269 148.336 25.2885 148.336 19.8663L148.32 11.5552Z' fill='%23222222'/><path d='M0.318333 23.7746C0.116922 24.1082 0.00721163 24.4892 0.000343557 24.8789C-0.00652452 25.2686 0.089691 25.6533 0.279225 25.9937C0.468759 26.3342 0.744863 26.6183 1.0795 26.8174C1.41413 27.0164 1.79539 27.1231 2.18455 27.1269H13.5361V0L0.318333 23.7746Z' fill='%235F5BFF'/><path d='M21.124 13.5634L13.582 27.1268H24.9182C25.3138 27.1369 25.705 27.0403 26.0505 26.8469C26.396 26.6535 26.6832 26.3705 26.882 26.0277C27.0807 25.6848 27.1837 25.2947 27.1801 24.8983C27.1765 24.5019 27.0664 24.1137 26.8615 23.7745L21.124 13.5634Z' fill='%2300D6C9'/><path d='M26.8615 3.29044C27.0495 2.95507 27.1468 2.57635 27.1437 2.19176C27.1407 1.80716 27.0375 1.43002 26.8443 1.09763C26.6512 0.765248 26.3747 0.489142 26.0423 0.296629C25.7098 0.104116 25.333 0.00186839 24.949 0H13.582L21.124 13.5634L26.8615 3.29044Z' fill='%2300D6C9'/><path d='M13.582 0V27.1269L21.124 13.5634L13.582 0Z' fill='%233A3AB5'/></svg>");}
.ico.aisnap{background-image: url("data:image/svg+xml,<svg width='546' height='141' viewBox='0 0 546 141' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M470.223 112.64C461.103 112.64 452.623 108.8 446.383 100.8V138.16C446.383 139.264 445.487 140.16 444.383 140.16H428.062C426.958 140.16 426.062 139.264 426.062 138.16V35.4395C426.062 34.335 426.958 33.4395 428.062 33.4395H444.383C445.487 33.4395 446.383 34.335 446.383 35.4395V43.1995C452.303 35.6795 460.783 31.5195 470.223 31.5195C490.063 31.5195 504.463 46.2395 504.463 71.9995C504.463 97.7595 490.063 112.64 470.223 112.64ZM463.823 94.5595C475.503 94.5595 483.343 85.4395 483.343 71.9995C483.343 58.7195 475.503 49.5995 463.823 49.5995C457.263 49.5995 449.743 53.4395 446.383 58.3995V85.7595C449.743 90.5595 457.263 94.5595 463.823 94.5595Z' fill='%23222222'/><path d='M409.106 108.72C409.106 109.824 408.21 110.72 407.106 110.72H390.786C389.681 110.72 388.786 109.824 388.786 108.72V102.72C383.506 108.96 374.386 112.64 364.306 112.64C351.986 112.64 337.426 104.32 337.426 87.0395C337.426 68.9595 351.986 62.0795 364.306 62.0795C374.546 62.0795 383.666 65.4395 388.786 71.5195V61.1195C388.786 53.2795 382.066 48.1595 371.826 48.1595C364.301 48.1595 357.299 50.6463 351.177 55.6199C350.174 56.4342 348.656 56.2002 348.021 55.0755L342.383 45.0913C341.918 44.2684 342.091 43.2283 342.821 42.6287C352.074 35.0357 363.71 31.5195 375.346 31.5195C392.946 31.5195 409.106 38.5595 409.106 60.7995V108.72ZM372.466 98.8795C379.026 98.8795 385.426 96.6395 388.786 92.1595V82.5595C385.426 78.0795 379.026 75.8395 372.466 75.8395C364.466 75.8395 357.906 79.9995 357.906 87.5195C357.906 94.7195 364.466 98.8795 372.466 98.8795Z' fill='%23222222'/><path d='M325.48 109.2C325.48 110.305 324.585 111.2 323.48 111.2H307.16C306.055 111.2 305.16 110.305 305.16 109.2V64.48C305.16 53.76 299.56 50.08 290.92 50.08C282.92 50.08 276.68 54.56 273.32 59.2V109.2C273.32 110.305 272.425 111.2 271.32 111.2H255C253.895 111.2 253 110.305 253 109.2V35.92C253 34.8154 253.895 33.92 255 33.92H271.32C272.425 33.92 273.32 34.8154 273.32 35.92V44C278.28 38.08 287.72 32 300.36 32C317.32 32 325.48 41.6 325.48 56.64V109.2Z' fill='%23222222'/><path d='M207.721 112.64C194.943 112.64 182.598 108.59 174.4 101.728C173.666 101.113 173.525 100.051 174.029 99.2357L180.672 88.4856C181.338 87.4085 182.826 87.2113 183.825 87.9891C189.862 92.6893 200.048 96.9595 208.681 96.9595C217.481 96.9595 221.641 93.4395 221.641 88.6395C221.641 75.8395 175.721 86.2395 175.721 55.8395C175.721 42.8795 187.081 31.5195 207.401 31.5195C219.75 31.5195 229.69 35.4885 237.219 41.0249C238.023 41.6156 238.226 42.7194 237.722 43.5797L231.797 53.6877C231.12 54.8413 229.517 55.0218 228.487 54.1688C223.564 50.0912 215.807 47.0395 207.561 47.0395C200.201 47.0395 195.401 50.3995 195.401 54.7195C195.401 66.2395 241.161 56.6395 241.161 87.8395C241.161 101.92 229.161 112.64 207.721 112.64Z' fill='%23222222'/><path d='M529.961 64C527.04 64 524.354 63.3027 521.902 61.908C519.503 60.4617 517.573 58.5246 516.112 56.0969C514.704 53.6691 514 50.9572 514 47.9613C514 44.9653 514.704 42.2793 516.112 39.9031C517.573 37.4754 519.503 35.5642 521.902 34.1695C524.354 32.7232 527.04 32 529.961 32C532.986 32 535.698 32.7232 538.098 34.1695C540.497 35.5642 542.401 37.4754 543.809 39.9031C545.27 42.3309 546 45.0169 546 47.9613C546 50.9572 545.27 53.6691 543.809 56.0969C542.401 58.5246 540.497 60.4617 538.098 61.908C535.698 63.3027 532.986 64 529.961 64ZM529.961 60.5133C532.36 60.5133 534.473 59.9968 536.298 58.9637C538.124 57.8789 539.558 56.381 540.601 54.4697C541.697 52.5585 542.244 50.389 542.244 47.9613C542.244 45.5335 541.697 43.3898 540.601 41.5303C539.558 39.6191 538.124 38.1211 536.298 37.0363C534.473 35.9516 532.36 35.4092 529.961 35.4092C527.614 35.4092 525.501 35.9516 523.623 37.0363C521.798 38.1211 520.363 39.6191 519.32 41.5303C518.277 43.3898 517.756 45.5335 517.756 47.9613C517.756 50.389 518.277 52.5585 519.32 54.4697C520.363 56.3293 521.798 57.8015 523.623 58.8862C525.501 59.9709 527.614 60.5133 529.961 60.5133ZM524.328 55.1671V40.6005H530.978C532.543 40.6005 533.769 41.0137 534.655 41.8402C535.542 42.6667 535.985 43.7772 535.985 45.1719C535.985 46.05 535.751 46.8507 535.281 47.5739C534.864 48.297 534.238 48.8652 533.403 49.2785L536.846 55.1671H532.778L530.039 50.0533H528.005V55.1671H524.328ZM530.274 43.4673H528.005V47.4189H530.196C531.604 47.4189 532.308 46.7474 532.308 45.4044C532.308 44.7845 532.126 44.3196 531.76 44.0097C531.447 43.6481 530.952 43.4673 530.274 43.4673Z' fill='%23222222'/><path fill-rule='evenodd' clip-rule='evenodd' d='M133.5 0.5C133.776 0.5 134 0.723855 134 0.999997V112.5C134 112.776 133.776 113 133.5 113H129.137C128.861 113 128.637 112.776 128.637 112.5L128.637 1C128.637 0.723858 128.861 0.5 129.137 0.5H133.5ZM155.857 0.5C156.133 0.5 156.357 0.723855 156.357 0.999997V112.5C156.357 112.776 156.133 113 155.857 113H151.5C151.224 113 151 112.776 151 112.5V1C151 0.723858 151.224 0.5 151.5 0.5H155.857Z' fill='%23222222'/><path fill-rule='evenodd' clip-rule='evenodd' d='M43.3654 70.2994C43.1291 70.9514 43.6121 71.6401 44.3055 71.6401H74.7335C75.427 71.6401 75.91 70.9514 75.6737 70.2994L60.4597 28.3146C60.1412 27.4355 58.8979 27.4355 58.5794 28.3146L43.3654 70.2994ZM59.5195 40.3961L69.0295 66.6401H50.0096L59.5195 40.3961Z' fill='%23222222'/><path d='M46.9938 5.5L5.74812 112.36C5.59928 112.746 5.22854 113 4.8152 113H0.730942C0.379562 113 0.13779 112.647 0.264683 112.319L42.4541 3.3766C43.1247 1.64293 44.7922 0.5 46.6511 0.5H72.3901C74.2511 0.5 75.9201 1.64553 76.5892 3.38206L119.234 112.318C119.362 112.646 119.121 113 118.768 113H114.187C113.774 113 113.403 112.746 113.254 112.36L72.047 5.5H46.9938Z' fill='%23222222'/><path d='M38.3782 94.14L31.7409 112.343C31.5969 112.737 31.2215 113 30.8014 113H26.7214C26.3726 113 26.131 112.652 26.253 112.325L34.0547 91.4206C34.5643 90.0496 35.8728 89.14 37.3355 89.14H81.7019C83.1746 89.14 84.4897 90.0619 84.992 91.4463L92.7506 112.326C92.872 112.652 92.6304 113 92.2819 113H88.2018C87.7812 113 87.4055 112.737 87.2619 112.341L80.6505 94.14H38.3782Z' fill='%23222222'/></svg>")}
.ico.aistep{background-image: url("data:image/svg+xml,<svg width='513' height='141' viewBox='0 0 513 141' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M496.73 64C493.809 64 491.123 63.3027 488.672 61.908C486.272 60.4617 484.342 58.5246 482.882 56.0969C481.474 53.6691 480.77 50.9572 480.77 47.9613C480.77 44.9653 481.474 42.2793 482.882 39.9031C484.342 37.4754 486.272 35.5642 488.672 34.1695C491.123 32.7232 493.809 32 496.73 32C499.756 32 502.468 32.7232 504.867 34.1695C507.267 35.5642 509.171 37.4754 510.579 39.9031C512.039 42.3309 512.77 45.0169 512.77 47.9613C512.77 50.9572 512.039 53.6691 510.579 56.0969C509.171 58.5246 507.267 60.4617 504.867 61.908C502.468 63.3027 499.756 64 496.73 64ZM496.73 60.5133C499.13 60.5133 501.242 59.9968 503.068 58.9637C504.893 57.8789 506.328 56.381 507.371 54.4697C508.466 52.5585 509.014 50.389 509.014 47.9613C509.014 45.5335 508.466 43.3898 507.371 41.5303C506.328 39.6191 504.893 38.1211 503.068 37.0363C501.242 35.9516 499.13 35.4092 496.73 35.4092C494.383 35.4092 492.271 35.9516 490.393 37.0363C488.567 38.1211 487.133 39.6191 486.09 41.5303C485.047 43.3898 484.525 45.5335 484.525 47.9613C484.525 50.389 485.047 52.5585 486.09 54.4697C487.133 56.3293 488.567 57.8015 490.393 58.8862C492.271 59.9709 494.383 60.5133 496.73 60.5133ZM491.097 55.1671V40.6005H497.748C499.312 40.6005 500.538 41.0137 501.425 41.8402C502.312 42.6667 502.755 43.7772 502.755 45.1719C502.755 46.05 502.52 46.8507 502.051 47.5739C501.633 48.297 501.008 48.8652 500.173 49.2785L503.615 55.1671H499.547L496.809 50.0533H494.774V55.1671H491.097ZM497.043 43.4673H494.774V47.4189H496.965C498.373 47.4189 499.078 46.7474 499.078 45.4044C499.078 44.7845 498.895 44.3196 498.53 44.0097C498.217 43.6481 497.721 43.4673 497.043 43.4673Z' fill='%23222222'/><path fill-rule='evenodd' clip-rule='evenodd' d='M133.27 0C133.546 0 133.77 0.223855 133.77 0.499997V112C133.77 112.276 133.546 112.5 133.27 112.5H128.906C128.63 112.5 128.406 112.276 128.406 112L128.406 0.5C128.406 0.223858 128.63 0 128.906 0H133.27ZM155.626 0C155.902 0 156.126 0.223855 156.126 0.499997V112C156.126 112.276 155.902 112.5 155.626 112.5H151.27C150.993 112.5 150.77 112.276 150.77 112V0.5C150.77 0.223858 150.993 0 151.27 0H155.626Z' fill='%23222222'/><path fill-rule='evenodd' clip-rule='evenodd' d='M43.1349 69.7994C42.8986 70.4514 43.3816 71.1401 44.0751 71.1401H74.5031C75.1966 71.1401 75.6795 70.4514 75.4433 69.7994L60.2293 27.8146C59.9107 26.9355 58.6675 26.9355 58.3489 27.8146L43.1349 69.7994ZM59.2891 39.8961L68.7991 66.1401H49.7791L59.2891 39.8961Z' fill='%23222222'/><path d='M46.7633 5L5.51765 111.86C5.36881 112.246 4.99807 112.5 4.58473 112.5H0.500473C0.149093 112.5 -0.092679 112.147 0.0342143 111.819L42.2237 2.8766C42.8942 1.14293 44.5618 0 46.4206 0H72.1597C74.0207 0 75.6897 1.14553 76.3587 2.88206L119.004 111.818C119.132 112.146 118.89 112.5 118.538 112.5H113.957C113.543 112.5 113.173 112.246 113.024 111.86L71.8165 5H46.7633Z' fill='%23222222'/><path d='M38.1477 93.64L31.5104 111.843C31.3664 112.237 30.9911 112.5 30.5709 112.5H26.4909C26.1422 112.5 25.9006 112.152 26.0225 111.825L33.8243 90.9206C34.3339 89.5496 35.6423 88.64 37.105 88.64H81.4714C82.9441 88.64 84.2593 89.5619 84.7616 90.9463L92.5201 111.826C92.6415 112.152 92.3999 112.5 92.0515 112.5H87.9714C87.5507 112.5 87.175 112.237 87.0314 111.841L80.42 93.64H38.1477Z' fill='%23222222'/><path d='M437.961 112.92C428.841 112.92 420.361 109.08 414.121 101.08V138.44C414.121 139.544 413.225 140.44 412.121 140.44H395.801C394.696 140.44 393.801 139.544 393.801 138.44V35.7198C393.801 34.6152 394.696 33.7198 395.801 33.7198H412.121C413.225 33.7198 414.121 34.6152 414.121 35.7198V43.4798C420.041 35.9598 428.521 31.7998 437.961 31.7998C457.801 31.7998 472.201 46.5198 472.201 72.2798C472.201 98.0398 457.801 112.92 437.961 112.92ZM431.561 94.8398C443.241 94.8398 451.081 85.7198 451.081 72.2798C451.081 58.9998 443.241 49.8798 431.561 49.8798C425.001 49.8798 417.481 53.7198 414.121 58.6798V86.0398C417.481 90.8398 425.001 94.8398 431.561 94.8398Z' fill='%23222222'/><path d='M344.28 112.92C320.76 112.92 303 97.0798 303 72.2798C303 49.8798 319.48 31.7998 343 31.7998C366.04 31.7998 381.72 49.0798 381.72 74.3598V75.8398C381.72 77.4967 380.377 78.8398 378.72 78.8398H324.28C325.56 88.5998 333.4 96.7598 346.52 96.7598C352.348 96.7598 360.197 94.4867 365.354 90.6135C366.345 89.8691 367.799 90.015 368.498 91.0387L375.143 100.769C375.704 101.59 375.58 102.704 374.81 103.333C367.1 109.634 355.619 112.92 344.28 112.92ZM362.04 65.0798C361.56 57.7198 356.44 47.9598 343 47.9598C330.36 47.9598 324.92 57.3998 323.96 65.0798H362.04Z' fill='%23222222'/><path d='M281.419 112.92C267.179 112.92 259.499 105.56 259.499 91.7996V51.4796H248.699C247.595 51.4796 246.699 50.5842 246.699 49.4796V35.7196C246.699 34.615 247.595 33.7196 248.699 33.7196H259.499V14.5996C259.499 13.495 260.395 12.5996 261.499 12.5996H277.979C279.084 12.5996 279.979 13.495 279.979 14.5996V33.7196H293.659C294.764 33.7196 295.659 34.615 295.659 35.7196V49.4796C295.659 50.5842 294.764 51.4796 293.659 51.4796H279.979V86.3596C279.979 91.1596 282.539 94.8396 287.019 94.8396C289.165 94.8396 291.232 94.2814 292.656 93.5591C293.337 93.2132 294.315 93.5077 294.522 94.2434L298.042 106.759C298.248 107.494 298.026 108.291 297.413 108.746C294.241 111.098 289.066 112.92 281.419 112.92Z' fill='%23222222'/><path d='M208.689 112.92C195.91 112.92 183.566 108.87 175.368 102.008C174.633 101.393 174.493 100.331 174.996 99.516L181.64 88.7659C182.305 87.6887 183.794 87.4915 184.793 88.2694C190.829 92.9696 201.016 97.2398 209.649 97.2398C218.449 97.2398 222.609 93.7198 222.609 88.9198C222.609 76.1198 176.689 86.5198 176.689 56.1198C176.689 43.1598 188.049 31.7998 208.369 31.7998C220.718 31.7998 230.657 35.7688 238.187 41.3051C238.99 41.8959 239.194 42.9997 238.689 43.86L232.764 53.968C232.088 55.1216 230.485 55.3021 229.455 54.4491C224.531 50.3715 216.774 47.3198 208.529 47.3198C201.169 47.3198 196.369 50.6798 196.369 54.9998C196.369 66.5198 242.129 56.9198 242.129 88.1198C242.129 102.2 230.129 112.92 208.689 112.92Z' fill='%23222222'/></svg>")}
.ico.anybot.on{background-image: url("data:image/svg+xml,<svg width='174' height='38' viewBox='0 0 174 38' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M174 8.85168C174.003 9.87588 173.702 10.8779 173.136 11.731C172.57 12.5841 171.765 13.2498 170.821 13.6439C169.877 14.0379 168.838 14.1426 167.834 13.9447C166.831 13.7467 165.909 13.2551 165.185 12.532C164.461 11.8088 163.967 10.8867 163.766 9.88244C163.566 8.87815 163.667 7.83681 164.058 6.89029C164.448 5.94376 165.111 5.1346 165.961 4.56527C166.811 3.99593 167.81 3.69202 168.833 3.69202C170.2 3.69201 171.512 4.23512 172.481 5.20231C173.449 6.16949 173.996 7.48184 174 8.85168ZM172.997 8.85168C172.997 8.02674 172.753 7.22032 172.295 6.53441C171.838 5.84849 171.187 5.31389 170.426 4.99819C169.665 4.6825 168.828 4.5999 168.02 4.76084C167.213 4.92178 166.471 5.31902 165.888 5.90235C165.306 6.48567 164.909 7.22887 164.749 8.03796C164.588 8.84705 164.67 9.6857 164.985 10.4479C165.301 11.21 165.834 11.8614 166.519 12.3197C167.204 12.778 168.009 13.0227 168.833 13.0227C169.937 13.0227 170.996 12.5832 171.777 11.801C172.558 11.0188 172.997 9.9579 172.997 8.85168V8.85168ZM170.915 11.6787H170.02C169.977 11.6791 169.934 11.6678 169.896 11.6461C169.858 11.6244 169.826 11.593 169.804 11.5551L168.756 9.68588H168.092V11.4161C168.092 11.4816 168.066 11.5445 168.02 11.5908C167.974 11.6372 167.911 11.6632 167.846 11.6632H167.044C166.977 11.6634 166.912 11.6378 166.864 11.5919C166.815 11.5459 166.785 11.483 166.782 11.4161V6.2564C166.785 6.18946 166.815 6.12657 166.864 6.08061C166.912 6.03465 166.977 6.00912 167.044 6.00923H168.756C170.298 6.00923 170.853 6.68895 170.853 7.78576C170.868 8.09302 170.8 8.39856 170.656 8.67036C170.512 8.94215 170.298 9.17019 170.036 9.33057C170.036 9.42326 170.036 9.33057 171.146 11.3388C171.162 11.3766 171.167 11.4175 171.163 11.4579C171.159 11.4984 171.144 11.5371 171.121 11.5708C171.099 11.6044 171.068 11.6318 171.032 11.6507C170.996 11.6695 170.956 11.6791 170.915 11.6787ZM169.527 7.84756C169.527 7.43046 169.388 7.18329 168.725 7.18329H168.154V8.51183H168.848C168.939 8.52415 169.031 8.51559 169.118 8.4868C169.205 8.45801 169.284 8.40976 169.35 8.3457C169.415 8.28165 169.465 8.20348 169.496 8.11716C169.526 8.03084 169.537 7.93863 169.527 7.84756V7.84756Z' fill='white'/><path d='M41.0974 5.93208C42.3599 5.86792 43.6172 6.13487 44.7452 6.70653C45.8732 7.27819 46.8327 8.13477 47.5289 9.19162V6.98255C47.5268 6.88459 47.5445 6.78722 47.5809 6.69631C47.6174 6.60539 47.6718 6.52281 47.741 6.45353C47.8102 6.38425 47.8926 6.32971 47.9834 6.29319C48.0742 6.25667 48.1714 6.23893 48.2692 6.24104H53.1584C53.2569 6.23898 53.3548 6.25664 53.4464 6.29299C53.538 6.32933 53.6215 6.38362 53.6918 6.45268C53.7622 6.52174 53.8182 6.60418 53.8563 6.69517C53.8945 6.78615 53.9141 6.88386 53.9141 6.98255V26.3699C53.9141 26.5707 53.8345 26.7632 53.6928 26.9052C53.551 27.0471 53.3588 27.1269 53.1584 27.1269H48.2692C48.1707 27.1269 48.0731 27.1072 47.9823 27.069C47.8914 27.0308 47.8091 26.9748 47.7402 26.9043C47.6712 26.8338 47.617 26.7502 47.5807 26.6584C47.5444 26.5667 47.5268 26.4686 47.5289 26.3699V24.1763C46.8188 25.2303 45.85 26.0837 44.7156 26.6545C43.5812 27.2254 42.3193 27.4944 41.0511 27.4358C35.9614 27.4358 31.8896 23.2339 31.8896 16.6222C31.8896 10.0104 35.9614 5.93208 41.0974 5.93208ZM42.9636 11.5088C42.3106 11.5049 41.6643 11.6394 41.0669 11.9035C40.4696 12.1676 39.9348 12.5553 39.4978 13.0412C39.0608 13.5271 38.7314 14.1001 38.5312 14.7226C38.3311 15.3451 38.2647 16.003 38.3366 16.6531C38.2701 17.3044 38.3399 17.9624 38.5415 18.5852C38.743 19.208 39.072 19.7819 39.5073 20.2703C39.9427 20.7587 40.4749 21.1508 41.0699 21.4217C41.665 21.6926 42.31 21.8363 42.9636 21.8436C43.618 21.8478 44.2658 21.713 44.8643 21.448C45.4628 21.1829 45.9984 20.7938 46.4357 20.3061C46.873 19.8185 47.202 19.2435 47.4011 18.6191C47.6002 17.9948 47.6647 17.3352 47.5906 16.684C47.6671 16.0315 47.6043 15.3703 47.4063 14.744C47.2083 14.1177 46.8796 13.5408 46.4421 13.0514C46.0045 12.5621 45.4681 12.1715 44.8684 11.9055C44.2687 11.6396 43.6194 11.5044 42.9636 11.5088V11.5088Z' fill='white'/><path d='M71.0805 15.788C71.0805 12.9455 69.5382 11.3698 67.0705 11.3698C64.6027 11.3698 63.0758 12.9146 63.0758 15.788V26.3699C63.0758 26.5707 62.9962 26.7632 62.8545 26.9052C62.7128 27.0471 62.5205 27.1269 62.3201 27.1269H57.4309C57.3324 27.1269 57.2348 27.1072 57.144 27.069C57.0532 27.0308 56.9709 26.9747 56.9019 26.9042C56.833 26.8337 56.7787 26.7502 56.7425 26.6584C56.7062 26.5667 56.6885 26.4686 56.6906 26.3699V6.98254C56.6885 6.88459 56.7062 6.78722 56.7427 6.6963C56.7791 6.60539 56.8336 6.52281 56.9027 6.45353C56.9719 6.38425 57.0544 6.3297 57.1451 6.29318C57.2359 6.25667 57.3331 6.23893 57.4309 6.24103H62.3355C62.434 6.23898 62.532 6.25664 62.6236 6.29298C62.7152 6.32933 62.7986 6.38362 62.869 6.45268C62.9394 6.52174 62.9953 6.60418 63.0335 6.69516C63.0716 6.78615 63.0913 6.88385 63.0913 6.98254V9.00624C63.8348 8.0428 64.7953 7.26909 65.8942 6.74825C66.9932 6.22742 68.1995 5.97422 69.4148 6.00931C74.2269 6.00931 77.4504 9.29976 77.4504 14.9229V26.3699C77.4504 26.5707 77.3707 26.7632 77.229 26.9052C77.0873 27.0471 76.895 27.1269 76.6946 27.1269H71.8363C71.6358 27.1269 71.4436 27.0471 71.3019 26.9052C71.1601 26.7632 71.0805 26.5707 71.0805 26.3699V15.788Z' fill='white'/><path d='M94.184 6.24098H99.4433C99.5679 6.24003 99.6907 6.27057 99.8003 6.32977C99.9099 6.38896 100.003 6.47491 100.071 6.57964C100.138 6.68438 100.178 6.80452 100.187 6.92894C100.196 7.05337 100.174 7.17805 100.122 7.29145L87.6754 36.6428C87.6206 36.7786 87.5269 36.895 87.4061 36.9775C87.2853 37.0599 87.1429 37.1048 86.9967 37.1063H81.7683C81.6432 37.1044 81.5205 37.0715 81.4112 37.0104C81.302 36.9493 81.2096 36.8621 81.1423 36.7564C81.075 36.6507 81.035 36.53 81.0258 36.405C81.0166 36.2801 81.0386 36.1548 81.0896 36.0404L85.4698 26.4162L77.3418 7.27601C77.2927 7.16209 77.273 7.03767 77.2844 6.91413C77.2958 6.7906 77.3379 6.67191 77.407 6.56892C77.4761 6.46593 77.5698 6.38195 77.6797 6.32466C77.7895 6.26736 77.912 6.23859 78.0358 6.24098H83.5265C83.6792 6.23965 83.8288 6.2847 83.9554 6.37019C84.0821 6.45568 84.1799 6.57759 84.236 6.71987L88.863 19.3101L93.4899 6.73532C93.5388 6.59011 93.6322 6.46409 93.7569 6.3753C93.8815 6.28651 94.031 6.23949 94.184 6.24098V6.24098Z' fill='white'/><path d='M114.035 5.93207C119.201 5.93207 123.288 10.0567 123.288 16.653C123.288 23.2494 119.201 27.4667 114.035 27.4667C112.776 27.5281 111.522 27.2632 110.396 26.6976C109.269 26.132 108.307 25.2849 107.603 24.2381V26.4008C107.603 26.6016 107.523 26.7941 107.382 26.936C107.24 27.078 107.048 27.1578 106.847 27.1578H101.974C101.773 27.1578 101.581 27.078 101.439 26.936C101.297 26.7941 101.218 26.6016 101.218 26.4008V0.756956C101.218 0.556199 101.297 0.363663 101.439 0.221706C101.581 0.0797488 101.773 0 101.974 0H106.847C107.048 0 107.24 0.0797488 107.382 0.221706C107.523 0.363663 107.603 0.556199 107.603 0.756956V9.19162C108.307 8.14235 109.268 7.29162 110.394 6.7209C111.52 6.15017 112.774 5.87856 114.035 5.93207V5.93207ZM112.137 11.5088C111.482 11.5043 110.832 11.6396 110.233 11.9055C109.633 12.1715 109.097 12.5621 108.659 13.0514C108.221 13.5408 107.893 14.1177 107.695 14.744C107.497 15.3703 107.434 16.0315 107.51 16.6839C107.436 17.3352 107.501 17.9947 107.7 18.6191C107.899 19.2435 108.228 19.8185 108.665 20.3061C109.103 20.7938 109.638 21.1829 110.237 21.448C110.835 21.713 111.483 21.8478 112.137 21.8436C112.79 21.8339 113.434 21.6887 114.028 21.417C114.622 21.1454 115.153 20.7532 115.588 20.2653C116.023 19.7775 116.352 19.2046 116.555 18.5828C116.757 17.961 116.829 17.3039 116.764 16.653C116.836 16.003 116.77 15.3451 116.57 14.7226C116.37 14.1001 116.04 13.5271 115.603 13.0412C115.166 12.5553 114.631 12.1676 114.034 11.9035C113.437 11.6394 112.79 11.5049 112.137 11.5088V11.5088Z' fill='white'/><path d='M134.825 27.4358C133.386 27.5163 131.946 27.2917 130.6 26.7768C129.254 26.2618 128.031 25.468 127.012 24.4474C125.993 23.4267 125.201 22.2021 124.687 20.8537C124.172 19.5052 123.948 18.0633 124.029 16.6221C124.029 13.7418 125.171 10.9796 127.204 8.94291C129.238 6.90626 131.996 5.76208 134.871 5.76208C137.747 5.76208 140.505 6.90626 142.538 8.94291C144.571 10.9796 145.714 13.7418 145.714 16.6221C145.778 18.0673 145.54 19.51 145.014 20.8574C144.489 22.2048 143.687 23.4271 142.662 24.4456C141.636 25.4641 140.409 26.2564 139.059 26.7714C137.71 27.2863 136.267 27.5127 134.825 27.4358V27.4358ZM134.825 21.8899C137.108 21.8899 139.236 20.2061 139.236 16.6839C139.236 13.1617 137.185 11.4161 134.933 11.4161C132.681 11.4161 130.599 13.069 130.599 16.6221C130.599 20.1752 132.542 21.8899 134.825 21.8899Z' fill='white'/><path d='M148.32 11.5552H146.531C146.331 11.5552 146.138 11.4754 145.997 11.3335C145.855 11.1915 145.775 10.999 145.775 10.7982V6.98254C145.775 6.88385 145.795 6.78615 145.833 6.69516C145.871 6.60418 145.927 6.52174 145.998 6.45268C146.068 6.38362 146.151 6.32932 146.243 6.29298C146.335 6.25664 146.433 6.23897 146.531 6.24103H148.32V0.756956C148.32 0.556199 148.4 0.363663 148.542 0.221706C148.683 0.0797488 148.876 0 149.076 0H153.965C154.166 0 154.358 0.0797488 154.5 0.221706C154.641 0.363663 154.721 0.556199 154.721 0.756956V6.24103H158.145C158.243 6.23897 158.341 6.25664 158.433 6.29298C158.525 6.32932 158.608 6.38362 158.678 6.45268C158.749 6.52174 158.805 6.60418 158.843 6.69516C158.881 6.78615 158.901 6.88385 158.901 6.98254V10.7982C158.901 10.999 158.821 11.1915 158.679 11.3335C158.538 11.4754 158.345 11.5552 158.145 11.5552H154.721V19.9435C154.721 21.1793 155.245 21.7046 156.664 21.7046H158.207C158.407 21.7046 158.599 21.7843 158.741 21.9263C158.883 22.0682 158.962 22.2608 158.962 22.4615V26.3699C158.962 26.5707 158.883 26.7632 158.741 26.9052C158.599 27.0471 158.407 27.1269 158.207 27.1269H155.708C151.374 27.1269 148.336 25.2885 148.336 19.8663L148.32 11.5552Z' fill='white'/><path d='M0.318333 23.7746C0.116922 24.1082 0.00721163 24.4892 0.000343557 24.8789C-0.00652452 25.2686 0.089691 25.6533 0.279225 25.9937C0.468759 26.3342 0.744863 26.6183 1.0795 26.8174C1.41413 27.0164 1.79539 27.1231 2.18455 27.1269H13.5361V0L0.318333 23.7746Z' fill='white'/><path d='M21.124 13.5634L13.582 27.1268H24.9182C25.3138 27.1369 25.705 27.0403 26.0505 26.8469C26.396 26.6535 26.6832 26.3705 26.882 26.0277C27.0807 25.6848 27.1837 25.2947 27.1801 24.8983C27.1765 24.5019 27.0664 24.1137 26.8615 23.7745L21.124 13.5634Z' fill='white'/><path d='M26.8615 3.29044C27.0495 2.95507 27.1468 2.57635 27.1437 2.19176C27.1407 1.80716 27.0375 1.43002 26.8443 1.09763C26.6512 0.765248 26.3747 0.489142 26.0423 0.296629C25.7098 0.104116 25.333 0.00186839 24.949 0H13.582L21.124 13.5634L26.8615 3.29044Z' fill='white'/><path d='M13.582 0V27.1269L21.124 13.5634L13.582 0Z' fill='white' fill-opacity='0.3'/></svg>");}
.ico.aisnap.on{background-image: url("data:image/svg+xml,<svg width='546' height='141' viewBox='0 0 546 141' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M470.223 112.64C461.103 112.64 452.623 108.8 446.383 100.8V138.16C446.383 139.264 445.487 140.16 444.383 140.16H428.062C426.958 140.16 426.062 139.264 426.062 138.16V35.4395C426.062 34.335 426.958 33.4395 428.062 33.4395H444.383C445.487 33.4395 446.383 34.335 446.383 35.4395V43.1995C452.303 35.6795 460.783 31.5195 470.223 31.5195C490.063 31.5195 504.463 46.2395 504.463 71.9995C504.463 97.7595 490.063 112.64 470.223 112.64ZM463.823 94.5595C475.503 94.5595 483.343 85.4395 483.343 71.9995C483.343 58.7195 475.503 49.5995 463.823 49.5995C457.263 49.5995 449.743 53.4395 446.383 58.3995V85.7595C449.743 90.5595 457.263 94.5595 463.823 94.5595Z' fill='white'/><path d='M409.106 108.72C409.106 109.824 408.21 110.72 407.106 110.72H390.786C389.681 110.72 388.786 109.824 388.786 108.72V102.72C383.506 108.96 374.386 112.64 364.306 112.64C351.986 112.64 337.426 104.32 337.426 87.0395C337.426 68.9595 351.986 62.0795 364.306 62.0795C374.546 62.0795 383.666 65.4395 388.786 71.5195V61.1195C388.786 53.2795 382.066 48.1595 371.826 48.1595C364.301 48.1595 357.299 50.6463 351.177 55.6199C350.174 56.4342 348.656 56.2002 348.021 55.0755L342.383 45.0913C341.918 44.2684 342.091 43.2283 342.821 42.6287C352.074 35.0357 363.71 31.5195 375.346 31.5195C392.946 31.5195 409.106 38.5595 409.106 60.7995V108.72ZM372.466 98.8795C379.026 98.8795 385.426 96.6395 388.786 92.1595V82.5595C385.426 78.0795 379.026 75.8395 372.466 75.8395C364.466 75.8395 357.906 79.9995 357.906 87.5195C357.906 94.7195 364.466 98.8795 372.466 98.8795Z' fill='white'/><path d='M325.48 109.2C325.48 110.304 324.585 111.2 323.48 111.2H307.16C306.055 111.2 305.16 110.304 305.16 109.2V64.4795C305.16 53.7595 299.56 50.0795 290.92 50.0795C282.92 50.0795 276.68 54.5595 273.32 59.1995V109.2C273.32 110.304 272.425 111.2 271.32 111.2H255C253.895 111.2 253 110.304 253 109.2V35.9195C253 34.8149 253.895 33.9195 255 33.9195H271.32C272.425 33.9195 273.32 34.8149 273.32 35.9195V43.9995C278.28 38.0795 287.72 31.9995 300.36 31.9995C317.32 31.9995 325.48 41.5995 325.48 56.6395V109.2Z' fill='white'/><path d='M207.721 112.64C194.943 112.64 182.598 108.59 174.4 101.728C173.666 101.113 173.525 100.051 174.029 99.2357L180.672 88.4856C181.338 87.4085 182.826 87.2113 183.825 87.9891C189.862 92.6893 200.048 96.9595 208.681 96.9595C217.481 96.9595 221.641 93.4395 221.641 88.6395C221.641 75.8395 175.721 86.2395 175.721 55.8395C175.721 42.8795 187.081 31.5195 207.401 31.5195C219.75 31.5195 229.69 35.4885 237.219 41.0249C238.023 41.6156 238.226 42.7194 237.722 43.5797L231.797 53.6877C231.12 54.8413 229.517 55.0218 228.487 54.1688C223.564 50.0912 215.807 47.0395 207.561 47.0395C200.201 47.0395 195.401 50.3995 195.401 54.7195C195.401 66.2395 241.161 56.6395 241.161 87.8395C241.161 101.92 229.161 112.64 207.721 112.64Z' fill='white'/><path d='M529.961 64C527.04 64 524.354 63.3027 521.902 61.908C519.503 60.4617 517.573 58.5246 516.112 56.0969C514.704 53.6691 514 50.9572 514 47.9613C514 44.9653 514.704 42.2793 516.112 39.9031C517.573 37.4754 519.503 35.5642 521.902 34.1695C524.354 32.7232 527.04 32 529.961 32C532.986 32 535.698 32.7232 538.098 34.1695C540.497 35.5642 542.401 37.4754 543.809 39.9031C545.27 42.3309 546 45.0169 546 47.9613C546 50.9572 545.27 53.6691 543.809 56.0969C542.401 58.5246 540.497 60.4617 538.098 61.908C535.698 63.3027 532.986 64 529.961 64ZM529.961 60.5133C532.36 60.5133 534.473 59.9968 536.298 58.9637C538.124 57.8789 539.558 56.381 540.601 54.4697C541.697 52.5585 542.244 50.389 542.244 47.9613C542.244 45.5335 541.697 43.3898 540.601 41.5303C539.558 39.6191 538.124 38.1211 536.298 37.0363C534.473 35.9516 532.36 35.4092 529.961 35.4092C527.614 35.4092 525.501 35.9516 523.623 37.0363C521.798 38.1211 520.363 39.6191 519.32 41.5303C518.277 43.3898 517.756 45.5335 517.756 47.9613C517.756 50.389 518.277 52.5585 519.32 54.4697C520.363 56.3293 521.798 57.8015 523.623 58.8862C525.501 59.9709 527.614 60.5133 529.961 60.5133ZM524.328 55.1671V40.6005H530.978C532.543 40.6005 533.769 41.0137 534.655 41.8402C535.542 42.6667 535.985 43.7772 535.985 45.1719C535.985 46.05 535.751 46.8507 535.281 47.5739C534.864 48.297 534.238 48.8652 533.403 49.2785L536.846 55.1671H532.778L530.039 50.0533H528.005V55.1671H524.328ZM530.274 43.4673H528.005V47.4189H530.196C531.604 47.4189 532.308 46.7474 532.308 45.4044C532.308 44.7845 532.126 44.3196 531.76 44.0097C531.447 43.6481 530.952 43.4673 530.274 43.4673Z' fill='white'/><path fill-rule='evenodd' clip-rule='evenodd' d='M133.5 0.5C133.776 0.5 134 0.723855 134 0.999997V112.5C134 112.776 133.776 113 133.5 113H129.137C128.861 113 128.637 112.776 128.637 112.5L128.637 1C128.637 0.723858 128.861 0.5 129.137 0.5H133.5ZM155.857 0.5C156.133 0.5 156.357 0.723855 156.357 0.999997V112.5C156.357 112.776 156.133 113 155.857 113H151.5C151.224 113 151 112.776 151 112.5V1C151 0.723858 151.224 0.5 151.5 0.5H155.857Z' fill='white'/><path fill-rule='evenodd' clip-rule='evenodd' d='M43.3654 70.2994C43.1291 70.9514 43.6121 71.6401 44.3055 71.6401H74.7335C75.427 71.6401 75.91 70.9514 75.6737 70.2994L60.4597 28.3146C60.1412 27.4355 58.8979 27.4355 58.5794 28.3146L43.3654 70.2994ZM59.5195 40.3961L69.0295 66.6401H50.0096L59.5195 40.3961Z' fill='white'/><path d='M46.9938 5.5L5.74812 112.36C5.59928 112.746 5.22854 113 4.8152 113H0.730942C0.379562 113 0.13779 112.647 0.264683 112.319L42.4541 3.3766C43.1247 1.64293 44.7922 0.5 46.6511 0.5H72.3901C74.2511 0.5 75.9201 1.64553 76.5892 3.38206L119.234 112.318C119.362 112.646 119.121 113 118.768 113H114.187C113.774 113 113.403 112.746 113.254 112.36L72.047 5.5H46.9938Z' fill='white'/><path d='M38.3782 94.14L31.7409 112.343C31.5969 112.737 31.2215 113 30.8014 113H26.7214C26.3726 113 26.131 112.652 26.253 112.325L34.0547 91.4206C34.5643 90.0496 35.8728 89.14 37.3355 89.14H81.7019C83.1746 89.14 84.4897 90.0619 84.992 91.4463L92.7506 112.326C92.872 112.652 92.6304 113 92.2819 113H88.2018C87.7812 113 87.4055 112.737 87.2619 112.341L80.6505 94.14H38.3782Z' fill='white'/></svg>")}
.ico.aistep.on{background-image: url("data:image/svg+xml,<svg width='513' height='141' viewBox='0 0 513 141' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M496.73 64C493.809 64 491.123 63.3027 488.672 61.908C486.272 60.4617 484.342 58.5246 482.882 56.0969C481.474 53.6691 480.77 50.9572 480.77 47.9613C480.77 44.9653 481.474 42.2793 482.882 39.9031C484.342 37.4754 486.272 35.5642 488.672 34.1695C491.123 32.7232 493.809 32 496.73 32C499.756 32 502.468 32.7232 504.867 34.1695C507.267 35.5642 509.171 37.4754 510.579 39.9031C512.039 42.3309 512.77 45.0169 512.77 47.9613C512.77 50.9572 512.039 53.6691 510.579 56.0969C509.171 58.5246 507.267 60.4617 504.867 61.908C502.468 63.3027 499.756 64 496.73 64ZM496.73 60.5133C499.13 60.5133 501.242 59.9968 503.068 58.9637C504.893 57.8789 506.328 56.381 507.371 54.4697C508.466 52.5585 509.014 50.389 509.014 47.9613C509.014 45.5335 508.466 43.3898 507.371 41.5303C506.328 39.6191 504.893 38.1211 503.068 37.0363C501.242 35.9516 499.13 35.4092 496.73 35.4092C494.383 35.4092 492.271 35.9516 490.393 37.0363C488.567 38.1211 487.133 39.6191 486.09 41.5303C485.047 43.3898 484.525 45.5335 484.525 47.9613C484.525 50.389 485.047 52.5585 486.09 54.4697C487.133 56.3293 488.567 57.8015 490.393 58.8862C492.271 59.9709 494.383 60.5133 496.73 60.5133ZM491.097 55.1671V40.6005H497.748C499.312 40.6005 500.538 41.0137 501.425 41.8402C502.312 42.6667 502.755 43.7772 502.755 45.1719C502.755 46.05 502.52 46.8507 502.051 47.5739C501.633 48.297 501.008 48.8652 500.173 49.2785L503.615 55.1671H499.547L496.809 50.0533H494.774V55.1671H491.097ZM497.043 43.4673H494.774V47.4189H496.965C498.373 47.4189 499.078 46.7474 499.078 45.4044C499.078 44.7845 498.895 44.3196 498.53 44.0097C498.217 43.6481 497.721 43.4673 497.043 43.4673Z' fill='white'/><path fill-rule='evenodd' clip-rule='evenodd' d='M133.27 0C133.546 0 133.77 0.223855 133.77 0.499997V112C133.77 112.276 133.546 112.5 133.27 112.5H128.906C128.63 112.5 128.406 112.276 128.406 112L128.406 0.5C128.406 0.223858 128.63 0 128.906 0H133.27ZM155.626 0C155.902 0 156.126 0.223855 156.126 0.499997V112C156.126 112.276 155.902 112.5 155.626 112.5H151.27C150.993 112.5 150.77 112.276 150.77 112V0.5C150.77 0.223858 150.993 0 151.27 0H155.626Z' fill='white'/><path fill-rule='evenodd' clip-rule='evenodd' d='M43.1349 69.7994C42.8986 70.4514 43.3816 71.1401 44.0751 71.1401H74.5031C75.1966 71.1401 75.6795 70.4514 75.4433 69.7994L60.2293 27.8146C59.9107 26.9355 58.6675 26.9355 58.3489 27.8146L43.1349 69.7994ZM59.2891 39.8961L68.7991 66.1401H49.7791L59.2891 39.8961Z' fill='white'/><path d='M46.7633 5L5.51765 111.86C5.36881 112.246 4.99807 112.5 4.58473 112.5H0.500473C0.149093 112.5 -0.092679 112.147 0.0342143 111.819L42.2237 2.8766C42.8942 1.14293 44.5618 0 46.4206 0H72.1597C74.0207 0 75.6897 1.14553 76.3587 2.88206L119.004 111.818C119.132 112.146 118.89 112.5 118.538 112.5H113.957C113.543 112.5 113.173 112.246 113.024 111.86L71.8165 5H46.7633Z' fill='white'/><path d='M38.1477 93.64L31.5104 111.843C31.3664 112.237 30.9911 112.5 30.5709 112.5H26.4909C26.1422 112.5 25.9006 112.152 26.0225 111.825L33.8243 90.9206C34.3339 89.5496 35.6423 88.64 37.105 88.64H81.4714C82.9441 88.64 84.2593 89.5619 84.7616 90.9463L92.5201 111.826C92.6415 112.152 92.3999 112.5 92.0515 112.5H87.9714C87.5507 112.5 87.175 112.237 87.0314 111.841L80.42 93.64H38.1477Z' fill='white'/><path d='M437.961 112.92C428.841 112.92 420.361 109.08 414.121 101.08V138.44C414.121 139.544 413.225 140.44 412.121 140.44H395.801C394.696 140.44 393.801 139.544 393.801 138.44V35.7198C393.801 34.6152 394.696 33.7198 395.801 33.7198H412.121C413.225 33.7198 414.121 34.6152 414.121 35.7198V43.4798C420.041 35.9598 428.521 31.7998 437.961 31.7998C457.801 31.7998 472.201 46.5198 472.201 72.2798C472.201 98.0398 457.801 112.92 437.961 112.92ZM431.561 94.8398C443.241 94.8398 451.081 85.7198 451.081 72.2798C451.081 58.9998 443.241 49.8798 431.561 49.8798C425.001 49.8798 417.481 53.7198 414.121 58.6798V86.0398C417.481 90.8398 425.001 94.8398 431.561 94.8398Z' fill='white'/><path d='M344.28 112.92C320.76 112.92 303 97.0798 303 72.2798C303 49.8798 319.48 31.7998 343 31.7998C366.04 31.7998 381.72 49.0798 381.72 74.3598V75.8398C381.72 77.4967 380.377 78.8398 378.72 78.8398H324.28C325.56 88.5998 333.4 96.7598 346.52 96.7598C352.348 96.7598 360.197 94.4867 365.354 90.6135C366.345 89.8691 367.799 90.015 368.498 91.0387L375.143 100.769C375.704 101.59 375.58 102.704 374.81 103.333C367.1 109.634 355.619 112.92 344.28 112.92ZM362.04 65.0798C361.56 57.7198 356.44 47.9598 343 47.9598C330.36 47.9598 324.92 57.3998 323.96 65.0798H362.04Z' fill='white'/><path d='M281.419 112.92C267.179 112.92 259.499 105.56 259.499 91.7996V51.4796H248.699C247.595 51.4796 246.699 50.5842 246.699 49.4796V35.7196C246.699 34.615 247.595 33.7196 248.699 33.7196H259.499V14.5996C259.499 13.495 260.395 12.5996 261.499 12.5996H277.979C279.084 12.5996 279.979 13.495 279.979 14.5996V33.7196H293.659C294.764 33.7196 295.659 34.615 295.659 35.7196V49.4796C295.659 50.5842 294.764 51.4796 293.659 51.4796H279.979V86.3596C279.979 91.1596 282.539 94.8396 287.019 94.8396C289.165 94.8396 291.232 94.2814 292.656 93.5591C293.337 93.2132 294.315 93.5077 294.522 94.2434L298.042 106.759C298.248 107.494 298.026 108.291 297.413 108.746C294.241 111.098 289.066 112.92 281.419 112.92Z' fill='white'/><path d='M208.689 112.92C195.91 112.92 183.566 108.87 175.368 102.008C174.633 101.393 174.493 100.331 174.996 99.516L181.64 88.7659C182.305 87.6887 183.794 87.4915 184.793 88.2694C190.829 92.9696 201.016 97.2398 209.649 97.2398C218.449 97.2398 222.609 93.7198 222.609 88.9198C222.609 76.1198 176.689 86.5198 176.689 56.1198C176.689 43.1598 188.049 31.7998 208.369 31.7998C220.718 31.7998 230.657 35.7688 238.187 41.3051C238.99 41.8959 239.194 42.9997 238.689 43.86L232.764 53.968C232.088 55.1216 230.485 55.3021 229.455 54.4491C224.531 50.3715 216.774 47.3198 208.529 47.3198C201.169 47.3198 196.369 50.6798 196.369 54.9998C196.369 66.5198 242.129 56.9198 242.129 88.1198C242.129 102.2 230.129 112.92 208.689 112.92Z' fill='white'/></svg>")}
.ico.comments{background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'><path d='M88.2 309.1c9.8-18.3 6.8-40.8-7.5-55.8C59.4 230.9 48 204 48 176c0-63.5 63.8-128 160-128s160 64.5 160 128s-63.8 128-160 128c-13.1 0-25.8-1.3-37.8-3.6c-10.4-2-21.2-.6-30.7 4.2c-4.1 2.1-8.3 4.1-12.6 6c-16 7.2-32.9 13.5-49.9 18c2.8-4.6 5.4-9.1 7.9-13.6c1.1-1.9 2.2-3.9 3.2-5.9zM208 352c114.9 0 208-78.8 208-176S322.9 0 208 0S0 78.8 0 176c0 41.8 17.2 80.1 45.9 110.3c-.9 1.7-1.9 3.5-2.8 5.1c-10.3 18.4-22.3 36.5-36.6 52.1c-6.6 7-8.3 17.2-4.6 25.9C5.8 378.3 14.4 384 24 384c43 0 86.5-13.3 122.7-29.7c4.8-2.2 9.6-4.5 14.2-6.8c15.1 3 30.9 4.5 47.1 4.5zM432 480c16.2 0 31.9-1.6 47.1-4.5c4.6 2.3 9.4 4.6 14.2 6.8C529.5 498.7 573 512 616 512c9.6 0 18.2-5.7 22-14.5c3.8-8.8 2-19-4.6-25.9c-14.2-15.6-26.2-33.7-36.6-52.1c-.9-1.7-1.9-3.4-2.8-5.1C622.8 384.1 640 345.8 640 304c0-94.4-87.9-171.5-198.2-175.8c4.1 15.2 6.2 31.2 6.2 47.8l0 .6c87.2 6.7 144 67.5 144 127.4c0 28-11.4 54.9-32.7 77.2c-14.3 15-17.3 37.6-7.5 55.8c1.1 2 2.2 4 3.2 5.9c2.5 4.5 5.2 9 7.9 13.6c-17-4.5-33.9-10.7-49.9-18c-4.3-1.9-8.5-3.9-12.6-6c-9.5-4.8-20.3-6.2-30.7-4.2c-12.1 2.4-24.8 3.6-37.8 3.6c-61.7 0-110-26.5-136.8-62.3c-16 5.4-32.8 9.4-50 11.8C279 439.8 350 480 432 480z'/></svg>")}
.ico.priority_3{display:inline-block; height:14px; width:14px; transform:rotate(180deg); background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='%23C31111' d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/></svg>")}
.ico.priority_2{display:inline-block; height:14px; width:14px; background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path fill='%23d5a51a' d='M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z'/></svg>")}
.ico.priority_1{display:inline-block; height:14px; width:14px; background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='%233f58d9' d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/></svg>")}
.ico.right-arrow{display:inline-block; height:16px; width:16px; background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M334.5 414c8.8 3.8 19 2 26-4.6l144-136c4.8-4.5 7.5-10.8 7.5-17.4s-2.7-12.9-7.5-17.4l-144-136c-7-6.6-17.2-8.4-26-4.6s-14.5 12.5-14.5 22l0 72L32 192c-17.7 0-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32l288 0 0 72c0 9.6 5.7 18.2 14.5 22z'/></svg>")}
.ico.dots{display:inline-block; height:16px; width:16px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23999999' d='M8 256a56 56 0 1 1 112 0A56 56 0 1 1 8 256zm160 0a56 56 0 1 1 112 0 56 56 0 1 1 -112 0zm216-56a56 56 0 1 1 0 112 56 56 0 1 1 0-112z'/%3E%3C/svg%3E");}
.ico.dots.white{display:inline-block; height:16px; width:16px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23ffffff' d='M8 256a56 56 0 1 1 112 0A56 56 0 1 1 8 256zm160 0a56 56 0 1 1 112 0 56 56 0 1 1 -112 0zm216-56a56 56 0 1 1 0 112 56 56 0 1 1 0-112z'/%3E%3C/svg%3E");}
.ico.cloud-down{background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512' fill='%23999999'><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d='M144 480C64.5 480 0 415.5 0 336c0-62.8 40.2-116.2 96.2-135.9c-.1-2.7-.2-5.4-.2-8.1c0-88.4 71.6-160 160-160c59.3 0 111 32.2 138.7 80.2C409.9 102 428.3 96 448 96c53 0 96 43 96 96c0 12.2-2.3 23.8-6.4 34.6C596 238.4 640 290.1 640 352c0 70.7-57.3 128-128 128l-368 0zm79-167l80 80c9.4 9.4 24.6 9.4 33.9 0l80-80c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-39 39L344 184c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 134.1-39-39c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9z'/></svg>")}
.ico.cloud-up{background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512' fill='%23999999'><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d='M144 480C64.5 480 0 415.5 0 336c0-62.8 40.2-116.2 96.2-135.9c-.1-2.7-.2-5.4-.2-8.1c0-88.4 71.6-160 160-160c59.3 0 111 32.2 138.7 80.2C409.9 102 428.3 96 448 96c53 0 96 43 96 96c0 12.2-2.3 23.8-6.4 34.6C596 238.4 640 290.1 640 352c0 70.7-57.3 128-128 128l-368 0zm79-217c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l39-39L296 392c0 13.3 10.7 24 24 24s24-10.7 24-24l0-134.1 39 39c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-80-80c-9.4-9.4-24.6-9.4-33.9 0l-80 80z'/></svg>")}

.cat {font-size: 12px;padding: 0 12px;border-radius: 8px;color: white}
label.category {padding: 4px 10px; border-radius: 20px;}
.cat_product_service_update {background-color: #61D0FA;}
.cat_new_entry {background-color: #EA335D;}
.cat_start_using_a_system {background-color: #2897FE;}
.cat_alliance {background-color: #BEE448;}
.cat_event {background-color: #06C050;}
.cat_campaign {background-color: #26E5B9;}
.cat_fundraising {background-color: #B48BE8;}
.cat_m_and_a {background-color: #7A41F2;}
.cat_ipo_ir {background-color: #F09236;}
.cat_law_patent {background-color: #3A63F6;}
.cat_case_interview {background-color: var(--a2);}
.cat_scandal_controversy {background-color: #FABE26;}
.cat_research_report {background-color: #FB49D4;}
.cat_others {background-color: #ccc;}


/* .auth.logo_container {position: fixed; top: 24px; left: 24px;} */
.auth_signin.view {
    font-size:small;height: 100vh;
    h2{font-size:24px; margin: 8px 0;} 
    h4{font-size: medium; padding: 2px 0 5px 0;} 
    form {padding: 16px 32px; } 
    form .buttons{padding: 12px 0 0 0;} 
    p{margin:0;}
}

.auth_signin::before,.auth_signup::before,.auth_forget::before {content: "";position: fixed;width: 300px;height: 60px;background-repeat: no-repeat;margin: 20px;background-size: contain;}

.auth_signin form h2{text-align: center;padding:16px 0}
.auth_signin form .products {display: flex;gap: 8px;}
.auth_signin form .products dd{width: 100%;background-size:auto 24px;height:40px;margin:0;cursor: pointer;background-position: center;padding:8px 16px;border-radius: 4px;}
.auth_signin form .products dd.on{border: 1px solid var(--l);}
.auth_signin form .products dd.comments.on{border: 1px solid var(--t);}
.auth_signin form .products dd.on.anybot{background-color: var(--a1);}
.auth_signin form .products dd.on.aisnap{background-color: var(--t);}
.auth_signin form .products dd.on.aistep{background-color: #00BB77;}

.auth_signin.view form { width: 480px; }
.preview_container { display: flex; justify-content: center; gap: 0; .plan{display: flex;flex-direction: column;justify-content: space-between;align-items: center;border: 1px solid #000;padding: 20px;margin: 10px;} .price{font-size: 24px;font-weight: bold;}
.details, .benefits {font-size: 14px;}}
.plan_selector{margin-top: 10px;padding: 5px 15px;}
.btn_resend:hover {background-color: #4964F2; color: white;}

.info_span {margin-left: 20px; background-color: grey; color: white; width: 18px; height: 18px; border-radius: 50%; line-height: 16px; text-align: center; display: inline-block;}


table.jexcel_overflow{width: 100%;}
table.jexcel_overflow td{height: auto;line-height: 32px;}
table.jexcel_overflow tr:hover td{background-color:rgba(0, 0, 0, 0.05)}

/* .ticket_details .resizable {overflow: auto;resize: vertical;transform: rotateX(180deg); min-height: 30vh;} */
/* .ticket_details .resizable .toastui-editor-defaultUI{transform: rotateX(180deg);}*/

.task_details div.task-container {overflow: auto;height: 100%;padding: 16px 32px 0;}
.task_details main{padding:0;}
.task_details.controller.p1.popup.right > main {width: 64%;}
.task_details main .body{width: 100%;}
.task_details p{text-wrap:wrap; word-wrap: break-word;}
.task_details .body .task-container .hbox.task-general{align-items: center; gap: 6px;}
.task_details .body .task-container .hbox.task-general > ul{padding: 0; display: flex; flex-wrap: wrap; gap: 6px;}
.task_details div.task-container .hbox.task-general span.time{text-wrap: nowrap;margin-top: 5px;}
.task_details .body .task-container .hbox.task-general > ul label{margin-right: 0;}
.task_details div.task-container .hbox.task-general label.type{margin-right: 12px;}
.task_details .body .task-container .hbox.general ul{padding:0;display: flex;flex-wrap: wrap;gap: 8px 0;}
.task_details .body .task-container>ol{padding:0; }
.task_details .body .task-container>ol>li>h2{border-bottom: 1px solid var(--l2);padding-bottom: 16px;}
.task_details .body .task-container .task-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    h4{
        font-size: 13px;
        color: #666666;
    }
}
.task_details .body .task-container .task-header h2{width: 100%; margin-top: 5px;}
.task_details .body .task-container .task-header .operations{display: flex; align-items: center; gap: 16px;}
.task_details .body .task-container .task-header .operations .ico.edit { width: 16px; height: 16px; cursor: pointer;}
.task_details .body .task-container .task-header .share-icon{content: '';background-image: url(/images/icon_share.svg);background-position: center;background-size: contain;background-repeat: no-repeat; width: 20px;height: 20px;cursor: pointer;}
.task_details .body .task-container>hr{display: block;height: 1px;border: 0;border-top: 1px solid #ccc;margin: 1em 0;padding: 0;}
.task_details .body .task-container>ul{padding:0;margin:0;}
.task_details .body .task-container .title{pointer-events: none; margin: 10px 0;}
.task_details .body .task-container .task-box {display: flex; gap: 4px 32px;}
.task_details .body .task-container .task-box>div {height: 40px;}
.task_details .body .task-container .task-box p {line-height: normal; font-weight: bold;}
.task_details .body .task-container .task-box .icon-container p {font-weight: normal;}
.task_details .body .task-container .hbox {flex-wrap: wrap;}
.task_details .body .task-container .task-info {display: flex; align-items: center; gap: 6px; position: relative;}
.task-info.task-priority {display: flex; align-items: center; gap: 6px; margin-right: 0;}
.task_details .body .task-container .task-info p {margin: 0; padding: 0 4px;}
.task_details .body .task-container .task-assign p.task-status {margin-left: 4px;}
.task_details .task-assign {margin-top:8px;}
.task_details .body .task-container .task-stattype {display:flex;flex-direction: column;margin-bottom: 8px;width: 100%;}
.task_details .body .task-container .task-stattype span{align-items: center;display: flex;}
.task_details .body .task-container .task-stattype p{display: inline-block;margin: 4px 0;}
.task_details .body .task-container .task-stattype .task-status, .task_details .body .task-container .task-stattype .task-type{font-weight: 600;margin-left: 4px;text-overflow: ellipsis;overflow: hidden;max-width: 88%;white-space: nowrap;}
.task_details .body .task-container .task-stattype .task-status, .task_details .body .task-container .task-stattype .org{font-weight: 600;margin-left: 4px;text-overflow: ellipsis;overflow: hidden;max-width: 88%;white-space: nowrap;}
.task_details .body .ticket-container .t-comments-count{margin-left:6px; font-size:13px; text-align:center; color:white; background:var(--a1); border-radius:32px; padding:2px 6px;}
.task_details .task-detail {background-color: #e7fee8; border:1px solid var(--l2); padding:12px 16px}
.task_details div.comment-container{padding:12px 16px; margin:16px 0; border:1px solid var(--l2);}
.task_details footer{border-top: 1px solid var(--l2);width:100%;bottom:0;background-color: white;left:0;position: relative;}
.task_details footer:empty{height:64px;pointer-events: none;}
.task_details footer:empty::before{content:attr(comment-btn-text);text-align:center;width:40%;margin:12px auto;background-color: var(--a1);color:#fff;height: 40px;line-height: 40px;display: block;left:0;border-radius:8px;cursor: pointer;pointer-events: auto; transition:background-color 200ms;}
.task_details footer:empty:hover::before{background-color:#4964F2}
.task_details footer .buttons{justify-content: flex-end;padding:12px 0;}
.task_details footer .buttons button{border-radius: 8px; height: 32px;line-height: 32px;margin-right: 20px;}
.task_details footer .buttons button.light:hover{background-color:#e1e5ef;}
.task_details .editor-container { position: absolute; top: 2px; bottom: 0; left: 0; right: 0; min-height: 30vh; max-height: 85vh;}
.task_details .resizable-over-container {position: relative;width: 100%; min-height: 30vh; max-height:85vh; resize: none;overflow: hidden;}
.task_details .top-bar { border-top-left-radius: 4px; border-top-right-radius: 4px; position: absolute; top: 0; left: 0; width: 100%; height: 3px; cursor: ns-resize; background-color: #C5C5C5; }
.task_details .top-bar:hover {background-color: #ddd;transition: 0.3s;}
.task_details .toastui-editor-defaultUI{border-radius: unset;}
.task_details .body .task-container .grouped-comments {cursor: pointer; height: 20px; background-color: white; text-align: center; display: flex;justify-content: center;align-items: center;gap: 8px;}
.task_details .body .task-container .grouped-comments > p, .task_details .body .task-container .grouped-comments > i {pointer-events:none; margin:0 !important;}
.task_details .body .task-container .grouped-comments > p {user-select: none;}
.task_details ul li.comment {position: relative;}
.task_details ul li.comment .operations {position: absolute; top: 28px; right: 8px; display: flex; gap: 12px; align-items: center;}
.task_details ul li.comment .operations .ico { width: 15px; height: 15px; cursor: pointer; opacity: 0.6; transition: opacity 300ms;}
.task_details ul li.comment .operations .ico:hover {opacity: 1;}
.task_details ul li.comment .operations .ico.edit, .task_details .task-header .operations .ico.edit { width: 13px; height: 13px; cursor: pointer;}
.task_details ul li.comment.mine > div.comment-container{background-color: #e4edff;}
.task_details ul li.comment.memo > div.comment-container{background-color: #FEF6D9; border-color:#fbe9a1;}
.task_details .body .task-container .expanded section.posts {margin-bottom: 16px;display: flex;flex-direction: column;justify-content: center;gap: 8px;overflow-y: scroll;}
.task_details .body .task-container .expanded section.posts a, .task_details section.tickets a {display: block;width: fit-content;}
.task_details .body .task-container .expanded section.posts a::before, .task_details section.tickets a::before {content: "\2022";margin-right: 5px;text-decoration: none;display: inline-block;}
.task_details .body .task-container i.ico.up.expand, .task_list .kanban-board i.ico.up.expand{width: 16px;height: 10px;display: inline-block;transition: all 0.4s;transform: rotate(180deg);margin-left: 4px;pointer-events: none;}
.task_details .body .task-container .expanded i.ico.up{transform: rotate(0deg)}
.ticket_details .body .ticket-container .ticket-tools, .task_details .body .task-container .task-tools {display: flex; align-items: center; justify-content: space-between; position: relative; height: 40px;}
.ticket_details .body .ticket-container .ticket-tools {height: 24px; margin-bottom: 8px;}
.ticket_details .body .ticket-container .ticket-tools .translate, .task_details .body .task-container .task-tools .translate {position: absolute; right: 0;}
.task_details .body .task-container .show-related {display: flex; align-items: center; cursor: pointer;}
.task_details .body .task-container section.tickets ul {padding: 0; display: flex; flex-direction: column; gap: 8px;}

.ticket-toast {padding-right: 25px;}
.ticket-toast a{padding-left: 10px}
.ticket-toast .toast-close { padding: 2px 5px; }
.ticket_details div.ticket-container {overflow: auto;height: 100%;padding: 16px 32px 0;}
.ticket_details main{padding:0;}
.ticket_details.controller.p1.popup.right > main {width: 64%;}
.guest_user.controller.p1.popup.right > main, .guest_task_user.controller.p1.popup.right > main {width: 100%;}
.ticket_details main .body{width: 100%;}
.ticket_details p{text-wrap:wrap;}
.ticket_details .body .ticket-container .hbox.general{align-items: start;}
.ticket_details div.ticket-container .hbox.general span.time{text-wrap: nowrap;margin-top: 5px;}
.ticket_details .body .ticket-container .hbox.general ul{padding:0;display: flex;flex-wrap: wrap;gap: 8px 0;}
.ticket_details .body .ticket-container>ol{padding:0; }
.ticket_details .body .ticket-container>ol>li>h2{border-bottom: 1px solid var(--l2);padding-bottom: 16px;}
.ticket_details .body .ticket-container .ticket-header{display: flex;justify-content: space-between;align-items: center;}
.ticket_details .body .ticket-container .ticket-header h2{width: 100%;}
.ticket_details .body .ticket-container .ticket-header .share-icon{content: '';background-image: url(/images/icon_share.svg);background-position: center;background-size: contain;background-repeat: no-repeat; width: 20px;height: 20px;cursor: pointer;}
.ticket_details .body .ticket-container .ticket-header .add-related-tasks {display: flex; justify-content: center; align-items: center; gap: 1px;margin-right: 10px; cursor: pointer; border-radius: 30px; background: var(--l); color: #000000; padding: 2px 16px; transition: opacity 300ms; opacity: 0.7;}
.ticket_details .body .ticket-container .ticket-header .add-related-tasks:hover {opacity: 1;}
.ticket_details .body .ticket-container .ticket-header .add-related-tasks i.ico{background-position: center;background-size: contain;background-repeat: no-repeat; width: 20px;height: 20px; margin-top: 4px;}
.ticket_details .body .ticket-container .ticket-header .add-related-tasks p {font-size: 13px; text-wrap: nowrap; margin: 0;}
.ticket_details .body .ticket-container>hr{display: block;height: 1px;border: 0;border-top: 1px solid #ccc;margin: 1em 0;padding: 0;}
.ticket_details .body .ticket-container>ul{padding:0;margin:0;}
.ticket_details .body .ticket-container .related-posts {display: flex;align-items: center;gap: 8px;cursor: pointer; width: fit-content;}
.ticket_details .body .ticket-container .title{pointer-events: none;}
.ticket_details .body .ticket-container .expanded section.posts, .task_details .body .task-container .expanded section.tickets {margin-bottom: 16px;display: flex;flex-direction: column;justify-content: center;gap: 8px;overflow-y: scroll;}
.ticket_details .body .ticket-container .expanded section.posts a, .task_details .body .task-container .expanded section.tickets a {display: block;width: fit-content;}
.ticket_details .body .ticket-container .expanded section.posts a::before, .task_details .body .task-container .expanded section.tickets a::before {content: "\2022";margin-right: 5px;text-decoration: none;display: inline-block;}
.ticket_details .body .ticket-container i.expand{width: 16px;height: 10px;display: inline-block;transition: all 0.4s;transform: rotate(180deg);margin-left: 4px;pointer-events: none;}
.ticket_details .body .ticket-container .expanded i{transform: rotate(0deg)}
.ticket_details .body .ticket-container .author-details {display:flex;flex-direction: column;margin-bottom: 8px;width: 100%;}
.ticket_details .body .ticket-container .author-details span{align-items: center;display: flex;}
.ticket_details .body .ticket-container .author-details p{display: inline-block;margin: 4px 0;}
.ticket_details .body .ticket-container .author-details .author, .ticket_details .body .ticket-container .author-details .org{font-weight: 600;margin-left: 4px;text-overflow: ellipsis;overflow: hidden;max-width: 88%;white-space: nowrap;}
.ticket_details .body .ticket-container .reviews-container {display: flex; gap: 16px; align-items: center;}
.ticket_details .body .ticket-container .reviews-container .rating-total, .ticket_details .body .ticket-container .reviews-container .rating-avg {font-weight:bold; padding-left:4px;}
.ticket_details .body .ticket-container .reviews-container .review-icon {cursor:default;}
.ticket_details .body .ticket-container .assignee {display: flex;}
.ticket_details .body .ticket-container .assignee p.author {margin-left: 4px;}
.ticket_details .body .ticket-container .t-comments-count, .task_details .body .task-container .task-comments-count{margin-left:6px; font-size:13px; text-align:center; color:white; background:var(--a1); border-radius:32px; padding:2px 6px;}
/* .ticket_details pre.contents-wrapper{padding:12px 16px; margin:16px 0; background-color: var(--l); border:1px solid var(--l2);} */
.ticket_details div.comment-container{padding:12px 16px; margin:16px 0; border:1px solid var(--l2); margin-bottom: 8px;}
.ticket_details footer{border-top: 1px solid var(--l2);width:100%;bottom:0;background-color: white;left:0;position: relative;}
.ticket_details footer:empty{height:64px;pointer-events: none;}
.ticket_details footer:empty::before{content:attr(comment-btn-text);text-align:center;width:40%;margin:12px auto;background-color: var(--a1);color:#fff;height: 40px;line-height: 40px;display: block;left:0;border-radius:8px;cursor: pointer;pointer-events: auto; transition:background-color 200ms;}
.guest_user footer:empty::before, .guest_task_user footer:empty::before{content:"ホームページへ";}
.ticket_details footer:empty:hover::before{background-color:#4964F2}
.ticket_details footer .buttons{justify-content: flex-end;padding:12px 0;}
.ticket_details footer .buttons button{border-radius: 8px; height: 32px;line-height: 32px;margin-right: 20px;}
.ticket_details footer .buttons button.light:hover{background-color:#e1e5ef;}
.ticket_details ul li.comment {border-bottom: 1px dashed var(--l2);margin:24px 0;padding-bottom: 8px;transition: 200ms ease-in-out;overflow: hidden;opacity: 1;transform:translateY(0);}
.ticket_details ul li.comment.hidden {display:block !important; pointer-events:none; height:0; margin:0; padding:0; opacity: 0; padding: 0; transform:translateY(-20px);}
/* .ticket_details ul li.comment:last-child {margin-bottom: 86px;} */
.ticket_details .info.comment {position: relative;}
.ticket_details .tools {display: flex;justify-content: space-between;}
.ticket_details .detail, .ticket_details div.summary { border:1px solid var(--l2); margin: 16px 0;}
.ticket_details .detail, .ticket_details div.summary, li.comment pre.translated-comment{padding:12px 16px;cursor:default;}
li.comment pre.translated-comment {margin:0 0 8px 0;}
.ticket_details ul li.comment.mine > div.comment-container{background-color: #e4edff;}
.ticket_details ul li.comment.memo > div.comment-container{background-color: #FEF6D9; border-color:#fbe9a1;}
.ticket_details li.comment .hbox{padding:0 4px;}
.ticket_details span.time{font-size: 11px;opacity: 0.7;}
.ticket_details li.comment .hbox b{font-size: 12px;opacity:0.7;}
.ticket_details li.empty {opacity: 0.5;margin-bottom: 86px;}
.ticket_details li.file_c ul{
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 5px;
}
.ticket_details .file_dl {
    border: 1px solid var(--l2);
    text-decoration: none;
    padding: 10px;
    color: var(--t);
    max-width: 200px;
    overflow: clip;
    white-space: nowrap;
}

.ticket_details .assign {margin-top:16px; margin-bottom:30px;}
.ticket_details .assign label {text-wrap:nowrap;}
.ticket_details .assign select#admins{border:0;border-bottom: 1px dashed var(--l2);height:40px;line-height:14px;outline:0;margin:0 12px;padding:0 12px;text-overflow:ellipsis;white-space:nowrap;}
.ticket_details .assign select, .task_details .task-assign select, .task_details .sprint-select select{border:0;border-bottom: 1px dashed var(--l2);border-radius:0;height:40px;line-height:40px;outline:0;font-size:14px;max-width:240px; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-weight: bold;}
.task_details .task-assign select, .task_details .sprint-select select {height: 32px; max-width: 200px; text-overflow: ellipsis; white-space: nowrap;}
.task_details .sprint-container {gap: 16px; padding: 2px 0;}
.task_details .sprint-container label {font-size: 12px;}
/* .task_details .sprint-container {gap: 16px; background-color: var(--l); border-radius: 4px; border: 1px solid lightgray; padding: 2px 12px; font-weight: bold; color: #666666;} */
.task_details .sprint-container span {display: flex; align-items: center; justify-content:start; gap: 4px;}
.task_details .sprint-container .start, .task_details .sprint-container .end {display: flex; align-items: center; justify-content:start; gap: 0 8px; flex-wrap: wrap;  margin-top: 8px; margin: 0;}
.task_details .sprint-container p.project, .task_details .sprint-container p.sprint{padding-left: 4px; font-weight: bold; opacity: 0.4;}
.task_details .sprint-container p {margin: 0; font-size: 12px;}
.task_details select.priority {padding-left: 0; min-width:unset; margin-right: 32px;}
.ticket_details .comment-container pre, .task_details .comment-container .pre {padding: 4px 0; background-color: transparent;}
.ticket_details .detail {background-color: #e7fee8;}
.ticket_details div.summary{background-color: #d8f3ff;}
.ticket_details table thead tr, .task_details table thead tr, .toastui-editor-contents table thead tr th{height: 40px;background:#D5E2FC;color: #333;margin-bottom: none;}
.ticket_details table tbody tr, .task_details table tbody tr, .toastui-editor-contents table tbody tr{border-bottom: none;}
.toastui-editor-popup-add-link .toastui-editor-button-container .toastui-editor-ok-button.disabled, .toastui-editor-popup-add-image .toastui-editor-button-container .toastui-editor-ok-button.disabled {pointer-events:none; opacity:0.4}
.toastui-editor-contents a {cursor: pointer;}
.ticket_details table{border-collapse: collapse;background: #fff;border-radius: 4px;box-shadow: 0 0 1px #555;overflow: hidden;width: 100%;margin: 0 auto;position: relative;}
.ticket_details table td, .ticket_details table th{line-height: normal;padding:0 16px;border: 1px solid rgba(0, 0, 0, .1);;}
/* .ticket_details table tbody tr:nth-child(even) {background-color: #f5f5f5;} */
.ticket_details img, .ticket_edit img {max-width: 100%;max-height: 340px;cursor: zoom-in;}
.task_details img, .task_edit img {max-width: 100%;max-height: 340px;cursor: zoom-in;}
.ticket_details table img {width: 100%;max-width: none;}
.ticket_details code {padding: 8px;background: #D5E2FC;color: #00468B;border-radius: 4px;}
.toastui-editor-ww-code-block pre{background: var(--l);}
.toastui-editor-ww-code-block code{background: transparent;color: #333;}
.ticket_details .ticket-container code {line-height:26px;}
.ticket_details .ticket-container p:has(code) {background-color: var(--l); border:1px solid var(--l2); border-radius:4px; overflow:hidden; padding:8px;}
.ticket_details .ticket-container p:has(code) code {background-color: var(--l); overflow:auto; display:inline-block; width:100%;}
.toastui-editor-ww-code-block {overflow-x:hidden;}
.toastui-editor-ww-code-block pre {overflow-x:auto;}
.ticket-container blockquote {margin: 14px 0;border-left: 4px solid #e5e5e5;padding: 0 8px;color: #999;}
.task-list-item {position: relative;}
.task-list-item::marker {content: '';}
.task-list-item::before {content: '';border-radius: 2px;height: 18px;width: 18px;position: absolute;left: -24px;background: #fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgZmlsbD0iI0ZGRiIgc3Ryb2tlPSIjQ0NDIj4KICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTAzMCAtMjk2KSB0cmFuc2xhdGUoNzg4IDE5MikgdHJhbnNsYXRlKDI0MiAxMDQpIj4KICAgICAgICAgICAgICAgICAgICA8cmVjdCB3aWR0aD0iMTciIGhlaWdodD0iMTciIHg9Ii41IiB5PSIuNSIgcng9IjIiLz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==);}
.task-list-item.checked:before {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgZmlsbD0iIzNGNThEOSI+CiAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTE2IDBjMS4xMDUgMCAyIC44OTUgMiAydjE0YzAgMS4xMDUtLjg5NSAyLTIgMkgyYy0xLjEwNSAwLTItLjg5NS0yLTJWMkMwIC44OTUuODk1IDAgMiAwaDE0em0tMS43OTMgNS4yOTNjLS4zOS0uMzktMS4wMjQtLjM5LTEuNDE0IDBMNy41IDEwLjU4NSA1LjIwNyA4LjI5M2wtLjA5NC0uMDgzYy0uMzkyLS4zMDUtLjk2LS4yNzgtMS4zMi4wODMtLjM5LjM5LS4zOSAxLjAyNCAwIDEuNDE0bDMgMyAuMDk0LjA4M2MuMzkyLjMwNS45Ni4yNzggMS4zMi0uMDgzbDYtNiAuMDgzLS4wOTRjLjMwNS0uMzkyLjI3OC0uOTYtLjA4My0xLjMyeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwNTAgLTI5NikgdHJhbnNsYXRlKDc4OCAxOTIpIHRyYW5zbGF0ZSgyNjIgMTA0KSIvPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K);}
.ticket_details .contents-wrapper h1, .ticket_details .contents-wrapper h2, .ticket_details .contents-wrapper h3, .ticket_details .contents-wrapper h4, .ticket_details .contents-wrapper h5, .ticket_details .contents-wrapper h6,
.ticket_details ul li.comment pre h1, .ticket_details ul li.comment pre h2, .ticket_details ul li.comment pre h3, .ticket_details ul li.comment pre h4, .ticket_details ul li.comment pre h5, .ticket_details ul li.comment pre h6 {font-weight: bold;margin: 9px 0 -4px; word-wrap:break-word; white-space:initial;}
.ticket_details .contents-wrapper p, .ticket_details ul li.comment pre p {word-wrap:break-word; white-space:initial;}
.ticket_details .contents-wrapper h1, .ticket_details ul li.comment pre h1 {font-size: 2.4rem;line-height: 28px;border-bottom: 3px double #999;margin: 52px 0 15px 0;padding-bottom: 7px;}
.ticket_details .contents-wrapper h2, .ticket_details ul li.comment pre h2 {font-size: 2.2rem;line-height: 23px;border-bottom: 1px solid #dbdbdb;margin: 20px 0 13px 0;padding-bottom: 7px;}
.ticket_details .contents-wrapper h3, .ticket_details ul li.comment pre h3 {font-size: 2rem;}
.ticket_details .contents-wrapper h4, .ticket_details ul li.comment pre h4 {font-size: 1.8rem;}
.ticket_details .contents-wrapper h5, .ticket_details ul li.comment pre h5 {font-size: 1.6rem;}
.ticket_details .contents-wrapper h6, .ticket_details ul li.comment pre h6 {font-size: 1.4rem;}
.ticket_details .contents-wrapper img, .ticket_details ul li.comment pre img {border-radius:4px;}
.ticket_details .body .ticket-container .grouped-comments {cursor: pointer; height: 20px; background-color: white; text-align: center; display: flex;justify-content: center;align-items: center;gap: 8px;}
.ticket_details .body .ticket-container .grouped-comments > p, .ticket_details .body .ticket-container .grouped-comments > i {pointer-events:none; margin:0 !important;}
.ticket_details .body .ticket-container .grouped-comments > p {user-select: none;}

/* Reviews */

 
.review-container {display: flex; flex-direction: column;}
.comment-container h4.show-reviews {color: #b6b6b6; width: fit-content; margin: auto;cursor: pointer;}
.review {padding: 12px; border-top: 1px dashed var(--l2);}
.ticket_details ul li.comment.mine > div.comment-container .review {border-color:#b6b6b6;}
.review:first-of-type {border-top: none;}
.review-info {display: flex;justify-content: start;gap: 8px;align-items: center;}
.review-info .author {font-size: 12px;opacity: 0.7;font-weight: bold;}
.review-comment .comment {margin-top: 0;}
.reviews form {padding: 0;}
.reviews li[name='rating'] {display: flex; flex-direction: column; justify-content: center;}
.reviews li[name='rating'] .title-box {display: flex; justify-content: center;}
.reviews li[name='rating'] .title-box h4 {padding: 0;}
.reviews li[name='rating'] div-type-radio .desc-review {margin: 0;}
.reviews li[name='rating'] .options.radio {justify-content: center;}
.reviews input[name='rating'] {opacity: 0;position: absolute;}
.reviews input{pointer-events: none;}
.review-icon{content: '';display: inline-block; background-position: center;background-size: contain;background-repeat: no-repeat; width: 20px;height: 20px;cursor: pointer;}
.review-info .review-icon{cursor: default;}
.icon-0{background-image: url(/images/icon_review_bw_1.svg);}
.icon-1{background-image: url(/images/icon_review_bw_2.svg);}
.icon-2{background-image: url(/images/icon_review_bw_3.svg);}
.icon-3{background-image: url(/images/icon_review_bw_4.svg);}
.icon-4{background-image: url(/images/icon_review_bw_5.svg);}
.icon-0:hover, .icon-0.selected, .review-info .icon-0{background-image: url(/images/icon_review_1.svg);}
.icon-1:hover, .icon-1.selected, .review-info .icon-1{background-image: url(/images/icon_review_2.svg);}
.icon-2:hover, .icon-2.selected, .review-info .icon-2{background-image: url(/images/icon_review_3.svg);}
.icon-3:hover, .icon-3.selected, .review-info .icon-3{background-image: url(/images/icon_review_4.svg);}
.icon-4:hover, .icon-4.selected, .review-info .icon-4{background-image: url(/images/icon_review_5.svg);}
.form-item-rating label {pointer-events: none;}
.form-item-rating label i.review-icon {pointer-events: all;}
.form-item-rating .disabled label i.review-icon{pointer-events: none;}



.toastui-editor-popup-body label {margin: 12px 0 6px !important}
.toastui-editor-button-container {margin-top: 16px !important;}
.toastui-editor-popup-add-image, .toastui-editor-popup-add-link {border-radius: 8px !important;}
.toastui-editor-popup-add-image .toastui-editor-file-name {height: 34px !important;line-height: 32px !important;}
.editor-container .toastui-editor-popup-body input[type=text], .size-adjuster .toastui-editor-popup-body input[type=text], .toastui-editor-popup-body button.toastui-editor-file-select-button {height: 32px !important;}
.toastui-editor-popup-body span, .toastui-editor-popup-body button, .toastui-editor-popup-body input {border-radius: 8px !important;}

.toastui-editor-contents table thead tr th{background:#D5E2FC;}
.toastui-editor-contents table thead tr p{color: #333;}
.editor-container.expanded, .size-adjuster.expanded {height: 60vh;}
.editor-container .toastui-editor-popup-body button.toastui-editor-file-select-button, .size-adjuster .toastui-editor-popup-body button.toastui-editor-file-select-button{line-height: 30px;width: unset;margin: 0 0 0 24px;}
.editor-container .toastui-editor-popup-body .toastui-editor-button-container button, .size-adjuster .toastui-editor-popup-body .toastui-editor-button-container button{line-height: 30px;}
.editor-container .toastui-editor-popup-body .toastui-editor-button-container button.toastui-editor-ok-button, .size-adjuster .toastui-editor-popup-body .toastui-editor-button-container button.toastui-editor-ok-button{line-height: 30px;background-color: var(--a1);outline-color: var(--a1);}
.editor-container .toastui-editor-toolbar-group button, .size-adjuster .toastui-editor-toolbar-group button{width: 32px;}
.editor-container input[type=text], .size-adjuster input[type=text]{box-sizing: initial;}
.editor-container .toastui-editor-popup-add-image .toastui-editor-tabs .tab-item.active, .size-adjuster .toastui-editor-popup-add-image .toastui-editor-tabs .tab-item.active {border-bottom: 2px solid var(--a1);color: var(--a1);}
.toastui-editor-context-menu {top: 50% !important; transform: translateY(-50%);}
.ticket_details .editor-container { position: absolute; top: 2px; bottom: 0; left: 0; right: 0; min-height: 30vh; max-height: 85vh;}
.ticket_details .resizable-over-container {position: relative;width: 100%; min-height: 30vh; max-height:85vh; resize: none;overflow: hidden;}
.ticket_details .top-bar { border-top-left-radius: 4px; border-top-right-radius: 4px; position: absolute; top: 0; left: 0; width: 100%; height: 3px; cursor: ns-resize; background-color: #C5C5C5; }
.ticket_details .top-bar:hover {background-color: #ddd;transition: 0.3s;}
.ticket_details .toastui-editor-defaultUI{border-radius: unset;}
/* .ticket_details button.memo, .ticket_details button.public {background:#f7f9fc; color:#19191960; position:absolute; left:0; top:-37px; border-radius:4px 4px 0 0 !important; border:1px solid lightgray; padding:0 15px; font-size:12px; font-weight:600;} */
/* .ticket_details button.memo {left:108px;} */
/* .ticket_details button.memo.on, .ticket_details button.public.on {background:white; color:#000000;} */
/* .ticket_details .editor-container.memo .toastui-editor-main.toastui-editor-ww-mode .toastui-editor-contents, .ticket_details .editor-container.memo .toastui-editor-main.toastui-editor-md-mode .toastui-editor-main-container {background:#FEF6D9;} */

/* .toastui-editor-mode-switch .tab-item:last-child{width: 114px;color: transparent !important;} */
/* .toastui-editor-mode-switch .tab-item:last-child::before{content: "リッチテキスト";color: #222;} */
/* .toastui-editor-mode-switch .tab-item:first-child{color: transparent !important} */
/* .toastui-editor-mode-switch .tab-item:first-child::before{content: "マークダウン";color: #222;} */

/* .toastui-editor-md-tab-container .tab-item:last-child{color: transparent !important;} */
/* .toastui-editor-md-tab-container .tab-item:last-child::before{content: "プレビュー";color: #222;} */
/* .toastui-editor-md-tab-container .tab-item:first-child{width: 54px;color: transparent !important} */
/* .toastui-editor-md-tab-container .tab-item:first-child::before{content: "書く";color: #222;} */



/* label.type,label.mod,label.stat {font-size:11px; padding:4px 12px; background-color: var(--l); border:1px solid var(--l2);border-radius:4px;margin-right:16px;font-weight: bold; text-wrap:nowrap;} */
.task_details label.type, .task_list label.type, .ticket_list label.type, .guest_user label.type, select.type,label.mod,label.stat {font-size:11px; padding:4px 12px; background-color: var(--l); border:1px solid var(--l2);border-radius:4px;margin-right:16px;font-weight: bold; text-wrap:nowrap; line-height: 1;}

select.type.inquiry {width: 80px;}
select.type.trouble {width: 72px;}
.ticket_list label.type.trouble, select.type.trouble{background-color:#fff7ec;border-color:#ffd199;color:#bb662a;}
.guest_user label.type.bug, .task_details label.type.bug, .task_list label.type.bug, .ticket_list label.type.bug, select.type.bug, label.stat.new{background-color:#FFECEE;border-color:#FF99A1;color:#BB2A33;}
.task_details label.type.request, .task_list label.type.request, .ticket_list label.type.request, select.type.request, label.stat.closed, label.stat.done, label.type.feature, label.type.improvement{background-color:#E9F5CE;border-color:#9BC438;color:#436F00;}
.task_details label.type.question, .task_list label.type.question, .ticket_list label.type.question, select.type.question, label.stat.pending{background-color:#FBEBFF;border-color:#DB9EFF;color:#8A3FBA;}
.task_details label.type.inquiry, .task_list label.type.inquiry, .ticket_list label.type.inquiry, select.type.inquiry, label.stat.ongoing, label.stat.todo{background-color:#D5E2FC;border-color:#63C3EF;color:#00468B;}
.task_details label.type.trouble, .task_list label.type.trouble, .ticket_list label.type.trouble, select.type.trouble, label.stat.sprint, label.stat.inprogress, label.type.investigation{background-color:#FFEED2;border-color:#F8A433;color:#A64600;}
label.stat.developing, label.stat.test{background-color: #E0F7FA; border-color: #4DD0E1; color: #00796B;}
label.stat.notreproduce {background-color: #F0E68C; border-color: #FFD700; color: #8B4513;}
label.stat.investigate {background-color:#ECC4FF; border-color:#bd76ec; color:#8A3FBA;}
label.stat.wontfix {background-color:#F5CD6F;border-color:#f2a354;color:#6D3A00;}
label.pg_importance_3, label.pg_importance_2, label.pg_importance_1, label.pg_importance_0 {font-size:11px; padding:4px 12px; border:1px solid; border-radius:4px; font-weight:bold; text-wrap:nowrap; line-height:1;}
label.pg_importance_3 {background-color:#FFECEE; border-color:#FF99A1; color:#BB2A33;}
label.pg_importance_2 {background-color:#FFEED2; border-color:#F8A433; color:#A64600;}
label.pg_importance_1 {background-color:#FFF4E6; border-color:#FFD699; color:#B87300;}
label.pg_importance_0 {background-color:#F0F0F0; border-color:#CCCCCC; color:#666666;}
label.priority {background-color:transparent; border:none; color:#333333; display:flex; justify-content:left; align-items:center; padding:4px 0; margin:0;gap: 4px;}
label.priority p {margin:0; padding:0; height:12px; line-height:12px; font-size:13px; font-weight:500; text-transform:capitalize;}
i.priority {width:16px; height:16px; margin: 0 -6px 0 6px;}

.list-frame table.list-view tr td.list-item-type label, .list-frame table.list-view tr td.list-item-stat label {display:inline-block; width:fit-content; text-align:center; line-height:14px; height:24px; margin-right:0;}
.task_list .list-frame table.list-view tr td.list-item-type label, .task_list .list-frame table.list-view tr td.list-item-stat label {width:fit-content;}
.task_list .list-item-manhour {text-align: center;}

.ticket_list .list-frame table.list-view tr th.sortable, .ticket_list .list-frame table.list-view tr th.on, .task_list .list-frame table.list-view tr th.sortable, .task_list .list-frame table.list-view tr th.on{cursor:pointer;}
.ticket_list .list-frame table.list-view tr th.sortable:after, .ticket_list .list-frame table.list-view tr th.on:after, .task_list .list-frame table.list-view tr th.sortable:after, .task_list .list-frame table.list-view tr th.on:after{
    content:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'><path d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41zm255-105L177 64c-9.4-9.4-24.6-9.4-33.9 0L24 183c-15.1 15.1-4.4 41 17 41h238c21.4 0 32.1-25.9 17-41z'/></svg>");
    display: inline-block;
    width: 7px;
    margin-left: 2px;
}
.ticket_list .list-frame table.list-view tr th.on, .task_list .list-frame table.list-view tr th.on{color:var(--a1);}
.ticket_list .list-frame table.list-view tr th.asc.on:after, .task_list .list-frame table.list-view tr th.asc.on:after{content:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' fill='%233F58D9'><path d='M182.6 137.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8l256 0c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-128-128z'/></svg>");}
.ticket_list .list-frame table.list-view tr th.desc.on:after, .task_list .list-frame table.list-view tr th.desc.on:after{content:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' fill='%233F58D9'><path d='M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L32 192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z'/></svg>");}
.ticket_list .list-frame table.list-view tr th.on[key=ins_t]{color:#000000; cursor:default;}
.ticket_list .list-frame table.list-view tr th.on[key=ins_t]:after{content:'';}
/* .ticket_list .list-frame table.list-view .stat-user::after {content: " "; border-radius: 100%; background-color: var(--a3);position: relative;z-index: 100; display: inline-block; height: 5px; width: 5px; bottom: 2px; left: 10px;} */
.ticket_list .list-frame table.list-view .stat-user {font-weight: bold;}
.ticket_list .t_filter{
    background-color: #fff;
    border-radius: 10px;
}

.ticket_list .search-filt-c{
    display: flex;
    align-items: center;
    position: relative;
    flex-grow: 2;
    max-width: 434px;
}

.task_list .t_filter{
    background-color: #fff;
    border-radius: 10px;
}

.task_list .search-filt-c{
    display: flex;
    align-items: center;
    position: relative;
    flex-grow: 2;
    max-width: 434px;
}

.task_list .search-filt-c .tfilter,
.ticket_list .search-filt-c .tfilter{
    position: absolute;
    right: 0;
    padding-right: 10px;
    color: var(--a1);
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.ticket_list .search-filt-c .tfilter .list-filter,
.task_list .search-filt-c .tfilter .list-filter{
    width: 20px;
}
.ticket_list .search-filt-c .tfilter .list-reset,
.task_list .search-filt-c .tfilter .list-reset{
    width: 18px;
}


label.mod.news,label.mod.competitor,label.mod.monitor,label.mod.delivery{background-color:#94DCF7;border-color:#002A58;color:#00468B;}
label.mod.aistep,label.mod.bot_cms,label.mod.ma_cms{background-color:#C0DD78;border-color:#7ec019;color:#436F00;}
label.mod.popup{background-color:#ECC4FF;border-color:#bd76ec;color:#8A3FBA;}
label.mod.campaign,label.mod.code,label.mod.chatflow{background-color:#FFC3C9;border-color:#e27fae;color:#BB2A33;}
label.mod.crm,label.mod.broadcast,label.mod.gpt{background-color:#F5CD6F;border-color:#f2a354;color:#6D3A00;}
label.mod.richmenu,label.mod.retention{background-color: #64B5F6;border-color: #1e67e5;color: #1e67e5;}




.title-line input[type="number"]{max-width:60px;text-align: center;}

.sheet-tips{display:inline-block;position: fixed;z-index: 100;background:#000000AA;color:white;padding:16px;border-radius: 8px;box-shadow: 0 0 4px #ddd;}
.sheet-tips:empty{display: none;}
.sheet-tips ul{margin:0;padding:0;}
.sheet-tips li{padding:0 8px;line-height:28px;height:28px;border-bottom:1px dashed #ffffff33;cursor:pointer;}
.sheet-tips li:hover{background-color:#ffffffAA;color:#000}
.sheet-tips a{color:yellow}

article#mask .t_filter{
    background-color: #fff;
    border-radius: 10px;
}

article#mask .t_filter .t_filter_btn{
    background-color: var(--a1);
    color: #fff;
}

article#mask.center-layout:not(:empty) {
    pointer-events: all;
    backdrop-filter: blur(0.5rem);
}
article#mask.center-layout {display: flex;flex-direction: column;justify-content: center;align-items: center;
}
article#mask {width: 100%;height: 100%;position: fixed;top: 0;left: 0;right: 0;bottom: 0;margin: 0;border: 0;padding: 0;text-align: center;z-index: 200;background-color: rgba(0, 0, 0, 0.2);}
/* article#mask {width: 100%;height: 100%;position: fixed;top: 0;left: 0;right: 0;bottom: 0;margin: 0;border: 0;padding: 0;text-align: center;z-index: 200;background-color: rgba(0, 0, 0, 0.2); } */
/* article#mask.center-layout {  display: flex;  flex-direction: column;  justify-content: center;  align-content: center; flex-wrap: wrap;} */
.popup.white{background-color: white; width: fit-content; height: fit-content; border-radius: 8px; }
.popup.white.aicheck-pop, .popup.white.anyposts-pop, .popup.white.alert-pop, .popup.white.share-pop, .popup.white.review-pop, .popup.white.stat-pop {background-color: white; height: fit-content; border-radius: 8px; padding:24px; width:480px;max-height:80%;overflow:scroll;}
.popup.white.aicheck-pop {display:flex; flex-direction:column; overflow:hidden;}
.popup.white.aicheck-pop header, .popup.white.anyposts-pop header, .popup.white.alert-pop header, .popup.white.share-pop header{justify-content:center;}
.popup.white.aicheck-pop > header {flex-shrink:0;}
.popup.white.aicheck-pop header h2, .popup.white.anyposts-pop header h2, .popup.white.alert-pop header h2, .popup.white.share-pop header h2 {padding:0;font-family: inherit;}
.popup.white.aicheck-pop > section {flex-grow:1; overflow-y:scroll;}
.popup.white.aicheck-pop > footer {flex-shink:o; }
.popup.white.aicheck-pop button.copied, .popup.white.share-pop button.copied{opacity:0.7;cursor: default; pointer-events:none; color: transparent;}
.popup.white.aicheck-pop button.copied::after, .popup.white.share-pop button.copied::after{content:attr(copied); color: white; margin-left: -36px;}
.popup.white.aicheck-pop pre, .popup.white.anyposts-pop pre {
    white-space: pre-wrap;       /* CSS3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* IE 5.5+ */}
.popup.white.anyposts-pop pre{   
    align-self: start;
    text-align: start;
}
.popup.white.review-pop header {justify-content: center;}
.popup.white.review-pop header i.ico.close-circle {position: absolute;right: 16px;top: 16px;}
.popup.white.aicheck-pop pre.markdown-container p, .popup.white.aicheck-pop pre.markdown-container ul, .popup.white.aicheck-pop pre.markdown-container ol {margin:0;}
.popup.white.aicheck-pop pre.markdown-container ul, .popup.white.aicheck-pop pre.markdown-container ol {padding:0 20px;}
.popup.white.aicheck-pop pre.markdown-container li {text-align:start;}
.popup.white.share-pop pre {white-space: nowrap;padding: 12px;background-color: #e9e9e9;overflow: scroll;border-radius: 8px;}
.popup.white.review-pop textarea {resize: none; width: 100%;}
.popup.white.review-pop button {width: 108px;}

.popup.white.anyposts-pop {display: flex; flex-direction: column;}
.popup.white.anyposts-pop a:before{
    content: "\2022";
    margin-right: 5px;
    text-decoration: none;
    display: inline-block;
} 
.popup.white.anyposts-pop a {
    width:100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: start;
}
.popup.white.anyposts-pop footer{margin: 12px 0;}
.popup.white.anyposts-pop .buttons{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 16px;
}
.popup.white.anyposts-pop section.posts {
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:8px;
    overflow-y: scroll;
}
.popup.white.anyposts-pop .buttons button { border-radius:24px !important; height:44px; line-height:44px; margin:0; padding:0;  width:100%;}
.popup {position: relative;}
/* @import 'style.css'; */
.popup.white.new-channel header h2{font-size: 20px;font-weight: bold;margin: 0;padding: 24px 16px;}
.ico.close-circle{height: 20px;width: 20px;}
.popup .ico.close{position: absolute;width: 20px;height: 20px;right: 16px;top: 16px;cursor: pointer;}
.popup.white.new-channel section ul{display: flex;flex-direction: column;margin: 0;padding: 0 24px;}
.popup.white.new-channel section ul label.sel-opxion{
    background-color: #FAFAFA;
    background-repeat: 8px;
    margin-bottom: 8px;
    justify-content: center;
    position: relative;
    border-radius: 8px;
    height: 70px;
    line-height: 70px;
}
.popup.white.new-channel section ul label.sel-opxion input{
    position: absolute;
    left: 16px;
}

.popup.pop-empty {background-color: #fff; border-radius: 8px; width: 480px; padding: 24px;}
.popup.pop-empty button {border-radius: 70px; width: 120px;}
/* for any.js file */
.form-type-checkbox .options.checkbox{gap: 0 40px}
.form-type-checkbox .options.checkbox .sel-option{text-indent: 4px;font-size: 14px;}
.form-type-checkbox :focus-visible {border-radius: 8px;}
.form-type-checkbox label {left: 20px;font-size: 12px;color: var(--t);}
.form-type-checkbox label input {display: block;cursor: pointer;position: absolute;left: -24px;top: 42%;transform: translateY(-50%);}
.form-type-checkbox label.on input, .form-type-radio label.on input {accent-color:var(--a1);}
.form-type-select :focus-visible {border-radius: 8px;}

.popup h2 {font-family: inherit !important;}
.popup.white {max-height: 90vh;background-color: white;width: 480px;border-radius: 8px;}
.popup.white header {display: flex;justify-content: space-between;padding: 8px;}
.popup.white header h2 {margin: 0;padding: 24px 16px;}
.popup.white header .ico.close-circle {height: 20px;width: 20px;}
.popup.popup-confirm {max-height: 90vh;background-color: white;width: 380px;border-radius: 8px;}
.popup.popup-confirm i.close {display: none;}
.popup.popup-confirm header {display: flex;justify-content: space-between;padding: 8px;}
.popup.popup-confirm header h2 {margin: 0;padding: 16px; width:100%;}
.popup.popup-confirm footer {display: flex;justify-content: space-evenly;padding: 16px 16px 32px; gap:16px;}
.popup.popup-confirm footer button {width: 100% !important; min-width: 100px;background-color: var(--l) !important;color: black !important; margin: 0;border-radius: 70px;height: 48px; padding:0 !important; transition: background-color 200ms;}
.popup.popup-confirm footer button:hover {background-color: #efefef !important;}
.popup.popup-confirm footer button.a1 {background-color: #fff0f2 !important; color: #C31111 !important; border: 1px solid #ff9292 !important;}
.popup.popup-confirm footer button.a1:hover {background-color: #C31111 !important; color: #FFF !important; border: 1px solid #C31111 !important;}

.popup.popup-img {width: unset;}
.popup.popup-img .img-container {max-width: 80vw;height: 80vh;}
.popup.popup-img .img-container img {width: 100%; height: 100%; object-fit: contain;margin: auto;}

.session-exp__overlay {background-color: #fff; border-radius: 8px; width: 50vh; padding: 15px 0;}
.session-exp__overlay .ico-container {display: flex; align-items: center; justify-content: center;}
.session-exp__overlay .ico-container .warning-icon{display: inline-block; content: '';background-image: url(/images/Warning.svg);background-position: center;background-size: contain;background-repeat: no-repeat; width: 20px;height: 20px;}
.session-exp__anybot-logo { background-image: url("data:image/svg+xml,<svg width='164' height='72' viewBox='0 0 164 72' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M10.9186 55.9052C14.0927 55.9052 17.309 54.9321 19.3404 53.0706L16.9704 49.6014C15.6585 50.8706 13.2462 51.6322 11.5111 51.6322C8.04085 51.6322 5.96716 49.4745 5.6286 46.8938H20.8216V45.7092C20.8216 39.0247 16.6742 34.4555 10.5801 34.4555C4.35899 34.4555 0 39.2362 0 45.1592C0 51.7168 4.69755 55.9052 10.9186 55.9052ZM15.6162 43.2554H5.54396C5.79788 41.2246 7.23677 38.7285 10.5801 38.7285C14.135 38.7285 15.4892 41.3093 15.6162 43.2554Z' fill='%232C3045'/><path d='M34.9453 55.3975L43.1554 34.9632H37.3576L32.0252 49.1784L26.6929 34.9632H20.9373L29.1474 55.3975H34.9453Z' fill='%232C3045'/><path d='M54.1881 55.9052C60.9594 55.9052 65.0221 50.9976 65.0221 45.1592C65.0221 39.3631 60.9594 34.4555 54.1881 34.4555C47.4592 34.4555 43.3965 39.3631 43.3965 45.1592C43.3965 50.9976 47.4592 55.9052 54.1881 55.9052ZM54.1881 51.1245C50.8448 51.1245 48.9827 48.3745 48.9827 45.1592C48.9827 41.9862 50.8448 39.2362 54.1881 39.2362C57.5314 39.2362 59.4359 41.9862 59.4359 45.1592C59.4359 48.3745 57.5314 51.1245 54.1881 51.1245Z' fill='%232C3045'/><path d='M73.5378 55.3975V27.1787H68.1631V55.3975H73.5378Z' fill='%232C3045'/><path d='M95.6683 55.3975V42.1977C95.6683 36.317 91.3939 34.4555 86.7387 34.4555C83.5224 34.4555 80.306 35.4709 77.8091 37.6708L79.8405 41.2669C81.5756 39.6593 83.607 38.8554 85.8077 38.8554C88.5162 38.8554 90.2936 40.2093 90.2936 42.2823V45.0323C88.9394 43.4246 86.5271 42.5362 83.8186 42.5362C80.56 42.5362 76.7088 44.3554 76.7088 49.1361C76.7088 53.7052 80.56 55.9052 83.8186 55.9052C86.4848 55.9052 88.897 54.9321 90.2936 53.2821V55.3975H95.6683ZM85.977 52.2668C83.8609 52.2668 82.1258 51.1668 82.1258 49.263C82.1258 47.2745 83.8609 46.1746 85.977 46.1746C87.7121 46.1746 89.4049 46.7669 90.2936 47.9515V50.4899C89.4049 51.6745 87.7121 52.2668 85.977 52.2668Z' fill='%232C3045'/><path d='M119.324 55.3975V40.9708C119.324 36.9939 117.166 34.4555 112.68 34.4555C109.336 34.4555 106.84 36.0632 105.528 37.6285V34.9632H100.153V55.3975H105.528V41.6477C106.416 40.4208 108.067 39.2362 110.183 39.2362C112.468 39.2362 113.949 40.2093 113.949 43.0438V55.3975H119.324Z' fill='%232C3045'/><path d='M123.095 63.3935C123.772 63.5627 125.126 63.6897 125.761 63.6897C129.274 63.605 131.982 62.5897 133.506 58.7397L143.112 34.9632H137.314L131.982 49.1784L126.65 34.9632H120.894L129.189 55.6936L128.427 57.4282C127.919 58.5282 126.988 58.909 125.592 58.909C125.084 58.909 124.364 58.782 123.899 58.5705L123.095 63.3935Z' fill='%232C3045'/><path d='M4.78336 69.565C5.80594 69.565 6.6473 69.2277 7.26862 68.6052L6.80263 67.9696C6.31076 68.4755 5.58589 68.7608 4.87397 68.7608C3.52779 68.7608 2.69937 67.7751 2.6217 66.5948H7.68283V66.3484C7.68283 64.4677 6.56964 62.9891 4.67981 62.9891C2.89353 62.9891 1.59912 64.4548 1.59912 66.2706C1.59912 68.229 2.93236 69.565 4.78336 69.565ZM6.72497 65.8815H2.6217C2.67348 64.9217 3.33362 63.7933 4.66686 63.7933C6.09071 63.7933 6.71202 64.9476 6.72497 65.8815Z' fill='%232C3045'/><path d='M12.2453 69.4093L14.8471 63.1448H13.7856L11.7146 68.2809L9.6306 63.1448H8.58214L11.1839 69.4093H12.2453Z' fill='%232C3045'/><path d='M18.8498 69.565C20.7526 69.565 21.9434 68.0864 21.9434 66.2706C21.9434 64.4548 20.7526 62.9891 18.8498 62.9891C16.947 62.9891 15.7562 64.4548 15.7562 66.2706C15.7562 68.0864 16.947 69.565 18.8498 69.565ZM18.8498 68.696C17.5166 68.696 16.7658 67.5546 16.7658 66.2706C16.7658 64.9995 17.5166 63.8581 18.8498 63.8581C20.183 63.8581 20.9209 64.9995 20.9209 66.2706C20.9209 67.5546 20.183 68.696 18.8498 68.696Z' fill='%232C3045'/><path d='M24.7557 69.4093V60.7583H23.7849V69.4093H24.7557Z' fill='%232C3045'/><path d='M32.1417 69.4093V63.1448H31.1709V67.7491C30.8085 68.255 30.0836 68.696 29.3199 68.696C28.4786 68.696 27.922 68.3717 27.922 67.2693V63.1448H26.9512V67.5676C26.9512 68.9294 27.6372 69.565 28.9446 69.565C29.8765 69.565 30.692 69.0721 31.1709 68.5274V69.4093H32.1417Z' fill='%232C3045'/><path d='M35.9186 69.565C36.4881 69.565 36.8376 69.3963 37.0835 69.1629L36.7988 68.4366C36.6693 68.5792 36.4104 68.696 36.1386 68.696C35.7115 68.696 35.5044 68.3587 35.5044 67.8918V64.0008H36.7729V63.1448H35.5044V61.4327H34.5336V63.1448H33.498V64.0008H34.5336V68.0993C34.5336 69.0332 34.9995 69.565 35.9186 69.565Z' fill='%232C3045'/><path d='M38.882 62.2499C39.2445 62.2499 39.5422 61.9645 39.5422 61.6014C39.5422 61.2382 39.2445 60.9399 38.882 60.9399C38.5326 60.9399 38.2348 61.2382 38.2348 61.6014C38.2348 61.9645 38.5326 62.2499 38.882 62.2499ZM39.3739 69.4093V63.1448H38.4031V69.4093H39.3739Z' fill='%232C3045'/><path d='M44.3006 69.565C46.2033 69.565 47.3942 68.0864 47.3942 66.2706C47.3942 64.4548 46.2033 62.9891 44.3006 62.9891C42.3978 62.9891 41.2069 64.4548 41.2069 66.2706C41.2069 68.0864 42.3978 69.565 44.3006 69.565ZM44.3006 68.696C42.9673 68.696 42.2166 67.5546 42.2166 66.2706C42.2166 64.9995 42.9673 63.8581 44.3006 63.8581C45.6338 63.8581 46.3716 64.9995 46.3716 66.2706C46.3716 67.5546 45.6338 68.696 44.3006 68.696Z' fill='%232C3045'/><path d='M54.4262 69.4093V65.0125C54.4262 63.6506 53.7402 62.9891 52.4329 62.9891C51.5009 62.9891 50.6466 63.5339 50.2065 64.0527V63.1448H49.2357V69.4093H50.2065V64.8309C50.5689 64.3251 51.2938 63.8581 52.0575 63.8581C52.8988 63.8581 53.4554 64.2083 53.4554 65.3108V69.4093H54.4262Z' fill='%232C3045'/><path d='M65.0998 69.4093V65.1033C65.0998 63.5858 63.9996 62.9891 62.6793 62.9891C61.6567 62.9891 60.8542 63.3264 60.1811 64.0267L60.6341 64.7012C61.1907 64.1046 61.7991 63.8322 62.5499 63.8322C63.4559 63.8322 64.129 64.3121 64.129 65.1551V66.2835C63.6242 65.6999 62.9123 65.4275 62.058 65.4275C60.9966 65.4275 59.8704 66.089 59.8704 67.4897C59.8704 68.8516 60.9966 69.565 62.058 69.565C62.8993 69.565 63.6113 69.2666 64.129 68.696V69.4093H65.0998ZM62.4075 68.8646C61.5014 68.8646 60.8671 68.2939 60.8671 67.5027C60.8671 66.6986 61.5014 66.1279 62.4075 66.1279C63.0935 66.1279 63.7537 66.3873 64.129 66.9061V68.0864C63.7537 68.6052 63.0935 68.8646 62.4075 68.8646Z' fill='%232C3045'/><path d='M72.4953 69.4093V65.0125C72.4953 63.6506 71.8093 62.9891 70.502 62.9891C69.57 62.9891 68.7157 63.5339 68.2756 64.0527V63.1448H67.3048V69.4093H68.2756V64.8309C68.638 64.3251 69.3629 63.8581 70.1266 63.8581C70.9679 63.8581 71.5245 64.2083 71.5245 65.3108V69.4093H72.4953Z' fill='%232C3045'/><path d='M74.3435 71.8607C74.5247 71.9125 74.8483 71.9514 75.0554 71.9514C75.8839 71.9385 76.5181 71.5883 76.8935 70.6804L80.0259 63.1448H78.9645L76.8935 68.2809L74.8095 63.1448H73.761L76.3757 69.4742L75.9615 70.421C75.7415 70.9398 75.4567 71.0824 75.0295 71.0824C74.8742 71.0824 74.6412 71.0435 74.4988 70.9787L74.3435 71.8607Z' fill='%232C3045'/><path d='M82.8767 69.565C83.4462 69.565 83.7957 69.3963 84.0416 69.1629L83.7569 68.4366C83.6274 68.5792 83.3686 68.696 83.0967 68.696C82.6696 68.696 82.4625 68.3587 82.4625 67.8918V64.0008H83.731V63.1448H82.4625V61.4327H81.4917V63.1448H80.4561V64.0008H81.4917V68.0993C81.4917 69.0332 81.9576 69.565 82.8767 69.565Z' fill='%232C3045'/><path d='M85.8402 62.2499C86.2026 62.2499 86.5003 61.9645 86.5003 61.6014C86.5003 61.2382 86.2026 60.9399 85.8402 60.9399C85.4907 60.9399 85.193 61.2382 85.193 61.6014C85.193 61.9645 85.4907 62.2499 85.8402 62.2499ZM86.332 69.4093V63.1448H85.3612V69.4093H86.332Z' fill='%232C3045'/><path d='M97.0447 69.4093V64.8828C97.0447 63.6247 96.4363 62.9891 95.2972 62.9891C94.3911 62.9891 93.5498 63.5858 93.2003 64.1564C93.0191 63.5079 92.4754 62.9891 91.5175 62.9891C90.5985 62.9891 89.7572 63.6506 89.4983 64.0527V63.1448H88.5275V69.4093H89.4983V64.8309C89.8348 64.3251 90.5079 63.8581 91.1422 63.8581C91.9576 63.8581 92.2942 64.364 92.2942 65.1551V69.4093H93.265V64.8179C93.5886 64.3251 94.2746 63.8581 94.9218 63.8581C95.7244 63.8581 96.0739 64.364 96.0739 65.1551V69.4093H97.0447Z' fill='%232C3045'/><path d='M102.062 69.565C103.085 69.565 103.926 69.2277 104.547 68.6052L104.081 67.9696C103.589 68.4755 102.865 68.7608 102.153 68.7608C100.806 68.7608 99.978 67.7751 99.9003 66.5948H104.961V66.3484C104.961 64.4677 103.848 62.9891 101.958 62.9891C100.172 62.9891 98.8777 64.4548 98.8777 66.2706C98.8777 68.229 100.211 69.565 102.062 69.565ZM104.004 65.8815H99.9003C99.9521 64.9217 100.612 63.7933 101.945 63.7933C103.369 63.7933 103.991 64.9476 104.004 65.8815Z' fill='%232C3045'/><path d='M107.222 69.539C107.61 69.539 107.934 69.2148 107.934 68.8257C107.934 68.4366 107.61 68.1123 107.222 68.1123C106.834 68.1123 106.51 68.4366 106.51 68.8257C106.51 69.2148 106.834 69.539 107.222 69.539Z' fill='%232C3045'/><path fill-rule='evenodd' clip-rule='evenodd' d='M148.849 34.0469C143.197 29.0775 139.132 22.2247 137.724 14.2366C137.074 10.549 137.038 6.89512 137.543 3.38025C146.013 3.01906 153.648 8.97773 155.16 17.5539C156.299 24.0112 153.668 30.2611 148.849 34.0469Z' fill='url(%23paint0_linear_440_255)'/><path fill-rule='evenodd' clip-rule='evenodd' d='M162.911 41.5165C155.682 39.6359 149.252 35.432 144.628 29.6103C146.096 28.4069 147.885 27.5528 149.888 27.1996C156.113 26.102 162.049 30.2585 163.147 36.4834C163.452 38.2161 163.351 39.9266 162.911 41.5165Z' fill='url(%23paint1_linear_440_255)'/><path fill-rule='evenodd' clip-rule='evenodd' d='M154.062 27.2335C152.93 29.8988 151.136 32.2503 148.849 34.0468C147.318 32.7012 145.904 31.2174 144.628 29.6103C146.096 28.4069 147.885 27.5528 149.888 27.1996C151.313 26.9484 152.722 26.9724 154.062 27.2335Z' fill='%23E03D01'/><defs><linearGradient id='paint0_linear_440_255' x1='147.037' y1='18.2326' x2='150.86' y2='4.41115' gradientUnits='userSpaceOnUse'><stop stop-color='%23FF5600'/><stop offset='1' stop-color='%23FF5600' stop-opacity='0.5'/></linearGradient><linearGradient id='paint1_linear_440_255' x1='153.212' y1='34.1124' x2='164.093' y2='36.7591' gradientUnits='userSpaceOnUse'><stop stop-color='%232DC5E7'/><stop offset='1' stop-color='%232DC5E7' stop-opacity='0.5'/></linearGradient></defs></svg>");
    width: 100%; height: 55px; margin: 20px 0; background-size: auto 100%; background-position: center center; background-repeat: no-repeat;}
.session-exp__text-content p{margin: 10px 0; color: var(--tl2);}
.session-exp__text-content h2{font-weight: bold;}
.session-exp__footer {margin-bottom: 10px;}
.session-exp__footer button{border-radius: 8px;}

.ico.teams-a::after, .ico.slack-a::after, .ico.lark-a::after, .ico.email-a::after  {
    content: '';
    display: inline-block;
    width: 32px;
    height: 26px;
    padding-right: 16px;
    /* background-size: contain; */
    /* background-size: 16px; */
    background-repeat: no-repeat;
    background-position: center;
}
.ico.teams-a::after {
    background-size: 20px;
    background-image: url("data:image/svg+xml,<svg width='25' height='26' viewBox='0 0 25 26' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M20.5256 9.63171C20.7242 9.84058 20.9584 10.0066 21.217 10.1223C21.7568 10.3601 22.3647 10.3601 22.9054 10.1223C23.4268 9.88878 23.8423 9.45283 24.0633 8.9044C24.2894 8.3367 24.2894 7.69723 24.0633 7.12845C23.8413 6.58002 23.4268 6.143 22.9054 5.91056C22.3657 5.67277 21.7578 5.67277 21.217 5.91056C20.6957 6.14407 20.2802 6.58002 20.0592 7.12845C19.8331 7.69616 19.8331 8.33563 20.0592 8.9044C20.1692 9.1754 20.328 9.42284 20.5256 9.63171ZM19.8901 11.7504V18.6282H20.9798C21.3545 18.6261 21.7272 18.5897 22.0948 18.5168C22.4645 18.4483 22.8209 18.3176 23.1509 18.1291C23.4625 17.9513 23.7313 17.7006 23.938 17.3986C24.1549 17.0633 24.2639 16.6638 24.2486 16.2578V11.7504H19.8901ZM16.3586 8.86691C16.6478 8.86905 16.9349 8.808 17.2017 8.68803C17.7231 8.45452 18.1376 8.01857 18.3586 7.47014C18.5846 6.90244 18.5846 6.26297 18.3575 5.69419C18.1356 5.14577 17.7211 4.70874 17.1997 4.4763C16.9329 4.35633 16.6457 4.29528 16.3555 4.29742C16.0673 4.29528 15.7822 4.35633 15.5174 4.4763C15.3199 4.56521 15.2577 4.68089 14.9858 4.82014V8.3442C15.2588 8.48452 15.3199 8.59913 15.5174 8.68803C15.7832 8.80907 16.0693 8.86905 16.3586 8.86691ZM14.9858 20.447C15.2588 20.5092 15.3565 20.5574 15.55 20.5852C15.7618 20.6173 15.9757 20.6334 16.1895 20.6345C16.5195 20.6323 16.8494 20.5959 17.1722 20.5231C17.5011 20.4535 17.8168 20.3238 18.104 20.1407C18.3861 19.9586 18.6233 19.7101 18.7985 19.4155C18.992 19.0717 19.0867 18.6754 19.0724 18.2758V10.3172H14.9858V20.447ZM0 22.6407L14.1681 25.22V0L0 2.57931V22.6407Z' fill='%235558AF'/></svg>");
}
.ico.slack-a::after {
    background-size: 20px;
    background-image: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M5.05991 15.1589C5.05991 16.5526 3.93346 17.679 2.53972 17.679C1.14598 17.679 0.0195312 16.5526 0.0195312 15.1589C0.0195312 13.7651 1.14598 12.6387 2.53972 12.6387H5.05991V15.1589Z' fill='%23E01E5A'/><path d='M6.32031 15.1589C6.32031 13.7651 7.44676 12.6387 8.8405 12.6387C10.2342 12.6387 11.3607 13.7651 11.3607 15.1589V21.4593C11.3607 22.8531 10.2342 23.9795 8.8405 23.9795C7.44676 23.9795 6.32031 22.8531 6.32031 21.4593V15.1589Z' fill='%23E01E5A'/><path d='M8.8405 5.04038C7.44676 5.04038 6.32031 3.91393 6.32031 2.52019C6.32031 1.12645 7.44676 0 8.8405 0C10.2342 0 11.3607 1.12645 11.3607 2.52019V5.04038H8.8405Z' fill='%2336C5F0'/><path d='M8.83975 6.31836C10.2335 6.31836 11.3599 7.44481 11.3599 8.83855C11.3599 10.2323 10.2335 11.3587 8.83975 11.3587H2.52019C1.12645 11.3587 0 10.2323 0 8.83855C0 7.44481 1.12645 6.31836 2.52019 6.31836H8.83975Z' fill='%2336C5F0'/><path d='M18.9375 8.83855C18.9375 7.44481 20.064 6.31836 21.4577 6.31836C22.8514 6.31836 23.9779 7.44481 23.9779 8.83855C23.9779 10.2323 22.8514 11.3587 21.4577 11.3587H18.9375V8.83855Z' fill='%232EB67D'/><path d='M17.6771 8.83975C17.6771 10.2335 16.5507 11.3599 15.1569 11.3599C13.7632 11.3599 12.6367 10.2335 12.6367 8.83975V2.52019C12.6367 1.12645 13.7632 0 15.1569 0C16.5507 0 17.6771 1.12645 17.6771 2.52019V8.83975Z' fill='%232EB67D'/><path d='M15.1569 18.9395C16.5507 18.9395 17.6771 20.0659 17.6771 21.4596C17.6771 22.8534 16.5507 23.9798 15.1569 23.9798C13.7632 23.9798 12.6367 22.8534 12.6367 21.4596V18.9395H15.1569Z' fill='%23ECB22E'/><path d='M15.1569 17.679C13.7632 17.679 12.6367 16.5526 12.6367 15.1589C12.6367 13.7651 13.7632 12.6387 15.1569 12.6387H21.4765C22.8702 12.6387 23.9967 13.7651 23.9967 15.1589C23.9967 16.5526 22.8702 17.679 21.4765 17.679H15.1569Z' fill='%23ECB22E'/></svg>");
}
.ico.lark-a::after {
    background-size: 22px;
    background-image: url("data:image/svg+xml,<svg width='25' height='20' viewBox='0 0 25 20' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M12.7216 10.218L12.7823 10.1579C12.821 10.1186 12.8631 10.0771 12.9045 10.0378L12.9887 9.95704L13.2372 9.71131L13.5789 9.37929L13.8688 9.09145L14.1415 8.82225L14.4258 8.54062L14.6868 8.28315L15.0526 7.92422C15.1209 7.85519 15.1927 7.78893 15.2645 7.72335C15.3964 7.60324 15.5337 7.48659 15.6718 7.3727C15.9822 7.12728 16.3082 6.90225 16.6478 6.699C16.8431 6.58511 17.0433 6.47743 17.247 6.37527C17.5482 6.22938 17.8582 6.10258 18.1754 5.99562C18.2326 5.97699 18.2892 5.95628 18.3493 5.93833C17.8439 3.9483 16.9177 2.08976 15.6331 0.488016C15.51 0.33568 15.3543 0.2128 15.1776 0.128364C15.0008 0.043927 14.8074 6.97526e-05 14.6115 1.67144e-10H4.11539C4.07384 -1.70924e-06 4.03334 0.0131084 3.99968 0.0374631C3.96601 0.0618178 3.94088 0.096175 3.92788 0.135641C3.91488 0.175108 3.91466 0.217671 3.92726 0.257268C3.93986 0.296866 3.96463 0.331478 3.99805 0.356176C7.58076 2.98261 10.5494 6.35683 12.6981 10.2449L12.7223 10.2173L12.7216 10.218Z' fill='%2300D6B9'/><path d='M8.5496 19.4565C13.9702 19.4565 18.693 16.4649 21.1545 12.0445C21.2415 11.8885 21.325 11.7331 21.4057 11.5744C21.2415 11.893 21.0481 12.1957 20.828 12.4786C20.7018 12.6407 20.5679 12.7966 20.4269 12.9459C20.233 13.1503 20.0227 13.3384 19.7981 13.5085C19.706 13.58 19.6111 13.6479 19.5137 13.7121C19.3892 13.796 19.2614 13.875 19.1306 13.9489C18.7485 14.1626 18.342 14.3295 17.9199 14.4459C17.7086 14.5053 17.4937 14.5515 17.2766 14.5839C17.1206 14.6081 16.9591 14.6253 16.8003 14.6378C16.6326 14.6495 16.4621 14.653 16.2909 14.653C16.1008 14.6499 15.911 14.6379 15.7221 14.6171C15.5807 14.6014 15.4398 14.5814 15.2997 14.557C15.1762 14.5353 15.0535 14.5093 14.9318 14.479C14.8655 14.4638 14.8027 14.4459 14.7371 14.4279C14.5571 14.3793 14.3774 14.3294 14.198 14.2781C14.1083 14.2512 14.0185 14.2278 13.9316 14.2008C13.798 14.1617 13.665 14.1207 13.5326 14.078C13.4249 14.0448 13.3172 14.0089 13.2096 13.973C13.1074 13.9399 13.0025 13.9068 12.901 13.8709L12.6912 13.7991L12.4372 13.7094L12.2577 13.6438C12.1381 13.6016 12.0191 13.5577 11.9008 13.512C11.8318 13.4843 11.7628 13.4609 11.6937 13.434L11.419 13.3263L11.1284 13.2089L10.9393 13.1316L10.706 13.035L10.5265 12.9611L10.3401 12.8797L10.1786 12.8079L10.0323 12.7423L9.88249 12.6733L9.72995 12.6015L9.53529 12.5118L9.33166 12.4151C9.25988 12.3799 9.1874 12.3468 9.11561 12.3109L8.93338 12.2212C5.71167 10.6133 2.80229 8.4442 0.34168 5.81552C0.314501 5.78693 0.279406 5.7671 0.240889 5.75858C0.202372 5.75006 0.162189 5.75323 0.125486 5.76769C0.0887832 5.78215 0.0572327 5.80724 0.0348764 5.83974C0.0125201 5.87224 0.000376078 5.91068 0 5.95012L0.00621237 15.2134V15.9651C0.00621237 16.4021 0.221574 16.8093 0.583962 17.0523C2.94153 18.627 5.71451 19.4635 8.5496 19.4565Z' fill='%233370FF'/><path d='M24.4798 6.39974C22.5717 5.46485 20.3773 5.29879 18.3503 5.93588C18.293 5.95383 18.2357 5.97177 18.1763 5.99248C17.6454 6.17541 17.1338 6.41008 16.6488 6.6931C16.4486 6.81044 16.256 6.93607 16.0676 7.07067C15.7857 7.26794 15.5175 7.48402 15.2648 7.71745C15.193 7.78371 15.1247 7.84929 15.0522 7.91763L14.687 8.27725L14.4268 8.53541L14.1424 8.81635L13.8698 9.08555L13.5792 9.37339L13.2409 9.70886L12.9924 9.95459L12.9082 10.0354C12.868 10.0761 12.8271 10.1162 12.7854 10.1555L12.7253 10.2155L12.6328 10.3018L12.5279 10.3984C11.6249 11.2272 10.6207 11.9383 9.53906 12.5148L9.73372 12.6045L9.88695 12.677L10.0367 12.746L10.1831 12.8116L10.3446 12.8834L10.531 12.9641L10.7104 13.0394L10.9437 13.1353L11.1322 13.2126L11.4228 13.33C11.5125 13.3659 11.6057 13.4018 11.6989 13.4377C11.7679 13.4646 11.8363 13.488 11.9053 13.5157C12.0247 13.5605 12.1448 13.6019 12.2615 13.6468L12.4409 13.7131C12.5251 13.7428 12.6087 13.7731 12.6963 13.8028L12.9055 13.8746C13.0069 13.9077 13.1091 13.9436 13.214 13.9768C13.3217 14.0126 13.4294 14.0458 13.5371 14.0817C13.6689 14.1231 13.8035 14.1624 13.9353 14.2038C14.203 14.2829 14.4715 14.3589 14.7409 14.4316C14.8071 14.4496 14.87 14.4648 14.9355 14.4827C15.0584 14.5124 15.1813 14.5366 15.3041 14.5607C15.445 14.5842 15.5858 14.6056 15.7266 14.6201C16.2438 14.6798 16.7668 14.6687 17.281 14.5869C17.4964 14.5545 17.7118 14.5069 17.9244 14.4496C18.1962 14.3753 18.4617 14.2793 18.7182 14.1624C18.9297 14.0669 19.135 13.9578 19.3325 13.8359C19.3981 13.7966 19.4574 13.7552 19.5175 13.7158C19.6134 13.6503 19.7094 13.5847 19.8019 13.5122C19.8827 13.4522 19.9606 13.3893 20.0359 13.3238C20.3281 13.0704 20.594 12.7883 20.8297 12.4816C21.046 12.1986 21.2383 11.8979 21.4047 11.5829L21.5448 11.3054L22.7969 8.81083L22.8114 8.78045C23.2211 7.89374 23.7862 7.08747 24.4798 6.39974Z' fill='%23133C9A'/></svg>");
}
.ico.email-a::after {
    background-size: 16px;
    transform: translateX(4px);
    background-image: url("data:image/svg+xml,<svg width='16' height='13' viewBox='0 0 16 13' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1.6 13C1.16 13 0.783333 12.8409 0.47 12.5227C0.156667 12.2044 0 11.8219 0 11.375V1.625C0 1.17812 0.156667 0.795573 0.47 0.477344C0.783333 0.159115 1.16 0 1.6 0H14.4C14.84 0 15.2167 0.159115 15.53 0.477344C15.8433 0.795573 16 1.17812 16 1.625V11.375C16 11.8219 15.8433 12.2044 15.53 12.5227C15.2167 12.8409 14.84 13 14.4 13H1.6ZM8 7.3125L1.6 3.25V11.375H14.4V3.25L8 7.3125ZM8 5.6875L14.4 1.625H1.6L8 5.6875ZM1.6 3.25V1.625V11.375V3.25Z' fill='%23191919'/></svg>");
}
.popup.white.new-channel footer button{
    margin-top: 16px;
    margin-bottom: 32px;
    border-radius: 70px;
    height: 48px;
}
.ui-indicator {background-color: rgba(0, 0, 0, 0.1);}
.ui-indicator section{text-align: center;}
.ui-indicator section:after{content: attr(data-msg); font-size: 14px;line-height:40px;}
#indicator {width: 120px;height: 60px;border-radius: 200px 200px 0 0;
    margin:auto;
    -webkit-mask: repeating-radial-gradient(farthest-side at bottom ,#0000 0,#000 1px 12%,#0000 calc(12% + 1px) 20%);
    background:radial-gradient(farthest-side at bottom,var(--a1) 0 95%,#0000 0) bottom/0% 0% no-repeat #ddd;animation: l10 2s infinite steps(6);}
@keyframes l10 {
    100% {background-size:120% 120%}
}

.translating {
    display: flex;
    flex-direction: column;
    #indicator {
        width: 60px;
        height: 30px;
    }
    p {
        color: #999;
    }
}

/* LOGOUT and WITHDRAW PAGE */

main .body .header .logout button {
    border-radius: 70px;
    color: var(--a1); 
    border: 2px solid var(--a1); 
    background-color: white; 
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 152px;
    font-weight: 700;
    font-size: 14px;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s; 
}

main .body .header .logout button:hover {
    background-color: var(--a1); 
    color: white;
}

main .body .header .withdraw button {
    border-radius: 70px;
    color: #dc2626; 
    border: 2px solid #dc2626;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 152px;
    font-weight: 700;
    font-size: 14px;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;
    margin-right: 10px;
}

main .body .header .withdraw button:hover {
    background-color: #dc2626; 
    color: white;
}

.withdraw-popup {
    padding: 20px;
}

.withdraw-popup header h2{
    font-size: 26px !important;
    margin: auto !important;
}

.withdraw-popup .panel p {
    color: #4B5563;
    font-size: 18px;
}

.withdraw-popup .panel .note {
    height: 250px;
    padding: 10px;
    margin-bottom: 10px;
    overflow: scroll;
    border: 1px solid var(--l);
}

.withdraw-popup footer {
    display: flex;
}

.withdraw-popup footer .withdraw {
    border-radius: 70px;
    color: white;
    background-color: var(--a1); 
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 200px;
    font-weight: 700;
    font-size: 14px;
    transition: background-color 0.2s, color 0.2s;
}

.withdraw-popup footer .withdraw:hover {
    background-color: #4964F2; 
}

.withdraw-popup footer .cancel {
    border-radius: 70px;
    color: white;
    background-color: #d1d5db; 
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 200px;
    font-weight: 700;
    font-size: 14px;
    transition: background-color 0.2s, color 0.2s;
}

.withdraw-popup footer .cancel:hover {
    background-color: #e1e5eb; 
}

.error {color: var(--a2);}
.error label{color:var(--t);}

.cat_ {background-color: #2897FE;}

.ico.back-circle::after {content: '';display: inline-block;width: 20px;height: 20px;background-repeat: no-repeat;background-position: center;}


.btn {
    color: var(--btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid var(--btn-border-color);
    background-color: var(--btn-background-color);
}
.btn:hover {
    color: var(--btn-hover-color);
    background-color: var(--btn-hover-background-color);
    border-color: var(--btn-hover-border-color);
}
.btn-primary {
    --btn-color: #fff;
    --btn-background-color: var(--a1);
    --btn-border-color: var(--a1);
    --btn-hover-color: #fff;
    --btn-hover-background-color: #4964F2;
    --btn-hover-border-color: #4964F2;
}
.btn-light {
    --btn-color: #000;
    --btn-background-color: #F5F5F5;
    --btn-border-color: #E5E5E5;
    --btn-hover-color: #000;
    --btn-hover-background-color: var(--l);
    --btn-hover-border-color: #F5F5F5;
}
.btn-link {
    --btn-color: var(--a1);
    --btn-background-color: transparent;
    --btn-border-color: transparent;
    --btn-hover-color: #4964F2;
    --btn-hover-border-color: transparent;
    font-weight: 400;
    text-decoration: underline;
    margin:0;
}
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto;
    width:100%;
}

.popup.payment-popup > * {
    padding:10px 40px !important;
    position: relative;
}
.popup.white.payment-popup { 
    width: auto;
}
.popup.payment-popup header h2,
.popup.payment-popup footer{
    width:100%;
}
.popup.payment-popup header h2{
    padding:24px 0 8px !important;
}
.popup.payment-popup header h2.text-left{
    text-align: left;
}
.popup.payment-popup header .ico.close-circle{
    position: absolute;
    top:15px;
    right:15px;
    z-index:99;
}
.popup.payment-popup footer{
    width:100%
}
.popup.payment-popup .payment-popup-body{
    color: rgba(25,25,25,.5);
    line-height: 24px;
}
.popup.plans .plan-card-list {
    display: flex;
    gap: 16px;
    justify-content: center;
}
/* SIGNUP PAGE */
.auth_signin.view main .body, .auth_signup.view main .body{
    padding: 0;
}



.auth_signin.view main form, .auth_signup.view main form{
    padding: 5px 32px 12px 32px;
}

.auth_signin.view main form ul li, .auth_signup.view main form ul li{
    margin-bottom: 13px;
}
.auth_signin.view main form ul li:first-child, .auth_signup.view main form ul li:first-child {
    margin: 0;
}

.auth_signin.view main form ul li .buttons p, .auth_signup.view main form ul li .buttons p{
    color: darkgray;
    margin: 12px 0;
}

.auth_signin.view main form ul li .buttons u{
    margin-bottom: 20px;
    color: var(--a1);
    cursor: pointer;
    width: fit-content;
}
.auth_signin.view main form ul li .buttons button{border-radius:8px;}

.ui-dropdown-opts, #form-item-autocomplete {
    position: absolute;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 0px;
    height: 180px;
    overflow-x: hidden;
    overflow-y: auto;
    cursor: pointer;
    min-width: var(--init-width); 
}
.ui-dropdown-opts > li, #form-item-autocomplete > li {
    cursor: pointer;
    color: #FFFFFF;
    padding-left: 16px;
    padding-right: 16px;
    min-height: 32px;
    height: 32px !important;
    line-height: 32px;
    background-color: transparent;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
}
.ui-dropdown-opts > li:not(.group):hover, #form-item-autocomplete > li:not(.group):hover, .ui-dropdown-opts > li:not(.group).on, #form-item-autocomplete > li:not(.group).on {
    background-color: #839BFB;
    color: #222; 
}
.ui-dropdown-opts > li.group, #form-item-autocomplete > li.group {font-size: 12px;font-weight: bold;color: #FDC73E;padding-left: 10px; }
.ui-dropdown-opts > li.highlight, #form-item-autocomplete > li.highlight {    color: #FDC73E; }
.ui-dropdown-opts > li.split, #form-item-autocomplete > li.split {border-bottom: 1px solid #D0C9C3; }
.ui-dropdown-opts > li.with-icon, #form-item-autocomplete > li.with-icon {box-sizing: border-box; }
.ui-dropdown-opts > li.with-icon b, #form-item-autocomplete > li.with-icon b {left: auto;right: 8px;margin-left: auto;position: absolute;width: 40px;text-align: right;height: 32px;line-height: 32px;font-size: 11px;color: #FDC73E;cursor: pointer; }
.ui-dropdown-opts > li.with-icon b:hover, #form-item-autocomplete > li.with-icon b:hover {
    color: #222; 
}
.ui-dropdown-opts > li i.icon, #form-item-autocomplete > li i.icon, .ui-dropdown-opts > li i.form-item-autocomplete.loading-autocomplete:before, #form-item-autocomplete > li i.form-item-autocomplete.loading-autocomplete:before, .ui-dropdown-opts > li .ui-indicator i#indicator:before, .ui-indicator .ui-dropdown-opts > li i#indicator:before, #form-item-autocomplete > li .ui-indicator i#indicator:before, .ui-indicator #form-item-autocomplete > li i#indicator:before, .ui-dropdown-opts > li .simulator.web.ongoing .web-f-bar i.btn_s.send:before, .simulator.web.ongoing .web-f-bar .ui-dropdown-opts > li i.btn_s.send:before, #form-item-autocomplete > li .simulator.web.ongoing .web-f-bar i.btn_s.send:before, .simulator.web.ongoing .web-f-bar #form-item-autocomplete > li i.btn_s.send:before {
    display: absolute;
    right: auto;
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: 6px;
    left: 8px;
    cursor: pointer; 
}
.ui-dropdown-opts > li i.icon:hover, #form-item-autocomplete > li i.icon:hover, .ui-dropdown-opts > li i.form-item-autocomplete.loading-autocomplete:hover:before, #form-item-autocomplete > li i.form-item-autocomplete.loading-autocomplete:hover:before, .ui-dropdown-opts > li .ui-indicator i#indicator:hover:before, .ui-indicator .ui-dropdown-opts > li i#indicator:hover:before, #form-item-autocomplete > li .ui-indicator i#indicator:hover:before, .ui-indicator #form-item-autocomplete > li i#indicator:hover:before, .ui-dropdown-opts > li .simulator.web.ongoing .web-f-bar i.btn_s.send:hover:before, .simulator.web.ongoing .web-f-bar .ui-dropdown-opts > li i.btn_s.send:hover:before, #form-item-autocomplete > li .simulator.web.ongoing .web-f-bar i.btn_s.send:hover:before, .simulator.web.ongoing .web-f-bar #form-item-autocomplete > li i.btn_s.send:hover:before {
    color: white; 
}
.ui-dropdown-opts.default-items, .default-items#form-item-autocomplete {
    width: auto; 
}
.ui-dropdown-opts.default-items li, .default-items#form-item-autocomplete li {
    position: unset;
    justify-content: space-between; 
}
.ui-dropdown-opts.default-items li.with-icon b, .default-items#form-item-autocomplete li.with-icon b {
    margin-left: 16px;
    width: auto;
    position: inherit; 
}
ul#form-item-autocomplete {
    padding: 0;
    margin: 0;
}

.form-item-autocomplete {
    background-color: #FFFFFF;
    min-height: 48px;
    line-height: 48px;
    overflow: hidden;
    width: auto;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #D0C9C3; 
    border-radius: 10px;
    max-height: 48px;
}
.form-item-autocomplete input[type=text] {
    background-color: transparent;
    line-height: 24px;
    margin: 6px;
    border: 0 !important;
    padding-left: 0;
    flex: 1; 
    outline: none;
    margin: 0 0 0 14px;
    height: 48px;
    min-width: 160px;
    max-width: 160px;
}
.form-item-autocomplete input[type=text]:focus {
    border: 0 !important;
    border-radius: 0; 
    outline: none;
}
.form-item-autocomplete span.autocomplete-select {
    transition: .1s; }
.form-item-autocomplete.multi span {
    position: relative;
    background-color: #666;
    font-size: 11px;
    color: #FFFFFF !important;
    padding-left: 12px;
    padding-right: 24px;
    border-radius: 12px;
    line-height: 24px; }
    .form-item-autocomplete.multi span b {
    width: 16px;
    height: 12px;
    position: absolute;
    z-index: 1;
    top: 6px;
    right: 6px;
    background-image: url(/images/ico_cross_w.svg);
    background-size: 10px 10px;
    background-position: 50% 50%;
    cursor: hand;
    cursor: pointer; }
.form-item-autocomplete.single span {
    margin-left: 12px; }
.form-item-autocomplete.on {
    border-color: #5F5BFF;
    border-width: 2px;
    background-color: #FFFFFF; }
.form-item-autocomplete.loading-autocomplete > * {
    opacity: 0;
    pointer-events: none; }
.form-item-autocomplete.loading-autocomplete:before {
    position: absolute !important;
    width: 12px !important;
    height: 12px !important;
    -webkit-animation: fa-spin-autocomplete 1s infinite linear !important;
    animation: fa-spin-autocomplete 1s infinite linear !important;
    content: "" !important;
    top: 50% !important;
    left: 8px !important;
    height: 16px !important;
    width: 12px !important;
    text-align: start !important;
    text-indent: 0 !important;
    line-height: 16px !important;
    font-size: 12px !important;
    position: absolute !important;
    opacity: 1;
    color: var(--l3);
    padding: 0 !important;
    transform: translateY(-50%); }
.list-view-pages {
    display: flex;
    margin: auto;
    position: relative;
    flex-direction: row;
    justify-content: flex-start;
    height: 100%;
    align-items: center;
    margin-left: 0;
    margin-right: auto; }
.list-view-pages dd {
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    padding: 0 !important;
    margin-inline-start: 8px;
    cursor: hand;
    cursor: pointer;
    font-size: 11px; }
.list-view-pages dd.on {
    border-radius: 16px;
    background: #222;
    color: #FFFFFF; }

.tooltip {
    top: initial;
    right: initial;
    bottom: initial;
    left: initial;
    width: initial;
    height: initial;
    position: relative;
}

.tooltip::after {
    content: attr(hint);
    pointer-events: none;
    color: #fff;
    display: block;
    position: absolute;
    z-index: 5;
    background-color: #222;
    padding: 4px 8px;
    box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    white-space: pre-wrap;
    opacity: 0;
    line-height: 1.5em;
    transform: translate(-48px, -8px);
}

.list-item-ins_t::after,
.list-item-f_evo_comment_t::after,
.list-item-attn_upd.tooltip::after,
.list-item-latest_action_t.tooltip::after {transform: translate(-50%, 5px);min-width: max-content;left: 45%;top: 65%;}
.list-item-rating.tooltip {text-align: start;}
.list-item-rating.tooltip::after {transform: translate(-50%, 5px);min-width: max-content;left: 50%;}

.tooltip:hover::after, .tooltip:focus::after {opacity: 0.8;}
tr:last-child .tooltip::after{transform: translate(-48px, -74px);}
.list-item-sp_title.tooltip:hover::after, .list-item-sp_title.tooltip:focus:after {width:176px; text-align:center;}

.ticket_details select.translate{
    -webkit-appearance: none; /* Safari and Chrome */
    -moz-appearance: none; /* Firefox */
    appearance: none; /* Standard */
    background-image: url(/images/translation.svg);
    width: 20px;
    height: 20px;
    background-size: contain;
    margin-left: 5px;
    cursor: pointer;
    border: none;
    background-repeat: no-repeat;
    border-radius: unset;
}
.ticket_details select.translate.summary {position: absolute; right: 0; bottom: -36px; z-index: 100;}

.ticket_details select.translate:focus-visible,
.task_details select.translate:focus-visible{
    outline: none;
}
.ticket_details ul li.comment .comment-container pre.translated-comment,
.task_details pre.translated-comment, .ticket_details pre.translated-comment {
    position:relative;
    background-color: rgba(0, 0, 0, 0.05);
    /* margin: 12px; */
    .trans-c-title{
        font-weight: 300;
        margin: 0 0 8px 0;
        text-align: center;
        font-size: 13px;
        color: #b6b6b6;
    }  
}
.ticket_details ul li.comment .comment-container pre.translated-comment i.ico.close {top:8px; right:8px; width:16px; height:16px;}
.ticket_details ul li.comment .comment-container pre.translated-comment i.ico.close{
    background-color: unset;
    pointer-events: none;
    color: var(--t);
}

.ticket_details footer.ticket-stat-closed{
    padding: 20px;
    text-align: center;
}
.ticket_details footer.ticket-stat-closed::before{
    content: unset;
}   

.task_details pre.translated-comment i.ico.close {top:8px; right:8px; width:16px; height:16px;}

.task_details .contents-wrapper-outerbox{position: relative; margin-top: 16px;}
.task_details .body-edit-ico{
    display: inline-block;
    height: 13px;
    width: 13px;
    position: absolute;
    right: 8px;
    top: 8px;
    opacity:0.6;
    transition: opacity 300ms;
}
.task_details .body-edit-ico:hover {opacity:1;}

.task_details .editable-body-container .buttons, .task_details .editable-comment-container .buttons {
    flex-direction:row !important;
    gap:8px;
    justify-content:center;
    flex-wrap:nowrap !important;
}
.task_details .editable-body-container .buttons button, .task_details .editable-comment-container .buttons button {
    border-radius: 8px;
    height: 32px;
    line-height: 32px;
    margin: 12px 0 0 0;
}
.toastui-editor-defaultUI-toolbar {
    overflow-x:auto;
}
.task_details .editable-comment-container {
    margin:24px 0;
    border-bottom: 1px dashed var(--l2);
}
.task_details .editable-comment-container > b {opacity: 0.7; line-height: 20px; padding-left:2px;}
.task_details .editable-comment-container .buttons {margin-bottom: 12px;}

.related-tasks-pop:not(.edit) {width: fit-content !important; min-width: 324px; max-width: 480px;}
.related-tasks-pop header {padding-bottom: 20px !important;}
.related-tasks-pop section.tasks-list { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; max-height: 308px; overflow-y: auto;}
.related-tasks-pop section.tasks-list a {padding: 4px 20px; white-space:nowrap; overflow: hidden; text-overflow: ellipsis; width: 100%; text-align: start; min-height: 24px;}
.related-tasks-pop section.tasks-list a:before {content: "\2022"; margin-right: 5px; text-decoration: none; display: inline-block;}
.related-tasks-pop footer {margin-top: 20px;}
.related-tasks-pop footer .buttons button {height: 40px; line-height: 40px;}
.related-tasks-pop .err.update-tasks {color: var(--a2); margin-bottom: 0; margin-top: 20px;}
.related-tasks-pop .err.update-tasks.hidden {display: block !important; opacity: 0; pointer-events: none;}

.related-tasks-pop.edit {width: fit-content !important;}

.tc-search-container {
    justify-content: center;
    align-items: start;
    height: fit-content;
    max-height: 300px;
}
.tc-search-container .middle {
    height: 100%;
    width: fit-content;
    min-height: 70px;
    max-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 20px;

    .ico {
        opacity: 0.7;
        margin-top: 28px;
    }
}
.tc-search-container .input-search, .tc-search-container .related-tickets {
    flex-grow: 1;
    width: 260px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    min-height: 70px;
    max-height: 300px;
    height: 100%;
    overflow: hidden;
    
    h4 {
        padding-bottom: 6px;
    }
}
.new-task-pop .tc-search-container .middle {margin: 0;}
.new-task-pop .tc-search-container .middle .ico {opacity: 0.4;}
.new-task-pop .tc-search-container h4 {color: #222; font-weight: 400;}
.new-task-pop .manhour-ipt input {
    height: 48px;
    font-size: 12px;
    border-radius: 8px;
    border: 1px solid #C5C5C5;
    padding: 0 1rem;
    box-sizing: border-box;
    width: 100%;
}


.tc-search-container .tc-search-list {
    overflow-y: auto;
    width: calc(100% - 2px);
    border-radius: 8px;
    box-shadow: 0 0 1px #000000;
    margin-bottom: 8px;
    ul {
        padding: 0 !important;
        margin: 0;
    }
    li {
        text-align: start;
        position: relative;
        transition: backround-color 300ms;
    }

    li:hover {
        cursor: pointer;
        background-color: var(--l);
    }
    li:hover::after {
        content: '+';
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
    }
    li.minus:hover::after {
        content: '\2212';
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
    }
}

.tc-search-container .tc-search-list:has(p) {
    box-shadow: none;
}
.tc-search-container .input-search input {
    width: 100%;
    margin-bottom: 4px;
}
.tc-search-container .related-tickets {

    .tc-related-div{
        width: 100%;
        overflow-y: auto;
        min-height: 48px;
        border: 1px solid #C5C5C5;
        border-radius: 8px;
        margin: 0 10px;
    }

    .tc-related-div li {
        margin: 0;
        border-radius: 0;
        cursor: pointer;
        text-align: start;
        position: relative;
        transition: 300ms;
    }
    .tc-related-div li:hover {
        background-color: var(--l);
    }
    .tc-related-div li:hover::after {
        content: '\2212';
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
    }
}

.popup.white.edit-related-pop {padding: 24px;}
.popup.white.edit-related-pop header, .related-tasks-pop.edit header {justify-content: center; padding-bottom: 24px !important;}
.popup.white.edit-related-pop header h2 {padding: 0;}
.edit-related-pop div.buttons {padding: 24px 0;}
.edit-related-pop button {width: 180px;}
.edit-related-pop .tc-search-container input {line-height: 50px;}
.edit-related-pop .tc-search-container input, .edit-related-pop .tc-search-container .tc-search-list, .edit-related-pop .tc-search-container .tc-related-div {width: 100%; border-radius: 8px;}
.edit-related-pop .tc-search-container .tc-search-list ul {padding: 0;}
.edit-related-pop .tc-search-container .tc-related-div {width: 100%; overflow-y: auto; min-height: 48px; border: 1px solid #C5C5C5; border-radius: 8px; margin: 0 10px;}
.edit-related-pop .tc-search-container .tc-search-list ul li, 
.edit-related-pop .tc-search-container .tc-related-div li, 
.tc-related-div li, .tc-search-list li  {
    white-space: nowrap; text-overflow: ellipsis; overflow: hidden; cursor: pointer; padding: 16px 24px 16px 12px; pointer-events: all; line-height: 1;
}
.edit-related-pop .tc-search-container .tc-search-list ul li:hover, .edit-related-pop .tc-search-container .tc-related-div li:hover {background-color: #ebebeb;}
.edit-related-pop .tc-search-container input {width: 100%;}
.edit-related-pop .tc-search-list { height: 100%; overflow-y: scroll;} 
.tc-search-list p { font-size: 13px; color: var(--tl);} 
/* .tc-search-list.border {border: 1px solid #C5C5C5;}  */
.new-project-pop .tc-search-container li {font-size: 13px; padding-left: 8px; padding-right: 16px;}
.task_list .header .tabs.hbox.hdr, .task_list .header .breadcrumbs, .ticket_list .header .tabs.hbox.hdr, .ticket_list .header .breadcrumbs {flex-wrap: wrap;}
.task_list .header .tabs.hbox.hdr input, .ticket_list .header .tabs.hbox.hdr input {flex-grow: 2; max-width: 434px;}
.task_list .header .tabs.hbox.hdr button.add_task, .ticket_list .header .tabs.hbox.hdr button.add_competitor {margin: 8px; margin-right: 0;}
input[type="date"]:hover {cursor: text;}
input::-webkit-calendar-picker-indicator {cursor: pointer;}
input::-webkit-datetime-edit-day-field:focus,
input::-webkit-datetime-edit-month-field:focus,
input::-webkit-datetime-edit-year-field:focus {background: var(--a1); color: #FFF;}
.from-details, .from-details-sprint {cursor: pointer; text-decoration: underline; text-underline-offset: 3px;}
.from-details:hover, .from-details-sprint:hover {color: #364dc0;}

.task_list .body .content:has(.kanban-board) {
    position: relative;
    overflow-y: hidden;
}

.task_list .body .content .kanban-board {
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    min-height: 100%;
    height: 100%;
    display: grid;
    /* grid-template-columns: repeat(1fr); */
    grid-template-rows: 72px 1fr; 
    align-items: start;
    grid-template-areas: 
        "header"
        "content";
}

.task_list .body .content .kanban-board .kanban-column .sort-div{
    height: 100%;
}

.task_list .body .content .kanban-board .kanban-section {
    flex-direction: column;
    margin-bottom: 16px;
    transition: all 0.4s;
}

.task_list .body .content .kanban-board .kanban-section:first-child {margin-top: 0;}
.task_list .body .content .kanban-board .kanban-section .header {background-color: transparent; display: flex; flex-direction: row; justify-content: start; align-items: center; gap: 8px; cursor: pointer; padding-left: 6px; margin-bottom: 0;}
.task_list .body .content .kanban-board .kanban-section i {transition: 0.4s;}
.task_list .body .content .kanban-board .kanban-section .header h2 {font-size: 16px; display: inline-block; margin: 0;}
.task_list .body .content .kanban-board .kanban-section .header h2::after {content: attr(count); color: var(--tl); margin-left: 4px; font-size: 16px;}
.task_list .body .content .kanban-board .kanban-section .header i, h2 {pointer-events: none;}
.task_list .body .content .kanban-board .kanban-section.collapsed {background-color: #fff; margin-bottom: 0; border-radius: 8px;}
.task_list .body .content .kanban-board .kanban-section.collapsed .kanban-assignee-board {display: none;}
.task_list .body .content .kanban-board .kanban-section.collapsed i {transform: rotate(90deg);}

.task_list .body .content .kanban-board .kanban-assignee-board {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-items: stretch;
    gap: 8px;
    margin-top: 8px;
    overflow-x: auto;
}

.task_list .body .content .kanban-board .kanban-assignee-board>div {
    flex-grow: 1;
    width: 20%;
    min-width: 160px;
}

.task_list .body .content .kanban-board .kanban-header {
    grid-area: header;
    display: flex;
    flex-direction: row;
    gap: 16px;
    padding: 0;
    max-width: unset;
    background-color: #ffffff;
    z-index: 10;
    border-radius: 8px;

    h3 {
        border-radius: 0 !important;
        margin: 0 4px;
        font-size: 14px;
        height: 72px !important;
    }
    h3:first-child {margin-left: 8px;}
    h3:last-child {margin-right: 8px;}
}

.task_list .body .content .kanban-board .kanban-content {
    display: flex;
    justify-content: start;
    flex-direction: column;
    gap: 8px;
    overflow-y: auto;
    overflow-x: hidden;
    grid-area: content;
    height: 100%;
    border-radius: 8px;
}

.task_list .body .content .kanban-board.lock .kanban-content > div{
    opacity: 0.2;
}

.task_list .body .content .kanban-board.lock::before {
    content: attr(lockmsg);
    position: absolute;
    z-index: 10000;
    max-width: 278px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    padding: 16px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;
}

.task_list .body .content .kanban-board .kanban-content .kanban-section .kanban-assignee-board > div, .task_list .body .content .kanban-board .kanban-header h3 {
    background-color: #fff;
    padding: 8px;
    border-radius: 8px;
    width: 100%;
    max-width: 20%;
    min-width: 160px;
    display: flex;
    flex-direction: column;
}

.task_list .body .content .kanban-board .kanban-content .kanban-section .kanban-assignee-board > div:first-child {padding-left: 8px;}
.task_list .body .content .kanban-board .kanban-content .kanban-section .kanban-assignee-board > div:last-child {padding-right: 8px;}

.task_list .body .content .kanban-board h3 {
    text-align: center;
    font-size: 12px;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    border-radius: 8px;
    min-height: 36px;
    color: #444444;
    display: flex;
    justify-content: center;
    align-items: center;
}

.task_list .body .content .kanban-board h3.list-empty-text {
    padding-top: 10px;
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    line-height: 90px;
    height: 90px;
    font-size: 13px;
    text-wrap: nowrap;
    background: white;
    position: relative;
    border-radius: inherit;
}
.task_list .body .content .kanban-board h3.list-empty-text .top-border{
    position: absolute;
    top: 10px;
    width: 96%;
    height: 1px;
    background-color: #ddd;
}

.task_list .body .content .kanban-board .task-card {
    background-color: #ffffff;
    padding: 16px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.6s;

    p.id {
        border-radius: 4px;
        color: #fff;
        font-weight: bold;
        padding: 4px 8px;
        width: fit-content;
    }
    i.menu-projects-g {margin: 0; width: 18px !important; height: 22px !important; min-width: 18px;}
    i.menu-report-g {margin: 0; width: 18px !important; height: 18px !important; min-width: 18px;}
}

.task_list .body .content .kanban-board .task-card:last-child {
    margin-bottom: 0;
}
.task_list .body .content .kanban-board .todo .task-card {background-color: #f9fbff;}
.task_list .body .content .kanban-board .inprogress .task-card {background-color: #fffdf8;}
.task_list .body .content .kanban-board .test .task-card {background-color: #f9ffff;}
.task_list .body .content .kanban-board .pending .task-card {background-color: #fefafe;}
.task_list .body .content .kanban-board .done .task-card {background-color: #fbfffb;}

.task_list .body .content .kanban-board .todo .task-card p.id {background-color: #7ba7ff;}
.task_list .body .content .kanban-board .inprogress .task-card p.id {background-color: #ffa500;}
.task_list .body .content .kanban-board .test .task-card p.id {background-color: #4DD0E1;}
.task_list .body .content .kanban-board .pending .task-card p.id {background-color: #dda0dd;}
.task_list .body .content .kanban-board .done .task-card p.id {background-color: #53d342;}

.task_list .body .content .kanban-board .task-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.task_list .body .content .kanban-board .kanban-content > div ul {
    margin: 0;
    padding: 0;
}

.task_list .body .content .kanban-board .task-card p {
    margin: 0;
    font-size: 0.9em;
    word-break: break-all;
    overflow: hidden;
    white-space: normal;
}

.task_list .body .content .kanban-board .task-card p.title {font-size: 14px; font-weight: bold;}
.task_list .body .content .kanban-board .task-card label.type {width: fit-content;}
.task_list .body .content .kanban-board .task-card .assignee {display: flex; gap: 6px; align-items: center;}
.task_list .body .content .kanban-board .task-card .assignee i {display: inline-block; height: 14px; width: 14px;}
.task_list .body .content .kanban-board .task-card i.priority {margin: 0;}
.task_list .body .content .kanban-board .task-card .clock {display: flex; gap: 6px; margin: 4px 0;}
.task_list .body .content .kanban-board .task-card .clock i.clock-w {display: inline-block; height: 14px; width: 14px; margin:0 2px;}
.task_list .body .content .kanban-board .task-card label {font-size: 12.6px; display: flex;}

.task_list .body .content .kanban-board .kanban-header .todo {
    border-bottom: 4px solid #7ba7ff;
    
}

.task_list .body .content .kanban-board .kanban-header .inprogress {
    border-bottom: 4px solid #ffa500;
    
}

.task_list .body .content .kanban-board .kanban-header .test {
    border-bottom: 4px solid #4DD0E1;
    
}

.task_list .body .content .kanban-board .kanban-header .pending {
    border-bottom: 4px solid #dda0dd;
    
}

.task_list .body .content .kanban-board .kanban-header .done {
    border-bottom: 4px solid #53d342;
    
}

.popup.white.stat-pop {
    width: fit-content;
    min-width: 300px;
    padding: 40px 24px;
    ul {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 32px;
        padding: 0;

    }
    .buttons {
        display: flex;
        align-items: center;
        gap: 32px;
        
    }
    div.stat-opts {
        input {margin: 0;}
        input[data-checked="true"] {accent-color: var(--a1);}

        ul {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 0;
        }
    }
    button {width: 100%; max-width: 240px; border-radius: 8px; font-weight: bold; opacity: 0.5; transition: 300ms; background-color: #e3e3e3; color: #3a3a3a; border: 1px solid #a3a3a3;}
    button.on {opacity: 1;}
    button:hover {opacity: 1;}
    button.inprogress.on, button.investigate.on, button.inprogress:hover, button.investigate:hover {background-color: #FFEED2; color: #ca872e; border: 1px solid #F8A433;}
    button.pending.on, button.wontfix.on, button.notreproduce.on, button.pending:hover, button.wontfix:hover, button.notreproduce:hover {background-color: #f2d6ff; color: #9559bd; border: 1px solid #bd76ec;}
}

.draggable-item, .task_list .body .content .kanban-board .task-card label {
    cursor: grab; /* Changes cursor to a hand */
}

.draggable-item:active, .task_list .body .content .kanban-board .task-card label:active {
    cursor: grabbing; /* Changes cursor to a closed hand when dragging */
}

.dragged {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    opacity: 0.2;
    background-color: #999;
}

.task_list .body .content .kanban-board .task-card.dragging {background-color: #f0f0f0; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);}

.sortable-drag .dragged {display: block; z-index: 2;}

.mid-lock {
    opacity: 0.4;
}

.icon-container {
    right: 10px;
    top: calc(50% - 10px);
    display: flex;
    align-items: center;
    gap: 8px;
  }
.loader {
    position: relative;
    height: 20px;
    width: 20px;
    display: inline-block;
    animation: around 5.4s infinite;
}
  
@keyframes around {
    0% {
      transform: rotate(0deg)
    }
    100% {
      transform: rotate(360deg)
    }
}
  
.loader::after, .loader::before {
    content: "";
    background: white;
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-width: 2px;
    border-color: var(--a1) var(--a1) transparent transparent;
    border-style: solid;
    border-radius: 20px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    animation: around 0.7s ease-in-out infinite;
}
  
.loader::after {
    animation: around 0.7s ease-in-out 0.1s infinite;
    background: transparent;
}

body .pops{
    display: none;
}

