/*
Theme Name: Twenty Twenty-Five Child
Theme URI: http://example.com/twenty-twenty-five-child/
Description: A child theme for Twenty Twenty-Five
Author: TKP Technologies
Author URI: http://tkptechnologies.co.uk
Template: twentytwentyfive
Version: 1.0.0
*/

.mm-logo-header img {
    width: 96px !important;
    height: 60px !important;
}
.mm-logo-footer img {
	width: 125px !important;
    height: 75px !important;
}
.footer-text-copyright-vat {
    font-weight: 700;
    margin-top: 20px !important;
	color:#fff !important;
}
.footer-text-copyright-vat a{
	color:rgba(255, 87, 42) !important;
}

.top-menu-li-homepage-items li {
    margin-top:0;
	display: inline-block;    
}
.top-menu-li-homepage-items li a{
    text-decoration:none;
	margin:0 7px;
	cursor:pointer;
	padding: 10px 15px;
    background-color: #ff572a;
    border-radius: 4px;
}

.top-menu-li-homepage-items li a:hover {
   text-decoration:none;
   background-color: #ff572a94;
    border-radius: 4px;
}

.wp-block-navigation {
    padding-left:0px !important;
}
.wp-block-navigation li {
    display: inline-block;
    margin-top:0;
}
.wp-block-navigation li a {
    text-decoration: none;
    padding: 5px;
    font-weight: 700;
    font-family: 'Aktiv Grotesk';
    font-size:17px;
    line-height:17px;
}
.wp-block-navigation li a span:hover {
    color:#ff572a;
}
@media screen and (max-width: 599px) {
	.top-menu-li-homepage-items {
	  display: inline-grid;
	  justify-content: center;
	  gap: 16px;
	  padding: 2.5px;
	}
	.top-menu-li-homepage-items :nth-child(2){
		margin-top: 5px !important;
	}
	.mm-logo-header img {
		margin-left: 5px;
	}
	.wp-block-navigation__responsive-container-open svg {
		height: 40px;
		width: 40px;
	}	
}



/* Start Page */
.full-width-page-contents {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
    padding: 0 !important;
}
#start-page-hero-container {
    background-image: url('/wp-content/uploads/2025/07/The-Gherkin-scaled-1.webp');
    background-size: cover;         /* Ensures the image covers the whole div */
    background-position: center;    /* Centers the image */
    background-repeat: no-repeat;   /* Prevents tiling */
    width: 100%;                    /* Full width */
    height: 100vh;                  /* Full height of the viewport */
}
.start-page-heading {
    color: #fff;
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    line-height: 0.85;
    background-color: rgb(0 0 0 / 60%);
    padding: 35px 20px 20px;
    margin: 15px;
	border-radius: 6px;
	text-transform: uppercase;
}
.start-page-input {
    font-size: 22px !important;
    text-align: center;
    font-family: 'Aktiv Grotesk';
	box-shadow: 0 0 0 .15rem  rgba(0, 0, 0) !important;
}
.start-page-input:focus {
    border-color: rgba(255, 87, 42, 0.60) !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem  rgba(255, 87, 42, 0.25) !important;
	transition: border-color 0.5s ease, box-shadow 0.5s ease;
}
.start-page-button {
    background-color: rgba(255, 87, 42);
    color: #fff;
    font-family: 'Aktiv Grotesk';
    font-size: 22px;
    font-weight: 700;
    border: none;
    padding: 10px;
	border-radius: 6px;
}
.start-page-button:hover {
    background-color: rgba(255, 87, 42, 0.6);
    transition: background-color 0.5s ease;
}


/* End of start page */


/* start of run page */
.upload-spacer-top {
  height: 30px; /* or use margin if wrapping outer container */
}

.upload-spacer-bottom {
  height: 60px;
}

.generic-page-heading-centered {
    text-align: center;
    font-size: clamp(2rem, 4vw, 3rem);
    margin: 20px 0 10px 0;
	text-transform: uppercase;
}
.run-page-button {
	background-color: rgba(255, 87, 42);
    color: #fff;
    font-family: 'Aktiv Grotesk';
    font-size: 22px;
    font-weight: 700;
    border: none;
    padding: 10px;
	border-radius: 6px;
}
.run-page-button:hover {
    background-color: rgba(255, 87, 42, 0.6);
    transition: background-color 0.5s ease;
}
.run-page-demo-button {
	background-color: rgba(22, 13, 40);
    color: #fff;
    font-family: 'Aktiv Grotesk';
    font-size: 22px;
    font-weight: 700;
    border: none;
    padding: 10px;
	border-radius: 6px;
	text-decoration: none;	
}
.run-page-demo-button:hover {
    background-color: rgba(22, 13, 40, 0.6);
    transition: background-color 0.5s ease;
}

