.layout-topbar {
	background-color: #ffffff;
	box-shadow: 0px 0px 10px -5px #6b6b6b !important;
}

.layout-wrapper.layout-horizontal .layout-topbar .layout-topbar-logo-wrapper .layout-topbar-logo img {
	width: auto;
	height: 60px;
}

body .ui-widget,
body .ui-widget .ui-widget {
	font-family: "Open Sans", sans-serif !important;
}

.ui-fluid .ui-selectonemenu {
	width: 100%;
	min-width: auto !important;
}

.layout-sidebar .sidebar-logo {
	background: black;
}

body .ui-input-icon-right {
	width: 100% !important;
}

body .ui-password.ui-password-masked .ui-password-icon {
	position: relative;
	top: 15px !important;
}

body .ui-password.ui-password-unmasked .ui-password-icon {
	position: relative;
	top: 15px !important;
}

.header-title-left {
	color: white;
	font-size: 1.5rem;
	;
}

#header-section {
	transition: opacity 0.5s ease-in-out;
	opacity: 1;
}

#header-section.hidden {
	opacity: 0;
}

.layout-topbar .layout-topbar-wrapper {
	height: 85px;
	/*box-shadow: 0px 0px 5px 0px #5d5d5d;*/
}

.layout-sidebar .sidebar-logo img {
	height: 55px;
	width: auto;
}

.payment-cart {
	position: relative;
	top: 8px;
	right: 15px;
	font-size: 14px;
	font-weight: bold;
}

.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions>li>a i {
	color: rgb(1, 83, 139);
}

.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item>a .profile-info-wrapper h3 {
	color: #0e0e0e;
}

.layout-wrapper.layout-horizontal .layout-main {
	padding-top: 0px;
}

.layout-footer {
	background-color: #2b2b2b;
}

body .ui-menu.ui-menubar {
	background: transparent;
	border: none;
}

body .ui-menu.ui-menubar .ui-menu-list .ui-menuitem .ui-menuitem-link .ui-menuitem-text,
body .ui-menu.ui-menubar .ui-menu-list .ui-menuitem .ui-menuitem-link .ui-menuitem-icon,
body .ui-menu.ui-menubar .ui-menu-list .ui-menuitem .ui-menuitem-link .ui-icon {
	color: rgb(1, 83, 139);
	font-size: 15px;
	font-weight: 500;
}

h5 {
	font-size: 1.35rem;
	color: #58b975;
}

.app-info {
	color: #000000;
	font-weight: 600;
}

.app-grid {
	padding: 0px;
}

.user-info {
	background: #fbfbfb;
	padding: 20px 5px 5px 0px;
	/* box-shadow: 0px 5px 10px -8px #838383; */
	border: 1px solid #dee2e6;
	border-radius: 5px;
	position: relative;
	top: 40px;
}

body .ui-wizard .ui-wizard-step-titles .ui-wizard-step-title {
	padding: 7px 15px;
}

.ui-wizard-step-title {
	font-size: 14px;
}

body .ui-fieldset {
	border: 1px solid #dee2e6;
	background: #ffffff;
	color: #212529;
	padding: 1.25rem;
	border-radius: 4px;
}

h6 {
	color: black;
	background: #f2f9fe;
	padding: 5px 10px;
	font-size: 1.17em;
	font-weight: 600;
}



body .ui-fileupload-simple .ui-icon-plusthick:before {
	content: "\e934" !important;
}

.ui-fileupload-row>div {
	display: inline-block !important;
	padding: 4px 10px;
}

.panel-icon {
	color: #838383;
	padding-right: 10px;
}

.container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding: 20px;
}

