@import url(https://fonts.googleapis.com/css?family=Nunito);
@charset "UTF-8";

body {
    margin: 0;
    font-family: "Roboto", "Noto Sans KR";
    color: #333333;
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
}

a,
a:hover {
    color: #333333;
    text-decoration: none;
}

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

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div#fixed-top {
    position: fixed;
    max-width: 480px;
    width: 100%;
    background: #ffffff;
    z-index: 4;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

ul#top-btns li {
    width: 50%;
    float: left;
    text-align: right;
    font-size: 14px;
}

ul#top-btns::after {
    content: "";
    display: block;
    clear: both;
}

div#top-menu {
    max-width: 480px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 14px;
    padding-right: 14px;
    border-bottom: 1px solid #e8e8e8;
}

div#top-menu > div:first-child {
    float: left;
    width: 53%;
}

div#top-menu > div:nth-child(2) {
    text-align: right;
    float: left;
    width: 47%;
}

div#top-menu::after {
    content: "";
    display: block;
    clear: both;
}

div#navi {
    max-width: 480px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    background: #f3f3f3;
    height: 40px;
    position: fixed;
    z-index: 9;
    display: flex;
}

div#navi > div:first-child {
    width: 15%;
    padding-left: 10px;
    float: left;
    box-sizing: border-box;
    padding-top: 6px;
}

div#navi > div:nth-child(2) {
    width: 85%;
    box-sizing: border-box;
    padding-right: 10px;
}

div#navi > div:nth-child(3) {
    width: 15%;
    float: left;
    box-sizing: border-box;
}

div#navi > div:nth-child(3)::after {
    content: "";
    display: block;
    clear: both;
}

div#navi > div:nth-child(2) > select {
    width: 100%;
    border: none;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-bottom: 0;
    font-weight: 700;
    padding-left: 0;
}
div#navi > div:nth-child(2) > select::-ms-expand {
    display: none;
}

div#navi ul {
    width: 100%;
}

div#navi ul li {
    width: 33.3%;
    float: left;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: #ffffff;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    box-sizing: border-box;
}

div#navi ul li.bg-red {
    color: #ffffff;
}

div#navi ul li:nth-child(3n) {
    border-right: none;
}

div#navi ul::after {
    display: block;
    content: "";
    clear: both;
}

#order_list {
    max-width: 800px; /* 원하는 너비를 설정 */
    margin: 0 auto; /* 가운데 정렬 */
}

div#chat_list {
    max-height: {
         {
            $item['status']!='completed'?'100%': "71%";
        }
    }
    overflow-y: auto;
    width: 100%; /* 부모 요소의 너비를 기준으로 설정 */
}

.response-item {
    padding: 5px 15px;
    margin: 10px 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    position: relative;
    max-width: 100%;
    word-wrap: break-word;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.response-item.bot {
    background-color: #f0f0f0;
}

.response-item.admin {
    background-color: #ffc0cb;
    align-self: flex-end;
    border-radius: 15px 15px 15px 0;
    position: relative;
}

/* .response-item.admin::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 20px;
    border-width: 10px;
    border-style: solid;
    border-color: #ffc0cb transparent transparent transparent;
} */

.response-item.customer {
    background-color: #add8e6;
    align-self: flex-start;
    border-radius: 15px 0 15px 15px;
    position: relative;
}

/* .response-item.customer::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 20px;
    border-width: 10px;
    border-style: solid;
    border-color: #add8e6 transparent transparent transparent;
} */

.response-item .icon-container {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #f0f0f0;
    border-radius: 50%;
}

.response-item .icon-container i {
    font-size: 32px;
}

#footer-navi {
    padding: 10px;
    background-color: #f8f9fa;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
    width: 100%; /* 부모 요소의 너비를 기준으로 설정 */
    max-width: 480px; /* 원하는 너비를 설정 */
    margin: 0 auto; /* 가운데 정렬 */
    box-sizing: border-box;
}

#footer-navi .top-buttons {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;
}

#footer-navi .btn {
    flex: 1;
    /* margin: 0 10px 0 10px ; */
    padding: 0 1px; /* 내부 패딩 조정 */
    background-color: #ff4a52;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    height: 40px; /* 높이 설정 */
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer-navi .btnnot {
    flex: 1;
    padding: 0 1px; /* 내부 패딩 조정 */
    background-color: #bebcbc;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    height: 40px; /* 높이 설정 */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; /* X 표시 위치를 위한 상대 위치 설정 */
}

