.alert-with-icon-and-text {
  display: flex;
  align-items: center;
}
.alert-with-icon-and-text > * {
  vertical-align: middle;
  display: inline;
  margin: 0 10px;
}
.alert-with-icon-and-text > img:first-child {
  width: 32px;
  height: 32px;
  user-select: none;
}

.ps-alert-success {
  color: #224A23;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-weight: 400;
  background-color: #C8E6C9;
}
.ps-alert-success > hr {
  border-top: 1px solid #224A23;
  border-bottom: none;
}
@media (max-width: 991px) {
  .ps-alert-success {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .ps-alert-success {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .ps-alert-success {
    padding: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .ps-alert-success {
    padding: 15px;
  }
}
@media (min-width: 1280px) {
  .ps-alert-success {
    padding: 20px;
  }
}

.ps-alert-info {
  color: #044868;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-weight: 400;
  background-color: #B3E5FC;
}
.ps-alert-info > hr {
  border-top: 1px solid #044868;
  border-bottom: none;
}
@media (max-width: 991px) {
  .ps-alert-info {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .ps-alert-info {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .ps-alert-info {
    padding: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .ps-alert-info {
    padding: 15px;
  }
}
@media (min-width: 1280px) {
  .ps-alert-info {
    padding: 20px;
  }
}

.ps-alert-warning {
  color: #7C6113;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-weight: 400;
  background-color: #FFECB3;
}
.ps-alert-warning > hr {
  border-top: 1px solid #7C6113;
  border-bottom: none;
}
@media (max-width: 991px) {
  .ps-alert-warning {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .ps-alert-warning {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .ps-alert-warning {
    padding: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .ps-alert-warning {
    padding: 15px;
  }
}
@media (min-width: 1280px) {
  .ps-alert-warning {
    padding: 20px;
  }
}

.ps-alert-error {
  color: #73000C;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-weight: 400;
  background-color: #FFCDD2;
}
.ps-alert-error > hr {
  border-top: 1px solid #73000C;
  border-bottom: none;
}
@media (max-width: 991px) {
  .ps-alert-error {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .ps-alert-error {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .ps-alert-error {
    padding: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .ps-alert-error {
    padding: 15px;
  }
}
@media (min-width: 1280px) {
  .ps-alert-error {
    padding: 20px;
  }
}

.ps-alert-custom {
  color: #2C1E30;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-weight: 400;
  background-color: #E1CFE7;
}
.ps-alert-custom > hr {
  border-top: 1px solid #2C1E30;
  border-bottom: none;
}
@media (max-width: 991px) {
  .ps-alert-custom {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .ps-alert-custom {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .ps-alert-custom {
    padding: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .ps-alert-custom {
    padding: 15px;
  }
}
@media (min-width: 1280px) {
  .ps-alert-custom {
    padding: 20px;
  }
}

.login-pf body {
  background-size: cover !important;
  background-position: center !important;
}
	
.psud-type-title {
	font-size: 1rem;
    margin-bottom: 5px;
	text-align: center;
}

.psud-lien-connection-asso {
  font-family: "Lato", sans-serif;
  font-weight: 1000;
  color: #0871c5;
}

button:disabled {
   border: 1px solid #ff9900;
  outline: 0px solid #ff9900;
  background-color: #ff9900;
  
  color: white;
}
.ps-primary-main-button {
  margin: auto;
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  user-select: none;
  color: white !important;
  font-size: 16px;
  min-height: 36px;
  min-width: 38px;
  line-height: 36px;
  text-align: center;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 2px;
  border: 1px solid #346FEF;
  outline: 0px solid #346FEF;
  background-color: #346FEF;
}
.ps-primary-main-button:hover {
  cursor: pointer;
  background-color: #2459cc;
  border-color: #2459cc;
}
.ps-primary-main-button:active, .ps-primary-main-button:focus, .ps-primary-main-button:focus-visible {
  cursor: pointer;
  background-color: #2852af;
  border-color: #294e9e;
  outline: 0.5px solid #294e9e;
  outline-offset: 0;
}
.ps-primary-main-button:disabled {
  opacity: 0.65;
}
.ps-primary-main-button > img {
  vertical-align: middle;
  display: inline-block;
  height: 28px;
  margin-right: 5px;
  margin-bottom: 2px;
}
@media (max-width: 575px) {
  .ps-primary-main-button {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .ps-primary-main-button {
    min-width: 300px !important;
  }
}
@media (min-width: 992px) {
  .ps-primary-main-button {
    min-width: 300px !important;
    height: 56px;
  }
}
@media (max-width: 345px) {
  .ps-primary-main-button {
    font-size: 15px;
  }
  .ps-primary-main-button > img {
    height: 24px;
    margin-right: 2px;
    margin-bottom: 3px;
  }
}

.ps-primary-button {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  user-select: none;
  color: white !important;
  font-size: 16px;
  min-height: 36px;
  min-width: 38px;
  line-height: 36px;
  text-align: center;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 2px;
  border: 1px solid #346FEF;
  outline: 0px solid #346FEF;
  background-color: #346FEF;
}
.ps-primary-button:hover {
  cursor: pointer;
  background-color: #2459cc;
  border-color: #2459cc;
}
.ps-primary-button:active, .ps-primary-button:focus, .ps-primary-button:focus-visible {
  cursor: pointer;
  background-color: #2852af;
  border-color: #294e9e;
  outline: 0.5px solid #294e9e;
  outline-offset: 0;
}
.ps-primary-button:disabled {
  opacity: 0.65;
}
.ps-primary-button > img {
  vertical-align: middle;
  display: inline-block;
  height: 28px;
  margin-right: 5px;
  margin-bottom: 2px;
}

.ps-secondary-button {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  user-select: none;
  color: #346FEF !important;
  font-size: 16px;
  min-height: 36px;
  min-width: 38px;
  line-height: 36px;
  text-align: center;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 2px;
  border: 1px solid #346FEF;
  outline: 0px solid #346FEF;
  background-color: white;
}
.ps-secondary-button:hover {
  cursor: pointer;
  background-color: #e6e6e6;
  border-color: #2459cc;
  color: #2459cc !important;
}
.ps-secondary-button:active, .ps-secondary-button:focus, .ps-secondary-button:focus-visible {
  cursor: pointer;
  background-color: #d9d9d9;
  border-color: #294e9e;
  outline: 0.5px solid #294e9e;
  outline-offset: 0;
  color: #294e9e !important;
}
.ps-secondary-button:disabled {
  opacity: 0.65;
}
.ps-secondary-button > img {
  vertical-align: middle;
  display: inline-block;
  height: 28px;
  margin-right: 5px;
  margin-bottom: 2px;
}

.ps-tertiary-button {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  user-select: none;
  color: #346FEF !important;
  font-size: 16px;
  min-height: 36px;
  min-width: 38px;
  line-height: 36px;
  text-align: center;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 2px;
  border: 1px solid white;
  outline: 0px solid white;
  background-color: white;
}
.ps-tertiary-button:hover {
  cursor: pointer;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #e6e6e6 !important;
}
.ps-tertiary-button:active, .ps-tertiary-button:focus, .ps-tertiary-button:focus-visible {
  cursor: pointer;
  background-color: #d9d9d9;
  border-color: #d1d1d1;
  outline: 0.5px solid #d1d1d1;
  outline-offset: 0;
  color: #d1d1d1 !important;
}
.ps-tertiary-button:disabled {
  opacity: 0.65;
}
.ps-tertiary-button > img {
  vertical-align: middle;
  display: inline-block;
  height: 28px;
  margin-right: 5px;
  margin-bottom: 2px;
}

@media (max-width: 991px) {
  .ps-full-width-form-field-group {
    margin: -9px;
    padding: 9px 0;
  }
  .ps-full-width-form-field-group > * {
    position: relative;
    margin: 9px;
    display: inline-block;
    width: calc(100% - 18px);
  }
}
@media (min-width: 992px) {
  .ps-full-width-form-field-group {
    margin: -10px;
    padding: 10px 0;
  }
  .ps-full-width-form-field-group > * {
    position: relative;
    margin: 10px;
    display: inline-block;
    width: calc(100% - 20px);
  }
}
@media (max-width: 575px) {
  .ps-full-width-form-field-group {
    columns: 1;
    max-width: 360px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .ps-full-width-form-field-group {
    columns: 2;
    max-width: 738px;
  }
}
@media (min-width: 992px) {
  .ps-full-width-form-field-group {
    columns: 1120px;
  }
}

.ps-simple-form-field-group {
  columns: 1;
  max-width: 360px;
}
@media (max-width: 991px) {
  .ps-simple-form-field-group {
    margin: -9px;
    padding: 9px 0;
  }
  .ps-simple-form-field-group > * {
    position: relative;
    margin: 9px;
    display: inline-block;
    width: calc(100% - 18px);
  }
}
@media (min-width: 992px) {
  .ps-simple-form-field-group {
    margin: -10px;
    padding: 10px 0;
  }
  .ps-simple-form-field-group > * {
    position: relative;
    margin: 10px;
    display: inline-block;
    width: calc(100% - 20px);
  }
}

.ps-simple-form-field-group-centered-wrapper {
  margin: auto;
  max-width: 360px;
}
@media (max-width: 991px) {
  .ps-simple-form-field-group-centered-wrapper > * {
    max-width: 378px;
  }
}
@media (min-width: 992px) {
  .ps-simple-form-field-group-centered-wrapper > * {
    max-width: 380px;
  }
}

.ps-input-label {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: black;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 2px;
}

.ps-input-label-title {
  margin: 5px auto auto auto;
  width: 100%;
  font-weight: 600 !important;
}

.ps-required-marker {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  color: #DC241F;
  display: inline-block;
  overflow: hidden;
}
@media (max-width: 991px) {
  .ps-required-marker {
    font-size: 11px;
    height: 16px;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .ps-required-marker {
    font-size: 12px;
    height: 17px;
    line-height: 19px;
  }
}

.ps-input {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  color: #464646;
  background-color: white;
  border-radius: 2px;
  border: 1px solid #DADCE3;
  height: 36px;
  padding: 10px;
  width: 100%;
  font-size: 16px;
}
.ps-input:hover {
  border: 1px solid #346FEF;
}
.ps-input:active, .ps-input:focus, .ps-input:focus-visible {
  border: 1px solid #93b2f6;
  outline: 1px solid #93b2f6;
}
.ps-input:disabled {
  background-color: #F1F1F1;
  color: #464646;
  pointer-events: none;
}

.ps-invalid-input {
  border: 1px solid #DC241F;
}

.ps-input-help {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 12px;
  display: block;
  margin-top: 4px;
  color: black;
}

.ps-input-error {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 12px;
  display: block;
  margin-top: 4px;
  color: #DC241F;
}

.ps-checkbox {
  margin: 0;
  height: 18px;
  width: 20px;
  position: relative;
  opacity: 0;
}
.ps-checkbox + span {
  position: relative;
  display: inline-block;
  margin-left: -22px;
  opacity: 1;
  color: white;
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  margin-left: -24px;
  top: -3px;
  width: 20px;
  height: 20px;
  border: 2px solid #DADCE3;
  border-radius: 2px;
  background: white;
  pointer-events: none;
}
.ps-checkbox:checked + span {
  background: #346FEF;
  border-color: #346FEF;
}
.ps-checkbox:hover, .ps-checkbox:focus {
  cursor: pointer;
}
.ps-checkbox:hover + span, .ps-checkbox:focus + span {
  border-color: #346FEF;
}
.ps-checkbox:hover:checked + span, .ps-checkbox:focus:checked + span {
  background: #2852af;
  border-color: #294e9e;
}

.ps-checkbox-invalid + span {
  border-color: #DC241F;
}

::placeholder {
  color: #999999;
  font-weight: 400;
  opacity: 1;
}

.ps-h1 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #011C3B;
  background-color: #F7F7F7;
}
@media (max-width: 991px) {
  .ps-h1 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .ps-h1 {
    font-size: 26px;
  }
}

.ps-h1-no-background {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #011C3B;
}
@media (max-width: 991px) {
  .ps-h1-no-background {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .ps-h1-no-background {
    font-size: 26px;
  }
}

.ps-accordion-title {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #464646;
}
@media (max-width: 991px) {
  .ps-accordion-title {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .ps-accordion-title {
    font-size: 16px;
  }
}

.ps-modal-title {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: black;
}
@media (max-width: 991px) {
  .ps-modal-title {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .ps-modal-title {
    font-size: 22px;
  }
}

.ps-text-link, .ps-text-link a {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  color: #346FEF;
  text-decoration: underline !important;
  background: none;
  border: none;
  padding: 0;
}
.ps-text-link:hover, .ps-text-link:active, .ps-text-link a:hover, .ps-text-link a:active {
  color: #2459cc;
  text-decoration: none !important;
  cursor: pointer !important;
}

.ps-text-standard {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.ps-text-smaller {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-weight: 400;
}
@media (max-width: 991px) {
  .ps-text-smaller {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .ps-text-smaller {
    font-size: 15px;
  }
}

.ps-text-legend {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 12px;
}

.ps-card-over-image {
  background: rgba(255, 255, 255, 0.8784313725);
  border-radius: 2px;
}
@media (max-width: 575px) {
  .ps-card-over-image {
    padding-top: 70px !important;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .ps-card-over-image {
    padding-top: 90px !important;
  }
}
@media (min-width: 992px) {
  .ps-card-over-image {
    padding-top: 100px !important;
  }
}

@media (max-width: 991px) {
  .ps-card-header-picture {
    background: white;
    user-select: none;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 3px solid #DADCE3;
    overflow: hidden;
    position: absolute;
    padding: 18.4615384615px;
    top: -60px;
    left: calc(50% - 60px);
  }
  .ps-card-header-picture > * {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .ps-card-header-picture {
    background: white;
    user-select: none;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 3px solid #DADCE3;
    overflow: hidden;
    position: absolute;
    padding: 23.0769230769px;
    top: -75px;
    left: calc(50% - 75px);
  }
  .ps-card-header-picture > * {
    width: 100%;
  }
}

.ps-page-main-content {
  min-width: 280px;
}
@media (max-width: 575px) {
  .ps-page-main-content {
    margin: 0 10px;
    width: calc(100% - 20px);
  }
}
@media (min-width: 576px) {
  .ps-page-main-content {
    margin: 0 20px;
    width: calc(100% - 40px);
    max-width: 992px;
  }
}

.ps-page-main-content-one-column {
  min-width: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media (max-width: 575px) {
  .ps-page-main-content-one-column {
    margin: 70px 10px 20px;
    padding: 20px 10px 30px;
    width: calc(100% - 20px);
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .ps-page-main-content-one-column {
    margin: 130px auto 20px;
    max-width: 460px;
    padding: 60px 20px 30px;
  }
}
@media (min-width: 992px) {
  .ps-page-main-content-one-column {
    margin: 130px auto 20px;
    max-width: 616px;
    padding: 60px 70px;
  }
}

@media (max-width: 575px) and (min-height: 700px) {
  .ps-small-main-content {
    margin-top: 120px !important;
  }
}

.ps-page-image-background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  background-position: center !important;
  background-size: cover !important;
}

* {
  box-sizing: border-box;
}

.card-pf {
  background: unset !important;
  border-top: unset !important;
  box-shadow: unset !important;
  margin: unset !important;
  padding: unset !important;
}

.login-pf {
  background: #2078c8 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

.kc-nc-connect-button {
  background: #2a7ec1;
  border: 1px solid #0F63A8;
  border-bottom-width: 2px;
  border-radius: 5px;
  display: block;
  margin: 20px auto 10px;
  user-select: none;
}
@media (max-width: 345px) {
  .kc-nc-connect-button {
    margin: 10px auto 10px;
  }
}
@media (max-width: 400px) {
  .kc-nc-connect-button {
    padding: 10px;
    height: 64px;
    width: 220px;
  }
}
@media (min-width: 401px) {
  .kc-nc-connect-button {
    padding: 13px 15px;
    height: 84px;
    width: 330px;
  }
}
.kc-nc-connect-button:hover {
  background: #328bd2;
}
.kc-nc-connect-button:active, .kc-nc-connect-button:focus, .kc-nc-connect-button:focus-visible {
  cursor: pointer;
  background-color: #2d6fa4;
  border-color: #13558b;
  outline: 0.5px solid #13558b;
  outline-offset: 0;
}

.kc-nc-connect-logo {
  display: inline;
  height: 100%;
}

@media (max-width: 400px) {
  .kc-nc-connect-logo {
    width: 45px;
  }
}

.kc-nc-connect-text {
  display: inline;
}
@media (max-width: 400px) {
  .kc-nc-connect-text {
    height: 80%;
    margin-left: 7px;
    margin-bottom: 4px;
  }
}
@media (min-width: 401px) {
  .kc-nc-connect-text {
    height: 90%;
    margin-left: 15px;
    margin-bottom: 2px;
  }
}

html {
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #2078c8;
}

body {
  overflow-y: auto;
  overflow-x: hidden;
}

#kc-login {
  width: 100%;
}

#kc-header-wrapper {
  text-align: center;
  padding: 0 10px;
}
@media (max-width: 575px) {
  #kc-header-wrapper {
    margin-bottom: 5px;
  }
}
@media (min-width: 576px) {
  #kc-header-wrapper {
    margin-bottom: 20px;
  }
}

#kc-form-buttons {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 345px) {
  #kc-form-buttons {
    margin-top: 5px;
    margin-bottom: 10px;
  }
}

.kc-full-width {
  width: 100%;
}

.kc-form-text-line {
  text-align: center;
}

.kc-hidden {
  visibility: hidden;
  height: 0;
  width: 0;
  margin: 0;
  overflow: hidden;
}

a {
  color: unset;
  cursor: pointer;
  text-decoration: unset !important;
}

@media (min-width: 576px) {
  .kc-for-phone {
    display: none !important;
  }
}

@media (max-width: 575px) {
  .kc-for-tablet-and-small-and-large-desktop {
    display: none !important;
  }
}

.kc-back-button {
  position: absolute;
  font-size: 20px;
  height: 38px;
  line-height: 38px;
}

.kc-back-button-page-top {
  top: 10px;
  left: 10px;
}

.kc-selected-username-block > * {
  display: inline-block;
  margin-right: 10px;
  text-decoration: none !important;
}

.kc-selected-username-text {
  display: block;
  min-height: 38px;
  word-break: break-word;
  font-weight: 700;
  padding-top: 11px;
  text-align: center;
  line-height: 16px;
}
@media (max-width: 575px) {
  .kc-selected-username-text {
    margin: 0;
  }
}
@media (min-width: 576px) {
  .kc-selected-username-text {
    margin: 0 53px;
  }
}

.g-recaptcha {
  margin: auto;
  width: 302px;
  user-select: none;
}
@media (max-width: 360px) {
  .g-recaptcha {
    transform: scale(0.9);
    transform-origin: top left;
    height: 80px;
  }
}
@media (max-width: 330px) {
  .g-recaptcha {
    transform: scale(0.8);
    transform-origin: top left;
    height: 70px;
  }
}

.kc-checkbox-label {
  margin-left: 30px;
  display: inline-block;
}

.kc-checkbox-wrapper {
  height: 0;
  user-select: none;
}

.kc-toggle-password-visibility {
  filter: brightness(0.5);
  position: absolute;
  right: 7px;
  top: 6px;
  height: 25px;
  user-select: none;
}
.kc-toggle-password-visibility:hover {
  cursor: pointer;
  filter: brightness(0.35);
}

.kc-password-input {
  padding-right: 34px !important;
}

.kc-background-image-preview {
  position: fixed;
  z-index: -1;
}

@media (min-width: 992px) {
  #loginRestartLink {
    padding: 10px 0;
  }
}

.kc-horizontal-separator-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.kc-horizontal-separator-side {
  flex-grow: 1;
  height: 1px;
  background-color: #828282;
}

.kc-horizontal-separator-center {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #828282;
  padding: 0 5px;
}

.kc-select-account-type-section {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  gap: 10px;
  margin: auto;
  width: calc(100vw - 30px);
  min-width: 250px;
}

@media (min-width: 310px) {
  .kc-select-account-type-section {
    width: calc(100vw - 60px);
  }
}

@media (min-width: 420px) {
  .kc-select-account-type-section {
    width: 340px;
    margin: auto;
  }
}

@media (min-width: 992px) {
  .kc-select-account-type-section {
    width: 490px;
    padding: 10px 0 20px;
  }
  .kc-select-account-type-section img {
    margin: 0 10px;
  }
}

.kc-select-account-type-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.kc-select-account-type-label {
  width: 100%;
  text-align: center;
}

.kc-select-account-type-item {
  background: none;
  border: none;
  padding: 0;
}

.kc-select-account-type-button-label {
  font-size: 14px;
  font-weight: 700;
  color: #191f38;
  text-align: center;
}

@media (min-width: 992px) {
  .kc-select-account-type-button-label {
    font-size: 15px;
  }
}

.kc-select-account-type-item:hover img,
.kc-select-account-type-item:active img {
  filter: drop-shadow(0 2px 2px #aaaaaa);
}
.kc-select-account-type-item:hover .kc-select-account-type-button-label,
.kc-select-account-type-item:active .kc-select-account-type-button-label {
  color: #346FEF;
}