.weather-card {
	background-color: white;
	color: black;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-content {
	display: flex;
	align-items: center;
	padding: 20px;
}

.card-text {
	flex: 1;
}

.card-header {
	color: black;
	font-size: 24px;
	margin-bottom: 10px;
}

.card-info {
	font-size: 14px;
	line-height: 1;
}

.card-main-title {
	color: #607D8B;
	font-size: 17px;
}

.meteo-data {
	color: #FF9800;
	font-size: 13px;
}

.card-data {
	color: #FF5722;
	font-size: 3rem;
	font-weight: 600;
	line-height: 0.5;
}

.icon-reg-type {
    width: 25px;
    margin-right: 10px;
}
 
.icon-reg-desc{
	position: relative;
	top: -5px;
}

.card-data-normal {
	color: black;
	font-size: 3rem;
	font-weight: 600;
	line-height: 0.5;
}

.weather-place {
	margin-top: 30px;
}

.card-image img {
	width: 80px;
	height: auto;
	transition: transform 0.3s ease;
	/* Optional effect on image hover */
}

.meteo-image {
	text-align: center;
	position: absolute;
	margin: -55px -15px;
}

.meteo-image img {
	width: 60px;
	height: auto;
	transition: transform 0.3s ease;
	/* Optional effect on image hover */
}

/* Ensure that the image is always visible */
.card-image .meteo-image img {
	display: block;
	/* Always display the image */
}

/* Increase specificity to override the default CSS */
body .ui-dialog.meteo-pop .ui-dialog-titlebar {
	background: #2196f3 !important;
	color: white;
}

body .ui-dialog.meteo-pop .ui-dialog-content {
	background: #2196f3cc !important;
}


.cert-logo{
	width:110px;
	}
	
.cert-title {
    font-size: 1.8rem;
    font-weight: 600;
}

.cert-header {
    font-size: 2.3rem;
    font-weight: 600;
}

.cert-type{
	color: red;
}

.cert-details{
	font-size: 20px;
}

.cert-name{
	font-size: 26px;
	font-weight: 600;
}

.cert-address{
	font-size: 15px;
}

.cert-nature{
	font-size: 20PX;
}

.cert-qr{
	width: 160px;
}

.cert-sig{
	width: 160px;
}

.meteo-date {
	color: white;
	font-size: 3rem;
	font-weight: 600;
	line-height: 0.7;
}

.meteo-time {
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
}

.hselectmenu {
	vertical-align: middle;
	border: 1px solid #ced4da;
	position: relative;
	transform: none;
	padding: 0;
	transition: background-color 0.15s, color 0.15s, border-color 0.15s,
		box-shadow 0.15s;
	border-radius: 4px;
	background: #ffffff;
	width: 100%;
	min-width: auto !important;
	padding: 0.5rem 0.75rem;
}

.last-log {
	padding-left: 25px;
}

body .ui-radiobutton .ui-radiobutton-box.ui-state-active .ui-icon-bullet {
	background: #5e81ac;
}

body .ui-radiobutton .ui-radiobutton-box.ui-state-active {
	background: transparent;
}

hr {
	border-top: 2px dotted rgba(145, 153, 169, 0.3);
	margin: 0rem 0;
}

body .ui-overlaypanel {
	margin-top: 210px;
	width: 250px;
}

.layout-footer .logo-text img {
	height: 50px;
	width: auto;
}

.footer-title {
	color: #00BCD4;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 500;
}

.layout-footer .logo-text .text span {
	color: #9199a9;
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
}

.footer-separator {
	padding: 5px 35px;
	text-align: center;
	border-right: 1px solid;
}

.footer-content {
	padding: 5px 17px;
}

.footer-col {
	color: #f3f3f3 !important;
	font-size: 25px;
	line-height: 1;
}

.footer-details {
	font-size: 18px;
}

.footer-desc {
	color: #afafaf;
	font-size: 14px;
}

.footer-info {
	color: white;
	font-size: 12px;
}

.directory-title{
	margin: 16px 0 20px !important; 
	color: rgb(255, 255, 255) !important; 
	font-weight: 700 !important; 
	font-size: 4rem !important;
}

.about1_icon-box .circle {
	background: #03A9F4 !important;
}

.footer-icon {
	color: #8BC34A;
	margin-right: 10px;
}

.footer-main b {
	font-size: 25px;
	color: white;
}

.divider {
	width: 50px;
	height: 4px;
	background-color: #8BC34A;
	margin-top: 5px;
}

.address_title {
	margin-top: 5px;
	font-size: 13px;
	font-family: "Open Sans", sans-serif;
}

.layout-footer {
	height: auto;
	padding: 60px 20px;
}

.layout-content {
	padding: 0em;
	overflow: hidden;
	position: relative;
	bottom: 0px;
	margin-top: 80px;
}

.card {
	margin: 33px;
	padding: 45px;
	padding-top: 20px;
	margin-bottom: 2rem;
}

.main-title-header {
	color: #ffffff;
	position: relative;
	top: 10px;
	font-size: 1.5rem;
	font-weight: 600;
}

.landing-body .landing-header-wrapper {
	height: 800px;
}

.layout-topbar {
	z-index: 1000;
}

.directory-card{
	background: white; 
	border-radius: 50px; 
	margin-top: 25px;
}

body .ui-datatable thead th {
	background: #c8f2ff;
}

.product-item .product-item-content {
	border: 1px solid var(--surface-d);
	border-radius: 3px;
	margin: .3rem;
	text-align: center;
	padding: 2rem 0;
}

.product-item .product-image {
	width: 50%;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)
}


