.profile-body {
  background: #4f5252a1;
  padding: 20px;
  margin-top: 30px;
  border-radius: 16px;
}

.p-box {
  border-radius: 10px;
  padding: 20px;
  background: #fff;
  border: 1px solid #E1E3E3;
  color:#000;
}

.p-flex-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #C4C7C7;
  padding-bottom: 10px;
}

.p-title-1 {
  font-weight: 600;
}

.p-title-2 {
  font-size: 14px;
}

.link-tab-wallet {
  font-size: 14px;
  margin-top: 5px;
  display: flex;
  align-items: center;
  color: var(--color1);
  cursor: pointer;
}

.link-tab-wallet i {
  padding-top: 6px;
  padding-right: 3px;
}

.link-tab-wallet:hover {
  color: #000;
}

.profile-nav {
  margin-top: 10px;
}

.profile-nav a {
  display: flex;
  width: 100%;
  font-size: 16px;
  padding: 10px;
  cursor: pointer;
  color: #444;
  border-radius: 8px;
}

.profile-nav a span {
  margin-right: 15px;
}

.profile-nav a.active {
  background-color: var(--color3);
  color: #fff;
}

.p-head-title {
  font-size: 20px;
  font-weight: 600;
}

.p-head-title-2 {
  font-size: 22px;
  font-weight: 600;
}

.order-box {
  border: 1px solid #E1E3E3;
  border-radius: 16px;
  margin-bottom: 15px;
}

.order-box:last-child {
  margin-bottom: 0;
}


.order-box-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

.order-box-title {
  font-weight: 700;
  display: flex;
  align-items: center;
}

.order-box-title span {
  background: #F15429;
  display: flex;
  min-width: 7px;
  min-height: 7px;
  max-width: 7px;
  max-height: 7px;
  border-radius: 12px;
  outline: 3px solid #f1542954;
  margin-left: 15px;
}

.order-box-title span.success {
  background: green;
  outline: 3px solid #4af12954;
}

.order-box-title span.danger {
  background: red;
  outline: 3px solid #ff000054;
}

.order-box-title span.dark {
  background: #000;
  outline: 3px solid #00000054;
}


.order-box-info {
  display: flex;
  align-items: center;
  padding: 20px;
  padding-top: 0;
  color: #5C5F5F;
  font-size: 14px;
  border-bottom: 1px solid #E1E3E3;
}

.order-box-dot {
  width: 4px;
  height: 4px;
  background: #fff;
  margin: 0 20px;
}

.order-box-item span {
  font-weight: bold;
  color: #000;
}

.order-box-item-body {
  padding: 20px;
  flex-wrap: nowrap;
}

.order-box-item img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  background: #f8fafa;
  border-radius: 12px;
  margin-left: 15px;
}

.order-box-btn {
  font-size: 20px;
  cursor: pointer;
}

.btn-info-round {
  display: flex;
  align-items: center;
  background: var(--color1);
  color: #fff;
  font-size: 14px;
  height: 40px;
  padding: 10px;
  border-radius: 40px;
  border: 1px solid var(--color1);
  transition: 0.3s;
}

.btn-info-round i {
  padding-top: 5px;
  padding-left: 5px;
}

.btn-info-round:hover {
  background: transparent;
  color: var(--color1);
}

.p-address-box {
  border: 1px solid #E1E3E3;
  border-radius: 16px;
  margin-top: 15px;
  padding: 20px;
}

.p-address-box-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pointer {
  cursor: pointer;
}


.p-address-box-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #5C5F5F;
  font-size: 14px;
  margin-top: 15px;
}

.btn-border-round {
  height: 40px;
  border: 1px solid #8E9192;
  background: transparent;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  border-radius: 40px;
  transition: 0.3s;
}

.btn-red-round {
  height: 40px;
  border: 0;
  background: #C80000;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  border-radius: 40px;
  transition: 0.3s;
  color: #fff;
}

.btn-border-round:hover {
  background: #8E9192;
}

.btn-red-round:hover {
  background: #000;
}

.profile-input {
  height: 56px;
  border-radius: 12px;
  border: 1px solid #C4C7C7;
  width: 100%;
  padding: 10px;
  color: #444748;
  outline-color: var(--color1);
}


.profile-userinfo-btn {
  margin-top: 25px;
  background:  var(--color1);
  height: 40px;
  border: 0;
  padding: 10px 15px;
  border-radius: 30px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color3);;
}

.profile-userinfo-btn:hover {
  background: var(--color1);
  color: #fff;
}

.profile-notice-btn {
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
}

.profile-notice-btn:hover {
  color: var(--color1);
}

