ul.main_list-support,
ul.main_list-account {
  padding-left: 0;
}


@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.p-0 {
  padding: 0px;
}

.col-6 p.sale {
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */

  text-align: right;
  text-transform: uppercase;

  /* Primary Colors/Color brand */

  color: #FF6B00;
}

.detail-page .notification-type p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  text-transform: uppercase;
  color: #FF6B00;
}

/* post-list template css */


.off {
  display: none;
}

.dl-flex {
  display: flex;
}

.brw-br-10 {
  background-color: #fff;
  border-radius: 10px;
}

.post-list-layout {
  padding-bottom: 50px;
}

.search-form {
  position: relative;
  width: 280px;
  height: 52px;
  border-radius: 40px;
  background: #fff;
  transition: all 0.3s ease;
}

.search-form input:focus {
  color: #A7A9AC;
  border: 1px solid #4D4D4F;
  border-radius: 40px;
}

.searchList {
  background: none;
  padding-left: 22.5px;
  color: #A7A9AC;
  width: 280px;
  height: 52px;
  appearance: none;
  outline: none;
  border: 1px solid #E7E7E7;
  border-radius: 40px;
}

.search-icon {
  position: relative;
  bottom: 70%;
  left: 85%;
}

.searchList::-webkit-search-cancel-button {
  appearance: none;
}

.menu-list-category ul li {
  list-style: none;
}

.left-categories {
  padding: 10px 15px 10px 15px;
}

h2.title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 23.44px;
  text-align: center;
  padding: 12px 0px;
  margin-bottom: 0px;
}

.title-news h2.title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 23.44px;
  text-align: center;
  padding: 12px 0px;
  margin-bottom: 0px;
  width: 215px;
}

a.categorie {
  color: #4D4D4F;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  padding-left: 10px;
}

.list-down-icon {
  font-size: 16px;
  position: relative;
  float: right;
  padding-right: 16px;
  color: #4D4D4F;
}

.list-down-icon::after {
  content: "";
  clear: both;
}

ul.list-categories {
  margin-bottom: 0px;
  padding-left: 0px;
}

p.cate-menu {
  padding: 11px 0px;
  margin: 0px 10px;
  margin-bottom: 0px;
  line-height: 18px;
}

.title-news {
  border-bottom: 3px solid #4D4D4F;
  padding: 12px 0px;
  margin: 0px 30px 20px 30px;
}

.left-side-bar {
  background: #FFFFFF;
  border-radius: 10px;
  margin-top: 20px;
}

.news {
  padding-bottom: 12px;
}

.news-list {
  padding: 0px 12px;
}

.news-type {
  line-height: 0px;
}

.news-title {
  line-height: 14px;
}

.news-title a {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  color: #4D4D4F;
  display: -webkit-box;
  max-height: 3.2rem;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  line-height: 1.6rem;
}

.news-date {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 8px;
  line-height: 11px;
  color: #3D94FF;
}

.news-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.news-img {
  width: 55px;
  height: 55px;
}

.news-type a {
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  color: #FF6B00;
}

.news-date p {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 8px;
  line-height: 11px;
  color: #3D94FF;
}

.hot-news-list li {
  list-style-type: none;
  padding-bottom: 20px;
}

.hot-news-list li a {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;

  /* Primary Colors/Gray - 85 */

  color: #4D4D4F;
}

.news-item-content a {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #4D4D4F;
  display: -webkit-box;
  max-height: 7.2rem;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 4;
  line-height: 1.6rem;
  text-align: -webkit-auto;
}

.row.list-news {
  box-shadow: 4px 6px 7px -3px rgb(245 140 77 / 50%);
  border-radius: 10px;
}

.news-list-container {
  border: 2px solid #fff;
  padding: 0px 16px;
  z-index: 2;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 1px #00000026;
}

.tab-odm-content .post-all {
  padding-bottom: 55px;
  background: #FFFFFF;
  border-radius: 10px;
}

.post-list.row {
  padding: 30px 20px;
}

.list-item-title {
  padding-bottom: 16px;
}

.news-mg {
  position: relative;
  width: 220px;
  min-height: 220px;
}

.list-item-title a {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #FF6B00;
}

.news-read-more a {
  font-weight: 500;
  font-size: 11px;
  line-height: 18px;
  color: #FF6B00;
}

.create-time a {
  font-weight: normal;
  font-size: 11px;
  line-height: 18px;
  color: #3D94FF;
}

.carousel>.carousel-indicators>li {
  background: #fff;
  border: 1px solid #ff6b00;
  width: 11px;
  height: 11px;
  border-radius: 200px;
}

ol.carousel-indicators {
  margin-bottom: 0px;
}

.post-list-layout .carousel-indicators .active {
  width: 30px !important;
  background-color: #FF6B00 !important;
}

/* contact-template */
.main_btn-contact-submit__13aDD,
.main_btn-default__1nxT6 {
  height: 54px;
  border-radius: 32px;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
}

.main_btn-default__1nxT6 {
  background: #a7a9ac;
  padding: 0 32px;
  border: 0;
}

.main_mr-20 {
  margin-right: 20px !important;
}

.contact_contact-description {
  text-align: center;
  color: #6d6e71;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

.main_btn-contact-submit {
  background: #ff6b00;
  padding: 15px 60px;
  border: 1px solid transparent;
  text-align: center;
}

.main_btn-contact-submit:hover {
  color: #fff;
  opacity: .8;
  background-color: #ff6b00;
}

.main_btn-default:hover {
  opacity: .8;
  background: #a7a9ac;
  color: #fff;
}

section.section-contact {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 20px;
  margin-bottom: 50px;
  margin-top: 25px;
}

h1.contact-title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #4D4D4F;
}

