:root {
	--Red: #44A88C;
	--White: #FFFFFF;
	--Black: #000000;
	--Light-grey-1: #E5E7EB;
	--Light-grey-2: #F4F7FF;
	--Light-grey-3: #D0D6E7;
    --Light-grey-4: #9FA4B1;
	--Dark-grey-1: #004E51;
	--Dark-grey-2: #44A88C;
	--Dark-grey-3: #3CBA58;
  --Green: #00C48C;

  --Linear-transition: all 0.2s linear;
  --Cubic-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --Ease-transition: all 0.5s ease-in-out;

  --Table-Cell-Spacing-X: 20px;
  --Table-Cell-Spacing-Y: 12px;

  --Font-Family: Inter;
  --Basic-Forms-Input-Border-Radius: 8px;
}

@font-face {
  font-family: Inter;
  src: url('/fonts/Inter-VariableFont_opsz%2Cwght.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html,
body {
  transition: var(--Ease-transition);
  width: 100vw;
  height: 100vh;
  padding: 0;
  margin: 0;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #202020;
  -webkit-font-smoothing: antialiased; /* Smoother text rendering on webkit browsers */
  -moz-osx-font-smoothing: grayscale;  /* Grayscale rendering on macOS */
}

html,
body,
td,
th,
input,
button,
textarea {
  transition: var(--Ease-transition);
	color: var(--Dark-grey-1);
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.07px;
}

textarea:focus, 
input:focus {
  transition: var(--Ease-transition);
  border-color: var(--Red);
  outline: none;
}

textarea {
  transition: var(--Ease-transition);
  border-color: var(--Light-grey-1);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  transition: var(--Ease-transition);
  -webkit-box-shadow: 0 0 0px 1000px #e5e5e5 inset;
}
.scroller {
  scrollbar-height: 8px;
  scrollbar-width: 5px;
}
::-webkit-scrollbar,
.scroller::-webkit-scrollbar {
  height: 8px;
  width: 5px;
}
::-webkit-scrollbar-track,
.scroller::-webkit-scrollbar-track {
  border-radius: 5px;
}
::-webkit-scrollbar-thumb,
.scroller::-webkit-scrollbar-thumb {
  background-color: var(--Dark-grey-3);
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover,
.scroller::-webkit-scrollbar-thumb:hover {
	background-color: var(--Dark-grey-1);
}
::-moz-selection {
  color: var(--White);
  background-color: var(--Dark-grey-1);
}

::selection {
  color: var(--White);
  background-color: var(--Dark-grey-1);
}

select {
  transition: var(--Ease-transition);
  font-family: var(--Font-Family);
}

select * {
  padding: 12px;
  font-family: var(--Font-Family);
}

select option:hover {
  background-color: var(--Dark-grey-1);
}
.checkbox {
  width: 16px;
  height: 16px;
  border: 1px solid var(--Light-grey-1);
  background-color: var(--White);
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  margin-top: auto;
  margin-bottom: auto;
}
.checkbox:hover {
  transform: scale(1.1);
}
.checkbox-checked {
	background-image: url('/img/check.svg');
	background-color: var(--Red);
	background-position: 1px 1px;
	border: 1px solid var(--Red);
}
#loader {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255, 0.8);
  background-image: url('/img/periva-solutions-logo-large.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 600px 230px;
  z-index: 10000;
}
#loader-car {
  position: fixed;
  offset-path: path('m -240.43899,-110.50239 c -35.88768,18.609084 -81.62274,45.480764 -85.82349,85.687443 -3.07313,29.4139017 23.12062,59.08181 48.47246,74.31027 30.20958,18.14643 70.89038,1.808218 105.3035,9.40091 50.74579,11.196228 94.73523,53.349167 146.69818,52.764167 51.872175,-0.58398 110.377501,-17.522004 145.21898,-55.955517 22.20955,-24.499279 17.89355,-63.6707273 26.44362,-95.61404 6.44614,-24.082995 -0.89228,-57.039318 18.73892,-72.406793 26.58832,-20.81357 71.38351,-16.765 101.29213,-1.0928 40.26978,21.101479 78.70943,67.570748 76.41168,112.97612263 C 340.9686,26.212713 314.59195,48.51823 291.01232,60.999953 c -24.4377,12.935937 -55.46355,13.742735 -82.54724,8.17378 -27.32881,-5.619357 -58.96771,-16.494675 -73.2825,-40.44312 -19.78134,-33.0939061 20.89372,-84.111695 -1.27132,-115.65879 -17.0588,-24.279483 -55.390099,-21.334373 -83.411457,-31.096533 -32.113288,-11.18771 -63.090845,-29.55088 -97.042773,-31.47307 -61.08751,-3.45848 -119.75214,25.22433 -179.87853,36.55846 -4.6605,0.87853 -9.80727,0.25378 -14.01749,2.43693 z');

  animation: move-loader-car 20000ms infinite;
  width: 45px;
  height: 45px;
  background-image: url('/img/loader-car.svg');
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@keyframes move-loader-car {
  0% {
    offset-distance: 0%;
  }
  100% {
    offset-distance: 100%;
  }
}
.search {
  display: block;
  width: 225px;
  height: 25px;
  background-color: #e5e5e5;
  border-radius: 18px;
  box-shadow: inset 0px 1px 3px #565656;
  background-image: url('/img/search.svg');
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: right 10px center;
  margin: 0px auto 0px auto;
  padding: 0px 32px 0px 10px;
  border: none;
}
#confirmDialog {
  background-color: var(--White);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  width: 512px;
  height: 256px;
  z-index: 10000;
  box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.56);
  border-radius: 6px 6px 0px 0px;
}

#confirmDialogClose {
  transition: 0.5s ease-in-out;
  top: 5px;
  right: 5px;
  cursor: pointer;
  position: absolute;
  color: var(--Dark-grey-1);
  z-index: 10000;
  height: 36px;
  width: 36px;
  background-image: url('../img/modsvg.php?close-ellipse-red,F41626');
  background-position: center;
  background-repeat: no-repeat;
  margin: 18px;
  opacity: 0.8;
}
#confirmDialogClose:hover {
  transition: 0.5s ease-in-out;
  opacity: 1;
}
#confirmDialogMessage {
  margin-top: 20%;
  width: 100%;
  color: var(--Dark-grey-1);
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}
#confirmDialogMessage h2 {
  font-weight: 400;
}
#confirmDialogOK,
#confirmDialogCancel {
  margin: auto;
  transition: var(--Cubic-transition);
  width: 120px;
  border-radius: 8px;
  margin: 10px auto 10px auto;
  cursor: pointer;
  color: var(--White);
  text-align: center;
  font-size: 13px;
  padding: 10px 0px 10px 0px;
  float: left;
  align-content: space-evenly;
}
#confirmDialogOK {
  transition: 0.2s linear;
  color: var(--Dark-grey-3);
  border: 1px solid var(--Dark-grey-3);
}
#confirmDialogOK:hover {
  transition: 0.2s linear;
  border: 1px solid var(--Red);
}
#confirmDialogCancel {
  color: var(--Red);
  transition: 0.2s linear;
  border: 1px solid var(--Red);
}
#confirmDialogCancel:hover {
  transition: 0.2s linear;
  border: 1px solid var(--Red);
}
#confirmDialogControls {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  margin-top: 24px;
  text-transform: uppercase;
}
.dialog {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgb(86, 86, 86, 0.8);
  z-index: 5000;
}
.dialog-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 11px;
  border: 1px solid gray;
  box-shadow: 0px 1px 3px #565656;
  overflow: hidden;
}
.dialog-header {
  width: calc(100% - 20px);
  background-color: var(--Red);
  color: white;
  font-weight: bold;
  font-size: 14px;
  padding: 10px 10px 10px 10px;
}
.dialog-close {
  position: fixed;
  width: 70px;
  height: 70px;
  right: 20px;
  top: 20px;
  background-image: url('/img/modsvg.php?close-black,ffffff');
  background-repeat: no-repeat;
  background-size: 70px 70px;
  cursor: pointer;
}
.dialog-body {
  padding: 10px 10px 10px 10px;
  width: calc(100% - 20px);
  background-color: white;
}

