.editbanner{
   position: relative;
}


.mainnameholder{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    
    
}
.mainname{
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    
}
.mainname p{
    
    color: white;
    font-size: 70px;
    font-weight: bold;
    margin: 0;
    transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}


.maindateholder {
    color: white;
}

.mainname span{
    color: rgb(190, 190, 190);
    font-size: 24px;
    margin-bottom: -5px;
}
.maindateholder{
    display: flex;
    width: 80%;
    margin-left: 50%;
    transform: translateX(-50%);
    text-align: center;
    position: absolute;
    bottom: 0px;
}
.maindateholder div{
    width: 50%;
    margin: 0;
    
    
    
}
.mainbooking{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    background-color: #F23D3D;
    font-weight: bold;
    transition: 0.5s ease;
}
.mainbooking:hover{
    background-color: #df3f3f;
    font-size: 55px;
}
.maindate{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    background-color: #0568A6;
    gap: 0;
    padding: 20px;
   
}
.maindate div{
    
    box-sizing: border-box;
    margin-right: -4px;
    width: 100%;
}

.maindate1, .maindate2, .maindate3, .maindate4{
    font-size: 45px;
    font-weight: bold;
    
}
.naininfo{
    font-size: 12px;
}
.mainbooking {
    cursor: pointer;
}

.admin-logo{
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.admin-logo-img {
    text-align: center;
    justify-content: center;
    align-items: center;
}
.maindate1, .maindate2, .maindate3{
    border-right: 1px solid white;
}
.mainname p:nth-child(2){
    margin-top: -40px;
    
}


  .input-checkbox {
    display: flex;
    margin-left: -8px;
    justify-content: space-around;
    align-items: start;
    margin-top: 30px;
    margin-bottom: -15px;
  }

  .input-checkbox > input {
    margin-right: -25px;
    margin-left: 0px;
    font-size: 32px;
    height: 15px;
    width: 15px;
    margin-top: 4px;
  }

  /* button to send email at the footer */
  .button-email {
    background-color: #44D2F2;
    height: 43px;
    margin-right: 6px;
  }

  .button-email > i {
    justify-content: center;
    align-items: center;
  }

  .input-email {
    height: 43px;
  }


  #hiddenDiv{
    display: none;
    transition:  0.5s ease;
    
  }


  
@media screen and (max-width: 1024px) {
    .maindate1, .maindate2, .maindate3, .maindate4{
        font-size: 25px;
        font-weight: bold;
    }

    .mainname p{
        font-size: 55px;
        
        
        
    }

  }



  @media screen and (max-width: 768px) {
    .mainname p{
        font-size: 45px;
        
        
        
    }
    .mainname span{
        font-size: 16px;
    }
    .maindateholder{
        display: block;
       
    }
    .maindateholder div{
        width: 100%;
        margin: 10px;
        
    }
    .maindate1, .maindate2, .maindate3, .maindate4{
        font-size: 20px;
        font-weight: bold;
    }
    .maindate1, .maindate2, .maindate3{
        border-right: 1px solid white;
    }
    .mainbooking{
        font-size: 25px;
        padding: 15px
    }
    .mainbooking:hover{
        font-size: 28px;
    }
    .mainname{
        top: 30%;
    }
    .mainbooking{
        border-radius: 2px;
    }

  }



  @media screen and (max-width: 600px) {
    .mainname p{
        font-size: 45px;
        
        
        
    }
    .mainname span{
        font-size: 12px;
    }
    .maindateholder{
        display: block;
       
    }
    .maindateholder div{
        width: 100%;
        margin: 10px;
        
    }
    .maindate1, .maindate2, .maindate3, .maindate4{
        font-size: 20px;
        font-weight: bold;
        
    }
    .maindate1, .maindate2, .maindate3{
        border-right: 1px solid white;
    }
    .mainbooking{
        font-size: 25px;
        padding: 15px
    }
    .mainname{
        top: 30%;
    }
  }


  @media screen and (max-width: 450px) {
    
    .mainname{
        
        top: 20%;
       
        
    }
    

    .mainname p{
        font-size: 45px;  
    }
    .mainname span{
        font-size: 12px;
    }
    .maindateholder{
        display: block;
        padding: 10px;
       
    }
    .maindateholder div{
        width: 100%;
        margin: 0px;
    
        
    }
    .maindate1, .maindate2, .maindate3, .maindate4{
        font-size: 20px;
        font-weight: bold;
    }
    .maindate1, .maindate2, .maindate3{
        border-right: 1px solid white;
        
    }
    .mainbooking{
        font-size: 25px;
        padding: 15px
    }
    .mainname{
        margin-top: 5px;
        
    }
    .input-checkbox {
    font-size: 14px;
    margin-top: 15px;
    }
    .input-checkbox > input {
        height: 13px;
        width: 13px;
        margin-top: 4px;

    }
  }

  .download{
    display: flex;
    justify-content: center;

  }

  .download-button{
    background-color: #7097b0;
    color: white;
    font-size: medium;
    height: 45px;
    width: 800px;
    border-radius: 4px;
    text-align: center;
    /* padding-top: 10px; */
  }
  .download-button:hover{
    background-color: #0568A6;
    transform: scale(1.1);
    font-size: large;
  }

  /* search div */
  .search-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.search-container > form {
    margin-left: 30px;  
    display: flex;
    justify-content: space-around;
}

