﻿/* Your Custom CSS Goes here */
html { height: 100%; padding: 0px;margin: 0px;}
body { font-size: 1.3rem; line-height: 1.2; height: 100%; min-height: 100%;padding: 0px;margin: 0px;}

#main { min-height: 100%;position: relative;padding-bottom: 0px; display: flex;flex-direction: column;}

#mainHeader, #panelHeader {display: block;padding-right: 20px;padding-left: 20px; }

#panelHeader::before {content: "";position: absolute;top: 0;
    left: 0; width: 100%; height: 81px; background-color: #ffffff; 
    /*z-index: -1; */
    z-index: 50;

}

.hfrm{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

#panelHeader {flex: 0 0 auto;height: 81px;top: 0;position: sticky;z-index: 1;}




#headerNav {padding-bottom: 5px; border-bottom: 1px solid #EFEFEF; display: flex; align-items: center;
   width: 100%; flex-wrap: nowrap; justify-content: space-between;}

#headerPanelNav {padding-bottom: 5px; /*border-bottom: 1px solid #EFEFEF;*/ 
    display: flex; align-items: center;
   width: 100%; flex-wrap: nowrap; justify-content: space-between;
   z-index: 100;position: relative;}


#headerContent{padding-bottom: 5px; border-bottom: 1px solid #EFEFEF; 
    display: flex; align-items: center;
   width: 100%; flex-wrap: nowrap; justify-content: space-between;
    z-index: 100;position: relative;}


.headerLogo { margin-right: 40px;display: flex;align-items: center; height: 50px;}

@media (min-width:960px){
.phone-only{ display: none !important; }
}
@media (max-width:960px){
.screen-only{ display: none !important; }
}



.logo-cont{width: 100px;height: 34px;}
.logo-w{position: absolute;}
.logo{width: 100px;height: 34px; }
.logo-add{position: absolute;top: 19px;}

.headerSearch {position: relative; display: block;width: 100%; margin-right: 20px;
	border-radius: 5px;}
.search-contener {background-color: #DEDEDE;border-radius: 5px;display: flex;min-height: 34px;align-items: center;flex: 1;}

#search-text { width: 100%;  padding-left: 15px;background-color: transparent;border: 0;display: flex;flex: 1;

border-top-color: currentcolor;
border-top-style: none;
border-top-width: 0px;
border-right-color: currentcolor;
border-right-style: none;
border-right-width: 0px;
border-bottom-color: currentcolor;
border-bottom-style: none;
border-bottom-width: 0px;
border-left-color: currentcolor;
border-left-style: none;
border-left-width: 0px;
border-image-outset: 0;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;



moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
color: RGBA(var(--greyscale-level-1, 1));


font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 16px;
font-weight: 400;
line-height: 22px;
width: 100%;
 }

.search_icon { display: flex; align-items: center; }
.icon_cont { display: flex; align-items: center; }
.search_icon_span { display: flex; width: 24px; height: 24px; align-items: center; text-align: center; padding-right: 5px; }

