body {
    padding-bottom: 0;
}

.content-page .content {
    padding: 0 10px 10px 10px;
    margin-top: 70px;
    min-height: calc(100vh - 70px);
    overflow: auto;
}

.p-r-5 {
    padding-right: 5px;
}

.p-l-10 {
    padding-left: 10px;
}

.p-r-10 {
    padding-right: 10px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-10 {
    padding: 10px;
}

.p-x-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.p-y-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.p-l-25,
.p-x-25 {
    padding-left: 25px;
}

.p-r-25,
.p-x-25 {
    padding-right: 25px;
}

.w-24px {
    width: 24px;
}

.w-80px {
    width: 80px;
}

.w-80 {
    width: 80%;
}

.w-70 {
    width: 70%;
}

.w-100 {
    width: 100%;
}

.w-85px {
    width: 85px;
}

.w-100px {
    width: 100px;
}

.w-110px {
    width: 110px;
}

.h-35px {
    height: 35px !important;
}

.h-38px {
    height: 38px;
}

.min-h-70px {
    min-height: 70px !important;
}

.max-h-150px {
    max-height: 150px;
}

.max-w-150px {
    max-width: 150px;
}

.max-w-200px {
    max-width: 200px;
}

.max-w-600px {
    max-width: 600px;
}

.max-w-100px {
    max-width: 100px;
}

.center {
    text-align: center;
    vertical-align: middle !important;
}

.cursor-pointer {
    cursor: pointer;
}

.opacity-0 {
    opacity: 0;
}

span.sub__title {
    text-align: center;
    font-size: 16px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.page-title-box {
    margin: 0px -25px 10px -25px;
}

.form-group {
    margin-bottom: 0.5rem;
}

.header-title-custom {
    height: 30px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #e9ecef;
}

.footer-form-question {
    display: flex;
    position: unset;
    align-items: center;
    justify-content: flex-end;
    padding: 20px 0 0 0;
    margin-top: 10px;
    border-top: 1px solid #e9ecef;
}

.scroll-y {
    overflow-y: auto;
    height: 100%;
}

.scroll {
    overflow: auto !important;
    height: 100%;
}

.hidden {
    overflow: hidden !important;
}

.scroll-100vh {
    overflow: auto;
    height: 100vh;
}

.vh-427px {
    height: calc(100vh - 427px);
}

.max-vh-198px {
    max-height: calc(100vh - 198px);
}

.max-vh-242px {
    max-height: calc(100vh - 242px);
}

.max-vh-299px {
    max-height: calc(100vh - 299px);
}

.max-vh-310px {
    max-height: calc(100vh - 310px);
}

.btn-add-option {
    position: absolute;
    right: 21px;
}

/*#region react-select*/

.react-select-up > .react-select__menu {
    top: auto !important;
    /*bottom: 100%;*/
    border: 1px solid;
}

.react-select__menu:hover {
    border-color: #2684ff !important;
    box-shadow: 0 0 0 1px #2684ff;
}

.react-select--is-disabled .react-select__control.react-select__control--is-disabled {
    background-color: #e9ecef;
}

/*#endregion react-select*/

/*#region common table*/

.top-table {
    overflow: auto;
    height: 0px;
    min-height: 46px;
}

.top-table::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.thead-content {
    display: table-footer-group;
    opacity: 0;
    position: absolute;
    top: 9999px;
}

.fa-sort-thead {
    position: relative;
    right: -10px;
}

table tfoot label {
    /* position: absolute;
    right: 20px; */
    margin-left: auto;
}

/*#endregion common table*/

/*#region scrollbar all*/

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #797979;
}

/*#endregion scrollbar all*/

.margin-bottom-0 {
    margin-bottom: 0;
}

textarea.form-control {
    min-height: 60px;
}

.margin-right-10 {
    margin-right: 10px;
}

.btn-remove {
    float: right;
    position: absolute;
    right: -10px;
    top: 5px;
    color: #ff0000;
}

.slide-editor-content {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

/*css for course*/

.btn-add-lession {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.lession-item {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    border: 2px solid #eaedef;
}

.number-lession {
    border: 1px solid;
    width: 30px;
    height: 25px;
    float: left;
    left: 22px;
    background: #4489e4;
    color: white;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.content-lession {
    float: left;
    width: 100%;
    padding: 0px 10px;
}

.remove-lession,
.remove-lession:hover {
    color: red;
    /*float: right;*/
}

.icon-upload-audio {
    font-size: 30px;
    float: left;
    margin-top: 10px;
    cursor: pointer;
    width: 100%;
}

.btn-remove-audio,
.btn-remove-audio:hover {
    float: right;
    position: absolute;
    top: 15px;
    color: #ff0000;
}

/*end css for course*/

.margin-top-10 {
    margin-top: 10px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-left-10 {
    margin-left: 10px;
}

@media (min-width: 1366px) {
    .modal-lg {
        max-width: 1200px;
    }
}

.react-select {
    width: 100% !important;
}

.full-width {
    width: 100% !important;
}

.box-search-product-nhanh {
    padding-top: 7px !important;
    padding-bottom: 0px !important;
}

.iconImageDefault {
    width: 32px;
    /* display: block; */
    overflow: hidden;
}

.iconImageDefault img {
    max-width: 100%;
    object-fit: contain;
}

.react-datepicker__input-container {
    width: 100% !important;
}

.vertical-align-middle {
    vertical-align: middle !important;
}

/*css review product*/

[class^="iconcom-"],
[class*="iconcom-"] {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    vertical-align: middle;
    background-size: 320px 250px;
}

.iconcom-user {
    width: 25px;
    height: 25px;
    background-image: none;
    background-color: #ccc;
    margin-right: 7px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 35px;
    font-style: normal;
    float: left;
    width: 40px;
    height: 40px;
}

.cmtcontent .fa-star {
    color: rgb(228, 173, 34);
}

.content-review {
    padding-left: 10px;
    white-space: pre-line;
}

.status-review .fa-check-circle {
    color: #2ba832;
}

.status-review .fa-exclamation-circle {
    color: red;
}

.relate_infocom {
    display: block;
    overflow: visible;
    height: 18px;
    padding: 5px 0;
    color: #666;
    position: relative;
}

.relate_infocom .reply {
    cursor: pointer;
    color: #4a90e2;
    white-space: nowrap;
}

.textarea {
    display: block;
    overflow: hidden;
    background: #fff;
    min-height: 80px;
    border: 1px solid #c1bfbf;
    padding: 10px 1.5%;
    font-size: 14px;
    color: #333;
    margin-top: 10px;
    width: 100%;
}

.wrap-attaddsend {
    display: block;
    overflow: hidden;
    background: #fff;
    border: 1px solid #c1bfbf;
    position: relative;
    margin-top: -1px;
}

.wrap-attaddsend .attach {
    float: left;
    font-size: 14px;
    color: #666;
    padding: 12px 16px 9px;
    border-right: 1px solid #c1bfbf;
    cursor: pointer;
}

.editor_review {
    margin-top: 20px;
}

.approved-review {
    margin-left: 10px;
}

.resCmtImg {
    display: inline-block;
    position: relative;
    margin: 20px 0 0;
    padding-left: 0;
    list-style: none;
    overflow: visible;
    width: 100%;
}

.resCmtImg li {
    float: left;
    margin-right: 17px;
    position: relative;
    width: auto;
    height: auto;
    overflow: visible;
}

.resCmtImg img {
    max-width: 70px;
}

.comment_reply {
    display: block;
    margin-top: 15px;
    margin-left: 10px;
    position: relative;
    background: #f1f1f1;
    border: 1px solid #e7e7e7;
    padding: 10px;
    font-size: 14px;
    color: #333;
}

.comment_reply .qtv {
    text-transform: uppercase;
    margin-right: 10px;
    color: #000;
    font-weight: normal;
    font-size: 10px;
    background: #eebc49;
    padding: 2px 6px;
    border-radius: 3px;
    line-height: 18px;
    height: 18px;
    margin-left: 10px;
}

.reply-item {
    margin-bottom: 20px;
}

.arrow_box {
    position: absolute;
    left: 15px;
    top: 0;
    z-index: 9;
    background: #f1f1f1;
}

.arrow_box:after,
.arrow_box:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:before {
    border-bottom-color: #e7e7e7;
    border-width: 10px;
    margin-left: -10px;
}

.arrow_box:after {
    border-bottom-color: #f1f1f1;
    border-width: 9px;
    margin-left: -9px;
}

.delete-reply {
    color: #b21f2d !important;
    padding-left: 5px;
}

.resCmtImg {
    display: inline-block;
    position: relative;
    margin: 20px 0 0;
    padding-left: 0;
    list-style: none;
    overflow: visible;
}

.resCmtImg li {
    float: left;
    margin-right: 17px;
    position: relative;
    width: auto;
    height: auto;
    overflow: visible;
}

.resCmtImg img {
    max-width: 70px;
}

.resCmtImg i {
    border: solid 1px #4d4d4d;
    background: #4d4d4d;
    height: 25px;
    width: 25px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: absolute;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding-left: 1px;
    cursor: pointer;
    font-style: normal;
    box-sizing: border-box;
    right: -10px;
    top: -10px;
}

/*end css review product*/

.paging {
    margin-top: 20px;
}

.paging label {
    position: absolute;
    right: 20px;
}

.upload-banner-campaign {
    margin-left: 20px;
    margin-bottom: 20px;
}

.card-header {
    cursor: pointer;
}

.fa-times {
    color: red;
}

.react-select__menu {
    z-index: 9999 !important;
}

.table thead {
    font-weight: bold !important;
}

.required-field-icon {
    color: red;
}

tr .checkbox.checkbox-success label::before {
    top: 0px;
    left: 3px;
    cursor: pointer;
}

tr .checkbox.checkbox-success label::after {
    top: 0px;
    left: 2px;
}

.modal-header {
    background-color: #64c5b1;
    color: #fff !important;
    padding: 18px 16px !important;
    border-radius: 0;
    position: sticky;
    top: 0;
    z-index: 1;
}

.modal-header .modal-title {
    color: #fff !important;
}

.modal-footer {
    padding: 5px 10px !important;
    position: sticky;
    bottom: 0;
    z-index: 1;
    background: #fff;
}

.msg-box {
    width: 100%;
    padding: 20px;
    background-color: #e4e4e4 !important;
    overflow: auto;
    max-height: 300px;
}

.control-import .input-group-text {
    background-color: #326690 !important;
    color: #fff !important;
    cursor: pointer;
}

/*css custom theme*/

.settings-nav__action {
    display: block;
    padding: 15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.settings-nav__media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 4rem;
    height: 4rem;
    margin-right: 1.6rem;
    border-radius: 3px;
    background-color: #f4f6f8;
}

.settings-nav__media svg {
    fill: #0d3064;
}

.svg-next-icon-size-20 {
    width: 20px;
    height: 20px;
}

.svg-next-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    fill: currentColor;
    display: inline-block;
    vertical-align: middle;
    color: #1b3c6d;
}

svg {
    overflow: hidden;
}

.settings-nav__title {
    font-weight: 600;
    color: #0d3064;
}

.settings-nav__description {
    color: grey;
}

.settings-nav__action:hover {
    background-color: #f9fafb;
    text-decoration: none;
    outline: none;
}

/*end css custom them*/

.font-size-24px {
    font-size: 24px;
}

.sub-header {
    color: #8c9396;
    font-size: 13px;
}

label.required:after {
    content: "*";
    color: #e62e04;
    display: inline-block;
    margin: 0 4px;
}

.card-box .card-widgets {
    float: right;
    height: 16px;
    top: 20px;
    right: 15px;
    position: absolute;
}

.cart-box .card-widgets {
    float: right;
    height: 16px;
    top: 15px;
    right: 20px;
    position: absolute;
}

.card-box .card-widgets i {
    color: #666f7b;
}

.tox-tinymce {
    width: 100% !important;
    min-height: 480px;
}

.ui-product-photo,
.ui-photo {
    position: relative;
    padding: 0px 5px;
    width: 100%;
}

.ui-product-photo .ui-product-photo-grid,
.ui-photo .ui-photo-grid {
    list-style-type: none;
    padding: 0;
    margin: 0 0 -10px -10px;
}

.ui-product-photo .ui-product-photo-grid .ui-product-photo-item,
.ui-photo .ui-photo-grid .ui-photo-item {
    float: left;
    padding-left: 10px;
    margin: 0 0 11px;
    box-sizing: border-box;
}

.ui-product-photo .ui-product-photo-grid .ui-product-photo-item .ui-product-photo-box,
.ui-photo .ui-photo-grid .ui-photo-item .ui-photo-box {
    position: relative;
    display: block;
    background: #fff;
    width: 100%;
    flex-shrink: 0;
    cursor: pointer;
    border: 1px solid #cccccc;
    height: 140px;
}

.ui-product-photo .ui-product-photo-grid .ui-product-photo-item .ui-product-photo-box .ui-product-photo-item__image,
.ui-photo .ui-photo-grid .ui-photo-item .ui-photo-box .ui-photo-item__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.ui-product-photo-item .file-upload,
.ui-photo-item .file-upload {
    min-height: 120px;
    border: 1px dashed #36a3f7;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
    height: 140px;
}

@media (max-width: 480px) {
    .ui-product-photo-item .file-upload,
    .ui-photo-item .file-upload {
        min-height: 100px !important;
        border: 1px dashed #36a3f7;
        position: relative;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        border-radius: 4px;
        cursor: pointer;
        height: 100px !important;
    }

    .bg-account .signup .ui-photo-item {
        width: 100px !important;
    }
}

.ui-product-photo-item .file-upload .fileupload-text,
.ui-photo-item .file-upload .fileupload-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.icon-size-30 {
    width: 30px;
    height: 30px;
}

.font-size-30px {
    font-size: 30px;
}

.ui-product-photo-box:hover .product-photo-hover-overlay,
.ui-photo-box:hover .photo-hover-overlay {
    opacity: 1 !important;
}

.ui-product-photo .ui-product-photo-grid .ui-product-photo-item .ui-product-photo-box .product-photo-hover-overlay,
.ui-photo .ui-photo-grid .ui-photo-item .ui-photo-box .photo-hover-overlay {
    z-index: 3;
    background: rgba(49, 55, 61, 0.75);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
    top: 0px;
}

.ui-product-photo .ui-product-photo-grid .ui-product-photo-item .ui-product-photo-box .product-photo-hover-overlay .photo-overlay-actions,
.ui-photo .ui-photo-grid .ui-photo-item .ui-photo-box .photo-hover-overlay .photo-overlay-actions {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.ui-product-photo .ui-product-photo-grid .ui-product-photo-item .ui-product-photo-box .product-photo-hover-overlay .photo-overlay-actions .photo-overlay-actions__link,
.ui-photo .ui-product-photo-grid .ui-photo-item .ui-photo-box .photo-hover-overlay .photo-overlay-actions .photo-overlay-actions__link {
    padding: 8px 4px;
    display: block;
    line-height: 0;
    text-align: center;
    cursor: pointer;
    color: #ffff;
}

.fixed-container {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    height: 64px;
    background: #ffffff;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 99;
    -webkit-box-shadow: 0 -1px 8px 0 rgba(39, 52, 120, 0.12);
    box-shadow: 0 -1px 8px 0 rgba(39, 52, 120, 0.12);
}

.more_less {
    background-color: rgba(243, 243, 243, 0.7);
    height: 30px;
    cursor: pointer;
    text-align: center;
    padding-top: 5px;
}

.more_less a {
    color: #626c7b;
}

.tr_selected {
    background: #e1f3ef;
}

.vertical-align-middle {
    vertical-align: middle !important;
}

.over-avatar {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.iconImageDefault {
    position: relative;
}

.overlay-avatar {
    padding: 0px !important;
}

.fs-product-image img {
    max-width: 200px;
    max-height: 200px;
}

.salechannel--image img {
    max-width: 100%;
}

.border-top--line {
    border-top: 1px solid #dfe3e8;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.next-token-list__wrapper {
    position: relative;
}

.next-token-list__wrapper .next-token-list {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0px;
}

.next-token-list__wrapper .next-token-list .tagit-choice.next-token--is-disabled {
    opacity: 0.5;
}

.tagit-choice {
    display: inline-flex;
    word-wrap: break-word;
    max-width: 100%;
    margin-right: 3px;
    margin-bottom: 3px;
    background-color: #dfe3e8;
    color: #454f5b;
    min-height: 28px;
    border-radius: 3px;
    cursor: pointer;
}

.table-break-word {
    white-space: pre-wrap;
    word-wrap: break-word;
    pointer-events: auto;
    display: block;
    word-break: break-all;
    word-break: break-word;
}

.tagit-choice .tagit-label {
    flex: 0 1 auto;
    min-width: 0;
    width: 100%;
    display: block;
    padding: 4px 8px;
    font-size: 14px;
    color: #7790b6;
    text-decoration: none;
    white-space: normal;
    text-align: left;
}

.product-attribute--add {
    display: inline-block;
    border: 1px dashed #36a3f7;
    margin-top: 20px;
    border-radius: 4px;
    cursor: pointer;
}

.btn-clean:hover {
    fill: #2962ff !important;
    color: #2962ff !important;
}

/*css Switch*/

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #64c5b1;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/*end*/

.main-content {
    font-size: 14px;
    font-weight: 500;
}

.sub-content {
    font-size: 12px;
    font-weight: 400;
    opacity: 0.7;
}

.variants-preview table td {
    vertical-align: middle;
}

.variants-preview table td > label {
    display: block;
    margin-bottom: 0;
}

.content-table table th {
    background: #e4e4e4;
    vertical-align: middle;
}

/*.collection-seo {
	margin-bottom: 200px;
}*/

.currentFilterDiv {
    background-color: silver;
    border-color: silver;
}

/*#region facebook-social*/

.scroll-h-200px {
    height: 200px;
    overflow: hidden;
}

.scroll-h-200px:hover {
    overflow: auto;
}

.scroll-mh-200px {
    max-height: 200px;
    overflow: hidden;
    padding-right: 4px;
}

.scroll-mh-200px:hover {
    overflow: auto;
    padding-right: 0px;
}

.facebook-social .small {
    font-size: 80% !important;
}

.border-none .react-select__control {
    border: 0;
}

.border-none .react-select__control--is-focused,
.border-none .react-select__control--is-focused:hover {
    box-shadow: 0 0 0 0 transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #64c5b1;
}

.facebook-social .conversations-tab .conversations {
    height: calc(100vh - 254px);
    overflow-y: hidden;
    padding-left: 5px;
    padding-right: 5px;
}

.facebook-social .conversations-tab .conversations:hover {
    overflow-y: scroll;
    padding-right: 0;
}

.facebook-social .conversations-tab .conversations .conversation.selected {
    background-color: lightyellow !important;
}

.facebook-social .conversations-tab .conversations .conversation:hover {
    box-shadow: -2px -2px 2px #d7d7d7, 2px -2px 2px #d7d7d7, 2px 2px 2px #d7d7d7, -2px 2px 2px #d7d7d7;
}

.facebook-social .conversations-tab .conversations .conversation .icon-block-conversation {
    margin-top: 2px;
}

.facebook-social .conversations-tab .conversations .conversation .icon-conversation {
    width: 28px;
}

.facebook-social .conversations-tab .conversations .conversation .icon-conversation-type.mdi-comment:hover,
.facebook-social .conversations-tab .conversations .conversation .icon-conversation-type.mdi-comment.selected {
    color: #64c5b1;
    transition: 0.5s;
}

.facebook-social .conversations-tab .conversations .conversation .icon-conversation-type.mdi-facebook-messenger:hover,
.facebook-social .conversations-tab .conversations .conversation .icon-conversation-type.mdi-facebook-messenger.selected {
    color: #4489e4;
    transition: 0.5s;
}

.facebook-social .conversations-tab .status-order {
    white-space: initial;
}

.facebook-social .conversation-tab .conversation-title {
    padding-bottom: 0.5px;
}

.facebook-social .conversation-tab .conversation-post {
    height: auto;
}

.facebook-social .conversation-tab .conversation-post button.post-tab {
    height: 30px;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 0px !important;
}

.facebook-social .conversation-tab .conversation-post button.post-tab.selected {
    border-bottom: 4px solid #64c5b1;
}

.facebook-social .conversation-tab .conversation-post button.post-tab:not(.selected):hover {
    box-shadow: -2px -2px 2px #d7d7d7, 2px -2px 2px #d7d7d7, 2px 2px 2px #d7d7d7, -2px 2px 2px #d7d7d7;
}

.facebook-social .conversation-tab .conversation {
    height: calc(100vh - 474px);
    overflow-y: hidden;
    padding-left: 5px;
    padding-right: 5px;
    display: grid;
}

.facebook-social .conversation-tab .conversation.messenger {
    height: calc(100vh - 234px);
}

.facebook-social .conversation-tab .attachment {
    overflow-x: hidden;
    padding-bottom: 5px;
}

.facebook-social .conversation-tab .attachment:hover {
    overflow-x: scroll;
    padding-bottom: 0px;
}

.facebook-social .conversation-tab .attachment img {
    max-height: 150px;
    height: 100%;
}

.facebook-social .conversation-tab .conversation:hover {
    overflow-y: scroll;
    padding-right: 0;
}

.facebook-social .conversation-tab .conversation .root-comment {
    border: 1px solid cadetblue;
}

.facebook-social .conversation-tab .conversation .receive {
    background-color: #e5e4e4;
    border-radius: 22px;
    border-top-left-radius: 0;
    max-width: 330px;
    margin: 5px 0;
    padding: 5px 10px;
    word-wrap: break-word;
}

.facebook-social .conversation-tab .conversation .dots-receive {
    margin: 5px 0;
    padding: 9px;
    display: flex;
}

.facebook-social .conversation-tab .conversation .send {
    background-color: #0084ff;
    color: white;
    border-radius: 22px;
    border-bottom-right-radius: 0;
    max-width: 330px;
    margin: 5px 0;
    padding: 5px 10px;
    word-wrap: break-word;
}

.facebook-social .conversation-tab .conversation .dots-send {
    margin: 5px 0;
    padding: 9px;
    display: flex;
}

.facebook-social .conversation-tab .conversation .menu {
    background-color: #e5e4e4;
}

.facebook-social .conversation-tab .conversation .dots-send .menu {
    right: 15px;
}

.facebook-social .conversation-tab .conversation p {
    margin: 0px;
}

/* .facebook-social .conversation-tab .input-group i.mdi {
   margin-bottom: 0 !important;
} */

.facebook-social .conversation-tab .input-group i.mdi-tag-faces:hover {
    color: orange;
    transition: 0.8s;
}

.facebook-social .conversation-tab .input-group i.mdi-file-image:hover {
    color: #4489e4;
    transition: 0.8s;
}

.facebook-social .conversation-tab .input-group i.mdi-send:hover {
    color: #4489e4;
    transition: 0.8s;
}

.facebook-social .conversation-tab .input-group textarea {
    min-height: 50px;
    max-height: 113px;
    display: block;
    resize: none;
    overflow-y: hidden;
}

.facebook-social .conversation-tab .input-group textarea:hover,
.facebook-social .conversation-tab .input-group textarea:focus {
    overflow-y: scroll;
}

.box-shadow-none button,
.box-shadow-none button:focus {
    box-shadow: none;
    border-radius: 10px 10px 0 0;
}

.facebook-social .detail-tab .detail {
    height: calc(100vh - 183px);
    overflow-y: hidden;
    padding-left: 5px;
    padding-right: 5px;
}

.facebook-social .detail-tab .detail:hover {
    overflow-y: scroll;
    padding-right: 0;
}

/*	.facebook-social .detail-tab .detail input {
		border: 0;
		border-radius: 0;
		border-bottom: 1px solid #dee2e6;
	}*/

/*		.facebook-social .detail-tab .detail input:focus {
			border: 0;
			border-radius: 0;
			border-bottom: 2px solid #64c5b1;
		}
*/

.facebook-social ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px transparent;
    border-radius: 5px;
}

.facebook-social ::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px transparent;
    border-radius: 5px;
}

/*#endregion facebook-social*/

.disable {
    pointer-events: none;
    opacity: 0.5;
}

.table a {
    /* color: #125d96 !important; */
}

.table a:hover {
    color: #23527c !important;
    text-decoration: underline !important;
    cursor: pointer;
}

.btn-add-mapping {
    float: right;
    padding: 0px 5px !important;
}

.black {
    color: black;
}

.color-green {
    color: #5bc42b;
}

.color-red {
    color: #c42026;
}

.footable-pagination li.active a {
    color: #ffffff !important;
}

.footable-pagination li a:hover {
    text-decoration: none !important;
}

.child-group {
    margin-left: 20px;
}

/*.permission-item:hover {
	box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
	padding: 10px;
}*/

.page-title-box {
    padding: 10px 30px;
    margin-bottom: 10px;
}

.page-title-box .page-title {
    font-size: 20px;
}

.confirm-success {
    color: #00ad36 !important;
    font-weight: 700;
}

.tfu-autocomplete {
    position: relative;
}

.tfu-autocomplete .tfu-autocomplete-input {
    width: 100%;
    height: 32px;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    padding: 2px 35px 2px 5px;
}

.tfu-autocomplete .tfu-autocomplete-chevron {
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px;
    background: transparent;
    border-radius: 4px;
}

.tfu-autocomplete .tfu-autocomplete-chevron:hover,
.tfu-autocomplete .tfu-autocomplete-close:hover {
    color: #c7c7c7;
    cursor: pointer;
}

.tfu-autocomplete .tfu-autocomplete-close {
    position: absolute;
    background: transparent;
    right: 25px;
    border-radius: 0;
    border-right: 1px solid #cccccc;
    padding: 6px 10px 6px 6px;
    margin: 3px 5px 0px 0px;
}

.tfu-autocomplete .tfu-autocomplete-items {
    box-shadow: #cdcdcd 1px 2px 3px 3px;
    background: #ffffff;
    padding: 10px 5px;
    width: calc(100% - 4px);
    position: absolute;
    z-index: 1;
    margin: 5px 2px;
    border-radius: 3px;
}

.tfu-autocomplete .tfu-autocomplete-item {
    padding: 5px;
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer;
}

.tfu-autocomplete .tfu-autocomplete-item-selected {
    background: #e6e6e6;
    border-radius: 5px;
}

.tfu-autocomplete .tfu-autocomplete-item-has-value:hover {
    background: #e6e6e6;
    border-radius: 5px;
}

.tfu-autocomplete .tfu-autocomplete-item:last-child {
    border-bottom: none;
}

.tfu-autocomplete .tfu-autocomplete-item span {
    word-break: break-word;
    white-space: pre-line;
}

.tfu-autocomplete-sm .tfu-autocomplete-placeholder {
    font-size: 10px !important;
    top: 9px !important;
}

.tfu-autocomplete-sm .tfu-autocomplete-items {
    padding: 7px 5px;
}

.tfu-autocomplete-sm .tfu-autocomplete-chevron {
    top: 4px !important;
}

.tfu-autocomplete-sm .tfu-autocomplete-close {
    right: 18px !important;
    padding: 7px 6px 6px !important;
    margin-top: 5px !important;
}

.tfu-autocomplete-sm .tfu-autocomplete-input {
    padding-right: 40px !important;
}

.fa-remove {
    color: red;
}

.btn-sm {
    padding: 3px 10px !important;
}

.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: 5px 10px !important;
}

.tr-colSpan {
    background: #eae9e9;
}

.form-control {
    padding: 5px 12px;
    height: 30px;
    border-radius: 0px !important;
    border: 1px solid #aaa;
}

.input-group-append {
    height: 30px;
}

.input-group-text {
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
    margin: 0;
    border: none;
    display: flex;
    align-items: center;
}

.react-select__control {
    min-height: 30px !important;
}

.react-select__value-container {
    padding: 0px 8px !important;
}

.css-tlfecz-indicatorContainer,
.react-select__dropdown-indicator,
.react-select__clear-indicator {
    padding: 2px !important;
}

.padding-10 {
    padding: 10px;
}

.variant-avatar {
    width: 70px;
    height: 100%;
    object-fit: cover;
}

.iconImageDefault .img-product-design {
    width: 150px;
    height: 100%;
    object-fit: cover;
}

.switch.small {
    width: 48px;
    height: 20px;
}

.switch.small .slider:before {
    height: 20px;
    width: 20px;
    left: 1px;
    bottom: 0px;
}

.wrap-data-cat {
    overflow-x: auto;
    background: #fff;
    border: 1px solid #ccc;
    /*box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, .15);*/
    padding: 10px;
}

.wrap-data-cat .category-item {
    max-height: 384px;
    overflow: auto;
    overflow-x: hidden;
}

.wrap-data-cat .category-item .nav-aside {
    background-color: #f5f6f8;
    flex-direction: column;
    line-height: 1.6;
    font-size: 13px;
    white-space: nowrap;
    margin-bottom: 25px;
}

.wrap-data-cat ul.row-select-category .nav-item.active {
    background-color: #cae7ff;
    color: #005ef9;
}

.wrap-data-cat .category-item .nav-aside .nav-link {
    min-height: 30px;
    height: auto;
}

.wrap-data-cat ul.row-select-category .nav-item:hover {
    background-color: #cae7ff;
    color: #005ef9;
    transition: all 0;
}

.nav-aside .nav-link {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
    height: 30px;
    color: rgba(27, 46, 75, 0.9);
    cursor: pointer;
    transition: all 0.25s;
}

.nav-aside .nav-item.active .nav-link {
    opacity: 1;
    color: #0168fa;
    font-weight: 500;
}

.pd-x-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.pd-y-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.d-flex {
    display: flex !important;
}

.text-wrap {
    white-space: normal !important;
}

.mg-l-auto {
    margin-left: auto;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.pd-x-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.category-content,
.products-content {
    position: absolute;
    z-index: 2;
}

.item-from-row {
    float: left;
    padding: 0px;
}

@media (min-width: 1366px) {
    .modal-tfulg {
        max-width: 90%;
    }

    .modal-tfumd {
        max-width: 50%;
    }
}

select.form-control {
    padding: 0;
    line-height: 30px;
    height: 30px !important;
}

@media (min-width: 576px) {
    .modal-tfulg {
        max-width: 90%;
    }

    .modal-tfumd {
        max-width: 50%;
    }
}

.footable-pagination li a {
    padding: 3px 5px;
}

.h-30px {
    height: 30px !important;
}

.h-50vh {
    height: 50vh !important;
}

.react-tagsinput--focused-custom {
    border-color: none !important;
}

.react-tagsinput-input-custom {
    background: transparent;
    border: 0;
    color: #777;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 6px;
    margin-top: 1px;
    outline: none;
    padding: 5px;
    width: 100%;
}

.react-tagsinput-tag-custom {
    background-color: #64c5b1;
    border-radius: 2px;
    border: 1px solid #a5d24a;
    color: #ffffff;
    display: inline-block;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 5px;
}

.react-tagsinput-tag-custom a::before {
    content: " \D7";
}

.label-normal {
    font-weight: 100;
}

.container-fluid {
    min-height: 600px;
}

.input-group-prepend {
    height: 30px;
}

.balance {
    font-size: 25px;
    color: #e0f3ef;
}

.notification-list .profile-dropdown .notify-item {
    padding: 4px 10px;
}

.flash-notice {
    background-color: #cbe2f9;
    color: #0b5cad !important;
    border: none;
}

.table > tbody > tr > td {
    white-space: pre-line;
    word-break: break-word;
}

.mt-20 {
    margin-top: 20px;
}

.checkbox.checkbox-success {
    word-break: break-word;
    /* justify-content: center; */
    display: flex;
}

.checkbox.checkbox-success.center {
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
}

.table-record {
    padding-left: 10px;
    color: #383a46;
}

.page-title-box {
    padding: 3px 30px;
}

.page-title-box .page-title {
    font-size: 17px;
}

/* .form-group .fa-remove {
	color: rgb(255, 255, 255);
} */

.box__actions {
    padding-left: 0px;
}

.ui-pnotify-sticker {
    display: none;
}

.collapse__cat {
    padding-right: 5px;
    cursor: pointer;
}

.tbl__scroll {
    max-height: 1000px;
    overflow: auto;
    min-height: calc(100vh - 255px);
}

.status__active {
    color: #64c5b1;
    font-weight: 600;
}

.status__unactive {
    color: #d65962;
    font-weight: 600;
}

.tr__group {
    background: rgb(103 99 99 / 8%);
    opacity: 0.8;
}

.editor__attr-value {
    display: none;
}

.editor-name:hover .editor__attr-value {
    display: block;
}

.editor-name:hover .attribute__value {
    display: none;
}

.div__input {
    position: relative;
}

.div__input .icon {
    position: absolute;
    right: 5px;
    top: 5px;
}

.div__input .icon .fa-check-circle-o {
    color: #238ae6;
    cursor: pointer;
}

.div__input .icon .fa-times-circle {
    color: saddlebrown;
    cursor: pointer;
}

.obj-fit-contain {
    object-fit: contain;
}

.sortable a {
    border: 1px solid #ccc;
    padding: 0 5px;
}

label.tfu-autocomplete-placeholder {
    color: #a0a0a0;
    font-weight: normal !important;
    position: absolute;
    cursor: text;
    left: 10px;
    top: 5px;
    font-family: inherit;
}

.box__search {
    padding: 10px;
    margin-top: 10px;
    margin-left: 0px;
    border: 1px solid #ccc;
    /*box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, .15);*/
}

.box__searchRefactor {
    padding: 10px;
    margin-top: 0px;
    margin-left: -10px;
    margin-right: -10px;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    /*box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, .15);*/
}

.box__attribute__values {
    max-height: 478px;
    overflow: auto;
}

.ui-product-photo-box .icon-delete {
    position: absolute;
    right: -5px;
    top: -5px;
}

.ui-product-photo-box .icon-delete:hover {
    font-size: 24px !important;
}

.section-description .previewComponent,
.section-description .previewComponent .imgPreview {
    width: 100%;
}

.section-description .previewComponent .imgPreview {
    float: left;
}

.section-description .previewComponent .ui-product-photo-item {
    float: left;
    padding-left: 5px;
    margin: 0px 0 10px;
    box-sizing: border-box;
    height: 140px;
}

.section-description .previewComponent .ui-product-photo-item img {
    width: 100% !important;
    height: 100% !important;
    display: block;
    object-fit: contain;
    border: 1px solid #cccccc;
}

.section-description .previewComponent .ui-product-photo-item .remove-image {
    right: 8px;
    top: -8px;
    cursor: pointer;
}

.section-description .previewComponent .ui-product-photo-item .remove-image:hover {
    font-size: 24px !important;
}

.section-description .previewComponent .ui-product-photo-item.selected img {
    border-color: #2684ff !important;
    box-shadow: 0 0 0 1px #2684ff;
}

.section-description .previewComponent .sortable {
    float: left;
    margin-left: 5px;
    margin-bottom: 5px;
}

.section-description .previewComponent .sortable a:hover {
    background: #c9c9c9;
}

.sticky-inner-wrapper {
    z-index: 10!important;
}

.sticky-outer-wrapper.active .product-navigate-buttons {
    padding: 10px;
    background: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    box-shadow: 0px 2px 5px 0px #ccc;
}

.agencyproducts .btn {
    padding: 5px 50px;
    margin-right: 5px;
}

/**
*	Tag inputs
*/

.react-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    overflow: hidden;
    padding-left: 5px;
    padding-top: 5px;
    min-height: 100px;
    border-radius: 4px;
}

.react-tagsinput--focused {
    border-color: #ccc;
}

.react-tagsinput-tag {
    background-color: #64c5b1;
    border-radius: 2px;
    border: 1px solid #64c5b1;
    color: #ffffff;
    display: inline-block;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 5px;
}

.react-tagsinput-remove {
    cursor: pointer;
    font-weight: bold;
}

.react-tagsinput-tag a::before {
    content: " \D7";
}

.react-tagsinput-input {
    background: transparent;
    border: 0;
    color: #777;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 6px;
    margin-top: 1px;
    outline: none;
    padding: 5px;
    width: 100%;
}

/**
*	Tag inputs
*/

.product-opf.section-description .ui-product-photo-item {
    width: 150px;
}

.product-opf.section-description .previewComponent .ui-product-photo-item .remove-image {
    top: -8px;
    cursor: pointer;
    right: auto;
}

.cat__update {
    top: 85px;
    left: 15px;
}

/*Tooltip*/

.tfu-tooltip {
    position: relative;
    display: initial;
    z-index: 1000;
}

.tfu-tooltip-content {
    position: absolute;
    background-color: #081310;
    text-align: center;
    color: #fff;
    transform: translateX(-50%);
    width: 300px;
    /*   white-space: break-spaces;*/
    border-radius: 4px;
    padding: 6px 10px;
    opacity: 0.7;
    z-index: 1;
}

.tfu-tooltip-content:before {
    content: "";
    position: absolute;
}

/* POSITION TOP */

.tfu-tooltip-content.top {
    bottom: 100%;
    left: 50%;
    margin-bottom: 20px;
}

.tfu-tooltip-content.top:before {
    top: 100%;
    left: 50%;
    margin-left: -4px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #081310;
}

/* POSITION RIGHT */

.tfu-tooltip-content.right {
    left: 100%;
    top: 50%;
    transform: translate(0, -50%);
    margin-left: 10px;
}

.tfu-tooltip-content.right:before {
    right: 100%;
    top: 50%;
    margin-top: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #000;
}

/* POSITION BOTTOM */

.tfu-tooltip-content.bottom {
    top: 100%;
    left: 50%;
    margin-bottom: 0;
    margin-top: 20px;
}

.tfu-tooltip-content.bottom:before {
    bottom: 100%;
    left: 50%;
    margin-left: -4px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #000;
}

/* POSITION LEFT */

.tfu-tooltip-content.left {
    right: 100%;
    top: 50%;
    transform: translate(0, -50%);
    margin-right: 10px;
}

.tfu-tooltip-content.left:before {
    left: 100%;
    top: 50%;
    margin-top: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #000;
}

/*End Tooltip*/

.scroll-slots {
    max-height: 215px;
    overflow: auto;
}

.delete-region {
    right: 0;
    position: absolute;
}

.table-hover tbody.tbody-warehouse tr:hover {
    background-color: white !important;
}

.border-silver {
    border-color: #dadada !important;
}

.variant-active {
    background-color: rgba(0, 0, 0, 0.1);
}

.box__shippings {
    float: left;
    width: 100%;
    max-height: 170px;
    padding-left: 10px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.div-guide {
    background: #cfcfcf;
}

.revert-label {
    color: #797979;
    letter-spacing: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.font-size-10px {
    font-size: 10px !important;
}

.variant-avatar-sm {
    width: 50px;
    height: 30px;
}

.p-l-5,
.p-x-5 {
    padding-left: 5px;
}

.p-r-5,
.p-x-5 {
    padding-right: 5px;
}

.p-t-5,
.p-y-5 {
    padding-top: 5px;
}

.p-b-5,
.p-y-5 {
    padding-bottom: 5px;
}

.mh-25px {
    min-height: 25px !important;
}

.deactive-scroll-input-number::-webkit-inner-spin-button,
.deactive-scroll-input-number::-webkit-outer-spin-button {
    -moz-appearance: textfield;
    -webkit-appearance: none;
    margin: 0;
}

.readonly-class {
    background-color: #e9ecef !important;
    opacity: 1 !important;
}

.avatar-xxl {
    height: 7.5rem;
    width: 7.5rem;
}

.member-card .img-thumbnail {
    height: 100%;
}

.btn-sm-font-size-10px {
    font-size: 10px;
    margin-right: 10px;
    vertical-align: middle;
    line-height: 4px;
}

.btn-add-sm-font-size-10px {
    padding: 1px 3px !important;
}

.btn-delete-sm-font-size-10px {
    margin-top: 7px !important;
    padding: 1px 4px 2px 3px !important;
}

.stock-warpper {
    padding: 16px;
    width: 350px;
    position: absolute;
    right: 0;
    color: #333;
    border-color: transparent;
    background-color: #f1f1f1;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.32);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.32);
    z-index: 1001;
}

.stock-warpper:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 6px 5px 0;
    border-color: transparent #f1f1f1 transparent transparent;
    right: -5px;
    top: 0px;
    transform: rotate(180deg);
}

.fileInput {
    white-space: pre-line;
}

.input-phone::-webkit-outer-spin-button,
.input-phone::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-phone[type="number"] {
    -moz-appearance: textfield;
}

.text-decoration-none:link,
.text-decoration-none:visited,
.text-decoration-none:hover,
.text-decoration-none:active {
    text-decoration: none !important;
}

.absolute-bottom {
    bottom: 0px;
}

.font-size-10px .form-control {
    height: 25px;
}

.text-black {
    color: #31434c;
}

.text-bold {
    font-weight: bold;
}

.font-size-12px {
    font-size: 12px !important;
}

.cart-box-header {
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    font-size: 14px;
    color: #000;
}

.shipping-services-cart-scroll {
    overflow: scroll !important;
    height: 33vh !important;
    border: 1px solid #ccc !important;
    padding: 10px 0px !important;
    width: 95% !important;
    margin: auto !important;
}

.card-widgets {
    float: right;
    height: 16px;
}

.color-info {
    color: #17a2b8;
}

.attribute-item {
    border-radius: 5px;
    border: 1px solid #e9ecef;
    padding: 10px;
}

.btn-copy:hover {
    background-color: #34d3eb !important;
    border: 1px solid #34d3eb !important;
    color: #fff !important;
}

.facebook-social .conversation-tab .conversation .time-box-wrapper {
    opacity: 0;
    visibility: hidden;
}

.facebook-social .conversation-tab .conversation .time-box {
    background-color: #797979;
    color: #fff;
    padding: 3px 4px;
    font-size: 80%;
    border-radius: 3px;
    height: fit-content;
    margin: auto;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

.color-inherit {
    color: inherit !important;
}

/*
	box-hover guide
	usage: 
	1. set class box-hover-content for initial hidden element
	2. hover to box-hover then 
	box-hover-content-child(child) or box-hover-content-childs(childs) 
	or box-hover-content-sib(sibling) will appear
*/

.box-hover-content {
    opacity: 0;
    visibility: hidden;
}

.box-hover:hover > .box-hover-content-child {
    opacity: 1;
    visibility: visible;
    transition: all 0.1s ease 0.5s;
}

.box-hover:hover .box-hover-content-childs {
    opacity: 1;
    visibility: visible;
    transition: all 0.1s ease 0.5s;
}

.box-hover:hover ~ .box-hover-content-sib {
    opacity: 1;
    visibility: visible;
    transition: all 0.1s ease 0.5s;
}

/* end box-hover guide */

.guide-connect-sendo .timeline-box {
    padding: 10px !important;
    margin-bottom: 10px !important;
}

.rounded.status {
    padding: 0px 10px;
}

.order-information {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
}

.order-information .information-title {
    display: flex;
    color: #858b9c;
    height: 28px;
    font-size: 14px;
    width: 100%;
    background-color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

.order-information .order-detail-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-height: 160px;
    background-color: #f2f3f7;
    border-radius: 4px;
    padding: 16px;
    box-sizing: border-box;
}

.order-information .order-detail-list .order-detail-item {
    width: 100%;
}

.ticket-return-order-detail .imgPreview {
    display: flex;
}

.ticket-return-order-detail .preview img {
    max-width: 100%;
    max-height: 150px;
}

#search-autocomplete .form-control::placeholder {
    font-size: 0.95rem;
    color: #aaa;
    font-style: italic;
}

#search-autocomplete #search-result {
    position: absolute;
    top: 42px;
    z-index: 10;
    width: 100%;
    left: 0;
}

#search-autocomplete #search-result .suggest_search {
    background: #fff;
    border: 1px solid #eee;
    z-index: 100000 !important;
    border-radius: 6px;
    box-shadow: 0 1px 8px rgb(0 0 0 / 30%);
}

#search-autocomplete #search-result .suggest_search .product-item:hover {
    background-color: #f2f3f4;
    cursor: pointer;
}

#search-autocomplete #search-result .suggest_search li {
    display: block;
    overflow: hidden;
    padding: 10px;
    border-bottom: 1px solid #eee;
}

