/* RESPONSYWNY PANEL LOGOWANIA CAPTCHA */
.captcha-container {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 12px 0 !important;
    margin: 8px 0 !important;
}

.login-captcha-wrapper {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 200px !important;
    max-width: 200px !important;
}

.login-captcha-wrapper .cf-turnstile {
    transform: scale(0.7) !important;
    transform-origin: center center !important;
    margin: 0 !important;
}

/* RESPONSYWNOŚĆ - różne rozmiary ekranów */
@media (max-width: 480px) {
    .login-captcha-wrapper .cf-turnstile {
        transform: scale(0.6) !important;
    }
}

@media (min-width: 768px) {
    .login-captcha-wrapper .cf-turnstile {
        transform: scale(0.75) !important;
    }
}


html {
  position: relative;
  min-height: 100%;
}

body {
  background: #eaeaea;
  margin-bottom: 314px !important;
}
::selection {
  color: white;
  background: #0176af;
  text-shadow: #0176af;
}

::-moz-selection {
  color: white;
  background: #0176af;
  text-shadow: #0176af;
}

input::selection,
textarea::selection {
  color: white;
  background: #0176af;
}

.form-select:disabled,
.form-control:disabled,
input:disabled,
button:disabled,
select:disabled {
  cursor: not-allowed;
  background-color: rgba(255, 255, 255, 0.671);
}

button {
  transition: all 0.2s;
  background: none;
  border: 2px dotted #363636;
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 500;
  margin: 5px;
}
section input[type='button'],
section input[type='submit'] {
  transition: all 0.2s !important;
  background: none !important;
  border: 2px dotted #363636 !important;
  padding: 6px 20px;
  font-size: 14px !important;
  font-weight: 500 !important;
}

i.disabled,
button.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
input::placeholder {
  color: black !important;
}
input,
select {
  border-radius: 0 !important;
  border: 1px solid #0176af !important;
  color: black !important;
}
input:focus,
select:focus,
textarea:focus {
  box-shadow: none !important;
  border: 1px solid #0176af !important;
}

section a {
  color: #0176af;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s;
}

section a:hover {
  text-decoration: underline;
}

textarea {
  border-radius: 0 !important;
  border: 1px solid #b1d0e0 !important;
  color: black !important;
}

input.error,
select.error,
input.error::placeholder {
  color: #ff0000 !important;
  border-color: #ff0000 !important;
}

header nav.navbar {
  background: #363636 !important;
}

header nav .navbar-brand {
  min-width: 180px;
  min-height: 52px;
  background: url('images/headerlogo.webp') no-repeat;
  background-size: contain;
  transition: all 0.3s;
}
header nav .navbar-brand:hover {
  opacity: 1;
}

header nav .badge {
  background: white !important;
  color: #60bce9;
  transition: all 0.3s;
}
header nav .border-dotted:hover .badge {
  background: #60bce9 !important;
  color: white;
}

header nav button,
header .list-inline li a {
  text-decoration: none;
  transition: all 0.3s;
}

header nav .border-dotted {
  padding-top: 4px;
  padding-bottom: 4px;
  color: white;
}
header nav .lang {
  right: 20px;
  position: absolute;
}

header nav .login li {
  border: none !important;
  text-align: center;
  margin: 15px 0;
}
header nav .login li input {
  color: white !important;
  border-color: #1e1e1e !important;
  background: #4b4b4b;
  padding: 4px 8px;
}
header nav .login li input::placeholder {
  color: white !important;
}
header nav .login #rememberMe {
  cursor: pointer;
  font-size: 12px;
}
header nav .login .fa-square-check {
  color: #82c52d;
}
header nav .login li a {
  color: #6a6a6a;
  text-decoration: underline;
}

header nav #loginAjaxButton,
header nav .login li button[type='submit'],
header nav .login li input[type='submit'] {
  background: #82c52d;
  border: none;
  width: 100%;
  margin: 0;
}



/* Usunięte - style są teraz w _stylesheet.css */

header nav .dropdown ul {
  border-radius: 0;
  border: 0;
  background: #363636;
  padding: 10px 10px 5px 10px;
  transition: all 0.3s;
}
header nav .dropdown ul li {
  border-bottom-style: dotted;
  border-color: white !important;
  border-width: 2px;
  transition: all 0.3s;
}

header nav .dropdown ul li#securityCaptcha div div {
  margin: 0 auto;
}

header nav .dropdown ul li#securityCaptcha div div iframe {
  max-width: -webkit-fill-available;
  scale: 0.9;
}
header nav .dropdown ul li:last-child {
  border: 0;
}
header nav .dropdown ul li a {
  transition: all 0.3s;
}
header nav .list-inline .dropdown ul li a {
  transition: all 0.3s;
  font-size: 12px;
}
header nav .dropdown ul li a:hover {
  color: white;
  background: transparent;
}
header nav .dropdown ul li a.active {
  color: #60bce9;
  background: transparent;
}

