@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans/opensans-bold.eot");
  src: url("../fonts/opensans/opensans-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/opensans-bold.woff2") format("woff2"), url("../fonts/opensans/opensans-bold.woff") format("woff"), url("../fonts/opensans/opensans-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans/opensans-light.eot");
  src: url("../fonts/opensans/opensans-light.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/opensans-light.woff2") format("woff2"), url("../fonts/opensans/opensans-light.woff") format("woff"), url("../fonts/opensans/opensans-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans/opensans-semibold.eot");
  src: url("../fonts/opensans/opensans-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/opensans-semibold.woff2") format("woff2"), url("../fonts/opensans/opensans-semibold.woff") format("woff"), url("../fonts/opensans/opensans-semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans/OpenSans-ExtraBold.eot");
  src: url("../fonts/opensans/OpenSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/OpenSans-ExtraBold.woff2") format("woff2"), url("../fonts/opensans/OpenSans-ExtraBold.woff") format("woff"), url("../fonts/opensans/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans/opensans-regular.eot");
  src: url("../fonts/opensans/opensans-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/opensans-regular.woff2") format("woff2"), url("../fonts/opensans/opensans-regular.woff") format("woff"), url("../fonts/opensans/opensans-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Geologica Roman';
  src: url("../fonts/geologica/GeologicaRoman-Black.eot");
  src: url("../fonts/geologica/GeologicaRoman-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/geologica/GeologicaRoman-Black.woff2") format("woff2"), url("../fonts/geologica/GeologicaRoman-Black.woff") format("woff"), url("../fonts/geologica/GeologicaRoman-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geologica Roman';
  src: url("../fonts/geologica/GeologicaRoman-Bold.eot");
  src: url("../fonts/geologica/GeologicaRoman-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/geologica/GeologicaRoman-Bold.woff2") format("woff2"), url("../fonts/geologica/GeologicaRoman-Bold.woff") format("woff"), url("../fonts/geologica/GeologicaRoman-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geologica Roman';
  src: url("../fonts/geologica/GeologicaRoman-Regular.eot");
  src: url("../fonts/geologica/GeologicaRoman-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/geologica/GeologicaRoman-Regular.woff2") format("woff2"), url("../fonts/geologica/GeologicaRoman-Regular.woff") format("woff"), url("../fonts/geologica/GeologicaRoman-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.loading {
  position: relative;
  min-height: 50px;
}
.loading:before {
  content: '';
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(-45deg, rgba(254, 117, 59, 0.09) 25%, transparent 25%, transparent 50%, rgba(254, 117, 59, 0.09) 50%, rgba(254, 117, 59, 0.09) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  animation: progress 2s linear infinite;
}
.loading:hover {
  cursor: wait;
}

@keyframes progress {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
.loader svg path,
.loader svg rect {
  fill: #FE753B;
}

.flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}

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

.flex-top {
  align-items: flex-start !important;
}

.flex-end {
  justify-content: flex-end;
}

.flex-start {
  justify-content: flex-start;
}

.flex-wrap {
  flex-wrap: wrap;
}

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

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

.vertical-middle {
  align-items: center;
}

.align-bottom {
  align-items: flex-end;
}

.relative {
  position: relative;
}

.inline {
  display: inline;
}

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

.block {
  display: block;
}

.mt12 {
  margin-top: 12px;
}

.mr24 {
  margin-right: 24px;
}

.ml24 {
  margin-left: 24px;
}

.white-space {
  white-space: nowrap;
}

.pl22 {
  padding-left: 22px;
}

.strike {
  text-decoration: line-through;
  color: #8C9CA6;
}

.orange {
  color: #FE753B !important;
}

.green {
  color: #67BB6A !important;
}

.red {
  color: #C23131 !important;
}

.purple {
  color: #BA68C8 !important;
}

.medium {
  font-weight: 600 !important;
}

.gray {
  color: #B2BFC4 !important;
}

.dark-gray {
  color: #8C9CA6 !important;
}

.dark {
  color: #3A474C !important;
}

.regular {
  font-weight: 400 !important;
}

.bold {
  font-weight: 700 !important;
}

.pointer {
  cursor: pointer;
}

.border-0 {
  border: none !important;
}

.italic {
  font-style: italic;
}

.sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused, .sidebar-mini.sidebar-collapse .main-sidebar:hover,
.sidebar-mini.sidebar-collapse .main-sidebar, .sidebar-mini.sidebar-collapse .main-sidebar::before {
  width: 50px;
  overflow-x: unset;
}

.sidebar-mini.sidebar-collapse .main-footer, .sidebar-mini.sidebar-collapse .main-header {
  margin-left: 0 !important;
}

.dropdown {
  line-height: 1;
}

.dropdown.open .dropdown-menu {
  display: block;
}

.dropdown-menu::-webkit-scrollbar {
  width: 4px;
}

.dropdown-menu::-webkit-scrollbar-track {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #E6E8E9;
}

.dropdown-menu::-webkit-scrollbar-thumb {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #B2BFC4;
  height: 43px;
}

.dropdown-menu::-webkit-scrollbar-thumb:window-inactive {
  background: #E6E8E9;
}

.dropdown-menu > li > a {
  font-size: 13px;
  color: #3A474C;
  line-height: 26px;
  padding: 4px 24px;
}
.dropdown-menu > li > a:hover {
  background-color: #E6E8E9;
}

.dropdown-menu {
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 0 0 4px rgba(72, 101, 129, 0.25);
  -moz-box-shadow: 0 0 4px rgba(72, 101, 129, 0.25);
  box-shadow: 0 0 4px rgba(72, 101, 129, 0.25);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #3A474C;
  background-color: #E6E8E9;
}

.dropdown-toggle {
  position: relative;
  display: inline-block;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border: 0;
  width: 12px;
  height: 8px;
  background-image: url("../img/arrow-bottom.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -18px;
  top: 1px;
}

.user-panel, .user-panel .info {
  overflow: unset !important;
  white-space: unset !important;
}

.user-panel .dropdown-menu, .user-panel .status {
  font-size: 13px;
}

.main-sidebar, .sidebar {
  overflow-y: unset;
  padding-left: 0;
  padding-right: 0;
}

.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  padding-left: 56px;
  padding-right: 42px;
}
@media (max-width: 1500px) {
  .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1500px) {
  .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1400px) {
  .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.full {
  max-width: 95%;
  height: auto;
}
.full .project_row {
  max-width: 95%;
  height: auto;
  word-wrap: break-word;
}
.full .col-md-1 {
  word-wrap: anywhere;
}
.full .col-md-2 {
  word-wrap: anywhere;
}

.pagination {
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-top: 16px;
  border-radius: 0;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  line-height: 32px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  color: #8C9CA6;
  background-color: transparent;
  border: 0;
  margin-left: 0;
  width: 32px;
  height: 32px;
  padding: 0;
  text-align: center;
}

.pagination > li.previous > a,
.pagination > li.previous > span,
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-radius: 0;
  background: url("../img/arrow-bottom-dark.svg") no-repeat center;
  transform: rotate(90deg);
  height: 32px;
}

.pagination > li.previous.disabled > a,
.pagination > li.previous.disabled > span,
.pagination > li:first-child.disabled > a,
.pagination > li:first-child.disabled > span {
  margin-left: 0;
  border-radius: 0;
  background: url("../img/arrow-bottom.svg") no-repeat center;
  transform: rotate(90deg);
  height: 32px;
}

.pagination > li.next > a,
.pagination > li.next > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0;
  background: url("../img/arrow-bottom-dark.svg") no-repeat center;
  transform: rotate(-90deg);
  height: 32px;
}

.pagination > li.next.disabled > a,
.pagination > li.next.disabled > span,
.pagination > li:last-child.disabled > a,
.pagination > li:last-child.disabled > span {
  border-radius: 0;
  background: url("../img/arrow-bottom.svg") no-repeat center;
  transform: rotate(-90deg);
  height: 32px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #3A474C;
  background-color: transparent;
  border-color: unset;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #3A474C;
  background-color: #E0E4E6;
  border-color: unset;
  cursor: default;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #8C9CA6;
  background-color: transparent;
  border-color: unset;
  cursor: not-allowed;
}

.modal.fade.in {
  display: block;
  opacity: 1;
}

.fade:not(.show) {
  opacity: unset;
}

.modal-backdrop.fade.in {
  opacity: 0.5;
}

.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: flex;
}

.select2-container .select2-selection--single {
  font-family: "Open Sans", sans-serif;
  height: 40px;
  border: 0;
  border-radius: 0;
  padding: 6px 20px 6px 8px;
  color: #3A474C;
  font-size: 13px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: transparent;
}

.select2-container--default .select2-selection--single {
  background-color: transparent;
}

.select2-container--default .select2-dropdown .select2-search__field:focus, .select2-container--default .select2-search--inline .select2-search__field:focus {
  border: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[aria-selected]:hover,
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #F3F5F7;
  color: #3A474C;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0;
  display: block;
  width: 12px;
  height: 8px;
  background-image: url("../img/arrow-bottom.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 2px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
}

.filter-block .select2-container .select2-selection--single .select2-selection__rendered {
  color: #3A474C;
  font-weight: 600;
}

.select2-container--open .select2-dropdown .select2-results > .select2-results__options {
  min-width: max-content;
  width: 100%;
  white-space: nowrap;
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(72, 101, 129, 0.3);
  -moz-box-shadow: 0 0 6px rgba(72, 101, 129, 0.3);
  box-shadow: 0 0 6px rgba(72, 101, 129, 0.3);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.select2-container--open .select2-dropdown .select2-results > .select2-results__options#select2-tag_filter-results {
  min-width: 275px;
}

.select2-results__option {
  font-size: 13px;
  line-height: 23px;
}

.select2-container--default .select2-selection--multiple {
  background-color: transparent;
  border: 1px solid #B2BFC4;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  min-height: 40px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding: 0 10px;
  height: 23px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #3A474C;
  line-height: 23px;
  -moz-border-radius: 27px;
  -webkit-border-radius: 27px;
  -ms-border-radius: 27px;
  border-radius: 27px;
  margin-bottom: 6px;
  margin-right: 6px;
  background-color: rgba(58, 71, 76, 0.1);
  border: 0;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #FE753B;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  font-size: 13px;
  font-weight: 400;
  color: #3A474C;
  line-height: 17px;
  margin-top: 6px;
  min-width: 165px;
  font-family: "Open Sans", sans-serif;
}

.select2-container .select2-search--inline .select2-search__field {
  font-size: 13px;
  font-weight: 400;
  color: #3A474C;
  line-height: 17px;
  font-family: "Open Sans", sans-serif;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #B2BFC4 !important;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -6px;
}

.nav-tabs {
  border-bottom: 1px solid transparent;
}

.nav-tabs > li > a {
  font-weight: 600;
  font-size: 16px;
  line-height: 27px;
  color: #8C9CA6;
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 0 10px 8px;
  cursor: pointer;
}

.nav-tabs > li > a span,
.nav-tabs > li.active > a span {
  color: #8C9CA6;
  font-weight: 400;
  font-size: 14px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #3A474C;
  font-weight: 600;
  cursor: default;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #FE753B;
}

.nav.nav-filters {
  width: calc(100% - 295px);
}
.nav.nav-filters li {
  margin-right: 10px;
}
.nav.nav-filters .search {
  max-width: 190px;
}

.nav li.flex {
  flex-wrap: nowrap;
}

.nav > li {
  display: flex;
  align-items: center;
}

.nav > li > a {
  margin-right: 24px;
  padding: 0 0 2px;
}

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
  border-bottom: 2px solid transparent;
}

.content-header {
  padding: 0;
}

.notifyjs-notify-base {
  width: 300px;
  background-color: #67BB6A;
  color: #fff;
  border-color: #67BB6A;
  padding: 17px 18px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  font-weight: 400;
}
.notifyjs-notify-base .title {
  width: 100%;
  float: none;
  margin: 0;
  text-align: left;
}
.notifyjs-notify-base .title a {
  display: block;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.1px;
  width: 100%;
}
.notifyjs-notify-base .buttons {
  width: 100%;
  float: none;
}
.notifyjs-notify-base button {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  border: 0;
  padding: 0 12px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  border-radius: 15px;
  text-transform: uppercase;
  background-color: #FE753B;
  color: #fff;
  margin: 10px 0 0;
  width: auto;
  letter-spacing: 0.05em;
}
.notifyjs-notify-base button:hover, .notifyjs-notify-base button:focus, .notifyjs-notify-base button:active {
  background-color: #3A474C;
}

.ms-options-wrap > button:focus, .ms-options-wrap > button {
  border: 0;
  background-color: transparent;
  padding: 0 20px 0 8px;
  position: relative;
}

.ms-options-wrap > button:after {
  content: ' ';
  height: 7px;
  width: 12px;
  position: absolute;
  top: 50%;
  right: 2px;
  border: 0;
  background-image: url("../img/arrow-bottom.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -3px;
}

.ms-options-wrap > .ms-options {
  border: 0;
  -webkit-box-shadow: 0 0 6px rgba(72, 101, 129, 0.3);
  -moz-box-shadow: 0 0 6px rgba(72, 101, 129, 0.3);
  box-shadow: 0 0 6px rgba(72, 101, 129, 0.3);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.select2-container {
  width: auto !important;
}

.ranges li {
  color: #8C9CA6;
}

.ranges li:hover {
  background-color: #FE753B;
  border: 1px solid #FE753B;
}

.daterangepicker .input-mini.active {
  border: 1px solid #FE753B;
  border-radius: 3px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #FE753B;
}

.daterangepicker td.in-range:not(.active) {
  background-color: rgba(254, 117, 59, 0.15);
}

.ranges li.active {
  background-color: #FE753B;
  border: 1px solid #FE753B;
}

.alert {
  position: relative;
  padding: 18px 24px 16px;
  border: 0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: .1px;
}
.alert .close {
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("../img/close-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 19px;
  top: 50%;
  margin-top: -7px;
  opacity: 1;
}
.alert.alert-warning {
  color: #fff;
  background-color: #F0B429;
}

.jstree {
  height: auto;
}
.jstree .jstree-container-ul {
  padding-bottom: 12px;
}

.tags-tree-input {
  border: 1px solid #FE753B;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.tags-tree-input.refresh-success {
  border: 1px solid #67BB6A;
}
.tags-tree-input.refresh-error {
  border: 1px solid #C23131;
}
.tags-tree-input .alert {
  padding: 10px 19px 9px;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 23px;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 0;
}
.tags-tree-input .alert a {
  color: #fff;
  text-decoration: underline;
}
.tags-tree-input .alert a:hover {
  text-decoration: none;
  color: #fff;
}

.ms-options-wrap > .ms-options > ul input[type="checkbox"] {
  opacity: 0;
}

.ms-options-wrap > .ms-options > ul li.selected label,
.ms-options-wrap > .ms-options > ul label.focused {
  background-color: #E6E8E9;
  border: 0;
}

.ms-options-wrap > .ms-options > ul li:not(.selected) label.focused {
  background-color: #fff;
}

.ms-options-wrap > .ms-options > ul label:hover {
  background-color: #F3F5F7;
  border: 0;
}

.ms-options-wrap > .ms-options > ul label {
  font-family: "Open Sans", sans-serif;
  font-weight: 400 !important;
  font-size: 13px;
  line-height: 23px;
  color: #3A474C;
  white-space: nowrap;
}

.ms-options-wrap > button > span {
  vertical-align: middle;
  max-width: 130px;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 23px;
}

.ms-options-wrap.ms-has-selections > button {
  color: #3A474C;
  line-height: 23px;
}

.ms-options-wrap.ms-active > .ms-options {
  min-width: 160px;
}

.filters-tag .ms-options-wrap.ms-active > .ms-options {
  min-width: 285px;
}

table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:before {
  content: "";
  background-image: url("../img/arrow-sort.svg");
  background-repeat: no-repeat;
  width: 9px;
  height: 10px;
  top: 50%;
  margin-top: -5px;
  transform: rotate(180deg);
  right: 13px;
}

table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  content: "";
  background-image: url("../img/arrow-sort.svg");
  background-repeat: no-repeat;
  width: 9px;
  height: 10px;
  top: 50%;
  margin-top: -5px;
  right: 3px;
}

.introjs-tooltipReferenceLayer {
  visibility: visible !important;
}

.introjs-tooltipReferenceLayer * {
  font-family: "Open Sans", sans-serif !important;
}

.introjs-helperLayer {
  box-shadow: rgba(33, 33, 33, 0.8) 0px 0px 0px 0px, rgba(33, 33, 33, 0.8) 0px 0px 0px 5000px !important;
}

.introjs-tooltip {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  background-color: #448AFD !important;
  font-family: "Open Sans", sans-serif !important;
  min-width: 400px !important;
  max-width: 440px !important;
  border-radius: 5px !important;
  box-shadow: none !important;
  transition: opacity .1s ease-out;
}

.introjs-arrow {
  border-bottom-color: #448AFD !important;
}

.introjs-tooltip-header {
  display: none !important;
}

.introjs-tooltiptext {
  padding: 12px 16px !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px !important;
  line-height: 27px !important;
  color: #fff !important;
}

.introjs-tooltipbuttons {
  background-color: #3074E3 !important;
  padding: 6px 16px !important;
  border: 0 !important;
  font-family: "Open Sans", sans-serif !important;
  border-radius: 0 0 5px 5px !important;
  position: relative !important;
}

.introjs-button {
  box-sizing: content-box;
  position: relative;
  overflow: visible;
  padding: 2px 24px !important;
  border: 1px solid #fff !important;
  text-decoration: none;
  text-shadow: none !important;
  box-shadow: none !important;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400 !important;
  color: #2F80ED !important;
  text-transform: uppercase !important;
  white-space: nowrap;
  cursor: pointer;
  outline: 0 !important;
  background-color: #fff !important;
  border-radius: 33px !important;
  display: inline-block !important;
}
.introjs-button:hover {
  color: #fff !important;
  background-color: transparent !important;
}
.introjs-button.introjs-prevbutton {
  color: #fff !important;
  background-color: transparent !important;
  float: none !important;
  margin-right: 8px !important;
  font-weight: 400 !important;
}
.introjs-button.introjs-prevbutton:hover, .introjs-button.introjs-prevbutton:focus, .introjs-button.introjs-prevbutton:active {
  background-color: #fff !important;
  color: #2F80ED !important;
}

.introjs-skipbutton {
  font-size: 13px !important;
  line-height: 23px !important;
  font-family: "Open Sans", sans-serif !important;
  color: #fff !important;
  font-weight: 400 !important;
  top: 11px !important;
  left: 16px !important;
  right: auto !important;
  width: auto !important;
  height: unset !important;
}
.introjs-skipbutton:hover, .introjs-skipbutton:focus, .introjs-skipbutton:active {
  text-decoration: underline !important;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: none;
  border: 0;
  outline: 0;
}

.btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  padding: 0 24px;
  height: 42px;
  font-size: 16px;
  line-height: 42px;
  border-radius: 33px;
  text-transform: uppercase;
}
@media (max-width: 375px) {
  .btn {
    font-size: 14px;
  }
}
.btn a {
  color: #fff;
  text-decoration: none;
}
.btn:hover, .btn:focus, .btn:active {
  box-shadow: none !important;
  outline: 0 !important;
}
.btn:hover a, .btn:focus a, .btn:active a {
  color: #fff;
  text-decoration: none;
}
.btn.btn-inverse {
  background-color: #3A474C;
  color: #fff;
}
.btn.btn-inverse:hover, .btn.btn-inverse:focus, .btn.btn-inverse:active {
  background-color: #FE753B;
  color: #fff;
}
.btn.btn-inverse:disabled {
  opacity: 0.5;
}
.btn.btn-primary {
  background-color: #FE753B;
  color: #fff;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  background-color: #3A474C;
  color: #fff;
}
.btn.btn-primary:disabled {
  opacity: 0.5;
}
.btn.btn-info {
  background-color: #448AFD;
  color: #fff;
}
.btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info:active {
  background-color: rgba(68, 138, 253, 0.8);
  color: #fff;
}
.btn.btn-info:disabled {
  opacity: 0.5;
}
.btn.btn-default {
  background-color: transparent;
  color: #8C9CA6;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  background-color: rgba(58, 71, 76, 0.1);
  color: #8C9CA6;
}
.btn.btn-default:disabled {
  opacity: 0.5;
}
.btn.btn-success {
  background-color: #67BB6A;
}
.btn.btn-success a {
  color: #fff;
  text-decoration: none;
}
.btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success:active {
  background-color: #67BB6A;
}
.btn.btn-success:hover a, .btn.btn-success:focus a, .btn.btn-success:active a {
  color: #fff;
  text-decoration: none;
}
.btn.btn-success.btn-refreash {
  display: block;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  background-color: #3A474C;
  color: #fff;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  background-color: rgba(58, 71, 76, 0.1);
  color: #8C9CA6;
}

.dropdown-toggle.btn:after {
  content: none;
}

.caret {
  border: 0;
  width: 12px;
  height: 8px;
  background-image: url("../img/arrow-bottom-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.btn-tile-view {
  display: inline-block;
  background-image: url("../img/view_tiles.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
.btn-tile-view:hover {
  background-color: rgba(58, 71, 76, 0.1);
}

.btn-list-view {
  display: inline-block;
  background-image: url("../img/view_list.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
.btn-list-view:hover {
  background-color: rgba(58, 71, 76, 0.1);
}

.btn-tile-view-selected {
  display: inline-block;
  background-image: url("../img/view_tiles_white.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-color: #3A474C;
}

.btn-list-view-selected {
  display: inline-block;
  background-image: url("../img/view_list_white.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-color: #3A474C;
}

label, .field-title {
  display: block;
  font-size: 13px;
  font-weight: 600 !important;
  color: #3A474C;
  line-height: 23px;
  margin-bottom: 0;
}

input:focus, input:active, select:focus, select:active, textarea:focus, textarea:active {
  outline: 0 !important;
  border: 1px solid #FE753B;
  box-shadow: none !important;
}

select {
  max-width: 100%;
  height: 26px;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  background-image: url("../img/arrow-bottom.svg");
  background-position: right center;
  background-repeat: no-repeat;
  line-height: 23px;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  -ms-appearance: none;
  appearance: none !important;
  padding-right: 16px;
}
select:focus, select:active, select:visited {
  border: 0;
  background-color: transparent;
  box-shadow: none;
}

select::-ms-expand {
  display: none;
}

.select-bordered .select2 {
  border: 1px solid #B2BFC4 !important;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  width: 100% !important;
  height: 38px;
}
.select-bordered .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px;
}

.form-control {
  width: 100%;
  height: 40px;
  border: 1px solid #B2BFC4;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 6px 16px;
  color: #3A474C;
  font-size: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
}
.form-control.tagify {
  min-height: 40px;
  height: auto;
  padding: 4px 16px 3px;
  margin: 0 5px 5px 0;
}
.form-control.tagify:focus, .form-control.tagify:active {
  border: 1px solid #FE753B;
}
.form-control:focus, .form-control:active {
  outline: 0 !important;
  border: 1px solid #FE753B;
}
.form-control:disabled {
  color: #b9c5c9 !important;
  cursor: default;
  pointer-events: none;
}
.form-control.search {
  padding-left: 38px;
  background-image: url("../img/search-icon.svg");
  background-repeat: no-repeat;
  background-position: left 14px center;
}

.tagify .tagify--focus {
  border-color: #FE753B;
}

.readable, .readable:focus, .readable::placeholder, .form-readable:active {
  background-color: #fff !important;
  outline: 0;
  box-shadow: none;
}

select.form-control {
  width: 100%;
  height: 40px;
  border: 1px solid #B2BFC4;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 6px 16px;
  color: #3A474C;
  font-size: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  background-image: url("../img/arrow-bottom.svg");
  background-position: right 8px center;
  background-repeat: no-repeat;
  line-height: 23px;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none !important;
}
select.form-control:focus, select.form-control:active {
  outline: 0 !important;
  border: 1px solid #FE753B;
  -webkit-box-shadow: 0 4px 4px rgba(254, 117, 59, 0.1);
  -moz-box-shadow: 0 4px 4px rgba(254, 117, 59, 0.1);
  box-shadow: 0 4px 4px rgba(254, 117, 59, 0.1);
  box-shadow: none !important;
}

.has-error .form-control {
  color: #C23131;
}

textarea {
  min-height: 116px;
}

::-webkit-input-placeholder,
::placeholder,
::-moz-placeholder {
  font-size: 13px;
  line-height: 23px;
  color: #8C9CA6;
}

.help-block {
  display: block;
  color: #C23131 !important;
  font-size: 12px;
  line-height: 14px;
  margin: 0;
}

.radio-group input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.radio-group label {
  font-weight: 400 !important;
  padding-left: 24px;
  cursor: pointer;
}
.radio-group label:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #B2BFC4;
  position: absolute;
  left: 0;
  top: 0;
}
.radio-group input[type="radio"]:checked + label:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-color: #3A474C;
  position: absolute;
  left: 4px;
  top: 4px;
}

.radio-button {
  display: inline-block;
  margin-left: -5px;
  height: 40px;
  border: 1px solid #B2BFC4;
  position: relative;
}
.radio-button:first-of-type {
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  margin-left: 0;
}
.radio-button:last-of-type {
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.radio-button input[type="radio"] {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 38px;
  left: 0;
  top: 0;
  z-index: 1;
}
.radio-button span {
  font-size: 13px;
  font-weight: 600;
  display: block;
  padding: 6px 16px;
}
.radio-button input[type="radio"]:checked + span {
  background: rgba(254, 117, 59, 0.2);
}

.checkbox-group {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}

.checkbox {
  cursor: pointer;
  margin: 0;
}
.checkbox label,
.checkbox .label-text {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  color: #3A474C;
  padding-left: 0;
}
.checkbox input[type="checkbox"] {
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  margin: 0;
  opacity: 0;
  position: absolute;
  z-index: 10;
  cursor: pointer;
}
.checkbox input[type="checkbox"]:not(:checked) + label:before,
.checkbox input[type="checkbox"]:not(:checked) + .label-text:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  width: 16px;
  height: 16px;
  border: 2px solid #B2BFC4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  margin-top: -4px;
}
.checkbox input[type="checkbox"]:checked + label:before,
.checkbox input[type="checkbox"]:checked + .label-text:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border: 2px solid #3A474C;
  background-color: #3A474C;
  margin-right: 4px;
  background-image: url("../img/check-mark.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  margin-top: -4px;
}

.radio {
  cursor: pointer;
  margin: 0;
}
.radio label {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  color: #3A474C;
  padding-left: 0;
}
.radio input[type="radio"] {
  margin: 10px 0 0 0;
  opacity: 0;
  position: absolute;
  z-index: 1;
}
.radio input[type="radio"]:not(:checked) + label:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  width: 16px;
  height: 16px;
  border: 1.5px solid #B2BFC4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.radio input[type="radio"]:checked + label:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border: 1.5px solid #B2BFC4;
  margin-right: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.radio input[type="radio"]:checked + label:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  background-color: #FE753B;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  left: 4px;
  top: 12px;
}
.radio input[type="radio"]:disabled + label:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-image: url("../img/icon-lock-gray.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  position: relative;
}

.custom-switch {
  display: inline-block;
  vertical-align: middle;
  padding-left: 36px;
  margin-top: 33px;
}
.custom-switch .custom-control-input {
  width: 26px;
  height: 13px;
  left: 0;
  top: 2px;
  cursor: pointer;
}
.custom-switch .custom-control-label {
  cursor: pointer;
}
.custom-switch .custom-control-label:before {
  position: absolute;
  display: block;
  width: 26px;
  height: 13px;
  pointer-events: none;
  content: "";
  background-color: #000;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  left: -36px;
  top: 5px;
  border: 0;
  box-shadow: none;
}
.custom-switch .custom-control-label:after {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 4px;
  top: 7.35px;
  left: -33px;
}

.custom-control-input:checked ~ .custom-control-label:before {
  border-color: transparent;
  background-color: #67BB6A;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: transparent;
  border-color: transparent;
  background-color: #67BB6A;
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  border-color: transparent;
  background-color: #67BB6A;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #000;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #67BB6A;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(12.33px);
  transform: translateX(12.33px);
}

.form-group {
  margin-bottom: 12px;
  position: relative;
}

.count-characters {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 23px;
  text-align: right;
  color: #8C9CA6;
}

.modal {
  overflow: auto;
}

.modal-backdrop.in {
  opacity: 0.8 !important;
}

.modal-dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  max-height: 100%;
  max-width: 720px;
  width: 720px;
}
.modal-dialog.landing-modal .modal-content {
  min-height: 317px;
  background-image: url("../img/landing/fon-modal.png");
  background-position: top center;
  background-repeat: no-repeat;
}
.modal-dialog.landing-modal h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 37px;
  color: #3A474C;
  text-align: center;
  margin-top: 60px;
}
.modal-dialog.landing-modal p {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  color: #3A474C;
  margin-top: 9px;
  text-align: center;
}
@media (max-width: 600px) {
  .modal-dialog {
    max-width: 100%;
    width: 98%;
    margin: auto;
  }
}
.modal-dialog.modal-md {
  max-width: 558px;
  width: 558px;
}
@media (max-width: 500px) {
  .modal-dialog.modal-md {
    max-width: 100%;
    width: 98%;
    margin: auto;
  }
}
.modal-dialog.modal-lg {
  max-width: 1020px;
  width: 1020px;
}
@media (max-width: 500px) {
  .modal-dialog.modal-lg {
    max-width: 100%;
    width: 98%;
    margin: auto;
  }
}

.bg-fon {
  background-color: rgba(243, 245, 247, 0.5);
}

.settings-project {
  padding: 0 46px 20px;
}
.settings-project p {
  font-size: 13px;
  line-height: 23px;
  margin-bottom: 8px;
}
.settings-project ul {
  font-size: 13px;
  line-height: 23px;
  margin: 0 0 8px;
  padding-left: 20px;
}
.settings-project .checkbox input[type="checkbox"]:disabled + label:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background-image: url("../img/icon-lock-gray.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  border: 0;
}
.settings-project .animation-image {
  margin-bottom: 20px;
  margin-left: 7px;
  max-width: 300px;
}
.settings-project .animation-image .form-control {
  border-color: rgba(178, 191, 196, 0.5);
}
.settings-project .animation-image img {
  height: 28px;
  width: auto;
  position: relative;
  top: -2px;
}
.settings-project .add-search {
  font-size: 13px;
  line-height: 23px;
  color: #FE753B;
  font-weight: 600;
}

.sources-form {
  padding: 24px 46px 48px;
}
.sources-form .count-name {
  color: #B2BFC4;
  font-size: 13px;
  line-height: 23px;
}
.sources-form .actions_badge {
  margin-left: 6px;
}

.modal-content {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.modal-body {
  padding: 0;
}
.modal-body.feedback-user {
  padding: 24px 46px 47px;
}
.modal-body .container {
  width: 100%;
}
.modal-body .login-box-body {
  padding: 24px 56px 36px;
}
.modal-body h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 33px;
  margin-top: 20px;
  margin-bottom: 8px;
}
.modal-body .required {
  color: #C23131;
}
@media (max-width: 500px) {
  .modal-body .bottom-block.flex {
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .modal-body .bottom-block .btn {
    margin-top: 24px;
  }
}
@media (max-width: 500px) {
  .modal-body .bottom-block.text-right {
    text-align: center !important;
  }
}
.modal-body .timeline-inner {
  display: block;
  padding: 0;
}
.modal-body .header-mobile {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #3A474C;
}
.modal-body .header-mobile .source-name {
  margin-left: 12px;
}
.modal-body .header-mobile .tonality-wrapper {
  margin-right: 16px;
}
.modal-body .favicon-source .icon-type {
  width: auto;
  height: auto;
  line-height: unset;
  background-color: transparent;
  margin-right: 9px;
}
.modal-body .tonality-wrapper {
  min-width: auto;
}
.modal-body .timeline-body {
  margin-bottom: 16px;
}
.modal-body .ms-options-wrap > .ms-options,
.modal-body .ms-options-wrap > button:focus, .modal-body .ms-options-wrap > button {
  width: 100%;
}

.modal-footer {
  padding: 24px 46px 48px;
  border: 0;
}
@media (max-width: 500px) {
  .modal-footer {
    padding: 24px;
  }
}
.modal-footer .btn + .btn {
  margin-left: 8px;
}

.create_project_form .modal-footer {
  padding: 24px 40px 48px;
}

.modal-header {
  padding: 47px 46px 0;
  border-bottom: 0;
  justify-content: flex-start;
}
@media (max-width: 500px) {
  .modal-header {
    padding: 24px 24px 0;
  }
}
.modal-header .flex {
  width: 100%;
}
.modal-header .count-source {
  color: #B2BFC4;
  white-space: nowrap;
}
@media (max-width: 500px) {
  .modal-header .signup-title {
    padding: 0;
  }
}

.modal-title {
  font-family: "Open Sans", sans-serif;
  font-size: 33px;
  line-height: 52px;
  font-weight: 400;
  color: #3A474C;
  text-align: left;
  display: block;
}
@media (max-width: 500px) {
  .modal-title {
    font-size: 26px;
    line-height: 32px;
  }
}

.message-info {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  color: #8C9CA6;
}

.close {
  position: absolute;
  right: 21px;
  top: 21px;
  opacity: 1;
}
.close span {
  display: block;
  width: 25px;
  height: 25px;
  font-size: 0;
  background-image: url("../img/close.svg");
  background-repeat: no-repeat;
}

.download-zone {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-color: #448AFD;
  text-align: center;
  max-width: 100%;
  height: 70px;
  color: #fff;
  position: relative;
  line-height: 70px;
}
.download-zone input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.progress-block {
  margin-top: 24px;
  min-height: 37px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.progress-block .progress {
  display: flex;
  height: 2px;
  overflow: hidden;
  background-color: #E6E8E9;
  border-radius: .25rem;
  margin-bottom: 0;
  width: 100%;
}
.progress-block .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #448AFD;
  transition: width .6s ease;
}
.progress-block .count-download {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 23px;
  color: #3A474C;
  position: absolute;
  right: 0;
  top: -4px;
}
.progress-block .file-name {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 23px;
  color: #3A474C;
  position: absolute;
  left: 43px;
  top: -4px;
}

.list-sources {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  margin-top: 9px;
}
.list-sources .custom-sources {
  display: inline-block;
  margin-right: 6px;
  height: 26px;
  position: relative;
  border-radius: 27px;
  overflow: hidden;
}
.list-sources .custom-sources input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 26px;
  left: 0;
  top: 0;
  z-index: 1;
}
.list-sources .custom-sources .sources-name {
  font-size: 13px;
  display: block;
  padding: 0 28px 0 10px;
}
.list-sources .custom-sources input[type="checkbox"]:not(:checked) + span {
  background: rgba(58, 71, 76, 0.1);
}
.list-sources .custom-sources input[type="checkbox"]:checked + span {
  background: rgba(254, 117, 59, 0.2);
}
.list-sources .close {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  right: 10px;
  background-image: url("../img/close-dark.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-size: 0;
  top: 5px;
  z-index: 2;
  opacity: 1;
}
.list-sources .close:hover {
  background-image: url("../img/close-red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.create_project_form p {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 23px;
}

.block-bot {
  margin: 26px 0;
}
.block-bot .label {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  color: #3A474C;
  text-align: left;
  padding: 0;
}

.tes {
  margin-top: 30px;
}

.create-project-form {
  padding: 0 46px 56px;
}
.create-project-form h4 {
  margin-bottom: 20px;
  color: #3A474C;
}
.create-project-form .radio-group {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 0;
}
.create-project-form .radio-item {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: calc(100% / 2);
  max-width: 441px;
  height: 326px;
  border: 2px solid #E6E8E9;
  margin-left: 26px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.create-project-form .radio-item:first-of-type {
  margin-left: 0;
}
.create-project-form .radio-item.active {
  border: 2px solid #FE753B;
}
.create-project-form .radio-item .image {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F3F5F7;
  width: 100%;
  height: calc(100% - 117px);
}
.create-project-form .radio-item .image img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.create-project-form .radio-item .radio {
  padding: 24px 32px 20px;
  background-color: #fff;
}
.create-project-form .radio-item .radio span {
  display: block;
  font-size: 13px;
  line-height: 23px;
  font-weight: 400;
}
.create-project-form .radio-item .radio input[type="radio"]:not(:checked):not(:disabled) + label:before,
.create-project-form .radio-item .radio input[type="radio"]:checked + label:before,
.create-project-form .radio-item .radio input[type="radio"]:checked + label:after {
  content: none;
}

.sources-form .small-text {
  font-size: 13px;
  line-height: 23px;
  color: #8C9CA6;
}
.sources-form .settings-message {
  margin-top: 35px;
}
.sources-form .name-project {
  margin-top: 12px;
}
.sources-form .dark {
  display: block;
  margin-bottom: 12px;
}

.message-modal .modal-title {
  font-weight: 600;
  margin: auto;
}
.message-modal ul {
  list-style: none;
  padding: 0;
  margin-top: 29px;
  margin-bottom: 18px;
}
.message-modal ul li {
  display: block;
  font-size: 16px;
  line-height: 27px;
  font-weight: 600;
}
.message-modal .modal-body {
  padding: 0 56px 56px;
}
.message-modal .button-block {
  margin-top: 30px;
}

.message-add-sources {
  padding: 0 46px 35px;
}
.message-add-sources .link {
  text-decoration: underline;
}
.message-add-sources .link:hover {
  text-decoration: none;
}

.feedback-user .form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .feedback-user .form-footer {
    flex-direction: column;
    justify-content: center;
  }
}
.feedback-user #recaptcha {
  display: inline-block;
  max-width: 100%;
  width: 305px;
  height: 78px;
  background-color: #ccc;
}
@media (max-width: 767px) {
  .feedback-user #recaptcha {
    margin-bottom: 24px;
  }
}
.feedback-user .bottom-block {
  margin-top: unset;
}

.content-tabs {
  height: auto;
  max-height: 895px;
  margin-top: 30px;
}

.wrapper-detail-project {
  display: block;
  position: relative;
  width: 100%;
}
.wrapper-detail-project .scroll-block {
  height: calc(100vh - 100px);
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #B2BFC4 #F3F5F7;
}

.wrapper-detail-project .scroll-block::-webkit-scrollbar {
  width: 5px;
  background-color: #F3F5F7;
}

.wrapper-detail-project .scroll-block::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #B2BFC4;
}

.wrapper-detail-project .scroll-block::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #F3F5F7;
}

.item_info {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 20px;
  justify-content: flex-end;
}
.item_info div {
  padding: 3px 24px;
  height: 52px;
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-left: 6px;
}
.item_info .project-items {
  display: block;
  font-size: 26px;
}
.item_info .description {
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  color: #8C9CA6;
}

.header-project {
  background-color: #F3F5F7;
  height: 100%;
}
.header-project.fixed {
  position: sticky;
  top: 0;
  z-index: 3;
}
.header-project.fixed .title-project {
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  padding-top: 16px;
}
.header-project.fixed .title-project .icon-edit {
  width: 14px;
  height: 14px;
}
.header-project.fixed h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  padding-top: 16px;
}
@media (max-width: 1400px) {
  .header-project .flex {
    flex-wrap: wrap;
  }
}
.header-project .legend-wrapper {
  margin: 0 0 10px;
}
.header-project.global .content-header {
  margin-bottom: 20px;
}
.header-project.global .box {
  margin-bottom: 0;
  padding-bottom: 22px !important;
}
.header-project.global .box .with_select_badges {
  margin-top: 16px;
  margin-bottom: 0;
}
.header-project.global .box .with_select_badges:has(.withBadges:empty) {
  display: none;
}
.header-project.global .filter-form {
  padding-top: 22px;
}
.header-project.global .filter-form .filter-item {
  margin-bottom: 0;
}

.title-project {
  font-size: 33px;
  font-weight: 400;
  line-height: 52px;
}
.title-project .icon {
  visibility: hidden;
  margin-right: 0;
}
.title-project:hover .icon, .title-project:active .icon, .title-project:focus .icon {
  visibility: visible;
}

.icon.icon-edit {
  cursor: pointer;
}

.box {
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 0 32px;
  margin-bottom: 25px;
}
.box.content-tabs {
  padding: 24px 0;
}
.box h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 27px;
  color: #3A474C;
  margin: 0;
}
.box .label {
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  color: #8C9CA6;
  padding: 0;
  display: block;
  text-align: left;
}
.box .description-info {
  font-size: 13px;
  line-height: 23px;
  color: #3A474C;
  display: inline;
}
.box .image-icon img {
  height: 16px;
}
.box .header-box {
  padding-bottom: 10px;
}

