body,h1,h2,h3,h4,h5,h6 {
	font-family:Arial, Helvetica, sans-serif;

}

body{
       /* background-color: slategray;*/
}


body {
    position: relative;

}

body::before {
    content: "";
    /*background-image: url("/static/img/forest2.3cada55a147e.webp");  Path to your background image */
    background-image: url('https://res.cloudinary.com/hdwce3pfe/image/upload/v1763819659/photo_2025-11-22_14-50-09_af6qtw.webp'); /* Path to your background image */

backdrop-filter: blur(5px);
    background-size: cover; /* Adjust to fit your design */
    background-position: center; /* Adjust to fit your design */
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*opacity: 1  0.8;Adjust the opacity as needed */
    z-index: -1;
}

.background_main_picture {
    width:100%; 
    position: relative; 
    opacity: 25%;
}

.background_logo_picture {
    width:30%; 
    opacity: 100%; 
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}



.background_main_picture2 {
    width:40%; 
    min-width: 350px;
    display: inline-block;
    opacity: 100%; 
    margin: auto auto!important;
    left: 0;
    right: 0;
    text-align: center!important;

  /*   padding-bottom: 150px;
   margin-left: 20px;
    margin-right: 20px;*/
    z-index:0!important;
}

.book {
    width: 240px;
    height: 320px;
    float: left;
    margin: 10px;
    padding: 5px;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 5px #888;
    text-align: center;
}

.book:hover{
   background-color:#F0F0F0 !important; 
}

.book img {
    max-height: 220px;
    max-width: 220px;
}

.book_genre{
    display: block;
    font-size: 9px;
    margin-top:5px;
}

.book_name {
    font-size: 24px;
    vertical-align: middle;
}
.book_name_short {
    font-size: 14px;
    height: 70px;
    display: flex;
    justify-content: center; 
    align-items: center;

}

.book-detail {
    margin:auto; 
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.detail_main {
    float: left;
    margin:10px;
    text-align: left;
}

.book-image {
    text-align: center;
    margin: 20px 0;
}

.book-image img {
    max-width: 200px;
    height: auto;
    float: left;
}

.book-info {
    align-items: center;
    margin-left: 20px;
    text-align: left;
    float: left;
}

.book-info h1 {
    font-size: 24px;
}



.book-description {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    margin-top: 20px;
    max-width: 1200px;
}

.book-comments {
    background-color: #f9f9f9;
    padding: 20px;
    text-align: left;
    margin-top: 20px;
    max-width: 1200px;
}

.book-info span {
    display: block;
}


.request_form{
    margin:auto;
    text-align: center;
}

.book_send {
    display: none;
}

.fa-anchor,.fa-coffee {
	font-size:200px
}


.item-list {
    list-style: none;
    padding: 0;
}

.item-list li {
    border: 1px solid #ccc;
    margin: 5px;
    padding: 10px;
}

.pagination {
    text-align: center;
}

.pagination button {
    padding: 5px 10px;
    margin: 5px;
    cursor: pointer;
}

.pagination .page-num {
    font-weight: bold;
}




.inputfield {
    border: none;
    height: 40px;
    background-color: #F0F0F0;
    margin-bottom: 25px;
    pading:25px;
    width:150px;
    font-size: 18px;
    text-align: center;
    color: white;
}

.codefield {
    border: none;
    height: 40px;
    background-color: #F0F0F0;
    border: 1px solid #1a3f19;
    margin-bottom: 25px;
    pading:25px;
    width:90px;
    border-radius: 10px 10px 10px 10px;
    font-size: 18px;
    text-align: left;
    color: #1a3f19;
}

.inputfield:focus {
    outline: none !important;
  }

.inputfield_width {
    width:300px;
  }

.input_title {
    font-size: 26px;
    text-align: center;
    color: #1a3f19;    
}

#flag {
    height: 35px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.inputfield_comment {
    width:300px;
    height: 100px;
    font-size: 12px;
    text-align: justify;
}

.button_rs {
    margin-left: 25%;
}

.title_book {
    font-size: 16px;
    padding: 5px;
    font-style: italic;
}



/* calendar */



.bg-green {
  background-color: rgb(255, 255, 255, 0.4)!important;
}

.bg-green-free {
    background: linear-gradient(135deg, rgba(60, 179, 113, 0.3) 50%, rgba(255, 255, 0, 0.3) 50%)!important;
}

.bg-green-free-out {
    background: linear-gradient(135deg, rgba(255, 255, 0, 0.3) 50%, rgba(60, 179, 113, 0.3) 50%)!important;
}

.bg-green-in {
  /*background-color: rgb(255, 255, 0, 0.3)!important;*/
  background: linear-gradient(135deg, rgba(255, 255, 0, 0.3) 50%, rgba(205, 92, 92, 0.5) 50%)!important;
}

.bg-green-out {
  /*background-color: rgb(255, 255, 0, 0.3)!important;*/
  background: linear-gradient(135deg, rgba(205, 92, 92, 0.5) 50%, rgba(255, 255, 0, 0.3) 50%)!important;
}



.check_in {
 background: rgba(205, 92, 92, 0.5);
/*


background: linear-gradient(135deg, rgba(60, 179, 113, 0.3) 50%, rgba(205, 92, 92, 0.5) 50%);
 */
}

.hidded {
    visibility: hidden;
}

.check_out {
    /*
background: linear-gradient(135deg, rgba(205, 92, 92, 0.5) 50%, rgba(60, 179, 113, 0.3) 50%);
 */
    background-color: rgba(60, 179, 113, 0.3);
}

.check_both {
  background-color:  rgb(205, 92, 92, 0.5)!important;  
}




.prev-month, .next-month {
    background-color: transparent;
    border: none;
    font-size: 42px;
    color: #fff;
    cursor: pointer;
}



.input {
    width: 30px;
}


.input_date {
    width: 80px;
}



/* activity */
    .card {
        Color:white!important;
        border: 2px solid white!important;
        background-color: rgba(0, 0, 0, 0.2)!important;
        border-radius: 0px!important;
    }

.card-text{
    text-align: left;

}

.tbl {
    font-size: 12px;
}

.tbl tr {
    
}

.tbl tr td {
width:25%;
border: 1px dotted white;
text-align: center;
}



        .headercaption {
            background-color: rgba(0, 0, 0, 0.2);
            padding: 15px;
            margin: 0px;
            border-bottom: 1px solid white;
        }

.descriptiontext {
text-align: justify;
padding: 10px;
}

.descriptiontext a {
  text-indent: 20px!important;
}