@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); 
body { 
  font-family: "Poppins", sans-serif;  
  background: url("site-background-image.png");
  background-repeat: repeat;
}
*, ::after, ::before {
  box-sizing: content-box;
}
a {
  color: #000000;
  text-decoration: none;
  text-shadow: rgb(134 129 255) 1px 0px 0.1em;
}
b {
  margin: 5px;
  border: 1px solid #ced4da;
  padding: 5px;
  font-weight: 500;
  background-color: #ffffff;
  border-radius: 5px;
  text-shadow: rgb(134 129 255) 1px 0px 0.1em;
}
#butText {
  border-radius: 5px;
  border: 1px solid #ced4da;
  background-color: white;
}
#pnNum {
  padding: 5px 10px;
  min-width: 40px;
  border-radius: 5px;
  border: 1px solid #515151; 
}
.tooltips {
  position: relative;
  display: inline-block; 
  cursor:pointer;
}
.tooltips .tooltipstext {
  visibility: hidden;
  width: 300px;
  height: 160px;
  background-color: #e5e5e5;
  border: 2px solid black;
  color: #fff;
  text-align: center;
  border-radius: 6px; 
  left: 60px;
  top: 20px; 
  position: absolute;
  z-index: 1;
}
.tooltips:hover .tooltipstext {
  visibility: visible;
} 
table {
  table-layout: fixed;
  width: inherit;
  margin-top: 60px;
}
table th {
  font-weight: 700;
  text-align: left;
  padding-left: 5px;
  padding-top: 5px;
  background-color: #d1e9ff;
}
table th,
table td {
  font-size: 14px;
  text-align: center;
}
table th:nth-child(1),
table td:nth-child(1) {
  text-align: center; 
}
table th:nth-child(2),
table td:nth-child(2) {
  text-align: left;
  padding-left: 10px;  
  width: 67%;
}
table th:nth-child(5),
table td:nth-child(5) {
  width: 100px;
}
table th:nth-child(6),
table td:nth-child(6) {
  width: 150px;
}
table th:nth-child(7),
table td:nth-child(7) {
  width: 12%;
}
table td:nth-child(2):hover  {  
  font-weight: 500;
  cursor: pointer;
  background-color: rgb(255, 222, 222);
}
.sm { 
  align-items: end;
}
.md {
  width: 30%;
  align-items: flex-start;
} 
.head {
  background-color: #ffe6e6;
}
.wrap {
  display: flex;
  column-gap: 10px;
  background-color: rgb(224, 255, 226);
  padding: 10px;
  position: fixed;
  width: 1300px;
  justify-content: space-between;
  top: 0;
  z-index: 100;
}
input#pnNum {
  padding: 5px 10px;
  width: 50px;
  border: 2px solid #ced4da;
  border-radius: 5px;
  font-size: 18px;
  text-align: center;
}
 #butCols {
  background: rgb(255 255 228); 
  border: 1px solid #ced4da;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;   
  padding: 2px 8px; 
}
.btns {
  border: none;
  outline: none;
  padding: 10px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
}
button, select {
  text-transform: none;
}
/* Style the active class (and buttons on mouse-over) */
.active, .btn:hover { 
  color: #B71C1C; 
  font-weight: 600;
}
select { text-align-last: right; }
option { direction: rtl; }
tr {
  border-bottom: 1px solid #ced4dac7;
}
tr.odd {
  background-color: aliceblue;
}
tr.even {
  background-color: rgb(252, 255, 207);
}
#cards {
  display:none;  
  columns: 3;
} 
#setCol {
  display: none;   
}  
.container_pin { 
  margin: 50px auto;
  column-gap: 20px;
} 
.container_pin .box {
  width: 100%;
  margin-bottom: 10px; 
  break-inside: avoid;
}
.container_pin .box img {
  width: 100%; 
}
@media (max-width:1200px)
{
  .container, .container-md, .container-sm, .wrap {
    max-width: 90%;
  }
  .container_pin{
    width: calc(100% - 40px);
    columns: 3;
  }  
  table th:nth-child(1),
  table td:nth-child(1) {
   display: none;
  }
  table th:nth-child(6),
  table td:nth-child(6) {
   display: none;
  }
}
@media (max-width:768px)
{
  .container_pin{ 
    columns: 2;
  } 
  .wrap{
    max-width: 960px;
  }
}
@media (max-width:480px)
{
  .container_pin{ 
    columns: 1;
  }
}
.boxInfo {
  background-color: rgb(255 255 228);
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}
.boxSize {
  background-color: rgb(228 237 255);
  text-align: center;
  font-weight: 600;
  font-size: 14px;
} 
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
} 
#myBtn:hover {
  background-color: #555;
}