.ident-rooms-list-title {
display: flex;
    align-items: center;
    margin-bottom: 45px;
    flex-direction: column;
}

.ident-rooms-list-wrapper {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
    padding: 40px 20px 120px 20px;
}

.numInput.cur-year{
	font-size: inherit !important;
    font-family: inherit !important;
    font-weight: 300 !important;
    line-height: inherit !important;
    color: inherit !important;
    border: unset !important;
}

.flatpickr-current-month{
	display: flex;
    flex-direction: row;
    justify-content: center;
    left: unset !important;
    width: 100% !important;
}

.wcf-embed-checkout-form.wcf-embed-checkout-form-modern-checkout .woocommerce .wcf-customer-login-section__login-button{
	min-width: 110px;
}

.irl-create-booking-boox button{
	border: unset !important;
}

button:hover{
	opacity: 0.9;
}

.irl-book-box-one label{
	margin-bottom: 7px;
}

.ident-rooms-list{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.ident-room-list-box {
    display: flex;
    background: white;
    flex-direction: column;
	position: relative;
    border-radius: 10px;
}

img.room-img{
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    object-fit: cover;
    height: 250px;
}

.irl-detial-one-capicity{
	margin: unset;
	position: absolute;
    top: 25px;
    left: 25px;
    display: inline-block;
    background: #ffffff;
    border-radius: 50px;
    line-height: 20px;
    padding: 3px 13px;
    /* backdrop-filter: blur(21px); */
    color: #000000;
    font-size: 15px;
}

.irl-detail-two{
    display: flex;
    padding: 25px 25px 30px 25px;
    border-radius: 10px;
    background: white;
    flex-direction: column;
	position: relative;    
}

.irl-detail-two h2 {
    font-size: 22px !important;
    margin-top: unset !important;
	margin-bottom: 10px !important;
}

/*.irl-detail-two p {
    font-size: 16px;
    font-weight: 300;
}*/

html body button.irl-detail-book-now{
	border: 1px solid #212121;
    background-color: transparent;
    color: #212121;
    width: 100%;
    padding: 7px 30px 7px 30px;
    margin-top: 7px;
}

html body button.irl-detail-book-now:hover{
	border: 1px solid #212121;
    background-color: #212121;
    color: white;
}

.irl-detail-create-book{
    width: 50%;
}
.irl-detail-add-email{
    padding: 5px !important;
    border: none !important;
}

/* booking box */
.step-one-box{
    text-align: center;
    margin-top: 20px;
    padding-bottom: 2px;
}
.step-one-next{
	border: unset;
    width: 100%;
    margin-top: 10px;
}

.wcf-embed-checkout-form .woocommerce .wcf-product-image {
    width: auto !important;
}

.step-two-back{
    width: 49%;
}
.irl-book-box {
    position: relative;
    padding: 10px;
}

.modal .irl-book-box {
    position: relative;
    padding: unset !important;
    margin-top: 20px;
}

#modal-book-now{
    display: none;
}

.irl-booking-loader {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
}

.irl-booking-loader-inner {
	width: 100%;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: #eee;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    border-radius: 10px;
    background-size: 200% 100%;
    animation: 1s shine linear infinite;
    flex-direction: column;
    font-size: 14px;
}

[type=button]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer !important;
}

@keyframes shine {
  to {
    background-position-x: -200%;
  }
}

.fetching-text{
	margin-bottom: unset !important;
    margin-top: 15px;
}

.irl-booking-loader img {
    width: 7%;
}

.irl-book-box-one {
    justify-content: space-between;
    display: flex;
    gap: 2%;
    margin-bottom: 10px;
}

.irl-book-capicity {
    width: 50%;
}

.irl-book-date {
    width: 50%;
}

.irl-book-box-time {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    row-gap: 12px;
    gap: 12px;
}

.irl-attendee-remove{
	border: unset !important;
}

.irl-book-box-two label {
    display: block;
    border: 1px solid gray;
    border-radius: 50px;
	width: 126px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
}

.check-filled {
    background-color: #09B805 !important;
    border-color: #09B805 !important;
    color: white !important;
}

.irl-book-box-two input {
    display: none;
}

.irl-book-box-three {
    text-align: center;
}

.irl-book-box-two label.slot-status-UNAVAILABLE {
    background-color: transparent !important;
    color: lightgrey !important;
    border-color: lightgrey !important;
    cursor: not-allowed;
}

