.group-input {
    /*display: -webkit-flex;*/
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 78px;
}

.td-group-input {
    width: 106px;
}

.group-input-summary {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 78px;
}

.change-number-button {
    /*width: 30px;*/
    /*background-color: rgb(255, 255, 255);*/
    /*border: 1px solid rgb(236, 236, 236);*/
    /*height: 30px;*/
    text-align: center !important;
    /*transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;*/
    justify-content: center;
    padding: 7px;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s;
}

.row-confirm-order {
    background-color: #a4aaae;
}

.group-input input {
    width: 50px;
    border: 1px solid rgb(236, 236, 236);

    height: 30px;
    color: rgb(36, 36, 36);
    font-size: 14px;
    text-align: center;
    outline: none;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.group-input-summary input {
    width: 45px;
    border: 1px solid rgb(236, 236, 236);

    height: 30px;
    color: rgb(36, 36, 36);
    font-size: 14px;
    text-align: center;
    outline: none;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.cart-wrapper {
    position: relative;
    margin-right: 8px;
    /* display: flex; */
}

.cart-icon {
    max-width: 100%;
    width: 40px;
    height: 32px;
}

.image-product {
    max-width: 100%;
    width: 70px;
}

.td-image{
    width: 100px;
}

.JKChatView-chat-container {
    width: 400px;
    max-width: 100vw;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 20px rgb(0,0,0,0.1) !important;
    border: none;
}

.JKChatView-chat-answer {
    margin: 0;
}

.JKChatView-chat-heading {
    font-size: 14px;
    padding: 9px 10px 9px 20px !important;
    border-radius: 5px 5px 0 0;
}
.JKChatView-chat-heading .panel-heading-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.JKChatView-chat-heading .panel-heading-ttl {
    width: calc(100% - 70px);
}
.JKChatView-chat-heading .panel-heading-btns {
    width: 60px;
    display: flex;
}
.JKChatView-chat-heading .panel-heading-btns a {
    width: 24px;
    height: 24px;
    display: block;
    background: #fff;
    border-radius: 50%;
    margin-left: 5px;
    top: 0 !important;
    position: relative;
    text-indent: -999em;
}
.JKChatView-chat-heading .JKChatView-a-button {
    position: relative;
}
.JKChatView-chat-heading .JKChatView-a-button::after {
    content: "";
    width: 12px;
    height: 2px;
    display: block;
    background: #555;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 6px);
}

.bubble-chat-img{
    /* margin-left: 40px; */
    width: 60px;
    height: 60px;
    bottom: 0px;
    right: 15px;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    /* border: 3px #337ab7  solid; */
    object-fit: cover;
}

.bubble-chat-bound{
    width: 300px;
    padding: 3px !important;
    border-radius: 4px 4px 0 0;
    position: fixed;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    background: none;
}
.bubble-chat-bound-inner {
    height: 80px;
    display: flex;
    align-items: center;
    position: relative;
}
.bubble-chat-bound .JKChatView-a-button {
    display: block;
    border-radius: 40px;
    margin: 0 !important;
    padding: 0 10px;
}

.bubble-chat-bound .bubble-chat-img + div {
    width: calc(100% - 60px);
}

.text-for-buble-icon{
    font-size: 14px;
    /* margin-bottom: -6px; */
    margin: 0 0 0 15px;
    padding-right: 10px;
    position: relative;
    /* width: 140px; */
    /* background-color: #ffffff; */
    /* color: #337ab7; */
    text-align: left;
    /* padding-left: 5px; */
    /* border-radius: 6px; */
    /* border: 2px #337ab7; */
    /* border-style: solid; */
    font-weight: bold;
    /* padding-top: 3px;
    padding-bottom: 4px; */
}

.number-item {
    color: rgb(36, 36, 36);
    background: rgb(253, 216, 53);
    width: 20px;
    height: 20px;
    right: 0px;
    top: 0;
    border-radius: 40px;
    display: block;
    text-align: center;
    line-height: 20px;
    font-size: 13px;
    font-weight: 500;
    position: absolute;
    /* padding: 0px 7px; */

}

.order-bg-darkblue {
    background: #fff;
    color: #fff;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

.table-bordered-confirm > tbody > tr > td,
.table-bordered-confirm > tbody > tr > th,
.table-bordered-confirm > tfoot > tr > td,
.table-bordered-confirm > tfoot > tr > th,
.table-bordered-confirm > thead > tr > td {
    border: 1px solid #ddd;
}

.table-bordered-confirm > thead > tr > th {
    border-bottom-width: 0px;
}

.JKChatView-chat-show-cart {
    background-color: #ebf2f9;
    padding: 5px;
    position: relative;
}

.show-buttons-scroll{
    overflow: auto;
}

.show-buttons-scroll::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

.show-buttons-scroll::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.inputCheckRead{
    margin-top: 2px !important;
    margin-right: 5px !important;
}

.label-postal-address{
    margin-right: 5px;
    display: inline-block;
    max-width: 100%;
    font-weight: 100;
}

.title-img-button{
    padding-top: 20px;
    border-radius: 4px;
    box-sizing: border-box;
    text-align: center;
    background-color: white;
    border-bottom: 1px;
}

.w-35 {
    width: 35%;
}

.div-img-show-button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.img-in-pop-up{
    border: 1px solid #0BBAF1;
}

.popup-img {
    visibility: hidden;
    position: absolute;
}

.show {
    visibility: visible;
    top: 0px;
    width: 239px;
    position: absolute;
    z-index: 1;
    left: 185%;
    margin-left: -80px;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}


.close-popup-img {
    color: rgb(36, 36, 36);
    background: rgb(253, 216, 53);
    height: 20px;
    left: 222px;
    top: -7px;
    border-radius: 40px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    font-size: 13px;
    font-weight: 500;
    position: absolute;
    padding: 0px 7px;
}

div.JKChatView-chat-compact {
    background-color: #337ab7;
    width: 353px;
    padding: 7px 10px;
    border-radius: 4px 4px 0 0;
    position: fixed;
    bottom: 0;
    right: 15px;
    overflow: hidden;
    box-shadow: #0000004d 0 -1px 4px 1px;
}

.hide-after .JKChatView-chat-message-dialog.JKChatView-chat-answer::after {
    display: none;
}

.JKChatView-clear-converstation-container {
    height: 5px;
    text-align: center;
    border-radius: 0px;
}

.btn-clear-converstation {
    /* width: 388px; */
    /* text-align: center;
    border-radius: 0px; */
    position: relative;
}

.btn-clear-converstation::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/images/icon_default.png) no-repeat 6px center;
    background-size: 15px;
}

 .btn-clear-converstation:hover{
     background-color: #ebf2f9;
 }

.btn_select_clear {
    background: #337ab7;
    color: #fff;
}
.btn_select_clear:hover {
    background: #003770;
    color: #fff;
}
.JKChatView-chat-body {
    padding-right: 5px;
    padding-left: 5px;
}
.JKChatView-chat-dialog-container {
    padding: 20px 15px;
    /* padding-top: 60px; */
    overflow-y: auto;
}

.JKChatView-bot-icon {
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    object-fit: cover;
}
.JKChatView-chat-message {
    word-break: break-all;
}
.JKChatView-chat-message p {
    margin: 0;
}
.JKChatView-chat-message img {
    max-width: 100%;
    height: auto;
}
.JKChatView-chat-message a {
    color: #0F4FAF !important;
    text-decoration: underline !important;
}
.JKChatView-chat-message a:hover {
    text-decoration: none !important;
}

.JKChatView-theme .JKChatView-chat-answer {
    margin: 0;
    margin: 5px 0;
    padding: 15px;
    border-radius: 0 20px 20px 20px;
}
.JKChatView-chat-message-dialog.JKChatView-chat-answer::after {
    content: none;
}

.JKChatView-chat-answer div.JKChatView-chatter-heading {
    position: absolute;
    top: -38px;
    left: 60px;
    border-bottom: none;
}


div.JKChatView-chat-question {
    background-color: #d1ffd3;
    float: right;
    margin: 5px 0 20px;
    padding: 15px;
    border-radius: 20px 20px 0 20px;
}

.JKChatView-chat-message-dialog.JKChatView-chat-question::after {
    content: none;
}

.JKChatView-theme .JKChatView-chat-question div.JKChatView-chatter-heading {
    display: none;
}

div.JKChatView-chat-message-dialog {
    /* padding: 5px; */
    /* border-radius: 4px;
    margin-bottom: 10px; */
    box-sizing: border-box;
}

.JKChatView-chat-message-user {
    font-size: 14px;
    /* padding-left: 5px; */
    text-align: left;
    display: inline-block;
    margin: 0;
}

.JKChatView-chat-container .text-menu {
    margin: 5px 0;
    padding: 15px;
    border-radius: 0 20px 20px 20px;
    border-bottom: 0;
    text-align: left;
    font-weight: 400;
}

.JKChatView-chat-typing-container {
    /*display: -webkit-box;*/
    /*display: flex;*/
    height: 60px;
    display: block !important;
    margin-left: -5px;
    margin-right: 0;
}
#JKChatView-chat-text-area {
    border-bottom: none !important;
}

