/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

.forminp span.description {
  display: block;
}

.ddwc-driver-picture {
  display: inline-block;
  margin-right: 12px;
  position: relative;
  width: 140px;
}

.ddwc-remove-driver-picture {
  background: #f00;
  border: 0;
  border-radius: 50%;
  color: #fff;
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1px;
  padding: 10px 6.61px;
  position: absolute;
  right: -5px;
  top: -5px;
  text-align: center;
}

.ddwc-remove-driver-picture:hover {
  background: #df0000;
  color: #fff;
  cursor: pointer;
}

.ddwc-driver-picture img {
  height: auto;
}

.wp-core-ui select#ddwc_driver_transportation_type {
  width: 22rem;
}
