@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Open Sans", sans-serif;
}

.wysiwyg p {
  font-size: 1.125rem;
  color: #003399;
  text-align: left;
}

.wysiwyg ol,
.wysiwyg ul {
  font-size: 1.125rem;
  text-align: left;
  color: #003399;
}

.info-box {
  background: #e7e6e6;
  padding: .5rem;
  color: #11306e;
  font-size: .875rem;
  font-weight: 400;
  text-align: center;
  position: relative;
}

.info-box p {
  padding: .5rem;
  color: #11306e;
  font-size: .875rem;
  font-weight: 400;
  text-align: center;
}

.info-box::after {
  content: "";
  background-image: url(../../images/arr2.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 5rem;
  height: 5rem;
  position: absolute;
}

.info-box:before {
  content: "";
  background-image: url(../../images/info.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
}

.arrow-top::after {
  top: -3.4375rem;
  left: calc(50% - 2.5rem);
}

.arrow-left::after {
  left: -3.4375rem;
  top: calc(50% - 2.5rem);
  transform: rotate(-90deg);
}

.ibadge-left:before {
  left: -3.75rem;
  top: calc(50% - 1.25rem);
}

.ibadge-right:before {
  right: -3.75rem;
  top: calc(50% - 1.25rem);
}

.bookmark {
  position: fixed;
  top: 0;
  left: 0;
  padding-left: 2.5rem;
  background: #003399;
}

.bookmark div {
  background: #0052b0;
  font-size: 1.125rem;
  letter-spacing: 0rem;
  color: #ffffff;
  font-weight: 400;
  min-width: 10rem;
  padding: 1rem;
}

.bookmark a {
  display: block;
  text-decoration: none;
  color: white;
}

.button-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.button-container .circle-button-icon, .exit-box .circle-button-icon  {
  background: #a6d4ff;
  width: 9.375rem;
  height: 9.375rem;
  padding: .5rem;
  border-radius: 50%;
  box-shadow: 0rem 0rem .25rem rgba(0, 0, 0, 0.25);
  position: absolute;
  left: -6.25rem;
  top: -2.1875rem;
}

.button-container .circle-button-icon::after, .exit-box .circle-button-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: #11306e;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.5s ease-in-out;
  z-index: 0;
}

.button-container .circle-button-icon span, .exit-box .circle-button-icon span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #a6d4ff;
  border: .1875rem solid white;
  border-radius: 50%;
}

.button-container .circle-button-icon span img, .exit-box .circle-button-icon span img {
  max-width: 80%;
}

.button-container .main-button {
  position: relative;
  border: 0;
  background: #a6d4ff;
  color: #11306e;
  text-decoration: none;
  padding: 1.25rem 2.5rem;
  /* max-width: 25rem; */
  font-size: 1.5rem;
  letter-spacing: 0rem;
  display: inline-block;
  color: #11306e;
  font-weight: 700;
  transition: all 0.3s ease-in;
}

.button-container .main-button:hover {
  background: #11306e;
  color: white;
  transition: all 0.3s ease-in;
}

.button-container .main-button:hover .circle-button-icon::after {
  transform: translate(-50%, -50%) scale(1);

}

.button-container .main-button:hover .circle-button-icon span {
  background: transparent;
  position: relative;
  z-index: 1;
}

.button-container .main-button:hover .circle-button-icon span img {
  filter: invert(1) brightness(4);
}

.info-modal {
  width: 3.4375rem;
  height: 3.4375rem;
  border: 0;
  background: none;
  position: absolute;
  top: calc(50% - 1.875rem);
  right: -5rem;
  border-radius: 50%;
}

.info-modal img {
  max-width: 100%;
}

.info-modal:hover {}

.col-md-6 .button-container .info-modal {
  right: 0;
}

.arrow-button {
  border: none;
  background: none;
}

.arrow-button:hover {
  border: none;
  background: none;
}

.col-md-6 .main-button,
.col-md-12 .main-button {
  min-width: 25rem;
}

.link-button {
  max-width: 31.25rem;
}

.link-button span {
  font-size: 1.125rem;
  color: #0052b0;
  font-weight: 400;
  text-decoration: underline;
}

.link-button:hover span {
  color: white;
}

.content {
  margin-top: 10vh;
}


 h3 {
  margin-top: 16px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #003399;
  text-align: left;
}

.content h2 {
  margin-top: 16px;
  font-size: 2rem;
  color: #003399;
  margin-bottom: .9375rem;
  font-weight: 700;
}

.content h1 {
  margin-top: 16px;
  font-size: 2rem;
  color: #003399;
  margin-bottom: .9375rem;
  font-weight: 700;
}

