/* _content/Clevi.App.Components.Levi/Accounts/LeviLoginWidget.razor.rz.scp.css */
*[b-wfu5ybsids] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all 150ms ease-in-out;
}

button[b-wfu5ybsids] {
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

div.minimize[b-wfu5ybsids] {
    height: 70px;
}

div.list--active[b-wfu5ybsids] {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

@media (max-width: 500px) {
    div.list--active[b-wfu5ybsids] {
        transform: translateX(50%);
        -webkit-transform: translateX(50%);
    }
}


.cl-widget-mask[b-wfu5ybsids] {
    font-family: Noto Sans KR;
    font-size: 15px;
    z-index: 999;
    width: 300px;
    height: 400px;
    padding: 4px;
    overflow: hidden;
    position: fixed;
    bottom: 0px;
    right: 0.5em;
    border: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    animation: appear-b-wfu5ybsids 1s ease-in 0s;
    -webkit-animation: appear 1s ease-in 0s;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    transition: height 400ms cubic-bezier(0.65, 0.05, 0.36, 1);
    -webkit-transition: height 400ms cubic-bezier(0.65, 0.05, 0.36, 1);
}


.cl-widget-mask .Darkmode[b-wfu5ybsids]{
    font-family: Noto Sans KR;
    font-size: 15px;
    z-index: 999;
    width: 300px;
    height: 400px;
    padding: 4px;
    overflow: hidden;
    position: fixed;
    bottom: 0px;
    right: 0.5em;
    border: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    animation: appear-b-wfu5ybsids 1s ease-in 0s;
    -webkit-animation: appear 1s ease-in 0s;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
    -webkit-box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
    transition: height 400ms cubic-bezier(0.65, 0.05, 0.36, 1);
    -webkit-transition: height 400ms cubic-bezier(0.65, 0.05, 0.36, 1);
    background-color: #0A0A0A;
}

@media (max-width: 500px) {
    .cl-widget-mask[b-wfu5ybsids] {
        right: 0;
        width: calc(100vw - (100vw - 100%));
        height: 90vh;
        background-color:white;
    }
}

.container[b-wfu5ybsids] {
    width: 600px;
    height: 400px;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    transition: transform 400ms cubic-bezier(0.65, 0.05, 0.36, 1);
    -webkit-transition: transform 400ms cubic-bezier(0.65, 0.05, 0.36, 1);
}

@media (max-width: 500px) {
    .container[b-wfu5ybsids] {
        width: 100%;
        height: 100%;
    }
}

.list[b-wfu5ybsids] {
    margin-right: 10px;
}

.list[b-wfu5ybsids], .conversation[b-wfu5ybsids] {
    width: 290px;
    height: 400px;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color:white;
}



@media (max-width: 500px) {
    .list[b-wfu5ybsids], .conversation[b-wfu5ybsids] {
        /*        width: calc(100vw - var(--clv-global-scrollbar-width));*/
        width: 99vw;
        height: 90vh;
        margin: auto;
    }
}

.list__header[b-wfu5ybsids], .conversation__header[b-wfu5ybsids] {
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    z-index: 1;
    min-height: 50px;
    border-bottom: 1px solid #ced4da;
}

.list__header-actions[b-wfu5ybsids], .conversation__header-actions[b-wfu5ybsids] {
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.list__body[b-wfu5ybsids], .conversation__body[b-wfu5ybsids] {
    height: 100%;
    padding: 0.8rem;
    position: relative;
    overflow-y: auto;
    font-size: 14px;
}

.conversation__body[b-wfu5ybsids] {
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}



    .conversation__body[b-wfu5ybsids]::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    .conversation__body[b-wfu5ybsids]::-webkit-scrollbar-thumb {
        width: 11px;
        background: rgb(115 105 133 / 0.25) !important;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        background-clip: padding-box;
        /* border: 2px solid transparent;*/
    }

        .conversation__body[b-wfu5ybsids]::-webkit-scrollbar-thumb:hover {
            width: 11px;
            border-radius: 8px;
            -webkit-border-radius: 8px;
            background-color: rgb(115 105 133 / 0.4);
        }

        .conversation__body[b-wfu5ybsids]::-webkit-scrollbar-thumb:active {
            border-radius: 8px;
            -webkit-border-radius: 8px;
            background: rgb(115 105 133 / 0.6) !important;
        }

    .conversation__body[b-wfu5ybsids]::-webkit-scrollbar-track {
        background-color: rgba(164, 163, 186, 0);
        border-radius: 8px;
        -webkit-border-radius: 8px;
        /* box-shadow: inset 0px 0px 5px white;*/
    }

.conversation__bubble[b-wfu5ybsids] {
    margin-bottom: 0.8rem;
    padding-bottom: 15px;
}
/*    .conversation__bubble:before, .conversation__bubble:after {
        content: '';
        display: block;
        clear: both;
    }*/

.conversation__text[b-wfu5ybsids] {
    padding: 0.6rem;
    overflow-wrap: break-word;
    word-break: keep-all;
    word-wrap: break-word;
    max-width: 85%;
    margin: 0;
}

.conversation__bubble--left[b-wfu5ybsids] {
    position: relative;
    display: flex;
    justify-content: start;
}

    .conversation__bubble--left .conversation__text[b-wfu5ybsids] {
        color: #332400;
        background-color: #E3E4FA;
        -webkit-border-radius: 12px;
    }

    .conversation__bubble--left .conversation__text .Darkmode[b-wfu5ybsids] {
        color: black;
        background-color: #F5F5F5;
        border-radius: 12px;
        -webkit-border-radius: 12px;
    }

    .conversation__bubble--left span[b-wfu5ybsids] {
        font-size: 12px;
        color: #9b9b9b;
        position: absolute;
        bottom: -2px;
        left: 12px;
    }

    .conversation__bubble--left[b-wfu5ybsids]:before {
        content: '';
        position: absolute;
        bottom: 7px;
        left: 0;
        width: 8px;
        height: 8px;
        border-bottom-right-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
    }

.conversation__bubble--right[b-wfu5ybsids] {
    position: relative;
    display: flex;
    justify-content: end;
    -webkit-justify-content: end;
}

    .conversation__bubble--right .conversation__text[b-wfu5ybsids] {
        color: #332400;
        background-color: #FFF5EE;
        border-radius: 12px;
        -webkit-border-radius: 12px;
    }

    .conversation__bubble--right .conversation__text .Darkmode[b-wfu5ybsids] {
        color: black;
        background-color: #FAF0E6;
        border-radius: 12px;
        -webkit-border-radius: 12px;
    }

    .conversation__bubble--right span[b-wfu5ybsids] {
        font-size: 12px;
        color: #9b9b9b;
        position: absolute;
        bottom: -2px;
        right: 12px;
    }

    .conversation__bubble--right[b-wfu5ybsids]:before {
        content: '';
        position: absolute;
        bottom: 7px;
        right: 0;
        width: 8px;
        height: 8px;
        border-bottom-left-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
    }



.list .btn[b-wfu5ybsids], .conversation .btn[b-wfu5ybsids] {
    width: 40px;
    height: 40px;
}

    .list .btn svg[b-wfu5ybsids], .conversation .btn svg[b-wfu5ybsids] {
        color: #1f4cad;
    }

    .list .btn:hover[b-wfu5ybsids], .conversation .btn:hover[b-wfu5ybsids], .list .btn:focus[b-wfu5ybsids], .conversation .btn:focus[b-wfu5ybsids] {
        background-color: #1f4cad;
    }

        .list .btn:hover svg[b-wfu5ybsids], .conversation .btn:hover svg[b-wfu5ybsids], .list .btn:focus svg[b-wfu5ybsids], .conversation .btn:focus svg[b-wfu5ybsids] {
            color: white;
        }

.list__header[b-wfu5ybsids] {
    padding: 0 0.8rem;
}

.list__chat[b-wfu5ybsids] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    -webkit-flex-direction: row;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    padding: 1rem;
    margin-bottom: 1rem;
    background-color: #f5f7fa;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid transparent;
    cursor: pointer;
}

    .list__chat:hover[b-wfu5ybsids], .list__chat:focus[b-wfu5ybsids] {
        border: 1px solid #1f4cad;
        box-shadow: 0 0 3px #4867cb;
        -webkit-box-shadow: 0 0 3px #4867cb;
    }

.list__user[b-wfu5ybsids] {
    margin-bottom: 0.3rem;
    font-size: 18px;
    word-break: keep-all;
}

.list__message[b-wfu5ybsids] {
    display: inline-block;
    color: #484f56;
    width: 215px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list__message_info[b-wfu5ybsids] {
    display: inline-block;
    color: #484f56;
    width: 215px;
}

@media (max-width: 500px) {
    .list__message[b-wfu5ybsids] {
        width: 85%;
    }

    .list__message_info[b-wfu5ybsids] {
        width: 85%;
    }
}

.list__sent[b-wfu5ybsids] {
    display: inline-block;
    vertical-align: text-bottom;
}

    .list__sent svg[b-wfu5ybsids] {
        width: 1rem;
        height: 1rem;
        stroke: #008500;
    }

        .list__sent svg:last-child[b-wfu5ybsids] {
            margin-left: -0.7rem;
        }

.list__preview[b-wfu5ybsids] {
    width: 100%;
}

.conversation__info[b-wfu5ybsids] {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    flex-grow: 1;
    -webkit-flex-direction: row;
    -webkit-align-items: center;
    -webkit-flex-grow: 1;
    padding-left: 0.8rem;
    color: #243366;
    border-left: 1px solid #ced4da;
}

.conversation__status[b-wfu5ybsids] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #63de17;
    margin-right: 0.4rem;
}



.conversation__footer[b-wfu5ybsids] {
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    z-index: 1;
    padding: 0.8rem;
    border-top: 1px solid #ced4da;
   
}

.conversation__write[b-wfu5ybsids] {
    width: 90%;
    padding: 0.4rem;
    border: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #ced4da;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    resize: none;
}

    .conversation__write:focus[b-wfu5ybsids] {
        border: 1px solid #4867cb;
        box-shadow: 0 0 3px #4867cb;
        -webkit-box-shadow: 0 0 3px #4867cb;
        outline: none;
    }

.conversation .btn--send[b-wfu5ybsids] {
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

@keyframes appear-b-wfu5ybsids {
    1% {
        transform: translateY(30px);
        -webkit-transform: translateY(30px);
        opacity: 0;
    }

    25% {
        transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
    }

    65% {
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
        opacity: 1;
    }

    80% {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
    }

    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}
/* _content/Clevi.App.Components.Levi/Pages/ArticleCreate.razor.rz.scp.css */
body[b-3wkf0gya8c] {
}
/* _content/Clevi.App.Components.Levi/Pages/Calendar/CalendarManage.razor.rz.scp.css */
.header[b-8fyc30x18x]{
    display:flex;
}

.body[b-8fyc30x18x] {
    background: #fad390;
    font-family: "Questrial", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}

.calendar[b-8fyc30x18x] {
    display: inline-grid;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 40px 30px -20px rgba(0, 0, 0, 0.3);
}

    .calendar .month[b-8fyc30x18x] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 20px;
        margin-bottom: 20px;
        font-weight: 300;
    }

        .calendar .month .year[b-8fyc30x18x] {
            font-weight: 600;
            margin-left: 10px;
        }

        .calendar .month .nav[b-8fyc30x18x] {
            display: flex;
            justify-content: center;
            align-items: center;
            text-decoration: none;
            color: #0a3d62;
            width: 40px;
            height: 40px;
            border-radius: 40px;
            transition-duration: 0.2s;
            position: relative;
        }

            .calendar .month .nav:hover[b-8fyc30x18x] {
                background: #eee;
            }

    .calendar .days[b-8fyc30x18x] {
        display: grid;
        justify-content: center;
        align-items: center;
        grid-template-columns: repeat(7, 1fr);
        color: #999;
        font-weight: 600;
        margin-bottom: 15px;
    }

        .calendar .days span[b-8fyc30x18x] {
            width: 50px;
            justify-self: center;
            align-self: center;
            text-align: center;
        }

    .calendar .dates[b-8fyc30x18x] {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
    }

        .calendar .dates button[b-8fyc30x18x] {
            cursor: pointer;
            outline: 0;
            border: 0;
            background: transparent;
            font-family: "Montserrat", sans-serif;
            font-size: 16px;
            justify-self: center;
            align-self: center;
            width: 50px;
            height: 50px;
            border-radius: 50px;
            margin: 2px;
            transition-duration: 0.2s;
        }

            .calendar .dates button.today[b-8fyc30x18x] {
                box-shadow: inset 0px 0px 0px 2px #0a3d62;
            }

            .calendar .dates button:first-child[b-8fyc30x18x] {
                grid-column: 3;
            }

            .calendar .dates button:hover[b-8fyc30x18x] {
                background: #eee;
            }

            .calendar .dates button:focus[b-8fyc30x18x] {
                background: #0a3d62;
                color: #fff;
                font-weight: 600;
            }


.sch-wrap[b-8fyc30x18x] {
    display: flex;
    align-items: center;
    margin:0 5px;
}



.chk_box[b-8fyc30x18x] {
    display: block;
    position: relative;
    padding-left: 25px;
    margin: 10px 0;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


    .chk_box input[type="checkbox"][b-8fyc30x18x] {
        display: none;
    }

/* 선택되지 않은 체크박스 스타일 꾸미기 */
.off[b-8fyc30x18x] {
    width: 15px;
    height: 15px;
    border: 1px solid #D3D3D3;
    position: absolute;
    top: 15%;
    left: 0;
    border-radius: 50%;
}

.on[b-8fyc30x18x] {
    width: 6px;
    height: 10px;
    border: solid #4676F4;
    border-width: 0 2px 2px 0;
    position: absolute;
    left: 2%;
    top: 20%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}

/* 선택된 체크박스 스타일 꾸미기 */
.chk_box input[type="checkbox"]:checked + .off[b-8fyc30x18x] {
    background: none;
    border-color: transparent;
}

.chk_box input[type="checkbox"]:checked + .on[b-8fyc30x18x]:after {
    width: 6px;
    height: 10px;
    border: solid #4676F4;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 1%;
    top: 25%;
    display: block;
}

.chk_box input[type="checkbox"]:checked + .on[b-8fyc30x18x] {
    width: 6px;
    height: 10px;
    border: solid #4676F4;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 1%;
    top: 25%;
    display: inline-block;
}


.chk_box input[type="checkbox"]:checked + .off[b-8fyc30x18x]:after {
    display: none;
}

.chk_box input[type="checkbox"] + .on[b-8fyc30x18x]:before {
    display: none;
}

.chk_box input[type="checkbox"]:checked + .on[b-8fyc30x18x]:after {
    display: block;
}

.chk_box input[type="checkbox"]:checked + .on[b-8fyc30x18x]:after {
    display: block;
}

.on[b-8fyc30x18x]:after {
    width: 6px;
    height: 10px;
    border: solid #4676F4;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 1%;
    top: 25%;
    display: block;
}


/* _content/Clevi.App.Components.Levi/Pages/ChattingRoom.razor.rz.scp.css */
/** {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all 150ms ease-in-out;
}

button {
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

div.minimize {
    height: 70px;
}

div.list--active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

@media (max-width: 500px) {
    div.list--active {
        transform: translateX(50%);
        -webkit-transform: translateX(50%);
    }
}


.cl-widget-mask {
    font-family: Noto Sans KR;
    font-size: 15px;
    z-index: 999;
    width: 300px;
    height: 400px;
    padding: 4px;
    overflow: hidden;
    position: fixed;
    bottom: 0px;
    right: 0.5em;
    border: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    animation: appear 1s ease-in 0s;
    -webkit-animation: appear 1s ease-in 0s;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    transition: height 400ms cubic-bezier(0.65, 0.05, 0.36, 1);
    -webkit-transition: height 400ms cubic-bezier(0.65, 0.05, 0.36, 1);
}


    .cl-widget-mask .Darkmode {
        font-family: Noto Sans KR;
        font-size: 15px;
        z-index: 999;
        width: 300px;
        height: 400px;
        padding: 4px;
        overflow: hidden;
        position: fixed;
        bottom: 0px;
        right: 0.5em;
        border: none;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        animation: appear 1s ease-in 0s;
        -webkit-animation: appear 1s ease-in 0s;
        box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
        -webkit-box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
        transition: height 400ms cubic-bezier(0.65, 0.05, 0.36, 1);
        -webkit-transition: height 400ms cubic-bezier(0.65, 0.05, 0.36, 1);
        background-color: #0A0A0A;
    }

@media (max-width: 500px) {
    .cl-widget-mask {
        right: 0;
        width: calc(100vw - (100vw - 100%));
        height: 90vh;
        background-color: white;
    }
}

.container {
    width: 600px;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    transition: transform 400ms cubic-bezier(0.65, 0.05, 0.36, 1);
    -webkit-transition: transform 400ms cubic-bezier(0.65, 0.05, 0.36, 1);
}

@media (max-width: 500px) {
    .container {
        width: 100%;
        height: 100%;
    }
}

.list {
    margin-right: 10px;
}

.list, .conversation {
    width: 290px;
    height: 400px;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: white;
}



@media (max-width: 500px) {
    .list, .conversation {
                width: calc(100vw - var(--clv-global-scrollbar-width));
        width: 99vw;
        height: calc(100vh - 8rem);
        margin: auto;
    }
}

.list__header, .conversation__header {
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    z-index: 1;
    min-height: 50px;
    border-bottom: 1px solid #ced4da;
}

.list__header-actions, .conversation__header-actions {
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.list__body, .conversation__body {
    height: 100%;
    padding: 0.8rem;
    position: relative;
    overflow-y: auto;
    font-size: 14px;
}

.conversation__body {
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}



    .conversation__body::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    .conversation__body::-webkit-scrollbar-thumb {
        width: 11px;
        background: rgb(115 105 133 / 0.25) !important;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        background-clip: padding-box;
         border: 2px solid transparent;
    }

        .conversation__body::-webkit-scrollbar-thumb:hover {
            width: 11px;
            border-radius: 8px;
            -webkit-border-radius: 8px;
            background-color: rgb(115 105 133 / 0.4);
        }

        .conversation__body::-webkit-scrollbar-thumb:active {
            border-radius: 8px;
            -webkit-border-radius: 8px;
            background: rgb(115 105 133 / 0.6) !important;
        }

    .conversation__body::-webkit-scrollbar-track {
        background-color: rgba(164, 163, 186, 0);
        border-radius: 8px;
        -webkit-border-radius: 8px;
         box-shadow: inset 0px 0px 5px white;
    }

.conversation__bubble {
    margin-bottom: 0.8rem;
    padding-bottom: 15px;
}
    .conversation__bubble:before, .conversation__bubble:after {
        content: '';
        display: block;
        clear: both;
    }

.conversation__text {
    padding: 0.6rem;
    overflow-wrap: break-word;
    word-break: keep-all;
    word-wrap: break-word;
    max-width: 85%;
    margin: 0;
}

.conversation__bubble--left {
    position: relative;
    display: flex;
    justify-content: start;
}

    .conversation__bubble--left .conversation__text {
        color: #332400;
        background-color: #E3E4FA;
        -webkit-border-radius: 12px;
    }

        .conversation__bubble--left .conversation__text .Darkmode {
            color: black;
            background-color: #F5F5F5;
            border-radius: 12px;
            -webkit-border-radius: 12px;
        }

    .conversation__bubble--left span {
        font-size: 12px;
        color: #9b9b9b;
        position: absolute;
        bottom: -2px;
        left: 12px;
    }

    .conversation__bubble--left:before {
        content: '';
        position: absolute;
        bottom: 7px;
        left: 0;
        width: 8px;
        height: 8px;
        border-bottom-right-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
    }

.conversation__bubble--right {
    position: relative;
    display: flex;
    justify-content: end;
    -webkit-justify-content: end;
}

    .conversation__bubble--right .conversation__text {
        color: #332400;
        background-color: #FFF5EE;
        border-radius: 12px;
        -webkit-border-radius: 12px;
    }

        .conversation__bubble--right .conversation__text .Darkmode {
            color: black;
            background-color: #FAF0E6;
            border-radius: 12px;
            -webkit-border-radius: 12px;
        }

    .conversation__bubble--right span {
        font-size: 12px;
        color: #9b9b9b;
        position: absolute;
        bottom: -2px;
        right: 12px;
    }

    .conversation__bubble--right:before {
        content: '';
        position: absolute;
        bottom: 7px;
        right: 0;
        width: 8px;
        height: 8px;
        border-bottom-left-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
    }



.list .btn, .conversation .btn {
    width: 40px;
    height: 40px;
}

    .list .btn svg, .conversation .btn svg {
        color: #1f4cad;
    }

    .list .btn:hover, .conversation .btn:hover, .list .btn:focus, .conversation .btn:focus {
        background-color: #1f4cad;
    }

        .list .btn:hover svg, .conversation .btn:hover svg, .list .btn:focus svg, .conversation .btn:focus svg {
            color: white;
        }

.list__header {
    padding: 0 0.8rem;
}

.list__chat {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    -webkit-flex-direction: row;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    padding: 1rem;
    margin-bottom: 1rem;
    background-color: rgb(248 250 252);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid transparent;
    cursor: pointer;
}

    .list__chat:hover, .list__chat:focus {
        border: 1px solid rgb(252 165 165);
        box-shadow: 0 0 3px rgb(252 165 165);
        -webkit-box-shadow: 0 0 3px rgb(252 165 165);
    }

.list__user {
    margin-bottom: 0.3rem;
    font-size: 16px;
    word-break: keep-all;
}

.list__message {
    display: inline-block;
    color: #484f56;
    width: 215px;
    white-space: break-spaces;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
}

.list__message_info {
    display: inline-block;
    color: #484f56;
    width: 215px;
}

@media (max-width: 500px) {
    .list__message {
        width: 85%;
    }

    .list__message_info {
        width: 85%;
    }
}

.list__sent {
    display: inline-block;
    vertical-align: text-bottom;
}

    .list__sent svg {
        width: 1rem;
        height: 1rem;
        stroke: #008500;
    }

        .list__sent svg:last-child {
            margin-left: -0.7rem;
        }

.list__preview {
    width: 100%;
}

.conversation__info {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    flex-grow: 1;
    -webkit-flex-direction: row;
    -webkit-align-items: center;
    -webkit-flex-grow: 1;
    padding-left: 0.8rem;
    color: #243366;
    border-left: 1px solid #ced4da;
}

.conversation__status {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #63de17;
    margin-right: 0.4rem;
}

.conversation__footer {
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    z-index: 1;
    padding: 0.8rem;
    border-top: 1px solid #ced4da;
}

.conversation__write {
    width: 90%;
    padding: 0.4rem;
    border: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #ced4da;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    resize: none;
}

    .conversation__write:focus {
        border: 1px solid #4867cb;
        box-shadow: 0 0 3px #4867cb;
        -webkit-box-shadow: 0 0 3px #4867cb;
        outline: none;
    }

.conversation .btn--send {
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

@keyframes appear {
    1% {
        transform: translateY(30px);
        -webkit-transform: translateY(30px);
        opacity: 0;
    }

    25% {
        transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
    }

    65% {
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
        opacity: 1;
    }

    80% {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
    }

    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}
*/
/* _content/Clevi.App.Components.Levi/Pages/Communications/AddUserToCategory.razor.rz.scp.css */

.cl_ivy-invitelist_wrap[b-vcz4wpe3tl] {
    padding: 10px 0;
}

    .cl_ivy-invitelist_wrap .member-profile[b-vcz4wpe3tl] {
        padding: 10px 8px;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }

        .cl_ivy-invitelist_wrap .member-profile .user[b-vcz4wpe3tl] {
            display: flex;
            align-items: center;
            -webkit-align-items: center;
        }


            .cl_ivy-invitelist_wrap .member-profile .user .img_wrap[b-vcz4wpe3tl] {
                display: flex;
                align-items: center;
                -webkit-align-items: center;
                background-color: #F4F6FD;
                padding: 0px;
                border-radius: 50%;
                -webkit-border-radius: 50%;
            }

.cl_ivy-inviteselect_wrap .profile[b-vcz4wpe3tl] {
    position: relative;
}


.cl_ivy-inviteselect_wrap[b-vcz4wpe3tl] {
    display: flex;
    padding: 5px 15px 15px 0;
    margin-top: 10px;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items:center;
    -webkit-align-items:center;
}

.cl_ivy-inviteselect_wrap .wrap .profile .detail[b-vcz4wpe3tl] {
    padding: 0px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
/* _content/Clevi.App.Components.Levi/Pages/Communications/CategoryDetail.razor.rz.scp.css */
.cl_ivy-contact_group[b-uy7qi156vi] {
    width:100%;
}


    .cl_ivy-invitelist_wrap .wrap span[b-uy7qi156vi] {
        margin: 3px 0;
    }

.cl_ivy-invitelist_wrap[b-uy7qi156vi] {
    width: 100%;
    padding: 0 0 10px 0;
    display: flex;
    align-items: center;
}

    .cl_ivy-invitelist_wrap .member-profile[b-uy7qi156vi] {
        width: 100%;
        max-width: 768px;
        margin:auto;
        padding: 10px 8px;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }

        .cl_ivy-invitelist_wrap .member-profile .user[b-uy7qi156vi] {
            display: flex;
            align-items: center;
            -webkit-align-items: center;
        }

            .cl_ivy-invitelist_wrap .member-profile .user .img_wrap[b-uy7qi156vi] {
                display: flex;
                align-items: center;
                -webkit-align-items: center;
                /*background-color: #F4F6FD;
                padding: 7px;
                border-radius: 50%;*/
            }

                .cl_ivy-invitelist_wrap .member-profile .user .img_wrap img[b-uy7qi156vi] {
                    height: 40px;
                    width: 40px;
                }

            .cl_ivy-invitelist_wrap .member-profile .user .text_wrap[b-uy7qi156vi] {
                margin-left: 10px;
            }

                .cl_ivy-invitelist_wrap .member-profile .user .text_wrap span[b-uy7qi156vi] {
                    font-size: 13px;
                    font-weight: 600;
                }

        .cl_ivy-invitelist_wrap .member-profile .checkbox_wrap[b-uy7qi156vi] {
            margin-right: 10px;
        }


.checkbox-wrapper-15 .cbx[b-uy7qi156vi] {
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

    .checkbox-wrapper-15 .cbx span[b-uy7qi156vi] {
        display: inline-block;
        vertical-align: middle;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }

        .checkbox-wrapper-15 .cbx span:first-child[b-uy7qi156vi] {
            position: relative;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            transform: scale(1);
            -webkit-transform: scale(1);
            vertical-align: middle;
            border: 1px solid #B9B8C3;
            transition: all 0.2s ease;
            -webkit-transition: all 0.2s ease;
        }

            .checkbox-wrapper-15 .cbx span:first-child svg[b-uy7qi156vi] {
                position: absolute;
                z-index: 1;
                top: 4px;
                left: 4px;
                fill: none;
                stroke: white;
                stroke-width: 2;
                stroke-linecap: round;
                stroke-linejoin: round;
                stroke-dasharray: 16px;
                stroke-dashoffset: 16px;
                transition: all 0.3s ease;
                transition-delay: 0.1s;
                transform: translate3d(0, 0, 0);
                -webkit-transition: all 0.3s ease;
                -webkit-transition-delay: 0.1s;
                -webkit-transform: translate3d(0, 0, 0);
            }

            .checkbox-wrapper-15 .cbx span:first-child[b-uy7qi156vi]:before {
                content: "";
                width: 100%;
                height: 100%;
                background: #A9BCF5;
                display: block;
                transform: scale(0);
                -webkit-transform: scale(0);
                opacity: 1;
                border-radius: 50%;
                -webkit-border-radius: 50%;
                transition-delay: 0.2s;
                -webkit-transition-delay: 0.2s;
            }

        .checkbox-wrapper-15 .cbx span:last-child[b-uy7qi156vi] {
            margin-left: 8px;
        }

            .checkbox-wrapper-15 .cbx span:last-child[b-uy7qi156vi]:after {
                content: "";
                position: absolute;
                top: 8px;
                left: 0;
                height: 1px;
                width: 100%;
                background: #B9B8C3;
                transform-origin: 0 0;
                -webkit-transform-origin: 0 0;
                transform: scaleX(0);
                -webkit-transform: scaleX(0);
            }

    .checkbox-wrapper-15 .cbx:hover span:first-child[b-uy7qi156vi] {
        border-color: #B9B8C3;
    }

.checkbox-wrapper-15 .inp-cbx:checked + .cbx span:first-child[b-uy7qi156vi] {
    /*border-color: #3c53c7;*/
    border-color: #A9BCF5;
    background: #A9BCF5;
    animation: check-15-b-uy7qi156vi 0.6s ease;
    -webkit-animation: check-15 0.6s ease;
}

    .checkbox-wrapper-15 .inp-cbx:checked + .cbx span:first-child svg[b-uy7qi156vi] {
        stroke-dashoffset: 0;
    }

    .checkbox-wrapper-15 .inp-cbx:checked + .cbx span:first-child[b-uy7qi156vi]:before {
        transform: scale(2.2);
        -webkit-transform: scale(2.2);
        opacity: 0;
        transition: all 0.6s ease;
        -webkit-transition: all 0.6s ease;
    }

.checkbox-wrapper-15 .inp-cbx:checked + .cbx span:last-child[b-uy7qi156vi] {
    color: #B9B8C3;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

    .checkbox-wrapper-15 .inp-cbx:checked + .cbx span:last-child[b-uy7qi156vi]:after {
        transform: scaleX(1);
        transition: all 0.3s ease;
        -webkit-transform: scaleX(1);
        -webkit-transition: all 0.3s ease;
    }

@keyframes check-15-b-uy7qi156vi {
    50% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
    }
}


.invite-top-bar[b-uy7qi156vi] {
    width: 100%;
    background: #FFF;
    display: flex;
    padding: 5px 10px 0 10px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

    .invite-top-bar div[b-uy7qi156vi] {
        display: flex;
        align-items: center;
        -webkit-align-items: center;
    }

    .invite-top-bar .text[b-uy7qi156vi] {
        font-size: 13px;
        font-weight: 600;
        margin: 3px 0 0 3px;
    }

.cl_ivy-inviteselect_wrap[b-uy7qi156vi] {
    display: flex;
    padding: 5px 15px 15px 0;
    margin-top: 10px;
}


.cl_ivy-inviteselect_wrap .wrap[b-uy7qi156vi] {
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    padding: 0px 5px;
    margin-right: 10px;
}

    .cl_ivy-inviteselect_wrap .wrap span[b-uy7qi156vi] {
        font-size: 10px;
    }

    .cl_ivy-inviteselect_wrap .wrap .profile[b-uy7qi156vi] {
        position: relative;
    }

        .cl_ivy-inviteselect_wrap .wrap .profile .delite[b-uy7qi156vi] {
            width: 15px;
            height: 15px;
            position: absolute;
            top: 0;
            right: -2px;
        }

        .cl_ivy-inviteselect_wrap .wrap .profile .detail[b-uy7qi156vi] {
            background-color: #F4F6FD;
            padding: 7px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
        }

            .cl_ivy-inviteselect_wrap .wrap .profile .detail img[b-uy7qi156vi] {
                height: 50px;
                width: 50px;
            }

            .cl_ivy-inviteselect_wrap .wrap .profile .detail span[b-uy7qi156vi] {
                position: absolute;
                top: 3%;
                right: 0px;
                height: 14px;
                width: 14px;
                margin-top: 5px;
                font-size: 10px;
            }


.cl_ivy-invite .search textarea[b-uy7qi156vi] {
    height: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 5px 0 0 12px;
    width: 100%;
    background-color: #F8F9FA;
    border-color: transparent;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    border: none;
    outline: none;
}

.cl_ivy-invite .search .search_box[b-uy7qi156vi] {
    margin-bottom: 10px;
    height: 30px;
    width: 100%;
    background-color: #F8F9FA;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    border: none;
}


    .cl_ivy-invite .search .search_box button[b-uy7qi156vi] {
        box-shadow: none;
        -webkit-box-shadow: none;
        background-color: transparent !important;
        margin: 0 12px 0 0;
        padding: 0;
    }

.back-to-before[b-uy7qi156vi] {
    width: 13px;
    height: 13px;
    margin: 0 5px 0 0px;
}


.add-contact--group[b-uy7qi156vi] {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    margin: 15px 0px;
    padding: 0 8px;
}

    .add-contact--group span[b-uy7qi156vi] {
        font-size: 14px;
        font-weight: 600;
        margin-left: 8px;
    }
/* _content/Clevi.App.Components.Levi/Pages/Communications/ChatList.razor.rz.scp.css */

.cl_ivy-chatlist-select[b-jo63xpidms] {
    padding: 0px 0 0px 0;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    border-bottom: 1px solid #f2f4f6;
    flex-direction:column;
    padding:10px 20px 0 20px;
}

.chatlist-top[b-jo63xpidms]{
    display:flex;
    justify-content:space-between;
    margin-bottom:15px;
}

    .chatlist-top .title-wrap[b-jo63xpidms] {
        display: flex;
        align-items:center;
    }

    .chatlist-top .title-wrap span[b-jo63xpidms]{
        height:40px;
        display:flex;
        align-items:center;
        font-size:15px;
        margin:2px 0 0 7px;
        font-weight:500;
    }

    .cl_ivy-chatlist-select .wrap[b-jo63xpidms] {
        padding: 0 20px;
        display: flex;
        user-select: none;
        -webkit-user-select: none;
    }
        .cl_ivy-chatlist-select .wrap .title[b-jo63xpidms] {
            flex-grow: 1;
            display: flex;
            align-items: center;
            -webkit-align-items: center;
            justify-content: center;
            -webkit-justify-content: center;
            flex-direction: column;
            -webkit-flex-direction: column;
            cursor: pointer;
            border-bottom: 1.5px solid #efefef;
            width: 50px;
        }
        .cl_ivy-chatlist-select .wrap span[b-jo63xpidms] {
            font-size: 16px;
            text-align: center;
            cursor: pointer;
            padding-bottom: 2px;
            font-weight: 500;
            color: #B0B6BE;
        }

        .cl_ivy-chatlist-select .wrap .title .border[b-jo63xpidms] {
            width: 60%;
            height: 2px;
            background-color: #DEDEDE;
            border: none !important;
        }


.radio-input input[b-jo63xpidms] {
    display: none;
}

.label-wrap[b-jo63xpidms] {
    display: flex;
    --container_width: 73%;
    width: var(--container_width);
    position:relative;
    justify-content:space-between;
    -webkit-justify-content:space-between;
}

.radio-input[b-jo63xpidms] {
    position: relative;
    display: flex;
    align-items: center;
    -webkit-justify-content: center;
    background-color: #fff;
    color: #000000;
    overflow: hidden;
    margin-top: 18px;
    /*border-bottom: 1px solid rgba(53, 52, 52, 0.226);*/
}

.label-wrap .title[b-jo63xpidms] {
    border-bottom: 0px;
    width:45px;
}

.border-1-wrap[b-jo63xpidms] {
    padding: 4px 0;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
    z-index: 1;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 14px;
    user-select: none;
    -webkit-user-select: none;
    width: 90px;
}

.border-2-wrap[b-jo63xpidms] {
    padding: 4px 0;
    cursor: pointer;
    display: flex;
    justify-content: end;
    -webkit-justify-content: end;
    align-items: center;
    -webkit-align-items: center;
    z-index: 1;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 14px;
    user-select: none;
    -webkit-user-select: none;
    width: 90px;
}

.border-1[b-jo63xpidms] {
    display: none;
    position: absolute;
    height:3px;
    width: 45px;
    z-index: 0;
    left: -6px;
    bottom: 0;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    border: none !important;
    background-color: #212f4b;
    justify-content:flex-start;
}

.border-2[b-jo63xpidms] {
    display: none;
    position: absolute;
    height: 3px;
    width: 45px;
    z-index: 0;
    right: -6px;
    bottom: 0;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    border: none !important;
    background-color: #212f4b;
    justify-content: flex-start;
}

.radio-input label:has(input:checked) span[b-jo63xpidms]{
    color: #17171B;
}


.border-1-wrap:has(input:checked) ~ .border-1[b-jo63xpidms] {
    /*    transform: translateX(calc(var(--container_width) * 0/2));
    -webkit-transform: translateX(calc(var(--container_width) * 0/2));
    position: absolute;
    bottom: 0;
    left: 22%;*/
    position: absolute;
    height: 4px;
    width: 45px;
    z-index: 0;
    left: -8px;
    bottom: 0;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    border: none !important;
    background-color: #212f4b;
    justify-content: flex-start;
    display: inline-block;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    margin: 0;
    opacity:0.7;
}

.border-2-wrap:has(input:checked) ~ .border-2[b-jo63xpidms] {
    position: absolute;
    height: 4px;
    width: 45px;
    z-index: 0;
    right: -12px;
    bottom: 0;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    border: none !important;
    background-color: #212f4b;
    justify-content: flex-start;
    display: inline-block;
    border: 1px solid #212f4b;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    margin: 0;
    opacity: 0.7;
}

/* _content/Clevi.App.Components.Levi/Pages/Communications/Chattings.razor.rz.scp.css */
*[b-vpeq8gmie4] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
}

button[b-vpeq8gmie4] {
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

div.minimize[b-vpeq8gmie4] {
    height: 70px;
}

div.list--active[b-vpeq8gmie4] {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

@media (max-width: 500px) {
    div.list--active[b-vpeq8gmie4] {
        transform: translateX(50%);
        -webkit-transform: translateX(50%);
    }
}


.cl-widget-mask[b-vpeq8gmie4] {
    font-family: Noto Sans KR;
    font-size: 15px;
    z-index: 999;
    width: 300px;
    height: 400px;
    padding: 4px;
    overflow: hidden;
    position: fixed;
    bottom: 0px;
    right: 0.5em;
    border: none;
    border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    animation: appear-b-vpeq8gmie4 1s ease-in 0s;
    -webkit-animation: appear 1s ease-in 0s;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    transition: height 400ms cubic-bezier(0.65, 0.05, 0.36, 1);
    -webkit-transition: height 400ms cubic-bezier(0.65, 0.05, 0.36, 1);
}


    .cl-widget-mask .Darkmode[b-vpeq8gmie4] {
        font-family: Noto Sans KR;
        font-size: 15px;
        z-index: 999;
        width: 300px;
        height: 400px;
        padding: 4px;
        overflow: hidden;
        position: fixed;
        bottom: 0px;
        right: 0.5em;
        border: none;
        border-top-left-radius: 10px;
        -webkit-border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        animation: appear-b-vpeq8gmie4 1s ease-in 0s;
        -webkit-animation: appear 1s ease-in 0s;
        box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
        -webkit-box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
        transition: height 400ms cubic-bezier(0.65, 0.05, 0.36, 1);
        -webkit-transition: height 400ms cubic-bezier(0.65, 0.05, 0.36, 1);
        background-color: #0A0A0A;
    }

@media (max-width: 500px) {
    .cl-widget-mask[b-vpeq8gmie4] {
        right: 0;
        width: calc(100vw - (100vw - 100%));
        height: 90vh;
        background-color: white;
    }
}

.container[b-vpeq8gmie4] {
    width: 600px;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    transition: transform 400ms cubic-bezier(0.65, 0.05, 0.36, 1);
    -webkit-transition: transform 400ms cubic-bezier(0.65, 0.05, 0.36, 1);
}

@media (max-width: 500px) {
    .container[b-vpeq8gmie4] {
        width: 100%;
        height: 100%;
    }
}

.list[b-vpeq8gmie4] {
    margin-right: 10px;
}

.list[b-vpeq8gmie4], .conversation[b-vpeq8gmie4] {
    width: 290px;
    height: 400px;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: white;
}



@media (max-width: 500px) {
    .list[b-vpeq8gmie4], .conversation[b-vpeq8gmie4] {
        /*        width: calc(100vw - var(--clv-global-scrollbar-width));*/
        width: 99vw;
        height: calc(90vh - 4.5rem);
        margin: auto;
    }
}

.list__header[b-vpeq8gmie4], .conversation__header[b-vpeq8gmie4] {
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    z-index: 1;
    min-height: 50px;
    border-bottom: 1px solid #ced4da;
}

.list__header-actions[b-vpeq8gmie4], .conversation__header-actions[b-vpeq8gmie4] {
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.list__body[b-vpeq8gmie4], .conversation__body[b-vpeq8gmie4] {
    height: 100%;
    padding: 0.8rem;
    position: relative;
    overflow-y: auto;
    font-size: 14px;
}

.conversation__body[b-vpeq8gmie4] {
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}



    .conversation__body[b-vpeq8gmie4]::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    .conversation__body[b-vpeq8gmie4]::-webkit-scrollbar-thumb {
        width: 11px;
        background: rgb(115 105 133 / 0.25) !important;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        background-clip: padding-box;
        /* border: 2px solid transparent;*/
    }

        .conversation__body[b-vpeq8gmie4]::-webkit-scrollbar-thumb:hover {
            width: 11px;
            border-radius: 8px;
            -webkit-border-radius: 8px;
            background-color: rgb(115 105 133 / 0.4);
        }

        .conversation__body[b-vpeq8gmie4]::-webkit-scrollbar-thumb:active {
            border-radius: 8px;
            -webkit-border-radius: 8px;
            background: rgb(115 105 133 / 0.6) !important;
        }

    .conversation__body[b-vpeq8gmie4]::-webkit-scrollbar-track {
        background-color: rgba(164, 163, 186, 0);
        border-radius: 8px;
        -webkit-border-radius: 8px;
        /* box-shadow: inset 0px 0px 5px white;*/
    }

.conversation__bubble[b-vpeq8gmie4] {
    margin-bottom: 0.8rem;
    padding-bottom: 15px;
}
/*    .conversation__bubble:before, .conversation__bubble:after {
        content: '';
        display: block;
        clear: both;
    }*/

.conversation__text[b-vpeq8gmie4] {
    padding: 0.6rem;
    overflow-wrap: break-word;
    word-break: keep-all;
    word-wrap: break-word;
    max-width: 85%;
    margin: 0;
}

.conversation__bubble--left[b-vpeq8gmie4] {
    position: relative;
    display: flex;
    justify-content: start;
    -webkit-justify-content: start;
}

    .conversation__bubble--left .conversation__text[b-vpeq8gmie4] {
        color: #332400;
        background-color: #E3E4FA;
        -webkit-border-radius: 12px;
    }

        .conversation__bubble--left .conversation__text .Darkmode[b-vpeq8gmie4] {
            color: black;
            background-color: #F5F5F5;
            border-radius: 12px;
            -webkit-border-radius: 12px;
        }

    .conversation__bubble--left span[b-vpeq8gmie4] {
        font-size: 12px;
        color: #9b9b9b;
        position: absolute;
        bottom: -2px;
        left: 12px;
    }

    .conversation__bubble--left[b-vpeq8gmie4]:before {
        content: '';
        position: absolute;
        bottom: 7px;
        left: 0;
        width: 8px;
        height: 8px;
        border-bottom-right-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
    }

.conversation__bubble--right[b-vpeq8gmie4] {
    position: relative;
    display: flex;
    justify-content: end;
    -webkit-justify-content: end;
}

    .conversation__bubble--right .conversation__text[b-vpeq8gmie4] {
        color: #332400;
        background-color: #FFF5EE;
        border-radius: 12px;
        -webkit-border-radius: 12px;
    }

        .conversation__bubble--right .conversation__text .Darkmode[b-vpeq8gmie4] {
            color: black;
            background-color: #FAF0E6;
            border-radius: 12px;
            -webkit-border-radius: 12px;
        }

    .conversation__bubble--right span[b-vpeq8gmie4] {
        font-size: 12px;
        color: #9b9b9b;
        position: absolute;
        bottom: -2px;
        right: 12px;
    }

    .conversation__bubble--right[b-vpeq8gmie4]:before {
        content: '';
        position: absolute;
        bottom: 7px;
        right: 0;
        width: 8px;
        height: 8px;
        border-bottom-left-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
    }



.list .btn[b-vpeq8gmie4], .conversation .btn[b-vpeq8gmie4] {
    width: 40px;
    height: 40px;
}

    .list .btn svg[b-vpeq8gmie4], .conversation .btn svg[b-vpeq8gmie4] {
        color: #1f4cad;
    }

    .list .btn:hover[b-vpeq8gmie4], .conversation .btn:hover[b-vpeq8gmie4], .list .btn:focus[b-vpeq8gmie4], .conversation .btn:focus[b-vpeq8gmie4] {
        background-color: #1f4cad;
    }

        .list .btn:hover svg[b-vpeq8gmie4], .conversation .btn:hover svg[b-vpeq8gmie4], .list .btn:focus svg[b-vpeq8gmie4], .conversation .btn:focus svg[b-vpeq8gmie4] {
            color: white;
        }

.list__header[b-vpeq8gmie4] {
    padding: 0 0.8rem;
}

.list__chat[b-vpeq8gmie4] {
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 1rem;
    margin-bottom: 1rem;
    background-color: rgb(248 250 252);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid transparent;
    cursor: pointer;
}

    .list__chat:hover[b-vpeq8gmie4], .list__chat:focus[b-vpeq8gmie4] {
        border: 1px solid rgb(252 165 165);
        box-shadow: 0 0 3px rgb(252 165 165);
        -webkit-box-shadow: 0 0 3px rgb(252 165 165);
    }

.list__user[b-vpeq8gmie4] {
    margin-bottom: 0.3rem;
    font-size: 16px;
    word-break: keep-all;
}

.list__message[b-vpeq8gmie4] {
    display: inline-block;
    color: #484f56;
    width: 215px;
    white-space: break-spaces;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
}

.list__message_info[b-vpeq8gmie4] {
    display: inline-block;
    color: #484f56;
    width: 215px;
}

@media (max-width: 500px) {
    .list__message[b-vpeq8gmie4] {
        width: 85%;
    }

    .list__message_info[b-vpeq8gmie4] {
        width: 85%;
    }
}

.list__sent[b-vpeq8gmie4] {
    display: inline-block;
    vertical-align: text-bottom;
}

    .list__sent svg[b-vpeq8gmie4] {
        width: 1rem;
        height: 1rem;
        stroke: #008500;
    }

        .list__sent svg:last-child[b-vpeq8gmie4] {
            margin-left: -0.7rem;
        }

.list__preview[b-vpeq8gmie4] {
    width: 100%;
}

.conversation__info[b-vpeq8gmie4] {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    flex-grow: 1;
    -webkit-flex-direction: row;
    -webkit-align-items: center;
    -webkit-flex-grow: 1;
    padding-left: 0.8rem;
    color: #243366;
    border-left: 1px solid #ced4da;
}

.conversation__status[b-vpeq8gmie4] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #63de17;
    margin-right: 0.4rem;
}

.conversation__footer[b-vpeq8gmie4] {
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    z-index: 1;
    padding: 0.8rem;
    border-top: 1px solid #ced4da;
}

.conversation__write[b-vpeq8gmie4] {
    width: 90%;
    padding: 0.4rem;
    border: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #ced4da;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    resize: none;
}

    .conversation__write:focus[b-vpeq8gmie4] {
        border: 1px solid #4867cb;
        box-shadow: 0 0 3px #4867cb;
        -webkit-box-shadow: 0 0 3px #4867cb;
        outline: none;
    }

.conversation .btn--send[b-vpeq8gmie4] {
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

@keyframes appear-b-vpeq8gmie4 {
    1% {
        transform: translateY(30px);
        -webkit-transform: translateY(30px);
        opacity: 0;
    }

    25% {
        transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
    }

    65% {
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
        opacity: 1;
    }

    80% {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
    }

    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}
/* _content/Clevi.App.Components.Levi/Pages/Communications/Components/FriendshipListWithCheckboxComponent.razor.rz.scp.css */
.cl-gc-card_body .wrap[b-kxfuatxv7p] {
    width: 100%;
}

.cl_ivy-invitelist_wrap[b-kxfuatxv7p] {
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}

    .cl_ivy-invitelist_wrap .wrap span[b-kxfuatxv7p] {
        margin: 3px 0;
    }

.checkbox-wrapper .cbx[b-kxfuatxv7p] {
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

    .checkbox-wrapper .cbx span[b-kxfuatxv7p] {
        display: inline-block;
        vertical-align: middle;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }

        .checkbox-wrapper .cbx span:first-child[b-kxfuatxv7p] {
            position: relative;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            transform: scale(1);
            -webkit-transform: scale(1);
            vertical-align: middle;
            border: 1px solid #B9B8C3;
            transition: all 0.2s ease;
            -webkit-transition: all 0.2s ease;
        }

            .checkbox-wrapper .cbx span:first-child svg[b-kxfuatxv7p] {
                position: absolute;
                z-index: 1;
                top: 4px;
                left: 4px;
                fill: none;
                stroke: white;
                stroke-width: 2;
                stroke-linecap: round;
                stroke-linejoin: round;
                stroke-dasharray: 16px;
                stroke-dashoffset: 16px;
                transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
                transition-delay: 0.1s;
                -webkit-transition-delay: 0.1s;
                transform: translate3d(0, 0, 0);
                -webkit-transform: translate3d(0, 0, 0);
            }

            .checkbox-wrapper .cbx span:first-child[b-kxfuatxv7p]:before {
                content: "";
                width: 100%;
                height: 100%;
                background: #A9BCF5;
                display: block;
                transform: scale(0);
                -webkit-transform: scale(0);
                opacity: 1;
                border-radius: 50%;
                -webkit-border-radius: 50%;
                transition-delay: 0.2s;
                -webkit-transition-delay: 0.2s;
            }

        .checkbox-wrapper .cbx span:last-child[b-kxfuatxv7p] {
            margin-left: 8px;
        }

            .checkbox-wrapper .cbx span:last-child[b-kxfuatxv7p]:after {
                content: "";
                position: absolute;
                top: 8px;
                left: 0;
                height: 1px;
                width: 100%;
                background: #B9B8C3;
                transform-origin: 0 0;
                -webkit-transform-origin: 0 0;
                transform: scaleX(0);
                -webkit-transform: scaleX(0);
            }

    .checkbox-wrapper .cbx:hover span:first-child[b-kxfuatxv7p] {
        border-color: #B9B8C3;
    }

.checkbox-wrapper .inp-cbx:checked + .cbx span:first-child[b-kxfuatxv7p] {
    /*border-color: #3c53c7;*/
    border-color: #A9BCF5;
    background: #A9BCF5;
    animation: check-15-b-kxfuatxv7p 0.6s ease;
    -webkit-animation: check-15 0.6s ease;
}

.checkbox-wrapper .inp-cbx[b-kxfuatxv7p] {
    display: none;
}

    .checkbox-wrapper .inp-cbx:checked + .cbx span:first-child svg[b-kxfuatxv7p] {
        stroke-dashoffset: 0;
    }

    .checkbox-wrapper .inp-cbx:checked + .cbx span:first-child[b-kxfuatxv7p]:before {
        transform: scale(2.2);
        -webkit-transform: scale(2.2);
        opacity: 0;
        transition: all 0.6s ease;
        -webkit-transition: all 0.6s ease;
    }

.checkbox-wrapper-15 .inp-cbx:checked + .cbx span:last-child[b-kxfuatxv7p] {
    color: #B9B8C3;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.checkbox-wrapper .inp-cbx:checked + .cbx span:last-child[b-kxfuatxv7p]:after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

@keyframes check-15-b-kxfuatxv7p {
    50% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
    }
}

.cl_ivy-invite[b-kxfuatxv7p] {
    height: 100%;
}

.invite-top-bar[b-kxfuatxv7p] {
    width: 100%;
    background: #FFF;
    display: flex;
    padding: 5px 10px 0 10px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

    .invite-top-bar div[b-kxfuatxv7p] {
        display: flex;
        align-items: center;
        -webkit-align-items: center;
    }

    .invite-top-bar .text[b-kxfuatxv7p] {
        font-size: 13px;
        font-weight: 600;
        margin: 3px 0 0 3px;
    }


.members-delete[b-kxfuatxv7p] {
}

.cl_ivy-invitelist_wrap[b-kxfuatxv7p] {
    padding: 10px 0;
}

    .cl_ivy-invitelist_wrap .member-profile[b-kxfuatxv7p] {
        padding: 10px 8px;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }

        .cl_ivy-invitelist_wrap .member-profile .user[b-kxfuatxv7p] {
            display: flex;
            align-items: center;
            -webkit-align-items: center;
        }

            .cl_ivy-invitelist_wrap .member-profile .user .clc-textbox[b-kxfuatxv7p] {
                border-top: none;
                border-right: none;
                border-left: none;
                border-radius: 0 !important;
                -webkit-flex: 1;
            }

            .cl_ivy-invitelist_wrap .member-profile .user .img_wrap[b-kxfuatxv7p] {
                display: flex;
                align-items: center;
                -webkit-align-items: center;
                background-color: #F4F6FD;
                padding: 0px;
                border-radius: 50%;
                -webkit-border-radius: 50%;
            }

.cl_ivy-inviteselect_wrap[b-kxfuatxv7p] {
    display: flex;
    padding: 5px 15px 15px 0;
    margin-top: 10px;
    flex-direction: column;
}

    .cl_ivy-inviteselect_wrap .profile[b-kxfuatxv7p] {
        position: relative;
    }



    .cl_ivy-inviteselect_wrap .wrap .profile .detail[b-kxfuatxv7p] {
        padding: 0px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
    }

        .cl_ivy-inviteselect_wrap .wrap .profile .detail img[b-kxfuatxv7p] {
            height: 30px;
            width: 30px;
        }

        .cl_ivy-inviteselect_wrap .wrap .profile .detail span[b-kxfuatxv7p] {
            position: absolute;
            top: 3%;
            right: 0px;
            height: 14px;
            width: 14px;
            margin-top: 5px;
            font-size: 10px;
        }

    .cl_ivy-inviteselect_wrap .wrap[b-kxfuatxv7p] {
        display: flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
        -webkit-align-items: center;
        padding: 0px 5px;
        margin-right: 10px;
    }

        .cl_ivy-inviteselect_wrap .wrap span[b-kxfuatxv7p] {
            font-size: 10px;
        }



.cl_ivy-invitelist_wrap .member-profile[b-kxfuatxv7p] {
    padding: 10px 8px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

    .cl_ivy-invitelist_wrap .member-profile .user[b-kxfuatxv7p] {
        display: flex;
        align-items: center;
        -webkit-align-items: center;
    }

        .cl_ivy-invitelist_wrap .member-profile .user .img_wrap[b-kxfuatxv7p] {
            display: flex;
            align-items: center;
            -webkit-align-items: center;
            background-color: #F4F6FD;
            padding: 0px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
        }

            .cl_ivy-invitelist_wrap .member-profile .user .img_wrap img[b-kxfuatxv7p] {
                height: 40px;
                width: 40px;
            }

        .cl_ivy-invitelist_wrap .member-profile .user span[b-kxfuatxv7p] {
            margin-left: 10px;
            font-size: 13px;
            font-weight: 600;
        }

    .cl_ivy-invitelist_wrap .member-profile .checkbox_wrap[b-kxfuatxv7p] {
        margin-right: 10px;
    }

.cl_ivy-invite .search textarea[b-kxfuatxv7p] {
    height: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 5px 0 0 12px;
    width: 100%;
    background-color: #F8F9FA;
    border-color: transparent;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    border: none;
    outline: none;
}

.cl_ivy-invite .search .search_box[b-kxfuatxv7p] {
    margin-bottom: 10px;
    height: 30px;
    width: 100%;
    background-color: #F8F9FA;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    border: none;
}


    .cl_ivy-invite .search .search_box button[b-kxfuatxv7p] {
        box-shadow: none;
        -webkit-box-shadow: none;
        background-color: transparent !important;
        margin: 0 12px 0 0;
        padding: 0;
    }

.back-to-before[b-kxfuatxv7p] {
    width: 13px;
    height: 13px;
    margin: 0 5px 0 0px;
}
/* _content/Clevi.App.Components.Levi/Pages/Communications/Components/GroupChatList.razor.rz.scp.css */
.cl_ivy-chatlist-room[b-jm1mhrnorr] {
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.cl-gc-card_top[b-jm1mhrnorr] {
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0 8px;
}

    .cl-gc-card_top .invite-top-bar[b-jm1mhrnorr] {
        width: 100%;
        background: #FFF;
        display: flex;
        padding: 15px 10px 5px 10px;
        flex-direction: column;
        -webkit-flex-direction: column;
        user-select: none;
        -webkit-user-select: none;
    }

        .cl-gc-card_top .invite-top-bar div[b-jm1mhrnorr] {
            width: 100%;
            background: #FFF;
            display: flex;
            justify-content: space-between;
            -webkit-justify-content: space-between;
            margin: 0 0 7px 0;
        }

        .cl-gc-card_top .invite-top-bar .title[b-jm1mhrnorr] {
            cursor: pointer;
            display: flex;
            justify-content: flex-start;
            -webkit-justify-content: flex-start;
            align-items: center;
            -webkit-align-items: center;
        }

            .cl-gc-card_top .invite-top-bar .title span[b-jm1mhrnorr] {
                margin-top: 1px;
            }

        .cl-gc-card_top .invite-top-bar .text[b-jm1mhrnorr] {
            font-size: 13px;
            font-weight: 600;
        }

        .cl-gc-card_top .invite-top-bar .button_align[b-jm1mhrnorr] {
            display: flex;
            justify-content: end;
            -webkit-justify-content: end;
            align-items: center;
            -webkit-align-items: center;
        }

            .cl-gc-card_top .invite-top-bar .button_align .addgroup[b-jm1mhrnorr] {
                box-shadow: none;
                -webkit-box-shadow: none;
                background-color: #F8F4FD !important;
                color: #17171B !important;
                font-size: 10px;
                min-height: 20px;
                min-width: 20px;
                border-radius: 15px;
                -webkit-border-radius: 15px;
                padding: 0px 15px;
                margin: 0 6px 0 0;
            }

            .cl-gc-card_top .invite-top-bar .button_align .contact[b-jm1mhrnorr] {
                box-shadow: none;
                -webkit-box-shadow: none;
                background-color: #E5F0FE !important;
                color: #17171B !important;
                font-size: 10px;
                min-height: 20px;
                min-width: 20px;
                border-radius: 15px;
                -webkit-border-radius: 15px;
                padding: 0px 15px;
            }

.cl-gc-card_body[b-jm1mhrnorr] {
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0px 10px 0 8px;
}


    .cl-gc-card_body .cl_ivy-chattings[b-jm1mhrnorr] {
        width: 100%;
    }

        .cl-gc-card_body .cl_ivy-chattings .list_box[b-jm1mhrnorr] {
            width: 100%;
        }

            .cl-gc-card_body .cl_ivy-chattings .list_box .wrap[b-jm1mhrnorr] {
                padding: 5px 0px 5px 0px;
                display: flex;
                flex-wrap: wrap;
                -webkit-flex-wrap: wrap;
                flex-direction: column;
                -webkit-flex-direction: column;
            }

.line[b-jm1mhrnorr] {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 0px;
    text-decoration: none;
    -webkit-text-decoration: none;
    color: #000;
    cursor: pointer;
    padding: 12px 10px;
    user-select: none;
    -webkit-user-select: none;
    width: 100%;
}

    .line .entry[b-jm1mhrnorr] {
        position:relative;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        /*width: 60px;
                    height: 45px;
                    border-radius: 45%;
                    -webkit-border-radius: 45%;*/
    }

        .line .entry img[b-jm1mhrnorr] {
            width: 40px;
            height: 40px;
        }

        .line .entry .favorite[b-jm1mhrnorr] {
            position: absolute;
            top: -3px;
            left: 0;
            width: 15px;
            height: 15px;
        }

    .line .info_wrap[b-jm1mhrnorr] {
        display: flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        width: 100%;
        margin: 0 0 0 10px;
    }

        .line .info_wrap .info[b-jm1mhrnorr] {
            display: flex;
            flex-direction: column;
            -webkit-flex-direction: column;
            justify-content: center;
            -webkit-justify-content: center;
        }

            .line .info_wrap .info .title[b-jm1mhrnorr] {
                font-size: 12px;
                font-weight: 500;
            }

            .line .info_wrap .info .detail[b-jm1mhrnorr] {
                font-size: 12px;
                margin: 0px 0 0 0;
                color: #828282;
            }

        .line .info_wrap .date_wrap[b-jm1mhrnorr] {
            display: flex;
            align-items: center;
            -webkit-align-items: center;
            justify-content: center;
            -webkit-justify-content: center;
            height: 100%;
        }

            .line .info_wrap .date_wrap .date[b-jm1mhrnorr] {
                display: flex;
                flex-flow: column;
                -webkit-flex-flow: column;
                align-items: end;
                -webkit-align-items: end;
                justify-content: center;
                -webkit-justify-content: center;
            }

                .line .info_wrap .date_wrap .date span[b-jm1mhrnorr] {
                    font-size: 11px;
                    color: #111;
                }

                .line .info_wrap .date_wrap .date i[b-jm1mhrnorr] {
                    font-size: 10px;
                    background-color: #4676f4;
                    color: #fff;
                    border-radius: 8px;
                    -webkit-border-radius: 10px;
                    padding: 1px 4px;
                    font-style: unset;
                    min-width: 17px;
                    text-align: center;
                }

            .line .info_wrap .date_wrap .setting[b-jm1mhrnorr] {
                width: 30px;
                margin-left: 5px;
            }

.back-to-before[b-jm1mhrnorr] {
    width: 13px;
    height: 13px;
    margin: 0 5px 0 0px;
}



.chatlist-setting-slide[b-jm1mhrnorr] {
    padding: 0 25px;
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}

    .chatlist-setting-slide h6[b-jm1mhrnorr] {
        font-size: 15px;
        color: #4676f4;
        padding-bottom: 10px;
        border-bottom: 1px solid #f2f4f6;
        margin-bottom: 20px;
        user-select: none;
        -webkit-user-select: none;
    }

    .chatlist-setting-slide ul[b-jm1mhrnorr] {
    }

        .chatlist-setting-slide ul li[b-jm1mhrnorr] {
            margin-bottom: 30px;
            display: flex;
            align-items: center;
            -webkit-align-items: center;
            user-select: none;
            -webkit-user-select: none;
        }

            .chatlist-setting-slide ul li img[b-jm1mhrnorr] {
                width: 20px;
                height: 20px;
                margin-right: 20px;
            }

            .chatlist-setting-slide ul li span[b-jm1mhrnorr] {
                font-size: 15px;
            }
/* _content/Clevi.App.Components.Levi/Pages/Communications/Components/PrivateChatList.razor.rz.scp.css */
.cl_ivy-chatlist-room[b-zj1n8lnpq6] {
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.cl-gc-card_top[b-zj1n8lnpq6] {
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0 8px;
}

    .cl-gc-card_top .invite-top-bar[b-zj1n8lnpq6] {
        width: 100%;
        background: #FFF;
        display: flex;
        padding: 15px 10px 5px 10px;
        flex-direction: column;
        -webkit-flex-direction: column;
        user-select: none;
        -webkit-user-select: none;
    }

        .cl-gc-card_top .invite-top-bar div[b-zj1n8lnpq6] {
            width: 100%;
            background: #FFF;
            display: flex;
            justify-content: space-between;
            -webkit-justify-content: space-between;
            margin: 0 0 7px 0;
        }

        .cl-gc-card_top .invite-top-bar .title[b-zj1n8lnpq6] {
            cursor: pointer;
            display: flex;
            justify-content: flex-start;
            -webkit-justify-content: flex-start;
            align-items: center;
            -webkit-align-items: center;
        }

            .cl-gc-card_top .invite-top-bar .title span[b-zj1n8lnpq6] {
                margin-top: 1px;
            }

        .cl-gc-card_top .invite-top-bar .text[b-zj1n8lnpq6] {
            font-size: 13px;
            font-weight: 600;
        }

        .cl-gc-card_top .invite-top-bar .button_align[b-zj1n8lnpq6] {
            display: flex;
            justify-content: end;
            -webkit-justify-content: end;
            align-items: center;
            -webkit-align-items: center;
        }

            .cl-gc-card_top .invite-top-bar .button_align .addgroup[b-zj1n8lnpq6] {
                box-shadow: none;
                -webkit-box-shadow: none;
                background-color: #F8F4FD !important;
                color: #17171B !important;
                font-size: 10px;
                min-height: 20px;
                min-width: 20px;
                border-radius: 15px;
                -webkit-border-radius: 15px;
                padding: 0px 15px;
                margin: 0 6px 0 0;
            }

            .cl-gc-card_top .invite-top-bar .button_align .addgroup[b-zj1n8lnpq6] {
                box-shadow: none;
                -webkit-box-shadow: none;
                background-color: #E5F0FE !important;
                color: #17171B !important;
                font-size: 10px;
                min-height: 20px;
                min-width: 20px;
                border-radius: 15px;
                -webkit-border-radius: 15px;
                padding: 0px 15px;
            }

.cl-gc-card_body[b-zj1n8lnpq6] {
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 15px 10px 0 8px;
}




    .cl-gc-card_body .cl_ivy-chattings[b-zj1n8lnpq6] {
        width: 100%;
    }

        .cl-gc-card_body .cl_ivy-chattings .list_box[b-zj1n8lnpq6] {
            width: 100%;
        }

            .cl-gc-card_body .cl_ivy-chattings .list_box .wrap[b-zj1n8lnpq6] {
                padding: 5px 0px 5px 0px;
                display: flex;
                flex-wrap: wrap;
                -webkit-flex-wrap: wrap;
                flex-direction: column;
                -webkit-flex-direction: column;
            }

.line[b-zj1n8lnpq6] {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 0px;
    text-decoration: none;
    -webkit-text-decoration: none;
    color: #000;
    cursor: pointer;
    padding: 12px 10px;
    user-select: none;
    -webkit-user-select: none;
    width: 100%;
}

    .line .entry[b-zj1n8lnpq6] {
        position: relative;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        /*width: 60px;
                    height: 45px;
                    border-radius: 45%;
                    -webkit-border-radius: 45%;*/
    }

        .line .entry img[b-zj1n8lnpq6] {
            width: 40px;
            height: 40px;
        }

        .line .entry .favorite[b-zj1n8lnpq6] {
            position: absolute;
            top: -3px;
            left: 0;
            width: 15px;
            height: 15px;
        }

    .line .info_wrap[b-zj1n8lnpq6] {
        display: flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        width: 100%;
        margin: 0 0 0 10px;
    }

        .line .info_wrap .info[b-zj1n8lnpq6] {
            display: flex;
            flex-direction: column;
            -webkit-flex-direction: column;
            justify-content: center;
            -webkit-justify-content: center;
            margin-right: 7px;
        }

            .line .info_wrap .info .title[b-zj1n8lnpq6] {
                font-size: 12px;
                font-weight: 500;
            }

            .line .info_wrap .info .detail[b-zj1n8lnpq6] {
                font-size: 12px;
                margin: 0px 0 0 0;
                color: #828282;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: normal;
                max-height: 3em;
                line-height: 1.5em;
                display: -webkit-box;
            }

        .line .info_wrap .date_wrap[b-zj1n8lnpq6] {
            display: flex;
            align-items: center;
            -webkit-align-items: center;
            justify-content: center;
            -webkit-justify-content: center;
            height: 100%;
        }

            .line .info_wrap .date_wrap .date[b-zj1n8lnpq6] {
                display: flex;
                flex-flow: column;
                -webkit-flex-flow: column;
                align-items: end;
                -webkit-align-items: end;
                justify-content: center;
                -webkit-justify-content: center;
            }

                .line .info_wrap .date_wrap .date span[b-zj1n8lnpq6] {
                    font-size: 11px;
                    color: #111;
                }

                .line .info_wrap .date_wrap .date i[b-zj1n8lnpq6] {
                    font-size: 10px;
                    background-color: #4676f4;
                    color: #fff;
                    border-radius: 8px;
                    -webkit-border-radius: 10px;
                    padding: 1px 4px;
                    font-style: unset;
                    min-width: 17px;
                    text-align: center;
                }

            .line .info_wrap .date_wrap .setting[b-zj1n8lnpq6] {
                width: 30px;
                margin-left: 5px;
            }



.back-to-before[b-zj1n8lnpq6] {
    width: 13px;
    height: 13px;
    margin: 0 5px 0 0px;
}



.chatlist-setting-slide[b-zj1n8lnpq6] {
    padding: 0 25px;
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}

    .chatlist-setting-slide h6[b-zj1n8lnpq6] {
        font-size: 15px;
        color: #4676f4;
        padding-bottom: 10px;
        border-bottom: 1px solid #f2f4f6;
        margin-bottom: 20px;
        user-select: none;
        -webkit-user-select: none;
    }

    .chatlist-setting-slide ul[b-zj1n8lnpq6] {
    }

        .chatlist-setting-slide ul li[b-zj1n8lnpq6] {
            margin-bottom: 30px;
            display: flex;
            align-items: center;
            -webkit-align-items: center;
            user-select: none;
            -webkit-user-select: none;
        }

            .chatlist-setting-slide ul li img[b-zj1n8lnpq6] {
                width: 20px;
                height: 20px;
                margin-right: 20px;
            }

            .chatlist-setting-slide ul li span[b-zj1n8lnpq6] {
                font-size: 15px;
            }
/* _content/Clevi.App.Components.Levi/Pages/Communications/ContactGroupSetting.razor.rz.scp.css */


.cl_ivy-invite[b-detn7uftir] {
    height: 100%;
}

.invite-top-bar[b-detn7uftir] {
    width: 100%;
    background: #FFF;
    display: flex;
    padding: 5px 10px 0 10px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}



.invite-top-bar div[b-detn7uftir] {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.invite-top-bar .text[b-detn7uftir] {
    font-size: 13px;
    font-weight: 600;
    margin: 3px 0 0 3px;
}

.cl_ivy-inviteselect_wrap[b-detn7uftir] {
    display: flex;
    padding: 5px 15px 15px 0;
    margin: 8px 0;
}

.members-delete[b-detn7uftir] {
}

.cl_ivy-inviteselect_wrap[b-detn7uftir] {
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    padding: 0px 5px;
    margin-right: 0px;
}

    .cl_ivy-inviteselect_wrap .wrap span[b-detn7uftir] {
        font-size: 12px;
        margin-top: 5px;
    }

    .cl_ivy-inviteselect_wrap .wrap .profile[b-detn7uftir] {
        position: relative;
    }

        .cl_ivy-inviteselect_wrap .wrap .profile .delite[b-detn7uftir] {
            width: 17px;
            height: 17px;
            position: absolute;
            top: 0;
            right: -2px;
        }

        .cl_ivy-inviteselect_wrap .wrap .profile .detail[b-detn7uftir] {
            padding: 0px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
        }

            .cl_ivy-inviteselect_wrap .wrap .profile .detail img[b-detn7uftir] {
                height: 45px;
                width: 45px;
            }

            .cl_ivy-inviteselect_wrap .wrap .profile .detail span[b-detn7uftir] {
                position: absolute;
                top: 3%;
                right: 0px;
                height: 14px;
                width: 14px;
                margin-top: 5px;
                font-size: 10px;
            }


.cl_ivy-invitelist_wrap[b-detn7uftir] {
    padding: 10px 0;
}

    .cl_ivy-invitelist_wrap .member-profile[b-detn7uftir] {
        padding: 10px 8px;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }

        .cl_ivy-invitelist_wrap .member-profile .user[b-detn7uftir] {
            display: flex;
            align-items: center;
            -webkit-align-items: center;
            flex:1;
            -webkit-flex:1;
        }

            .cl_ivy-invitelist_wrap .member-profile .user .img_wrap[b-detn7uftir] {
                margin-right:8px;
            }

            .cl_ivy-invitelist_wrap .member-profile .user .img_wrap img[b-detn7uftir] {
                height: 45px;
                width: 45px;
            }

            .cl_ivy-invitelist_wrap .member-profile .user span[b-detn7uftir] {
                margin-left: 10px;
                font-size: 13px;
                font-weight: 600;
            }
            .cl_ivy-invitelist_wrap .member-profile .user input[b-detn7uftir] {
                border-top: none;
                border-right: none;
                border-left: none;
                border-bottom: 1px solid #f2f4f6;
                padding:6px 0px;
                -webkit-flex: 1;
                text-indent:8px
            }
                .cl_ivy-invitelist_wrap .member-profile .user input:focus[b-detn7uftir] {
                    outline: none;
                    border-bottom: 1px solid #f2f4f6;
                }

        .cl_ivy-invitelist_wrap .member-profile .checkbox_wrap[b-detn7uftir] {
            margin-right: 10px;
        }

        .cl_ivy-invitelist_wrap .member-profile .set-btn-wrap[b-detn7uftir] {
        }

            .cl_ivy-invitelist_wrap .member-profile .set-btn-wrap img[b-detn7uftir] {
                width: 23px;
                height: auto;
            }

.cl_ivy-invite .search textarea[b-detn7uftir] {
    height: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 5px 0 0 12px;
    width: 100%;
    background-color: #F8F9FA;
    border-color: transparent;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    border: none;
    outline: none;
}

.cl_ivy-invite .search .search_box[b-detn7uftir] {
    margin-bottom: 10px;
    height: 30px;
    width: 100%;
    background-color: #F8F9FA;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    border: none;
}


    .cl_ivy-invite .search .search_box button[b-detn7uftir] {
        box-shadow: none;
        -webkit-box-shadow: none;
        background-color: transparent !important;
        margin: 0 12px 0 0;
        padding: 0;
    }

.back-to-before[b-detn7uftir] {
    width: 24px;
    height: 24px;
    margin: 0 5px 0 0px;
}

.bottom[b-detn7uftir]{
    margin-top:20px;
    display:flex;
    justify-content:center;
    -webkit-justify-content:center;
}
/* _content/Clevi.App.Components.Levi/Pages/Communications/ContactProfile.razor.rz.scp.css */
.backout[b-8mxk6jk2us]{
    display:flex;
}

.cp_background[b-8mxk6jk2us] {
    height: calc(100vh - 70px);
    display: flex;
    align-items: center;
    -webkit-align-items: center;
/*    justify-content: center;
    -webkit-justify-content: center;*/
    flex-direction: column;
    -webkit-flex-direction: column;
    width: 100%;
    max-width: 500px;
    margin: auto;
}

.head[b-8mxk6jk2us] {
    /*display:flex;
    align-items:center;
    -webkit-align-items:center;
    justify-content:space-between;
    -webkit-justify-content:space-between;
    width:96%;
    padding:10px 0;
    position:sticky;
    top:0;
    right:0;
    left:0;*/
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    width:100%;
    padding:0 5px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background:#fff;
    color:#000;
    z-index:1;
}
    
    .cp_background .select-photo[b-8mxk6jk2us] {
        display:flex;
    }
    .cp_background .select-photo img[b-8mxk6jk2us]{
        width:100%;
        object-fit:cover;
    }

.cp-card[b-8mxk6jk2us] {
    width:100%;
    /*height: 70vh;*/
    display: flex;
    /*position: relative;*/
    flex-direction: column;
    -webkit-flex-direction: column;
    padding-top:50px;
}

    .cp-card .ivy-profile-detail-wrap img[b-8mxk6jk2us] {
        width: 75px;
        height: 75px;
    }

    .cp-card .adjust-wrap[b-8mxk6jk2us] {
        width: 100%;
        display: flex;
        justify-content: end;
        -webkit-justify-content: end;
        margin-bottom: 20px;
    }

        .cp-card .adjust-wrap .right-state[b-8mxk6jk2us] {
            display: flex;
            align-items: center;
            -webkit-align-items: center;
            justify-content: center;
            -webkit-justify-content: center;
            margin-right: 5px;
        }

            .cp-card .adjust-wrap .right-state img[b-8mxk6jk2us] {
                height: 7px;
                width: 7px;
                margin-right: 4px;
            }

            .cp-card .adjust-wrap .right-state span[b-8mxk6jk2us] {
                font-size: 12px;
                font-weight: 600;
            }


.ivy-profile-detail-wrap[b-8mxk6jk2us] {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #F4F6FD;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    border: 1px solid transparent;
    position: absolute;
    top: -8%;
    left: 5%;
}

.cl-chattings[b-8mxk6jk2us] {
    width: 100%;
    margin-top: 5px;
    
}

.cl-list[b-8mxk6jk2us] {
    width: 100%;
}

.cl-list--body[b-8mxk6jk2us] {
    padding: 25px 0 0px 0;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    /*border-bottom: 1px solid #d5d5d5;*/
}

.cl-list--body_align[b-8mxk6jk2us] {
    display: flex;
    align-items:center;
    -webkit-align-items:center;
    flex-direction:column;
    -webkit-flex-direction:column;
    /*justify-content: space-between;
    -webkit-justify-content: space-between;*/
    width: 100%;
    /*margin: 0 0 0 9px;*/
}

.cl-list--body_align__left[b-8mxk6jk2us] {
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
}

    .cl-list--body_align__left h5[b-8mxk6jk2us] {
        font-size: 13px;
        font-weight: 600;
    }

    .cl-list--body_align__left p[b-8mxk6jk2us] {
        font-size: 11px;
        margin: 7px 0 0 0;
    }

.cl-list--body_align__right[b-8mxk6jk2us] {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    height: 100%;
}


@media screen and (max-width:768px){
    .information-wrap[b-8mxk6jk2us]{
        padding-left:20px;
    }
}

.information-wrap .top[b-8mxk6jk2us]{
    /*width:80%;
    margin:0 auto;*/
    margin-top: 20px;
}

.information-wrap .bottom[b-8mxk6jk2us] {
    /*width: 80%;
    margin: 0 auto;*/
    margin-top: 25px;
}

    .information-wrap .line[b-8mxk6jk2us] {
        display: flex;
        margin-bottom: 15px;
        -webkit-justify-content:center;
    }

        .information-wrap .line .name[b-8mxk6jk2us] {
            width: 90px;
            font-size: 16px;
            color: #767676;
        }

        .information-wrap .line .information[b-8mxk6jk2us] {
            width: 68%;
            font-size: 15px;
            display:flex;
            font-weight:500;
            word-break:break-all;
        }


.close-wrap[b-8mxk6jk2us] {
    display: flex;
    justify-content: end;
    -webkit-justify-content: end;
    background-color: transparent !important;
    position:absolute;
    top:1%;
    right:10px;
    z-index:10;
}

    .close-wrap .close-btn[b-8mxk6jk2us] {
        background-color: transparent !important;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        padding:0;
    }


.middle-line[b-8mxk6jk2us] {
    border-bottom: 1px solid #f2f4f6;
    width: 100%;
    color: #f2f4f6;
}

.profile-pic[b-8mxk6jk2us] {
    width: 75px;
    height: 75px;
}

.people-name[b-8mxk6jk2us]{
    margin-top:20px;
    font-size:17px;
}

.status[b-8mxk6jk2us] {
    margin: 10px 0 20px 0;
    color: #767676;
    font-size:14px;
}

.btn-wrap[b-8mxk6jk2us]{
    height:70px;
    width:90%;
    margin:0 auto;
}
/* _content/Clevi.App.Components.Levi/Pages/Communications/Contacts.razor.rz.scp.css */
body[b-yjdizswva2] {
}


.contact-setting-img[b-yjdizswva2] {
    width: 25px;
    height: 25px;
}


.search-textarea[b-yjdizswva2] {
    height: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 5px 0 0 12px;
    width: 100%;
    background-color: #F8F9FA;
    border-color: transparent;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    border: none;
    outline: none;
}
.background[b-yjdizswva2]{
    padding:15px;
}
.back-to-before[b-yjdizswva2] {
    width: 24px;
    height: 24px;
    margin: 0 5px 0 0px;
}


.cl_ivy-contacts-wrap[b-yjdizswva2] {
    position:fixed;
    top:0;
    left:0;
    right:0;
    padding:0px;
}

.cl_ivy-contacts-top[b-yjdizswva2] {
    padding: 10px 20px 0 20px;
}
.cl_ivy-contacts-top .wrap[b-yjdizswva2]{
}
    .cl_ivy-contacts-top .wrap .text[b-yjdizswva2] {
        font-size: 13px;
        font-weight: 600;
    }

    .cl_ivy-contacts-top .wrap[b-yjdizswva2] {
        width: 100%;
        background: #FFF;
        display: flex;
        padding: 0px;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        align-items:end;
        -webkit-align-items:end;
        margin:0 0 20px 0;
    }

    .cl_ivy-contacts-top .search[b-yjdizswva2] {
        display: flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        width: 100%;
    }


.cl_ivy-contacts-body[b-yjdizswva2] {
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-top: 20px;
}


.cl-chattings[b-yjdizswva2] {
    width: 100%;
    margin-bottom: 15px;
}

    .cl-chattings .ivy-contact-profile-detail[b-yjdizswva2]{
        height:fit-content;
    }
    .cl-chattings .ivy-contact-profile-detail img[b-yjdizswva2]{
        width:45px;
        height:45px;
    }

.cl-list[b-yjdizswva2] {
    width: 100%;
}


.cl-list--body[b-yjdizswva2] {
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}

    .cl-list--body .wrap[b-yjdizswva2] {
        display: flex;
        align-items: center;
        -webkit-align-items: center;
    }

        .cl-list--body .wrap .line[b-yjdizswva2] {
            display: flex;
            justify-content: space-between;
            -webkit-justify-content: space-between;
            width: 100%;
            margin: 0 0 0 0;
            text-decoration:none;
            -webkit-text-decoration:none;
            color:#000;
        }

            .cl-list--body .wrap .line .information[b-yjdizswva2] {
                display: flex;
                flex-direction: column;
                -webkit-flex-direction: column;
                justify-content: center;
                -webkit-justify-content: center;
            }

                .cl-list--body .wrap .line .information .name[b-yjdizswva2] {
                    display: flex;
                    align-items: center;
                    -webkit-align-items: center;
                }

                .cl-list--body .wrap .line .information .user[b-yjdizswva2] {
                    font-size: 12px;
                    font-weight: 600;
                }

                .cl-list--body .wrap .line .information .position[b-yjdizswva2] {
                    font-size: 9px;
                    margin-left: 5px
                }


            .cl-list--body .wrap .line .state[b-yjdizswva2] {
                display: flex;
                align-items: flex-start;
                -webkit-align-items: flex-start;
                justify-content: center;
                -webkit-justify-content: center;
                height: 100%;
            }

                .cl-list--body .wrap .line .state .box[b-yjdizswva2] {
                    display: flex;
                    align-items: center;
                    -webkit-align-items: center;
                    justify-content: center;
                    -webkit-justify-content: center;
                    margin-right: 5px;
                }

                    .cl-list--body .wrap .line .state .box img[b-yjdizswva2] {
                        height: 7px;
                        width: 7px;
                        margin-right: 4px;
                    }

                    .cl-list--body .wrap .line .state .box span[b-yjdizswva2] {
                        font-size: 10px;
                        font-weight:600;
                    }

/*연락처불러오기 부분*/
.cl_ivy-call_contacts .call[b-yjdizswva2] {
    background: none !important;
    color: #17171B !important;
    box-shadow: none;
    -webkit-box-shadow: none;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    margin:0 25px;
    cursor:pointer;
}

    .cl_ivy-call_contacts .call .box[b-yjdizswva2] {
        border-radius: 10px;
        background-color: #F5F5F5;
        padding: 15px;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
        -webkit-align-items: center;
    }

        .cl_ivy-call_contacts .call .box img[b-yjdizswva2] {
            height:26px;
            width:26px;
        }
        .cl_ivy-call_contacts .call p[b-yjdizswva2] {
            font-size: 10px;
            font-weight: 600;
            margin-top: 6px;
        }


/*설정사이드바*/
.cl_ivy-contacts-setting[b-yjdizswva2] {
    position: relative;
    display: inline-block;
}
    .cl_ivy-contacts-setting .sidebar[b-yjdizswva2] {
        padding: 15px;
        display: block;
        position: absolute;
        box-shadow: rgb(239, 239, 239) -3px 3px 6px;
        -webkit-box-shadow: rgb(239, 239, 239) -3px 3px 6px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        background-color: rgb(255, 255, 255);
        z-index: 2000;
        right: 0;
        top: 50px;
        height: calc(95vh - 93px);
        width: 300px;
        animation-name: contacts-setting-sidebar-b-yjdizswva2;
        -webkit-animation-name: contacts-setting-sidebar;
        animation-duration: 0.8s;
        -webkit-animation-duration: 0.8s;
    }

@keyframes contacts-setting-sidebar-b-yjdizswva2{
    from {
        opacity: .8;
        transform: translateX(80px);
        -webkit-transform: translateX(80px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }
}
.cl_ivy-contacts-setting .sidebar .button_wrap[b-yjdizswva2] {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

.cl_ivy-contacts-setting .title[b-yjdizswva2]{
    margin-bottom:15px;
}
.cl_ivy-contacts-setting h5[b-yjdizswva2]{
    font-size:14px;
    font-weight:600;
    margin:0;
    
}
.cl_ivy-contacts-setting h6[b-yjdizswva2]{
    font-size:13px;
    font-weight:600
    
}

.cl_ivy-contacts-setting .sidebar .bottom[b-yjdizswva2] {
    border-bottom: 1px solid #DEDEDE;
    padding: 15px 0;
}
    .cl_ivy-contacts-setting .sidebar .bottom .wrap[b-yjdizswva2] {
        margin: 0;
    }
    .cl_ivy-contacts-setting .sidebar .bottom .wrap p[b-yjdizswva2]{
        font-size:13px;
        margin: 0;
    }


.cl_lvy-floatingbutton[b-yjdizswva2] {
    padding: 5px;
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 1;
    background-color: #ffffffc6;
}

    .cl_lvy-floatingbutton .wrap[b-yjdizswva2] {
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        cursor:pointer;
        -webkit-user-select:none;
        margin-bottom:15px;
        animation-name: floatingbutton_ani-b-yjdizswva2;
        animation-duration:0.5s;
        animation-timing-function:ease-in-out;
    }
    @keyframes floatingbutton_ani-b-yjdizswva2 {
        0% {
            opacity:0.7;
            transform: translateY(10px);
        }
        100% {
            opacity:1;
            transform: translateY(0);
        }
    }

        .cl_lvy-floatingbutton .wrap p[b-yjdizswva2] {
            font-size: 13px;
            color:#000;
            margin:0;
        }

        .cl_lvy-floatingbutton .wrap img[b-yjdizswva2] {
            margin-left: 10px;
            padding: 7px;
            width: 40px;
            height: 40px;
            background-color: #F2F4F6;
            border-radius: 50%;
            -webkit-border-radius: 50%;
        }




/*Contacts*/
.cl_ivy-contacts-top .wrap[b-yjdizswva2] {
    width: 100%;
    background: #FFF;
    display: flex;
    padding: 5px 10px 0 10px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-bottom: 20px;
}

.button_align .addchatting[b-yjdizswva2] {
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #F8F4FD !important;
    color: #17171B !important;
    font-size: 12px;
    min-height: 20px;
    min-width: 20px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    padding: 4px 10px;
    margin: 0 6px 0 0;
}

.button_align .contact[b-yjdizswva2] {
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #E5F0FE !important;
    color: #17171B !important;
    font-size: 12px;
    min-height: 20px;
    min-width: 20px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    padding: 4px 10px;
}

.button_align .addgroup[b-yjdizswva2] {
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #E5F0FE !important;
    color: #17171B !important;
    font-size: 12px;
    min-height: 20px;
    min-width: 20px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    padding: 4px 10px;
    margin-right: 5px;
}
/* _content/Clevi.App.Components.Levi/Pages/Communications/ContactUserProfile.razor.rz.scp.css */

/*////////////////*/

.backout[b-huyp3mqszf] {
    display: flex;
}

.cp_background[b-huyp3mqszf] {
    height: 100vh;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    /*    justify-content: center;
    -webkit-justify-content: center;*/
    flex-direction: column;
    -webkit-flex-direction: column;
    width: 100%;
    max-width: 500px;
    margin: auto;
}

.head[b-huyp3mqszf] {
    /*display:flex;
    align-items:center;
    -webkit-align-items:center;
    justify-content:space-between;
    -webkit-justify-content:space-between;
    width:96%;
    padding:10px 0;
    position:sticky;
    top:0;
    right:0;
    left:0;*/
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    width: 100%;
    padding: 0 5px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    color: #000;
    z-index: 1;
}

.cp_background .select-photo[b-huyp3mqszf] {
    display: flex;
}

    .cp_background .select-photo img[b-huyp3mqszf] {
        width: 100%;
        object-fit: cover;
    }

.cp-card[b-huyp3mqszf] {
    width: 100%;
    /*height: 70vh;*/
    display: flex;
    /*position: relative;*/
    flex-direction: column;
    -webkit-flex-direction: column;
    padding-top: 60px;
    height: calc(100vh - 75px);
}

    .cp-card .ivy-profile-detail-wrap img[b-huyp3mqszf] {
        width: 75px;
        height: 75px;
    }

    .cp-card .adjust-wrap[b-huyp3mqszf] {
        width: 100%;
        display: flex;
        justify-content: end;
        -webkit-justify-content: end;
        margin-bottom: 20px;
    }

        .cp-card .adjust-wrap .right-state[b-huyp3mqszf] {
            display: flex;
            align-items: center;
            -webkit-align-items: center;
            justify-content: center;
            -webkit-justify-content: center;
            margin-right: 5px;
        }

            .cp-card .adjust-wrap .right-state img[b-huyp3mqszf] {
                height: 7px;
                width: 7px;
                margin-right: 4px;
            }

            .cp-card .adjust-wrap .right-state span[b-huyp3mqszf] {
                font-size: 12px;
                font-weight: 600;
            }


.ivy-profile-detail-wrap[b-huyp3mqszf] {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #F4F6FD;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    border: 1px solid transparent;
    position: absolute;
    top: -8%;
    left: 5%;
}

.cl-chattings[b-huyp3mqszf] {
    width: 100%;
    margin-top: 5px;
}

.cl-list[b-huyp3mqszf] {
    width: 100%;
}

.cl-list--body[b-huyp3mqszf] {
    padding: 25px 0 25px 0;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    /*border-bottom: 1px solid #d5d5d5;*/
}

.cl-list--body_align[b-huyp3mqszf] {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    /*justify-content: space-between;
    -webkit-justify-content: space-between;*/
    width: 100%;
    /*margin: 0 0 0 9px;*/
}

.cl-list--body_align__left[b-huyp3mqszf] {
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
}

    .cl-list--body_align__left h5[b-huyp3mqszf] {
        font-size: 13px;
        font-weight: 600;
    }

    .cl-list--body_align__left p[b-huyp3mqszf] {
        font-size: 11px;
        margin: 7px 0 0 0;
    }

.cl-list--body_align__right[b-huyp3mqszf] {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    height: 100%;
}


@media screen and (max-width:768px) {
    .information-wrap[b-huyp3mqszf] {
        padding-left: 20px;
    }
}

.information-wrap .top[b-huyp3mqszf] {
    /*width:80%;
    margin:0 auto;*/
    margin-top: 20px;
}

.information-wrap .bottom[b-huyp3mqszf] {
    /*width: 80%;
    margin: 0 auto;*/
    margin-top: 25px;
}

.information-wrap .line[b-huyp3mqszf] {
    display: flex;
    margin-bottom: 15px;
    -webkit-justify-content: center;
}

    .information-wrap .line .name[b-huyp3mqszf] {
        width: 90px;
        font-size: 16px;
        color: #767676;
    }

    .information-wrap .line .information[b-huyp3mqszf] {
        width: 68%;
        font-size: 15px;
        display: flex;
        font-weight: 500;
        word-break: break-all;
    }


.close-wrap[b-huyp3mqszf] {
    display: flex;
    justify-content: end;
    -webkit-justify-content: end;
    background-color: transparent !important;
    position: absolute;
    top: 1%;
    right: 10px;
    z-index: 10;
}

    .close-wrap .close-btn[b-huyp3mqszf] {
        background-color: transparent !important;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        padding: 0;
    }


.middle-line[b-huyp3mqszf] {
    border-bottom: 1px solid #f2f4f6;
    width: 100%;
    color: #f2f4f6;
}

.profile-pic[b-huyp3mqszf] {
    width: 75px;
    height: 75px;
}

.people-name[b-huyp3mqszf] {
    margin-top: 20px;
    font-size: 17px;
}

.status[b-huyp3mqszf] {
    margin: 10px 0 20px 0;
    color: #767676;
    font-size: 14px;
}

.btn-wrap[b-huyp3mqszf] {
    height: 70px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
/* _content/Clevi.App.Components.Levi/Pages/Communications/EditUserProfile.razor.rz.scp.css */

/*////////////////*/

.backout[b-qqktnzir0i] {
    display: flex;
}

.cp_background .wrap[b-qqktnzir0i] {
    height: calc(100vh - 70px);
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    /*    justify-content: center;
    -webkit-justify-content: center;*/
    flex-direction: column;
    -webkit-flex-direction: column;
    width: 100%;
    max-width: 500px;
    margin: auto;
    overflow: auto;
}

.head[b-qqktnzir0i] {
    /*display:flex;
    align-items:center;
    -webkit-align-items:center;
    justify-content:space-between;
    -webkit-justify-content:space-between;
    width:96%;
    padding:10px 0;
    position:sticky;
    top:0;
    right:0;
    left:0;*/
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    width: 100%;
    padding: 0 5px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    color: #000;
    z-index: 1;
}

.cp_background .select-photo[b-qqktnzir0i] {
    display: flex;
}

    .cp_background .select-photo img[b-qqktnzir0i] {
        width: 100%;
        object-fit: cover;
    }

.content[b-qqktnzir0i] {
    width: 100%;
    /*height: 70vh;*/
    display: flex;
    /*position: relative;*/
    flex-direction: column;
    -webkit-flex-direction: column;
    padding-top: 60px;
}

 

.ivy-profile-detail-wrap[b-qqktnzir0i] {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #F4F6FD;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    border: 1px solid transparent;
    position: absolute;
    top: -8%;
    left: 5%;
}

.cl-chattings[b-qqktnzir0i] {
    width: 100%;
    margin-top: 5px;
}

.cl-list[b-qqktnzir0i] {
    width: 100%;
}

.cl-list--body[b-qqktnzir0i] {
    padding: 0px 0 25px 0;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    /*border-bottom: 1px solid #d5d5d5;*/
}

.cl-list--body_align[b-qqktnzir0i] {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    /*justify-content: space-between;
    -webkit-justify-content: space-between;*/
    width: 100%;
    /*margin: 0 0 0 9px;*/
}

.cl-list--body_align__left[b-qqktnzir0i] {
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
}

    .cl-list--body_align__left h5[b-qqktnzir0i] {
        font-size: 13px;
        font-weight: 600;
    }

    .cl-list--body_align__left p[b-qqktnzir0i] {
        font-size: 11px;
        margin: 7px 0 0 0;
    }

.cl-list--body_align__right[b-qqktnzir0i] {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    height: 100%;
}
.information-wrap .top[b-qqktnzir0i]{
    padding: 0 20px;
}

.information-wrap .bottom[b-qqktnzir0i] {
    padding: 0 20px;
}

@media screen and (max-width:768px) {

}

.information-wrap .top[b-qqktnzir0i] {
    /*width:80%;
    margin:0 auto;*/
    margin-top: 20px;
}

.information-wrap .bottom[b-qqktnzir0i] {
    /*width: 80%;
    margin: 0 auto;*/
    
}

.information-wrap .line[b-qqktnzir0i] {
    display: flex;
    margin-bottom: 15px;
   flex-direction:column;
   -webkit-flex-direction:column;
}

    .information-wrap .line .name[b-qqktnzir0i] {
        width: 90px;
        font-size: 16px;
        color: #767676;
        margin-bottom:5px;
    }

    .information-wrap .line .information[b-qqktnzir0i] {
        width: 68%;
        font-size: 15px;
        display: flex;
        font-weight: 500;
    }


.close-wrap[b-qqktnzir0i] {
    display: flex;
    justify-content: end;
    -webkit-justify-content: end;
    background-color: transparent !important;
    position: absolute;
    top: 1%;
    right: 10px;
    z-index: 10;
}

    .close-wrap .close-btn[b-qqktnzir0i] {
        background-color: transparent !important;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        padding: 0;
    }


.middle-line[b-qqktnzir0i] {
    border-bottom: 1px solid #f2f4f6;
    width: 100%;
    color: #f2f4f6;
    margin:25px 0;
}

.profile-pic[b-qqktnzir0i] {
    width: 75px;
    height: 75px;
}

.people-name[b-qqktnzir0i] {
    margin-top: 20px;
    font-size: 17px;
}

.status[b-qqktnzir0i] {
    margin: 10px 0 20px 0;
    color: #767676;
    font-size: 14px;
}

.btn-wrap[b-qqktnzir0i] {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    background:#fff;
}

.edit-profile-text[b-qqktnzir0i] {
    border-radius: 8px;
    border: solid 1px #ebeced;
    background-color: #f8f9fa;
    height: 43px;
    width: 100%;
    padding:15px;
}
/* _content/Clevi.App.Components.Levi/Pages/Communications/InviteGroupChat.razor.rz.scp.css */
.cp_card[b-db2ngj432o] {
    padding: 0 20px;
    height: 100vh;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.cp_background[b-db2ngj432o] {
    margin-top: 20px;
    width: 100%;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
}

.informaton-wrap[b-db2ngj432o] {
    width: 100%;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    padding: 0;
}

    .informaton-wrap .info[b-db2ngj432o] {
        margin-bottom: 15px;
    }

        .informaton-wrap .info p[b-db2ngj432o] {
            font-size: 15px;
            font-weight: 400;
            letter-spacing: -0.38px;
            color: #111;
            color: #111;
            margin-bottom: 5px;
        }

        .informaton-wrap .info .share-button_wrap[b-db2ngj432o] {
            display: flex;
        }

            .informaton-wrap .info .share-button_wrap button[b-db2ngj432o] {
                width: 163px;
                height: 52px;
                border: none;
                border-radius: 6px;
                -webkit-border-radius: 6px;
                background-color: #f8f9fa;
                margin-right: 10px;
                font-size: 13px;
            }

                .informaton-wrap .info .share-button_wrap button:last-child[b-db2ngj432o] {
                    margin-right: 0;
                }
        /*.informaton-wrap .info .share-button_wrap button:hover {
                color: #4676f4;
                background-color: #edf5ff;
            }
            .informaton-wrap .info .share-button_wrap button:focus {
                color: #4676f4;
                background-color: #edf5ff;
            }*/


        .informaton-wrap .info .share-adress[b-db2ngj432o] {
            margin-top: 15px;
            display: flex;
            flex-direction: column;
            -webkit-flex-direction: column;
        }

            .informaton-wrap .info .share-adress div[b-db2ngj432o] {
                width: 100%;
                min-height: 50px;
                padding: 10px;
                border-radius: 7px;
                -webkit-border-radius: 7px;
                background-color: #f8f9fa;
                margin: auto;
            }

                .informaton-wrap .info .share-adress div span[b-db2ngj432o] {
                    font-size: 12px;
                    font-weight: 400;
                    white-space: pre-wrap;
                    word-wrap: break-word;
                }

        .informaton-wrap .info .invite[b-db2ngj432o] {
            margin-top: 15px;
            display: flex;
        }

            .informaton-wrap .info .invite ul[b-db2ngj432o] {
                display: flex;
            }

                .informaton-wrap .info .invite ul li[b-db2ngj432o] {
                    margin-right: 15px;
                    display: flex;
                    align-items: start;
                    -webkit-align-items: start;
                    flex-wrap: wrap;
                    -webkit-flex-wrap: wrap;
                }
                    .informaton-wrap .info .invite ul li .member-list[b-db2ngj432o] {
                        position: relative;
                        margin: 0 15px 15px 0;
                        display: flex;
                        flex-direction: column;
                        -webkit-flex-direction: column;
                        align-items: center;
                        -webkit-align-items: center;
                    }

                    .informaton-wrap .info .invite ul li span[b-db2ngj432o] {
                        font-size: 11px;
                        color: #111;
                        margin-top: 5px;
                    }

                    .informaton-wrap .info .invite ul li img[b-db2ngj432o] {
                        width: 35px;
                        height: 35px;
                        padding: 0;
                        border-radius: 50%;
                        -webkit-border-radius: 50%;
                    }

                    .informaton-wrap .info .invite ul li .img_x[b-db2ngj432o] {
                        width: 16px;
                        height: 16px;
                        padding: 4px;
                        background-color: rgba(171, 171, 171, 0.7);
                        position: absolute;
                        top: -1px;
                        right: -5px;
                    }


.cl-chat-invite-top[b-db2ngj432o] {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    height: 50px;
}

    .cl-chat-invite-top span[b-db2ngj432o] {
        color: #17171B;
        font-size: 15px;
    }

.profile-save[b-db2ngj432o] {
    font-size: 13px;
    padding: 2px 14px !important;
    min-height: 30px !important;
}

.back-to-before[b-db2ngj432o] {
    width: 24px;
    height: 24px;
    margin: 0 10px 0 0px;
}


.ivy-preset-btn[b-db2ngj432o] {
    color: #17171B;
    font-size: 12px;
    padding: 6px 8px;
}


.profile-input[b-db2ngj432o] {
    margin-top: 25px;
    width: 120px;
}


.ivy-toggle-wrap[b-db2ngj432o] {
    width: 100%;
    margin-top: 0px;
    overflow-y: scroll;
    min-height: 250px;
}


    .ivy-toggle-wrap .wrap[b-db2ngj432o] {
        padding: 17px 0;
        border-bottom: 1px solid #f2f4f6;
    }

        .ivy-toggle-wrap .wrap:last-child[b-db2ngj432o] {
            border-bottom: unset;
        }

        .ivy-toggle-wrap .wrap .wrap-top[b-db2ngj432o] {
            display: flex;
            justify-content: space-between;
            -webkit-justify-content: space-between;
        }

            .ivy-toggle-wrap .wrap .wrap-top span[b-db2ngj432o] {
                font-size: 15px;
                font-weight: 600;
            }

        .ivy-toggle-wrap .wrap .wrap-bottom[b-db2ngj432o] {
            font-size: 11px;
            font-weight: 300;
            color: #767676;
        }

.ivy-function-onoff[b-db2ngj432o] {
    background-color: #E5F0FE !important;
}


.cl_ivy-call_contacts .call[b-db2ngj432o] {
    background: none !important;
    color: #17171B !important;
    box-shadow: none;
    -webkit-box-shadow: none;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    margin: 0 25px;
}

    .cl_ivy-call_contacts .call .box[b-db2ngj432o] {
        border-radius: 10px;
        background-color: #F5F5F5;
        padding: 15px;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
        -webkit-align-items: center;
        margin-bottom: 10px;
    }

    .cl_ivy-call_contacts .call p[b-db2ngj432o] {
        font-size: 13px;
        font-weight: 600;
    }

.bottom[b-db2ngj432o] {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    margin-top: 15px;
    height: 70px;
    width: 100%;
}


.add-file[b-db2ngj432o] {
}

    .add-file .button_wrap[b-db2ngj432o] {
        cursor: pointer;
    }

        .add-file .button_wrap img[b-db2ngj432o] {
            width: 38px;
            height: 38px;
            background-color: #f8f9fa;
            padding: 9px;
            border-radius: 7px;
            -webkit-border-radius: 7px;
        }

        .add-file .button_wrap span[b-db2ngj432o] {
            font-size: 13px;
            font-weight: 400;
            color: #4676f4;
            margin-left: 14px;
        }


.selected-list[b-db2ngj432o] {
    margin-top: 20px;
}

    .selected-list h3[b-db2ngj432o] {
        color: #333;
        font-size: 1.2em;
        margin-bottom: 10px;
    }

    .selected-list ul[b-db2ngj432o] {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .selected-list li[b-db2ngj432o] {
        padding: 10px 0;
        display: flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        align-items: center;
        -webkit-align-items: center;
        border-bottom: 1px solid #f2f4f6;
    }


        .selected-list li .img_wrap[b-db2ngj432o] {
            display: flex;
            align-items: center;
            -webkit-align-items: center;
        }

        .selected-list li img[b-db2ngj432o] {
            width: 38px;
            height: 38px;
            border-radius: 7px;
            -webkit-border-radius: 7px;
            padding: 7px;
        }

        .selected-list li span[b-db2ngj432o] {
            font-size: 13px;
            margin-left: 13px;
        }

    .selected-list .remove-btn[b-db2ngj432o] {
        background-color: transparent;
        border: none;
        cursor: pointer;
        color: #888;
        font-size: 1.4em;
    }
/* _content/Clevi.App.Components.Levi/Pages/Curation.razor.rz.scp.css */
.body-curation[b-ww2l3rx3hq]{
}

.card_list_wrap[b-ww2l3rx3hq] {
    position: relative;
    overflow: visible;
    max-width: 90vw;
    overflow-x: auto;
    overflow-y: hidden;
    margin: auto;
}

.card_list[b-ww2l3rx3hq] {
    margin-top: 0px;
    overflow: visible;
    height: 300px;
    width: 600px;
    top: 60px;
    left: calc(50% - 300px);
    display: flex;
    font-family: 'IBM Plex Sans KR', sans-serif;
    font-weight:300;
}

.card[b-ww2l3rx3hq] {
    display: flex;
    height: 280px;
    min-width: 200px;
    background-color: #f5f5f5;
    border-radius: 10px;
    overflow: hidden;
    /*-webkit-box-shadow: 0px 0px 44px -21px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 44px -21px rgba(0,0,0,0.75);*/
    box-shadow: -10px -10px 15px rgba(255, 255, 255, 0.8), 5px 5px 10px rgba(70, 70, 70, 0.3);
    -moz-box-shadow: -10px -10px 15px rgba(255, 255, 255, 0.8), 5px 5px 10px rgba(70, 70, 70, 0.3);
    -webkit-box-shadow: -10px -10px 15px rgba(255, 255, 255, 0.8), 5px 5px 10px rgba(70, 70, 70, 0.3);
    /*   margin-left: -50px; */
    transition: 0.4s ease-out;
    position: relative;
    left: 0px;
}

    .card:not(:first-child)[b-ww2l3rx3hq] {
        margin-left: 10px;
    }

    .card:hover[b-ww2l3rx3hq] {
        transform: translateY(-20px);
        transition: 0.4s ease-out;
    }

        .card:hover ~ .card[b-ww2l3rx3hq] {
            position: relative;
            left: 30px;
            /*box-shadow: 0 0 0;*/
            transition: 0.4s ease-out;
        }


    .card img[b-ww2l3rx3hq] {
        height: 100%;
        width: 100%;
    }

    .card .content[b-ww2l3rx3hq] {
        box-sizing: border-box;
        width: 100%;
        position: absolute;
        padding: 20px 20px 20px 20px;
        height: 20%;
        top: 0;
        background: linear-gradient(rgba(0, 0, 0, 0.6), transparent);
        transition: all 300ms;
    }

.title[b-ww2l3rx3hq] {
    color: #e5e5e5;
    position: absolute;
    left: 20px;
    top: 15px;
    font-weight:bold;
    font-size:10px;

}




/* _content/Clevi.App.Components.Levi/Pages/Index.razor.rz.scp.css */
@media screen and (max-width: 550px) {

}

/* 전체 페이지를 감싸는 최상위 컨테이너 */
.full-page-container[b-myae5xykre] {
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    height: calc(100vh - 135px);
    position: relative; /* Relative positioning for the container */
    width: 100%;
    padding: 0;
}

.close-wrap[b-myae5xykre] {
    position: fixed;
    bottom: 120px;
    right: 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
    .close-wrap span[b-myae5xykre] {
        color: #767676;
        font-size: 14px;
        margin: 0;
    }
    .close-button img[b-myae5xykre] {
        width:12px;
        height:12px;
        margin: 0 4px 4px 0;
    }

.close-button[b-myae5xykre] {
    padding: 5px 10px;
    color: #767676; /* 버튼 텍스트 색상 */
    background-color: rgba(0, 0, 0, 0.07);
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    transition: transform 0.2s; /* 호버 및 클릭 애니메이션 */
    -webkit-transition: transform 0.2s; /* 호버 및 클릭 애니메이션 */
}

    .close-button:hover[b-myae5xykre] {
        background-color: rgba(0, 0, 0, 0.1);
        transform: scale(1.05); /* 호버 시 확대 효과 */
        -webkit-transform: scale(1.05); /* 호버 시 확대 효과 */
    }

.app-index[b-myae5xykre] {
    overflow-y: auto;
    position: absolute; /* Absolute positioning to overlay */
    top: 31px;
    left: 0;
    width: 100%;
    height: calc(100vh - 205px);
    z-index: 1; /* Higher z-index to make it appear on top */
    background-color: #fff;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}
    .app-index > *[b-myae5xykre] {
        pointer-events: auto; /* Re-enable pointer events for the children elements */
    }

    /*.app-index::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 60px;*/ /* 블러를 제외할 하단 영역 설정 */
        /*backdrop-filter: blur(2px);*/ /* 블러 효과 적용 */
        /*-webkit-backdrop-filter: blur(2px);*/ /* 사파리 브라우저 호환성 */
       
        /*z-index: -1;
    }*/

.welcome[b-myae5xykre]{
    white-space:nowrap;
}
.welcome[b-myae5xykre]  span{
    word-break:keep-all;
}
    .welcome[b-myae5xykre]  .ivy-introduce-wrap {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

.notice-section[b-myae5xykre] {
    word-break: keep-all;
}

.cl-home-quickpanel-container[b-myae5xykre] {
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 20px;
    /*background: linear-gradient(270deg, #d6e0e5, #a0bcc4, #d6e0e5);*/ /* Extended gradient for smooth looping */
    /*background-size: 600% 600%;*/ /* Ensures the gradient covers the container properly during animation */
    /*animation: gradientFlow 10s ease infinite;*/ /* Animation applied */
    /*-webkit-animation: gradientFlow 10s ease infinite;*/ /* Animation applied */
}

@-webkit-keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.cl-home-quickpanel-content[b-myae5xykre] {
    text-align: center;
    color: #333; /* Dark gray text */
    font-size: 16px;
}
.cl-home-quickpanel-content h6[b-myae5xykre]{
    font-size: 14px;
}

.cl-home-quickpanel-contents[b-myae5xykre] {
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    column-gap: 25px;
    -webkit-column-gap: 25px;
    row-gap: 20px;
    overflow-y: auto;
}

.cl-home-quickpanel-platfrom[b-myae5xykre] {
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    cursor: pointer;
    row-gap: 5px;
}

    .cl-home-quickpanel-platfrom .cl-home-quickpanel-img_wrap[b-myae5xykre] {
        background-color: #ffffff; /* White background for contrast */
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
        -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
        padding: 10px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
    }

        .cl-home-quickpanel-platfrom .cl-home-quickpanel-img_wrap img[b-myae5xykre] {
            width: 40px;
            height: 40px;
        }

    .cl-home-quickpanel-platfrom .cl-home-quickpanel-detail_wrap[b-myae5xykre] {
    }

        .cl-home-quickpanel-platfrom .cl-home-quickpanel-detail_wrap p[b-myae5xykre] {
            font-weight: 500;
            font-size: 14px;
            margin: 0;
        }

        .cl-home-quickpanel-platfrom .cl-home-quickpanel-detail_wrap span[b-myae5xykre] {
            font-weight: 300;
            font-size: 13px;
        }
/* _content/Clevi.App.Components.Levi/Pages/IndexComponents/IvyQuickLinks.razor.rz.scp.css */
@media screen and (min-width:425px) {
    .ivy-home-category[b-a0wdv4h7vq] {
        column-gap: 30px;
        -webkit-column-gap: 30px;
        row-gap: 20px;
    }
}

@media screen and (max-width:425px)  {
    .ivy-home-category[b-a0wdv4h7vq] {
        column-gap: 15px;
        -webkit-column-gap: 15px;
        row-gap: 15px;
    }
}

.ivy-home-category[b-a0wdv4h7vq] {
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 0 auto;
}

.content-box[b-a0wdv4h7vq] {
    display: flex;
    -webkit-align-items: center;
    -webkit-flex-direction: column;
    font-size: 13px;
    font-weight: 500;
}

    .content-box span[b-a0wdv4h7vq] {
        margin-top: 5px;
        user-select:none;
        -webkit-user-select:none;
    }



.content-box .img_wrap img[b-a0wdv4h7vq] {
    width: 30px;
    height: 30px;
}

.other-contents .img_wrap[b-a0wdv4h7vq] {
    width: 52px;
    height: 52px;
    padding: 11px;
    background-color: #f4f7fa;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
/* _content/Clevi.App.Components.Levi/Pages/IndexComponents/SuggestedIvyList.razor.rz.scp.css */


    [b-0su73tofht] .suggest-btn img {
        width: 10px;
        height: 10px;
    }

    [b-0su73tofht] .suggest-btn span {
        color:#767676;
        font-size: 12px;
    }

@media screen and (min-width:425px) {
    .ivy-home-category[b-0su73tofht] {
        column-gap: 30px;
        -webkit-column-gap: 30px;
        row-gap: 20px;
    }

    [b-0su73tofht] .suggest-btn {
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
        -webkit-align-items: center;
        margin: 0 0px 10px 0;
    }
}

@media screen and (max-width:425px)  {
    .ivy-home-category[b-0su73tofht] {
        column-gap: 15px;
        -webkit-column-gap: 15px;
        row-gap: 15px;
    }

    [b-0su73tofht] .suggest-btn {
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
        -webkit-align-items: center;
        margin: 0 10px 10px 0;
    }
}

.title[b-0su73tofht] {
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.ivy-home-category[b-0su73tofht] {
    display: flex;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    overflow-x: auto;
}

    .ivy-home-category[b-0su73tofht]::-webkit-scrollbar {
        display: none;
    }

.content-box[b-0su73tofht] {
    display: flex;
    -webkit-align-items: center;
    -webkit-flex-direction: column;
    font-size: 13px;
    font-weight: 500;
}

    .content-box span[b-0su73tofht] {
        margin-top: 5px;
        user-select:none;
        -webkit-user-select:none;
    }



    .content-box .img_wrap img[b-0su73tofht] {
        width: 58px;
        height: 58px;
    }

.other-contents .img_wrap[b-0su73tofht] {
 /*   width: 52px;
    height: 52px;
    padding: 11px;
    background-color: #f4f7fa;
    border-radius: 50%;*/
}
/* _content/Clevi.App.Components.Levi/Pages/IvyChat/CustomIvyCreate.razor.rz.scp.css */

.cp_card[b-g0zrbfo53d] {
    height: 100vh;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    background-color: #f8f9fa;
}

.page-wrap[b-g0zrbfo53d] {
    height: 100%;
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    background-color: #fff;
}

.cp_background[b-g0zrbfo53d] {
    padding: 0 20px;
    margin-top: 20px;
    -webkit-flex: 1;
    overflow-y: auto;
    overflow-x: hidden !important;
}

.ivy-img[b-g0zrbfo53d] {
    display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    margin-bottom: 20px;
}

    .ivy-img .img_wrap[b-g0zrbfo53d] {
        width: fit-content;
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
    }

        .ivy-img .img_wrap img[b-g0zrbfo53d] {
            width: 70px;
            height: 70px;
            object-fit: contain;
        }

    .ivy-img[b-g0zrbfo53d]  .clc-button {
        padding: 5px !important;
        background-color: #AAAAB1 !important;
        position: absolute;
        bottom: 0px;
        right: 0;
    }

        .ivy-img[b-g0zrbfo53d]  .clc-button img {
            width: 15px;
            height: 15px;
        }

.informaton-wrap[b-g0zrbfo53d] {
    width: 100%;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    padding: 0;
}

    .informaton-wrap .info[b-g0zrbfo53d] {
        margin-bottom: 15px;
    }

        .informaton-wrap .info p[b-g0zrbfo53d] {
            font-size: 15px;
            font-weight: 400;
            letter-spacing: -0.38px;
            color: #111;
            margin-bottom: 5px;
        }

        .informaton-wrap .info span[b-g0zrbfo53d] {
            font-size: 13px;
            font-weight: 400;
        }

        .informaton-wrap .info .share-button_wrap[b-g0zrbfo53d] {
            display: flex;
        }

            .informaton-wrap .info .share-button_wrap button[b-g0zrbfo53d] {
                width: 163px;
                height: 52px;
                border: none;
                border-radius: 6px;
                -webkit-border-radius: 6px;
                background-color: #f8f9fa;
                margin-right: 10px;
                font-size: 13px;
            }

                .informaton-wrap .info .share-button_wrap button:last-child[b-g0zrbfo53d] {
                    margin-right: 0;
                }
        /*.informaton-wrap .info .share-button_wrap button:hover {
                color: #4676f4;
                background-color: #edf5ff;
            }
            .informaton-wrap .info .share-button_wrap button:focus {
                color: #4676f4;
                background-color: #edf5ff;
            }*/


        .informaton-wrap .info .share-adress[b-g0zrbfo53d] {
            margin-top: 15px;
            display: flex;
            flex-direction: column;
            -webkit-flex-direction: column;
        }

            .informaton-wrap .info .share-adress div[b-g0zrbfo53d] {
                width: 100%;
                min-height: 50px;
                padding: 10px;
                border-radius: 7px;
                -webkit-border-radius: 7px;
                background-color: #f8f9fa;
                margin: auto;
            }

                .informaton-wrap .info .share-adress div span[b-g0zrbfo53d] {
                    font-size: 12px;
                    font-weight: 400;
                    white-space: pre-wrap;
                    word-wrap: break-word;
                }

        .informaton-wrap .info .invite[b-g0zrbfo53d] {
            margin-top: 15px;
            display: flex;
        }

            .informaton-wrap .info .invite ul[b-g0zrbfo53d] {
                display: flex;
            }

                .informaton-wrap .info .invite ul li[b-g0zrbfo53d] {
                    margin-right: 15px;
                    display: flex;
                    align-items: start;
                    -webkit-align-items: start;
                }

                .informaton-wrap .info .invite ul .chosen-friend[b-g0zrbfo53d] {
                    overflow-x: auto;
                    width: calc(100vw - 108px);
                }

                .informaton-wrap .info .invite ul li .member-list[b-g0zrbfo53d] {
                    position: relative;
                    margin: 5px 15px 0 0;
                    display: flex;
                    flex-direction: column;
                    -webkit-flex-direction: column;
                    align-items: center;
                    -webkit-align-items: center;
                }

                .informaton-wrap .info .invite ul li span[b-g0zrbfo53d] {
                    font-size: 11px;
                    color: #111;
                    margin-top: 5px;
                }

                .informaton-wrap .info .invite ul li img[b-g0zrbfo53d] {
                    width: 35px;
                    height: 35px;
                    padding: 0;
                    border-radius: 50%;
                    -webkit-border-radius: 50%;
                }

                .informaton-wrap .info .invite ul li .img_x[b-g0zrbfo53d] {
                    width: 16px;
                    height: 16px;
                    padding: 4px;
                    background-color: rgba(171, 171, 171, 0.7);
                    position: absolute;
                    top: -1px;
                    right: -5px;
                }

        .informaton-wrap .info[b-g0zrbfo53d]  .clc-html-editor-content {
            min-height: 100px;
        }


.custom-ivyprofile-top[b-g0zrbfo53d] {
    padding: 0 20px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    height: 50px;
}

    .custom-ivyprofile-top span[b-g0zrbfo53d] {
        font-size: 17px;
    }

.profile-save[b-g0zrbfo53d] {
    font-size: 13px;
    padding: 2px 14px !important;
    min-height: 30px !important;
}

.back-to-before[b-g0zrbfo53d] {
    width: 24px;
    height: 24px;
    margin: 0 0px 0 0px;
}

.custom-ivyprofile-top span[b-g0zrbfo53d] {
    color: #17171B;
    font-size: 15px;
}

.custom-ivyprofile-top i[b-g0zrbfo53d] {
    width: 24px;
    height: 24px;
}


.ivy-preset-btn[b-g0zrbfo53d] {
    color: #17171B;
    font-size: 12px;
    padding: 6px 8px;
}


.profile-input[b-g0zrbfo53d] {
    margin-top: 25px;
    width: 120px;
}


.ivy-toggle-wrap[b-g0zrbfo53d] {
    width: 100%;
    margin-top: 0px;
    min-height: 250px;
}


    .ivy-toggle-wrap .wrap[b-g0zrbfo53d] {
        padding: 17px 0;
        border-bottom: 1px solid #f2f4f6;
    }

        .ivy-toggle-wrap .wrap:last-child[b-g0zrbfo53d] {
            border-bottom: unset;
        }

        .ivy-toggle-wrap .wrap .wrap-top[b-g0zrbfo53d] {
            padding-right: 5px;
            display: flex;
            justify-content: space-between;
            -webkit-justify-content: space-between;
        }

            .ivy-toggle-wrap .wrap .wrap-top span[b-g0zrbfo53d] {
                font-size: 15px;
                font-weight: 600;
            }

        .ivy-toggle-wrap .wrap .wrap-bottom[b-g0zrbfo53d] {
            padding-right: 5px;
            font-weight: 300;
            color: #767676;
            margin-top: 6px;
        }

            .ivy-toggle-wrap .wrap .wrap-bottom span[b-g0zrbfo53d], .ivy-toggle-wrap .wrap .wrap-bottom h6[b-g0zrbfo53d] {
                padding-right: 5px;
                font-size: 15px;
                font-weight: 300;
                color: #767676;
                margin-top: 6px;
            }

.ivy-function-onoff[b-g0zrbfo53d] {
    background-color: #E5F0FE !important;
}


.cl_ivy-call_contacts .call[b-g0zrbfo53d] {
    background: none !important;
    color: #17171B !important;
    box-shadow: none;
    -webkit-box-shadow: none;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    margin: 0 25px;
}

    .cl_ivy-call_contacts .call .box[b-g0zrbfo53d] {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        background-color: #F5F5F5;
        padding: 15px;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
        -webkit-align-items: center;
        margin-bottom: 10px;
    }

    .cl_ivy-call_contacts .call p[b-g0zrbfo53d] {
        font-size: 13px;
        font-weight: 600;
    }



.add-file .title[b-g0zrbfo53d] {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.38px;
    color: #111;
    margin-bottom: 5px;
}

.add-file .button_wrap[b-g0zrbfo53d] {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}
    /*
@media(min-width:800px) {
    .add-file .button_wrap {
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        flex-direction: column;
        -webkit-flex-direction: column;
        -webkit-justify-content: flex-start;
    }

        .add-file .button_wrap li:nth-child(1), .add-file .button_wrap li:nth-child(2) {
            width: 100%;
            max-width: 100%;
            cursor: pointer;
            margin: 15px 0px 0px 0px;
            display: flex;
            align-items: center;
            -webkit-align-items: center;
            background-color: #f8f9fa;
            padding: 15px 0 15px 15px;
            border-radius: 7px;
            -webkit-border-radius: 7px;
        }
}*/

    .add-file .button_wrap li[b-g0zrbfo53d] {
        width: 150px;
        max-width: 350px;
        cursor: pointer;
        margin: 5px 10px 0 0;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        background-color: #f8f9fa;
        padding: 15px 0 15px 15px;
        border-radius: 7px;
        -webkit-border-radius: 7px;
    }

        .add-file .button_wrap li:last-child[b-g0zrbfo53d] {
            margin-right: 0;
        }

    .add-file .button_wrap img[b-g0zrbfo53d] {
        width: 24px;
        height: 24px;
    }

    .add-file .button_wrap span[b-g0zrbfo53d] {
        margin-left: 10px;
        font-size: 13px;
        font-weight: 500;
        color: #111;
        margin-top: 0px;
        /*margin-left:14px;*/
        text-align: center;
    }

.selected-list[b-g0zrbfo53d] {
    margin-top: 20px;
}

    .selected-list h3[b-g0zrbfo53d] {
        color: #333;
        font-size: 1.2em;
        margin-bottom: 10px;
    }

    .selected-list ul[b-g0zrbfo53d] {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .selected-list li[b-g0zrbfo53d] {
        display: flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        align-items: center;
        -webkit-align-items: center;
    }

        .selected-list li .wrap[b-g0zrbfo53d] {
            display: flex;
            justify-content: space-between;
            -webkit-justify-content: space-between;
            align-items: center;
            -webkit-align-items: center;
            width: 100%;
            padding: 10px 0;
        }


        .selected-list li .info-wrap[b-g0zrbfo53d] {
            display: flex;
            flex-direction: column;
            -webkit-flex-direction: column;
            padding: 0px;
        }

            .selected-list li .info-wrap span[b-g0zrbfo53d] {
                min-width: 100px;
            }

            .selected-list li .info-wrap .name[b-g0zrbfo53d] {
                font-size: 13px;
                color: #111;
                font-weight: 600;
            }

            .selected-list li .info-wrap .date[b-g0zrbfo53d] {
                font-size: 11px;
                color: #767676;
                font-weight: 400;
            }

        .selected-list li .img_wrap[b-g0zrbfo53d] {
            display: flex;
            align-items: center;
            -webkit-align-items: center;
        }


        .selected-list li img[b-g0zrbfo53d] {
            width: 38px;
            height: 38px;
            border-radius: 7px;
            -webkit-border-radius: 7px;
            padding: 7px;
        }

        .selected-list li span[b-g0zrbfo53d] {
            font-size: 13px;
            margin-left: 13px;
        }

    .selected-list .remove-btn[b-g0zrbfo53d] {
        background-color: transparent;
        border: none;
        cursor: pointer;
        color: #888;
        font-size: 1.4em;
    }


    .selected-list .empty-space[b-g0zrbfo53d] {
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        width: 100%;
        padding: 10px 0;
    }

        .selected-list .empty-space span[b-g0zrbfo53d] {
            margin: 0px;
            color: #767676;
            text-align: center;
        }


[b-g0zrbfo53d] .profile-save {
    width: 100%;
    border-radius: 6px;
}

[b-g0zrbfo53d] .next-btn {
    border-radius: 6px;
    -webkit-border-radius: 6px;
}




.bottom-btn-wrap[b-g0zrbfo53d] {
    padding: 0 20px;
    margin: auto 0 20px;
}

    .bottom-btn-wrap .wrap[b-g0zrbfo53d] {
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        width: 100%;
        column-gap: 10px;
        -webkit-column-gap: 10px;
    }

    .bottom-btn-wrap[b-g0zrbfo53d]  .before-btn-half {
        width: 50%;
        background-color: transparent !important;
        border: solid 1px #dbdddf;
        color: #000 !important;
    }

    .bottom-btn-wrap[b-g0zrbfo53d]  .clc-button {
        flex: 1;
        border-radius: 6px;
    }

.select-info-wrap[b-g0zrbfo53d] {
    padding: 0 20px;
    display: flex;
    -webkit-flex-direction: column;
}

.radio-input[b-g0zrbfo53d] {
    display: flex;
    align-items: center;
    -webkit-justify-content: center;
    background-color: #fff;
    color: #000000;
    overflow: hidden;
    margin-top: 0px;
    padding: 0 0 10px 0px;
    column-gap: 10px;
    -webkit-column-gap: 10px;
}


    .radio-input input[b-g0zrbfo53d] {
        display: none;
    }


.label-wrap[b-g0zrbfo53d] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 90px;
    justify-content: center;
    -webkit-justify-content: center;
    position: relative;
    padding-bottom: 6px;
}

    .label-wrap .title[b-g0zrbfo53d] {
        border-bottom: 0px;
        width: 45px;
    }


.border-wrap[b-g0zrbfo53d] {
    padding: 4px 0;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    z-index: 1;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 14px;
    user-select: none;
    -webkit-user-select: none;
}

.label-wrap .border-color[b-g0zrbfo53d] {
    background-color: #4676f4;
    height: 3px;
    border: none;
    margin: 0px 0 0;
    width: 100%;
}

.label-wrap .border-gray[b-g0zrbfo53d] {
    background-color: #ebeced;
    height: 3px;
    border: none;
    margin: 0 0 0;
}

.chat-title[b-g0zrbfo53d] {
    color: #767676;
    font-size: 14px;
    font-weight: 400;
}




.radio-choose-wrap[b-g0zrbfo53d] {
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}

    .radio-choose-wrap .share-detail-wrap[b-g0zrbfo53d] {
        display: flex;
    }

    .radio-choose-wrap input[b-g0zrbfo53d] {
        display: none;
    }

.choose-wrap[b-g0zrbfo53d] {
    width: 50%;
    height: 52px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

    .choose-wrap .chat-title[b-g0zrbfo53d] {
        font-size: 13px;
        color: #000;
        font-weight: 500;
    }

.share-detail-wrap[b-g0zrbfo53d] {
    margin-top: 10px;
}

.choose-wrap:first-child[b-g0zrbfo53d] {
    margin-right: 9px;
}

.radio-choose-wrap[b-g0zrbfo53d] {
    margin-top: 25px;
}

    .radio-choose-wrap .title[b-g0zrbfo53d] {
        font-size: 15px;
        font-weight: 500;
    }


.choose-wrap:has(input:checked) ~ .choose-wrap[b-g0zrbfo53d] {
    background-color: rgba(228, 238, 255, 0.8);
    font-size: 13px;
    color: #4676f4;
}

.choose-wrap:has(input:checked) ~ .chat-title[b-g0zrbfo53d] {
    font-size: 13px;
    color: #4676f4;
    font-weight: 500;
}



.label-wrap .title[b-g0zrbfo53d] {
    border-bottom: 0px;
    width: 45px;
}



.wrap-top[b-g0zrbfo53d] {
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 5px;
}

    .wrap-top span[b-g0zrbfo53d] {
        font-size: 15px;
        color: #111;
        font-weight: 500;
    }

.search-setting-wrap .body .wrap[b-g0zrbfo53d] {
    padding: 14px 22px;
    border-bottom: 1px solid #f2f4f6;
}
/* _content/Clevi.App.Components.Levi/Pages/IvyChat/CustomIvyInfoJoin.razor.rz.scp.css */
.cp_card[b-axij5tkdei] {
    height: 100vh;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    background-color: #f8f9fa;
}

.page-wrap[b-axij5tkdei] {
    height: 100%;
    width:100%;
    max-width: 1024px;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    background-color: #fff;

}

.cp_background[b-axij5tkdei] {
    padding: 0 20px;
    margin-top: 20px;
    -webkit-flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
}
.cp_background p[b-axij5tkdei]{
    word-break:keep-all;
}

.ivy-img[b-axij5tkdei] {
    display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    margin-bottom: 20px;
}
    .ivy-img .img_wrap[b-axij5tkdei] {
        width: fit-content;
        position: relative;
        background-color: #f2f4f6;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        overflow: hidden;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
    }
.ivy-img .img_wrap img[b-axij5tkdei]{
    width:70px;
    height:auto;
}
    .ivy-img[b-axij5tkdei]  .clc-button {
        padding: 5px !important;
        background-color: #AAAAB1 !important;
        position:absolute;
        bottom:0px;
        right:0;
    }
    .ivy-img[b-axij5tkdei]  .clc-button img{
        width:15px;
        height:15px;
    }

.favorite-check[b-axij5tkdei]{
    display:flex;
    padding-bottom:20px;
}
    .favorite-check[b-axij5tkdei]  .clc-button {
        border-radius: 12px;
        margin: auto;
        width: 140px;
    }
.favorite-check img[b-axij5tkdei]{
    width:20px;
    height:auto;
}

.informaton-wrap[b-axij5tkdei] {
    width: 100%;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    padding: 0;
}

    .informaton-wrap .info[b-axij5tkdei] {
        margin-bottom: 15px;
    }

        .informaton-wrap .info p[b-axij5tkdei] {
            font-size: 15px;
            font-weight: 400;
            letter-spacing: -0.38px;
            color: #111;
            margin-bottom: 5px;
        }
        .informaton-wrap .info span[b-axij5tkdei] {
            font-size: 13px;
            font-weight: 400;
        }

        .informaton-wrap .info .share-button_wrap[b-axij5tkdei] {
            display: flex;
        }

            .informaton-wrap .info .share-button_wrap button[b-axij5tkdei] {
                width: 163px;
                height: 52px;
                border: none;
                border-radius: 6px;
                -webkit-border-radius: 6px;
                background-color: #f8f9fa;
                margin-right: 10px;
                font-size: 13px;
            }

                .informaton-wrap .info .share-button_wrap button:last-child[b-axij5tkdei] {
                    margin-right: 0;
                }
        /*.informaton-wrap .info .share-button_wrap button:hover {
                color: #4676f4;
                background-color: #edf5ff;
            }
            .informaton-wrap .info .share-button_wrap button:focus {
                color: #4676f4;
                background-color: #edf5ff;
            }*/


        .informaton-wrap .info .share-adress[b-axij5tkdei] {
            margin-top: 15px;
            display: flex;
            flex-direction: column;
            -webkit-flex-direction: column;
        }

            .informaton-wrap .info .share-adress div[b-axij5tkdei] {
                width: 100%;
                min-height: 50px;
                padding: 10px;
                border-radius: 7px;
                -webkit-border-radius: 7px;
                background-color: #f8f9fa;
                margin: auto;
            }

                .informaton-wrap .info .share-adress div span[b-axij5tkdei] {
                    font-size: 12px;
                    font-weight: 400;
                    white-space: pre-wrap;
                    word-wrap: break-word;
                }

        .informaton-wrap .info .invite[b-axij5tkdei] {
            margin-top: 15px;
            display: flex;
        }

            .informaton-wrap .info .invite ul[b-axij5tkdei] {
                display: flex;
            }

                .informaton-wrap .info .invite ul li[b-axij5tkdei] {
                    margin-right: 15px;
                    display: flex;
                    align-items: start;
                    -webkit-align-items: start;
                }
                .informaton-wrap .info .invite ul .chosen-friend[b-axij5tkdei] {
                    overflow-x: auto;
                    width: calc(100vw - 108px);
                }

                .informaton-wrap .info .invite ul li .member-list[b-axij5tkdei] {
                    position: relative;
                    margin: 5px 15px 0 0;
                    display: flex;
                    flex-direction: column;
                    -webkit-flex-direction: column;
                    align-items: center;
                    -webkit-align-items: center;
                }

                    .informaton-wrap .info .invite ul li span[b-axij5tkdei] {
                        font-size: 11px;
                        color: #111;
                        margin-top: 5px;
                    }

                .informaton-wrap .info .invite ul li img[b-axij5tkdei] {
                    width: 35px;
                    height: 35px;
                    padding: 0;
                    border-radius: 50%;
                    -webkit-border-radius: 50%;
                }

                    .informaton-wrap .info .invite ul li .img_x[b-axij5tkdei] {
                        width: 16px;
                        height: 16px;
                        padding: 4px;
                        background-color: rgba(171, 171, 171, 0.7);
                        position: absolute;
                        top: -1px;
                        right: -5px;
                    }



.profile-input[b-axij5tkdei] {
    margin-top: 25px;
    width: 120px;
}



.bottom[b-axij5tkdei] {
    padding: 0 20px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-top: 15px;
    height: 70px;
    -webkit-column-gap:10px;
}
    .bottom[b-axij5tkdei]  .clc-button {
        flex: 1;
        -webkit-flex: 1;
        -webkit-border-radius: 7px;
        width: 100%;
    }
    .bottom[b-axij5tkdei]  .clc-button:first-child {
        border: 1px solid #dbdddf !important;
    }
.bottom[b-axij5tkdei]  .clc-button img{
    width:20px;
    height:20px;
    margin-right:0px;
}


.add-file .title[b-axij5tkdei] {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.38px;
    color: #111;
    margin-bottom: 5px;
}

.add-file .button_wrap[b-axij5tkdei] {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}
/*
@media(min-width:800px) {
    .add-file .button_wrap {
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        flex-direction: column;
        -webkit-flex-direction: column;
        -webkit-justify-content: flex-start;
    }

        .add-file .button_wrap li:nth-child(1), .add-file .button_wrap li:nth-child(2) {
            width: 100%;
            max-width: 100%;
            cursor: pointer;
            margin: 15px 0px 0px 0px;
            display: flex;
            align-items: center;
            -webkit-align-items: center;
            background-color: #f8f9fa;
            padding: 15px 0 15px 15px;
            border-radius: 7px;
            -webkit-border-radius: 7px;
        }
}*/

.add-file .button_wrap li[b-axij5tkdei] {
    width: 150px;
    max-width: 350px;
    cursor: pointer;
    margin: 5px 10px 0 0;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    background-color: #f8f9fa;
    padding: 15px 0 15px 15px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
}

    .add-file .button_wrap li:last-child[b-axij5tkdei] {
        margin-right: 0;
    }

.add-file .button_wrap img[b-axij5tkdei] {
    width: 24px;
    height: 24px;
}

.add-file .button_wrap span[b-axij5tkdei] {
    margin-left: 10px;
    font-size: 13px;
    font-weight: 500;
    color: #111;
    margin-top: 0px;
    /*margin-left:14px;*/
    text-align: center;
}

.selected-list[b-axij5tkdei] {
    margin-top: 20px;
}

    .selected-list h3[b-axij5tkdei] {
        color: #333;
        font-size: 1.2em;
        margin-bottom: 10px;
    }

    .selected-list ul[b-axij5tkdei] {
        list-style: none;
        padding: 0;
        margin: 0;
    }

.selected-list li[b-axij5tkdei] {
        display: flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        align-items: center;
        -webkit-align-items: center;
    }

        .selected-list li .wrap[b-axij5tkdei] {
            display: flex;
            justify-content: space-between;
            -webkit-justify-content: space-between;
            align-items: center;
            -webkit-align-items: center;
            width: 100%;
            padding: 10px 0;
        }


        .selected-list li .info-wrap[b-axij5tkdei] {
            display: flex;
            flex-direction: column;
            -webkit-flex-direction: column;
            padding: 0px;
        }

            .selected-list li .info-wrap span[b-axij5tkdei] {
                min-width: 100px;
            }

            .selected-list li .info-wrap .name[b-axij5tkdei] {
                font-size: 13px;
                color: #111;
                font-weight: 600;
            }

            .selected-list li .info-wrap .date[b-axij5tkdei] {
                font-size: 11px;
                color: #767676;
                font-weight: 400;
            }

        .selected-list li .img_wrap[b-axij5tkdei] {
            display: flex;
            align-items: center;
            -webkit-align-items: center;
        }


        .selected-list li img[b-axij5tkdei] {
            width: 38px;
            height: 38px;
            border-radius: 7px;
            -webkit-border-radius: 7px;
            padding: 7px;
        }

        .selected-list li span[b-axij5tkdei] {
            font-size: 13px;
            margin-left: 13px;
        }

    .selected-list .remove-btn[b-axij5tkdei] {
        background-color: transparent;
        border: none;
        cursor: pointer;
        color: #888;
        font-size: 1.4em;
    }


    .selected-list .empty-space[b-axij5tkdei] {
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        width: 100%;
        padding: 10px 0;
    }

        .selected-list .empty-space span[b-axij5tkdei] {
            margin: 0px;
            color: #767676;
            text-align:center;
        }

/* _content/Clevi.App.Components.Levi/Pages/IvyChat/CustomIvyLayout.razor.rz.scp.css */
:root[b-ws3h0nes0p] {
    --icon-size: 28px;
    --background-color: #ccdcff;
}



.center-focus-button button .icon[b-ws3h0nes0p] {
    --icon-size: 24px;
    cursor: pointer;
    transition: transform 320ms ease, opacity 200ms ease;
    -webkit-transition: transform 320ms ease, opacity 200ms ease;
}

    .center-focus-button button .icon svg[b-ws3h0nes0p] {
        fill: #fff;
    }

    .center-focus-button button .icon.plus[b-ws3h0nes0p] {
        width: var(--size);
        height: var(--size);
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
        -webkit-align-items: center;
    }

.center-focus-button button .icons-container[b-ws3h0nes0p] {
    width: var(--size);
    height: calc(3.8 * var(--size));
    position: relative;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    /*변경필요*/
    display: none;
    border-radius: inherit;
    -webkit-border-radius: inherit;
}

    /*.center-focus-button button .icons-container .icon {
        background: rgba(204, 220, 255, 0.25);
        width: var(--size);
        height: calc(1.8 * var(--icon-size));
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 50%;
        top: calc(-25% + var(--index) * 40%);
        transform: translate(-50%, 100%) rotate(-45deg);
        transition: transform 300ms cubic-bezier(0.65, -0.55, 0.25, 1.25), background 150ms ease;
        transition-delay: calc(var(--index) * 55ms);
    }*/

    .center-focus-button button .icons-container .icon:hover[b-ws3h0nes0p] {
        background: rgba(204, 220, 255, 0.45);
    }

.center-focus-button button:focus[b-ws3h0nes0p] {
    border: none;
    outline: none;
}

.center-focus-button button[b-ws3h0nes0p] {
    --size: 63px;
    border: none;
    background: none;
    position: relative;
    /*width: var(--size);*/
    height: var(--size);
    display: flex;
    margin-bottom: 100px;
}

.icon-note[b-ws3h0nes0p] {
    position: absolute;
    /*right: -133px;*/
    width: fit-content;
}

.ivy-main-btn:focus[b-ws3h0nes0p] {
    border: none;
    outline: none;
}

/*필요*/
/*.main-icon-wrap {
        height: calc(3.0 * var(--size));
        margin-top: calc(-2.0 * var(--size));
    }*/


/*즐거찾기 관련 리스트*/

.sidebar-underline[b-ws3h0nes0p] {
    margin: 0 0 20px 0;
    color: #f2f4f6;
    height: 1px;
    width: 100%;
}

.favorites-header span[b-ws3h0nes0p] {
    font-size: 14px;
    font-weight: 500;
}

.favorites-header[b-ws3h0nes0p] {
    padding: 0px 20px 10px 20px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}


    .favorites-header span[b-ws3h0nes0p] {
        margin-top: 5px;
    }

.favorites-body-wrap[b-ws3h0nes0p] {
    padding: 7px 10px 10px 30px;
    font-size: 14px;
    font-weight: 500;
    row-gap: 15px;
    display: flex;
    flex-direction: column;
}



    .favorites-body-wrap .entry[b-ws3h0nes0p] {
        width: 34px;
        height: 34px;
        display: flex;
        -webkit-align-items: center;
        -webkit-justify-content: center;
        -webkit-border-radius: 50%;
        margin-right: 13px;
    }

        .favorites-body-wrap .entry img[b-ws3h0nes0p] {
            width: 18px;
            height: 18px;
            margin: 3px 1px 0 0;
        }

    .favorites-body-wrap .line[b-ws3h0nes0p] {
        display: flex;
        -webkit-align-items: center;
        user-select: none;
        -webkit-user-select: none;
    }

.favorites-body-pocket[b-ws3h0nes0p] {
    margin-top: 20px;
}

.favorites-body-mine .a-wrap[b-ws3h0nes0p] {
    margin-top: 7.5px;
}

.favorites-body-pocket .a-wrap[b-ws3h0nes0p] {
    margin-top: 7.5px;
}


.side-top[b-ws3h0nes0p] {
    display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    padding: 15px 20px 4px 20px;
}

.side-top[b-ws3h0nes0p] {
    font-size: 17px;
    color: #000;
}

    .side-top .empty-space[b-ws3h0nes0p] {
        width: 20px;
        height: 24px;
    }

.out-sidebar-icon[b-ws3h0nes0p] {
    width: 24px;
    height: 24px;
    transform: rotate(-180deg);
}
/*즐거찾기 관련 리스트*/

.bottom_img[b-ws3h0nes0p] {
    width: 25px;
    height: 25px;
}

.ivy-main-btn:focus .main-icon-wrap[b-ws3h0nes0p] {
    width: var(--size);
    height: calc(3.0 * var(--size));
    margin-top: calc(-2.0 * var(--size));
}

.ivy-main-btn:focus .icon.plus[b-ws3h0nes0p] {
    transform: translateY(-50px) rotate(180deg);
    -webkit-transform: translateY(-50px) rotate(180deg);
    opacity: 0;
}

.ivy-main-btn:focus .main-icon-wrap .icons-container[b-ws3h0nes0p] {
    display: flex;
}

    .ivy-main-btn:focus .main-icon-wrap .icons-container .icon[b-ws3h0nes0p] {
        transform: translate(-50%, -50%) rotate(0);
        -webkit-transform: translate(-50%, -50%) rotate(0);
    }

.center-focus-button button[b-ws3h0nes0p]::-moz-focus-inner {
    border: none;
}



.tab tab--fab .center-focus-button:focus main-icon-wrap[b-ws3h0nes0p] {
    height: calc(2.6 * var(--size));
    margin-top: calc(-1.6 * var(--size));
}

.bottom-appbar .tabs .main-icon-wrap[b-ws3h0nes0p] {
    width: var(--size);
    height: var(--size);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    background: #BFCFFF;
    box-shadow: 0 0 0 12px var(--background-color);
    -webkit-box-shadow: 0 0 0 12px var(--background-color);
    transition: height 200ms ease, margin 200ms ease;
    -webkit-transition: height 200ms ease, margin 200ms ease;
}

.bottom-appbar .tabs .tab main-icon-wrap[b-ws3h0nes0p] {
    font-size: 12px;
}

.bottom-appbar[b-ws3h0nes0p] {
    height: 60px;
}

    .bottom-appbar .tabs[b-ws3h0nes0p] {
        display: flex;
        flex-direction: row;
        -webkit-flex-direction: row;
        height: 100%;
        justify-content: space-around;
        -webkit-justify-content: space-around;
        width: 100%;
        box-shadow: 1px 0px 20px 0px rgba(20, 20, 20, 0.04);
        -webkit-box-shadow: 1px 0px 20px 0px rgba(20, 20, 20, 0.04);
        border-radius: 15px 15px 0 0;
        -webkit-border-radius: 15px 15px 0 0;
        background-color: #fff;
    }

        .bottom-appbar .tabs .tab[b-ws3h0nes0p] {
            background-color: #fff;
            display: flex;
            justify-content: center;
            -webkit-justify-content: center;
            align-items: center;
            -webkit-align-items: center;
            flex-direction: column;
            -webkit-flex-direction: column;
        }

.ivy-home-chat_select .cl-list--body[b-ws3h0nes0p] {
    padding: 0px 30px;
}

    .ivy-home-chat_select .cl-list--body .wrap[b-ws3h0nes0p] {
        padding: 0px 30px;
    }

        .ivy-home-chat_select .cl-list--body .wrap .text-wrap[b-ws3h0nes0p] {
            display: flex;
            flex-direction: column;
            -webkit-flex-direction: column;
            justify-content: center;
            -webkit-justify-content: center;
        }

            .ivy-home-chat_select .cl-list--body .wrap .text-wrap .title-wrap[b-ws3h0nes0p] {
                display: flex;
                align-items: end;
                -webkit-align-items: end;
                margin-left: 15px;
            }

                .ivy-home-chat_select .cl-list--body .wrap .text-wrap .title-wrap .title[b-ws3h0nes0p] {
                    font-size: 11.5px;
                    font-weight: 700;
                }

            .ivy-home-chat_select .cl-list--body .wrap .text-wrap .info[b-ws3h0nes0p] {
                margin-left: 15px;
                display: flex;
                flex-direction: column;
                -webkit-flex-direction: column;
                align-items: flex-start;
                -webkit-align-items: flex-start;
            }

                .ivy-home-chat_select .cl-list--body .wrap .text-wrap .info span[b-ws3h0nes0p] {
                    font-size: 10.5px;
                }

.center-focus-button button:focus .icons-container[b-ws3h0nes0p] {
    width: 100%;
    height: calc(-3.8 * var(--size));
    position: relative;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    /*margin-bottom: -100px;*/
    transition: height 200ms ease, margin 200ms ease;
    -webkit-transition: height 200ms ease, margin 200ms ease;
    height: calc(2.6 * var(--size));
    margin-top: calc(-1.0 * var(--size));
}

/*첫화면 메인버튼 말풍선*/
.arrow-box-1[b-ws3h0nes0p] {
    position: absolute;
    top: 5%;
    left: 100%;
    background: #fff;
    border: 4px solid #75a0ff;
    font-size: 11px;
    font-weight: 600;
    padding: 3px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    display: flex;
    width: fit-content;
    min-height: 40px;
}

.arrow-box-2[b-ws3h0nes0p] {
    position: absolute;
    bottom: 35%;
    left: 100%;
    background: #fff;
    border: 4px solid #75a0ff;
    font-size: 11px;
    font-weight: 600;
    padding: 3px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    display: flex;
    width: fit-content;
    min-height: 40px;
}

.arrow-box-3[b-ws3h0nes0p] {
    position: absolute;
    bottom: 5%;
    left: 100%;
    background: #fff;
    border: 4px solid #75a0ff;
    font-size: 11px;
    font-weight: 600;
    padding: 3px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    display: flex;
    width: fit-content;
    min-height: 40px;
}

.arrow-box-1[b-ws3h0nes0p]:after, .arrow-box-1[b-ws3h0nes0p]:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow-box-1[b-ws3h0nes0p]:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 10px;
    margin-top: -10px;
}

.arrow-box-1[b-ws3h0nes0p]:before {
    border-color: rgba(70, 118, 244, 0);
    border-right-color: #75a0ff;
    border-width: 16px;
    margin-top: -16px;
}


.arrow-box-2[b-ws3h0nes0p]:after, .arrow-box-2[b-ws3h0nes0p]:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow-box-2[b-ws3h0nes0p]:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 10px;
    margin-top: -10px;
}

.arrow-box-2[b-ws3h0nes0p]:before {
    border-color: rgba(70, 118, 244, 0);
    border-right-color: #75a0ff;
    border-width: 16px;
    margin-top: -16px;
}

.arrow-box-3[b-ws3h0nes0p]:after, .arrow-box-3[b-ws3h0nes0p]:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow-box-3[b-ws3h0nes0p]:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 10px;
    margin-top: -10px;
}

.arrow-box-3[b-ws3h0nes0p]:before {
    border-color: rgba(70, 118, 244, 0);
    border-right-color: #75a0ff;
    border-width: 16px;
    margin-top: -16px;
}
/*
.arrow-box-1 {
    position: absolute;
    background: #ffffff;
    border: 4px solid #4676F4;
    bottom: 110px;
    font-weight: 600;
    border-radius: 20px;
    padding: 8px 10px 8px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .arrow-box-1:after, .arrow-box-1:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow-box-1:after {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #ffffff;
        border-width: 15px;
        margin-left: -20px;
    }

    .arrow-box-1:before {
        border-color: rgba(70, 118, 244, 0);
        border-top-color: #4676F4;
        border-width: 21px;
        margin-left: -26px;
    }*/
/*.icons-container {
    width: 100%;
    height: calc(2 * var(--size));
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #BFCFFF;
    transition: height 200ms ease, margin 200ms ease;
}

    .main-icon-wrap:focus icons-container {
        transition: height 200ms ease, margin 200ms ease;
        height: calc(2.6 * var(--size));
        margin-top: calc(-1.6 * var(--size));
    }*/


.bottom-appbar .tabs .tab--left[b-ws3h0nes0p] {
}

.bottom-appbar .tabs .tab--right[b-ws3h0nes0p] {
}

.bottom-appbar .tabs .tab--fab[b-ws3h0nes0p] {
    height: 100%;
    /*background: transparent;*/
    /* border-bottom-right-radius: 20px;
            border-bottom-left-radius: 20px;
            border-bottom:1px solid #eee;*/
    /*border-top: 1px solid rgba(167, 161, 161, 0.39);*/
    display: flex;
    box-shadow: none;
    -webkit-box-shadow: none;
    position: absolute;
    /*border: 0px 2px 3px 0px rgba(20, 20, 20, 1);*/
}

    .bottom-appbar .tabs .tab--fab .top[b-ws3h0nes0p] {
        width: 100%;
        height: 100%;
        background-color: transparent;
        display: flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        align-items: center;
        -webkit-align-items: center;
    }



.bottom-appbar .tabs .tab i[b-ws3h0nes0p] {
    font-size: 24px;
}

.bottom-appbar .tabs .tab.is-active[b-ws3h0nes0p] {
    color: #fd9d97;
}
/* _content/Clevi.App.Components.Levi/Pages/IvyChat/CustomIvyList.razor.rz.scp.css */

@media screen and (max-width:768px) {
    .page-wrap[b-gn4c07qgwi] {
        padding: 0 0px !important;
    }

    .background[b-gn4c07qgwi] {
        padding: 0 !important;
    }
}

@media screen and (max-width:550px) {
    [b-gn4c07qgwi] .new-custom-ivy-btn {
        position: fixed;
        z-index: 99;
        bottom: 110px;
        width: 40px;
        height: 40px;
        right: 20px;
        display: flex;
        -webkit-justify-content: center;
        -webkit-align-items: center;
    }


}

@media screen and (min-width:500px) {
    [b-gn4c07qgwi] .new-custom-ivy-btn {
        position: fixed;
        z-index: 99;
        bottom: 130px;
        width: 40px;
        height: 40px;
        right: 20px;
        display: flex;
        -webkit-justify-content: center;
        -webkit-align-items: center;
    }
}

.cl-gc-card_top[b-gn4c07qgwi] {
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0 8px;
}

    .cl-gc-card_top .header[b-gn4c07qgwi] {
        margin-top: 5px;
    }

.background[b-gn4c07qgwi] {
    height: calc(100vh - 100px);
    background-color: #f8f9fa;
    border-radius: 12px;
    -webkit-border-radius: 12px;
}

.page-wrap[b-gn4c07qgwi] {
    padding: 20px;
    height: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    background-color: #fff;
}

.back_img[b-gn4c07qgwi] {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.head[b-gn4c07qgwi] {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

    .head[b-gn4c07qgwi]  .clc-button span {
        white-space: nowrap;
    }

    .head[b-gn4c07qgwi]  .clc-button {
        margin-left: 10px;
        border-radius: 7px;
        -webkit-border-radius: 7px;
    }

.cl-gc-search_wrap[b-gn4c07qgwi] {
    flex: 1 !important;
    -webkit-flex: 1 !important;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center !important;
    width: 100%;
}

    .cl-gc-search_wrap textarea[b-gn4c07qgwi] {
        height: 100%;
        justify-content: center;
        -webkit-justify-content: center;
        padding: 7px 0 7px 15px;
        width: 100%;
        background-color: #F8F9FA;
        border-color: transparent;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        border: none;
        outline: none;
        font-size: 13px;
        color: #767676;
    }

.chatlist-line[b-gn4c07qgwi] {
    margin-top: 10px;
    background-color: #f2f4f6;
    height: 1px;
}


.cl_ivy-chattings[b-gn4c07qgwi] {
    width: 100%;
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
}

.add-ivy[b-gn4c07qgwi] {
    margin: 10px 0 15px;
    display: flex;
    column-gap: 15px;
    -webkit-column-gap: 15px;
}

    .add-ivy .img_wrap[b-gn4c07qgwi] {
        width: fit-content;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        border: solid 1px #767676;
        padding: 10px 13px;
    }

        .add-ivy .img_wrap img[b-gn4c07qgwi] {
            width: 20px;
        }

    .add-ivy .text_wrap[b-gn4c07qgwi] {
        display: flex;
        flex-direction: column;
        -webkit-flex-direction: column;
    }

        .add-ivy .text_wrap p[b-gn4c07qgwi] {
            font-size: 15px;
            font-weight: 600;
        }

        .add-ivy .text_wrap span[b-gn4c07qgwi] {
            font-size: 13px;
            font-weight: 300;
            margin: auto 0 0;
            word-break:keep-all;

        }

.list_box[b-gn4c07qgwi] {
    width: 100%;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    row-gap: 10px;
}

    .list_box .wrap[b-gn4c07qgwi] {
        padding: 5px 0;
        width: 100%;
        display: flex;
        user-select: none;
        -webkit-user-select: none;
    }

        .list_box .wrap .line[b-gn4c07qgwi] {
            display: flex;
            flex-grow: 1;
            -webkit-flex-grow: 1;
            align-items: center;
            -webkit-align-items: center;
            cursor: pointer;
        }

            .list_box .wrap .line .entry[b-gn4c07qgwi] {
                width: 40px;
                height: 40px;
                padding: 15px;
                border-radius: 50%;
                -webkit-border-radius: 50%;
                display: flex;
                align-items: center;
                -webkit-align-items: center;
                justify-content: center;
                -webkit-justify-content: center;
                position: relative;
            }

                .list_box .wrap .line .entry img[b-gn4c07qgwi] {
                    width: 20px;
                    height: 20px;
                }

                .list_box .wrap .line .entry span[b-gn4c07qgwi] {
                    font-size: 15px;
                }

                .list_box .wrap .line .entry .favorite[b-gn4c07qgwi] {
                    position: absolute;
                    top: -3px;
                    left: 0;
                    width: 15px;
                    height: 15px;
                }

.line .info_wrap[b-gn4c07qgwi] {
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 100%;
    margin: 0 0 0 15px;
}

    .line .info_wrap .info[b-gn4c07qgwi] {
        display: flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        justify-content: center;
        -webkit-justify-content: center;
    }

        .line .info_wrap .info .title[b-gn4c07qgwi] {
            font-size: 15px;
            font-weight: 500;
            word-break: break-all;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2; /* 표시할 줄 수 */
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .line .info_wrap .info .detail[b-gn4c07qgwi] {
            font-size: 11px;
            margin: 1px 0 0 0;
        }

    .line .info_wrap .date_wrap[b-gn4c07qgwi] {
        display: flex;
        align-items: flex-start;
        -webkit-align-items: flex-start;
        justify-content: center;
        -webkit-justify-content: center;
        height: 100%;
    }

        .line .info_wrap .date_wrap .date[b-gn4c07qgwi] {
            display: flex;
            align-items: center;
            -webkit-align-items: center;
            justify-content: center;
            -webkit-justify-content: center;
            margin-right: 5px;
        }

            .line .info_wrap .date_wrap .date span[b-gn4c07qgwi] {
                font-size: 10px;
            }



.chatlist-setting-slide[b-gn4c07qgwi] {
    padding: 0 25px;
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}

    .chatlist-setting-slide h6[b-gn4c07qgwi] {
        font-size: 15px;
        color: #4676f4;
        padding-bottom: 10px;
        border-bottom: 1px solid #f2f4f6;
        margin-bottom: 20px;
        user-select: none;
        -webkit-user-select: none;
    }

    .chatlist-setting-slide ul[b-gn4c07qgwi] {
        margin-top: 20px;
    }

        .chatlist-setting-slide ul li[b-gn4c07qgwi] {
            margin-bottom: 30px;
            display: flex;
            align-items: center;
            -webkit-align-items: center;
            user-select: none;
            -webkit-user-select: none;
        }

            .chatlist-setting-slide ul li img[b-gn4c07qgwi] {
                width: 24px;
                height: 24px;
                margin-right: 15px;
            }

            .chatlist-setting-slide ul li span[b-gn4c07qgwi] {
                font-size: 15px;
            }
/* _content/Clevi.App.Components.Levi/Pages/IvyChat/FavoriteIvyList.razor.rz.scp.css */

.favorite-ivy-list .head .top[b-35qfo635f2] {
    padding: 0 20px;
}

    .favorite-ivy-list .head .top .wrap[b-35qfo635f2] {
        padding: 15px 0px 20px 0px;
        display: flex;
        -webkit-justify-content: space-between;
        -webkit-align-items:center;
    }

    .favorite-ivy-list .head .top .title[b-35qfo635f2] {
        font-size: 17px;
        font-weight: 600;
    }

    .favorite-ivy-list .head .top .space-empty[b-35qfo635f2] {
        width: 50px;
        height: 20px;
    }

.favorite-ivy-list .back_img[b-35qfo635f2] {
    width: 24px;
    height: 24px;
    margin-right: 0px;
}


.cl_ivy-chatlist-select[b-35qfo635f2] {
    width: 100%;
    padding: 0px 0 5px 0;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
}

    .cl_ivy-chatlist-select .wrap[b-35qfo635f2] {
        padding: 0 0px;
        display: flex;
    }

        .cl_ivy-chatlist-select .wrap .title[b-35qfo635f2] {
            flex-grow: 1;
            display: flex;
            align-items: center;
            -webkit-align-items: center;
            justify-content: center;
            -webkit-justify-content: center;
            flex-direction: column;
            -webkit-flex-direction: column;
            cursor: pointer;
            border-bottom: 1.5px solid #efefef;
            width: 50px;
        }

        .cl_ivy-chatlist-select .wrap span[b-35qfo635f2] {
            font-size: 15px;
            text-align: center;
            cursor: pointer;
            padding-bottom: 3px;
            font-weight: 600;
            color: #B0B6BE;
        }

        .cl_ivy-chatlist-select .wrap .title .border[b-35qfo635f2] {
            width: 60%;
            height: 2px;
            background-color: #DEDEDE;
            border: none !important;
        }

.cl_ivy-chatlist-select[b-35qfo635f2] {
    padding-top: 20px;
}

    .cl_ivy-chatlist-select .radio-input[b-35qfo635f2] {
        border-bottom: 1px solid #f2f4f6;
    }

    .radio-input input[b-35qfo635f2] {
        display: none;
    }

.radio-input[b-35qfo635f2] {
    --container-width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    background-color: #fff;
    color: #000000;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid rgba(53, 52, 52, 0.226);
}

    .radio-input label[b-35qfo635f2] {
        width: 50%;
        padding: 4px 0;
        cursor: pointer;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
        -webkit-align-items: center;
        z-index: 1;
        font-weight: 600;
        letter-spacing: -1px;
        font-size: 14px;
    }



        .radio-input label:has(input:checked) span[b-35qfo635f2] {
            color: #17171B;
        }



.pocket-favorite .border[b-35qfo635f2] {
    display: none;
    background-color: #B0B6BE;
    position: absolute;
    height: 3px;
    width: 45px;
    z-index: 0;
    bottom: 0;
}

.radio-input label:nth-child(2) .border[b-35qfo635f2] {
    display: none;
    background-color: #B0B6BE;
    position: absolute;
    height: 3px;
    width: 45px;
    z-index: 0;
    bottom: 0;
}

.pocket-favorite:has(input:checked) ~ .pocket-favorite .border[b-35qfo635f2] {
    display: block !important;
}

.radio-input label:nth-child(2):checked ~ .radio-input label:nth-child(2) .border[b-35qfo635f2] {
    display: block !important;
}
/* _content/Clevi.App.Components.Levi/Pages/IvyChat/FavoriteMyIvyList.razor.rz.scp.css */
.favorite-myIvy-list-wrap[b-l5d9d2e3t6] {
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}

    .favorite-myIvy-list-wrap .list_box[b-l5d9d2e3t6] {
        display: flex;
        -webkit-align-items: center;
        -webkit-justify-content: space-between;
        padding: 12px 20px;
    }

        .favorite-myIvy-list-wrap .list_box .left[b-l5d9d2e3t6] {
            display: flex;
            -webkit-align-items: center;
        }

        .favorite-myIvy-list-wrap .list_box .right[b-l5d9d2e3t6] {
            display: flex;
            -webkit-align-items: center;
        }

        .favorite-myIvy-list-wrap .list_box .entry[b-l5d9d2e3t6] {
            padding: 15px;
            width: 42px;
            height: 42px;
            display: flex;
            -webkit-align-items: center;
            -webkit-justify-content: center;
            border-radius: 50%;
            margin-right: 15px;
        }

        .favorite-myIvy-list-wrap .list_box .name-initial[b-l5d9d2e3t6] {
            color: #4676f4;
            font-weight: 600;
            font-size: 15px;
        }

    .favorite-myIvy-list-wrap .info .title[b-l5d9d2e3t6] {
        font-size: 14px;
    }

.star-container input[b-l5d9d2e3t6] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.star-container[b-l5d9d2e3t6] {
    display: block;
    position: relative;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
}

    .star-container svg[b-l5d9d2e3t6] {
        position: relative;
        top: 0;
        left: 0;
        height: 30px;
        width: 30px;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        fill: #DEDEDE;
    }

        .star-container svg:hover[b-l5d9d2e3t6] {
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
        }

    .star-container input:checked ~ svg[b-l5d9d2e3t6] {
        fill: #ffeb49;
    }
/* _content/Clevi.App.Components.Levi/Pages/IvyChat/FavoritePocketIvyList.razor.rz.scp.css */
.favorite-pocketIvy-list-wrap[b-21u8eeit1q] {
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}

    .favorite-pocketIvy-list-wrap .list_box[b-21u8eeit1q] {
        display: flex;
        -webkit-align-items: center;
        -webkit-justify-content: space-between;
        padding: 12px 20px;
    }

        .favorite-pocketIvy-list-wrap .list_box .left[b-21u8eeit1q] {
            display: flex;
            -webkit-align-items: center;
        }

        .favorite-pocketIvy-list-wrap .list_box .right[b-21u8eeit1q] {
            display: flex;
            -webkit-align-items: center;
        }

        .favorite-pocketIvy-list-wrap .list_box .entry[b-21u8eeit1q] {
            padding: 15px;
            width: 42px;
            height: 42px;
            display: flex;
            -webkit-align-items: center;
            -webkit-justify-content: center;
            border-radius: 50%;
            margin-right: 15px;
        }

        .favorite-pocketIvy-list-wrap .list_box .name-initial[b-21u8eeit1q] {
            color: #4676f4;
            font-weight: 600;
            font-size: 15px;
        }

    .favorite-pocketIvy-list-wrap .info .title[b-21u8eeit1q] {
        font-size: 14px;
    }

.star-container input[b-21u8eeit1q] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.star-container[b-21u8eeit1q] {
    display: block;
    position: relative;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
}

    .star-container svg[b-21u8eeit1q] {
        position: relative;
        top: 0;
        left: 0;
        height: 30px;
        width: 30px;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        fill: #DEDEDE;
    }

        .star-container svg:hover[b-21u8eeit1q] {
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
        }

    .star-container input:checked ~ svg[b-21u8eeit1q] {
        fill: #ffeb49;
    }
/* _content/Clevi.App.Components.Levi/Pages/IvyChat/FirstCustomIvyCreate.razor.rz.scp.css */

[b-bdopfnalbk] .next-btn{
    border-radius:6px;
}

[b-bdopfnalbk] .input-text-sm {
    height: 46px;
    padding: 10px 15px;
    border-radius: 8px;
    border: solid 1px #ebeced;
    background-color: #f8f9fa;
    width: 100%;
    margin-top: 10px;
}

.share-wrap .body .wrap[b-bdopfnalbk] {
    margin-bottom: 25px;
}

.title-name[b-bdopfnalbk] {
    font-size: 16px;
    font-weight:500;
    color:#111;
}

[b-bdopfnalbk] .input-text-lg {
    height: 46px;

    padding: 15px;
    border-radius: 8px;
    border: solid 1px #ebeced;
    background-color: #f8f9fa;
    width: 100%;
    min-height: 110px;
    display: flex;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    text-align: start;
    margin-top:10px;
}

.top .title[b-bdopfnalbk] {
    display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
}

.info-wrap[b-bdopfnalbk] {
    display: flex;
    -webkit-flex-direction: column;
    padding: 10px 20px 0 20px;
}

.space-empty[b-bdopfnalbk]{
    height:40px;
    width:40px;
}

.share-wrap[b-bdopfnalbk] {
    display: flex;
    -webkit-flex-direction: column;
    padding: 10px 20px 0 20px;
}

.search-setting-wrap[b-bdopfnalbk] {
    display: flex;
    -webkit-flex-direction: column;
    padding: 10px 20px 0 20px;
}

.info-wrap[b-bdopfnalbk] {
    height: calc(100vh - 65px);
}

.share-wrap[b-bdopfnalbk]{
    height: calc(100vh - 65px);
}


.search-setting-wrap[b-bdopfnalbk] {
    height: calc(100vh - 65px);
}

.btn-wrap[b-bdopfnalbk] {
    padding:0 20px;
    display:flex;
}

.radio-input input[b-bdopfnalbk] {
    display: none;
}

[b-bdopfnalbk] .before-btn-half {
    width: 50%;
    background-color: transparent !important;
    border: solid 1px #dbdddf;
    color:#000 !important;
    margin-right:15px;
    border-radius:6px;
}

[b-bdopfnalbk] .next-btn-half {
    width: 50%;
    border-radius: 6px;
}

.label-wrap[b-bdopfnalbk] {
    display: flex;
    min-width: 90px;
    width:30%;
    justify-content: center;
    -webkit-justify-content: center;
    position: relative;
    padding-bottom: 6px;
}

.radio-input[b-bdopfnalbk] {
    display: flex;
    align-items: center;
    -webkit-justify-content: center;
    background-color: #fff;
    color: #000000;
    overflow: hidden;
    margin-top: 0px;
    padding: 0 0 10px 0px;
    /*border-bottom: 1px solid rgba(53, 52, 52, 0.226);*/
}

.label-wrap .title[b-bdopfnalbk] {
    border-bottom: 0px;
    width: 45px;
}

.label-wrap:nth-child(2)[b-bdopfnalbk]{
    margin:0 5px;
}

.border-1-wrap[b-bdopfnalbk] {
    padding: 4px 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    z-index: 1;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 14px;
    user-select: none;
    -webkit-user-select: none;
}

.border-2-wrap[b-bdopfnalbk] {
    padding: 4px 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    z-index: 1;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 14px;
    user-select: none;
    -webkit-user-select: none;
}

.border-3-wrap[b-bdopfnalbk] {
    padding: 4px 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    z-index: 1;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 14px;
    user-select: none;
    -webkit-user-select: none;
}


.chat-title[b-bdopfnalbk] {
    color: #767676;
    font-size: 14px;
    font-weight: 400;
}

.radio-input label:has(input:checked) span[b-bdopfnalbk] {
    color: #212f4b;
}

.info-wrap .border-1[b-bdopfnalbk], .share-wrap.border-1[b-bdopfnalbk], .search-setting-wrap  .border-1[b-bdopfnalbk]{
    position: absolute;
    height: 3px;
    z-index: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: none !important;
    justify-content: flex-start;
    display: inline-block;
    border: 1px solid #212f4b;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    height: 3px;
    border-radius: 2.5px;
    background-color: #4676f4;
    width: 100%;
    opacity: 1;
}

.share-wrap .border-1[b-bdopfnalbk], .share-wrap .border-2[b-bdopfnalbk] {
    position: absolute;
    height: 3px;
    z-index: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: none !important;
    justify-content: flex-start;
    display: inline-block;
    border: 1px solid #212f4b;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    height: 3px;
    border-radius: 2.5px;
    background-color: #4676f4;
    width: 100%;
    opacity: 1;
}

.search-setting-wrap .border-1[b-bdopfnalbk], .search-setting-wrap .border-2[b-bdopfnalbk], .search-setting-wrap .border-3[b-bdopfnalbk] {
    position: absolute;
    height: 3px;
    z-index: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: none !important;
    justify-content: flex-start;
    display: inline-block;
    border: 1px solid #212f4b;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    height: 3px;
    border-radius: 2.5px;
    background-color: #4676f4;
    width: 100%;
    opacity: 1;
}

.radio-choose-wrap[b-bdopfnalbk]{
    display: flex;
    flex-direction:column;
    -webkit-flex-direction:column;
}

.radio-choose-wrap .share-detail-wrap[b-bdopfnalbk] {
    display: flex;
}

.radio-choose-wrap input[b-bdopfnalbk] {
    display: none;
}

.choose-wrap[b-bdopfnalbk] {
    width: 50%;
    height: 52px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    background-color: #f8f9fa;
    display:flex;
    align-items:center;
    -webkit-align-items:center;
    justify-content:center;
    -webkit-justify-content:center;
}

    .choose-wrap .chat-title[b-bdopfnalbk] {
        font-size: 13px;
        color: #000;
        font-weight: 500;
    }

.share-detail-wrap[b-bdopfnalbk]{
    margin-top:10px;
}

.choose-wrap:first-child[b-bdopfnalbk] {
    margin-right: 9px;
}

.radio-choose-wrap[b-bdopfnalbk]{
    margin-top:25px;
}

    .radio-choose-wrap .title[b-bdopfnalbk] {
        font-size: 15px;
        font-weight:500;
    }


.choose-wrap:has(input:checked) ~ .choose-wrap[b-bdopfnalbk] {
    background-color: rgba(228, 238, 255, 0.8);
    font-size: 13px;
    color: #4676f4;
}

.choose-wrap:has(input:checked) ~ .chat-title[b-bdopfnalbk] {
    font-size: 13px;
    color: #4676f4;
    font-weight: 500;
}

.radio-input[b-bdopfnalbk] {
    position: relative;
    display: flex;
    align-items: center;
    -webkit-justify-content: center;
    background-color: #fff;
    color: #000000;
    overflow: hidden;
    margin-top: 18px;
    /*border-bottom: 1px solid rgba(53, 52, 52, 0.226);*/
}

.label-wrap .title[b-bdopfnalbk] {
    border-bottom: 0px;
    width: 45px;
}


.radio-input label:has(input:checked) span[b-bdopfnalbk] {
    color: #17171B;
}


.wrap-top[b-bdopfnalbk] {
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 5px;
}

    .wrap-top span[b-bdopfnalbk] {
        font-size: 15px;
        color: #111;
        font-weight:500;
    }

.search-setting-wrap .body .wrap[b-bdopfnalbk] {
    padding: 14px 22px;
    border-bottom: 1px solid #f2f4f6;
}

.wrap-bottom[b-bdopfnalbk] {
    color: #767676;
    font-size: 12px;
    width:90%;
}
/* _content/Clevi.App.Components.Levi/Pages/IvyChat/SharedIvyLayout.razor.rz.scp.css */
:root[b-a93cjbt6qr] {
    --icon-size: 28px;
    --background-color: #ccdcff;
}



.center-focus-button button .icon[b-a93cjbt6qr] {
    --icon-size: 24px;
    cursor: pointer;
    transition: transform 320ms ease, opacity 200ms ease;
    -webkit-transition: transform 320ms ease, opacity 200ms ease;
}

    .center-focus-button button .icon svg[b-a93cjbt6qr] {
        fill: #fff;
    }

    .center-focus-button button .icon.plus[b-a93cjbt6qr] {
        width: var(--size);
        height: var(--size);
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
        -webkit-align-items: center;
    }

.center-focus-button button .icons-container[b-a93cjbt6qr] {
    width: var(--size);
    height: calc(3.8 * var(--size));
    position: relative;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    /*변경필요*/
    display: none;
    border-radius: inherit;
    -webkit-border-radius: inherit;
}

    /*.center-focus-button button .icons-container .icon {
        background: rgba(204, 220, 255, 0.25);
        width: var(--size);
        height: calc(1.8 * var(--icon-size));
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 50%;
        top: calc(-25% + var(--index) * 40%);
        transform: translate(-50%, 100%) rotate(-45deg);
        transition: transform 300ms cubic-bezier(0.65, -0.55, 0.25, 1.25), background 150ms ease;
        transition-delay: calc(var(--index) * 55ms);
    }*/

    .center-focus-button button .icons-container .icon:hover[b-a93cjbt6qr] {
        background: rgba(204, 220, 255, 0.45);
    }

.center-focus-button button:focus[b-a93cjbt6qr] {
    border: none;
    outline: none;
}

.center-focus-button button[b-a93cjbt6qr] {
    --size: 63px;
    border: none;
    background: none;
    position: relative;
    /*width: var(--size);*/
    height: var(--size);
    display: flex;
    margin-bottom: 100px;
}

.icon-note[b-a93cjbt6qr] {
    position: absolute;
    /*right: -133px;*/
    width: fit-content;
}

.ivy-main-btn:focus[b-a93cjbt6qr] {
    border: none;
    outline: none;
}

/*필요*/
/*.main-icon-wrap {
        height: calc(3.0 * var(--size));
        margin-top: calc(-2.0 * var(--size));
    }*/


/*즐거찾기 관련 리스트*/

.sidebar-underline[b-a93cjbt6qr] {
    margin: 0 0 20px 0;
    color: #f2f4f6;
    height: 1px;
    width: 100%;
}

.favorites-header span[b-a93cjbt6qr] {
    font-size: 14px;
    font-weight: 500;
}

.favorites-header[b-a93cjbt6qr] {
    padding: 0px 20px 10px 20px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}


    .favorites-header span[b-a93cjbt6qr] {
        margin-top: 5px;
    }

.favorites-body-wrap[b-a93cjbt6qr] {
    padding: 7px 10px 10px 30px;
    font-size: 14px;
    font-weight: 500;
    row-gap:15px;
    display:flex;
    flex-direction:column;
}



    .favorites-body-wrap .entry[b-a93cjbt6qr] {
        width: 34px;
        height: 34px;
        display: flex;
        -webkit-align-items: center;
        -webkit-justify-content: center;
        -webkit-border-radius: 50%;
        margin-right: 13px;
    }

        .favorites-body-wrap .entry img[b-a93cjbt6qr] {
            width: 18px;
            height: 18px;
            margin: 3px 1px 0 0;
        }

    .favorites-body-wrap .line[b-a93cjbt6qr] {
        display: flex;
        -webkit-align-items: center;
        user-select: none;
        -webkit-user-select: none;
    }

.favorites-body-pocket[b-a93cjbt6qr] {
    margin-top: 20px;
}

.favorites-body-mine .a-wrap[b-a93cjbt6qr] {
    margin-top: 7.5px;
}

.favorites-body-pocket .a-wrap[b-a93cjbt6qr] {
    margin-top: 7.5px;
}


.side-top[b-a93cjbt6qr] {
    display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    padding: 15px 20px 4px 20px;
}

.side-top[b-a93cjbt6qr] {
    font-size: 17px;
    color: #000;
}

    .side-top .empty-space[b-a93cjbt6qr] {
        width: 20px;
        height: 24px;
    }

.out-sidebar-icon[b-a93cjbt6qr] {
    width: 24px;
    height: 24px;
    transform: rotate(-180deg);
}
/*즐거찾기 관련 리스트*/

.bottom_img[b-a93cjbt6qr] {
    width: 25px;
    height: 25px;
}

.ivy-main-btn:focus .main-icon-wrap[b-a93cjbt6qr] {
    width: var(--size);
    height: calc(3.0 * var(--size));
    margin-top: calc(-2.0 * var(--size));
}

.ivy-main-btn:focus .icon.plus[b-a93cjbt6qr] {
    transform: translateY(-50px) rotate(180deg);
    -webkit-transform: translateY(-50px) rotate(180deg);
    opacity: 0;
}

.ivy-main-btn:focus .main-icon-wrap .icons-container[b-a93cjbt6qr] {
    display: flex;
}

    .ivy-main-btn:focus .main-icon-wrap .icons-container .icon[b-a93cjbt6qr] {
        transform: translate(-50%, -50%) rotate(0);
        -webkit-transform: translate(-50%, -50%) rotate(0);
    }

.center-focus-button button[b-a93cjbt6qr]::-moz-focus-inner {
    border: none;
}



.tab tab--fab .center-focus-button:focus main-icon-wrap[b-a93cjbt6qr] {
    height: calc(2.6 * var(--size));
    margin-top: calc(-1.6 * var(--size));
}

.bottom-appbar .tabs .main-icon-wrap[b-a93cjbt6qr] {
    width: var(--size);
    height: var(--size);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    background: #BFCFFF;
    box-shadow: 0 0 0 12px var(--background-color);
    -webkit-box-shadow: 0 0 0 12px var(--background-color);
    transition: height 200ms ease, margin 200ms ease;
    -webkit-transition: height 200ms ease, margin 200ms ease;
}

.bottom-appbar .tabs .tab main-icon-wrap[b-a93cjbt6qr] {
    font-size: 12px;
}

.bottom-appbar[b-a93cjbt6qr] {
    height: 60px;
}

    .bottom-appbar .tabs[b-a93cjbt6qr] {
        display: flex;
        flex-direction: row;
        -webkit-flex-direction: row;
        height: 100%;
        justify-content: space-around;
        -webkit-justify-content: space-around;
        width: 100%;
        box-shadow: 1px 0px 20px 0px rgba(20, 20, 20, 0.04);
        -webkit-box-shadow: 1px 0px 20px 0px rgba(20, 20, 20, 0.04);
        border-radius: 15px 15px 0 0;
        -webkit-border-radius: 15px 15px 0 0;
        background-color: #fff;
    }

        .bottom-appbar .tabs .tab[b-a93cjbt6qr] {
            background-color: #fff;
            display: flex;
            justify-content: center;
            -webkit-justify-content: center;
            align-items: center;
            -webkit-align-items: center;
            flex-direction: column;
            -webkit-flex-direction: column;
        }

.ivy-home-chat_select .cl-list--body[b-a93cjbt6qr] {
    padding: 0px 30px;
}

    .ivy-home-chat_select .cl-list--body .wrap[b-a93cjbt6qr] {
        padding: 0px 30px;
    }

        .ivy-home-chat_select .cl-list--body .wrap .text-wrap[b-a93cjbt6qr] {
            display: flex;
            flex-direction: column;
            -webkit-flex-direction: column;
            justify-content: center;
            -webkit-justify-content: center;
        }

            .ivy-home-chat_select .cl-list--body .wrap .text-wrap .title-wrap[b-a93cjbt6qr] {
                display: flex;
                align-items: end;
                -webkit-align-items: end;
                margin-left: 15px;
            }

                .ivy-home-chat_select .cl-list--body .wrap .text-wrap .title-wrap .title[b-a93cjbt6qr] {
                    font-size: 11.5px;
                    font-weight: 700;
                }

            .ivy-home-chat_select .cl-list--body .wrap .text-wrap .info[b-a93cjbt6qr] {
                margin-left: 15px;
                display: flex;
                flex-direction: column;
                -webkit-flex-direction: column;
                align-items: flex-start;
                -webkit-align-items: flex-start;
            }

                .ivy-home-chat_select .cl-list--body .wrap .text-wrap .info span[b-a93cjbt6qr] {
                    font-size: 10.5px;
                }

.center-focus-button button:focus .icons-container[b-a93cjbt6qr] {
    width: 100%;
    height: calc(-3.8 * var(--size));
    position: relative;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    /*margin-bottom: -100px;*/
    transition: height 200ms ease, margin 200ms ease;
    -webkit-transition: height 200ms ease, margin 200ms ease;
    height: calc(2.6 * var(--size));
    margin-top: calc(-1.0 * var(--size));
}

/*첫화면 메인버튼 말풍선*/
.arrow-box-1[b-a93cjbt6qr] {
    position: absolute;
    top: 5%;
    left: 100%;
    background: #fff;
    border: 4px solid #75a0ff;
    font-size: 11px;
    font-weight: 600;
    padding: 3px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    display: flex;
    width: fit-content;
    min-height: 40px;
}

.arrow-box-2[b-a93cjbt6qr] {
    position: absolute;
    bottom: 35%;
    left: 100%;
    background: #fff;
    border: 4px solid #75a0ff;
    font-size: 11px;
    font-weight: 600;
    padding: 3px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    display: flex;
    width: fit-content;
    min-height: 40px;
}

.arrow-box-3[b-a93cjbt6qr] {
    position: absolute;
    bottom: 5%;
    left: 100%;
    background: #fff;
    border: 4px solid #75a0ff;
    font-size: 11px;
    font-weight: 600;
    padding: 3px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    display: flex;
    width: fit-content;
    min-height: 40px;
}

.arrow-box-1[b-a93cjbt6qr]:after, .arrow-box-1[b-a93cjbt6qr]:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow-box-1[b-a93cjbt6qr]:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 10px;
    margin-top: -10px;
}

.arrow-box-1[b-a93cjbt6qr]:before {
    border-color: rgba(70, 118, 244, 0);
    border-right-color: #75a0ff;
    border-width: 16px;
    margin-top: -16px;
}


.arrow-box-2[b-a93cjbt6qr]:after, .arrow-box-2[b-a93cjbt6qr]:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow-box-2[b-a93cjbt6qr]:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 10px;
    margin-top: -10px;
}

.arrow-box-2[b-a93cjbt6qr]:before {
    border-color: rgba(70, 118, 244, 0);
    border-right-color: #75a0ff;
    border-width: 16px;
    margin-top: -16px;
}

.arrow-box-3[b-a93cjbt6qr]:after, .arrow-box-3[b-a93cjbt6qr]:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow-box-3[b-a93cjbt6qr]:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 10px;
    margin-top: -10px;
}

.arrow-box-3[b-a93cjbt6qr]:before {
    border-color: rgba(70, 118, 244, 0);
    border-right-color: #75a0ff;
    border-width: 16px;
    margin-top: -16px;
}
/*
.arrow-box-1 {
    position: absolute;
    background: #ffffff;
    border: 4px solid #4676F4;
    bottom: 110px;
    font-weight: 600;
    border-radius: 20px;
    padding: 8px 10px 8px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .arrow-box-1:after, .arrow-box-1:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow-box-1:after {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #ffffff;
        border-width: 15px;
        margin-left: -20px;
    }

    .arrow-box-1:before {
        border-color: rgba(70, 118, 244, 0);
        border-top-color: #4676F4;
        border-width: 21px;
        margin-left: -26px;
    }*/
/*.icons-container {
    width: 100%;
    height: calc(2 * var(--size));
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #BFCFFF;
    transition: height 200ms ease, margin 200ms ease;
}

    .main-icon-wrap:focus icons-container {
        transition: height 200ms ease, margin 200ms ease;
        height: calc(2.6 * var(--size));
        margin-top: calc(-1.6 * var(--size));
    }*/


.bottom-appbar .tabs .tab--left[b-a93cjbt6qr] {
}

.bottom-appbar .tabs .tab--right[b-a93cjbt6qr] {
}

.bottom-appbar .tabs .tab--fab[b-a93cjbt6qr] {
    height: 100%;
    /*background: transparent;*/
    /* border-bottom-right-radius: 20px;
            border-bottom-left-radius: 20px;
            border-bottom:1px solid #eee;*/
    /*border-top: 1px solid rgba(167, 161, 161, 0.39);*/
    display: flex;
    box-shadow: none;
    -webkit-box-shadow: none;
    position: absolute;
    /*border: 0px 2px 3px 0px rgba(20, 20, 20, 1);*/
}

    .bottom-appbar .tabs .tab--fab .top[b-a93cjbt6qr] {
        width: 100%;
        height: 100%;
        background-color: transparent;
        display: flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        align-items: center;
        -webkit-align-items: center;
    }



.bottom-appbar .tabs .tab i[b-a93cjbt6qr] {
    font-size: 24px;
}

.bottom-appbar .tabs .tab.is-active[b-a93cjbt6qr] {
    color: #fd9d97;
}
/* _content/Clevi.App.Components.Levi/Pages/IvyChat/SharedIvyList.razor.rz.scp.css */

.cl_ivy-share[b-30sx68ft6o]{

}

.body[b-30sx68ft6o] {
    padding: 0 20px;
}

.top[b-30sx68ft6o] {
    margin-top: 10px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}

    .top[b-30sx68ft6o]  .clc-button span {
        white-space: nowrap;
    }

    .top[b-30sx68ft6o]  .clc-button {
        margin-left: 10px;
        border-radius: 7px;
        -webkit-border-radius: 7px;
    }

    .top .search_wrap[b-30sx68ft6o] {
        display: flex;
        align-items:center;
        width: 100%;
    }

.cl-gc-search_wrap[b-30sx68ft6o] {
    flex: 1 !important;
    -webkit-flex: 1 !important;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center !important;
    width: 100%;
}

    .cl-gc-search_wrap textarea[b-30sx68ft6o] {
        height: 100%;
        justify-content: center;
        -webkit-justify-content: center;
        padding: 7px 0 7px 15px;
        width: 100%;
        background-color: #F8F9FA;
        border-color: transparent;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        border: none;
        outline: none;
        font-size: 13px;
        color: #767676;
    }

.back_img[b-30sx68ft6o] {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}


.cl-gc-card_top[b-30sx68ft6o] {
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0 8px;
}

    .cl-gc-card_top .invite-top-bar[b-30sx68ft6o] {
        width: 100%;
        background: #FFF;
        display: flex;
        padding: 0px 5px 0 5px;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        align-items: center;
        -webkit-align-items: center;
    }

        .cl-gc-card_top .invite-top-bar .text[b-30sx68ft6o] {
            font-size: 13px;
            font-weight: 600;
        }

        .cl-gc-card_top .invite-top-bar .button_align[b-30sx68ft6o] {
            display: flex;
            justify-content: end;
            -webkit-justify-content: end;
            align-items: center;
            -webkit-align-items: center;
        }

            .cl-gc-card_top .invite-top-bar .button_align .addgroup[b-30sx68ft6o] {
                box-shadow: none;
                -webkit-box-shadow: none;
                background-color: #F8F4FD !important;
                color: #17171B !important;
                font-size: 10px;
                min-height: 20px;
                min-width: 20px;
                border-radius: 15px;
                -webkit-border-radius: 15px;
                padding: 0px 15px;
                margin: 0 6px 0 0;
            }


.add-ivy[b-30sx68ft6o] {
    margin: 20px 0 5px;
    display: flex;
    column-gap: 15px;
    -webkit-column-gap: 15px;
}

    .add-ivy .img_wrap[b-30sx68ft6o] {
        width: fit-content;
        height: fit-content;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        border: solid 1px #f2f4f6;
        padding: 7px 8px;
    }

        .add-ivy .img_wrap img[b-30sx68ft6o] {
            width: 37px;
        }

    .add-ivy .text_wrap[b-30sx68ft6o] {
        padding: 5px 0;
        display: flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        row-gap: 5px;
    }

        .add-ivy .text_wrap p[b-30sx68ft6o] {
            font-size: 15px;
            font-weight: 600;
            margin:0;
        }

        .add-ivy .text_wrap span[b-30sx68ft6o] {
            font-size: 13px;
            font-weight: 300;
            margin: auto 0 0;
            word-break: keep-all;
        }


.cl_ivy-chattings[b-30sx68ft6o] {
    margin-top: 15px;
    width: 100%;
    overflow-y: scroll;
    max-height: calc(100vh - 215px);
}

.list_box[b-30sx68ft6o] {
    width: 100%;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    row-gap: 10px;
}

    .list_box .wrap[b-30sx68ft6o] {
        padding: 5px 0;
        width: 100%;
        display: flex;
        user-select: none;
        -webkit-user-select: none;
    }

        .list_box .wrap .line[b-30sx68ft6o] {
            display: flex;
            align-items: center;
            -webkit-align-items: center;
            flex-grow: 1;
            -webkit-flex-grow: 1;
        }

            .list_box .wrap .line .entry[b-30sx68ft6o] {
                width: 40px;
                height: 40px;
                padding: 15px;
                border-radius: 50%;
                -webkit-border-radius: 50%;
                display: flex;
                align-items: center;
                -webkit-align-items: center;
                justify-content: center;
                -webkit-justify-content: center;
            }

                .list_box .wrap .line .entry span[b-30sx68ft6o] {
                    font-size: 15px;
                }

                .list_box .wrap .line .entry img[b-30sx68ft6o] {
                    width: 20px;
                    height: 20px;
                }

.line .info_wrap[b-30sx68ft6o] {
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 100%;
    margin: 0 0 0 15px;
}

    .line .info_wrap .info[b-30sx68ft6o] {
        display: flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        justify-content: center;
        -webkit-justify-content: center;
    }

        .line .info_wrap .info .title[b-30sx68ft6o] {
            font-size: 14px;
        }

        .line .info_wrap .info .detail[b-30sx68ft6o] {
            font-size: 11px;
            margin: 1px 0 0 0;
        }

    .line .info_wrap .date_wrap[b-30sx68ft6o] {
        display: flex;
        align-items: flex-start;
        -webkit-align-items: flex-start;
        justify-content: center;
        -webkit-justify-content: center;
        height: 100%;
    }

        .line .info_wrap .date_wrap .date[b-30sx68ft6o] {
            display: flex;
            align-items: center;
            -webkit-align-items: center;
            justify-content: center;
            -webkit-justify-content: center;
            margin-right: 5px;
        }

            .line .info_wrap .date_wrap .date span[b-30sx68ft6o] {
                font-size: 10px;
            }



.radio-input input[b-30sx68ft6o] {
    display: none;
}

.label-wrap[b-30sx68ft6o] {
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    position: relative;
}
.label-wrap:focus .border-2[b-30sx68ft6o] {

}

.border-wrap:has(input:checked) ~ .border-2[b-30sx68ft6o] {
    position: absolute;
    height: 3px;
    width: 70%;
    z-index: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: none !important;
    background-color: #212f4b;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    display: inline-block;
    border: 1px solid #212f4b;
    -webkit-border-radius: 2px;
    opacity: 0.7;
    animation-name: border-ani;
    -webkit-animation-name: border-ani;
    animation-duration: .2s;
    -webkit-animation-duration: .25s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
}

@-webkit-keyframes border-ani {
    0% {
        width: 0;
    }
    100% {
        width: 70%;
    }
}

.radio-input[b-30sx68ft6o] {
    display: flex;
    align-items: center;
    -webkit-justify-content: flex-start;
    background-color: #fff;
    color: #000000;
    overflow: hidden;
    margin-top: 0px;
    padding: 0 20px;
    overflow-x: auto;
    column-gap: 15px;
    -webkit-column-gap: 15px;
    /*border-bottom: 1px solid rgba(53, 52, 52, 0.226);*/
}

[b-30sx68ft6o] .radio-input::-webkit-scrollbar {
    height: 10px !important;
}


.label-wrap .title[b-30sx68ft6o] {
    border-bottom: 0px;
    width: 45px;
}

.border-wrap[b-30sx68ft6o] {
    padding: 4px 0;
    white-space: nowrap;
    cursor: pointer;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    z-index: 1;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 14px;
    user-select: none;
    -webkit-user-select: none;
}


.chat-title[b-30sx68ft6o] {
    color: #767676;
}

.radio-input label:has(input:checked) span[b-30sx68ft6o] {
    color: #212f4b;
}




[b-30sx68ft6o] .new-custom-ivy-btn {
    position: fixed;
    z-index: 99;
    bottom: 80px;
    width: 40px;
    height: 40px;
    right: 20px;
    display: flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
}

    [b-30sx68ft6o] .new-custom-ivy-btn img {
        width: 20px;
        height: 20px;
    }


.chatlist-setting-slide[b-30sx68ft6o] {
    padding: 0 25px;
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}

    .chatlist-setting-slide h6[b-30sx68ft6o] {
        font-size: 15px;
        color: #4676f4;
        padding-bottom: 10px;
        border-bottom: 1px solid #f2f4f6;
        margin-bottom: 20px;
        user-select: none;
        -webkit-user-select: none;
    }

    .chatlist-setting-slide ul[b-30sx68ft6o] {
        margin-top: 20px;
    }

        .chatlist-setting-slide ul li[b-30sx68ft6o] {
            margin-bottom: 30px;
            display: flex;
            align-items: center;
            -webkit-align-items: center;
            user-select: none;
            -webkit-user-select: none;
        }

            .chatlist-setting-slide ul li img[b-30sx68ft6o] {
                width: 24px;
                height: 24px;
                margin-right: 15px;
            }

            .chatlist-setting-slide ul li span[b-30sx68ft6o] {
                font-size: 15px;
            }
/* _content/Clevi.App.Components.Levi/Pages/IvyManual.razor.rz.scp.css */
.cl_ivy-manual[b-eaf3d4857u] {
    height: 100vh;
    background-color: #f8f9fa;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.page-wrap[b-eaf3d4857u] {
    width: 100%;
    height: 100%;
    max-width: 550px;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    background-color: #fff;
    border-radius: 12px;
    overflow-y:auto;
}

.title[b-eaf3d4857u]{
    display:flex;
    align-items:center;
    column-gap:20px;
    padding: 20px 20px 0;
    margin-bottom: 20px;
}
.title img[b-eaf3d4857u]{
    width:24px;
    height:24px;
}
.title h2[b-eaf3d4857u]{
    margin-bottom: 0;
}
.title h4[b-eaf3d4857u]{
    margin-bottom: 0;
}

.body[b-eaf3d4857u] {
    display:flex;
    flex-direction: column;
    padding: 0 20px 20px;
}
    .body h4[b-eaf3d4857u] {
        font-size: 15px;
        font-weight: 300;
        color: #111;
        margin-bottom: 20px;
        text-align:center;
        word-break:keep-all;
    }

.character[b-eaf3d4857u]{
    width: 70px;
    height: 70px;
    align-self: center;
    margin:auto;
}

.home-ul[b-eaf3d4857u] {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.home-ul li[b-eaf3d4857u]{}
    .home-ul li h5[b-eaf3d4857u] {
        margin: 0;
        font-size: 16px;
        font-weight: 500;
        color: #4676F4;
    }

.manual-ul[b-eaf3d4857u] {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
    .manual-ul li[b-eaf3d4857u] {
        display: flex;
        flex-direction: column;
        row-gap: 15px;
    }

        .manual-ul li span[b-eaf3d4857u] {
            font-size: 15px;
            word-break:keep-all;
        }

            .manual-ul li span strong[b-eaf3d4857u] {
                color: #4676F4;
                font-size: 17px;
                font-weight:300;
            }

        .manual-ul li img[b-eaf3d4857u] {
            width: 100%;
            height:auto;
            max-width: 400px;
            border-radius: 15px;
            box-shadow: 2px 2px 8px #cbcbcb;
        }
/* _content/Clevi.App.Components.Levi/Pages/LeviLayout.razor.rz.scp.css */
:root[b-c8wc7dmqdt] {
    --icon-size: 28px;
    --background-color: #ccdcff;
}



.center-focus-button button .icon[b-c8wc7dmqdt] {
        --icon-size: 24px;
        cursor: pointer;
        transition: transform 320ms ease, opacity 200ms ease;
        -webkit-transition: transform 320ms ease, opacity 200ms ease;
    }

        .center-focus-button button .icon svg[b-c8wc7dmqdt] {
            fill: #fff;
        }

    .center-focus-button button .icon.plus[b-c8wc7dmqdt] {
        width: var(--size);
        height: var(--size);
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
        -webkit-align-items: center;
    }

.center-focus-button button .icons-container[b-c8wc7dmqdt] {
    width: var(--size);
    height: calc(3.8 * var(--size));
    position: relative;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    /*변경필요*/
    display: none;
    border-radius: inherit;
    -webkit-border-radius: inherit;
}

    /*.center-focus-button button .icons-container .icon {
        background: rgba(204, 220, 255, 0.25);
        width: var(--size);
        height: calc(1.8 * var(--icon-size));
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 50%;
        top: calc(-25% + var(--index) * 40%);
        transform: translate(-50%, 100%) rotate(-45deg);
        transition: transform 300ms cubic-bezier(0.65, -0.55, 0.25, 1.25), background 150ms ease;
        transition-delay: calc(var(--index) * 55ms);
    }*/

            .center-focus-button button .icons-container .icon:hover[b-c8wc7dmqdt] {
                background: rgba(204, 220, 255, 0.45);
            }

    .center-focus-button button:focus[b-c8wc7dmqdt] {
        border: none;
        outline: none;
    }

.center-focus-button button[b-c8wc7dmqdt] {
    --size: 63px;
    border: none;
    background: none;
    position: relative;
    /*width: var(--size);*/
    height: var(--size);
    display: flex;
    margin-bottom: 100px;
}

.icon-note[b-c8wc7dmqdt] {
    position: absolute;
    /*right: -133px;*/
    width:fit-content;
}

.ivy-main-btn:focus[b-c8wc7dmqdt] {
    border: none;
    outline: none;
}

/*필요*/
    /*.main-icon-wrap {
        height: calc(3.0 * var(--size));
        margin-top: calc(-2.0 * var(--size));
    }*/


.bottom_img[b-c8wc7dmqdt] {
    width: 25px;
    height: 25px;
}

.ivy-main-btn:focus .main-icon-wrap[b-c8wc7dmqdt] {
    width: var(--size);
    height: calc(3.0 * var(--size));
    margin-top: calc(-2.0 * var(--size));
}

    .ivy-main-btn:focus .icon.plus[b-c8wc7dmqdt] {
        transform: translateY(-50px) rotate(180deg);
        -webkit-transform: translateY(-50px) rotate(180deg);
        opacity: 0;
    }
.ivy-main-btn:focus .main-icon-wrap .icons-container[b-c8wc7dmqdt] {
    display: flex;

}
    .ivy-main-btn:focus .main-icon-wrap .icons-container .icon[b-c8wc7dmqdt] {
        transform: translate(-50%, -50%) rotate(0);
        -webkit-transform: translate(-50%, -50%) rotate(0);
    }

    .center-focus-button button[b-c8wc7dmqdt]::-moz-focus-inner {
        border: none;
    }



.tab tab--fab .center-focus-button:focus main-icon-wrap[b-c8wc7dmqdt] {
    height: calc(2.6 * var(--size));
    margin-top: calc(-1.6 * var(--size));
}

.bottom-appbar .tabs .main-icon-wrap[b-c8wc7dmqdt] {
    width: var(--size);
    height: var(--size);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    background: #BFCFFF;
    box-shadow: 0 0 0 12px var(--background-color);
    -webkit-box-shadow: 0 0 0 12px var(--background-color);
    transition: height 200ms ease, margin 200ms ease;
    -webkit-transition: height 200ms ease, margin 200ms ease;
}

.bottom-appbar .tabs .tab main-icon-wrap[b-c8wc7dmqdt] {
    font-size: 12px;
}

.bottom-appbar[b-c8wc7dmqdt] {
    height: 60px;
}

    .bottom-appbar .tabs[b-c8wc7dmqdt] {
        display: flex;
        flex-direction: row;
        -webkit-flex-direction: row;
        height: 100%;
        justify-content: space-around;
        -webkit-justify-content: space-around;
        width: 100%;
        box-shadow: 1px 0px 20px 0px rgba(20, 20, 20, 0.04);
        -webkit-box-shadow: 1px 0px 20px 0px rgba(20, 20, 20, 0.04);
        border-radius: 15px 15px 0 0;
        -webkit-border-radius: 15px 15px 0 0;
        background-color: #fff;
    }

        .bottom-appbar .tabs .tab[b-c8wc7dmqdt] {
            background-color: #fff;
            display: flex;
            justify-content: center;
            -webkit-justify-content: center;
            align-items: center;
            -webkit-align-items: center;
            flex-direction: column;
            -webkit-flex-direction: column;
        }

.ivy-home-chat_select .cl-list--body[b-c8wc7dmqdt] {
    padding: 0px 30px;
}
.ivy-home-chat_select .cl-list--body .wrap[b-c8wc7dmqdt]{
    padding: 0px 30px;
}
    .ivy-home-chat_select .cl-list--body .wrap .text-wrap[b-c8wc7dmqdt] {
        display: flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        justify-content: center;
        -webkit-justify-content: center;
    }
        .ivy-home-chat_select .cl-list--body .wrap .text-wrap .title-wrap[b-c8wc7dmqdt] {
            display: flex;
            align-items: end;
            -webkit-align-items: end;
            margin-left: 15px;
        }
            .ivy-home-chat_select .cl-list--body .wrap .text-wrap .title-wrap .title[b-c8wc7dmqdt] {
                font-size: 11.5px;
                font-weight: 700;
            }
        .ivy-home-chat_select .cl-list--body .wrap .text-wrap .info[b-c8wc7dmqdt] {
            margin-left: 15px;
            display: flex;
            flex-direction: column;
            -webkit-flex-direction: column;
            align-items: flex-start;
            -webkit-align-items: flex-start;
        }
            .ivy-home-chat_select .cl-list--body .wrap .text-wrap .info span[b-c8wc7dmqdt] {
                font-size: 10.5px;
            }

.center-focus-button button:focus .icons-container[b-c8wc7dmqdt] {
    width: 100%;
    height: calc(-3.8 * var(--size));
    position: relative;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    /*margin-bottom: -100px;*/
    transition: height 200ms ease, margin 200ms ease;
    -webkit-transition: height 200ms ease, margin 200ms ease;
    height: calc(2.6 * var(--size));
    margin-top: calc(-1.0 * var(--size));
}

/*즐거찾기 관련 리스트*/

.sidebar-underline[b-c8wc7dmqdt] {
    margin: 0 0 20px 0;
    color: #f2f4f6;
    height: 1px;
    width: 100%;
}

.favorites-header span[b-c8wc7dmqdt] {
    font-size: 14px;
    font-weight: 500;
}

.favorites-header[b-c8wc7dmqdt] {
    padding: 0px 20px 10px 20px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}


    .favorites-header span[b-c8wc7dmqdt] {
        margin-top: 5px;
    }

.favorites-body-wrap[b-c8wc7dmqdt] {
    padding: 7px 10px 10px 30px;
    font-size: 14px;
    font-weight: 500;
    row-gap: 15px;
    display: flex;
    flex-direction: column;
}



.favorites-body-wrap .entry[b-c8wc7dmqdt] {
    width: 34px;
    height: 34px;
    display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    -webkit-border-radius: 50%;
    margin-right: 13px;
}

    .favorites-body-wrap .entry img[b-c8wc7dmqdt] {
        width: 18px;
        height: 18px;
        margin: 3px 1px 0 0;
    }

    .favorites-body-wrap .line[b-c8wc7dmqdt] {
        display: flex;
        -webkit-align-items: center;
        user-select: none;
        -webkit-user-select: none;
    }

.favorites-body-pocket[b-c8wc7dmqdt] {
    margin-top: 20px;
}

.favorites-body-mine .a-wrap[b-c8wc7dmqdt] {
    margin-top: 7.5px;
}

.favorites-body-pocket .a-wrap[b-c8wc7dmqdt] {
    margin-top: 7.5px;
}


.side-top[b-c8wc7dmqdt] {
    display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    padding: 15px 20px 4px 20px;
}

.side-top[b-c8wc7dmqdt] {
    font-size: 17px;
    color: #000;
}

    .side-top .empty-space[b-c8wc7dmqdt] {
        width: 20px;
        height: 24px;
    }

.out-sidebar-icon[b-c8wc7dmqdt] {
    width: 24px;
    height: 24px;
    transform: rotate(-180deg);
}
/*즐거찾기 관련 리스트*/

/*첫화면 메인버튼 말풍선*/
.arrow-box-1[b-c8wc7dmqdt] {
    position: absolute;
    top: 5%;
    left: 100%;
    background: #fff;
    border: 4px solid #75a0ff;
    font-size: 11px;
    font-weight: 600;
    padding: 3px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    display: flex;
    width: fit-content;
    min-height: 40px;
}

.arrow-box-2[b-c8wc7dmqdt] {
    position: absolute;
    bottom: 35%;
    left: 100%;
    background: #fff;
    border: 4px solid #75a0ff;
    font-size: 11px;
    font-weight: 600;
    padding: 3px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    display: flex;
    width: fit-content;
    min-height: 40px;
}

.arrow-box-3[b-c8wc7dmqdt] {
    position: absolute;
    bottom: 5%;
    left: 100%;
    background: #fff;
    border: 4px solid #75a0ff;
    font-size: 11px;
    font-weight: 600;
    padding: 3px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    display: flex;
    width: fit-content;
    min-height: 40px;
}

.arrow-box-1[b-c8wc7dmqdt]:after, .arrow-box-1[b-c8wc7dmqdt]:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow-box-1[b-c8wc7dmqdt]:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 10px;
    margin-top: -10px;
}

    .arrow-box-1[b-c8wc7dmqdt]:before {
        border-color: rgba(70, 118, 244, 0);
        border-right-color: #75a0ff;
        border-width: 16px;
        margin-top: -16px;
    }


.arrow-box-2[b-c8wc7dmqdt]:after, .arrow-box-2[b-c8wc7dmqdt]:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow-box-2[b-c8wc7dmqdt]:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 10px;
    margin-top: -10px;
}

.arrow-box-2[b-c8wc7dmqdt]:before {
    border-color: rgba(70, 118, 244, 0);
    border-right-color: #75a0ff;
    border-width: 16px;
    margin-top: -16px;
}

.arrow-box-3[b-c8wc7dmqdt]:after, .arrow-box-3[b-c8wc7dmqdt]:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow-box-3[b-c8wc7dmqdt]:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 10px;
    margin-top: -10px;
}

.arrow-box-3[b-c8wc7dmqdt]:before {
    border-color: rgba(70, 118, 244, 0);
    border-right-color: #75a0ff;
    border-width: 16px;
    margin-top: -16px;
}
/*
.arrow-box-1 {
    position: absolute;
    background: #ffffff;
    border: 4px solid #4676F4;
    bottom: 110px;
    font-weight: 600;
    border-radius: 20px;
    padding: 8px 10px 8px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .arrow-box-1:after, .arrow-box-1:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow-box-1:after {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #ffffff;
        border-width: 15px;
        margin-left: -20px;
    }

    .arrow-box-1:before {
        border-color: rgba(70, 118, 244, 0);
        border-top-color: #4676F4;
        border-width: 21px;
        margin-left: -26px;
    }*/
/*.icons-container {
    width: 100%;
    height: calc(2 * var(--size));
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #BFCFFF;
    transition: height 200ms ease, margin 200ms ease;
}

    .main-icon-wrap:focus icons-container {
        transition: height 200ms ease, margin 200ms ease;
        height: calc(2.6 * var(--size));
        margin-top: calc(-1.6 * var(--size));
    }*/


.bottom-appbar .tabs .tab--left[b-c8wc7dmqdt] {
    cursor:pointer;
}

.bottom-appbar .tabs .tab--right[b-c8wc7dmqdt] {
}

.bottom-appbar .tabs .tab--fab[b-c8wc7dmqdt] {
    height: 100%;
    /*background: transparent;*/
    /* border-bottom-right-radius: 20px;
            border-bottom-left-radius: 20px;
            border-bottom:1px solid #eee;*/
    /*border-top: 1px solid rgba(167, 161, 161, 0.39);*/
    display: flex;
    box-shadow: none;
    -webkit-box-shadow: none;
    position: absolute;
    /*border: 0px 2px 3px 0px rgba(20, 20, 20, 1);*/
}

    .bottom-appbar .tabs .tab--fab .top[b-c8wc7dmqdt] {
        width: 100%;
        height: 100%;
        background-color: transparent;
        display: flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        align-items: center;
        -webkit-align-items: center;
    }



.bottom-appbar .tabs .tab i[b-c8wc7dmqdt] {
    font-size: 24px;
}

.bottom-appbar .tabs .tab.is-active[b-c8wc7dmqdt] {
    color: #fd9d97;
}

/* _content/Clevi.App.Components.Levi/Pages/MyPockets.razor.rz.scp.css */
@media screen and (min-width: 768px) {
    .cl_ivy-mypocket_desktop[b-nargm664la] {
        display: block;
    }

    .cl_ivy-mypocket_mobile[b-nargm664la] {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .cl_ivy-mypocket_desktop[b-nargm664la] {
        display: none !important;
    }

    .cl_ivy-mypocket_mobile[b-nargm664la] {
        display: block;
    }
}

.cl-gc-search_wrap[b-nargm664la] {
    margin-top: 10px;
}

    .cl-gc-search_wrap .back_img[b-nargm664la] {
        width: 24px;
        height: 24px;
        margin-right: 10px;
    }

.cl_ivy-mypocket_mobile .cl-gc-search_wrap[b-nargm664la] {
    display: flex;
    -webkit-align-items: center;
}


.cl_ivy-mypocket_desktop .cl-gc-search_wrap[b-nargm664la] {
    display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}


.cl_ivy-mypocket_desktop[b-nargm664la] {
    height: 100vh;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    background-color: #f8f9fa;
}

    .cl_ivy-mypocket_desktop .cl-chattings--inner[b-nargm664la] {
        width: 100%;
        height: 100%;
        max-width: 1200px;
        display: flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        background-color: #fff;
    }

.cl_ivy-mypocket[b-nargm664la] {
    padding: 20px;
}


.cl_ivy-my-document-box .head[b-nargm664la] {
    padding:0 20px;
}
.cl_ivy-my-document-box .arrow_wrap[b-nargm664la] {
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    width: 100%;
    margin: 10px 0 0;
    user-select: none;
    -webkit-user-select: none;
}

@media only screen and (min-width: 768px) {
    .cl_ivy-my-document-box .arrow_wrap[b-nargm664la] {
        display: flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        width: 100%;
        margin: 15px 0 0;
        user-select: none;
        -webkit-user-select: none;
    }
}

.cl_ivy-my-document-box .arrow_wrap .wrap[b-nargm664la] {
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    margin: 5px 0 0px;
    overflow-x: auto;
}

    .cl_ivy-my-document-box .arrow_wrap .wrap[b-nargm664la]::-webkit-scrollbar {
        height: 12px;
    }

    .cl_ivy-my-document-box .arrow_wrap .wrap .title[b-nargm664la] {
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        font-size: 15px;
        color: #767676;
        font-weight: 600;
        white-space: nowrap;
    }

        .cl_ivy-my-document-box .arrow_wrap .wrap .title span[b-nargm664la] {
            font-size: 15px;
            font-weight: 400;
            white-space: nowrap;
        }

@media screen and (min-width: 768px) {
    .cl_ivy-my-document-box .arrow_wrap .wrap .title span[b-nargm664la] {
        font-size: 15px;
        font-weight: 500;
        white-space: nowrap;
    }
}

.cl_ivy-my-document-box .arrow_wrap .wrap .title span img[b-nargm664la] {
    height: 13px;
    width: 13px;
    margin: 0 0 0 4px;
}

.cl_ivy-my-document-box .body .wrap .enter-folder[b-nargm664la] {
    display: flex;
    flex-flow: row;
    -webkit-flex-flow: row;
    align-items: center;
    -webkit-align-items: center;
}

    .cl_ivy-my-document-box .body .wrap .enter-folder .img_wrap[b-nargm664la] {
        width: 38px;
        height: 38px;
        padding: 7px;
        border-radius: 7px;
        -webkit-border-radius: 7px;
    }

        .cl_ivy-my-document-box .body .wrap .enter-folder .img_wrap img[b-nargm664la] {
            width: 24px;
            height: 24px;
        }

    .cl_ivy-my-document-box .body .wrap .enter-folder .title span[b-nargm664la] {
        font-size: 13px;
    }

.cl_ivy-my-document-box .body[b-nargm664la] {
    padding: 0 20px;
    height: calc(100vh - 130px);
    overflow-x: hidden;
    overflow-y: auto;
}

@media screen and (max-width: 550px) {
    .cl_ivy-my-document-box .body[b-nargm664la]::-webkit-scrollbar {
        width: 1px !important;
    }
}

.cl_lvy-floatingbutton[b-nargm664la] {
    padding: 5px;
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 1;
    background-color: #ffffffc6;
    animation-name: floatingbutton_ani-b-nargm664la;
    -webkit-animation-name: floatingbutton_ani;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
}

@keyframes floatingbutton_ani-b-nargm664la {
    0% {
        opacity: 0.7;
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}

.cl_lvy-floatingbutton .wrap[b-nargm664la] {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 15px;
    cursor: pointer;
}

    .cl_lvy-floatingbutton .wrap p[b-nargm664la] {
        font-size: 13px;
        margin: 0;
        -webkit-user-select: none;
    }

    .cl_lvy-floatingbutton .wrap img[b-nargm664la] {
        margin-left: 10px;
        padding: 7px;
        width: 40px;
        height: 40px;
        background-color: #F2F4F6;
        border-radius: 50%;
        -webkit-border-radius: 50%;
    }

/*웹버전전용 마이포켓 css*/

.title-dropdown img[b-nargm664la] {
    width: 28px;
    height: 28px;
    margin-left: 5px;
}

table[b-nargm664la] {
    font-size: 15px;
    width: 100%;
    margin-top: 25px;
}

    table tr[b-nargm664la] {
        border-top: 1px solid #e6e8eb;
        border-bottom: 1px solid #e6e8eb;
    }

.title-dropdown[b-nargm664la] {
    flex: 1;
    -webkit-flex: 1;
}

tbody tr .title-dropdown[b-nargm664la] {
    flex: 1;
    -webkit-flex: 1;
}

tbody[b-nargm664la] {
    font-size: 15px;
    color: #111;
    font-weight: 500;
}


table thead[b-nargm664la] {
    height: 63px;
}

    table thead tr[b-nargm664la] {
        height: 63px;
        border-bottom: 1px solid #e6e8eb;
        width: 100%;
        user-select: none;
        -webkit-user-select: none;
    }

table tbody tr[b-nargm664la] {
    height: 67px;
}

    table tbody tr td[b-nargm664la] {
        user-select: none;
        -webkit-user-select: none;
    }

[b-nargm664la] .pocket-category-dropdown {
    width: 100px;
    border: none;
    padding: 8px 10px;
}

[b-nargm664la] .pocket-day-dropdown {
    min-width: 130px;
    max-width: 170px;
    border: none;
    padding: 8px 10px;
}

.day-dropdown-span[b-nargm664la] {
    margin-left: 10px;
}

.owner[b-nargm664la] {
    width: 150px;
}

.owner-span[b-nargm664la] {
}

.file-size[b-nargm664la] {
    width: 150px;
}

@media screen and (max-width: 1024px) {
    .day-dropdown[b-nargm664la] {
        width: 200px;
    }
}

@media screen and (min-width: 1025px) {
    .day-dropdown[b-nargm664la] {
        width: 250px;
    }
}


[b-nargm664la] .pocket-add-btn {
    display: none;
}
@media screen and (min-width: 767px) {
    [b-nargm664la] .pocket-add-btn {
        display: block;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        background-color: #212f4b !important;
        min-height: 34px;
        width: 94px;
        color: #FFF !important;
    }

    .pocket-add-btn img[b-nargm664la] {
        width: 11px;
        height: 11px;
    }
}

.arrow_wrap[b-nargm664la] {
    position: relative;
}

.dropdown-content[b-nargm664la] {
    display: none;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 3px 4px 4.7px 0 rgba(170, 170, 170, 0.25);
    -webkit-box-shadow: 3px 4px 4.7px 0 rgba(170, 170, 170, 0.25);
    z-index: 1;
    border: solid 1px #f2f4f6;
    background-color: #fff;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    position: absolute;
    top: 40px;
    right: 0;
}

    .dropdown-content img[b-nargm664la] {
        width: 16px;
        height: 14px;
        margin-right: 8px;
    }

    .dropdown-content a[b-nargm664la] {
        color: black;
        padding: 14px;
        text-decoration: none;
        -webkit-text-decoration: none;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        height: 44px;
    }

        .dropdown-content a:first-child[b-nargm664la] {
            color: black;
            padding: 14px;
            text-decoration: none;
            -webkit-text-decoration: none;
            display: flex;
            align-items: center;
            -webkit-align-items: center;
            height: 44px;
            border-bottom: 1px solid #e6e8eb;
        }

        .dropdown-content a:hover[b-nargm664la] {
            background-color: #f1f1f1
        }

[b-nargm664la] .pocket-dropdown:hover .dropdown-content {
    display: block;
}

.pocket-dropdown:hover .dropbtn[b-nargm664la] {
    background-color: #3e8e41;
}


/*My Pocket*/
.cl_ivy-my-document-box .stack[b-nargm664la] {
    margin-bottom: 10px;
    height: 35px;
    width: 100%;
    background-color: #FFF;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    border: none;
}

    .cl_ivy-my-document-box .stack textarea[b-nargm664la] {
        height: 100%;
        justify-content: center;
        -webkit-justify-content: center;
        padding: 5px 0 0 12px;
        width: 100%;
        background-color: #FFF;
        border-color: transparent;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        border: none;
        outline: none;
    }

    .cl_ivy-my-document-box .stack[b-nargm664la]  .clc-button {
        box-shadow: none;
        -webkit-box-shadow: none;
        background-color: transparent !important;
        margin: 0 10px 0 0;
        padding: 0;
    }



.folder-box[b-nargm664la] {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-bottom: 1px solid #f2f4f6;
    padding: 0px 0px 0px 0px;
    margin: 5px 0;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    user-select: none;
    -webkit-user-select: none;
}

    .folder-box .folder-row[b-nargm664la] {
        display: flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        width: 100%;
        padding: 15px 0;
    }


        .folder-box .folder-row .wrap[b-nargm664la] {
            display: flex;
            align-items: center;
            -webkit-align-items: center;
            justify-content: flex-start;
            -webkit-justify-content: flex-start;
            font-size: 12px;
        }


            .folder-box .folder-row .wrap .title[b-nargm664la] {
                margin-left: 13px;
            }

            .folder-box .folder-row .wrap .file_wrap[b-nargm664la] {
                margin-left: 0px;
                display: flex;
                align-items: flex-start;
                -webkit-align-items: flex-start;
                flex-direction: column;
                -webkit-flex-direction: column;
            }

                .folder-box .folder-row .wrap .file_wrap span[b-nargm664la] {
                    margin-left: 13px;
                    display: flex;
                    align-items: flex-start;
                    -webkit-align-items: flex-start;
                    flex-direction: column;
                    -webkit-flex-direction: column;
                }

/*마이포켓 체크박스 디자인*/

.folder-box .checkbox-wrapper-15 .cbx[b-nargm664la] {
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    margin-right: 10px;
}

    .folder-box .checkbox-wrapper-15 .cbx span[b-nargm664la] {
        display: inline-block;
        vertical-align: middle;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }

        .folder-box .checkbox-wrapper-15 .cbx span:first-child[b-nargm664la] {
            position: relative;
            width: 17px;
            height: 17px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            transform: scale(1);
            -webkit-transform: scale(1);
            vertical-align: middle;
            border: 1px solid #B9B8C3;
            transition: all 0.2s ease;
            -webkit-transition: all 0.2s ease;
        }

            .folder-box .checkbox-wrapper-15 .cbx span:first-child svg[b-nargm664la] {
                position: absolute;
                z-index: 1;
                top: 2px;
                left: 3px;
                fill: none;
                stroke: white;
                stroke-width: 2;
                stroke-linecap: round;
                stroke-linecap: round;
                stroke-linejoin: round;
                stroke-dasharray: 16px;
                stroke-dashoffset: 16px;
                transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
                transition-delay: 0.1s;
                -webkit-transition-delay: 0.1s;
                transform: translate3d(0, 0, 0);
                -webkit-transform: translate3d(0, 0, 0);
            }

            .folder-box .checkbox-wrapper-15 .cbx span:first-child[b-nargm664la]:before {
                content: "";
                width: 100%;
                height: 100%;
                background: #A9BCF5;
                display: block;
                transform: scale(0);
                -webkit-transform: scale(0);
                opacity: 1;
                border-radius: 50%;
                -webkit-border-radius: 50%;
                transition-delay: 0.2s;
                -webkit-transition-delay: 0.2s;
            }

        .folder-box .checkbox-wrapper-15 .cbx span:last-child[b-nargm664la] {
            margin-left: 8px;
        }

            .folder-box .checkbox-wrapper-15 .cbx span:last-child[b-nargm664la]:after {
                content: "";
                position: absolute;
                top: 8px;
                left: 0;
                height: 1px;
                width: 100%;
                background: #B9B8C3;
                transform-origin: 0 0;
                -webkit-transform-origin: 0 0;
                transform: scaleX(0);
                -webkit-transform: scaleX(0);
            }

    .folder-box .checkbox-wrapper-15 .cbx:hover span:first-child[b-nargm664la] {
        border-color: #B9B8C3;
    }

.folder-box .checkbox-wrapper-15 .inp-cbx:checked + .cbx span:first-child[b-nargm664la] {
    /*border-color: #3c53c7;*/
    border-color: #A9BCF5;
    background: #A9BCF5;
    animation: check-15-b-nargm664la 0.6s ease;
    -webkit-animation: check-15 0.6s ease;
}

    .folder-box .checkbox-wrapper-15 .inp-cbx:checked + .cbx span:first-child svg[b-nargm664la] {
        stroke-dashoffset: 0;
    }

    .folder-box .checkbox-wrapper-15 .inp-cbx:checked + .cbx span:first-child[b-nargm664la]:before {
        transform: scale(2.2);
        -webkit-transform: scale(2.2);
        opacity: 0;
        transition: all 0.6s ease;
        -webkit-transition: all 0.6s ease;
    }

.folder-box .checkbox-wrapper-15 .inp-cbx:checked + .cbx span:last-child[b-nargm664la] {
    color: #B9B8C3;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

    .folder-box .checkbox-wrapper-15 .inp-cbx:checked + .cbx span:last-child[b-nargm664la]:after {
        transform: scaleX(1);
        -webkit-transform: scaleX(1);
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }

@keyframes check-15-b-nargm664la {
    50% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
    }
}

.pocket-data-delete-btn[b-nargm664la] {
    margin-right: 7px;
    max-height: 25px;
    padding: 0px 10px !important;
    font-size: 11px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}


.cl_ivy-pocket-popup[b-nargm664la] {
    max-width: 420px;
    background-color: transparent !important;
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    height: 80px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    padding: 0px;
}

    .cl_ivy-pocket-popup .add-file[b-nargm664la] {
        background: none !important;
        color: #17171B !important;
        box-shadow: none;
        -webkit-box-shadow: none;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        flex-direction: column;
        -webkit-flex-direction: column;
        cursor: pointer;
        margin: 0 15px;
    }

        .cl_ivy-pocket-popup .add-file .wrap[b-nargm664la] {
            border-radius: 8px;
            -webkit-border-radius: 8px;
            background-color: #F4F8FD;
            padding: 12px;
            display: flex;
            justify-content: center;
            -webkit-justify-content: center;
            align-items: center;
            -webkit-align-items: center;
        }

            .cl_ivy-pocket-popup .add-file .wrap img[b-nargm664la] {
                height: 25px;
                width: 25px;
            }

        .cl_ivy-pocket-popup .add-file p[b-nargm664la] {
            font-size: 13px;
            font-weight: 600;
            margin-top: 5px;
        }
/* _content/Clevi.App.Components.Levi/Pages/News/News.razor.rz.scp.css */


.cl_ivy-news .header[b-y2qh0q0x77] {
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 20px;
}

    .cl_ivy-news .header div[b-y2qh0q0x77] {
        display: flex;
        align-items: center;
        -webkit-align-items: center;
    }

    .cl_ivy-news .header span[b-y2qh0q0x77] {
        font-size: 17px;
        font-weight: 600;
    }

.type[b-y2qh0q0x77] {
    display: flex;
    border-bottom: 1px solid #f2f4f6;
    overflow-x: auto;
    overflow-y: hidden;
}

    .type li[b-y2qh0q0x77] {
        padding: 7px 15px;
    }

    .type[b-y2qh0q0x77]::-webkit-scrollbar {
        display: none;
    }

    .type li span[b-y2qh0q0x77] {
        font-size: 15px;
        color: #767676;
        padding-bottom: 8px;
        white-space: nowrap;
        cursor: pointer;
        user-select: none;
        -webkit-user-select: none;
    }

.body[b-y2qh0q0x77] {
    margin-bottom: 10px;
}

    .body h5[b-y2qh0q0x77] {
        font-size: 13px;
        margin-bottom: 15px;
        font-weight: 600;
    }


.headline_wrap .line[b-y2qh0q0x77] {
    padding: 20px 0;
    display: flex;
    border-top: 1px solid #f2f4f6;
}

    .headline_wrap .line:first-child[b-y2qh0q0x77] {
        border-top: none;
    }

    .headline_wrap .line .img_wrap[b-y2qh0q0x77] {
        margin-right: 15px;
    }

        .headline_wrap .line .img_wrap img[b-y2qh0q0x77] {
            width: 60px;
            height: 60px;
            border-radius: 6px;
        }

    .headline_wrap .line .text_wrap[b-y2qh0q0x77] {
        user-select: none;
        -webkit-user-select: none;
        display: flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        row-gap:7px;
    }

        .headline_wrap .line .text_wrap h6[b-y2qh0q0x77] {
            font-size: 13px;
            /*display: -webkit-box;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;*/
            white-space: normal;
            line-height: 1.2;
            margin-bottom:0;
        }

        .headline_wrap .line .text_wrap p[b-y2qh0q0x77] {
            font-size: 10px;
            font-weight: 300;
            margin: auto auto 0 0;
        }

.selected-category[b-y2qh0q0x77] {
    color: #111;
    border-bottom: 3px solid #212f4b;
}

.wrap-box[b-y2qh0q0x77] {
    display: flex;
}


.subscribe[b-y2qh0q0x77] {
    background-color: #f8f9fa;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}

    .subscribe .box[b-y2qh0q0x77] {
        padding: 20px;
        display: flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        margin-top: 10px;
        background-color: #fff;
    }

        .subscribe .box:first-child[b-y2qh0q0x77] {
            margin-top: 0;
        }

    .subscribe .press[b-y2qh0q0x77] {
        font-size: 15px;
        font-weight: 400;
    }

    .subscribe .title-news[b-y2qh0q0x77] {
        display: flex;
        padding-bottom: 15px;
    }

        .subscribe .title-news img[b-y2qh0q0x77] {
            width: 60px;
            height: 60px;
            border-radius: 6px;
            -webkit-border-radius: 6px;
            margin-right: 10px;
        }

        .subscribe .title-news .text_wrap[b-y2qh0q0x77] {
            display: flex;
            flex-direction: column;
            flex: 1;
        }

            .subscribe .title-news .text_wrap h6[b-y2qh0q0x77] {
                font-size: 13px;
                font-weight: 400;
            }

            .subscribe .title-news .text_wrap p[b-y2qh0q0x77] {
                font-size: 12px;
                color: #767676;
                margin: auto 0 0;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: normal;
                max-height: 34px;
                line-height: 15px;
            }

    .subscribe .list[b-y2qh0q0x77] {
    }

        .subscribe .list li[b-y2qh0q0x77] {
            padding: 10px;
            border-top: 1px solid #f2f4f6;
        }

            .subscribe .list li p[b-y2qh0q0x77] {
                font-size: 13px;
                margin: 0;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                line-clamp: 1;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: normal;
                max-height: 20px;
                line-height: 20px;
            }
/* _content/Clevi.App.Components.Levi/Pages/News/NewsArticle.razor.rz.scp.css */

span[b-5a0jravbon]{
    user-select:none;
}

.header[b-5a0jravbon] {
    padding: 10px 20px;
    display: flex;
    -webkit-align-items: center;
}


    .header .text[b-5a0jravbon] {
        margin: 2px 0 0 4px;
    }

.title-wrap[b-5a0jravbon] {
    display: flex;
    -webkit-flex-direction: column;
    padding: 10px 20px 0px 20px;
}

    .title-wrap .news-company-name[b-5a0jravbon] {
        color: #111;
        font-size: 12px;
        line-height: 1.5;
        font-weight: 500;
        margin-bottom: 5px;
    }

    .title-wrap .news-title[b-5a0jravbon] {
        color: #111;
        font-size: 18px;
        line-height: 1.5;
        font-weight: 500;
        margin-bottom: 10px;
        max-width: 85%;
    }

    .title-wrap .news-writer[b-5a0jravbon] {
        color: #111;
        font-size: 13px;
        margin-bottom: 9px;
    }

.news-date-wrap[b-5a0jravbon] {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}


    .news-date-wrap .write-date[b-5a0jravbon] {
        color: #767676;
        font-size: 12px;
    }

        .news-date-wrap .write-date[b-5a0jravbon]::after {
            content: "｜";
            color: #cdcdcd;
            margin: 0 5px;
        }
        .news-date-wrap .write-date:last-child[b-5a0jravbon]::after {
            content: "";
        }


.news-summary[b-5a0jravbon] {
    display: flex;
    -webkit-flex-direction: column;
    padding: 0 20px;
    border-top: 1px solid #769cff;
    border-bottom: 1px solid #769cff;
    background-color: #edf5ff;
    margin-bottom: 15px;
}

    .news-summary .head[b-5a0jravbon] {
        margin: 9px 0 5px 0;
    }

        .news-summary .head span[b-5a0jravbon] {
            color: #767676;
            font-size: 12px;
            font-weight: 500;
        }

    .news-summary .content[b-5a0jravbon] {
        max-width: 98%;
        font-size: 14px;
    }

        .news-summary .content[b-5a0jravbon]  .clc-stack {
            background: transparent;
        }

.content-wrap[b-5a0jravbon] {
    margin-top: 20px;
    padding: 0 20px;
    display: flex;
    -webkit-flex-direction: column;
}

    .content-wrap span[b-5a0jravbon] {
        margin-bottom: 20px;
        width: 95%;
        color: #111;
        font-size: 14px;
        font-weight: 400;
    }

.img-wrap[b-5a0jravbon] {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}

    .img-wrap span[b-5a0jravbon] {
        color: #767676;
        font-size: 12px;
        margin-top: 6px;
    }

    .img-wrap img[b-5a0jravbon] {
        max-width: 680px;
        width: 100%;
        margin: 0 auto;
    }


.news-summary .head[b-5a0jravbon] {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.summary-wrap[b-5a0jravbon] {
    position: relative;
    min-width: 80%;
}

    .summary-wrap img[b-5a0jravbon] {
        width: 11px;
        height: 11px;
        margin-left: 5px;
    }

.summary-hover[b-5a0jravbon] {
    display: none;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 3px 6px 10px 0 rgba(114, 114, 114, 0.15);
    -webkit-box-shadow: 3px 6px 10px 0 rgba(114, 114, 114, 0.15);
    background-color: #f8f9fa;
    position: absolute;
    top: 10px;
    left: 9px;
    font-size: 14px;
}

    .summary-hover span[b-5a0jravbon] {
        max-width: 100px;
    }

.summary-wrap img:hover + .summary-hover[b-5a0jravbon] {
    display: block;
}
/* _content/Clevi.App.Components.Levi/Pages/News/SelectNewsCompany.razor.rz.scp.css */
.background[b-y3mkxfq6gk] {
    height: 100vh;
    padding: 15px;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.select-top-bar[b-y3mkxfq6gk] {
    width: 100%;
    background: #FFF;
    display: flex;
    padding: 5px 10px 0 10px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-bottom:19px;
}

    .select-top-bar .text[b-y3mkxfq6gk] {
        font-size: 17px;
    }

    .select-top-bar i[b-y3mkxfq6gk]{
        width:24px;
        height:24px;
    }


    .members-delete[b-y3mkxfq6gk] {
    }

    .cl-news-select-card_top .subheading[b-y3mkxfq6gk] {
        font-size: 15px;
    }

.cl_ivy-news-select_wrap[b-y3mkxfq6gk] {
    display: flex;
    padding: 5px 0 0 0;
    margin-top: 10px;
}

    .cl_ivy-news-select_wrap .wrap[b-y3mkxfq6gk] {
        display: flex;
        flex-direction: row;
        -webkit-flex-direction: row;
        align-items: center;
        -webkit-align-items: center;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

        .cl_ivy-news-select_wrap .wrap span[b-y3mkxfq6gk] {
            font-size: 10px;
        }

        .cl_ivy-news-select_wrap .wrap .profile[b-y3mkxfq6gk] {
            position: relative;
        }

            .cl_ivy-news-select_wrap .wrap .profile .delite[b-y3mkxfq6gk] {
                width: 15px;
                height: 15px;
                position: absolute;
                top: 0;
                right: -2px;
            }

            .cl_ivy-news-select_wrap .wrap .profile .detail[b-y3mkxfq6gk] {
                background-color: transparent;
                width: 0px;
                height: 0px;
                border-radius: 0px;
                display: flex;
                justify-content: center;
                -webkit-justify-content: center;
                align-content: center;
                -webkit-align-content: center;
                padding: 0px;
            }

                .cl_ivy-news-select_wrap .wrap .profile .detail img[b-y3mkxfq6gk] {
                    height: 30px;
                    width: 30px;
                }

                .cl_ivy-news-select_wrap .wrap .profile .detail span[b-y3mkxfq6gk] {
                    position: absolute;
                    top: 3%;
                    right: 0px;
                    height: 14px;
                    width: 14px;
                    margin-top: 5px;
                    font-size: 10px;
                }

.news-company-initial[b-y3mkxfq6gk] {
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-content: center;
    -webkit-align-content: center;
}

.cl_ivy-news-select_wrap .member-profile[b-y3mkxfq6gk] {
    padding: 10px 8px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

    .cl_ivy-news-select_wrap .member-profile .user[b-y3mkxfq6gk] {
        display: flex;
        align-items: center;
        -webkit-align-items: center;
    }

        .cl_ivy-news-select_wrap .member-profile .user .img_wrap[b-y3mkxfq6gk] {
            display: flex;
            align-items: center;
            -webkit-align-items: center;
            background-color: transparent;
            padding: 0px;
            border-radius: 0px;
            -webkit-border-radius: 0px;
        }

            .cl_ivy-news-select_wrap .member-profile .user .img_wrap img[b-y3mkxfq6gk] {
                height: 30px;
                width: 30px;
            }

        .cl_ivy-news-select_wrap .member-profile .user span[b-y3mkxfq6gk] {
            margin-left: 10px;
            font-size: 11px;
        }


.close-btn[b-y3mkxfq6gk] {
    background-color: transparent !important;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.cl-news-select-card_body[b-y3mkxfq6gk] {
    flex-grow: 1;
    -webkit-flex-grow: 1;
}
    .cl-news-select-card_body .wrap[b-y3mkxfq6gk]  .clc-primary {
        background-color: #edf5ff !important;
    }

.cl-news-select-card_body .wrap-2[b-y3mkxfq6gk] {
    padding:5px 0;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    margin: 13px 0px 15px;
    border-top: 1px solid #f2f4f6;
    border-bottom: 1px solid #f2f4f6;
}

.wrap-2[b-y3mkxfq6gk] {
    --container_width: 98%;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    /*justify-content:center;
    -webkit-justify-content:center;*/
    background-color: #fff;
    color: #000000;
    width: var(--container_width);
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
}

.wrap-2[b-y3mkxfq6gk] {
    -ms-overflow-style: none;
}

.wrap-2 [b-y3mkxfq6gk]::-webkit-scrollbar {
    display: none;
}


.wrap-2 .border[b-y3mkxfq6gk] {
    width: 60%;
    margin: 0 auto;
    height: 4px;
    background-color: #7A818A;
    border: none !important;
}


    .wrap-2 input[b-y3mkxfq6gk] {
        display: none;
    }

    .wrap-2 label[b-y3mkxfq6gk] {
        /*        min-width:50px;*/

        padding: 4px 4px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
        -webkit-align-items: center;
        z-index: 1;
        font-weight: 600;
        letter-spacing: -1px;
        font-size: 14px;
        position: relative;
    }

.border[b-y3mkxfq6gk] {
    display: none;
    position: absolute;
    height: 100%;
    width: 80%;
    z-index: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    border: none !important;
}

.wrap-2 label:has(input:checked) span[b-y3mkxfq6gk] {
    color: #17171B;
}

.wrap-2 label:has(input:checked) ~ .border[b-y3mkxfq6gk] {
    margin: 0 auto;
    width: 60%;
    height: 4px;
    background-color: #7A818A;
    border: none !important;
    display: inline-block;
    justify-content: center !important;
    -webkit-justify-content: center !important;
    align-items: center !important;
    -webkit-align-items: center !important;
}

.wrap-2 label:nth-child(1):has(input:checked) ~ .border[b-y3mkxfq6gk] {
    transform: translateX(calc(var(--container_width) * 0/2));
    -webkit-transform: translateX(calc(var(--container_width) * 0/2));
}

.wrap-2 label:nth-child(2):has(input:checked) ~ .border[b-y3mkxfq6gk] {
    transform: translateX(calc(var(--container_width) * 1/2));
    -webkit-transform: translateX(calc(var(--container_width) * 1/2));
}

.toggle-btn:hover ~ .border[b-y3mkxfq6gk] {
    display: block;
}

.bottom[b-y3mkxfq6gk]{
    margin: 15px auto 5px;
    width:100%;
}
/* _content/Clevi.App.Components.Levi/Pages/Payment/PaymentApproval.razor.rz.scp.css */
body[b-3ep00b5b9v] {
}

.cl_ivy-payment-approval[b-3ep00b5b9v]{
    height: 100%;
    max-height: 600px;
}

.top[b-3ep00b5b9v] {
    padding-bottom: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.top img[b-3ep00b5b9v]{
    margin:0 30px 30px;
    width:48px;
    height:48px;
}
.top h4[b-3ep00b5b9v]{
    font-size:24px;
}

.body[b-3ep00b5b9v]{}
.body .box[b-3ep00b5b9v]{}
.body .box h6[b-3ep00b5b9v]{
    font-size:14px;
    font-weight:300;
}
    .body .box ol[b-3ep00b5b9v] {
        padding:20px;
        border: solid 1px #e6e8eb;
        margin-bottom:25px;
    }
.body .box ol li[b-3ep00b5b9v]{
    display:flex;
    justify-content:space-between;
}
.body .box ol li p[b-3ep00b5b9v]{
    min-width:80px;
    margin:0;
    font-size:14px;
    font-weight:300;
    color:#767676;
    white-space:nowrap;
}
    .body .box ol li span[b-3ep00b5b9v] {
        word-break: break-all;
        text-align: right;
        font-size: 13px;
    }

.bottom[b-3ep00b5b9v] {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
[b-3ep00b5b9v] .bottom .clc-button {
    flex: 1;
    border-radius: 7px;
    margin-right:10px;
}
[b-3ep00b5b9v] .bottom .clc-button:last-child {
    margin-right:0px;
}
[b-3ep00b5b9v] .bottom .des-btn {
    border: 1px solid #e6e8eb
}
/* _content/Clevi.App.Components.Levi/Pages/Payment/PaymentDetail.razor.rz.scp.css */

.payment-deatail-page[b-dl0qar7b6w] {
    padding: 30px 25px;
    display: flex;
    -webkit-flex-direction: column;
}

    .payment-deatail-page .main-title[b-dl0qar7b6w] {
        font-size: 20px;
        color: #111;
        margin-top: 33px;
    }

    .payment-deatail-page .parchase-span[b-dl0qar7b6w] {
        font-size: 15px;
        color: #111;
        font-weight: 500;
        margin-top: 30px;
    }

.parchase-wrap[b-dl0qar7b6w] {
    font-size: 15px;
    padding: 20px;
    border-radius: 8px;
    border: solid 1px #e6e8eb;
    margin-top: 10px;
}

.parchase-info-wrap[b-dl0qar7b6w] {
    font-size: 15px;
    padding: 20px 20px 30px 20px;
    border-radius: 8px;
    border: solid 1px #e6e8eb;
    margin-top: 10px;
}

.payment-deatail-page .btn-wrap[b-dl0qar7b6w] {
    margin-top: 30px;
    display: flex;
    -webkit-justify-content: end;
}

.payment-deatail-page .parchase-wrap .row-wrap[b-dl0qar7b6w] {
    display: flex;
    -webkit-justify-content: space-between;
    margin-bottom: 25px;
}

    .payment-deatail-page .parchase-wrap .row-wrap:last-child[b-dl0qar7b6w] {
        display: flex;
        -webkit-justify-content: space-between;
        margin-bottom: 0px;
    }

.payment-deatail-page .parchase-info-wrap .row-wrap[b-dl0qar7b6w] {
    display: flex;
    -webkit-justify-content: space-between;
    margin-bottom: 25px;
}

    .payment-deatail-page .parchase-info-wrap .row-wrap:last-child[b-dl0qar7b6w] {
        display: flex;
        -webkit-justify-content: space-between;
        margin-bottom: 0px;
    }

.payment-deatail-page .wrap .row-wrap .title[b-dl0qar7b6w] {
    color: #767676;
    font-weight: 500;
}

@media (min-width: 768px) {
    [b-dl0qar7b6w] .payment-deatail-page .cl-gc-search_wrap {
        width: 470px;
        height: 48px;
    }

        [b-dl0qar7b6w] .payment-deatail-page .cl-gc-search_wrap .search_wrap {
            width: 470px;
            height: 38px;
        }
}

[b-dl0qar7b6w] .payment-print {
    border: solid 1px #e6e8eb;
    border-radius: 5px;
    margin-right: 20px;
    width: 106px;
    height: 39px;
    font-size: 14px;
    color: #000;
}

[b-dl0qar7b6w] .payment-confirm {
    width: 106px;
    height: 39px;
    border-radius: 5px;
    background-color: #212f4b;
    font-size: 14px;
}
/* _content/Clevi.App.Components.Levi/Pages/Payment/PaymentDetails.razor.rz.scp.css */
body[b-pj3x2jttvd] {
}
/* _content/Clevi.App.Components.Levi/Pages/Payment/PaymentList.razor.rz.scp.css */




.desktop-payment-view-deatail-page .head .wrap[b-qhabhxd4uc] {
    display: flex;
    -webkit-align-items: center;
}

.desktop-payment-view-deatail-page .head-title[b-qhabhxd4uc] {
    font-size: 20px;
    font-weight: 500;
}

.desktop-payment-view-deatail-page .first_wrap span[b-qhabhxd4uc] {
    font-size: 16px;
    color: #111;
    margin-right: 25px;
}

.desktop-payment-view-deatail-page .head .wrap .period[b-qhabhxd4uc] {
    margin: 0 15px;
}

.desktop-payment-view-deatail-page .payment-calendar[b-qhabhxd4uc] {
    width: 160px;
    height: 32px;
    border-radius: 4px;
}

    .desktop-payment-view-deatail-page .payment-calendar .clc-calendar .clc-inputtext[b-qhabhxd4uc] {
        height: 36px;
    }

@media screen and (min-width: 768px) {

    .desktop-payment-view-deatail-page[b-qhabhxd4uc] {
        display: block;
    }

    .app-payment-view-deatail-page[b-qhabhxd4uc] {
        display: none;
    }

    .desktop-payment-view-deatail-page .head .wrap[b-qhabhxd4uc] {
        display: flex;
        flex-direction: column;
        -webkit-align-items: flex-start;
    }

    [b-qhabhxd4uc] .desktop-payment-view-deatail-page .payment-list-search {
        border-radius: 4px;
        width: 70px;
        height: 36px;
        padding: 0;
        margin: 0px 0 0 15px;
    }

    .desktop-payment-view-deatail-page .first_wrap span[b-qhabhxd4uc] {
        margin-right: 10px;
        font-size: 15px;
    }

    .desktop-payment-view-deatail-page .head .wrap .period[b-qhabhxd4uc] {
        margin: 10px 0;
    }

        .desktop-payment-view-deatail-page .head .wrap .period span[b-qhabhxd4uc] {
            margin: 0px 0;
        }


    .desktop-payment-view-deatail-page .period-wrap[b-qhabhxd4uc] {
        margin: 0;
    }


    .desktop-payment-view-deatail-page .payment-list-search[b-qhabhxd4uc] {
        border-radius: 4px;
        width: 50px;
        height: 36px;
        padding: 0;
        margin-top: 5px;
    }

        .desktop-payment-view-deatail-page .payment-list-search img[b-qhabhxd4uc] {
            width: 18px;
            height: 18px;
        }

    .desktop-payment-view-deatail-page .cl-gc-search_wrap[b-qhabhxd4uc] {
        width: 470px;
        margin-bottom: 30px;
    }

    .desktop-payment-view-deatail-page .check-wrap[b-qhabhxd4uc] {
        position: relative;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        background-color: #fff;
        color: #000000;
        overflow: hidden;
    }

        .desktop-payment-view-deatail-page .check-wrap input[b-qhabhxd4uc] {
            display: none;
        }

        .desktop-payment-view-deatail-page .check-wrap label[b-qhabhxd4uc] {
            width: 64px;
            height: 36px;
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 1;
            font-weight: 600;
            letter-spacing: -1px;
            background-color: #F8F9FA;
            color: #696E74;
            padding: 0px 0px;
            border: 1px solid #E8EAEC;
            margin: 0 5px;
            border-radius: 4px;
        }

    .check-wrap label span[b-qhabhxd4uc] {
        font-size: 16px;
        font-weight: 500;
    }

    .selection[b-qhabhxd4uc] {
        display: none;
        position: absolute;
        height: 100%;
        width: calc(var(--container_width) / 2);
        z-index: 0;
        left: 0;
        top: 0;
        /*transition: .15s ease-in;*/
    }

    .check-wrap label:has(input:checked)[b-qhabhxd4uc] {
        background-color: #E9F3FF;
        border: 1px solid #C6E0FF;
        color: #4676F4;
    }

        .check-wrap label:has(input:checked) ~ .selection[b-qhabhxd4uc] {
            background-color: rgb(11 117 223);
            display: inline-block;
        }

        .check-wrap label:has(input:checked) ~ .selection[b-qhabhxd4uc] {
            background-color: rgb(11 117 223);
            display: inline-block;
        }

    .check-wrap label:nth-child(1):has(input:checked) ~ .selection[b-qhabhxd4uc] {
        transform: translateX(calc(var(--container_width) * 0/2));
    }

    .check-wrap label:nth-child(2):has(input:checked) ~ .selection[b-qhabhxd4uc] {
        transform: translateX(calc(var(--container_width) * 1/2));
    }

    .radio-wrap[b-qhabhxd4uc] {
        display: flex;
        -webkit-align-items: center;
    }

    .period-wrap[b-qhabhxd4uc] {
        display: flex;
        -webkit-align-items: center;
    }

    .table[b-qhabhxd4uc] {
        margin-top: 25px;
        width: 100%;
    }

    table thead tr[b-qhabhxd4uc] {
        display: flex;
        width: 100%;
    }

    table tbody td[b-qhabhxd4uc] {
        width: 100%;
    }

    table tbody tr[b-qhabhxd4uc] {
        display: flex;
        width: 100%;
    }

    table thead tr th[b-qhabhxd4uc] {
        font-size: 15px;
        font-weight: 500;
        color: #767676;
        border-top: 1px solid #111;
        border-bottom: 1px solid #111;
        height: 53px;
    }

    .payment-day[b-qhabhxd4uc] {
        display: flex;
        -webkit-align-items: center;
        width: 18%;
    }

    .pay-product-name[b-qhabhxd4uc] {
        display: flex;
        -webkit-align-items: center;
        width: 25%;
    }

    .amount-of-payment[b-qhabhxd4uc] {
        display: flex;
        -webkit-align-items: center;
        width: 19%;
    }

    .payment-method[b-qhabhxd4uc] {
        display: flex;
        -webkit-align-items: center;
        width: 23%;
    }

    .payment-detail[b-qhabhxd4uc] {
        display: flex;
        -webkit-align-items: center;
        width: 15%;
    }

        .payment-detail span[b-qhabhxd4uc] {
            border-bottom: 0.5px solid #767676;
        }

    table tbody tr td[b-qhabhxd4uc] {
        font-size: 15px;
        font-weight: 500;
        color: #767676;
        border-bottom: 1px solid #111;
        width: 20%;
        height: 63px;
    }

    table p[b-qhabhxd4uc] {
        margin: 0;
    }
}
/*

@media screen and (max-width: 768px) {
    .payment-view-deatail-page .top .head {
        display: flex;
        -webkit-justify-content: space-between;
        -webkit-align-items: center;
    }

    .space-empty {
        width: 26px;
        height: 26px;
    }

    .back_img {
        width: 26px;
        height: 26px;
    }

    .payment-view-deatail-page .check-wrap label {
        margin: 0 5px 0 0;
    }

    .period-wrap{
        display:flex;
        -webkit-flex-direction:column;
    }

    .period {
        display: flex;
    }
}*/


@media screen and (max-width: 768px) {

    .desktop-payment-view-deatail-page[b-qhabhxd4uc] {
        display: none;
    }

    .app-payment-view-deatail-page[b-qhabhxd4uc] {
        display: block;
    }

    .check-wrap[b-qhabhxd4uc] {
        position: relative;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        background-color: #fff;
        color: #000000;
        overflow: hidden;
    }

        .check-wrap input[b-qhabhxd4uc] {
            display: none;
        }

        .check-wrap label[b-qhabhxd4uc] {
            width: 64px;
            height: 36px;
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 1;
            font-weight: 600;
            letter-spacing: -1px;
            background-color: #F8F9FA;
            color: #696E74;
            padding: 0px 0px;
            border: 1px solid #E8EAEC;
            margin: 0 5px;
            border-radius: 4px;
        }

            .check-wrap label span[b-qhabhxd4uc] {
                font-size: 16px;
                font-weight: 500;
            }

    .selection[b-qhabhxd4uc] {
        display: none;
        position: absolute;
        height: 100%;
        width: calc(var(--container_width) / 2);
        z-index: 0;
        left: 0;
        top: 0;
        /*transition: .15s ease-in;*/
    }

    .check-wrap label:has(input:checked)[b-qhabhxd4uc] {
        background-color: #E9F3FF;
        border: 1px solid #C6E0FF;
        color: #4676F4;
    }

        .check-wrap label:has(input:checked) ~ .selection[b-qhabhxd4uc] {
            background-color: rgb(11 117 223);
            display: inline-block;
        }

        .check-wrap label:has(input:checked) ~ .selection[b-qhabhxd4uc] {
            background-color: rgb(11 117 223);
            display: inline-block;
        }

    .check-wrap label:nth-child(1):has(input:checked) ~ .selection[b-qhabhxd4uc] {
        transform: translateX(calc(var(--container_width) * 0/2));
    }

    .check-wrap label:nth-child(2):has(input:checked) ~ .selection[b-qhabhxd4uc] {
        transform: translateX(calc(var(--container_width) * 1/2));
    }


    .app-payment-view-deatail-page[b-qhabhxd4uc] {
        background-color: #f8f9fa;
    }

        .app-payment-view-deatail-page .top[b-qhabhxd4uc] {
            background-color: #fff;
            padding: 20px;
        }

        .app-payment-view-deatail-page .bottom[b-qhabhxd4uc] {
            background-color: #fff;
            padding: 0px;
            margin-top: 10px;
        }

        .app-payment-view-deatail-page .top .head[b-qhabhxd4uc] {
            display: flex;
            -webkit-justify-content: space-between;
            -webkit-align-items: center;
        }

        .app-payment-view-deatail-page .space-empty[b-qhabhxd4uc] {
            width: 26px;
            height: 26px;
        }

        .app-payment-view-deatail-page .back_img[b-qhabhxd4uc] {
            width: 26px;
            height: 26px;
        }

        .app-payment-view-deatail-page .check-wrap label[b-qhabhxd4uc] {
            margin: 0 5px 0 0;
            width: 74px;
        }

        .app-payment-view-deatail-page .period[b-qhabhxd4uc] {
            display: flex;
            margin-top: 15px;
            -webkit-align-items: center;
        }

        .app-payment-view-deatail-page .tilde[b-qhabhxd4uc] {
            margin: 0 5px;
        }

        .app-payment-view-deatail-page .period-wrap[b-qhabhxd4uc] {
            display: flex;
            -webkit-flex-direction: column;
            align-items: flex-start;
        }

    [b-qhabhxd4uc] .app-payment-list-search {
        margin-top: 15px;
        height: 41px;
        border-radius: 7px;
        border: solid 1px #323232;
        background-color: #FFF !important;
        width: 100%;
        color: #000 !important;
        font-size:13px;
    } 

    .app-payment-view-deatail-page .pay-list-wrap[b-qhabhxd4uc] {
        display: flex;
        justify-content: space-between;
        padding: 20px;
        border-bottom: 1px solid #e6e8eb;
    }

        .app-payment-view-deatail-page .pay-list-wrap .left[b-qhabhxd4uc] {
            display: flex;
            -webkit-flex-direction: column;
        }

        .app-payment-view-deatail-page .pay-list-wrap .right[b-qhabhxd4uc] {
            display: flex;
            -webkit-align-items: center;
        }

            .app-payment-view-deatail-page .pay-list-wrap .right .span-wrap[b-qhabhxd4uc] {
                margin-right: 20px;
            }


    .app-payment-view-deatail-page .payment-detail img[b-qhabhxd4uc] {
        width: 18px;
        height: 18px;
    }

    .app-payment-view-deatail-page .pay-product-name[b-qhabhxd4uc] {
        min-width: 150px;
        color: #000;
        font-size: 15px;
    }

    .app-payment-view-deatail-page .payment-day[b-qhabhxd4uc] {
        min-width: 150px;
        color: #767676;
        font-size: 12px;
        margin-top: 1px;
    }

    .app-payment-view-deatail-page .payment-method[b-qhabhxd4uc] {
        min-width: 75px;
        font-size: 11px;
        color: #767676;
        display: flex;
        -webkit-justify-content: end;
    }

    .app-payment-view-deatail-page .amount-of-payment[b-qhabhxd4uc] {
        min-width: 75px;
        font-size: 15px;
        font-weight: 500;
        color: #000;
        margin-top: 1px;
        display: flex;
        -webkit-justify-content: end;
    }
}
/* _content/Clevi.App.Components.Levi/Pages/Payment/SelectPayment.razor.rz.scp.css */


.cl-select-payment[b-jm38xlfqg6] {
    height: 100%;
    max-height: 700px;
    padding: 30px;
    display: flex;
    -webkit-flex-direction: column;
}

.align_wrap[b-jm38xlfqg6] {
    display: flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    -webkit-align-items: center;
}

    .align_wrap .wrap[b-jm38xlfqg6] {
        width: 100%;
        max-width: 768px;
    }


.select ul[b-jm38xlfqg6] {
    display: flex;
}

.method[b-jm38xlfqg6] {
    width: 100px;
    padding: 10px;
    margin-right: 15px;
    border: 1px solid #f2f4f6;
    -webkit-border-radius: 9px;
    display: flex;
    -webkit-flex-direction: column;
    justify-items: center;
    -webkit-align-items: center;
}

    .method img[b-jm38xlfqg6] {
        width: 50px;
        height: 50px;
    }

    .method span[b-jm38xlfqg6] {
        margin-top:8px;
        font-size: 15px;
    }

.arrow-toggle[b-jm38xlfqg6] {
    position: relative;
    cursor: pointer;
    background: linear-gradient(224deg, rgba(187,212,255,1) 0%, rgba(177,201,255,1) 42%, rgba(94,138,248,1) 98%);
}
.arrow-toggle span[b-jm38xlfqg6]{
    color:#fff;
}
    .arrow-toggle[b-jm38xlfqg6]::before {
        content: '\25BC';
        font-size: 22px;
        color: #7DA2FB;
        position: absolute;
        bottom: -24px;
    }


.content[b-jm38xlfqg6] {
    margin-top: 30px;
    width: 100%;
    min-height: 150px;
    -webkit-border-radius: 12px;
}

.table-title[b-jm38xlfqg6] {
    padding: 10px 20px;
    background-color: #f8f9fa;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

    .table-title span[b-jm38xlfqg6] {
        font-size: 15px;
    }

.description[b-jm38xlfqg6] {
    background-color: #f8f9fa;
    padding: 20px;
    -webkit-border-radius: 9px;
}

    .description h6[b-jm38xlfqg6] {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .description p[b-jm38xlfqg6] {
        margin-bottom: 0 !important;
        font-size: 15px;
    }

    .description .text_wrap[b-jm38xlfqg6] {
        display: flex;
        -webkit-flex-wrap: wrap;
    }

    .description ul[b-jm38xlfqg6] {
        padding: 0 20px;
        margin-bottom: 20px;
        list-style: circle !important;
    }

        .description ul li[b-jm38xlfqg6] {
            font-size: 15px;
        }


.select-payment_wrap[b-jm38xlfqg6] {
}


@media screen and (max-width: 500px) {
    .select-payment_wrap ul[b-jm38xlfqg6] {
        -webkit-flex-direction: column;
    }
    .select-payment_wrap ul li[b-jm38xlfqg6]{
       margin:0 0 5px ;
    }
}

.select-payment_wrap ul[b-jm38xlfqg6] {
    display: flex;
    flex-direction:column;
    padding: 0;
}

.select-payment_wrap li[b-jm38xlfqg6] {
    margin: 0 5px;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-align-items: center;
    -webkit-flex: 1;
    -webkit-border-radius: 9px;
}

    .select-payment_wrap li .select-payment[b-jm38xlfqg6] {
        padding: 15px 20px;
        border-bottom: 1px solid #e6e8eb;
        width:100%;
        display: flex;
        justify-content: space-between;
    }

        .select-payment_wrap li .select-payment p[b-jm38xlfqg6] {
            text-align: center;
            font-size: 14px;
            margin:0;
        }

        [b-jm38xlfqg6] .select-payment_wrap li .select-payment .clc-button {
            -webkit-border-radius: 7px;
        }

.bottom[b-jm38xlfqg6]{
    margin-top:20px;
    display:flex;
    justify-content:center;
}
/* _content/Clevi.App.Components.Levi/Pages/PlatformMigration.razor.rz.scp.css */

@media screen and (min-width:768px) {

    .cl_ivy-platfrom-migration .wrap[b-ygf2pt6klt] {
    }

    .top[b-ygf2pt6klt] {
        justify-content: start;
        -webkit-justify-content: start;
    }

    .contents[b-ygf2pt6klt] {
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .platfrom[b-ygf2pt6klt] {
        width: 280px;
        box-shadow: 0px 1px 3px #dedede;
        -webkit-box-shadow: 0px 1px 3px #dedede;
        margin-right: 15px;
        padding: 8px;
        border-radius: 12px;
        -webkit-border-radius: 12px;
    }
        .platfrom:hover[b-ygf2pt6klt] {
            transform: scale(1.03);
            -webkit-transform: scale(1.03);
            transition-duration: .3s;
            -webkit-transition-duration: .3s;
        }
}

@media screen and (max-width:768px) {

    .cl_ivy-platfrom-migration .wrap[b-ygf2pt6klt] {
        max-width: 768px;
    }

    .top[b-ygf2pt6klt] {
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }

    .contents[b-ygf2pt6klt] {
        display: flex;
        flex-direction: column;
        -webkit-flex-direction: column;
    }

    .platfrom[b-ygf2pt6klt] {
        padding-bottom: 15px;
    }
}

.cl_ivy-platfrom-migration[b-ygf2pt6klt] {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

    .cl_ivy-platfrom-migration .wrap[b-ygf2pt6klt] {
        width: 100%;
    }

.top[b-ygf2pt6klt] {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

    .top img[b-ygf2pt6klt] {
        width: 24px;
        height: 24px;
        margin-right: 0px;
    }

    .top div[b-ygf2pt6klt] {
        width: 24px;
        height: 24px;
    }

    .top h6[b-ygf2pt6klt] {
        font-size: 15px;
        font-weight: 500;
        margin: 0;
    }

.body[b-ygf2pt6klt] {
    padding: 20px;
}

    .body .contents[b-ygf2pt6klt] {
    }

.platfrom[b-ygf2pt6klt] {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    cursor: pointer;
}

    .platfrom .img_wrap[b-ygf2pt6klt] {
        background-color: #f2f3f4;
        padding: 10px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        margin-right: 10px;
    }

        .platfrom .img_wrap img[b-ygf2pt6klt] {
            width: 40px;
            height: 40px;
        }

    .platfrom .detail_wrap[b-ygf2pt6klt] {
    }

        .platfrom .detail_wrap p[b-ygf2pt6klt] {
            font-weight: 500;
            font-size: 14px;
            margin:0;
        }

        .platfrom .detail_wrap span[b-ygf2pt6klt] {
            font-weight: 300;
            font-size: 13px;
        }
/* _content/Clevi.App.Components.Levi/Pages/SchoolIvy/AnswerReview.razor.rz.scp.css */


.cl_ivy-sch-review[b-rsawst9m4f] {
    display: flex;
    -webkit-justify-content: center;
}

    .cl_ivy-sch-review .wrap[b-rsawst9m4f] {
        width: 100%;
        max-width: 500px;
        padding: 20px;
    }

.top[b-rsawst9m4f] {
    margin-bottom: 20px;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
}

    .top img[b-rsawst9m4f] {
        width: 20px;
        height: auto;
    }

    .top h5[b-rsawst9m4f] {
        margin: 0;
    }

.body[b-rsawst9m4f] {
    display: block;
}

    .body .contents[b-rsawst9m4f] {
        width: 100%;
        border-radius: 12px;
        padding: 15px 20px 5px;
        background-color: #f9fafc;
        display: flex;
        -webkit-flex-direction: column;
    }

        .body .contents li[b-rsawst9m4f] {
            display: flex;
            -webkit-flex-wrap: wrap;
            width: 100%;
            margin: auto;
        }

            .body .contents li .type[b-rsawst9m4f] {
                margin-bottom: 8px;
                display: flex;
                -webkit-flex-wrap: nowrap;
                white-space: nowrap;
                flex: 1;
            }

                .body .contents li .type span[b-rsawst9m4f] {
                    margin-right: 5px;
                    font-size: 13px;
                }

                .body .contents li .type p[b-rsawst9m4f] {
                    margin: 0;
                    font-weight: 600;
                    font-size: 13px;
                }

    .body .numbers[b-rsawst9m4f] {
        margin: 20px auto;
        display: flex;
        -webkit-flex-wrap: wrap;
    }

        .body .numbers li[b-rsawst9m4f] {
            flex: 1;
            display: flex;
            -webkit-align-items: center;
            -webkit-justify-content: center;
            cursor: pointer;
            min-width: 25px;
        }

        .body .numbers h6[b-rsawst9m4f] {
            margin: 0;
            padding-top: 1px;
            font-weight: 300;
            text-align: center;
            width: 19px;
            height: 21px;
        }
/* _content/Clevi.App.Components.Levi/Pages/SchoolIvy/Components/AnswerReviewComponents.razor.rz.scp.css */

.review[b-pb8a9w9ay8] {
    -webkit-border-radius: 12px;
}

    .review .question[b-pb8a9w9ay8] {
        padding: 15px;
        padding-bottom: 20px;
        border-bottom: 1px solid #d9d9d9;
    }

.question .question_img[b-pb8a9w9ay8] {
    display: flex;
}

    .question .question_img img[b-pb8a9w9ay8] {
        width: 100%;
        height: auto;
        margin: 0 auto;
        object-fit: contain;
    }

.answer[b-pb8a9w9ay8] {
    padding: 15px;
    border-bottom: 1px solid #d9d9d9;
}
.answer p[b-pb8a9w9ay8]{
    margin:0;
    font-size:13px;
    font-weight:300;
}
    .answer p b[b-pb8a9w9ay8] {
        color: #4676f4;
        margin-left:5px;
        font-size:14px;
        font-weight:500;
    }

.solution[b-pb8a9w9ay8] {
    padding: 15px;
    display: flex;
    -webkit-flex-direction: column;
}
.solution h6[b-pb8a9w9ay8]{}
    .solution img[b-pb8a9w9ay8] {
        width: 100%;
        height: auto;
        margin: 0 auto;
        object-fit: contain;
    }
/* _content/Clevi.App.Components.Levi/Pages/SchoolIvy/Components/FutureTodo.razor.rz.scp.css */

.complete-wrap[b-1uxm0m2q1v] {
    --container_width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    border-radius: 10px;
    background-color: transparent;
    color: #000000;
    width: var(--container_width);
    overflow: hidden;
    margin: 0 auto;
    padding: 10px 0;
}

    .complete-wrap input[b-1uxm0m2q1v] {
        display: none;
    }

    .complete-wrap label[b-1uxm0m2q1v] {
        width: 40%;
        min-width: 80px;
        padding: 5px 10px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
        -webkit-align-items: center;
        z-index: 1;
        font-weight: 600;
        letter-spacing: -1px;
        background-color: #FFF;
        color: #696E74;
        padding: 10px 25px;
        border: 1px solid #E8EAEC;
        margin: 0px;
        background-color: #FFF;
        /*border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;*/
    }

        .complete-wrap label span[b-1uxm0m2q1v] {
            font-size: 15px;
            font-weight: 500;
        }

.selection[b-1uxm0m2q1v] {
    display: none;
    position: absolute;
    height: 100%;
    width: calc(var(--container_width) / 2);
    z-index: 0;
    left: 0;
    top: 0;
    /*transition: .15s ease-in;*/
}

.complete-wrap label:has(input:checked)[b-1uxm0m2q1v] {
    background-color: #E9F3FF;
    border: 1px solid #C6E0FF;
    color: #4676F4;
}

    .complete-wrap label:has(input:checked) ~ .selection[b-1uxm0m2q1v] {
        background-color: rgb(11 117 223);
        display: inline-block;
    }

    .complete-wrap label:has(input:checked) ~ .selection[b-1uxm0m2q1v] {
        background-color: rgb(11 117 223);
        display: inline-block;
    }

.complete-wrap label:nth-child(1):has(input:checked) ~ .selection[b-1uxm0m2q1v] {
    transform: translateX(calc(var(--container_width) * 0/2));
    -webkit-transform: translateX(calc(var(--container_width) * 0/2));
}

.complete-wrap label:nth-child(2):has(input:checked) ~ .selection[b-1uxm0m2q1v] {
    transform: translateX(calc(var(--container_width) * 1/2));
    -webkit-transform: translateX(calc(var(--container_width) * 1/2));
}
/* _content/Clevi.App.Components.Levi/Pages/SchoolIvy/Components/GraphMonth.razor.rz.scp.css */

.month-graph-wrap[b-wm1q19ydhw]{
    max-width:98%;
    display:flex;
    justify-content:center;
}


.graph[b-wm1q19ydhw] {
   /* background-color: #ccc;
    height: 100vh;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 20px;*/
   margin:0 10px;
}

@keyframes stack-b-wm1q19ydhw {
    0% {
        height: 0;
        opacity: 0;
    }

    100% {
        height: 75%;
        opacity: 1;
    }
}

@keyframes stack2-b-wm1q19ydhw {
    0% {
        height: 0;
        opacity: 0;
    }

    100% {
        height: 60%;
        opacity: 1;
    }
}

@keyframes stack3-b-wm1q19ydhw {
    0% {
        height: 0;
        opacity: 0;
    }

    100% {
        height: 25%;
        opacity: 1;
    }
}

section[b-wm1q19ydhw] {
    display: flex;
    /*   flex-direction:column;   */
    justify-content: center;
    height: 500px;
    transform: rotate(180deg);
}

.graph[b-wm1q19ydhw] {
    height: 400px;
}

.grap-wrap[b-wm1q19ydhw] {
    display: flex;
    height: 40px;
    line-height: 40px;
    height:100%;
    align-items:center;
    -webkit-align-items:center;
    justify-content:end;
    -webkit-justify-content:end;
    text-align: right;
    /*   width: 75%; */
    /*   background-color:pink; */
    border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 0 10px;
    box-sizing: border-box;
    color: #4676f4;
    transform: rotate(180deg);
    flex-direction:column;
}

    .grap-wrap span[b-wm1q19ydhw]{
        font-size:13px;
        width:fit-content;
    }

    .graph.stack1[b-wm1q19ydhw] {
        border: solid 0.5px #88a8fa;
        background-color: #e5f0fe;
        height: 75%;
        animation: stack-b-wm1q19ydhw 2s 1;
        padding: 0;
        width: 20px;
    }

.graph.stack2[b-wm1q19ydhw] {
    border: solid 0.5px #88a8fa;
    background-color: #e5f0fe;
    height: 60%;
    animation: stack2-b-wm1q19ydhw 2s 1;
    padding: 0;
    width: 20px;
}

.graph.stack3[b-wm1q19ydhw] {
    border: solid 0.5px #88a8fa;
    background-color: #e5f0fe;
    height: 25%;
    animation: stack3-b-wm1q19ydhw 2s 1;
    padding: 0;
    width: 20px;
}


section[b-wm1q19ydhw] {
    border-top: 1px solid #d9d9d9;
}
/* _content/Clevi.App.Components.Levi/Pages/SchoolIvy/Components/GraphWeek.razor.rz.scp.css */

.month-graph-wrap[b-wa8sgwt1wc] {
    max-width: 90%;
    display: flex;
    justify-content: center;
    flex-direction:column;
    -webkit-flex-direction:column;
    margin:0 auto;
}


.graph[b-wa8sgwt1wc] {
    /* background-color: #ccc;
    height: 100vh;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 20px;*/
    margin: 0 10px;
}

@keyframes stack-b-wa8sgwt1wc {
    0% {
        height: 0;
        opacity: 0;
    }

    100% {
        height: 75%;
        opacity: 1;
    }
}

@keyframes stack2-b-wa8sgwt1wc {
    0% {
        height: 0;
        opacity: 0;
    }

    100% {
        height: 60%;
        opacity: 1;
    }
}

@keyframes stack3-b-wa8sgwt1wc {
    0% {
        height: 0;
        opacity: 0;
    }

    100% {
        height: 25%;
        opacity: 1;
    }
}

section[b-wa8sgwt1wc] {
    display: flex;
    /*   flex-direction:column;   */
    justify-content: center;
    height: 500px;
    transform: rotate(180deg);
}

.graph[b-wa8sgwt1wc] {
    height: 400px;
}

.grap-wrap[b-wa8sgwt1wc] {
    display: flex;
    height: 40px;
    line-height: 40px;
    height: 100%;
    align-items: center;
    -webkit-align-items: center;
    justify-content: end;
    -webkit-justify-content: end;
    text-align: right;
    /*   width: 75%; */
    /*   background-color:pink; */
    border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 0 10px;
    box-sizing: border-box;
    color: #4676f4;
    transform: rotate(180deg);
    flex-direction: column;
}

    .grap-wrap span[b-wa8sgwt1wc] {
        font-size: 13px;
        width: fit-content;
    }

.graph.stack1[b-wa8sgwt1wc] {
    border: solid 0.5px #88a8fa;
    background-color: #e5f0fe;
    height: 75%;
    animation: stack-b-wa8sgwt1wc 2s 1;
    padding: 0;
    width: 20px;
}

.graph.stack2[b-wa8sgwt1wc] {
    border: solid 0.5px #88a8fa;
    background-color: #e5f0fe;
    height: 60%;
    animation: stack2-b-wa8sgwt1wc 2s 1;
    padding: 0;
    width: 20px;
}

.graph.stack3[b-wa8sgwt1wc] {
    border: solid 0.5px #88a8fa;
    background-color: #e5f0fe;
    height: 25%;
    animation: stack3-b-wa8sgwt1wc 2s 1;
    padding: 0;
    width: 20px;
}


section[b-wa8sgwt1wc] {
    border-top: 1px solid #d9d9d9;
}

.filter-gray-img[b-wa8sgwt1wc]{
    width:25px;
    height:25px;
}


.month-graph-wrap .title[b-wa8sgwt1wc]{
    display:flex;
    justify-content:space-between;
    -webkit-justify-content:space-between;
    align-items:center;
    -webkit-align-items:center;
    padding:10px;
    font-size:14px;
}

    .month-graph-wrap .title .wrap[b-wa8sgwt1wc] {
        display: flex;
    }

        .month-graph-wrap .title .wrap .detail[b-wa8sgwt1wc] {
            margin-left:10px;
        }

.subject-name[b-wa8sgwt1wc]{
    margin-left:5px;
    font-weight:600;
}

.Correct-rate[b-wa8sgwt1wc]{
    display:flex;
    justify-content:center;
    -webkit-justify-content:center;
}

:focus[b-wa8sgwt1wc] {
    outline: 0;
    border-color: #2260ff;
    box-shadow: 0 0 0 4px #b5c9fc;
}

.mydict div[b-wa8sgwt1wc] {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.5rem;
    justify-content: center;
}

.mydict input[type="radio"][b-wa8sgwt1wc] {
    clip: rect(0 0 0 0);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

    .mydict input[type="radio"]:checked + span[b-wa8sgwt1wc] {
        /*box-shadow: 0 0 0 0.0625em #0043ed;*/
        background-color: #dee7ff;
        z-index: 1;
        color: #0043ed;
        border-color: transparent;
        box-shadow: none;
        width: 49px;
        height: 30px;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        padding: 8px 14px;
        font-size: 13px;
    }

    .mydict input[type="radio"]:checked + label[b-wa8sgwt1wc] {
        /*box-shadow: 0 0 0 0.0625em #0043ed;*/
        border-color:transparent;
        box-shadow:none;
    }

label[b-wa8sgwt1wc] {
    display: block;
    cursor: pointer;
    background-color: #fff;
    padding: 8px 14px;
    position: relative;
    margin-left: 10px;
    box-shadow: 0 0 0 0.0625em #b5bfd9;
    letter-spacing: .05em;
    color: #3e4963;
    text-align: center;
    transition: background-color .5s ease;
    width: 49px;
    height: 30px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    font-size:13px;
    border-radius:3px;
    -webkit-border-radius:3px;
}

label span[b-wa8sgwt1wc] {
    border-radius: .375em;
}

/*label:last-child span {
    border-radius: 0 .375em .375em 0;
}
*/

.view-period-wrap[b-wa8sgwt1wc]{
    display:flex;
    align-items:center;
    -webkit-align-items:center;
    justify-content:space-between;
    -webkit-justify-content:space-between;
}

    .view-period-wrap .period[b-wa8sgwt1wc] {
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: space-around;
        -webkit-justify-content: space-around;
        border: 1px solid #D9D9D9;
        padding: 5px 10px;
        border-radius: 5px;
        flex: 1;
        margin-right: 10px;
    }


    
/* _content/Clevi.App.Components.Levi/Pages/SchoolIvy/Components/GraphYear.razor.rz.scp.css */

.month-graph-wrap[b-h1a748s5u3] {
    max-width: 98%;
    display: flex;
    justify-content: center;
}


.graph[b-h1a748s5u3] {
    /* background-color: #ccc;
    height: 100vh;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 20px;*/
    margin: 0 10px;
}

@keyframes stack-b-h1a748s5u3 {
    0% {
        height: 0;
        opacity: 0;
    }

    100% {
        height: 75%;
        opacity: 1;
    }
}

@keyframes stack2-b-h1a748s5u3 {
    0% {
        height: 0;
        opacity: 0;
    }

    100% {
        height: 60%;
        opacity: 1;
    }
}

@keyframes stack3-b-h1a748s5u3 {
    0% {
        height: 0;
        opacity: 0;
    }

    100% {
        height: 25%;
        opacity: 1;
    }
}

section[b-h1a748s5u3] {
    display: flex;
    /*   flex-direction:column;   */
    justify-content: center;
    height: 500px;
    transform: rotate(180deg);
}

.graph[b-h1a748s5u3] {
    height: 400px;
}

.grap-wrap[b-h1a748s5u3] {
    display: flex;
    height: 40px;
    line-height: 40px;
    height: 100%;
    align-items: center;
    -webkit-align-items: center;
    justify-content: end;
    -webkit-justify-content: end;
    text-align: right;
    /*   width: 75%; */
    /*   background-color:pink; */
    border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 0 10px;
    box-sizing: border-box;
    color: #4676f4;
    transform: rotate(180deg);
    flex-direction: column;
}

    .grap-wrap span[b-h1a748s5u3] {
        font-size: 13px;
        width: fit-content;
    }

.graph.stack1[b-h1a748s5u3] {
    border: solid 0.5px #88a8fa;
    background-color: #e5f0fe;
    height: 75%;
    animation: stack-b-h1a748s5u3 2s 1;
    padding: 0;
    width: 20px;
}

.graph.stack2[b-h1a748s5u3] {
    border: solid 0.5px #88a8fa;
    background-color: #e5f0fe;
    height: 60%;
    animation: stack2-b-h1a748s5u3 2s 1;
    padding: 0;
    width: 20px;
}

.graph.stack3[b-h1a748s5u3] {
    border: solid 0.5px #88a8fa;
    background-color: #e5f0fe;
    height: 25%;
    animation: stack3-b-h1a748s5u3 2s 1;
    padding: 0;
    width: 20px;
}


section[b-h1a748s5u3] {
    border-top: 1px solid #d9d9d9;
}
/* _content/Clevi.App.Components.Levi/Pages/SchoolIvy/Components/OutcomesDay.razor.rz.scp.css */

.outcomes-wrap[b-jqq63lxaay] {
    margin-top: 25px;
}

.date[b-jqq63lxaay] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .date li[b-jqq63lxaay] {
    }

        .date li p[b-jqq63lxaay] {
            margin: 0;
            font-size: 13px;
            font-weight: 300;
        }

        .date li img[b-jqq63lxaay] {
            width: 24px;
        }

.content[b-jqq63lxaay] {
}

    .content li[b-jqq63lxaay] {
        border-bottom: 1px solid #d9d9d9;
        padding: 20px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .content li:first-child[b-jqq63lxaay] {
            border-top: 1px solid #d9d9d9;
        }

        .content li .left[b-jqq63lxaay] {
        }

    .content .left .line[b-jqq63lxaay] {
        display: flex;
    }

        .content .left .line p[b-jqq63lxaay] {
            font-size: 13px;
            width: 90px;
            margin-bottom: 10px;
        }

    .content .right[b-jqq63lxaay] {
        height: 100%;
    }

.cl_school-call_contacts[b-jqq63lxaay] {
    padding: 20px;
}

.view-period-wrap[b-jqq63lxaay] {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

    .view-period-wrap .period[b-jqq63lxaay] {
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: space-around;
        -webkit-justify-content: space-around;
        padding: 5px 10px;
        border-radius: 5px;
        flex: 1;
        margin-right: 10px;
    }

        .view-period-wrap .period span[b-jqq63lxaay] {
            padding:0 5px;
        }

.cl_school-call_contacts .wrap[b-jqq63lxaay] {
    margin-bottom:25px;
}
    .cl_school-call_contacts .wrap h6[b-jqq63lxaay] {
        font-size: 13px;
        font-weight: 300;
        margin-bottom: 10px;
    }

.mydict[b-jqq63lxaay] {
}
    .mydict button[b-jqq63lxaay] {
        width: 49px;
        height: 30px;
        font-size: 12px;
        font-weight: 300;
        color: #17171b;
        margin-right: 10px;
        border-radius: 3px;
        border: solid 1px #ebedf1;
        background-color: transparent;
    }
        .mydict button:hover[b-jqq63lxaay] {
            background-color: #e5f0fe;
            color: #4676f4;
        }
        .mydict button:focus[b-jqq63lxaay] {
            background-color: #e5f0fe;
            color: #4676f4;
        }
/* _content/Clevi.App.Components.Levi/Pages/SchoolIvy/Components/OutcomesMonth.razor.rz.scp.css */
body[b-qh7atioufi] {
}

.outcomes-wrap[b-qh7atioufi] {
    margin-top: 25px;
}

.date[b-qh7atioufi] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .date li[b-qh7atioufi] {
    }

        .date li p[b-qh7atioufi] {
            margin: 0;
            font-size: 13px;
            font-weight: 300;
        }

        .date li img[b-qh7atioufi] {
            width: 24px;
        }

.content[b-qh7atioufi] {
}

    .content li[b-qh7atioufi] {
        border-bottom: 1px solid #d9d9d9;
        padding: 20px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .content li:first-child[b-qh7atioufi] {
            border-top: 1px solid #d9d9d9;
        }

        .content li .left[b-qh7atioufi] {
        }

    .content .left .line[b-qh7atioufi] {
        display: flex;
    }

        .content .left .line p[b-qh7atioufi] {
            font-size: 13px;
            width: 90px;
            margin-bottom: 10px;
        }

    .content .right[b-qh7atioufi] {
        height: 100%;
    }

.cl_school-call_contacts[b-qh7atioufi] {
    padding: 20px;
}

.view-period-wrap[b-qh7atioufi] {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

    .view-period-wrap .period[b-qh7atioufi] {
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: space-around;
        -webkit-justify-content: space-around;
        padding: 5px 10px;
        border-radius: 5px;
        flex: 1;
        margin-right: 10px;
    }

        .view-period-wrap .period span[b-qh7atioufi] {
            padding: 0 5px;
        }

.cl_school-call_contacts .wrap[b-qh7atioufi] {
    margin-bottom: 25px;
}

    .cl_school-call_contacts .wrap h6[b-qh7atioufi] {
        font-size: 13px;
        font-weight: 300;
        margin-bottom: 10px;
    }

.mydict[b-qh7atioufi] {
}

    .mydict button[b-qh7atioufi] {
        width: 49px;
        height: 30px;
        font-size: 12px;
        font-weight: 300;
        color: #17171b;
        margin-right: 10px;
        border-radius: 3px;
        border: solid 1px #ebedf1;
        background-color: transparent;
    }

        .mydict button:hover[b-qh7atioufi] {
            background-color: #e5f0fe;
            color: #4676f4;
        }

        .mydict button:focus[b-qh7atioufi] {
            background-color: #e5f0fe;
            color: #4676f4;
        }
/* _content/Clevi.App.Components.Levi/Pages/SchoolIvy/Components/OutcomesWeek.razor.rz.scp.css */

.outcomes-wrap[b-1fp4q5nx5a] {
    margin-top: 25px;
}

.date[b-1fp4q5nx5a] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .date li[b-1fp4q5nx5a] {
    }

        .date li p[b-1fp4q5nx5a] {
            margin: 0;
            font-size: 13px;
            font-weight: 300;
        }

        .date li img[b-1fp4q5nx5a] {
            width: 24px;
        }

.content[b-1fp4q5nx5a] {
}

    .content li[b-1fp4q5nx5a] {
        border-bottom: 1px solid #d9d9d9;
        padding: 20px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .content li:first-child[b-1fp4q5nx5a] {
            border-top: 1px solid #d9d9d9;
        }

        .content li .left[b-1fp4q5nx5a] {
        }

    .content .left .line[b-1fp4q5nx5a] {
        display: flex;
    }

        .content .left .line p[b-1fp4q5nx5a] {
            font-size: 13px;
            width: 90px;
            margin-bottom: 10px;
        }

    .content .right[b-1fp4q5nx5a] {
        height: 100%;
    }

.cl_school-call_contacts[b-1fp4q5nx5a] {
    padding: 20px;
}

.view-period-wrap[b-1fp4q5nx5a] {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

    .view-period-wrap .period[b-1fp4q5nx5a] {
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: space-around;
        -webkit-justify-content: space-around;
        padding: 5px 10px;
        border-radius: 5px;
        flex: 1;
        margin-right: 10px;
    }

        .view-period-wrap .period span[b-1fp4q5nx5a] {
            padding: 0 5px;
        }

.cl_school-call_contacts .wrap[b-1fp4q5nx5a] {
    margin-bottom: 25px;
}

    .cl_school-call_contacts .wrap h6[b-1fp4q5nx5a] {
        font-size: 13px;
        font-weight: 300;
        margin-bottom: 10px;
    }

.mydict[b-1fp4q5nx5a] {
}

    .mydict button[b-1fp4q5nx5a] {
        width: 49px;
        height: 30px;
        font-size: 12px;
        font-weight: 300;
        color: #17171b;
        margin-right: 10px;
        border-radius: 3px;
        border: solid 1px #ebedf1;
        background-color: transparent;
    }

        .mydict button:hover[b-1fp4q5nx5a] {
            background-color: #e5f0fe;
            color: #4676f4;
        }

        .mydict button:focus[b-1fp4q5nx5a] {
            background-color: #e5f0fe;
            color: #4676f4;
        }
/* _content/Clevi.App.Components.Levi/Pages/SchoolIvy/Components/TodoComplete.razor.rz.scp.css */

.subject-Korean[b-4dhhor4v4b] {
    padding: 6px 5px;
    background: #FDEBEE;
    color: #FF7888;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-left: 5px;
    font-size: 13px;
    width: 40px;
    height: 23px;
    display: flex;
    border: 1px solid #FFC7CD;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.subject-Eng[b-4dhhor4v4b] {
    padding: 8px 5px;
    background: #FEF4E8;
    color: #FFB734;
    border: 1px solid #FFE9C1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-left: 5px;
    font-size: 13px;
    width: 40px;
    height: 23px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.subject-Math[b-4dhhor4v4b] {
    padding: 8px 5px;
    background: #E5F0FE;
    color: #4676F4;
    border: 1px solid #88A8FA;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-left: 5px;
    font-size: 13px;
    width: 40px;
    height: 23px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}



.complete-todo-wrap .todo-wrap[b-4dhhor4v4b] {
    padding: 0px 0px;
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
    background: #FFF;
    box-shadow: 0 10px 25px 0 rgba(18, 19, 19, 0.06);
    border-radius: 12px;
}

.complete-todo-wrap .wrap[b-4dhhor4v4b] {
    display: flex;
    font-size: 13px;
    padding: 20px;
    /*border-top: 1px solid #DEDEDE;*/
}

.subject-name[b-4dhhor4v4b] {
    font-weight: 600;
    margin: 0 5px;
}

.complete-todo-wrap .subject-detail-wrap[b-4dhhor4v4b] {
    display: flex;
    margin: 0 7px;
    flex-direction: column;
    -webkit-flex-direction: column;
}

    .complete-todo-wrap .subject-detail-wrap div[b-4dhhor4v4b] {
        display: flex;
        margin: 0 10px 5px 0;
    }

        .complete-todo-wrap .subject-detail-wrap div span[b-4dhhor4v4b] {
            margin: 0 0px 0px 5px;
        }

.go-to-link[b-4dhhor4v4b] {
    height: 15px;
    width: 15px;
}

.subject-detail-wrap[b-4dhhor4v4b] {
    margin: 0 10px;
}


.complete-wrap[b-4dhhor4v4b] {
    --container_width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    border-radius: 10px;
    background-color: transparent;
    color: #000000;
    width: var(--container_width);
    overflow: hidden;
    margin: 0 auto;
    padding: 10px 0;
}

    .complete-wrap input[b-4dhhor4v4b] {
        display: none;
    }

    .complete-wrap label[b-4dhhor4v4b] {
        width: 40%;
        min-width: 80px;
        padding: 5px 10px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
        -webkit-align-items: center;
        z-index: 1;
        font-weight: 600;
        letter-spacing: -1px;
        background-color: #FFF;
        color: #8E8E9D;
        padding: 10px 25px;
        border: 1px solid #D9D9D9;
        margin: 0px;
        /*border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;*/
    }

        .complete-wrap label span[b-4dhhor4v4b] {
            font-size: 15px;
            font-weight: 500;
        }

.selection[b-4dhhor4v4b] {
    display: none;
    position: absolute;
    height: 100%;
    width: calc(var(--container_width) / 2);
    z-index: 0;
    left: 0;
    top: 0;
    /*transition: .15s ease-in;*/
}

.complete-wrap label:has(input:checked)[b-4dhhor4v4b] {
    background-color: #F7FAFF;
    border: 1px solid #88A8FA;
    color: #4676F4;
}

    .complete-wrap label:has(input:checked) ~ .selection[b-4dhhor4v4b] {
        background-color: rgb(11 117 223);
        display: inline-block;
    }

    .complete-wrap label:has(input:checked) ~ .selection[b-4dhhor4v4b] {
        background-color: rgb(11 117 223);
        display: inline-block;
    }

.complete-wrap label:nth-child(1):has(input:checked) ~ .selection[b-4dhhor4v4b] {
    transform: translateX(calc(var(--container_width) * 0/2));
    -webkit-transform: translateX(calc(var(--container_width) * 0/2));
}

.complete-wrap label:nth-child(2):has(input:checked) ~ .selection[b-4dhhor4v4b] {
    transform: translateX(calc(var(--container_width) * 1/2));
    -webkit-transform: translateX(calc(var(--container_width) * 1/2));
}





.date-wrap[b-4dhhor4v4b] {
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    overflow-x: auto;
    width: 100%;
    padding: 10px;
}

.date-detail[b-4dhhor4v4b] {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    overflow-x: auto;
}

    .date-detail label[b-4dhhor4v4b] {
        display: flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        width: 50px;
        height: 100%;
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
        -webkit-align-items: center;
        border-radius: 10px;
    }

    .date-detail .day[b-4dhhor4v4b] {
        font-weight: 600;
        font-size: 20px;
    }

.day-of-the-week[b-4dhhor4v4b] {
    margin-bottom: 5px;
}

.point-dot[b-4dhhor4v4b] {
    width: 7px;
    height: 7px;
    background-color: #4676F4;
    border-radius: 10px;
    /*margin-top:10px;*/
    display: flex;
    align-content: center;
    justify-content: center;
    z-index: 2;
}


.input[type="checkbox"]:checked + .back-color[b-4dhhor4v4b]:after {
    display: none;
}

.date-wrap[b-4dhhor4v4b] {
    --container_width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    background-color: transparent;
    color: #000000;
    width: var(--container_width);
    overflow: hidden;
    margin: 0 auto;
}

    .date-wrap input[b-4dhhor4v4b] {
        display: none;
    }

    .date-wrap label[b-4dhhor4v4b] {
        width: 100%;
        padding: 10px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        font-weight: 600;
        letter-spacing: -1px;
        background-color: transparent;
        color: #696E74;
        padding: 10px 25px;
        font-size: 14px;
        font-weight: 600;
        border: 1px solid #FFF;
        margin: 0 5px;
        border-radius: 15px;
    }

.selection[b-4dhhor4v4b] {
    display: none;
    position: absolute;
    height: 100%;
    width: calc(var(--container_width) / 2);
    z-index: 0;
    left: 0;
    top: 0;
    /*transition: .15s ease-in;*/
}

.date-wrap label:has(input:checked)[b-4dhhor4v4b] {
    background-color: #E9F3FF;
    /*border: 1px solid #C6E0FF;*/
    color: #4676F4;
}

    .date-wrap label:has(input:checked) ~ .selection[b-4dhhor4v4b] {
        background-color: rgb(11 117 223);
        display: inline-block;
    }

    .date-wrap label:has(input:checked) ~ .selection[b-4dhhor4v4b] {
        background-color: rgb(11 117 223);
        display: inline-block;
    }

.date-wrap label:nth-child(1):has(input:checked) ~ .selection[b-4dhhor4v4b] {
    transform: translateX(calc(var(--container_width) * 0/2));
}

.date-wrap label:nth-child(2):has(input:checked) ~ .selection[b-4dhhor4v4b] {
    transform: translateX(calc(var(--container_width) * 1/2));
}
/* _content/Clevi.App.Components.Levi/Pages/SchoolIvy/Components/TodoInComplete.razor.rz.scp.css */

.subject-Korean[b-fcl08ffwn8] {
    padding: 6px 5px;
    background: #FDEBEE;
    color: #FF7888;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-left: 5px;
    font-size: 13px;
    width: 40px;
    height: 23px;
    display: flex;
    border: 1px solid #FFC7CD;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.subject-Eng[b-fcl08ffwn8] {
    padding: 8px 5px;
    background: #FEF4E8;
    color: #FFB734;
    border: 1px solid #FFE9C1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-left: 5px;
    font-size: 13px;
    width: 40px;
    height: 23px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.subject-Math[b-fcl08ffwn8] {
    padding: 8px 5px;
    background: #E5F0FE;
    color: #4676F4;
    border: 1px solid #88A8FA;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-left: 5px;
    font-size: 13px;
    width: 40px;
    height: 23px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}



.in-complete-todo-wrap .todo-wrap[b-fcl08ffwn8] {
    padding: 0px 0px;
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
    background: #FFF;
    box-shadow: 0 10px 25px 0 rgba(18, 19, 19, 0.06);
    border-radius: 12px;
}

.in-complete-todo-wrap .wrap[b-fcl08ffwn8] {
    display: flex;
    font-size: 13px;
    padding: 20px;
    /*border-top: 1px solid #DEDEDE;*/
}

.subject-name[b-fcl08ffwn8] {
    font-weight: 600;
    margin: 0 5px;
}

.in-complete-todo-wrap .subject-detail-wrap[b-fcl08ffwn8] {
    display: flex;
    margin: 0 7px;
    flex-direction:column;
    -webkit-flex-direction:column;
}

    .in-complete-todo-wrap .subject-detail-wrap div[b-fcl08ffwn8] {
        display: flex;
        margin: 0 10px 5px 0;
    }

        .in-complete-todo-wrap .subject-detail-wrap div span[b-fcl08ffwn8] {
            margin: 0 0px 0px 5px;
        }

.go-to-link[b-fcl08ffwn8] {
    height: 15px;
    width: 15px;
}

.subject-detail-wrap[b-fcl08ffwn8] {
    margin: 0 10px;
}

.in-complete-todo-wrap .list[b-fcl08ffwn8] {
    padding: 20px 0;
    display:flex;
    justify-content:center;
    width:80%;
    margin:0 auto;
}

    .in-complete-todo-wrap .list .wrap[b-fcl08ffwn8] {
        width: 102px;
        height: 102px;
        flex-grow: 0;
        border-radius: 12px;
        background-color: #fff;
    }

.with-ivy-wrap[b-fcl08ffwn8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding:20px;
    width:80%;
    margin:0 auto;
}

.with-ivy-wrap span[b-fcl08ffwn8]{
    font-size:15px;
    font-weight:600;
}

.in-complete-todo-wrap .list .wrap div[b-fcl08ffwn8] {
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
}

.school-chart[b-fcl08ffwn8] {
    width: 44px;
    height: 44px;
    margin-right: 0 0 5px;
}

.school-pencil[b-fcl08ffwn8] {
    width: 44px;
    height: 44px;
    margin-right: 0 0 5px;
}

.school-record[b-fcl08ffwn8] {
    width: 44px;
    height: 44px;
    margin-right: 0 0 5px;
}

.school-with-ivy[b-fcl08ffwn8] {
    width: 100px;
    height: 100px;
    margin-right: 9px;
}


.complete-wrap[b-fcl08ffwn8] {
    --container_width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    border-radius: 10px;
    background-color: transparent;
    color: #000000;
    width: var(--container_width);
    overflow: hidden;
    margin: 0 auto;
    padding: 10px 0;
}

    .complete-wrap input[b-fcl08ffwn8] {
        display: none;
    }

    .complete-wrap label[b-fcl08ffwn8] {
        width: 40%;
        min-width: 80px;
        padding: 5px 10px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
        -webkit-align-items: center;
        z-index: 1;
        font-weight: 600;
        letter-spacing: -1px;
        background-color: #FFF;
        color: #8E8E9D;
        padding: 10px 25px;
        border: 1px solid #D9D9D9;
        margin: 0px;
        /*border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;*/
    }

        .complete-wrap label span[b-fcl08ffwn8] {
            font-size: 15px;
            font-weight: 500;
        }

.selection[b-fcl08ffwn8] {
    display: none;
    position: absolute;
    height: 100%;
    width: calc(var(--container_width) / 2);
    z-index: 0;
    left: 0;
    top: 0;
    /*transition: .15s ease-in;*/
}

.complete-wrap label:has(input:checked)[b-fcl08ffwn8] {
    background-color: #F7FAFF;
    border: 1px solid #88A8FA;
    color: #4676F4;
}

    .complete-wrap label:has(input:checked) ~ .selection[b-fcl08ffwn8] {
        background-color: rgb(11 117 223);
        display: inline-block;
    }

    .complete-wrap label:has(input:checked) ~ .selection[b-fcl08ffwn8] {
        background-color: rgb(11 117 223);
        display: inline-block;
    }

.complete-wrap label:nth-child(1):has(input:checked) ~ .selection[b-fcl08ffwn8] {
    transform: translateX(calc(var(--container_width) * 0/2));
    -webkit-transform: translateX(calc(var(--container_width) * 0/2));
}

.complete-wrap label:nth-child(2):has(input:checked) ~ .selection[b-fcl08ffwn8] {
    transform: translateX(calc(var(--container_width) * 1/2));
    -webkit-transform: translateX(calc(var(--container_width) * 1/2));
}


.arrow-white[b-fcl08ffwn8] {
    width: 3.5px;
    height: 7px;
    flex-grow: 0;
    margin:0 0 0 0px;
}




.date-wrap[b-fcl08ffwn8] {
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    overflow-x: auto;
    width: 100%;
    padding: 10px;
}

.date-detail[b-fcl08ffwn8] {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    overflow-x: auto;
}

    .date-detail label[b-fcl08ffwn8] {
        display: flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        width: 50px;
        height: 100%;
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
        -webkit-align-items: center;
        border-radius: 10px;
    }

    .date-detail .day[b-fcl08ffwn8] {
        font-weight: 600;
        font-size: 20px;
    }

.day-of-the-week[b-fcl08ffwn8] {
    margin-bottom: 5px;
}

.point-dot[b-fcl08ffwn8] {
    width: 7px;
    height: 7px;
    background-color: #4676F4;
    border-radius: 10px;
    /*margin-top:10px;*/
    display: flex;
    align-content: center;
    justify-content: center;
    z-index: 2;
}


.input[type="checkbox"]:checked + .back-color[b-fcl08ffwn8]:after {
    display: none;
}

.date-wrap[b-fcl08ffwn8] {
    --container_width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    background-color: transparent;
    color: #000000;
    width: var(--container_width);
    overflow: hidden;
    margin: 0 auto;
}

    .date-wrap input[b-fcl08ffwn8] {
        display: none;
    }

    .date-wrap label[b-fcl08ffwn8] {
        width: 100%;
        padding: 10px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        font-weight: 600;
        letter-spacing: -1px;
        background-color: transparent;
        color: #696E74;
        padding: 10px 25px;
        font-size: 14px;
        font-weight: 600;
        border: 1px solid #FFF;
        margin: 0 5px;
        border-radius: 15px;
    }

.selection[b-fcl08ffwn8] {
    display: none;
    position: absolute;
    height: 100%;
    width: calc(var(--container_width) / 2);
    z-index: 0;
    left: 0;
    top: 0;
    /*transition: .15s ease-in;*/
}

.date-wrap label:has(input:checked)[b-fcl08ffwn8] {
    background-color: #E9F3FF;
    /*border: 1px solid #C6E0FF;*/
    color: #4676F4;
}

    .date-wrap label:has(input:checked) ~ .selection[b-fcl08ffwn8] {
        background-color: rgb(11 117 223);
        display: inline-block;
    }

    .date-wrap label:has(input:checked) ~ .selection[b-fcl08ffwn8] {
        background-color: rgb(11 117 223);
        display: inline-block;
    }

.date-wrap label:nth-child(1):has(input:checked) ~ .selection[b-fcl08ffwn8] {
    transform: translateX(calc(var(--container_width) * 0/2));
}

.date-wrap label:nth-child(2):has(input:checked) ~ .selection[b-fcl08ffwn8] {
    transform: translateX(calc(var(--container_width) * 1/2));
}
/* _content/Clevi.App.Components.Levi/Pages/SchoolIvy/LearningOutcomes.razor.rz.scp.css */


.top[b-cyrskhvelw] {
    margin-bottom: 20px;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
}

    .top img[b-cyrskhvelw] {
        width: 20px;
        height: auto;
    }

    .top h5[b-cyrskhvelw] {
        margin: 0;
    }


.my-study-outcomes-wrap[b-cyrskhvelw] {
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    padding: 10px;
}

    .my-study-outcomes-wrap .head[b-cyrskhvelw] {
        display: flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        justify-content: center;
        -webkit-justify-content: center;
        width: 100%;
    }

    .my-study-outcomes-wrap h5[b-cyrskhvelw] {
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        width: 100%;
    }


.check-wrap input[b-cyrskhvelw] {
    display: none;
}


.selection[b-cyrskhvelw] {
    display: none;
    position: absolute;
    height: 100%;
    width: calc(var(--container_width) / 2);
    z-index: 0;
    left: 0;
    top: 0;
    /*transition: .15s ease-in;*/
}


.body .wrap[b-cyrskhvelw] {
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin-bottom: 70px;
}

:focus[b-cyrskhvelw] {
    outline: 0;
    border-color: #2260ff;
    /*  box-shadow: 0 0 0 4px #b5c9fc;*/
}

.check-wrap label[b-cyrskhvelw] {
    width: 30%;
    min-width: 80px;
}

.check-wrap div[b-cyrskhvelw] {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.5rem;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
}

.check-wrap input[type="radio"][b-cyrskhvelw] {
    clip: rect(0 0 0 0);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

    .check-wrap input[type="radio"]:checked + span[b-cyrskhvelw] {
        border: solid 0.5px #88a8fa;
        background-color: #f7faff;
        color: #4676f4;
    }

.check-wrap label span[b-cyrskhvelw] {
    display: block;
    cursor: pointer;
    padding: 0.375em .75em;
    position: relative;
    /*margin-left: .0625em;*/
    /*box-shadow: 0 0 0 0.0625em #b5bfd9;*/
    letter-spacing: .05em;
    border: solid 0.5px #d9d9d9;
    background-color: #fff;
    color: #767676;
    text-align: center;
    transition: background-color .5s ease;
}

.check-wrap label:first-child span[b-cyrskhvelw] {
    border-radius: .375em 0 0 .375em;
    border-right: none;
}

.check-wrap label:last-child span[b-cyrskhvelw] {
    border-radius: 0 .375em .375em 0;
    border-left: none;
}
/* _content/Clevi.App.Components.Levi/Pages/SchoolIvy/MyStudyGraph.razor.rz.scp.css */


.my-study-graph-wrap[b-eanoxo4gr9] {
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    padding: 10px;
}

.my-study-graph-wrap .head[b-eanoxo4gr9]{
    display:flex;
    flex-direction:column;
    -webkit-flex-direction:column;
    justify-content:center;
    -webkit-justify-content:center;
    width:100%;
}

    .my-study-graph-wrap h5[b-eanoxo4gr9]{
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        width: 100%;
    }

/*.check-wrap {
    --container_width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    border-radius: 10px;
    background-color: #fff;
    color: #000000;
    width: var(--container_width);
    overflow: hidden;
    margin: 0 auto;
    padding: 10px 0;
    justify-content:center;
    -webkit-justify-content:center;
}
*/
    .check-wrap input[b-eanoxo4gr9] {
        display: none;
    }

/*    .check-wrap label {
        width: 30%;
        min-width: 80px;
        padding: 5px 10px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
        -webkit-align-items: center;
        z-index: 1;
        font-weight: 600;
        letter-spacing: -1px;
        border: solid 0.5px #d9d9d9;
        background-color: #fff;
        color: #767676;
        padding: 10px 25px;
        margin: 0px;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        border-bottom-left-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        -webkit-border-bottom-right-radius: 0px;
    }*/
/*
        .check-wrap label span {
            font-size: 15px;
            font-weight: 500;
        }*/

.selection[b-eanoxo4gr9] {
    display: none;
    position: absolute;
    height: 100%;
    width: calc(var(--container_width) / 2);
    z-index: 0;
    left: 0;
    top: 0;
    /*transition: .15s ease-in;*/
}
/*
.check-wrap label:has(input:checked) {
    border: solid 0.5px #88a8fa;
    background-color: #f7faff;
    color: #4676f4;
}

    .check-wrap label:has(input:checked) ~ .selection {
        background-color: rgb(11 117 223);
        display: inline-block;
    }

    .check-wrap label:has(input:checked) ~ .selection {
        background-color: rgb(11 117 223);
        display: inline-block;
    }

.check-wrap label:nth-child(1):has(input:checked) ~ .selection {
    transform: translateX(calc(var(--container_width) * 0/2));
    -webkit-transform: translateX(calc(var(--container_width) * 0/2));
}

.check-wrap label:nth-child(2):has(input:checked) ~ .selection {
    transform: translateX(calc(var(--container_width) * 1/2));
    -webkit-transform: translateX(calc(var(--container_width) * 1/2));
}*/

.body .wrap[b-eanoxo4gr9] {
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin-bottom: 70px;
}

/*value-1 {
    background-color: #E9F3FF;
    border: 1px solid #C6E0FF;
    color: #4676F4;
    padding: 10px 25px;
    margin: 0 5px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

value-2 {
    background-color: #F8F9FA;
    color: #696E74;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #E8EAEC;
}

value-3 {
    background-color: #E9F3FF;
    border: 1px solid #C6E0FF;
    color: #4676F4;
    padding: 10px 25px;
    margin: 0 5px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

value-4 {
    background-color: #F8F9FA;
    color: #696E74;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #E8EAEC;
}
*/
:focus[b-eanoxo4gr9] {
    outline: 0;
    border-color: #2260ff;
  /*  box-shadow: 0 0 0 4px #b5c9fc;*/
}

.check-wrap label[b-eanoxo4gr9] {
    width: 30%;
    min-width: 80px;
}

.check-wrap div[b-eanoxo4gr9] {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.5rem;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
}

.check-wrap input[type="radio"][b-eanoxo4gr9] {
    clip: rect(0 0 0 0);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

    .check-wrap input[type="radio"]:checked + span[b-eanoxo4gr9] {
        border: solid 0.5px #88a8fa;
        background-color: #f7faff;
        color: #4676f4;
    }

.check-wrap label span[b-eanoxo4gr9] {
    display: block;
    cursor: pointer;
    padding: 0.375em .75em;
    position: relative;
    /*margin-left: .0625em;*/
    /*box-shadow: 0 0 0 0.0625em #b5bfd9;*/
    letter-spacing: .05em;
    border: solid 0.5px #d9d9d9;
    background-color: #fff;
    color: #767676;
    text-align: center;
    transition: background-color .5s ease;
}

.check-wrap label:first-child span[b-eanoxo4gr9] {
    border-radius: .375em 0 0 .375em;
    border-right: none;
}

.check-wrap label:last-child span[b-eanoxo4gr9] {
    border-radius: 0 .375em .375em 0;
    border-left: none;
}
/* _content/Clevi.App.Components.Levi/Pages/SchoolIvy/SchoolDashboard.razor.rz.scp.css */

. /*input[type="checkbox"]:checked + .back-color:after {
    display: none;
}


.date-wrap {
    --container_width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    background-color: #fff;
    color: #000000;
    width: var(--container_width);
    overflow: hidden;
    margin: 0 auto;
}

    .date-wrap input {
        display: none;
    }

    .date-wrap label {
        width: 100%;
        padding: 10px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        font-weight: 600;
        letter-spacing: -1px;
        background-color: #F8F9FA;
        color: #696E74;
        padding: 10px 25px;
        font-size: 14px;
        font-weight: 600;
        border: 1px solid #E8EAEC;
        margin: 0 5px;
        border-radius: 15px;
    }

.selection {
    display: none;
    position: absolute;
    height: 100%;
    width: calc(var(--container_width) / 2);
    z-index: 0;
    left: 0;
    top: 0;*/
/*transition: .15s ease-in;*/
/*}

.date-wrap label:has(input:checked) {
    background-color: #E9F3FF;
    border: 1px solid #C6E0FF;
    color: #4676F4;
}

    .date-wrap label:has(input:checked) ~ .selection {
        background-color: rgb(11 117 223);
        display: inline-block;
    }

    .date-wrap label:has(input:checked) ~ .selection {
        background-color: rgb(11 117 223);
        display: inline-block;
    }

.date-wrap label:nth-child(1):has(input:checked) ~ .selection {
    transform: translateX(calc(var(--container_width) * 0/2));
}

.date-wrap label:nth-child(2):has(input:checked) ~ .selection {
    transform: translateX(calc(var(--container_width) * 1/2));
}

.body .wrap {
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin-bottom: 70px;
}

value-1 {
    background-color: #E9F3FF;
    border: 1px solid #C6E0FF;
    color: #4676F4;
    padding: 10px 25px;
    margin: 0 5px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

value-2 {
    background-color: transparent;
    color: #696E74;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #E8EAEC;
}*/
.school-dash-board-wrap[b-nh006u07fj] {
    background-color: #f8f9fa;
    height: 100vh;
}

.school-dash-board-wrap .head[b-nh006u07fj] {
    padding: 10px 10px;
}

.date-wrap[b-nh006u07fj] {
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    overflow-x: auto;
    width: 100%;
    padding: 10px;
}

.date-detail[b-nh006u07fj] {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    overflow-x: auto;
}

    .date-detail label[b-nh006u07fj] {
        display: flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        width: 50px;
        height: 100%;
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
        -webkit-align-items: center;
        border-radius: 10px;
    }

    .date-detail .day[b-nh006u07fj] {
        font-weight: 600;
        font-size: 20px;
    }

.day-of-the-week[b-nh006u07fj] {
    margin-bottom: 5px;
}

.point-dot[b-nh006u07fj] {
    width: 7px;
    height: 7px;
    background-color: #4676F4;
    border-radius: 10px;
    /*margin-top:10px;*/
    display: flex;
    align-content: center;
    justify-content: center;
    z-index: 2;
}


.input[type="checkbox"]:checked + .back-color[b-nh006u07fj]:after {
    display: none;
}

.date-wrap[b-nh006u07fj] {
    --container_width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    background-color: transparent;
    color: #000000;
    width: var(--container_width);
    overflow: hidden;
    margin: 0 auto;
}

    .date-wrap input[b-nh006u07fj] {
        display: none;
    }

    .date-wrap label[b-nh006u07fj] {
        width: 100%;
        padding: 10px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        font-weight: 600;
        letter-spacing: -1px;
        background-color: transparent;
        color: #696E74;
        padding: 10px 25px;
        font-size: 14px;
        font-weight: 600;
        border: 1px solid #FFF;
        margin: 0 5px;
        border-radius: 15px;
    }

.selection[b-nh006u07fj] {
    display: none;
    position: absolute;
    height: 100%;
    width: calc(var(--container_width) / 2);
    z-index: 0;
    left: 0;
    top: 0;
    /*transition: .15s ease-in;*/
}

.date-wrap label:has(input:checked)[b-nh006u07fj] {
    background-color: #E9F3FF;
    /*border: 1px solid #C6E0FF;*/
    color: #4676F4;
}

    .date-wrap label:has(input:checked) ~ .selection[b-nh006u07fj] {
        background-color: rgb(11 117 223);
        display: inline-block;
    }

    .date-wrap label:has(input:checked) ~ .selection[b-nh006u07fj] {
        background-color: rgb(11 117 223);
        display: inline-block;
    }

.date-wrap label:nth-child(1):has(input:checked) ~ .selection[b-nh006u07fj] {
    transform: translateX(calc(var(--container_width) * 0/2));
}

.date-wrap label:nth-child(2):has(input:checked) ~ .selection[b-nh006u07fj] {
    transform: translateX(calc(var(--container_width) * 1/2));
}


value-1[b-nh006u07fj] {
    background-color: #E9F3FF;
    border: 1px solid #C6E0FF;
    color: #4676F4;
    padding: 10px 25px;
    margin: 0 5px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

value-2[b-nh006u07fj] {
    background-color: #FFF;
    color: #696E74;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #E8EAEC;
}


.month-wrap[b-nh006u07fj] {
    display: flex;
    align-items: center;
}

    .month-wrap span[b-nh006u07fj] {
        font-size: 17px;
        color: #17171b;
    }

.arrow_button[b-nh006u07fj] {
    width: 3.5px;
    height: 7px;
}


.go-to-link[b-nh006u07fj] {
    height: 15px;
    width: 15px;
}

.subject-detail-wrap[b-nh006u07fj] {
    margin: 0 10px;
}

.complete-todo-wrap .list[b-nh006u07fj] {
    margin-top: 15px;
}

    .complete-todo-wrap .list .wrap[b-nh006u07fj] {
        padding: 12px 10px;
        font-size: 14px;
        width: 80%;
        margin: 0 auto;
        border: none;
        display: flex;
        justify-content: space-between;
        background: #F7FAFF;
        margin-bottom: 10px;
        border-radius: 5px;
    }

.school-chart[b-nh006u07fj] {
    width: 20px;
    height: 20px;
    margin-right: 7px;
}

.school-pencil[b-nh006u07fj] {
    width: 20px;
    height: 20px;
    margin-right: 7px;
}

.school-record[b-nh006u07fj] {
    width: 20px;
    height: 20px;
    margin-right: 7px;
}

.school-with-ivy[b-nh006u07fj] {
    width: 18px;
    height: 18px;
    margin-right: 9px;
}


.complete-wrap[b-nh006u07fj] {
    --container_width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    border-radius: 10px;
    background-color: transparent;
    color: #000000;
    width: var(--container_width);
    overflow: hidden;
    margin: 0 auto;
    padding: 10px 0;
}

    .complete-wrap input[b-nh006u07fj] {
        display: none;
    }

    .complete-wrap label[b-nh006u07fj] {
        width: 68px;
        height: 30px;
        min-width: 60px;
        padding: 5px 10px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
        -webkit-align-items: center;
        z-index: 1;
        font-weight: 600;
        letter-spacing: -1px;
        background-color: #FFF;
        color: #8E8E9D;
        padding: 10px 25px;
        border: 0.5px solid #D9D9D9;
        margin: 0px;
    }

        .complete-wrap label span[b-nh006u07fj] {
            font-size: 15px;
            font-weight: 500;
        }

.selection[b-nh006u07fj] {
    display: none;
    position: absolute;
    height: 100%;
    width: calc(var(--container_width) / 2);
    z-index: 0;
    left: 0;
    top: 0;
    /*transition: .15s ease-in;*/
}

.complete-wrap label:has(input:checked)[b-nh006u07fj] {
    background-color: #F7FAFF;
    border: 1px solid #88A8FA;
    color: #4676F4;
}

    .complete-wrap label:has(input:checked) ~ .selection[b-nh006u07fj] {
        background-color: rgb(11 117 223);
        display: inline-block;
    }

    .complete-wrap label:has(input:checked) ~ .selection[b-nh006u07fj] {
        background-color: rgb(11 117 223);
        display: inline-block;
    }

.complete-wrap label:nth-child(1):has(input:checked) ~ .selection[b-nh006u07fj] {
    transform: translateX(calc(var(--container_width) * 0/2));
    -webkit-transform: translateX(calc(var(--container_width) * 0/2));
}

.complete-wrap label:nth-child(2):has(input:checked) ~ .selection[b-nh006u07fj] {
    transform: translateX(calc(var(--container_width) * 1/2));
    -webkit-transform: translateX(calc(var(--container_width) * 1/2));
}

.head-wrap[b-nh006u07fj] {
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    width: 85%;
    margin: 0 auto;
}

.body .list[b-nh006u07fj] {
    padding: 20px 0;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    width: 80%;
    margin: 0 auto;
}

    .body .list .wrap[b-nh006u07fj] {
        width: 102px;
        height: 102px;
        flex-grow: 0;
        -webkit-flex-grow: 0;
        border-radius: 12px;
        -webkit-border-radius: 12px;
        background-color: #fff;
        display: flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;
    }
        .body .list .wrap .school-select[b-nh006u07fj] {
            display: flex;
            flex-direction: column;
        }
        .body .list .wrap .school-select img[b-nh006u07fj]{
            width: 44px;
            height: 44px;
            margin-right: 0 0 5px;
        }

.with-ivy-wrap[b-nh006u07fj] {
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    background-color: #fff;
    padding: 20px;
    width: 80%;
    margin: 0 auto;
    border-radius: 12px;
    -webkit-border-radius: 12px;
}
    .with-ivy-wrap div[b-nh006u07fj] {
        display: flex;
        flex-direction: column;
        -webkit-flex-direction: column;
    }

    .with-ivy-wrap span[b-nh006u07fj] {
        font-size: 15px;
        font-weight: 600;
    }



.arrow-white[b-nh006u07fj] {
    width: 3.5px;
    height: 7px;
    flex-grow: 0;
    margin: 0 0 0 0px;
}

.school-with-ivy[b-nh006u07fj] {
    width: 100px;
    height: 100px;
    margin-right: 9px;
}
/* _content/Clevi.App.Components.Levi/Pages/SchoolIvy/SelectStudy.razor.rz.scp.css */


.select-study-wrap[b-91hoz7oxci] {
    padding: 10px 15px;
    /*    width: %;
    margin: 0 auto;*/
}

    .select-study-wrap .select-wrap[b-91hoz7oxci] {
        display: flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        padding: 0 10px;
        overflow-x: auto;
    }


        .select-study-wrap .select-wrap div[b-91hoz7oxci] {
            display: flex;
            /* width:100%;*/
            width: 100%;
        }

            .select-study-wrap .select-wrap div .wrap[b-91hoz7oxci] {
                display: flex;
                flex-direction: column;
                -webkit-flex-direction: column;
                padding: 5px 0;
                width: 100%;
                overflow-x: auto;
                flex-wrap: nowrap;
            }

.select-wrap span[b-91hoz7oxci] {
    font-size: 14px;
}

.select-study-wrap .btn-wrap[b-91hoz7oxci] {
    display: flex;
    /* justify-content: end !important;
    -webkit-justify-content: end !important;*/
    width: 100%;
}

.select-study-wrap .body[b-91hoz7oxci] {
    margin-top: 10px;
}

    .select-study-wrap .body .titile[b-91hoz7oxci] {
        padding: 0px 0;
        border-bottom: 1px solid #DEDEDE;
    }


.content-wrap[b-91hoz7oxci] {
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #DEDEDE;
}

    .content-wrap div[b-91hoz7oxci] {
        display: flex;
        font-size: 13px;
    }

    .content-wrap .content-1[b-91hoz7oxci] {
        display: flex;
        flex-direction: column;
        -webkit-flex-direction: column;
    }

    .content-wrap .content-2[b-91hoz7oxci] {
        display: flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        margin-left: 15px;
    }


    .content-wrap .content-1 .wrap[b-91hoz7oxci] {
        display: flex;
    }

        .content-wrap .content-1 .wrap span[b-91hoz7oxci] {
            margin: 0 5px;
        }

    .content-wrap .content-2 .wrap span[b-91hoz7oxci] {
        margin: 0 5px;
    }

.subject-name[b-91hoz7oxci] {
    font-weight: 600;
    margin: 0 10px;
}

.select-wrap .wrap[b-91hoz7oxci] {
    display: flex;
    flex-direction: column;
}

.grade-btn[b-91hoz7oxci] {
    width: 55px !important;
    max-height: 28px !important;
    margin: 0 5px;
    color: #17171B !important;
    background-color: transparent !important;
    padding: 6px 0px;
    border-radius: 14px;
    border: solid 1px #ebedf1;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.subject-btn[b-91hoz7oxci] {
    width: 58px !important;
    max-height: 28px !important;
    margin: 0 5px;
    color: #17171B !important;
    background-color: transparent !important;
    padding: 6px 0px;
    border-radius: 14px;
    border: solid 1px #ebedf1;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.category-btn[b-91hoz7oxci] {
    width: 75px;
    max-height: 28px !important;
    margin: 0 5px;
    color: #17171B !important;
    background-color: transparent !important;
    padding: 6px 0px;
    border-radius: 14px;
    border: solid 1px #ebedf1;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}


.btn-wrap label:has(input:checked)[b-91hoz7oxci] {
    width: 55px;
    height: 28px;
    flex-grow: 0;
    /*margin: 15px 3px 25px 0;*/
    padding: 6px 0px;
    border-radius: 14px;
    background-color: #e5f0fe !important;
}

.subject-wrap[b-91hoz7oxci] {
    display: block;
}

.grade-btn:has(input:checked) ~ .subject-wrap[b-91hoz7oxci] {
    /*display: block !important;*/
    background-color: rebeccapurple;
}

label:nth-child(1)[b-91hoz7oxci] {
    margin-left: 0;
}

/*.btn-wrap label:checked {
    width: 55px;
    height: 28px;
    flex-grow: 0;
    margin: 15px 3px 25px 0;
    padding: 6px 0px;
    border-radius: 14px;
    background-color: #e5f0fe;
}*/
input[b-91hoz7oxci] {
    display: none;
}


.btn-wrap[b-91hoz7oxci] {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: 7px 0;
}
/*
.value-1 {
    display: none;
}*/

.select-btn-wrap[b-91hoz7oxci]{
    margin:25px 0 20px 0;
}
.select-category-btn[b-91hoz7oxci] {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 6px 11px 6px 11px;
    height: 27px;
    border-radius: 13.5px;
    background-color: #e8ecf0;
    font-size: 13px;
    margin-right: 12px;
}


    .select-category-btn span[b-91hoz7oxci] {
        font-size: 13px;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
    }

.category-select-delete-img[b-91hoz7oxci] {
    width: 7px;
    height: 7px;
    margin-left: 6px;
}

.start-btn-wrap[b-91hoz7oxci]{
    margin-bottom:25px;
    display:flex;
    justify-content:end;
}
/* _content/Clevi.App.Components.Levi/Pages/Shopping.razor.rz.scp.css */
.body-curation[b-lx7rk2q3px]{
}

.card_list_wrap[b-lx7rk2q3px] {
    position: relative;
    overflow: visible;
    max-width: 90vw;
    overflow-x: auto;
    overflow-y: hidden;
    margin: auto;
}

.card_list[b-lx7rk2q3px] {
    margin-top: 0px;
    overflow: visible;
    height: 300px;
    width: 600px;
    top: 60px;
    left: calc(50% - 300px);
    display: flex;
    font-family: 'IBM Plex Sans KR', sans-serif;
    font-weight:300;
}

.card[b-lx7rk2q3px] {
    display: flex;
    height: 280px;
    min-width: 200px;
    background-color: #f5f5f5;
    border-radius: 10px;
    overflow: hidden;
    /*-webkit-box-shadow: 0px 0px 44px -21px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 44px -21px rgba(0,0,0,0.75);*/
    box-shadow: -10px -10px 15px rgba(255, 255, 255, 0.8), 5px 5px 10px rgba(70, 70, 70, 0.3);
    -moz-box-shadow: -10px -10px 15px rgba(255, 255, 255, 0.8), 5px 5px 10px rgba(70, 70, 70, 0.3);
    -webkit-box-shadow: -10px -10px 15px rgba(255, 255, 255, 0.8), 5px 5px 10px rgba(70, 70, 70, 0.3);
    /*   margin-left: -50px; */
    transition: 0.4s ease-out;
    position: relative;
    left: 0px;
}

    .card:not(:first-child)[b-lx7rk2q3px] {
        margin-left: 10px;
    }

    .card:hover[b-lx7rk2q3px] {
        transform: translateY(-20px);
        transition: 0.4s ease-out;
        -webkit-transform: translateY(-20px);
        -webkit-transition: 0.4s ease-out;
    }

        .card:hover ~ .card[b-lx7rk2q3px] {
            position: relative;
            left: 30px;
            /*box-shadow: 0 0 0;*/
            transition: 0.4s ease-out;
            -webkit-transition: 0.4s ease-out;
        }


    .card img[b-lx7rk2q3px] {
        height: 100%;
        width: 100%;
    }

    .card .content[b-lx7rk2q3px] {
        box-sizing: border-box;
        width: 100%;
        position: absolute;
        padding: 20px 20px 20px 20px;
        height: 20%;
        top: 0;
        background: linear-gradient(rgba(0, 0, 0, 0.6), transparent);
        transition: all 300ms;
        -webkit-transition: all 300ms;
    }

.title[b-lx7rk2q3px] {
    color: #e5e5e5;
    position: absolute;
    left: 20px;
    top: 15px;
    font-weight:bold;
    font-size:10px;

}




/* _content/Clevi.App.Components.Levi/Pages/Test.razor.rz.scp.css */
.header[b-852jwwar4c] {
    display: flex;
    justify-content: space-around;
    font-size: 20px;
    margin-bottom: 20px;
}

.tab[b-852jwwar4c] {
    cursor: pointer;
}

.carousel[b-852jwwar4c] {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: auto;
    overflow: hidden;
    border: 1px solid #ccc;
}

.carousel-inner[b-852jwwar4c] {
    display: flex;
    transition: transform 0.5s ease;
}

.carousel-item[b-852jwwar4c] {
    min-width: 100%;
    box-sizing: border-box;
    padding: 20px;
    background-color: #f8f8f8;
    text-align: center;
    border: 1px solid #ddd;
}
/* _content/Clevi.App.Components.Levi/Pages/WeatherDetail.razor.rz.scp.css */
@media screen and (max-width: 768px) {
    .today[b-iz8bcb2loy]::-webkit-scrollbar {
        height: 1px !important;
    }
}

h5[b-iz8bcb2loy], h6[b-iz8bcb2loy], p[b-iz8bcb2loy], span[b-iz8bcb2loy], i[b-iz8bcb2loy] {
    color: #17171B;
}

.cl_ivy-weader-detail[b-iz8bcb2loy] {
    width: 100%;
    height: 100vh;
    padding:10px 20px;
}

.box[b-iz8bcb2loy] {
    margin-top: 20px;
    padding: 0px 0px;
    width: 100%;
    max-width: 768px;
    display: flex;
    flex-flow: column;
    -webkit-flex-flow: column;
    height: 100%;
    overflow-y: auto;
}
/*
.top {
    width: 100%;
    margin-bottom: 20px;
}*/

.cl_ivy-weader-detail .top[b-iz8bcb2loy] {
    padding: 10px 10px;
    position: sticky;
    top: 0;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    background:#fff;
    align-items:center;
    -webkit-align-items:center;
}



    .cl_ivy-weader-detail .top .title[b-iz8bcb2loy] {
        font-size: 17px;
        font-weight: 600;
        margin-right:10px;
    }

    .cl_ivy-weader-detail .top .space-empty[b-iz8bcb2loy] {
        width: 50px;
        height: 20px;
    }

.cl_ivy-weader-detail .back_img[b-iz8bcb2loy] {
    width: 24px;
    height: 24px;
    margin-right: 0px;
}



    .top .wrap[b-iz8bcb2loy] {
        display: flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        align-items: center;
        -webkit-align-items: center;
        margin-bottom: 10px;
    }

        .top .wrap .left[b-iz8bcb2loy] {
        }

            .top .wrap .left h5[b-iz8bcb2loy] {
                font-size: 30px;
                margin: 0 0 0px;
            }

            .top .wrap .left p[b-iz8bcb2loy] {
                font-size: 13px;
                margin: 0;
            }

        .top .wrap .right[b-iz8bcb2loy] {
        }

            .top .wrap .right img[b-iz8bcb2loy] {
                width: 40px;
            }

    .top .info[b-iz8bcb2loy] {
        display: flex;
    }

        .top .info p[b-iz8bcb2loy] {
            margin-right: 20px;
        }

        .top .info p[b-iz8bcb2loy] {
            font-size: 11px;
            margin-right: 10px;
        }

            .top .info p span[b-iz8bcb2loy] {
                font-weight: 500;
            }

.body[b-iz8bcb2loy] {
    display: flex;
    flex-flow: column;
    -webkit-flex-flow: column;
}

.today[b-iz8bcb2loy] {
    display: flex;
    padding: 0px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    margin: 10px 0 10px -10px;
    overflow-x: auto;
}

.today-wrap .name-title[b-iz8bcb2loy]{
    font-size:15px;
}

.today .wrap[b-iz8bcb2loy] {
    min-width:62px;
    display: flex;
    flex-flow: column;
    -webkit-flex-flow: column;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    text-align:center;
}

.today .time[b-iz8bcb2loy] {
    color: #767676;
    font-size: 12px;
}

.text-color[b-iz8bcb2loy] {
    color: #767676;
    font-size: 16px;
    font-weight: 600;
}

.now-weather[b-iz8bcb2loy] {
    display: flex;
    padding: 10px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    margin: 10px 0;
    overflow-x: auto;
    padding: 30px 20px;
    border-radius: 12px;

    color: #fff;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-align-items:center;
}

.day-morning[b-iz8bcb2loy] {
    background-image: linear-gradient(to top, #edeacd 100%, #60b4ff 0%);
}

.day-afternoon[b-iz8bcb2loy]{
    background-image: linear-gradient(to bottom, #a6dfff, #58afff);
}

.day-evening[b-iz8bcb2loy] {
    background-image: linear-gradient(to top, #e7d4ed, #58afff);
}

.day-night[b-iz8bcb2loy] {
    background-image: linear-gradient(to bottom, #0d5190, #253544);
}

.now-weather .second .now-temperature[b-iz8bcb2loy] {
    font-size: 40px;
}
    
.now-weather span[b-iz8bcb2loy] {
    color: #fff;
}

.now-weather-icon[b-iz8bcb2loy] {
    width: 29px;
    height: 29px;
}


.now-weather .left img[b-iz8bcb2loy] {
    width: 18px;
    height: 18px;
}

.first .location[b-iz8bcb2loy] {
    font-size: 13px;
    font-weight: 300;
}

.second .state[b-iz8bcb2loy] {
    font-size: 15px;
    font-weight: 300;
    margin-left: 4px;
}

.third[b-iz8bcb2loy] {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.third[b-iz8bcb2loy] {
    display: flex;
    align-items: center;
}

.wind-wrap[b-iz8bcb2loy] {
    display:flex;
    align-items:center;
}

.wind-wrap span[b-iz8bcb2loy] {
    font-size: 13px;
    font-weight:400;
}

.rainfall-wrap[b-iz8bcb2loy] {
    display: flex;
    align-items: center;
}


.rainfall-text span[b-iz8bcb2loy]{
    font-size:13px;
}

.third img[b-iz8bcb2loy] {
    margin-right: 4px;
}
.now-weather .right img[b-iz8bcb2loy] {
    width: 96px;
    height: 96px;
}

    .now-weather .right img[b-iz8bcb2loy] {
        display:flex;
        justify-content:end;
    }

.now-weather .wind-wrap[b-iz8bcb2loy] {
    display:flex;
}

.rainfall-wrap[b-iz8bcb2loy] {
    display: flex;
    margin-left:12px;
}
.fine-dust-wrap[b-iz8bcb2loy] {
    display: flex;
    margin-top: 10px;
}

.fine-dust-wrap .wrap[b-iz8bcb2loy]{
    display:flex;
    width:100%;
    justify-content:space-between;
}

.dust-first-wrap[b-iz8bcb2loy] {
    width: 50%;
    margin: 0 10px 0 0;
    padding: 20px 20px 20px 20px;
    border-radius: 8px;
    border: solid 1px #f2f4f6;
}

.dust-wrap[b-iz8bcb2loy] {
    width:50%;
    padding: 20px 20px 20px 20px;
    border-radius: 8px;
    border: solid 1px #f2f4f6;
}

..state-good .content span[b-iz8bcb2loy] {
    color: #71bbff;
}


.state-nomal .content span[b-iz8bcb2loy]{
    color: #4ece39;
}

.state-bad .content span[b-iz8bcb2loy] {
    color: #ffc33e;
}

.state-very-bad .content span[b-iz8bcb2loy] {
    color: #f83e3e;
}


.dust-wrap .content[b-iz8bcb2loy] {
    display: flex;
    margin-top: 15px;
    align-items: end;
    height:28px;
}

.dust-first-wrap .content[b-iz8bcb2loy] {
    display: flex;
    margin-top: 15px;
    align-items: end;
    height:28px;
}
.dust-wrap .title[b-iz8bcb2loy] {
    font-size: 15px;
    font-weight: 500;
}

.dust-first-wrap .title[b-iz8bcb2loy] {
    font-size: 15px;
    font-weight: 500;
}

.dust-wrap .content .measure[b-iz8bcb2loy] {
    font-size: 13px;
    margin-left:2px;
}

    .dust-wrap .content .num[b-iz8bcb2loy] {
        font-size: 14px;
    }

    .dust-wrap .content .text[b-iz8bcb2loy] {
        display: flex;
        align-items: center;
        margin:0 8px 0 8px;
        font-size: 20px;
    }

.dust-first-wrap .content .measure[b-iz8bcb2loy] {
    font-size: 13px;
    margin-left: 2px;
}

.dust-first-wrap .content .num[b-iz8bcb2loy] {
    font-size: 14px;
}

.dust-first-wrap .content .text[b-iz8bcb2loy] {
    display: flex;
    align-items: center;
    margin: 0 8px 0 8px;
    font-size: 20px;
}

.dust-wrap .content .detail[b-iz8bcb2loy] {
    display: flex;
    align-items: center;
    margin-bottom:2px;
}

.dust-first-wrap .content .detail[b-iz8bcb2loy] {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
}


.dust-state-img[b-iz8bcb2loy] {
    width: 28px;
    height: 28px;
}

/*.today .wrap span {
    font-size: 10px;
}*/

        .today .wrap img[b-iz8bcb2loy] {
            width: 35px;
            height: 35px;
            margin: 10px 0;
        }

      /*  .today .wrap p {
            font-size: 12px;
        }
*/
.weekly-wrap[b-iz8bcb2loy] {
    margin-top:10px;
}

.weekly-wrap .name-title[b-iz8bcb2loy] {
    font-weight: 400;
    color: #000;
    font-size: 14px;

}
.weekly[b-iz8bcb2loy] {
    display: flex;
    margin: 0 0 10px;
    overflow-x: auto;
    padding: 20px 20px 20px 20px;
    border-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border: solid 1px #f2f4f6;
    flex-direction:column;
    -webkit-flex-direction:column;
}

    .weekly .wrap[b-iz8bcb2loy] {
        display: flex;
        flex-flow: column;
        -webkit-flex-flow: column;
        width: 100%;
    }

        .weekly .wrap h6[b-iz8bcb2loy] {
            font-size: 10px;
        }

        .weekly .wrap .thumb[b-iz8bcb2loy] {
            padding: 10px 0;
            width: 100%;
            display: flex;
            align-items: center;
            -webkit-align-items: center;
            justify-content: space-between;
            -webkit-justify-content: space-between;
            border-top: 1px solid rgba(255,255,255,0.3);
        }

            .weekly .wrap .thumb p[b-iz8bcb2loy] {
                font-weight: 500;
                color: #000;
                font-size: 14px;
                min-width: 30px;
                text-align: start;
            }



.weekly .wrap .thumb .temperature[b-iz8bcb2loy] {
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

                .weekly .wrap .thumb .temperature span[b-iz8bcb2loy] {
                    font-size: 15px;
                    margin-right: 3px;
                }

                    .weekly .wrap .thumb .temperature span:last-child[b-iz8bcb2loy] {
                        margin-right: 0;
                    }

            .weekly .wrap .thumb .img-wrap img[b-iz8bcb2loy] {
                width: 30px;
                height: 30px;
                margin-right: 10px;
            }

.bottom .wrap[b-iz8bcb2loy] {
    display: flex;
    flex-flow: row;
    -webkit-flex-flow: row;
}

    .bottom .wrap .thumb[b-iz8bcb2loy] {
        display: flex;
        flex-flow: column;
        -webkit-flex-flow: column;
        padding: 10px;
        background: rgba(217,226,237,0.3);
        border-radius: 15px;
        margin-right: 10px;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        overflow-x: auto;
        border: 1px solid rgba(255,255,255,0.3)
    }

        .bottom .wrap .thumb:last-child[b-iz8bcb2loy] {
            margin-right: 0;
        }

        .bottom .wrap .thumb span[b-iz8bcb2loy] {
            font-size: 10px;
        }

        .bottom .wrap .thumb h6[b-iz8bcb2loy] {
            margin: 10px 0;
        }


.temperature[b-iz8bcb2loy]{
    display:flex;
    align-items:center;
}
.temperature .morning[b-iz8bcb2loy] {
    font-size: 15px;
    color: #767676;
}

.temperature .slash[b-iz8bcb2loy] {
    font-size: 15px;
    color: #767676;
}


    .temperature .afternoon[b-iz8bcb2loy] {
        font-size: 15px;
        color: #000;
        font-weight:500;
    }

