

/* app/javascript/ensure_frontend_css.scss */

/* node_modules/react-datepicker/dist/react-datepicker.css */
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker__navigation-icon::before {
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  width: 9px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  margin-left: -4px;
  position: absolute;
  width: 0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before,
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before,
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after,
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before,
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  border-bottom-color: #aeaeae;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before,
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  border-top: none;
  border-bottom-color: #f0f0f0;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  top: 0;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
  bottom: 0;
  margin-bottom: -8px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before,
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  border-bottom: none;
  border-top-color: #fff;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  bottom: 0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}
.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
}
.react-datepicker {
  font-family:
    "Helvetica Neue",
    helvetica,
    arial,
    sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}
.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}
.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}
.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}
.react-datepicker-popper {
  z-index: 1;
}
.react-datepicker-popper[data-placement^=bottom] {
  padding-top: 10px;
}
.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle,
.react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle {
  left: auto;
  right: 50px;
}
.react-datepicker-popper[data-placement^=top] {
  padding-bottom: 10px;
}
.react-datepicker-popper[data-placement^=right] {
  padding-left: 8px;
}
.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}
.react-datepicker-popper[data-placement^=left] {
  padding-right: 8px;
}
.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}
.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  padding: 8px 0;
  position: relative;
}
.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}
.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 0.3rem;
}
.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 15px;
}
.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}
.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.react-datepicker__navigation {
  align-items: center;
  background: none;
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 2px;
  padding: 0;
  border: none;
  z-index: 1;
  height: 32px;
  width: 32px;
  text-indent: -999em;
  overflow: hidden;
}
.react-datepicker__navigation--previous {
  left: 2px;
}
.react-datepicker__navigation--next {
  right: 2px;
}
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 85px;
}
.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__navigation--years-previous {
  top: 4px;
}
.react-datepicker__navigation--years-upcoming {
  top: -4px;
}
.react-datepicker__navigation:hover *::before {
  border-color: #a6a6a6;
}
.react-datepicker__navigation-icon {
  position: relative;
  top: -1px;
  font-size: 20px;
  width: 0;
}
.react-datepicker__navigation-icon--next {
  left: -2px;
}
.react-datepicker__navigation-icon--next::before {
  transform: rotate(45deg);
  left: -7px;
}
.react-datepicker__navigation-icon--previous {
  right: -2px;
}
.react-datepicker__navigation-icon--previous::before {
  transform: rotate(225deg);
  right: -7px;
}
.react-datepicker__month-container {
  float: left;
}
.react-datepicker__year {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__year-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
}
.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}
.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}
.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}
.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: auto;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
  -moz-appearance: textfield;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}
.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}
.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -87px;
  top: 0;
}
.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + 1.7rem / 2);
  overflow-y: scroll;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  box-sizing: content-box;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}
.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected, .react-datepicker__week-number--keyboard-selected):hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__week-number--selected {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__week-number--selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__week-number--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}
.react-datepicker__week-number--keyboard-selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__day-names {
  white-space: nowrap;
  margin-bottom: -8px;
}
.react-datepicker__week {
  white-space: nowrap;
}
.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
  cursor: pointer;
}
.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
  font-weight: bold;
}
.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}
.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover,
.react-datepicker__year-text--highlighted:hover {
  background-color: #32be3f;
}
.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
  color: magenta;
}
.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}
.react-datepicker__day--holidays,
.react-datepicker__month-text--holidays,
.react-datepicker__quarter-text--holidays,
.react-datepicker__year-text--holidays {
  position: relative;
  border-radius: 0.3rem;
  background-color: #ff6803;
  color: #fff;
}
.react-datepicker__day--holidays .holiday-overlay,
.react-datepicker__month-text--holidays .holiday-overlay,
.react-datepicker__quarter-text--holidays .holiday-overlay,
.react-datepicker__year-text--holidays .holiday-overlay {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}
.react-datepicker__day--holidays:hover,
.react-datepicker__month-text--holidays:hover,
.react-datepicker__quarter-text--holidays:hover,
.react-datepicker__year-text--holidays:hover {
  background-color: #cf5300;
}
.react-datepicker__day--holidays:hover .holiday-overlay,
.react-datepicker__month-text--holidays:hover .holiday-overlay,
.react-datepicker__quarter-text--holidays:hover .holiday-overlay,
.react-datepicker__year-text--holidays:hover .holiday-overlay {
  visibility: visible;
  opacity: 1;
}
.react-datepicker__day--selected,
.react-datepicker__day--in-selecting-range,
.react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__day--selected:hover,
.react-datepicker__day--in-selecting-range:hover,
.react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover,
.react-datepicker__year-text--selected:hover,
.react-datepicker__year-text--in-selecting-range:hover,
.react-datepicker__year-text--in-range:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #bad9f1;
  color: rgb(0, 0, 0);
}
.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover,
.react-datepicker__year-text--keyboard-selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--in-range),
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--in-range),
.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--in-range),
.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}
.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}
.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc;
}
.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover,
.react-datepicker__year-text--disabled:hover {
  background-color: transparent;
}
.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.react-datepicker__input-container .react-datepicker__calendar-icon {
  position: absolute;
  padding: 0.5rem;
  box-sizing: content-box;
}
.react-datepicker__view-calendar-icon input {
  padding: 6px 10px 5px 25px;
}
.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
  position: relative;
}
.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  transform: rotate(135deg);
  right: -16px;
  top: 0;
}
.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}
.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}
.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}
.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}
.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0 6px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "\d7";
}
.react-datepicker__close-icon--disabled {
  cursor: default;
}
.react-datepicker__close-icon--disabled::after {
  cursor: default;
  background-color: #ccc;
}
.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}
.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}
.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}
@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}
.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}
.react-datepicker__children-container {
  width: 13.8rem;
  margin: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  height: auto;
}
.react-datepicker__aria-live {
  position: absolute;
  clip-path: circle(0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  white-space: nowrap;
}
.react-datepicker__calendar-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
}

/* app/javascript/helperComponents/Input/input.scss */
.cntInput {
  position: relative;
}
.cntInput.cntInput__error .cntInput_label {
  color: #dc3545;
}
.cntInput.cntInput__error .cntInput_field {
  border-color: #dc3545;
}
.cntInput input[type=number] {
  -moz-appearance: textfield;
}
.cntInput input::-webkit-outer-spin-button,
.cntInput input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cntInput_error {
  color: #e33932;
  padding: 0.25rem 0 0;
}

/* app/javascript/helperComponents/InputRut/inputRut.scss */
.cntInputRut {
  position: relative;
}
.cntInputRut.cntInputRut__error .cntInputRut_label {
  color: #dc3545;
}
.cntInputRut.cntInputRut__error .cntInputRut_field {
  border-color: #dc3545;
}
.cntInputRut input[type=number] {
  -moz-appearance: textfield;
}
.cntInputRut input::-webkit-outer-spin-button,
.cntInputRut input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cntInputRut_error {
  color: #e33932;
  padding: 0.25rem 0 0;
}

/* app/javascript/helperComponents/InputEmail/inputEmail.scss */
.cntInputEmail {
  position: relative;
}
.cntInputEmail .emailDiv {
  padding: 0px !important;
}
.cntInputEmail.cntInputEmail__error .cntInputEmail_label {
  color: #dc3545;
}
.cntInputEmail.cntInputEmail__error .cntInputEmail_field {
  border-color: #dc3545;
}
.cntInputEmail input[type=number] {
  -moz-appearance: textfield;
}
.cntInputEmail input::-webkit-outer-spin-button,
.cntInputEmail input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cntInputEmail_error {
  color: #e33932;
  padding: 0.25rem 0 0;
}

/* app/javascript/helperComponents/InputPhone/inputPhone.scss */
.cntInputPhone {
  position: relative;
}
.cntInputPhone.cntInputPhone__error .cntInputPhone_label {
  color: #dc3545;
}
.cntInputPhone.cntInputPhone__error .cntInputPhone_field {
  border-color: #dc3545;
}
.cntInputPhone .cntInputPhone_field {
  z-index: 0;
}
.cntInputPhone input[type=number] {
  -moz-appearance: textfield;
}
.cntInputPhone input::-webkit-outer-spin-button,
.cntInputPhone input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cntInputPhone_error {
  color: #e33932;
  padding: 0.25rem 0 0;
}

