.PanelItemIcon .badge {
  position: absolute;
  right: 0;
}
.PanelItemIcon img {
  display: block;
  margin: 0 auto;
}
.all-products-card {
  min-height: 436px;
}
.all-products-card .card-title {
  min-height: 50px;
}
.all-products-card .card-title h2 {
  margin: 0;
}
.all-products-card ul {
  min-height: 65px;
}
.bold {
  font-weight: 600;
}
.my-products-card {
  min-height: 200px;
}
.my-products-card .card-title {
  padding: 0 5px;
  min-height: 50px;
  line-height: 1.15;
  text-align: center;
  margin-top: 0.5rem;
}
.my-products-card .card-title .my-product-link {
  color: black !important;
  font-size: 0.9rem;
  height: min-content;
  width: 100%;
}
.my-products-card ul {
  min-height: 65px;
}
.my-products-card > hr {
  margin: 0;
}
.bold {
  font-weight: 600;
}
.project-card {
  display: block;
  padding: 0 1rem;
  margin-bottom: 1.5rem;
  border-left: 4px solid blue;
}
.project-card .project-name-group {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
}
.project-card .project-name-group .project-name {
  text-decoration: underline;
  text-underline-offset: 4px;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.project-card .project-name-group .project-date {
  float: right;
  white-space: nowrap;
  margin: 0 0.5rem;
}
.project-card .project-link {
  text-align: right;
}
.nav-pills .nav-link {
  margin: 0 2px;
  border: 2px solid #6c757d;
  color: #6c757d;
  padding: 6px 12px;
}
.nav-pills .nav-link:hover {
  color: #6c757d !important;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #6c757d;
}
.nav-pills .nav-link.active:hover,
.nav-pills .show > .nav-link:hover {
  color: white !important;
}
.nav-treeview {
  background-color: #505062 !important;
}
.nav-treeview .nav-link {
  padding: 0.5rem 0.3rem 0.5rem 1.5rem;
}
@media (min-width: 992px) {
  .sidebar-mini .nav-sidebar,
  .sidebar-mini .nav-sidebar .nav-link,
  .sidebar-mini .nav-sidebar > .nav-header {
    white-space: nowrap;
    overflow: hidden;
    display: flex;
  }
}
.page-footer .footer-copyright {
  margin-left: -7px;
  margin-right: -7px;
}
.hidden {
  display: none;
}
#menuResponsive .ButtonMenu-woda {
  background-color: whitesmoke;
  color: #038650;
  border: 2px solid #038650;
}
#menuResponsive .ButtonMenu-woda.active,
#menuResponsive .ButtonMenu-woda:hover,
#menuResponsive .ButtonMenu-woda:focus {
  background-color: #038650;
  color: black;
  border: 2px solid #038650;
}
#menuResponsive .ButtonMenu-powietrze {
  background-color: whitesmoke;
  color: #007a85;
  border: 2px solid #007a85;
}
#menuResponsive .ButtonMenu-powietrze.active,
#menuResponsive .ButtonMenu-powietrze:hover,
#menuResponsive .ButtonMenu-powietrze:focus {
  background-color: #00acba;
  color: black;
  border: 2px solid #00acba;
}
#menuResponsive .ButtonMenu-development {
  background-color: whitesmoke;
  color: #667535;
  border: 2px solid #667535;
}
#menuResponsive .ButtonMenu-development.active,
#menuResponsive .ButtonMenu-development:hover,
#menuResponsive .ButtonMenu-development:focus {
  background-color: #97ad4f;
  color: black;
  border: 2px solid #97ad4f;
}
#menuResponsive .ButtonMenu-odpady {
  background-color: whitesmoke;
  color: #a0610d;
  border: 2px solid #a0610d;
}
#menuResponsive .ButtonMenu-odpady.active,
#menuResponsive .ButtonMenu-odpady:hover,
#menuResponsive .ButtonMenu-odpady:focus {
  background-color: #ec901b;
  color: black;
  border: 2px solid #ec901b;
}
#menuResponsive .ButtonMenu-integracja {
  background-color: whitesmoke;
  color: #464655;
  border: 2px solid #464655;
}
#menuResponsive .ButtonMenu-integracja.active,
#menuResponsive .ButtonMenu-integracja:hover,
#menuResponsive .ButtonMenu-integracja:focus {
  background-color: #464655;
  color: whitesmoke;
  border: 2px solid #464655;
}
#menuResponsive .ButtonMenu-all {
  background-color: whitesmoke;
  color: #696969;
  border: 2px solid #696969;
}
#menuResponsive .ButtonMenu-all.active,
#menuResponsive .ButtonMenu-all:hover {
  background-color: #696969;
  color: whitesmoke;
  border: 2px solid #696969;
}
#menuResponsive .ButtonMenu-all.ButtonMenu-all-custom {
  background-color: whitesmoke;
  color: #696969;
  border: 2px solid #696969;
}
#menuResponsive .ButtonMenu-all.ButtonMenu-all-custom.active,
#menuResponsive .ButtonMenu-all.ButtonMenu-all-custom:hover {
  background-color: #696969;
  color: whitesmoke;
  border: 2px solid #696969;
}
.UserProductsPanel .card .card-header,
.ModuleProductPanel .card .card-header,
.UserProductsPanelContent .card .card-header {
  padding: 0.5rem 1.25rem;
}
.UserProductsPanel .card .card-header .card-title,
.ModuleProductPanel .card .card-header .card-title,
.UserProductsPanelContent .card .card-header .card-title {
  padding: 8px 0 8px 0;
}
.UserProductsPanel .card .card-header .btn-custom-card,
.ModuleProductPanel .card .card-header .btn-custom-card,
.UserProductsPanelContent .card .card-header .btn-custom-card {
  border: 1px solid black;
}
.list-inline {
  text-align: left;
  font-size: 16px;
}
.card-default .card-header {
  background-color: #e2e4e9;
  border-bottom: 1px solid #f2f2f2;
}
.card-default .btn-tool {
  color: #000;
}
.card-default .btn-tool:hover {
  color: #000;
  text-decoration: underline;
  outline: 2px dashed rgba(0, 0, 0, 0.7);
}
.page-footer.panel-footer {
  background: #464655;
  padding: 15px;
  color: #f2f2f2;
  border-top: 1px solid #d9d9d9;
  margin-left: 0;
}
.page-footer.panel-footer a {
  color: white !important;
  text-decoration: underline;
}
.page-footer.panel-footer a:hover {
  outline: 2px dashed rgba(255, 255, 255, 0.7) !important;
}
.page-footer.panel-footer .text-right {
  text-align: right;
}
.fadeText {
  overflow: hidden;
  position: relative;
  max-height: 6em;
}
.fadeText:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 1.4em;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #fff 50%);
}

  .contact-box {
    border: 0px solid blue;
    min-height: 250px;
    padding: 15px;
    border-radius: 5px;
    -moz-box-shadow: inset 0 0 25px #dedede;
    -webkit-box-shadow: inset 0 0 25px #dedede;
    box-shadow: inset 0 0 25px #dedede;
    text-align: center;
  }