#search-autocomplete #search-result .suggest_search li.product_suggest .item-img {
    float: left;
    width: 60px;
    height: auto;
    margin: 0 6px 0 0;
}

#search-autocomplete #search-result .suggest_search li.product_suggest .item-img img {
    width: 100%;
}

#search-autocomplete #search-result .suggest_search li.product_suggest .item-info {
    float: left;
    width: calc(100% - 66px);
}

#search-autocomplete #search-result .suggest_search li.product_suggest h3 {
    display: block;
    color: #333;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0px;
}

#search-autocomplete #search-result .suggest_search li.product_suggest .item-info .item-txt-sku {
    line-height: 20px;
}

#search-autocomplete .item-txt-sku {
    color: #333;
    font-size: 12px;
    line-height: 16px;
    margin-top: 0 !important;
    margin-bottom: 0px;
}

#search-autocomplete #search-result .suggest_search li.product_suggest .price {
    font-size: 14px;
    color: #222;
    float: none;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

#search-autocomplete-index .form-control::placeholder {
    font-size: 0.95rem;
    color: #aaa;
    font-style: italic;
}

#search-autocomplete-index #search-result-index {
    position: absolute;
    top: 42px;
    z-index: 10;
    width: 100%;
    left: 0;
}

#search-autocomplete-index #search-result-index .suggest_search {
    background: #fff;
    border: 1px solid #eee;
    z-index: 100000;
    border-radius: 6px;
    box-shadow: 0 1px 8px rgb(0 0 0 / 30%);
}

