body,
html
{
	margin: 0;
	font-size: 14px;
	color: #000;
	height: 100vh;
}

#content {
	height: 600px;
	position: relative;
}
.header {
	align-items: center;
	background: white;
	border-radius: 8px 8px 0 0;
	padding: 15px 20px;
	font-weight: 600;
	font-size: 29px;
}
.header span{
	color: #1155cc;
	margin-left: 7px;	
}

.navbar {
	padding-top: .3em;
	padding-bottom: .3em;
	display: flex;
	flex-direction: row;
	color: #fff !important;
}
.navbar ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
}
.navbar li {
	position: relative;
}
.navbar a, .navbar a:focus {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	color: #545454;
	white-space: nowrap;
	transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
	font-size: 12px;
	line-height: 0;
	margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
	color: #e96b56;
}
.navbar .getstarted, .navbar .getstarted:focus {
	background: #e96b56;
	padding: 8px 20px;
	margin-left: 30px;
	border-radius: 4px;
	color: #fff;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
	color: #fff;
	background: #ec7f6d;
}
.navbar .dropdown ul {
	display: block;
	position: absolute;
	left: 24px;
	top: calc(100% + 30px);
	margin: 0;
	padding: 10px 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
}
.navbar .dropdown ul li {
	min-width: 200px;
}
.navbar .dropdown ul a {
	padding: 10px 20px;
	font-size: 14px;
	text-transform: none;
	color: #545454;
}
.navbar .dropdown ul a i {
	font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
	color: #e96b56;
}
.navbar .dropdown:hover > ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}
.navbar .dropdown .dropdown ul {
	top: 0;
	left: calc(100% - 30px);
	visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
	opacity: 1;
	top: 0;
	left: 100%;
	visibility: visible;
}
@media (max-width: 1366px) {
	.navbar .dropdown .dropdown ul {
		left: -90%;
	}
	.navbar .dropdown .dropdown:hover > ul {
		left: -100%;
	}
}

.map-container
{
	position: relative;
	background-color: #f4f4f4 !important;
	min-height: 600px;
}
.map-card
{
	position: relative;
	min-height: 600px;
	min-width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.leftside
{
	position: absolute;
	left: 30px;
	top: 20px;
	z-index: 99;
}

.leftside .business-detail-content
{
	width:270px;
	color: white;
	padding: 0px;
	background: white;
	min-height: 450px;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
	transition: all 0.3s ease;
}
.bank-header {
	display: flex;
	align-items: center;
	margin-bottom: 2px;
	background-color: #4a86e8;
	padding: 10px;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
}

.bank-logo {
  width: 70px;
  height: 45px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  border-radius: 5px;
}

.bank-details {
  flex: 1;
}

.bank-name {
  font-size: 16px;
  font-weight: 700;
  color: white;
  margin-bottom: 4px;
  margin-left:15px;
}

.bank-img {
  width: 100%;
  margin-bottom: 20px;
}
.bank-img  img{
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,0.1);
	height: 180px;
}

.content-wrapper {
	background:#fff;
	border-radius: 0px 0px 8px 8px;
	display: flex;
	flex-direction: column;
	gap: 2px;
	flex: 1 1 0%;
	overflow-y: auto;
	padding: 5px;
}

.entity-branch {
	color: black;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 18px;
	padding-top: 5px;
}
.address {
	font-size: 11px;
	margin-bottom: 8px;
	line-height: 1.3;
	color: #333;
	display: flex;
	align-items: flex-start;
	gap: 6px;
}
.address .icon {
	font-size: 14px;
	opacity: 0.8;
	flex-shrink: 0;
}
.website-link{
	display: flex;
	align-items: center;
	margin-top: 3px;
	margin-bottom: 18px;
	color: #161a28;
}

.content-wrapper i.fa, .business-link i.fa, .icon i{
	color: #4285f4;
	font-size: 16px;
}

.bank-status {
    font-size: 12px;
		cursor: pointer;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    color: #333;
		transition: all 0.3s ease;
    gap: 6px;
}

.status-text {
    display: flex;
    align-items: center;
    gap: 8px;
}

.open-now {
    color: #4CAF50;
    font-weight: 500;
}