.content .wysiwyg {
  text-align: center;
}

.content .button-container {
  text-align: center;
  margin-top: 3.125rem;
}

.content .arrow-container {
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 3.125rem;
}

.w-50-ma {
  max-width: 50%;
  margin: auto;
}

.mart-50 {
  margin-top: 4.375rem;
}

.step-two-d .info-box,
.step-two-lmn .info-box {
  position: relative;
  left: 8.75rem;
  top: 1.25rem;
}

.step-jst-two-d .info-box,
.step-jst-two-lmn .info-box {
  position: relative;
  left: 8.75rem;
  top: 1.25rem;
}


.step-two-fj .link-button, .step-jst-two-fj .link-button, .step-instytution-two-fj .link-button {
  max-width: 37.5rem;
}

.fcc {
  display: flex;
  align-items: center;
  justify-content: center;
}



.gray-box {
  background: #e7e6e6;
  padding: .625rem;
}

.step {
  display: none;
}

.mvr-r {
  position: relative;
  left: 7.5rem;
  top: 1.25rem;
}

.col-md-3 .main-button:not(.arrow-button) {
  width: 100%;
  min-height: 9.375rem;
}

.button-container .disabled,
.button-container .disabled .circle-button-icon,
.button-container .disabled .circle-button-icon span {
  background: #e7e6e6;
}


.tab {
  display: none;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

/* .step-four .wysiwyg, .step-four .gray-box, .step-four .button-container, .step-four .arrow-button, .step-five-a .wysiwyg, .step-five-a .gray-box, .step-five-a .button-container, .step-five-a .arrow-button, .step-six .wysiwyg, .step-six .gray-box, .step-six .button-container, .step-six .arrow-button, .step-seven .wysiwyg, .step-seven .gray-box, .step-seven .button-container, .step-seven .arrow-button, .step-eight .wysiwyg, .step-eight .gray-box, .step-eight .button-container, .step-eight .arrow-button {
  display: none;
} */

#scrollToTopBtn {
  display: none;
  /* Ukryty na początku */
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  padding: .625rem;
  background-color: #003399;
  color: white;
  border: none;
  border-radius: .3125rem;
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
  width: 2.5rem;
  height: 2.5rem;
  transition: all .3s ease-in;
}

#scrollToTopBtn::before {
  content: '↑';
  /* Użycie strzałki jako ikony */
  display: block;
  font-size: 1.5rem;
}

#scrollToTopBtn:hover {
  background-color: #a6d4ff;
  color: #003399;
  transition: all .3s ease-in;
}

.nmw,
.col-md-6 .nmw {
  min-width: 0;
  width: 100%;
}

.bookmark span {
  cursor: pointer;
  display: inline-block;
  padding: .625rem;
  background-color: #007bff;
  color: white;
  border-radius: .3125rem;
  margin: .3125rem;
}

.bookmark a {
  display: none;
  margin-left: 1.25rem;
}

.bookmark a.show {
  display: block;
}


.bookmark span.active::after {
  content: " ▼";
}

.border-dotted {
  padding: 1.875rem 1.25rem 1.875rem 3.75rem;
  border: .25rem dashed #FFDD00;
  color: #003399;
  font-size: 1.125rem;
  font-weight: 400;
  position: relative;
}