#search-autocomplete-index #search-result-index .suggest_search .product-item:hover {
    background-color: #f2f3f4;
    cursor: pointer;
}

#search-autocomplete-index #search-result-index .suggest_search li {
    display: block;
    overflow: hidden;
    padding: 10px;
    border-bottom: 1px solid #eee;
}

#search-autocomplete-index #search-result-index .suggest_search li.product_suggest .item-img {
    float: left;
    width: 60px;
    height: auto;
    margin: 0 6px 0 0;
}

#search-autocomplete-index #search-result-index .suggest_search li.product_suggest .item-img img {
    width: 100%;
}

#search-autocomplete-index #search-result-index .suggest_search li.product_suggest .item-info {
    float: left;
    width: calc(100% - 66px);
}

#search-autocomplete-index #search-result-index .suggest_search li.product_suggest h3 {
    display: block;
    color: #333;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0px;
}

#search-autocomplete-index #search-result-index .suggest_search li.product_suggest .item-info .item-txt-sku {
    line-height: 20px;
}

#search-autocomplete-index .item-txt-sku {
    color: #333;
    font-size: 12px;
    line-height: 16px;
    margin-top: 0 !important;
    margin-bottom: 0px;
}

#search-autocomplete-index #search-result-index .suggest_search li.product_suggest .price {
    font-size: 14px;
    color: #222;
    float: none;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

