* {
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
	box-sizing:  border-box;

	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto; 
	hyphenate-limit-chars: 12;

}

body {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1080' height='540' preserveAspectRatio='none' viewBox='0 0 1080 540'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1082%26quot%3b)' fill='none'%3e%3crect width='1080' height='540' x='0' y='0' fill='url(%26quot%3b%23SvgjsLinearGradient1083%26quot%3b)'%3e%3c/rect%3e%3cpath d='M1080 0L772.88 0L1080 161.35z' fill='rgba(255%2c 255%2c 255%2c .1)'%3e%3c/path%3e%3cpath d='M772.88 0L1080 161.35L1080 169.79999999999998L450.78 0z' fill='rgba(255%2c 255%2c 255%2c .075)'%3e%3c/path%3e%3cpath d='M450.78 0L1080 169.79999999999998L1080 392L274.91999999999996 0z' fill='rgba(255%2c 255%2c 255%2c .05)'%3e%3c/path%3e%3cpath d='M274.91999999999996 0L1080 392L1080 479.42L248.02999999999997 0z' fill='rgba(255%2c 255%2c 255%2c .025)'%3e%3c/path%3e%3cpath d='M0 540L524.15 540L0 338.65999999999997z' fill='rgba(0%2c 0%2c 0%2c .1)'%3e%3c/path%3e%3cpath d='M0 338.65999999999997L524.15 540L665.12 540L0 218.85999999999996z' fill='rgba(0%2c 0%2c 0%2c .075)'%3e%3c/path%3e%3cpath d='M0 218.86L665.12 540L841 540L0 88.34z' fill='rgba(0%2c 0%2c 0%2c .05)'%3e%3c/path%3e%3cpath d='M0 88.34000000000003L841 540L1008 540L0 61.91000000000003z' fill='rgba(0%2c 0%2c 0%2c .025)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1082'%3e%3crect width='1080' height='540' fill='white'%3e%3c/rect%3e%3c/mask%3e%3clinearGradient x1='87.5%25' y1='-25%25' x2='12.5%25' y2='125%25' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient1083'%3e%3cstop stop-color='rgba(255%2c 255%2c 255%2c 1)' offset='0'%3e%3c/stop%3e%3cstop stop-color='rgba(255%2c 255%2c 255%2c 1)' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");

	background-repeat:  no-repeat;
	background-size: cover;
}

.taxi-container {
	background:  white;
	padding-top:  1rem;
	padding-bottom:  1rem;
	padding-left:  0.25rem;
	padding-right:  0.25rem;
	border-top:  1px solid rgb(222, 226, 230);
	box-shadow: rgba(0, 0, 0, 0.075) 0px 2px 4px 0px;
	color: rgba(33, 37, 41);
	display: flex;
}


main.container-lg {
	padding-left: 0.75rem !important;
	padding-right: 0.75rem !important;
}

@media (max-width: 992px) { /* sm */
    .top-bar {
		padding-top: 0.5rem !important;
    	padding-bottom: 0.5rem !important;
	}
	main.container-lg {
		padding-bottom: 0 !important;
	}
	.result-map {
	    height: 50vh !important;
	}
	.result-instructions {
		height: 50vh !important;
	}
}

@media (min-width: 993px) { /* sm */
	.result-map {
		min-height: 300px;
		height: 100% !important;
	}
	.result-instructions {
		height: 290px;
	}
}

.font-dseg {
	font-family: "DSEG";
}

.max-column-count-2 {
	column-count: 1;
	column-gap: 0rem;
}

.multiple-column-list {
    column-gap: 10px;
    column-count: 1;
    column-rule-style: solid;
    column-rule-width: 1px;
    column-rule-color: #F1EFED;
}

@media (min-width: 576px) { /* sm */
    .multiple-column-list {
        column-gap: 30px;
        column-count: 2;
    }
}

@media (min-width: 768px) { /* lg */
    .multiple-column-list {
        column-gap: 20px;
        column-count: 3;
    }
}

@media (min-width: 576px) { /* sm */
	.taxi-container {
		padding-top:  1.25rem;
		padding-bottom:  1.25rem;
		padding-left:  0.75rem;
		padding-right:  0.75rem;
	}
	.result-map {
		min-height: 600px;
	}
}

@media (min-width: 768px) { /* lg */
	.taxi-container {
		padding-top:  1.5rem;
		padding-bottom:  1.5rem;
		padding-left:  1rem;
		padding-right:  1rem;
		/*
		background-image:  url('/assets/img/checks@05x.png');
		background-repeat: no-repeat;
		background-position: bottom right;
		*/
	}
	.index-form-container {
		border-width:  0px;
		border-left-color: rgb(222, 226, 230);
		border-left-style: solid;
		border-left-width:  1px;
	}
	.max-column-count-2 {
		column-count: 2;
		column-gap: 3rem;
	}
}

.btn-start-calculation > span {
	font-weight: 800 !important;
	font-size:  1.2rem !important;
}

.h-underline {
	text-decoration: underline;
	text-decoration-color: rgb(255, 193, 7);
	text-decoration-thickness: 4px;
}

.text-underline-hover {
	text-decoration: none;
}

.text-underline-hover:hover {
	text-decoration: underline;
}

.text-wrap-balance {
	text-wrap: balance !important;
}

.text-wrap-pretty {
	text-wrap: pretty !important;
}

.list-style-arrow {
  list-style: none;
  padding-left: 0.75rem;
}

.list-style-arrow li {
  position: relative;
  padding-left: 1.25rem;
}

.list-style-arrow li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 1rem;
  height: 1rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8"/></svg>') no-repeat center;
}


.offcanvas-link {
	background-color:  #fff;
	border-bottom: 1px solid #dee2e6;
	padding:  0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 300;
	line-height:  1.5rem;
	color: #000;
	text-align:  center;
	text-decoration: none;
}

.currencyValue {
	font-family: "Lato";
}

.city-card-link {
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	transition: all 0.25s ease-out;
}

.city-card-link:hover {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

.city-card-link img {
	filter: saturate(30%);
}

.city-card-link:hover img {
	filter: saturate(100%);
}

.footer-link {
	color: #aaa;
	text-decoration: none;
}
.footer-link:hover {
	color: #ffffff !important;
	text-decoration: none;
}

.footer-link i {
	opacity: 0.5;
}
.footer-link:hover i {
	opacity: 1;
}

.admanager_nuwara-footer-logo-link {
	display: none !important;
	opacity: 0 !important;
}
