body {
  margin: 0;
  padding: 0;
  font-family: 'Raleway';
  position: relative;
  font-size: 20px;
  overflow-x: hidden;
}

::selection {
  background: #0A6781;
  background: #f30;
  color: #ffffff;
}

img {
  max-width: 100%;
}

a {
  color: #033;
  text-decoration: none;
}

h1 {
  text-align: center;
  font-weight: bold;
  font-family: 'Raleway Extrabold';
  color: #0A6781 !important;
  font-size: 2rem !important;
  font-variant: small-caps;
  margin: 50px auto;
  line-height: 1;
}

h2 {
  font-family: 'Raleway Extrabold';
  font-size: 3rem !important;
  color: #0A6781;
  font-weight: bold;
  font-variant: small-caps;
}

h3 {
  font-family: 'Raleway Extrabold';
  font-size: 1.75rem !important;
  color: #0A6781;
  font-weight: bold;
  font-variant: small-caps;
}

b,
strong {
  font-family: 'Raleway ExtraBold', sans-serif;
}

main {
  min-height: 87vh;
  line-height: 1.75;
  padding-bottom: 5rem;
}

#response {
  border: 1px solid rgba(255, 255, 255, .25);
  margin-top: 10px;
  padding: 10px;
  min-height: 20vh;
  word-wrap: break-word;
  /* overflow-y: auto; */
  text-align: center;
}

.loader {
  font-size: 128px;
}

.lds-dual-ring {
  display: inline-block;
  width: 256px;
  height: 256px;
  margin: 5vh auto;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 256px;
  height: 256px;
  margin: 8px;
  border-radius: 50%;
  border: 32px solid #0A6781;
  border-color: #0A6781 transparent #0A6781 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
  display: block;
  margin: 8px auto;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.table th,
.table td {
  vertical-align: middle;
}

.table th {
  font-variant: small-caps;
}

.danger {
  color: #f30;
}

.success {
  color: lime;
}

h2 {
  font-size: 24px;
  font-weight: bold;
}

h3 {
  font-size: 18px;
  font-weight: bold;
}

#preturi h3 {
  text-align: center;
}

#preturi .btn {
  font-weight: bolds;
}

footer {
  background-color: #045;
  color: #eee;
  padding: 50px 20px;
  min-height: 25vh;
  margin-top: 2rem;
  font-size: 16px;
}

footer h4 {
  font-variant: small-caps;
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
  font-family: 'Raleway Bold';
}

footer a {
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
}

footer a:hover {
  color: #fff;
}

footer a.logo {
  font-size: 20px;
}

footer ul {
  padding-left: 5px;
}

footer p {
  color: #bbb;
}

copyright {
  background-color: #023;
  text-align: center;
  font-size: 14px;
  color: #ccc;
  display: block;
  padding: 15px;
}

.blue {
  color: #13f;
}

#about p {
  margin: 0 0 20px 0;
  background-color: rgba(0, 0, 0, .1);
  padding: 15px;
}

input {
  margin-bottom: 10px;
}

#main-nav {
  background-color: #0A6781;
  text-align: right;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 300ms ease;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 5px;
  box-shadow: 0 0 3px #000;
}

pre {
  max-width: 100%;
}

.nav-link {
  cursor: pointer;
  padding: 5px;
  color: #555;
  font-weight: bold;
  padding: 5px 15px;
  font-variant: small-caps;
}

.nav-link:hover {
  color: #fff !important;
  background-color: #0A87A1 !important;
}

.nav-link.active {
  color: #fff !important;
  background-color: #0A6781 !important;
}

#offcanvasRight {
  z-index: 99999999;
}

#offcanvasRight .btn-close {
  z-index: 999999;
  color: #000 !important;
  font-size: 24px;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.offcanvasLink {
  font-size: 32px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-top: 0px;
}

.tab-pane {
  padding: 10px 0;
}

.tab-pane p {
  padding: 10px;
}

.tab-pane img {
  max-height: 64px !important;
}

.bg-light {
  padding: 10px;
  background-color: #ddd;
}


.bg-light-blue {
  background-color: #eef;
}

.red {
  color: #f66;
}