.badge-custom {
    background-color: #f2f3f4;
    padding: 5px 10px;
    text-transform: none;
    color: #6f787e;
}

.h-100vh {
    height: 100vh;
}

.lotus-alert-info {
    background-color: #e6f7ff;
    border: 1px solid #91d5ff;
}

.text-black {
    color: rgba(0, 0, 0, 0.85) !important;
}

.legacy-form-item {
    padding: 0;
    color: rgba(0, 0, 0, 0.85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    vertical-align: top;
}

.legacy-form-item-control-wrapper {
    flex: 1 1;
}

.legacy-form-item-control {
    position: relative;
    line-height: 40px;
}

.lotus-btn-dashed {
    color: rgba(0, 0, 0, 0.85);
    background: #fff;
    border: 1px solid #d9d9d9;
    border-color: #d9d9d9;
    border-style: dashed;
}

.lotus-btn-upload {
    min-height: 45px;
    border-radius: 2px;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
}

.lotus-btn-dashed:focus,
.lotus-btn-dashed:hover {
    color: #40a9ff;
    background: #fff;
    border-color: #40a9ff;
}

#preview-documents {
    margin-top: 10px;
}

#preview-documents .document-item {
    height: 200px;
    width: 200px;
    float: left;
    cursor: pointer;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 4px;
    padding: 8px;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
    margin-right: 10px;
}

