/*
Theme Name: Barefoot
Theme URI: https://www.barefootdesigner.co.uk
Author: TidyThemes
Author URI: https://www.barefootdesigner.co.uk
Description: Donations: https://calmestghost.com/donate. BlankSlate is the definitive WordPress boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2023
Requires at least: 5.2
Tested up to: 6.1
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.barefootdesigner.co.uk
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2023 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

html{

	  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-size:12px;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


.login-gate {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-form {
  width: 100%;
  max-width: 400px;
  padding: 40px;
  text-align: left;
  animation: fadeIn 2.5s ease;
}

.login-form h2 {
  margin-bottom: 10px;
  font-size: 1.8rem;
}

.login-form p {
  margin-bottom: 10px;
  color: #333;
}

.login-form input {
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  box-sizing: border-box;
}

.login-form button {
  background-color: #0b214a;

  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 1rem;
  border-radius: 0px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.login-form button:hover {
  background-color: #005f87;
}

.error-message {
  color: #d32f2f;
  display: none;
  margin-top: 10px;
  font-size: 0.9rem;
}

.hidden-fade {
  opacity: 0;
  pointer-events: none;
  transition: opacity 2.6s ease;
}

.hidden-fade.show {
  opacity: 1;
  pointer-events: all;
}








.hub-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  padding: 20px 0;
}

.hub-card {
  background: #f2f1f1;
  border: 0px solid #e0e0e0;
  padding: 25px;
  text-align: center;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.hub-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

.hub-card img {
  max-width: 50px;
  margin-bottom: 15px;
}

.hub-card h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.hub-card p {
  font-size: 0.95rem;
  color: #555;
}

.logout-card {
  background: #ffebee;
  border-color: #f8bbd0;
}

.logout-card:hover {
  background: #ffcdd2;
}









.hub-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px 40px 10px/* or whatever padding feels good */
}

.logo img {
  width: 100px;
}

.user-info {
  display: flex;
  align-items: center;
  gap: 10px; /* space between text and user icon */
}

.user-info span {
  font-size: 16px;
  color: #333;
}

.user-icon {
  width: 40px; /* or whatever size fits nicely */
  height: 40px;
  border-radius: 50%; /* if you want it to be a circle */
}











.tab-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  margin-bottom: 20px;
}

.tab {
  padding: 15px 20px;
  border: none;
  cursor: pointer;
  border-bottom:solid 1px #0b214a;
  background:#fff;
  font-size:1.0em;
}

.tab.active {
  background-color: #eee;
}

.tab-panel {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1.6s ease, transform 1.6s ease;
  visibility: hidden;
  pointer-events: none;
}

.tab-panel.active {
opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
  position: relative;
}


.portal-layout {
  display: flex;
  min-height: 100vh;
  overflow: hidden;
}

.portal-content {
  flex: 0 0 60%;
  display: flex;
  justify-content: center; /* optional: horizontally center content-inner */
  padding: 5% 10% 10% 5%;
  box-sizing: border-box;
}

.content-inner {
  width: 100%;
}

.portal-sidebar {
  flex: 0 0 40%;
  background-image: url(/img/IMG.jpg);
  background-size: cover;
  background-position: center;
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 40%;
  z-index: -1; /* Push it behind main content */
}






.status{

	font-size:0.8em;
	padding:10px;
	background:#333;
	color:#fff;
	width:200px;
	text-align:center;
}


.orange{

	background:#e29e0b !important;
}

.green{

	background:#44ac0b !important;
}


.red{

	background: #ac0b48 !important;
}




.policy-row {
  display: flex;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-bottom:15px;
}

.policy-row:hover {
  background-color: #d6eaf8;
}

.policy-row:nth-child(4n+1),
.policy-row:nth-child(4n+3) {
  background-color: #f9f9f9;
}

.policy-row:nth-child(4n+2),
.policy-row:nth-child(4n+4) {
  background-color: #eaf2f8;
}

.policy-icon {
  flex: 0 0 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.policy-icon img {
  max-width: 70px;
}

.policy-content {
  flex: 1;
  padding-left: 20px;
}

.hub-header {
  display: none;
}


.policy-documents {
  display: none;
  padding: 20px 20px 40px;
  background-color: #f4f8fc;
  animation: fadeIn 1.3s ease;
}

.policy-documents.active {
  display: block;
  margin-top:-20px;
  margin-bottom:30px;
}

.doc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 20px;
}

.doc-item {
  text-align: center;
}

.doc-item img {
  max-width: 40px;
  margin-bottom: 10px;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}




.claim-form {
  max-width: 600px;
  background: #ffffff;
 
}

.claim-form h2 {
  margin-bottom: 20px;
  font-size: 24px;
  text-align: center;
  color: #333;
}

.claim-form form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.claim-form input {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  margin-bottom:10px;
}

.claim-form button {
  padding: 12px 15px;
  background-color: #0b214a;
  color: white;
  border: none;
  border-radius: 0px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.claim-form button:hover {
  background-color: #0056b3;
}




h1{

	font-size:3em;
	font-weight:normal;
	color:#0b214a;
}