.contact-font {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #6D6E71;
  margin-bottom: 10px;
}

.contact-decription {
  font-family: 'Roboto', sans-serif;
  padding-bottom: 6px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: var(--primary);
}

.select-vocative {
  height: 54px;
  font-size: 16px;
  padding-left: 20px;
  background-size: 40px 16px;
}

.form-contact.form-control:focus,
.form-contact.form-select:focus {
  background-color: #fff;
  border: 2px solid #FF6B00;
  outline: 0;
  box-shadow: none;
}

/* order-management */
.order-management {
  background: #fff;
  border-radius: 10px;
}

.order-management-title {
  padding: 25px 30px;
}

.od-mng-menu-item a {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  text-align: center;
  color: #A7A9AC;
  flex: none;
  order: 0;
  flex-grow: 0;
  border-radius: 0px !important;
  padding: 17px 16px;
}

.odm-management-list-template .od-mng-menu-item {
  flex: 1 1 auto;
}

.nav-pills .od-mng-menu-item .nav-link.active {
  background: #FF6B00;
  color: #FFFFFF;
  border-top: 2px solid #FF6B00 !important;
}

.wpcf7-form.init .wpcf7-form-control {
  color: #4D4D4F;
}

h3.style-text-cancal-reason {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

a.nav-link:hover {
  color: var(--color);
}

.nav-pills .od-mng-menu-item .first-child-odm.nav-link.active,
.od-mng-menu-item .first-child-odm {
  border-radius: 0px 0px 0px 10px !important;
}

.nav-pills .od-mng-menu-item .last-child-odm.nav-link.active:first-child,
.od-mng-menu-item .last-child-odm {
  border-radius: 0px 0px 10px 0px !important;
}

/* select */

.wrapper {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wrapper .title {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}

.select_wrap {
  width: 225px;
  margin: 15px auto;
  position: relative;
  user-select: none;
}

.select_wrap .default_option {
  background: #fff;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}

.select_wrap .default_option li {
  padding: 10px 20px;
}

img.img-fluid.ghtk-img {
  width: 35%;
  height: 30px;
}

.select_wrap .default_option:before {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-color: transparent transparent #555555 #555555;
  transform: rotate(-45deg);
}

.select_wrap .select_ul {
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  display: none;
}

.select_wrap .select_ul li {
  padding: 10px 20px;
  cursor: pointer;
}

.select_wrap .select_ul li:first-child:hover {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.select_wrap .select_ul li:last-child:hover {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.select_wrap .select_ul li:hover {
  background: #fff4dd;
}

.select_wrap .option {
  display: flex;
  align-items: center;
}

.select_wrap .option .icon {
  background: url('https://i.imgur.com/oEZu0sK.png') no-repeat 0 0;
  width: 32px;
  height: 32px;
  margin-right: 15px;
}

.select_wrap .option.pizza .icon {
  background-position: 0 0;
}

.select_wrap .option.burger .icon {
  background-position: 0 -35px;
}

.select_wrap .option.ice .icon {
  background-position: 0 -72px;
}

.select_wrap .option.fries .icon {
  background-position: 0 -111px;
  width: 25px;
}

.select_wrap.active .select_ul {
  display: block;
}

.select_wrap.active .default_option:before {
  top: 25px;
  transform: rotate(-225deg);
}

/* reponsive footer */
/* tắt tạm thời */

.main-certification .d-flex.flex-wrap img {
  width: 45%;
}

.footer-mobile-delivery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.certification-mobile {
  display: none;
}

.col-5.footer-qr.pr-0.logo-download-app-mobile {
  display: none;
}

.footer-infomation-contents {
  padding-right: 1rem;
}
.footer-infomation-contents p{
  margin-bottom: 0 !important;
}
.main_link-group {
  padding-top: 22px;
}


@media (max-width: 768px) {
  .text-content-bg {
    background: url(../img/background/Subtract.png);
    background-size: none;
    overflow: none;
    height: auto;
    width: auto;
    left: auto;
    top: auto;
    border-radius: 10px;
  }

  .footer-mobile-delivery {
    justify-content: flex-start;
  }

  .main_footer .main_footer-container .main_footer-content .main_footer-right .main_application-download .main_link-group .main_list-link {
    justify-content: space-evenly;
  }

  .col-5.footer-qr.pr-0.logo-download-app-mobile span {
    width: 100% !important;
    height: 100% !important;
  }

  .col-5.footer-qr.pr-0.logo-download-app {
    display: none;
  }

  .container {
    width: auto;
  }

  .certification-mobile {
    display: block;
  }

  .main_info {
    text-align: justify;
  }

  .certifications {
    justify-content: space-between;
  }

  .main_footer {
    padding: 20px 16px 12px 16px !important;
  }

  .certification-img {
    width: 47%;
  }

  .main_list-support li {
    padding-bottom: 6px;
  }

  ul.main_list-account,
  ul.main_list-support {
    padding: 0px 4px;
  }

  .footer-infomation-contents {
    padding: 0px 16px 0px 16px;
  }


  .main_footer .main_footer-container .main_footer-content .main_footer-right .main_application-download .main_register-info .main_email-info .main_btn-send {
    width: 80px !important;
  }

  .main_footer .main_footer-container .main_footer-content .main_footer-right .main_application-download .main_register-info .main_email-info input {
    height: 35px !important;
    font-size: 16px !important;
  }

  .main_footer .main_footer-container .main_footer-content .main_footer-right .main_application-download .main_register-info .main_email-info {
    height: 40px !important;
  }

  .main_footer .main_footer-container .main_footer-content .main_footer-right .main_application-download .main_register-info .main_register-title {
    font-size: 24px !important;
    padding-top: 16px !important;
    padding-bottom: 8px !important;
    line-height: 20px !important;
    font-weight: 600 !important;
  }

  .col-5.footer-qr.pr-0 span {
    width: 50% !important;
    height: 50% !important;
  }

  .justify-content-between {
    justify-content: space-around !important;
    padding-left: 40px;
    height: 150px;
  }

  .col-5.footer-qr.pr-0.logo-download-app-mobile {
    display: block;
  }

  img.img-fluid.ghtk-img {
    width: 19% !important;
  }

  .col-7.pl-2.d-flex.flex-column.justify-content-between span {
    width: 150px !important;
    height: 60px !important;
  }

  .main_register-info {
    display: none;
  }

  .home-img-dt {
    display: flex;
    flex-direction: row;
  }

  .home-img-dt .hover-img {
    display: block;
  }

}

@media (min-width: 1024px) {
  .d-flex.flex-wrap.main-certification-icon {
    justify-content: start;
    flex-flow: row;
    padding: 0px 6px;
    column-gap: 12px;
  }
}

.odm-sort-bar {
  display: flex;
  padding: 10px 0px;
  align-items: center;
}
.odm-sort-bar-yeu-thich{
  justify-content: left;
}

span.odm-sort {
  line-height: 19px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #6D6E71;
}

.odm-filter select {
  width: 190px;
  border: none;
  box-shadow: 0px 6.54619px 5.23696px rgb(0 0 0 / 3%), 0px 2.72402px 2.17921px rgb(0 0 0 / 2%);
  border-radius: 10px;
  margin-left: 30px;
  height: 44px;
}

.table-responsive.odm-item {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 30px 0px;
  margin-bottom: 20px;
  padding-bottom: 0px
}

.odm-management-list-template .odm-sort-bar .odm-filter.active a.toggle-btn {
  height: 40px;
}

.odm-item-title {
  padding: 0px 30px 25px 30px;
}

.odm-items {
  padding: 15px 30px 10px 30px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.odm-action {
  justify-content: flex-end;
  align-items: center;
}

.col-12.odm-management-list-template {
  margin-bottom: 30px;
}

.odm-item-footer {
  padding: 28px 30px 28px 30px;
}

span.total {
  padding-left: 10px;
  font-size: 16px;
  line-height: 23px;
  text-align: right;
  color: var(--color);
  font-weight: 500;
}

.odm-total-money {
  justify-content: flex-end;
  padding-bottom: 22px !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: right;
  align-items: center;
  color: #6D6E71;
}

a.cancel-order,
.refund-item .refund-order {
  cursor: pointer;
  padding-right: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-decoration-line: underline;
  color: var(--color);
}

span.odm-item-code a,
.odm-status-detail {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #4D4D4F;
}

.odm-item-code span {
  color: var(--color);
}

li.current-page.active a {
  background: #ff6b00;
}

span.odm-item-status {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  text-align: right;
  text-transform: uppercase;
  color: #FF6B00;
  display: flex;
  justify-content: flex-end;
}

a.chat {
  border: 1px solid var(--color);
  border-radius: 10px;
  padding: 9px 26px;
}

.detail-item-code .order-code {
  color: #4D4D4F;
}

a.btn-cancel.style-btn-detail-cancel {
  background: #FF6B00;
  border-radius: 20px;
  padding: 10px 45px;
  color: #fff;
}

.btn.style-btn-lock-detail {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #FFFFFF;
  background: var(--color);
  padding: 9px 24px;
  border-radius: 99px;
}

.border-dsdh-cancel {
  border: 3px solid var(--color);
  border-radius: 10px;
  padding: 30px 2px;
  padding-top: 71px;
  display: grid;
  justify-items: center;
}

.style-popup-3 .modal-dialog-scrollable .modal-content.modal-content-cancel {
  border-radius: 20px;
}

.style-popup-3 .modal-body .border-cancel {
  border: 2px solid var(--color);
}

.modal-content-cancel .style-popup-3 .modal-body {
  padding: 22px 23px;
}

.odm-action-submit input.btn.btn-primary,
.odm-function-submit input.btn.btn-primary {
  width: 160px;
  height: 38px;
  color: #fff;
  background-color: var(--color);
  border: none;
  border-radius: 10px;
  font-weight: 500;
}

.odm-function-submit {
  padding-left: 10px;
}

.odm-action-submit.btn-complete-order {
  padding-left: 0px;
}

.odm-function-submit input.btn.btn-primary {
  background-color: #fff;
  border: 1px solid var(--color);
  color: var(--color);
}

.odm-action-submit {
  padding-left: 10px;
}

.odm-chat-action {
  padding-top: 0px;
}

.odm-chat-action a {
  cursor: pointer;
}

.odm-product-content {
  display: -webkit-box;
  max-height: 5.2rem;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  line-height: 1.6rem;
}

.style-product td.odm-table:first-child {
  padding-left: 0px !important;
  padding-right: 20px;
}

.style-product td.odm-table:last-child {
  padding-right: 0px !important;
}

.refund-dropdown-content img {
  min-width: 150px;
}

.odm-sale-price.dl-flex {
  justify-content: flex-end;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  text-align: right;
  color: #FF6B00;
}

td.odm-table {
  padding: 10px 0px 15px 0px;
  padding-right: 20px;
}

tr>.style-product>td {
  padding: none;
}

.odm-product-name,
.odm-product-quantity {
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  align-items: center;
  color: #4D4D4F;
}

.odm-product-name:hover {
  color: var(--color);
}

button.close-cancel-order {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
}

.odm-product-nickname {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #3D94FF;
}

.odm-product-due-date,
.odm-product-type-detail,
.decription {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #4D4D4F;
}

.odm-product-type {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #4D4D4F;
}

.odm-product-quantity {
  font-weight: 500;
}

p.original-price {
  font-weight: 500;
  font-size: 12px;
  line-height: 32px;
  text-align: right;
  text-decoration-line: line-through;
  color: #6D6E71;
  padding-right: 10px;
}

.fade:not(.show) {
  display: none;
}

.refund-item .refund-order {
  padding-right: 20px;
  color: #A7A9AC;
}

.delivering-status .refund-order {
  color: var(--color);
}

.table-responsive.odm-navigation {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 10px 30px;
}

.odm-status-detail {
  text-align: right;
  color: #1DAB9E;
  text-transform: none;
  padding-right: 6px;
}

.odm-order-overview {
  font-weight: 400;
  font-size: 16px;
  line-height: 50px;
  color: #4D4D4F;
}

/* pagination */
.pagination a {
  color: #000;
  float: left;
  padding: 6px 12px;
  text-decoration: none;
  background: #F1F2F2;
  border-radius: 50%;
  margin-left: 8px;
  font-size: 12px;
}

/* thiết lập style cho class active */
.pagination a.active {
  background-color: var(--color);
  color: #fff;
  /*Thiết kế hình tròn với CSS*/
  border-radius: 50%;
}

/* thêm màu nền khi người dùng hover vào class không active */
.pagination a:hover:not(.active) {
  background-color: #ddd;
  /*Thiết kế hình tròn với CSS*/
  border-radius: 50%;
}

.odm-page-pagination {
  padding-top: 8px;
}

.odm-account-info {
  display: flex;
}

.odm-account-content a {
  line-height: 60px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.odm-unread-menu-quantity {
  color: var(--color);
}

.active .odm-unread-menu-quantity {
  color: #fff;
}

/* side-bar */

#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled {
  padding-left: 250px;
}

#wrapper.toggled #sidebar-wrapper {
  width: 250px;
}

#page-content-wrapper {
  width: 100%;
  position: absolute;
  padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -250px;
}

.refund-dropdown-content {
  display: none;
  position: absolute;
  transform: translateX(-70px);
  max-width: 160px;
  z-index: 1;
}


.refund-dropdown-content p {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #4D4D4F;
  text-align: justify;
  margin-bottom: 0px;
  width: 120px;
  position: absolute;
  bottom: 20%;
  left: 10%;
}

.odm-last-update-hover:hover .refund-dropdown-content {
  display: block;
}

/* Sidebar Styles */
.odm-icon-w-10 {
  width: 9% !important;
}

.sidebar-nav {
  padding: 20px 0px;
  list-style: none;
}

.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 60px;
  letter-spacing: -0.03em;
  color: #4D4D4F;
}

.sidebar-nav li .active {
  color: #fff;
  text-decoration: none;
  background: var(--color);
}

.sidebar-nav li .active img {
  filter: invert(93%) sepia(0) saturate(0%) hue-rotate(287deg) brightness(219%) contrast(100%);
}

.sidebar-nav li a>img {
  width: 8%;
  margin-right: 10px;
}

.sidebar-nav li a:hover img {
  filter: invert(93%) sepia(0) saturate(0%) hue-rotate(287deg) brightness(219%) contrast(100%);
}

.sidebar-nav li a:hover {
  color: #fff;
  text-decoration: none;
  background: var(--color);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}

.sidebar-nav>.sidebar-brand a {
  color: #999999;
}

.sidebar-nav>.sidebar-brand a:hover {
  color: #fff;
  background: none;
}

@media(min-width:768px) {
  #wrapper {
    padding-left: 250px;
  }

  #wrapper.toggled {
    padding-left: 0;
  }

  #wrapper.toggled #sidebar-wrapper {
    width: 0;
  }

  #page-content-wrapper {
    padding: 20px;
    position: relative;
  }

  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
}



