body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin: 0;
    background-color: #f3f3f3;
}

.error-message {
    color: red;
}

.header {
    background-color: #325e9c;
    color: white;
    padding: 1px 50px;
    width: 250px;
    margin: 0 auto;
    position: relative;
}

.header img {
    width: 30px;
    position: absolute;
    left: 15px;
    top: 8px;
}

.footer {
    text-align: center;
    margin: 40px auto 20px auto;
    padding-top: 10px;
    border-top: 2px solid #325e9c;
    width: 350px;
}

.calendar-container, .houses-container {
    padding: 0 20px;
    width: 328px;
    margin: 0 auto;
}

.calendar {
    clear: both;
}
    
.month {
    clear: both;
}

.line {
    width: 310px;
    margin: 0 auto;
    clear: both;
    height: 20px;
    text-align: center;
}
    
.od, .ed, .wd, .cd, .pd, .bd {
    width: 27px;
    height: 23px;
    border: 1px solid black;
    padding: 5px;
    float: left;
    margin: 2px;
    padding-top: 10px;
    border-radius: 5px;
}

.od {
    cursor: pointer;
}
    
.ed, .wd {
    border: 1px solid #f3f3f3;
}

.wd {
    height: 33px;
}

.pd {
    background-color: #ccc;
    cursor: not-allowed;
    color: #666;
}

.cd {
    background-color: #325e9c;
    color: white;
}

.bd {
    background-color: red;
    cursor: not-allowed;
    color: white;
}

.image-container {
    margin: 0px auto 20px auto;
    width: 348px;
    text-align: center;
}

img {
    width: 320px;    
}

.calendar-controls {
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    width: 310px;
}

#prev-month, #next-month {
    padding: 5px 10px;
    margin: 0 5px;
    cursor: pointer;
    border: 1px solid #f3f3f3;
    background-color: #f3f3f3;
    font-size: 18px;
}

button.inactive {
    cursor: not-allowed;
    opacity: 0.5;
}


.od.selected {
    background-color: green;
    color: white;
}

#message {
    margin: 10px auto;
    font-size: 16px;
    color: green;
    padding: 15px 30px;
    width: 296px;
}

.form-container input{
    width: 260px;
    padding: 5px;
    margin-bottom: 10px;
    margin-left: 23px;
    font-size: 14px;
}

.form-container button, .login-container button {
    text-align: center;
    font-size: 18px;
    background-color: #28a745; //#6d9eeb;
    color: white;
    border: none;
    padding: 10px 30px;
    margin: 20px auto 0 auto;
    display: block;
    border-radius: 5px;
}

.header_stretched {
    background-color: #325e9c;;
}

.property_container {
    margin: 30px auto; width: 320px; padding: 0 15px 0 15px; min-height: 300px;
    padding-top: 30px;

}

.house {
    margin-top: 20px;
}




/*booking css*/
.month {
    display: none;
}

/* Show the first .month element */
.month:first-of-type {
    display: block;
    /* or any other display property you want */
}

/* Hide the second and third .month elements */
.month:nth-of-type(2),
.month:nth-of-type(3) {
    display: none;
}

.month p {
    text-align: center;
}

.info,
.form-container {
    padding: 15px;
    width: 318px;
    margin: 0 auto;

    font-size: 16px;
}

/* Basic CSS styling */
.row {
    display: flex;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    background-color: #f9f9f9;
}

.column {
    flex: 1;
    padding: 5px;
    text-align: left;
}

.column.header {
    font-weight: bold;
    background-color: #ddd;
}

.container {
    max-width: 340px;
    margin: 0 auto;
    margin-top: 60px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    min-height:600px;
}

table {
    text-align: center;
    //margin-bottom: 5px;
    padding: 5px 1px;
    border-bottom: 1px solid #bbb;
}

table th {
    font-size: 11px;
    color: #888;
    font-weight: normal;
}

table td {
    font-size: 12px;
}