#preview-documents .document-item:hover {
    border-color: #40a9ff;
}

#preview-documents .document-item:hover .document-overlay,
#preview-documents .document-item:hover .document-action,
#preview-documents .document-item:hover .document-name {
    display: block;
}

#preview-documents .document-item img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

#preview-documents .document-item .document-overlay {
    display: none;
    background: grey;
    opacity: 0.7;
}

#preview-documents .document-item .document-action {
    display: none;
}

#preview-documents .document-item .document-overlay,
#preview-documents .document-item .document-action {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
}

#preview-documents .document-item .document-action .action {
    vertical-align: middle;
    margin: 40% auto;
}

#preview-documents .document-item .document-name {
    display: none;
    position: absolute;
    bottom: 0;
    color: black;
    font-weight: 600;
    background: #e8e8e8;
    left: 0;
    opacity: 0.8;
}

#date-range .react-datepicker-wrapper {
    flex: 1 1 auto;
    width: 1%;
}

.customer-info-item {
    background: #f3f3f3;
    padding: 10px;
    border-radius: 10px;
}

.customer-info-item p {
    margin-bottom: 5px;
}

.scroll-x {
    overflow-x: scroll;
    display: block;
}

.order-packing .order-information {
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding-top: 0px;
}

.order-packing .order-detail-list {
    background-color: inherit;
    min-height: 0px;
}

