:root {
    --bg-color: #f8f9fa;
	--text-color: #000000;
	--border-color: #dee2e6;
	--color-invert: 0;
}

[theme="dark"]{
    --bg-color: #343a40;
	--text-color: #ffffff;
	--border-color: #686868;
	--color-invert: 1;
}

[theme="dark"] .navbar-toggler-icon {
    filter: invert(1);
}

.nv-adj{
	background-color: var(--bg-color) !important;
}

.container .gucontent-item img{
	max-width: 100% !important;
	height:auto;
}

.nv-adj .nav-link{
	color: var(--text-color) !important;
}

.fixed-top-div{
	background-color: var(--bg-color) !important;
}

.width-100{
	width:100% !important;
}
.max-width-100{
	max-width:100% !important;
}
.main-icon{
	max-width:100%;
	max-height:80px;
	width:auto;
	height:auto;
	filter: invert(var(--color-invert));
}
.width-100-16-9{
	width:100%;
	aspect-ratio: 16/9;
}
.footer-title-sm{
	display:none;
}
.footer-title-lg{
	display:block;
}
.max-width-128{
	max-width:128px;
}
.box-shadow-adj{
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.cursor-pointer{
	cursor:pointer;
}
.carousel-inner {
  width: 100%;
  aspect-ratio: 32 / 9;
}
.carousel-item {
	transition: transform 0.6s ease-in-out !important;
}
.carousel-item img {
  width: 100%;
  aspect-ratio: 32 / 9;
  object-fit: cover;
}
.dropdown-submenu {
  position: relative;
}
.img_gallery:hover{
	border-color:#33C7FF;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  border: 1px  solid #BBB;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
  visibility: visible;
  opacity: 1;
}
.footer-a{
	white-space: nowrap;
}
.dropdown-submenu > .dropdown-menu {
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}

.nav-item .dropdown-menu::before {
  display: none; 
}

.custom-nav-item{
	margin-right: 20px;
}
.card:hover {
	border-color: #33C7FF;
}
.container {
	min-height: calc(100vh - 250px);
}
.max-width-600{
	max-width: 600px;
}
.fixed-top-div {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #f8f9fa;
	border-bottom: 1px solid var(--border-color);
	z-index: 50;
	display: flex;
	justify-content: space-between;
	padding: 2px;
}
.left-element {
	width: 80%;
}
.right-element {
	width: 20%;
	text-align:right;
}
.search_bar{
	max-width:300px;
	width:calc(100% - 50px);
}
a{
	cursor:pointer;
	text-decoration: none;
}
.product-card{
	border: 1px solid #e3e3e3;border-radius: 25px;margin-top:10px;margin-bottom:30px;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.bread-container{
	max-width: 80%;
	margin:auto;
	padding-top:15px;
	margin-bottom:0;
}
.nv-adj{
	padding-left:10px;
	padding-right:10px;
	padding-top:40px;
}
.dropdown-item-adj{
	padding-left:30px;
}
.footer{
	margin:0;
	background-color: var(--bg-color);
	text-align:center;
	font-size:12px;
}
.footer-a:hover{
	text-decoration: underline;
}
.card-body-adj{
	height:450px; overflow: hidden;padding:5px;
}
.card-body-img{
	height:350px;overflow:hidden;display:flex; align-items:center; justify-content:center;
}
.card-body-name{
	height:100px; overflow: hidden; text-align:center;padding:5px;
	display:flex; align-items:center; justify-content:center;
}
.content-card-body{
	max-width:400px;max-height:350px; overflow: hidden;padding:0;
}
.content-card-body-img{
	height:200px;line-height:200px;display: flex;justify-content: center;align-items: center;
}
.auto-fit-img{
	width:auto;
	height:auto;
	max-height:100%;
	max-width:100%;
}
.content-card-body-title{
	height:100px;text-align:center;display: flex;justify-content: center;align-items: center;
}
.content-inner-card-body{
	height:400px; overflow: hidden;padding:5px;
}
.content-inner-card-body-img{
	height:250px;overflow:hidden;display:flex; align-items:center; justify-content:center;
}
.content-inner-card-body-title{
	height:120px; overflow: hidden; text-align:center;padding:5px;
}
.signature-canvas{
	position: relative; margin: 0; padding: 0; border: 1px solid #c4caac;
}
.close-btn{
	position: absolute;top:-15px;right:-15px;border-radius: 50%;
}
.card-img-adj{
	height:250px;overflow:hidden;display:flex; align-items:center; justify-content:center;
}
.card-title-adj{
	height:120px; overflow: hidden; text-align:center;padding:5px;
	display: flex;align-items: center;justify-content: center;
}
.modal-content{
	overflow: visible !important;
}
.modal-dialog-adj{
	//max-width: 95% !important;
}
.modal-content-adj{
	//background-color: transparent !important;
}
#modal_img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.gucontent-item{
	transition: opacity 0.4s ease-in-out;
}
.gucontent-item:hover{
	opacity:1 !important;
}
.home .row{
	padding:0;
	margin:0;
}
.profile-a{
	display: flex; justify-content: center; align-items: center; height: 180px;font-size:28px;
}
.profile-img{
	max-height: 100%; max-width: 100%; object-fit: contain;
}
.toast {
	animation: slideIn 0.3s ease-in-out;
}
.adj-table td{
	font-size:16px;
}

@keyframes slideIn {
	from {
transform: translateX(100%);
	}
	to {
transform: translateX(0);
	}
}
@media (max-width: 960px) {
	.adj-table td{
		font-size:12px;
	}
	.dropdown-submenu > .dropdown-menu {
		border: 0px;
	}
	.left-element {
		width: 50%;
	}
	.right-element {
		width: 50%;
		text-align:right;
	}
	.bread-container{
		max-width: 100%;
		margin:auto;
		padding-top:15px;
		padding-left:5px;
		margin-bottom:0;
	}
	.card-body-adj{
		height:350px; overflow: hidden;padding:5px;
	}
	.card-body-img{
		height:250px;overflow:hidden;display:flex; align-items:center; justify-content:center;
	}
	.card-img-adj{
		height:150px;overflow:hidden;display:flex; align-items:center; justify-content:center;
	}
	.card-title-adj{
		height:68px; overflow: hidden; text-align:center;padding:5px;
	}
	.card-title-adj h3{
		font-size:14px;
	}
	.content-inner-card-body{
		height:300px;
	}
	.content-inner-card-body-img{
		height:200px;
	}
	.content-inner-card-body-title{
		height:70px;
	}
	.content-inner-card-body-title h3{
		font-size:16px;
	}
	.bread-container{
		font-size:10px;
	}
	.footer-title-sm{
		display:block;
	}
	.footer-title-lg{
		display:none;
	}
	.footer{
		font-size:8px;
	}
}
@media (max-width: 379.98px) {
  html, body {
    font-size:12px;
  }
  .main-icon{
	  max-width:180px;
  }
}
@media (max-width: 269.98px) {
  html, body {
    font-size:10px;
  }
  .main-icon{
	  max-width:150px;
  }
}
@media (max-width: 229.98px) {
  html, body {
    font-size:8px;
  }
  .main-icon{
	  max-width:120px;
  }
}
@media (max-width: 184.98px) {
  html, body {
    font-size:6px;
  }
  .main-icon{
	  max-width:80px;
  }
}