.product-img {
	width: 300px;
	height: 250px;
}

.business-card {
	border: 1px solid #ddd;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	margin-bottom: 16px;
}

.business-card-left {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.business-logo {
	width: 80px;
	height: 80px;
	object-fit: contain;
}

.business-card-right {
	flex: 3;
	padding-left: 16px;
}

.business-card-right h3 {
	margin: 0;
	font-size: 30px;
	color: #333;
}

.business-card-right p {
	margin: 10px 0;
	color: #555;
}

.separator {
	height: 2px;
	background-color: #ffcc00;
	margin: 12px 0;
	width: 100%;
}

.rating-section {
	display: flex;
	align-items: center;
}

.review-text {
	margin-left: 8px;
	color: #777;
}

.product-img-searh {
	width: auto;
	height: 150px;
}


body .ui-datascroller .ui-datascroller-content {
	border: none;
}

.icon-reg-type {
    width: 25px;
    margin-right: 10px;
}

.icon-reg-desc{
	position: relative;
	top: -5px;
}

th {
	background: #fff7ef;
	color: #212529;
	padding: 1rem 1rem;
	border: 1px solid #dee2e6;
	border-width: 1px 0 2px 0;
	text-align: left;
	box-sizing: content-box;
	transition: background-color 0.15s, color 0.15s, border-color 0.15s,
		box-shadow 0.15s;
}

tr>td {
	padding: 0.5rem;
	border: 1px solid #dee2e6;
	border-width: 1px 0 0 0;
}

.icon-pending {
	font-size: 2rem !important;
}

.icon-check {
	font-size: 2rem !important;
	color: #8BC34A;
}

.uploadedDoc {
	color: #000000;
	font-size: 14px;
	font-weight: 500;
}



.weather-card {
	background: red;
}

.weather-header {
	font-weight: bold;
	font-size: 20px;
	position: relative;
	top: -25px;
	right: 5px;
}

.weather-detail {
	position: absolute;
	top: 68px;
}

.weather-icon {
	float: right;
	width: 125px;
	height: 125px;
	right: -30px;
	position: absolute;
	top: 10px;
	opacity: 25%;
}

.weather-orange {
	background-color: #FFB41F !important;
}

/* Style for the card */
.license-block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	transition: transform 0.3s ease-in-out, background 0.5s ease-in-out;
	cursor: pointer;
	margin: 15px;
	height: 220px;
}

.license-block:hover {
	transform: scale(1.05);
	background: #f1e8d2;
}

body .ui-wizard .ui-wizard-step-titles .ui-wizard-step-title.ui-state-highlight {
	background: #00b1e5;
}

/* Style for the icon */
.icon-block {
	font-size: 48px;
	/* Adjust the size of the icon as needed */
	color: #007bff;
	/* Change the color of the icon */
	margin-bottom: 10px;
}

.renew {
	background-color: #e0f4e1 !important;
	background-image: none !important;
	color: #000000 !important;
}

.cancel {
	background-color: #f4e0e1 !important;
	background-image: none !important;
	color: #000000 !important;
}

.amend {
	background-color: #FFF8E1 !important;
	background-image: none !important;
	color: #000000 !important;
}