/* app/javascript/helperComponents/Loading/Loading.css */
.lds-default {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}
.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}
.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}
.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}
.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}
.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}
.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}
.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}
.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}
.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}
.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}
.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}
@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
.reactstrap-spinner {
  position: fixed;
  z-index: 10000;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  margin-top: calc(50vh - 5.5rem);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.reactstrap-spinner:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.loading {
  position: fixed;
  z-index: 10000;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.loading:not(:required) {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow:
    rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0,
    rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
    rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0,
    rgba(0, 0, 0, 0.5) -1.5em 0 0 0,
    rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0,
    rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
    rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow:
    rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0,
    rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
    rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0,
    rgba(0, 0, 0, 0.75) -1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0,
    rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
    rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* app/javascript/components/clients/form/client_emails.scss */
.cntClientEmails .buttonAdd_div {
  padding: 0;
}
.cntClientEmails .buttonPlus {
  padding: 0;
}
.cntClientEmails .inputEmail {
  padding: 0;
}
.cntClientEmails .emailSecondaryLabel {
  margin: 7px;
}

/* app/javascript/components/clients/form/AddressForm/address_form.scss */
.cntAddressForm .no-padding {
  padding: 0;
}

/* app/javascript/components/polizas/form/components/InsudedItems/insuredItems.scss */
.cntInsuredItems .itemTitle {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.cntInsuredItems .itemTitle p {
  margin: 0;
  font-size: 18px;
  font-weight: unset;
  margin-left: 15px;
}

/* app/javascript/components/polizas/form/components/paymentMethods/paymentMethods.scss */
.cntWireTransferInfo .title {
  margin-top: 20px;
}
.cntWireTransferInfo .checkbox {
  padding-top: 0px;
}
.cntCreditCardInfo .title {
  margin-top: 20px;
}
.cntCreditCardInfo .checkbox {
  padding-top: 0px;
}

/* app/javascript/components/polizas/poliza.scss */
.cntPolizaForm {
  font-size: 1.3sp;
}
.cntPolizaForm .form-control {
  size: 1.3sp;
}
.cntPolizaForm .stepsInfo {
  margin-top: 10px;
  text-align: right;
}
.cntPolizaForm .cardHeader {
  background-color: white;
  color: black;
  padding: 0;
}
.cntPolizaForm .cardHeader a:not(.btn),
.cntPolizaForm .cardHeader span {
  font-size: 18px;
  font-weight: unset;
}
.cntPolizaForm .cardHeader .active {
  background-color: #2596be;
  color: white;
}
.cntPolizaForm .cardBody {
  margin: 5px 0 5px 0;
  z-index: 1;
}
.cntPolizaForm .cardFooter {
  align-items: center;
  padding: 10px;
}
.cntPolizaForm .cardFooter .buttonNext {
  margin-left: 30px;
}
.cntPolizaForm .cardFooter .nextButtons {
  margin-left: 14px;
}
.cntPolizaForm .proposedCover .client {
  margin-top: 7px;
}
.cntPolizaForm .datepicker .react-datepicker {
  font-size: 1em !important;
}
.cntPolizaForm .datepicker .react-datepicker__header {
  padding-top: 0.8em !important;
}
.cntPolizaForm .datepicker .react-datepicker__month {
  margin: 0.4em 1em !important;
}
.cntPolizaForm .datepicker .react-datepicker__day-name,
.cntPolizaForm .datepicker .react-datepicker__day {
  width: 1.9em !important;
  line-height: 1.9em !important;
  margin: 0.166em !important;
}
.cntPolizaForm .datepicker .react-datepicker__current-month {
  font-size: 1em !important;
}
.cntPolizaForm .datepicker .react-datepicker__navigation {
  top: 1em !important;
  line-height: 1.7em !important;
  border: 0.45em solid transparent !important;
}
.cntPolizaForm .datepicker .react-datepicker__navigation--previous {
  border-right-color: #ccc !important;
  left: 1em !important;
}
.cntPolizaForm .datepicker .react-datepicker__navigation--next {
  border-left-color: #ccc !important;
  right: 1em !important;
}
.btn-wizard-uniform {
  font-size: 16px;
  font-weight: 400;
}
.btn-wizard-modern {
  font-size: 1.15rem;
  padding: 0.6rem 1.7rem;
  border-radius: 0.5rem;
  font-weight: 500;
  border: none;
  transition: all 0.2s ease;
}
.btn-wizard-view {
  background: #5bc0de;
  color: #fff;
}
.btn-wizard-view:hover {
  background: #31b0d5;
}
.btn-wizard-edit {
  background: #27ae60;
  color: #fff;
}
.btn-wizard-edit:hover {
  background: #219150;
}
.btn-wizard-cancel {
  background: #ef5350;
  color: #fff;
}
.btn-wizard-cancel:hover {
  background: #c62828;
}
.btn-wizard-next {
  background: #3498db;
  color: #fff;
}
.btn-wizard-next:hover {
  background: #217dbb;
}
.cntPolizaCover .inputRenewal {
  margin-top: 20px;
}
.cntPolizaCover .delete {
  float: right;
  cursor: pointer;
}
.cntSearchPoliza {
  margin: 30px 0px;
}
.cntSearchPoliza .cardHeader {
  background-color: #2596be;
  color: white;
}
.cntSearchPoliza .cardBody {
  margin: 5px 0 5px 0;
}
.cntSearchPoliza .cardFooter {
  align-items: center;
  background-color: transparent;
  padding: 15px 0px;
}
.cntSearchPoliza .cardFooter .btn {
  margin-right: 10px;
}
.cntListPoliza .tableHeader {
  background-color: #2596be;
  color: white;
}
.cntListPoliza .tableHeader th {
  vertical-align: middle;
  text-align: center;
}
.cntListPoliza .tableBody td {
  font-size: 12px;
}
.cntListPoliza .tableBody td .btn {
  margin-right: 5px;
}
.cntListPoliza .tableBody td:nth-child(3) {
  width: 6%;
}
.cntEditPoliza .page-header .btn {
  float: right;
}
.cntBrokerInformation .card-footer {
  margin: 0px;
}
.cntBrokerInformation .card-body {
  margin-left: 0px;
  margin-right: 0px;
}
.cntBrokerInformation .cntTotales {
  margin-bottom: 15px;
}
.cntBrokerInformation .cntTotales h5 {
  margin-top: 10px;
  margin-bottom: 5px;
}
.cntBrokerInformation .cntTotales .cntCorredor {
  margin-bottom: 15px;
}
.cntBrokerInformation .cntTotales .cntAgente {
  margin-bottom: 15px;
}
.cntItemAseguradoForm p {
  margin-bottom: 10px;
}
.cntItemAseguradoForm .cntMarca {
  margin-bottom: 15px;
}
.cntItemAseguradoForm .cntAseguradoAmount {
  padding-left: 0px;
}
.cntItemAseguradoForm .cntDatosGenerales .addMarginBottom {
  margin-bottom: 15px;
}
.cntItemAseguradoForm .cntDatosGenerales .checkbox {
  padding-bottom: 0px;
}
.cntRamo .addMarginBottom {
  margin-bottom: 15px;
}
.cntRamo .usoOptions {
  padding-left: 0px;
  padding-right: 0px;
}
.cntRamo .usoOptions label {
  font-weight: normal;
  margin-right: 15px;
}
.cntRamo input[type=radio] {
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  margin-right: 5px;
}
.cntRamo .cntDepartamentoOptions .form-label {
  margin-top: 5px;
}
.cntRamo .cntDepartamentoOptions .row {
  margin-left: 0px;
  margin-right: 0px;
}
.cntRamo .cntDepartamentoOptions .card {
  padding-left: 0px;
  padding-right: 0px;
}
.cntListPoliza [title]:not([class*=btn]) {
  cursor: default;
  position: static;
}
.cntListPoliza a[title]:not([class*=btn]) {
  cursor: pointer;
}
.cntListPoliza [title]:not([class*=btn]):hover::after {
  content: none !important;
  display: none !important;
}
.cntListPoliza .tableHeader th[data-title]:not([data-title=""]):hover {
  position: relative;
  z-index: 50;
  overflow: visible;
}
.cntListPoliza td[data-title]:not([data-title=""]):hover,
.cntListPoliza th[data-title]:not([data-title=""]):hover {
  position: relative;
  z-index: 15;
  overflow: visible;
}
.cntListPoliza td[data-title]:not([data-title=""]):hover::after,
.cntListPoliza th[data-title]:not([data-title=""]):hover::after {
  content: attr(data-title);
  box-sizing: border-box;
  position: absolute;
  top: calc(100% + 8px);
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.4;
  z-index: 100000;
  pointer-events: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  max-width: min(400px, 85vw);
  min-width: min(120px, 85vw);
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  text-align: left;
}
.cntListPoliza td[data-title]:not([data-title=""]):hover::before,
.cntListPoliza th[data-title]:not([data-title=""]):hover::before {
  content: "";
  position: absolute;
  top: calc(100% + 3px);
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-bottom-color: #333;
  z-index: 100001;
  pointer-events: none;
}
.cntListPoliza td[data-title=""]::after,
.cntListPoliza td[data-title=""]::before,
.cntListPoliza th[data-title=""]::after,
.cntListPoliza th[data-title=""]::before {
  display: none !important;
}
.cntListPoliza td a[data-title]:not([data-title=""]):hover {
  position: relative;
  z-index: 20;
}
.cntListPoliza td a[data-title]:not([data-title=""]):hover::after {
  content: attr(data-title);
  box-sizing: border-box;
  position: absolute;
  top: calc(100% + 8px);
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.4;
  z-index: 100000;
  pointer-events: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  max-width: min(400px, 85vw);
  min-width: min(120px, 85vw);
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  text-align: left;
}
.cntListPoliza td a[data-title]:not([data-title=""]):hover::before {
  content: "";
  position: absolute;
  top: calc(100% + 3px);
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-bottom-color: #333;
  z-index: 100001;
  pointer-events: none;
}
.cntListPoliza .tableBody td,
.cntListPoliza .tableBody th {
  position: relative;
  overflow: visible !important;
}
.cntListPoliza.list-poliza--floating-tooltips td[data-title]:hover::after,
.cntListPoliza.list-poliza--floating-tooltips td[data-title]:hover::before,
.cntListPoliza.list-poliza--floating-tooltips th[data-title]:hover::after,
.cntListPoliza.list-poliza--floating-tooltips th[data-title]:hover::before,
.cntListPoliza.list-poliza--floating-tooltips td a[data-title]:hover::after,
.cntListPoliza.list-poliza--floating-tooltips td a[data-title]:hover::before {
  content: none !important;
  display: none !important;
}
.list-poliza-floating-tooltip {
  position: fixed;
  z-index: 100050;
  max-width: min(420px, calc(100vw - 24px));
  padding: 8px 12px;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.4;
  pointer-events: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
  word-wrap: break-word;
  word-break: break-word;
  text-align: left;
}
.table-responsive {
  overflow-x: auto;
  overflow-y: visible;
  scrollbar-gutter: stable;
  scrollbar-width: auto;
  scrollbar-color: #2596be #e9ecef;
}
.table-responsive::-webkit-scrollbar {
  height: 16px;
  width: 16px;
  background-color: #e9ecef;
}
.table-responsive::-webkit-scrollbar-track {
  background: #e9ecef;
  border-radius: 8px;
  border: 2px solid #dee2e6;
  margin: 2px;
}
.table-responsive::-webkit-scrollbar-thumb {
  background: #2596be;
  border-radius: 8px;
  border: 2px solid #1a7a9a;
  min-width: 40px;
}
.table-responsive::-webkit-scrollbar-thumb:hover {
  background: #1a7a9a;
  border-color: #155a7a;
}
.table-responsive::-webkit-scrollbar-thumb:active {
  background: #155a7a;
}
.table-responsive::-webkit-scrollbar-corner {
  background: #e9ecef;
}
.table-responsive::-webkit-scrollbar-thumb:vertical {
  background: #2596be;
}
@media (max-width: 800px) {
  .table-responsive {
    border: 1px solid #ddd;
    border-radius: 4px;
  }
  .table-responsive::-webkit-scrollbar {
    height: 18px;
    width: 18px;
    background-color: #e9ecef;
  }
  .table-responsive::-webkit-scrollbar-track {
    background: #e9ecef;
    border-radius: 9px;
    border: 2px solid #dee2e6;
    margin: 2px;
  }
  .table-responsive::-webkit-scrollbar-thumb {
    background: #2596be;
    border-radius: 9px;
    border: 2px solid #1a7a9a;
    min-width: 50px;
  }
  .table-responsive::-webkit-scrollbar-thumb:hover {
    background: #1a7a9a;
    border-color: #155a7a;
  }
  .table-responsive::-webkit-scrollbar-thumb:active {
    background: #155a7a;
  }
  .table-responsive::-webkit-scrollbar-corner {
    background: #e9ecef;
  }
  .cntListPoliza table {
    min-width: 100% !important;
    table-layout: auto !important;
  }
  .cntListPoliza .tableHeader th {
    font-size: 11px;
    padding: 8px 4px;
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    line-height: 1.3;
    vertical-align: middle;
  }
  .cntListPoliza .tableBody td,
  .cntListPoliza .tableBody th {
    font-size: 11px;
    padding: 8px 4px;
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    line-height: 1.4;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
  }
}
@media (max-width: 768px) {
  .cntListPoliza .tableHeader th {
    font-size: 10px;
    padding: 6px 3px;
  }
  .cntListPoliza .tableBody td,
  .cntListPoliza .tableBody th {
    font-size: 10px;
    padding: 6px 3px;
  }
}
.scroll-tooltip {
  position: fixed;
  background-color: rgba(37, 150, 190, 0.95);
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 9999;
  pointer-events: none;
  transform: translateX(-50%);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  animation: tooltipFadeIn 0.2s ease-out;
}
.scroll-tooltip::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(37, 150, 190, 0.95);
}
@keyframes tooltipFadeIn {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

/* app/javascript/components/polizaEndorsements/poliza_endorsement.scss */
a > .glyphicon {
  margin-right: 6px !important;
}
button > .glyphicon {
  margin-right: 6px !important;
}
.cntPolizaEndorsementForm {
  margin: 20px 0 0 0;
  font-size: 1.3sp;
}
.cntPolizaEndorsementForm .form-control {
  size: 1.3sp;
}
.cntPolizaEndorsementForm .cardHeader {
  background-color: white;
  color: black;
  padding: 0;
}
.cntPolizaEndorsementForm .cardHeader a,
.cntPolizaEndorsementForm .cardHeader span {
  font-size: 18px;
  font-weight: unset;
}
.cntPolizaEndorsementForm .cardHeader .active {
  background-color: #2596be;
  color: white;
}
.cntPolizaEndorsementForm .cardBody {
  margin: 5px 0 5px 0;
  z-index: 1;
}
.cntPolizaEndorsementForm .react-select__menu {
  z-index: 9999 !important;
}
.cntPolizaEndorsementForm .react-select__menu-portal {
  z-index: 9999 !important;
}
.cntPolizaEndorsementForm .cardFooter {
  align-items: center;
  padding: 10px;
}
.cntPolizaEndorsementForm .cardFooter .buttonNext {
  margin-left: 30px;
}
.cntPolizaEndorsementForm .cardFooter .nextButtons {
  margin-left: 14px;
}
.cntPolizaEndorsementForm .datepicker .react-datepicker {
  font-size: 1em !important;
}
.cntPolizaEndorsementForm .datepicker .react-datepicker__header {
  padding-top: 0.8em !important;
}
.cntPolizaEndorsementForm .datepicker .react-datepicker__month {
  margin: 0.4em 1em !important;
}
.cntPolizaEndorsementForm .datepicker .react-datepicker__day-name,
.cntPolizaEndorsementForm .datepicker .react-datepicker__day {
  width: 1.9em !important;
  line-height: 1.9em !important;
  margin: 0.166em !important;
}
.cntPolizaEndorsementForm .datepicker .react-datepicker__current-month {
  font-size: 1em !important;
}
.cntPolizaEndorsementForm .datepicker .react-datepicker__navigation {
  top: 1em !important;
  line-height: 1.7em !important;
  border: 0.45em solid transparent !important;
}
.cntPolizaEndorsementForm .datepicker .react-datepicker__navigation--previous {
  border-right-color: #ccc !important;
  left: 1em !important;
}
.cntPolizaEndorsementForm .datepicker .react-datepicker__navigation--next {
  border-left-color: #ccc !important;
  right: 1em !important;
}
.card-footer-endorsement {
  display: flex;
  column-gap: 10px;
  flex-direction: row-reverse;
}
.poliza-endorsement-form {
  margin-bottom: 1.5rem;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.poliza-endorsement-form .cardBody {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.poliza-endorsement-form__header {
  padding: 12px 16px;
  background: #f8f9fa;
  border-bottom: 1px solid #e7e7e7;
}
.poliza-endorsement-form__title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.poliza-endorsement-form__body .text-danger {
  margin-bottom: 12px;
}
.poliza-endorsement-form__section {
  margin-bottom: 1.25rem;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}
.poliza-endorsement-form__section:last-child {
  margin-bottom: 0;
}
.poliza-endorsement-form__section--summary {
  background: #fafbfc;
  border-color: #dfe3e6;
}
.poliza-endorsement-form__section--type-fields > .row {
  margin-bottom: 12px;
}
.poliza-endorsement-form__section--type-fields > .row:last-child {
  margin-bottom: 0;
}
.poliza-endorsement-form__section--broker {
  background: #fafbfc;
}
.poliza-endorsement-form__field-block {
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .poliza-endorsement-form__field-block {
    margin-bottom: 0;
  }
}
.poliza-endorsement-form__field-block .form-label {
  margin-bottom: 6px;
}
.poliza-endorsement-form__file-input {
  padding: 6px 10px;
  height: auto;
}
.poliza-endorsement-form__document-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}
.poliza-endorsement-form__document-open {
  cursor: pointer;
  word-break: break-all;
}
.poliza-endorsement-form__document-remove {
  cursor: pointer;
  white-space: nowrap;
}
.poliza-endorsement-form__commentary {
  resize: vertical;
  min-height: 100px;
}
.poliza-endorsement-form__footer {
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 12px 16px;
  background: #f5f5f5;
  border-top: 1px solid #e5e5e5;
}
.poliza-endorsement-form__footer-submit {
  min-width: 140px;
}
.poliza-endorsement-form__footer-cancel {
  min-width: 100px;
}
.poliza-endorsement-form .poliza-endorsement-select__control {
  min-height: 38px;
  border-radius: 4px;
  border-color: #ccc;
}
.poliza-endorsement-form .poliza-endorsement-select__menu-portal {
  z-index: 10000;
}
.poliza-endorsement-policy-info {
  width: 100%;
  box-sizing: border-box;
}
.poliza-endorsement-policy-info__row {
  margin-bottom: 14px;
}
.poliza-endorsement-policy-info__row:last-child {
  margin-bottom: 0;
}
.poliza-endorsement-policy-info__row--totals {
  padding-top: 10px;
  margin-top: 6px;
  border-top: 1px solid #e5e5e5;
}
.poliza-endorsement-policy-info__field {
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .poliza-endorsement-policy-info__field {
    margin-bottom: 0;
  }
}
.poliza-endorsement-policy-info__label {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 600;
  color: #555;
}
.poliza-endorsement-policy-info__value {
  font-size: 14px;
  line-height: 1.4;
  color: #222;
  word-break: break-word;
  min-height: 1.2em;
}
.poliza-endorsement-form__broker-grid {
  margin-left: 0;
  margin-right: 0;
}
.poliza-endorsement-form__broker-grid > [class*=col-] {
  padding-bottom: 8px;
}
@media (min-width: 992px) {
  .poliza-endorsement-form__broker-grid > [class*=col-]:first-child {
    border-right: 1px solid #e5e5e5;
  }
}
.endorsement-row {
  margin-bottom: 12px;
}
.endorsement-row > .endorsement-actions-cell {
  padding-right: 14px !important;
  padding-left: 8px !important;
}
.endorsement-action-btn {
  width: 100px;
  margin-right: 6px;
}
.endorsement-file-cell .document-link {
  max-width: 100%;
}
.endorsement-file-name {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.cntEditPoliza .page-header .btn {
  float: right;
}
button.btn.btn-approve-endorsement.btn-success {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.42857143;
}
button.btn.btn-reject-endorsement.btn-danger {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.42857143;
}
.endorsements-header-wrapper .btn-download-no-claims-declaration {
  white-space: nowrap;
}

/* node_modules/filepond/dist/filepond.min.css */
.filepond--assistant {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap;
}
.filepond--browser.filepond--browser {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 1em;
  top: 1.75em;
  width: calc(100% - 2em);
  opacity: 0;
  font-size: 0;
}
.filepond--data {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: none;
  visibility: hidden;
  pointer-events: none;
  contain: strict;
}
.filepond--drip {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: .1;
  pointer-events: none;
  border-radius: .5em;
  background: rgba(0, 0, 0, .01);
}
.filepond--drip-blob {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: 8em;
  height: 8em;
  margin-left: -4em;
  margin-top: -4em;
  background: #292625;
  border-radius: 50%;
}
.filepond--drip-blob,
.filepond--drop-label {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform, opacity;
}
.filepond--drop-label {
  right: 0;
  margin: 0;
  color: #4f4f4f;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filepond--drop-label.filepond--drop-label label {
  display: block;
  margin: 0;
  padding: .5em;
}
.filepond--drop-label label {
  cursor: default;
  font-size: .875em;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
}
.filepond--label-action {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  -webkit-text-decoration-color: #a7a4a4;
  text-decoration-color: #a7a4a4;
  cursor: pointer;
}
.filepond--root[data-disabled] .filepond--drop-label label {
  opacity: .5;
}
.filepond--file-action-button.filepond--file-action-button {
  font-size: 1em;
  width: 1.625em;
  height: 1.625em;
  font-family: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  will-change: transform, opacity;
}
.filepond--file-action-button.filepond--file-action-button span {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap;
}
.filepond--file-action-button.filepond--file-action-button svg {
  width: 100%;
  height: 100%;
}
.filepond--file-action-button.filepond--file-action-button:after {
  position: absolute;
  left: -.75em;
  right: -.75em;
  top: -.75em;
  bottom: -.75em;
  content: "";
}
.filepond--file-action-button {
  cursor: auto;
  color: #fff;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .5);
  background-image: none;
  box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
  transition: box-shadow .25s ease-in;
}
.filepond--file-action-button:focus,
.filepond--file-action-button:hover {
  box-shadow: 0 0 0 .125em hsla(0, 0%, 100%, .9);
}
.filepond--file-action-button[disabled] {
  color: hsla(0, 0%, 100%, .5);
  background-color: rgba(0, 0, 0, .25);
}
.filepond--file-action-button[hidden] {
  display: none;
}
.filepond--action-edit-item.filepond--action-edit-item {
  width: 2em;
  height: 2em;
  padding: .1875em;
}
.filepond--action-edit-item.filepond--action-edit-item[data-align*=center] {
  margin-left: -.1875em;
}
.filepond--action-edit-item.filepond--action-edit-item[data-align*=bottom] {
  margin-bottom: -.1875em;
}
.filepond--action-edit-item-alt {
  border: none;
  line-height: inherit;
  background: transparent;
  font-family: inherit;
  color: inherit;
  outline: none;
  padding: 0;
  margin: 0 0 0 .25em;
  pointer-events: all;
  position: absolute;
}
.filepond--action-edit-item-alt svg {
  width: 1.3125em;
  height: 1.3125em;
}
.filepond--action-edit-item-alt span {
  font-size: 0;
  opacity: 0;
}
.filepond--file-info {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  margin: 0 .5em 0 0;
  min-width: 0;
  will-change: transform, opacity;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filepond--file-info * {
  margin: 0;
}
.filepond--file-info .filepond--file-info-main {
  font-size: .75em;
  line-height: 1.2;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
.filepond--file-info .filepond--file-info-sub {
  font-size: .625em;
  opacity: .5;
  transition: opacity .25s ease-in-out;
  white-space: nowrap;
}
.filepond--file-info .filepond--file-info-sub:empty {
  display: none;
}
.filepond--file-status {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
  min-width: 2.25em;
  text-align: right;
  will-change: transform, opacity;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filepond--file-status * {
  margin: 0;
  white-space: nowrap;
}
.filepond--file-status .filepond--file-status-main {
  font-size: .75em;
  line-height: 1.2;
}
.filepond--file-status .filepond--file-status-sub {
  font-size: .625em;
  opacity: .5;
  transition: opacity .25s ease-in-out;
}
.filepond--file-wrapper.filepond--file-wrapper {
  border: none;
  margin: 0;
  padding: 0;
  min-width: 0;
  height: 100%;
}
.filepond--file-wrapper.filepond--file-wrapper > legend {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap;
}
.filepond--file {
  position: static;
  display: flex;
  height: 100%;
  align-items: flex-start;
  padding: .5625em;
  color: #fff;
  border-radius: .5em;
}
.filepond--file .filepond--file-status {
  margin-left: auto;
  margin-right: 2.25em;
}
.filepond--file .filepond--processing-complete-indicator {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 3;
}
.filepond--file .filepond--file-action-button,
.filepond--file .filepond--processing-complete-indicator,
.filepond--file .filepond--progress-indicator {
  position: absolute;
}
.filepond--file [data-align*=left] {
  left: .5625em;
}
.filepond--file [data-align*=right] {
  right: .5625em;
}
.filepond--file [data-align*=center] {
  left: calc(50% - .8125em);
}
.filepond--file [data-align*=bottom] {
  bottom: 1.125em;
}
.filepond--file [data-align=center] {
  top: calc(50% - .8125em);
}
.filepond--file .filepond--progress-indicator {
  margin-top: .1875em;
}
.filepond--file .filepond--progress-indicator[data-align*=right] {
  margin-right: .1875em;
}
.filepond--file .filepond--progress-indicator[data-align*=left] {
  margin-left: .1875em;
}
[data-filepond-item-state*=error] .filepond--file-info,
[data-filepond-item-state*=invalid] .filepond--file-info,
[data-filepond-item-state=cancelled] .filepond--file-info {
  margin-right: 2.25em;
}
[data-filepond-item-state~=processing] .filepond--file-status-sub {
  opacity: 0;
}
[data-filepond-item-state~=processing] .filepond--action-abort-item-processing ~ .filepond--file-status .filepond--file-status-sub {
  opacity: .5;
}
[data-filepond-item-state=processing-error] .filepond--file-status-sub {
  opacity: 0;
}
[data-filepond-item-state=processing-error] .filepond--action-retry-item-processing ~ .filepond--file-status .filepond--file-status-sub {
  opacity: .5;
}
[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing svg {
  -webkit-animation: fall .5s linear .125s both;
  animation: fall .5s linear .125s both;
}
[data-filepond-item-state=processing-complete] .filepond--file-status-sub {
  opacity: .5;
}
[data-filepond-item-state=processing-complete] .filepond--file-info-sub,
[data-filepond-item-state=processing-complete] .filepond--processing-complete-indicator:not([style*=hidden]) ~ .filepond--file-status .filepond--file-status-sub {
  opacity: 0;
}
[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing ~ .filepond--file-info .filepond--file-info-sub {
  opacity: .5;
}
[data-filepond-item-state*=error] .filepond--file-wrapper,
[data-filepond-item-state*=error] .filepond--panel,
[data-filepond-item-state*=invalid] .filepond--file-wrapper,
[data-filepond-item-state*=invalid] .filepond--panel {
  -webkit-animation: shake .65s linear both;
  animation: shake .65s linear both;
}
[data-filepond-item-state*=busy] .filepond--progress-indicator svg {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translateX(-.0625em);
    transform: translateX(-.0625em);
  }
  20%, 80% {
    -webkit-transform: translateX(.125em);
    transform: translateX(.125em);
  }
  30%, 50%, 70% {
    -webkit-transform: translateX(-.25em);
    transform: translateX(-.25em);
  }
  40%, 60% {
    -webkit-transform: translateX(.25em);
    transform: translateX(.25em);
  }
}
@keyframes shake {
  10%, 90% {
    -webkit-transform: translateX(-.0625em);
    transform: translateX(-.0625em);
  }
  20%, 80% {
    -webkit-transform: translateX(.125em);
    transform: translateX(.125em);
  }
  30%, 50%, 70% {
    -webkit-transform: translateX(-.25em);
    transform: translateX(-.25em);
  }
  40%, 60% {
    -webkit-transform: translateX(.25em);
    transform: translateX(.25em);
  }
}
@-webkit-keyframes fall {
  0% {
    opacity: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes fall {
  0% {
    opacity: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.filepond--hopper[data-hopper-state=drag-over] > * {
  pointer-events: none;
}
.filepond--hopper[data-hopper-state=drag-over]:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.filepond--progress-indicator {
  z-index: 103;
}
.filepond--file-action-button {
  z-index: 102;
}
.filepond--file-status {
  z-index: 101;
}
.filepond--file-info {
  z-index: 100;
}
.filepond--item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 0;
  margin: .25em;
  will-change: transform, opacity;
}
.filepond--item > .filepond--panel {
  z-index: -1;
}
.filepond--item > .filepond--panel .filepond--panel-bottom {
  box-shadow: 0 .0625em .125em -.0625em rgba(0, 0, 0, .25);
}
.filepond--item > .filepond--file-wrapper,
.filepond--item > .filepond--panel {
  transition: opacity .15s ease-out;
}
.filepond--item[data-drag-state] {
  cursor: -webkit-grab;
  cursor: grab;
}
.filepond--item[data-drag-state] > .filepond--panel {
  transition: box-shadow .125s ease-in-out;
  box-shadow: 0 0 0 transparent;
}
.filepond--item[data-drag-state=drag] {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.filepond--item[data-drag-state=drag] > .filepond--panel {
  box-shadow: 0 .125em .3125em rgba(0, 0, 0, .325);
}
.filepond--item[data-drag-state]:not([data-drag-state=idle]) {
  z-index: 2;
}
.filepond--item-panel {
  background-color: #64605e;
}
[data-filepond-item-state=processing-complete] .filepond--item-panel {
  background-color: #369763;
}
[data-filepond-item-state*=error] .filepond--item-panel,
[data-filepond-item-state*=invalid] .filepond--item-panel {
  background-color: #c44e47;
}
.filepond--item-panel {
  border-radius: .5em;
  transition: background-color .25s;
}
.filepond--list-scroller {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  will-change: transform;
}
.filepond--list-scroller[data-state=overflow] .filepond--list {
  bottom: 0;
  right: 0;
}
.filepond--list-scroller[data-state=overflow] {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-mask:
    linear-gradient(
      180deg,
      #000 calc(100% - .5em),
      transparent);
  mask:
    linear-gradient(
      180deg,
      #000 calc(100% - .5em),
      transparent);
}
.filepond--list-scroller::-webkit-scrollbar {
  background: transparent;
}
.filepond--list-scroller::-webkit-scrollbar:vertical {
  width: 1em;
}
.filepond--list-scroller::-webkit-scrollbar:horizontal {
  height: 0;
}
.filepond--list-scroller::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .3);
  border-radius: 99999px;
  border: .3125em solid transparent;
  background-clip: content-box;
}
.filepond--list.filepond--list {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  will-change: transform;
}
.filepond--list {
  left: .75em;
  right: .75em;
}
.filepond--root[data-style-panel-layout~=integrated] {
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
}
.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root,
.filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root {
  border-radius: 0;
}
.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root > *,
.filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root > * {
  display: none;
}
.filepond--root[data-style-panel-layout~=circle] .filepond--drop-label,
.filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label {
  bottom: 0;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 7;
}
.filepond--root[data-style-panel-layout~=circle] .filepond--item-panel,
.filepond--root[data-style-panel-layout~=integrated] .filepond--item-panel {
  display: none;
}
.filepond--root[data-style-panel-layout~=compact] .filepond--list-scroller,
.filepond--root[data-style-panel-layout~=integrated] .filepond--list-scroller {
  overflow: hidden;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.filepond--root[data-style-panel-layout~=compact] .filepond--list,
.filepond--root[data-style-panel-layout~=integrated] .filepond--list {
  left: 0;
  right: 0;
  height: 100%;
}
.filepond--root[data-style-panel-layout~=compact] .filepond--item,
.filepond--root[data-style-panel-layout~=integrated] .filepond--item {
  margin: 0;
}
.filepond--root[data-style-panel-layout~=compact] .filepond--file-wrapper,
.filepond--root[data-style-panel-layout~=integrated] .filepond--file-wrapper {
  height: 100%;
}
.filepond--root[data-style-panel-layout~=compact] .filepond--drop-label,
.filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label {
  z-index: 7;
}
.filepond--root[data-style-panel-layout~=circle] {
  border-radius: 99999rem;
  overflow: hidden;
}
.filepond--root[data-style-panel-layout~=circle] > .filepond--panel {
  border-radius: inherit;
}
.filepond--root[data-style-panel-layout~=circle] > .filepond--panel > * {
  display: none;
}
.filepond--root[data-style-panel-layout~=circle] .filepond--file-info,
.filepond--root[data-style-panel-layout~=circle] .filepond--file-status {
  display: none;
}
.filepond--root[data-style-panel-layout~=circle] .filepond--action-edit-item {
  opacity: 1 !important;
  visibility: visible !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance:none) and (stroke-color:transparent) {
    .filepond--root[data-style-panel-layout~=circle] {
      will-change: transform;
    }
  }
}
.filepond--panel-root {
  border-radius: .5em;
  background-color: #f1f0ef;
}
.filepond--panel {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  height: 100% !important;
  pointer-events: none;
}
.filepond-panel:not([data-scalable=false]) {
  height: auto !important;
}
.filepond--panel[data-scalable=false] > div {
  display: none;
}
.filepond--panel[data-scalable=true] {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-color: transparent !important;
  border: none !important;
}
.filepond--panel-bottom,
.filepond--panel-center,
.filepond--panel-top {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
.filepond--panel-bottom,
.filepond--panel-top {
  height: .5em;
}
.filepond--panel-top {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom: none !important;
}
.filepond--panel-top:after {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: inherit;
}
.filepond--panel-bottom,
.filepond--panel-center {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: translate3d(0, .5em, 0);
  transform: translate3d(0, .5em, 0);
}
.filepond--panel-bottom {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-top: none !important;
}
.filepond--panel-bottom:before {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  top: -1px;
  background-color: inherit;
}
.filepond--panel-center {
  height: 100px !important;
  border-top: none !important;
  border-bottom: none !important;
  border-radius: 0 !important;
}
.filepond--panel-center:not([style]) {
  visibility: hidden;
}
.filepond--progress-indicator {
  position: static;
  width: 1.25em;
  height: 1.25em;
  color: #fff;
  margin: 0;
  pointer-events: none;
  will-change: transform, opacity;
}
.filepond--progress-indicator svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  transform-box: fill-box;
}
.filepond--progress-indicator path {
  fill: none;
  stroke: currentColor;
}
.filepond--list-scroller {
  z-index: 6;
}
.filepond--drop-label {
  z-index: 5;
}
.filepond--drip {
  z-index: 3;
}
.filepond--root > .filepond--panel {
  z-index: 2;
}
.filepond--browser {
  z-index: 1;
}
.filepond--root {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 1em;
  font-size: 1rem;
  line-height: normal;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
  font-weight: 450;
  text-align: left;
  text-rendering: optimizeLegibility;
  direction: ltr;
  contain: layout style size;
}
.filepond--root * {
  box-sizing: inherit;
  line-height: inherit;
}
.filepond--root :not(text) {
  font-size: inherit;
}
.filepond--root[data-disabled] {
  pointer-events: none;
}
.filepond--root[data-disabled] .filepond--list-scroller {
  pointer-events: all;
}
.filepond--root[data-disabled] .filepond--list {
  pointer-events: none;
}
.filepond--root .filepond--drop-label {
  min-height: 4.75em;
}
.filepond--root .filepond--list-scroller {
  margin-top: 1em;
  margin-bottom: 1em;
}
.filepond--root .filepond--credits {
  position: absolute;
  right: 0;
  opacity: .175;
  line-height: .85;
  font-size: 11px;
  color: inherit;
  text-decoration: none;
  z-index: 3;
  bottom: -14px;
}
.filepond--root .filepond--credits[style] {
  top: 0;
  bottom: auto;
  margin-top: 14px;
}

/* app/javascript/components/claims/ClaimForm/claim-form.scss */
.cnt_claim_form .cardHeader {
  display: flex;
  background-color: white;
  color: black;
}
.cnt_claim_form .cardHeader .active {
  background-color: #2596be;
  color: white;
}
.cnt_claim_form .panel-heading {
  color: #646B72;
}
.cnt_claim_form .claimForm .inputDescription {
  max-height: 140px;
  min-height: 90px;
  resize: vertical;
}
.cnt_claim_form .claimForm .navHeader {
  padding: 0;
}
.cnt_claim_form .claimForm .step {
  display: block;
  gap: 5rem;
  row-gap: 0rem;
  flex-wrap: wrap;
}
.cnt_claim_form .claimForm .step .check {
  display: none;
}
.cnt_claim_form .claimForm .step .checkbox-wrapper-17 input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}
.cnt_claim_form .claimForm .step .checkbox-wrapper-17 label {
  --size: 50px;
  cursor: pointer;
  width: var(--size);
  height: calc(var(--size) / 2);
  background: grey;
  display: block;
  border-radius: 100px;
  position: relative;
}
.cnt_claim_form .claimForm .step .checkbox-wrapper-17 label:after {
  content: "";
  position: absolute;
  top: 6%;
  left: 2.5%;
  width: 45%;
  height: 89%;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
}
.cnt_claim_form .claimForm .step .checkbox-wrapper-17 input:checked + label {
  background: #bada55;
}
.cnt_claim_form .claimForm .step .checkbox-wrapper-17 input:checked + label:after {
  left: 97.5%;
  transform: translateX(-100%);
}
.cnt_claim_form .claimForm .step .checkbox-wrapper-17 label:active:after {
  width: 55%;
}
.cnt_claim_form .claimForm .react-datepicker-wrapper {
  display: flex !important;
}
.cnt_claim_form .card-footer .btn {
  display: flow;
  margin-left: 2rem;
}
.nav-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding: 0 1rem;
}
.nav-header .nav-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 1rem;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.nav-header .nav-item:hover {
  background-color: #f8f9fa;
}
.nav-header .nav-item.active {
  background-color: #007bff;
  color: white;
}
.nav-header .nav-item.active .nav-number {
  background-color: white;
  color: #007bff;
}
.nav-header .nav-item .nav-number {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  font-weight: bold;
}
.nav-header .nav-item .nav-label {
  font-weight: 500;
}
.claim-documents-step .upload-section {
  background-color: #f8f9fa;
  padding: 1.5rem;
  border-radius: 4px;
  margin-bottom: 2rem;
}
.claim-documents-step .upload-section h4 {
  margin-bottom: 1rem;
  color: #495057;
}
.claim-documents-step .documents-list h4 {
  margin-bottom: 1rem;
  color: #495057;
}
.claim-documents-step .documents-list .table th {
  background-color: #f8f9fa;
  border-top: none;
}
.claim-documents-step .documents-list .table .btn-group .btn {
  margin-right: 0.5rem;
}
.claim-documents-step .documents-list .table .btn-group .btn:last-child {
  margin-right: 0;
}

/* app/javascript/components/claims/GeneralListClaims/claim.scss */
.cntListClaim .tableHeader {
  background-color: #2596be;
  color: white;
}
.cntListClaim .tableHeader th {
  vertical-align: middle;
  text-align: center;
}
.cntListClaim .tableBody td {
  font-size: 12px;
}
.cntListClaim .tableBody .action-td {
  text-align: center;
  vertical-align: middle;
}
.cntListClaim span {
  font-size: 100%;
  display: flow;
}
.table-responsive {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-gutter: stable;
  scrollbar-width: auto;
  scrollbar-color: #2596be #e9ecef;
}
.table-responsive::-webkit-scrollbar {
  height: 16px;
  width: 16px;
  background-color: #e9ecef;
}
.table-responsive::-webkit-scrollbar-track {
  background: #e9ecef;
  border-radius: 8px;
  border: 2px solid #dee2e6;
  margin: 2px;
}
.table-responsive::-webkit-scrollbar-thumb {
  background: #2596be;
  border-radius: 8px;
  border: 2px solid #1a7a9a;
  min-width: 40px;
}
.table-responsive::-webkit-scrollbar-thumb:hover {
  background: #1a7a9a;
  border-color: #155a7a;
}
.table-responsive::-webkit-scrollbar-thumb:active {
  background: #155a7a;
}
.table-responsive::-webkit-scrollbar-corner {
  background: #e9ecef;
}
.table-responsive::-webkit-scrollbar-thumb:vertical {
  background: #2596be;
}
@media (max-width: 800px) {
  .table-responsive {
    border: 1px solid #ddd;
    border-radius: 4px;
  }
  .table-responsive::-webkit-scrollbar {
    height: 18px;
    width: 18px;
    background-color: #e9ecef;
  }
  .table-responsive::-webkit-scrollbar-track {
    background: #e9ecef;
    border-radius: 9px;
    border: 2px solid #dee2e6;
    margin: 2px;
  }
  .table-responsive::-webkit-scrollbar-thumb {
    background: #2596be;
    border-radius: 9px;
    border: 2px solid #1a7a9a;
    min-width: 50px;
  }
  .table-responsive::-webkit-scrollbar-thumb:hover {
    background: #1a7a9a;
    border-color: #155a7a;
  }
  .table-responsive::-webkit-scrollbar-thumb:active {
    background: #155a7a;
  }
  .table-responsive::-webkit-scrollbar-corner {
    background: #e9ecef;
  }
  .cntListClaim table {
    min-width: 100% !important;
    table-layout: auto !important;
  }
  .cntListClaim .tableHeader th {
    font-size: 11px;
    padding: 8px 4px;
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    line-height: 1.3;
    vertical-align: middle;
  }
  .cntListClaim .tableBody td,
  .cntListClaim .tableBody th {
    font-size: 11px;
    padding: 8px 4px;
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    line-height: 1.4;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
  }
}
@media (max-width: 768px) {
  .cntListClaim .tableHeader th {
    font-size: 10px;
    padding: 6px 3px;
  }
  .cntListClaim .tableBody td,
  .cntListClaim .tableBody th {
    font-size: 10px;
    padding: 6px 3px;
  }
}
.scroll-tooltip {
  position: fixed;
  background-color: rgba(37, 150, 190, 0.95);
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 9999;
  pointer-events: none;
  transform: translateX(-50%);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  animation: tooltipFadeIn 0.2s ease-out;
}
.scroll-tooltip::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(37, 150, 190, 0.95);
}
@keyframes tooltipFadeIn {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

/* app/javascript/helperComponents/Elasticsearch/elasticsearch.scss */
.polizas-index-page {
  --ac-title-muted: #4a5568;
  --ac-accent: #1e5a8e;
}
.polizas-index-page aside.cntAdminElasticsearchFilters.cntPolizasFiltersGrid {
  margin-bottom: 6px;
  padding: 8px 10px 9px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.polizas-index-page aside.cntAdminElasticsearchFilters.cntPolizasFiltersGrid .elasticsearch-component {
  margin-bottom: 8px;
}
.polizas-index-page aside.cntAdminElasticsearchFilters.cntPolizasFiltersGrid .react-select__control {
  min-height: 32px;
}
.polizas-index-page aside.cntAdminElasticsearchFilters.cntPolizasFiltersGrid .react-select__value-container {
  padding: 2px 8px;
}
.polizas-index-page aside.cntAdminElasticsearchFilters.cntPolizasFiltersGrid .react-select__single-value,
.polizas-index-page aside.cntAdminElasticsearchFilters.cntPolizasFiltersGrid .react-select__placeholder,
.polizas-index-page aside.cntAdminElasticsearchFilters.cntPolizasFiltersGrid .react-select__input-container {
  font-size: 13px;
  color: #0f172a;
}
.polizas-index-page aside.cntAdminElasticsearchFilters.cntPolizasFiltersGrid .react-select__placeholder {
  color: #64748b;
}
.polizas-index-page aside.cntAdminElasticsearchFilters.cntPolizasFiltersGrid .react-select__multi-value__label {
  font-size: 13px;
}
.polizas-index-page aside.cntAdminElasticsearchFilters.cntPolizasFiltersGrid .elasticsearch-component:not(.clear-button) button {
  min-height: 32px;
  padding: 5px 10px;
  font-size: 13px;
}
.polizas-index-page .cntPolizasFilters__sinEnviar {
  margin-top: 2px;
}
.polizas-index-page .cntPolizasFilters__sinEnviar .elasticsearch-component--poliza-sin-enviar {
  margin-bottom: 0;
}
.polizas-index-page .cntPolizasFilters__sinEnviar .elasticsearch-component--poliza-sin-enviar button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 32px;
  padding: 6px 10px;
  margin: 0;
  border: 1px solid #d6deea;
  border-radius: 6px;
  background: #fff;
  color: #475569;
  font-size: 13px;
  font-weight: 600;
  font-family:
    "Open Sans",
    "Roboto",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  text-rendering: optimizeLegibility;
  text-decoration: none;
  box-shadow: none;
  transition:
    border-color 0.16s ease,
    background 0.16s ease,
    color 0.16s ease,
    box-shadow 0.16s ease;
  cursor: pointer;
  box-sizing: border-box;
}
.polizas-index-page .cntPolizasFilters__sinEnviar .elasticsearch-component--poliza-sin-enviar button:hover,
.polizas-index-page .cntPolizasFilters__sinEnviar .elasticsearch-component--poliza-sin-enviar button:focus {
  border-color: #1e5a8e;
  color: #1e5a8e;
  background: rgba(30, 90, 142, 0.07);
  outline: none;
}
.polizas-index-page .cntPolizasFilters__sinEnviar .elasticsearch-component--poliza-sin-enviar button:focus {
  box-shadow: 0 0 0 3px rgba(30, 90, 142, 0.14);
}
.polizas-index-page .cntPolizasFilters__sinEnviar .elasticsearch-component--poliza-sin-enviar button.active {
  border-color: #1e5a8e;
  background: #1e5a8e;
  color: #fff;
  box-shadow: none;
}
.polizas-index-page .cntPolizasFilters__sinEnviar .elasticsearch-component--poliza-sin-enviar button.active:hover,
.polizas-index-page .cntPolizasFilters__sinEnviar .elasticsearch-component--poliza-sin-enviar button.active:focus {
  color: #fff;
  background: #174a75;
  border-color: #174a75;
  box-shadow: 0 0 0 3px rgba(30, 90, 142, 0.2);
}
.polizas-index-page aside.cntAdminElasticsearchFilters.cntPolizasFiltersGrid .DayPickerInput {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  max-width: none;
  border: none !important;
  box-shadow: none !important;
  background: transparent;
}
.polizas-index-page aside.cntAdminElasticsearchFilters.cntPolizasFiltersGrid .DayPickerInput-wrapper {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  background: transparent;
  display: block;
  width: 100%;
}
.polizas-index-page aside.cntAdminElasticsearchFilters.cntPolizasFiltersGrid .DayPickerInput input,
.polizas-index-page aside.cntAdminElasticsearchFilters.cntPolizasFiltersGrid .DayPickerInput-wrapper input {
  width: 100%;
  box-sizing: border-box;
  min-height: 30px;
  height: 30px;
  padding: 4px 8px;
  border: 1px solid #d6deea !important;
  border-radius: 6px !important;
  background-color: #fff;
  font-size: 13px;
  line-height: 1.35;
  text-align: left;
  color: #0f172a;
  text-rendering: optimizeLegibility;
  box-shadow: none;
}
.polizas-index-page aside.cntAdminElasticsearchFilters.cntPolizasFiltersGrid .DayPickerInput-OverlayWrapper {
  position: absolute;
  left: 0;
  top: calc(100% + 2px);
  z-index: 30;
  width: auto;
  min-width: 100%;
}
.polizas-index-page aside.cntAdminElasticsearchFilters.cntPolizasFiltersGrid div:has(> .DayPickerInput) {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 4px 6px;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  background: transparent !important;
  border-radius: 0 !important;
}
.polizas-index-page aside.cntAdminElasticsearchFilters.cntPolizasFiltersGrid .DayPickerInput + span {
  line-height: 30px;
  font-size: 13px;
  font-weight: 500;
  color: #64748b;
}
.polizas-index-page aside.cntAdminElasticsearchFilters.cntPolizasFiltersGrid svg.cancel-icon {
  flex: 0 0 22px;
  width: 22px;
  min-width: 22px;
}
.polizas-index-page .cntPolizasFilters__col .elasticsearch-component,
.polizas-index-page .cntPolizasFilters__stateColumn .elasticsearch-component,
.polizas-index-page .cntPolizasFilters__stackColumn .elasticsearch-component {
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .polizas-index-page .cntPolizasFilters__col .elasticsearch-component,
  .polizas-index-page .cntPolizasFilters__stateColumn .elasticsearch-component,
  .polizas-index-page .cntPolizasFilters__stackColumn .elasticsearch-component {
    margin-bottom: 8px;
  }
}
.polizas-index-page .cntPolizasFilters__col .elasticsearch-component:last-child,
.polizas-index-page .cntPolizasFilters__stateColumn .elasticsearch-component:last-child,
.polizas-index-page .cntPolizasFilters__stackColumn .elasticsearch-component:last-child {
  margin-bottom: 0;
}
.polizas-index-page .elasticsearch-component .react-select__single-value,
.polizas-index-page .elasticsearch-component .react-select__placeholder,
.polizas-index-page .elasticsearch-component .react-select__input-container {
  font-weight: normal;
}
.polizas-index-page .admin-standard-table tbody td {
  font-weight: normal;
}
.elasticsearch-component h2 {
  font-size: 13px;
}
.elasticsearch-component input {
  font-size: 13px;
}
.elasticsearch-component button {
  font-size: 13px;
}
.elasticsearch-component span {
  font-size: 13px;
}
.elasticsearch-component .DayPickerInput input {
  font-size: 13px;
}
.elasticsearch-component .react-select__indicator-separator,
.elasticsearch-component [class*=indicatorSeparator] {
  display: none;
}
.elasticsearch-component.elasticsearch-component--executive-dropdown .react-select__control,
.elasticsearch-component.elasticsearch-component--executive-dropdown [class*=Control] {
  border: 1px solid #ccc;
  border-radius: 0;
}
.elasticsearch-component.elasticsearch-component--executive-dropdown .react-select__placeholder {
  color: #666;
}
.elasticsearch-component.elasticsearch-component--executive-dropdown .react-select__single-value {
  color: #333;
}
.elasticsearch-component.elasticsearch-component--executive-dropdown .react-select__dropdown-indicator,
.elasticsearch-component.elasticsearch-component--executive-dropdown [class*=DropdownIndicator] {
  color: #000;
  padding: 6px 8px;
}
.elasticsearch-component.elasticsearch-component--executive-dropdown .react-select__dropdown-indicator svg,
.elasticsearch-component.elasticsearch-component--executive-dropdown [class*=DropdownIndicator] svg {
  width: 12px;
  height: 12px;
  fill: #000;
}
.elasticsearch-component.clear-button .active {
  color: white;
}
.elasticsearch-component.clear-button a:hover {
  color: white;
}
.elasticsearch-component.clear-button a:focus {
  color: white;
}

/* app/javascript/components/claims/ListClaims/list-claims.scss */
.cnt_listClaims {
  max-width: 100%;
  box-sizing: border-box;
}
.cnt_listClaims .panel-body {
  max-width: 100%;
  box-sizing: border-box;
  padding-left: 12px;
  padding-right: 12px;
  overflow-x: auto;
}
.cnt_listClaims .table-responsive {
  max-width: 100%;
  margin-bottom: 0;
}
.cnt_listClaims table.cntListClaim {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.cnt_listClaims .tableHeader th {
  font-size: 11px;
  line-height: 1.25;
  padding: 8px 4px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cnt_listClaims .tableBody td {
  word-wrap: break-word;
  overflow-wrap: break-word;
  vertical-align: middle;
}
.cnt_listClaims td.claim-files-col {
  vertical-align: top;
}
.cnt_listClaims th.claim-number,
.cnt_listClaims td.claim-number {
  width: 9%;
}
.cnt_listClaims th.claim-date,
.cnt_listClaims td.claim-date {
  width: 8%;
}
.cnt_listClaims th.claim-provision,
.cnt_listClaims td.claim-provision {
  width: 7%;
}
.cnt_listClaims th.claim-lugar,
.cnt_listClaims td.claim-lugar {
  width: 18%;
}
.cnt_listClaims th.claim-status,
.cnt_listClaims td.claim-status {
  width: 12%;
}
.cnt_listClaims th.claim-files-col,
.cnt_listClaims td.claim-files-col {
  width: 22%;
  overflow: hidden;
}
.cnt_listClaims th.claim-paid-col,
.cnt_listClaims td.claim-paid-col {
  width: 5%;
  text-align: center;
  vertical-align: middle !important;
}
.cnt_listClaims .claim-actions-buttons {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.cnt_listClaims .claim-action-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  padding: 0;
  line-height: 1;
  flex-shrink: 0;
}
.cnt_listClaims .claim-action-icon-btn svg {
  font-size: 14px;
}
.cnt_listClaims td.claim-number,
.cnt_listClaims th.claim-number {
  font-weight: bold;
  color: #009AAB;
  font-size: 1.1em;
  letter-spacing: 1px;
}
.cnt_listClaims td.claim-status,
.cnt_listClaims th.claim-status {
  font-weight: bold;
  color: #2e7d32;
  font-size: 1em;
}
.cnt_listClaims td.claim-date,
.cnt_listClaims th.claim-date {
  color: #666;
  font-size: 0.98em;
}
.cnt_listClaims td.claim-provision,
.cnt_listClaims th.claim-provision {
  color: #8a6d3b;
  font-weight: 500;
}
.cnt_listClaims th.claim-actions,
.cnt_listClaims td.claim-actions-cell {
  width: 72px;
  min-width: 72px;
  max-width: 72px;
  white-space: nowrap;
  vertical-align: middle !important;
  text-align: center;
  padding-left: 4px !important;
  padding-right: 4px !important;
  box-sizing: border-box;
}
.cnt_listClaims .claim-file-link {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
  color: #0074d9;
  text-decoration: none;
  font-size: 0.98em;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cnt_listClaims .claim-file-link:hover {
  color: #005fa3;
  text-decoration: underline;
}
.cnt_listClaims .claim-file-icon {
  font-size: 1.2em;
  margin-right: 0.5em;
  color: #009AAB;
  flex-shrink: 0;
}
.cnt_listClaims .claim-file-type {
  font-weight: 500;
  color: #444;
  margin-right: 0.3em;
  flex-shrink: 0;
}
.cnt_listClaims .claim-file-sep {
  margin: 0 0.2em;
  color: #aaa;
  flex-shrink: 0;
}
.cnt_listClaims .claim-file-name {
  font-weight: 400;
  color: #222;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  min-width: 0;
  display: inline-block;
  vertical-align: middle;
}
.cnt_listClaims table.cntListClaim.list-poliza--floating-tooltips td[data-title]:hover::after,
.cnt_listClaims table.cntListClaim.list-poliza--floating-tooltips td[data-title]:hover::before,
.cnt_listClaims table.cntListClaim.list-poliza--floating-tooltips th[data-title]:hover::after,
.cnt_listClaims table.cntListClaim.list-poliza--floating-tooltips th[data-title]:hover::before,
.cnt_listClaims table.cntListClaim.list-poliza--floating-tooltips td a[data-title]:hover::after,
.cnt_listClaims table.cntListClaim.list-poliza--floating-tooltips td a[data-title]:hover::before {
  content: none !important;
  display: none !important;
}
.list-poliza-floating-tooltip {
  position: fixed;
  z-index: 100050;
  max-width: min(420px, calc(100vw - 24px));
  padding: 8px 12px;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.4;
  pointer-events: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
  word-wrap: break-word;
  word-break: break-word;
  text-align: left;
}

/* app/javascript/components/endorsements/GeneralListEndorsements/endorsement.scss */
.cntListEndorsement .tableHeader {
  background-color: #2596be;
  color: white;
}
.cntListEndorsement .tableHeader th {
  vertical-align: middle;
  text-align: center;
}
.cntListEndorsement .tableBody td {
  font-size: 12px;
}
.cntListEndorsement span {
  font-size: 100%;
  display: flow;
}
.table-responsive {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-gutter: stable;
  scrollbar-width: auto;
  scrollbar-color: #2596be #e9ecef;
}
.table-responsive::-webkit-scrollbar {
  height: 16px;
  width: 16px;
  background-color: #e9ecef;
}
.table-responsive::-webkit-scrollbar-track {
  background: #e9ecef;
  border-radius: 8px;
  border: 2px solid #dee2e6;
  margin: 2px;
}
.table-responsive::-webkit-scrollbar-thumb {
  background: #2596be;
  border-radius: 8px;
  border: 2px solid #1a7a9a;
  min-width: 40px;
}
.table-responsive::-webkit-scrollbar-thumb:hover {
  background: #1a7a9a;
  border-color: #155a7a;
}
.table-responsive::-webkit-scrollbar-thumb:active {
  background: #155a7a;
}
.table-responsive::-webkit-scrollbar-corner {
  background: #e9ecef;
}
.table-responsive::-webkit-scrollbar-thumb:vertical {
  background: #2596be;
}
@media (max-width: 800px) {
  .table-responsive {
    border: 1px solid #ddd;
    border-radius: 4px;
  }
  .table-responsive::-webkit-scrollbar {
    height: 18px;
    width: 18px;
    background-color: #e9ecef;
  }
  .table-responsive::-webkit-scrollbar-track {
    background: #e9ecef;
    border-radius: 9px;
    border: 2px solid #dee2e6;
    margin: 2px;
  }
  .table-responsive::-webkit-scrollbar-thumb {
    background: #2596be;
    border-radius: 9px;
    border: 2px solid #1a7a9a;
    min-width: 50px;
  }
  .table-responsive::-webkit-scrollbar-thumb:hover {
    background: #1a7a9a;
    border-color: #155a7a;
  }
  .table-responsive::-webkit-scrollbar-thumb:active {
    background: #155a7a;
  }
  .table-responsive::-webkit-scrollbar-corner {
    background: #e9ecef;
  }
  .cntListEndorsement table {
    min-width: 100% !important;
    table-layout: auto !important;
  }
  .cntListEndorsement .tableHeader th {
    font-size: 11px;
    padding: 8px 4px;
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    line-height: 1.3;
    vertical-align: middle;
  }
  .cntListEndorsement .tableBody td,
  .cntListEndorsement .tableBody th {
    font-size: 11px;
    padding: 8px 4px;
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    line-height: 1.4;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
  }
}
@media (max-width: 768px) {
  .cntListEndorsement .tableHeader th {
    font-size: 10px;
    padding: 6px 3px;
  }
  .cntListEndorsement .tableBody td,
  .cntListEndorsement .tableBody th {
    font-size: 10px;
    padding: 6px 3px;
  }
}
.scroll-tooltip {
  position: fixed;
  background-color: rgba(37, 150, 190, 0.95);
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 9999;
  pointer-events: none;
  transform: translateX(-50%);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  animation: tooltipFadeIn 0.2s ease-out;
}
.scroll-tooltip::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(37, 150, 190, 0.95);
}
@keyframes tooltipFadeIn {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

/* app/javascript/components/endorsements/endorsement.scss */
.cntListEndorsement .tableHeader {
  background-color: #2596be;
  color: white;
}
.cntListEndorsement .tableHeader th {
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cntListEndorsement .tableBody td {
  font-size: 12px;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cntListEndorsement .tableBody td:nth-child(3),
.cntListEndorsement .tableBody td:nth-child(5),
.cntListEndorsement .tableBody td:nth-child(6) {
  white-space: normal;
  word-break: break-word;
}
.cntListEndorsement .tableBody td:nth-child(1),
.cntListEndorsement .tableBody td:nth-child(2),
.cntListEndorsement .tableBody td:nth-child(4),
.cntListEndorsement .tableBody td:nth-child(7),
.cntListEndorsement .tableBody td:nth-child(8),
.cntListEndorsement .tableBody td:nth-child(9),
.cntListEndorsement .tableBody td:nth-child(10),
.cntListEndorsement .tableBody td:nth-child(11),
.cntListEndorsement .tableBody td:nth-child(12),
.cntListEndorsement .tableBody td:nth-child(13) {
  white-space: nowrap;
}
.cntListEndorsement span {
  font-size: 100%;
  display: flow;
}

/* app/javascript/components/permissions/permissions.scss */
.cntUsers {
  margin-bottom: 0;
  border: 1px solid #d9e4e8;
  border-radius: 8px;
  background: #ffffff;
  max-height: 420px;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  scrollbar-width: thin;
  scrollbar-color: #90c3cc #f4f8fa;
}
.cntUsers::-webkit-scrollbar {
  width: 8px;
}
.cntUsers::-webkit-scrollbar-track {
  background: #f4f8fa;
  border-radius: 999px;
}
.cntUsers::-webkit-scrollbar-thumb {
  background: #90c3cc;
  border-radius: 999px;
}
.cntUsers button.list-group-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  text-align: left;
  font: inherit;
  line-height: inherit;
  color: inherit;
  cursor: pointer;
  background: #fff;
  -webkit-appearance: none;
  appearance: none;
  border-left: 3px solid transparent;
}
.cntUsers .list-group-item {
  border: 0px;
  border-radius: 0;
  border-bottom: 1px solid #edf2f5;
  padding: 0.78rem 0.9rem;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-left-color 0.2s ease;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  color: #243746;
}
.cntUsers .list-group-item:hover {
  background-color: #f3f9fb;
  color: #157b8d;
  border-left-color: #90c3cc;
}
.cntUsers .list-group-item:last-child {
  border-bottom: none;
}
.cntUsers .list-group-item.active {
  background:
    linear-gradient(
      90deg,
      #157b8d 0%,
      #1b8ea3 100%);
  color: white;
  border-color: transparent;
  border-left-color: #0e5d6c;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.12);
}
.cntUsers .list-group-item.active:hover {
  background:
    linear-gradient(
      90deg,
      #136d7d 0%,
      #177f92 100%);
  color: white;
  border-left-color: #0d4f5b;
}
.cntPermissionsUsers-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cntPermissionsUsers-titleMain {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.cntPermissionsUsers-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  background: #e7f4f6;
  color: #157b8d;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.cntPermissionsUsers-hint {
  margin: 0 0 10px;
  font-size: 12px;
  color: #64748b;
  line-height: 1.4;
}
.cntUsers-itemMain {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.cntUsers-avatar {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e7f4f6;
  color: #157b8d;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}
.cntUsers-email {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family:
    "Muli",
    "Open Sans",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  letter-spacing: 0.01em;
}
.cntUsers-selectedIcon {
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  flex-shrink: 0;
}
.emptyCardBody {
  margin: auto;
  text-align: center;
  padding: 2rem;
  color: #6c757d;
}
.emptyCardBody h4 {
  color: #157b8d;
  font-weight: 600;
}
.cntMenu {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.cntMenu .cardHeader {
  background-color: white;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem 0.25rem 0 0;
}
.cntMenu .cardHeader a {
  text-align: center;
  padding: 0.75rem 1rem;
  transition: all 0.2s ease;
  text-decoration: none;
  color: #6c757d;
}
.cntMenu .cardHeader a:hover {
  background-color: #f8f9fa;
  color: #157b8d;
}
.cntMenu .cardHeader .active {
  background-color: #157b8d;
  color: white;
}
.cntMenu .cardHeader .active:hover {
  background-color: #136e7e;
  color: white;
}
.cntMenu .cardHeader .nav {
  width: 77%;
}
.cntMenu .cardHeader .superCheckbox {
  width: 20%;
  gap: 10px;
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
}
.cntMenu .cardHeader .checkbox-wrapper-17 {
  display: flex;
}
.cntMenu .cardBody {
  padding: 1rem;
}
.cntMenu .cardBody td {
  border-bottom: 1px solid #e9ecef;
  border-top: 0px;
  padding: 0.75rem;
  vertical-align: middle;
}
.cntMenu .cardBody td .action {
  text-align: center;
}
.cntMenu .cardBody th {
  background-color: #f8f9fa;
  color: #157b8d;
  font-weight: 600;
  border-bottom: 1px solid #e9ecef;
  padding: 0.75rem;
}
.checkbox-wrapper-17 input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}
.checkbox-wrapper-17 label {
  --size: 50px;
  cursor: pointer;
  width: var(--size);
  height: calc(var(--size) / 2);
  background: grey;
  display: block;
  border-radius: 100px;
  position: relative;
  transition: all 0.3s ease;
}
.checkbox-wrapper-17 label:after {
  content: "";
  position: absolute;
  top: 6%;
  left: 2.5%;
  width: 45%;
  height: 89%;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
}
.checkbox-wrapper-17 input:checked + label {
  background: #157b8d;
}
.checkbox-wrapper-17 input:checked + label:after {
  left: 97.5%;
  transform: translateX(-100%);
}
.checkbox-wrapper-17 label:active:after {
  width: 55%;
}
input[type=checkbox]:disabled + label {
  opacity: 0.6;
  cursor: not-allowed;
}
input[type=checkbox]:disabled + label:active:after {
  width: 90px;
}
.cntPermissions-roleReadonly {
  width: 100%;
  font-size: 14px;
  line-height: 1.4;
}
.cntPermissions-roleReadonlyHint {
  margin: 8px 0 0;
  font-size: 12px;
  font-weight: 400;
  color: #64748b;
}
.cntPermissions-roleHeader.cardHeader {
  flex-wrap: wrap;
  align-items: center;
  padding: 12px 16px;
}
.cntPermissions-roleGroup {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  width: 100%;
}
.cntPermissions-roleOption {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
}
.cntPermissions-roleOption input {
  margin: 0;
}
.cntPermissions-roleOption.is-selected span {
  color: #157b8d;
}
.cntPermissions-readonlyBody {
  padding-top: 16px;
}
.cntPermissions-readonlyHint {
  color: #6c757d;
  font-size: 13px;
  margin-bottom: 10px;
}
.cntPermissions-readonlyList {
  margin: 0;
  padding-left: 1.25rem;
  columns: 2;
  column-gap: 2rem;
}
.cntPermissions-readonlyList li {
  margin-bottom: 6px;
  break-inside: avoid;
}
.cntPermissions-superMsg {
  color: #6c757d;
  margin: 0 0 12px;
}
.cntPermissions-emptyRole {
  margin: 0;
  font-size: 13px;
}
.cntPermissions-readonlyList--catalog {
  list-style-position: outside;
}
.cntPermissions-catalogItem {
  break-inside: avoid;
  margin-bottom: 10px;
}
.cntPermissions-catalogItem-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 10px;
}
.cntPermissions-catalogItem-label {
  font-weight: 600;
}
.cntPermissions-actionToggle {
  padding: 0 !important;
  vertical-align: baseline;
}
.cntPermissions-actionCollapse {
  margin-top: 6px;
}
.cntPermissions-actionSublist {
  margin: 0 0 0 1.1rem;
  padding: 0;
  font-size: 12px;
  color: #495057;
}
.cntPermissions-actionSublist li {
  margin-bottom: 4px;
}
.cntPermissions-modalOverlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1100;
  padding: 16px;
}
.cntPermissions-modalCard {
  width: 100%;
  max-width: 520px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
  padding: 20px;
}
.cntPermissions-modalTitle {
  margin: 0 0 12px;
  color: #1f2937;
  font-weight: 700;
}
.cntPermissions-modalMessage {
  margin: 0 0 12px;
  color: #374151;
  line-height: 1.5;
}
.cntPermissions-modalWarning {
  margin-bottom: 16px;
}
.cntPermissions-modalActions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.cntPermissions-roleGroup--templates {
  margin-bottom: 12px;
}
.cntPermissions-superAdminNotice {
  margin: 0 15px 16px;
  border-color: #90c3cc;
  background: #f4fbfc;
  color: #1f2d3d;
}
.cntPermissions-templateToolbar {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}
.cntPermissions-templateGrid {
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 12px;
  max-height: 420px;
  overflow-y: auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 8px 14px;
  margin-bottom: 14px;
}
.cntPermissions-templateItem {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-weight: 500;
  margin: 0;
}
.cntPermissions-templateItem input {
  margin-top: 3px;
}
.cntPermissions-templateActions {
  display: flex;
  justify-content: flex-end;
}

/* app/javascript/components/platformUsers/platformUsers.scss */
.administrators-tabs-container .cntAdministrators-subTabs,
.permissions-tabs-container .cntAdministrators-subTabs {
  margin: 0 0 14px;
  border-bottom: 1px solid #e8ecf2;
}
.administrators-tabs-container .cntAdministrators-subTabs > li > a,
.permissions-tabs-container .cntAdministrators-subTabs > li > a {
  color: #4a5568;
  font-weight: 600;
  padding: 8px 14px;
}
.administrators-tabs-container .cntAdministrators-subTabs > li.active > a,
.administrators-tabs-container .cntAdministrators-subTabs > li.active > a:hover,
.administrators-tabs-container .cntAdministrators-subTabs > li.active > a:focus,
.permissions-tabs-container .cntAdministrators-subTabs > li.active > a,
.permissions-tabs-container .cntAdministrators-subTabs > li.active > a:hover,
.permissions-tabs-container .cntAdministrators-subTabs > li.active > a:focus {
  color: #1e5a8e;
  border: 1px solid #e8ecf2;
  border-bottom-color: transparent;
  background: #fff;
}
.cntAdministratorsAgentsTable-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 0;
}
.cntCompanyFormPage .cntCompanyFormPage-employeeTable.cntAdministratorsAgentsTable {
  width: max-content;
  min-width: 100%;
  table-layout: auto;
}
.cntCompanyFormPage .cntCompanyFormPage-employeeTable.cntAdministratorsAgentsTable thead th {
  white-space: normal;
  line-height: 1.25;
  vertical-align: bottom;
  word-break: break-word;
}
.cntCompanyFormPage .cntCompanyFormPage-employeeTable.cntAdministratorsAgentsTable tbody td {
  vertical-align: middle;
}
.cntCompanyFormPage .cntCompanyFormPage-employeeTable.cntAdministratorsAgentsTable th.cntAdministratorsAgentsTable-col--date,
.cntCompanyFormPage .cntCompanyFormPage-employeeTable.cntAdministratorsAgentsTable td.cntAdministratorsAgentsTable-col--date {
  min-width: 6.5rem;
  white-space: nowrap;
}
.cntCompanyFormPage .cntCompanyFormPage-employeeTable.cntAdministratorsAgentsTable th.cntAdministratorsAgentsTable-col--name,
.cntCompanyFormPage .cntCompanyFormPage-employeeTable.cntAdministratorsAgentsTable td.cntAdministratorsAgentsTable-col--name {
  min-width: 11rem;
  max-width: 18rem;
  white-space: normal;
  word-break: break-word;
}
.cntCompanyFormPage .cntCompanyFormPage-employeeTable.cntAdministratorsAgentsTable th.cntAdministratorsAgentsTable-col--rut,
.cntCompanyFormPage .cntCompanyFormPage-employeeTable.cntAdministratorsAgentsTable td.cntAdministratorsAgentsTable-col--rut {
  min-width: 7.25rem;
  white-space: nowrap;
}
.cntCompanyFormPage .cntCompanyFormPage-employeeTable.cntAdministratorsAgentsTable th.cntAdministratorsAgentsTable-col--cargo,
.cntCompanyFormPage .cntCompanyFormPage-employeeTable.cntAdministratorsAgentsTable td.cntAdministratorsAgentsTable-col--cargo {
  min-width: 6rem;
  white-space: normal;
  word-break: break-word;
}
.cntCompanyFormPage .cntCompanyFormPage-employeeTable.cntAdministratorsAgentsTable th.cntAdministratorsAgentsTable-col--contract,
.cntCompanyFormPage .cntCompanyFormPage-employeeTable.cntAdministratorsAgentsTable td.cntAdministratorsAgentsTable-col--contract {
  min-width: 6.5rem;
  white-space: nowrap;
}
.cntCompanyFormPage .cntCompanyFormPage-employeeTable.cntAdministratorsAgentsTable th.cntAdministratorsAgentsTable-col--wideDate,
.cntCompanyFormPage .cntCompanyFormPage-employeeTable.cntAdministratorsAgentsTable td.cntAdministratorsAgentsTable-col--wideDate,
.cntCompanyFormPage .cntCompanyFormPage-employeeTable.cntAdministratorsAgentsTable th.cntAdministratorsAgentsTable-col--birth,
.cntCompanyFormPage .cntCompanyFormPage-employeeTable.cntAdministratorsAgentsTable td.cntAdministratorsAgentsTable-col--birth {
  min-width: 6.75rem;
  max-width: 10rem;
  white-space: normal;
  word-break: break-word;
  line-height: 1.25;
}
.cntCompanyFormPage .cntCompanyFormPage-employeeTable.cntAdministratorsAgentsTable th.cntAdministratorsAgentsTable-col--age,
.cntCompanyFormPage .cntCompanyFormPage-employeeTable.cntAdministratorsAgentsTable td.cntAdministratorsAgentsTable-col--age {
  min-width: 4.75rem;
  white-space: nowrap;
  text-align: center;
}
.cntCompanyFormPage .cntCompanyFormPage-employeeTable.cntAdministratorsAgentsTable th.cntAdministratorsAgentsTable-col--phone,
.cntCompanyFormPage .cntCompanyFormPage-employeeTable.cntAdministratorsAgentsTable td.cntAdministratorsAgentsTable-col--phone {
  min-width: 7rem;
  white-space: nowrap;
}
.cntCompanyFormPage .cntCompanyFormPage-employeeTable.cntAdministratorsAgentsTable th.cntAdministratorsAgentsTable-col--email,
.cntCompanyFormPage .cntCompanyFormPage-employeeTable.cntAdministratorsAgentsTable td.cntAdministratorsAgentsTable-col--email {
  min-width: 12rem;
  max-width: 20rem;
  white-space: normal;
  word-break: break-word;
}
.cntCompanyFormPage .cntAdministratorsAgentForm {
  max-width: 100%;
}
.cntCompanyFormPage .cntAdministratorsAgentForm .form-group {
  margin-bottom: 1rem;
}
.cntCompanyFormPage .cntAdministratorsAgentForm .form-group label {
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1e5a8e;
  line-height: 1.35;
}
.cntCompanyFormPage .cntAdministratorsAgentForm .form-control {
  width: 100%;
  min-height: 38px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.45;
  color: #1a202c;
  background-color: #fff;
  border: 1px solid #d8dee8;
  border-radius: 6px;
  box-sizing: border-box;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.cntCompanyFormPage .cntAdministratorsAgentForm .form-control:focus {
  border-color: #1e5a8e;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(30, 90, 142, 0.12);
}
.cntCompanyFormPage .cntAdministratorsAgentForm select.form-control {
  min-height: 38px;
  cursor: pointer;
}
.cntCompanyFormPage .cntAdministratorsAgentForm textarea.form-control {
  min-height: 88px;
  resize: vertical;
}
.cntCompanyFormPage .cntAdministratorsAgentForm .react-datepicker-wrapper {
  display: block;
  width: 100%;
}
.cntCompanyFormPage .cntAdministratorsAgentForm .react-datepicker-wrapper .form-control {
  width: 100%;
}
.cntCompanyFormPage .cntAdministratorsAgentForm .help-block {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.4;
  color: #64748b;
}
.cntCompanyFormPage .cntAdministratorsAgentForm .cntAdministratorsAgentForm-actions.form-actions {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid #e8ecf2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.cntCompanyFormPage .cntAdministratorsAgentForm .cntAdministratorsAgentForm-actions .btn {
  min-height: 38px;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 600;
}
.cntCompanyFormPage .cntAdministratorsAgentForm .cntAdministratorsAgentForm-btnCancel {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.cntCompanyFormPage .cntAdministratorsAgentForm .cntAdministratorsAgentForm-btnCancel:hover,
.cntCompanyFormPage .cntAdministratorsAgentForm .cntAdministratorsAgentForm-btnCancel:focus {
  background-color: #5a6268;
  border-color: #545b62;
  color: #fff;
}
.cntAgentPermissionsProfile-banner {
  border-left: 4px solid #2596be;
  background: #f0f9fc;
  padding: 12px 16px;
  margin-bottom: 16px;
  border-radius: 0 4px 4px 0;
}
.cntAgentPermissionsProfile-banner h5 {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 600;
  color: #1e5a8e;
}
.cntAgentPermissionsProfile-banner p {
  margin: 0;
  font-size: 13px;
  color: #4a5568;
  line-height: 1.45;
}
.cntAgentPermissionsProfile-scroll {
  margin-bottom: 4px;
}
.cntAgentPermissionsProfile-table {
  width: max-content;
  min-width: 100%;
  table-layout: auto;
  margin-bottom: 0;
}
.cntAgentPermissionsProfile-table thead th {
  background: #f8f9fa;
  color: #2596be;
  font-weight: 600;
  font-size: 13px;
  border-bottom: 2px solid #e2e8f0;
  vertical-align: bottom;
  line-height: 1.25;
}
.cntAgentPermissionsProfile-table tbody td {
  vertical-align: top;
  font-size: 13px;
  border-color: #e8ecf2;
}
.cntAgentPermissionsProfile-table tbody tr:nth-child(even) td {
  background: #fafbfc;
}
.cntAgentPermissionsProfile-thType {
  min-width: 5.5rem;
  width: 12%;
}
.cntAgentPermissionsProfile-typeCell {
  font-weight: 700;
  color: #1e5a8e;
  white-space: nowrap;
  background: #f4f8fb !important;
  vertical-align: middle !important;
}
.cntAgentPermissionsProfile-dataCell {
  min-width: 11rem;
  max-width: 22rem;
}
.cntAgentPermissionsProfile-cellStack {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cntAgentPermissionsProfile-item {
  padding-bottom: 2px;
  border-bottom: 1px solid #edf2f7;
}
.cntAgentPermissionsProfile-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.cntAgentPermissionsProfile-itemTitle {
  display: block;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 4px;
  line-height: 1.35;
}
.cntAgentPermissionsProfile-friendlyList {
  margin: 0 0 6px;
  padding-left: 1.1rem;
  color: #4a5568;
  font-size: 12px;
  line-height: 1.4;
}
.cntAgentPermissionsProfile-friendlyList li {
  margin-bottom: 2px;
}
.cntAgentPermissionsProfile-actionBtn {
  padding: 0 !important;
  font-size: 12px;
  vertical-align: baseline;
}
.cntAgentPermissionsProfile-actionCollapse {
  margin-top: 4px;
}
.cntAgentPermissionsProfile-actionList {
  margin: 4px 0 0;
  padding-left: 1.1rem;
  font-size: 12px;
  color: #4a5568;
  line-height: 1.35;
}
.cntAgentPermissionsProfile-actionList li {
  margin-bottom: 3px;
  word-break: break-word;
}
.cntAgentPermissionsProfile-dash {
  color: #cbd5e0;
  font-weight: 600;
}
.cntAgentPermissionsProfile-footer {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #e8ecf2;
}
.cntAgentPermissionsProfile-footerHint {
  margin-bottom: 10px;
  font-size: 13px;
}
.cntAgentPermissionsProfile-footer .btn-primary {
  font-weight: 600;
  padding: 8px 18px;
}

/* app/javascript/components/polizas/components/ModalPoliza/modal-poliza.scss */
.modal.cntModalPoliza {
  --mp-border: #d8dee8;
  --mp-border-soft: #e8ecf2;
  --mp-th-bg: #eef2f8;
  --mp-td-bg: #fff;
  --mp-striped: #f9fafb;
  --mp-title: #4a5568;
  --mp-accent: #1e5a8e;
  --mp-radius: 6px;
  z-index: 1050;
  overflow-x: hidden;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
  color: #2d3748;
}
.modal.cntModalPoliza .modal-dialog {
  width: 1500px;
  max-width: calc(100vw - 24px);
  margin: 15px auto;
  display: flex;
  align-items: flex-start;
  max-height: calc(100vh - 30px);
}
.modal.cntModalPoliza .modal-content {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 30px);
  width: 100%;
  border-radius: var(--mp-radius);
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.18);
  border: 1px solid var(--mp-border-soft);
}
.modal.cntModalPoliza .modal-header {
  flex: 0 0 auto;
  padding: 18px 20px 16px;
  border-bottom: 1px solid var(--mp-border-soft);
  background:
    linear-gradient(
      180deg,
      #fafbfd 0%,
      #fff 100%);
}
.modal.cntModalPoliza .modal-header .close {
  opacity: 0.55;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  color: #4a5568;
  text-shadow: none;
  margin-top: 4px;
}
.modal.cntModalPoliza .modal-header .close:hover,
.modal.cntModalPoliza .modal-header .close:focus {
  opacity: 1;
  color: #1a202c;
}
.modal.cntModalPoliza .modal-header .modal-title {
  color: #1a202c;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  margin: 0;
}
.modal.cntModalPoliza .modal-header .cntModalPoliza-headerMeta {
  margin-top: 8px;
  font-size: 13px;
  color: var(--mp-title);
  line-height: 1.5;
}
.modal.cntModalPoliza .modal-header .cntModalPoliza-headerMeta span + span::before {
  content: "\b7";
  margin: 0 8px;
  color: #a0aec0;
}
.modal.cntModalPoliza .modal-header .cntModalPoliza-titleSep {
  color: #a0aec0;
  font-weight: 400;
  margin: 0 4px;
}
.modal.cntModalPoliza .modal-header .cntModalPoliza-titleCode {
  font-weight: 600;
  color: var(--mp-accent);
}
.modal.cntModalPoliza .modal-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 20px 22px 24px;
  background: #f5f7fa;
}
.modal.cntModalPoliza .cntModalPoliza-columns {
  align-items: flex-start;
}
.modal.cntModalPoliza .cntModalPoliza-col {
  padding-bottom: 8px;
}
.modal.cntModalPoliza .cntModalPoliza-section {
  margin-bottom: 1.4rem;
}
.modal.cntModalPoliza .cntModalPoliza-section:last-child {
  margin-bottom: 0;
}
.modal.cntModalPoliza .cntModalPoliza-sectionTitle {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--mp-title);
  margin: 0 0 8px;
  padding-bottom: 6px;
  border-bottom: 2px solid var(--mp-accent);
}
.modal.cntModalPoliza .cntModalPoliza-sectionTitle--collapsible {
  margin: 0 0 8px;
  padding: 0;
  border-bottom: none;
}
.modal.cntModalPoliza .cntModalPoliza-sectionToggle {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 6px 4px 10px 0;
  border: none;
  border-bottom: 2px solid var(--mp-accent);
  background: transparent;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
  border-radius: 0;
  transition: background-color 0.15s ease;
}
.modal.cntModalPoliza .cntModalPoliza-sectionToggle:hover,
.modal.cntModalPoliza .cntModalPoliza-sectionToggle:focus {
  outline: none;
  background-color: rgba(30, 90, 142, 0.06);
}
.modal.cntModalPoliza .cntModalPoliza-sectionToggle:focus-visible {
  box-shadow: 0 0 0 2px rgba(30, 90, 142, 0.35);
  border-radius: 4px;
}
.modal.cntModalPoliza .cntModalPoliza-sectionTitleText {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--mp-title);
}
.modal.cntModalPoliza .cntModalPoliza-sectionChevron {
  flex-shrink: 0;
  width: 0;
  height: 0;
  margin-right: 10px;
  margin-top: 1px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid var(--mp-accent);
  transform: rotate(-90deg);
  transform-origin: 50% 40%;
  transition: transform 0.2s ease;
}
.modal.cntModalPoliza .cntModalPoliza-sectionChevron.is-open {
  transform: rotate(0deg);
}
.modal.cntModalPoliza .cntModalPoliza-collapsibleBody {
  animation: cntModalPoliza-fadeIn 0.18s ease;
}
@keyframes cntModalPoliza-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modal.cntModalPoliza .cntModalPoliza-panel--padded {
  padding: 12px 14px 14px;
}
.modal.cntModalPoliza .cntModalPoliza-panel {
  background: var(--mp-td-bg);
  border: 1px solid var(--mp-border);
  border-radius: var(--mp-radius);
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
.modal.cntModalPoliza .cntModalPoliza-panel--nested {
  margin-top: 10px;
  border-style: dashed;
  background: #fcfcfd;
}
.modal.cntModalPoliza .cntModalPoliza-panel .table,
.modal.cntModalPoliza .cntModalPoliza-table {
  margin-bottom: 0;
  border: none !important;
  font-size: 13px;
}
.modal.cntModalPoliza .cntModalPoliza-panel .table > tbody > tr > th,
.modal.cntModalPoliza .cntModalPoliza-table > tbody > tr > th {
  width: 22%;
  background: var(--mp-th-bg) !important;
  color: #374151;
  font-weight: 600;
  vertical-align: middle;
  padding: 10px 12px !important;
  border-color: var(--mp-border-soft) !important;
}
.modal.cntModalPoliza .cntModalPoliza-panel .table > tbody > tr > td,
.modal.cntModalPoliza .cntModalPoliza-table > tbody > tr > td {
  background: var(--mp-td-bg);
  vertical-align: middle;
  padding: 10px 12px !important;
  border-color: var(--mp-border-soft) !important;
  word-break: break-word;
}
.modal.cntModalPoliza .cntModalPoliza-panel .table > tbody > tr:nth-child(even) > td,
.modal.cntModalPoliza .cntModalPoliza-table > tbody > tr:nth-child(even) > td {
  background: var(--mp-striped);
}
.modal.cntModalPoliza .cntModalPoliza-panel .table > tbody > tr:nth-child(even) > th,
.modal.cntModalPoliza .cntModalPoliza-table > tbody > tr:nth-child(even) > th {
  background: #e8edf4 !important;
}
.modal.cntModalPoliza .cntModalPoliza-panel .table-responsive .table {
  margin-bottom: 0;
}
.modal.cntModalPoliza .cntModalPoliza-panel .table-responsive .table > tbody > tr > th {
  background: var(--mp-th-bg) !important;
  font-weight: 600;
  padding: 8px 10px !important;
  font-size: 12px;
}
.modal.cntModalPoliza .cntModalPoliza-panel .table-responsive .table > tbody > tr > td {
  padding: 8px 10px !important;
  font-size: 12px;
}
.modal.cntModalPoliza .cntModalPoliza-itemTitle {
  font-size: 13px;
  font-weight: 600;
  color: #2d3748;
  margin: 0 0 8px;
  padding: 6px 10px;
  background: var(--mp-th-bg);
  border-radius: 4px;
  border-left: 3px solid var(--mp-accent);
}
.modal.cntModalPoliza .modal-item-asegurado-block:not(:first-child) {
  margin-top: 1.15rem;
  padding-top: 1.15rem;
  border-top: 1px solid var(--mp-border-soft);
}
.modal.cntModalPoliza .cntModalPoliza-beneficiaryBlock:not(:first-of-type) {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--mp-border-soft);
}
.modal.cntModalPoliza .cntModalPoliza-empty {
  margin: 0;
  padding: 14px 16px;
  font-size: 13px;
  color: #718096;
  font-style: italic;
  background: #fafafa;
  border-radius: var(--mp-radius);
  border: 1px dashed var(--mp-border);
}
.modal.cntModalPoliza .modal-footer {
  flex: 0 0 auto;
  clear: both;
  padding: 14px 20px;
  border-top: 1px solid var(--mp-border-soft);
  background: #fafbfd;
}
.modal.cntModalPoliza .modal-footer .btn {
  vertical-align: middle;
  white-space: nowrap;
}
.cntModalPoliza-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
}
.cntModalPoliza-footer__left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.cntModalPoliza-footer__right {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: auto;
}
.modal-backdrop.fade.in {
  z-index: 1040;
  opacity: 0.5;
}

/* app/javascript/components/polizaRenewals/polizaRenewal.scss */
.cntPolizaRenewalForm {
  margin: 20px 0 0 0;
  font-size: 1.3sp;
}
.cntPolizaRenewalForm .form-control {
  size: 1.3sp;
}
.cntPolizaRenewalForm .stepsInfo {
  margin-top: 10px;
  text-align: right;
}
.cntPolizaRenewalForm .cardHeader {
  background-color: white;
  color: black;
  padding: 0;
}
.cntPolizaRenewalForm .cardHeader a,
.cntPolizaRenewalForm .cardHeader span {
  font-size: 18px;
  font-weight: unset;
}
.cntPolizaRenewalForm .cardHeader .active {
  background-color: #2596be;
  color: white;
}
.cntPolizaRenewalForm .cardBody {
  margin: 5px 0 5px 0;
  z-index: 1;
}
.cntPolizaRenewalForm .cardFooter {
  align-items: center;
  padding: 10px;
}
.cntPolizaRenewalForm .cardFooter .buttonNext {
  margin-left: 30px;
}
.cntPolizaRenewalForm .cardFooter .nextButtons {
  margin-left: 14px;
}
.cntPolizaRenewalForm .proposedCover .client {
  margin-top: 7px;
}
.cntPolizaRenewalForm .datepicker .react-datepicker {
  font-size: 1em !important;
}
.cntPolizaRenewalForm .datepicker .react-datepicker__header {
  padding-top: 0.8em !important;
}
.cntPolizaRenewalForm .datepicker .react-datepicker__month {
  margin: 0.4em 1em !important;
}
.cntPolizaRenewalForm .datepicker .react-datepicker__day-name,
.cntPolizaRenewalForm .datepicker .react-datepicker__day {
  width: 1.9em !important;
  line-height: 1.9em !important;
  margin: 0.166em !important;
}
.cntPolizaRenewalForm .datepicker .react-datepicker__current-month {
  font-size: 1em !important;
}
.cntPolizaRenewalForm .datepicker .react-datepicker__navigation {
  top: 1em !important;
  line-height: 1.7em !important;
  border: 0.45em solid transparent !important;
}
.cntPolizaRenewalForm .datepicker .react-datepicker__navigation--previous {
  border-right-color: #ccc !important;
  left: 1em !important;
}
.cntPolizaRenewalForm .datepicker .react-datepicker__navigation--next {
  border-left-color: #ccc !important;
  right: 1em !important;
}
.renewalLayout .page-header {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.renewalLayout .renewalStatusBadge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
}
.renewalLayout .renewalInfoCard {
  margin-bottom: 20px;
}
.renewalLayout .renewalInfoCard .form-label {
  font-size: 12px;
  text-transform: uppercase;
  color: #6c757d;
  letter-spacing: 0.5px;
}
.renewalUnifiedWrapper {
  max-width: 1500px;
  margin: 20px auto 10px;
  padding: 0 8px;
  position: relative;
  z-index: 2;
}
.renewalUnifiedCard {
  background-color: #ffffff;
  border: 1px solid #e0e7f1;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(17, 31, 61, 0.08);
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.renewalUnifiedSection {
  padding: 16px 28px 8px;
  overflow: visible;
  position: relative;
}
.renewalUnifiedSection:not(:last-child) {
  margin-bottom: 2px;
}
.renewalUnifiedSection:last-child {
  padding-bottom: 6px;
}
@media (max-width: 768px) {
  .renewalUnifiedSection {
    padding: 10px 12px 8px;
  }
}
.renewalUnifiedTitle {
  font-size: 18px;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 12px;
}
.renewalUnifiedLegacyForm {
  margin-top: 0;
}
.renewalUnifiedLegacyForm .form-group {
  margin-bottom: 6px;
}
.renewalUnifiedFormActions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
}
.renewalUnifiedFormActions .btn {
  min-width: 140px;
}
@media (max-width: 768px) {
  .renewalUnifiedFormActions {
    flex-direction: column;
  }
  .renewalUnifiedFormActions .btn {
    width: 100%;
  }
}
.renewalUnifiedCard .renewalFormFullWidth {
  width: 100%;
  max-width: 100%;
  margin: 0;
  background-color: transparent;
  padding: 0;
}
.renewalUnifiedCard .renewalFormContent {
  max-width: none;
  padding: 0;
}
.renewalFormFullWidth {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #eef2f7;
  padding: 32px 0 40px;
  overflow: hidden;
}
.renewalFormContent {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 768px) {
  .renewalFormFullWidth {
    padding: 24px 0 32px;
  }
  .renewalFormContent {
    padding: 0 16px;
  }
}
.renewalFormSurface {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.renewalCard .card-header {
  background-color: #f8f9fa;
  font-weight: 600;
}
.renewalFormCard {
  border: 1px solid #e1e5eb;
  border-radius: 12px;
  box-shadow: 0 18px 40px rgba(15, 34, 58, 0.12);
  overflow: hidden;
}
.renewalFormIntro {
  margin-bottom: 12px;
}
.renewalFormDescription {
  margin-bottom: 0;
  color: #6c757d;
  font-size: 13px;
}
[data-theme=default] .renewalDocumentLink,
.renewalDocumentLink {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  color: #2596be;
}
[data-theme=default] .renewalDocumentLink:hover,
.renewalDocumentLink:hover {
  color: #1a7a9a;
  text-decoration: none;
}
[data-theme=default] .renewalDocumentLink svg,
.renewalDocumentLink svg {
  color: currentColor;
}
.renewalFormCardBody {
  padding: 18px 24px 20px;
}
@media (max-width: 768px) {
  .renewalFormCardBody {
    padding: 16px;
  }
}
.renewalFormCardBody .row {
  row-gap: 12px;
}
.renewalFormCardBody .form-label {
  font-size: 12px;
  margin-bottom: 4px;
  color: #4b5567;
  font-weight: 600;
}
.renewalFormCardBody .formLabelCompact {
  font-size: 11.5px;
  margin-bottom: 1px;
}
.renewalFormCardFooter {
  border-top: 1px solid #e1e5eb;
  padding: 16px 24px;
  background-color: #f8fafc;
}
@media (max-width: 768px) {
  .renewalFormCardFooter {
    padding: 16px;
  }
}
.renewalHistoryFullWidth {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #f5f7fa;
  padding: 28px 0 40px;
  overflow: hidden;
  margin-top: 32px;
  position: relative;
  z-index: 1;
}
.renewalHistoryContent {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 768px) {
  .renewalHistoryFullWidth {
    padding: 24px 0 32px;
  }
  .renewalHistoryContent {
    padding: 0 16px;
  }
}
.renewalHistoryTitle {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}
.renewalHistoryCard {
  width: 100%;
  border: 1px solid #e1e5eb;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(15, 34, 58, 0.07);
}
.renewalHistoryCard .card-body {
  padding: 0;
}
.renewalHistoryBody {
  width: 100%;
  background-color: #fff;
}
.renewalHistoryItem {
  border-bottom: 1px solid #e9ecef;
  padding: 12px 16px;
  align-items: center;
  background-color: #fff;
}
.renewalHistoryItem:last-child {
  border-bottom: none;
}
.renewalHistoryItem .renewalVersionMeta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 8px;
}
.renewalHistoryItem .renewalVersionButton {
  display: inline-block;
  padding: 6px 14px;
  background-color: #2596be;
  color: #fff;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  min-width: 72px;
  text-align: center;
}
.renewalHistoryItem .renewalVersionBadge {
  background-color: #6c757d;
  margin-left: 8px;
  font-size: 12px;
}
.renewalComments .renewalCommentsLabel {
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
}
.renewalComments p {
  margin-bottom: 0;
}
.renewalChanges dt {
  width: auto;
  font-weight: 600;
  white-space: normal;
  margin-bottom: 2px;
}
.renewalChanges dd {
  margin-left: 0;
  margin-bottom: 10px;
}
.renewalActions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}
.renewalActions .btn {
  min-width: 150px;
  font-weight: 600;
  border-radius: 6px;
  padding: 8px 14px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  border: none;
}
.renewalActions .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 12px rgba(17, 31, 61, 0.12);
}
@media (max-width: 768px) {
  .renewalActions {
    width: 100%;
  }
  .renewalActions .btn {
    width: 100%;
  }
}
.renewalFormSecondaryActions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
}
.renewalFormSecondaryActions .btn {
  min-width: 160px;
  font-weight: 600;
  border-radius: 6px;
  padding: 8px 14px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  border: none;
}
.renewalFormSecondaryActions .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 12px rgba(17, 31, 61, 0.12);
}
@media (max-width: 768px) {
  .renewalFormSecondaryActions {
    flex-direction: column;
    align-items: stretch;
  }
  .renewalFormSecondaryActions .btn {
    width: 100%;
  }
}
.renewalActions .btn,
.renewalFormSecondaryActions .btn {
  font-size: 13.5px;
  letter-spacing: 0.2px;
  text-transform: none;
}
.btn-renewal-primary {
  background-color: #2596be;
  color: #fff;
}
.btn-renewal-primary:hover {
  background-color: #1f7aa6;
  color: #fff;
}
.btn-renewal-muted {
  background-color: #eef1f5;
  color: #1c2434;
}
.btn-renewal-muted:hover {
  background-color: #dfe4eb;
  color: #1c2434;
}
.btn-renewal-accent {
  background-color: #2596be;
  color: #fff;
}
.btn-renewal-accent:hover {
  background-color: #1f7aa6;
  color: #fff;
}
.btn-renewal-danger {
  background-color: #d9534f;
  color: #fff;
}
.btn-renewal-danger:hover {
  background-color: #c74642;
  color: #fff;
}
.renewalTextarea {
  min-height: 95px;
}
.cntPolizaCover .inputRenewal {
  margin-top: 20px;
}
.cntPolizaCover .delete {
  float: right;
  cursor: pointer;
}
.cntSearchPoliza {
  margin: 30px 0px;
}
.cntSearchPoliza .cardHeader {
  background-color: #2596be;
  color: white;
}
.cntSearchPoliza .cardBody {
  margin: 5px 0 5px 0;
}
.cntSearchPoliza .cardFooter {
  align-items: center;
  background-color: transparent;
  padding: 15px 0px;
}
.cntSearchPoliza .cardFooter .btn {
  margin-right: 10px;
}
.cntListPoliza .tableHeader {
  background-color: #2596be;
  color: white;
}
.cntListPoliza .tableHeader th {
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  padding: 8px 6px;
  white-space: normal;
  word-wrap: break-word;
  line-height: 1.4;
  position: relative;
  height: auto;
}
.cntListPoliza .tableHeader th:nth-child(1) {
  width: 4%;
}
.cntListPoliza .tableHeader th:nth-child(2) {
  width: 9%;
}
.cntListPoliza .tableHeader th:nth-child(3) {
  width: 6%;
}
.cntListPoliza .tableHeader th:nth-child(4) {
  width: 6%;
}
.cntListPoliza .tableHeader th:nth-child(5) {
  width: 6%;
}
.cntListPoliza .tableHeader th:nth-child(6) {
  width: 6%;
}
.cntListPoliza .tableHeader th:nth-child(7) {
  width: 8%;
}
.cntListPoliza .tableHeader th:nth-child(8) {
  width: 9%;
}
.cntListPoliza .tableHeader th:nth-child(9) {
  width: 10%;
}
.cntListPoliza .tableHeader th:nth-child(10) {
  width: 6%;
}
.cntListPoliza .tableHeader th:nth-child(11) {
  width: 7%;
}
.cntListPoliza .tableHeader th:nth-child(12) {
  width: 8%;
}
.cntListPoliza .tableHeader th:nth-child(13) {
  width: 5%;
}
.cntListPoliza .tableHeader th:nth-child(14) {
  width: 5%;
}
.cntListPoliza .tableHeader th:nth-child(15) {
  width: 7%;
}
.cntListPoliza .tableHeader th:nth-child(16) {
  width: 6%;
}
.cntListPoliza .tableBody td {
  font-size: 12px;
  padding: 6px 8px;
  vertical-align: top;
  white-space: normal;
  word-wrap: break-word;
  overflow: hidden;
  line-height: 1.5;
  max-height: 70px;
  height: auto;
}
.cntListPoliza .tableBody td .btn {
  margin-right: 5px;
}
.cntListPoliza .tableBody td:nth-child(1) {
  width: 4%;
}
.cntListPoliza .tableBody td:nth-child(2) {
  width: 9%;
}
.cntListPoliza .tableBody td:nth-child(3) {
  width: 6%;
}
.cntListPoliza .tableBody td:nth-child(4) {
  width: 6%;
}
.cntListPoliza .tableBody td:nth-child(5) {
  width: 6%;
}
.cntListPoliza .tableBody td:nth-child(6) {
  width: 6%;
}
.cntListPoliza .tableBody td:nth-child(7) {
  width: 8%;
}
.cntListPoliza .tableBody td:nth-child(8) {
  width: 9%;
}
.cntListPoliza .tableBody td:nth-child(9) {
  width: 10%;
}
.cntListPoliza .tableBody td:nth-child(10) {
  width: 6%;
}
.cntListPoliza .tableBody td:nth-child(11) {
  width: 7%;
}
.cntListPoliza .tableBody td:nth-child(12) {
  width: 8%;
}
.cntListPoliza .tableBody td:nth-child(13) {
  width: 5%;
}
.cntListPoliza .tableBody td:nth-child(14) {
  width: 5%;
}
.cntListPoliza .tableBody td:nth-child(15) {
  width: 7%;
}
.cntListPoliza .tableBody td:nth-child(16) {
  width: 6%;
}
.cntListPoliza .tableBody td {
  white-space: normal !important;
  word-wrap: break-word !important;
  overflow: hidden !important;
  max-height: 70px !important;
  height: auto !important;
  line-height: 1.5 !important;
  padding: 6px 8px !important;
}
.table-responsive {
  overflow-x: auto !important;
  overflow-y: visible !important;
  overflow: visible !important;
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  scrollbar-gutter: stable;
  scrollbar-width: auto;
  scrollbar-color: #2596be #e9ecef;
}
.table-responsive::-webkit-scrollbar {
  height: 16px;
  width: 16px;
  background-color: #e9ecef;
  display: block !important;
}
.table-responsive::-webkit-scrollbar-track {
  background: #e9ecef;
  border-radius: 8px;
  border: 2px solid #dee2e6;
  margin: 2px;
}
.table-responsive::-webkit-scrollbar-thumb {
  background: #2596be;
  border-radius: 8px;
  border: 2px solid #1a7a9a;
  min-width: 40px;
}
.table-responsive::-webkit-scrollbar-thumb:hover {
  background: #1a7a9a;
  border-color: #155a7a;
}
.table-responsive::-webkit-scrollbar-thumb:active {
  background: #155a7a;
}
.table-responsive::-webkit-scrollbar-corner {
  background: #e9ecef;
}
.table-responsive::-webkit-scrollbar-thumb:vertical {
  background: #2596be;
}
.table-responsive table {
  width: 100% !important;
  table-layout: fixed !important;
}
.table-responsive td[data-title]:not([data-title=""]):hover,
.table-responsive th[data-title]:not([data-title=""]):hover {
  position: relative;
}
.table-responsive td[data-title]:not([data-title=""]):hover::after,
.table-responsive th[data-title]:not([data-title=""]):hover::after {
  content: attr(data-title);
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 12px;
  z-index: 99999;
  pointer-events: none;
  opacity: 1;
  visibility: visible;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  max-width: 400px;
  min-width: 120px;
  word-wrap: break-word;
  white-space: normal;
  text-align: left;
  line-height: 1.4;
  display: block;
}
.table-responsive td[data-title]:not([data-title=""]):hover::before,
.table-responsive th[data-title]:not([data-title=""]):hover::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 3px);
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #333;
  z-index: 100000;
  pointer-events: none;
  opacity: 1;
  visibility: visible;
}
.table-responsive td[title]:not([data-title]):hover,
.table-responsive th[title]:not([data-title]):hover,
.table-responsive td[title][data-title=""]:hover,
.table-responsive th[title][data-title=""]:hover {
  position: relative;
}
.table-responsive td[title]:not([data-title]):hover::after,
.table-responsive th[title]:not([data-title]):hover::after,
.table-responsive td[title][data-title=""]:hover::after,
.table-responsive th[title][data-title=""]:hover::after {
  content: attr(title);
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 12px;
  z-index: 99999;
  pointer-events: none;
  opacity: 1;
  visibility: visible;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  max-width: 400px;
  min-width: 120px;
  word-wrap: break-word;
  white-space: normal;
  text-align: left;
  line-height: 1.4;
  display: block;
}
.table-responsive td[title]:not([data-title]):hover::before,
.table-responsive th[title]:not([data-title]):hover::before,
.table-responsive td[title][data-title=""]:hover::before,
.table-responsive th[title][data-title=""]:hover::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 3px);
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #333;
  z-index: 100000;
  pointer-events: none;
  opacity: 1;
  visibility: visible;
}
.table-responsive td[data-title=""]::after,
.table-responsive td[data-title=""]::before,
.table-responsive th[data-title=""]::after,
.table-responsive th[data-title=""]::before,
.table-responsive td[title=""]::after,
.table-responsive td[title=""]::before,
.table-responsive th[title=""]::after,
.table-responsive th[title=""]::before {
  display: none !important;
}
.table-responsive td a[data-title]:not([data-title=""]):hover {
  position: relative;
}
.table-responsive td a[data-title]:not([data-title=""]):hover::after {
  content: attr(data-title);
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 12px;
  z-index: 99999;
  pointer-events: none;
  opacity: 1;
  visibility: visible;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  max-width: 400px;
  min-width: 120px;
  word-wrap: break-word;
  white-space: normal;
  text-align: left;
  line-height: 1.4;
  display: block;
}
.table-responsive td a[data-title]:not([data-title=""]):hover::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 3px);
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #333;
  z-index: 100000;
  pointer-events: none;
  opacity: 1;
  visibility: visible;
}
.table-responsive td a[title]:hover {
  position: relative;
}
.table-responsive td a[title]:hover::after {
  content: attr(title);
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 12px;
  z-index: 99999;
  pointer-events: none;
  opacity: 1;
  visibility: visible;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  max-width: 400px;
  min-width: 120px;
  word-wrap: break-word;
  white-space: normal;
  text-align: left;
  line-height: 1.4;
  display: block;
}
.table-responsive td a[title]:hover::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 3px);
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #333;
  z-index: 100000;
  pointer-events: none;
  opacity: 1;
  visibility: visible;
}
.table-responsive .tableBody td {
  position: relative;
}
@media (max-width: 800px) {
  .table-responsive {
    border: 1px solid #ddd;
    border-radius: 4px;
  }
  .table-responsive::-webkit-scrollbar {
    height: 18px;
    width: 18px;
    background-color: #e9ecef;
  }
  .table-responsive::-webkit-scrollbar-track {
    background: #e9ecef;
    border-radius: 9px;
    border: 2px solid #dee2e6;
    margin: 2px;
  }
  .table-responsive::-webkit-scrollbar-thumb {
    background: #2596be;
    border-radius: 9px;
    border: 2px solid #1a7a9a;
    min-width: 50px;
  }
  .table-responsive::-webkit-scrollbar-thumb:hover {
    background: #1a7a9a;
    border-color: #155a7a;
  }
  .table-responsive::-webkit-scrollbar-thumb:active {
    background: #155a7a;
  }
  .table-responsive::-webkit-scrollbar-corner {
    background: #e9ecef;
  }
  .cntListPoliza table {
    min-width: 100% !important;
    table-layout: auto !important;
  }
  .cntListPoliza .tableHeader th {
    font-size: 11px;
    padding: 8px 4px;
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    line-height: 1.3;
    vertical-align: middle;
  }
  .cntListPoliza .tableBody td,
  .cntListPoliza .tableBody th {
    font-size: 11px;
    padding: 8px 4px;
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    line-height: 1.4;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    max-height: none !important;
  }
}
@media (max-width: 768px) {
  .cntListPoliza .tableHeader th {
    font-size: 10px;
    padding: 6px 3px;
  }
  .cntListPoliza .tableBody td,
  .cntListPoliza .tableBody th {
    font-size: 10px;
    padding: 6px 3px;
  }
}
[data-tooltip] {
  position: relative;
}
[data-tooltip]:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 11px;
  white-space: nowrap;
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
  animation: fadeIn 0.1s ease-in-out forwards;
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.scroll-tooltip {
  position: fixed;
  background-color: rgba(37, 150, 190, 0.95);
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 9999;
  pointer-events: none;
  transform: translateX(-50%);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  animation: tooltipFadeIn 0.2s ease-out;
}
.scroll-tooltip::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(37, 150, 190, 0.95);
}
@keyframes tooltipFadeIn {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
.cntListPoliza .tableBody td:not(.table-actions-cell) {
  overflow: hidden !important;
  white-space: normal !important;
  word-wrap: break-word !important;
  max-height: 70px !important;
  height: auto !important;
  line-height: 1.5 !important;
  padding: 6px 8px !important;
}
.cntListPoliza .tableBody td.table-actions-cell {
  overflow: visible !important;
  max-height: none !important;
}
.cntListPoliza.list-poliza--floating-tooltips td[data-title]:hover::after,
.cntListPoliza.list-poliza--floating-tooltips td[data-title]:hover::before,
.cntListPoliza.list-poliza--floating-tooltips th[data-title]:hover::after,
.cntListPoliza.list-poliza--floating-tooltips th[data-title]:hover::before,
.cntListPoliza.list-poliza--floating-tooltips td a[data-title]:hover::after,
.cntListPoliza.list-poliza--floating-tooltips td a[data-title]:hover::before {
  content: none !important;
  display: none !important;
}
.cntListPoliza.list-poliza--floating-tooltips .tableHeader th,
.cntListPoliza.list-poliza--floating-tooltips .tableBody td:not(.table-actions-cell) {
  word-wrap: normal !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
  -webkit-hyphens: none !important;
  -moz-hyphens: none !important;
}
.list-poliza-floating-tooltip {
  position: fixed;
  z-index: 100050;
  max-width: min(420px, calc(100vw - 24px));
  padding: 8px 12px;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.4;
  pointer-events: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
  word-wrap: break-word;
  word-break: break-word;
  text-align: left;
}
.cntEditPoliza .page-header .btn {
  float: right;
}
.cntBrokerInformation .card-footer {
  margin: 0px;
}
.cntBrokerInformation .card-body {
  margin-left: 0px;
  margin-right: 0px;
}
.cntBrokerInformation .cntTotales {
  margin-bottom: 15px;
}
.cntBrokerInformation .cntTotales h5 {
  margin-top: 10px;
  margin-bottom: 5px;
}
.cntBrokerInformation .cntTotales .cntCorredor {
  margin-bottom: 15px;
}
.cntBrokerInformation .cntTotales .cntAgente {
  margin-bottom: 15px;
}
.cntItemAseguradoForm p {
  margin-bottom: 10px;
}
.cntItemAseguradoForm .cntMarca {
  margin-bottom: 15px;
}
.cntItemAseguradoForm .cntAseguradoAmount {
  padding-left: 0px;
}
.cntItemAseguradoForm .cntDatosGenerales .addMarginBottom {
  margin-bottom: 15px;
}
.cntItemAseguradoForm .cntDatosGenerales .checkbox {
  padding-bottom: 0px;
}
.cntRamo .addMarginBottom {
  margin-bottom: 15px;
}
.cntRamo .usoOptions {
  padding-left: 0px;
  padding-right: 0px;
}
.cntRamo .usoOptions label {
  font-weight: normal;
  margin-right: 15px;
}
.cntRamo input[type=radio] {
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  margin-right: 5px;
}
.cntRamo .cntDepartamentoOptions .form-label {
  margin-top: 5px;
}
.cntRamo .cntDepartamentoOptions .row {
  margin-left: 0px;
  margin-right: 0px;
}
.cntRamo .cntDepartamentoOptions .card {
  padding-left: 0px;
  padding-right: 0px;
}

/* app/javascript/components/polizas/bitacora/bitacora.scss */
.bitacora-section {
  padding: 20px;
  background-color: #fff;
}
.bitacora-section .nav-tabs {
  border-bottom: 2px solid #dee2e6;
}
.bitacora-section .nav-tabs .nav-link {
  border: none;
  border-bottom: 2px solid transparent;
  padding: 12px 20px;
  font-weight: 500;
  transition: all 0.2s ease;
}
.bitacora-section .nav-tabs .nav-link:hover {
  border-bottom-color: #2596be;
  color: #2596be;
}
.bitacora-section .nav-tabs .nav-link.active {
  border-bottom-color: #2596be;
  color: #2596be;
  background-color: transparent;
}
.bitacora-section .comments-section,
.bitacora-section .files-section {
  margin-bottom: 0;
}
.bitacora-section .comment-item,
.bitacora-section .file-item {
  transition: box-shadow 0.2s ease;
}
.bitacora-section .comment-item:hover,
.bitacora-section .file-item:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.bitacora-section .file-group {
  margin-bottom: 12px;
}
.bitacora-section [style*="overflow-y: auto"]::-webkit-scrollbar {
  width: 6px;
}
.bitacora-section [style*="overflow-y: auto"]::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.bitacora-section [style*="overflow-y: auto"]::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}
.bitacora-section [style*="overflow-y: auto"]::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* app/javascript/components/polizas/components/PolizaMenu/polizamenu.scss */
.page-header {
  padding: 0;
  position: relative;
  z-index: 10;
}
.page-header .nav li {
  border-radius: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px;
}
.page-header .nav li a {
  cursor: pointer;
  position: relative;
  z-index: 11;
  pointer-events: auto;
}
.page-header .nav li a:hover {
  cursor: pointer;
}
.page-header .nav li.active a {
  background-color: #2596be;
  color: white;
}