#footer-navi .btnnot:disabled {
    background-color: #cecece; /* 비활성화 상태에서 배경 색상 변경 */
    cursor: not-allowed; /* 비활성화 상태에서 커서 변경 */
}

/* #footer-navi .btnnot:disabled:hover::before {
    content: '✖'; 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5em;
    color: black; 
    z-index: 1; 
} */

#footer-navi .btn:hover {
    background-color: #ff4a52;
}

#footer-navi .upload-container {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

#footer-navi .upload-button {
    padding: 0 20px; /* 내부 패딩 조정 */
    background-color: #ff4a52;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-right: 10px;
    margin-left: 10px;
    height: 40px; /* 높이 설정 */
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer-navi .upload-button:hover {
    background-color: #ff4a52;
}

#footer-navi .upload-input {
    flex: 1;
    /* padding: 0 10px; 내부 패딩 조정 */
    border: 1px solid #ced4da;
    border-radius: 5px;
    /* margin-right: 10px; */
    height: 40px; /* 높이 설정 */
    box-sizing: border-box; /* 패딩과 테두리를 포함한 높이 설정 */
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

div.sub-content-box {
    padding-left: 14px;
    padding-right: 14px;
}

div#order_tab_wrapper {
    position: fixed;
    width: 100%;
    z-index: 9999;
    background: #ffffff;
    top: 97px;
}

ul#order_tab {
    width: calc(100% - 25px);
    max-width: 455px;
    margin-top: 10px;
}

ul#order_tab li {
    float: left;
    width: 33.3%;
    text-align: center;
    border: 1px solid #dddddd;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #f5f5f5;
}

ul#order_tab li.active {
    border-bottom: none;
    background: #ffffff;
}

ul#order_tab li:not(first-of-type) {
    margin-left: -1px;
}

ul#order_tab::after {
    content: "";
    display: block;
    clear: both;
}

div#order_list {
    padding-top: 95px;
}

div#settle_list {
    padding-top: 35px;
}

div#main_content {
    position: relative;
    max-width: 480px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding-top: 57px;
}

div#srch-filter-bg {
    position: fixed;
    width: 100%;
    max-width: 480px;
    margin-left: -14px;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 99998;
}

div#side_menubar_bg {
    position: fixed;
    width: 100%;
    max-width: 480px;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 99998;
}

div#left_menu_sidebar {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 300px;
    background: #f8f8f8;
    height: 100%;
    z-index: 99999;
}

div#left_menu_sidebar h4 {
    padding-left: 20px;
}

div#left_menu_sidebar h4 > div {
    float: right;
    padding-right: 20px;
}

div#left_menu_sidebar ul {
    margin-top: 50px;
}
div#left_menu_sidebar li:first-child {
    border-top: 1px solid #e8e8e8;
}

div#left_menu_sidebar li {
    border-bottom: 1px solid #e8e8e8;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    box-sizing: border-box;
}

div.srch-filter-sidebar {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    width: 100%;
    max-width: 300px;
    height: 100%;
    background: #ffffff;
    margin-left: -14px;
    box-sizing: border-box;
    padding-top: 30px;
    padding-left: 14px;
    padding-right: 14px;
    overflow: hidden;
    min-height: 1000px;
}

div.srch-filter-sidebar h4 {
    margin-bottom: 5px;
}
div#settle_list input[type="date"],
div.srch-filter-sidebar input[type="date"] {
    width: calc(50% - 10px);
    padding-right: 5px !important;
    font-size: 14px;
    height: 2.375rem;
    min-height: 2.375rem;
}

div.srch-filter-sidebar input[type="text"] {
    width: 100%;
    margin-top: 20px;
}

div#footer,
div#footer_sub {
    max-width: 480px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 50px;
    padding-top: 20px;
    margin-top: 30px;
}

div#footer {
    bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    font-weight: 300;
    background: #f1f1f1;
    margin-top: 50px;
}

div#footer p {
    line-height: 1.5;
}

div#footer_sub {
    background: #ffffff;
}

div#left_menu_foot p {
    font-size: 13px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
    line-height: 1.5;
    color: #888888;
    font-weight: 400;
}

