/*

Tooplate 2083 Steak House

https://www.tooplate.com/view/2083-steak-house

*/

body {
		background: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 200;
	}

html,body {
  width: 100%;
  overflow-x: hidden;
}

html {
  font-size: 100%;
}

.header {
  text-align: center;
  background-color: #333399; /* Facebook blue */
  color: white;
  padding: 10px;
}

.btn-xlg {
  padding: 20px 40px;
  font-size: 24px !important;
}

input,select,option {
  height: 60px !important;
}

/* Typography */
h1,h2,h3, .btn {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}

h1 {
  font-weight: bold;
  font-size: 30px;
}

h2 {
  color: #333;
  font-size: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 8px;
}
#contact h2 {
  color: #ffffff;
}

h3 {
  color: #444;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 1px;
  padding-bottom: 10px;
}
#menu h3 {
   color: #555;
}

h4 {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 400;
}

p {
  font-size: 18px;
  letter-spacing: 0.8px;
  line-height: 28px;
}

a {
  text-decoration: none !important;
}
a:visited,
a:focus {
  outline: none;
  text-decoration: none !important;
}

.bg-lite {
  background-color: #f3f3f3;
}


/* Custom styling for OTP input */
.otp-input {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  letter-spacing:80xp;
  font-size: 24px;
  font-weight: bold;
}

/* Style for the input box */
.otp-input input {
  width: 360px;
  height: 60px;
  gap: 30px;
  letter-spacing:80xp;
  text-align: center;
  font-size: inherit;
  border: 2px solid #ccc;
  border-radius: 8px;
}



.dev-warning {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFC300; /* Set your desired background color */
  padding: 2px; /* Adjust the padding as needed */
  z-index: 1000; /* Adjust the z-index to ensure it appears above other elements */
  text-align: center;
}

#member_list th {
  padding: 6px 20px !important;
  border-right: solid 1px #999999 !important;
  text-align: center;
}

#member_list td {
  padding: 6px 20px !important;
  border-right: solid 1px #999999 !important;
}

#member_list tr {
  border-bottom: solid 1px #999999 !important;
}