.button {
  transition: background-color 0.5s ease;
  background-color: var(--Red);
  color: var(--White);
  border: none;
  border-radius: 5px;
  font-size: 14px;
  padding: 7px 10px 7px 10px;
  cursor: pointer;
  margin: 0 auto;
}

.decor {
  transform: rotate(45deg);
}

#confirmDialogOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 9999;
  top: 0;
}

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

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

.flex-gap {
  gap: 24px;
}

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

.gap-10 {
  gap: 10px;
}

.gap-100 {
  gap: 100px;
}

.space-between {
  justify-content: space-between;
}

.flex-width-256 {
  min-width: 256px;
}

.mb-24 {
  margin-bottom: 24px;
}

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

.obj-picker .left{
  background-color: var(--Light-grey-2);
  border-right: 1px solid var(--Light-grey-1);
	padding: 20px;
	height: calc(100% - 40px) !important;
}
.obj-picker .left .group-title{
  color: var(--Dark-grey-1);
  padding-bottom: 10px;
  font-weight: 700;
	width: 232px;
}
.obj-picker .left .group .title {
  transition: var(--Ease-transition);
	display: flex;
	width: 170px;
  text-align: left;
  padding: 10px 16px 10px 16px;
  margin-bottom: 10px;
	cursor: pointer;
	border-radius: 8px;
  border: 1px solid transparent;
}
.obj-picker .left .group .title:hover{
  color: var(--Red);
  border: 1px solid var(--Red);
}
.obj-picker .left .group .title.selected{
	background-color: var(--Red);
	color: var(--White);
}
.obj-picker .left .group .title span{
	display: block;
}
.obj-picker .left .group .title .name{
	width: 200px;
	white-space: nowrap;
	overflow: hidden;
}
.obj-picker .left .group .title .item-count{
	text-align: right;
}
.obj-picker .right .panel{
	text-align: center;
	width: 350px;
	margin: 0px auto;
}
.obj-picker .switch{
	display: flex;
	justify-content: space-around;
	margin: 0px auto 10px auto;
}
.obj-picker .switch button{
	background-color: var(--Light-grey-4);
	color: var(--White);
	width: 150px;
	text-align: center;
	font-size: 12px;
	padding: 8px;
	cursor: pointer;
	border-radius: 8px;
	border: none;
}
.obj-picker .switch button.enabled{
	background-color: var(--Dark-grey-1);
}
.obj-picker .filter{
  transition: var(--Ease-transition);
	background-image: url('/img/filter.svg');
  background-repeat: no-repeat;
	background-position: 10px 12px;
  padding: 8px 16px 8px 39px;
  border: 1px solid var(--Light-grey-3);
  border-radius: 8px;
	width: 300px;
	margin: 0px auto 10px auto;
}
.obj-picker .filter:hover {
  border: 1px solid var(--Red);
}
.obj-picker .right .list{
	height: calc(100% - 110px) !important;
	padding: 0px 10px 10px 10px;
}
.obj-picker .right .group .title{
	cursor: pointer;
  margin-top: 8px;
	margin-bottom: 5px;
  background-color: var(--Light-grey-2);
	padding-left: 3px;
	border-radius: 8px;
	padding: 8px;
	color: var(--Dark-grey-2);
}
.obj-picker .right .group .title, .right .object{
	cursor: pointer;
	display: flex;
	position: relative;
  gap: 10px;
}
.obj-picker .right .group .collapse {
	position: absolute;
	right: 10px;
	top: 16px;
	width: 16px;
	height: 16px;
	background-image: url('/img/modsvg.php?group-open,1E2126');
	background-repeat: no-repeat;
  background-color: var(--Light-grey-2);
	border: none;
	cursor: pointer;
	transition-duration: 0.3s;
  transition-property: transform;
}
.obj-picker .right .group .collapse.group-closed{
  margin: auto;
  transform: rotate(90deg);
  margin-right: 8px;
}
.obj-picker .object{
	padding: 3px 0px 3px 7px;
	margin: 10px 0px;
}
.obj-picker .object img{
	display: none;
}
.obj-picker .object .label{
	font-size: 12px;
	overflow: hidden;
  white-space: nowrap;
}
.obj-picker .object .checkbox, .group .checkbox{
	margin: auto 0px;
  line-height: 32px;
  min-width: 16px;
  min-height: 16px;
}
.obj-picker .object .settings, .group .settings{
	display: none;
}