.bold {
  font-weight: bold;
}

.green {
  color: green;
}

.myTeal {
  color: #0A6781;
}

.bgWhite {
  background-color: #fff;
  display: inline-block;
  padding: 0 3px;
  border-radius: 10px;
}

.btn-primary {
  background-color: #0A6781 !important;
  border: 2px solid #0A6781 !important;
}

.bg-primary {
  background-color: #0A6781 !important;
}

.btn-primary:hover {
  background-color: #2A87A1 !important;
}

@media screen and (max-width: 1000px) {

  html {
    scroll-behavior: smooth;
  }

  html,
  body {
    font-size: 14px;
  }
}

html {
  scroll-behavior: smooth;
}

@media screen and (max-width: 768px) {

  html,
  body {
    font-size: 13px;
  }
}

@media screen and (max-width: 640px) {

  html,
  body {
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  .px-32 {
    padding: 0;
  }
}

#meniu {
  list-style-type: none;
  padding: 0 0 0 10px;
}

#meniu a {
  display: block;
  padding: 5px;
  font-variant: small-caps;
  text-decoration: none;
  color: #111;
  font-size: 18px;
}

#meniu a:hover {
  background-color: #0A6781;
  color: #fff;
}

.offcanvas-heade {
  position: relative;
}

.container {
  max-width: 90vw;
}

.anpc img {
  width: 200px;
}

.hero-img {
  animation: up-down 2.5s ease-in-out infinite alternate-reverse both;
}

@keyframes up-down {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-40px);
  }
}

.container .row img {
  position: sticky;
  top: 20vh;
}

#logo {
  text-decoration: none;
  color: #fff;
  font-family: 'Raleway Extrabold';
  font-size: 32px;
  display: block;
  margin-top: 5px;
}

#logo .cog,
.logo .cog {
  animation-name: ckw;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  display: inline-block;
}

@keyframes ckw {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(360deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(90deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

h6 {
  font-family: 'Raleway Extrabold', sans-serif !important;
  font-weight: bold !important;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top,
.toTop {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 5px;
  bottom: 5px;
  z-index: 99999;
  background: #185A7D;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
  text-decoration: none;
  box-shadow: 0 0 2px #fff;
}

.back-to-top i,
.toTop i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover,
.toTop:hover {
  background: #387A9D;
  color: #fff;
}

.back-to-top.active,
.toTop.active {
  visibility: visible;
  opacity: 1;
}

/* GDPR */
#gdpr-link {
  position: fixed;
  right: 55px;
  bottom: 5px;
  z-index: 999999;
  background: #185A7D;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
  text-decoration: none;
  box-shadow: 0 0 2px #fff;
}

#gdpr-link i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

#gdpr-link:hover {
  background: #387A9D;
  color: #fff;
}

#gdpr-link.active {
  visibility: visible;
  opacity: 1;
}

/* GDPR Overlay */
#gdpr-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999998;
  backdrop-filter: blur(3px);
}

/*  GDPR block */
#gdpr {
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 600px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 30px;
  z-index: 99999999;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  display: none;
  font-size: 14px;
}

#gdpr h3 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #185A7D;
}

#gdpr p {
  margin-bottom: 20px;
  line-height: 1.6;
}

#gdpr a {
  font-weight: bold;
  color: #185A7D;
  text-decoration: none;
}

#gdpr a:hover {
  text-decoration: underline;
}

#gdpr-content {
  position: relative;
}

#gdpr .close {
  position: absolute;
  right: -10px;
  top: -10px;
  cursor: pointer;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #f0f0f0;
  border-radius: 50%;
  transition: all 0.3s ease;
  color: #333;
}

#gdpr .close:hover {
  background-color: #185A7D;
  color: #fff;
  transform: rotate(90deg);
}

#gdpr .gdpr-options {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
}

#gdpr .gdpr-option {
  padding: 15px;
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 10px;
  border: 2px solid #e9ecef;
  transition: border-color 0.3s ease;
}

#gdpr .gdpr-option:hover {
  border-color: #185A7D;
}

#gdpr .form-check-input {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

#gdpr .form-check-input:disabled {
  cursor: not-allowed;
}

