.profile-body {
  background: #eff1f1;
  padding: 20px;
  margin-top: 30px;
  border-radius: 16px;
}

.p-box {
  border-radius: 10px;
  padding: 20px;
  background: #fff;
  border: 1px solid #E1E3E3;
}

.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;
}

.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;
}