/* Style for the content */
.info-content {
	text-align: center;
	padding: 0 20px;
}

.img-block {
	width: 125px;
	padding-top: 10px;
}

.info-title {
	color: black;
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 10px;
}

.required:after {
	content: '*';
	color: red;
	/* You can change the color as needed */
	margin-left: 2px;
	/* Adjust spacing between the label text and asterisk */
	font-weight: 700;
}

.ui-wizard-navbar {
	margin-top: 15px;
}

.card:last-child {
	margin-bottom: 15px;
}

.field {
	margin-bottom: 0.6rem;
}

/*STICKER HEADER*/
body .ui-toolbar {
	border: 1px solid #dee2e600;
	background: #ffffff;
	padding: 5px 1.25rem;
}

body .ui-message.ui-message-info {
	margin-top: 15px;
}

body .ui-tabs.ui-tabs-top>.ui-tabs-nav li.ui-tabs-header.ui-state-active {
	background: #00b1e5;
}

body .ui-tabs .ui-tabs-nav li.ui-tabs-header.ui-state-active a {
	color: rgb(255, 255, 255);
}

body .ui-tabs.ui-tabs-top>.ui-tabs-nav li.ui-tabs-header {
	border: 1px solid #d5d5d5;
}

.ui-fileupload-simple .ui-button {
	overflow: hidden;
	background-color: transparent;
	color: #5E81AC;
	border: 1px solid;
	border-radius: 50%;
	height: 2.357rem;
	width: 2.357rem;
	padding: 0.5rem 0;
}

.ui-fileupload-simple .ui-button:hover {
	background: #5e81ac29;
	color: #5E81AC;
}

body .ui-button.ui-button-text-icon-left .ui-icon {
	left: 8px !important;
}

body .ui-widget-overlay {
	z-index: 995 !important;
}

.layout-menu-light .layout-sidebar {
	z-index: 990;
}

.layout-main-mask {
	z-index: 989;
}

.link-button {
	background: #8BC34A;
	color: #ffffff;
	border: 1px solid #8BC34A;
	border-radius: 50%;
	height: 2.357rem !important;
	width: 2.357rem !important;
	line-height: 2.357rem;
	display: inline-block;
}

.link-button:hover {
	background: #77a740;
}

.text-midle {
	text-align: -webkit-center;
}

/* Style for the card */
.license-block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
	border-radius: 100px;
	transition: transform 0.3s ease-in-out, background 0.5s ease-in-out;
	cursor: pointer;
	margin: 15px;
	height: 140px;
	width: 140px;
}

.licence-frame:hover {
	transform: scale(1.05);
	background: #f1e8d2;
}

.licence-frame {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	transition: transform 0.3s ease-in-out, background 0.5s ease-in-out;
	cursor: pointer;
	margin: 15px;
}

.license-block:hover {
	transform: scale(1.05);
	background: #ecf6e4;
	border: 2px dotted green;
}

/* Style for the icon */
.icon-block {
	font-size: 48px;
	/* Adjust the size of the icon as needed */
	color: #007bff;
	/* Change the color of the icon */
	margin-bottom: 10px;
}

/* Style for the content */
.info-content {
	text-align: center;
	padding: 0 20px;
}

.img-block {
	width: 90px;
	padding-top: 10px;
}

.img-frame {
	width: 55px;
	padding-top: 10px;
}

/*IMAGE GALLERY*/
h2 {
	font-weight: 500;
	font-size: 40px;
	margin-bottom: 15px;
	font-family: 'Atkinson Hyperlegible', sans-serif;
	color: #fff;
	text-align: center;
}

/* Need not body and h2 css  */

/* Slider CSS Start  */
.thumbnail_slider {
	max-width: 700px;
	margin: 30px auto;
}

.splide__slide {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 400px;
	width: 580px;
	overflow: hidden;
	transition: .2s;
	border-width: 2px !important;
	margin: 10px 4px;
}

.splide--nav>.splide__track>.splide__list>.splide__slide.is-active {
	box-shadow: 2px 3px 8px #000000a3;
}