.border-dotted::before {
  width: 5rem;
  height: 5rem;
  content: "";
  position: absolute;
  top: -1.875rem;
  left: -1.875rem;
  background-color: white;
  background-image: url("../../images/ikonaexp.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fade-info-button {
  cursor: pointer;
  width: 18.75rem;
  background: #003399;
  color: white;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  position: absolute;
  padding: .625rem 1.875rem;
  height: 4.6875rem;
  display: flex;
  align-items: center;
  z-index: 5;
}

.fade-info-button div {
  width: 6.25rem;
  height: 6.25rem;
  padding: .25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -4.6875rem;
  top: -0.9375rem;
  border-radius: 50%;
  background: #003399;
}

.fade-info-button div span {
  border: .125rem solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.fade-info-button div span img {
  max-width: 100%;
  max-height: 100%;
}

.fadein-info {
  transition: all .2s ease-in;
  background: #003399;
  color: white;
  font-weight: 500;
  width: 65vw;
  position: absolute;
  left: -65vw;
  padding: 0 2.5rem 2.5rem 2.5rem;
  z-index: 5;

}

.fadein-info .wysiwyg {
  max-height: 45vh;
  overflow-y: auto;
}

.fadein-info p,
.fadein-info ol,
.fadein-info ul,
.fadein-info h3 {
  opacity: 0;
  color: white;
  font-weight: 500;

}


.fadein-info p a {
  color: #FFDD00;
}


.fadein-info .close-fade {
  position: absolute;
  top: .625rem;
  right: 5rem;
  border: 0;
  background: none;
  color: white;
  font-size: 1.5rem;
  z-index: 12;
}

.fadein-info .fade-info-button {
  right: -18.75rem;
}

.fadein-info .wysiwyg {
  padding-left: 2.5rem;
}

.fadein-info.showed {
  left: 0;
  transition: all .5s ease-in;
  z-index: 10;
}

.fadein-info.showed p,
.fadein-info.showed ol,
.fadein-info.showed ul,
.fadein-info.showed h3 {
  opacity: 1;

}

.fadein-info.showed h3 {
  font-weight: 700;
}

.fadein-info .showed-button {
  position: relative;
  width: 100%;
  right: 0;
}

.fadein-info .wysiwyg {
  text-align: left;
}

.tp-0 {
  top: 0;
}

.tp-100 {
  top: 7.5rem;
}

.tp-200 {
  top: 15rem;
}
.tp-300 {
  top: 23rem;
}

.tp-400{
  top: 30rem;
}
.tab-4 {
  margin-top: 0;
}

.table-content {
  padding: .625rem 1.25rem;
}

.table-content table {
  width: 100%;
  border-collapse: collapse;
}

.table-content th,
.table-content td {
  border: .0625rem solid black;
  padding: .5rem;
  text-align: left;
}

.table-content th {
  background-color: #f2f2f2;
  cursor: pointer;
  position: relative;
}

.table-content .sort-arrow {
  border: solid #ccc;
  border-width: 0 .1875rem .1875rem 0;
  display: inline-block;
  padding: .1875rem;
  position: absolute;
  right: .5rem;
  top: 50%;
  transform: translateY(-50%);
}

.table-content .asc .sort-arrow {
  border-color: #003399;
  transform: translateY(-50%) rotate(-135deg);
}

.table-content .desc .sort-arrow {
  border-color: #003399;
  transform: translateY(-50%) rotate(45deg);
}


.table-content .search-input {
  width: 90%;
  margin: .25rem;
}

.col-md-6 .button-container .r-50 {
  right: 3.125rem;
}


.floating-buttons {
  position: fixed;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: .625rem;
  z-index: 11;
}

.floating-button {
  width: 3.125rem;
  height: 3.125rem;
  background-color: #003399;
  color: white;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 .125rem .3125rem rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: background-color 0.3s;
  font-size: 1.25rem;
}

.floating-button:hover {
  background-color: #0056b3;
  color: white;
}

.pdf-dropdown {
  position: absolute;
  top: 0;
  right: 4rem;
  background-color: #fff;
  color: #000;
  padding: 1.5rem;
  border-radius: 0.75rem;
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.2);
  z-index: 100;
  max-width: 80%;
  min-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  font-size: 0.95rem;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
  border: 2px solid #003399;
}

.pdf-dropdown.animate.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.pdf-group {
  position: relative;
  transition: background-color 0.3s;
}

.pdf-group span {
  font-weight: 600;
  cursor: pointer;
  display: block;
  padding: 0.5rem;
  color: #003399;
}
.pdf-group{
   padding: 0.25rem;
}
.pdf-group:hover {
  background-color: #f0f4ff;
  border-radius: 0.5rem;
  padding: 0.25rem;
}
.sub-links {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-5px);
  transition: max-height 0.4s ease, opacity 0.3s ease, transform 0.3s ease;
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
  gap: 0.25rem;
}

.pdf-group.open .sub-links {
  max-height: 200px;
  opacity: 1;
  transform: translateY(0);
}
.sub-links a {
  color: #003399;
  text-decoration: none;
  font-size: 0.875rem;
  padding: 2px 0;
  border-left: 3px solid #003399;
  padding-left: 0.5rem;
  transition: color 0.2s;
}

.sub-links a:hover {
  color: #0056cc;
  text-decoration: underline;
}

.hidden {
  display: none !important;
}

/* High contrast mode */
body.high-contrast {
  background-color: black;
  color: white;
}

body.high-contrast .main-button {
  background-color: white;
  color: black;
  border: 2px solid black;
}

body.high-contrast .main-button:hover {
  background-color: black;
  color: white;
  border: 2px solid white;
}

body.high-contrast p,
body.high-contrast .wysiwyg p,
body.high-contrast ol,
body.high-contrast ol body.high-contrast h1,
body.high-contrast h2,
body.high-contrast h3 {
  color: white;
}

.exit-box{
  background-color: #A6D4FF;
  padding: 1.25rem 2.5rem;
  position: relative;
  text-align: center;
}