div#left_menu_foot p > span {
    line-height: 3;
    font-weight: 700;
}

div.left-kakao-btn {
    background: #ffea26;
    width: 265px;
    border-radius: 5px;
    margin-left: 16px;
    box-sizing: border-box;
    padding-left: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: top;
    line-height: 42px;
}

div.left-kakao-btn > img {
    max-height: 42px;
    margin-right: 5px;
}

ul.ul-list li {
    position: relative;
    border: 1px solid #dddddd;
    margin-bottom: 10px;
    padding: 15px 15px 15px 15px;
    border-radius: 6px;
}

ul.ul-list li h3 {
    font-size: 18px;
    margin: 0;
    line-height: 1.5;
}

span.currency {
    font-size: 14px;
    font-weight: 300;
    color: #888888;
}

div.order-status {
    position: absolute;
    right: 15px;
    display: inline-block;
    background: rgba(5, 150, 105, 1);
    font-weight: 300;
    color: #ffffff;
    border-radius: 10px;
    min-width: 70px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 13px;
}

p.user-info {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 2;
}

p.user-info > span {
    vertical-align: middle;
    font-size: 20px;
    color: #999999;
}

span.order-more {
    float: right;
    border-radius: 10px;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    min-width: 70px;
    text-align: right;
    text-decoration: underline;
    text-underline-position: under;
    margin-right: 5px;
}

div.confirm-btns {
    width: 100%;
    margin-top: 20px;
}

div.confirm-btns form {
    width: 49%;
    display: inline-block;
    margin: 0 !important;
    padding: 0;
    box-sizing: border-box;
}

div.confirm-btns button {
    width: 100%;
    height: 36px;
    background: #999999;
    border: none;
    border-radius: 3px;
    color: #ffffff;
    font-weight: 700;
}

.bg-gray {
    background: #999999 !important;
}

.bg-green {
    background: rgba(5, 150, 105, 1) !important;
}

.txt-red {
    color: #ff4a52;
}

.txt-gray {
    color: #999999;
}

.txt-lh-150 {
    line-height: 1.5;
}

.txt-lh-200 {
    line-height: 2;
}

.bg-red {
    background: #ff4a52 !important;
    color: #ffffff !important;
}

.bg-yellow {
    background: #ebaa1d !important;
    color: #ffffff !important;
}

.bg-white {
    background: #ffffff !important;
}

div#top-menu img {
    height: 22px;
}

select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

input {
    border: 1px solid;
}

[type="text"],
[type="email"],
[type="url"],
[type="password"],
[type="number"],
[type="date"],
[type="datetime-local"],
[type="month"],
[type="search"],
[type="tel"],
[type="time"],
[type="week"],
[multiple],
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem !important;
    background-color: #f3f3f3;
    border-color: #dddddd;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.3rem;
    padding-right: 2rem;
    padding-bottom: 0.3rem;
    padding-left: 0.75rem;
    font-size: 14px;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
    box-sizing: border-box;
}

input::placeholder {
    font-weight: 300;
    font-size: 12px;
    color: #888888;
}

.w-block {
    width: 100%;
}