/* dropdown */

.toggle-btn {
  position: relative;
  display: block;
  color: var(--color-2);
  padding: 10px;
  text-decoration: none;
  margin-bottom: 5px;
  background: #FFFFFF;
  box-shadow: 0px 6.54619px 5.23696px rgba(0, 0, 0, 0.0282725), 0px 2.72402px 2.17921px rgba(0, 0, 0, 0.0196802);
  border-radius: 10px;
}

.odm-filter a {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  padding-left: 16px;
  color: #6D6E71;
  margin-bottom: 0px;
}

.odm-filter {
  padding-left: 30px;
}

.odm-filter a:hover {
  color: #6D6E71;
}

.odm-icon-dropdown {
  float: right;
  padding-top: 2px;
  margin-right: 8px;
  margin-top: 4px;
  transition: 0.2s ease-in-out;
  transform: rotate(0deg);
  width: 10%;
}

.odm-icon-dropdown::after {
  clear: both;
}

/* .toggle-btn.active .odm-icon-dropdown::before {
  transform: rotate(-45deg);
} */
.odm-filter.active a.toggle-btn {
  color: #fff !important;
  background-color: var(--color) !important;
  border-radius: 12px 12px 0px 12px;
  z-index: 2;
}

.odm-filter.active a.toggle-btn2 {
  color: #fff !important;
  background-color: var(--color) !important;
  border-radius: 12px 12px 0px 12px;
  z-index: 10;
}