.headerInfo { Width: 100%; margin-right:5px; display:flex;flex-direction:row; }
.headerInfo div{ font-size: small; }
.headerInfo div i{ color: #00abff; font-size: large;text-align: center;}
.headerInfo div i ~ span{ display: block;}

.headerActiv { display: flex; align-items: center;gap: 10px;}

.headerActiv div:hover { border: 1px solid outset #3a48ef; }

.personAccount{
    border: 1px solid #3A48EF; 
    display: flex;
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    z-index: 100;
    background-color: #fff;
}


#headerMenu { width: 100%; display: flex;padding-bottom: 10px; border-bottom: 1px solid #EFEFEF;}

.contentPanel {/*border-top: 3px double black;*/ display: flex; flex: 1 1 auto;}
.menuPanel {max-width: 170px; min-height: 350px; border-right: 3px double black;padding: 5px;}
.content {flex: 1;}

.body { display: flex;flex-direction: column;align-content: center;text-align: center;min-height: 100%;padding-bottom: 30px;  }

/*galeria zdjec na index */

    .gallery-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    /* padding: 20px;*/
    margin-top: 20px;
}
.gallery-header {
    display: flex;
    justify-content: space-between;
    padding: 0;
    align-items: stretch; 
    position: relative; 
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;  
    padding-right: 20px;
}
.title-gallery-header {
  font-size: 16px;
  max-width: 100%;
  flex-grow: 1;
  text-align: left;
}
.gallery-header h2 {
    font-size: 24px;
    width: 100%;
}
.menu-item-gallery-header {
    font-size: 16px;
    max-width: 100%;  
    padding-left: 6px;
    display: flex;
}
.menu-item-gallery-header a {
    text-decoration: none;
    align-self: stretch;
    display: flex;
}
.menu-item-gallery-header a span{  
    align-self: center;
    color:black; 
    font-size: 14px;
}

.gallery-content {
    display: flex;

/*    flex-wrap: wrap;*/
    padding: 0px;
    align-items: stretch; 
    position: relative; 
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;  
    padding-right: 20px;
}
.item-list {
    text-align: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap; /* nowrap */
    gap: 12px;
}

.gallery-item {
    flex: 0 1 calc(12.5% - 12px); /* Adjust the percentage as needed */
    position: relative;
    margin-bottom: 12px;
    height: auto;
    overflow: hidden;
  /*  padding-bottom: 133.33%;  4:3 aspect ratio */

/*    height: 100%;
    font-size: 13px;
    padding-left: 3px;
    padding-right: 3px;*/
}

.body-gallery-item {
    width: 100%;
    position: relative;
    height: 100%;
    display:flex;
    justify-content: center; 
    flex-direction: column;
}
.image-gallery-item {
    position: relative;
    height: 100%;
}
.image-gallery-item a {
    display: block;
    position: relative;
    top: 0;
    left: 0;
  /*  width: 100%;
    height: 100%; */
}
.image-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-gallery-item img:hover {
    object-fit: none;
  }

.text-gallery-item {


}

@media (max-width: 1640px) {
    .gallery-item {
        flex: 0 1 calc(16.666% - 12px);
    }
}
@media (max-width: 1200px) {
    .gallery-item {
        flex: 0 1 calc(25% - 12px);
    }
}
@media (max-width: 960px) {
    .gallery-item {
        flex: 0 1 calc(33.33% - 12px);
    }
}
@media (max-width: 768px) {
    .gallery-item {
        flex: 0 1 calc(50% - 12px);
    }
}

@media (max-width: 360px) {
    .gallery-item {
        flex: 0 1 calc(100% - 12px);
    }
}

/* galeria zdjec na index - jeden wiersz, ukryty nadmiar lista suwakiem */

.suw-gallery-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    /* padding: 20px;*/
    margin-top: 20px;
}
.suw-gallery-header {
    display: flex;
    justify-content: space-between;
    padding: 0;
    align-items: stretch; 
    position: relative; 
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;  
    padding-right: 20px;
}
.suw-title-gallery-header {
  font-size: 16px;
  max-width: 100%;
  flex-grow: 1;
  text-align: left;
}
.suw-gallery-header h2 {
    font-size: 24px;
    width: 100%;
}
.suw-menu-item-gallery-header {
    font-size: 16px;
    max-width: 100%;  
    padding-left: 6px;
    display: flex;
}
.suw-menu-item-gallery-header a {
    text-decoration: none;
    align-self: stretch;
    display: flex;
}
.suw-menu-item-gallery-header a span{  
    align-self: center;
    color:black; 
    font-size: 14px;
}

.suw-gallery-content {
    display: flex;
    gap: 12px;
    flex-wrap: wrap; /* */
    padding: 0px;
    align-items: stretch; 
    position: relative; 
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;  
    padding-right: 20px;
}
.suw-item-list {
    text-align: left;
    width: 100%;
    display: flex;
    /*flex-wrap: wrap;  nowrap */
    gap: 12px;
    /*overflow: hidden; */
    overflow-x: auto;
}