a.border-dotted.border-white {
  color: white;
}

header nav .navbar-nav .nav-link.active,
header nav .navbar-nav .nav-item.dropdown a.show,
header nav .list-inline .dropdown a.show,
header nav .lang li a:hover,
header .lang li a.active,
a.border-dotted.border-white:hover,
header nav .border-dotted.active,
header nav .border-dotted:hover {
  color: #60bce9;
  border-color: #60bce9 !important;
}

.dotted-line {
  border-top-style: dotted;
  border-color: white !important;
  border-width: 3px;
  color: white;
  opacity: 1;
  position: absolute;
  width: calc(100% + 35px);
}

.dotted-line.right {
  right: 0;
  width: calc(100% + 10px);
}

section.home {
  background: #046a9c url('images/blue.webp') center center no-repeat;
  background-size: cover;
  min-height: 689px;
  text-align: center;
  color: white;
}
section.home.laptop {
  background: #222222 url('images/laptop.png') center center no-repeat;
  background-size: cover;
  min-height: 639px;
}
section.home.laptop h4 {
  color: #0fa7f2 !important;
}
section.home.laptop button.btn-register-back,
section.home.laptop button.btn-register-next {
  color: #0fa7f2 !important;
  border-color: #0fa7f2;
}

section.home .carousel-indicators {
  position: relative;
}

.services {
  background: white;
}

#servicesCarousel .carousel-inner {
  height: 50px;
}

.btn-services-carousel-prev,
.btn-services-carousel-next {
  border-style: dotted;
  border-color: black;
  border-width: 2px;
  color: black;
  background: white;
  width: 50px;
  height: 50px;
}

.services p {
  font-size: 16px;
  margin: 0;
}
section.home h3 {
  font-size: 1.5rem;
  font-weight: 400;
}
section.home h4 {
  color: white;
  font-size: 2.5rem;
  font-weight: 700;
  text-shadow: 2px 2px black;
}

.home .fb-btn {
  background: #3b5a96;
  border-style: dotted;
  border-color: white;
  border-width: 2px;
  color: white;
  padding: 10px 20px;
}

.home .btn-register-back {
  border-style: dotted;
  border-color: white;
  border-width: 2px;
  color: white;
  background: transparent;
  width: 38px;
  height: 38px;
  margin: 0;
  padding: 0;
}

.home .btn-register-next {
  border-style: dotted;
  border-color: white;
  border-width: 2px;
  color: white;
  background: transparent;
  margin: 0;
}

.home .input-register input.focus,
.input-register input {
  border-radius: 0;
  border-right: 0 !important;
  border-top: 1px solid black !important;
  border-left: 1px solid black !important;
  border-bottom: 1px solid black !important;
  box-shadow: 0 0 0 0 !important;
}

.home .input-register .input-group-append {
  border-radius: 0;
  background: white;
  border-left: 0 !important;
  border-top: 1px solid black !important;
  border-right: 1px solid black !important;
  border-bottom: 1px solid black !important;
}
.home .input-register .input-group-append span {
  border-radius: 0;
  background: white;
  border: 0;
}

section.home .carousel-item.error .input-group.input-register .input-group-append {
  border-radius: 0;
  background: white;
  border-left: 0 !important;
  border-top: 1px solid #ff0000 !important;
  border-right: 1px solid #ff0000 !important;
  border-bottom: 1px solid #ff0000 !important;
}

section.home .carousel-item.error .input-group.input-register input::placeholder {
  color: #ff0000 !important;
}
section.home .carousel-item.error .input-group.input-register input {
  border-radius: 0;
  border-right: 0 !important;
  color: #ff0000 !important;
  border-top: 1px solid #ff0000 !important;
  border-left: 1px solid #ff0000 !important;
  border-bottom: 1px solid #ff0000 !important;
}

section.home .carousel-item.error .input-group.input-register .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  opacity: 1; /* Firefox */
}

section.home .carousel-item.error .input-group.input-register .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: red;
}

section.home .carousel-item.error .input-group.input-register .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: red;
}

section.home.laptop .carousel-indicators [data-bs-target].error,
section.home .carousel-indicators [data-bs-target].error {
  background-color: #ff0000;
}

section.home.laptop .carousel-indicators [data-bs-target] {
  background-color: #0fa7f2;
}

section.account .top {
  border-top: 1px solid #505050;
  background: #363636;
  color: white;
  padding: 0;
}

section.account .top ul {
  background: #363636;
  transition: all 0.3s;
}
section.account .top ul li:last-child a {
  border: none;
}
section.account .top ul li a {
  transition: all 0.3s;
  color: white;
  border-bottom-style: dotted;
  border-color: white;
  background-color: transparent;
  border-width: 2px;
}
section.account .top ul li a:hover {
  color: #0176af;
  background-color: transparent;
}