#gdpr .form-check-label {
  cursor: pointer;
  user-select: none;
}

#gdpr .form-check-label strong {
  display: block;
  margin-bottom: 3px;
  color: #333;
}

#gdpr .form-check-label small {
  font-size: 12px;
  color: #6c757d;
}

#gdpr .gdpr-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

#gdpr .gdpr-buttons .btn {
  padding: 10px 20px;
  font-weight: 500;
  border-radius: 6px;
  transition: all 0.3s ease;
}

/* menu scroller */
#main-nav.scroll-up {
  transform: translateY(0);
}

#main-nav.scroll-down {
  transform: translateY(-100%);
}

.pachet ul {
  min-height: 250px;
}

.bg-blue {
  background-color: #0d6efd;
}

.bg-indigo {
  background-color: #6610f2;
}

.bg-main {
  background-color: #0A6781;
}

.bg-purple {
  background-color: #6f42c1;
}

.bg-pink {
  background-color: #d63384;
}

.bg-red {
  background-color: #dc3545;
}

.bg-orange {
  background-color: #fd7e14;
}

.bg-yellow {
  background-color: #ffc107;
}

.bg-green {
  background-color: #198754;
}

.bg-teal {
  background-color: #20c997;
}

.bg-cyan {
  background-color: #0dcaf0;
}

[data-title]:hover:after {
  opacity: 1;
  transition: all 0.1s ease 0.5s;
  visibility: visible;
}

[data-title]:after {
  content: attr(data-title);
  position: absolute;
  bottom: -1.6em;
  left: 100%;
  padding: 4px 4px 4px 8px;
  color: #222;
  white-space: nowrap;
  border-radius: 5px;
  padding: 5px;
  font-size: 12px;
  background-color: rgba(0, 0, 0, .75);
  color: #fff;
  opacity: 0;
  z-index: 99999;
  visibility: hidden;
}

[data-title] {
  position: relative;
}

[data-title].left:after {
  left: -80px;
  bottom: -25px;
}

/* Removed custom .card styles that were overriding Bootstrap */


@media screen and (max-width: 768px) {
  #gdpr {
    width: 95%;
    padding: 20px;
  }

  #gdpr h3 {
    font-size: 20px;
  }

  #gdpr .gdpr-buttons {
    flex-direction: column;
  }

  #gdpr .gdpr-buttons .btn {
    width: 100%;
  }
}


.theCard {
  padding: 10px;
  margin: 20px;
}

.theCard:hover {
  box-shadow: 0 0 5px #ccc;
}

.theCard .title {
  font-weight: bold;
  font-variant: small-caps;
  font-size: 24px;
  margin: 0 10px 10px;
  padding: 0 10px 10px;
}

.theCard .bg-light {
  margin: 10px;
  padding: 10px;
  font-size: 16px;
  font-family: 'Raleway', Courier, monospace;
  background-color: #eee !important;
  max-height: 350px;
  overflow-y: auto;
}

.theCard .bg-info {
  margin: 10px;
  padding: 10px;
  background-color: #eef !important;
}

.theCard .bg-audit {
  margin: 10px;
  padding: 10px;
  background-color: #eeffee !important;
}

.theCard .bg-suggestion {
  margin: 10px;
  padding: 10px;
  background-color: #ffeeee !important;
}

.theCard .fa,
.theCard .fas {
  font-size: 24px;
}

.theCard .fa.success {
  color: #0f3;
}

.theCard .fas.error {
  color: #f30;
}

.theCard .checkStatus .fa {
  font-size: 20px;
}

.theCard .checkInfo {
  cursor: pointer;
  display: inline-block;
  width: 24px;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  background-color: #0ee;
  color: #000;
}

.theCard .checkInfo .fa {
  font-size: 20px;
}

.theCard .fas,
.theCard .fa {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
}

.tab-content {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

input:readonly {
  cursor: not-allowed;
}

#logsTable {
  border: 1px solid #ccc;
  width: 100%;
  margin: 0 0 20px;
}

#logsTable th {
  text-align: center;
}

