.salesy_list {
display: flex;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000000ab;
align-items: center;
justify-content: center;
z-index: +999;
flex-direction: column;
backdrop-filter: blur(20px);
transform: translateY(-100%);
transition: 1s;
}
.salesmanagoIframer {
border-radius: 25px;
padding: 25px;
padding-bottom: 0px;
color:#000;
width:50%;
background:#FFF;
margin:0 auto;
overflow:hidden;

max-height: 40vh;
overflow-y: scroll;

/*border-top-right-radius:0px;
border-bottom-right-radius:0px;*/
}
.close_sales_list {
background: linear-gradient(90deg, rgba(0, 146, 219, 1) 0%, rgba(78, 242, 127, 1) 100%);
border-radius: 35px;
padding: 10px;
margin-top: calc(-50% + 10px);
margin-bottom:20px;
}

.waga_list{
  padding: 5px;
    font-size: larger;
}

.waga_list:first-of-type{
  margin-top:20px;
}

.waga_list > .don{
  display:none;
  color:#52A8FF;
}

.przyciski_listy{

display:flex;
flex-direction: row;
    align-items: center;
    justify-content: center;

    margin-top:20px;
    position: sticky;
    bottom: 0;
    background: #FFF;

    padding: 10px 0px;
}

.button_list a{ color:#FFF;}

.button_list{

  background: #52A8FF;
  border-radius:20px;
  color:#FFF;
  margin-right:10px;
  padding:10px;

  display: flex;
  flex-direction: initial;
  justify-content: center;
  align-items: center;
}

.button_list img{
  padding-right:5px;
}