/*
    CSS Used from: https://assets.currencyfair.com/1.25/style/style.css
    and modified so all process times widget styling is wrapper in a ".processtimes-widget" class
*/

.processtimes-widget {
    position: relative;
    z-index: 1;
}

.processtimes-widget .cf:after {
  content: "";
  display: table;
  clear: both;
}

.processtimes-widget *, .processtimes-widget *:before, .processtimes-widget *:after {
  box-sizing: inherit;
}

.processtimes-widget b, .processtimes-widget strong {
  font-weight: inherit;
}

.processtimes-widget b, .processtimes-widget strong {
  font-weight: bolder;
}

.processtimes-widget img {
  border-style: none;
}

.processtimes-widget select {
  font: inherit;
  margin: 0;
}

.processtimes-widget select {
  text-transform: none;
}

.processtimes-widget::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

.processtimes-widget div, .processtimes-widget span,
.processtimes-widget h2,
.processtimes-widget p,
.processtimes-widget img,
.processtimes-widget strong,
.processtimes-widget b,
.processtimes-widget table,
.processtimes-widget tbody,
.processtimes-widget tr,
.processtimes-widget th,
.processtimes-widget td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.processtimes-widget table {
  border-collapse: collapse;
  border-spacing: 0;
}

.processtimes-widget h2,
.processtimes-widget p,
.processtimes-widget table,
.processtimes-widget img {
  margin: 0 0 24px 0;
}

.processtimes-widget strong,
.processtimes-widget b {
  font-family: Post Grotesk Medium, Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif, sans-serif;
  font-weight: normal;
}

.processtimes-widget select {
  width: 100%;
  padding: 12px 18px;
  display: block;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  background-color: white;
  transition: border-color 0.2s cubic-bezier(0.39, 0.01, 0.2, 0.98);
  will-change: border-color;
}

.processtimes-widget select:hover,
.processtimes-widget select:focus {
  border-color: #6EC0E6;
  transition-duration: 0.1s;
  z-index: 10;
}

.processtimes-widget select:focus {
  background-color: #F9FDFE;
  outline: 0;
}

.processtimes-widget select:disabled {
  opacity: .6;
  pointer-events: none;
  cursor: default;
}