/* app/javascript/components/polizas/nueva_poliza/transferPayment.scss */
.cntTransferPayment th {
  width: 30% !important;
}

/* app/javascript/components/polizas/PolizaDetails/polizaDetails.scss */
.cntPolizaDetails .userTypes-title {
  cursor: pointer;
  display: flex;
  gap: 1rem;
}
.cntPolizaDetails table {
  display: contents;
  display: inline-table;
  margin: 0;
}
.cntPolizaDetails table tr {
  border-top: 1px solid #ccc !important;
  border-bottom: 1px solid #ccc !important;
}
.cntPolizaDetails table th,
.cntPolizaDetails td {
  padding: 0.5rem;
}
.cntPolizaDetails .sub-tables-title {
  margin: 3rem 0 1rem 0;
}
.cntPolizaDetails .document-link {
  text-decoration: none;
  color: #333;
  transition: all 0.2s ease;
  border-radius: 4px;
  padding: 4px 8px;
  display: inline-flex;
  align-items: center;
}
.cntPolizaDetails .document-link:hover {
  background-color: #f8f9fa;
  color: #007bff;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.cntPolizaDetails .document-link i {
  transition: transform 0.2s ease;
}
.cntPolizaDetails .document-link:hover i {
  transform: scale(1.1);
}

