zhtml {
	scroll-behavior: smooth;
}

body {
	width: 100%;
	height: 100%;
}

.app-container {

}


#filters{
    width:100%;
}

.app-sidebar {
	min-width: 60px;
	width: 60px;
	background: var(--primary-900);
	overflow-y: auto;
	position: fixed;
	height: 100%;
}

[data-theme-style="dark"] .app-sidebar {
	background: var(--gray-100);
}

.app-sidebar-title {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: .5rem;
	height: 75px;
}

.app-sidebar-title a {
	font-size: 2.3rem;
	font-weight: lighter;
	color: var(--primary-100);
}

[data-theme-style="dark"] .app-sidebar-title a {
	color: var(--gray-700);
}

.app-sidebar-title a:hover {
	text-decoration: none;
}


.app-sidebar-links {
	display: flex;
	flex-direction: column;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
}

.app-sidebar-links li {
	transition: all .3s;
	width: 100%;
}

.app-sidebar-links li a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.35rem 1rem;

	font-size: 1.3rem;
	color: var(--gray-600);
}

.app-sidebar-links li:hover {
	color: var(--gray-100);
	background:var(--primary-800);
}

.app-sidebar-links li:hover a {
	color: var(--gray-100);
}

[data-theme-style="dark"] .app-sidebar-links li a:hover {
	color: var(--gray-400);
}

.app-sidebar-links li.active {
	background:var(--primary-700);
}

.app-sidebar-links li.active a {
	color: var(--gray-100);
}

.app-content {
	margin-right: 60px;
	flex-grow: 1;
	/*overflow: auto;*/
}


[dir="rtl"] .app-content {
	margin-left: initial;
	margin-right: 60px;
}

@media print {
	.app-content {
		margin-left: 0 !important;
	}
}

.app-navbar {
	min-height: 75px;
	border-bottom: 1px solid var(--gray-300);
}

[data-theme-style="dark"] .app-navbar {
	border-color: var(--gray-200);
}

.app-navbar-avatar {
	width: 35px;
	height: 35px;
	border-radius: 50%;
}

.dropdown-item svg {
	color: var(--gray-600);
}

.dropdown-item:active svg {
	color: var(--white);
}

/* Footer */
.app-footer {
	margin: 3rem 0 0 0;
	padding-top: 3rem;
	padding-bottom: 3rem;
	background: var(--gray-200);
}

[data-theme-style="dark"] .app-footer {
	background: hsla(225, 15%, 5%, 1);
}

.app-footer {
	color: var(--gray-700);
}

.app-footer a:not(.dropdown-item), .app-footer a:hover:not(.dropdown-item) {
	color: var(--gray-700);
}

.app-footer button, .app-footer button:hover {
	color: var(--gray-700) !important;
}

.app-footer a.icon {
	color: var(--gray-700);
}

.footer-logo {
	max-height: 2.5rem;
	height: 2.5rem;
}

/* Filters */
.filters-dropdown {
	width: 18rem;
	max-height: 30rem;
	overflow-y: auto;
}

.visitor-avatar {
	width: 40px;
	height: 40px;
}

.team-user-avatar {
	width: 45px;
	height: 45px;
}

.visitor-big-avatar {
	width: 75px;
	height: 75px;
}

