.elementor-5369 .elementor-element.elementor-element-f0c067f{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-f0c067f *//* Center the Veriff container vertically and horizontally */
#veriff-root {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh; /* Adjust the height as needed for your design */
}

/* Style the Veriff button */
.veriff-cta-button {
  background-color: #007bff; /* Change to your desired button color */
  color: #fff; /* Text color */
  padding: 10px 20px; /* Adjust padding as needed */
  font-size: 18px; /* Adjust font size as needed */
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

/* Style the Veriff button on hover */
.veriff-cta-button:hover {
  background-color: #0056b3; /* Change to your desired hover color */
}/* End custom CSS */