#saved-office-controls {
  display: inline-flex; /* changed from flex to inline-flex */
  flex-direction: column;
  align-items: center;
  gap: 8px;
  border: 1px solid #ff572a;
  background-color: #e1e1e1;
  border-radius: 8px;
  padding: 15px 20px;
  width: fit-content;
  max-width: 100%;
}

#saved-office-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

#saved-offices-label {
  font-weight: 700;
  font-family: 'Aktiv Grotesk';
  margin-bottom: 0;
}

#office-picker {
  min-width: 200px;
  height: 38px;
  text-align:center;
}

#add-selected-office {
  height: 38px;
  white-space: nowrap;
  padding: 0 16px;
  color: #ff572a;
  background-color:#fff;
  border-color:#ff572a;
  font-weight: 700;
  font-family: 'Aktiv Grotesk';
}
#add-selected-office:hover {
  background-color:#160d28;
  color:#fff;
}



#office-inputs .office-block {
    background-color: #e1e1e1;
    border-radius: 8px;
    padding: 15px 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
    text-align: center;
    border: 1px solid #ff572a;
}
#office-inputs .office-block input:focus {
    box-shadow: 0 0 0 .15rem rgb(22 13 40 / 25%) !important;
}
#office-inputs .form-control {
  max-width: 100%;
  padding: 5px;
}
.office-block .form-label {
    margin-bottom: 0px;
    font-family: 'Aktiv Grotesk';
    font-weight: 700;
}
#add-office {
    background-color: #fff;
    color: #ff572a;
    border-color: #160d28;
    font-weight: 700;
    font-family: 'Aktiv Grotesk';
}
#add-office:hover {
    background-color: #160d28;
    color: #fff;
    border-color: #ff572a;
}

#upload-form {
  opacity: 1;
  transition: opacity 0.5s ease;
}

#upload-form.animate-in {
  opacity: 1;
}

#upload-form.hidden-form {
  display: none;
  opacity: 0;
}

#upload-form.revealed {
  display: block;
  opacity: 0;
}

/* Base visibility utility */
.hidden {
  opacity: 0;
  pointer-events: none;
}

/* Upload status container */
#upload-status.hidden {
  display: none;
}

#upload-status {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

#upload-status.visible {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

/* Icon stack: keeps spinner and result icon in the same space */
#upload-icon-stack {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

/* Shared positioning for icons inside stack */
#upload-icon-stack > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s ease;
}

/* Spinner */
#spinner-wrap {
  opacity: 0;
  z-index: 1;
}

#spinner-wrap.active {
  opacity: 1;
}

#spinner-wrap.fade-out {
  opacity: 0;
}

/* Spinner animation */
.svg-spinner img {
  height: 120px;
  width: auto;
  animation: logo-animate 2.5s cubic-bezier(0.65, 0, 0.35, 1) infinite;
  filter: brightness(0) saturate(100%) invert(38%) sepia(86%) saturate(1331%) hue-rotate(343deg) brightness(102%) contrast(101%);
  transform-origin: center;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

@keyframes logo-animate {
  0%   { transform: rotateY(0deg) scale(1); opacity: 1; }
  35%  { transform: rotateY(0deg) scale(1.2); opacity: 0.95; }
  65%  { transform: rotateY(360deg) scale(1.2); opacity: 0.95; }
  100% { transform: rotateY(360deg) scale(1); opacity: 1; }
}

/* Result logo (stacked above spinner) */
.svg-result {
  opacity: 0;
  z-index: 2;
  pointer-events: none;
}

.svg-result.visible {
  opacity: 1;
}

/* Filters */
.svg-result.success img {
  height: 120px;
  width: auto;
  /*filter: brightness(0) saturate(100%) invert(52%) sepia(87%) saturate(500%) hue-rotate(85deg) brightness(102%) contrast(97%);*/
}

.svg-result.error img {
  height: 120px;
  width: auto;
  /*filter: brightness(0) saturate(100%) invert(20%) sepia(93%) saturate(6417%) hue-rotate(352deg) brightness(101%) contrast(103%);*/
}

/* Message fade-in */
#upload-message {
	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s ease 0.1s, transform 0.6s ease 0.1s;
  margin-top: 20px !important;
}

#upload-message.active {
  opacity: 1;
  transform: translateY(0);
}

#upload-actions.hidden {
  display: none;
}

