:root {
	--dark-bg: #5f5f5f;
	--dark-bg-less: #1e1e1e;
	--dark-bg-bright: #a3a3a3;
	--dark-content: #3c3c3c;
	--alert-red: #b60505;
	--alert-red-dark: #ff5757;
	--nord-red: #e60a0a;
	--company-color: lightblue;
	--worker-color: #f0e8a1;
	--company-color-dark: #16202a;
	--worker-color-dark: #3f3523;
	--dev-color: violet;
	--admin-color: #003ccf;
	--admin-text: #759dff;
	--dev-color: #ffbc74;
	--dev-bg: #513312;
	--nord-border: #b2b2b3;
	--nord-border-dark: #232323;
	--fine-print: #181717;
	--fine-print-dark: #a6a3a3;
	--hover-bg: lightgrey;
	--dark-hover-bg: #2b2b2b;
}


#global-data{
	display: none;
}

*{
	font-family: Roboto, Courier, monospace;
/* 	font-family: Courier; */
/*Archivo*/
}


body{
	margin: 0px;
    padding: 0px;
/*     color: aliceblue; */
}
body.dark{
	background: var(--dark-bg);
	color: lightgrey;
}
body{
	/* background: url(/resource/media/nord-transparent.png); */
	/* background: url(/resource/media/scenic-norway.gif); */
	/* background-position: -70% 150%; */

}

.page-title{
	position: relative;
}

.fixed-bg{
	position: fixed;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: -9;
}
.fixed-bg.cover{
	background-size: cover;
}
.fixed-bg.contain{
	background-size: contain;
	background-repeat: no-repeat;
}

#bg-fade{
	background-repeat: no-repeat;
	background-size: cover;
	background: linear-gradient( 180deg, #eaeaea, #afbdc5 );
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: -9;
}
.dark #bg-fade{
	background: linear-gradient( 180deg, #605f5f, #464444 );
}

.dev{
	color: var(--dev-color);
	background: var(--dev-bg);
}

img{
	max-width: 100%;
	height: auto;
}

h1, h2, h3, h4, h5, h6{
	margin: 0;
}

img,
a,
div,
p,
input,
span,
textarea{
	box-sizing: border-box;
}

a{
/* 	color: white; */
/* 	text-shadow: 0px 0px 5px blue, 0px 0px 10px white; */
	letter-spacing: 1px;
/* 	animation: link_pulse 3s infinite; */
}
a:hover{
	color: #4545ff;
}
.dark a{
	color: lightblue;
}
.dark a:hover{
	color: #6293a4;
	color: white;
}
.dark a:visited{
	/* color: violet; */
}
.button,
.button a{
	/* color: white; */
	text-decoration: none;
}

.dark h3{
	color: lightgrey;
}

.align-center{
	text-align: center;
}

.divit{
	display: inline-block;
	width: 100%;
	/* height: 12px; */
	
	border-bottom: 2px solid rgba(255, 255,255,.5);
	border-top: 2px solid rgba(0,0,0,.2);
}
.dark .divit{
	border-top: 2px solid rgba(0,0,0,.5);
	border-bottom: 2px solid rgba(255,255,255,.2);
}

.bg-cover{
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}
.bg-contain{
	background-size: contain !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}
.bg-contain-top{
	background-size: contain !important;
	background-position: top !important;
	background-repeat: no-repeat !important;
}

.flex-wrapper{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: relative;
}
.flex-liner{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.nav-link a{
	display: inline-block;
	padding: 15px;
	text-decoration: none;
	/* border: 1px solid red; */
}
.nav-link a *{
	display: inline-block;
	vertical-align: middle;
}
.nav-link:hover{
	background: lightgrey;
}
.dark .nav-link:hover{
	/* background: rgba(0, 0, 0, .3); */
	background: var(--dark-hover-bg);
}
/* active links: */
.jobs .link-jobs,
.workers .link-workers,
.account .link-account{
	/* border: 1px solid grey; */
	/* box-shadow: 0px 0px 5px black; */
	background: rgba(0, 0, 0, .1);
}

input.nord-input{
	padding: 8px;
}
.dark input.nord-input,
.dark textarea.nord-input{
	background: rgb(30,30,30);
	color: rgb(200, 200, 200);
}

body.mode-worker .mode-company{
	display: none !important;
}
body.mode-company .mode-worker{
	display: none !important;
}

#logo{
    display: inline-block;
    max-width: 140px;
    position: absolute;
    bottom: 10px;
    left: 10px;
	z-index: 99;
	transition: .3s;
}
#logo img{
    max-width: 100%;
    user-select: none;
    -webkit-user-select: none;
	-webkit-user-drag: none;
	-webkit-app-region: no-drag;
	transition: .3s;
}
.dark #logo{
	/* background: radial-gradient( white, white, white, white, transparent, transparent, transparent, transparent ); */
}