.arrow-icon {
    cursor: pointer;
    transition: transform 0.3s ease;
    color: #333;
    font-size: 12px;
    margin-left: 4px;
}

.arrow-icon:hover {
    color: #000;
}

.arrow-icon.rotated {
    transform: rotate(180deg);
}

/* Schedule dropdown styles */
.schedule-dropdown {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
		display: none;
    margin-top: 0px; /* No gap */
		background: white;
		border-radius: 12px;
}

#schedule-dropdown.open {
  max-height: 250px;
	display: block!important;
}

.schedule-content {
    background: #ffffff;
    border-radius: 6px;
    padding: 12px;
}

.schedule-day {
    display: flex;
    justify-content: space-between;
    padding: 3px 0;
    font-size: 12px;
}

.schedule-day .day {
    color: #333;
    font-weight: 500;
}

.schedule-day .hours {
    color: #666;
}

/* Adjust phone number styling */
.phone {
    font-size: 13px;
    margin-top: 5px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 6px;
}


.sidebar {
  position: absolute;
	top: 20px;
    right: 30px;
    width: 270px;
    min-height: 450px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
	transition: all 0.3s ease;
	z-index: 999;
}
.sidebar-header {
  background: #ffffff;
  padding: 18px 20px;
  border-bottom: 1px solid #e8e8e8;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.sidebar-header h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  color: #2d3748;
}


@media (max-width: 1199px) {
  .toggle-sidebar .sidebar {
    left: 0;
  }
}
@media (min-width: 1200px) {
  .toggle-sidebar #main, .toggle-sidebar #footer {
    margin-left: 0;
  }
  .toggle-sidebar .sidebar {
    left: -300px;
  }
}

.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-nav .nav-item {
  margin-bottom: 5px;
}
.sidebar-nav .nav-heading {
  font-size: 11px;
  text-transform: uppercase;
  color: #899bbd;
  font-weight: 600;
  margin: 10px 0 5px 15px;
}
.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #4154f1;
  transition: 0.3;
  background: #f6f9ff;
  padding: 10px 15px;
  border-radius: 4px;
}
.sidebar-nav .nav-link i {
  font-size: 16px;
  margin-right: 10px;
  color: #4154f1;
}
.sidebar-nav .nav-link.collapsed {
  color: #012970;
  background: #fff;
}
.sidebar-nav .nav-link.collapsed i {
  color: #899bbd;
}
.sidebar-nav .nav-link:hover {
  color: #4154f1;
  background: #f6f9ff;
}
.sidebar-nav .nav-link:hover i {
  color: #4154f1;
}
.sidebar-nav .nav-link .bi-chevron-down {
  margin-right: 0;
  transition: transform 0.2s ease-in-out;
}
.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
  transform: rotate(180deg);
}
.sidebar-nav .nav-content {
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
}
.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #012970;
  transition: 0.3;
  padding: 10px 0 10px 40px;
  transition: 0.3s;
}
.sidebar-nav .nav-content a i {
  font-size: 6px;
  margin-right: 8px;
  line-height: 0;
  border-radius: 50%;
}
.sidebar-nav .nav-content a:hover, .sidebar-nav .nav-content a.active {
  color: #4154f1;
}
.sidebar-nav .nav-content a.active i {
  background-color: #4154f1;
}

#logo
{
	padding: 10px 20px;
	font-size: 200%;
}

#mainmenu
{
	background:white url(bg.gif) repeat-x left top;
}

#mainmenu ul
{
	padding:6px 20px 5px 20px;
	margin:0px;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #6399cd;
	background-color:#EFF4FA;
	text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}
.gm-style-cc {
  top: 10px !important; /* Move controls closer to the top */
  left: 50% !important; /* Center horizontally */
  transform: translateX(-50%); /* Adjust to perfectly center */
  position: absolute !important;
  z-index: 1000;
}
#map_canvas {
	height: 100%;
	width: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px
}
.marker {
	width: 100px;
	height: 100px;
	position: absolute;
	top: -50px;
	/*positions our marker*/
	left: -50px;
	/*positions our marker*/
	display: block;
}
.bg-blue{
	background-color: #57b9ff;
	color: #FFF;
}

.bg-dark{
	background-color: #1e1d1c;
	color: #d6d6d7;
}
.bg-white{
	background: #fff;
}