.odm-filter.active .toggle-btn .odm-icon-dropdown {
  transform: rotate(-180deg) !important;
  filter: invert(93%) sepia(0) saturate(0%) hue-rotate(287deg) brightness(219%) contrast(100%);
}

.odm-form-check .form-check-input:checked[type=checkbox] {
  background-image: url(../img/odm/icon-tich-shadow.svg) !important;
  background-size: 9px;
}

.odm-form-check .form-check-input:checked {
  background-color: #fff;
  border-color: var(--color) !important;
  filter: drop-shadow(-0.7px 1.6px 0.4px #FF6B00) !important;
}

.odm-form-check .form-check-input:focus {
  border-color: var(--color) !important;
  border: 1px solid;
  outline: none;
  box-shadow: none;
}

.odm-form-check .form-check-input {
  margin-left: 0;
  margin-top: 3px;
}

.odm-form-check label.form-check-label {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  align-items: center;
  color: #4D4D4F;
}

.odm-filter-box {
  opacity: 0;
  /* transition: 0.3s ease-in-out; */
  background: #FFFFFF;
  border: 1px solid #FF6B00;
  border-radius: 20px 0px 20px 20px;
  width: 240px;
  position: absolute;
  transform: translate(-50px, 0px);
  z-index: -1;
}

.odm-filter.active .odm-filter-box {
  opacity: 1;
  z-index: 5;
}

.odm-filter-box ul {
  padding: 15px;
  margin-top: 10px;
  margin-bottom: 0;
}

/* detail-post */

.detail-order-page {
  padding-top: 20px;
  padding-bottom: 60px;
}

.pd-0 {
  padding: 0px;
}

.detail-odm {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
}

.detail-odm-header {
  padding: 30px 30px 24px 30px;
  border-bottom: 1px solid #A7A9AC;
}

a.return-page {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #6D6E71;
}

a.return-page img {
  padding-right: 8px;
}

.detail-item-status {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  text-transform: uppercase;
  color: #FF6B00;
}

.detail-code-status {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #4D4D4F;
  display: flex;
  justify-content: flex-end;
}

.detail-item-status::before {
  content: '';
  border-left: 2px solid var(--color);
  padding-left: 10px;
}

.detail-item-code {
  padding-right: 14px;
}

.detail-menu-status a {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #A7A9AC;
  flex: none;
  order: 0;
  flex-grow: 0;
  border-radius: 0px !important;
  padding: 16px 11px;
}

li.detail-menu-status {
  border-width: 2px 2px 2px 0px;
  border-style: solid;
  border-color: #C7C8CA;
  width: 100%;
}

li.detail-menu-status.passed {
  border-width: 2px 2px 2px 0px;
  border-style: solid;
  border-color: var(--color);
}

.odm-detail-main-menu {
  padding: 30px;
}

.detail-menu-status img {
  height: 60px;
  padding: 13px 55px;
  min-width: 140px;
  width: 100%;
}

/* .detail-menu-status img:last-child {
  padding: 15px 55px;
} */

.detail-odm-body-status {
  padding-bottom: 22px;
}

.odm-detail-main-menu ul {
  display: flex;
  flex-wrap: unset;
  max-height: 60px;
}

.odm-detail-main-menu ul .detail-menu-status.passed:first-child {
  border-radius: 50px 0px 0px 50px;
  border-left: 2px solid var(--color);
}

.odm-detail-main-menu ul .detail-menu-status:first-child {
  border-radius: 50px 0px 0px 50px;
  border-left: 1px solid #C7C8CA;
}

.odm-detail-main-menu ul .detail-menu-status:last-child {
  border-radius: 0px 50px 50px 0px;
  min-width: 164px;
}

/* .odm-detail-main-menu ul .detail-menu-status img:last-child {
  padding: 15px 40px;
} */

.odm-detail-main-menu ul .detail-menu-status.active {
  border-color: var(--color);
  background-color: var(--color);
}

.odm-detail-main-menu ul .detail-menu-status.active img {
  filter: invert(0%) sepia(0) saturate(0%) hue-rotate(266deg) brightness(137%) contrast(137%)
}

.detail-order-status ul {
  justify-content: space-evenly;
  padding-bottom: 20px;
}

.detail-order-status ul .detail-order-product-status {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #4D4D4F;
  margin-right: 16px;
  opacity: 0;
}

.detail-order-status ul .detail-order-product-status.active {
  opacity: 1;
}

.odm-detail-main-menu ul .detail-menu-status.passed img {
  opacity: 1;
}

.detail-menu-status .detail-menu-status-word {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  padding-top: 16px;
  color: #4D4D4F;
}


.detail-menu-status .detail-menu-status-word p {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #4D4D4F;
  min-width: 120px;
}

.detail-odm-action {
  padding: 30px;
  padding-bottom: 40px;
}

.detail-order-note p {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #4D4D4F;
  margin-bottom: 0;
  padding-top: 6px;
}

.detail-order-note p span {
  color: var(--color);
}

.detail-delivery-info {
  padding: 30px;
  /* border-top: 1px solid #e7e7e7; */
}

.detail-delivery-info p.order-bill-info {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FF6B00;
}

.detail-delivery-info p {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #4D4D4F;
}

.detail-delivery-info b {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #4D4D4F;
}

.detail-transporters-info .order-bill-info {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FF6B00;
}

.detail-process-delivery {
  padding-left: 20px;
}

.detail-delivery-timeline {
  padding-left: 26px;
  margin-bottom: 30px;
}

.bb-2 {
  border-bottom: 1px solid #C7C8CA;
}

.detail-customer-contact {
  justify-content: space-between;
  padding: 12px 30px;
}

.trademark p {
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  color: #FF6B00;
}

.detail-customer-contact .odm-chat-action {
  padding: 8px 0px;
}

.detail-customer-contact .odm-chat-action .chat {
  background: var(--color);
}

.detail-bill p,
.detail-money p {
  text-align: right;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #4D4D4F;
  margin-bottom: 10px;
}

.detail-money .total-money {
  color: var(--color);
}


/* time-line */
.timeline {
  content: "";
  border-left: 2px dashed #C7C8CA;
  position: relative;
  list-style: none;
}

.timeline .timeline-item {
  position: relative;
}

.timeline .timeline-item:first-child {
  bottom: 2px;
}

.timeline .timeline-item:first-child span {
  color: #4D4D4F;
  font-weight: 500;
}

.timeline .timeline-item:last-child {
  top: 2px;
}

.timeline .timeline-item:last-child::after {
  position: absolute;
  display: block;
  background-color: hsl(0, 0%, 90%);
  left: -31px;
  transform: translateY(2px);
  border-radius: 50%;
  height: 8px;
  width: 8px;
  content: "";
  top: 5px;
}

.timeline .timeline-item:first-child:after {
  background-color: var(--color)
}

.timeline .timeline-item:after {
  position: absolute;
  display: block;
  background-color: hsl(0, 0%, 90%);
  left: -31px;
  transform: translateY(2px);
  border-radius: 50%;
  height: 8px;
  width: 8px;
  content: "";
  top: 0;
}

.timeline-item.delivery-timeline p {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #4D4D4F;
}

.timeline-item.delivery-timeline {
  position: relative;
  margin-bottom: 20px !important;
}

.timeline-item.delivery-timeline .timeline-item-detail {
  padding-left: 22px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #A7A9AC;
}

.detail-odm-items {
  padding: 15px 30px;
}



/* Cancel order */

.detail-cancel-menu {
  padding: 30px 12px;
}

.detail-cancel-menu ul {
  justify-content: space-between;
  padding: 15px 65px;
  border-width: 2px;
  border-style: solid;
  border-color: #C7C8CA;
  border-radius: 50px;
  background: #C7C8CA;
}

.detail-cancel-menu ul .cancel-status {
  position: absolute;
  padding-top: 60px;
  transform: translateX(-55%);
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #4D4D4F;
}

.detail-cancel-menu ul .cancel-status p {
  font-weight: 400;
  font-size: 12px;
  width: 160px;
}

.detail-time-sheet .cancel-time-sheet {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #4D4D4F;
}

.odm-items-cancel {
  padding: 15px 30px;
}

/* popup */

.style-popup-3 .modal-dialog {
  height: 600px;
}

.cancel-item .style-popup-3 .modal-dialog-scrollable .modal-content {
  border-radius: 20px;
}

.cancel-item .style-popup-3 .modal-dialog-scrollable .modal-content .border-dsdh {
  border-radius: 20px;
  padding: 30px 20px;
  padding-top: 60px;
}

.style-text-cancal-reason {
  color: #4D4D4F;
}

.popup-notice {
  background: rgb(0 55 122 / 18%);
  border-radius: 56px;
  padding: 16px 20px;
  align-items: center;
  display: flex;
  gap: 20px;
}

.icon-notice {
  padding-left: 10px;
}

.popup-notice-content {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  color: #4D4D4F;
}

.popup-cancel-complite {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #4D4D4F;
  width: 500px;
  transform: translateX(-30px);
  margin-bottom: 0px;
}

.popup-cancel-complite span {
  color: var(--color);
}


/* vario */

.popup-radio {
  padding-top: 20px;
  padding-bottom: 25px;
}

.popup-radio-list label {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}

.popup-radio-list .radio input[type="radio"]+label {
  color: #4D4D4F;
  position: relative;
}

.popup-radio-list .radio input[type="radio"]+label::before {
  /* Outer Circle of radio button */
  border: 1px solid #4D4D4F;
  content: ' ';
  display: inline-block;
  margin-right: 20px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transition: border 0.15s ease-in-out;
  transform: translateY(4px);
}

.popup-radio-list .radio {
  padding-bottom: 12px;
}

.popup-radio-list .radio input[type="radio"]+label::after {
  /* Inner Circle of radio button */
  border: 0px solid var(--color);
  content: ' ';
  background: transparent;
  display: inline-block;
  margin-right: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: 12.5px;
  top: 6px;
  transition: border 0.15s ease-in-out;
}

.popup-radio-list input[type="radio"] {
  display: none;
}

/* When button is active */
.popup-radio-list .radio input[type="radio"]:checked+label::after {
  background: var(--color);
}

.popup-radio-list .radio:first-child input[type="radio"]:checked>span {
  display: block;
}

.popup-radio-list .radio input[type="radio"]:checked+label::before {
  border-color: var(--color);
}

.popup-radio-list .radio input[type="radio"]:checked+label {
  color: var(--color);
}

.popup-radio-list .radio p {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #FF6B00;
  padding-left: 38px;
  margin-bottom: 0px;
  padding-top: 4px;
  display: none;
}

.popup-action-cancel {
  display: flex;
  justify-content: center;
  gap: 20px;
  height: 37px;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}

button.close-cancel-complete {
  position: absolute;
  width: 500vh;
  border: none;
  height: 100vh;
  background: #2c1d1d52;
  z-index: 1;
}

.popup-btn-not-now a {
  color: #fff;
  padding: 10px 30px;
  background: #A7A9AC;
  border-radius: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}

a.btn-cancel.style-btn-cancel {
  background: #FF6B00;
  border-radius: 20px;
  padding: 10px 45px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}

.detail-page {
  background: #fff;
  padding: 35px 28px;
  border-radius: 10px;
}

.detail-post-img {
  padding-bottom: 54px;
}

.detail-post-date p {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #FF6B00;
}

.detail-post-title {
  padding-bottom: 26px;
}

.detail-post-title h2,
.detail-post-tag .tag {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #4D4D4F;
}

.detail-post-title h2 {
  margin-bottom: 0;
}

.detail-post-tag .tag {
  font-size: 14px;
}

.detail-post-tag .detail-tag {
  font-size: 10px;
  background: #E6E7E8;
  border-radius: 10px;
  padding: 2px 10px;
}

.detail-post-content b {
  font-weight: 700;
  font-size: 18px;
}

.detail-post-content p,
.detail-post-look-more p,
.read-more-detail-content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: justify;
  letter-spacing: -0.02em;
  color: #4D4D4F;
}