section.account .top ul li a.flashget {
  padding-left: 30px;
  background: url('images/flashget.png') left center no-repeat;
  background-size: auto 70%;
}
section.account .top ul li a.jdown {
  padding-left: 30px;
  background: url('images/jdown.png') left center no-repeat;
  background-size: auto 70%;
}
section.account .top ul li a.idm {
  padding-left: 30px;
  background: url('images/idm.png') left center no-repeat;
  background-size: auto 70%;
}
section.account .top .dropdown button.show,
section.account .top button:hover {
  color: #0176af !important;
  border-color: #0176af !important;
}
section.account .top .dropdown button,
section.account .top .dropdown button:hover {
  border: none !important;
}

section.account .top .col-auto {
  border-left: 1px solid #505050;
  border-right: 1px solid #505050;
}

section.account .bottom {
  background: #0176af;
  text-align: center;
}

section.account .bottom a {
  color: white;
  text-decoration: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: all 0.3s;
  font-weight: 500;
  font-size: 14px;
  padding: 5px 0;
}

section.account .bottom a:hover {
  color: #0176af;
  background: #dedede;
}

section.account .bottom a.selected:hover,
section.account .bottom a.selected {
  color: #0176af;
  background: #eaeaea;
}
section.account .bottom a.border-white {
  color: white !important;
  border-color: white;
}

/* Footer styles */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 14px;
  background: #363636;
  z-index: 10;
}

.footer .top {
  color: white;
}

.footer .top h5 {
  color: #0176af;
}

.footer .top h5 i {
  color: white;
}

.footer .top a {
  color: white;
  display: block;
  padding: 5px 0;
  text-decoration: none;
  transition: all 0.3s;
}
.footer .top a:hover {
  text-decoration: underline;
}

.footer .top a i {
  border-style: dotted;
  border-color: white;
  border-width: 2px;
  padding: 5px;
}

.footer .bottom {
  background: #414040;
  color: #777777;
}

.footer .bottom a {
  color: #777777;
  text-decoration: none;
  transition: all 0.3s;
}

.footer .bottom a:hover {
  color: white;
}

#cookieWarnBox,
.cookie-dialog {
  position: fixed;
  background-color: transparent !important;
  bottom: 50px !important;
  left: 40px !important;
  max-width: 310px;
  z-index: 9999;
  opacity: 1 !important;
}

.cookie-dialog .cookie-close {
  background: transparent;
  border: 0;
  color: white;
}

#cookieWarnBox .text,
.cookie-dialog .cookie-content {
  text-align: start;
  background-color: #363636 !important;
  padding: 15px;
  color: white;
  font-size: 14px;
  position: relative;
}

#cookieWarnBox .text a,
.cookie-dialog .cookie-content a {
  color: white;
  font-weight: bold;
  display: inline;
  text-decoration: underline;
  margin-bottom: 15px;
}

#cookieWarnBox #cookieWarnClose,
.cookie-dialog .cookie-accept {
  background: transparent;
  border-style: dotted;
  border-color: white;
  border-width: 2px;
  color: white;
  font-size: 14px;
  padding: 5px 10px;
  margin-top: 15px;
  display: block;
  width: fit-content;
  margin-left: auto;
  cursor: pointer;
  transition: all 0.3s;
}

#cookieWarnBox #cookieWarnClose:hover,
.cookie-dialog .cookie-accept:hover {
  color: #60bce9;
  border-color: #60bce9;
}

.news .news-container .container-fluid {
  background: #eaeaea;
}
.news .news-container.active .container-fluid.content {
  border-top: 1px solid #bdbdbd;
  background: white;
}

.payment-confirmation h5,
.payment-history h5,
.news h5,
section h5 {
  border-bottom: 2px dotted #363636;
  padding: 10px 0px;
  color: #363636;
  font-weight: 700;
  font-size: 18px;
}
section h5 span {
  color: #0176af;
}

.text-blue,
.color-blue {
  color: #0176af !important;
}
.color-blue:hover {
  color: #098ed0 !important;
}

.color-blue.active {
  color: #0fa7f2 !important;
}

section ul.user-raning li {
  font-size: 18px;
  line-height: 25px;
  color: #0176af;
  font-weight: 700;
  border-top: 1px dotted #bdbdbd;
}
section ul.user-raning li:last-child {
  border-bottom: 2px dotted #bdbdbd;
}

section ul.user-raning li i {
  color: black;
}

.news .container .col-auto {
  color: #363636;
  font-weight: 600;
  font-size: 18px;
}

.news .container .col a {
  color: #0176af;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
}

.payment-confirmation p,
.news .news-container .content p {
  font-size: 16px;
}

