:root {
  --background: #f1f6fd;
  --slate-blue: #1875f0;
  --border: #f3f3f3;
  --lime-green: #02c908;
  --primary: #a279f9;
  --white: white;
  --black: #333;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  background-color: var(--background);
  color: #333;
  letter-spacing: -.3px;
  font-family: Karla, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

a {
  text-decoration: none;
}

label {
  text-align: left;
  font-weight: 700;
  display: block;
}

.login-page-wrapper {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 12vh 5% 100px;
  display: flex;
  position: relative;
}

.signup-label {
  z-index: -1;
  color: #000;
  text-align: left;
  width: 100%;
  margin-bottom: 5px;
  padding-left: 2px;
  font-size: 15px;
  font-weight: 700;
}

.login-head {
  margin-top: 0;
  margin-bottom: 29px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3em;
}

.input-field {
  color: #696a6e;
  text-align: left;
  background-color: #fff;
  border: 1px solid #bbbbc6;
  border-radius: 4px;
  align-items: center;
  height: 54px;
  margin-bottom: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 41px;
  font-size: 16px;
  transition: border-color .2s, background-color .2s;
  display: flex;
  position: relative;
}

.input-field:focus {
  border: 1px solid var(--slate-blue);
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .05), 0 0 4px 0 var(--slate-blue);
}