.detail-post-look-more p {
  font-weight: 700;
  padding-top: 25px;
  margin-bottom: 0px;
}

.detail-post-look-more a {
  color: var(--color) !important;
}

.detail-post-read-more .news-mg {
  width: 100%;
}

.detail-post-read-more .news-list-container {
  background: #FFFFFF;
  border: 0px;
  border-radius: 0px 10px 10px 0px;
  box-shadow: none;
}

.row.detail-post-read-more:hover .news-list-container {
  border: 0px;
  border-radius: 0px 10px 10px 0px;
}

.post-all .detail-post-read-more {
  box-shadow: none;
  border: 1px solid #e7e7e7;
}

.detail-news-title a {
  font-weight: 700;
  width: fit-content;
  font-size: 16px;
  line-height: 28px;
  color: #6D6E71 !important;
}

.read-more-page {
  background: #fff;
  border-radius: 10px;

  row-gap: 28px;
}

.read-more-tag span {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
  background: #FFA666;
  border-radius: 7.77326px;
  padding: 0px 7px;
}

.read-more-tag span:first-child {
  background: #FF6B00;
}

.detail-post-read-more .read-more-material {
  padding-top: 5px;
  font-weight: 500;
  font-size: 16px;
  color: #4D4D4F;
}

.read-more-detail-content p {
  margin-bottom: 10px;
  text-align: left;
}