.order-packing .order-detail-item span {
    font-weight: 600;
}

.order-packing .image-item {
    border: 1px solid #dee2e6;
    border-radius: 5px;
    cursor: pointer;
}

#box-barcode {
    padding-top: 10px;
    border-top: 3px solid;
}

#box-barcode .brand-logo {
    max-height: 100px;
    /* border: 1px solid #dee2e6; */
}

#box-barcode .mock-up-item {
    max-height: 150px;
}

#barcode::placeholder {
    color: #c4c7ca;
    font-weight: normal;
}

.numberorder-title {
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-size: 14px;
    padding-left: 100px;
    font-weight: 700;
}

.order-packing .order-detail-list {
    display: block;
}

.brand-logo .image-item,
.mock-up-item .image-item {
    padding: 10px 0px;
}

.mock-up-item .mockup-detail,
.brand-logo .mockup-detail {
    margin: auto;
    font-size: 17px;
}

#popover-mockup {
    max-width: 900px;
    width: 800px;
}

.mock-up-item img {
    object-fit: contain;
    max-height: 200px;
}

#popover-mockup img {
    max-height: 400px;
}

.mark-yellow {
    background-color: yellow;
}

table.packing .scan-tag {
    background: #e4e4e4;
    padding: 3px 10px;
    border-radius: 5px;
    margin-right: 10px;
    position: relative;
    padding-right: 20px;
}