#header{
    text-align: left;
    width: 100%;
	background: #eaeaea;
	min-height: 70px;
	height: 70px;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	transition: .3s;

}
.dark #header{
	background: #404040;
	background: linear-gradient( 270deg, #404040, #404040, #404040, black );
}
#header .divit{
	position: absolute;
	bottom: 0;
	border-bottom: 0px;
}
.expanded-header #header{
	height: 130px;
}
.expanded-header #header #logo img{
	max-width: 250px;
}
.expanded-header #header #logo{
	bottom: 20px;
}
#header-overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: red;
	z-index: -99;
	background: url('/resource/media/overlook-small.png');
	background-position: left center;
	background-repeat: no-repeat;
}

#mobile-toggle{
	position: absolute;
	z-index: 99999;
	right: 10px;
	top: 10px;
	display: none;
	user-select: none;
	cursor: pointer;
	font-weight: bold;
}

#content{
	padding-top: 80px;
	padding-bottom: 100px;
	padding-left: 20px;
	padding-right: 20px;
}
.expanded-header #content{
	padding-top: 150px;
}

#links{
	position: absolute;
	right: 0;
	text-align: right;
	height: 70px;
	font-size: 0;
	padding-top: 3px;
	padding-right: 3px;
	transition: .3s;
}
.expanded-header #links{
	height: 150px;
	padding-top: 32px;
}
#links .nav-link{
	font-size: initial;
	display: inline-block;
	border-radius: 5px;
	height: 60px;
	margin: 0 2px;
}
#links .auth-link a{
	color: grey;
}

#links .auth-link{
	position: relative;
}

.nav-icon svg{
	max-width: 40px;
	max-height: 40px;
	/* display: inline-block; */
	/* position: relative; */
	margin-left: 5px;
}



#links a{
	color: black;
}
.dark #links a{
	color: lightgrey;
}

#forgot{
    font-size: .9rem;
    margin-top: 50px;
    background: lightgrey;
}
.dark #forgot{
    background: grey;
}
#forgot a{
    text-shadow: 0px 0px 0px !important;
    animation: none;
    color: grey;
    text-decoration: none;
}

.local-login{
    background: #e64a66;
    position: absolute;
    z-index: 99;
    bottom: 0px;
    padding: 100px;
    cursor: pointer;
}
.local-login.admin{
    right: 0px;
}

.admin{
	color: var(--admin-text);
}




.nord-contain{
	text-align: center;
	width: 100%;
}

.nord-constrain{
	display: inline-block;
	width: 100%;
	text-align: left;
	max-width: 1200px;
}


input.input,
textarea.input{
	background: transparent;
	border: 0px;
	border-bottom: 1px solid grey;
	padding: 8px 8px;
    letter-spacing: 2px;
/*     color: white; */
    /* font-weight: 100; */
}
.dark input.input,
.dark textarea.input{
	color: lightgrey;
}
textarea::placeholder,
input::placeholder{
	font-weight: initial;
	color: black;
}
.dark textarea::placeholder,
.dark input::placeholder{
	font-weight: initial;
	color: lightgrey;
}
select.input{
	padding: 5px;
}
.dark select.input{
	background: lightgrey;
}
input.input[type=number]{
	border: 1px solid grey;
	min-width: auto;
	width: 100px;
	border-radius: 3px;
}
input.input[type=file]{
	border: 1px solid grey;
	cursor: pointer;
}
.dark.input[type=file]{
	border: 1px solid;
}