.w-block-50 {
    width: calc(50% - 5px);
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.float-left {
    float: left;
}

.mr-5 {
    margin-right: 6px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 10px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-21 {
    padding-bottom: 20px;
    padding-top: 10px;
}

.text-center {
    text-align: center;
}

.border-b {
    border-bottom: 1px solid #e8e8e8;
}

table {
    border-spacing: 0px;
    font-size: 0.9em;
    margin-bottom: 10px;
    width: 100%;
}

table.bordered {
    border-collapse: collapse;
}

table.bordered td {
    border: 1px solid #e8e8e8;
    border-collapse: collapse;
}

table.striped tr:nth-child(2n) {
    background-color: #f3f3f3;
}

table.striped td,
th {
    height: 60px;
    line-height: 1.2;
}

table.striped th {
    position: sticky;
    top: 97px;
    background-color: #eeeeee;
}

.bg-lightgray {
    background: #f3f3f3;
}

th.h-30,
td.h-30 {
    height: 30px !important;
}

td.w-10 {
    width: 10% !important;
}

td.w-20 {
    width: 20% !important;
}

td.w-30 {
    width: 30% !important;
}

td.w-50 {
    width: 50% !important;
}

.m-0 {
    margin: 0;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.h-50 {
    height: 50px !important;
}

.btn {
    height: 35px;
    border-radius: 3px;
    border: none;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    background: #888888;
    color: #ffffff;
    cursor: pointer;
}

.btn.white {
    border: 1px solid #dddddd;
    background-color: #ffffff;
    color: #333333;
}
span.price {
    color: #ff4a52;
    font-weight: 700;
}

span.currency {
    color: #999999;
    font-size: 12px;
}

button.btn-sm {
    font-size: 12px;
    height: 28px;
}

button.btn-outline-red {
    border: 1px solid #ff4a52;
    color: #ff4a52;
    background: #ffffff;
}

td.td-w-50 {
    width: 50%;
}

td.td-w-33 {
    width: 33.3%;
}

strong.bigger {
    font-size: 18px;
}

a.my-store {
    font-size: 13px;
    float: right;
    border: 1px solid #ff4a52;
    color: #ffffff;
    background: #ff4a52;
    border-radius: 15px;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 30px;
}

.vmiddle {
    vertical-align: middle;
}

td ul {
    width: 100%;
}
li.store-opt {
    float: left;
    width: 33.3%;
    text-align: left;
    height: 50px;
    line-height: 50px;
}

div#store-foot-btns {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    background: #ffffff;
    padding-top: 20px;
    text-align: center;
    box-sizing: border-box;
}

div#store-foot-btns button {
    min-width: 150px;
}

ul.pagination {
    margin: 0;
    padding: 0;
    width: 100%;
    margin-bottom: 10px;
}

ul.pagination li.page-item {
    width: 40px;
    height: 40px;
    border: 1px solid #e8e8e8;
    text-align: center;
    line-height: 40px;
    float: left;
    margin-right: 5px;
    background: #f1f1f1;
    border-radius: 3px;
}

ul.pagination li.page-item.active {
    background: #ff4a52;
    border: 1px solid #ff4a52;
    color: #ffffff;
    border: none;
}

ul.pagination::after {
    content: "";
    display: block;
    clear: both;
}

div#order-detail-btns {
    position: fixed;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    margin-left: -14px;
    padding-left: 14px;
    padding-right: 14px;
    box-sizing: border-box;
    bottom: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #e8e8e8;
    background: #f3f3f3;
}

div#order-detail-btns::after {
    content: "";
    display: block;
    clear: both;
}

.w-50 {
    width: 50%;
}

.pt-10 {
    padding-top: 10px;
}

.pt-35 {
    padding-top: 35px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pt-5 {
    padding-top: 5px;
}

.pb-5 {
    padding-bottom: 5px;
}

div#profile-box {
    padding-top: 0px;
}

div#login-box {
    padding-top: 60px;
    padding-left: 16px;
    padding-right: 16px;
}

div#login-box h3 {
    margin-bottom: 0px;
}

div#login-box h3 span {
    color: #ff4a52;
}

div#login-box h1 {
    margin-top: 0;
}

div#login-box input[type="text"],
div#login-box input[type="password"],
div#profile-box input[type="text"],
div#profile-box input[type="password"] {
    width: 100%;
    height: 50px;
}

div#login-box input[type="checkbox"] {
    width: 24px;
    height: 24px;
    accent-color: red;
}

div#login-box button {
    width: 100%;
    background: #ff4a52;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 5px;
}

div#login-box label.login-chk {
    font-size: 14px;
    float: left;
    margin-top: 5px;
    padding-left: 5px;
    color: #666666;
    font-weight: 300;
}

div#login-box input#remember {
    float: left;
}

div#login-box p#top-msg {
    color: #888888;
    font-weight: 300;
}

div.foot-link {
    margin-top: 15px;
}

div.login-chk-box::after {
    content: "";
    display: block;
    clear: both;
}

div#login-alert-box > div {
    color: #ff4a52;
    text-align: center;
    margin-top: 20px;
}

button.btn.btn_file_download {
    background: #ffffff !important;
    color: #666666;
    border-radius: 15px;
    height: 30px;
    border: 1px dashed #666666;
}

a.top-round-btn {
    display: block;
    letter-spacing: -0.5px;
    border: 1px dashed #666666;
    height: 24px;
    line-height: 26px;
    margin-right: 10px;
    text-align: center;
    border-radius: 12px;
    background: #f3f3f3;
}