.processtimes-widget select:not([type="checkbox"]):not([type="radio"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.processtimes-widget select {
  height: 48px;
}

.processtimes-widget select:invalid {
  color: #D4DDE3;
}

.processtimes-widget:-moz-placeholder {
  color: #94AABA;
}

.processtimes-widget::-moz-placeholder {
  color: #94AABA;
}

.processtimes-widget::-webkit-input-placeholder {
  color: #94AABA;
}

.processtimes-widget::-ms-clear {
  display: none;
}

.processtimes-widget h2 {
  font-family: Post Grotesk Medium, Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif, sans-serif;
  font-weight: normal;
}

.processtimes-widget h2 {
  font-size: 21px;
}

.processtimes-widget img {
  display: block;
  max-width: 100%;
}

.processtimes-widget table {
  width: 100%;
}

.processtimes-widget th,
.processtimes-widget td {
  padding: 12px 18px;
  text-align: left;
}

.processtimes-widget th {
  background-color: #FBFBFB;
  color: gray;
}

.processtimes-widget td {
  background-color: white;
}

.processtimes-widget @media print {
  table {
    border: 2px solid #ccc;
  }
  th {
    background-color: white;
  }
}

.processtimes-widget .cell-bordered {
  border: 1px solid #E6E6E6;
}

.processtimes-widget .cell-bordered--dark {
  border-color: #343434;
}

.processtimes-widget .cell-dark {
  background-color: #3C454B;
  color: white;
}

.processtimes-widget .icon {
  display: inline-block;
  position: relative;
  top: -.05em;
  font-size: inherit;
  vertical-align: middle;
}

.processtimes-widget .icon,
.processtimes-widget .icon:hover,
.processtimes-widget .icon:active,
.processtimes-widget .icon:focus,
.processtimes-widget .icon:visited {
  text-decoration: none;
}

.processtimes-widget .material-icons {
  font-family: "Material Icons", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}

.processtimes-widget .alert {
  position: relative;
  margin-bottom: 24px;
  border: 1px solid #EAEEF1;
  padding: 12px 18px;
  color: #768895;
  background-color: #FBFCFD;
  border-radius: 4px;
}

.processtimes-widget .card {
  margin-bottom: 24px;
  border: 1px solid #E6E6E6;
  background-color: white;
  border-radius: 4px;
}

.processtimes-widget .card__band {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  padding: 12px 18px;
  background-color: #FBFBFB;
}

.processtimes-widget .card__band--header {
  border-top: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.processtimes-widget .card__block {
  padding: 24px;
}

.processtimes-widget .field-addon-wrapper {
  position: relative;
}

.processtimes-widget .field-addon-before {
  padding-left: 48px;
}

.processtimes-widget .field-addon__item {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 20;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.processtimes-widget .field-addon__item--before {
  left: 18px;
}

.processtimes-widget .field-addon__item--before-s {
  left: 12px;
}

.processtimes-widget .field-addon__item--not-interactive {
  pointer-events: none;
}

.processtimes-widget .flag {
  height: 24px;
  border: 1px solid #E6E6E6;
  border-radius: 100em;
}

.processtimes-widget .select-custom {
  position: relative;
}

.processtimes-widget .select-custom::after {
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  right: 18px;
  z-index: 20;
  margin-top: -3px;
  border-top: 6px solid #6EC0E6;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  pointer-events: none;
  content: "";
}

.processtimes-widget .select-custom:hover::after {
  border-top-color: #589AB8;
}

.processtimes-widget .select-custom select {
  height: auto;
  padding-right: 36px;
}

.processtimes-widget .margin-top-s {
  margin-top: 12px !important;
}

.processtimes-widget .margin-right-xs {
  margin-right: 6px !important;
}

.processtimes-widget .margin-bottom-none {
  margin-bottom: 0 !important;
}

.processtimes-widget .margin-bottom-xl {
  margin-bottom: 48px !important;
}

.processtimes-widget .margin-bottom-s {
  margin-bottom: 12px !important;
}

.processtimes-widget .float-left {
  float: left !important;
}

.processtimes-widget .float-right {
  float: right !important;
}

.processtimes-widget .font-family-post-grotesk-medium {
  font-family: Post Grotesk Medium, Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif, sans-serif !important;
}

.processtimes-widget .font-size-h2 {
  font-size: 21px !important;
}

.processtimes-widget .font-size-h3 {
  font-size: 18px !important;
}

.processtimes-widget .font-size-h6 {
  font-size: 12px !important;
}

.processtimes-widget @media only screen and (max-width: 480px) {
  .font-size-h6-palm {
    font-size: 12px !important;
  }
}

.processtimes-widget .vertical-align-middle {
  vertical-align: middle !important;
}

.processtimes-widget .color-ui-neutral-500 {
  color: gray !important;
}

/*! CSS Used fontfaces */

@font-face {
  font-family: 'Post Grotesk Medium';
  src: url(https://assets.currencyfair.com/1.25/fonts/PostGrotesk-Medium.woff2) format("woff2"), url(https://assets.currencyfair.com/1.25/fonts/PostGrotesk-Medium.woff) format("woff");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://assets.currencyfair.com/1.25/fonts/MaterialIcons-Regular.eot);
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(https://assets.currencyfair.com/1.25/fonts/MaterialIcons-Regular.woff2) format("woff2"), url(https://assets.currencyfair.com/1.25/fonts/MaterialIcons-Regular.woff) format("woff"), url(https://assets.currencyfair.com/1.25/fonts/MaterialIcons-Regular.ttf) format("truetype");
}