canvas {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.modal-header {
	padding: 1rem;
	border-bottom: 0;
}

.modal-subheader {
	padding: 0 1rem;
	border-bottom: 0;
	margin: 0;
}

.modal-content {
	padding: 1rem;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

/* Forms */
.input-group-text {
	font-size: 0.9rem;
}

/* Custom breadcrumbs */
.custom-breadcrumbs {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.custom-breadcrumbs > li {
	margin-right: .5rem;
}

.custom-breadcrumbs > li > a {
	color: var(--gray);
}

.custom-breadcrumbs > li > svg {
	color: var(--gray-400);
	margin-left: .5rem;
}

.custom-breadcrumbs > li.active {
}

/* Helper classes */
.list-style-none {
	list-style: none;
	padding: 0;
}

.appearance-none {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.select-custom-altum {
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%232D3748' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
	padding: .375rem 1.75rem .375rem .75rem;
	background-color: var(--gray-200);
}

.clickable {
	cursor: pointer;
}

.icon-favicon {
	width: 1rem;
	height: 1rem;
}

/* Navbar custom menu */
.navbar-main .navbar-nav > li > a {
	padding: 1rem 0 !important;
}

@media (min-width: 992px) {
	.navbar-main .navbar-nav > li > a {
		padding: 1rem !important;
	}
}

.navbar-logo {
	max-height: 2.5rem;
	height: 2.5rem;
}

.navbar-avatar {
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.navbar-custom-toggler {
	padding: 0.5rem .8rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border-radius: .25rem;

	color: var(--gray-700);
	border-color: var(--gray-300);
}

.chart-container {
	position: relative;
	margin: auto;
	height: 250px;
	width: 100%;
}

/* Index */
.index-container {
	width: 100%;
	padding: 0;
}

@media (min-width: 576px) {
	.index-container {
		width: 100%;
		background: unset;
	}
}

.index-header {
	font-size: 3rem;
	line-height: 1;
	font-weight: bold;
}

.index-subheader {
	font-size: 1.5rem;
}

.index-background {
	position: absolute;
	top: 2rem;
	width: 100%;
	height: auto;
}

@media (min-width: 768px) {
	.index-background {
		top: -.5rem;
	}
}


.index-register-container {
	padding: 6rem 0;
}

.index-testimonial-avatar {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	transform: translateY(-70%);
	border: 4px solid white;
	position: absolute;
	left: 50%;
	margin-left: -52px;
}

/* Header container */
.header {
	margin-bottom: 1rem;
}

.user-avatar {
	border-radius: 50%;
	max-width: 70px;
	max-height: 70px;
}

/* Others */
.container-disabled {
	pointer-events: none;
	opacity: .5;
}

.container-disabled-simple {
	pointer-events: none;
}

/* Other animations */
@keyframes slowbounce {
	from {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	to {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
}

/* Tables */
.table-custom-container {
	border: 1px solid var(--gray-300);
	border-radius: .25rem;
	
}

.table-custom {
	margin-bottom: 0;
}

.table-custom thead th {
	border-top: 0;
	border-bottom: 0;
	color: var(--primary-900);
	background: var(--gray-100);
}

[data-theme-style="dark"] .table-custom thead th {
	background: var(--white);
	color: var(--gray-800)
}

.table-custom th {
	padding: 1.25rem 1rem;
}

.table-custom td {
	padding: 1.25rem 1rem;
	background: var(--white);
	vertical-align: middle;
}

[data-theme-style="dark"] .table-custom tbody tr td {
	border-color: var(--gray-200)
}

.table-custom tbody tr {
	transition: all .3s ease-in-out;
}

.table-custom tbody tr:hover td {
	background: var(--gray-100);;
}


/* Custom PRE container */
.pre-custom {
	background: var(--gray-300);
	padding: 2rem;
	font-size: 0.75rem;
}

/* Heatmaps */
.heatmap-container {
	position: relative;
	overflow: scroll;
	overflow-x: hidden;
	transform-origin: top left;
	height: 900px;
}

.heatmap-container iframe {
	border: 0;
	overflow: scroll;
}

.heatmap-canvas {
	position:absolute;
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 0.75;
}


/* Helpers */
.zoomer {
	transition: transform .3s ease-in-out;
}
.zoomer:hover {
	transform: scale(1.02);
}

/* Pricing */
.pricing {
	width: 100%;
	margin: 0 auto 3em;
}
.pricing-item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	text-align: center;
	flex: 0 1 100%;
}

@media (min-width: 768px) {
	.pricing-item {
		flex: 0 1 315px;
	}
}


.pricing-feature-list {
	text-align: left;
}

.pricing-palden .pricing-item {
	cursor: default;
	color: #7b7f84;
	background: #f5f8ff;
	border-radius: .25rem;
	margin: 2rem 0 2rem 0;
}

@media (min-width: 768px) {
	.pricing-palden .pricing-item {
		margin: 2rem 2rem 2rem 0;
	}
}

.pricing-palden .pricing-deco {
	border-radius: .5rem .5rem 0 0;
	background: var(--primary);
	padding: 2em 0 9em;
	position: relative;
}

.pricing-palden .pricing-deco-img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 170px;
}

.pricing-palden .pricing-title {
	font-size: 0.75em;
	margin-bottom: 3em;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #fff;
}

.pricing-palden .deco-layer {
	transition: transform 0.5s;
}


.pricing-palden .icon {
	font-size: 2.5em;
}

.pricing-palden .pricing-price {
	font-size: 5em;
	font-weight: bold;
	padding: 0;
	color: #fff;
	margin: 0 0 0.25em 0;
	line-height: 0.75;
}

.pricing-palden .pricing-currency {
	font-size: 0.7rem;
	vertical-align: top;
}

.pricing-palden .pricing-sub {
	font-size: 0.9rem;
	margin: 2rem 0;
	color: #fff;
}

.pricing-palden .pricing__sentence {
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0 0 0.5em;
}

.pricing-palden .pricing-feature-list {
	margin: 0;
	padding: 0.25em 2.5rem 2.5em;
	list-style: none;
}

.pricing-palden .pricing-feature {
	padding: 1em 0;
}

.pricing-palden .pricing-action {
	font-weight: bold;
	margin: auto 2.5rem 1.5rem 2.5rem;
	font-size: 1rem;
}

.pricing-palden .pricing-action:hover, .pricing-palden .pricing-action:focus {
}

.pricing-palden .pricing-action-disabled {
	font-weight: bold;
	font-size: 1rem;
	margin: auto 2.5rem 1.5rem 2.5rem;
}

.pricing-palden .pricing-item--featured .pricing-deco {
	padding: 5em 0 8.885em 0;
}

/* Custom Radio Boxes */
.custom-radio-box {
	cursor: pointer;
}

.custom-radio-box .custom-radio-box-main-text {
	font-size: 1.15rem;
	font-weight: bold;
}

.custom-radio-box .custom-radio-box-main-icon {
	font-size: 1.25rem;
}

.custom-radio-box input[type="radio"] + div {
	transition: all .3s ease-in-out;
	border: 2px solid var(--gray-200);
	background: var(--white);
}

.custom-radio-box input[type="radio"]:checked + div {
	border: 2px solid var(--primary);
}

.custom-radio-box input[type="radio"]:hover + div {
	border: 2px solid var(--primary);
}

/* Round circles */
.round-circle-sm {
	width: 1.5rem;
	height: 1.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

.round-circle-md {
	width: 2.5rem;
	height: 2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

.round-circle-lg {
	width: 4.5rem;
	height: 4.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

/* Cards icons for analytics */
.analytics-go-back {
	position: absolute;
	left: 1.25rem;
}

/* Badge colors */
.badge-primary {
	color: hsl(211, 100%, 35%);
	background-color: hsl(211, 100%, 85%);
}

[data-theme-style="dark"] .badge-primary {
	background-color: hsl(211, 100%, 35%);
	color: hsl(211, 100%, 85%);
}

.badge-secondary {
	color: hsl(208, 7%, 35%);
	background-color: hsl(208, 7%, 85%);
}

[data-theme-style="dark"] .badge-secondary {
	background-color: hsl(208, 7%, 35%);
	color: hsl(208, 7%, 85%);
}

.badge-success {
	color: hsla(134, 50%, 30%, 1);
	background-color: hsla(134, 50%, 85%, 1);
}

[data-theme-style="dark"] .badge-success {
	background-color: hsla(134, 50%, 30%, 1);
	color: hsla(134, 50%, 85%, 1);
}

.badge-danger {
	color: hsla(354, 70%, 35%, 1);
	background-color: hsla(354, 70%, 85%, 1);
}

[data-theme-style="dark"] .badge-danger {
	background-color: hsla(354, 70%, 35%, 1);
	color: hsla(354, 70%, 85%, 1);
}

.badge-warning {
	background-color: hsla(45, 100%, 85%, 1);;
	color: hsla(40, 80%, 30%, 1);
}

[data-theme-style="dark"] .badge-warning {
	background-color: hsla(50, 20%, 20%, 1);
	color: hsla(45, 100%, 85%, 1);
}

.badge-info {
	color: hsla(188, 60%, 30%, 1);
	background-color: hsla(188, 78%, 85%, 1);
}

[data-theme-style="dark"] .badge-info {
	background-color: hsla(188, 60%, 30%, 1);
	color: hsla(188, 78%, 85%, 1);
}

.badge-light {
	color: hsla(210, 15%, 35%, 1);
	background-color: hsl(210, 17%, 95%);
}

[data-theme-style="dark"] .badge-light {
	background-color: hsla(210, 15%, 35%, 1);
	color: hsl(210, 17%, 95%);
}

.badge-dark {
	color: hsla(210, 10%, 90%, 1);
	background-color: hsla(210, 10%, 20%, 1);
}

[data-theme-style="dark"] .badge-dark {
	background-color: hsla(210, 10%, 90%, 1);
	color: hsla(210, 10%, 20%, 1);
}

/* Invoice css */
.invoice-table th {
	border-top: 0 !important;
}

@media print {
	.invoice-logo {
		filter: grayscale(100%);
	}
}

/* Base animation */
.altum-animate {
	-webkit-animation-duration:1s;
	animation-duration:1s;
}

.altum-animate-fill-both {
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}

.altum-animate-fill-none {
	-webkit-animation-fill-mode:none;
	animation-fill-mode:none;
}

@-webkit-keyframes fadeIn{
	0% {
		opacity:0
	}
	to {
		opacity:1
	}
}
@keyframes fadeIn{
	0% {
		opacity:0
	}
	to {
		opacity:1
	}
}
.altum-animate-fade-in {
	-webkit-animation-name:fadeIn;
	animation-name:fadeIn;
	
}


/* App sub menu */
.account-header-navbar {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding-left: 0;
	list-style: none;
	margin: 0 0 1.5rem 0;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0 .25rem;
}

@media (min-width: 992px) {
	.account-header-navbar {
		flex-direction: row;
	}
}

.account-header-navbar .nav-item {
	margin-bottom: .5rem;
	min-width: fit-content;
}

.account-header-navbar .nav-link {
	padding: .5rem 1.5rem;
	color: var(--gray);
	border-radius: .25rem;
	font-size: .9rem;
	background: var(--white);
}

.account-header-navbar .nav-link:hover {
	color: var(--gray-700);
}

.account-header-navbar .nav-link.active {
	color: var(--primary);
	background: var(--primary-100)
}

/* Blog */
.blog-post-image {
	max-height: 25rem;
	object-fit: cover;
}

/* File input */
.altum-file-input {
	padding: 1rem;
	background: var(--gray-100);
	border: 1px solid var(--gray-200);
	border-radius: .25rem;
	cursor: pointer;
	font-size: .9rem;
}

.altum-file-input:hover {
	border-color: var(--gray-300);
}

.altum-file-input::file-selector-button {
	border: 0;
	padding: .4rem .75rem;
	border-radius: .25rem;
	background-color: var(--white);
	cursor: pointer;
	font-size: .9rem;
	margin-right: 1rem;
}

.w-fit-content {
	width: fit-content;
}

.sticky {
	position: sticky !important;
	top: 1rem;
	height: min-content;
}






 /*new theme*/

@font-face {
  font-family: 'iransans';
  src: url('/themes/usermap/assets/font/IRANSansWeb.ttf')  format('truetype');
  font-style: normal;
}

body{
    font-family:iransans !important;
}

.app-sidebar-links li a {
    padding: 15px 10px !important;
}

.app-sidebar {
        background: #ffffff !important;
    box-shadow: 0 0 20px -10px rgb(0 0 0 / 15%);
    border-radius: 20px;
    margin: 10px;
    width: 70px;
    overflow: hidden;
    height: calc(100% - 20px);
}

[dir="rtl"] .app-content {
    margin-right: 95px !important;
}

.app-sidebar-links li.active {
    background: none;
}


.app-sidebar-links li:hover {
    color: #01559d !important;
    background: none !important;
}

.app-sidebar-links li:hover a {
    color: #01559d !important;
}



.app-sidebar-links li.active a{
    background: #01559d !important;
    width: max-content;
    margin: auto;
    padding: 8px 8px !important;
    border-radius: 10px;
}

body{
    background-color: #f8f9fe !important;
}

.card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px -10px rgb(0 0 0 / 20%);
   
}

.img100{
    width:100% !important;
}

.menuitemnew{
    width: 46px !important;
    height: 46px !important;
    margin: 0px 15px;
    background-color: #fff;
    padding: 13px;
    border-radius: 50%;
}

.navbar.app-navbar{
    background-color: unset !important;
    border:none !important;
    
}

.dashboard-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid transparent;
    margin-bottom: 20px;
    box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);    border-radius: 10px;
        padding: 10px 10px;
}


.dashboard-card .title {
    width: 100%;
    color: #525f7f;
    font-size: 14px;
    margin-bottom: 5px !important;
}

.dashboard-card .description {
        font-size: 14px !important;
    line-height: 1.5;
    color: #000;
    padding-bottom: 2px;
}

/*.dashboard-card .description span {*/
/*    font-size: 100%;*/
/*    line-height: 1;*/
/*}*/

.dashboard-card .direction {
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    font-weight: 700;
}
.color-danger {
    color: #ef4d56;
}

.dashboard-card .direction.direction-down:before {
    content: "";
    display: block;
    width: 16px;
    height: 12px;
    background: url(/themes/usermap/assets/images/grows.svg) no-repeat 50%;
    background-size: 16px 12px;
    margin: auto 5px;
    filter: hue-rotate(222deg);
    transform: rotateX(-180deg);
}

.dashcart{
    text-decoration:none !important;
}

.imgsidebarsize{
    width: 28px;
}

.app-sidebar-links li.active a {
         width: 80% !important;
}

.widgets-icons{
    float: left;
    margin-top: 22px;
}

.widgets-icons i{
    font-size: 45px;
}

.tdash  p{
        margin-top: 6px;
}

.dshnewcard{
    text-align:center
}

.dcback1{
   background-color: #8833ff !important;
}
.dcback1 *{
   color:#fff !important;font-size: 17px;
}



.dcback2{
   background-color: #e62e2e !important;
}
.dcback2 *{
   color:#fff !important;font-size: 17px;
}



.dcback3{
   background-color: #ffc107  !important;
}
.dcback3 *{
   color:#fff !important;font-size: 17px;
}



.dcback4{
   background-color: #29cc39  !important;
}
.dcback4 *{
   color:#fff !important;font-size: 17px;
}



.dcback5{
   background-color: #29cc39  !important;
}
.dcback5 *{
   color:#fff !important;font-size: 17px;
}



.dcback6{
   background-color: #0dcaf0  !important;
}
.dcback6 *{
   color:#fff !important;font-size: 17px;
}


.dcback7{
   background-color: #e62e2e  !important;
}
.dcback7 *{
   color:#fff !important;font-size: 17px;
}


.dcback8{
   background-color: #ffc107  !important;
}
.dcback8 *{
   color:#fff !important;font-size: 17px;
}


.dcback9{
   background-color: #8833ff  !important;
}
.dcback9 *{
   color:#fff !important;font-size: 17px;
}

.dshnewcard .title{
    margin-top:10px !important;
}

.tltbold{
    font-weight:bold;    font-size: 20px !important;
    margin-top: 20px;
}
.api{
   margin: 0 182px 15px 5px !important;
}
.fa-size{
    font-size: 1.875em;
    margin-bottom: 10%;
}
.hover-menu:hover {
    color: white !important;
}
.btn-apd{
    width: 85%;
}
.logs-table{
    width:86%;
}
.map-style{
    position: relative;
    
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid transparent;
    margin-bottom: 20px;
    box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);
    border-radius: 10px;
    padding: 10px 10px;
    
}
/*.map-style1{*/
/*    position: relative;*/
/*    display: flex;*/
/*    min-width: 0;*/
/*    word-wrap: break-word;*/
/*    background-color: #fff;*/
/*    background-clip: border-box;*/
/*    border: 0 solid transparent;*/
/*    margin-bottom: 20px;*/
/*    box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);*/
/*    border-radius: 10px;*/
/*    padding: 10px 10px;*/
/*    justify-content: center;*/
/*    height: 83px;*/
/*    width: 311px;*/
/*    align-items: center;*/
/*    justify-content: center;*/
    
/*}*/
.row .map-style1{
    margin-bottom:5%;
    display: flex;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid transparent;
    margin-bottom: 20px;
    padding: 10px 10px;
    align-items: center;
}
.justify-flex{
    justify-content: center;
}
.web-style{
    display: flex;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid transparent;
    margin-bottom: 20px;
    box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);
    border-radius: 10px;
    padding: 10px 10px;
}

.row .web-style1{
    margin-bottom:5%;
    display: flex;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid transparent;
    margin-bottom: 20px;
    padding: 10px 10px;
    align-items: center;
}
.web-style2{
   
    border-radius: 10px;
    padding: 10px 10px;
    background-color: white;
    margin-top: 2%;
}
.web-success{
  
}
.web-flex{
    margin-right: 69%;
}
.mr-pagi{
        margin-right: 9%;
}
.jour-style{
    
    border-radius: 10px;
    padding: 10px 10px;
    background-color: white;
    margin-top: 3%;
}
.row .jour-style1{
    margin-bottom:5%;
    display: flex;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid transparent;
    margin-bottom: 20px;
    padding: 10px 10px;
    align-items: center;
}
.mr-flex{
    margin-right: 28%;
}
.map-content{
    position: absolute;
    top: 20%;
    right: 78%;
}
.svg-size{
    font-size:40px;
}
.round-circle-sm-new {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    right: 0%;
}

.mr-visit{
    text-align: center;
    color: black !important;
    font-size: 18px;

}
.align-title{
    color: #728197 !important;
}
.mr-calender{
    
    text-align: center;
    color: black !important;
    font-size: 18px;
   
}
.cal-align{
    
   white-space: nowrap;
    margin-top: 7%;
    
}
.mr-rec{
    text-align: center;
    color: black !important;
    font-size: 18px;
    margin-top: 5%;
}
.align-title-rec{
    color: #728197 !important;
    margin-top: 5%;
}
.mr-clock{
    text-align: center;
    color: black !important;
    font-size: 18px;
    
}
.align-items-clock{
    
    color: #728197 !important;
    white-space: nowrap;
    margin-top: 4%;
}
.mr-eye{
    text-align: center;
    color: black !important;
    font-size: 18px;
    
}
.align-items-eye{
    
    color: #728197 !important;
    white-space: nowrap;
}
.mr-half{
    text-align: center;
    color: black !important;
    font-size: 18px;
    
}
.align-items-half{
    margin-top: 5%;
    color: #728197 !important;
    white-space: nowrap;
}
.a-blog{
    height: 524px;
    background-image: url(/themes/usermap/assets/images/hotimg/campagin.jpg);
    background-size: cover;
    background-position: center;
    transition: all 0.3s !important;
    box-shadow: 0 15px 20px rgb(40 46 54 / 30%);
    margin-bottom: 24px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.a2-blog{
    height: 200px; 
    background-image: url(/themes/usermap/assets/images/hotimg/olaviayt.jpg);
}
.a3-blog{
    height: 300px;
    background-image: url(/themes/usermap/assets/images/hotimg/troubles.jpg);
}


.mr-blg{
    margin-bottom: 3%;
}
.zbl-blg .container .rjblg .items .item {
    background-size: cover;
    background-position: center;
    transition: all 0.3s !important;
    box-shadow: 0 15px 20px rgb(40 46 54 / 30%);
    margin-bottom: 24px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.style-box-blg{
    height: 200px;
    background-image: url(/themes/usermap/assets/images/hotimg/olaviayt.jpg);
    background-size: cover;
    background-position: center;
    transition: all 0.3s !important;
    box-shadow: 0 15px 20px rgb(40 46 54 / 30%);
    margin-bottom: 24px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.style-box-blog0{
        height: 524px;
    background-image: url(/themes/usermap/assets/images/hotimg/campagin.jpg);
    background-size: cover;
    background-position: center;
    transition: all 0.3s !important;
    box-shadow: 0 15px 20px rgb(40 46 54 / 30%);
    margin-bottom: 24px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.style-box-blg1{
    height: 300px;
    background-image: url(/themes/usermap/assets/images/hotimg/troubles.jpg);
    background-size: cover;
    background-position: center;
    transition: all 0.3s !important;
    box-shadow: 0 15px 20px rgb(40 46 54 / 30%);
    margin-bottom: 24px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.style-box-blg2{
    height: 300px;
    background-image: url(/themes/usermap/assets/images/hotimg/forsat.jpg);
    background-size: cover;
    background-position: center;
    transition: all 0.3s !important;
    box-shadow: 0 15px 20px rgb(40 46 54 / 30%);
    margin-bottom: 24px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.style-box-blg3{
    height: 200px; 
    background-image: url(/themes/usermap/assets/images/hotimg/ui.jpg);
    background-size: cover;
    background-position: center;
    transition: all 0.3s !important;
    box-shadow: 0 15px 20px rgb(40 46 54 / 30%);
    margin-bottom: 24px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.rjblg .item .description {
    position: absolute;
    bottom: 0;
    right: 0;
    font-weight: 200;
    width: 100%;
    padding: 1.5em 20px;
    z-index: 2;
    color: #fff;
    text-align: right;
    font-size: 15px;
    background-image: linear-gradient(360deg, rgb(183 28 28) 0%, rgba(12, 211, 31, 0) 40%);
    height: 80%;
}
.rjblg .items .item.gr::after {
    background-image: linear-gradient(360deg, rgb(183 28 28) 0%, rgba(12, 211, 31, 0) 40%);
    content:'';
}
.dis-blg{
    position: absolute;
    top: 86%;
    color: white;
    right: 5%;
}
.pad-container{
    padding: 8%;
}
.bgtblog{
    position: absolute;
    bottom: 11px;
}



















.brdbtn{
    border:none !important;
}

.iicondf{
        font-size: 24px !important;
    color: #ff3c00;
}

.mrbtnvis{
        margin-top: 2px;
}

.cardback{
    position: relative;
    width: 100%;
    padding: 15px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px -10px rgba(0,0,0,.2);
}

.btn.btn-green {
    background: #6bb927;
    border-color: #6bb927;
    color: #fff;
}

.btn.btn-red {
    background: #ef394e;
    border-color: #ef394e;
    color: #fff;
}

.wdmax{
    width:max-content !important;
    
}

.disflx{
    display: flex;
    justify-content: center;
}


.cardteamback{
    
    width: 100%;
    padding: 15px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px -10px rgba(0,0,0,.2);
    
}

.clrtable svg{
    color:#01559d !important;
}

.clrtable th , .clrtable td{
    text-align:center;
} 

.boxjornay{
    background-color: #6bb927;
    color: #fff !important;
padding: 4px 18px 1px;
border-radius: 8px;
    margin-bottom:5px;
}

.dirltr{
        direction: ltr;
}

.dirlkj{
        font-size: 18px;
    margin-top: 5px;
}

.wf1{
    width:10%;
}


.wf2{
    width:90%;
}

.dirltr1{
        direction: ltr;
}

.tbljour{
        overflow-wrap: anywhere;
}

.firstrowt td{
    text-align:center;
    background-color:#e1e5e7;
}

.firstrowt2 td{
    text-align:center;
    background-color:#fff;

}

.r2tabl td{
    width:20% !important;
    text-align:center;
    background-color:#e1e5e7;

}

.r2tabl2 td{
    width:20% !important;
    text-align:left;
    direction:ltr;
        background-color:#fff;

}

.cardbackjour {
    position: relative;
    width: 100%;
    padding: 15px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px -10px rgba(0,0,0,.2);
    margin-bottom:15px !important;
}

.smap *{
        white-space: pre-wrap;
            overflow-wrap: anywhere;
}

.aseo{
    direction:ltr;
}


.wraptextspan{
        white-space: pre-wrap !important;
}

.rwroad{
    display: flex;
    justify-content: center;
        margin-bottom: 25px;
}

.brdnone{
    border:none !important;
}

.rwroadindex{
    direction:ltr;
}

.hrgheigh{
    height:65px;
}

.back-heat.glass{
    margin-bottom:25px;
}

.backghc{
    background-color:#fff !important;
    z-index:999999 !important;
}



#code::-webkit-outer-spin-button,
#code::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* Firefox */
#code[type=number] {
  -moz-appearance: textfield;
}






