.box-body {
  padding-top: 10px;
}
.box-body .item-info {
  font-size: 13px;
  font-weight: 600;
  color: #3A474C;
}
.box-body .item-info.type-info {
  font-weight: 400;
}
.box-body .list-group-item {
  list-style: none;
  padding: 0;
  margin-bottom: 6px;
  border: 0;
}
.box-body .icon-edit {
  width: 16px;
  height: 16px;
  margin-right: 0;
  margin-left: 8px;
}

.box-footer {
  padding-top: 24px;
  border-top: 1px solid #E6E8E9;
}
.box-footer .actions_badge {
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}

.list-sources-item {
  display: block;
  margin-top: 6px;
  font-size: 13px;
}

.list-group-item {
  list-style: none;
}
.list-group-item li {
  display: block;
  margin-bottom: 6px;
}
.list-group-item .label {
  display: inline-block;
  vertical-align: middle;
}
.list-group-item .trigger, .list-group-item .user-email {
  font-size: 13px;
  font-weight: 600;
  color: #3A474C;
}

.notifications-block {
  padding-top: 16px;
  border-top: 1px solid #E6E8E9;
  font-size: 13px;
}

.triggers-block {
  padding-bottom: 16px;
}

.filter-timeline {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 28px;
}

.filter-timeline .select2-container--default.select2-container--focus .select2-selection--multiple,
.filter-timeline .select2-container--default .select2-selection--multiple {
  border: 0 !important;
}