button.button,
input.button{
	color: white;
}
.dark input.button{
	color: black;
}
.input input[type=checkbox]{
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

.css-spinner {
	height: 37px;
	aspect-ratio: 5;
	--c: #112565 90deg,#0000 0;
	background:
	conic-gradient(from 135deg at top   ,var(--c)),
	conic-gradient(from -45deg at bottom,var(--c)) 12.5% 100%;
	background-size: 20% 50%;
	background-repeat: repeat-x;
	clip-path: inset(0 60% 0 0);
	animation: l5 .8s infinite linear alternate;
}


.spinner{
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .3s;
	background: rgba(0, 0, 0, .4);
	/* background: radial-gradient( rgba(0, 0,0, .1), transparent, rgba(0, 0,0, .5) ); */

	display: none;

}
.spinner>img{
/* 	width: 50px; */
	max-width: 70px !important;
}

#flash-contain{
	position: fixed;
	z-index: 9;
	top: 0; 
	left: 0;
	width: 100%;
	height: 100vh;
	transition: 1s
}
img#flash{
	position: absolute;
	width: 0%;
	max-width: 1000%;
	transition: 1s;
}

#alert-contain{
	position:fixed;
	z-index: 999999;
	bottom: 50px;
	left: 20px;
	text-align: right;
	width: calc( 100% - 100px );
	pointer-events: none;
	padding-top: 10px;
}
.alert-wrap{
	transition: .5s;
}
.alert-msg{
	position: relative;
	/* background: rgba(0, 0, 0, .9); */
	background: white;
	/* color: lightgrey; */
	color: black;
	font-size: 16px;
	display: inline-block;
	margin: 1px 0;
	padding: 17px 50px 15px 30px;
    pointer-events: initial;
    font-weight: bold;
	box-shadow: 0px 0px 8px black;
	border-radius: 5px;
}
.alert-msg a{
	color: blue;
}
.alert-msg a:hover{
	color: #4444ff;
}
.alert-msg pre{
	max-height: 80vh;
    overflow-y: auto;
}
.alert-msg span{
	color: orange
}
.alert-icon, 
.alert-close{
	height: 100%;
	width: 30px;

	display: flex;
	justify-content: center;
	align-items: center;

}

.alert-icon{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 12px;
	border-radius: 5px 0 0 5px;
}

.alert-close,
.modal-close{
	position: absolute;
	right: 0px;
	top: 0px;
	pointer-events: initial;
	cursor: pointer;
	border-left: 1px solid grey;
	padding: 2px 5px 0px 5px;
	font-size: 1.5rem;
}
.alert-close:hover{
	background: rgba(250, 50, 55, .4);
}
.alert-icon{
	background: lightgrey;
}
.alert-icon.type-success{
	background: rgba(100, 245, 100, .7);
}
.alert-icon.type-error,
.alert-icon.type-warning{
	background: red;
}
.hal .alert-icon{
	background: rgb(255 235 0)
}

input.button{
	background: lightgrey;
	cursor: pointer;
    letter-spacing: 2px;
	color: black;
}
.dark input.button{
	background: #675c5c;
}
input.button:hover{
	color: white;
}

button.button{
	color: black;
}
.dark button{
	background: grey;
}

.button{
	position: relative;
	border: 1px solid black;
	
	/* background: lightgrey; */
	padding: 5px 10px;
	cursor: pointer;
	user-select: none;
	/* box-shadow: 1px 1px black, -1px -1px white; */
    /* border: 1px solid black; */

	box-shadow: 2px 2px #737272;
	border-radius: 0px 3px 0px 3px;
	background: linear-gradient( 135deg, white, lightgrey);
	
    font-weight: bold;
	font-size: initial;

	/* display: flex;
	justify-content: center;
	align-items: center; */
	display: inline-block;
}
.button:active,
.button.selected:active{
	background: #2f4a69;
	transform: translate( 1px, 1px );
	box-shadow: 0px 0px black;;
}
.button.delete{
	background: rgba(205, 50, 50, .5)
}
.button:hover,
.button.delete:hover,
.button.selected:hover{
    background: #d69319;
}
.button.selected{
    background: orange;
}
.dark .button{
	color:black;
	box-shadow: 2px 2px #161616;
}


