.left-pane {
  width: 50%;
  background-color: #fff;
  padding: 1rem;
  height: 100vh;
  flex-direction: column;
}

.left-pane .pane-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90vh;
}

.left-pane .pane-content .row {
  width: 100%;
}

.left-pane .pane-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  border-top: 1px solid #ccc;
}

.left-pane .pane-footer .copy {
  font-size: 0.6rem;
  color: #999;
}

.left-pane .pane-footer .links {
  display: flex;
  align-self: center;
  justify-content: center;
}

.left-pane .pane-footer .links a {
  font-size: 0.9rem;
  color: #555;
  margin-right: 2rem;
}

.left-pane .pane-footer .links a:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .left-pane .pane-footer {
    display: block;
    text-align: center;
    padding-bottom: 1rem;
  }
}

@media (max-width: 767px) {
  .left-pane {
    width: 100%;
  }
}

.right-pane {
  width: 50%;
  background-color: #E1E8EA;
  padding: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.right-pane img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 767px) {
  .right-pane {
    display: none;
  }
}

.admin-login-layout {
  display: flex;
}

.main-sidebar {
  background-color: #fff;
  color: #333;
}

.main-sidebar .brand-link {
  border: 0;
}

.main-sidebar .brand-link .brand-text {
  font-weight: bold !important;
  color: #333;
}

.nav-sidebar .nav-item > .nav-link {
  color: #333;
  display: flex;
  justify-content: space-between;
}

.nav-sidebar > .nav-item.menu-open > .nav-link,
.nav-sidebar > .nav-item:hover > .nav-link,
.nav-sidebar > .nav-item > .nav-link:focus {
  color: #333 !important;
  background-color: rgba(51, 141, 200, 0.6) !important;
}

.nav-sidebar > .nav-item .notification-count {
  background: #f96d6e;
  border-radius: 40px 40px;
  line-height: 10px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  padding: 9px 5px;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #338DC8 !important;
}

.btn-trash {
  background-color: #fff;
  border: 1px solid #CC0000;
  border-radius: 4px;
  height: 42px;
  width: 100%;
  font-size: 14px;
  color: #CC0000;
  position: relative;
  display: flex;
  align-items: center;
  max-width: 120px;
  justify-content: center;
}

