.libnight-container {
  /*padding-left: 10px;
  padding-right: 10px;  */
}
.backgr-container {
  position: relative;
  height: 1600px;
  width: 100%;
  z-index: 1;
}
.backgr-div {

/*  background-image: url(/vimg/libnight/backgr2025n.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  /*background-attachment: fixed;*/
}
.backgr-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 1600px;
  width: 100%;
  z-index: -1;
}
.sline {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 5px;
  /*border: 2px solid #CDCA6C;*/
  min-width: 180px;
  max-width: 250px;
}

.sline-vert1, .sline-vert2, .sline-vert3 {
  display: flex;
  flex-direction: column;
  /*justify-content: top;*/
  /*border: 2px solid blue;*/
  flex-wrap: nowrap;
  gap: 20px;
}
.slineRow {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  gap: 10px;
}
.sline > p {
  margin: 0;
  text-align: center;
}
.w-text {
  color: white;
}
.o-text {
  color: orange;
}
.col-hr {
  color: white;
  margin: 0;
  padding: 0;
}

.all-content {
  padding-left: 20px;
  padding-right: 20px;    
}
.line1 {
  padding-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.line2 {
  
}
.tab-table {
  border-collapse: collapse;
  padding: 4px;
  width: 500px;
  margin: auto;
}

.tab-table th, .tab-table td {
  text-align: center;
  padding: 5px;
  border: 1px dashed black;
}
.set-link {
  text-decoration: none;
  color: white;
}

.mincult1 {
  width: 300px;
}

.text1 {
  font-family: 'Arial';
  font-weight: 700;
  font-size: 45px;
  color: white;
}

.text2 {
  font-family: 'Arial';
  font-size: 30px;
  font-weight: 400;
  color: #EFCE6C;
  text-align: center;
}




.sel-text {
  font-weight: 700;
}

.com-block-text {
  font-family: 'Arial';
  font-size: 17px;
  margin: 0;
}

.com-block-text2 {
  font-family: 'Arial';
  font-size: 17px;
  margin: 0;
  margin-bottom: 10px;
}

.com-block-text3 {
  font-family: 'Arial';
  font-size: 17px;
  margin: 0;
  margin-bottom: 10px;
  border-bottom: dashed 1px black;
}

.backgr-bot {
  width: 100%;
}

.toptxt {
  font-style: bold;
  text-align: center;
}

.toptxt5 {
  font-size: 15px;
  text-align: center;
  font-weight: bold;
}

.bldund {
  font-weight: bold;
  font-size: 17px;
  color: #D66A0D;
  /*text-decoration: underline;*/
}
.size-text {
  font-size: 20px;
}

.wrk-container {
  width: 600px;
  margin: 0 auto;
}

.tab2 {
  padding: 4px;
  width: 700px;
  margin: auto;
}

.t_sf {
  text-align: right;
  padding-right: 5px;
  font-size: 17px;
}

.f_sf {
  text-align: left;
  padding-right: 5px;
  padding-bottom: 10px;
}

.baton {
  text-align: center;
}

.logo {
  width: 300px;
  height: 300px;
  /*margin: 0 auto;*/
  background-image: url(/vimg/libnight/logo.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  /*border: #F2F2F2 1px solid;*/
}

.content {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;

  
  width: 500px;
  border: 2px solid blue;
  display: flex;
  margin:0 auto;
  margin-top: 30px;
  flex-direction: column;
  background-color: #F0F0F0;
  border-color: #E0E0E0;
}

.box-head-text {
  display: flex;
  flex-direction: column;
  width: 90%;
  /*border: 2px solid grey;*/
  margin: 0 auto;
  text-align: center;
}

.head-text {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}
.simple-text {
  font-size: 15px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.box {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 50px;
  width: 500px;
  /*border: 2px solid grey;*/
  margin: 0 auto;
}
.vlabel {
  text-align: right;
  /*font-size: 15px;*/
  padding-right: 20px;
  width: 400px;
  /*border: 2px solid green;*/
}
.vinput {
  width: 100%;
  /*border: 2px solid green;*/
}
.vlabel2 {
  text-align: right;
  /*font-size: 15px;*/
  padding-right: 20px;
  width: 100px;
  /*border: 2px solid green;*/
}
.btn {
  height: 30px;
}

/* @media screen and (max-width: 1500px) {
  .backgr-img {
    height: 1725px;
  }
}

@media screen and (max-width: 1400px) {
  .backgr-img {
    height: 1700px;
  } */
}

  