.login-container {
  z-index: 10;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.error-message {
  z-index: 100;
  color: #fff;
  text-align: center;
  background-color: #000;
  padding-top: 22px;
  padding-bottom: 22px;
  font-weight: 700;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.login-button {
  background-color: #3144f3;
  border-radius: 4px;
  width: 100%;
  height: 54px;
  margin-top: 20px;
  padding: 13px 18px 12px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  transition: background-color .2s;
  display: block;
}

.login-button:hover {
  background-color: var(--slate-blue);
}

.field-wrapper {
  width: 100%;
  min-height: 30px;
  position: relative;
}

.memberstack-form {
  padding-top: 20px;
  position: relative;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.login-link {
  color: var(--slate-blue);
  font-weight: 700;
  transition: color .2s;
}

.login-link:hover {
  color: var(--slate-blue);
}

.secondary-action {
  font-size: 15px;
  line-height: 1.6em;
}

.secondary-action.forgot-password {
  text-align: right;
  margin-top: -5px;
}

.login-nav-link {
  color: #000;
  margin-top: 20px;
  margin-right: 50px;
  padding: 10px 20px;
  font-size: 18px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.page-wrapper {
  width: 100%;
  overflow: hidden;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.navigation-item {
  z-index: 2;
  opacity: .6;
  color: #000;
  background-color: #fff;
  align-items: center;
  margin-left: .5em;
  margin-right: .5em;
  padding: .25em;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: var(--slate-blue);
  background-color: rgba(0, 0, 0, 0);
  font-weight: 600;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-item.profile-nav {
  margin-top: -1em;
  margin-bottom: -1em;
  font-size: 15px;
}

.navigation-item.logout-link {
  border-top: 1px solid var(--border);
  margin-top: 1em;
  margin-left: 0;
  margin-right: 1em;
  padding-top: 1.5em;
  padding-bottom: 0;
}

.navigation-item.dropdown-nav-item {
  margin-left: 0;
}

.navigation-item.hide-on-mobile {
  padding: .25em;
}

.top-nav {
  z-index: 10;
  background-color: #fff;
  border-bottom: 1px solid #f3f3f3;
  justify-content: space-between;
  align-items: center;
  padding: 1.2em 1.5em 1em;
  display: flex;
  position: relative;
}

.top-nav.footer-nav {
  border-top: 1px solid #f3f3f3;
  padding-top: .6em;
  padding-bottom: .6em;
}

.navigation-icon {
  text-align: right;
  width: 20px;
  margin-right: 1em;
  font-family: "Fa 400", sans-serif;
}

.navigation-icon.memberstack-logo {
  width: 24px;
}

.profile-pic {
  border-radius: 50%;
  max-width: 34px;
  margin-right: .75em;
  overflow: hidden;
}

.navigation-menu {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  position: relative;
  box-shadow: 0 1px 10px rgba(51, 51, 51, .1);
}

.webflow-diamond {
  z-index: 0;
  background-color: #fff;
  border: 1px solid rgba(219, 226, 235, .5);
  border-radius: 2px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: -5px;
  bottom: auto;
  right: 17px;
  transform: rotate(45deg);
}

.nav-dropdown-list {
  opacity: 0;
  transform: translate(0, -10px);
}

.nav-dropdown-list.w--open {
  z-index: 2;
  opacity: 1;
  background-color: #fff;
  border: 1px solid #e9f2f5;
  border-radius: 4px;
  min-height: 20px;
  max-height: 80vh;
  margin-top: 0;
  padding-bottom: 25px;
  top: 50px;
  right: 10px;
  box-shadow: 0 20px 30px -10px rgba(45, 62, 80, .12);
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.dashboard-section {
  padding: 1em 2em;
}

.container {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.dash-row {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-left: 0%;
  margin-right: 0%;
  display: flex;
}

.dash-row.masonry {
  column-count: 3;
  min-height: 100vh;
  padding-bottom: 50px;
  display: block;
}

.dash-row.cms-dash-row {
  margin-left: -1%;
  margin-right: -1%;
}

.white-box {
  border: 1px solid var(--border);
  color: #333;
  background-color: #fff;
  border-radius: 4px;
  width: 48%;
  margin-bottom: 2%;
  margin-left: 1%;
  margin-right: 1%;
  box-shadow: 11px 11px 15px -5px rgba(0, 0, 0, .1);
}

.white-box.link-box {
  transition: box-shadow .2s, transform .2s, color .2s;
}

.white-box.link-box:hover {
  transform: translate(-2px, -2px);
  box-shadow: 21px 21px 25px -10px rgba(0, 0, 0, .1);
}

.white-box.link-box.paper-box {
  width: 23%;
  position: relative;
}

.white-box.link-box.asset-box {
  width: auto;
  margin-bottom: 4%;
  position: relative;
  overflow: hidden;
}

.white-box.progress-box, .white-box.full-width {
  width: 100%;
}

.white-box.third {
  width: 23%;
}

.white-box.third.totla {
  width: 30%;
}

.white-box.two-third {
  width: 64%;
  margin-left: 1%;
  margin-right: 1%;
}

.white-box.center-message {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.box-padding {
  padding: 1.6em;
}

.box-padding.paper-padding {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 1.25em;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.box-padding.app-padding-box {
  align-items: center;
  display: flex;
}

.box-padding.mid {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dash-tab-wrapper {
  min-height: 80vh;
  padding-bottom: 2em;
}

.app-logo-circle {
  border-radius: 50%;
  flex: none;
  width: 60px;
  height: 60px;
  margin-right: 1.6em;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: 7px 7px 12px -2px rgba(0, 0, 0, .1);
}

.app-heading {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .45em;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
}

.app-heading.connected {
  color: var(--lime-green);
  font-size: 16px;
}

.app-heading.connect {
  background-color: var(--border);
  border-radius: 20px;
  margin-bottom: -1em;
  margin-left: .25em;
  padding: .25em 1em;
  font-size: 15px;
  line-height: 20px;
}

.progress-bar-wrap {
  background-color: var(--background);
  border-radius: 20px;
  width: 100%;
  height: 1em;
  margin-top: 1em;
  position: relative;
  overflow: hidden;
  box-shadow: inset 1px 1px 5px rgba(51, 51, 51, .09);
}

.progress-bar {
  background-color: var(--slate-blue);
  background-image: linear-gradient(96deg, var(--primary), var(--slate-blue));
  border-radius: 20px;
  width: 31%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.progress-text-row {
  display: flex;
  position: relative;
}

.progress-icon {
  border-radius: 20px;
  width: 40px;
  height: 40px;
  margin-bottom: .25em;
  margin-left: auto;
  margin-right: auto;
  padding: 7px;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 4px 4px 5px -2px rgba(0, 0, 0, .1);
}

.progress-text-column {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-weight: 700;
}

.doc-heading {
  margin-top: 0;
  margin-bottom: auto;
}

.paper {
  width: 100%;
}

.doc-description {
  max-height: 75px;
  margin-bottom: 1em;
  overflow: hidden;
}

.doc-date {
  color: rgba(51, 51, 51, .5);
  font-size: 14px;
}

.doc-image {
  text-align: left;
  width: 20%;
  margin-bottom: 1em;
}

.template-right {
  background-color: #fff;
  border-radius: 4px;
  width: 70%;
  height: 65vh;
  min-height: 500px;
  position: relative;
  overflow: hidden;
  box-shadow: 7px 7px 20px -5px rgba(0, 0, 0, .1);
}

.html-embed {
  position: absolute;
  top: 0;
  bottom: 55px;
  left: 0;
  right: 0;
}

.filter-drawer {
  z-index: 10000;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 364px;
  padding: 80px 60px 80px 20px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  transform: translate(-100%);
  box-shadow: 10px 0 20px -10px rgba(45, 62, 80, .12);
}

.option-svg {
  color: rgba(38, 61, 73, .9);
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  min-width: 30px;
  padding: 3px 7px 4px;
  font-size: 19px;
  transition: box-shadow .2s, color .2s;
  position: relative;
  box-shadow: 0 2px 3px rgba(45, 62, 80, .12);
}

.option-svg:hover {
  color: #2aa8ff;
  box-shadow: 0 10px 10px -2px rgba(45, 62, 80, .12);
}

.iframe-wrapper {
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 4px 4px 14px rgba(0, 0, 0, .1);
}

.template-left {
  flex: none;
  width: 30%;
  min-width: 290px;
  margin-right: 15px;
}

.control-bar {
  z-index: 10;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  height: 57px;
  padding: 8px 10px 3px;
  display: flex;
  position: absolute;
  bottom: 1px;
  left: 1px;
  right: 1px;
}

.template-height {
  padding-bottom: 70%;
}

.iframe {
  width: 166.667%;
  height: 166.667%;
  position: absolute;
  top: 0;
  bottom: 0%;
  left: 0;
  right: 0%;
  transform: scale(.6);
}

.iframe.hide {
  display: none;
}

.option-row {
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 140px;
  height: 100%;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.option-row.center {
  margin-right: auto;
}

.project-grid {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.device-hover {
  opacity: 0;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 5px;
  width: 90px;
  height: 57px;
  padding-top: 10px;
  font-size: 11px;
  display: none;
  position: absolute;
  bottom: 125%;
  right: -10px;
}

.project-message {
  margin-bottom: 1em;
}

.copyright {
  opacity: .4;
  font-size: 14px;
}

.social-row {
  align-items: flex-start;
  display: flex;
}

.social-link {
  opacity: .5;
  filter: grayscale();
  width: 25px;
  height: 25px;
  margin-right: 6px;
  transition: filter .2s, opacity .2s;
}

.social-link:hover {
  opacity: 1;
  filter: none;
}

.footer-menu {
  display: flex;
}

.large-number {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.6;
  display: inline-block;
}

.colorful-icon {
  color: var(--slate-blue);
  text-align: center;
  background-color: rgba(24, 117, 240, .1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 1em;
  font-family: "Fa 400", sans-serif;
  display: flex;
}

.colorful-icon.green {
  color: var(--lime-green);
  background-color: rgba(2, 201, 8, .1);
}

.colorful-icon.purple {
  color: var(--primary);
  background-color: rgba(106, 117, 216, .1);
}

.center-label {
  text-align: center;
  margin-top: 1em;
}

.center-message {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cms-paper-link {
  z-index: 5;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.ms-loader {
  z-index: 1000000;
  background-color: rgba(0, 0, 0, .7);
  justify-content: center;
  align-items: center;
  padding-bottom: 5vh;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ms-loader.ms-loader-style-override {
  background-color: rgba(241, 246, 253, .9);
}

.ms-load-dot {
  background-color: #fff;
}

.ms-load-dot.ms-load-dot-override {
  background-color: #000;
}

.mobile-footer-spacing {
  display: none;
}

.tutorial-alert-bar {
  z-index: 1000;
  color: #fff;
  text-align: center;
  background-color: #2aa8ff;
  justify-content: center;
  align-items: center;
  height: 42px;
  transition: background-color .1s;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  box-shadow: inset 0 -1px 5px rgba(0, 0, 0, .1);
}

.tutorial-alert-bar:hover {
  background-color: #248ed6;
}

.video-icon {
  background-color: rgba(255, 255, 255, .2);
  border-radius: 50px;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  padding-left: 2px;
  display: inline-block;
  position: relative;
  top: 0;
  left: -6px;
}

.video-svg {
  width: 11px;
  position: relative;
  top: -1px;
}

.ms-svg {
  z-index: 3;
  color: #69696b;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  bottom: 17px;
  left: 13px;
  right: auto;
}

.div-block {
  border: 1px solid #414141;
  border-radius: 100000px;
  justify-content: center;
  align-items: center;
  width: 5vh;
  height: 5vh;
  display: flex;
}

.text-block {
  font-size: 22px;
}

.text-block-2 {
  color: #000;
  font-weight: 700;
  display: block;
}

.div-block-2 {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.div-block-4 {
  width: 80vw;
  height: 80vh;
}

.buttons-assets {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-3 {
  color: #fff;
}

.dugme {
  background-color: var(--slate-blue);
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 8vw;
  height: 4vh;
  margin-left: 20px;
  display: flex;
}

.dugme.malo {
  width: 7vw;
}

.div-block-5-copy {
  background-color: var(--slate-blue);
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 8vw;
  height: 4vh;
  margin-left: 20px;
  display: flex;
}

.div-block-5-copy.veliko {
  width: 8vw;
  height: 5vh;
  margin-top: 20px;
  margin-left: 0;
}

.dropdowns {
  margin-top: 20px;
}

.div-block-6 {
  border: 2px solid var(--slate-blue);
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 7vw;
  height: 4vh;
  margin-left: 20px;
  display: flex;
}

.text-block-4 {
  font-weight: 400;
}

.div-block-7 {
  border: 2px solid var(--slate-blue);
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 8vw;
  height: 5vh;
  margin-left: 0;
  display: flex;
}

.dropdown-toggle {
  border: 2px solid var(--slate-blue);
  border-radius: 15px;
  padding: 10px 40px 10px 10px;
}

.dropdown-toggle.puno {
  background-color: var(--slate-blue);
  color: #fff;
  margin-left: 20px;
}

.dropdown-toggle.prazno {
  margin-left: 20px;
}

.icon {
  color: var(--white);
}

.icon.crno {
  color: var(--black);
}

.dropdown-link {
  background-color: #fff;
  border-radius: 0;
  font-size: 14px;
}

.dropdown-2 {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0;
  margin-right: 0;
}

.text-span {
  font-size: 28px;
  font-weight: 400;
}

.boldtb {
  font-weight: 700;
}

.div-block-8 {
  margin-top: 20px;
}

.ms-input-label {
  margin-bottom: 5px;
  font-weight: 500;
}

.ms-drawer-top {
  color: #d4d4d4;
  border-radius: 16px 16px 0 0;
  justify-content: space-between;
  align-items: center;
  padding: 11px 10px 10px;
  font-weight: 400;
  display: flex;
}

.ms-drawer-top:hover {
  background-color: #232429;
}

.ms-how-drawer {
  background-color: #1c1d21;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 16px;
  width: 100%;
  margin-top: -10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.ms-how-drawer.radio {
  margin-top: 10px;
}

.ms-switch-bg {
  z-index: 0;
  background-color: var(--white);
  border: 1px solid #7c7c7c;
  border-radius: 8px;
  transition: background-color .2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ms-dropdown-svg {
  opacity: .5;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 20px;
  display: flex;
}

.ms-toggle-checkbox {
  display: none;
}

.ms-drawer-contain {
  border-top: 1px solid rgba(255, 255, 255, .25);
  padding: 10px 20px;
}

.ms-switch-select {
  z-index: 1;
  background-color: var(--slate-blue);
  border: 1px solid #858585;
  border-radius: 6px;
  width: 48.5%;
  margin-top: 1.5%;
  margin-bottom: 1.5%;
  transition: left .3s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 1.5%;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
}

.ms-switch-select.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  left: 39px;
}

.ms-switch-label {
  z-index: 3;
  grid-column-gap: 3%;
  white-space: nowrap;
  justify-content: space-around;
  align-items: center;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 2%;
  right: 2%;
}

.ms-switch-option {
  color: #fff;
}

.ms-switch-option.crno {
  color: #000;
}

.ms-switch-wrap {
  width: 50%;
  height: 42px;
  margin-bottom: 15px;
  margin-right: 20px;
  position: relative;
}

.ms-embed {
  background-color: #000;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  margin-bottom: 10px;
  font-style: italic;
  display: flex;
}

.form {
  width: 500px;
  display: flex;
}

.form-block {
  width: auto;
  margin-bottom: 0;
}

.text-block-5 {
  font-size: 22px;
  font-weight: 700;
}

.embed-icon-4 {
  margin-bottom: -4px;
}

.mid-heading {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.mid-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.paragraph-19 {
  margin-bottom: 0;
}

.button-4 {
  color: #2962ff;
  border: 1px solid #2962ff;
  border-radius: 50px;
  padding: 10px 15px;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
}

.button-4:hover {
  background-color: #f5f6fd;
  border-color: #f5f6fd;
}

.button-4.filled {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  background-color: #2962ff;
  align-items: center;
  margin-left: 20px;
  transition: color .2s, border-color .2s, background-color .2s;
  display: flex;
}

.button-4.filled:hover {
  color: #2962ff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #2962ff;
}

.button-4.small {
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
  display: flex;
}

.paragraph-17, .paragraph-20 {
  margin-bottom: 0;
  margin-left: 10px;
}

.dd-link {
  color: #2962ff;
}

.dd-link:hover {
  background-color: #f8f8f8;
}

.dd-list {
  background-color: #fff;
  border: 1px solid rgba(182, 183, 192, .3);
  border-radius: 20px;
}

.dd-list.w--open {
  color: #2962ff;
  border-color: #2962ff;
  margin-top: 10px;
  overflow: hidden;
}

.table-top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.form-block-2 {
  width: 100%;
  max-width: 300px;
  margin-bottom: 0;
}

.scroll {
  padding-bottom: 20px;
  display: flex;
  overflow: auto;
}

.text-field {
  border: 1px solid var(--slate-blue);
  background-color: #f8f8f8;
  background-image: url('../images/search.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  margin-bottom: 0;
  padding-left: 40px;
}

.text-field:hover, .text-field:active, .text-field:focus {
  border-color: rgba(0, 0, 0, 0);
}

.table-line {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid rgba(182, 183, 192, .3);
  grid-template-rows: auto;
  grid-template-columns: minmax(150px, 1fr) minmax(240px, 1fr) minmax(100px, 1fr);
  grid-auto-columns: 1fr;
  padding: 5px 10px;
  font-size: 12px;
  display: grid;
}

.table-line.heading {
  color: #b6b7c0;
  text-transform: uppercase;
  background-color: #f8f8f8;
  border-bottom-style: none;
  border-radius: 20px;
  grid-template-columns: minmax(150px, 1fr) minmax(240px, 1fr) minmax(100px, 1fr);
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-3 {
  margin-left: 0;
  margin-right: 0;
}

.dd-toggle {
  z-index: 10;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #b6b7c0;
  border: 1px solid rgba(182, 183, 192, .3);
  border-radius: 20px;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  transition: border-color .2s, color .2s;
  display: flex;
}

.dd-toggle:hover, .dd-toggle:focus {
  color: #2962ff;
  border-color: #2962ff;
}

.paragraph-21 {
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 0;
}

.table-wrap {
  border: 1px solid rgba(182, 183, 192, .3);
  border-radius: 20px;
  padding: 20px;
}

.table-wrap.first {
  margin-top: 20px;
  padding: 10px;
}

.table {
  flex: 1;
}

.div-block-9 {
  justify-content: space-between;
  display: flex;
}

.dropdown-list {
  background-color: rgba(221, 221, 221, .24);
}

.dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 15px;
}

.html-embed-2 {
  padding: 0;
}

.div-block-10 {
  display: flex;
}

.content-wrap-2 {
  padding-top: 0;
  padding-left: 25px;
  padding-right: 25px;
}

.group-row {
  border-bottom: 1px solid #d9d9d9;
  justify-content: space-between;
  align-items: center;
  height: 5vh;
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-37 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 10vh;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.div-block-37.uredjaji {
  justify-content: flex-end;
}

.row-h {
  font-size: 14px;
  font-weight: 400;
}

.row-left {
  grid-column-gap: 20px;
  align-items: center;
  width: 20vh;
  max-width: 300px;
  display: flex;
}

.div-block-11 {
  width: 100%;
  height: auto;
  overflow: auto;
}

.div-block-39 {
  display: flex;
}

.row-middle_wrap {
  width: 20vh;
  margin-left: 40px;
  display: flex;
}

.button-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  background-color: #183028;
  border-radius: 10px;
  align-items: center;
  height: 45px;
  padding: 15px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.button-3:hover {
  background-color: #6e877b;
}

.button-3.mail {
  background-color: #6e877b;
  justify-content: center;
  height: 40px;
  margin-left: 20px;
  padding: 10px 20px;
}

.row-middle {
  grid-column-gap: 65px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, auto) minmax(auto, auto);
  grid-auto-columns: 1fr;
  justify-items: start;
  width: 40vh;
  display: grid;
}

.scroll-2 {
  margin-bottom: 40px;
}

.row-right {
  justify-content: flex-end;
  align-items: center;
  width: 50vh;
  max-width: 370px;
  display: flex;
}

.scroll-animation {
  display: none;
}

.content-2 {
  flex: 1;
  margin-top: 10px;
}

.row-text {
  font-size: 15px;
}

.row-text.bold {
  font-size: 14px;
  font-weight: 500;
}

.row-middle_top {
  grid-column-gap: 5px;
  align-items: center;
  margin-bottom: 4px;
  display: flex;
}

.select-field-3 {
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  margin-left: 0;
}

.section-12 {
  margin-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-field-8 {
  border-radius: 5px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.text-block-48 {
  margin-bottom: 5px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: flex;
}

.text-block-51 {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.div-block-78 {
  width: 20%;
  margin-right: 0;
}

.div-block-74 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 15%;
  margin-right: 20px;
  padding-left: 0;
  display: flex;
}

.div-block-76 {
  width: 20%;
  margin-right: 20px;
}

.div-block-72 {
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.text-block-52 {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.select-field-2 {
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.div-block-75 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20%;
  margin-right: 20px;
  display: flex;
}

.div-block-79 {
  width: 50%;
  margin-right: 20px;
}

.div-block-80 {
  width: 50%;
  margin-right: 0;
}

.text-block-53 {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-block-54 {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.form-4 {
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 11px -4px #000;
}

.text-block-49 {
  margin-bottom: 5px;
}

.submit-button-4 {
  border-radius: 5px;
  margin-left: 20px;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.submit-button-5 {
  background-color: #001222;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-block-50 {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.div-block-73 {
  justify-content: space-around;
  width: 20%;
  margin-top: 10px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-77 {
  width: 20%;
  margin-right: 20px;
}

.div-block-81 {
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.section-13 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin-top: 40px;
  padding: 0 20px;
}

.submit-button-7 {
  border-radius: 5px;
  width: 80px;
  height: 30px;
  margin-right: 10px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.div-block-410 {
  justify-content: center;
  display: flex;
}

.tab {
  color: #9898a3;
  text-transform: capitalize;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 600;
  line-height: 18px;
}

.table-data {
  color: #4e4e4e;
  font-size: 13px;
}

.text-block-114 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.div-block-82 {
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  width: 100%;
  display: flex;
  box-shadow: 0 0 6px -2px #000;
}

.div-block-83 {
  border-bottom: 1px solid #818181;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 10px;
  display: flex;
}

.form-5 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-406 {
  justify-content: center;
  align-items: center;
  width: 3%;
  display: flex;
}

.div-block-406._2 {
  border: 1px #ececec;
}

.table-details-box {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  position: relative;
}

.submit-button-8 {
  background-color: #ffb515;
  border-radius: 5px;
  width: 80px;
  height: 30px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.form-block-4 {
  align-items: center;
  width: 100%;
  display: flex;
}

.scroll-table-content {
  flex-direction: column;
  display: flex;
  overflow: visible;
}

.div-block-412 {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-span-2 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(165, 165, 177, .5);
  border-radius: 5px;
  padding: 4px 10px;
  display: inline-block;
}

.div-block-411 {
  padding-left: 10px;
  padding-right: 20px;
}

.div-block-84 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.submit-button-6 {
  background-color: #007e2c;
  border-radius: 5px;
  width: 80px;
  height: 30px;
  margin-right: 10px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.table-row-nr {
  font-weight: 500;
}

.table-row {
  color: #9898a3;
  cursor: pointer;
  border-bottom: 1px solid #dce0ec;
  justify-content: space-between;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: box-shadow .2s;
  display: flex;
}

.table-row:hover {
  color: #4347e7;
  box-shadow: 0 12px 10px rgba(142, 143, 163, .06);
}

.table-row.head {
  cursor: default;
}

.table-row.head:hover {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
}

.table-row.head.hide {
  display: none;
}

.table-box {
  border: 1px #f9f9f9;
  flex-wrap: wrap;
  align-items: center;
  width: 18%;
  display: flex;
}

.table-box.action {
  width: 7%;
}

.table-box._11 {
  width: 11%;
}

.table-box._2 {
  flex-wrap: nowrap;
  width: 18%;
}

.table-arrows {
  opacity: .35;
  cursor: pointer;
  width: 15px;
  margin-right: 8px;
}

.table-arrows:hover {
  opacity: .6;
}

.table-arrows._2 {
  transform: rotate(180deg);
}

.table-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-top: 25px;
  display: flex;
}

.div-block-168 {
  background-color: #fff;
}

.submit-button-9 {
  background-color: #001222;
  border-radius: 100px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.body {
  background-color: var(--background);
}

.searchdivwrap {
  margin-top: 20px;
}

.div-block-413 {
  justify-content: space-around;
  width: 100%;
  height: 75px;
  margin-top: 20px;
  display: flex;
}

.div-block-19 {
  flex-direction: column;
  display: none;
}

.ms-svg-2 {
  z-index: 3;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 20px;
  display: flex;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: 10px;
  right: auto;
}

.ms-input-wrap-8 {
  color: #c5c5c5;
  padding: 0;
  display: flex;
  position: relative;
}

.embed-icon-3 {
  color: #183028;
  margin-bottom: -3px;
}

.ms-input-13 {
  color: #555;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .31);
  border-radius: 10px;
  min-height: 40px;
  margin-bottom: 20px;
  padding: 8px 12px;
  position: relative;
}

.ms-input-13:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #1e5eff;
}

.ms-input-13:focus {
  outline-offset: 0px;
  color: #fff;
  border-color: #1e5eff;
  outline: 3px solid rgba(30, 94, 253, .25);
}

.ms-input-13::placeholder {
  color: #aaafbc;
}

.ms-input-13.icon-left {
  color: #d4d4d4;
  padding-left: 38px;
}

.ms-input-label-2 {
  margin-bottom: 10px;
  font-weight: 500;
}

.form-6 {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
}

.ms-select-svg-2 {
  z-index: 6;
  color: #5c5c5c;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  top: 6px;
  right: 4px;
}

.div-block-22 {
  width: 50%;
  margin-right: 10px;
  display: block;
}

.div-block-22.gps {
  display: none;
}

.div-block-22.full {
  width: 100%;
}

.div-block-21 {
  width: 100%;
  display: flex;
}

.ms-input-wrap {
  padding: 0;
  display: flex;
  position: relative;
}

.button-5 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  background-color: #183028;
  border-radius: 10px;
  align-items: center;
  height: 45px;
  padding: 15px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.button-5:hover {
  background-color: #6e877b;
}

.button-5.mail {
  background-color: #6e877b;
  justify-content: center;
  height: 40px;
  margin-left: 20px;
  padding: 10px 20px;
}

.text-block-115 {
  color: #183028;
  font-size: 32px;
  font-weight: 300;
}

.div-block-16 {
  width: 100%;
  height: 85%;
  max-height: 70vh;
  padding: 20px;
  overflow: auto;
}

.ms-svg-3 {
  z-index: 3;
  color: #aaafbc;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: 10px;
  right: auto;
}

.ms-svg-3.left {
  color: #909090;
  position: absolute;
  top: 10px;
  bottom: 0%;
  left: 10px;
  right: auto;
}

.div-block-17 {
  margin-right: 20px;
}

.div-block-42 {
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.ms-input {
  color: #121331;
  background-color: #fff;
  border: 1px solid rgba(18, 19, 49, .25);
  border-radius: 5px;
  min-height: 40px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .1);
}

.ms-input:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.ms-input::placeholder {
  color: #909090;
}

.ms-input.icon-left {
  color: #fff;
  letter-spacing: 0;
  background-color: #fff;
  border-color: rgba(255, 255, 255, .33);
  border-radius: 10px;
  margin-bottom: 0;
  padding-left: 40px;
}

.div-block-13 {
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  width: 50vw;
  height: auto;
  position: absolute;
}

.filters-wrap-2 {
  color: #fff;
  border: 1px solid rgba(151, 151, 151, .4);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 45px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.filters-wrap-2:hover {
  color: #fff;
  background-color: #393f44;
}

.filters-wrap-2.confirm {
  border-color: rgba(151, 151, 151, .89);
  width: 200px;
  min-height: 45px;
  margin-top: 0;
  margin-left: 0;
}

.filters-wrap-2.confirm:hover {
  background-color: #fff;
}

.filters-wrap-2.uredjaj {
  border-color: rgba(151, 151, 151, .86);
  width: 100px;
  margin-top: 20px;
  margin-left: 0;
}

.filters-wrap-2.uredjaj:hover {
  background-color: #fff;
}

.text-block-116 {
  color: #000;
  font-size: 17px;
  font-weight: 600;
}

.div-block-23 {
  width: 50%;
  margin-left: 10px;
  display: block;
}

.div-block-18 {
  margin-top: 20px;
}

.ms-dropdown {
  z-index: 10;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  width: 70px;
  height: 40px;
  padding-left: 6px;
  padding-right: 6px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 6px;
}

.button-text-2 {
  color: #183028;
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 600;
}

.ms-input-label-3 {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 500;
}

.div-block-12 {
  z-index: 9999;
  color: #fff;
  background-color: rgba(0, 0, 0, .68);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-12.popup {
  z-index: 2147483647;
  color: #fff;
  background-color: rgba(168, 168, 168, .79);
  display: none;
}

.div-block-12.popup.novikorisnik {
  display: none;
}

.div-block-14 {
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 8vh;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.form-block-6 {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  overflow: auto;
}

.rekapitulacijatablica {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.div-block-415 {
  display: none;
}

.toast-box-b {
  color: #000;
  background-color: #fff;
  border: .5px solid #2ec862;
  border-radius: 10px;
  width: 500px;
  margin-top: 0;
  margin-bottom: 1rem;
  padding: .4rem;
  position: relative;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .1);
}

.toast-content {
  align-items: center;
  display: flex;
}

.toast-icon-b {
  background-color: rgba(46, 200, 98, .15);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-right: .8rem;
  padding: .8rem;
  display: flex;
}

.toast-icon-b.red {
  background-color: rgba(228, 0, 35, .15);
}

.toast-header {
  margin-bottom: -.25rem;
  font-weight: 700;
}

.toast-close-black {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 4rem;
  padding-top: 6px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0;
  left: auto;
  right: 0%;
}

.successmsg, .errormsg {
  z-index: 99999;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  display: none;
  position: absolute;
}

.toast-box-b-2 {
  color: #000;
  background-color: #fff;
  border: .5px solid #2ec862;
  border-radius: 10px;
  margin-bottom: 1rem;
  padding: .4rem;
  position: relative;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .1);
}

.toast-box-b-2.red {
  border-color: #e40023;
  width: 500px;
}

.toast-wrapper {
  z-index: 2147483647;
  width: 50%;
  min-width: 50vh;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.toast-box-a {
  color: #000;
  background-color: #fff;
  border: .5px solid #2ec862;
  border-radius: 50px;
  margin-bottom: 1rem;
  padding: .4rem;
  position: relative;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, .1);
}

.toast-box-a.red {
  border-color: #e40023;
}

.toast-icon-a {
  background-color: rgba(46, 200, 98, .15);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-right: .8rem;
  padding: .8rem;
  display: flex;
}

.toast-icon-a.red {
  background-color: rgba(228, 0, 35, .15);
}

.form-7 {
  color: #000;
  height: 100%;
}

.text-field-9 {
  border: 1px solid var(--border);
  color: #000;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 0;
}

.form-block-7 {
  color: #000;
  margin-bottom: 0;
}

.workerprofile-div {
  z-index: 9999;
  color: #fff;
  background-color: rgba(0, 0, 0, .68);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.workerprofile-div.dodajdobavljacamenu {
  display: flex;
}

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #1476ff;
  border-radius: 44px;
  justify-content: center;
  padding: 18px 22px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.143em;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  box-shadow: 0 4px 10px rgba(2, 87, 251, .2);
}

.btn-primary:hover {
  color: #fff;
  background-color: #004cff;
  transform: scale3d(1.06, 1.06, 1.01);
}

.btn-primary.small {
  padding: 12px 18px;
  font-size: 12px;
  line-height: 1.167em;
}

.date {
  color: #fff;
  border: 1px #f1f1f1;
  max-width: 55%;
  margin-bottom: 0;
  padding-left: 0;
}

.mg-right-16px {
  margin-right: 50px;
}

.text-200 {
  margin-left: 0;
  font-size: 14px;
  line-height: 1.143em;
}

.text-200.medium {
  letter-spacing: .1px;
  min-width: auto;
  display: block;
}

.text-200.medium.color-neutral-800 {
  margin-left: 5px;
  margin-right: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text202 {
  font-size: 14px;
  line-height: 1.143em;
}

.text202.medium {
  letter-spacing: .1px;
  min-width: auto;
  margin-top: 10px;
  font-size: 28px;
  font-weight: 700;
  display: block;
}

.display-inline-block {
  display: flex;
}

.grid-3-columns {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-3-columns._3-col-tablet.mg-bottom-24px {
  grid-template-columns: 1fr 1fr;
}

.button-2 {
  text-align: center;
  background-color: rgba(0, 136, 255, 0);
  background-image: linear-gradient(275deg, #76e5fc, #49b2fd 43%, #197dff 88%);
  border-radius: 8px;
  min-width: auto;
  max-width: 100%;
  padding: 12.5px 60px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.mg-bottom-40px {
  margin-bottom: 40px;
}

.image-3 {
  color: #fff;
  border: 1px #f1f1f1;
  align-self: auto;
  margin-bottom: 15px;
  margin-left: -20px;
  margin-right: 0;
  padding-right: 0;
  display: block;
}

.label-status {
  color: #b5b6cd;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
}

.progress-bar-2 {
  background-color: #e9eaf3;
  border-radius: 40px;
  width: 100%;
  min-height: 8px;
  max-height: 8px;
  position: relative;
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-1-column.dropdown-link-column {
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  justify-items: start;
}

.label {
  color: #b5b6cd;
  margin-left: 0;
  font-size: 14px;
  font-weight: 400;
}

.width-100 {
  width: 100%;
}

.loading-spinner-block-login-general {
  border: 1px #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  display: none;
}

.grid-2-columns {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.mg-bottom-48px {
  grid-template-columns: 1fr 1fr;
}

.grid-2-columns.gap-18px {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
}

.popup {
  background-color: #fff;
  border: 1px solid #e9eaf3;
  border-radius: 20px;
  box-shadow: 0 2px 10px rgba(25, 93, 194, .07);
}

.popup.simple-popup {
  text-align: center;
  border-radius: 30px;
  width: 100%;
  max-width: 520px;
  padding: 58px 48px;
  position: relative;
  overflow: hidden;
}

.admin-panel-header {
  color: #0b0e2c;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.273em;
  text-decoration: none;
}

.admin-panel-header.mg-bottom-8px {
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 28px;
}

.jobs {
  font-size: 14px;
  line-height: 1.143em;
}

.jobs.medium {
  letter-spacing: .1px;
  min-width: auto;
  margin-left: -15px;
  font-weight: 700;
  display: block;
}

.divider {
  background-color: #e9eaf3;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider.top-28px---bottom-36px {
  margin-top: 28px;
  margin-bottom: 36px;
}

.divider._24px {
  margin-top: 24px;
  margin-bottom: 24px;
}

.flex {
  display: flex;
}

.flex.align-center {
  align-items: center;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.div-block-416 {
  margin-top: 0;
  padding-top: 0;
}

.mg-bottom-24px {
  margin-top: 100px;
  margin-bottom: 24px;
}

.text-400 {
  font-size: 18px;
  line-height: 1.3em;
}

.wrapper {
  background-color: #fff;
  border: 1px solid #e9eaf3;
  border-radius: 20px;
  box-shadow: 0 2px 10px rgba(25, 93, 194, .07);
}

.wrapper.recent-contacts {
  border-radius: 30px;
  padding: 28px 34px 20px;
  position: relative;
}

.text-jobs {
  font-size: 14px;
  line-height: 1.143em;
}

.text-jobs.medium {
  letter-spacing: .1px;
  min-width: auto;
  margin-top: 10px;
  font-size: 22px;
  font-weight: 700;
  display: block;
}

.dropdown-column-wrapper {
  background-color: #fff;
  border: 1px solid #e9eaf3;
  border-radius: 20px;
  overflow: hidden;
  transform: translate(-50%);
  box-shadow: 0 2px 12px rgba(11, 22, 44, .05);
}

.dropdown-column-wrapper.module-dropdown {
  padding: 20px;
  top: 34px;
  right: 0;
  transform: none;
}

.new-clients {
  font-size: 14px;
  line-height: 1.143em;
}

.new-clients.medium {
  letter-spacing: .1px;
  min-width: auto;
  margin-left: -15px;
  font-weight: 700;
  display: block;
}

.dropdown-toggle-2 {
  z-index: 500;
  align-items: center;
  padding: 0;
  transition: color .3s;
  display: flex;
}

.dropdown-toggle-2:hover {
  color: #1476ff;
}

.dropdown-toggle-2.color-neutral-600 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
}

.column {
  padding-right: 10px;
}

.inner-progress-bar {
  background-color: #05c168;
  border-radius: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 9px rgba(20, 202, 116, .2);
}

.inner-progress-bar._20 {
  background-color: rgba(5, 193, 104, 0);
  background-image: linear-gradient(93deg, #76e5fc, #197dff);
  width: 20%;
}

.inner-progress-bar._80 {
  background-color: rgba(5, 193, 104, 0);
  background-image: linear-gradient(75deg, #76e5fc, #197dff);
  width: 80%;
}

.inner-progress-bar._50 {
  background-color: rgba(5, 193, 104, .09);
  background-image: linear-gradient(85deg, #76e5fc, #197dff);
  width: 50%;
}

.clients-mopdule {
  background-color: #fff;
  border: 1px solid #e9eaf3;
  border-radius: 20px;
  box-shadow: 0 2px 10px rgba(25, 93, 194, .07);
}

.clients-mopdule.tasks-top-module {
  grid-column-gap: 16px;
  border-radius: 24px;
  align-items: flex-start;
  padding: 30px 48px 30px 24px;
  display: flex;
  position: relative;
}

.color-neutral-800 {
  color: #0b0e2c;
}

.no-top-bottom-2 {
  color: #000;
  min-width: 200px;
  max-width: 200px;
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.143em;
}

.close-button-popup-module {
  z-index: 1;
  cursor: pointer;
  transform-style: preserve-3d;
  font-size: 20px;
  line-height: 1em;
  transition: transform .3s;
  position: absolute;
  top: 20px;
  right: 20px;
}

.close-button-popup-module:hover {
  transform: scale3d(1.25, 1.25, 1.01);
}

.popup-wrapper {
  z-index: 504;
  background-color: rgba(11, 14, 44, .5);
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dropdown-wrapper {
  z-index: 500;
}

.dropdown-wrapper.module-dropdown {
  z-index: 1;
  background-color: #fff;
  border: 1px solid #e9eaf3;
  border-radius: 38px;
  padding: 10px 14px;
}

.active {
  font-size: 14px;
  line-height: 1.143em;
}

.active.medium {
  letter-spacing: .1px;
  min-width: auto;
  margin-top: 10px;
  font-size: 22px;
  font-weight: 700;
  display: block;
}

.jobs-module {
  background-color: #fff;
  border: 1px solid #e9eaf3;
  border-radius: 20px;
  box-shadow: 0 2px 10px rgba(25, 93, 194, .07);
}

.jobs-module.tasks-top-module {
  grid-column-gap: 16px;
  border-radius: 24px;
  align-items: flex-start;
  padding: 30px 48px 30px 24px;
  display: flex;
  position: relative;
}

.status-2 {
  color: #79a64c;
  background-color: #fff;
  border: 1px #a0efff;
  border-radius: 12px;
  margin-top: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 24px;
  box-shadow: 3px 3px 9px -6px rgba(0, 0, 0, .25);
}

.project-2 {
  color: #131534;
  background-color: #fff;
  border: 1px #ececec;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: none;
  margin-top: 20px;
  padding: 15px 0;
  display: flex;
}

.project-2:hover {
  color: rgba(19, 21, 52, .8);
}

.top-51 {
  color: #000;
  margin-top: 10px;
  font-size: 16px;
  line-height: 26px;
}

.new-clients-copy {
  font-size: 14px;
  line-height: 1.143em;
}

.new-clients-copy.medium {
  letter-spacing: .1px;
  min-width: auto;
  margin-left: -15px;
  font-weight: 700;
  display: block;
}

.dropdown-link-2 {
  color: #6f7182;
  width: 100%;
  padding: 0;
  line-height: 20px;
}

.dropdown-link-2:hover {
  color: #1476ff;
}

.text-100 {
  font-size: 12px;
  line-height: 1.167em;
}

.text-100.medium {
  padding-top: 0;
  font-size: 14px;
  font-weight: 400;
}

.avatar-circle {
  border-radius: 50%;
  width: 100%;
  overflow: hidden;
  transform: translate(0);
}

.avatar-circle._02 {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
}

.avatar-circle._02.mg-right-10px {
  width: 42px;
  height: 42px;
  min-height: 42px;
  max-height: 42px;
  margin-right: 5px;
}

.module {
  background-color: #fff;
  border: 1px solid #e9eaf3;
  border-radius: 20px;
  box-shadow: 0 2px 10px rgba(25, 93, 194, .07);
}

.module.tasks-top-module {
  grid-column-gap: 16px;
  border-radius: 24px;
  align-items: flex-start;
  padding: 30px 48px 30px 24px;
  display: flex;
  position: relative;
}

.module.tasks-reports {
  border-radius: 30px;
  max-width: 100%;
  padding: 20px 20px 32px 36px;
}

.column-2 {
  display: none;
}

.text-300 {
  font-size: 16px;
  line-height: 1.125em;
}

.text-300.bold {
  font-weight: 700;
}

.text-300.bold.mg-bottom-12px {
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.text-300.bold.color-neutral-800 {
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.recent-contacts-details-container {
  align-items: center;
  width: 100%;
  display: flex;
}

.project-stats {
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.btn-secondary {
  color: #0b0e2c;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #e9eaf3;
  border-radius: 48px;
  padding: 18px 22px;
  font-size: 14px;
  line-height: 1.143em;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.btn-secondary:hover {
  color: #fff;
  background-color: #1476ff;
  border-color: #1476ff;
  transform: scale3d(1.06, 1.06, 1.01);
}

.btn-secondary.small {
  padding: 12px 18px;
  font-size: 12px;
  line-height: 1.167em;
}

.display-4 {
  color: #0b0e2c;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.455em;
}

.project-stat {
  flex-direction: column;
  align-items: flex-start;
  min-width: auto;
  margin-bottom: 0;
  margin-left: 40px;
  padding-bottom: 0;
  display: flex;
}

.project-stat.max-60 {
  min-width: 60px;
}

.container-default {
  max-width: none;
  padding-left: 24px;
  padding-right: 24px;
}

.title-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 550px;
  padding-right: 0;
  display: flex;
}

.column-3 {
  display: none;
}

.bold-text {
  font-size: 22px;
}

.column-4 {
  display: none;
}

.ms-input-label-4 {
  color: #121331;
  margin-bottom: 5px;
  font-weight: 700;
}

.ms-svg-4 {
  z-index: 3;
  color: rgba(0, 0, 0, .25);
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 20px;
  display: flex;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: 10px;
  right: auto;
}

.ms-multi-select-wrap {
  color: #000;
  background-color: #fff;
  border: 1px solid rgba(255, 255, 255, .33);
  border-radius: 8px;
  flex-wrap: wrap;
  width: 100%;
  max-height: 200px;
  padding: .5rem .5rem .25rem;
  display: flex;
  overflow: auto;
}

.search-result {
  z-index: 2;
  flex: none;
  align-items: center;
  width: 100%;
  margin-bottom: .25rem;
  padding-top: .3rem;
  padding-bottom: .2rem;
  padding-left: .7rem;
  line-height: 1.4em;
  display: flex;
  position: relative;
}

.search-result:hover {
  border-color: #1200ee;
  position: relative;
  box-shadow: 0 20px 30px -10px rgba(0, 0, 0, .13);
}

.search-result.noresults {
  display: none;
}

.ms-dropdown-cb {
  z-index: 3;
  cursor: pointer;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ms-dropdown-cb:hover {
  background-color: rgba(0, 0, 0, .05);
}

.ms-dropdown-cb.w--redirected-checked {
  background-color: #4aa3f1;
  background-image: url('../images/close_white_24dp.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-width: 2px;
  border-color: #1e5eff;
  border-radius: 6px;
  width: 100%;
  height: 106%;
}

.ms-dropdown-cb-label {
  z-index: 3;
  color: #000;
  width: 100%;
  position: relative;
}

.middle {
  background-color: rgba(24, 117, 240, .06);
  border-radius: 15px;
  width: 100%;
  max-height: 100vh;
  padding: 50px 40px 40px;
  overflow: auto;
}

.tabs-2 {
  margin-bottom: 30px;
}

.section {
  width: 100%;
  max-width: 1920px;
  display: flex;
}

.content-top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.tabs-content {
  padding-left: 30px;
  padding-right: 30px;
}

.middle-heading__flex {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content {
  width: 100%;
}

.p-12-2 {
  color: #a87c4b;
  font-size: 12px;
}

.p-12-2.text-white {
  color: #183028;
}

.card-bot {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: baseline;
  display: flex;
}

.top-link {
  border: 1px solid #e6e8e7;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  transition: background-color .2s;
  display: flex;
}

.top-link:hover {
  background-color: #e6e8e7;
}

.logo-link-2 {
  width: 200px;
  margin-bottom: 40px;
}

.button-6 {
  grid-column-gap: 6px;
  color: var(--black);
  background-color: rgba(24, 117, 240, .18);
  border-radius: 40px;
  align-items: center;
  padding: 15px 20px;
  font-size: 12px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
}

.button-6:hover {
  box-shadow: 0 4px 30px rgba(0, 0, 0, .1);
}

.image-4 {
  width: auto;
}

.card-top {
  justify-content: flex-end;
  display: flex;
}

.embed-icon {
  margin-bottom: -2px;
}

.middle-wrap {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.stat-bot__flex {
  grid-column-gap: 5px;
  align-items: center;
  margin-bottom: 22px;
  font-size: 14px;
  display: flex;
}

.mobile-nav {
  display: none;
}

.p-13 {
  font-size: 13px;
}

.top-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.nav-link {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  border-radius: 10px;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.nav-link:hover, .nav-link.w--current {
  color: #183028;
  background-color: #c5e86c;
}

.nav-link.last {
  margin-bottom: 0;
}

.tab-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.tab-wrap.second {
  margin-top: 20px;
}

.shadow {
  display: none;
}

.nav {
  z-index: 9999;
  color: #fff;
  background-color: #183028;
  width: 100%;
  max-width: 280px;
  height: 100vh;
  padding: 30px 15px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.stat-bot__l {
  background-color: #ffaa67;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  min-width: 45px;
  height: 45px;
  margin-bottom: 35px;
  display: flex;
}

.stat-bot__l.green {
  background-color: #afb39a;
}

.stat-bot__l.pink {
  background-color: #ba5067;
}

.summary-border {
  background-color: #a0a489;
  width: 1px;
}

.mobile-heading {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
}

.tabs-menu {
  border-bottom: 1px solid #e6e8e7;
  margin-bottom: 20px;
  padding-left: 30px;
  display: flex;
}

.card {
  background-color: rgba(24, 117, 240, .51);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 0;
  padding: 20px;
  display: flex;
}

.card.grey {
  background-color: #e6e8e7;
  min-height: 0;
}

.summary-light {
  color: #183028;
  font-size: 12px;
}

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

.stats-bot {
  grid-column-gap: 23px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.buttons-wrap {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.tab-link {
  color: rgba(24, 48, 40, .45);
  background-color: rgba(221, 221, 221, 0);
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.tab-link.w--current {
  color: #183028;
  background-color: rgba(221, 221, 221, 0);
  border-bottom-color: #183028;
}

.summary {
  grid-column-gap: 45px;
  color: #eef5fd;
  background-color: rgba(24, 117, 240, .25);
  border-radius: 20px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 40px;
  margin-bottom: 70px;
  padding: 46px;
  display: flex;
  box-shadow: 0 10px 40px rgba(134, 138, 115, .81);
}

.nav-wrap {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.h1 {
  font-size: 33px;
  font-weight: 600;
  line-height: 1.2;
}

.h1.margins {
  color: #000;
  margin-top: 15px;
  margin-bottom: 15px;
}

.top-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.stat-bot__h {
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 600;
}

.stat-bot__card {
  border: 1px solid var(--border);
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 20px;
  display: flex;
}

.paragraph-22, .paragraph-23 {
  margin-bottom: 0;
}

.heading-3, .heading-4, .heading-5, .heading-6 {
  font-size: 20px;
}

.firstinput-div {
  width: 250px;
}

.firstinput-field {
  border-radius: 10px;
  margin-bottom: 0;
}

.form-8 {
  flex-flow: column;
  display: flex;
}

.secondinput-field {
  border-radius: 10px;
  width: 100px;
  margin-bottom: 0;
}

.secondinput-div {
  width: 100px;
  margin-left: 20px;
}

.thirdinput-div {
  width: 150px;
  margin-left: 20px;
}

.thirdinput-field {
  border-radius: 10px;
  width: 150px;
  margin-bottom: 0;
}

.div-block-417 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-block-8 {
  margin-top: 20px;
}

.firstwrapper {
  flex-flow: column;
  display: flex;
}

.button-treba-i-enter {
  background-color: var(--slate-blue);
  border-radius: 100000px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 25px;
  margin-top: 20px;
  display: flex;
}

.text-block-117 {
  color: #fff;
}

.secondwrapper {
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.uspesno-div {
  z-index: 2147483647;
  width: 50%;
  min-width: 50vh;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.button-delete-ne-treba-enter {
  background-color: #aa0003;
  border-radius: 100000px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 25px;
  margin-top: 0;
  margin-left: 20px;
  display: flex;
}

.are-you-sure-div {
  z-index: 9888;
  background-color: rgba(134, 133, 133, .62);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-419 {
  background-color: #fff;
  border-radius: 10px;
  width: 30vw;
  height: auto;
  padding: 15px;
}

.text-block-118 {
  font-size: 22px;
}

.div-block-420 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-block-119 {
  font-size: 14px;
}

@media screen and (min-width: 1280px) {
  .admin-panel-header.mg-bottom-8px {
    text-align: left;
  }

  .status-2 {
    background-color: #fff;
  }
}

@media screen and (min-width: 1440px) {
  .admin-panel-header.mg-bottom-8px {
    text-align: left;
  }

  .status-2 {
    background-color: #fff;
  }
}

@media screen and (min-width: 1920px) {
  .admin-panel-header.mg-bottom-8px {
    text-align: left;
  }

  .jobs.medium {
    margin-left: -20px;
  }

  .flex.align-center {
    padding-top: 0;
    padding-bottom: 0;
  }

  .new-clients.medium {
    margin-left: -20px;
  }

  .status-2 {
    outline-offset: 0px;
    background-color: #fff;
    border-style: solid;
    border-color: #fff;
    outline: 3px #79a64c;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 500;
    box-shadow: 3px 3px 13px -4px rgba(0, 0, 0, .25);
  }

  .project-2 {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
  }

  .new-clients-copy.medium {
    margin-left: -20px;
  }

  .container-default {
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 18px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .navigation-item {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-item.footer-nav-item {
    padding-top: .5em;
  }

  .top-nav.footer-nav {
    flex-direction: column;
    align-items: flex-start;
    min-height: 220px;
  }

  .dash-row.masonry {
    column-count: 2;
  }

  .white-box.link-box.paper-box {
    width: 31%;
  }

  .white-box.link-box.asset-box {
    width: 100%;
  }

  .template-right {
    width: 100%;
    height: auto;
  }

  .option-svg.desktop-login.current {
    display: block;
  }

  .template-left {
    width: 100%;
  }

  .project-grid {
    flex-direction: column;
  }

  .large-number {
    font-size: 26px;
    line-height: 1.6;
  }

  .table-line {
    grid-template-columns: minmax(150px, 1fr) minmax(240px, 1fr) minmax(150px, 1fr) minmax(110px, 70px);
  }

  .group-row {
    width: 1150px;
  }

  .scroll-2 {
    max-width: 94vw;
    padding-bottom: 15px;
    overflow: auto;
  }

  .scroll-animation {
    grid-column-gap: 20px;
    color: #686868;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
  }

  .div-block-406._2 {
    justify-content: flex-start;
  }

  .scroll-table-content {
    overflow: scroll;
  }

  .table-box, .table-box._2 {
    justify-content: center;
  }

  .grid-3-columns {
    grid-template-columns: 1fr 1fr;
  }

  .grid-3-columns._3-col-tablet {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .dropdown-column-wrapper {
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
  }

  .dropdown-column-wrapper.module-dropdown {
    border-width: 1px;
    border-radius: 20px;
  }

  .middle {
    max-height: none;
    overflow: visible;
  }

  .section {
    flex-direction: column;
  }

  .content-top {
    z-index: 99;
    background-color: #fff;
    border-bottom: 1px solid #e6e8e7;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
  }

  .hamburger-line {
    background-color: #183028;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-line.mid {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .no-mobile {
    display: none;
  }

  .hamburger {
    cursor: pointer;
    width: 40px;
  }

  .mobile-nav {
    z-index: 99999;
    background-color: #fff;
    border-bottom: 1px solid #e6e8e7;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .top-links {
    display: none;
  }

  .nav-link {
    padding-left: 20px;
  }

  .tab-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .shadow {
    z-index: 999;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: rgba(0, 0, 0, .3);
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav {
    height: auto;
    display: none;
    position: fixed;
    top: 70px;
    bottom: 0;
    right: 0;
  }

  .mobile-heading {
    padding-top: 90px;
    display: flex;
  }

  .summary {
    grid-column-gap: 37px;
  }

  .nav-wrap {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .signup-label {
    margin-bottom: 2px;
  }

  .login-button {
    margin-top: 15px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation-item {
    flex-direction: column;
    padding-left: .5em;
    padding-right: .5em;
    font-size: 14px;
  }

  .navigation-item.profile-nav {
    flex-direction: row;
  }

  .navigation-item.footer-nav-item {
    align-items: flex-start;
    margin-left: 0;
  }

  .top-nav.footer-nav {
    text-align: center;
    align-items: flex-start;
    min-height: 250px;
  }

  .navigation-icon {
    text-align: center;
    min-height: 20px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .navigation-menu {
    justify-content: space-around;
    padding-left: 1em;
    padding-right: 1em;
  }

  .nav-dropdown-list {
    justify-content: flex-end;
  }

  .white-box.link-box {
    width: 100%;
  }

  .white-box.link-box.paper-box {
    width: 48%;
  }

  .white-box.third {
    width: 48%;
    margin-left: auto;
    margin-right: auto;
  }

  .white-box.third.mobile-full-box {
    flex-direction: column;
    width: 98%;
    display: flex;
  }

  .white-box.two-third {
    width: 100%;
  }

  .box-padding.mobile-flex-padding {
    justify-content: flex-start;
    align-items: center;
    padding-left: 1em;
    padding-right: 1em;
    display: flex;
  }

  .doc-description {
    max-height: 68px;
  }

  .html-embed {
    bottom: 0;
  }

  .control-bar {
    display: none;
  }

  .project-grid {
    flex-direction: column;
  }

  .footer-menu {
    flex-direction: row-reverse;
  }

  .table-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-end;
  }

  .form-block-2 {
    max-width: none;
  }

  .scroll-2 {
    max-width: 92vw;
  }

  .table-container {
    position: relative;
    overflow: hidden;
  }

  .table-data-wrapper {
    position: relative;
  }

  .scroll-table-content {
    margin-right: 33px;
  }

  .scroll-container {
    width: 100vw;
    overflow: hidden;
  }

  .table-row {
    width: 740px;
  }

  .table-row.head {
    width: 650px;
    display: none;
  }

  .table-row.head.hide {
    width: 740px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .table-box.action {
    width: 48px;
  }

  .table-wrapper {
    overflow: hidden;
  }

  .grid-3-columns, .grid-3-columns._3-col-tablet {
    grid-template-columns: 1fr;
  }

  .mg-bottom-40px {
    margin-bottom: 32px;
  }

  .grid-2-columns {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.gap-18px._2-columns-mbl, .grid-2-columns._2-col-mbl {
    grid-template-columns: 1fr 1fr;
  }

  .popup.simple-popup {
    border-radius: 20px;
    padding: 48px 32px;
  }

  .admin-panel-header {
    font-size: 20px;
  }

  .divider {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .wrapper.recent-contacts {
    border-radius: 24px;
  }

  .close-button-popup-module {
    max-width: 18px;
  }

  .popup-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .module.tasks-reports {
    border-radius: 24px;
  }

  .display-4 {
    font-size: 20px;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .middle {
    padding: 30px;
  }

  .content-top, .tabs-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .middle-heading__flex {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .mobile-nav {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-wrap {
    grid-template-columns: 1fr;
  }

  .mobile-heading {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tabs-menu {
    padding-left: 15px;
  }

  .summary {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 479px) {
  .login-head {
    font-size: 22px;
  }

  .login-container {
    min-width: 0;
  }

  .navigation-item {
    width: 100%;
    font-size: 12px;
  }

  .navigation-item.profile-nav, .navigation-item.footer-nav-item {
    width: auto;
  }

  .navigation-item.hide-on-mobile {
    display: flex;
  }

  .top-nav {
    padding-left: 1em;
    padding-right: 1em;
  }

  .top-nav.footer-nav {
    min-height: 50px;
  }

  .navigation-icon {
    z-index: 999;
    margin-bottom: 3px;
    font-size: 16px;
  }

  .navigation-menu {
    z-index: 999999;
    padding: 0;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .dashboard-section {
    padding-left: 1em;
    padding-right: 1em;
  }

  .dash-row.masonry {
    column-count: 1;
  }

  .white-box.link-box.paper-box {
    min-width: 210px;
    max-width: 300px;
    margin-bottom: 4%;
  }

  .white-box.third, .white-box.third.totla, .box-padding.mid {
    width: 100%;
  }

  .heading {
    font-size: 14px;
  }

  .progress-text-column {
    font-size: 12px;
  }

  .template-left {
    padding-left: 0;
    padding-right: 0;
  }

  .tabs {
    z-index: 9;
  }

  .mobile-footer-spacing {
    height: 67px;
    display: block;
  }

  .dugme.malo, .div-block-5-copy.veliko {
    width: 20vw;
  }

  .div-block-7 {
    width: 30vw;
    height: 4vh;
  }

  .ms-switch-wrap {
    width: 150px;
    margin-bottom: 0;
  }

  .form {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .mid-heading {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .mid-links {
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
  }

  .button-4 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .button-4.filled {
    width: 35vw;
    height: 5vh;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .button-4.main {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .table-line {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: minmax(170px, 1fr) minmax(240px, 1fr) minmax(150px, 1fr) minmax(130px, 110px);
  }

  .div-block-9 {
    margin-top: 20px;
  }

  .group-row {
    width: 1100px;
  }

  .scroll-2 {
    max-width: 89vw;
  }

  .div-block-78, .div-block-74 {
    width: 100%;
  }

  .div-block-72 {
    flex-flow: column;
  }

  .div-block-75, .div-block-77 {
    width: 100%;
  }

  .div-block-81 {
    justify-content: space-between;
  }

  .table-details-box {
    flex-wrap: wrap;
  }

  .scroll-table-content {
    margin-right: 30px;
  }

  .div-block-412 {
    margin-bottom: 15px;
  }

  .div-block-414 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image {
    width: 25px;
    margin-left: 0;
  }

  .div-block-415.mobile {
    margin-left: 10px;
    display: flex;
  }

  .btn-primary {
    width: 100%;
  }

  .text202.medium {
    min-width: 8px;
    max-width: 8px;
  }

  .columns {
    min-width: 175px;
    display: flex;
  }

  .grid-3-columns {
    grid-template-columns: 1fr;
  }

  .grid-3-columns._3-col-tablet.mg-bottom-24px {
    align-self: auto;
    align-items: center;
    justify-items: start;
    min-width: 75%;
    max-width: 75px;
    margin-left: -18px;
    margin-right: 0;
  }

  .grid-2-columns._2-col-mbl._1-col-mbp {
    grid-template-columns: 1fr;
    min-width: 25%;
    max-width: 65%;
  }

  .popup.simple-popup {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .jobs.medium {
    margin-left: -55px;
    margin-right: 0;
    padding-left: 7.5px;
    padding-right: 0;
    display: flex;
  }

  .div-block-416 {
    flex-direction: column;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: flex;
  }

  .mg-bottom-24px {
    margin-bottom: 20px;
  }

  .text-400 {
    font-size: 16px;
  }

  .wrapper.recent-contacts {
    border-radius: 16px;
    margin-left: -10px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .new-clients.medium {
    margin-left: -85px;
    margin-right: 0;
    display: flex;
  }

  .column {
    padding-left: 0;
  }

  .clients-mopdule.tasks-top-module {
    padding-left: 22px;
    padding-right: 0;
  }

  .close-button-popup-module {
    top: 16px;
    right: 16px;
  }

  .popup-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .jobs-module.tasks-top-module {
    padding-right: 75px;
  }

  .jobs-posted {
    display: flex;
  }

  .new-clients-copy.medium {
    min-width: 100px;
    margin-left: -15px;
  }

  .module.tasks-reports {
    border-radius: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .column-2 {
    padding-right: 0;
  }

  .recent-contacts-details-container {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }

  .active-jobs {
    display: flex;
  }

  .btn-secondary {
    width: 100%;
  }

  .container-default {
    flex-direction: column;
    justify-content: center;
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .summary-border {
    width: 100%;
    height: 1px;
  }

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

  .stats-bot {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .buttons-wrap {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: stretch;
  }

  .tab-link {
    width: 100%;
  }

  .summary {
    grid-row-gap: 25px;
    flex-direction: column;
  }

  .firstinput-div, .firstinput-field {
    width: 150px;
  }

  .secondinput-field {
    width: 50px;
  }

  .secondinput-div {
    width: 50px;
    margin-left: 10px;
  }

  .thirdinput-div {
    width: 100px;
    margin-left: 10px;
  }

  .thirdinput-field {
    width: 100px;
  }
}

#w-node-af42f325-6ef0-32ec-c004-39e5d1551a02-a5fd132c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-af42f325-6ef0-32ec-c004-39e5d1551a09-a5fd132c {
  justify-self: end;
}

#w-node-af42f325-6ef0-32ec-c004-39e5d1551a11-a5fd132c, #w-node-af42f325-6ef0-32ec-c004-39e5d1551a13-a5fd132c, #w-node-af42f325-6ef0-32ec-c004-39e5d1551a18-a5fd132c, #w-node-af42f325-6ef0-32ec-c004-39e5d1551a39-a5fd132c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af42f325-6ef0-32ec-c004-39e5d1551a49-a5fd132c, #w-node-af42f325-6ef0-32ec-c004-39e5d1551a68-a5fd132c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_88b67cd7-449f-ca1e-46ae-0164562501d9-a5fd132c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

@media screen and (max-width: 479px) {
  #w-node-af42f325-6ef0-32ec-c004-39e5d1551a09-a5fd132c {
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Iconmonstr iconic font';
  src: url('../fonts/iconmonstr-iconic-font.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}