#logsTable th,
#logsTable td {
  color: #000;
  border: 1px solid #ccc;
  padding: 5px;
  font-size: 14px;
}

#logsTable tr:hover td {
  background-color: #eee;
}

.container80 {
  width: 80%;
  margin: 25px 10%;
}

#notificationMsg {
  position: fixed;
  top: 10px;
  right: 10px;
  background-color: #084761;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  font-size: 20px;
  box-shadow: 0 0 5px #999;
  text-align: center;
  z-index: 99999;
  width: 320px;
  min-height: 32px;
  line-height: 1.231;
  border-radius: 4px;
  font-weight: bold;
}

#notificationError {
  position: fixed;
  top: 10px;
  right: 10px;
  background-color: #c33;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  font-size: 20px;
  box-shadow: 0 0 5px #999;
  text-align: center;
  z-index: 99999;
  width: 320px;
  min-height: 32px;
  line-height: 1.231;
  border-radius: 4px;
  font-weight: bold;
}

#fromFileBlock {
  background-color: #f30;
  text-align: center;
  padding: 5px;
  margin-bottom: 20px;
  color: #fff;
}

#logsTable th {
  cursor: pointer;
  font-size: 14px;
}

#logsTable th.active {
  background-color: lime;
}

.exportPDF {
  margin-bottom: -55px;
  margin-right: 10px;
}

.backupFile {
  padding: 20px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #ccc;
  background-color: #eee;
}

.backupFile:hover {
  background-color: rgba(0, 0, 0, .2);
}

.backupFile a {
  text-decoration: none;
  color: #000;
  display: inline-block;
  background-color: rgba(0, 0, 0, .2);
  margin: 5px;
  padding: 5px 10px;
}

.backupFile a:hover {
  background-color: #f30;
  color: #fff;
}

input[readonly] {
  background-color: #eee;
}

.checkbox-list {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.checkbox-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
}

.checkbox-list li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 5px;
  width: 16px;
  height: 16px;
  border: 2px solid #555;
  background-color: white;
  box-sizing: border-box;
}

iframe {
  border: 1px solid #ccc;
}


.flags {
  text-align: center;
}

.flags a {
  padding: 8px;
}

.flags a img {
  width: 40px;
  border-radius: 50%;
}

#meniu .flags a {
  width: 48px !important;
  display: inline-block !important;
}

hr {
  margin: 5px 0 10px;
}

.tab-pane img.screenShots {
  max-height: 192px !important;
}

.circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 18px solid;
  /* grosimea borderului */
  background-color: white;
  /* interior alb */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding: 20px;
  box-sizing: border-box;
  flex-shrink: 0;
  color: inherit;
  /* textul va lua culoarea din stil inline */
  margin: 0 20px;
}

.circle span {
  line-height: 1.3;
  color: inherit;
  /* moștenește culoarea din părintele .circle */
}

.circle .bigCo2 {
  font-weight: bold !important;
  font-family: 'Raleway ExtraBold';
  font-size: 32px !important;
}

.table-xs th,
.table-xs td {
  font-size: 16px;
}

select.form-select {
  -webkit-appearance: none !important;
  /* Safari, Chrome */
  -moz-appearance: none !important;
  /* Firefox */
  appearance: none !important;
  /* Standard */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-caret-down-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14l-4.796-5.481A.5.5 0 0 1 2.451 5h11.098a.5.5 0 0 1 .38.82l-4.796 5.48a.5.5 0 0 1-.766 0z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 0.75rem center !important;
  background-size: 1em 1em !important;
  padding-right: 2rem !important;
}

select {
  appearance: auto !important;
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
}

#steps {
  padding: 3rem 1rem;
  background-color: #fff;
  text-align: center;
}

.steps-title {
  color: #045;
  font-size: 2rem;
  margin-bottom: 2rem;
  font-weight: 600;
  line-height: 1.1;
}

.steps-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.step-card {
  position: relative;
  background-color: #045;
  color: #fff;
  padding: 2rem;
  border-radius: 1rem;
  width: 300px;
  min-height: 260px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  cursor: default;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  display: block;
}

a.step-card {
  cursor: pointer;
}

.step-card.red {
  background-color: #c33;
}