.search-container select,
.search-container input[type="text"],
.search-container button {
    margin-right: 10px;
}

.search-container input[type="text"] {
    padding: 5px;
    width: 400px;
    height: 40px;
    border-radius: 4px;
    font-size: 20px;
}

.search-container button {
    padding: 5px 10px;
    width: 130px;
    height: 40px;
    background-color: #0568A6;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

.search-container button:hover {
    background-color: #0056b3;
}

.search-container select {
    width: 250px;
    border: 1px solid #7097b0;
    height: 40px;
    padding: 5px;
    border-radius: 4px;
}

.scrollable {
    overflow-y: auto !important;
}



/* styles */ 


.card > .logop > img {
	/* max-width: 100%; */
	display: block;
    width: 100px;
    height: 74px;
}

/* input {
	appearance: none;
	border-radius: 0;
} */

.card {

	margin: 2rem auto;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 425px;
	background-color: #FFF;
	border-radius: 10px;
	box-shadow: 0 10px 20px 0 rgba(#999, .25);
	padding: 20px;
    overflow-y: auto;
    max-height: 90vh;
    
}
.card::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.close-card {
    position: absolute;
    right: 25px;
    font-size: 23px;
    top: 5px;
    width: 5px;
    height: 5px;
    cursor: pointer;
    font-weight: bold;
    color: #0568A6;
    user-select: none;
    -moz-user-select: none; /* For Firefox */
    -webkit-user-select: none; /* For Chrome, Safari, and Opera */
    -ms-user-select: none; /* For Internet Explorer/Edge */

}

.cardhidden {

margin: 2rem auto;
display: flex;
flex-direction: column;
width: 80%;
background-color: #FFF;
border-radius: 10px;
box-shadow: 0 10px 20px 0 rgba(#999, .25);
padding: 50px;
text-align: center;


}

.cardhidden > h2 {
    font-size: 36px;
}
.card-image {
	border-radius: 8px;
    background: red;
	padding-bottom: 35%;
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: 0 5%;
	position: relative;
}

.card-heading {
	position: absolute;
	left: 10%;
	top: 15%;
	right: 10%;
	font-size: 1.75rem;
	font-weight: 700;
	color: #735400;
	line-height: 1.222;
	small {
		display: block;
		font-size: .75em;
		font-weight: 400;
		margin-top: .25em;
	}
}

.card-form {
	padding: 2rem 1rem 0;
}

.input, button {
	display: flex;
	flex-direction: column-reverse;
	position: relative;
	padding-top: 1rem;
	&+.input {
		margin-top: 1.2rem;
	}
}
#flowing-div{
    overflow-y: scroll; 
    margin-top: -16px;
     height: 90vh;
     transition: 0.5s;
}
.flowing-div::-webkit-scrollbar {
    width: 0; /* Hide scrollbar for Webkit (Chrome, Safari, Edge) */
}

.input-label {
	color: #8597a3;
    
	position: absolute;
	top: 0.5rem;
	transition: .25s ease;
}

.input-field {
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #8597a3 !important;
	z-index: 1;
	background-color: transparent;
	border-bottom: 2px solid #eee; 
	font: inherit;
	font-size: 1.0rem;
	padding: .25rem 0;
	&:focus, &:valid {
		outline: 0;
		border-bottom-color: #6658d3;
		&+.input-label {
			color: #0568A6;
			transform: translateY(-1.5rem);
		}
	}
}

.action {
	margin-top: 2rem;
    background-color: transparent !important;
}

.action-button {
	background-color: #0568A6 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s ease;
    cursor: pointer;
	font: inherit;
	font-size: 1.25rem;
	/* padding: 1em; */
	width: 100%;
	font-weight: 500;
	border-radius: 6px;
	color: #FFF;
	border: 0;
	&:focus {
		outline: 0;
	}
}

.action-button:hover {
    font-size: 22px;
    



}

.card-info {
	padding: 1rem 1rem;
	text-align: center;
	font-size: .875rem;
	color: #8597a3;
	a {
		display: block;
		color: #44D2F2;
		text-decoration: none;
	}
}
.logop{
    display: flex;
    justify-content: center;
}

.booking-popup {
    position: fixed;
    width: 100vw;
    height: 100vh;
    right: 0;
    top: 0;
    background: rgb(0,0,0, .7);
    background-color: white;
    z-index: 1000000000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.input-radios {
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: -30px;
    padding-left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.input-radios > input {
    height: 25px;
    margin-top: 10px;
}
.input-radios > label {
    color: #8597a3;
    margin-left: -30px;
}

.spinner {
            /* border: 4px solid rgba(0, 0, 0, 0.1); */
            border: 4px solid white;
            border-left-color: #333;
            border-radius: 50%;
            width: 23px;
            height: 23px;
            animation: spin 1s linear infinite;
            color: white;
            display: none; /* Hide spinner by default */
        }

        @keyframes spin {
            0% {
                transform: rotate(0deg);
            }
            100% {
                transform: rotate(360deg);
            }
        }

.information-bulletin{
    position: relative;
    height: 400px;
}
.about-info{
    background-color: #F23D3D;
    padding: 5px; 
    width: 500px;
    top: 265px;
    position: absolute;
    font-size: 30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
}
.about-subinfo{
    background-color: #F23D3D;
    padding: 5px; 
    width: 200px;
    top: 325px;
    position: absolute;
    font-size: 25px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: white;
    font-weight: 550;
    border-radius: 18px;
    border: 1px solid red;
    transition: 0.5s ease;
}
.about-subinfo:hover{
    background-color: white;
    color: red;

}
@media(max-width: 1024px){
    .about-subinfo{
        
        width: 200px;
        top: 266px;
        font-size: 22px;
        
    }
    .about-info{
        top: 215px;
        width: 370px;
        font-size: 25px;
    }
    
}
@media(max-width: 1000px){
    .about-subinfo{
        
        background-color: red;
    padding: 5px; 
    width: 200px;
    top: 325px;
    position: absolute;
    font-size: 25px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: white;
    font-weight: 550;
    border-radius: 18px;
    border: 1px solid red;
    transition: 0.5s ease;
        
    }
    .about-info{
        background-color: red;
    padding: 5px; 
    width: 500px;
    top: 265px;
    position: absolute;
    font-size: 30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    }
    
}
@media(max-width: 475px){
    .about-subinfo{
        
        width: 200px;
        bottom: 15px;
        font-size: 18px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        
    }
    .about-info{
        bottom: 75px;
        width: 300px;
        font-size: 20px;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
}



/* messages */
.chat-container {
    border: 1px solid #ccc;
    border-radius: 0px 5px 5px 10px;
    margin: 10px 10px;
    padding: 10px;
    background-color: #f9f9f9;
    width: 80%;
}

.chat-header {
    font-weight: 600;
}

.chat-message {
    margin-top: 5px;
}
.chat-email {
    font-weight: 500;
    font-size: 12px;
    color: rgb(195, 186, 186);
}

.chat-date {
    font-size: 12px;
    font-weight: 500;

}