.news .news-container .container.readmore .col-12 {
  border-top: 2px dotted #363636;
}
.news a {
  color: #363636;
  text-decoration: underline;
  font-weight: 400;
}

.news p.highlited {
  color: #0176af;
  font-weight: 500;
}

.news p.attachements a {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  margin-top: 20px;
}

.news p.attachements img {
  width: 260px;
  height: 160px;
}
.news p.attachements a .overlay {
  position: absolute;
  line-height: 160px;
  top: 0;
  left: 0;
  width: 260px;
  opacity: 0;
  height: 160px;
  transition: all 0.3s ease-in-out;
}
section h4 {
  color: #0176af;
  font-size: 16px;
  font-weight: 600;
}

i.i-bordered {
  padding: 6px 7px;
  color: #0176af;
  border-style: dotted;
  border-width: 2px;
  border-color: #363636;
}

i.i-bordered.blue {
  border-color: #0176af;
}

i.i-bordered.blue.uncheck,
i.i-bordered.uncheck,
i.border-dotted.uncheck {
  color: transparent;
  border-color: #363636;
}

.news p.attachements a:hover .overlay {
  color: #0176af;
  background: white;
  opacity: 0.6;
}

.news .container-fluid.comment {
  background: #c3c3c3;
  font-size: 14px;
}

.news .container-fluid.comment textarea {
  border-radius: 0;
  border: 1px solid #a79d9d;
}

section .row ul.pagination,
section .container-fluid.paginate ul {
  margin: 0 0 0 auto;
}
section .row ul.pagination li,
section .container-fluid.paginate ul li {
  color: #363636;
}

section .row ul.pagination li a,
section .container-fluid.paginate ul li a {
  width: auto;
  margin: 0 5px;
  border-style: dotted;
  border-color: #363636;
  text-decoration: none;
  color: #363636;
  font-weight: 500;
  border-width: 2px;
  font-size: 16px;
  padding: 4px 8px !important;
}
section .row ul.pagination li a:hover,
section .container-fluid.paginate ul li a:hover {
  color: #505050;
  border-color: #505050;
}

.import-links .table,
.payment-history .table {
  background: none;
}
.payment-history .table th {
  background: none;
  border: none;
}
.payment-history .table tbody {
  border-top: 1px solid;
  border: 1px solid #b1d0e0;
}

.payment-history .table tr {
  border-style: dotted;
  border-color: #bbbbbb;
}

.import-links .paginate ul li a {
  background: #b4b3b3;
  padding: 8px 14px;
  color: white;
  text-decoration: none;
}

.import-links .paginate ul li.active a {
  background: #0176af;
}

.import-links table tr td:first-child {
  width: 60px;
}

.plain-card {
  background-color: white;
  border: 1px solid #b1d0e0;
  text-align: center;
  display: block;
  width: 100%;
  font-weight: 700;
  color: #0176af;
  font-size: 25px;
}

.plain-card i {
  color: #363636;
}
h3 {
  font-weight: 700;
  font-size: 35px;
  line-height: 60px;
}

.plain-card h3 span {
  font-size: 20px;
}

.blue-card {
  background-color: #0176af;
  border: 1px solid #005178;
  text-align: center;
  display: block;
  width: 100%;
  font-weight: 700;
  color: white;
  font-size: 25px;
  transition: all 0.3s ease-in-out;
}

.hr-dotted {
  border-top: 2px;
  border-style: dotted;
  border-color: #363636;
  opacity: 1;
}
span.border-dotted,
i.border-dotted {
  border-style: dotted;
  border-color: #363636;
  border-width: 2px;
  line-height: 1;
  padding: 4px 6px;
}
.search-files-tiles .btn-check:checked + .btn {
  border-style: dotted;
  border-width: 2px;
  border-color: #363636;
  border-radius: 0;
}
.search-files-tiles .btn-check:not(:checked) + .btn {
  border-color: transparent;
}
.border-dotted {
  border-style: dotted;
  border-color: #363636;
  border-width: 2px;
}
.border-dotted-force {
  border-style: dotted !important;
  border-color: #363636 !important;
  border-width: 2px !important;
  transition: all 0.2s !important;
  text-transform: uppercase;
  background: none;
  border: 2px dotted #363636 !important;
  padding: 6px 20px !important;
  font-size: 0.7rem !important;
  font-weight: 500 !important;
  margin: 5px !important;
}
.border-dotted-force:hover,
.border-dotted-force:focus {
  border-color: rgb(19, 19, 19) !important;
}
span.border-dotted.blue,
i.border-dotted.blue {
  border-color: #0176af;
}