a.step-card:hover {
  background-color: #056;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

a.step-card.red:hover {
  background-color: #d44;
}

.step-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
}

.step-number {
  position: absolute;
  bottom: 0px;
  left: 10px;
  font-size: 5rem;
  color: rgba(255, 255, 255, 0.15);
  font-weight: bold;
  z-index: 0;
}

.step-title {
  position: relative;
  z-index: 1;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #fff;
}

.step-text {
  position: relative;
  z-index: 1;
  font-size: 1rem;
  line-height: 1.231;
  color: #fff;
}

.audit-button-container {
  text-align: center;
  margin: 0px auto 30px;
}

.audit-button {
  background-color: #F66;
  color: white;
  padding: 15px 20px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
  display: inline-block;
  font-size: 1.5rem;
  transition: background-color 0.3s ease;
  font-variant: small-caps;
  font-weight: bold;
  font-family: 'Raleway ExtraBold';
  margin-bottom: 10px;
}

.call-button-container {
  text-align: center;
  margin: 0px auto 30px;
}

.call-button {
  background-color: #045;
  color: white;
  padding: 15px 20px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
  display: inline-block;
  font-size: 1.5rem;
  transition: background-color 0.3s ease;
  font-variant: small-caps;
  font-weight: bold;
  font-family: 'Raleway ExtraBold';
  margin-bottom: 10px;
}

.call-button.danger {
  background-color: #F66;
}

.call-button {
  transition:
    background-color 0.3s ease,
    transform 0.15s ease,
    box-shadow 0.15s ease;
}

.call-button:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
}

.audit-button:hover {
  background-color: #e05555;
}

.text-primary {
  color: #045 !important;
}

.text-primary-light {
  color: #09a !important;
}

.badge {
  padding: 8px;
}

.ce-primiti .packages {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.ce-primiti .package {
  flex: 1;
  padding: 20px;
  color: white;
  border-radius: 10px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ce-primiti .gratuit {
  background-color: #d9534f;
  /* roșu */
}

.ce-primiti .standard {
  background-color: #f0ad4e;
  /* galben */
}

.ce-primiti .avansat {
  background-color: #337ab7;
  /* albastru */
}

.ce-primiti .package h3 {
  margin-top: 0;
  font-size: 1.5em;
}

.ce-primiti .package p {
  flex-grow: 1;
}

.ce-primiti .package a.button {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  border: 2px solid white;
  color: white;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
  background-color: transparent;
}

.ce-primiti .gratuit a.button:hover {
  background-color: white;
  color: #d9534f;
  /* roșu */
}

.ce-primiti .standard a.button:hover {
  background-color: white;
  color: #f0ad4e;
  /* galben */
}

.ce-primiti .avansat a.button:hover {
  background-color: white;
  color: #337ab7;
  /* albastru */
}

.ce-primiti .package ul {
  list-style: none;
  padding-left: 0;
}

.ce-primiti .package li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  color: white;
  line-height: 1.5;
}

.ce-primiti .package li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: white;
  font-weight: bold;
}

@media (max-width: 768px) {
  .ce-primiti .packages {
    flex-direction: column;
  }

  .cadruPdf {
    width: 100% !important;
  }
}

.banner {
  background-color: #0A6781;
  color: #fff;
  font-weight: bold;
  font-family: 'Raleway ExtraBold', sans-serif;
  padding: 2rem 0;
}

.containerSiteuri {
  background-color: #0A6781;
  padding: 1rem 3rem;
}

.tab-content .tab-pane {
  background-color: #fff;
  padding: 0;
}

.bg-dark th {
  background-color: #ccc;
}

.webrt {
  font-family: 'Nevan', sans-serif;
  font-size: 28px;
}

.webrt_logo {
  height: 40px;
}

.nevan {
  font-family: 'Nevan', sans-serif;
}

.sticky {
  position: sticky;
  top: 20vh;
}

@media (max-width: 640px) {
  .col {
    width: 100%;
    display: block;
  }

  .col {
    flex: 0 0 100%;
  }
}

@media (max-width: 1300px) {
  .s1000w {
    display: none;
  }
}