a.top-round-btn.btn-red {
    border-color: #ff4a52;
    background-color: #ff4a52;
    color: #ffffff;
}

div.order-cancel-bg {
    background: rgba(0, 0, 0, 0.3) !important;
    width: 100%;
    height: 100%;
    z-index: 3;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 3px;
}

li.date-group {
    border: none !important;
    height: 24px !important;
    padding: 0 !important;
    margin: 0 !important;
    padding-bottom: 10px !important;
}

li.date-group h4 {
    font-size: 14px;
    font-weight: 400;
    color: #555555;
    width: 100%;
    border-bottom: 1px #cccccc dashed;
    padding-bottom: 5px;
    margin-bottom: 5px !important;
}

li.order-card {
    padding: 0 !important;
}

li div.order-status-bar {
    width: 15px;
    height: 115px;
    background: #e8e8e8;
    float: left;
    box-sizing: border-box;
}

li div.order-status-bar.reserve {
    background: #4d7ec7;
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}

li div.order-status-bar.cancel {
    background: #ff4a52;
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}

li div.order-card-content {
    float: left;
    width: calc(100% - 15px);
    padding-left: 10px;
    padding-top: 5px;
    padding-right: 10px;
    box-sizing: border-box;
}

li.order-card::after {
    content: "";
    display: block;
    clear: both;
}

#progress {
    padding: 0;
    list-style-type: none;
    font-family: arial;
    font-size: 12px;
    clear: both;
    line-height: 1em;
    margin: 0 -1px;
    text-align: center;
    width: 100%;
}

#progress::after {
    content: "";
    display: block;
    clear: both;
}
#progress li {
    float: left;
    padding: 4px 10px 4px 20px;
    background: #aaaaaa;
    color: #fff;
    position: relative;
    border-top: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    width: 32.5%;
    margin: 0 1px;
    border: none !important;
    border-radius: 0 !important;
    box-sizing: border-box;
}

#progress > li:before {
    content: "";
    border-left: 6px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
}

#progress > li:first-child::before {
    border-left: 0px solid #ffffff;
}

#progress > li:first-child {
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}

#progress > li:last-child {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

#progress li:after {
    content: "";
    border-left: 6px solid #aaaaaa;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 2;
}

#progress > li:last-child::after {
    border-left: 0px solid #aaaaaa;
}

#progress li.active {
    background: rgb(36, 172, 115);
}

#progress li.active:after {
    border-left-color: rgb(36, 172, 115);
}

#progress li.noshow {
    background: #ebaa1d;
}

#progress li.noshow:after {
    border-left-color: #ebaa1d;
}

#progress li.cancel {
    background: #ff4a52;
}

#progress li.cancel:after {
    border-left-color: #ff4a52;
}

h3.order-card-date {
    padding-top: 8px;
    padding-bottom: 3px;
    font-size: 14px !important;
}