.contact-box > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 60px;
  width: 60px;
}


.important-note {
  background-color: #dc3545;
  color: #fff;
  height: 30px;
  align-items: center;
  text-align: center;
}

.important-note p {
  white-space: nowrap;
}

.introjs-tooltip .introjs-skipbutton {
  right: 15px;
  width: auto;
  font-size: 1rem;
}

.introjs-tooltip a {
  color: #0068d6;
  text-decoration: none !important;
}
.control-sidebar {
  bottom: 0 !important;
}
.ProductPanel .PanelCategoryTitle {
  font-size: 2rem;
}
input[type="checkbox"] {
  width: 15px !important;
  height: 15px !important;
}
@media (max-width: 768px) {
  .main-footer .text-right {
    text-align: left !important;
  }
}
@media (max-width: 600px) {
  .hidden-xs {
    display: none;
  }
}
@media (max-width: 600px) {
  .hidden-xs {
    display: none;
  }
}
/*@media screen and (min-width: 1024px) {*/
/*  #atmoNav {*/
/*    left: 0 !important;*/
/*  }*/
/*}*/
.spinner {
  margin: 0 auto;
  margin-bottom: 1.5rem;
  color: #000;
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: mulShdSpin 1.3s infinite linear;
  transform: translateZ(0);
}
.sidebar-mini.sidebar-collapse .main-menu .nav-item .nav-link p {
  visibility: hidden !important;
  white-space: nowrap !important;
  overflow: hidden;
}

.sidebar-mini.sidebar-collapse .main-sidebar.sidebar-dark-custom:hover .nav-item .nav-link p {
  visibility: visible !important;
  white-space: normal !important;
  overflow: hidden;
}