.filter-form {
  position: relative;
  display: flex;
  width: 100%;
  padding-right: 130px;
  margin-bottom: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.filter-form .hidden-filters {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.filter-form .hidden-filters .filter-item {
  width: calc(100% / 4 - 16px);
}
.filter-form .filter-item {
  display: inline-block;
  align-items: center;
  margin-right: 16px;
  margin-bottom: 12px;
  width: calc(100% / 4 - 16px);
}
.filter-form .filter-item.filter-search {
  width: calc(100% / 4 * 2 - 16px);
  margin-right: 0;
}
.filter-form .ms-options-wrap, .filter-form .daterange, .filter-form .select2-selection {
  border: 1px solid #B2BFC4 !important;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 40px;
  text-align: left;
  font-size: 13px;
  line-height: 23px;
}
.filter-form .select2-container {
  width: 100% !important;
}
.filter-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  position: absolute;
  top: -1px;
  right: 16px;
  width: 20px;
}
.filter-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: -4px;
}
.filter-form .ms-options-wrap > .ms-options {
  width: 100% !important;
}
.filter-form .ms-options-wrap > .ms-options ul {
  padding: 0;
}
.filter-form .ms-options-wrap > .ms-options li label {
  padding: 4px 20px !important;
}
.filter-form .daterange {
  padding: 8px 15px 7px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filter-form .label {
  display: block;
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  line-height: 23px;
  color: #3A474C;
}
.filter-form .ms-options-wrap > button > span {
  font-size: 13px;
  font-weight: 400 !important;
  color: #3A474C;
}
.filter-form .ms-options-wrap > button {
  width: 100%;
  text-align: left;
}
.filter-form .link-more {
  font-size: 13px;
  line-height: 23px;
  color: #448AFD;
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  right: 0;
}

.filter-item {
  display: flex;
  align-items: center;
  margin-right: 16px;
  margin-bottom: 12px;
}
.filter-item .label {
  display: flex;
  font-size: 13px;
  font-weight: 600;
}
.filter-item select {
  width: auto;
  padding-left: 8px;
  font-size: 13px;
  color: #3A474C;
  font-weight: 600;
}
.filter-item select:focus, .filter-item select:active {
  border: 0;
}

.project-detail .nav-tabs {
  border-bottom: 1px solid #E6E8E9;
  margin-left: 32px;
  padding-top: 24px;
}
.project-detail .tab-content {
  padding: 12px 32px 0;
}
.project-detail .box {
  padding: 0;
}

.wrap-sort-timeline {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  line-height: 23px;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  margin-bottom: 16px;
  padding-top: 24px;
}
.wrap-sort-timeline.sticky {
  position: fixed;
  top: 134px;
  z-index: 3;
  background-color: #F3F5F7;
  max-width: 1107px;
}
.wrap-sort-timeline.sticky-timeline {
  position: fixed;
  top: 0;
  z-index: 3;
  background-color: #F3F5F7;
  max-width: 1107px;
}
.wrap-sort-timeline .form-group {
  margin-bottom: 0;
}
.wrap-sort-timeline .checkbox input[type="checkbox"]:not(:checked) + label:before {
  border-color: #3A474C;
}
.wrap-sort-timeline .wrap-sort-top,
.wrap-sort-timeline .wrap-sort-bottom {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.wrap-sort-timeline .wrap-sort-top {
  border-bottom: 1px solid #E6E8E9;
}
.wrap-sort-timeline .wrap-sort-bottom {
  min-height: 40px;
  line-height: 40px;
}
.wrap-sort-timeline .wrap-sort-bottom .summary-count {
  margin-left: 20px;
}
.wrap-sort-timeline .actions-wrap {
  margin-left: 20px;
}
.wrap-sort-timeline .more-actions {
  position: relative;
  cursor: pointer;
}
.wrap-sort-timeline .more-actions ul.dropdown-menu {
  display: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(72, 101, 129, 0.35);
  -moz-box-shadow: 0 1px 4px rgba(72, 101, 129, 0.35);
  box-shadow: 0 1px 4px rgba(72, 101, 129, 0.35);
  top: 20px;
}
.wrap-sort-timeline .more-actions ul.dropdown-menu li {
  padding: 9px 42px 9px 24px;
  white-space: nowrap;
  font-size: 13px;
  line-height: 23px;
  color: #3A474C;
}
.wrap-sort-timeline .more-actions ul.dropdown-menu li:hover {
  background-color: #E6E8E9;
}
.wrap-sort-timeline .more-actions ul.dropdown-menu .has-menu {
  position: relative;
}
.wrap-sort-timeline .more-actions ul.dropdown-menu .has-menu:before {
  content: '';
  display: block;
  width: 12px;
  height: 8px;
  background-image: url("../img/arrow-bottom.svg");
  background-repeat: no-repeat;
  transform: rotate(-90deg);
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -4px;
}
.wrap-sort-timeline .more-actions ul.dropdown-menu .has-menu ul {
  display: none;
  list-style: none;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #fff;
  padding: 8px 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(72, 101, 129, 0.35);
  -moz-box-shadow: 0 1px 4px rgba(72, 101, 129, 0.35);
  box-shadow: 0 1px 4px rgba(72, 101, 129, 0.35);
}
.wrap-sort-timeline .more-actions ul.dropdown-menu .has-menu ul li {
  padding: 9px 24px;
  white-space: nowrap;
  font-size: 13px;
  line-height: 23px;
  color: #3A474C;
}
.wrap-sort-timeline .more-actions ul.dropdown-menu .has-menu ul li:hover {
  background-color: #E6E8E9;
}
.wrap-sort-timeline .more-actions ul.dropdown-menu .has-menu:hover > ul {
  display: block;
}
.wrap-sort-timeline .more-actions ul.dropdown-menu .has-submenu {
  position: relative;
}
.wrap-sort-timeline .more-actions ul.dropdown-menu .has-submenu:before {
  content: '';
  display: block;
  width: 12px;
  height: 8px;
  background-image: url("../img/arrow-bottom.svg");
  background-repeat: no-repeat;
  transform: rotate(-90deg);
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -4px;
}
.wrap-sort-timeline .more-actions ul.dropdown-menu .has-submenu > ul {
  display: none;
}
.wrap-sort-timeline .more-actions ul.dropdown-menu .has-submenu:hover ul {
  display: block;
}
.wrap-sort-timeline .more-actions:hover ul.dropdown-menu {
  display: block;
}
.wrap-sort-timeline .actions-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.wrap-sort-timeline .label {
  display: inline-block;
  color: #3A474C;
  font-weight: 600;
}
.wrap-sort-timeline select {
  color: #8C9CA6;
}
.wrap-sort-timeline .link-global-timeline {
  display: inline-block;
  margin-right: 16px;
}

.items-timeline {
  position: relative;
}
.items-timeline .month {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 700;
  line-height: 23px;
  color: #3A474C;
}
.items-timeline .link-global-timeline {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 23px;
  color: #448AFD;
  margin-left: 9px;
}

.timeline-inner {
  margin-bottom: 18px;
  display: flex;
  flex-direction: row;
  position: relative;
  background-color: #fff;
  padding: 24px 34px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.timeline-inner.timeline-date {
  display: flex;
  align-items: center;
  background-color: transparent;
  padding: 0;
  padding-top: 8px;
  margin-bottom: 8px;
}
.timeline-inner.timeline-date .month {
  font-size: 13px;
  line-height: 23px;
}
.timeline-inner.has-comment .icon-type.icon-fb {
  background-color: #0F609B;
  background-image: url("../img/icon-fb.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6px 11px;
}
.timeline-inner.has-comment .resource {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  font-weight: 400;
}
.timeline-inner.has-comment .resource:before {
  background-image: url("../img/newspaper.svg");
}
.timeline-inner.has-comment .resource.comment:before {
  background-image: url("../img/icon-cooment.svg");
}
.timeline-inner.restore-trash {
  background-color: #E6E8E9;
}
.timeline-inner.restore-trash .timeline-footer {
  border-top: 1px solid #fff;
}
.timeline-inner .wrapper-icon {
  display: inline-flex;
  align-items: center;
  min-width: 30px;
}
.timeline-inner .wrapper-icon .checkbox {
  margin-bottom: 45px;
}
.timeline-inner .icon-type {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  text-align: center;
  margin-right: 3px;
}
.timeline-inner .icon-type img {
  width: 16px;
  height: 16px;
}
.timeline-inner .icon-type.icon-social img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}
.timeline-inner .wrapper-content {
  display: inline-block;
  vertical-align: top;
  padding-left: 8px;
}
.timeline-inner .info-content {
  display: none;
  background: transparent;
  color: #3A474C;
  width: max-content;
  font-size: 12px;
  line-height: 19px;
  position: absolute;
  left: 27px;
  top: -4px;
  z-index: 10;
}
.timeline-inner .time {
  font-size: 13px;
  line-height: 23px;
  color: #8C9CA6;
  display: block;
}
.timeline-inner .flag {
  display: inline-block;
  vertical-align: middle;
}
.timeline-inner.bordered-inner {
  background-color: transparent;
  border: 1px solid #E6E8E9;
  padding: 8px 24px;
}
.timeline-inner .copy_link {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background-image: url("../img/img-copy.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.timeline-inner .copy_link:hover, .timeline-inner .copy_link:active, .timeline-inner .copy_link:focus {
  background-image: url("../img/img-copy-hover.svg");
  background-repeat: no-repeat;
}

.modal-body .timeline-footer {
  padding: 0;
  margin: 0;
}
.modal-body .list-tags-category {
  margin-top: 16px;
}
.modal-body .list-hash-tags {
  margin-top: 6px;
}

.timeline-page .modal-body h3 {
  margin-top: 0;
}

.header-timeline {
  font-size: 13px;
  line-height: 18px;
  color: #448AFD;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.header-timeline .favicon-source {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
.header-timeline .source-name {
  font-weight: 400;
  white-space: nowrap;
}
.header-timeline .image-source {
  margin-right: 6px;
}
.header-timeline .icon-trash {
  margin-left: 8px;
  cursor: pointer;
}
.header-timeline .post-social {
  display: inline-flex;
  align-items: center;
  color: #8C9CA6;
  font-weight: 400;
}
.header-timeline .post-social img {
  display: inline-block;
  margin-right: 7px;
}
.header-timeline .language-item {
  font-size: 13px;
  line-height: 23px;
  font-weight: 600;
  text-transform: uppercase;
  color: #B2BFC4;
  margin-left: 4px;
}

.timeline-body {
  font-size: 13px;
  line-height: 23px;
  color: #3A474C;
}
.timeline-body .attachment-img {
  margin-right: 20px;
  margin-top: 7px;
  float: left;
}

.title-resource {
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  color: #448AFD;
  margin: 8px 0;
}

.list-tags-category,
.list-tags-sources {
  display: flex;
  flex-wrap: wrap;
  vertical-align: middle;
}
.list-tags-category .icon,
.list-tags-sources .icon {
  margin-right: 7px;
}

.icon-edit img {
  margin-top: -3px;
}

.has-submenu span {
  display: block;
  padding: 4px 24px;
  font-size: 13px;
  color: #3A474C;
  line-height: 26px;
}
.has-submenu:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("../img/arrow-submenu.svg");
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
}

.add-tags {
  position: relative;
  cursor: pointer;
}

.list-tags-category {
  margin-right: 18px;
}
.list-tags-category .badge {
  position: relative;
}
.list-tags-category .dropdown-menu.open {
  display: block;
}
.list-tags-category .has-submenu {
  position: relative;
}
.list-tags-category .has-submenu:hover {
  background-color: #E6E8E9;
}
.list-tags-category .has-submenu:hover .dropdown-menu {
  display: block;
  position: absolute;
  left: 100%;
  top: -7px;
  max-height: 180px;
  overflow: auto;
}
.list-tags-category .has-submenu:hover .current a {
  font-size: 13px;
  line-height: 26px;
  color: #8C9CA6;
}

.list-hash-tags {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.list-hash-tags .badge {
  display: inline-block;
  vertical-align: middle;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.list-hash-tags .name-tag {
  display: inline-block;
  text-align: left;
  padding-left: 4px;
}
.list-hash-tags .icon-smile {
  display: inline-block;
  vertical-align: middle;
}
.list-hash-tags .icon-smile img {
  margin-bottom: 5px;
}
.list-hash-tags .dropdown-menu.open {
  display: block;
}
.list-hash-tags .has-submenu {
  position: relative;
}
.list-hash-tags .has-submenu:hover {
  background-color: #E6E8E9;
}
.list-hash-tags .has-submenu:hover .dropdown-menu {
  display: block;
  position: absolute;
  left: 100%;
  top: -7px;
  min-width: max-content;
  max-height: 145px;
  overflow: auto;
}
.list-hash-tags .has-submenu:hover .current a {
  font-size: 13px;
  line-height: 26px;
  color: #8C9CA6;
}
.list-hash-tags .icon {
  margin-right: 7px;
  min-width: 20px;
  min-height: 18px;
}

.list-tags-project {
  margin-top: 16px;
}
.list-tags-project a:hover, .list-tags-project a:focus, .list-tags-project a:active {
  text-decoration: none;
}

.tonality-wrapper {
  min-width: 35px;
  display: inline-block;
  text-align: left;
}
.tonality-wrapper.dropdown {
  position: relative;
  bottom: 2px;
}
.tonality-wrapper .dropdown-menu {
  min-width: auto;
  max-width: max-content;
  left: auto;
  right: -4px;
}

.count-user, .count-comment {
  font-size: 13px;
  line-height: 23px;
  color: #3A474C;
  margin-right: 14px;
  display: inline-block;
  vertical-align: middle;
}

.count-sharing {
  font-size: 13px;
  line-height: 23px;
  color: #3A474C;
  display: inline-block;
  vertical-align: middle;
}

.timeline-footer {
  padding-top: 20px;
  display: flex;
  border-top: 1px solid #E6E8E9;
  margin-top: 16px;
  margin-left: -72px;
  margin-right: -34px;
  padding-left: 72px;
}
.timeline-footer .badge-grey {
  color: #8C9CA6;
}
.timeline-footer .icon {
  margin-right: 7px;
}
.timeline-footer .timeline-footer-info {
  display: flex;
  width: 320px;
}
.timeline-footer .tonality-wrapper {
  margin-right: 32px;
  display: flex;
  align-items: center;
  position: relative;
}
.timeline-footer .tonality-wrapper .dropdown-toggle:after {
  top: 6px;
}
.timeline-footer .date-sources {
  white-space: nowrap;
}
.timeline-footer .icon-trash {
  display: block;
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
}

.projects-timeline-footer {
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 32px;
  padding-right: 70px;
  font-size: 13px;
  line-height: 23px;
  max-height: 46px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 320px);
}
.projects-timeline-footer a {
  margin: 0 4px;
}

.date-sources {
  font-size: 13px;
  line-height: 23px;
  color: #3A474C;
  display: flex;
  align-items: center;
  margin-right: 24px;
}

.modal-content.timeline-page {
  padding: 0 56px;
}
.modal-content.timeline-page .modal-footer {
  padding: 40px 0 40px;
}

.comments-list {
  display: block;
}

.comment-item {
  display: block;
  margin-bottom: 16px;
  background-color: #F3F5F7;
  padding: 20px;
  position: relative;
  font-size: 13px;
  line-height: 23px;
}
.comment-item:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 0 0 16px;
  border-color: transparent transparent transparent #F3F5F7;
  position: absolute;
  left: 0;
  top: -16px;
}

.fb-comment {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
}
.fb-comment:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 13px;
  background-color: #448AFD;
  margin-left: 10px;
}

.resource {
  color: #8C9CA6;
  margin-left: 6px;
}
.resource:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background-image: url("../img/icon-cooment.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
}

.footer-comment {
  margin-top: 10px;
}

.count-like:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background-image: url("../img/icon-like.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
}

.count-comments {
  margin-left: 16px;
}
.count-comments:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background-image: url("../img/icon-cooment.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
}

.refresh-inner {
  font-size: 13px;
  line-height: 23px;
  color: #3A474C;
}

#tab-timeline .inner-content {
  position: relative;
  background-color: #F3F5F7;
  margin-left: -32px;
  margin-right: -32px;
}

.list-general-info {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0;
}
@media (max-width: 1400px) {
  .list-general-info {
    white-space: nowrap;
    width: 100%;
    justify-content: space-between;
  }
}
.list-general-info li.list-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 24px;
}
.list-general-info .label {
  display: block;
  font-size: 13px;
  line-height: 23px;
  font-weight: 400;
  color: #8C9CA6;
  text-align: left;
  padding: 0;
}
.list-general-info .item-info {
  font-size: 13px;
  line-height: 23px;
  color: #3A474C;
  font-weight: 600;
}

.box-action-button {
  margin-bottom: 20px;
}
@media (max-width: 1400px) {
  .box-action-button {
    width: 100%;
    text-align: right;
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.box-action-button a {
  display: inline-block;
  vertical-align: top;
  margin-left: 6px;
}
.box-action-button .btn {
  margin-right: 0;
  font-size: 13px;
  line-height: 29px;
  padding: 0 18px;
  height: 29px;
}

.form-request {
  margin-top: 24px;
}
.form-request .row {
  margin-left: -12px;
  margin-right: -12px;
}
.form-request [class*="col-"] {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.form-request label .gray {
  font-size: 12px;
  font-weight: 400;
  line-height: 23px;
}
.form-request .switcher-group {
  margin-bottom: 48px;
}
.form-request .form-group {
  margin-bottom: 24px;
}
.form-request .form-group.js_find_checktype {
  margin-bottom: 12px;
}
.form-request .info-content {
  top: -73px;
  left: 73px;
  right: auto;
}

.requests-tab {
  padding-top: 8px;
}
.requests-tab .switcher-group {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.requests-tab .grey2 {
  padding: 8px 16px;
}
.requests-tab .grey3 .custom-switch {
  margin-left: 24px;
}
.requests-tab .grey3 .grey2 .custom-switch {
  margin-left: 0;
}
.requests-tab .custom-switch {
  margin: 0;
}
.requests-tab .content-text {
  font-size: 13px;
  line-height: 18px;
  color: #3A474C;
  max-width: 510px;
  margin: 4px 0 0;
}
.requests-tab .google-search {
  display: flex;
  align-items: center;
}
.requests-tab .google-search:before {
  content: ':';
  display: inline-block;
  vertical-align: middle;
  color: #3A474C;
  font-weight: 600;
  margin-right: 6px;
}
.requests-tab .google-search .item-search {
  display: inline-block;
  font-size: 13px;
  line-height: 23px;
  color: #8C9CA6;
}
.requests-tab .google-search .item-search:after {
  content: '/';
  display: inline-block;
  color: #8C9CA6;
  margin: 0 4px;
}
.requests-tab .google-search .item-search:last-child:after {
  content: none;
}
.requests-tab .actions-group {
  display: inline-flex;
  align-items: center;
}
.requests-tab .actions-group a {
  display: inline-flex;
  margin-left: 6px;
}
.requests-tab .actions-group .text {
  font-size: 13px;
  line-height: 23px;
  color: #3A474C;
  margin-right: 24px;
}
.requests-tab .actions-group .actions_badge {
  background-color: rgba(58, 71, 76, 0.1);
}
.requests-tab .actions-group .actions_badge[type="play"]:hover {
  background-color: #3A474C;
}

.message-hint {
  width: 427px;
  height: 172px;
  padding: 16px;
  background-color: #3A474C;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 56px rgba(58, 71, 76, 0.2);
  -moz-box-shadow: 0 4px 56px rgba(58, 71, 76, 0.2);
  box-shadow: 0 4px 56px rgba(58, 71, 76, 0.2);
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.message-hint .close-icon {
  width: 24px;
  height: 24px;
  background-image: url("../img/close.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 8px;
  right: 8px;
}
.message-hint h4 {
  color: #fff;
}
.message-hint p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin: 0;
}

.settings-google-search {
  padding: 30px 56px 48px;
}
.settings-google-search .modal-footer {
  padding: 30px 0 0;
}

.grey2 {
  background: #E6E8E9;
}

.grey3 {
  background: #F3F5F7;
}

.message-settings h3 {
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 23px;
}
.message-settings .form-group {
  margin-bottom: 16px;
}

.sources-tab .btn-inverse {
  height: 29px;
  line-height: 29px;
  font-size: 13px;
  padding-left: 16px;
  padding-right: 16px;
  margin-right: 16px;
}
.sources-tab .filter-block {
  margin-top: 24px;
  margin-bottom: 12px;
  padding-bottom: 0;
}
.sources-tab .filter-block .form-control {
  height: auto;
}
.sources-tab .project_head .row {
  margin: 0;
}
.sources-tab .source_row {
  background-color: #F3F5F7;
  padding: 11px 31px 8px;
}
.sources-tab .source_row:hover .actions-group {
  visibility: visible;
}
.sources-tab .source_row .fa-circle {
  font-size: 10px;
  margin-right: 4px;
}
.sources-tab .source_row .fa-circle.active {
  color: #67BB6A;
}
.sources-tab .source_row .fa-circle.disactive {
  color: #C23131;
}
.sources-tab .link-source {
  color: #3A474C;
}
.sources-tab .link-source.no-active {
  color: #8C9CA6;
}
.sources-tab .time-period {
  display: inline-block;
  max-width: 100%;
  text-align: left;
}
.sources-tab .date {
  font-size: 13px;
  line-height: 1;
  color: #3A474C;
}
.sources-tab .time {
  display: block;
  font-size: 13px;
  line-height: 1;
  color: #8C9CA6;
}
.sources-tab .actions-group {
  visibility: hidden;
  position: absolute;
  right: 15px;
  top: -3px !important;
}
.sources-tab .custom-switch {
  margin-top: 0;
  min-height: 23px;
}
.sources-tab .icon-type {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  line-height: 20px;
  margin-right: 6px;
}

.tagify__tag {
  margin: 2px 5px 3px 0;
  background: rgba(58, 71, 76, 0.1) !important;
  border-radius: 15px;
}

.form-control .tagify__tag > div {
  border-radius: 15px;
  margin-left: 6px;
  margin-right: 0;
  padding: 4px 10px !important;
  --readonly-striped: 0;
  background: transparent;
  max-height: unset;
}

.tagify__tag > div > * {
  line-height: 1.26;
  vertical-align: top;
  color: #3A474C;
}

.tagify__tag > div::before {
  box-shadow: none !important;
}

.tagify[disabled]:not(.tagify--mix):not(.tagify--select) > .tagify__input,
.tagify[readonly]:not(.tagify--mix):not(.tagify--select) > .tagify__input {
  margin: 0;
  display: none;
}

.tagify__tag__removeBtn:hover + div > span {
  opacity: 1;
}

.tagify__tag__removeBtn:hover {
  background: transparent;
  color: #3A474C;
}

.tagify__tag__removeBtn:hover + div::before {
  box-shadow: none !important;
}

.tab-content-notifications h3 {
  font-size: 13px;
  line-height: 23px;
  font-weight: 600;
  color: #3A474C;
  margin-bottom: 8px;
}
.tab-content-notifications .type-sources {
  padding-top: 16px;
}
.tab-content-notifications .title {
  font-size: 13px;
  line-height: 23px;
  font-weight: 600;
}
.tab-content-notifications .checkbox .form-inline {
  font-size: 13px;
  line-height: 23px;
  font-weight: 600;
  margin-left: 4px;
}
.tab-content-notifications .checkbox-settings {
  margin-top: 16px;
}
.tab-content-notifications .checkbox-settings .checkbox {
  margin-bottom: 16px;
}
.tab-content-notifications .row-settings {
  border-bottom: 1px solid #E6E8E9;
  padding: 16px 0 8px;
}
.tab-content-notifications .row-settings:first-of-type {
  padding-top: 0;
}
.tab-content-notifications .row-settings:last-of-type {
  border-bottom: 0;
}

.summary-count {
  font-size: 13px;
  line-height: 23px;
}
.summary-count .info-content {
  top: -20px;
  left: 19px;
}

.loading-more {
  padding-bottom: 16px;
  background-color: #F3F5F7;
}
.loading-more .wrapper-loading {
  padding: 8px 34px;
  background-color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}
.loading-more .wrapper-loading .info-content {
  top: 20px;
}
.loading-more .summary-count {
  font-weight: 600;
}
.loading-more .link {
  display: inline-block;
  font-size: 13px;
  line-height: 23px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading-more.fixed {
  position: sticky;
  top: 130px;
  z-index: 2;
  padding-top: 8px;
}
@media (max-width: 1400px) {
  .loading-more.fixed {
    top: 180px;
  }
}

.wrapper-load {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}
.wrapper-load .link {
  line-height: 24px;
  margin-left: 8px;
  font-family: "PT Sans", sans-serif;
}

html, body {
  padding: 0;
  margin: 0;
  min-width: 100%;
  min-height: 100%;
}

body {
  min-height: 100vh !important;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 27px;
  background-color: #F3F5F7;
}

:focus {
  outline: none !important;
}

a {
  color: #448AFD;
  text-decoration: none;
}
a:focus, a:hover, a:active {
  color: #448AFD;
  text-decoration: underline;
}
a.red {
  color: #C23131;
}
a.red:focus, a.red:hover, a.red:active {
  color: #C23131;
  text-decoration: underline;
}

h2 {
  font-size: 33px;
  color: #3A474C;
  line-height: 52px;
  margin: 0;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

h3 {
  font-size: 26px;
  line-height: 42px;
  margin: 0;
  font-family: "Open Sans", sans-serif;
}

h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 33px;
  font-weight: 600;
  margin: 0;
}

.sidebar-mini .logo-mini {
  display: none;
}
.sidebar-mini .logo-lg {
  display: block;
}
.sidebar-mini.sidebar-collapse .logo-mini {
  display: block;
}
.sidebar-mini.sidebar-collapse .logo-lg {
  display: none;
}
.sidebar-mini.sidebar-collapse .main-header {
  max-width: 50px;
}
.sidebar-mini.sidebar-collapse .btn-collapsed {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.sidebar-mini.sidebar-collapse .user-panel .user-image {
  width: 35px;
  height: 35px;
}
.sidebar-mini.sidebar-collapse .sidebar-menu {
  height: calc(100vh - 320px);
}
.sidebar-mini.sidebar-collapse .sidebar-menu li {
  position: relative;
}
.sidebar-mini.sidebar-collapse .sidebar-menu li a {
  padding-left: 17px;
}
.sidebar-mini.sidebar-collapse .sidebar-menu li a:hover {
  text-decoration: none;
}
.sidebar-mini.sidebar-collapse .sidebar-menu li span {
  display: none;
  position: absolute;
  padding: 0 10px;
  left: 35px;
  top: 0;
  background-color: #3A474C;
  color: #fff;
  white-space: nowrap;
}
.sidebar-mini.sidebar-collapse .sidebar-menu li:hover span {
  display: block;
}
.sidebar-mini.sidebar-collapse .account-settings {
  visibility: hidden;
}
.sidebar-mini.sidebar-collapse .main-footer {
  width: 50px;
}
.sidebar-mini.sidebar-collapse .main-footer a {
  display: none;
}
.sidebar-mini.sidebar-collapse .languge-toggle {
  padding: 0;
  text-align: center;
}
.sidebar-mini.sidebar-collapse .footer-link {
  flex-direction: column;
}
.sidebar-mini.sidebar-collapse .lang-item {
  display: block;
  margin-right: 0;
}

.loading-sources {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin: 9px 0 18px;
  padding: 0 32px;
  background-color: #448AFD;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  height: 32px;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.loading-sources .text {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 23px;
  color: #fff;
}
.loading-sources .animation-loader {
  display: inline-flex;
  justify-content: flex-start;
  width: 27px;
  height: 32px;
}
.loading-sources .loader {
  width: 4px;
  height: 4px;
  box-shadow: 0 6px, 0 -6px;
  background: currentColor;
  display: block;
  margin: -8px 0 0;
  position: relative;
  color: #fff;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  transform: translateY(20px);
  box-sizing: border-box;
  animation: animloader 2s ease infinite;
}
.loading-sources .loader::after,
.loading-sources .loader::before {
  content: '';
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  box-shadow: 0 6px, 0 -6px;
  background: currentColor;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  color: #fff;
  position: absolute;
  left: 12px;
  top: 0;
  animation: animloader 2s 0.2s ease infinite;
}
.loading-sources .loader::before {
  animation-delay: 0.4s;
  left: 6px;
}
@keyframes animloader {
  0% {
    top: 0;
    color: white;
  }
  50% {
    top: 3px;
    color: rgba(255, 255, 255, 0.2);
  }
  100% {
    top: 0;
    color: white;
  }
}
.wrapper {
  min-height: 100vh !important;
}
.wrapper .content-wrapper {
  min-height: calc(100vh - 50px) !important;
  padding-bottom: 40px;
}

.main-header {
  border-bottom: 0;
  margin-left: 0 !important;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1039;
  width: 240px;
  padding-top: 41px;
  padding-bottom: 32px;
}
.main-header .btn-collapsed {
  position: absolute;
  top: 9px;
  right: 16px;
  transition-duration: 0.3s;
}

.languge-toggle {
  list-style: none;
  text-align: left;
  padding: 0 32px;
}

.lang-item {
  margin-right: 7px;
  display: inline-block;
  vertical-align: middle;
}
.lang-item span {
  font-size: 13px;
  line-height: 23px;
  text-transform: uppercase;
  color: #fff;
}
.lang-item span.text-bold {
  color: #FE753B;
  font-weight: 600;
}
.lang-item:last-of-type {
  margin-right: 0;
}

.main-footer {
  max-width: 250px;
  position: relative;
  z-index: 1039;
  margin-left: 0 !important;
  border-top: 0;
}
.main-footer a {
  color: #8C9CA6;
  font-size: 13px;
  line-height: 23px;
  padding-left: 32px;
  text-decoration: none;
}

.logo {
  display: block;
  max-width: 100%;
}
.logo img {
  display: block;
  margin: auto;
}

.main-sidebar {
  background-color: #3A474C;
  padding-top: 115px;
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 1;
  width: 240px;
}
.main-sidebar .languge-toggle {
  position: absolute;
  width: 100%;
  bottom: 32px;
}

.user-panel .user-image {
  width: 120px;
  height: 120px;
}

.account-photo {
  text-align: center;
  position: relative;
}
.account-photo .btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 13px;
  line-height: 23px;
  padding: 0 10px;
  height: 23px;
}

.user-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  padding: 0 16px 0 32px;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.account-settings {
  display: block;
  text-align: left;
  height: 100%;
  padding: 2px 0 5px;
  background-color: rgba(41, 46, 48, 0.6);
}
.account-settings .label {
  display: block;
  font-size: 14px;
  line-height: 23px;
  color: #fff;
  font-weight: 400;
  padding: 0 32px;
  margin-bottom: 0;
  text-align: left;
  max-width: 250px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.account-settings .dropdown {
  display: block;
}
.account-settings .dropdown-menu {
  width: min-content;
  left: 32px;
}
.account-settings .dropdown-menu.user-menu {
  left: 0;
  width: 100%;
  border-radius: 0;
  float: none;
  position: relative;
}
.account-settings .dropdown-menu.user-menu li {
  padding: 0;
}
.account-settings .dropdown-menu.user-menu li a {
  padding-left: 32px;
}
.account-settings .dropdown-menu.user-menu li.has-menu:after {
  content: none;
}
.account-settings .dropdown-toggle:after {
  content: none;
}

.account-wrapper {
  display: block;
  width: calc(100% - 20px);
}

.user-name-account {
  display: block;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.user-dropdown {
  position: relative;
}

.has-submenu {
  position: relative;
}
.has-submenu > a {
  position: relative;
  display: block;
  text-decoration: none;
}
.has-submenu > a:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 8px;
  background-image: url("../img/arrow-bottom-dark.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
  position: absolute;
  right: 12px;
  top: 13px;
  z-index: 1;
}

.dropdown-item {
  padding: 0;
}
.dropdown-item img {
  width: 12px;
  height: 13px;
}
.dropdown-item.project-menu-newitem {
  padding: 9px 24px;
  cursor: pointer;
  margin-top: 5px;
}
.dropdown-item.package-info-user:hover {
  background-color: transparent;
}

.user-menu.open,
.submenu.open {
  display: block;
}

.submenu {
  position: absolute;
  left: 100% !important;
  top: -7px;
  -webkit-box-shadow: 0 0 4px rgba(72, 101, 129, 0.4);
  -moz-box-shadow: 0 0 4px rgba(72, 101, 129, 0.4);
  box-shadow: 0 0 4px rgba(72, 101, 129, 0.4);
}
.submenu .account-switch-btn {
  font-size: 13px;
  color: #3A474C;
  line-height: 26px;
  padding: 4px 24px;
  display: block;
  background-color: transparent;
}
.submenu .account-switch-btn:hover {
  background-color: #E6E8E9;
}

.account-emulation {
  border-top: 1px solid #E6E8E9;
}

.user-role {
  display: block;
  font-size: 10px;
  line-height: 14px;
  font-style: italic;
  color: #8C9CA6;
  padding: 0 32px 0 0;
  text-transform: capitalize;
}

.status-user {
  font-size: 13px;
  line-height: 23px;
  font-weight: 600;
  margin-top: 8px;
  padding: 0 24px;
}

.package-valid {
  display: flex;
  align-items: center;
  padding: 0 24px;
}
.package-valid .btn {
  margin-right: 0;
  margin-left: 8px;
  font-size: 13px;
  line-height: 23px;
  padding: 0 10px;
  height: 23px;
}
.package-valid p {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
}

.email-user {
  font-size: 13px;
  color: #8C9CA6;
  font-weight: 600;
  border-bottom: 1px solid #E6E8E9;
  padding: 9px 32px 9px 24px;
}

.sidebar-menu {
  list-style: none;
  margin-top: 16px;
  padding: 0;
  height: calc(100vh - 280px);
  scrollbar-width: thin;
  scrollbar-color: #B2BFC4 #F3F5F7;
}
.sidebar-menu::-webkit-scrollbar {
  width: 5px;
  background-color: #F3F5F7;
}
.sidebar-menu::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #B2BFC4;
}
.sidebar-menu::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #F3F5F7;
}
.sidebar-menu li {
  display: block;
  height: 45px;
}
.sidebar-menu li a {
  display: block;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  line-height: 45px;
  padding-left: 32px;
  text-transform: uppercase;
}
.sidebar-menu li a:hover {
  text-decoration: none;
}
.sidebar-menu li .fa-search {
  font-size: 16px;
}
.sidebar-menu li img {
  margin-right: 8px;
}
.sidebar-menu li.active {
  border-left: 2px solid #FE753B;
}
.sidebar-menu li.active a {
  color: #FE753B;
}
.sidebar-menu li.active a:hover {
  text-decoration: none;
}
.sidebar-menu li.active .icon.icon-project {
  background-image: url("../img/briefcase.svg");
  background-repeat: no-repeat;
}
.sidebar-menu li.active .icon.icon-timeline {
  background-image: url("../img/project_type_standard.svg");
  background-repeat: no-repeat;
}
.sidebar-menu li.active .icon.icon-analitics {
  background-image: url("../img/analytics.svg");
  background-repeat: no-repeat;
}
.sidebar-menu li.active .icon.icon-users {
  background-image: url("../img/users.svg");
  background-repeat: no-repeat;
}
.sidebar-menu li.active .icon.icon-package {
  background-image: url("../img/package/package-icon.svg");
  background-repeat: no-repeat;
}
.sidebar-menu li.active .icon.icon-plan {
  background-image: url("../img/refresh-gray.svg");
  background-repeat: no-repeat;
}

.footer-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.icon.icon-logout {
  width: 15px;
  height: 16px;
  background-image: url("../img/icon-logout.svg");
  background-repeat: no-repeat;
  margin-right: 3px;
  margin-bottom: 4px;
}
.icon.icon-logout-red {
  width: 15px;
  height: 16px;
  background-image: url("../img/icon-logout-red.svg");
  background-repeat: no-repeat;
  margin-right: 3px;
}
.icon.icon-project {
  width: 18px;
  height: 18px;
  background-image: url("../img/briefcase-gray.svg");
  background-repeat: no-repeat;
}
.icon.icon-add-search {
  width: 16px;
  height: 16px;
  background-image: url("../img/pluse-orange.svg");
  background-repeat: no-repeat;
}
.icon.icon-timeline {
  width: 18px;
  height: 18px;
  background-image: url("../img/project_type_standard-gray.svg");
  background-repeat: no-repeat;
}
.icon.icon-analitics {
  width: 18px;
  height: 18px;
  background-image: url("../img/analytics-gray.svg");
  background-repeat: no-repeat;
}
.icon.icon-options {
  width: 18px;
  height: 18px;
  background-image: url("../img/icon-options.svg");
  background-repeat: no-repeat;
}
.icon.icon-users {
  width: 18px;
  height: 18px;
  background-image: url("../img/users-gray.svg");
  background-repeat: no-repeat;
}
.icon.icon-package {
  width: 18px;
  height: 18px;
  background-image: url("../img/package/package-icon-gray.svg");
  background-repeat: no-repeat;
}
.icon.icon-plan {
  width: 18px;
  height: 18px;
  background-image: url("../img/refresh.svg");
  background-repeat: no-repeat;
}
.icon.icon-prev {
  width: 12px !important;
  height: 8px;
  background-image: url("../img/arrow-bottom.svg");
  background-repeat: no-repeat;
  transform: rotateY(90deg);
}
.icon.icon-next {
  width: 12px !important;
  height: 8px;
  background-image: url("../img/arrow-bottom.svg");
  background-repeat: no-repeat;
  transform: rotateY(-90deg);
}
.icon.icon_pdf {
  width: 24px;
  height: 20px;
  background-image: url("../img/icon-pdf.svg");
  background-repeat: no-repeat;
  margin-right: 0;
}
.icon.icon-arrow {
  width: 12px !important;
  height: 8px;
  background-image: url("../img/arrow-bottom.svg");
  background-repeat: no-repeat;
}
.icon.icon-save {
  width: 16px;
  height: 16px;
  background-image: url("../img/icon-ok.svg");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.icon.icon-close {
  width: 16px;
  height: 16px;
  background-image: url("../img/close.svg");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.icon.icon-close-red {
  width: 18px;
  height: 18px;
  background-image: url("../img/close-red.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.icon.icon-sort-down {
  width: 9px;
  height: 13px;
  background-image: url("../img/arrow-sort.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0;
}
.icon.icon-sort-up {
  width: 9px;
  height: 13px;
  background-image: url("../img/arrow-sort.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0;
  transform: rotate(180deg);
}
.icon.icon-tag {
  width: 18px;
  height: 18px;
  background-image: url("../img/tag.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 6px;
}
.icon.icon-trash {
  width: 16px;
  height: 18px;
  background-image: url("../img/icon-trash.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon.icon-trash:hover, .icon.icon-trash:active, .icon.icon-trash:focus {
  background-image: url("../img/icon-trash-hover.svg");
  background-repeat: no-repeat;
}
.icon.icon-trash-dark {
  width: 16px;
  height: 18px;
  background-image: url("../img/icon-trash-dark.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon.icon-trash-dark:hover, .icon.icon-trash-dark:active, .icon.icon-trash-dark:focus {
  background-image: url("../img/icon-trash-hover.svg");
  background-repeat: no-repeat;
}
.icon.icon-restore-trash {
  width: 16px;
  height: 18px;
  background-image: url("../img/icon-restore-from-trash.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon.icon-restore-trash-dark {
  width: 16px;
  height: 18px;
  background-image: url("../img/icon-restore-from-trash-dark.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon.icon-user-circle {
  width: 18px;
  height: 18px;
  background-image: url("../img/icon-user-circle.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon.icon-sharing {
  width: 16px;
  height: 14px;
  background-image: url("../img/icon-sharing.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon.icon-comment {
  width: 16px;
  height: 16px;
  background-image: url("../img/icon-cooment.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon.icon-refresh {
  width: 14px;
  height: 14px;
  background-image: url("../img/icon-refresh.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0;
}
.icon.icon-file {
  width: 32px;
  height: 37px;
  background-image: url("../img/icon-exl.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 11px;
}
.icon.icon-eye {
  width: 20px;
  height: 13px;
  background-image: url("../img/icon-eye.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon.icon-eye-close {
  width: 20px;
  height: 13px;
  background-image: url("../img/icon-eye-close.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon.icon-info {
  width: 13px;
  height: 13px;
  background-image: url("../img/icon-info.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon.info {
  width: 18px;
  height: 18px;
  background-image: url("../img/info.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon.icon-check {
  width: 12px;
  height: 9px;
  background-image: url("../img/package/icon-check-green.svg");
  background-repeat: no-repeat;
}
.icon.icon-fileExls {
  width: 18px;
  height: 18px;
  background-image: url("../img/icon-fileExl.svg");
  margin-left: 6px;
  margin-right: 6px;
}
.icon.icon-fileExls:hover {
  background-image: url("../img/icon-fileExl-hover.svg");
  background-repeat: no-repeat;
}
.icon.icon-timeline-rss {
  width: 18px;
  height: 18px;
  background-image: url("../img/icon-rss-dark.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
  margin: 0;
}
.icon.icon-timeline-rss:hover {
  background-image: url("../img/icon-rss-dark-hover.svg");
  background-repeat: no-repeat;
}
.icon.icon-pdf {
  width: 18px;
  height: 18px;
  background-image: url("../img/icon_pdf.svg");
  margin-left: 6px;
}
.icon.icon-printer {
  width: 18px;
  height: 18px;
  background-image: url("../img/icon-printer.svg");
  background-repeat: no-repeat;
  margin-left: 6px;
}
.icon.icon-printer:hover {
  background-image: url("../img/icon-printer-hover.svg");
  background-repeat: no-repeat;
}
.icon.icon-category-tag {
  width: 16px;
  height: 14px;
  background-image: url("../img/icon-category-tag.svg");
  background-repeat: no-repeat;
}
.icon.icon-hash-tag {
  width: 12px;
  height: 12px;
  background-image: url("../img/icon-hash-tag.svg");
  background-repeat: no-repeat;
}
.icon.icon-calendar {
  width: 16px;
  height: 16px;
  background-image: url("../img/icon-calendar.svg");
  background-repeat: no-repeat;
}
.icon.icon-import {
  width: 20px;
  height: 20px;
  background-image: url("../img/icon-import.svg");
  background-repeat: no-repeat;
}
.icon.icon-import:hover {
  background-image: url("../img/icon-import-hover.svg");
  background-repeat: no-repeat;
}
.icon.icon-more {
  width: 24px;
  height: 24px;
  background-image: url("../img/icon-more.svg");
  background-repeat: no-repeat;
}
.icon.icon-more:hover {
  width: 24px;
  height: 24px;
  background-image: url("../img/icon-more.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #D9D9D9;
}
.icon.icon-settings {
  width: 20px;
  height: 20px;
  background-image: url("../img/icon-settings.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0;
  margin-left: 6px;
}
.icon.icon-settings-blue {
  width: 20px;
  height: 20px;
  background-image: url("../img/icon-settings-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0;
  margin-left: 6px;
}
.icon.icon-lock-white {
  width: 16px;
  height: 16px;
  background-image: url("../img/icon-lock-white.svg");
  background-repeat: no-repeat;
  margin-right: 4px;
  margin-bottom: 2px;
}
.icon.icon-timeline-date {
  width: 16px;
  height: 16px;
  background-image: url("../img/icon_browse_gallery.svg");
  background-repeat: no-repeat;
  margin-right: 4px;
  margin-bottom: 1px;
}
.icon.icon-video {
  width: 24px;
  height: 24px;
  background-image: url("../img/icon-video.svg");
  background-repeat: no-repeat;
  margin-right: 0;
}
.icon.icon-exchange {
  width: 18px;
  height: 18px;
  background-image: url("../img/icon-exchange.svg");
  background-repeat: no-repeat;
  margin-right: 0;
  cursor: pointer;
}

.select2-selection__choice__remove {
  display: inline-block;
  font-size: 0;
  width: 12px;
  height: 12px;
  background-image: url("../img/close-dark.svg");
  background-repeat: no-repeat;
  cursor: pointer;
}
.select2-selection__choice__remove:hover {
  background-image: url("../img/close-red.svg");
}

.image-icon {
  cursor: pointer;
}

.email-user .form-group {
  position: relative;
}
.email-user .form-group .form-control {
  padding-right: 55px;
}
.email-user .form-group .actions-group {
  position: absolute;
  right: 5px;
  top: 10px;
}
.email-user .form-group .actions-group .icon {
  margin-right: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-size: 16px;
}
.email-user .form-group .actions-group .icon:hover {
  background-color: rgba(58, 71, 76, 0.1);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.content-wrapper {
  min-height: 100vh;
  padding-top: 0;
  background-color: #F3F5F7;
  margin-left: 240px !important;
}

.project-blank {
  padding: 23px 35px 32px;
  width: 100%;
  max-width: 342px;
  height: 157px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
}
.project-blank .flex div {
  margin-right: 50px;
}
.project-blank .period-date {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
}
.project-blank .project-count-number {
  display: block;
  font-size: 26px;
  color: #fff;
  font-weight: 600;
}
.project-blank .info-box-text {
  display: block;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  text-transform: lowercase;
  line-height: 14px;
}
.project-blank .actions_badge {
  background-color: rgba(255, 255, 255, 0.1);
}
.project-blank .actions_badge[type="arrow"] {
  background-image: url("../img/action_badge/arrow_right_white.svg");
}
.project-blank .actions_badge[type="arrow"]:hover {
  background-image: url("../img/action_badge/arrow_right_white.svg");
  background-color: rgba(255, 255, 255, 0.1);
}
.project-blank .actions_badge[type="button"] {
  width: auto;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 17px;
  line-height: 22px;
}
.project-blank.project_status-tile {
  background: #67BB6A;
}
.project-blank.project_types-tile {
  background: #BA68C8;
}
.project-blank.project_items-tile {
  background: #FD6193;
}

.footer-blank {
  margin-top: 30px;
}

.filter-block {
  width: 100%;
  margin-top: 24px;
  font-size: 13px;
  border-bottom: 1px solid #E6E8E9;
  padding-bottom: 4px;
}
.filter-block.has-tabs {
  padding-bottom: 0;
}
.filter-block.has-tabs .nav-tabs > li > a {
  line-height: 40px !important;
}
.filter-block .label {
  display: inline-block;
  color: #8C9CA6;
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
}
.filter-block select {
  font-weight: 600;
  padding-left: 4px;
}
.filter-block select option {
  display: block;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 23px;
  height: 40px;
  padding: 8px 24px;
}
.filter-block select.form-control.search {
  font-weight: 400;
}
.filter-block .daterange {
  font-weight: 600;
  font-size: 13px;
}
.filter-block .form-control.search {
  display: inline-block;
  background-color: transparent;
  border: 0;
  color: #3A474C;
  font-weight: 600;
  box-shadow: none;
}
.filter-block ::-webkit-input-placeholder,
.filter-block ::placeholder,
.filter-block ::-moz-placeholder {
  font-size: 13px;
  color: #8C9CA6;
  font-weight: 600;
}

.project_head {
  font-size: 13px;
  line-height: 23px;
  color: #B2BFC4;
}

.project-actions-row {
  position: relative;
  display: block;
  box-sizing: border-box;
  transition: 0.5s;
}
.project-actions-row .project-status {
  position: relative;
  margin-top: 5px;
  left: 0;
  font-size: 13px;
  font-weight: 400;
}
.project-actions-row .actions-group {
  position: absolute;
  top: -5px;
  right: 50px;
  width: max-content;
  height: 40px;
  padding: 5px 0;
  background: #fff;
  visibility: hidden;
  white-space: nowrap;
}

.project-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  padding-left: 24px;
  background: #fff;
  position: relative;
}
.project-name a {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #3A474C;
  text-decoration: none;
}
.project-name:hover .info-content {
  display: block;
  top: 24px;
  left: 0;
  z-index: 10;
}
.project-name:hover .info-content p {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 4px;
}

.project-type {
  font-size: 13px;
  line-height: 23px;
  font-weight: 600;
}

.project-items {
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  color: #3A474C;
}
.project-items.project-items-increase {
  color: #67BB6A;
}
.project-items.project-items-error {
  color: #C23131;
}

.created_date {
  font-size: 13px;
  color: #8C9CA6;
  line-height: 23px;
}

.update_date {
  font-size: 13px;
  color: #8C9CA6;
  line-height: 23px;
}

.project_content .project_row .project-pin-pinned {
  padding-right: 35px;
}
.project_content .project_row .project-name {
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.project_content .project_row:hover .actions-group {
  visibility: visible;
}
.project_content .project_row:hover .actions-group:before {
  content: '';
  display: block;
  position: absolute;
  width: 24px;
  height: 40px;
  background: linear-gradient(270deg, #fff 30%, rgba(255, 255, 255, 0) 100%);
  left: -24px;
}
.project_content .project_row:hover .actions-group:after {
  content: '';
  display: block;
  position: absolute;
  width: 24px;
  height: 40px;
  background: linear-gradient(90deg, #fff 30%, rgba(255, 255, 255, 0) 100%);
  right: -24px;
  top: 0;
}
.project_content .project_row.key-requests {
  border-left: 3px solid #BB6BD9;
}
.project_content .project_row.source-tape {
  border-left: 3px solid #009CA9;
}
.project_content .project_row.paused {
  position: relative;
}
.project_content .project_row.paused:before {
  content: '';
  display: block;
  width: calc(100% + 3px);
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: -3px;
  top: 0;
  z-index: 1;
}

.actions_badge {
  width: 56px;
  height: 30px;
  display: inline-block;
  background-color: #ebeded;
  border-radius: 27px;
  text-align: center;
  transition: 0.3s;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.actions_badge[type="timeline"] {
  background-image: url("../img/action_badge/timelines.svg");
}
.actions_badge[type="timeline"]:hover {
  background-image: url("../img/action_badge/timelines_white.svg");
  background-color: #3A474C;
}
.actions_badge[type="duplicate"] {
  background-image: url("../img/action_badge/dublicate-icon.svg");
}
.actions_badge[type="duplicate"]:hover {
  background-image: url("../img/action_badge/dublicate-icon_white.svg");
  background-color: #3A474C;
}
.actions_badge[type="play"] {
  background-image: url("../img/action_badge/running_black.svg");
}
.actions_badge[type="play"]:hover {
  background-image: url("../img/action_badge/running_white.svg");
  background-color: #67BB6A;
}
.actions_badge[type="playdisabled"] {
  background-image: url("../img/icon-lock-play.svg");
}
.actions_badge[type="pause"] {
  background-image: url("../img/action_badge/paused_black.svg");
}
.actions_badge[type="pause"]:hover {
  background-image: url("../img/action_badge/paused_white.svg");
  background-color: #FE753B;
}
.actions_badge[type="arrow"] {
  background-image: url("../img/action_badge/arrow_right.svg");
}
.actions_badge[type="arrow"]:hover {
  background-image: url("../img/action_badge/arrow_right_white.svg");
  background-color: #3A474C;
}
.actions_badge[type="remove"] {
  background-image: url("../img/action_badge/remove.svg");
}
.actions_badge[type="remove"]:hover {
  background-image: url("../img/action_badge/remove_white.svg");
  background-color: #C23131;
}
.actions_badge[type="removedisabled"] {
  background-image: url("../img/action_badge/remove.svg");
  opacity: 0.5;
}
.actions_badge[type="export"] {
  background-image: url("../img/action_badge/export.svg");
}
.actions_badge[type="export"]:hover {
  background-image: url("../img/action_badge/export_white.svg");
  background-color: #3A474C;
}
.actions_badge[type="ok"] {
  background-image: url("../img/action_badge/ok.svg");
}
.actions_badge[type="ok"]:hover {
  background-image: url("../img/action_badge/ok_white.svg");
  background-color: #67BB6A;
}
.actions_badge[type="no"] {
  background-image: url("../img/action_badge/no.svg");
}
.actions_badge[type="no"]:hover {
  background-image: url("../img/action_badge/no_white.svg");
  background-color: #C23131;
}
.actions_badge[type="arrow"] {
  background-image: url("../img/action_badge/arrow_right.svg");
}
.actions_badge[type="arrow"]:hover {
  background-image: url("../img/action_badge/arrow_right_white.svg");
  background-color: #3A474C;
}
.actions_badge[type="pencil"] {
  background-image: url("../img/action_badge/pencil_black.svg");
}
.actions_badge[type="pencil"]:hover {
  background-image: url("../img/action_badge/pencil_white.svg");
  background-color: #3A474C;
}
.actions_badge[type="editdisabled"] {
  background-image: url("../img/action_badge/pencil_black.svg");
  opacity: 0.5;
}
.actions_badge[type="reset_pwd"] {
  background-image: url("../img/action_badge/reset_pwd.svg");
}
.actions_badge[type="reset_pwd"]:hover {
  background-image: url("../img/action_badge/reset_pwd_white.svg");
  background-color: #3A474C;
}
.actions_badge[type="login_as"] {
  background-image: url("../img/users.svg");
}
.actions_badge[type="plus"] {
  background-image: url("../img/action_badge/plus.svg");
  background-color: #3A474C;
}
.actions_badge[type="plus"]:hover {
  background-image: url("../img/action_badge/plus.svg");
  background-color: #FE753B;
}
.actions_badge[type="add-tags"] {
  background-image: url("../img/action_badge/plus-gray.svg");
  background-color: rgba(58, 71, 76, 0.1);
  width: 45px;
  height: 26px;
  position: relative;
}
.actions_badge[type="add-tags"]:hover {
  background-image: url("../img/action_badge/plus.svg");
  background-color: #FE753B;
}
.actions_badge[type="plusdisabled"] {
  background-image: url("../img/action_badge/plus.svg");
  opacity: 0.95;
}
.actions_badge[type="fileExls"] {
  background-image: url("../img/action_badge/file-xls.svg");
  margin-left: 6px;
}
.actions_badge[type="fileExls"]:hover {
  background-image: url("../img/action_badge/file-xls_white.svg");
  background-color: #FE753B;
}
.actions_badge[type="print"] {
  background-image: url("../img/action_badge/print.svg");
  margin-left: 6px;
}
.actions_badge[type="print"]:hover {
  background-image: url("../img/action_badge/print_white.svg");
  background-color: #FE753B;
}
.actions_badge[type="refresh-account"] {
  background-image: url("../img/action_badge/refresh-account.svg");
  margin-left: 6px;
}
.actions_badge[type="refresh-account"]:hover {
  background-image: url("../img/action_badge/refresh-account-hover.svg");
  background-color: #FE753B;
}
.actions_badge[type="settings"] {
  background-image: url("../img/icon-settings.svg");
}
.actions_badge[type="settings"]:hover {
  background-image: url("../img/icon-settings-hover.svg");
  background-color: #3A474C;
}
.actions_badge[type="gotoDashboard"] {
  background-image: url("../img/action_badge/chart-horizontal.svg");
}
.actions_badge[type="gotoDashboard"]:hover {
  background-image: url("../img/action_badge/chart-horizontal-white.svg");
  background-color: #3A474C;
}

.project-pin {
  transform: rotate(45deg);
  position: relative;
  right: 19px;
  top: 10px;
  transition: 0.3s;
  background-image: url("../img/project_pin.svg");
  background-repeat: no-repeat;
  height: 23px;
  width: 20px;
  cursor: pointer;
}
.project-pin:hover {
  top: 5px;
  transform: rotate(15deg);
}

.project-pin-pinned {
  position: relative;
  top: 4px;
  transition: 0.3s;
  background-image: url("../img/project_pin_pinned.svg");
  background-repeat: no-repeat;
  height: 23px;
  width: 20px;
}
.project-pin-pinned:hover {
  top: 1px;
}

.legend-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  margin: 20px 0 12px;
}

.item-legend {
  margin-right: 16px;
  display: inline-flex;
  align-items: center;
}
.item-legend .title-item {
  font-size: 13px;
  line-height: 23px;
  color: #8C9CA6;
}

.color-item {
  display: inline-flex;
  width: 12px;
  height: 12px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  margin-right: 4px;
}
.color-item.key-requests {
  background-color: #BB6BD9;
}
.color-item.source-tape {
  background-color: #009CA9;
}

.project_tile {
  width: 100%;
  max-width: 346px;
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 16px 20px 13px 24px;
  margin-bottom: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.project_tile.key-requests {
  border-left: 3px solid #BB6BD9;
}
.project_tile.source-tape {
  border-left: 3px solid #009CA9;
}
.project_tile.paused {
  position: relative;
}
.project_tile.paused:before {
  content: '';
  display: block;
  width: calc(100% + 3px);
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: -3px;
  top: 0;
  z-index: 1;
}
.project_tile:hover .actions-group {
  visibility: visible;
  top: -2px;
}
.project_tile .project-status {
  margin-top: 2px;
}

.header-tile {
  border-bottom: 1px solid #E6E8E9;
}
.header-tile .project-name {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding-left: 0;
  width: calc(100% - 40px);
  margin-bottom: 2px;
}
.header-tile .project-pin {
  right: 0;
  top: 8px;
}
.header-tile .small-text {
  font-size: 14px;
  line-height: 27px;
  color: #3A474C;
}
.header-tile .project-items {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  color: #3A474C;
  margin-bottom: 6px;
}
.header-tile .project-items.project-items-increase {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #67BB6A;
  line-height: 27px;
}
.header-tile .type {
  font-size: 13px;
  color: #3A474C;
  font-weight: 600;
  line-height: 23px;
}

.footer-tile {
  padding-top: 7px;
}
.footer-tile .project_created_at {
  display: inline-block;
  font-size: 13px;
  line-height: 23px;
}

.timeline_description {
  font-size: 13px;
  line-height: 23px;
  text-align: left;
}
.timeline_description.description {
  display: block;
  overflow: hidden;
  height: 100%;
  max-height: 117px;
  margin-bottom: 8px;
}
.timeline_description.description-less {
  display: block;
  height: 48px;
  overflow: hidden;
}

.show-more {
  font-size: 13px;
  line-height: 23px;
  color: #448AFD;
  cursor: pointer;
  display: inline-block;
  max-width: 100%;
  margin: 8px 0;
}
.show-more:hover {
  text-decoration: underline;
}

.project_tile:hover .project-actions-row .actions-group {
  top: 0;
  left: 0;
  right: auto;
}

.badge {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  height: 26px;
  font-size: 13px;
  font-weight: 400;
  color: #3A474C;
  line-height: 26px;
  -moz-border-radius: 27px;
  -webkit-border-radius: 27px;
  -ms-border-radius: 27px;
  border-radius: 27px;
  margin-bottom: 6px;
  margin-right: 6px;
}
.badge.badge-grey {
  background: rgba(58, 71, 76, 0.1);
}
.badge.badge-orange {
  background-color: #FE753B;
  color: #fff;
}
.badge.badge-violet {
  background-color: #CCD1EB;
}
.badge.tag-small-badge {
  background: rgba(58, 71, 76, 0.1);
  padding-right: 30px;
  height: 26px;
  line-height: 26px;
  position: relative;
}
.badge.tag-small-badge .close {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  right: 10px;
  background-image: url("../img/close-dark.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-size: 0;
  top: 5px;
}
.badge.tag-small-badge .close:hover {
  background-image: url("../img/close-red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.tab-content {
  padding-top: 16px;
}

.login-page {
  background: #3A474C;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .login-page .landing-page .desktop-header {
    display: flex;
  }
  .login-page .landing-page .mobile-header {
    display: none;
  }
}
.login-page .landing-page {
  background-color: transparent;
}
.login-page .landing-page .language-toggle .lang-item.active {
  color: #fff;
}

.login-box {
  display: block;
  width: 100%;
  max-width: 558px;
  height: auto;
  min-height: calc(100% - 296px);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 1000px) {
  .login-box {
    min-height: calc(100% - 350px);
  }
}
@media (max-width: 700px) {
  .login-box {
    max-height: 100%;
    min-height: auto;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.login-box h2 {
  color: #fff;
  font-size: 22px;
  line-height: 52px;
  margin: 16px 0;
  text-align: center;
}

.login-logo {
  display: block;
  margin: auto;
  text-decoration: none;
  text-align: center;
  max-width: 150px;
}
.login-logo img {
  display: block;
  margin: auto;
  max-width: 100%;
}
.login-logo span {
  display: block;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 48px;
}

.box-shadow {
  -webkit-box-shadow: 0 4px 56px rgba(58, 71, 76, 0.2);
  -moz-box-shadow: 0 4px 56px rgba(58, 71, 76, 0.2);
  box-shadow: 0 4px 56px rgba(58, 71, 76, 0.2);
}

.signup-title {
  padding: 0 15px;
}

.login-box-body {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  padding: 47px 56px 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 500px) {
  .login-box-body {
    padding: 24px;
  }
}
.login-box-body .actions-group {
  position: absolute;
  top: 0;
  right: 15px;
  height: 38px;
  line-height: 38px;
}
.login-box-body .text-muted {
  font-size: 13px;
  line-height: 23px;
  color: #8C9CA6;
}
.login-box-body .terms {
  font-size: 13px;
  line-height: 19px;
  color: #3A474C;
  max-width: 270px;
}
.login-box-body .terms a {
  margin: 0;
}
.login-box-body .recapcha {
  height: 83px;
  margin-top: 24px;
}
.login-box-body .help-block {
  line-height: 15px;
}

.login-box-footer {
  display: block;
  width: 100%;
  height: 100%;
  background: #F3F5F7;
  padding: 17px 54px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  font-size: 13px;
  font-weight: 600;
  line-height: 23px;
  color: #3A474C;
  text-align: center;
}
@media (max-width: 500px) {
  .login-box-footer {
    padding: 17px 24px;
  }
}

.login-box-msg {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 23px;
  color: #627D98;
  margin-top: 0;
  text-align: center;
}

.verifications-body {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  padding: 56px 40px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.verifications-body img {
  display: block;
  max-width: 191px;
  margin: 0 auto 22px;
}
.verifications-body p {
  margin-bottom: 0;
}
.verifications-body.verifications-form {
  padding: 40px;
}
.verifications-body.verifications-form form {
  margin: 24px 16px 0;
}
.verifications-body.verifications-form .actions-group {
  position: absolute;
  top: 0;
  right: 15px;
  height: 38px;
  line-height: 38px;
}

.verifications-footer {
  display: block;
  width: 100%;
  height: 100%;
  background: #F3F5F7;
  padding: 17px 40px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  font-size: 13px;
  font-weight: 600;
  line-height: 23px;
  color: #3A474C;
  text-align: center;
}
.verifications-footer p {
  margin-bottom: 0;
}

.link-password {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 23px;
  color: #448AFD;
  text-decoration: none;
}

.bottom-block {
  margin-top: 24px;
}
.bottom-block a {
  text-decoration: none;
  margin-right: 10px;
}

.users-list {
  font-size: 13px;
  line-height: 23px;
}
.users-list .project_head {
  padding-top: 30px;
}
.users-list .project-name {
  line-height: 23px;
  font-size: 13px;
}
.users-list .email {
  line-height: 23px;
  font-size: 13px;
  color: #3A474C;
}
.users-list .role-user {
  color: #8C9CA6;
}
.users-list .users-log {
  font-size: 13px;
  line-height: 23px;
  color: #8C9CA6;
}
.users-list .text-center {
  clear: both;
}

.form-search {
  display: block;
  width: 100%;
  max-width: 647px;
  margin: auto;
  text-align: center;
}
.form-search h3 {
  margin-bottom: 0;
}
.form-search .message-search {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 23px;
  color: #3A474C;
  margin-bottom: 16px;
}
.form-search .search-global {
  display: block;
  margin: auto;
  max-width: 589px;
  padding-left: 44px;
  background-image: url("../img/search-icon.svg");
  background-repeat: no-repeat;
  background-position: left 14px center;
  margin-bottom: 55px;
}

.triggers_row {
  display: block;
  border-bottom: 1px solid #B2BFC4;
  margin-bottom: 16px;
}
.triggers_row:last-of-type {
  border-bottom: 0;
}

.form-search-global {
  display: block;
  width: 100%;
  max-width: 570px;
  margin: auto;
}
.form-search-global .hint-info {
  margin-top: 20px;
}
.form-search-global .form-control:focus, .form-search-global .form-control:active {
  -webkit-box-shadow: 0 4px 4px rgba(254, 117, 59, 0.1);
  -moz-box-shadow: 0 4px 4px rgba(254, 117, 59, 0.1);
  box-shadow: 0 4px 4px rgba(254, 117, 59, 0.1);
}

.attachment-block {
  background: #fff;
  border: 0;
  font-size: 13px;
  line-height: 23px;
}
.attachment-block ul {
  list-style: none;
  padding-left: 0;
}
.attachment-block span {
  color: #8C9CA6;
}
.attachment-block h4 {
  font-size: 16px;
  font-weight: 600;
}

.buttonBlock .btn {
  margin-left: 15px;
}

.project_content.users-list .project_row {
  padding-left: 20px;
}

.tags-content {
  position: relative;
}
.tags-content .project_head {
  white-space: nowrap;
}
.tags-content .link-row {
  display: block;
  width: 100%;
  left: 0;
  position: absolute;
  top: -26px;
  text-align: right;
}
.tags-content .link-row a {
  color: #448AFD;
  font-size: 13px;
  line-height: 23px;
  text-decoration: underline;
}
.tags-content .link-row a:hover {
  text-decoration: none;
}

.source_row {
  display: block;
  padding: 15px 15px 7px;
  max-width: 100%;
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 23px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 8px;
}
.source_row span {
  display: inline-block;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.source_row span.source-name {
  font-weight: 600;
  color: #3A474C;
  padding-left: 8px;
}
.source_row span.source-type, .source_row span.created_time, .source_row span.vertical-line {
  color: #8C9CA6;
}
.source_row .link-source {
  display: block;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.source_row .list-tags {
  list-style: none;
  padding: 0;
  margin: 0;
}
.source_row .list-tags li {
  display: inline-block;
  max-width: 100%;
  height: 26px;
  overflow: hidden;
  margin-bottom: 1px;
}

.source_row:hover .actions-group {
  top: 5px;
}

.monitoring-mode-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 11px 0 22px;
  border-bottom: 1px solid #E6E8E9;
}
.monitoring-mode-wrapper .mode-item {
  margin-right: 28px;
}
.monitoring-mode-wrapper .custom-control-label {
  font-weight: 400 !important;
  color: #000;
}

.sources-list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
}
.sources-list-header .dark-gray {
  font-size: 13px;
  line-height: 23px;
  margin-right: 16px;
}
.sources-list-header .icon {
  margin-left: 12px;
  margin-right: 0;
}
.sources-list-header .icon.icon-fileExls {
  margin-left: 6px;
}

.actions-count {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 23px;
  color: #3A474C;
}

.download-source-form {
  padding: 28px 56px 0;
}
.download-source-form p {
  margin-bottom: 16px;
}
.download-source-form .link {
  font-size: 16px;
  line-height: 23px;
  text-decoration: underline;
}

.settings-tags-form {
  padding: 28px 56px 0;
}
.settings-tags-form .link {
  font-size: 13px;
  line-height: 23px;
  color: #448AFD;
  text-decoration: underline;
}
.settings-tags-form .link:hover {
  text-decoration: none;
}
.settings-tags-form .count-name {
  color: #B2BFC4;
  font-size: 13px;
  line-height: 23px;
}
.settings-tags-form .form-control.search {
  border: 0;
  background-position: left 0 center;
  padding-left: 24px;
}
.settings-tags-form .form-control.search:focus {
  border: 0;
  box-shadow: none;
}
.settings-tags-form .icon-edit {
  width: 14px;
  height: 14px;
  margin-left: 14px;
}
.settings-tags-form .list-tags {
  list-style: none;
  padding: 0;
}
.settings-tags-form .list-tags li {
  display: inline-block;
  vertical-align: middle;
  height: 26px;
  line-height: 26px;
}

.settings-manage-tags .list-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.settings-manage-tags .list-tags li {
  margin-right: 6px;
  margin-bottom: 6px;
  line-height: 23px;
}
.settings-manage-tags .list-tags li .badge {
  margin: 0;
}
.settings-manage-tags .list-tags li.inactive {
  position: relative;
}
.settings-manage-tags .list-tags li.inactive:before {
  content: '';
  display: block;
  background-color: rgba(255, 255, 255, 0.13);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 26px;
}
.settings-manage-tags .list-tags .form-group {
  position: relative;
  margin-bottom: 0;
}
.settings-manage-tags .list-tags .form-control {
  padding: 0 10px;
  height: 23px;
  font-size: 13px;
  font-weight: 400;
  color: #3A474C;
  line-height: 23px;
  -moz-border-radius: 27px;
  -webkit-border-radius: 27px;
  -ms-border-radius: 27px;
  border-radius: 27px;
  background: rgba(58, 71, 76, 0.1);
  padding-right: 48px;
  max-width: 160px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
  box-shadow: none;
}
.settings-manage-tags .list-tags .form-control:focus {
  border-color: #FE753B;
}
.settings-manage-tags .list-tags .form-control.has-error {
  border-color: #C23131;
}
.settings-manage-tags .list-tags .actions-group {
  position: absolute;
  right: 0;
  top: 0;
  height: 22px;
}
.settings-manage-tags .list-tags .actions-group .icon {
  margin-right: 4px;
  background-size: contain;
}
.settings-manage-tags .list-tags .actions-group .icon.icon-save {
  width: 14px;
  height: 14px;
}
.settings-manage-tags .list-tags .actions-group .icon.icon-close {
  width: 14px;
  height: 14px;
  background-image: url("../img/close-dark.svg");
}

.autocompleter .select2-container {
  width: 100% !important;
}

.block-rss .button-rss {
  display: inline-block;
  vertical-align: middle;
  width: 29px;
  height: 29px;
  -moz-border-radius: 14.5px;
  -webkit-border-radius: 14.5px;
  -ms-border-radius: 14.5px;
  border-radius: 14.5px;
  background-color: #FE753B;
  background-image: url("../img/icon-rss.svg");
  background-repeat: no-repeat;
  background-size: 13px 13px;
  background-position: center;
  position: relative;
  cursor: pointer;
}
.block-rss .button-rss.small {
  width: 19px;
  height: 19px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background-size: 10px;
}
.block-rss .hint-info {
  display: none;
  background: #3A474C;
  -webkit-box-shadow: 0 0 4px rgba(72, 101, 129, 0.25);
  -moz-box-shadow: 0 0 4px rgba(72, 101, 129, 0.25);
  box-shadow: 0 0 4px rgba(72, 101, 129, 0.25);
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  padding: 4px 23px 11px 15px;
  position: absolute;
  top: 44px;
  right: -4px;
  text-align: left;
}
.block-rss .form-control {
  display: block;
  border: 0;
  height: auto;
  text-decoration: underline;
  background-color: transparent;
  color: #fff;
  width: 245px;
  padding-left: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 8px;
}
.block-rss .actions_link {
  display: inline-block;
  margin-left: 0;
  padding: 3px 17px;
  background-color: #448AFD;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  -moz-border-radius: 27px;
  -webkit-border-radius: 27px;
  -ms-border-radius: 27px;
  border-radius: 27px;
}
.block-rss .actions_link:hover {
  text-decoration: none;
}

.detail-project {
  position: relative;
}
.detail-project .row-rss {
  width: 100%;
  position: absolute;
  top: 24px;
  z-index: 1;
}
.detail-project .block-rss .hint-info {
  top: 32px;
}
.detail-project .filter-block {
  margin-top: 21px;
}
.detail-project .filter-block .row {
  margin: 0;
}
.detail-project .inner-content {
  position: relative;
}

.with_select_badges {
  margin-bottom: 20px;
  position: relative;
  padding-right: 65px;
}
.with_select_badges .clear-link {
  font-size: 13px;
  line-height: 23px;
  position: absolute;
  right: 0;
  bottom: 12px;
}

.project_content .pagination-page-info {
  display: block;
  position: absolute;
  right: 12px;
  top: -36px;
}
.project_content .rows .pagination-page-info {
  top: -60px;
}

.hint {
  position: relative;
}
.hint .title-info {
  display: none;
  width: 296px;
  position: absolute;
  left: 0;
  padding: 4px 16px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 23px;
  color: #fff;
  background: #3A474C;
  -webkit-box-shadow: 0 0 4px rgba(72, 101, 129, 0.25);
  -moz-box-shadow: 0 0 4px rgba(72, 101, 129, 0.25);
  box-shadow: 0 0 4px rgba(72, 101, 129, 0.25);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.hint:hover .title-info {
  display: block;
}

.noprint {
  display: none !important;
}

highlight {
  background-color: rgba(103, 187, 106, 0.5);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

tfoot input {
  width: 100%;
  padding: 3px;
  box-sizing: border-box;
}

div div.form-group div.input-group input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield;
  position: relative;
}

td.details-control {
  background: url("../static/details_open.png") no-repeat center center;
  cursor: pointer;
}

tr.shown td.details-control {
  background: url("../static/details_close.png") no-repeat center center;
}

div.scrollUp {
  position: fixed;
  top: auto;
  bottom: 8px;
  left: auto;
  right: 17px;
  border-radius: 5px;
  background-color: #ddd;
  z-index: 9999;
  opacity: 0.9;
  cursor: pointer;
  padding: 8px 16px 12px;
  font-size: 10px;
  text-transform: uppercase;
  color: #333;
  text-align: center;
}

.error-page {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3A474C;
}
.error-page .count-error {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 110px;
  line-height: 35px;
  color: #fff;
  background-image: url("../img/line-error.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 80px;
  width: 98%;
  max-width: 507px;
}
@media (max-width: 550px) {
  .error-page .count-error {
    font-size: 90px;
  }
}
.error-page .text-error {
  font-family: "Open Sans", sans-serif;
  font-size: 33px;
  line-height: 52px;
  color: #fff;
  text-align: center;
}
.error-page .message-error {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 33px;
  color: #fff;
  text-align: center;
}
.error-page .btn {
  display: block;
  max-width: 235px;
  text-align: center;
  margin: 54px auto 0;
  font-weight: 600;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  padding: 0 24px;
  height: 42px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: 42px;
  border-radius: 33px;
  text-transform: uppercase;
}
.error-page .btn.btn-primary:hover, .error-page .btn.btn-primary:focus, .error-page .btn.btn-primary:active {
  background-color: #fff;
  color: #FE753B;
}

.g-recaptcha {
  padding-top: 12px;
}

.balance-account {
  width: 100%;
  max-width: 507px;
  padding: 25px 30px 30px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  margin-top: 20px;
}
.balance-account .btn-group {
  margin-right: 24px;
}
.balance-account .radio-button {
  margin-left: 0;
}
.balance-account .form-control {
  min-width: 278px;
}
.balance-account .btn {
  margin-top: 10px;
}

.back-link {
  display: inline-block;
  margin-bottom: 11px;
}

.empty {
  width: 100%;
}
.empty .box {
  padding: 46px 0 60px !important;
  text-align: center;
}
.empty p {
  font-size: 13px;
  line-height: 23px;
  color: #3A474C;
  margin-bottom: 8px;
}
.empty .btn {
  margin-bottom: 8px;
}

.how-works-page {
  width: 100%;
  max-width: 940px;
  margin: auto;
}
.how-works-page iframe {
  width: 100%;
  height: 535px;
}
.how-works-page h1 {
  font-size: 26px;
  font-weight: 600;
  line-height: 42px;
  max-width: 485px;
  margin: 0 auto 40px;
  text-align: center;
}
.how-works-page .instruction-block {
  padding-top: 70px;
  text-align: center;
}
.how-works-page .instruction-block h2 {
  font-size: 26px;
  font-weight: 600;
  line-height: 42px;
  margin: 0 auto;
  text-align: center;
}
.how-works-page .instruction-block a {
  display: inline-block;
  margin: 3px auto 0;
  font-size: 26px;
  line-height: 42px;
  color: #448AFD;
  text-decoration: none;
}
.how-works-page .contact-block {
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  max-width: 540px;
  margin: 50px auto 0;
  text-align: center;
}

.package-page h3 {
  color: #FE753B;
  font-weight: 600;
}
.package-page .link-tariffs {
  font-size: 13px;
  font-weight: 700;
  line-height: 23px;
}
.package-page .package-cost {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 27px;
  color: #3A474C;
}
.package-page .package-source {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 23px;
  color: #3A474C;
  margin-top: 6px;
  max-width: 170px;
}
.package-page hr.line {
  border-top: 1px solid #E6E8E9;
  margin: 0 -32px 0;
}
.package-page .checkbox {
  margin-top: 20px;
}
.package-page .checkbox small {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 23px;
}
.package-page .checkbox label {
  padding-left: 23px;
}
.package-page .checkbox input[type="checkbox"]:not(:checked) + label:before,
.package-page .checkbox input[type="checkbox"]:checked + label:before {
  left: 0;
  top: 3px;
  position: absolute;
}
.package-page .modal-body {
  padding: 0 56px 40px;
}
.package-page .modal-body .list-tariff {
  margin-top: 12px;
  margin-bottom: 13px;
}
.package-page .modal-footer {
  padding: 0;
  margin-top: 30px;
}
.package-page .box {
  margin-bottom: 0;
  min-height: 314px;
}
.package-page .box .subscription-plan .package-cost {
  margin-top: 5px;
}
@media (max-width: 1385px) {
  .package-page .box {
    min-height: 336px;
  }
}

.box .subscription-plan {
  padding-top: 29px;
}
.box .subscription-plan .package-cost {
  margin-top: 5px;
}
.box .subscription-plan .title-plan {
  margin-top: 17px;
}

ul.list-tariff {
  margin-top: 30px;
  list-style: none;
  padding-left: 0;
}
ul.list-tariff li {
  display: block;
  margin-bottom: 6px;
  position: relative;
}
ul.list-tariff li:before {
  content: none;
}
ul.list-tariff .icon-check {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 7px;
}
ul.list-tariff .item-info {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 23px;
  color: #3A474C;
  display: block;
  padding-left: 20px;
}
ul.list-tariff .item-info.strike {
  color: #8C9CA6;
}

.package-list {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.package-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 24px 32px 32px;
  width: 100%;
  max-width: 342px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 679px;
  position: relative;
  overflow: hidden;
}
.package-item:after {
  content: '';
  width: 143px;
  height: 143px;
  display: block;
  -moz-border-radius: 72px;
  -webkit-border-radius: 72px;
  -ms-border-radius: 72px;
  border-radius: 72px;
  position: absolute;
  top: -31px;
  right: -31px;
}
.package-item.package-trial:after {
  background-color: rgba(58, 71, 76, 0.1);
}
.package-item.package-standart:after {
  background-color: rgba(58, 71, 76, 0.1);
}
.package-item.package-pro:after {
  background-color: rgba(68, 138, 253, 0.14);
}
.package-item.package-premium:after {
  background-color: rgba(254, 117, 59, 0.2);
}
.package-item:before {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.package-item.package-trial:before {
  background-image: url("../img/package/standart-image.svg");
  width: 130px;
  height: 115px;
  top: 9px;
  right: 22px;
}
.package-item.package-standart:before {
  background-image: url("../img/package/standart-image.svg");
  width: 130px;
  height: 115px;
  top: 9px;
  right: 22px;
}
.package-item.package-pro:before {
  background-image: url("../img/package/pro-image.svg");
  width: 113px;
  height: 115px;
  top: 22px;
  right: 21px;
}
.package-item.package-premium:before {
  background-image: url("../img/package/premium-image.svg");
  width: 114px;
  height: 115px;
  top: 11px;
  right: 23px;
}
.package-item.active {
  border: 1px solid #FE753B;
}
.package-item.active h3 {
  color: #8C9CA6;
}

.package-footer .btn {
  min-width: 184px;
}
.package-footer .button-block {
  display: block;
  text-align: center;
}

.package-until {
  text-align: center;
  line-height: 42px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
}
.package-until .date-until {
  font-weight: 600;
}

.status {
  display: inline-block;
  padding: 0 8px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  height: 21px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
.status.status-pending {
  background-color: #FADEFF;
  color: #BA68C8;
}
.status.status-active {
  background-color: #DAFFDB;
  color: #67BB6A;
}
.status.status-cancelled {
  background-color: #E6E8E9;
  color: #8C9CA6;
}
.status.status-suspended {
  background-color: #FFDFDF;
  color: #C23131;
}

.subscription-plan .title-plan {
  display: flex;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 27px;
  color: #3A474C;
  position: relative;
  white-space: nowrap;
}
.subscription-plan .title-status {
  margin-left: 3px;
}
.subscription-plan.cancelled-status .title-plan {
  color: #8C9CA6;
}
.subscription-plan .date-payment {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
}
.subscription-plan .date-payment .date-until {
  font-weight: 600;
}
.subscription-plan .package-cost {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  margin-top: 5px;
  font-weight: 400;
}
.subscription-plan .package-cost .payment-next {
  font-weight: 600;
}
.subscription-plan .package-cost:empty {
  display: none;
}
.subscription-plan .list-tariff {
  margin-top: 12px;
}
.subscription-plan .link-plan {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  line-height: 23px;
  margin-top: 16px;
}
.subscription-plan .hint-info {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.subscription-plan .hint-info:hover .info-content {
  display: block;
}
.subscription-plan .icon-info {
  margin-bottom: 10px;
  position: relative;
  margin-right: 0;
}
.subscription-plan .info-content {
  padding: 8px;
  background: #3A474C;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  top: -35px;
  right: 0;
  color: #fff;
  font-size: 12px;
  line-height: 19px;
  width: max-content;
  display: none;
}
.subscription-plan .form-payment {
  margin-top: 9px;
}
.subscription-plan .form-payment .button-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  .subscription-plan .form-payment .button-block {
    flex-direction: column;
    justify-content: center;
  }
}
.subscription-plan .form-payment .btn {
  min-width: 140px;
  text-align: center;
}
.subscription-plan .form-payment .logo-image {
  width: 100%;
  max-width: 108px;
}
.subscription-plan .form-payment .logo-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 1400px) {
  .subscription-plan .form-payment .logo-image {
    margin-bottom: 10px;
  }
}
.subscription-plan .help-info {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 23px;
  color: #3A474C;
  display: block;
  margin-top: 16px;
}
.subscription-plan .button-block {
  margin-top: 20px;
}

.hint-info {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.hint-info:hover .info-content {
  display: block;
}

.info-content {
  padding: 8px;
  background: #3A474C;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  top: -35px;
  right: 0;
  color: #fff;
  font-size: 12px;
  line-height: 19px;
  width: max-content;
  max-width: 270px;
  display: none;
}

.balance-package {
  margin-top: 20px;
}
.balance-package .status {
  margin-left: 5px;
}
.balance-package .settings-tariff-plan {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.balance-package .settings-tariff-plan:hover .dropdown-menu {
  display: block;
  left: auto;
  right: -16px;
}
.balance-package .subscription-plan {
  display: block;
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 0 32px;
}
.balance-package .list-tariff {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
}
.balance-package .list-tariff li {
  width: calc(100% / 2);
}
.balance-package .wrapper-tariff {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px 0 16px;
  position: relative;
  border-bottom: 1px solid #e7e7e7;
}
.balance-package .wrapper-tariff .date-until {
  font-size: 13px;
  line-height: 23px;
  color: #3A474C;
}
.balance-package .link-plan {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 0;
}
.balance-package .link-plan .btn {
  margin-right: 0;
  font-size: 13px;
  line-height: 29px;
  padding: 0 18px;
  height: 29px;
}
.balance-package .subscription-parameters {
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  padding: 16px 0;
  margin: 0 2px;
}
.balance-package .subscription-plan-wrapper {
  background-color: #fff;
  overflow: hidden;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  align-items: flex-start;
}
.balance-package .subscription-plan-wrapper .subscription-plan {
  padding-top: 24px;
}
.balance-package .subscription-plan-wrapper .subscription-plan:first-of-type {
  padding-right: 0;
}
.balance-package .subscription-plan-wrapper .subscription-plan:first-of-type .wrapper-tariff {
  padding-right: 20px;
}
.balance-package .subscription-plan-wrapper .subscription-plan:nth-child(2) {
  padding-left: 0;
}
.balance-package .subscription-plan-wrapper .subscription-plan:nth-child(2) .wrapper-tariff {
  padding-left: 20px;
}
.balance-package .subscription-plan-wrapper .wrapper-tariff {
  padding-top: 0;
  min-height: 100px;
}
@media (max-width: 1445px) {
  .balance-package .subscription-plan-wrapper .wrapper-tariff {
    min-height: 126px;
  }
}
.balance-package .subscription-plan-wrapper .wrapper-tariff .settings-tariff-plan {
  width: auto;
}
.balance-package .subscription-plan-wrapper .list-tariff li {
  width: 100%;
}
.balance-package .subscription-plan-wrapper .title-plan {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 1445px) {
  .balance-package .subscription-plan-wrapper .title-plan {
    flex-wrap: wrap;
  }
}
.balance-package .subscription-plan-wrapper .subscription-parameters {
  height: 212px;
  overflow: hidden;
}
.balance-package .subscription-plan-wrapper .subscription-parameters.full {
  height: 100%;
}
.balance-package .subscription-plan-wrapper .link-more-block {
  display: block;
  background-color: #fff;
  padding: 8px 0 24px;
  text-align: center;
  border-top: 1px solid #e7e7e7;
}
.balance-package .subscription-plan-wrapper .link-more-block .link-more {
  font-size: 13px;
  line-height: 23px;
  color: #448AFD;
  cursor: pointer;
}
.balance-package .subscription-plan-wrapper .link-more-block .link-more:hover {
  text-decoration: underline;
}
.balance-package .subscription-plan-wrapper .label-plan {
  white-space: nowrap;
  font-size: 14px;
  color: #3A474C;
}
@media (max-width: 1445px) {
  .balance-package .subscription-plan-wrapper .label-plan {
    display: block;
    width: 100%;
  }
}
.balance-package .header-parameters {
  font-size: 13px;
  font-weight: 600;
  line-height: 23px;
  cursor: pointer;
}
.balance-package .header-parameters.collapsed .icon-arrow {
  transform: none;
}
.balance-package .header-parameters .icon-arrow {
  transform: rotate(-180deg);
  margin-right: 0;
  margin-left: 5px;
}

.pay-box {
  padding: 24px 32px !important;
}
.pay-box .subscription-plan {
  padding: 0;
}

.history-billing {
  margin-top: 50px;
}
.history-billing .title-block {
  display: block;
  margin-bottom: 8px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 27px;
  color: #3A474C;
}
.history-billing .filter-date {
  padding-left: 40px;
}
.history-billing .created_date {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 24px;
}
.history-billing .date {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 23px;
  color: #3A474C;
}
.history-billing .status {
  font-size: 13px;
}
.history-billing .status.status-success {
  color: #67BB6A;
}
.history-billing .status.status-failed {
  color: #C23131;
}
.history-billing .pagination {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 25px;
  padding-bottom: 40px;
}
.history-billing .pagination .page-link:focus {
  box-shadow: none;
}

.wrapper.plan-package .main-header {
  top: 65px;
}
.wrapper.plan-package .main-sidebar {
  top: 80px;
}
.wrapper.plan-package .alert-warning {
  border-radius: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 23px;
  color: #3A474C;
  margin-bottom: 15px;
  margin-top: 0;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 15px;
  position: sticky;
  top: 0;
  z-index: 4;
}

.package-page-admin .name-user {
  display: inline-block;
  vertical-align: middle;
  max-width: 115px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.package-page-admin .count-package {
  display: block;
  padding-left: 15px;
}
.package-page-admin .date {
  color: #B2BFC4;
}
.package-page-admin .user-email {
  white-space: nowrap;
  display: block;
  max-width: 96%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.package-page-admin .project_content.users-list .project_row {
  padding-left: 10px;
}

.package-list-settings {
  margin-top: 40px;
  font-size: 13px;
  line-height: 23px;
}

.package-settings .create_project_form {
  padding: 0;
}
.package-settings .settings-package {
  padding: 40px 56px;
}
.package-settings .settings-package.settings-package-monitoring {
  padding-bottom: 0;
}
.package-settings .modal-title {
  padding-left: 56px;
}
.package-settings .form-row {
  margin-bottom: 26px;
}
.package-settings .form-row span {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 23px;
}
.package-settings .form-row span:first-of-type {
  padding-left: 7px;
}
.package-settings .checkbox-group {
  margin-bottom: 30px;
}
.package-settings .checkbox-group.flex-start {
  justify-content: flex-start;
}
.package-settings .checkbox-group.flex-start .checkbox {
  margin-right: 27px;
}
.package-settings .count-name {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 23px;
  text-align: right;
  color: #B2BFC4;
}
.package-settings .modal-footer {
  padding-top: 0;
}

.list-packages {
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 13px 12px 25px;
  margin-top: 30px;
}
.list-packages h3 {
  font-size: 26px;
  line-height: 42px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.list-packages .package-cost {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #3A474C;
  text-align: center;
  position: relative;
  z-index: 1;
}
.list-packages thead {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid #e7e7e7;
  -webkit-box-shadow: 0 1px 0 #e7e7e7;
  -moz-box-shadow: 0 1px 0 #e7e7e7;
  box-shadow: 0 1px 0 #e7e7e7;
}
.list-packages thead th {
  padding-bottom: 16px;
}
.list-packages thead th:first-child h3 {
  text-align: left;
  max-width: 100px;
  padding-left: 20px;
  line-height: 25px;
}
.list-packages thead th.package-current:after {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.list-packages tbody td {
  font-weight: 600;
  font-size: 13px;
  line-height: 23px;
  color: #3A474C;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #e7e7e7;
}
.list-packages tbody td:first-child {
  text-align: left;
  padding-left: 20px;
  padding-right: 16px;
  width: 250px;
}
.list-packages tbody .icon {
  margin-right: unset;
}
.list-packages tfoot .addon-row {
  border-bottom: 1px solid #e7e7e7;
}
.list-packages tfoot td {
  vertical-align: bottom;
  font-size: 13px;
  line-height: 23px;
  color: #3A474C;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
}
.list-packages tfoot td .icon {
  margin-right: unset;
}
.list-packages tfoot td.package-current {
  vertical-align: middle;
}
.list-packages tfoot td.package-current:after {
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.list-packages tfoot td.disabled .checkbox input[type="checkbox"] {
  cursor: not-allowed;
}
.list-packages tfoot td.addon-label-cell {
  vertical-align: middle;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  line-height: 23px;
  color: #3A474C;
}
.list-packages tfoot .checkbox {
  display: inline-block;
  position: relative;
  margin: 0 auto;
}
.list-packages tfoot .btn {
  width: 160px;
}
.list-packages tfoot .date-payment {
  position: relative;
  z-index: 10;
}
.list-packages tfoot .date-until {
  font-weight: 600;
  display: block;
}
.list-packages td, .list-packages th {
  position: relative;
}
.list-packages td.package-current span, .list-packages th.package-current span {
  position: relative;
  z-index: 2;
}
.list-packages td.package-current:after, .list-packages th.package-current:after {
  content: '';
  position: absolute;
  background-color: #FFF0E9;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.list-packages td.package-current .addon-checkbox, .list-packages th.package-current .addon-checkbox {
  position: relative;
  z-index: 10;
}
.list-packages th {
  background-color: #fff;
}
.list-packages th.package-current {
  background-color: #FFF0E9;
}
.list-packages .modal-body {
  text-align: center;
  padding: 85px 56px 60px;
}
.list-packages .modal-body h2 {
  margin-bottom: 10px;
}
.list-packages .modal-body .list-tariff {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 575px;
  margin: 24px auto 35px 40px;
}
.list-packages .modal-body .list-tariff li {
  text-align: left;
  width: calc(100% / 2 - 16px);
}
.list-packages .modal-body .link {
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  text-decoration: none;
}
.list-packages.modal-content {
  background-image: url("../img/image-message.png");
  background-repeat: no-repeat;
  background-position: center top;
  margin-top: 0;
  padding: 0;
}
.list-packages.modal-content p {
  max-width: 465px;
  margin: auto;
}

.addon-checkbox span {
  display: block;
  font-size: 13px;
  line-height: 21px;
}

#package-alert-banner {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 23px;
  color: #3A474C;
  font-weight: 600;
}
#package-alert-banner a {
  font-weight: 700;
  color: #3A474C;
}
#package-alert-banner a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 12px;
  background-image: url("../img/arrow-dark.svg");
  background-size: contain;
  transform: rotate(90deg);
  background-repeat: no-repeat;
  background-position: center;
}
#package-alert-banner .close {
  background-image: url("../img/close-dark.svg");
  background-size: cover;
  width: 24px;
  height: 24px;
  margin-top: 0;
  top: 20px;
}

#modal-select-plan {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#modal-select-plan.show {
  display: block;
  opacity: 1;
}
#modal-select-plan .package-info {
  font-size: 20px;
  font-weight: 600;
}

#modal-select-plan-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1040;
}
#modal-select-plan-backdrop.show {
  display: block;
}

.lds-spinner {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
}

.lds-spinner div {
  transform-origin: 12px 12px;
  animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 1px;
  left: 11px;
  width: 2px;
  height: 5px;
  background: #3A474C;
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  transform: rotate(45deg);
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(3) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(4) {
  transform: rotate(135deg);
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(5) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(6) {
  transform: rotate(225deg);
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(7) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(8) {
  transform: rotate(315deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.log-list {
  padding-top: 13px;
  padding-bottom: 28px;
}
.log-list .row {
  width: 100%;
}

.log-header {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 23px;
  color: #B2BFC4;
  padding: 0 34px;
}

.log-item {
  margin-bottom: 8px;
}

.log-item-header {
  display: flex;
  width: 100%;
  padding: 16px 34px;
  background: #F3F5F7;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  font-size: 13px;
  line-height: 23px;
  margin-bottom: 2px;
}
.log-item-header .arrow {
  display: block;
  position: absolute;
  right: 24px;
  top: 50%;
  margin-top: -6px;
  transform: rotate(90deg);
  width: 12px;
  height: 12px;
}
.log-item-header .arrow img {
  width: 100%;
  height: 12px;
  object-fit: contain;
  object-position: center;
}
.log-item-header.open .arrow {
  right: 40px;
  transform: rotate(-90deg);
}
.log-item-header .success {
  color: #219653;
}
.log-item-header .error {
  color: #C23131;
}

.log-item-row {
  display: flex;
  width: 100%;
  padding: 16px 34px;
  background: #F3F5F7;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 2px;
}
.log-item-row .link {
  font-size: 13px;
  line-height: 16px;
  display: inline-block;
}

.title-log {
  font-size: 13px;
  line-height: 16px;
  color: #8C9CA6;
}

.date_log {
  font-size: 13px;
  line-height: 16px;
  color: #3A474C;
}

.status-log {
  font-size: 13px;
  line-height: 23px;
}
.status-log.success {
  color: #219653;
}
.status-log.error {
  color: #C23131;
}

.log-content-tab .import-wrapper {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}
.log-content-tab .import-wrapper .text {
  font-size: 13px;
  line-height: 16px;
  color: #3A474C;
  margin-right: 5px;
}
.log-content-tab .import-wrapper a.icon {
  text-decoration: none;
  display: inline-block;
}
.log-content-tab .import-wrapper a.icon:hover {
  text-decoration: underline;
}
.log-content-tab .filter-block {
  margin-top: 24px;
}
.log-content-tab .filter-item {
  margin-bottom: 0;
}
.log-content-tab .filter-search {
  width: 100%;
}
.log-content-tab .form-control.search {
  padding: 0 0 0 38px;
  height: auto;
}

.empty-search {
  display: block;
  width: 100%;
  text-align: center;
  padding: 58px 0;
}
.empty-search p {
  font-weight: 600;
  font-size: 15px;
  line-height: 23px;
  color: #3A474C;
  margin: 0;
}

.add-sources-form {
  padding: 8px 56px 48px;
}
.add-sources-form .small {
  display: block;
  line-height: 23px;
}
.add-sources-form .form-group {
  margin-top: 14px;
}
.add-sources-form textarea {
  min-height: 345px;
  overflow: auto;
  overflow-y: scroll;
  white-space: nowrap;
}

p.links-info {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
  min-height: 20px;
  display: none;
  line-height: 23px;
  padding-top: 12px;
  color: #212529;
}

.error-msg {
  display: none;
}

#tab-analytics .inner-content {
  position: relative;
  background-color: #F3F5F7;
  margin-left: -32px;
  margin-right: -32px;
  padding-top: 2px;
}

.analytics {
  padding-bottom: 34px;
}

.wrap-count-history {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 14px 34px;
}

.counts-theme {
  display: flex;
}
.counts-theme .item-count {
  margin-right: 24px;
}
.counts-theme .item-count:last-of-type {
  margin-right: 0;
}
.counts-theme .label-item {
  font-size: 13px;
  font-weight: 600;
  line-height: 23px;
  color: #8C9CA6;
  text-transform: uppercase;
}
.counts-theme .count-item {
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  color: #3A474C;
}

.wrap-content-analytics {
  background-color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 0 34px;
  margin-top: 2px;
}

.item-analytics {
  position: relative;
  padding-top: 34px;
}
.item-analytics h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 8px;
  text-align: center;
}
.item-analytics h4 {
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
}
.item-analytics .hint-info {
  z-index: 100;
}
.item-analytics .icon-info {
  margin-top: -5px;
}
.item-analytics .info-content {
  top: 24px;
  text-align: left;
}
.item-analytics .filter-item {
  position: absolute;
  right: 0;
  top: 34px;
}
.item-analytics table {
  border: 0;
}
.item-analytics table thead th {
  font-size: 13px;
  font-weight: 600;
  line-height: 23px;
  color: #8C9CA6;
  border: 0;
  padding: 0 16px 3px;
}
.item-analytics table tfoot th {
  font-size: 13px;
  font-weight: 700;
  line-height: 23px;
  color: #3A474C;
  border: 1px solid #E6E8E9;
  background-color: #F3F5F7;
  padding: 7px 16px 8px;
}
.item-analytics table tbody td {
  border: 1px solid #E6E8E9;
  font-size: 13px;
  line-height: 23px;
  padding: 3px 16px 4px;
  color: #000;
}
.item-analytics table tbody td:first-child {
  font-weight: 600;
}
.item-analytics table tbody td:last-child {
  font-weight: 700;
}
.item-analytics table tbody td.dataTables_empty {
  font-weight: 400;
}
.item-analytics table#tableSource tbody td:last-child {
  font-weight: 400;
}

table.dataTable tbody th, table.dataTable tbody td {
  padding: 3px 16px 4px;
  font-size: 13px;
  line-height: 23px;
  color: #000;
}

table.dataTable thead th, table.dataTable thead td {
  padding: 0 16px 3px;
  border-bottom: 1px solid #E6E8E9;
  font-weight: 600;
  font-size: 13px;
  line-height: 23px;
  color: #8C9CA6;
}

table.dataTable tfoot th, table.dataTable tfoot td {
  padding: 7px 16px 8px;
  font-size: 13px;
  font-weight: 700;
  line-height: 23px;
  color: #3A474C;
}

.dataTables_info {
  display: none;
}

.dataTables_filter {
  display: none;
}

.dataTables_wrapper .dataTables_paginate {
  color: #8C9CA6 !important;
  float: none !important;
  text-align: center !important;
  padding-top: 24px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  color: #8C9CA6 !important;
  cursor: default;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
  font-size: 0;
  margin-left: 0;
  border-radius: 0;
  background: url("../img/arrow-bottom-dark.svg") no-repeat;
  background-position: center;
  transform: rotate(90deg);
  height: 23px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled.previous:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled.previous:active {
  background: url("../img/arrow-bottom.svg") no-repeat;
  background-position: center;
  transform: rotate(90deg);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next {
  font-size: 0;
  border-radius: 0;
  background: url("../img/arrow-bottom-dark.svg") no-repeat;
  background-position: center;
  transform: rotate(-90deg);
  height: 23px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled.next,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled.next:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled.next:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.next:active {
  background: url("../img/arrow-bottom.svg") no-repeat;
  background-position: center;
  transform: rotate(-90deg);
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 0;
  background-color: transparent;
  width: 32px;
  height: 32px;
  color: #3A474C !important;
  font-size: 13px;
  line-height: 32px;
  text-align: center;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:not(.previous, .next):hover {
  border: 0;
  background: transparent;
  color: #3A474C !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  border: 0;
  box-shadow: none;
  background: transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border: 0;
  background: #E0E4E6;
  color: #3A474C !important;
  cursor: default;
  padding: 0;
}

.landing-page {
  background-color: #F8F8F8;
  font-family: "Open Sans", sans-serif;
  width: 100%;
}
.landing-page .btn {
  padding: 0 29px;
}
@media (max-width: 400px) {
  .landing-page .btn {
    padding: 0 16px;
  }
}
.landing-page .btn-primary:not(:disabled):not(.disabled).active,
.landing-page .btn-primary:not(:disabled):not(.disabled):active,
.landing-page .show > .btn-primary.dropdown-toggle.btn-primary:not(:disabled):not(.disabled).active,
.landing-page .btn-primary:not(:disabled):not(.disabled):active,
.landing-page .show > .btn-primary.dropdown-toggle.btn-primary:not(:disabled):not(.disabled).active,
.landing-page .btn-primary:not(:disabled):not(.disabled):active,
.landing-page .show > .btn-primary.dropdown-toggle.btn-primary:not(:disabled):not(.disabled).active,
.landing-page .btn-primary:not(:disabled):not(.disabled):active,
.landing-page .show > .btn-primary.dropdown-toggle.btn-primary:not(:disabled):not(.disabled).active,
.landing-page .btn-primary:not(:disabled):not(.disabled):active, .landing-page .show > .btn-primary.dropdown-toggle {
  background-color: #3A474C;
  color: #fff;
  border: 1px solid #FE753B;
  text-decoration: none;
}
.landing-page .btn-primary:hover, .landing-page .btn-primary:focus, .landing-page .btn-primary:active {
  border: 1px solid #FE753B;
  background-color: #3A474C;
  color: #fff;
}
.landing-page .btn-primary:disabled {
  opacity: 0.5;
}
.landing-page .header .btn {
  padding: 9px 13px;
  line-height: 26px;
}
.landing-page .desktop-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 30px 150px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1690px) {
  .landing-page .desktop-header {
    padding: 30px 52px;
  }
}
@media (max-width: 1300px) {
  .landing-page .desktop-header {
    padding: 30px 40px;
  }
}
@media (max-width: 1200px) {
  .landing-page .desktop-header {
    padding: 24px;
  }
  .landing-page .desktop-header .not-tablet {
    display: none;
  }
}
@media (max-width: 767px) {
  .landing-page .desktop-header {
    display: none;
  }
}
.landing-page .desktop-header .gray {
  padding: 0 9px;
}
.landing-page .mobile-header {
  display: none;
  background-color: #3A474C;
  padding: 8px 16px;
}
@media (max-width: 767px) {
  .landing-page .mobile-header {
    display: block;
  }
}
.landing-page .mobile-header .logo-black {
  display: block;
}
.landing-page .mobile-header .user-black {
  display: block;
}
.landing-page .mobile-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 68px;
}
.landing-page .mobile-header .logo-black img {
  width: 68px;
}
.landing-page .mobile-header .navbar-toggle {
  margin-top: 10px;
  margin-right: 0;
}
.landing-page .mobile-header .navbar-toggle .icon-bar {
  background-color: #fff;
}
.landing-page .mobile-header .navbar-toggle.open .icon-bar {
  position: absolute;
  width: 26px;
  top: 12px;
  left: -13px;
}
.landing-page .mobile-header .navbar-toggle.open .icon-bar:nth-of-type(1) {
  transform: rotate(135deg);
}
.landing-page .mobile-header .navbar-toggle.open .icon-bar:nth-of-type(2) {
  opacity: 0;
}
.landing-page .mobile-header .navbar-toggle.open .icon-bar:nth-of-type(3) {
  transform: rotate(-135deg);
  top: 8px;
}
.landing-page #mobile-menu {
  position: absolute;
  top: 68px;
  left: 0;
  width: 100%;
  background-color: #3A474C;
  padding-top: 85px;
  padding-bottom: 34px;
  text-align: center;
  z-index: 1000;
  height: calc(100vh - 40px);
}
.landing-page #mobile-menu .main-menu {
  display: block;
}
.landing-page #mobile-menu .main-menu li {
  display: block;
  padding: 16px 0;
  margin-left: 0;
}
.landing-page #mobile-menu .main-menu li a {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 23px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  padding: 0;
}
.landing-page #mobile-menu .user-icon {
  display: block;
  margin: 24px auto 0;
}
.landing-page #mobile-menu .btn {
  display: block;
  max-width: 286px;
  margin: 24px auto 0;
}
.landing-page #mobile-menu .language-toggle {
  display: block;
  text-align: center;
  margin-top: 30px;
  margin-right: 0;
}
.landing-page #mobile-menu .language-toggle .lang-item {
  font-size: 17px;
  line-height: 23px;
  font-weight: 600;
  color: #8C9CA6;
  margin: 0 16px;
}
.landing-page #mobile-menu .language-toggle .lang-item.active {
  color: #fff;
}
.landing-page .fixed .logo-black {
  display: block;
}
.landing-page .fixed .logo-white {
  display: none;
}
.landing-page .fixed .user-black {
  display: block;
}
.landing-page .fixed .user-white {
  display: none;
}
.landing-page .fixed .main-menu li a {
  color: #fff;
}
.landing-page .fixed .language-toggle .lang-item.active {
  color: #fff;
}
.landing-page .logo-black {
  display: none;
}
.landing-page .user-black {
  display: none;
}
.landing-page .logo {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 132px;
  height: 54px;
}
.landing-page .logo .logo-white {
  position: absolute;
  top: -8px;
  left: 0;
}
.landing-page .main-menu {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.landing-page .main-menu li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 24px;
}
.landing-page .main-menu li a {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #3A474C;
  text-decoration: none;
}
.landing-page .main-menu li a:hover, .landing-page .main-menu li a:active, .landing-page .main-menu li a:focus {
  color: #FE753B;
}
.landing-page .main-menu li.has-menu {
  position: relative;
  height: 100%;
  padding-right: 14px;
}
.landing-page .main-menu li.has-menu:before {
  content: '';
  display: block;
  background-image: url("../img/landing/chevron-bottom.svg");
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  position: absolute;
  right: -2px;
  top: 6px;
}
.landing-page .main-menu li.has-menu:hover .dropdown-menu {
  display: block;
}
.landing-page .main-menu li .dropdown-menu {
  top: 22px;
  padding: 16px 0;
}
.landing-page .main-menu li .dropdown-menu li {
  margin-left: 0;
  display: block;
  width: 100%;
}
.landing-page .main-menu li .dropdown-menu li a {
  display: block;
  text-transform: none;
  font-size: 15px;
  line-height: 31px;
  font-weight: 400;
  padding: 0 16px;
}
.landing-page .main-menu li .dropdown-menu li a:hover, .landing-page .main-menu li .dropdown-menu li a:active, .landing-page .main-menu li .dropdown-menu li a:focus {
  background-color: transparent;
}
.landing-page .main-menu li.active > a {
  color: #FE753B;
}
.landing-page .language-toggle {
  display: inline-block;
  vertical-align: middle;
  margin-right: 24px;
}
.landing-page .language-toggle .lang-item {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 23px;
  color: #8C9CA6;
  text-decoration: none;
  text-transform: uppercase;
}
.landing-page .language-toggle .lang-item.active {
  color: #3A474C;
}
.landing-page .user-icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 24px;
}
.landing-page .content {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 900px) {
  .landing-page .content {
    padding-top: 68px;
  }
}
.landing-page .footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 29px 150px;
  background-color: #3A474C;
  position: relative;
  z-index: 10;
}
@media (max-width: 1690px) {
  .landing-page .footer {
    padding: 29px 52px;
  }
}
@media (max-width: 1300px) {
  .landing-page .footer {
    padding: 29px 40px;
  }
}
@media (max-width: 1200px) {
  .landing-page .footer {
    padding: 24px;
  }
}
@media (max-width: 900px) {
  .landing-page .footer {
    padding: 26px 24px 32px;
  }
}
@media (max-width: 720px) {
  .landing-page .footer {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.landing-page .footer .logo {
  width: 118px;
  height: 48px;
  top: -8px;
}
.landing-page .footer .wrapper-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 720px) {
  .landing-page .footer .wrapper-footer {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.landing-page .footer .left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 720px) {
  .landing-page .footer .left {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.landing-page .footer .menu-footer {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 900px) {
  .landing-page .footer .menu-footer {
    flex-direction: column;
  }
}
@media (max-width: 720px) {
  .landing-page .footer .menu-footer {
    margin-top: 24px;
  }
}
.landing-page .footer .items-menu {
  margin-left: 60px;
}
@media (max-width: 900px) {
  .landing-page .footer .items-menu {
    margin-left: 32px;
  }
}
@media (max-width: 720px) {
  .landing-page .footer .items-menu {
    margin-left: 0;
  }
}
.landing-page .footer .item-menu {
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 23px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.landing-page .footer a.item-menu:hover, .landing-page .footer a.item-menu:active, .landing-page .footer a.item-menu:focus {
  color: #FE753B;
  text-decoration: none;
}
.landing-page .footer a.item-menu.active {
  color: #FE753B;
}
.landing-page .footer .sub-item-menu {
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #fff;
  text-decoration: none;
}
.landing-page .footer .sub-item-menu:hover, .landing-page .footer .sub-item-menu:active, .landing-page .footer .sub-item-menu:focus {
  color: #FE753B;
  text-decoration: none;
}
.landing-page .footer .sub-item-menu.active {
  color: #FE753B;
}
.landing-page .footer .copy {
  display: block;
  width: 100%;
  text-align: left;
  margin-top: 9px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #B2BFC4;
}
.landing-page .footer .contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 1200px) {
  .landing-page .footer .contact {
    margin-top: 24px;
  }
}
@media (max-width: 900px) {
  .landing-page .footer .contact {
    margin-top: 0;
  }
}
@media (max-width: 720px) {
  .landing-page .footer .contact {
    align-items: flex-start;
  }
}
.landing-page .footer .contact p {
  font-size: 13px;
  line-height: 23px;
  margin-bottom: 8px;
  color: #fff;
  text-transform: uppercase;
}
.landing-page .footer .contact .link-email {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 15px;
  line-height: 12px;
  margin-top: 8px;
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .landing-page .footer .contact .link-email {
    display: block;
    margin-bottom: 8px;
  }
}
.landing-page .footer .contact .icon-mail {
  width: 55px;
  height: 42px;
  background-color: #67BB6A;
  -moz-border-radius: 32px;
  -webkit-border-radius: 32px;
  -ms-border-radius: 32px;
  border-radius: 32px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("../img/icon-mail.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 21px;
}
@media (max-width: 900px) {
  .landing-page .footer .contact .icon-mail {
    display: inline-block;
    vertical-align: middle;
    margin: 8px 7px 0;
  }
}
.landing-page .footer .contact .icon-fb {
  width: 55px;
  height: 42px;
  background-color: #448AFD;
  -moz-border-radius: 32px;
  -webkit-border-radius: 32px;
  -ms-border-radius: 32px;
  border-radius: 32px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("../img/icon-fb.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 14px;
}
@media (max-width: 900px) {
  .landing-page .footer .contact .icon-fb {
    display: inline-block;
    vertical-align: middle;
    margin: 8px 7px 0;
  }
}
.landing-page .footer .link-terms {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 900px) {
  .landing-page .footer .link-terms {
    display: block;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .landing-page .footer .link-terms {
    text-align: left;
    line-height: 24px;
  }
}
.landing-page .icon.icon-close {
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 7px;
}
.landing-page .icon.icon-close-gray {
  display: inline-block;
  vertical-align: top;
  background-image: url("../img/close.svg");
  background-size: contain;
  width: 18px;
  height: 18px;
  position: absolute;
  left: -3px;
  top: 2px;
}
.landing-page section {
  padding-left: 150px;
  padding-right: 150px;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.landing-page section.dark {
  background-color: #3A474C;
}
@media (max-width: 1690px) {
  .landing-page section {
    padding-left: 52px;
    padding-right: 52px;
  }
}
@media (max-width: 1300px) {
  .landing-page section {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1200px) {
  .landing-page section {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.landing-page section .h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #3A474C;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .landing-page section .h1 {
    font-size: 21px;
    line-height: 25px;
  }
}
.landing-page section h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 41px;
  font-weight: 800;
  line-height: 52px;
  color: #3A474C;
}
@media (max-width: 767px) {
  .landing-page section h1 {
    font-size: 21px;
    line-height: 25px;
  }
}
.landing-page section h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 41px;
  font-weight: 800;
  line-height: 52px;
  color: #3A474C;
}
@media (max-width: 767px) {
  .landing-page section h2 {
    font-size: 21px;
    line-height: 25px;
  }
}
.landing-page section h2.title-section {
  font-family: "Open Sans", sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 37px;
  color: #3A474C;
}
@media (max-width: 767px) {
  .landing-page section h2.title-section {
    font-size: 21px;
    line-height: 33px;
  }
}
.landing-page section h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 37px;
  color: #3A474C;
}
@media (max-width: 767px) {
  .landing-page section h3 {
    font-size: 21px;
    line-height: 33px;
  }
}
.landing-page section h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 33px;
  color: #3A474C;
  text-transform: uppercase;
}
.landing-page section.dark h2, .landing-page section.dark p, .landing-page section.dark ul {
  color: #fff;
}
.landing-page svg {
  max-width: 100%;
}
.landing-page .main-section {
  display: block;
  text-align: center;
  position: relative;
  padding-top: 40px;
}
@media (max-width: 1200px) {
  .landing-page .main-section {
    padding-top: 0;
  }
}
.landing-page .main-section .h1 {
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 720px) {
  .landing-page .main-section .h1 {
    font-size: 15px;
  }
}
.landing-page .main-section p {
  line-height: 24px;
  font-size: 18px;
  color: #3A474C;
  margin-bottom: 8px;
}
@media (max-width: 720px) {
  .landing-page .main-section p {
    font-size: 16px;
  }
}
.landing-page .main-section p.medium {
  width: 100%;
  max-width: 600px;
  margin: 16px auto 30px;
}
.landing-page .main-section .pulse-image-wrapper .right {
  margin-right: 0;
}
@media (max-width: 1300px) {
  .landing-page .main-section .pulse-image-wrapper .right {
    margin-right: 0;
  }
}
@media (max-width: 1200px) {
  .landing-page .main-section .pulse-image-wrapper .right {
    margin-right: 0;
  }
}
.landing-page .pulse-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 220px;
  width: 100%;
  left: 0;
  right: 0;
}
.landing-page .pulse-image-wrapper .left {
  margin-left: -150px;
}
@media (max-width: 1690px) {
  .landing-page .pulse-image-wrapper .left {
    margin-left: -52px;
  }
}
@media (max-width: 1300px) {
  .landing-page .pulse-image-wrapper .left {
    margin-left: -40px;
  }
}
@media (max-width: 1200px) {
  .landing-page .pulse-image-wrapper .left {
    margin-left: -24px;
    width: calc(100% / 2);
  }
}
@media (max-width: 767px) {
  .landing-page .pulse-image-wrapper .left {
    display: none;
  }
}
.landing-page .pulse-image-wrapper .left img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.landing-page .pulse-image-wrapper .right {
  margin-right: -150px;
}
@media (max-width: 1690px) {
  .landing-page .pulse-image-wrapper .right {
    margin-right: -52px;
  }
}
@media (max-width: 1300px) {
  .landing-page .pulse-image-wrapper .right {
    margin-right: -40px;
  }
}
@media (max-width: 1200px) {
  .landing-page .pulse-image-wrapper .right {
    margin-right: -24px;
    width: calc(100% / 2);
  }
}
@media (max-width: 767px) {
  .landing-page .pulse-image-wrapper .right {
    display: none;
  }
}
.landing-page .pulse-image-wrapper .right img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.landing-page .typed-strings {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.landing-page .typed-cursor {
  font-size: 33px;
  line-height: 52px;
}
.landing-page .slider-wrapper {
  display: block;
  width: 100%;
  max-width: 634px;
  height: 100%;
  max-height: 532px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background-color: #F8F8F8;
  border: 4px solid #3A474C;
  -webkit-box-shadow: 0 -2px 21px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 -2px 21px rgba(0, 0, 0, 0.22);
  box-shadow: 0 -2px 21px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  margin: 50px auto 0;
  position: relative;
  z-index: 10;
}
.landing-page .slider-wrapper .image-slide {
  display: block;
  width: 100%;
  height: 100%;
}
.landing-page .slider-wrapper .image-slide img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}
@media (max-width: 1690px) {
  .landing-page .slider-wrapper {
    max-width: 634px;
    max-height: 532px;
  }
}
@media (max-width: 1400px) {
  .landing-page .slider-wrapper {
    max-width: 600px;
    max-height: 500px;
  }
}
@media (max-width: 1300px) {
  .landing-page .slider-wrapper {
    max-width: 566px;
    max-height: 476px;
  }
}
@media (max-width: 1200px) {
  .landing-page .slider-wrapper {
    max-width: 516px;
    max-height: 430px;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .landing-page .slider-wrapper {
    max-width: 282px;
    max-height: 235px;
    margin-top: 16px;
  }
}
.landing-page .social-monitoring {
  padding-top: 190px;
  position: relative;
  margin-top: -140px;
  z-index: 1;
}
.landing-page .social-monitoring ul:not(.social-wrapper) {
  max-width: 660px;
  margin: 30px auto 50px;
}
.landing-page .social-monitoring ul:not(.social-wrapper) li {
  font-size: 18px;
  line-height: 27px;
  color: #fff;
}
@media (max-width: 720px) {
  .landing-page .social-monitoring ul:not(.social-wrapper) li {
    font-size: 16px;
    line-height: 24px;
  }
}
.landing-page .social-monitoring h2.title-section {
  max-width: 700px;
  text-align: center;
  margin: 30px auto 0;
}
.landing-page .social-monitoring .content-text {
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  max-width: 1060px;
  margin: auto;
}
@media (max-width: 990px) {
  .landing-page .social-monitoring .content-text {
    max-width: 775px;
  }
}
@media (max-width: 720px) {
  .landing-page .social-monitoring .content-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.landing-page .social-monitoring .button-block {
  margin-top: 50px;
}
.landing-page .social-monitoring .button-block .btn {
  margin-bottom: -25px;
  min-width: 327px;
}
@media (max-width: 374px) {
  .landing-page .social-monitoring .button-block .btn {
    min-width: 100%;
  }
}
.landing-page .social-wrapper {
  max-width: 634px;
  padding-left: 0;
  margin: auto;
  list-style: none;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 720px) {
  .landing-page .social-wrapper {
    flex-wrap: wrap;
  }
  .landing-page .social-wrapper li {
    width: calc(100% / 3);
    margin-bottom: 30px;
    text-align: center;
  }
}
.landing-page .social-wrapper p {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
}
.landing-page .youtube-guide {
  padding-top: 116px;
}
.landing-page .youtube-guide > div {
  border-bottom: 1px solid #3A474C;
  padding-bottom: 80px;
}
.landing-page .youtube-guide h2 {
  max-width: 757px;
  margin: auto;
  text-align: center;
}
.landing-page .youtube-guide p {
  max-width: 630px;
  text-align: center;
  margin: 16px auto 0;
  font-size: 18px;
  line-height: 27px;
}
.landing-page .youtube-guide .button-block {
  margin-top: 24px;
}
.landing-page .youtube-guide .btn {
  width: 327px;
}
@media (max-width: 374px) {
  .landing-page .youtube-guide .btn {
    width: 100%;
  }
}
.landing-page .youtube-guide .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.landing-page .youtube-guide .modal-content {
  position: relative;
  background-color: white;
  padding: 0;
  border-radius: 8px;
  max-width: 1060px;
  max-height: 615px;
  width: 100%;
  height: 615px;
}
@media (max-width: 1200px) {
  .landing-page .youtube-guide .modal-content {
    max-width: 830px;
    height: 495px;
  }
}
@media (max-width: 900px) {
  .landing-page .youtube-guide .modal-content {
    max-width: 655px;
    height: 390px;
  }
}
@media (max-width: 720px) {
  .landing-page .youtube-guide .modal-content {
    max-width: 335px;
    height: 265px;
  }
}
.landing-page .youtube-guide .close-btn {
  position: absolute;
  top: -35px;
  right: -35px;
  width: 25px;
  height: 25px;
  font-size: 0;
  background-image: url("../img/close-white.svg");
  background-repeat: no-repeat;
  cursor: pointer;
}
.landing-page .youtube-guide .close-btn:hover {
  opacity: .7;
}
@media (max-width: 720px) {
  .landing-page .youtube-guide .close-btn {
    right: -10px;
  }
}
.landing-page .youtube-guide iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.landing-page .result-monitoring {
  padding-top: 80px;
  padding-bottom: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.landing-page .result-monitoring > div {
  width: calc(100% / 2 - 42px);
  margin: auto;
}
.landing-page .result-monitoring > div img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media (max-width: 1200px) {
  .landing-page .result-monitoring > div {
    width: 100%;
    max-width: 725px;
  }
}
@media (max-width: 1200px) {
  .landing-page .result-monitoring {
    flex-direction: column;
    justify-content: center;
    padding-top: 90px;
  }
}
@media (max-width: 720px) {
  .landing-page .result-monitoring {
    padding-top: 60px;
  }
}
.landing-page .result-monitoring p, .landing-page .result-monitoring li {
  font-size: 18px;
  line-height: 27px;
  color: #3A474C;
}
@media (max-width: 720px) {
  .landing-page .result-monitoring p, .landing-page .result-monitoring li {
    font-size: 16px;
    line-height: 24px;
  }
}
.landing-page .result-monitoring ul {
  list-style-position: outside;
  margin-top: 24px;
  margin-bottom: 40px;
  padding-left: 20px;
}
@media (max-width: 1200px) {
  .landing-page .result-monitoring ul {
    margin-bottom: 16px;
  }
}
.landing-page .result-monitoring ul li {
  margin-bottom: 6px;
}
.landing-page .result-monitoring ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .landing-page .result-monitoring .btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 60px;
  }
}
.landing-page .possibilities-monitoring {
  padding-top: 110px;
}
@media (max-width: 900px) {
  .landing-page .possibilities-monitoring {
    padding-top: 40px;
  }
}
.landing-page .possibilities-monitoring h2.title-section {
  max-width: 887px;
  margin: 0 auto 43px;
  text-align: center;
}
@media (max-width: 900px) {
  .landing-page .possibilities-monitoring h2.title-section {
    line-height: 33px;
  }
}
.landing-page .possibilities-monitoring ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 50px auto;
  max-width: 1336px;
}
@media (max-width: 1200px) {
  .landing-page .possibilities-monitoring ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 24px auto;
  }
}
.landing-page .possibilities-monitoring ul li {
  border-left: 3px solid #FE753B;
  padding-left: 6px;
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  margin-right: 48px;
  width: calc(100% / 4 - 32px);
  min-height: 60px;
}
@media (max-width: 1200px) {
  .landing-page .possibilities-monitoring ul li {
    width: calc(100% / 2 - 50px);
    margin-bottom: 24px;
    min-height: 45px;
  }
}
@media (max-width: 720px) {
  .landing-page .possibilities-monitoring ul li {
    width: 100%;
    min-height: auto;
    font-size: 16px;
    line-height: 24px;
  }
}
.landing-page .possibilities-monitoring ul li:last-child {
  margin-right: 0;
}
.landing-page .search-monitoring {
  font-size: 18px;
  line-height: 25px;
  width: 100%;
  max-width: 735px;
  margin: 0 auto 28px;
  text-align: center;
}
.landing-page .type-search-wrapper {
  height: 172px;
  position: relative;
}
@media (max-width: 720px) {
  .landing-page .type-search-wrapper {
    height: 100%;
    padding-bottom: 24px;
  }
}
.landing-page .type-search-block {
  display: flex;
  justify-content: space-between;
  padding: 24px;
  background-color: #fff;
  width: 100%;
  max-width: 956px;
  margin: auto;
  -webkit-box-shadow: 0 4px 38px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 4px 38px rgba(0, 0, 0, 0.18);
  box-shadow: 0 4px 38px rgba(0, 0, 0, 0.18);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
@media (max-width: 720px) {
  .landing-page .type-search-block {
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    left: unset;
    transform: none;
  }
}
.landing-page .type-search-block .icon-image {
  margin-top: 46px;
  margin-bottom: 49px;
  text-align: center;
  height: 86px;
}
@media (max-width: 900px) {
  .landing-page .type-search-block .icon-image {
    margin-top: 24px;
    margin-bottom: 32px;
  }
}
.landing-page .type-search {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: #F3F5F7;
  width: calc(100% / 2 - 13px);
  padding: 36px;
}
@media (max-width: 720px) {
  .landing-page .type-search {
    width: 100%;
    margin-bottom: 24px;
  }
  .landing-page .type-search:last-of-type {
    margin-bottom: 0;
  }
}
.landing-page .type-search h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 33px;
  font-weight: 600;
  color: #3A474C;
  margin: 0;
}
@media (max-width: 990px) {
  .landing-page .type-search h3 {
    font-size: 16px;
  }
}
.landing-page .type-search > p {
  font-size: 13px;
  line-height: 23px;
  color: #3A474C !important;
}
.landing-page .why-monitoring {
  padding-top: 257px;
  margin-bottom: -90px;
  position: relative;
  z-index: 1;
}
@media (max-width: 720px) {
  .landing-page .why-monitoring {
    margin-bottom: 200px;
    padding-top: 40px;
  }
  .landing-page .why-monitoring .circle {
    display: none;
  }
  .landing-page .why-monitoring .image-screen .image {
    bottom: -75px;
  }
}
@media (max-width: 900px) {
  .landing-page .why-monitoring .flex {
    flex-direction: column !important;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.landing-page .why-monitoring h2.title-section {
  max-width: 355px;
}
@media (max-width: 900px) {
  .landing-page .why-monitoring h2.title-section {
    margin-bottom: 24px;
  }
}
.landing-page .why-monitoring .pulse-image {
  margin-bottom: 50px;
  margin-left: -150px;
  width: 75%;
}
@media (max-width: 1690px) {
  .landing-page .why-monitoring .pulse-image {
    margin-left: -52px;
  }
}
@media (max-width: 1300px) {
  .landing-page .why-monitoring .pulse-image {
    margin-left: -40px;
  }
}
@media (max-width: 1200px) {
  .landing-page .why-monitoring .pulse-image {
    max-width: 80%;
    margin-left: -24px;
  }
}
@media (max-width: 767px) {
  .landing-page .why-monitoring .pulse-image {
    display: none;
  }
}
.landing-page .why-monitoring .pulse-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.landing-page .why-monitoring ul {
  max-width: 864px;
  list-style: none;
  padding: 0;
}
@media (max-width: 1300px) {
  .landing-page .why-monitoring ul {
    padding-left: 20px;
  }
}
.landing-page .why-monitoring ul li {
  font-size: 18px;
  line-height: 24px;
  color: #3A474C;
  margin-bottom: 13px;
  position: relative;
  padding-left: 22px;
}
@media (max-width: 720px) {
  .landing-page .why-monitoring ul li {
    font-size: 16px;
    line-height: 24px;
  }
}
.landing-page .why-monitoring ul li:before {
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background-color: #FE753B;
  position: absolute;
  left: 0;
  top: 6px;
}
.landing-page .why-monitoring .banner {
  height: 100%;
  max-height: 134px;
  background-color: #FE753B;
  padding: 40px 51px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 130px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  .landing-page .why-monitoring .banner {
    padding: 38px 45px 72px;
    max-height: 100%;
    flex-direction: column;
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .landing-page .why-monitoring .banner {
    flex-direction: column;
    justify-content: center;
    padding: 25px 19px 48px;
    margin-top: 32px;
    margin-bottom: 0;
  }
}
.landing-page .why-monitoring .banner .title-banner {
  font-size: 41px;
  line-height: 46px;
  font-weight: 800;
  color: #fff;
  white-space: nowrap;
  padding-right: 24px;
}
@media (max-width: 767px) {
  .landing-page .why-monitoring .banner .title-banner {
    width: 100%;
    max-width: 100%;
    font-size: 21px;
    line-height: 46px;
    text-align: center;
    padding-right: 0;
  }
}
.landing-page .why-monitoring .banner .btn {
  height: 54px;
  background-color: #fff;
  color: #3A474C;
  padding: 0 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 54px;
  text-transform: uppercase;
  min-width: 313px;
}
.landing-page .why-monitoring .banner .btn:hover, .landing-page .why-monitoring .banner .btn:focus, .landing-page .why-monitoring .banner .btn:active {
  color: #FE753B;
}
@media (max-width: 1200px) {
  .landing-page .why-monitoring .banner .btn {
    margin-top: 16px;
  }
}
@media (max-width: 400px) {
  .landing-page .why-monitoring .banner .btn {
    min-width: 280px;
  }
}
.landing-page .why-monitoring .banner p {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 0;
  padding-right: 24px;
  max-width: 414px;
}
@media (max-width: 767px) {
  .landing-page .why-monitoring .banner p {
    max-width: 100%;
    margin-top: 6px;
    margin-bottom: 16px;
    text-align: center;
  }
}
@media (max-width: 720px) {
  .landing-page .why-monitoring .banner p {
    font-size: 16px;
    line-height: 24px;
  }
}
.landing-page .image-screen {
  text-align: center;
  position: relative;
}
.landing-page .image-screen .image {
  width: 100%;
  max-width: 209px;
  height: 100%;
  max-height: 194px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.landing-page .image-screen .image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}
.landing-page .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 553px;
  height: 553px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #E6E8E9;
  position: relative;
  z-index: 1;
  margin: -218px auto 0;
}
.landing-page .media-main {
  position: relative;
  height: 100%;
  max-height: 100%;
  padding-bottom: 106px;
  background-image: url("../img/landing/fon-monitoring.png");
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 40px;
}
@media (max-width: 900px) {
  .landing-page .media-main {
    padding-bottom: 60px;
  }
}
.landing-page .media-main h1 {
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .landing-page .media-main h1 {
    font-size: 21px;
    line-height: 25px;
  }
}
.landing-page .media-main .text-content {
  width: 100%;
  max-width: 790px;
  margin: auto;
}
.landing-page .media-main .text-content p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  color: #3A474C;
}
@media (max-width: 720px) {
  .landing-page .media-main .text-content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.landing-page .media-main .pulse-image-wrapper {
  position: relative;
  bottom: unset;
  width: 50%;
  margin-top: -55px;
}
@media (max-width: 1300px) {
  .landing-page .media-main .pulse-image-wrapper {
    display: none;
  }
}
.landing-page .media-main .social-wrapper p {
  color: #3A474C;
  opacity: .5;
}
@media (max-width: 1300px) {
  .landing-page .media-main .social-wrapper {
    margin-top: 55px;
  }
}
.landing-page .media-main .text-center {
  font-size: 15px;
  line-height: 24px;
  color: #3A474C;
  margin-top: 14px;
  opacity: .5;
}
.landing-page .media-slider-wrapper {
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
}
@media (max-width: 1400px) {
  .landing-page .media-slider-wrapper {
    padding-bottom: 90px;
  }
}
@media (max-width: 1342px) {
  .landing-page .media-slider-wrapper {
    padding-bottom: 65px;
  }
}
@media (max-width: 1200px) {
  .landing-page .media-slider-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.landing-page .media-slider-wrapper h2 {
  max-width: 395px;
  position: absolute;
  left: 150px;
  top: 110px;
}
@media (max-width: 1690px) {
  .landing-page .media-slider-wrapper h2 {
    left: 52px;
  }
}
@media (max-width: 1300px) {
  .landing-page .media-slider-wrapper h2 {
    left: 40px;
  }
}
@media (max-width: 1200px) {
  .landing-page .media-slider-wrapper h2 {
    position: relative;
    max-width: 100%;
    text-align: center;
    left: unset;
    top: unset;
  }
}
.landing-page .media-slider-wrapper .media-slider {
  position: relative;
}
.landing-page .media-slider-wrapper .slider-item {
  display: flex !important;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .landing-page .media-slider-wrapper .slider-item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 900px) {
  .landing-page .media-slider-wrapper .slider-item {
    margin-bottom: 32px;
  }
}
.landing-page .media-slider-wrapper .content-slider {
  padding-top: 145px;
  max-width: 531px;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1200px) {
  .landing-page .media-slider-wrapper .content-slider {
    max-width: 100%;
    text-align: center;
    padding-top: 16px;
  }
}
@media (max-width: 720px) {
  .landing-page .media-slider-wrapper .content-slider {
    font-size: 16px;
  }
}
.landing-page .media-slider-wrapper .slider-nav {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 1400px) {
  .landing-page .media-slider-wrapper .slider-nav {
    bottom: 35px;
  }
}
@media (max-width: 1342px) {
  .landing-page .media-slider-wrapper .slider-nav {
    bottom: 70px;
  }
}
@media (max-width: 1200px) {
  .landing-page .media-slider-wrapper .slider-nav {
    position: relative;
    max-width: 531px;
    margin: 16px auto 0;
    left: unset;
    bottom: unset;
  }
}
@media (max-width: 720px) {
  .landing-page .media-slider-wrapper .slider-nav {
    display: none;
  }
}
.landing-page .media-slider-wrapper .slider-nav .slick-list {
  width: 532px;
  padding: 0 !important;
}
@media (max-width: 1200px) and (min-width: 900px) {
  .landing-page .media-slider-wrapper .slider-nav .slick-list {
    margin: auto;
  }
}
.landing-page .media-slider-wrapper .slider-nav .slick-slide {
  padding: 0 4px;
  cursor: pointer;
}
.landing-page .media-slider-wrapper .slider-nav .slick-current .thumb-slider {
  position: relative;
}
.landing-page .media-slider-wrapper .slider-nav .slick-current .thumb-slider:before {
  content: '';
  display: block;
  border: 1px solid #FE753B;
  background-color: rgba(58, 71, 76, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.landing-page .media-slider-wrapper .slider-nav .thumb-slider {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.landing-page .media-slider-wrapper .slider-nav .thumb-slider img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.landing-page .media-slider-wrapper .slider-for .image-screen {
  width: 100%;
  max-width: 706px;
  height: 440px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  margin-left: 40px;
}
.landing-page .media-slider-wrapper .slider-for .image-screen img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
@media (max-width: 1366px) {
  .landing-page .media-slider-wrapper .slider-for .image-screen {
    max-width: 650px;
  }
}
@media (max-width: 1300px) {
  .landing-page .media-slider-wrapper .slider-for .image-screen {
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .landing-page .media-slider-wrapper .slider-for .image-screen {
    margin-left: 0;
    margin-top: 24px;
  }
}
@media (max-width: 720px) {
  .landing-page .media-slider-wrapper .slider-for .image-screen {
    width: 100%;
    height: auto;
  }
}
.landing-page .media-slider-wrapper .slider-nav .slick-current {
  position: relative;
}
.landing-page .media-slider-wrapper .slider-nav .slick-current:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #FE753B;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.landing-page .media-slider-wrapper .slider-nav .slick-current img {
  display: block;
  opacity: .6;
}
.landing-page .media-timeline {
  padding-top: 114px;
  padding-bottom: 79px;
}
@media (max-width: 1200px) {
  .landing-page .media-timeline {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.landing-page .media-timeline .title-section {
  text-align: center;
  margin-bottom: 9px;
}
.landing-page .media-timeline p.medium {
  font-size: 20px;
  line-height: 27px;
}
.landing-page .media-timeline ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0;
  margin-top: 54px;
}
@media (max-width: 1000px) {
  .landing-page .media-timeline ul {
    flex-direction: column;
  }
}
.landing-page .media-timeline ul li {
  display: inline-block;
  vertical-align: top;
  width: calc(100% / 2 - 24px);
}
@media (max-width: 900px) {
  .landing-page .media-timeline ul li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.landing-page .media-timeline ul li img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  margin-top: 40px;
}
.landing-page .media-timeline ul li p {
  font-size: 18px;
  line-height: 24px;
  color: #3A474C;
  margin-bottom: 0;
  max-width: 615px;
  border-left: 3px solid #FE753B;
  padding-left: 16px;
  margin-left: 13px;
}
@media (max-width: 1367px) {
  .landing-page .media-timeline ul li p {
    min-height: 96px;
  }
}
@media (max-width: 1200px) {
  .landing-page .media-timeline ul li p {
    font-size: 16px;
  }
}
@media (max-width: 900px) {
  .landing-page .media-timeline ul li p {
    min-height: unset;
    max-width: 100%;
  }
}
@media (max-width: 720px) {
  .landing-page .media-timeline ul li p {
    font-size: 16px;
    line-height: 24px;
  }
}
.landing-page .media-timeline .pulse-image-wrapper {
  position: relative;
  bottom: unset;
  min-height: 380px;
  margin: 80px auto 0;
}
@media (max-width: 1200px) {
  .landing-page .media-timeline .pulse-image-wrapper {
    margin: 40px auto 0;
  }
}
.landing-page .media-timeline .pulse-image-wrapper .image-screen {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.landing-page .media-timeline .pulse-image-wrapper .image-screen .image {
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.landing-page .media-timeline .pulse-image-wrapper .image-screen .image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.landing-page .media-timeline .circle {
  width: 380px;
  height: 380px;
  margin: auto;
}
.landing-page .media-timeline .text-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  margin-top: 63px;
}
.landing-page .media-timeline .text-circle p {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #3A474C;
  width: 304px;
  text-align: center;
  margin-bottom: 30px;
}
.landing-page .media-timeline .text-circle .btn {
  min-width: 226px;
}
.landing-page .analytics-main {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding-top: 55px;
  padding-bottom: 55px;
  background-image: url("../img/landing/fon-analytics.png");
  background-repeat: no-repeat;
  background-position: top center;
}
@media (max-width: 720px) {
  .landing-page .analytics-main {
    padding-top: 40px;
  }
}
.landing-page .analytics-main h1 {
  width: 100%;
  max-width: 755px;
  margin: 0 auto  28px;
  text-align: center;
}
.landing-page .analytics-main .text-content {
  width: 100%;
  max-width: 685px;
  margin: auto;
}
.landing-page .analytics-main .text-content p {
  font-size: 18px;
  line-height: 24px;
  color: #3A474C;
  margin-bottom: 16px;
}
@media (max-width: 720px) {
  .landing-page .analytics-main .text-content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.landing-page .analytics-main .pulse-image-wrapper {
  position: relative;
  bottom: unset;
  justify-content: flex-end;
}
.landing-page .analytics-main .pulse-image-wrapper .right {
  width: 70%;
}
@media (max-width: 1200px) {
  .landing-page .analytics-main .pulse-image-wrapper .right {
    position: relative;
  }
}
.landing-page .analytics-sources {
  padding-top: 110px;
  padding-bottom: 230px;
}
@media (max-width: 720px) {
  .landing-page .analytics-sources {
    padding-top: 40px;
  }
}
.landing-page .analytics-sources .title-section {
  width: 100%;
  max-width: 480px;
  text-align: center;
  margin: auto;
}
.landing-page .analytics-sources ul {
  margin: 60px auto;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1030px;
}
@media (max-width: 720px) {
  .landing-page .analytics-sources ul {
    justify-content: flex-start;
  }
}
.landing-page .analytics-sources ul li {
  width: calc(100% / 2 - 32px);
  border-left: 3px solid #FE753B;
  min-height: 72px;
  margin-bottom: 48px;
}
.landing-page .analytics-sources ul li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .landing-page .analytics-sources ul li {
    width: calc(100% / 2 - 40px);
    margin-bottom: 24px;
    min-height: 45px;
  }
}
@media (max-width: 900px) {
  .landing-page .analytics-sources ul li {
    width: 100%;
    min-height: auto;
    margin-bottom: 24px;
  }
  .landing-page .analytics-sources ul li:nth-child(3) {
    margin-bottom: 24px;
  }
}
.landing-page .analytics-sources ul p {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
  padding-left: 16px;
  max-width: 520px;
}
@media (max-width: 900px) {
  .landing-page .analytics-sources ul p {
    max-width: 100%;
  }
}
@media (max-width: 720px) {
  .landing-page .analytics-sources ul p {
    font-size: 16px;
    line-height: 24px;
  }
}
.landing-page .analytics-sources .button-block {
  text-align: center;
}
@media (max-width: 720px) {
  .landing-page .analytics-sources .button-block .btn {
    font-size: 13px;
  }
}
.landing-page .analytics-wrapper-screen {
  padding-bottom: 40px;
}
.landing-page .analytics-wrapper-screen .wrapper-screen-items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 10;
  margin-top: -190px;
}
@media (max-width: 900px) {
  .landing-page .analytics-wrapper-screen .wrapper-screen-items {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.landing-page .analytics-wrapper-screen .analytics-image-screen {
  position: relative;
  width: calc(100% / 2);
}
.landing-page .analytics-wrapper-screen .analytics-image-screen img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media (max-width: 900px) {
  .landing-page .analytics-wrapper-screen .analytics-image-screen {
    width: auto;
  }
}
.landing-page .analytics-wrapper-screen .pulse-image-wrapper {
  position: relative;
  min-height: 380px;
  margin-top: -100px;
  bottom: 0;
}
@media (max-width: 720px) {
  .landing-page .analytics-wrapper-screen .pulse-image-wrapper {
    margin-top: -135px;
  }
}
.landing-page .analytics-wrapper-screen .image-screen {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.landing-page .analytics-wrapper-screen .image-screen p {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  max-width: 304px;
  text-align: center;
  margin: 0 auto 28px;
}
.landing-page .analytics-wrapper-screen .circle {
  width: 380px;
  height: 380px;
  margin: 0 auto;
}
.landing-page .analytics-wrapper-screen .text-circle {
  position: absolute;
  width: 305px;
  text-align: center;
  bottom: 87px;
  z-index: 10;
  left: 50%;
  margin-left: -150px;
}
.landing-page .analytics-wrapper-screen .text-circle .btn {
  min-width: 226px;
}
.landing-page .tariff-main {
  padding-top: 76px;
  padding-bottom: 340px;
}
@media (max-width: 1200px) {
  .landing-page .tariff-main {
    padding-bottom: 60px;
  }
}
@media (max-width: 900px) {
  .landing-page .tariff-main {
    padding-bottom: 34px;
  }
}
@media (max-width: 720px) {
  .landing-page .tariff-main {
    padding-top: 40px;
  }
}
.landing-page .tariff-main h1 {
  max-width: 630px;
  margin: 0 auto 20px;
  text-align: center;
  color: #fff;
}
.landing-page .tariff-main p {
  max-width: 750px;
  margin: 0 auto 20px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #fff;
}
@media (max-width: 720px) {
  .landing-page .tariff-main p {
    font-size: 16px;
    line-height: 24px;
  }
}
.landing-page .tariff-plan {
  display: none;
}
@media (max-width: 1200px) {
  .landing-page .tariff-plan {
    display: block;
    background-color: #3A474C;
  }
}
.landing-page .package-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
@media (max-width: 1200px) {
  .landing-page .package-list {
    margin-top: -1px;
    justify-content: center;
  }
}
.landing-page .visible-tariff.show .list-tariff {
  max-height: 100%;
}
.landing-page .list-tariff {
  max-height: 283px;
  overflow: hidden;
  margin-top: 16px;
  transition: height .75s ease-in .3s;
}
@media (max-width: 1000px) {
  .landing-page .list-tariff {
    max-height: 290px;
  }
}
@media (max-width: 720px) {
  .landing-page .list-tariff {
    max-height: 305px;
  }
}
.landing-page .list-tariff li:last-child {
  margin-top: 16px;
}
.landing-page .list-tariff li:last-child .item-info {
  padding-left: 0;
}
.landing-page .list-tariff .item-info {
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}
.landing-page .list-tariff p {
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 0;
}
.landing-page .list-tariff.additional-prices {
  margin-top: 13px;
}
.landing-page .list-tariff.additional-prices .item-info {
  text-align: center;
  padding-left: 0;
}
@media (max-width: 1000px) {
  .landing-page .list-tariff.additional-prices {
    margin-bottom: 43px;
  }
}
.landing-page .package-item {
  width: 100%;
  margin-bottom: 24px;
  position: relative;
  overflow: visible;
  padding: 45px 56px;
  min-height: 520px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .landing-page .package-item {
    max-width: 429px;
    margin: 24px 4px;
    padding: 45px 16px;
    min-height: 593px;
  }
  .landing-page .package-item:last-of-type {
    min-height: 293px;
    margin-bottom: 48px;
  }
}
@media (max-width: 1000px) {
  .landing-page .package-item {
    display: block;
    margin-bottom: 40px;
    padding: 45px 24px;
    min-height: auto;
  }
}
@media (max-width: 600px) {
  .landing-page .package-item {
    padding: 8px 16px;
    min-height: auto;
  }
}
.landing-page .package-item .title-section {
  color: #FE753B;
  line-height: 46px;
  font-weight: 800;
}
.landing-page .package-item .btn {
  width: 100%;
}
.landing-page .package-item .package-cost {
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  color: #3A474C;
}
.landing-page .package-item .link-more {
  display: block;
  font-size: 16px;
  line-height: 27px;
  color: #448AFD;
  text-align: center;
}
@media (max-width: 1200px) {
  .landing-page .package-item .link-more {
    display: none;
  }
}
.landing-page .package-item .link-more-mobile {
  display: none;
}
@media (max-width: 1200px) {
  .landing-page .package-item .link-more-mobile {
    display: block;
    margin-bottom: 16px;
  }
}
@media (max-width: 1200px) {
  .landing-page .package-item .package-footer {
    min-height: auto;
  }
}
.landing-page .package-item.empty-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-top: 28px;
  padding-bottom: 32px;
  max-width: 100%;
  min-height: auto;
}
@media (max-width: 1000px) {
  .landing-page .package-item.empty-item {
    flex-direction: column;
    align-items: flex-start;
    max-width: 423px;
  }
}
.landing-page .package-item.empty-item .empty-message-package {
  max-width: 645px;
  padding-right: 32px;
}
.landing-page .package-item.empty-item p {
  margin-bottom: 0;
  max-width: 650px;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 720px) {
  .landing-page .package-item.empty-item p {
    font-size: 16px;
    line-height: 24px;
  }
}
.landing-page .package-item.empty-item p.bold {
  margin-bottom: 10px;
  font-size: 20px;
}
.landing-page .package-item.empty-item .btn {
  font-size: 15px;
  line-height: 23px;
  padding: 10px 20px;
  margin-top: 16px;
  margin-bottom: 0;
  max-width: 100%;
  width: auto;
}
.landing-page .popular-package {
  display: flex;
  align-items: center;
  background-color: #3A474C;
  padding: 8px 19px;
  border: 3px solid #FE753B;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  max-width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
}
.landing-page .popular-package span {
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  margin-left: 4px;
}
.landing-page .tariff-comparison {
  margin-top: -230px;
}
@media (max-width: 1200px) {
  .landing-page .tariff-comparison {
    display: none;
  }
}
.landing-page .tariff-comparison h2 {
  text-align: center;
  margin-bottom: 16px;
  color: #fff;
}
.landing-page .tariff-comparison p.text-center {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 40px;
  color: #fff;
}
.landing-page .tariff-table {
  display: flex;
  align-items: flex-start;
}
.landing-page .comparison-col {
  display: inline-block;
  text-align: center;
  background-color: #fff;
  margin-left: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  width: calc(100% / 4 - 20px);
  padding: 0 32px;
  height: 100%;
  border: 3px solid transparent;
}
@media (max-width: 1200px) {
  .landing-page .comparison-col {
    padding: 0 24px;
  }
}
.landing-page .comparison-col.first-comparison-col {
  text-align: left;
  margin-left: 0;
  min-width: 365px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.landing-page .comparison-col.first-comparison-col .col-header {
  border-bottom: 0;
}
.landing-page .comparison-col.comparison-col-popular {
  border: 3px solid #FE753B;
}
.landing-page .comparison-col .icon {
  margin-right: unset;
}
.landing-page .comparison-col .icon-check {
  width: 18px;
  height: 18px;
  background-size: contain;
}
.landing-page .comparison-col .icon-close-gray {
  width: 24px;
  height: 24px;
  background-size: contain;
  position: relative;
  left: unset;
  top: unset;
}
.landing-page .additional-prices {
  margin-top: 16px;
}
.landing-page .additional-prices .comparison-col {
  width: 100%;
  text-align: center;
  padding-top: 24px;
  padding-bottom: 24px;
}
.landing-page .additional-prices .comparison-col .td-text {
  font-size: 18px;
  min-height: auto;
}
.landing-page .additional-prices .comparison-col p {
  font-size: 14px;
  margin-bottom: 0;
}
.landing-page .additional-prices .comparison-col.first-comparison-col {
  width: 365px;
  text-align: left;
  padding-top: 38px;
  padding-bottom: 38px;
}
.landing-page .additional-prices .comparison-col.first-comparison-col .td-text {
  font-size: 14px;
}
.landing-page .td {
  min-height: 40px;
}
.landing-page .td.td-height-md {
  min-height: 60px;
}
.landing-page .category-text {
  font-size: 15px;
  font-weight: 700;
  line-height: 23px;
  text-transform: uppercase;
  color: #3A474C;
}
.landing-page .td-placeholder {
  border-top: 2px solid #F2F2F2;
}
.landing-page .td-height {
  margin-bottom: 16px;
}
.landing-page .td-text {
  font-size: 13px;
  line-height: 20px;
}
.landing-page .td-text div {
  max-width: 165px;
  margin: auto;
}
.landing-page .col-header {
  padding: 16px 8px 23px;
  height: 166px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 20;
  align-self: flex-start;
  border-bottom: 2px solid #F2F2F2;
}
.landing-page .col-header .btn {
  font-size: 14px;
  padding: 0 24px;
}
.landing-page .title-col {
  font-size: 24px;
  font-weight: 800;
  line-height: 46px;
  color: #FE753B;
  text-align: center;
}
.landing-page .count-tariff {
  font-size: 15px;
  font-weight: 600;
  line-height: 27px;
  color: #3A474C;
  text-align: center;
  margin-bottom: 12px;
  white-space: nowrap;
  min-height: 27px;
}
.landing-page .detail-products {
  padding-top: 100px;
}
@media (max-width: 720px) {
  .landing-page .detail-products {
    padding-top: 60px;
  }
}
.landing-page .detail-products h3 {
  text-align: center;
  margin-bottom: 40px;
}
.landing-page .detail-products ul {
  display: flex;
  padding: 0 0 40px;
  list-style: none;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .landing-page .detail-products ul {
    flex-direction: column;
    justify-content: center;
  }
}
.landing-page .detail-products ul li {
  display: inline-flex;
  align-items: center;
  width: calc(100% / 2 - 24px);
  background-color: #fff;
  -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.17);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.17);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 30px;
}
@media (max-width: 1200px) {
  .landing-page .detail-products ul li img {
    max-width: 160px;
    height: auto;
  }
}
@media (max-width: 900px) {
  .landing-page .detail-products ul li {
    width: 100%;
    margin-bottom: 28px;
  }
}
@media (max-width: 720px) {
  .landing-page .detail-products ul li {
    flex-direction: column;
    justify-content: center;
  }
}
.landing-page .detail-products ul li:first-child .link {
  max-width: 180px;
}
@media (max-width: 900px) {
  .landing-page .detail-products ul li:first-child .link {
    max-width: 100%;
  }
}
.landing-page .detail-products ul li:last-child .link {
  max-width: 270px;
}
.landing-page .detail-products .link {
  display: inline-block;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  color: #448AFD;
  padding-left: 20px;
}
@media (max-width: 720px) {
  .landing-page .detail-products .link {
    text-align: center;
    padding-left: 0;
    margin-top: 16px;
  }
}

.banner-cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #4DB5AB;
  padding: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 720px) {
  .banner-cookie {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.banner-cookie .content-text {
  display: inline-block;
  max-width: 813px;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  margin-right: 53px;
}
.banner-cookie .content-text p {
  margin-bottom: 0;
}
.banner-cookie .content-text .link {
  color: #fff;
  text-decoration: underline;
}
.banner-cookie .content-text .link:hover, .banner-cookie .content-text .link:focus, .banner-cookie .content-text .link:active {
  color: #3A474C;
}
.banner-cookie .btn {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
@media (max-width: 720px) {
  .banner-cookie .btn {
    margin-top: 24px;
  }
}
.banner-cookie .btn:hover, .banner-cookie .btn:focus, .banner-cookie .btn:active {
  border: 1px solid #3A474C;
  color: #3A474C;
}

.landing-page .static-page .tariff-main {
  padding-bottom: 440px;
}
.landing-page .static-page .tariff-comparison {
  position: relative;
  top: -377px;
  padding-top: 0;
}

.blog-news {
  padding-bottom: 40px;
}
.blog-news .button-block {
  display: block;
  width: 100%;
  text-align: center;
  margin: 12px 0;
}

.banner-blog {
  background-color: #3A474C;
  text-align: center;
  position: relative;
}
@media (max-width: 720px) {
  .banner-blog {
    min-height: 194px;
  }
}
.banner-blog h1 {
  color: #fff !important;
  font-size: 41px;
  margin-top: 46px;
  margin-bottom: 16px;
}
@media (max-width: 720px) {
  .banner-blog h1 {
    margin-top: 24px;
  }
}
.banner-blog .image-blog {
  width: 100%;
  max-width: 750px;
  margin: auto;
}
.banner-blog .image-blog img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.breadcrumbs {
  list-style: none;
  white-space: nowrap;
  padding: 8px 0 0;
  margin: 0;
  text-align: center;
}
.breadcrumbs .breadcrumb-item {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 20px;
}
.breadcrumbs .breadcrumb-item.active {
  color: #fff;
  max-width: calc(100% - 120px);
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 4px;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
  padding-right: 4px;
}

.list-blog-news {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 24px;
}
@media (min-width: 1490px) {
  .list-blog-news {
    justify-content: center;
  }
}
@media (max-width: 1300px) {
  .list-blog-news {
    max-width: 910px;
    margin: auto;
  }
}
@media (max-width: 1000px) {
  .list-blog-news {
    max-width: 429px;
    margin: auto;
  }
}
.list-blog-news .item-blog-news {
  display: inline-block;
  vertical-align: top;
  width: calc(100% / 3 - 24px);
  max-width: 429px;
  margin: 0 12px 24px;
  border: 2px solid #EDEDED;
  text-decoration: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.list-blog-news .item-blog-news:hover {
  border: 2px solid #FE753B;
}
@media (max-width: 1300px) {
  .list-blog-news .item-blog-news {
    width: calc(100% / 2 - 12px);
  }
}
@media (max-width: 900px) {
  .list-blog-news .item-blog-news {
    width: 100%;
    margin: 0 0 16px;
  }
}
@media (max-width: 700px) {
  .list-blog-news .item-blog-news {
    display: block;
    height: 100%;
    width: 100%;
    margin: 0 0 16px;
  }
}
.list-blog-news .thumb-image {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 239px;
  overflow: hidden;
}
.list-blog-news .thumb-image img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 720px) {
  .list-blog-news .thumb-image {
    max-height: 168px;
  }
}
.list-blog-news .body-news {
  display: block;
  background-color: #fff;
  padding: 16px 16px 12px;
}
.list-blog-news h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px !important;
  line-height: 26px !important;
  height: 52px;
  overflow: hidden;
  font-weight: 700;
  color: #3A474C;
  margin-bottom: 10px;
}
.list-blog-news .summary-text {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #3A474C;
  margin: 0 0 8px;
  height: 96px;
  overflow: hidden;
}
.list-blog-news .date-news {
  color: #8C9CA6;
  font-size: 16px;
  line-height: 22px;
}
.list-blog-news .link-news {
  color: #448AFD;
  font-size: 16px;
  line-height: 22px;
}

.detailed-news-page {
  background-color: #3A474C;
  position: relative;
  padding: 0 24px 212px;
}
@media (max-width: 720px) {
  .detailed-news-page {
    padding: 68px 16px 100px;
  }
}
.detailed-news-page h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 41px;
  font-weight: 800;
  line-height: 52px;
  color: #fff;
  margin: 0;
  padding: 48px 0 18px;
  border-bottom: 1px solid #7d7d7d;
}
@media (max-width: 1200px) {
  .detailed-news-page h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .detailed-news-page h1 {
    font-size: 24px;
    line-height: 27px;
    padding-top: 24px;
  }
}
.detailed-news-page .date-news,
.detailed-news-page .author-news {
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  padding: 12px 0;
}

.header-detailed-news {
  width: 100%;
  max-width: 750px;
  margin: auto;
}

.detailed-news-content {
  width: 100%;
  max-width: 798px;
  padding: 0 24px;
  position: relative;
  margin: -212px auto 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 720px) {
  .detailed-news-content {
    margin: -100px auto 0;
    padding: 0 16px;
  }
}
.detailed-news-content h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
  color: #3A474C;
  margin-top: 40px;
  margin-bottom: 8px;
}
@media (max-width: 1200px) {
  .detailed-news-content h2 {
    font-size: 26px;
    line-height: 26px;
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .detailed-news-content h2 {
    font-size: 22px;
    margin-top: 22px;
  }
}
.detailed-news-content h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: #3A474C;
  margin-top: 24px;
  margin-bottom: 8px;
}
.detailed-news-content .cover-news {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}
.detailed-news-content .cover-news img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}
.detailed-news-content .description {
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 24px;
  margin-top: 16px;
}
@media (max-width: 720px) {
  .detailed-news-content .description {
    font-size: 16px;
  }
}
.detailed-news-content ul {
  list-style: circle;
  padding-left: 20px;
}
.detailed-news-content ul li {
  margin: 4px 0;
}
.detailed-news-content ul li::marker {
  color: #FE753B;
}
.detailed-news-content ol {
  padding-left: 20px;
}
.detailed-news-content ol li {
  margin: 4px 0;
}
.detailed-news-content p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 8px;
}
.detailed-news-content a.link-copy {
  color: #FE753B;
}

.sharing-block {
  padding-top: 12px;
  border-top: 1px solid #B2BFC4;
}
.sharing-block .social-link {
  margin-right: 8px;
}
.sharing-block span {
  margin-right: 8px;
}
.sharing-block .link-copy {
  margin-left: 22px;
}

section.blog-last-news {
  margin-top: 60px;
}
section.blog-last-news h2 {
  text-align: center;
}
@media (max-width: 1200px) {
  section.blog-last-news h2 {
    font-size: 26px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  section.blog-last-news h2 {
    font-size: 22px;
  }
}
section.blog-last-news .blog-news {
  padding-bottom: 24px;
}
@media (max-width: 720px) {
  section.blog-last-news .blog-news {
    padding-bottom: 0;
  }
}
section.blog-last-news .list-blog-news {
  justify-content: center;
}
section.blog-last-news .list-blog-news .item-blog-news {
  margin: 0 12px 24px;
}
section.blog-last-news .list-blog-news h2 {
  text-align: left;
}

.back-link {
  margin: 0 0 40px;
  width: 100%;
  text-align: center;
}
.back-link a.link {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  line-height: 23px;
}

.project-dashboard {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding-bottom: 30px;
}
.project-dashboard .header-project {
  padding-top: 32px;
  padding-bottom: 20px;
}
.project-dashboard .header-project.sticky {
  position: sticky;
  top: 0;
  z-index: 100;
  padding-top: 16px;
  padding-bottom: 8px;
}
.project-dashboard .header-project.sticky h2 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 8px;
}
.project-dashboard .header-project .lang-item span {
  color: #000;
}
.project-dashboard .header-project .lang-item span.text-bold {
  color: #FE753B;
}
.project-dashboard .header-project .box {
  padding: 20px 32px 23px !important;
}
.project-dashboard .show {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #448AFD;
  line-height: 27px;
  margin-top: 20px;
  cursor: pointer;
}
.project-dashboard .hint-info {
  display: none;
  background: #3A474C;
  -webkit-box-shadow: 0 0 4px rgba(72, 101, 129, 0.25);
  -moz-box-shadow: 0 0 4px rgba(72, 101, 129, 0.25);
  box-shadow: 0 0 4px rgba(72, 101, 129, 0.25);
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  padding: 8px 13px 8px 16px;
  position: absolute;
  top: 30px;
  right: -4px;
  text-align: left;
  width: max-content;
  z-index: 100;
}
.project-dashboard .visibility-block {
  display: inline-block;
  position: relative;
  margin-left: 12px;
  z-index: 10;
}
.project-dashboard .visibility-block img {
  cursor: pointer;
}
.project-dashboard .visibility-block:hover .hint-info {
  display: block;
}
.project-dashboard .filters-list {
  border-bottom: 1px solid #E6E8E9;
}
.project-dashboard .filters-list:nth-of-type(2) {
  border-bottom: 0;
  padding-top: 16px;
}
.project-dashboard .filters-list .filter-item {
  margin-bottom: unset;
  font-size: 13px;
  line-height: 23px;
  font-weight: 600;
}
.project-dashboard .filters-list .dropdown-toggle {
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  color: #FE753B;
}
.project-dashboard .filters-list .dropdown-toggle:after {
  top: 11px;
}
.project-dashboard .filters-list .dropdown-menu {
  left: 85%;
}
.project-dashboard .select-filters-analytics {
  padding-top: 16px;
  position: relative;
  padding-right: 125px;
}
.project-dashboard .select-filters-analytics:has(.withBadges:empty) {
  display: none;
}
.project-dashboard .select-filters-analytics .link {
  font-size: 13px;
  line-height: 23px;
  position: absolute;
  right: 0;
  top: 16px;
  color: #448AFD;
}
.project-dashboard .row {
  margin-left: -16px;
  margin-right: -16px;
}
.project-dashboard [class*="col-"] {
  padding-left: 16px;
  padding-right: 16px;
}
.project-dashboard .box {
  padding: 32px;
  position: relative;
}
.project-dashboard .box.hidden-block:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.6);
  top: 0;
  left: 0;
}
.project-dashboard h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 33px;
  line-height: 52px;
  margin-bottom: 20px;
}
.project-dashboard h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
}
.project-dashboard h3 .icon-edit {
  width: 14px;
  height: 14px;
  visibility: hidden;
}
.project-dashboard h3:hover .icon-edit {
  visibility: visible;
}
.project-dashboard .custom-text {
  display: block;
  margin-top: 16px;
}
.project-dashboard .custom-text .icon {
  margin-right: 1px;
  margin-top: -5px;
  line-height: 14px;
}
.project-dashboard .custom-text img {
  width: 14px;
  height: 14px;
}
.project-dashboard .custom-text a.link {
  font-size: 13px;
  line-height: 23px;
}
.project-dashboard .custom-text .edit-text {
  visibility: hidden;
}
.project-dashboard .custom-text:hover .edit-text {
  visibility: visible;
}
.project-dashboard .percent-increase {
  color: #219653;
  font-weight: 600;
  font-size: 13px;
  line-height: 21px;
}
.project-dashboard .percent-increase:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 10px;
  background-image: url("../img/arrow-green.svg");
  background-repeat: no-repeat;
}
.project-dashboard .percent-decrease {
  color: #C23131;
  font-size: 13px;
  font-weight: 600;
  line-height: 21px;
}
.project-dashboard .percent-decrease:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 10px;
  background-image: url("../img/arrow-red.svg");
  background-repeat: no-repeat;
}
.project-dashboard .legend {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 23px;
  margin-top: 14px;
  margin-bottom: 24px;
}
.project-dashboard .legend .legend-item {
  display: flex;
  align-items: center;
  margin-right: 16px;
}
.project-dashboard table {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 23px;
}
.project-dashboard table tbody td, .project-dashboard table tbody th, .project-dashboard table tfoot td, .project-dashboard table tfoot th {
  border: 1px solid #E6E8E9;
}
.project-dashboard table .data-info,
.project-dashboard table .percent {
  display: inline-table;
}
.project-dashboard table .percent {
  color: #fff;
}
.project-dashboard table.table-actual thead th:nth-child(2) {
  border: 0;
  padding-left: 0;
}
.project-dashboard table.table-actual tbody tr td.category-title {
  border: 0;
  background-color: transparent;
  font-weight: 600;
  color: #3A474C;
  padding-left: 0;
}
.project-dashboard table.table-actual tbody tr td:last-child {
  font-weight: 700;
  color: #3A474C;
}
.project-dashboard table.table-actual tfoot th {
  background-color: transparent;
  font-weight: 700;
  color: #FE753B;
}
.project-dashboard table.table-actual tfoot th:first-child {
  border: 0;
  color: #3A474C;
  font-weight: 700;
  padding-left: 0;
}
.project-dashboard table.table-actual .percent-increase,
.project-dashboard table.table-actual .percent-decrease {
  font-size: 12px;
}
.project-dashboard table.table-previous td:last-child {
  font-weight: 700;
}
.project-dashboard table.table-previous tfoot th {
  color: #7987CB;
  font-weight: 700;
}
.project-dashboard table.dataTable thead th,
.project-dashboard table.dataTable thead td {
  white-space: nowrap;
  padding-left: 8px;
}
.project-dashboard .filter-timeline {
  margin-bottom: 0;
}
.project-dashboard .label {
  color: #8C9CA6;
  padding: 0;
}
.project-dashboard .item-analytics {
  padding-top: 0;
}
.project-dashboard .item-analytics .filter-item {
  position: relative;
  top: unset;
  right: unset;
  margin-bottom: 0;
}
.project-dashboard .square {
  width: 15px;
  height: 15px;
  display: inline-block;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  margin-right: 4px;
}
.project-dashboard .square.orange {
  background-color: #FE753B;
}
.project-dashboard .square.violet {
  background-color: #7987CB;
}
.project-dashboard .audience-coverage .audience-state {
  margin-top: 30px;
}
.project-dashboard .audience-coverage .actual-period {
  margin-right: 66px;
}
.project-dashboard .audience-coverage .previous-period {
  align-items: center;
}
.project-dashboard .audience-coverage .previous-period .measurement {
  margin-bottom: 18px;
}
.project-dashboard .audience-coverage .period-item {
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
}
.project-dashboard .audience-coverage .period-item .period-date {
  margin-left: 0;
  display: block;
}
.project-dashboard .audience-coverage .count-period {
  font-size: 50px;
  font-weight: 400;
  color: #000;
  min-width: auto;
  margin-left: 8px;
}
.project-dashboard .audience-coverage .units {
  margin-left: 5px;
}
.project-dashboard .audience-coverage .units span {
  display: block;
}
.project-dashboard .audience-coverage .measurement {
  font-size: 20px;
  font-weight: 400;
  color: #000;
}
.project-dashboard .ratings-sources p:not(.empty) {
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 0;
  max-width: 459px;
}
.project-dashboard .publications-top .box {
  min-height: calc(100% - 24px);
}
.project-dashboard .publications-top h3 {
  max-width: 370px;
}
.project-dashboard .publications-top table {
  margin-top: 16px;
}
.project-dashboard .publications-top table td {
  border-left: 0;
  border-right: 0;
  padding-left: 8px;
}
.project-dashboard .publications-top table td:nth-child(2) {
  white-space: nowrap;
  max-width: 165px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.project-dashboard .tonality .apexcharts-xaxis-label {
  font-weight: 600;
}
.project-dashboard .chart-donut {
  max-width: fit-content;
  margin: 16px auto 0;
}
.project-dashboard .actual-period,
.project-dashboard .previous-period {
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
  margin-right: 24px;
  display: flex;
  justify-content: flex-start;
}
.project-dashboard .publications-tonality .actual-period,
.project-dashboard .publications-tonality .previous-period {
  font-size: 13px;
  line-height: 21px;
  margin-right: 24px;
  display: flex;
  align-items: center;
}
.project-dashboard .number-mentions-block .legend {
  margin-top: 50px;
  margin-bottom: 16px;
}
.project-dashboard .number-mentions-block .legend-item {
  height: 32px;
}
.project-dashboard .number-mentions-block .legend-item span:not(.square) {
  line-height: 16px;
}
.project-dashboard .number-mentions {
  display: flex;
  flex-direction: column;
}
.project-dashboard .number-mentions .legend {
  margin-bottom: 16px;
  margin-top: 16px;
}
.project-dashboard .mentions-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 1px;
}
.project-dashboard .mentions-item:hover .custom-tooltip {
  display: block;
}
.project-dashboard .mentions-item .info {
  margin-left: 8px;
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
  color: #3A474C;
}
.project-dashboard .mentions-item .progress-bar {
  padding: 0;
}
.project-dashboard .mentions-item .custom-tooltip {
  display: none;
  position: absolute;
  left: 12px;
  padding: 4px 8px;
  font-size: 13px;
  line-height: 21px;
  background-color: #fff;
  color: #000;
  top: -12px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.project-dashboard .number-publications .actual-period {
  margin-top: 24px;
  flex-direction: column;
}
.project-dashboard .number-publications .previous-period {
  margin-top: 40px;
  flex-direction: column;
}
.project-dashboard .number-publications .previous-period .social-count {
  align-items: center;
}
.project-dashboard .number-publications .period-item {
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 24px;
}
.project-dashboard .number-publications .period-item .period-date {
  margin-left: 0;
}
.project-dashboard .number-publications .count-period {
  font-size: 50px;
  font-weight: 400;
  color: #000;
  min-width: 174px;
  margin-top: 8px;
  padding-right: 24px;
}
.project-dashboard .number-publications .period-progress {
  width: 100%;
}
.project-dashboard .bar {
  display: flex;
  vertical-align: middle;
  width: 100%;
  height: 32px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
}
.project-dashboard .bar.progress {
  overflow: visible;
}
.project-dashboard .progress-bar {
  padding: 0 12px;
  text-align: left;
  height: 32px;
  position: relative;
  overflow: visible;
}
.project-dashboard .progress-bar.media-publications {
  background-color: #449BCE;
  -moz-border-radius: 16px 0 0 16px;
  -webkit-border-radius: 16px 0 0 16px;
  -ms-border-radius: 16px 0 0 16px;
  border-radius: 16px 0 0 16px;
}
.project-dashboard .progress-bar.media-publications .info-progress {
  left: 8px;
}
.project-dashboard .progress-bar.media-publications .info-progress:before {
  background-color: #449BCE;
}
.project-dashboard .progress-bar.social {
  background-color: #195D86;
  -moz-border-radius: 0 16px 16px 0;
  -webkit-border-radius: 0 16px 16px 0;
  -ms-border-radius: 0 16px 16px 0;
  border-radius: 0 16px 16px 0;
}
.project-dashboard .progress-bar.social .info-progress {
  right: 8px;
}
.project-dashboard .progress-bar.social .info-progress:before {
  background-color: #195D86;
}
.project-dashboard .progress-bar .info-progress {
  position: absolute;
  top: -21px;
  color: #000;
}
.project-dashboard .progress-bar .info-progress:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid transparent;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-right: 2px;
  position: relative;
  top: 1px;
}
.project-dashboard .social-detailed {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project-dashboard .social-count {
  display: flex;
  align-items: flex-start;
}
.project-dashboard .social-count img {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.project-dashboard .social-count .count {
  font-size: 24px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 5px;
}
.project-dashboard .social-count .percent-decrease,
.project-dashboard .social-count .percent-increase {
  margin-left: 4px;
}
.project-dashboard .weight-mentions p:not(.empty) {
  font-size: 13px;
  line-height: 21px;
  margin-top: 8px;
  margin-bottom: 0;
  max-width: 459px;
}
.project-dashboard .weight-mentions .legend-item {
  margin-right: 24px;
}
.project-dashboard .popular-mentions .users-list {
  margin-top: 24px;
}
.project-dashboard .popular-mentions .user-item {
  border-top: 1px solid #B2BFC4;
  padding: 10px 0 8px;
}
.project-dashboard .popular-mentions .user-item:last-of-type {
  border-bottom: 1px solid #B2BFC4;
}
.project-dashboard .popular-mentions .user-item .user-link {
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
  color: #448AFD;
  margin-left: 15px;
  margin-bottom: 0;
}
.project-dashboard .popular-mentions .user-item .summary-text {
  margin: 9px 0;
  font-size: 13px;
  line-height: 21px;
}
.project-dashboard .popular-mentions .user-item .footer-text {
  display: flex;
  align-items: center;
}
.project-dashboard .period-date {
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  margin-left: 5px;
}
.project-dashboard .update-date {
  font-size: 13px;
  line-height: 23px;
  color: #3A474C;
  text-align: center;
  margin-top: 20px;
}
.project-dashboard .empty {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #8C9CA6;
  padding: 16px 0 0;
}
.project-dashboard .apexcharts-tooltip {
  font-size: 13px;
  line-height: 21px;
}
.project-dashboard .apexcharts-tooltip .custom-tooltip {
  display: block;
  padding: 8px 16px;
}
.project-dashboard .form {
  margin-top: 16px;
}
.project-dashboard .form textarea {
  min-height: 36px;
}

.header-page-dashboard h2 {
  margin-bottom: 16px;
}

.dashboard-page .sortable_head {
  padding: 0 31px 3px 34px;
  margin-top: 29px;
}
.dashboard-page .dashboard_row {
  background-color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 16px 8px 16px 34px;
  width: 100%;
  font-size: 13px;
  line-height: 23px;
  margin-bottom: 8px;
}
.dashboard-page .dashboard_row .actions-group {
  right: 0;
}
.dashboard-page .dashboard_row:hover .actions-group {
  visibility: visible;
}
.dashboard-page .dashboard_row .row {
  width: 100%;
}
.dashboard-page .dashboard_row .page_info {
  display: flex;
  align-items: center;
}
.dashboard-page .dashboard_row .page_info:last-of-type {
  justify-content: flex-end;
}
.dashboard-page .dashboard_row .custom-switch {
  margin: 0;
}
.dashboard-page .dashboard_row .custom-switch .custom-control-label:before {
  top: 0;
}
.dashboard-page .dashboard_row .custom-switch .custom-control-label:after {
  top: 2.5px;
}
.dashboard-page .dashboard_row .custom-control-input {
  margin-top: 0;
  top: 0;
}

.dashboard-page-sources {
  padding-bottom: 34px;
}
.dashboard-page-sources .nav-tabs {
  border-bottom: 1px solid #E6E8E9;
  padding-top: 24px;
}
.dashboard-page-sources .custom-switch {
  margin: 0;
}
.dashboard-page-sources .custom-switch .custom-control-label:before {
  top: 0;
}
.dashboard-page-sources .custom-switch .custom-control-label:after {
  top: 2.5px;
}
.dashboard-page-sources .filter-block {
  margin-top: 8px;
}
.dashboard-page-sources .filter-block .filter-item {
  margin-bottom: 0;
}
.dashboard-page-sources .filter-block .form-control {
  height: auto;
  padding-bottom: 0;
}
.dashboard-page-sources .filter-block .form-control.search {
  padding-bottom: 4px;
}
.dashboard-page-sources .btn-inverse {
  height: 29px;
  line-height: 29px;
  font-size: 13px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: 16px;
}
.dashboard-page-sources .icon-type {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #E6E8E9;
  line-height: 20px;
  margin-right: 6px;
}
.dashboard-page-sources .project_head .custom-switch {
  margin-left: 34px;
}
.dashboard-page-sources .list-sources-page {
  padding-top: 13px;
}
.dashboard-page-sources .list-sources-page .actions-group {
  margin-left: 28px;
}
.dashboard-page-sources .source_page_row {
  background-color: #F3F5F7;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 8px;
  padding: 12px 34px;
  font-size: 13px;
  line-height: 16px;
}

.add-sources h2 {
  margin-bottom: 4px;
  padding-left: 56px;
}
.add-sources label {
  line-height: 16px;
}

.add-new-page {
  padding: 0 56px 50px;
}
.add-new-page h2 {
  margin-bottom: 24px;
}

.country-distribution h3 {
  margin-bottom: 24px;
}

body.dante-page .blue {
  color: #0156fc !important;
}
body.dante-page .green-dark {
  color: #059669 !important;
}
body.dante-page .green {
  color: #10b981 !important;
}
body.dante-page .gray {
  color: #94a3b8 !important;
}
body.dante-page .dark-gray {
  color: #64748b !important;
}
body.dante-page .red {
  color: #dc2626 !important;
}
body.dante-page .ranges li {
  color: #64748b;
}
body.dante-page .ranges li:hover {
  background-color: #0046d5 !important;
  border: 1px solid #0046d5 !important;
  color: #fff;
}
body.dante-page .daterangepicker .input-mini.active {
  border: 1px solid #0156fc !important;
  border-radius: 3px;
}
body.dante-page .daterangepicker td.active, body.dante-page .daterangepicker td.active:hover {
  background-color: #0156fc !important;
  color: #fff;
}
body.dante-page .daterangepicker td.in-range:not(.active) {
  background-color: rgba(1, 86, 252, 0.15) !important;
  color: #0156fc;
}
body.dante-page .ranges li.active {
  background-color: #0156fc !important;
  border: 1px solid #0156fc !important;
  color: #fff;
}
body.dante-page .ms-options-wrap > .ms-options {
  top: 63px;
  min-width: 100% !important;
}
body.dante-page .btn {
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -.3px;
}
body.dante-page .btn.btn-primary {
  background-color: #0156fc;
  -webkit-box-shadow: 0 4px 6px #bfdbfe;
  -moz-box-shadow: 0 4px 6px #bfdbfe;
  box-shadow: 0 4px 6px #bfdbfe;
}
body.dante-page .btn.btn-primary:hover, body.dante-page .btn.btn-primary:focus, body.dante-page .btn.btn-primary:active {
  background-color: #0046d5;
  color: #fff;
}

.dante-dashboard {
  font-family: "Geologica Roman";
}
.dante-dashboard .blue {
  color: #0156fc !important;
}
.dante-dashboard .green-dark {
  color: #059669 !important;
}
.dante-dashboard .green {
  color: #10b981 !important;
}
.dante-dashboard .gray {
  color: #94a3b8 !important;
}
.dante-dashboard .dark-gray {
  color: #64748b !important;
}
.dante-dashboard .red {
  color: #dc2626 !important;
}
.dante-dashboard .ranges li {
  color: #64748b;
}
.dante-dashboard .ranges li:hover {
  background-color: #0046d5 !important;
  border: 1px solid #0046d5 !important;
  color: #fff;
}
.dante-dashboard .daterangepicker .input-mini.active {
  border: 1px solid #0156fc !important;
  border-radius: 3px;
}
.dante-dashboard .daterangepicker td.active, .dante-dashboard .daterangepicker td.active:hover {
  background-color: #0156fc !important;
  color: #fff;
}
.dante-dashboard .daterangepicker td.in-range:not(.active) {
  background-color: rgba(1, 86, 252, 0.15) !important;
  color: #0156fc;
}
.dante-dashboard .ranges li.active {
  background-color: #0156fc !important;
  border: 1px solid #0156fc !important;
  color: #fff;
}
.dante-dashboard .ms-options-wrap > .ms-options {
  top: 63px;
  min-width: 100% !important;
}
.dante-dashboard .icon {
  display: inline-block;
  vertical-align: middle;
}
.dante-dashboard .icon.icon-calendar {
  width: 12px;
  height: 12px;
  background-image: url("../img/dante/calendar.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.dante-dashboard .icon.icon-time {
  width: 12px;
  height: 12px;
  background-image: url("../img/dante/time-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.dante-dashboard .icon.icon-download {
  width: 16px;
  height: 16px;
  background-image: url("../img/dante/icon-download-white.svg");
  background-repeat: no-repeat;
  margin-right: 8px;
}
.dante-dashboard .icon.icon-all {
  width: 24px;
  height: 24px;
  background-image: url("../img/dante/icon-all-gray.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.dante-dashboard .icon.icon-media {
  width: 24px;
  height: 24px;
  background-image: url("../img/dante/icon-media.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.dante-dashboard .icon.icon-social-gray {
  width: 24px;
  height: 24px;
  background-image: url("../img/dante/icon-share-gray.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.dante-dashboard .icon.icon-facebook {
  width: 24px;
  height: 24px;
  background-image: url("../img/dante/social/icon-facebook.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.dante-dashboard .icon.icon-instagram {
  width: 24px;
  height: 24px;
  background-image: url("../img/dante/social/icon-instagram.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.dante-dashboard .icon.icon-twitter {
  width: 24px;
  height: 24px;
  background-image: url("../img/dante/social/icon-twitter.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.dante-dashboard .icon.icon-telegram {
  width: 24px;
  height: 24px;
  background-image: url("../img/dante/social/icon-telegram.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.dante-dashboard .icon.icon-youtube {
  width: 24px;
  height: 24px;
  background-image: url("../img/dante/social/icon-youtube.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.dante-dashboard .icon.icon-linkedin {
  width: 24px;
  height: 24px;
  background-image: url("../img/dante/social/icon-linkedin.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.dante-dashboard .icon.icon-threads {
  width: 24px;
  height: 24px;
  background-image: url("../img/dante/social/icon-threads.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.dante-dashboard .icon.icon-tiktok {
  width: 24px;
  height: 24px;
  background-image: url("../img/dante/social/icon-tiktok.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.dante-dashboard .btn {
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -.3px;
}
.dante-dashboard .btn.btn-primary {
  background-color: #0156fc;
  -webkit-box-shadow: 0 4px 6px #bfdbfe;
  -moz-box-shadow: 0 4px 6px #bfdbfe;
  box-shadow: 0 4px 6px #bfdbfe;
}
.dante-dashboard .btn.btn-primary:hover, .dante-dashboard .btn.btn-primary:focus, .dante-dashboard .btn.btn-primary:active {
  background-color: #0046d5;
  color: #fff;
}
.dante-dashboard .logo {
  font-size: 0;
  display: inline-block;
  width: 207px;
  height: 36px;
  background-image: url("../img/dante/logo-dante.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.dante-dashboard .lang-switcher {
  display: inline-block;
  vertical-align: middle;
  background-color: #f1f5f9;
  border: 1px solid #E2E8F0;
  padding: 6px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}
.dante-dashboard .lang-item {
  display: inline-block;
  vertical-align: middle;
}
.dante-dashboard .lang-item span {
  display: block;
  color: #94a3b8 !important;
  padding: 6px  20px;
  font-size: 10px;
  line-height: 15px;
  font-weight: 900;
}
.dante-dashboard .lang-item span.text-bold {
  background-color: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  color: #0156fc !important;
}
.dante-dashboard h1 {
  display: block;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 900;
  line-height: 36px;
  letter-spacing: -1.8px;
  color: #0f172a;
  margin-bottom: 16px;
}
.dante-dashboard h2 {
  display: block;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  letter-spacing: -1.2px;
  color: #0f172a;
}
.dante-dashboard h3 {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  color: #C3CCDB;
}
.dante-dashboard h3.ebony {
  color: #0f172a;
}
.dante-dashboard .box {
  background-color: #fff;
  -moz-border-radius: 32px;
  -webkit-border-radius: 32px;
  -ms-border-radius: 32px;
  border-radius: 32px;
  padding: 16px 32px;
  margin-bottom: 32px;
  border: 1px solid #E2E8F0;
}
.dante-dashboard .label {
  display: block;
  color: #8C9CA6;
  font-size: 10px;
  line-height: 15px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 6px;
}
.dante-dashboard .label.current-label {
  color: #0156fc;
}
.dante-dashboard .filter-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 32px;
}
.dante-dashboard .filter-list .filter-item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-bottom: 0;
}
.dante-dashboard .table-reputation {
  width: 100%;
  border-collapse: collapse;
}
.dante-dashboard .table-reputation th {
  text-align: center;
  text-transform: uppercase;
  height: 47px;
  font-family: "Geologica Roman";
  font-size: 11px;
  letter-spacing: 1.1px;
  font-weight: 900;
  color: #E2E8F0;
  border-bottom: 1px solid #E2E8F0;
}
.dante-dashboard .table-reputation .status-row th {
  font-size: 10px;
  letter-spacing: 1px;
}
.dante-dashboard .table-reputation td {
  height: 107px;
  border-bottom: 1px solid #E2E8F0;
  text-align: center;
  font-family: "Geologica Roman";
}
.dante-dashboard .table-reputation td:first-child {
  padding-left: 32px;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  font-weight: 900;
  color: #0f172a;
}
.dante-dashboard .table-reputation .count {
  display: block;
  font-family: "Geologica Roman";
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  color: #0f172a;
  margin-bottom: 6px;
}
.dante-dashboard .percent {
  display: inline-block !important;
  font-size: 9px;
  font-weight: bold;
  padding: 2px 8px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.dante-dashboard .percent.percent-increase {
  color: #10b981;
  background-color: #ECFDF5;
  border: 1px solid #ECFDF5;
}
.dante-dashboard .percent.percent-decrease {
  color: #dc2626 !important;
  background-color: #fee2e2;
  border: 1px solid #fee2e2;
}
.dante-dashboard .list-social {
  border: 1px solid #f1f5f9;
  padding: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  background-color: rgba(248, 250, 252, 0.5);
  width: 100%;
}
.dante-dashboard .list-social table {
  width: 100%;
}
.dante-dashboard .list-social table th {
  font-family: "Geologica Roman";
  font-size: 9px;
  line-height: 11.3px;
  letter-spacing: 0.9px;
  font-weight: 900;
  text-transform: uppercase;
  color: #94a3b8;
  padding: 12px;
  border: 0;
  border-bottom: 1px solid #E2E8F0;
}
.dante-dashboard .list-social table td {
  font-family: "Geologica Roman";
  font-size: 12px;
  line-height: 18px;
  font-weight: 900;
  color: #0f172a;
  border: 0;
  padding: 12px;
}
.dante-dashboard .list-social table td.border-bottom {
  border-bottom: 1px solid #E2E8F0;
}
.dante-dashboard .list-social table td.border-bottom:first-child {
  color: #C3CCDB;
}
.dante-dashboard .list-social table td.border-bottom:not(:first-child) {
  font-size: 24px;
}
.dante-dashboard .list-social table td:first-child {
  color: #64748b;
}
.dante-dashboard .list-social table td:not(:first-child) {
  text-align: right;
}
.dante-dashboard .list-social table td .count {
  font-size: 14px;
  line-height: 20px;
  font-family: "Geologica Roman";
  font-weight: 900;
}
.dante-dashboard .list-social table .percent {
  padding: 2px 6px;
  font-size: 9px !important;
  line-height: 11.3px !important;
  min-width: 50px;
  margin-left: 6px;
}
.dante-dashboard .ms-options-wrap button {
  outline: 0;
  border: 1px solid #E2E8F0;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  padding: 8px 12px 12px 16px;
  background-color: #F8FAFC;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 42px;
  min-width: 175px;
}
.dante-dashboard .form-control {
  border: 1px solid #E2E8F0;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  padding: 12px 12px 12px 16px;
  background-color: #F8FAFC;
  width: 190px;
  height: 42px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
}
.dante-dashboard .popular-mentions .user-item .user-link {
  text-transform: uppercase;
  color: #0156fc;
}
.dante-dashboard .link {
  color: #0156fc;
}
.dante-dashboard .show {
  display: inline-block !important;
  background-color: #fff;
  border: 1px solid #E2E8F0;
  color: #0156fc;
  text-transform: uppercase;
  padding: 14px 22px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  position: relative;
  left: 50%;
  margin-left: -70px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.dante-dashboard .show:hover, .dante-dashboard .show:focus, .dante-dashboard .show:active {
  background-color: #0046d5;
  border: 1px solid #0046d5;
  color: #fff;
}
.dante-dashboard .update-date {
  color: #94a3b8;
  font-size: 10px;
  line-height: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.account-wrapper-tariff,
.account-form-settings {
  padding: 24px 32px;
  background-color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  max-width: 715px;
}
.account-wrapper-tariff .form-group,
.account-form-settings .form-group {
  margin-bottom: 15px;
}

.account-wrapper-tariff {
  margin-top: 20px;
  margin-bottom: 16px;
}
.account-wrapper-tariff .status, .account-wrapper-tariff .title-status {
  margin-left: 6px;
}
.account-wrapper-tariff p {
  font-size: 13px;
  line-height: 23px;
  color: #3A474C;
  margin-bottom: 0;
}

.account-form-settings .form-control {
  width: 447px;
}
.account-form-settings .actions-group {
  margin-top: 20px;
  margin-left: 12px;
}
.account-form-settings .link {
  font-size: 13px;
  line-height: 23px;
}
.account-form-settings .actions-visible-icon {
  position: absolute;
  top: 0;
  right: 15px;
  height: 38px;
  line-height: 38px;
}
.account-form-settings .form-control:disabled {
  color: #3A474C !important;
}

.change-password-form {
  border-top: 1px solid #e7e7e7;
  padding-top: 8px;
  margin-top: 24px;
}
.change-password-form form {
  width: 448px;
}
.change-password-form h3 {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 8px;
  color: #3A474C;
  font-weight: 600;
}
.change-password-form .gray {
  font-size: 13px;
  line-height: 23px;
}