.splide__slide img {
	width: auto;
	height: auto;
	margin: auto;
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.info-title {
	color: black;
	font-size: 12px;
	font-weight: 600;
	padding-bottom: 0px;
}

.pi {
	font-family: 'primeicons' !important;
}

.invoice-head {
	background: #0394db;
}

.invoice-blue-subtitle {
	color: white;
	padding: 10px 20px;
}

.invoice-blue-title {
	color: white;
	font-weight: 700;
	font-size: 2rem;
}

.invoice-blue-price {
	color: white;
	font-weight: 600;
	font-size: 1.5rem;
}

.invoice-info {
	font-size: 2rem !important;
	padding: 0px 10px;
	line-height: 5px;
}

.invoice-bold {
	font-weight: 700;
}

.invoice-bold-title {
	font-weight: 700;
	color: #0394db;
}

.sucess-payment {
	border: 2px dotted #8BC34A;
	border-radius: 5px;
	background: #fafff4;
}

.payment-text {
	padding: 1rem 5rem;
}

.check-payment {
	font-size: 5rem !important;
	color: #8BC34A;
	padding-top: 20px;
}

.landing-body {
	background-color: #ffffff !important;
}

.ui-sticky {
	top: 90px !important;
	box-shadow: 0px 10px 15px -10px #afafaf;
}

@media (max-width : 960px) {
	.ui-sticky {
		top: 110px !important;
	}
}

@media only screen and (max-width: 500px) {
	.icons {
		display: none !important;
	}
}

@media only screen and (max-width: 991px) {
	.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo-wrapper .layout-topbar-logo img {
		height: 40px !important;
		width: auto !important;
	}
	
	.directory-desc{
		font-size: 10px !important;
	}
	
	.product-img {
	    width: 130px;
	    height: 140px;
	}

	.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right {
		height: auto;
		display: none;
	}

	body .ui-menu.ui-menubar>.ui-menu-list>.ui-menuitem {
		display: inline;
	}

	.invoice-blue-title {
		font-size: 1.5rem;
	}
}

@media only screen and (max-width: 450px) {
	.icons {
		display: none !important;
	}
	
	.product-img-searh {
    margin-bottom: 25px;
	}

	.icon-check {
		font-size: 15px !important;
	}
	
	.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo-wrapper .layout-topbar-logo .app-name {
        font-size: 11.5px; 
    }
    
    .directory-title{
		font-size: 2rem !important;
	}

	.icon-pending {
		font-size: 15px !important;
	}

	table {
		font-size: 9px;
	}

	.uploadedDoc {
		font-size: 12px;
	}

	body .ui-button.rounded-button.ui-button-icon-only {
		height: 1.5rem;
	}

	body .ui-button.ui-button-icon-only {
		width: 1.5rem;
	}

	body .pi {
		font-size: 10px;
	}

	body .ui-button.ui-button-icon-only .ui-icon {
		margin-top: -5px;
		margin-left: -5px;
	}
	
	.directory-card{
		background: transparent; 
		border-radius: none; 
		margin-top: 0px;
	}

	.ui-fileupload-simple .ui-button {
		height: 1.5rem;
		width: 1.5rem;
	}

	body .ui-button.ui-button-text-icon-left .ui-icon {
		left: 5px !important;
		font-size: 10px !important;
		top: 11px;
	}

	.card {
		margin: 15px;
		padding: 18px;
	}
	
	.product-img {
	    width: 300px;
	    height: 250px;
	}
	
	.ui-carousel .ui-carousel-items .ui-carousel-item {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .ui-carousel .ui-carousel-items {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory;
    }

    .ui-carousel .ui-carousel-item {
        scroll-snap-align: start;
        padding: 0 1rem;
    }

    .ui-carousel .ui-carousel-prev,
    .ui-carousel .ui-carousel-next {
        display: none !important;
    }

	.user-info {
		padding: 20px 14px 5px 10px;
	}

	.grid {
		margin-right: -0.5rem;
		margin-left: -0.5rem;
	}
}

/* CSS for blinking effect */
@keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.blinking-icon {
	color: red;
	animation: blink 2s infinite;
}