.read-more-detail-content img {
  padding-right: 2px;
}

.item-categories.active {
  background: var(--color);
}

.item-categories.active p a {
  color: #fff;
}

.detail-post-file-tile p {
  padding-top: 16px;
  font-weight: 700;
  font-size: 22.3636px;
  line-height: 26px;
  color: #4D4D4F;
}

.detail-post-file-date {
  font-weight: 700;
  font-size: 12px;
  line-height: 26px;
  color: #FF6B00;
  padding-right: 16px;
}

.detail-post-file-action span {
  background: #D9D9D9;
  padding: 7px;
  border-radius: 50%;
}

.detail-post-file-action span img {
  width: 24px;
}

.detail-post-file-body {
  padding-bottom: 20px;
}

.detail-post-another-file {
  border-radius: 14.8282px;
  overflow: hidden;
}

.detail-post-another-file-title {
  border-radius: 0px 0px 14px 14px;
  filter: drop-shadow(0px 20px 25px rgba(77, 77, 79, 0.04)) drop-shadow(0px 12.3259px 9.86072px rgba(77, 77, 79, 0.035)) drop-shadow(0px 6.54619px 5.23696px rgba(77, 77, 79, 0.0282725)) drop-shadow(0px 2.72402px 2.17921px rgba(77, 77, 79, 0.0196802));
  padding: 10px 16px 24px;
}

