@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap');

:root {
    --bs-body-font-family: "Noto Sans KR", "Helvetica Neue", Helvetica, Arial, sans-serif;
    --theme-primary: #222;
}

body {
    letter-spacing: -.2px;
    line-height: inherit;
}

.form-control,
.btn {
    border-radius: 0;

}

.form-control:focus {
    border-color: #999 !important;
    position: relative;
    box-shadow: none;
}

.form-check-input:focus {
    box-shadow: none;
}

.form-check-input:checked {
    background-color: #6950F5;
    border-color: #6950F5;
}


.form-block .form-check-input:checked~.form-check-label {
    border-color: #5c19dd;
}

.form-block .form-check-label::before {
    background-color: #5c19dd;
}

.form-block .form-check-input:focus~.form-check-label {
    box-shadow: none;
}


#appbar {
    position: sticky;
    z-index: 1024;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 1rem;
    background: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}

#appbar .start {
    position: absolute;
    left: 1rem;
}

#appbar .end {
    position: absolute;
    right: 1rem;
}

#navbar {
    position: sticky;
    z-index: 1024;
    bottom: 0;
    display: flex;
    align-items: center;
    height: 60px;
    background: #fff;
    box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.12);
    justify-content: space-around;
}

#navbar>div {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}


#navbar .navbar-item {
    position: relative;
    text-align: center;
    color: #444;
}

#navbar .navbar-item.active {
    color: #5c19dd;
    font-weight: 600;
}

#navbar .navbar-item .dot {
    width: 8px;
    height: 8px;
    background-color: #5c19dd;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50rem;
}




.nav-tabs-order .nav-link {
    background: #fff;
    color: #222;
    font-size: .875rem;
    border-radius: 5px;
    padding: 4px 8px;
    font-weight: normal;
}

.nav-tabs-order .nav-link.active {
    background: #5c19dd;
    color: #fff;
}

.nav-tabs-event {
    border-bottom: 1px solid rgb(34, 34, 34);
    justify-content: space-around;
}

.nav-tabs-event .nav-item {
    flex: 0 0 auto;
    width: 40%;
}

.nav-tabs-event .nav-link {
    width: 100%;
    border: solid 1px #ddd;
    border-radius: 50px;
    color: #444;
    font-size: .875rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
}

.nav-tabs-event .nav-link.active {
    background: #5c19dd;
    color: #fff;
    border: solid 1px #5c19dd;
}

.nav-tabs-day {
    justify-content: space-around;
}

.nav-tabs-day .nav-link.active {
    box-shadow: inset 0 -2px #5c19dd;
}

.nav-tabs-day .nav-link:hover {
    color: #5c19dd;
    box-shadow: inset 0 -2px #5c19dd;
}

.tab-boards.active {
    border-color: #5c19dd !important;
    color: #5c19dd !important;
}




.event-status {
    display: inline-block;
    padding: .25rem 1rem;
    border-radius: 20px;
    font-size: .875rem;
}

.progress-bar {
    background: #5c19dd;
}

.text-purple {
    color: #5c19dd;
}


.bg-purple {
    background: #5c19dd;
}


#chat-box {
    padding: 1.25rem .5rem;
}

#chat-box>*+* {
    margin-top: 1.25rem;
}

#chat-box .chat-row {
    display: flex;
}

#chat-box .chat-text {
    background: #f6f7f9;
    direction: ltr;
    margin: 0 .5rem;
    padding: .5rem;
    border-radius: .5rem;
    font-size: .875rem;
    max-width: 60vw;
    word-break: break-all;
}

#chat-box .chat-row[dir="rtl"] .chat-text {
    background: #5c19dd;
    color: #eee;
}

#chat-box .chat-image {
    direction: ltr;
    border-radius: .5rem;
    overflow: hidden;
    margin: 0 .5rem;
    max-width: 60vw;
}












.bg-theme-primary {
    background: var(--theme-primary);
    color: #fff;
}

.btn.btn-theme-primary {
    background: var(--theme-primary);
    color: #fff;
    border: none;
}


.btn.btn-theme-primary:active {
    background: var(--theme-primary);
    color: #fff;
}



.btn.btn-theme-purple {
    background: #5c19dd;
    color: #fff;
    border: none;
}

.btn.btn-theme-purple:active {
    background: #5c19dd;
    color: #fff;
}




.btn.btn-outline-dark:hover,
.btn.btn-outline-dark:active {
    color: unset;
    background-color: unset;
    border-color: unset;
}


.fs-11px {
    font-size: 11px;
}

.border-ddd {
    border: 1px solid #ddd;
}

label {
    user-select: none;
}

.wh-90px {
    width: 90px;
    height: 90px;
}

.wh-80px {
    width: 80px;
    height: 80px;
}

.wh-42px {
    width: 42px;
    height: 42px;
}



.wh-35px {
    width: 35px;
    height: 35px;
}

.wh-26px {
    width: 26px;
    height: 26px;
}



.wh-22px {
    width: 22px;
    height: 22px;
}


.wh-20px {
    width: 20px;
    height: 20px;
}

.wh-18px {
    width: 18px;
    height: 18px;
}


.wh-8px {
    width: 8px;
    height: 8px;
}








.slick-product .slick-dots {
    list-style: none;
    padding: 0;
    width: 100%;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scrollbar-width: none;
    position: absolute;
    top: -90px;
    bottom: unset !important;
}

.slick-product .slick-dots .slick-dot-custom {
    min-width: 120px;
    height: 42px;
    border-radius: 10px;
    font-size: 14px;
    background: #EDEEF3;
    border: none;
    color: #2B2B2B;
    white-space: nowrap
}

.slick-product .slick-dots .slick-active .slick-dot-custom {
    background: #2B2B2B;
    font-weight: 700;
    color: #FFFFFF;
}



.order-cards .card[data-state="2"]::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
}





.text-truncate-4 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    word-break: break-all;
    -webkit-line-clamp: 4 !important;
}



.text-truncate-2 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    word-break: break-all;
    -webkit-line-clamp: 2 !important;
}


.pagination a {
    font-weight: normal;
}

.pagination .page-item.active .page-link {
    background: none;
    border-color: #5c19dd;
    color: #5c19dd;
    font-weight: bold;
}

.pagination .page-link:focus,
.pagination .page-link:hover {
    background: none;
    border-color: #5c19dd;
}