.nav-sidebar .nav-link p {
  white-space: normal !important;
}

.main-sidebar .nav-item.active {
  border-left: 2px solid white;
  background-color: #5c5c70;
}
.main-sidebar .nav-item.active a {
  padding: inherit 14px;
}
.AddItem i {
  color: #6c757d;
}
.body-stick-footer {
  position: relative;
}
.content-wrapper-padding {
  padding-bottom: 162px;
}
.stick-footer {
  position: absolute;
  width: -webkit-fill-available;
  width: -moz-available;
  bottom: 0;
}
#nowa-usluga .AddItem {
  height: 133px;
  color: black !important;
}
#nowa-usluga .AddItem .icon i {
  margin: 0 auto;
}
.poznaj-oferte p {
  font-weight: 700;
}
.poznaj-oferte img {
  max-width: 328px;
  max-height: 180px;
}
.poznaj-oferte .btn {
  text-decoration: none !important;
  color: white !important;
}
@media screen and (min-width: 1024px) {
  .page-footer {
    margin-left: 0 !important;
    transition: left 0.3s ease-in-out, width 0.3s ease-in-out;
  }
}
@keyframes mulShdSpin {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
.floating.input-group {
  position: relative;
}
.floating input {
  font-size: 16px;
  padding: 7px 10px 7px 5px;
  display: block;
  width: 300px;
  border: none;
  border: 1px solid #757575;
  border-radius: 0.25rem;
}
.floating input:focus {
  outline: none;
}
.floating label {
  color: #999;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 7px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  font-weight: 500 !important;
}
.floating input:focus ~ label,
.floating input:valid ~ label {
  top: -20px;
  font-size: 14px;
  color: #0c0c0c;
}
.cancel-search-btn {
  background-color: white;
  border: none;
  border: 1px solid #757575;
}
[class*="subheading-"] {
  padding-left: 0 !important;
}
.PanelCategorySection {
  margin: 2.5rem 0;
}
#calendar a {
  outline: none;
  cursor: default;
}
#calendar a.fc-daygrid-dot-event:hover {
  background: inherit;
}
.title-box {
  font-size: 1.1rem;
  width: 100%;
  display: block;
  margin-bottom: 5px;
  background-color: #d2d6de;
  padding: 0px 0px 0px 8px;
}
.progress {
  width: 100%;
}
.palette-choices select,
.palette-selected select {
  width: 100%;
}
.palette-header {
  display: none;
}
caption {
  caption-side: top;
  background-color: #e2e4e9;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  padding: 0.75rem 1.25rem;
  color: #000;
  white-space: nowrap;
  font-size: 1.1rem;
  font-weight: 400;
  margin: 0;
}

.sidebar-collapse .brand-link {
  padding: 0.3125rem;
}
.sidebar-collapse .brand-link .brand-image {
  float: none;
}
.btn-custom.dropdown-toggle::before {
  content: none;
}
#my-products .btn-group,
#my-products-start .btn-group {
  display: block;
}
#my-products .btn-group .btn-custom,
#my-products-start .btn-group .btn-custom {
  padding: 0.2rem;
}
#my-products .btn-group .dropdown-menu a,
#my-products-start .btn-group .dropdown-menu a {
  text-decoration: none;
  color: #16181b;
}
#my-products .side-panel,
#my-products-start .side-panel {
  display: grid;
  position: absolute;
  top: 0;
  right: 10px;
}
#my-products .side-panel .badge,
#my-products-start .side-panel .badge {
  position: relative;
}
#my-products .side-panel .favourite-app,
#my-products-start .side-panel .favourite-app {
  position: relative;
  text-align: center;
  font-size: 1rem;
  padding: 4px 6px;
  line-height: 0.9;
}

.d-none{
  display: none!important;
}