.disabled{
	opacity: .5;
	pointer-events: none;
}
.faded{
	opacity: .5;
}
.removed,
.nav-link.removed,
.undisplay,
.hidden{
    display: none;
}



.row{
	font-size: 0px;
}
.column{
    position: relative;
	font-size: initial;
	display: inline-block;
	vertical-align: top;
	width: 100%;
/* 	min-height: 100%; */
}
.column-2{
	max-width: 50%;
}
.column-3{
	max-width: 33%;
}
.column-4{
	max-width: 25%;
}
.column-5{
	max-width: 20%;
}
.column-6{
	max-width: 16%;
}

.nord-frame.column{
    /* margin-left: 1%; */
    padding: 20px;
}
.nord-frame.column-2{
    max-width: 48%;
}
.nord-frame.column-3{
    max-width: 31%;
}
.nord-frame.column-4{
    max-width: 21%;
}
.nord-frame.column-5{
    max-width: 15%;
}
.nord-frame.column-6{
    max-width: 10%;
}

.site-title{
	margin-top: 10px;
	text-align: center;
}

.clarification{
	font-style: italic;
}

.caution{
	background: rgb(255, 50, 50);
}

.drop-down{
	display: inline-block;
	position: relative;
}
.drop-toggle{
	cursor: pointer;
	user-select: none;
	padding: 10px;
	display: inline-block;
	vertical-align: middle;
}
.dark .drop-toggle{
	color: lightgrey;
}
.drop-toggle:hover{
	background: lightgrey;
}
.drop-toggle img{
	max-width: 35px;
}
.dark .drop-toggle:hover{
	background: #6a6a6a;
	color: black;
}

.drop-down .drop-down{
	position: absolute;
	top: 50;
/* 	left: 0; */
	right: 0px;
	display: none;
	background: lightgrey;
}
.dropped .drop-down{
	display: inline-block;
	border: 1px solid grey;
}
.drop-down .drop-down div{
	width: 100%;
/* 	padding: 20px; */
	position: relative;
}
.drop-down .drop-down a{
	padding: 20px;
	display: inline-block;
}
.public-link:hover{
	background: white;
}
#admin-link{
	/* display: inline-block; */
	/* margin-right: 20px; */
}
#admin-link a{
	color: var(--admin-text);
	font-weight: bold;
}
.dark #admin-link a{
	color: var(--admin-text);
}

#zoom{
	position: fixed;
	bottom: 0;
	left: 0;
}

/* .linktype-utility, */
.linktype-tool,
.linktype-finance,
.linktype-chess{
/* 	display: none; */
}
.linktype-finance{
	background: lightblue;
}
.linktype-tool{
	background: #ffe0a7;
}
.linktype-chess{
	background: #f6bcbc;
}


.drop-scroller{
	background: white;
	min-height: 30px;

	position: fixed;
	z-index: 99999;
	background: lightgrey;
	color: black;
	box-shadow: 0px 0px 10px black, 0px 0px 10px black;
	max-height: 400px;
	overflow-y: auto;
}
.drop-interior{
/* 	position: absolute; */
}
.drop-option{
	cursor: pointer;
	width: 100%;
	padding: 5px;
}
.drop-option:hover{
	background: grey;
}

.input-wrap{
	text-align: left;
	padding: 5px;
}

.data-embed{
	display: none;
}

div.svg svg{
	max-width: 100%;
	height: auto;
}
.svg-icon-wrap{
	display: inline-block;
	vertical-align: middle;
}
.svg-icon-wrap svg{
	width: 30px;
	height: 30px;
}
.dark .svg-icon-wrap svg path{
	fill: #c9c8c8;
}
.dark .button.svg-icon-wrap svg path{
	fill: #000000;
}
.svg-icon-wrap.clickable:hover{
	transform: scale(1.05);
}
.svg-icon-wrap.clickable:active{
	transform: scale(.98);
}