.suw-gallery-item {
    flex: 0 1 calc(12.5% - 12px); /* Adjust the percentage as needed */
    min-width: 12.5%;
    position: relative;
    margin-bottom: 12px;
    height: auto;
    overflow: hidden;
  /*  padding-bottom: 133.33%;  4:3 aspect ratio */

/*    height: 100%;
    font-size: 13px;
    padding-left: 3px;
    padding-right: 3px;*/
}

.suw-body-gallery-item {
    width: 100%;
    position: relative;
    height: 100%;
    display:flex;
    justify-content: center; 
    flex-direction: column;
}
.suw-image-gallery-item {
    position: relative;
    height: 100%;
}
.suw-image-gallery-item a {
    display: block;
    position: relative;
    top: 0;
    left: 0;
  /*  width: 100%;
    height: 100%; */
}
.suw-image-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.suw-image-gallery-item img:hover {
    object-fit: none;
  }

.suw-text-gallery-item {


}

@media (max-width: 1640px) {
    .suw-gallery-item {
        flex: 0 1 calc(16.666% - 12px);
        min-width: 16.666%;
    }
}
@media (max-width: 1200px) {
    .suw-gallery-item {
        flex: 0 1 calc(25% - 12px);
        min-width: 25%;
    }
}
@media (max-width: 960px) {
    .suw-gallery-item {
        flex: 0 1 calc(33.33% - 12px);
        min-width: 33.33%;
    }
}
@media (max-width: 768px) {
    .suw-gallery-item {
        flex: 0 1 calc(50% - 12px);
        min-width: 50%;
    }
}

@media (max-width: 360px) {
    .suw-gallery-item {
        flex: 0 1 calc(100% - 12px);
        min-width: 100%;
    }
}



.footer-container { margin: 0px;padding: 0px;border: 0px;font: inherit;  font-size: inherit;font-size: 100%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
/*position: absolute;bottom: 0px;*/
width: 100%;min-height: 60px;margin-top: auto; }

.footer { background-color: black;min-height: 60px; }

.footer .copyright {
  color: #fff;
}
.container { max-width: 100%;width: 100%;padding-right: 20px;padding-left: 20px;font-size: 14px;color: white;}

.footer_end a, .footer-top a { text-decoration: none;color: white;}

.panelFooter {flex-shrink: 0;margin-top: auto;
    border-top: 1px solid black;padding: 0; }


