body,html{height:100%}body{height:100vh}.container,.wrap{width:100%;height:100%}.container{padding-left:280px;transition:padding-left .3s ease}.content{display:flex;width:100%;height:100%;padding:20px}.btn,.content,.panel-wrap{position:relative}.btn{overflow:hidden;height:37px;padding-inline:15px;background-color:rgba(0,0,0,0);border-radius:10px;font-size:15px;color:rgba(var(--color-grey-800));border:1px solid #b3bac1;line-height:0;cursor:pointer;transition:all .2s ease;background-repeat:no-repeat;background-position:50%}.btn-wrap{display:flex;align-items:center}.btn:hover{background-color:rgba(var(--color-grey-200));box-shadow:0 0 0 1px rgba(0,0,0,.08)}.btn.bg-grey-900.color-grey-0:hover{color:rgba(var(--color-grey-900))}.btn.panel-icon-message:hover,.btn.panel-icon-note:hover{background-color:rgba(0,0,0,.08)}.btn.height-37{height:37px}.btn.height-46{height:46px}.btn.height-54{height:54px}.btn:disabled{border-color:rgba(var(--color-grey-300));color:rgba(var(--color-grey-400))}.btn.border-none{border:none}.btn.panel-icon-note{background-image:url(/images/svg/icon-note_light_w.svg)}.btn.panel-icon-message{background-image:url(/images/svg/icon-message_light_w.svg)}.btn.panel-icon-symbol{background-image:url(/images/svg/logo_symbol.svg);background-size:contain}:root[data-mantine-color-scheme=dark] .btn.panel-icon-note{background-image:url(/images/svg/icon-note_dark_b.svg)}:root[data-mantine-color-scheme=dark] .btn.panel-icon-message{background-image:url(/images/svg/icon-message_dark_b.svg)}:root[data-mantine-color-scheme=dark] .btn.panel-icon-symbol{background-image:url(/images/svg/logo_symbol_w.svg);background-size:contain}.btn.is-active.panel-icon-note,input[type=checkbox]:checked+label.btn.panel-icon-note:before{background-image:url(/images/svg/icon-note_light_b.svg)}.btn.is-active.panel-icon-message,input[type=checkbox]:checked+label.btn.panel-icon-message:before{background-image:url(/images/svg/icon-message_light_b.svg)}:root[data-mantine-color-scheme=dark] .btn.is-active.panel-icon-note,:root[data-mantine-color-scheme=dark] input[type=checkbox]:checked+label.btn.panel-icon-note:before{background-image:url(/images/svg/icon-note_dark_w.svg)}:root[data-mantine-color-scheme=dark] .btn.is-active.panel-icon-message,:root[data-mantine-color-scheme=dark] input[type=checkbox]:checked+label.btn.panel-icon-message:before{background-image:url(/images/svg/icon-message_dark_w.svg)}.btn.bg-black{color:rgba(var(--color-grey-0))}.btn.bg-black:hover{background-color:rgba(var(--color-grey-700));color:rgba(var(--color-grey-300))}:root[data-mantine-color-scheme=light] .sch-box,[data-theme=light] .sch-box{background-color:rgba(var(--color-grey-300),var(--opacity-03))}.input-field{width:100%;height:54px;padding:12px 15px;color:rgba(var(--color-grey-900));border:1px solid #b3bac1;border-radius:12px;font-size:16px;transition:all .3s ease;z-index:1}.input-field:focus,.input-field:hover{background-color:rgba(0,0,0,0)}.input-field:focus{border-color:#3498db;outline:none}.input-field::placeholder{font-size:16px;font-weight:400;color:rgba(var(--color-grey-400))}.input-field.height-46{height:46px}.sch-box{display:flex;align-items:center;height:54px;padding:0 10px;background-color:rgba(var(--color-global-input));border-radius:12px}.sch-box>label{width:100%}.recording-box__customSelect .sch-box__btn.custom-select__option.is-active:after,.sch-box__btn.icon,.sch-box__btn.toastPop__close,.toastPop .sch-box__btn.img-wrap,input[type=checkbox]+label.sch-box__btn:before{width:40px;height:40px;border:none;background-color:rgba(0,0,0,0);cursor:pointer;background-size:20px 20px;background-position:50%}.sch-box .input-sch{width:100%;height:54px;padding:12px 15px;color:rgba(var(--color-grey-900));border:none;background-color:rgba(0,0,0,0);border-radius:12px;font-size:16px;transition:all .3s ease;z-index:1}.sch-box .input-sch:focus{outline:none;border:none}.sch-box .input-sch::placeholder{color:rgba(var(--color-grey-500))}.custom-radio{display:flex;align-items:center;position:relative;padding:8px 0;cursor:pointer}.custom-radio+.custom-radio{margin-left:20px}.custom-radio:hover input~.radio-mark{border-color:#ccc}.custom-radio input[type=radio]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.custom-radio input[type=radio]:checked~.radio-mark{border-color:rgba(var(--color-grey-900));background-color:rgba(var(--color-grey-900))}.custom-radio input[type=radio]:checked~.radio-mark:after{display:block;background-color:rgba(var(--color-grey-0))}.radio-mark{position:relative;display:inline-block;height:20px;width:20px;background-color:#fff;border:1px solid rgba(var(--color-grey-500),var(--opacity-07));border-radius:50%;margin-right:10px}.radio-mark:after{content:"";position:absolute;top:5px;left:5px;width:8px;height:8px;border-radius:50%;background:rgba(var(--color-grey-300),var(--opacity-05))}.radio-text{font-size:14px}input[type=checkbox]{display:none}input[type=checkbox]+label:before{content:"";display:inline-block;width:18px;height:18px;border:1px solid rgba(var(--color-grey-400));border-radius:6px;vertical-align:middle;cursor:pointer;transition:all .2s ease}input[type=checkbox]:checked+label:before{background-color:rgba(var(--color-grey-900));border-color:rgba(var(--color-grey-900))}.custom-select{position:relative;width:100%;font-size:16px;border-radius:12px}.custom-select__selected{display:flex;align-items:center;justify-content:space-between;height:54px;padding:10px 15px;border:1px solid rgba(var(--color-grey-400),var(--opacity-07));background-color:rgba(var(--color-global-bg));border-radius:12px;cursor:pointer;user-select:none}.custom-select__selected span{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.custom-select__selected i{min-width:20px}.custom-select__selected:hover{border-color:rgba(var(--color-grey-500))}.custom-select__options{position:absolute;top:100%;left:0;width:100%;max-height:200px;overflow-y:auto;margin-top:5px;padding:0;list-style:none;border:1px solid rgba(var(--color-grey-400),var(--opacity-07));border-radius:12px;background-color:rgba(var(--color-grey-0));box-shadow:0 2px 10px rgba(0,0,0,.1);z-index:10;display:none}.custom-select__options.position-top{top:auto;bottom:100%;margin-top:0;margin-bottom:5px}.custom-select.active .custom-select__options,.custom-select__options.active{display:block}.custom-select__option{display:flex;align-items:center;height:54px;padding:10px 15px;cursor:pointer}.custom-select__option+.custom-select__option{border-top:1px solid rgba(var(--color-grey-400),var(--opacity-03))}.custom-select__option:hover{background-color:rgba(var(--color-grey-100))}:root[data-mantine-color-scheme=dark] .custom-select__option:hover{background-color:rgba(var(--color-global-bg))}.custom-select.active .icon-dropdown{transform:rotate(180deg)}.custom-select__add-folder{border-top:1px solid rgba(var(--color-grey-400),var(--opacity-07));padding:0}.custom-select__add-folder-btn{gap:8px;border:none;background:none;cursor:pointer;font-size:16px;color:rgba(var(--color-grey-500));text-align:left}.custom-select__add-folder-btn,.custom-select__add-folder-form{display:flex;align-items:center;width:100%;height:100%;padding:10px 15px}.custom-select__add-folder-input{flex:1;width:100%;height:100%;padding:8px;margin-right:10px;border:1px solid rgba(var(--color-grey-400),var(--opacity-07));border-radius:6px}.custom-select__add-folder-buttons{display:flex;gap:8px;justify-content:flex-end}.custom-select__add-folder-buttons button{border-radius:6px}.custom-select__add-folder-buttons button.btn-apply{background-color:rgba(var(--color-grey-900));color:rgba(var(--color-grey-0))}.custom-textarea textarea{width:100%;min-height:100px;padding:20px;border:none;border-radius:12px;font-size:16px;resize:none;color:rgba(var(--color-grey-800))}.custom-textarea textarea::placeholder{color:rgba(var(--color-grey-700))}.custom-textarea textarea:focus{outline:1px solid rgba(var(--color-grey-400),var(--opacity-05))}.flex-1{flex:1}.flex-1-auto{flex:1 1 auto}.color-grey-0{color:rgba(var(--color-grey-0))}.color-grey-50{color:rgba(var(--color-grey-50))}.color-grey-100{color:rgba(var(--color-grey-100))}.color-grey-200{color:rgba(var(--color-grey-200))}.color-grey-300{color:rgba(var(--color-grey-300))}.color-grey-400{color:rgba(var(--color-grey-400))}.color-grey-500{color:rgba(var(--color-grey-500))}.color-grey-600{color:rgba(var(--color-grey-600))}.color-grey-700{color:rgba(var(--color-grey-700))}.color-grey-800{color:rgba(var(--color-grey-800))}.color-grey-900{color:rgba(var(--color-grey-900))}.bg-grey-0{background-color:rgba(var(--color-grey-0))}.bg-grey-50{background-color:rgba(var(--color-grey-50))}.bg-grey-100{background-color:rgba(var(--color-grey-100))}.bg-grey-200{background-color:rgba(var(--color-grey-200))}.bg-grey-300{background-color:rgba(var(--color-grey-300))}.bg-grey-400{background-color:rgba(var(--color-grey-400))}.bg-grey-500{background-color:rgba(var(--color-grey-500))}.bg-grey-600{background-color:rgba(var(--color-grey-600))}.bg-grey-700{background-color:rgba(var(--color-grey-700))}.bg-grey-800{background-color:rgba(var(--color-grey-800))}.bg-black,.bg-grey-900{background-color:rgba(var(--color-grey-900))}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.overflow-x-auto{overflow-x:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-y-scroll{overflow-y:scroll!important}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.float-none{float:none!important}.float-left{float:left!important}.float-right{float:right!important}.v-locale--is-rtl .float-end{float:left!important}.v-locale--is-ltr .float-end,.v-locale--is-rtl .float-start{float:right!important}.v-locale--is-ltr .float-start{float:left!important}.flex-1-1,.flex-fill{flex:1 1 auto!important}.flex-1-0{flex:1 0 auto!important}.flex-0-1{flex:0 1 auto!important}.flex-0-0{flex:0 0 auto!important}.flex-1-1-100{flex:1 1 100%!important}.flex-1-0-100{flex:1 0 100%!important}.flex-0-1-100{flex:0 1 100%!important}.flex-0-0-100{flex:0 0 100%!important}.flex-1-1-0{flex:1 1 0!important}.flex-1-0-0{flex:1 0 0!important}.flex-0-1-0{flex:0 1 0!important}.flex-0-0-0{flex:0 0 0!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-start{justify-content:flex-start!important}.justify-end{justify-content:flex-end!important}.justify-center{justify-content:center!important}.justify-space-between{justify-content:space-between!important}.justify-space-around{justify-content:space-around!important}.justify-space-evenly{justify-content:space-evenly!important}.align-start{align-items:flex-start!important}.align-end{align-items:flex-end!important}.align-center{align-items:center!important}.align-baseline{align-items:baseline!important}.align-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-space-between{align-content:space-between!important}.align-content-space-around{align-content:space-around!important}.align-content-space-evenly{align-content:space-evenly!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-6{order:6!important}.order-7{order:7!important}.order-8{order:8!important}.order-9{order:9!important}.order-10{order:10!important}.order-11{order:11!important}.order-12{order:12!important}.order-last{order:13!important}.ga-0{gap:0!important}.ga-1{gap:4px!important}.ga-2{gap:8px!important}.ga-3{gap:12px!important}.ga-4{gap:16px!important}.ga-5{gap:20px!important}.ga-6{gap:24px!important}.ga-7{gap:28px!important}.ga-8{gap:32px!important}.ga-9{gap:36px!important}.ga-10{gap:40px!important}.ga-11{gap:44px!important}.ga-12{gap:48px!important}.ga-13{gap:52px!important}.ga-14{gap:56px!important}.ga-15{gap:60px!important}.ga-16{gap:64px!important}.ga-auto{gap:auto!important}.gr-0{row-gap:0!important}.gr-1{row-gap:4px!important}.gr-2{row-gap:8px!important}.gr-3{row-gap:12px!important}.gr-4{row-gap:16px!important}.gr-5{row-gap:20px!important}.gr-6{row-gap:24px!important}.gr-7{row-gap:28px!important}.gr-8{row-gap:32px!important}.gr-9{row-gap:36px!important}.gr-10{row-gap:40px!important}.gr-11{row-gap:44px!important}.gr-12{row-gap:48px!important}.gr-13{row-gap:52px!important}.gr-14{row-gap:56px!important}.gr-15{row-gap:60px!important}.gr-16{row-gap:64px!important}.gr-auto{row-gap:auto!important}.gc-0{column-gap:0!important}.gc-1{column-gap:4px!important}.gc-2{column-gap:8px!important}.gc-3{column-gap:12px!important}.gc-4{column-gap:16px!important}.gc-5{column-gap:20px!important}.gc-6{column-gap:24px!important}.gc-7{column-gap:28px!important}.gc-8{column-gap:32px!important}.gc-9{column-gap:36px!important}.gc-10{column-gap:40px!important}.gc-11{column-gap:44px!important}.gc-12{column-gap:48px!important}.gc-13{column-gap:52px!important}.gc-14{column-gap:56px!important}.gc-15{column-gap:60px!important}.gc-16{column-gap:64px!important}.gc-auto{column-gap:auto!important}.ma-0{margin:0!important}.ma-1{margin:4px!important}.ma-2{margin:8px!important}.ma-3{margin:12px!important}.ma-4{margin:16px!important}.ma-5{margin:20px!important}.ma-6{margin:24px!important}.ma-7{margin:28px!important}.ma-8{margin:32px!important}.ma-9{margin:36px!important}.ma-10{margin:40px!important}.ma-11{margin:44px!important}.ma-12{margin:48px!important}.ma-13{margin:52px!important}.ma-14{margin:56px!important}.ma-15{margin:60px!important}.ma-16{margin:64px!important}.ma-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:4px!important;margin-left:4px!important}.mx-2{margin-right:8px!important;margin-left:8px!important}.mx-3{margin-right:12px!important;margin-left:12px!important}.mx-4{margin-right:16px!important;margin-left:16px!important}.mx-5{margin-right:20px!important;margin-left:20px!important}.mx-6{margin-right:24px!important;margin-left:24px!important}.mx-7{margin-right:28px!important;margin-left:28px!important}.mx-8{margin-right:32px!important;margin-left:32px!important}.mx-9{margin-right:36px!important;margin-left:36px!important}.mx-10{margin-right:40px!important;margin-left:40px!important}.mx-11{margin-right:44px!important;margin-left:44px!important}.mx-12{margin-right:48px!important;margin-left:48px!important}.mx-13{margin-right:52px!important;margin-left:52px!important}.mx-14{margin-right:56px!important;margin-left:56px!important}.mx-15{margin-right:60px!important;margin-left:60px!important}.mx-16{margin-right:64px!important;margin-left:64px!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:4px!important;margin-bottom:4px!important}.my-2{margin-top:8px!important;margin-bottom:8px!important}.my-3{margin-top:12px!important;margin-bottom:12px!important}.my-4{margin-top:16px!important;margin-bottom:16px!important}.my-5{margin-top:20px!important;margin-bottom:20px!important}.my-6{margin-top:24px!important;margin-bottom:24px!important}.my-7{margin-top:28px!important;margin-bottom:28px!important}.my-8{margin-top:32px!important;margin-bottom:32px!important}.my-9{margin-top:36px!important;margin-bottom:36px!important}.my-10{margin-top:40px!important;margin-bottom:40px!important}.my-11{margin-top:44px!important;margin-bottom:44px!important}.my-12{margin-top:48px!important;margin-bottom:48px!important}.my-13{margin-top:52px!important;margin-bottom:52px!important}.my-14{margin-top:56px!important;margin-bottom:56px!important}.my-15{margin-top:60px!important;margin-bottom:60px!important}.my-16{margin-top:64px!important;margin-bottom:64px!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:4px!important}.mt-2{margin-top:8px!important}.mt-3{margin-top:12px!important}.mt-4{margin-top:16px!important}.mt-5{margin-top:20px!important}.mt-6{margin-top:24px!important}.mt-7{margin-top:28px!important}.mt-8{margin-top:32px!important}.mt-9{margin-top:36px!important}.mt-10{margin-top:40px!important}.mt-11{margin-top:44px!important}.mt-12{margin-top:48px!important}.mt-13{margin-top:52px!important}.mt-14{margin-top:56px!important}.mt-15{margin-top:60px!important}.mt-16{margin-top:64px!important}.mt-auto{margin-top:auto!important}.mr-0{margin-right:0!important}.mr-1{margin-right:4px!important}.mr-2{margin-right:8px!important}.mr-3{margin-right:12px!important}.mr-4{margin-right:16px!important}.mr-5{margin-right:20px!important}.mr-6{margin-right:24px!important}.mr-7{margin-right:28px!important}.mr-8{margin-right:32px!important}.mr-9{margin-right:36px!important}.mr-10{margin-right:40px!important}.mr-11{margin-right:44px!important}.mr-12{margin-right:48px!important}.mr-13{margin-right:52px!important}.mr-14{margin-right:56px!important}.mr-15{margin-right:60px!important}.mr-16{margin-right:64px!important}.mr-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:4px!important}.mb-2{margin-bottom:8px!important}.mb-3{margin-bottom:12px!important}.mb-4{margin-bottom:16px!important}.mb-5{margin-bottom:20px!important}.mb-6{margin-bottom:24px!important}.mb-7{margin-bottom:28px!important}.mb-8{margin-bottom:32px!important}.mb-9{margin-bottom:36px!important}.mb-10{margin-bottom:40px!important}.mb-11{margin-bottom:44px!important}.mb-12{margin-bottom:48px!important}.mb-13{margin-bottom:52px!important}.mb-14{margin-bottom:56px!important}.mb-15{margin-bottom:60px!important}.mb-16{margin-bottom:64px!important}.mb-auto{margin-bottom:auto!important}.ml-0{margin-left:0!important}.ml-1{margin-left:4px!important}.ml-2{margin-left:8px!important}.ml-3{margin-left:12px!important}.ml-4{margin-left:16px!important}.ml-5{margin-left:20px!important}.ml-6{margin-left:24px!important}.ml-7{margin-left:28px!important}.ml-8{margin-left:32px!important}.ml-9{margin-left:36px!important}.ml-10{margin-left:40px!important}.ml-11{margin-left:44px!important}.ml-12{margin-left:48px!important}.ml-13{margin-left:52px!important}.ml-14{margin-left:56px!important}.ml-15{margin-left:60px!important}.ml-16{margin-left:64px!important}.ml-auto{margin-left:auto!important}.ms-0{margin-inline-start:0!important}.ms-1{margin-inline-start:4px!important}.ms-2{margin-inline-start:8px!important}.ms-3{margin-inline-start:12px!important}.ms-4{margin-inline-start:16px!important}.ms-5{margin-inline-start:20px!important}.ms-6{margin-inline-start:24px!important}.ms-7{margin-inline-start:28px!important}.ms-8{margin-inline-start:32px!important}.ms-9{margin-inline-start:36px!important}.ms-10{margin-inline-start:40px!important}.ms-11{margin-inline-start:44px!important}.ms-12{margin-inline-start:48px!important}.ms-13{margin-inline-start:52px!important}.ms-14{margin-inline-start:56px!important}.ms-15{margin-inline-start:60px!important}.ms-16{margin-inline-start:64px!important}.ms-auto{margin-inline-start:auto!important}.me-0{margin-inline-end:0!important}.me-1{margin-inline-end:4px!important}.me-2{margin-inline-end:8px!important}.me-3{margin-inline-end:12px!important}.me-4{margin-inline-end:16px!important}.me-5{margin-inline-end:20px!important}.me-6{margin-inline-end:24px!important}.me-7{margin-inline-end:28px!important}.me-8{margin-inline-end:32px!important}.me-9{margin-inline-end:36px!important}.me-10{margin-inline-end:40px!important}.me-11{margin-inline-end:44px!important}.me-12{margin-inline-end:48px!important}.me-13{margin-inline-end:52px!important}.me-14{margin-inline-end:56px!important}.me-15{margin-inline-end:60px!important}.me-16{margin-inline-end:64px!important}.me-auto{margin-inline-end:auto!important}.ma-n1{margin:-4px!important}.ma-n2{margin:-8px!important}.ma-n3{margin:-12px!important}.ma-n4{margin:-16px!important}.ma-n5{margin:-20px!important}.ma-n6{margin:-24px!important}.ma-n7{margin:-28px!important}.ma-n8{margin:-32px!important}.ma-n9{margin:-36px!important}.ma-n10{margin:-40px!important}.ma-n11{margin:-44px!important}.ma-n12{margin:-48px!important}.ma-n13{margin:-52px!important}.ma-n14{margin:-56px!important}.ma-n15{margin:-60px!important}.ma-n16{margin:-64px!important}.mx-n1{margin-right:-4px!important;margin-left:-4px!important}.mx-n2{margin-right:-8px!important;margin-left:-8px!important}.mx-n3{margin-right:-12px!important;margin-left:-12px!important}.mx-n4{margin-right:-16px!important;margin-left:-16px!important}.mx-n5{margin-right:-20px!important;margin-left:-20px!important}.mx-n6{margin-right:-24px!important;margin-left:-24px!important}.mx-n7{margin-right:-28px!important;margin-left:-28px!important}.mx-n8{margin-right:-32px!important;margin-left:-32px!important}.mx-n9{margin-right:-36px!important;margin-left:-36px!important}.mx-n10{margin-right:-40px!important;margin-left:-40px!important}.mx-n11{margin-right:-44px!important;margin-left:-44px!important}.mx-n12{margin-right:-48px!important;margin-left:-48px!important}.mx-n13{margin-right:-52px!important;margin-left:-52px!important}.mx-n14{margin-right:-56px!important;margin-left:-56px!important}.mx-n15{margin-right:-60px!important;margin-left:-60px!important}.mx-n16{margin-right:-64px!important;margin-left:-64px!important}.my-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-n16{margin-top:-64px!important;margin-bottom:-64px!important}.mt-n1{margin-top:-4px!important}.mt-n2{margin-top:-8px!important}.mt-n3{margin-top:-12px!important}.mt-n4{margin-top:-16px!important}.mt-n5{margin-top:-20px!important}.mt-n6{margin-top:-24px!important}.mt-n7{margin-top:-28px!important}.mt-n8{margin-top:-32px!important}.mt-n9{margin-top:-36px!important}.mt-n10{margin-top:-40px!important}.mt-n11{margin-top:-44px!important}.mt-n12{margin-top:-48px!important}.mt-n13{margin-top:-52px!important}.mt-n14{margin-top:-56px!important}.mt-n15{margin-top:-60px!important}.mt-n16{margin-top:-64px!important}.mr-n1{margin-right:-4px!important}.mr-n2{margin-right:-8px!important}.mr-n3{margin-right:-12px!important}.mr-n4{margin-right:-16px!important}.mr-n5{margin-right:-20px!important}.mr-n6{margin-right:-24px!important}.mr-n7{margin-right:-28px!important}.mr-n8{margin-right:-32px!important}.mr-n9{margin-right:-36px!important}.mr-n10{margin-right:-40px!important}.mr-n11{margin-right:-44px!important}.mr-n12{margin-right:-48px!important}.mr-n13{margin-right:-52px!important}.mr-n14{margin-right:-56px!important}.mr-n15{margin-right:-60px!important}.mr-n16{margin-right:-64px!important}.mb-n1{margin-bottom:-4px!important}.mb-n2{margin-bottom:-8px!important}.mb-n3{margin-bottom:-12px!important}.mb-n4{margin-bottom:-16px!important}.mb-n5{margin-bottom:-20px!important}.mb-n6{margin-bottom:-24px!important}.mb-n7{margin-bottom:-28px!important}.mb-n8{margin-bottom:-32px!important}.mb-n9{margin-bottom:-36px!important}.mb-n10{margin-bottom:-40px!important}.mb-n11{margin-bottom:-44px!important}.mb-n12{margin-bottom:-48px!important}.mb-n13{margin-bottom:-52px!important}.mb-n14{margin-bottom:-56px!important}.mb-n15{margin-bottom:-60px!important}.mb-n16{margin-bottom:-64px!important}.ml-n1{margin-left:-4px!important}.ml-n2{margin-left:-8px!important}.ml-n3{margin-left:-12px!important}.ml-n4{margin-left:-16px!important}.ml-n5{margin-left:-20px!important}.ml-n6{margin-left:-24px!important}.ml-n7{margin-left:-28px!important}.ml-n8{margin-left:-32px!important}.ml-n9{margin-left:-36px!important}.ml-n10{margin-left:-40px!important}.ml-n11{margin-left:-44px!important}.ml-n12{margin-left:-48px!important}.ml-n13{margin-left:-52px!important}.ml-n14{margin-left:-56px!important}.ml-n15{margin-left:-60px!important}.ml-n16{margin-left:-64px!important}.ms-n1{margin-inline-start:-4px!important}.ms-n2{margin-inline-start:-8px!important}.ms-n3{margin-inline-start:-12px!important}.ms-n4{margin-inline-start:-16px!important}.ms-n5{margin-inline-start:-20px!important}.ms-n6{margin-inline-start:-24px!important}.ms-n7{margin-inline-start:-28px!important}.ms-n8{margin-inline-start:-32px!important}.ms-n9{margin-inline-start:-36px!important}.ms-n10{margin-inline-start:-40px!important}.ms-n11{margin-inline-start:-44px!important}.ms-n12{margin-inline-start:-48px!important}.ms-n13{margin-inline-start:-52px!important}.ms-n14{margin-inline-start:-56px!important}.ms-n15{margin-inline-start:-60px!important}.ms-n16{margin-inline-start:-64px!important}.me-n1{margin-inline-end:-4px!important}.me-n2{margin-inline-end:-8px!important}.me-n3{margin-inline-end:-12px!important}.me-n4{margin-inline-end:-16px!important}.me-n5{margin-inline-end:-20px!important}.me-n6{margin-inline-end:-24px!important}.me-n7{margin-inline-end:-28px!important}.me-n8{margin-inline-end:-32px!important}.me-n9{margin-inline-end:-36px!important}.me-n10{margin-inline-end:-40px!important}.me-n11{margin-inline-end:-44px!important}.me-n12{margin-inline-end:-48px!important}.me-n13{margin-inline-end:-52px!important}.me-n14{margin-inline-end:-56px!important}.me-n15{margin-inline-end:-60px!important}.me-n16{margin-inline-end:-64px!important}.pa-0{padding:0!important}.pa-1{padding:4px!important}.pa-2{padding:8px!important}.pa-3{padding:12px!important}.pa-4{padding:16px!important}.pa-5{padding:20px!important}.pa-6{padding:24px!important}.pa-7{padding:28px!important}.pa-8{padding:32px!important}.pa-9{padding:36px!important}.pa-10{padding:40px!important}.pa-11{padding:44px!important}.pa-12{padding:48px!important}.pa-13{padding:52px!important}.pa-14{padding:56px!important}.pa-15{padding:60px!important}.pa-16{padding:64px!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:4px!important;padding-left:4px!important}.px-2{padding-right:8px!important;padding-left:8px!important}.px-3{padding-right:12px!important;padding-left:12px!important}.px-4{padding-right:16px!important;padding-left:16px!important}.px-5{padding-right:20px!important;padding-left:20px!important}.px-6{padding-right:24px!important;padding-left:24px!important}.px-7{padding-right:28px!important;padding-left:28px!important}.px-8{padding-right:32px!important;padding-left:32px!important}.px-9{padding-right:36px!important;padding-left:36px!important}.px-10{padding-right:40px!important;padding-left:40px!important}.px-11{padding-right:44px!important;padding-left:44px!important}.px-12{padding-right:48px!important;padding-left:48px!important}.px-13{padding-right:52px!important;padding-left:52px!important}.px-14{padding-right:56px!important;padding-left:56px!important}.px-15{padding-right:60px!important;padding-left:60px!important}.px-16{padding-right:64px!important;padding-left:64px!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:4px!important;padding-bottom:4px!important}.py-2{padding-top:8px!important;padding-bottom:8px!important}.py-3{padding-top:12px!important;padding-bottom:12px!important}.py-4{padding-top:16px!important;padding-bottom:16px!important}.py-5{padding-top:20px!important;padding-bottom:20px!important}.py-6{padding-top:24px!important;padding-bottom:24px!important}.py-7{padding-top:28px!important;padding-bottom:28px!important}.py-8{padding-top:32px!important;padding-bottom:32px!important}.py-9{padding-top:36px!important;padding-bottom:36px!important}.py-10{padding-top:40px!important;padding-bottom:40px!important}.py-11{padding-top:44px!important;padding-bottom:44px!important}.py-12{padding-top:48px!important;padding-bottom:48px!important}.py-13{padding-top:52px!important;padding-bottom:52px!important}.py-14{padding-top:56px!important;padding-bottom:56px!important}.py-15{padding-top:60px!important;padding-bottom:60px!important}.py-16{padding-top:64px!important;padding-bottom:64px!important}.pt-0{padding-top:0!important}.pt-1{padding-top:4px!important}.pt-2{padding-top:8px!important}.pt-3{padding-top:12px!important}.pt-4{padding-top:16px!important}.pt-5{padding-top:20px!important}.pt-6{padding-top:24px!important}.pt-7{padding-top:28px!important}.pt-8{padding-top:32px!important}.pt-9{padding-top:36px!important}.pt-10{padding-top:40px!important}.pt-11{padding-top:44px!important}.pt-12{padding-top:48px!important}.pt-13{padding-top:52px!important}.pt-14{padding-top:56px!important}.pt-15{padding-top:60px!important}.pt-16{padding-top:64px!important}.pr-0{padding-right:0!important}.pr-1{padding-right:4px!important}.pr-2{padding-right:8px!important}.pr-3{padding-right:12px!important}.pr-4{padding-right:16px!important}.pr-5{padding-right:20px!important}.pr-6{padding-right:24px!important}.pr-7{padding-right:28px!important}.pr-8{padding-right:32px!important}.pr-9{padding-right:36px!important}.pr-10{padding-right:40px!important}.pr-11{padding-right:44px!important}.pr-12{padding-right:48px!important}.pr-13{padding-right:52px!important}.pr-14{padding-right:56px!important}.pr-15{padding-right:60px!important}.pr-16{padding-right:64px!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:4px!important}.pb-2{padding-bottom:8px!important}.pb-3{padding-bottom:12px!important}.pb-4{padding-bottom:16px!important}.pb-5{padding-bottom:20px!important}.pb-6{padding-bottom:24px!important}.pb-7{padding-bottom:28px!important}.pb-8{padding-bottom:32px!important}.pb-9{padding-bottom:36px!important}.pb-10{padding-bottom:40px!important}.pb-11{padding-bottom:44px!important}.pb-12{padding-bottom:48px!important}.pb-13{padding-bottom:52px!important}.pb-14{padding-bottom:56px!important}.pb-15{padding-bottom:60px!important}.pb-16{padding-bottom:64px!important}.pl-0{padding-left:0!important}.pl-1{padding-left:4px!important}.pl-2{padding-left:8px!important}.pl-3{padding-left:12px!important}.pl-4{padding-left:16px!important}.pl-5{padding-left:20px!important}.pl-6{padding-left:24px!important}.pl-7{padding-left:28px!important}.pl-8{padding-left:32px!important}.pl-9{padding-left:36px!important}.pl-10{padding-left:40px!important}.pl-11{padding-left:44px!important}.pl-12{padding-left:48px!important}.pl-13{padding-left:52px!important}.pl-14{padding-left:56px!important}.pl-15{padding-left:60px!important}.pl-16{padding-left:64px!important}.ps-0{padding-inline-start:0!important}.ps-1{padding-inline-start:4px!important}.ps-2{padding-inline-start:8px!important}.ps-3{padding-inline-start:12px!important}.ps-4{padding-inline-start:16px!important}.ps-5{padding-inline-start:20px!important}.ps-6{padding-inline-start:24px!important}.ps-7{padding-inline-start:28px!important}.ps-8{padding-inline-start:32px!important}.ps-9{padding-inline-start:36px!important}.ps-10{padding-inline-start:40px!important}.ps-11{padding-inline-start:44px!important}.ps-12{padding-inline-start:48px!important}.ps-13{padding-inline-start:52px!important}.ps-14{padding-inline-start:56px!important}.ps-15{padding-inline-start:60px!important}.ps-16{padding-inline-start:64px!important}.pe-0{padding-inline-end:0!important}.pe-1{padding-inline-end:4px!important}.pe-2{padding-inline-end:8px!important}.pe-3{padding-inline-end:12px!important}.pe-4{padding-inline-end:16px!important}.pe-5{padding-inline-end:20px!important}.pe-6{padding-inline-end:24px!important}.pe-7{padding-inline-end:28px!important}.pe-8{padding-inline-end:32px!important}.pe-9{padding-inline-end:36px!important}.pe-10{padding-inline-end:40px!important}.pe-11{padding-inline-end:44px!important}.pe-12{padding-inline-end:48px!important}.pe-13{padding-inline-end:52px!important}.pe-14{padding-inline-end:56px!important}.pe-15{padding-inline-end:60px!important}.pe-16{padding-inline-end:64px!important}.rounded-0{border-radius:0!important}.rounded-sm{border-radius:4px!important}.rounded{border-radius:5px!important}.rounded-lg{border-radius:8px!important}.rounded-xl{border-radius:30px!important}.rounded-pill{border-radius:9999px!important}.rounded-circle{border-radius:50%!important}.rounded-shaped{border-radius:25px 0!important}.rounded-t-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-t-sm{border-top-left-radius:4px!important;border-top-right-radius:4px!important}.rounded-t{border-top-left-radius:5px!important;border-top-right-radius:5px!important}.rounded-t-lg{border-top-left-radius:8px!important;border-top-right-radius:8px!important}.rounded-t-xl{border-top-left-radius:30px!important;border-top-right-radius:30px!important}.rounded-t-pill{border-top-left-radius:9999px!important;border-top-right-radius:9999px!important}.rounded-t-circle{border-top-left-radius:50%!important;border-top-right-radius:50%!important}.rounded-t-shaped{border-top-left-radius:25px!important;border-top-right-radius:0!important}.rounded-b-0{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.rounded-b-sm{border-bottom-left-radius:4px!important;border-bottom-right-radius:4px!important}.rounded-b{border-bottom-left-radius:5px!important;border-bottom-right-radius:5px!important}.rounded-b-lg{border-bottom-left-radius:8px!important;border-bottom-right-radius:8px!important}.rounded-b-xl{border-bottom-left-radius:30px!important;border-bottom-right-radius:30px!important}.rounded-b-pill{border-bottom-left-radius:9999px!important;border-bottom-right-radius:9999px!important}.rounded-b-circle{border-bottom-left-radius:50%!important;border-bottom-right-radius:50%!important}.rounded-b-shaped{border-bottom-left-radius:25px!important;border-bottom-right-radius:0!important}.border-0{border-width:0!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border,.border-thin{border-width:thin!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-sm{border-width:1px!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-md{border-width:2px!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-lg{border-width:4px!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-xl{border-width:8px!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-opacity-0{--v-border-opacity:0!important}.border-opacity{--v-border-opacity:0.12!important}.border-opacity-25{--v-border-opacity:0.25!important}.border-opacity-50{--v-border-opacity:0.5!important}.border-opacity-75{--v-border-opacity:0.75!important}.border-opacity-100{--v-border-opacity:1!important}.border-t-0{border-block-start-width:0!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t,.border-t-thin{border-block-start-width:thin!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t-sm{border-block-start-width:1px!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t-md{border-block-start-width:2px!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t-lg{border-block-start-width:4px!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t-xl{border-block-start-width:8px!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-0{border-inline-end-width:0!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e,.border-e-thin{border-inline-end-width:thin!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-sm{border-inline-end-width:1px!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-md{border-inline-end-width:2px!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-lg{border-inline-end-width:4px!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-xl{border-inline-end-width:8px!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-0{border-block-end-width:0!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b,.border-b-thin{border-block-end-width:thin!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-sm{border-block-end-width:1px!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-md{border-block-end-width:2px!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-lg{border-block-end-width:4px!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-xl{border-block-end-width:8px!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-0{border-inline-start-width:0!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s,.border-s-thin{border-inline-start-width:thin!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-sm{border-inline-start-width:1px!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-md{border-inline-start-width:2px!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-lg{border-inline-start-width:4px!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-xl{border-inline-start-width:8px!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-solid{border-style:solid!important}.border-dashed{border-style:dashed!important}.border-dotted{border-style:dotted!important}.border-double{border-style:double!important}.border-none{border-style:none!important}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}.text-justify{text-align:justify!important}.text-start{text-align:start!important}.text-end{text-align:end!important}.text-decoration-line-through{text-decoration:line-through!important}.text-decoration-none{text-decoration:none!important}.text-decoration-overline{text-decoration:overline!important}.text-decoration-underline{text-decoration:underline!important}.text-wrap{white-space:normal!important}.text-no-wrap{white-space:nowrap!important}.text-pre{white-space:pre!important}.text-pre-line{white-space:pre-line!important}.text-pre-wrap{white-space:pre-wrap!important}.text-break{overflow-wrap:break-word!important;word-break:break-word!important}.opacity-0{opacity:0!important}.opacity-10{opacity:.1!important}.opacity-20{opacity:.2!important}.opacity-30{opacity:.3!important}.opacity-40{opacity:.4!important}.opacity-50{opacity:.5!important}.opacity-60{opacity:.6!important}.opacity-70{opacity:.7!important}.opacity-80{opacity:.8!important}.opacity-90{opacity:.9!important}.opacity-100{opacity:1!important}.text-high-emphasis{color:rgba(var(--v-theme-on-background),var(--v-high-emphasis-opacity))!important}.text-medium-emphasis{color:rgba(var(--v-theme-on-background),var(--v-medium-emphasis-opacity))!important}.text-disabled{color:rgba(var(--v-theme-on-background),var(--v-disabled-opacity))!important}.text-truncate{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.text-h1{font-size:6rem!important;font-weight:300;line-height:1;letter-spacing:-.015625em!important;font-family:Pretendard,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;text-transform:none!important}.text-h2{font-size:1.5rem!important}.text-h2,.text-h3{font-weight:700;line-height:inherit;letter-spacing:-.0313rem!important;font-family:Pretendard,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;text-transform:none!important}.text-h3{font-size:1.25rem!important}.text-h4{font-weight:500;line-height:2.375rem}.text-h4,.text-h5{font-size:1.5rem!important;letter-spacing:normal!important;font-family:Pretendard,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;text-transform:none!important}.text-h5{font-weight:400;line-height:1.333}.text-h6{font-size:1.25rem!important;font-weight:500;line-height:1.6;letter-spacing:.0125em!important}.text-h6,.text-subtitle-1{font-family:Pretendard,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;text-transform:none!important}.text-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75;letter-spacing:.009375em!important}.text-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.6;letter-spacing:.0071428571em!important;font-family:Pretendard,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;text-transform:none!important}.text-body-1{font-size:1rem!important;line-height:1.5;letter-spacing:.03125em!important}.text-body-1,.text-body-2{font-weight:400;font-family:Pretendard,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;text-transform:none!important}.text-body-2{font-size:.875rem!important;line-height:1.425;letter-spacing:.0178571429em!important}.text-button{font-size:.9375rem!important;font-weight:500;line-height:2.6;letter-spacing:normal!important;font-family:Pretendard,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;text-transform:capitalize!important}.text-caption{font-weight:400;line-height:1.667;letter-spacing:.0333333333em!important;text-transform:none!important}.text-caption,.text-overline{font-size:.75rem!important;font-family:Pretendard,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol}.text-overline{font-weight:500;line-height:2.667;letter-spacing:.1666666667em!important;text-transform:uppercase!important}.text-none{text-transform:none!important}.text-capitalize{text-transform:capitalize!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.font-12{font-size:12px}.font-14{font-size:14px}.font-16{font-size:16px}.font-18{font-size:18px}.font-20{font-size:20px}.font-22{font-size:22px}.font-24{font-size:24px}.font-26{font-size:26px}.font-28{font-size:28px}.font-30{font-size:30px}.font-weight-200{font-weight:200}.font-weight-300{font-weight:300}.font-weight-400{font-weight:400}.font-weight-500{font-weight:500}.font-weight-600{font-weight:600}.font-weight-700{font-weight:700}.font-weight-thin{font-weight:100!important}.font-weight-light{font-weight:300!important}.font-weight-regular{font-weight:400!important}.font-weight-medium{font-weight:500!important}.font-weight-bold{font-weight:700!important}.font-weight-black{font-weight:900!important}.font-italic{font-style:italic!important}.text-mono{font-family:monospace!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-fixed{position:fixed!important}.position-absolute{position:absolute!important}.position-sticky{position:sticky!important}.top-0{top:0!important}.right-0{right:0!important}.bottom-0{bottom:0!important}.left-0{left:0!important}.cursor-auto{cursor:auto!important}.cursor-default{cursor:default!important}.cursor-pointer{cursor:pointer!important}.cursor-wait{cursor:wait!important}.cursor-text{cursor:text!important}.cursor-move{cursor:move!important}.cursor-help{cursor:help!important}.cursor-not-allowed{cursor:not-allowed!important}.cursor-progress{cursor:progress!important}.cursor-grab{cursor:grab!important}.cursor-grabbing{cursor:grabbing!important}.cursor-none{cursor:none!important}.fill-height{height:100%!important}.h-auto{height:auto!important}.h-screen{height:100vh!important}.h-0{height:0!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-screen{height:100dvh!important}.w-auto{width:auto!important}.w-0{width:0!important}.w-25{width:25%!important}.w-33{width:33%!important}.w-50{width:50%!important}.w-66{width:66%!important}.w-75{width:75%!important}.w-100{width:100%!important}.gap-0{gap:0}.gap-x-0{column-gap:0}.gap-y-0{row-gap:0}.gap-1{gap:.25rem}.gap-x-1{column-gap:.25rem}.gap-y-1{row-gap:.25rem}.gap-2{gap:.5rem}.gap-x-2{column-gap:.5rem}.gap-y-2{row-gap:.5rem}.gap-3{gap:.75rem}.gap-x-3{column-gap:.75rem}.gap-y-3{row-gap:.75rem}.gap-4{gap:1rem}.gap-x-4{column-gap:1rem}.gap-y-4{row-gap:1rem}.gap-5{gap:1.25rem}.gap-x-5{column-gap:1.25rem}.gap-y-5{row-gap:1.25rem}.gap-6{gap:1.5rem}.gap-x-6{column-gap:1.5rem}.gap-y-6{row-gap:1.5rem}.gap-7{gap:1.75rem}.gap-x-7{column-gap:1.75rem}.gap-y-7{row-gap:1.75rem}.gap-8{gap:2rem}.gap-x-8{column-gap:2rem}.gap-y-8{row-gap:2rem}.gap-9{gap:2.25rem}.gap-x-9{column-gap:2.25rem}.gap-y-9{row-gap:2.25rem}.gap-10{gap:2.5rem}.gap-x-10{column-gap:2.5rem}.gap-y-10{row-gap:2.5rem}.gap-11{gap:2.75rem}.gap-x-11{column-gap:2.75rem}.gap-y-11{row-gap:2.75rem}.gap-12{gap:3rem}.gap-x-12{column-gap:3rem}.gap-y-12{row-gap:3rem}.gap-14{gap:3.5rem}.gap-x-14{column-gap:3.5rem}.gap-y-14{row-gap:3.5rem}.gap-16{gap:4rem}.gap-x-16{column-gap:4rem}.gap-y-16{row-gap:4rem}.gap-20{gap:5rem}.gap-x-20{column-gap:5rem}.gap-y-20{row-gap:5rem}.gap-24{gap:6rem}.gap-x-24{column-gap:6rem}.gap-y-24{row-gap:6rem}.icon,.recording-box__customSelect .custom-select__option.is-active:after,.toastPop .img-wrap,.toastPop__close,input[type=checkbox]+label:before,input[type=checkbox]:checked+label:before{display:inline-block;background-repeat:no-repeat;width:20px;height:20px;background-size:contain}.icon-logo{background-image:url(/images/svg/sona_stt2.svg)}.icon-addNote{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.1665 1.66663H7.49984C3.33317 1.66663 1.6665 3.33329 1.6665 7.49996V12.5C1.6665 16.6666 3.33317 18.3333 7.49984 18.3333H12.4998C16.6665 18.3333 18.3332 16.6666 18.3332 12.5V10.8333' stroke='%23111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.3666 2.51663L6.7999 9.0833C6.5499 9.3333 6.2999 9.82497 6.2499 10.1833L5.89157 12.6916C5.75823 13.6 6.3999 14.2333 7.30823 14.1083L9.81657 13.75C10.1666 13.7 10.6582 13.45 10.9166 13.2L17.4832 6.6333C18.6166 5.49997 19.1499 4.1833 17.4832 2.51663C15.8166 0.849966 14.4999 1.3833 13.3666 2.51663Z' stroke='%23111' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.4248 3.45837C12.9831 5.45004 14.5415 7.00837 16.5415 7.57504' stroke='%23111' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-mic{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 15.8333C12.7583 15.8333 15 13.5916 15 10.8333V6.66663C15 3.90829 12.7583 1.66663 10 1.66663C7.24167 1.66663 5 3.90829 5 6.66663V10.8333C5 13.5916 7.24167 15.8333 10 15.8333Z' stroke='%23111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.5 9.16663V10.8333C2.5 14.975 5.85833 18.3333 10 18.3333C14.1417 18.3333 17.5 14.975 17.5 10.8333V9.16663' stroke='%23111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.5918 6.23328C9.07513 5.69161 10.6918 5.69161 12.1751 6.23328' stroke='%23111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.3584 8.73335C9.3584 8.45835 10.4167 8.45835 11.4167 8.73335' stroke='%23111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-micGrey{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 15.8333C12.7583 15.8333 15 13.5916 15 10.8333V6.66663C15 3.90829 12.7583 1.66663 10 1.66663C7.24167 1.66663 5 3.90829 5 6.66663V10.8333C5 13.5916 7.24167 15.8333 10 15.8333Z' stroke='%23848F9A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.5 9.16663V10.8333C2.5 14.975 5.85833 18.3333 10 18.3333C14.1417 18.3333 17.5 14.975 17.5 10.8333V9.16663' stroke='%23848F9A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.5918 6.23328C9.07513 5.69161 10.6918 5.69161 12.1751 6.23328' stroke='%23848F9A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.3584 8.73335C9.3584 8.45835 10.4167 8.45835 11.4167 8.73335' stroke='%23848F9A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-realtime{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='1.5' fill='%23111'/%3E%3Cpath d='M7 7C5.5 8 5.5 12 7 13' stroke='%23111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 7C14.5 8 14.5 12 13 13' stroke='%23111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 4.5C1.5 7 1.5 13 4 15.5' stroke='%23111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 4.5C18.5 7 18.5 13 16 15.5' stroke='%23111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-home{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5165 2.36664L3.02484 5.86664C2.27484 6.44997 1.6665 7.69164 1.6665 8.63331V14.8083C1.6665 16.7416 3.2415 18.325 5.17484 18.325H14.8248C16.7582 18.325 18.3332 16.7416 18.3332 14.8166V8.74997C18.3332 7.74164 17.6582 6.44997 16.8332 5.87497L11.6832 2.26664C10.5165 1.44997 8.6415 1.49164 7.5165 2.36664Z' stroke='%23111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 14.9917V12.4917' stroke='%23111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-allNote{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.05 8.70005L17.2333 12.1834C16.5333 15.1917 15.15 16.4084 12.55 16.1584C12.1333 16.125 11.6833 16.05 11.2 15.9334L9.79999 15.6C6.32499 14.775 5.24999 13.0584 6.06665 9.57505L6.88332 6.08338C7.04999 5.37505 7.24999 4.75838 7.49999 4.25005C8.47499 2.23338 10.1333 1.69171 12.9167 2.35005L14.3083 2.67505C17.8 3.49171 18.8667 5.21671 18.05 8.70005Z' stroke='%23111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.5498 16.1583C12.0331 16.5083 11.3831 16.8 10.5915 17.0583L9.2748 17.4917C5.96646 18.5583 4.2248 17.6667 3.1498 14.3583L2.08313 11.0667C1.01646 7.75833 1.8998 6.00833 5.20813 4.94167L6.5248 4.50833C6.86646 4.4 7.19146 4.30833 7.4998 4.25C7.2498 4.75833 7.0498 5.375 6.88313 6.08333L6.06646 9.575C5.2498 13.0583 6.3248 14.775 9.7998 15.6L11.1998 15.9333C11.6831 16.05 12.1331 16.125 12.5498 16.1583Z' stroke='%23111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.5332 7.10828L14.5749 8.13328' stroke='%23111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.7168 10.3334L12.1335 10.95' stroke='%23111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-folder{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.3332 9.16663V14.1666C18.3332 17.5 17.4998 18.3333 14.1665 18.3333H5.83317C2.49984 18.3333 1.6665 17.5 1.6665 14.1666V5.83329C1.6665 2.49996 2.49984 1.66663 5.83317 1.66663H7.08317C8.33317 1.66663 8.60817 2.03329 9.08317 2.66663L10.3332 4.33329C10.6498 4.74996 10.8332 4.99996 11.6665 4.99996H14.1665C17.4998 4.99996 18.3332 5.83329 18.3332 9.16663Z' stroke='%23111' stroke-width='1.5' stroke-miterlimit='10'/%3E%3C/svg%3E%0A")}.icon-trash{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 4.98332C14.725 4.70832 11.9333 4.56665 9.15 4.56665C7.5 4.56665 5.85 4.64998 4.2 4.81665L2.5 4.98332' stroke='%23111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.0835 4.14163L7.26683 3.04996C7.40016 2.25829 7.50016 1.66663 8.9085 1.66663H11.0918C12.5002 1.66663 12.6085 2.29163 12.7335 3.05829L12.9168 4.14163' stroke='%23111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.7082 7.6167L15.1665 16.0084C15.0748 17.3167 14.9998 18.3334 12.6748 18.3334H7.32484C4.99984 18.3334 4.92484 17.3167 4.83317 16.0084L4.2915 7.6167' stroke='%23111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.6084 13.75H11.3834' stroke='%23111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.9165 10.4166H12.0832' stroke='%23111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-setting{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 12.5C11.3807 12.5 12.5 11.3807 12.5 10C12.5 8.61929 11.3807 7.5 10 7.5C8.61929 7.5 7.5 8.61929 7.5 10C7.5 11.3807 8.61929 12.5 10 12.5Z' stroke='%23111' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.6665 10.7334V9.2667C1.6665 8.40003 2.37484 7.68336 3.24984 7.68336C4.75817 7.68336 5.37484 6.6167 4.6165 5.30836C4.18317 4.55836 4.4415 3.58336 5.19984 3.15003L6.6415 2.32503C7.29984 1.93336 8.14984 2.1667 8.5415 2.82503L8.63317 2.98336C9.38317 4.2917 10.6165 4.2917 11.3748 2.98336L11.4665 2.82503C11.8582 2.1667 12.7082 1.93336 13.3665 2.32503L14.8082 3.15003C15.5665 3.58336 15.8248 4.55836 15.3915 5.30836C14.6332 6.6167 15.2498 7.68336 16.7582 7.68336C17.6248 7.68336 18.3415 8.3917 18.3415 9.2667V10.7334C18.3415 11.6 17.6332 12.3167 16.7582 12.3167C15.2498 12.3167 14.6332 13.3834 15.3915 14.6917C15.8248 15.45 15.5665 16.4167 14.8082 16.85L13.3665 17.675C12.7082 18.0667 11.8582 17.8334 11.4665 17.175L11.3748 17.0167C10.6248 15.7084 9.3915 15.7084 8.63317 17.0167L8.5415 17.175C8.14984 17.8334 7.29984 18.0667 6.6415 17.675L5.19984 16.85C4.4415 16.4167 4.18317 15.4417 4.6165 14.6917C5.37484 13.3834 4.75817 12.3167 3.24984 12.3167C2.37484 12.3167 1.6665 11.6 1.6665 10.7334Z' stroke='%23111' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-logout{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.4165 6.29995C7.67484 3.29995 9.2165 2.07495 12.5915 2.07495H12.6998C16.4248 2.07495 17.9165 3.56662 17.9165 7.29162V12.725C17.9165 16.45 16.4248 17.9416 12.6998 17.9416H12.5915C9.2415 17.9416 7.69984 16.7333 7.42484 13.7833' stroke='%23111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.4999 10H3.0166' stroke='%23111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.87516 7.20825L2.0835 9.99992L4.87516 12.7916' stroke='%23111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-search{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.91663 14.1666C11.3684 14.1666 14.1666 11.3684 14.1666 7.91663C14.1666 4.46485 11.3684 1.66663 7.91663 1.66663C4.46485 1.66663 1.66663 4.46485 1.66663 7.91663C1.66663 11.3684 4.46485 14.1666 7.91663 14.1666Z' stroke='%23111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.3333 18.3333L12.5 12.5' stroke='%23111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-sort{width:12px;height:12px;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='11' viewBox='0 0 12 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.22501 2.85999L3.36499 1L1.505 2.85999' stroke='%23111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.36499 10V1' stroke='%23111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.77502 8.14001L8.63504 10L10.495 8.14001' stroke='%23111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.63501 1V10' stroke='%23111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-check,input[type=checkbox]+label:before,input[type=checkbox]:checked+label:before{background-size:10px 8px;background-position:50%;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L3.03374 7L1 4.95476' stroke='%23f1f1f1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-check.is-active,input[type=checkbox]+label.is-active:before,input[type=checkbox]:checked+label:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L3.03374 7L1 4.95476' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-dropdown{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6 7.45837L11.1667 12.8917C10.525 13.5334 9.47503 13.5334 8.83336 12.8917L3.40002 7.45837' stroke='%23111' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-add{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 12H20' stroke='%23111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 20V4' stroke='%23111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-lang{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 18.3333C14.6024 18.3333 18.3334 14.6023 18.3334 9.99996C18.3334 5.39759 14.6024 1.66663 10 1.66663C5.39765 1.66663 1.66669 5.39759 1.66669 9.99996C1.66669 14.6023 5.39765 18.3333 10 18.3333Z' stroke='%23aaa' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.66667 2.5H7.5C5.875 7.36667 5.875 12.6333 7.5 17.5H6.66667' stroke='%23aaa' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.5 2.5C14.125 7.36667 14.125 12.6333 12.5 17.5' stroke='%23aaa' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.5 13.3333V12.5C7.36667 14.125 12.6333 14.125 17.5 12.5V13.3333' stroke='%23aaa' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.5 7.5C7.36667 5.875 12.6333 5.875 17.5 7.5' stroke='%23aaa' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-edit{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23aaa'%3E%3Cpath d='M5 18.89H6.41421L15.7279 9.57627L14.3137 8.16206L5 17.4758V18.89ZM21 20.89H3V16.6473L16.435 3.21231C16.8256 2.82179 17.4587 2.82179 17.8492 3.21231L20.6777 6.04074C21.0682 6.43126 21.0682 7.06443 20.6777 7.45495L9.24264 18.89H21V20.89ZM15.7279 6.74785L17.1421 8.16206L18.5563 6.74785L17.1421 5.33363L15.7279 6.74785Z'%3E%3C/path%3E%3C/svg%3E")}.icon-close{width:24px;height:24px;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23111' d='m12 10.587l4.95-4.95l1.414 1.414l-4.95 4.95l4.95 4.95l-1.415 1.414l-4.95-4.95l-4.949 4.95l-1.414-1.415l4.95-4.95l-4.95-4.95L7.05 5.638z'/%3E%3C/svg%3E")}.icon-close--s{width:15px;height:15px}.icon-closeWhite,.toastPop__close{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23fff' d='m12 10.587l4.95-4.95l1.414 1.414l-4.95 4.95l4.95 4.95l-1.415 1.414l-4.95-4.95l-4.949 4.95l-1.414-1.415l4.95-4.95l-4.95-4.95L7.05 5.638z'/%3E%3C/svg%3E")}.icon-play{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='17' height='18' viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 8.9999V5.43989C0.5 1.01989 3.63 -0.790105 7.46 1.4199L10.55 3.1999L13.64 4.9799C17.47 7.1899 17.47 10.8099 13.64 13.0199L10.55 14.7999L7.46 16.5799C3.63 18.7899 0.5 16.9799 0.5 12.5599V8.9999Z' fill='%23111'/%3E%3C/svg%3E%0A")}.icon-pause{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.15 19.11V4.89C11.15 3.54 10.58 3 9.14 3H5.51C4.07 3 3.5 3.54 3.5 4.89V19.11C3.5 20.46 4.07 21 5.51 21H9.14C10.58 21 11.15 20.46 11.15 19.11Z' fill='%23111'/%3E%3Cpath d='M21.5001 19.11V4.89C21.5001 3.54 20.9301 3 19.4901 3H15.8601C14.4301 3 13.8501 3.54 13.8501 4.89V19.11C13.8501 20.46 14.4201 21 15.8601 21H19.4901C20.9301 21 21.5001 20.46 21.5001 19.11Z' fill='%23111'/%3E%3C/svg%3E%0A")}.icon-sound{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.4998 16.75C18.3398 16.75 18.1898 16.7 18.0498 16.6C17.7198 16.35 17.6498 15.88 17.8998 15.55C19.4698 13.46 19.4698 10.54 17.8998 8.45003C17.6498 8.12003 17.7198 7.65003 18.0498 7.40003C18.3798 7.15003 18.8498 7.22003 19.0998 7.55003C21.0598 10.17 21.0598 13.83 19.0998 16.45C18.9498 16.65 18.7298 16.75 18.4998 16.75Z' fill='%23111'/%3E%3Cpath d='M20.3299 19.25C20.1699 19.25 20.0199 19.2 19.8799 19.1C19.5499 18.85 19.4799 18.38 19.7299 18.05C22.3999 14.49 22.3999 9.51003 19.7299 5.95003C19.4799 5.62003 19.5499 5.15003 19.8799 4.90003C20.2099 4.65003 20.6799 4.72003 20.9299 5.05003C23.9999 9.14003 23.9999 14.86 20.9299 18.95C20.7899 19.15 20.5599 19.25 20.3299 19.25Z' fill='%23111'/%3E%3Cpath d='M14.52 3.77997C13.4 3.15997 11.97 3.31997 10.51 4.22997L7.59 6.05997C7.39 6.17997 7.16 6.24997 6.93 6.24997H6H5.5C3.08 6.24997 1.75 7.57997 1.75 9.99997V14C1.75 16.42 3.08 17.75 5.5 17.75H6H6.93C7.16 17.75 7.39 17.82 7.59 17.94L10.51 19.77C11.39 20.32 12.25 20.59 13.05 20.59C13.57 20.59 14.07 20.47 14.52 20.22C15.63 19.6 16.25 18.31 16.25 16.59V7.40997C16.25 5.68997 15.63 4.39997 14.52 3.77997Z' fill='%23111'/%3E%3C/svg%3E%0A")}.icon-more{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 10C4.4 10 3.5 10.9 3.5 12C3.5 13.1 4.4 14 5.5 14C6.6 14 7.5 13.1 7.5 12C7.5 10.9 6.6 10 5.5 10Z' fill='%23111'/%3E%3Cpath d='M19.5 10C18.4 10 17.5 10.9 17.5 12C17.5 13.1 18.4 14 19.5 14C20.6 14 21.5 13.1 21.5 12C21.5 10.9 20.6 10 19.5 10Z' fill='%23111'/%3E%3Cpath d='M12.5 10C11.4 10 10.5 10.9 10.5 12C10.5 13.1 11.4 14 12.5 14C13.6 14 14.5 13.1 14.5 12C14.5 10.9 13.6 10 12.5 10Z' fill='%23111'/%3E%3C/svg%3E%0A")}.icon-mute{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23111'%3E%3Cpath d='M5.88889 16.0001H2C1.44772 16.0001 1 15.5524 1 15.0001V9.00007C1 8.44778 1.44772 8.00007 2 8.00007H5.88889L11.1834 3.66821C11.3971 3.49335 11.7121 3.52485 11.887 3.73857C11.9601 3.8279 12 3.93977 12 4.05519V19.9449C12 20.2211 11.7761 20.4449 11.5 20.4449C11.3846 20.4449 11.2727 20.405 11.1834 20.3319L5.88889 16.0001ZM20.4142 12.0001L23.9497 15.5356L22.5355 16.9498L19 13.4143L15.4645 16.9498L14.0503 15.5356L17.5858 12.0001L14.0503 8.46454L15.4645 7.05032L19 10.5859L22.5355 7.05032L23.9497 8.46454L20.4142 12.0001Z'%3E%3C/path%3E%3C/svg%3E")}.icon-muteUp{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 16.75C17.84 16.75 17.69 16.7 17.55 16.6C17.22 16.35 17.15 15.88 17.4 15.55C18.66 13.87 18.93 11.64 18.12 9.71C17.96 9.33 18.14 8.89 18.52 8.73C18.9 8.57 19.34 8.75 19.5 9.13C20.52 11.55 20.17 14.36 18.6 16.46C18.45 16.65 18.23 16.75 18 16.75Z' fill='%23111'/%3E%3Cpath d='M19.83 19.25C19.67 19.25 19.52 19.2 19.38 19.1C19.05 18.85 18.98 18.38 19.23 18.05C21.37 15.2 21.84 11.38 20.46 8.09C20.3 7.71 20.48 7.27 20.86 7.11C21.24 6.95 21.68 7.13 21.84 7.51C23.43 11.29 22.89 15.67 20.43 18.95C20.29 19.15 20.06 19.25 19.83 19.25Z' fill='%23111'/%3E%3Cpath d='M14.04 12.96C14.67 12.33 15.75 12.78 15.75 13.67V16.6C15.75 18.32 15.13 19.61 14.02 20.23C13.57 20.48 13.07 20.6 12.55 20.6C11.75 20.6 10.89 20.33 10.01 19.78L9.36998 19.38C8.82998 19.04 8.73998 18.28 9.18998 17.83L14.04 12.96Z' fill='%23111'/%3E%3Cpath d='M21.77 2.23C21.47 1.93 20.98 1.93 20.68 2.23L15.73 7.18C15.67 5.58 15.07 4.38 14.01 3.79C12.89 3.17 11.46 3.33 10 4.24L7.09 6.06C6.89 6.18 6.66 6.25 6.43 6.25H5.5H5C2.58 6.25 1.25 7.58 1.25 10V14C1.25 16.42 2.58 17.75 5 17.75H5.16L2.22 20.69C1.92 20.99 1.92 21.48 2.22 21.78C2.38 21.92 2.57 22 2.77 22C2.97 22 3.16 21.92 3.31 21.77L21.77 3.31C22.08 3.01 22.08 2.53 21.77 2.23Z' fill='%23111'/%3E%3C/svg%3E%0A")}.icon-note{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 7V17C21 20 19.5 22 16 22H8C4.5 22 3 20 3 17V7C3 4 4.5 2 8 2H16C19.5 2 21 4 21 7Z' stroke='%23111' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.5 4.5V6.5C14.5 7.6 15.4 8.5 16.5 8.5H18.5' stroke='%23111' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 13H12' stroke='%23111' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 17H16' stroke='%23111' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-msg{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.4698 16.83L18.8598 19.99C18.9598 20.82 18.0698 21.4 17.3598 20.97L13.1698 18.48C12.7098 18.48 12.2599 18.45 11.8199 18.39C12.5599 17.52 12.9998 16.42 12.9998 15.23C12.9998 12.39 10.5398 10.09 7.49985 10.09C6.33985 10.09 5.26985 10.42 4.37985 11C4.34985 10.75 4.33984 10.5 4.33984 10.24C4.33984 5.68999 8.28985 2 13.1698 2C18.0498 2 21.9998 5.68999 21.9998 10.24C21.9998 12.94 20.6098 15.33 18.4698 16.83Z' stroke='%23111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 15.23C13 16.42 12.56 17.5201 11.82 18.3901C10.83 19.5901 9.26 20.36 7.5 20.36L4.89 21.91C4.45 22.18 3.89 21.81 3.95 21.3L4.2 19.3301C2.86 18.4001 2 16.91 2 15.23C2 13.47 2.94 11.9201 4.38 11.0001C5.27 10.4201 6.34 10.0901 7.5 10.0901C10.54 10.0901 13 12.39 13 15.23Z' stroke='%23111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-panelLeft,.icon-panelRight{width:9.17px;height:13px;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0003 14.6667L4.64163 9.17849C4.00878 8.53034 4.00878 7.46974 4.64163 6.82159L10.0003 1.33337' stroke='%23848F9A' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.833497 13.8334L0.833496 2.16675' stroke='%23848F9A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-panelRight{transform:rotate(180deg)}.icon-plus{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.3335 10H16.6668' stroke='%23111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 16.6667V3.33337' stroke='%23111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-plusGrey{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.3335 10H16.6668' stroke='%236A7581' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 16.6667V3.33337' stroke='%236A7581' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-gallery{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z' fill='%23111'/%3E%3Cpath d='M9 10.75C7.48 10.75 6.25 9.52 6.25 8C6.25 6.48 7.48 5.25 9 5.25C10.52 5.25 11.75 6.48 11.75 8C11.75 9.52 10.52 10.75 9 10.75ZM9 6.75C8.31 6.75 7.75 7.31 7.75 8C7.75 8.69 8.31 9.25 9 9.25C9.69 9.25 10.25 8.69 10.25 8C10.25 7.31 9.69 6.75 9 6.75Z' fill='%23111'/%3E%3Cpath d='M2.66977 19.7001C2.42977 19.7001 2.18977 19.5801 2.04977 19.3701C1.81977 19.0301 1.90977 18.5601 2.25977 18.3301L7.18977 15.0201C8.26977 14.2901 9.75977 14.3801 10.7398 15.2101L11.0698 15.5001C11.5698 15.9301 12.4198 15.9301 12.9098 15.5001L17.0698 11.9301C18.1298 11.0201 19.7998 11.0201 20.8698 11.9301L22.4998 13.3301C22.8098 13.6001 22.8498 14.0701 22.5798 14.3901C22.3098 14.7001 21.8398 14.7401 21.5198 14.4701L19.8898 13.0701C19.3898 12.6401 18.5398 12.6401 18.0398 13.0701L13.8798 16.6401C12.8198 17.5501 11.1498 17.5501 10.0798 16.6401L9.74977 16.3501C9.28977 15.9601 8.52977 15.9201 8.01977 16.2701L3.08977 19.5801C2.95977 19.6601 2.80977 19.7001 2.66977 19.7001Z' fill='%23111'/%3E%3C/svg%3E%0A")}.icon-sendMsg{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.0703 8.50989L9.51026 4.22989C3.76026 1.34989 1.40026 3.70989 4.28026 9.45989L5.15026 11.1999C5.40026 11.7099 5.40026 12.2999 5.15026 12.8099L4.28026 14.5399C1.40026 20.2899 3.75026 22.6499 9.51026 19.7699L18.0703 15.4899C21.9103 13.5699 21.9103 10.4299 18.0703 8.50989ZM14.8403 12.7499H9.44026C9.03026 12.7499 8.69026 12.4099 8.69026 11.9999C8.69026 11.5899 9.03026 11.2499 9.44026 11.2499H14.8403C15.2503 11.2499 15.5903 11.5899 15.5903 11.9999C15.5903 12.4099 15.2503 12.7499 14.8403 12.7499Z' fill='%23111'/%3E%3C/svg%3E%0A")}.icon-down{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.9401 6.7124L10.0501 11.6024C9.47256 12.1799 8.52756 12.1799 7.95006 11.6024L3.06006 6.7124' stroke='%23111' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-moveFirst{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23111'%3E%3Cpath d='M13.9142 12L18.7071 7.20712L17.2929 5.79291L11.0858 12L17.2929 18.2071L18.7071 16.7929L13.9142 12ZM7 18V6.00001H9V18H7Z'%3E%3C/path%3E%3C/svg%3E")}.icon-movePrev{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23111'%3E%3Cpath d='M11.8284 12.0005L14.6569 14.8289L13.2426 16.2431L9 12.0005L13.2426 7.75781L14.6569 9.17203L11.8284 12.0005Z'%3E%3C/path%3E%3C/svg%3E")}.icon-moveNext{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23111'%3E%3Cpath d='M12.1717 12.0005L9.34326 9.17203L10.7575 7.75781L15.0001 12.0005L10.7575 16.2431L9.34326 14.8289L12.1717 12.0005Z'%3E%3C/path%3E%3C/svg%3E")}.icon-moveLast{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23111'%3E%3Cpath d='M10.0858 12L5.29289 16.7929L6.70711 18.2071L12.9142 12L6.70711 5.79291L5.29289 7.20712L10.0858 12ZM17 6.00002L17 18H15L15 6.00002L17 6.00002Z'%3E%3C/path%3E%3C/svg%3E")}.icon-time{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23111'%3E%3Cpath d='M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM13 12H17V14H11V7H13V12Z'%3E%3C/path%3E%3C/svg%3E")}.icon-eye{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9833 10.0001C12.9833 11.6501 11.6499 12.9834 9.99993 12.9834C8.34993 12.9834 7.0166 11.6501 7.0166 10.0001C7.0166 8.35006 8.34993 7.01672 9.99993 7.01672C11.6499 7.01672 12.9833 8.35006 12.9833 10.0001Z' stroke='%23111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.0001 16.8916C12.9418 16.8916 15.6834 15.1583 17.5918 12.1583C18.3418 10.9833 18.3418 9.00831 17.5918 7.83331C15.6834 4.83331 12.9418 3.09998 10.0001 3.09998C7.05845 3.09998 4.31678 4.83331 2.40845 7.83331C1.65845 9.00831 1.65845 10.9833 2.40845 12.1583C4.31678 15.1583 7.05845 16.8916 10.0001 16.8916Z' stroke='%23111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-eye.is-active,input[type=checkbox]:checked+label.icon-eye:before{background-image:url("data:image/svg+xml;charset=utf8,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23111' d='M17.883 19.297A10.95 10.95 0 0 1 12 21c-5.392 0-9.878-3.88-10.818-9A11 11 0 0 1 4.52 5.935L1.394 2.808l1.414-1.414l19.799 19.798l-1.414 1.415zM5.936 7.35A8.97 8.97 0 0 0 3.223 12a9.005 9.005 0 0 0 13.201 5.838l-2.028-2.028A4.5 4.5 0 0 1 8.19 9.604zm6.978 6.978l-3.242-3.241a2.5 2.5 0 0 0 3.241 3.241m7.893 2.265l-1.431-1.431A8.9 8.9 0 0 0 20.778 12A9.005 9.005 0 0 0 9.552 5.338L7.974 3.76C9.221 3.27 10.58 3 12 3c5.392 0 9.878 3.88 10.819 9a10.95 10.95 0 0 1-2.012 4.593m-9.084-9.084Q11.86 7.5 12 7.5a4.5 4.5 0 0 1 4.492 4.778z'/%3E%3C/svg%3E")}.icon-kakao{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='17' viewBox='0 0 20 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.9935 0.166687C4.92272 0.166687 0.833374 3.38417 0.833374 7.29023C0.833374 9.82563 2.53454 12.0457 5.08629 13.3134L4.22262 16.4859C4.20634 16.5335 4.20383 16.5845 4.21539 16.6334C4.22694 16.6822 4.2521 16.727 4.28805 16.7626C4.34046 16.808 4.40791 16.8332 4.47779 16.8334C4.53574 16.8288 4.59072 16.8063 4.63482 16.769L8.35122 14.3044C8.89981 14.3789 9.4528 14.4176 10.0066 14.4202C15.0708 14.4202 19.1667 11.2027 19.1667 7.29023C19.1667 3.37773 15.0577 0.166687 9.9935 0.166687Z' fill='%23111'/%3E%3C/svg%3E%0A")}.icon-speedCheck,.recording-box__customSelect .custom-select__option.is-active:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.887695 5.00012L4.29212 8.40455L11.113 1.5957' stroke='%23111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-speedCheckWhite,.toastPop .img-wrap{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.887695 5.00012L4.29212 8.40455L11.113 1.5957' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-refresh{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.3327 9.99984C18.3327 14.5998 14.5993 18.3332 9.99935 18.3332C5.39935 18.3332 2.59102 13.6998 2.59102 13.6998M2.59102 13.6998H6.35768M2.59102 13.6998V17.8665M1.66602 9.99984C1.66602 5.39984 5.36602 1.6665 9.99935 1.6665C15.5577 1.6665 18.3327 6.29984 18.3327 6.29984M18.3327 6.29984V2.13317M18.3327 6.29984H14.6327' stroke='%23111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}:root[data-mantine-color-scheme=dark] .icon-logo,[data-theme=dark] .icon-logo{background-image:url(/images/svg/sona_stt2_white.svg)}:root[data-mantine-color-scheme=dark] .icon-addNote,[data-theme=dark] .icon-addNote{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.1665 1.66663H7.49984C3.33317 1.66663 1.6665 3.33329 1.6665 7.49996V12.5C1.6665 16.6666 3.33317 18.3333 7.49984 18.3333H12.4998C16.6665 18.3333 18.3332 16.6666 18.3332 12.5V10.8333' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.3666 2.51663L6.7999 9.0833C6.5499 9.3333 6.2999 9.82497 6.2499 10.1833L5.89157 12.6916C5.75823 13.6 6.3999 14.2333 7.30823 14.1083L9.81657 13.75C10.1666 13.7 10.6582 13.45 10.9166 13.2L17.4832 6.6333C18.6166 5.49997 19.1499 4.1833 17.4832 2.51663C15.8166 0.849966 14.4999 1.3833 13.3666 2.51663Z' stroke='%23fff' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.4248 3.45837C12.9831 5.45004 14.5415 7.00837 16.5415 7.57504' stroke='%23fff' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}:root[data-mantine-color-scheme=dark] .icon-mic,:root[data-mantine-color-scheme=dark] .icon-micGrey,[data-theme=dark] .icon-mic,[data-theme=dark] .icon-micGrey{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 15.8333C12.7583 15.8333 15 13.5916 15 10.8333V6.66663C15 3.90829 12.7583 1.66663 10 1.66663C7.24167 1.66663 5 3.90829 5 6.66663V10.8333C5 13.5916 7.24167 15.8333 10 15.8333Z' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.5 9.16663V10.8333C2.5 14.975 5.85833 18.3333 10 18.3333C14.1417 18.3333 17.5 14.975 17.5 10.8333V9.16663' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.5918 6.23328C9.07513 5.69161 10.6918 5.69161 12.1751 6.23328' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.3584 8.73335C9.3584 8.45835 10.4167 8.45835 11.4167 8.73335' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}:root[data-mantine-color-scheme=dark] .icon-realtime,[data-theme=dark] .icon-realtime{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='1.5' fill='%23fff'/%3E%3Cpath d='M7 7C5.5 8 5.5 12 7 13' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 7C14.5 8 14.5 12 13 13' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 4.5C1.5 7 1.5 13 4 15.5' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 4.5C18.5 7 18.5 13 16 15.5' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}:root[data-mantine-color-scheme=dark] .icon-home,[data-theme=dark] .icon-home{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5165 2.36664L3.02484 5.86664C2.27484 6.44997 1.6665 7.69164 1.6665 8.63331V14.8083C1.6665 16.7416 3.2415 18.325 5.17484 18.325H14.8248C16.7582 18.325 18.3332 16.7416 18.3332 14.8166V8.74997C18.3332 7.74164 17.6582 6.44997 16.8332 5.87497L11.6832 2.26664C10.5165 1.44997 8.6415 1.49164 7.5165 2.36664Z' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 14.9917V12.4917' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}:root[data-mantine-color-scheme=dark] .icon-allNote,[data-theme=dark] .icon-allNote{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.05 8.70005L17.2333 12.1834C16.5333 15.1917 15.15 16.4084 12.55 16.1584C12.1333 16.125 11.6833 16.05 11.2 15.9334L9.79999 15.6C6.32499 14.775 5.24999 13.0584 6.06665 9.57505L6.88332 6.08338C7.04999 5.37505 7.24999 4.75838 7.49999 4.25005C8.47499 2.23338 10.1333 1.69171 12.9167 2.35005L14.3083 2.67505C17.8 3.49171 18.8667 5.21671 18.05 8.70005Z' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.5498 16.1583C12.0331 16.5083 11.3831 16.8 10.5915 17.0583L9.2748 17.4917C5.96646 18.5583 4.2248 17.6667 3.1498 14.3583L2.08313 11.0667C1.01646 7.75833 1.8998 6.00833 5.20813 4.94167L6.5248 4.50833C6.86646 4.4 7.19146 4.30833 7.4998 4.25C7.2498 4.75833 7.0498 5.375 6.88313 6.08333L6.06646 9.575C5.2498 13.0583 6.3248 14.775 9.7998 15.6L11.1998 15.9333C11.6831 16.05 12.1331 16.125 12.5498 16.1583Z' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.5332 7.10828L14.5749 8.13328' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.7168 10.3334L12.1335 10.95' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}:root[data-mantine-color-scheme=dark] .icon-folder,[data-theme=dark] .icon-folder{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.3332 9.16663V14.1666C18.3332 17.5 17.4998 18.3333 14.1665 18.3333H5.83317C2.49984 18.3333 1.6665 17.5 1.6665 14.1666V5.83329C1.6665 2.49996 2.49984 1.66663 5.83317 1.66663H7.08317C8.33317 1.66663 8.60817 2.03329 9.08317 2.66663L10.3332 4.33329C10.6498 4.74996 10.8332 4.99996 11.6665 4.99996H14.1665C17.4998 4.99996 18.3332 5.83329 18.3332 9.16663Z' stroke='%23fff' stroke-width='1.5' stroke-miterlimit='10'/%3E%3C/svg%3E%0A")}:root[data-mantine-color-scheme=dark] .icon-trash,[data-theme=dark] .icon-trash{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 4.98332C14.725 4.70832 11.9333 4.56665 9.15 4.56665C7.5 4.56665 5.85 4.64998 4.2 4.81665L2.5 4.98332' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.0835 4.14163L7.26683 3.04996C7.40016 2.25829 7.50016 1.66663 8.9085 1.66663H11.0918C12.5002 1.66663 12.6085 2.29163 12.7335 3.05829L12.9168 4.14163' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.7082 7.6167L15.1665 16.0084C15.0748 17.3167 14.9998 18.3334 12.6748 18.3334H7.32484C4.99984 18.3334 4.92484 17.3167 4.83317 16.0084L4.2915 7.6167' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.6084 13.75H11.3834' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.9165 10.4166H12.0832' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}:root[data-mantine-color-scheme=dark] .icon-setting,[data-theme=dark] .icon-setting{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 12.5C11.3807 12.5 12.5 11.3807 12.5 10C12.5 8.61929 11.3807 7.5 10 7.5C8.61929 7.5 7.5 8.61929 7.5 10C7.5 11.3807 8.61929 12.5 10 12.5Z' stroke='%23fff' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.6665 10.7334V9.2667C1.6665 8.40003 2.37484 7.68336 3.24984 7.68336C4.75817 7.68336 5.37484 6.6167 4.6165 5.30836C4.18317 4.55836 4.4415 3.58336 5.19984 3.15003L6.6415 2.32503C7.29984 1.93336 8.14984 2.1667 8.5415 2.82503L8.63317 2.98336C9.38317 4.2917 10.6165 4.2917 11.3748 2.98336L11.4665 2.82503C11.8582 2.1667 12.7082 1.93336 13.3665 2.32503L14.8082 3.15003C15.5665 3.58336 15.8248 4.55836 15.3915 5.30836C14.6332 6.6167 15.2498 7.68336 16.7582 7.68336C17.6248 7.68336 18.3415 8.3917 18.3415 9.2667V10.7334C18.3415 11.6 17.6332 12.3167 16.7582 12.3167C15.2498 12.3167 14.6332 13.3834 15.3915 14.6917C15.8248 15.45 15.5665 16.4167 14.8082 16.85L13.3665 17.675C12.7082 18.0667 11.8582 17.8334 11.4665 17.175L11.3748 17.0167C10.6248 15.7084 9.3915 15.7084 8.63317 17.0167L8.5415 17.175C8.14984 17.8334 7.29984 18.0667 6.6415 17.675L5.19984 16.85C4.4415 16.4167 4.18317 15.4417 4.6165 14.6917C5.37484 13.3834 4.75817 12.3167 3.24984 12.3167C2.37484 12.3167 1.6665 11.6 1.6665 10.7334Z' stroke='%23fff' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}:root[data-mantine-color-scheme=dark] .icon-logout,[data-theme=dark] .icon-logout{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.4165 6.29995C7.67484 3.29995 9.2165 2.07495 12.5915 2.07495H12.6998C16.4248 2.07495 17.9165 3.56662 17.9165 7.29162V12.725C17.9165 16.45 16.4248 17.9416 12.6998 17.9416H12.5915C9.2415 17.9416 7.69984 16.7333 7.42484 13.7833' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.4999 10H3.0166' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.87516 7.20825L2.0835 9.99992L4.87516 12.7916' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}:root[data-mantine-color-scheme=dark] .icon-search,[data-theme=dark] .icon-search{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.91663 14.1666C11.3684 14.1666 14.1666 11.3684 14.1666 7.91663C14.1666 4.46485 11.3684 1.66663 7.91663 1.66663C4.46485 1.66663 1.66663 4.46485 1.66663 7.91663C1.66663 11.3684 4.46485 14.1666 7.91663 14.1666Z' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.3333 18.3333L12.5 12.5' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}:root[data-mantine-color-scheme=dark] .icon-sort,[data-theme=dark] .icon-sort{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='11' viewBox='0 0 12 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.22501 2.85999L3.36499 1L1.505 2.85999' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.36499 10V1' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.77502 8.14001L8.63504 10L10.495 8.14001' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.63501 1V10' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}:root[data-mantine-color-scheme=dark] .icon-check,:root[data-mantine-color-scheme=dark] input[type=checkbox]+label:before,[data-theme=dark] .icon-check,[data-theme=dark] input[type=checkbox]+label:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L3.03374 7L1 4.95476' stroke='%23f5f5f5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}:root[data-mantine-color-scheme=dark] .icon-check.is-active,:root[data-mantine-color-scheme=dark] input[type=checkbox]+label.is-active:before,:root[data-mantine-color-scheme=dark] input[type=checkbox]:checked+label:before,[data-theme=dark] .icon-check.is-active,[data-theme=dark] input[type=checkbox]+label.is-active:before,[data-theme=dark] input[type=checkbox]:checked+label:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L3.03374 7L1 4.95476' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}:root[data-mantine-color-scheme=dark] .icon-dropdown,[data-theme=dark] .icon-dropdown{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6 7.45837L11.1667 12.8917C10.525 13.5334 9.47503 13.5334 8.83336 12.8917L3.40002 7.45837' stroke='%23fff' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}:root[data-mantine-color-scheme=dark] .icon-add,[data-theme=dark] .icon-add{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 12H20' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 20V4' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}:root[data-mantine-color-scheme=dark] .icon-lang,[data-theme=dark] .icon-lang{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 18.3333C14.6024 18.3333 18.3334 14.6023 18.3334 9.99996C18.3334 5.39759 14.6024 1.66663 10 1.66663C5.39765 1.66663 1.66669 5.39759 1.66669 9.99996C1.66669 14.6023 5.39765 18.3333 10 18.3333Z' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.66667 2.5H7.5C5.875 7.36667 5.875 12.6333 7.5 17.5H6.66667' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.5 2.5C14.125 7.36667 14.125 12.6333 12.5 17.5' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.5 13.3333V12.5C7.36667 14.125 12.6333 14.125 17.5 12.5V13.3333' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.5 7.5C7.36667 5.875 12.6333 5.875 17.5 7.5' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}:root[data-mantine-color-scheme=dark] .icon-edit,[data-theme=dark] .icon-edit{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M5 18.89H6.41421L15.7279 9.57627L14.3137 8.16206L5 17.4758V18.89ZM21 20.89H3V16.6473L16.435 3.21231C16.8256 2.82179 17.4587 2.82179 17.8492 3.21231L20.6777 6.04074C21.0682 6.43126 21.0682 7.06443 20.6777 7.45495L9.24264 18.89H21V20.89ZM15.7279 6.74785L17.1421 8.16206L18.5563 6.74785L17.1421 5.33363L15.7279 6.74785Z'%3E%3C/path%3E%3C/svg%3E")}:root[data-mantine-color-scheme=dark] .icon-close,[data-theme=dark] .icon-close{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23fff' d='m12 10.587l4.95-4.95l1.414 1.414l-4.95 4.95l4.95 4.95l-1.415 1.414l-4.95-4.95l-4.949 4.95l-1.414-1.415l4.95-4.95l-4.95-4.95L7.05 5.638z'/%3E%3C/svg%3E")}:root[data-mantine-color-scheme=dark] .icon-closeWhite,:root[data-mantine-color-scheme=dark] .toastPop__close,[data-theme=dark] .icon-closeWhite,[data-theme=dark] .toastPop__close{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23111' d='m12 10.587l4.95-4.95l1.414 1.414l-4.95 4.95l4.95 4.95l-1.415 1.414l-4.95-4.95l-4.949 4.95l-1.414-1.415l4.95-4.95l-4.95-4.95L7.05 5.638z'/%3E%3C/svg%3E")}:root[data-mantine-color-scheme=dark] .icon-play,[data-theme=dark] .icon-play{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='17' height='18' viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 8.9999V5.43989C0.5 1.01989 3.63 -0.790105 7.46 1.4199L10.55 3.1999L13.64 4.9799C17.47 7.1899 17.47 10.8099 13.64 13.0199L10.55 14.7999L7.46 16.5799C3.63 18.7899 0.5 16.9799 0.5 12.5599V8.9999Z' fill='%23fff'/%3E%3C/svg%3E%0A")}:root[data-mantine-color-scheme=dark] .icon-pause,[data-theme=dark] .icon-pause{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.15 19.11V4.89C11.15 3.54 10.58 3 9.14 3H5.51C4.07 3 3.5 3.54 3.5 4.89V19.11C3.5 20.46 4.07 21 5.51 21H9.14C10.58 21 11.15 20.46 11.15 19.11Z' fill='%23fff'/%3E%3Cpath d='M21.5001 19.11V4.89C21.5001 3.54 20.9301 3 19.4901 3H15.8601C14.4301 3 13.8501 3.54 13.8501 4.89V19.11C13.8501 20.46 14.4201 21 15.8601 21H19.4901C20.9301 21 21.5001 20.46 21.5001 19.11Z' fill='%23fff'/%3E%3C/svg%3E%0A")}:root[data-mantine-color-scheme=dark] .icon-sound,[data-theme=dark] .icon-sound{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.4998 16.75C18.3398 16.75 18.1898 16.7 18.0498 16.6C17.7198 16.35 17.6498 15.88 17.8998 15.55C19.4698 13.46 19.4698 10.54 17.8998 8.45003C17.6498 8.12003 17.7198 7.65003 18.0498 7.40003C18.3798 7.15003 18.8498 7.22003 19.0998 7.55003C21.0598 10.17 21.0598 13.83 19.0998 16.45C18.9498 16.65 18.7298 16.75 18.4998 16.75Z' fill='%23fff'/%3E%3Cpath d='M20.3299 19.25C20.1699 19.25 20.0199 19.2 19.8799 19.1C19.5499 18.85 19.4799 18.38 19.7299 18.05C22.3999 14.49 22.3999 9.51003 19.7299 5.95003C19.4799 5.62003 19.5499 5.15003 19.8799 4.90003C20.2099 4.65003 20.6799 4.72003 20.9299 5.05003C23.9999 9.14003 23.9999 14.86 20.9299 18.95C20.7899 19.15 20.5599 19.25 20.3299 19.25Z' fill='%23fff'/%3E%3Cpath d='M14.52 3.77997C13.4 3.15997 11.97 3.31997 10.51 4.22997L7.59 6.05997C7.39 6.17997 7.16 6.24997 6.93 6.24997H6H5.5C3.08 6.24997 1.75 7.57997 1.75 9.99997V14C1.75 16.42 3.08 17.75 5.5 17.75H6H6.93C7.16 17.75 7.39 17.82 7.59 17.94L10.51 19.77C11.39 20.32 12.25 20.59 13.05 20.59C13.57 20.59 14.07 20.47 14.52 20.22C15.63 19.6 16.25 18.31 16.25 16.59V7.40997C16.25 5.68997 15.63 4.39997 14.52 3.77997Z' fill='%23fff'/%3E%3C/svg%3E%0A")}:root[data-mantine-color-scheme=dark] .icon-more,[data-theme=dark] .icon-more{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 10C4.4 10 3.5 10.9 3.5 12C3.5 13.1 4.4 14 5.5 14C6.6 14 7.5 13.1 7.5 12C7.5 10.9 6.6 10 5.5 10Z' fill='%23fff'/%3E%3Cpath d='M19.5 10C18.4 10 17.5 10.9 17.5 12C17.5 13.1 18.4 14 19.5 14C20.6 14 21.5 13.1 21.5 12C21.5 10.9 20.6 10 19.5 10Z' fill='%23fff'/%3E%3Cpath d='M12.5 10C11.4 10 10.5 10.9 10.5 12C10.5 13.1 11.4 14 12.5 14C13.6 14 14.5 13.1 14.5 12C14.5 10.9 13.6 10 12.5 10Z' fill='%23fff'/%3E%3C/svg%3E%0A")}:root[data-mantine-color-scheme=dark] .icon-mute,[data-theme=dark] .icon-mute{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M5.88889 16.0001H2C1.44772 16.0001 1 15.5524 1 15.0001V9.00007C1 8.44778 1.44772 8.00007 2 8.00007H5.88889L11.1834 3.66821C11.3971 3.49335 11.7121 3.52485 11.887 3.73857C11.9601 3.8279 12 3.93977 12 4.05519V19.9449C12 20.2211 11.7761 20.4449 11.5 20.4449C11.3846 20.4449 11.2727 20.405 11.1834 20.3319L5.88889 16.0001ZM20.4142 12.0001L23.9497 15.5356L22.5355 16.9498L19 13.4143L15.4645 16.9498L14.0503 15.5356L17.5858 12.0001L14.0503 8.46454L15.4645 7.05032L19 10.5859L22.5355 7.05032L23.9497 8.46454L20.4142 12.0001Z'%3E%3C/path%3E%3C/svg%3E")}:root[data-mantine-color-scheme=dark] .icon-muteUp,[data-theme=dark] .icon-muteUp{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 16.75C17.84 16.75 17.69 16.7 17.55 16.6C17.22 16.35 17.15 15.88 17.4 15.55C18.66 13.87 18.93 11.64 18.12 9.71C17.96 9.33 18.14 8.89 18.52 8.73C18.9 8.57 19.34 8.75 19.5 9.13C20.52 11.55 20.17 14.36 18.6 16.46C18.45 16.65 18.23 16.75 18 16.75Z' fill='%23fff'/%3E%3Cpath d='M19.83 19.25C19.67 19.25 19.52 19.2 19.38 19.1C19.05 18.85 18.98 18.38 19.23 18.05C21.37 15.2 21.84 11.38 20.46 8.09C20.3 7.71 20.48 7.27 20.86 7.11C21.24 6.95 21.68 7.13 21.84 7.51C23.43 11.29 22.89 15.67 20.43 18.95C20.29 19.15 20.06 19.25 19.83 19.25Z' fill='%23fff'/%3E%3Cpath d='M14.04 12.96C14.67 12.33 15.75 12.78 15.75 13.67V16.6C15.75 18.32 15.13 19.61 14.02 20.23C13.57 20.48 13.07 20.6 12.55 20.6C11.75 20.6 10.89 20.33 10.01 19.78L9.36998 19.38C8.82998 19.04 8.73998 18.28 9.18998 17.83L14.04 12.96Z' fill='%23fff'/%3E%3Cpath d='M21.77 2.23C21.47 1.93 20.98 1.93 20.68 2.23L15.73 7.18C15.67 5.58 15.07 4.38 14.01 3.79C12.89 3.17 11.46 3.33 10 4.24L7.09 6.06C6.89 6.18 6.66 6.25 6.43 6.25H5.5H5C2.58 6.25 1.25 7.58 1.25 10V14C1.25 16.42 2.58 17.75 5 17.75H5.16L2.22 20.69C1.92 20.99 1.92 21.48 2.22 21.78C2.38 21.92 2.57 22 2.77 22C2.97 22 3.16 21.92 3.31 21.77L21.77 3.31C22.08 3.01 22.08 2.53 21.77 2.23Z' fill='%23fff'/%3E%3C/svg%3E%0A")}:root[data-mantine-color-scheme=dark] .icon-note,[data-theme=dark] .icon-note{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 7V17C21 20 19.5 22 16 22H8C4.5 22 3 20 3 17V7C3 4 4.5 2 8 2H16C19.5 2 21 4 21 7Z' stroke='%23fff' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.5 4.5V6.5C14.5 7.6 15.4 8.5 16.5 8.5H18.5' stroke='%23fff' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 13H12' stroke='%23fff' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 17H16' stroke='%23fff' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}:root[data-mantine-color-scheme=dark] .icon-msg,[data-theme=dark] .icon-msg{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.4698 16.83L18.8598 19.99C18.9598 20.82 18.0698 21.4 17.3598 20.97L13.1698 18.48C12.7098 18.48 12.2599 18.45 11.8199 18.39C12.5599 17.52 12.9998 16.42 12.9998 15.23C12.9998 12.39 10.5398 10.09 7.49985 10.09C6.33985 10.09 5.26985 10.42 4.37985 11C4.34985 10.75 4.33984 10.5 4.33984 10.24C4.33984 5.68999 8.28985 2 13.1698 2C18.0498 2 21.9998 5.68999 21.9998 10.24C21.9998 12.94 20.6098 15.33 18.4698 16.83Z' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 15.23C13 16.42 12.56 17.5201 11.82 18.3901C10.83 19.5901 9.26 20.36 7.5 20.36L4.89 21.91C4.45 22.18 3.89 21.81 3.95 21.3L4.2 19.3301C2.86 18.4001 2 16.91 2 15.23C2 13.47 2.94 11.9201 4.38 11.0001C5.27 10.4201 6.34 10.0901 7.5 10.0901C10.54 10.0901 13 12.39 13 15.23Z' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}:root[data-mantine-color-scheme=dark] .icon-panelLeft,:root[data-mantine-color-scheme=dark] .icon-panelRight,[data-theme=dark] .icon-panelLeft,[data-theme=dark] .icon-panelRight{width:9.17px;height:13px;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0003 14.6667L4.64163 9.17849C4.00878 8.53034 4.00878 7.46974 4.64163 6.82159L10.0003 1.33337' stroke='%23fff' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.833497 13.8334L0.833496 2.16675' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}:root[data-mantine-color-scheme=dark] .icon-panelRight,[data-theme=dark] .icon-panelRight{transform:rotate(180deg)}:root[data-mantine-color-scheme=dark] .icon-plus,:root[data-mantine-color-scheme=dark] .icon-plusGrey,[data-theme=dark] .icon-plus,[data-theme=dark] .icon-plusGrey{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.3335 10H16.6668' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 16.6667V3.33337' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}:root[data-mantine-color-scheme=dark] .icon-gallery,[data-theme=dark] .icon-gallery{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z' fill='%23fff'/%3E%3Cpath d='M9 10.75C7.48 10.75 6.25 9.52 6.25 8C6.25 6.48 7.48 5.25 9 5.25C10.52 5.25 11.75 6.48 11.75 8C11.75 9.52 10.52 10.75 9 10.75ZM9 6.75C8.31 6.75 7.75 7.31 7.75 8C7.75 8.69 8.31 9.25 9 9.25C9.69 9.25 10.25 8.69 10.25 8C10.25 7.31 9.69 6.75 9 6.75Z' fill='%23fff'/%3E%3Cpath d='M2.66977 19.7001C2.42977 19.7001 2.18977 19.5801 2.04977 19.3701C1.81977 19.0301 1.90977 18.5601 2.25977 18.3301L7.18977 15.0201C8.26977 14.2901 9.75977 14.3801 10.7398 15.2101L11.0698 15.5001C11.5698 15.9301 12.4198 15.9301 12.9098 15.5001L17.0698 11.9301C18.1298 11.0201 19.7998 11.0201 20.8698 11.9301L22.4998 13.3301C22.8098 13.6001 22.8498 14.0701 22.5798 14.3901C22.3098 14.7001 21.8398 14.7401 21.5198 14.4701L19.8898 13.0701C19.3898 12.6401 18.5398 12.6401 18.0398 13.0701L13.8798 16.6401C12.8198 17.5501 11.1498 17.5501 10.0798 16.6401L9.74977 16.3501C9.28977 15.9601 8.52977 15.9201 8.01977 16.2701L3.08977 19.5801C2.95977 19.6601 2.80977 19.7001 2.66977 19.7001Z' fill='%23fff'/%3E%3C/svg%3E%0A")}:root[data-mantine-color-scheme=dark] .icon-sendMsg,[data-theme=dark] .icon-sendMsg{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.0703 8.50989L9.51026 4.22989C3.76026 1.34989 1.40026 3.70989 4.28026 9.45989L5.15026 11.1999C5.40026 11.7099 5.40026 12.2999 5.15026 12.8099L4.28026 14.5399C1.40026 20.2899 3.75026 22.6499 9.51026 19.7699L18.0703 15.4899C21.9103 13.5699 21.9103 10.4299 18.0703 8.50989ZM14.8403 12.7499H9.44026C9.03026 12.7499 8.69026 12.4099 8.69026 11.9999C8.69026 11.5899 9.03026 11.2499 9.44026 11.2499H14.8403C15.2503 11.2499 15.5903 11.5899 15.5903 11.9999C15.5903 12.4099 15.2503 12.7499 14.8403 12.7499Z' fill='%23fff'/%3E%3C/svg%3E%0A")}:root[data-mantine-color-scheme=dark] .icon-down,[data-theme=dark] .icon-down{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.9401 6.7124L10.0501 11.6024C9.47256 12.1799 8.52756 12.1799 7.95006 11.6024L3.06006 6.7124' stroke='%23fff' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}:root[data-mantine-color-scheme=dark] .icon-moveFirst,[data-theme=dark] .icon-moveFirst{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M13.9142 12L18.7071 7.20712L17.2929 5.79291L11.0858 12L17.2929 18.2071L18.7071 16.7929L13.9142 12ZM7 18V6.00001H9V18H7Z'%3E%3C/path%3E%3C/svg%3E")}:root[data-mantine-color-scheme=dark] .icon-movePrev,[data-theme=dark] .icon-movePrev{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M11.8284 12.0005L14.6569 14.8289L13.2426 16.2431L9 12.0005L13.2426 7.75781L14.6569 9.17203L11.8284 12.0005Z'%3E%3C/path%3E%3C/svg%3E")}:root[data-mantine-color-scheme=dark] .icon-moveNext,[data-theme=dark] .icon-moveNext{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M12.1717 12.0005L9.34326 9.17203L10.7575 7.75781L15.0001 12.0005L10.7575 16.2431L9.34326 14.8289L12.1717 12.0005Z'%3E%3C/path%3E%3C/svg%3E")}:root[data-mantine-color-scheme=dark] .icon-moveLast,[data-theme=dark] .icon-moveLast{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M10.0858 12L5.29289 16.7929L6.70711 18.2071L12.9142 12L6.70711 5.79291L5.29289 7.20712L10.0858 12ZM17 6.00002L17 18H15L15 6.00002L17 6.00002Z'%3E%3C/path%3E%3C/svg%3E")}:root[data-mantine-color-scheme=dark] .icon-time,[data-theme=dark] .icon-time{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM13 12H17V14H11V7H13V12Z'%3E%3C/path%3E%3C/svg%3E")}:root[data-mantine-color-scheme=dark] .icon-eye,[data-theme=dark] .icon-eye{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9833 10.0001C12.9833 11.6501 11.6499 12.9834 9.99993 12.9834C8.34993 12.9834 7.0166 11.6501 7.0166 10.0001C7.0166 8.35006 8.34993 7.01672 9.99993 7.01672C11.6499 7.01672 12.9833 8.35006 12.9833 10.0001Z' stroke='%23C7CCD1' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.0001 16.8916C12.9418 16.8916 15.6834 15.1583 17.5918 12.1583C18.3418 10.9833 18.3418 9.00831 17.5918 7.83331C15.6834 4.83331 12.9418 3.09998 10.0001 3.09998C7.05845 3.09998 4.31678 4.83331 2.40845 7.83331C1.65845 9.00831 1.65845 10.9833 2.40845 12.1583C4.31678 15.1583 7.05845 16.8916 10.0001 16.8916Z' stroke='%23C7CCD1' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}:root[data-mantine-color-scheme=dark] .icon-eye.is-active,:root[data-mantine-color-scheme=dark] input[type=checkbox]:checked+label.icon-eye:before,[data-theme=dark] .icon-eye.is-active,[data-theme=dark] input[type=checkbox]:checked+label.icon-eye:before{background-image:url("data:image/svg+xml;charset=utf8,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23C7CCD1' d='M17.883 19.297A10.95 10.95 0 0 1 12 21c-5.392 0-9.878-3.88-10.818-9A11 11 0 0 1 4.52 5.935L1.394 2.808l1.414-1.414l19.799 19.798l-1.414 1.415zM5.936 7.35A8.97 8.97 0 0 0 3.223 12a9.005 9.005 0 0 0 13.201 5.838l-2.028-2.028A4.5 4.5 0 0 1 8.19 9.604zm6.978 6.978l-3.242-3.241a2.5 2.5 0 0 0 3.241 3.241m7.893 2.265l-1.431-1.431A8.9 8.9 0 0 0 20.778 12A9.005 9.005 0 0 0 9.552 5.338L7.974 3.76C9.221 3.27 10.58 3 12 3c5.392 0 9.878 3.88 10.819 9a10.95 10.95 0 0 1-2.012 4.593m-9.084-9.084Q11.86 7.5 12 7.5a4.5 4.5 0 0 1 4.492 4.778z'/%3E%3C/svg%3E")}:root[data-mantine-color-scheme=dark] .icon-kakao,[data-theme=dark] .icon-kakao{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='17' viewBox='0 0 20 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.9935 0.166687C4.92272 0.166687 0.833374 3.38417 0.833374 7.29023C0.833374 9.82563 2.53454 12.0457 5.08629 13.3134L4.22262 16.4859C4.20634 16.5335 4.20383 16.5845 4.21539 16.6334C4.22694 16.6822 4.2521 16.727 4.28805 16.7626C4.34046 16.808 4.40791 16.8332 4.47779 16.8334C4.53574 16.8288 4.59072 16.8063 4.63482 16.769L8.35122 14.3044C8.89981 14.3789 9.4528 14.4176 10.0066 14.4202C15.0708 14.4202 19.1667 11.2027 19.1667 7.29023C19.1667 3.37773 15.0577 0.166687 9.9935 0.166687Z' fill='%23111'/%3E%3C/svg%3E%0A")}.toastPop :root[data-mantine-color-scheme=dark] .img-wrap,.toastPop [data-theme=dark] .img-wrap,:root[data-mantine-color-scheme=dark] .icon-speedCheckWhite,:root[data-mantine-color-scheme=dark] .toastPop .img-wrap,[data-theme=dark] .icon-speedCheckWhite,[data-theme=dark] .toastPop .img-wrap{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.887695 5.00012L4.29212 8.40455L11.113 1.5957' stroke='%23111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}:root[data-mantine-color-scheme=dark] .icon-refresh,[data-theme=dark] .icon-refresh{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.3327 9.99984C18.3327 14.5998 14.5993 18.3332 9.99935 18.3332C5.39935 18.3332 2.59102 13.6998 2.59102 13.6998M2.59102 13.6998H6.35768M2.59102 13.6998V17.8665M1.66602 9.99984C1.66602 5.39984 5.36602 1.6665 9.99935 1.6665C15.5577 1.6665 18.3327 6.29984 18.3327 6.29984M18.3327 6.29984V2.13317M18.3327 6.29984H14.6327' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}:root{--opacity-0:0;--opacity-01:0.1;--opacity-02:0.2;--opacity-03:0.3;--opacity-04:0.4;--opacity-05:0.5;--opacity-06:0.6;--opacity-07:0.7;--opacity-08:0.8;--opacity-09:0.9;--opacity-1:1}:root,:root[data-mantine-color-scheme=light],[data-theme=light]{--background-color:#ffffff;--text-color:#333333;--primary-color:#4a6cf7;--secondary-color:#edf2f7;--border-color:#e2e8f0;--menu-bg-color:#f9f9f9;--color-grey-0:255,255,255;--color-grey-50:250,250,250;--color-grey-100:245,245,245;--color-grey-200:238,238,238;--color-grey-300:224,224,224;--color-grey-400:189,189,189;--color-grey-500:158,158,158;--color-grey-600:117,117,117;--color-grey-700:97,97,97;--color-grey-800:66,66,66;--color-grey-900:33,33,33;--color-highlight-red:255 0 0;--color-global-bg:255,255,255,1;--color-global-input:241,242,244,1}:root[data-mantine-color-scheme=dark],[data-theme=dark]{--background-color:#1a1a1a;--text-color:#f5f5f5;--primary-color:#6c8bff;--secondary-color:#2d3748;--border-color:#4a5568;--menu-bg-color:#2c2c2c;--color-grey-0:0,0,0;--color-grey-50:25,25,25;--color-grey-100:50,50,50;--color-grey-200:75,75,75;--color-grey-300:100,100,100;--color-grey-400:125,125,125;--color-grey-500:150,150,150;--color-grey-600:175,175,175;--color-grey-700:200,200,200;--color-grey-800:225,225,225;--color-grey-900:255,255,255;--color-highlight-red:249 255 0;--color-global-bg:46,51,56,1;--color-global-input:59,65,71,1}body{transition:background-color .3s ease,color .3s ease;background-color:rgba(var(--color-global-bg));color:var(--text-color)}*{box-sizing:border-box;margin:0;padding:0;font-family:Arial,sans-serif}li,ul{list-style:none}::marker{display:none}.bg-none{background-color:rgba(0,0,0,0)}.bg-global{background-color:rgba(var(--color-global-bg))!important}.box-grey{background-color:rgba(var(--color-global-input));border-radius:16px}.lists-dot li{position:relative;padding-left:20px;font-size:16px;color:rgba(var(--color-grey-900));cursor:text}.lists-dot li:before{position:absolute;top:13px;left:10px;width:3px;height:3px;border-radius:100%;background-color:rgba(var(--color-grey-900));content:""}.content-title{height:41px;margin-bottom:4px;font-size:28px;font-weight:700;color:rgba(var(--color-grey-900))}.content-title,.content-title>div{display:flex;align-items:center}.content-title-edit-btn{margin-left:10px;background:none;border:none;cursor:pointer}.content-title-edit-input,.mantine-TextInput-input{flex:1;height:41px;border-radius:6px;border:1px solid rgba(var(--color-grey-500));font-size:16px;color:rgba(var(--color-grey-800))}.content-title-edit-buttons{display:flex;height:41px;margin-top:0!important;margin-left:10px}.content-title-edit-buttons button{padding-inline:10px;background-color:rgba(var(--color-grey-300),var(--opacity-04));border:none;border-radius:10px;color:rgba(var(--color-grey-500));cursor:pointer}.content-title-edit-buttons button+button{margin-left:10px}.content-title-edit-buttons button:hover{background-color:rgba(var(--color-grey-300),var(--opacity-08))}.content-subtitle{margin-bottom:60px;font-size:18px;font-weight:400;color:rgba(var(--color-grey-500))}.content-btns{position:absolute;top:0;right:0}.content-box-left{position:relative;padding:20px 20px 0;min-width:1000px}.content-box-right{width:100%;height:100%}.content-box-right__inner{display:flex;position:relative;width:100%;height:100%;padding-left:20px}.content-box-right.is-wrap{position:absolute;top:20px;right:20px;height:calc(100% - 40px)}.panel-control{position:absolute;left:0;top:50%;transform:translateY(-50%);width:20px;height:60px;cursor:ew-resize;display:flex;align-items:center;justify-content:center;z-index:10}.panel-control:hover .panel-handle{background-color:#999}.panel-controlBtn{position:absolute;top:0;left:0;width:100%;padding-inline:8px}.panel-controlBtn .btn{padding-inline:12px;border:none}.panel-handle{width:6px;height:48px;background-color:#ddd;border-radius:12px}.panel-tabs{width:40px;height:100%;margin-left:20px}.panel-tabs .btn{width:100%;height:40px;padding:0;border:1px solid rgba(var(--color-grey-400))}.panel-tabs .btn+.btn{margin-top:10px}.panel-tabs .btn.is-active,.panel-tabs input[type=checkbox]:checked+label.btn:before{background-color:rgba(0,0,0,.1)}nav{position:fixed;top:0;left:0;width:280px;height:100%;border-right:1px solid rgba(var(--color-grey-300),var(--opacity-05));background-color:rgba(var(--color-global-bg));z-index:2;white-space:nowrap;transition:width .3s ease}nav h1{display:flex;align-items:center;justify-content:flex-start;height:80px;padding-left:20px}nav h1 a{display:block}.nav-open{width:280px}.nav-close{width:80px}.nav-toggle{position:absolute;top:50%;right:-20px;transform:translateY(-50%);background-color:rgba(var(--color-global-bg));border:1px solid rgba(var(--color-grey-300),var(--opacity-05));border-radius:100%;width:40px;height:40px;padding:4px;align-items:center;justify-content:center;font-size:14px;cursor:pointer;z-index:1001}.nav-toggle .icon,.nav-toggle .recording-box__customSelect .custom-select__option.is-active:after,.nav-toggle .toastPop .img-wrap,.nav-toggle .toastPop__close,.nav-toggle input[type=checkbox]+label:before,.recording-box__customSelect .nav-toggle .custom-select__option.is-active:after,.toastPop .nav-toggle .img-wrap{width:30px;height:30px}.nav-open .menu-box-item__dep2Child a{overflow:hidden;text-overflow:ellipsis}.nav-close .menu-box-item__dep1 p,.nav-close .menu-box-item__title{display:none}.nav-close .menu-box-item__dep1Child .btn{display:none!important}.nav-close .personal-info{justify-content:center}.nav-close .personal-info p{display:none}.nav-close h1{align-items:center;justify-content:center;padding:20px 20px 0}.nav-close h1 img{width:32px;height:32px}:root[data-mantine-color-scheme=dark] .nav-close .nav-logo-icon.light-mode,:root[data-mantine-color-scheme=light] .nav-close .nav-logo-icon.dark-mode{display:none}.nav-close .personal-info__charAt{width:30px;height:30px;margin-right:0;font-size:14px}.menu-box{overflow-y:auto;display:flex;flex-flow:column nowrap;height:calc(100% - 80px);padding-bottom:20px}.menu-box-item{padding:20px}.menu-box-item>a{text-decoration:none}.menu-box-item+.menu-box-item{padding-top:0}.menu-box-item__inner{padding-bottom:10px;border-bottom:1px solid rgba(var(--color-grey-300))}.menu-box-item__title{margin-bottom:12px;font-size:14px;font-weight:400;color:rgba(var(--color-grey-600))}.menu-box-item__dep1Child{position:relative}.menu-box-item__dep1Child>a{position:relative;display:flex;align-items:center;width:100%;padding-block:11px;padding-inline:10px;border-radius:10px;font-size:16px;font-weight:500;color:rgba(var(--color-grey-800));text-decoration:none}.menu-box-item__dep1Child>a:hover{background-color:rgba(var(--color-grey-200))}.menu-box-item__dep1Child>a .img-wrap{display:block;margin-right:12px;line-height:0}.menu-box-item__dep1Child:hover .btn-addMenu,.menu-box-item__dep1Child:hover .btn-arrowDown{display:block}.menu-box-item__dep2Child{position:relative}.menu-box-item__dep2Child>a{position:relative;display:flex;align-items:center;width:100%;padding-block:11px;padding-inline:10px;border-radius:10px;font-size:16px;font-weight:500;color:rgba(var(--color-grey-800));text-decoration:none}.menu-box-item__dep2Child>a:hover{background-color:rgba(var(--color-grey-200))}.menu-box-item__dep2Child>a .img-wrap{display:block;margin-right:12px;line-height:0}.menu-box-item__dep2Child:hover .btn-option{display:block}.menu-box-item__dep1>a,.menu-box-item__dep2>a{position:relative;display:flex;align-items:center;width:100%;padding-block:11px;padding-inline:10px;border-radius:10px;font-size:16px;font-weight:500;color:rgba(var(--color-grey-800));text-decoration:none}.menu-box-item__dep1>a:hover,.menu-box-item__dep2>a:hover{background-color:rgba(var(--color-grey-200))}.menu-box-item__dep1>a .img-wrap,.menu-box-item__dep2>a .img-wrap{display:block;margin-right:12px;line-height:0}.menu-box-item__dep2{display:none;padding-left:20px}.menu-box-item__dep2.show{display:block}.menu-box-item--bottom{margin-top:auto;padding-top:20px!important;border-top:1px solid rgba(var(--color-grey-300))}.menu-box-item__add{display:none;padding-inline:10px;padding-block:5px}.menu-box-item__add form{display:flex;align-items:center}.menu-box-item__add label{flex:1}.menu-box-item__add input{width:100%;height:36px;padding-inline:10px;background-color:rgba(var(--color-grey-300),var(--opacity-03));border:1px solid rgba(var(--color-grey-300));border-radius:10px;color:rgba(var(--color-grey-700));font-size:16px}.menu-box-item__add .btn{margin-left:5px;border:none;background-color:rgba(var(--color-grey-300));color:rgba(var(--color-grey-800))}.menu-box-item__add.show{display:block}.menu-box-item__option{position:fixed;display:none;padding:15px;border-radius:10px;background-color:rgba(var(--color-grey-50));border:1px solid rgba(var(--color-grey-200));z-index:10}.menu-box-item__option>div{padding-top:10px}.menu-box-item__option>div:nth-child(5n-1){margin-top:20px;border-top:1px solid rgba(var(--color-grey-300))}.menu-box-item__option a{display:flex;align-items:center;height:40px;padding-inline:10px;border-radius:10px;font-size:16px;color:rgba(var(--color-grey-800));text-decoration:none}.menu-box-item__option a .img-wrap{margin-right:5px;line-height:0}.menu-box-item__option a:hover{background-color:rgba(var(--color-grey-100))}.menu-box-item__option.show{display:block}.icon-logo{width:169px;height:40px;background-size:169px 40px;background-position:0 0}.icon-logo-chatbot{width:139px;height:33px;background-size:139px 33px}.icon-menuBox{width:20px;height:20px;background-size:20px 20px;background-position:0 0}.personal-info,.personal-info__charAt{display:flex;align-items:center}.personal-info__charAt{justify-content:center;width:32px;height:32px;margin-right:12px;border-radius:100%;background-color:rgba(var(--color-grey-200));border:1px solid rgba(var(--color-grey-400));color:rgba(var(--color-grey-600));font-size:16px;font-weight:500}.personal-info__name{font-size:16px;font-weight:600;color:rgba(var(--color-grey-900))}.personal-info__email{display:block;font-size:14px;font-weight:400;color:rgba(var(--color-grey-700))}.recording-box{display:flex;align-items:center;position:absolute;bottom:0;left:50%;width:100%;max-width:540px;transform:translateX(-50%);padding-block:5px;border-radius:12px;background-color:rgba(var(--color-global-input))}.recording-box,.recording-box .btn{padding-inline:10px;border:none}.recording-box .btn-end{background-color:rgba(var(--color-grey-300))}.recording-box.new-note{position:fixed;justify-content:center;bottom:20px;padding-top:10px;padding-bottom:10px;z-index:1000}.recording-box .record-timer{font-size:16px}.recording-box .record-text{line-height:100%}.recording-box .progress-line{height:4px;width:200px;margin-inline:20px;border-radius:32px;background-color:rgba(var(--color-grey-400),var(--opacity-05))}.recording-box .progress-line__thumb{height:100%;background-color:rgba(var(--color-grey-800));border-top-left-radius:32px;border-bottom-left-radius:32px}.recording-box .sound-option{position:relative}.recording-box .sound-option__controller{position:absolute;top:auto;bottom:100%;width:100%;height:150px;padding:5px;margin-bottom:10px;background-color:rgba(var(--color-grey-0));border:1px solid rgba(var(--color-grey-200));border-radius:10px}.recording-box .sound-option .controller__inner{display:flex;flex-flow:column nowrap;align-items:center;width:100%;height:100%}.recording-box .sound-option .controller-line{overflow:hidden;position:relative;flex:1;width:20px;height:100%;background-color:rgba(var(--color-grey-0));border:1px solid rgba(var(--color-grey-200));border-radius:6px}.recording-box .sound-option .controller-line__thumb{position:absolute;bottom:0;left:0;flex:1;width:100%;background-color:rgba(var(--color-grey-800));border-bottom-left-radius:6px;border-bottom-right-radius:6px;cursor:grab}.recording-box .sound-option .controller-line.is-disabled{background-color:rgba(var(--color-grey-200))}.recording-box .sound-option .controller-mute{width:100%;height:25px;margin-top:5px;padding:0}.recording-box .custom-select .custom-select__selected{background-color:rgba(0,0,0,0);border:none;line-height:100%}.recording-box>.btn-wrap{position:relative;padding-left:10px}.recording-box>.btn-wrap:before{position:absolute;top:50%;left:0;width:1px;height:15px;background-color:rgba(var(--color-grey-400));transform:translateY(-50%);content:""}.recording-box__customSelect{max-width:63px;width:100%}.recording-box__customSelect .custom-select__option{justify-content:flex-start;padding:16px 20px;border-bottom:1px solid rgba(var(--color-grey-300))}.recording-box__customSelect .custom-select__option:hover{background-color:rgba(var(--color-grey-200))}.recording-box__customSelect .custom-select__option.is-active:after{margin-left:auto;background-size:12px 10px;background-position:50%;content:""}.recording-box__customSelect .custom-select__options{width:200px;max-height:none;background-color:rgba(var(--color-grey-100))}.recording-box__customSelect .custom-select__selected{height:37px;padding-inline:5px;padding-block:0}.recording-box__customSelect .custom-select__selected:hover{background-color:rgba(var(--color-grey-200))}.recording-box__customSelect .custom-select__selected span{font-size:16px}.recording-box__customSelect .custom-select__selected i{width:17px;height:17px;margin-left:5px}.dragging .controller-line__thumb{cursor:grabbing;transition:none}.btn-addMenu{right:40px}.btn-addMenu,.btn-arrowDown{display:none;position:absolute;top:50%;width:25px;height:25px;padding:0;border:none;background-color:rgba(0,0,0,0);transform:translateY(-50%);z-index:2}.btn-arrowDown{right:5px}.btn-arrowDown.is-active,input[type=checkbox]:checked+label.btn-arrowDown:before{transform:translateY(-50%) rotate(180deg)}.btn-option{display:none;position:absolute;top:50%;right:5px;width:25px;height:25px;padding:0;border:none;background-color:rgba(0,0,0,0);transform:translateY(-50%) rotate(90deg);z-index:2}.content-box-left,.content-box-right{flex:0 0 auto;width:50%}.right-panel{overflow:hidden;flex:1;height:100%;padding:24px;border:1px solid rgba(var(--color-grey-300));border-radius:16px;background-color:rgba(var(--color-global-bg))}.right-panel__cont{position:relative;height:100%;margin-top:10px}.right-panel__title{font-size:20px;font-weight:600;color:rgba(var(--color-grey-900))}.right-panel__title span{cursor:text}.right-panel__item{height:100%;padding-block:20px}.right-panel__item+.right-panel__item{border-top:1px solid rgba(var(--color-grey-300))}.right-panel__item .btn-plus{padding-inline:8px;border:none}.right-panel__item .lists li+li{margin-top:20px}.memo-item{padding:20px;background-color:rgba(var(--color-grey-300),var(--opacity-05));border-radius:16px}.memo-item__time{font-size:14px;font-weight:600;color:rgba(var(--color-grey-900))}.memo-item__cont{font-size:16px;font-weight:400;color:rgba(var(--color-grey-900));cursor:text}.memo-item+.memo-item{margin-top:12px}.original-text{overflow-y:auto;height:100%}.original-text::-webkit-scrollbar{width:7px;height:10px}.original-text::-webkit-scrollbar-track{background:rgba(var(--v-theme-grey-200));border-radius:10px}.original-text::-webkit-scrollbar-thumb{background:rgba(var(--v-theme-grey-400));border-radius:10px}.original-text::-webkit-scrollbar-thumb:hover{background:rgba(var(--v-theme-grey-500))}.original-text .answer-box{display:flex;flex-flow:column wrap;align-items:flex-start}.original-text .answer-box__item>div{display:inline-block;padding-inline:15px;padding-block:12px;border:1px solid rgba(var(--color-grey-300));border-radius:16px}.original-text .answer-box__item+.answer-box__item{margin-top:12px}.original-text .answer-box+.question-box{margin-top:20px}.original-text .question-box{display:flex;flex-flow:column wrap;align-items:flex-end}.original-text .question-box__item>div{display:inline-block;padding-inline:20px;padding-block:12px;background-color:rgba(var(--color-global-input));border-radius:16px}.original-text .question-box__item+.question-box__item{margin-top:12px}.original-text .question-box+.answer-box{margin-top:20px}.conversation-box{position:absolute;bottom:-14px;left:-24px;display:flex;align-items:center;width:calc(100% + 48px);height:64px;padding-inline:20px;background-color:rgba(var(--color-global-bg))}.conversation-box__form{display:flex;align-items:center;flex:1;height:100%}.conversation-box__form label{display:block;width:100%}.conversation-box__form input{width:100%;height:100%;border:none;outline:none;font-size:16px;color:rgba(var(--color-grey-900));background-color:rgba(var(--color-global-bg))}.conversation-box__form input::placeholder{color:rgba(var(--color-grey-500))}.conversation-box .btn{width:40px;padding:0;border:none;background-color:rgba(0,0,0,0)}.loading-animation{display:flex;align-items:center;gap:4px;height:20px}.loading-animation.is-play .loading-bar{height:100%;animation:loading 1s ease-in-out infinite}.loading-animation.is-play .loading-bar:nth-child(2){animation-delay:.2s}.loading-animation.is-play .loading-bar:nth-child(3){animation-delay:.4s}.loading-bar{width:6px;height:10px;background-color:rgba(var(--color-grey-900));border-radius:0;animation:none}.loading-bar:nth-child(2){height:15px}.loading-bar:nth-child(3){height:20px}.calendar-wrap{height:100%}.calendar-box{min-height:300px;max-height:584px}.calendar-list{overflow-y:auto;min-height:calc(100% - 320px);max-height:calc(100% - 584px);margin-top:20px}.calendar-item{padding:10px;background-color:rgba(var(--color-global-input));cursor:pointer;border-radius:10px}.calendar-item:hover{background-color:rgba(var(--color-grey-400),var(--opacity-05))}.calendar-item__title{margin-bottom:5px;font-size:16px;font-weight:500;color:rgba(var(--color-grey-900))}.calendar-item__time{display:flex;align-items:center;font-size:16px;font-weight:500;color:rgba(var(--color-grey-500));line-height:0}.calendar-item__time .img-wrap{display:inline-block;margin-right:5px;line-height:0}.calendar-item+.calendar-item{margin-top:10px}@keyframes loading{0%,to{opacity:.3;height:30%}50%{opacity:1;height:100%}}.btn-sound.active{background-color:rgba(0,0,0,.05)}.popup-overlay{position:fixed;background-color:rgba(0,0,0,var(--opacity-05));z-index:3}.dialog-popup,.popup-overlay{display:none;top:0;left:0;width:100%;height:100%}.dialog-popup{position:absolute}.dialog-popup .popup-container{display:flex;align-items:center;justify-content:center;height:100%}.dialog-popup .popup-container.popup-bottom{align-items:flex-end}.dialog-popup .popup-inner{position:relative;width:100%;min-width:150px;padding:20px;border-radius:12px;background-color:rgba(var(--color-global-bg));border:1px solid #464e56;z-index:4}:root[data-mantine-color-scheme=light] .dialog-popup .popup-inner{border:1px solid #d8dbdf}.dialog-popup .popup-inner.share{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.dialog-popup .popup-header{padding-top:20px}.dialog-popup .popup-header h2{font-size:20px}.dialog-popup .popup-content{padding-block:20px}.dialog-popup .popup-close{position:absolute;top:20px;right:20px}.dialog-popup .popup-close__btn{width:40px;height:40px;padding:0;border-radius:12px;border:none;background-color:rgba(var(--color-global-bg))}.dialog-popup .popup-close__btn:focus,.dialog-popup .popup-close__btn:hover{border:4px solid rgba(var(--color-grey-400),var(--opacity-05));box-shadow:none}.progress-bar{width:100%;height:8px;border-radius:32px;background-color:rgba(var(--color-grey-300))}.progress-bar__thumb{height:100%;border-top-left-radius:32px;border-bottom-left-radius:32px;background-color:rgba(var(--color-grey-900))}.pagination{display:flex;justify-content:center;width:100%}.pagination ul{display:inline-flex}.pagination li{margin:.25rem}.pagination li button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background-color:rgba(var(--color-global-bg))}.pagination li button.btn-moveNext i,.pagination li button.btn-movePrev i{width:30px;height:30px;background-size:30px 30px}.pagination li button.btn-active{background-color:rgba(var(--color-grey-200));box-shadow:0 0 0 1px rgb}.pagination [class*=btn-move]{padding:0;border:1px solid rgba(var(--color-grey-200),var(--opacity-05));background-color:rgba(var(--color-grey-100))}.pagination [class*=btn-move] i{background-size:20px 20px}::-webkit-scrollbar{width:7px;height:10px}::-webkit-scrollbar-track{background:rgba(var(--color-global-bg));border-radius:10px}::-webkit-scrollbar-thumb{background:rgba(var(--color-grey-400));border-radius:10px}::-webkit-scrollbar-thumb:hover{background:rgba(var(--color-grey-500))}.toastPop{position:fixed;left:20px;bottom:20px;min-width:480px;padding:16px 16px 16px 28px;background-color:rgba(var(--color-grey-900));border-radius:16px;z-index:2}.toastPop__inner{display:flex;align-items:center}.toastPop__title{font-size:16px;font-weight:700;color:rgba(var(--color-grey-100))}.toastPop__text{font-size:14px;font-weight:400;color:rgba(var(--color-grey-500))}.toastPop__close{margin-left:auto;margin-bottom:auto;background-color:rgba(0,0,0,0);border:none;cursor:pointer}.toastPop .img-wrap{width:24px;height:24px;background-size:15px 15px}:root[data-mantine-color-scheme=dark]{--mantine-color-body:#1a1a1a}:root[data-mantine-color-scheme=light]{--mantine-color-body:#ffffff}.mantine-TextInput-root{position:relative}.mantine-TextInput-wrapper{margin-bottom:0}.mantine-TextInput-error{color:#ff5252!important;position:absolute;top:2px;left:16px;font-size:x-small}.mantine-Textarea-input{background:field}.mantine-Slider-bar{background-color:rgba(var(--color-grey-900));height:8px}.mantine-Slider-track{background-color:rgba(var(--color-grey-300))}.mantine-Slider-thumb{width:24px;height:24px;border-radius:100%;background:rgba(var(--color-grey-900));border:4px solid rgba(var(--color-grey-0));box-shadow:1px 1px 1px rgba(var(--color-grey-500))}.mantine-Slider-markWrapper{margin-top:10px}.mantine-Slider-mark{display:none}.mantine-Slider-markLabel{color:rgba(var(--color-grey-900));font-size:11px;font-family:arial,sans-serif}.right-panel__item .lists li+li{margin-top:1px}.recording-box{max-width:550px}.recording-box .record-text{min-width:120px}.mantine-DatePicker-day{background-color:inherit;border:0 solid rgba(0,0,0,0);margin-top:12px;color:inherit}.mantine-DatePicker-day[data-selected]>div>div:first-child{background-color:rgba(var(--color-grey-400));border-radius:100%}@media(hover:hover){:where(.mantine-DatePicker-day):hover{background-color:rgba(0,0,0,0)!important}}.toggle-switch{position:relative;display:inline-block;width:48px;height:24px}.toggle-switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;border-radius:24px}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;border-radius:50%}input:checked+.slider{background-color:#374151}input:checked+.slider:before{transform:translateX(24px);background-color:#fff}:root[data-mantine-color-scheme=dark] .slider{background-color:#374151}:root[data-mantine-color-scheme=dark] input:checked+.slider{background-color:#f4f4f5}:root[data-mantine-color-scheme=dark] input:checked+.slider:before{background-color:#374151}