.driver-popover.driver-motimore {
	background-color: #fff;
	color: #000;
	padding: 28px;
  }
  
  .driver-popover.driver-motimore .driver-popover-title {
	font-size: 20px;
  }
  
  .driver-popover.driver-motimore .driver-popover-title,
  .driver-popover.driver-motimore .driver-popover-description,
  .driver-popover.driver-motimore .driver-popover-progress-text {
	color: #000;
  }
  
  .driver-popover.driver-motimore button {
	flex: 1;
	text-align: center;
	background-color: #F0950D;
	color: #ffffff;
	border: 2px solid #fff;
	text-shadow: none;
	font-size: 14px;
	padding: 5px 8px;
	border-radius: 6px;
  }
  
  .driver-popover.driver-motimore button:hover {
	background-color: #FFCB12;
	color: #fff;
  }

  .driver-popover.driver-motimore button.driver-popover-prev-btn {
	background-color: #ffc978;
	color: #fff;
  }
  
  .driver-popover.driver-motimore .driver-popover-navigation-btns {
	justify-content: space-between;
	gap: 3px;
  }
  
  .driver-popover.driver-motimore .driver-popover-close-btn {
	background-color: #fff;
	color: #000;
	padding: 1px;
  }
  .driver-popover.driver-motimore .driver-popover-close-btn:hover {
	background-color: #fff;
	color: #000;
  }
  
  .driver-popover.driver-motimore .driver-popover-close-btn:hover {
	color: #000;
  }