.panda-deliveryinfo {
  background-color: #f3f3f3;
  border-radius: 8px;
  margin: 0 10px;
}

.panda-deliveryinfo .dropdown-toggle {
  display: flex;
  padding: 5px;
}

.panda-deliveryinfo .dropdown-toggle::after {
  display: none;
  cursor: pointer;
}

.panda-deliveryinfo .dropdown-toggle .col-5 {
  border-right: 1px solid #A1A1A1;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.panda-deliveryinfo .dropdown-toggle .col-5 img {
  background: #fff;
  padding: 10px;
  max-width: 60px;
  border-radius: 8px;
  max-height: 40px;
}

.panda-deliveryinfo .dropdown-toggle .col-5 .display-carrier-name {
  font-size: 11px;
  line-height: 11px;
  font-weight: 400;
  margin-top: 3px;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

.panda-deliveryinfo .dropdown-toggle .col-7 {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.panda-deliveryinfo .dropdown-toggle .col-7 .display-carrier-counting {
  font-size: 18px;
  background-color: #212529;
  color: #fff;
  border-radius: 8px;
  padding: 5px;
}

.panda-deliveryinfo .dropdown-toggle .col-7 .display-carrier-counting.next-day {
  font-size: 12px;
  display: block;
  padding: 5px;
  white-space: normal;
  line-height: 1.2;
}

.panda-deliveryinfo .dropdown-toggle .col-7 .more-details {
  font-size: 12px;
}

.panda-deliveryinfo .dropdown-menu.show {
  max-height: 400px;
  overflow: auto;
  transform: translate(-50%, 80px) !important;
  padding-top: 0;
  width: 375px;
}

.panda-deliveryinfo .dropdown-menu.show .dropdown-item {
  margin: 8px 15px;
  background-color: #f3f3f3;
  padding: 10px;
  max-width: 92%;
  display: flex;
  border-radius: 8px;
}

.panda-deliveryinfo .dropdown-menu.show .dropdown-item label {
  margin-left: 15px;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  cursor: pointer;
}

.panda-deliveryinfo .dropdown-menu.show .dropdown-item label img {
  background: #fff;
  padding: 10px;
  max-width: 60px;
  border-radius: 8px;
  max-height: 40px;
  min-width: 60px;
  max-height: 40px;
  object-fit: contain;
}

.panda-deliveryinfo .dropdown-menu.show .dropdown-item label .carrier-name {
  font-size: 14px;
  margin-left: 8px;
}

.panda-deliveryinfo .dropdown-menu.show .dropdown-item label .carrier-counting {
  font-weight: 600;
}

.panda-deliveryinfo .dropdown-menu.show .dropdown-item label .carrier-counting.next-day {
  max-width: 60px;
  font-size: 12px;
  display: block;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  text-align: center;
  line-height: 1.1;
}

.panda-deliveryinfo .dropdown-menu.show .header-dropdown {
  background: #484848;
  margin-bottom: 17px;
  display: flex;
}

.panda-deliveryinfo .dropdown-menu.show .header-dropdown .col-7 .dropdown-header {
  color: #fff;
  font-size: 20px;
  padding: 15px 10px 10px 10px;
}

.panda-deliveryinfo .dropdown-menu.show .header-dropdown .col-7 span {
  color: #fff;
  font-size: 14px;
  margin-left: 10px;
  line-height: 16px;
  display: block;
  padding-bottom: 15px;
}

.panda-deliveryinfo .dropdown-menu.show .header-dropdown .col-5 {
  display: flex;
  justify-content: center;
  align-items: center;
}
