html,
body {
  font-family: 'Roboto', sans-serif;
  cursor: default;
  background: #F2F5F9;
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
input {
  font-family: 'Roboto', sans-serif;
  color: #4F5A69;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
textarea {
  font-family: 'Roboto', sans-serif;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.clearfix::after {
  content: '';
  display: table;
  clear: both;
}
.centerer-table {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}
.centerer-cell {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: auto;
  margin: auto;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
.my-row {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.my-row.reverse {
  justify-content: flex-end;
}
.my-row.max-width > div {
  flex-basis: 100%;
}
.my-row.center {
  justify-content: center;
}
.my-row > div {
  margin-left: 20px;
}
.my-row > div:first-child {
  margin-left: 0;
}
.my-row .grow {
  flex: 1 1 100%;
}
.my-row .no-shrink {
  flex-shrink: 0;
}
.my-row .no-grow {
  flex-grow: 0;
}
.bottom_space_10px {
  margin-bottom: 10px;
}
.bottom_space_25px {
  margin-bottom: 25px;
}
.right_space_25px {
  margin-right: 25px;
}
.max-width {
  max-width: 1920px;
  margin: auto;
}
.left,
.right {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: end;
  margin: 0 0 15px;
}
.left .button,
.right .button {
  margin-bottom: 0;
}
.left {
  justify-content: start;
}
.right {
  justify-content: end;
}
.space-between {
  justify-content: space-between;
  margin: 0 0 15px;
  align-items: end;
}
.align-start {
  justify-content: start !important;
  margin: 0 0 15px;
  align-items: end;
}
.align-end {
  justify-content: end !important;
  margin: 0 0 15px;
  align-items: end;
}
.row {
  display: flex;
  flex-flow: row wrap;
}
.app {
  position: relative;
  width: 100%;
  min-height: 100vh;
}
.left-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 200px;
  padding: 105px 0 25px;
  height: 100vh;
  background: #2D3657 url('../images/bg-main.svg') no-repeat center / cover;
  flex-basis: 200px;
  color: #FFFFFF;
}
.left-menu .logo {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  height: 55px;
  background: url('../images/logo.png') no-repeat center / contain;
  /*@media only screen and (min-width : 320px) and (-webkit-min-device-pixel-ratio : 1.3), only screen and (min-width : 320px) and (   min--moz-device-pixel-ratio : 1.3), only screen and (min-width : 320px) and (     -o-min-device-pixel-ratio : 4/3), only screen and (min-width : 320px) and (        min-device-pixel-ratio : 1.3), only screen and (min-width : 320px) and (                min-resolution : 124dpi), only screen and (min-width : 320px) and (                min-resolution : 1.3dppx) {
      background : url('../images/logo@2x.png') no-repeat center / contain;
    }*/
}
.left-menu .lm-element {
  position: relative;
  width: 100%;
}
.left-menu .lm-element .lm-element-button {
  position: relative;
  padding: 15px 25px 15px 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: background-color 0.3s ease-in-out;
}
.left-menu .lm-element .lm-element-button.root-element {
  padding: 24px 25px 24px 0;
  text-transform: uppercase;
}
.left-menu .lm-element .lm-element-button:hover {
  background-color: #25346C;
}
.left-menu .lm-element .lm-element-button.active {
  background-color: #F2F5F9;
  color: #222222;
}
.left-menu .lm-element .lm-element-button.active:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #2D3657;
  border-bottom-right-radius: 6px;
}
.left-menu .lm-element .lm-element-button.active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #2D3657;
  border-top-right-radius: 6px;
}
.left-menu .lm-element .lm-element-button.selected {
  background: #F2F5F9;
}
.left-menu .lm-element .lm-element-button .lm-element-arrow {
  position: relative;
  margin: 0 15px;
  width: 13px;
  height: 13px;
  background: url('data:image/svg+xml,%3Csvg width=\'13\' height=\'13\' viewBox=\'0 0 13 13\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cg clip-path=\'url(%23clip0)\'%3E%3Cpath d=\'M12.5906 9.98913C12.3951 10.1846 12.0791 10.1846 11.8836 9.98913L6.73716 4.84274L1.59078 9.98913C1.39529 10.1846 1.07929 10.1846 0.883799 9.98913C0.688311 9.79364 0.688311 9.47764 0.883799 9.28215L6.38369 3.78226C6.48119 3.68476 6.60918 3.63576 6.73719 3.63576C6.8652 3.63576 6.99319 3.68476 7.09069 3.78226L12.5906 9.28215C12.786 9.47764 12.786 9.79364 12.5906 9.98913Z\' fill=\'%23fff\'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=\'clip0\'%3E%3Crect width=\'12\' height=\'12\' fill=\'white\' transform=\'matrix(1 0 0 -1 0.737183 12.8857)\'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A') no-repeat center;
}
.left-menu .lm-element .lm-element-button .lm-element-arrow.hidden {
  transform: rotate(180deg);
}
.left-menu .lm-element .lm-element-dd {
  position: relative;
  padding-left: 20px;
  max-height: 2000px;
  transition: max-height ease-in-out 0.15s;
  overflow: hidden;
}
.left-menu .lm-element .lm-element-dd.hidden {
  max-height: 0;
}
.popups {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popups .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.popups .popup {
  position: relative;
  background: #FFFFFF;
  max-width: 1140px;
  max-height: 96vh;
  padding: 25px 50px;
  border-radius: 8px;
  box-shadow: 0px 10px 44px 0px rgba(0, 0, 0, 0.28);
  margin: auto;
  box-sizing: border-box;
  overflow: auto;
  text-align: center;
}
.popups .popup .title {
  position: relative;
  margin-bottom: 25px;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
}
.popups .popup label {
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding: 10px 15px;
}
.popups .popup input {
  position: relative;
  display: block;
  margin-bottom: 15px;
  border: none;
  padding: 10px 15px;
  background-color: #F1F1F1;
  border-radius: 8px;
  transition: outline-color 0.5s ease-in-out;
  outline-color: rgba(211, 211, 211, 0);
}
.popups .popup input:focus {
  outline-color: #d3d3d3;
  outline: solid 2px #D3D3D3;
}
.popups .popup input.error {
  outline-color: #ff3333;
  outline: solid 2px #FF3333;
}
.popups .popup .controls-holder {
  position: relative;
  display: flex;
}
.popups .popup .controls-holder .button {
  margin-top: 0;
  margin-right: 20px;
}
.popups .popup .controls-holder .button:last-child {
  margin-right: 0;
}
.popups .popup .button {
  position: relative;
  margin: 25px auto 0;
  padding: 0 25px;
  display: inline-flex;
  border-radius: 8px;
  height: 30px;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  background-color: #4F5A69;
  color: #FFFFFF;
  cursor: pointer;
  transition: background-color 0.5s ease;
  font-size: 13px;
  font-weight: 300;
}
.popups .popup .button:hover {
  background-color: #1E559F;
}
.popups .popup .button.red {
  background-color: #E84000;
}
.popups .popup .button.red:hover {
  background-color: #FF4E4E;
}
.popups .popup .button.green {
  background-color: #0DA200;
}
.popups .popup .button.green:hover {
  background-color: #00BF00;
}
.popups .popup.popup-confirm .controls-holder .button {
  margin: 0 25px !important;
}
.popups .popup.popup-confirm .controls-holder .button:last-child {
  margin: 0 25px;
}
.popups .popup.popup-add-xls .buttons-holder {
  margin: 20px 0;
  justify-content: center;
}
.popups .popup.popup-add-xls .buttons-holder .button {
  margin: 0 25px;
}
.popups .popup.popup-create {
  min-width: 620px;
}
.popups .popup.popup-create .info-content {
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.popups .popup.popup-create .info-content .title {
  margin: 0;
}
.popups .popup.popup-create .controls-holder {
  justify-content: center;
  gap: 15px;
}
.popups .popup.popup-create .controls-holder .button {
  margin: 0;
}
@media all and (max-width: 640px) {
  .popups .popup.popup-create {
    min-width: auto;
    width: 100%;
  }
}
.popups .popup .selects {
  position: relative;
  display: flex;
  justify-content: center;
}
.popups .popup .input-holder {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 15px 0;
}
.popups .popup .cross {
  position: absolute;
  right: 15px;
  top: 15px;
  padding: 20px 20px;
  background: url('data:image/svg+xml,%3Csvg width=\'17\' height=\'17\' viewBox=\'0 0 17 17\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M15.6195 0.258548C15.3684 0.0891683 15.0349 0.056065 14.7577 0.178548C14.55 0.266272 14.3976 0.442272 14.2408 0.600616C12.2178 2.658 10.1953 4.71648 8.17167 6.77386C6.14699 4.71648 4.12448 2.65689 2.10035 0.598961C1.93655 0.431789 1.77709 0.2431 1.55038 0.164755C1.19784 0.0224099 0.767735 0.139927 0.526379 0.436203C0.293159 0.708203 0.240008 1.12144 0.396212 1.44586C0.482991 1.64172 0.648957 1.78075 0.793229 1.93137C2.81628 3.98931 4.83987 6.04669 6.86238 8.10572C4.82143 10.1835 2.77885 12.2597 0.737363 14.3369C0.447193 14.5747 0.239464 14.957 0.323532 15.3438C0.403261 15.8376 0.919601 16.1973 1.40123 16.0897C1.67947 16.045 1.88828 15.837 2.07485 15.639C4.10713 13.5716 6.13885 11.5043 8.17167 9.43758C10.269 11.5683 12.3626 13.7024 14.4605 15.8326C14.7951 16.183 15.3966 16.1979 15.7416 15.8552C16.0247 15.5959 16.1174 15.1496 15.9607 14.7959C15.8777 14.5874 15.7047 14.4395 15.5534 14.2834C13.5292 12.2243 11.5046 10.1659 9.48096 8.10572C11.5219 6.02737 13.565 3.95124 15.6065 1.874C15.8175 1.69248 15.9981 1.44751 16.029 1.16062C16.0768 0.812478 15.9097 0.448341 15.6195 0.258548Z\' fill=\'%23929292\'/%3E%3C/svg%3E%0A') no-repeat center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-25 {
  margin-left: 25px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-25 {
  margin-right: 25px;
}
.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-25 {
  padding-top: 25px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pl-5 {
  padding-left: 5px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-15 {
  padding-left: 15px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-25 {
  padding-left: 25px;
}
.pr-5 {
  padding-right: 5px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-15 {
  padding-right: 15px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-25 {
  padding-right: 25px;
}
.t-5 {
  top: 5px;
}
.t-10 {
  top: 10px;
}
.t-15 {
  top: 15px;
}
.t-20 {
  top: 20px;
}
.t-25 {
  top: 25px;
}
.l-5 {
  left: 5px;
}
.l-10 {
  left: 10px;
}
.l-15 {
  left: 15px;
}
.l-20 {
  left: 20px;
}
.l-25 {
  left: 25px;
}
.h-30 {
  height: 30px !important;
}
.h-60 {
  height: 60px !important;
}
.h-90 {
  height: 90px !important;
}
.h-120 {
  height: 120px !important;
}
.h-150 {
  height: 150px !important;
}
.h-180 {
  height: 180px !important;
}
.h-210 {
  height: 210px !important;
}
.h-240 {
  height: 240px !important;
}
.h-270 {
  height: 270px !important;
}
.w-30px {
  width : 30px !important;
}
.w-60px {
  width : 60px !important;
}
.w-90px {
  width : 90px !important;
}
.w-120px {
  width : 120px !important;
}
.w-150px {
  width : 150px !important;
}
.w-180px {
  width : 180px !important;
}
.w-210px {
  width : 210px !important;
}
.w-240px {
  width : 240px !important;
}
.w-270px {
  width : 270px !important;
}
.w-300px {
  width : 300px !important;
}
.w-330px {
  width : 330px !important;
}
.w-360px {
  width : 360px !important;
}
.w-390px {
  width : 390px !important;
}
.w-420px {
  width : 420px !important;
}
.w-450px {
  width : 450px !important;
}
.w-480px {
  width : 480px !important;
}
.w-510px {
  width : 510px !important;
}
.w-540px {
  width : 540px !important;
}
.w-570px {
  width : 570px !important;
}
.w-600px {
  width : 600px !important;
}
.aqua {
  background-color: #CFF7F8 !important;
}
.green {
  background-color: #6DA085 !important;
}
.green-1 {
  background-color: #D2FFD6 !important;
}
.yellow {
  background-color: #E9BF78 !important;
}
.blue {
  background-color: #5072CB !important;
}
.red {
  background-color: #C1465C !important;
}
.red-1 {
  background-color: #FFAAAA !important;
}
.red-2 {
  background-color: #F8CFCF !important;
}
.gray-1 {
  background-color: #EEEEEE !important;
}
.gray-2 {
  background-color: #AAAAAA !important;
}
.bb-aqua {
  border-bottom: 2px solid #CFF7F8 !important;
}
.bb-green {
  border-bottom: 2px solid #6DA085 !important;
}
.bb-green-1 {
  border-bottom: 2px solid #D2FFD6 !important;
}
.bb-yellow {
  border-bottom: 2px solid #E9BF78 !important;
}
.bb-blue {
  border-bottom: 2px solid #5072CB !important;
}
.bb-dark-blue {
  border-bottom: 2px solid #253985 !important;
}
.bb-red {
  border-bottom: 2px solid #C1465C !important;
}
.bb-red-1 {
  border-bottom: 2px solid #FFAAAA !important;
}
.bb-red-2 {
  border-bottom: 2px solid #F8CFCF !important;
}
.bb-gray-1 {
  border-bottom: 2px solid #EEEEEE !important;
}
.bb-gray-2 {
  border-bottom: 2px solid #AAAAAA !important;
}
.work-field {
  position: relative;
  flex: 1 0 auto;
  padding: 0 0 60px 200px;
  box-sizing: content-box;
}
.work-field .div-image-test {
  position: relative;
  width: 100px;
  height: 100px;
}
.page-header {
  position: relative;
  height: 50px;
  padding: 0 25px;
  font-size: 20px;
  font-weight: 300;
  color: #222222 !important;
  text-align: left;
  margin: 0;
  display: flex;
  align-items: center;
  background: none;
  border-bottom: #FFFFFF;
}
.page-content {
  position: relative;
  padding: 0 25px;
  margin-bottom: 15px;
}
.page-content .page-content-text {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
  margin-right: 15px;
}
.page-content .page-content-text.icon-upload {
  background: url('data:image/svg+xml,%3C%3Fxml version=\'1.0\' encoding=\'iso-8859-1\'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version=\'1.1\' id=\'Layer_1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' x=\'0px\' y=\'0px\' viewBox=\'0 0 512 512\' style=\'enable-background:new 0 0 512 512;\' xml:space=\'preserve\'%3E%3Cg%3E%3Cg%3E%3Crect x=\'111.296\' y=\'262.421\' width=\'137.918\' height=\'31.345\'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x=\'110.314\' y=\'135.578\' width=\'137.918\' height=\'31.345\'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x=\'110.314\' y=\'199.313\' width=\'250.761\' height=\'31.345\'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpolygon points=\'374.189,377.268 374.189,337.125 342.844,337.125 342.844,377.268 304.703,377.268 304.703,408.613 342.844,408.613 342.844,448.757 374.189,448.757 374.189,408.613 412.328,408.613 412.328,377.268 \'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d=\'M434.385,304.812V106.726L328.227,0H36.68v511.97h318.296c0.802,0.016,1.605,0.03,2.411,0.03 c65.027,0,117.932-52.904,117.932-117.932C475.32,358.44,459.439,326.454,434.385,304.812z M329.206,45.431l51.812,52.09h-51.812 V45.431z M68.026,480.625V31.345h229.836v97.521H403.04v156.467c-14.049-5.92-29.474-9.197-45.651-9.197 c-65.027,0-117.932,52.904-117.932,117.932c0,34.177,14.618,64.998,37.923,86.556H68.026z M358.595,480.625h-2.414 c-47.188-0.651-85.38-39.217-85.38-86.556c0-47.744,38.843-86.587,86.587-86.587c47.744,0,86.587,38.843,86.587,86.587 C443.975,441.408,405.782,479.974,358.595,480.625z\'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A') no-repeat center / contain;
}
.page-content .page-content-text label {
  display: block;
  margin-right: 15px;
  margin-bottom: 5px;
  font-size: 14px;
}
.page-content .page-content-text input {
  padding: 0 15px;
  border-radius: 8px;
  height: 30px;
  width: 250px;
  color: #4F5A69;
  background-color: #FFFFFF;
  cursor: text;
  border: 1px solid #94ACC2;
  font-size: 14px;
}
.page-content .page-content-text input:focus {
  outline: none;
}
.page-content .page-content-text input[type='file'] {
  opacity: 0;
  cursor: pointer !important;
}
.page-content .page-content-text input[type='file']::-webkit-file-upload-button {
  /* chromes and blink button */
  cursor: pointer;
}
.page-content .button {
  display: flex;
  margin: 10px 0;
  border-radius: 8px;
  height: 30px;
  justify-content: center;
  align-items: center;
  background-color: #4F5A69;
  color: #FFFFFF;
  cursor: pointer;
  transition: background-color 0.5s ease;
  font-size: 14px;
}
.page-content .button:hover {
  background-color: #1E559F;
}
.pagination {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.pagination .prev-button,
.pagination .next-button,
.pagination .cells .pagination-item {
  position: relative;
  display: flex;
  margin-left: 15px;
  border-radius: 8px;
  padding: 0 12px;
  height: 30px;
  min-width: 35px;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid #ECECEC;
  color: #252631;
  cursor: pointer;
  transition: background-color 0.5s ease, color 0.5s ease-in-out;
  box-shadow: 10px 10px 5px -3px rgba(0, 0, 0, 0.03);
  font-size: 14px;
}
.pagination .prev-button:hover,
.pagination .next-button:hover,
.pagination .cells .pagination-item:hover {
  color: #FFFFFF;
  border: 1px solid #253985;
  background-color: #1E559F;
}
.pagination .prev-button.disabled,
.pagination .next-button.disabled,
.pagination .cells .pagination-item.disabled {
  cursor: default;
  opacity: 0;
}
.pagination .prev-button.disabled:hover,
.pagination .next-button.disabled:hover,
.pagination .cells .pagination-item.disabled:hover {
  background-color: #FFFFFF;
}
.pagination .prev-button.selected,
.pagination .next-button.selected,
.pagination .cells .pagination-item.selected {
  font-weight: bold;
  box-sizing: border-box;
  cursor: default;
  color: #FFFFFF;
  border: 1px solid #253985;
  background-color: #253985;
}
.pagination .prev-button.selected:hover,
.pagination .next-button.selected:hover,
.pagination .cells .pagination-item.selected:hover {
  color: #FFFFFF;
  border: 1px solid #253985;
  background-color: #253985;
}
.pagination .prev-button {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2026.5.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%20100%20100%22%20style%3D%22enable-background%3Anew%200%200%20100%20100%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M62.2%2C79.6L34.1%2C51.3l28.3-28.1c0.8-0.8%2C0.8-2%2C0-2.8c-0.8-0.8-2-0.8-2.8%2C0L30.1%2C49.6c-0.4%2C0.4-0.6%2C0.8-0.6%2C1.3%0D%0A%09%09c0%2C0.1%2C0%2C0.3%2C0%2C0.4c0%2C0.1%2C0%2C0.1%2C0%2C0.2c0%2C0.5%2C0.2%2C1.1%2C0.6%2C1.5l29.2%2C29.4c0.8%2C0.8%2C2%2C0.8%2C2.8%2C0C62.9%2C81.7%2C62.9%2C80.4%2C62.2%2C79.6z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: transparent;
  background-color: #FFFFFF;
  background-size: 65%;
  background-position: center;
  margin: 0;
}
.pagination .prev-button:hover {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2026.5.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%20100%20100%22%20style%3D%22enable-background%3Anew%200%200%20100%20100%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M62.2%2C79.6L34.1%2C51.3l28.3-28.1c0.8-0.8%2C0.8-2%2C0-2.8c-0.8-0.8-2-0.8-2.8%2C0L30.1%2C49.6c-0.4%2C0.4-0.6%2C0.8-0.6%2C1.3%0D%0A%09%09c0%2C0.1%2C0%2C0.3%2C0%2C0.4c0%2C0.1%2C0%2C0.1%2C0%2C0.2c0%2C0.5%2C0.2%2C1.1%2C0.6%2C1.5l29.2%2C29.4c0.8%2C0.8%2C2%2C0.8%2C2.8%2C0C62.9%2C81.7%2C62.9%2C80.4%2C62.2%2C79.6z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: transparent;
  background-color: #253985;
  background-size: 65%;
  background-position: center;
}
.pagination .next-button {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2026.5.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%20100%20100%22%20style%3D%22enable-background%3Anew%200%200%20100%20100%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M37.4%2C23.2l28.1%2C28.3L37.1%2C79.6c-0.8%2C0.8-0.8%2C2%2C0%2C2.8c0.8%2C0.8%2C2%2C0.8%2C2.8%2C0l29.4-29.2c0.4-0.4%2C0.6-0.8%2C0.6-1.3%0D%0A%09%09c0-0.1%2C0-0.3%2C0-0.4c0-0.1%2C0-0.1%2C0-0.2c0-0.5-0.2-1.1-0.6-1.5L40.2%2C20.4c-0.8-0.8-2-0.8-2.8%2C0S36.6%2C22.5%2C37.4%2C23.2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: transparent;
  background-color: #FFFFFF;
  background-size: 65%;
  background-position: center;
  margin: 0;
}
.pagination .next-button:hover {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2026.5.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%20100%20100%22%20style%3D%22enable-background%3Anew%200%200%20100%20100%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M37.4%2C23.2l28.1%2C28.3L37.1%2C79.6c-0.8%2C0.8-0.8%2C2%2C0%2C2.8c0.8%2C0.8%2C2%2C0.8%2C2.8%2C0l29.4-29.2c0.4-0.4%2C0.6-0.8%2C0.6-1.3%0D%0A%09%09c0-0.1%2C0-0.3%2C0-0.4c0-0.1%2C0-0.1%2C0-0.2c0-0.5-0.2-1.1-0.6-1.5L40.2%2C20.4c-0.8-0.8-2-0.8-2.8%2C0S36.6%2C22.5%2C37.4%2C23.2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: transparent;
  background-color: #253985;
  background-size: 65%;
  background-position: center;
}
.pagination .cells {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.pagination .cells .pagination-space {
  position: relative;
  display: flex;
  margin-left: 15px;
  padding: 0 12px;
  height: 30px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #252631 !important;
  text-align: left;
}
.items-list-header {
  display: block;
  width: 100%;
}
.items-list-header .cells {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  height: 40px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  margin-bottom: 4px;
  color: #2B323C;
}
.items-list-header .cells > div:last-child {
  border-right: none !important;
}
.items-list-header .cells .cell {
  position: relative;
  padding: 0 15px;
  height: 100%;
  border-right: 1px solid #FFFFFF !important;
  min-width: 130px;
  flex: 0 0 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #2B323C !important;
  text-align: center;
}
.items-list-header .cells .cell.left {
  text-align: left;
  justify-content: flex-start;
}
.items-list-header .cells .cell.center {
  text-align: center;
  justify-content: center;
}
.items-list-header .cells .cell:last-child {
  border-right: none;
}
.items-list-header .cells .cell.grow {
  flex-grow: 1;
  justify-content: flex-start;
  text-align: left;
}
.items-list-header .cells .cell.grow.center {
  text-align: center;
  justify-content: center;
}
.items-list-header .cells .cell.shrink {
  flex-shrink: 1;
}
.items-list-header .cells .cell.button {
  min-width: 120px;
}
.items-list-header .cells .cell .sort-button {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 100%;
  right: 0;
  top: 0;
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2026.5.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.0%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20200%20200%22%20style%3D%22enable-background%3Anew%200%200%20200%20200%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M101.19%2C127.06c-2.2%2C0-4.28-0.86-5.84-2.42L57.74%2C87.03c-3.22-3.22-3.22-8.45%2C0-11.67c1.56-1.56%2C3.63-2.42%2C5.84-2.42%0A%09%09c2.2%2C0%2C4.28%2C0.86%2C5.84%2C2.42l37.61%2C37.61c3.22%2C3.22%2C3.22%2C8.45%2C0%2C11.67C105.47%2C126.2%2C103.4%2C127.06%2C101.19%2C127.06z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M63.58%2C73.44c2.07%2C0%2C4.02%2C0.81%2C5.48%2C2.27l37.61%2C37.61c3.02%2C3.02%2C3.02%2C7.94%2C0%2C10.96c-1.46%2C1.46-3.41%2C2.27-5.48%2C2.27%0A%09%09c-2.07%2C0-4.02-0.81-5.48-2.27L58.1%2C86.68c-1.46-1.46-2.27-3.41-2.27-5.48c0-2.07%2C0.81-4.02%2C2.27-5.48%0A%09%09C59.56%2C74.25%2C61.51%2C73.44%2C63.58%2C73.44%20M63.58%2C72.44c-2.24%2C0-4.48%2C0.85-6.19%2C2.56l0%2C0c-3.42%2C3.42-3.42%2C8.96%2C0%2C12.38L95%2C125%0A%09%09c1.71%2C1.71%2C3.95%2C2.56%2C6.19%2C2.56s4.48-0.85%2C6.19-2.56l0%2C0c3.42-3.42%2C3.42-8.96%2C0-12.38L69.77%2C75%0A%09%09C68.06%2C73.29%2C65.82%2C72.44%2C63.58%2C72.44L63.58%2C72.44z%22%2F%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M101.53%2C127.06c-2.2%2C0-4.28-0.86-5.84-2.42c-1.56-1.56-2.42-3.63-2.42-5.84c0-2.2%2C0.86-4.28%2C2.42-5.84l37.61-37.61%0A%09%09c1.56-1.56%2C3.63-2.42%2C5.84-2.42c2.2%2C0%2C4.28%2C0.86%2C5.84%2C2.42c3.22%2C3.22%2C3.22%2C8.45%2C0%2C11.67l-37.61%2C37.61%0A%09%09C105.8%2C126.2%2C103.73%2C127.06%2C101.53%2C127.06z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M139.14%2C73.44c2.07%2C0%2C4.02%2C0.81%2C5.48%2C2.27c3.02%2C3.02%2C3.02%2C7.94%2C0%2C10.96l-37.61%2C37.61c-1.46%2C1.46-3.41%2C2.27-5.48%2C2.27%0A%09%09c-2.07%2C0-4.02-0.81-5.48-2.27c-1.46-1.46-2.27-3.41-2.27-5.48c0-2.07%2C0.81-4.02%2C2.27-5.48l37.61-37.61%0A%09%09C135.12%2C74.25%2C137.07%2C73.44%2C139.14%2C73.44%20M139.14%2C72.44c-2.24%2C0-4.48%2C0.85-6.19%2C2.56l-37.61%2C37.61c-3.42%2C3.42-3.42%2C8.96%2C0%2C12.38%0A%09%09l0%2C0c1.71%2C1.71%2C3.95%2C2.56%2C6.19%2C2.56c2.24%2C0%2C4.48-0.85%2C6.19-2.56l37.61-37.61c3.42-3.42%2C3.42-8.96%2C0-12.38l0%2C0%0A%09%09C143.62%2C73.29%2C141.38%2C72.44%2C139.14%2C72.44L139.14%2C72.44z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  background-color: transparent;
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.3s ease-in-out;
}
.items-list-header .cells .cell .sort-button.sort-up {
  transform: rotate(180deg);
  transform-origin: center;
}
.items-list-header .cells .dummy-dd-btn {
  position: relative;
  padding: 10px 20px;
  border-right: 1px solid #FFFFFF;
}
.items-list-header .cells .dummy-dd-btn .add-button {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,%3Csvg class=\'svg-icon\' style=\'width: 1em; height: 1em;vertical-align: middle;fill: currentColor;overflow: hidden;\' viewBox=\'0 0 1024 1024\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M544 464V160h-80v304H160v80h304v304h80V544h304v-80z\' fill=\'%23DADBDC\' /%3E%3C/svg%3E') no-repeat center / 70%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.items-list-header .cells .dummy-dd-btn .add-button:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,%3Csvg class=\'svg-icon\' style=\'width: 1em; height: 1em;vertical-align: middle;fill: currentColor;overflow: hidden;\' viewBox=\'0 0 1024 1024\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M544 464V160h-80v304H160v80h304v304h80V544h304v-80z\' fill=\'%23ffffff\' /%3E%3C/svg%3E') no-repeat center / 70%;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.items-list-header .cells .dummy-dd-btn .add-button:hover:after {
  opacity: 1;
}
.page > .content-holder > .items-list-header > .cells {
  background: #E6E8EB;
}
.items-list-holder {
  position: relative;
}
.items-list-holder .items-list-element {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  height: auto;
  min-height: 40px;
  margin-bottom: 4px;
  border-radius: 6px;
  background-color: #FFFFFF;
  box-shadow: 10px 10px 5px -3px rgba(0, 0, 0, 0.03);
  transition: background-color 0.5s ease;
}
.items-list-holder .items-list-element:last-child {
  margin-bottom: 0;
}
.items-list-holder .items-list-element.hover {
  background-color: #EEEEEE;
}
.items-list-holder .items-list-element.red {
  background-color: #FFAAAA !important;
}
.items-list-holder .items-list-element.red1,
.items-list-holder .items-list-elementred-1 {
  background-color: #F8CFCF;
}
.items-list-holder .items-list-element.red1.hover,
.items-list-holder .items-list-elementred-1.hover {
  background-color: #F0ACAC;
}
.items-list-holder .items-list-element.aqua {
  background-color: #CFF7F8;
}
.items-list-holder .items-list-element.aqua.hover {
  background-color: #99E6E8;
}
.items-list-holder .items-list-element.green1,
.items-list-holder .items-list-element.green-1 {
  background-color: #D2FFD6;
}
.items-list-holder .items-list-element.green1.hover,
.items-list-holder .items-list-element.green-1.hover {
  background-color: #ADF2B3;
}
.items-list-holder .items-list-element.gray-1 {
  background-color: #EEEEEE;
  /* &.hover {
         background-color : #ADF2B3;
       }*/
}
.items-list-holder .items-list-element.gray-2 {
  background-color: #AAAAAA;
  /* &.hover {
         background-color : #ADF2B3;
       }*/
}
.items-list-holder .items-list-element.hidden {
  height: 66px;
}
.items-list-holder .items-list-element > .cells {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  min-height: 40px;
  border-radius: 6px;
}
.items-list-holder .items-list-element .cell {
  position: relative;
  padding: 0 15px;
  border-right: 1px solid #F6F6F6;
  min-width: 130px;
  flex: 0 0 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  text-align: center;
}
.items-list-holder .items-list-element .cell.left {
  text-align: left;
  justify-content: flex-start;
}
.items-list-holder .items-list-element .cell.center {
  text-align: center;
  justify-content: center;
}
.items-list-holder .items-list-element .cell:last-child {
  border-right: none;
}
.items-list-holder .items-list-element .cell.text-center {
  text-align: center;
}
.items-list-holder .items-list-element .cell.text {
  cursor: text;
}
.items-list-holder .items-list-element .cell.pointer {
  cursor: pointer;
}
.items-list-holder .items-list-element .cell.grow {
  flex-grow: 1;
  justify-content: flex-start;
}
.items-list-holder .items-list-element .cell.grow.center {
  text-align: center;
  justify-content: center;
}
.items-list-holder .items-list-element .cell.shrink {
  flex-shrink: 1;
  flex-basis: 5%;
  padding: 0;
  min-width: auto;
}
.items-list-holder .items-list-element .cell.icon-upload {
  background: url('data:image/svg+xml,%3C%3Fxml version=\'1.0\' encoding=\'iso-8859-1\'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version=\'1.1\' id=\'Layer_1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' x=\'0px\' y=\'0px\' viewBox=\'0 0 512 512\' style=\'enable-background:new 0 0 512 512;\' xml:space=\'preserve\'%3E%3Cg%3E%3Cg%3E%3Crect x=\'111.296\' y=\'262.421\' width=\'137.918\' height=\'31.345\'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x=\'110.314\' y=\'135.578\' width=\'137.918\' height=\'31.345\'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x=\'110.314\' y=\'199.313\' width=\'250.761\' height=\'31.345\'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpolygon points=\'374.189,377.268 374.189,337.125 342.844,337.125 342.844,377.268 304.703,377.268 304.703,408.613 342.844,408.613 342.844,448.757 374.189,448.757 374.189,408.613 412.328,408.613 412.328,377.268 \'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d=\'M434.385,304.812V106.726L328.227,0H36.68v511.97h318.296c0.802,0.016,1.605,0.03,2.411,0.03 c65.027,0,117.932-52.904,117.932-117.932C475.32,358.44,459.439,326.454,434.385,304.812z M329.206,45.431l51.812,52.09h-51.812 V45.431z M68.026,480.625V31.345h229.836v97.521H403.04v156.467c-14.049-5.92-29.474-9.197-45.651-9.197 c-65.027,0-117.932,52.904-117.932,117.932c0,34.177,14.618,64.998,37.923,86.556H68.026z M358.595,480.625h-2.414 c-47.188-0.651-85.38-39.217-85.38-86.556c0-47.744,38.843-86.587,86.587-86.587c47.744,0,86.587,38.843,86.587,86.587 C443.975,441.408,405.782,479.974,358.595,480.625z\'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A') no-repeat center / contain;
}
.items-list-holder .items-list-element .cell.error {
  border: 1px red solid;
  border-radius: 8px;
}
.items-list-holder .items-list-element .cell.marked:before {
  content: '';
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
}
.items-list-holder .items-list-element .cell.color-green {
  color: #6DA085;
}
.items-list-holder .items-list-element .cell.color-green.marked:before {
  background-color: #6DA085;
}
.items-list-holder .items-list-element .cell.color-red {
  color: #C1465C;
}
.items-list-holder .items-list-element .cell.color-red.marked:before {
  background-color: #C1465C;
}
.items-list-holder .items-list-element .cell.color-yellow {
  color: #E9BF78;
}
.items-list-holder .items-list-element .cell.color-yellow.marked:before {
  background-color: #E9BF78;
}
.items-list-holder .items-list-element .cell.color-blue {
  color: #5072CB;
}
.items-list-holder .items-list-element .cell.color-blue.marked:before {
  background-color: #5072CB;
}
.items-list-holder .items-list-element .cell.cell-dropdown {
  text-align: center;
}
.items-list-holder .items-list-element .cell.cell-dropdown:after {
  content: '';
  display: block;
  position: absolute;
  width: 25px;
  height: 100%;
  right: 0;
  top: 0;
  border-left: 1px #F2F5F9 solid;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2026.5.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.0%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20200%20200%22%20style%3D%22enable-background%3Anew%200%200%20200%20200%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M101.19%2C127.06c-2.2%2C0-4.28-0.86-5.84-2.42L57.74%2C87.03c-3.22-3.22-3.22-8.45%2C0-11.67c1.56-1.56%2C3.63-2.42%2C5.84-2.42%0A%09%09c2.2%2C0%2C4.28%2C0.86%2C5.84%2C2.42l37.61%2C37.61c3.22%2C3.22%2C3.22%2C8.45%2C0%2C11.67C105.47%2C126.2%2C103.4%2C127.06%2C101.19%2C127.06z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M63.58%2C73.44c2.07%2C0%2C4.02%2C0.81%2C5.48%2C2.27l37.61%2C37.61c3.02%2C3.02%2C3.02%2C7.94%2C0%2C10.96c-1.46%2C1.46-3.41%2C2.27-5.48%2C2.27%0A%09%09c-2.07%2C0-4.02-0.81-5.48-2.27L58.1%2C86.68c-1.46-1.46-2.27-3.41-2.27-5.48c0-2.07%2C0.81-4.02%2C2.27-5.48%0A%09%09C59.56%2C74.25%2C61.51%2C73.44%2C63.58%2C73.44%20M63.58%2C72.44c-2.24%2C0-4.48%2C0.85-6.19%2C2.56l0%2C0c-3.42%2C3.42-3.42%2C8.96%2C0%2C12.38L95%2C125%0A%09%09c1.71%2C1.71%2C3.95%2C2.56%2C6.19%2C2.56s4.48-0.85%2C6.19-2.56l0%2C0c3.42-3.42%2C3.42-8.96%2C0-12.38L69.77%2C75%0A%09%09C68.06%2C73.29%2C65.82%2C72.44%2C63.58%2C72.44L63.58%2C72.44z%22%2F%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M101.53%2C127.06c-2.2%2C0-4.28-0.86-5.84-2.42c-1.56-1.56-2.42-3.63-2.42-5.84c0-2.2%2C0.86-4.28%2C2.42-5.84l37.61-37.61%0A%09%09c1.56-1.56%2C3.63-2.42%2C5.84-2.42c2.2%2C0%2C4.28%2C0.86%2C5.84%2C2.42c3.22%2C3.22%2C3.22%2C8.45%2C0%2C11.67l-37.61%2C37.61%0A%09%09C105.8%2C126.2%2C103.73%2C127.06%2C101.53%2C127.06z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M139.14%2C73.44c2.07%2C0%2C4.02%2C0.81%2C5.48%2C2.27c3.02%2C3.02%2C3.02%2C7.94%2C0%2C10.96l-37.61%2C37.61c-1.46%2C1.46-3.41%2C2.27-5.48%2C2.27%0A%09%09c-2.07%2C0-4.02-0.81-5.48-2.27c-1.46-1.46-2.27-3.41-2.27-5.48c0-2.07%2C0.81-4.02%2C2.27-5.48l37.61-37.61%0A%09%09C135.12%2C74.25%2C137.07%2C73.44%2C139.14%2C73.44%20M139.14%2C72.44c-2.24%2C0-4.48%2C0.85-6.19%2C2.56l-37.61%2C37.61c-3.42%2C3.42-3.42%2C8.96%2C0%2C12.38%0A%09%09l0%2C0c1.71%2C1.71%2C3.95%2C2.56%2C6.19%2C2.56c2.24%2C0%2C4.48-0.85%2C6.19-2.56l37.61-37.61c3.42-3.42%2C3.42-8.96%2C0-12.38l0%2C0%0A%09%09C143.62%2C73.29%2C141.38%2C72.44%2C139.14%2C72.44L139.14%2C72.44z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  background-color: transparent;
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
}
.items-list-holder .items-list-element .cell input {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: 'Roboto', sans-serif;
  border: none;
  font-size: 14px;
  font-weight: 500;
  color: #898989;
  background: none;
  transition: background-color 0.5s ease;
}
.items-list-holder .items-list-element .cell input:focus {
  outline: none;
}
.items-list-holder .items-list-element .cell input[type='file'] {
  opacity: 0;
  cursor: pointer !important;
}
.items-list-holder .items-list-element .cell input[type='file']::-webkit-file-upload-button {
  /* chromes and blink button */
  cursor: pointer;
}
.items-list-holder .items-list-element .cell span {
  display: block;
}
.items-list-holder .items-list-element .cell span.f-10 {
  font-size: 10px;
}
.items-list-holder .items-list-element .cell.button {
  min-width: 120px;
}
.items-list-holder .items-list-element .cell.cell-controls-list {
  display: flex;
  /*& > div {
          display : flex;
        }*/
}
.items-list-holder .items-list-element .cell.cell-controls-list div {
  position: relative;
  width: 30px;
  height: 30px;
  font-size: 0;
  border: 1px solid #D8D8D8;
  border-radius: 6px;
  margin: 0 3px;
  cursor: pointer;
}
.items-list-holder .items-list-element .cell.cell-controls-list div:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  opacity: 0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2026.5.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.0%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20200%20200%22%20style%3D%22enable-background%3Anew%200%200%20200%20200%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bdisplay%3Anone%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20class%3D%22st0%22%20d%3D%22M74.24%2C150.02H55.96c-3.33%2C0-6.03-2.7-6.03-6.03V55.82c0-3.33%2C2.7-6.03%2C6.03-6.03h18.28%0A%09c3.33%2C0%2C6.03%2C2.7%2C6.03%2C6.03v88.17C80.27%2C147.32%2C77.57%2C150.02%2C74.24%2C150.02z%22%2F%3E%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M138.39%2C106.02l-64.34%2C42.15c-4.74%2C3.17-8.86%2C0.02-8.86-4.18V55.82c0-4.55%2C3.58-7.3%2C7.59-5.01l65.61%2C42.98%0A%09c3.16%2C2.25%2C3.07%2C6.17%2C3.07%2C6.17v0.09C141.46%2C100.04%2C141.56%2C103.7%2C138.39%2C106.02z%22%2F%3E%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20class%3D%22st0%22%20d%3D%22M117.87%2C156.94H29.7c-3.33%2C0-6.03-2.7-6.03-6.03V62.73c0-3.33%2C2.7-6.03%2C6.03-6.03h88.17%0A%09c3.33%2C0%2C6.03%2C2.7%2C6.03%2C6.03v88.17C123.9%2C154.24%2C121.2%2C156.94%2C117.87%2C156.94z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: transparent;
  background-color: #5072CB;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}
.items-list-holder .items-list-element .cell.cell-controls-list div:hover {
  border: none;
}
.items-list-holder .items-list-element .cell.cell-controls-list div:hover:after {
  opacity: 1;
}
.items-list-holder .items-list-element .cell.cell-controls-list div.copy {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%20460%20460%22%20style%3D%22enable-background%3Anew%200%200%20460%20460%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M425.934%2C0H171.662c-18.122%2C0-32.864%2C14.743-32.864%2C32.864v77.134h30V32.864c0-1.579%2C1.285-2.864%2C2.864-2.864h254.272%0D%0A%09%09%09%09c1.579%2C0%2C2.864%2C1.285%2C2.864%2C2.864v254.272c0%2C1.58-1.285%2C2.865-2.864%2C2.865h-74.729v30h74.729%0D%0A%09%09%09%09c18.121%2C0%2C32.864-14.743%2C32.864-32.865V32.864C458.797%2C14.743%2C444.055%2C0%2C425.934%2C0z%22%2F%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M288.339%2C139.998H34.068c-18.122%2C0-32.865%2C14.743-32.865%2C32.865v254.272C1.204%2C445.257%2C15.946%2C460%2C34.068%2C460h254.272%0D%0A%09%09%09%09c18.122%2C0%2C32.865-14.743%2C32.865-32.864V172.863C321.206%2C154.741%2C306.461%2C139.998%2C288.339%2C139.998z%20M288.341%2C430H34.068%0D%0A%09%09%09%09c-1.58%2C0-2.865-1.285-2.865-2.864V172.863c0-1.58%2C1.285-2.865%2C2.865-2.865h254.272c1.58%2C0%2C2.865%2C1.285%2C2.865%2C2.865v254.273h0.001%0D%0A%09%09%09%09C291.206%2C428.715%2C289.92%2C430%2C288.341%2C430z%22%2F%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: transparent;
  background-size: 50%;
  background-position: center;
}
.items-list-holder .items-list-element .cell.cell-controls-list div.copy:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%20460%20460%22%20style%3D%22enable-background%3Anew%200%200%20460%20460%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M425.934%2C0H171.662c-18.122%2C0-32.864%2C14.743-32.864%2C32.864v77.134h30V32.864c0-1.579%2C1.285-2.864%2C2.864-2.864h254.272%0D%0A%09%09%09%09c1.579%2C0%2C2.864%2C1.285%2C2.864%2C2.864v254.272c0%2C1.58-1.285%2C2.865-2.864%2C2.865h-74.729v30h74.729%0D%0A%09%09%09%09c18.121%2C0%2C32.864-14.743%2C32.864-32.865V32.864C458.797%2C14.743%2C444.055%2C0%2C425.934%2C0z%22%2F%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M288.339%2C139.998H34.068c-18.122%2C0-32.865%2C14.743-32.865%2C32.865v254.272C1.204%2C445.257%2C15.946%2C460%2C34.068%2C460h254.272%0D%0A%09%09%09%09c18.122%2C0%2C32.865-14.743%2C32.865-32.864V172.863C321.206%2C154.741%2C306.461%2C139.998%2C288.339%2C139.998z%20M288.341%2C430H34.068%0D%0A%09%09%09%09c-1.58%2C0-2.865-1.285-2.865-2.864V172.863c0-1.58%2C1.285-2.865%2C2.865-2.865h254.272c1.58%2C0%2C2.865%2C1.285%2C2.865%2C2.865v254.273h0.001%0D%0A%09%09%09%09C291.206%2C428.715%2C289.92%2C430%2C288.341%2C430z%22%2F%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: transparent;
  background-color: #5072CB;
  background-size: 50%;
  background-position: center;
}
.items-list-holder .items-list-element .cell.cell-controls-list div.start {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2026.5.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.0%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20200%20200%22%20style%3D%22enable-background%3Anew%200%200%20200%20200%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bdisplay%3Anone%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20fill%3D%22%235072CB%22%20class%3D%22st0%22%20d%3D%22M74.24%2C150.02H55.96c-3.33%2C0-6.03-2.7-6.03-6.03V55.82c0-3.33%2C2.7-6.03%2C6.03-6.03h18.28%0A%09c3.33%2C0%2C6.03%2C2.7%2C6.03%2C6.03v88.17C80.27%2C147.32%2C77.57%2C150.02%2C74.24%2C150.02z%22%2F%3E%0A%3Cpath%20fill%3D%22%235072CB%22%20d%3D%22M138.39%2C106.02l-64.34%2C42.15c-4.74%2C3.17-8.86%2C0.02-8.86-4.18V55.82c0-4.55%2C3.58-7.3%2C7.59-5.01l65.61%2C42.98%0A%09c3.16%2C2.25%2C3.07%2C6.17%2C3.07%2C6.17v0.09C141.46%2C100.04%2C141.56%2C103.7%2C138.39%2C106.02z%22%2F%3E%0A%3Cpath%20fill%3D%22%235072CB%22%20class%3D%22st0%22%20d%3D%22M117.87%2C156.94H29.7c-3.33%2C0-6.03-2.7-6.03-6.03V62.73c0-3.33%2C2.7-6.03%2C6.03-6.03h88.17%0A%09c3.33%2C0%2C6.03%2C2.7%2C6.03%2C6.03v88.17C123.9%2C154.24%2C121.2%2C156.94%2C117.87%2C156.94z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: transparent;
}
.items-list-holder .items-list-element .cell.cell-controls-list div.start:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2026.5.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.0%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20200%20200%22%20style%3D%22enable-background%3Anew%200%200%20200%20200%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bdisplay%3Anone%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20class%3D%22st0%22%20d%3D%22M74.24%2C150.02H55.96c-3.33%2C0-6.03-2.7-6.03-6.03V55.82c0-3.33%2C2.7-6.03%2C6.03-6.03h18.28%0A%09c3.33%2C0%2C6.03%2C2.7%2C6.03%2C6.03v88.17C80.27%2C147.32%2C77.57%2C150.02%2C74.24%2C150.02z%22%2F%3E%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M138.39%2C106.02l-64.34%2C42.15c-4.74%2C3.17-8.86%2C0.02-8.86-4.18V55.82c0-4.55%2C3.58-7.3%2C7.59-5.01l65.61%2C42.98%0A%09c3.16%2C2.25%2C3.07%2C6.17%2C3.07%2C6.17v0.09C141.46%2C100.04%2C141.56%2C103.7%2C138.39%2C106.02z%22%2F%3E%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20class%3D%22st0%22%20d%3D%22M117.87%2C156.94H29.7c-3.33%2C0-6.03-2.7-6.03-6.03V62.73c0-3.33%2C2.7-6.03%2C6.03-6.03h88.17%0A%09c3.33%2C0%2C6.03%2C2.7%2C6.03%2C6.03v88.17C123.9%2C154.24%2C121.2%2C156.94%2C117.87%2C156.94z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: transparent;
  background-color: #5072CB;
}
.items-list-holder .items-list-element .cell.cell-controls-list div.stop {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2026.5.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.0%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20200%20200%22%20style%3D%22enable-background%3Anew%200%200%20200%20200%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bdisplay%3Anone%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20fill%3D%22%23777777%22%20class%3D%22st0%22%20d%3D%22M79.12%2C150.02H65.84c-3.33%2C0-6.03-2.7-6.03-6.03V55.82c0-3.33%2C2.7-6.03%2C6.03-6.03h13.28%0A%09c3.33%2C0%2C6.03%2C2.7%2C6.03%2C6.03v88.17C85.16%2C147.32%2C82.46%2C150.02%2C79.12%2C150.02z%22%2F%3E%0A%3Cpath%20fill%3D%22%23777777%22%20class%3D%22st0%22%20d%3D%22M138.39%2C106.02l-64.34%2C42.15c-4.74%2C3.17-8.86%2C0.02-8.86-4.18V55.82c0-4.55%2C3.58-7.3%2C7.59-5.01l65.61%2C42.98%0A%09c3.16%2C2.25%2C3.07%2C6.17%2C3.07%2C6.17v0.09C141.46%2C100.04%2C141.56%2C103.7%2C138.39%2C106.02z%22%2F%3E%0A%3Cpath%20fill%3D%22%23777777%22%20d%3D%22M134.08%2C140.02H65.92c-3.33%2C0-6.03-2.7-6.03-6.03V65.82c0-3.33%2C2.7-6.03%2C6.03-6.03h68.17c3.33%2C0%2C6.03%2C2.7%2C6.03%2C6.03v68.17%0A%09C140.12%2C137.32%2C137.42%2C140.02%2C134.08%2C140.02z%22%2F%3E%0A%3Cpath%20fill%3D%22%23777777%22%20class%3D%22st0%22%20d%3D%22M134.16%2C150.02h-13.28c-3.33%2C0-6.03-2.7-6.03-6.03V55.82c0-3.33%2C2.7-6.03%2C6.03-6.03h13.28%0A%09c3.33%2C0%2C6.03%2C2.7%2C6.03%2C6.03v88.17C140.19%2C147.32%2C137.49%2C150.02%2C134.16%2C150.02z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: transparent;
}
.items-list-holder .items-list-element .cell.cell-controls-list div.stop:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2026.5.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.0%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20200%20200%22%20style%3D%22enable-background%3Anew%200%200%20200%20200%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bdisplay%3Anone%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20class%3D%22st0%22%20d%3D%22M79.12%2C150.02H65.84c-3.33%2C0-6.03-2.7-6.03-6.03V55.82c0-3.33%2C2.7-6.03%2C6.03-6.03h13.28%0A%09c3.33%2C0%2C6.03%2C2.7%2C6.03%2C6.03v88.17C85.16%2C147.32%2C82.46%2C150.02%2C79.12%2C150.02z%22%2F%3E%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20class%3D%22st0%22%20d%3D%22M138.39%2C106.02l-64.34%2C42.15c-4.74%2C3.17-8.86%2C0.02-8.86-4.18V55.82c0-4.55%2C3.58-7.3%2C7.59-5.01l65.61%2C42.98%0A%09c3.16%2C2.25%2C3.07%2C6.17%2C3.07%2C6.17v0.09C141.46%2C100.04%2C141.56%2C103.7%2C138.39%2C106.02z%22%2F%3E%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M134.08%2C140.02H65.92c-3.33%2C0-6.03-2.7-6.03-6.03V65.82c0-3.33%2C2.7-6.03%2C6.03-6.03h68.17c3.33%2C0%2C6.03%2C2.7%2C6.03%2C6.03v68.17%0A%09C140.12%2C137.32%2C137.42%2C140.02%2C134.08%2C140.02z%22%2F%3E%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20class%3D%22st0%22%20d%3D%22M134.16%2C150.02h-13.28c-3.33%2C0-6.03-2.7-6.03-6.03V55.82c0-3.33%2C2.7-6.03%2C6.03-6.03h13.28%0A%09c3.33%2C0%2C6.03%2C2.7%2C6.03%2C6.03v88.17C140.19%2C147.32%2C137.49%2C150.02%2C134.16%2C150.02z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: transparent;
  background-color: #5072CB;
}
.items-list-holder .items-list-element .cell.cell-controls-list div.pause {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2026.5.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.0%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20200%20200%22%20style%3D%22enable-background%3Anew%200%200%20200%20200%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bdisplay%3Anone%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20fill%3D%22%23C1465C%22%20d%3D%22M79.12%2C150.02H65.84c-3.33%2C0-6.03-2.7-6.03-6.03V55.82c0-3.33%2C2.7-6.03%2C6.03-6.03h13.28c3.33%2C0%2C6.03%2C2.7%2C6.03%2C6.03v88.17%0A%09C85.16%2C147.32%2C82.46%2C150.02%2C79.12%2C150.02z%22%2F%3E%0A%3Cpath%20fill%3D%22%23C1465C%22%20class%3D%22st0%22%20d%3D%22M138.39%2C106.02l-64.34%2C42.15c-4.74%2C3.17-8.86%2C0.02-8.86-4.18V55.82c0-4.55%2C3.58-7.3%2C7.59-5.01l65.61%2C42.98%0A%09c3.16%2C2.25%2C3.07%2C6.17%2C3.07%2C6.17v0.09C141.46%2C100.04%2C141.56%2C103.7%2C138.39%2C106.02z%22%2F%3E%0A%3Cpath%20fill%3D%22%23C1465C%22%20class%3D%22st0%22%20d%3D%22M144.08%2C150.02H55.92c-3.33%2C0-6.03-2.7-6.03-6.03V55.82c0-3.33%2C2.7-6.03%2C6.03-6.03h88.17%0A%09c3.33%2C0%2C6.03%2C2.7%2C6.03%2C6.03v88.17C150.12%2C147.32%2C147.42%2C150.02%2C144.08%2C150.02z%22%2F%3E%0A%3Cpath%20fill%3D%22%23C1465C%22%20d%3D%22M134.16%2C150.02h-13.28c-3.33%2C0-6.03-2.7-6.03-6.03V55.82c0-3.33%2C2.7-6.03%2C6.03-6.03h13.28c3.33%2C0%2C6.03%2C2.7%2C6.03%2C6.03v88.17%0A%09C140.19%2C147.32%2C137.49%2C150.02%2C134.16%2C150.02z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: transparent;
}
.items-list-holder .items-list-element .cell.cell-controls-list div.pause:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2026.5.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.0%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20200%20200%22%20style%3D%22enable-background%3Anew%200%200%20200%20200%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bdisplay%3Anone%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M79.12%2C150.02H65.84c-3.33%2C0-6.03-2.7-6.03-6.03V55.82c0-3.33%2C2.7-6.03%2C6.03-6.03h13.28c3.33%2C0%2C6.03%2C2.7%2C6.03%2C6.03v88.17%0A%09C85.16%2C147.32%2C82.46%2C150.02%2C79.12%2C150.02z%22%2F%3E%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20class%3D%22st0%22%20d%3D%22M138.39%2C106.02l-64.34%2C42.15c-4.74%2C3.17-8.86%2C0.02-8.86-4.18V55.82c0-4.55%2C3.58-7.3%2C7.59-5.01l65.61%2C42.98%0A%09c3.16%2C2.25%2C3.07%2C6.17%2C3.07%2C6.17v0.09C141.46%2C100.04%2C141.56%2C103.7%2C138.39%2C106.02z%22%2F%3E%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20class%3D%22st0%22%20d%3D%22M144.08%2C150.02H55.92c-3.33%2C0-6.03-2.7-6.03-6.03V55.82c0-3.33%2C2.7-6.03%2C6.03-6.03h88.17%0A%09c3.33%2C0%2C6.03%2C2.7%2C6.03%2C6.03v88.17C150.12%2C147.32%2C147.42%2C150.02%2C144.08%2C150.02z%22%2F%3E%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M134.16%2C150.02h-13.28c-3.33%2C0-6.03-2.7-6.03-6.03V55.82c0-3.33%2C2.7-6.03%2C6.03-6.03h13.28c3.33%2C0%2C6.03%2C2.7%2C6.03%2C6.03v88.17%0A%09C140.19%2C147.32%2C137.49%2C150.02%2C134.16%2C150.02z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: transparent;
  background-color: #5072CB;
}
.items-list-holder .items-list-element .cell.cell-controls-list div.play {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2026.5.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.0%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20200%20200%22%20style%3D%22enable-background%3Anew%200%200%20200%20200%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bdisplay%3Anone%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20fill%3D%22%235072CB%22%20class%3D%22st0%22%20d%3D%22M74.24%2C150.02H55.96c-3.33%2C0-6.03-2.7-6.03-6.03V55.82c0-3.33%2C2.7-6.03%2C6.03-6.03h18.28%0A%09c3.33%2C0%2C6.03%2C2.7%2C6.03%2C6.03v88.17C80.27%2C147.32%2C77.57%2C150.02%2C74.24%2C150.02z%22%2F%3E%0A%3Cpath%20fill%3D%22%235072CB%22%20d%3D%22M138.39%2C106.02l-64.34%2C42.15c-4.74%2C3.17-8.86%2C0.02-8.86-4.18V55.82c0-4.55%2C3.58-7.3%2C7.59-5.01l65.61%2C42.98%0A%09c3.16%2C2.25%2C3.07%2C6.17%2C3.07%2C6.17v0.09C141.46%2C100.04%2C141.56%2C103.7%2C138.39%2C106.02z%22%2F%3E%0A%3Cpath%20fill%3D%22%235072CB%22%20class%3D%22st0%22%20d%3D%22M117.87%2C156.94H29.7c-3.33%2C0-6.03-2.7-6.03-6.03V62.73c0-3.33%2C2.7-6.03%2C6.03-6.03h88.17%0A%09c3.33%2C0%2C6.03%2C2.7%2C6.03%2C6.03v88.17C123.9%2C154.24%2C121.2%2C156.94%2C117.87%2C156.94z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: transparent;
}
.items-list-holder .items-list-element .cell.cell-controls-list div.play:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2026.5.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.0%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20200%20200%22%20style%3D%22enable-background%3Anew%200%200%20200%20200%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bdisplay%3Anone%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20class%3D%22st0%22%20d%3D%22M74.24%2C150.02H55.96c-3.33%2C0-6.03-2.7-6.03-6.03V55.82c0-3.33%2C2.7-6.03%2C6.03-6.03h18.28%0A%09c3.33%2C0%2C6.03%2C2.7%2C6.03%2C6.03v88.17C80.27%2C147.32%2C77.57%2C150.02%2C74.24%2C150.02z%22%2F%3E%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M138.39%2C106.02l-64.34%2C42.15c-4.74%2C3.17-8.86%2C0.02-8.86-4.18V55.82c0-4.55%2C3.58-7.3%2C7.59-5.01l65.61%2C42.98%0A%09c3.16%2C2.25%2C3.07%2C6.17%2C3.07%2C6.17v0.09C141.46%2C100.04%2C141.56%2C103.7%2C138.39%2C106.02z%22%2F%3E%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20class%3D%22st0%22%20d%3D%22M117.87%2C156.94H29.7c-3.33%2C0-6.03-2.7-6.03-6.03V62.73c0-3.33%2C2.7-6.03%2C6.03-6.03h88.17%0A%09c3.33%2C0%2C6.03%2C2.7%2C6.03%2C6.03v88.17C123.9%2C154.24%2C121.2%2C156.94%2C117.87%2C156.94z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: transparent;
  background-color: #5072CB;
}
.items-list-holder .items-list-element .cell.cell-controls-list div.upload {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%E5%9B%BE%E5%B1%82_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2040%2040%22%20enable-background%3D%22new%200%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cg%3E%0D%0A%09%09%09%09%3Cg%3E%0D%0A%09%09%09%09%09%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M23%2C16.5c-0.1%2C0-0.3%2C0-0.4-0.1L20%2C13.7l-2.6%2C2.6c-0.2%2C0.2-0.5%2C0.2-0.7%2C0s-0.2-0.5%2C0-0.7l3-3%0D%0A%09%09%09%09%09%09c0.2-0.2%2C0.5-0.2%2C0.7%2C0l3%2C3c0.2%2C0.2%2C0.2%2C0.5%2C0%2C0.7C23.3%2C16.5%2C23.1%2C16.5%2C23%2C16.5z%22%2F%3E%0D%0A%09%09%09%09%3C%2Fg%3E%0D%0A%09%09%09%09%3Cg%3E%0D%0A%09%09%09%09%09%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M20%2C22c-0.3%2C0-0.5-0.2-0.5-0.5v-8c0-0.3%2C0.2-0.5%2C0.5-0.5s0.5%2C0.2%2C0.5%2C0.5v8C20.5%2C21.8%2C20.3%2C22%2C20%2C22z%22%0D%0A%09%09%09%09%09%09%2F%3E%0D%0A%09%09%09%09%3C%2Fg%3E%0D%0A%09%09%09%3C%2Fg%3E%0D%0A%09%09%09%3Cg%3E%0D%0A%09%09%09%09%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M25%2C27.5H15c-1.4%2C0-2.5-1.1-2.5-2.5v-2c0-0.3%2C0.2-0.5%2C0.5-0.5s0.5%2C0.2%2C0.5%2C0.5v2c0%2C0.8%2C0.7%2C1.5%2C1.5%2C1.5%0D%0A%09%09%09%09%09h10c0.8%2C0%2C1.5-0.7%2C1.5-1.5v-2c0-0.3%2C0.2-0.5%2C0.5-0.5s0.5%2C0.2%2C0.5%2C0.5v2C27.5%2C26.4%2C26.4%2C27.5%2C25%2C27.5z%22%2F%3E%0D%0A%09%09%09%3C%2Fg%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: transparent;
  background-size: 175%;
  background-position: center;
}
.items-list-holder .items-list-element .cell.cell-controls-list div.upload:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%E5%9B%BE%E5%B1%82_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2040%2040%22%20enable-background%3D%22new%200%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cg%3E%0D%0A%09%09%09%09%3Cg%3E%0D%0A%09%09%09%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M23%2C16.5c-0.1%2C0-0.3%2C0-0.4-0.1L20%2C13.7l-2.6%2C2.6c-0.2%2C0.2-0.5%2C0.2-0.7%2C0s-0.2-0.5%2C0-0.7l3-3%0D%0A%09%09%09%09%09%09c0.2-0.2%2C0.5-0.2%2C0.7%2C0l3%2C3c0.2%2C0.2%2C0.2%2C0.5%2C0%2C0.7C23.3%2C16.5%2C23.1%2C16.5%2C23%2C16.5z%22%2F%3E%0D%0A%09%09%09%09%3C%2Fg%3E%0D%0A%09%09%09%09%3Cg%3E%0D%0A%09%09%09%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M20%2C22c-0.3%2C0-0.5-0.2-0.5-0.5v-8c0-0.3%2C0.2-0.5%2C0.5-0.5s0.5%2C0.2%2C0.5%2C0.5v8C20.5%2C21.8%2C20.3%2C22%2C20%2C22z%22%0D%0A%09%09%09%09%09%09%2F%3E%0D%0A%09%09%09%09%3C%2Fg%3E%0D%0A%09%09%09%3C%2Fg%3E%0D%0A%09%09%09%3Cg%3E%0D%0A%09%09%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M25%2C27.5H15c-1.4%2C0-2.5-1.1-2.5-2.5v-2c0-0.3%2C0.2-0.5%2C0.5-0.5s0.5%2C0.2%2C0.5%2C0.5v2c0%2C0.8%2C0.7%2C1.5%2C1.5%2C1.5%0D%0A%09%09%09%09%09h10c0.8%2C0%2C1.5-0.7%2C1.5-1.5v-2c0-0.3%2C0.2-0.5%2C0.5-0.5s0.5%2C0.2%2C0.5%2C0.5v2C27.5%2C26.4%2C26.4%2C27.5%2C25%2C27.5z%22%2F%3E%0D%0A%09%09%09%3C%2Fg%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: transparent;
  background-color: #5072CB;
  background-size: 175%;
  background-position: center;
}
.items-list-holder .items-list-element .cell.cell-controls-list div.uploaded {
  border: none;
  background: none;
}
.items-list-holder .items-list-element .cell.cell-controls-list div.uploaded:after {
  display: none;
}
.items-list-holder .items-list-element .cell.cell-controls-list div.uploaded:hover:after {
  display: none;
}
.items-list-holder .items-list-element .cell .button {
  display: flex;
  border-radius: 8px;
  height: calc(100% - 10px);
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #D8D8D8;
  cursor: pointer;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
  font-size: 14px;
}
.items-list-holder .items-list-element .cell .button:hover {
  background-color: #1E559F;
  color: #FFFFFF;
}
.items-list-holder .items-list-element .cell .button.red {
  color: #FFFFFF;
}
.items-list-holder .items-list-element .cell .button.red:hover {
  color: #C1465C;
  background: #FFFFFF !important;
  border: 1px solid #C1465C;
}
.items-list-holder .items-list-element .cell .button.green {
  color: #FFFFFF;
}
.items-list-holder .items-list-element .cell .button.green:hover {
  color: #6DA085;
  background: #FFFFFF !important;
  border: 1px solid #6DA085;
}
.items-list-holder .items-list-element .cell .icon {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  font-size: 0;
  border: 1px solid #000000;
  border-radius: 6px;
  cursor: pointer;
}
.items-list-holder .items-list-element .cell .icon.play_btn {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2026.5.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.0%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20200%20200%22%20style%3D%22enable-background%3Anew%200%200%20200%20200%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bdisplay%3Anone%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20fill%3D%22%23000000%22%20class%3D%22st0%22%20d%3D%22M74.24%2C150.02H55.96c-3.33%2C0-6.03-2.7-6.03-6.03V55.82c0-3.33%2C2.7-6.03%2C6.03-6.03h18.28%0A%09c3.33%2C0%2C6.03%2C2.7%2C6.03%2C6.03v88.17C80.27%2C147.32%2C77.57%2C150.02%2C74.24%2C150.02z%22%2F%3E%0A%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M138.39%2C106.02l-64.34%2C42.15c-4.74%2C3.17-8.86%2C0.02-8.86-4.18V55.82c0-4.55%2C3.58-7.3%2C7.59-5.01l65.61%2C42.98%0A%09c3.16%2C2.25%2C3.07%2C6.17%2C3.07%2C6.17v0.09C141.46%2C100.04%2C141.56%2C103.7%2C138.39%2C106.02z%22%2F%3E%0A%3Cpath%20fill%3D%22%23000000%22%20class%3D%22st0%22%20d%3D%22M117.87%2C156.94H29.7c-3.33%2C0-6.03-2.7-6.03-6.03V62.73c0-3.33%2C2.7-6.03%2C6.03-6.03h88.17%0A%09c3.33%2C0%2C6.03%2C2.7%2C6.03%2C6.03v88.17C123.9%2C154.24%2C121.2%2C156.94%2C117.87%2C156.94z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.items-list-holder .items-list-element .cell .icon.icon-upload {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%E5%9B%BE%E5%B1%82_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2040%2040%22%20enable-background%3D%22new%200%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cg%3E%0D%0A%09%09%09%09%3Cg%3E%0D%0A%09%09%09%09%09%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M23%2C16.5c-0.1%2C0-0.3%2C0-0.4-0.1L20%2C13.7l-2.6%2C2.6c-0.2%2C0.2-0.5%2C0.2-0.7%2C0s-0.2-0.5%2C0-0.7l3-3%0D%0A%09%09%09%09%09%09c0.2-0.2%2C0.5-0.2%2C0.7%2C0l3%2C3c0.2%2C0.2%2C0.2%2C0.5%2C0%2C0.7C23.3%2C16.5%2C23.1%2C16.5%2C23%2C16.5z%22%2F%3E%0D%0A%09%09%09%09%3C%2Fg%3E%0D%0A%09%09%09%09%3Cg%3E%0D%0A%09%09%09%09%09%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M20%2C22c-0.3%2C0-0.5-0.2-0.5-0.5v-8c0-0.3%2C0.2-0.5%2C0.5-0.5s0.5%2C0.2%2C0.5%2C0.5v8C20.5%2C21.8%2C20.3%2C22%2C20%2C22z%22%0D%0A%09%09%09%09%09%09%2F%3E%0D%0A%09%09%09%09%3C%2Fg%3E%0D%0A%09%09%09%3C%2Fg%3E%0D%0A%09%09%09%3Cg%3E%0D%0A%09%09%09%09%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M25%2C27.5H15c-1.4%2C0-2.5-1.1-2.5-2.5v-2c0-0.3%2C0.2-0.5%2C0.5-0.5s0.5%2C0.2%2C0.5%2C0.5v2c0%2C0.8%2C0.7%2C1.5%2C1.5%2C1.5%0D%0A%09%09%09%09%09h10c0.8%2C0%2C1.5-0.7%2C1.5-1.5v-2c0-0.3%2C0.2-0.5%2C0.5-0.5s0.5%2C0.2%2C0.5%2C0.5v2C27.5%2C26.4%2C26.4%2C27.5%2C25%2C27.5z%22%2F%3E%0D%0A%09%09%09%3C%2Fg%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-size: 100% 100%;
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.items-list-holder .items-list-element .cell .file-input {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
}
.items-list-holder .items-list-element .cell .file-input .upload {
  position: relative;
  width: 30px;
  height: 30px;
  font-size: 0;
  border: 1px solid #D8D8D8;
  border-radius: 6px;
  margin: 0 3px;
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%E5%9B%BE%E5%B1%82_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2040%2040%22%20enable-background%3D%22new%200%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cg%3E%0D%0A%09%09%09%09%3Cg%3E%0D%0A%09%09%09%09%09%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M23%2C16.5c-0.1%2C0-0.3%2C0-0.4-0.1L20%2C13.7l-2.6%2C2.6c-0.2%2C0.2-0.5%2C0.2-0.7%2C0s-0.2-0.5%2C0-0.7l3-3%0D%0A%09%09%09%09%09%09c0.2-0.2%2C0.5-0.2%2C0.7%2C0l3%2C3c0.2%2C0.2%2C0.2%2C0.5%2C0%2C0.7C23.3%2C16.5%2C23.1%2C16.5%2C23%2C16.5z%22%2F%3E%0D%0A%09%09%09%09%3C%2Fg%3E%0D%0A%09%09%09%09%3Cg%3E%0D%0A%09%09%09%09%09%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M20%2C22c-0.3%2C0-0.5-0.2-0.5-0.5v-8c0-0.3%2C0.2-0.5%2C0.5-0.5s0.5%2C0.2%2C0.5%2C0.5v8C20.5%2C21.8%2C20.3%2C22%2C20%2C22z%22%0D%0A%09%09%09%09%09%09%2F%3E%0D%0A%09%09%09%09%3C%2Fg%3E%0D%0A%09%09%09%3C%2Fg%3E%0D%0A%09%09%09%3Cg%3E%0D%0A%09%09%09%09%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M25%2C27.5H15c-1.4%2C0-2.5-1.1-2.5-2.5v-2c0-0.3%2C0.2-0.5%2C0.5-0.5s0.5%2C0.2%2C0.5%2C0.5v2c0%2C0.8%2C0.7%2C1.5%2C1.5%2C1.5%0D%0A%09%09%09%09%09h10c0.8%2C0%2C1.5-0.7%2C1.5-1.5v-2c0-0.3%2C0.2-0.5%2C0.5-0.5s0.5%2C0.2%2C0.5%2C0.5v2C27.5%2C26.4%2C26.4%2C27.5%2C25%2C27.5z%22%2F%3E%0D%0A%09%09%09%3C%2Fg%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: transparent;
  background-size: 175%;
  background-position: center;
}
.items-list-holder .items-list-element .cell .file-input .upload:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  opacity: 0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2026.5.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.0%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20200%20200%22%20style%3D%22enable-background%3Anew%200%200%20200%20200%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bdisplay%3Anone%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20class%3D%22st0%22%20d%3D%22M74.24%2C150.02H55.96c-3.33%2C0-6.03-2.7-6.03-6.03V55.82c0-3.33%2C2.7-6.03%2C6.03-6.03h18.28%0A%09c3.33%2C0%2C6.03%2C2.7%2C6.03%2C6.03v88.17C80.27%2C147.32%2C77.57%2C150.02%2C74.24%2C150.02z%22%2F%3E%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M138.39%2C106.02l-64.34%2C42.15c-4.74%2C3.17-8.86%2C0.02-8.86-4.18V55.82c0-4.55%2C3.58-7.3%2C7.59-5.01l65.61%2C42.98%0A%09c3.16%2C2.25%2C3.07%2C6.17%2C3.07%2C6.17v0.09C141.46%2C100.04%2C141.56%2C103.7%2C138.39%2C106.02z%22%2F%3E%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20class%3D%22st0%22%20d%3D%22M117.87%2C156.94H29.7c-3.33%2C0-6.03-2.7-6.03-6.03V62.73c0-3.33%2C2.7-6.03%2C6.03-6.03h88.17%0A%09c3.33%2C0%2C6.03%2C2.7%2C6.03%2C6.03v88.17C123.9%2C154.24%2C121.2%2C156.94%2C117.87%2C156.94z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: transparent;
  background-color: #5072CB;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}
.items-list-holder .items-list-element .cell .file-input .upload:hover {
  border: none;
}
.items-list-holder .items-list-element .cell .file-input .upload:hover:after {
  opacity: 1;
}
.items-list-holder .items-list-element .cell .file-input .upload:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%E5%9B%BE%E5%B1%82_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2040%2040%22%20enable-background%3D%22new%200%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cg%3E%0D%0A%09%09%09%09%3Cg%3E%0D%0A%09%09%09%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M23%2C16.5c-0.1%2C0-0.3%2C0-0.4-0.1L20%2C13.7l-2.6%2C2.6c-0.2%2C0.2-0.5%2C0.2-0.7%2C0s-0.2-0.5%2C0-0.7l3-3%0D%0A%09%09%09%09%09%09c0.2-0.2%2C0.5-0.2%2C0.7%2C0l3%2C3c0.2%2C0.2%2C0.2%2C0.5%2C0%2C0.7C23.3%2C16.5%2C23.1%2C16.5%2C23%2C16.5z%22%2F%3E%0D%0A%09%09%09%09%3C%2Fg%3E%0D%0A%09%09%09%09%3Cg%3E%0D%0A%09%09%09%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M20%2C22c-0.3%2C0-0.5-0.2-0.5-0.5v-8c0-0.3%2C0.2-0.5%2C0.5-0.5s0.5%2C0.2%2C0.5%2C0.5v8C20.5%2C21.8%2C20.3%2C22%2C20%2C22z%22%0D%0A%09%09%09%09%09%09%2F%3E%0D%0A%09%09%09%09%3C%2Fg%3E%0D%0A%09%09%09%3C%2Fg%3E%0D%0A%09%09%09%3Cg%3E%0D%0A%09%09%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M25%2C27.5H15c-1.4%2C0-2.5-1.1-2.5-2.5v-2c0-0.3%2C0.2-0.5%2C0.5-0.5s0.5%2C0.2%2C0.5%2C0.5v2c0%2C0.8%2C0.7%2C1.5%2C1.5%2C1.5%0D%0A%09%09%09%09%09h10c0.8%2C0%2C1.5-0.7%2C1.5-1.5v-2c0-0.3%2C0.2-0.5%2C0.5-0.5s0.5%2C0.2%2C0.5%2C0.5v2C27.5%2C26.4%2C26.4%2C27.5%2C25%2C27.5z%22%2F%3E%0D%0A%09%09%09%3C%2Fg%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: transparent;
  background-color: #5072CB;
  background-size: 175%;
  background-position: center;
}
.items-list-holder .items-list-element .cell .file-input .unselected {
  padding: 0;
}
.items-list-holder .items-list-element .dd-btn {
  position: relative;
  background: url('data:image/svg+xml,%3Csvg width=\'13\' height=\'13\' viewBox=\'0 0 13 13\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cg clip-path=\'url(%23clip0)\'%3E%3Cpath d=\'M12.5906 9.98913C12.3951 10.1846 12.0791 10.1846 11.8836 9.98913L6.73716 4.84274L1.59078 9.98913C1.39529 10.1846 1.07929 10.1846 0.883799 9.98913C0.688311 9.79364 0.688311 9.47764 0.883799 9.28215L6.38369 3.78226C6.48119 3.68476 6.60918 3.63576 6.73719 3.63576C6.8652 3.63576 6.99319 3.68476 7.09069 3.78226L12.5906 9.28215C12.786 9.47764 12.786 9.79364 12.5906 9.98913Z\' fill=\'black\'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=\'clip0\'%3E%3Crect width=\'12\' height=\'12\' fill=\'white\' transform=\'matrix(1 0 0 -1 0.737183 12.8857)\'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A') no-repeat center;
  border-right: 1px solid #F6F6F6;
  cursor: pointer;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
}
.items-list-holder .items-list-element .dd-btn.open {
  transform: rotate(180deg);
  border-left: 1px solid #F6F6F6;
  border-right: none;
}
.items-list-holder .items-list-element .dummy-dd-btn {
  position: relative;
}
.items-list-holder .items-list-element .color {
  position: absolute;
  right: 0;
  width: 8px;
  height: 100%;
  background: none;
}
.items-list-holder .items-list-element .color.red {
  background: #FF0000;
}
.items-list-holder .items-list-element .color.green {
  background: #1BC236;
}
.items-list-holder .items-list-element .color.yellow {
  background: #FFB800;
}
.items-list-holder .items-list-element .inner-holder {
  position: relative;
  width: 100%;
  transition: max-height ease-in-out 0.1s;
  background: #E6E8EB;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #DADBDC;
  border-top: none;
  flex-basis: 100%;
}
.items-list-holder .items-list-element .inner-holder.hidden {
  max-height: 0;
  padding: 0 10px;
}
.items-list-holder .items-list-element .inner-holder .page-content {
  padding: 0;
}
.items-list-holder.text-string-in .items-list-element .cell {
  padding: 10px 15px;
  align-items: flex-start;
  text-align: left;
  line-height: 28px;
  word-break: break-all;
}
.items-list-holder.text-string-in .items-list-element .cell.grow {
  padding-top: 15px;
  line-height: 1.2;
}
.items-list-holder.text-string-in .items-list-element .cell .button {
  margin-top: 15px;
  margin: 0;
  height: 28px;
}
.items-list-holder .holder {
  position: relative;
  padding: 0px 25px 20px;
  display: flex;
  flex-flow: row nowrap;
}
.items-list-holder .holder .left {
  position: relative;
  padding-right: 20px;
  width: 316px;
  border-right: 1px solid #D1D8E2;
  box-sizing: content-box;
}
.items-list-holder .holder .left .infoline-holder {
  position: relative;
  width: 100%;
  max-height: 800px;
  transition: max-height ease-in-out 0.1s;
  overflow: hidden;
}
.items-list-holder .holder .left .infoline-holder.hidden {
  max-height: 0;
}
.items-list-holder .holder .left .infoline-holder .infoline {
  position: relative;
  width: 100%;
  padding: 9px 0;
  border-bottom: 1px solid #D1D8E2;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  font-size: 13px;
  color: #222222;
}
.items-list-holder .holder .left .infoline-holder .infoline .title {
  position: relative;
  padding-right: 5px;
  flex-basis: 45%;
  font-weight: bold;
}
.items-list-holder .holder .left .infoline-holder .infoline .info {
  position: relative;
  padding-left: 5px;
  flex-basis: 55%;
}
.items-list-holder .holder .left .left-bottom {
  position: relative;
  width: 100%;
  margin-top: 24px;
  display: flex;
}
.items-list-holder .holder .left .left-bottom .infoline-open-btn {
  position: relative;
  height: 40px;
  background: #D1D8E2;
  border-radius: 26px;
  cursor: pointer;
  flex-basis: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  color: #43525A;
}
.items-list-holder .holder .right {
  position: relative;
  padding-left: 20px;
  flex-grow: 1;
}
.items-list-holder .holder .center {
  flex-basis: 100%;
}
.items-list-holder .empty-text {
  padding: 0;
  text-align: center;
  margin: 35px 0;
  color: #444444;
}
.items-list-holder.no-header-buttons .buttons-holder {
  display: none;
}
.items-list-holder.align-left .table-row .innerHolder {
  padding: 0 10px 0 0;
  border-left: none;
  border-bottom: none;
}
.items-list-holder.align-right .table-row .innerHolder {
  padding: 0 0 0 10px;
  border-right: none;
  border-bottom: none;
}
.cross {
  padding: 10px 20px;
  background: url('data:image/svg+xml,%3Csvg width=\'17\' height=\'17\' viewBox=\'0 0 17 17\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M15.6195 0.258548C15.3684 0.0891683 15.0349 0.056065 14.7577 0.178548C14.55 0.266272 14.3976 0.442272 14.2408 0.600616C12.2178 2.658 10.1953 4.71648 8.17167 6.77386C6.14699 4.71648 4.12448 2.65689 2.10035 0.598961C1.93655 0.431789 1.77709 0.2431 1.55038 0.164755C1.19784 0.0224099 0.767735 0.139927 0.526379 0.436203C0.293159 0.708203 0.240008 1.12144 0.396212 1.44586C0.482991 1.64172 0.648957 1.78075 0.793229 1.93137C2.81628 3.98931 4.83987 6.04669 6.86238 8.10572C4.82143 10.1835 2.77885 12.2597 0.737363 14.3369C0.447193 14.5747 0.239464 14.957 0.323532 15.3438C0.403261 15.8376 0.919601 16.1973 1.40123 16.0897C1.67947 16.045 1.88828 15.837 2.07485 15.639C4.10713 13.5716 6.13885 11.5043 8.17167 9.43758C10.269 11.5683 12.3626 13.7024 14.4605 15.8326C14.7951 16.183 15.3966 16.1979 15.7416 15.8552C16.0247 15.5959 16.1174 15.1496 15.9607 14.7959C15.8777 14.5874 15.7047 14.4395 15.5534 14.2834C13.5292 12.2243 11.5046 10.1659 9.48096 8.10572C11.5219 6.02737 13.565 3.95124 15.6065 1.874C15.8175 1.69248 15.9981 1.44751 16.029 1.16062C16.0768 0.812478 15.9097 0.448341 15.6195 0.258548Z\' fill=\'%23929292\'/%3E%3C/svg%3E%0A') no-repeat center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
}
.page > .buttons-holder {
  justify-content: left;
  padding: 0 25px;
  margin-bottom: 20px;
}
.page > .buttons-holder .button.active {
  background-color: #1E559F;
  cursor: default;
}
.tab-header {
  position: relative;
  display: flex;
  z-index: 1;
}
.tab-header .tab {
  position: relative;
  padding: 5px 10px 15px;
  margin: 10px 4px -10px 0;
  border-radius: 6px;
  box-shadow: 10px 10px 5px -3px rgba(0, 0, 0, 0.03);
  background: #253985;
  cursor: pointer;
  top: 0;
  font-size: 14px;
  font-weight: 300;
  color: #E2E2E2;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, top 0.3s ease-in-out;
}
.tab-header .tab:before {
  content: '';
  position: absolute;
  top: 0;
  right: -6px;
  width: 10px;
  height: 100%;
  background: #253985;
  border-radius: 6px;
  transform: skew(15deg, 0deg);
  transition: background-color 0.3s ease-in-out;
}
.tab-header .tab:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -6px;
  width: 20px;
  height: 10px;
  background: #253985;
  border-radius: 6px;
  transform: skew(15deg, 0deg);
  transition: background-color 0.3s ease-in-out;
}
.tab-header .tab:hover {
  z-index: 1;
  background: #1E559F;
  top: -4px;
}
.tab-header .tab:hover:before {
  background: #1E559F;
}
.tab-header .tab:hover:after {
  background: #1E559F;
}
.tab-header .tab.active {
  z-index: 1;
  background: #FFFFFF;
  color: #000000;
  top: -4px;
}
.tab-header .tab.active:before {
  background: #FFFFFF;
}
.tab-header .tab.active:after {
  background: #FFFFFF;
}
.tab-header.upside {
  overflow: hidden;
}
.tab-header.upside .tab {
  margin: -10px 0 15px;
  padding: 15px 10px 5px;
  border-top: none;
}
.tab-header.upside .tab:before {
  transform: skew(-15deg, 0deg);
}
.tab-header.upside .tab:after {
  transform: skew(-15deg, 0deg);
  top: 0;
  bottom: auto;
}
.tab-header.upside .tab:hover {
  top: 4px;
}
.tab-header.upside .tab.active {
  top: 4px;
}
.inner-holder .tab-header.upside {
  top: -10px;
}
.page-content > .tab-header .tab {
  padding: 5px 10px 5px;
  margin: 10px 4px 10px 0;
  box-shadow: none;
  background: none;
  cursor: pointer;
  top: 0;
  border-bottom-color: rgba(255, 255, 255, 0);
  border-bottom-width: 1px;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  transition: color 0.3s ease-in-out, border-bottom-color 0.3s ease-in-out, border-bottom-width 0.3s ease-in-out;
}
.page-content > .tab-header .tab:before {
  display: none;
}
.page-content > .tab-header .tab:after {
  display: none;
}
.page-content > .tab-header .tab:hover {
  z-index: 1;
  background: none;
  top: 0;
  border-radius: 0;
  border-bottom: 3px solid #5072CB;
  font-weight: 500;
  color: #5072CB;
}
.page-content > .tab-header .tab:hover:before {
  background: none;
}
.page-content > .tab-header .tab:hover:after {
  background: none;
}
.page-content > .tab-header .tab.active {
  z-index: 1;
  background: none;
  top: 0;
  border-radius: 0;
  border-bottom: 3px solid #253985;
  font-weight: 500;
  color: #253985;
}
.page-content > .tab-header .tab.active:before {
  background: none;
}
.page-content > .tab-header .tab.active:after {
  background: none;
}
.tab-header + .tab-holder {
  position: relative;
  z-index: 2;
}
.tab-header + .tab-holder .tab-blocker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  z-index: 9999;
}
.tab-name {
  position: relative;
  padding: 0 25px;
  font-size: 28px;
  font-weight: 300;
  color: #222222 !important;
  text-align: left;
  margin: 0 0 15px;
}
.search {
  position: relative;
  margin: 0 25px 0 0;
}
.search input {
  padding: 0 15px;
  border-radius: 8px;
  height: 30px;
  width: 200px;
  color: #4F5A69;
  background-color: #FFFFFF;
  cursor: text;
  border: none;
  box-shadow: 10px 10px 5px -3px rgba(0, 0, 0, 0.03);
  font-size: 14px;
}
.search input:focus {
  outline: none;
}
.select,
.select-exist {
  position: relative;
}
.select .search,
.select-exist .search {
  margin: 0 !important;
}
.select {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.select .dropdown {
  min-width: 150px;
  font-weight: 300;
}
.select-holder {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  margin: 15px 20px;
  min-width: 120px;
}
.select-holder label {
  display: block;
  font-size: 12px;
  color: #4F5A69;
}
.select-holder select {
  position: relative;
  display: inline-flex;
  border-radius: 8px;
  height: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #FFFFFF;
  color: #4F5A69;
  border: 1px solid #4F5A69;
  cursor: pointer;
  transition: background-color 0.5s ease;
  font-size: 14px;
  text-align: center;
}
.dropdown {
  position: absolute;
  width: 100%;
  margin-top: 2px;
  background: rgba(0, 0, 0, 0.01);
  z-index: 9999;
  top: 100%;
  left: 0;
  color: #000000;
  overflow: auto;
  scrollbar-width: thin;
  background: #FFFFFF;
  box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.1);
}
.dropdown::-webkit-scrollbar {
  display: block;
  width: 6px;
  border-radius: 3px;
  background-color: #FFFFFF;
}
.dropdown::-webkit-scrollbar-thumb {
  width: 6px;
  border-radius: 3px;
  background-color: #777777;
}
.dropdown .dropdown-row {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  height: 28px;
  margin-bottom: 1px;
  background: #FFFFFF;
  border-bottom: 1px solid #D8D8D8;
  cursor: pointer;
  font-size: 14px;
}
.dropdown .dropdown-row:last-child {
  border-bottom: none;
}
.dropdown .dropdown-row:hover {
  background: #D1D8E2;
}
.dropdown .dropdown-row .row-texts {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.dropdown .dropdown-row .row-item {
  padding: 5px 5px;
}
.dropdown .dropdown-row .row-item:first-child {
  padding-left: 10px;
}
.dropdown .dropdown-row .row-item:last-child {
  padding-right: 10px;
}
.dropdown .grid {
  overflow: auto;
  scrollbar-width: thin;
  background: #FFFFFF;
  box-shadow: 10px 10px 5px -3px rgba(0, 0, 0, 0.03);
}
.dropdown .grid::-webkit-scrollbar {
  display: block;
  width: 6px;
  border-radius: 3px;
  background-color: #FFFFFF;
}
.dropdown .grid::-webkit-scrollbar-thumb {
  width: 6px;
  border-radius: 3px;
  background-color: #777777;
}
.file-input,
.info-content .info-element.file-input {
  position: relative;
  min-width: 130px;
  height: 60px;
  border-radius: 6px;
  background: #FFFFFF;
}
.file-input:before,
.info-content .info-element.file-input:before {
  content: '';
  position: absolute;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  left: 5px;
  top: 5px;
  border-radius: 6px;
  border: 1px #3B4452 dashed;
}
.file-input .unselected,
.info-content .info-element.file-input .unselected,
.file-input .selected,
.info-content .info-element.file-input .selected {
  position: relative;
  width: 100%;
  height: 100%;
  color: #3B4452;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  pointer-events: none;
  text-align: center;
}
.file-input .selected,
.info-content .info-element.file-input .selected {
  display: none;
}
.file-input.selected .unselected,
.info-content .info-element.file-input.selected .unselected {
  display: none;
}
.file-input.selected .selected,
.info-content .info-element.file-input.selected .selected {
  display: flex;
  width: auto;
  height: calc(100% - 20px);
  margin: 10px;
}
.file-input input,
.info-content .info-element.file-input input {
  display: block;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.info-content {
  position: relative;
  margin: 0 -10px;
  display: flex;
  flex-flow: row wrap;
}
.info-content .info-element {
  margin: 0 10px 15px;
}
.info-element {
  position: relative;
  border-radius: 6px;
  background: #F3F3F3;
  color: #3C3C3C;
  box-shadow: 10px 10px 5px -3px rgba(0, 0, 0, 0.03);
  font-size: 16px;
  align-self: start;
}
.info-element.textarea {
  min-width: calc(100% - 20px);
}
.info-element.textarea .ck.ck-editor {
  width: 100%;
}
.info-element.image-input {
  height: 100px;
}
.info-element.image-input .image-preview {
  position: relative;
  margin-left: 10px;
  width: 75px;
  height: 75px;
}
.info-element.info-dropdown .text {
  background: #FFFFFF;
  padding-right: 35px;
}
.info-element.info-dropdown .text:after {
  content: '';
  display: block;
  position: absolute;
  width: 25px;
  height: 100%;
  right: 0;
  top: 0;
  border-left: 1px #F2F5F9 solid;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2026.5.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.0%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20200%20200%22%20style%3D%22enable-background%3Anew%200%200%20200%20200%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M101.19%2C127.06c-2.2%2C0-4.28-0.86-5.84-2.42L57.74%2C87.03c-3.22-3.22-3.22-8.45%2C0-11.67c1.56-1.56%2C3.63-2.42%2C5.84-2.42%0A%09%09c2.2%2C0%2C4.28%2C0.86%2C5.84%2C2.42l37.61%2C37.61c3.22%2C3.22%2C3.22%2C8.45%2C0%2C11.67C105.47%2C126.2%2C103.4%2C127.06%2C101.19%2C127.06z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M63.58%2C73.44c2.07%2C0%2C4.02%2C0.81%2C5.48%2C2.27l37.61%2C37.61c3.02%2C3.02%2C3.02%2C7.94%2C0%2C10.96c-1.46%2C1.46-3.41%2C2.27-5.48%2C2.27%0A%09%09c-2.07%2C0-4.02-0.81-5.48-2.27L58.1%2C86.68c-1.46-1.46-2.27-3.41-2.27-5.48c0-2.07%2C0.81-4.02%2C2.27-5.48%0A%09%09C59.56%2C74.25%2C61.51%2C73.44%2C63.58%2C73.44%20M63.58%2C72.44c-2.24%2C0-4.48%2C0.85-6.19%2C2.56l0%2C0c-3.42%2C3.42-3.42%2C8.96%2C0%2C12.38L95%2C125%0A%09%09c1.71%2C1.71%2C3.95%2C2.56%2C6.19%2C2.56s4.48-0.85%2C6.19-2.56l0%2C0c3.42-3.42%2C3.42-8.96%2C0-12.38L69.77%2C75%0A%09%09C68.06%2C73.29%2C65.82%2C72.44%2C63.58%2C72.44L63.58%2C72.44z%22%2F%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M101.53%2C127.06c-2.2%2C0-4.28-0.86-5.84-2.42c-1.56-1.56-2.42-3.63-2.42-5.84c0-2.2%2C0.86-4.28%2C2.42-5.84l37.61-37.61%0A%09%09c1.56-1.56%2C3.63-2.42%2C5.84-2.42c2.2%2C0%2C4.28%2C0.86%2C5.84%2C2.42c3.22%2C3.22%2C3.22%2C8.45%2C0%2C11.67l-37.61%2C37.61%0A%09%09C105.8%2C126.2%2C103.73%2C127.06%2C101.53%2C127.06z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M139.14%2C73.44c2.07%2C0%2C4.02%2C0.81%2C5.48%2C2.27c3.02%2C3.02%2C3.02%2C7.94%2C0%2C10.96l-37.61%2C37.61c-1.46%2C1.46-3.41%2C2.27-5.48%2C2.27%0A%09%09c-2.07%2C0-4.02-0.81-5.48-2.27c-1.46-1.46-2.27-3.41-2.27-5.48c0-2.07%2C0.81-4.02%2C2.27-5.48l37.61-37.61%0A%09%09C135.12%2C74.25%2C137.07%2C73.44%2C139.14%2C73.44%20M139.14%2C72.44c-2.24%2C0-4.48%2C0.85-6.19%2C2.56l-37.61%2C37.61c-3.42%2C3.42-3.42%2C8.96%2C0%2C12.38%0A%09%09l0%2C0c1.71%2C1.71%2C3.95%2C2.56%2C6.19%2C2.56c2.24%2C0%2C4.48-0.85%2C6.19-2.56l37.61-37.61c3.42-3.42%2C3.42-8.96%2C0-12.38l0%2C0%0A%09%09C143.62%2C73.29%2C141.38%2C72.44%2C139.14%2C72.44L139.14%2C72.44z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  background-color: transparent;
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
}
.info-element .title {
  position: relative;
  padding: 10px;
  font-size: 13px;
  font-weight: 500;
}
.info-element .title.hint-icon {
  padding-right: 32px;
}
.info-element .title.hint-icon .icon {
  content: '?';
  position: absolute;
  display: inline-flex;
  right: 10px;
  top: 11px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #777777;
  justify-content: center;
  align-items: center;
  font-size: 8px;
}
.info-element .title .cross {
  position: absolute;
  right: 10px;
  margin: auto 0;
  top: 0;
  bottom: 0;
}
.info-element .text {
  position: relative;
  height: 42px;
  padding: 0 10px;
  background: #CECDCD;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #252631;
}
.info-element .text input {
  outline: none;
  border: none;
  background: none;
  font-size: 16px;
}
.info-element .text input:focus {
  outline: none;
}
.info-element .text input::placeholder {
  color: #AAAAAA;
}
.info-element .input {
  position: relative;
  height: 42px;
  padding: 0 10px;
  background: #FFFFFF;
  border-radius: 6px;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #252631;
}
.info-element .input input {
  outline: none;
  border: none;
  background: none;
  font-size: 16px;
}
.info-element .input input:focus {
  outline: none;
}
.info-element .input input::placeholder {
  color: #AAAAAA;
}
.info-element .input input.short {
  max-width: 80px;
}
.info-element .input input.medium {
  max-width: 160px;
}
.info-element .input input.long {
  max-width: 240px;
}
.info-element .input .search {
  margin: 0;
}
.info-element .input .search input {
  padding: 0;
  border-radius: 0;
  height: auto;
  box-shadow: none;
}
.info-element .textarea {
  position: relative;
  min-width: 100%;
  height: auto;
  padding: 5px;
  background: #FFFFFF;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #252631;
}
.info-element .textarea textarea {
  position: relative;
  height: 280px;
  width: 100%;
  border: none;
  outline: none;
  background: none;
  resize: vertical;
  font-size: 16px;
}
.info-element .textarea textarea:focus {
  border: none;
  outline: none;
}
.info-element .textarea textarea::placeholder {
  color: #AAAAAA;
}
.info-element a {
  display: inline-flex;
  min-width: 80px;
  padding: 10px;
  background: #1E559F;
  border: 1px solid #898989;
  border-radius: 6px;
  justify-content: center;
  color: #E2E2E2;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.info-element a:hover {
  background: #266DCC;
  color: #FFFFFF;
}
.info-element .status {
  position: relative;
  height: 42px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
}
.info-element .status .button {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  margin: 0;
}
.info-element .status .button.green {
  background: #2C863A;
}
.info-element .status .button.red {
  background: #832B2B;
}
.info-element .status .button.white {
  background: #FFFFFF;
  color: #252631;
}
.info-element .info-bubble {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 6px;
  color: #2C863A;
  padding: 15px;
  width: 25%;
  height: 12px;
  font-size: 10px;
  text-align: right;
  text-transform: uppercase;
}
.info-element .buttons-list {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 5px 0;
  background: #FFFFFF;
  border-radius: 6px;
}
.info-element .buttons-list .button {
  display: flex;
  width: auto;
  margin: 0 0 0 5px;
  border-radius: 8px;
  padding: 0 10px;
  height: 30px;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid #ECECEC;
  color: #252631;
  cursor: pointer;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
  font-size: 14px;
  font-weight: 400;
}
.info-element .buttons-list .button:last-child {
  margin-right: 5px;
}
.info-element .buttons-list .button.selected {
  background-color: #253985;
  color: #FFFFFF;
  border: 1px solid #253985;
}
.info-element .buttons-list .button:hover {
  background-color: #1E559F;
  color: #FFFFFF;
}
.info-element .info-block {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.05;
  border-radius: 6px;
}
.info-element .controls-holder {
  background: #FFFFFF;
  border-radius: 6px;
  width: 100%;
}
.info-element .controls-holder .image-holder {
  margin: 2px 15px;
  height: 52px;
  width: 52px;
  cursor: pointer;
}
.composition {
  position: relative;
  margin-top: 30px;
  padding-right: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px 30px;
}
@media all and (max-width: 1024px) {
  .composition {
    grid-template-columns: 1fr;
    gap: 0px;
  }
}
.composition .composition-row {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.composition .composition-row .input-select {
  margin-bottom: 20px;
}
.composition .composition-row .input-select .title {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
}
.composition .composition-row .input-select .select {
  display: inline-block;
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  margin-bottom: 10px;
}
.composition .composition-row .input-enter {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: start;
  align-items: baseline;
}
.composition .composition-row .input-enter .title {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
}
.composition .composition-row .input-enter .input {
  margin-bottom: 20px;
}
.composition .composition-row .input-enter .input input {
  padding: 0 15px;
  border-radius: 8px;
  height: 30px;
  width: 200px;
  color: #4F5A69;
  background-color: #FFFFFF;
  cursor: text;
  border: none;
  box-shadow: 10px 10px 5px -3px rgba(0, 0, 0, 0.03);
  font-size: 14px;
}
.composition .composition-row .input-enter .input input:focus {
  outline: none;
}
.composition .composition-row:after {
  content: '';
  position: absolute;
  height: 1px;
  background: #A7ADB7;
  width: 90%;
  left: 5%;
  bottom: -15px;
}
.composition .composition-row:nth-child(2n-1):before {
  content: '';
  position: absolute;
  height: 90%;
  background: #A7ADB7;
  width: 1px;
  top: 5%;
  right: -15px;
}
@media all and (max-width: 1024px) {
  .composition .composition-row:nth-child(2n-1):before {
    display: none;
  }
}
.gallery-holder .controls-holder {
  justify-content: left;
}
.gallery-holder .controls-holder > div {
  margin-right: 15px;
}
.gallery-holder .gallery {
  position: relative;
  padding: 15px 0;
  margin: 0 -10px;
  display: flex;
  flex-flow: row wrap;
}
.gallery-holder .gallery .gallery-image-instance {
  position: relative;
  margin: 0 10px;
  width: 200px;
  height: 200px;
  border-radius: 6px;
}
.gallery-holder .gallery .gallery-image-instance .close-btn {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 5px;
  right: 5px;
  border-radius: 50%;
  background: #898989 url('data:image/svg+xml,%3Csvg width=\'17\' height=\'17\' viewBox=\'0 0 17 17\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M15.6195 0.258548C15.3684 0.0891683 15.0349 0.056065 14.7577 0.178548C14.55 0.266272 14.3976 0.442272 14.2408 0.600616C12.2178 2.658 10.1953 4.71648 8.17167 6.77386C6.14699 4.71648 4.12448 2.65689 2.10035 0.598961C1.93655 0.431789 1.77709 0.2431 1.55038 0.164755C1.19784 0.0224099 0.767735 0.139927 0.526379 0.436203C0.293159 0.708203 0.240008 1.12144 0.396212 1.44586C0.482991 1.64172 0.648957 1.78075 0.793229 1.93137C2.81628 3.98931 4.83987 6.04669 6.86238 8.10572C4.82143 10.1835 2.77885 12.2597 0.737363 14.3369C0.447193 14.5747 0.239464 14.957 0.323532 15.3438C0.403261 15.8376 0.919601 16.1973 1.40123 16.0897C1.67947 16.045 1.88828 15.837 2.07485 15.639C4.10713 13.5716 6.13885 11.5043 8.17167 9.43758C10.269 11.5683 12.3626 13.7024 14.4605 15.8326C14.7951 16.183 15.3966 16.1979 15.7416 15.8552C16.0247 15.5959 16.1174 15.1496 15.9607 14.7959C15.8777 14.5874 15.7047 14.4395 15.5534 14.2834C13.5292 12.2243 11.5046 10.1659 9.48096 8.10572C11.5219 6.02737 13.565 3.95124 15.6065 1.874C15.8175 1.69248 15.9981 1.44751 16.029 1.16062C16.0768 0.812478 15.9097 0.448341 15.6195 0.258548Z\' fill=\'%23ffffff\'/%3E%3C/svg%3E%0A') no-repeat center / 50%;
  cursor: pointer;
}
.label-checkbox {
  position: relative;
  padding: 10px 10px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.label-checkbox input {
  border-right: 1px solid #F6F6F6;
  padding: 0 10px 0 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.label-checkbox label {
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.label-checkbox label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #2B323C;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 15px;
}
.label-checkbox input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 5px;
  height: 11px;
  border: solid #2B323C;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.controls-holder {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.controls-holder .button {
  display: flex;
  margin: 0 0 0 15px;
  border-radius: 6px;
  padding: 0 25px;
  height: 30px;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  background-color: #253985;
  color: #FFFFFF;
  cursor: pointer;
  transition: background-color 0.5s ease;
  font-size: 14px;
  font-weight: 400;
}
.controls-holder .button:hover {
  background-color: #1E559F;
}
.controls-holder .button.back-button {
  margin: 0 25px 0 0;
}
.controls-holder .button.back-button-arrow {
  margin: 0 25px 0 0;
  min-width: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  border: 2px solid #222222;
  color: #222222;
  background: none;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.controls-holder .button.back-button-arrow svg {
  position: relative;
  width: 15px;
  height: 15px;
  left: -1px;
}
.controls-holder .button.back-button-arrow svg path {
  fill: #222222;
  transition: fill 0.3s ease-in-out;
}
.controls-holder .button.back-button-arrow:hover {
  background: #222222;
  border-color: rgba(0, 0, 0, 0);
  color: #FFFFFF;
}
.controls-holder .button.back-button-arrow:hover svg path {
  fill: #FFFFFF;
}
.controls-holder .select {
  position: relative;
  width: auto;
}
.checkbox-row {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  height: auto;
  border-radius: 6px;
  background-color: #FFFFFF;
  box-shadow: 10px 10px 5px -3px rgba(0, 0, 0, 0.03);
  transition: background-color 0.5s ease;
}
.checkbox-row:last-child {
  margin-bottom: 15px;
}
.datepicker {
  position: relative;
  display: flex;
}
.datepicker .date-input {
  position: relative;
  margin: 0 12.5px;
}
.datepicker .date-input:first-child {
  margin: 0 12.5px 0 0;
}
.datepicker .date-input:last-child {
  margin: 0 0 0 12.5px;
}
.datepicker .date-input .title {
  position: relative;
  margin-bottom: 5px;
  font-size: 12px;
}
.datepicker .date-input input[type='date'] {
  padding: 0 15px;
  border-radius: 8px;
  height: 30px;
  width: 200px;
  color: #4F5A69;
  background-color: #FFFFFF;
  cursor: text;
  border: none;
  box-shadow: 10px 10px 5px -3px rgba(0, 0, 0, 0.03);
  font-size: 14px;
}
.datepicker .date-input input[type='date']:focus {
  outline: none;
}
.filter-dropdown {
  position: relative;
  min-width: 150px;
  /*max-width: 200px;*/
}
.filter-dropdown .title {
  position: relative;
  margin-bottom: 5px;
  font-size: 12px;
}
.filter-dropdown .text {
  position: relative;
  display: flex;
  border-radius: 6px;
  padding: 0 51px 0 10px;
  height: 30px;
  justify-content: start;
  align-items: center;
  min-width: 150px;
  background-color: #FFFFFF;
  color: #000000;
  cursor: pointer;
  transition: background-color 0.5s ease;
  box-shadow: 10px 10px 5px -3px rgba(0, 0, 0, 0.03);
  font-size: 14px;
  font-weight: 400;
}
.filter-dropdown .text:after {
  content: '';
  display: block;
  position: absolute;
  width: 25px;
  height: 100%;
  right: 0;
  top: 0;
  border-left: 1px #F2F5F9 solid;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2026.5.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.0%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20200%20200%22%20style%3D%22enable-background%3Anew%200%200%20200%20200%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M101.19%2C127.06c-2.2%2C0-4.28-0.86-5.84-2.42L57.74%2C87.03c-3.22-3.22-3.22-8.45%2C0-11.67c1.56-1.56%2C3.63-2.42%2C5.84-2.42%0A%09%09c2.2%2C0%2C4.28%2C0.86%2C5.84%2C2.42l37.61%2C37.61c3.22%2C3.22%2C3.22%2C8.45%2C0%2C11.67C105.47%2C126.2%2C103.4%2C127.06%2C101.19%2C127.06z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M63.58%2C73.44c2.07%2C0%2C4.02%2C0.81%2C5.48%2C2.27l37.61%2C37.61c3.02%2C3.02%2C3.02%2C7.94%2C0%2C10.96c-1.46%2C1.46-3.41%2C2.27-5.48%2C2.27%0A%09%09c-2.07%2C0-4.02-0.81-5.48-2.27L58.1%2C86.68c-1.46-1.46-2.27-3.41-2.27-5.48c0-2.07%2C0.81-4.02%2C2.27-5.48%0A%09%09C59.56%2C74.25%2C61.51%2C73.44%2C63.58%2C73.44%20M63.58%2C72.44c-2.24%2C0-4.48%2C0.85-6.19%2C2.56l0%2C0c-3.42%2C3.42-3.42%2C8.96%2C0%2C12.38L95%2C125%0A%09%09c1.71%2C1.71%2C3.95%2C2.56%2C6.19%2C2.56s4.48-0.85%2C6.19-2.56l0%2C0c3.42-3.42%2C3.42-8.96%2C0-12.38L69.77%2C75%0A%09%09C68.06%2C73.29%2C65.82%2C72.44%2C63.58%2C72.44L63.58%2C72.44z%22%2F%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M101.53%2C127.06c-2.2%2C0-4.28-0.86-5.84-2.42c-1.56-1.56-2.42-3.63-2.42-5.84c0-2.2%2C0.86-4.28%2C2.42-5.84l37.61-37.61%0A%09%09c1.56-1.56%2C3.63-2.42%2C5.84-2.42c2.2%2C0%2C4.28%2C0.86%2C5.84%2C2.42c3.22%2C3.22%2C3.22%2C8.45%2C0%2C11.67l-37.61%2C37.61%0A%09%09C105.8%2C126.2%2C103.73%2C127.06%2C101.53%2C127.06z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M139.14%2C73.44c2.07%2C0%2C4.02%2C0.81%2C5.48%2C2.27c3.02%2C3.02%2C3.02%2C7.94%2C0%2C10.96l-37.61%2C37.61c-1.46%2C1.46-3.41%2C2.27-5.48%2C2.27%0A%09%09c-2.07%2C0-4.02-0.81-5.48-2.27c-1.46-1.46-2.27-3.41-2.27-5.48c0-2.07%2C0.81-4.02%2C2.27-5.48l37.61-37.61%0A%09%09C135.12%2C74.25%2C137.07%2C73.44%2C139.14%2C73.44%20M139.14%2C72.44c-2.24%2C0-4.48%2C0.85-6.19%2C2.56l-37.61%2C37.61c-3.42%2C3.42-3.42%2C8.96%2C0%2C12.38%0A%09%09l0%2C0c1.71%2C1.71%2C3.95%2C2.56%2C6.19%2C2.56c2.24%2C0%2C4.48-0.85%2C6.19-2.56l37.61-37.61c3.42-3.42%2C3.42-8.96%2C0-12.38l0%2C0%0A%09%09C143.62%2C73.29%2C141.38%2C72.44%2C139.14%2C72.44L139.14%2C72.44z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  background-color: transparent;
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
}
.left-marker {
  position: absolute;
  left: 0;
  top: 3%;
  height: 94%;
}
.left-marker.px-8 {
  width: 8px;
  border-radius: 4px;
}
.left-marker.px-6 {
  width: 6px;
  border-radius: 3px;
}
.left-marker.px-4 {
  width: 4px;
  border-radius: 2px;
}
.left-marker.color-green {
  background: #6DA085;
}
.left-marker.color-yellow {
  background: #E9BF78;
}
.left-marker.color-red {
  background: #C1465C;
}
.left-marker.color-blue {
  background: #5072CB;
}
.hint {
  position: fixed;
  background: #253985;
  border-radius: 6px;
  padding: 5px;
  box-shadow: 10px 10px 5px -3px rgba(0, 0, 0, 0.03);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  z-index: 150;
}
.marker {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
}
.marker.color-green {
  background-color: #6DA085;
}
.marker.color-red {
  background-color: #C1465C;
}
.marker.color-yellow {
  background-color: #E9BF78;
}
.marker.color-blue {
  background-color: #5072CB;
}