/*  od chat Gpt */
.gallery-header1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}
.gallery-header1 h2 {
    font-size: 24px;
    width: 100%;
}
.gallery-header1 a {
    text-decoration: none;
    color: black;
    font-size: 14px;
}
/*.gallery-content {
    display: flex;
    flex-wrap: wrap;
}*/
.gallery-content1 {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.image-container {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.gallery-item1 {
    flex: 1 1 calc(25% - 12px); /* Adjust the percentage as needed */
    position: relative;
    margin-bottom: 12px;
    height: 0;
    overflow: hidden;
    padding-bottom: 133.33%; /* 4:3 aspect ratio */
}
.gallery-item1 a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gallery-item1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*
main {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - (/* wysokość nagłówka + wysokość stopki *//*));
}
/*
.center-container {
  max-width: 800px;
  width: 100%;
}

.center-content {
  text-align: center;
}

.login-button,
.register-button {
  display: block;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
}

/* Dodatkowe style dla responsywności */
/*@media only screen and (max-width: 600px) {
  .login-button,
  .register-button {
    width: auto;
    margin-right: 0;
  }
}
*/

.main-container {
  display: flex;
  flex-direction: column;
 /* height: calc(100vh - 380px);  Wypełnia całą wysokość strony */
  flex: 1 1 auto;
}

.content-container {
  flex: 1 1 auto; /* Używa dostępnej przestrzeni */
  display: flex;
  justify-content: center;
  /*align-items: center;*/
}

.buttons-container {
  display: flex;
  flex-direction: row;
  
  width: 100%;
  /*height: 100%;*/
  padding-bottom: 20px;

}

.kafel {
  width: 50%;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: #0058ff8a;
  margin: 10px;
  flex-direction: column;
  gap: 15px;
  border-radius: 15px;
  padding-top: 30px;
  padding-bottom: 30px;

}
.full{
  width: 100%;
}
.k1{
  border: 3px double #333;
  width: 70%;
  padding: 20px;
  text-align: center;
  min-height: 50px;
  background-color: initial;
  height: auto;

}
.k-mess{
  width: 70%;
  background-color: white;
  border-radius: 15px;
  padding: 20px;
  text-align: center;  
}

.l-mess{
text-align: left;;
}
.lm{
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
}
.lm div{
  min-width: 50%;
}
.lm label {
  margin-right: 10px; 
  width: 20%;
  text-align: right;
}
.lm input{
  min-width: 45%;
  width: 77%;
  min-height: 30px;
}
.lm input:placeholder-shown{
  font-size: small;
}
.lm span{
  display: flex;
  align-items: baseline;

  font-size: small;
  /*margin-right: 21%;*/
  padding-right: 15px;
}
.lm span::before{
  content: '';
  margin-left: 22%;
  }
.f1{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.conf_term{
  font-size: small;
  margin-left: 21%;
  padding-right: 15px;
}
.conf_term input{
  margin-right: 10px;

}
@media (max-width: 768px) {
  .buttons-container {
    flex-direction: column;
    padding-right: 20px;
  }
  .kafel {
    width: 100%;
    min-width: 320px;
    font-size: 1.1rem;
  }
  .k1{
    width: 70%;

  }
  .lm{
    flex-direction: column;
  }
  .lm input{
    width: 74%;
  }  
}

.login-button, .register-button {
  padding: 10px 20px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
}

.login-button {
  background-color: #232db7;
  color: #fff;
}

.register-button {
  background-color: #232db7;
  color: #fff;
}
.login-button a, .register-button a {
  color: #fff;
  text-decoration: none;
  font-size: x-large;
}
input.login-button{
  font-size: 26px;
}
@media (max-width: 360px) {
  .kafel{
    flex: 1 0;   
  }
}


.tool-tip {
  position: relative;
  
}

.tool-tip .tooltiptext {
  visibility: hidden;
  /*width: 120px;
  background-color: black;
  color: #fff; */
  background-color: #3A48EF;
  color: #fff; 

  text-align: center;
  border-radius: 6px;
  padding: 5px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;

  border: 1px solid #3A48EF;
  top: -25px;
}


/*fly header*/
.header-fly{ 
   line-height: 0; 
   height: 0px;
   width: 100%;
   z-index: 200;
   display: flex;
   position: relative;
   float: none;
   top: 0;
   right: 0;
   left: 0;
   background-color: 0;
}

.nav-fly{
   display: none;
   position: absolute; 
   top: 0px;
   left: 0px;
   min-width: 150px; 





overflow: visible !important;
background: #fff;
border: 1px solid #3A48EF;
border-radius: 5px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
padding: 14px;
  padding-bottom: 14px;
margin: 0;
-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.13);
-moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.13);
box-shadow: 0 2px 4px 0 rgba(0,0,0,.13);
-ms-user-select: none;
zoom: 1;
-webkit-transform: translate3d(0,0,0);
font-size: 13px;
font-family: inherit;
line-height: normal;
z-index: 1;
}

.arrow {
  position: absolute;
  top: 100%; /* Umieszczamy strzałkę na górze ramki */
  left: 50%; /* Wyśrodkowanie strzałki na poziomie ramki */
  transform: translateX(-50%); /* Korekta pozycji, aby strzałka była wyśrodkowana */
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  border-width: 10px; /* Rozmiar strzałki */
  border-color: transparent;
  border-top-color: #000; /* Kolor strzałki */
  z-index: 1; /* Upewnienie się, że strzałka będzie na wierzchu */
}

.arrow1 {
  position: absolute;
  top: -19px; /* Ustawienie strzałki powyżej górnej krawędzi ramki */
  left: 134px; /* Wyśrodkowanie strzałki na poziomie ramki */
  transform: translateX(-50%); /* Korekta pozycji, aby strzałka była wyśrodkowana */
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  border-width: 9px; /* Rozmiar strzałki */
  border-color: transparent;
  border-bottom-color: #3A48EF; /* Kolor strzałki */
  z-index: 1; /* Upewnienie się, że strzałka będzie na wierzchu */
}

.nav-modal, .nav-modal1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    height: 100vh;
    display: none;
    background-color: #000;
    -ms-filter: opacity(.6);
    filter: alpha(opacity=60);
    -webkit-opacity: .6;
    -moz-opacity: .6;
    -o-opacity: .6;
    opacity: .6;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 4; 
}
.cm{ 
    flex: 1;
    justify-content: space-evenly;
    padding-bottom: 0px;
}
.premess{
    width: 100%;
    text-align: center;
   
   /* display: flex;
    justify-content: center;*/
}
.mess{
    width: 60%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    /*border: 5px double #EFEFEF;
    box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.2), 5px 0px 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    */

    box-shadow: 3px 3px 6px #594a4a52;
    background-color: white;
    
    padding: 70px;
    flex-direction: column;
}
#spc{
    height: 20px;
}

/* panel - okno status */
.status-panel{
    padding: 28px 32px;
    background: rgba(29, 29, 29, 0.02);  
    background-color: #DEDEDE; 
    border-radius: 24px;
    margin: 20px;
}
.status-panel-content{
    display: flex; 
    flex-direction: column;
}
.status-panel-line-f{
    display: flex;
    -moz-box-align: center;
    align-items: center;
    margin-bottom: 14px;
}
.status-panel-line{
    display: flex;
    -moz-box-align: center;
    align-items: center;
    margin-bottom: 14px;
}
.status-panel-line-l{
    display: flex;
    -moz-box-align: center;
    align-items: center;
    margin-bottom: 0px;
}
.status-panel-line-accont-type{
    flex-direction: column;
    align-items: baseline;
}
.status-panel-subline{
    display: flex;
    -moz-box-align: center;
    align-items: center;
    margin-bottom: 14px;
}
.status-panel-subline-l{
    display: flex;
    -moz-box-align: center;
    align-items: center;
    margin-bottom: 0px;
}
.status-panel-stamp-name{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    background-color: rgb(1, 188, 141);
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    color: rgb(255, 255, 255); 
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    margin-right: 16px;
    flex-shrink: 0;
}
.status-panel-us-name{
    font-weight: 600; 
    font-size: 24px;
    line-height: 130%;
    color: rgb(29, 29, 29);
    margin-bottom: 0px;
    margin-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.status-panel-edi{
    flex: 1 1 0%;
    min-width: 40px;
}
.status-panel-edi-svg{
    font-size: 16px;
    margin-top: 12px;
    cursor: pointer;
}
.status-panel-sec-inf{
    flex-shrink: 0;
    display: flex;
    -moz-box-pack: end;
    justify-content: flex-end;
    -moz-box-align: center;
    align-items: center;
}
.status-panel-sec-inf-span{
    display: flex;
    -moz-box-align: center;
    align-items: center;
    background: rgba(29, 29, 29, 0.04);
    border-radius: 38px;
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
    color: rgb(29, 29, 29);
    padding: 6px 16px;
    cursor: pointer;
    user-select: none;
}
.status-panel-eye{
    font-size: 16px;
    margin-right: 5px;
    cursor: pointer;
}

.status-panel-list, .status-panel-mlist{
    font-size: 1rem;
    line-height: 1;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;    
}

.status{
    margin-left: 10px;
   /*  font-weight: bold;*/
}
.status-panel #accordion{
/*background-color: #777;*/
color: white;
cursor: pointer;
/*padding: 18px;
width: 100%;*/
border: none;
text-align: left;
outline: none;
font-size: 18px;
position: relative;
top: -25px;
right: -1%;

}
.status-panel #accordion.active, .status-panel#accordion:hover{

}


.status-panel #accordion::after {
    content: '\02C4';
color: black;
font-weight: bold;
float: right;
margin-left: 5px;

}
.status-panel #accordion.active::after {
    content: '\02C5';
}
.nobott{
    margin-bottom: 0px;
}