#upload-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem; /* adds space between buttons if both ever appear */
  margin-top: 1.5rem;
}

#upload-actions button,
#upload-actions form {
  display: inline-block;
}
#retry-btn {
	background-color: #ff0f18;
    font-size: 18px;
    padding: 10px 20px;
    font-family: 'Aktiv Grotesk';
}
#success-btn {
    display: inline-block;
	background-color: #0bd545;
    font-size: 18px;
    padding: 10px 20px;
    font-family: 'Aktiv Grotesk';
}
.error-try-again-button {
    background-color:#160d28;
    color:#fff;
    font-size:18px;
    font-weight:700;
    padding: 7.5px 15px;
    font-family: 'Aktiv Grotesk';
    border: 1px solid #000;
	text-decoration:none;
	border-radius:8px;
}
.error-try-again-button:hover, .error-try-again-button:focus, .error-try-again-button:active {
    background-color:#ff572a !important;
}


#recently-run-reports {
  opacity: 1;
  max-height: 9999px;
  overflow: visible;
  transition: opacity 0.5s ease, max-height 0.5s ease;
}

#recently-run-reports.hidden-section {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}
#dashboard-office-recent-reports {
    margin: 0 auto;
    width:90%;
    text-align:center;
    border: 2px solid #160d28;
	font-family: 'Aktiv Grotesk';
}
#dashboard-office-recent-reports th {
    background-color:#160d28;
    color:#fff;
    padding: 7.5px 5px;
    border: 3px solid #ff572a;
}
#dashboard-office-recent-reports td {
    border: 1px solid #160d28;
    padding: 7.5px 5px;
}
#dashboard-office-recent-reports .btn-nav {
    background: #f8f9fa;
    border: 3px solid #160d28;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 16px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: background 0.2s ease;
}
#dashboard-office-recent-reports .btn-nav:hover {
    background: #160d28;
    color: #fff;
    transition: background 0.25s ease, color 0.25s ease, transform 0.15s ease;
}
@media screen and (max-width: 768px) {
  #dashboard-office-recent-reports {
    border: 0;
    width: 100%;
  }

  #dashboard-office-recent-reports thead {
    display: none;
  }

#dashboard-office-recent-reports td:last-child::before {
  display: none;
}
	
	/* On desktop: still show the last column <td>, but no header */
	#dashboard-office-recent-reports td:last-child {
	  text-align: center;
	}

  #dashboard-office-recent-reports tr {
    display: block;
    margin-bottom: 1.5rem;
    border: 2px solid #160d28;
    border-radius: 10px;
    padding: 10px;
    background: #f8f9fa;
  }

  #dashboard-office-recent-reports td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 5px;
    position: relative;
    text-align: left;
    border: none;
    border-bottom: 1px solid #ddd;
  }

  #dashboard-office-recent-reports td:last-child {
    border-bottom: none;
  }

  #dashboard-office-recent-reports td::before {
    content: attr(data-label);
    font-weight: bold;
    color: #160d28;
    font-size: 14px;
    text-transform: uppercase;
    flex-basis: 50%;
  }

  #dashboard-office-recent-reports .btn-nav {
    width: 100%;
    justify-content: center;
    font-size: 14px;
  }
}
/* End of run page */

/* Overview Page */

.spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.main-menu-top-container{
	z-index: 100000;
}
#spinner-page-load-wrap {
    z-index: 1;
}
#spinner-loading-message {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    transform: translateY(10px);
    transition: opacity 0.6s ease 0.1s, transform 0.6s ease 0.1s;
    margin-top: 0px !important;
    text-align: center;
}