.btn-trash:before {
  content: "";
  background-image: url("/images/admin/ico_trash.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 16px;
  background-size: contain;
}

.btn-trash:hover {
  color: #CC0000;
}

.btn-trash.disabled {
  opacity: 0.3;
}

table thead {
  background-color: #DEEBFF;
}

.badge-orange {
  background-color: #FF4500 !important;
}

.m-width-45 {
  min-width: 45px;
}

.label-danger {
  color: #ff0000;
  font-weight: bold;
  line-height: 22px;
}

.input-search {
  position: relative;
  height: 2.5rem;
}

.input-search > input {
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.input-search i {
  position: absolute;
  font-size: 1rem;
  top: 0.75rem;
  left: 0.5rem;
}

.input-search .open-more {
  position: absolute;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #EEF5FF;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0.25rem;
  right: 0.25rem;
}

.input-search .open-more img {
  width: 1rem;
  height: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.input-search .dropdown-menu {
  background-color: transparent;
  border: 0;
  left: none !important;
  right: 0px;
  box-shadow: none;
  transform: none !important;
  top: 2.5rem !important;
}

.search-item {
  display: inline-block;
  background-color: #ccc;
  height: 2rem;
  padding: 0 3rem 0 2rem;
  border-radius: 1rem;
  position: relative;
  color: #333;
  line-height: 2rem;
  margin-right: 0.5rem;
}

.search-item i {
  position: absolute;
  top: 0.5rem;
  right: 0.75rem;
  cursor: pointer;
  font-size: 1rem;
  color: #666;
}

.badge-inactive {
  width: 80px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background: #ddd;
  color: #666;
  font-size: 0.75rem;
  font-weight: normal;
}

.badge-active {
  width: 80px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background: #FCE3E3;
  color: #DC1900;
  font-size: 0.75rem;
  font-weight: normal;
}

.badge-reject {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: #FCE3E3;
  color: #DC1900;
  font-size: 0.75rem;
  font-weight: normal;
}

.badge-pre {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: #D6EB99;
  color: #339900;
  font-size: 0.75rem;
  font-weight: normal;
}

.badge-review {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: #FEEE99;
  color: #FF8800;
  font-size: 0.75rem;
  font-weight: normal;
}

.admin-card .card-header {
  position: relative;
  background-color: #EEF5FF;
}

.admin-card .card-header:after {
  content: "";
  position: absolute;
  top: 14px;
  right: 12px;
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/images/admin/ico_minus.png");
  background-size: contain;
}

.admin-card .card-header.collapsed:after {
  background-image: url("/images/admin/ico_plus.png");
}

.admin-top-fv {
  position: relative;
  height: 330px;
}

.admin-top-fv .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-color: #E1E8EA;
}

.admin-top-fv .left-panel {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.admin-top-fv .left-panel .admin-search {
  width: 70%;
}

.admin-top-fv .left-panel .admin-search .btn-ucar-main {
  max-width: 70px;
}

.admin-top-fv .left-panel .admin-search .form-control {
  height: 44px;
}

@media (max-width: 767px) {
  .admin-top-fv .left-panel .admin-search {
    width: 90%;
    flex-wrap: wrap;
  }

  .admin-top-fv .left-panel .admin-search .btn-ucar-main {
    margin-top: 1rem;
  }
}

.admin-top-fv .right-panel {
  display: flex;
  justify-content: center;
}

.admin-top-fv .right-panel img {
  width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  max-width: 400px;
  margin-top: 32px;
}

@media (max-width: 767px) {
  .admin-top-fv {
    height: auto;
  }

  .admin-top-fv .bg {
    height: calc(100% - 1rem);
  }
}

.admin-top-fv.shop .bg {
  background-color: #D5E9E6;
}

.admin-top-fv.shop .right-panel img {
  margin-top: 90px;
}

@media (max-width: 767px) {
  .admin-top-fv.shop .right-panel img {
    margin-top: 32px;
  }
}

.admin-total-box .admin-total {
  display: flex;
  align-items: center;
  width: 100%;
  height: 230px;
  background-image: url("/images/admin/top/img02.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  flex-direction: column;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden;
}

.admin-total-box .admin-total.box2 {
  background-image: url("/images/admin/top/img03.png");
}

@media (max-width: 767px) {
  .admin-total-box {
    flex-wrap: wrap;
  }

  .admin-total-box .admin-total {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}

.admin-subtotal {
  display: flex;
  align-items: center;
  border: 4px solid #fff;
  height: 120px;
  padding: 0 20px;
  position: relative;
  background-color: #fff;
}

.admin-subtotal.box1 {
  background-color: #EEF5FF;
}

.admin-subtotal:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("/images/admin/top/img04.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
}

.custom-footer {
  margin-top: 40px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666 !important;
  padding: 10px 20px;
  border-top: 1px solid #999;
}

input#price_b.notCorrect {
  border-color: #ff2020;
  background: #ffd4d4;
}

div.millionAttention {
  color: #f00;
  font-size: 11px;
  display: none;
}

div.millionAttention.show {
  display: block;
}

input.review_input_submit:disabled {
  opacity: 0.54;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link {
  display: flex;
  align-items: center;
}

.ico_dashboard {
  background-image: url("/images/admin/ico_dashboard_def.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.nav-link.active .ico_dashboard {
  background-image: url("/images/admin/ico_dashboard.png");
}

.ico_agency {
  background-image: url("/images/admin/ico_agency_def.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.nav-link.active .ico_agency {
  background-image: url("/images/admin/ico_agency.png");
}

.ico_tentative {
  background-image: url("/images/admin/ico_tentative_def.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.nav-link.active .ico_tentative {
  background-image: url("/images/admin/ico_tentative.png");
}

.ico_production {
  background-image: url("/images/admin/ico_production_def.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.nav-link.active .ico_production {
  background-image: url("/images/admin/ico_production.png");
}

.ico_transaction {
  background-image: url("/images/admin/ico_transaction_def.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.nav-link.active .ico_transaction {
  background-image: url("/images/admin/ico_transaction.png");
}

.ico_user {
  background-image: url("/images/admin/ico_user_def.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.nav-link.active .ico_user {
  background-image: url("/images/admin/ico_user.png");
}

.ico_nouser {
  background-image: url("/images/admin/ico_nouser_def.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.nav-link.active .ico_nouser {
  background-image: url("/images/admin/ico_nouser.png");
}

.ico_car {
  background-image: url("/images/admin/ico_car_def.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.nav-link.active .ico_car {
  background-image: url("/images/admin/ico_car.png");
}

.ico_mail {
  background-image: url("/images/admin/ico_mail_def.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.nav-link.active .ico_mail {
  background-image: url("/images/admin/ico_mail.png");
}

.content .container-fluid {
  min-height: 75vh;
}

.qrCode {
  margin-top: 10px;
}

.qrCode svg {
  max-width: 100%;
}