.toast-popup {
    transition: var(--Ease-transition);
    padding: 20px 40px 20px 20px;
    color: var(--White);
    font-size: 14px;
    text-align: left;
	  background-image: url('/img/modsvg.php?alert,FFFFFF');
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 12px;	
}

.toast-popup.success-popup {
  background-color: var(--Green);
}

.toast-popup.error-popup {
  background-color: var(--Red);
  background-image: url('/img/modsvg.php?alert,FFFFFF');
}

.toast-popup.info-popup {
  background-color: var(--Dark-grey-1);
  background-image: url('/img/modsvg.php?alert,FFFFFF');
}

#tutorial-spotlight{
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 5000;
}
#tutorial-spotlight-focus{
	position: absolute;
	width: 0px;
	height: 0px;
	top: 0px;
	left: 0px;
	box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);
	border-radius: 12px;
	border: 1px solid white;
	overflow: hidden;
}
#tutorial-spotlight-focus-inside{
    width: 100%;
    height: 100%;
    box-shadow: 0 0 20px 12px rgba(0, 0, 0, 0.2) inset;
}
#tutorial-spotlight-close{
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
	background-image: url('/img/modsvg.php?close-black,FFFFFF');
	background-repeat: no-repeat;
	cursor: pointer;
}
#tutorial-spotlight-message{
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 20px;
	background-color: var(--Red);
	color: var(--White);
	font-size: 14px;
	width: 400px;
	border-radius: 12px;
	box-shadow: 0px 0px 5px 0px var(--White);
	text-align: justify;
}
#tutorial-spotlight-intro{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: var(--Red);
	color: var(--White);
	font-size: 16px;
	width: 460px;
	border-radius: 12px;
	box-shadow: 0px 0px 5px 0px var(--White);
	text-align: center;
	padding: 20px;
}
#tutorial-spotlight-intro_header{
    display: flex;
    margin-bottom: 20px;
    width: 138px;
    margin-left: 324px;
}
.tutorial-spotlight-intro_header_lang{
	width: 26px;
    height: 20px;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 5px 10px;
    background-size: auto 20px;
	box-shadow: 0px 0px 12px 0px var(--White);
}
#tutorial-spotlight-intro_button{
	width: 130px;
	margin: 30px auto 0px auto;
	padding: 10px 16px;
	cursor: pointer;
	border: 1px solid var(--White);
	border-radius: 12px;
}
#tutorial-spotlight-intro_header_lv{ background-image: url('/img/lv-flag.svg') }
#tutorial-spotlight-intro_header_en{ background-image: url('/img/english-flag.svg') }
#tutorial-spotlight-intro_header_ru{ background-image: url('/img/rus-flag.svg') }