.before-uer-mess {
    /*margin-top: -10px;*/
    height: 10px;
}

.btn_select {
    padding: 9px 12px;
}

.JKChatView-chat-message-dialog .flex-column.justify-content-around {
    margin-left: -15px;
    margin-right: -15px;
}

.table-bordered {
    border: none;
    margin: 5px 0;
    padding: 15px 15px 25px;
    border-radius: 0 20px 20px 20px;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 15px;
    font-size: 14px;
}
.table>tbody>tr>td + td,
.table>tbody>tr>th + td,
.table>tfoot>tr>td + td,
.table>tfoot>tr>th + td,
.table>thead>tr>td + td,
.table>thead>tr>th + td {
    padding-top: 0;
}
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: none;
}

.chat-button {
    text-align: right;
}
.chat-button .btn_select {
    min-width: 180px;
}

.check-group,
.radio-group {
    position: relative;
}
.check-group input,
.radio-group input {
    appearance: none !important;
    display: none !important;
}

.check-group label,
.radio-group label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-left: 26px;
    color: #333;
    font-weight: 500;
    width: 100%;
    padding: 10px 10px 10px 35px;
    background: #fff;
    border: 1px solid #CED8DB;
    border-radius: 5px;
}

.check-group .check-group-icon {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 11px;
    left: 9px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #929A9D;
}
.check-group .check-group-icon::after {
    content: "";
    display: block;
    width: 12px;
    height: 7px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 3px;
    left: 2px;
    transform: rotate(-45deg);
    opacity: 0;
}
/* .check-group label::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #929A9D;
    border-radius: 4px;
    position: absolute;
    top: 11px;
    left: 8px;
}

.check-group label::after {
    content: "";
    display: block;
    width: 12px;
    height: 7px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 15px;
    left: 11px;
    transform: rotate(-45deg);
    opacity: 0;
}

.check-group input:checked+label::before {
    background: #333;
    border: 1px solid #333;
}
.check-group input:checked+label::after {
    opacity: 1;
} */