table.packing .scan-tag .remove-scan-tag {
    color: red;
    position: absolute;
    top: -5px;
    right: -5px;
    cursor: pointer;
}

.bg-search-autocomplete {
    background-color: #e4e4e4 !important;
}

.overview {
    padding: 1rem;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
    margin-bottom: 10px;
}

.boosting-products {
    min-height: 385px;
    max-height: 385px;
}

.cursor-poiter {
    cursor: pointer;
}

.round-number {
    border: 1px solid black;
    border-radius: 50%;
    height: 30px;
    padding: 5px;
    width: 30px;
    text-align: center;
}

.white-space-nowrap {
    white-space: nowrap;
}

.flex-70 {
    flex: 70%;
}

/*===================begin signin-signup===================*/
.bg-account {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: url("../images/background_login.svg");
    flex: 1 1;
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-account .input-group-prepend {
    height: 32px;
}

.bg-account .main-account {
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    width: 500px;
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
}
.bg-account .main-account-mobile {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10vh;
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    width: auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
}

.bg-account .main-account .form-control {
    border-radius: 25px;
    padding: 15px 20px;
}
.bg-account .main-account-mobile .form-control {
    border-radius: 25px;
    padding: 15px 20px;
}

.bg-account .main-account .icon {
    position: absolute;
    right: 13px;
    top: 5px;
    font-size: 20px;
    cursor: pointer;
    opacity: 0.6;
}
.bg-account .main-account-mobile .icon {
    position: absolute;
    right: 13px;
    top: 5px;
    font-size: 20px;
    cursor: pointer;
    opacity: 0.6;
}

.bg-account .main-account .signin-other img {
    height: 30px;
}
.bg-account .main-account-mobile .signin-other img {
    height: 30px;
}

.bg-account .account-content .col-left {
    flex-basis: 60%;
    float: right;
    display: flex;
    justify-content: center;
}

.bg-account .account-content .col-right {
    flex-basis: 40%;
}

.bg-account .signup.container {
    /* position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; */
    margin: auto;
    width: 100%;
    height: 100%;
}

.bg-account .signup.container ::placeholder {
    color: #adacac;
}

.bg-account .signup.container .form-control {
    border-radius: 15px;
}

.bg-account .signup .react-select__control {
    border-radius: 15px;
}

.bg-account .signup .react-datepicker-popper {
    z-index: 10;
}

.bg-account .signup .ui-photo-item {
    width: 200px;
}

.bg-account .signup .ui-photo-item .file-upload {
    border: 1px dashed #adacac;
    border-radius: 15px;
}

.bg-account .signup .input-text {
    background: #000;
    width: 100px;
    color: #fff;
    padding-left: 15px;
}

.bg-account .signup .ui-photo {
    width: auto;
}

.align-items-end {
    align-items: end;
}

.w-100px {
    width: 100px;
}

.color_gray {
    color: #adacac;
}

.mb-20 {
    margin-bottom: 20px;
}

.color_white {
    color: white;
}

.btn-lotus {
    padding: 5px 25px;
    border-radius: 15px;
    cursor: pointer;
    text-align: center;
    margin: 0 1rem;
}

.btn-lotus-mobile {
    padding: 5px 5px;
    border-radius: 15px;
    cursor: pointer;
    text-align: center;
    margin: 0 5px;
}
.btn-lotus-account-type {
    padding: 5px 10px;
    border-radius: 15px;
    cursor: pointer;
    text-align: center;
    margin: 0 5px;
}

.btn-lotus-mobile-af {
    padding: 5px 25px;
    border-radius: 15px;
    cursor: pointer;
    text-align: center;
    margin: 0 5px 0 10px;
}

.hover_gray:hover {
    background-color: #d7d6d6;
    color: #000;
}

.btn-light-outline-dark {
    border: 1px solid #343a40;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.bg-account .signup.container .input-group-prepend .input-group-text {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.bg-account .signup.container .input-phone {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.signup .stepy-header li.stepy-active div {
    cursor: auto;
    border-color: #000;
    background-color: #000;
    color: #fff;
}

.signup .stepy-header li.stepy-active span {
    color: #000;
}

.signup .stepy-header li div {
    background-color: #000;
    border: 2px solid #000;
}

.signup .stepy-header li:after,
.signup .stepy-header li:before {
    background-color: #adacac;
}

.mt-10 {
    margin-top: 10px;
}

.justify-content-end {
    justify-content: end;
}

.justify-content-space-between {
    justify-content: space-between;
}

/*===================end signin-signup=====================*/

/* start flexicombo moda*/

.flexi-applied-product {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -5px;
}

.flex-applied-item {
    margin: 5px;
    display: flex;
    flex-direction: column;
    flex-basis: calc(20% - 10px);
}

.flex-applied-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    align-self: center;
}

.flex-applied-item div:first-child {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
}

.flex-applied-item-name {
    text-align: center;
}

.flex-applied-tags-input {
}

.flex-applied-tags-input .react-tagsinput {
    min-height: 50px !important;
}

.flexi-applied-product span {
    padding-left: 20px;
}