.detail-post-another-file-title p,
.detail-post-another-file-title a {
  /* padding: 10px 15px 16px 15px; */
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #4D4D4F;
}

.detail-post-file-title {
  /* font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #4D4D4F;
  padding-bottom: 20px; */

  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #4D4D4F;
}


/* product-recomment */

.product-recomment-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  text-align: center;

  /* Primary Colors/Color brand */

  color: #FF6B00;
}

.product-recomment-title p {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #4D4D4F;
}

.contact-header p {
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  color: #4D4D4F;
}

.product-recomment-need p {
  padding-top: 26px;
  padding-bottom: 22px;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #4D4D4F;
}

.product-recomment-required {
  color: var(--color);
}

.recomment-font {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #4D4D4F;
}

.product-recomment-img img {
  padding-left: 24px;
}

.product-recomment-img p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  padding-top: 12px;
  color: #6D6E71;
}

.behind-textarea {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #6D6E71;
  padding-top: 12px;
}

.text-center .form-group .product-recoment-buttom {
  width: 180px;
  height: 36px;
  font-size: 16px;
  line-height: 36px;
}

.product-familier .product-familier-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: #4D4D4F;
  padding-bottom: 20px;
}

.style-popup-ttdh .popup-product-recomment {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;

  /* Primary Colors/Gray - 85 */

  color: #4D4D4F;
}

.style-popup-ttdh .popup-product-recomment-thanks {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  padding-bottom: 14px;

  /* Primary Colors/Color brand */

  color: #FF6B00;
}

/* notification-list */

.item-promotion {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #FF6B00;
}

.item-promotion-content {
  font-weight: 500;
  font-size: 16px;
  line-height: 47px;
  display: flex;
  align-items: center;

  /* Primary Colors/Gray - 70 */

  color: #6D6E71;
}

.item-promotion-date {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  /* identical to box height */


  /* Primary Colors/Gray - 70 */

  color: #6D6E71;
}

.notificatio-item {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 10px 12px 15px 17px;
  margin-bottom: 20px;
}

.look-detail {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */

  text-align: right;

  /* Blue */

  color: #3D94FF;
}

.last-change {
  background: #FFFFFF;
  /* Primary Colors/Gray - 25 */

  border-radius: 10px;
  padding: 3px 20px;
}

.notification-list-checked {

  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  color: #4D4D4F;
  text-align: right;
}

.notification-list-label label {
  font-size: 12px;
  line-height: 14px;
  align-items: center;

  /* Primary Colors/Gray - 85 */

  color: #4D4D4F;
}

/* contact template */

.ctf7-contactfrm-name,
.ctf7-contactfrm-email,
.ctf7-contactfrm-phonenumber,
.ctf7-contactfrm-content,
.ctf7-contactfrm-sex {
  outline: var(--color);
  border: 1px solid rgb(84, 80, 80);
  margin-top: 10px;
}