@media (max-width: 1920px) {
  .obj-picker .right {
    padding: 0;
  }
  .obj-picker .switch button {
    width: 128px;
    font-size: 10px;
    margin-right: 8px;
  }
  .obj-picker .right .panel {
    width: 242px;
    margin: auto;
  }
  .obj-picker .filter {
    width: 200px;
    padding: 4px 8px;
    text-indent: 24px;
    background-position: 10px 8px;
    font-size: 12px;
  }
  .obj-picker .right .group .title{
    font-size: 12px;
    padding: 4px 8px;
  }
  .checkbox {
    width: 10px;
    height: 10px;
  }
  .checkbox-checked{
    background-image: url(/img/check.svg);
    background-color: var(--Red);
    background-position: 1px 1px;
    background-size: 10px;
    border: 1px solid var(--Red);
    background-repeat: no-repeat;
    min-width: 12px;
    min-height: 12px;
  }
  .obj-picker .object .checkbox, .group .checkbox {
    min-width: 12px;
    min-height: 12px;
  }
  .obj-picker .right .group .collapse {
    top: 10px;
    width: 10px;
    height: 10px;
    background-size: 10px;
  }
  #event-item-list {
    width: 200px;
    margin: 0 auto;
    padding: 6px 24px 6px 2px;
  }
  .obj-picker .right .list {
  }
}