#dark-mode{
	user-select: none;
	margin: 0 5px;
}
#dark-mode *{
	cursor: pointer;
}

.runner-wrapper{
	position: fixed;
	right: 0;
	top: 75px;
	height: calc( 100% - 75px );
	width: 100%;
	/* border: 1px solid; */
}
.runner-liner{
	position: absolute;
	user-select: none;
	pointer-events: none;
	width: 100%;
	height: 100%;
	/* border: 10px solid; */
}
.runner-node{
	position: absolute;
	display: inline-block;
	border-radius: 100px;
	border: 1px solid black;
	background: rgba(0, 0, 0, .2);
	transition: .4s;
	opacity: .1;
}
.dark .runner-node{
	background: rgba(255, 255, 255, .5);
}
.runner-node.pulsing{
	opacity: 1;
}

.nord-frame{
	/* box-shadow: 0px 0px 10px rgba(0, 0, 0, .5); */
	border-radius: 10px;
	border: 2px solid var(--nord-border);
	background: white;
	padding: 20px;
}
.dark .nord-frame{
	background: var(--dark-content);
	border: 2px solid var(--nord-border-dark);
}

.folder-tab{
	padding: 20px 0;
	cursor: pointer;
	border-bottom: 1px solid grey;
	opacity: .8;
	background: rgba(0, 0, 0, .1);
}
.folder-tab:hover{
	background: lightgrey;
}
.dark .folder-tab:hover{
	background: var( --dark-bg-less );
}
.folder-tab.selected{
	/* background: grey; */
	border: 1px solid grey;
	border-bottom: 1px solid transparent;
	opacity: 1;
	background: white;
}
.dark .folder-tab.selected{
	background: var(--dark-bg);
}
.folder-content{
	display: none;
}
.folder-content.selected{
	display: inline-block;
}

body.error{
	text-align: center;
}
#err-contain{
	max-width: 400px;
	height: calc( 80vh - 90px);
	display: inline-block;
}
#err-contain>div.flex-wrapper{
	height: 100%;
	align-items: center;
	justify-content: center;
}
#err-contain>.flex-wrapper div{
	padding: 20px 60px;
	
	background: rgba(255, 0, 0, .2);
	border-radius: 10px;
	/* border: 1px solid; */
}

.crud-nav{
    text-align: left;
	padding: 20px;
}

.listing-title{
	text-align: center;
}
.listing-wrap{
	padding: 20px;
}

#profile-wrap{
	/* padding: 40px; */
}
#profile-wrap .section{
	margin-bottom: 50px;
}

.align-right{
	text-align: right;
}

.fourohfour{
	text-align: center;
}
.spacer{
	display: inline-block;
	width: 100%;
	height: 50px;
}


.button.rm{
	background: var(--alert-red);
	position: absolute;
	top: 0;
	right: 0;
	padding: 1px 5px;
	margin: 0px;
}
.dark .button.rm{
	background: var(--alert-red-dark)
}
.existing-multi-options{
	/* border: 2px solid red; */
	padding: 5px;
}
.multi-option{
	position: relative;
	/* border: 2px solid blue; */
	display: inline-block;
	padding: 5px;
	padding-right: 20px;
	border: 1px solid;
	border-radius: 5px;
	margin: 2px 5px;
	background: rgba(0, 0, 0, .2);
}
.dark .multi-option{
	background: rgba(255, 255, 255, .4);
	color: black;
}
.existing-multi-options .button.rm{
	font-size: .8rem;
	width: 20px;
	height: 20px;
	padding: 0;
	text-align: center;
	line-height: 0px;
	position: absolute;
	top: -5px;
	right: -5px;
	display: none;
}
.multi-option:hover .button.rm{
	display: flex;
}


.account-indicator{
	position: absolute;
	right: 5px;
	top: calc(100% - 10px);
	font-size: .8rem;
	pointer-events: none;
}

.pulse-edit{
	animation: edit_pulse linear infinite 1s;
}
.pulse-button{
	animation: button_pulse linear infinite 1s;
}
.pulse-load{
	animation: load_pulse linear infinite 1.2s;
}