.output-star-number {
    background-color: #160d28;
    font-weight: 700;
    font-family: 'Peacock Loop';
    font-size:25px;
    line-height:40px;
    padding-top:10px;
    color: #fff;
    border-radius: 50%;         /* Makes the element circular */
    width: 40px;                /* Set a fixed width */
    height: 40px;               /* Set a fixed height (same as width) */
    display: flex;              /* Centers text horizontally & vertically */
    justify-content: center;
    align-items: center;
    text-align: center;
}
/*
.filter-teams-grid {
  display: grid;
  gap: 0px;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}
*/
.filter-teams-grid {
    margin: -10px 0 25px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    border: 10px solid #160d28;
    border-radius: 8px;
	padding: 5px;
}
.filter-teams-grid > * {
    flex: 1 1 225px;
}
/* Two per row on screens smaller than 768px */
@media (max-width: 767.98px) {
  .filter-teams-grid {
    grid-template-columns: repeat(2, 1fr);
	gap: 10px;
    border: 2px solid #c5c5c5;
    padding: 0 7.5px 7.5px;
  }

  /* If last button is odd-numbered, span it across both columns */
  .filter-teams-grid > .btn:nth-last-child(1):nth-child(odd) {
    grid-column: span 2;
  }
}
.filter-teams .btn {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Aktiv Grotesk';
    font-weight:700;
    transition: all 0.2s ease-in-out;
    border-color: #160d28;
    color: #160d28;
}
.filter-teams .btn.active {
    background-color: #ff572a;
    color: #fff;
    border-color: #160d28;
}
.filter-teams .btn:hover {
    color:#fff;
    background-color: #ff572a;
    border-color: #160d28;
}
.filter-teams .btn:active {
    color:#fff;
    background-color: #160d2885 !important;
    border-color: #ff572a !important;
}
.filter-teams .employee-count-badge {
    display: block;
    width: 40px;
    margin: 5px auto 0;
	font-family: 'Aktiv Grotesk';
    background-color: #160d28 !important;
    font-size: 12px;
    line-height: 15px;
}
.filter-label {
    font-family: 'Aktiv Grotesk';
    margin: 0 !important;
    background-color: #160d28;
    color: #fff;
    border-radius: 4px;
    font-size: 18px;
    line-height: 22px;
    padding: 10px;
}



.hover-sync.hovered {
  background-color: #ff572a;
  color:#fff;
  cursor: pointer;  
}
.overview-place-link, .clickable-table-row {
    color: #160d28;
    text-decoration: none;
}
.overview-office-names-header {
    border: 2px solid #160d28;
    text-align: center;
    padding: 10px 20px;
	border-radius: 5px;
}
.overview-office-names-header:hover, .clickable-table-row:hover {
    background-color: #ff572a;
    color:#fff;
	cursor: pointer;  
}
.overview-office-names-header-name {
    font-family: 'Aktiv Grotesk';
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    margin: 0;
}
.overview-office-names-header-pc {
    font-family: 'Aktiv Grotesk';
    font-size: 14px;
    line-height: 16px;
    margin: 7.5px 0 0 0;
}
.office-ranking-table-heading {
    font-family: 'Aktiv Grotesk';
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    margin: 20px auto 0;
    color: #fff;
    background-color: #160d28;
    width: 100%;
    padding: 10px 5px;
	-moz-border-radius: 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}
@media (max-width: 767.98px) {
	.office-ranking-table-heading {
		margin-top:0;
	}
}
.office-ranking-table-heading.office-ranking-table-heading-lg {
    font-size: 22px;
    line-height: 24px;
}
.office-ranking-table-heading.alt-color-bg {
    background-color: #ff572a;
}

.office-ranking-table {
    border: 2px solid #160d28;
	border-top: none;
    margin: 0 auto;
    width: 100%;
	table-layout: fixed;
}