/* Email box */
.irl-book-box-email {
display: none;
}
.irl-attendees-box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.irl-book-box-email-host,
.irl-book-box-email-attendees{
    display: flex;
    align-items: start;
    margin-bottom: 20px;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
}
.irl-book-box-email-host label, .irl-attendees-box label{
	margin-bottom: 7px;	
}
.irl-book-box-email-attendees input{
	width: 80% !important;	
}
.irl-book-box-email-attendees label{
	width: 100%;
}
.irl-result-box input{
	min-height: 48px;
}
.irl-attendee-remove{
	width: calc(20% - 10px) !important;
    margin-left: 10px;
}
.irl-book-box-email-host label{
    width: 15%;
}
.irl-book-box-email-host input{
    width: 85%;
}
.irl-book-box-email-attendees label{
    width: 25%;
}
.irl-create-booking-boox{
    margin-top: 10px;
    text-align: center;
    display: flex;
    gap: 2%;
}
.remove-attendee-email{
    padding: 5px 10px !important;
    border: none !important;
}

.irl-add-attendees-box{

}
.irl-add-attendees{
    width: 100%;
    background-color: white !important;
    border-radius: 30px 30px 30px 30px !important;
    padding: 14px 30px 14px 30px !important;
    border: 1px solid black !important;
    color: black !important;
	margin-bottom: 7px;
}
.tws-thankyou-page-notice{
    font-weight: 600;
    font-size: 35px;
    text-align: center;
    border: 5px dotted black;
    padding: 25px;
}

@media(max-width:768px){
    .ident-room-list-box {
        display: grid;
    }
}

/* Modal */

/* The Modal (background overlay) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Fix it to the screen */
    z-index: 9999; /* Make sure it's on top of other content */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent background */
    /*display: flex;
    align-items: center;*/
}

/* Modal Content Box */
/*.modal-content {
	background-color: #fff;
    margin: 40px;
    padding: 40px;
    border: 1px solid #bdbdbd;
    width: 100%;
    position: relative;
    border-radius: 10px;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    overflow: auto;
    max-height: 85vh;
}*/

.modal-content{
	background-color: #fff;
    padding: 40px;
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    overflow: auto;
    max-height: 85vh;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.irl-book-box-two p{
    margin-bottom: 7px;
    margin-top: 20px;
}

.modal-content #modal-room-name{
    margin-top: unset !important;
    margin-bottom: 15px;
}

.modal-image-left{
	display: none;
}

/* Close Button */
.close-btn {
    color: black;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    transition: 0.2s all;
}

.close-btn:hover,
.close-btn:focus {
    opacity: 0.6;
    text-decoration: none;
    cursor: pointer;
}

/* Optional: Style the image inside the modal */
#modal-room-image {
    width: 100%;
    max-width: 300px; /* You can adjust the size here */
    height: auto;
    margin-bottom: 15px;
    border-radius: 10px;
}

#modal-room-capacity{
	display: inline-block;
    background-color: #f2f2f2;
    border-radius: 50px;
    padding: 2px 14px;
    margin-bottom: 12px;
}

#modal-room-description{
	margin-bottom: 26px;
}

html body .modal-content #modal-room-name{
	font-size: 32px;
}

.irl-detail-two p{
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 5; /* number of lines to show */
           line-clamp: 5; 
   -webkit-box-orient: vertical;
}

@media (max-width: 1024px){
	.ident-rooms-list-wrapper {
		padding: 30px 20px 80px 20px;
	}
	.modal-content{
		width: 90% !important;
		padding: 30px !important;
	}
}

@media (max-width: 767px){
	.ident-rooms-list{
		grid-template-columns: repeat(1, 1fr);
	}
	.irl-book-box-two label {
		width: 104px;
		height: 32px;
		line-height: 32px;
	}
	.irl-detail-two h2 {
		font-size: 24px !important;
	}
	.ident-rooms-list-title p{
		text-align: center;
		line-height: 1.75em;
        max-width: 300px;
	}
	.ident-rooms-list-title{
		 margin-bottom: 25px;
	}
	.ident-rooms-list-wrapper {
		padding: 20px 20px 60px 20px;
	}
	.modal-content{
		width: 90% !important;
		padding: 24px !important;
	}
	.irl-book-box-one {
		gap: 15px !important;
	}
	.irl-book-box-email-attendees input {
        width: 100% !important;
        margin-bottom: 6px;
	}
	.irl-attendee-remove {
        width: auto !important;
        margin-left: 0px;
        padding: 0px !important;
        background-color: unset !important;
        color: #212121 !important;
        border-bottom: 1px solid #212121 !important;
        border-radius: 0px !important;
        display: inline-block !important;
	}
	.irl-book-box-email-attendees {
		display: flex;
		align-items: start;
		margin-bottom: 20px;
		flex-direction: column;
		width: 100%;
		flex-wrap: wrap;
	}
}

/* End of Modal */

@media(max-width:475px){
    .irl-detial-one{
        flex-wrap: wrap;
    }
    .irl-book-box-one{
        flex-direction: column;
		gap: 15px;
    }
    .irl-book-capicity,
    .irl-book-date{
        width: 100%;
    }
    .irl-detail-create-book {
        width: 60%;
    }
    .irl-book-box-email-host label {
        width: 35%;
    }
    .irl-book-box-email-attendees label {
        width: 60%;
    }
}