/* AMOS-LAYOUT VARIABLES */
/* default amos-layout base color */
/* default variables for platform customizations
override into main.less on bottom */
/* default color variables for brand customize */
/*platform text based color*/
/*apply to most text tags*/
/* default color platform basic interface*/
/* default backend background color and image */
/* ../ because it's referred to assets directory in head tag */
/* default background content parts color */
/* default border color */
/* default box-shadow */
/* utility color */
/* status color */
/* social color */
/* plugin custom color */
/* AMOS-LAYOUT UTILITY
nb: use only vars in variables.less because this file is imported by other plugin
 */
.cover-object {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/**
FLEXBOX
 */
.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flexbox-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flexbox-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
/**
BOX SHADOW
 */
/**
TRANSITION
 */
/**
LINEAR GRADIENT
 */
/**
TODO CHECK POSITION
 */
.container-custom,
.containerCustomStyle {
  padding-left: 4%;
  padding-right: 4%;
}
.container-custom::before,
.containerCustomStyle::before {
  display: table;
  content: " ";
}
.container-custom::after,
.containerCustomStyle::after {
  display: table;
  content: " ";
  clear: both;
}
nav .container-custom,
nav .containerCustomStyle {
  padding-left: calc(4% - 2*4px);
  padding-right: calc(4% - 2*4px);
}
@media screen and (min-width: 768px) {
  .container-custom,
  .containerCustomStyle {
    padding-left: 6%;
    padding-right: 6%;
  }
  nav .container-custom,
  nav .containerCustomStyle {
    padding-left: calc(6% - 2*4px);
    padding-right: calc(6% - 2*4px);
  }
}
@media screen and (min-width: 1024px) {
  .container-custom,
  .containerCustomStyle {
    padding-left: 10%;
    padding-right: 10%;
  }
  nav .container-custom,
  nav .containerCustomStyle {
    padding-left: calc(10% - 2*4px);
    padding-right: calc(10% - 2*4px);
  }
}
.container-custom-margin,
.containerCustomStyleMargin {
  margin-left: 4%;
  margin-right: 4%;
}
.container-custom-margin::before,
.containerCustomStyleMargin::before {
  display: table;
  content: " ";
}
.container-custom-margin::after,
.containerCustomStyleMargin::after {
  display: table;
  content: " ";
  clear: both;
}
nav .container-custom-margin,
nav .containerCustomStyleMargin {
  margin-left: calc(4% - 2*4px);
  margin-right: calc(4% - 2*4px);
}
@media screen and (min-width: 768px) {
  .container-custom-margin,
  .containerCustomStyleMargin {
    margin-left: 6%;
    margin-right: 6%;
  }
  nav .container-custom-margin,
  nav .containerCustomStyleMargin {
    margin-left: calc(6% - 2*4px);
    margin-right: calc(6% - 2*4px);
  }
}
@media screen and (min-width: 1024px) {
  .container-custom-margin,
  .containerCustomStyleMargin {
    margin-left: 10%;
    margin-right: 10%;
  }
  nav .container-custom-margin,
  nav .containerCustomStyleMargin {
    margin-left: calc(10% - 2*4px);
    margin-right: calc(10% - 2*4px);
  }
}
.boxesStyle {
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.boxesStyle .pluginName,
.boxesStyle .language-item {
  display: block;
  color: #ffffff;
}
.boxesStyle .color-primary {
  background-color: transparent !important;
}
.boxesStyle .ic,
.boxesStyle .am,
.boxesStyle .dash {
  color: #ffffff;
  margin-bottom: 7px;
  display: inline-block;
}
.boxesStyle .ic:before,
.boxesStyle .am:before,
.boxesStyle .dash:before {
  font-size: 3rem;
}
.boxesStyle .icon-open-modal:before {
  font-size: 2.1rem;
}
.boxesStyle .am-2 {
  font-size: unset;
}
@media screen and (max-width: 768px) {
  .boxesStyle .icon-open-modal:before {
    font-size: 2.2rem;
  }
  .boxesStyle .pluginName,
  .boxesStyle .language-item {
    font-size: 1.5rem;
    line-height: 1.6rem;
  }
}
@media screen and (min-width: 1280px) {
  .boxesStyle .ic:before,
  .boxesStyle .am:before,
  .boxesStyle .dash:before {
    font-size: 4rem;
  }
  .boxesStyle .icon-open-modal:before {
    font-size: 2.2rem;
  }
  .boxesStyle .pluginName,
  .boxesStyle .language-item {
    font-size: 1.20rem;
  }
}
.boxWidgetHeaderStyle .box-widget {
  padding: 0;
}
.boxWidgetHeaderStyle .box-widget-header .box-widget-wrapper {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title {
    display: flex;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.35rem;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .am-2,
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .pluginName,
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .language-item {
    font-size: 1.6rem;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .pluginName,
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .language-item {
    margin-left: 2%;
    width: 100%;
  }
  .boxWidgetHeaderStyle .box-widget-header .read-all {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .boxWidgetHeaderStyle .box-widget {
    padding: 0 6%;
  }
  .boxWidgetHeaderStyle .box-widget-header {
    width: calc(6% + (80% / 4 - 4px));
    position: absolute;
    padding-left: 6%;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-wrapper {
    position: relative;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-wrapper:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-wrapper .box-widget-title {
    position: absolute;
    top: 0;
    right: 0;
  }
  .boxWidgetHeaderStyle .box-widget-header .read-all {
    position: relative;
    right: 0;
    text-transform: none;
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
  .boxWidgetHeaderStyle .box-widget-header .read-all a {
    position: absolute;
    right: 0;
    left: 0;
    text-transform: uppercase;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .boxWidgetHeaderStyle .box-widget {
    padding: 0 10%;
  }
  .boxWidgetHeaderStyle .box-widget-header {
    padding-left: 10%;
    width: calc(10% + (80% / 6 - 4px));
  }
  .boxWidgetHeaderStyle .box-widget-header .read-all {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}
@media screen and (min-width: 1280px) {
  .boxWidgetHeaderStyle .box-widget-header {
    width: calc(10% + (80% / 8 - 4px));
  }
}
.no-margin {
  margin: 0;
}
/**
FORM OVERRIDE
 */
.form-group-login {
  height: 45px;
  padding-left: 12px;
  padding-top: 7px;
  font-size: 1.1em !important;
  letter-spacing: 0.2px !important;
}
/**
PLACEHOLDER FORM OVERRIDE
 */
.placeholder-login {
  text-transform: uppercase;
  color: #000000;
  font-weight: normal;
  opacity: 1;
}
.login-page {
  margin: 30px 0;
}
.login-page .logo-login {
  display: flex;
}
.login-page .container-messages {
  width: 100%;
  padding: 0;
}
.login-page .dropdown-languages {
  float: right;
  background: #ffffff;
  padding-top: 15px;
}
.login-page .dropdown-languages > .dropdown {
  float: right;
}
.login-page .dropdown-languages > .dropdown > .dropdown-toggle .am {
  position: relative;
  top: 2px;
  padding: 0 5px;
}
.login-page .dropdown-languages > .dropdown > .dropdown-menu {
  min-width: auto;
}
.login-page .welcome-message {
  margin: 0;
}
.login-page ::-webkit-input-placeholder {
  /* WebKit browsers */
  text-transform: uppercase;
  color: #000000;
  font-weight: normal;
  opacity: 1;
}
.login-page :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  text-transform: uppercase;
  color: #000000;
  font-weight: normal;
  opacity: 1;
}
.login-page ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  text-transform: uppercase;
  color: #000000;
  font-weight: normal;
  opacity: 1;
}
.login-page :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  text-transform: uppercase;
  color: #000000;
  font-weight: normal;
  opacity: 1;
}
.login-page ::placeholder {
  /* Recent browsers */
  text-transform: uppercase;
  color: #000000;
  font-weight: normal;
  opacity: 1;
}
.login-page .btn {
  border: 1px solid #ffffff;
}
.login-page .title-login {
  font-size: 1.3em;
  margin-top: 0;
  color: #ffffff;
}
.login-page h3.title-login {
  font-size: 1.1em;
}
.login-page .logo-login {
  max-width: 100%;
  background-color: #ffffff;
  padding: 25px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
}
.login-page .logo-login .login-logo-and-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 25px;
}
.login-page .logo-login .login-logo-and-text img {
  height: 50px;
}
@media (max-width: 991px) {
  .login-page .logo-login .login-logo-and-text {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.login-page .logo-login .login-logo-text {
  font-size: 18px;
  color: #5e7887;
  font-weight: 600;
  line-height: 1.3;
  display: block;
}
.login-page .logo-login .login-logo-text a {
  margin: 0 auto;
  text-align: center;
  width: auto;
  display: inline-flex;
  background-color: #fff;
  padding: 5px 20px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .login-page .logo-login .login-logo-and-text {
    display: inline;
  }
  .login-page .logo-login .login-logo-and-text .logo-amos {
    width: auto;
    margin: 0 auto;
  }
}
.login-page .login-block {
  background-color: #ffffff;
  padding: 0px;
  margin-top: 30px;
}
.login-page .login-block .login-body {
  padding: 35px 25px 0 25px;
  background-color: white;
  color: #000000;
}
.login-page .login-block .login-body .form-group {
  margin-bottom: 5px;
}
.login-page .login-block .login-body .form-group > .row > .col-xs-12:first-child {
  display: block;
}
.login-page .login-block .login-body .form-group .form-control {
  height: 45px;
  padding-left: 12px;
  padding-top: 7px;
  font-size: 1.1em !important;
  letter-spacing: 0.2px !important;
}
.login-page .login-block .login-body .form-group + .ic {
  position: absolute;
  top: 20px;
  margin-left: 7px;
  font-size: 1.2em;
}
.login-page .login-block .login-body .select2-container {
  background: #ffffff;
  text-transform: uppercase;
}
.login-page .login-block .login-body .select2-container .selection .select2-selection .select2-selection__rendered .select2-selection__placeholder,
.login-page .login-block .login-body .select2-container.select2-container--krajee .selection .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  color: #000000;
}
.login-page .login-block .login-body .action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.login-page .login-block .login-body .action .btn {
  border-radius: 0;
}
@media (min-width: 420px) {
  .login-page .login-block .login-body .action .btn {
    padding: 6px 30px;
  }
}
.login-page .login-block .login-body .title-login {
  color: #000000;
}
.login-page .login-block .rememberme {
  padding: 0px 25px;
}
.login-page .login-block .rememberme .form-group {
  margin: 0;
}
.login-page .login-block .rememberme .form-group .remember-me {
  text-transform: uppercase;
}
.login-page .login-block .rememberme .form-group .remember-me input[type="checkbox"] {
  top: -1px;
}
.login-page .login-block .forgot-password a {
  color: #297a38;
  text-transform: uppercase;
}
.login-page .login-block.registration-block {
  margin-top: 30px;
}
.login-page .login-block.registration-block .login-body {
  background-color: inherit;
  border: 0;
  padding: 0;
}
.login-page .login-block.registration-block .login-body .title-login {
  color: #000000;
}
.login-page .login-block.registration-block .login-body .cookie-privacy {
  font-size: 0.9em;
  line-height: 1.2em;
  padding-top: 15px;
  color: #595959;
}
.login-page .login-block.registration-block .login-body .cookie-privacy a {
  color: #000000;
  font-weight: bold;
}
.login-page .login-block.registration-block .login-body .cookie-privacy div[role='radiogroup'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.login-page .login-block.registration-block .login-body .cookie-privacy div[role='radiogroup'] .radio + .radio {
  margin: 10px 0;
}
.login-page .login-block.registration-block .login-body .cookie-privacy div[role='radiogroup'] .radio input[type='radio'] {
  margin-top: 2px;
}
.login-page .login-block.registration-block .login-body .cookie-privacy div[role='radiogroup'] label {
  text-transform: uppercase;
}
.login-page .login-block.registration-block .login-body .recaptcha {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  padding: 0 5px;
}
.login-page .login-block.registration-block .login-body .action-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  background-color: transparent;
  padding-top: 15px;
}
.login-page .login-block.registration-block .login-body .action-block button,
.login-page .login-block.registration-block .login-body .action-block a {
  margin: 0;
}
.login-page .login-block.registration-block .login-body .action-block .btn-primary,
.login-page .login-block.registration-block .login-body .action-block .btn-navigation-primary {
  border-radius: 0;
}
.login-page .login-block.registration-block .login-body .action-block .btn-primary:hover,
.login-page .login-block.registration-block .login-body .action-block .btn-navigation-primary:hover {
  border-radius: 0;
}
.login-page .login-block.registration-block + .reactivate-profile-block {
  padding: 0 25px 25px;
  background: #ffffff;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.login-page .login-block.registration-block + .reactivate-profile-block a {
  color: #000000;
  font-weight: bold;
}
@media (max-width: 419px) {
  .login-page .login-block.registration-block {
    padding: 0 0 25px;
  }
  .login-page .login-block.registration-block .login-body {
    padding: 35px 10px 25px;
  }
  .login-page .login-block.registration-block .login-body iframe {
    position: relative;
    left: 3px;
  }
}
.login-page .login-block.forgotpwd-block {
  padding-bottom: 35px;
}
.login-page .login-block.forgotpwd-block .action {
  flex-direction: row-reverse;
}
.login-page .login-block.disablenotify-block {
  padding-bottom: 35px;
}
.login-page .login-block.disablenotify-block .action {
  flex-direction: row-reverse;
}
.login-page .login-block.reactivate-block {
  padding-bottom: 35px;
}
.login-page .login-block.reactivate-block .form-group textarea.form-control {
  padding: 6px;
}
.login-page .login-block.reactivate-block .action {
  flex-direction: row-reverse;
}
.login-page .login-block.reactivate-block .action button,
.login-page .login-block.reactivate-block .action a {
  min-width: 120px;
}
.login-page .login-block.resetpwd-block {
  padding-bottom: 35px;
}
.login-page .login-block.resetpwd-block .eye-toggle-box,
.login-page .login-block.resetpwd-block .field-firstaccessform-password {
  color: #ffffff;
  text-transform: uppercase;
}
.login-page .login-block.resetpwd-block .cookie-privacy,
.login-page .login-block.resetpwd-block .cookie-privacy a {
  color: #ffffff;
}
.login-page .login-block.resetpwd-block .action {
  justify-content: flex-end;
}
.login-page .login-block.security-message {
  padding-bottom: 35px;
}
.login-page .login-block.security-message p {
  color: black;
}
.login-page .login-block.security-message hr {
  border-color: #ffffff;
}
.login-page .login-block.security-message .action {
  justify-content: flex-end;
}
.login-page .login-block.security-message a:not(.btn) {
  color: #000000;
  text-decoration: none;
}
.login-page .login-block.security-message a:not(.btn):hover {
  text-decoration: underline;
}
.login-page .login-block.security-message a.btn {
  color: white;
  text-decoration: none;
}
.login-page .login-block.security-message a.btn:hover {
  text-decoration: none;
  color: #333;
}
.login-page .login-block.social-auth-spid {
  padding-bottom: 35px;
}
.login-page .login-block.social-auth-spid.ask-signup hr {
  border-color: #ffffff;
  float: none;
}
.login-page .login-block.social-auth-spid.ask-signup .action {
  flex-direction: row;
  text-align: center;
  color: #ffffff;
}
.login-page .social-block {
  margin-top: 30px;
  padding: 0 25px 25px;
}
.login-page .social-block.social-register-block {
  background: white;
  margin-top: 30px;
  padding: 0 25px 25px;
}
.login-page .social-block + .spid-block {
  margin-top: 0;
}
.login-page .social-block .social-buttons {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.login-page .social-block .social-buttons .button-container .btn {
  margin: 5px;
  padding: 6px;
}
.login-page .social-block .social-buttons .btn-apple,
.login-page .social-block .social-buttons .btn-farmlab {
  border: 1px solid black;
}
@media (max-width: 480px) {
  .login-page .social-block .social-buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.login-page .social-block .social-buttons .btn + .btn {
  margin-left: 0;
}
.login-page .social-block .social-buttons .btn {
  width: 95%;
  padding: 6px 0;
  font-weight: normal;
  font-size: 1.1em;
  line-height: 1.2em;
  margin-bottom: 10px;
}
.login-page .social-block .social-buttons .btn span.text {
  text-align: center;
  white-space: initial;
}
.login-page .spid-block {
  background: #ffffff;
  padding: 25px;
  margin-top: 0;
}
.login-page .spid-block .btn.btn-spid {
  background-color: #0066cc;
  color: #ffffff;
  border-color: #0066cc;
  border-radius: 0;
  width: 100%;
  font-size: 1em;
  line-height: 1;
  padding: 7px 0;
  white-space: normal;
}
.login-page .spid-block .btn.btn-spid > span:last-child {
  text-transform: initial;
  font-size: 1em;
  white-space: nowrap;
  border-right: 1px solid #ffffff;
  padding-right: 5px;
}
@media (max-width: 360px) {
  .login-page .spid-block .btn.btn-spid {
    font-size: 11px;
  }
}
.login-page .spid-block .spid-text {
  color: #ffffff;
  font-size: 0.9em;
  line-height: 1.2em;
}
.login-page .spid-block .title-login {
  color: #000000;
}
.login-page .register-block {
  margin-top: 30px;
  margin-bottom: 30px;
  background: #ffffff;
  padding: 25px;
}
.login-page .register-block .title-login {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
}
.login-page .register-block .title-login > a {
  text-transform: none;
  font-weight: normal;
  color: inherit;
}
.login-page .register-block .title-login > a:hover {
  color: #297a38;
}
.reconciliation-page .subtitle {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.31px;
  color: #333333;
}
.reconciliation-page .two-column-section .row .col-md-6 .internal-container {
  position: relative;
}
.reconciliation-page .two-column-section .row .col-md-6 .internal-container .arrow-right {
  position: absolute;
  top: 0;
  bottom: -100px;
  left: auto;
  right: -16px;
}
@media (max-width: 991px) {
  .reconciliation-page .two-column-section .row .col-md-6 .internal-container .arrow-right {
    display: none;
  }
}
.reconciliation-page .two-column-section .row .col-md-6 .internal-container .single-section-title {
  font-size: 32px;
  line-height: 48px;
  border-bottom: 2px solid #979797;
}
.reconciliation-page .two-column-section .row .col-md-6 .internal-container .info-container {
  padding: 20px 0;
  opacity: 50%;
}
.reconciliation-page .two-column-section .row .col-md-6 .internal-container .info-container .info-label {
  font-weight: bold;
  color: #5A768A;
  font-size: 14px;
  line-height: 20px;
}
.reconciliation-page .two-column-section .row .col-md-6 .internal-container .info-container .info-content {
  font-size: 20px;
  line-height: 31px;
  color: #17324D;
  border-bottom: 2px solid #5C6F82;
  font-weight: bold;
  align-items: baseline;
  justify-content: space-between;
}
.reconciliation-page .two-column-section .row .col-md-6 .internal-container .info-container .info-content p:not(.tooltip) {
  max-width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
.reconciliation-page .two-column-section .row .col-md-6 .internal-container .info-container .info-content .tooltip {
  overflow: visible;
  width: 100% !important;
  opacity: 1 !important;
  display: flex !important;
  justify-content: center;
  margin: auto;
  color: white !important;
  z-index: 10 !important;
}
.reconciliation-page .two-column-section .row .col-md-6 .internal-container .info-container .info-content .tooltip .tooltip-inner {
  max-width: 100% !important;
  opacity: 1 !important;
  color: white !important;
  z-index: 10 !important;
}
.reconciliation-page .two-column-section .row .col-md-6 .internal-container .info-container .info-content .tooltip span {
  width: 100% !important;
  opacity: 1 !important;
  color: white !important;
  z-index: 10 !important;
}
.reconciliation-page .two-column-section .row .col-md-6 .internal-container .info-container .info-content span:not(.tooltip) {
  color: #008255;
}
@media (max-width: 575px) {
  .reconciliation-page .two-column-section .row .col-md-6 .internal-container .info-container .info-content {
    max-width: 100%;
  }
}
.reconciliation-page .two-column-section .row .col-md-6 .btn-spid {
  margin-top: 20px;
  border-color: #0066CC;
  background-color: #0066CC;
  color: white;
  width: 100%;
  padding: 12px;
}
@media (max-width: 360px) {
  .reconciliation-page .two-column-section .row .col-md-6 .btn-spid {
    font-size: 11px;
  }
}
.reconciliation-page .two-column-section .row .col-md-6 .idpc-reconciliation-img {
  max-width: 80%;
  margin: 20px auto;
}
@media (min-width: 992px) {
  .reconciliation-page .two-column-section .row .col-md-6:nth-child(1) {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .reconciliation-page .two-column-section .row .col-md-6:nth-child(1) .internal-container {
    padding-right: 20%;
  }
}
@media (max-width: 991px) {
  .reconciliation-page .two-column-section .row .col-md-6:nth-child(2) {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .reconciliation-page .two-column-section .row .col-md-6:nth-child(2) {
    padding-left: 0;
  }
}
.reconciliation-page .two-column-section .row .col-md-6:nth-child(2) .internal-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .reconciliation-page .two-column-section .row .col-md-6:nth-child(2) .internal-container {
    padding-left: 20%;
  }
}
.reconciliation-page .two-column-section .row .skip-button-container {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reconciliation-page .two-column-section .row .skip-button-container .btn-navigation-secondary {
  border: 1px solid #e1e4e2;
  border-radius: 4px;
  color: #297A38;
}
#modal-dl-semplification .modal-content {
  padding: 15px;
}
#modal-dl-semplification .modal-header {
  border-bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
#modal-dl-semplification .modal-header::before,
#modal-dl-semplification .modal-header::after {
  display: none;
}
#modal-dl-semplification .modal-header h2 {
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #17324D;
  opacity: 0.7;
  font-weight: bold;
}
#modal-dl-semplification .modal-header .close {
  margin-top: -5px;
}
#modal-dl-semplification .modal-body {
  padding-top: 0;
  font-size: 16px;
  letter-spacing: -0.28px;
  line-height: 24px;
}
#modal-dl-semplification .modal-body a {
  font-weight: bold;
}