.profile-notice-btn i {
  font-size: 12px;
  padding-top: 4px;
  padding-left: 4px;
}

.notice-item {
  border-radius: 12px;
  margin-top: 15px;
  padding: 20px;
  border: 1px solid #ddd;
  background: #fafafa;
}

.notice-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.notice-title {
  font-weight: 700;
}

.notice-date {
  font-size: 13px;
  color: #5C5F5F;
}

.notice-text {
  font-size: 14px;
  margin-top: 10px;
}

.back-to-order-all {
  cursor: pointer;
  font-size: 16px;
  padding-top: 5px;
  padding-left: 10px;
}

.order-load-img {
  text-align: center;
  margin-top: 40px;
}


.order-load-title {
  font-weight: 600;
  text-align: center;
  margin-top: 30px;
}

.order-load-img img {
  max-width: 100%;
}


.order-load-text {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  color: #5C5F5F;
}

.order-route-item {
  border-right: 3px solid #5FA11A;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.order-route-item-number {
  padding-right: 15px;
  padding-left: 15px;
}

.order-route-item-title {
  font-weight: 600;
  font-size: 14px;
}

.order-route-item-date {
  font-size: 14px;
  color: #747878;
}

.order-route-item.disabled {
  opacity: 0.3;
}

.badge-lite-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 14px;
  background: #EFFFDA;
  height: 36px;
  padding: 10px;
  border-radius: 8px;
  color: #315D00;
}



.badge-lite-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 14px;
  background: #E4F3FF;
  height: 36px;
  padding: 10px;
  border-radius: 8px;
  color: #00597B;
}


.ck-box-item-mute-address {
  font-size: 14px;
  color: #747878;
  font-weight: 600;
  margin-left: 5px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  max-width: 200px;
}

.ck-box-btn-border {
  height: 48px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  margin-top: 15px;
  color: #000;
  background: transparent;
  border: 1px solid #8E9192;
  transition: 0.3s;
  font-size: 16px;
}


.ck-box-btn-border:hover {
  color: #fff;
  background: #000;
}

.wallet-box {
  background: #FAE9E8;
  padding: 30px 20px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wallet-box-title {
  font-size: 20px;
  font-weight: 700;
}


.wallet-box-number {
  font-size: 28px;
  font-weight: 700;
  color: #E34D24;
  margin-top: 10px;
}

.wallet-box-number span {
  font-size: 22px;
}




.wallet-box-btn-1 {
  height: 40px;
  background: #F15429;
  border: 1px solid #F15429;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  min-width: 110px;
  transition: 0.3s;
}

.wallet-box-btn-1:hover {
  background: transparent;
  color: #F15429;
  border-color: var(--color1);
}

.wallet-box-btn-2 {
  height: 40px;
  background: #fff;
  border: 0;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  min-width: 110px;
  transition: 0.3s;
}

.wallet-box-btn-2:hover {
  background: #000;
  color: #fff;
}

.wallet-item-title {
  font-weight: 700;
}

.p-address-box-item span {
  font-weight: bold;
}

#input-increase-wallet {
  font-size: 20px;
  font-weight: bold;
}

.btn-increase-number {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #8E9192;
  background: transparent;
  font-size: 14px;
  font-weight: bold;
  transition: 0.3s;
  padding: 10px;
}

.btn-increase-number:hover {
  color: var(--color1);
  border-color: var(--color1);
}

.right-arrow {
  cursor: pointer;
  font-size: 16px;
  padding-top: 5px;
  padding-left: 10px;
}

.input-type {
  height: 56px;
  width: 100%;
  background: #fff;
  border: 1px solid #C4C7C7;
  padding: 10px;
  border-radius: 16px;
  outline-color: var(--color1);
}

.wallet-text-mute {
  color: #444748;
  font-size: 14px;
  margin-top: 15px;
}


.wallet-text-mute span {
  color: var(--color1);
}


.wallet-text {
  text-align: justify;
  font-size: 14px;
}

.bold {
  font-weight: bold;
}

td,
th {
  text-align: center !important;
}

table a{
  color: var(--color2);
}


span.dt-column-title {
  font-weight: 600;
}

.modal-auto {
  max-height: 400px;
  overflow: auto;
}

th {
  border-color: #ddd!important;
  background: #eee;
}

td{
  border-color: #ddd!important;
}


button.btn-fave {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: unset;
  line-height: 1;
}

table{
  width: 100%!important;
}

.page-title {
  color: var(--color1);
}

td {
  white-space: nowrap;
} 

.grid_9 {
  background: #eee;
  padding: 15px;
  border-radius: 10px;
  margin-top: 15px;
  overflow: auto;
  color: #000;
}

.grid_9 table{
  background: #fff;
}