.gm-style-iw.gm-style-iw-c{
    min-width: 360px;
}

.gmap-title h3
{
    font-size: 16px!important;
}
.business-name
{
    margin-bottom: 24px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f4f4f4;
}

.business-name span
{
    font-size: 18px;
    font-weight: 600;
}

.business-list {
  max-height: 370px;
  overflow-y: auto;
	padding: 8px 0;
}

.business-item {
	display: flex;
	align-items: center;
	padding: 14px 20px;
	border-bottom: 1px solid #f5f5f5;
	cursor: pointer;
	transition: all 0.2s ease;
	margin: 0 8px;
	border-radius: 8px;
	margin-bottom: 2px;
}

.business-link {
	display: flex;
	align-items: center;
  color: #000;
  font-weight: 400;
  text-decoration: none;
  padding: 5px;
  transition: all 0.3s ease;
}

.business-link:hover {
  background-color: #f5f5f5;
  font-weight: 600;
  color:#000!important;
  text-decoration: none;
}

.business-link.active {
  background-color: #e9ecef;
  font-weight: bold;
}

.branch-item:hover {
  background-color: #f8fafb;
  transform: translateX(2px);
}

.branch-item.active {
  background-color: #e3f2fd;
  border-left: 4px solid #4285f4;
  margin-left: 4px;
  transform: translateX(2px);
}

.branch-item.clicked {
  background-color: #c8e6c9;
  border-left: 4px solid #4CAF50;
  margin-left: 4px;
}

.branch-icon {
  margin-right: 12px;
  color: #4285f4;
  font-size: 16px;
}

.branch-info {
  flex: 1;
}

.branch-name {
  font-size: 12px;
  font-weight: 500;
  color: #333;
  margin-bottom: 2px;
}

.branch-location {
  font-size: 11px;
  color: #666;
}

/* Enhanced marker animations */
@keyframes pulse {
  0% {
      transform: scale(1);
      opacity: 1;
  }
  50% {
      transform: scale(1.3);
      opacity: 0.7;
  }
  100% {
      transform: scale(1);
      opacity: 1;
  }
}

.info-window {
		max-width: 280px;
		font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.info-header {
		font-weight: 600;
		font-size: 16px;
		color: #1a73e8;
		margin-bottom: 8px;
}

.info-address {
		font-size: 13px;
		color: #5f6368;
		margin-bottom: 8px;
		line-height: 1.4;
}

.info-hours {
		font-size: 12px;
		color: #5f6368;
		background: #f8f9fa;
		padding: 8px;
		border-radius: 4px;
		line-height: 1.3;
}

.loader {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		flex-direction: column;
		background: #f8f9fa;
}

.spinner {
		width: 40px;
		height: 40px;
		border: 4px solid #f3f3f3;
		border-top: 4px solid #4285f4;
		border-radius: 50%;
		animation: spin 1s linear infinite;
		margin-bottom: 16px;
}

@keyframes spin {
		0% { transform: rotate(0deg); }
		100% { transform: rotate(360deg); }
}


.marker-highlight {
  animation: pulse 1.5s infinite;
}

.business-detail {
  padding: 1px 5px;
}

.business-detail table
{
  font-size: 12px;
}

.business-detail th {
	padding-right: 10px;
	white-space: nowrap;
}

.business-detail td .badge
{
    color:#fff;
    min-width: 80px;
}

.detail-section {
  background-color: #f8f9fa;
  padding: 15px;
  border-radius: 5px;
}

#backToList {
  transition: all 0.3s ease;
}

#backToList:hover {
  transform: translateX(-3px);
}
#borderToggle
{

}
#borderToggle .form-check
{
	padding-left: 0!important;
}
.map-button {
	position: relative;
	background-color: #e8f3ff;
  height: 42px;
	line-height: 42px;
	display: inline-flex;
	align-items: center;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	padding: 0 10px;
}

.btn-primary {
	color: #172129;
	background-color: #57b9ff!important;
	border-color: #57b9ff!important;
}

.btn-primary:hover {
	color: #f19165!important;
	background-color: #3f77a2!important;
	border-color: #3f77a2!important;
}

.btn-secondary {
	color: #fff!important;
	background-color: #000!important;
	border-color: #000!important;
}