th:nth-child(1),
td:nth-child(1) {
    width: 10%;
    //border: 1px solid red;
}

th:nth-child(2),
td:nth-child(2) {
    width: 30%;
    //border: 1px solid red;
}

th:nth-child(3),
td:nth-child(3) {
    width: 20%;
    //border: 1px solid red;
}

th:nth-child(4),
td:nth-child(4) {
    width: 20%;
    //border: 1px solid red;
}

td:nth-child(4) input {
    width: 55px;
}

th:nth-child(5),
td:nth-child(5) {
    width: 10%;
    //border: 1px solid red;
}

th:nth-child(6),
td:nth-child(6) {
    width: 10%;
    //border: 1px solid red;
}

td:nth-child(6) {
    color: red;
}

table input {
    width: 30px;
    text-align: center;
    font-size: 12px;
}

table button {
    text-align: center;
    font-size: 12px;
    background-color: #6d9eeb;
    color: white;
    border: none;
    padding: 5px;
    cursor: pointer;
}

.passed {
    background-color: #eee;

}

.passed th,
.passed td {
    //color: #444;
}

.passed td input {
    background-color: #eee;
    border: 1px solid #444;
    color: #444;

}

.passed,
.closed {
    display: none;
}

.show_previous,
.show_next {
    //border: 1px solid #ccc;
    text-align: right;
    padding: 8px;
    background-color: #6d9eeb;
    cursor: pointer;
    color: white;
    margin: 20px 0px;
}

.font_13 {
    font-size: 13px;
    margin-bottom: 10px;
    display: block;
    width: 300px;
}

.edit_house {
    padding-left: 14px;
    padding-top: 10px;
    width: 330px;
    margin: 0 auto;
    margin-top: 60px;
}

#minAllowedDays, #maxAllowedDays {
    display: none;
}

/*house css*/
.info,
.form-container{
    padding: 15px;
    width: 318px;
    margin: 0 auto;
    padding-bottom: 50px;
    font-size: 16px;
    margin-top: 60px;
}

.info h3 {
    font-size: 15px;
    text-transform: uppercase;
}

span.red_box {
    display: block;
    width: 18px;
    background-color: red;
    float: left;
    margin-right: 6px;
    color: red;
    height: 18px;
}

.blue_box {
    border: 1px solid blue;
}

.font_13 {
    font-size: 13px;
}

.month {
    display: none;
}

/* Show the first .month element */
.month:first-of-type {
    display: block;
    /* or any other display property you want */
}

/* Hide the second and third .month elements */
.month:nth-of-type(2),
.month:nth-of-type(3) {
    display: none;
}

.month p {
    text-align: center;
}

/* Style the placeholder text */
#client_phone::placeholder {
    color: light gray;
  }

.codes_description {
    width: 318px;
    margin: 0 auto;
    color: #444;
    font-size: 13px;
    margin-top: 30px;
    margin-bottom: 40px;
}

/* Footer Style */
.site-footer {
    background-color: #333;
    color: white;
    padding: 40px 20px;
    text-align: center; /* Center all text */
    //height: 150px;
}

.site-footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.site-footer ul li {
    display: inline; /* Make list items inline */
    margin-right: 20px;
}

.site-footer ul li a {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.site-footer ul li a:hover {
    text-decoration: underline;
}

.site-footer p {
    margin-top: 10px;
    font-size: 14px;
    color: #ccc;
}

/* WhatsApp Button Style */
.whatsapp-button {
    display: inline-block;
    background-color: #25D366;
    color: white;
    padding: 6px 15px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

.whatsapp-button:hover {
    background-color: #22bb5a;
}


.social-icon {
    margin-left: 20px;
    /* Space between logo and icon */
    color: #E1306C;
    /* Instagram color */
    font-size: 24px;
    /* Adjust the size */
    text-decoration: none;
    /* Remove underline */
}

.social-icon:hover {
    color: #d62976;
    /* Change color on hover */
}