.toggle-wrap{
	display: inline-block;
	/* border: 1px solid; */
	min-width: 80px;
}
.toggle-track{
	/* border: 2px solid green; */
	border-radius: 20px;
	position: relative;
	box-shadow: inset 0px 0px 8px black;
	width: 100%;
	height: 30px;
	max-width: 60px;
	cursor: pointer;
	display: inline-block;
}
.toggle-nob{
	padding: 10px;
	/* border: 2px solid red; */
	background: white;
	border-radius: 100px;
	position: absolute;
	top: 4px;
	
	left: 4px;
	box-shadow: 0px 0px 4px black;
	border: 1px solid grey;
	transition: .5s;
}
.toggled .toggle-nob{
	left: calc( 100% - 26px);
}
.dark .toggle-nob{
	background: var(--dark-content);
}

.value-2{
	display: none;
}
.toggled .value-2{
	display: inline-block;
}
.toggled .value-1{
	display: none;
}

.toggle-label{
	margin: 8px 0 0 0;
	display: inline-block;
}

.media-option{
	position: relative;
	/* border: 1px solid; */
	border-radius: 5px;
	box-shadow: 0px 0px 5px black;
	display: inline-block;
	vertical-align: top;
	margin: 3px;
	padding: 10px;
	cursor: pointer;
}
.media-option.media-type-image{
	display: inline-block;
}
.media-option.media-type-document{
	/* display: block; */
	width: 160px;
	overflow: hidden;
}
.media-type-document .filetype-image{
	font-size: 3rem;
	opacity: .3;
	transform: rotate(-10deg) translate(20%, -20%);
	transform-origin: center center;
}

.media-option .button.rm{
	position: absolute;
	right: 0;
	top: 0px;
	width: 20px;
	height: 20px;
}

.fine-print{
	font-size: .8rem;
	color: var(--fine-print);
}

.dark .fine-print{
	font-size: .8rem;
	color: var(--fine-print-dark);
}

.dark #header path{
	fill: lightgrey;
}
.index #header path{
	fill: #333333;
}

.contact-user{
	margin-bottom: 10px;
}


/* #msg-area{
	border: 2px solid;
} */
.user-msg-history{
	border: 2px solid red;
}

@media screen and ( max-width: 800px ){

	#content{
		padding: 70px 5px 5px 5px;
	}

	#header{
		background: white;
	}
	
    .nav-link.removed{
        display: none;
    }

    .column-2,
    .column-3,
    .column-4,
    .column-5,
	.nord-frame.column-2,
	.nord-frame.column-3,
	.nord-frame.column-4,
	.nord-frame.column-5{
	    max-width: 100%;
    }

	#mobile-toggle{
		display: inline-block;
	}

	#links{
		margin-top: 0px;
		width: 100%;
		text-align: center;
		background: grey;
		padding-top: 70px;
		height: auto;
		padding-bottom: 40px;
		top: 0;
		box-shadow: 0px 0px 10px black;
	}
	
	.public-link,
	.nav-link{
		display: block;
		padding: 10px;
	}
	#links .nav-link{
		display: block;
		width: 96%;
		margin-left: 2%;
		margin-top: 5px;
		position: relative;
	}
	
	#links>.drop-down{
		max-width: 100%;
		width: 100%;
		display: inline-block;
		padding: 10px;
	}

	.drop-down .drop-down{
/* 		right: 25%; */
		top: auto;
		margin-top: 20px;
		position: relative;
		width: 100%;
	}

	.jobs .link-jobs,
	.workers .link-workers,
	.account .link-account{
		/* border: 1px solid grey; */
		box-shadow: 0px 0px 5px black;
		background: lightgrey;
	}

	#profile-wrap{
		padding: 0px 0px 40px 0px;
	}
	
}



@keyframes edit_pulse {
	70% { opacity: .3 }
	100% { opacity: 1 }
}

@keyframes load_pulse {
	90% { 
		opacity: .8;
		transform: scale(1.2);
	}
	100% { 
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes button_pulse {
	50% { background: transparent }
	100% { background: #ad7c24 }
}


@keyframes l5{
	to {clip-path: inset(0 0 0 60%)}
}