.wpcf7 .wpcf7-form.init .wpcf7-form-control:focus {
  border: 1px solid var(--color) !important;
}

select.wpcf7-form-control.wpcf7-select.ctf7-contactfrm-sex {
  width: 265px;
  height: 56px;
  border-radius: 10px;
  -webkit-appearance: none;
  padding-left: 21px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #4D4D4F;
  outline: none;
  background-repeat: no-repeat;
  background-position: 92% 24px;
}

.contact-body select.wpcf7-form-control.wpcf7-select.ctf7-contactfrm-sex:focus {
  border: 1px solid var(--color)
}

.contact-body input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.ctf7-contactfrm-name {
  width: 835px;
  height: 56px;
}

.contact-body .wpcf7-form p {
  display: flex;
  column-gap: 20px;
  margin-bottom: 0px;
  align-items: baseline;
}

.contact-body input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email.ctf7-contactfrm-email {
  width: 550px;
  height: 56px;
}

.contact-body input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.ctf7-contactfrm-phonenumber {
  width: 550px;
  height: 56px;
}

.contact-body label.ctf7-label-phonenumber {
  padding-top: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #4D4D4F;
}

.contact-body .ctf7-label-contact-content {
  padding-top: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #4D4D4F;
}

.contact-body .ctf7-contactfrm-content {
  width: 1120px;
  border-radius: 10px;
  padding-left: 12px;
  padding-top: 10px;
}

.contact-body .btn-ctf7-contact {
  display: flex;
  justify-content: space-around;
}

.contact-body .btn-ctf7-writeagain {
  padding: 18px 32px;
  width: 137px;
  border: none;
  background: #A7A9AC;
  border-radius: 32px;
  align-items: center;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #FFFFFF;
  margin-top: 20px;
  margin-right: 10px;
}

.contact-body input.wpcf7-form-control.has-spinner.wpcf7-submit.btn-ctf7-sutmit {
  padding: 13px 32px;
  width: 137px;
  border: none;
  background: var(--color);
  border-radius: 32px;
  align-items: center;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #FFFFFF;
  margin-top: 20px;
  margin-right: 20px;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.ctf7-contactfrm-content {
  border: 1px solid #cbcbcb;
}

.contact-body .wpcf7-form .ctf7-contact-thanks p {
  color: #4D4D4F;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding-top: 19px;
  text-align: center;
  display: block;
}

.contact-body .wpcf7-spinner {
  display: none;
}

.contact-body .wpcf7-response-output {
  display: none;
}

.contact-body .wpcf7-not-valid-tip {
  display: none;
  transform: translateY(2px);
  font-size: 13px;
}

.contact-body .wpcf7 form.sent .wpcf7-response-output {
  border: none;
  color: var(--color);
}

#loadingDiv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #9595955c;
}

.loader-body {
  top: 41%;
  margin: auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.loader-body,
.loader-body:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.style-btn-ll-d.remake-form {
  background: #A7A9AC;
}

.odm-item-code:hover span {
  color: var(--color);
}

.odm-browsing-refund {
  padding-right: 6px;
  color: #1DAB9E;
}

textarea#other::placeholder {
  color: #A7A9AC;
}

textarea#other {
  margin-top: 10px;
  border-radius: 8px;
  background: #F1F2F2;
  padding-top: 15px;
  padding-left: 20px;
  border: unset;
}

a.change-info {
  cursor: pointer;
}

a.change-info img {
  max-width: 87%;
}

.news-item-content {
  height: 105px !important;
}

.detail-post-content .post-content {
  column-count: 2;
}

.row.notificatio-item.read {
  filter: grayscale(1);
}

.style__titler-notification .mark-read {
  color: #3D94FF;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;

  display: block;
  cursor: pointer;
}

.style-icon-close-cart {
  width: 11px;
  height: auto;
}


input.wpcf7-form-control.wpcf7-text:focus::placeholder,
.wpcf7-form-control.wpcf7-textarea:focus::placeholder {
  color: transparent;
}


.style-popup-xd .style-tile-h2.buy-wholesale-title {
  font-size: 24px;
}

.odm-management-list-template .order-management-title h4 {
  font-size: 18px;
}

.detail-order-page .mobile-detail-bill {
  padding: 32px 30px 10px 30px;
}

.row.detail-odm.brw-br-10 {
  padding-bottom: 20px;
}

.warning-detail-total-pay {
  padding: 10px 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  background: rgba(0, 55, 122, 0.2);
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
}

.warning-detail-total-pay b {
  color: var(--color);
}

.popup-contact-thanks .border-dsdh {
  padding: 24px 45px;
  padding-top: 76px;
}

.style-popup-3 .modal-body.popup-contact-thanks {
  padding: 20px;
}

.map img {
  cursor: pointer;
}

.alert-address-form img {
  margin: 18px 0 48px 0;
  position: absolute;
  width: 35px;
  height: 35px;
  display: flex;
  left: calc(50% - 279px/2 + 120.5px);
  top: calc(50% - 100px/2)
}

.alert-address-form {
  right: 10px;
  padding: 60px 0 25px 0;
  --bs-alert-bg: white;
  color: #4D4D4F;
  font-weight: 500;
  display: none;
  z-index: 9999;
  box-shadow: 2px 2px 5px #4d4d4f;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #FFE1CC;
  border-radius: 16px;
  justify-content: center;
  width: 279px;
  height: 101px;
  text-align: center;
  pointer-events: none;
}

.open_map_address {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.col-12.col-md-9.panel-right {
  flex: 1 1 auto;
  width: 70%;
}

.popup-address-template .map {
  display: flex;
  align-items: stretch;
  position: relative;
}

.cpanel-right {
  width: 70%;
  flex: 1 1 auto;
}