/* System Colors */
/* Quote Status */
/* Status "Buttons" BG */
/* Status BG */
/* Status font color */
/* Customer Status */
/* Payment Status */
/* Main MenuBar */
/* Dropdown Menu */
/* Pagination */
/* App index pages */
/* App form steps */
/* App form controls */
/* App details pages */
/* Customer Details */
/* Typeahead */
/* Informe de Produccion */
/* Pagos Multiplos */
/* Service Status */
/* SWAL */
/* Quote creation steps*/
@font-face {
    font-family: 'guardiansanslight';
    src: url('../lmsbranding/fonts/guardiansanslight.woff') format('woff');
}

@font-face {
    font-family: 'guardiansansregular';
    src: url('../lmsbranding/fonts/guardiansansregular.woff') format('woff');
}

@font-face {
    font-family: 'guardiansanssemibold';
    src: url('../lmsbranding/fonts/guardiansanssemibold.woff') format('woff');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/lato/v20/S6u9w4BMUTPHh7USSwiPHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/lato/v20/S6u9w4BMUTPHh50XSwiPHA.ttf) format('truetype');
}
html {
  box-sizing: border-box;
  height: 100%;
}
body {
    margin: 0;
    font-family: 'guardiansansregular', sans-serif !important;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
}
header {
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 100;
    background-color: #FFD000;
}
.label {
  font-size: 22px;
  color: #103d70;
  margin-bottom: 0;
  font-weight: bold;
}
.label.disabled {
  color: #4a4a4a;
}
.info {
  color: #4a4a4a;
  font-size: 20px;
}
a.info {
  color: #224a67;
}
.btn:focus {
  box-shadow: none;
}
.hidden {
  visibility: hidden;
}
.app-new-quote-coverage-input-items {
  display: flex;
  flex-flow: column nowrap;
  margin: 80px 0px;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  .app-new-quote-coverage-input-items > div:not(:last-of-type) {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 1024px) {
  .app-new-quote-coverage-input-items > div:not(:last-of-type) {
    margin-bottom: 24px;
  }
}
.app-new-quote-coverage-flex-selector-container {
  display: flex;
  flex-flow: row nowrap;
  padding-top: 12px;
  margin-bottom: 0px;
}
.app-new-quote-coverage-flex-selector-container > div,
.app-new-quote-coverage-flex-selector-container > label {
  margin-right: 56px;
  font-size: 20px;
  color: #b0b7bc;
}
.app-new-quote-coverage-flex-selector-container > label:hover {
  cursor: pointer;
}
.app-new-quote-coverage-flex-selector-container input[type="radio"] {
  margin-right: 5px;
}
.app-co-brokerage-container {
  display: flex;
  flex-flow: column;
  font-size: 20px;
  color: #4a4a4a;
}
.app-co-brokerage-item {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
}
.app-co-brokerage-item > div:not(:last-of-type) {
  margin-right: 24px;
}
.app-co-brokerage-remove-btn {
  margin-top: -3px;
  cursor: pointer;
}
.add-new-brokers-btn-container {
  display: flex;
  justify-content: center;
  padding: 8px;
  cursor: pointer;
  font-size: 20px;
  color: #b0b7bc;
  margin-bottom: 96px;
}
.add-new-brokers-btn-container > img {
  margin-right: 24px;
}
@media only screen and (max-width: 1023px) {
  .add-new-brokers-btn-container {
    margin-bottom: 8px;
  }
}
.app-coverage-selection-container {
  padding-top: 96px;
}
@media only screen and (max-width: 1023px) {
  .app-coverage-selection-container {
    padding-top: 8px;
    margin-bottom: 80px;
  }
}
.app-coverage-selection-coverage-item {
  width: 100%;
  height: 224px;
  border: 1px solid #b0b7bc;
  border-radius: 3px;
  margin-bottom: 8px;
  padding: 24px;
}
@media only screen and (max-width: 1023px) {
  .app-coverage-selection-coverage-item {
    padding: 8px;
    height: unset;
  }
}
.app-coverage-removal-coverage-item {
  width: 100%;
  height: 224px;
  border: 1px solid #b0b7bc;
  border-radius: 3px;
  margin-bottom: 8px;
  padding: 24px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1023px) {
  .app-coverage-removal-coverage-item {
    padding: 8px;
    height: unset;
  }
}
.app-coverage-removal-coverage-item label {
  margin-bottom: 0;
  font-size: 14px;
}
.app-coverage-removal-coverage-item .app-btn {
  padding: 14px 10px;
  min-width: 184px;
}
.app-coverage-removal-coverage-details {
  display: flex;
  flex-flow: row !important;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .app-coverage-removal-coverage-details {
    flex-flow: column !important;
  }
}
.app-coverage-removal-coverage-item.removed {
  background-color: #f1f1f1;
}
.app-coverage-removal-coverage-item.removed .app-coverage-selection-coverage-details {
  opacity: 0.6;
}
.app-coverage-selection-coverage-details-container {
  display: flex;
  flex-flow: column;
}
.app-coverage-selection-coverage-item.coverage-detail-btn {
  display: flex;
  flex-flow: row nowrap;
}
.app-coverage-selection-coverage-details {
  flex-grow: 1;
  display: flex;
  flex-flow: column;
}
.app-coverage-selection-coverage-name {
  font-size: 36px;
}
@media only screen and (min-width: 1024px) {
  .app-coverage-selection-coverage-name {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .app-coverage-selection-coverage-name {
    font-size: 24px;
  }
}
.app-coverage-selection-detail {
  display: inline-flex;
  flex-flow: row nowrap;
}
.app-coverage-selection-detail div {
  margin-right: 24px;
  min-width: 200px;
}
@media only screen and (max-width: 1023px) {
  .app-coverage-selection-detail {
    display: flex;
    flex-flow: column;
  }
}
.app-coverage-remove-coverage-container {
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.app-new-quote-coverage-removal-button {
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  .app-new-quote-coverage-removal-button {
    margin: 8px;
  }
}
#add_coverage_btn.app-coverage-selection-coverage-item {
  text-align: center;
  padding-top: 80px;
  font-size: 20px;
  color: #b0b7bc;
}
.app-coverage-selection-coverage-item:last-of-type {
  margin-bottom: 96px;
}
@media only screen and (max-width: 1023px) {
  .app-coverage-selection-coverage-item:last-of-type {
    margin-bottom: 8px;
  }
}
.app-coverage-selection-coverage-item:hover {
  cursor: pointer;
  background-color: rgba(0, 162, 255, 0.2);
}
.app-quote-summary-items {
  text-align: center;
  font-size: 20px;
  color: #4a4a4a;
  margin-top: 96px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .app-quote-summary-items {
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
.app-quote-summary-total-premium {
  font-size: 28px;
  font-weight: bold;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1023px) {
  .app-quote-summary-total-premium {
    font-size: 20px;
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.app-quote-final-step-container {
  text-align: center;
  margin-top: 96px;
  margin-bottom: 96px;
  display: flex;
  flex-flow: column;
}
.app-quote-final-step-container div {
  margin-bottom: 24px;
}
.app-quote-final-step-container .btn {
  min-width: 240px;
}
.app-new-quote-indicator-label {
  display: block;
  font-size: 20px;
  color: #b0b7bc;
  margin-top: 10px;
}
.app-new-quote-coverage-input-row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.app-new-quote-coverage-input-row .select-container:after {
  top: 12px;
}
@media only screen and (max-width: 1023px) {
  .app-new-quote-coverage-input-row {
    flex-flow: column nowrap;
  }
}
@media only screen and (min-width: 1024px) {
  .app-new-quote-coverage-input-row > div {
    width: 264px;
  }
  .app-new-quote-coverage-input-row .form-control {
    width: 264px;
    height: 48px !important;
  }
  .app-new-quote-coverage-input-row > div:not(:last-of-type) {
    margin-right: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .app-new-quote-coverage-input-row .form-control {
    height: 48px !important;
  }
  .app-new-quote-coverage-input-row > div:not(:last-of-type) {
    margin-bottom: 8px;
  }
}
.app-new-client-input-row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.app-new-client-input-row .app-new-quote-value-field {
  text-align: left !important;
}
.app-new-client-input-row .select-container:after {
  top: 12px;
}
@media only screen and (max-width: 1023px) {
  .app-new-client-input-row {
    flex-flow: column nowrap;
  }
}
@media only screen and (min-width: 1024px) {
  .app-new-client-input-row > div {
    width: 264px;
  }
  .app-new-client-input-row div.fullrow {
    width: 100%;
  }
  .app-new-client-input-row .form-control {
    height: 48px !important;
  }
  .app-new-client-input-row > div:not(:last-of-type) {
    margin-right: 40px;
  }
  .app-new-client-input-row > div:last-of-type {
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 1023px) {
  .app-new-client-input-row .form-control {
    height: 48px !important;
  }
  .app-new-client-input-row > div:not(:last-of-type) {
    margin-bottom: 8px;
  }
}
.app-new-quote-contract-value-input-items {
  display: flex;
  flex-flow: row nowrap;
  margin: 80px 0px;
  justify-content: center;
}
.app-new-quote-contract-value-input-items .select-container:after {
  top: 12px;
}
@media only screen and (max-width: 1023px) {
  .app-new-quote-contract-value-input-items {
    flex-flow: column nowrap;
  }
}
@media only screen and (min-width: 1024px) {
  .app-new-quote-contract-value-input-items .form-control {
    width: 264px;
    height: 48px !important;
  }
  .app-new-quote-contract-value-input-items > div:not(:last-of-type) {
    margin-right: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .app-new-quote-contract-value-input-items .form-control {
    height: 48px !important;
  }
  .app-new-quote-contract-value-input-items > div:not(:last-of-type) {
    margin-bottom: 24px;
  }
}
.app-step-search-taker-container {
  /*display: flex;
  flex-flow: row nowrap;
  justify-content: center;*/
}
.app-step-search-taker-container .select-container {
  margin-bottom: 16px;
}
.app-step-search-taker-container .select-container:after {
  top: 12px;
}
@media only screen and (max-width: 1023px) {
  .app-step-search-taker-container {
    flex-flow: column nowrap;
  }
}
@media only screen and (min-width: 1024px) {
  .app-step-search-taker-container .form-control {
    /*width: 264px;*/
    height: 48px !important;
  }
  .app-step-search-taker-container > div:not(:last-of-type) {
    margin-right: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .app-step-search-taker-container .form-control {
    height: 48px !important;
  }
  .app-step-search-taker-container > div:not(:last-of-type) {
    margin-bottom: 24px;
  }
}
.app-new-quote-object-textarea {
  width: 100%;
  height: 464px;
  resize: none;
  padding: 16px 32px;
  margin: 56px 0px 40px 0px;
  border: 1px solid #d9e2ed;
  border-radius: 3px;
  font-size: 20px;
  color: #4a4a4a;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .app-new-quote-object-textarea {
    height: 400px;
    resize: none;
    padding: 8px 8px;
    margin: 0px 0px 80px 0px;
    font-size: 16px;
  }
}
.app-new-quote-header {
  margin-bottom: 24px;
}
.app-new-quote-buttons-row {
  display: flex;
  justify-content: space-between;
  flex-flow: row nowrap;
  padding-bottom: 40px;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .app-new-quote-buttons-row {
    margin-bottom: 96px;
  }
}
@media only screen and (max-width: 1023px) {
  .app-new-quote-buttons-row {
    background: white;
    width: unset;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px;
    padding-top: 16px;
  }
}
.app-quote-start-date-change-new-date-label {
  margin-top: 5px;
}
@media only screen and (min-width: 1024px) {
  .app-new-quote-inline-input-items {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .app-new-quote-inline-input-items div:first-of-type {
    margin-right: 24px;
  }
}
.app-new-quote-buttons-row .app-btn {
  min-width: 176px;
}
@media only screen and (max-width: 1023px) {
  .app-new-quote-buttons-row .app-btn {
    min-width: 148px;
  }
}
.app-new-quote-buttons-row.text-right {
  flex-flow: row-reverse nowrap;
}
@media only screen and (max-width: 1023px) {
  .app-new-quote-buttons-row .app-btn-change-person {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .app-new-quote-buttons-row .app-btn-change-broker {
    display: none;
  }
}
.app-new-quote-close-button {
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .app-new-quote-close-button > img {
    max-width: 21px;
  }
}
.app-new-quote-container {
  z-index: 350;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: white;
  padding: 40px 96px;
}
@media only screen and (max-width: 1023px) {
  .app-new-quote-container {
    padding: 8px;
  }
}
.app-new-quote-container .form-control {
  font-size: 20px;
}
.app-new-quote-container .form-control::placeholder {
  color: #b0b7bc;
}
.app-new-quote-container .app-new-quote-value-field {
  text-align: right;
}
.app-new-quote-container .app-index-search-select {
  width: 100%;
}
.app-branch-selection-options-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  .app-branch-selection-options-container {
    margin-bottom: 88px;
    flex-flow: column nowrap;
  }
}
.app-quote-creation-branch-option {
  border: 1px solid #00a2ff;
  border-radius: 3px;
  padding: 24px 48px;
  margin: 80px 16px;
  color: #4a4a4a;
  max-width: 432px;
  min-width: 406px;
  min-height: 120px;
  font-size: 20px;
  background-color: rgba(211, 231, 255, 0.5);
}
@media only screen and (max-width: 1023px) {
  .app-quote-creation-branch-option {
    max-width: unset;
    min-width: unset;
    min-height: unset;
    max-height: unset;
    padding: 8px;
    margin: 8px 0px 0px 0px;
  }
}
.app-list-selection-options-container {
  margin: 88px 0px;
  text-align: center;
}
.app-quote-creation-list-option {
  font-size: 20px;
  color: #4a4a4a;
  text-transform: capitalize;
}
.app-quote-creation-list-option.disabled {
  opacity: 0.5;
}
.app-quote-creation-list-option:not(.disabled):hover {
  cursor: pointer;
  opacity: 0.8;
}
.app-quote-creation-branch-option:hover {
  background: rgba(0, 162, 255, 0.2);
  cursor: pointer;
}
.app-step-list-option {
  text-align: center;
  margin-bottom: 24px;
}
.app-step-branch-option-title {
  text-align: center;
  margin-bottom: 24px;
  margin-top: 20px;
  text-transform: capitalize;
}
.app-step-individual-type-icon {
  display: block;
  text-align: center;
  margin: 44px auto;
}
.app-step-add-client-discriminator-option {
  margin: 0 30px;
  width: 167px;
}
.app-step-add-client-discriminator-icon {
  border-radius: 100px;
  border: 1px solid #c9cac9;
  padding: 0px;
  width: 134px;
  height: 134px;
  display: block;
  text-align: center;
  margin: 44px auto;
  cursor: pointer;
}
.app-step-add-client-discriminator-icon img {
  border-radius: 24px;
  width: 48px;
  display: block;
  text-align: center;
  margin: 42px;
}
.app-step-search-taker-container {
  width: 33%;
  margin: 80px auto;
}
@media only screen and (min-width: 1024px) {
  .app-step-search-taker-container .app-btn-change-person {
    display: none;
  }
  .app-step-search-taker-container .app-btn-change-broker {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .app-step-search-taker-container {
    width: unset;
    margin-bottom: 80px;
  }
  .app-step-search-taker-container .app-btn-change-person {
    width: 100%;
  }
  .app-step-search-taker-container .app-btn-change-broker {
    width: 100%;
  }
}
.app-step-search-taker-radio {
  width: 50%;
  float: left;
}
.app-step-title {
  font-size: 36px;
  color: #103d70;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .app-step-title {
    font-size: 30px;
    margin-bottom: 24px;
  }
}
.select-container {
  position: relative;
}
.select-container:after {
  content: url('../img/arrow-down.svg');
  position: absolute;
  top: 0;
  right: 20px;
  text-align: center;
  pointer-events: none;
}
.select-container > select {
  padding-right: 40px;
  text-overflow: ellipsis;
  height: 48px;
  padding-top: 7px;
  text-transform: capitalize;
}
.select-container > select > option {
  text-transform: capitalize;
}
/* HEADER */
.app-user-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 50px;
  margin-bottom: 100px;
}
.app-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 30px;
  padding-left: 96px;
  padding-right: 96px;
}
@media only screen and (max-width: 1023px) {
  .app-header {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.app-header .welcome-label {
  margin-top: 40px;
  color: #fff;
}
.logo-jmalucelli {
  max-height: 53px;
}
@media only screen and (max-width: 1023px) {
  .logo-jmalucelli {
    display: none;
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  .logo-jmalucelli {
    display: block;
    max-height: 35px;
  }
}
.logo-gol {
  max-height: 93px;
}
@media only screen and (max-width: 1023px) {
  .logo-gol {
    max-height: 60px;
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  .logo-gol {
    max-height: 40px;
  }
}
.logo-broker {
  max-height: 96px;
  margin: 16px 8px 8px 8px;
  max-width: 280px;
}
.app-user-menu-row {
    line-height: 1;
    color: #1A1446;
    display: flex;
    justify-content: space-between;
    padding: 40px 96px 0px 96px;
}
@media only screen and (max-width: 1023px) {
  .app-user-menu-row {
    padding: 8px;
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  .app-user-menu-row {
    padding-bottom: 10px;
  }
}
.app-user-menu {
  display: inline-flex;
  padding-top: 20px;
}
@media only screen and (max-width: 1023px) {
  .app-user-menu {
    padding-top: 0px;
  }
}
/* ***** */
/* LOGIN */
.app-login-container {
  display: flex;
  flex-flow: row nowrap;
  height: 100%;
  background-image: linear-gradient(0deg, #121d29, #204269);
}
.app-login-form-label {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.2px;
  text-align: left;
  color: #103d70;
  text-transform: lowercase;
  margin-bottom: 0;
}
.app-login-title {
    font-size: 48px;
    text-align: left;
    font-weight: bold;
    color: #1A1446;
    margin-bottom: 0px;
    line-height: 1.2;
}
@media only screen and (max-width: 1023px) {
  .app-login-title {
    text-align: center;
    font-size: 36px;
  }
}
.app-login-form {
  margin-top: 20px;
}
.app-login-message {
  margin-top: 25px;
  font-size: 16px;
  color: #103d70;
}
@media only screen and (max-width: 1023px) {
  .app-login-message {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 700px) {
  .app-login-message {
    display: none;
  }
}
.app-login-new-user {
  font-size: 16px;
  text-align: left;
  color: #103d70;
}
/* ***** */
.app-index-search-box {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 1023px) {
  .app-index-search-box {
    padding-top: 8px;
  }
}
.app-index-search-group {
  flex-grow: 1;
  margin-right: 24px;
}
.app-index-search-box.policy-payment > div:not(:last-of-type) {
  margin-right: 24px;
}
.app-index-search-box.policy-payment .app-index-search-group {
  flex-grow: 1;
  margin-right: 24px;
}
@media only screen and (max-width: 1023px) {
  .app-index-search-box.policy-payment {
    flex-flow: column nowrap;
  }
}
.app-index-bottom-row {
  height: 80px;
  position: fixed;
  bottom: 0;
  background: white;
  width: 100%;
  left: 0;
  z-index: 250;
  text-align: right;
}
@media only screen and (min-width: 1024px) {
  .app-index-bottom-row {
    display: none;
  }
}
.app-index-bottom-row > div {
  margin-right: 8px;
  margin-left: 8px;
}
.app-index-bottom-row #nuevoCliente,
.app-index-bottom-row #nuevaSolicitud {
  padding: 14px 33px;
  min-width: 145px;
  max-width: 250px;
  margin-top: 16px;
}
.app-index-filter-button {
  height: 46px;
  padding: 14px !important;
  margin-top: 1px;
}
@media only screen and (min-width: 1024px) {
  .app-index-filter-button {
    display: none;
  }
}
.app-index-filters {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .app-index-filters {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    width: 100%;
    height: 100%;
    z-index: 260;
    flex-direction: column;
    justify-content: flex-start;
    padding: 8px;
  }
}
.app-index-apply-filter-button {
  display: flex;
  justify-content: space-around;
}
@media only screen and (min-width: 1024px) {
  .app-index-apply-filter-button {
    display: none;
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  .app-index-apply-filter-button {
    margin-top: 8px;
  }
}
.app-index-filters-close {
  display: flex;
  flex-direction: row-reverse;
  font-size: 26px;
}
@media only screen and (min-width: 1024px) {
  .app-index-filters-close {
    display: none;
  }
}
.app-index-filters-close > p {
  padding: 10px;
  color: #979797;
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  .app-index-filters-close > p {
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 1024px) {
  .app-index-filters > div {
    margin-right: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .app-index-filters > div {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  .app-index-filters > div {
    margin-bottom: 8px;
  }
}
.app-index-active-filters {
  display: flex;
}
@media only screen and (min-width: 1024px) {
  .app-index-active-filters {
    display: none;
  }
}
.app-index-remove-filter {
  text-align: right;
  padding: 2px 8px;
  font-weight: bold;
  font-size: 10px;
}
.app-index-branch-filter,
.app-index-status-filter {
  padding: 1px 3px 1px 8px;
  margin-right: 8px;
  border: 1px solid #d9e2ed;
  border-radius: 8px;
  text-transform: capitalize;
  font-size: 12px;
  display: inline-flex;
}
@media only screen and (max-width: 1023px) {
  .app-index-search-group {
    width: 100%;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 1023px) {
  .app-index-search-group .app-index-search-label {
    display: none;
  }
}
.app-index-search-box .checkbox-container {
  margin-top: 40px;
}
@media only screen and (max-width: 1023px) {
  .app-index-search-box .checkbox-container {
    margin-top: 8px;
  }
}
.app-index-search-box .stretch {
  min-width: 24px;
}
.app-index-search-box .checkbox-container .app-index-search-label {
  margin-left: 15px;
}
.app-index-search-box .select-container:after {
  padding-top: 10px;
}
.app-index-search-box .form-control {
  height: 48px !important;
  border: 1px solid #d9e2ed;
  color: #4a4a4a;
  font-size: 20px;
}
@media only screen and (max-width: 1023px) {
  .app-index-search-box .form-control {
    font-size: 16px;
  }
}
.app-index-search-box .form-control:focus {
  border-color: #103d70;
  box-shadow: none;
}
.app-index-search-select {
  background: none;
  border: 1px solid #d9e2ed;
  color: #4a4a4a;
  width: 160px;
  font-size: 20px;
  padding: 0.1rem 1.75rem 0.395rem 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .app-index-search-select {
    width: 100%;
  }
}
.app-index-search-select:focus {
  border-color: inherit;
}
.app-index-search-field:focus {
  border: none;
  background: #f2f2f2;
  color: #4a4a4a;
  box-shadow: none;
}
.app-form {
  padding: 50px 15%;
}
@media only screen and (max-width: 1023px) {
  .app-form {
    padding: 0;
  }
}
.app-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.app-form select::-ms-expand {
  display: none;
}
.app-form .block h2 {
  color: #103d70;
}
.app-form .block.compact h2 {
  background-color: #103d70;
  color: #fff;
  padding-left: 0;
  margin-bottom: 25px;
}
.app-form .block.compact h2:after {
  content: "";
}
.app-form .block.compact.closed h2 {
  background: #d9e2ed;
  color: #103d70;
  margin-bottom: 0;
}
.app-form .label {
  font-size: 16px;
  font-weight: bold;
  color: #103d70;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .app-form .label {
    font-size: 12px;
  }
}
.app-form .label.disabled {
  color: #4a4a4a;
}
.app-form .form-control {
  border: 1px solid #103d70;
  color: #4a4a4a;
  height: 34px !important;
  font-size: 16px;
  border-radius: 3px;
}
.app-form .form-control:focus {
  box-shadow: none;
  z-index: auto;
}
.app-form .control-group {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .app-form .control-group {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 8px;
  }
}
.input-group-btn .btn {
  border-radius: 0 3px 3px 0;
  padding: 14px 12px;
}
.app-form .input-group-btn .btn {
  background-color: #d9e2ed;
  color: #103d70;
  border: 1px solid #103d70;
  border-left: none;
  padding: 0;
  width: 45px;
  height: 34px;
}
.app-form .input-group-btn .btn:focus {
  box-shadow: none;
}
.app-form .input-group-btn i.fa-search {
  transform: rotate(90deg);
}
.app-form p.detail {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: normal;
}
.app-form input[type="checkbox"],
.app-index-search-box input[type="checkbox"] {
  display: none;
}
.app-form .checkbox,
.app-index-search-box .checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 3px;
  -webkit-transition: border-color 0.2s, background-color 0.2s;
  transition: border-color 0.2s, background-color 0.2s;
  border: 1px solid #103d70;
  color: #fff;
  margin-right: -5px;
}
.app-form .checkbox.disabled,
.app-index-search-box .checkbox.disabled {
  background-color: #f2f2f2;
  border: 1px solid #979797;
}
.app-form .checkbox.disabled:hover,
.app-index-search-box .checkbox.disabled:hover {
  cursor: not-allowed;
}
.app-form .checkbox:before,
.app-index-search-box .checkbox:before {
  content: "";
  font-family: FontAwesome;
  display: inline-block;
  height: 14px;
  width: 20px;
  background-color: transparent;
}
.app-form .checkbox-container .label {
  margin-left: 15px;
}
.app-form-step-number {
  margin: 0 20px;
  background: #fff;
  color: #103d70;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  text-align: center;
  padding-top: 3px;
  font-weight: bold;
  font-size: 24px;
  display: inline-block;
}
.app-btn-salvar {
  padding-left: 64px;
  padding-right: 64px;
}
.app-login-error-message {
  color: #103d70;
  font-size: 16px;
}
.app-pagination-flex-container {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  .app-pagination-flex-container {
    flex-direction: column-reverse;
    padding-bottom: 100px;
  }
}
.app-pagination-flex-container div:first-of-type {
  text-align: right;
}
@media only screen and (max-width: 1023px) {
  .app-pagination-flex-container div:first-of-type {
    margin-top: 8px;
    text-align: center;
  }
}
.app-menu-bar {
  display: flex;
  justify-content: flex-start;
  padding: 10px 96px;
  margin-top: 18px;
}
@media only screen and (max-width: 1023px) {
  .app-menu-bar {
    display: none;
  }
}
.current-page-indicator {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .current-page-indicator {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  .current-page-indicator {
    display: none;
  }
}
.app-menu-item {
    border: none;
    padding: 5px;
    margin: 10px;
    background: transparent;
    font-size: 16px;
    letter-spacing: 1.2px;
    text-align: left;
    color: #1A1446;
    cursor: pointer;
    text-transform: uppercase;
    border-bottom: 3px solid transparent;
}
@media only screen and (max-width: 1023px) {
  .app-menu-item {
    margin: 0px;
    font-size: 14px;
    padding: 0px 0px 5px 0px;
  }
}
.app-dropdown-menu-close {
  font-size: 26px;
  color: #979797;
  position: fixed;
  top: 8px;
  right: 8px;
}
@media only screen and (min-width: 1024px) {
  .app-dropdown-menu-close {
    display: none;
  }
}
.app-menu-item.dropdown {
  margin-top: 0;
}
.app-menu-item > a {
    color: #1A1446;
    font-weight:1000;
}
.app-menu-item > p {
  margin-bottom: 0px;
}
.app-menu-item > a:link {
  text-decoration: none;
}
.app-dropdown-menu-mobile {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .app-dropdown-menu-mobile {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .app-menu-item:hover .app-menu-selected-item-indicator {
    margin-left: 0;
    width: 100%;
    visibility: visible;
  }
}
.app-btn-action-container {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  margin-bottom: 96px;
}
@media only screen and (max-width: 1023px) {
  .app-btn-action-container {
    margin-bottom: 16px;
  }
}
.app-btn-voltar-container {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 10px;
}
.app-btn-voltar {
  padding-left: 90px;
  padding-right: 90px;
  background-color: #4a4a4a;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 3px;
}
.app-btn-voltar:hover {
  text-decoration: none;
  color: #fff;
}
.app-btn {
  font-size: 14px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
  padding: 14px 35px;
}
@media only screen and (max-width: 1023px) {
  .app-btn {
    padding: 14px 30px;
  }
}
.app-coverage-selection-container .app-btn {
  min-width: 148px;
}
.app-btn-inverted {
  padding: 13px 35px;
}
.app-btn:focus {
  box-shadow: none;
}
.app-btn > img {
  width: 24px;
  height: 24px;
  vertical-align: unset;
}
.steps {
  display: flex;
  flex-flow: column;
}
.steps .app-btn > img {
  width: 16px;
  height: 16px;
}
.app-btn > i {
  font-size: 20px;
  width: 16px;
  height: 16px;
  margin-right: 15px;
}
a.app-btn:hover {
  color: #fff;
}
.app-btn-labeless {
  height: 48px;
  margin-top: 32px;
}
.app-btn-border {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  border: 1px solid;
  height: 34px;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
}
.app-btn-border:hover {
  text-decoration: none;
}
.app-btn-border > img,
.app-btn-border > i {
  width: 14px;
  height: 14px;
  margin-right: 15px;
  margin-top: -2px;
}
.steps .app-btn-border,
.steps .app-btn {
  text-align: left;
  width: 100%;
  padding-left: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
}
.steps .app-btn.app-btn-border i {
  text-align: left;
}
.steps .app-btn.app-btn-border span {
  text-align: left;
}
.app-menu-selected-item-indicator {
    margin: 3px 0 0 15%;
    width: 70%;
    border-top: 3px solid #1A1446;
}
.app-menu-selected-item-indicator .rectangle {
  width: 4px;
  height: 4px;
  background: #fff;
  position: relative;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.app-user-menu-contents {
  display: none;
  position: fixed;
  background-color: #fff;
  width: 360px;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.5);
  border-radius: 0;
  padding: 0;
  border: none;
  background-clip: unset;
  right: 96px;
}
@media only screen and (max-width: 1023px) {
  .app-user-menu-contents {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 8px;
  }
}
.app-user-menu-contents .square {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 5px;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #fff;
}
@media only screen and (max-width: 1023px) {
  .app-user-menu-contents .square {
    display: none;
  }
}
.app-user-menu-contents a:hover {
  text-decoration: none;
}
.app-user-menu-dropdown-item {
  margin: 10px 40px;
  margin: 20px 32px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .app-user-menu-dropdown-item {
    margin: 20px 32px;
  }
}
.app-user-menu-dropdown-item:first-of-type {
  padding-top: 25px;
}
.app-user-menu-dropdown-item:nth-last-child(2) {
  margin-bottom: 20px;
}
.app-user-menu-dropdown-item > hr {
  background-color: #103d70;
}
.app-user-menu-dropdown-item > a {
  color: #103d70;
}
.app-user-menu-dropdown-item > a:hover {
  color: #103d70;
  text-decoration: none;
}
.app-user-menu-sair {
    width: 176px;
    margin: 0;
    background-color: #78E1E1;
    padding: 15px 32px;
    color: #1A1446;
    font-weight: 1000;
    border-radius: 20px;
}
@media only screen and (min-width: 1024px) {
  .app-user-menu-sair {
    margin: 10px;
  }
}
.app-user-menu-sair > img {
  position: absolute;
  right: 45px;
  margin-top: -3px;
}
.app-user-menu-btn {
  background-color: transparent;
  padding: 8px;
}
.intercom-control {
  padding: 10px;
}
.intercom-control:hover {
  cursor: pointer;
}
.app-user-menu-btn:focus {
  box-shadow: none;
}
.app-btn__light-blue,
.app-btn__light-blue:focus {
  background-color: #f0f8fc;
  color: #fff;
}
.app-btn__blue,
.app-btn__blue:focus {
  background-color: #3898d2;
  color: #fff;
}
.app-btn__dark-blue,
.app-btn__dark-blue:focus {
  background-color: #103d70;
  color: #fff;
}
.app-btn__windows-blue,
.app-btn__windows-blue:focus {
  background-color: #3898d2;
  color: #fff;
}
.app-btn__azure,
.app-btn__azure:focus {
    background-color: #1A1446;
    color: #fff;
    font-weight:1000;
    border-radius:20px;
}
.app-btn-inverted.app-btn__azure,
.app-btn-inverted:focus.app-btn__azure {
  background-color: white;
  color: #00a2ff;
  border: 1px solid #00a2ff;
}
.app-btn-inverted.app-btn__red,
.app-btn-inverted:focus.app-btn__red {
  background-color: white;
  color: #d0021b;
  border: 1px solid #d0021b;
}
.app-btn__red,
.app-btn__red:focus {
  background-color: #d0021b;
  color: #fff;
}
.app-btn-border__dark-red,
.app-btn-border__dark-red:focus {
  background-color: transparent;
  color: #d61028;
  border: 1px solid #d61028;
}
.app-btn-border__dark-red:hover {
  color: #d61028;
}
.app-btn-border__red,
.app-btn-border__red:focus {
  background-color: transparent;
  color: #d0021b;
  border: 1px solid #d0021b;
}
.app-btn-border__red:hover {
  color: #d0021b;
}
.app-btn-border__light-blue,
.app-btn-border__light-blue:focus {
  background-color: transparent;
  color: #f0f8fc;
  border: 1px solid #f0f8fc;
}
.app-btn-border__light-blue:hover {
  color: #f0f8fc;
}
.app-btn-border__dark-blue,
.app-btn-border__dark-blue:focus {
  background-color: transparent;
  color: #103d70;
  border: 1px solid #103d70;
}
.app-btn-border__dark-blue:hover {
  color: #103d70;
}
.app-btn-border__yellow {
  background-color: transparent;
  color: #efa222;
  border: 1px solid #efa222;
}
.app-btn-full {
  width: 100%;
}
.app-index-search-label {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.2px;
    text-align: left;
    color: #1A1446;
    text-transform: lowercase;
    font-family: guardiansansregular;
}
.app-index-new-item-separator {
    border-style: solid;
    border-width: 0 0 0 1px;
    border-color: #1A1446;
    height: 90%;
    margin-top: 25%;
    margin-left: 50%;
}
/* USER AGREEMENT */
.app-user-agreement-detail {
  background-color: #fff;
  padding: 30px 120px;
  margin-top: 60px;
}
.app-user-agreement-detail input[type="checkbox"] {
  display: none;
}
.app-user-agreement-detail .checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: border-color 0.2s, background-color 0.2s;
  transition: border-color 0.2s, background-color 0.2s;
  background-color: #f6f8fb;
  border: 1px solid #4a4a4a;
  padding: 12px;
  margin: 12px;
  color: #fff;
}
.app-user-agreement-detail .checkbox-container {
  margin-top: 25px;
}
.app-user-agreement-detail .checkbox-label {
  float: left;
  display: block;
  margin-right: 50px;
  width: 30px;
}
.app-user-agreement-detail .checkbox:before {
  content: "\f00d";
  font-family: FontAwesome;
  display: inline-block;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}
.app-user-agreement-detail textarea {
  width: 100%;
  resize: none;
  height: 200px;
  padding: 12px;
}
input[type="checkbox"]:checked + .checkbox,
input[type="radio"]:checked + .checkbox {
  background: #103d70;
  color: #fff;
}
input[type="checkbox"]:checked + .checkbox.disabled,
input[type="radio"]:checked + .checkbox.disable {
  background: #f2f2f2;
  color: #979797;
}
input[type="checkbox"]:checked + .checkbox:before,
input[type="radio"]:checked + .checkbox:before {
  content: "\f00c";
}
input[type="checkbox"]:checked + .checkbox,
input[type="radio"]:checked + .checkbox {
  background: #103d70;
  color: #fff;
}
input [type="checkbox"]:checked + .checkbox::before,
input[type="radio"]:checked + .checkbox::before {
  content: "\f00c";
}
.app-table-header-row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .app-table-header-row {
    display: none;
  }
}
.radio,
.checkbox {
  cursor: pointer;
  text-align: center;
  border: none;
}
/* QUOTE */
.app-container {
  background-color: #fff;
  padding: 0px 96px;
}
@media only screen and (max-width: 1023px) {
  .app-container {
    padding: 0px 8px;
  }
}
.app-quote-container {
  padding: 50px;
}
.app-quote-detail-sidebar {
  padding: 0;
}
@media only screen and (max-width: 1023px) {
  .app-quote-detail-sidebar {
    margin-bottom: 32px;
    margin-top: 32px;
  }
}
.app-quote-detail-header {
  font-size: 22px;
  vertical-align: middle;
  margin: 0;
  display: flex;
  justify-content: space-between;
  min-height: 77px;
  padding-top: 96px;
  flex-flow: row nowrap;
}
@media only screen and (max-width: 1023px) {
  .app-quote-detail-header {
    flex-flow: column nowrap;
    padding-top: 8px;
  }
}
.app-quote-detail-header label {
    font-size: 125%;
    margin-top: 2%;
    margin-left: 5%;
    font-weight 800;
}
.app-quote-detail-header > label.app-quote-status {
  color: #fff !important;
  font-size: 16px;
}
.app-quote-detail-header.app-quote-detail-header-draft {
  color: #103d70;
  background: #d6e9f4;
}
.app-quote-detail-header.app-quote-detail-header-calculated {
  color: #103d70;
  background: #d6e9f4;
}
.app-quote-detail-header.app-quote-detail-header-canceled {
  color: #103d70;
  background: #fcc3ca;
}
.app-quote-detail-header.app-quote-detail-header-policycanceled {
  color: #103d70;
  background: #fcc3ca;
}
.app-quote-detail-header.app-quote-detail-header-issued {
  color: #103d70;
  background: #dbecc9;
}
.app-quote-detail-header.app-quote-detail-header-deleted {
  color: #103d70;
  background: #fcc3ca;
}
.app-quote-detail-header.app-quote-detail-header-senttoapprove {
  color: #103d70;
  background: #fdf0da;
}
.app-quote-detail-header.app-quote-detail-header-pendiente {
  color: #103d70;
  background: #fdf0da;
}
.app-quote-detail-header.app-quote-detail-header-refused {
  color: #103d70;
  background: #fcc3ca;
}
.app-quote-detail-header.app-quote-detail-header-approved {
  color: #103d70;
  background: #d9e2ed;
}
.app-quote-detail {
  margin: 0;
  display: flex;
  flex-flow: row nowrap;
}
@media only screen and (max-width: 1023px) {
  .app-quote-detail {
    flex-flow: column-reverse nowrap;
  }
}
.app-quote-detail-info {
  flex-grow: 1;
}
.app-quote-detail-info input[type='file'] {
  display: none;
}
.app-quote-detail-info p.label:first-of-type {
  font-weight: normal;
  font-size: 22px;
  margin-bottom: 20px;
}
.edit-info-container {
  width: 100%;
  display: flex !important;
  justify-content: flex-end;
  margin: 15px!important;
}
.edit-info-container .btn-edit {
  width: 152px;
  height: 30px;
  padding: 6px 15px;
  border: solid 1.2px #00a2ff;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.14);
  background-color: #ffffff;
  align-self: flex-end;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
  font-family: Lato;
  font-size: 10px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.9px;
  color: #adadad;
}
.edit-info-container .btn-edit span {
  flex: 1;
  text-align: center;
  vertical-align: middle;
}
.edit-info-container .btn-edit a {
  flex: 0;
}
.edit-info-container .btn-edit a img {
  width: 16px;
  height: 16px;
}
.app-quote-detail-info row.span {
  padding-right: 50px;
  vertical-align: bottom;
}
.app-quote-detail-separator-line {
  color: #103d70;
  background: #103d70;
}
.app-table {
  background-color: transparent;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1023px) {
  .app-table {
    margin-bottom: 8px;
  }
}
.app-endorsement-table {
  padding: 10px;
  background-color: #f2f2f2;
  margin-bottom: 60px;
}
.app-table-header {
  color: #103d70;
  font-weight: normal;
  text-transform: lowercase;
}
.app-table-header th:first-child {
  padding-left: 10px;
}
.app-table-header tr:first-child th {
  font-size: 16px;
  font-weight: normal;
  border: none;
}
.event-table-row {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  margin: 10px 0px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  padding: 15px 5px;
  border-radius: 3px;
}
@media only screen and (max-width: 1023px) {
  .event-table-row {
    flex-direction: column;
  }
}
.td-table-event {
  padding: 0 20px;
}
.info-subtitle {
  text-align: center;
}
.app-table-row {
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 10px 0px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  padding: 15px 5px;
  border-radius: 3px;
}
@media only screen and (max-width: 1023px) {
  .app-table-row {
    flex-direction: column;
  }
}
.app-table-row.with-endorsements {
  cursor: default;
  flex-direction: column;
}
.endorsement-list {
  display: flex;
  padding-top: 20px;
  padding-left: 82px;
  flex-flow: row wrap;
}
@media only screen and (max-width: 1023px) {
  .endorsement-list {
    padding-left: 0px;
    padding-top: 10px;
  }
}
.app-table-row.with-endorsements:not(.open) .app-table-endorsement-arrow {
  transform: rotate(270deg);
}
.endorsement-item {
  background-color: white;
  border-radius: 3px;
  padding: 10px 20px;
  margin: 10px 10px 10px 0px;
  box-shadow: 0px 0px 3px 1px #d9e2ed;
}
@media only screen and (max-width: 1023px) {
  .endorsement-item {
    width: 100%;
    padding: 10px 15px;
    margin: 5px 10px;
  }
}
.endorsement-item:hover {
  background: rgba(0, 162, 255, 0.2);
  cursor: pointer;
}
.app-table-row:nth-child(even) {
  background-color: #f6f8fb;
}
.app-table-row:not(.open):hover {
  background-color: rgba(0, 162, 255, 0.2);
}
.event-table-row:not(.row-disabled):hover {
  background-color: rgba(0, 162, 255, 0.2);
}
#servicios .app-table-row:nth-child(even):hover,
#pagos .app-table-row:nth-child(even):hover {
  background-color: #f6f8fb;
}
#servicios .app-table-row:nth-child(odd):hover,
#pagos .app-table-row:nth-child(odd):hover {
  background-color: white;
}
.app-table-data-td {
  width: 82px;
  flex-grow: 0;
}
@media only screen and (max-width: 1023px) {
  .app-table-data-td {
    width: unset;
    margin: 0px 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .app-table-data-td .checkbox-label {
    width: 100%;
  }
}
.app-table-data-td .inline-description {
  display: contents;
}
@media only screen and (min-width: 1024px) {
  .app-table-data-td .inline-description {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .checkbox-column .inline-description {
    display: inline-block;
    margin-right: 24px;
  }
}
.app-table-data-th.federal_id {
  width: 95px;
}
@media only screen and (max-width: 1023px) {
  .app-table-data-th.federal_id {
    width: unset;
  }
}
.app-table-data-td.federal_id {
  width: 90px;
}
@media only screen and (max-width: 1023px) {
  .app-table-data-td.federal_id {
    width: unset;
  }
}
.app-table-data-th.payment-td {
  width: 185px;
}
@media only screen and (max-width: 1023px) {
  .app-table-data-th.payment-td {
    width: unset;
  }
}
.app-table-data-td.payment-td {
  width: 180px;
}
@media only screen and (max-width: 1023px) {
  .app-table-data-td.payment-td {
    width: unset;
  }
}
.app-table-data-td.consortium_federal_id {
  width: 150px;
}
@media only screen and (max-width: 1023px) {
  .app-table-data-td.consortium_federal_id {
    width: unset;
  }
}
.app-table-data-th.consortium_federal_id {
  width: 155px;
}
@media only screen and (max-width: 1023px) {
  .app-table-data-th.consortium_federal_id {
    width: unset;
  }
}
.app-table-data-th.checkbox-column {
  width: 87px;
}
@media only screen and (max-width: 1023px) {
  .app-table-data-td.checkbox-column {
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
  }
}
.app-table-data-th.status {
  width: 200px;
}
.app-table-data-th.address,
.app-table-data-td.address {
  width: 200px;
  margin-left: 20px;
}
.app-table-data-th.doc-number,
.app-table-data-td.doc-number {
  width: 230px;
}
.app-table-data-th.name {
  flex-grow: 1;
  width: unset;
}
.app-table-data-td.status {
  width: 194px;
}
.app-table-data-td.name {
  flex-grow: 1;
  /*width: unset;*/
}
.app-table-data-td.branch,
.app-table-data-th.branch {
  width: 200px;
}
.app-table-data-th {
    width: 82px;
    flex-grow: 0;
    color: #1A1446;
    font-size: 16px;
    text-transform: lowercase;
    font-weight: bold;
}
.app-index-container {
  padding: 0px 1px 0px 1px;
  margin-top: 45px;
}
@media only screen and (max-width: 1023px) {
  .app-index-container {
    margin-top: 8px;
  }
}
.stretch {
  flex-grow: 1;
  width: unset;
}
@media only screen and (max-width: 1023px) {
  .stretch {
    display: none;
  }
}
.search-box-stretch {
  flex-grow: 1;
  width: unset;
}
@media only screen and (min-width: 1024px) {
  .search-box-stretch {
    margin-right: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .search-box-stretch {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .app-index-search-box #nuevaSolicitud,
  .app-index-search-box #nuevoCliente {
    display: none;
  }
}
.app-table-row-expandable {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .app-table-row-expandable {
    flex-direction: column;
  }
}
.app-table-row-expandable > .app-quote-row {
  cursor: pointer;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .app-table-row .app-table-data-td:nth-of-type(2),
  .app-table-row-expandable .app-table-data-td:nth-of-type(2) {
    color: #6f8092;
    font-weight: bold;
  }
}
.app-table-row-expandable a:hover,
.app-table-row a:hover {
  text-decoration: none;
}
.app-table-row-expandable th,
.app-table-row th {
  color: #103d70;
  text-align: right;
  font-weight: normal;
}
.app-table-row-expandable th,
.app-table-row-expandable td,
.app-table-row th,
.app-table-row td {
  vertical-align: middle;
  background-color: #fff;
  border-top: 4px solid #f2f2f2;
}
.app-table-row-expandable .app-quote-header-status,
.app-table-row .app-quote-header-status,
.app-table-row-expandable .app-quote-status,
.app-table-row .app-quote-status {
  font-size: 16px;
  min-width: 170px;
}
.app-table-row-expandable label,
.app-table-row label {
  margin: 0;
}
.app-table-row-expandable td,
.app-table-row td {
  color: #4a4a4a;
}
.app-table-document-number.app-table-row-bold {
  font-weight: 600;
  color: #808080 !important;
}
.app-table-document-number:not(.app-table-row-bold) {
  color: #4a4a4a !important;
}
.app-table-row-bold td,
.app-table-row-bold th {
  font-weight: 600;
  color: #808080;
}
.endorsement-row:not(:first-child) td,
.endorsement-row:not(:first-child) th {
  border-top: none;
  transition: all 1s;
}
.endorsement-row:first-child td,
.endorsement-row:first-child th {
  border-bottom: none;
  transition: height 2s;
}
.hidden-endorsement-row {
  height: 0px;
}
.app-table-nit-pendiente {
  color: #4a4a4a !important;
  font-weight: normal;
}
.app-quote-status-container,
.app-payment-status-container,
.app-service-status-container,
.app-consortium-status-container,
.app-customer-status-container {
  align-items: center;
  justify-content: flex-start;
  display: inline-flex;
}
.app-quote-status,
.app-payment-status,
.app-service-status,
.app-consortium-status,
.app-customer-status {
  font-size: 16px;
  text-align: left;
}
.app-customer-status-circle,
.app-payment-status-circle,
.app-service-status-circle,
.app-consortium-status-circle,
.app-quote-status-circle {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-right: 10px;
}
.app-payment-status {
  text-transform: capitalize;
}
.app-quote-status-draft {
  background: #3898d2;
}
.app-quote-status-calculated {
  background: #3898d2;
}
.app-quote-status-canceled {
  background: #d61028;
}
.app-quote-status-policycanceled {
  background: #d61028;
}
.app-quote-status-issued {
  background-color: #61a516;
}
.app-quote-status-deleted {
  background-color: #d61028;
}
.app-quote-status-pendinginformation {
  background-color: #efa222;
}
.app-quote-status-senttoapprove {
  background-color: #efa222;
}
.app-quote-status-pendiente {
  background-color: #efa222;
}
.app-quote-status-refused {
  background-color: #d61028;
}
.app-quote-status-approved {
  background-color: #103d70;
}
.app-quote-status-inrevition {
  background-color: #efa222;
}
.app-quote-status-approvecopendingclient {
  background-color: #efa222;
}
.app-quote-status-aprrovedclient {
  background-color: #103d70;
}
.app-quote-status-denyaprrove {
    background-color: var(--status-senttoapprove);
}
.app-form .coverage-content {
  margin-left: 130px;
  margin-bottom: 35px;
  padding: 20px 70px;
  max-width: 540px;
  background-color: #f2f2f2;
}
.app-form .coverage-content .control-group {
  margin-left: 0;
  margin-right: 0;
}
.datepicker-container {
  position: relative;
}
.datepicker-container:after {
  content: url('../img/icon-calendar.svg');
  display: block;
  font-size: 17px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 60px;
  padding-top: 4px;
  border-radius: 0 3px 3px 0;
  text-align: center;
  border: 1px solid #103d70;
  cursor: pointer;
}
.name-select-container .select-container::after {
  right: 70px;
}
/* ***** */
/* FOOTER */
.app-footer {
  padding: 1rem;
  text-align: center;
}
.app-footer img {
  height: 20px;
  width: auto;
}
/* ***** */
/**/
.app-pagination-indicator-label {
  margin-top: 7px;
  color: #4a4a4a;
}
@media only screen and (max-width: 1023px) {
  .app-pagination-indicator-label {
    margin-top: 0px;
  }
}
.pagination-container {
  display: flex;
  justify-content: center;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  border-radius: 4px;
}
@media only screen and (max-width: 1023px) {
  .pagination {
    margin-bottom: 0px;
  }
}
.pagination > li {
  display: inline;
  font-size: 20px;
  letter-spacing: 1.5px;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .pagination > li {
    font-size: 14px;
  }
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 5px 10px;
  margin-left: -1px;
  line-height: 1.42857143;
  text-decoration: none;
  margin: 0 2px;
  color: #103d70;
}
@media only screen and (max-width: 1023px) {
  .pagination > li > a,
  .pagination > li > span {
    padding: 3px 4px;
  }
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #103d70;
  color: #fff;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  cursor: default;
  background-color: #103d70;
  color: #fff;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background: none;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 1px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/******/
.block {
  margin-top: 10px;
}
.block::after {
  clear: both;
  content: "";
  display: table;
}
.endorsement-block h2,
.block.compact h2 {
  cursor: pointer;
  font-size: 22px;
  background-color: #d9e2ed;
  color: #103d70;
  padding: 15px 32px 18px 32px;
}
.endorsement-block h2 {
  cursor: default;
}
.block.compact h2:after {
  font-family: FontAwesome;
  content: "\f107";
  margin-left: 13px;
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  position: relative;
  top: 1px;
  float: right;
}
.block.compact .app-form-step-number label {
  display: block;
}
.block.compact.closed * {
  display: none;
}
.block.compact.closed h2 {
  display: block;
}
.block.compact.closed .app-form-step-number {
  display: inline-block;
}
.block.compact.closed .app-form-step-number label {
  display: block;
}
.block.compact.closed h2:after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.block.compact.closed h2:hover:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.span-half {
  float: left;
  display: block;
  margin-right: 3.19164%;
  width: 48.40418%;
}
.span-half:last-child {
  margin-right: 0;
}
.span-last {
  margin-right: 0;
}
.span-last + * {
  clear: both;
}
.block-loading img,
.loading img {
  display: block;
  margin: 0px auto;
  -webkit-animation-name: loading-spin;
  -webkit-animation-duration: 470ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: loading-spin;
  -moz-animation-duration: 470ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: loading-spin;
  -ms-animation-duration: 470ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: loading-spin;
  animation-duration: 470ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@-ms-keyframes loading-spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes loading-spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes loading-spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes loading-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.block-loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.block-loading img {
  margin-top: 330px;
}
.trigger .loading,
.name-select-container {
  display: none;
}
form.form.pretty-labels .form-actions input.button {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border: none;
}
form.form.pretty-labels label span.radio {
  font-weight: normal;
  font-size: 16px;
}
form.form.pretty-labels label {
  display: block;
  padding-bottom: 5px;
}
form.form.pretty-labels h2 {
  margin-top: 40px;
}
form.form.pretty-labels div:first-child div h2 {
  margin-top: 0px;
}
.bank-select-table {
  width: 100%;
}
.bank-select-table tr {
  padding: 5px;
}
.bank-select-table tr:not(:first-child) {
  cursor: pointer;
}
.bank-select-table tr:nth-child(2n+1) {
  background-color: #ffffaa;
}
.bank-select-table tr:first-child {
  background-color: #ffffff;
  color: #000000;
}
.bank-select-table tr:first-child th {
  border-bottom: 1px solid #000000;
}
.bank-select-table tr td,
.bank-select-table tr th {
  padding: 5px;
  color: #222222;
}
.bank-select-table tr:hover:not(:first-child) {
  background-color: #aaaaff;
}
div.full-screen-container {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
div.full-screen-container .close {
  position: absolute;
  display: none;
  top: 3%;
  left: 45%;
  width: 10%;
  height: 7%;
  background-color: #85AC3F;
  border-radius: 3px;
  color: white;
  border: none;
  border-bottom: 2px solid #557C0F;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5);
  transition: all linear 0.2s;
  font-weight: bold;
}
div.full-screen-container .close:hover {
  background-color: #8AB144;
  border-bottom-color: #5A8114;
  cursor: pointer;
  top: 2.7%;
  /* left: 44.8%; */
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.3);
}
div.full-screen-container iframe {
  display: block;
  width: 960px;
  height: 82%;
  margin: 4% auto;
}
div.service-status p span.attention {
  color: #ff0000;
}
a.new-user:link {
  color: #31566D;
}
a.new-user:visited {
  color: #31566D;
  text-decoration: underline;
}
a.new-user:active {
  color: #31566D;
  text-decoration: underline;
}
a.new-user:hover {
  color: #000000;
  text-decoration: underline;
}
.logo-pse {
  max-width: 200px;
  max-height: 150px;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}
.customer-list-item__status-container--pending {
  background: #FF764D;
}
.customer-list-item__status-container--not-approved {
  background: #e10000;
}
.customer-list-item__status-container--approved {
  background: #85AC3F;
}
.app-btn-border > .app-quote-img-download {
  width: 20px;
  height: 20px;
}
/* Customiza��es SWAL */
.sweet-alert {
  border-radius: 0 !important;
  font-family: Lato !important;
}
.sweet-alert button {
  font-size: 16px !important;
  letter-spacing: 1.2px !important;
  text-transform: uppercase !important;
  border: none !important;
  border-radius: 0 !important;
  font-weight: bold !important;
  padding: 5px 30px !important;
}
.sweet-alert button.cancel {
  background-color: #d61028 !important;
  color: #fff !important;
}
.sweet-alert button.confirm {
  background-color: #3898d2 !important;
  color: #fff !important;
}
.swal-result-info {
  display: none;
}
.app-quote-swal-tasas {
  width: 690px !important;
  margin-left: -345px !important;
  border-radius: 0 !important;
  font-family: Lato !important;
}
.app-quote-swal-tasas h2 {
  color: #103d70 !important;
  font-size: 22px !important;
  font-weight: bold !important;
  margin-bottom: 0 0 40px 0 !important;
}
.app-quote-swal-tasas.sweet-alert label.info {
  font-size: 16px !important;
  color: #1c2a3a;
}
.app-quote-swal-tasas.sweet-alert p {
  font-size: 16px !important;
  color: #1c2a3a;
}
.app-quote-swal-tasas.sweet-alert button.cancel,
.app-quote-swal-tasas.sweet-alert button.confirm {
  margin: 30px 0 10px 0 !important;
  background-color: #3898d2 !important;
  color: #fff !important;
}
.app-quote-swal-tasas.sweet-alert .bold {
  font-weight: bold !important;
}
.app-quote-swal-tasas .sa-button-container {
  display: none;
}
.app-quote-swal-tasas p {
  color: inherit;
}
.app-quote-swal-tasas-separator {
  border-style: solid;
  border-width: 0 0 0 1px;
  border-color: #103d70 !important;
  height: 100%;
  margin-left: 50%;
}
.app-quote-swal-tasas-container {
  display: flex;
  justify-content: center;
}
.app-quote-swal-tasas .app-btn {
  font-size: 16px !important;
  letter-spacing: 1.2px !important;
  text-transform: uppercase !important;
  border: none !important;
  border-radius: 0 !important;
  font-weight: bold !important;
  padding: 5px 0px !important;
  width: 100% !important;
}
.app-quote-swal-tasas .app-btn:focus {
  box-shadow: none !important;
}
.app-quote-swal-tasas .title {
  margin-bottom: 30px;
}
.app-create-endorsement-detail {
  background-color: #fff;
  padding: 30px 200px 0 200px;
  margin: 0;
}
.create-endorsement-coverage-content {
  margin-left: 100px;
  margin-right: 100px;
  margin-bottom: 20px;
}
.app-menu-container {
  display: flex;
  justify-content: flex-end;
}
.app-welcome-label {
  text-align: right;
  margin-top: 5px;
  margin-right: 20px;
}
@media only screen and (max-width: 1023px) {
  .app-welcome-label {
    display: none;
  }
}
.app-welcome-label > large {
  font-weight: bold;
}
.title-label {
  padding-left: 12px;
}
.app-index-table {
  font-size: 14px;
}
.app-table-endorsement-arrow {
  margin-left: 15px;
  width: 16px;
}
@media only screen and (max-width: 1023px) {
  .app-table-endorsement-arrow {
    margin-left: -3px;
    margin-bottom: 10px;
  }
}
.app-table-row-expandable td:first-child {
  width: 55px;
}
.rotate-right {
  transform: rotate(270deg);
}
tr:nth-of-type(2).app-table-endorsement-separator td hr {
  width: 1070px;
  margin-left: -55px;
  margin-top: 0;
  margin-bottom: 0;
}
.app-table-endorsement-separator td hr {
  margin-left: 0.75rem;
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
}
.app-table-endorsement-separator {
  height: 1px;
}
.app-table-endorsement-separator td {
  padding: 0;
}
.app-quote-header-status {
  color: #fff;
  font-size: 22px;
  vertical-align: middle;
  padding: 3px 12px;
  border-radius: 3px;
  text-align: center;
  width: 240px;
}
.login-input-container {
  background: white;
  max-width: 30%;
  padding: 40px 2%;
  display: flex;
  flex-flow: column nowrap;
  float: left;
}
@media only screen and (max-width: 1023px) {
  .login-input-container {
    padding: 32px 20px;
    max-width: unset;
    width: 100%;
  }
}
.login-input-container .stretch {
  display: block;
}
.login-input-container header {
  background: white;
  box-shadow: none;
  justify-content: flex-start;
  display: flex;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1023px) {
  .login-input-container header {
    justify-content: center;
  }
}
.login-input-container header > img {
  margin-right: 30px;
  height: 37px;
}
@media only screen and (max-width: 1023px) {
  .login-input-container header > img {
    display: block;
    margin-right: 8px;
  }
}
.login-image-container {
  width: 100%;
  height: auto;
  object-fit: scale-down;
  max-width: 100%;
  max-height: 100%;
  background-size: cover;
  background-position: right;
}
@media only screen and (max-width: 1023px) {
  .login-image-container {
    display: none;
  }
}
.login-image-container img {
  padding-top: 10%;
  height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10%;
}
.label-event {
  color: #103d70;
  margin-bottom: 0;
  font-weight: bold;
}
.row-disabled {
  opacity: 0.6;
  cursor: default !important;
}
.btn-events {
  width: 25%;
  margin: 0px auto 70px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  .btn-events {
    width: unset;
    margin-bottom: 80px;
    flex-flow: column;
    justify-content: unset;
  }
}
.btn-events input:first-child {
  margin-right: 13px;
}
@media only screen and (max-width: 1023px) {
  .btn-events input:first-child {
    margin-right: unset;
  }
}
.eventQuoteId {
  display: none;
}
.app-customers-container {
  margin: 0;
  display: flex;
  flex-flow: row nowrap;
}
@media only screen and (max-width: 1023px) {
  .app-customers-container {
    flex-flow: column-reverse nowrap;
  }
}
.app-customers-search-box {
  margin-bottom: 50px;
}
.app-customer-status-container {
  width: 180px;
}
.app-quote-detail-header {
  color: #103d70;
}
.app-customer-status-customer-list-item__status-container--approved {
  background: #61a516;
}
.app-customer-status-customer-list-item__status-container--pending {
  background: #efa222;
}
.app-customer-status-customer-list-item__status-container--Expired {
  background: #3898d2;
}
.app-customer-status-customer-list-item__status-container--not-approved {
  background: #d61028;
}
.app-customer-detail-header-customer-list-item__status-container--approved {
  background: #dbecc9;
}
.app-customer-detail-header-customer-list-item__status-container--pending {
  background: #fdf0da;
}
.app-customer-detail-header-customer-list-item__status-container--Expired {
  background: #f0f8fc;
}
.app-customer-detail-header-customer-list-item__status-container--not-approved {
  background: #fcc3ca;
}
#uploadDocument {
  margin: 20px 8px 35px 8px;
}
.customer-step-container {
  position: relative;
  vertical-align: middle;
  color: #103d70;
  padding: 8px;
}
.customer-step-container label {
  padding-top: 6px;
  margin-left: 50px;
  font-size: 20px;
  text-transform: uppercase;
}
.customer-step-circle {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #103d70;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}
.customer-step-circle .fa {
  margin-top: 7px;
}
.app-customer-verify-digit-invalid {
  border: 1px solid #d0021b !important;
}