.exit-box h3{
  font-weight: 700;
  font-size: 1.625rem;
  color: #11306E;
  text-align: center;
}

.exit-box p{
  font-size: 1.25rem;
  font-weight: 700;
  color: #11306E;
  text-align: center;
  margin-top: 1.25rem;
  margin-bottom: 1.875rem;
}


.exit-box .main-button{
  background: #11306E;
  color: white;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  font-size: 1.375rem;
  padding: 1.25rem 4.375rem;
  transition: all .3s ease;
  font-weight: 700;
}

.exit-box .main-button:hover{
  background: white;
  color: #11306E;

  transition: all .3s ease;
}

.exit-container{

  margin-bottom: 5rem;
}
.exit-border-doted::before {
  width: 6.25rem;
  height: 6.25rem;
  content: "";
  position: absolute;
  top: -1.875rem;
  left: -1.875rem;
  background-color: white;
  background-image: url(../../images/ikonaexp.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 64%;
  z-index: 0;
}

.exit-border-doted p{
  position: relative;
  z-index: 4;
}

.arrow-container {
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 3.125rem;
}

.exit-border-doted .main-button{
  
    display: inline-block;
    background: #A6D4FF;
    padding: .75rem 1.25rem;
    color: #11306E;
    font-weight: 700;
    transition: all .3s ease;
    min-height: 0!important;
    text-align: center;
    text-decoration: none;

  }
  .exit-border-doted .main-button:hover{
    background: #11306E;
    color: #A6D4FF;
    transition: all .3s ease;

  }

  .pl-60{
    padding-left: 3.75rem!important;
  }
  .dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.dropbtn {
    background-color: #f9f9f9;
    border: .0625rem solid #ccc;
    padding: .3125rem;
    cursor: pointer;
    width: 100%;
    text-align: left;
    font-size: .75rem;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 50vw; /* Ustaw szerokość na 300% */
    box-shadow: 0rem .5rem 1rem 0rem rgba(0,0,0,0.2);
    z-index: 1;
    padding: .625rem .5rem .625rem .625rem; /* Dodaj padding .5rem z prawej */
    box-sizing: border-box;
    overflow-x: auto; /* Dodaj przewijanie w poziomie */
    white-space: nowrap; /* Zapewnij, że zawartość nie będzie się zawijać */
}
.dropdown-content.right {
  right: 0;
  left: auto; /* Upewnij się, że left jest resetowane */
}
.dropdown-content input[type="checkbox"] {
    margin-right: .625rem;
}

.dropdown-content label {
    display: block;
    cursor: pointer;
    font-size: .75rem;
    margin-bottom: .3125rem; /* Dodaj przestrzeń między checkboxami */
}

.dropdown-content .apply-btn {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: .3125rem .625rem;
    cursor: pointer;
    font-size: .75rem;
    margin-bottom: .625rem;
    width: 100%;
}

.dropdown-content .apply-btn:hover {
    background-color: #45a049;
}


.selected-values-container {
  white-space: normal;
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding: 5px;
  margin-bottom: 10px;
  background-color: #f0f0f0;
  border-radius: 4px;
}
.selected-values-label {
  font-weight: bold;
}
.selected-values {
  display: inline-block;
  max-width: 100%;
}

.show {
    display: block;
}


p.yellow{
  color: #FFDD00;
}

.sr-container {
  margin-bottom: 15px;
  padding: 20px;
  background-color: #e7e6e6;
  width: 50%;
  margin-bottom: 15px;
}
.sr-header {
  font-size: 18px;
  font-weight: bold;
  color: black;
  margin-bottom: 10px;
}
.sr-input {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
  outline: none;
  flex-grow: 1;
}
.sr-button {
  padding: 10px 20px;
  background-color: #003399;
  color: white;
  border: 2px solid #003399;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  outline: none;
  display: flex;
  align-items: center;
}
.sr-button:hover {
  background-color: white;
  color: #003399;
  border-color: #003399;
}
.sr-button:hover i {
  color: #003399;
}
.sr-button i {
  font-size: 16px;
  color: white;
}
.no-results {
  margin-top: 20px;
  font-size: 18px;
  color: red;
}
.highlight {
  background-color: yellow;

}

ol ol {
  list-style-type: lower-alpha; /* a, b, c, ... */
}


.custom-table-container {
  overflow-x: auto;
}
.custom-table {
  border-collapse: collapse;
  width: 100%;
}
.custom-table th {
  background-color: #003399;
  color: white;
  font-weight: 700;
  padding: 8px;
}
.custom-table td {
  color: #003399;
  padding: 8px;
  border-right: 1px solid #d3d3d3;
}
.custom-table td:last-child {
  border-right: none;
}
.custom-table tr {
  border-bottom: 1px solid #d3d3d3;
}
.custom-table tr:last-child {
  border-bottom: none;
  background-color: #a6d4ff;
  color: #003399;
  font-weight: 700;


}

#returnButton{
  background: #003399;
  color: white;
  font-size: 16px;
  font-weight: 600;
  position: fixed;
  bottom: 1.25rem;
  left: 1.25rem;
  padding: 12px 48px;
  display: none;
  border: none;
}