.office-ranking-table th, .office-ranking-table td {
    padding: 7.5px;
    text-align: center;
    border-bottom: 1px solid #160d28;
}
.office-ranking-table td:first-child {
    width: 65px;
}
.office-ranking-table td:nth-child(2) {
    text-align: left;
    font-family: 'Aktiv Grotesk';
    font-size: 18px;
    line-height: 20px;
}
.office-ranking-table td:nth-child(3) {
    width: 110px;
    font-family: 'Aktiv Grotesk';
    font-size: 14px;
    line-height: 16px;
    vertical-align: middle;
}
#overview-page-map-container, #ind-page-map-container {
    height: 475px;
    border: 2px solid #ff572a;
	border-radius: 5px;
}
.custom-marker-icon .icon-wrapper {
  background-color: #ff572a; /* Your desired background */
  padding: 5px;
  border-radius: 8px;
  width: 60px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.leaflet-popup-content {
    text-align: center;
}
.leaflet-right {
    display: none !important;
}
.custom-marker-icon img {
  width: 45px !important;
  height: 30px;
}
.footer-data-information {
    width:100%;
    margin: 25px auto 0;
    padding: 10px 25px;
    border:2px solid #fe572a;
    background-color:#e7e7e7;

    
}
.footer-data-information p {
    margin: 5px 0;
    color:#160d28;
    font-weight: 700;
    font-family: 'Aktiv Grotesk';
    font-size:15px;
    line-height:18px;
}
/* End of Overview page */

/* Start of Indv page */
.indv-report-top-nav-container {
    margin-top: 50px;
    margin-bottom: 50px;
    max-width: 90%;
}

.indv-report-top-nav-container .btn-nav {
  background: #f8f9fa;
  border: 3px solid #ff572a;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 14px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: background 0.2s ease;
}

.indv-report-top-nav-container .btn-nav:hover {
  background: #160d28;
  color:#fff;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    transform 0.15s ease;
}

.indv-report-top-nav-container .btn-nav i {
  font-size: 1.2em;
}

.indv-office-name-green-score {
    color: #ff572a;
    font-size: 50px;
    line-height: 60px;
    font-family: 'Aktiv Grotesk';
    font-weight: bold;
    vertical-align: middle;
}

.indv-office-name-green-score-sub {
    font-family: 'Aktiv Grotesk';
    color: #160d28;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    vertical-align: middle;
}

.indv-office-name-total-large {
    font-family: 'Aktiv Grotesk';
     font-size: 50px;
    line-height: 60px;
    font-weight: bold;
    vertical-align: middle;
    color: #ff572a;
}
.indv-office-name-heading {
    font-family: 'Aktiv Grotesk';
    font-size: 22px;
    line-height: 28px;
    color:#160d28;
}

.indv-office-name-heading-sub {
    font-family: 'Aktiv Grotesk';
    font-size:13px;
    line-height: 14px;
    display: block;
    color:#160d28;
}
.icon-wrapper-employee .bi-person-square {
    color:#fff;
    font-size:18px;
}

.icon-wrapper-employee {
    background-color: #160d28;
    padding: 5px;
    padding-top: 7px;
    border-radius: 8px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.table-responsive-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Optional: show scroll gradient/fade or styling cue */
.table-responsive-wrapper::-webkit-scrollbar {
  height: 8px;
}
.table-responsive-wrapper::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}
@media (min-width: 1850px) {
	.ind-office-employee-data-table {
		font-size: 56px;
		line-height: 58px;
	}
	
}
.ind-office-employee-data-table {
    width: 100%;
    text-align:center;
    font-family:'Aktiv Grotesk';
    border: 2px solid #ff572a;
    border-radius: 5px;
    margin-top: 20px
}
.ind-office-employee-data-table th {
    text-align:center;
  /*  border: 3px solid #ff572a; */
	border: 3px solid #160d28;
    padding: 7.5px 5px;
    background-color:#160d28;
    color:#fff;
	cursor: pointer;
	position: relative;
}
.ind-office-employee-data-table .sort-indicator {
	display: inline-block;
	margin-left: 1px;
	font-size: 1em;
	color: #fff;
}
.ind-office-employee-data-table th.sorted-asc .sort-indicator::after {
    content: '▲'; /* up arrow */
}
.ind-office-employee-data-table th.sorted-desc .sort-indicator::after {
    content: '▼'; /* down arrow */
}
.ind-office-employee-data-table th:hover .sort-indicator::after {
    color: #ff572a;
}
.ind-office-employee-data-table td {
    text-align:center;
    border: 1px solid #160d28;
    padding: 7.5px 5px;
}
/*
#ind-office-employee-data-table tbody tr {
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 1;
  transform: translateY(0);
}

#ind-office-employee-data-table tbody tr.slide-out {
  opacity: 0;
  transform: translateY(-10px);
  transition-delay: var(--delay, 0ms);
}

#ind-office-employee-data-table tbody tr.slide-in {
  opacity: 1;
  transform: translateY(0);
  transition-delay: var(--delay, 0ms);
}
*/
.ind-office-employee-data-table tr:nth-child(even) {
    background-color: #dcdcdc;
}
.ind-office-employee-data-table tr:hover {
    background-color: #c4c4c4;
    cursor: pointer;
    border: 3px solid #160d28;
}


.leaflet-ctrl-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
  font-size: 16px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.ctrl-message {
  background: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 12px 18px;
  border-radius: 6px;
  font-weight: 500;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
/* End of Indv page */

/* Login Module */
.card-body-logo-div {
    background-color: #160d28;
    padding: 7.5px 5px;
	text-align: center;
}
#custom-login-form input[type="text"],
#custom-login-form input[type="password"] {
  border-radius: 0.375rem;
  padding: 0.75rem;
  width:100%;
}

#custom-login-form label {
  font-weight: 500;
  margin-bottom: 0;
  display: block;
  text-align: left;
}

#custom-login-form .forgetmenot {
  margin-top: 0.75rem;
  text-align: left;
}
.login-btn-enhanced {
  background-color: #ff572a !important;
  color: #fff !important;
  font-weight: 600;
  padding: 0.75rem;
  border-radius: 0.375rem;
  width: 100%;
  font-size: 1.1rem;
  border: none;
  box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.login-btn-enhanced:hover {
  background-color: #e64a19 !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* End of login module */