/* Large devices (desktops, 992px and up)*/

/* Extra large devices (large desktops, 1200px and up) */

.iti {
	position: relative;
	display: inline-block;
}

.iti * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.iti__hide {
	display: none;
}

.iti__v-hide {
	visibility: hidden;
}

.iti input, .iti input[type=tel], .iti input[type=text] {
	position: relative;
	z-index: 0;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-right: 36px;
	margin-right: 0;
}

.iti__flag-container {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 1px;
}

.iti__selected-flag {
	z-index: 1;
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 6px 0 8px;
}

.iti__arrow {
	margin-left: 6px;
	width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 4px solid #555;
}

.iti__arrow--up {
	border-top: none;
	border-bottom: 4px solid #555;
}

.iti__country-list {
	position: absolute;
	z-index: 2;
	list-style: none;
	text-align: left;
	padding: 0;
	margin: 0 0 0 -1px;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
	background-color: #fff;
	border: 1px solid #ccc;
	white-space: nowrap;
	max-height: 200px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.iti__country-list--dropup {
	bottom: 100%;
	margin-bottom: -1px;
}

@media (max-width:500px) {
	.iti__country-list {
		white-space: normal;
	}
}

.iti__flag-box {
	display: inline-block;
	width: 20px;
}

.iti__divider {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

.iti__country {
	padding: 5px 10px;
	outline: 0;
}

.iti__dial-code {
	color: #999;
}

.iti__country.iti__highlight {
	background-color: rgba(0, 0, 0, .05);
}

.iti__country-name, .iti__dial-code, .iti__flag-box {
	vertical-align: middle;
}

.iti__country-name, .iti__flag-box {
	margin-right: 6px;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=tel], .iti--allow-dropdown input[type=text], .iti--separate-dial-code input, .iti--separate-dial-code input[type=tel], .iti--separate-dial-code input[type=text] {
	padding-right: 6px;
	padding-left: 52px;
	margin-left: 0;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
	right: auto;
	left: 0;
}

.iti--allow-dropdown .iti__flag-container:hover {
	cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
	background-color: rgba(0, 0, 0, .05);
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover, .iti--allow-dropdown input[readonly]+.iti__flag-container:hover {
	cursor: default;
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag, .iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag {
	background-color: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
	background-color: rgba(0, 0, 0, .05);
}

.iti--separate-dial-code .iti__selected-dial-code {
	margin-left: 6px;
}

.iti--container {
	position: absolute;
	top: -1000px;
	left: -1000px;
	z-index: 1060;
	padding: 1px;
}

.iti--container:hover {
	cursor: pointer;
}

.iti-mobile .iti--container {
	top: 30px;
	bottom: 30px;
	left: 30px;
	right: 30px;
	position: fixed;
}

.iti-mobile .iti__country-list {
	max-height: 100%;
	width: 100%;
}

.iti-mobile .iti__country {
	padding: 10px 10px;
	line-height: 1.5em;
}

.iti__flag {
	width: 20px;
}

.iti__flag.iti__be {
	width: 18px;
}

.iti__flag.iti__ch {
	width: 15px;
}

.iti__flag.iti__mc {
	width: 19px;
}

.iti__flag.iti__ne {
	width: 18px;
}

.iti__flag.iti__np {
	width: 13px;
}

.iti__flag.iti__va {
	width: 15px;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
	.iti__flag {
		background-size: 5652px 15px;
	}
}

.iti__flag.iti__ac {
	height: 10px;
	background-position: 0 0;
}

.iti__flag.iti__ad {
	height: 14px;
	background-position: -22px 0;
}

.iti__flag.iti__ae {
	height: 10px;
	background-position: -44px 0;
}

.iti__flag.iti__af {
	height: 14px;
	background-position: -66px 0;
}

.iti__flag.iti__ag {
	height: 14px;
	background-position: -88px 0;
}

.iti__flag.iti__ai {
	height: 10px;
	background-position: -110px 0;
}

.iti__flag.iti__al {
	height: 15px;
	background-position: -132px 0;
}

.iti__flag.iti__am {
	height: 10px;
	background-position: -154px 0;
}

.iti__flag.iti__ao {
	height: 14px;
	background-position: -176px 0;
}

.iti__flag.iti__aq {
	height: 14px;
	background-position: -198px 0;
}

.iti__flag.iti__ar {
	height: 13px;
	background-position: -220px 0;
}

.iti__flag.iti__as {
	height: 10px;
	background-position: -242px 0;
}

.iti__flag.iti__at {
	height: 14px;
	background-position: -264px 0;
}

.iti__flag.iti__au {
	height: 10px;
	background-position: -286px 0;
}

.iti__flag.iti__aw {
	height: 14px;
	background-position: -308px 0;
}

.iti__flag.iti__ax {
	height: 13px;
	background-position: -330px 0;
}

.iti__flag.iti__az {
	height: 10px;
	background-position: -352px 0;
}

.iti__flag.iti__ba {
	height: 10px;
	background-position: -374px 0;
}

.iti__flag.iti__bb {
	height: 14px;
	background-position: -396px 0;
}

.iti__flag.iti__bd {
	height: 12px;
	background-position: -418px 0;
}

.iti__flag.iti__be {
	height: 15px;
	background-position: -440px 0;
}

.iti__flag.iti__bf {
	height: 14px;
	background-position: -460px 0;
}

.iti__flag.iti__bg {
	height: 12px;
	background-position: -482px 0;
}

.iti__flag.iti__bh {
	height: 12px;
	background-position: -504px 0;
}

.iti__flag.iti__bi {
	height: 12px;
	background-position: -526px 0;
}

.iti__flag.iti__bj {
	height: 14px;
	background-position: -548px 0;
}

.iti__flag.iti__bl {
	height: 14px;
	background-position: -570px 0;
}

.iti__flag.iti__bm {
	height: 10px;
	background-position: -592px 0;
}

.iti__flag.iti__bn {
	height: 10px;
	background-position: -614px 0;
}

.iti__flag.iti__bo {
	height: 14px;
	background-position: -636px 0;
}

.iti__flag.iti__bq {
	height: 14px;
	background-position: -658px 0;
}

.iti__flag.iti__br {
	height: 14px;
	background-position: -680px 0;
}

.iti__flag.iti__bs {
	height: 10px;
	background-position: -702px 0;
}

.iti__flag.iti__bt {
	height: 14px;
	background-position: -724px 0;
}

.iti__flag.iti__bv {
	height: 15px;
	background-position: -746px 0;
}

.iti__flag.iti__bw {
	height: 14px;
	background-position: -768px 0;
}

.iti__flag.iti__by {
	height: 10px;
	background-position: -790px 0;
}

.iti__flag.iti__bz {
	height: 14px;
	background-position: -812px 0;
}

.iti__flag.iti__ca {
	height: 10px;
	background-position: -834px 0;
}

.iti__flag.iti__cc {
	height: 10px;
	background-position: -856px 0;
}

.iti__flag.iti__cd {
	height: 15px;
	background-position: -878px 0;
}

.iti__flag.iti__cf {
	height: 14px;
	background-position: -900px 0;
}

.iti__flag.iti__cg {
	height: 14px;
	background-position: -922px 0;
}

.iti__flag.iti__ch {
	height: 15px;
	background-position: -944px 0;
}

.iti__flag.iti__ci {
	height: 14px;
	background-position: -961px 0;
}

.iti__flag.iti__ck {
	height: 10px;
	background-position: -983px 0;
}

.iti__flag.iti__cl {
	height: 14px;
	background-position: -1005px 0;
}

.iti__flag.iti__cm {
	height: 14px;
	background-position: -1027px 0;
}

.iti__flag.iti__cn {
	height: 14px;
	background-position: -1049px 0;
}

.iti__flag.iti__co {
	height: 14px;
	background-position: -1071px 0;
}

.iti__flag.iti__cp {
	height: 14px;
	background-position: -1093px 0;
}

.iti__flag.iti__cr {
	height: 12px;
	background-position: -1115px 0;
}

.iti__flag.iti__cu {
	height: 10px;
	background-position: -1137px 0;
}

.iti__flag.iti__cv {
	height: 12px;
	background-position: -1159px 0;
}

.iti__flag.iti__cw {
	height: 14px;
	background-position: -1181px 0;
}

.iti__flag.iti__cx {
	height: 10px;
	background-position: -1203px 0;
}

.iti__flag.iti__cy {
	height: 14px;
	background-position: -1225px 0;
}

.iti__flag.iti__cz {
	height: 14px;
	background-position: -1247px 0;
}

.iti__flag.iti__de {
	height: 12px;
	background-position: -1269px 0;
}

.iti__flag.iti__dg {
	height: 10px;
	background-position: -1291px 0;
}

.iti__flag.iti__dj {
	height: 14px;
	background-position: -1313px 0;
}

.iti__flag.iti__dk {
	height: 15px;
	background-position: -1335px 0;
}

.iti__flag.iti__dm {
	height: 10px;
	background-position: -1357px 0;
}

.iti__flag.iti__do {
	height: 14px;
	background-position: -1379px 0;
}

.iti__flag.iti__dz {
	height: 14px;
	background-position: -1401px 0;
}

.iti__flag.iti__ea {
	height: 14px;
	background-position: -1423px 0;
}

.iti__flag.iti__ec {
	height: 14px;
	background-position: -1445px 0;
}

.iti__flag.iti__ee {
	height: 13px;
	background-position: -1467px 0;
}

.iti__flag.iti__eg {
	height: 14px;
	background-position: -1489px 0;
}

.iti__flag.iti__eh {
	height: 10px;
	background-position: -1511px 0;
}

.iti__flag.iti__er {
	height: 10px;
	background-position: -1533px 0;
}

.iti__flag.iti__es {
	height: 14px;
	background-position: -1555px 0;
}

.iti__flag.iti__et {
	height: 10px;
	background-position: -1577px 0;
}

.iti__flag.iti__eu {
	height: 14px;
	background-position: -1599px 0;
}

.iti__flag.iti__fi {
	height: 12px;
	background-position: -1621px 0;
}

.iti__flag.iti__fj {
	height: 10px;
	background-position: -1643px 0;
}

.iti__flag.iti__fk {
	height: 10px;
	background-position: -1665px 0;
}

.iti__flag.iti__fm {
	height: 11px;
	background-position: -1687px 0;
}

.iti__flag.iti__fo {
	height: 15px;
	background-position: -1709px 0;
}

.iti__flag.iti__fr {
	height: 14px;
	background-position: -1731px 0;
}

.iti__flag.iti__ga {
	height: 15px;
	background-position: -1753px 0;
}

.iti__flag.iti__gb {
	height: 10px;
	background-position: -1775px 0;
}

.iti__flag.iti__gd {
	height: 12px;
	background-position: -1797px 0;
}

.iti__flag.iti__ge {
	height: 14px;
	background-position: -1819px 0;
}

.iti__flag.iti__gf {
	height: 14px;
	background-position: -1841px 0;
}

.iti__flag.iti__gg {
	height: 14px;
	background-position: -1863px 0;
}

.iti__flag.iti__gh {
	height: 14px;
	background-position: -1885px 0;
}

.iti__flag.iti__gi {
	height: 10px;
	background-position: -1907px 0;
}

.iti__flag.iti__gl {
	height: 14px;
	background-position: -1929px 0;
}

.iti__flag.iti__gm {
	height: 14px;
	background-position: -1951px 0;
}

.iti__flag.iti__gn {
	height: 14px;
	background-position: -1973px 0;
}

.iti__flag.iti__gp {
	height: 14px;
	background-position: -1995px 0;
}

.iti__flag.iti__gq {
	height: 14px;
	background-position: -2017px 0;
}

.iti__flag.iti__gr {
	height: 14px;
	background-position: -2039px 0;
}

.iti__flag.iti__gs {
	height: 10px;
	background-position: -2061px 0;
}

.iti__flag.iti__gt {
	height: 13px;
	background-position: -2083px 0;
}

.iti__flag.iti__gu {
	height: 11px;
	background-position: -2105px 0;
}

.iti__flag.iti__gw {
	height: 10px;
	background-position: -2127px 0;
}

.iti__flag.iti__gy {
	height: 12px;
	background-position: -2149px 0;
}

.iti__flag.iti__hk {
	height: 14px;
	background-position: -2171px 0;
}

.iti__flag.iti__hm {
	height: 10px;
	background-position: -2193px 0;
}

.iti__flag.iti__hn {
	height: 10px;
	background-position: -2215px 0;
}

.iti__flag.iti__hr {
	height: 10px;
	background-position: -2237px 0;
}

.iti__flag.iti__ht {
	height: 12px;
	background-position: -2259px 0;
}

.iti__flag.iti__hu {
	height: 10px;
	background-position: -2281px 0;
}

.iti__flag.iti__ic {
	height: 14px;
	background-position: -2303px 0;
}

.iti__flag.iti__id {
	height: 14px;
	background-position: -2325px 0;
}

.iti__flag.iti__ie {
	height: 10px;
	background-position: -2347px 0;
}

.iti__flag.iti__il {
	height: 15px;
	background-position: -2369px 0;
}

.iti__flag.iti__im {
	height: 10px;
	background-position: -2391px 0;
}

.iti__flag.iti__in {
	height: 14px;
	background-position: -2413px 0;
}

.iti__flag.iti__io {
	height: 10px;
	background-position: -2435px 0;
}

.iti__flag.iti__iq {
	height: 14px;
	background-position: -2457px 0;
}

.iti__flag.iti__ir {
	height: 12px;
	background-position: -2479px 0;
}

.iti__flag.iti__is {
	height: 15px;
	background-position: -2501px 0;
}

.iti__flag.iti__it {
	height: 14px;
	background-position: -2523px 0;
}

.iti__flag.iti__je {
	height: 12px;
	background-position: -2545px 0;
}

.iti__flag.iti__jm {
	height: 10px;
	background-position: -2567px 0;
}

.iti__flag.iti__jo {
	height: 10px;
	background-position: -2589px 0;
}

.iti__flag.iti__jp {
	height: 14px;
	background-position: -2611px 0;
}

.iti__flag.iti__ke {
	height: 14px;
	background-position: -2633px 0;
}

.iti__flag.iti__kg {
	height: 12px;
	background-position: -2655px 0;
}

.iti__flag.iti__kh {
	height: 13px;
	background-position: -2677px 0;
}

.iti__flag.iti__ki {
	height: 10px;
	background-position: -2699px 0;
}

.iti__flag.iti__km {
	height: 12px;
	background-position: -2721px 0;
}

.iti__flag.iti__kn {
	height: 14px;
	background-position: -2743px 0;
}

.iti__flag.iti__kp {
	height: 10px;
	background-position: -2765px 0;
}

.iti__flag.iti__kr {
	height: 14px;
	background-position: -2787px 0;
}

.iti__flag.iti__kw {
	height: 10px;
	background-position: -2809px 0;
}

.iti__flag.iti__ky {
	height: 10px;
	background-position: -2831px 0;
}

.iti__flag.iti__kz {
	height: 10px;
	background-position: -2853px 0;
}

.iti__flag.iti__la {
	height: 14px;
	background-position: -2875px 0;
}

.iti__flag.iti__lb {
	height: 14px;
	background-position: -2897px 0;
}

.iti__flag.iti__lc {
	height: 10px;
	background-position: -2919px 0;
}

.iti__flag.iti__li {
	height: 12px;
	background-position: -2941px 0;
}

.iti__flag.iti__lk {
	height: 10px;
	background-position: -2963px 0;
}

.iti__flag.iti__lr {
	height: 11px;
	background-position: -2985px 0;
}

.iti__flag.iti__ls {
	height: 14px;
	background-position: -3007px 0;
}

.iti__flag.iti__lt {
	height: 12px;
	background-position: -3029px 0;
}

.iti__flag.iti__lu {
	height: 12px;
	background-position: -3051px 0;
}

.iti__flag.iti__lv {
	height: 10px;
	background-position: -3073px 0;
}

.iti__flag.iti__ly {
	height: 10px;
	background-position: -3095px 0;
}

.iti__flag.iti__ma {
	height: 14px;
	background-position: -3117px 0;
}

.iti__flag.iti__mc {
	height: 15px;
	background-position: -3139px 0;
}

.iti__flag.iti__md {
	height: 10px;
	background-position: -3160px 0;
}

.iti__flag.iti__me {
	height: 10px;
	background-position: -3182px 0;
}

.iti__flag.iti__mf {
	height: 14px;
	background-position: -3204px 0;
}

.iti__flag.iti__mg {
	height: 14px;
	background-position: -3226px 0;
}

.iti__flag.iti__mh {
	height: 11px;
	background-position: -3248px 0;
}

.iti__flag.iti__mk {
	height: 10px;
	background-position: -3270px 0;
}

.iti__flag.iti__ml {
	height: 14px;
	background-position: -3292px 0;
}

.iti__flag.iti__mm {
	height: 14px;
	background-position: -3314px 0;
}

.iti__flag.iti__mn {
	height: 10px;
	background-position: -3336px 0;
}

.iti__flag.iti__mo {
	height: 14px;
	background-position: -3358px 0;
}

.iti__flag.iti__mp {
	height: 10px;
	background-position: -3380px 0;
}

.iti__flag.iti__mq {
	height: 14px;
	background-position: -3402px 0;
}

.iti__flag.iti__mr {
	height: 14px;
	background-position: -3424px 0;
}

.iti__flag.iti__ms {
	height: 10px;
	background-position: -3446px 0;
}

.iti__flag.iti__mt {
	height: 14px;
	background-position: -3468px 0;
}

.iti__flag.iti__mu {
	height: 14px;
	background-position: -3490px 0;
}

.iti__flag.iti__mv {
	height: 14px;
	background-position: -3512px 0;
}

.iti__flag.iti__mw {
	height: 14px;
	background-position: -3534px 0;
}

.iti__flag.iti__mx {
	height: 12px;
	background-position: -3556px 0;
}

.iti__flag.iti__my {
	height: 10px;
	background-position: -3578px 0;
}

.iti__flag.iti__mz {
	height: 14px;
	background-position: -3600px 0;
}

.iti__flag.iti__na {
	height: 14px;
	background-position: -3622px 0;
}

.iti__flag.iti__nc {
	height: 10px;
	background-position: -3644px 0;
}

.iti__flag.iti__ne {
	height: 15px;
	background-position: -3666px 0;
}

.iti__flag.iti__nf {
	height: 10px;
	background-position: -3686px 0;
}

.iti__flag.iti__ng {
	height: 10px;
	background-position: -3708px 0;
}

.iti__flag.iti__ni {
	height: 12px;
	background-position: -3730px 0;
}

.iti__flag.iti__nl {
	height: 14px;
	background-position: -3752px 0;
}

.iti__flag.iti__no {
	height: 15px;
	background-position: -3774px 0;
}

.iti__flag.iti__np {
	height: 15px;
	background-position: -3796px 0;
}

.iti__flag.iti__nr {
	height: 10px;
	background-position: -3811px 0;
}

.iti__flag.iti__nu {
	height: 10px;
	background-position: -3833px 0;
}

.iti__flag.iti__nz {
	height: 10px;
	background-position: -3855px 0;
}

.iti__flag.iti__om {
	height: 10px;
	background-position: -3877px 0;
}

.iti__flag.iti__pa {
	height: 14px;
	background-position: -3899px 0;
}

.iti__flag.iti__pe {
	height: 14px;
	background-position: -3921px 0;
}

.iti__flag.iti__pf {
	height: 14px;
	background-position: -3943px 0;
}

.iti__flag.iti__pg {
	height: 15px;
	background-position: -3965px 0;
}

.iti__flag.iti__ph {
	height: 10px;
	background-position: -3987px 0;
}

.iti__flag.iti__pk {
	height: 14px;
	background-position: -4009px 0;
}

.iti__flag.iti__pl {
	height: 13px;
	background-position: -4031px 0;
}

.iti__flag.iti__pm {
	height: 14px;
	background-position: -4053px 0;
}

.iti__flag.iti__pn {
	height: 10px;
	background-position: -4075px 0;
}

.iti__flag.iti__pr {
	height: 14px;
	background-position: -4097px 0;
}

.iti__flag.iti__ps {
	height: 10px;
	background-position: -4119px 0;
}

.iti__flag.iti__pt {
	height: 14px;
	background-position: -4141px 0;
}

.iti__flag.iti__pw {
	height: 13px;
	background-position: -4163px 0;
}

.iti__flag.iti__py {
	height: 11px;
	background-position: -4185px 0;
}

.iti__flag.iti__qa {
	height: 8px;
	background-position: -4207px 0;
}

.iti__flag.iti__re {
	height: 14px;
	background-position: -4229px 0;
}

.iti__flag.iti__ro {
	height: 14px;
	background-position: -4251px 0;
}

.iti__flag.iti__rs {
	height: 14px;
	background-position: -4273px 0;
}

.iti__flag.iti__ru {
	height: 14px;
	background-position: -4295px 0;
}

.iti__flag.iti__rw {
	height: 14px;
	background-position: -4317px 0;
}

.iti__flag.iti__sa {
	height: 14px;
	background-position: -4339px 0;
}

.iti__flag.iti__sb {
	height: 10px;
	background-position: -4361px 0;
}

.iti__flag.iti__sc {
	height: 10px;
	background-position: -4383px 0;
}

.iti__flag.iti__sd {
	height: 10px;
	background-position: -4405px 0;
}

.iti__flag.iti__se {
	height: 13px;
	background-position: -4427px 0;
}

.iti__flag.iti__sg {
	height: 14px;
	background-position: -4449px 0;
}

.iti__flag.iti__sh {
	height: 10px;
	background-position: -4471px 0;
}

.iti__flag.iti__si {
	height: 10px;
	background-position: -4493px 0;
}

.iti__flag.iti__sj {
	height: 15px;
	background-position: -4515px 0;
}

.iti__flag.iti__sk {
	height: 14px;
	background-position: -4537px 0;
}

.iti__flag.iti__sl {
	height: 14px;
	background-position: -4559px 0;
}

.iti__flag.iti__sm {
	height: 15px;
	background-position: -4581px 0;
}

.iti__flag.iti__sn {
	height: 14px;
	background-position: -4603px 0;
}

.iti__flag.iti__so {
	height: 14px;
	background-position: -4625px 0;
}

.iti__flag.iti__sr {
	height: 14px;
	background-position: -4647px 0;
}

.iti__flag.iti__ss {
	height: 10px;
	background-position: -4669px 0;
}

.iti__flag.iti__st {
	height: 10px;
	background-position: -4691px 0;
}

.iti__flag.iti__sv {
	height: 12px;
	background-position: -4713px 0;
}

.iti__flag.iti__sx {
	height: 14px;
	background-position: -4735px 0;
}

.iti__flag.iti__sy {
	height: 14px;
	background-position: -4757px 0;
}

.iti__flag.iti__sz {
	height: 14px;
	background-position: -4779px 0;
}

.iti__flag.iti__ta {
	height: 10px;
	background-position: -4801px 0;
}

.iti__flag.iti__tc {
	height: 10px;
	background-position: -4823px 0;
}

.iti__flag.iti__td {
	height: 14px;
	background-position: -4845px 0;
}

.iti__flag.iti__tf {
	height: 14px;
	background-position: -4867px 0;
}

.iti__flag.iti__tg {
	height: 13px;
	background-position: -4889px 0;
}

.iti__flag.iti__th {
	height: 14px;
	background-position: -4911px 0;
}

.iti__flag.iti__tj {
	height: 10px;
	background-position: -4933px 0;
}

.iti__flag.iti__tk {
	height: 10px;
	background-position: -4955px 0;
}

.iti__flag.iti__tl {
	height: 10px;
	background-position: -4977px 0;
}

.iti__flag.iti__tm {
	height: 14px;
	background-position: -4999px 0;
}

.iti__flag.iti__tn {
	height: 14px;
	background-position: -5021px 0;
}

.iti__flag.iti__to {
	height: 10px;
	background-position: -5043px 0;
}

.iti__flag.iti__tr {
	height: 14px;
	background-position: -5065px 0;
}

.iti__flag.iti__tt {
	height: 12px;
	background-position: -5087px 0;
}

.iti__flag.iti__tv {
	height: 10px;
	background-position: -5109px 0;
}

.iti__flag.iti__tw {
	height: 14px;
	background-position: -5131px 0;
}

.iti__flag.iti__tz {
	height: 14px;
	background-position: -5153px 0;
}

.iti__flag.iti__ua {
	height: 14px;
	background-position: -5175px 0;
}

.iti__flag.iti__ug {
	height: 14px;
	background-position: -5197px 0;
}

.iti__flag.iti__um {
	height: 11px;
	background-position: -5219px 0;
}

.iti__flag.iti__un {
	height: 14px;
	background-position: -5241px 0;
}

.iti__flag.iti__us {
	height: 11px;
	background-position: -5263px 0;
}

.iti__flag.iti__uy {
	height: 14px;
	background-position: -5285px 0;
}

.iti__flag.iti__uz {
	height: 10px;
	background-position: -5307px 0;
}

.iti__flag.iti__va {
	height: 15px;
	background-position: -5329px 0;
}

.iti__flag.iti__vc {
	height: 14px;
	background-position: -5346px 0;
}

.iti__flag.iti__ve {
	height: 14px;
	background-position: -5368px 0;
}

.iti__flag.iti__vg {
	height: 10px;
	background-position: -5390px 0;
}

.iti__flag.iti__vi {
	height: 14px;
	background-position: -5412px 0;
}

.iti__flag.iti__vn {
	height: 14px;
	background-position: -5434px 0;
}

.iti__flag.iti__vu {
	height: 12px;
	background-position: -5456px 0;
}

.iti__flag.iti__wf {
	height: 14px;
	background-position: -5478px 0;
}

.iti__flag.iti__ws {
	height: 10px;
	background-position: -5500px 0;
}

.iti__flag.iti__xk {
	height: 15px;
	background-position: -5522px 0;
}

.iti__flag.iti__ye {
	height: 14px;
	background-position: -5544px 0;
}

.iti__flag.iti__yt {
	height: 14px;
	background-position: -5566px 0;
}

.iti__flag.iti__za {
	height: 14px;
	background-position: -5588px 0;
}

.iti__flag.iti__zm {
	height: 14px;
	background-position: -5610px 0;
}

.iti__flag.iti__zw {
	height: 10px;
	background-position: -5632px 0;
}

.iti__flag {
	height: 15px;
	box-shadow: 0 0 1px 0 #888;
	background-image: url("https://lillehammersport.no/wp-content/plugins/diller-loyalty/assets/img/flags.png");
	background-repeat: no-repeat;
	background-color: #dbdbdb;
	background-position: 20px 0;
}

.iti__flag.nitro-lazy {
	background-image: none !important;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
	.iti__flag {
		background-image: url("https://lillehammersport.no/wp-content/plugins/diller-loyalty/assets/img/flags@2x.png");
	}
	
	.iti__flag.nitro-lazy {
		background-image: none !important;
	}
}

.iti__flag.iti__np {
	background-color: transparent;
}

.flatpickr-calendar {
	background: transparent;
	background: #fff;
	opacity: 0;
	display: none;
	text-align: center;
	visibility: hidden;
	padding: 0;
	-webkit-animation: none;
	animation: none;
	direction: ltr;
	border: 0;
	font-size: 14px;
	line-height: 24px;
	border-radius: 5px;
	position: absolute;
	width: 307.875px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, .08);
	box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, .08);
}

.flatpickr-calendar.open, .flatpickr-calendar.inline {
	opacity: 1;
	max-height: 640px;
	visibility: visible;
}

.flatpickr-calendar.open {
	display: inline-block;
	z-index: 99999;
}

.flatpickr-calendar.animate.open {
	-webkit-animation: fpFadeInDown 300ms cubic-bezier(.23, 1, .32, 1);
	animation: fpFadeInDown 300ms cubic-bezier(.23, 1, .32, 1);
}

.flatpickr-calendar.inline {
	display: block;
	position: relative;
	top: 2px;
}

.flatpickr-calendar.static {
	position: absolute;
	top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
	z-index: 999;
	display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
	-webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
	box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
	border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
	height: 40px;
	border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
	height: auto;
}

.flatpickr-calendar:before, .flatpickr-calendar:after {
	position: absolute;
	display: block;
	pointer-events: none;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	left: 22px;
}

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.arrowRight:after {
	left: auto;
	right: 22px;
}

.flatpickr-calendar.arrowCenter:before, .flatpickr-calendar.arrowCenter:after {
	left: 50%;
	right: 50%;
}

.flatpickr-calendar:before {
	border-width: 5px;
	margin: 0 -5px;
}

.flatpickr-calendar:after {
	border-width: 4px;
	margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
	bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
	border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
	border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
	top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
	border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
	border-top-color: #fff;
}

.flatpickr-calendar:focus {
	outline: 0;
}

.flatpickr-wrapper {
	position: relative;
	display: inline-block;
}

.flatpickr-months {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.flatpickr-months .flatpickr-month {
	background: transparent;
	color: rgba(0, 0, 0, .9);
	fill: rgba(0, 0, 0, .9);
	height: 34px;
	line-height: 1;
	text-align: center;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: hidden;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
	text-decoration: none;
	cursor: pointer;
	position: absolute;
	top: 0;
	height: 34px;
	padding: 10px;
	z-index: 3;
	color: rgba(0, 0, 0, .9);
	fill: rgba(0, 0, 0, .9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
	display: none;
}

.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
	position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
	/*
      /*rtl:begin:ignore*/
	left: 0;
}

/*
      /*rtl:begin:ignore*/

/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
	/*
      /*rtl:begin:ignore*/
	right: 0;
}

/*
      /*rtl:begin:ignore*/

/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
	color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
	fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
	width: 14px;
	height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
	-webkit-transition: fill .1s;
	transition: fill .1s;
	fill: inherit;
}

.numInputWrapper {
	position: relative;
	height: auto;
}

.numInputWrapper input, .numInputWrapper span {
	display: inline-block;
}

.numInputWrapper input {
	width: 100%;
}

.numInputWrapper input::-ms-clear {
	display: none;
}

.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.numInputWrapper span {
	position: absolute;
	right: 0;
	width: 14px;
	padding: 0 4px 0 2px;
	height: 50%;
	line-height: 50%;
	opacity: 0;
	cursor: pointer;
	border: 1px solid rgba(57, 57, 57, .15);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.numInputWrapper span:hover {
	background: rgba(0, 0, 0, .1);
}

.numInputWrapper span:active {
	background: rgba(0, 0, 0, .2);
}

.numInputWrapper span:after {
	display: block;
	content: "";
	position: absolute;
}

.numInputWrapper span.arrowUp {
	top: 0;
	border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid rgba(57, 57, 57, .6);
	top: 26%;
}

.numInputWrapper span.arrowDown {
	top: 50%;
}

.numInputWrapper span.arrowDown:after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid rgba(57, 57, 57, .6);
	top: 40%;
}

.numInputWrapper span svg {
	width: inherit;
	height: auto;
}

.numInputWrapper span svg path {
	fill: rgba(0, 0, 0, .5);
}

.numInputWrapper:hover {
	background: rgba(0, 0, 0, .05);
}

.numInputWrapper:hover span {
	opacity: 1;
}

.flatpickr-current-month {
	font-size: 135%;
	line-height: inherit;
	line-height: 1;
	font-weight: 300;
	color: inherit;
	position: absolute;
	width: 75%;
	left: 12.5%;
	padding: 7.48px 0 0 0;
	height: 34px;
	display: inline-block;
	text-align: center;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.flatpickr-current-month span.cur-month {
	font-family: inherit;
	font-weight: 700;
	color: inherit;
	display: inline-block;
	margin-left: .5ch;
	padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
	background: rgba(0, 0, 0, .05);
}

.flatpickr-current-month .numInputWrapper {
	width: 6ch;
	width: 7ch \0;
	display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
	border-bottom-color: rgba(0, 0, 0, .9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
	border-top-color: rgba(0, 0, 0, .9);
}

.flatpickr-current-month input.cur-year {
	background: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	cursor: text;
	padding: 0 0 0 .5ch;
	margin: 0;
	display: inline-block;
	font-size: inherit;
	font-family: inherit;
	font-weight: 300;
	line-height: inherit;
	height: auto;
	border: 0;
	border-radius: 0;
	vertical-align: initial;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
	outline: 0;
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
	font-size: 100%;
	color: rgba(0, 0, 0, .5);
	background: transparent;
	pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
	appearance: menulist;
	background: transparent;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	color: inherit;
	cursor: pointer;
	font-size: inherit;
	font-family: inherit;
	font-weight: 300;
	height: auto;
	line-height: inherit;
	margin: -1px 0 0 0;
	outline: none;
	padding: 0 0 0 .5ch;
	position: relative;
	vertical-align: initial;
	-webkit-box-sizing: border-box;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
	outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
	background: rgba(0, 0, 0, .05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
	background-color: transparent;
	outline: none;
	padding: 0;
}

.flatpickr-weekdays {
	background: transparent;
	text-align: center;
	overflow: hidden;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

span.flatpickr-weekday {
	cursor: default;
	font-size: 90%;
	background: transparent;
	color: rgba(0, 0, 0, .54);
	line-height: 1;
	margin: 0;
	text-align: center;
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-weight: bolder;
}

.dayContainer, .flatpickr-weeks {
	padding: 1px 0 0 0;
}

.flatpickr-days {
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 307.875px;
}

.flatpickr-days:focus {
	outline: 0;
}

.dayContainer {
	padding: 0;
	outline: 0;
	text-align: left;
	width: 307.875px;
	min-width: 307.875px;
	max-width: 307.875px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.dayContainer + .dayContainer {
	-webkit-box-shadow: -1px 0 0 #e6e6e6;
	box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
	background: none;
	border: 1px solid transparent;
	border-radius: 150px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #393939;
	cursor: pointer;
	font-weight: 400;
	width: 14.2857143%;
	-webkit-flex-basis: 14.2857143%;
	-ms-flex-preferred-size: 14.2857143%;
	flex-basis: 14.2857143%;
	max-width: 39px;
	height: 39px;
	line-height: 39px;
	margin: 0;
	display: inline-block;
	position: relative;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
	cursor: pointer;
	outline: 0;
	background: #e6e6e6;
	border-color: #e6e6e6;
}

.flatpickr-day.today {
	border-color: #959ea9;
}

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
	border-color: #959ea9;
	background: #959ea9;
	color: #fff;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
	background: #569ff7;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	border-color: #569ff7;
}

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
	border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
	border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
	-webkit-box-shadow: -10px 0 0 #569ff7;
	box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
	border-radius: 50px;
}

.flatpickr-day.inRange {
	border-radius: 0;
	-webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
	box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
	color: rgba(57, 57, 57, .3);
	background: transparent;
	border-color: transparent;
	cursor: default;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
	cursor: not-allowed;
	color: rgba(57, 57, 57, .1);
}

.flatpickr-day.week.selected {
	border-radius: 0;
	-webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
	box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
	visibility: hidden;
}

.rangeMode .flatpickr-day {
	margin-top: 1px;
}

.flatpickr-weekwrapper {
	float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
	padding: 0 12px;
	-webkit-box-shadow: 1px 0 0 #e6e6e6;
	box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
	float: none;
	width: 100%;
	line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
	display: block;
	width: 100%;
	max-width: none;
	color: rgba(57, 57, 57, .3);
	background: transparent;
	cursor: default;
	border: none;
}

.flatpickr-innerContainer {
	display: block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.flatpickr-rContainer {
	display: inline-block;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.flatpickr-time {
	text-align: center;
	outline: 0;
	display: block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 0;
	line-height: 40px;
	max-height: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.flatpickr-time:after {
	content: "";
	display: table;
	clear: both;
}

.flatpickr-time .numInputWrapper {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 40%;
	height: 40px;
	float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
	border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
	border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
	width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
	width: 49%;
}

.flatpickr-time input {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	border-radius: 0;
	text-align: center;
	margin: 0;
	padding: 0;
	height: inherit;
	line-height: inherit;
	color: #393939;
	font-size: 14px;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
	font-weight: bold;
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
	font-weight: 400;
}

.flatpickr-time input:focus {
	outline: 0;
	border: 0;
}

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
	height: inherit;
	float: left;
	line-height: inherit;
	color: #393939;
	font-weight: bold;
	width: 2%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
	outline: 0;
	width: 18%;
	cursor: pointer;
	text-align: center;
	font-weight: 400;
}

.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
	background: #eee;
}

.flatpickr-input[readonly] {
	cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fpFadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

/* Scroll bar*/

/*Override the path to flags.png for plugin International Telephone Input*/
.iti__flag {
	background-image: url("https://cdn-ilcmoeh.nitrocdn.com/HJPpqzdKjFKdzmIYvhsgvYzoEoBFnPeR/assets/images/source/rev-1d444e2/lillehammersport.no/wp-content/plugins/diller-loyalty/assets/images/intl-tel-input/flags.png");
}

.iti__flag.nitro-lazy {
	background-image: none !important;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.iti__flag {
		background-image: url("https://cdn-ilcmoeh.nitrocdn.com/HJPpqzdKjFKdzmIYvhsgvYzoEoBFnPeR/assets/images/optimized/rev-1d444e2/lillehammersport.no/wp-content/plugins/diller-loyalty/assets/images/intl-tel-input/flags@2x.png");
	}
	
	.iti__flag.nitro-lazy {
		background-image: none !important;
	}
}

/* Variables will be defined here, but later overridden by the store brand colours fetched from API */
:root {
	/*Buttons*/
	--diller-buttons-background-color: #4681f8;
	--diller-buttons-background-color-hover: #a8c4fc;
	--diller-membership_progress_bar-background-color: #51778e;
}

/*============================================================================================*/

/* BUTTONS */

/*============================================================================================*/
.diller-button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #4681f8;
	border: 1px solid #4681f8;
	color: #fff;
	padding: .75rem .75rem;
	font-size: 1rem;
	cursor: pointer;
}

.diller-button:hover, .diller-button:focus, .diller-button:active {
	text-decoration: none;
	border-color: #0953e9;
	background-color: #0953e9;
}

.diller-button--primary {
	background-color: var(--diller-buttons-background-color);
	border: 1px solid var(--diller-buttons-background-color);
}

.diller-button--primary:hover, .diller-button--primary:focus, .diller-button--primary:active {
	background-color: var(--diller-buttons-background-color-hover);
	border-color: var(--diller-buttons-background-color-hover);
}

.diller-button--primary[disabled]:hover, .diller-button--primary[disabled]:focus, .diller-button--primary[disabled]:active {
	background-color: var(--diller-buttons-background-color);
	border: 1px solid var(--diller-buttons-background-color);
}

.diller-button--secondary {
	background-color: #6c757d;
	color: #fff;
}

.diller-button--secondary:hover, .diller-button--secondary:focus, .diller-button--secondary:active {
	background-color: #939ba2;
	border-color: #939ba2;
	color: #fff;
}

.diller-button--round {
	border-radius: 50px;
}

.diller-button[disabled] {
	opacity: .3;
}

/*============================================================================================*/

/* MODALS */

/*============================================================================================*/
.diller-modal {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: none;
	overflow: auto;
	background-color: #000;
	background-color: rgba(0, 0, 0, .7);
	z-index: 9999;
}

.diller-modal-window {
	position: relative;
	background-color: #fff;
	width: 50%;
	margin: 10% auto;
	border-top: 1px solid rgba(211, 211, 211, .831372549);
}

.diller-modal-window--small {
	width: 30%;
}

.diller-modal-window--medium {
	width: 50%;
}

.diller-modal-window--large {
	width: 75%;
}

.diller-modal-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 15px;
	border-bottom: 1px solid #ebebeb;
}

.diller-modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.diller-modal-body {
	padding: 15px;
	line-height: 1.5;
}

.diller-modal-footer {
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 15px;
	border-top: 1px solid #ebebeb;
}

.diller-modal-footer > :not(:last-child) {
	margin-right: 15px;
}

.diller-modal-close {
	border: 0;
	cursor: pointer;
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
	background-color: transparent;
	padding: 15px;
	margin: -15px -15px -15px auto;
}

.diller-modal-close:hover, .diller-modal-close:focus {
	color: #000;
	text-decoration: none;
	opacity: .75;
}

.diller-modal--open {
	display: block;
}

.diller-modal button.diller-modal-close {
	background-color: transparent;
}

/*============================================================================================*/

/* UTILS */

/*============================================================================================*/
.diller-d-none {
	display: none;
}

.diller-flex-row {
	display: flex;
	flex-direction: row;
}

.diller-flex-col {
	display: flex;
	flex-direction: column;
}

.diller-w-50 {
	width: 50%;
}

.diller-w-100 {
	width: 100%;
}

.diller-mt-1 {
	margin-top: 15px;
}

.diller-mt-2 {
	margin-top: 30px;
}

.diller-mt-3 {
	margin-top: 45px;
}

.diller-mt-4 {
	margin-top: 60px;
}

.diller-mt-5 {
	margin-top: 75px;
}

.diller-mb-1 {
	margin-bottom: 15px;
}

.diller-mb-2 {
	margin-bottom: 30px;
}

.diller-mb-3 {
	margin-bottom: 45px;
}

.diller-mb-4 {
	margin-bottom: 60px;
}

.diller-mb-5 {
	margin-bottom: 75px;
}

.diller--info {
	color: #004085;
}

.diller--warning {
	color: #e65d00;
}

.diller--danger {
	color: #721c24;
}

.diller--success {
	color: #155724;
}

/*
input[type=date][data-date] {
  position: relative;
  color: white;
  text-indent: -10000px;

  &:before {
    content: attr(data-date);
    display: inline-block;
    color: #000;
    width: 90%;
    pointer-events: none;
    text-indent: 0;
  }

  &::-webkit-date-and-time-value,
  &::-webkit-inner-spin-button,
  &::-webkit-clear-button {
    display: none;
  }

  &::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 3px;
    right: 0;
    color: black;
    opacity: 1;
  }
}
*/

/*============================================================================================*/

/* FLATPICKR OVERRIDES */

/*============================================================================================*/
.flatpickr-calendar .flatpickr-current-month select.flatpickr-monthDropdown-months, .flatpickr-calendar .flatpickr-current-month input.cur-year {
	min-height: auto;
}

/*============================================================================================*/

/* WOOCOMMERCE OVERRIDES */

/*============================================================================================*/
.woocommerce-account .woocommerce-MyAccount-content .diller-form-group > label {
	justify-content: flex-start;
	align-items: center;
}

.woocommerce-account .woocommerce-MyAccount-content input[type=checkbox].diller-form-control, .woocommerce-account .woocommerce-MyAccount-content input[type=radio].diller-form-control {
	float: none;
	margin: 0 .5rem 0 0;
	min-width: 25px;
}

.woocommerce-checkout .woocommerce-billing-fields .diller-checkout-billing-phone .iti {
	width: 100%;
}

.woocommerce-checkout .woocommerce-billing-fields .diller-checkout-phone-country-code {
	display: none;
}

/*============================================================================================*/

/* DASHBOARD */

/*============================================================================================*/
.diller-box {
	background-color: #f7f6f2;
	padding: 20px;
	margin-top: 50px;
	float: left;
	width: 100%;
}

.diller-box > div:last-child {
	margin-bottom: 0;
}

/* Points expiration details */
.diller-points-expiration-label {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	text-underline-offset: 3px;
}

.diller-points-expiration-label:hover + .diller-points-expiration-details, .diller-points-expiration-label:focus + .diller-points-expiration-details, .diller-points-expiration-label:active + .diller-points-expiration-details {
	display: block;
}

.diller-points-expiration-details {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
	font-size: 80%;
	display: none;
}

/* Points progressbar */
.diller-membership-progress {
	display: flex;
	flex-direction: column;
}

.diller-membership-progress.new-progressbar {
	margin: 25px 0 50px !important;
}

.diller-membership-progress.new-progressbar .diller-membership-progress-points {
	display: flex;
	padding: 0 11px;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
	background: #fff;
	border-radius: 15px;
	height: 25px !important;
}

.diller-membership-progress.new-progressbar .diller-membership-progress-points .diller-membership-progress-points-bar {
	position: absolute;
	left: 0;
	width: 70%;
	top: 0;
	bottom: 0;
	background: var(--diller-membership_progress_bar-background-color);
	border-radius: 15px;
	z-index: 0;
}

.diller-membership-progress.new-progressbar .diller-membership-progress-points > div {
	width: 0;
	opacity: .4;
	display: flex;
	position: relative;
	margin: 0 !important;
	align-items: center;
	flex-direction: column;
	transform: none !important;
	z-index: 10;
}

.diller-membership-progress.new-progressbar .diller-membership-progress-points > div span.diller-membership-level-mark {
	width: 10px;
	height: 10px;
	position: absolute;
	background: #fff;
	top: -5px;
	border-radius: 100%;
}

.diller-membership-progress.new-progressbar .diller-membership-progress-points > div span.diller-membership-level-points {
	position: absolute;
	right: unset;
	left: unset;
	top: 15px;
}

.diller-membership-progress.new-progressbar .diller-membership-progress-points .diller-current-membership-level {
	font-weight: bold;
	color: #333 !important;
	opacity: 1;
}

.diller-membership-progress.new-progressbar .diller-membership-progress-points .diller-current-membership-level:last-child > .diller-membership-level-points {
	right: -10px;
}

.diller-membership-progress.new-progressbar .diller-membership-progress-points .diller-current-membership-level .diller-membership-level-mark {
	background: #333;
}

.diller-membership-progress.new-progressbar .diller-membership-progress-points .diller-current-membership-level ~ div {
	opacity: 1;
}

.diller-membership-progress.new-progressbar .diller-membership-progress-points .diller-current-membership-level ~ div .diller-membership-level-mark {
	background: var(--diller-membership_progress_bar-background-color);
}

.diller-membership-progress-points > div, .diller-membership-progress-labels > div {
	position: absolute;
}

.diller-membership-progress-points > div:last-child, .diller-membership-progress-points > div:last-child, .diller-membership-progress-labels > div:last-child, .diller-membership-progress-labels > div:last-child {
	transform: translate(-100%);
}

.diller-membership-progress-bar {
	color: #000;
	background-color: #fff;
	border-radius: 50px;
	padding: 5px;
	width: 100%;
}

.diller-membership-progress-bar-indicator {
	height: 24px;
	color: #000;
	border-radius: 50px;
	padding: 20px;
	background-color: var(--diller-membership_progress_bar-background-color);
	width: 0;
}

/* Membership levels list */
ul.diller-membership-levels-list {
	list-style: none;
	padding: 0;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	margin: 10px 0 15px;
	float: left;
	width: 100%;
}

ul.diller-membership-levels-list li {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 8px;
}

ul.diller-membership-levels-list li.diller-current-membership-level {
	font-weight: bold;
	color: #333 !important;
}

ul.diller-membership-levels-list li .diller-membership-level-points-badge {
	min-width: 50px;
	font-size: 13px;
	background: var(--diller-membership_progress_bar-background-color);
	color: #fff;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1px 7px 2px;
}

.diller-box .diller-membership-progress-points, .diller-box .diller-membership-progress-labels {
	position: relative;
	height: 50px;
}

.diller-heading__title {
	margin: 0 0 30px 0;
	font-size: 2.5rem;
}

.diller-heading__subtitle {
	margin: 30px 0;
	font-size: 1.5rem;
}

.diller-invitation-list {
	margin: 60px 0 30px 0;
}

/*============================================================================================*/

/* BOXES */

/*============================================================================================*/
.diller-container .diller-heading__title {
	margin-bottom: 30px;
}

.diller-coupon {
	line-height: normal;
	background-color: #f7f7f7;
}

.diller-coupon-container {
	padding-bottom: 15px;
	padding-bottom: 0;
	margin-bottom: 30px;
	overflow-x: auto;
	display: flex;
	flex-direction: row;
	gap: 2%;
}

.diller-coupon-container::-webkit-scrollbar {
	height: 10px;
}

.diller-coupon-container::-webkit-scrollbar-thumb {
	background-color: #c1c1c1;
	border-radius: 10px;
}

.diller-coupon-container .diller-coupon {
	flex: 0 0 20%;
	text-align: center;
	margin-bottom: 15px;
	background-color: #ebebeb;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.diller-coupon-container .diller-coupon--grayout {
	position: relative;
}

.diller-coupon-container .diller-coupon--grayout::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .75;
	background-color: #ebebeb;
}

.diller-coupon-container .diller-coupon--grayout .diller-button {
	position: relative;
}

.diller-coupon-inner {
	padding: 20px;
	border-bottom: 2px dashed rgba(211, 211, 211, .831372549);
}

.diller-coupon-inner-bottom {
	padding: 20px;
}

.diller-coupon-name {
	text-align: center;
	margin: 15px 0;
	font-weight: bolder;
	font-size: 1.5rem;
	word-break: break-word;
}

.diller-coupon-promo-code {
	margin-top: 20px;
}

.diller-coupon-img {
	text-align: center;
	min-height: 100px;
	background-size: contain;
	background-position-x: center;
	background-repeat: no-repeat;
}

.diller-coupon-img > img {
	display: inline-block !important;
}

.diller-coupon-img[style*=\.svg] {
	min-height: 50px;
}

.diller-coupon-usage {
	font-size: var(--global--font-size-base);
	margin: 0;
}

.diller-coupon-discount {
	margin: 20px 0;
}

.diller-coupon-points {
	padding: 15px;
	font-weight: bold;
}

.diller-coupon-bottom {
	display: flex;
	justify-content: center;
}

.diller-coupon-code {
	background-color: #dadada;
	width: 100%;
	padding: 15px;
	text-align: center;
}

.diller-coupon-code__label {
	margin-bottom: 10px;
}

.diller-coupon-code__text {
	font-weight: bold;
	text-transform: uppercase;
}

.diller-coupon--single {
	flex: 0 0 33%;
	padding: 0 !important;
}

.diller-coupon--single .diller-coupon-inner {
	border-bottom: 0;
}

.diller-coupon--single .diller-coupon-name {
	font-size: 2rem;
}

.diller-coupon--single .diller-coupon-img {
	min-height: 200px;
}

.diller-coupon--single .diller-coupon-img[style*=\.svg] {
	min-height: 100px;
	margin-top: 20px;
}

.diller-coupon--single .diller-coupon-description {
	margin-bottom: 20px;
}

.diller-coupon--single .diller-coupon-usage {
	font-style: italic;
	margin-top: 20px;
}

.diller-coupon--single .diller-coupon-points {
	font-weight: bold;
}

.diller-coupon--single .diller-coupon-points-expiration {
	margin: 20px 0;
	font-style: italic;
}

.diller-coupon--single .diller-coupon-bottom {
	flex-flow: column;
	margin-bottom: 0;
}

.diller-coupon--single .diller-coupon-bottom .diller-coupon-code {
	padding: 15px;
}

.diller-coupon--single .diller-coupon-win-text {
	font-weight: bold;
	text-transform: uppercase;
}

.woocommerce-account .diller-coupon-container .diller-coupon {
	flex: 0 0 23%;
}

.woocommerce-account .diller-coupon-container .diller-coupon--single {
	flex: 0 0 30%;
}

.diller-woocommerce-section {
	margin-top: 30px;
	padding: 15px;
	background: #ebebeb;
}

.diller-woocommerce-section__title {
	background: #ebebeb;
}

.diller-woocommerce-section__body {
	margin-top: 30px;
}

.diller-woocommerce-section__footer {
	margin-top: 30px;
}

.diller-consent-section__title {
	margin-bottom: 30px;
}

.diller-consent-section .diller-checkbox:first-child {
	margin-bottom: 15px;
}

body.processing .diller-consent-section {
	display: none;
}

/*============================================================================================*/

/* FORMS */

/*============================================================================================*/
.diller-form input[type=tel] {
	width: calc(100% - 10px - 10px);
}

.diller-form .iti > input[type=tel] {
	width: 100%;
}

.diller-form input[type=text], .diller-form input[type=email], .diller-form input[type=url], .diller-form input[type=password], .diller-form input[type=number], .diller-form input[type=tel], .diller-form select {
	padding: 10px;
}

.diller-form-group {
	margin-bottom: 1.6rem;
	display: flex;
	flex-direction: column;
}

.diller-form-control.invalid {
	border-color: #721c24;
}

.diller-form-control.valid {
	border-color: #155724;
}

.diller-form .field-invalid-feedback {
	color: #721c24;
	width: 100%;
	margin-top: .25rem;
	font-size: 90%;
}

.diller-form .diller-checkbox {
	align-items: baseline;
}

.diller-form .diller-label-text {
	line-height: 130%;
}

.diller-form .diller-recaptcha-wrapper {
	margin-bottom: 1.6rem;
}

/*============================================================================================*/

/* TABLES */

/*============================================================================================*/
.diller-table thead {
	border-bottom: 1px solid #000;
	text-align: left;
}

.diller-table td {
	border: 0;
}

.diller-table--dark thead {
	color: #fff;
	background-color: #4681f8;
	border-bottom: solid 2px #d8d8d8;
	position: sticky;
}

/*============================================================================================*/

/* ALERTS */

/*============================================================================================*/
.diller-alert {
	padding: 15px;
	margin-bottom: 30px;
}

.diller-alert--info {
	color: #004085;
	background-color: #cce5ff;
	border: 1px solid #b8daff;
}

.diller-alert--warning {
	color: #004085;
	background-color: #cce5ff;
	border: 1px solid #b8daff;
}

.diller-alert--danger {
	color: #721c24;
	background-color: #f8d7da;
	border: 1px solid #f5c6cb;
}

.diller-alert--success {
	color: #155724;
	background-color: #d4edda;
	border: 1px solid #c3e6cb;
}

/*============================================================================================*/

/* RESPONSIVE RULES */

/*============================================================================================*/

/* Scroll bar*/

/* Extra small devices (portrait phones, less than 576px) */

/* No media query since this is the default in Bootstrap */

/* Extra small devices (portrait phones, less than 576px) */

/* Small devices (landscape phones, 576px and up) */

/* Medium devices (tablets, 768px and up) */

/* Medium devices (tablets, 768px and up) */
@media (max-width: 991.98px) {
	ul.diller-membership-levels-list {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}
}
