html,
body {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
  flex-direction: column;
}

h2 {
  color: #004fa0;
  font-size: 23px;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-primary {
  color: #fff;
  background-color: #00457e;
  border-color: #00457e;
}

.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.btn-primary:hover {
  color: #fff;
  background-color: #033762;
  border-color: #033762;
}

#message {
  display: none;
  margin: -20px 20px 0 20px;
}

#message.error,
.result.error {
  display: none;
  position: absolute;
  padding: 10px 20px;
  background-color: #ffb5b5;
  border: 1px solid #936666;
  border-radius: 5px;
}

.pay-warning {
  padding: 10px 20px;
  background-color: #ffb5b5;
  border: 1px solid #dc3545;
  ;
  border-radius: 16px;
  border-right: solid 9px #dc3545;
  ;
}

#message.success,
.result.success {
  display: none;
  position: absolute;
  padding: 10px 20px;
  background-color: #b5ffc1;
  border: 1px solid #a4ccaf;
  border-radius: 5px;
}

.result.error,
.result.success {
  margin-top: 10px;
}

.part {
  border: 1px solid #ccc;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgb(204, 204, 204);
  margin: 10px 0;
  padding: 20px;
  border-radius: 16px;
}

.part:nth-child(2n) {
  border-left: solid 9px #004fa0;
}

.part:nth-child(2n+1) {
  border-right: solid 9px #4dd7fc;
}

.info_s {
  padding: 5px;
  width: 50%;
  min-width: 282px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #fff;
}

.change_tarif,
.change_tarif_two {
  margin: 20px 0;
  display: none;
}

.result-price {
  font-size: 30px;
  background-color: #ffd0d0;
  width: 130px;
  padding: 3px;
  text-align: center;
  border-radius: 5px;
  margin-top: 14px;
  padding-bottom: 7px;
  color: #403637;
}

.title {
  font-size: 15px;
  font-weight: bold;
}

.content {
  /*  padding-left: 15px; */
  font-size: 15px;
}

.item {
  margin-bottom: 15px;
}

.paket {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
  margin: 5px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}



main {
  padding: 0 10px;
  max-width: 1200px;
  width: 100%;
}

@media (max-width:850px) {
  .paket {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width:480px) {
  .paket {
    grid-template-columns: repeat(1, 1fr);
  }

  .content {
    padding-left: 15px;
  }
}

.activ {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #6b916b;
}

.no-activ {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #c63939;
}

.act_status {
  font-weight: bold;
  color: #dc3545;
  display: inline;
}

.description span.opis {
  display: none;
  border: 1px solid rgb(204, 204, 204);
  padding: 10px;
  border-radius: 10px;
  background-color: rgb(245, 245, 245);
}

.open-all,
.close-all {
  display: block;
  width: 122px;
  margin-top: 5px !important;
}

.add_info {
  margin-top: 30px;
}

.hidden-content {
  display: none;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease-out;

  background-color: #fff;
  width: max-content;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;

}

#send_to_me_text.success {
  border: 1px solid #198754;
  padding: 2px 10px;
  border-radius: 4px;
  margin-top: 10px;
  width: max-content;
  background-color: #cae4d8;
}

.paket.full:not(:first-child) {
  display: none;
}

#hide_show_pakets {
  margin-left: 5px;
  margin-bottom: 5px;
}