h3.order-card-date > div {
    float: right;
    text-align: right;
    padding-right: 10px;
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

h3.order-title {
    font-size: 15px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

h3.txt-red > span {
    font-size: 15px !important;
    color: #121212;
}

h3.txt-red {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 30px !important;
}

.checkbox-wrapper-33 {
    --s-xsmall: 0.625em;
    --s-small: 1.2em;
    --border-width: 1px;
    --c-primary: rgb(255, 74, 82);
    --c-primary-20-percent-opacity: rgb(255 74 82 / 20%);
    --c-primary-10-percent-opacity: rgb(255 74 82 / 10%);
    --t-base: 0.4s;
    --t-fast: 0.2s;
    --e-in: ease-in;
    --e-out: cubic-bezier(0.11, 0.29, 0.18, 0.98);
    float: left;
    width: 50%;
    padding-bottom: 10px;
    padding-top: 10px;
}

.checkbox-wrapper-33 .visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.checkbox-wrapper-33 .checkbox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.checkbox-wrapper-33 .checkbox + .checkbox {
    margin-top: var(--s-small);
}
.checkbox-wrapper-33 .checkbox__symbol {
    display: inline-block;
    display: flex;
    margin-right: calc(var(--s-small) * 0.7);
    border: var(--border-width) solid var(--c-primary);
    position: relative;
    border-radius: 0.1em;
    width: 1.5em;
    height: 1.5em;
    transition: box-shadow var(--t-base) var(--e-out),
        background-color var(--t-base);
    box-shadow: 0 0 0 0 var(--c-primary-10-percent-opacity);
}
.checkbox-wrapper-33 .checkbox__symbol:after {
    content: "";
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    width: 0.25em;
    height: 0.25em;
    background-color: var(--c-primary-20-percent-opacity);
    opacity: 0;
    border-radius: 3em;
    transform: scale(1);
    transform-origin: 50% 50%;
}
.checkbox-wrapper-33 .checkbox .icon-checkbox {
    width: 1em;
    height: 1em;
    margin: auto;
    fill: none;
    stroke-width: 3;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    color: var(--c-primary);
    display: inline-block;
}
.checkbox-wrapper-33 .checkbox .icon-checkbox path {
    transition: stroke-dashoffset var(--t-fast) var(--e-in);
    stroke-dasharray: 30px, 31px;
    stroke-dashoffset: 31px;
}
.checkbox-wrapper-33 .checkbox__textwrapper {
    margin: 0;
}
.checkbox-wrapper-33 .checkbox__trigger:checked + .checkbox__symbol:after {
    -webkit-animation: ripple-33 1.5s var(--e-out);
    animation: ripple-33 1.5s var(--e-out);
}
.checkbox-wrapper-33
    .checkbox__trigger:checked
    + .checkbox__symbol
    .icon-checkbox
    path {
    transition: stroke-dashoffset var(--t-base) var(--e-out);
    stroke-dashoffset: 0px;
}
.checkbox-wrapper-33 .checkbox__trigger:focus + .checkbox__symbol {
    box-shadow: 0 0 0 0.25em var(--c-primary-20-percent-opacity);
}

.checkbox__textwrapper > span {
    font-size: 12px;
    color: #666666;
}

.line-h-1 {
    line-height: 1 !important;
}

@-webkit-keyframes ripple-33 {
    from {
        transform: scale(0);
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: scale(20);
    }
}

@keyframes ripple-33 {
    from {
        transform: scale(0);
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: scale(20);
    }
}

div.top-store-tit {
    width: 100%;
    text-align: center;
    line-height: 40px;
}

div.contract-btm-btns {
    position: fixed;
    bottom: 0;
    z-index: 9;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #e8e8e8;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-primary {
    color: #0e3685;
    background-color: #d1e1ff;
    border-color: #bfd5ff;
}
.alert-primary hr {
    border-top-color: #a6c4ff;
}
.alert-primary .alert-link {
    color: #092357;
}
.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-secondary hr {
    border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
    color: #202326;
}

.alert-success {
    color: #1e6d53;
    background-color: #d8f6ec;
    border-color: #c8f2e4;
}
.alert-success hr {
    border-top-color: #b3edda;
}

.alert-success .alert-link {
    color: #134535;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-info hr {
    border-top-color: #abdde5;
}

.alert-info .alert-link {
    color: #062c33;
}

.alert-warning {
    color: #7c5502;
    background-color: #fcedcd;
    border-color: #fae5b8;
}

.alert-warning hr {
    border-top-color: #f8dca0;
}

.alert-warning .alert-link {
    color: #4a3301;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-danger hr {
    border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
    color: #491217;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-light hr {
    border-top-color: #ececf6;
}
.alert-light .alert-link {
    color: #686868;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}
.alert-dark hr {
    border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
    color: #040505;
}

div.flash-message {
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
}

div#term {
    padding-left: 26px;
    padding-right: 26px;
    font-weight: 300;
}

div.settle-download-btn {
    float: right;
    padding-right: 10px;
    padding-top: 5px;
}

ul.manage-phone-list li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e8e8e8;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

ul.manage-phone-list li > button {
    margin-left: 20px;
}

input#add_phone {
    width: calc(100% - 90px) !important;
}

p.profile-msg {
    font-size: 13px;
    font-weight: 400;
}

span.ktc-card-no {
    color: #999999;
    font-size: 0.8em;
    font-weight: 300;
}

td.ktc-card-amt {
    color: #ff4a52;
    font-weight: 700;
    line-height: 1.5 !important;
}

.appointment-button {
    padding: 0 !important;
}