.check-group input:checked+.check-group-icon {
    background: #333;
    border: 1px solid #333;
}
.check-group input:checked+.check-group-icon::after {
    opacity: 1;
}



.radio-group label::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #929A9D;
    border-radius: 50%;
    position: absolute;
    top: 11px;
    left: 8px;
}

.radio-group label::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 16px;
    left: 13px;
    opacity: 0;
}

.radio-group input:checked+label::after {
    opacity: 1;
}

.input-file-wrap input {
    background: none;
    box-shadow: none;
    display: none;
}
.input-file-label {
    width: 130px;
    font-size: 12px;
    font-weight: 400;
    background: #fff;
    border: 1px solid #CED8DB;
    position: relative;
    padding: 7px 7px 7px 30px;
    margin-right: 10px;
    border-radius: 4px;
    cursor: pointer;
}
.input-file-label::before {
    content: "";
    width: 13px;
    height: 14px;
    display: block;
    background: url(/images/icon_clip02.png) no-repeat center center / contain;
    position: absolute;
    left: 12px;
    top: 8px;
}
.input-file-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 160px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    top: 5px;
    color: #9D9D9D;
    font-size: 14px;
    font-weight: 400;
}

.calendar-wrap {
    display: flex;
}
.calendar-label {
    width: 130px;
    font-size: 12px;
    font-weight: 400;
    background: #fff;
    border: 1px solid #CED8DB;
    position: relative;
    padding: 7px 7px 7px 33px;
    margin-right: 10px;
    border-radius: 4px;
    cursor: pointer;
}

.calendar-label::before {
    content: "";
    width: 13px;
    height: 13px;
    display: block;
    background: url(/images/icon_calendar02.png) no-repeat center center / contain;
    position: absolute;
    left: 12px;
    top: 8px;
}
.calendar-wrap input.form-control {
    background: none;
    box-shadow: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 160px;
    overflow: hidden;
    display: inline-block;
    opacity: 0;
    position: relative;
    top: 5px;
    font-size: 14px;
    font-weight: 400;
    padding: 0 !important;
    height: 22px !important;
}