/* app/javascript/components/polizas/show/chargeEmailButton.scss */
.cntChargeEmailButton {
  margin-top: 3px;
}

/* app/javascript/components/polizas/show/dispatchEmailButton.scss */
.cntDispatchEmailButton .modal-content {
  width: 100%;
}
.cntDispatchEmailButton .modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
@media (min-width: 576px) {
  .cntDispatchEmailButton .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
}

/* app/javascript/components/polizas/show/expirationEmailButton.scss */
.cntExpirationEmailButton .modal-dialog {
  max-width: 550px;
  margin: 30px auto;
}
.cntExpirationEmailButton .modal-content {
  width: 100%;
  border-radius: 8px;
  border: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.cntExpirationEmailButton .modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
@media (min-width: 576px) {
  .cntExpirationEmailButton .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
}
.cntExpirationEmailButton .expiration-modal-header {
  background-color: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
  padding: 20px 25px;
  border-radius: 8px 8px 0 0;
}
.cntExpirationEmailButton .expiration-modal-header .modal-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0;
}
.cntExpirationEmailButton .expiration-modal-header .close {
  margin-top: -5px;
  font-size: 24px;
  opacity: 0.5;
  transition: opacity 0.2s;
}
.cntExpirationEmailButton .expiration-modal-header .close:hover {
  opacity: 1;
}
.cntExpirationEmailButton .expiration-modal-body {
  padding: 25px;
}
.cntExpirationEmailButton .expiration-form-group {
  margin-bottom: 0;
}
.cntExpirationEmailButton .expiration-label {
  font-weight: 600;
  color: #495057;
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
}
.cntExpirationEmailButton .expiration-textarea {
  border-radius: 6px;
  border: 1px solid #ced4da;
  padding: 12px 15px;
  font-size: 14px;
  line-height: 1.5;
  transition: border-color 0.2s, box-shadow 0.2s;
  resize: vertical;
  min-height: 120px;
}
.cntExpirationEmailButton .expiration-textarea:focus {
  border-color: #5bc0de;
  box-shadow: 0 0 0 0.2rem rgba(91, 192, 222, 0.25);
  outline: 0;
}
.cntExpirationEmailButton .expiration-textarea::placeholder {
  color: #adb5bd;
}
.cntExpirationEmailButton .expiration-helper-text {
  margin-top: 8px;
  font-size: 12px;
  color: #6c757d;
  display: block;
}
.cntExpirationEmailButton .expiration-modal-footer {
  background-color: #f8f9fa;
  border-top: 1px solid #e9ecef;
  padding: 15px 25px;
  border-radius: 0 0 8px 8px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.cntExpirationEmailButton .expiration-modal-footer .expiration-cancel-btn {
  padding: 8px 20px;
  border-radius: 6px;
  font-weight: 500;
  transition: all 0.2s;
}
.cntExpirationEmailButton .expiration-modal-footer .expiration-cancel-btn:hover {
  background-color: #e9ecef;
}
.cntExpirationEmailButton .expiration-modal-footer .expiration-send-btn {
  padding: 8px 24px;
  border-radius: 6px;
  font-weight: 500;
  transition: all 0.2s;
}
.cntExpirationEmailButton .expiration-modal-footer .expiration-send-btn:hover:not(:disabled) {
  background-color: #46b8da;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(91, 192, 222, 0.3);
}
.cntExpirationEmailButton .expiration-modal-footer .expiration-send-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* app/javascript/components/polizas/show/expirationReminderSent.scss */
.cntExpirationReminderSent {
  display: inline-block;
  margin-left: 10px;
}
.cntExpirationReminderSent .alert {
  margin-bottom: 0;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  line-height: 1.2;
}
.cntExpirationReminderSent .alert i {
  color: #5cb85c;
  font-size: 14px;
  flex-shrink: 0;
}
.cntExpirationReminderSent .alert .reminder-text {
  font-weight: 600;
  color: #3c763d;
  white-space: nowrap;
}
.cntExpirationReminderSent .alert .reminder-date {
  color: #666;
  font-size: 11px;
  white-space: nowrap;
}

/* app/javascript/components/users/users.scss */
.users-list .user-item {
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  background-color: #fff;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}
.users-list .user-item:hover {
  box-shadow: 0 4px 12px rgba(37, 150, 190, 0.15);
  transform: translateY(-2px);
  border-color: #2596be;
}
.users-list .user-item .card-body {
  padding: 2rem 2rem 1.5rem 2rem;
}
.users-list .user-item .user-type-icon {
  color: #2596be;
  font-size: 1.2rem;
}
.users-list .user-item .text-primary {
  color: #2596be !important;
}
.users-list .user-item .badge {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}
.users-list .user-item .bg-secondary {
  background-color: #6c757d !important;
}
.users-list .user-item .contact-info .text-primary,
.users-list .user-item .location-info .text-primary,
.users-list .user-item .address-info .text-primary {
  color: #2596be !important;
}
.users-list .user-item .contact-info .small,
.users-list .user-item .location-info .small,
.users-list .user-item .address-info .small {
  font-size: 0.875rem;
  color: #6c757d;
}
.users-list .user-item .row {
  margin-bottom: 1.1rem;
}
.users-list .user-item .row:last-child {
  margin-bottom: 0;
}
.users-list .user-item .row .col-md-2 strong,
.users-list .user-item .row .col-md-3 strong,
.users-list .user-item .row .col-md-6 strong {
  color: #2596be;
  font-weight: 600;
  font-size: 1.05rem;
  text-transform: none;
  letter-spacing: 0.2px;
}
.users-list .user-item .btn-group .btn {
  border-radius: 0.25rem;
  font-size: 1rem;
  padding: 0.5rem 1.2rem;
  margin-right: 0.5rem;
  transition: all 0.2s ease;
}
.users-list .user-item .btn-group .btn.btn-outline-primary {
  border-color: #2596be;
  color: #2596be;
}
.users-list .user-item .btn-group .btn.btn-outline-primary:hover {
  background-color: #2596be;
  border-color: #2596be;
  color: white;
}
.users-list .user-item .btn-group .btn.btn-outline-secondary {
  border-color: #6c757d;
  color: #6c757d;
}
.users-list .user-item .btn-group .btn.btn-outline-secondary:hover {
  background-color: #6c757d;
  border-color: #6c757d;
  color: white;
}
.modal-overlay .modal-content {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  border-radius: 0.5rem;
  border: none;
}
.modal-overlay .modal-content h2 {
  margin-bottom: 1.5rem;
  color: #2596be;
  font-weight: 600;
  border-bottom: 2px solid #2596be;
  padding-bottom: 0.5rem;
}
.modal-overlay .modal-content h4 {
  color: #2596be;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.1rem;
}
.modal-overlay .modal-content .table {
  margin-bottom: 0;
}
.modal-overlay .modal-content .table td {
  vertical-align: middle;
  border-color: #e9ecef;
}
.modal-overlay .modal-content .table th {
  background-color: #f8f9fa;
  color: #2596be;
  font-weight: 600;
  border-color: #e9ecef;
}
.modal-overlay .modal-content .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f8f9fa;
}
.modal-overlay .modal-content .modal-actions {
  border-top: 1px solid #e9ecef;
  padding-top: 1rem;
  text-align: right;
}
.modal-overlay .modal-content .modal-actions .btn {
  border-radius: 0.25rem;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  margin-left: 0.5rem;
  transition: all 0.2s ease;
}
.modal-overlay .modal-content .modal-actions .btn.btn-primary {
  background-color: #2596be;
  border-color: #2596be;
}
.modal-overlay .modal-content .modal-actions .btn.btn-primary:hover {
  background-color: #1e7a9a;
  border-color: #1e7a9a;
}
.modal-overlay .modal-content .modal-actions .btn.btn-secondary {
  background-color: #6c757d;
  border-color: #6c757d;
}
.modal-overlay .modal-content .modal-actions .btn.btn-secondary:hover {
  background-color: #5a6268;
  border-color: #545b62;
}
.modal-overlay .modal-content .modal-actions .btn.btn-outline-primary {
  border-color: #2596be;
  color: #2596be;
}
.modal-overlay .modal-content .modal-actions .btn.btn-outline-primary:hover {
  background-color: #2596be;
  border-color: #2596be;
  color: white;
}
.elasticsearch-component {
  margin-bottom: 1rem;
}
.clear-button .toggle-button {
  margin-top: 1.5rem;
}
.cntUsersIndexShell {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 10px 20px;
  box-sizing: border-box;
}
.cntUsersIndexGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 16px;
  margin-top: 4px;
}
.cntUserListCard {
  --uc-border: #d8dee8;
  --uc-accent: #1e5a8e;
  --uc-accent-soft: #e8f0f8;
  --uc-title: #2d3748;
  --uc-stripe:
    linear-gradient(
      90deg,
      #143d5f 0%,
      #1e5a8e 42%,
      #2b7cb5 100%);
  position: relative;
  background:
    linear-gradient(
      165deg,
      #ffffff 0%,
      #f9fbfd 55%,
      #ffffff 100%);
  border: 1px solid var(--uc-border);
  border-radius: 14px;
  overflow: hidden;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 10px 28px rgba(15, 23, 42, 0.07),
    0 2px 8px rgba(30, 90, 142, 0.06);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
  cursor: pointer;
  text-align: left;
}
.cntUserListCard::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: var(--uc-stripe);
  opacity: 1;
  z-index: 1;
}
.cntUserListCard--legal {
  --uc-stripe:
    linear-gradient(
      90deg,
      #1a365d 0%,
      #2c5282 50%,
      #4a6578 100%);
  --uc-accent-soft: #e8eef5;
}
.cntUserListCard:hover {
  z-index: 5;
  transform: translateY(-3px);
  border-color: rgba(30, 90, 142, 0.45);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 18px 40px rgba(15, 23, 42, 0.12),
    0 6px 16px rgba(30, 90, 142, 0.14);
}
.cntUserListCard:hover .cntUserListCard-typeIcon {
  border-color: rgba(30, 90, 142, 0.35);
  box-shadow: 0 4px 12px rgba(30, 90, 142, 0.12);
}
.cntUserListCard:focus {
  outline: none;
}
.cntUserListCard:focus-visible {
  outline: 2px solid rgba(30, 90, 142, 0.55);
  outline-offset: 3px;
}
.cntUserListCard:focus-within {
  z-index: 5;
}
.cntUserListCard-header {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  padding: 12px 14px 10px;
  margin-top: 3px;
  border-bottom: 1px solid rgba(216, 222, 232, 0.95);
  background:
    linear-gradient(
      180deg,
      #f4f7fb 0%,
      #fbfcfe 38%,
      #ffffff 100%);
  overflow: visible;
}
.cntUserListCard-headerTop {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.cntUserListCard-avatarCol {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
}
.cntUserListCard-typeIcon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(30, 90, 142, 0.18);
  background:
    linear-gradient(
      145deg,
      #ffffff 0%,
      var(--uc-accent-soft) 100%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset, 0 2px 6px rgba(30, 90, 142, 0.08);
}
.cntUserListCard--legal .cntUserListCard-typeIcon {
  border-color: rgba(26, 54, 93, 0.22);
  background:
    linear-gradient(
      145deg,
      #ffffff 0%,
      #e8eef5 100%);
}
.cntUserListCard-typeIconSvg {
  font-size: 22px;
  color: var(--uc-accent);
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.6));
}
.cntUserListCard-typeIconSvg--natural {
  color: #1e5a8e;
}
.cntUserListCard-typeIconSvg--legal {
  color: #1a365d;
}
.cntUserListCard-headerText {
  flex: 1;
  min-width: 0;
}
.cntUserListCard-headerAside {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  flex-shrink: 0;
  min-width: 0;
  max-width: 46%;
  text-align: right;
}
.cntUserListCard-headerDates {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: #94a3b8;
  max-width: 100%;
}
.cntUserListCard-headerDates div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cntUserListCard-meta {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  color: #4a5568;
  line-height: 1.45;
}
.cntUserListCard-metaSep {
  margin: 0 6px;
  color: #a0aec0;
  font-weight: 400;
}
.cntUserListCard-badge {
  flex-shrink: 0;
  max-width: 100%;
  padding: 4px 9px;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.25;
  text-align: right;
  color: #fff;
  word-break: break-word;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.22) inset, 0 2px 6px rgba(15, 23, 42, 0.12);
}
.cntUserListCard-badge--default {
  background:
    linear-gradient(
      180deg,
      #b8c0cc 0%,
      #8b96a8 100%);
}
.cntUserListCard-badge--blue {
  background:
    linear-gradient(
      180deg,
      #2a6faf 0%,
      #1e5a8e 100%);
}
.cntUserListCard-badge--green {
  background:
    linear-gradient(
      180deg,
      #38a169 0%,
      #276749 100%);
}
.cntUserListCard-badge--orange {
  background:
    linear-gradient(
      180deg,
      #dd6b20 0%,
      #b54708 100%);
}
.cntUserListCard-badge--vip {
  background:
    linear-gradient(
      180deg,
      #805ad5 0%,
      #553c9a 100%);
}
.cntUserListCard-badge--premium {
  background:
    linear-gradient(
      180deg,
      #d69e2e 0%,
      #a67c1a 100%);
}
.cntUserListCard-badge--muted {
  background:
    linear-gradient(
      180deg,
      #90a0b4 0%,
      #5f6e82 100%);
}
.cntUserListCard-body {
  padding: 4px 0 2px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.cntUserListCard-row {
  display: grid;
  grid-template-columns: minmax(76px, 34%) minmax(0, 1fr);
  column-gap: 12px;
  align-items: start;
  padding: 8px 14px;
  font-size: 13px;
  line-height: 1.4;
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
  transition: background 0.15s ease;
}
.cntUserListCard-row:nth-child(even) {
  background: rgba(247, 250, 252, 0.65);
}
.cntUserListCard-row:last-child {
  border-bottom: none;
}
.cntUserListCard-row--muted {
  background: rgba(247, 250, 252, 0.35);
}
.cntUserListCard-row--muted .cntUserListCard-label,
.cntUserListCard-row--muted .cntUserListCard-value {
  color: #64748b;
  font-size: 12px;
}
.cntUserListCard-row--name {
  padding-top: 10px;
  padding-bottom: 10px;
  background:
    linear-gradient(
      180deg,
      rgba(30, 90, 142, 0.07) 0%,
      rgba(30, 90, 142, 0.02) 100%);
  border-bottom-color: rgba(30, 90, 142, 0.14);
}
.cntUserListCard-row--name .cntUserListCard-value {
  font-size: 15px;
  font-weight: 700;
  color: #143d5f;
  letter-spacing: -0.02em;
  line-height: 1.35;
}
.cntUserListCard:hover .cntUserListCard-row--name {
  background:
    linear-gradient(
      180deg,
      rgba(30, 90, 142, 0.1) 0%,
      rgba(30, 90, 142, 0.035) 100%);
}
.cntUserListCard:hover .cntUserListCard-row:nth-child(even) {
  background: rgba(232, 240, 248, 0.45);
}
.cntUserListCard-label {
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #64748b;
  padding-top: 2px;
}
.cntUserListCard-value {
  color: #1a202c;
  font-weight: 500;
  word-break: break-word;
}
.cntUserListCard-value--wrap {
  white-space: normal;
}
.cntUserListCard-subblock {
  display: block;
  margin-top: 4px;
}
.cntUserListCard-subvalue {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 600;
  color: #1e5a8e;
}
.cntUserListCard-subhint {
  color: #718096;
  font-weight: 500;
}
.cntUserListCard-footer {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  padding: 9px 12px 10px;
  border-top: 1px solid rgba(216, 222, 232, 0.95);
  background:
    linear-gradient(
      180deg,
      #eef2f8 0%,
      #f7f9fc 55%,
      #fafbfd 100%);
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.85) inset;
}
.cntUserListCard-footer .btn {
  box-sizing: border-box;
  min-height: 32px;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}
.cntUserListCard-footer .btn-primary {
  box-shadow: 0 1px 3px rgba(30, 90, 142, 0.25);
}
.cntUserListCard-footerLeft {
  flex-shrink: 0;
  min-width: 0;
}
.cntUserListCard-footerCopyBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  padding: 0 !important;
  font-size: 11px;
  font-weight: 600;
  color: #4a5568 !important;
  background:
    linear-gradient(
      180deg,
      #f1f5f9 0%,
      #e2e8f0 100%) !important;
  border: 1px solid #cbd5e1 !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85) inset, 0 1px 2px rgba(15, 23, 42, 0.06) !important;
}
.cntUserListCard-footerCopyBtn:hover,
.cntUserListCard-footerCopyBtn:focus {
  color: #334155 !important;
  background:
    linear-gradient(
      180deg,
      #e8edf3 0%,
      #d8dee9 100%) !important;
  border-color: #94a3b8 !important;
}
.cntUserListCard-footerCopyBtn:active {
  color: #1e293b !important;
  background: #d1d9e4 !important;
  border-color: #8898a8 !important;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.08) !important;
}
.cntUserListCard-footerCopyBtn svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  color: #64748b;
}
.cntUserListCard-footerToolbar {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 6px;
  max-width: 100%;
  margin-left: auto;
}
.cntUserListCard-footer .cntUserIconToolbarBtn {
  width: 32px;
  min-width: 32px;
  height: 32px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cntUserListCard-footer .cntUserIconToolbarBtn svg {
  width: 14px;
  height: 14px;
}
.cntUserListCard-footer .cntUserIconToolbarBtn--excel {
  color: #15803d;
  border-color: rgba(22, 163, 74, 0.45);
  background: rgba(22, 163, 74, 0.06);
}
.cntUserListCard-footer .cntUserIconToolbarBtn--excel:hover,
.cntUserListCard-footer .cntUserIconToolbarBtn--excel:focus {
  color: #14532d;
  border-color: rgba(22, 163, 74, 0.65);
  background: rgba(22, 163, 74, 0.12);
}
.cntUserListCard-footerPdfIcon {
  font-size: 13px;
}
@media (max-width: 576px) {
  .cntUsersIndexGrid {
    grid-template-columns: 1fr;
  }
}
/*! Bundled license information:

filepond/dist/filepond.min.css:
  (*!
   * FilePond 4.30.4
   * Licensed under MIT, https://opensource.org/licenses/MIT/
   * Please visit https://pqina.nl/filepond/ for details.
   *)
*/
/*# sourceMappingURL=frontend.css.map */