.modal-address .modal-dialog {
  max-width: 750px;
}

.grid_9 h3 {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
}


@media (min-width:768px) {
  .btn-filter,.btn-filter2 {
    display: none;
  }

  .close-orderby {
    display: none;
  }

  .close-filter{
    display: none;
  }
}

@media (max-width:768px) {
  .jc-bs3-container {
    display: flex !important;
    margin-right: 10px !important;
  }

  .btn-filter,.btn-filter2 {
    font-size: 15px;
  }

  #show_filter.active,#show_filter2.active {
    right: 0;
    visibility: visible;
  }

  #show_filter2,#show_filter2 {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 75%;
    right: -400px;
    visibility: hidden;
    transition: 0.3s;
    z-index: 9999;
    margin: 0;
    border-radius: 0;
    height: 100%;
    overflow: auto;
  }
}


.pro-box {
  box-shadow: 0 1px 1px -1px rgba(0, 0, 0, .08);
  background: #fff;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, .12);
  padding: 20px 30px;
  margin-bottom: 15px;
}



/*table new*/
.wt-container {
  box-shadow: 0 1px 1px -1px rgba(0, 0, 0, .08);
  background: #fff;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, .12);
  padding: 20px 0;
  margin-bottom: 15px;
}

.wt-container .nav-tabs {
  border: 1px solid #e2e2e2;
  width: max-content;
  margin: 0 20px;
  padding: 5px;
  border-radius: 8px;
}

.wt-container .nav-link {
  padding: 2px 12px;
  border-radius: 8px !important;
  border: none !important;
}

.wt-container .nav-link.active {
  background-color: #ff4d19 !important;
  color: #fff !important;
  border: none !important;
}

.wt-container .nav-link:after {
  content: unset !important;
}

.wt-container .nav-link:hover {
  border: unset !important;
}

.wt-search-box {
  margin: 20px;
}

.form-search-type-log {
  border: 0;
  outline-color: initial;
  min-height: initial;
  border-radius: initial;
  width: initial;
  padding: initial;
  height: initial;
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.wt-search-box .form-control, .wt-search-box .form-control2 {
  font-size: 14px;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
}

.wt-search-btn {
  height: 35px;
  font-size: 14px;
  border-radius: 8px;
  background: #000;
  border: 1px solid #000 !important;
  border: #0000;
  color: #FFF;
}

.wt-search-btn:hover {
  background: transparent !important;
  color: #000;
}

.form-control:focus {
  border-color: #ff4d1930;
  box-shadow: 0 0 0 .2rem rgb(255 77 25 / 22%);
}

.wt-table {
  border: 0 !important;
}

.wt-table thead td {
  border-bottom-width: 0;
}

.wt-table thead th {
  border-bottom-width: 0;
}

.wt-table td, .wt-table th {
  border: 0;
  font-size: 14px;
}

.wt-table thead {
  background: #f6f6f6;
  font-size: 14px;
  color: #70767b;
}

.wt-table tbody tr:hover {
  color: inherit;
  background-color: unset;
}

.wt-table tbody tr:nth-of-type(odd) {
  background-color: transparent;
}

.wt-table .btn-primary {
  font-size: 14px !important;
  border-radius: 8px !important;
  border-color: #ff4d19 !important;
  background: #ff4d19 !important;
  padding: 5px 12px !important;
  width: unset !important;
  height: unset !important;
  margin-top: 0 !important;
  display: unset !important;
  transition: 0.03s !important;
}




/*new*/
.pro-box {
  box-shadow: 0 1px 1px -1px rgba(0, 0, 0, .08);
  background: #fff;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, .12);
  padding: 20px 30px;
  margin-bottom: 15px;
}

.pro-box-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pro-box-flex {
  display: flex;
  align-items: center;
}

.pro-avatar {
  margin-left: 15px;
  width: 64px;
  height: 64px;
}

.pro-user-name {
  font-size: 18px;
  font-weight: 700;
  color: #2b2f33;
  margin-bottom: 6px;
}

.pro-user-phone {
  font-size: 15px;
  color: #6c7680;
}

.pro-box-mute {
  color: #6c7680;
  font-size: 14px;
  margin-bottom: 6px;
}

.pro-box-mute span {
  color: #000;
  font-weight: 700;
  font-size: 18px;
}

.pro-box-link {
  padding: 2px 5px;
  color: #0077DB;
  font-size: 14px;
  transition: 0.3s;
  border: 1px solid transparent;
  border-radius: 6px;
  display: flex;
  align-items: center;
  width: max-content;
}

.pro-box-link:hover {
  border-color: #C9E3F8;
  background-color: #F2F9FF;
  color: #0077DB;
}

.pro-box-head {
  font-size: 18px;
  font-weight: 700;
  color: #4b5259;
}

.pro-box-info-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pro-box-info-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  gap: 25px;
}