table.file-history th {
  background: none;
}
table.file-history th,
table.file-history tr,
table.file-history td {
  border: none;
}
table.file-history td a {
  text-decoration: none;
}
.import-links table tbody td,
table.file-history tbody td {
  vertical-align: middle;
  max-width: 400px;
  overflow: hidden;
}
.import-links table td:nth-child(2),
table.file-history td {
  font-size: 10px;
}

table.file-history th.text-end {
  text-align: end;
}

table.file-history a {
  color: #363636;
  text-decoration: none;
}

.pagination-steps li {
  display: inline-block;
  margin-right: 5px;
}

.pagination-steps li a,
.pagination-steps li button {
  display: inline-block;
  padding: 6px 12px;
  color: white;
  background: #b4b3b3;
}
.pagination-steps li a.hover,
.pagination-steps li a.active,
.pagination-steps li button:hover,
.pagination-steps li button.active {
  color: white;
  background: #0176af;
}

table.file-history tr th {
  padding: 2px 5px;
}
table.file-history th {
  padding: 2px 5px 5px 6px;
}

table.file-history tr td {
  padding: 5px 5px 2px 5px;
}

table.file-history tr:last-child td {
  padding: 5px;
}

table.file-history.active tbody {
  border: 1px solid #0176af;
}
table.file-history tbody {
  border: 1px solid #b1d0e0;
}

.blue-card:hover {
  border: 1px solid #b1d0e0;
  cursor: pointer;
}

.blue-card:hover .cover {
  opacity: 0.7;
}

.blue-card h3,
.blue-card h4 {
  color: white;
  line-height: 1;
}

.blue-card h3 {
  font-size: 10px;
}
.blue-card h3 span {
  font-size: 25px;
}

span.download-state {
  padding: 2px;
}
span.download-state span {
  font-size: 12px !important;
  padding: 2px;
  font-weight: bold;
  border-radius: 0;
  transition: all 0.3s;
}

.cover {
  transition: all 0.3s ease-in-out;
  color: black;
  background: white;
  opacity: 0;
}
.cover h3 {
  color: black;
  font-size: 30px;
}

.titleh5 {
  padding: 0px;
  color: #363636;
  font-weight: 700;
  font-size: 18px;
}

.download-state.info span {
  color: white;
  background: #0176af;
}
.download-state.downloaded span {
  color: white;
  background: #138e0a;
  width: 100%;
}
.download-state.downloading span {
  text-align: end;
  padding-right: 3px;
  color: white;
  min-width: 30% !important;
  max-height: 16px;
  overflow: hidden;
  background: #e1901b;
}

section.info-page {
  height: 100%;
  width: 100%;
}

section.info-page h3,
section.info-page h4 {
  color: #0176af;
}

section.info-page h3 {
  font-size: 45px;
  margin-top: 10%;
}
section.info-page h4 {
  font-size: 25px;
  font-weight: 400;
}

.fw-small {
  font-size: 14px;
}

.bg-blue {
  background: #0176af;
}

.pt-05 {
  padding-top: 5px;
}

.pt-03 {
  padding-top: 2px;
}

.pt-02 {
  padding-top: 2px;
}

.fw-hbold {
  font-weight: 500;
}

.payment-card {
  height: 200px;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
}

.payment-card img {
  width: auto;
  height: auto;
  max-height: 80%;
  max-width: 80%;
}

.payment-card:hover {
  border-color: #0176af;
}

.payment-card .cover {
  background-color: rgba(1, 118, 175, 0.8) !important;
  color: white;
}
.payment-card.unavailable:hover {
  border-color: #363636;
}
.payment-card.unavailable .cover {
  color: #a8a8a8;
  background: rgba(240, 240, 240, 0.8) !important;
  opacity: 1;
  cursor: not-allowed;
}

.payment-card:hover .cover {
  opacity: 1;
}

.info-dialog {
  position: fixed;
  top: 20%;
  left: 40px;
  max-width: 250px;
}

.info-dialog .info-close {
  background: transparent;
  border: 0;
  color: #0176af;
}

.info-dialog .info-content {
  background: #0176af;
  padding: 10px 15px;
  color: white;
  font-size: 14px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}

.info-dialog .info-content a {
  color: white;
  font-weight: 700;
}

.info-dialog .info-accept {
  background: transparent;
  border-style: dotted;
  border-color: white;
  border-width: 2px;
  color: white;
  font-size: 14px;
  padding: 5px 10px;
}