.img.img-small.img-box img {
    width: 100%;
}

#sidebar-menu > ul > li > a.active {
    background-color: #707681;
}

/* */
.input__rounded {
    border-radius: 13px;
    padding: 15px 20px;
    height: 37px;
}

.register__container {
    width: 99%;
    border: 1px solid #e2e2e2;
    border-radius: 16px;
    padding: 10px 24px;
    background-color: white;
}

.af__product-item--selected {
    border: 8px solid #64c5b1;
}

.af__product-item {
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.af__product-item-img {
    height: 180px;
    margin-bottom: 20px;
}

.flex-column {
    display: flex;
}

.text-link {
    text-decoration: underline !important;
    color: #64c5b1 !important;
    cursor: pointer;
}

.text-link:hover {
    text-decoration: underline !important;
    color: #00a784 !important;
}

.disabled {
    opacity: 0.65;
    pointer-events: none;
}

/*TFU SELECT*/

.item__input__select {
    color: #000;
}

.item__input__select .react-select__control--is-focused {
    border-color: hsl(0, 0%, 80%) !important;
    box-shadow: none !important;
}

/* Color picker*/
.react-colorful {
    margin-top: 10px;
}

.react-colorful__pointer {
}

.color__picker {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.react-colorful {
    margin-bottom: 10px;
}

.btn__change__color {
    margin-top: 10px;
}

.color__picker__input {
    width: 80%;
    border: 1px solid #333;
    border-radius: 7px;
    padding: 0 14px;
}

.a .disabled {
    opacity: 0.65;
}

tr.selected {
    background: #b0dfd5;
}

.modal-backdrop:nth-last-child(2) {
    z-index: 1050;
}

.modal-confirm {
    width: 500px;
}

/* react auto complete*/
.react-autosuggest__suggestions-container--open {
    position: absolute;
    width: 90%;
    background: #f1f1f1;
    z-index: 9;
    padding: 3px 5px 5px 5px;
}

.react-autosuggest__suggestions-container--open ul {
    width: 100%;
}

.section-variant .react-autosuggest__suggestions-container--open {
    position: relative;
}

.modal-backdrop:nth-last-child(2) {
    z-index: 1050;
}

.tfu-autocomplete-items table {
    width: 100%;
}

.tfu-autocomplete-items table tr {
    height: 50px;
    border-bottom: 1px solid #ccc;
    padding: 5px;
}

.tfu-autocomplete-items table tr:hover {
    background: #cdcdcd;
}

.show-hide-password {
    right: 20px;
    top: 2rem;
    position: absolute;
}

/*input phone*/
.input-group-phone {
    position: relative;
    display: flex;
    justify-content: flex-start;
    border: 1px solid #aaa;
    border-radius: 8px;
    overflow: hidden;
}

.input-group-phone input.input-phone {
    width: 100% !important;
    padding: 6px 10px 6px 3px !important;
    border: none !important;
    height: 100%;
    outline: none !important;
    border-radius: 0 !important;
    flex-basis: 100%;
}

.input-group-phone .input-group-prepend {
    border: none !important;
    outline: none;
}

.input-group-phone.invalid {
    background-color: #fee5e6;
}

.input-group-phone.valid {
    background-color: #fff;
}

/*Modal refactor */
.modal__extent__layout {
    position: fixed;
    width: 100%;
    min-height: 100vh;
    right: 0px;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    display: none;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding-bottom: 20px;
    padding-top: 40px;
    z-index: 1001;
}

.modal__extent__layout .modal__container {
    border-radius: 10px;
    margin-top: 0px;
    max-width: 1400px;
    /* width: 90% !important; */
    background: white;
    position: relative;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-height: 93vh;
}

.modal__extent__layout .modal__container .modal__body {
    overflow-y: scroll;
    max-height: 80vh;
}

.modal__extent__layout .modal__container .modal__body::-webkit-scrollbar {
    display: none;
}

.modal__header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: #666f7b;
}

.modal__header i {
    color: #666f7b;
    font-size: 16px;
    cursor: pointer;
}

.modal__extent__layout .modal-width-40.modal__container {
    width: 40% !important;
}

.modal__extent__layout.active {
    display: flex;
    width: 100%;
}

.flex-40 {
    flex-basis: 40%;
}

.flex-45 {
    flex-basis: 45%;
}

.flex-60 {
    flex-basis: 60%;
}

.flex-30 {
    flex-basis: 30%;
}

.flex-35 {
    flex-basis: 35%;
}

.flex-70 {
    flex-basis: 70%;
}

.flex-10 {
    flex-basis: 10%;
}

.flex-15 {
    flex-basis: 15%;
}

.flex-50 {
    flex-basis: 50%;
}

.flex-80 {
    flex-basis: 80%;
}

.flex-90 {
    flex-basis: 90%;
}

.download-resources {
    width: 99%;
    margin: 10px;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
}

.resource-items {
    display: flex;
    align-self: flex-start;
}

.resource-item {
    margin-right: 10px;
    padding: 5px;
}

.resource-item img {
    width: 100px;
    height: auto;
}

.resource-item.selected {
    border: 3px solid #2bdbf7;
    padding: 2px;
}

.resource-url {
    width: 100%;
}

.af-voucher-item {
    padding: 10px;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    box-shadow: 0px 1px 4px 0px;
    background: #00c853;
    color: #fff;
    min-width: 30%;
}

.af-voucher-item--flexcombo {
    background: #317fc3;
}

.af-voucher-item--title {
    font-size: 16px;
    font-weight: bold;
}

.ui-product-photo-item .avatar {
    border: 2px solid #28b259;
}

.ui-product-photo-item .active__item {
    color: #28b259;
    position: absolute;
    top: -8px;
    right: 3px;
    font-size: 25px;
}

.ui-footer {
    position: fixed;
    left: 290px;
    right: 50px;
    bottom: 0;
    z-index: 1047;
}

.biz-plan-cover .biz-plan-upgrade {
    margin: auto;
    max-width: 80%;
    padding: 16px;
    background-color: #353535;
    border-radius: 4px;
    color: #fff;
    position: relative;
}

.biz-plan-upgrade .col-auto {
    margin: auto;
}

.use-free {
    margin-left: 16px;
    max-width: 80%;
    min-width: 255px;
}

.biz-plan-upgrade .col-auto {
    margin: auto;
}

@media (min-width: 849px) {
    .magic-col {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
}

.mb-100 {
    margin-bottom: 100px;
}

.colors {
    display: flex;
}

.color-item {
    border: 1px solid #fff !important;
    padding: 2px;
    border-radius: 50%;
    cursor: pointer;
}

.color-item div {
    height: 25px;
    width: 25px;
    border-radius: 50%;
}

.color-item.active {
    border: 1px solid #000559 !important;
}

.text-ellipsis-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.w-40 {
    width: 40%;
}

.table__fix__height {
    min-height: fit-content;
}

.one-row {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

/* add artwork info */
.artwork-info-popular-label {
    font-weight: 600;
}

.artwork-info-popular-topic {
    display: flex;
    flex-direction: column;
}

.artwork-info-all-label {
    font-weight: 600;
}

.artwork-info-all-topic {
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
}

.all-topic {
    border-left: 2px solid lightgray;
    padding-left: 30px;
}

.topic-item {
    display: inline-block;
    padding: 5px 10px;
}

.topic-item.active {
    border: 1px solid green;
    border-radius: 10px;
}

.component-scale {
    /* transform: scale(0.6);
    transform-origin: 50% 0%; */
}
.component-scale-only {
    /* transform: scale(0.6); */
}

h1.blog-title {
    font-size: 40px;
    font-weight: bold;
}

/* .component-scale div.printer-wrapper {
    width: 575px;
}
.component-scale .header-barcode img,
.component-scale .header-barcode svg {
    transform: scale(0.6) !important;
}
.component-scale .header-barcode img{

} */
.flex-basic-content {
    flex-basis: content !important;
}

.image-cover {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.modal-class-body {
    min-height: 50vh;
}
.minHeightZero {
    min-height: 0 !important;
}
.pointer {
    cursor: pointer;
}
.box-border {
  border: 1px solid #ccc;
}