.pro-box-info-title {
  font-size: 14px;
  color: #6c7680;
}

.pro-box-info-value {
  font-size: 15px;
}

.pro-box-badge {
  background-color: #eafaee;
  color: #1e7b33;
  font-size: 13px;
  line-height: 1;
  border-radius: 12px;
  padding: 0 5px;
  margin: 0 10px;
}

.pro-box-danger {
  background-color: #ff5555;
  color: #ffffff;
}

.pro-box-primary {
  background-color: #0072ff;
  color: #ffffff;
}

.pro-box-wating {
  background-color: #9b9b9b;
  color: #ffffff;
}

.pro-box-success {
  background-color: #1e7b33;
  color: #ffffff;
}

.pro-box-info-btn {
  padding: 2px 5px;
  color: #0077DB;
  font-size: 14px;
  transition: 0.3s;
  border: 1px solid transparent;
  border-radius: 6px;
  display: flex;
  align-items: center;
  width: max-content;
  background: transparent;
}

.pro-box-info-btn:hover {
  border-color: #C9E3F8;
  background-color: #F2F9FF;
  color: #0077DB;
}

.pro-btn-left {
  background: transparent;
  border: 1px solid var(--color1);
  color: var(--color1);
  padding: 8px 10px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-top: auto;
  font-size: 14px;
  transition: 0.3s;
}

.pro-btn-left:hover {
  background: #fe45291c
}

.pro-btn-edit {
  padding: 2px 5px;
  color: #0077DB;
  font-size: 14px;
  transition: 0.3s;
  border: 1px solid transparent;
  border-radius: 6px;
  display: flex;
  align-items: center;
  width: max-content;
  background: transparent;
}

.pro-btn-edit:hover {
  border-color: #C9E3F8;
  background-color: #F2F9FF;
  color: #0077DB;
}

.pro-box-grid {
  margin-top: 40px;
  display: grid;
  gap: 1.5rem;
  font-size: .875rem;
  grid-template-columns: minmax(8rem, auto) 1fr minmax(8rem, auto) 1fr;
}

.pro-box-grid strong {
  font-weight: 400;
  line-height: 180%;
  font-size: .875rem;
  color: #2b2f33;
}

.pro-box-grid span {
  color: #6c7680;
  font-weight: 400;
  line-height: 200%;
}

.pro-input {
  display: flex;
  border: 1px solid #B1B1B1;
  outline-color: var(--color2);
  height: 44px;
  border-radius: 8px;
  width: 100%;
  padding: 10px;
}

.pro-select {
  padding-right: 10px;
  border: 1px solid #B1B1B1;
  outline-color: var(--color2);
  height: 44px;
  border-radius: 8px;
  width: 100%;
}

.pro-box-form label {
  font-size: 14px;
}

.pro-btn-1 {
  background: transparent;
  border: 1px solid var(--color1);
  color: var(--color1);
  padding: 10px 30px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-top: auto;
  font-size: 16px;
  transition: 0.3s;
  min-width: 160px;
}

.pro-btn-1:hover {
  background: #fe45291c;
}

.pro-btn-cancel {
  background: transparent;
  border: 1px solid var(--color1);
  color: var(--color1);
  padding: 10px 30px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-top: auto;
  font-size: 16px;
  transition: 0.3s;
  min-width: 160px;
}

.pro-btn-cancel:hover {
  background: #fe45291c;
}

.pro-btn-submit {
  background: transparent;
  border: 0;
  color: #fff;
  background: var(--color1);
  padding: 10px 30px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-top: auto;
  font-size: 16px;
  transition: 0.3s;
  min-width: 160px;
}

.pro-btn-submit:hover {
  background: var(--color2);
  color: #fff;
}

.pro-box-btn-body {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
  background: #ff4d190a;
  margin: 0 -30px;
  margin-bottom: -20px;
  border-radius: 0 0 8px 8px;
  margin-top: 35px;
  padding: 20px 30px;
  border-top: 1px solid rgba(0, 0, 0, .12);
}

.pro-box-form {
  display: none;
}

.pro-box .home-wrap-2-group input {
  height: 44px;
  border-radius: 8px;
  border: 1px solid #B1B1B1;
  font-weight: 400;
  font-size: 16px;
}

.home-wrap-2-group input:nth-child(1) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.home-wrap-2-group input:nth-child(2) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pro-form label {
  font-size: 14px;
}

.pro-box-border {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, .12);
  margin-top: 40px;
}