.sidebar-collapse .brand-link .brand-image {
  float: none;
}
.btn-custom.dropdown-toggle::before {
  content: none;
}
#my-products .btn-group,
#my-products-start .btn-group,
#my-products-favorite .btn-group {
  display: block;
}
#my-products .btn-group .btn-custom,
#my-products-start .btn-group .btn-custom,
#my-products-favorite .btn-group .btn-custom {
  padding: 0.2rem;
}
#my-products .btn-group .dropdown-menu a,
#my-products-start .btn-group .dropdown-menu a,
#my-products-favorite .btn-group .dropdown-menu a {
  text-decoration: none;
  color: #16181b;
}
#my-products .side-panel,
#my-products-start .side-panel,
#my-products-favorite .side-panel {
  display: grid;
  position: absolute;
  top: 0;
  right: 10px;
}
#my-products .side-panel .badge,
#my-products-start .side-panel .badge,
#my-products-favorite .side-panel .badge {
  position: relative;
}
#my-products .side-panel .favourite-app,
#my-products-start .side-panel .favourite-app,
#my-products-favorite .side-panel .favourite-app {
  position: relative;
  text-align: center;
  font-size: 1rem;
  padding: 4px 6px;
  line-height: 0.9;
}
.d-none {
  display: none !important;
}
.pomoc .dropdown-menu {
  width: max-content;
}
.modal.first-run .modal-image {
  height: 200px;
}
.modal.first-run .modal-image img {
  max-width: 200px;
  margin: auto auto;
  display: block;
}
.czas {
  display: inline-block;
  width: 20px;
}

.title-box {
  font-size: 1.1rem;
  width: 100%;
  display: block;
  margin-bottom: 5px;
  background-color: #d2d6de;
  padding: 0px 0px 0px 8px;
}
.progress {
  width: 100%;
}
.palette-choices select,
.palette-selected select {
  width: 100%;
}
.palette-header {
  display: none;
}
caption {
  caption-side: top;
  background-color: #e2e4e9;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  padding: 0.75rem 1.25rem;
  color: #000;
  white-space: nowrap;
  font-size: 1.1rem;
  font-weight: 400;
  margin: 0;
}

.sidebar-collapse .brand-link .brand-image {
  float: none;
}
.btn-custom.dropdown-toggle::before {
  content: none;
}
#my-products .btn-group,
#my-products-start .btn-group {
  display: block;
}
#my-products .btn-group .btn-custom,
#my-products-start .btn-group .btn-custom {
  padding: 0.2rem;
}
#my-products .btn-group .dropdown-menu a,
#my-products-start .btn-group .dropdown-menu a {
  text-decoration: none;
  color: #16181b;
}
#my-products .side-panel,
#my-products-start .side-panel {
  display: grid;
  position: absolute;
  top: 0;
  right: 10px;
}
#my-products .side-panel .badge,
#my-products-start .side-panel .badge {
  position: relative;
}
#my-products .side-panel .favourite-app,
#my-products-start .side-panel .favourite-app {
  position: relative;
  text-align: center;
  font-size: 1rem;
  padding: 4px 6px;
  line-height: 0.9;
}
#my-products .side-panel .favourite-app .far.fa-heart,
#my-products-start .side-panel .favourite-app .far.fa-heart{
  font-size: 18px;
  margin-left: 25px;
}

.d-none{
  display: none!important;
}

/* The message box is shown when the user clicks on the password field */
#message {
  display:none;
  background: #f1f1f1;
  color: #000;
  position: relative;
  padding: 12px;
  margin-top: 10px;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
  color: #1e7b34;
}

.valid:before {
  position: relative;
  left: -8px;
  content: "✔";
}

/* Add a red text color and an "x" icon when the requirements are wrong */
.invalid {
  color: #cc0000;
}

.invalid:before {
  position: relative;
  left: -8px;
  content: "✖";
}

/* Styles for verification */
#pswd_info {
  position:absolute;
/*  bottom:-98px;*/
  bottom:-133px;
  bottom: -115px\9;
  right:125px;
  width:350px;
  padding:15px;
  background:#fefefe;
  font-size:.875em;
  border-radius:5px;
  box-shadow:0 1px 3px #ccc;
  border:1px solid #ddd;
  display:none;
  z-index: 1000;
}
#pswd_info::before {
  content: "\25B2";
  position:absolute;
  top:-12px;
  left:45%;
  font-size:14px;
  line-height:14px;
  color:#ddd;
  text-shadow:none;
  display:block;
}
#pswd_info h4 {
  margin:0 0 10px 0;
  padding:0;
  font-weight:normal;
}

#clientTable .navigation, #userTable .navigation, #orderTable .navigation{
  text-align: center;
}


.table-bordered thead th {
  align-content: center;
  text-align: center;
}

.licence-nav{
  padding: 0.5rem;
  margin-bottom: 0;
  display: flex;
}



/*kafelek*/
.PanelItem {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  justify-content: space-between;
  height:70px;
  position:relative;
}


