﻿.providers-list-radio-buttons {
}

.providers-list-radio-buttons > .form-group > .input-group {
  background: #e9ecef;
}

.providers-list-radio-buttons > .form-group.item-selected > .input-group {
  background: white;
}

.providers-list-radio-buttons > .form-group .input-group-prepend {
  margin-left: 20px;
}

.providers-list-radio-buttons
  > .form-group
  .input-group-prepend
  > .input-group-text {
  border: none;
  border-radius: 0;
  min-height: 50px;
}

.providers-list-radio-buttons
  > .form-group.item-selected
  .input-group-prepend
  > .input-group-text {
  background: white;
  min-height: 80px;
}

.providers-list-radio-buttons > .form-group > .input-group .logomark img {
  height: 80px;
  width: auto;
}

.providers-list-radio-buttons
  > .form-group.item-selected
  > .input-group
  .logomark
  img {
  height: 100px;
  width: auto;
}

/* 
* Gateway V2 Overrides for accessibility
*/

/* CTA Button */
.btn-primary,
.btn-primary:disabled,
.btn-primary.disabled {
  color: #ffffff;
  background-color: #00338d !important;
  box-shadow: none;
  border-radius: 3px;
  -webkit-tap-highlight-color: transparent;
}
.btn-primary:hover {
  background-color: #1e49e2 !important;
  color: #ffffff !important;
}
.btn-primary:active,
.btn-primary:focus {
  background-color: #00338d !important;
  color: #ffffff !important;
}
.btn-primary:focus-within,
.btn-primary:focus-visible {
  box-shadow: none;
  outline: 2px solid #1e49e2;
  outline-offset: 2px;
}

/* Action Button */

.btn-link {
  color: #00338d !important;
}

.btn-link:hover {
  background-color: rgb(240, 240, 240) !important;
  color: #1e49e2 !important;
}
.btn-link:active,
.btn-link:focus-within,
.btn-link:focus-visible {
  color: #1e49e2 !important;
}
.btn-link:focus-within,
.btn-link:focus-visible {
  box-shadow: none;
  outline: 2px solid #1e49e2;
  outline-offset: 2px;
}

.btn-link:disabled,
.btn-link.disabled {
  background: none;
  color: #5a80b8 !important;
}

/* Secondary Button */
.btn-secondary,
.btn-secondary:disabled,
.btn-secondary.disabled {
  cursor: pointer;
  background: none !important;
  color: black !important;
  border: 3px solid #d5d5d5 !important;
  box-shadow: none;
  border-radius: 3px;
  -webkit-tap-highlight-color: transparent;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  box-shadow: none;
  background: #d5d5d5 !important;
  color: black !important;
  border: 3px solid #d5d5d5 !important;
}
.btn-secondary:focus-within,
.btn-secondary:focus-visible {
  box-shadow: none;
  outline: 2px solid #1e49e2;
  outline-offset: 2px;
}

/* 
 * Login Layout 
 */

/* Content Area */
.login-layout .login-content-area {
  background-color: #f8f8f8;
}

.login-layout .logo {
  top: 109px;
}