.cursor-help {
  cursor: help;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-not-allowed {
  cursor: not-allowed;
}

input[type='submit'].dotted.white {
  transition: all 0.2s !important;
  background: none !important;
  color: white !important;
  border: 2px dotted white !important;
  padding: 6px 20px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

body.lightbox {
  overflow: hidden;
}
div.page-lightbox {
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  color: white;
}
div.page-lightbox .lightbox-container {
  width: 90%;
  margin-top: -10%;
  max-width: 600px;
}
div.page-lightbox .lightbox-container .d-block:nth-child(2) {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}
div.page-lightbox .lightbox-close {
  background: transparent;
  border: 0;
  color: #0176af;
}

div.page-lightbox button {
  background: transparent;
  border-style: dotted;
  border-color: white;
  border-width: 2px;
  color: white;
  font-size: 14px;
}

.payment-choice-slider hr {
  top: 15px;
  margin: 0;
}

.payment-choice-slider .choices li {
  text-decoration: underline;
  font-weight: 500;
  cursor: pointer;
}
.payment-choice-slider .choices li.active {
  color: #0176af;
}
.payment-choice-slider .points {
  margin: 0;
}
.payment-choice-slider .points li {
  position: relative;
  cursor: pointer;
}
.payment-choice-slider .points li span.point {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  left: 50%;
  margin-left: -15px;
  transition: all 0.3s;
}
.payment-choice-slider .points li.active span.point {
  background-color: #0176af;
  border: 1px solid #0176af;
}
.payment-choice-slider .points li span {
  background-color: transparent;
  border: 1px solid transparent;
}
.payment-choice-slider .points li span:last-child {
  opacity: 0;
}
.payment-choice-slider .points li:hover span.point {
  border: 1px solid #0176af;
}

.input-group.position-absolute .search {
  background: white;
  border-left: 0;
  border-style: solid;
  border-color: #0176af;
  border-width: 1px;
}

.videoteka .input-group.position-absolute input,
.videoteka .input-group.position-absolute input:active,
.videoteka .input-group.position-absolute input:focus,
.input-group.position-absolute input:focus {
  border-right: 0 !important;
}
.videoteka .row h5 {
  border: none;
}
.videoteka .row .col-auto {
  width: 170px;
  height: 236px;
  padding: 0;
  border: 1px solid #9b9b9b;
}
.videoteka .row .col-auto a {
  text-decoration: none;
  color: #363636;
}
.videoteka .container .input-group.position-absolute {
  min-width: 250px;
}
.videoteka .row .col-auto img {
  z-index: 9;
  width: 100%;
  height: 100%;
}
.videoteka .row .col-auto .cover {
  background-color: rgba(255, 255, 255, 0.7);
  color: #0176af;
  z-index: 99;
}
.videoteka .row .col-auto .cover span {
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  border: 4px solid #0176af;
}
.videoteka .row .col-auto .cover span i {
  margin-left: 4px;
}
.videoteka .row .col-md-6.active .cover,
.videoteka .row .col-md-6:hover .cover {
  opacity: 1 !important;
}

.videoteka .row .col-md-6 button {
  transition: all 0.3s;
}
.videoteka .row .col-md-6.active button,
.videoteka .row .col-md-6 button:hover {
  color: #0176af;
  border-color: #0176af;
}

.contact .list-item {
  margin: 10px 0;
  cursor: pointer;
}
.contact .list-item {
  text-decoration: none;
  color: #363636;
  display: flex;
  flex-direction: row;
}
.styledCheck {
  cursor: pointer;
}
.contact .list-item i,
.styledCheck i {
  color: transparent;
  align-self: center;
}
.contact .list-item.active i,
.styledCheck.active i {
  color: transparent;
  color: #363636;
}
.contact .list-item.active,
.styledCheck.active {
  color: #0176af;
  font-weight: bold;
}

.contact input,
.contact textarea,
.contact select,
.notes input,
.notes textarea,
.notes select,
.messages input,
.messages textarea,
.messages select {
  border-color: #bdbdbd !important;
}
.contact input:focus,
.contact textarea:focus,
.contact select:focus,
.notes input:focus,
.notes textarea:focus,
.notes select:focus,
.messages input:focus,
.messages textarea:focus,
.messages select:focus {
  border-color: #0176af !important;
}
.notes input::placeholder {
  color: #6a6a6a !important;
}

.contact .text-end input[type='submit'] {
  transition: all 0.2s !important;
  background: none !important;
  border: 2px dotted #363636 !important;
  padding: 6px 20px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  margin: 5px !important;
}


ol li::marker {
  font-weight: bold;
}

.notes .list-unstyled li {
  border-top-style: dotted;
  border-color: #363636;
  padding: 10px 0;
  border-width: 1px;
}
.notes .list-unstyled li:last-child {
  border-bottom-style: dotted;
}
.notes .list-unstyled li a {
  color: #363636;
  text-decoration: none;
}
.notes .list-unstyled li a i {
  color: #363636;
}
.notes .list-unstyled li.active a {
  color: #0176af;
  font-weight: bold;
}
.messages tr.active .fa-angle-up,
.notes .list-unstyled li.active .fa-angle-up {
  color: #0176af;
  border-color: #0176af;
}

.notes li textarea {
  font-size: 14px;
}

.messages table,
.messages tr,
.messages th,
.messages td {
  background: transparent;
}

.messages td .bg-white {
  border: 1px solid #bdbdbd;
}
.messages th,
.messages td {
  border: 0;
}
.messages tr {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom-style: dotted;
  border-color: #363636;
  border-width: 1px;
}
.messages tr.disabled {
  border-color: #bdbdbd;
}
.messages tr.disabled td {
  opacity: 0.3;
}
.messages tr.disabled td:last-child {
  opacity: 1;
}

.payment-choice-cards .list-inline-item {
  cursor: pointer;
  transition: all 0.3s;
  border: 1px solid #dee2e6;
}
.payment-choice-cards .list-inline-item.active,
.payment-choice-cards .list-inline-item:hover {
  background: #0176af !important;
  color: white !important;
}

@media (max-width: 767.98px) {
  section.account .bottom .row {
    flex-direction: column !important;
    text-align: left;
  }
  section.account .bottom .row a {
    padding-left: 10px;
  }
}

@media (max-width: 999.98px) {
  section.account .top,
  section.account .bottom,
  section.account .top button,
  header .list-inline li a {
    font-size: 11px;
  }

  .col-12:has(table) {
    overflow-x: scroll;
  }
  header nav .navbar-collapse .navbar-nav {
    align-items: start !important;
  }
}
@media (max-width: 1322.98px) {
  .home .container-fluid .row .col:nth-child(3) {
    margin-top: -16px !important;
  }
}
@media (max-width: 1399.98px) {
  .contact .list-unstyled {
    font-size: 12px;
  }

  .payment-card {
    height: 150px;
  }

  header .list-inline li a {
    font-size: 12px;
  }
}
@media (max-width: 1599.98px) {
  header nav .lang {
    position: inherit;
  }
}

.dotted-line-middle {
  border-top-style: dotted;
  border-color: white !important;
  border-width: 3px;
  color: white;
  opacity: 1;
  width: 40px !important;
  right: -20px !important;
  position: absolute;
  margin-top: 32px;
}
.dotted-line-middle.right {
  right: auto;
  width: 40px !important;
  left: -20px !important;
}

section.home .container-fluid .row p.pt-2 {
  font-size: 12px;
}

@media (min-width: 521px) {
  body {
    margin-bottom: 290px !important;
  }
}

@media (min-width: 768px) {
  .home .dotted-line-middle {
    width: 40px !important;
    right: -20px !important;
  }
  .home .dotted-line-middle.right {
    width: 40px !important;
    left: -20px !important;
  }
  section.home h4 {
    font-size: 3rem;
  }
  section.home .container-fluid .row p.pt-2 {
    font-size: 14px;
  }
  body {
    margin-bottom: 202px !important;
  }
  div.page-lightbox .lightbox-container {
    width: 70%;
  }
}

@media (min-width: 992px) {
  .home .dotted-line-middle {
    width: 40px !important;
    right: -20px !important;
  }
  .home .dotted-line-middle.right {
    width: 40px !important;
    left: -20px !important;
  }
  body {
    margin-bottom: 199px !important;
  }
  .services p {
    font-size: 18px;
    margin: 0;
  }

  section.account .top .small {
    font-size: 10px !important;
  }
  div.page-lightbox .lightbox-container {
    width: 60%;
  }
  header nav .navbar-brand {
    opacity: 0.8;
  }
}

@media (min-width: 1200px) {
  .home .dotted-line-middle {
    width: 40px !important;
    right: -20px !important;
  }
  .home .dotted-line-middle.right {
    width: 40px !important;
    left: -20px !important;
  }
  section.home .container-fluid .row p.pt-2 {
    font-size: 16px;
  }
  section.home h3 {
    font-size: 2rem;
  }
  body {
    margin-bottom: 192px !important;
  }
  .import-links table td:nth-child(2),
  table.file-history td {
    font-size: 14px;
  }
  div.page-lightbox .lightbox-container {
    width: 100%;
  }
  section.account .bottom a {
    padding: 15px 0;
  }
}

/* RESPONSIVE BAR START */
@media (min-width: 1323px) {
  .home .dotted-line-middle {
    width: 40px !important;
    right: 5px !important;
  }
  .home .dotted-line-middle.right {
    width: 40px !important;
    left: 3px !important;
  }
}
@media (min-width: 1400px) {
  .home .dotted-line-middle {
    width: 40px !important;
    right: -20px !important;
  }
  .home .dotted-line-middle.right {
    width: 40px !important;
    left: -20px !important;
  }
  section.account .top .small {
    font-size: 14px !important;
  }
}
@media (min-width: 1600px) {
  .home .dotted-line-middle {
    width: 30% !important;
    right: -15% !important;
  }
  .home .dotted-line-middle.right {
    width: 30% !important;
    left: -15% !important;
  }
}
@media (min-width: 1700px) {
  .home .dotted-line-middle {
    width: 30% !important;
    right: -20% !important;
  }
  .home .dotted-line-middle.right {
    width: 30% !important;
    left: -20% !important;
  }
  .services p {
    font-size: 20px;
    margin: 0;
  }
}
@media (min-width: 1800px) {
  .home .dotted-line-middle {
    width: 4vw !important;
    right: -3vw !important;
  }
  .home .dotted-line-middle.right {
    width: 4vw !important;
    left: -3vw !important;
  }
}
@media (min-width: 2000px) {
  .home .dotted-line-middle {
    width: 5vw !important;
    right: -4.5vw !important;
  }
  .home .dotted-line-middle.right {
    width: 5vw !important;
    left: -4.5vw !important;
  }
}
@media (min-width: 2300px) {
  .home .dotted-line-middle {
    width: 6vw !important;
    right: -6vw !important;
  }
  .home .dotted-line-middle.right {
    width: 6vw !important;
    left: -6vw !important;
  }
}
@media (min-width: 2900px) {
  .home .dotted-line-middle {
    width: 7vw !important;
    right: -7vw !important;
  }
  .home .dotted-line-middle.right {
    width: 7vw !important;
    left: -7vw !important;
  }
}
@media (min-width: 3500px) {
  .home .dotted-line-middle {
    width: 9vw !important;
    right: -9vw !important;
  }
  .home .dotted-line-middle.right {
    width: 9vw !important;
    left: -9vw !important;
  }
}
@media (min-width: 4000px) {
  .home .dotted-line-middle {
    width: 10vw !important;
    right: -10vw !important;
  }
  .home .dotted-line-middle.right {
    width: 10vw !important;
    left: -10vw !important;
  }
}
@media (min-width: 4500px) {
  .home .dotted-line-middle {
    width: 11vw !important;
    right: -11vw !important;
  }
  .home .dotted-line-middle.right {
    width: 11vw !important;
    left: -11vw !important;
  }
}
@media (min-width: 5000px) {
  .home .dotted-line-middle {
    width: 12vw !important;
    right: -12vw !important;
  }
  .home .dotted-line-middle.right {
    width: 12vw !important;
    left: -12vw !important;
  }
}
@media (min-width: 5500px) {
  .home .dotted-line-middle {
    width: 9vw !important;
    right: -9vw !important;
  }
  .home .dotted-line-middle.right {
    width: 9vw !important;
    left: -9vw !important;
  }
}

/* Dodane style dla przycisku pomocy */

.help-button {
  text-decoration: none;
  transition: color 0.2s;
  font-size: 14px;
  margin-top: 2px;
}

.help-button i {
  font-size: 13px;
}

.help-button,
.help-button i,
.help-button span {
  color: inherit;
}

.help-button:hover,
.help-button:hover i,
.help-button:hover span {
  color: #0077b6 !important;
  text-decoration: none;
}

/* Styles for new search interface */
.search-wrapper {
  margin-bottom: 20px;
  width: 100%;
}

.search-input-container {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: center;
}

.search-box-wrapper {
  border: 2px dotted #363636 !important;
  flex-grow: 1;
  min-width: 300px;
  max-width: 800px;
  background: white;
}

.search-select-wrapper {
  border: 2px dotted #363636 !important;
  min-width: 160px;
  background: white;
  flex-shrink: 0;
}

/* Dodane nowe style dla filebit-only */
.search-select-wrapper.filebit-only {
  transition: all 0.3s ease;
  opacity: 1;
  min-width: 160px;
}

.search-select-wrapper.filebit-only:not(:visible) {
  opacity: 0;
  width: 0;
  margin: 0;
  padding: 0;
  border: none !important;
}

.search-input,
.search-select {
  width: 100%;
  border: none !important;
  background: transparent !important;
  height: 34px;
  padding: 0 10px;
  outline: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}

.search-input:focus,
.search-select:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}

.search-box-wrapper:focus,
.search-box-wrapper:focus-within,
.search-select-wrapper:focus,
.search-select-wrapper:focus-within {
  border: 2px dotted #363636 !important;
  outline: none !important;
  box-shadow: none !important;
}

.search-select {
  cursor: pointer;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23363636' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-size: 8px 10px !important;
  padding-right: 25px !important;
}

/* Dodatkowe style kasujące potencjalne style Bootstrap lub inne */
.search-input:focus,
.search-input:active,
.search-input:hover {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

.search-select:focus,
.search-select:active,
.search-select:hover {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23363636' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-size: 8px 10px !important;
}

/* Animacja dla pokazywania/ukrywania selecta */
.filebit-only {
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.filebit-only:not(:visible) {
  margin-right: -160px;
  padding: 0;
}

/* RESPONSIVE BAR END */