.PanelItem:hover {
  transform: scale(0.95) translateY(-5px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.PanelItemLink {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.PanelItemFooter {
  width: 100%;
}

.PanelItemName {
  font-size: 0.9rem;
  font-weight: 500;
  margin: 10px 0;
  text-align: center;

}

.PanelItemFooterBtn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.badge-danger {
  background-color: red;
  color: white;
  padding: 5px 10px;
  border-radius: 12px;
  font-size: 0.8rem;
}

.img-responsive {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}


.fa-heart {
  font-size: 36px;
  transition: color 0.3s ease;
}


.fa-heart:hover {
  animation: pulse 1s ease-out infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.logo-hidden {
  visibility: hidden;
}


.logo-visible {
  visibility: visible;
}



@media (max-width: 1199px), (min-width: 75vw) {
  .sidebar-mini.sidebar-collapse .main-sidebar, .sidebar-mini.sidebar-collapse .main-sidebar::before {
    margin-left: 0;
    width: 4.6rem;
  }
  .sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand).sidebar-focused, .sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand):hover {
    width: 250px;
  }
  .sidebar-mini.sidebar-collapse .main-sidebar{
    overflow-x: hidden;
  }
  .sidebar-mini.sidebar-collapse.layout-fixed .brand-link {
    width: 4.6rem;
  }
  .sidebar-mini.sidebar-collapse.layout-fixed .main-sidebar:hover .brand-link {
    width: 250px;
  }

}


/*style mobilne*/
@media screen and (max-width: 991px) {
  .sesja {
    display:block !important;  /*czy do wywalenia ze statica display: none */
    min-width: 130px;
  }

  .sesja-style{
    display:none;
  }

  .pushmenu{
    display:block;
  }

  .sidebar-mini.sidebar-collapse .main-sidebar {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: auto;
    background: #343a40;
    transition: transform 0.3s ease-in-out;
    z-index: 1000;
  }

  .sidebar-mini.sidebar-collapse .main-sidebar.mobile-menu-open {

    transition: transform 0.3s ease-in-out;
    transform: translateY(0);
  }

  .main-sidebar .nav-link  {
    font-size: 18px !important;
    text-align: left;
    padding: 16px 24px;

  }

  .main-sidebar .nav-link i {
    font-size: 26px !important;
    margin-right: 10px !important;

  }

  .nav-item {
    margin-bottom: 10px;
  }

  .nav-link:hover i {
    transform: scale(1.1);
  }
}

@media screen and (min-width: 991px){
  .pushmenu{
    display:none;
  }
  .dataTable{
    margin-top: 10px;
    max-width: none;
    table-layout: fixed;
    word-wrap: break-word;
  }
}

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

  .close-menu-btn {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    z-index: 10000;
  }

  .main-sidebar.sidebar-dark-custom.open a.navbar-brand.brand-link{
    width:100%;
  }
  .main-sidebar {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: auto;
    background: #343a40;
    transition: top 0.5s ease-in-out;
    z-index: 1099;
  }

  .main-sidebar.mobile-menu-open {
    bottom: 0;
    transform: translateY(0);
    transition: bottom 0.5s ease-in;


  }

  .table-responsive-mobile {
    display: block;
    width: 100%;
    overflow-x: auto;

  }
}

/*formularz kontaktowy*/

.contact-panel .form-container {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding-top: 57px;
  }

  .contact-panel .contact-box{
    height: 350px;
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .contact-panel .contact-box:hover{
    transform: scale(0.95);
    box-shadow: 0 4px 10px rgba(0, 0 ,0, 0.1);
  }

  .contact-panel .contact-foto{
    filter: invert(1);
  }

  .contact-panel .caption {
    color:#fff;
    background-color: #6c757d;
    text-align: left;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    padding: .75rem 1.25rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

  .contact-panel .header-contact{
    font-weight: 600
  }

  .contact-panel .subheader-contact{
   padding: 10px 50px;
  }

  #atmoNav {
    transition: left 0.3s ease, width 0.3s ease;
    overflow: hidden;
  }

  #atmoNav .wide-button{
    height: 60px;
    display: block;
  }

  .select2-container {
    width: auto !important;
  }

  .form-group.custom-select-style .select2-container{
    width:350px !important;
  }


.has-error input,.has-error .select2-container--bootstrap4 .select2-selection {
  border: 2px solid #c00 !important
}

.has-error .noSelect2StyleClass {
  border: 2px solid #c00 !important
}

.has-error textarea {
  border: 2px solid #c00 !important
}