.grid-container{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.grid-container .button-container .main-button{
  min-width: 0;
  width: 100%;
  padding: 1.25rem;
}

@media (max-width: 768px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

#returnButton:hover {
  background-color: #a6d4ff;
  color: #003399;
  transition: all .3s ease-in;
}

@media (max-width: 48rem) {
  .custom-table-container {
      overflow-x: auto;
  }
}

@media (max-width: 48rem) {
  .sr-container {
      width: 100%;
  }
}

@media only screen and (max-width: 48rem) {
  .pdf-dropdown.animate.show{
translate: none;
top:initial;
bottom: 4rem;
width: 100%;
left: 1rem;
  }
  #returnButton{
    right: 5rem;
    left: initial;
    z-index: 20;
  }
  .mov-circ{
    left: -2.375rem!important;
    top: -2.75rem!important;
  }
  .wysiwyg a{
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
  }
  .col-12 .main-button{
    width: 100%;
  }
  .content{
    padding-bottom: 5rem;
  }

  .pl-60{
    padding-left: .9375rem!important;
  }
  .content {

    h1,
    h2,
    h3 {
      font-size: 1.375rem;
    }

    p,
    ol,
    ol li,
    ul,
    ul li,
    a,
    .wysiwyg a {
      font-size: .9375rem;
    }

    .main-button {
      font-size: .875rem;
    }

    .link-button span {
      font-size: .875rem;
    }
  }

  .col-md-12 .main-button {
    min-width: 12.5rem;
    padding: .9375rem 2.5rem;
  }

  .button-container .circle-button-icon, .exit-box .circle-button-icon {
    width: 5rem;
    height: 5rem;
    left: -1.375rem;
    top: -0.75rem;
  }

  .content .arrow-container {
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
  }

  .content .arrow-container img {
    max-width: 3.125rem;
  }

  .col-md-6 .main-button,
  .col-md-12 .main-button {
    min-width: 0;
    padding: .9375rem .625rem;
  }

 
  .col-12 .main-button,
  .col-md-12 .main-button {
    width: 80%;
  }

  .button-container .main-button {
    padding: .625rem;
  }
  .col-6 .main-button {
    width: 100%;
  }


  .info-modal {
    top: -3.125rem;
 
    right: 0;
  }

  .col-md-12 .main-button {
    min-width: 12.5rem;
    padding: .9375rem 1.875rem;
  }

  .col-md-3 .main-button:not(.arrow-button) {
    min-height: 0;
  }

  .ord-1 {
    order: 1;
  }

  .ord-2 {
    order: 2;
  }

  .fade-info-button div {
    width: 5rem;
    height: 5rem;
    padding: .25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -4.0625rem;
    top: -0.5625rem;
    border-radius: 50%;
    background: #003399;
  }
  .fade-info-button {
    cursor: pointer;
    width: 18.75rem;
    background: #003399;
    color: white;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.6875rem;
    position: absolute;
    padding: .5rem 1.875rem;
    height: 3.8125rem;
    display: flex;
    align-items: center;
    z-index: 5;
}
.fadein-info .fade-info-button {
  right: -1.75rem;
} .tp-100{
  top: 11.25rem;
}
.tp-200{
  top: 17.5rem;
}
.floating-buttons{
  bottom: 0;
    top: initial;
    flex-direction: row;
    transform: none;
    left: 0;
    width: 100%;
    background: white;
    padding: .5rem 1.25rem;
    z-index: 10;
}
#scrollToTopBtn {
z-index: 22;
}
.table-content{
  overflow: scroll;
}
.exit-box{
  max-width: 70%;
  margin: auto;
  margin-bottom: 1.875rem;
}
.exit-box .main-button{
  padding: .625rem;
}
.exit-border-doted{
  width: 70%;
  margin: 1.875rem auto 6.25rem;
}

.fadein-info {
  width: 85vw;
  left: -85vw;
}

.fadein-info h3{
  font-size: 1.125rem;
}
.fadein-info .wysiwyg{
  padding: 0;
}
}