.select-wrap {
    position: relative;
}
.select-wrap::after {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    position: absolute;
    top: 17px;
    right: 23px;
    transform: rotate(45deg);
    pointer-events: none;
}

.select-wrap .form-control {
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #CED8DB !important;
    border-radius: 5px;
    padding: 0 20px 0 10px !important;
}


textarea.JKChatView-chat-text-area {
    font-size: 16px;
    overflow: auto;
    /* padding: 12px 90px 8px 12px; */
    padding: 15px 90px 10px 12px;
    outline: none !important;
        box-shadow: none !important;
}

textarea.JKChatView-chat-text-area:focus {
    outline: none !important;
    box-shadow: none !important;
}

textarea.JKChatView-chat-text-area {
}

textarea.JKChatView-chat-text-area {
    scrollbar-width: thin;
    scrollbar-color: #CED8DB #fff;
}

textarea.JKChatView-chat-text-area::-webkit-scrollbar {
    background-color: transparent;
    border-radius: 0px;
    width: 4px;
}

textarea.JKChatView-chat-text-area::-webkit-scrollbar-thumb {
    background-color: #CED8DB;
    border-radius: 5px;
}

.table-bordered .form-control {
    font-size: 16px;
    height: 40px;
    border: none;
    padding: 10px;
    box-shadow: none;
}
.table-bordered .form-control:-webkit-autofill {
    font-weight: 400;
    box-shadow: 0 0 0 1000px white inset !important;
}
.table-bordered .form-control:focus {
    box-shadow: none;
}
.table-bordered textarea.form-control {
    height: 100px;
    resize: none;
}
.table-bordered select.form-control {
    font-weight: 400;
}

.enter-chat-btn {
    width: 80px;
    height: 40px;
    display: flex;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 5px;
    border-radius: 5px;
    border: none;
}

.close-bot-chat-button-img {
    color: #555;
    background: #fff;
    height: 26px;
    width: 26px;
    right: 2px;
    top: 3px;
    border-radius: 40px;
    display: block;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    position: absolute;
    text-indent: -999em;
    cursor: pointer;
    box-shadow: 0 0 2px 2px rgb(0,0,0,0.1);
}
.close-bot-chat-button-img::before,
.close-bot-chat-button-img::after {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background: #555;
    position: absolute;
    top: 50%;
    left: calc(50% - 5px);
}
.close-bot-chat-button-img::before {
    transform: rotate(-45deg);
}
.close-bot-chat-button-img::after {
    transform: rotate(45deg);
}

.swal2-confirm.swal2-styled {
    outline: none !important;
    box-shadow: none !important;
}

.JKChatView-chat-dialog-container {
    scrollbar-width: thin;
    scrollbar-color: #CED8DB #fff;
}

.JKChatView-chat-dialog-container::-webkit-scrollbar {
    background-color: transparent;
    border-radius: 0px;
    width: 4px;
}
.JKChatView-chat-dialog-container::-webkit-scrollbar-thumb {
    background-color: #CED8DB;
    border-radius: 5px;
}

#JKChatView-chat-full-view {
    /* transition: transform 0.6s; */
    transition: transform 0.5s ease, opacity 0.5s linear;
    transform-origin: right bottom;
    border-bottom: 1px solid #ccc;
}

.button-inactive {
    opacity: 0.3;
    display: block;
}

.radio-group .pushed {
    opacity: 0.5;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control, .radio-group.pushed, .check-group.pushed
{
    opacity: 0.5;
}

.bubble-chat-bound.pc.open {
    bottom: 80px;
}
.bubble-chat-bound.sp.open {
    bottom: 80px;
}


.bubble-chat-bound.sp {
    width: 85px;
    padding: 25px 15px 0px 0px !important;
    border-radius: 4px 4px 0 0;
    position: fixed;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    background: none;
}
.bubble-chat-bound.sp .bubble-chat-img + div {
    display: none;
}
.bubble-chat-bound.sp .bubble-chat-bound-inner {
    height: 70px;
}
.bubble-chat-bound.sp .JKChatView-a-button {
    padding: 0 5px;
}
.bubble-chat-bound.sp .close-bot-chat-button-img {
    right: 2px;
    top: auto;
    bottom: -8px;
}
.bubble-chat-bound.sp .bubble-chat-bound-inner::before {
    content: '';
    width: 66px;
    height: 40px;
    background: url(/images/chat-balloon.png) no-repeat top center;
    background-size: 100% auto;
    position: absolute;
    top: -24px;
    left: -5px;
}